/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
/*! jQuery UI - v1.11.4 - 2016-01-13
* http://jqueryui.com
* Includes: core.css, autocomplete.css, menu.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #2b2b2b;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(images/ui-icons_444444_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(images/ui-icons_444444_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(images/ui-icons_777777_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(images/ui-icons_555555_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(images/ui-icons_ffffff_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(images/ui-icons_777620_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(images/ui-icons_cc0000_256x240.png);
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	margin: 0px 0 0 0px;
	padding: 5px;
	background: #666666;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
	border-radius: 8px;
}
/*
 * Very simple jQuery Color Picker
 * https://github.com/tkrotoff/jquery-simplecolorpicker
 *
 * Copyright (C) 2012-2013 Tanguy Krotoff <tkrotoff@gmail.com>
 *
 * Licensed under the MIT license
 */

/**
 * Inspired by Bootstrap Twitter.
 * See https://github.com/twbs/bootstrap/blob/master/less/navbar.less
 * See https://github.com/twbs/bootstrap/blob/master/less/dropdowns.less
 */

.simplecolorpicker.picker {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1051; /* Above Bootstrap modal (@zindex-modal = 1050) */
  display: none;
  float: left;

  min-width: 160px;
  max-width: 283px; /* @popover-max-width = 276px + 7 */

  padding: 5px 0 0 5px;
  margin: 2px 0 0;
  list-style: none;
  background-color: #fff; /* @dropdown-bg */

  border: 1px solid #ccc; /* @dropdown-fallback-border */
  border: 1px solid rgba(0, 0, 0, .15); /* @dropdown-border */

  -webkit-border-radius: 4px; /* @border-radius-base */
     -moz-border-radius: 4px;
          border-radius: 4px;

  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
     -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);

  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.simplecolorpicker.inline {
  display: inline-block;
  padding: 2px 0;
}

.simplecolorpicker span {
  margin: 0 5px 5px 0;
}

.simplecolorpicker.icon,
.simplecolorpicker span.color {
  display: inline-block;

  cursor: pointer;
  border: 1px solid #666;
}

.simplecolorpicker.icon:after,
.simplecolorpicker span.color:after {
  content: '\00a0\00a0\00a0\00a0'; /* Spaces */
}

.simplecolorpicker span.color[data-disabled]:hover {
  cursor: not-allowed;
  border: 1px solid transparent;
}

.simplecolorpicker span.color:hover,
.simplecolorpicker span.color[data-selected],
.simplecolorpicker span.color[data-selected]:hover {
  border: 1px solid #222; /* @gray-dark */
}
.simplecolorpicker span.color[data-selected]:after {
  color: #fff;
}

/* Vertical separator, replaces optgroup. */
.simplecolorpicker span.vr {
  border-left: 1px solid #222; /* @gray-dark */
}
.simplecolorpicker.regularfont span.color[data-selected]:after {
  content: '\2714'; /* Ok/check mark */
  padding-left: 3px;
  padding-right: 3px;
}
/*
 * qTip2 - Pretty powerful tooltips - v2.2.1
 * http://qtip2.com
 *
 * Copyright (c) 2014 
 * Released under the MIT licenses
 * http://jquery.org/license
 *
 * Date: Sun Sep 7 2014 11:21 EDT-0400
 * Plugins: tips viewport
 * Styles: core basic
 */
.qtip{
	position: absolute;
	left: -28000px;
	top: -28000px;
	display: none;

	max-width: 400px;
	min-width: 50px;

	font-size: 10.5px;
	line-height: 12px;

	direction: ltr;

	box-shadow: none;
	padding: 0;
}

	.qtip-content{
		position: relative;
		padding: 5px 9px;
		overflow: hidden;

		text-align: left;
		word-wrap: break-word;
	}

	.qtip-titlebar{
		position: relative;
		padding: 5px 35px 5px 10px;
		overflow: hidden;

		border-width: 0 0 1px;
		font-weight: bold;
	}

	.qtip-titlebar + .qtip-content{ border-top-width: 0 !important; }

	/* Default close button class */
	.qtip-close{
		position: absolute;
		right: -9px; top: -9px;
		z-index: 11; /* Overlap .qtip-tip */

		cursor: pointer;
		outline: medium none;

		border: 1px solid transparent;
	}

		.qtip-titlebar .qtip-close{
			right: 4px; top: 50%;
			margin-top: -9px;
		}

		* html .qtip-titlebar .qtip-close{ top: 16px; } /* IE fix */

		.qtip-titlebar .ui-icon,
		.qtip-icon .ui-icon{
			display: block;
			text-indent: -1000em;
			direction: ltr;
		}

		.qtip-icon, .qtip-icon .ui-icon{
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			text-decoration: none;
		}

			.qtip-icon .ui-icon{
				width: 18px;
				height: 14px;

				line-height: 14px;
				text-align: center;
				text-indent: 0;
				font: normal bold 10px/13px Tahoma,sans-serif;

				color: inherit;
				background: transparent none no-repeat -100em -100em;
			}

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
.qtip-focus{}

/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
.qtip-hover{}

/* Default tooltip style */
.qtip-default{
	border: 1px solid #F1D031;

	background-color: #FFFFA3;
	color: #555;
}

	.qtip-default .qtip-titlebar{
		background-color: #FFEF93;
	}

	.qtip-default .qtip-icon{
		border-color: #CCC;
		background: #F1F1F1;
		color: #777;
	}

	.qtip-default .qtip-titlebar .qtip-close{
		border-color: #AAA;
		color: #111;
	}


/*! Light tooltip style */
.qtip-light{
	background-color: white;
	border-color: #E2E2E2;
	color: #454545;
}

	.qtip-light .qtip-titlebar{
		background-color: #f1f1f1;
	}


/*! Dark tooltip style */
.qtip-dark{
	background-color: #505050;
	border-color: #303030;
	color: #f3f3f3;
}

	.qtip-dark .qtip-titlebar{
		background-color: #404040;
	}

	.qtip-dark .qtip-icon{
		border-color: #444;
	}

	.qtip-dark .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/*! Cream tooltip style */
.qtip-cream{
	background-color: #FBF7AA;
	border-color: #F9E98E;
	color: #A27D35;
}

	.qtip-cream .qtip-titlebar{
		background-color: #F0DE7D;
	}

	.qtip-cream .qtip-close .qtip-icon{
		background-position: -82px 0;
	}


/*! Red tooltip style */
.qtip-red{
	background-color: #F78B83 !important;
	border-color: #D95252 !important;
	color: #912323 !important;
}

	.qtip-red .qtip-titlebar{
		background-color: #F06D65 !important;
	}

	.qtip-red .qtip-close .qtip-icon{
		background-position: -102px 0 !important;
	}

	.qtip-red .qtip-icon{
		border-color: #D95252 !important;
	}

	.qtip-red .qtip-titlebar .ui-state-hover{
		border-color: #D95252 !important;
	}


/*! Green tooltip style */
.qtip-green{
	background-color: #CAED9E;
	border-color: #90D93F;
	color: #3F6219;
}

	.qtip-green .qtip-titlebar{
		background-color: #B0DE78;
	}

	.qtip-green .qtip-close .qtip-icon{
		background-position: -42px 0;
	}


/*! Blue tooltip style */
.qtip-blue{
	background-color: #E5F6FE;
	border-color: #ADD9ED;
	color: #5E99BD;
}

	.qtip-blue .qtip-titlebar{
		background-color: #D0E9F5;
	}

	.qtip-blue .qtip-close .qtip-icon{
		background-position: -2px 0;
	}


.qtip .qtip-tip{
	margin: 0 auto;
	overflow: hidden;
	z-index: 10;

}

	/* Opera bug #357 - Incorrect tip position
	https://github.com/Craga89/qTip2/issues/367 */
	x:-o-prefocus, .qtip .qtip-tip{
		visibility: hidden;
	}

	.qtip .qtip-tip,
	.qtip .qtip-tip .qtip-vml,
	.qtip .qtip-tip canvas{
		position: absolute;

		color: #123456;
		background: transparent;
		border: 0 dashed transparent;
	}

	.qtip .qtip-tip canvas{ top: 0; left: 0; }

	.qtip .qtip-tip .qtip-vml{
		behavior: url(#default#VML);
		display: inline-block;
		visibility: visible;
	}
.rickshaw_graph .detail {
	pointer-events: none;
	position: absolute;
	top: 0;
	z-index: 2;
	background: rgba(0, 0, 0, 0.1);
	bottom: 0;
	width: 1px;
	transition: opacity 0.25s linear;
	-moz-transition: opacity 0.25s linear;
	-o-transition: opacity 0.25s linear;
	-webkit-transition: opacity 0.25s linear;
}
.rickshaw_graph .detail.inactive {
	opacity: 0;
}
.rickshaw_graph .detail .item.active {
	opacity: 1;
}
.rickshaw_graph .detail .x_label {
	font-family: Arial, sans-serif;
	border-radius: 3px;
	padding: 6px;
	opacity: 0.5;
	border: 1px solid #e0e0e0;
	font-size: 12px;
	position: absolute;
	background: white;
	white-space: nowrap;
}
.rickshaw_graph .detail .x_label.left {
	left: 0;
}
.rickshaw_graph .detail .x_label.right {
	right: 0;
}
.rickshaw_graph .detail .item {
	position: absolute;
	z-index: 2;
	border-radius: 3px;
	padding: 0.25em;
	font-size: 12px;
	font-family: Arial, sans-serif;
	opacity: 0;
	background: rgba(0, 0, 0, 0.4);
	color: white;
	border: 1px solid rgba(0, 0, 0, 0.4);
	margin-left: 1em;
	margin-right: 1em;
	margin-top: -1em;
	white-space: nowrap;
}
.rickshaw_graph .detail .item.left {
	left: 0;
}
.rickshaw_graph .detail .item.right {
	right: 0;
}
.rickshaw_graph .detail .item.active {
	opacity: 1;
	background: rgba(0, 0, 0, 0.8);
}
.rickshaw_graph .detail .item:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;

	content: "";

	border: 5px solid transparent;
}
.rickshaw_graph .detail .item.left:after {
	top: 1em;
	left: -5px;
	margin-top: -5px;
	border-right-color: rgba(0, 0, 0, 0.8);
	border-left-width: 0;
}
.rickshaw_graph .detail .item.right:after {
	top: 1em;
	right: -5px;
	margin-top: -5px;
	border-left-color: rgba(0, 0, 0, 0.8);
	border-right-width: 0;
}
.rickshaw_graph .detail .dot {
	width: 4px;
	height: 4px;
	margin-left: -3px;
	margin-top: -3.5px;
	border-radius: 5px;
	position: absolute;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	background: white;
	border-width: 2px;
	border-style: solid;
	display: none;
	background-clip: padding-box;
}
.rickshaw_graph .detail .dot.active {
	display: block;
}
/* graph */

.rickshaw_graph {
	position: relative;
}
.rickshaw_graph svg {
	display: block;	
	overflow: hidden;
}

/* ticks */

.rickshaw_graph .x_tick {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 0px;
	border-left: 1px dotted rgba(0, 0, 0, 0.2);
	pointer-events: none;
}
.rickshaw_graph .x_tick .title {
	position: absolute;
	font-size: 12px;
	font-family: Arial, sans-serif;
	opacity: 0.5;
	white-space: nowrap;
	margin-left: 3px;
	bottom: 1px;
}

/* annotations */

.rickshaw_annotation_timeline {
	height: 1px;
	border-top: 1px solid #e0e0e0;
	margin-top: 10px;
	position: relative;
}
.rickshaw_annotation_timeline .annotation {
	position: absolute;
	height: 6px;
	width: 6px;
	margin-left: -2px;
	top: -3px;
	border-radius: 5px;
	background-color: rgba(0, 0, 0, 0.25);
}
.rickshaw_graph .annotation_line {
	position: absolute;
	top: 0;
	bottom: -6px;
	width: 0px;
	border-left: 2px solid rgba(0, 0, 0, 0.3);
	display: none;
}
.rickshaw_graph .annotation_line.active {
	display: block;
}

.rickshaw_graph .annotation_range {
        background: rgba(0, 0, 0, 0.1);
        display: none;
        position: absolute;
        top: 0;
        bottom: -6px;
}
.rickshaw_graph .annotation_range.active {
        display: block;
}
.rickshaw_graph .annotation_range.active.offscreen {
        display: none;
}

.rickshaw_annotation_timeline .annotation .content {
	background: white;
	color: black;
	opacity: 0.9;
	padding: 5px 5px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
	border-radius: 3px;
	position: relative;
	z-index: 20;
	font-size: 12px;
	padding: 6px 8px 8px;
	top: 18px;
	left: -11px;
	width: 160px;
	display: none;
	cursor: pointer;
}
.rickshaw_annotation_timeline .annotation .content:before {
	content: "\25b2";
	position: absolute;
	top: -11px;
	color: white;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.8);
}
.rickshaw_annotation_timeline .annotation.active,
.rickshaw_annotation_timeline .annotation:hover {
	background-color: rgba(0, 0, 0, 0.8);
	cursor: none;
}
.rickshaw_annotation_timeline .annotation .content:hover {
	z-index: 50;
}
.rickshaw_annotation_timeline .annotation.active .content {
	display: block;
}
.rickshaw_annotation_timeline .annotation:hover .content {
	display: block;
	z-index: 50;
}
.rickshaw_graph .y_axis,
.rickshaw_graph  .x_axis_d3 {
	fill: none;
}
.rickshaw_graph .y_ticks .tick line,
.rickshaw_graph .x_ticks_d3 .tick {
	stroke: rgba(0, 0, 0, 0.16);
	stroke-width: 2px;
	shape-rendering: crisp-edges;
	pointer-events: none;
}
.rickshaw_graph .y_grid .tick,
.rickshaw_graph .x_grid_d3 .tick {
	z-index: -1;
	stroke: rgba(0, 0, 0, 0.20);
	stroke-width: 1px;
	stroke-dasharray: 1 1;
}
.rickshaw_graph .y_grid .tick[data-y-value="0"] {
	stroke-dasharray: 1 0;
}
.rickshaw_graph .y_grid path,
.rickshaw_graph .x_grid_d3 path  {
	fill: none;
	stroke: none;
}
.rickshaw_graph .y_ticks path,
.rickshaw_graph .x_ticks_d3 path {
	fill: none;
	stroke: #808080;
}
.rickshaw_graph .y_ticks text,
.rickshaw_graph .x_ticks_d3 text {
	opacity: 0.5;
	font-size: 12px;
	pointer-events: none;
}
.rickshaw_graph .x_tick.glow .title,
.rickshaw_graph .y_ticks.glow text {
	fill: black;
	color: black;
	text-shadow: 
		-1px 1px 0 rgba(255, 255, 255, 0.1),
		1px -1px 0 rgba(255, 255, 255, 0.1),
		1px 1px 0 rgba(255, 255, 255, 0.1),
		0px 1px 0 rgba(255, 255, 255, 0.1),
		0px -1px 0 rgba(255, 255, 255, 0.1),
		1px 0px 0 rgba(255, 255, 255, 0.1),
		-1px 0px 0 rgba(255, 255, 255, 0.1),
		-1px -1px 0 rgba(255, 255, 255, 0.1);
}
.rickshaw_graph .x_tick.inverse .title,
.rickshaw_graph .y_ticks.inverse text {
	fill: white;
	color: white;
	text-shadow: 
		-1px 1px 0 rgba(0, 0, 0, 0.8),
		1px -1px 0 rgba(0, 0, 0, 0.8),
		1px 1px 0 rgba(0, 0, 0, 0.8),
		0px 1px 0 rgba(0, 0, 0, 0.8),
		0px -1px 0 rgba(0, 0, 0, 0.8),
		1px 0px 0 rgba(0, 0, 0, 0.8),
		-1px 0px 0 rgba(0, 0, 0, 0.8),
		-1px -1px 0 rgba(0, 0, 0, 0.8);
}
.rickshaw_legend {
	font-family: Arial;
	font-size: 12px;
	color: white;
	background: #404040;
	display: inline-block;
	padding: 12px 5px; 
	border-radius: 2px;
	position: relative;
}
.rickshaw_legend:hover {
	z-index: 10;
}
.rickshaw_legend .swatch {
	width: 10px;
	height: 10px;
	border: 1px solid rgba(0, 0, 0, 0.2);
}
.rickshaw_legend .line {
	clear: both;
	line-height: 140%;
	padding-right: 15px;
}
.rickshaw_legend .line .swatch {
	display: inline-block;
	margin-right: 3px;
	border-radius: 2px;
}
.rickshaw_legend .label {
	margin: 0;
	white-space: nowrap;
	display: inline;
	font-size: inherit;
	background-color: transparent;
	color: inherit;
	font-weight: normal;
	line-height: normal;
	padding: 0px;
	text-shadow: none;
}
.rickshaw_legend .action:hover {
	opacity: 0.6;
}
.rickshaw_legend .action {
	margin-right: 0.2em;
	font-size: 10px;
	opacity: 0.2;
	cursor: pointer;
	font-size: 14px;
}
.rickshaw_legend .line.disabled {
	opacity: 0.4;
}
.rickshaw_legend ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin: 2px;
	cursor: pointer;
}
.rickshaw_legend li {
	padding: 0 0 0 2px;
	min-width: 80px;
	white-space: nowrap;
}
.rickshaw_legend li:hover {
	background: rgba(255, 255, 255, 0.08);
	border-radius: 3px;
}
.rickshaw_legend li:active {
	background: rgba(255, 255, 255, 0.2);
	border-radius: 3px;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(fonts/fontawesome-webfont.eot);
  src: url(fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(fonts/fontawesome-webfont.woff2) format('woff2'), url(fonts/fontawesome-webfont.woff) format('woff'), url(fonts/fontawesome-webfont.ttf) format('truetype'), url(fonts/fontawesome-webfont.svg#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.ms-parent{display:inline-block;position:relative;vertical-align:middle}.ms-choice{display:block;width:100%;height:26px;padding:0;overflow:hidden;cursor:pointer;border:1px solid #aaa;text-align:left;white-space:nowrap;line-height:26px;color:#444;text-decoration:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#fff}.ms-choice.disabled{background-color:#f4f4f4;background-image:none;border:1px solid #ddd;cursor:default}.ms-choice>span{position:absolute;top:0;left:0;right:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;padding-left:8px}.ms-choice>span.placeholder{color:#999}.ms-choice>div{position:absolute;top:0;right:0;width:20px;height:25px;background:url(images/multiple-select.png) left top no-repeat}.ms-choice>div.open{background:url(images/multiple-select.png) right top no-repeat}.ms-drop{width:100%;overflow:hidden;display:none;margin-top:-1px;padding:0;position:absolute;z-index:1000;background:#fff;color:#000;border:1px solid #aaa;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.ms-drop.bottom{top:100%;-webkit-box-shadow:0 4px 5px rgba(0,0,0,.15);-moz-box-shadow:0 4px 5px rgba(0,0,0,.15);box-shadow:0 4px 5px rgba(0,0,0,.15)}.ms-drop.top{bottom:100%;-webkit-box-shadow:0 -4px 5px rgba(0,0,0,.15);-moz-box-shadow:0 -4px 5px rgba(0,0,0,.15);box-shadow:0 -4px 5px rgba(0,0,0,.15)}.ms-search{display:inline-block;margin:0;min-height:26px;padding:4px;position:relative;white-space:nowrap;width:100%;z-index:10000}.ms-search input{width:100%;height:auto!important;min-height:24px;padding:0 20px 0 5px;margin:0;outline:0;font-family:sans-serif;font-size:1em;border:1px solid #aaa;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;background:#fff url(images/multiple-select.png) no-repeat 100% -22px;background:url(images/multiple-select.png) no-repeat 100% -22px,-webkit-gradient(linear,left bottom,left top,color-stop(.85,#fff),color-stop(.99,#eee));background:url(images/multiple-select.png) no-repeat 100% -22px,-webkit-linear-gradient(center bottom,#fff 85%,#eee 99%);background:url(images/multiple-select.png) no-repeat 100% -22px,-moz-linear-gradient(center bottom,#fff 85%,#eee 99%);background:url(images/multiple-select.png) no-repeat 100% -22px,-o-linear-gradient(bottom,#fff 85%,#eee 99%);background:url(images/multiple-select.png) no-repeat 100% -22px,-ms-linear-gradient(top,#fff 85%,#eee 99%);background:url(images/multiple-select.png) no-repeat 100% -22px,linear-gradient(to bottom,#fff 85%,#eee 99%)}.ms-search,.ms-search input{-webkit-box-sizing:border-box;-khtml-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}.ms-drop ul{overflow:auto;margin:0;padding:5px 8px}.ms-drop ul>li{list-style:none;display:list-item;background-image:none;position:static}.ms-drop ul>li .disabled{opacity:.35;filter:Alpha(Opacity=35)}.ms-drop ul>li.multiple{display:block;float:left}.ms-drop ul>li.group{clear:both}.ms-drop ul>li.multiple label{width:100%;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ms-drop ul>li label{font-weight:400;display:block;white-space:nowrap;cursor:pointer}.ms-drop ul>li label.optgroup{font-weight:700}.ms-drop input[type=checkbox],.ms-drop input[type=radio]{vertical-align:middle;margin:5px}.ms-drop .ms-no-results{display:none}.blocker{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:auto;z-index:1;padding:20px;box-sizing:border-box;background-color:#000;background-color:rgba(0,0,0,0.75);text-align:center}.blocker:before{content:"";display:inline-block;height:100%;vertical-align:middle;margin-right:-0.05em}.blocker.behind{background-color:transparent}.modal{display:none;vertical-align:middle;position:relative;z-index:2;max-width:500px;box-sizing:border-box;width:90%;background:#fff;padding:15px 30px;-webkit-border-radius:8px;-moz-border-radius:8px;-o-border-radius:8px;-ms-border-radius:8px;border-radius:8px;-webkit-box-shadow:0 0 10px #000;-moz-box-shadow:0 0 10px #000;-o-box-shadow:0 0 10px #000;-ms-box-shadow:0 0 10px #000;box-shadow:0 0 10px #000;text-align:left}.modal a.close-modal{position:absolute;top:-12.5px;right:-12.5px;display:block;width:30px;height:30px;text-indent:-9999px;background-size:contain;background-repeat:no-repeat;background-position:center center;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==')}.modal-spinner{display:none;position:fixed;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);padding:12px 16px;border-radius:5px;background-color:#111;height:20px}.modal-spinner>div{border-radius:100px;background-color:#fff;height:20px;width:2px;margin:0 1px;display:inline-block;-webkit-animation:sk-stretchdelay 1.2s infinite ease-in-out;animation:sk-stretchdelay 1.2s infinite ease-in-out}.modal-spinner .rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.modal-spinner .rect3{-webkit-animation-delay:-1.0s;animation-delay:-1.0s}.modal-spinner .rect4{-webkit-animation-delay:-0.9s;animation-delay:-0.9s}@-webkit-keyframes sk-stretchdelay{0%,40%,100%{-webkit-transform:scaleY(0.5)}20%{-webkit-transform:scaleY(1.0)}}@keyframes sk-stretchdelay{0%,40%,100%{transform:scaleY(0.5);-webkit-transform:scaleY(0.5)}20%{transform:scaleY(1.0);-webkit-transform:scaleY(1.0)}}.toast-title{font-weight:700}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}.toast-message a,.toast-message label{color:#FFF}.toast-message a:hover{color:#CCC;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#FFF;-webkit-text-shadow:0 1px 0 #fff;text-shadow:0 1px 0 #fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80);line-height:1}.toast-close-button:focus,.toast-close-button:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}.rtl .toast-close-button{left:-.3em;float:left;right:.3em}button.toast-close-button{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.toast-top-center{top:0;right:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}#toast-container{position:fixed;z-index:999999;pointer-events:none}#toast-container *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}#toast-container>div{position:relative;pointer-events:auto;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-position:15px center;background-repeat:no-repeat;-moz-box-shadow:0 0 12px #999;-webkit-box-shadow:0 0 12px #999;box-shadow:0 0 12px #999;color:#FFF;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80)}#toast-container>div.rtl{direction:rtl;padding:15px 50px 15px 15px;background-position:right 15px center}#toast-container>div:hover{-moz-box-shadow:0 0 12px #000;-webkit-box-shadow:0 0 12px #000;box-shadow:0 0 12px #000;opacity:1;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);cursor:pointer}#toast-container>.toast-info{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important}#toast-container>.toast-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important}#toast-container>.toast-success{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important}#toast-container>.toast-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important}#toast-container.toast-bottom-center>div,#toast-container.toast-top-center>div{width:300px;margin-left:auto;margin-right:auto}#toast-container.toast-bottom-full-width>div,#toast-container.toast-top-full-width>div{width:96%;margin-left:auto;margin-right:auto}.toast{background-color:#030303}.toast-success{background-color:#51A351}.toast-error{background-color:#BD362F}.toast-info{background-color:#2F96B4}.toast-warning{background-color:#F89406}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}@media all and (max-width:240px){#toast-container>div{padding:8px 8px 8px 50px;width:11em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:241px) and (max-width:480px){#toast-container>div{padding:8px 8px 8px 50px;width:18em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:481px) and (max-width:768px){#toast-container>div{padding:15px 15px 15px 50px;width:25em}#toast-container>div.rtl{padding:15px 50px 15px 15px}}.eyebrow,
[data-eyebrow] {
  font-family: "Satoshi", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 12px;
  color: #0E7769;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  display: inline-block;
  margin-bottom: 0.6em;
}
.eyebrow::before,
[data-eyebrow]::before {
  content: "";
  width: 22px;
  height: 1px;
  background: currentColor;
  display: inline-block;
  opacity: 0.7;
}
.eyebrow--ink {
  color: #141210;
}
.eyebrow--accent {
  color: #0E7769;
}
.label-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 12px 5px 10px;
  border-radius: 999px;
  background: #E8F1EE;
  border: 1px solid rgba(14, 119, 105, 0.18);
  color: #0A4F45;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1;
}
.label-pill::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0E7769;
  box-shadow: 0 0 0 3px rgba(14, 119, 105, 0.2);
}
.gradient-wash {
  position: relative;
  isolation: isolate;
}
.gradient-wash::before {
  content: "";
  position: absolute;
  inset: -1px 0 0 0;
  height: 640px;
  z-index: -1;
  pointer-events: none;
  background-image: radial-gradient(1100px 520px at 50% -60px, rgba(14, 119, 105, 0.08), transparent 60%), radial-gradient(520px 320px at 88% 12%, rgba(15, 160, 136, 0.06), transparent 70%), radial-gradient(480px 380px at 10% 18%, rgba(184, 129, 44, 0.1), transparent 70%);
}
.grid-pattern {
  position: relative;
}
.grid-pattern::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: linear-gradient(to right, rgba(20, 18, 16, 0.04) 1px, transparent 1px), linear-gradient(to bottom, rgba(20, 18, 16, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, black, transparent 70%);
  -webkit-mask-image: linear-gradient(to bottom, black, transparent 70%);
  pointer-events: none;
}
.card {
  background: #FFFFFF;
  border: 1px solid #E9E2D2;
  border-radius: 14px;
  box-shadow: 0 1px 1px rgba(20, 18, 16, 0.04);
  transition: border-color 260ms cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 260ms cubic-bezier(0.2, 0.8, 0.2, 1), transform 260ms cubic-bezier(0.2, 0.8, 0.2, 1);
  padding: 24px;
}
.section-head {
  margin-bottom: 1.6em;
}
.section-head .eyebrow,
.section-head .label-pill {
  color: #0E7769;
  margin-bottom: 0.5em;
}
.section-head h2,
.section-head h3 {
  font-family: "Satoshi", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.02;
  color: #141210;
  margin: 0;
}
.coord {
  font-family: "JetBrains Mono", "IBM Plex Mono", "Menlo", Consolas, monospace;
  font-size: 11px;
  letter-spacing: 0.04em;
  color: #9A9285;
  font-variant-numeric: tabular-nums;
  text-transform: uppercase;
}
@keyframes modern-rise {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.atlas-rise {
  opacity: 0;
  animation: modern-rise 520ms cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}
.atlas-rise--d1 {
  animation-delay: 40ms;
}
.atlas-rise--d2 {
  animation-delay: 140ms;
}
.atlas-rise--d3 {
  animation-delay: 240ms;
}
.atlas-rise--d4 {
  animation-delay: 340ms;
}
.atlas-rise--d5 {
  animation-delay: 440ms;
}
.graticule {
  display: none;
}
section.Container > h1 {
  font-size: clamp(38px, 4.2vw, 52px);
  letter-spacing: -0.035em;
  line-height: 1.04;
  margin: 0 0 16px 0;
  color: #141210;
}
section.Container > h1 + p {
  font-size: 18px;
  color: #5C554B;
  max-width: 64ch;
  margin: 0 0 36px 0;
  line-height: 1.55;
  padding-bottom: 28px;
  border-bottom: 1px solid #F0EADC;
}
#DetailsContainer {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
  gap: 48px;
  align-items: start;
  margin-bottom: 32px;
}
#DetailsContainer > div {
  min-width: 0;
}
#DetailsContainer > div > h2 {
  font-size: 28px;
  font-weight: 600;
  color: #141210;
  letter-spacing: -0.02em;
  margin: 32px 0 16px;
}
#DetailsContainer > div > h2:first-child {
  margin-top: 0;
}
@media (max-width: 900px) {
  #DetailsContainer {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
.DetailsBox {
  background: #FFFFFF;
  border: 1px solid #E9E2D2;
  border-radius: 14px;
  box-shadow: 0 1px 1px rgba(20, 18, 16, 0.04);
  transition: border-color 260ms cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 260ms cubic-bezier(0.2, 0.8, 0.2, 1), transform 260ms cubic-bezier(0.2, 0.8, 0.2, 1);
  padding: 22px 24px;
  margin: 0 0 18px;
}
.DetailsBox > h2 {
  font-family: "Satoshi", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #0E7769;
  margin: 0 0 12px 0;
  font-size: 12px;
  text-align: left;
}
.DetailsBox p {
  margin: 0 0 12px 0;
  color: #2B2722;
  font-size: 14px;
}
.DetailsBox p:last-child {
  margin-bottom: 0;
}
.DetailsBox .Button {
  width: 100%;
  justify-content: center;
}
.lw-dropzone {
  background: #F6F3EC;
  border: 1px solid #E9E2D2;
  border-radius: 8px;
  padding: 14px 18px;
  transition: border-color 140ms cubic-bezier(0.2, 0.8, 0.2, 1), background 140ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.lw-dropzone.DragAndDrop {
  background: #F7F2E4;
  border: 2px dashed #D2C8B3;
  padding: 28px;
  text-align: center;
}
.lw-dropzone.Focus {
  border-color: #0E7769;
  background: rgba(14, 119, 105, 0.08);
}
.lw-page-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: end;
  margin: 0 0 36px;
  padding-bottom: 28px;
  border-bottom: 1px solid #F0EADC;
}
.lw-page-header .eyebrow,
.lw-page-header .eyebrow--accent {
  margin-bottom: 14px;
}
.lw-page-header h1 {
  font-size: clamp(38px, 4.2vw, 52px);
  letter-spacing: -0.035em;
  line-height: 1.04;
  margin: 0 0 12px 0;
  color: #141210;
  font-weight: 700;
}
.lw-page-header h1 em {
  font-family: "Instrument Serif", "PP Editorial New", "Source Serif Pro", Georgia, "Times New Roman", serif;
  font-style: italic;
  letter-spacing: -0.02em;
  color: #0E7769;
  font-weight: 400;
  font-size: 1.04em;
}
.lw-page-header-lede {
  font-size: 18px;
  color: #5C554B;
  max-width: 56ch;
  margin: 0;
  line-height: 1.55;
  padding-bottom: 0;
  border-bottom: 0;
}
.lw-page-header-actions {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-self: end;
  flex-wrap: wrap;
  max-width: 100%;
}
@media (max-width: 760px) {
  .lw-page-header {
    grid-template-columns: 1fr;
    gap: 16px;
    align-items: start;
  }
  .lw-page-header-actions {
    justify-self: start;
  }
}
.lw-page-header .GoBackLinkContainer {
  grid-column: 1 / -1;
  margin: 0 0 14px 0;
}
.lw-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 24px;
  padding: 12px 16px;
  margin: 0 0 14px;
  background: #F6F3EC;
  border: 1px solid #F0EADC;
  border-radius: 8px;
  font-size: 14px;
  color: #2B2722;
}
.lw-toolbar label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #5C554B;
  font-weight: 500;
  cursor: pointer;
}
.lw-toolbar .lw-toolbar-search {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  min-width: 220px;
}
.lw-toolbar .lw-toolbar-search span {
  font-family: "Satoshi", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 12px;
  color: #9A9285;
  font-size: 10px;
  white-space: nowrap;
}
.lw-toolbar .lw-toolbar-search input[type="text"] {
  flex: 1;
  padding: 6px 12px;
  margin: 0;
  max-width: none;
  min-width: 180px;
}
.lw-toolbar .lw-toolbar-divider {
  width: 1px;
  height: 18px;
  background: #E9E2D2;
}
.lw-empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 48px 28px;
  background: #F7F2E4;
  border: 1px solid #E9E2D2;
  border-radius: 14px;
  text-align: center;
  color: #2B2722;
}
.lw-empty-state::before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  margin-bottom: 6px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.6) 0 2px, transparent 4px), linear-gradient(155deg, rgba(15, 160, 136, 0.18) 0%, rgba(14, 119, 105, 0.22) 100%);
  border: 1px solid rgba(14, 119, 105, 0.28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}
.lw-empty-state .lw-empty-eyebrow {
  font-family: "Satoshi", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 12px;
  color: #0E7769;
  font-size: 10px;
  margin-bottom: 4px;
}
.lw-empty-state .lw-empty-title {
  font-family: "Satoshi", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #141210;
  margin: 0;
  letter-spacing: -0.02em;
}
.lw-empty-state .lw-empty-body {
  margin: 4px 0 0;
  max-width: 44ch;
  color: #5C554B;
  font-size: 14px;
}
.lw-empty-state .lw-empty-cta {
  margin-top: 18px;
}
table tr td.lw-empty-cell {
  background: transparent;
  padding: 0;
  border: 0;
}
.lw-empty-state.lw-empty-state--inline {
  margin-top: 32px;
  padding: 32px 28px;
}
.lw-empty-state.lw-empty-state--inline .lw-empty-cta {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.lw-empty-state.lw-empty-state--inline .lw-empty-cta select {
  max-width: 22em;
  margin: 0;
}
.lw-empty-state.lw-empty-state--inline .lw-empty-cta .Primary {
  margin: 0;
}
.lw-empty-state.lw-empty-state--inline::before {
  width: 36px;
  height: 36px;
  background: linear-gradient(155deg, rgba(15, 160, 136, 0.14) 0%, rgba(14, 119, 105, 0.18) 100%);
  position: relative;
}
section.Container > .lw-page-header + * {
  margin-top: 0;
}
.lw-workflow {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0;
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
  background: #FFFFFF;
  border: 1px solid #E9E2D2;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 1px rgba(20, 18, 16, 0.04);
}
.lw-workflow .lw-workflow-step {
  flex: 1 1 0;
  min-width: 140px;
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 4px 12px;
  align-items: center;
  padding: 12px 16px;
  font-size: 14px;
  color: #9A9285;
  border-right: 1px solid #F0EADC;
  position: relative;
}
.lw-workflow .lw-workflow-step:last-child {
  border-right: 0;
}
.lw-workflow .lw-workflow-step .lw-workflow-ord {
  grid-row: 1 / span 2;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #F6F3EC;
  color: #9A9285;
  font-family: "Instrument Serif", "PP Editorial New", "Source Serif Pro", Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: 18px;
  line-height: 1;
  border: 1px solid #E9E2D2;
  transition: background 140ms cubic-bezier(0.2, 0.8, 0.2, 1), color 140ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.lw-workflow .lw-workflow-step .lw-workflow-tag {
  font-family: "Satoshi", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 12px;
  color: #9A9285;
  font-size: 9px;
  grid-column: 2;
}
.lw-workflow .lw-workflow-step .lw-workflow-label {
  color: #2B2722;
  font-weight: 500;
  grid-column: 2;
}
.lw-workflow .lw-workflow-step.is-done .lw-workflow-ord {
  background: #E8F1EE;
  color: #0E7769;
  border-color: rgba(14, 119, 105, 0.22);
}
.lw-workflow .lw-workflow-step.is-done .lw-workflow-tag {
  color: #0E7769;
}
.lw-workflow .lw-workflow-step.is-done .lw-workflow-label {
  color: #5C554B;
}
.lw-workflow .lw-workflow-step.is-current {
  background: #E8F1EE;
}
.lw-workflow .lw-workflow-step.is-current .lw-workflow-ord {
  background: radial-gradient(circle at 30% 25%, rgba(248, 245, 236, 0.6) 0 2px, transparent 4px), linear-gradient(145deg, #0FA088 0%, #0E7769 50%, #0A4F45 100%);
  color: #F8F5EC;
  border-color: #0A4F45;
  box-shadow: inset 0 0 0 1px rgba(20, 18, 16, 0.14), inset 0 1px 0 rgba(248, 245, 236, 0.3), 0 4px 12px rgba(14, 119, 105, 0.3);
}
.lw-workflow .lw-workflow-step.is-current .lw-workflow-tag {
  color: #0A4F45;
}
.lw-workflow .lw-workflow-step.is-current .lw-workflow-label {
  color: #07332C;
  font-weight: 600;
}
@media (max-width: 720px) {
  .lw-workflow .lw-workflow-step {
    min-width: 100%;
    border-right: 0;
    border-bottom: 1px solid #F0EADC;
  }
  .lw-workflow .lw-workflow-step:last-child {
    border-bottom: 0;
  }
}
.lw-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.lw-stat .lw-stat-value {
  font-family: "Satoshi", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 38px;
  line-height: 1;
  color: #141210;
  letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums;
}
.lw-stat .lw-stat-value em {
  font-family: "Instrument Serif", "PP Editorial New", "Source Serif Pro", Georgia, "Times New Roman", serif;
  font-style: italic;
  letter-spacing: -0.02em;
  font-weight: 400;
  color: #0E7769;
  font-size: 1.04em;
}
.lw-stat .lw-stat-label {
  font-family: "Satoshi", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 12px;
  font-size: 10px;
  color: #9A9285;
}
.lw-stat-row {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  padding: 18px 22px;
  background: #FFFFFF;
  border: 1px solid #E9E2D2;
  border-radius: 14px;
  box-shadow: 0 1px 1px rgba(20, 18, 16, 0.04);
}
.lw-progress-ring {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
  margin: 8px 0 14px;
}
.lw-progress-ring .ring {
  position: relative;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  border-radius: 50%;
  background: conic-gradient(#0E7769 var(--lw-progress, 0%), #F3F0E8 0);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.lw-progress-ring .ring::before {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid #F0EADC;
}
.lw-progress-ring .ring span {
  position: relative;
  font-family: "Satoshi", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #141210;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.02em;
}
.lw-progress-ring .ring-meta .lw-stat-value-row {
  font-family: "Satoshi", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #141210;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
  line-height: 1.1;
}
.lw-progress-ring .ring-meta .lw-stat-label-row {
  font-family: "Satoshi", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 12px;
  font-size: 10px;
  color: #9A9285;
  margin-top: 2px;
}
.lw-callout {
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 14px;
  font-size: 14px;
  border: 1px solid #E9E2D2;
  background: #E8F1EE;
  color: #2B2722;
}
.lw-callout.is-info {
  background: #E8F1EE;
  border-color: rgba(14, 119, 105, 0.22);
  color: #07332C;
}
.lw-callout.is-warn {
  background: rgba(184, 129, 44, 0.12);
  border-color: rgba(184, 129, 44, 0.28);
  color: #9f7026;
}
.lw-callout.is-error {
  background: rgba(181, 66, 41, 0.1);
  border-color: rgba(181, 66, 41, 0.28);
  color: #a43c25;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  background: #FBFAF6;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  background: #FBFAF6;
  color: #141210;
  font-family: "Satoshi", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  min-height: 100vh;
  letter-spacing: -0.005em;
  background-image: radial-gradient(circle at 18% 4%, rgba(184, 129, 44, 0.06), transparent 34%), radial-gradient(circle at 96% 0%, rgba(14, 119, 105, 0.05), transparent 40%);
  background-attachment: fixed;
}
::selection {
  background: rgba(14, 119, 105, 0.28);
  color: #141210;
}
a {
  color: #0E7769;
  text-decoration: none;
  transition: color 140ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
a:hover {
  color: #0A4F45;
}
a:focus-visible {
  outline: 2px solid #0E7769;
  outline-offset: 3px;
  border-radius: 3px;
}
section.Container p a,
.welcome-notice a,
.welcome-start-note a {
  text-decoration: underline;
  text-decoration-color: rgba(14, 119, 105, 0.4);
  text-underline-offset: 4px;
  text-decoration-thickness: 1.5px;
}
section.Container p a:hover,
.welcome-notice a:hover,
.welcome-start-note a:hover {
  text-decoration-color: #0E7769;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Satoshi", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  color: #141210;
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.02em;
  margin: 0 0 0.6em 0;
}
h1 {
  font-size: clamp(52px, 5.8vw, 72px);
  font-weight: 700;
  letter-spacing: -0.035em;
  margin-bottom: 0.5em;
}
h2 {
  font-size: 38px;
  font-weight: 700;
  letter-spacing: -0.035em;
}
h3 {
  font-size: 28px;
  font-weight: 600;
}
h4 {
  font-size: 22px;
  font-weight: 600;
}
h5 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
}
h6 {
  font-family: "Satoshi", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 12px;
  color: #0E7769;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0.6em;
}
h6::before {
  content: "";
  width: 22px;
  height: 1px;
  background: currentColor;
  display: inline-block;
  opacity: 0.7;
}
p {
  margin: 0 0 1.1em 0;
  max-width: 68ch;
  color: #2B2722;
}
strong {
  font-weight: 600;
  color: #141210;
}
em {
  font-style: italic;
}
mark {
  background: rgba(212, 169, 74, 0.28);
  color: #141210;
  padding: 0.05em 0.3em;
  border-radius: 3px;
}
code,
kbd,
samp {
  font-family: "JetBrains Mono", "IBM Plex Mono", "Menlo", Consolas, monospace;
  font-size: 0.92em;
  color: #0A4F45;
  background: #F3F0E8;
  padding: 0.12em 0.4em;
  border-radius: 3px;
  border: 1px solid #F0EADC;
}
blockquote {
  margin: 1.4em 0;
  padding: 0.4em 0 0.4em 1.2em;
  border-left: 3px solid #0E7769;
  color: #2B2722;
  font-size: 18px;
}
hr {
  border: 0;
  border-top: 1px solid #E9E2D2;
  margin: 2em 0;
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
}
ul,
ol {
  padding-left: 1.4em;
  margin: 0 0 1.2em;
}
li {
  margin-bottom: 0.3em;
  color: #2B2722;
}
.section-head {
  margin: 0 0 36px 0;
  max-width: 720px;
}
.section-head .eyebrow,
.section-head .eyebrow--accent {
  margin-bottom: 14px;
}
.section-head h2 {
  font-size: clamp(28px, 3.2vw, 52px);
  letter-spacing: -0.035em;
  line-height: 1.06;
  color: #141210;
  margin: 0;
}
.section-head p {
  margin-top: 10px;
  color: #5C554B;
  font-size: 18px;
  max-width: 56ch;
}
body > header {
  background: rgba(251, 250, 246, 0.88);
  backdrop-filter: saturate(1.2) blur(10px);
  -webkit-backdrop-filter: saturate(1.2) blur(10px);
  border-bottom: 1px solid #E9E2D2;
  min-height: 68px;
  position: sticky;
  top: 0;
  z-index: 50;
}
.MastheadInner {
  width: 1200px;
  max-width: calc(100% - (40px * 2));
  margin: 0 auto;
  padding: 14px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 900px) {
  .MastheadInner {
    flex-wrap: wrap;
    row-gap: 8px;
    padding: 12px 0;
  }
}
.Wordmark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 0;
  color: #141210;
  transition: opacity 140ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.Wordmark:hover {
  opacity: 0.82;
  color: #141210;
}
.Wordmark::before {
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 7px;
  background: radial-gradient(circle at 70% 30%, rgba(248, 245, 236, 0.8) 0 2px, transparent 3px), linear-gradient(145deg, #0FA088 0%, #0E7769 45%, #0A4F45 100%);
  box-shadow: inset 0 0 0 1px rgba(20, 18, 16, 0.1), 0 2px 5px rgba(14, 119, 105, 0.32);
  position: relative;
}
.Wordmark .Wordmark-primary {
  font-family: "Satoshi", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.02em;
  line-height: 1;
  color: #141210;
}
.Wordmark .Wordmark-dot {
  color: #0E7769;
  font-weight: 700;
  margin: 0 1px;
}
.Wordmark .Wordmark-sub {
  display: block;
  font-family: "Satoshi", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 12px;
  font-size: 10px;
  color: #9A9285;
  letter-spacing: 0.18em;
  margin-top: 3px;
  line-height: 1;
}
.MastheadActions {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-left: auto;
  flex-shrink: 0;
}
.MastheadActions-link {
  color: #5C554B;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.005em;
  transition: color 140ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.MastheadActions-link:hover {
  color: #0E7769;
}
.MastheadActions-user {
  font-size: 14px;
  color: #2B2722;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.MastheadActions-user a {
  color: #5C554B;
  font-weight: 500;
  transition: color 140ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.MastheadActions-user a:hover {
  color: #0E7769;
}
.MastheadActions-anon {
  display: inline-flex;
  align-items: center;
}
.MastheadActions-anon a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 18px;
  background: #0E7769;
  color: #F8F5EC;
  font-family: "Satoshi", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.005em;
  border: 1px solid #0A4F45;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(20, 18, 16, 0.06), 0 1px 1px rgba(20, 18, 16, 0.03), inset 0 1px 0 rgba(248, 245, 236, 0.25);
  text-decoration: none;
  transition: background 140ms cubic-bezier(0.2, 0.8, 0.2, 1), border-color 140ms cubic-bezier(0.2, 0.8, 0.2, 1), transform 140ms cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 140ms cubic-bezier(0.2, 0.8, 0.2, 1), color 140ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.MastheadActions-anon a::after {
  content: "→";
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  transform: translateY(-1px);
  transition: transform 140ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.MastheadActions-anon a:hover {
  background: #0FA088;
  border-color: #0E7769;
  color: #F8F5EC;
  box-shadow: 0 6px 16px rgba(20, 18, 16, 0.06), 0 2px 4px rgba(20, 18, 16, 0.04), inset 0 1px 0 rgba(248, 245, 236, 0.25);
}
.MastheadActions-anon a:hover::after {
  transform: translate(2px, -1px);
}
.MastheadActions-anon a:active {
  background: #0A4F45;
  transform: translateY(1px);
}
.MastheadActions-anon a:focus-visible {
  box-shadow: 0 0 0 4px rgba(14, 119, 105, 0.22);
  border-color: #0E7769;
  outline: none;
}
.MastheadActions-anon script {
  display: none !important;
}
#ContentContainer {
  background: transparent;
  position: relative;
}
#ContentContainer > div {
  background: transparent;
  border: 0;
  margin: 0 auto;
  min-height: calc(100vh - 360px);
  width: 100%;
  max-width: 100%;
}
#ContentContainer section.Container {
  width: 1200px;
  max-width: calc(100% - (40px * 2));
  margin: 0 auto;
  padding: 36px 0 120px;
}
.Container::after {
  content: "";
  display: table;
  clear: both;
}
#ActionBar {
  display: none;
}
#UserStatus {
  line-height: 1.4;
  color: #5C554B;
  font-size: 14px;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
}
#FooterContainer {
  background: #FFFFFF;
  color: #2B2722;
  margin: 0;
  width: 100%;
  border-top: 1px solid #E9E2D2;
  background-image: linear-gradient(to bottom, rgba(14, 119, 105, 0.015), transparent 140px), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' fill='none' stroke='%230E7769' stroke-opacity='0.08' stroke-width='0.6'><path d='M0 80 Q 200 40 400 60 T 800 40 T 1200 70'/><path d='M0 100 Q 200 60 400 80 T 800 60 T 1200 90'/><path d='M0 60 Q 200 20 400 40 T 800 20 T 1200 50'/></svg>");
  background-repeat: no-repeat;
  background-position: top center, top center;
  background-size: auto, 100% 120px;
}
footer {
  background: transparent;
  color: #2B2722;
  padding: 64px 0 40px;
  width: 1200px;
  max-width: calc(100% - (40px * 2));
  margin: 0 auto;
  overflow: visible;
  display: grid;
  grid-template-columns: 1.1fr 1fr 1.2fr;
  gap: 56px;
  border: 0;
}
footer > div {
  display: block;
  margin: 0;
  width: auto;
  vertical-align: top;
}
footer > div:nth-child(2),
footer > div:nth-child(3) {
  width: auto;
}
footer > div > div:nth-child(1) {
  font-family: "Satoshi", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #0E7769;
  padding: 0;
  margin-bottom: 16px;
  font-size: 12px;
}
footer > div > div:nth-child(1)::before {
  content: "";
  width: 22px;
  height: 1px;
  background: currentColor;
  display: inline-block;
  opacity: 0.7;
}
footer > div > div:nth-child(1)::before {
  background: #0E7769;
  opacity: 0.55;
}
footer > div > div:nth-child(2) {
  padding: 0;
}
footer > div > div:nth-child(2) > div {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.6;
}
footer a {
  color: #2B2722;
  transition: color 140ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
footer a:hover {
  color: #0E7769;
}
footer img {
  border: 0;
  vertical-align: middle;
  opacity: 0.72;
  transition: opacity 140ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
footer img:hover {
  opacity: 1;
}
footer .fa-stack {
  border: 0;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  margin-right: 8px;
  font-size: 18px;
  line-height: 22px;
}
footer i.fa-facebook-square,
footer i.fa-twitter-square,
footer i.fa-envelope-square {
  font-size: 18px;
  color: #5C554B;
  transition: color 140ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
footer .fa-stack:hover i {
  color: #0E7769;
}
footer i.fa-square {
  display: none;
}
footer .about-stack {
  width: 18px;
  height: 18px;
}
footer i.fa-info-circle {
  font-size: 16px;
  color: #5C554B;
}
footer #FundedBy,
footer #About {
  width: auto;
  border: 0;
  margin: 0;
}
footer #FundedBy {
  font-size: 12px;
  color: #5C554B;
}
footer #FundedBy img {
  width: 6.5em;
  vertical-align: middle;
  margin: 0 0 0 16px;
}
footer #About {
  text-align: right;
  font-size: 12px;
}
footer #About a {
  font-weight: 500;
  color: #5C554B;
}
footer #About a:hover {
  color: #0E7769;
}
footer > div:last-child {
  grid-column: 1 / -1;
  border-top: 1px solid #E9E2D2;
  margin-top: 32px;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: auto;
  color: #5C554B;
}
footer #ProjectMembers > div:nth-child(2) {
  text-align: left;
}
footer #ProjectMembers > div:nth-child(2) img {
  margin: 0 16px 0 0;
  vertical-align: middle;
}
footer #Languages > div:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 0;
}
footer #Languages > div:nth-child(2) > div {
  display: contents;
}
footer #Languages > div:nth-child(2) a {
  display: inline-block;
  padding: 5px 11px;
  border-radius: 999px;
  background: #F3F0E8;
  color: #5C554B;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background 140ms cubic-bezier(0.2, 0.8, 0.2, 1), color 140ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
footer #Languages > div:nth-child(2) a:hover {
  background: #E8F1EE;
  color: #0A4F45;
}
footer #Languages > div:nth-child(2) a.Active {
  background: #0E7769;
  color: #F8F5EC;
}
footer #Languages > div:nth-child(2) a.Active:hover {
  background: #0A4F45;
  color: #F8F5EC;
}
footer #Languages > div:nth-child(2) span {
  display: none;
}
footer div.language-flag,
footer span.flag {
  display: none !important;
}
a.ImageLink {
  background: #141210;
  display: inline-block;
  padding: 0;
  border-radius: 8px;
}
a.ImageLink img {
  display: block;
  border-radius: 8px;
  transition: opacity 260ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
a.ImageLink img:hover {
  opacity: 0.88;
}
a.Login {
  margin-top: 1.4em;
  margin-right: 2em;
}
a.ImageLink img.Login {
  width: 220px;
}
.GoBackLinkContainer {
  margin-bottom: 1.8em;
}
.GoBackLinkContainer a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #5C554B;
  padding: 0;
  background: none;
  font-size: 14px;
  font-weight: 500;
  transition: color 140ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.GoBackLinkContainer a::before {
  content: "←";
  font-weight: 400;
  color: #5C554B;
  transition: transform 140ms cubic-bezier(0.2, 0.8, 0.2, 1), color 140ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.GoBackLinkContainer a:hover {
  color: #0E7769;
  background: none;
}
.GoBackLinkContainer a:hover::before {
  color: #0E7769;
  transform: translateX(-3px);
}
.qtip {
  font-size: 14px;
  font-family: "Satoshi", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}
.qtip-default {
  background: #141210;
  border: 1px solid #141210;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1.5;
  max-width: 40em;
  min-width: 20em;
  box-shadow: 0 18px 40px rgba(20, 18, 16, 0.1), 0 6px 14px rgba(20, 18, 16, 0.05);
  border-radius: 8px;
}
.ErrorHandling {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 32px;
  align-items: center;
  padding: 48px 0;
}
.ErrorHandling > span {
  color: #0E7769;
  display: block;
  font-family: "Instrument Serif", "PP Editorial New", "Source Serif Pro", Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: 220px;
  font-weight: 400;
  line-height: 0.85;
  letter-spacing: -0.05em;
}
.ErrorHandling > div {
  display: block;
  padding-left: 0;
}
.ErrorHandling > div > p:first-child {
  font-family: "Satoshi", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #141210;
  margin-bottom: 0.4em;
}
#beta-notice {
  margin: 20px 0 32px;
  border: 1px solid #E9E2D2;
  border-left: 3px solid #0E7769;
  background: #FFFFFF;
  color: #141210;
  padding: 14px 18px;
  font-size: 14px;
  border-radius: 8px;
  box-shadow: 0 1px 1px rgba(20, 18, 16, 0.04);
}
#beta-notice strong {
  color: #0A4F45;
  font-weight: 600;
  display: inline-block;
  margin-right: 8px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}
#ContactButtonsBar {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 14px;
  width: 44px;
  z-index: 40;
}
#ContactButtonsBar .ContactButtonLink {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  margin-bottom: 10px;
  text-align: center;
  line-height: 1;
  font-size: 18px;
  background: #FFFFFF;
  color: #5C554B;
  border: 1px solid #E9E2D2;
  box-shadow: 0 1px 2px rgba(20, 18, 16, 0.06), 0 1px 1px rgba(20, 18, 16, 0.03);
  border-radius: 999px;
  position: relative;
  left: 0;
  transition: background 140ms cubic-bezier(0.2, 0.8, 0.2, 1), color 140ms cubic-bezier(0.2, 0.8, 0.2, 1), transform 140ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
#ContactButtonsBar .ContactButtonLink:hover,
#ContactButtonsBar .ContactButtonLink:focus,
#ContactButtonsBar .ContactButtonLink:active {
  background: #0E7769;
  color: #F8F5EC;
  transform: translateX(4px);
  padding: 0;
  width: 44px;
}
.cookieconsent,
#CookieConsent {
  font-family: "Satoshi", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 14px;
  background: #141210 !important;
  color: #FFFFFF !important;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.cookieconsent a,
#CookieConsent a {
  color: #0FA088 !important;
}
.status-message {
  font-family: "Satoshi", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 12px;
  color: #5C554B;
}
.clear {
  clear: both;
}
form {
  margin: 0 0 2em 0;
}
fieldset {
  margin: 0 0 2em 0;
  width: 100%;
  max-width: 560px;
  padding: 24px 28px 28px;
  border: 1px solid #E9E2D2;
  background: #FFFFFF;
  border-radius: 14px;
  box-shadow: 0 1px 1px rgba(20, 18, 16, 0.04);
}
fieldset legend {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #5C554B;
  padding: 0 8px;
  margin-left: -2px;
  background: #FFFFFF;
}
form label {
  display: block;
  margin: 0 0 6px 0;
  width: auto;
  color: #141210;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.005em;
}
form label:after {
  content: "";
}
textarea,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="search"],
input[type="url"],
input[type="tel"],
input[type="date"],
input[type="time"] {
  font-family: "Satoshi", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #141210;
  background: #FFFFFF;
  border: 1px solid #D2C8B3;
  padding: 9px 12px;
  width: 100%;
  max-width: 28em;
  line-height: 1.4;
  transition: border-color 140ms cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 140ms cubic-bezier(0.2, 0.8, 0.2, 1), background 140ms cubic-bezier(0.2, 0.8, 0.2, 1);
  border-radius: 8px;
  box-shadow: 0 1px 1px rgba(20, 18, 16, 0.04);
}
textarea::placeholder,
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="password"]::placeholder,
input[type="number"]::placeholder,
input[type="search"]::placeholder,
input[type="url"]::placeholder,
input[type="tel"]::placeholder,
input[type="date"]::placeholder,
input[type="time"]::placeholder {
  color: #C8BFAE;
}
textarea {
  vertical-align: top;
  min-height: 7em;
  resize: vertical;
}
select {
  font-family: "Satoshi", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #141210;
  background-color: #FFFFFF;
  border: 1px solid #D2C8B3;
  padding: 9px 36px 9px 12px;
  line-height: 1.4;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'><path fill='none' stroke='%234B5563' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' d='M1.5 1.5 L6 6 L10.5 1.5'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 10px 6px;
  border-radius: 8px;
  max-width: 28em;
  width: 100%;
  box-shadow: 0 1px 1px rgba(20, 18, 16, 0.04);
  transition: border-color 140ms cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 140ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
textarea:focus,
select:focus {
  box-shadow: 0 0 0 4px rgba(14, 119, 105, 0.22);
  border-color: #0E7769;
  background-color: #FFFFFF !important;
  color: #141210 !important;
  outline: none;
}
input[type="checkbox"],
input[type="radio"] {
  appearance: none;
  width: 16px;
  height: 16px;
  border: 1.5px solid #D2C8B3;
  background: #FFFFFF;
  vertical-align: middle;
  margin: 0 8px 0 0;
  cursor: pointer;
  position: relative;
  transition: border-color 140ms cubic-bezier(0.2, 0.8, 0.2, 1), background 140ms cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 140ms cubic-bezier(0.2, 0.8, 0.2, 1);
  border-radius: 3px;
}
input[type="radio"] {
  border-radius: 50%;
}
input[type="checkbox"]:hover,
input[type="radio"]:hover {
  border-color: #0E7769;
}
input[type="checkbox"]:focus-visible,
input[type="radio"]:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(14, 119, 105, 0.22);
  border-color: #0E7769;
}
input[type="checkbox"]:checked,
input[type="radio"]:checked {
  border-color: #0E7769;
  background: #0E7769;
}
input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 0;
  width: 5px;
  height: 9px;
  border: solid #F8F5EC;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: #F8F5EC;
}
input[type="submit"],
button,
.Button {
  font-family: "Satoshi", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.005em;
  color: #141210;
  background: #FFFFFF;
  border: 1px solid #D2C8B3;
  box-shadow: 0 1px 1px rgba(20, 18, 16, 0.04);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  line-height: 1.2;
  min-width: 0;
  padding: 9px 16px;
  text-align: center;
  cursor: pointer;
  border-radius: 8px;
  transition: background 140ms cubic-bezier(0.2, 0.8, 0.2, 1), border-color 140ms cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 140ms cubic-bezier(0.2, 0.8, 0.2, 1), transform 140ms cubic-bezier(0.2, 0.8, 0.2, 1), color 140ms cubic-bezier(0.2, 0.8, 0.2, 1);
  text-decoration: none;
}
.Button.Inline {
  padding: 6px 12px;
  font-size: 12px;
}
input[type="submit"]:hover,
button:hover,
.Button:hover {
  background: #F6F3EC;
  border-color: #D2C8B3;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(20, 18, 16, 0.06), 0 1px 1px rgba(20, 18, 16, 0.03);
  color: #141210;
}
input[type="submit"]:active,
button:active,
.Button:active {
  transform: translateY(1px);
  box-shadow: 0 1px 1px rgba(20, 18, 16, 0.04);
}
input[type="submit"]:focus-visible,
button:focus-visible,
.Button:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(14, 119, 105, 0.22);
  border-color: #0E7769;
}
input[disabled],
button[disabled],
.Button[disabled],
input[disabled]:hover,
button[disabled]:hover,
.Button[disabled]:hover {
  background: #F6F3EC;
  border-color: #E9E2D2;
  color: #C8BFAE;
  cursor: default !important;
  box-shadow: none;
  transform: none;
}
textarea[disabled],
input[disabled],
button[disabled],
.Button[disabled] {
  cursor: default !important;
}
input[type="submit"].Primary,
button.Primary,
.Button.Primary {
  background: #0E7769;
  border: 1px solid #0A4F45;
  color: #F8F5EC;
  box-shadow: 0 1px 2px rgba(20, 18, 16, 0.06), 0 1px 1px rgba(20, 18, 16, 0.03), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
input[type="submit"].Primary:hover,
button.Primary:hover,
.Button.Primary:hover {
  background: #0FA088;
  border-color: #0E7769;
  color: #F8F5EC;
  box-shadow: 0 6px 16px rgba(20, 18, 16, 0.06), 0 2px 4px rgba(20, 18, 16, 0.04), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
input[type="submit"].Primary:active,
button.Primary:active,
.Button.Primary:active {
  background: #0A4F45;
  transform: translateY(1px);
}
input[type="submit"].Delete,
button.Delete,
.Button.Delete {
  background: #FFFFFF;
  border: 1px solid rgba(181, 66, 41, 0.3);
  color: #B54229;
}
input[type="submit"].Delete:hover,
button.Delete:hover,
.Button.Delete:hover {
  background: rgba(181, 66, 41, 0.1);
  border-color: #B54229;
  color: #B54229;
}
.FormRow {
  margin: 0 0 18px 0;
  position: relative;
}
.FormRow label {
  display: block;
  margin-bottom: 6px;
}
progress {
  appearance: none;
  width: 100%;
  max-width: 28em;
  height: 6px;
  background: #F6F3EC;
  border: 0;
  border-radius: 999px;
  color: #0E7769;
  overflow: hidden;
}
progress::-webkit-progress-bar {
  background: #F6F3EC;
  border: 0;
  border-radius: 999px;
}
progress::-moz-progress-bar {
  background: #0E7769;
  border-radius: 999px;
}
progress::-webkit-progress-value {
  background: #0E7769;
  border-radius: 999px;
}
.EnumDescriptionWrapper {
  width: 100%;
  max-width: 36em;
  background: #E8F1EE;
  border: 1px solid rgba(14, 119, 105, 0.2);
  border-radius: 8px;
  padding: 12px 16px;
  margin: 8px 0 14px;
}
.EnumDescriptionWrapper label {
  font-weight: 600;
  color: #0A4F45;
  margin-bottom: 4px;
  font-size: 14px;
}
.EnumDescriptionWrapper div {
  margin-left: 0;
  font-style: normal;
  text-align: left;
  font-size: 14px;
  color: #2B2722;
  line-height: 1.55;
}
nav,
nav.MastheadNav {
  background: transparent;
  border: 0;
  box-shadow: none;
  position: relative;
  font-family: "Satoshi", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 14px;
  z-index: 10;
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  justify-content: center;
}
nav a {
  color: #2B2722;
  display: block;
  transition: color 140ms cubic-bezier(0.2, 0.8, 0.2, 1), background 140ms cubic-bezier(0.2, 0.8, 0.2, 1);
  border-radius: 8px;
}
nav a:hover {
  background: transparent;
  color: #0E7769;
}
nav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 4px;
  flex-wrap: nowrap;
}
@media (max-width: 900px) {
  nav,
  nav.MastheadNav {
    order: 3;
    flex-basis: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
nav > ul > li {
  display: inline-block;
  position: relative;
  list-style: none;
}
nav > ul > li > a {
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.005em;
  border-radius: 8px;
  transition: background 140ms cubic-bezier(0.2, 0.8, 0.2, 1), color 140ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
nav > ul > li > a:hover {
  background: #F6F3EC;
  color: #141210;
}
nav > ul > li > a.Active,
nav > ul > li.Active > a {
  color: #0A4F45;
  background: #E8F1EE;
}
nav > ul > li > a > div {
  font-size: 14px;
  letter-spacing: -0.005em;
  text-transform: none;
}
nav > ul > li > a > div:nth-child(2) {
  display: none;
}
nav > ul > li > ul {
  background: #FFFFFF;
  border: 1px solid #E9E2D2;
  box-shadow: 0 18px 40px rgba(20, 18, 16, 0.1), 0 6px 14px rgba(20, 18, 16, 0.05);
  display: none;
  font-size: 14px;
  left: 0;
  top: calc(100% + 6px);
  margin: 0;
  padding: 6px;
  position: absolute;
  width: max-content;
  min-width: 220px;
  list-style: none;
  z-index: 100;
  border-radius: 14px;
}
nav > ul > li:hover > ul {
  z-index: 100;
  display: block !important;
}
nav > ul > li > ul > li {
  display: list-item;
  list-style: none;
  text-align: left;
  margin: 0;
}
nav > ul > li > ul > li > a {
  padding: 8px 12px;
  color: #2B2722;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  transition: background 140ms cubic-bezier(0.2, 0.8, 0.2, 1), color 140ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
nav > ul > li > ul > li > a:hover {
  background: #E8F1EE;
  color: #0A4F45;
}
nav > ul > li > ul > li:last-child > a {
  border: 0;
}
nav.Sticky {
  opacity: 1;
  z-index: 100000;
}
#NotificationArea {
  margin-left: 8px;
  display: inline-flex;
  align-items: center;
  font-size: 0;
  line-height: 0;
  position: relative;
}
#NotificationArea > img {
  cursor: pointer;
  border: 0 none;
  width: 18px;
  height: 18px;
  opacity: 0.7;
  transition: opacity 140ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
#NotificationArea img:hover {
  opacity: 1;
}
#NotificationsBadge {
  background: #0E7769;
  border: 2px solid #FBFAF6;
  border-radius: 999px;
  color: #F8F5EC;
  font-family: "Satoshi", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  min-width: 18px;
  padding: 2px 5px;
  position: absolute;
  right: -10px;
  text-align: center;
  top: -8px;
}
#NotificationsTooltip {
  display: none;
}
#NotificationsTooltipInner {
  height: auto;
  margin-right: 0;
  max-height: 280px;
  overflow: auto;
  background: #FFFFFF;
  border-radius: 14px;
}
#TooltipTemplate > div {
  border-bottom: 1px solid #F0EADC;
  padding: 12px 16px;
  transition: background 140ms cubic-bezier(0.2, 0.8, 0.2, 1);
  position: relative;
}
#TooltipTemplate > div:hover {
  background: #F6F3EC;
}
#TooltipTemplate > div:last-child {
  border: none;
}
#TooltipTemplate > div > div:nth-child(1) {
  font-family: "Satoshi", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #141210;
  margin-bottom: 4px;
  line-height: 1.45;
}
#TooltipTemplate > div > div:nth-child(2) {
  color: #9A9285;
  font-size: 12px;
  text-align: right;
}
#TooltipTemplate .Unread {
  background: rgba(14, 119, 105, 0.04);
}
#TooltipTemplate .Unread::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 18px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0E7769;
}
#TooltipTemplate .Unread > div:nth-child(1) {
  color: #141210;
  font-weight: 600;
  padding-left: 12px;
}
#TooltipTemplate .Unread > div:nth-child(2) {
  color: #0E7769;
}
.qtip-notification {
  background: #141210;
  border: 1px solid #141210;
  color: #FFFFFF;
  font-family: "Satoshi", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  box-shadow: 0 32px 72px rgba(20, 18, 16, 0.14), 0 12px 28px rgba(20, 18, 16, 0.06);
  border-radius: 14px;
}
.qtip-notification .qtip-content {
  padding: 10px 14px;
}
table {
  border-collapse: collapse;
  margin: 1.2em 0 2em;
  width: 100%;
  font-size: 14px;
  color: #141210;
  background: #FFFFFF;
  border: 1px solid #E9E2D2;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 1px 1px rgba(20, 18, 16, 0.04);
}
thead > tr {
  background: #F6F3EC;
  border-bottom: 1px solid #E9E2D2;
}
thead > tr > th,
tfoot > tr > td {
  padding: 10px 14px;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #5C554B;
  text-align: left;
  vertical-align: middle;
}
thead > tr > th > span {
  display: inline-block;
  width: 1em;
  color: #9A9285;
}
tbody > tr {
  border-bottom: 1px solid #F0EADC;
  background: transparent;
  transition: background 140ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
tbody > tr:hover {
  background: #F6F3EC;
}
tbody > tr:last-child {
  border-bottom: 0;
}
tbody > tr:last-child td {
  padding: 12px 14px;
}
tfoot > tr {
  border-top: 1px solid #E9E2D2;
  background: #F6F3EC;
}
tbody > tr a {
  color: #0E7769;
  font-weight: 500;
}
tbody > tr a:hover {
  color: #0A4F45;
  text-decoration: underline;
  text-underline-offset: 3px;
}
tfoot td {
  text-align: left;
  color: #5C554B;
  font-family: "Satoshi", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
tfoot input,
tfoot select {
  color: #141210;
  font-family: "Satoshi", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 12px;
  border: 1px solid #E9E2D2;
  padding: 4px 8px;
  background: #FFFFFF;
  border-radius: 5px;
}
tfoot .PageIndex {
  width: 3.5em;
  text-align: right;
  font-variant-numeric: tabular-nums;
}
td,
th {
  padding: 12px 14px;
  vertical-align: middle;
}
table .Clickable,
table .Clickable * {
  cursor: pointer;
}
table .Clickable:hover {
  color: #0E7769;
}
.DataTableContainer {
  font-size: 14px;
  width: 100%;
  position: relative;
}
.DataTableContainer table {
  width: 100%;
}
.DataTableContainer .NoWrap {
  white-space: nowrap;
}
.DataTableContainer .Loading {
  display: table;
  position: relative;
  width: 100%;
}
.DataTableContainer .LoadingInner {
  background: rgba(255, 255, 255, 0.8) url("/images/loading.gif") no-repeat center;
  background-size: 36px 36px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
  border-radius: 14px;
}
#LogDataTableContainer thead tr,
#LogDataTableContainer tfoot tr {
  background: #F6F3EC;
}
#LogDataTableContainer tbody tr td:first-child {
  position: relative;
  padding-left: 18px;
}
#LogDataTableContainer tbody tr td:first-child::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #C8BFAE;
}
#LogDataTableContainer .Trace td:first-child::before {
  background: #9A9285;
}
#LogDataTableContainer .Debug td:first-child::before {
  background: #5C554B;
}
#LogDataTableContainer .Info td:first-child::before {
  background: #0E7769;
}
#LogDataTableContainer .Warn td:first-child::before {
  background: #B8812C;
}
#LogDataTableContainer .Error td:first-child::before,
#LogDataTableContainer .Fatal td:first-child::before {
  background: #B54229;
}
#LogDataTableContainer .Trace,
#LogDataTableContainer .Debug,
#LogDataTableContainer .Info,
#LogDataTableContainer .Warn,
#LogDataTableContainer .Error,
#LogDataTableContainer .Fatal {
  background: transparent;
  color: #141210;
}
#LogDataTableContainer td.Details {
  text-align: center;
}
#LogDataTableContainer td.Details img {
  border: none;
  width: 16px;
  opacity: 0.6;
  transition: opacity 140ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
#LogDataTableContainer td.Details img:hover {
  opacity: 1;
}
.field-validation-base {
  display: inline-block !important;
  font-size: 0;
  height: 16px;
  margin-top: 2px;
  vertical-align: top;
  width: 16px;
  line-height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}
.field-validation-error {
  display: inline-block !important;
  font-size: 0;
  height: 16px;
  margin-top: 2px;
  vertical-align: top;
  width: 16px;
  line-height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><circle cx='8' cy='8' r='7' fill='%23EF4444'/><path d='M5 5 L11 11 M11 5 L5 11' stroke='white' stroke-width='1.5' stroke-linecap='round'/></svg>");
}
.field-validation-error span {
  display: none !important;
}
.field-validation-valid {
  display: inline-block !important;
  font-size: 0;
  height: 16px;
  margin-top: 2px;
  vertical-align: top;
  width: 16px;
  line-height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  visibility: hidden;
}
.field-validation-success {
  display: inline-block !important;
  font-size: 0;
  height: 16px;
  margin-top: 2px;
  vertical-align: top;
  width: 16px;
  line-height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><circle cx='8' cy='8' r='7' fill='%2310B981'/><path d='M4 8 L7 11 L12 5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/></svg>");
}
.input-validation-error {
  background: rgba(181, 66, 41, 0.1) !important;
  border-color: #B54229 !important;
  box-shadow: 0 0 0 3px rgba(181, 66, 41, 0.14) !important;
}
#MessagesContainer {
  margin-top: 2em;
}
#InformationMessageContainer,
#SuccessMessageContainer,
#ErrorMessageContainer {
  margin: 0 0 14px;
  padding: 12px 16px 12px 46px;
  background: #FFFFFF;
  border: 1px solid #E9E2D2;
  color: #141210;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  border-radius: 14px;
  box-shadow: 0 1px 1px rgba(20, 18, 16, 0.04);
}
#InformationMessageContainer::before,
#SuccessMessageContainer::before,
#ErrorMessageContainer::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 14px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
}
#InformationMessageContainer strong,
#SuccessMessageContainer strong,
#ErrorMessageContainer strong,
#InformationMessageContainer b,
#SuccessMessageContainer b,
#ErrorMessageContainer b {
  font-weight: 600;
}
#InformationMessageContainer {
  background: #E8F1EE;
  border-color: rgba(14, 119, 105, 0.22);
}
#InformationMessageContainer::before {
  background-color: #0E7769;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none' stroke='white' stroke-width='1.5' stroke-linecap='round'><path d='M6 3.5 v0.02 M6 5.5 v3'/></svg>");
}
#InformationMessageContainer strong,
#InformationMessageContainer b {
  color: #0A4F45;
}
#SuccessMessageContainer {
  background: rgba(21, 122, 78, 0.1);
  border-color: rgba(21, 122, 78, 0.28);
}
#SuccessMessageContainer::before {
  background-color: #157A4E;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><path d='M3 6 L5.2 8.2 L9 4'/></svg>");
}
#SuccessMessageContainer strong,
#SuccessMessageContainer b {
  color: #0e4e32;
}
#ErrorMessageContainer {
  background: rgba(181, 66, 41, 0.1);
  border-color: rgba(181, 66, 41, 0.28);
}
#ErrorMessageContainer::before {
  background-color: #B54229;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none' stroke='white' stroke-width='1.5' stroke-linecap='round'><path d='M4 4 L8 8 M8 4 L4 8'/></svg>");
}
#ErrorMessageContainer strong,
#ErrorMessageContainer b {
  color: #943621;
}
#InformationMessageContainer ul,
#SuccessMessageContainer ul,
#ErrorMessageContainer ul {
  margin: 0;
  padding: 0;
}
#InformationMessageContainer li,
#SuccessMessageContainer li,
#ErrorMessageContainer li {
  list-style-type: none;
  margin: 0.2em 0;
  color: #2B2722;
}
.InactiveMessageContainer {
  display: none;
}
#Summary {
  margin-bottom: 2em;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
#Summary > span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  margin: 0;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  border: 1px solid #E9E2D2;
}
#Summary > span::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}
#Summary .Scheduled {
  background: #E8F1EE;
  border-color: rgba(14, 119, 105, 0.22);
  color: #0A4F45;
}
#Summary .Processing {
  background: rgba(184, 129, 44, 0.12);
  border-color: rgba(184, 129, 44, 0.28);
  color: #9f7026;
}
#Summary .Succeeded {
  background: rgba(21, 122, 78, 0.1);
  border-color: rgba(21, 122, 78, 0.3);
  color: #157A4E;
}
#Summary .Failed {
  background: rgba(181, 66, 41, 0.1);
  border-color: rgba(181, 66, 41, 0.28);
  color: #a43c25;
}
#JobChartContainer {
  background: #FFFFFF;
  border: 1px solid #E9E2D2;
  border-radius: 14px;
  box-shadow: 0 1px 1px rgba(20, 18, 16, 0.04);
  padding: 18px;
  width: 100%;
  max-width: 960px;
}
#CampaignContainer {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}
#CampaignContainer #LogoContainer {
  width: auto;
  float: none;
  background: #FFFFFF;
  border: 1px solid #E9E2D2;
  border-radius: 14px;
  box-shadow: 0 1px 1px rgba(20, 18, 16, 0.04);
  padding: 18px;
}
#CampaignContainer #LogoContainer img {
  border: 0;
  max-width: 100%;
  display: block;
}
#CampaignContainer #Teaser {
  margin-left: 0;
  font-size: 18px;
  line-height: 1.55;
  color: #2B2722;
}
#CampaignContainer #Description {
  grid-column: 1 / -1;
  clear: none;
  margin: 28px 0;
  color: #2B2722;
  line-height: 1.65;
}
#CampaignContainer #AssetsContainer {
  grid-column: 1 / -1;
  margin: 24px 0;
  background: #FFFFFF;
  border: 1px solid #E9E2D2;
  border-radius: 14px;
  padding: 18px 22px;
  box-shadow: 0 1px 1px rgba(20, 18, 16, 0.04);
}
#CampaignContainer #AssetsContainer div {
  height: auto;
  padding: 6px 0;
}
#CampaignContainer #AssetsContainer div#heading {
  font-family: "Satoshi", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #0E7769;
  font-size: 12px;
  margin-bottom: 8px;
  padding-bottom: 6px;
  border-bottom: 1px solid #F0EADC;
  font-weight: 600;
}
#CampaignContainer #AssetsContainer div a {
  margin-left: 0;
  padding: 6px 6px 6px 28px;
  display: inline-block;
  color: #2B2722;
  border-radius: 5px;
  transition: background 140ms cubic-bezier(0.2, 0.8, 0.2, 1), color 140ms cubic-bezier(0.2, 0.8, 0.2, 1);
  background: url(/images/file.png) no-repeat 6px center;
}
#CampaignContainer #AssetsContainer div a:hover {
  background-color: #F6F3EC;
  color: #0E7769;
}
#CampaignContainer #AssetsContainer div a.asset-pdf {
  background-image: url(/images/pdf.png);
}
#CampaignContainer #AssetsContainer div a.asset-docx,
#CampaignContainer #AssetsContainer div a.asset-doc {
  background-image: url(/images/word.png);
}
#CampaignContainer #AssetsContainer div a.asset-xlsx,
#CampaignContainer #AssetsContainer div a.asset-xls {
  background-image: url(/images/excel.png);
}
#CampaignContainer #AssetsContainer div a.asset-jpg,
#CampaignContainer #AssetsContainer div a.asset-png,
#CampaignContainer #AssetsContainer div a.asset-gif {
  background-image: url(/images/pictures.png);
}
@media (max-width: 720px) {
  #CampaignContainer {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
#FileForm #FileContainer {
  display: block;
  max-width: 36em;
  margin: 0 0 1.4em;
  padding: 14px 18px;
  background: #F6F3EC;
  border: 1px solid #E9E2D2;
  border-radius: 8px;
  transition: border-color 140ms cubic-bezier(0.2, 0.8, 0.2, 1), background 140ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
#FileForm #FileContainer.DragAndDrop {
  background: #F7F2E4;
  border: 2px dashed #D2C8B3;
  padding: 28px;
  text-align: center;
}
#FileForm #FileContainer.DragAndDrop > div {
  padding-bottom: 0.4em;
  color: #2B2722;
}
#FileForm #FileContainer.DragAndDrop > div:first-child {
  font-family: "Satoshi", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #141210;
}
#FileForm #FileContainer.Focus {
  border-color: #0E7769;
  background: rgba(14, 119, 105, 0.08);
}
#FileForm #FileInputContainer {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-align: center;
}
#FileForm #FileInputContainer input {
  cursor: pointer;
  font-size: 100px;
  height: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}
#FileForm #FileInputsContainer {
  display: none;
}
#FileForm .DataSetNameContainer {
  display: inline-block;
  width: 27em;
}
#FileForm .DataSetName {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 24em;
  vertical-align: middle;
  color: #141210;
  font-weight: 500;
}
#FileForm .DataSetNameExtension {
  display: inline-block;
  overflow: hidden;
  width: 3em;
  vertical-align: middle;
  color: #9A9285;
  font-family: "JetBrains Mono", "IBM Plex Mono", "Menlo", Consolas, monospace;
  font-size: 12px;
}
#FileForm .DataSetSize {
  display: inline-block;
  text-align: right;
  vertical-align: middle;
  width: 6em;
  color: #5C554B;
  font-family: "JetBrains Mono", "IBM Plex Mono", "Menlo", Consolas, monospace;
  font-size: 12px;
  font-variant-numeric: tabular-nums;
}
#FileForm .DataSetSize:after {
  content: " KB";
}
#FileForm img.Cancel {
  border: none;
  cursor: pointer;
  display: inline-block;
  transition: opacity 140ms cubic-bezier(0.2, 0.8, 0.2, 1);
  vertical-align: middle;
  width: 18px;
  opacity: 0.7;
}
#FileForm img.Cancel:hover {
  opacity: 1;
}
#SelectedFiles .FormRow {
  padding: 6px 12px;
  border-radius: 5px;
  transition: background 140ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
#SelectedFiles .FormRow:hover {
  background: #F6F3EC;
}
#SelectedFiles .FormRow .Invalid {
  color: #B54229;
}
#SelectedFiles .FormRow .Unnecessary {
  color: #9A9285;
}
#SupportedFileTypes,
#SupportedProjections {
  font-size: 12px;
  color: #5C554B;
  margin-top: 1.4em;
  line-height: 1.55;
}
#FileForm .Loading,
#FileForm .ModernLoading {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 30em;
  margin-top: 2em;
  padding: 12px 18px;
  background: #FFFFFF;
  border: 1px solid #E9E2D2;
  border-radius: 8px;
  box-shadow: 0 1px 1px rgba(20, 18, 16, 0.04);
  color: #2B2722;
  font-size: 14px;
}
#FileForm .ModernLoading span {
  display: inline-block;
}
#FileForm .ModernLoading progress {
  height: 6px;
  width: 14em;
  margin: 0;
  vertical-align: middle;
}
#FileForm .Loading img {
  border: 0;
  height: 28px;
  vertical-align: middle;
  opacity: 0.7;
}
#DetailsContainer > div > div:first-of-type > div {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 6px 16px;
  padding: 14px 0;
  border-bottom: 1px solid #F0EADC;
  font-size: 14px;
  color: #2B2722;
}
#DetailsContainer > div > div:first-of-type > div:last-child {
  border-bottom: 0;
}
#DetailsContainer > div > div:first-of-type > div > span:first-child {
  font-family: "Satoshi", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 12px;
  color: #9A9285;
  font-size: 11px;
  padding-top: 2px;
}
#DetailsContainer > div > div:first-of-type > div > span:nth-child(2) {
  color: #141210;
  font-weight: 500;
}
#DetailsContainer > div > div:first-of-type > div span label:after {
  content: "";
}
#ValidationDetails {
  margin-top: 8px;
}
#ValidationDetails .SampleDetail {
  margin-bottom: 8px;
  padding: 10px 12px;
  background: #F6F3EC;
  border-radius: 8px;
  font-size: 14px;
}
#ValidationDetails .SampleDetail:first-child {
  margin-top: 1em;
}
#ValidationDetails .SampleDetail .fa {
  vertical-align: baseline;
  font-size: 18px;
}
#ValidationDetails .SampleDetail .fa-exclamation-triangle {
  color: #B54229;
}
#ValidationDetails .SampleDetail .fa-spinner {
  color: #9A9285;
}
#ValidationDetails .SessionDetail {
  margin-left: 24px;
  padding: 6px 0;
}
#ValidationDetails .SessionDetail > div {
  font-size: 14px;
  color: #2B2722;
}
#ValidationDetails .SessionDetail:last-child {
  margin-bottom: 16px;
}
.LegendContainer {
  margin: 8px 0 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
}
.LegendContainer > div {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 10px 4px 6px;
  background: #F6F3EC;
  border: 1px solid #F0EADC;
  border-radius: 999px;
  font-size: 12px;
  color: #2B2722;
  margin: 0;
}
.LegendContainer > div > span:first-child {
  border: 1px solid #D2C8B3;
  border-radius: 3px;
  display: inline-block;
  height: 14px;
  width: 14px;
  vertical-align: top;
  flex-shrink: 0;
}
#DetailsContainer img.Loading {
  border: 0;
  height: 28px;
  vertical-align: middle;
  display: inline-block;
  opacity: 0.7;
}
#DetailsContainer .PreviewImageContainer {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #E9E2D2;
}
#DetailsContainer .PreviewImageContainer:before {
  content: "";
  display: block;
  padding-top: 62.68656716%;
  width: 100%;
}
#DetailsContainer .PreviewImageContainer > .Content {
  background: url("/Images/loading.gif") no-repeat center #F6F3EC;
  background-size: 28px 28px;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
#DetailsContainer .PreviewImageContainer > .Loading {
  background: url("/Images/loading.gif") no-repeat center #F6F3EC;
  background-size: 28px 28px;
}
#DetailsContainer .PreviewImageContainer img {
  border: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#DetailsContainer img:-moz-loading {
  visibility: hidden;
}
#DetailsContainer img.Cancel {
  border: none;
  cursor: pointer;
  display: inline-block;
  transition: opacity 140ms cubic-bezier(0.2, 0.8, 0.2, 1);
  vertical-align: middle;
  width: 18px;
  opacity: 0.65;
}
#DetailsContainer img.Cancel:hover {
  opacity: 1;
}
#DetailsContainer .SharingBox > div {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 0;
  border-top: 1px solid #F0EADC;
  font-size: 14px;
  color: #2B2722;
}
#DetailsContainer .SharingBox > div:first-of-type {
  border-top: 0;
}
.legendValueWithError {
  color: #B54229;
}
#LegendContainer {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
  gap: 36px;
  align-items: start;
}
#LegendContainer > div {
  min-width: 0;
  margin-right: 0;
  width: auto;
}
@media (max-width: 900px) {
  #LegendContainer {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
#LegendContainer h2 {
  font-size: 28px;
  font-weight: 600;
  color: #141210;
  letter-spacing: -0.02em;
}
#LegendContainer .Box {
  background: #FFFFFF;
  border: 1px solid #E9E2D2;
  border-radius: 14px;
  box-shadow: 0 1px 1px rgba(20, 18, 16, 0.04);
  padding: 22px 24px;
  margin-bottom: 18px;
}
#LegendContainer .Box > h2 {
  font-family: "Satoshi", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #0E7769;
  margin: 0 0 14px 0;
  font-size: 12px;
  text-align: left;
}
.LegendTable tr {
  background: none !important;
}
.LegendTable td,
.LegendTable th {
  padding: 6px 8px !important;
  vertical-align: top;
  font-size: 14px;
  color: #2B2722;
}
.LegendTable td .Subheader {
  font-family: "Satoshi", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 12px;
  text-align: center;
  color: #9A9285;
  font-size: 10px;
}
.LegendTable .LegendClassContinuous {
  width: 10em;
}
.LegendTable .LegendClass {
  width: 14em;
}
.LegendValueContainer,
.LegendColorContainer,
.LegendColorRGBContainer {
  white-space: nowrap;
}
.LegendValueContainer .LegendValue {
  width: 4em;
}
.LegendColorContainer .simplecolorpicker {
  white-space: normal;
}
.LegendColorContainer .simplecolorpicker.picker {
  padding: 4px !important;
  width: 270px !important;
  background: #FFFFFF;
  border: 1px solid #E9E2D2;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(20, 18, 16, 0.06), 0 1px 1px rgba(20, 18, 16, 0.03);
}
.simplecolorpicker span {
  margin: 2px !important;
}
.LegendColorContainer .color.Selected {
  border: 2px solid #141210 !important;
  margin: 1px !important;
}
.LegendTable tr:last-child td {
  text-align: unset;
}
input.LegendColor {
  width: 5em;
}
input.LegendColorRGB {
  width: 2em;
}
.LegendTable img.Cancel {
  border: 0;
  cursor: pointer;
  display: inline-block;
  transition: opacity 140ms cubic-bezier(0.2, 0.8, 0.2, 1);
  vertical-align: middle;
  width: 18px;
  opacity: 0.7;
}
.LegendTable img.Cancel:hover {
  opacity: 1;
}
.SelectColumnMessageContainer {
  background: rgba(181, 66, 41, 0.1);
  border: 1px solid rgba(181, 66, 41, 0.28);
  color: #a43c25;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 14px;
}
#LegendContainer .PreviewImageContainer,
#LegendContainer .LegendTableContainer {
  position: relative;
}
#LegendContainer .PreviewImageContainer {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #E9E2D2;
  background: #F6F3EC;
}
#LegendContainer .PreviewImageContainer:before {
  content: "";
  display: block;
  padding-top: 62.68656716%;
  width: 100%;
}
#LegendContainer .PreviewImageContainer > .Content {
  background: url("/Images/loading.gif") no-repeat scroll center center #F6F3EC;
  background-size: 28px 28px;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
#LegendContainer img {
  border: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#LegendContainer .Locked {
  opacity: 0.4;
  pointer-events: none;
  transition: opacity 260ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
#LegendContainer .LoadingImage {
  opacity: 1;
  background: #FFFFFF;
  border: 1px solid #E9E2D2;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(20, 18, 16, 0.06), 0 1px 1px rgba(20, 18, 16, 0.03);
  display: block;
  left: 50%;
  line-height: 0;
  padding: 4px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
}
#LegendContainer .PreviewOutdatedMessageContainer {
  background: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}
#LegendContainer .PreviewOutdatedMessageContainer > span {
  background: #FFFFFF;
  border: 1px solid #E9E2D2;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(20, 18, 16, 0.06), 0 1px 1px rgba(20, 18, 16, 0.03);
  display: block;
  left: 50%;
  margin-bottom: 0.4em;
  padding: 6px 12px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: 70%;
  font-size: 14px;
  color: #2B2722;
}
#LegendContainer .LegendValuesTruncatedContainer {
  background: #E8F1EE;
  border: 1px solid rgba(14, 119, 105, 0.22);
  color: #07332C;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 14px;
}
#LegendContainer .LegendAddNewItemContainer {
  text-align: center;
  margin-top: 12px;
}
#DataSetList {
  margin-bottom: 4em;
}
#DataSetList > div:nth-child(1),
#DataSetList > div:nth-child(2) {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-right: 24px;
  margin-bottom: 14px;
  font-size: 14px;
  color: #2B2722;
}
#DataSetList > div:nth-child(1) input[type="text"],
#DataSetList > div:nth-child(2) input[type="text"] {
  max-width: 18em;
  padding: 7px 12px;
}
#DataSetList table tr td:first-child a {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.02em;
}
#DataSetList table tr td:last-child {
  width: 152px;
}
#DataSetList table tr td:last-child > div {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
#DataSetList table tbody tr td:last-child > div:before {
  content: "";
  display: block;
  padding-top: 67.10526316%;
  width: 100%;
}
#DataSetList table tbody tr td:last-child > div > a {
  background: url("/Images/loading.gif") no-repeat center #F6F3EC;
  background-size: 24px 24px;
  border: 1px solid #E9E2D2;
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 8px;
  transition: border-color 140ms cubic-bezier(0.2, 0.8, 0.2, 1), transform 260ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
#DataSetList table tbody tr td:last-child > div > a:hover {
  border-color: #0E7769;
  transform: scale(1.02);
}
#DataSetList table tbody tr td:last-child img {
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.about {
  max-width: 840px;
}
.about h2 {
  font-size: 28px;
  font-weight: 600;
  color: #141210;
  letter-spacing: -0.02em;
  margin: 40px 0 14px;
}
.about h2:first-of-type {
  margin-top: 0;
}
.about .logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 32px 56px;
  padding: 24px 0;
  margin: 8px 0 28px;
  border-top: 1px solid #F0EADC;
  border-bottom: 1px solid #F0EADC;
}
.about .logos img {
  display: inline-block;
  max-width: 200px;
  height: auto;
  border: 0;
  margin: 0;
  opacity: 0.78;
  transition: opacity 140ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.about .logos img:hover {
  opacity: 1;
}
.about #press {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 32px;
  align-items: start;
  background: #FFFFFF;
  border: 1px solid #E9E2D2;
  border-radius: 14px;
  box-shadow: 0 1px 1px rgba(20, 18, 16, 0.04);
  padding: 28px;
  margin: 8px 0 28px;
}
.about #press img {
  float: none;
  width: 100%;
  max-width: 200px;
  border: 1px solid #F0EADC;
  border-radius: 8px;
  background: #F6F3EC;
  padding: 12px;
}
.about #press ul,
.about #press p.logostyle-header {
  margin-left: 0;
}
.about #press p.logostyle-header {
  font-weight: 600;
  color: #141210;
  margin-top: 0;
  margin-bottom: 12px;
}
.about #press ul.logostyle {
  padding-left: 1.2em;
}
.about #press ul.logostyle li {
  color: #2B2722;
  margin-bottom: 6px;
}
@media (max-width: 720px) {
  .about #press {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .about #press img {
    max-width: 160px;
  }
}
.about table tbody > tr:last-child {
  background: #F6F3EC;
  border-top: 1px solid #E9E2D2;
}
.about table tbody > tr:last-child th {
  color: #141210;
  font-weight: 600;
}
.welcome-hero {
  position: relative;
  padding: 56px 0 64px;
  margin: 0 -40vw 36px;
  isolation: isolate;
}
.welcome-hero::before {
  content: "";
  position: absolute;
  inset: -120px 0 -60px 0;
  z-index: -2;
  pointer-events: none;
  background: radial-gradient(900px 520px at 78% 30%, rgba(14, 119, 105, 0.08), transparent 60%), radial-gradient(560px 360px at 14% 8%, rgba(184, 129, 44, 0.1), transparent 70%), linear-gradient(180deg, #FBFAF6 0%, #FBFAF6 60%, rgba(240, 234, 220, 0.5) 100%);
}
.welcome-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 800' fill='none' stroke='%230A4F45' stroke-opacity='0.08' stroke-width='0.5'><path d='M-20 180 Q 240 120 520 180 T 1080 150 T 1620 210'/><path d='M-20 260 Q 280 180 560 240 T 1120 220 T 1620 290'/><path d='M-20 340 Q 240 260 520 320 T 1080 310 T 1620 370'/><path d='M-20 420 Q 300 340 600 400 T 1140 390 T 1620 450'/><path d='M-20 520 Q 260 440 540 500 T 1100 490 T 1620 550'/><path d='M-20 620 Q 280 540 580 600 T 1140 590 T 1620 650'/></svg>");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  mask-image: linear-gradient(180deg, transparent 0%, black 18%, black 72%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, black 18%, black 72%, transparent 100%);
}
.welcome-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 72px;
  align-items: center;
}
@media (max-width: 960px) {
  .welcome-hero-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
.welcome-hero-copy {
  position: relative;
}
.welcome-hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 14px 6px 8px;
  border-radius: 999px;
  background: #FFFFFF;
  border: 1px solid #E9E2D2;
  color: #2B2722;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 28px;
  box-shadow: 0 1px 1px rgba(20, 18, 16, 0.04);
}
.welcome-hero-pill em {
  font-style: normal;
  background: #0E7769;
  color: #F8F5EC;
  padding: 4px 9px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.welcome-hero-title {
  font-family: "Satoshi", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(52px, 6vw, 96px);
  line-height: 0.98;
  letter-spacing: -0.035em;
  color: #141210;
  margin: 0 0 28px 0;
}
.welcome-hero-title em {
  font-family: "Instrument Serif", "PP Editorial New", "Source Serif Pro", Georgia, "Times New Roman", serif;
  font-style: italic;
  letter-spacing: -0.02em;
  font-size: 1.06em;
  color: #0E7769;
  display: inline-block;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 0.9;
}
.welcome-hero-title em::after {
  content: "";
  display: inline-block;
  width: 0.12em;
  height: 0.12em;
  background: #0E7769;
  border-radius: 50%;
  margin-left: 0.04em;
  transform: translateY(-0.05em);
}
.welcome-hero-lede {
  max-width: 48ch;
  margin: 0 0 36px 0;
}
.welcome-hero-lede p {
  font-family: "Satoshi", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: clamp(16px, 1.2vw, 18px);
  font-weight: 400;
  line-height: 1.55;
  color: #5C554B;
  max-width: none;
  margin: 0;
}
.welcome-hero-ctas {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 32px;
}
.welcome-hero-stats {
  display: flex;
  gap: 44px;
  padding-top: 28px;
  border-top: 1px solid #E9E2D2;
  max-width: 520px;
}
@media (max-width: 540px) {
  .welcome-hero-stats {
    gap: 24px;
    flex-wrap: wrap;
  }
}
.welcome-hero-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.welcome-hero-stat .stat-value {
  font-family: "Satoshi", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 26px;
  color: #141210;
  letter-spacing: -0.03em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.welcome-hero-stat .stat-value em {
  font-family: "Instrument Serif", "PP Editorial New", "Source Serif Pro", Georgia, "Times New Roman", serif;
  font-style: italic;
  letter-spacing: -0.02em;
  font-weight: 400;
  color: #0E7769;
  font-size: 1.08em;
}
.welcome-hero-stat .stat-label {
  font-family: "Satoshi", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 12px;
  font-size: 10px;
  color: #9A9285;
}
.welcome-hero-plate {
  position: relative;
  aspect-ratio: 1.25;
  border-radius: 28px;
  background: #FFFFFF;
  border: 1px solid #E9E2D2;
  box-shadow: 0 18px 40px rgba(20, 18, 16, 0.1), 0 6px 14px rgba(20, 18, 16, 0.05);
  overflow: hidden;
  isolation: isolate;
}
.welcome-hero-plate::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, #F3F0E8 0%, #FBFAF6 40%, #EAF2EF 100%), repeating-linear-gradient(0deg, transparent 0 39px, rgba(14, 119, 105, 0.06) 39px 40px), repeating-linear-gradient(90deg, transparent 0 39px, rgba(14, 119, 105, 0.06) 39px 40px);
  background-blend-mode: normal, multiply, multiply;
}
.welcome-hero-plate::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 400' fill='none' stroke='%230A4F45' stroke-opacity='0.12' stroke-width='0.6'><path d='M0 80 Q 90 40 180 70 T 360 60 T 520 100'/><path d='M0 140 Q 120 100 220 130 T 380 120 T 520 160'/><path d='M0 210 Q 100 170 200 200 T 370 190 T 520 230'/><path d='M0 280 Q 120 240 220 270 T 380 260 T 520 300'/><path d='M0 340 Q 100 300 210 330 T 380 320 T 520 360'/></svg>");
  background-size: cover;
}
.welcome-hero-plate .plate-coord {
  position: absolute;
  font-family: "JetBrains Mono", "IBM Plex Mono", "Menlo", Consolas, monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
  color: #9A9285;
  text-transform: uppercase;
  line-height: 1;
}
.welcome-hero-plate .plate-coord.tl {
  top: 14px;
  left: 16px;
}
.welcome-hero-plate .plate-coord.tr {
  top: 14px;
  right: 16px;
}
.welcome-hero-plate .plate-coord.bl {
  bottom: 14px;
  left: 16px;
}
.welcome-hero-plate .plate-coord.br {
  bottom: 14px;
  right: 16px;
}
.welcome-hero-plate .plate-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.welcome-hero-plate .plate-badge {
  position: absolute;
  top: 44px;
  left: 32px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: #FFFFFF;
  border: 1px solid #E9E2D2;
  border-radius: 14px;
  box-shadow: 0 6px 16px rgba(20, 18, 16, 0.06), 0 2px 4px rgba(20, 18, 16, 0.04);
  font-size: 12px;
  font-weight: 600;
  color: #141210;
  letter-spacing: -0.005em;
}
.welcome-hero-plate .plate-badge .badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0E7769;
  box-shadow: 0 0 0 4px rgba(14, 119, 105, 0.08);
}
.welcome-hero-plate .plate-tooltip {
  position: absolute;
  right: 32px;
  bottom: 44px;
  z-index: 3;
  padding: 14px 16px;
  background: #FFFFFF;
  border: 1px solid #E9E2D2;
  border-radius: 14px;
  box-shadow: 0 6px 16px rgba(20, 18, 16, 0.06), 0 2px 4px rgba(20, 18, 16, 0.04);
  font-size: 12px;
  min-width: 180px;
}
.welcome-hero-plate .plate-tooltip .tt-label {
  font-family: "Satoshi", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 12px;
  font-size: 9px;
  color: #9A9285;
  display: block;
  margin-bottom: 6px;
}
.welcome-hero-plate .plate-tooltip .tt-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: #2B2722;
  font-variant-numeric: tabular-nums;
  line-height: 1.5;
}
.welcome-hero-plate .plate-tooltip .tt-row strong {
  color: #141210;
  font-weight: 600;
}
@media (max-width: 960px) {
  .welcome-hero-plate {
    max-width: 520px;
    margin: 0 auto;
  }
}
.welcome-notice {
  max-width: 1200px;
  margin: 0 auto 64px;
  padding: 18px 22px 18px 56px;
  background: #F7F2E4;
  border: 1px solid #E9E2D2;
  border-radius: 14px;
  position: relative;
  box-shadow: 0 1px 1px rgba(20, 18, 16, 0.04);
}
.welcome-notice::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 20px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #B8812C;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none' stroke='white' stroke-width='1.6' stroke-linecap='round'><path d='M6 3.2 v0.02 M6 5.4 v3.2'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
}
.welcome-notice .eyebrow {
  display: none;
}
.welcome-notice p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: #2B2722;
  max-width: none;
}
.welcome-notice mark {
  background: transparent;
  padding: 0;
  color: inherit;
}
.welcome-notice mark a {
  color: #0A4F45;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: rgba(14, 119, 105, 0.35);
  text-underline-offset: 3px;
}
.welcome-notice mark a:hover {
  color: #0E7769;
  text-decoration-color: #0E7769;
}
.welcome-film {
  margin: 0 auto 96px;
  max-width: 1200px;
}
.welcome-film-frame {
  margin: 0;
  padding: 0;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
}
.welcome-film-frame iframe {
  width: 100%;
  aspect-ratio: 1.77777778;
  height: auto;
  border: 1px solid #141210;
  background: #161411;
  display: block;
  border-radius: 14px;
  box-shadow: 10px 10px 0 -1px #D2C8B3, 10px 10px 0 0 #141210;
}
.welcome-film-frame figcaption {
  padding-top: 8px;
}
.welcome-film-frame figcaption .eyebrow {
  display: inline-flex;
  margin-bottom: 14px;
  color: #0E7769;
}
.welcome-film-frame figcaption p {
  font-family: "Satoshi", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.55;
  color: #2B2722;
  margin: 0;
}
@media (max-width: 900px) {
  .welcome-film-frame {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .welcome-film-frame iframe {
    box-shadow: 0 18px 40px rgba(20, 18, 16, 0.1), 0 6px 14px rgba(20, 18, 16, 0.05);
  }
}
.welcome-functions {
  margin: 96px 0;
}
.welcome-functions .section-head {
  text-align: center;
  margin: 0 auto 56px;
}
.welcome-functions .section-head .eyebrow {
  justify-content: center;
  display: inline-flex;
}
.welcome-functions .section-head p {
  margin-left: auto;
  margin-right: auto;
}
.welcome-plates {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
@media (max-width: 640px) {
  .welcome-plates {
    grid-template-columns: 1fr;
  }
}
.welcome-plates .plate {
  background: #FFFFFF;
  border: 1px solid #E9E2D2;
  border-radius: 14px;
  padding: 28px 28px 26px;
  box-shadow: 0 1px 1px rgba(20, 18, 16, 0.04);
  position: relative;
  transition: border-color 260ms cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 260ms cubic-bezier(0.2, 0.8, 0.2, 1), transform 260ms cubic-bezier(0.2, 0.8, 0.2, 1);
  display: flex;
  flex-direction: column;
  min-height: 240px;
}
.welcome-plates .plate .plate-index {
  position: absolute;
  top: 20px;
  right: 24px;
  font-family: "JetBrains Mono", "IBM Plex Mono", "Menlo", Consolas, monospace;
  font-size: 10px;
  letter-spacing: 0.1em;
  color: #9A9285;
  text-transform: uppercase;
}
.welcome-plates .plate .plate-art {
  width: 52px;
  height: 52px;
  margin: 0 0 22px 0;
  border-radius: 8px;
  background: radial-gradient(circle at 30% 25%, rgba(255, 255, 255, 0.6) 0 1px, transparent 3px), linear-gradient(155deg, rgba(15, 160, 136, 0.16) 0%, rgba(14, 119, 105, 0.18) 100%);
  border: 1px solid rgba(14, 119, 105, 0.26);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0A4F45;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 2px rgba(14, 119, 105, 0.14);
  transition: transform 260ms cubic-bezier(0.2, 0.8, 0.2, 1), background 260ms cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 260ms cubic-bezier(0.2, 0.8, 0.2, 1), color 140ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.welcome-plates .plate .plate-art svg {
  width: 28px;
  height: 28px;
  display: block;
  color: inherit;
}
.welcome-plates .plate .plate-art img {
  display: none;
}
.welcome-plates .plate:hover .plate-art {
  color: #0E7769;
}
.welcome-plates .plate .plate-title {
  font-family: "Satoshi", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.25;
  color: #141210;
  margin: 0 0 8px 0;
  letter-spacing: -0.02em;
  max-width: 26ch;
}
.welcome-plates .plate .plate-body {
  font-family: "Satoshi", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.55;
  color: #5C554B;
  margin: 0;
  max-width: 42ch;
}
.welcome-plates .plate:hover {
  border-color: #D2C8B3;
  box-shadow: 0 6px 16px rgba(20, 18, 16, 0.06), 0 2px 4px rgba(20, 18, 16, 0.04);
  transform: translateY(-2px);
}
.welcome-plates .plate:hover .plate-art {
  transform: scale(1.05);
  background: rgba(14, 119, 105, 0.14);
}
.welcome-start {
  margin: 96px 0 56px;
  position: relative;
  padding: 64px 56px 56px;
  background: radial-gradient(900px 480px at 100% 110%, rgba(15, 160, 136, 0.18), transparent 65%), linear-gradient(155deg, #E8F1EE 0%, rgba(14, 119, 105, 0.18) 100%);
  border: 1px solid rgba(14, 119, 105, 0.22);
  border-radius: 28px;
  overflow: hidden;
  isolation: isolate;
}
.welcome-start::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 480' fill='none' stroke='%230A4F45' stroke-opacity='0.10' stroke-width='0.6'><path d='M-20 110 Q 240 50 520 90 T 1080 70 T 1220 120'/><path d='M-20 190 Q 280 110 560 160 T 1120 150 T 1220 210'/><path d='M-20 270 Q 240 190 520 240 T 1080 230 T 1220 290'/><path d='M-20 350 Q 300 270 600 320 T 1140 310 T 1220 370'/><path d='M-20 430 Q 260 350 540 400 T 1100 390 T 1220 450'/></svg>");
  background-size: cover;
  background-position: center;
}
.welcome-start::after {
  content: "";
  position: absolute;
  top: 0;
  left: 56px;
  right: 56px;
  height: 1px;
  background-image: repeating-linear-gradient(to right, rgba(10, 79, 69, 0.35) 0 1px, transparent 1px 14px);
  opacity: 0.55;
}
.welcome-start-mark {
  position: absolute;
  top: 36px;
  right: 48px;
  width: 88px;
  height: 88px;
  z-index: 0;
  pointer-events: none;
  opacity: 0.55;
  color: #0A4F45;
}
.welcome-start-mark svg {
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 760px) {
  .welcome-start-mark {
    display: none;
  }
}
.welcome-start .section-head {
  text-align: left;
  margin: 0 0 40px 0;
  max-width: 720px;
  position: relative;
  z-index: 1;
}
.welcome-start .section-head .eyebrow {
  color: #0A4F45;
}
.welcome-start .section-head h2 {
  color: #07332C;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.05;
}
.welcome-start .section-head h2 em {
  font-family: "Instrument Serif", "PP Editorial New", "Source Serif Pro", Georgia, "Times New Roman", serif;
  font-style: italic;
  letter-spacing: -0.02em;
  font-weight: 400;
  color: #0A4F45;
  font-size: 1.06em;
  letter-spacing: -0.03em;
  line-height: 0.92;
}
.welcome-start .section-head p {
  color: #07332C;
  opacity: 0.78;
  max-width: 52ch;
}
.welcome-start-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  position: relative;
  z-index: 1;
}
@media (max-width: 760px) {
  .welcome-start {
    padding: 44px 26px 36px;
    margin: 64px -24px 44px;
    border-radius: 20px;
  }
  .welcome-start-grid {
    grid-template-columns: 1fr;
  }
}
.welcome-start-card {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 4px;
  background: #FFFFFF;
  border: 1px solid rgba(14, 119, 105, 0.18);
  border-radius: 14px;
  padding: 26px 28px 22px;
  margin: 0;
  min-height: 188px;
  box-shadow: 0 1px 2px rgba(20, 18, 16, 0.06), 0 1px 1px rgba(20, 18, 16, 0.03);
  color: inherit;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: transform 260ms cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 260ms cubic-bezier(0.2, 0.8, 0.2, 1), border-color 260ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.welcome-start-card .welcome-start-card-desc a {
  position: relative;
  z-index: 2;
}
.welcome-start-card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 64px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 80' fill='none' stroke='%230E7769' stroke-opacity='0.09' stroke-width='0.6'><path d='M-10 30 Q 120 10 240 25 T 480 20 T 620 35'/><path d='M-10 55 Q 140 35 260 50 T 500 45 T 620 60'/></svg>");
  background-size: cover;
  background-position: center;
  pointer-events: none;
  opacity: 0.7;
}
.welcome-start-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(20, 18, 16, 0.06), 0 2px 4px rgba(20, 18, 16, 0.04);
  border-color: rgba(14, 119, 105, 0.38);
  color: inherit;
}
.welcome-start-card:hover .welcome-start-ord {
  transform: rotate(-3deg) scale(1.04);
}
.welcome-start-card:hover .welcome-start-card-cta {
  color: #0A4F45;
}
.welcome-start-card:hover .welcome-start-card-cta .chevron {
  transform: translateX(4px);
}
.welcome-start-card:focus-visible {
  box-shadow: 0 0 0 4px rgba(14, 119, 105, 0.22);
  border-color: #0E7769;
  outline: none;
}
.welcome-start-card.is-primary {
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(248, 245, 236, 0.6) 100%);
  border-color: rgba(14, 119, 105, 0.32);
}
.welcome-start-card.is-primary::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background: linear-gradient(180deg, #0E7769 0%, #0A4F45 100%);
}
.welcome-start-card.is-primary .welcome-start-tag {
  color: #0A4F45;
}
.welcome-start-ord-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding-top: 4px;
}
.welcome-start-ord {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 30% 25%, rgba(248, 245, 236, 0.6) 0 2px, transparent 4px), linear-gradient(145deg, #0FA088 0%, #0E7769 50%, #0A4F45 100%);
  color: #F8F5EC;
  border-radius: 14px;
  font-family: "Instrument Serif", "PP Editorial New", "Source Serif Pro", Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 1;
  box-shadow: inset 0 0 0 1px rgba(20, 18, 16, 0.14), inset 0 1px 0 rgba(248, 245, 236, 0.3), 0 4px 12px rgba(14, 119, 105, 0.36);
  transition: transform 260ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.welcome-start-rule {
  width: 1px;
  flex: 1;
  min-height: 24px;
  background: linear-gradient(to bottom, rgba(14, 119, 105, 0.35), transparent);
}
.welcome-start-card-body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
.welcome-start-tag {
  font-family: "Satoshi", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 12px;
  font-size: 10px;
  color: #9A9285;
  letter-spacing: 0.18em;
  margin-bottom: 4px;
}
.welcome-start-card-title {
  font-family: "Satoshi", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  color: #141210;
  margin: 0;
  letter-spacing: -0.02em;
}
.welcome-start-card-desc {
  font-family: "Satoshi", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.55;
  color: #5C554B;
  margin: 4px 0 12px;
  max-width: 38ch;
}
.welcome-start-card-desc a {
  color: #0A4F45;
  text-decoration: underline;
  text-decoration-color: rgba(14, 119, 105, 0.35);
  text-underline-offset: 3px;
}
.welcome-start-card-desc a:hover {
  text-decoration-color: #0E7769;
  color: #0E7769;
}
.welcome-start-card-cta {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Satoshi", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #0E7769;
  letter-spacing: -0.005em;
  text-decoration: none;
  transition: color 140ms cubic-bezier(0.2, 0.8, 0.2, 1);
  padding-top: 10px;
  border-top: 1px dashed rgba(14, 119, 105, 0.24);
  align-self: flex-start;
  position: relative;
  z-index: 1;
}
.welcome-start-card-cta::before {
  content: "";
  position: absolute;
  inset: -999px;
  z-index: 0;
}
.welcome-start-card-cta .chevron {
  display: inline-block;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  transition: transform 140ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.welcome-start-card-cta:hover {
  color: #0A4F45;
}
.welcome-start-card-cta:focus-visible {
  box-shadow: 0 0 0 4px rgba(14, 119, 105, 0.22);
  border-color: #0E7769;
  outline: none;
  border-radius: 3px;
}
@media (max-width: 540px) {
  .welcome-start-card {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .welcome-start-ord-col {
    flex-direction: row;
    align-items: center;
  }
  .welcome-start-rule {
    width: 100%;
    height: 1px;
    min-height: 0;
    background: linear-gradient(to right, rgba(14, 119, 105, 0.35), transparent);
  }
}
.welcome-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 56px 0 16px;
}
.welcome-actions .Button {
  min-width: 0;
  padding: 12px 20px;
}
.welcome-actions .welcome-actions-chevron {
  font-family: "Satoshi", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #9A9285;
  transition: transform 140ms cubic-bezier(0.2, 0.8, 0.2, 1), color 140ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.welcome-actions .Button:hover .welcome-actions-chevron {
  color: #0E7769;
  transform: translate(2px, -1px);
}
.welcome-actions .Button img,
.Button.Mail img,
.Button.PDF img,
.Button.OnlineGuide img {
  display: none;
}
.welcome-actions .compass,
.welcome-start .compass {
  display: none;
}
.Mail img,
.OnlineGuide img {
  display: none;
}
.Mail span,
.OnlineGuide span {
  vertical-align: middle;
}
.Button.Mail {
  background: #FFFFFF;
  color: #141210;
  border: 1px solid #D2C8B3;
}
.Button.Mail:hover {
  background: #0E7769;
  color: #F8F5EC;
  border-color: #0A4F45;
}
#StatisticalValuesContainer {
  display: block;
  vertical-align: top;
}
#StatisticalValuesContainer label {
  width: 16em;
}
#StatisticalValuesContainer label:after {
  content: "";
}
#StatisticalValuesContainer .StatisticalValuesWrapper {
  background: #FFFFFF;
  border: 1px solid #E9E2D2;
  border-radius: 8px;
  box-shadow: 0 1px 1px rgba(20, 18, 16, 0.04);
  padding: 14px 16px;
  margin: 8px 0;
  transition: border-color 140ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
#StatisticalValuesContainer .StatisticalValuesWrapper:hover {
  border-color: #D2C8B3;
}
#StatisticalValuesContainer .StatisticalValuesWrapper .StatisticalValuesHeader label {
  font-weight: 600;
  color: #141210;
}
#StatisticalValuesContainer .StatisticalValuesWrapper .StatisticalValuesDescription {
  margin-left: 1.4em;
  margin-top: 4px;
  font-style: normal;
  text-align: left;
  font-size: 14px;
  color: #5C554B;
  line-height: 1.55;
}
#ReportDetails {
  margin: 8px 0 14px;
}
#ReportDetails > div {
  padding: 8px 0;
  border-bottom: 1px solid #F0EADC;
  font-size: 14px;
  color: #2B2722;
}
#ReportDetails > div:last-child {
  border-bottom: 0;
  margin-bottom: 2em;
}
.DownloadBox > p:first-of-type {
  text-align: left;
  color: #2B2722;
  font-size: 14px;
}
.Excel img,
.PDF img {
  border: none;
  vertical-align: middle;
  opacity: 0.85;
}
.Excel span,
.PDF span {
  vertical-align: middle;
}
.Excel:hover img,
.PDF:hover img {
  opacity: 1;
}
#ReportList {
  margin-bottom: 4em;
}
#ReportList table tr td:first-child a {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.02em;
}
#sample-designer .Locked {
  opacity: 0.4;
  pointer-events: none;
  transition: opacity 260ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
#sample-designer {
  margin: 0;
}
#sample-designer form,
#sample-designer #validation-form {
  margin: 0 !important;
}
#sample-designer .wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}
@media (max-width: 1100px) {
  #sample-designer .wrapper {
    grid-template-columns: 1fr;
  }
}
.sc-specimen {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 18px 28px;
  padding: 20px 24px;
  margin: 0 0 24px;
  background: #FFFFFF;
  border: 1px solid #E9E2D2;
  border-radius: 14px;
  box-shadow: 0 1px 1px rgba(20, 18, 16, 0.04);
  position: relative;
  overflow: hidden;
}
.sc-specimen::before {
  content: "";
  position: absolute;
  right: -40px;
  top: -40px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(closest-side, rgba(14, 119, 105, 0.06), transparent 70%);
  pointer-events: none;
}
.sc-specimen-eyebrow {
  font-family: "Satoshi", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 12px;
  color: #0E7769;
  font-size: 10px;
  grid-column: 1;
  grid-row: 1;
  margin-bottom: -4px;
}
.sc-specimen-body {
  grid-column: 1;
  grid-row: 2;
  min-width: 0;
}
.sc-specimen-title {
  font-family: "Satoshi", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: -0.02em;
  color: #141210;
  margin: 0 0 10px 0;
  line-height: 1.1;
}
.sc-specimen-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 32px;
  margin: 0;
}
.sc-specimen-meta > div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.sc-specimen-meta dt {
  font-family: "Satoshi", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 12px;
  font-size: 10px;
  color: #9A9285;
}
.sc-specimen-meta dd {
  margin: 0;
  font-size: 14px;
  color: #141210;
  font-weight: 500;
}
.sc-specimen-link {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  font-family: "Satoshi", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #0E7769;
  white-space: nowrap;
}
.sc-specimen-link:hover {
  color: #0A4F45;
}
@media (max-width: 760px) {
  .sc-specimen {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .sc-specimen-link {
    grid-column: 1;
    grid-row: auto;
    align-self: start;
  }
}
.sc-content {
  min-width: 0;
  background: #FFFFFF;
  border: 1px solid #E9E2D2;
  border-radius: 14px;
  box-shadow: 0 1px 1px rgba(20, 18, 16, 0.04);
  padding: 28px 28px 24px;
}
.sc-section-head {
  margin-bottom: 24px;
  padding-bottom: 14px;
  border-bottom: 1px solid #F0EADC;
}
.sc-section-head .eyebrow {
  margin-bottom: 6px;
}
.sc-section-head h2 {
  font-family: "Satoshi", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #141210;
  letter-spacing: -0.02em;
  margin: 0 0 6px 0;
}
.sc-section-head p {
  margin: 0;
  font-size: 14px;
  color: #5C554B;
  max-width: 56ch;
}
.sc-empty-composition {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin: 14px 0;
  padding: 32px 24px;
  background: #F7F2E4;
  border: 1px dashed #D2C8B3;
  border-radius: 8px;
  text-align: center;
  color: #2B2722;
}
.sc-empty-composition .sc-empty-composition-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(14, 119, 105, 0.08);
  color: #0E7769;
  margin-bottom: 8px;
}
.sc-empty-composition .sc-empty-composition-mark svg {
  width: 28px;
  height: 28px;
}
.sc-empty-composition p {
  margin: 0;
  max-width: 36ch;
  font-size: 14px;
  color: #2B2722;
}
.sc-empty-composition .sc-empty-composition-hint {
  font-size: 12px;
  color: #9A9285;
}
.sc-save-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #F0EADC;
}
.sc-save-row .Primary {
  min-width: 10em;
}
.sc-save-row .sc-save-note {
  font-size: 12px;
  color: #9A9285;
}
.sc-save-row .sc-save-hint {
  font-size: 14px;
  color: #9f7026;
  background: rgba(184, 129, 44, 0.12);
  border: 1px solid rgba(184, 129, 44, 0.28);
  border-radius: 8px;
  padding: 8px 12px;
  flex: 1 1 auto;
  min-width: 0;
}
.sc-save-row .sc-save-hint strong {
  color: #B8812C;
  font-weight: 600;
}
.sc-card.sc-card--inline {
  background: #F6F3EC;
  border: 1px solid #F0EADC;
  box-shadow: none;
  padding: 18px 20px;
  margin-bottom: 22px;
}
.sc-sidebar {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-width: 0;
}
.sc-card {
  background: #FFFFFF;
  border: 1px solid #E9E2D2;
  border-radius: 14px;
  box-shadow: 0 1px 1px rgba(20, 18, 16, 0.04);
  padding: 22px 22px 20px;
}
.sc-card-head {
  margin-bottom: 16px;
}
.sc-card-head .eyebrow {
  margin-bottom: 6px;
}
.sc-card-head h3 {
  font-family: "Satoshi", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #141210;
  letter-spacing: -0.02em;
  margin: 0 0 6px 0;
}
.sc-card-head .sc-card-lede {
  margin: 0;
  font-size: 14px;
  color: #5C554B;
  max-width: none;
}
.sc-card .sample-metadata {
  padding-bottom: 0;
  margin: 0;
}
.sc-card .sample-label {
  display: block;
  float: none !important;
  width: auto !important;
  margin: 0 0 6px 0;
  color: #141210;
  font-size: 14px;
  font-weight: 500;
}
.sc-card .sample-field {
  display: block;
  width: 100% !important;
  max-width: none !important;
  margin: 0 0 14px 0;
}
.sc-card textarea.sample-field {
  min-height: 90px;
}
.sc-card .cleared {
  display: none;
}
.sc-strategy-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sc-strategy {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) auto;
  gap: 10px 14px;
  align-items: start;
  padding: 14px 14px 14px 14px;
  background: #F6F3EC;
  border: 1px solid #F0EADC;
  border-radius: 8px;
  transition: border-color 140ms cubic-bezier(0.2, 0.8, 0.2, 1), background 140ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.sc-strategy:hover {
  border-color: rgba(14, 119, 105, 0.28);
  background: #FFFFFF;
}
.sc-strategy-glyph {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: rgba(14, 119, 105, 0.1);
  color: #0A4F45;
  font-size: 18px;
  line-height: 1;
  border: 1px solid rgba(14, 119, 105, 0.22);
  font-family: "JetBrains Mono", "IBM Plex Mono", "Menlo", Consolas, monospace;
}
.sc-strategy-body {
  min-width: 0;
}
.sc-strategy-body h4 {
  font-family: "Satoshi", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #141210;
  letter-spacing: -0.02em;
  margin: 2px 0 4px 0;
  line-height: 1.25;
}
.sc-strategy-body p {
  margin: 0;
  font-size: 12px;
  color: #5C554B;
  line-height: 1.5;
  max-width: none;
}
.sc-strategy-add.Button {
  align-self: center;
  min-width: 0;
  white-space: nowrap;
}
@media (max-width: 540px) {
  .sc-strategy {
    grid-template-columns: 36px 1fr;
  }
  .sc-strategy-add {
    grid-column: 1 / -1;
    justify-self: end;
  }
}
.sample-box {
  background: #FFFFFF;
  border: 1px solid #E9E2D2;
  border-radius: 8px;
  box-shadow: 0 1px 1px rgba(20, 18, 16, 0.04);
  clear: both;
  margin: 10px 0;
  padding: 14px 16px;
  max-width: none;
  width: auto;
  transition: border-color 140ms cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 140ms cubic-bezier(0.2, 0.8, 0.2, 1);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 10px;
  row-gap: 0;
}
.sample-box:hover {
  border-color: #D2C8B3;
  box-shadow: 0 1px 2px rgba(20, 18, 16, 0.06), 0 1px 1px rgba(20, 18, 16, 0.03);
}
.sample-box.editmode {
  border-color: rgba(14, 119, 105, 0.32);
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(248, 245, 236, 0.5) 100%);
}
.sample-box .sample-header {
  flex: 1 1 auto;
  font-family: "Satoshi", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #141210;
  letter-spacing: -0.02em;
  display: inline;
  float: none;
  margin: 0;
  min-width: 0;
}
.sample-box .sample-button {
  flex: 0 0 auto;
  float: none !important;
  margin: 0;
  min-width: 0;
  padding: 5px 14px;
  font-size: 12px;
  order: 2;
}
.sample-box .sample-icon-button {
  flex: 0 0 auto;
  float: none !important;
  margin: 0;
  padding: 4px;
  width: 28px;
  height: 28px;
  opacity: 0.55;
  order: 3;
}
.sample-box .sample-icon-button:hover {
  opacity: 1;
  background: #F6F3EC;
}
.sample-box .clear {
  flex: 1 0 100%;
  margin: 0;
  height: 0;
  order: 4;
}
.sample-box .sample-info {
  flex: 1 0 100%;
  clear: none;
  margin: 12px 0 0;
  padding-top: 12px;
  border-top: 1px solid #F0EADC;
  color: #2B2722;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  order: 5;
}
.sample-box .sample-info .new-sample-value-text {
  float: none;
  margin: 0;
  color: #5C554B;
  font-size: 12px;
  font-weight: 500;
  width: auto;
  min-width: 8em;
  text-transform: none;
  letter-spacing: 0;
  align-self: center;
}
.sample-box .sample-info .new-sample-value-input {
  margin: 0;
}
.sample-box .sample-info .new-sample-value-input select,
.sample-box .sample-info .new-sample-value-input input {
  margin: 0;
  max-width: 14em;
  width: 100%;
}
.sample-box .sample-info #calc {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin: 0 0 12px;
  padding: 12px 14px;
  background: #F6F3EC;
  border: 1px solid #F0EADC;
  border-radius: 5px;
}
.sample-box .sample-info .sample-save-button {
  float: none !important;
  margin: 12px 0 0 auto;
}
.sample-size-info-box {
  background: rgba(184, 129, 44, 0.12);
  border: 1px solid rgba(184, 129, 44, 0.3);
  color: #976a24;
  border-radius: 8px;
  margin: 4px 0 10px;
  padding: 10px 14px;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
}
.sample-size-info-box::before {
  content: "→ ";
  font-weight: 600;
  color: #B8812C;
}
.stratified-legend-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 6px;
}
.stratified-legend-item div {
  clear: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 18px 6em;
  gap: 8px;
  align-items: center;
  padding: 6px 0;
  border-bottom: 1px solid #F0EADC;
}
.stratified-legend-item div label {
  width: auto !important;
  float: none !important;
  color: #2B2722;
  font-weight: 500;
  font-size: 14px;
}
.stratified-legend-item div span {
  border: 1px solid #D2C8B3;
  border-radius: 3px;
  float: none !important;
  padding: 0;
  height: 16px;
  width: 16px;
  margin: 0;
}
.stratified-legend-item div input {
  float: none !important;
  margin: 0 !important;
  width: 100% !important;
}
.stratified-legend-item:after {
  content: none !important;
}
#sample-designer .FileContainer {
  display: block;
  width: 100%;
  margin: 0 0 12px;
  padding: 12px 14px;
  background: #F6F3EC;
  border: 1px solid #E9E2D2;
  border-radius: 8px;
  box-sizing: border-box;
  transition: border-color 140ms cubic-bezier(0.2, 0.8, 0.2, 1), background 140ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
#sample-designer .FileContainer.DragAndDrop {
  background: #F7F2E4;
  border: 2px dashed #D2C8B3;
  padding: 20px;
  text-align: center;
}
#sample-designer .FileContainer.DragAndDrop > div {
  padding-bottom: 0.4em;
  color: #2B2722;
  font-size: 14px;
}
#sample-designer .FileContainer.DragAndDrop > div:first-child {
  font-family: "Satoshi", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #141210;
}
#sample-designer .FileContainer.Focus {
  border-color: #0E7769;
  background: rgba(14, 119, 105, 0.08);
}
#sample-designer .FileInputContainer {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-align: center;
}
#sample-designer .FileInputContainer input {
  cursor: pointer;
  font-size: 100px;
  height: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}
#sample-designer .FileInputsContainer {
  display: none;
}
#sample-designer .DataSetNameContainer {
  display: inline-block;
  max-width: 22em;
}
#sample-designer .DataSetName {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 16em;
  vertical-align: middle;
  color: #141210;
  font-weight: 500;
}
#sample-designer .DataSetNameExtension {
  display: inline-block;
  overflow: hidden;
  width: 3em;
  vertical-align: middle;
  color: #9A9285;
  font-family: "JetBrains Mono", "IBM Plex Mono", "Menlo", Consolas, monospace;
  font-size: 12px;
}
#sample-designer .DataSetSize {
  display: inline-block;
  text-align: right;
  vertical-align: middle;
  width: 6em;
  color: #5C554B;
  font-family: "JetBrains Mono", "IBM Plex Mono", "Menlo", Consolas, monospace;
  font-size: 12px;
  font-variant-numeric: tabular-nums;
}
#sample-designer .DataSetSize:after {
  content: " KB";
}
#sample-designer img.Cancel {
  border: none;
  cursor: pointer;
  display: inline-block;
  transition: opacity 140ms cubic-bezier(0.2, 0.8, 0.2, 1);
  vertical-align: middle;
  width: 16px;
  opacity: 0.65;
}
#sample-designer img.Cancel:hover {
  opacity: 1;
}
#sample-designer .SelectedFiles .FormRow {
  padding: 6px 12px;
  border-radius: 5px;
  transition: background 140ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
#sample-designer .SelectedFiles .FormRow:hover {
  background: #F6F3EC;
}
#sample-designer .SelectedFiles .FormRow .Invalid {
  color: #B54229;
}
#sample-designer .SelectedFiles .FormRow .Unnecessary {
  color: #9A9285;
}
#sample-designer .InfoBox {
  background: #E8F1EE;
  border: 1px solid rgba(14, 119, 105, 0.22);
  color: #07332C;
  border-radius: 8px;
  padding: 8px 12px;
  margin: 6px 0;
  font-size: 12px;
}
#sample-designer .ErrorBox {
  background: rgba(181, 66, 41, 0.1);
  border: 1px solid rgba(181, 66, 41, 0.28);
  color: #a43c25;
  border-radius: 8px;
  padding: 8px 12px;
  margin: 6px 0;
  font-size: 12px;
}
#sample-designer #SaveButton {
  float: none;
}
#sample-designer .cleared {
  clear: both;
}
#sample-designer .cleared-no-margin {
  clear: both;
}
#sample-designer .new-sample-wrapper,
#sample-designer .sample-image,
#sample-designer .sample-wrapper,
#sample-designer .sample-title-container,
#sample-designer .dataset-type-definition {
  display: none !important;
}
#ValidationSessionDetails > div:last-child {
  margin-bottom: 2em;
}
#CompositionDetails .fa {
  vertical-align: baseline;
  font-size: 18px;
  color: #9A9285;
}
.DownloadBox > p:first-of-type {
  text-align: left;
  color: #2B2722;
  font-size: 14px;
}
.KMZ img {
  border: none;
  vertical-align: middle;
  opacity: 0.85;
}
.KMZ span {
  vertical-align: middle;
}
.KMZ:hover img {
  opacity: 1;
}
#SampleList {
  margin-bottom: 4em;
}
#SampleList table tr td:first-child a {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.vc-specimen {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 20px 24px;
  margin: 0 0 28px;
  background: #FFFFFF;
  border: 1px solid #E9E2D2;
  border-radius: 14px;
  box-shadow: 0 1px 1px rgba(20, 18, 16, 0.04);
  position: relative;
  overflow: hidden;
}
.vc-specimen::before {
  content: "";
  position: absolute;
  right: -40px;
  top: -40px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(closest-side, rgba(14, 119, 105, 0.06), transparent 70%);
  pointer-events: none;
}
.vc-specimen-eyebrow {
  font-family: "Satoshi", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 12px;
  color: #0E7769;
  font-size: 10px;
}
.vc-specimen-title {
  font-family: "Satoshi", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: -0.02em;
  color: #141210;
  margin: 0 0 10px 0;
  line-height: 1.1;
}
.vc-specimen-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 32px;
  margin: 0;
}
.vc-specimen-meta > div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.vc-specimen-meta dt {
  font-family: "Satoshi", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 12px;
  font-size: 10px;
  color: #9A9285;
}
.vc-specimen-meta dd {
  margin: 0;
  font-size: 14px;
  color: #141210;
  font-weight: 500;
}
.vc-section {
  background: #FFFFFF;
  border: 1px solid #E9E2D2;
  border-radius: 14px;
  box-shadow: 0 1px 1px rgba(20, 18, 16, 0.04);
  padding: 28px 28px 24px;
  margin: 0 0 22px;
}
.vc-section-head {
  margin-bottom: 22px;
  padding-bottom: 14px;
  border-bottom: 1px solid #F0EADC;
}
.vc-section-head .eyebrow {
  margin-bottom: 6px;
}
.vc-section-head h2 {
  font-family: "Satoshi", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #141210;
  letter-spacing: -0.02em;
  margin: 0 0 6px 0;
}
.vc-section-head .vc-section-lede {
  margin: 0;
  font-size: 14px;
  color: #5C554B;
  max-width: 60ch;
}
.vc-section .vc-fieldset {
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
  margin: 0;
  max-width: none;
}
.vc-method-picker {
  margin-bottom: 18px;
}
.vc-method-picker .vc-picker-label {
  display: block;
  margin-bottom: 10px;
  color: #141210;
  font-weight: 500;
  font-size: 14px;
}
.vc-method-picker .vc-picker-label label {
  display: inline;
  margin: 0;
  font-weight: inherit;
}
.vc-segments {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.vc-segments.vc-segments--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 760px) {
  .vc-segments,
  .vc-segments.vc-segments--two {
    grid-template-columns: 1fr;
  }
}
.vc-segments .vc-segment {
  display: grid;
  grid-template-rows: auto auto auto;
  gap: 4px;
  padding: 14px 16px;
  background: #F6F3EC;
  border: 1px solid #F0EADC;
  border-radius: 8px;
  cursor: pointer;
  transition: border-color 140ms cubic-bezier(0.2, 0.8, 0.2, 1), background 140ms cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 140ms cubic-bezier(0.2, 0.8, 0.2, 1);
  margin: 0;
  min-width: 0;
  width: auto;
  position: relative;
}
.vc-segments .vc-segment input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 1px;
  height: 1px;
  margin: 0;
}
.vc-segments .vc-segment .vc-segment-tag {
  display: block;
  font-family: "Satoshi", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 12px;
  font-size: 9px;
  color: #9A9285;
}
.vc-segments .vc-segment .vc-segment-title {
  display: block;
  font-family: "Satoshi", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #141210;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.vc-segments .vc-segment .vc-segment-desc {
  display: block;
  font-size: 12px;
  color: #5C554B;
  line-height: 1.5;
}
.vc-segments .vc-segment:hover {
  border-color: rgba(14, 119, 105, 0.28);
  background: #FFFFFF;
}
.vc-segments .vc-segment.is-selected {
  background: #E8F1EE;
  border-color: #0E7769;
  box-shadow: 0 0 0 3px rgba(14, 119, 105, 0.18);
}
.vc-segments .vc-segment.is-selected .vc-segment-tag {
  color: #0A4F45;
}
.vc-segments .vc-segment.is-selected .vc-segment-title {
  color: #07332C;
}
.vc-segments .vc-segment.is-selected .vc-segment-desc {
  color: #07332C;
  opacity: 0.85;
}
.vc-toggle-list {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid #F0EADC;
  border-bottom: 1px solid #F0EADC;
}
.vc-toggle {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 12px 4px;
  border-bottom: 1px solid #F0EADC;
}
.vc-toggle:last-child {
  border-bottom: 0;
}
.vc-toggle input[type="checkbox"] {
  margin: 0 !important;
}
.vc-toggle .vc-toggle-body {
  min-width: 0;
}
.vc-toggle .vc-toggle-body label {
  margin: 0;
  color: #141210;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
}
.vc-toggle .vc-toggle-body .vc-toggle-desc {
  margin: 4px 0 0;
  font-size: 12px;
  color: #5C554B;
  max-width: 60ch;
  line-height: 1.5;
}
.vc-zoom-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 24px;
}
.vc-zoom-grid .FormRow {
  margin-bottom: 0;
}
.vc-zoom-grid .vc-zoom-grid-wide {
  grid-column: 1 / -1;
}
.vc-zoom-grid .vc-feature-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.vc-zoom-grid .vc-feature-nav select {
  margin: 0;
}
@media (max-width: 640px) {
  .vc-zoom-grid {
    grid-template-columns: 1fr;
  }
}
.vc-layer-group {
  margin-bottom: 28px;
}
.vc-layer-group:last-child {
  margin-bottom: 0;
}
.vc-layer-head {
  margin-bottom: 10px;
}
.vc-layer-head strong,
.vc-layer-head label {
  font-family: "Satoshi", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 10px;
  color: #0E7769;
  font-weight: 600;
  letter-spacing: 0.14em;
}
.vc-layer-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 12px;
}
.vc-layer-row {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) auto 28px;
  gap: 8px;
  align-items: center;
  padding: 10px 12px;
  background: #F6F3EC;
  border: 1px solid #F0EADC;
  border-radius: 8px;
  transition: border-color 140ms cubic-bezier(0.2, 0.8, 0.2, 1), background 140ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.vc-layer-row:hover {
  background: #FFFFFF;
  border-color: #E9E2D2;
}
.vc-layer-row > select {
  margin: 0;
  min-width: 0;
}
.vc-layer-row .vc-layer-remove,
.vc-layer-row .vc-layer-default,
.vc-layer-row .vc-layer-vis {
  cursor: pointer;
  font-size: 14px;
  color: #5C554B;
  text-align: center;
  transition: color 140ms cubic-bezier(0.2, 0.8, 0.2, 1), transform 140ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.vc-layer-row .vc-layer-remove:hover,
.vc-layer-row .vc-layer-default:hover,
.vc-layer-row .vc-layer-vis:hover {
  color: #0E7769;
  transform: scale(1.1);
}
.vc-layer-row .vc-layer-remove:hover {
  color: #B54229;
}
.vc-layer-row .vc-layer-default {
  color: #0E7769;
}
.vc-layer-row .vc-layer-default.grey {
  color: #9A9285;
}
.vc-layer-row .WebMapServiceContainer,
.vc-layer-row .WebMapTileServiceContainer {
  grid-column: 1 / -1;
  margin: 8px 0 0;
  padding: 12px 14px;
  background: #FFFFFF;
  border: 1px solid #F0EADC;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-left: none;
}
.vc-layer-row .WebMapServiceContainer input,
.vc-layer-row .WebMapTileServiceContainer input {
  max-width: none;
  width: 100%;
  margin: 0;
}
.vc-layer-row .WebMapServiceContainer > div,
.vc-layer-row .WebMapTileServiceContainer > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.vc-layer-add {
  background: #FFFFFF;
  border: 1px dashed #D2C8B3;
  color: #5C554B;
  font-weight: 500;
  font-size: 14px;
  padding: 8px 14px;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: border-color 140ms cubic-bezier(0.2, 0.8, 0.2, 1), color 140ms cubic-bezier(0.2, 0.8, 0.2, 1), background 140ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.vc-layer-add i {
  color: #0E7769;
}
.vc-layer-add:hover {
  border-color: #0E7769;
  color: #0A4F45;
  background: rgba(14, 119, 105, 0.08);
}
.vc-save-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin: 16px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid #F0EADC;
}
.vc-save-row .Primary {
  min-width: 12em;
}
.vc-save-row .Primary i {
  margin-right: 6px;
}
.vc-save-row .vc-save-note {
  font-size: 12px;
  color: #9A9285;
}
.grey {
  color: #9A9285;
}
.vc-method-picker .EnumDescriptionWrapper {
  display: none !important;
}
.vc-section .EnumDescriptionWrapper {
  display: none !important;
}
input.WebMapServiceLayers,
input.WebMapTileServiceLayer {
  width: 12em;
}
input.UserName,
input.UserPassword {
  width: 18em;
}
input.WebMapTileServiceStyle,
input.WebMapTileServiceTileMatrixSet {
  width: 18em;
}
#CreateCampaignForm #UniqueName {
  width: 16em;
}
#CreateCampaignForm #FileContainer {
  display: block;
  max-width: 36em;
  margin: 0 0 1.4em;
  padding: 14px 18px;
  background: #F6F3EC;
  border: 1px solid #E9E2D2;
  border-radius: 8px;
  transition: border-color 140ms cubic-bezier(0.2, 0.8, 0.2, 1), background 140ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
#CreateCampaignForm #FileContainer.DragAndDrop {
  background: #F7F2E4;
  border: 2px dashed #D2C8B3;
  padding: 28px;
  text-align: center;
}
#CreateCampaignForm #FileContainer.DragAndDrop > div {
  padding-bottom: 0.4em;
  color: #2B2722;
}
#CreateCampaignForm #FileContainer.DragAndDrop > div:first-child {
  font-family: "Satoshi", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #141210;
}
#CreateCampaignForm #FileContainer.Focus {
  border-color: #0E7769;
  background: rgba(14, 119, 105, 0.08);
}
#CreateCampaignForm #FileInputContainer {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-align: center;
}
#CreateCampaignForm #FileInputContainer input {
  cursor: pointer;
  font-size: 100px;
  height: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}
#CreateCampaignForm #FileInputsContainer {
  display: none;
}
#CreateCampaignForm .DataSetNameContainer {
  display: inline-block;
  width: 27em;
}
#CreateCampaignForm .DataSetName {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 24em;
  vertical-align: middle;
  color: #141210;
  font-weight: 500;
}
#CreateCampaignForm .DataSetNameExtension {
  display: inline-block;
  overflow: hidden;
  width: 3em;
  vertical-align: middle;
  color: #9A9285;
  font-family: "JetBrains Mono", "IBM Plex Mono", "Menlo", Consolas, monospace;
  font-size: 12px;
}
#CreateCampaignForm .DataSetSize {
  display: inline-block;
  text-align: right;
  vertical-align: middle;
  width: 6em;
  color: #5C554B;
  font-family: "JetBrains Mono", "IBM Plex Mono", "Menlo", Consolas, monospace;
  font-size: 12px;
  font-variant-numeric: tabular-nums;
}
#CreateCampaignForm .DataSetSize:after {
  content: " KB";
}
#CreateCampaignForm img.Cancel {
  border: none;
  cursor: pointer;
  display: inline-block;
  transition: opacity 140ms cubic-bezier(0.2, 0.8, 0.2, 1);
  vertical-align: middle;
  width: 18px;
  opacity: 0.7;
}
#CreateCampaignForm img.Cancel:hover {
  opacity: 1;
}
#CreateCampaignForm #SelectedFiles .FormRow {
  padding: 6px 12px;
  border-radius: 5px;
  transition: background 140ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
#CreateCampaignForm #SelectedFiles .FormRow:hover {
  background: #F6F3EC;
}
#CreateCampaignForm #SelectedFiles .FormRow .Invalid {
  color: #B54229;
}
#CreateCampaignForm #SelectedFiles .FormRow .Unnecessary {
  color: #9A9285;
}
#CreateCampaignForm #SupportedFileTypes {
  font-size: 12px;
  color: #5C554B;
  margin-top: 1.4em;
}
#CreateCampaignForm .Loading,
#CreateCampaignForm .ModernLoading {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 30em;
  margin-top: 2em;
  padding: 12px 18px;
  background: #FFFFFF;
  border: 1px solid #E9E2D2;
  border-radius: 8px;
  box-shadow: 0 1px 1px rgba(20, 18, 16, 0.04);
  color: #2B2722;
  font-size: 14px;
}
#CreateCampaignForm .ModernLoading span {
  display: inline-block;
}
#CreateCampaignForm .ModernLoading progress {
  height: 6px;
  width: 14em;
  margin: 0;
  vertical-align: middle;
}
#CreateCampaignForm .Loading img {
  border: 0;
  height: 28px;
  vertical-align: middle;
  opacity: 0.7;
}
#ReportDetails {
  margin: 8px 0 14px;
}
#ReportDetails > div {
  padding: 8px 0;
  border-bottom: 1px solid #F0EADC;
  font-size: 14px;
  color: #2B2722;
}
#ReportDetails > div:last-child {
  border-bottom: 0;
}
#ReportDetails > div:last-child {
  margin-bottom: 2em;
}
.ValidationProgressBox > p:first-of-type {
  text-align: left;
  color: #2B2722;
}
.ValidationProgressBox .lw-progress-ring + .ValidationProgress {
  display: none;
}
.ValidationProgress {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #F6F3EC;
  border: 1px solid #F0EADC;
  border-radius: 8px;
  margin: 8px 0 14px;
  padding: 10px 14px;
  font-size: 14px;
  color: #2B2722;
  width: auto;
}
.ValidationProgress span {
  display: inline-block;
}
.ValidationProgress span:first-of-type {
  font-family: "Satoshi", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 12px;
  font-size: 10px;
  color: #9A9285;
  margin-right: 0;
}
.ValidationProgress span:last-of-type {
  margin-left: 0;
  color: #141210;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}
.ValidationProgress progress {
  height: 6px;
  flex: 1;
  max-width: 14em;
}
.SHP img,
.ValidationCampaign img {
  border: none;
  vertical-align: middle;
  opacity: 0.85;
}
.SHP span,
.ValidationCampaign span {
  vertical-align: middle;
}
.SHP:hover img,
.ValidationCampaign:hover img {
  opacity: 1;
}
#ValidationSessionList {
  margin-bottom: 4em;
}
#ValidationSessionList table tr td:first-child a {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.mobile-icon {
  padding-right: 6px;
  color: #9A9285;
}
#report-download {
  display: grid;
  grid-template-columns: 380px minmax(0, 1fr);
  gap: 36px;
  align-items: start;
}
#report-download aside {
  float: none;
}
#report-download aside img {
  border: 1px solid #E9E2D2;
  border-radius: 8px;
  background: #F6F3EC;
  padding: 8px;
  max-width: 100%;
  height: auto;
}
#report-download #options-form {
  padding-left: 0;
}
#report-download #options-form label {
  float: none;
  width: 16em;
  color: #141210;
  font-weight: 500;
}
#report-download #options-form img {
  border: 0;
  width: 180px;
  margin-right: 20px;
  cursor: pointer;
  border-radius: 8px;
  transition: transform 140ms cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 140ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
#report-download #options-form img:hover {
  transform: scale(1.02);
  box-shadow: 0 6px 16px rgba(20, 18, 16, 0.06), 0 2px 4px rgba(20, 18, 16, 0.04);
}
#report-download .cleared {
  clear: both;
}
@media (max-width: 900px) {
  #report-download {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.ValidationContainer {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 24px;
  margin-bottom: 32px;
  align-items: start;
}
.ValidationContainer .vv-cockpit {
  grid-column: 1 / -1;
}
.ValidationContainer .vv-map-col,
.ValidationContainer .vv-class-col {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
}
.ValidationContainer .vv-ndvi {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 8px;
}
@media (max-width: 1100px) {
  .ValidationContainer {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .ValidationContainer .vv-ndvi {
    grid-template-columns: 1fr;
  }
}
.vv-cockpit {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 14px 18px;
  background: #FFFFFF;
  border: 1px solid #E9E2D2;
  border-radius: 14px;
  box-shadow: 0 1px 1px rgba(20, 18, 16, 0.04);
}
@media (max-width: 760px) {
  .vv-cockpit {
    grid-template-columns: 1fr;
  }
}
.vv-cockpit .Navigation {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: auto;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  text-align: center;
}
.vv-cockpit .Navigation button {
  min-width: 0;
  padding: 8px 14px;
  font-size: 18px;
  font-family: "Satoshi", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1;
}
.vv-cockpit .Navigation button[disabled],
.vv-cockpit .Navigation button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.vv-cockpit-seq {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  min-width: 6em;
  padding: 0 6px;
  line-height: 1.1;
}
.vv-cockpit-seq .vv-cockpit-seq-label {
  font-family: "Satoshi", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 9px;
  color: #9A9285;
  letter-spacing: 0.14em;
}
.vv-cockpit-seq .vv-cockpit-seq-value {
  font-family: "JetBrains Mono", "IBM Plex Mono", "Menlo", Consolas, monospace;
  font-weight: 600;
  font-size: 22px;
  color: #141210;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.01em;
  line-height: 1.05;
}
.vv-cockpit .ValidationProgress {
  display: flex;
  align-items: center;
  gap: 12px;
  background: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  padding: 0 0 0 18px;
  border-left: 1px solid #F0EADC;
  width: auto;
  font-size: 14px;
}
.vv-cockpit .ValidationProgress span:first-of-type {
  font-family: "Satoshi", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 9px;
  color: #9A9285;
  letter-spacing: 0.14em;
  flex-shrink: 0;
}
.vv-cockpit .ValidationProgress span:last-of-type {
  color: #141210;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  font-family: "JetBrains Mono", "IBM Plex Mono", "Menlo", Consolas, monospace;
  font-size: 14px;
  white-space: nowrap;
}
.vv-cockpit .ValidationProgress progress {
  flex: 1;
  min-width: 8em;
  height: 8px;
  max-width: none;
}
@media (max-width: 760px) {
  .vv-cockpit .ValidationProgress {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid #F0EADC;
    padding-top: 12px;
  }
}
#map {
  height: 600px;
  border: 1px solid #E9E2D2;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(20, 18, 16, 0.06), 0 1px 1px rgba(20, 18, 16, 0.03);
  background: #F3F0E8;
  margin: 0;
  position: relative;
}
#map button {
  min-width: 0;
}
#map label {
  width: auto;
}
#map .ol-viewport,
#map > div.ol-viewport,
#map canvas {
  width: 100% !important;
  height: 100% !important;
}
#gmap,
#olmap {
  display: none !important;
}
.mapfill {
  width: 100%;
  height: 100%;
}
#ValidationContainer .DetailsBox,
#ValidationContainer .BookmarkBox {
  background: #FFFFFF;
  border: 1px solid #E9E2D2;
  border-radius: 14px;
  box-shadow: 0 1px 1px rgba(20, 18, 16, 0.04);
  transition: border-color 260ms cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 260ms cubic-bezier(0.2, 0.8, 0.2, 1), transform 260ms cubic-bezier(0.2, 0.8, 0.2, 1);
  padding: 18px 20px;
  margin: 0;
}
#ValidationContainer .DetailsBox > h2,
#ValidationContainer .BookmarkBox > h2 {
  font-family: "Satoshi", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #0E7769;
  margin: 0 0 12px 0;
  font-size: 12px;
  text-align: left;
}
#ValidationContainer .DetailsBox .classification-header,
#ValidationContainer .BookmarkBox .classification-header {
  font-family: "Satoshi", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #0E7769;
  font-size: 12px;
  margin: 0 0 14px 0;
  text-align: left;
}
#ValidationContainer .BookmarkBox #bookmarkName {
  width: 100%;
  max-width: none;
  margin: 0 0 8px;
}
#ValidationContainer .BookmarkBox #addBookmark {
  width: 100%;
  justify-content: center;
}
#ValidationContainer .BookmarkBox #deleteBookmark {
  min-width: 8em;
}
#ValidationContainer .BookmarkBox .vv-bookmark-set {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 6px 10px;
  align-items: baseline;
  padding: 8px 10px;
  background: #F6F3EC;
  border-radius: 8px;
  margin-bottom: 10px;
}
#ValidationContainer .BookmarkBox .vv-bookmark-set .vv-bookmark-label {
  font-family: "Satoshi", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 12px;
  font-size: 9px;
  color: #9A9285;
}
#ValidationContainer .BookmarkBox .vv-bookmark-set .vv-bookmark-value {
  font-weight: 600;
  color: #141210;
  font-size: 14px;
}
#ValidationContainer .BookmarkBox .vv-bookmark-set #deleteBookmark {
  grid-column: 1 / -1;
  width: 100%;
  justify-content: center;
  margin-top: 6px;
}
#ValidationContainer .BookmarkBox #viewBookmark {
  margin-top: 12px;
  width: 100%;
  justify-content: center;
}
.plausbility-value {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background: #F6F3EC;
  border: 1px solid #F0EADC;
  border-radius: 8px;
  margin: 0 0 16px;
  color: #2B2722;
  font-size: 14px;
  width: 100%;
}
.plausbility-value .legendcolor {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #D2C8B3;
  border-radius: 3px;
  flex-shrink: 0;
}
.plausbility-value .legendtext {
  color: #141210;
  font-weight: 600;
}
.plausbility-value .legendvalue {
  color: #9A9285;
  font-family: "JetBrains Mono", "IBM Plex Mono", "Menlo", Consolas, monospace;
  font-size: 12px;
  margin-left: auto;
}
.plausibility-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 14px;
}
.plausibility-buttons > .Correct,
.plausibility-buttons > .Incorrect {
  min-width: 0;
  padding: 14px 16px;
  font-weight: 700;
  font-size: 18px;
  font-family: "Satoshi", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  letter-spacing: -0.02em;
  border-radius: 8px;
  transition: background 140ms cubic-bezier(0.2, 0.8, 0.2, 1), border-color 140ms cubic-bezier(0.2, 0.8, 0.2, 1), color 140ms cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 140ms cubic-bezier(0.2, 0.8, 0.2, 1), transform 140ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.plausibility-buttons > .Correct {
  background: rgba(21, 122, 78, 0.1);
  border: 1px solid rgba(21, 122, 78, 0.3);
  color: #157A4E;
  box-shadow: 0 1px 1px rgba(20, 18, 16, 0.04);
}
.plausibility-buttons > .Correct:hover {
  background: rgba(21, 122, 78, 0.18);
  border-color: #157A4E;
  color: #157A4E;
  box-shadow: 0 1px 2px rgba(20, 18, 16, 0.06), 0 1px 1px rgba(20, 18, 16, 0.03);
}
.plausibility-buttons > .Correct.Selected {
  background: #157A4E;
  border-color: #0f5738;
  color: #F8F5EC;
  box-shadow: 0 1px 2px rgba(20, 18, 16, 0.06), 0 1px 1px rgba(20, 18, 16, 0.03), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.plausibility-buttons > .Correct.Selected:hover {
  background: #126943;
  border-color: #0c462d;
  color: #F8F5EC;
}
.plausibility-buttons > .Incorrect {
  background: rgba(181, 66, 41, 0.1);
  border: 1px solid rgba(181, 66, 41, 0.3);
  color: #B54229;
  box-shadow: 0 1px 1px rgba(20, 18, 16, 0.04);
}
.plausibility-buttons > .Incorrect:hover {
  background: rgba(181, 66, 41, 0.18);
  border-color: #B54229;
  color: #B54229;
  box-shadow: 0 1px 2px rgba(20, 18, 16, 0.06), 0 1px 1px rgba(20, 18, 16, 0.03);
}
.plausibility-buttons > .Incorrect.Selected {
  background: #B54229;
  border-color: #943621;
  color: #F8F5EC;
  box-shadow: 0 1px 2px rgba(20, 18, 16, 0.06), 0 1px 1px rgba(20, 18, 16, 0.03), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.plausibility-buttons > .Incorrect.Selected:hover {
  background: #a43c25;
  border-color: #83301e;
  color: #F8F5EC;
}
.blindclassification-box {
  overflow-y: auto;
  margin: 0 0 12px;
}
.blindclassification-box > div {
  margin-bottom: 6px;
  font-size: 14px;
  position: relative;
}
.blindclassification-box button {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 10px 14px;
  justify-content: flex-start;
  text-align: left;
  font-weight: 500;
}
.blindclassification-box button .legendcolor {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #D2C8B3;
  border-radius: 3px;
  flex-shrink: 0;
  position: static;
}
.blindclassification-box button .legendtext {
  color: #141210;
  flex: 1;
}
.blindclassification-box button .legendvalue {
  color: #9A9285;
  font-family: "JetBrains Mono", "IBM Plex Mono", "Menlo", Consolas, monospace;
  font-size: 12px;
}
.blindclassification-box button.Primary {
  background: #0E7769;
  border-color: #0A4F45;
  color: #F8F5EC;
}
.blindclassification-box button.Primary .legendtext {
  color: #F8F5EC;
}
.blindclassification-box button.Primary .legendvalue {
  color: rgba(248, 245, 236, 0.8);
}
.blindclassification-box button.Primary .legendcolor {
  border-color: #F8F5EC;
}
#blindclassification-options {
  max-height: calc(600px - 6em);
}
#enhancedplausibilityclassification-options {
  max-height: calc(600px - 12em);
  margin-top: 1em;
}
.vv-sample-info {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0 0 14px;
}
.vv-sample-info > div {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 6px 12px;
  align-items: baseline;
  padding: 8px 0;
  border-bottom: 1px solid #F0EADC;
  font-size: 14px;
}
.vv-sample-info > div:last-child {
  border-bottom: 0;
}
.vv-sample-info > div dt {
  font-family: "Satoshi", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 12px;
  font-size: 10px;
  color: #9A9285;
  margin: 0;
  padding-top: 2px;
}
.vv-sample-info > div dd {
  margin: 0;
  color: #141210;
  font-weight: 500;
  font-family: "JetBrains Mono", "IBM Plex Mono", "Menlo", Consolas, monospace;
  font-size: 14px;
  letter-spacing: -0.005em;
  word-break: break-word;
}
#ValidationDownloadSample {
  margin-top: 8px;
}
#ValidationDownloadSample .Button {
  width: 100%;
  justify-content: center;
}
#ValidationDownloadSample .Button img {
  vertical-align: middle;
  height: 18px;
  opacity: 0.85;
}
#ValidationDownloadSample .Button span {
  vertical-align: middle;
}
#ValidationDownloadSample .Button:hover img {
  opacity: 1;
}
.vv-submit-error {
  display: inline-block;
  margin-top: 10px;
  padding: 6px 12px;
  background: rgba(181, 66, 41, 0.1);
  border: 1px solid rgba(181, 66, 41, 0.3);
  border-radius: 8px;
  color: #a43c25;
  font-size: 14px;
}
#ValidationContainer iframe {
  width: 100%;
  border: 1px solid #E9E2D2;
  border-radius: 8px;
  height: 440px;
  background: #F3F0E8;
}
.ol-popup {
  position: absolute;
  background: #FFFFFF;
  filter: drop-shadow(0 4px 12px rgba(20, 18, 16, 0.16));
  padding: 14px 16px;
  border-radius: 8px;
  border: 1px solid #E9E2D2;
  bottom: 12px;
  left: -50px;
  min-width: 280px;
  font-size: 14px;
  color: #141210;
}
.ol-popup:after,
.ol-popup:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.ol-popup:after {
  border-top-color: #FFFFFF;
  border-width: 10px;
  left: 48px;
  margin-left: -10px;
}
.ol-popup:before {
  border-top-color: #E9E2D2;
  border-width: 11px;
  left: 48px;
  margin-left: -11px;
}
.ol-popup-closer {
  text-decoration: none;
  position: absolute;
  top: 4px;
  right: 10px;
  color: #5C554B;
  transition: color 140ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.ol-popup-closer:hover {
  color: #0E7769;
}
.ol-popup-closer:after {
  content: "✖";
  font-size: 12px;
}
