/**
 * Respect users who prefer reduced motion.
 * Inspiration taken from sanitize.css
 * https://github.com/csstools/sanitize.css/blob/v13.0.0/reduce-motion.css,
 * itself based on collection at
 * https://github.com/jensimmons/cssremedy/issues/11
 *
 * Note, we also don't set `background-attachment: initial !important;` as
 * setting a background property changes the default rendering of unstyled
 * elements like `button`s and we don't feature `fixed` anywhere in deployed
 * skins or extensions.
 */
/* stylelint-disable declaration-no-important, time-min-milliseconds, plugin/no-unsupported-browser-features, selector-class-pattern */
@media (prefers-reduced-motion: reduce) {
  *,
  ::before,
  ::after {
    animation-delay: -0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0ms !important;
  }
}
.mw-parser-output[data-mw-parsoid-version] .mw-default-size img[width='250'] {
  width: 250px;
  height: auto;
}
html.skin-theme-clientpref-thumb-large .mw-parser-output[data-mw-parsoid-version] .mw-default-size img[width='250'] {
  width: 400px;
}
html.skin-theme-clientpref-thumb-small .mw-parser-output[data-mw-parsoid-version] .mw-default-size img[width='250'] {
  width: 180px;
}

/**
 * MediaWiki style sheet for addressing (normalizing) browser bugs and inconsistencies.
 *
 * Meant for normalizing elements and attribute selectors used by MediaWiki.
 * General element styles and element-bound classes belong to 'elements.css'.
 * If adding/changing rules, please consult https://github.com/necolas/normalize.css v7.0.0
 * which this file is heavily inspired from, additionally orients on our
 * Basic (Grade C) supported browsers.
 * See https://www.mediawiki.org/wiki/Compatibility#Browser_support_matrix
 */
body {
  margin: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
abbr[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
@supports ( text-decoration: underline dotted ) {
  abbr[title] {
    border-bottom: 0;
    text-decoration: underline dotted;
  }
}
pre,
code,
tt,
kbd,
samp {
  font-family: monospace, monospace;
}
sub,
sup {
  line-height: 1;
}
figure {
  margin: 0;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
legend {
  padding: 0;
}

/* stylelint-disable-next-line selector-class-pattern */
.firstHeading::before {
  content: url(/static/images/mobile/copyright/beta-wordmark.svg);
  display: block;
  height: 20px;
  left: -9999px;
  line-height: 0;
  margin-bottom: 20px;
  position: absolute;
  width: 55px;
}

/**
 * These styles are common to both print and screen media.
 * Use the -print or without postfix files to apply styles more selectively.
 */
/* stylelint-disable selector-class-pattern */
/**
 * This file is a Less import match for 'mediawiki.skin.variables.less'
 * when MonoBook is the active skin.
 */
/* stylelint-disable @stylistic/indentation */
/* stylelint-disable selector-class-pattern */
/* stylelint-disable selector-no-vendor-prefix */
/* stylelint-enable selector-no-vendor-prefix */
/**
 * Compute the most transparent color that appears the same as @color
 * when overlaid on the given @background.
 *
 * @example
 *   background-color: .solid-to-minimum-opacity( #eaecf0 )[ @result ];
 *
 * @param {Color} @color The solid color to approximate with transparency
 * @param {Color} [@background=white] The background color to overlay on
 * @return {Color} @result
 */
/* @noflip */
div.tright,
div.floatright,
table.floatright {
  clear: right;
  float: right;
}
@media all and (max-width: 639px) {
  body.skin--responsive div.tright,
  body.skin--responsive div.floatright,
  body.skin--responsive table.floatright {
    clear: both;
    float: none;
  }
}
/* @noflip */
div.tleft,
div.floatleft,
table.floatleft {
  float: left;
  clear: left;
}
@media all and (max-width: 639px) {
  body.skin--responsive div.tleft,
  body.skin--responsive div.floatleft,
  body.skin--responsive table.floatleft {
    clear: both;
    float: none;
  }
}
div.floatright,
table.floatright {
  /* @noflip */
  margin: 0 0 0.5em 0.5em;
}
div.floatleft,
table.floatleft {
  /* @noflip */
  margin: 0 0.5em 0.5em 0;
}
div.thumb {
  width: auto;
  background-color: transparent;
  margin-bottom: 0.5em;
}
/* @noflip */
div.tleft {
  margin: 0.5em 1.4em 1.3em 0;
}
/* @noflip */
div.tright {
  margin: 0.5em 0 1.3em 1.4em;
}
.thumbcaption {
  text-align: start;
  line-height: 1.4em;
  padding: 3px;
}
.thumbcaption:empty {
  padding: 0;
}
div.thumbinner {
  padding: 3px;
  text-align: center;
  /* new block formatting context,
	 * to clear background from floating content */
  overflow: hidden;
}
@media all and (max-width: 639px) {
  body.skin--responsive  .mw-parser-output .thumb .thumbinner {
    display: flex;
    place-content: flex-start center;
    flex-flow: column wrap;
  }
  body.skin--responsive  .mw-parser-output .thumb .thumbinner > .thumbcaption {
    justify-content: space-between;
    width: 100%;
    flex: 1 0 100%;
    order: 1;
    display: block;
  }
}

/* stylelint-disable selector-class-pattern */
/**
 * This file is a Less import match for 'mediawiki.skin.variables.less'
 * when MonoBook is the active skin.
 */
/* stylelint-disable @stylistic/indentation */
/**
 * Block media items
 */
figure[typeof~='mw:File'],
figure[typeof~='mw:File/Frameless'] {
  /* Hide the caption for frameless and plain floated images */
}
.mw-body-content figure[typeof~='mw:File'] > a,
.mw-body-content figure[typeof~='mw:File/Frameless'] > a {
  border: 0;
}
figure[typeof~='mw:File'].mw-halign-right,
figure[typeof~='mw:File/Frameless'].mw-halign-right {
  /* @noflip */
  margin: 0 0 0.5em 0.5em;
  /* @noflip */
  clear: right;
  /* @noflip */
  float: right;
}
figure[typeof~='mw:File'].mw-halign-left,
figure[typeof~='mw:File/Frameless'].mw-halign-left {
  /* @noflip */
  margin: 0 0.5em 0.5em 0;
  /* @noflip */
  clear: left;
  /* @noflip */
  float: left;
}
figure[typeof~='mw:File'].mw-halign-none,
figure[typeof~='mw:File/Frameless'].mw-halign-none {
  clear: none;
  float: none;
}
figure[typeof~='mw:File'].mw-halign-center,
figure[typeof~='mw:File/Frameless'].mw-halign-center {
  /* Matches *.center * in element.css */
  margin: 0 auto;
  display: table;
  border-collapse: collapse;
  clear: none;
  float: none;
}
figure[typeof~='mw:File'] > figcaption,
figure[typeof~='mw:File/Frameless'] > figcaption {
  display: none;
}
figure[typeof~='mw:File/Thumb'],
figure[typeof~='mw:File/Frame'] {
  display: table;
  text-align: center;
  border-collapse: collapse;
  line-height: 0;
  margin: 0.5em 0 1.3em 1.4em;
  clear: right;
  float: right;
}
.mw-body-content figure[typeof~='mw:File/Thumb'] > a,
.mw-body-content figure[typeof~='mw:File/Frame'] > a {
  border: 0;
}
.mw-content-ltr figure[typeof~='mw:File/Thumb'],
.mw-content-ltr figure[typeof~='mw:File/Frame'] {
  /* @noflip */
  margin: 0.5em 0 1.3em 1.4em;
  /* @noflip */
  clear: right;
  /* @noflip */
  float: right;
}
.mw-content-rtl figure[typeof~='mw:File/Thumb'],
.mw-content-rtl figure[typeof~='mw:File/Frame'] {
  /* @noflip */
  margin: 0.5em 1.4em 1.3em 0;
  /* @noflip */
  clear: left;
  /* @noflip */
  float: left;
}
figure[typeof~='mw:File/Thumb'].mw-halign-right,
figure[typeof~='mw:File/Frame'].mw-halign-right {
  /* @noflip */
  margin: 0.5em 0 1.3em 1.4em;
  /* @noflip */
  clear: right;
  /* @noflip */
  float: right;
}
figure[typeof~='mw:File/Thumb'].mw-halign-left,
figure[typeof~='mw:File/Frame'].mw-halign-left {
  /* @noflip */
  margin: 0.5em 1.4em 1.3em 0;
  /* @noflip */
  clear: left;
  /* @noflip */
  float: left;
}
figure[typeof~='mw:File/Thumb'].mw-halign-none,
figure[typeof~='mw:File/Frame'].mw-halign-none {
  /* Override the default margin from mw-content-xxx above */
  margin: 0;
  margin-bottom: 0.5em;
  clear: none;
  float: none;
}
figure[typeof~='mw:File/Thumb'].mw-halign-center,
figure[typeof~='mw:File/Frame'].mw-halign-center {
  /* Override the default margin from mw-content-xxx above
		 * And, matches *.center * in element.css
		 */
  margin: 0 auto 0.5em auto;
  clear: none;
  float: none;
}
figure[typeof~='mw:File/Thumb'] > :not( figcaption ),
figure[typeof~='mw:File/Frame'] > :not( figcaption ) {
  /**
		 * Broken media get a span instead.
		 */
}
figure[typeof~='mw:File/Thumb'] > :not( figcaption ) .mw-file-element,
figure[typeof~='mw:File/Frame'] > :not( figcaption ) .mw-file-element {
  margin: 3px;
}
figure[typeof~='mw:File/Thumb'] > :not( figcaption ) .mw-broken-media,
figure[typeof~='mw:File/Frame'] > :not( figcaption ) .mw-broken-media {
  display: inline-block;
  line-height: 1.6em;
  word-break: break-word;
  /* This is hardcoded in Linker::makeThumbLink2 for broken media */
  width: 180px;
  /* Styles the text of broken media */
  font-size: 94%;
}
figure[typeof~='mw:File/Thumb'] > figcaption,
figure[typeof~='mw:File/Frame'] > figcaption {
  display: table-caption;
  caption-side: bottom;
  background-color: inherit;
  line-height: 1.4em;
  /**
		 * The "break-word" value is deprecated, however, it's well supported
		 * at 94.73%
		 * https://caniuse.com/mdn-css_properties_word-break_break-word
		 *
		 * The spec suggests it has the same effect as,
		 *
		 *   word-break: normal;
		 *   overflow-wrap: anywhere;
		 *
		 * https://drafts.csswg.org/css-text-3/#word-break-property
		 *
		 * So, we should use that.  However, support for "anywhere" is lagging
		 * at just 72.39%, with Safari being a notable miss.
		 * https://caniuse.com/mdn-css_properties_overflow-wrap_anywhere
		 *
		 * "Soft wrap opportunities introduced by the word break are considered
		 * when calculating min-content intrinsic sizes."
		 * From https://developer.mozilla.org/en-US/docs/Web/CSS/overflow-wrap
		 */
  word-break: break-word;
  text-align: start;
  /* taken from .thumbcaption, plus .thumbinner */
  padding: 0 6px 6px 6px;
}
/**
 * Disable floating on mobile devices and automatically center on the page.
 * This overrides any inline styles in the process.
 */
@media all and (max-width: 639px) {
  body.skin--responsive figure {
    /* stylelint-disable-next-line declaration-no-important */
    margin: 0 auto !important;
    /* stylelint-disable-next-line declaration-no-important */
    float: none !important;
  }
}
figure[typeof~='mw:File/Frame'] > figcaption:empty {
  padding-bottom: 0;
}
figure[typeof~='mw:File/Thumb'] > figcaption:empty {
  padding-bottom: 3px;
}
/**
 * Inline media items
 */
.mw-valign-middle .mw-file-element {
  vertical-align: middle;
}
.mw-valign-baseline .mw-file-element {
  vertical-align: baseline;
}
.mw-valign-sub .mw-file-element {
  vertical-align: sub;
}
.mw-valign-super .mw-file-element {
  vertical-align: super;
}
.mw-valign-top .mw-file-element {
  vertical-align: top;
}
.mw-valign-text-top .mw-file-element {
  vertical-align: text-top;
}
.mw-valign-bottom .mw-file-element {
  vertical-align: bottom;
}
.mw-valign-text-bottom .mw-file-element {
  vertical-align: text-bottom;
}

/* This style is loaded on all media. */
/* stylelint-disable selector-class-pattern */
/* stylelint-disable selector-class-pattern */
/* stylelint-disable selector-no-vendor-prefix */
/* stylelint-enable selector-no-vendor-prefix */
/**
 * Compute the most transparent color that appears the same as @color
 * when overlaid on the given @background.
 *
 * @example
 *   background-color: .solid-to-minimum-opacity( #eaecf0 )[ @result ];
 *
 * @param {Color} @color The solid color to approximate with transparency
 * @param {Color} [@background=white] The background color to overlay on
 * @return {Color} @result
 */
/* Hide the content of the TOC when the checkbox is checked. */
.toctogglecheckbox:checked ~ ul {
  display: none;
}
/* Space between the columns for tocnumber and toctext */
.tocnumber {
  padding-left: 0;
  padding-right: 0.5em;
  -webkit-padding-start: 0;
  -webkit-padding-end: 0.5em;
  /* stylelint-disable declaration-block-no-redundant-longhand-properties */
  padding-inline-start: 0;
  padding-inline-end: 0.5em;
  /* stylelint-enable declaration-block-no-redundant-longhand-properties */
}.mw-wiki-logo { background-image: url(/static/images/project-logos/betawiki.png); }@media print {
	/* stylelint-disable-next-line selector-class-pattern */
	.firstHeading::before {
	  left: auto;
	  position: relative;
	}
	
	/**
	 * This file is a Less import match for 'mediawiki.skin.variables.less'
	 * when MonoBook is the active skin.
	 */
	/* stylelint-disable @stylistic/indentation */
	/* stylelint-disable selector-class-pattern */
	table.floatright,
	div.floatright,
	table.floatleft,
	div.floatleft {
	  border: 0;
	}
	div.thumb {
	  /* Pagination */
	  page-break-inside: avoid;
	}
	div.thumb a {
	  border-bottom: 0;
	}
	div.thumbinner {
	  background-color: #fff;
	  color: #666;
	  min-width: 100px;
	  border: 1pt solid #000;
	  border-radius: 0.25em;
	  font-size: 10pt;
	}
	.thumbborder {
	  border: 1pt solid #ddd;
	}
	.magnify {
	  display: none;
	}
	
	/**
	 * This file is a Less import match for 'mediawiki.skin.variables.less'
	 * when MonoBook is the active skin.
	 */
	/* stylelint-disable @stylistic/indentation */
	figure[typeof~='mw:File/Thumb'],
	figure[typeof~='mw:File/Frame'] {
	  border: 1pt;
	  border-bottom: 0;
	  background-color: #fff;
	}
	figure[typeof~='mw:File/Thumb'] > :not( figcaption ) .mw-file-element,
	figure[typeof~='mw:File/Frame'] > :not( figcaption ) .mw-file-element {
	  border: 1pt solid #ddd;
	}
	figure[typeof~='mw:File/Thumb'] > figcaption,
	figure[typeof~='mw:File/Frame'] > figcaption {
	  background-color: #fff;
	  color: #666;
	  font-size: 10pt;
	  border: 1pt;
	  border-top: 0;
	}
	.mw-image-border .mw-file-element {
	  border: 1pt;
	}
	
	/* stylelint-disable selector-class-pattern */
	.mw-parser-output a.external {
	  /* Expand URLs for printing */
	  /* Expand protocol-relative URLs for printing */
	}
	.mw-parser-output a.external.text::after,
	.mw-parser-output a.external.autonumber::after {
	  content: ' (' attr(href) ')';
	  word-break: break-all;
	  word-wrap: break-word;
	}
	.mw-parser-output a.external.text[href^='//']:after,
	.mw-parser-output a.external.autonumber[href^='//']:after {
	  content: ' (https:' attr(href) ')';
	}
	
	/* stylelint-disable selector-class-pattern */
	.wikitable {
	  background: #fff;
	  margin: 1em 0;
	  border: 1pt solid #aaa;
	  border-collapse: collapse;
	  font-size: 10pt;
	  /* Pagination */
	  page-break-inside: avoid;
	}
	.wikitable > caption {
	  padding: 5px;
	  font-size: 10pt;
	}
	.wikitable > tr > th,
	.wikitable > tr > td,
	.wikitable > * > tr > th,
	.wikitable > * > tr > td {
	  /* Important is required to override any inline styles provided by editors */
	  background: #fff !important;
	  /* stylelint-disable-line declaration-no-important */
	  /* We need to also set color in case editors applied a light text color */
	  color: #000 !important;
	  /* stylelint-disable-line declaration-no-important */
	  border: 1pt solid #aaa;
	  padding: 0.4em 0.6em;
	}
	.wikitable > tr > th,
	.wikitable > * > tr > th {
	  text-align: center;
	}
	table.listing,
	table.listing td {
	  border: 1pt solid #000;
	  border-collapse: collapse;
	}
	
	/* stylelint-disable selector-class-pattern */
	.catlinks ul {
	  display: inline;
	  padding: 0;
	  list-style: none;
	}
	.catlinks li {
	  display: inline-block;
	  line-height: 1.15;
	  margin: 0.1em 0;
	  border-left: 1pt solid #aaa;
	  padding: 0 0.4em;
	}
	.catlinks li:first-child {
	  border-left: 0;
	  padding-left: 0.2em;
	}
	.mw-hidden-catlinks,
	.catlinks {
	  display: none;
	}
	
	/* stylelint-disable selector-class-pattern */
	.mw-editsection,
	.mw-editsection-like,
	.mw-indicators,
	.mw-redirectedfrom,
	#siteNotice,
	.usermessage {
	  display: none;
	}
	.printfooter {
	  clear: both;
	  padding: 1em 0;
	}
	
	/* stylelint-disable selector-class-pattern */
	.center {
	  text-align: center;
	}
	/* Links */
	a {
	  background: none !important;
	  /* stylelint-disable-line declaration-no-important */
	  padding: 0 !important;
	  /* stylelint-disable-line declaration-no-important */
	}
	a,
	a.external,
	a.new,
	a.stub {
	  color: inherit !important;
	  /* stylelint-disable-line declaration-no-important */
	  text-decoration: inherit !important;
	  /* stylelint-disable-line declaration-no-important */
	}
	dt {
	  font-weight: bold;
	}
	.mw-heading,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
	  font-weight: bold;
	  /* Pagination */
	  page-break-after: avoid;
	}
	p {
	  margin: 1em 0;
	  line-height: 1.2;
	  /* Pagination */
	  /* oprhans/widows not supported by Firefox */
	  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
	  orphans: 3;
	  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
	  widows: 3;
	}
	img,
	figure {
	  /* Pagination */
	  page-break-inside: avoid;
	}
	img {
	  border: 0;
	  vertical-align: middle;
	}
	pre,
	.mw-code {
	  background: #fff;
	  color: #000;
	  border: 1pt dashed #000;
	  padding: 1em;
	  font-size: 8pt;
	  white-space: pre-wrap;
	  /* Create a new block formatting context */
	  overflow-x: hidden;
	  /* Break really long words when they overflow to the next line */
	  word-wrap: break-word;
	}
	ul {
	  list-style-type: square;
	}
	
	/* Hide the complete TOC on print when the TOC is hidden. */
	/* stylelint-disable selector-class-pattern */
	.toctogglecheckbox:checked + .toctitle {
	  display: none;
	}
	.toc {
	  background-color: #f9f9f9;
	  border: 1pt solid #aaa;
	  padding: 5px;
	  display: table;
	}
	/* Separate columns for `.tocnumber` and `.toctext` */
	.tocnumber,
	.toctext {
	  display: table-cell;
	}}@media screen {
	/**
	 * MediaWiki style sheet for styles relating to thumbnails.
	 *
	 * CSS that does not relate to styling thumbnails generated by the parser in a vanilla
	 * MediaWiki install do not belong here.
	 */
	/* stylelint-disable selector-class-pattern */
	/**
	 * This file is a Less import match for 'mediawiki.skin.variables.less'
	 * when MonoBook is the active skin.
	 */
	/* stylelint-disable @stylistic/indentation */
	/* stylelint-disable selector-class-pattern */
	/* stylelint-disable selector-no-vendor-prefix */
	/* stylelint-enable selector-no-vendor-prefix */
	/**
	 * Compute the most transparent color that appears the same as @color
	 * when overlaid on the given @background.
	 *
	 * @example
	 *   background-color: .solid-to-minimum-opacity( #eaecf0 )[ @result ];
	 *
	 * @param {Color} @color The solid color to approximate with transparency
	 * @param {Color} [@background=white] The background color to overlay on
	 * @return {Color} @result
	 */
	/* Thumbnails */
	div.thumbinner {
	  border: 1px solid #ccc;
	  background-color: #f9f9f9;
	  font-size: 94%;
	}
	.thumbimage {
	  background-color: #fff;
	  border: 1px solid #ccc;
	}
	.thumbcaption {
	  /* Default styles when there's no .mw-content-ltr or .mw-content-rtl, overridden below */
	  border: 0;
	  font-size: 94%;
	}
	.thumbborder {
	  border: 1px solid #eaecf0;
	}
	.magnify {
	  /* Default styles when there's no .mw-content-ltr or .mw-content-rtl, overridden below */
	  float: right;
	  margin-left: 3px;
	  margin-right: 0;
	  -webkit-margin-start: 3px;
	  -webkit-margin-end: 0;
	  /* stylelint-disable declaration-block-no-redundant-longhand-properties */
	  margin-inline-start: 3px;
	  margin-inline-end: 0;
	  /* stylelint-enable declaration-block-no-redundant-longhand-properties */
	  /* Directionality-specific styles for thumbnails - their positioning depends on content language */
	}
	.magnify a {
	  display: block;
	  /* Hide the text… */
	  text-indent: 15px;
	  white-space: nowrap;
	  overflow: hidden;
	  /* …and replace it with the image */
	  width: 15px;
	  height: 11px;
	  /* Default styles when there's no .mw-content-ltr or .mw-content-rtl, overridden below */
	  background-image: url(/w/resources/src/mediawiki.skinning/images/magnify-clip-ltr.svg?8330e);
	  /* Don't annoy people who copy-paste everything too much */
	  -webkit-user-select: none;
	  -moz-user-select: none;
	  user-select: none;
	}
	.mw-content-ltr .magnify {
	  /* @noflip */
	  float: right;
	}
	.mw-content-ltr .magnify a {
	  /* @noflip */
	  background-image: url(/w/resources/src/mediawiki.skinning/images/magnify-clip-ltr.svg?8330e);
	}
	.mw-content-rtl .magnify {
	  /* @noflip */
	  float: left;
	}
	.mw-content-rtl .magnify a {
	  /* @noflip */
	  background-image: url(/w/resources/src/mediawiki.skinning/images/magnify-clip-rtl.svg?38fd5);
	}
	
	/* stylelint-disable selector-class-pattern */
	/* stylelint-disable selector-class-pattern */
	/* stylelint-disable selector-no-vendor-prefix */
	/* stylelint-enable selector-no-vendor-prefix */
	/**
	 * Compute the most transparent color that appears the same as @color
	 * when overlaid on the given @background.
	 *
	 * @example
	 *   background-color: .solid-to-minimum-opacity( #eaecf0 )[ @result ];
	 *
	 * @param {Color} @color The solid color to approximate with transparency
	 * @param {Color} [@background=white] The background color to overlay on
	 * @return {Color} @result
	 */
	/**
	 * This file is a Less import match for 'mediawiki.skin.variables.less'
	 * when MonoBook is the active skin.
	 */
	/* stylelint-disable @stylistic/indentation */
	figure[typeof~='mw:File/Thumb'],
	figure[typeof~='mw:File/Frame'] {
	  border: 1px solid #ccc;
	  border-bottom: 0;
	  background-color: #f9f9f9;
	  color: #000;
	}
	figure[typeof~='mw:File/Thumb'] > :not( figcaption ) .mw-file-element,
	figure[typeof~='mw:File/Frame'] > :not( figcaption ) .mw-file-element {
	  background-color: #fff;
	  border: 1px solid #ccc;
	}
	figure[typeof~='mw:File/Thumb'] > :not( figcaption ) .mw-file-element:not( .mw-broken-media ),
	figure[typeof~='mw:File/Frame'] > :not( figcaption ) .mw-file-element:not( .mw-broken-media ) {
	  background-color: #fff;
	  color: #222;
	}
	figure[typeof~='mw:File/Thumb'] > figcaption,
	figure[typeof~='mw:File/Frame'] > figcaption {
	  border: 1px solid #ccc;
	  border-top: 0;
	  /* In mw-core the font-size is duplicated, 94% in thumbinner
			 * and again 94% in thumbcaption. 88.4% for font size of the
			 * caption results in the same behavior. */
	  font-size: 88.40000000000001%;
	}
	.mw-image-border .mw-file-element {
	  border: 1px solid #eaecf0;
	}
	figure[typeof~='mw:File/Thumb'] > figcaption::before {
	  content: '';
	  width: 15px;
	  height: 11px;
	  margin: 0;
	  margin-left: 3px;
	  margin-right: 0;
	  -webkit-margin-start: 3px;
	  -webkit-margin-end: 0;
	  /* stylelint-disable declaration-block-no-redundant-longhand-properties */
	  margin-inline-start: 3px;
	  margin-inline-end: 0;
	  /* stylelint-enable declaration-block-no-redundant-longhand-properties */
	  float: right;
	}
	.mw-content-ltr figure[typeof~='mw:File/Thumb'] > figcaption::before {
	  /* @noflip */
	  float: right;
	}
	.mw-content-rtl figure[typeof~='mw:File/Thumb'] > figcaption::before {
	  /* @noflip */
	  float: left;
	}
	body.skin--responsive figure[typeof~='mw:File/Thumb'] > figcaption::before {
	  /** Disable magnifying glass at lower resolutions */
	}
	@media all and (max-width: 639px) {
	  body.skin--responsive figure[typeof~='mw:File/Thumb'] > figcaption::before {
	    content: none;
	  }
	}
	figure[typeof~='mw:File/Thumb'] > .mw-file-description,
	figure[typeof~='mw:File/Thumb'] > .mw-file-magnify {
	  display: block;
	  position: relative;
	}
	figure[typeof~='mw:File/Thumb'] > .mw-file-description::after,
	figure[typeof~='mw:File/Thumb'] > .mw-file-magnify::after {
	  content: '';
	  width: 15px;
	  height: 11px;
	  position: absolute;
	  bottom: -11px;
	  right: 6px;
	  background-image: url(/w/resources/src/mediawiki.skinning/images/magnify-clip-ltr.svg?8330e);
	  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
	  /** Disable magnifying glass at lower resolutions to maximize space for caption. */
	}
	@media screen {
	  html.skin-theme-clientpref-night figure[typeof~='mw:File/Thumb'] > .mw-file-description::after,
	  html.skin-theme-clientpref-night figure[typeof~='mw:File/Thumb'] > .mw-file-magnify::after {
	    filter: invert(1);
	  }
	}
	@media screen and (prefers-color-scheme: dark) {
	  html.skin-theme-clientpref-os figure[typeof~='mw:File/Thumb'] > .mw-file-description::after,
	  html.skin-theme-clientpref-os figure[typeof~='mw:File/Thumb'] > .mw-file-magnify::after {
	    filter: invert(1);
	  }
	}
	.mw-content-ltr figure[typeof~='mw:File/Thumb'] > .mw-file-description::after,
	.mw-content-ltr figure[typeof~='mw:File/Thumb'] > .mw-file-magnify::after {
	  /* @noflip */
	  right: 6px;
	  /* @noflip */
	  left: auto;
	  /* @noflip */
	  background-image: url(/w/resources/src/mediawiki.skinning/images/magnify-clip-ltr.svg?8330e);
	}
	.mw-content-rtl figure[typeof~='mw:File/Thumb'] > .mw-file-description::after,
	.mw-content-rtl figure[typeof~='mw:File/Thumb'] > .mw-file-magnify::after {
	  /* @noflip */
	  right: auto;
	  /* @noflip */
	  left: 6px;
	  /* @noflip */
	  background-image: url(/w/resources/src/mediawiki.skinning/images/magnify-clip-rtl.svg?38fd5);
	}
	@media all and (max-width: 639px) {
	  figure[typeof~='mw:File/Thumb'] > .mw-file-description::after,
	  figure[typeof~='mw:File/Thumb'] > .mw-file-magnify::after {
	    /* stylelint-disable-next-line declaration-no-important */
	    background-image: none !important;
	  }
	}
	/**
	 * RESPONSIVE IMAGES FOR RESPONSIVE SKINS (T113101 and T367463)
	 * Note we restrict to img's to avoid conflicts with VisualEditor shields.
	 * Note this currently doesn't apply to frameless images (tracked in T367831) and
	 * does not currently apply to responsive images in MobileFrontend.
	 */
	body.skin--responsive .mw-parser-output {
	  /**
		 * When the noresize class is used e.g. on a panorama or image map
		 * with clickable regions (T22030), do not subject the image to a max-width rule.
		 *
		 * [[File:example.jpg|thumb|class=noresize]] and imagemap extension put the class on figure itself (T368034)
		 */
	}
	body.skin--responsive .mw-parser-output figure img.mw-file-element {
	  height: auto;
	  max-width: 100%;
	}
	body.skin--responsive .mw-parser-output figure[typeof~='mw:File/Thumb'] img.mw-file-element,
	body.skin--responsive .mw-parser-output figure[typeof~='mw:File/Frame'] img.mw-file-element {
	  max-width: calc(100% - (2 * 3px) - (2 * 1px));
	}
	body.skin--responsive .mw-parser-output .noresize figure img.mw-file-element,
	body.skin--responsive .mw-parser-output figure.noresize img.mw-file-element {
	  max-width: none;
	}
	
	/**
	 * This file is a Less import match for 'mediawiki.skin.variables.less'
	 * when MonoBook is the active skin.
	 */
	/* stylelint-disable @stylistic/indentation */
	/* stylelint-disable selector-class-pattern */
	a.new {
	  color: #c20;
	}
	a.new:visited {
	  color: #a55858;
	}
	/* self links */
	a.mw-selflink {
	  color: inherit;
	  font-weight: bold;
	  text-decoration: inherit;
	}
	a.mw-selflink:hover {
	  cursor: inherit;
	  text-decoration: inherit;
	}
	a.mw-selflink:active,
	a.mw-selflink:visited {
	  color: inherit;
	}
	/* Interwiki & External links */
	.mw-parser-output a.extiw,
	.mw-parser-output a.external {
	  color: #36b;
	}
	.mw-parser-output a.extiw:visited,
	.mw-parser-output a.external:visited {
	  color: #636;
	}
	.mw-parser-output a.extiw:active,
	.mw-parser-output a.external:active {
	  color: #b63;
	}
	/* Underline preference */
	.mw-underline-always a {
	  text-decoration: underline;
	}
	.mw-underline-never a {
	  text-decoration: none;
	}
	/* Plainlinks - this can be used to switch
	 * off special external link styling */
	.plainlinks a.external {
	  background: none !important;
	  /* stylelint-disable-line declaration-no-important */
	  padding: 0 !important;
	  /* stylelint-disable-line declaration-no-important */
	}
	
	/**
	 * This file is a Less import match for 'mediawiki.skin.variables.less'
	 * when MonoBook is the active skin.
	 */
	/* stylelint-disable @stylistic/indentation */
	/*!
	 * Colors and icons for external links.
	 */
	/* stylelint-disable selector-class-pattern */
	.mw-parser-output a.external,
	.mw-parser-output a.extiw,
	.mw-parser-output a.extiw:active {
	  color: #36b;
	}
	.mw-parser-output a.external,
	.link-mailto,
	.link-ftp,
	.link-irc,
	.link-audio,
	.link-video,
	.link-document {
	  background-image: url(/w/resources/src/mediawiki.skinning/images/external-ltr.svg?c652e);
	  background-position: center right;
	  background-repeat: no-repeat;
	  padding-right: 13px;
	}
	.mw-parser-output a.external[href^='mailto:'],
	.link-mailto {
	  background-image: url(/w/resources/src/mediawiki.skinning/images/mail.svg?8a79c);
	}
	.mw-parser-output a.external[href^='ftp://'],
	.link-ftp {
	  background-image: url(/w/resources/src/mediawiki.skinning/images/ftp-ltr.svg?fd1d3);
	}
	.mw-parser-output a.external[href^='irc://'],
	.mw-parser-output a.external[href^='ircs://'],
	.link-irc {
	  background-image: url(/w/resources/src/mediawiki.skinning/images/chat-ltr.svg?e0649);
	}
	.mw-parser-output a.external[href$='.ogg'],
	.mw-parser-output a.external[href$='.OGG'],
	.mw-parser-output a.external[href$='.mid'],
	.mw-parser-output a.external[href$='.MID'],
	.mw-parser-output a.external[href$='.midi'],
	.mw-parser-output a.external[href$='.MIDI'],
	.mw-parser-output a.external[href$='.mp3'],
	.mw-parser-output a.external[href$='.MP3'],
	.mw-parser-output a.external[href$='.wav'],
	.mw-parser-output a.external[href$='.WAV'],
	.mw-parser-output a.external[href$='.wma'],
	.mw-parser-output a.external[href$='.WMA'],
	.link-audio {
	  background-image: url(/w/resources/src/mediawiki.skinning/images/audio-ltr.svg?6da1d);
	}
	.mw-parser-output a.external[href$='.ogm'],
	.mw-parser-output a.external[href$='.OGM'],
	.mw-parser-output a.external[href$='.avi'],
	.mw-parser-output a.external[href$='.AVI'],
	.mw-parser-output a.external[href$='.mpeg'],
	.mw-parser-output a.external[href$='.MPEG'],
	.mw-parser-output a.external[href$='.mpg'],
	.mw-parser-output a.external[href$='.MPG'],
	.link-video {
	  background-image: url(/w/resources/src/mediawiki.skinning/images/video.svg?a3758);
	}
	.mw-parser-output a.external[href$='.pdf'],
	.mw-parser-output a.external[href$='.PDF'],
	.mw-parser-output a.external[href*='.pdf#'],
	.mw-parser-output a.external[href*='.PDF#'],
	.mw-parser-output a.external[href*='.pdf?'],
	.mw-parser-output a.external[href*='.PDF?'],
	.link-document {
	  background-image: url(/w/resources/src/mediawiki.skinning/images/document-ltr.svg?0bf90);
	}
	
	/* stylelint-disable selector-class-pattern */
	/**
	 * NOTE: This feature is enabled for all skins. Please read the instructions below before adding anything
	 * new to this file.
	 *
	 * This feature provides various styles associated with the body content of an article.
	 * The article body is considered to be anything that can be generated by OutputPage::getHTML()
	 * that is (or could be considered) universal to all pages in the main namespace.
	 *
	 * It is expected that this HTML is wrapped by SkinTemplate::wrapHTML and that the wrapping
	 * element makes use of the `mw-body-content` class.
	 *
	 * All styles here should be be scoped to the `.mw-body-content` or one of its child class
	 * e.g. `mw-parser-output class` where more appropriate.
	 *
	 * Styles here should be limited to CSS classes generated by PHP code inside MediaWiki core.
	 * Classes added that require an on-wiki template in the Template space and cannot be reproduced
	 * with a vanilla MediaWiki install are not allowed here. Please use MediaWiki:Common.css and
	 * MediaWiki:<skin>.css for such styles.
	 */
	/**
	 * This file is a Less import match for 'mediawiki.skin.variables.less'
	 * when MonoBook is the active skin.
	 */
	/* stylelint-disable @stylistic/indentation */
	/* stylelint-disable selector-class-pattern */
	/* stylelint-disable selector-no-vendor-prefix */
	/* stylelint-enable selector-no-vendor-prefix */
	/**
	 * Compute the most transparent color that appears the same as @color
	 * when overlaid on the given @background.
	 *
	 * @example
	 *   background-color: .solid-to-minimum-opacity( #eaecf0 )[ @result ];
	 *
	 * @param {Color} @color The solid color to approximate with transparency
	 * @param {Color} [@background=white] The background color to overlay on
	 * @return {Color} @result
	 */
	/**
	 * It's possible to add HTML elements inside wikitext, for example <div style="float:right;"></div>
	 * Editors have grown to expect that any floated elements added inside wikitext will be cleared
	 * automatically by the skin. This rule encapsulates that user expectation in a central place that
	 * applies to all skins.
	 * Note, this applies to mw-body-content not mw-parser-output as on pages such as the category page,
	 * the body of a page includes other sibling elements aside from the output of the parser.
	 */
	.mw-body-content::after {
	  clear: both;
	  content: '';
	  display: block;
	}
	.mw-body-content a.external.free {
	  word-wrap: break-word;
	}
	.mw-body-content .error {
	  font-size: larger;
	  color: #d03;
	}
	/* External URLs should always be treated as LTR (T6330) */
	/* @noflip */
	.rtl .mw-parser-output a.external.free,
	.rtl .mw-parser-output a.external.autonumber {
	  direction: ltr;
	  unicode-bidi: embed;
	}
	/* body */
	.mw-hide-empty-elt .mw-parser-output:not( .mw-show-empty-elt ) .mw-empty-elt {
	  display: none;
	}
	
	/**
	 * wikitable class for skinning normal tables.
	 * Keep in sync with content.tables-print.less.
	 */
	/* stylelint-disable selector-class-pattern */
	/**
	 * This file is a Less import match for 'mediawiki.skin.variables.less'
	 * when MonoBook is the active skin.
	 */
	/* stylelint-disable @stylistic/indentation */
	@media all and (max-width: 639px) {
	  .mw-parser-output {
	    /**
			 * Disable the above behaviour when noresize is present.
			 * See mediawiki.skinning/interface for more information.
			 */
	  }
	  .mw-parser-output table {
	    display: block;
	    overflow: auto;
	    max-width: 100%;
	    width: fit-content;
	  }
	  .mw-parser-output .noresize table {
	    display: table;
	  }
	}
	.wikitable {
	  background-color: #f8f9fa;
	  color: #000;
	  margin: 1em 0;
	  border: 1px solid #aaa;
	  border-collapse: collapse;
	}
	.wikitable > tr > th,
	.wikitable > tr > td,
	.wikitable > * > tr > th,
	.wikitable > * > tr > td {
	  border: 1px solid #aaa;
	  padding: 0.2em 0.4em;
	}
	.wikitable > tr > th,
	.wikitable > * > tr > th {
	  background-color: #eaecf0;
	  color: #000;
	  text-align: center;
	}
	.wikitable > caption {
	  font-weight: bold;
	}
	@media all and (max-width: 639px) {
	  body.skin--responsive .wikitable {
	    float: none;
	    margin-left: 0;
	    margin-right: 0;
	  }
	}
	
	/**
	 * This file is a Less import match for 'mediawiki.skin.variables.less'
	 * when MonoBook is the active skin.
	 */
	/* stylelint-disable @stylistic/indentation */
	/* stylelint-disable selector-class-pattern */
	#catlinks {
	  /**
		 * Overrides text justification (user preference)
		 * See T33990
		 */
	  text-align: left;
	}
	.catlinks {
	  background-color: #f8f9fa;
	  margin-top: 1em;
	  border: 1px solid #aaa;
	  padding: 5px;
	  clear: both;
	}
	.catlinks ul {
	  display: inline;
	  margin: 0;
	  padding: 0;
	  list-style: none;
	}
	.catlinks li {
	  display: inline-block;
	  line-height: 1.25em;
	  margin: 0.125em 0;
	  border-left: 1px solid #aaa;
	  padding: 0 0.5em;
	  /* (T7346) make category redirects italic */
	}
	.catlinks li:first-child {
	  border-left: 0;
	  padding-left: 0.25em;
	}
	.catlinks li a.mw-redirect {
	  font-style: italic;
	}
	/**
	 * Hidden categories
	 */
	.mw-hidden-cats-hidden,
	.catlinks-allhidden {
	  display: none;
	}
	
	/**
	 * MediaWiki style sheet for common core styles on interfaces
	 *
	 * Styles for the Monobook/Vector pattern of laying out common interfaces.
	 * These ids/classes are not built into the system,
	 * they are outputted by the actual MonoBook/Vector code by convention.
	 */
	/* stylelint-disable selector-class-pattern */
	/**
	 * Hide empty portlets. Controlled by mw.util.(show|hide)Portlet.
	 *
	 * Note: Historically this class was provided by the skins themselves but in
	 * I2ba68122fd82a254a5ad0e45157f095508f6fa39 was moved into core to formalize
	 * the behaviour of hidden portlets.
	 */
	.emptyPortlet {
	  display: none;
	}
	.printfooter,
	.client-nojs #t-print {
	  display: none;
	  /* T167956 */
	}
	.noresize {
	  max-width: 100%;
	  overflow-x: auto;
	}
	
	/* stylelint-disable selector-class-pattern */
	/* stylelint-disable selector-no-vendor-prefix */
	/* stylelint-enable selector-no-vendor-prefix */
	/**
	 * Compute the most transparent color that appears the same as @color
	 * when overlaid on the given @background.
	 *
	 * @example
	 *   background-color: .solid-to-minimum-opacity( #eaecf0 )[ @result ];
	 *
	 * @param {Color} @color The solid color to approximate with transparency
	 * @param {Color} [@background=white] The background color to overlay on
	 * @return {Color} @result
	 */
	/**
	 * This file is a Less import match for 'mediawiki.skin.variables.less'
	 * when MonoBook is the active skin.
	 */
	/* stylelint-disable @stylistic/indentation */
	.mw-editsection {
	  -webkit-user-select: none;
	  -moz-user-select: none;
	  user-select: none;
	}
	/* Display editsection links smaller and next to headings */
	.mw-editsection,
	.mw-editsection-like {
	  font-size: small;
	  font-weight: normal;
	  margin-left: 1em;
	  margin-right: 0;
	  -webkit-margin-start: 1em;
	  -webkit-margin-end: 0;
	  /* stylelint-disable declaration-block-no-redundant-longhand-properties */
	  margin-inline-start: 1em;
	  margin-inline-end: 0;
	  /* stylelint-enable declaration-block-no-redundant-longhand-properties */
	  vertical-align: baseline;
	  /* Avoid affecting the height of the heading */
	  line-height: 0;
	  unicode-bidi: isolate;
	}
	.mw-editsection a,
	.mw-editsection-like a {
	  white-space: nowrap;
	}
	.mw-editsection::before,
	.mw-editsection-like::before {
	  /* T253601 */
	  content: '\200B';
	}
	.mw-editsection-bracket,
	.mw-editsection-divider {
	  color: #707070;
	}
	
	/** Float indicators into the h1. This requires that they are outputted before the h1. */
	.mw-indicators {
	  float: right;
	}
	
	#siteNotice {
	  position: relative;
	  text-align: center;
	  margin: 0;
	}
	#localNotice {
	  margin-bottom: 0.9em;
	}
	
	/**
	 * This file is a Less import match for 'mediawiki.skin.variables.less'
	 * when MonoBook is the active skin.
	 */
	/* stylelint-disable @stylistic/indentation */
	/* Sub-navigation */
	#siteSub {
	  display: none;
	}
	#mw-content-subtitle,
	#contentSub2 {
	  font-size: 84%;
	  line-height: 1.2em;
	  margin: 0 0 1.4em 1em;
	  color: #707070;
	  width: auto;
	}
	/* stylelint-disable-next-line selector-class-pattern */
	span.subpages {
	  display: block;
	}
	
	/**
	 * This file is a Less import match for 'mediawiki.skin.variables.less'
	 * when MonoBook is the active skin.
	 */
	/* stylelint-disable @stylistic/indentation */
	/* stylelint-disable-next-line selector-class-pattern */
	.usermessage {
	  background-color: #fef6e7;
	  border: 1px solid #edab00;
	  color: #000;
	  font-weight: bold;
	  margin: 2em 0 1em;
	  padding: 0.5em 1em;
	  vertical-align: middle;
	}
	
	/**
	 * MediaWiki style sheet for general styles on basic content elements.
	 * IMPORTANT: All rules in this file should only apply to __tag__ selectors (T255717).
	 * Styling of non-tag selectors is permitted for backwards compatibility, in only two cases:
	 * 1) There is an equivalent tag with the same name in HTML4 (e.g. `.small and <small>)
	 * 2) A class matches a tag name and is prefixed with `mw-` e.g. `code` and `.mw-code`
	 *
	 * Styles for basic elements: links, headings, lists, ….
	 *
	 * This style sheet is used by the Monobook and Vector skins.
	 */
	/* stylelint-disable selector-class-pattern */
	/* stylelint-disable selector-no-vendor-prefix */
	/* stylelint-enable selector-no-vendor-prefix */
	/**
	 * Compute the most transparent color that appears the same as @color
	 * when overlaid on the given @background.
	 *
	 * @example
	 *   background-color: .solid-to-minimum-opacity( #eaecf0 )[ @result ];
	 *
	 * @param {Color} @color The solid color to approximate with transparency
	 * @param {Color} [@background=white] The background color to overlay on
	 * @return {Color} @result
	 */
	/**
	 * This file is a Less import match for 'mediawiki.skin.variables.less'
	 * when MonoBook is the active skin.
	 */
	/* stylelint-disable @stylistic/indentation */
	/* stylelint-disable selector-class-pattern */
	/* Links */
	a {
	  text-decoration: none;
	  color: #002bb8;
	  background: none;
	}
	a:not( [ href ] ) {
	  cursor: pointer;
	  /* Always cursor:pointer even without href */
	}
	a:visited {
	  color: #5a3696;
	}
	a:active {
	  color: #2a4b8d;
	}
	a:hover,
	a:focus {
	  text-decoration: underline;
	}
	/* Inline Elements */
	img {
	  border: 0;
	  /* FIXME: Remove after adding 'normalize.less' added to all 'elements.less' calling skins. */
	  vertical-align: middle;
	}
	hr {
	  height: 1px;
	  background-color: #aaa;
	  border: 0;
	  margin: 0.2em 0;
	}
	/* Structural Elements */
	.mw-heading,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
	  color: #000;
	  font-weight: bold;
	  margin: 0;
	  padding-top: 0.5em;
	  padding-bottom: 0.17em;
	  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
	  display: flow-root;
	  word-break: break-word;
	}
	.mw-heading1,
	h1,
	.mw-heading2,
	h2 {
	  margin-bottom: 0.6em;
	  border-bottom: 1px solid #aaa;
	}
	.mw-heading3,
	h3,
	.mw-heading4,
	h4,
	.mw-heading5,
	h5 {
	  margin-bottom: 0.3em;
	}
	.mw-heading1,
	h1 {
	  font-size: 188%;
	  font-weight: normal;
	}
	.mw-heading2,
	h2 {
	  font-size: 150%;
	  font-weight: normal;
	}
	.mw-heading3,
	h3 {
	  font-size: 128%;
	}
	.mw-heading4,
	h4 {
	  font-size: 116%;
	}
	.mw-heading5,
	h5 {
	  font-size: 108%;
	}
	.mw-heading6,
	h6 {
	  font-size: 100%;
	}
	.mw-heading h1,
	.mw-heading h2,
	.mw-heading h3,
	.mw-heading h4,
	.mw-heading h5,
	.mw-heading h6 {
	  display: inline;
	  border: 0;
	  margin: 0;
	  padding: 0;
	  color: inherit;
	  font: inherit;
	}
	p {
	  margin: 0.4em 0 0.5em 0;
	}
	p img {
	  margin: 0;
	}
	ul {
	  margin-top: 0.3em;
	  margin-bottom: 0;
	  margin-left: 1.6em;
	  margin-right: 0;
	  -webkit-margin-start: 1.6em;
	  -webkit-margin-end: 0;
	  /* stylelint-disable declaration-block-no-redundant-longhand-properties */
	  margin-inline-start: 1.6em;
	  margin-inline-end: 0;
	  /* stylelint-enable declaration-block-no-redundant-longhand-properties */
	  padding: 0;
	}
	ol {
	  margin-top: 0.3em;
	  margin-bottom: 0;
	  margin-left: 3.2em;
	  margin-right: 0;
	  -webkit-margin-start: 3.2em;
	  -webkit-margin-end: 0;
	  /* stylelint-disable declaration-block-no-redundant-longhand-properties */
	  margin-inline-start: 3.2em;
	  margin-inline-end: 0;
	  /* stylelint-enable declaration-block-no-redundant-longhand-properties */
	  padding: 0;
	  list-style-image: none;
	}
	dd {
	  margin-bottom: 0.1em;
	  margin-left: 1.6em;
	  margin-right: 0;
	  -webkit-margin-start: 1.6em;
	  -webkit-margin-end: 0;
	  /* stylelint-disable declaration-block-no-redundant-longhand-properties */
	  margin-inline-start: 1.6em;
	  margin-inline-end: 0;
	  /* stylelint-enable declaration-block-no-redundant-longhand-properties */
	}
	li {
	  margin-bottom: 0.1em;
	}
	dt {
	  font-weight: bold;
	  margin-bottom: 0.1em;
	}
	dl {
	  margin-top: 0.2em;
	  margin-bottom: 0.5em;
	}
	/* FIXME: Duplicated ruleset if skins using ResourceLoaderSkinModule
	load the features `normalize` and `elements`. */
	pre,
	code,
	tt,
	kbd,
	samp,
	.mw-code {
	  /* Support: Blink, Gecko, Webkit; enable unified font sizes for monospace font. T176636 */
	  font-family: monospace, monospace;
	}
	pre,
	code,
	.mw-code {
	  background-color: #f8f9fa;
	  color: #000;
	  border: 1px solid #eee;
	}
	code {
	  border-radius: 0.25em;
	  padding: 1px 4px;
	}
	pre,
	.mw-code {
	  padding: 1em;
	  /* Wrap lines in overflow. T2260, T103780 */
	  white-space: pre-wrap;
	  /* Create a new block formatting context */
	  overflow-x: hidden;
	  /* Break really long words when they overflow to the next line */
	  word-wrap: break-word;
	}
	/* Tables */
	table {
	  font-size: 100%;
	}
	/* Forms */
	fieldset {
	  border: 1px solid #2a4b8d;
	  margin: 1em 0 1em 0;
	  padding: 0 1em 1em;
	}
	legend {
	  padding: 0.5em;
	}
	form {
	  border: 0;
	  margin: 0;
	}
	textarea {
	  display: block;
	  box-sizing: border-box;
	  width: 100%;
	  /* Support: Firefox */
	  /* Border rule required to override system appearance on Linux. T13641. */
	  border: 1px solid #aaa;
	  padding: 0.1em;
	}
	/* Emulate Center */
	.center {
	  width: 100%;
	  text-align: center;
	}
	*.center * {
	  margin-left: auto;
	  margin-right: auto;
	}
	/* Small for tables and similar */
	.small {
	  font-size: 94%;
	}
	table.small {
	  font-size: 100%;
	}
	
	/* Taken from https://www.w3.org/TR/predefined-counter-styles/#meetei-styles */
	/* Not supported by all browsers */
	/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
	@counter-style meetei {
		system: numeric;
		symbols: '\ABF0' '\ABF1' '\ABF2' '\ABF3' '\ABF4' '\ABF5' '\ABF6' '\ABF7' '\ABF8' '\ABF9';
		suffix: ') ';
	}
	
	/* Taken from https://www.w3.org/TR/predefined-counter-styles/#ol-chiki-styles */
	/* Not supported by all browsers */
	/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
	@counter-style santali {
		system: numeric;
		symbols: '\1C50' '\1C51' '\1C52' '\1C53' '\1C54' '\1C55' '\1C56' '\1C57' '\1C58' '\1C59';
	}
	
	/* Taken from https://www.w3.org/TR/predefined-counter-styles/#myanmar-styles */
	/* Not supported by all browsers */
	/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
	@counter-style myanmar_with_period {
		system: numeric;
		symbols: '\1040' '\1041' '\1042' '\1043' '\1044' '\1045' '\1046' '\1047' '\1048' '\1049';
		suffix: '\104B\0020';
	}
	
	/* Localised ordered list numbering for some languages */
	ol:lang( azb ) > li,
	ol:lang( bcc ) > li,
	ol:lang( bgn ) > li,
	ol:lang( bqi ) > li,
	ol:lang( fa ) > li,
	ol:lang( glk ) > li,
	ol:lang( kk-arab ) > li,
	ol:lang( lrc ) > li,
	ol:lang( luz ) > li,
	ol:lang( mzn ) > li {
	  list-style-type: persian;
	}
	ol:lang( ckb ) > li,
	ol:lang( sdh ) > li {
	  list-style-type: arabic-indic;
	}
	ol:lang( hi ) > li,
	ol:lang( mai ) > li,
	ol:lang( mr ) > li,
	ol:lang( ne ) > li {
	  list-style-type: devanagari;
	}
	ol:lang( as ) > li,
	ol:lang( bn ) > li {
	  list-style-type: bengali;
	}
	ol:lang( mni ) > li {
	  list-style-type: meetei;
	}
	ol:lang( or ) > li {
	  list-style-type: oriya;
	}
	ol:lang( sat ) > li {
	  list-style-type: santali;
	}
	ol:lang( blk ) > li,
	ol:lang( kjp ) > li,
	ol:lang( ksw ) > li,
	ol:lang( mnw ) > li,
	ol:lang( my ) > li,
	ol:lang( shn ) > li {
	  list-style-type: myanmar_with_period;
	}
	
	/*
	 * ### Language specific height correction for titles.###
	 * Ref T31405 and T32809.
	 *
	 * NOTE: THIS FILE SHOULD ONLY INCLUDE LANGUAGES WRITTEN IN BRAHMIC SCRIPTS. If adding a language that
	 * uses a different script, it should be discussed and this comment should be expanded.
	 * In these scripts, the writing systems require slightly more vertical space to show diacritics properly
	 * as by default will be truncated by line-height.
	 */
	.mw-heading1:lang( anp ),
	.mw-heading1:lang( as ),
	.mw-heading1:lang( awa ),
	.mw-heading1:lang( bgc ),
	.mw-heading1:lang( bh ),
	.mw-heading1:lang( bho ),
	.mw-heading1:lang( blk ),
	.mw-heading1:lang( bn ),
	.mw-heading1:lang( bo ),
	.mw-heading1:lang( bpy ),
	.mw-heading1:lang( ccp ),
	.mw-heading1:lang( dty ),
	.mw-heading1:lang( dz ),
	.mw-heading1:lang( gom ),
	.mw-heading1:lang( gu ),
	.mw-heading1:lang( hi ),
	.mw-heading1:lang( kjp ),
	.mw-heading1:lang( km ),
	.mw-heading1:lang( kn ),
	.mw-heading1:lang( ks ),
	.mw-heading1:lang( ksw ),
	.mw-heading1:lang( mag ),
	.mw-heading1:lang( mai ),
	.mw-heading1:lang( ml ),
	.mw-heading1:lang( mnw ),
	.mw-heading1:lang( mr ),
	.mw-heading1:lang( my ),
	.mw-heading1:lang( new ),
	.mw-heading1:lang( nit ),
	.mw-heading1:lang( nod ),
	.mw-heading1:lang( or ),
	.mw-heading1:lang( pa ),
	.mw-heading1:lang( pi ),
	.mw-heading1:lang( rki ),
	.mw-heading1:lang( sa ),
	.mw-heading1:lang( shn ),
	.mw-heading1:lang( si ),
	.mw-heading1:lang( syl ),
	.mw-heading1:lang( ta ),
	.mw-heading1:lang( tcy ),
	.mw-heading1:lang( tdd ),
	.mw-heading1:lang( te ),
	h1:lang( anp ),
	h1:lang( as ),
	h1:lang( awa ),
	h1:lang( bgc ),
	h1:lang( bh ),
	h1:lang( bho ),
	h1:lang( blk ),
	h1:lang( bn ),
	h1:lang( bo ),
	h1:lang( bpy ),
	h1:lang( ccp ),
	h1:lang( dty ),
	h1:lang( dz ),
	h1:lang( gom ),
	h1:lang( gu ),
	h1:lang( hi ),
	h1:lang( kjp ),
	h1:lang( km ),
	h1:lang( kn ),
	h1:lang( ks ),
	h1:lang( ksw ),
	h1:lang( mag ),
	h1:lang( mai ),
	h1:lang( ml ),
	h1:lang( mnw ),
	h1:lang( mr ),
	h1:lang( my ),
	h1:lang( new ),
	h1:lang( nit ),
	h1:lang( nod ),
	h1:lang( or ),
	h1:lang( pa ),
	h1:lang( pi ),
	h1:lang( rki ),
	h1:lang( sa ),
	h1:lang( shn ),
	h1:lang( si ),
	h1:lang( syl ),
	h1:lang( ta ),
	h1:lang( tcy ),
	h1:lang( tdd ),
	h1:lang( te ) {
	  line-height: 1.6em !important;
	  /* stylelint-disable-line declaration-no-important */
	}
	.mw-heading:lang( anp ),
	.mw-heading:lang( as ),
	.mw-heading:lang( awa ),
	.mw-heading:lang( bgc ),
	.mw-heading:lang( bh ),
	.mw-heading:lang( bho ),
	.mw-heading:lang( blk ),
	.mw-heading:lang( bn ),
	.mw-heading:lang( bo ),
	.mw-heading:lang( bpy ),
	.mw-heading:lang( ccp ),
	.mw-heading:lang( dty ),
	.mw-heading:lang( dz ),
	.mw-heading:lang( gom ),
	.mw-heading:lang( gu ),
	.mw-heading:lang( hi ),
	.mw-heading:lang( kjp ),
	.mw-heading:lang( km ),
	.mw-heading:lang( kn ),
	.mw-heading:lang( ks ),
	.mw-heading:lang( ksw ),
	.mw-heading:lang( mag ),
	.mw-heading:lang( mai ),
	.mw-heading:lang( ml ),
	.mw-heading:lang( mnw ),
	.mw-heading:lang( mr ),
	.mw-heading:lang( my ),
	.mw-heading:lang( new ),
	.mw-heading:lang( nit ),
	.mw-heading:lang( nod ),
	.mw-heading:lang( or ),
	.mw-heading:lang( pa ),
	.mw-heading:lang( pi ),
	.mw-heading:lang( rki ),
	.mw-heading:lang( sa ),
	.mw-heading:lang( shn ),
	.mw-heading:lang( si ),
	.mw-heading:lang( syl ),
	.mw-heading:lang( ta ),
	.mw-heading:lang( tcy ),
	.mw-heading:lang( tdd ),
	.mw-heading:lang( te ),
	h2:lang( anp ),
	h2:lang( as ),
	h2:lang( awa ),
	h2:lang( bgc ),
	h2:lang( bh ),
	h2:lang( bho ),
	h2:lang( blk ),
	h2:lang( bn ),
	h2:lang( bo ),
	h2:lang( bpy ),
	h2:lang( ccp ),
	h2:lang( dty ),
	h2:lang( dz ),
	h2:lang( gom ),
	h2:lang( gu ),
	h2:lang( hi ),
	h2:lang( kjp ),
	h2:lang( km ),
	h2:lang( kn ),
	h2:lang( ks ),
	h2:lang( ksw ),
	h2:lang( mag ),
	h2:lang( mai ),
	h2:lang( ml ),
	h2:lang( mnw ),
	h2:lang( mr ),
	h2:lang( my ),
	h2:lang( new ),
	h2:lang( nit ),
	h2:lang( nod ),
	h2:lang( or ),
	h2:lang( pa ),
	h2:lang( pi ),
	h2:lang( rki ),
	h2:lang( sa ),
	h2:lang( shn ),
	h2:lang( si ),
	h2:lang( syl ),
	h2:lang( ta ),
	h2:lang( tcy ),
	h2:lang( tdd ),
	h2:lang( te ),
	h3:lang( anp ),
	h3:lang( as ),
	h3:lang( awa ),
	h3:lang( bgc ),
	h3:lang( bh ),
	h3:lang( bho ),
	h3:lang( blk ),
	h3:lang( bn ),
	h3:lang( bo ),
	h3:lang( bpy ),
	h3:lang( ccp ),
	h3:lang( dty ),
	h3:lang( dz ),
	h3:lang( gom ),
	h3:lang( gu ),
	h3:lang( hi ),
	h3:lang( kjp ),
	h3:lang( km ),
	h3:lang( kn ),
	h3:lang( ks ),
	h3:lang( ksw ),
	h3:lang( mag ),
	h3:lang( mai ),
	h3:lang( ml ),
	h3:lang( mnw ),
	h3:lang( mr ),
	h3:lang( my ),
	h3:lang( new ),
	h3:lang( nit ),
	h3:lang( nod ),
	h3:lang( or ),
	h3:lang( pa ),
	h3:lang( pi ),
	h3:lang( rki ),
	h3:lang( sa ),
	h3:lang( shn ),
	h3:lang( si ),
	h3:lang( syl ),
	h3:lang( ta ),
	h3:lang( tcy ),
	h3:lang( tdd ),
	h3:lang( te ),
	h4:lang( anp ),
	h4:lang( as ),
	h4:lang( awa ),
	h4:lang( bgc ),
	h4:lang( bh ),
	h4:lang( bho ),
	h4:lang( blk ),
	h4:lang( bn ),
	h4:lang( bo ),
	h4:lang( bpy ),
	h4:lang( ccp ),
	h4:lang( dty ),
	h4:lang( dz ),
	h4:lang( gom ),
	h4:lang( gu ),
	h4:lang( hi ),
	h4:lang( kjp ),
	h4:lang( km ),
	h4:lang( kn ),
	h4:lang( ks ),
	h4:lang( ksw ),
	h4:lang( mag ),
	h4:lang( mai ),
	h4:lang( ml ),
	h4:lang( mnw ),
	h4:lang( mr ),
	h4:lang( my ),
	h4:lang( new ),
	h4:lang( nit ),
	h4:lang( nod ),
	h4:lang( or ),
	h4:lang( pa ),
	h4:lang( pi ),
	h4:lang( rki ),
	h4:lang( sa ),
	h4:lang( shn ),
	h4:lang( si ),
	h4:lang( syl ),
	h4:lang( ta ),
	h4:lang( tcy ),
	h4:lang( tdd ),
	h4:lang( te ),
	h5:lang( anp ),
	h5:lang( as ),
	h5:lang( awa ),
	h5:lang( bgc ),
	h5:lang( bh ),
	h5:lang( bho ),
	h5:lang( blk ),
	h5:lang( bn ),
	h5:lang( bo ),
	h5:lang( bpy ),
	h5:lang( ccp ),
	h5:lang( dty ),
	h5:lang( dz ),
	h5:lang( gom ),
	h5:lang( gu ),
	h5:lang( hi ),
	h5:lang( kjp ),
	h5:lang( km ),
	h5:lang( kn ),
	h5:lang( ks ),
	h5:lang( ksw ),
	h5:lang( mag ),
	h5:lang( mai ),
	h5:lang( ml ),
	h5:lang( mnw ),
	h5:lang( mr ),
	h5:lang( my ),
	h5:lang( new ),
	h5:lang( nit ),
	h5:lang( nod ),
	h5:lang( or ),
	h5:lang( pa ),
	h5:lang( pi ),
	h5:lang( rki ),
	h5:lang( sa ),
	h5:lang( shn ),
	h5:lang( si ),
	h5:lang( syl ),
	h5:lang( ta ),
	h5:lang( tcy ),
	h5:lang( tdd ),
	h5:lang( te ),
	h6:lang( anp ),
	h6:lang( as ),
	h6:lang( awa ),
	h6:lang( bgc ),
	h6:lang( bh ),
	h6:lang( bho ),
	h6:lang( blk ),
	h6:lang( bn ),
	h6:lang( bo ),
	h6:lang( bpy ),
	h6:lang( ccp ),
	h6:lang( dty ),
	h6:lang( dz ),
	h6:lang( gom ),
	h6:lang( gu ),
	h6:lang( hi ),
	h6:lang( kjp ),
	h6:lang( km ),
	h6:lang( kn ),
	h6:lang( ks ),
	h6:lang( ksw ),
	h6:lang( mag ),
	h6:lang( mai ),
	h6:lang( ml ),
	h6:lang( mnw ),
	h6:lang( mr ),
	h6:lang( my ),
	h6:lang( new ),
	h6:lang( nit ),
	h6:lang( nod ),
	h6:lang( or ),
	h6:lang( pa ),
	h6:lang( pi ),
	h6:lang( rki ),
	h6:lang( sa ),
	h6:lang( shn ),
	h6:lang( si ),
	h6:lang( syl ),
	h6:lang( ta ),
	h6:lang( tcy ),
	h6:lang( tdd ),
	h6:lang( te ) {
	  line-height: 1.4em;
	}
	.mw-heading1:lang( ne ),
	h1:lang( ne ) {
	  line-height: 1.9;
	}
	.mw-heading2:lang( th ),
	.mw-heading2:lang( ne ),
	h2:lang( th ),
	h2:lang( ne ) {
	  line-height: 1.6;
	}
	
	/**
	 * Table of Contents
	 *
	 * Default styles for the display of table of contents in @media screen.
	 *
	 * Styles for @media print are inside print.css.
	 */
	/* stylelint-disable selector-class-pattern */
	/* stylelint-disable selector-no-vendor-prefix */
	/* stylelint-enable selector-no-vendor-prefix */
	/**
	 * Compute the most transparent color that appears the same as @color
	 * when overlaid on the given @background.
	 *
	 * @example
	 *   background-color: .solid-to-minimum-opacity( #eaecf0 )[ @result ];
	 *
	 * @param {Color} @color The solid color to approximate with transparency
	 * @param {Color} [@background=white] The background color to overlay on
	 * @return {Color} @result
	 */
	/**
	 * This file is a Less import match for 'mediawiki.skin.variables.less'
	 * when MonoBook is the active skin.
	 */
	/* stylelint-disable @stylistic/indentation */
	/* stylelint-disable selector-class-pattern */
	/* Table of Contents */
	.toc,
	.toccolours {
	  background-color: #f8f9fa;
	  border: 1px solid #aaa;
	  padding: 5px;
	  font-size: 95%;
	}
	/**
	 * We want to display the ToC element with intrinsic width in block mode. The fit-content
	 * value for width is however not supported by large groups of browsers.
	 *
	 * We use display:table. Even though it should only contain other table-* display
	 * elements, there are no known problems with using this.
	 */
	.toc {
	  display: table;
	  padding: 7px;
	}
	.toc h2 {
	  display: inline;
	  border: 0;
	  padding: 0;
	  font-size: 100%;
	  font-weight: bold;
	}
	.toc .toctitle {
	  text-align: center;
	  direction: ltr;
	}
	.toc ul {
	  list-style: none;
	  margin: 0.3em 0;
	  padding: 0;
	  text-align: start;
	}
	.toc ul ul {
	  margin: 0;
	  margin-left: 2em;
	  margin-right: 0;
	  -webkit-margin-start: 2em;
	  -webkit-margin-end: 0;
	  /* stylelint-disable declaration-block-no-redundant-longhand-properties */
	  margin-inline-start: 2em;
	  margin-inline-end: 0;
	  /* stylelint-enable declaration-block-no-redundant-longhand-properties */
	}
	/* CSS for backwards-compatibility with cached page renders and creative uses in wikitext */
	table.toc {
	  border-collapse: collapse;
	  /* Remove additional paddings inside table-cells that are not present in <div>s */
	}
	table.toc td {
	  padding: 0;
	}
	/* Separate columns for tocnumber and toctext */
	.tocnumber,
	.toctext {
	  display: table-cell;
	  /*
		 * Text decorations are not propagated to the contents of inline blocks and inline tables,
		 * according to <https://www.w3.org/TR/css-text-decor-3/#line-decoration>, and 'display: table-cell'
		 * generates an inline table when used without any parent table-rows and tables.
		 */
	  text-decoration: inherit;
	}
	.tocnumber {
	  color: #000;
	}
	/* Overwrite the style="display:none" and make the checkbox invisible on another way to */
	/* allow to focus the checkbox with keyboard. */
	.toctogglecheckbox {
	  display: inline !important;
	  /* stylelint-disable-line declaration-no-important */
	  position: absolute;
	  opacity: 0;
	  z-index: -1;
	}
	.toctogglespan {
	  font-size: 94%;
	}
	.toctogglespan::before {
	  content: ' [';
	}
	.toctogglespan::after {
	  content: ']';
	}
	/* Make the label look like a link. */
	.toctogglelabel {
	  color: #002bb8;
	  cursor: pointer;
	}
	.toctogglelabel:hover {
	  text-decoration: underline;
	}
	/* Show a focus ring around the label when focusing the invisible checkbox. */
	/* This simulates that the label is in focus. */
	.toctogglecheckbox:focus + .toctitle .toctogglelabel {
	  text-decoration: underline;
	  outline: auto;
	}
	/* Change the text of the button based on the state of the checkbox. */
	.toctogglecheckbox:checked + .toctitle .toctogglelabel::after {
	  content: 'show';
	}
	.toctogglecheckbox:not( :checked ) + .toctitle .toctogglelabel::after {
	  content: 'hide';
	}}/**
 * This file is a Less import match for 'mediawiki.skin.variables.less'
 * when MonoBook is the active skin.
 */
/* stylelint-disable @stylistic/indentation */
/**
 * Codex Design Tokens v2.4.0
 * Design System for Wikimedia
 * See https://doc.wikimedia.org/codex/latest/design-tokens/overview.html
 */
:root {
  --font-size-x-small: 0.625rem;
  /* `x` stands for extra. In this case extra small. */
  --font-size-small: 0.75rem;
  --font-size-medium: 0.875rem;
  --font-size-large: 1rem;
  --font-size-x-large: 1.125rem;
  --font-size-xx-large: 1.375rem;
  --font-size-xxx-large: 1.625rem;
  --line-height-x-small: 1.125rem;
  /* `x` stands for extra. In this case extra small. */
  --line-height-small: 1.25rem;
  --line-height-medium: 1.375rem;
  --line-height-large: 1.625rem;
  --line-height-x-large: 1.75rem;
  --line-height-xx-large: 2rem;
  --line-height-xxx-large: 2.25rem;
  --line-height-content: 1.5714285;
  /* Intended for user-generated content that comes from outside of the design system. Components and features should use the standard font-size and line-height tokens instead. */
}
/* stylelint-disable selector-class-pattern */
/* stylelint-disable selector-no-vendor-prefix */
/* stylelint-enable selector-no-vendor-prefix */
/**
 * Compute the most transparent color that appears the same as @color
 * when overlaid on the given @background.
 *
 * @example
 *   background-color: .solid-to-minimum-opacity( #eaecf0 )[ @result ];
 *
 * @param {Color} @color The solid color to approximate with transparency
 * @param {Color} [@background=white] The background color to overlay on
 * @return {Color} @result
 */
@media screen {
  /*
** MediaWiki 'monobook' style sheet for CSS2-capable browsers.
** Copyright Gabriel Wicke - http://wikidev.net/
** License: GPL (http://www.gnu.org/copyleft/gpl.html)
**
** Loosely based on http://www.positioniseverything.net/ordered-floats.html by Big John
** and the Plone 2.0 styles, see http://plone.org/ (Alexander Limi,Joe Geldart & Tom Croucher,
** Michael Zeltner and Geir Bækholt)
** All you guys rock :)
*/
  /*
** Common styles across desktop and mobile
*/
  #column-content {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .mw-body {
    padding: 1em;
    position: relative;
    z-index: 2;
    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    line-height: 1.5em;
  }
  /* Hide, but keep accessible for screen-readers */
  #column-one h2 {
    display: block;
    position: absolute !important;
    /* stylelint-disable-line declaration-no-important */
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    overflow: hidden;
  }
  /* the left column width is specified in class .portlet */
  /* Font size:
** We take advantage of keyword scaling- browsers won't go below 9px
** See "Note 1" at https://www.w3.org/TR/CSS2/fonts.html#value-def-absolute-size
** More at http://www.w3.org/2003/07/30-font-size
** http://style.cleverchimp.com/font_size_intervals/altintervals.html
** https://web.archive.org/web/20180201141931/http://style.cleverchimp.com/font_size_intervals/altintervals.html
** This affects users whose browser font size setting is < 14.4px,
** making #globalWrapper's font-size 11.43px at minimum.
** Gadgets have their own monobook-specific css rule to set the font-size similar to #globalWrapper.
*/
  body {
    font-family: sans-serif;
    font-size: x-small;
    /* stylelint-disable @stylistic/value-list-comma-newline-after, @stylistic/declaration-colon-newline-after */
    background: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22 width=%221941%22 height=%22220%22 viewBox=%220 0 273.897 31.044%22%3E %3Cdefs%3E %3ClinearGradient id=%22C%22%3E %3Cstop offset=%220%22 stop-color=%22%23f9f9f9%22/%3E %3Cstop offset=%221%22 stop-color=%22%23f3f3f3%22/%3E %3C/linearGradient%3E %3ClinearGradient xlink:href=%22%23b%22 id=%22ai%22 x1=%22862.392%22 x2=%22864.333%22 y1=%221.153%22 y2=%22114.025%22 gradientUnits=%22userSpaceOnUse%22/%3E %3ClinearGradient id=%22B%22%3E %3Cstop offset=%220%22 stop-color=%22%23e9e9e9%22/%3E %3Cstop offset=%221%22 stop-color=%22%23f9f9f9%22/%3E %3C/linearGradient%3E %3ClinearGradient id=%22A%22%3E %3Cstop offset=%220%22 stop-color=%22%23f2f2f2%22/%3E %3Cstop offset=%221%22 stop-color=%22%23f9f9f9%22/%3E %3C/linearGradient%3E %3ClinearGradient id=%22z%22%3E %3Cstop offset=%220%22 stop-color=%22%23f4f4f4%22/%3E %3Cstop offset=%221%22 stop-color=%22%23f9f9f9%22/%3E %3C/linearGradient%3E %3ClinearGradient id=%22y%22%3E %3Cstop offset=%220%22 stop-color=%22%23efefef%22/%3E %3Cstop offset=%221%22 stop-color=%22%23efefef%22 stop-opacity=%220%22/%3E %3C/linearGradient%3E %3ClinearGradient id=%22x%22%3E %3Cstop offset=%220%22 stop-color=%22%23d6d6d6%22/%3E %3Cstop offset=%221%22 stop-color=%22%23d6d6d6%22 stop-opacity=%220%22/%3E %3C/linearGradient%3E %3ClinearGradient id=%22w%22%3E %3Cstop offset=%220%22 stop-color=%22%23f1f1f1%22/%3E %3Cstop offset=%221%22 stop-color=%22%23f1f1f1%22 stop-opacity=%220%22/%3E %3C/linearGradient%3E %3ClinearGradient id=%22v%22%3E %3Cstop offset=%220%22 stop-color=%22%23f3f3f3%22/%3E %3Cstop offset=%221%22 stop-color=%22%23f3f3f3%22 stop-opacity=%220%22/%3E %3C/linearGradient%3E %3ClinearGradient id=%22u%22%3E %3Cstop offset=%220%22 stop-color=%22%23ededed%22/%3E %3Cstop offset=%221%22 stop-color=%22%23ededed%22 stop-opacity=%220%22/%3E %3C/linearGradient%3E %3ClinearGradient id=%22t%22%3E %3Cstop offset=%220%22 stop-color=%22%23f0f0f0%22/%3E %3Cstop offset=%221%22 stop-color=%22%23f0f0f0%22 stop-opacity=%220%22/%3E %3C/linearGradient%3E %3ClinearGradient id=%22s%22%3E %3Cstop offset=%220%22 stop-color=%22%23f6f6f6%22/%3E %3Cstop offset=%221%22 stop-color=%22%23f5f5f5%22/%3E %3C/linearGradient%3E %3ClinearGradient id=%22r%22%3E %3Cstop offset=%220%22 stop-color=%22%23e9e9e9%22/%3E %3Cstop offset=%221%22 stop-color=%22%23f3f3f3%22/%3E %3C/linearGradient%3E %3ClinearGradient id=%22q%22%3E %3Cstop offset=%220%22 stop-color=%22%23e0e0e0%22/%3E %3Cstop offset=%221%22 stop-color=%22%23e0e0e0%22 stop-opacity=%220%22/%3E %3C/linearGradient%3E %3ClinearGradient id=%22p%22%3E %3Cstop offset=%220%22 stop-color=%22%23ededed%22/%3E %3Cstop offset=%221%22 stop-color=%22%23e1e1e1%22/%3E %3C/linearGradient%3E %3ClinearGradient id=%22o%22%3E %3Cstop offset=%220%22 stop-color=%22%23ebebeb%22/%3E %3Cstop offset=%221%22 stop-color=%22%23e5e5e5%22/%3E %3C/linearGradient%3E %3ClinearGradient id=%22n%22%3E %3Cstop offset=%220%22 stop-color=%22%23f4f4f4%22/%3E %3Cstop offset=%221%22 stop-color=%22%23f4f4f4%22 stop-opacity=%22.997%22/%3E %3C/linearGradient%3E %3ClinearGradient id=%22m%22%3E %3Cstop offset=%220%22 stop-color=%22%23d0d0d0%22/%3E %3Cstop offset=%221%22 stop-color=%22%23f9f9f9%22/%3E %3C/linearGradient%3E %3ClinearGradient id=%22l%22%3E %3Cstop offset=%220%22 stop-color=%22%23dadada%22/%3E %3Cstop offset=%221%22 stop-color=%22%23e9e9e9%22/%3E %3C/linearGradient%3E %3ClinearGradient id=%22k%22%3E %3Cstop offset=%220%22 stop-color=%22%23ececec%22/%3E %3Cstop offset=%22.514%22 stop-color=%22%23f6f6f6%22/%3E %3Cstop offset=%221%22 stop-color=%22%23f9f9f9%22/%3E %3C/linearGradient%3E %3ClinearGradient id=%22j%22%3E %3Cstop offset=%220%22 stop-color=%22%23e8e8e8%22/%3E %3Cstop offset=%221%22 stop-color=%22%23f3f3f3%22/%3E %3C/linearGradient%3E %3ClinearGradient id=%22i%22%3E %3Cstop offset=%220%22 stop-color=%22%23f3f3f3%22/%3E %3Cstop offset=%221%22 stop-color=%22%23f9f9f9%22/%3E %3C/linearGradient%3E %3ClinearGradient id=%22h%22%3E %3Cstop offset=%220%22 stop-color=%22%23efefef%22/%3E %3Cstop offset=%22.396%22 stop-color=%22%23ededed%22/%3E %3Cstop offset=%22.63%22 stop-color=%22%23e8e8e8%22/%3E %3Cstop offset=%221%22 stop-color=%22%23dedede%22/%3E %3C/linearGradient%3E %3ClinearGradient id=%22g%22%3E %3Cstop offset=%220%22 stop-color=%22%23cbcbcb%22/%3E %3Cstop offset=%22.517%22 stop-color=%22%23dcdcdc%22/%3E %3Cstop offset=%22.865%22 stop-color=%22%23eee%22/%3E %3Cstop offset=%221%22 stop-color=%22%23f0f0f0%22/%3E %3C/linearGradient%3E %3ClinearGradient id=%22f%22%3E %3Cstop offset=%220%22 stop-color=%22%23e6e6e6%22 stop-opacity=%22.997%22/%3E %3Cstop offset=%221%22 stop-color=%22%23dbdbdb%22/%3E %3C/linearGradient%3E %3ClinearGradient id=%22e%22%3E %3Cstop offset=%220%22 stop-color=%22%23e1e1e1%22/%3E %3Cstop offset=%22.198%22 stop-color=%22%23e4e4e4%22/%3E %3Cstop offset=%22.338%22 stop-color=%22%23f5f5f5%22/%3E %3Cstop offset=%22.551%22 stop-color=%22%23f4f4f4%22/%3E %3Cstop offset=%22.597%22 stop-color=%22%23f2f2f2%22/%3E %3Cstop offset=%22.773%22 stop-color=%22%23f6f6f6%22/%3E %3Cstop offset=%221%22 stop-color=%22%23f9f9f9%22/%3E %3C/linearGradient%3E %3ClinearGradient id=%22d%22%3E %3Cstop offset=%220%22 stop-color=%22%23cfcfcf%22/%3E %3Cstop offset=%221%22 stop-color=%22%23d0d0d0%22/%3E %3C/linearGradient%3E %3ClinearGradient id=%22c%22%3E %3Cstop offset=%220%22 stop-color=%22%23f2f2f2%22/%3E %3Cstop offset=%221%22 stop-color=%22%23f9f9f9%22/%3E %3C/linearGradient%3E %3ClinearGradient id=%22b%22%3E %3Cstop offset=%220%22 stop-color=%22%23e4e4e4%22/%3E %3Cstop offset=%22.504%22 stop-color=%22%23e5e5e5%22/%3E %3Cstop offset=%221%22 stop-color=%22%23f9f9f9%22/%3E %3C/linearGradient%3E %3ClinearGradient id=%22a%22%3E %3Cstop offset=%220%22 stop-color=%22%23e6e6e6%22/%3E %3Cstop offset=%22.442%22 stop-color=%22%23e7e7e7%22/%3E %3Cstop offset=%22.772%22 stop-color=%22%23f1f1f1%22/%3E %3Cstop offset=%221%22 stop-color=%22%23f9f9f9%22/%3E %3C/linearGradient%3E %3ClinearGradient xlink:href=%22%23a%22 id=%22ah%22 x1=%22241.181%22 x2=%22241.052%22 y1=%22.83%22 y2=%2229.29%22 gradientUnits=%22userSpaceOnUse%22/%3E %3ClinearGradient id=%22D%22%3E %3Cstop offset=%220%22 stop-color=%22%23e5e5e5%22/%3E %3Cstop offset=%221%22 stop-color=%22%23e5e5e5%22 stop-opacity=%220%22/%3E %3C/linearGradient%3E %3ClinearGradient xlink:href=%22%23c%22 id=%22ag%22 x1=%22231.389%22 x2=%22224.379%22 y1=%2213.086%22 y2=%2220.51%22 gradientUnits=%22userSpaceOnUse%22/%3E %3ClinearGradient xlink:href=%22%23d%22 id=%22aj%22 x1=%2252.702%22 x2=%2252.47%22 y1=%2216.05%22 y2=%2218.382%22 gradientUnits=%22userSpaceOnUse%22/%3E %3ClinearGradient xlink:href=%22%23e%22 id=%22O%22 x1=%2215.127%22 x2=%22103.297%22 y1=%2215.607%22 y2=%2231.128%22 gradientUnits=%22userSpaceOnUse%22/%3E %3ClinearGradient xlink:href=%22%23f%22 id=%22P%22 x1=%2235.71%22 x2=%2236.996%22 y1=%2218.012%22 y2=%2218.177%22 gradientUnits=%22userSpaceOnUse%22/%3E %3ClinearGradient xlink:href=%22%23g%22 id=%22L%22 x1=%2245.303%22 x2=%2245.624%22 y1=%2218.049%22 y2=%2226.029%22 gradientUnits=%22userSpaceOnUse%22/%3E %3ClinearGradient xlink:href=%22%23h%22 id=%22M%22 x1=%2271.064%22 x2=%2272.457%22 y1=%2224.169%22 y2=%2221.973%22 gradientUnits=%22userSpaceOnUse%22/%3E %3ClinearGradient xlink:href=%22%23i%22 id=%22ae%22 x1=%2266.829%22 x2=%22120.759%22 y1=%2222.094%22 y2=%2230.56%22 gradientUnits=%22userSpaceOnUse%22/%3E %3ClinearGradient xlink:href=%22%23j%22 id=%22J%22 x1=%2265.523%22 x2=%2263.831%22 y1=%2223.532%22 y2=%2226.451%22 gradientUnits=%22userSpaceOnUse%22/%3E %3ClinearGradient xlink:href=%22%23k%22 id=%22N%22 x1=%2295.817%22 x2=%2295.561%22 y1=%2225.922%22 y2=%2228.296%22 gradientUnits=%22userSpaceOnUse%22/%3E %3ClinearGradient xlink:href=%22%23l%22 id=%22K%22 x1=%2233.045%22 x2=%2232.51%22 y1=%2215.633%22 y2=%2218.439%22 gradientUnits=%22userSpaceOnUse%22/%3E %3ClinearGradient xlink:href=%22%23m%22 id=%22F%22 x1=%2233.342%22 x2=%2233.513%22 y1=%2217.978%22 y2=%2230.778%22 gradientUnits=%22userSpaceOnUse%22/%3E %3ClinearGradient xlink:href=%22%23m%22 id=%22G%22 x1=%2234.162%22 x2=%2233.08%22 y1=%2218.797%22 y2=%2227.777%22 gradientUnits=%22userSpaceOnUse%22/%3E %3ClinearGradient xlink:href=%22%23C%22 id=%22E%22 x1=%22262.803%22 x2=%22263.049%22 y1=%2229.234%22 y2=%22.97%22 gradientUnits=%22userSpaceOnUse%22/%3E %3ClinearGradient xlink:href=%22%23n%22 id=%22ad%22 x1=%2244.713%22 x2=%2232.808%22 y1=%2213.097%22 y2=%223.44%22 gradientUnits=%22userSpaceOnUse%22/%3E %3ClinearGradient xlink:href=%22%23o%22 id=%22ac%22 x1=%227.266%22 x2=%227.419%22 y1=%2212.121%22 y2=%229.176%22 gradientUnits=%22userSpaceOnUse%22/%3E %3ClinearGradient xlink:href=%22%23p%22 id=%22ab%22 x1=%229.677%22 x2=%2210.488%22 y1=%224.024%22 y2=%22.745%22 gradientUnits=%22userSpaceOnUse%22/%3E %3ClinearGradient xlink:href=%22%23q%22 id=%22af%22 x1=%2264.1%22 x2=%2262.561%22 y1=%223.955%22 y2=%22.306%22 gradientUnits=%22userSpaceOnUse%22/%3E %3ClinearGradient xlink:href=%22%23r%22 id=%22W%22 x1=%2279.435%22 x2=%2280.522%22 y1=%222.238%22 y2=%224.488%22 gradientUnits=%22userSpaceOnUse%22/%3E %3ClinearGradient xlink:href=%22%23s%22 id=%22V%22 x1=%22216.854%22 x2=%22157.45%22 y1=%2210.693%22 y2=%221.152%22 gradientUnits=%22userSpaceOnUse%22/%3E %3ClinearGradient xlink:href=%22%23t%22 id=%22Y%22 x1=%22151.682%22 x2=%22248.454%22 y1=%221.765%22 y2=%2213.926%22 gradientUnits=%22userSpaceOnUse%22/%3E %3ClinearGradient xlink:href=%22%23u%22 id=%22X%22 x1=%22155.198%22 x2=%22222.595%22 y1=%225.793%22 y2=%2218.882%22 gradientUnits=%22userSpaceOnUse%22/%3E %3ClinearGradient xlink:href=%22%23v%22 id=%22Z%22 x1=%22167.257%22 x2=%22232.504%22 y1=%224.057%22 y2=%2216.124%22 gradientUnits=%22userSpaceOnUse%22/%3E %3ClinearGradient xlink:href=%22%23w%22 id=%22aa%22 x1=%22111.926%22 x2=%22220.942%22 y1=%2210.932%22 y2=%2222.839%22 gradientUnits=%22userSpaceOnUse%22/%3E %3ClinearGradient xlink:href=%22%23x%22 id=%22S%22 x1=%2281.617%22 x2=%2281.449%22 y1=%22-7.073%22 y2=%2211.636%22 gradientUnits=%22userSpaceOnUse%22/%3E %3ClinearGradient xlink:href=%22%23y%22 id=%22T%22 x1=%2293.149%22 x2=%2292.968%22 y1=%2213.259%22 y2=%2215.017%22 gradientUnits=%22userSpaceOnUse%22/%3E %3ClinearGradient xlink:href=%22%23z%22 id=%22R%22 x1=%22176.25%22 x2=%22176.742%22 y1=%2218.815%22 y2=%2231.118%22 gradientUnits=%22userSpaceOnUse%22/%3E %3ClinearGradient xlink:href=%22%23A%22 id=%22U%22 x1=%2293.015%22 x2=%2293.101%22 y1=%2219.511%22 y2=%2228.389%22 gradientUnits=%22userSpaceOnUse%22/%3E %3ClinearGradient xlink:href=%22%23B%22 id=%22Q%22 x1=%2275.997%22 x2=%2275.848%22 y1=%2220.433%22 y2=%2225.46%22 gradientUnits=%22userSpaceOnUse%22/%3E %3ClinearGradient xlink:href=%22%23D%22 id=%22I%22 x1=%22243.28%22 x2=%22244.389%22 y1=%2210.403%22 y2=%2210.59%22 gradientUnits=%22userSpaceOnUse%22/%3E %3Cfilter id=%22H%22 width=%221.115%22 height=%221.269%22 x=%22-.057%22 y=%22-.135%22 color-interpolation-filters=%22sRGB%22%3E %3CfeGaussianBlur stdDeviation=%221.33%22/%3E %3C/filter%3E %3C/defs%3E %3Cpath fill=%22url%28%23E%29%22 d=%22M0 0h273.897v31.044H0z%22/%3E %3Cg fill-rule=%22evenodd%22%3E %3Cpath fill=%22url%28%23F%29%22 d=%22m-1.964 14.277 48.596 4.794 25.07 4.958 41.814 8.232-117.445 1.122z%22/%3E %3Cpath fill=%22url%28%23G%29%22 d=%22M-2.245 12.195c.748.234 40.937 5.578 40.937 5.578l9.016 5.04-3.228 13.096s-52.618-.982-52.478-1.216 5.753-22.498 5.753-22.498%22 filter=%22url%28%23H%29%22/%3E %3Cpath fill=%22url%28%23I%29%22 d=%22m245.302-1.003 1.753-.1-5.027 32.974-1.952-.264z%22/%3E %3C/g%3E %3Cg fill-rule=%22evenodd%22%3E %3Cpath fill=%22url%28%23J%29%22 d=%22M63.49 26.81c1.564-.958 2.958-2.241 4.243-3.604l-2.976.083z%22/%3E %3Cpath fill=%22url%28%23K%29%22 d=%22M-.538 10.465S19.2 13.41 24.976 14.16c5.777.748 10.384 1.31 12.231 2.315 1.848 1.006-.187 1.193-.187 1.193s-3.59-.027-4.485.314c-.894.34-2.718.808-2.718.808l-31.781-4.513z%22/%3E %3Cpath fill=%22url%28%23L%29%22 d=%22M39.055 17.48c-1.497-.046-2.807.632-2.807.632s-2.806 3.905-2.455 4.49c.35.585 5.449 3.227 14.265 4.14 8.817.911 14.476.374 15.318-.14.842-.515 1.006-2.854 1.006-2.854l-.398-1.427-4.724-3.46-16.604-2.41z%22/%3E %3Cpath fill=%22url%28%23M%29%22 d=%22M64.757 23.289c-.773-.968-.1-1.703-.1-1.703 1.541.158 7.268.03 11.526 1.339l-4.828 2.15s-4.829-2.547-6.598-1.786%22/%3E %3Cpath fill=%22url%28%23N%29%22 d=%22m73.819 23.173.397-.661s24.308 3.307 29.104 4.233 22.853 4.994 22.853 4.994l-17.495-.43c-11.327-1.566-22.968-2.748-34.86-8.136z%22/%3E %3Cpath fill=%22url%28%23O%29%22 d=%22M-.561 14.627c.28.047 29.326 4.537 30.589 4.49s1.75-.742 3.324-.866c1.002-.079 1.396.627 1.15.942-1.213 1.547-2.15 3.321-.078 4.555 2.727 1.623 10.236 2.678 14.92 3.274 8.28 1.052 12.392.52 13.798-.047 1.613-.65.906-1.614 1.69-2.62.385-.495 2.446-.827 3.43-.154.72.493 1.008 1.184 2.41 1.511.653.153 39.804 6.174 39.804 6.174l12.088 1.09c-.05.133-42.57-4.899-48.44-10.24-.861-.783-1.336 2.183-3.31 1.573-1.976-.61-2.157-3.1-5.925-1.83-1.501.505-.994 2.936-1.887 3.56-1.446 1.013-7.904 1.123-12.722.562s-14.41-2.143-15.715-3.788c-.496-.624-.07-1.9.467-2.666 1.147-1.636.101-2.781-1.31-2.666-1.951.158-2.808 1.22-3.975 1.075-.925-.114-32.413-4.677-32.413-4.677z%22/%3E %3Cpath fill=%22url%28%23P%29%22 d=%22M34.264 21.586c1.322-2.828 4.29-3.308 4.192-4.118-.1-.81-2.026-.585-2.655-.453-.716.132-2.478.429-3.406.85 0 0 1.736-.414 2.183.397s-.314 3.324-.314 3.324%22/%3E %3C/g%3E %3Cg fill-rule=%22evenodd%22%3E %3Cpath fill=%22url%28%23Q%29%22 d=%22M58.374 13.483c-1.059.827 1.786 5.027 1.786 5.027l3.406 3.307s5.887.132 8.533.496 45.045 6.383 54.438 9.36 15.697 4.75 15.697 4.75l3.695-11.459s-82.362-14.03-87.555-11.481%22/%3E %3Cpath fill=%22url%28%23R%29%22 d=%22m222.382 20.13 2.448 16.67-40.626.41C146.56 31.804 88.95 12.102 64.624 19.8c-.916.629-1.258.465-1.24-.199-1.927.24-.602-.857-.33-1.29-1.123.427-.936-.215-1.373-.347-.562-.162-1-.415-.96-1.025-2.386.44-.823-.684-.859-1.257-.945.183-.505-.511-.612-.86 0 0 4.407-8.941 26.062-14.133s86.397-.734 137.07 19.441%22/%3E %3Cpath fill=%22url%28%23S%29%22 d=%22M60.476 15.048S69.73 5.621 93.638 2.513C120.55-.985 189.4 18.557 189.399 18.558c0 0-69.553-17.635-94.311-14.782C71.47 6.498 60.476 15.048 60.476 15.048%22/%3E %3Cpath fill=%22%23efefef%22 d=%22M85.219 6.63c17.384-4.36 55.57 1.9 65.154 3.928-9.226-1.908-46.83-9.643-65.154-3.929z%22/%3E %3Cpath fill=%22%23f1f1f1%22 d=%22M130.836 8.753c14.135 1.85 68.486 15.66 79.838 18.786-13.334-3.852-66.283-17.468-79.838-18.786%22/%3E %3Cpath fill=%22%23f5f5f5%22 d=%22M82.249 8.936c10.572-1.518 25.094-1.26 28.84-1.19-3.184-.357-17.088-.764-28.84 1.19%22/%3E %3Cpath fill=%22%23f7f7f7%22 d=%22M187.193 24.76c-10.46-3.523-42.856-12.108-50.205-13.427 8.32 1.188 41.811 9.916 50.205 13.428z%22/%3E %3Cpath fill=%22%23efefef%22 d=%22M96.771 9.547c23.108.926 55.544 7.174 82.352 16.007-20.863-7.287-56.35-16.843-82.352-16.007%22/%3E %3Cpath fill=%22%23f0f0f0%22 d=%22M74.017 12.92c6.664-1.521 23.058-2.31 29.7-1.984-8.503-.463-20.974-.491-29.7 1.984m-10.252 4.102c4.888-2.032 8.536-2.42 10.318-2.646-2.839.732-6.491 1.667-10.318 2.646%22/%3E %3Cpath fill=%22url%28%23T%29%22 d=%22M78.515 13.913c28.778-.404 67.141 7.028 94.324 15.478-14.251-5.307-58.585-20.163-94.324-15.478%22/%3E %3Cpath fill=%22%23f9f9f9%22 d=%22M80.542 16.124c8.207.12 22.163 1.425 33.068 2.666-4.842-.841-26.127-3.07-33.068-2.666%22/%3E %3Cpath fill=%22%23f0f0f0%22 d=%22M65.481 18.37c2.714-.7 5.829-1.085 8.746-1.404-2.486.13-6.631.667-8.746 1.403z%22/%3E %3Cpath fill=%22%23ededed%22 d=%22M75.256 16.03c4.552-.583 18.219.044 25.117.749-4.907-.542-18.234-1.691-25.117-.748z%22/%3E %3Cpath fill=%22url%28%23U%29%22 d=%22M154.629 31.7s-38.107-10.88-71.187-12.582c-14.577-.75-18.904 1-18.904 1-.652.55.383.628 1.356.738-.308.42-.369.743.482.705.132-.297 15.931-.058 32.781 3.17 19.07 3.652 33.045 8.395 33.045 8.395z%22/%3E %3Cpath fill=%22%23f2f2f2%22 d=%22M73.538 19.932c9.594.067 19.773 1.398 28.806 2.745-4.654-.908-17.209-3.246-28.806-2.745%22/%3E %3C/g%3E %3Cg fill-rule=%22evenodd%22%3E %3Cpath fill=%22url%28%23V%29%22 d=%22m122.029-.948 98.97 22.077-3.04-23.527z%22/%3E %3Cpath fill=%22url%28%23W%29%22 d=%22m59.635 13.13-.375 1.31s9.308-8.746 24.322-12.207 31.103-3.555 52.431.935c21.329 4.49 85.443 18.682 85.443 18.682l-2.58-5.358L132.16-1.102l-45.64-.794S62.913 5.999 59.635 13.13%22/%3E %3Cpath fill=%22%23f8f8f8%22 d=%22M131.685-.696c30.86 4.82 58.639 11.489 87.838 17.306l-.234-.795c-28.318-5.697-54.562-11.6-85.126-17.072z%22/%3E %3Cpath fill=%22url%28%23X%29%22 d=%22M132.973.081c30.86 4.82 58.546 12.12 87.745 17.937l-.14-1.426c-28.318-5.696-54.562-11.6-85.126-17.072z%22/%3E %3Cpath fill=%22url%28%23Y%29%22 d=%22M141.533-.854c27.55 3.965 51.703 9.73 77.595 14.359l.14-2.585c-24.47-4.307-47.714-8.466-73.526-12.102z%22/%3E %3Cpath fill=%22%23f6f6f6%22 d=%22M160.475-.948c16.969 3.27 38.852 7.36 58.278 11.039l-.233-.754C199.04 6.007 169.885.52 160.475-.948%22/%3E %3Cpath fill=%22url%28%23Z%29%22 d=%22M170.438-.527c16.041 2.699 31.824 5.656 47.707 8.513l-.046.655-50.842-8.887z%22/%3E %3Cpath fill=%22%23f1f1f1%22 d=%22M177.5-2.585c.936.28 38.4 6.361 38.4 6.361l-.046-.655c-10.032-1.671-19.02-3.22-28.017-4.77l-10.617-.889z%22/%3E %3Cpath fill=%22%23f4f4f4%22 d=%22M187.229-1.135c9.147.894 17.799 1.143 27.502 2.76l.094-.608c-5.15-.664-10.008-1.294-14.92-1.824z%22/%3E %3Cpath fill=%22url%28%23aa%29%22 d=%22M113.47-.433c35.796 3.976 72.668 14.5 108.464 21.515l-.14 1.216c-36.046-7.417-68.99-16.951-109.868-22.497z%22/%3E %3C/g%3E %3Cg fill-rule=%22evenodd%22%3E %3Cpath fill=%22url%28%23ab%29%22 d=%22m-.992-.606.132 4.365s19.38 2.613 23.614 4.002c4.234 1.39 17.86 7.871 17.86 7.871l5.622-.231 7.014-2.925 4.7 3.145c.611-.051 1.486-.834 1.421-1.295l-4.437-2.996-1.38-.935-1.146-.562-4.513 2.315-7.273 1.123-24.58-14.616z%22/%3E %3Cpath fill=%22url%28%23ac%29%22 d=%22m-.398 10.558 31.431 4.42s6.244 1.053 7.227 1.848c.982.795 1.146.795 1.146.795l1.052-1.871-4.935-2.923S4.326 3.847.795 5.086s-1.193 5.472-1.193 5.472%22/%3E %3Cpath fill=%22url%28%23ad%29%22 d=%22M3.142-.11C1.566-1.65 27.84 2.228 40.018 14.177c.716.703 2.1 1.023 1.82.488.597.261 1.636.914 1.521-.3.939.024 3.184 1.37 2.63-.815.471-.01.355-.175.71-.497.635.123 1.195.097 1.654-.133.964.276 1.669.108 1.885-.892.517-.198 1.212-.056 1.323-1.026 0 0 .992.066 1.157-.397s.364-11.178.364-11.178z%22/%3E %3Cpath fill=%22%23f5f5f5%22 d=%22M51.726-.342c1.482 2.673.554 11.435 1.588 11.51.543.42.954-.041 1.1-.133.11.531-.1 1.503.975 1.235-.103.514 1.06 1.82 1.79 1.08.042.178.855 1.513 1.7.99-.033.263-.372.739.19.796C69.452 4.604 80.76 1.876 91.313-1.334z%22/%3E %3Cpath fill=%22%23f4f4f4%22 d=%22M38.692 17.773s-1.344-1.836-8.08-2.748-33.98-4.677-33.98-4.677l.538-.304s31.735 4.42 33.91 4.7 7.425 1.687 7.881 2.206-.269.823-.269.823%22/%3E %3Cpath fill=%22url%28%23ae%29%22 d=%22M64.89 22.479c1.526-.672 2.813-.263 5.619-.146 1.964.082 21.544 2.86 32.226 4.853 9.899 1.846 29.557 6.24 29.557 6.24l1.984-.596s-22.986-4.927-31.75-6.383c-8.764-1.455-27.01-4.42-32.504-4.717-3.096-.167-5.265-.045-5.265-.045s-.893.76.132.794%22/%3E %3Cpath fill=%22url%28%23af%29%22 d=%22M64.46-.276c-.806.994-4.303 6.386-8.732 11.774 4.366-4.703 8.757-9.262 13.427-12.187z%22/%3E %3Cpath fill=%22%23efefef%22 d=%22M62.987-.325c-3.268 3.06-5.699 7.167-8.88 10.88C56.25 6.824 56.574-1.324 56.82-.787c-.066.066 6.168.463 6.168.463z%22/%3E %3Cpath fill=%22%23ebebeb%22 d=%22M54.885 11.101c.78-.31 2.04-2.435 2.1-2.678-.184.343-1.65 2.36-2.1 2.678%22/%3E %3Cpath fill=%22%23dedede%22 d=%22M59.763 12.193C62.913 9.112 73.055 2.7 73.075 2.8c-2.652 1.207-10.037 5.438-13.312 9.393%22/%3E %3Cpath fill=%22%23f3f3f3%22 d=%22M86.949-.176c.346-.548-8.597 1.645-15.032 5.275 3.6-2.163 8.698-4.343 13.097-5.375z%22/%3E %3Cpath fill=%22%23f1f1f1%22 d=%22M82.058-.456C78.713.56 74.483 2.715 71.421 4.818c2.544-2.04 5.996-4.044 8.818-5.538z%22/%3E %3Cpath fill=%22%23efefef%22 d=%22M71.14 1.064c-4.405 2.76-8.8 6.233-12.965 10.12 3.93-4.195 9.302-8.433 12.965-10.12%22/%3E %3Cpath fill=%22%23f3f3f3%22 d=%22M-.96 2.337c4.275.278 35.22 5.029 40.68 12.336.618.379.67 2.567-.743 1.631C29.515 10.03-.006 6.457-2.679 7.067z%22/%3E %3Cpath fill=%22%23ededed%22 d=%22M-.728 4.884C18.171 6.24 29.203 9.922 34.098 11.96 25.325 9.39 10.562 6.627-.76 6.273z%22/%3E %3Cpath fill=%22%23efefef%22 d=%22M48.716-.739c1.535 2.745 2.403 5.358 3.076 8.236-1.34-4.526-2.424-6.151-3.902-8.269z%22/%3E %3Cpath fill=%22%23ededed%22 d=%22M46.534-.904a48.5 48.5 0 0 1 4.134 9.426c-2.302-3.299-4.775-6.496-8.037-9.228z%22/%3E %3Cpath fill=%22%23f0f0f0%22 d=%22M40.547-.937c3.497 3.233 6.208 6.69 9.129 10.087-3.038-3.258-5.888-6.574-9.592-9.624z%22/%3E %3Cpath fill=%22%23efefef%22 d=%22M39.72 1.113c3.116 3.175 6.121 6.35 8.864 9.525.323.334-4.398-6.07-8.863-9.525z%22/%3E %3Cpath fill=%22%23eee%22 d=%22M23.647-.87c6.227 3.572 12.515 7.207 18.819 12.434C34.866 5.98 28.443 2.747 21.86-.805z%22/%3E %3C/g%3E %3Cpath fill=%22url%28%23ag%29%22 fill-rule=%22evenodd%22 d=%22m214.31-.082.07 1.426 1.216.912-.28 1.146.374.444-.14 1.287s.233 1.146.327 1.169c.093.023.889.374.889.374l1.286 2.386-.374.818.35.304v.819l-.14.678.655.608-.608 1.24 1.029 1.566.444 1.45-.701.819.655.654-.211 1.31 1.216 1.24-.28 1.239.35.842 1.006.608-.257 2.011-.281.748.257 2.9 1.193 3.134 17.119.398 4.162-33.934-27.712 1.03z%22/%3E %3Cg fill-rule=%22evenodd%22%3E %3Cpath fill=%22url%28%23ah%29%22 d=%22m235.779 31.419 6.477-32.67 3.602.257-5.45 34.915z%22/%3E %3Cpath fill=%22%23f3f3f3%22 d=%22m219.604 23.04 7.392-23.795.976-.017z%22/%3E %3Cpath fill=%22url%28%23ai%29%22 d=%22M857.938-2.854s-.5 7.188.187 9.563 2.562 1.375 4.625 1.812c2.062.438 2.437 2.625 2.188 3.438-.25.812 2.687 7.062 2.687 7.062s4.75-18.125 4.938-20.375zm8.375 27.125L857 64.21s2.25 1.375 2.563 3c.312 1.625.5 6.937.5 6.937l1.375.25s1.625-2.25 1.812-.562 0 10.875 0 10.875l10.188-41s-.5-2.375-.25-4.125-.063-6.438-.438-6.563-1.687 2.813-2.188 2c-.5-.812-1.5-7.875-2.125-8.437-.624-.563-2.125-2.313-2.125-2.313zm-2.836 64.05a1.4 1.4 0 0 0-.276.02l-4.861 20.948s1.501 5.128 3.357 5.658 7.955 5.037 7.955 5.037l5.569-21.566s-1.68 1.856-2.387-.266 1.77-4.772-.617-5.39c-2.387-.619-4.775-.177-5.658-1.326-.829-1.078-1.734-3.087-3.082-3.116z%22 transform=%22scale%28.26458%29%22/%3E %3Cpath fill=%22%23f2f2f2%22 d=%22m240.076-.474-6.118 28.343 5.49-28.442z%22/%3E %3Cpath fill=%22%23f6f6f6%22 d=%22m232.536 25.488 5.787-26.26.298.133-6.284 29.203z%22/%3E %3Cpath fill=%22%23f0f0f0%22 d=%22m230.684 22.743 5.754-23.912.232.199z%22/%3E %3Cpath fill=%22%23f7f7f7%22 d=%22m226.781 5.446-6.826 24.403.244 2.32z%22/%3E %3Cpath fill=%22%23f4f4f4%22 d=%22m228.534 4.917-6.25 22.754s5.29-14.519 6.25-22.754%22/%3E %3Cpath fill=%22%23f7f7f7%22 d=%22M232.734-1.565c-.132.165-2.249 8.334-2.249 8.334l1.654-7.871z%22/%3E %3Cpath fill=%22%23f5f5f5%22 d=%22M216.368-.176c0 .094-.725 3.742-.725 3.742l1.52-4.023z%22/%3E %3Cpath fill=%22%23f7f7f7%22 d=%22m214.38 1.344 1.193-2.268.28.374-1.216 2.642zm4.49-1.59-2.619 5.753.444 2.409 3.04-8.373-.958.281.14.023-.093-.21z%22/%3E %3Cpath fill=%22%23f4f4f4%22 d=%22m217 8.898.444 1.847 4.91-12.044-1.215-.163z%22/%3E %3Cpath fill=%22%23f3f3f3%22 d=%22m218.566 13.435.351 3.344 7.086-18.311-.842.117z%22/%3E %3C/g%3E %3Cg fill-rule=%22evenodd%22%3E %3Cpath fill=%22url%28%23aj%29%22 d=%22M43.326 17.146c.04 0 4.762.57 6.184.893 1.422.322 6.664 1.463 7.4 1.562.736.1 3.812.53 3.812.53l-6.086-6.301-3.067-.604z%22/%3E %3Cpath fill=%22%23d6d6d6%22 d=%22M41.308 17.832c6.312-.615 11.274 1.936 19.058 2.795l-.24-.745c-7.995-.942-11.39-2.702-17.032-2.927z%22/%3E %3Cpath fill=%22%23e7e7e7%22 d=%22M51.461 14.095c.034.099.116 1.835-.248 2.083-.363.248-2.05.678-2.893.81-1.042.215-2.762.463-2.762.463-1.265.112-2.55-.761-3.77-.016l-.943.628s2.1-.215 2.877-.231c.778-.017 1.489.099 1.919.082.43-.016 1.752-.48 2.48-.529s3.175-.562 3.555-.975c.38-.414.166-2.762.166-2.762z%22/%3E %3Cpath fill=%22%23f4f4f4%22 d=%22M39.324 16.658c-.443.372-1.193 1.737-.281 1.918.297.05 1.438-.165 1.504-.265.067-.099.298-.248.298-.248.838-.006 1.35-.185 1.935-.777 0 0 .694.199.926.083 1.287-.032 2.55-.142 3.687-.893.116-.132.298-.53.298-.53 1.246-.359 1.984-.616 2.58-1.256.832-.103 1.476-.096 1.868-.794.378.708.793.862 1.472.76 1.181.346 3.137 2.118 3.556 2.779.325.573.855 1.244 1.703 1.687.64.987 2.579 3.19 3.191 3.274.381.506.51 1.514 1.555 1.025.548-.198 1.091-.4 1.273-.942 2.036-.746.956-1.522-.694-1.952.08-.039-1.407-.847-1.571-.942.013-.533-1.356-1.643-1.72-1.62-.246-.82-1.166-1.12-1.224-1.49-.246-.642-.556-1.328-.959-1.487-1.192-.642-1.581-1.155-2.447-1.44-.31-.3-.928-.577-.844-.876-.386-.352-.683-.81-1.157-1.008-.408-.206-.816-.19-1.224-.182-.674-.17-1.159.272-1.637.645-.541.483-1.13.626-1.736.694-.792-.032-1.406.37-2.051.695-.917.293-2.028.079-2.762.76-.381.764-1.158.885-2.034.844-.532-.294-1.277-.025-2.133-.248-.771.065-1.091.893-1.372 1.786%22/%3E %3C/g%3E %3C/svg%3E") 0 0 no-repeat, #f9f9f9 url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22 width=%225%22 height=%22220%22 viewBox=%220 0 1.323 58.208%22%3E %3Cdefs%3E %3ClinearGradient xlink:href=%22%23a%22 id=%22b%22 x1=%22262.803%22 x2=%22263.049%22 y1=%2229.234%22 y2=%22.97%22 gradientTransform=%22translate%28-492.003 238.792%29scale%281.875%29%22 gradientUnits=%22userSpaceOnUse%22/%3E %3ClinearGradient id=%22a%22%3E %3Cstop offset=%220%22 stop-color=%22%23f9f9f9%22/%3E %3Cstop offset=%221%22 stop-color=%22%23f3f3f3%22/%3E %3C/linearGradient%3E %3C/defs%3E %3Cpath fill=%22url%28%23b%29%22 d=%22M0 238.792h1.323V297H0z%22 transform=%22translate%280 -238.792%29%22/%3E %3C/svg%3E") 0 0 repeat-x;
    /* stylelint-enable @stylistic/value-list-comma-newline-after, @stylistic/declaration-colon-newline-after */
    color: #000;
    direction: ltr;
    /* Needed for RTL flipping */
    unicode-bidi: embed;
  }
  /* scale back up to a sane default */
  #globalWrapper {
    font-size: 127%;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 0;
  }
  /* general styles */
  ul {
    list-style: square url(/w/skins/MonoBook/resources/images/bullet.svg?36e03);
  }
  pre,
  .mw-code {
    line-height: 1.1em;
  }
  .firstHeading {
    margin-top: 0.4em;
    margin-bottom: 0.1em;
    padding-top: 0;
    /* Change the default from mediawiki.skinning CSS to let indicators float into heading area (T373617) */
    display: block;
  }
  .mw-indicators {
    line-height: 1.5em;
    font-size: 95%;
  }
  .mw-indicator {
    display: inline-block;
  }
  .mw-jump-link:not( :focus ) {
    display: block;
    position: absolute !important;
    /* stylelint-disable-line declaration-no-important */
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  /*
** the main content area
*/
  #siteNotice {
    font-size: 95%;
    padding: 0 0.9em;
  }
  #siteNotice p {
    margin: 0;
    padding: 0;
  }
  #localNotice {
    margin: 0;
  }
  /*
** classes for special content elements like town boxes
** intended to be referenced directly from the wiki src
*/
  /*
** User styles
*/
  /* table standards */
  table.rimage {
    float: right;
    position: relative;
    margin-left: 1em;
    margin-bottom: 1em;
    text-align: center;
  }
  /*
** Structural Elements
*/
  /*
** general portlet styles (elements in the quickbar)
*/
  .mw-portlet,
  .portlet {
    overflow: hidden;
  }
  .mw-portlet label,
  .portlet label,
  .mw-portlet h3,
  .portlet h3 {
    background: transparent;
    display: inline;
    height: 1em;
    font-size: 91%;
    white-space: nowrap;
  }
  .mw-portlet ul,
  .portlet ul {
    line-height: 1.5em;
    font-size: 95%;
  }
  .mw-portlet li,
  .portlet li {
    padding: 0;
    margin: 0;
  }
  .mw-portlet > div,
  .pBody {
    font-size: 95%;
    color: #000;
    border-collapse: collapse;
    /* allows .pBody styles to wrap around content added via SkinAfterPortlet hook */
  }
  .mw-portlet > div::after,
  .pBody::after {
    content: '';
    clear: both;
    display: block;
  }
  /* Set `text-transform` only on languages where capitalization is not significant.
** Translates to all, which don't carry `.monobook-capitalize-all-nouns` at `body`.
*/
  body:not( .monobook-capitalize-all-nouns ) .portlet h3,
  body:not( .monobook-capitalize-all-nouns ) #p-personal ul,
  body:not( .monobook-capitalize-all-nouns ) #p-cactions ul li a {
    text-transform: lowercase;
  }
  /* Don't lowercase username */
  li#pt-userpage-2,
  li#pt-userpage,
  .no-text-transform {
    text-transform: none;
  }
  /*
** Logo properties
*/
  #p-logo {
    position: absolute;
    z-index: 3;
    overflow: visible;
  }
  #p-logo a,
  #p-logo a:hover {
    display: block;
    background-repeat: no-repeat;
    text-decoration: none;
  }
  /*
** the personal toolbar
*/
  /* "Not logged in" text in gray */
  li#pt-anonuserpage {
    color: #707070;
  }
  /*
** footer
*/
  .mw-footer {
    background-color: #fff;
    border-top: 1px solid #fabd23;
    border-bottom: 1px solid #fabd23;
    margin: 0.6em 0 1em 0;
    overflow: hidden;
    padding: 0.4em 0 0.3em 0;
    text-align: center;
    font-size: 90%;
  }
  .mw-footer li {
    display: inline;
    margin: 0 1.3em;
  }
  #userloginprompt,
  #languagelinks {
    font-size: 85%;
  }
  /**
 * This was originally added by Gabriel Wicke in r3681 (committed on 25 May 2004)
 * with the commit message "tweaks to page history".
 * Unlike the other IE/Mac fixes that used to be present here, this seems to get
 * applied on more modern browsers, so let's keep it here until someone has the
 * time to properly test it out.
 */
  #pagehistory li.selected {
    position: relative;
  }
  div.patrollink {
    clear: both;
  }
  .toggle {
    margin-left: 2em;
    text-indent: -2em;
  }
  /* @bug 1714 */
  input#wpSave,
  input#wpDiff {
    margin-right: 0.33em;
  }
  #wpSave {
    font-weight: bold;
  }
  /* noarticletext */
  div.noarticletext {
    border: 1px solid #aaa;
    background: #fff;
    padding: 0.2em 1em;
    color: #000;
  }
  #powersearch p {
    margin-top: 0;
  }
  .mw-summary-preview {
    margin: 0.1em 0;
  }
  /* Friendlier slave lag warnings */
  div.mw-lag-warn-normal,
  div.mw-lag-warn-high {
    padding: 3px;
    text-align: center;
    margin: 3px auto;
  }
  div.mw-lag-warn-normal {
    border: 1px solid #fc6;
    background-color: #ffc;
  }
  div.mw-lag-warn-high {
    font-weight: bold;
    border: 2px solid #f03;
    background-color: #fcc;
  }
  .MediaTransformError {
    background-color: #aaa;
    padding: 0.1em;
  }
  .MediaTransformError td {
    text-align: center;
    vertical-align: middle;
    font-size: 90%;
  }
  /* Tooltips are outside of the normal body code, so this helps make the size of the text sensible */
  .tipsy {
    font-size: 127%;
  }
  .mw-content-ltr {
    /* @noflip */
    direction: ltr;
  }
  .mw-content-rtl {
    /* @noflip */
    direction: rtl;
  }
  .visualClear {
    clear: both;
  }
  body:not( .skin--responsive ) {
    /*
** Desktop-specific styles for MonoBook
*/
    /*
** edit views etc
*/
    /*
** Structural Elements
*/
    /*
** general portlet styles (elements in the quickbar)
*/
    /*
** Logo properties
*/
    /*
** Search portlet
*/
    /*
** the personal toolbar
*/
    /* this is the ul contained in the portlet */
    /* The icon in front of the username / login link */
    /*
** the page-related actions- page/talk, edit etc
*/
    /* offsets to distinguish the tab groups */
    /* Historically not present in Monobook skin */
    /*
** footer
*/
  }
  body:not( .skin--responsive ) #column-content {
    float: right;
    margin: 0 0 0.6em -12.2em;
  }
  body:not( .skin--responsive ) .mw-body {
    margin: 2.8em 0 0 12.2em;
    border-right: 0;
  }
  body:not( .skin--responsive ) #mw-data-after-content {
    margin-left: 12.2em;
  }
  body:not( .skin--responsive ) #column-one {
    padding-top: 160px;
  }
  body:not( .skin--responsive ) .special li {
    line-height: 1.4em;
    margin: 0;
    padding: 0;
  }
  body:not( .skin--responsive ) .mw-portlet,
  body:not( .skin--responsive ) .portlet {
    border: 0;
    margin: 0 0 0.5em;
    padding: 0;
    float: none;
    width: 11.6em;
  }
  body:not( .skin--responsive ) .mw-portlet label,
  body:not( .skin--responsive ) .portlet h3 {
    padding: 0 1em 0 0.5em;
    font-weight: normal;
  }
  body:not( .skin--responsive ) .mw-portlet > div,
  body:not( .skin--responsive ) .pBody {
    background-color: #fff;
    border: 1px solid #aaa;
    padding: 0 0.8em 0.3em 0.5em;
  }
  body:not( .skin--responsive ) #p-logo {
    top: 0;
    left: 0;
    height: 155px;
    width: 12em;
  }
  body:not( .skin--responsive ) #p-logo a,
  body:not( .skin--responsive ) #p-logo a:hover {
    height: 155px;
    width: 12.2em;
    background-position: 35% 50% !important;
    /* stylelint-disable-line declaration-no-important */
  }
  body:not( .skin--responsive ) #p-search {
    position: relative;
    z-index: 3;
  }
  body:not( .skin--responsive ) input.searchButton {
    margin-top: 1px;
    font-size: 95%;
  }
  body:not( .skin--responsive ) #searchButton {
    padding-left: 0.5em;
    padding-right: 0.5em;
    font-weight: bold;
  }
  body:not( .skin--responsive ) #searchInput {
    width: 10.9em;
    margin: 0;
    font-size: 95%;
  }
  body:not( .skin--responsive ) #p-search .pBody {
    padding: 0.5em 0.4em 0.4em 0.4em;
    text-align: center;
  }
  body:not( .skin--responsive ) #p-search #searchform div div {
    margin-top: 0.4em;
    font-size: 95%;
  }
  body:not( .skin--responsive ) #p-personal {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    border: 0;
    background: none;
    overflow: visible;
    line-height: 1.2em;
  }
  body:not( .skin--responsive ) #p-personal h3 {
    position: absolute;
    top: -9999px;
  }
  body:not( .skin--responsive ) #p-personal .portlet,
  body:not( .skin--responsive ) #p-personal .pBody {
    z-index: 0;
    padding: 0;
    margin: 0;
    border: 0;
    overflow: visible;
    background: none;
  }
  body:not( .skin--responsive ) #p-personal ul {
    border: 0;
    line-height: 1.4em;
    color: #2f6fab;
    padding: 0;
    padding-right: 2em;
    /* Avoid overlap with the logo. */
    padding-left: 14em;
    margin: 0;
    float: right;
    list-style-type: none;
    list-style-image: none;
    z-index: 0;
    background: none;
    cursor: default;
    box-sizing: border-box;
    max-width: 100%;
  }
  body:not( .skin--responsive ) #p-personal li {
    z-index: 0;
    border: 0;
    padding: 0;
    color: #2f6fab;
    display: inline;
    margin-left: 1em;
    line-height: 1.2em;
  }
  body:not( .skin--responsive ) #p-personal li a {
    color: #005896;
    text-decoration: none;
    padding-bottom: 0.2em;
  }
  body:not( .skin--responsive ) #p-personal li a.new {
    color: #c20;
  }
  body:not( .skin--responsive ) #p-personal li a:hover {
    background-color: #fff;
    text-decoration: none;
  }
  body:not( .skin--responsive ) #p-personal li.active a:hover {
    background-color: transparent;
  }
  body:not( .skin--responsive ) li#pt-userpage,
  body:not( .skin--responsive ) li#pt-userpage-2,
  body:not( .skin--responsive ) li#pt-anonuserpage {
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22 width=%2216%22 height=%2216%22 viewBox=%220 0 4.233 4.233%22%3E %3Cdefs%3E %3ClinearGradient id=%22c%22%3E %3Cstop offset=%220%22 stop-color=%22%23fbeacf%22/%3E %3Cstop offset=%221%22 stop-color=%22%23f0bf7b%22/%3E %3C/linearGradient%3E %3ClinearGradient id=%22b%22%3E %3Cstop offset=%220%22 stop-color=%22%23f9e0ba%22/%3E %3Cstop offset=%221%22 stop-color=%22%23de8a3d%22/%3E %3C/linearGradient%3E %3ClinearGradient id=%22a%22%3E %3Cstop offset=%220%22 stop-color=%22%23dfedc7%22/%3E %3Cstop offset=%221%22 stop-color=%22%2389b92f%22/%3E %3C/linearGradient%3E %3ClinearGradient xlink:href=%22%23a%22 id=%22d%22 x1=%22.794%22 x2=%223.175%22 y1=%222.778%22 y2=%222.778%22 gradientUnits=%22userSpaceOnUse%22/%3E %3ClinearGradient xlink:href=%22%23b%22 id=%22f%22 x1=%221.587%22 x2=%222.381%22 y1=%221.058%22 y2=%221.587%22 gradientUnits=%22userSpaceOnUse%22/%3E %3CradialGradient xlink:href=%22%23c%22 id=%22e%22 cx=%221.984%22 cy=%222.381%22 r=%22.397%22 fx=%221.984%22 fy=%221.984%22 gradientTransform=%22matrix%28.33333 0 0 1.30283 1.323 -.469%29%22 gradientUnits=%22userSpaceOnUse%22/%3E %3C/defs%3E %3Cpath fill=%22url%28%23d%29%22 fill-rule=%22evenodd%22 d=%22m.661 3.307.133-.661.264-.265c.53-.264 1.323-.264 1.852 0l.265.265.132.661z%22/%3E %3Cpath fill=%22url%28%23e%29%22 fill-rule=%22evenodd%22 d=%22M1.587 2.117v.264l.265.265h.265l.264-.265v-.264q-.397-.398-.793 0z%22/%3E %3Cpath fill=%22url%28%23f%29%22 fill-rule=%22evenodd%22 d=%22M1.323 1.058v.53l.264.264q.398.397.794 0l.265-.265v-.529L2.116.53h-.264z%22/%3E %3Cpath fill=%22%234e4e4e%22 d=%22M2.646 1.058v.53h.264v-.53zM2.38 2.117v.264h.53v-.264zm.53.264v.265h.264V2.38zm.264.265v.529H.529v.265h2.91v-.795z%22/%3E %3Cpath fill=%22%23a3a3a3%22 d=%22M1.058 1.058v.53h.265v-.53zm.265.53v.264h.264v-.265zm-.265.529v.264h.53v-.264zm0 .264H.794v.265h.264zm-.264.265H.529v.529h.265z%22/%3E %3Cpath fill=%22%23768854%22 d=%22M1.587 2.381v.265h.265V2.38zm.265.265v.264h.265v-.264zm.265 0h.264V2.38h-.264z%22/%3E %3Cpath fill=%22%23a6774d%22 d=%22M2.381 1.587v.265h.265v-.265zm0 .265h-.793v.265h.793z%22/%3E %3Cpath fill=%22%239a7b54%22 fill-rule=%22evenodd%22 d=%22M1.984.397v.132c0 .265-.396.794-.793.794l.132-.53.264-.264z%22/%3E %3Cpath fill=%22%2393642b%22 fill-rule=%22evenodd%22 d=%22M1.984.397v.132c0 .265.397.794.794.794l-.132-.53L2.38.53z%22/%3E %3Cpath fill=%22%2386735c%22 d=%22M1.587.265v.264h.794V.265zm0 .264h-.264v.265h.264zm-.264.265h-.265v.529h.265z%22/%3E %3Cpath fill=%22%235a4934%22 d=%22M2.381.53v.264h.265V.529zm.265.264v.529h.264v-.53z%22/%3E %3Cpath fill=%22%2383b625%22 d=%22M1.323 2.91h.265v.265h-.265z%22/%3E %3Cpath fill=%22%236d971f%22 d=%22M2.646 2.91h.265v.265h-.265z%22/%3E %3Cpath fill=%22%23cde3a8%22 d=%22M1.058 2.91h.265v.265h-.265z%22/%3E %3Cpath fill=%22%23a9cd69%22 d=%22M2.381 2.91h.265v.265h-.265z%22/%3E %3C/svg%3E");
    background-position: top left;
    background-repeat: no-repeat;
    padding-left: 20px;
  }
  body:not( .skin--responsive ) #p-lang {
    position: relative;
    z-index: 3;
  }
  body:not( .skin--responsive ) #p-cactions {
    position: absolute;
    top: 1.3em;
    left: 11.5em;
    margin: 0;
    white-space: nowrap;
    width: 76%;
    line-height: 1.1em;
    overflow: visible;
    background: none;
    border-collapse: collapse;
    padding-left: 1em;
    font-size: 95%;
  }
  body:not( .skin--responsive ) #p-cactions h3 {
    position: absolute;
    top: -9999px;
  }
  body:not( .skin--responsive ) #p-cactions ul {
    list-style-type: none;
    list-style-image: none;
  }
  body:not( .skin--responsive ) #p-cactions li {
    display: inline;
    border: 1px solid #aaa;
    border-bottom: 0;
    margin: 0 0.5em 0 0;
    padding: 0 0 1em 0;
    overflow: visible;
    background: #fff;
  }
  body:not( .skin--responsive ) #p-cactions li.selected {
    border-color: #fabd23;
    font-weight: bold;
  }
  body:not( .skin--responsive ) #p-cactions li.selected a {
    z-index: 3;
    background-color: #fff;
  }
  body:not( .skin--responsive ) #p-cactions li a {
    background-color: #fbfbfb;
    color: #002bb8;
    border: 0;
    padding: 0 0.8em 0.3em;
    position: relative;
    z-index: 0;
    margin: 0;
    text-decoration: none;
  }
  body:not( .skin--responsive ) #p-cactions li a:hover {
    z-index: 3;
    text-decoration: none;
    background-color: #fff;
  }
  body:not( .skin--responsive ) #p-cactions li.istalk {
    margin-right: 0;
  }
  body:not( .skin--responsive ) #p-cactions li.istalk a {
    padding-right: 0.5em;
  }
  body:not( .skin--responsive ) #p-cactions .new a {
    color: #c20;
  }
  body:not( .skin--responsive ) #p-cactions #ca-addsection a {
    padding-left: 0.4em;
    padding-right: 0.4em;
  }
  body:not( .skin--responsive ) #p-cactions .pBody {
    font-size: 1em;
    background-color: transparent;
    color: inherit;
    border-collapse: inherit;
    border: 0;
    padding: 0;
  }
  body:not( .skin--responsive ) li#ca-talk {
    margin-right: 1.6em;
  }
  body:not( .skin--responsive ) li#ca-watch,
  body:not( .skin--responsive ) li#ca-unwatch,
  body:not( .skin--responsive ) li#ca-varlang-0,
  body:not( .skin--responsive ) li#ca-print {
    margin-left: 1.6em;
  }
  body:not( .skin--responsive ) #p-cactions li#ca-view,
  body:not( .skin--responsive ) #p-personal #pt-notifications,
  body:not( .skin--responsive ) #echo-hack-badges,
  body:not( .skin--responsive ) #p-cactions-mobile,
  body:not( .skin--responsive ) #sidebar-mobilejs,
  body:not( .skin--responsive ) .mobile-close-button,
  body:not( .skin--responsive ) .menu-toggle,
  body:not( .skin--responsive ) .menus-cover {
    display: none;
  }
  body:not( .skin--responsive ) #f-poweredbyico,
  body:not( .skin--responsive ) #f-copyrightico {
    margin: 0 8px;
    position: relative;
    top: -2px;
    /* Bump it up just a tad */
  }
  body:not( .skin--responsive ) #f-poweredbyico {
    float: right;
    height: 1%;
  }
  body:not( .skin--responsive ) #f-copyrightico {
    float: left;
    height: 1%;
  }
}
@media print {
  .mw-jump-link {
    display: none;
  }
  #f-list > li {
    display: none;
  }
  #f-list > #copyright,
  #f-list > #credits,
  #f-list > #lastmod {
    display: block;
  }
  #footer {
    background: #fff;
    color: #000;
    margin-top: 1em;
    border-top: 1pt solid #aaa;
    padding-top: 5px;
    direction: ltr;
  }
  /**
 * Hide all the elements irrelevant for printing
 * Skins however can and should override.
 */
  /* General hide-in-print class, please only use sparely */
  .noprint,
  .mw-cite-backlink,
  .mw-redirectedfrom,
  .patrollink,
  #column-one,
  #footer-places,
  #mw-navigation,
  #f-poweredbyico,
  #f-copyrightico,
  li#about,
  li#disclaimer,
  li#mobileview,
  li#privacy {
    display: none;
  }
}

/**
 * This file is a Less import match for 'mediawiki.skin.variables.less'
 * when MonoBook is the active skin.
 */
/* stylelint-disable @stylistic/indentation */
/**
 * Codex Design Tokens v2.4.0
 * Design System for Wikimedia
 * See https://doc.wikimedia.org/codex/latest/design-tokens/overview.html
 */
:root {
  --font-size-x-small: 0.625rem;
  /* `x` stands for extra. In this case extra small. */
  --font-size-small: 0.75rem;
  --font-size-medium: 0.875rem;
  --font-size-large: 1rem;
  --font-size-x-large: 1.125rem;
  --font-size-xx-large: 1.375rem;
  --font-size-xxx-large: 1.625rem;
  --line-height-x-small: 1.125rem;
  /* `x` stands for extra. In this case extra small. */
  --line-height-small: 1.25rem;
  --line-height-medium: 1.375rem;
  --line-height-large: 1.625rem;
  --line-height-x-large: 1.75rem;
  --line-height-xx-large: 2rem;
  --line-height-xxx-large: 2.25rem;
  --line-height-content: 1.5714285;
  /* Intended for user-generated content that comes from outside of the design system. Components and features should use the standard font-size and line-height tokens instead. */
}
/* stylelint-disable selector-class-pattern */
/* stylelint-disable selector-no-vendor-prefix */
/* stylelint-enable selector-no-vendor-prefix */
/**
 * Compute the most transparent color that appears the same as @color
 * when overlaid on the given @background.
 *
 * @example
 *   background-color: .solid-to-minimum-opacity( #eaecf0 )[ @result ];
 *
 * @param {Color} @color The solid color to approximate with transparency
 * @param {Color} [@background=white] The background color to overlay on
 * @return {Color} @result
 */
/**
 * Styles for responsive version of MonoBook.
 * IMPORTANT:  These must not be merged with screen-common.less
 * Doing so will confuse the LESS compiler and it will de-duplicate shared styles
 * resulting in the breaking of responsive mode.
 * See https://github.com/wikimedia/less.php/issues/69 for more information.
*/
@media screen and (min-width: 551px) {
  body.skin--responsive {
    /*
** Desktop-specific styles for MonoBook
*/
    /*
** edit views etc
*/
    /*
** Structural Elements
*/
    /*
** general portlet styles (elements in the quickbar)
*/
    /*
** Logo properties
*/
    /*
** Search portlet
*/
    /*
** the personal toolbar
*/
    /* this is the ul contained in the portlet */
    /* The icon in front of the username / login link */
    /*
** the page-related actions- page/talk, edit etc
*/
    /* offsets to distinguish the tab groups */
    /* Historically not present in Monobook skin */
    /*
** footer
*/
  }
  body.skin--responsive #column-content {
    float: right;
    margin: 0 0 0.6em -12.2em;
  }
  body.skin--responsive .mw-body {
    margin: 2.8em 0 0 12.2em;
    border-right: 0;
  }
  body.skin--responsive #mw-data-after-content {
    margin-left: 12.2em;
  }
  body.skin--responsive #column-one {
    padding-top: 160px;
  }
  body.skin--responsive .special li {
    line-height: 1.4em;
    margin: 0;
    padding: 0;
  }
  body.skin--responsive .mw-portlet,
  body.skin--responsive .portlet {
    border: 0;
    margin: 0 0 0.5em;
    padding: 0;
    float: none;
    width: 11.6em;
  }
  body.skin--responsive .mw-portlet label,
  body.skin--responsive .portlet h3 {
    padding: 0 1em 0 0.5em;
    font-weight: normal;
  }
  body.skin--responsive .mw-portlet > div,
  body.skin--responsive .pBody {
    background-color: #fff;
    border: 1px solid #aaa;
    padding: 0 0.8em 0.3em 0.5em;
  }
  body.skin--responsive #p-logo {
    top: 0;
    left: 0;
    height: 155px;
    width: 12em;
  }
  body.skin--responsive #p-logo a,
  body.skin--responsive #p-logo a:hover {
    height: 155px;
    width: 12.2em;
    background-position: 35% 50% !important;
    /* stylelint-disable-line declaration-no-important */
  }
  body.skin--responsive #p-search {
    position: relative;
    z-index: 3;
  }
  body.skin--responsive input.searchButton {
    margin-top: 1px;
    font-size: 95%;
  }
  body.skin--responsive #searchButton {
    padding-left: 0.5em;
    padding-right: 0.5em;
    font-weight: bold;
  }
  body.skin--responsive #searchInput {
    width: 10.9em;
    margin: 0;
    font-size: 95%;
  }
  body.skin--responsive #p-search .pBody {
    padding: 0.5em 0.4em 0.4em 0.4em;
    text-align: center;
  }
  body.skin--responsive #p-search #searchform div div {
    margin-top: 0.4em;
    font-size: 95%;
  }
  body.skin--responsive #p-personal {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    border: 0;
    background: none;
    overflow: visible;
    line-height: 1.2em;
  }
  body.skin--responsive #p-personal h3 {
    position: absolute;
    top: -9999px;
  }
  body.skin--responsive #p-personal .portlet,
  body.skin--responsive #p-personal .pBody {
    z-index: 0;
    padding: 0;
    margin: 0;
    border: 0;
    overflow: visible;
    background: none;
  }
  body.skin--responsive #p-personal ul {
    border: 0;
    line-height: 1.4em;
    color: #2f6fab;
    padding: 0;
    padding-right: 2em;
    /* Avoid overlap with the logo. */
    padding-left: 14em;
    margin: 0;
    float: right;
    list-style-type: none;
    list-style-image: none;
    z-index: 0;
    background: none;
    cursor: default;
    box-sizing: border-box;
    max-width: 100%;
  }
  body.skin--responsive #p-personal li {
    z-index: 0;
    border: 0;
    padding: 0;
    color: #2f6fab;
    display: inline;
    margin-left: 1em;
    line-height: 1.2em;
  }
  body.skin--responsive #p-personal li a {
    color: #005896;
    text-decoration: none;
    padding-bottom: 0.2em;
  }
  body.skin--responsive #p-personal li a.new {
    color: #c20;
  }
  body.skin--responsive #p-personal li a:hover {
    background-color: #fff;
    text-decoration: none;
  }
  body.skin--responsive #p-personal li.active a:hover {
    background-color: transparent;
  }
  body.skin--responsive li#pt-userpage,
  body.skin--responsive li#pt-userpage-2,
  body.skin--responsive li#pt-anonuserpage {
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22 width=%2216%22 height=%2216%22 viewBox=%220 0 4.233 4.233%22%3E %3Cdefs%3E %3ClinearGradient id=%22c%22%3E %3Cstop offset=%220%22 stop-color=%22%23fbeacf%22/%3E %3Cstop offset=%221%22 stop-color=%22%23f0bf7b%22/%3E %3C/linearGradient%3E %3ClinearGradient id=%22b%22%3E %3Cstop offset=%220%22 stop-color=%22%23f9e0ba%22/%3E %3Cstop offset=%221%22 stop-color=%22%23de8a3d%22/%3E %3C/linearGradient%3E %3ClinearGradient id=%22a%22%3E %3Cstop offset=%220%22 stop-color=%22%23dfedc7%22/%3E %3Cstop offset=%221%22 stop-color=%22%2389b92f%22/%3E %3C/linearGradient%3E %3ClinearGradient xlink:href=%22%23a%22 id=%22d%22 x1=%22.794%22 x2=%223.175%22 y1=%222.778%22 y2=%222.778%22 gradientUnits=%22userSpaceOnUse%22/%3E %3ClinearGradient xlink:href=%22%23b%22 id=%22f%22 x1=%221.587%22 x2=%222.381%22 y1=%221.058%22 y2=%221.587%22 gradientUnits=%22userSpaceOnUse%22/%3E %3CradialGradient xlink:href=%22%23c%22 id=%22e%22 cx=%221.984%22 cy=%222.381%22 r=%22.397%22 fx=%221.984%22 fy=%221.984%22 gradientTransform=%22matrix%28.33333 0 0 1.30283 1.323 -.469%29%22 gradientUnits=%22userSpaceOnUse%22/%3E %3C/defs%3E %3Cpath fill=%22url%28%23d%29%22 fill-rule=%22evenodd%22 d=%22m.661 3.307.133-.661.264-.265c.53-.264 1.323-.264 1.852 0l.265.265.132.661z%22/%3E %3Cpath fill=%22url%28%23e%29%22 fill-rule=%22evenodd%22 d=%22M1.587 2.117v.264l.265.265h.265l.264-.265v-.264q-.397-.398-.793 0z%22/%3E %3Cpath fill=%22url%28%23f%29%22 fill-rule=%22evenodd%22 d=%22M1.323 1.058v.53l.264.264q.398.397.794 0l.265-.265v-.529L2.116.53h-.264z%22/%3E %3Cpath fill=%22%234e4e4e%22 d=%22M2.646 1.058v.53h.264v-.53zM2.38 2.117v.264h.53v-.264zm.53.264v.265h.264V2.38zm.264.265v.529H.529v.265h2.91v-.795z%22/%3E %3Cpath fill=%22%23a3a3a3%22 d=%22M1.058 1.058v.53h.265v-.53zm.265.53v.264h.264v-.265zm-.265.529v.264h.53v-.264zm0 .264H.794v.265h.264zm-.264.265H.529v.529h.265z%22/%3E %3Cpath fill=%22%23768854%22 d=%22M1.587 2.381v.265h.265V2.38zm.265.265v.264h.265v-.264zm.265 0h.264V2.38h-.264z%22/%3E %3Cpath fill=%22%23a6774d%22 d=%22M2.381 1.587v.265h.265v-.265zm0 .265h-.793v.265h.793z%22/%3E %3Cpath fill=%22%239a7b54%22 fill-rule=%22evenodd%22 d=%22M1.984.397v.132c0 .265-.396.794-.793.794l.132-.53.264-.264z%22/%3E %3Cpath fill=%22%2393642b%22 fill-rule=%22evenodd%22 d=%22M1.984.397v.132c0 .265.397.794.794.794l-.132-.53L2.38.53z%22/%3E %3Cpath fill=%22%2386735c%22 d=%22M1.587.265v.264h.794V.265zm0 .264h-.264v.265h.264zm-.264.265h-.265v.529h.265z%22/%3E %3Cpath fill=%22%235a4934%22 d=%22M2.381.53v.264h.265V.529zm.265.264v.529h.264v-.53z%22/%3E %3Cpath fill=%22%2383b625%22 d=%22M1.323 2.91h.265v.265h-.265z%22/%3E %3Cpath fill=%22%236d971f%22 d=%22M2.646 2.91h.265v.265h-.265z%22/%3E %3Cpath fill=%22%23cde3a8%22 d=%22M1.058 2.91h.265v.265h-.265z%22/%3E %3Cpath fill=%22%23a9cd69%22 d=%22M2.381 2.91h.265v.265h-.265z%22/%3E %3C/svg%3E");
    background-position: top left;
    background-repeat: no-repeat;
    padding-left: 20px;
  }
  body.skin--responsive #p-lang {
    position: relative;
    z-index: 3;
  }
  body.skin--responsive #p-cactions {
    position: absolute;
    top: 1.3em;
    left: 11.5em;
    margin: 0;
    white-space: nowrap;
    width: 76%;
    line-height: 1.1em;
    overflow: visible;
    background: none;
    border-collapse: collapse;
    padding-left: 1em;
    font-size: 95%;
  }
  body.skin--responsive #p-cactions h3 {
    position: absolute;
    top: -9999px;
  }
  body.skin--responsive #p-cactions ul {
    list-style-type: none;
    list-style-image: none;
  }
  body.skin--responsive #p-cactions li {
    display: inline;
    border: 1px solid #aaa;
    border-bottom: 0;
    margin: 0 0.5em 0 0;
    padding: 0 0 1em 0;
    overflow: visible;
    background: #fff;
  }
  body.skin--responsive #p-cactions li.selected {
    border-color: #fabd23;
    font-weight: bold;
  }
  body.skin--responsive #p-cactions li.selected a {
    z-index: 3;
    background-color: #fff;
  }
  body.skin--responsive #p-cactions li a {
    background-color: #fbfbfb;
    color: #002bb8;
    border: 0;
    padding: 0 0.8em 0.3em;
    position: relative;
    z-index: 0;
    margin: 0;
    text-decoration: none;
  }
  body.skin--responsive #p-cactions li a:hover {
    z-index: 3;
    text-decoration: none;
    background-color: #fff;
  }
  body.skin--responsive #p-cactions li.istalk {
    margin-right: 0;
  }
  body.skin--responsive #p-cactions li.istalk a {
    padding-right: 0.5em;
  }
  body.skin--responsive #p-cactions .new a {
    color: #c20;
  }
  body.skin--responsive #p-cactions #ca-addsection a {
    padding-left: 0.4em;
    padding-right: 0.4em;
  }
  body.skin--responsive #p-cactions .pBody {
    font-size: 1em;
    background-color: transparent;
    color: inherit;
    border-collapse: inherit;
    border: 0;
    padding: 0;
  }
  body.skin--responsive li#ca-talk {
    margin-right: 1.6em;
  }
  body.skin--responsive li#ca-watch,
  body.skin--responsive li#ca-unwatch,
  body.skin--responsive li#ca-varlang-0,
  body.skin--responsive li#ca-print {
    margin-left: 1.6em;
  }
  body.skin--responsive #p-cactions li#ca-view,
  body.skin--responsive #p-personal #pt-notifications,
  body.skin--responsive #echo-hack-badges,
  body.skin--responsive #p-cactions-mobile,
  body.skin--responsive #sidebar-mobilejs,
  body.skin--responsive .mobile-close-button,
  body.skin--responsive .menu-toggle,
  body.skin--responsive .menus-cover {
    display: none;
  }
  body.skin--responsive #f-poweredbyico,
  body.skin--responsive #f-copyrightico {
    margin: 0 8px;
    position: relative;
    top: -2px;
    /* Bump it up just a tad */
  }
  body.skin--responsive #f-poweredbyico {
    float: right;
    height: 1%;
  }
  body.skin--responsive #f-copyrightico {
    float: left;
    height: 1%;
  }
}
@media screen and (max-width: 550px) {
  body.skin--responsive {
    /*
** Mobile styles for MonoBook
*/
    /*
** Navigation
*/
    /*
** search
*/
    /*
** site nav, nojs layout
*/
    /*
** fake cactions
*/
    /*
** footer
*/
    /*
** images
*/
    /*
** table of contents
*/
  }
  body.skin--responsive #column-content {
    padding-top: 6em;
  }
  body.skin--responsive .mw-body {
    border-right: 0;
    border-left: 0;
  }
  body.skin--responsive .menu-toggle {
    display: block;
    width: 35px;
    height: 35px;
    background: #fff;
    border: solid 1px #fabd23;
    box-sizing: border-box;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 4;
  }
  body.skin--responsive #sidebar-toggle {
    background-image: url(/w/skins/MonoBook/resources/images/icon-triangle-down.svg?e923f);
    position: absolute;
    top: 5px;
    left: 1em;
  }
  body.skin--responsive #p-personal-toggle {
    background-image: url(/w/skins/MonoBook/resources/images/icon-user.svg?e00d0);
    position: absolute;
    top: 5px;
    right: 1em;
  }
  body.skin--responsive #globalWrapper-toggle {
    background-image: url(/w/skins/MonoBook/resources/images/icon-triangle-up.svg?4dfe6);
    margin: 1em auto;
  }
  body.skin--responsive #p-search {
    position: absolute;
    z-index: 3;
    top: 5px;
    left: 0;
    width: 100%;
    padding: 0 55px;
    box-sizing: border-box;
  }
  body.skin--responsive #p-search h3 {
    display: block;
    position: absolute !important;
    /* stylelint-disable-line declaration-no-important */
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    overflow: hidden;
  }
  body.skin--responsive #searchBody {
    border: solid 1px #fabd23;
    background-color: #fff;
    height: 35px;
    box-sizing: border-box;
  }
  body.skin--responsive #searchform {
    position: relative;
    width: 100%;
    padding: 3px 42px 3px 9px;
    box-sizing: border-box;
  }
  body.skin--responsive #searchInput {
    width: 100%;
    height: 27px;
    border: solid 1px #aaa;
    padding: 0 0.25em;
    box-sizing: border-box;
  }
  body.skin--responsive #searchButton {
    position: absolute;
    box-sizing: border-box;
    top: 1px;
    right: 6px;
    height: 31px;
    width: 35px;
    text-indent: -99999px;
    border: 0;
    background: none;
    background-image: url(/w/skins/MonoBook/resources/images/icon-search.svg?7707b);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  body.skin--responsive #mw-searchButton {
    display: none;
  }
  body.skin--responsive .client-nojs #p-cactions,
  body.skin--responsive .client-nojs #p-personal,
  body.skin--responsive .client-nojs #sidebar .generated-sidebar,
  body.skin--responsive .client-nojs #p-tb,
  body.skin--responsive .client-nojs #p-lang {
    margin: 1em;
    overflow: visible;
  }
  body.skin--responsive .client-nojs #p-cactions .pBody,
  body.skin--responsive .client-nojs #p-personal .pBody,
  body.skin--responsive .client-nojs #sidebar .generated-sidebar .pBody,
  body.skin--responsive .client-nojs #p-tb .pBody,
  body.skin--responsive .client-nojs #p-lang .pBody {
    border: solid 1px #aaa;
    background: #fff;
    padding: 0.5em;
  }
  body.skin--responsive .client-nojs #p-cactions ul,
  body.skin--responsive .client-nojs #p-personal ul,
  body.skin--responsive .client-nojs #sidebar .generated-sidebar ul,
  body.skin--responsive .client-nojs #p-tb ul,
  body.skin--responsive .client-nojs #p-lang ul {
    margin: 0;
  }
  body.skin--responsive .client-nojs #p-cactions li,
  body.skin--responsive .client-nojs #p-personal li,
  body.skin--responsive .client-nojs #sidebar .generated-sidebar li,
  body.skin--responsive .client-nojs #p-tb li,
  body.skin--responsive .client-nojs #p-lang li {
    display: inline-block;
    border-left: solid 1px #aaa;
    padding: 0 0.5em;
    white-space: nowrap;
  }
  body.skin--responsive .client-nojs #p-cactions li:first-child,
  body.skin--responsive .client-nojs #p-personal li:first-child,
  body.skin--responsive .client-nojs #sidebar .generated-sidebar li:first-child,
  body.skin--responsive .client-nojs #p-tb li:first-child,
  body.skin--responsive .client-nojs #p-lang li:first-child {
    border-left: 0;
    padding-left: 0;
  }
  body.skin--responsive .client-nojs #p-cactions li#pt-notifications-alert,
  body.skin--responsive .client-nojs #p-personal li#pt-notifications-alert,
  body.skin--responsive .client-nojs #sidebar .generated-sidebar li#pt-notifications-alert,
  body.skin--responsive .client-nojs #p-tb li#pt-notifications-alert,
  body.skin--responsive .client-nojs #p-lang li#pt-notifications-alert,
  body.skin--responsive .client-nojs #p-cactions li#pt-notifications-notice,
  body.skin--responsive .client-nojs #p-personal li#pt-notifications-notice,
  body.skin--responsive .client-nojs #sidebar .generated-sidebar li#pt-notifications-notice,
  body.skin--responsive .client-nojs #p-tb li#pt-notifications-notice,
  body.skin--responsive .client-nojs #p-lang li#pt-notifications-notice {
    border-left: 0;
  }
  body.skin--responsive .client-nojs #p-cactions li.selected,
  body.skin--responsive .client-nojs #p-personal li.selected,
  body.skin--responsive .client-nojs #sidebar .generated-sidebar li.selected,
  body.skin--responsive .client-nojs #p-tb li.selected,
  body.skin--responsive .client-nojs #p-lang li.selected {
    font-weight: bold;
  }
  body.skin--responsive .client-nojs #p-cactions li.selected a,
  body.skin--responsive .client-nojs #p-personal li.selected a,
  body.skin--responsive .client-nojs #sidebar .generated-sidebar li.selected a,
  body.skin--responsive .client-nojs #p-tb li.selected a,
  body.skin--responsive .client-nojs #p-lang li.selected a {
    color: #000;
  }
  body.skin--responsive .client-nojs #p-cactions h3,
  body.skin--responsive .client-nojs #p-personal h3,
  body.skin--responsive .client-nojs #sidebar .generated-sidebar h3,
  body.skin--responsive .client-nojs #p-tb h3,
  body.skin--responsive .client-nojs #p-lang h3 {
    font-weight: normal;
  }
  body.skin--responsive #p-cactions-mobile {
    position: absolute;
    top: 3.75em;
    left: 0;
    padding: 0 1em;
    width: 100%;
    box-sizing: border-box;
  }
  body.skin--responsive #p-cactions-mobile h3 {
    display: none;
  }
  body.skin--responsive #p-cactions-mobile ul {
    margin: 0;
    list-style: none;
  }
  body.skin--responsive #p-cactions-mobile li {
    display: inline-block;
    border: 1px solid #aaa;
    border-bottom: 0;
    margin-right: 0.5em;
    height: 2.5em;
  }
  body.skin--responsive #p-cactions-mobile li a {
    display: block;
    position: relative;
    width: 1em;
    padding: 0.5em 1em 0.75em;
    background-color: #fbfbfb;
    background-image: url(/w/skins/MonoBook/resources/images/icon-page.svg?f8dc3);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    text-transform: lowercase;
    text-indent: -99999px;
  }
  body.skin--responsive #p-cactions-mobile li#ca-talk-mobile a {
    background-image: url(/w/skins/MonoBook/resources/images/icon-chat.svg?b9528);
  }
  body.skin--responsive #p-cactions-mobile li#ca-more {
    border: 0;
  }
  body.skin--responsive #p-cactions-mobile li#ca-more a {
    background-color: transparent;
    background-image: url(/w/skins/MonoBook/resources/images/icon-triangle-ltr.svg?2a540);
    background-position: 100% 40%;
    text-indent: 0;
    padding-left: 0.5em;
    padding-right: 1.35em;
    width: auto;
  }
  body.skin--responsive #p-cactions-mobile li#ca-languages a {
    background-image: url(/w/skins/MonoBook/resources/images/icon-globe.svg?515c4);
  }
  body.skin--responsive #p-cactions-mobile li#ca-tools a {
    background-image: url(/w/skins/MonoBook/resources/images/icon-tools.svg?837a9);
  }
  body.skin--responsive #p-cactions-mobile li.selected {
    border-color: #fabd23;
    font-weight: bold;
  }
  body.skin--responsive #p-cactions-mobile li.selected a,
  body.skin--responsive #p-cactions-mobile li:hover a {
    z-index: 3;
    background-color: #fff;
    text-decoration: none;
  }
  body.skin--responsive #p-cactions-mobile li#ca-languages,
  body.skin--responsive #p-cactions-mobile li#ca-tools {
    float: right;
    margin-right: 0;
    margin-left: 0.5em;
  }
  body.skin--responsive .mw-footer li {
    margin-left: 0;
  }
  body.skin--responsive #f-poweredbyico,
  body.skin--responsive #f-copyrightico {
    display: inline-block;
    margin: 0 0.5em 1em;
  }
  body.skin--responsive div.thumb {
    float: none;
    margin: 1em auto;
  }
  body.skin--responsive div.tright {
    margin-left: 0;
    padding-left: 0;
  }
  body.skin--responsive div.tleft {
    margin-right: 0;
    padding-right: 0;
  }
  body.skin--responsive .thumbinner {
    width: 100% !important;
    /* stylelint-disable-line declaration-no-important */
    box-sizing: border-box;
  }
  body.skin--responsive .monobook-body {
    overflow: auto;
  }
  body.skin--responsive #toc,
  body.skin--responsive .toc,
  body.skin--responsive .mw-warning {
    width: 100%;
    box-sizing: border-box;
  }
  body.skin--responsive .nomobile {
    display: none;
  }
}
