/* GNU General Public License v3.0
# Main HTML is an accessibility aware template putting users and web developers first, Copyright (C) 2025 Andy Futcher. See <https://mainhtml.dev/> for more
# This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
# This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>. 
## Main.HTML not modified from original. Date: 2025-08-01 ### --> */

/* Main HTML Theme Colours */
:root {	/* Page Boundaries */
	--page-width:1040px;
	--page-margin:auto; /*auto*/
	--page-left:0vw;
	--border-width:1px;
	--nav-height:80px;
	--radiuses:.25rem;
	--spacing:1rem;
	--z-limit:10;
	/* Dark Colours */
	--header:#1e1e1e;--header-text:#ddd9d5;
	--background:#212529;--text:#ddd9d5;--text-shadow:#000;
	--primary:#0d6efd;--secondary:#64666c;--disabled:#242a2f;
	--surface:#1e1e1e;--border:#333b42;--flex:#2c2c2c;
	--link:#6ea8fe;--link-hover:#9ec5fe;
	--footer:#1e1e1e;--footer-text:#e0e0e0;
	--table-header:#343a40;--table-border:#495057;
	--code:#343a40;--code-text:#f08080;
	--button:var(--primary,#0d6efd);--button-text:#fff;--button-hover:#0b5ed7;
	--input:#2c2c2c;--input-border:#495057;--input-focus-shadow:0 0 0.25rem 0.15rem #0d6efd80;
	--highlight:#664d03;--highlight-text:#fff3cd;
	--scrollbar:#495057;--scrollbar-track:#2c2c2c;
	--blockquote-border:var(--primary,#007bff);
} body[class*="light"] {color-scheme:light; /* Light Mode */
	--header:#d9d7d0;--header-text:#23272b;
	--background:#fffcf7;--text:#343a40;--text-shadow:#fff;
	--primary:#007bff;--secondary:#9ba2a6;--disabled:#d0cec6;
	--surface:#f0eee8;--border:#d1cfc7;--flex:#fff;
	--link:var(--primary,#007bff);--link-hover:#409eff;
	--footer:#343a40;--footer-text:#f8f9fa;
	--table-header:#c2b9af;--table-border:#887e74;
	--code:#e2e1e4;--code-text:#c7254e;
	--button:var(--primary,#007bff);--button-text:#fff;--button-hover:#0056b3;
	--input:#fff;--input-border:#ced4da;--input-focus-shadow:0 0 0.25rem 0.15rem #0d6efd80;
	--highlight:#fff3cd;--highlight-text:#664d03;
	--scrollbar:#ced4da;--scrollbar-track:#fff;
	--blockquote-border:var(--primary,#007bff);
}

/* Main HTML Special Effects */
:root {--rainbow-gradient:linear-gradient(90deg,rgb(229,0,0) 0px,rgb(230,142,0) 20%,rgb(230,214,0) 40%,rgb(0,128,0) 60%,rgb(0,76,255) 80%,rgb(118,1,136) 100%);
} .rainbow:not(.background),rainbow:not(.background) {background:var(--rainbow-gradient);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent;
} .rainbow.background,rainbow.background {padding-left:var(--radiuses,2px);padding-right:var(--radiuses,2px);color:var(--background,#fff);background-image:var(--rainbow-gradient);border-radius:var(--radiuses,.25rem);
} .color-pop {filter:contrast(2);
} body[class*="nocode"] *:not(pre)>code {display:none;
} 

/* Main HTML Tooltips */
[role="tooltip"],.tooltip {position:absolute;inline-size:max-content;max-inline-size:320px;padding:1em 0.75em;margin:0;left:auto;color:black;font-size:1rem;font-weight:normal;line-height:normal;border-radius:5px;background:white;text-align:center;will-change:filter;opacity:0;white-space:break-spaces;transform:translateX(var(--tooltip-x,0)) translateY(var(--tooltip-y,0));transition:opacity 200ms ease,transform 200ms ease;filter:drop-shadow(0 3px 3px hsl(0 0% 0% / 15%)) drop-shadow(0 12px 12px hsl(0 0% 0% / 15%));pointer-events:none;user-select:none;--tooltip-rtl:-1;inset-inline-start:50%;inset-block-end:calc(100% + 1em);--tooltip-x:calc(50% * var(--tooltip-rtl,1));text-shadow:none;
} [role="tooltip"]:dir(rtl),.tooltip:dir(rtl) {--tooltip-rtl:1;} :has(>[role="tooltip"],>.tooltip) {position:relative;cursor:pointer;
} [role="tooltip"]::after,.tooltip::after {content:'';background:white;position:absolute;z-index:-1;inset:0;mask:var(--tooltip);--tooltip:conic-gradient(from -30deg at bottom,rgba(0,0,0,0),#000 1deg 60deg,rgba(0,0,0,0) 61deg) bottom / 100% 50% no-repeat;inset-block-end:calc(10px * -1);border-block-end:10px solid transparent;
} @media (min-width:720px) { 
	[role="tooltip"][class*="right"],.tooltip.right {inset-inline-start:calc(100% + 1em);inset-block-end:50%;--tooltip-y:50%;--tooltip-x:calc(0% * var(--tooltip-rtl,1));text-align:start;
	} [role="tooltip"][class*="right"]::after,.tooltip.right::after {--tooltip:conic-gradient(from 60deg at left,rgba(0,0,0,0),#000 1deg 60deg,rgba(0,0,0,0) 61deg) left / 50% 100% no-repeat;inset-block-end:0px;inset-inline-start:calc(10px * -1);border-inline-start:10px solid transparent;
	} [role="tooltip"][class*="right"]:dir(rtl)::after,.tooltip.right:dir(rtl)::after {--tooltip:conic-gradient(from -120deg at right,rgba(0,0,0,0),#000 1deg 60deg,rgba(0,0,0,0) 61deg) right / 50% 100% no-repeat;
	} 
} [role="tooltip"][class*="bottom"],.tooltip.bottom {inset-inline-start:50%;inset-block-start:calc(100% + 1em);--tooltip-x:calc(50% * var(--tooltip-rtl,1));inset-block-end:auto;
} [role="tooltip"][class*="bottom"]::after,.tooltip.bottom::after {--tooltip:conic-gradient(from 150deg at top,rgba(0,0,0,0),#000 1deg 60deg,rgba(0,0,0,0) 61deg) top / 100% 50% no-repeat;inset-block-start:calc(10px * -1);border-block-start:10px solid transparent;
} :has(>[role="tooltip"]):is(:hover,:focus-visible,:active)>[role="tooltip"],:has(>.tooltip):is(:hover,:focus-visible,:active)>.tooltip {opacity:1;transition-delay:200ms;
} .icon [role="tooltip"],.icon .tooltip,icon [role="tooltip"],icon .tooltip {filter:invert(1);
} 

/* Main HTML Dialog: Alert */
dialog.alertdialog #consent-dialog .toggle,dialog[role="alertdialog"] #consent-dialog .toggle {float:right;margin:1em;
} /* Main HTML Dialog: Notifications */
dialog.notification .warning,dialog[role="status"] .warning,dialog.noscript>div {color:#fff;background-color:darkred;
} dialog.notification .amber,dialog[role="status"] .amber,dialog.notification .gold,dialog[role="status"] .gold {color:#000;background-color:goldenrod;
} dialog.notification .blue,dialog[role="status"] .blue {color:#fff;background:#0d6efd;
} dialog.notification .primary,dialog[role="status"] .primary {color:var(--button-text);background:var(--button);
} dialog.notification .highlight,dialog[role="status"] .highlight {color:var(--highlight-text);background:var(--highlight);
} dialog.notification div>p,dialog[role="status"] div>p {padding:0.5em;
} dialog.notification div>p>*,dialog[role="status"] div>p>* {padding:0 0.5em;vertical-align:baseline;
} dialog.notification div>p>button:empty,dialog[role="status"] div>p>button:empty {display:block;position:relative;margin:0.3em 1em;float:right;font-family:sans-serif;color:inherit;transform:scale(2);background:transparent;border:none;outline:none;box-shadow:none !important;cursor:pointer;
} dialog.notification #notification-dismiss:empty::before,dialog[role="status"] #notification-dismiss:empty::before {content:'×';
} 

/* Main HTML Navigation */
body>nav,body>[role="navigation"] {display:block;
} body>nav>img.logo,body>[role="navigation"]>.logo {filter:invert(var(--logo-invert,1));
} /* Main HTML Footer */
footer>div .links,[role="contentinfo"]>.links {width:100%;align-items:stretch;gap:0;
} footer>div .links>*,[role="contentinfo"]>.links>* {align-items:flex-start;width:auto;
} footer>div .links ul,[role="contentinfo"]>.links ul {padding-top:var(--spacing,1rem);list-style-type:none;padding-inline-start:1em;border-left:3px double var(--link);border-left:3px double color-mix(in srgb,var(--link) 50%, transparent);
} footer>div .links ul li,[role="contentinfo"]>.links ul li {line-height:2;
} footer>div .links ul li:first-child,[role="contentinfo"]>.links ul li:first-child {margin-bottom:0.5em;
} footer>div .links a,[role="contentinfo"]>.links a {color:inherit;white-space:nowrap;
} footer>div .social,[role="contentinfo"]>.social {font-size:0px;float:right;margin-left:var(--spacing,1rem);
} footer>div .social>* {display:inline-block;margin-left:0.3rem;text-indent:3rem;width:2.5rem;height:2.5rem;overflow:hidden;vertical-align:bottom;background-size:2.5rem 2.5rem;
} footer>div .social>*.youtube {width:3rem;height:2.5rem;background-size:3rem 2.5rem;
} footer>div .social>*.whatsapp {background-size:3rem 3rem;background-position:-0.25rem -0.25rem;
} footer>div .accessibility,[role="contentinfo"]>.accessibility {width:100%;
} footer>div .accessibility>*,[role="contentinfo"]>.accessibility>* {display:block;margin:calc(var(--spacing,1rem) * 0.5);color:var(--text);float:right;
} /* Main HTML Footer Tools */
#consent-manage::before,.consent-manage::before {content:'✅ Consent';
} body[class*="consented"] #consent-manage::before,body[class*="consented"] .consent-manage::before {content:'🍪 Preferences';
} #color-scheme::before,.color-scheme::before {content:'☀️ Light Mode';
} body[class*="light"] #color-scheme::before,body[class*="light"] .color-scheme::before {content:'🌠 Dark Mode' !important;
} #reader-scheme::before,.reader-scheme::before {content:'🅰 Reader Font';
} body[class*="reader"] #reader-scheme::before,body[class*="reader"] .reader-scheme::before {content:'🇧 Theme Font' !important;
} #nocode-mode::before,.nocode-mode::before {content:'🆓 No Code';
} body[class*="nocode"] #nocode-mode::before,body[class*="nocode"] .nocode-mode::before {content:'🆔 Show Code';
} /* Main HTML Icons */
icon,.icon {filter:invert(var(--logo-invert,1));} icon *,.icon * {filter:invert(1);
} .icon.apple,icon.apple {background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path d="M11.182.008l-.776.138L8.857 1.18l-.848 1.679-.03.837.888-.112 1.587-1.146.735-1.705-.007-.725m3.314 11.733l-1.154-.926-.725-1.051-.234-1.444.352-1.36.568-.863.778-.631-1.254-1.157-1.563-.434-1.254.116-1.968.607-2.267-.665-1.824.328-.976.636-1.098 1.601-.369 2.562.303 1.998 1.273 2.796 1.659 1.899.807.24 1.036-.173 1.766-.472 1.782.539 1.652-.105.979-.825 1.259-1.933.473-1.282M11.182.008l-.776.138L8.857 1.18l-.848 1.679-.03.837.888-.112 1.587-1.146.735-1.705-.007-.725m3.314 11.733l-1.154-.926-.725-1.051-.234-1.444.352-1.36.568-.863.778-.631-1.254-1.157-1.563-.434-1.254.116-1.968.607-2.267-.665-1.824.328-.976.636-1.098 1.601-.369 2.562.303 1.998 1.273 2.796 1.659 1.899.807.24 1.036-.173 1.766-.472 1.782.539 1.652-.105.979-.825 1.259-1.933.473-1.282"/></svg>');
} .icon.bsky,icon.bsky {background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path d="M3.468 1.948l2.683 2.789L8 7.616l1.85-2.879 2.682-2.789L14.762 1l.882.353L16 2.632l-.444 4.692-.685 1.256-1.088.75-2.732.24 1.972.632 1.049.99.109 1.229-.849 1.349-1.178.955-1.01.353-1.551-.583-.989-1.44-.502-1.265L8 11.572l-.102.218-.502 1.265-.989 1.44-1.551.583-1.01-.353-1.179-.955-.849-1.349.109-1.229 1.049-.99 1.971-.632-2.731-.239-1.088-.75-.684-1.256L0 2.632.356 1.354 1.238 1l2.23.948"/></svg>');
} .icon.chrome,icon.chrome {background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path d="M16 8l-.533 2.876-1.474 2.424-2.226 1.759-2.789.881 1.902-7.098.05-1.492L10.237 6h5.511L16 8M0 8l.621 3.096 1.696 2.535 2.519 1.719 3.091.65 1.426-5.321-.723.255-1.743-.147-1.043-.7L.633 4.876 0 8m5.004-.167L1.108 3.936 4.292.911 8.594.023l4.122 1.515L15.418 5H8.066l-1.252.243-1.275 1.036-.535 1.554M8 10a2 2 0 1 0 0-4 2 2 0 0 0 0 4"/></svg>');
} .icon.discord,icon.discord {background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path d="M13.545 2.907l-3.257-1.011-.052.025-.406.833H6.172l-.412-.833-.052-.025-3.257 1.011-.021.018L.366 7.521l-.3 4.511.021.037 3.995 2.02.056-.019.818-1.329-.01-.059-.018-.011-1.248-.595-.02-.066.015-.019.248-.195.051-.007 4.033.897 4.008-.897.053.007.248.195.022.044-.026.041-1.249.594-.03.03.003.041.817 1.329.056.019 4.001-2.02.021-.037-.38-4.851-1.986-4.255-.02-.019m-8.198 7.307l-1.015-.473-.423-1.139.419-1.139 1.019-.474 1.026.475.412 1.138-.419 1.139-1.019.473m5.316 0l-1.014-.473-.424-1.139.419-1.139 1.019-.474 1.027.475.412 1.138-.416 1.139-1.022.473"/></svg>');
} .icon.email,icon.email {background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path d="M13.106 7.222l-.402-2.038-1.127-1.591-1.733-1.034-2.22-.369-2.295.415-1.784 1.167-1.156 1.801-.411 2.319.404 2.366 1.154 1.798 1.815 1.143 2.388.401 2.304-.335v-.862l-2.29.328-1.986-.339-1.517-.966-.969-1.512-.341-1.981.342-1.962.953-1.545L5.69 3.415l1.845-.363 1.874.302 1.456.85.943 1.313.335 1.691-.385 2.015-1.031.754-.571-.2-.201-.56V5.206H8.923v.834h-.11l-.63-.705-.97-.259-1.714.789-.664 2.034.656 2.104 1.723.802 1.044-.282.665-.805h.11l.482.825 1.021.323 1.065-.256.81-.73.695-2.657v-.001m-7.177.704l.385-1.402 1.071-.505 1.111.515.413 1.392-.418 1.395-1.12.519-1.057-.511-.385-1.403"/></svg>');
} .icon.facebook,icon.facebook {background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path d="M8-.002C3.58-.001-.002 3.604-.002 8.051c0 4.017 2.926 7.347 6.75 7.951v-5.625H4.719V8.051H6.75V6.275c0-2.017 1.194-3.131 3.021-3.131.876 0 1.791.156 1.791.156v1.98l-.813.238c-.953.279-1.148.566-1.259 1.193l-.238 1.337h2.217l-.354 2.326H9.25V16c3.824-.604 6.75-3.934 6.75-7.951 0-4.446-3.582-8.051-8-8.051zm0 0L4.885.631 2.342 2.357.627 4.917-.002 8.051l.517 2.852 1.424 2.403L4.08 15.07l2.668.932v-5.625H4.719V8.051H6.75V6.275l.215-1.34.61-.982.953-.604 1.243-.206 1.791.156v1.98h-1.008l-1.024.39-.279.868v1.51h2.217l-.354 2.326H9.25V16l2.668-.932 2.141-1.763 1.424-2.403L16 8.049l-.629-3.134-1.715-2.559L11.114.631 8-.002"/></svg>');
} .icon.firefox,icon.firefox {background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path d="M13.384 3.408l1.58 2.028.53 2.559-.415 2.807-1.422 2.462-2.19 1.814-2.72.863-3.6-.364-2.978-2.013-1.835-3.087-.171-3.587.97-2.455 1.871-1.846.119 1.624.343.308.668-.808 1.01-.624-.075 1.441.827 1.115 1.882 1.122-.688.722-.989.194-1.134.424-.677.946 1.362 2.161 2.5.61 1.914-.91.891-1.926-.333-1.844-1.326-1.317 1.87.454-1.922-1.684-2.548-.147-.599-.669.644-.371.794-.117.369-.631.925-1.531L10.191.002l2.033 2.857 1.947 2.915-.787-2.366"/></svg>');
} .icon.git,icon.git {background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path d="M15.698 7.287L8.712.302 7.984 0l-.729.302-1.45 1.45 1.84 1.84 1.263.295.287 1.265 1.773 1.774 1.444.505-.177 1.52-1.549.156-.453-1.49L8.58 5.963v4.353l.645 1.399-1.232.925-1.163-1.01.743-1.35V5.887l-.668-.665.002-.943-1.813-1.814-4.79 4.79-.302.729.302.728 6.986 6.986.729.302.729-.302 6.953-6.953.302-.728-.302-.729"/></svg>');
} .icon.github,icon.github {background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path d="M8 0a8 8 0 0 0-8 8c0 3.54 2.568 6.57 5.748 7.63.336-.517.266-1.032.262-1.91-2.01.37-2.53-.49-2.69-.94-.508-1.299-1.919-1.644-.83-1.66 1.32-.021 1.434 2.451 3.56 1.48.07-.52.28-.87.51-1.07-4.637-.521-3.969-4.839-2.82-6.1-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82a7.55 7.55 0 0 1 4 0c1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12 1.141 1.253 1.834 5.576-2.83 6.1.29.25.54.73.54 1.48L10 15.289c0 1.239 6-1.457 6-7.289a8 8 0 0 0-8-8"/></svg>');
} .icon.gitlab,icon.gitlab {background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path d="M15.734 6.1l-.022-.058L13.534.358l-.563-.356-.328.122-.193.294-1.47 4.499H5.025l-1.47-4.5-.521-.422-.564.363L.289 6.04l-.022.057-.109 2.561L1.61 10.77l.007.006.02.014 3.318 2.485 1.64 1.242 1 .755h.814l1-.755 1.64-1.242 3.338-2.5.009-.007 1.447-2.111-.107-2.557h-.002"/></svg>');
} .icon.google,icon.google {background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path d="M15.545 6.558c.468 2.661-.202 5.649-2.243 7.511-3.099 2.852-8.513 2.479-11.247-.716C-1.594 9.6-.113 2.636 4.746.692c2.706-1.301 6.742-.751 8.511 1.485l-2.189 2.189C9.245 2.531 6.06 2.89 4.469 4.794c-1.59 1.749-1.588 4.667.004 6.413 1.161 1.38 3.123 1.934 4.852 1.474 1.456-.303 2.917-1.667 2.905-3.042H8v-3.08l7.545-.001z"/></svg>');
} .icon.instagram,icon.instagram {background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path d="M8 0L4.703.048C3.85.088 3.269.222 2.76.42a3.9 3.9 0 0 0-1.417.923A3.9 3.9 0 0 0 .42 2.76C.222 3.268.087 3.85.048 4.7L0 8.001l.048 3.297c.04.852.174 1.433.372 1.942a3.93 3.93 0 0 0 .923 1.417c.444.445.89.719 1.416.923.51.198 1.09.333 1.942.372L8 16l3.298-.048c.851-.04 1.434-.174 1.943-.372a3.9 3.9 0 0 0 1.416-.923 3.93 3.93 0 0 0 .923-1.417c.197-.509.332-1.09.372-1.942L16 8l-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.9 3.9 0 0 0-.923-1.417A3.9 3.9 0 0 0 13.24.42c-.51-.198-1.092-.333-1.943-.372L7.998 0zm-.717 1.442h.718l3.232.046 1.486.275.92.599.598.92.275 1.485.047 3.231-.047 3.232-.275 1.485-.599.919-.92.598-1.485.276-3.232.047-3.233-.047-1.485-.276-.92-.598-.6-.92-.275-1.485-.046-3.233.046-3.231.276-1.486.599-.92.92-.598 1.485-.276 2.515-.045v.002m4.988 1.328a.96.96 0 1 0 0 1.92.96.96 0 0 0 0-1.92m-4.27 1.122a4.109 4.109 0 1 0 0 8.217 4.109 4.109 0 0 0 0-8.217m0 1.441a2.667 2.667 0 1 1 0 5.334 2.667 2.667 0 0 1 0-5.334"/></svg>');
} .icon.issue,icon.issue {background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path d="M4.355.522l.623.333.291.956L8 1l2.731.811.29-.956.365-.345.48.146.112.489-.41 1.352 1.06 1.611L13 6h.5l.354-.146L14 5.5V5l.25-.433h.5L15 5v.5l-.439 1.061L13.5 7H13v1h1.5l.433.25v.5L14.5 9H13v1h.5l1.061.439L15 11.5v.5l-.25.433h-.5L14 12v-.5l-.146-.354L13.5 11H13l-.67 2.5-1.83 1.83L8 16l-2.5-.67-1.83-1.83L3 11h-.5l-.354.146L2 11.5v.5l-.25.433h-.5L1 12v-.5l.439-1.061L2.5 10H3V9H1.5l-.433-.25v-.5L1.5 8H3V7h-.5l-1.061-.439L1 5.5V5l.25-.433h.5L2 5v.5l.146.354L2.5 6H3l.384-1.925 1.048-1.578-.41-1.352.333-.623M4 7v4l.265 1.435L5 13.647l1.11.88 1.391.443V7H4m4.5 0v7.97l1.391-.443 1.11-.88.734-1.211L12 11V7H8.5M12 6l-.349-1.633-.985-1.349-1.239-.756L8 2l-1.428.262-1.239.756-.985 1.349L4 6h8"/></svg>');
} .icon.like,icon.like {background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path d="M8.864.046L7.576.315l-.619 1.151-.428 2.59-1.04 1.639-2.131 1.41-.931.557L2 8.72v4.001l.437 1.059 1.011.486 2.068.723.048.03.97.484L8 15.72h3.5l1.934-1.064.254-.912-.077-.464.488-.901.004-1.149.159-.403.113-.857-.113-.856-.138-.362.234-1.734-1.2-1.272-2.516-.211-.443.05-.062-4.509L9.125.111 8.864.046M11.5 14.721H8l-1.14-.164-.776-.393-.04-.024-2.49-.868-.554-.55V8.72l.62-.65 2.614-1.708 1.238-1.978.482-2.85.667-.518.262.066.288.255-.145 4.725.107.498.488.146.003-.001.014-.003.058-.014 1.036-.157 2.11.164.57.65-.266 1.022-.353.353.353.354.154.315.075.581-.075.582-.154.315-.353.353.353.354.005.488-.505.805-.353.353.353.354.041.17-.121.416-1.066.56v.001"/></svg>');
} .icon.links,icon.links {background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path d="M9 5.5l-1.38.335-1.071.932-.522 1.32L6.17 9.5h1.098v-2L9 6.5h3l1.732 1v2L12 10.5h-1.535l-.82 1H12l1.5-.402L14.598 10 15 8.5 14.598 7 13.5 5.902 12 5.5H9m-2.646 0H4l-2.121.879L1 8.5l.879 2.121L4 11.5h3l1.38-.335 1.071-.932.522-1.32L9.83 7.5H9l-.25.031-.027 1.985L7 10.5H4l-1.732-1v-2L4 6.5h1.535l.82-1h-.001"/></svg>');
} .icon.linkedin,icon.linkedin {background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path d="M0 1.146L1.175 0h13.65L16 1.146v13.708L14.825 16H1.175L0 14.854V1.146m4.943 12.248V6.169H2.542v7.225h2.401m-1.2-8.212l.993-.364.365-.884-.368-.89-.974-.358-.988.359-.371.89.361.884.966.364h.016m4.908 8.212V9.359l.08-.586 1.232-.878.934.453.282 1.181v3.865h2.401V9.25l-.79-2.458-1.974-.793-1.44.412-.725.781v.025h-.016l.016-.025V6.169h-2.4v7.225h2.4"/></svg>');
} .icon.linux,icon.linux {background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path d="M8.446.019l1.217.527.708 1.113.501 2.423.235.952 2.074 3.54.318 1.69-.002 1.019.969 1.808.03.702-2.86 2.047-1.003-.047-1.079-.751H7.598l-2.082.72-3.604-.836-.324-1.417.097-1.075 1.18-1.094 1.199-2.99 1.851-3.473.167-3.264L7.148.424 8.446.019h0m2.596 10.866l-.773 2.34-.202 1.825 1.156.705 3.178-2.084-.74-1.824-.531-.486-1.465-.089-.623-.385m-7.204.03l-1.965 1.445-.136 2.022 2.051.824 1.419.327.803-.177.371-.628-.742-1.615-1.242-1.803-.556-.393M9.584 4.85l-1.354.751-1.042-.069-.702-.42-1.638 5.223-.098-1.626.369-1.221-.684 1.464.029 1.187.774 1.171.988.862.291.725-.252.613.681.558 1.638.184 1.447-.599.462-2.02.523-1.116.725-.287 1.067.443-.27-.52-.601-1.398-.347-.884-.233-.326-.053.005.61 1.645-.114.661-1.364-2.645-.316-.763M7.72 3.503l-1.393.853.654.962 1.405.109 1.204-.945-.406-.431M6.83 2.381l-.524.843.205.719.308-.879.306.218.097-.21-.125-.587m1.682-.257l-.626.499.043.395.186.123.337-.174.174.187.361.588-.024-.983-.454-.635m.441 2.135l-1.137.695-1.603-.453 1.29.507.883-.365M7.34 3.781l-.095.1m.677-.104h0"/></svg>');
} .icon.medium,icon.medium {background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path d="M9.025 8L8.67 9.751l-.967 1.43-1.434.964-1.757.354-1.725-.341-1.463-.975-.979-1.461L0 8l.355-1.752.967-1.43 1.434-.964L4.512 3.5l1.725.34 1.463.975.979 1.461L9.025 8m4.95 0l-.661 2.996-1.595 1.241-1.595-1.241L9.463 8l.661-2.995 1.595-1.241 1.595 1.241L13.975 8M16 8l-.232 2.684-.562 1.111-.561-1.112L14.413 8l.232-2.684.562-1.111.561 1.111L16 8"/></svg>');
} .icon.pinterest,icon.pinterest {background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path d="M8 0L5.248.485 2.891 1.839 1.123 3.903.134 6.517.102 9.312l.895 2.566 1.701 2.119 2.386 1.455.027-2.297.938-3.977-.239-1.187.423-1.389 1.025-.554.762.333.25.794-.663 2.663.228 1.022.957.425 1.791-1.021.724-2.644-.934-2.345-2.408-.909-2.66 1.074-.952 2.397.595 1.826.056.23-.222.907-.268.107-1.187-1.284-.437-1.816L4.24 4.441l1.655-1.072 2.282-.401 3.507 1.319 1.045 1.464.38 1.837-1.171 3.522-1.314 1.064-1.666.39-1.834-.919-.498 1.902-.995 2.097 4.525.059 3.833-2.405 1.915-4.1-.615-4.483-2.949-3.432L8 0"/></svg>');
} .icon.play,icon.play {background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path d="M14.222 9.374L15 8l-.778-1.374-2.694-1.586L8.32 8l3.207 2.96 2.695-1.586m-3.595 2.116L7.583 8.68 1.03 14.73l.873 1.121 1.43-.066 7.294-4.295M1 13.396V2.603L6.846 8 1 13.396M1.03 1.27l6.553 6.05 3.044-2.81L3.333.215 1.903.148 1.03 1.27"/></svg>');
} .icon.reddit,icon.reddit {background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 8-8 8 8 0 0 1 8 8m-3.828-1.165a1.17 1.17 0 0 0-.812.325c-.801-.573-1.9-.945-3.121-.993l.534-2.501 1.738.372a.83.83 0 1 0 .83-.869.83.83 0 0 0-.744.468l-1.938-.41c-.112-.025-.221.049-.239.162l-.592 2.788c-1.24.038-2.358.41-3.17.992-1.274-1.213-2.963 1.148-1.288 1.9-.27 1.531 1.391 3.609 4.64 3.609 3.199 0 4.903-2.013 4.639-3.609 1.121-.506.78-2.234-.477-2.234M6.167 8a.83.83 0 0 0-.83.83c0 .459.372.84.83.831 1.07-.037 1.07-1.624 0-1.661m1.843 3.647c1.304 0 2.278-.578 1.976-.917-.273-.281-.397.487-1.976.487-1.571 0-1.705-.768-1.977-.487-.326.316.664.916 1.977.916zm.992-2.807a.83.83 0 0 0 .831.83c.458 0 .83-.381.83-.83-.052-1.054-1.608-1.054-1.66 0z"/></svg>');
} .icon.safari,icon.safari {background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16m.25-14.75v1.5l-.125.217h-.25L7.75 2.75v-1.5l.125-.217h.25l.125.217m0 12v1.5l-.125.216h-.25l-.125-.216v-1.5l.125-.216h.25l.125.216M4.5 1.938l.19-.025.152.116.75 1.3v.25l-.217.125-.217-.125-.75-1.3.092-.341m6 10.392l.341.092.75 1.299.011.258-.224.13-.219-.138-.75-1.3.091-.34v-.001M2.28 4.408l1.298.75.125.217-.125.217h-.25l-1.299-.75-.125-.217.125-.217h.25.001m10.392 6l1.299.75.125.217-.125.217h-.25l-1.3-.75-.092-.342.342-.092h.001M1 8l.073-.177.177-.073h1.5l.217.125v.25l-.217.125h-1.5l-.177-.073L1 8m12 0l.073-.177.177-.073h1.5l.216.125v.25l-.216.125h-1.5l-.177-.073L13 8M2.03 11.159l1.298-.75.329.098-.079.334-1.299.75-.329-.098.079-.334h.001m10.392-6l1.299-.75.251-.001.125.217-.126.217-1.3.75-.342-.092.092-.342.001.001M4.5 14.061l-.092-.341.75-1.3.217-.125.217.125v.25l-.75 1.3-.152.116-.19-.025m6-10.392l-.116-.152.025-.19.75-1.299.219-.138.224.129-.011.258-.75 1.3-.341.09v.001M6.494 1.415l.13.483-.064.242-.242.065-.177-.177-.13-.483.176-.306.306.177M9.86 13.972l.13.483-.177.306-.306-.176-.13-.483.176-.306.306.176M3.05 3.05l.177-.073.177.073.353.354-.01.343-.343.01-.354-.353-.073-.177.073-.177m9.193 9.193h.353l.354.353.065.242-.177.177-.242-.065-.353-.354v-.353M1.545 6.01l.483.13.177.177-.065.241-.242.064-.483-.13-.189-.176.067-.249.252-.057V6.01m12.557 3.365l.483.13.177.306-.307.176-.483-.13-.177-.177.065-.242.242-.064m-12.863.436l.176-.306.483-.13.242.064.065.242-.177.177-.483.13-.306-.177m12.557-3.365l.176-.306.483-.13.306.176-.176.307-.483.13-.306-.177M3.045 12.944l-.029-.376 3.898-5.592.062-.062 5.602-3.884.378.014.014.378-3.884 5.602-.062.062-5.592 3.898-.382-.034-.005-.006m3.143 1.817l-.176-.306.129-.483.177-.177.242.065.064.242-.13.483-.306.176M9.553 2.204l-.177-.306.13-.483.306-.177.177.307-.13.483-.306.176"/></svg>');
} .icon.substack,icon.substack {background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path d="M15 3.604H1v1.891h14V3.604zM1 7.208V16l7-3.926L15 16V7.208H1zM15 0H1v1.89h14V0z"/></svg>');
} .icon.steam,icon.steam {background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path d="M4.868 12.683l1.289-.027.906-.916.012-1.289-.889-.933-1.263-.02 1.023.424.766 1.002-.485 1.165-1.251.163-.99-.41.882.84v.001m3.726-6.687l.594 1.434 1.433.595 1.433-.595.594-1.434-.595-1.432-1.432-.595-1.432.595-.595 1.432m2.03-1.527l1.319.763-.001 1.524-1.32.761-1.319-.763.001-1.524 1.32-.761M.329 10.333l1.136 2.306 1.76 1.79 2.227 1.159L7.99 16l3.118-.629 2.546-1.715 1.717-2.543L16 8l-.629-3.114-1.716-2.543L11.108.629 7.991 0 5.004.575 2.521 2.157.775 4.527 0 7.468l.003.006 4.304 1.769L5.62 8.88l1.96-2.844-.001-.04.24-1.184.652-.967.967-.652 1.184-.24 1.184.24.967.652.652.967.24 1.184-.239 1.18-.677.995-1.01.655-1.185.213-2.804 2-.242 1.068-.722.822-1.027.378-1.083-.158-.847-.624-.465-.944-3.032-1.249"/></svg>');
} .icon.tiktok,icon.tiktok {background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path d="M9 0h1.98l1.235 2.512 1.196 1.073L15 4v2l-2.309-.534L11 4.171V11l-.843 2.778-2.244 1.842-2.889.284-2.56-1.368-1.368-2.56.285-2.889 1.842-2.244L6 6v2l-1.667.506-1.105 1.346-.171 1.733.821 1.536 1.536.821 1.733-.171 1.346-1.105L9 11V0"/></svg>');
} .icon.whatsapp,icon.whatsapp {background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path d="M13.601 2.326A7.85 7.85 0 0 0 7.994 0C1.778 0-1.825 6.754 1.121 11.891L0 16l4.204-1.102a7.9 7.9 0 0 0 3.79.965c6.327 0 11.019-8.151 5.606-13.537zM7.994 14.521c-1.314.035-2.471-.453-3.596-1.064l-2.494.654.666-2.433c-2.846-4.122-.094-10.34 5.428-10.34 3.628-.007 6.596 2.963 6.588 6.591-.004 3.639-2.961 6.592-6.592 6.592m2.262-5.58c-.528-.067-.745.482-1.072.874-.321.375-1.642-.595-2.022-.935-.59-.525-.886-1.274-1.004-1.471-.254-.441.758-.741.468-1.327-.182-.932-1.18-2.462-1.966-1.57-1.198 1.303-.63 2.707.119 3.703 4.25 5.768 7.971 2.868 7.21 1.604"/></svg>');
} .icon.youtube,icon.youtube {background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path d="M8.051 1.999h.089l6.11.335.897.521.518.899.22 1.402.01.104.022.26.008.104.074 1.957v.075l-.082 2.06-.008.105-.009.104-.235 1.558-.518.899-.897.521-6.18.335h-.142l-2.927-.052-.17-.006-.087-.004-.171-.007-.171-.007-2.654-.26-.897-.521-.518-.898-.235-1.558L.09 9.82.082 9.716 0 7.68v-.123l.064-1.778.007-.103.003-.052.008-.104.022-.26.01-.104.22-1.402.518-.899.897-.521 2.654-.26.17-.007.172-.006.086-.003.171-.007L7.858 2l.193-.001M6.4 5.209v4.818l4.157-2.408L6.4 5.209"/></svg>');
} .icon.main,icon.main {width:2.842em;height:1.1em;background-size:2.842em 1.2em;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1080" height="380"><title>Main HTML</title><path d="M683 81.519c-23.093 5.01-16 39.005-16 56.481v111c0 14.939-3.76 35.913 1.563 50 5.111 13.528 21.287 14.119 33.438 11.686 22.18-4.441 16-38.027 16-54.686V147c0-16.434 3.272-37.156-1.652-53-4.123-13.266-21.765-14.995-33.348-12.481m-487 .91c-21.906 3.138-44.619 15.055-53.073 36.572-5.577 14.193-3.927 30.086-3.927 45v76c0 17.781-3.474 39.681.529 57 1.644 7.11 7.373 12.765 14.471 14.468 3.684.884 8.224 1.262 12 1.019 28.716-1.85 24-27.783 24-49.486v-93c0-11.505-2.806-28.445 5.394-37.892 7.281-8.39 31.484-6.722 41.606-4.629 17.285 3.575 14 29.582 14 42.521v107c0 13.816-1.696 31.356 16 34.675 11.166 2.094 27.426 1.331 32.633-10.676C304.802 289.078 302 269.858 302 257v-94c0-9.251-1.856-20.905 3.702-28.985 6.905-10.037 36.955-10.374 47.258-5.247C366.329 135.422 362 158.947 362 171v84c0 13.93-2.296 30.487 1.638 44 3.047 10.467 14.566 13.768 24.362 13.545 24.508-.559 25.967-18.156 26-38.545V166c0-18.238 1.44-40.161-9.105-56C384.28 79.036 336.078 77.086 303 83.261c-8.455 1.578-19.048 9.341-27 9.341-7.303 0-16.467-7.306-24-8.94-16.707-3.623-39.061-3.66-56-1.234M580 173h-60c-18.856 0-39.647.649-55 13.329-21.232 17.535-22 37.121-22 62.671 0 18.129 2.361 35.554 18 47.24 19.299 14.421 45.113 13.76 68 13.76 9.936 0 20.203.682 29.999-1.336 15.622-3.219 18.192-32.372 5.907-40.669-17.749-11.986-46.72 5.639-64.863-5.853-11.448-7.25-7.889-37.134 3.961-42.708C510.736 216.267 520.741 218 528 218h52v55c0 8.162-.968 20.446 2.228 27.996 6.17 14.571 35.274 14.703 44.133 2.961C634.781 292.798 631 268.404 631 255c0-35.41 3.433-72.851-.714-108-1.917-16.251-1.696-29.865-13.459-42.999C595.303 79.97 564.225 82 535 82c-19.138 0-36.529-.372-54 8.785-21.85 11.452-42.959 44.08-29.084 69.201 6.866 12.431 29.098 14.263 40.069 6.366 12.446-8.959 3.143-26.412 14.228-35.551 4.847-3.996 10.877-3.8 16.787-3.8 13.383-.001 43.255-5.611 52.442 6.044C583.379 143.113 580 160.989 580 173m234-90.575c-21.834 2.973-44.661 15.167-53.073 36.575-5.555 14.136-3.927 30.15-3.927 45v76c0 17.591-2.715 37.682.329 55 1.212 6.895 6.106 12.629 12.671 15.031 3.588 1.313 8.186 1.89 12 1.89 34.499 0 25-42.197 25-65.921v-82c0-10.549-1.449-24.895 7.105-32.775C819.162 126.565 825.6 127 832 127c13.94 0 29.211-1.759 43 .301 19.338 2.889 15 29.756 15 43.699v81c0 14.401-1.726 30.917 1.529 45 2.646 11.447 14.839 15.509 25.471 14.907 8.768-.497 18.21-3.08 22.005-11.907 4.241-9.861 1.995-23.502 1.995-34v-71c0-24.656 5.097-55.97-5.313-79C919.902 81.082 879.02 82 847 82c-10.827 0-22.263-1.037-33 .425M102 278l-26.861-54-12.674-26 10.289-23L102 117c-16.538 0-22.552 10.265-33.17 22-11.27 12.456-23.237 24.318-34.255 37-4.212 4.849-17.228 14.198-17.383 21-.158 6.881 14.261 18.292 18.797 23 11.538 11.974 22.728 24.526 33.725 37C79.723 268.352 86.09 277.998 102 278m872-161l28.753 58 10.219 23-10.219 22L974 278c16.203 0 22.864-11.61 33.17-23 17.32-19.143 34.655-38.673 52.83-57-14.207-21.477-35.572-39.893-52.83-59-10.63-11.769-16.566-22-33.17-22z" fill="%2322262a"/></svg>');
} .icon.mainjs,icon.mainjs {width:3.315em;height:1em;background-size:3.315em 1.025em;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1260" height="380"><title>Main.JS</title><path d="M988 80.426c-29.08 3.82-22 36.428-22 58.574v119c0 18.255 3.326 40.133-.344 58-3.782 18.411-32.751 2.763-38.856 23-5.751 19.065 5.184 32.248 24.2 31.741 19.746-.527 45.126-5.071 56.895-22.741 12.153-18.248 9.105-42.205 9.105-63V155c0-24.794 10.877-79.812-29-74.574m-424 1.042c-22.75 4.299-17 38.311-17 55.532v111c0 15.403-3.417 37.588 2.483 52 5.212 12.732 22.02 13.024 33.517 10.685 22.066-4.489 15-39.222 15-55.685V144c0-14.884 3.796-35.895-1.109-50-4.644-13.354-20.806-14.816-32.891-12.532m-487 .958C55.164 85.399 32.763 96.882 23.876 118 17.822 132.384 19 149.699 19 165v75c0 18.996-8.757 65.639 16 71.471 3.803.896 8.119 1.26 12 .914C74.776 309.91 70.012 285.659 70.961 264c1.366-31.203.039-62.764.039-94 0-11.451-3.116-28.235 4.649-37.811 6.941-8.56 32.523-6.894 42.351-4.505 17.26 4.197 13 30.208 13 43.316v106c0 14.101-.417 31.536 17 34.678 11.803 2.13 27.308 1.063 32.517-11.678 4.75-11.617 1.483-29.569 1.483-42v-95c0-9.601-1.471-21.737 4.649-29.956 6.727-9.034 36.769-9.105 46.347-4.471C246.758 135.23 243 158.625 243 171v86c0 12.602-2.719 28.861.789 41 3.257 11.269 14.602 14.791 25.211 14.545 11.44-.266 23.214-4.733 24.815-17.545 1.699-13.599.185-28.294.185-42v-84c0-19.65 2.692-41.638-8.548-59C265.195 78.708 214.901 76.827 182 83.449c-8.227 1.656-17.071 8.741-25 9.226-7.008.429-17.6-7.411-25-9.013-16.519-3.577-38.243-3.519-55-1.237M461 173c-36.681 0-91.601-10.227-120.996 17.093C321.34 207.44 321.557 235.509 323.83 259c1.345 13.9 4.448 27.074 16.174 36.101C359.913 310.429 386.126 310 410 310c9.815 0 20.365.867 30-1.394 15.757-3.698 17.339-32.687 4.985-40.879-17.839-11.828-48.5 7.147-65.771-6.431-9.22-7.248-5.813-36.71 4.802-41.644C391.179 216.323 401.307 218 409 218h52v42c0 12.364-3.713 32.08 3.005 42.996 8.126 13.205 36.582 12.174 44.356-1.011C515.337 290.156 511 267.383 511 254v-95c0-18.532.789-37.998-12.181-53C477.339 81.158 448.027 82 418 82c-19.698 0-36.815-.44-55 8.167-22.645 10.718-44.766 44.067-30.583 69.829 7.114 12.921 29.294 13.886 40.489 6.035 12.435-8.721 3.084-26.488 14.198-35.601C391.796 126.583 398.31 127 404 127c13.273-.001 43.115-5.61 52.2 6.105 7.832 10.099 4.8 27.953 4.8 39.895m233-90.572c-21.823 3.126-44.189 15.217-52.536 36.572-5.419 13.864-4.464 31.321-4.464 46v75c0 15.383-.139 30.681.911 46 .698 10.189.793 19.665 12.089 23.867 3.654 1.359 8.111 2.003 12 2.079 35.024.678 26-42.35 26-65.946v-83c0-10.6-1.866-24.803 7.185-32.581C700.101 126.194 706.98 127 713 127c13.87 0 29.305-1.904 43 .305 18.956 3.057 15 30.099 15 43.695v83c0 13.138-1.975 28.081.468 41 2.318 12.26 13.984 17.404 25.532 16.896 8.962-.395 18.777-2.789 22.517-11.897 3.575-8.705.942-19.797 1.573-28.999 1.727-25.218.911-50.693.911-76 0-24.713 4.571-58.455-6.809-81C798.509 80.951 759.369 82 728 82c-11.125 0-22.978-1.151-34 .428m419 .011c-15.381 2.402-33.683 10.199-43.621 22.562-19.113 23.775-19.69 76.696 5.621 96.319 21.345 16.549 47.271 16.67 73 16.68 9.526.004 21.858-2.063 31 .804 13.119 4.113 14.805 22.941 10.891 34.196-6.643 19.103-41.951 12.001-57.891 12-6.918 0-15.481.307-20.61-5.214-9.45-10.172-.982-26.549-14.394-34.253-9.25-5.314-26.283-5.159-34.953 1.267-6.913 5.124-7.046 13.371-7.043 21.2.01 17.82 5.701 34.476 20.001 45.789C1097.867 311.88 1124.419 310 1152 310c13.447 0 27.803 1.087 41-1.888 15.681-3.535 31.55-12.36 40.452-26.112 16.472-25.445 13.278-75.652-12.453-93.957-9.941-7.072-22.711-13.553-34.999-14.87-21.304-2.282-46.419 4.886-67-1.823-12.563-4.095-13.672-21.766-10.215-32.351 6.108-18.697 38.931-12 54.215-12 6.972 0 15.311-.994 20.812 4.228 10.119 9.607 2.144 25.695 15.192 33.548 9.257 5.571 24.991 4.481 33.953-1.255 7.746-4.957 8.303-15.265 7.329-23.521-1.868-15.831-5.779-29.812-18.286-40.815C1200.532 80.3 1173.534 82 1147 82c-11.076 0-23.046-1.272-34 .439M887 240.595c-34.992 1.431-44.672 49.309-14 65.271 6.007 3.126 12.355 3.418 19 3.094 43.028-2.094 38.026-70.125-5-68.365z" fill="%2322262a"/></svg>');
} .icon.mainicon,icon.mainicon {width:1.684em;height:1em;background-size:1.684em 1.025em;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="640" height="380"><title>Main JS</title><path d="M264 80.425c-29.565 3.789-22 36-22 58.575v116c0 19.029 2.616 40.22-.44 59-3.465 21.298-33.262 3.397-39.042 25-5.209 19.468 4.76 32.267 24.481 31.741 19.088-.509 45.177-5.545 56.455-22.741 12.142-18.513 9.545-43.813 9.545-65V154c0-24.385 9.856-78.554-29-73.575m125 2.003c-18.533 2.655-37.344 12.724-47.895 28.572-16.415 24.656-13.252 73.119 10.895 91.475C373.431 218.765 400.425 218 426 218c8.944 0 20.41-1.89 29 .804 12.91 4.049 14.73 23.273 10.532 34.196-7.236 18.826-40.335 12-56.532 12-7.418 0-16.142.659-21.787-5.133-9.602-9.854-1.49-25.653-14.217-33.897-9.01-5.836-26.232-5.626-34.981.679-7.538 5.433-7.769 14.887-7.171 23.351 1.203 17.003 5.117 32.156 19.155 43.334C372.938 311.599 399.216 310 427 310c13.184 0 27.012.993 40-1.666 14.524-2.974 29.915-10.35 39.1-22.338 20.185-26.343 17.185-77.94-10.1-98.235-9.319-6.932-22.322-13.332-34-14.587-21.518-2.312-46.069 4.513-67-1.742-12.481-3.73-14.382-21.881-10.751-32.431 6.449-18.736 39.196-12 54.751-12 7.029 0 15.107-.859 20.671 4.394 10.102 9.537 1.935 25.427 15.33 33.601 8.597 5.246 24.602 4.35 32.985-.989 7.793-4.963 8.028-12.72 8.015-21.005-.028-17.232-6.279-32.225-19-43.907C476.285 80.071 448.951 82 423 82c-11.125 0-22.978-1.151-34 .428M106 278l-28.781-57-11.41-24 10.438-22L105 117c-14.665 0-19.389 7.89-29.039 18-12.533 13.129-24.335 26.978-36.975 40-4.365 4.497-18.555 15.595-18.64 22-.089 6.684 14.04 17.177 18.23 22 11.781 13.562 23.949 27.064 36.414 40 10.703 11.108 14.944 19 31.011 19m435-161l29.247 58 10.478 22.576L570.247 219 541 278c14.3 0 18.513-7.212 28.014-17 12.973-13.365 25-27.635 37.972-41 4.505-4.641 19.096-16.198 18.708-23-.395-6.913-13.956-16.95-18.408-22-12.5-14.179-25.271-28.256-38.25-42-4.443-4.705-9.193-12.835-15.321-15.397-3.619-1.513-8.854-.603-12.714-.603M162 240.465c-46.755 4.32-38.705 74.018 8 68.351 41.703-5.06 33.736-72.207-8-68.351z" fill="%2322262a"/></svg>');
} body[class*="light"] .icon,body[class*="light"] icon {filter:none;
} body[class*="light"] .icon *,body[class*="light"] icon *,body[class*="light"] img.invert {filter:none !important;
} body[class*="light"] footer .icon,body[class*="light"] footer icon,img.invert,img.inverted {filter:invert(var(--logo-invert,1));
} 

/* Main HTML Code: CSS */ 
code.text {color:var(--text);
} code .element,code.element {color:grey;
} code .html,code.html {color:dodgerblue;
} code .attr,code.attr {color:lightskyblue;
} code .selector {color:gold;
} code .rule {color:lightskyblue;
} code .value {color:indianred;
} code .string {color:greenyellow;
} body[class*="light"] code.text {color:var(--text);
} body[class*="light"] code .element,body[class*="light"] code.element {color:grey;
} body[class*="light"] code .html,body[class*="light"] code.html {color:dodgerblue;
} body[class*="light"] code .attr,body[class*="light"] code.attr {color:deepskyblue;
} body[class*="light"] code .selector {color:darkgoldenrod;
} body[class*="light"] code .rule {color:deepskyblue;
} body[class*="light"] code .value {color:indianred;
} body[class*="light"] code .string {color:limegreen;
} 

/* Main HTML Containers: Slideshow */
.container.slideshow,container.slideshow {background-color:var(--header);box-shadow:0 0 1rem rgba(0,0,0,0.2);
} .container.slideshow>img,container.slideshow>img {opacity:0;transition:opacity 1s ease-in-out,z-index 1s ease-in-out;animation:fadeAnimation 15s infinite; /* Total duration:15s (5s per image, 3 images) */
} @keyframes fadeAnimation {
	0% { opacity:0;z-index:calc(var(--z-limit,10) - 6); }
	6.66% { opacity:1;z-index:calc(var(--z-limit,10) - 5); }   /* Fade in (1s of 15s cycle) */
	26.66% { opacity:1;z-index:calc(var(--z-limit,10) - 5); }  /* Stay visible (3s of 15s cycle) */
	33.33% { opacity:0;z-index:calc(var(--z-limit,10) - 6); }  /* Fade out (1s of 15s cycle) */
	100% { opacity:0;z-index:calc(var(--z-limit,10) - 6); }	/* Remain hidden until next cycle */
} .container.slideshow>img:nth-child(1),container.slideshow>img:nth-child(1) {animation-delay:0s;
} .container.slideshow>img:nth-child(2),container.slideshow>img:nth-child(2) {animation-delay:5s; /* Delay by one image's duration (5s) */
} .container.slideshow>img:nth-child(3),container.slideshow>img:nth-child(3) {animation-delay:10s; /* Delay by two images' duration (10s) */
} /* Add more .slideshow-image:nth-child() rules and adjust delays for more images */