<!doctype html><html lang="en"><head><base href="/"/><meta charset="UTF-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta http-equiv="X-UA-Compatible" content="ie=edge"/><title>My Content</title><link nonce='Y5ciJ7KpbGse0YWM4/fjZQ==' rel="icon" href="1094032d9655ce382ee3c9ecd87be6ce.png" type="image/ico"/><link nonce='Y5ciJ7KpbGse0YWM4/fjZQ==' rel="preconnect" href="https://fonts.googleapis.com"><link nonce='Y5ciJ7KpbGse0YWM4/fjZQ==' rel="preconnect" href="https://fonts.gstatic.com" crossorigin><link nonce='Y5ciJ7KpbGse0YWM4/fjZQ==' href="https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,400;0,600;1,400;1,600&display=swap" rel="stylesheet"><script nonce='Y5ciJ7KpbGse0YWM4/fjZQ=='>window.__CLA_APP_NONCE__ = window.__webpack_nonce__ = "Y5ciJ7KpbGse0YWM4/fjZQ==";
		window.dataLayer = window.dataLayer || [];
		window.dataLayer.push({
			'originalLocation': document.location.protocol + '//' + document.location.hostname + document.location.pathname + document.location.search
		});</script><script nonce='Y5ciJ7KpbGse0YWM4/fjZQ=='>(function (w, d, s, l, i) {
				w[l] = w[l] || [];
				w[l].push({ "gtm.start": new Date().getTime(), event: "gtm.js" });
				var f = d.getElementsByTagName(s)[0],
					j = d.createElement(s),
					dl = l != "dataLayer" ? "&l=" + l : "";
				j.nonce = "Y5ciJ7KpbGse0YWM4/fjZQ==";
				j.async = true;
				j.src = "https://www.googletagmanager.com/gtm.js?id=" + i + dl;
				f.parentNode.insertBefore(j, f);
			})(window, document, "script", "dataLayer", "GTM-NSGLF3Z");</script><script nonce='Y5ciJ7KpbGse0YWM4/fjZQ=='>var serviceUrl = '//api.reciteme.com/asset/js?v=3.3.12parser&key=';
				var serviceKey = "811d48fcf7aa9234adbac311b8b7460464191fa4";
				var options = {
					parser: 'js',
					Style: {
						wrapElements: false,
					},
					PlayerControls: {
						Tooltip: {
							highlightSelected: false,
						},
					},
				};
				var autoLoad = false;
				var enableFragment = '#reciteEnable';
				var loaded = [],
					frag = !1;
				window.location.hash === enableFragment && (frag = !0);
				function loadScript(c, b) {
					var a = document.createElement('script');
					a.type = 'text/javascript';
					a.readyState
						? (a.onreadystatechange = function () {
							if ('loaded' == a.readyState || 'complete' == a.readyState)
								(a.onreadystatechange = null), void 0 != b && b();
						})
						: void 0 != b &&
						(a.onload = function () {
							b();
						});
					a.src = c;
					document.getElementsByTagName('head')[0].appendChild(a);
				}
				function _rc(c) {
					c += '=';
					for (var b = document.cookie.split(';'), a = 0; a < b.length; a++) {
						for (var d = b[a]; ' ' == d.charAt(0);) d = d.substring(1, d.length);
						if (0 == d.indexOf(c)) return d.substring(c.length, d.length);
					}
					return null;
				}
				function loadService(c) {
					for (var b = serviceUrl + serviceKey, a = 0; a < loaded.length; a++)
						if (loaded[a] == b) return;
					loaded.push(b);
					loadScript(serviceUrl + serviceKey, function () {
						'function' === typeof _reciteLoaded && _reciteLoaded();
						'function' == typeof c && c();
						Recite.load(options);
						Recite.Event.subscribe('Recite:load', function () {
							Recite.enable();
						});
					});
				}
				'true' == _rc('Recite.Persist') && loadService();
				if ((autoLoad && 'false' != _rc('Recite.Persist')) || frag)
					document.addEventListener
						? document.addEventListener('DOMContentLoaded', function (c) {
							loadService();
						})
						: loadService();

				function _reciteLoaded() {
					const css = '.Modal__WrapModel-orpha__sc-1duv508-0 {top: 30px !important;}';
					let style = document.createElement('style');
					style.type = 'text/css';
					if (style.styleSheet) {
						style.styleSheet.cssText = css;
					} else {
						style.appendChild(document.createTextNode(css));
					}
					document.getElementsByTagName('head')[0].appendChild(style);
					Recite.Event.subscribe("Translate:begin", _translateManualElements);
					Recite.Event.subscribe("Translate:restore_begin", _translateManualElements);
					Recite.Event.subscribe('Controls:loaded', function () {
						const nodeList = document.querySelectorAll("[data-recite-manual]");
						for (let i = 0; i < nodeList.length; i++) {
							Recite.PlayerControls.invoke(nodeList[i]);
						}
						document.body.style.position = 'relative';
						_setDictionary();
					});
					Recite.Event.subscribe("Controls:loaded", function () {
						const modalObserver = new MutationObserver(function (mutations) {
							mutations.forEach(function (mutation) {

								if (mutation.addedNodes.length) {
									mutation.addedNodes.forEach(function (node) {
										if (
											node.nodeType === 1 && // Ensure it is indeed an ELEMENT_NODE and check for classes/attributes
											node.classList.contains('XZDdM')
										) {


											enableReciteForModal(node);
										}
									});
								}

								if (
									mutation.type === "attributes" &&
									mutation.target === document.body &&
									document.body.classList.contains("modal-open")
								) {



									Array.from(document.querySelectorAll(".XZDdM")).forEach(function (modalContent) {
										enableReciteForModal(modalContent);
									});
								}
							});
						});

						// Observe the entire document for changes
						modalObserver.observe(document.body, {
							childList: true,
							subtree: true,
							attributes: true,
							attributeFilter: ["class"], // Listen for class changes
						});

						// Helper function to apply ReciteMe functionality to modal content
						function enableReciteForModal(modal) {
							// Apply style using setAttribute
							modal.setAttribute("style", "top: 30px !important;");



							modal.querySelectorAll("*").forEach(function (child) {
								Recite.PlayerControls.Tooltip.invoke(child);
							});
						}
					});
				}

				document.querySelectorAll('[role="menuitem"]').forEach(function (e) {
					e.setAttribute('data-recite-skip', true)
					e.setAttribute('data-recite-manual', 'true');
				})

				document.addEventListener("DOMContentLoaded", function (c) {
					document.querySelectorAll('[role="menuitem"]').forEach(function (e) {
						e.setAttribute('data-recite-skip', true)
						e.setAttribute('data-recite-manual', 'true');
					})
				})

				var reciteManualElementsLang = null;
				var originalBaseLang = document.querySelector("html").getAttribute("lang");
				function _translateManualElements() {
					var lang = Recite.Preferences.get("language");
					if (lang == reciteManualElementsLang) {
						return;
					}
					reciteManualElementsLang = lang;
					var reciteManualElements = document.querySelectorAll("[data-recite-manual]");
					for (var i = 0; i < reciteManualElements.length; i++) {
						reciteManualElements[i].setAttribute("lang", originalBaseLang);
						Recite.Language.Translate.translate(reciteManualElements[i], lang);
					}
				}
				function _setDictionary() {
					document
						.querySelectorAll(
							"#recite-dictionary *,.square-content > div > p > recite > strong, .square-content > div > p > recite > recite, #div-content *, #div-content > div > div > p > strong"
						)
						.forEach(function (e) {
							e.style.setProperty("font-size", "18px", "important");
						});
				}</script><script nonce='Y5ciJ7KpbGse0YWM4/fjZQ==' defer="defer" src="bundle.js"></script><link nonce='Y5ciJ7KpbGse0YWM4/fjZQ==' href="main.css" rel="stylesheet"></head><body><div id="App"></div><noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NSGLF3Z" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript></body></html>