@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 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;
}
/* ==========================================================================
   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;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * 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.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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"],
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;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/*! jQuery UI - v1.10.3 - 2013-08-11
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=2px&bgColorHeader=%23444444&bgTextureHeader=flat&bgImgOpacityHeader=44&borderColorHeader=%23333333&fcHeader=%23ffffff&iconColorHeader=%23ffffff&bgColorContent=%23000000&bgTextureContent=flat&bgImgOpacityContent=25&borderColorContent=%23555555&fcContent=%23ffffff&iconColorContent=%23cccccc&bgColorDefault=%23222222&bgTextureDefault=flat&bgImgOpacityDefault=35&borderColorDefault=%23444444&fcDefault=%23eeeeee&iconColorDefault=%23cccccc&bgColorHover=%23393939&bgTextureHover=flat&bgImgOpacityHover=33&borderColorHover=%23a7a7a7&fcHover=%23ffffff&iconColorHover=%23ffffff&bgColorActive=%23e4e4e4&bgTextureActive=flat&bgImgOpacityActive=20&borderColorActive=%23ffffff&fcActive=%231a1a1a&iconColorActive=%23d7d7d7&bgColorHighlight=%237e7e7e&bgTextureHighlight=flat&bgImgOpacityHighlight=0&borderColorHighlight=%23cccccc&fcHighlight=%23ffffff&iconColorHighlight=%23ffffff&bgColorError=%23ffb33d&bgTextureError=flat&bgImgOpacityError=40&borderColorError=%23ffb73d&fcError=%23111111&iconColorError=%23c81301&bgColorOverlay=%235c5c5c&bgTextureOverlay=flat&bgImgOpacityOverlay=50&opacityOverlay=80&bgColorShadow=%23cccccc&bgTextureShadow=flat&bgImgOpacityShadow=30&opacityShadow=60&thicknessShadow=6px&offsetTopShadow=-6px&offsetLeftShadow=-6px&cornerRadiusShadow=8px
* Copyright 2013 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);
}
.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-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: 0.5em 0.5em 0.5em 0.7em;
  min-height: 0;
  /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
  padding-left: 0.7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: 0.5em;
  top: 50%;
  margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em;
}
.ui-button-icons-only {
  width: 3.4em;
}
button.ui-button-icons-only {
  width: 3.7em;
}
/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}
.ui-button-text-only .ui-button-text {
  padding: 0.4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: 0.4em;
  text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em;
}
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: 0.4em 1em;
}
/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: 0.5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: 0.5em;
}
/* button sets */
.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}
/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 21px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none;
}
.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
  /* support: IE10, see #8844 */
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px 0.4em;
  line-height: 1.5;
  min-height: 0;
  /* support: IE7 */
  font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}
.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: 0.4em 0 0.2em;
  line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
  cursor: default;
}
/* icon support */
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}
/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0.2em;
  left: 0.2em;
}
/* right-aligned */
.ui-menu .ui-menu-icon {
  position: static;
  float: right;
}
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
  background: url("images/animated-overlay.gif");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
          filter: inherit;
}
.ui-slider-horizontal {
  height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 22px;
}
.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}
/* vertical centre icon */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}
.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}
/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px;
}
.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0.2em;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
  cursor: text;
}
.ui-tabs .ui-tabs-nav li a,
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
  border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #555555;
  background: #000000 url(images/ui-bg_flat_25_000000_40x100.png) 50% 50% repeat-x;
  color: #ffffff;
}
.ui-widget-content a {
  color: #ffffff;
}
.ui-widget-header {
  border: 1px solid #333333;
  background: #444444 url(images/ui-bg_flat_44_444444_40x100.png) 50% 50% repeat-x;
  color: #ffffff;
  font-weight: bold;
}
.ui-widget-header a {
  color: #ffffff;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #444444;
  background: #222222 url(images/ui-bg_flat_35_222222_40x100.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #eeeeee;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #eeeeee;
  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 #a7a7a7;
  background: #393939 url(images/ui-bg_flat_33_393939_40x100.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #ffffff;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #ffffff;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #ffffff;
  background: #e4e4e4 url(images/ui-bg_flat_20_e4e4e4_40x100.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #1a1a1a;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #1a1a1a;
  text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #cccccc;
  background: #7e7e7e url(images/ui-bg_flat_0_7e7e7e_40x100.png) 50% 50% repeat-x;
  color: #ffffff;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #ffffff;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #ffb73d;
  background: #ffb33d url(images/ui-bg_flat_40_ffb33d_40x100.png) 50% 50% repeat-x;
  color: #111111;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #111111;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #111111;
}
.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: 0.7;
  filter: alpha(opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: alpha(opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
  /* For 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_cccccc_256x240.png);
}
.ui-widget-header .ui-icon {
  background-image: url(images/ui-icons_ffffff_256x240.png);
}
.ui-state-default .ui-icon {
  background-image: url(images/ui-icons_cccccc_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(images/ui-icons_ffffff_256x240.png);
}
.ui-state-active .ui-icon {
  background-image: url(images/ui-icons_d7d7d7_256x240.png);
}
.ui-state-highlight .ui-icon {
  background-image: url(images/ui-icons_ffffff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(images/ui-icons_c81301_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: 2px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 2px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 2px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 2px;
}
/* Overlays */
.ui-widget-overlay {
  background: #5c5c5c url(images/ui-bg_flat_50_5c5c5c_40x100.png) 50% 50% repeat-x;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.ui-widget-shadow {
  margin: -6px 0 0 -6px;
  padding: 6px;
  background: #cccccc url(images/ui-bg_flat_30_cccccc_40x100.png) 50% 50% repeat-x;
  opacity: 0.6;
  filter: alpha(opacity=60);
  border-radius: 8px;
}
/* ref: http://www.css3files.com/animation/ */
/*!
 * Font Awesome Pro 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.fa-xs {
  font-size: 0.75em;
}
.fa-sm {
  font-size: 0.875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border-radius: 0.1em;
  border: solid 0.08em #eee;
  padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.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(360deg);
            transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-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);
          transform: scale(1, -1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-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,
:root .fa-flip-both {
  -webkit-filter: none;
          filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}
.fa-abacus:before {
  content: "\f640";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-acorn:before {
  content: "\f6ae";
}
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}
.fa-ad:before {
  content: "\f641";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-card:before {
  content: "\f2bb";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-adn:before {
  content: "\f170";
}
.fa-adobe:before {
  content: "\f778";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-air-freshener:before {
  content: "\f5d0";
}
.fa-airbnb:before {
  content: "\f834";
}
.fa-alarm-clock:before {
  content: "\f34e";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-alicorn:before {
  content: "\f6b0";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-alipay:before {
  content: "\f642";
}
.fa-allergies:before {
  content: "\f461";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-analytics:before {
  content: "\f643";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-android:before {
  content: "\f17b";
}
.fa-angel:before {
  content: "\f779";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angry:before {
  content: "\f556";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-angular:before {
  content: "\f420";
}
.fa-ankh:before {
  content: "\f644";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-apper:before {
  content: "\f371";
}
.fa-apple:before {
  content: "\f179";
}
.fa-apple-alt:before {
  content: "\f5d1";
}
.fa-apple-crate:before {
  content: "\f6b1";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-archive:before {
  content: "\f187";
}
.fa-archway:before {
  content: "\f557";
}
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
.fa-arrow-alt-down:before {
  content: "\f354";
}
.fa-arrow-alt-from-bottom:before {
  content: "\f346";
}
.fa-arrow-alt-from-left:before {
  content: "\f347";
}
.fa-arrow-alt-from-right:before {
  content: "\f348";
}
.fa-arrow-alt-from-top:before {
  content: "\f349";
}
.fa-arrow-alt-left:before {
  content: "\f355";
}
.fa-arrow-alt-right:before {
  content: "\f356";
}
.fa-arrow-alt-square-down:before {
  content: "\f350";
}
.fa-arrow-alt-square-left:before {
  content: "\f351";
}
.fa-arrow-alt-square-right:before {
  content: "\f352";
}
.fa-arrow-alt-square-up:before {
  content: "\f353";
}
.fa-arrow-alt-to-bottom:before {
  content: "\f34a";
}
.fa-arrow-alt-to-left:before {
  content: "\f34b";
}
.fa-arrow-alt-to-right:before {
  content: "\f34c";
}
.fa-arrow-alt-to-top:before {
  content: "\f34d";
}
.fa-arrow-alt-up:before {
  content: "\f357";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-arrow-from-bottom:before {
  content: "\f342";
}
.fa-arrow-from-left:before {
  content: "\f343";
}
.fa-arrow-from-right:before {
  content: "\f344";
}
.fa-arrow-from-top:before {
  content: "\f345";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-square-down:before {
  content: "\f339";
}
.fa-arrow-square-left:before {
  content: "\f33a";
}
.fa-arrow-square-right:before {
  content: "\f33b";
}
.fa-arrow-square-up:before {
  content: "\f33c";
}
.fa-arrow-to-bottom:before {
  content: "\f33d";
}
.fa-arrow-to-left:before {
  content: "\f33e";
}
.fa-arrow-to-right:before {
  content: "\f340";
}
.fa-arrow-to-top:before {
  content: "\f341";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-arrows-alt-h:before {
  content: "\f337";
}
.fa-arrows-alt-v:before {
  content: "\f338";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-artstation:before {
  content: "\f77a";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-atlas:before {
  content: "\f558";
}
.fa-atlassian:before {
  content: "\f77b";
}
.fa-atom:before {
  content: "\f5d2";
}
.fa-atom-alt:before {
  content: "\f5d3";
}
.fa-audible:before {
  content: "\f373";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-award:before {
  content: "\f559";
}
.fa-aws:before {
  content: "\f375";
}
.fa-axe:before {
  content: "\f6b2";
}
.fa-axe-battle:before {
  content: "\f6b3";
}
.fa-baby:before {
  content: "\f77c";
}
.fa-baby-carriage:before {
  content: "\f77d";
}
.fa-backpack:before {
  content: "\f5d4";
}
.fa-backspace:before {
  content: "\f55a";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-bacon:before {
  content: "\f7e5";
}
.fa-badge:before {
  content: "\f335";
}
.fa-badge-check:before {
  content: "\f336";
}
.fa-badge-dollar:before {
  content: "\f645";
}
.fa-badge-percent:before {
  content: "\f646";
}
.fa-badger-honey:before {
  content: "\f6b4";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-balance-scale-left:before {
  content: "\f515";
}
.fa-balance-scale-right:before {
  content: "\f516";
}
.fa-ball-pile:before {
  content: "\f77e";
}
.fa-ballot:before {
  content: "\f732";
}
.fa-ballot-check:before {
  content: "\f733";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-band-aid:before {
  content: "\f462";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-barcode-alt:before {
  content: "\f463";
}
.fa-barcode-read:before {
  content: "\f464";
}
.fa-barcode-scan:before {
  content: "\f465";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-baseball:before {
  content: "\f432";
}
.fa-baseball-ball:before {
  content: "\f433";
}
.fa-basketball-ball:before {
  content: "\f434";
}
.fa-basketball-hoop:before {
  content: "\f435";
}
.fa-bat:before {
  content: "\f6b5";
}
.fa-bath:before {
  content: "\f2cd";
}
.fa-battery-bolt:before {
  content: "\f376";
}
.fa-battery-empty:before {
  content: "\f244";
}
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-slash:before {
  content: "\f377";
}
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battle-net:before {
  content: "\f835";
}
.fa-bed:before {
  content: "\f236";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-bell-school:before {
  content: "\f5d5";
}
.fa-bell-school-slash:before {
  content: "\f5d6";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bells:before {
  content: "\f77f";
}
.fa-bezier-curve:before {
  content: "\f55b";
}
.fa-bible:before {
  content: "\f647";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-biohazard:before {
  content: "\f780";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-blanket:before {
  content: "\f498";
}
.fa-blender:before {
  content: "\f517";
}
.fa-blender-phone:before {
  content: "\f6b6";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-blog:before {
  content: "\f781";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-bold:before {
  content: "\f032";
}
.fa-bolt:before {
  content: "\f0e7";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-bone:before {
  content: "\f5d7";
}
.fa-bone-break:before {
  content: "\f5d8";
}
.fa-bong:before {
  content: "\f55c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-book-alt:before {
  content: "\f5d9";
}
.fa-book-dead:before {
  content: "\f6b7";
}
.fa-book-heart:before {
  content: "\f499";
}
.fa-book-medical:before {
  content: "\f7e6";
}
.fa-book-open:before {
  content: "\f518";
}
.fa-book-reader:before {
  content: "\f5da";
}
.fa-book-spells:before {
  content: "\f6b8";
}
.fa-book-user:before {
  content: "\f7e7";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-books:before {
  content: "\f5db";
}
.fa-books-medical:before {
  content: "\f7e8";
}
.fa-boot:before {
  content: "\f782";
}
.fa-booth-curtain:before {
  content: "\f734";
}
.fa-bootstrap:before {
  content: "\f836";
}
.fa-bow-arrow:before {
  content: "\f6b9";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-bowling-pins:before {
  content: "\f437";
}
.fa-box:before {
  content: "\f466";
}
.fa-box-alt:before {
  content: "\f49a";
}
.fa-box-ballot:before {
  content: "\f735";
}
.fa-box-check:before {
  content: "\f467";
}
.fa-box-fragile:before {
  content: "\f49b";
}
.fa-box-full:before {
  content: "\f49c";
}
.fa-box-heart:before {
  content: "\f49d";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-box-up:before {
  content: "\f49f";
}
.fa-box-usd:before {
  content: "\f4a0";
}
.fa-boxes:before {
  content: "\f468";
}
.fa-boxes-alt:before {
  content: "\f4a1";
}
.fa-boxing-glove:before {
  content: "\f438";
}
.fa-brackets:before {
  content: "\f7e9";
}
.fa-brackets-curly:before {
  content: "\f7ea";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-brain:before {
  content: "\f5dc";
}
.fa-bread-loaf:before {
  content: "\f7eb";
}
.fa-bread-slice:before {
  content: "\f7ec";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-briefcase-medical:before {
  content: "\f469";
}
.fa-broadcast-tower:before {
  content: "\f519";
}
.fa-broom:before {
  content: "\f51a";
}
.fa-browser:before {
  content: "\f37e";
}
.fa-brush:before {
  content: "\f55d";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-buffer:before {
  content: "\f837";
}
.fa-bug:before {
  content: "\f188";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-bullseye-arrow:before {
  content: "\f648";
}
.fa-bullseye-pointer:before {
  content: "\f649";
}
.fa-burn:before {
  content: "\f46a";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-burrito:before {
  content: "\f7ed";
}
.fa-bus:before {
  content: "\f207";
}
.fa-bus-alt:before {
  content: "\f55e";
}
.fa-bus-school:before {
  content: "\f5dd";
}
.fa-business-time:before {
  content: "\f64a";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-cabinet-filing:before {
  content: "\f64b";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-calculator-alt:before {
  content: "\f64c";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-calendar-alt:before {
  content: "\f073";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-calendar-day:before {
  content: "\f783";
}
.fa-calendar-edit:before {
  content: "\f333";
}
.fa-calendar-exclamation:before {
  content: "\f334";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-calendar-star:before {
  content: "\f736";
}
.fa-calendar-times:before {
  content: "\f273";
}
.fa-calendar-week:before {
  content: "\f784";
}
.fa-camera:before {
  content: "\f030";
}
.fa-camera-alt:before {
  content: "\f332";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-campfire:before {
  content: "\f6ba";
}
.fa-campground:before {
  content: "\f6bb";
}
.fa-canadian-maple-leaf:before {
  content: "\f785";
}
.fa-candle-holder:before {
  content: "\f6bc";
}
.fa-candy-cane:before {
  content: "\f786";
}
.fa-candy-corn:before {
  content: "\f6bd";
}
.fa-cannabis:before {
  content: "\f55f";
}
.fa-capsules:before {
  content: "\f46b";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-car-alt:before {
  content: "\f5de";
}
.fa-car-battery:before {
  content: "\f5df";
}
.fa-car-bump:before {
  content: "\f5e0";
}
.fa-car-crash:before {
  content: "\f5e1";
}
.fa-car-garage:before {
  content: "\f5e2";
}
.fa-car-mechanic:before {
  content: "\f5e3";
}
.fa-car-side:before {
  content: "\f5e4";
}
.fa-car-tilt:before {
  content: "\f5e5";
}
.fa-car-wash:before {
  content: "\f5e6";
}
.fa-caret-circle-down:before {
  content: "\f32d";
}
.fa-caret-circle-left:before {
  content: "\f32e";
}
.fa-caret-circle-right:before {
  content: "\f330";
}
.fa-caret-circle-up:before {
  content: "\f331";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-caret-square-down:before {
  content: "\f150";
}
.fa-caret-square-left:before {
  content: "\f191";
}
.fa-caret-square-right:before {
  content: "\f152";
}
.fa-caret-square-up:before {
  content: "\f151";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-carrot:before {
  content: "\f787";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cash-register:before {
  content: "\f788";
}
.fa-cat:before {
  content: "\f6be";
}
.fa-cauldron:before {
  content: "\f6bf";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-centos:before {
  content: "\f789";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-chair:before {
  content: "\f6c0";
}
.fa-chair-office:before {
  content: "\f6c1";
}
.fa-chalkboard:before {
  content: "\f51b";
}
.fa-chalkboard-teacher:before {
  content: "\f51c";
}
.fa-charging-station:before {
  content: "\f5e7";
}
.fa-chart-area:before {
  content: "\f1fe";
}
.fa-chart-bar:before {
  content: "\f080";
}
.fa-chart-line:before {
  content: "\f201";
}
.fa-chart-line-down:before {
  content: "\f64d";
}
.fa-chart-network:before {
  content: "\f78a";
}
.fa-chart-pie:before {
  content: "\f200";
}
.fa-chart-pie-alt:before {
  content: "\f64e";
}
.fa-chart-scatter:before {
  content: "\f7ee";
}
.fa-check:before {
  content: "\f00c";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-check-double:before {
  content: "\f560";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-cheese:before {
  content: "\f7ef";
}
.fa-cheese-swiss:before {
  content: "\f7f0";
}
.fa-cheeseburger:before {
  content: "\f7f1";
}
.fa-chess:before {
  content: "\f439";
}
.fa-chess-bishop:before {
  content: "\f43a";
}
.fa-chess-bishop-alt:before {
  content: "\f43b";
}
.fa-chess-board:before {
  content: "\f43c";
}
.fa-chess-clock:before {
  content: "\f43d";
}
.fa-chess-clock-alt:before {
  content: "\f43e";
}
.fa-chess-king:before {
  content: "\f43f";
}
.fa-chess-king-alt:before {
  content: "\f440";
}
.fa-chess-knight:before {
  content: "\f441";
}
.fa-chess-knight-alt:before {
  content: "\f442";
}
.fa-chess-pawn:before {
  content: "\f443";
}
.fa-chess-pawn-alt:before {
  content: "\f444";
}
.fa-chess-queen:before {
  content: "\f445";
}
.fa-chess-queen-alt:before {
  content: "\f446";
}
.fa-chess-rook:before {
  content: "\f447";
}
.fa-chess-rook-alt:before {
  content: "\f448";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-double-down:before {
  content: "\f322";
}
.fa-chevron-double-left:before {
  content: "\f323";
}
.fa-chevron-double-right:before {
  content: "\f324";
}
.fa-chevron-double-up:before {
  content: "\f325";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-square-down:before {
  content: "\f329";
}
.fa-chevron-square-left:before {
  content: "\f32a";
}
.fa-chevron-square-right:before {
  content: "\f32b";
}
.fa-chevron-square-up:before {
  content: "\f32c";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-chimney:before {
  content: "\f78b";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-chromecast:before {
  content: "\f838";
}
.fa-church:before {
  content: "\f51d";
}
.fa-circle:before {
  content: "\f111";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-city:before {
  content: "\f64f";
}
.fa-claw-marks:before {
  content: "\f6c2";
}
.fa-clinic-medical:before {
  content: "\f7f2";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-clipboard-check:before {
  content: "\f46c";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-clipboard-list-check:before {
  content: "\f737";
}
.fa-clipboard-prescription:before {
  content: "\f5e8";
}
.fa-clipboard-user:before {
  content: "\f7f3";
}
.fa-clock:before {
  content: "\f017";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-download-alt:before {
  content: "\f381";
}
.fa-cloud-drizzle:before {
  content: "\f738";
}
.fa-cloud-hail:before {
  content: "\f739";
}
.fa-cloud-hail-mixed:before {
  content: "\f73a";
}
.fa-cloud-meatball:before {
  content: "\f73b";
}
.fa-cloud-moon:before {
  content: "\f6c3";
}
.fa-cloud-moon-rain:before {
  content: "\f73c";
}
.fa-cloud-rain:before {
  content: "\f73d";
}
.fa-cloud-rainbow:before {
  content: "\f73e";
}
.fa-cloud-showers:before {
  content: "\f73f";
}
.fa-cloud-showers-heavy:before {
  content: "\f740";
}
.fa-cloud-sleet:before {
  content: "\f741";
}
.fa-cloud-snow:before {
  content: "\f742";
}
.fa-cloud-sun:before {
  content: "\f6c4";
}
.fa-cloud-sun-rain:before {
  content: "\f743";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-cloud-upload-alt:before {
  content: "\f382";
}
.fa-clouds:before {
  content: "\f744";
}
.fa-clouds-moon:before {
  content: "\f745";
}
.fa-clouds-sun:before {
  content: "\f746";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-club:before {
  content: "\f327";
}
.fa-cocktail:before {
  content: "\f561";
}
.fa-code:before {
  content: "\f121";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-code-commit:before {
  content: "\f386";
}
.fa-code-merge:before {
  content: "\f387";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-coffee-togo:before {
  content: "\f6c5";
}
.fa-coffin:before {
  content: "\f6c6";
}
.fa-cog:before {
  content: "\f013";
}
.fa-cogs:before {
  content: "\f085";
}
.fa-coins:before {
  content: "\f51e";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-comment:before {
  content: "\f075";
}
.fa-comment-alt:before {
  content: "\f27a";
}
.fa-comment-alt-check:before {
  content: "\f4a2";
}
.fa-comment-alt-dollar:before {
  content: "\f650";
}
.fa-comment-alt-dots:before {
  content: "\f4a3";
}
.fa-comment-alt-edit:before {
  content: "\f4a4";
}
.fa-comment-alt-exclamation:before {
  content: "\f4a5";
}
.fa-comment-alt-lines:before {
  content: "\f4a6";
}
.fa-comment-alt-medical:before {
  content: "\f7f4";
}
.fa-comment-alt-minus:before {
  content: "\f4a7";
}
.fa-comment-alt-plus:before {
  content: "\f4a8";
}
.fa-comment-alt-slash:before {
  content: "\f4a9";
}
.fa-comment-alt-smile:before {
  content: "\f4aa";
}
.fa-comment-alt-times:before {
  content: "\f4ab";
}
.fa-comment-check:before {
  content: "\f4ac";
}
.fa-comment-dollar:before {
  content: "\f651";
}
.fa-comment-dots:before {
  content: "\f4ad";
}
.fa-comment-edit:before {
  content: "\f4ae";
}
.fa-comment-exclamation:before {
  content: "\f4af";
}
.fa-comment-lines:before {
  content: "\f4b0";
}
.fa-comment-medical:before {
  content: "\f7f5";
}
.fa-comment-minus:before {
  content: "\f4b1";
}
.fa-comment-plus:before {
  content: "\f4b2";
}
.fa-comment-slash:before {
  content: "\f4b3";
}
.fa-comment-smile:before {
  content: "\f4b4";
}
.fa-comment-times:before {
  content: "\f4b5";
}
.fa-comments:before {
  content: "\f086";
}
.fa-comments-alt:before {
  content: "\f4b6";
}
.fa-comments-alt-dollar:before {
  content: "\f652";
}
.fa-comments-dollar:before {
  content: "\f653";
}
.fa-compact-disc:before {
  content: "\f51f";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-compass-slash:before {
  content: "\f5e9";
}
.fa-compress:before {
  content: "\f066";
}
.fa-compress-alt:before {
  content: "\f422";
}
.fa-compress-arrows-alt:before {
  content: "\f78c";
}
.fa-compress-wide:before {
  content: "\f326";
}
.fa-concierge-bell:before {
  content: "\f562";
}
.fa-confluence:before {
  content: "\f78d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-container-storage:before {
  content: "\f4b7";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-conveyor-belt:before {
  content: "\f46e";
}
.fa-conveyor-belt-alt:before {
  content: "\f46f";
}
.fa-cookie:before {
  content: "\f563";
}
.fa-cookie-bite:before {
  content: "\f564";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-corn:before {
  content: "\f6c7";
}
.fa-couch:before {
  content: "\f4b8";
}
.fa-cow:before {
  content: "\f6c8";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-creative-commons-by:before {
  content: "\f4e7";
}
.fa-creative-commons-nc:before {
  content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.fa-creative-commons-nd:before {
  content: "\f4eb";
}
.fa-creative-commons-pd:before {
  content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.fa-creative-commons-remix:before {
  content: "\f4ee";
}
.fa-creative-commons-sa:before {
  content: "\f4ef";
}
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.fa-creative-commons-share:before {
  content: "\f4f2";
}
.fa-creative-commons-zero:before {
  content: "\f4f3";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-credit-card-blank:before {
  content: "\f389";
}
.fa-credit-card-front:before {
  content: "\f38a";
}
.fa-cricket:before {
  content: "\f449";
}
.fa-critical-role:before {
  content: "\f6c9";
}
.fa-croissant:before {
  content: "\f7f6";
}
.fa-crop:before {
  content: "\f125";
}
.fa-crop-alt:before {
  content: "\f565";
}
.fa-cross:before {
  content: "\f654";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-crow:before {
  content: "\f520";
}
.fa-crown:before {
  content: "\f521";
}
.fa-crutch:before {
  content: "\f7f7";
}
.fa-crutches:before {
  content: "\f7f8";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-curling:before {
  content: "\f44a";
}
.fa-cut:before {
  content: "\f0c4";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}
.fa-dagger:before {
  content: "\f6cb";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-deaf:before {
  content: "\f2a4";
}
.fa-debug:before {
  content: "\f7f9";
}
.fa-deer:before {
  content: "\f78e";
}
.fa-deer-rudolph:before {
  content: "\f78f";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-democrat:before {
  content: "\f747";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-desktop-alt:before {
  content: "\f390";
}
.fa-dev:before {
  content: "\f6cc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-dewpoint:before {
  content: "\f748";
}
.fa-dharmachakra:before {
  content: "\f655";
}
.fa-dhl:before {
  content: "\f790";
}
.fa-diagnoses:before {
  content: "\f470";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-diaspora:before {
  content: "\f791";
}
.fa-dice:before {
  content: "\f522";
}
.fa-dice-d10:before {
  content: "\f6cd";
}
.fa-dice-d12:before {
  content: "\f6ce";
}
.fa-dice-d20:before {
  content: "\f6cf";
}
.fa-dice-d4:before {
  content: "\f6d0";
}
.fa-dice-d6:before {
  content: "\f6d1";
}
.fa-dice-d8:before {
  content: "\f6d2";
}
.fa-dice-five:before {
  content: "\f523";
}
.fa-dice-four:before {
  content: "\f524";
}
.fa-dice-one:before {
  content: "\f525";
}
.fa-dice-six:before {
  content: "\f526";
}
.fa-dice-three:before {
  content: "\f527";
}
.fa-dice-two:before {
  content: "\f528";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-digital-tachograph:before {
  content: "\f566";
}
.fa-diploma:before {
  content: "\f5ea";
}
.fa-directions:before {
  content: "\f5eb";
}
.fa-discord:before {
  content: "\f392";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-disease:before {
  content: "\f7fa";
}
.fa-divide:before {
  content: "\f529";
}
.fa-dizzy:before {
  content: "\f567";
}
.fa-dna:before {
  content: "\f471";
}
.fa-do-not-enter:before {
  content: "\f5ec";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-docker:before {
  content: "\f395";
}
.fa-dog:before {
  content: "\f6d3";
}
.fa-dog-leashed:before {
  content: "\f6d4";
}
.fa-dollar-sign:before {
  content: "\f155";
}
.fa-dolly:before {
  content: "\f472";
}
.fa-dolly-empty:before {
  content: "\f473";
}
.fa-dolly-flatbed:before {
  content: "\f474";
}
.fa-dolly-flatbed-alt:before {
  content: "\f475";
}
.fa-dolly-flatbed-empty:before {
  content: "\f476";
}
.fa-donate:before {
  content: "\f4b9";
}
.fa-door-closed:before {
  content: "\f52a";
}
.fa-door-open:before {
  content: "\f52b";
}
.fa-dot-circle:before {
  content: "\f192";
}
.fa-dove:before {
  content: "\f4ba";
}
.fa-download:before {
  content: "\f019";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-drafting-compass:before {
  content: "\f568";
}
.fa-dragon:before {
  content: "\f6d5";
}
.fa-draw-circle:before {
  content: "\f5ed";
}
.fa-draw-polygon:before {
  content: "\f5ee";
}
.fa-draw-square:before {
  content: "\f5ef";
}
.fa-dreidel:before {
  content: "\f792";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-drum:before {
  content: "\f569";
}
.fa-drum-steelpan:before {
  content: "\f56a";
}
.fa-drumstick:before {
  content: "\f6d6";
}
.fa-drumstick-bite:before {
  content: "\f6d7";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-duck:before {
  content: "\f6d8";
}
.fa-dumbbell:before {
  content: "\f44b";
}
.fa-dumpster:before {
  content: "\f793";
}
.fa-dumpster-fire:before {
  content: "\f794";
}
.fa-dungeon:before {
  content: "\f6d9";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-ear:before {
  content: "\f5f0";
}
.fa-ear-muffs:before {
  content: "\f795";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-ebay:before {
  content: "\f4f4";
}
.fa-eclipse:before {
  content: "\f749";
}
.fa-eclipse-alt:before {
  content: "\f74a";
}
.fa-edge:before {
  content: "\f282";
}
.fa-edit:before {
  content: "\f044";
}
.fa-egg:before {
  content: "\f7fb";
}
.fa-egg-fried:before {
  content: "\f7fc";
}
.fa-eject:before {
  content: "\f052";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-elephant:before {
  content: "\f6da";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-h-alt:before {
  content: "\f39b";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-ellipsis-v-alt:before {
  content: "\f39c";
}
.fa-ello:before {
  content: "\f5f1";
}
.fa-ember:before {
  content: "\f423";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-empty-set:before {
  content: "\f656";
}
.fa-engine-warning:before {
  content: "\f5f2";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-dollar:before {
  content: "\f657";
}
.fa-envelope-open-text:before {
  content: "\f658";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-envira:before {
  content: "\f299";
}
.fa-equals:before {
  content: "\f52c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-ethernet:before {
  content: "\f796";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-euro-sign:before {
  content: "\f153";
}
.fa-evernote:before {
  content: "\f839";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-exchange-alt:before {
  content: "\f362";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-exclamation-square:before {
  content: "\f321";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-expand:before {
  content: "\f065";
}
.fa-expand-alt:before {
  content: "\f424";
}
.fa-expand-arrows:before {
  content: "\f31d";
}
.fa-expand-arrows-alt:before {
  content: "\f31e";
}
.fa-expand-wide:before {
  content: "\f320";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-external-link-alt:before {
  content: "\f35d";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-external-link-square-alt:before {
  content: "\f360";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-dropper:before {
  content: "\f1fb";
}
.fa-eye-evil:before {
  content: "\f6db";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-feather:before {
  content: "\f52d";
}
.fa-feather-alt:before {
  content: "\f56b";
}
.fa-fedex:before {
  content: "\f797";
}
.fa-fedora:before {
  content: "\f798";
}
.fa-female:before {
  content: "\f182";
}
.fa-field-hockey:before {
  content: "\f44c";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-figma:before {
  content: "\f799";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-alt:before {
  content: "\f15c";
}
.fa-file-archive:before {
  content: "\f1c6";
}
.fa-file-audio:before {
  content: "\f1c7";
}
.fa-file-certificate:before {
  content: "\f5f3";
}
.fa-file-chart-line:before {
  content: "\f659";
}
.fa-file-chart-pie:before {
  content: "\f65a";
}
.fa-file-check:before {
  content: "\f316";
}
.fa-file-code:before {
  content: "\f1c9";
}
.fa-file-contract:before {
  content: "\f56c";
}
.fa-file-csv:before {
  content: "\f6dd";
}
.fa-file-download:before {
  content: "\f56d";
}
.fa-file-edit:before {
  content: "\f31c";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-file-exclamation:before {
  content: "\f31a";
}
.fa-file-export:before {
  content: "\f56e";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-file-import:before {
  content: "\f56f";
}
.fa-file-invoice:before {
  content: "\f570";
}
.fa-file-invoice-dollar:before {
  content: "\f571";
}
.fa-file-medical:before {
  content: "\f477";
}
.fa-file-medical-alt:before {
  content: "\f478";
}
.fa-file-minus:before {
  content: "\f318";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-file-plus:before {
  content: "\f319";
}
.fa-file-powerpoint:before {
  content: "\f1c4";
}
.fa-file-prescription:before {
  content: "\f572";
}
.fa-file-signature:before {
  content: "\f573";
}
.fa-file-spreadsheet:before {
  content: "\f65b";
}
.fa-file-times:before {
  content: "\f317";
}
.fa-file-upload:before {
  content: "\f574";
}
.fa-file-user:before {
  content: "\f65c";
}
.fa-file-video:before {
  content: "\f1c8";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-files-medical:before {
  content: "\f7fd";
}
.fa-fill:before {
  content: "\f575";
}
.fa-fill-drip:before {
  content: "\f576";
}
.fa-film:before {
  content: "\f008";
}
.fa-film-alt:before {
  content: "\f3a0";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-fingerprint:before {
  content: "\f577";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-fire-alt:before {
  content: "\f7e4";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-fire-smoke:before {
  content: "\f74b";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-fireplace:before {
  content: "\f79a";
}
.fa-first-aid:before {
  content: "\f479";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-first-order-alt:before {
  content: "\f50a";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-fish:before {
  content: "\f578";
}
.fa-fish-cooked:before {
  content: "\f7fe";
}
.fa-fist-raised:before {
  content: "\f6de";
}
.fa-flag:before {
  content: "\f024";
}
.fa-flag-alt:before {
  content: "\f74c";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-flag-usa:before {
  content: "\f74d";
}
.fa-flame:before {
  content: "\f6df";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-flask-poison:before {
  content: "\f6e0";
}
.fa-flask-potion:before {
  content: "\f6e1";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-flower:before {
  content: "\f7ff";
}
.fa-flower-daffodil:before {
  content: "\f800";
}
.fa-flower-tulip:before {
  content: "\f801";
}
.fa-flushed:before {
  content: "\f579";
}
.fa-fly:before {
  content: "\f417";
}
.fa-fog:before {
  content: "\f74e";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-minus:before {
  content: "\f65d";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-folder-plus:before {
  content: "\f65e";
}
.fa-folder-times:before {
  content: "\f65f";
}
.fa-folder-tree:before {
  content: "\f802";
}
.fa-folders:before {
  content: "\f660";
}
.fa-font:before {
  content: "\f031";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-font-awesome-alt:before {
  content: "\f35c";
}
.fa-font-awesome-flag:before {
  content: "\f425";
}
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-football-ball:before {
  content: "\f44e";
}
.fa-football-helmet:before {
  content: "\f44f";
}
.fa-forklift:before {
  content: "\f47a";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-fragile:before {
  content: "\f4bb";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-french-fries:before {
  content: "\f803";
}
.fa-frog:before {
  content: "\f52e";
}
.fa-frosty-head:before {
  content: "\f79b";
}
.fa-frown:before {
  content: "\f119";
}
.fa-frown-open:before {
  content: "\f57a";
}
.fa-fulcrum:before {
  content: "\f50b";
}
.fa-function:before {
  content: "\f661";
}
.fa-funnel-dollar:before {
  content: "\f662";
}
.fa-futbol:before {
  content: "\f1e3";
}
.fa-galactic-republic:before {
  content: "\f50c";
}
.fa-galactic-senate:before {
  content: "\f50d";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-gas-pump:before {
  content: "\f52f";
}
.fa-gas-pump-slash:before {
  content: "\f5f4";
}
.fa-gavel:before {
  content: "\f0e3";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-ghost:before {
  content: "\f6e2";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-gift-card:before {
  content: "\f663";
}
.fa-gifts:before {
  content: "\f79c";
}
.fa-gingerbread-man:before {
  content: "\f79d";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-github:before {
  content: "\f09b";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-glass:before {
  content: "\f804";
}
.fa-glass-champagne:before {
  content: "\f79e";
}
.fa-glass-cheers:before {
  content: "\f79f";
}
.fa-glass-martini:before {
  content: "\f000";
}
.fa-glass-martini-alt:before {
  content: "\f57b";
}
.fa-glass-whiskey:before {
  content: "\f7a0";
}
.fa-glass-whiskey-rocks:before {
  content: "\f7a1";
}
.fa-glasses:before {
  content: "\f530";
}
.fa-glasses-alt:before {
  content: "\f5f5";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-globe-africa:before {
  content: "\f57c";
}
.fa-globe-americas:before {
  content: "\f57d";
}
.fa-globe-asia:before {
  content: "\f57e";
}
.fa-globe-europe:before {
  content: "\f7a2";
}
.fa-globe-snow:before {
  content: "\f7a3";
}
.fa-globe-stand:before {
  content: "\f5f6";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-golf-ball:before {
  content: "\f450";
}
.fa-golf-club:before {
  content: "\f451";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-gopuram:before {
  content: "\f664";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-greater-than:before {
  content: "\f531";
}
.fa-greater-than-equal:before {
  content: "\f532";
}
.fa-grimace:before {
  content: "\f57f";
}
.fa-grin:before {
  content: "\f580";
}
.fa-grin-alt:before {
  content: "\f581";
}
.fa-grin-beam:before {
  content: "\f582";
}
.fa-grin-beam-sweat:before {
  content: "\f583";
}
.fa-grin-hearts:before {
  content: "\f584";
}
.fa-grin-squint:before {
  content: "\f585";
}
.fa-grin-squint-tears:before {
  content: "\f586";
}
.fa-grin-stars:before {
  content: "\f587";
}
.fa-grin-tears:before {
  content: "\f588";
}
.fa-grin-tongue:before {
  content: "\f589";
}
.fa-grin-tongue-squint:before {
  content: "\f58a";
}
.fa-grin-tongue-wink:before {
  content: "\f58b";
}
.fa-grin-wink:before {
  content: "\f58c";
}
.fa-grip-horizontal:before {
  content: "\f58d";
}
.fa-grip-lines:before {
  content: "\f7a4";
}
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}
.fa-grip-vertical:before {
  content: "\f58e";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-guitar:before {
  content: "\f7a6";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-h1:before {
  content: "\f313";
}
.fa-h2:before {
  content: "\f314";
}
.fa-h3:before {
  content: "\f315";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-hackerrank:before {
  content: "\f5f7";
}
.fa-hamburger:before {
  content: "\f805";
}
.fa-hammer:before {
  content: "\f6e3";
}
.fa-hammer-war:before {
  content: "\f6e4";
}
.fa-hamsa:before {
  content: "\f665";
}
.fa-hand-heart:before {
  content: "\f4bc";
}
.fa-hand-holding:before {
  content: "\f4bd";
}
.fa-hand-holding-box:before {
  content: "\f47b";
}
.fa-hand-holding-heart:before {
  content: "\f4be";
}
.fa-hand-holding-magic:before {
  content: "\f6e5";
}
.fa-hand-holding-seedling:before {
  content: "\f4bf";
}
.fa-hand-holding-usd:before {
  content: "\f4c0";
}
.fa-hand-holding-water:before {
  content: "\f4c1";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-hand-middle-finger:before {
  content: "\f806";
}
.fa-hand-paper:before {
  content: "\f256";
}
.fa-hand-peace:before {
  content: "\f25b";
}
.fa-hand-point-down:before {
  content: "\f0a7";
}
.fa-hand-point-left:before {
  content: "\f0a5";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-hand-pointer:before {
  content: "\f25a";
}
.fa-hand-receiving:before {
  content: "\f47c";
}
.fa-hand-rock:before {
  content: "\f255";
}
.fa-hand-scissors:before {
  content: "\f257";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-hands:before {
  content: "\f4c2";
}
.fa-hands-heart:before {
  content: "\f4c3";
}
.fa-hands-helping:before {
  content: "\f4c4";
}
.fa-hands-usd:before {
  content: "\f4c5";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-handshake-alt:before {
  content: "\f4c6";
}
.fa-hanukiah:before {
  content: "\f6e6";
}
.fa-hard-hat:before {
  content: "\f807";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-hat-santa:before {
  content: "\f7a7";
}
.fa-hat-winter:before {
  content: "\f7a8";
}
.fa-hat-witch:before {
  content: "\f6e7";
}
.fa-hat-wizard:before {
  content: "\f6e8";
}
.fa-haykal:before {
  content: "\f666";
}
.fa-hdd:before {
  content: "\f0a0";
}
.fa-head-side:before {
  content: "\f6e9";
}
.fa-head-side-brain:before {
  content: "\f808";
}
.fa-head-side-medical:before {
  content: "\f809";
}
.fa-head-vr:before {
  content: "\f6ea";
}
.fa-heading:before {
  content: "\f1dc";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-headphones-alt:before {
  content: "\f58f";
}
.fa-headset:before {
  content: "\f590";
}
.fa-heart:before {
  content: "\f004";
}
.fa-heart-broken:before {
  content: "\f7a9";
}
.fa-heart-circle:before {
  content: "\f4c7";
}
.fa-heart-rate:before {
  content: "\f5f8";
}
.fa-heart-square:before {
  content: "\f4c8";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-helicopter:before {
  content: "\f533";
}
.fa-helmet-battle:before {
  content: "\f6eb";
}
.fa-hexagon:before {
  content: "\f312";
}
.fa-highlighter:before {
  content: "\f591";
}
.fa-hiking:before {
  content: "\f6ec";
}
.fa-hippo:before {
  content: "\f6ed";
}
.fa-hips:before {
  content: "\f452";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-history:before {
  content: "\f1da";
}
.fa-hockey-mask:before {
  content: "\f6ee";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-hockey-sticks:before {
  content: "\f454";
}
.fa-holly-berry:before {
  content: "\f7aa";
}
.fa-home:before {
  content: "\f015";
}
.fa-home-alt:before {
  content: "\f80a";
}
.fa-home-heart:before {
  content: "\f4c9";
}
.fa-home-lg:before {
  content: "\f80b";
}
.fa-home-lg-alt:before {
  content: "\f80c";
}
.fa-hood-cloak:before {
  content: "\f6ef";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-hornbill:before {
  content: "\f592";
}
.fa-horse:before {
  content: "\f6f0";
}
.fa-horse-head:before {
  content: "\f7ab";
}
.fa-hospital:before {
  content: "\f0f8";
}
.fa-hospital-alt:before {
  content: "\f47d";
}
.fa-hospital-symbol:before {
  content: "\f47e";
}
.fa-hospital-user:before {
  content: "\f80d";
}
.fa-hospitals:before {
  content: "\f80e";
}
.fa-hot-tub:before {
  content: "\f593";
}
.fa-hotdog:before {
  content: "\f80f";
}
.fa-hotel:before {
  content: "\f594";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-house-damage:before {
  content: "\f6f1";
}
.fa-house-flood:before {
  content: "\f74f";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-hryvnia:before {
  content: "\f6f2";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-humidity:before {
  content: "\f750";
}
.fa-hurricane:before {
  content: "\f751";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-ice-cream:before {
  content: "\f810";
}
.fa-ice-skate:before {
  content: "\f7ac";
}
.fa-icicles:before {
  content: "\f7ad";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-id-card:before {
  content: "\f2c2";
}
.fa-id-card-alt:before {
  content: "\f47f";
}
.fa-igloo:before {
  content: "\f7ae";
}
.fa-image:before {
  content: "\f03e";
}
.fa-images:before {
  content: "\f302";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-inbox-in:before {
  content: "\f310";
}
.fa-inbox-out:before {
  content: "\f311";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-industry:before {
  content: "\f275";
}
.fa-industry-alt:before {
  content: "\f3b3";
}
.fa-infinity:before {
  content: "\f534";
}
.fa-info:before {
  content: "\f129";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-info-square:before {
  content: "\f30f";
}
.fa-inhaler:before {
  content: "\f5f9";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-integral:before {
  content: "\f667";
}
.fa-intercom:before {
  content: "\f7af";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-intersection:before {
  content: "\f668";
}
.fa-inventory:before {
  content: "\f480";
}
.fa-invision:before {
  content: "\f7b0";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-island-tropical:before {
  content: "\f811";
}
.fa-italic:before {
  content: "\f033";
}
.fa-itch-io:before {
  content: "\f83a";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-jack-o-lantern:before {
  content: "\f30e";
}
.fa-java:before {
  content: "\f4e4";
}
.fa-jedi:before {
  content: "\f669";
}
.fa-jedi-order:before {
  content: "\f50e";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-jira:before {
  content: "\f7b1";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-joint:before {
  content: "\f595";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-journal-whills:before {
  content: "\f66a";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-kaaba:before {
  content: "\f66b";
}
.fa-kaggle:before {
  content: "\f5fa";
}
.fa-key:before {
  content: "\f084";
}
.fa-key-skeleton:before {
  content: "\f6f3";
}
.fa-keybase:before {
  content: "\f4f5";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-keynote:before {
  content: "\f66c";
}
.fa-khanda:before {
  content: "\f66d";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-kidneys:before {
  content: "\f5fb";
}
.fa-kiss:before {
  content: "\f596";
}
.fa-kiss-beam:before {
  content: "\f597";
}
.fa-kiss-wink-heart:before {
  content: "\f598";
}
.fa-kite:before {
  content: "\f6f4";
}
.fa-kiwi-bird:before {
  content: "\f535";
}
.fa-knife-kitchen:before {
  content: "\f6f5";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-lambda:before {
  content: "\f66e";
}
.fa-lamp:before {
  content: "\f4ca";
}
.fa-landmark:before {
  content: "\f66f";
}
.fa-landmark-alt:before {
  content: "\f752";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-laptop-code:before {
  content: "\f5fc";
}
.fa-laptop-medical:before {
  content: "\f812";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-laugh:before {
  content: "\f599";
}
.fa-laugh-beam:before {
  content: "\f59a";
}
.fa-laugh-squint:before {
  content: "\f59b";
}
.fa-laugh-wink:before {
  content: "\f59c";
}
.fa-layer-group:before {
  content: "\f5fd";
}
.fa-layer-minus:before {
  content: "\f5fe";
}
.fa-layer-plus:before {
  content: "\f5ff";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-leaf-heart:before {
  content: "\f4cb";
}
.fa-leaf-maple:before {
  content: "\f6f6";
}
.fa-leaf-oak:before {
  content: "\f6f7";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-less:before {
  content: "\f41d";
}
.fa-less-than:before {
  content: "\f536";
}
.fa-less-than-equal:before {
  content: "\f537";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-level-down-alt:before {
  content: "\f3be";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-up-alt:before {
  content: "\f3bf";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-lightbulb-dollar:before {
  content: "\f670";
}
.fa-lightbulb-exclamation:before {
  content: "\f671";
}
.fa-lightbulb-on:before {
  content: "\f672";
}
.fa-lightbulb-slash:before {
  content: "\f673";
}
.fa-lights-holiday:before {
  content: "\f7b2";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-lips:before {
  content: "\f600";
}
.fa-lira-sign:before {
  content: "\f195";
}
.fa-list:before {
  content: "\f03a";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-location:before {
  content: "\f601";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-location-circle:before {
  content: "\f602";
}
.fa-location-slash:before {
  content: "\f603";
}
.fa-lock:before {
  content: "\f023";
}
.fa-lock-alt:before {
  content: "\f30d";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-lock-open-alt:before {
  content: "\f3c2";
}
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-loveseat:before {
  content: "\f4cc";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-luchador:before {
  content: "\f455";
}
.fa-luggage-cart:before {
  content: "\f59d";
}
.fa-lungs:before {
  content: "\f604";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-mace:before {
  content: "\f6f8";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-mail-bulk:before {
  content: "\f674";
}
.fa-mailbox:before {
  content: "\f813";
}
.fa-mailchimp:before {
  content: "\f59e";
}
.fa-male:before {
  content: "\f183";
}
.fa-mandalorian:before {
  content: "\f50f";
}
.fa-mandolin:before {
  content: "\f6f9";
}
.fa-map:before {
  content: "\f279";
}
.fa-map-marked:before {
  content: "\f59f";
}
.fa-map-marked-alt:before {
  content: "\f5a0";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-map-marker-alt-slash:before {
  content: "\f605";
}
.fa-map-marker-check:before {
  content: "\f606";
}
.fa-map-marker-edit:before {
  content: "\f607";
}
.fa-map-marker-exclamation:before {
  content: "\f608";
}
.fa-map-marker-minus:before {
  content: "\f609";
}
.fa-map-marker-plus:before {
  content: "\f60a";
}
.fa-map-marker-question:before {
  content: "\f60b";
}
.fa-map-marker-slash:before {
  content: "\f60c";
}
.fa-map-marker-smile:before {
  content: "\f60d";
}
.fa-map-marker-times:before {
  content: "\f60e";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-markdown:before {
  content: "\f60f";
}
.fa-marker:before {
  content: "\f5a1";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mask:before {
  content: "\f6fa";
}
.fa-mastodon:before {
  content: "\f4f6";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-meat:before {
  content: "\f814";
}
.fa-medal:before {
  content: "\f5a2";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-medium-m:before {
  content: "\f3c7";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-megaphone:before {
  content: "\f675";
}
.fa-megaport:before {
  content: "\f5a3";
}
.fa-meh:before {
  content: "\f11a";
}
.fa-meh-blank:before {
  content: "\f5a4";
}
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.fa-memory:before {
  content: "\f538";
}
.fa-mendeley:before {
  content: "\f7b3";
}
.fa-menorah:before {
  content: "\f676";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-meteor:before {
  content: "\f753";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-alt:before {
  content: "\f3c9";
}
.fa-microphone-alt-slash:before {
  content: "\f539";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-microscope:before {
  content: "\f610";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-mind-share:before {
  content: "\f677";
}
.fa-minus:before {
  content: "\f068";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-minus-hexagon:before {
  content: "\f307";
}
.fa-minus-octagon:before {
  content: "\f308";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-mistletoe:before {
  content: "\f7b4";
}
.fa-mitten:before {
  content: "\f7b5";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-mobile-alt:before {
  content: "\f3cd";
}
.fa-mobile-android:before {
  content: "\f3ce";
}
.fa-mobile-android-alt:before {
  content: "\f3cf";
}
.fa-modx:before {
  content: "\f285";
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-money-bill:before {
  content: "\f0d6";
}
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-money-bill-wave:before {
  content: "\f53a";
}
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.fa-money-check:before {
  content: "\f53c";
}
.fa-money-check-alt:before {
  content: "\f53d";
}
.fa-monitor-heart-rate:before {
  content: "\f611";
}
.fa-monkey:before {
  content: "\f6fb";
}
.fa-monument:before {
  content: "\f5a6";
}
.fa-moon:before {
  content: "\f186";
}
.fa-moon-cloud:before {
  content: "\f754";
}
.fa-moon-stars:before {
  content: "\f755";
}
.fa-mortar-pestle:before {
  content: "\f5a7";
}
.fa-mosque:before {
  content: "\f678";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-mountain:before {
  content: "\f6fc";
}
.fa-mountains:before {
  content: "\f6fd";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-mug-hot:before {
  content: "\f7b6";
}
.fa-mug-marshmallows:before {
  content: "\f7b7";
}
.fa-music:before {
  content: "\f001";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-narwhal:before {
  content: "\f6fe";
}
.fa-neos:before {
  content: "\f612";
}
.fa-network-wired:before {
  content: "\f6ff";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-nimblr:before {
  content: "\f5a8";
}
.fa-nintendo-switch:before {
  content: "\f418";
}
.fa-node:before {
  content: "\f419";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-not-equal:before {
  content: "\f53e";
}
.fa-notes-medical:before {
  content: "\f481";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-octagon:before {
  content: "\f306";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-oil-can:before {
  content: "\f613";
}
.fa-oil-temp:before {
  content: "\f614";
}
.fa-old-republic:before {
  content: "\f510";
}
.fa-om:before {
  content: "\f679";
}
.fa-omega:before {
  content: "\f67a";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-ornament:before {
  content: "\f7b8";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-otter:before {
  content: "\f700";
}
.fa-outdent:before {
  content: "\f03b";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-pager:before {
  content: "\f815";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-paint-brush-alt:before {
  content: "\f5a9";
}
.fa-paint-roller:before {
  content: "\f5aa";
}
.fa-palette:before {
  content: "\f53f";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-pallet:before {
  content: "\f482";
}
.fa-pallet-alt:before {
  content: "\f483";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-parachute-box:before {
  content: "\f4cd";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-parking:before {
  content: "\f540";
}
.fa-parking-circle:before {
  content: "\f615";
}
.fa-parking-circle-slash:before {
  content: "\f616";
}
.fa-parking-slash:before {
  content: "\f617";
}
.fa-passport:before {
  content: "\f5ab";
}
.fa-pastafarianism:before {
  content: "\f67b";
}
.fa-paste:before {
  content: "\f0ea";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-paw-alt:before {
  content: "\f701";
}
.fa-paw-claws:before {
  content: "\f702";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-peace:before {
  content: "\f67c";
}
.fa-pegasus:before {
  content: "\f703";
}
.fa-pen:before {
  content: "\f304";
}
.fa-pen-alt:before {
  content: "\f305";
}
.fa-pen-fancy:before {
  content: "\f5ac";
}
.fa-pen-nib:before {
  content: "\f5ad";
}
.fa-pen-square:before {
  content: "\f14b";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-pencil-alt:before {
  content: "\f303";
}
.fa-pencil-paintbrush:before {
  content: "\f618";
}
.fa-pencil-ruler:before {
  content: "\f5ae";
}
.fa-pennant:before {
  content: "\f456";
}
.fa-penny-arcade:before {
  content: "\f704";
}
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-pepper-hot:before {
  content: "\f816";
}
.fa-percent:before {
  content: "\f295";
}
.fa-percentage:before {
  content: "\f541";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-person-booth:before {
  content: "\f756";
}
.fa-person-carry:before {
  content: "\f4cf";
}
.fa-person-dolly:before {
  content: "\f4d0";
}
.fa-person-dolly-empty:before {
  content: "\f4d1";
}
.fa-person-sign:before {
  content: "\f757";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-phoenix-squadron:before {
  content: "\f511";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-office:before {
  content: "\f67d";
}
.fa-phone-plus:before {
  content: "\f4d2";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-phone-volume:before {
  content: "\f2a0";
}
.fa-php:before {
  content: "\f457";
}
.fa-pi:before {
  content: "\f67e";
}
.fa-pie:before {
  content: "\f705";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-pied-piper-hat:before {
  content: "\f4e5";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pig:before {
  content: "\f706";
}
.fa-piggy-bank:before {
  content: "\f4d3";
}
.fa-pills:before {
  content: "\f484";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-pizza:before {
  content: "\f817";
}
.fa-pizza-slice:before {
  content: "\f818";
}
.fa-place-of-worship:before {
  content: "\f67f";
}
.fa-plane:before {
  content: "\f072";
}
.fa-plane-alt:before {
  content: "\f3de";
}
.fa-plane-arrival:before {
  content: "\f5af";
}
.fa-plane-departure:before {
  content: "\f5b0";
}
.fa-play:before {
  content: "\f04b";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-plus:before {
  content: "\f067";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-plus-hexagon:before {
  content: "\f300";
}
.fa-plus-octagon:before {
  content: "\f301";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-podium:before {
  content: "\f680";
}
.fa-podium-star:before {
  content: "\f758";
}
.fa-poll:before {
  content: "\f681";
}
.fa-poll-h:before {
  content: "\f682";
}
.fa-poll-people:before {
  content: "\f759";
}
.fa-poo:before {
  content: "\f2fe";
}
.fa-poo-storm:before {
  content: "\f75a";
}
.fa-poop:before {
  content: "\f619";
}
.fa-popcorn:before {
  content: "\f819";
}
.fa-portrait:before {
  content: "\f3e0";
}
.fa-pound-sign:before {
  content: "\f154";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-pray:before {
  content: "\f683";
}
.fa-praying-hands:before {
  content: "\f684";
}
.fa-prescription:before {
  content: "\f5b1";
}
.fa-prescription-bottle:before {
  content: "\f485";
}
.fa-prescription-bottle-alt:before {
  content: "\f486";
}
.fa-presentation:before {
  content: "\f685";
}
.fa-print:before {
  content: "\f02f";
}
.fa-print-search:before {
  content: "\f81a";
}
.fa-print-slash:before {
  content: "\f686";
}
.fa-procedures:before {
  content: "\f487";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-project-diagram:before {
  content: "\f542";
}
.fa-pumpkin:before {
  content: "\f707";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-question:before {
  content: "\f128";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-question-square:before {
  content: "\f2fd";
}
.fa-quidditch:before {
  content: "\f458";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-quran:before {
  content: "\f687";
}
.fa-r-project:before {
  content: "\f4f7";
}
.fa-rabbit:before {
  content: "\f708";
}
.fa-rabbit-fast:before {
  content: "\f709";
}
.fa-racquet:before {
  content: "\f45a";
}
.fa-radiation:before {
  content: "\f7b9";
}
.fa-radiation-alt:before {
  content: "\f7ba";
}
.fa-rainbow:before {
  content: "\f75b";
}
.fa-raindrops:before {
  content: "\f75c";
}
.fa-ram:before {
  content: "\f70a";
}
.fa-ramp-loading:before {
  content: "\f4d4";
}
.fa-random:before {
  content: "\f074";
}
.fa-raspberry-pi:before {
  content: "\f7bb";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-react:before {
  content: "\f41b";
}
.fa-reacteurope:before {
  content: "\f75d";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-receipt:before {
  content: "\f543";
}
.fa-rectangle-landscape:before {
  content: "\f2fa";
}
.fa-rectangle-portrait:before {
  content: "\f2fb";
}
.fa-rectangle-wide:before {
  content: "\f2fc";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-redhat:before {
  content: "\f7bc";
}
.fa-redo:before {
  content: "\f01e";
}
.fa-redo-alt:before {
  content: "\f2f9";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-repeat:before {
  content: "\f363";
}
.fa-repeat-1:before {
  content: "\f365";
}
.fa-repeat-1-alt:before {
  content: "\f366";
}
.fa-repeat-alt:before {
  content: "\f364";
}
.fa-reply:before {
  content: "\f3e5";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-republican:before {
  content: "\f75e";
}
.fa-researchgate:before {
  content: "\f4f8";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-restroom:before {
  content: "\f7bd";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-retweet-alt:before {
  content: "\f361";
}
.fa-rev:before {
  content: "\f5b2";
}
.fa-ribbon:before {
  content: "\f4d6";
}
.fa-ring:before {
  content: "\f70b";
}
.fa-rings-wedding:before {
  content: "\f81b";
}
.fa-road:before {
  content: "\f018";
}
.fa-robot:before {
  content: "\f544";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-route:before {
  content: "\f4d7";
}
.fa-route-highway:before {
  content: "\f61a";
}
.fa-route-interstate:before {
  content: "\f61b";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-ruble-sign:before {
  content: "\f158";
}
.fa-ruler:before {
  content: "\f545";
}
.fa-ruler-combined:before {
  content: "\f546";
}
.fa-ruler-horizontal:before {
  content: "\f547";
}
.fa-ruler-triangle:before {
  content: "\f61c";
}
.fa-ruler-vertical:before {
  content: "\f548";
}
.fa-running:before {
  content: "\f70c";
}
.fa-rupee-sign:before {
  content: "\f156";
}
.fa-rv:before {
  content: "\f7be";
}
.fa-sack:before {
  content: "\f81c";
}
.fa-sack-dollar:before {
  content: "\f81d";
}
.fa-sad-cry:before {
  content: "\f5b3";
}
.fa-sad-tear:before {
  content: "\f5b4";
}
.fa-safari:before {
  content: "\f267";
}
.fa-salad:before {
  content: "\f81e";
}
.fa-salesforce:before {
  content: "\f83b";
}
.fa-sandwich:before {
  content: "\f81f";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-satellite:before {
  content: "\f7bf";
}
.fa-satellite-dish:before {
  content: "\f7c0";
}
.fa-sausage:before {
  content: "\f820";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-scalpel:before {
  content: "\f61d";
}
.fa-scalpel-path:before {
  content: "\f61e";
}
.fa-scanner:before {
  content: "\f488";
}
.fa-scanner-keyboard:before {
  content: "\f489";
}
.fa-scanner-touchscreen:before {
  content: "\f48a";
}
.fa-scarecrow:before {
  content: "\f70d";
}
.fa-scarf:before {
  content: "\f7c1";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-school:before {
  content: "\f549";
}
.fa-screwdriver:before {
  content: "\f54a";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-scroll:before {
  content: "\f70e";
}
.fa-scroll-old:before {
  content: "\f70f";
}
.fa-scrubber:before {
  content: "\f2f8";
}
.fa-scythe:before {
  content: "\f710";
}
.fa-sd-card:before {
  content: "\f7c2";
}
.fa-search:before {
  content: "\f002";
}
.fa-search-dollar:before {
  content: "\f688";
}
.fa-search-location:before {
  content: "\f689";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-seedling:before {
  content: "\f4d8";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-server:before {
  content: "\f233";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-shapes:before {
  content: "\f61f";
}
.fa-share:before {
  content: "\f064";
}
.fa-share-all:before {
  content: "\f367";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-sheep:before {
  content: "\f711";
}
.fa-shekel-sign:before {
  content: "\f20b";
}
.fa-shield:before {
  content: "\f132";
}
.fa-shield-alt:before {
  content: "\f3ed";
}
.fa-shield-check:before {
  content: "\f2f7";
}
.fa-shield-cross:before {
  content: "\f712";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-shipping-fast:before {
  content: "\f48b";
}
.fa-shipping-timed:before {
  content: "\f48c";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-shish-kebab:before {
  content: "\f821";
}
.fa-shoe-prints:before {
  content: "\f54b";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-shopware:before {
  content: "\f5b5";
}
.fa-shovel:before {
  content: "\f713";
}
.fa-shovel-snow:before {
  content: "\f7c3";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-shredder:before {
  content: "\f68a";
}
.fa-shuttle-van:before {
  content: "\f5b6";
}
.fa-shuttlecock:before {
  content: "\f45b";
}
.fa-sickle:before {
  content: "\f822";
}
.fa-sigma:before {
  content: "\f68b";
}
.fa-sign:before {
  content: "\f4d9";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-signal:before {
  content: "\f012";
}
.fa-signal-1:before {
  content: "\f68c";
}
.fa-signal-2:before {
  content: "\f68d";
}
.fa-signal-3:before {
  content: "\f68e";
}
.fa-signal-4:before {
  content: "\f68f";
}
.fa-signal-alt:before {
  content: "\f690";
}
.fa-signal-alt-1:before {
  content: "\f691";
}
.fa-signal-alt-2:before {
  content: "\f692";
}
.fa-signal-alt-3:before {
  content: "\f693";
}
.fa-signal-alt-slash:before {
  content: "\f694";
}
.fa-signal-slash:before {
  content: "\f695";
}
.fa-signature:before {
  content: "\f5b7";
}
.fa-sim-card:before {
  content: "\f7c4";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-sith:before {
  content: "\f512";
}
.fa-skating:before {
  content: "\f7c5";
}
.fa-skeleton:before {
  content: "\f620";
}
.fa-sketch:before {
  content: "\f7c6";
}
.fa-ski-jump:before {
  content: "\f7c7";
}
.fa-ski-lift:before {
  content: "\f7c8";
}
.fa-skiing:before {
  content: "\f7c9";
}
.fa-skiing-nordic:before {
  content: "\f7ca";
}
.fa-skull:before {
  content: "\f54c";
}
.fa-skull-crossbones:before {
  content: "\f714";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-slack:before {
  content: "\f198";
}
.fa-slack-hash:before {
  content: "\f3ef";
}
.fa-slash:before {
  content: "\f715";
}
.fa-sledding:before {
  content: "\f7cb";
}
.fa-sleigh:before {
  content: "\f7cc";
}
.fa-sliders-h:before {
  content: "\f1de";
}
.fa-sliders-h-square:before {
  content: "\f3f0";
}
.fa-sliders-v:before {
  content: "\f3f1";
}
.fa-sliders-v-square:before {
  content: "\f3f2";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-smile:before {
  content: "\f118";
}
.fa-smile-beam:before {
  content: "\f5b8";
}
.fa-smile-plus:before {
  content: "\f5b9";
}
.fa-smile-wink:before {
  content: "\f4da";
}
.fa-smog:before {
  content: "\f75f";
}
.fa-smoke:before {
  content: "\f760";
}
.fa-smoking:before {
  content: "\f48d";
}
.fa-smoking-ban:before {
  content: "\f54d";
}
.fa-sms:before {
  content: "\f7cd";
}
.fa-snake:before {
  content: "\f716";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-snow-blowing:before {
  content: "\f761";
}
.fa-snowboarding:before {
  content: "\f7ce";
}
.fa-snowflake:before {
  content: "\f2dc";
}
.fa-snowflakes:before {
  content: "\f7cf";
}
.fa-snowman:before {
  content: "\f7d0";
}
.fa-snowmobile:before {
  content: "\f7d1";
}
.fa-snowplow:before {
  content: "\f7d2";
}
.fa-socks:before {
  content: "\f696";
}
.fa-solar-panel:before {
  content: "\f5ba";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-soup:before {
  content: "\f823";
}
.fa-sourcetree:before {
  content: "\f7d3";
}
.fa-spa:before {
  content: "\f5bb";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-spade:before {
  content: "\f2f4";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-speaker-deck:before {
  content: "\f83c";
}
.fa-spider:before {
  content: "\f717";
}
.fa-spider-black-widow:before {
  content: "\f718";
}
.fa-spider-web:before {
  content: "\f719";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-spinner-third:before {
  content: "\f3f4";
}
.fa-splotch:before {
  content: "\f5bc";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-spray-can:before {
  content: "\f5bd";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-square-root:before {
  content: "\f697";
}
.fa-square-root-alt:before {
  content: "\f698";
}
.fa-squarespace:before {
  content: "\f5be";
}
.fa-squirrel:before {
  content: "\f71a";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-staff:before {
  content: "\f71b";
}
.fa-stamp:before {
  content: "\f5bf";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-and-crescent:before {
  content: "\f699";
}
.fa-star-christmas:before {
  content: "\f7d4";
}
.fa-star-exclamation:before {
  content: "\f2f3";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-star-half-alt:before {
  content: "\f5c0";
}
.fa-star-of-david:before {
  content: "\f69a";
}
.fa-star-of-life:before {
  content: "\f621";
}
.fa-stars:before {
  content: "\f762";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-steak:before {
  content: "\f824";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
.fa-steering-wheel:before {
  content: "\f622";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-stocking:before {
  content: "\f7d5";
}
.fa-stomach:before {
  content: "\f623";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-store:before {
  content: "\f54e";
}
.fa-store-alt:before {
  content: "\f54f";
}
.fa-strava:before {
  content: "\f428";
}
.fa-stream:before {
  content: "\f550";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-stretcher:before {
  content: "\f825";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-stroopwafel:before {
  content: "\f551";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-subway:before {
  content: "\f239";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-suitcase-rolling:before {
  content: "\f5c1";
}
.fa-sun:before {
  content: "\f185";
}
.fa-sun-cloud:before {
  content: "\f763";
}
.fa-sun-dust:before {
  content: "\f764";
}
.fa-sun-haze:before {
  content: "\f765";
}
.fa-sunrise:before {
  content: "\f766";
}
.fa-sunset:before {
  content: "\f767";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-surprise:before {
  content: "\f5c2";
}
.fa-suse:before {
  content: "\f7d6";
}
.fa-swatchbook:before {
  content: "\f5c3";
}
.fa-swimmer:before {
  content: "\f5c4";
}
.fa-swimming-pool:before {
  content: "\f5c5";
}
.fa-sword:before {
  content: "\f71c";
}
.fa-swords:before {
  content: "\f71d";
}
.fa-symfony:before {
  content: "\f83d";
}
.fa-synagogue:before {
  content: "\f69b";
}
.fa-sync:before {
  content: "\f021";
}
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-syringe:before {
  content: "\f48e";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-tablet-alt:before {
  content: "\f3fa";
}
.fa-tablet-android:before {
  content: "\f3fb";
}
.fa-tablet-android-alt:before {
  content: "\f3fc";
}
.fa-tablet-rugged:before {
  content: "\f48f";
}
.fa-tablets:before {
  content: "\f490";
}
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-tachometer-alt:before {
  content: "\f3fd";
}
.fa-tachometer-alt-average:before {
  content: "\f624";
}
.fa-tachometer-alt-fast:before {
  content: "\f625";
}
.fa-tachometer-alt-fastest:before {
  content: "\f626";
}
.fa-tachometer-alt-slow:before {
  content: "\f627";
}
.fa-tachometer-alt-slowest:before {
  content: "\f628";
}
.fa-tachometer-average:before {
  content: "\f629";
}
.fa-tachometer-fast:before {
  content: "\f62a";
}
.fa-tachometer-fastest:before {
  content: "\f62b";
}
.fa-tachometer-slow:before {
  content: "\f62c";
}
.fa-tachometer-slowest:before {
  content: "\f62d";
}
.fa-taco:before {
  content: "\f826";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-tally:before {
  content: "\f69c";
}
.fa-tanakh:before {
  content: "\f827";
}
.fa-tape:before {
  content: "\f4db";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-tasks-alt:before {
  content: "\f828";
}
.fa-taxi:before {
  content: "\f1ba";
}
.fa-teamspeak:before {
  content: "\f4f9";
}
.fa-teeth:before {
  content: "\f62e";
}
.fa-teeth-open:before {
  content: "\f62f";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-telegram-plane:before {
  content: "\f3fe";
}
.fa-temperature-frigid:before {
  content: "\f768";
}
.fa-temperature-high:before {
  content: "\f769";
}
.fa-temperature-hot:before {
  content: "\f76a";
}
.fa-temperature-low:before {
  content: "\f76b";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-tenge:before {
  content: "\f7d7";
}
.fa-tennis-ball:before {
  content: "\f45e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-the-red-yeti:before {
  content: "\f69d";
}
.fa-theater-masks:before {
  content: "\f630";
}
.fa-themeco:before {
  content: "\f5c6";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-thermometer:before {
  content: "\f491";
}
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-theta:before {
  content: "\f69e";
}
.fa-think-peaks:before {
  content: "\f731";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-thunderstorm:before {
  content: "\f76c";
}
.fa-thunderstorm-moon:before {
  content: "\f76d";
}
.fa-thunderstorm-sun:before {
  content: "\f76e";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-ticket-alt:before {
  content: "\f3ff";
}
.fa-tilde:before {
  content: "\f69f";
}
.fa-times:before {
  content: "\f00d";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-times-hexagon:before {
  content: "\f2ee";
}
.fa-times-octagon:before {
  content: "\f2f0";
}
.fa-times-square:before {
  content: "\f2d3";
}
.fa-tint:before {
  content: "\f043";
}
.fa-tint-slash:before {
  content: "\f5c7";
}
.fa-tire:before {
  content: "\f631";
}
.fa-tire-flat:before {
  content: "\f632";
}
.fa-tire-pressure-warning:before {
  content: "\f633";
}
.fa-tire-rugged:before {
  content: "\f634";
}
.fa-tired:before {
  content: "\f5c8";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-toilet:before {
  content: "\f7d8";
}
.fa-toilet-paper:before {
  content: "\f71e";
}
.fa-toilet-paper-alt:before {
  content: "\f71f";
}
.fa-tombstone:before {
  content: "\f720";
}
.fa-tombstone-alt:before {
  content: "\f721";
}
.fa-toolbox:before {
  content: "\f552";
}
.fa-tools:before {
  content: "\f7d9";
}
.fa-tooth:before {
  content: "\f5c9";
}
.fa-toothbrush:before {
  content: "\f635";
}
.fa-torah:before {
  content: "\f6a0";
}
.fa-torii-gate:before {
  content: "\f6a1";
}
.fa-tornado:before {
  content: "\f76f";
}
.fa-tractor:before {
  content: "\f722";
}
.fa-trade-federation:before {
  content: "\f513";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-traffic-cone:before {
  content: "\f636";
}
.fa-traffic-light:before {
  content: "\f637";
}
.fa-traffic-light-go:before {
  content: "\f638";
}
.fa-traffic-light-slow:before {
  content: "\f639";
}
.fa-traffic-light-stop:before {
  content: "\f63a";
}
.fa-train:before {
  content: "\f238";
}
.fa-tram:before {
  content: "\f7da";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-trash-alt:before {
  content: "\f2ed";
}
.fa-trash-restore:before {
  content: "\f829";
}
.fa-trash-restore-alt:before {
  content: "\f82a";
}
.fa-treasure-chest:before {
  content: "\f723";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-tree-alt:before {
  content: "\f400";
}
.fa-tree-christmas:before {
  content: "\f7db";
}
.fa-tree-decorated:before {
  content: "\f7dc";
}
.fa-tree-large:before {
  content: "\f7dd";
}
.fa-tree-palm:before {
  content: "\f82b";
}
.fa-trees:before {
  content: "\f724";
}
.fa-trello:before {
  content: "\f181";
}
.fa-triangle:before {
  content: "\f2ec";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-trophy-alt:before {
  content: "\f2eb";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-truck-container:before {
  content: "\f4dc";
}
.fa-truck-couch:before {
  content: "\f4dd";
}
.fa-truck-loading:before {
  content: "\f4de";
}
.fa-truck-monster:before {
  content: "\f63b";
}
.fa-truck-moving:before {
  content: "\f4df";
}
.fa-truck-pickup:before {
  content: "\f63c";
}
.fa-truck-plow:before {
  content: "\f7de";
}
.fa-truck-ramp:before {
  content: "\f4e0";
}
.fa-tshirt:before {
  content: "\f553";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-turkey:before {
  content: "\f725";
}
.fa-turtle:before {
  content: "\f726";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-tv-retro:before {
  content: "\f401";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-uber:before {
  content: "\f402";
}
.fa-ubuntu:before {
  content: "\f7df";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-umbrella-beach:before {
  content: "\f5ca";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-unicorn:before {
  content: "\f727";
}
.fa-union:before {
  content: "\f6a2";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-university:before {
  content: "\f19c";
}
.fa-unlink:before {
  content: "\f127";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-upload:before {
  content: "\f093";
}
.fa-ups:before {
  content: "\f7e0";
}
.fa-usb:before {
  content: "\f287";
}
.fa-usd-circle:before {
  content: "\f2e8";
}
.fa-usd-square:before {
  content: "\f2e9";
}
.fa-user:before {
  content: "\f007";
}
.fa-user-alt:before {
  content: "\f406";
}
.fa-user-alt-slash:before {
  content: "\f4fa";
}
.fa-user-astronaut:before {
  content: "\f4fb";
}
.fa-user-chart:before {
  content: "\f6a3";
}
.fa-user-check:before {
  content: "\f4fc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-clock:before {
  content: "\f4fd";
}
.fa-user-cog:before {
  content: "\f4fe";
}
.fa-user-crown:before {
  content: "\f6a4";
}
.fa-user-edit:before {
  content: "\f4ff";
}
.fa-user-friends:before {
  content: "\f500";
}
.fa-user-graduate:before {
  content: "\f501";
}
.fa-user-hard-hat:before {
  content: "\f82c";
}
.fa-user-headset:before {
  content: "\f82d";
}
.fa-user-injured:before {
  content: "\f728";
}
.fa-user-lock:before {
  content: "\f502";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-user-md-chat:before {
  content: "\f82e";
}
.fa-user-minus:before {
  content: "\f503";
}
.fa-user-ninja:before {
  content: "\f504";
}
.fa-user-nurse:before {
  content: "\f82f";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-user-shield:before {
  content: "\f505";
}
.fa-user-slash:before {
  content: "\f506";
}
.fa-user-tag:before {
  content: "\f507";
}
.fa-user-tie:before {
  content: "\f508";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-users-class:before {
  content: "\f63d";
}
.fa-users-cog:before {
  content: "\f509";
}
.fa-users-crown:before {
  content: "\f6a5";
}
.fa-users-medical:before {
  content: "\f830";
}
.fa-usps:before {
  content: "\f7e1";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-utensil-fork:before {
  content: "\f2e3";
}
.fa-utensil-knife:before {
  content: "\f2e4";
}
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-utensils:before {
  content: "\f2e7";
}
.fa-utensils-alt:before {
  content: "\f2e6";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-value-absolute:before {
  content: "\f6a6";
}
.fa-vector-square:before {
  content: "\f5cb";
}
.fa-venus:before {
  content: "\f221";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-vial:before {
  content: "\f492";
}
.fa-vials:before {
  content: "\f493";
}
.fa-viber:before {
  content: "\f409";
}
.fa-video:before {
  content: "\f03d";
}
.fa-video-plus:before {
  content: "\f4e1";
}
.fa-video-slash:before {
  content: "\f4e2";
}
.fa-vihara:before {
  content: "\f6a7";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-vk:before {
  content: "\f189";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-volcano:before {
  content: "\f770";
}
.fa-volleyball-ball:before {
  content: "\f45f";
}
.fa-volume:before {
  content: "\f6a8";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-mute:before {
  content: "\f6a9";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-slash:before {
  content: "\f2e2";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-vote-nay:before {
  content: "\f771";
}
.fa-vote-yea:before {
  content: "\f772";
}
.fa-vr-cardboard:before {
  content: "\f729";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-walker:before {
  content: "\f831";
}
.fa-walking:before {
  content: "\f554";
}
.fa-wallet:before {
  content: "\f555";
}
.fa-wand:before {
  content: "\f72a";
}
.fa-wand-magic:before {
  content: "\f72b";
}
.fa-warehouse:before {
  content: "\f494";
}
.fa-warehouse-alt:before {
  content: "\f495";
}
.fa-watch:before {
  content: "\f2e1";
}
.fa-watch-fitness:before {
  content: "\f63e";
}
.fa-water:before {
  content: "\f773";
}
.fa-water-lower:before {
  content: "\f774";
}
.fa-water-rise:before {
  content: "\f775";
}
.fa-wave-square:before {
  content: "\f83e";
}
.fa-waze:before {
  content: "\f83f";
}
.fa-webcam:before {
  content: "\f832";
}
.fa-webcam-slash:before {
  content: "\f833";
}
.fa-weebly:before {
  content: "\f5cc";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-weight:before {
  content: "\f496";
}
.fa-weight-hanging:before {
  content: "\f5cd";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-whale:before {
  content: "\f72c";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-wheat:before {
  content: "\f72d";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-whistle:before {
  content: "\f460";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-wifi-1:before {
  content: "\f6aa";
}
.fa-wifi-2:before {
  content: "\f6ab";
}
.fa-wifi-slash:before {
  content: "\f6ac";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-wind:before {
  content: "\f72e";
}
.fa-wind-warning:before {
  content: "\f776";
}
.fa-window:before {
  content: "\f40e";
}
.fa-window-alt:before {
  content: "\f40f";
}
.fa-window-close:before {
  content: "\f410";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-windsock:before {
  content: "\f777";
}
.fa-wine-bottle:before {
  content: "\f72f";
}
.fa-wine-glass:before {
  content: "\f4e3";
}
.fa-wine-glass-alt:before {
  content: "\f5ce";
}
.fa-wix:before {
  content: "\f5cf";
}
.fa-wizards-of-the-coast:before {
  content: "\f730";
}
.fa-wolf-pack-battalion:before {
  content: "\f514";
}
.fa-won-sign:before {
  content: "\f159";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-wpressr:before {
  content: "\f3e4";
}
.fa-wreath:before {
  content: "\f7e2";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-x-ray:before {
  content: "\f497";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-yammer:before {
  content: "\f840";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-yarn:before {
  content: "\f7e3";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-yen-sign:before {
  content: "\f157";
}
.fa-yin-yang:before {
  content: "\f6ad";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-youtube-square:before {
  content: "\f431";
}
.fa-zhihu:before {
  content: "\f63f";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*!
 * Font Awesome Pro 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url('../../fonts/fa-regular-400.eot');
  src: url('../../fonts/fa-regular-400.eot?#iefix') format('embedded-opentype'), url('../../fonts/fa-regular-400.woff2') format('woff2'), url('../../fonts/fa-regular-400.woff') format('woff'), url('../../fonts/fa-regular-400.ttf') format('truetype'), url('../../fonts/fa-regular-400.svg#fontawesome') format('svg');
}
.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
/*!
 * Font Awesome Pro 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url('../../fonts/fa-solid-900.eot');
  src: url('../../fonts/fa-solid-900.eot?#iefix') format('embedded-opentype'), url('../../fonts/fa-solid-900.woff2') format('woff2'), url('../../fonts/fa-solid-900.woff') format('woff'), url('../../fonts/fa-solid-900.ttf') format('truetype'), url('../../fonts/fa-solid-900.svg#fontawesome') format('svg');
}
.fa,
.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}
/*!
 * Font Awesome Pro 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: url('../../fonts/fa-light-300.eot');
  src: url('../../fonts/fa-light-300.eot?#iefix') format('embedded-opentype'), url('../../fonts/fa-light-300.woff2') format('woff2'), url('../../fonts/fa-light-300.woff') format('woff'), url('../../fonts/fa-light-300.ttf') format('truetype'), url('../../fonts/fa-light-300.svg#fontawesome') format('svg');
}
.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}
/*!
 * Font Awesome Pro 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url('../../fonts/fa-brands-400.eot');
  src: url('../../fonts/fa-brands-400.eot?#iefix') format('embedded-opentype'), url('../../fonts/fa-brands-400.woff2') format('woff2'), url('../../fonts/fa-brands-400.woff') format('woff'), url('../../fonts/fa-brands-400.ttf') format('truetype'), url('../../fonts/fa-brands-400.svg#fontawesome') format('svg');
}
.fab {
  font-family: 'Font Awesome 5 Brands';
}
@-webkit-keyframes pulse-background-color {
  0% {
    background-color: #607e02;
  }
  50% {
    background-color: #87b102;
  }
  100% {
    background-color: #607e02;
  }
}
@keyframes pulse-background-color {
  0% {
    background-color: #607e02;
  }
  50% {
    background-color: #87b102;
  }
  100% {
    background-color: #607e02;
  }
}
@-webkit-keyframes animation-progress-bar {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 10px 0;
  }
}
@keyframes animation-progress-bar {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 10px 0;
  }
}
/* Looping keyframes are generated at runtime due to necessary calculation of shift offset and keyframe positions. */
.gm-style-iw-t {
  bottom: 30px !important;
}
html {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
html * {
  box-sizing: border-box;
}
body {
  color: #ffffff;
  margin: 0;
  padding: 0;
  background: #444444;
  overflow: hidden;
  height: 100%;
  width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-weight: 400;
}
body.initial-load #pmaxGui #topBar .direction-marks-container {
  display: none !important;
}
div {
  position: relative;
}
h1 {
  font-size: 15pt;
}
h2 {
  font-size: 13pt;
}
h3 {
  font-size: 11pt;
}
:focus {
  outline: 0 !important;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
input,
textarea {
  box-sizing: border-box;
}
.theme-cont a,
.link {
  color: #ffffff !important;
  text-decoration: none;
  cursor: pointer;
}
.theme-cont a:hover,
.link:hover,
.link-hover {
  text-decoration: underline;
}
table.form th {
  text-align: right;
  padding-right: 6px;
}
.global-notice {
  display: none;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.global-notice * {
  font-family: sans-serif;
}
.global-notice .global-notice-inner {
  position: absolute;
  top: 50%;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.global-notice .global-notice-inner .global-notice-text {
  position: relative;
  top: -50%;
  width: 475px;
  margin: auto;
}
.login {
  display: none;
  position: absolute;
  top: 45%;
  width: 100%;
  z-index: 50000;
  text-align: center;
}
.login .login-logo {
  width: 265px;
}
.login h1 {
  font-size: 20pt;
  letter-spacing: 0.045em;
  font-family: 'Oswald', Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.login .login-container {
  background-color: rgba(0, 0, 0, 0.6);
  border-top: 1px solid rgba(255, 255, 255, 0.42);
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
  padding-top: 35px;
  padding-bottom: 35px;
}
.login .login-banner-container,
.login .login-form-container {
  display: inline-block;
  width: 500px;
  max-width: 95%;
  vertical-align: middle;
}
.login .login-banner-container {
  padding-bottom: 20px;
}
.login .login-banner-container.hide {
  display: none;
}
.login .login-banner-container .login-banner {
  max-height: 200px;
}
.login .login-form-container {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
}
.login .login-form-container .login-close-button {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.login .login-form-container .login-error {
  display: none;
  color: #D90000;
  padding-top: 10px;
}
.login .login-form-container .login-form {
  margin-top: 10px;
  padding: 20px 0;
}
.login .login-form-container .login-form .login-input {
  margin-bottom: 10px;
}
.login .login-form-container .login-form label {
  display: inline-block;
  min-width: 110px;
  text-align: right;
  padding-right: 10px;
}
@media screen and (max-width: 470px) {
  .login .login-form-container .login-form label {
    display: block;
    text-align: center;
    margin-bottom: 5px;
  }
}
.login .login-form-container .login-form input {
  padding: 5px;
  width: 225px;
  height: 33px;
  max-width: 100%;
}
.login .login-form-container .login-actions .login-action-column {
  float: left;
  width: 33.333333%;
  line-height: 35px;
  height: 35px;
}
@media screen and (max-width: 470px) {
  .login .login-form-container .login-actions .login-action-column {
    float: none;
    width: 100%;
    text-align: center;
  }
  .login .login-form-container .login-actions .login-action-column.hidden {
    height: 0;
  }
}
.login .login-form-container .login-actions .login-action-column.hidden {
  visibility: hidden;
}
.login .login-form-container .login-actions .login-action-column .login-button,
.login .login-form-container .login-actions .login-action-column .cancel-button {
  border: 1px solid #000;
  padding: 0;
  width: 100%;
  height: 35px;
  font-weight: bold;
  background: #FFF;
}
@media screen and (max-width: 470px) {
  .login .login-form-container .login-actions .login-action-column .login-button,
  .login .login-form-container .login-actions .login-action-column .cancel-button {
    width: 50%;
  }
}
.login .login-form-container .login-actions .login-action-column .login-lost-password {
  color: #FFF;
}
.login .login-form-container .login-actions .login-action-column .login-lost-password:hover,
.login .login-form-container .login-actions .login-action-column .login-lost-password:visited {
  color: #FFF;
}
.login .login-form-container .login-actions .login-action-column .login-switch input {
  position: absolute;
  opacity: 0;
}
.login .login-form-container .login-actions .login-action-column .login-switch input + span {
  background-color: #4a4a4a;
  position: relative;
  display: inline-block;
  margin-top: -2px;
  margin-right: 3px;
  vertical-align: middle;
  border-radius: 30px;
  width: 36px;
  height: 20px;
  transition: background-color 0.4s;
}
.login .login-form-container .login-actions .login-action-column .login-switch input + span:after {
  content: "";
  width: 16px;
  top: 2px;
  bottom: 2px;
  left: 2px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 1px 0 3px rgba(0, 0, 0, 0.1);
  transition: -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
  position: absolute;
}
.login .login-form-container .login-actions .login-action-column .login-switch input:checked + span {
  background-color: #AAA;
}
.login .login-form-container .login-actions .login-action-column .login-switch input:checked + span:after {
  box-shadow: -2px 0 3px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
}
.login .login-form-container .login-actions.download .login-action-column {
  width: 25%;
  margin-left: 5px;
}
@media screen and (max-width: 470px) {
  .login .login-form-container .login-actions.download .login-action-column {
    width: 100%;
  }
}
#pmax_panoManager,
#newPmax {
  position: absolute;
  display: none;
  z-index: 5;
}
#pmax_panoManager#newPmax,
#newPmax#newPmax {
  z-index: 50;
  display: block;
}
#pmax_panoManager .movement-container,
#newPmax .movement-container {
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
  z-index: 91;
}
#pmax_panoManager .movement-container .spot,
#newPmax .movement-container .spot,
#pmax_panoManager .movement-container .vessel,
#newPmax .movement-container .vessel {
  display: none;
  left: 100px;
  top: 200px;
  position: absolute;
  z-index: 95;
  cursor: default;
  font-size: 1em;
}
#pmax_panoManager .movement-container .spot.video-visible,
#newPmax .movement-container .spot.video-visible,
#pmax_panoManager .movement-container .vessel.video-visible,
#newPmax .movement-container .vessel.video-visible {
  z-index: 97;
}
#pmax_panoManager .movement-container .spot.unpositioned,
#newPmax .movement-container .spot.unpositioned,
#pmax_panoManager .movement-container .vessel.unpositioned,
#newPmax .movement-container .vessel.unpositioned {
  margin-top: -10000px !important;
}
#pmax_panoManager .movement-container .spot.spot-hovered,
#newPmax .movement-container .spot.spot-hovered,
#pmax_panoManager .movement-container .vessel.spot-hovered,
#newPmax .movement-container .vessel.spot-hovered {
  z-index: 1111;
}
#pmax_panoManager .movement-container .spot.bubble-visible,
#newPmax .movement-container .spot.bubble-visible,
#pmax_panoManager .movement-container .vessel.bubble-visible,
#newPmax .movement-container .vessel.bubble-visible,
#pmax_panoManager .movement-container .spot.video-visible,
#newPmax .movement-container .spot.video-visible,
#pmax_panoManager .movement-container .vessel.video-visible,
#newPmax .movement-container .vessel.video-visible {
  z-index: 1111;
}
#pmax_panoManager .movement-container .spot.bubble-visible .label,
#newPmax .movement-container .spot.bubble-visible .label,
#pmax_panoManager .movement-container .vessel.bubble-visible .label,
#newPmax .movement-container .vessel.bubble-visible .label,
#pmax_panoManager .movement-container .spot.video-visible .label,
#newPmax .movement-container .spot.video-visible .label,
#pmax_panoManager .movement-container .vessel.video-visible .label,
#newPmax .movement-container .vessel.video-visible .label {
  opacity: 0;
  filter: alpha(opacity=0);
}
#pmax_panoManager .movement-container .spot.bubble-visible .bubble-container .bubble,
#newPmax .movement-container .spot.bubble-visible .bubble-container .bubble,
#pmax_panoManager .movement-container .vessel.bubble-visible .bubble-container .bubble,
#newPmax .movement-container .vessel.bubble-visible .bubble-container .bubble,
#pmax_panoManager .movement-container .spot.video-visible .bubble-container .bubble,
#newPmax .movement-container .spot.video-visible .bubble-container .bubble,
#pmax_panoManager .movement-container .vessel.video-visible .bubble-container .bubble,
#newPmax .movement-container .vessel.video-visible .bubble-container .bubble {
  display: block;
}
#pmax_panoManager .movement-container .spot.spot-link .icon,
#newPmax .movement-container .spot.spot-link .icon,
#pmax_panoManager .movement-container .vessel.spot-link .icon,
#newPmax .movement-container .vessel.spot-link .icon,
#pmax_panoManager .movement-container .spot.spot-link .icon-shadow,
#newPmax .movement-container .spot.spot-link .icon-shadow,
#pmax_panoManager .movement-container .vessel.spot-link .icon-shadow,
#newPmax .movement-container .vessel.spot-link .icon-shadow,
#pmax_panoManager .movement-container .spot.spot-link .label,
#newPmax .movement-container .spot.spot-link .label,
#pmax_panoManager .movement-container .vessel.spot-link .label,
#newPmax .movement-container .vessel.spot-link .label,
#pmax_panoManager .movement-container .spot.spot-link .bubble-label,
#newPmax .movement-container .spot.spot-link .bubble-label,
#pmax_panoManager .movement-container .vessel.spot-link .bubble-label,
#newPmax .movement-container .vessel.spot-link .bubble-label {
  cursor: pointer;
}
#pmax_panoManager .movement-container .spot.spot-link:hover .bubble-label,
#newPmax .movement-container .spot.spot-link:hover .bubble-label,
#pmax_panoManager .movement-container .vessel.spot-link:hover .bubble-label,
#newPmax .movement-container .vessel.spot-link:hover .bubble-label {
  text-decoration: underline;
}
#pmax_panoManager .movement-container .spot.icon-area .label,
#newPmax .movement-container .spot.icon-area .label,
#pmax_panoManager .movement-container .vessel.icon-area .label,
#newPmax .movement-container .vessel.icon-area .label,
#pmax_panoManager .movement-container .spot.icon-area .bubble-container,
#newPmax .movement-container .spot.icon-area .bubble-container,
#pmax_panoManager .movement-container .vessel.icon-area .bubble-container,
#newPmax .movement-container .vessel.icon-area .bubble-container,
#pmax_panoManager .movement-container .spot.icon-area .icon-img,
#newPmax .movement-container .spot.icon-area .icon-img,
#pmax_panoManager .movement-container .vessel.icon-area .icon-img,
#newPmax .movement-container .vessel.icon-area .icon-img {
  display: none !important;
}
#pmax_panoManager .movement-container .spot.icon-area .icon,
#newPmax .movement-container .spot.icon-area .icon,
#pmax_panoManager .movement-container .vessel.icon-area .icon,
#newPmax .movement-container .vessel.icon-area .icon {
  display: block;
  width: 100% !important;
  height: 100% !important;
  left: 0;
  top: 0;
  font-size: 0;
  border: 0;
  margin: 0 !important;
  cursor: pointer;
}
#pmax_panoManager .movement-container .spot .label,
#newPmax .movement-container .spot .label,
#pmax_panoManager .movement-container .vessel .label,
#newPmax .movement-container .vessel .label {
  display: none;
  position: absolute;
  left: 8px;
  margin-left: 3px;
  margin-top: -8px;
  padding: 1px 4px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 2px;
  font-size: 0.833em;
}
#pmax_panoManager .movement-container .spot .label .label-content,
#newPmax .movement-container .spot .label .label-content,
#pmax_panoManager .movement-container .vessel .label .label-content,
#newPmax .movement-container .vessel .label .label-content {
  white-space: nowrap;
}
#pmax_panoManager .movement-container .spot .label.label-has-bubble,
#newPmax .movement-container .spot .label.label-has-bubble,
#pmax_panoManager .movement-container .vessel .label.label-has-bubble,
#newPmax .movement-container .vessel .label.label-has-bubble {
  cursor: pointer;
}
#pmax_panoManager .movement-container .spot .label.active-dynamic-spot,
#newPmax .movement-container .spot .label.active-dynamic-spot,
#pmax_panoManager .movement-container .vessel .label.active-dynamic-spot,
#newPmax .movement-container .vessel .label.active-dynamic-spot {
  padding: 5px 5px 5px 26px;
}
#pmax_panoManager .movement-container .spot .label.active-dynamic-spot.spot-status-none,
#newPmax .movement-container .spot .label.active-dynamic-spot.spot-status-none,
#pmax_panoManager .movement-container .vessel .label.active-dynamic-spot.spot-status-none,
#newPmax .movement-container .vessel .label.active-dynamic-spot.spot-status-none {
  padding: 0;
}
#pmax_panoManager .movement-container .spot .label.spot-status-red:before,
#newPmax .movement-container .spot .label.spot-status-red:before,
#pmax_panoManager .movement-container .vessel .label.spot-status-red:before,
#newPmax .movement-container .vessel .label.spot-status-red:before {
  content: '';
  position: absolute;
  background-image: url("images/nok_dot_edge.png");
  background-size: contain;
  width: 16px;
  height: 16px;
  left: 4px;
  top: 4px;
}
#pmax_panoManager .movement-container .spot .label.spot-status-green:before,
#newPmax .movement-container .spot .label.spot-status-green:before,
#pmax_panoManager .movement-container .vessel .label.spot-status-green:before,
#newPmax .movement-container .vessel .label.spot-status-green:before {
  content: '';
  position: absolute;
  background-image: url("images/ok_dot_edge.png");
  background-size: contain;
  width: 16px;
  height: 16px;
  left: 4px;
  top: 4px;
}
#pmax_panoManager .movement-container .spot .icon,
#newPmax .movement-container .spot .icon,
#pmax_panoManager .movement-container .vessel .icon,
#newPmax .movement-container .vessel .icon {
  position: absolute;
}
#pmax_panoManager .movement-container .spot .icon.icon-img,
#newPmax .movement-container .spot .icon.icon-img,
#pmax_panoManager .movement-container .vessel .icon.icon-img,
#newPmax .movement-container .vessel .icon.icon-img {
  left: -8px;
  top: -8px;
}
#pmax_panoManager .movement-container .spot .icon.icon-shadow,
#newPmax .movement-container .spot .icon.icon-shadow,
#pmax_panoManager .movement-container .vessel .icon.icon-shadow,
#newPmax .movement-container .vessel .icon.icon-shadow {
  position: absolute;
  width: 0;
  height: 0;
  /*margin-left: -16px;
					margin-top: -16px;
					width: 48px;
					height: 48px;

					&.icon-shadow-dark {
						.box-shadow
						background: data-uri('images/spots/bg-dark.png') no-repeat 50% 50%;
					}
					&.icon-shadow-light {
						background: data-uri('images/spots/bg-light.png') no-repeat 50% 50%;
					}*/
}
#pmax_panoManager .movement-container .spot .icon.icon-shadow.icon-shadow-dark,
#newPmax .movement-container .spot .icon.icon-shadow.icon-shadow-dark,
#pmax_panoManager .movement-container .vessel .icon.icon-shadow.icon-shadow-dark,
#newPmax .movement-container .vessel .icon.icon-shadow.icon-shadow-dark {
  box-shadow: 0 0 20px 9px #000000;
}
#pmax_panoManager .movement-container .spot .icon.icon-shadow.icon-shadow-light,
#newPmax .movement-container .spot .icon.icon-shadow.icon-shadow-light,
#pmax_panoManager .movement-container .vessel .icon.icon-shadow.icon-shadow-light,
#newPmax .movement-container .vessel .icon.icon-shadow.icon-shadow-light {
  box-shadow: 0 0 20px 9px #ffffff;
}
#pmax_panoManager .movement-container .spot .bubble-container,
#newPmax .movement-container .spot .bubble-container,
#pmax_panoManager .movement-container .vessel .bubble-container,
#newPmax .movement-container .vessel .bubble-container {
  width: 100%;
}
#pmax_panoManager .movement-container .spot .bubble-container.overflow:before,
#newPmax .movement-container .spot .bubble-container.overflow:before,
#pmax_panoManager .movement-container .vessel .bubble-container.overflow:before,
#newPmax .movement-container .vessel .bubble-container.overflow:before,
#pmax_panoManager .movement-container .spot .bubble-container.overflow:after,
#newPmax .movement-container .spot .bubble-container.overflow:after,
#pmax_panoManager .movement-container .vessel .bubble-container.overflow:after,
#newPmax .movement-container .vessel .bubble-container.overflow:after {
  position: absolute;
  display: block;
  content: '';
}
#pmax_panoManager .movement-container .spot .bubble-container:before,
#newPmax .movement-container .spot .bubble-container:before,
#pmax_panoManager .movement-container .vessel .bubble-container:before,
#newPmax .movement-container .vessel .bubble-container:before,
#pmax_panoManager .movement-container .spot .bubble-container:after,
#newPmax .movement-container .spot .bubble-container:after,
#pmax_panoManager .movement-container .vessel .bubble-container:after,
#newPmax .movement-container .vessel .bubble-container:after {
  display: none;
}
#pmax_panoManager .movement-container .spot .bubble-container .bubble,
#newPmax .movement-container .spot .bubble-container .bubble,
#pmax_panoManager .movement-container .vessel .bubble-container .bubble,
#newPmax .movement-container .vessel .bubble-container .bubble {
  display: none;
  position: absolute;
  left: 16px;
  margin-left: 3px;
  max-width: 400px;
  min-width: 240px;
  padding: 6px 4px 4px 4px;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
  border: 3px solid rgba(136, 136, 136, 0.3);
  box-sizing: content-box;
}
#pmax_panoManager .movement-container .spot .bubble-container .bubble.wide-content,
#newPmax .movement-container .spot .bubble-container .bubble.wide-content,
#pmax_panoManager .movement-container .vessel .bubble-container .bubble.wide-content,
#newPmax .movement-container .vessel .bubble-container .bubble.wide-content {
  max-width: 450px;
  width: 450px;
}
#pmax_panoManager .movement-container .spot .bubble-container .bubble.bubble-pre,
#newPmax .movement-container .spot .bubble-container .bubble.bubble-pre,
#pmax_panoManager .movement-container .vessel .bubble-container .bubble.bubble-pre,
#newPmax .movement-container .vessel .bubble-container .bubble.bubble-pre,
#pmax_panoManager .movement-container .spot .bubble-container .bubble.main,
#newPmax .movement-container .spot .bubble-container .bubble.main,
#pmax_panoManager .movement-container .vessel .bubble-container .bubble.main,
#newPmax .movement-container .vessel .bubble-container .bubble.main,
#pmax_panoManager .movement-container .spot .bubble-container .bubble.bubble-post,
#newPmax .movement-container .spot .bubble-container .bubble.bubble-post,
#pmax_panoManager .movement-container .vessel .bubble-container .bubble.bubble-post,
#newPmax .movement-container .vessel .bubble-container .bubble.bubble-post {
  display: block;
  opacity: 0;
}
#pmax_panoManager .movement-container .spot .bubble-container .bubble.bubble-transition-in,
#newPmax .movement-container .spot .bubble-container .bubble.bubble-transition-in,
#pmax_panoManager .movement-container .vessel .bubble-container .bubble.bubble-transition-in,
#newPmax .movement-container .vessel .bubble-container .bubble.bubble-transition-in {
  transition: opacity 500ms;
  opacity: 1;
}
#pmax_panoManager .movement-container .spot .bubble-container .bubble.bubble-transition-out,
#newPmax .movement-container .spot .bubble-container .bubble.bubble-transition-out,
#pmax_panoManager .movement-container .vessel .bubble-container .bubble.bubble-transition-out,
#newPmax .movement-container .vessel .bubble-container .bubble.bubble-transition-out {
  transition: opacity 500ms;
  opacity: 0;
}
#pmax_panoManager .movement-container .spot .bubble-container .bubble.has-iframe-content,
#newPmax .movement-container .spot .bubble-container .bubble.has-iframe-content,
#pmax_panoManager .movement-container .vessel .bubble-container .bubble.has-iframe-content,
#newPmax .movement-container .vessel .bubble-container .bubble.has-iframe-content,
#pmax_panoManager .movement-container .spot .bubble-container .bubble.has-video,
#newPmax .movement-container .spot .bubble-container .bubble.has-video,
#pmax_panoManager .movement-container .vessel .bubble-container .bubble.has-video,
#newPmax .movement-container .vessel .bubble-container .bubble.has-video {
  width: auto !important;
  max-width: 640px !important;
}
#pmax_panoManager .movement-container .spot .bubble-container .bubble.has-iframe-content .bubble-content,
#newPmax .movement-container .spot .bubble-container .bubble.has-iframe-content .bubble-content,
#pmax_panoManager .movement-container .vessel .bubble-container .bubble.has-iframe-content .bubble-content,
#newPmax .movement-container .vessel .bubble-container .bubble.has-iframe-content .bubble-content,
#pmax_panoManager .movement-container .spot .bubble-container .bubble.has-video .bubble-content,
#newPmax .movement-container .spot .bubble-container .bubble.has-video .bubble-content,
#pmax_panoManager .movement-container .vessel .bubble-container .bubble.has-video .bubble-content,
#newPmax .movement-container .vessel .bubble-container .bubble.has-video .bubble-content {
  overflow: hidden;
}
#pmax_panoManager .movement-container .spot .bubble-container .bubble:before,
#newPmax .movement-container .spot .bubble-container .bubble:before,
#pmax_panoManager .movement-container .vessel .bubble-container .bubble:before,
#newPmax .movement-container .vessel .bubble-container .bubble:before,
#pmax_panoManager .movement-container .spot .bubble-container .bubble:after,
#newPmax .movement-container .spot .bubble-container .bubble:after,
#pmax_panoManager .movement-container .vessel .bubble-container .bubble:after,
#newPmax .movement-container .vessel .bubble-container .bubble:after {
  position: absolute;
  display: block;
  content: '';
}
#pmax_panoManager .movement-container .spot .bubble-container .bubble .bubble-label,
#newPmax .movement-container .spot .bubble-container .bubble .bubble-label,
#pmax_panoManager .movement-container .vessel .bubble-container .bubble .bubble-label,
#newPmax .movement-container .vessel .bubble-container .bubble .bubble-label {
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 0.833em;
}
#pmax_panoManager .movement-container .spot .bubble-container .bubble .bubble-label.link,
#newPmax .movement-container .spot .bubble-container .bubble .bubble-label.link,
#pmax_panoManager .movement-container .vessel .bubble-container .bubble .bubble-label.link,
#newPmax .movement-container .vessel .bubble-container .bubble .bubble-label.link {
  color: #ffffff !important;
}
#pmax_panoManager .movement-container .spot .bubble-container .bubble .bubble-content,
#newPmax .movement-container .spot .bubble-container .bubble .bubble-content,
#pmax_panoManager .movement-container .vessel .bubble-container .bubble .bubble-content,
#newPmax .movement-container .vessel .bubble-container .bubble .bubble-content {
  font-size: 0.717em !important;
  line-height: 130%;
}
#pmax_panoManager .movement-container .spot .bubble-container .bubble .bubble-content ul,
#newPmax .movement-container .spot .bubble-container .bubble .bubble-content ul,
#pmax_panoManager .movement-container .vessel .bubble-container .bubble .bubble-content ul,
#newPmax .movement-container .vessel .bubble-container .bubble .bubble-content ul,
#pmax_panoManager .movement-container .spot .bubble-container .bubble .bubble-content ol,
#newPmax .movement-container .spot .bubble-container .bubble .bubble-content ol,
#pmax_panoManager .movement-container .vessel .bubble-container .bubble .bubble-content ol,
#newPmax .movement-container .vessel .bubble-container .bubble .bubble-content ol {
  padding-left: 1.5em;
  margin: 0;
  list-style-position: outside;
  list-style-image: none;
}
#pmax_panoManager .movement-container .spot .bubble-container .bubble .bubble-content ul,
#newPmax .movement-container .spot .bubble-container .bubble .bubble-content ul,
#pmax_panoManager .movement-container .vessel .bubble-container .bubble .bubble-content ul,
#newPmax .movement-container .vessel .bubble-container .bubble .bubble-content ul {
  list-style-type: disc;
}
#pmax_panoManager .movement-container .spot .bubble-container .bubble .bubble-content ol,
#newPmax .movement-container .spot .bubble-container .bubble .bubble-content ol,
#pmax_panoManager .movement-container .vessel .bubble-container .bubble .bubble-content ol,
#newPmax .movement-container .vessel .bubble-container .bubble .bubble-content ol {
  list-style-type: decimal;
}
#pmax_panoManager .movement-container .spot .bubble-container .bubble .bubble-content img,
#newPmax .movement-container .spot .bubble-container .bubble .bubble-content img,
#pmax_panoManager .movement-container .vessel .bubble-container .bubble .bubble-content img,
#newPmax .movement-container .vessel .bubble-container .bubble .bubble-content img {
  max-width: 100%;
  height: auto;
}
#pmax_panoManager .movement-container .spot .bubble-container .bubble .bubble-content .bubble-maximize,
#newPmax .movement-container .spot .bubble-container .bubble .bubble-content .bubble-maximize,
#pmax_panoManager .movement-container .vessel .bubble-container .bubble .bubble-content .bubble-maximize,
#newPmax .movement-container .vessel .bubble-container .bubble .bubble-content .bubble-maximize {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(61, 61, 61, 0.5);
  cursor: pointer;
}
#pmax_panoManager .movement-container .spot .bubble-container .bubble .bubble-content .bubble-maximize .fa-arrows-maximize,
#newPmax .movement-container .spot .bubble-container .bubble .bubble-content .bubble-maximize .fa-arrows-maximize,
#pmax_panoManager .movement-container .vessel .bubble-container .bubble .bubble-content .bubble-maximize .fa-arrows-maximize,
#newPmax .movement-container .vessel .bubble-container .bubble .bubble-content .bubble-maximize .fa-arrows-maximize {
  font-size: 1.8em;
  color: rgba(255, 255, 255, 0.7);
}
#pmax_panoManager .movement-container .spot .bubble-container .bubble .bubble-content .bubble-maximize .fa-arrows-maximize:before,
#newPmax .movement-container .spot .bubble-container .bubble .bubble-content .bubble-maximize .fa-arrows-maximize:before,
#pmax_panoManager .movement-container .vessel .bubble-container .bubble .bubble-content .bubble-maximize .fa-arrows-maximize:before,
#newPmax .movement-container .vessel .bubble-container .bubble .bubble-content .bubble-maximize .fa-arrows-maximize:before {
  content: "\f31d";
}
#pmax_panoManager .movement-container .spot .bubble-container .bubble .bubble-content .bubble-maximize:hover .fa-arrows-maximize,
#newPmax .movement-container .spot .bubble-container .bubble .bubble-content .bubble-maximize:hover .fa-arrows-maximize,
#pmax_panoManager .movement-container .vessel .bubble-container .bubble .bubble-content .bubble-maximize:hover .fa-arrows-maximize,
#newPmax .movement-container .vessel .bubble-container .bubble .bubble-content .bubble-maximize:hover .fa-arrows-maximize,
#pmax_panoManager .movement-container .spot .bubble-container .bubble .bubble-content .bubble-maximize .active .fa-arrows-maximize,
#newPmax .movement-container .spot .bubble-container .bubble .bubble-content .bubble-maximize .active .fa-arrows-maximize,
#pmax_panoManager .movement-container .vessel .bubble-container .bubble .bubble-content .bubble-maximize .active .fa-arrows-maximize,
#newPmax .movement-container .vessel .bubble-container .bubble .bubble-content .bubble-maximize .active .fa-arrows-maximize {
  font-size: 2em;
}
#pmax_panoManager .movement-container .spot .bubble-container .bubble.has-video .video,
#newPmax .movement-container .spot .bubble-container .bubble.has-video .video,
#pmax_panoManager .movement-container .vessel .bubble-container .bubble.has-video .video,
#newPmax .movement-container .vessel .bubble-container .bubble.has-video .video {
  display: none;
  margin-top: 5px;
  line-height: 0;
  background: #000000;
}
#pmax_panoManager .movement-container .spot .bubble-container .bubble.has-video .video video,
#newPmax .movement-container .spot .bubble-container .bubble.has-video .video video,
#pmax_panoManager .movement-container .vessel .bubble-container .bubble.has-video .video video,
#newPmax .movement-container .vessel .bubble-container .bubble.has-video .video video {
  max-width: 100%;
  height: auto;
}
#pmax_panoManager .movement-container .spot .spot-dynamic-status,
#newPmax .movement-container .spot .spot-dynamic-status,
#pmax_panoManager .movement-container .vessel .spot-dynamic-status,
#newPmax .movement-container .vessel .spot-dynamic-status {
  top: 4px;
  display: none;
}
#pmax_panoManager .movement-container .spot .spot-dynamic-status.dynamic-status-visible,
#newPmax .movement-container .spot .spot-dynamic-status.dynamic-status-visible,
#pmax_panoManager .movement-container .vessel .spot-dynamic-status.dynamic-status-visible,
#newPmax .movement-container .vessel .spot-dynamic-status.dynamic-status-visible {
  display: none;
}
#pmax_panoManager .movement-container .spot .spot-dynamic-status .spot-status,
#newPmax .movement-container .spot .spot-dynamic-status .spot-status,
#pmax_panoManager .movement-container .vessel .spot-dynamic-status .spot-status,
#newPmax .movement-container .vessel .spot-dynamic-status .spot-status {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 2px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
}
#pmax_panoManager .movement-container .spot .spot-dynamic-status .spot-status:last-child,
#newPmax .movement-container .spot .spot-dynamic-status .spot-status:last-child,
#pmax_panoManager .movement-container .vessel .spot-dynamic-status .spot-status:last-child,
#newPmax .movement-container .vessel .spot-dynamic-status .spot-status:last-child {
  margin-bottom: 1px;
}
#pmax_panoManager .movement-container .spot .spot-dynamic-status .spot-status.spot-status-active.spot-status-red,
#newPmax .movement-container .spot .spot-dynamic-status .spot-status.spot-status-active.spot-status-red,
#pmax_panoManager .movement-container .vessel .spot-dynamic-status .spot-status.spot-status-active.spot-status-red,
#newPmax .movement-container .vessel .spot-dynamic-status .spot-status.spot-status-active.spot-status-red {
  background-image: url("images/icon_dynamic_bad.png");
}
#pmax_panoManager .movement-container .spot .spot-dynamic-status .spot-status.spot-status-active.spot-status-green,
#newPmax .movement-container .spot .spot-dynamic-status .spot-status.spot-status-active.spot-status-green,
#pmax_panoManager .movement-container .vessel .spot-dynamic-status .spot-status.spot-status-active.spot-status-green,
#newPmax .movement-container .vessel .spot-dynamic-status .spot-status.spot-status-active.spot-status-green {
  background-image: url("images/icon_dynamic_good.png");
}
#pmax_panoManager .movement-container .spot.orientation-right .bubble-container,
#newPmax .movement-container .spot.orientation-right .bubble-container,
#pmax_panoManager .movement-container .vessel.orientation-right .bubble-container,
#newPmax .movement-container .vessel.orientation-right .bubble-container {
  margin-left: 8px;
  margin-top: -14px;
}
#pmax_panoManager .movement-container .spot.orientation-right .bubble-container .bubble:before,
#newPmax .movement-container .spot.orientation-right .bubble-container .bubble:before,
#pmax_panoManager .movement-container .vessel.orientation-right .bubble-container .bubble:before,
#newPmax .movement-container .vessel.orientation-right .bubble-container .bubble:before,
#pmax_panoManager .movement-container .spot.orientation-right .bubble-container .bubble-pre:before,
#newPmax .movement-container .spot.orientation-right .bubble-container .bubble-pre:before,
#pmax_panoManager .movement-container .vessel.orientation-right .bubble-container .bubble-pre:before,
#newPmax .movement-container .vessel.orientation-right .bubble-container .bubble-pre:before,
#pmax_panoManager .movement-container .spot.orientation-right .bubble-container .bubble-post:before,
#newPmax .movement-container .spot.orientation-right .bubble-container .bubble-post:before,
#pmax_panoManager .movement-container .vessel.orientation-right .bubble-container .bubble-post:before,
#newPmax .movement-container .vessel.orientation-right .bubble-container .bubble-post:before {
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-right: 11px solid rgba(66, 66, 66, 0.85);
  border-left: 0;
  left: -13px;
  top: 0;
}
#pmax_panoManager .movement-container .spot.orientation-right .bubble-container .bubble:after,
#newPmax .movement-container .spot.orientation-right .bubble-container .bubble:after,
#pmax_panoManager .movement-container .vessel.orientation-right .bubble-container .bubble:after,
#newPmax .movement-container .vessel.orientation-right .bubble-container .bubble:after,
#pmax_panoManager .movement-container .spot.orientation-right .bubble-container .bubble-pre:after,
#newPmax .movement-container .spot.orientation-right .bubble-container .bubble-pre:after,
#pmax_panoManager .movement-container .vessel.orientation-right .bubble-container .bubble-pre:after,
#newPmax .movement-container .vessel.orientation-right .bubble-container .bubble-pre:after,
#pmax_panoManager .movement-container .spot.orientation-right .bubble-container .bubble-post:after,
#newPmax .movement-container .spot.orientation-right .bubble-container .bubble-post:after,
#pmax_panoManager .movement-container .vessel.orientation-right .bubble-container .bubble-post:after,
#newPmax .movement-container .vessel.orientation-right .bubble-container .bubble-post:after {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #ffffff;
  border-left: 0;
  left: -8px;
  top: 6px;
}
#pmax_panoManager .movement-container .spot.orientation-right .bubble-container.overflow .bubble:before,
#newPmax .movement-container .spot.orientation-right .bubble-container.overflow .bubble:before,
#pmax_panoManager .movement-container .vessel.orientation-right .bubble-container.overflow .bubble:before,
#newPmax .movement-container .vessel.orientation-right .bubble-container.overflow .bubble:before,
#pmax_panoManager .movement-container .spot.orientation-right .bubble-container.overflow .bubble::after,
#newPmax .movement-container .spot.orientation-right .bubble-container.overflow .bubble::after,
#pmax_panoManager .movement-container .vessel.orientation-right .bubble-container.overflow .bubble::after,
#newPmax .movement-container .vessel.orientation-right .bubble-container.overflow .bubble::after {
  display: none;
}
#pmax_panoManager .movement-container .spot.orientation-right .bubble-container.overflow:before,
#newPmax .movement-container .spot.orientation-right .bubble-container.overflow:before,
#pmax_panoManager .movement-container .vessel.orientation-right .bubble-container.overflow:before,
#newPmax .movement-container .vessel.orientation-right .bubble-container.overflow:before {
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-right: 11px solid rgba(66, 66, 66, 0.85);
  border-left: 0;
  left: 5px;
  top: 0;
}
#pmax_panoManager .movement-container .spot.orientation-right .bubble-container.overflow:after,
#newPmax .movement-container .spot.orientation-right .bubble-container.overflow:after,
#pmax_panoManager .movement-container .vessel.orientation-right .bubble-container.overflow:after,
#newPmax .movement-container .vessel.orientation-right .bubble-container.overflow:after {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #ffffff;
  border-left: 0;
  left: 10px;
  top: 6px;
}
#pmax_panoManager .movement-container .spot.orientation-right .spot-dynamic-status,
#newPmax .movement-container .spot.orientation-right .spot-dynamic-status,
#pmax_panoManager .movement-container .vessel.orientation-right .spot-dynamic-status,
#newPmax .movement-container .vessel.orientation-right .spot-dynamic-status {
  right: 33px;
}
#pmax_panoManager .movement-container .spot.orientation-left .bubble-container,
#newPmax .movement-container .spot.orientation-left .bubble-container,
#pmax_panoManager .movement-container .vessel.orientation-left .bubble-container,
#newPmax .movement-container .vessel.orientation-left .bubble-container {
  margin-left: -8px;
  margin-top: -14px;
}
#pmax_panoManager .movement-container .spot.orientation-left .bubble-container .bubble:before,
#newPmax .movement-container .spot.orientation-left .bubble-container .bubble:before,
#pmax_panoManager .movement-container .vessel.orientation-left .bubble-container .bubble:before,
#newPmax .movement-container .vessel.orientation-left .bubble-container .bubble:before,
#pmax_panoManager .movement-container .spot.orientation-left .bubble-container .bubble-pre:before,
#newPmax .movement-container .spot.orientation-left .bubble-container .bubble-pre:before,
#pmax_panoManager .movement-container .vessel.orientation-left .bubble-container .bubble-pre:before,
#newPmax .movement-container .vessel.orientation-left .bubble-container .bubble-pre:before,
#pmax_panoManager .movement-container .spot.orientation-left .bubble-container .bubble-post:before,
#newPmax .movement-container .spot.orientation-left .bubble-container .bubble-post:before,
#pmax_panoManager .movement-container .vessel.orientation-left .bubble-container .bubble-post:before,
#newPmax .movement-container .vessel.orientation-left .bubble-container .bubble-post:before {
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 11px solid rgba(66, 66, 66, 0.85);
  border-right: 0;
  right: -13px;
  top: 0;
}
#pmax_panoManager .movement-container .spot.orientation-left .bubble-container .bubble:after,
#newPmax .movement-container .spot.orientation-left .bubble-container .bubble:after,
#pmax_panoManager .movement-container .vessel.orientation-left .bubble-container .bubble:after,
#newPmax .movement-container .vessel.orientation-left .bubble-container .bubble:after,
#pmax_panoManager .movement-container .spot.orientation-left .bubble-container .bubble-pre:after,
#newPmax .movement-container .spot.orientation-left .bubble-container .bubble-pre:after,
#pmax_panoManager .movement-container .vessel.orientation-left .bubble-container .bubble-pre:after,
#newPmax .movement-container .vessel.orientation-left .bubble-container .bubble-pre:after,
#pmax_panoManager .movement-container .spot.orientation-left .bubble-container .bubble-post:after,
#newPmax .movement-container .spot.orientation-left .bubble-container .bubble-post:after,
#pmax_panoManager .movement-container .vessel.orientation-left .bubble-container .bubble-post:after,
#newPmax .movement-container .vessel.orientation-left .bubble-container .bubble-post:after {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #ffffff;
  border-right: 0;
  right: -8px;
  top: 6px;
}
#pmax_panoManager .movement-container .spot.orientation-left .bubble-container .bubble.correction-left,
#newPmax .movement-container .spot.orientation-left .bubble-container .bubble.correction-left,
#pmax_panoManager .movement-container .vessel.orientation-left .bubble-container .bubble.correction-left,
#newPmax .movement-container .vessel.orientation-left .bubble-container .bubble.correction-left,
#pmax_panoManager .movement-container .spot.orientation-left .bubble-container .bubble-pre.correction-left,
#newPmax .movement-container .spot.orientation-left .bubble-container .bubble-pre.correction-left,
#pmax_panoManager .movement-container .vessel.orientation-left .bubble-container .bubble-pre.correction-left,
#newPmax .movement-container .vessel.orientation-left .bubble-container .bubble-pre.correction-left,
#pmax_panoManager .movement-container .spot.orientation-left .bubble-container .bubble-post.correction-left,
#newPmax .movement-container .spot.orientation-left .bubble-container .bubble-post.correction-left,
#pmax_panoManager .movement-container .vessel.orientation-left .bubble-container .bubble-post.correction-left,
#newPmax .movement-container .vessel.orientation-left .bubble-container .bubble-post.correction-left {
  margin-right: 20px !important;
}
#pmax_panoManager .movement-container .spot.orientation-left .bubble-container.overflow .bubble:before,
#newPmax .movement-container .spot.orientation-left .bubble-container.overflow .bubble:before,
#pmax_panoManager .movement-container .vessel.orientation-left .bubble-container.overflow .bubble:before,
#newPmax .movement-container .vessel.orientation-left .bubble-container.overflow .bubble:before,
#pmax_panoManager .movement-container .spot.orientation-left .bubble-container.overflow .bubble:after,
#newPmax .movement-container .spot.orientation-left .bubble-container.overflow .bubble:after,
#pmax_panoManager .movement-container .vessel.orientation-left .bubble-container.overflow .bubble:after,
#newPmax .movement-container .vessel.orientation-left .bubble-container.overflow .bubble:after {
  display: none;
}
#pmax_panoManager .movement-container .spot.orientation-left .bubble-container.overflow:before,
#newPmax .movement-container .spot.orientation-left .bubble-container.overflow:before,
#pmax_panoManager .movement-container .vessel.orientation-left .bubble-container.overflow:before,
#newPmax .movement-container .vessel.orientation-left .bubble-container.overflow:before {
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 11px solid rgba(66, 66, 66, 0.85);
  border-right: 0;
  right: 5px;
  top: 2px;
}
#pmax_panoManager .movement-container .spot.orientation-left .bubble-container.overflow:after,
#newPmax .movement-container .spot.orientation-left .bubble-container.overflow:after,
#pmax_panoManager .movement-container .vessel.orientation-left .bubble-container.overflow:after,
#newPmax .movement-container .vessel.orientation-left .bubble-container.overflow:after {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #ffffff;
  border-right: 0;
  right: 10px;
  top: 8px;
}
#pmax_panoManager .movement-container .spot.orientation-left .spot-dynamic-status,
#newPmax .movement-container .spot.orientation-left .spot-dynamic-status,
#pmax_panoManager .movement-container .vessel.orientation-left .spot-dynamic-status,
#newPmax .movement-container .vessel.orientation-left .spot-dynamic-status {
  left: 14px;
}
#pmax_panoManager .movement-container .spot.orientation-above .bubble-container,
#newPmax .movement-container .spot.orientation-above .bubble-container,
#pmax_panoManager .movement-container .vessel.orientation-above .bubble-container,
#newPmax .movement-container .vessel.orientation-above .bubble-container {
  margin-top: 0px;
}
#pmax_panoManager .movement-container .spot.orientation-above .bubble-container .bubble:before,
#newPmax .movement-container .spot.orientation-above .bubble-container .bubble:before,
#pmax_panoManager .movement-container .vessel.orientation-above .bubble-container .bubble:before,
#newPmax .movement-container .vessel.orientation-above .bubble-container .bubble:before,
#pmax_panoManager .movement-container .spot.orientation-above .bubble-container .bubble-pre:before,
#newPmax .movement-container .spot.orientation-above .bubble-container .bubble-pre:before,
#pmax_panoManager .movement-container .vessel.orientation-above .bubble-container .bubble-pre:before,
#newPmax .movement-container .vessel.orientation-above .bubble-container .bubble-pre:before,
#pmax_panoManager .movement-container .spot.orientation-above .bubble-container .bubble-post:before,
#newPmax .movement-container .spot.orientation-above .bubble-container .bubble-post:before,
#pmax_panoManager .movement-container .vessel.orientation-above .bubble-container .bubble-post:before,
#newPmax .movement-container .vessel.orientation-above .bubble-container .bubble-post:before {
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 11px solid rgba(31, 31, 31, 0.85);
  border-bottom: 0;
  left: var(--bleft);
  top: var(--btop);
}
#pmax_panoManager .movement-container .spot.orientation-above .bubble-container .bubble:after,
#newPmax .movement-container .spot.orientation-above .bubble-container .bubble:after,
#pmax_panoManager .movement-container .vessel.orientation-above .bubble-container .bubble:after,
#newPmax .movement-container .vessel.orientation-above .bubble-container .bubble:after,
#pmax_panoManager .movement-container .spot.orientation-above .bubble-container .bubble-pre:after,
#newPmax .movement-container .spot.orientation-above .bubble-container .bubble-pre:after,
#pmax_panoManager .movement-container .vessel.orientation-above .bubble-container .bubble-pre:after,
#newPmax .movement-container .vessel.orientation-above .bubble-container .bubble-pre:after,
#pmax_panoManager .movement-container .spot.orientation-above .bubble-container .bubble-post:after,
#newPmax .movement-container .spot.orientation-above .bubble-container .bubble-post:after,
#pmax_panoManager .movement-container .vessel.orientation-above .bubble-container .bubble-post:after,
#newPmax .movement-container .vessel.orientation-above .bubble-container .bubble-post:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ffffff;
  border-bottom: 0;
  left: var(--aleft);
  top: var(--atop);
}
#pmax_panoManager .movement-container .spot.orientation-above .bubble-container.overflow .bubble:before,
#newPmax .movement-container .spot.orientation-above .bubble-container.overflow .bubble:before,
#pmax_panoManager .movement-container .vessel.orientation-above .bubble-container.overflow .bubble:before,
#newPmax .movement-container .vessel.orientation-above .bubble-container.overflow .bubble:before,
#pmax_panoManager .movement-container .spot.orientation-above .bubble-container.overflow .bubble:after,
#newPmax .movement-container .spot.orientation-above .bubble-container.overflow .bubble:after,
#pmax_panoManager .movement-container .vessel.orientation-above .bubble-container.overflow .bubble:after,
#newPmax .movement-container .vessel.orientation-above .bubble-container.overflow .bubble:after {
  display: none;
}
#pmax_panoManager .movement-container .spot.orientation-above .bubble-container.overflow:before,
#newPmax .movement-container .spot.orientation-above .bubble-container.overflow:before,
#pmax_panoManager .movement-container .vessel.orientation-above .bubble-container.overflow:before,
#newPmax .movement-container .vessel.orientation-above .bubble-container.overflow:before {
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 11px solid rgba(31, 31, 31, 0.85);
  border-bottom: 0;
  left: var(--bleft);
  top: var(--btop);
}
#pmax_panoManager .movement-container .spot.orientation-above .bubble-container.overflow:after,
#newPmax .movement-container .spot.orientation-above .bubble-container.overflow:after,
#pmax_panoManager .movement-container .vessel.orientation-above .bubble-container.overflow:after,
#newPmax .movement-container .vessel.orientation-above .bubble-container.overflow:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ffffff;
  border-bottom: 0;
  left: var(--aleft);
  top: var(--atop);
}
#pmax_panoManager .movement-container .spot.orientation-above .spot-dynamic-status,
#newPmax .movement-container .spot.orientation-above .spot-dynamic-status,
#pmax_panoManager .movement-container .vessel.orientation-above .spot-dynamic-status,
#newPmax .movement-container .vessel.orientation-above .spot-dynamic-status {
  right: 33px;
  top: -10px;
}
#pmax_panoManager .movement-container .spot.orientation-below .bubble-container,
#newPmax .movement-container .spot.orientation-below .bubble-container,
#pmax_panoManager .movement-container .vessel.orientation-below .bubble-container,
#newPmax .movement-container .vessel.orientation-below .bubble-container {
  margin-top: 12px;
}
#pmax_panoManager .movement-container .spot.orientation-below .bubble-container .bubble:before,
#newPmax .movement-container .spot.orientation-below .bubble-container .bubble:before,
#pmax_panoManager .movement-container .vessel.orientation-below .bubble-container .bubble:before,
#newPmax .movement-container .vessel.orientation-below .bubble-container .bubble:before,
#pmax_panoManager .movement-container .spot.orientation-below .bubble-container .bubble-pre:before,
#newPmax .movement-container .spot.orientation-below .bubble-container .bubble-pre:before,
#pmax_panoManager .movement-container .vessel.orientation-below .bubble-container .bubble-pre:before,
#newPmax .movement-container .vessel.orientation-below .bubble-container .bubble-pre:before,
#pmax_panoManager .movement-container .spot.orientation-below .bubble-container .bubble-post:before,
#newPmax .movement-container .spot.orientation-below .bubble-container .bubble-post:before,
#pmax_panoManager .movement-container .vessel.orientation-below .bubble-container .bubble-post:before,
#newPmax .movement-container .vessel.orientation-below .bubble-container .bubble-post:before {
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid rgba(31, 31, 31, 0.85);
  border-top: 0;
  left: var(--bleft);
  top: -13px;
}
#pmax_panoManager .movement-container .spot.orientation-below .bubble-container .bubble:after,
#newPmax .movement-container .spot.orientation-below .bubble-container .bubble:after,
#pmax_panoManager .movement-container .vessel.orientation-below .bubble-container .bubble:after,
#newPmax .movement-container .vessel.orientation-below .bubble-container .bubble:after,
#pmax_panoManager .movement-container .spot.orientation-below .bubble-container .bubble-pre:after,
#newPmax .movement-container .spot.orientation-below .bubble-container .bubble-pre:after,
#pmax_panoManager .movement-container .vessel.orientation-below .bubble-container .bubble-pre:after,
#newPmax .movement-container .vessel.orientation-below .bubble-container .bubble-pre:after,
#pmax_panoManager .movement-container .spot.orientation-below .bubble-container .bubble-post:after,
#newPmax .movement-container .spot.orientation-below .bubble-container .bubble-post:after,
#pmax_panoManager .movement-container .vessel.orientation-below .bubble-container .bubble-post:after,
#newPmax .movement-container .vessel.orientation-below .bubble-container .bubble-post:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #ffffff;
  border-top: 0;
  left: var(--aleft);
  top: -8px;
}
#pmax_panoManager .movement-container .spot.orientation-below .bubble-container.overflow .bubble:before,
#newPmax .movement-container .spot.orientation-below .bubble-container.overflow .bubble:before,
#pmax_panoManager .movement-container .vessel.orientation-below .bubble-container.overflow .bubble:before,
#newPmax .movement-container .vessel.orientation-below .bubble-container.overflow .bubble:before,
#pmax_panoManager .movement-container .spot.orientation-below .bubble-container.overflow .bubble:after,
#newPmax .movement-container .spot.orientation-below .bubble-container.overflow .bubble:after,
#pmax_panoManager .movement-container .vessel.orientation-below .bubble-container.overflow .bubble:after,
#newPmax .movement-container .vessel.orientation-below .bubble-container.overflow .bubble:after {
  display: none;
}
#pmax_panoManager .movement-container .spot.orientation-below .bubble-container.overflow:before,
#newPmax .movement-container .spot.orientation-below .bubble-container.overflow:before,
#pmax_panoManager .movement-container .vessel.orientation-below .bubble-container.overflow:before,
#newPmax .movement-container .vessel.orientation-below .bubble-container.overflow:before {
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid rgba(31, 31, 31, 0.85);
  border-top: 0;
  left: var(--bleft);
  top: 1px;
}
#pmax_panoManager .movement-container .spot.orientation-below .bubble-container.overflow:after,
#newPmax .movement-container .spot.orientation-below .bubble-container.overflow:after,
#pmax_panoManager .movement-container .vessel.orientation-below .bubble-container.overflow:after,
#newPmax .movement-container .vessel.orientation-below .bubble-container.overflow:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #ffffff;
  border-top: 0;
  left: var(--aleft);
  top: 5px;
}
#pmax_panoManager .movement-container .spot.orientation-below .spot-dynamic-status,
#newPmax .movement-container .spot.orientation-below .spot-dynamic-status,
#pmax_panoManager .movement-container .vessel.orientation-below .spot-dynamic-status,
#newPmax .movement-container .vessel.orientation-below .spot-dynamic-status {
  right: 33px;
  top: -22px;
}
#pmax_panoManager .movement-container .spot.orientation-left_above .bubble-container,
#newPmax .movement-container .spot.orientation-left_above .bubble-container,
#pmax_panoManager .movement-container .vessel.orientation-left_above .bubble-container,
#newPmax .movement-container .vessel.orientation-left_above .bubble-container {
  margin-left: -8px;
  margin-top: 8px;
}
#pmax_panoManager .movement-container .spot.orientation-left_above .bubble-container .bubble:before,
#newPmax .movement-container .spot.orientation-left_above .bubble-container .bubble:before,
#pmax_panoManager .movement-container .vessel.orientation-left_above .bubble-container .bubble:before,
#newPmax .movement-container .vessel.orientation-left_above .bubble-container .bubble:before,
#pmax_panoManager .movement-container .spot.orientation-left_above .bubble-container .bubble-pre:before,
#newPmax .movement-container .spot.orientation-left_above .bubble-container .bubble-pre:before,
#pmax_panoManager .movement-container .vessel.orientation-left_above .bubble-container .bubble-pre:before,
#newPmax .movement-container .vessel.orientation-left_above .bubble-container .bubble-pre:before,
#pmax_panoManager .movement-container .spot.orientation-left_above .bubble-container .bubble-post:before,
#newPmax .movement-container .spot.orientation-left_above .bubble-container .bubble-post:before,
#pmax_panoManager .movement-container .vessel.orientation-left_above .bubble-container .bubble-post:before,
#newPmax .movement-container .vessel.orientation-left_above .bubble-container .bubble-post:before {
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 11px solid rgba(31, 31, 31, 0.85);
  border-right: 0;
  right: -13px;
  top: var(--btop);
}
#pmax_panoManager .movement-container .spot.orientation-left_above .bubble-container .bubble:after,
#newPmax .movement-container .spot.orientation-left_above .bubble-container .bubble:after,
#pmax_panoManager .movement-container .vessel.orientation-left_above .bubble-container .bubble:after,
#newPmax .movement-container .vessel.orientation-left_above .bubble-container .bubble:after,
#pmax_panoManager .movement-container .spot.orientation-left_above .bubble-container .bubble-pre:after,
#newPmax .movement-container .spot.orientation-left_above .bubble-container .bubble-pre:after,
#pmax_panoManager .movement-container .vessel.orientation-left_above .bubble-container .bubble-pre:after,
#newPmax .movement-container .vessel.orientation-left_above .bubble-container .bubble-pre:after,
#pmax_panoManager .movement-container .spot.orientation-left_above .bubble-container .bubble-post:after,
#newPmax .movement-container .spot.orientation-left_above .bubble-container .bubble-post:after,
#pmax_panoManager .movement-container .vessel.orientation-left_above .bubble-container .bubble-post:after,
#newPmax .movement-container .vessel.orientation-left_above .bubble-container .bubble-post:after {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #ffffff;
  border-right: 0;
  right: -8px;
  top: var(--atop);
}
#pmax_panoManager .movement-container .spot.orientation-left_above .bubble-container.overflow .bubble:before,
#newPmax .movement-container .spot.orientation-left_above .bubble-container.overflow .bubble:before,
#pmax_panoManager .movement-container .vessel.orientation-left_above .bubble-container.overflow .bubble:before,
#newPmax .movement-container .vessel.orientation-left_above .bubble-container.overflow .bubble:before,
#pmax_panoManager .movement-container .spot.orientation-left_above .bubble-container.overflow .bubble:after,
#newPmax .movement-container .spot.orientation-left_above .bubble-container.overflow .bubble:after,
#pmax_panoManager .movement-container .vessel.orientation-left_above .bubble-container.overflow .bubble:after,
#newPmax .movement-container .vessel.orientation-left_above .bubble-container.overflow .bubble:after {
  display: none;
}
#pmax_panoManager .movement-container .spot.orientation-left_above .bubble-container.overflow:before,
#newPmax .movement-container .spot.orientation-left_above .bubble-container.overflow:before,
#pmax_panoManager .movement-container .vessel.orientation-left_above .bubble-container.overflow:before,
#newPmax .movement-container .vessel.orientation-left_above .bubble-container.overflow:before {
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 11px solid rgba(31, 31, 31, 0.85);
  border-right: 0;
  right: 5px;
  top: -18px;
}
#pmax_panoManager .movement-container .spot.orientation-left_above .bubble-container.overflow:after,
#newPmax .movement-container .spot.orientation-left_above .bubble-container.overflow:after,
#pmax_panoManager .movement-container .vessel.orientation-left_above .bubble-container.overflow:after,
#newPmax .movement-container .vessel.orientation-left_above .bubble-container.overflow:after {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #ffffff;
  border-right: 0;
  right: 10px;
  top: -13px;
}
#pmax_panoManager .movement-container .spot.orientation-left_above .spot-dynamic-status,
#newPmax .movement-container .spot.orientation-left_above .spot-dynamic-status,
#pmax_panoManager .movement-container .vessel.orientation-left_above .spot-dynamic-status,
#newPmax .movement-container .vessel.orientation-left_above .spot-dynamic-status {
  left: -32px;
  top: -10px;
}
#pmax_panoManager .movement-container .spot.orientation-right_above .bubble-container,
#newPmax .movement-container .spot.orientation-right_above .bubble-container,
#pmax_panoManager .movement-container .vessel.orientation-right_above .bubble-container,
#newPmax .movement-container .vessel.orientation-right_above .bubble-container {
  margin-top: 8px;
  margin-left: 8px;
}
#pmax_panoManager .movement-container .spot.orientation-right_above .bubble-container .bubble:before,
#newPmax .movement-container .spot.orientation-right_above .bubble-container .bubble:before,
#pmax_panoManager .movement-container .vessel.orientation-right_above .bubble-container .bubble:before,
#newPmax .movement-container .vessel.orientation-right_above .bubble-container .bubble:before,
#pmax_panoManager .movement-container .spot.orientation-right_above .bubble-container .bubble-pre:before,
#newPmax .movement-container .spot.orientation-right_above .bubble-container .bubble-pre:before,
#pmax_panoManager .movement-container .vessel.orientation-right_above .bubble-container .bubble-pre:before,
#newPmax .movement-container .vessel.orientation-right_above .bubble-container .bubble-pre:before,
#pmax_panoManager .movement-container .spot.orientation-right_above .bubble-container .bubble-post:before,
#newPmax .movement-container .spot.orientation-right_above .bubble-container .bubble-post:before,
#pmax_panoManager .movement-container .vessel.orientation-right_above .bubble-container .bubble-post:before,
#newPmax .movement-container .vessel.orientation-right_above .bubble-container .bubble-post:before {
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-right: 11px solid rgba(31, 31, 31, 0.85);
  border-left: 0;
  left: -12px;
  top: var(--btop);
}
#pmax_panoManager .movement-container .spot.orientation-right_above .bubble-container .bubble:after,
#newPmax .movement-container .spot.orientation-right_above .bubble-container .bubble:after,
#pmax_panoManager .movement-container .vessel.orientation-right_above .bubble-container .bubble:after,
#newPmax .movement-container .vessel.orientation-right_above .bubble-container .bubble:after,
#pmax_panoManager .movement-container .spot.orientation-right_above .bubble-container .bubble-pre:after,
#newPmax .movement-container .spot.orientation-right_above .bubble-container .bubble-pre:after,
#pmax_panoManager .movement-container .vessel.orientation-right_above .bubble-container .bubble-pre:after,
#newPmax .movement-container .vessel.orientation-right_above .bubble-container .bubble-pre:after,
#pmax_panoManager .movement-container .spot.orientation-right_above .bubble-container .bubble-post:after,
#newPmax .movement-container .spot.orientation-right_above .bubble-container .bubble-post:after,
#pmax_panoManager .movement-container .vessel.orientation-right_above .bubble-container .bubble-post:after,
#newPmax .movement-container .vessel.orientation-right_above .bubble-container .bubble-post:after {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #ffffff;
  border-left: 0;
  left: -8px;
  top: var(--atop);
}
#pmax_panoManager .movement-container .spot.orientation-right_above .bubble-container.overflow .bubble:before,
#newPmax .movement-container .spot.orientation-right_above .bubble-container.overflow .bubble:before,
#pmax_panoManager .movement-container .vessel.orientation-right_above .bubble-container.overflow .bubble:before,
#newPmax .movement-container .vessel.orientation-right_above .bubble-container.overflow .bubble:before,
#pmax_panoManager .movement-container .spot.orientation-right_above .bubble-container.overflow .bubble:after,
#newPmax .movement-container .spot.orientation-right_above .bubble-container.overflow .bubble:after,
#pmax_panoManager .movement-container .vessel.orientation-right_above .bubble-container.overflow .bubble:after,
#newPmax .movement-container .vessel.orientation-right_above .bubble-container.overflow .bubble:after {
  display: none;
}
#pmax_panoManager .movement-container .spot.orientation-right_above .bubble-container.overflow:before,
#newPmax .movement-container .spot.orientation-right_above .bubble-container.overflow:before,
#pmax_panoManager .movement-container .vessel.orientation-right_above .bubble-container.overflow:before,
#newPmax .movement-container .vessel.orientation-right_above .bubble-container.overflow:before {
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-right: 11px solid rgba(31, 31, 31, 0.85);
  border-left: 0;
  left: 5px;
  top: -20px;
}
#pmax_panoManager .movement-container .spot.orientation-right_above .bubble-container.overflow:after,
#newPmax .movement-container .spot.orientation-right_above .bubble-container.overflow:after,
#pmax_panoManager .movement-container .vessel.orientation-right_above .bubble-container.overflow:after,
#newPmax .movement-container .vessel.orientation-right_above .bubble-container.overflow:after {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #ffffff;
  border-left: 0;
  left: 10px;
  top: -13px;
}
#pmax_panoManager .movement-container .spot.orientation-right_above .spot-dynamic-status,
#newPmax .movement-container .spot.orientation-right_above .spot-dynamic-status,
#pmax_panoManager .movement-container .vessel.orientation-right_above .spot-dynamic-status,
#newPmax .movement-container .vessel.orientation-right_above .spot-dynamic-status {
  left: -32px;
  top: -10px;
}
#pmax_panoManager .movement-container .spot.hide-bubble-arrow .bubble:before,
#newPmax .movement-container .spot.hide-bubble-arrow .bubble:before,
#pmax_panoManager .movement-container .vessel.hide-bubble-arrow .bubble:before,
#newPmax .movement-container .vessel.hide-bubble-arrow .bubble:before,
#pmax_panoManager .movement-container .spot.hide-bubble-arrow .bubble:after,
#newPmax .movement-container .spot.hide-bubble-arrow .bubble:after,
#pmax_panoManager .movement-container .vessel.hide-bubble-arrow .bubble:after,
#newPmax .movement-container .vessel.hide-bubble-arrow .bubble:after {
  display: none;
}
#pmax_panoManager .movement-container .spot-pole,
#newPmax .movement-container .spot-pole,
#pmax_panoManager .movement-container .vessel-pole,
#newPmax .movement-container .vessel-pole {
  position: absolute;
  display: none;
  width: 0;
  height: 0;
  z-index: 94;
  overflow: hidden;
}
#pmax_panoManager .movement-container .spot-pole .pole-line,
#newPmax .movement-container .spot-pole .pole-line,
#pmax_panoManager .movement-container .vessel-pole .pole-line,
#newPmax .movement-container .vessel-pole .pole-line {
  display: none;
  height: 100%;
  width: 0;
  margin-top: 8px;
  border-left: 1px solid #ffffff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
}
#pmax_panoManager .movement-container .spot-pole.pole-visible,
#newPmax .movement-container .spot-pole.pole-visible,
#pmax_panoManager .movement-container .vessel-pole.pole-visible,
#newPmax .movement-container .vessel-pole.pole-visible {
  display: block;
  width: 9px;
  margin-left: -4px;
}
#pmax_panoManager .movement-container .spot-pole.pole-visible .pole-line,
#newPmax .movement-container .spot-pole.pole-visible .pole-line,
#pmax_panoManager .movement-container .vessel-pole.pole-visible .pole-line,
#newPmax .movement-container .vessel-pole.pole-visible .pole-line {
  display: block;
  margin-left: 4px;
}
#pmax_panoManager .movement-container .spot-pole.vessel-pole-highlight,
#newPmax .movement-container .spot-pole.vessel-pole-highlight,
#pmax_panoManager .movement-container .vessel-pole.vessel-pole-highlight,
#newPmax .movement-container .vessel-pole.vessel-pole-highlight {
  z-index: 950;
}
#pmax_panoManager .movement-container .spot-pole.vessel-pole-highlight.pole-visible .pole-line,
#newPmax .movement-container .spot-pole.vessel-pole-highlight.pole-visible .pole-line,
#pmax_panoManager .movement-container .vessel-pole.vessel-pole-highlight.pole-visible .pole-line,
#newPmax .movement-container .vessel-pole.vessel-pole-highlight.pole-visible .pole-line {
  border-left: 3px solid #a3cd00;
  margin-left: 3px;
}
#pmax_panoManager .movement-container .trail-svg,
#newPmax .movement-container .trail-svg {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 94;
}
#pmax_panoManager .movement-container .trail-svg .svg,
#newPmax .movement-container .trail-svg .svg {
  left: 0;
  top: 0;
  position: absolute;
}
#pmax_panoManager .movement-container .trail-svg .svg .path,
#newPmax .movement-container .trail-svg .svg .path {
  fill: none;
  cursor: pointer;
}
#pmax_panoManager .movement-container .trail-svg .svg .path.opacity-clone,
#newPmax .movement-container .trail-svg .svg .path.opacity-clone {
  stroke-opacity: 0;
}
#pmax_panoManager .movement-container .trail,
#newPmax .movement-container .trail {
  display: none;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 94;
  cursor: default;
  font-size: 1em;
}
#pmax_panoManager .movement-container .trail.trail-hovered,
#newPmax .movement-container .trail.trail-hovered {
  z-index: 1111;
}
#pmax_panoManager .movement-container .trail.trail-open,
#newPmax .movement-container .trail.trail-open {
  z-index: 1111;
}
#pmax_panoManager .movement-container .trail.trail-open .label,
#newPmax .movement-container .trail.trail-open .label {
  display: none !important;
}
#pmax_panoManager .movement-container .trail.trail-open .bubble-container .bubble,
#newPmax .movement-container .trail.trail-open .bubble-container .bubble {
  display: block;
}
#pmax_panoManager .movement-container .trail .label,
#newPmax .movement-container .trail .label {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  padding: 1px 4px;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0.85;
  filter: alpha(opacity=85);
  border-radius: 2px;
  font-size: 0.833em;
}
#pmax_panoManager .movement-container .trail .label .label-content,
#newPmax .movement-container .trail .label .label-content {
  white-space: nowrap;
}
#pmax_panoManager .movement-container .trail .label.label-has-bubble,
#newPmax .movement-container .trail .label.label-has-bubble {
  cursor: pointer;
}
#pmax_panoManager .movement-container .trail .bubble-container,
#newPmax .movement-container .trail .bubble-container {
  width: 100%;
}
#pmax_panoManager .movement-container .trail .bubble-container .bubble:before,
#newPmax .movement-container .trail .bubble-container .bubble:before,
#pmax_panoManager .movement-container .trail .bubble-container .bubble:after,
#newPmax .movement-container .trail .bubble-container .bubble:after {
  position: absolute;
  display: block;
  content: '';
}
#pmax_panoManager .movement-container .trail .bubble-container .bubble,
#newPmax .movement-container .trail .bubble-container .bubble {
  display: none;
  position: absolute;
  left: 16px;
  min-width: 240px;
  max-width: 409px;
  padding: 6px 4px 4px 4px;
  background: rgba(0, 0, 0, 0.85);
  border-radius: 4px;
  border: 3px solid rgba(51, 51, 51, 0.5);
}
#pmax_panoManager .movement-container .trail .bubble-container .bubble.has-iframe-content,
#newPmax .movement-container .trail .bubble-container .bubble.has-iframe-content {
  width: auto !important;
  max-width: 640px !important;
}
#pmax_panoManager .movement-container .trail .bubble-container .bubble.has-iframe-content .bubble-content,
#newPmax .movement-container .trail .bubble-container .bubble.has-iframe-content .bubble-content {
  overflow: hidden;
}
#pmax_panoManager .movement-container .trail .bubble-container .bubble .video,
#newPmax .movement-container .trail .bubble-container .bubble .video {
  display: none;
  margin-top: 5px;
  line-height: 0;
  background: #000000;
}
#pmax_panoManager .movement-container .trail .bubble-container .bubble .video video,
#newPmax .movement-container .trail .bubble-container .bubble .video video {
  max-width: 100%;
  height: auto;
}
#pmax_panoManager .movement-container .trail .bubble-container .bubble .bubble-label,
#newPmax .movement-container .trail .bubble-container .bubble .bubble-label {
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 0.833em;
}
#pmax_panoManager .movement-container .trail .bubble-container .bubble .bubble-label.link,
#newPmax .movement-container .trail .bubble-container .bubble .bubble-label.link {
  color: #ffffff !important;
}
#pmax_panoManager .movement-container .trail .bubble-container .bubble .bubble-content,
#newPmax .movement-container .trail .bubble-container .bubble .bubble-content {
  font-size: 0.717em !important;
  line-height: 130%;
}
#pmax_panoManager .movement-container .trail .bubble-container .bubble .bubble-content ul,
#newPmax .movement-container .trail .bubble-container .bubble .bubble-content ul,
#pmax_panoManager .movement-container .trail .bubble-container .bubble .bubble-content ol,
#newPmax .movement-container .trail .bubble-container .bubble .bubble-content ol {
  padding-left: 1.5em;
  margin: 0;
  list-style-position: outside;
  list-style-image: none;
}
#pmax_panoManager .movement-container .trail .bubble-container .bubble .bubble-content ul,
#newPmax .movement-container .trail .bubble-container .bubble .bubble-content ul {
  list-style-type: disc;
}
#pmax_panoManager .movement-container .trail .bubble-container .bubble .bubble-content ol,
#newPmax .movement-container .trail .bubble-container .bubble .bubble-content ol {
  list-style-type: decimal;
}
#pmax_panoManager .movement-container .trail .bubble-container .bubble .bubble-content img,
#newPmax .movement-container .trail .bubble-container .bubble .bubble-content img {
  max-width: 100%;
  height: auto;
}
#pmax_panoManager .movement-container .trail .bubble-container .bubble .bubble-content .bubble-maximize,
#newPmax .movement-container .trail .bubble-container .bubble .bubble-content .bubble-maximize {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(61, 61, 61, 0.5);
  cursor: pointer;
}
#pmax_panoManager .movement-container .trail .bubble-container .bubble .bubble-content .bubble-maximize .fa-arrows-maximize,
#newPmax .movement-container .trail .bubble-container .bubble .bubble-content .bubble-maximize .fa-arrows-maximize {
  font-size: 1.8em;
  color: rgba(255, 255, 255, 0.7);
}
#pmax_panoManager .movement-container .trail .bubble-container .bubble .bubble-content .bubble-maximize .fa-arrows-maximize:before,
#newPmax .movement-container .trail .bubble-container .bubble .bubble-content .bubble-maximize .fa-arrows-maximize:before {
  content: "\f31d";
}
#pmax_panoManager .movement-container .trail .bubble-container .bubble .bubble-content .bubble-maximize:hover .fa-arrows-maximize,
#newPmax .movement-container .trail .bubble-container .bubble .bubble-content .bubble-maximize:hover .fa-arrows-maximize,
#pmax_panoManager .movement-container .trail .bubble-container .bubble .bubble-content .bubble-maximize .active .fa-arrows-maximize,
#newPmax .movement-container .trail .bubble-container .bubble .bubble-content .bubble-maximize .active .fa-arrows-maximize {
  font-size: 2em;
}
#pmax_panoManager .movement-container .trail.orientation-right .bubble-container,
#newPmax .movement-container .trail.orientation-right .bubble-container {
  margin-left: 8px;
  margin-top: -14px;
}
#pmax_panoManager .movement-container .trail.orientation-right .bubble-container .bubble:before,
#newPmax .movement-container .trail.orientation-right .bubble-container .bubble:before {
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-right: 11px solid rgba(31, 31, 31, 0.85);
  border-left: 0;
  left: -13px;
  top: 0;
}
#pmax_panoManager .movement-container .trail.orientation-right .bubble-container .bubble:after,
#newPmax .movement-container .trail.orientation-right .bubble-container .bubble:after {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #ffffff;
  border-left: 0;
  left: -8px;
  top: 6px;
}
#pmax_panoManager .movement-container .trail.orientation-left .bubble-container,
#newPmax .movement-container .trail.orientation-left .bubble-container {
  margin-left: -8px;
  margin-top: -14px;
}
#pmax_panoManager .movement-container .trail.orientation-left .bubble-container .bubble:before,
#newPmax .movement-container .trail.orientation-left .bubble-container .bubble:before {
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 11px solid rgba(31, 31, 31, 0.85);
  border-right: 0;
  right: -13px;
  top: 0;
}
#pmax_panoManager .movement-container .trail.orientation-left .bubble-container .bubble:after,
#newPmax .movement-container .trail.orientation-left .bubble-container .bubble:after {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #ffffff;
  border-right: 0;
  right: -8px;
  top: 6px;
}
#pmax_panoManager .movement-container .trail.orientation-above .bubble-container,
#newPmax .movement-container .trail.orientation-above .bubble-container {
  margin-top: 0px;
}
#pmax_panoManager .movement-container .trail.orientation-above .bubble-container .bubble:before,
#newPmax .movement-container .trail.orientation-above .bubble-container .bubble:before,
#pmax_panoManager .movement-container .trail.orientation-above .bubble-container .bubble-pre:before,
#newPmax .movement-container .trail.orientation-above .bubble-container .bubble-pre:before,
#pmax_panoManager .movement-container .trail.orientation-above .bubble-container .bubble-post:before,
#newPmax .movement-container .trail.orientation-above .bubble-container .bubble-post:before {
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 11px solid rgba(31, 31, 31, 0.85);
  border-bottom: 0;
  left: var(--bleft);
  top: var(--btop);
}
#pmax_panoManager .movement-container .trail.orientation-above .bubble-container .bubble:after,
#newPmax .movement-container .trail.orientation-above .bubble-container .bubble:after,
#pmax_panoManager .movement-container .trail.orientation-above .bubble-container .bubble-pre:after,
#newPmax .movement-container .trail.orientation-above .bubble-container .bubble-pre:after,
#pmax_panoManager .movement-container .trail.orientation-above .bubble-container .bubble-post:after,
#newPmax .movement-container .trail.orientation-above .bubble-container .bubble-post:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ffffff;
  border-bottom: 0;
  left: var(--aleft);
  top: var(--atop);
}
#pmax_panoManager .movement-container .trail.orientation-above .bubble-container.overflow .bubble:before,
#newPmax .movement-container .trail.orientation-above .bubble-container.overflow .bubble:before,
#pmax_panoManager .movement-container .trail.orientation-above .bubble-container.overflow .bubble:after,
#newPmax .movement-container .trail.orientation-above .bubble-container.overflow .bubble:after {
  display: none;
}
#pmax_panoManager .movement-container .trail.orientation-above .bubble-container.overflow:before,
#newPmax .movement-container .trail.orientation-above .bubble-container.overflow:before {
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 11px solid rgba(31, 31, 31, 0.85);
  border-bottom: 0;
  left: var(--bleft);
  top: var(--btop);
}
#pmax_panoManager .movement-container .trail.orientation-above .bubble-container.overflow:after,
#newPmax .movement-container .trail.orientation-above .bubble-container.overflow:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ffffff;
  border-bottom: 0;
  left: var(--aleft);
  top: var(--atop);
}
#pmax_panoManager .movement-container .trail.orientation-below .bubble-container,
#newPmax .movement-container .trail.orientation-below .bubble-container {
  margin-top: 12px;
}
#pmax_panoManager .movement-container .trail.orientation-below .bubble-container .bubble:before,
#newPmax .movement-container .trail.orientation-below .bubble-container .bubble:before,
#pmax_panoManager .movement-container .trail.orientation-below .bubble-container .bubble-pre:before,
#newPmax .movement-container .trail.orientation-below .bubble-container .bubble-pre:before,
#pmax_panoManager .movement-container .trail.orientation-below .bubble-container .bubble-post:before,
#newPmax .movement-container .trail.orientation-below .bubble-container .bubble-post:before {
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid rgba(31, 31, 31, 0.85);
  border-top: 0;
  left: var(--bleft);
  top: -13px;
}
#pmax_panoManager .movement-container .trail.orientation-below .bubble-container .bubble:after,
#newPmax .movement-container .trail.orientation-below .bubble-container .bubble:after,
#pmax_panoManager .movement-container .trail.orientation-below .bubble-container .bubble-pre:after,
#newPmax .movement-container .trail.orientation-below .bubble-container .bubble-pre:after,
#pmax_panoManager .movement-container .trail.orientation-below .bubble-container .bubble-post:after,
#newPmax .movement-container .trail.orientation-below .bubble-container .bubble-post:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #ffffff;
  border-top: 0;
  left: var(--aleft);
  top: -8px;
}
#pmax_panoManager .movement-container .trail.orientation-below .bubble-container.overflow .bubble:before,
#newPmax .movement-container .trail.orientation-below .bubble-container.overflow .bubble:before,
#pmax_panoManager .movement-container .trail.orientation-below .bubble-container.overflow .bubble:after,
#newPmax .movement-container .trail.orientation-below .bubble-container.overflow .bubble:after {
  display: none;
}
#pmax_panoManager .movement-container .trail.orientation-below .bubble-container.overflow:before,
#newPmax .movement-container .trail.orientation-below .bubble-container.overflow:before {
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid rgba(31, 31, 31, 0.85);
  border-top: 0;
  left: var(--bleft);
  top: 1px;
}
#pmax_panoManager .movement-container .trail.orientation-below .bubble-container.overflow:after,
#newPmax .movement-container .trail.orientation-below .bubble-container.overflow:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #ffffff;
  border-top: 0;
  left: var(--aleft);
  top: 5px;
}
#pmax_panoManager .movement-container .trail.orientation-left_above .bubble-container,
#newPmax .movement-container .trail.orientation-left_above .bubble-container {
  margin-left: -8px;
  margin-top: 8px;
}
#pmax_panoManager .movement-container .trail.orientation-left_above .bubble-container .bubble:before,
#newPmax .movement-container .trail.orientation-left_above .bubble-container .bubble:before,
#pmax_panoManager .movement-container .trail.orientation-left_above .bubble-container .bubble-pre:before,
#newPmax .movement-container .trail.orientation-left_above .bubble-container .bubble-pre:before,
#pmax_panoManager .movement-container .trail.orientation-left_above .bubble-container .bubble-post:before,
#newPmax .movement-container .trail.orientation-left_above .bubble-container .bubble-post:before {
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 11px solid rgba(31, 31, 31, 0.85);
  border-right: 0;
  right: -13px;
  top: var(--btop);
}
#pmax_panoManager .movement-container .trail.orientation-left_above .bubble-container .bubble:after,
#newPmax .movement-container .trail.orientation-left_above .bubble-container .bubble:after,
#pmax_panoManager .movement-container .trail.orientation-left_above .bubble-container .bubble-pre:after,
#newPmax .movement-container .trail.orientation-left_above .bubble-container .bubble-pre:after,
#pmax_panoManager .movement-container .trail.orientation-left_above .bubble-container .bubble-post:after,
#newPmax .movement-container .trail.orientation-left_above .bubble-container .bubble-post:after {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #ffffff;
  border-right: 0;
  right: -8px;
  top: var(--atop);
}
#pmax_panoManager .movement-container .trail.orientation-left_above .bubble-container.overflow .bubble:before,
#newPmax .movement-container .trail.orientation-left_above .bubble-container.overflow .bubble:before,
#pmax_panoManager .movement-container .trail.orientation-left_above .bubble-container.overflow .bubble:after,
#newPmax .movement-container .trail.orientation-left_above .bubble-container.overflow .bubble:after {
  display: none;
}
#pmax_panoManager .movement-container .trail.orientation-left_above .bubble-container.overflow:before,
#newPmax .movement-container .trail.orientation-left_above .bubble-container.overflow:before {
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 11px solid rgba(31, 31, 31, 0.85);
  border-right: 0;
  right: 5px;
  top: -18px;
}
#pmax_panoManager .movement-container .trail.orientation-left_above .bubble-container.overflow:after,
#newPmax .movement-container .trail.orientation-left_above .bubble-container.overflow:after {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #ffffff;
  border-right: 0;
  right: 10px;
  top: -13px;
}
#pmax_panoManager .movement-container .trail.orientation-right_above .bubble-container,
#newPmax .movement-container .trail.orientation-right_above .bubble-container {
  margin-top: 8px;
  margin-left: 8px;
}
#pmax_panoManager .movement-container .trail.orientation-right_above .bubble-container .bubble:before,
#newPmax .movement-container .trail.orientation-right_above .bubble-container .bubble:before,
#pmax_panoManager .movement-container .trail.orientation-right_above .bubble-container .bubble-pre:before,
#newPmax .movement-container .trail.orientation-right_above .bubble-container .bubble-pre:before,
#pmax_panoManager .movement-container .trail.orientation-right_above .bubble-container .bubble-post:before,
#newPmax .movement-container .trail.orientation-right_above .bubble-container .bubble-post:before {
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-right: 11px solid rgba(31, 31, 31, 0.85);
  border-left: 0;
  left: -12px;
  top: var(--btop);
}
#pmax_panoManager .movement-container .trail.orientation-right_above .bubble-container .bubble:after,
#newPmax .movement-container .trail.orientation-right_above .bubble-container .bubble:after,
#pmax_panoManager .movement-container .trail.orientation-right_above .bubble-container .bubble-pre:after,
#newPmax .movement-container .trail.orientation-right_above .bubble-container .bubble-pre:after,
#pmax_panoManager .movement-container .trail.orientation-right_above .bubble-container .bubble-post:after,
#newPmax .movement-container .trail.orientation-right_above .bubble-container .bubble-post:after {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #ffffff;
  border-left: 0;
  left: -8px;
  top: var(--atop);
}
#pmax_panoManager .movement-container .trail.orientation-right_above .bubble-container.overflow .bubble:before,
#newPmax .movement-container .trail.orientation-right_above .bubble-container.overflow .bubble:before,
#pmax_panoManager .movement-container .trail.orientation-right_above .bubble-container.overflow .bubble:after,
#newPmax .movement-container .trail.orientation-right_above .bubble-container.overflow .bubble:after {
  display: none;
}
#pmax_panoManager .movement-container .trail.orientation-right_above .bubble-container.overflow:before,
#newPmax .movement-container .trail.orientation-right_above .bubble-container.overflow:before {
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-right: 11px solid rgba(31, 31, 31, 0.85);
  border-left: 0;
  left: 5px;
  top: -20px;
}
#pmax_panoManager .movement-container .trail.orientation-right_above .bubble-container.overflow:after,
#newPmax .movement-container .trail.orientation-right_above .bubble-container.overflow:after {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #ffffff;
  border-left: 0;
  left: 10px;
  top: -13px;
}
#pmax_panoManager .movement-container .trail.hide-bubble-arrow .bubble:before,
#newPmax .movement-container .trail.hide-bubble-arrow .bubble:before,
#pmax_panoManager .movement-container .trail.hide-bubble-arrow .bubble:after,
#newPmax .movement-container .trail.hide-bubble-arrow .bubble:after {
  display: none;
}
#pmax_panoManager .movement-container .vessel,
#newPmax .movement-container .vessel {
  position: absolute;
  display: none;
}
#pmax_panoManager .movement-container .vessel .icon,
#newPmax .movement-container .vessel .icon {
  display: none;
}
#pmax_panoManager .movement-container .vessel .vessel-thumbnail,
#newPmax .movement-container .vessel .vessel-thumbnail {
  display: none !important;
  width: 135px;
  height: auto;
}
#pmax_panoManager .movement-container .vessel .vessel-details,
#newPmax .movement-container .vessel .vessel-details {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0.4em 0.75em !important;
  font-size: 1.1em;
}
#pmax_panoManager .movement-container .vessel .vessel-details .vessel-detail,
#newPmax .movement-container .vessel .vessel-details .vessel-detail {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.5em;
}
#pmax_panoManager .movement-container .vessel .vessel-details .vessel-detail .detail-label,
#newPmax .movement-container .vessel .vessel-details .vessel-detail .detail-label {
  font-weight: bold;
  display: inline-block;
  width: 55%;
}
#pmax_panoManager .movement-container .vessel .vessel-details .vessel-detail .value,
#newPmax .movement-container .vessel .vessel-details .vessel-detail .value {
  padding-left: 0.5em;
}
#pmax_panoManager .movement-container .vessel.thumbnail-loaded .bubble,
#newPmax .movement-container .vessel.thumbnail-loaded .bubble {
  width: 320px;
}
#pmax_panoManager .movement-container .vessel.thumbnail-loaded .vessel-thumbnail,
#newPmax .movement-container .vessel.thumbnail-loaded .vessel-thumbnail {
  display: inline-block !important;
}
#pmax_panoManager .movement-container .vessel .vessel-details-link,
#newPmax .movement-container .vessel .vessel-details-link {
  display: none;
  font-family: 'Oswald', Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 0.95em;
  line-height: 1.5em;
  background: #ffffff;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  /* W3C */
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#f2f2f2,GradientType=0)";
  /* IE6-9 */
  border-radius: 4px;
  color: #000000 !important;
  padding: 0.25em 1.25em;
  margin-top: 0.5em;
  text-decoration: none;
  cursor: pointer;
}
#pmax_panoManager .movement-container .vessel .vessel-details-link:hover,
#newPmax .movement-container .vessel .vessel-details-link:hover,
#pmax_panoManager .movement-container .vessel .vessel-details-link:focus,
#newPmax .movement-container .vessel .vessel-details-link:focus {
  text-decoration: none;
  background: #f2f2f2;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #f2f2f2 0%, #e6e6e6 100%);
  /* W3C */
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f2f2f2,endColorstr=#e6e6e6,GradientType=0)";
  /* IE6-9 */
}
#pmax_panoManager .movement-container .vessel .vessel-details-link.active,
#newPmax .movement-container .vessel .vessel-details-link.active {
  display: inline-block;
}
#pmax_panoManager .canvas,
#newPmax .canvas {
  position: absolute;
  top: 0;
  left: 0;
}
#pmax_panoManager #pano-display,
#newPmax #pano-display {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
#pmax_panoManager #compare-pano,
#newPmax #compare-pano {
  display: none;
  height: 100%;
  z-index: 92;
}
#pmax_panoManager #compare-pano .compare-pano-container,
#newPmax #compare-pano .compare-pano-container {
  position: absolute;
  top: 0;
  overflow: hidden;
  height: 100%;
}
#pmax_panoManager #compare-pano .compare-pano-container .canvas,
#newPmax #compare-pano .compare-pano-container .canvas {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  position: absolute;
  top: 0;
}
#pmax_panoManager #compare-pano .compare-pano-container .compare-pano-timeline.pano-timeline,
#newPmax #compare-pano .compare-pano-container .compare-pano-timeline.pano-timeline {
  width: 100%;
}
#pmax_panoManager #compare-pano .compare-pano-container .compare-pano-open,
#newPmax #compare-pano .compare-pano-container .compare-pano-open {
  display: block;
  position: absolute;
  top: 20px;
  width: 20px;
  height: 20px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  transition: background-color 0.25s;
}
#pmax_panoManager #compare-pano .compare-pano-container .compare-pano-open:hover,
#newPmax #compare-pano .compare-pano-container .compare-pano-open:hover {
  background: rgba(0, 0, 0, 0.65);
  width: 22px;
  height: 22px;
  margin-top: -1px;
}
#pmax_panoManager #compare-pano .compare-pano-container .compare-pano-open:before,
#newPmax #compare-pano .compare-pano-container .compare-pano-open:before {
  content: '';
  position: absolute;
  right: 4px;
  top: 4px;
  width: 0;
  height: 0;
  border-top: 7px solid #ffffff;
  border-left: 7px solid transparent;
  cursor: pointer;
  transition: border-color 0.25s;
}
#pmax_panoManager #compare-pano .compare-pano-container .compare-pano-open:after,
#newPmax #compare-pano .compare-pano-container .compare-pano-open:after {
  content: '';
  position: absolute;
  left: 4px;
  bottom: 4px;
  width: 0;
  height: 0;
  border-bottom: 7px solid #ffffff;
  border-right: 7px solid transparent;
  cursor: pointer;
  transition: border-color 0.25s;
}
#pmax_panoManager #compare-pano .compare-pano-container .compare-pano-date-container,
#newPmax #compare-pano .compare-pano-container .compare-pano-date-container {
  position: absolute;
  bottom: 35px;
  width: 120px;
  height: 70px;
  font-family: 'Oswald', Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  z-index: 101;
}
#pmax_panoManager #compare-pano .compare-pano-container .compare-pano-date-container.active,
#newPmax #compare-pano .compare-pano-container .compare-pano-date-container.active {
  cursor: default;
}
#pmax_panoManager #compare-pano .compare-pano-container .compare-pano-date-container.active .compare-pano-date-extra > ul,
#newPmax #compare-pano .compare-pano-container .compare-pano-date-container.active .compare-pano-date-extra > ul {
  display: block;
}
#pmax_panoManager #compare-pano .compare-pano-container .compare-pano-date-selector,
#newPmax #compare-pano .compare-pano-container .compare-pano-date-selector {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 6px;
  padding: 10px 5px;
  text-align: center;
  color: #FFF;
  text-decoration: none;
}
#pmax_panoManager #compare-pano .compare-pano-container .compare-pano-date-selector .date,
#newPmax #compare-pano .compare-pano-container .compare-pano-date-selector .date {
  display: block;
  margin-bottom: 10px;
  font-weight: 300;
}
#pmax_panoManager #compare-pano .compare-pano-container .compare-pano-date-selector .time,
#newPmax #compare-pano .compare-pano-container .compare-pano-date-selector .time {
  display: block;
  font-weight: 400;
}
#pmax_panoManager #compare-pano .compare-pano-container .compare-pano-date-selector .date-backward,
#newPmax #compare-pano .compare-pano-container .compare-pano-date-selector .date-backward,
#pmax_panoManager #compare-pano .compare-pano-container .compare-pano-date-selector .date-forward,
#newPmax #compare-pano .compare-pano-container .compare-pano-date-selector .date-forward,
#pmax_panoManager #compare-pano .compare-pano-container .compare-pano-date-selector .time-backward,
#newPmax #compare-pano .compare-pano-container .compare-pano-date-selector .time-backward,
#pmax_panoManager #compare-pano .compare-pano-container .compare-pano-date-selector .time-forward,
#newPmax #compare-pano .compare-pano-container .compare-pano-date-selector .time-forward {
  display: block;
  position: absolute;
  top: 1px;
  transition: border-color 0.25s;
}
#pmax_panoManager #compare-pano .compare-pano-container .compare-pano-date-selector .date-backward,
#newPmax #compare-pano .compare-pano-container .compare-pano-date-selector .date-backward,
#pmax_panoManager #compare-pano .compare-pano-container .compare-pano-date-selector .time-backward,
#newPmax #compare-pano .compare-pano-container .compare-pano-date-selector .time-backward {
  left: 5px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid #ffffff;
  border-left: 0;
}
#pmax_panoManager #compare-pano .compare-pano-container .compare-pano-date-selector .date-backward.disabled,
#newPmax #compare-pano .compare-pano-container .compare-pano-date-selector .date-backward.disabled,
#pmax_panoManager #compare-pano .compare-pano-container .compare-pano-date-selector .time-backward.disabled,
#newPmax #compare-pano .compare-pano-container .compare-pano-date-selector .time-backward.disabled {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid #666666;
  border-left: 0;
}
#pmax_panoManager #compare-pano .compare-pano-container .compare-pano-date-selector .date-forward,
#newPmax #compare-pano .compare-pano-container .compare-pano-date-selector .date-forward,
#pmax_panoManager #compare-pano .compare-pano-container .compare-pano-date-selector .time-forward,
#newPmax #compare-pano .compare-pano-container .compare-pano-date-selector .time-forward {
  right: 5px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #ffffff;
  border-right: 0;
}
#pmax_panoManager #compare-pano .compare-pano-container .compare-pano-date-selector .date-forward.disabled,
#newPmax #compare-pano .compare-pano-container .compare-pano-date-selector .date-forward.disabled,
#pmax_panoManager #compare-pano .compare-pano-container .compare-pano-date-selector .time-forward.disabled,
#newPmax #compare-pano .compare-pano-container .compare-pano-date-selector .time-forward.disabled {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #666666;
  border-right: 0;
}
#pmax_panoManager #compare-pano .compare-pano-container .compare-pano-date-extra,
#newPmax #compare-pano .compare-pano-container .compare-pano-date-extra {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  padding-bottom: 72px;
  font-weight: 400;
  letter-spacing: -0.01em;
  font-size: 15px;
}
#pmax_panoManager #compare-pano .compare-pano-container .compare-pano-date-extra:before,
#newPmax #compare-pano .compare-pano-container .compare-pano-date-extra:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 1px;
  display: block;
  height: 1px;
  width: 26px;
  background: rgba(0, 0, 0, 0.8);
  margin-left: -13px;
}
#pmax_panoManager #compare-pano .compare-pano-container .compare-pano-date-extra > ul,
#newPmax #compare-pano .compare-pano-container .compare-pano-date-extra > ul {
  padding-top: 5px;
  display: none;
}
#pmax_panoManager #compare-pano .compare-pano-container .compare-pano-date-extra > ul > li,
#newPmax #compare-pano .compare-pano-container .compare-pano-date-extra > ul > li {
  position: relative;
  display: block;
  text-decoration: none;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #000000;
}
#pmax_panoManager #compare-pano .compare-pano-container .compare-pano-date-extra > ul > li.separator,
#newPmax #compare-pano .compare-pano-container .compare-pano-date-extra > ul > li.separator {
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}
#pmax_panoManager #compare-pano .compare-pano-container .compare-pano-date-extra > ul > li > a,
#newPmax #compare-pano .compare-pano-container .compare-pano-date-extra > ul > li > a {
  color: #000000;
  text-decoration: none;
}
#pmax_panoManager #compare-pano .compare-pano-container .compare-pano-date-extra > ul > li > a.previous,
#newPmax #compare-pano .compare-pano-container .compare-pano-date-extra > ul > li > a.previous,
#pmax_panoManager #compare-pano .compare-pano-container .compare-pano-date-extra > ul > li > a.next,
#newPmax #compare-pano .compare-pano-container .compare-pano-date-extra > ul > li > a.next {
  display: block;
  position: absolute;
  transition: border-color 0.25s;
}
#pmax_panoManager #compare-pano .compare-pano-container .compare-pano-date-extra > ul > li > a.previous,
#newPmax #compare-pano .compare-pano-container .compare-pano-date-extra > ul > li > a.previous {
  left: 6px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid #000000;
  border-left: 0;
}
#pmax_panoManager #compare-pano .compare-pano-container .compare-pano-date-extra > ul > li > a.next,
#newPmax #compare-pano .compare-pano-container .compare-pano-date-extra > ul > li > a.next {
  right: 6px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #000000;
  border-right: 0;
}
#pmax_panoManager #compare-pano .compare-pano-container .compare-pano-date-extra > ul > li > a.earliest,
#newPmax #compare-pano .compare-pano-container .compare-pano-date-extra > ul > li > a.earliest,
#pmax_panoManager #compare-pano .compare-pano-container .compare-pano-date-extra > ul > li > a.most-recent,
#newPmax #compare-pano .compare-pano-container .compare-pano-date-extra > ul > li > a.most-recent {
  display: block;
}
#pmax_panoManager #compare-pano .compare-pano-container .compare-pano-date-extra > ul > li > a.earliest:before,
#newPmax #compare-pano .compare-pano-container .compare-pano-date-extra > ul > li > a.earliest:before,
#pmax_panoManager #compare-pano .compare-pano-container .compare-pano-date-extra > ul > li > a.most-recent:before,
#newPmax #compare-pano .compare-pano-container .compare-pano-date-extra > ul > li > a.most-recent:before {
  content: '';
  display: block;
  width: 2px;
  height: 14px;
  position: absolute;
  top: 5px;
  background: #000000;
  transition: background-color 0.25s;
}
#pmax_panoManager #compare-pano .compare-pano-container .compare-pano-date-extra > ul > li > a.earliest:after,
#newPmax #compare-pano .compare-pano-container .compare-pano-date-extra > ul > li > a.earliest:after,
#pmax_panoManager #compare-pano .compare-pano-container .compare-pano-date-extra > ul > li > a.most-recent:after,
#newPmax #compare-pano .compare-pano-container .compare-pano-date-extra > ul > li > a.most-recent:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  transition: border-color 0.25s;
}
#pmax_panoManager #compare-pano .compare-pano-container .compare-pano-date-extra > ul > li > a.earliest:before,
#newPmax #compare-pano .compare-pano-container .compare-pano-date-extra > ul > li > a.earliest:before {
  left: 5px;
}
#pmax_panoManager #compare-pano .compare-pano-container .compare-pano-date-extra > ul > li > a.earliest:after,
#newPmax #compare-pano .compare-pano-container .compare-pano-date-extra > ul > li > a.earliest:after {
  left: 6px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid #000000;
  border-left: 0;
}
#pmax_panoManager #compare-pano .compare-pano-container .compare-pano-date-extra > ul > li > a.most-recent:before,
#newPmax #compare-pano .compare-pano-container .compare-pano-date-extra > ul > li > a.most-recent:before {
  right: 5px;
}
#pmax_panoManager #compare-pano .compare-pano-container .compare-pano-date-extra > ul > li > a.most-recent:after,
#newPmax #compare-pano .compare-pano-container .compare-pano-date-extra > ul > li > a.most-recent:after {
  right: 6px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #000000;
  border-right: 0;
}
#pmax_panoManager #compare-pano #compare-pano-left-container,
#newPmax #compare-pano #compare-pano-left-container {
  left: 0;
}
#pmax_panoManager #compare-pano #compare-pano-left-container .canvas,
#newPmax #compare-pano #compare-pano-left-container .canvas {
  right: auto;
  left: 0;
}
#pmax_panoManager #compare-pano #compare-pano-left-container .compare-pano-open,
#newPmax #compare-pano #compare-pano-left-container .compare-pano-open {
  right: 20px;
}
#pmax_panoManager #compare-pano #compare-pano-left-container .compare-pano-open:hover,
#newPmax #compare-pano #compare-pano-left-container .compare-pano-open:hover {
  margin-right: -1px;
}
#pmax_panoManager #compare-pano #compare-pano-left-container .compare-pano-date-container,
#newPmax #compare-pano #compare-pano-left-container .compare-pano-date-container {
  right: 20px;
}
#pmax_panoManager #compare-pano #compare-pano-right-container,
#newPmax #compare-pano #compare-pano-right-container {
  right: 0;
}
#pmax_panoManager #compare-pano #compare-pano-right-container .canvas,
#newPmax #compare-pano #compare-pano-right-container .canvas {
  left: auto;
  right: 0;
}
#pmax_panoManager #compare-pano #compare-pano-right-container .compare-pano-open,
#newPmax #compare-pano #compare-pano-right-container .compare-pano-open {
  left: 20px;
}
#pmax_panoManager #compare-pano #compare-pano-right-container .compare-pano-open:hover,
#newPmax #compare-pano #compare-pano-right-container .compare-pano-open:hover {
  margin-left: -1px;
}
#pmax_panoManager #compare-pano #compare-pano-right-container .compare-pano-date-container,
#newPmax #compare-pano #compare-pano-right-container .compare-pano-date-container {
  left: 20px;
}
#pmax_panoManager #compare-pano .compare-pano-divider,
#newPmax #compare-pano .compare-pano-divider {
  position: absolute;
  top: 0;
  height: 100%;
}
#pmax_panoManager #compare-pano .compare-pano-divider .compare-pano-divider-line,
#newPmax #compare-pano .compare-pano-divider .compare-pano-divider-line {
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
#pmax_panoManager #compare-pano .compare-pano-divider .compare-pano-divider-arrows,
#newPmax #compare-pano .compare-pano-divider .compare-pano-divider-arrows {
  position: absolute;
  top: 50%;
  left: -11px;
  width: 23px;
  height: 50px;
  margin-top: -25px;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  cursor: ew-resize;
  transition: background-color 0.25s;
}
#pmax_panoManager #compare-pano .compare-pano-divider .compare-pano-divider-arrows:hover,
#newPmax #compare-pano .compare-pano-divider .compare-pano-divider-arrows:hover {
  background: rgba(0, 0, 0, 0.65);
  left: -14px;
  width: 29px;
  height: 52px;
  margin-top: -26px;
}
#pmax_panoManager #compare-pano .compare-pano-divider .compare-pano-divider-arrows .compare-pano-divider-arrow-left,
#newPmax #compare-pano .compare-pano-divider .compare-pano-divider-arrows .compare-pano-divider-arrow-left,
#pmax_panoManager #compare-pano .compare-pano-divider .compare-pano-divider-arrows .compare-pano-divider-arrow-right,
#newPmax #compare-pano .compare-pano-divider .compare-pano-divider-arrows .compare-pano-divider-arrow-right {
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -5px;
  transition: border-color 0.25s;
}
#pmax_panoManager #compare-pano .compare-pano-divider .compare-pano-divider-arrows .compare-pano-divider-arrow-left,
#newPmax #compare-pano .compare-pano-divider .compare-pano-divider-arrows .compare-pano-divider-arrow-left {
  left: 2px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #ffffff;
  border-left: 0;
}
#pmax_panoManager #compare-pano .compare-pano-divider .compare-pano-divider-arrows .compare-pano-divider-arrow-right,
#newPmax #compare-pano .compare-pano-divider .compare-pano-divider-arrows .compare-pano-divider-arrow-right {
  right: 2px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #ffffff;
  border-right: 0;
}
#pmax_panoManager #peak-labels,
#newPmax #peak-labels {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  white-space: nowrap;
}
#pmax_panoManager #peak-labels .canvas,
#newPmax #peak-labels .canvas {
  display: block;
  position: relative;
}
#pmax_panoManager #peak-labels .canvas.clone,
#newPmax #peak-labels .canvas.clone {
  margin-left: -1px;
}
#pmax_panoManager #peak-instance-search,
#newPmax #peak-instance-search {
  display: none;
  position: absolute;
  white-space: nowrap;
  max-width: 400px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 4px;
  border: 3px solid rgba(136, 136, 136, 0.3);
  box-sizing: content-box;
  color: #000;
  z-index: 91;
  margin-top: 5px;
}
#pmax_panoManager #peak-instance-search .search-label,
#newPmax #peak-instance-search .search-label {
  display: block;
  font-weight: 600;
  padding: 0.65em;
}
#pmax_panoManager #peak-instance-search a,
#newPmax #peak-instance-search a {
  position: relative;
  display: block;
  padding: 0.25em 0.65em;
  color: #000;
  white-space: normal;
  text-decoration: none;
}
#pmax_panoManager #peak-instance-search a:before,
#newPmax #peak-instance-search a:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000;
}
#pmax_panoManager #peak-instance-search a:hover,
#newPmax #peak-instance-search a:hover,
#pmax_panoManager #peak-instance-search a:focus,
#newPmax #peak-instance-search a:focus {
  background-color: rgba(204, 204, 204, 0.3);
}
#pmax_panoManager .direction-marks-container,
#newPmax .direction-marks-container {
  position: absolute;
  display: none;
  height: 12px;
  margin-bottom: -3px;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  top: 0;
}
#pmax_panoManager .direction-marks-container .direction-marks,
#newPmax .direction-marks-container .direction-marks {
  position: absolute;
  height: 12px;
  background-color: #000000;
  /* Old browsers */
  background-color: rgba(0, 0, 0, 0.4);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000)";
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.8);
  line-height: 0;
}
#pmax_panoManager .direction-marks-container .direction-marks .direction-marker,
#newPmax .direction-marks-container .direction-marks .direction-marker {
  float: left;
}
#pmax_panoManager .direction-marks-container .direction-marks .direction-marker .direction-label,
#newPmax .direction-marks-container .direction-marks .direction-marker .direction-label {
  position: absolute;
  display: block;
  width: 50px;
  left: 0;
  margin-left: -25px;
  margin-top: 1px;
  line-height: 1;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
}
#pmax_panoManager .direction-marks-container .direction-marks .direction-marker .direction-step,
#newPmax .direction-marks-container .direction-marks .direction-marker .direction-step {
  float: left;
  height: 100%;
  min-height: 1px;
}
#pmax_panoManager .direction-marks-container .direction-marks .direction-marker .direction-step:after,
#newPmax .direction-marks-container .direction-marks .direction-marker .direction-step:after {
  display: block;
  position: relative;
  content: '';
  background-color: #ffffff;
  /* Old browsers */
  background-color: rgba(255, 255, 255, 0.5);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80ffffff,endColorstr=#80ffffff)";
  width: 1px;
  height: 3px;
}
#pmax_panoManager .direction-marks-container .direction-marks .direction-marker .direction-step.substep-0:after,
#newPmax .direction-marks-container .direction-marks .direction-marker .direction-step.substep-0:after {
  display: none !important;
}
#pmax_panoManager.cam-emergency #pano-display,
#newPmax.cam-emergency #pano-display {
  -webkit-filter: blur(5px) !important;
          filter: blur(5px) !important;
}
.pano-timeline {
  display: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: calc(100% - 160px);
  height: 250px;
  z-index: 100;
}
.pano-timeline .timeline-container {
  position: absolute;
  width: 100%;
  height: 300px;
}
.pano-timeline .timeline-container .timeline-bar-container {
  position: absolute;
  top: 30px;
  width: 100%;
  height: 46px;
  background-color: #000000;
  /* Old browsers */
  background-color: rgba(0, 0, 0, 0.75);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#bf000000,endColorstr=#bf000000)";
  margin: 0;
  padding: 0;
}
.pano-timeline .timeline-container .timeline-bar-container .timeline-bar-inner-container {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.pano-timeline .timeline-container .timeline-bar-container .timeline-bar-inner-container .timeline {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  z-index: 30;
}
.pano-timeline .timeline-container .timeline-bar-container .timeline-bar-inner-container .timeline .pano-shot {
  display: inline-block;
  position: relative;
  top: 0;
  width: 122px;
  height: 215px;
  margin: 0;
}
.pano-timeline .timeline-container .timeline-bar-container .timeline-bar-inner-container .timeline .pano-shot.hd-image a .thumbnail:before {
  content: 'HD';
  position: absolute;
  bottom: 2px;
  left: 2px;
  color: #FFF;
  font-size: 75%;
  font-weight: 700;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1px 2px;
}
.pano-timeline .timeline-container .timeline-bar-container .timeline-bar-inner-container .timeline .pano-shot a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 0.5em;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  z-index: 40;
  background: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7') 0 0 repeat;
}
.pano-timeline .timeline-container .timeline-bar-container .timeline-bar-inner-container .timeline .pano-shot a .date,
.pano-timeline .timeline-container .timeline-bar-container .timeline-bar-inner-container .timeline .pano-shot a .time,
.pano-timeline .timeline-container .timeline-bar-container .timeline-bar-inner-container .timeline .pano-shot a .thumbnail {
  position: relative;
  display: inline-block;
  width: 100%;
}
.pano-timeline .timeline-container .timeline-bar-container .timeline-bar-inner-container .timeline .pano-shot a .date {
  height: 20px;
  font-size: 0.95em;
  line-height: 28px;
  text-shadow: 0 0 5px #000000;
  -webkit-filter: dropshadow(color=#000000, offx=0, offy=0);
          filter: dropshadow(color=#000000, offx=0, offy=0);
}
.pano-timeline .timeline-container .timeline-bar-container .timeline-bar-inner-container .timeline .pano-shot a .time {
  height: 20px;
  font-size: 0.8em;
  text-shadow: 0 0 5px #000000;
  -webkit-filter: dropshadow(color=#000000, offx=0, offy=0);
          filter: dropshadow(color=#000000, offx=0, offy=0);
}
.pano-timeline .timeline-container .timeline-bar-container .timeline-bar-inner-container .timeline .pano-shot a .thumbnail-container {
  top: 20px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
}
.pano-timeline .timeline-container .timeline-bar-container .timeline-bar-inner-container .timeline .pano-shot a .thumbnail-container .thumbnail {
  height: 75px;
  overflow: hidden;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.8), 0 0 3px 0 rgba(255, 255, 255, 0.4);
  background-image: url("data:image/gif;base64,R0lGODlhEAAQAPYBAP///7u7uysrK6CgoNra2m5ubjQ0NPr6+mFhYS8vL1JSUmJiYtnZ2Tc3N3Z2dnFxcVVVVVpaWk1NTcHBwTo6OpSUlLGxsUNDQ+np6aysrElJSZGRkY6OjoKCgrm5uTIyMnV1da+vr7KysmRkZLa2tmdnZ3t7e+bm5nNzc319fVhYWDw8POjo6F1dXTU1NcjIyGxsbNLS0qWlpWZmZqioqKenp76+vjAwMC0tLWlpaURERMvLy8PDw7y8vNTU1FBQUISEhMrKyoeHh3p6eoyMjDk5OfPz81dXV8XFxdDQ0K2trUZGRvf392traz4+Pk5OTp6enj8/P8DAwM/Pz+Hh4Xh4eLS0tHBwcOPj4+7u7paWlsbGxktLS0FBQbe3t/X19VNTU97e3t/f3yoqKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCAABACwAAAAAEAAQAAAHaIABgoMISTsRg4kBKhsKAQQAAEGKgkc+AEg6lwATggaJRJFGKSo8PT8BCQ+fghoeJ0orlAmKRTkNlIo4Qyi5lECRIL4BEoihACnDxQENQh0fw9HSqb60iQYP1omqrIPdEhLe0RGI09GBACH5BAkIACYALAEAAAAOAA8AAAdlgCaCghoWGReDiYMhAAADAg4kDwImEAMKHwONFR0YABgFJiIAHgsUGxwNBI0AGSYlEyMNiSAMBwwLJhQFs4oFAQiKwokREsODEhHFx4LJzM/QCcfSggYP1IkJDwaD3M3G1cfKwoEAIfkECQgAAQAsAQAAAA8ADwAAB2OAAYKCOEMog4iJQAAAIAERGz+IBoJEjClgUwA7XIIGDwkBDUIdHxUHjCaDoYk6ViwWXYmzRTkus7gISTsRERK4ggSMQb7AAT6ME8aCKjw9ksuzrNKToNIPlIPZARK/nsa9uIEAIfkECQgAAQAsAQABAA8ADgAAB2OAAYKDERGDh4IGgxISAS4qUE+DBg8JiCgvADKHlohOV1ItiKMBKwUNpKMaFhkXEY2pIQAAA6+pAQOzFbeCFBscqLcmMSicox1iAFgFiZWIBLMAGZOLjSBYAGELpIWCMDLbAYEAIfkECQgAAQAsAQABAA8ADwAAB2aAAYKDERGDh4IGgxISg4qODwmIAQkPj4KSk5SanJ2IOEMoARGNnEAAACCknUSoKZ4BDUIdH54qUFyHmYcQW19buQEGkQEISTsRWgeoJo6CBKhBXV5MVlGTPqgTAV1NK5oqPD0/k4EAIfkECQgAAQAsAQABAA4ADwAAB2WAAYKDERGDhwEGgxISg4qCBg8JiAEJD4+VlIKTmp2eiBGNnhKFop2kn4gpMSiUNwg3ASYnAAQPhy4tIgoBNgC/ExoWGRcoLwA1AQ8sAAwLIb8DKzM0KoIwMgsBA78VnxQbHA2IgQAh+QQJCAABACwAAAEADwAPAAAHZYABgoMBERGEiAaDEhKDio4PCYgBCQ+PgpKTlJqcgghJO4edAQQAAEGdEhE+phOpESo8PT+jgxBQT7VHU0ZSS5OZARymRik4QyiYloJLNkwhRUCmIIKXAVFNTgFEpim1DUIdH4iBACH5BAUIAAIALAAAAQAPAA4AAAdngAI4VSRXAgIREYeLhyZZAFgPAhISiwaLNgCaUowCCQ+XAg9UB0kLnZ6MBQEjqIwaFhkXrowhmgO0kxEDmhW5EhEUGxwNuYwGCzjGhxFWEDeoCYwiAB6tjJ+hAi00LS6TlYfaqImogQA7");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.8);
}
.pano-timeline .timeline-container .timeline-bar-container .timeline-bar-inner-container .timeline .pano-shot a .thumbnail-container .thumbnail .movement-container {
  display: none;
  font-size: 0;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  height: 75px;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.pano-timeline .timeline-container .timeline-bar-container .timeline-bar-inner-container .timeline .pano-shot a .thumbnail-container .thumbnail .movement-container img {
  border: none;
  height: 75px;
}
.pano-timeline .timeline-container .timeline-bar-container .timeline-bar-inner-container .timeline .pano-shot a .thumbnail-container .thumbnail .movement-container.anim-alternating {
  -webkit-animation-direction: alternate;
  /* Safari and Chrome: */
  animation-direction: alternate;
  -webkit-animation-play-state: paused;
  /* Safari and Chrome: */
  animation-play-state: paused;
}
.pano-timeline .timeline-container .timeline-bar-container .timeline-bar-inner-container .timeline .pano-shot a .thumbnail-container .thumbnail .movement-container.anim-looping {
  -webkit-animation-iteration-count: infinite;
  /* Safari and Chrome: */
  animation-iteration-count: infinite;
  -webkit-animation-play-state: paused;
  /* Safari and Chrome: */
  animation-play-state: paused;
}
.pano-timeline .timeline-container .timeline-bar-container .timeline-bar-inner-container .timeline .pano-shot a .thumbnail-container .thumbnail .movement-container.anim-active {
  -webkit-animation-play-state: running;
  /* Safari and Chrome: */
  animation-play-state: running;
}
.pano-timeline .timeline-container .timeline-bar-container .timeline-bar-inner-container .timeline .pano-shot a:hover:before,
.pano-timeline .timeline-container .timeline-bar-container .timeline-bar-inner-container .timeline .pano-shot a:focus:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -37px;
  width: 0;
  height: 0;
  border-left: 37px solid transparent;
  border-right: 37px solid transparent;
  border-top: 37px solid #ffffff;
  border-bottom: 0;
}
.pano-timeline .timeline-container .timeline-bar-container .timeline-bar-inner-container .timeline .pano-shot a:hover .thumbnail:after,
.pano-timeline .timeline-container .timeline-bar-container .timeline-bar-inner-container .timeline .pano-shot a:focus .thumbnail:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: #ffffff;
}
.pano-timeline .timeline-container .timeline-bar-container .timeline-bar-inner-container .timeline .pano-shot.loaded a .thumbnail-container {
  display: block !important;
}
.pano-timeline .timeline-container .timeline-bar-container .timeline-bar-inner-container .timeline .pano-shot.loaded a .thumbnail-container .thumbnail .movement-container {
  display: block;
}
.pano-timeline .timeline-container .timeline-bar-container .timeline-bar-inner-container .timeline .pano-shot.loaded a .thumbnail-container .thumbnail img {
  display: inline-block;
}
.pano-timeline .timeline-container .timeline-bar-container .timeline-bar-inner-container .timeline .pano-shot.has-map .pano-shot-map {
  padding: 10px;
}
.pano-timeline .timeline-container .indicator {
  position: absolute;
  top: 0;
  z-index: 10;
  margin-left: -37px;
}
.pano-timeline .timeline-container .indicator.current {
  width: 0;
  height: 0;
  border-left: 37px solid transparent;
  border-right: 37px solid transparent;
  border-top: 37px solid rgba(255, 255, 255, 0.5);
  border-bottom: 0;
}
.pano-timeline .timeline-container .indicator.selection {
  width: 0;
  height: 0;
  border-left: 37px solid transparent;
  border-right: 37px solid transparent;
  border-top: 37px solid #ffffff;
  border-bottom: 0;
}
.pano-timeline .preview-container .preview-inner-container {
  text-align: center;
}
.pano-timeline .preview-container .preview-inner-container .preview-image-container {
  display: none;
  position: relative;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.2);
}
.pano-timeline .preview-container .preview-inner-container .preview-image-container.shown {
  display: inline-block;
}
.pano-timeline .preview-container .preview-inner-container .preview-image-container .preview {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #888888;
  box-sizing: content-box;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
.pano-timeline .preview-container .preview-inner-container .preview-image-container .preview.hd-image:before {
  content: 'HD';
  position: absolute;
  bottom: 2px;
  left: 2px;
  color: #FFF;
  font-size: 75%;
  font-weight: 700;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1px 2px;
}
.pano-timeline .preview-container .preview-inner-container .preview-image-container .preview img {
  display: none;
  position: absolute;
  top: 0;
  height: 100%;
}
.pano-timeline .preview-container .preview-inner-container .preview-image-container .preview-image-map {
  display: none;
  height: 100%;
  width: 250px;
  vertical-align: middle;
}
.pano-timeline .preview-container .preview-inner-container .preview-image-container .preview-image-map.shown {
  display: inline-block;
  padding: 5px;
}
.pano-timeline#archive {
  padding-left: 27px;
  padding-right: 27px;
}
.pano-timeline#compare-pano-timeline-left,
.pano-timeline#compare-pano-timeline-right {
  padding-left: 55px;
  padding-right: 55px;
}
.pano-timeline#archive,
.pano-timeline#compare-pano-timeline-left,
.pano-timeline#compare-pano-timeline-right {
  font-weight: 600;
}
.pano-timeline#archive .timeline-container,
.pano-timeline#compare-pano-timeline-left .timeline-container,
.pano-timeline#compare-pano-timeline-right .timeline-container {
  position: relative;
  overflow: visible;
}
.pano-timeline#archive .timeline-container .timeline-bar-container,
.pano-timeline#compare-pano-timeline-left .timeline-container .timeline-bar-container,
.pano-timeline#compare-pano-timeline-right .timeline-container .timeline-bar-container {
  padding: 0 45px;
}
.pano-timeline#archive .timeline-container .timeline-bar-container.hasPin,
.pano-timeline#compare-pano-timeline-left .timeline-container .timeline-bar-container.hasPin,
.pano-timeline#compare-pano-timeline-right .timeline-container .timeline-bar-container.hasPin {
  height: 60px;
}
.pano-timeline#archive .timeline-container .timeline-bar-container.hasPin .date-markers .marker:after,
.pano-timeline#compare-pano-timeline-left .timeline-container .timeline-bar-container.hasPin .date-markers .marker:after,
.pano-timeline#compare-pano-timeline-right .timeline-container .timeline-bar-container.hasPin .date-markers .marker:after {
  bottom: 19px;
}
.pano-timeline#archive .timeline-container .pin,
.pano-timeline#compare-pano-timeline-left .timeline-container .pin,
.pano-timeline#compare-pano-timeline-right .timeline-container .pin,
.pano-timeline#archive .timeline-container .video-icon,
.pano-timeline#compare-pano-timeline-left .timeline-container .video-icon,
.pano-timeline#compare-pano-timeline-right .timeline-container .video-icon {
  display: none;
  position: absolute;
  top: 44px;
  width: 10px;
  height: 20px;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-left: -5px;
}
.pano-timeline#archive .timeline-container .pin.bigger-icon,
.pano-timeline#compare-pano-timeline-left .timeline-container .pin.bigger-icon,
.pano-timeline#compare-pano-timeline-right .timeline-container .pin.bigger-icon,
.pano-timeline#archive .timeline-container .video-icon.bigger-icon,
.pano-timeline#compare-pano-timeline-left .timeline-container .video-icon.bigger-icon,
.pano-timeline#compare-pano-timeline-right .timeline-container .video-icon.bigger-icon {
  width: 15px;
  height: 20px;
  margin-left: -8px;
}
.pano-timeline#archive .timeline-container .pin.shown,
.pano-timeline#compare-pano-timeline-left .timeline-container .pin.shown,
.pano-timeline#compare-pano-timeline-right .timeline-container .pin.shown,
.pano-timeline#archive .timeline-container .video-icon.shown,
.pano-timeline#compare-pano-timeline-left .timeline-container .video-icon.shown,
.pano-timeline#compare-pano-timeline-right .timeline-container .video-icon.shown {
  display: block;
}
.pano-timeline#archive .timeline-container .pin,
.pano-timeline#compare-pano-timeline-left .timeline-container .pin,
.pano-timeline#compare-pano-timeline-right .timeline-container .pin {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2245px%22%20height%3D%2260px%22%20viewBox%3D%220%200%2045%2060%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3Eicon-hotspot-pin%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22export%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Artboard%22%20transform%3D%22translate(-195.000000%2C%20-155.000000)%22%20fill%3D%22%23a3cd00%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22icon-hotspot-pin%22%20transform%3D%22translate(195.000000%2C%20155.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M22.4987904%2C0%20C10.0740679%2C0%200%2C10.0740679%200%2C22.4987904%20C0%2C31.5697875%203.16037711%2C34.1032445%2020.1903211%2C58.7898094%20C21.3071758%2C60.4033969%2023.6952112%2C60.4033969%2024.8119479%2C58.7898094%20C41.8336884%2C34.0997292%2044.9975808%2C31.5686145%2044.9975808%2C22.4987904%20C44.9975808%2C10.0740679%2034.9199976%2C0%2022.4987904%2C0%20Z%20M22.4987904%2C31.767824%20C17.3275835%2C31.767824%2013.1242944%2C27.563362%2013.1242944%2C22.393328%20C13.1242944%2C17.2232941%2017.3310988%2C13.018832%2022.4987904%2C13.018832%20C27.666482%2C13.018832%2031.8732864%2C17.2232905%2031.8732864%2C22.393328%20C31.8732864%2C27.5633638%2027.666482%2C31.767824%2022.4987904%2C31.767824%20Z%22%20id%3D%22Shape%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}
.pano-timeline#archive .timeline-container .video-icon,
.pano-timeline#compare-pano-timeline-left .timeline-container .video-icon,
.pano-timeline#compare-pano-timeline-right .timeline-container .video-icon {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2215px%22%20height%3D%2213px%22%20viewBox%3D%220%200%2015%2013%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3Eicon-film%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Artboard%22%20transform%3D%22translate(-44.000000%2C%20-53.000000)%22%20fill%3D%22%23EDEDED%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M57.6296875%2C53%20C57.8158856%2C53%2057.9741535%2C53.0789929%2058.1044922%2C53.2369792%20C58.2348309%2C53.3949654%2058.3%2C53.5868054%2058.3%2C53.8125%20L58.3%2C65.1875%20C58.3%2C65.4131946%2058.2348309%2C65.6050346%2058.1044922%2C65.7630208%20C57.9741535%2C65.9210071%2057.8158856%2C66%2057.6296875%2C66%20L57.40625%2C66%20L57.40625%2C65.3229167%20C57.40625%2C65.2100696%2057.3736652%2C65.1141491%2057.3084961%2C65.0351562%20C57.243327%2C64.9561634%2057.1641926%2C64.9166667%2057.0710937%2C64.9166667%20L54.9969068%2C64.9166667%20C54.903808%2C64.9166667%2054.8246728%2C64.9561634%2054.7595037%2C65.0351563%20C54.6943346%2C65.1141491%2054.66175%2C65.2100696%2054.66175%2C65.3229167%20L54.66175%2C66%20L47.63825%2C66%20L47.63825%2C65.3229167%20C47.63825%2C65.2100696%2047.6056654%2C65.1141491%2047.5404963%2C65.0351563%20C47.4753272%2C64.9561634%2047.396192%2C64.9166667%2047.3030932%2C64.9166667%20L45.2289062%2C64.9166667%20C45.1358074%2C64.9166667%2045.056673%2C64.9561634%2044.9915039%2C65.0351562%20C44.9263348%2C65.1141491%2044.89375%2C65.2100696%2044.89375%2C65.3229167%20L44.89375%2C66%20L44.6703125%2C66%20C44.4841144%2C66%2044.3258465%2C65.9210071%2044.1955078%2C65.7630208%20C44.0651691%2C65.6050346%2044%2C65.4131946%2044%2C65.1875%20L44%2C53.8125%20C44%2C53.5868054%2044.0651691%2C53.3949654%2044.1955078%2C53.2369792%20C44.3258465%2C53.0789929%2044.4841144%2C53%2044.6703125%2C53%20L44.89375%2C53%20L44.89375%2C53.6770833%20C44.89375%2C53.7899304%2044.9263348%2C53.8858509%2044.9915039%2C53.9648438%20C45.056673%2C54.0438366%2045.1358074%2C54.0833333%2045.2289062%2C54.0833333%20L47.3030932%2C54.0833333%20C47.396192%2C54.0833333%2047.4753272%2C54.0438366%2047.5404963%2C53.9648438%20C47.6056654%2C53.8858509%2047.63825%2C53.7899304%2047.63825%2C53.6770833%20L47.63825%2C53%20L54.66175%2C53%20L54.66175%2C53.6770833%20C54.66175%2C53.7899304%2054.6943346%2C53.8858509%2054.7595037%2C53.9648438%20C54.8246728%2C54.0438366%2054.903808%2C54.0833333%2054.9969068%2C54.0833333%20L57.0710937%2C54.0833333%20C57.1641926%2C54.0833333%2057.243327%2C54.0438366%2057.3084961%2C53.9648438%20C57.3736652%2C53.8858509%2057.40625%2C53.7899304%2057.40625%2C53.6770833%20L57.40625%2C53%20L57.6296875%2C53%20Z%20M47.64375%2C63.4270833%20L47.64375%2C62.0729167%20C47.64375%2C61.9600696%2047.5936196%2C61.8641491%2047.4933594%2C61.7851563%20C47.3930992%2C61.7061634%2047.2713539%2C61.6666667%2047.128125%2C61.6666667%20L45.409375%2C61.6666667%20C45.2661461%2C61.6666667%2045.1444008%2C61.7061634%2045.0441406%2C61.7851563%20C44.9438804%2C61.8641491%2044.89375%2C61.9600696%2044.89375%2C62.0729167%20L44.89375%2C63.4270833%20C44.89375%2C63.5399304%2044.9438804%2C63.6358509%2045.0441406%2C63.7148438%20C45.1444008%2C63.7938366%2045.2661461%2C63.8333333%2045.409375%2C63.8333333%20L47.128125%2C63.8333333%20C47.2713539%2C63.8333333%2047.3930992%2C63.7938366%2047.4933594%2C63.7148438%20C47.5936196%2C63.6358509%2047.64375%2C63.5399304%2047.64375%2C63.4270833%20Z%20M47.64375%2C60.1770833%20L47.64375%2C58.8229167%20C47.64375%2C58.7100696%2047.5936196%2C58.6141491%2047.4933594%2C58.5351563%20C47.3930992%2C58.4561634%2047.2713539%2C58.4166667%2047.128125%2C58.4166667%20L45.409375%2C58.4166667%20C45.2661461%2C58.4166667%2045.1444008%2C58.4561634%2045.0441406%2C58.5351563%20C44.9438804%2C58.6141491%2044.89375%2C58.7100696%2044.89375%2C58.8229167%20L44.89375%2C60.1770833%20C44.89375%2C60.2899304%2044.9438804%2C60.3858509%2045.0441406%2C60.4648438%20C45.1444008%2C60.5438366%2045.2661461%2C60.5833333%2045.409375%2C60.5833333%20L47.128125%2C60.5833333%20C47.2713539%2C60.5833333%2047.3930992%2C60.5438366%2047.4933594%2C60.4648438%20C47.5936196%2C60.3858509%2047.64375%2C60.2899304%2047.64375%2C60.1770833%20Z%20M47.64375%2C56.9270833%20L47.64375%2C55.5729167%20C47.64375%2C55.4600696%2047.5936196%2C55.3641491%2047.4933594%2C55.2851563%20C47.3930992%2C55.2061634%2047.2713539%2C55.1666667%2047.128125%2C55.1666667%20L45.409375%2C55.1666667%20C45.2661461%2C55.1666667%2045.1444008%2C55.2061634%2045.0441406%2C55.2851563%20C44.9438804%2C55.3641491%2044.89375%2C55.4600696%2044.89375%2C55.5729167%20L44.89375%2C56.9270833%20C44.89375%2C57.0399304%2044.9438804%2C57.1358509%2045.0441406%2C57.2148438%20C45.1444008%2C57.2938366%2045.2661461%2C57.3333333%2045.409375%2C57.3333333%20L47.128125%2C57.3333333%20C47.2713539%2C57.3333333%2047.3930992%2C57.2938366%2047.4933594%2C57.2148438%20C47.5936196%2C57.1358509%2047.64375%2C57.0399304%2047.64375%2C56.9270833%20Z%20M57.409%2C63.4270833%20L57.409%2C62.0729167%20C57.409%2C61.9600696%2057.3588696%2C61.8641491%2057.2586094%2C61.7851563%20C57.1583492%2C61.7061634%2057.0366039%2C61.6666667%2056.893375%2C61.6666667%20L55.174625%2C61.6666667%20C55.0313961%2C61.6666667%2054.9096508%2C61.7061634%2054.8093906%2C61.7851563%20C54.7091304%2C61.8641491%2054.659%2C61.9600696%2054.659%2C62.0729167%20L54.659%2C63.4270833%20C54.659%2C63.5399304%2054.7091304%2C63.6358509%2054.8093906%2C63.7148438%20C54.9096508%2C63.7938366%2055.0313961%2C63.8333333%2055.174625%2C63.8333333%20L56.893375%2C63.8333333%20C57.0366039%2C63.8333333%2057.1583492%2C63.7938366%2057.2586094%2C63.7148438%20C57.3588696%2C63.6358509%2057.409%2C63.5399304%2057.409%2C63.4270833%20Z%20M57.409%2C60.1770833%20L57.409%2C58.8229167%20C57.409%2C58.7100696%2057.3588696%2C58.6141491%2057.2586094%2C58.5351563%20C57.1583492%2C58.4561634%2057.0366039%2C58.4166667%2056.893375%2C58.4166667%20L55.174625%2C58.4166667%20C55.0313961%2C58.4166667%2054.9096508%2C58.4561634%2054.8093906%2C58.5351563%20C54.7091304%2C58.6141491%2054.659%2C58.7100696%2054.659%2C58.8229167%20L54.659%2C60.1770833%20C54.659%2C60.2899304%2054.7091304%2C60.3858509%2054.8093906%2C60.4648438%20C54.9096508%2C60.5438366%2055.0313961%2C60.5833333%2055.174625%2C60.5833333%20L56.893375%2C60.5833333%20C57.0366039%2C60.5833333%2057.1583492%2C60.5438366%2057.2586094%2C60.4648438%20C57.3588696%2C60.3858509%2057.409%2C60.2899304%2057.409%2C60.1770833%20Z%20M57.409%2C56.9270833%20L57.409%2C55.5729167%20C57.409%2C55.4600696%2057.3588696%2C55.3641491%2057.2586094%2C55.2851563%20C57.1583492%2C55.2061634%2057.0366039%2C55.1666667%2056.893375%2C55.1666667%20L55.174625%2C55.1666667%20C55.0313961%2C55.1666667%2054.9096508%2C55.2061634%2054.8093906%2C55.2851563%20C54.7091304%2C55.3641491%2054.659%2C55.4600696%2054.659%2C55.5729167%20L54.659%2C56.9270833%20C54.659%2C57.0399304%2054.7091304%2C57.1358509%2054.8093906%2C57.2148438%20C54.9096508%2C57.2938366%2055.0313961%2C57.3333333%2055.174625%2C57.3333333%20L56.893375%2C57.3333333%20C57.0366039%2C57.3333333%2057.1583492%2C57.2938366%2057.2586094%2C57.2148438%20C57.3588696%2C57.1358509%2057.409%2C57.0399304%2057.409%2C56.9270833%20Z%22%20id%3D%22icon-film%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}
.pano-timeline#archive .timeline-container .date-markers,
.pano-timeline#compare-pano-timeline-left .timeline-container .date-markers,
.pano-timeline#compare-pano-timeline-right .timeline-container .date-markers {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 20;
}
.pano-timeline#archive .timeline-container .date-markers .marker,
.pano-timeline#compare-pano-timeline-left .timeline-container .date-markers .marker,
.pano-timeline#compare-pano-timeline-right .timeline-container .date-markers .marker {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
}
.pano-timeline#archive .timeline-container .date-markers .marker:after,
.pano-timeline#compare-pano-timeline-left .timeline-container .date-markers .marker:after,
.pano-timeline#compare-pano-timeline-right .timeline-container .date-markers .marker:after {
  content: '';
  position: absolute;
  display: block;
  width: 2px;
  height: 14px;
  bottom: 6px;
  background-color: #ffffff;
}
.pano-timeline#archive .timeline-container .date-markers .marker .label,
.pano-timeline#compare-pano-timeline-left .timeline-container .date-markers .marker .label,
.pano-timeline#compare-pano-timeline-right .timeline-container .date-markers .marker .label {
  position: absolute;
  width: 100px;
  height: 1.2em;
  line-height: 1.2em;
  left: -50px;
  top: 4px;
  text-align: center;
  font-size: 0.9em;
  text-shadow: 0 0 5px #000000;
  -webkit-filter: dropshadow(color=#000000, offx=0, offy=0);
          filter: dropshadow(color=#000000, offx=0, offy=0);
}
.pano-timeline#archive .timeline-container .date-markers .marker .label.hidden,
.pano-timeline#compare-pano-timeline-left .timeline-container .date-markers .marker .label.hidden,
.pano-timeline#compare-pano-timeline-right .timeline-container .date-markers .marker .label.hidden {
  display: none;
}
.pano-timeline#archive .timeline-container .date-markers.day .marker .label,
.pano-timeline#compare-pano-timeline-left .timeline-container .date-markers.day .marker .label,
.pano-timeline#compare-pano-timeline-right .timeline-container .date-markers.day .marker .label {
  width: 40px;
  left: -20px;
}
.pano-timeline#archive .timeline-container .date-markers.week .marker .label,
.pano-timeline#compare-pano-timeline-left .timeline-container .date-markers.week .marker .label,
.pano-timeline#compare-pano-timeline-right .timeline-container .date-markers.week .marker .label,
.pano-timeline#archive .timeline-container .date-markers.month .marker .label,
.pano-timeline#compare-pano-timeline-left .timeline-container .date-markers.month .marker .label,
.pano-timeline#compare-pano-timeline-right .timeline-container .date-markers.month .marker .label {
  width: 74px;
  left: -37px;
}
.pano-timeline#archive .timeline-container .date-markers.halfYear .marker .label,
.pano-timeline#compare-pano-timeline-left .timeline-container .date-markers.halfYear .marker .label,
.pano-timeline#compare-pano-timeline-right .timeline-container .date-markers.halfYear .marker .label,
.pano-timeline#archive .timeline-container .date-markers.year .marker .label,
.pano-timeline#compare-pano-timeline-left .timeline-container .date-markers.year .marker .label,
.pano-timeline#compare-pano-timeline-right .timeline-container .date-markers.year .marker .label {
  width: 68px;
  left: -34px;
}
.pano-timeline#archive .timeline-container .timeline,
.pano-timeline#compare-pano-timeline-left .timeline-container .timeline,
.pano-timeline#compare-pano-timeline-right .timeline-container .timeline {
  position: relative;
  cursor: pointer;
}
.pano-timeline#archive .timeline-container .timeline .pano-shot,
.pano-timeline#compare-pano-timeline-left .timeline-container .timeline .pano-shot,
.pano-timeline#compare-pano-timeline-right .timeline-container .timeline .pano-shot {
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
}
.pano-timeline#archive .timeline-container .timeline .pano-shot a,
.pano-timeline#compare-pano-timeline-left .timeline-container .timeline .pano-shot a,
.pano-timeline#compare-pano-timeline-right .timeline-container .timeline .pano-shot a {
  padding: 0;
}
.pano-timeline#archive .timeline-container .timeline .pano-shot a:before,
.pano-timeline#compare-pano-timeline-left .timeline-container .timeline .pano-shot a:before,
.pano-timeline#compare-pano-timeline-right .timeline-container .timeline .pano-shot a:before {
  display: none !important;
}
.pano-timeline#archive .timeline-container .timeline .pano-shot .date,
.pano-timeline#compare-pano-timeline-left .timeline-container .timeline .pano-shot .date,
.pano-timeline#compare-pano-timeline-right .timeline-container .timeline .pano-shot .date,
.pano-timeline#archive .timeline-container .timeline .pano-shot .time,
.pano-timeline#compare-pano-timeline-left .timeline-container .timeline .pano-shot .time,
.pano-timeline#compare-pano-timeline-right .timeline-container .timeline .pano-shot .time,
.pano-timeline#archive .timeline-container .timeline .pano-shot .thumbnail-container,
.pano-timeline#compare-pano-timeline-left .timeline-container .timeline .pano-shot .thumbnail-container,
.pano-timeline#compare-pano-timeline-right .timeline-container .timeline .pano-shot .thumbnail-container {
  display: none !important;
}
.pano-timeline#archive .timeline-container .timeline .pano-shot:after,
.pano-timeline#compare-pano-timeline-left .timeline-container .timeline .pano-shot:after,
.pano-timeline#compare-pano-timeline-right .timeline-container .timeline .pano-shot:after {
  content: '';
  display: block;
  position: relative;
  left: 0;
  top: 30px;
  width: 1.25px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 35;
}
.pano-timeline#archive .timeline-container .timeline .pano-shot.loaded:after,
.pano-timeline#compare-pano-timeline-left .timeline-container .timeline .pano-shot.loaded:after,
.pano-timeline#compare-pano-timeline-right .timeline-container .timeline .pano-shot.loaded:after {
  background-color: #ffffff;
}
.pano-timeline#archive .timeline-container .timeline .pano-shot.hasPin:after,
.pano-timeline#compare-pano-timeline-left .timeline-container .timeline .pano-shot.hasPin:after,
.pano-timeline#compare-pano-timeline-right .timeline-container .timeline .pano-shot.hasPin:after {
  background-color: white;
}
.pano-timeline#archive .timeline-container .timeline .pano-shot.bigger-pin:after,
.pano-timeline#compare-pano-timeline-left .timeline-container .timeline .pano-shot.bigger-pin:after,
.pano-timeline#compare-pano-timeline-right .timeline-container .timeline .pano-shot.bigger-pin:after {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 40px;
  background-color: white;
}
.pano-timeline#archive .timeline-container .timeline .pano-shot.slight-preview a .thumbnail-container,
.pano-timeline#compare-pano-timeline-left .timeline-container .timeline .pano-shot.slight-preview a .thumbnail-container,
.pano-timeline#compare-pano-timeline-right .timeline-container .timeline .pano-shot.slight-preview a .thumbnail-container {
  width: 120px;
  top: 70px;
  display: block !important;
}
.pano-timeline#archive .time-display,
.pano-timeline#compare-pano-timeline-left .time-display,
.pano-timeline#compare-pano-timeline-right .time-display {
  width: 370px;
  height: 70px;
  left: 50%;
  top: -10px;
  margin-left: -185px;
  line-height: 70px;
  text-align: center;
  background-color: #000000;
  /* Old browsers */
  background-color: rgba(0, 0, 0, 0.75);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#bf000000,endColorstr=#bf000000)";
  border-radius: 4px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
}
.pano-timeline#archive .time-display .range-selection,
.pano-timeline#compare-pano-timeline-left .time-display .range-selection,
.pano-timeline#compare-pano-timeline-right .time-display .range-selection {
  position: absolute;
  display: block;
  width: 100%;
  height: 1.4em;
  line-height: 1.4em;
  left: 0;
  top: -1.4em;
  text-align: center;
  font-size: 0.7em;
  text-transform: uppercase;
}
.pano-timeline#archive .time-display .range-selection .range,
.pano-timeline#compare-pano-timeline-left .time-display .range-selection .range,
.pano-timeline#compare-pano-timeline-right .time-display .range-selection .range {
  display: inline-block;
  height: 100%;
  overflow: hidden;
}
.pano-timeline#archive .time-display .range-selection .range a,
.pano-timeline#compare-pano-timeline-left .time-display .range-selection .range a,
.pano-timeline#compare-pano-timeline-right .time-display .range-selection .range a {
  display: inline-block;
  height: 100%;
  color: #ffffff;
  text-decoration: none;
  line-height: 1.5em;
  padding: 0 0.6em;
  vertical-align: middle;
  background-color: #000000;
  /* Old browsers */
  background-color: rgba(0, 0, 0, 0.75);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#bf000000,endColorstr=#bf000000)";
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.pano-timeline#archive .time-display .range-selection .range.active a,
.pano-timeline#compare-pano-timeline-left .time-display .range-selection .range.active a,
.pano-timeline#compare-pano-timeline-right .time-display .range-selection .range.active a,
.pano-timeline#archive .time-display .range-selection .range a:hover,
.pano-timeline#compare-pano-timeline-left .time-display .range-selection .range a:hover,
.pano-timeline#compare-pano-timeline-right .time-display .range-selection .range a:hover,
.pano-timeline#archive .time-display .range-selection .range a:focus,
.pano-timeline#compare-pano-timeline-left .time-display .range-selection .range a:focus,
.pano-timeline#compare-pano-timeline-right .time-display .range-selection .range a:focus {
  color: #000000;
  background-color: #ffffff;
}
.pano-timeline#archive .time-display .range-selection .range.disabled,
.pano-timeline#compare-pano-timeline-left .time-display .range-selection .range.disabled,
.pano-timeline#compare-pano-timeline-right .time-display .range-selection .range.disabled {
  display: none;
}
.pano-timeline#archive .time-display .display,
.pano-timeline#compare-pano-timeline-left .time-display .display,
.pano-timeline#compare-pano-timeline-right .time-display .display {
  font-size: 1.8em;
  cursor: default;
}
.pano-timeline#archive .time-display .display .event-blocker,
.pano-timeline#compare-pano-timeline-left .time-display .display .event-blocker,
.pano-timeline#compare-pano-timeline-right .time-display .display .event-blocker {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 9998;
}
.pano-timeline#archive .time-display .display .year,
.pano-timeline#compare-pano-timeline-left .time-display .display .year,
.pano-timeline#compare-pano-timeline-right .time-display .display .year {
  display: inline-block;
  min-width: 4.2em;
  word-spacing: 5px;
}
.pano-timeline#archive .time-display .display .month,
.pano-timeline#compare-pano-timeline-left .time-display .display .month,
.pano-timeline#compare-pano-timeline-right .time-display .display .month {
  display: inline-block;
  min-width: 2.6em;
}
.pano-timeline#archive .time-display .display .day,
.pano-timeline#compare-pano-timeline-left .time-display .display .day,
.pano-timeline#compare-pano-timeline-right .time-display .display .day {
  display: inline-block;
  min-width: 1.5em;
}
.pano-timeline#archive .time-display .display .time,
.pano-timeline#compare-pano-timeline-left .time-display .display .time,
.pano-timeline#compare-pano-timeline-right .time-display .display .time {
  display: inline-block;
  min-width: 3em;
  color: #ffffff;
  margin-left: 0.7em;
}
.pano-timeline#archive .time-display .display .year,
.pano-timeline#compare-pano-timeline-left .time-display .display .year,
.pano-timeline#compare-pano-timeline-right .time-display .display .year,
.pano-timeline#archive .time-display .display .month,
.pano-timeline#compare-pano-timeline-left .time-display .display .month,
.pano-timeline#compare-pano-timeline-right .time-display .display .month,
.pano-timeline#archive .time-display .display .day,
.pano-timeline#compare-pano-timeline-left .time-display .display .day,
.pano-timeline#compare-pano-timeline-right .time-display .display .day {
  position: relative;
}
.pano-timeline#archive .time-display .display .year .mobile-select,
.pano-timeline#compare-pano-timeline-left .time-display .display .year .mobile-select,
.pano-timeline#compare-pano-timeline-right .time-display .display .year .mobile-select,
.pano-timeline#archive .time-display .display .month .mobile-select,
.pano-timeline#compare-pano-timeline-left .time-display .display .month .mobile-select,
.pano-timeline#compare-pano-timeline-right .time-display .display .month .mobile-select,
.pano-timeline#archive .time-display .display .day .mobile-select,
.pano-timeline#compare-pano-timeline-left .time-display .display .day .mobile-select,
.pano-timeline#compare-pano-timeline-right .time-display .display .day .mobile-select {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
}
.pano-timeline#archive .time-display .display .year .select-wrapper,
.pano-timeline#compare-pano-timeline-left .time-display .display .year .select-wrapper,
.pano-timeline#compare-pano-timeline-right .time-display .display .year .select-wrapper,
.pano-timeline#archive .time-display .display .month .select-wrapper,
.pano-timeline#compare-pano-timeline-left .time-display .display .month .select-wrapper,
.pano-timeline#compare-pano-timeline-right .time-display .display .month .select-wrapper,
.pano-timeline#archive .time-display .display .day .select-wrapper,
.pano-timeline#compare-pano-timeline-left .time-display .display .day .select-wrapper,
.pano-timeline#compare-pano-timeline-right .time-display .display .day .select-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  display: none;
  z-index: 9999;
  text-transform: uppercase;
  text-align: center;
  background-color: #000000;
  /* Old browsers */
  background-color: rgba(0, 0, 0, 0.75);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#bf000000,endColorstr=#bf000000)";
  border-radius: 4px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
}
.pano-timeline#archive .time-display .display .year .select-wrapper .scroll-wrapper,
.pano-timeline#compare-pano-timeline-left .time-display .display .year .select-wrapper .scroll-wrapper,
.pano-timeline#compare-pano-timeline-right .time-display .display .year .select-wrapper .scroll-wrapper,
.pano-timeline#archive .time-display .display .month .select-wrapper .scroll-wrapper,
.pano-timeline#compare-pano-timeline-left .time-display .display .month .select-wrapper .scroll-wrapper,
.pano-timeline#compare-pano-timeline-right .time-display .display .month .select-wrapper .scroll-wrapper,
.pano-timeline#archive .time-display .display .day .select-wrapper .scroll-wrapper,
.pano-timeline#compare-pano-timeline-left .time-display .display .day .select-wrapper .scroll-wrapper,
.pano-timeline#compare-pano-timeline-right .time-display .display .day .select-wrapper .scroll-wrapper {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 30px 0;
}
.pano-timeline#archive .time-display .display .year .select-wrapper .scroll-wrapper .scroll-handle-up,
.pano-timeline#compare-pano-timeline-left .time-display .display .year .select-wrapper .scroll-wrapper .scroll-handle-up,
.pano-timeline#compare-pano-timeline-right .time-display .display .year .select-wrapper .scroll-wrapper .scroll-handle-up,
.pano-timeline#archive .time-display .display .month .select-wrapper .scroll-wrapper .scroll-handle-up,
.pano-timeline#compare-pano-timeline-left .time-display .display .month .select-wrapper .scroll-wrapper .scroll-handle-up,
.pano-timeline#compare-pano-timeline-right .time-display .display .month .select-wrapper .scroll-wrapper .scroll-handle-up,
.pano-timeline#archive .time-display .display .day .select-wrapper .scroll-wrapper .scroll-handle-up,
.pano-timeline#compare-pano-timeline-left .time-display .display .day .select-wrapper .scroll-wrapper .scroll-handle-up,
.pano-timeline#compare-pano-timeline-right .time-display .display .day .select-wrapper .scroll-wrapper .scroll-handle-up,
.pano-timeline#archive .time-display .display .year .select-wrapper .scroll-wrapper .scroll-handle-down,
.pano-timeline#compare-pano-timeline-left .time-display .display .year .select-wrapper .scroll-wrapper .scroll-handle-down,
.pano-timeline#compare-pano-timeline-right .time-display .display .year .select-wrapper .scroll-wrapper .scroll-handle-down,
.pano-timeline#archive .time-display .display .month .select-wrapper .scroll-wrapper .scroll-handle-down,
.pano-timeline#compare-pano-timeline-left .time-display .display .month .select-wrapper .scroll-wrapper .scroll-handle-down,
.pano-timeline#compare-pano-timeline-right .time-display .display .month .select-wrapper .scroll-wrapper .scroll-handle-down,
.pano-timeline#archive .time-display .display .day .select-wrapper .scroll-wrapper .scroll-handle-down,
.pano-timeline#compare-pano-timeline-left .time-display .display .day .select-wrapper .scroll-wrapper .scroll-handle-down,
.pano-timeline#compare-pano-timeline-right .time-display .display .day .select-wrapper .scroll-wrapper .scroll-handle-down {
  position: absolute;
  display: block;
  content: '';
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -20px;
}
.pano-timeline#archive .time-display .display .year .select-wrapper .scroll-wrapper .scroll-handle-up,
.pano-timeline#compare-pano-timeline-left .time-display .display .year .select-wrapper .scroll-wrapper .scroll-handle-up,
.pano-timeline#compare-pano-timeline-right .time-display .display .year .select-wrapper .scroll-wrapper .scroll-handle-up,
.pano-timeline#archive .time-display .display .month .select-wrapper .scroll-wrapper .scroll-handle-up,
.pano-timeline#compare-pano-timeline-left .time-display .display .month .select-wrapper .scroll-wrapper .scroll-handle-up,
.pano-timeline#compare-pano-timeline-right .time-display .display .month .select-wrapper .scroll-wrapper .scroll-handle-up,
.pano-timeline#archive .time-display .display .day .select-wrapper .scroll-wrapper .scroll-handle-up,
.pano-timeline#compare-pano-timeline-left .time-display .display .day .select-wrapper .scroll-wrapper .scroll-handle-up,
.pano-timeline#compare-pano-timeline-right .time-display .display .day .select-wrapper .scroll-wrapper .scroll-handle-up {
  top: 5px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 10px solid rgba(255, 255, 255, 0.5);
  border-top: 0;
}
.pano-timeline#archive .time-display .display .year .select-wrapper .scroll-wrapper .scroll-handle-down,
.pano-timeline#compare-pano-timeline-left .time-display .display .year .select-wrapper .scroll-wrapper .scroll-handle-down,
.pano-timeline#compare-pano-timeline-right .time-display .display .year .select-wrapper .scroll-wrapper .scroll-handle-down,
.pano-timeline#archive .time-display .display .month .select-wrapper .scroll-wrapper .scroll-handle-down,
.pano-timeline#compare-pano-timeline-left .time-display .display .month .select-wrapper .scroll-wrapper .scroll-handle-down,
.pano-timeline#compare-pano-timeline-right .time-display .display .month .select-wrapper .scroll-wrapper .scroll-handle-down,
.pano-timeline#archive .time-display .display .day .select-wrapper .scroll-wrapper .scroll-handle-down,
.pano-timeline#compare-pano-timeline-left .time-display .display .day .select-wrapper .scroll-wrapper .scroll-handle-down,
.pano-timeline#compare-pano-timeline-right .time-display .display .day .select-wrapper .scroll-wrapper .scroll-handle-down {
  bottom: 5px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 10px solid rgba(255, 255, 255, 0.5);
  border-bottom: 0;
}
.pano-timeline#archive .time-display .display .year .select-wrapper .scroll-wrapper .wrapper,
.pano-timeline#compare-pano-timeline-left .time-display .display .year .select-wrapper .scroll-wrapper .wrapper,
.pano-timeline#compare-pano-timeline-right .time-display .display .year .select-wrapper .scroll-wrapper .wrapper,
.pano-timeline#archive .time-display .display .month .select-wrapper .scroll-wrapper .wrapper,
.pano-timeline#compare-pano-timeline-left .time-display .display .month .select-wrapper .scroll-wrapper .wrapper,
.pano-timeline#compare-pano-timeline-right .time-display .display .month .select-wrapper .scroll-wrapper .wrapper,
.pano-timeline#archive .time-display .display .day .select-wrapper .scroll-wrapper .wrapper,
.pano-timeline#compare-pano-timeline-left .time-display .display .day .select-wrapper .scroll-wrapper .wrapper,
.pano-timeline#compare-pano-timeline-right .time-display .display .day .select-wrapper .scroll-wrapper .wrapper {
  display: block;
  padding-right: 20px;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: content-box;
}
.pano-timeline#archive .time-display .display .year .select-wrapper .scroll-wrapper .wrapper ul,
.pano-timeline#compare-pano-timeline-left .time-display .display .year .select-wrapper .scroll-wrapper .wrapper ul,
.pano-timeline#compare-pano-timeline-right .time-display .display .year .select-wrapper .scroll-wrapper .wrapper ul,
.pano-timeline#archive .time-display .display .month .select-wrapper .scroll-wrapper .wrapper ul,
.pano-timeline#compare-pano-timeline-left .time-display .display .month .select-wrapper .scroll-wrapper .wrapper ul,
.pano-timeline#compare-pano-timeline-right .time-display .display .month .select-wrapper .scroll-wrapper .wrapper ul,
.pano-timeline#archive .time-display .display .day .select-wrapper .scroll-wrapper .wrapper ul,
.pano-timeline#compare-pano-timeline-left .time-display .display .day .select-wrapper .scroll-wrapper .wrapper ul,
.pano-timeline#compare-pano-timeline-right .time-display .display .day .select-wrapper .scroll-wrapper .wrapper ul {
  position: absolute;
}
.pano-timeline#archive .time-display .display .year .select-wrapper .scroll-wrapper .wrapper ul li,
.pano-timeline#compare-pano-timeline-left .time-display .display .year .select-wrapper .scroll-wrapper .wrapper ul li,
.pano-timeline#compare-pano-timeline-right .time-display .display .year .select-wrapper .scroll-wrapper .wrapper ul li,
.pano-timeline#archive .time-display .display .month .select-wrapper .scroll-wrapper .wrapper ul li,
.pano-timeline#compare-pano-timeline-left .time-display .display .month .select-wrapper .scroll-wrapper .wrapper ul li,
.pano-timeline#compare-pano-timeline-right .time-display .display .month .select-wrapper .scroll-wrapper .wrapper ul li,
.pano-timeline#archive .time-display .display .day .select-wrapper .scroll-wrapper .wrapper ul li,
.pano-timeline#compare-pano-timeline-left .time-display .display .day .select-wrapper .scroll-wrapper .wrapper ul li,
.pano-timeline#compare-pano-timeline-right .time-display .display .day .select-wrapper .scroll-wrapper .wrapper ul li {
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  white-space: nowrap;
  line-height: 26px;
  padding-right: 16px;
  padding-left: 0;
  font-size: 19px;
  word-spacing: 5px;
}
.pano-timeline#archive .time-display .display .year .select-wrapper .scroll-wrapper .wrapper ul li.pin,
.pano-timeline#compare-pano-timeline-left .time-display .display .year .select-wrapper .scroll-wrapper .wrapper ul li.pin,
.pano-timeline#compare-pano-timeline-right .time-display .display .year .select-wrapper .scroll-wrapper .wrapper ul li.pin,
.pano-timeline#archive .time-display .display .month .select-wrapper .scroll-wrapper .wrapper ul li.pin,
.pano-timeline#compare-pano-timeline-left .time-display .display .month .select-wrapper .scroll-wrapper .wrapper ul li.pin,
.pano-timeline#compare-pano-timeline-right .time-display .display .month .select-wrapper .scroll-wrapper .wrapper ul li.pin,
.pano-timeline#archive .time-display .display .day .select-wrapper .scroll-wrapper .wrapper ul li.pin,
.pano-timeline#compare-pano-timeline-left .time-display .display .day .select-wrapper .scroll-wrapper .wrapper ul li.pin,
.pano-timeline#compare-pano-timeline-right .time-display .display .day .select-wrapper .scroll-wrapper .wrapper ul li.pin {
  padding-left: 10px;
}
.pano-timeline#archive .time-display .display .year .select-wrapper .scroll-wrapper .wrapper ul li .hasPin,
.pano-timeline#compare-pano-timeline-left .time-display .display .year .select-wrapper .scroll-wrapper .wrapper ul li .hasPin,
.pano-timeline#compare-pano-timeline-right .time-display .display .year .select-wrapper .scroll-wrapper .wrapper ul li .hasPin,
.pano-timeline#archive .time-display .display .month .select-wrapper .scroll-wrapper .wrapper ul li .hasPin,
.pano-timeline#compare-pano-timeline-left .time-display .display .month .select-wrapper .scroll-wrapper .wrapper ul li .hasPin,
.pano-timeline#compare-pano-timeline-right .time-display .display .month .select-wrapper .scroll-wrapper .wrapper ul li .hasPin,
.pano-timeline#archive .time-display .display .day .select-wrapper .scroll-wrapper .wrapper ul li .hasPin,
.pano-timeline#compare-pano-timeline-left .time-display .display .day .select-wrapper .scroll-wrapper .wrapper ul li .hasPin,
.pano-timeline#compare-pano-timeline-right .time-display .display .day .select-wrapper .scroll-wrapper .wrapper ul li .hasPin,
.pano-timeline#archive .time-display .display .year .select-wrapper .scroll-wrapper .wrapper ul li .video-icon,
.pano-timeline#compare-pano-timeline-left .time-display .display .year .select-wrapper .scroll-wrapper .wrapper ul li .video-icon,
.pano-timeline#compare-pano-timeline-right .time-display .display .year .select-wrapper .scroll-wrapper .wrapper ul li .video-icon,
.pano-timeline#archive .time-display .display .month .select-wrapper .scroll-wrapper .wrapper ul li .video-icon,
.pano-timeline#compare-pano-timeline-left .time-display .display .month .select-wrapper .scroll-wrapper .wrapper ul li .video-icon,
.pano-timeline#compare-pano-timeline-right .time-display .display .month .select-wrapper .scroll-wrapper .wrapper ul li .video-icon,
.pano-timeline#archive .time-display .display .day .select-wrapper .scroll-wrapper .wrapper ul li .video-icon,
.pano-timeline#compare-pano-timeline-left .time-display .display .day .select-wrapper .scroll-wrapper .wrapper ul li .video-icon,
.pano-timeline#compare-pano-timeline-right .time-display .display .day .select-wrapper .scroll-wrapper .wrapper ul li .video-icon {
  display: inline-block;
  width: 12px;
  height: 20px;
  left: 8px;
  top: 6px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.pano-timeline#archive .time-display .display .year .select-wrapper .scroll-wrapper .wrapper ul li .hasPin,
.pano-timeline#compare-pano-timeline-left .time-display .display .year .select-wrapper .scroll-wrapper .wrapper ul li .hasPin,
.pano-timeline#compare-pano-timeline-right .time-display .display .year .select-wrapper .scroll-wrapper .wrapper ul li .hasPin,
.pano-timeline#archive .time-display .display .month .select-wrapper .scroll-wrapper .wrapper ul li .hasPin,
.pano-timeline#compare-pano-timeline-left .time-display .display .month .select-wrapper .scroll-wrapper .wrapper ul li .hasPin,
.pano-timeline#compare-pano-timeline-right .time-display .display .month .select-wrapper .scroll-wrapper .wrapper ul li .hasPin,
.pano-timeline#archive .time-display .display .day .select-wrapper .scroll-wrapper .wrapper ul li .hasPin,
.pano-timeline#compare-pano-timeline-left .time-display .display .day .select-wrapper .scroll-wrapper .wrapper ul li .hasPin,
.pano-timeline#compare-pano-timeline-right .time-display .display .day .select-wrapper .scroll-wrapper .wrapper ul li .hasPin {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2245px%22%20height%3D%2260px%22%20viewBox%3D%220%200%2045%2060%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3Eicon-hotspot-pin%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22export%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Artboard%22%20transform%3D%22translate(-195.000000%2C%20-155.000000)%22%20fill%3D%22%23a3cd00%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22icon-hotspot-pin%22%20transform%3D%22translate(195.000000%2C%20155.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M22.4987904%2C0%20C10.0740679%2C0%200%2C10.0740679%200%2C22.4987904%20C0%2C31.5697875%203.16037711%2C34.1032445%2020.1903211%2C58.7898094%20C21.3071758%2C60.4033969%2023.6952112%2C60.4033969%2024.8119479%2C58.7898094%20C41.8336884%2C34.0997292%2044.9975808%2C31.5686145%2044.9975808%2C22.4987904%20C44.9975808%2C10.0740679%2034.9199976%2C0%2022.4987904%2C0%20Z%20M22.4987904%2C31.767824%20C17.3275835%2C31.767824%2013.1242944%2C27.563362%2013.1242944%2C22.393328%20C13.1242944%2C17.2232941%2017.3310988%2C13.018832%2022.4987904%2C13.018832%20C27.666482%2C13.018832%2031.8732864%2C17.2232905%2031.8732864%2C22.393328%20C31.8732864%2C27.5633638%2027.666482%2C31.767824%2022.4987904%2C31.767824%20Z%22%20id%3D%22Shape%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}
.pano-timeline#archive .time-display .display .year .select-wrapper .scroll-wrapper .wrapper ul li .video-icon,
.pano-timeline#compare-pano-timeline-left .time-display .display .year .select-wrapper .scroll-wrapper .wrapper ul li .video-icon,
.pano-timeline#compare-pano-timeline-right .time-display .display .year .select-wrapper .scroll-wrapper .wrapper ul li .video-icon,
.pano-timeline#archive .time-display .display .month .select-wrapper .scroll-wrapper .wrapper ul li .video-icon,
.pano-timeline#compare-pano-timeline-left .time-display .display .month .select-wrapper .scroll-wrapper .wrapper ul li .video-icon,
.pano-timeline#compare-pano-timeline-right .time-display .display .month .select-wrapper .scroll-wrapper .wrapper ul li .video-icon,
.pano-timeline#archive .time-display .display .day .select-wrapper .scroll-wrapper .wrapper ul li .video-icon,
.pano-timeline#compare-pano-timeline-left .time-display .display .day .select-wrapper .scroll-wrapper .wrapper ul li .video-icon,
.pano-timeline#compare-pano-timeline-right .time-display .display .day .select-wrapper .scroll-wrapper .wrapper ul li .video-icon {
  width: 15px;
  left: 12px;
  top: 8px;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2215px%22%20height%3D%2213px%22%20viewBox%3D%220%200%2015%2013%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3Eicon-film%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Artboard%22%20transform%3D%22translate(-44.000000%2C%20-53.000000)%22%20fill%3D%22%23EDEDED%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M57.6296875%2C53%20C57.8158856%2C53%2057.9741535%2C53.0789929%2058.1044922%2C53.2369792%20C58.2348309%2C53.3949654%2058.3%2C53.5868054%2058.3%2C53.8125%20L58.3%2C65.1875%20C58.3%2C65.4131946%2058.2348309%2C65.6050346%2058.1044922%2C65.7630208%20C57.9741535%2C65.9210071%2057.8158856%2C66%2057.6296875%2C66%20L57.40625%2C66%20L57.40625%2C65.3229167%20C57.40625%2C65.2100696%2057.3736652%2C65.1141491%2057.3084961%2C65.0351562%20C57.243327%2C64.9561634%2057.1641926%2C64.9166667%2057.0710937%2C64.9166667%20L54.9969068%2C64.9166667%20C54.903808%2C64.9166667%2054.8246728%2C64.9561634%2054.7595037%2C65.0351563%20C54.6943346%2C65.1141491%2054.66175%2C65.2100696%2054.66175%2C65.3229167%20L54.66175%2C66%20L47.63825%2C66%20L47.63825%2C65.3229167%20C47.63825%2C65.2100696%2047.6056654%2C65.1141491%2047.5404963%2C65.0351563%20C47.4753272%2C64.9561634%2047.396192%2C64.9166667%2047.3030932%2C64.9166667%20L45.2289062%2C64.9166667%20C45.1358074%2C64.9166667%2045.056673%2C64.9561634%2044.9915039%2C65.0351562%20C44.9263348%2C65.1141491%2044.89375%2C65.2100696%2044.89375%2C65.3229167%20L44.89375%2C66%20L44.6703125%2C66%20C44.4841144%2C66%2044.3258465%2C65.9210071%2044.1955078%2C65.7630208%20C44.0651691%2C65.6050346%2044%2C65.4131946%2044%2C65.1875%20L44%2C53.8125%20C44%2C53.5868054%2044.0651691%2C53.3949654%2044.1955078%2C53.2369792%20C44.3258465%2C53.0789929%2044.4841144%2C53%2044.6703125%2C53%20L44.89375%2C53%20L44.89375%2C53.6770833%20C44.89375%2C53.7899304%2044.9263348%2C53.8858509%2044.9915039%2C53.9648438%20C45.056673%2C54.0438366%2045.1358074%2C54.0833333%2045.2289062%2C54.0833333%20L47.3030932%2C54.0833333%20C47.396192%2C54.0833333%2047.4753272%2C54.0438366%2047.5404963%2C53.9648438%20C47.6056654%2C53.8858509%2047.63825%2C53.7899304%2047.63825%2C53.6770833%20L47.63825%2C53%20L54.66175%2C53%20L54.66175%2C53.6770833%20C54.66175%2C53.7899304%2054.6943346%2C53.8858509%2054.7595037%2C53.9648438%20C54.8246728%2C54.0438366%2054.903808%2C54.0833333%2054.9969068%2C54.0833333%20L57.0710937%2C54.0833333%20C57.1641926%2C54.0833333%2057.243327%2C54.0438366%2057.3084961%2C53.9648438%20C57.3736652%2C53.8858509%2057.40625%2C53.7899304%2057.40625%2C53.6770833%20L57.40625%2C53%20L57.6296875%2C53%20Z%20M47.64375%2C63.4270833%20L47.64375%2C62.0729167%20C47.64375%2C61.9600696%2047.5936196%2C61.8641491%2047.4933594%2C61.7851563%20C47.3930992%2C61.7061634%2047.2713539%2C61.6666667%2047.128125%2C61.6666667%20L45.409375%2C61.6666667%20C45.2661461%2C61.6666667%2045.1444008%2C61.7061634%2045.0441406%2C61.7851563%20C44.9438804%2C61.8641491%2044.89375%2C61.9600696%2044.89375%2C62.0729167%20L44.89375%2C63.4270833%20C44.89375%2C63.5399304%2044.9438804%2C63.6358509%2045.0441406%2C63.7148438%20C45.1444008%2C63.7938366%2045.2661461%2C63.8333333%2045.409375%2C63.8333333%20L47.128125%2C63.8333333%20C47.2713539%2C63.8333333%2047.3930992%2C63.7938366%2047.4933594%2C63.7148438%20C47.5936196%2C63.6358509%2047.64375%2C63.5399304%2047.64375%2C63.4270833%20Z%20M47.64375%2C60.1770833%20L47.64375%2C58.8229167%20C47.64375%2C58.7100696%2047.5936196%2C58.6141491%2047.4933594%2C58.5351563%20C47.3930992%2C58.4561634%2047.2713539%2C58.4166667%2047.128125%2C58.4166667%20L45.409375%2C58.4166667%20C45.2661461%2C58.4166667%2045.1444008%2C58.4561634%2045.0441406%2C58.5351563%20C44.9438804%2C58.6141491%2044.89375%2C58.7100696%2044.89375%2C58.8229167%20L44.89375%2C60.1770833%20C44.89375%2C60.2899304%2044.9438804%2C60.3858509%2045.0441406%2C60.4648438%20C45.1444008%2C60.5438366%2045.2661461%2C60.5833333%2045.409375%2C60.5833333%20L47.128125%2C60.5833333%20C47.2713539%2C60.5833333%2047.3930992%2C60.5438366%2047.4933594%2C60.4648438%20C47.5936196%2C60.3858509%2047.64375%2C60.2899304%2047.64375%2C60.1770833%20Z%20M47.64375%2C56.9270833%20L47.64375%2C55.5729167%20C47.64375%2C55.4600696%2047.5936196%2C55.3641491%2047.4933594%2C55.2851563%20C47.3930992%2C55.2061634%2047.2713539%2C55.1666667%2047.128125%2C55.1666667%20L45.409375%2C55.1666667%20C45.2661461%2C55.1666667%2045.1444008%2C55.2061634%2045.0441406%2C55.2851563%20C44.9438804%2C55.3641491%2044.89375%2C55.4600696%2044.89375%2C55.5729167%20L44.89375%2C56.9270833%20C44.89375%2C57.0399304%2044.9438804%2C57.1358509%2045.0441406%2C57.2148438%20C45.1444008%2C57.2938366%2045.2661461%2C57.3333333%2045.409375%2C57.3333333%20L47.128125%2C57.3333333%20C47.2713539%2C57.3333333%2047.3930992%2C57.2938366%2047.4933594%2C57.2148438%20C47.5936196%2C57.1358509%2047.64375%2C57.0399304%2047.64375%2C56.9270833%20Z%20M57.409%2C63.4270833%20L57.409%2C62.0729167%20C57.409%2C61.9600696%2057.3588696%2C61.8641491%2057.2586094%2C61.7851563%20C57.1583492%2C61.7061634%2057.0366039%2C61.6666667%2056.893375%2C61.6666667%20L55.174625%2C61.6666667%20C55.0313961%2C61.6666667%2054.9096508%2C61.7061634%2054.8093906%2C61.7851563%20C54.7091304%2C61.8641491%2054.659%2C61.9600696%2054.659%2C62.0729167%20L54.659%2C63.4270833%20C54.659%2C63.5399304%2054.7091304%2C63.6358509%2054.8093906%2C63.7148438%20C54.9096508%2C63.7938366%2055.0313961%2C63.8333333%2055.174625%2C63.8333333%20L56.893375%2C63.8333333%20C57.0366039%2C63.8333333%2057.1583492%2C63.7938366%2057.2586094%2C63.7148438%20C57.3588696%2C63.6358509%2057.409%2C63.5399304%2057.409%2C63.4270833%20Z%20M57.409%2C60.1770833%20L57.409%2C58.8229167%20C57.409%2C58.7100696%2057.3588696%2C58.6141491%2057.2586094%2C58.5351563%20C57.1583492%2C58.4561634%2057.0366039%2C58.4166667%2056.893375%2C58.4166667%20L55.174625%2C58.4166667%20C55.0313961%2C58.4166667%2054.9096508%2C58.4561634%2054.8093906%2C58.5351563%20C54.7091304%2C58.6141491%2054.659%2C58.7100696%2054.659%2C58.8229167%20L54.659%2C60.1770833%20C54.659%2C60.2899304%2054.7091304%2C60.3858509%2054.8093906%2C60.4648438%20C54.9096508%2C60.5438366%2055.0313961%2C60.5833333%2055.174625%2C60.5833333%20L56.893375%2C60.5833333%20C57.0366039%2C60.5833333%2057.1583492%2C60.5438366%2057.2586094%2C60.4648438%20C57.3588696%2C60.3858509%2057.409%2C60.2899304%2057.409%2C60.1770833%20Z%20M57.409%2C56.9270833%20L57.409%2C55.5729167%20C57.409%2C55.4600696%2057.3588696%2C55.3641491%2057.2586094%2C55.2851563%20C57.1583492%2C55.2061634%2057.0366039%2C55.1666667%2056.893375%2C55.1666667%20L55.174625%2C55.1666667%20C55.0313961%2C55.1666667%2054.9096508%2C55.2061634%2054.8093906%2C55.2851563%20C54.7091304%2C55.3641491%2054.659%2C55.4600696%2054.659%2C55.5729167%20L54.659%2C56.9270833%20C54.659%2C57.0399304%2054.7091304%2C57.1358509%2054.8093906%2C57.2148438%20C54.9096508%2C57.2938366%2055.0313961%2C57.3333333%2055.174625%2C57.3333333%20L56.893375%2C57.3333333%20C57.0366039%2C57.3333333%2057.1583492%2C57.2938366%2057.2586094%2C57.2148438%20C57.3588696%2C57.1358509%2057.409%2C57.0399304%2057.409%2C56.9270833%20Z%22%20id%3D%22icon-film%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}
.pano-timeline#archive .time-display .display .year .select-wrapper .scroll-wrapper .wrapper ul li:hover,
.pano-timeline#compare-pano-timeline-left .time-display .display .year .select-wrapper .scroll-wrapper .wrapper ul li:hover,
.pano-timeline#compare-pano-timeline-right .time-display .display .year .select-wrapper .scroll-wrapper .wrapper ul li:hover,
.pano-timeline#archive .time-display .display .month .select-wrapper .scroll-wrapper .wrapper ul li:hover,
.pano-timeline#compare-pano-timeline-left .time-display .display .month .select-wrapper .scroll-wrapper .wrapper ul li:hover,
.pano-timeline#compare-pano-timeline-right .time-display .display .month .select-wrapper .scroll-wrapper .wrapper ul li:hover,
.pano-timeline#archive .time-display .display .day .select-wrapper .scroll-wrapper .wrapper ul li:hover,
.pano-timeline#compare-pano-timeline-left .time-display .display .day .select-wrapper .scroll-wrapper .wrapper ul li:hover,
.pano-timeline#compare-pano-timeline-right .time-display .display .day .select-wrapper .scroll-wrapper .wrapper ul li:hover,
.pano-timeline#archive .time-display .display .year .select-wrapper .scroll-wrapper .wrapper ul li.active,
.pano-timeline#compare-pano-timeline-left .time-display .display .year .select-wrapper .scroll-wrapper .wrapper ul li.active,
.pano-timeline#compare-pano-timeline-right .time-display .display .year .select-wrapper .scroll-wrapper .wrapper ul li.active,
.pano-timeline#archive .time-display .display .month .select-wrapper .scroll-wrapper .wrapper ul li.active,
.pano-timeline#compare-pano-timeline-left .time-display .display .month .select-wrapper .scroll-wrapper .wrapper ul li.active,
.pano-timeline#compare-pano-timeline-right .time-display .display .month .select-wrapper .scroll-wrapper .wrapper ul li.active,
.pano-timeline#archive .time-display .display .day .select-wrapper .scroll-wrapper .wrapper ul li.active,
.pano-timeline#compare-pano-timeline-left .time-display .display .day .select-wrapper .scroll-wrapper .wrapper ul li.active,
.pano-timeline#compare-pano-timeline-right .time-display .display .day .select-wrapper .scroll-wrapper .wrapper ul li.active {
  font-size: 23px;
}
.pano-timeline#archive .time-display .display .year .select-wrapper .scroll-wrapper .wrapper ul li:hover .hasPin,
.pano-timeline#compare-pano-timeline-left .time-display .display .year .select-wrapper .scroll-wrapper .wrapper ul li:hover .hasPin,
.pano-timeline#compare-pano-timeline-right .time-display .display .year .select-wrapper .scroll-wrapper .wrapper ul li:hover .hasPin,
.pano-timeline#archive .time-display .display .month .select-wrapper .scroll-wrapper .wrapper ul li:hover .hasPin,
.pano-timeline#compare-pano-timeline-left .time-display .display .month .select-wrapper .scroll-wrapper .wrapper ul li:hover .hasPin,
.pano-timeline#compare-pano-timeline-right .time-display .display .month .select-wrapper .scroll-wrapper .wrapper ul li:hover .hasPin,
.pano-timeline#archive .time-display .display .day .select-wrapper .scroll-wrapper .wrapper ul li:hover .hasPin,
.pano-timeline#compare-pano-timeline-left .time-display .display .day .select-wrapper .scroll-wrapper .wrapper ul li:hover .hasPin,
.pano-timeline#compare-pano-timeline-right .time-display .display .day .select-wrapper .scroll-wrapper .wrapper ul li:hover .hasPin,
.pano-timeline#archive .time-display .display .year .select-wrapper .scroll-wrapper .wrapper ul li.active .hasPin,
.pano-timeline#compare-pano-timeline-left .time-display .display .year .select-wrapper .scroll-wrapper .wrapper ul li.active .hasPin,
.pano-timeline#compare-pano-timeline-right .time-display .display .year .select-wrapper .scroll-wrapper .wrapper ul li.active .hasPin,
.pano-timeline#archive .time-display .display .month .select-wrapper .scroll-wrapper .wrapper ul li.active .hasPin,
.pano-timeline#compare-pano-timeline-left .time-display .display .month .select-wrapper .scroll-wrapper .wrapper ul li.active .hasPin,
.pano-timeline#compare-pano-timeline-right .time-display .display .month .select-wrapper .scroll-wrapper .wrapper ul li.active .hasPin,
.pano-timeline#archive .time-display .display .day .select-wrapper .scroll-wrapper .wrapper ul li.active .hasPin,
.pano-timeline#compare-pano-timeline-left .time-display .display .day .select-wrapper .scroll-wrapper .wrapper ul li.active .hasPin,
.pano-timeline#compare-pano-timeline-right .time-display .display .day .select-wrapper .scroll-wrapper .wrapper ul li.active .hasPin {
  width: 13px;
  height: 24px;
  left: 8px;
  top: 8px;
}
.pano-timeline#archive .time-display .display .year .select-wrapper .scroll-wrapper .wrapper ul li:hover .video-icon,
.pano-timeline#compare-pano-timeline-left .time-display .display .year .select-wrapper .scroll-wrapper .wrapper ul li:hover .video-icon,
.pano-timeline#compare-pano-timeline-right .time-display .display .year .select-wrapper .scroll-wrapper .wrapper ul li:hover .video-icon,
.pano-timeline#archive .time-display .display .month .select-wrapper .scroll-wrapper .wrapper ul li:hover .video-icon,
.pano-timeline#compare-pano-timeline-left .time-display .display .month .select-wrapper .scroll-wrapper .wrapper ul li:hover .video-icon,
.pano-timeline#compare-pano-timeline-right .time-display .display .month .select-wrapper .scroll-wrapper .wrapper ul li:hover .video-icon,
.pano-timeline#archive .time-display .display .day .select-wrapper .scroll-wrapper .wrapper ul li:hover .video-icon,
.pano-timeline#compare-pano-timeline-left .time-display .display .day .select-wrapper .scroll-wrapper .wrapper ul li:hover .video-icon,
.pano-timeline#compare-pano-timeline-right .time-display .display .day .select-wrapper .scroll-wrapper .wrapper ul li:hover .video-icon,
.pano-timeline#archive .time-display .display .year .select-wrapper .scroll-wrapper .wrapper ul li.active .video-icon,
.pano-timeline#compare-pano-timeline-left .time-display .display .year .select-wrapper .scroll-wrapper .wrapper ul li.active .video-icon,
.pano-timeline#compare-pano-timeline-right .time-display .display .year .select-wrapper .scroll-wrapper .wrapper ul li.active .video-icon,
.pano-timeline#archive .time-display .display .month .select-wrapper .scroll-wrapper .wrapper ul li.active .video-icon,
.pano-timeline#compare-pano-timeline-left .time-display .display .month .select-wrapper .scroll-wrapper .wrapper ul li.active .video-icon,
.pano-timeline#compare-pano-timeline-right .time-display .display .month .select-wrapper .scroll-wrapper .wrapper ul li.active .video-icon,
.pano-timeline#archive .time-display .display .day .select-wrapper .scroll-wrapper .wrapper ul li.active .video-icon,
.pano-timeline#compare-pano-timeline-left .time-display .display .day .select-wrapper .scroll-wrapper .wrapper ul li.active .video-icon,
.pano-timeline#compare-pano-timeline-right .time-display .display .day .select-wrapper .scroll-wrapper .wrapper ul li.active .video-icon {
  width: 18px;
  top: 5px;
  left: 8px;
}
.pano-timeline#archive .time-display .display .year .select-wrapper .scroll-wrapper .wrapper ul li.has-hd-images:after,
.pano-timeline#compare-pano-timeline-left .time-display .display .year .select-wrapper .scroll-wrapper .wrapper ul li.has-hd-images:after,
.pano-timeline#compare-pano-timeline-right .time-display .display .year .select-wrapper .scroll-wrapper .wrapper ul li.has-hd-images:after,
.pano-timeline#archive .time-display .display .month .select-wrapper .scroll-wrapper .wrapper ul li.has-hd-images:after,
.pano-timeline#compare-pano-timeline-left .time-display .display .month .select-wrapper .scroll-wrapper .wrapper ul li.has-hd-images:after,
.pano-timeline#compare-pano-timeline-right .time-display .display .month .select-wrapper .scroll-wrapper .wrapper ul li.has-hd-images:after,
.pano-timeline#archive .time-display .display .day .select-wrapper .scroll-wrapper .wrapper ul li.has-hd-images:after,
.pano-timeline#compare-pano-timeline-left .time-display .display .day .select-wrapper .scroll-wrapper .wrapper ul li.has-hd-images:after,
.pano-timeline#compare-pano-timeline-right .time-display .display .day .select-wrapper .scroll-wrapper .wrapper ul li.has-hd-images:after {
  content: 'HD';
  color: #000;
  background-color: #666;
  border-radius: 3px;
  margin-left: 10px;
  font-size: 50%;
  font-weight: 700;
  padding-left: 2px;
  padding-right: 2px;
  vertical-align: bottom;
}
.pano-timeline#archive .time-display .display .year .select-wrapper .scroll-wrapper.select-disabled .wrapper,
.pano-timeline#compare-pano-timeline-left .time-display .display .year .select-wrapper .scroll-wrapper.select-disabled .wrapper,
.pano-timeline#compare-pano-timeline-right .time-display .display .year .select-wrapper .scroll-wrapper.select-disabled .wrapper,
.pano-timeline#archive .time-display .display .month .select-wrapper .scroll-wrapper.select-disabled .wrapper,
.pano-timeline#compare-pano-timeline-left .time-display .display .month .select-wrapper .scroll-wrapper.select-disabled .wrapper,
.pano-timeline#compare-pano-timeline-right .time-display .display .month .select-wrapper .scroll-wrapper.select-disabled .wrapper,
.pano-timeline#archive .time-display .display .day .select-wrapper .scroll-wrapper.select-disabled .wrapper,
.pano-timeline#compare-pano-timeline-left .time-display .display .day .select-wrapper .scroll-wrapper.select-disabled .wrapper,
.pano-timeline#compare-pano-timeline-right .time-display .display .day .select-wrapper .scroll-wrapper.select-disabled .wrapper {
  display: none;
}
.pano-timeline#archive .time-display .display.current,
.pano-timeline#compare-pano-timeline-left .time-display .display.current,
.pano-timeline#compare-pano-timeline-right .time-display .display.current {
  display: block;
}
.pano-timeline#archive .time-display .display.selection,
.pano-timeline#compare-pano-timeline-left .time-display .display.selection,
.pano-timeline#compare-pano-timeline-right .time-display .display.selection {
  display: none;
}
.pano-timeline#archive .time-display .display:hover .year,
.pano-timeline#compare-pano-timeline-left .time-display .display:hover .year,
.pano-timeline#compare-pano-timeline-right .time-display .display:hover .year,
.pano-timeline#archive .time-display .display:hover .month,
.pano-timeline#compare-pano-timeline-left .time-display .display:hover .month,
.pano-timeline#compare-pano-timeline-right .time-display .display:hover .month,
.pano-timeline#archive .time-display .display:hover .day,
.pano-timeline#compare-pano-timeline-left .time-display .display:hover .day,
.pano-timeline#compare-pano-timeline-right .time-display .display:hover .day {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFMAAAAsCAYAAAAZxoQUAAABj0lEQVR4Ae3bJbAVYQDF8bfXcbeIRyg4xNcLGkk0Kn3QXmkk+pBwLbi7uxQc1vmHszPfbMHhyTkzv/lW2n9uvBuVZdk3CDYeGT5iwG4wxJyBVbiFSxiwa2Egbyw2YwX24QVe+5f58xuDLehHE19xGHtwdzjGjKSFhs6mNKSJSKqNxias0PtqOa5hL66j1PNSchSSS4ZCZykDMGYQSzpoSyvQ1bOezq6et6UhfXrXj3l6Vl+BmziFd9UzSSVDjBRfdcbIAqkkyP5E7AhnUZ/nmI7pmJ5jOqZjOqbnmI7pmJ5jOqZjOqbnmI7pmJ5jOqZjeo7pmI7pmJ5jOqZjeo7pmI7pmN7/+7NrA010pBVoo6OzKx2deqd/DjPWwGQswSy0UV+JNziKpyiC5zkSpIiRIJY0eJcFEslRoPwPMX86dktnXSTVGpiDDViIRi3kQ+zGDRThO8nrkIWxBuvXFiVySfCje44cPcxHEwXuYhcu+2uLn99ibMQCPMY2XMXPzjG1uViDAziD35hjdnQmGND7BkPzow04F4nUAAAAAElFTkSuQmCC") 50% 50% no-repeat;
  cursor: pointer;
}
.pano-timeline#archive .time-display .display:hover .year.select-disabled,
.pano-timeline#compare-pano-timeline-left .time-display .display:hover .year.select-disabled,
.pano-timeline#compare-pano-timeline-right .time-display .display:hover .year.select-disabled,
.pano-timeline#archive .time-display .display:hover .month.select-disabled,
.pano-timeline#compare-pano-timeline-left .time-display .display:hover .month.select-disabled,
.pano-timeline#compare-pano-timeline-right .time-display .display:hover .month.select-disabled,
.pano-timeline#archive .time-display .display:hover .day.select-disabled,
.pano-timeline#compare-pano-timeline-left .time-display .display:hover .day.select-disabled,
.pano-timeline#compare-pano-timeline-right .time-display .display:hover .day.select-disabled {
  background-image: none !important;
}
.pano-timeline#archive .time-display .display:hover .year,
.pano-timeline#compare-pano-timeline-left .time-display .display:hover .year,
.pano-timeline#compare-pano-timeline-right .time-display .display:hover .year {
  background-size: 100% 65%;
}
.pano-timeline#archive .preview-container,
.pano-timeline#compare-pano-timeline-left .preview-container,
.pano-timeline#compare-pano-timeline-right .preview-container {
  top: -175px;
}
.pano-timeline#archive.thumb-selected .preview-image-container,
.pano-timeline#compare-pano-timeline-left.thumb-selected .preview-image-container,
.pano-timeline#compare-pano-timeline-right.thumb-selected .preview-image-container {
  display: none !important;
}
.pano-timeline#archive.timeline-selected .timeline-container .timeline .pano-shot a .thumbnail-container,
.pano-timeline#compare-pano-timeline-left.timeline-selected .timeline-container .timeline .pano-shot a .thumbnail-container,
.pano-timeline#compare-pano-timeline-right.timeline-selected .timeline-container .timeline .pano-shot a .thumbnail-container {
  display: none !important;
}
.pano-timeline#archive .control,
.pano-timeline#compare-pano-timeline-left .control,
.pano-timeline#compare-pano-timeline-right .control {
  position: absolute;
  width: 50px;
  height: 76px;
  cursor: pointer;
}
.pano-timeline#archive .control .arrow,
.pano-timeline#compare-pano-timeline-left .control .arrow,
.pano-timeline#compare-pano-timeline-right .control .arrow {
  display: block;
  position: absolute;
  top: 30px;
}
.pano-timeline#archive .control.disabled,
.pano-timeline#compare-pano-timeline-left .control.disabled,
.pano-timeline#compare-pano-timeline-right .control.disabled {
  cursor: default;
}
.pano-timeline#archive .control.disabled .arrow,
.pano-timeline#compare-pano-timeline-left .control.disabled .arrow,
.pano-timeline#compare-pano-timeline-right .control.disabled .arrow {
  cursor: default;
}
.pano-timeline#archive .control.disabled .extended-control,
.pano-timeline#compare-pano-timeline-left .control.disabled .extended-control,
.pano-timeline#compare-pano-timeline-right .control.disabled .extended-control {
  display: none !important;
}
.pano-timeline#archive .control .extended-control,
.pano-timeline#compare-pano-timeline-left .control .extended-control,
.pano-timeline#compare-pano-timeline-right .control .extended-control {
  display: none;
  position: absolute;
  font-size: 0.7em;
  bottom: 46px;
  padding-bottom: 4px;
  z-index: 10;
}
.pano-timeline#archive .control .extended-control ul,
.pano-timeline#compare-pano-timeline-left .control .extended-control ul,
.pano-timeline#compare-pano-timeline-right .control .extended-control ul {
  background-color: #000000;
  /* Old browsers */
  background-color: rgba(0, 0, 0, 0.75);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#bf000000,endColorstr=#bf000000)";
}
.pano-timeline#archive .control .extended-control ul li a,
.pano-timeline#compare-pano-timeline-left .control .extended-control ul li a,
.pano-timeline#compare-pano-timeline-right .control .extended-control ul li a {
  position: relative;
  display: block;
  width: 100%;
  color: #ffffff;
  text-decoration: none;
  line-height: 1.3em;
  white-space: nowrap;
}
.pano-timeline#archive .control .extended-control ul li a:after,
.pano-timeline#compare-pano-timeline-left .control .extended-control ul li a:after,
.pano-timeline#compare-pano-timeline-right .control .extended-control ul li a:after {
  content: '';
  position: absolute;
  display: block;
  top: 5px;
  margin-top: -2.5px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #ffffff;
  border-left: 0;
}
.pano-timeline#archive .control .extended-control ul li.active a,
.pano-timeline#compare-pano-timeline-left .control .extended-control ul li.active a,
.pano-timeline#compare-pano-timeline-right .control .extended-control ul li.active a,
.pano-timeline#archive .control .extended-control ul li a:hover,
.pano-timeline#compare-pano-timeline-left .control .extended-control ul li a:hover,
.pano-timeline#compare-pano-timeline-right .control .extended-control ul li a:hover,
.pano-timeline#archive .control .extended-control ul li a:focus,
.pano-timeline#compare-pano-timeline-left .control .extended-control ul li a:focus,
.pano-timeline#compare-pano-timeline-right .control .extended-control ul li a:focus {
  color: #000000;
  background-color: #ffffff;
}
.pano-timeline#archive .control .extended-control ul li.disabled,
.pano-timeline#compare-pano-timeline-left .control .extended-control ul li.disabled,
.pano-timeline#compare-pano-timeline-right .control .extended-control ul li.disabled {
  display: none;
}
.pano-timeline#archive .control.previous,
.pano-timeline#compare-pano-timeline-left .control.previous,
.pano-timeline#compare-pano-timeline-right .control.previous {
  left: 0;
}
.pano-timeline#archive .control.previous .arrow,
.pano-timeline#compare-pano-timeline-left .control.previous .arrow,
.pano-timeline#compare-pano-timeline-right .control.previous .arrow {
  left: 0;
  width: 0;
  height: 0;
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent;
  border-right: 23px solid #ffffff;
  border-left: 0;
}
.pano-timeline#archive .control.previous.disabled .arrow,
.pano-timeline#compare-pano-timeline-left .control.previous.disabled .arrow,
.pano-timeline#compare-pano-timeline-right .control.previous.disabled .arrow {
  width: 0;
  height: 0;
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent;
  border-right: 23px solid rgba(0, 0, 0, 0.75);
  border-left: 0;
}
.pano-timeline#archive .control.previous .extended-control,
.pano-timeline#compare-pano-timeline-left .control.previous .extended-control,
.pano-timeline#compare-pano-timeline-right .control.previous .extended-control {
  left: 0;
}
.pano-timeline#archive .control.previous .extended-control ul li a,
.pano-timeline#compare-pano-timeline-left .control.previous .extended-control ul li a,
.pano-timeline#compare-pano-timeline-right .control.previous .extended-control ul li a {
  padding: 0 0.5em 0 1.5em;
}
.pano-timeline#archive .control.previous .extended-control ul li a:after,
.pano-timeline#compare-pano-timeline-left .control.previous .extended-control ul li a:after,
.pano-timeline#compare-pano-timeline-right .control.previous .extended-control ul li a:after {
  left: 0.5em;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #ffffff;
  border-left: 0;
}
.pano-timeline#archive .control.previous .extended-control ul li.active a:after,
.pano-timeline#compare-pano-timeline-left .control.previous .extended-control ul li.active a:after,
.pano-timeline#compare-pano-timeline-right .control.previous .extended-control ul li.active a:after,
.pano-timeline#archive .control.previous .extended-control ul li a:hover:after,
.pano-timeline#compare-pano-timeline-left .control.previous .extended-control ul li a:hover:after,
.pano-timeline#compare-pano-timeline-right .control.previous .extended-control ul li a:hover:after,
.pano-timeline#archive .control.previous .extended-control ul li a:focus:after,
.pano-timeline#compare-pano-timeline-left .control.previous .extended-control ul li a:focus:after,
.pano-timeline#compare-pano-timeline-right .control.previous .extended-control ul li a:focus:after {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000000;
  border-left: 0;
}
.pano-timeline#archive .control.next,
.pano-timeline#compare-pano-timeline-left .control.next,
.pano-timeline#compare-pano-timeline-right .control.next {
  right: 0;
}
.pano-timeline#archive .control.next .arrow,
.pano-timeline#compare-pano-timeline-left .control.next .arrow,
.pano-timeline#compare-pano-timeline-right .control.next .arrow {
  right: 0;
  width: 0;
  height: 0;
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent;
  border-left: 23px solid #ffffff;
  border-right: 0;
}
.pano-timeline#archive .control.next.disabled .arrow,
.pano-timeline#compare-pano-timeline-left .control.next.disabled .arrow,
.pano-timeline#compare-pano-timeline-right .control.next.disabled .arrow {
  width: 0;
  height: 0;
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent;
  border-left: 23px solid rgba(0, 0, 0, 0.75);
  border-right: 0;
}
.pano-timeline#archive .control.next .extended-control,
.pano-timeline#compare-pano-timeline-left .control.next .extended-control,
.pano-timeline#compare-pano-timeline-right .control.next .extended-control {
  right: 0;
}
.pano-timeline#archive .control.next .extended-control ul li a,
.pano-timeline#compare-pano-timeline-left .control.next .extended-control ul li a,
.pano-timeline#compare-pano-timeline-right .control.next .extended-control ul li a {
  padding: 0 1.5em 0 0.5em;
}
.pano-timeline#archive .control.next .extended-control ul li a:after,
.pano-timeline#compare-pano-timeline-left .control.next .extended-control ul li a:after,
.pano-timeline#compare-pano-timeline-right .control.next .extended-control ul li a:after {
  right: 0.5em;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #ffffff;
  border-right: 0;
}
.pano-timeline#archive .control.next .extended-control ul li.active a:after,
.pano-timeline#compare-pano-timeline-left .control.next .extended-control ul li.active a:after,
.pano-timeline#compare-pano-timeline-right .control.next .extended-control ul li.active a:after,
.pano-timeline#archive .control.next .extended-control ul li a:hover:after,
.pano-timeline#compare-pano-timeline-left .control.next .extended-control ul li a:hover:after,
.pano-timeline#compare-pano-timeline-right .control.next .extended-control ul li a:hover:after,
.pano-timeline#archive .control.next .extended-control ul li a:focus:after,
.pano-timeline#compare-pano-timeline-left .control.next .extended-control ul li a:focus:after,
.pano-timeline#compare-pano-timeline-right .control.next .extended-control ul li a:focus:after {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
  border-right: 0;
}
.pano-timeline#archive .control:hover .extended-control,
.pano-timeline#compare-pano-timeline-left .control:hover .extended-control,
.pano-timeline#compare-pano-timeline-right .control:hover .extended-control,
.pano-timeline#archive .control.active .extended-control,
.pano-timeline#compare-pano-timeline-left .control.active .extended-control,
.pano-timeline#compare-pano-timeline-right .control.active .extended-control {
  display: block;
}
.pano-timeline#archive.weather-visible,
.pano-timeline#compare-pano-timeline-left.weather-visible,
.pano-timeline#compare-pano-timeline-right.weather-visible {
  height: 365px;
}
.pano-timeline#archive.weather-visible .timeline-container .timeline-bar-container,
.pano-timeline#compare-pano-timeline-left.weather-visible .timeline-container .timeline-bar-container,
.pano-timeline#compare-pano-timeline-right.weather-visible .timeline-container .timeline-bar-container {
  top: 0;
}
.pano-timeline#archive .weather-container,
.pano-timeline#compare-pano-timeline-left .weather-container,
.pano-timeline#compare-pano-timeline-right .weather-container {
  display: none;
  text-align: center;
}
.pano-timeline#archive .weather-container.visible,
.pano-timeline#compare-pano-timeline-left .weather-container.visible,
.pano-timeline#compare-pano-timeline-right .weather-container.visible {
  display: block;
}
.pano-timeline#archive .weather-container .items,
.pano-timeline#compare-pano-timeline-left .weather-container .items,
.pano-timeline#compare-pano-timeline-right .weather-container .items {
  background-color: #000000;
  /* Old browsers */
  background-color: rgba(0, 0, 0, 0.6);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000)";
  display: inline-block;
  height: 16px;
}
.pano-timeline#archive .weather-container .items .item,
.pano-timeline#compare-pano-timeline-left .weather-container .items .item,
.pano-timeline#compare-pano-timeline-right .weather-container .items .item {
  display: inline-block;
  padding: 2px 10px 0 25px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  border-bottom: 1px solid transparent;
  cursor: pointer;
  height: 16px;
  vertical-align: top;
}
.pano-timeline#archive .weather-container .items .item.ld-temp,
.pano-timeline#compare-pano-timeline-left .weather-container .items .item.ld-temp,
.pano-timeline#compare-pano-timeline-right .weather-container .items .item.ld-temp {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAXklEQVR4AWP4//8/NqwAxBZAzIEuh02xBBBXAHEECKPL4zI9AUYPew3QYMwAhQ40tBpAGvFpMABrQIS/A0gzTg3QyApA4muAnIVPgwA00hygijMghhCO6QCoyRbo8gC2KLtY6OczrQAAAABJRU5ErkJggg==") 10px center no-repeat;
}
.pano-timeline#archive .weather-container .items .item.ld-temp.active,
.pano-timeline#compare-pano-timeline-left .weather-container .items .item.ld-temp.active,
.pano-timeline#compare-pano-timeline-right .weather-container .items .item.ld-temp.active {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAXklEQVR4AWPABv6nqzkAcQEQC2DKYio2AOIPQLwBhJHl8Jl+AEYPew2gYATiC6DQgYbWf5BGfBoSoBoEoPwGvEELjawFSPwAvM4CSipAI60BpBhqWwExMb0AZDI2xQDpAmpgs2m6hAAAAABJRU5ErkJggg==") 10px center no-repeat;
  color: #FF6430;
  border-bottom-color: #FF6430;
}
.pano-timeline#archive .weather-container .items .item.ld-wind_speed,
.pano-timeline#compare-pano-timeline-left .weather-container .items .item.ld-wind_speed,
.pano-timeline#compare-pano-timeline-right .weather-container .items .item.ld-wind_speed {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAmUlEQVR4AXWRoQ7EIBBEKyuRlchK5MmTK5EnkUgkkj/npsmSvPSuJC8ps7Ob2bLxzDmjMFGctwj00JzFENWNJppr6W42FJ4GnUsILrxgKuLA/SPauiTRuYcPyNAO18LmeQsmD6eLHU1DxNVQEc9E505XIxo8An4fohq+B4tNVEa45e/ciWIVJ2Ik6PvPJCxNMs08fJd48a/+BY5WHYPrXreIAAAAAElFTkSuQmCC") 10px center no-repeat;
}
.pano-timeline#archive .weather-container .items .item.ld-wind_speed.active,
.pano-timeline#compare-pano-timeline-left .weather-container .items .item.ld-wind_speed.active,
.pano-timeline#compare-pano-timeline-right .weather-container .items .item.ld-wind_speed.active {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAnUlEQVR4AW1PAQ3DMAwrhEEohEEohEEohEM4hEIIhEMYhEIohDHIE925rCqWLG2OnTqFoarNOIw3+DZW9rBZ9IfpRgQXtL6bxzbIFl0hVAivAqDOSf8f44qfbny2OxxC2gmtFvS9aXPgMR4UcrQITKo33Mw3eZAD7f8cAVUHfSsPl3FyBe6PFyUTPXRRjU76kW2KoxkCcw4c3pzZ/Av/Ajbppd6HGgAAAABJRU5ErkJggg==") 10px center no-repeat;
  color: #FFFFFF;
  border-bottom-color: #FFFFFF;
}
.pano-timeline#archive .weather-container .items .item.ld-rain,
.pano-timeline#compare-pano-timeline-left .weather-container .items .item.ld-rain,
.pano-timeline#compare-pano-timeline-right .weather-container .items .item.ld-rain {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAeklEQVR4AWOgCvj//78CCBNSxAHEFkCcAMQNIAxlO4DksCnOgCpQQBLXgIplQDQhJCKAOACP7QEgNTCOBNT6DKiEBkwBlO0BlWsAqWWAujsDSbICxIfiCphGKN8BlxMccElSpgFqNQfxGhDhHgHyGzEaJKCaIiDhjgkACCbKR1qm1wEAAAAASUVORK5CYII=") 10px center no-repeat;
}
.pano-timeline#archive .weather-container .items .item.ld-rain.active,
.pano-timeline#compare-pano-timeline-left .weather-container .items .item.ld-rain.active,
.pano-timeline#compare-pano-timeline-right .weather-container .items .item.ld-rain.active {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAfElEQVR4AWOgCija8d8BhAkpEgDiAiA+AMT/QRjKbgDJYVN8AarAAUk8ACQGlRNA1rABiBfgsX0BSA2MYwC1/gJUIgCmAMqeAJKDqjFggLr7ApLkBxAfij/ANEL5Dbic0IBLkjINUKsFiNYAC3eouwuI0WAA1bQBEu6YAAAvvqfrMh3vVAAAAABJRU5ErkJggg==") 10px center no-repeat;
  color: #72B8FF;
  border-bottom-color: #72B8FF;
}
.pano-timeline#archive .weather-container .items .item .title,
.pano-timeline#compare-pano-timeline-left .weather-container .items .item .title,
.pano-timeline#compare-pano-timeline-right .weather-container .items .item .title,
.pano-timeline#archive .weather-container .items .item .amplitude,
.pano-timeline#compare-pano-timeline-left .weather-container .items .item .amplitude,
.pano-timeline#compare-pano-timeline-right .weather-container .items .item .amplitude {
  display: inline-block;
  width: 70px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.pano-timeline#archive .weather-container .items .item .title.hidden,
.pano-timeline#compare-pano-timeline-left .weather-container .items .item .title.hidden,
.pano-timeline#compare-pano-timeline-right .weather-container .items .item .title.hidden,
.pano-timeline#archive .weather-container .items .item .amplitude.hidden,
.pano-timeline#compare-pano-timeline-left .weather-container .items .item .amplitude.hidden,
.pano-timeline#compare-pano-timeline-right .weather-container .items .item .amplitude.hidden {
  display: none;
}
.pano-timeline#archive .weather-container .canvas-wrapper,
.pano-timeline#compare-pano-timeline-left .weather-container .canvas-wrapper,
.pano-timeline#compare-pano-timeline-right .weather-container .canvas-wrapper {
  background-color: #000000;
  /* Old browsers */
  background-color: rgba(0, 0, 0, 0.4);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000)";
}
.pano-timeline#compare-pano-timeline-left .control.previous,
.pano-timeline#compare-pano-timeline-right .control.previous {
  left: 27px;
}
.pano-timeline#compare-pano-timeline-left .control.next,
.pano-timeline#compare-pano-timeline-right .control.next {
  right: 27px;
}
#missingInstancePreloader {
  overflow: auto;
  font-family: 'Oswald', Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
}
#missingInstancePreloader .header {
  margin: 30px;
}
#missingInstancePreloader .error-txt,
#missingInstancePreloader .url-text {
  font-size: 1.6em;
  padding: 5px;
  margin: 20px;
}
#missingInstancePreloader .url-text {
  font-size: 1.2em;
}
#missingInstancePreloader .search-form {
  font-size: 1.6em;
}
#missingInstancePreloader .search-form .search {
  width: 50%;
  margin: 0 auto;
  border-radius: 3px;
  background: #fffff8;
}
#missingInstancePreloader .search-form .searchfield {
  width: 100%;
  padding: 5px 10px 5px 20px;
  border: none;
  border-radius: 5px;
}
#missingInstancePreloader .search-form .searchfield::-webkit-input-placeholder {
  color: #AAA;
  opacity: 0.5;
  /* Firefox */
}
#missingInstancePreloader .search-form .searchfield:-ms-input-placeholder {
  color: #AAA;
  opacity: 0.5;
  /* Firefox */
}
#missingInstancePreloader .search-form .searchfield::-ms-input-placeholder {
  color: #AAA;
  opacity: 0.5;
  /* Firefox */
}
#missingInstancePreloader .search-form .searchfield::placeholder {
  color: #AAA;
  opacity: 0.5;
  /* Firefox */
}
#missingInstancePreloader .search-form .searchfield:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 0.5;
}
#missingInstancePreloader .search-form .searchfield::-ms-input-placeholder {
  /* Microsoft Edge */
  opacity: 0.5;
}
#missingInstancePreloader .search-form .search-close {
  height: 25px;
  width: 25px;
  background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2222px%22%20height%3D%2222px%22%20viewBox%3D%220%200%2022%2022%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2061.2%20(89653)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon-close%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22export%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Artboard%22%20transform%3D%22translate(-450.000000%2C%20-103.000000)%22%20fill%3D%22%23a3cd00%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M460.999974%2C124.406244%20C462.91924%2C124.406244%20464.695277%2C123.926427%20466.328086%2C122.966795%20C467.960895%2C122.007162%20469.257116%2C120.710941%20470.216749%2C119.078132%20C471.176382%2C117.445323%20471.656198%2C115.669286%20471.656198%2C113.75002%20C471.656198%2C111.830753%20471.176382%2C110.054716%20470.216749%2C108.421907%20C469.257116%2C106.789099%20467.960895%2C105.492878%20466.328086%2C104.533245%20C464.695277%2C103.573612%20462.91924%2C103.093795%20460.999974%2C103.093795%20C459.080707%2C103.093795%20457.30467%2C103.573612%20455.671861%2C104.533245%20C454.039053%2C105.492878%20452.742832%2C106.789099%20451.783199%2C108.421907%20C450.823566%2C110.054716%20450.343749%2C111.830753%20450.343749%2C113.75002%20C450.343749%2C115.669286%20450.823566%2C117.445323%20451.783199%2C119.078132%20C452.742832%2C120.710941%20454.039053%2C122.007162%20455.671861%2C122.966795%20C457.30467%2C123.926427%20459.080707%2C124.406244%20460.999974%2C124.406244%20Z%20M460.999974%2C122.343749%20C459.453102%2C122.343749%20458.020814%2C121.957031%20456.703109%2C121.183596%20C455.385404%2C120.41016%20454.339833%2C119.36459%20453.566398%2C118.046884%20C452.792962%2C116.729179%20452.406244%2C115.296891%20452.406244%2C113.75002%20C452.406244%2C112.203148%20452.792962%2C110.77086%20453.566398%2C109.453155%20C454.339833%2C108.13545%20455.385404%2C107.089879%20456.703109%2C106.316444%20C458.020814%2C105.543008%20459.453102%2C105.15629%20460.999974%2C105.15629%20C462.546845%2C105.15629%20463.979133%2C105.543008%20465.296839%2C106.316444%20C466.614544%2C107.089879%20467.660114%2C108.13545%20468.43355%2C109.453155%20C469.206985%2C110.77086%20469.593703%2C112.203148%20469.593703%2C113.75002%20C469.593703%2C115.296891%20469.206985%2C116.729179%20468.43355%2C118.046884%20C467.660114%2C119.36459%20466.614544%2C120.41016%20465.296839%2C121.183596%20C463.979133%2C121.957031%20462.546845%2C122.343749%20460.999974%2C122.343749%20Z%20M464.050748%2C118.261728%20C464.193976%2C118.261728%20464.30856%2C118.218759%20464.394497%2C118.132822%20L464.394497%2C118.132822%20L465.382776%2C117.144543%20C465.468713%2C117.058606%20465.511682%2C116.944022%20465.511682%2C116.800794%20C465.511682%2C116.657565%20465.468713%2C116.528659%20465.382776%2C116.414076%20L465.382776%2C116.414076%20L462.71872%2C113.75002%20L465.382776%2C111.085964%20C465.468713%2C110.97138%20465.511682%2C110.842474%20465.511682%2C110.699246%20C465.511682%2C110.556017%20465.468713%2C110.441434%20465.382776%2C110.355497%20L465.382776%2C110.355497%20L464.394497%2C109.367218%20C464.30856%2C109.28128%20464.193976%2C109.238312%20464.050748%2C109.238312%20C463.907519%2C109.238312%20463.778613%2C109.28128%20463.66403%2C109.367218%20L463.66403%2C109.367218%20L460.999974%2C112.031274%20L458.335918%2C109.367218%20C458.221334%2C109.28128%20458.092428%2C109.238312%20457.9492%2C109.238312%20C457.805971%2C109.238312%20457.691388%2C109.28128%20457.605451%2C109.367218%20L457.605451%2C109.367218%20L456.617172%2C110.355497%20C456.531234%2C110.441434%20456.488266%2C110.556017%20456.488266%2C110.699246%20C456.488266%2C110.842474%20456.531234%2C110.97138%20456.617172%2C111.085964%20L456.617172%2C111.085964%20L459.281228%2C113.75002%20L456.617172%2C116.414076%20C456.531234%2C116.528659%20456.488266%2C116.657565%20456.488266%2C116.800794%20C456.488266%2C116.944022%20456.531234%2C117.058606%20456.617172%2C117.144543%20L456.617172%2C117.144543%20L457.605451%2C118.132822%20C457.691388%2C118.218759%20457.805971%2C118.261728%20457.9492%2C118.261728%20C458.092428%2C118.261728%20458.221334%2C118.218759%20458.335918%2C118.132822%20L458.335918%2C118.132822%20L460.999974%2C115.468766%20L463.66403%2C118.132822%20C463.778613%2C118.218759%20463.907519%2C118.261728%20464.050748%2C118.261728%20Z%22%20id%3D%22icon-close%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") no-repeat;
  position: absolute;
  top: 15px;
  margin-left: -40px;
  border: none;
  display: none;
}
#missingInstancePreloader .search-form .nearest-solution {
  padding-top: 50px;
}
#missingInstancePreloader .search-form .search-image {
  background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2271px%22%20height%3D%2269px%22%20viewBox%3D%220%200%2071%2069%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3Eicon-missing-cam%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22export%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Artboard%22%20transform%3D%22translate(-128.000000%2C%20-306.000000)%22%20fill%3D%22%23666666%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22icon-missing-cam%22%20transform%3D%22translate(128.000000%2C%20306.458225)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-4%22%20transform%3D%22translate(0.750000%2C%200.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M50.124%2C22.0110939%20L50.1249061%2C48.8486645%20C50.1249061%2C51.5556292%2047.9305354%2C53.75%2045.2235706%2C53.75%20L45.2235706%2C53.75%20L18.205%2C53.7490939%20L50.124%2C22.0110939%20Z%20M45.2235706%2C14.3750939%20C46.363971%2C14.3750939%2047.4133961%2C14.7645509%2048.2461006%2C15.4177193%20L11.7030823%2C51.7534363%20C11.1040207%2C50.9405297%2010.75%2C49.9359459%2010.75%2C48.8486645%20L10.75%2C48.8486645%20L10.75%2C19.2764294%20C10.75%2C16.5694646%2012.9443708%2C14.3750939%2015.6513355%2C14.3750939%20L15.6513355%2C14.3750939%20Z%20M64.6443627%2C18.2408273%20C66.8285196%2C16.7437005%2069.8123592%2C18.2817828%2069.8123592%2C20.8863088%20L69.8123592%2C20.8863088%20L69.8123592%2C47.2285712%20C69.8123592%2C49.8433111%2066.8182057%2C51.3710794%2064.6443627%2C49.8740527%20L64.6443627%2C49.8740527%20L53.4061483%2C42.1323719%20L53.4061483%2C25.9927219%20Z%22%20id%3D%22Combined-Shape%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M66.471183%2C0.468161161%20C66.7649095%2C0.176103581%2067.2397813%2C0.177456492%2067.5318388%2C0.471182972%20C67.7973457%2C0.738207045%2067.8203646%2C1.154938%2067.6016745%2C1.44792764%20L67.528817%2C1.53183884%20L1.52881703%2C67.1568388%20C1.23509055%2C67.4488964%200.760218741%2C67.4475435%200.468161161%2C67.153817%20C0.20265427%2C66.886793%200.179635388%2C66.470062%200.398325461%2C66.1770724%20L0.471182972%2C66.0931612%20L66.471183%2C0.468161161%20Z%22%20id%3D%22Line-2-Copy-6%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") 50% 50% no-repeat;
  background-size: 10%;
}
#missingInstancePreloader .search-form .search-solution {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 50%;
  margin: 0 auto;
  background-color: #2a2a2a;
  margin-top: 50px;
  min-height: 150px;
}
#missingInstancePreloader .search-form .search-solution.border-container {
  border-radius: 5px;
  border: 2px solid rgba(255, 255, 255, 0.42);
}
#missingInstancePreloader .search-form .search-solution .image-container-full-width {
  width: 100%;
}
#missingInstancePreloader .search-form .search-solution .image-container {
  width: 50%;
  padding: 5px;
}
#missingInstancePreloader .search-form .search-solution .image-container,
#missingInstancePreloader .search-form .search-solution .image-container-full-width {
  background-repeat: no-repeat;
  background-position: center;
}
#missingInstancePreloader .search-form .search-solution .image-container .box,
#missingInstancePreloader .search-form .search-solution .image-container-full-width .box {
  width: 100%;
  height: 100%;
}
#missingInstancePreloader .search-form .search-solution .image-container .box:hover:after,
#missingInstancePreloader .search-form .search-solution .image-container-full-width .box:hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#missingInstancePreloader .search-form .search-overlay {
  display: none;
  background: transparent;
  position: absolute;
  margin: 0px auto;
  width: 100%;
  top: 75px;
}
#missingInstancePreloader .search-form .icons {
  margin: 0 auto;
  margin-top: 50px;
  width: 100%;
  height: 82px;
}
#missingInstancePreloader .search-form .icons .icons-div {
  width: 82px;
  margin: 0 auto;
}
#missingInstancePreloader .search-form .icons .icons-div .allCams,
#missingInstancePreloader .search-form .icons .icons-div .installApp {
  width: 82px;
  height: 82px;
}
#missingInstancePreloader .search-form .icons .icons-div .allCams:hover,
#missingInstancePreloader .search-form .icons .icons-div .installApp:hover {
  cursor: pointer;
}
#missingInstancePreloader .search-form .icons .icons-div .allCams {
  background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2280px%22%20height%3D%2281px%22%20viewBox%3D%220%200%2080%2081%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3Ebtn-camera%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22export%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Artboard%22%20transform%3D%22translate(-247.000000%2C%20-300.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-7%22%20transform%3D%22translate(247.000000%2C%20300.575158)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20id%3D%22Oval%22%20fill%3D%22%238EC614%22%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2240%22%3E%3C%2Fcircle%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M53.6046878%2C53.2857092%20C55.3792372%2C53.2857092%2056.8189659%2C51.8459805%2056.8189659%2C50.0714311%20L56.8189659%2C30.7857628%20C56.8189659%2C29.0112135%2055.3792372%2C27.5714848%2053.6046878%2C27.5714848%20L47.7118447%2C27.5714848%20L46.8814634%2C25.3683389%20C46.4127145%2C24.116162%2045.2140959%2C23.2857807%2043.8748134%2C23.2857807%20L35.4708156%2C23.2857807%20C34.131533%2C23.2857807%2032.932849%2C24.116162%2032.4641001%2C25.3683389%20L31.6404545%2C27.5714848%20L25.7476114%2C27.5714848%20C23.973062%2C27.5714848%2022.5333333%2C29.0112135%2022.5333333%2C30.7857628%20L22.5333333%2C50.0714311%20C22.5333333%2C51.8459805%2023.973062%2C53.2857092%2025.7476114%2C53.2857092%20L53.6046878%2C53.2857092%20Z%20M39.6761496%2C48.4642921%20C35.2431114%2C48.4642921%2031.6404545%2C44.8616352%2031.6404545%2C40.428597%20C31.6404545%2C35.9955587%2035.2431114%2C32.3929018%2039.6761496%2C32.3929018%20C44.1091878%2C32.3929018%2047.7118447%2C35.9955587%2047.7118447%2C40.428597%20C47.7118447%2C44.8616352%2044.1091878%2C48.4642921%2039.6761496%2C48.4642921%20Z%20M39.6761496%2C46.3214401%20C42.9239097%2C46.3214401%2045.5689927%2C43.6763571%2045.5689927%2C40.428597%20C45.5689927%2C37.1808369%2042.9239097%2C34.5357539%2039.6761496%2C34.5357539%20C36.4283895%2C34.5357539%2033.7833065%2C37.1808369%2033.7833065%2C40.428597%20C33.7833065%2C43.6763571%2036.4283895%2C46.3214401%2039.6761496%2C46.3214401%20Z%22%20id%3D%22%EF%80%B0%22%20fill%3D%22%232A2A2A%22%20fill-rule%3D%22nonzero%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") 50% 50% no-repeat;
  float: left;
}
#missingInstancePreloader .search-form .icons .icons-div .installApp {
  background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2282px%22%20height%3D%2281px%22%20viewBox%3D%220%200%2082%2081%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3Ebtn-appstore%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22export%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Artboard%22%20transform%3D%22translate(-390.000000%2C%20-300.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22btn-appstore%22%20transform%3D%22translate(390.600000%2C%20300.575158)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-6%22%20transform%3D%22translate(0.400000%2C%200.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20id%3D%22Oval-Copy%22%20fill%3D%22%238EC614%22%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2240%22%3E%3C%2Fcircle%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M39.2888412%2C59.3749896%20C49.9919407%2C59.3749896%2058.663795%2C50.7031352%2058.663795%2C40.0000358%20C58.663795%2C29.2969363%2049.9919407%2C20.625082%2039.2888412%2C20.625082%20C28.5857417%2C20.625082%2019.9138874%2C29.2969363%2019.9138874%2C40.0000358%20C19.9138874%2C50.7031352%2028.5857417%2C59.3749896%2039.2888412%2C59.3749896%20Z%20M39.2888412%2C56.8749955%20C30.0154106%2C56.8749955%2022.4138814%2C49.3672314%2022.4138814%2C40.0000358%20C22.4138814%2C30.7266051%2029.9216455%2C23.125076%2039.2888412%2C23.125076%20C48.5622718%2C23.125076%2056.163801%2C30.6328401%2056.163801%2C40.0000358%20C56.163801%2C49.2734664%2048.6560369%2C56.8749955%2039.2888412%2C56.8749955%20Z%20M42.6716304%2C44.8359923%20C43.3669717%2C43.5312926%2042.4685364%2C41.6484388%2040.8669777%2C41.6484388%20L35.9216922%2C41.6484388%20L42.7576134%2C29.8125295%20C43.1950819%2C29.0469216%2042.9372853%2C28.0703614%2042.1716773%2C27.632893%20C41.4059931%2C27.1953483%2040.429433%2C27.4532212%2039.9919645%2C28.2188291%20L39.2810592%2C29.4454039%20L38.5857179%2C28.2188291%20C38.1403912%2C27.4532212%2037.1716893%2C27.1953483%2036.4060051%2C27.632893%20C35.6403971%2C28.0782197%2035.3826005%2C29.0469216%2035.820069%2C29.8125295%20L37.4451261%2C32.6328811%20L32.2419677%2C41.6484388%20L28.1794774%2C41.6484388%20C27.2966823%2C41.6484388%2026.585777%2C42.3594204%2026.585777%2C43.2422155%20C26.585777%2C44.1250107%2027.2966823%2C44.8359923%2028.1794774%2C44.8359923%20L42.6716304%2C44.8359923%20Z%20M49.1403497%2C49.7187931%20C49.9060339%2C49.2734664%2050.1638305%2C48.3046882%2049.7262858%2C47.5390803%20L48.1716478%2C44.8437742%20L50.4763298%2C44.8437742%20C51.3591249%2C44.8437742%2052.0700302%2C44.1328689%2052.0700302%2C43.2499975%20C52.0700302%2C42.3672024%2051.3591249%2C41.6562971%2050.4763298%2C41.6562971%20L46.3278564%2C41.6562971%20C44.2419849%2C38.0391335%2042.6794886%2C35.3281872%2041.6325856%2C33.5313164%20C40.6873059%2C34.3125646%2039.7341679%2C36.6250286%2041.0700717%2C38.9297106%20C42.3747713%2C41.1953302%2044.3435319%2C44.5937596%2046.9607132%2C49.132857%20C47.4060399%2C49.8984649%2048.3747418%2C50.1562615%2049.1403497%2C49.7187931%20Z%20M31.601329%2C49.132857%20L33.1326211%2C46.4766133%20C32.3044523%2C45.4765547%2031.2576256%2C45.1719137%2029.9763481%2C45.5703197%20L28.8357564%2C47.5390803%20C28.3982116%2C48.3046882%2028.6560846%2C49.2812484%2029.4216925%2C49.7187931%20C30.1873004%2C50.1562615%2031.1638606%2C49.8984649%2031.601329%2C49.132857%20Z%22%20id%3D%22%EF%8D%AF%22%20fill%3D%22%232A2A2A%22%20fill-rule%3D%22nonzero%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") 50% 50% no-repeat;
  float: right;
  display: none;
}
#missingInstancePreloader .search-form .delete-button {
  display: inline-block;
}
#missingInstancePreloader .search-form .title {
  margin: 0px auto;
  margin-top: 10px;
  width: 100%;
  font-size: 0.8em;
}
#missingInstancePreloader .search-form .title .titles-div {
  width: auto;
  height: auto;
}
#missingInstancePreloader .search-form .title .titles-div .install-app-title {
  display: none;
}
#missingInstancePreloader .copyright {
  width: 100%;
  position: absolute;
  font-size: 0.8em;
  margin-top: 50px;
  padding-bottom: 10px;
}
#pmaxGui {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  min-width: 700px;
  z-index: 140;
}
#pmaxGui #topBar {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  font-size: 10pt;
}
#pmaxGui #topBar .bar {
  background-color: #202020;
  height: 100%;
  line-height: 40px;
  text-align: right;
  white-space: nowrap;
}
#pmaxGui #topBar .bar .notch .instname {
  float: left;
  white-space: nowrap;
  display: none;
  font-size: 1.1em;
  font-weight: 600;
  padding-right: 0.5em;
  padding-left: 0.5em;
  vertical-align: middle;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: 'Oswald', Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
}
#pmaxGui #topBar .bar .notch .instname.shown {
  display: inline-block;
}
#pmaxGui #topBar .bar .notch .instname.hovered {
  color: black;
}
#pmaxGui #topBar .bar .notch .instname:first-child {
  margin-left: 0.75em;
}
#pmaxGui #topBar .bar .notch .instlist {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  text-align: right;
  z-index: 112;
  height: 40px;
}
#pmaxGui #topBar .bar .notch .instlist.hovered {
  cursor: pointer;
}
#pmaxGui #topBar .bar .notch .instlist.hovered .toggle-container .opener {
  border: 1px solid white;
  border-color: white;
}
#pmaxGui #topBar .bar .notch .instlist.activ {
  background-color: black;
}
#pmaxGui #topBar .bar .notch .instlist .toggle-container {
  position: absolute;
  width: 100%;
  height: 40px;
  font-weight: 400;
}
#pmaxGui #topBar .bar .notch .instlist .toggle-container .opener {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid gray;
  border-color: white;
  cursor: pointer;
  margin-right: 10px;
  margin-top: 10px;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2222px%22%20height%3D%2222px%22%20viewBox%3D%220%200%2022%2022%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3Ebutton-more-instances%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22export%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Artboard%22%20transform%3D%22translate(-79.000000%2C%20-119.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22button-more-instances%22%20transform%3D%22translate(79.000000%2C%20119.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22Rectangle%22%20stroke%3D%22%23FFFFFF%22%20opacity%3D%220.5%22%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2221%22%20height%3D%2221%22%20rx%3D%222.44444444%22%3E%3C%2Frect%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M11.9777778%2C9.85925926%20L15.0333333%2C13.9333333%20C15.4383421%2C14.4733451%2015.3289006%2C15.2394356%2014.7888889%2C15.6444444%20C14.5773269%2C15.8031159%2014.320008%2C15.8888889%2014.0555556%2C15.8888889%20L7.94444444%2C15.8888889%20C7.26942975%2C15.8888889%206.72222222%2C15.3416814%206.72222222%2C14.6666667%20C6.72222222%2C14.4022142%206.80799518%2C14.1448953%206.96666667%2C13.9333333%20L10.0222222%2C9.85925926%20C10.427231%2C9.3192475%2011.1933216%2C9.209806%2011.7333333%2C9.61481481%20C11.8259847%2C9.68430334%2011.9082893%2C9.76660789%2011.9777778%2C9.85925926%20Z%22%20id%3D%22Triangle-Copy%22%20fill%3D%22%23FFFFFF%22%20transform%3D%22translate(11.000000%2C%2012.222222)%20scale(1%2C%20-1)%20translate(-11.000000%2C%20-12.222222)%20%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-position: center center;
}
#pmaxGui #topBar .bar .notch .instlist .toggle-container ul {
  display: none;
  position: absolute;
  left: 0;
  top: 40px;
  z-index: 1000;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: left;
  font-size: 1em;
}
#pmaxGui #topBar .bar .notch .instlist .toggle-container ul .instances,
#pmaxGui #topBar .bar .notch .instlist .toggle-container ul .tourCam {
  font-family: 'Oswald', Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  border-top: 1px solid white;
  color: white;
  background-color: black;
  line-height: 1.5em;
}
#pmaxGui #topBar .bar .notch .instlist .toggle-container ul .instances span,
#pmaxGui #topBar .bar .notch .instlist .toggle-container ul .tourCam span {
  padding: 0em 0.5em;
}
#pmaxGui #topBar .bar .notch .instlist .toggle-container ul .instances:hover,
#pmaxGui #topBar .bar .notch .instlist .toggle-container ul .tourCam:hover {
  cursor: unset;
}
#pmaxGui #topBar .bar .notch .instlist .toggle-container ul li {
  line-height: 1.8em;
}
#pmaxGui #topBar .bar .notch .instlist .toggle-container ul li.overview {
  display: none;
}
#pmaxGui #topBar .bar .notch .instlist .toggle-container ul li.current {
  display: none;
}
#pmaxGui #topBar .bar .notch .instlist .toggle-container ul li a {
  font-family: 'Oswald', Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  display: block;
  color: #ffffff;
  text-decoration: none;
  padding: 0em 0.5em;
  background-color: rgba(0, 0, 0, 0.7);
}
#pmaxGui #topBar .bar .notch .instlist .toggle-container ul li a:hover,
#pmaxGui #topBar .bar .notch .instlist .toggle-container ul li a:focus {
  background-color: rgba(136, 136, 136, 0.7);
}
#pmaxGui #topBar .bar .notch .instlist .toggle-container ul li:last-child {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-bottomright: 6px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
#pmaxGui #topBar .bar .notch .instlist .toggle-container ul li:last-child a {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-bottomright: 6px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
#pmaxGui #topBar #iosBack {
  display: none;
}
#pmaxGui #topBar #logo {
  display: none;
  position: relative;
  z-index: 110;
  float: left;
  margin: 0 0.5em;
  margin-right: 0;
  padding: 0;
}
#pmaxGui #topBar #logo.shown {
  display: inline-block;
}
#pmaxGui #topBar #logo img {
  display: block;
}
#pmaxGui #topBar #logo.logo-default {
  margin: 0.8em;
  margin-right: 0.3em;
  background-color: #ffffff;
  box-shadow: 0 0 4px 3px rgba(0, 0, 0, 0.4);
}
#pmaxGui #topBar #logo.logo-simple {
  margin: 0.8em;
  margin-right: 0.3em;
  background-color: transparent;
}
#pmaxGui #topBar #logo.logo-simple,
#pmaxGui #topBar #logo.logo-default {
  z-index: 112;
}
#pmaxGui #topBar #logo.logo-inline {
  padding: 0;
  background-color: transparent;
  height: 100%;
}
#pmaxGui #topBar #logo.logo-inline img {
  height: 100%;
}
#pmaxGui #topBar #logo.linked {
  cursor: pointer;
}
#pmaxGui #topBar #centerLogo {
  display: none;
  position: absolute;
  z-index: 201;
  left: 50%;
}
#pmaxGui #topBar #centerLogo.shown {
  display: inline-block;
}
#pmaxGui #topBar #centerLogo img {
  display: block;
  max-width: 165px;
  height: auto;
}
#pmaxGui #topBar .right {
  position: absolute;
  right: 0;
  z-index: 111;
  height: 40px;
  white-space: nowrap;
}
#pmaxGui #topBar .culture-flag-wrapper {
  display: none;
  position: relative;
  width: 40px;
  height: 40px;
  vertical-align: top;
}
#pmaxGui #topBar .culture-flag-wrapper .culture {
  display: none;
  position: relative;
  z-index: 210;
  min-width: 1.8em;
  width: 100%;
  height: 100%;
  margin-right: 5px;
  text-align: center;
}
#pmaxGui #topBar .culture-flag-wrapper .culture img {
  vertical-align: unset;
}
#pmaxGui #topBar .culture-flag-wrapper .culture .label {
  display: none;
}
#pmaxGui #topBar .culture-flag-wrapper .culture.shown {
  display: inline-block;
}
#pmaxGui #topBar .culture-flag-wrapper.shown {
  display: inline-block;
}
#pmaxGui #topBar .culture-flag-wrapper .select {
  display: none;
  position: absolute;
  top: 40px;
  right: 0;
  margin-left: -4px;
  cursor: pointer;
  height: 100%;
  font-family: 'Oswald', Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
}
#pmaxGui #topBar .culture-flag-wrapper .select li {
  height: 30px;
  display: block;
  line-height: 1.2em;
  overflow: hidden;
  background-color: black;
}
#pmaxGui #topBar .culture-flag-wrapper .select li a {
  display: block;
  line-height: 1.5em;
  padding: 5px 5px;
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
#pmaxGui #topBar .culture-flag-wrapper .select li a img {
  float: right;
  line-height: 1.5em;
  padding: 4px;
}
#pmaxGui #topBar .culture-flag-wrapper .select li a .label {
  padding-left: 4px;
  text-align: left;
}
#pmaxGui #topBar .culture-flag-wrapper .select li.current {
  display: block;
}
#pmaxGui #topBar .culture-flag-wrapper .select li.current a img {
  display: inline;
}
#pmaxGui #topBar .culture-flag-wrapper.opened .select {
  display: inline-block;
}
#pmaxGui #topBar .culture-flag-wrapper.opened .select li {
  display: block;
  line-height: 1em;
}
#pmaxGui #topBar .culture-flag-wrapper.opened .select li a {
  display: block;
  line-height: 1.5em;
  width: 100%;
}
#pmaxGui #topBar .culture-flag-wrapper.opened .select li a img {
  display: inline;
  float: right;
  line-height: 1.5em;
  padding: 4px;
}
#pmaxGui #topBar .culture-flag-wrapper.opened .select li a .label {
  display: block;
}
#pmaxGui #topBar .culture-flag-wrapper.opened .select li a:hover,
#pmaxGui #topBar .culture-flag-wrapper.opened .select li a:focus {
  background-color: rgba(136, 136, 136, 0.6);
}
#pmaxGui #topBar .share-button {
  min-width: 1.5em;
  position: absolute;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2214px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2014%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3Ebutton-share%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22export%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Artboard%22%20transform%3D%22translate(-11.000000%2C%20-48.000000)%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22button-share%22%20transform%3D%22translate(11.000000%2C%2048.000033)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M13.9999666%2C12.999969%20C13.9999666%2C12.1666375%2013.7083008%2C11.4583062%2013.1249687%2C10.8749741%20C12.5416366%2C10.291642%2011.8333053%2C9.99997616%2010.9999738%2C9.99997616%20C10.5624748%2C9.99997616%2010.1510173%2C10.0885175%209.76560172%2C10.2656005%20C9.38018613%2C10.4426836%209.04164495%2C10.6874745%208.74997914%2C10.9999738%20L5.78123622%2C9.15622817%20C5.92706936%2C8.78122906%205.99998569%2C8.39581348%205.99998569%2C7.99998093%20C5.99998569%2C7.60414838%205.92706936%2C7.21873279%205.78123622%2C6.84373368%20L8.74997914%2C4.99998808%20C9.04164495%2C5.31248733%209.38018613%2C5.55727826%209.76560172%2C5.73436133%20C10.1510173%2C5.9114444%2010.5624748%2C5.99998569%2010.9999738%2C5.99998569%20C11.8333053%2C5.99998569%2012.5416366%2C5.70831988%2013.1249687%2C5.12498778%20C13.7083008%2C4.54165568%2013.9999666%2C3.83332435%2013.9999666%2C3%20C13.9999666%2C2.16666134%2013.7083008%2C1.45833002%2013.1249687%2C0.874997914%20C12.5416366%2C0.291665812%2011.8333053%2C0%2010.9999738%2C0%20C10.1666423%2C0%209.45831094%2C0.291665812%208.87497884%2C0.874997914%20C8.29164674%2C1.45833002%207.99998093%2C2.16666134%207.99998093%2C3%20C7.99998093%2C3.3958254%208.07289726%2C3.78124098%208.2187304%2C4.15624009%20L5.24998748%2C5.99998569%20C4.95832167%2C5.68748644%204.61978049%2C5.44269552%204.2343649%2C5.26561245%20C3.84894932%2C5.08852938%203.4374918%2C4.99998808%203%2C4.99998808%20C2.16666134%2C4.99998808%201.45833002%2C5.29165389%200.874997914%2C5.87498599%20C0.291665812%2C6.45831809%200%2C7.16664942%200%2C7.99998093%20C0%2C8.83331243%200.291665812%2C9.54164376%200.874997914%2C10.1249759%20C1.45833002%2C10.708308%202.16666134%2C10.9999738%203%2C10.9999738%20C3.4374918%2C10.9999738%203.84894932%2C10.9114325%204.2343649%2C10.7343494%20C4.61978049%2C10.5572663%204.95832167%2C10.3124754%205.24998748%2C9.99997616%20L8.2187304%2C11.8437218%20C8.07289726%2C12.2187209%207.99998093%2C12.6041365%207.99998093%2C12.999969%20C7.99998093%2C13.8333005%208.29164674%2C14.5416318%208.87497884%2C15.1249639%20C9.45831094%2C15.708296%2010.1666423%2C15.9999619%2010.9999738%2C15.9999619%20C11.8333053%2C15.9999619%2012.5416366%2C15.708296%2013.1249687%2C15.1249639%20C13.7083008%2C14.5416318%2013.9999666%2C13.8333005%2013.9999666%2C12.999969%20Z%20M10.9999785%2C0.999997616%20C11.541639%2C0.999997616%2012.0103879%2C1.19791365%2012.4062204%2C1.5937462%20C12.802053%2C1.98957875%2012.9999785%2C2.45832763%2012.9999785%2C2.99999762%20C12.9999785%2C3.54165806%2012.802053%2C4.01040695%2012.4062204%2C4.40623949%20C12.0103879%2C4.80207204%2011.541639%2C4.99999762%2010.9999785%2C4.99999762%20C10.4583086%2C4.99999762%209.98955968%2C4.80207204%209.59372713%2C4.40623949%20C9.19789458%2C4.01040695%208.99997854%2C3.54165806%208.99997854%2C2.99999762%20C8.99997854%2C2.45832763%209.19789458%2C1.98957875%209.59372713%2C1.5937462%20C9.98955968%2C1.19791365%2010.4583086%2C0.999997616%2010.9999785%2C0.999997616%20Z%20M2.99999762%2C5.99998569%20C3.54165806%2C5.99998569%204.01040695%2C6.19790173%204.40623949%2C6.59373428%20C4.80207204%2C6.98956683%204.99999762%2C7.45831571%204.99999762%2C7.99998569%20C4.99999762%2C8.54164614%204.80207204%2C9.01039503%204.40623949%2C9.40622757%20C4.01040695%2C9.80206012%203.54165806%2C9.99998569%202.99999762%2C9.99998569%20C2.45832763%2C9.99998569%201.98957875%2C9.80206012%201.5937462%2C9.40622757%20C1.19791365%2C9.01039503%200.999997616%2C8.54164614%200.999997616%2C7.99998569%20C0.999997616%2C7.45831571%201.19791365%2C6.98956683%201.5937462%2C6.59373428%20C1.98957875%2C6.19790173%202.45832763%2C5.99998569%202.99999762%2C5.99998569%20Z%20M10.9999785%2C10.9999738%20C11.541639%2C10.9999738%2012.0103879%2C11.1978898%2012.4062204%2C11.5937224%20C12.802053%2C11.9895549%2012.9999785%2C12.4583038%2012.9999785%2C12.9999738%20C12.9999785%2C13.5416342%2012.802053%2C14.0103831%2012.4062204%2C14.4062157%20C12.0103879%2C14.8020482%2011.541639%2C14.9999738%2010.9999785%2C14.9999738%20C10.4583086%2C14.9999738%209.98955968%2C14.8020482%209.59372713%2C14.4062157%20C9.19789458%2C14.0103831%208.99997854%2C13.5416342%208.99997854%2C12.9999738%20C8.99997854%2C12.4583038%209.19789458%2C11.9895549%209.59372713%2C11.5937224%20C9.98955968%2C11.1978898%2010.4583086%2C10.9999738%2010.9999785%2C10.9999738%20Z%22%20id%3D%22Shape%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 40%;
  left: -40px;
  display: none;
  cursor: pointer;
}
#pmaxGui #topBar .share-button.shown {
  height: 40px;
  width: 40px;
  display: inline-block;
}
#pmaxGui #topBar .image-report {
  vertical-align: top;
  display: inline-block;
  min-width: 40px;
  height: 100%;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2218px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2018%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3Ebutton-report-image%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22export%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Artboard%22%20transform%3D%22translate(-8.000000%2C%20-77.000000)%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22button-report-image%22%20transform%3D%22translate(8.460684%2C%2077.867707)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M16.6938522%2C12.8979186%20L9.66261898%2C0.710447637%20C9.48683815%2C0.397948233%209.23781531%2C0.187988094%208.91555045%2C0.0805663259%20C8.5932856%2C-0.026855442%208.27102074%2C-0.026855442%207.94875588%2C0.0805663259%20C7.62649103%2C0.187988094%207.37746818%2C0.397948233%207.20168735%2C0.710447637%20L0.170454115%2C12.8979186%20C0.0142046364%2C13.210418%20-0.0346235212%2C13.5277999%200.0239700891%2C13.8500647%20C0.0825636994%2C14.1723296%200.238813178%2C14.4457663%200.492718972%2C14.6703753%20C0.746624765%2C14.8949843%201.04935827%2C15.0072886%201.40091993%2C15.0072886%20L15.4633864%2C15.0072886%20C15.8149481%2C15.0072886%2016.1176816%2C14.8949843%2016.3715874%2C14.6703753%20C16.6254932%2C14.4457663%2016.7817426%2C14.1723296%2016.8403362%2C13.8500647%20C16.8989299%2C13.5277999%2016.8501017%2C13.210418%2016.6938522%2C12.8979186%20Z%20M15.8735417%2C13.3666675%20C15.9516666%2C13.5229169%2015.9467837%2C13.6791669%2015.8588933%2C13.8354163%20C15.7710029%2C13.9916658%2015.6391672%2C14.0697908%2015.4633864%2C14.0697908%20L1.40091993%2C14.0697908%20C1.2251391%2C14.0697908%201.09330348%2C13.9916658%201.00541306%2C13.8354163%20C0.917522646%2C13.6791669%200.912639696%2C13.5229169%200.990764659%2C13.3666675%20L8.0219979%2C1.17919652%20C8.11965376%2C1.02294704%208.25637234%2C0.944822078%208.43215317%2C0.944822078%20C8.607934%2C0.944822078%208.74465257%2C1.02294704%208.84230844%2C1.17919652%20L15.8735417%2C13.3666675%20Z%20M8.43215317%2C10.9057358%20C8.19777873%2C10.9057358%208.00246654%2C10.9838608%207.84621706%2C11.1401103%20C7.68996759%2C11.2963597%207.61184262%2C11.4916719%207.61184262%2C11.7260464%20C7.61184262%2C11.9604208%207.68996759%2C12.155733%207.84621706%2C12.3119825%20C8.00246654%2C12.468232%208.19777873%2C12.5463569%208.43215317%2C12.5463569%20C8.66652761%2C12.5463569%208.86183979%2C12.468232%209.01808927%2C12.3119825%20C9.17433875%2C12.155733%209.25246371%2C11.9604208%209.25246371%2C11.7260464%20C9.25246371%2C11.4916719%209.17433875%2C11.2963597%209.01808927%2C11.1401103%20C8.86183979%2C10.9838608%208.66652761%2C10.9057358%208.43215317%2C10.9057358%20Z%20M8.10988831%2C4.69481314%20C7.99270109%2C4.69481314%207.89992772%2C4.72899289%207.83156866%2C4.79735196%20C7.7632096%2C4.86571102%207.7387953%2C4.94871893%207.75832665%2C5.0463748%20L7.96340428%2C9.99753487%20C7.96340428%2C10.0756598%207.99758404%2C10.1489018%208.0659431%2C10.2172609%20C8.13430217%2C10.28562%208.21731008%2C10.3197997%208.31496595%2C10.3197997%20L8.54934039%2C10.3197997%20C8.64699626%2C10.3197997%208.73000417%2C10.28562%208.79836323%2C10.2172609%20C8.86672229%2C10.1489018%208.90090205%2C10.0658939%208.90090205%2C9.96823806%20L9.10597969%2C5.0463748%20C9.12551104%2C4.94871893%209.10109674%2C4.86571102%209.03273767%2C4.79735196%20C8.96437861%2C4.72899289%208.87160524%2C4.69481314%208.75441802%2C4.69481314%20L8.10988831%2C4.69481314%20Z%20M8.43215317%2C10.9057358%20C8.19777873%2C10.9057358%208.00246654%2C10.9838608%207.84621706%2C11.1401103%20C7.68996759%2C11.2963597%207.61184262%2C11.4916719%207.61184262%2C11.7260464%20C7.61184262%2C11.9604208%207.68996759%2C12.155733%207.84621706%2C12.3119825%20C8.00246654%2C12.468232%208.19777873%2C12.5463569%208.43215317%2C12.5463569%20C8.66652761%2C12.5463569%208.86183979%2C12.468232%209.01808927%2C12.3119825%20C9.17433875%2C12.155733%209.25246371%2C11.9604208%209.25246371%2C11.7260464%20C9.25246371%2C11.4916719%209.17433875%2C11.2963597%209.01808927%2C11.1401103%20C8.86183979%2C10.9838608%208.66652761%2C10.9057358%208.43215317%2C10.9057358%20Z%22%20id%3D%22Shape%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 50%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-right: 5px;
}
#pmaxGui #topBar #contentMenu,
#pmaxGui #topBar .trigger,
#pmaxGui #topBar #contentMenuAdditional,
#pmaxGui #topBar #contentMenuAdditionalDrop,
#pmaxGui #topBar #topMenu {
  display: none;
  font-size: 1.05em;
  font-family: 'Oswald', Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  height: 100%;
}
#pmaxGui #topBar #contentMenu.shown,
#pmaxGui #topBar .trigger.shown,
#pmaxGui #topBar #contentMenuAdditional.shown,
#pmaxGui #topBar #contentMenuAdditionalDrop.shown,
#pmaxGui #topBar #topMenu.shown {
  display: inline-block;
}
#pmaxGui #topBar #contentMenu .image-report,
#pmaxGui #topBar .trigger .image-report,
#pmaxGui #topBar #contentMenuAdditional .image-report,
#pmaxGui #topBar #contentMenuAdditionalDrop .image-report,
#pmaxGui #topBar #topMenu .image-report {
  background-size: 20%;
  background-position: 5% 50%;
}
#pmaxGui #topBar #contentMenu .image-report-list,
#pmaxGui #topBar .trigger .image-report-list,
#pmaxGui #topBar #contentMenuAdditional .image-report-list,
#pmaxGui #topBar #contentMenuAdditionalDrop .image-report-list,
#pmaxGui #topBar #topMenu .image-report-list {
  display: inline-block;
}
#pmaxGui #topBar #contentMenu .menu-item,
#pmaxGui #topBar .trigger .menu-item,
#pmaxGui #topBar #contentMenuAdditional .menu-item,
#pmaxGui #topBar #contentMenuAdditionalDrop .menu-item,
#pmaxGui #topBar #topMenu .menu-item {
  display: inline-block;
  height: 100%;
}
#pmaxGui #topBar #contentMenu .menu-item a,
#pmaxGui #topBar .trigger .menu-item a,
#pmaxGui #topBar #contentMenuAdditional .menu-item a,
#pmaxGui #topBar #contentMenuAdditionalDrop .menu-item a,
#pmaxGui #topBar #topMenu .menu-item a {
  display: inline-block;
  padding: 0 0.4em;
  text-transform: uppercase;
  color: inherit;
  text-decoration: none;
  height: 100%;
}
#pmaxGui #topBar #contentMenu .menu-item.disabled a,
#pmaxGui #topBar .trigger .menu-item.disabled a,
#pmaxGui #topBar #contentMenuAdditional .menu-item.disabled a,
#pmaxGui #topBar #contentMenuAdditionalDrop .menu-item.disabled a,
#pmaxGui #topBar #topMenu .menu-item.disabled a {
  cursor: default;
}
#pmaxGui #topBar #contentMenu .hide,
#pmaxGui #topBar .trigger .hide,
#pmaxGui #topBar #contentMenuAdditional .hide,
#pmaxGui #topBar #contentMenuAdditionalDrop .hide,
#pmaxGui #topBar #topMenu .hide {
  display: none;
}
#pmaxGui #topBar .customer-item {
  width: auto !important;
  height: 40px;
  display: none;
}
#pmaxGui #topBar .customer-item:before {
  margin-left: 5px;
  padding: 0 5px;
  top: -13px;
  left: 0;
  position: relative;
  content: "...";
  border-radius: 3px;
  border: 1px solid white;
  background-color: transparent;
}
#pmaxGui #topBar .customer-item a {
  padding: 0 1em 0 0.4em !important;
}
#pmaxGui #topBar .customer-item:after {
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2222px%22%20height%3D%2222px%22%20viewBox%3D%220%200%2022%2022%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3Ebutton-more-instances%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22export%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Artboard%22%20transform%3D%22translate(-79.000000%2C%20-119.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22button-more-instances%22%20transform%3D%22translate(79.000000%2C%20119.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22Rectangle%22%20stroke%3D%22%23FFFFFF%22%20opacity%3D%220%22%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2221%22%20height%3D%2221%22%20rx%3D%222.44444444%22%3E%3C%2Frect%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M11.9777778%2C9.85925926%20L15.0333333%2C13.9333333%20C15.4383421%2C14.4733451%2015.3289006%2C15.2394356%2014.7888889%2C15.6444444%20C14.5773269%2C15.8031159%2014.320008%2C15.8888889%2014.0555556%2C15.8888889%20L7.94444444%2C15.8888889%20C7.26942975%2C15.8888889%206.72222222%2C15.3416814%206.72222222%2C14.6666667%20C6.72222222%2C14.4022142%206.80799518%2C14.1448953%206.96666667%2C13.9333333%20L10.0222222%2C9.85925926%20C10.427231%2C9.3192475%2011.1933216%2C9.209806%2011.7333333%2C9.61481481%20C11.8259847%2C9.68430334%2011.9082893%2C9.76660789%2011.9777778%2C9.85925926%20Z%22%20id%3D%22Triangle-Copy%22%20fill%3D%22%23FFFFFF%22%20transform%3D%22translate(11.000000%2C%2012.222222)%20scale(1%2C%20-1)%20translate(-11.000000%2C%20-12.222222)%20%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  width: 2em;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
}
#pmaxGui #topBar .trigger {
  display: none;
  cursor: pointer;
  padding-right: 5px;
  vertical-align: top;
}
#pmaxGui #topBar .trigger.menu-item {
  height: 100%;
}
#pmaxGui #topBar .trigger.menu-item a {
  display: inline-block;
  padding: 0 1.4em 0 0.4em;
  text-transform: uppercase;
  color: inherit;
  text-decoration: none;
  height: 100%;
}
#pmaxGui #topBar .trigger.menu-item a:after {
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2222px%22%20height%3D%2222px%22%20viewBox%3D%220%200%2022%2022%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3Ebutton-more-instances%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22export%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Artboard%22%20transform%3D%22translate(-79.000000%2C%20-119.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22button-more-instances%22%20transform%3D%22translate(79.000000%2C%20119.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22Rectangle%22%20stroke%3D%22%23FFFFFF%22%20opacity%3D%220%22%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2221%22%20height%3D%2221%22%20rx%3D%222.44444444%22%3E%3C%2Frect%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M11.9777778%2C9.85925926%20L15.0333333%2C13.9333333%20C15.4383421%2C14.4733451%2015.3289006%2C15.2394356%2014.7888889%2C15.6444444%20C14.5773269%2C15.8031159%2014.320008%2C15.8888889%2014.0555556%2C15.8888889%20L7.94444444%2C15.8888889%20C7.26942975%2C15.8888889%206.72222222%2C15.3416814%206.72222222%2C14.6666667%20C6.72222222%2C14.4022142%206.80799518%2C14.1448953%206.96666667%2C13.9333333%20L10.0222222%2C9.85925926%20C10.427231%2C9.3192475%2011.1933216%2C9.209806%2011.7333333%2C9.61481481%20C11.8259847%2C9.68430334%2011.9082893%2C9.76660789%2011.9777778%2C9.85925926%20Z%22%20id%3D%22Triangle-Copy%22%20fill%3D%22%23FFFFFF%22%20transform%3D%22translate(11.000000%2C%2012.222222)%20scale(1%2C%20-1)%20translate(-11.000000%2C%20-12.222222)%20%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  width: 2em;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
}
#pmaxGui #topBar .trigger.shown {
  display: inline-block;
}
#pmaxGui #topBar #contentMenu,
#pmaxGui #topBar #contentMenuAdditionalDrop {
  position: relative;
}
#pmaxGui #topBar #contentMenu.dropdown,
#pmaxGui #topBar #contentMenuAdditionalDrop.dropdown {
  position: absolute;
  display: none;
  top: 40px;
}
#pmaxGui #topBar #contentMenu.dropdown li,
#pmaxGui #topBar #contentMenuAdditionalDrop.dropdown li {
  border-bottom: 1px solid #3b3b3b;
  text-align: left;
  height: 40px;
  display: block;
}
#pmaxGui #topBar #contentMenu.dropdown li .image-report,
#pmaxGui #topBar #contentMenuAdditionalDrop.dropdown li .image-report {
  padding-left: 35px;
  bottom: 0;
}
#pmaxGui #topBar #contentMenu.dropdown li a,
#pmaxGui #topBar #contentMenuAdditionalDrop.dropdown li a {
  width: 100%;
  margin: 0;
}
#pmaxGui #topBar #contentMenu .contact,
#pmaxGui #topBar #contentMenuAdditionalDrop .contact,
#pmaxGui #topBar #contentMenu .imprint,
#pmaxGui #topBar #contentMenuAdditionalDrop .imprint,
#pmaxGui #topBar #contentMenu .about,
#pmaxGui #topBar #contentMenuAdditionalDrop .about,
#pmaxGui #topBar #contentMenu .image-report,
#pmaxGui #topBar #contentMenuAdditionalDrop .image-report {
  background-size: 15%;
  background-repeat: no-repeat;
}
#pmaxGui #topBar #contentMenu .contact a,
#pmaxGui #topBar #contentMenuAdditionalDrop .contact a,
#pmaxGui #topBar #contentMenu .imprint a,
#pmaxGui #topBar #contentMenuAdditionalDrop .imprint a,
#pmaxGui #topBar #contentMenu .about a,
#pmaxGui #topBar #contentMenuAdditionalDrop .about a,
#pmaxGui #topBar #contentMenu .image-report a,
#pmaxGui #topBar #contentMenuAdditionalDrop .image-report a {
  padding-left: 35px;
}
#pmaxGui #topBar #contentMenu .contact,
#pmaxGui #topBar #contentMenuAdditionalDrop .contact {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2215px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2015%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3Ebutton-contact%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22export%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Artboard%22%20transform%3D%22translate(-9.000000%2C%20-137.000000)%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22button-contact%22%20transform%3D%22translate(9.000000%2C%20137.875000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M13.125%2C0%20L1.875%2C0%20C0.842285156%2C0%200%2C0.842285156%200%2C1.87470675%20L0%2C10.2858397%20C0%2C11.3185546%200.842285156%2C12.1344727%201.875%2C12.1344727%20L5.12988299%2C12.1344727%20L7.09921896%2C14.7603518%20C7.21874982%2C14.9384764%207.35937491%2C15%207.5%2C15%20C7.64062464%2C15%207.78125018%2C14.9375099%207.87499964%2C14.8125002%20L9.84433562%2C12.1866211%20L13.125%2C12.1866211%20C14.1577148%2C12.1866211%2015%2C11.344336%2015%2C10.3379881%20L15%2C1.87470675%20C15%2C0.842285156%2014.1591793%2C0%2013.125%2C0%20Z%20M14.0625%2C10.286133%20C14.0625%2C10.8029294%2013.6417973%2C11.197266%2013.125%2C11.197266%20L9.40136701%2C11.197266%20L7.5%2C13.7490231%20L5.62412113%2C11.247949%20L1.875%2C11.247949%20C1.35820314%2C11.247949%200.9375%2C10.8275387%200.9375%2C10.336816%20L0.9375%2C1.87470675%20C0.9375%2C1.35791034%201.35820314%2C0.9375%201.875%2C0.9375%20L13.125%2C0.9375%20C13.6417973%2C0.9375%2014.0625%2C1.35791034%2014.0625%2C1.87470675%20L14.0625%2C10.286133%20Z%22%20id%3D%22Shape%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-position: 5% 50%;
}
#pmaxGui #topBar #contentMenu .imprint,
#pmaxGui #topBar #contentMenuAdditionalDrop .imprint {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2216px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2016%2014%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3Ebutton-imprint%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22export%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Artboard%22%20transform%3D%22translate(-9.000000%2C%20-167.000000)%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22button-imprint%22%20transform%3D%22translate(9.392857%2C%20167.812529)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M14.9413706%2C5.712877%20L14.9413706%2C5.74217381%20C14.9804329%2C5.76170516%2014.9999642%2C5.79588447%2014.9999642%2C5.84471263%20C14.9999642%2C5.89354079%2014.9901988%2C5.93748599%2014.9706674%2C5.97654825%20L14.589809%2C6.44529713%20C14.5702776%2C6.48435939%2014.5360983%2C6.50389074%2014.4872701%2C6.50389074%20C14.438442%2C6.50389074%2014.3944968%2C6.48435939%2014.3554345%2C6.44529713%20L13.1249687%2C5.47850256%20L13.1249687%2C12.1874709%20C13.1249687%2C12.4413767%2013.0321953%2C12.6611028%2012.8466491%2C12.8466491%20C12.6611028%2C13.0321953%2012.4413767%2C13.1249687%2012.1874709%2C13.1249687%20L8.78904155%2C13.1249687%20C8.69138568%2C13.1249687%208.60837776%2C13.090789%208.5400187%2C13.0224299%20C8.47165964%2C12.9540708%208.43747988%2C12.8710629%208.43747988%2C12.773407%20L8.43747988%2C8.90622877%20L6.56248435%2C8.90622877%20L6.56248435%2C12.773407%20C6.56248435%2C12.8710629%206.5283046%2C12.9540708%206.45994554%2C13.0224299%20C6.39158647%2C13.090789%206.30857856%2C13.1249687%206.21092269%2C13.1249687%20L2.81249329%2C13.1249687%20C2.5585875%2C13.1249687%202.33886146%2C13.0321953%202.15331518%2C12.8466491%20C1.96776889%2C12.6611028%201.87499553%2C12.4413767%201.87499553%2C12.1874709%20L1.87499553%2C5.47850256%20L0.644529713%2C6.44529713%20C0.605467455%2C6.48435939%200.561522248%2C6.49900779%200.51269409%2C6.48924234%20C0.463865933%2C6.47947689%200.429686625%2C6.45506259%200.410155272%2C6.41600033%20L0.0292968052%2C5.97654825%20C0.00976545271%2C5.93748599%200%2C5.89354079%200%2C5.84471263%20C0%2C5.79588447%200.0195313524%2C5.75193926%200.0585936103%2C5.712877%20L6.91404602%2C0.205077636%20C7.08982685%2C0.068359063%207.28513903%2C0%207.49998212%2C0%20C7.71482521%2C0%207.91013739%2C0.068359063%208.08591822%2C0.205077636%20L12.1874709%2C3.51561662%20L12.1874709%2C2.05077636%20C12.1874709%2C1.99218275%2012.2070023%2C1.94823754%2012.2460646%2C1.91894074%20C12.2851268%2C1.88964393%2012.3241895%2C1.87499553%2012.3632518%2C1.87499553%20L12.9491879%2C1.87499553%20C12.9882501%2C1.87499553%2013.0273128%2C1.88964393%2013.0663751%2C1.91894074%20C13.1054374%2C1.94823754%2013.1249687%2C1.99218275%2013.1249687%2C2.05077636%20L13.1249687%2C4.27733355%20L14.9413706%2C5.712877%20Z%20M12.1874709%2C12.1874709%20L12.1874709%2C4.71678563%20L7.61716934%2C1.02538818%20C7.53904438%2C0.96679457%207.46091986%2C0.96679457%207.3827949%2C1.02538818%20L2.81249329%2C4.71678563%20L2.81249329%2C12.1874709%20L5.62498659%2C12.1874709%20L5.62498659%2C8.32029266%20C5.62498659%2C8.22263679%205.65916634%2C8.13962888%205.72752541%2C8.07126982%20C5.79588447%2C8.00291076%205.87889238%2C7.968731%205.97654825%2C7.968731%20L9.02341599%2C7.968731%20C9.12107185%2C7.968731%209.20407977%2C8.00291076%209.27243883%2C8.07126982%20C9.34079789%2C8.13962888%209.37497765%2C8.22263679%209.37497765%2C8.32029266%20L9.37497765%2C12.1874709%20L12.1874709%2C12.1874709%20Z%22%20id%3D%22Shape%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-position: 5% 50%;
}
#pmaxGui #topBar #contentMenu .about,
#pmaxGui #topBar #contentMenuAdditionalDrop .about {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2215px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2015%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3Ebutton-about-us%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22export%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Artboard%22%20transform%3D%22translate(-9.000000%2C%20-107.000000)%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22button-about-us%22%20transform%3D%22translate(9.000000%2C%20107.875000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M7.5%2C0%20C3.35742205%2C0%200%2C3.35742205%200%2C7.5%20C0%2C11.6425779%203.35742205%2C15%207.5%2C15%20C11.6425779%2C15%2015%2C11.6425779%2015%2C7.5%20C15%2C3.35742205%2011.6425779%2C0%207.5%2C0%20Z%20M7.5%2C14.0625%20C3.88183594%2C14.0625%200.9375%2C11.1181641%200.9375%2C7.5%20C0.9375%2C3.88183594%203.88183594%2C0.9375%207.5%2C0.9375%20C11.1181641%2C0.9375%2014.0625%2C3.88183594%2014.0625%2C7.5%20C14.0625%2C11.1181641%2011.1181641%2C14.0625%207.5%2C14.0625%20Z%20M7.5%2C5.390625%20C7.88818359%2C5.390625%208.203125%2C5.07597685%208.203125%2C4.6875%20C8.203125%2C4.29931641%207.88818359%2C3.984375%207.5%2C3.984375%20C7.11181641%2C3.984375%206.796875%2C4.29785192%206.796875%2C4.6875%20C6.796875%2C5.07714808%207.11035147%2C5.390625%207.5%2C5.390625%20Z%20M8.90625%2C10.3125%20L7.96875%2C10.3125%20L7.96875%2C7.03125%20C7.96875%2C6.77343741%207.75781214%2C6.5625%207.5%2C6.5625%20L6.5625%2C6.5625%20C6.30468741%2C6.5625%206.09375%2C6.77343741%206.09375%2C7.03125%20C6.09375%2C7.28906259%206.30468741%2C7.5%206.5625%2C7.5%20L7.03125%2C7.5%20L7.03125%2C10.3125%20L6.09375%2C10.3125%20C5.83593741%2C10.3125%205.625%2C10.5234379%205.625%2C10.78125%20C5.625%2C11.0390621%205.83593741%2C11.25%206.09375%2C11.25%20L8.90625%2C11.25%20C9.16511714%2C11.25%209.375%2C11.0401171%209.375%2C10.78125%20C9.375%2C10.5234379%209.16406214%2C10.3125%208.90625%2C10.3125%20Z%22%20id%3D%22Shape%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-position: 5% 50%;
}
#pmaxGui #topBar #contentMenu.shown,
#pmaxGui #topBar #contentMenuAdditionalDrop.shown {
  display: block;
}
#pmaxGui #topBar .sponsor-logos-container {
  margin-top: 8px;
}
#pmaxGui #topBar .edge {
  bottom: -2px;
}
#pmaxGui #topBar #placeholder {
  display: none;
  width: 70px;
  margin-right: 15px;
}
#pmaxGui #topBar #placeholder.shown {
  display: inline-block;
}
#pmaxGui #topBar #additionalMenu {
  display: none;
  position: absolute;
  right: 100px;
  margin: 0 0.2em;
  font-size: 1.05em;
  font-family: 'Oswald', Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  height: 50px;
  width: 70px;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2270px%22%20height%3D%2250px%22%20viewBox%3D%220%200%2070%2050%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3Ebutton-printshop%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22export%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Artboard%22%20transform%3D%22translate(-46.000000%2C%20-161.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22button-printshop%22%20transform%3D%22translate(46.000000%2C%20161.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M69.5%2C0.5%20L69.5%2C39.6228493%20L37.0604085%2C48.891304%20C35.7137466%2C49.2760645%2034.2862534%2C49.2760645%2032.9395915%2C48.891304%20L32.9395915%2C48.891304%20L0.5%2C39.6228493%20L0.5%2C0.5%20L69.5%2C0.5%20Z%22%20id%3D%22Rectangle%22%20stroke%3D%22%232A2A2A%22%20fill%3D%22%23EDEDED%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Printshop%22%20transform%3D%22translate(6.937500%2C%2013.875000)%22%20fill%3D%22%232A2A2A%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1.875%2C5.625%20L2.34375%2C5.625%20C2.76855469%2C5.625%203.11645508%2C5.60058594%203.38745117%2C5.55175781%20C3.65844727%2C5.50292969%203.89770508%2C5.41137695%204.10522461%2C5.27709961%20C4.31274414%2C5.14282227%204.46166992%2C4.95117188%204.55200195%2C4.70214844%20C4.64233398%2C4.453125%204.6875%2C4.13574219%204.6875%2C3.75%20C4.6875%2C3.28125%204.65332031%2C2.90161133%204.58496094%2C2.61108398%20C4.51660156%2C2.32055664%204.39086914%2C2.08251953%204.20776367%2C1.89697266%20C4.0246582%2C1.71142578%203.7878418%2C1.58325195%203.49731445%2C1.51245117%20C3.20678711%2C1.44165039%202.82226562%2C1.40625%202.34375%2C1.40625%20L1.875%2C1.40625%20L1.875%2C5.625%20Z%20M0%2C13.125%20L0%2C0%20L3.28125%2C0%20C5.46875%2C0%206.5625%2C1.25%206.5625%2C3.75%20C6.5625%2C4.81933594%206.28051758%2C5.63354492%205.71655273%2C6.19262695%20C5.15258789%2C6.75170898%204.34082031%2C7.03125%203.28125%2C7.03125%20L1.875%2C7.03125%20L1.875%2C13.125%20L0%2C13.125%20Z%22%20id%3D%22Shape%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M7.74394531%2C13.125%20L7.74394531%2C3.75%20L9.61894531%2C3.75%20L9.61894531%2C5.00244141%20C9.809375%2C4.63134766%2010.0864746%2C4.30786133%2010.4502441%2C4.03198242%20C10.8140137%2C3.75610352%2011.2180664%2C3.61816406%2011.6624023%2C3.61816406%20C11.6770508%2C3.61816406%2011.7771484%2C3.62792969%2011.9626953%2C3.64746094%20L11.9626953%2C5.72021484%20C11.6160156%2C5.58349609%2011.2693359%2C5.51513672%2010.9226563%2C5.51513672%20C10.5320313%2C5.51513672%2010.2170898%2C5.63232422%209.97783203%2C5.86669922%20C9.73857422%2C6.10107422%209.61894531%2C6.41113281%209.61894531%2C6.796875%20L9.61894531%2C13.125%20L7.74394531%2C13.125%20Z%22%20id%3D%22Path%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M13.1001953%2C2.34375%20L13.1001953%2C0.46875%20L14.9751953%2C0.46875%20L14.9751953%2C2.34375%20L13.1001953%2C2.34375%20Z%20M13.1001953%2C13.125%20L13.1001953%2C3.75%20L14.9751953%2C3.75%20L14.9751953%2C13.125%20L13.1001953%2C13.125%20Z%22%20id%3D%22Shape%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M16.9696289%2C13.125%20L16.9696289%2C3.75%20L18.8446289%2C3.75%20L18.8446289%2C4.76074219%20C19.1229492%2C4.50683594%2019.35%2C4.31274414%2019.5257812%2C4.1784668%20C19.7015625%2C4.04418945%2019.9444824%2C3.91723633%2020.254541%2C3.79760742%20C20.5645996%2C3.67797852%2020.8954102%2C3.61816406%2021.2469727%2C3.61816406%20C21.6473633%2C3.61816406%2021.9720703%2C3.76464844%2022.2210937%2C4.05761719%20C22.4701172%2C4.35058594%2022.5946289%2C4.70947266%2022.5946289%2C5.13427734%20L22.5946289%2C13.125%20L20.7196289%2C13.125%20L20.7196289%2C6.09375%20C20.7196289%2C5.76660156%2020.6732422%2C5.52856445%2020.5804687%2C5.37963867%20C20.4876953%2C5.23071289%2020.299707%2C5.15625%2020.0165039%2C5.15625%20C19.8553711%2C5.15625%2019.695459%2C5.18920898%2019.5367676%2C5.25512695%20C19.3780762%2C5.32104492%2019.259668%2C5.38208008%2019.181543%2C5.43823242%20C19.103418%2C5.49438477%2018.9911133%2C5.58349609%2018.8446289%2C5.70556641%20L18.8446289%2C13.125%20L16.9696289%2C13.125%20Z%22%20id%3D%22Path%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M27.0353516%2C13.2568359%20C26.2980469%2C13.2568359%2025.7621582%2C13.0688477%2025.4276855%2C12.6928711%20C25.0932129%2C12.3168945%2024.9210937%2C11.7480469%2024.9113281%2C10.9863281%20L24.9113281%2C5.15625%20L23.9738281%2C5.15625%20L23.9738281%2C3.75%20L24.9113281%2C3.75%20L24.9113281%2C0.46875%20L26.7863281%2C0.46875%20L26.7863281%2C3.75%20L28.1925781%2C3.75%20L28.1925781%2C5.15625%20L26.7863281%2C5.15625%20L26.7863281%2C10.6274414%20C26.7863281%2C11.003418%2026.8375977%2C11.2792969%2026.9401367%2C11.4550781%20C27.0426758%2C11.6308594%2027.2501953%2C11.71875%2027.5626953%2C11.71875%20C27.6994141%2C11.71875%2027.909375%2C11.6943359%2028.1925781%2C11.6455078%20L28.1925781%2C13.1689453%20C27.7238281%2C13.2275391%2027.3380859%2C13.2568359%2027.0353516%2C13.2568359%20Z%22%20id%3D%22Path%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M32.2231445%2C13.2568359%20C31.4516602%2C13.2568359%2030.8327637%2C13.0273438%2030.3664551%2C12.5683594%20C29.9001465%2C12.109375%2029.581543%2C11.5136719%2029.4106445%2C10.78125%20L30.8168945%2C10.3125%20C31.1538086%2C11.25%2031.6225586%2C11.71875%2032.2231445%2C11.71875%20C32.5209961%2C11.71875%2032.751709%2C11.6369629%2032.9152832%2C11.4733887%20C33.0788574%2C11.3098145%2033.1606445%2C11.0791016%2033.1606445%2C10.78125%20C33.1606445%2C10.3466797%2033.0043945%2C9.98535156%2032.6918945%2C9.69726562%20L30.8168945%2C8.29101562%20C30.6069336%2C8.14941406%2030.4311523%2C8.01635742%2030.2895508%2C7.8918457%20C30.1479492%2C7.76733398%2030.0039062%2C7.61474609%2029.8574219%2C7.43408203%20C29.7109375%2C7.25341797%2029.5998535%2C7.05078125%2029.5241699%2C6.82617188%20C29.4484863%2C6.6015625%2029.4106445%2C6.35742188%2029.4106445%2C6.09375%20C29.4106445%2C5.29296875%2029.6657715%2C4.68017578%2030.1760254%2C4.25537109%20C30.6862793%2C3.83056641%2031.3686523%2C3.61816406%2032.2231445%2C3.61816406%20C32.628418%2C3.61816406%2032.9946289%2C3.68286133%2033.3217773%2C3.81225586%20C33.6489258%2C3.94165039%2033.923584%2C4.12353516%2034.145752%2C4.35791016%20C34.3679199%2C4.59228516%2034.5510254%2C4.85229492%2034.6950684%2C5.13793945%20C34.8391113%2C5.42358398%2034.9526367%2C5.7421875%2035.0356445%2C6.09375%20L33.6293945%2C6.5625%20C33.5610352%2C6.37695312%2033.4926758%2C6.21704102%2033.4243164%2C6.08276367%20C33.355957%2C5.94848633%2033.2644043%2C5.80322266%2033.1496582%2C5.64697266%20C33.0349121%2C5.49072266%2032.8994141%2C5.36987305%2032.7431641%2C5.28442383%20C32.5869141%2C5.19897461%2032.4135742%2C5.15625%2032.2231445%2C5.15625%20C31.925293%2C5.15625%2031.6945801%2C5.23803711%2031.5310059%2C5.40161133%20C31.3674316%2C5.56518555%2031.2856445%2C5.79589844%2031.2856445%2C6.09375%20C31.2856445%2C6.38671875%2031.4418945%2C6.65039062%2031.7543945%2C6.88476562%20L33.6293945%2C8.29101562%20C33.8393555%2C8.45703125%2034.0187988%2C8.61694336%2034.1677246%2C8.77075195%20C34.3166504%2C8.92456055%2034.4619141%2C9.1027832%2034.6035156%2C9.30541992%20C34.7451172%2C9.50805664%2034.8525391%2C9.73388672%2034.9257812%2C9.98291016%20C34.9990234%2C10.2319336%2035.0356445%2C10.4980469%2035.0356445%2C10.78125%20C35.0356445%2C11.5820312%2034.7805176%2C12.1948242%2034.2702637%2C12.6196289%20C33.7600098%2C13.0444336%2033.0776367%2C13.2568359%2032.2231445%2C13.2568359%20Z%22%20id%3D%22Path%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M36.3782227%2C13.125%20L36.3782227%2C0%20L38.2532227%2C0%20L38.2532227%2C4.76074219%20C38.531543%2C4.50683594%2038.7585938%2C4.31274414%2038.934375%2C4.1784668%20C39.1101563%2C4.04418945%2039.3530762%2C3.91723633%2039.6631348%2C3.79760742%20C39.9731934%2C3.67797852%2040.3040039%2C3.61816406%2040.6555664%2C3.61816406%20C41.055957%2C3.61816406%2041.3806641%2C3.76464844%2041.6296875%2C4.05761719%20C41.8787109%2C4.35058594%2042.0032227%2C4.70947266%2042.0032227%2C5.13427734%20L42.0032227%2C13.125%20L40.1282227%2C13.125%20L40.1282227%2C6.09375%20C40.1282227%2C5.77148438%2040.0879395%2C5.53466797%2040.007373%2C5.38330078%20C39.9268066%2C5.23193359%2039.7522461%2C5.15625%2039.4836914%2C5.15625%20C39.102832%2C5.15625%2038.6926758%2C5.33935547%2038.2532227%2C5.70556641%20L38.2532227%2C13.125%20L36.3782227%2C13.125%20Z%22%20id%3D%22Path%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M48.6412109%2C12.3779297%20C48.2066406%2C12.9638672%2047.4864258%2C13.2568359%2046.4805664%2C13.2568359%20C45.474707%2C13.2568359%2044.7544922%2C12.9638672%2044.3199219%2C12.3779297%20C43.8853516%2C11.7919922%2043.6680664%2C10.9472656%2043.6680664%2C9.84375%20L43.6680664%2C7.03125%20C43.6680664%2C5.92773438%2043.8853516%2C5.08300781%2044.3199219%2C4.49707031%20C44.7544922%2C3.91113281%2045.474707%2C3.61816406%2046.4805664%2C3.61816406%20C47.4864258%2C3.61816406%2048.2066406%2C3.91113281%2048.6412109%2C4.49707031%20C49.0757813%2C5.08300781%2049.2930664%2C5.92773438%2049.2930664%2C7.03125%20L49.2930664%2C9.84375%20C49.2930664%2C10.9472656%2049.0757813%2C11.7919922%2048.6412109%2C12.3779297%20Z%20M46.1290039%2C11.6601562%20C46.231543%2C11.6992188%2046.3487305%2C11.71875%2046.4805664%2C11.71875%20C46.6124023%2C11.71875%2046.7283691%2C11.6992188%2046.8284668%2C11.6601562%20C46.9285645%2C11.6210938%2047.0115723%2C11.5734863%2047.0774902%2C11.517334%20C47.1434082%2C11.4611816%2047.1983398%2C11.3781738%2047.2422852%2C11.2683105%20C47.2862305%2C11.1584473%2047.3204102%2C11.0620117%2047.3448242%2C10.9790039%20C47.3692383%2C10.8959961%2047.3863281%2C10.7763672%2047.3960938%2C10.6201172%20C47.4058594%2C10.4638672%2047.4119629%2C10.3405762%2047.4144043%2C10.2502441%20C47.4168457%2C10.1599121%2047.4180664%2C10.0244141%2047.4180664%2C9.84375%20L47.4180664%2C7.03125%20C47.4180664%2C6.85058594%2047.4168457%2C6.71508789%2047.4144043%2C6.62475586%20C47.4119629%2C6.53442383%2047.4058594%2C6.41113281%2047.3960938%2C6.25488281%20C47.3863281%2C6.09863281%2047.3692383%2C5.97900391%2047.3448242%2C5.89599609%20C47.3204102%2C5.81298828%2047.2862305%2C5.71655273%2047.2422852%2C5.60668945%20C47.1983398%2C5.49682617%2047.1434082%2C5.41381836%2047.0774902%2C5.35766602%20C47.0115723%2C5.30151367%2046.9285645%2C5.25390625%2046.8284668%2C5.21484375%20C46.7283691%2C5.17578125%2046.6124023%2C5.15625%2046.4805664%2C5.15625%20C46.3487305%2C5.15625%2046.2327637%2C5.17578125%2046.132666%2C5.21484375%20C46.0325684%2C5.25390625%2045.9495605%2C5.30151367%2045.8836426%2C5.35766602%20C45.8177246%2C5.41381836%2045.762793%2C5.49682617%2045.7188477%2C5.60668945%20C45.6749023%2C5.71655273%2045.6407227%2C5.81298828%2045.6163086%2C5.89599609%20C45.5918945%2C5.97900391%2045.5748047%2C6.09863281%2045.5650391%2C6.25488281%20C45.5552734%2C6.41113281%2045.5491699%2C6.53442383%2045.5467285%2C6.62475586%20C45.5442871%2C6.71508789%2045.5430664%2C6.85058594%2045.5430664%2C7.03125%20L45.5430664%2C9.84375%20C45.5430664%2C10.0244141%2045.5442871%2C10.1599121%2045.5467285%2C10.2502441%20C45.5491699%2C10.3405762%2045.5552734%2C10.4638672%2045.5650391%2C10.6201172%20C45.5748047%2C10.7763672%2045.5918945%2C10.8959961%2045.6163086%2C10.9790039%20C45.6407227%2C11.0620117%2045.6749023%2C11.1584473%2045.7188477%2C11.2683105%20C45.762793%2C11.3781738%2045.8177246%2C11.4611816%2045.8836426%2C11.517334%20C45.9495605%2C11.5734863%2046.0313477%2C11.6210938%2046.1290039%2C11.6601562%20Z%22%20id%3D%22Shape%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M54.3124023%2C11.71875%20C54.5125977%2C11.71875%2054.679834%2C11.6455078%2054.8141113%2C11.4990234%20C54.9483887%2C11.3525391%2055.0460449%2C11.1437988%2055.1070801%2C10.8728027%20C55.1681152%2C10.6018066%2055.2096191%2C10.333252%2055.2315918%2C10.0671387%20C55.2535645%2C9.80102539%2055.2645508%2C9.48974609%2055.2645508%2C9.13330078%20L55.2499023%2C7.89550781%20C55.2499023%2C7.67578125%2055.2486816%2C7.4987793%2055.2462402%2C7.36450195%20C55.2437988%2C7.23022461%2055.2352539%2C7.05200195%2055.2206055%2C6.82983398%20C55.205957%2C6.60766602%2055.1852051%2C6.42578125%2055.1583496%2C6.28417969%20C55.1314941%2C6.14257812%2055.0912109%2C5.98632812%2055.0375%2C5.81542969%20C54.9837891%2C5.64453125%2054.9190918%2C5.51025391%2054.8434082%2C5.41259766%20C54.7677246%2C5.31494141%2054.6700684%2C5.23193359%2054.5504395%2C5.16357422%20C54.4308105%2C5.09521484%2054.2953125%2C5.06103516%2054.1439453%2C5.06103516%20C54.0707031%2C5.06103516%2054.001123%2C5.06591797%2053.9352051%2C5.07568359%20C53.8692871%2C5.08544922%2053.8009277%2C5.10131836%2053.730127%2C5.12329102%20C53.6593262%2C5.14526367%2053.6007324%2C5.16479492%2053.5543457%2C5.18188477%20C53.507959%2C5.19897461%2053.4481445%2C5.22705078%2053.3749023%2C5.26611328%20C53.3016602%2C5.30517578%2053.2491699%2C5.33325195%2053.2174316%2C5.3503418%20C53.1856934%2C5.36743164%2053.1307617%2C5.40039062%2053.0526367%2C5.44921875%20C52.9745117%2C5.49804688%2052.9256836%2C5.52734375%2052.9061523%2C5.53710938%20L52.9061523%2C11.3378906%20C53.3358398%2C11.5917969%2053.8045898%2C11.71875%2054.3124023%2C11.71875%20Z%20M51.0311523%2C15.9375%20L51.0311523%2C3.75%20L52.9061523%2C3.75%20L52.9061523%2C4.6875%20C53.0575195%2C4.52636719%2053.1625%2C4.41650391%2053.2210938%2C4.35791016%20C53.2796875%2C4.29931641%2053.3810059%2C4.20898438%2053.5250488%2C4.08691406%20C53.6690918%2C3.96484375%2053.7936035%2C3.87939453%2053.898584%2C3.83056641%20C54.0035645%2C3.78173828%2054.1378418%2C3.73413086%2054.301416%2C3.68774414%20C54.4649902%2C3.64135742%2054.634668%2C3.61816406%2054.8104492%2C3.61816406%20C55.127832%2C3.61816406%2055.4110352%2C3.67553711%2055.6600586%2C3.7902832%20C55.909082%2C3.9050293%2056.1141602%2C4.04296875%2056.275293%2C4.20410156%20C56.4364258%2C4.36523438%2056.5731445%2C4.59594727%2056.6854492%2C4.89624023%20C56.7977539%2C5.1965332%2056.8819824%2C5.46875%2056.9381348%2C5.71289062%20C56.9942871%2C5.95703125%2057.0370117%2C6.28662109%2057.0663086%2C6.70166016%20C57.0956055%2C7.11669922%2057.1126953%2C7.45239258%2057.1175781%2C7.70874023%20C57.1224609%2C7.96508789%2057.1249023%2C8.31787109%2057.1249023%2C8.76708984%20L57.1249023%2C8.90625%20C57.1249023%2C9.31640625%2057.1041504%2C9.71191406%2057.0626465%2C10.0927734%20C57.0211426%2C10.4736328%2056.945459%2C10.8605957%2056.8355957%2C11.2536621%20C56.7257324%2C11.6467285%2056.5865723%2C11.9873047%2056.4181152%2C12.2753906%20C56.2496582%2C12.5634766%2056.0250488%2C12.7990723%2055.7442871%2C12.9821777%20C55.4635254%2C13.1652832%2055.1424805%2C13.2568359%2054.7811523%2C13.2568359%20C54.1463867%2C13.2568359%2053.5213867%2C12.9321289%2052.9061523%2C12.2827148%20L52.9061523%2C15.9375%20L51.0311523%2C15.9375%20Z%22%20id%3D%22Shape%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
}
#pmaxGui #topBar #additionalMenu.shown {
  display: inline-block;
}
#pmaxGui #topBar #additionalMenu:hover {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2270px%22%20height%3D%2250px%22%20viewBox%3D%220%200%2070%2050%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3Ebutton-printshop-hover%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22export%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Artboard%22%20transform%3D%22translate(-130.000000%2C%20-161.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22button-printshop-hover%22%20transform%3D%22translate(130.000000%2C%20161.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M69.5%2C0.5%20L69.5%2C39.6228493%20L37.0604085%2C48.891304%20C35.7137466%2C49.2760645%2034.2862534%2C49.2760645%2032.9395915%2C48.891304%20L32.9395915%2C48.891304%20L0.5%2C39.6228493%20L0.5%2C0.5%20L69.5%2C0.5%20Z%22%20id%3D%22btn-printshop-hover%22%20stroke%3D%22%232A2A2A%22%20fill%3D%22%23FFFFFF%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-2%22%20transform%3D%22translate(6.937500%2C%2013.875000)%22%20fill%3D%22%232A2A2A%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1.875%2C5.625%20L2.34375%2C5.625%20C2.76855469%2C5.625%203.11645508%2C5.60058594%203.38745117%2C5.55175781%20C3.65844727%2C5.50292969%203.89770508%2C5.41137695%204.10522461%2C5.27709961%20C4.31274414%2C5.14282227%204.46166992%2C4.95117188%204.55200195%2C4.70214844%20C4.64233398%2C4.453125%204.6875%2C4.13574219%204.6875%2C3.75%20C4.6875%2C3.28125%204.65332031%2C2.90161133%204.58496094%2C2.61108398%20C4.51660156%2C2.32055664%204.39086914%2C2.08251953%204.20776367%2C1.89697266%20C4.0246582%2C1.71142578%203.7878418%2C1.58325195%203.49731445%2C1.51245117%20C3.20678711%2C1.44165039%202.82226562%2C1.40625%202.34375%2C1.40625%20L1.875%2C1.40625%20L1.875%2C5.625%20Z%20M0%2C13.125%20L0%2C0%20L3.28125%2C0%20C5.46875%2C0%206.5625%2C1.25%206.5625%2C3.75%20C6.5625%2C4.81933594%206.28051758%2C5.63354492%205.71655273%2C6.19262695%20C5.15258789%2C6.75170898%204.34082031%2C7.03125%203.28125%2C7.03125%20L1.875%2C7.03125%20L1.875%2C13.125%20L0%2C13.125%20Z%22%20id%3D%22Shape%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M7.74394531%2C13.125%20L7.74394531%2C3.75%20L9.61894531%2C3.75%20L9.61894531%2C5.00244141%20C9.809375%2C4.63134766%2010.0864746%2C4.30786133%2010.4502441%2C4.03198242%20C10.8140137%2C3.75610352%2011.2180664%2C3.61816406%2011.6624023%2C3.61816406%20C11.6770508%2C3.61816406%2011.7771484%2C3.62792969%2011.9626953%2C3.64746094%20L11.9626953%2C5.72021484%20C11.6160156%2C5.58349609%2011.2693359%2C5.51513672%2010.9226562%2C5.51513672%20C10.5320312%2C5.51513672%2010.2170898%2C5.63232422%209.97783203%2C5.86669922%20C9.73857422%2C6.10107422%209.61894531%2C6.41113281%209.61894531%2C6.796875%20L9.61894531%2C13.125%20L7.74394531%2C13.125%20Z%22%20id%3D%22Path%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M13.1001953%2C2.34375%20L13.1001953%2C0.46875%20L14.9751953%2C0.46875%20L14.9751953%2C2.34375%20L13.1001953%2C2.34375%20Z%20M13.1001953%2C13.125%20L13.1001953%2C3.75%20L14.9751953%2C3.75%20L14.9751953%2C13.125%20L13.1001953%2C13.125%20Z%22%20id%3D%22Shape%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M16.9696289%2C13.125%20L16.9696289%2C3.75%20L18.8446289%2C3.75%20L18.8446289%2C4.76074219%20C19.1229492%2C4.50683594%2019.35%2C4.31274414%2019.5257813%2C4.1784668%20C19.7015625%2C4.04418945%2019.9444824%2C3.91723633%2020.254541%2C3.79760742%20C20.5645996%2C3.67797852%2020.8954102%2C3.61816406%2021.2469727%2C3.61816406%20C21.6473633%2C3.61816406%2021.9720703%2C3.76464844%2022.2210938%2C4.05761719%20C22.4701172%2C4.35058594%2022.5946289%2C4.70947266%2022.5946289%2C5.13427734%20L22.5946289%2C13.125%20L20.7196289%2C13.125%20L20.7196289%2C6.09375%20C20.7196289%2C5.76660156%2020.6732422%2C5.52856445%2020.5804688%2C5.37963867%20C20.4876953%2C5.23071289%2020.299707%2C5.15625%2020.0165039%2C5.15625%20C19.8553711%2C5.15625%2019.695459%2C5.18920898%2019.5367676%2C5.25512695%20C19.3780762%2C5.32104492%2019.259668%2C5.38208008%2019.181543%2C5.43823242%20C19.103418%2C5.49438477%2018.9911133%2C5.58349609%2018.8446289%2C5.70556641%20L18.8446289%2C13.125%20L16.9696289%2C13.125%20Z%22%20id%3D%22Path%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M27.0353516%2C13.2568359%20C26.2980469%2C13.2568359%2025.7621582%2C13.0688477%2025.4276855%2C12.6928711%20C25.0932129%2C12.3168945%2024.9210937%2C11.7480469%2024.9113281%2C10.9863281%20L24.9113281%2C5.15625%20L23.9738281%2C5.15625%20L23.9738281%2C3.75%20L24.9113281%2C3.75%20L24.9113281%2C0.46875%20L26.7863281%2C0.46875%20L26.7863281%2C3.75%20L28.1925781%2C3.75%20L28.1925781%2C5.15625%20L26.7863281%2C5.15625%20L26.7863281%2C10.6274414%20C26.7863281%2C11.003418%2026.8375977%2C11.2792969%2026.9401367%2C11.4550781%20C27.0426758%2C11.6308594%2027.2501953%2C11.71875%2027.5626953%2C11.71875%20C27.6994141%2C11.71875%2027.909375%2C11.6943359%2028.1925781%2C11.6455078%20L28.1925781%2C13.1689453%20C27.7238281%2C13.2275391%2027.3380859%2C13.2568359%2027.0353516%2C13.2568359%20Z%22%20id%3D%22Path%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M32.2231445%2C13.2568359%20C31.4516602%2C13.2568359%2030.8327637%2C13.0273438%2030.3664551%2C12.5683594%20C29.9001465%2C12.109375%2029.581543%2C11.5136719%2029.4106445%2C10.78125%20L30.8168945%2C10.3125%20C31.1538086%2C11.25%2031.6225586%2C11.71875%2032.2231445%2C11.71875%20C32.5209961%2C11.71875%2032.751709%2C11.6369629%2032.9152832%2C11.4733887%20C33.0788574%2C11.3098145%2033.1606445%2C11.0791016%2033.1606445%2C10.78125%20C33.1606445%2C10.3466797%2033.0043945%2C9.98535156%2032.6918945%2C9.69726562%20L30.8168945%2C8.29101562%20C30.6069336%2C8.14941406%2030.4311523%2C8.01635742%2030.2895508%2C7.8918457%20C30.1479492%2C7.76733398%2030.0039062%2C7.61474609%2029.8574219%2C7.43408203%20C29.7109375%2C7.25341797%2029.5998535%2C7.05078125%2029.5241699%2C6.82617188%20C29.4484863%2C6.6015625%2029.4106445%2C6.35742188%2029.4106445%2C6.09375%20C29.4106445%2C5.29296875%2029.6657715%2C4.68017578%2030.1760254%2C4.25537109%20C30.6862793%2C3.83056641%2031.3686523%2C3.61816406%2032.2231445%2C3.61816406%20C32.628418%2C3.61816406%2032.9946289%2C3.68286133%2033.3217773%2C3.81225586%20C33.6489258%2C3.94165039%2033.923584%2C4.12353516%2034.145752%2C4.35791016%20C34.3679199%2C4.59228516%2034.5510254%2C4.85229492%2034.6950684%2C5.13793945%20C34.8391113%2C5.42358398%2034.9526367%2C5.7421875%2035.0356445%2C6.09375%20L33.6293945%2C6.5625%20C33.5610352%2C6.37695312%2033.4926758%2C6.21704102%2033.4243164%2C6.08276367%20C33.355957%2C5.94848633%2033.2644043%2C5.80322266%2033.1496582%2C5.64697266%20C33.0349121%2C5.49072266%2032.8994141%2C5.36987305%2032.7431641%2C5.28442383%20C32.5869141%2C5.19897461%2032.4135742%2C5.15625%2032.2231445%2C5.15625%20C31.925293%2C5.15625%2031.6945801%2C5.23803711%2031.5310059%2C5.40161133%20C31.3674316%2C5.56518555%2031.2856445%2C5.79589844%2031.2856445%2C6.09375%20C31.2856445%2C6.38671875%2031.4418945%2C6.65039062%2031.7543945%2C6.88476562%20L33.6293945%2C8.29101562%20C33.8393555%2C8.45703125%2034.0187988%2C8.61694336%2034.1677246%2C8.77075195%20C34.3166504%2C8.92456055%2034.4619141%2C9.1027832%2034.6035156%2C9.30541992%20C34.7451172%2C9.50805664%2034.8525391%2C9.73388672%2034.9257812%2C9.98291016%20C34.9990234%2C10.2319336%2035.0356445%2C10.4980469%2035.0356445%2C10.78125%20C35.0356445%2C11.5820312%2034.7805176%2C12.1948242%2034.2702637%2C12.6196289%20C33.7600098%2C13.0444336%2033.0776367%2C13.2568359%2032.2231445%2C13.2568359%20Z%22%20id%3D%22Path%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M36.3782227%2C13.125%20L36.3782227%2C0%20L38.2532227%2C0%20L38.2532227%2C4.76074219%20C38.531543%2C4.50683594%2038.7585938%2C4.31274414%2038.934375%2C4.1784668%20C39.1101563%2C4.04418945%2039.3530762%2C3.91723633%2039.6631348%2C3.79760742%20C39.9731934%2C3.67797852%2040.3040039%2C3.61816406%2040.6555664%2C3.61816406%20C41.055957%2C3.61816406%2041.3806641%2C3.76464844%2041.6296875%2C4.05761719%20C41.8787109%2C4.35058594%2042.0032227%2C4.70947266%2042.0032227%2C5.13427734%20L42.0032227%2C13.125%20L40.1282227%2C13.125%20L40.1282227%2C6.09375%20C40.1282227%2C5.77148438%2040.0879395%2C5.53466797%2040.007373%2C5.38330078%20C39.9268066%2C5.23193359%2039.7522461%2C5.15625%2039.4836914%2C5.15625%20C39.102832%2C5.15625%2038.6926758%2C5.33935547%2038.2532227%2C5.70556641%20L38.2532227%2C13.125%20L36.3782227%2C13.125%20Z%22%20id%3D%22Path%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M48.6412109%2C12.3779297%20C48.2066406%2C12.9638672%2047.4864258%2C13.2568359%2046.4805664%2C13.2568359%20C45.474707%2C13.2568359%2044.7544922%2C12.9638672%2044.3199219%2C12.3779297%20C43.8853516%2C11.7919922%2043.6680664%2C10.9472656%2043.6680664%2C9.84375%20L43.6680664%2C7.03125%20C43.6680664%2C5.92773438%2043.8853516%2C5.08300781%2044.3199219%2C4.49707031%20C44.7544922%2C3.91113281%2045.474707%2C3.61816406%2046.4805664%2C3.61816406%20C47.4864258%2C3.61816406%2048.2066406%2C3.91113281%2048.6412109%2C4.49707031%20C49.0757813%2C5.08300781%2049.2930664%2C5.92773438%2049.2930664%2C7.03125%20L49.2930664%2C9.84375%20C49.2930664%2C10.9472656%2049.0757813%2C11.7919922%2048.6412109%2C12.3779297%20Z%20M46.1290039%2C11.6601562%20C46.231543%2C11.6992188%2046.3487305%2C11.71875%2046.4805664%2C11.71875%20C46.6124023%2C11.71875%2046.7283691%2C11.6992188%2046.8284668%2C11.6601562%20C46.9285645%2C11.6210938%2047.0115723%2C11.5734863%2047.0774902%2C11.517334%20C47.1434082%2C11.4611816%2047.1983398%2C11.3781738%2047.2422852%2C11.2683105%20C47.2862305%2C11.1584473%2047.3204102%2C11.0620117%2047.3448242%2C10.9790039%20C47.3692383%2C10.8959961%2047.3863281%2C10.7763672%2047.3960938%2C10.6201172%20C47.4058594%2C10.4638672%2047.4119629%2C10.3405762%2047.4144043%2C10.2502441%20C47.4168457%2C10.1599121%2047.4180664%2C10.0244141%2047.4180664%2C9.84375%20L47.4180664%2C7.03125%20C47.4180664%2C6.85058594%2047.4168457%2C6.71508789%2047.4144043%2C6.62475586%20C47.4119629%2C6.53442383%2047.4058594%2C6.41113281%2047.3960938%2C6.25488281%20C47.3863281%2C6.09863281%2047.3692383%2C5.97900391%2047.3448242%2C5.89599609%20C47.3204102%2C5.81298828%2047.2862305%2C5.71655273%2047.2422852%2C5.60668945%20C47.1983398%2C5.49682617%2047.1434082%2C5.41381836%2047.0774902%2C5.35766602%20C47.0115723%2C5.30151367%2046.9285645%2C5.25390625%2046.8284668%2C5.21484375%20C46.7283691%2C5.17578125%2046.6124023%2C5.15625%2046.4805664%2C5.15625%20C46.3487305%2C5.15625%2046.2327637%2C5.17578125%2046.132666%2C5.21484375%20C46.0325684%2C5.25390625%2045.9495605%2C5.30151367%2045.8836426%2C5.35766602%20C45.8177246%2C5.41381836%2045.762793%2C5.49682617%2045.7188477%2C5.60668945%20C45.6749023%2C5.71655273%2045.6407227%2C5.81298828%2045.6163086%2C5.89599609%20C45.5918945%2C5.97900391%2045.5748047%2C6.09863281%2045.5650391%2C6.25488281%20C45.5552734%2C6.41113281%2045.5491699%2C6.53442383%2045.5467285%2C6.62475586%20C45.5442871%2C6.71508789%2045.5430664%2C6.85058594%2045.5430664%2C7.03125%20L45.5430664%2C9.84375%20C45.5430664%2C10.0244141%2045.5442871%2C10.1599121%2045.5467285%2C10.2502441%20C45.5491699%2C10.3405762%2045.5552734%2C10.4638672%2045.5650391%2C10.6201172%20C45.5748047%2C10.7763672%2045.5918945%2C10.8959961%2045.6163086%2C10.9790039%20C45.6407227%2C11.0620117%2045.6749023%2C11.1584473%2045.7188477%2C11.2683105%20C45.762793%2C11.3781738%2045.8177246%2C11.4611816%2045.8836426%2C11.517334%20C45.9495605%2C11.5734863%2046.0313477%2C11.6210938%2046.1290039%2C11.6601562%20Z%22%20id%3D%22Shape%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M54.3124023%2C11.71875%20C54.5125977%2C11.71875%2054.679834%2C11.6455078%2054.8141113%2C11.4990234%20C54.9483887%2C11.3525391%2055.0460449%2C11.1437988%2055.1070801%2C10.8728027%20C55.1681152%2C10.6018066%2055.2096191%2C10.333252%2055.2315918%2C10.0671387%20C55.2535645%2C9.80102539%2055.2645508%2C9.48974609%2055.2645508%2C9.13330078%20L55.2499023%2C7.89550781%20C55.2499023%2C7.67578125%2055.2486816%2C7.4987793%2055.2462402%2C7.36450195%20C55.2437988%2C7.23022461%2055.2352539%2C7.05200195%2055.2206055%2C6.82983398%20C55.205957%2C6.60766602%2055.1852051%2C6.42578125%2055.1583496%2C6.28417969%20C55.1314941%2C6.14257812%2055.0912109%2C5.98632812%2055.0375%2C5.81542969%20C54.9837891%2C5.64453125%2054.9190918%2C5.51025391%2054.8434082%2C5.41259766%20C54.7677246%2C5.31494141%2054.6700684%2C5.23193359%2054.5504395%2C5.16357422%20C54.4308105%2C5.09521484%2054.2953125%2C5.06103516%2054.1439453%2C5.06103516%20C54.0707031%2C5.06103516%2054.001123%2C5.06591797%2053.9352051%2C5.07568359%20C53.8692871%2C5.08544922%2053.8009277%2C5.10131836%2053.730127%2C5.12329102%20C53.6593262%2C5.14526367%2053.6007324%2C5.16479492%2053.5543457%2C5.18188477%20C53.507959%2C5.19897461%2053.4481445%2C5.22705078%2053.3749023%2C5.26611328%20C53.3016602%2C5.30517578%2053.2491699%2C5.33325195%2053.2174316%2C5.3503418%20C53.1856934%2C5.36743164%2053.1307617%2C5.40039062%2053.0526367%2C5.44921875%20C52.9745117%2C5.49804688%2052.9256836%2C5.52734375%2052.9061523%2C5.53710938%20L52.9061523%2C11.3378906%20C53.3358398%2C11.5917969%2053.8045898%2C11.71875%2054.3124023%2C11.71875%20Z%20M51.0311523%2C15.9375%20L51.0311523%2C3.75%20L52.9061523%2C3.75%20L52.9061523%2C4.6875%20C53.0575195%2C4.52636719%2053.1625%2C4.41650391%2053.2210938%2C4.35791016%20C53.2796875%2C4.29931641%2053.3810059%2C4.20898438%2053.5250488%2C4.08691406%20C53.6690918%2C3.96484375%2053.7936035%2C3.87939453%2053.898584%2C3.83056641%20C54.0035645%2C3.78173828%2054.1378418%2C3.73413086%2054.301416%2C3.68774414%20C54.4649902%2C3.64135742%2054.634668%2C3.61816406%2054.8104492%2C3.61816406%20C55.127832%2C3.61816406%2055.4110352%2C3.67553711%2055.6600586%2C3.7902832%20C55.909082%2C3.9050293%2056.1141602%2C4.04296875%2056.275293%2C4.20410156%20C56.4364258%2C4.36523438%2056.5731445%2C4.59594727%2056.6854492%2C4.89624023%20C56.7977539%2C5.1965332%2056.8819824%2C5.46875%2056.9381348%2C5.71289062%20C56.9942871%2C5.95703125%2057.0370117%2C6.28662109%2057.0663086%2C6.70166016%20C57.0956055%2C7.11669922%2057.1126953%2C7.45239258%2057.1175781%2C7.70874023%20C57.1224609%2C7.96508789%2057.1249023%2C8.31787109%2057.1249023%2C8.76708984%20L57.1249023%2C8.90625%20C57.1249023%2C9.31640625%2057.1041504%2C9.71191406%2057.0626465%2C10.0927734%20C57.0211426%2C10.4736328%2056.945459%2C10.8605957%2056.8355957%2C11.2536621%20C56.7257324%2C11.6467285%2056.5865723%2C11.9873047%2056.4181152%2C12.2753906%20C56.2496582%2C12.5634766%2056.0250488%2C12.7990723%2055.7442871%2C12.9821777%20C55.4635254%2C13.1652832%2055.1424805%2C13.2568359%2054.7811523%2C13.2568359%20C54.1463867%2C13.2568359%2053.5213867%2C12.9321289%2052.9061523%2C12.2827148%20L52.9061523%2C15.9375%20L51.0311523%2C15.9375%20Z%22%20id%3D%22Shape%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}
#pmaxGui .fullscreen {
  display: none;
  width: 40px;
  height: 100%;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2227px%22%20height%3D%2227px%22%20viewBox%3D%220%200%2027%2027%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3EGroup%2010%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22export%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Artboard%22%20transform%3D%22translate(-122.000000%2C%20-117.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-10%22%20transform%3D%22translate(123.000000%2C%20118.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group%22%20transform%3D%22translate(6.000000%2C%206.000000)%22%20fill%3D%22%23FFFFFF%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5.27039169%2C1.27039169%20C4.56877373%2C0.568773732%204.79868996%2C0%205.79965349%2C0%20L11.2003465%2C0%20C12.1942677%2C0%2013%2C0.798689961%2013%2C1.79965349%20L13%2C7.20034651%20C13%2C8.19426769%2012.4370097%2C8.43700969%2011.7296083%2C7.72960831%20L5.27039169%2C1.27039169%20Z%22%20id%3D%22Rectangle-4%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1.27039169%2C5.27039169%20C0.568773732%2C4.56877373%200.798689961%2C4%201.79965349%2C4%20L7.20034651%2C4%20C8.19426769%2C4%209%2C4.79868996%209%2C5.79965349%20L9%2C11.2003465%20C9%2C12.1942677%208.43700969%2C12.4370097%207.72960831%2C11.7296083%20L1.27039169%2C5.27039169%20Z%22%20id%3D%22Rectangle-4-Copy%22%20transform%3D%22translate(4.500000%2C%208.500000)%20rotate(-180.000000)%20translate(-4.500000%2C%20-8.500000)%20%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5.1277704%2C-0.5%20L19.8722296%2C-0.5%20C21.7968657%2C-0.5%2022.487758%2C-0.28193201%2023.1894908%2C0.0933588086%20C23.9297658%2C0.489262165%2024.5107378%2C1.07023425%2024.9066412%2C1.81050916%20C25.281932%2C2.51224198%2025.5%2C3.20313431%2025.5%2C5.1277704%20L25.5%2C5.1277704%20L25.5%2C19.8722296%20C25.5%2C21.7968657%2025.281932%2C22.487758%2024.9066412%2C23.1894908%20C24.5107378%2C23.9297658%2023.9297658%2C24.5107378%2023.1894908%2C24.9066412%20C22.487758%2C25.281932%2021.7968657%2C25.5%2019.8722296%2C25.5%20L19.8722296%2C25.5%20L5.1277704%2C25.5%20C3.20313431%2C25.5%202.51224198%2C25.281932%201.81050916%2C24.9066412%20C1.07023425%2C24.5107378%200.489262165%2C23.9297658%200.0933588086%2C23.1894908%20C-0.28193201%2C22.487758%20-0.5%2C21.7968657%20-0.5%2C19.8722296%20L-0.5%2C19.8722296%20L-0.5%2C5.1277704%20C-0.5%2C3.20313431%20-0.28193201%2C2.51224198%200.0933588086%2C1.81050916%20C0.489262165%2C1.07023425%201.07023425%2C0.489262165%201.81050916%2C0.0933588086%20C2.51224198%2C-0.28193201%203.20313431%2C-0.5%205.1277704%2C-0.5%20L5.1277704%2C-0.5%20Z%22%20id%3D%22Rectangle%22%20stroke%3D%22%23FFFFFF%22%20opacity%3D%220.5%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  overflow: hidden;
}
#pmaxGui .fullscreen.enter {
  display: inline-block;
  vertical-align: top;
  height: 40px;
}
#pmaxGui .fullscreen.exit {
  position: absolute;
  top: 5px;
  right: 8px;
  height: 40px;
}
#pmaxGui .fullscreen.disabled {
  display: none !important;
}
#pmaxGui #bottomBar {
  display: none;
  position: relative;
  width: 100%;
  font-size: 10pt;
  overflow: visible;
  z-index: 110;
  border-top: 1px solid #646464;
}
#pmaxGui #bottomBar .ui-widget.ui-corner-all {
  -webkit-border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#pmaxGui #bottomBar .ui-widget.ui-state-default {
  background: rgba(0, 0, 0, 0.5);
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* W3C */
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=rgba(0, 0, 0, 0.5),endColorstr=rgba(0, 0, 0, 0.8),GradientType=0)";
  /* IE6-9 */
}
#pmaxGui #bottomBar .ui-widget.ui-state-hover,
#pmaxGui #bottomBar .ui-widget.ui-state-focus {
  background: rgba(26, 26, 26, 0.5);
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(26, 26, 26, 0.5) 0%, rgba(26, 26, 26, 0.8) 100%);
  /* W3C */
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=rgba(26, 26, 26, 0.5),endColorstr=rgba(26, 26, 26, 0.8),GradientType=0)";
  /* IE6-9 */
}
#pmaxGui #bottomBar .ui-widget.ui-state-active {
  background: rgba(204, 204, 204, 0.4);
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(204, 204, 204, 0.4) 0%, rgba(204, 204, 204, 0.9) 100%);
  /* W3C */
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=rgba(204, 204, 204, 0.4),endColorstr=rgba(204, 204, 204, 0.9),GradientType=0)";
  /* IE6-9 */
}
#pmaxGui #bottomBar #bottomFlyout {
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 0;
  text-align: center;
  overflow: visible;
  z-index: 101;
  /*new TimeNav*/
  /* end new TimeNav*/
}
#pmaxGui #bottomBar #bottomFlyout > * {
  bottom: 0;
}
#pmaxGui #bottomBar #bottomFlyout #aboutLogo {
  display: none;
  position: absolute;
  float: left;
  z-index: 170;
  left: 6px;
  padding-bottom: 8px;
  text-align: center;
}
#pmaxGui #bottomBar #bottomFlyout #aboutLogo > a {
  display: block;
  color: #FFF;
  text-decoration: none;
}
#pmaxGui #bottomBar #bottomFlyout #aboutLogo .about-privacy-policy {
  margin-top: -7px;
  text-shadow: 0 0 5px #000;
  font-size: 0.9em;
}
#pmaxGui #bottomBar #bottomFlyout #aboutLogo .about-button img {
  display: none;
}
#pmaxGui #bottomBar #bottomFlyout #aboutLogo .about-button:hover img.logo {
  display: none !important;
}
#pmaxGui #bottomBar #bottomFlyout #aboutLogo .about-button:hover img.logo-hover {
  display: inline;
}
#pmaxGui #bottomBar #bottomFlyout #aboutLogo.alignment .about-button img {
  display: block !important;
}
#pmaxGui #bottomBar #bottomFlyout #aboutLogo.alignment .about-button img.logo-hover {
  display: none !important;
}
#pmaxGui #bottomBar #bottomFlyout #aboutLogo.alignment .about-button:hover img {
  display: none;
}
#pmaxGui #bottomBar #bottomFlyout #aboutLogo.alignment .about-button:hover img.logo-hover {
  display: block !important;
}
#pmaxGui #bottomBar #bottomFlyout #aboutLogo.alignment .about-privacy-policy {
  margin-left: 10px;
}
#pmaxGui #bottomBar #bottomFlyout .nav-container {
  position: absolute;
  width: 182px;
  z-index: 170;
  bottom: 0;
}
#pmaxGui #bottomBar #bottomFlyout .nav-container .rotation,
#pmaxGui #bottomBar #bottomFlyout .nav-container .recent,
#pmaxGui #bottomBar #bottomFlyout .nav-container .audio-control {
  position: absolute;
  width: 31px;
  height: 24px;
  background-color: #202020;
  padding-top: 2px;
  bottom: 0px;
}
#pmaxGui #bottomBar #bottomFlyout .nav-container .rotation button,
#pmaxGui #bottomBar #bottomFlyout .nav-container .recent button,
#pmaxGui #bottomBar #bottomFlyout .nav-container .audio-control button {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  background-color: transparent;
}
#pmaxGui #bottomBar #bottomFlyout .nav-container .rotation.rotation,
#pmaxGui #bottomBar #bottomFlyout .nav-container .recent.rotation,
#pmaxGui #bottomBar #bottomFlyout .nav-container .audio-control.rotation {
  z-index: 2;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 1px solid #646464;
}
#pmaxGui #bottomBar #bottomFlyout .nav-container .rotation.recent,
#pmaxGui #bottomBar #bottomFlyout .nav-container .recent.recent,
#pmaxGui #bottomBar #bottomFlyout .nav-container .audio-control.recent {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-left: 1px solid #646464;
}
#pmaxGui #bottomBar #bottomFlyout .nav-container .rotation .ro-button,
#pmaxGui #bottomBar #bottomFlyout .nav-container .recent .ro-button,
#pmaxGui #bottomBar #bottomFlyout .nav-container .audio-control .ro-button {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2218px%22%20height%3D%2218px%22%20viewBox%3D%220%200%2018%2018%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3Ebtn-rotation%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22export%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Artboard%22%20transform%3D%22translate(-128.000000%2C%20-54.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20fill%3D%22none%22%20x%3D%220%22%20y%3D%220%22%20width%3D%221000%22%20height%3D%22807%22%3E%3C%2Frect%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-8%22%20transform%3D%22translate(128.000000%2C%2056.000000)%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M7.69188291%2C2.75360052%20L5.90959964%2C7.39660718%20C5.80800012%2C7.66128299%205.51107529%2C7.79348244%205.24639948%2C7.69188291%20L4.14718791%2C7.26993513%20C3.8825121%2C7.1683356%203.75031265%2C6.87141077%203.85191217%2C6.60673496%20L4.84432323%2C4.02141578%20C4.94592275%2C3.75673996%204.8137233%2C3.45981514%204.54904749%2C3.35821561%20L1.96372831%2C2.36580456%20C1.69905249%2C2.26420503%201.56685304%2C1.9672802%201.66845257%2C1.70260439%20L2.09040036%2C0.603392824%20C2.19199988%2C0.338717012%202.48892471%2C0.206517561%202.75360052%2C0.308117086%20L7.39660718%2C2.09040036%20C7.66128299%2C2.19199988%207.79348244%2C2.48892471%207.69188291%2C2.75360052%20Z%22%20id%3D%22Path-2%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M9.84001109%2C2.02841248%20C13.9913943%2C2.36585117%2017.2666667%2C4.44091378%2017.2666667%2C7.50398127%20C17.2666667%2C10.8584845%2013.3384925%2C13.0280313%208.63333333%2C13.0280313%20C3.92817413%2C13.0280313%20-1.0658141e-14%2C10.8584845%20-1.0658141e-14%2C7.50398127%20C-1.0658141e-14%2C5.02767945%202.10405115%2C3.21988142%205.15217889%2C2.41575111%20L5.32248323%2C2.37211191%20L5.73404166%2C5.00878605%20C3.48521362%2C5.56819803%202.12876712%2C6.7046291%202.12876712%2C7.50398127%20C2.12876712%2C8.76697859%204.97806148%2C10.3406556%208.63333333%2C10.3406556%20C12.2886052%2C10.3406556%2015.1378995%2C8.76697859%2015.1378995%2C7.50398127%20C15.1378995%2C6.2620339%2012.3827902%2C4.71967651%208.81541582%2C4.66860959%20C9.23515689%2C2.88707443%209.57668865%2C2.00700872%209.84001109%2C2.02841248%20Z%22%20id%3D%22Path%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 60%;
}
#pmaxGui #bottomBar #bottomFlyout .nav-container .rotation:hover,
#pmaxGui #bottomBar #bottomFlyout .nav-container .recent:hover,
#pmaxGui #bottomBar #bottomFlyout .nav-container .audio-control:hover {
  cursor: pointer;
}
#pmaxGui #bottomBar #bottomFlyout .nav-container .rotation.disabled {
  pointer-events: none;
  opacity: 0.5;
}
#pmaxGui #bottomBar #bottomFlyout .nav-container #timeNav {
  margin-left: 31px;
  width: 120px;
  background-color: #202020;
  font-weight: 600;
  font-size: 1.4em;
}
#pmaxGui #bottomBar #bottomFlyout .nav-container #timeNav .date,
#pmaxGui #bottomBar #bottomFlyout .nav-container #timeNav .time {
  display: block;
  width: 100%;
  height: 24px;
  text-align: center;
  cursor: pointer;
}
#pmaxGui #bottomBar #bottomFlyout .nav-container #timeNav .date {
  display: none;
  font-size: 1em;
}
#pmaxGui #bottomBar #bottomFlyout .nav-container #timeNav .day,
#pmaxGui #bottomBar #bottomFlyout .nav-container #timeNav .month,
#pmaxGui #bottomBar #bottomFlyout .nav-container #timeNav .year {
  display: none;
  height: 25px;
  width: 100%;
  line-height: 25px;
  text-align: center;
  border-bottom: 1px solid #646464;
}
#pmaxGui #bottomBar #bottomFlyout .nav-container #timeNav .day.previous,
#pmaxGui #bottomBar #bottomFlyout .nav-container #timeNav .month.previous,
#pmaxGui #bottomBar #bottomFlyout .nav-container #timeNav .year.previous {
  left: 4px;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2218px%22%20height%3D%2218px%22%20viewBox%3D%220%200%2018%2018%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3Ebtn-left%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22export%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Artboard%22%20transform%3D%22translate(-169.000000%2C%20-54.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20fill%3D%22none%22%20x%3D%220%22%20y%3D%220%22%20width%3D%221000%22%20height%3D%22807%22%3E%3C%2Frect%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M181.413254%2C70.1414932%20L182.165964%2C69.3887828%20C182.476757%2C69.0779906%20182.477405%2C68.5746272%20182.167294%2C68.2631865%20L177.053376%2C63.1250152%20L182.167618%2C57.9871681%20C182.477405%2C57.6757274%20182.477081%2C57.1723641%20182.166321%2C56.8616043%20L181.413578%2C56.1088939%20C181.102494%2C55.7977774%20180.597801%2C55.7977774%20180.286685%2C56.1088939%20L173.833654%2C62.5615686%20C173.52257%2C62.872685%20173.52257%2C63.3773454%20173.833654%2C63.6884618%20L180.286361%2C70.1414932%20C180.597477%2C70.4526097%20181.102138%2C70.4526097%20181.413254%2C70.1414932%20Z%22%20id%3D%22%EF%81%93%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22nonzero%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-position: 100% 50%;
}
#pmaxGui #bottomBar #bottomFlyout .nav-container #timeNav .day.next,
#pmaxGui #bottomBar #bottomFlyout .nav-container #timeNav .month.next,
#pmaxGui #bottomBar #bottomFlyout .nav-container #timeNav .year.next {
  right: 4px;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2218px%22%20height%3D%2218px%22%20viewBox%3D%220%200%2018%2018%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3Ebtn-right%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22export%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Artboard%22%20transform%3D%22translate(-210.000000%2C%20-54.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20fill%3D%22none%22%20x%3D%220%22%20y%3D%220%22%20width%3D%221000%22%20height%3D%22807%22%3E%3C%2Frect%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M216.729956%2C70.1412987%20L223.182761%2C63.6884942%20C223.493942%2C63.3772805%20223.493942%2C62.8727499%20223.182728%2C62.5615686%20L216.729956%2C56.1087642%20C216.418775%2C55.7975829%20215.914244%2C55.7975829%20215.60303%2C56.1087642%20L214.850417%2C56.8613773%20C214.539722%2C57.1720722%20214.539139%2C57.6755977%20214.849088%2C57.987006%20L219.963038%2C63.1250152%20L214.849088%2C68.2630568%20C214.539139%2C68.5744651%20214.539722%2C69.0779906%20214.850417%2C69.3886855%20L215.60303%2C70.1412987%20C215.914212%2C70.45248%20216.418742%2C70.45248%20216.729956%2C70.1412987%20Z%22%20id%3D%22%EF%81%94%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22nonzero%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-position: 0 50%;
}
#pmaxGui #bottomBar #bottomFlyout .nav-container #timeNav .year,
#pmaxGui #bottomBar #bottomFlyout .nav-container #timeNav .archive-menu-item {
  line-height: 23px;
  border-top: 1px solid #202020;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#pmaxGui #bottomBar #bottomFlyout .nav-container #timeNav .archive-menu-item {
  border-top: none;
}
#pmaxGui #bottomBar #bottomFlyout .nav-container #timeNav .time {
  line-height: 24px;
}
#pmaxGui #bottomBar #bottomFlyout .nav-container #timeNav.permanent {
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#pmaxGui #bottomBar #bottomFlyout .nav-container #timeNav.permanent .date {
  height: 20px;
  font-size: 0.8em;
  display: block;
  width: 100%;
  padding: 4px 0 4px 0;
  text-align: center;
  line-height: 0.85em;
}
#pmaxGui #bottomBar #bottomFlyout .nav-container #timeNav .jump,
#pmaxGui #bottomBar #bottomFlyout .nav-container #timeNav .download {
  position: absolute;
  width: 15px;
  padding: 0;
  border: 0;
  background-repeat: no-repeat;
}
#pmaxGui #bottomBar #bottomFlyout .nav-container #timeNav .jump {
  display: block;
  bottom: 0;
  width: 17px;
  height: 24px;
  background-color: #202020;
  background-size: 100%;
}
#pmaxGui #bottomBar #bottomFlyout .nav-container #timeNav .jump.disabled {
  opacity: 0.6;
  filter: alpha(opacity=60);
  cursor: default;
}
#pmaxGui #bottomBar #bottomFlyout .nav-container #timeNav .jump.previous {
  left: 4px;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2218px%22%20height%3D%2218px%22%20viewBox%3D%220%200%2018%2018%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3Ebtn-left%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22export%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Artboard%22%20transform%3D%22translate(-169.000000%2C%20-54.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20fill%3D%22none%22%20x%3D%220%22%20y%3D%220%22%20width%3D%221000%22%20height%3D%22807%22%3E%3C%2Frect%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M181.413254%2C70.1414932%20L182.165964%2C69.3887828%20C182.476757%2C69.0779906%20182.477405%2C68.5746272%20182.167294%2C68.2631865%20L177.053376%2C63.1250152%20L182.167618%2C57.9871681%20C182.477405%2C57.6757274%20182.477081%2C57.1723641%20182.166321%2C56.8616043%20L181.413578%2C56.1088939%20C181.102494%2C55.7977774%20180.597801%2C55.7977774%20180.286685%2C56.1088939%20L173.833654%2C62.5615686%20C173.52257%2C62.872685%20173.52257%2C63.3773454%20173.833654%2C63.6884618%20L180.286361%2C70.1414932%20C180.597477%2C70.4526097%20181.102138%2C70.4526097%20181.413254%2C70.1414932%20Z%22%20id%3D%22%EF%81%93%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22nonzero%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-position: 100% 50%;
}
#pmaxGui #bottomBar #bottomFlyout .nav-container #timeNav .jump.next {
  right: 4px;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2218px%22%20height%3D%2218px%22%20viewBox%3D%220%200%2018%2018%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3Ebtn-right%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22export%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Artboard%22%20transform%3D%22translate(-210.000000%2C%20-54.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20fill%3D%22none%22%20x%3D%220%22%20y%3D%220%22%20width%3D%221000%22%20height%3D%22807%22%3E%3C%2Frect%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M216.729956%2C70.1412987%20L223.182761%2C63.6884942%20C223.493942%2C63.3772805%20223.493942%2C62.8727499%20223.182728%2C62.5615686%20L216.729956%2C56.1087642%20C216.418775%2C55.7975829%20215.914244%2C55.7975829%20215.60303%2C56.1087642%20L214.850417%2C56.8613773%20C214.539722%2C57.1720722%20214.539139%2C57.6755977%20214.849088%2C57.987006%20L219.963038%2C63.1250152%20L214.849088%2C68.2630568%20C214.539139%2C68.5744651%20214.539722%2C69.0779906%20214.850417%2C69.3886855%20L215.60303%2C70.1412987%20C215.914212%2C70.45248%20216.418742%2C70.45248%20216.729956%2C70.1412987%20Z%22%20id%3D%22%EF%81%94%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22nonzero%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-position: 0 50%;
}
#pmaxGui #bottomBar #bottomFlyout .nav-container #timeNav.archive-inactive:hover {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#pmaxGui #bottomBar #bottomFlyout .nav-container #timeNav.archive-inactive:hover .day,
#pmaxGui #bottomBar #bottomFlyout .nav-container #timeNav.archive-inactive:hover .month,
#pmaxGui #bottomBar #bottomFlyout .nav-container #timeNav.archive-inactive:hover .year,
#pmaxGui #bottomBar #bottomFlyout .nav-container #timeNav.archive-inactive:hover .date {
  display: none;
}
#pmaxGui #bottomBar #bottomFlyout .nav-container #timeNav.archive-inactive:hover.permanent {
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#pmaxGui #bottomBar #bottomFlyout .nav-container #timeNav.archive-inactive:hover.permanent .date {
  display: block;
}
#pmaxGui #bottomBar #bottomFlyout .nav-container #timeNav.active {
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#pmaxGui #bottomBar #bottomFlyout .nav-container #timeNav.active .day,
#pmaxGui #bottomBar #bottomFlyout .nav-container #timeNav.active .month,
#pmaxGui #bottomBar #bottomFlyout .nav-container #timeNav.active .year,
#pmaxGui #bottomBar #bottomFlyout .nav-container #timeNav.active .date {
  display: block;
}
#pmaxGui #bottomBar #bottomFlyout .nav-container #timeNav.active .year,
#pmaxGui #bottomBar #bottomFlyout .nav-container #timeNav.active .date {
  border-right: 0;
  border-left: 0;
}
#pmaxGui #bottomBar #bottomFlyout .nav-container #timeNav.active .date {
  display: none;
}
#pmaxGui #bottomBar #bottomFlyout .nav-container #timeNav.live-video .time {
  font-size: 1em;
}
#pmaxGui #bottomBar #bottomFlyout .nav-container .audio-control {
  display: block;
  opacity: 0;
  left: 182px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-left: 1px solid #888888;
}
#pmaxGui #bottomBar #bottomFlyout .nav-container .audio-control.hide {
  display: none;
}
#pmaxGui #bottomBar #bottomFlyout .nav-container .audio-control .audio-button-on {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%2020010904%2F%2FEN%22%0A%20%22http%3A%2F%2Fwww.w3.org%2FTR%2F2001%2FREC-SVG-20010904%2FDTD%2Fsvg10.dtd%22%3E%0A%3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20width%3D%2252.000000pt%22%20height%3D%2252.000000pt%22%20viewBox%3D%220%200%2052.000000%2052.000000%22%0A%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%0A%0A%3Cg%20transform%3D%22translate(0.000000%2C52.000000)%20scale(0.100000%2C-0.100000)%22%0Afill%3D%22%23a3cd00%22%20stroke%3D%22none%22%3E%0A%3Cpath%20d%3D%22M160%20410%20c-63%20-58%20-81%20-69%20-115%20-72%20l-40%20-3%200%20-75%200%20-75%2040%20-3%20c33%0A-3%2053%20-15%20118%20-74%2050%20-45%2082%20-67%2088%20-61%2013%2013%207%20425%20-6%20429%20-5%202%20-44%20-28%20-85%0A-66z%22%2F%3E%0A%3Cpath%20d%3D%22M374%20449%20c-4%20-6%2011%20-27%2035%20-48%2045%20-40%2071%20-92%2071%20-144%200%20-46%20-39%20-118%0A-77%20-142%20-33%20-20%20-39%20-45%20-15%20-53%207%20-2%2035%2018%2061%2045%2065%2064%2084%20132%2061%20212%20-13%0A46%20-47%2093%20-85%20119%20-36%2025%20-41%2026%20-51%2011z%22%2F%3E%0A%3Cpath%20d%3D%22M330%20388%20c0%20-7%2015%20-27%2033%20-46%2027%20-28%2032%20-40%2032%20-82%200%20-42%20-5%20-54%20-32%0A-82%20-18%20-19%20-33%20-39%20-33%20-46%200%20-24%2039%20-11%2068%2023%2056%2063%2055%20154%20-3%20212%20-33%2033%0A-65%2043%20-65%2021z%22%2F%3E%0A%3Cpath%20d%3D%22M277%20326%20c-3%20-9%204%20-21%2019%20-30%2030%20-20%2031%20-50%203%20-70%20-22%20-15%20-21%20-46%201%0A-46%2023%200%2060%2049%2060%2080%200%2051%20-68%20105%20-83%2066z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-size: 60%;
  background-position: center center;
}
#pmaxGui #bottomBar #bottomFlyout .nav-container .audio-control .audio-button-off {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%2020010904%2F%2FEN%22%0A%20%22http%3A%2F%2Fwww.w3.org%2FTR%2F2001%2FREC-SVG-20010904%2FDTD%2Fsvg10.dtd%22%3E%0A%3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20width%3D%2252.000000pt%22%20height%3D%2252.000000pt%22%20viewBox%3D%220%200%2052.000000%2052.000000%22%0A%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%0A%0A%3Cg%20transform%3D%22translate(0.000000%2C52.000000)%20scale(0.100000%2C-0.100000)%22%0Afill%3D%22%23FFFFFF%22%20stroke%3D%22none%22%3E%0A%3Cpath%20d%3D%22M4%20509%20c-4%20-7%2097%20-115%20244%20-262%20199%20-199%20254%20-249%20264%20-239%209%209%204%2020%0A-26%2051%20-26%2026%20-34%2041%20-26%2046%207%204%2023%2031%2036%2059%2043%2093%2024%20188%20-50%20254%20-34%2030%20-76%0A43%20-76%2023%200%20-5%2016%20-21%2036%20-36%2068%20-52%2091%20-142%2055%20-221%20-21%20-47%20-38%20-61%20-53%20-46%0A-7%207%20-4%2024%2011%2054%2011%2025%2021%2055%2021%2069%20-1%2056%20-58%20139%20-97%20139%20-22%200%20-14%20-23%2020%0A-58%2027%20-28%2032%20-41%2032%20-81%200%20-55%20-20%20-88%20-41%20-70%20-10%208%20-11%2016%20-4%2029%2017%2032%2011%0A70%20-15%2095%20-28%2029%20-43%2031%20-52%209%20-3%20-9%203%20-21%2016%20-30%2020%20-15%2030%20-54%2013%20-54%20-5%200%0A-18%2010%20-30%2023%20-19%2020%20-22%2035%20-22%20115%200%2055%20-4%2093%20-11%2098%20-6%203%20-31%20-13%20-55%20-37%0Al-44%20-43%20-63%2062%20c-66%2065%20-72%2069%20-83%2051z%22%2F%3E%0A%3Cpath%20d%3D%22M4%20326%20c-3%20-7%20-4%20-42%20-2%20-77%20l3%20-64%2040%20-3%20c34%20-3%2051%20-14%20112%20-74%2040%0A-38%2078%20-68%2085%20-66%208%203%2014%2028%2016%2068%20l3%2064%20-83%2083%20c-78%2078%20-85%2083%20-126%2083%20-27%200%0A-45%20-5%20-48%20-14z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-size: 60%;
  background-position: center center;
}
#pmaxGui #bottomBar #bottomFlyout .nav-container .audio-control.hovering:hover .audio-button-on,
#pmaxGui #bottomBar #bottomFlyout .nav-container .audio-control.hovering:focus .audio-button-on {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%2020010904%2F%2FEN%22%0A%20%22http%3A%2F%2Fwww.w3.org%2FTR%2F2001%2FREC-SVG-20010904%2FDTD%2Fsvg10.dtd%22%3E%0A%3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20width%3D%2252.000000pt%22%20height%3D%2252.000000pt%22%20viewBox%3D%220%200%2052.000000%2052.000000%22%0A%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%0A%0A%3Cg%20transform%3D%22translate(0.000000%2C52.000000)%20scale(0.100000%2C-0.100000)%22%0Afill%3D%22%23000000%22%20stroke%3D%22none%22%3E%0A%3Cpath%20d%3D%22M160%20410%20c-63%20-58%20-81%20-69%20-115%20-72%20l-40%20-3%200%20-75%200%20-75%2040%20-3%20c33%0A-3%2053%20-15%20118%20-74%2050%20-45%2082%20-67%2088%20-61%2013%2013%207%20425%20-6%20429%20-5%202%20-44%20-28%20-85%0A-66z%22%2F%3E%0A%3Cpath%20d%3D%22M374%20449%20c-4%20-6%2011%20-27%2035%20-48%2045%20-40%2071%20-92%2071%20-144%200%20-46%20-39%20-118%0A-77%20-142%20-33%20-20%20-39%20-45%20-15%20-53%207%20-2%2035%2018%2061%2045%2065%2064%2084%20132%2061%20212%20-13%0A46%20-47%2093%20-85%20119%20-36%2025%20-41%2026%20-51%2011z%22%2F%3E%0A%3Cpath%20d%3D%22M330%20388%20c0%20-7%2015%20-27%2033%20-46%2027%20-28%2032%20-40%2032%20-82%200%20-42%20-5%20-54%20-32%0A-82%20-18%20-19%20-33%20-39%20-33%20-46%200%20-24%2039%20-11%2068%2023%2056%2063%2055%20154%20-3%20212%20-33%2033%0A-65%2043%20-65%2021z%22%2F%3E%0A%3Cpath%20d%3D%22M277%20326%20c-3%20-9%204%20-21%2019%20-30%2030%20-20%2031%20-50%203%20-70%20-22%20-15%20-21%20-46%201%0A-46%2023%200%2060%2049%2060%2080%200%2051%20-68%20105%20-83%2066z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
}
#pmaxGui #bottomBar #bottomFlyout .nav-container .audio-control.hovering:hover .audio-button-off,
#pmaxGui #bottomBar #bottomFlyout .nav-container .audio-control.hovering:focus .audio-button-off {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%2020010904%2F%2FEN%22%0A%20%22http%3A%2F%2Fwww.w3.org%2FTR%2F2001%2FREC-SVG-20010904%2FDTD%2Fsvg10.dtd%22%3E%0A%3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20width%3D%2252.000000pt%22%20height%3D%2252.000000pt%22%20viewBox%3D%220%200%2052.000000%2052.000000%22%0A%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%0A%0A%3Cg%20transform%3D%22translate(0.000000%2C52.000000)%20scale(0.100000%2C-0.100000)%22%0Afill%3D%22%23FFFFFF%22%20stroke%3D%22none%22%3E%0A%3Cpath%20d%3D%22M4%20509%20c-4%20-7%2097%20-115%20244%20-262%20199%20-199%20254%20-249%20264%20-239%209%209%204%2020%0A-26%2051%20-26%2026%20-34%2041%20-26%2046%207%204%2023%2031%2036%2059%2043%2093%2024%20188%20-50%20254%20-34%2030%20-76%0A43%20-76%2023%200%20-5%2016%20-21%2036%20-36%2068%20-52%2091%20-142%2055%20-221%20-21%20-47%20-38%20-61%20-53%20-46%0A-7%207%20-4%2024%2011%2054%2011%2025%2021%2055%2021%2069%20-1%2056%20-58%20139%20-97%20139%20-22%200%20-14%20-23%2020%0A-58%2027%20-28%2032%20-41%2032%20-81%200%20-55%20-20%20-88%20-41%20-70%20-10%208%20-11%2016%20-4%2029%2017%2032%2011%0A70%20-15%2095%20-28%2029%20-43%2031%20-52%209%20-3%20-9%203%20-21%2016%20-30%2020%20-15%2030%20-54%2013%20-54%20-5%200%0A-18%2010%20-30%2023%20-19%2020%20-22%2035%20-22%20115%200%2055%20-4%2093%20-11%2098%20-6%203%20-31%20-13%20-55%20-37%0Al-44%20-43%20-63%2062%20c-66%2065%20-72%2069%20-83%2051z%22%2F%3E%0A%3Cpath%20d%3D%22M4%20326%20c-3%20-7%20-4%20-42%20-2%20-77%20l3%20-64%2040%20-3%20c34%20-3%2051%20-14%20112%20-74%2040%0A-38%2078%20-68%2085%20-66%208%203%2014%2028%2016%2068%20l3%2064%20-83%2083%20c-78%2078%20-85%2083%20-126%2083%20-27%200%0A-45%20-5%20-48%20-14z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
}
#pmaxGui #bottomBar #bottomFlyout .nav-container .video-control {
  position: absolute;
  display: block;
  height: 24px;
  text-wrap: nowrap;
  line-height: 25px;
  color: #202020;
  padding: 0 10px 0 40px;
  left: 207px;
  background-color: #202020;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  cursor: pointer;
  bottom: 0px;
  font-size: 1.2em;
}
#pmaxGui #bottomBar #bottomFlyout .nav-container .video-control.hide {
  display: none;
}
#pmaxGui #bottomBar #bottomFlyout .nav-container .video-control:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 10px;
  top: 2px;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2215px%22%20height%3D%2213px%22%20viewBox%3D%220%200%2015%2013%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3Eicon-film%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Artboard%22%20transform%3D%22translate(-44.000000%2C%20-53.000000)%22%20fill%3D%22%23EDEDED%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M57.6296875%2C53%20C57.8158856%2C53%2057.9741535%2C53.0789929%2058.1044922%2C53.2369792%20C58.2348309%2C53.3949654%2058.3%2C53.5868054%2058.3%2C53.8125%20L58.3%2C65.1875%20C58.3%2C65.4131946%2058.2348309%2C65.6050346%2058.1044922%2C65.7630208%20C57.9741535%2C65.9210071%2057.8158856%2C66%2057.6296875%2C66%20L57.40625%2C66%20L57.40625%2C65.3229167%20C57.40625%2C65.2100696%2057.3736652%2C65.1141491%2057.3084961%2C65.0351562%20C57.243327%2C64.9561634%2057.1641926%2C64.9166667%2057.0710937%2C64.9166667%20L54.9969068%2C64.9166667%20C54.903808%2C64.9166667%2054.8246728%2C64.9561634%2054.7595037%2C65.0351563%20C54.6943346%2C65.1141491%2054.66175%2C65.2100696%2054.66175%2C65.3229167%20L54.66175%2C66%20L47.63825%2C66%20L47.63825%2C65.3229167%20C47.63825%2C65.2100696%2047.6056654%2C65.1141491%2047.5404963%2C65.0351563%20C47.4753272%2C64.9561634%2047.396192%2C64.9166667%2047.3030932%2C64.9166667%20L45.2289062%2C64.9166667%20C45.1358074%2C64.9166667%2045.056673%2C64.9561634%2044.9915039%2C65.0351562%20C44.9263348%2C65.1141491%2044.89375%2C65.2100696%2044.89375%2C65.3229167%20L44.89375%2C66%20L44.6703125%2C66%20C44.4841144%2C66%2044.3258465%2C65.9210071%2044.1955078%2C65.7630208%20C44.0651691%2C65.6050346%2044%2C65.4131946%2044%2C65.1875%20L44%2C53.8125%20C44%2C53.5868054%2044.0651691%2C53.3949654%2044.1955078%2C53.2369792%20C44.3258465%2C53.0789929%2044.4841144%2C53%2044.6703125%2C53%20L44.89375%2C53%20L44.89375%2C53.6770833%20C44.89375%2C53.7899304%2044.9263348%2C53.8858509%2044.9915039%2C53.9648438%20C45.056673%2C54.0438366%2045.1358074%2C54.0833333%2045.2289062%2C54.0833333%20L47.3030932%2C54.0833333%20C47.396192%2C54.0833333%2047.4753272%2C54.0438366%2047.5404963%2C53.9648438%20C47.6056654%2C53.8858509%2047.63825%2C53.7899304%2047.63825%2C53.6770833%20L47.63825%2C53%20L54.66175%2C53%20L54.66175%2C53.6770833%20C54.66175%2C53.7899304%2054.6943346%2C53.8858509%2054.7595037%2C53.9648438%20C54.8246728%2C54.0438366%2054.903808%2C54.0833333%2054.9969068%2C54.0833333%20L57.0710937%2C54.0833333%20C57.1641926%2C54.0833333%2057.243327%2C54.0438366%2057.3084961%2C53.9648438%20C57.3736652%2C53.8858509%2057.40625%2C53.7899304%2057.40625%2C53.6770833%20L57.40625%2C53%20L57.6296875%2C53%20Z%20M47.64375%2C63.4270833%20L47.64375%2C62.0729167%20C47.64375%2C61.9600696%2047.5936196%2C61.8641491%2047.4933594%2C61.7851563%20C47.3930992%2C61.7061634%2047.2713539%2C61.6666667%2047.128125%2C61.6666667%20L45.409375%2C61.6666667%20C45.2661461%2C61.6666667%2045.1444008%2C61.7061634%2045.0441406%2C61.7851563%20C44.9438804%2C61.8641491%2044.89375%2C61.9600696%2044.89375%2C62.0729167%20L44.89375%2C63.4270833%20C44.89375%2C63.5399304%2044.9438804%2C63.6358509%2045.0441406%2C63.7148438%20C45.1444008%2C63.7938366%2045.2661461%2C63.8333333%2045.409375%2C63.8333333%20L47.128125%2C63.8333333%20C47.2713539%2C63.8333333%2047.3930992%2C63.7938366%2047.4933594%2C63.7148438%20C47.5936196%2C63.6358509%2047.64375%2C63.5399304%2047.64375%2C63.4270833%20Z%20M47.64375%2C60.1770833%20L47.64375%2C58.8229167%20C47.64375%2C58.7100696%2047.5936196%2C58.6141491%2047.4933594%2C58.5351563%20C47.3930992%2C58.4561634%2047.2713539%2C58.4166667%2047.128125%2C58.4166667%20L45.409375%2C58.4166667%20C45.2661461%2C58.4166667%2045.1444008%2C58.4561634%2045.0441406%2C58.5351563%20C44.9438804%2C58.6141491%2044.89375%2C58.7100696%2044.89375%2C58.8229167%20L44.89375%2C60.1770833%20C44.89375%2C60.2899304%2044.9438804%2C60.3858509%2045.0441406%2C60.4648438%20C45.1444008%2C60.5438366%2045.2661461%2C60.5833333%2045.409375%2C60.5833333%20L47.128125%2C60.5833333%20C47.2713539%2C60.5833333%2047.3930992%2C60.5438366%2047.4933594%2C60.4648438%20C47.5936196%2C60.3858509%2047.64375%2C60.2899304%2047.64375%2C60.1770833%20Z%20M47.64375%2C56.9270833%20L47.64375%2C55.5729167%20C47.64375%2C55.4600696%2047.5936196%2C55.3641491%2047.4933594%2C55.2851563%20C47.3930992%2C55.2061634%2047.2713539%2C55.1666667%2047.128125%2C55.1666667%20L45.409375%2C55.1666667%20C45.2661461%2C55.1666667%2045.1444008%2C55.2061634%2045.0441406%2C55.2851563%20C44.9438804%2C55.3641491%2044.89375%2C55.4600696%2044.89375%2C55.5729167%20L44.89375%2C56.9270833%20C44.89375%2C57.0399304%2044.9438804%2C57.1358509%2045.0441406%2C57.2148438%20C45.1444008%2C57.2938366%2045.2661461%2C57.3333333%2045.409375%2C57.3333333%20L47.128125%2C57.3333333%20C47.2713539%2C57.3333333%2047.3930992%2C57.2938366%2047.4933594%2C57.2148438%20C47.5936196%2C57.1358509%2047.64375%2C57.0399304%2047.64375%2C56.9270833%20Z%20M57.409%2C63.4270833%20L57.409%2C62.0729167%20C57.409%2C61.9600696%2057.3588696%2C61.8641491%2057.2586094%2C61.7851563%20C57.1583492%2C61.7061634%2057.0366039%2C61.6666667%2056.893375%2C61.6666667%20L55.174625%2C61.6666667%20C55.0313961%2C61.6666667%2054.9096508%2C61.7061634%2054.8093906%2C61.7851563%20C54.7091304%2C61.8641491%2054.659%2C61.9600696%2054.659%2C62.0729167%20L54.659%2C63.4270833%20C54.659%2C63.5399304%2054.7091304%2C63.6358509%2054.8093906%2C63.7148438%20C54.9096508%2C63.7938366%2055.0313961%2C63.8333333%2055.174625%2C63.8333333%20L56.893375%2C63.8333333%20C57.0366039%2C63.8333333%2057.1583492%2C63.7938366%2057.2586094%2C63.7148438%20C57.3588696%2C63.6358509%2057.409%2C63.5399304%2057.409%2C63.4270833%20Z%20M57.409%2C60.1770833%20L57.409%2C58.8229167%20C57.409%2C58.7100696%2057.3588696%2C58.6141491%2057.2586094%2C58.5351563%20C57.1583492%2C58.4561634%2057.0366039%2C58.4166667%2056.893375%2C58.4166667%20L55.174625%2C58.4166667%20C55.0313961%2C58.4166667%2054.9096508%2C58.4561634%2054.8093906%2C58.5351563%20C54.7091304%2C58.6141491%2054.659%2C58.7100696%2054.659%2C58.8229167%20L54.659%2C60.1770833%20C54.659%2C60.2899304%2054.7091304%2C60.3858509%2054.8093906%2C60.4648438%20C54.9096508%2C60.5438366%2055.0313961%2C60.5833333%2055.174625%2C60.5833333%20L56.893375%2C60.5833333%20C57.0366039%2C60.5833333%2057.1583492%2C60.5438366%2057.2586094%2C60.4648438%20C57.3588696%2C60.3858509%2057.409%2C60.2899304%2057.409%2C60.1770833%20Z%20M57.409%2C56.9270833%20L57.409%2C55.5729167%20C57.409%2C55.4600696%2057.3588696%2C55.3641491%2057.2586094%2C55.2851563%20C57.1583492%2C55.2061634%2057.0366039%2C55.1666667%2056.893375%2C55.1666667%20L55.174625%2C55.1666667%20C55.0313961%2C55.1666667%2054.9096508%2C55.2061634%2054.8093906%2C55.2851563%20C54.7091304%2C55.3641491%2054.659%2C55.4600696%2054.659%2C55.5729167%20L54.659%2C56.9270833%20C54.659%2C57.0399304%2054.7091304%2C57.1358509%2054.8093906%2C57.2148438%20C54.9096508%2C57.2938366%2055.0313961%2C57.3333333%2055.174625%2C57.3333333%20L56.893375%2C57.3333333%20C57.0366039%2C57.3333333%2057.1583492%2C57.2938366%2057.2586094%2C57.2148438%20C57.3588696%2C57.1358509%2057.409%2C57.0399304%2057.409%2C56.9270833%20Z%22%20id%3D%22icon-film%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
#pmaxGui #bottomBar #bottomFlyout .nav-container .video-control.hovering:hover,
#pmaxGui #bottomBar #bottomFlyout .nav-container .video-control.hovering:focus {
  background-color: #202020;
}
#pmaxGui #bottomBar #bottomFlyout .nav-container .video-control.hovering:hover:after,
#pmaxGui #bottomBar #bottomFlyout .nav-container .video-control.hovering:focus:after {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2215px%22%20height%3D%2213px%22%20viewBox%3D%220%200%2015%2013%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3Eicon-film%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Artboard%22%20transform%3D%22translate(-44.000000%2C%20-53.000000)%22%20fill%3D%22%23EDEDED%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M57.6296875%2C53%20C57.8158856%2C53%2057.9741535%2C53.0789929%2058.1044922%2C53.2369792%20C58.2348309%2C53.3949654%2058.3%2C53.5868054%2058.3%2C53.8125%20L58.3%2C65.1875%20C58.3%2C65.4131946%2058.2348309%2C65.6050346%2058.1044922%2C65.7630208%20C57.9741535%2C65.9210071%2057.8158856%2C66%2057.6296875%2C66%20L57.40625%2C66%20L57.40625%2C65.3229167%20C57.40625%2C65.2100696%2057.3736652%2C65.1141491%2057.3084961%2C65.0351562%20C57.243327%2C64.9561634%2057.1641926%2C64.9166667%2057.0710937%2C64.9166667%20L54.9969068%2C64.9166667%20C54.903808%2C64.9166667%2054.8246728%2C64.9561634%2054.7595037%2C65.0351563%20C54.6943346%2C65.1141491%2054.66175%2C65.2100696%2054.66175%2C65.3229167%20L54.66175%2C66%20L47.63825%2C66%20L47.63825%2C65.3229167%20C47.63825%2C65.2100696%2047.6056654%2C65.1141491%2047.5404963%2C65.0351563%20C47.4753272%2C64.9561634%2047.396192%2C64.9166667%2047.3030932%2C64.9166667%20L45.2289062%2C64.9166667%20C45.1358074%2C64.9166667%2045.056673%2C64.9561634%2044.9915039%2C65.0351562%20C44.9263348%2C65.1141491%2044.89375%2C65.2100696%2044.89375%2C65.3229167%20L44.89375%2C66%20L44.6703125%2C66%20C44.4841144%2C66%2044.3258465%2C65.9210071%2044.1955078%2C65.7630208%20C44.0651691%2C65.6050346%2044%2C65.4131946%2044%2C65.1875%20L44%2C53.8125%20C44%2C53.5868054%2044.0651691%2C53.3949654%2044.1955078%2C53.2369792%20C44.3258465%2C53.0789929%2044.4841144%2C53%2044.6703125%2C53%20L44.89375%2C53%20L44.89375%2C53.6770833%20C44.89375%2C53.7899304%2044.9263348%2C53.8858509%2044.9915039%2C53.9648438%20C45.056673%2C54.0438366%2045.1358074%2C54.0833333%2045.2289062%2C54.0833333%20L47.3030932%2C54.0833333%20C47.396192%2C54.0833333%2047.4753272%2C54.0438366%2047.5404963%2C53.9648438%20C47.6056654%2C53.8858509%2047.63825%2C53.7899304%2047.63825%2C53.6770833%20L47.63825%2C53%20L54.66175%2C53%20L54.66175%2C53.6770833%20C54.66175%2C53.7899304%2054.6943346%2C53.8858509%2054.7595037%2C53.9648438%20C54.8246728%2C54.0438366%2054.903808%2C54.0833333%2054.9969068%2C54.0833333%20L57.0710937%2C54.0833333%20C57.1641926%2C54.0833333%2057.243327%2C54.0438366%2057.3084961%2C53.9648438%20C57.3736652%2C53.8858509%2057.40625%2C53.7899304%2057.40625%2C53.6770833%20L57.40625%2C53%20L57.6296875%2C53%20Z%20M47.64375%2C63.4270833%20L47.64375%2C62.0729167%20C47.64375%2C61.9600696%2047.5936196%2C61.8641491%2047.4933594%2C61.7851563%20C47.3930992%2C61.7061634%2047.2713539%2C61.6666667%2047.128125%2C61.6666667%20L45.409375%2C61.6666667%20C45.2661461%2C61.6666667%2045.1444008%2C61.7061634%2045.0441406%2C61.7851563%20C44.9438804%2C61.8641491%2044.89375%2C61.9600696%2044.89375%2C62.0729167%20L44.89375%2C63.4270833%20C44.89375%2C63.5399304%2044.9438804%2C63.6358509%2045.0441406%2C63.7148438%20C45.1444008%2C63.7938366%2045.2661461%2C63.8333333%2045.409375%2C63.8333333%20L47.128125%2C63.8333333%20C47.2713539%2C63.8333333%2047.3930992%2C63.7938366%2047.4933594%2C63.7148438%20C47.5936196%2C63.6358509%2047.64375%2C63.5399304%2047.64375%2C63.4270833%20Z%20M47.64375%2C60.1770833%20L47.64375%2C58.8229167%20C47.64375%2C58.7100696%2047.5936196%2C58.6141491%2047.4933594%2C58.5351563%20C47.3930992%2C58.4561634%2047.2713539%2C58.4166667%2047.128125%2C58.4166667%20L45.409375%2C58.4166667%20C45.2661461%2C58.4166667%2045.1444008%2C58.4561634%2045.0441406%2C58.5351563%20C44.9438804%2C58.6141491%2044.89375%2C58.7100696%2044.89375%2C58.8229167%20L44.89375%2C60.1770833%20C44.89375%2C60.2899304%2044.9438804%2C60.3858509%2045.0441406%2C60.4648438%20C45.1444008%2C60.5438366%2045.2661461%2C60.5833333%2045.409375%2C60.5833333%20L47.128125%2C60.5833333%20C47.2713539%2C60.5833333%2047.3930992%2C60.5438366%2047.4933594%2C60.4648438%20C47.5936196%2C60.3858509%2047.64375%2C60.2899304%2047.64375%2C60.1770833%20Z%20M47.64375%2C56.9270833%20L47.64375%2C55.5729167%20C47.64375%2C55.4600696%2047.5936196%2C55.3641491%2047.4933594%2C55.2851563%20C47.3930992%2C55.2061634%2047.2713539%2C55.1666667%2047.128125%2C55.1666667%20L45.409375%2C55.1666667%20C45.2661461%2C55.1666667%2045.1444008%2C55.2061634%2045.0441406%2C55.2851563%20C44.9438804%2C55.3641491%2044.89375%2C55.4600696%2044.89375%2C55.5729167%20L44.89375%2C56.9270833%20C44.89375%2C57.0399304%2044.9438804%2C57.1358509%2045.0441406%2C57.2148438%20C45.1444008%2C57.2938366%2045.2661461%2C57.3333333%2045.409375%2C57.3333333%20L47.128125%2C57.3333333%20C47.2713539%2C57.3333333%2047.3930992%2C57.2938366%2047.4933594%2C57.2148438%20C47.5936196%2C57.1358509%2047.64375%2C57.0399304%2047.64375%2C56.9270833%20Z%20M57.409%2C63.4270833%20L57.409%2C62.0729167%20C57.409%2C61.9600696%2057.3588696%2C61.8641491%2057.2586094%2C61.7851563%20C57.1583492%2C61.7061634%2057.0366039%2C61.6666667%2056.893375%2C61.6666667%20L55.174625%2C61.6666667%20C55.0313961%2C61.6666667%2054.9096508%2C61.7061634%2054.8093906%2C61.7851563%20C54.7091304%2C61.8641491%2054.659%2C61.9600696%2054.659%2C62.0729167%20L54.659%2C63.4270833%20C54.659%2C63.5399304%2054.7091304%2C63.6358509%2054.8093906%2C63.7148438%20C54.9096508%2C63.7938366%2055.0313961%2C63.8333333%2055.174625%2C63.8333333%20L56.893375%2C63.8333333%20C57.0366039%2C63.8333333%2057.1583492%2C63.7938366%2057.2586094%2C63.7148438%20C57.3588696%2C63.6358509%2057.409%2C63.5399304%2057.409%2C63.4270833%20Z%20M57.409%2C60.1770833%20L57.409%2C58.8229167%20C57.409%2C58.7100696%2057.3588696%2C58.6141491%2057.2586094%2C58.5351563%20C57.1583492%2C58.4561634%2057.0366039%2C58.4166667%2056.893375%2C58.4166667%20L55.174625%2C58.4166667%20C55.0313961%2C58.4166667%2054.9096508%2C58.4561634%2054.8093906%2C58.5351563%20C54.7091304%2C58.6141491%2054.659%2C58.7100696%2054.659%2C58.8229167%20L54.659%2C60.1770833%20C54.659%2C60.2899304%2054.7091304%2C60.3858509%2054.8093906%2C60.4648438%20C54.9096508%2C60.5438366%2055.0313961%2C60.5833333%2055.174625%2C60.5833333%20L56.893375%2C60.5833333%20C57.0366039%2C60.5833333%2057.1583492%2C60.5438366%2057.2586094%2C60.4648438%20C57.3588696%2C60.3858509%2057.409%2C60.2899304%2057.409%2C60.1770833%20Z%20M57.409%2C56.9270833%20L57.409%2C55.5729167%20C57.409%2C55.4600696%2057.3588696%2C55.3641491%2057.2586094%2C55.2851563%20C57.1583492%2C55.2061634%2057.0366039%2C55.1666667%2056.893375%2C55.1666667%20L55.174625%2C55.1666667%20C55.0313961%2C55.1666667%2054.9096508%2C55.2061634%2054.8093906%2C55.2851563%20C54.7091304%2C55.3641491%2054.659%2C55.4600696%2054.659%2C55.5729167%20L54.659%2C56.9270833%20C54.659%2C57.0399304%2054.7091304%2C57.1358509%2054.8093906%2C57.2148438%20C54.9096508%2C57.2938366%2055.0313961%2C57.3333333%2055.174625%2C57.3333333%20L56.893375%2C57.3333333%20C57.0366039%2C57.3333333%2057.1583492%2C57.2938366%2057.2586094%2C57.2148438%20C57.3588696%2C57.1358509%2057.409%2C57.0399304%2057.409%2C56.9270833%20Z%22%20id%3D%22icon-film%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}
#pmaxGui #bottomBar #bottomFlyout .nav-container .animate-audio {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#pmaxGui #bottomBar #bottomFlyout .nav-container .fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
#pmaxGui #bottomBar #bottomFlyout .nav-container .fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
#pmaxGui #bottomBar #bottomFlyout .nav-container .recent {
  left: 151px;
}
#pmaxGui #bottomBar #bottomFlyout .nav-container .recent.remove-recent-border {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#pmaxGui #bottomBar #bottomFlyout .nav-container .recent .re-button {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2218px%22%20height%3D%2218px%22%20viewBox%3D%220%200%2018%2018%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3Ebtn-most-recent%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22export%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Artboard%22%20transform%3D%22translate(-251.000000%2C%20-54.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20fill%3D%22none%22%20x%3D%220%22%20y%3D%220%22%20width%3D%221000%22%20height%3D%22807%22%3E%3C%2Frect%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-6%22%20transform%3D%22translate(254.500000%2C%2056.000000)%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-3%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1.9447873%2C13.1305704%20L7.88404675%2C7.19131096%20C8.17046274%2C6.90486513%208.17046274%2C6.44048743%207.88401691%2C6.15407144%20L1.9447873%2C0.214811991%20C1.65837131%2C-0.071603997%201.19399361%2C-0.071603997%200.907547782%2C0.214811991%20L0.214831153%2C0.907528621%20C-0.0711371706%2C1.19349694%20-0.0716743684%2C1.65694947%200.213607535%2C1.94357437%20L4.92056496%2C6.67267628%20L0.213607535%2C11.401808%20C-0.0716743684%2C11.6884329%20-0.0711371706%2C12.1518855%200.214831153%2C12.4378538%20L0.907547782%2C13.1305704%20C1.19396377%2C13.4169864%201.65834147%2C13.4169864%201.9447873%2C13.1305704%20Z%22%20id%3D%22%EF%81%94%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.2106409%2C1.01089758%20L10.2106409%2C12.5403093%20C10.2106409%2C12.9951321%209.84193419%2C13.3638388%209.38711146%2C13.3638388%20L8.56358204%2C13.3638388%20C8.10875931%2C13.3638388%207.74005263%2C12.9951321%207.74005263%2C12.5403093%20L7.74005263%2C1.01089758%20C7.74005263%2C0.556074847%208.10875931%2C0.187368171%208.56358204%2C0.187368171%20L9.38711146%2C0.187368171%20C9.84193419%2C0.187368171%2010.2106409%2C0.556074847%2010.2106409%2C1.01089758%20Z%22%20id%3D%22Path%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 65%;
}
#pmaxGui #bottomBar #bottomFlyout .nav-container .recent .re-button.disabled {
  opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: default;
}
#pmaxGui #bottomBar #bottomFlyout .nav-container .recent .play-button {
  width: 25px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.0%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%2270.5%2028%20100%20100%22%20enable-background%3D%22new%2070.5%2028%20100%20100%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpolygon%20points%3D%2295.6%2C48.8%2095.6%2C107.1%20145.3%2C78%22%20%20fill%3D%22white%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-image: 100%;
  background-position: center center;
  margin: -2px 3px;
  background-color: transparent;
}
#pmaxGui #bottomBar #bottomFlyout .nav-container .recent .stop-button {
  width: 14px;
  height: 14px;
  margin-left: 10px;
  margin-top: 4px;
  border-width: 0px 0px 0px 10px;
  border-style: double;
  border-color: white;
}
@-moz-document url-prefix() {
  #pmaxGui #bottomBar #bottomFlyout .nav-container .recent .stop-button {
    margin-left: 8px;
  }
}
#pmaxGui #bottomBar #bottomFlyout .nav-container .recent.play-active {
  background-color: #202020;
}
#pmaxGui #bottomBar #bottomFlyout .nav-container .recent.play-active.play-button {
  border-left: 8px solid white;
}
#pmaxGui #bottomBar #bottomFlyout .nav-container .recent.hovering:hover.disabled,
#pmaxGui #bottomBar #bottomFlyout .nav-container .recent.hovering:focus.disabled {
  background-color: #202020;
}
#pmaxGui #bottomBar #bottomFlyout .nav-container .recent.hovering:hover .stop-button,
#pmaxGui #bottomBar #bottomFlyout .nav-container .recent.hovering:focus .stop-button {
  border-color: #202020;
}
#pmaxGui #bottomBar #bottomFlyout .nav-container .download {
  display: none;
}
#pmaxGui #bottomBar #bottomFlyout .side {
  position: absolute;
  right: 6px;
  z-index: 174;
}
#pmaxGui #bottomBar #bottomFlyout .side > * {
  display: inline-block;
  vertical-align: bottom;
}
#pmaxGui #bottomBar #bottomFlyout .side .ui-widget {
  outline: 0;
}
#pmaxGui #bottomBar #bottomFlyout .sponsor-logos-container {
  margin-bottom: 8px;
}
#pmaxGui #bottomBar #instanceListThumbnails .instance-list-thumb-container {
  display: inline-block;
  padding: 0 3px;
}
#pmaxGui #bottomBar .show {
  display: flex;
  padding: 5px 3px;
  border-top: 1px solid #616161;
  justify-content: center;
}
#pmaxGui #bottomBar .show .instance-list-thumb-container {
  width: auto;
  max-width: 225px;
  margin-right: 15px;
}
#pmaxGui #bottomBar .show div:last-child {
  margin-right: 0;
}
#pmaxGui #bottomBar #bottomMenu,
#pmaxGui #bottomBar #bottomMenuTriggerDesktop {
  z-index: 3000;
  display: none;
  position: relative;
  left: 0;
  width: 100%;
  height: 30px;
  text-align: center;
  z-index: 102;
  list-style: none;
  margin: 0;
  white-space: nowrap;
  font-size: 1.05em;
  letter-spacing: 0.2px;
  color: #ededed;
  font-family: 'Oswald', Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
}
#pmaxGui #bottomBar #bottomMenu .menu-item,
#pmaxGui #bottomBar #bottomMenuTriggerDesktop .menu-item {
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
  vertical-align: middle;
  height: 100%;
}
#pmaxGui #bottomBar #bottomMenu .menu-item a,
#pmaxGui #bottomBar #bottomMenuTriggerDesktop .menu-item a {
  vertical-align: middle;
  display: inline-block;
  line-height: 30px;
  padding: 0 0.8em;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
}
#pmaxGui #bottomBar #bottomMenu .menu-item.disabled a,
#pmaxGui #bottomBar #bottomMenuTriggerDesktop .menu-item.disabled a {
  cursor: default;
}
#pmaxGui #bottomBar #bottomMenu .menu-item:hover,
#pmaxGui #bottomBar #bottomMenuTriggerDesktop .menu-item:hover {
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  border-radius: 5px;
  background-clip: content-box;
}
#pmaxGui #bottomBar #bottomMenu .menu-item:hover a,
#pmaxGui #bottomBar #bottomMenuTriggerDesktop .menu-item:hover a {
  vertical-align: middle;
  line-height: 23px;
}
#pmaxGui #bottomBar #bottomMenu .menu-item:first-child,
#pmaxGui #bottomBar #bottomMenuTriggerDesktop .menu-item:first-child {
  border-left: 0;
}
#pmaxGui #bottomBar #bottomMenu .menu-item.compare-pano-menu a,
#pmaxGui #bottomBar #bottomMenuTriggerDesktop .menu-item.compare-pano-menu a {
  vertical-align: middle;
}
#pmaxGui #bottomBar #bottomMenu .menu-item.compare-pano-menu a:before,
#pmaxGui #bottomBar #bottomMenuTriggerDesktop .menu-item.compare-pano-menu a:before {
  content: '';
  display: block;
  min-width: 2.3em;
  height: 30px;
  background-image: url("images/compare.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
#pmaxGui #bottomBar #bottomMenu .menu-item.compare-pano-menu:hover a:before,
#pmaxGui #bottomBar #bottomMenuTriggerDesktop .menu-item.compare-pano-menu:hover a:before,
#pmaxGui #bottomBar #bottomMenu .menu-item.compare-pano-menu.active a:before,
#pmaxGui #bottomBar #bottomMenuTriggerDesktop .menu-item.compare-pano-menu.active a:before {
  height: 24px;
}
#pmaxGui #bottomBar #bottomMenu .menu-item.download-menu:hover,
#pmaxGui #bottomBar #bottomMenuTriggerDesktop .menu-item.download-menu:hover {
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  border-radius: 5px;
  background-clip: content-box;
}
#pmaxGui #bottomBar #bottomMenu .menu-item.download-menu .download-image,
#pmaxGui #bottomBar #bottomMenuTriggerDesktop .menu-item.download-menu .download-image {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2218px%22%20height%3D%2218px%22%20viewBox%3D%220%200%2018%2018%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3Ebtn-download%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22export%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Artboard%22%20transform%3D%22translate(-278.000000%2C%20-54.000000)%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M287.712106%2C66.6769407%20L291.417176%2C62.9718714%20C291.67419%2C62.7148301%20291.67419%2C62.2992008%20291.417176%2C62.0449098%20L290.952333%2C61.5800672%20C290.698015%2C61.3230259%20290.282413%2C61.3230259%20290.028095%2C61.5800672%20L288.23436%2C63.3738022%20L288.23436%2C57.6562484%20C288.23436%2C57.2925828%20287.941777%2C57%20287.578112%2C57%20L286.921863%2C57%20C286.558198%2C57%20286.265615%2C57.2925828%20286.265615%2C57.6562484%20L286.265615%2C63.3738022%20L284.47188%2C61.5800672%20C284.214838%2C61.3230259%20283.799209%2C61.3230259%20283.544918%2C61.5800672%20L283.080076%2C62.0449098%20C282.823034%2C62.3019512%20282.823034%2C62.7175538%20283.080076%2C62.9718714%20L286.785145%2C66.6769407%20C287.042186%2C66.9339553%20287.457789%2C66.9339553%20287.712106%2C66.6769407%20Z%20M291.843727%2C69.2499708%20C292.207392%2C69.2499708%20292.499975%2C68.957388%20292.499975%2C68.5937224%20L292.499975%2C67.9374739%20C292.499975%2C67.5738083%20292.207392%2C67.2812255%20291.843727%2C67.2812255%20L282.656248%2C67.2812255%20C282.292583%2C67.2812255%20282%2C67.5738083%20282%2C67.9374739%20L282%2C68.5937224%20C282%2C68.957388%20282.292583%2C69.2499708%20282.656248%2C69.2499708%20L291.843727%2C69.2499708%20Z%22%20id%3D%22%EF%8C%BD%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
}
#pmaxGui #bottomBar #bottomMenu .menu-item.download-menu .download-image a,
#pmaxGui #bottomBar #bottomMenuTriggerDesktop .menu-item.download-menu .download-image a {
  width: 40px;
  height: 31px;
}
#pmaxGui #bottomBar #bottomMenu .menu-item.download-menu.disabled,
#pmaxGui #bottomBar #bottomMenuTriggerDesktop .menu-item.download-menu.disabled {
  opacity: 0.6;
  cursor: none;
  pointer-events: none;
}
#pmaxGui #bottomBar #bottomMenu .menu-item.download-menu.loading,
#pmaxGui #bottomBar #bottomMenuTriggerDesktop .menu-item.download-menu.loading {
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  border-radius: 5px;
  background-clip: content-box;
  pointer-events: none;
}
#pmaxGui #bottomBar #bottomMenu .menu-item.download-menu.loading .download-image,
#pmaxGui #bottomBar #bottomMenuTriggerDesktop .menu-item.download-menu.loading .download-image {
  height: 28px;
  top: -2px;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3Eloading-indicator%3C%2Ftitle%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22pattern-1%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%22100%25%22%20y2%3D%22100%25%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3Atransparent%3B%20stop-opacity%3A0%22%20%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%2220%25%22%20style%3D%22stop-color%3Awhite%3B%20stop-opacity%3A0.2%22%20%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%2250%25%22%20style%3D%22stop-color%3Awhite%3B%20stop-opacity%3A0.5%22%20%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3Awhite%3B%20stop-opacity%3A1%22%20%2F%3E%0A%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22EXPORT%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate(-1264.000000%2C%20-1523.000000)%22%20id%3D%22loading-indicator%22%20stroke%3D%22url(%23pattern-1)%22%20stroke-width%3D%222%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20cx%3D%221271%22%20cy%3D%221530%22%20r%3D%226%22%3E%3C%2Fcircle%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  animation: spin 2s linear infinite;
  -webkit-animation: spin 2s linear infinite;
  -moz-webkit-animation: spin 2s linear infinite;
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
#pmaxGui #bottomBar #bottomMenu .menu-item.archive-menu a,
#pmaxGui #bottomBar #bottomMenuTriggerDesktop .menu-item.archive-menu a {
  min-width: 120px;
}
#pmaxGui #bottomBar #bottomMenu .menu-item.toggle-menu.active,
#pmaxGui #bottomBar #bottomMenuTriggerDesktop .menu-item.toggle-menu.active,
#pmaxGui #bottomBar #bottomMenu .menu-item.control-panel-menu.active,
#pmaxGui #bottomBar #bottomMenuTriggerDesktop .menu-item.control-panel-menu.active,
#pmaxGui #bottomBar #bottomMenu .menu-item.categories-menu.active,
#pmaxGui #bottomBar #bottomMenuTriggerDesktop .menu-item.categories-menu.active,
#pmaxGui #bottomBar #bottomMenu .menu-item.ecard-menu.active,
#pmaxGui #bottomBar #bottomMenuTriggerDesktop .menu-item.ecard-menu.active,
#pmaxGui #bottomBar #bottomMenu .menu-item.best-shots.active,
#pmaxGui #bottomBar #bottomMenuTriggerDesktop .menu-item.best-shots.active {
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  border-radius: 5px;
  background-clip: content-box;
}
#pmaxGui #bottomBar #bottomMenu .menu-item.toggle-menu.active a,
#pmaxGui #bottomBar #bottomMenuTriggerDesktop .menu-item.toggle-menu.active a,
#pmaxGui #bottomBar #bottomMenu .menu-item.control-panel-menu.active a,
#pmaxGui #bottomBar #bottomMenuTriggerDesktop .menu-item.control-panel-menu.active a,
#pmaxGui #bottomBar #bottomMenu .menu-item.categories-menu.active a,
#pmaxGui #bottomBar #bottomMenuTriggerDesktop .menu-item.categories-menu.active a,
#pmaxGui #bottomBar #bottomMenu .menu-item.ecard-menu.active a,
#pmaxGui #bottomBar #bottomMenuTriggerDesktop .menu-item.ecard-menu.active a,
#pmaxGui #bottomBar #bottomMenu .menu-item.best-shots.active a,
#pmaxGui #bottomBar #bottomMenuTriggerDesktop .menu-item.best-shots.active a {
  vertical-align: middle;
  line-height: 23px;
}
#pmaxGui #bottomBar #bottomMenu .menu-item.flyout-menu,
#pmaxGui #bottomBar #bottomMenuTriggerDesktop .menu-item.flyout-menu {
  position: relative;
}
#pmaxGui #bottomBar #bottomMenu .menu-item.flyout-menu .flyout,
#pmaxGui #bottomBar #bottomMenuTriggerDesktop .menu-item.flyout-menu .flyout {
  display: none;
  position: absolute;
  line-height: 28px;
  bottom: 28px;
  left: 50%;
  padding: 0 6px;
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #202020;
}
#pmaxGui #bottomBar #bottomMenu .menu-item.flyout-menu .flyout .icon,
#pmaxGui #bottomBar #bottomMenuTriggerDesktop .menu-item.flyout-menu .flyout .icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  border: 0;
  background-color: transparent;
  background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.0%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2219.843px%22%20height%3D%2219.843px%22%20viewBox%3D%220%200%2019.843%2019.843%22%20enable-background%3D%22new%200%200%2019.843%2019.843%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%0D%0A%3Ccircle%20fill%3D%22%234D4E4E%22%20cx%3D%229.734%22%20cy%3D%2210.186%22%20r%3D%227.5%22%2F%3E%0D%0A%3Cpath%20display%3D%22none%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22%0D%0A%09M6.484%2C10.186l3.25%2C3.443c0%2C0%2C2.833-7.167%2C6.917-9.083%22%2F%3E%0D%0A%3Cpath%20display%3D%22none%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M9.467%2C14.879c-0.321%2C0-0.631-0.131-0.855-0.368l-3.058-3.239%0D%0A%09c-0.446-0.472-0.424-1.216%2C0.048-1.662c0.472-0.446%2C1.216-0.424%2C1.662%2C0.048l1.853%2C1.964c1.105-2.244%2C3.367-6.124%2C6.357-7.528%0D%0A%09c0.588-0.275%2C1.289-0.023%2C1.565%2C0.565s0.023%2C1.289-0.565%2C1.565c-2.798%2C1.312-5.218%2C6.157-5.914%2C7.914%0D%0A%09c-0.148%2C0.374-0.477%2C0.646-0.872%2C0.722C9.615%2C14.872%2C9.541%2C14.879%2C9.467%2C14.879z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") no-repeat 50% 50%;
  background-size: contain;
}
#pmaxGui #bottomBar #bottomMenu .menu-item.flyout-menu .flyout .icon.icon-checked,
#pmaxGui #bottomBar #bottomMenuTriggerDesktop .menu-item.flyout-menu .flyout .icon.icon-checked {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.0%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2219.843px%22%20height%3D%2219.843px%22%20viewBox%3D%220%200%2019.843%2019.843%22%20enable-background%3D%22new%200%200%2019.843%2019.843%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Ccircle%20fill%3D%22%234D4E4E%22%20cx%3D%229.734%22%20cy%3D%2210.186%22%20r%3D%227.5%22%2F%3E%0D%0A%3Cpath%20display%3D%22none%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22%0D%0A%09M6.484%2C10.186l3.25%2C3.443c0%2C0%2C2.833-7.167%2C6.917-9.083%22%2F%3E%0D%0A%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M9.467%2C14.879c-0.321%2C0-0.631-0.131-0.855-0.368l-3.058-3.239c-0.446-0.472-0.424-1.216%2C0.048-1.662%0D%0A%09c0.472-0.446%2C1.216-0.424%2C1.662%2C0.048l1.853%2C1.964c1.105-2.244%2C3.367-6.124%2C6.357-7.528c0.588-0.275%2C1.289-0.023%2C1.565%2C0.565%0D%0A%09s0.023%2C1.289-0.565%2C1.565c-2.798%2C1.312-5.218%2C6.157-5.914%2C7.914c-0.148%2C0.374-0.477%2C0.646-0.872%2C0.722%0D%0A%09C9.615%2C14.872%2C9.541%2C14.879%2C9.467%2C14.879z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
#pmaxGui #bottomBar #bottomMenu .menu-item.flyout-menu .flyout .slider,
#pmaxGui #bottomBar #bottomMenuTriggerDesktop .menu-item.flyout-menu .flyout .slider {
  width: 49px;
  height: 2px;
  background-color: #747475;
  border: none;
  border-radius: 0;
  margin-left: 4px;
  margin-right: 4px;
  display: inline-block;
  vertical-align: top;
  margin-top: 0.7em;
}
#pmaxGui #bottomBar #bottomMenu .menu-item.flyout-menu .flyout .slider .divider,
#pmaxGui #bottomBar #bottomMenuTriggerDesktop .menu-item.flyout-menu .flyout .slider .divider {
  position: absolute;
  left: 50%;
  margin-left: -1px;
  margin-top: -2px;
  width: 1px;
  height: 6px;
  background-color: #747475;
  border-left: 1px solid rgba(116, 116, 116, 0.5);
  border-right: 1px solid rgba(116, 116, 116, 0.5);
  box-sizing: border-box;
}
#pmaxGui #bottomBar #bottomMenu .menu-item.flyout-menu .flyout .slider .ui-slider-handle,
#pmaxGui #bottomBar #bottomMenuTriggerDesktop .menu-item.flyout-menu .flyout .slider .ui-slider-handle {
  border: none;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  left: 50%;
  margin-bottom: 0;
  cursor: pointer;
  padding: 0;
  background: none;
  background-color: #ffffff !important;
  border-radius: 5px;
}
#pmaxGui #bottomBar #bottomMenu .menu-item.flyout-menu .flyout .label,
#pmaxGui #bottomBar #bottomMenuTriggerDesktop .menu-item.flyout-menu .flyout .label {
  display: inline-block;
  cursor: pointer;
}
#pmaxGui #bottomBar #bottomMenu .menu-item.flyout-menu .flyout.opened,
#pmaxGui #bottomBar #bottomMenuTriggerDesktop .menu-item.flyout-menu .flyout.opened {
  display: block;
}
#pmaxGui #bottomBar #bottomMenu .menu-item.categories-menu .flyout,
#pmaxGui #bottomBar #bottomMenuTriggerDesktop .menu-item.categories-menu .flyout {
  cursor: default;
  text-align: left;
}
#pmaxGui #bottomBar #bottomMenu .menu-item.hide,
#pmaxGui #bottomBar #bottomMenuTriggerDesktop .menu-item.hide {
  display: none !important;
}
#pmaxGui #bottomBar #bottomMenu .menu-item.auto-pan-menu > a,
#pmaxGui #bottomBar #bottomMenuTriggerDesktop .menu-item.auto-pan-menu > a {
  min-width: 103px;
}
#pmaxGui #bottomBar #bottomMenu .menu-item.auto-pan-menu .flyout,
#pmaxGui #bottomBar #bottomMenuTriggerDesktop .menu-item.auto-pan-menu .flyout {
  padding: 0 2px 4px;
}
#pmaxGui #bottomBar #bottomMenu .menu-item.auto-pan-menu .flyout .icon,
#pmaxGui #bottomBar #bottomMenuTriggerDesktop .menu-item.auto-pan-menu .flyout .icon {
  margin-left: 0;
  margin-right: 0;
}
#pmaxGui #bottomBar #bottomMenu .menu-item.auto-pan-menu .flyout .icon.icon-auto-pan-minus,
#pmaxGui #bottomBar #bottomMenuTriggerDesktop .menu-item.auto-pan-menu .flyout .icon.icon-auto-pan-minus {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.0%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2219.843px%22%20height%3D%2219.843px%22%20viewBox%3D%220%200%2019.843%2019.843%22%20enable-background%3D%22new%200%200%2019.843%2019.843%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Ccircle%20cx%3D%229.734%22%20cy%3D%2210.186%22%20r%3D%227.5%22%2F%3E%0D%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%221.6%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M5.921%2C8.046%0D%0A%09C7.765%2C5.171%2C9.546%2C4.64%2C12.328%2C5.64c5.273%2C2.195%2C2.596%2C12.373-4.335%2C10.226%22%2F%3E%0D%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%221.6%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20points%3D%225.921%2C5.171%20%0D%0A%095.921%2C8.046%208.796%2C8.046%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
#pmaxGui #bottomBar #bottomMenu .menu-item.auto-pan-menu .flyout .icon.icon-auto-pan-plus,
#pmaxGui #bottomBar #bottomMenuTriggerDesktop .menu-item.auto-pan-menu .flyout .icon.icon-auto-pan-plus {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.0%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2219.843px%22%20height%3D%2219.843px%22%20viewBox%3D%220%200%2019.843%2019.843%22%20enable-background%3D%22new%200%200%2019.843%2019.843%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Ccircle%20cx%3D%229.734%22%20cy%3D%2210.186%22%20r%3D%227.5%22%2F%3E%0D%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%221.6%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M13.546%2C8.046%0D%0A%09C11.703%2C5.171%2C9.921%2C4.64%2C7.14%2C5.64c-5.273%2C2.195-2.596%2C12.373%2C4.335%2C10.226%22%2F%3E%0D%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%221.6%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20points%3D%2213.546%2C5.171%20%0D%0A%0913.546%2C8.046%2010.671%2C8.046%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  margin-right: 0;
  margin-left: 2px;
}
#pmaxGui #bottomBar #bottomMenu .menu-item.auto-pan-menu .flyout .icon.icon-auto-pan-state.play,
#pmaxGui #bottomBar #bottomMenuTriggerDesktop .menu-item.auto-pan-menu .flyout .icon.icon-auto-pan-state.play {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.0%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2219.843px%22%20height%3D%2219.843px%22%20viewBox%3D%220%200%2019.843%2019.843%22%20enable-background%3D%22new%200%200%2019.843%2019.843%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Ccircle%20cx%3D%229.734%22%20cy%3D%2210.186%22%20r%3D%227.5%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpolygon%20fill%3D%22%23FFFFFF%22%20points%3D%227.567%2C5.16%207.567%2C15.213%2014.734%2C10.186%20%09%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
#pmaxGui #bottomBar #bottomMenu .menu-item.auto-pan-menu .flyout .icon.icon-auto-pan-state.pause,
#pmaxGui #bottomBar #bottomMenuTriggerDesktop .menu-item.auto-pan-menu .flyout .icon.icon-auto-pan-state.pause {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.0%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2219.843px%22%20height%3D%2219.843px%22%20viewBox%3D%220%200%2019.843%2019.843%22%20enable-background%3D%22new%200%200%2019.843%2019.843%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Ccircle%20cx%3D%229.734%22%20cy%3D%2210.186%22%20r%3D%227.5%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Crect%20x%3D%226.067%22%20y%3D%225.16%22%20fill%3D%22%23FFFFFF%22%20width%3D%222.512%22%20height%3D%2210.053%22%2F%3E%0D%0A%09%3Crect%20x%3D%2210.888%22%20y%3D%225.16%22%20fill%3D%22%23FFFFFF%22%20width%3D%222.512%22%20height%3D%2210.053%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
#pmaxGui #bottomBar #bottomMenu .menu-item.timelapse-menu.hover .flyout,
#pmaxGui #bottomBar #bottomMenuTriggerDesktop .menu-item.timelapse-menu.hover .flyout {
  display: inline-block;
}
#pmaxGui #bottomBar #bottomMenu .menu-item.timelapse-menu.hover .flyout .icon.icon-timelapse-state.play,
#pmaxGui #bottomBar #bottomMenuTriggerDesktop .menu-item.timelapse-menu.hover .flyout .icon.icon-timelapse-state.play {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.0%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2219.843px%22%20height%3D%2219.843px%22%20viewBox%3D%220%200%2019.843%2019.843%22%20enable-background%3D%22new%200%200%2019.843%2019.843%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Ccircle%20cx%3D%229.734%22%20cy%3D%2210.186%22%20r%3D%227.5%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpolygon%20fill%3D%22%23FFFFFF%22%20points%3D%227.567%2C5.16%207.567%2C15.213%2014.734%2C10.186%20%09%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
#pmaxGui #bottomBar #bottomMenu .menu-item.timelapse-menu.hover .flyout .icon.icon-timelapse-state.pause,
#pmaxGui #bottomBar #bottomMenuTriggerDesktop .menu-item.timelapse-menu.hover .flyout .icon.icon-timelapse-state.pause {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.0%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2219.843px%22%20height%3D%2219.843px%22%20viewBox%3D%220%200%2019.843%2019.843%22%20enable-background%3D%22new%200%200%2019.843%2019.843%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Ccircle%20cx%3D%229.734%22%20cy%3D%2210.186%22%20r%3D%227.5%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Crect%20x%3D%226.067%22%20y%3D%225.16%22%20fill%3D%22%23FFFFFF%22%20width%3D%222.512%22%20height%3D%2210.053%22%2F%3E%0D%0A%09%3Crect%20x%3D%2210.888%22%20y%3D%225.16%22%20fill%3D%22%23FFFFFF%22%20width%3D%222.512%22%20height%3D%2210.053%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
#pmaxGui #bottomBar #bottomMenu .menu-item .popover,
#pmaxGui #bottomBar #bottomMenuTriggerDesktop .menu-item .popover {
  bottom: 1.95em;
}
#pmaxGui #bottomBar #desktopBottomMenuTrigger {
  display: none;
  position: absolute;
  height: 24px;
  top: 3px;
  min-width: 40px;
  margin-left: 5px;
  padding: 0 2px;
  cursor: pointer;
  z-index: 110;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.0%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2028.7%2026.2%22%20enable-background%3D%22new%200%200%2028.7%2026.2%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Crect%20x%3D%220%22%20y%3D%2210.5%22%20fill%3D%22%23FFFFFF%22%20width%3D%2228.7%22%20height%3D%225.2%22%2F%3E%0D%0A%3Crect%20x%3D%220%22%20y%3D%2221.1%22%20fill%3D%22%23FFFFFF%22%20width%3D%2228.7%22%20height%3D%225.2%22%2F%3E%0D%0A%3Crect%20x%3D%220%22%20y%3D%220%22%20fill%3D%22%23FFFFFF%22%20width%3D%2228.7%22%20height%3D%225.2%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50% 60%;
}
#pmaxGui #bottomBar #desktopBottomMenuTrigger.shown {
  display: block;
}
#pmaxGui #bottomBar #desktopBottomMenuTrigger.text {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.0%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2028.7%2026.2%22%20enable-background%3D%22new%200%200%2028.7%2026.2%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Crect%20x%3D%220%22%20y%3D%2210.5%22%20fill%3D%22%23FFFFFF%22%20width%3D%2228.7%22%20height%3D%225.2%22%2F%3E%0D%0A%3Crect%20x%3D%220%22%20y%3D%2221.1%22%20fill%3D%22%23FFFFFF%22%20width%3D%2228.7%22%20height%3D%225.2%22%2F%3E%0D%0A%3Crect%20x%3D%220%22%20y%3D%220%22%20fill%3D%22%23FFFFFF%22%20width%3D%2228.7%22%20height%3D%225.2%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: left center;
  background-repeat: no-repeat;
  width: 80px;
  background-size: 50% 60%;
}
#pmaxGui #bottomBar #desktopBottomMenuTrigger.text:after {
  font-family: 'Oswald', Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 10pt;
  content: "MENU";
  padding-left: 35px;
  line-height: 26px;
}
#pmaxGui #bottomBar #desktopBottomMenuTrigger:hover,
#pmaxGui #bottomBar #desktopBottomMenuTrigger.active {
  background-size: 50% 80%;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  border-radius: 3px;
}
#pmaxGui #bottomBar #desktopBottomMenuTrigger:hover .hovering,
#pmaxGui #bottomBar #desktopBottomMenuTrigger.active .hovering {
  top: -6px;
}
#pmaxGui #bottomBar #desktopBottomMenuTrigger:hover #bottomMenuTriggerDesktop,
#pmaxGui #bottomBar #desktopBottomMenuTrigger.active #bottomMenuTriggerDesktop {
  bottom: -5px;
}
#pmaxGui #bottomBar #desktopBottomMenuTrigger:hover.text,
#pmaxGui #bottomBar #desktopBottomMenuTrigger.active.text {
  background-size: 50% 80%;
}
#pmaxGui #bottomBar #desktopBottomMenuTrigger:hover.text:after,
#pmaxGui #bottomBar #desktopBottomMenuTrigger.active.text:after {
  line-height: 19px;
}
#pmaxGui #bottomBar #desktopBottomMenuTrigger.activeToch #bottomMenuTriggerDesktop {
  bottom: 25px;
}
#pmaxGui #bottomBar #desktopBottomMenuTrigger #bottomMenuTriggerDesktop {
  display: none;
  z-index: 10000;
  bottom: 28px;
  position: absolute;
  width: auto;
  height: auto;
  margin-left: -5px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#pmaxGui #bottomBar #desktopBottomMenuTrigger #bottomMenuTriggerDesktop.shown {
  display: block;
}
#pmaxGui #bottomBar #desktopBottomMenuTrigger #bottomMenuTriggerDesktop .menu-item {
  display: block;
  border-left: 0;
  text-align: left;
  left: auto;
  width: 100%;
  margin-right: 20px;
  background-clip: content-box;
  margin-left: 0;
  background-color: #202020;
  line-height: 32px;
}
#pmaxGui #bottomBar #desktopBottomMenuTrigger #bottomMenuTriggerDesktop .menu-item:hover {
  border-top: 0px solid transparent;
  border-radius: 0;
}
#pmaxGui #bottomBar #desktopBottomMenuTrigger #bottomMenuTriggerDesktop .menu-item:hover a {
  line-height: 30px;
}
#pmaxGui #bottomBar #desktopBottomMenuTrigger #bottomMenuTriggerDesktop .menu-item.toggle-menu:hover,
#pmaxGui #bottomBar #desktopBottomMenuTrigger #bottomMenuTriggerDesktop .menu-item.control-panel-menu:hover,
#pmaxGui #bottomBar #desktopBottomMenuTrigger #bottomMenuTriggerDesktop .menu-item.download-menu:hover,
#pmaxGui #bottomBar #desktopBottomMenuTrigger #bottomMenuTriggerDesktop .menu-item.ecard-menu:hover,
#pmaxGui #bottomBar #desktopBottomMenuTrigger #bottomMenuTriggerDesktop .menu-item.categories-menu:hover,
#pmaxGui #bottomBar #desktopBottomMenuTrigger #bottomMenuTriggerDesktop .menu-item.toggle-menu.active,
#pmaxGui #bottomBar #desktopBottomMenuTrigger #bottomMenuTriggerDesktop .menu-item.control-panel-menu.active,
#pmaxGui #bottomBar #desktopBottomMenuTrigger #bottomMenuTriggerDesktop .menu-item.download-menu.active,
#pmaxGui #bottomBar #desktopBottomMenuTrigger #bottomMenuTriggerDesktop .menu-item.ecard-menu.active,
#pmaxGui #bottomBar #desktopBottomMenuTrigger #bottomMenuTriggerDesktop .menu-item.categories-menu.active {
  border-top: 0px solid transparent;
}
#pmaxGui #bottomBar #desktopBottomMenuTrigger #bottomMenuTriggerDesktop .menu-item.toggle-menu:hover a,
#pmaxGui #bottomBar #desktopBottomMenuTrigger #bottomMenuTriggerDesktop .menu-item.control-panel-menu:hover a,
#pmaxGui #bottomBar #desktopBottomMenuTrigger #bottomMenuTriggerDesktop .menu-item.download-menu:hover a,
#pmaxGui #bottomBar #desktopBottomMenuTrigger #bottomMenuTriggerDesktop .menu-item.ecard-menu:hover a,
#pmaxGui #bottomBar #desktopBottomMenuTrigger #bottomMenuTriggerDesktop .menu-item.categories-menu:hover a,
#pmaxGui #bottomBar #desktopBottomMenuTrigger #bottomMenuTriggerDesktop .menu-item.toggle-menu.active a,
#pmaxGui #bottomBar #desktopBottomMenuTrigger #bottomMenuTriggerDesktop .menu-item.control-panel-menu.active a,
#pmaxGui #bottomBar #desktopBottomMenuTrigger #bottomMenuTriggerDesktop .menu-item.download-menu.active a,
#pmaxGui #bottomBar #desktopBottomMenuTrigger #bottomMenuTriggerDesktop .menu-item.ecard-menu.active a,
#pmaxGui #bottomBar #desktopBottomMenuTrigger #bottomMenuTriggerDesktop .menu-item.categories-menu.active a {
  line-height: 30px;
}
#pmaxGui #bottomBar #desktopBottomMenuTrigger #bottomMenuTriggerDesktop .menu-item.toggle-menu.active,
#pmaxGui #bottomBar #desktopBottomMenuTrigger #bottomMenuTriggerDesktop .menu-item.control-panel-menu.active,
#pmaxGui #bottomBar #desktopBottomMenuTrigger #bottomMenuTriggerDesktop .menu-item.download-menu.active,
#pmaxGui #bottomBar #desktopBottomMenuTrigger #bottomMenuTriggerDesktop .menu-item.ecard-menu.active,
#pmaxGui #bottomBar #desktopBottomMenuTrigger #bottomMenuTriggerDesktop .menu-item.categories-menu.active {
  border-radius: 0;
}
#pmaxGui #bottomBar #desktopBottomMenuTrigger #bottomMenuTriggerDesktop .menu-item.toggle-menu.active a,
#pmaxGui #bottomBar #desktopBottomMenuTrigger #bottomMenuTriggerDesktop .menu-item.control-panel-menu.active a,
#pmaxGui #bottomBar #desktopBottomMenuTrigger #bottomMenuTriggerDesktop .menu-item.download-menu.active a,
#pmaxGui #bottomBar #desktopBottomMenuTrigger #bottomMenuTriggerDesktop .menu-item.ecard-menu.active a,
#pmaxGui #bottomBar #desktopBottomMenuTrigger #bottomMenuTriggerDesktop .menu-item.categories-menu.active a {
  border-bottom: 0;
}
#pmaxGui #bottomBar #desktopBottomMenuTrigger #bottomMenuTriggerDesktop .menu-item.compare-pano-menu a:before {
  height: 30px;
}
#pmaxGui #bottomBar #desktopBottomMenuTrigger #bottomMenuTriggerDesktop .menu-item.compare-pano-menu:hover a,
#pmaxGui #bottomBar #desktopBottomMenuTrigger #bottomMenuTriggerDesktop .menu-item.compare-pano-menu.active a {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
#pmaxGui #bottomBar #desktopBottomMenuTrigger #bottomMenuTriggerDesktop .menu-item.compare-pano-menu:hover a:before,
#pmaxGui #bottomBar #desktopBottomMenuTrigger #bottomMenuTriggerDesktop .menu-item.compare-pano-menu.active a:before {
  height: 30px;
}
#pmaxGui #bottomBar #desktopBottomMenuTrigger #bottomMenuTriggerDesktop .menu-item.download-menu a {
  width: 100%;
}
#pmaxGui #bottomBar #desktopBottomMenuTrigger #bottomMenuTriggerDesktop .menu-item.download-menu.loading {
  border-radius: 0;
  border-top: 0;
}
#pmaxGui #bottomBar #desktopBottomMenuTrigger #bottomMenuTriggerDesktop .menu-item.download-menu.loading .download-image {
  top: 0;
}
#pmaxGui #bottomBar #desktopBottomMenuTrigger #bottomMenuTriggerDesktop .menu-item.flyout-menu {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2218px%22%20height%3D%2218px%22%20viewBox%3D%220%200%2018%2018%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3Ebtn-right%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22export%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Artboard%22%20transform%3D%22translate(-210.000000%2C%20-54.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20fill%3D%22none%22%20x%3D%220%22%20y%3D%220%22%20width%3D%221000%22%20height%3D%22807%22%3E%3C%2Frect%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M216.729956%2C70.1412987%20L223.182761%2C63.6884942%20C223.493942%2C63.3772805%20223.493942%2C62.8727499%20223.182728%2C62.5615686%20L216.729956%2C56.1087642%20C216.418775%2C55.7975829%20215.914244%2C55.7975829%20215.60303%2C56.1087642%20L214.850417%2C56.8613773%20C214.539722%2C57.1720722%20214.539139%2C57.6755977%20214.849088%2C57.987006%20L219.963038%2C63.1250152%20L214.849088%2C68.2630568%20C214.539139%2C68.5744651%20214.539722%2C69.0779906%20214.850417%2C69.3886855%20L215.60303%2C70.1412987%20C215.914212%2C70.45248%20216.418742%2C70.45248%20216.729956%2C70.1412987%20Z%22%20id%3D%22%EF%81%94%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22nonzero%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-position: center right;
  background-repeat: no-repeat;
}
#pmaxGui #bottomBar #desktopBottomMenuTrigger #bottomMenuTriggerDesktop .menu-item.flyout-menu a {
  display: inline-block;
  border-right: none;
  border-bottom: none;
}
#pmaxGui #bottomBar #desktopBottomMenuTrigger #bottomMenuTriggerDesktop .menu-item.flyout-menu:hover {
  background-image: none;
}
#pmaxGui #bottomBar #desktopBottomMenuTrigger #bottomMenuTriggerDesktop .menu-item.flyout-menu .flyout {
  width: auto;
  position: absolute;
  bottom: 0;
  border-radius: 0;
}
#pmaxGui #bottomBar #desktopBottomMenuTrigger #bottomMenuTriggerDesktop .menu-item.flyout-menu .flyout .row {
  height: 30px;
  padding: 1px 0 2px 0;
}
#pmaxGui #bottomBar #desktopBottomMenuTrigger #bottomMenuTriggerDesktop .menu-item.flyout-menu .flyout .icon {
  height: 20px;
}
#pmaxGui #bottomBar #desktopBottomMenuTrigger #bottomMenuTriggerDesktop .menu-item:first-child {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#pmaxGui #bottomBar #desktopBottomMenuTrigger #bottomMenuTriggerDesktop .menu-item:first-child:hover,
#pmaxGui #bottomBar #desktopBottomMenuTrigger #bottomMenuTriggerDesktop .menu-item:first-child.active {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#pmaxGui #bottomBar .cp-menu-item {
  background-color: black;
  color: white;
}
#pmaxGui #bottomBar .cp-menu-item.active,
#pmaxGui #bottomBar .cp-menu-item:hover {
  background-color: black;
  color: white;
}
#pmaxGui #bottomBar .control-panel {
  font-family: 'Oswald', Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  display: none;
  width: 100%;
  height: 40px;
  background-color: #202020;
  color: white;
  text-align: center;
}
#pmaxGui #bottomBar .control-panel .center {
  display: inline-block;
  text-align: left;
}
#pmaxGui #bottomBar .control-panel .center:before,
#pmaxGui #bottomBar .control-panel .center:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#pmaxGui #bottomBar .control-panel .center:after {
  clear: both;
}
#pmaxGui #bottomBar .control-panel .center:before,
#pmaxGui #bottomBar .control-panel .center:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#pmaxGui #bottomBar .control-panel .center:after {
  clear: both;
}
#pmaxGui #bottomBar .control-panel .center > .title {
  font-size: 1.5em;
  text-transform: uppercase;
  display: block;
  float: left;
  padding-left: 22px;
  margin-right: 55px;
  line-height: 40px;
  font-weight: bold;
}
#pmaxGui #bottomBar #timelapseControl {
  border-top: 1px solid #646464;
}
#pmaxGui #bottomBar #timelapseControl .center {
  white-space: nowrap;
}
#pmaxGui #bottomBar #timelapseControl .center > .title {
  margin-right: 23px;
}
#pmaxGui #bottomBar #timelapseControl .center #timelapsePeriodSlider {
  display: none;
}
#pmaxGui #bottomBar #timelapseControl .center #timelapsePeriodSelector,
#pmaxGui #bottomBar #timelapseControl .center #timelapseDownload {
  vertical-align: middle;
  display: inline-block;
}
#pmaxGui #bottomBar #timelapseControl .center #timelapsePeriodSelector .title,
#pmaxGui #bottomBar #timelapseControl .center #timelapseDownload .title {
  margin-top: 4px;
  font-size: 0.975em;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}
#pmaxGui #bottomBar #timelapseControl .center #timelapsePeriodSelector .title .selection,
#pmaxGui #bottomBar #timelapseControl .center #timelapseDownload .title .selection {
  font-weight: normal;
}
#pmaxGui #bottomBar #timelapseControl .center #timelapsePeriodSelector.hidden,
#pmaxGui #bottomBar #timelapseControl .center #timelapseDownload.hidden {
  display: none !important;
}
#pmaxGui #bottomBar #timelapseControl .center #timelapsePeriodSelector .custom-button.cal-icon .button {
  padding-left: 20px;
}
#pmaxGui #bottomBar #timelapseControl .center #timelapsePeriodSelector .custom-button.cal-icon .button:before {
  content: "";
  position: absolute;
  height: 15px;
  width: 15px;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2215px%22%20height%3D%2215px%22%20viewBox%3D%220%200%2015%2015%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3Eicon-gearwheel%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22export-icons%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Artboard%22%20transform%3D%22translate(-68.000000%2C%20-52.000000)%22%20fill%3D%22%23EDEDED%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22icon-gearwheel%22%20transform%3D%22translate(68.939065%2C%2052.112307)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M13.733066%2C9.01173108%20L12.485005%2C8.29101251%20C12.6109755%2C7.61134952%2012.6109755%2C6.91406267%2012.485005%2C6.23439967%20L13.733066%2C5.5136811%20C13.8766032%2C5.43165577%2013.9410619%2C5.26174002%2013.8941985%2C5.10352583%20C13.5689868%2C4.06057101%2013.0152943%2C3.11720816%2012.2916575%2C2.33205951%20C12.1803354%2C2.21192544%2011.9986894%2C2.18262863%2011.8580705%2C2.26468258%20L10.6100094%2C2.98537254%20C10.0856138%2C2.5341903%209.48208243%2C2.18557548%208.8287694%2C1.95706612%20L8.8287694%2C0.518575823%20C8.8287694%2C0.354525158%208.71450042%2C0.210959369%208.55336799%2C0.175797481%20C7.47819813%2C-0.0644134335%206.37662109%2C-0.0527118776%205.35417975%2C0.175797481%20C5.19304732%2C0.210959369%205.07877834%2C0.354525158%205.07877834%2C0.518575823%20L5.07877834%2C1.95998436%20C4.42838354%2C2.19144056%203.8248808%2C2.54005538%203.29753831%2C2.98829078%20L2.05242409%2C2.26760081%20C1.9088583%2C2.18557548%201.73015923%2C2.21192544%201.6188371%2C2.33497774%20C0.895200287%2C3.11720816%200.341479225%2C4.06057101%200.016296132%2C5.10647268%20C-0.0335141587%2C5.26465826%200.0338627711%2C5.43457401%200.17742856%2C5.51662795%20L1.42546102%2C6.23731791%20C1.29949048%2C6.91700951%201.29949048%2C7.61426775%201.42546102%2C8.29395935%20L0.17742856%2C9.01464932%20C0.0338627711%2C9.09667465%20-0.0305959223%2C9.26661901%200.016296132%2C9.42480459%20C0.341479225%2C10.467788%200.895200287%2C11.4111223%201.6188371%2C12.1962995%20C1.73015923%2C12.316405%201.91180515%2C12.3457018%202.05242409%2C12.2636765%20L3.30045655%2C11.5429579%20C3.8248808%2C11.9941401%204.42838354%2C12.3427835%205.08169658%2C12.5712929%20L5.08169658%2C14.0127014%20C5.08169658%2C14.1767521%205.19596556%2C14.3203179%205.35709799%2C14.3554512%20C6.43229646%2C14.5956907%207.53384489%2C14.5839891%208.55631483%2C14.3554512%20C8.71744726%2C14.3203179%208.83168764%2C14.1767521%208.83168764%2C14.0127014%20L8.83168764%2C12.5712929%20C9.48208243%2C12.3398367%2010.0856138%2C11.9912219%2010.6129563%2C11.5429579%20L11.8609887%2C12.2636765%20C12.0045545%2C12.3457018%2012.1832536%2C12.3193232%2012.2945757%2C12.1962995%20C13.0182125%2C11.4140691%2013.5719336%2C10.4707063%2013.8971167%2C9.42480459%20C13.9410619%2C9.26367216%2013.8766032%2C9.09375641%2013.733066%2C9.01173108%20Z%20M6.95377387%2C9.6064505%20C5.66179621%2C9.6064505%204.61002946%2C8.55468375%204.61002946%2C7.26270609%20C4.61002946%2C5.97072843%205.66179621%2C4.91896168%206.95377387%2C4.91896168%20C8.24575153%2C4.91896168%209.29751828%2C5.97072843%209.29751828%2C7.26270609%20C9.29751828%2C8.55468375%208.24575153%2C9.6064505%206.95377387%2C9.6064505%20Z%22%20id%3D%22Shape%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  top: 5px;
  left: 44px;
  bottom: auto;
}
#pmaxGui #bottomBar #timelapseControl .center #timelapsePeriodSelector .custom-button:hover .button:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2215px%22%20height%3D%2215px%22%20viewBox%3D%220%200%2015%2015%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3Eicon-gearwheel%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22export-icons%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Artboard%22%20transform%3D%22translate(-68.000000%2C%20-52.000000)%22%20fill%3D%22%23EDEDED%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22icon-gearwheel%22%20transform%3D%22translate(68.939065%2C%2052.112307)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M13.733066%2C9.01173108%20L12.485005%2C8.29101251%20C12.6109755%2C7.61134952%2012.6109755%2C6.91406267%2012.485005%2C6.23439967%20L13.733066%2C5.5136811%20C13.8766032%2C5.43165577%2013.9410619%2C5.26174002%2013.8941985%2C5.10352583%20C13.5689868%2C4.06057101%2013.0152943%2C3.11720816%2012.2916575%2C2.33205951%20C12.1803354%2C2.21192544%2011.9986894%2C2.18262863%2011.8580705%2C2.26468258%20L10.6100094%2C2.98537254%20C10.0856138%2C2.5341903%209.48208243%2C2.18557548%208.8287694%2C1.95706612%20L8.8287694%2C0.518575823%20C8.8287694%2C0.354525158%208.71450042%2C0.210959369%208.55336799%2C0.175797481%20C7.47819813%2C-0.0644134335%206.37662109%2C-0.0527118776%205.35417975%2C0.175797481%20C5.19304732%2C0.210959369%205.07877834%2C0.354525158%205.07877834%2C0.518575823%20L5.07877834%2C1.95998436%20C4.42838354%2C2.19144056%203.8248808%2C2.54005538%203.29753831%2C2.98829078%20L2.05242409%2C2.26760081%20C1.9088583%2C2.18557548%201.73015923%2C2.21192544%201.6188371%2C2.33497774%20C0.895200287%2C3.11720816%200.341479225%2C4.06057101%200.016296132%2C5.10647268%20C-0.0335141587%2C5.26465826%200.0338627711%2C5.43457401%200.17742856%2C5.51662795%20L1.42546102%2C6.23731791%20C1.29949048%2C6.91700951%201.29949048%2C7.61426775%201.42546102%2C8.29395935%20L0.17742856%2C9.01464932%20C0.0338627711%2C9.09667465%20-0.0305959223%2C9.26661901%200.016296132%2C9.42480459%20C0.341479225%2C10.467788%200.895200287%2C11.4111223%201.6188371%2C12.1962995%20C1.73015923%2C12.316405%201.91180515%2C12.3457018%202.05242409%2C12.2636765%20L3.30045655%2C11.5429579%20C3.8248808%2C11.9941401%204.42838354%2C12.3427835%205.08169658%2C12.5712929%20L5.08169658%2C14.0127014%20C5.08169658%2C14.1767521%205.19596556%2C14.3203179%205.35709799%2C14.3554512%20C6.43229646%2C14.5956907%207.53384489%2C14.5839891%208.55631483%2C14.3554512%20C8.71744726%2C14.3203179%208.83168764%2C14.1767521%208.83168764%2C14.0127014%20L8.83168764%2C12.5712929%20C9.48208243%2C12.3398367%2010.0856138%2C11.9912219%2010.6129563%2C11.5429579%20L11.8609887%2C12.2636765%20C12.0045545%2C12.3457018%2012.1832536%2C12.3193232%2012.2945757%2C12.1962995%20C13.0182125%2C11.4140691%2013.5719336%2C10.4707063%2013.8971167%2C9.42480459%20C13.9410619%2C9.26367216%2013.8766032%2C9.09375641%2013.733066%2C9.01173108%20Z%20M6.95377387%2C9.6064505%20C5.66179621%2C9.6064505%204.61002946%2C8.55468375%204.61002946%2C7.26270609%20C4.61002946%2C5.97072843%205.66179621%2C4.91896168%206.95377387%2C4.91896168%20C8.24575153%2C4.91896168%209.29751828%2C5.97072843%209.29751828%2C7.26270609%20C9.29751828%2C8.55468375%208.24575153%2C9.6064505%206.95377387%2C9.6064505%20Z%22%20id%3D%22Shape%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}
#pmaxGui #bottomBar #timelapseControl .center #timelapseDownload,
#pmaxGui #bottomBar #timelapseControl .center #timelapsePeriodSelector {
  line-height: 25px;
  text-align: center;
  margin: 0px 10px;
  top: -1px;
}
#pmaxGui #bottomBar #timelapseControl .center #timelapseDownload .custom-button,
#pmaxGui #bottomBar #timelapseControl .center #timelapsePeriodSelector .custom-button {
  margin: 0px auto;
  width: 90%;
  height: 26px;
  border-radius: 3px;
}
#pmaxGui #bottomBar #timelapseControl .center #timelapseDownload .custom-button .button,
#pmaxGui #bottomBar #timelapseControl .center #timelapsePeriodSelector .custom-button .button {
  color: white;
  border: none;
  text-decoration: none;
}
#pmaxGui #bottomBar #timelapseControl .center #timelapseDownload .custom-button .button.disabled,
#pmaxGui #bottomBar #timelapseControl .center #timelapsePeriodSelector .custom-button .button.disabled {
  opacity: 0.4;
  cursor: inherit;
}
#pmaxGui #bottomBar #timelapseControl .center #timelapseDownload .custom-button .button .label,
#pmaxGui #bottomBar #timelapseControl .center #timelapsePeriodSelector .custom-button .button .label {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#pmaxGui #bottomBar #timelapseControl .center #timelapseDownload.popover-opened,
#pmaxGui #bottomBar #timelapseControl .center #timelapsePeriodSelector.popover-opened {
  background-color: #202020;
}
#pmaxGui #bottomBar #timelapseControl .center #timelapseDownload.popover-opened .popover,
#pmaxGui #bottomBar #timelapseControl .center #timelapsePeriodSelector.popover-opened .popover {
  display: flex;
  justify-items: center;
  align-items: center;
}
#pmaxGui #bottomBar #timelapseControl .center #timelapseDownload .popover,
#pmaxGui #bottomBar #timelapseControl .center #timelapsePeriodSelector .popover {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-weight: 400;
  bottom: 33px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  width: 180px;
  padding: 10px 0;
  background-color: #202020;
}
#pmaxGui #bottomBar #timelapseControl .center #timelapseDownload .popover .list-container .list .item,
#pmaxGui #bottomBar #timelapseControl .center #timelapsePeriodSelector .popover .list-container .list .item {
  padding-right: 13em;
}
#pmaxGui #bottomBar #timelapseControl .center #timelapseDownload .popover .datepicker-label-container,
#pmaxGui #bottomBar #timelapseControl .center #timelapsePeriodSelector .popover .datepicker-label-container {
  width: 15%;
  height: 100%;
  padding-left: 5px;
  text-align: right;
}
#pmaxGui #bottomBar #timelapseControl .center #timelapseDownload .popover .datepicker-container,
#pmaxGui #bottomBar #timelapseControl .center #timelapsePeriodSelector .popover .datepicker-container {
  width: 55%;
  height: 100%;
  padding-left: 5px;
}
#pmaxGui #bottomBar #timelapseControl .center #timelapseDownload .popover .datepicker-container:before,
#pmaxGui #bottomBar #timelapseControl .center #timelapsePeriodSelector .popover .datepicker-container:before,
#pmaxGui #bottomBar #timelapseControl .center #timelapseDownload .popover .datepicker-container:after,
#pmaxGui #bottomBar #timelapseControl .center #timelapsePeriodSelector .popover .datepicker-container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#pmaxGui #bottomBar #timelapseControl .center #timelapseDownload .popover .datepicker-container:after,
#pmaxGui #bottomBar #timelapseControl .center #timelapsePeriodSelector .popover .datepicker-container:after {
  clear: both;
}
#pmaxGui #bottomBar #timelapseControl .center #timelapseDownload .popover .datepicker-container:before,
#pmaxGui #bottomBar #timelapseControl .center #timelapsePeriodSelector .popover .datepicker-container:before,
#pmaxGui #bottomBar #timelapseControl .center #timelapseDownload .popover .datepicker-container:after,
#pmaxGui #bottomBar #timelapseControl .center #timelapsePeriodSelector .popover .datepicker-container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#pmaxGui #bottomBar #timelapseControl .center #timelapseDownload .popover .datepicker-container:after,
#pmaxGui #bottomBar #timelapseControl .center #timelapsePeriodSelector .popover .datepicker-container:after {
  clear: both;
}
#pmaxGui #bottomBar #timelapseControl .center #timelapseDownload .popover .datepicker-container .left,
#pmaxGui #bottomBar #timelapseControl .center #timelapsePeriodSelector .popover .datepicker-container .left,
#pmaxGui #bottomBar #timelapseControl .center #timelapseDownload .popover .datepicker-container .right,
#pmaxGui #bottomBar #timelapseControl .center #timelapsePeriodSelector .popover .datepicker-container .right {
  height: 50%;
}
#pmaxGui #bottomBar #timelapseControl .center #timelapseDownload .popover .datepicker-container .left.datepicker-opened,
#pmaxGui #bottomBar #timelapseControl .center #timelapsePeriodSelector .popover .datepicker-container .left.datepicker-opened,
#pmaxGui #bottomBar #timelapseControl .center #timelapseDownload .popover .datepicker-container .right.datepicker-opened,
#pmaxGui #bottomBar #timelapseControl .center #timelapsePeriodSelector .popover .datepicker-container .right.datepicker-opened {
  background-color: #000000;
}
#pmaxGui #bottomBar #timelapseControl .center #timelapseDownload .popover .datepicker-container .hasDatepicker,
#pmaxGui #bottomBar #timelapseControl .center #timelapsePeriodSelector .popover .datepicker-container .hasDatepicker {
  display: inline-block;
  width: 100%;
  padding: 0 24px 0 0;
  background-image: url("images/calendar.png");
  background-position: right 4px center;
  background-repeat: no-repeat;
  margin-top: 3px;
}
#pmaxGui #bottomBar #timelapseControl .center #timelapseDownload .popover .start-custom-timelapse,
#pmaxGui #bottomBar #timelapseControl .center #timelapsePeriodSelector .popover .start-custom-timelapse {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  width: 30%;
  height: 100%;
  padding: 10px 0;
  cursor: pointer;
}
#pmaxGui #bottomBar #timelapseControl .center #timelapseDownload .popover .start-custom-timelapse .start-button,
#pmaxGui #bottomBar #timelapseControl .center #timelapsePeriodSelector .popover .start-custom-timelapse .start-button,
#pmaxGui #bottomBar #timelapseControl .center #timelapseDownload .popover .start-custom-timelapse .icon-pause,
#pmaxGui #bottomBar #timelapseControl .center #timelapsePeriodSelector .popover .start-custom-timelapse .icon-pause {
  width: 40px;
  height: 90%;
  display: inline-block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 3px;
  background-color: white;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
#pmaxGui #bottomBar #timelapseControl .center #timelapseDownload .popover .start-custom-timelapse .start-button,
#pmaxGui #bottomBar #timelapseControl .center #timelapsePeriodSelector .popover .start-custom-timelapse .start-button {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.0%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%2270.5%2028%20100%20100%22%20enable-background%3D%22new%2070.5%2028%20100%20100%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpolygon%20points%3D%2295.6%2C48.8%2095.6%2C107.1%20145.3%2C78%22%20%20fill%3D%22%23000000%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
#pmaxGui #bottomBar #timelapseControl .center #timelapseDownload .popover .start-custom-timelapse .icon-pause,
#pmaxGui #bottomBar #timelapseControl .center #timelapsePeriodSelector .popover .start-custom-timelapse .icon-pause {
  background-image: url('images/pause.png');
}
#pmaxGui #bottomBar #timelapseControl .center .popover-button {
  display: none;
}
#pmaxGui #bottomBar #timelapseControl .center .button-wrapper {
  display: none;
}
#pmaxGui #bottomBar #timelapseControl .center .list-container {
  position: relative;
  display: inline-block;
}
#pmaxGui #bottomBar #timelapseControl .center .list-container .list {
  padding-top: 7px;
  display: inline-flex;
}
#pmaxGui #bottomBar #timelapseControl .center .list-container .list .item {
  margin: 0 1px;
  border-radius: 3px;
  padding: 5px 15px;
  line-height: 15px;
  cursor: pointer;
}
#pmaxGui #bottomBar #timelapseControl .center .list-container .list.selected {
  color: white;
}
#pmaxGui #bottomBar #timelapseControl .center #timelapseDownload {
  padding-left: 10px;
}
#pmaxGui #bottomBar #timelapseControl .center #timelapseDownload .custom-button {
  width: 100%;
}
#pmaxGui #bottomBar #timelapseControl .center #timelapseDownload .custom-button #timelapseDownloadButton {
  position: relative;
  padding: 0 30px 0 30px;
  background-color: transparent;
}
#pmaxGui #bottomBar #timelapseControl .center #timelapseDownload .custom-button #timelapseDownloadButton:before {
  content: "";
  position: absolute;
  height: 15px;
  width: 15px;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2215px%22%20height%3D%2213px%22%20viewBox%3D%220%200%2015%2013%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3Eicon-film%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Artboard%22%20transform%3D%22translate(-44.000000%2C%20-53.000000)%22%20fill%3D%22%23EDEDED%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M57.6296875%2C53%20C57.8158856%2C53%2057.9741535%2C53.0789929%2058.1044922%2C53.2369792%20C58.2348309%2C53.3949654%2058.3%2C53.5868054%2058.3%2C53.8125%20L58.3%2C65.1875%20C58.3%2C65.4131946%2058.2348309%2C65.6050346%2058.1044922%2C65.7630208%20C57.9741535%2C65.9210071%2057.8158856%2C66%2057.6296875%2C66%20L57.40625%2C66%20L57.40625%2C65.3229167%20C57.40625%2C65.2100696%2057.3736652%2C65.1141491%2057.3084961%2C65.0351562%20C57.243327%2C64.9561634%2057.1641926%2C64.9166667%2057.0710937%2C64.9166667%20L54.9969068%2C64.9166667%20C54.903808%2C64.9166667%2054.8246728%2C64.9561634%2054.7595037%2C65.0351563%20C54.6943346%2C65.1141491%2054.66175%2C65.2100696%2054.66175%2C65.3229167%20L54.66175%2C66%20L47.63825%2C66%20L47.63825%2C65.3229167%20C47.63825%2C65.2100696%2047.6056654%2C65.1141491%2047.5404963%2C65.0351563%20C47.4753272%2C64.9561634%2047.396192%2C64.9166667%2047.3030932%2C64.9166667%20L45.2289062%2C64.9166667%20C45.1358074%2C64.9166667%2045.056673%2C64.9561634%2044.9915039%2C65.0351562%20C44.9263348%2C65.1141491%2044.89375%2C65.2100696%2044.89375%2C65.3229167%20L44.89375%2C66%20L44.6703125%2C66%20C44.4841144%2C66%2044.3258465%2C65.9210071%2044.1955078%2C65.7630208%20C44.0651691%2C65.6050346%2044%2C65.4131946%2044%2C65.1875%20L44%2C53.8125%20C44%2C53.5868054%2044.0651691%2C53.3949654%2044.1955078%2C53.2369792%20C44.3258465%2C53.0789929%2044.4841144%2C53%2044.6703125%2C53%20L44.89375%2C53%20L44.89375%2C53.6770833%20C44.89375%2C53.7899304%2044.9263348%2C53.8858509%2044.9915039%2C53.9648438%20C45.056673%2C54.0438366%2045.1358074%2C54.0833333%2045.2289062%2C54.0833333%20L47.3030932%2C54.0833333%20C47.396192%2C54.0833333%2047.4753272%2C54.0438366%2047.5404963%2C53.9648438%20C47.6056654%2C53.8858509%2047.63825%2C53.7899304%2047.63825%2C53.6770833%20L47.63825%2C53%20L54.66175%2C53%20L54.66175%2C53.6770833%20C54.66175%2C53.7899304%2054.6943346%2C53.8858509%2054.7595037%2C53.9648438%20C54.8246728%2C54.0438366%2054.903808%2C54.0833333%2054.9969068%2C54.0833333%20L57.0710937%2C54.0833333%20C57.1641926%2C54.0833333%2057.243327%2C54.0438366%2057.3084961%2C53.9648438%20C57.3736652%2C53.8858509%2057.40625%2C53.7899304%2057.40625%2C53.6770833%20L57.40625%2C53%20L57.6296875%2C53%20Z%20M47.64375%2C63.4270833%20L47.64375%2C62.0729167%20C47.64375%2C61.9600696%2047.5936196%2C61.8641491%2047.4933594%2C61.7851563%20C47.3930992%2C61.7061634%2047.2713539%2C61.6666667%2047.128125%2C61.6666667%20L45.409375%2C61.6666667%20C45.2661461%2C61.6666667%2045.1444008%2C61.7061634%2045.0441406%2C61.7851563%20C44.9438804%2C61.8641491%2044.89375%2C61.9600696%2044.89375%2C62.0729167%20L44.89375%2C63.4270833%20C44.89375%2C63.5399304%2044.9438804%2C63.6358509%2045.0441406%2C63.7148438%20C45.1444008%2C63.7938366%2045.2661461%2C63.8333333%2045.409375%2C63.8333333%20L47.128125%2C63.8333333%20C47.2713539%2C63.8333333%2047.3930992%2C63.7938366%2047.4933594%2C63.7148438%20C47.5936196%2C63.6358509%2047.64375%2C63.5399304%2047.64375%2C63.4270833%20Z%20M47.64375%2C60.1770833%20L47.64375%2C58.8229167%20C47.64375%2C58.7100696%2047.5936196%2C58.6141491%2047.4933594%2C58.5351563%20C47.3930992%2C58.4561634%2047.2713539%2C58.4166667%2047.128125%2C58.4166667%20L45.409375%2C58.4166667%20C45.2661461%2C58.4166667%2045.1444008%2C58.4561634%2045.0441406%2C58.5351563%20C44.9438804%2C58.6141491%2044.89375%2C58.7100696%2044.89375%2C58.8229167%20L44.89375%2C60.1770833%20C44.89375%2C60.2899304%2044.9438804%2C60.3858509%2045.0441406%2C60.4648438%20C45.1444008%2C60.5438366%2045.2661461%2C60.5833333%2045.409375%2C60.5833333%20L47.128125%2C60.5833333%20C47.2713539%2C60.5833333%2047.3930992%2C60.5438366%2047.4933594%2C60.4648438%20C47.5936196%2C60.3858509%2047.64375%2C60.2899304%2047.64375%2C60.1770833%20Z%20M47.64375%2C56.9270833%20L47.64375%2C55.5729167%20C47.64375%2C55.4600696%2047.5936196%2C55.3641491%2047.4933594%2C55.2851563%20C47.3930992%2C55.2061634%2047.2713539%2C55.1666667%2047.128125%2C55.1666667%20L45.409375%2C55.1666667%20C45.2661461%2C55.1666667%2045.1444008%2C55.2061634%2045.0441406%2C55.2851563%20C44.9438804%2C55.3641491%2044.89375%2C55.4600696%2044.89375%2C55.5729167%20L44.89375%2C56.9270833%20C44.89375%2C57.0399304%2044.9438804%2C57.1358509%2045.0441406%2C57.2148438%20C45.1444008%2C57.2938366%2045.2661461%2C57.3333333%2045.409375%2C57.3333333%20L47.128125%2C57.3333333%20C47.2713539%2C57.3333333%2047.3930992%2C57.2938366%2047.4933594%2C57.2148438%20C47.5936196%2C57.1358509%2047.64375%2C57.0399304%2047.64375%2C56.9270833%20Z%20M57.409%2C63.4270833%20L57.409%2C62.0729167%20C57.409%2C61.9600696%2057.3588696%2C61.8641491%2057.2586094%2C61.7851563%20C57.1583492%2C61.7061634%2057.0366039%2C61.6666667%2056.893375%2C61.6666667%20L55.174625%2C61.6666667%20C55.0313961%2C61.6666667%2054.9096508%2C61.7061634%2054.8093906%2C61.7851563%20C54.7091304%2C61.8641491%2054.659%2C61.9600696%2054.659%2C62.0729167%20L54.659%2C63.4270833%20C54.659%2C63.5399304%2054.7091304%2C63.6358509%2054.8093906%2C63.7148438%20C54.9096508%2C63.7938366%2055.0313961%2C63.8333333%2055.174625%2C63.8333333%20L56.893375%2C63.8333333%20C57.0366039%2C63.8333333%2057.1583492%2C63.7938366%2057.2586094%2C63.7148438%20C57.3588696%2C63.6358509%2057.409%2C63.5399304%2057.409%2C63.4270833%20Z%20M57.409%2C60.1770833%20L57.409%2C58.8229167%20C57.409%2C58.7100696%2057.3588696%2C58.6141491%2057.2586094%2C58.5351563%20C57.1583492%2C58.4561634%2057.0366039%2C58.4166667%2056.893375%2C58.4166667%20L55.174625%2C58.4166667%20C55.0313961%2C58.4166667%2054.9096508%2C58.4561634%2054.8093906%2C58.5351563%20C54.7091304%2C58.6141491%2054.659%2C58.7100696%2054.659%2C58.8229167%20L54.659%2C60.1770833%20C54.659%2C60.2899304%2054.7091304%2C60.3858509%2054.8093906%2C60.4648438%20C54.9096508%2C60.5438366%2055.0313961%2C60.5833333%2055.174625%2C60.5833333%20L56.893375%2C60.5833333%20C57.0366039%2C60.5833333%2057.1583492%2C60.5438366%2057.2586094%2C60.4648438%20C57.3588696%2C60.3858509%2057.409%2C60.2899304%2057.409%2C60.1770833%20Z%20M57.409%2C56.9270833%20L57.409%2C55.5729167%20C57.409%2C55.4600696%2057.3588696%2C55.3641491%2057.2586094%2C55.2851563%20C57.1583492%2C55.2061634%2057.0366039%2C55.1666667%2056.893375%2C55.1666667%20L55.174625%2C55.1666667%20C55.0313961%2C55.1666667%2054.9096508%2C55.2061634%2054.8093906%2C55.2851563%20C54.7091304%2C55.3641491%2054.659%2C55.4600696%2054.659%2C55.5729167%20L54.659%2C56.9270833%20C54.659%2C57.0399304%2054.7091304%2C57.1358509%2054.8093906%2C57.2148438%20C54.9096508%2C57.2938366%2055.0313961%2C57.3333333%2055.174625%2C57.3333333%20L56.893375%2C57.3333333%20C57.0366039%2C57.3333333%2057.1583492%2C57.2938366%2057.2586094%2C57.2148438%20C57.3588696%2C57.1358509%2057.409%2C57.0399304%2057.409%2C56.9270833%20Z%22%20id%3D%22icon-film%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  top: 3px;
  left: 8px;
  bottom: auto;
}
#pmaxGui #bottomBar #timelapseControl .center #timelapseDownload .custom-button #timelapseDownloadButton:after {
  content: "";
  position: absolute;
  height: 14px;
  width: 14px;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2218px%22%20height%3D%2218px%22%20viewBox%3D%220%200%2018%2018%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3Ebtn-download%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22export%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Artboard%22%20transform%3D%22translate(-278.000000%2C%20-54.000000)%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M287.712106%2C66.6769407%20L291.417176%2C62.9718714%20C291.67419%2C62.7148301%20291.67419%2C62.2992008%20291.417176%2C62.0449098%20L290.952333%2C61.5800672%20C290.698015%2C61.3230259%20290.282413%2C61.3230259%20290.028095%2C61.5800672%20L288.23436%2C63.3738022%20L288.23436%2C57.6562484%20C288.23436%2C57.2925828%20287.941777%2C57%20287.578112%2C57%20L286.921863%2C57%20C286.558198%2C57%20286.265615%2C57.2925828%20286.265615%2C57.6562484%20L286.265615%2C63.3738022%20L284.47188%2C61.5800672%20C284.214838%2C61.3230259%20283.799209%2C61.3230259%20283.544918%2C61.5800672%20L283.080076%2C62.0449098%20C282.823034%2C62.3019512%20282.823034%2C62.7175538%20283.080076%2C62.9718714%20L286.785145%2C66.6769407%20C287.042186%2C66.9339553%20287.457789%2C66.9339553%20287.712106%2C66.6769407%20Z%20M291.843727%2C69.2499708%20C292.207392%2C69.2499708%20292.499975%2C68.957388%20292.499975%2C68.5937224%20L292.499975%2C67.9374739%20C292.499975%2C67.5738083%20292.207392%2C67.2812255%20291.843727%2C67.2812255%20L282.656248%2C67.2812255%20C282.292583%2C67.2812255%20282%2C67.5738083%20282%2C67.9374739%20L282%2C68.5937224%20C282%2C68.957388%20282.292583%2C69.2499708%20282.656248%2C69.2499708%20L291.843727%2C69.2499708%20Z%22%20id%3D%22%EF%8C%BD%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  top: 4px;
  right: 8px;
  bottom: auto;
}
#pmaxGui #bottomBar #timelapseControl .center #timelapseDownload .custom-button.active {
  pointer-events: none;
}
#pmaxGui #bottomBar #timelapseControl .center #timelapseDownload .custom-button.active #timelapseDownloadButton:after {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3Eloading-indicator%3C%2Ftitle%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22pattern-1%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%22100%25%22%20y2%3D%22100%25%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3Atransparent%3B%20stop-opacity%3A0%22%20%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%2220%25%22%20style%3D%22stop-color%3Awhite%3B%20stop-opacity%3A0.2%22%20%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%2250%25%22%20style%3D%22stop-color%3Awhite%3B%20stop-opacity%3A0.5%22%20%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3Awhite%3B%20stop-opacity%3A1%22%20%2F%3E%0A%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22EXPORT%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate(-1264.000000%2C%20-1523.000000)%22%20id%3D%22loading-indicator%22%20stroke%3D%22url(%23pattern-1)%22%20stroke-width%3D%222%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20cx%3D%221271%22%20cy%3D%221530%22%20r%3D%226%22%3E%3C%2Fcircle%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  animation: spin 2s linear infinite;
  -webkit-animation: spin 2s linear infinite;
  -moz-webkit-animation: spin 2s linear infinite;
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
#pmaxGui #bottomBar #timelapseControl .center .icon-button {
  display: inline-block;
  height: 100%;
  width: 11px;
  padding: 0 10px;
  border: none;
  position: relative;
  float: left;
  background-color: transparent;
  box-sizing: content-box;
}
#pmaxGui #bottomBar #timelapseControl .center .text-input {
  border-radius: 3px;
  border: 1px solid #888888;
  height: 1.8em;
  font-weight: bold;
  text-align: center;
}
#pmaxGui #bottomBar .popover {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.65);
  left: 0;
  z-index: 200;
  color: #ffffff;
  display: none;
}
#pmaxGui #bottomBar .popover .list-headline {
  padding: 0.2em 9.5em 0 1.538em;
  line-height: 1.5em;
  background-color: #343434;
  text-transform: uppercase;
}
#pmaxGui #bottomBar .popover .list-headline .description {
  text-transform: none;
  text-align: right;
  position: absolute;
  right: 0;
  margin-right: 1.538em;
}
#pmaxGui #bottomBar .popover .list-headline .description .distance {
  display: inline-block;
  width: 4em;
}
#pmaxGui #bottomBar .popover .list-container {
  margin-top: 0.769em;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 0.769em;
}
#pmaxGui #bottomBar .popover .list-container .list {
  padding-left: 15px;
  text-overflow: ellipsis;
}
#pmaxGui #bottomBar .popover .list-container .list .item {
  padding: 0 10em 0 1.538em;
  line-height: 1.5em;
  white-space: nowrap;
  cursor: pointer;
}
#pmaxGui #bottomBar .popover .list-container .list .item .name {
  font-weight: bold;
}
#pmaxGui #bottomBar .popover .list-container .list .item .description {
  text-align: right;
  position: absolute;
  right: 0;
  margin-right: 1.538em;
}
#pmaxGui #bottomBar .popover .list-container .list .item .description .distance {
  display: inline-block;
  width: 4em;
}
#pmaxGui #bottomBar .popover .list-container .list .item.selected:before {
  content: '';
  display: block;
  position: absolute;
  margin-left: -20px;
}
#pmaxGui #bottomBar .popover .list-container .list .item.hidden,
#pmaxGui #bottomBar .popover .list-container .list .item.empty-result {
  display: none;
}
#pmaxGui #bottomBar .popover .list-container .list .item.empty-result {
  color: inherit;
  cursor: inherit;
}
#pmaxGui #bottomBar .popover .list-container .list .item.empty-result:before {
  display: none;
}
#pmaxGui #bottomBar .popover-opened {
  background-color: rgba(0, 0, 0, 0.65);
}
#pmaxGui #bottomBar .popover-opened .popover {
  display: block;
}
#pmaxGui #bottomBar .search-box {
  font-family: 'Oswald', Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
}
#pmaxGui #bottomBar .search-box .button {
  height: 40px;
  padding: 10px 5px 0 5px;
  cursor: pointer;
}
#pmaxGui #bottomBar .search-box .button .icon {
  margin-top: 2px;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  border: 0;
  background-color: transparent;
  background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.0%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2222.026px%22%20height%3D%2222.026px%22%20viewBox%3D%220%200%2022.026%2022.026%22%20enable-background%3D%22new%200%200%2022.026%2022.026%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Ccircle%20opacity%3D%220.65%22%20cx%3D%2211.013%22%20cy%3D%2211.013%22%20r%3D%2211.013%22%2F%3E%0D%0A%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20cx%3D%228.986%22%20cy%3D%229.371%22%20r%3D%224.569%22%2F%3E%0D%0A%3Cline%20fill%3D%22%23FFFFFF%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2212.759%22%20y1%3D%2213.235%22%20x2%3D%2216.83%22%20y2%3D%2217.306%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") no-repeat 50% 50%;
  background-size: contain;
  float: left;
}
#pmaxGui #bottomBar .search-box .button .title {
  padding-left: 6px;
  text-align: left;
  margin-top: 0;
  line-height: 20px;
  float: left;
  font-size: 0.975em;
  text-transform: uppercase;
  font-weight: bold;
}
#pmaxGui #bottomBar .search-box .button.opened,
#pmaxGui #bottomBar .search-box .button:hover {
  background-color: rgba(0, 0, 0, 0.65);
  color: #ffffff;
}
#pmaxGui #bottomBar .search-box .button.opened .icon,
#pmaxGui #bottomBar .search-box .button:hover .icon {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.0%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2222.026px%22%20height%3D%2222.026px%22%20viewBox%3D%220%200%2022.026%2022.026%22%20enable-background%3D%22new%200%200%2022.026%2022.026%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Ccircle%20fill%3D%22%23FFFFFF%22%20cx%3D%2211.013%22%20cy%3D%2211.013%22%20r%3D%2211.013%22%2F%3E%0D%0A%3Ccircle%20opacity%3D%220.65%22%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20cx%3D%228.986%22%20cy%3D%229.371%22%20r%3D%224.569%22%2F%3E%0D%0A%3Cline%20opacity%3D%220.65%22%20fill%3D%22%23FFFFFF%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2212.759%22%20y1%3D%2213.235%22%20x2%3D%2216.83%22%20y2%3D%2217.306%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
#pmaxGui #bottomBar .search-box .popover .list-headline {
  text-align: left;
}
#pmaxGui #bottomBar .search-box .popover .list-container {
  overflow-y: auto;
}
#pmaxGui #bottomBar .search-box .popover .list-container .list .item {
  text-align: left;
}
#pmaxGui #bottomBar .search-box .popover .search-container {
  padding: 0.769em;
}
#pmaxGui #bottomBar .search-box .popover .search-container .search-inner-container {
  background-color: #ffffff;
  border: 1px solid #000000;
  height: 2em;
}
#pmaxGui #bottomBar .search-box .popover .search-container .search-inner-container.search:before {
  content: '';
  width: 2em;
  height: 2em;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3Eloading-indicator%3C%2Ftitle%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22pattern-1%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%22100%25%22%20y2%3D%22100%25%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3Atransparent%3B%20stop-opacity%3A0%22%20%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%2220%25%22%20style%3D%22stop-color%3Awhite%3B%20stop-opacity%3A0.2%22%20%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%2250%25%22%20style%3D%22stop-color%3Awhite%3B%20stop-opacity%3A0.5%22%20%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3Awhite%3B%20stop-opacity%3A1%22%20%2F%3E%0A%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22EXPORT%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate(-1264.000000%2C%20-1523.000000)%22%20id%3D%22loading-indicator%22%20stroke%3D%22url(%23pattern-1)%22%20stroke-width%3D%222%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20cx%3D%221271%22%20cy%3D%221530%22%20r%3D%226%22%3E%3C%2Fcircle%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  animation: spin 2s linear infinite;
  -webkit-animation: spin 2s linear infinite;
  -moz-webkit-animation: spin 2s linear infinite;
}
#pmaxGui #bottomBar .search-box .popover .search-container .search-inner-container.search .search-typeahead {
  left: 15px;
}
#pmaxGui #bottomBar .search-box .popover .search-container .search-inner-container.search .search-input {
  left: 15px;
}
#pmaxGui #bottomBar .search-box .popover .search-container .search-inner-container:after {
  content: '';
  width: 2em;
  height: 2em;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.0%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2214.12px%22%20height%3D%2214.211px%22%20viewBox%3D%220%200%2014.12%2014.211%22%20enable-background%3D%22new%200%200%2014.12%2014.211%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20cx%3D%225.569%22%20cy%3D%225.569%22%20r%3D%224.569%22%2F%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20x1%3D%229.342%22%20y1%3D%229.433%22%20x2%3D%2213.413%22%20y2%3D%2213.504%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-repeat: no-repeat;
  background-position: center;
}
#pmaxGui #bottomBar .search-box .popover .search-container .search-typeahead {
  position: absolute;
  left: 15px;
  width: 100%;
  height: 100%;
  color: #909090;
  line-height: 2em;
  letter-spacing: normal;
  padding-left: 0.769em;
  text-align: left;
}
#pmaxGui #bottomBar .search-box .popover .search-container .search-input {
  position: absolute;
  left: 15px;
  width: 100%;
  height: 100%;
  outline: 0;
  border: 0;
  margin: 0;
  background-color: transparent;
  line-height: 2em;
  padding: 0;
  padding-right: 2em;
  padding-left: 0.769em;
}
#pmaxGui #bottomBar .search-box .popover .search-container .search-input::-ms-clear {
  display: none;
}
#pmaxGui #bottomBar #peakLabelsControl .center > .title {
  margin-right: 23px;
}
#pmaxGui #bottomBar #peakLabelsControl .center #peakLabelsElevationSlider,
#pmaxGui #bottomBar #peakLabelsControl .center #peakLabelsDistanceSlider,
#pmaxGui #bottomBar #peakLabelsControl .center #peakLabelsShowElevation {
  float: left;
  padding: 0 10px;
  border-left: 1px solid #8d8d8d;
}
#pmaxGui #bottomBar #peakLabelsControl .center #peakLabelsElevationSlider .title,
#pmaxGui #bottomBar #peakLabelsControl .center #peakLabelsDistanceSlider .title,
#pmaxGui #bottomBar #peakLabelsControl .center #peakLabelsShowElevation .title {
  margin-top: 4px;
  font-size: 0.975em;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}
#pmaxGui #bottomBar #peakLabelsControl .center #peakLabelsElevationSlider .title .selection,
#pmaxGui #bottomBar #peakLabelsControl .center #peakLabelsDistanceSlider .title .selection,
#pmaxGui #bottomBar #peakLabelsControl .center #peakLabelsShowElevation .title .selection {
  font-weight: normal;
}
#pmaxGui #bottomBar #peakLabelsControl .center #peakLabelsElevationSlider,
#pmaxGui #bottomBar #peakLabelsControl .center #peakLabelsDistanceSlider {
  height: 40px;
}
#pmaxGui #bottomBar #peakLabelsControl .center #peakLabelsElevationSlider .title,
#pmaxGui #bottomBar #peakLabelsControl .center #peakLabelsDistanceSlider .title {
  padding-left: 7px;
}
#pmaxGui #bottomBar #peakLabelsControl .center #peakLabelsElevationSlider .gui-slider,
#pmaxGui #bottomBar #peakLabelsControl .center #peakLabelsDistanceSlider .gui-slider {
  margin: 9px 8px 0 8px;
}
#pmaxGui #bottomBar #peakLabelsControl .center #peakLabelsShowElevation {
  padding: 0 10px;
  width: auto;
  cursor: pointer;
  line-height: 40px;
}
#pmaxGui #bottomBar #peakLabelsControl .center #peakLabelsShowElevation .icon {
  width: 20px;
  height: 40px;
  margin-right: 5px;
  border: 0;
  outline: 0;
  background-color: transparent;
  background: url('images/checkbox_unchecked.svg') no-repeat 50% 50%;
  background-size: contain;
  float: left;
}
#pmaxGui #bottomBar #peakLabelsControl .center #peakLabelsShowElevation .icon.icon-checked {
  background-image: url('images/checkbox_checked.svg');
}
#pmaxGui #bottomBar #peakLabelsControl .center #peakLabelsShowElevation .title {
  padding-left: 6px;
  text-align: left;
  margin-top: 0;
  float: left;
}
#pmaxGui #bottomBar #peakLabelsControl .center #peakLabelsSearch {
  float: left;
  white-space: nowrap;
  border-left: 1px solid #8d8d8d;
}
#pmaxGui #bottomBar #peakLabelsControl .center #peakLabelsSearch .popover {
  bottom: 100%;
}
#pmaxGui #bottomBar #peakLabelsControl .center #peakLabelsSearch .search-input {
  width: 100%;
  height: 2em;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.0%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2214.12px%22%20height%3D%2214.211px%22%20viewBox%3D%220%200%2014.12%2014.211%22%20enable-background%3D%22new%200%200%2014.12%2014.211%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20cx%3D%225.569%22%20cy%3D%225.569%22%20r%3D%224.569%22%2F%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20x1%3D%229.342%22%20y1%3D%229.433%22%20x2%3D%2213.413%22%20y2%3D%2213.504%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: right 5px center;
  background-repeat: no-repeat;
  background-color: #ffffff;
  border: 1px solid #000000;
  padding: 0 0.769em;
}
#pmaxGui #bottomBar #bottomSponsors {
  display: none;
  position: relative;
  text-align: center;
  border-top: 1px solid #616161;
  z-index: 22;
}
#pmaxGui #bottomBar #bottomSponsors .sponsor-logos-container {
  position: relative;
  display: block;
  clear: both;
  width: 100%;
  text-align: center;
  padding: 4px 8px;
  margin-bottom: 0px;
}
#pmaxGui #bottomBar #bottomSponsors .sponsor-logos-container .logo-s {
  margin-left: 4px;
  margin-right: 4px;
}
#pmaxGui #bottomBar #bottomSponsors .sponsor-logos-container.sponsors-horizontal-left {
  text-align: left;
}
#pmaxGui #bottomBar #bottomSponsors .sponsor-logos-container.sponsors-horizontal-right {
  text-align: right;
}
#pmaxGui #bottomBar #ticker {
  display: none;
  position: relative;
  text-align: left;
  border-top: 1px solid #646464;
  padding: 3px 0;
  background-color: #202020;
  z-index: 23;
  overflow: hidden;
}
#pmaxGui #bottomBar #ticker.no-bottom-menu {
  border-top: none;
  padding: 6px 0;
}
#pmaxGui #bottomBar #ticker .content {
  display: inline-block;
  left: 0;
  white-space: nowrap;
}
#pmaxGui #bottomBar #ticker .content > * {
  display: inline-block;
  white-space: nowrap;
  width: auto;
  padding: 0;
  margin: 0;
}
#pmaxGui #bottomBar #ticker .content a {
  color: #FFF;
}
#pmaxGui #bottomBar .places-search-bar .popover {
  padding: 7px 5px;
}
#pmaxGui #bottomBar .places-search-bar .popover .list-container {
  margin-top: 0;
  padding-bottom: 0;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid #000000;
}
#pmaxGui #bottomBar .places-search-bar .popover .list-container .list .item {
  padding-left: 0.769em;
}
#pmaxGui #bottomBar .places-search-bar .popover .list-container .list .item.selected {
  background: rgba(255, 255, 255, 0.5);
}
#pmaxGui #bottomBar .places-search-bar .popover .list-container .list .item.selected:before {
  display: none;
}
#pmaxGui #bottomBar .places-search-bar .popover .list-container .list .item .name {
  color: #000;
  font-weight: normal;
}
#pmaxGui #bottomBar .places-search-bar .popover .search-container {
  padding: 0;
}
#pmaxGui .full-dialog {
  display: none;
  width: auto;
  max-width: 80%;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 101;
  position: absolute;
  left: 50%;
  top: 40px;
}
#pmaxGui .full-dialog.shown {
  display: inline-block;
}
#pmaxGui .full-dialog .dialog-container {
  background-color: #000000;
  /* Old browsers */
  background-color: rgba(0, 0, 0, 0.6);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000)";
  display: inline-block;
  max-width: 100%;
  padding-top: 10px;
  padding-bottom: 60px;
  min-height: 100%;
  text-align: center;
}
#pmaxGui #placesSearchList.feature-panel {
  text-align: left;
  min-width: 70%;
}
#pmaxGui #placesSearchList .loading-icon {
  width: 100%;
  height: 100%;
  background-image: url('images/loading-indicator.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 5%;
  animation: spin 2s linear infinite;
  -webkit-animation: spin 2s linear infinite;
  -moz-webkit-animation: spin 2s linear infinite;
}
#pmaxGui #placesSearchList .places-list-container {
  display: inline-block;
  max-width: 100%;
  padding-top: 10px;
  padding-bottom: 60px;
  min-height: 100%;
}
#pmaxGui #placesSearchList .places-list-container .places-list-item {
  display: block;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  font-family: 'Oswald', Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  vertical-align: middle;
  color: #FFF;
  white-space: nowrap;
  margin-bottom: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  /*
				.places-list-shot {
					width: 460px;
					height: 75px;
					display: inline-block;
					vertical-align: middle;
					max-width: 50%;

					.pano-shot {
						display: inline-block;
						position: relative;
						margin: 0;
						width: 100%;
						height: 100%;

						a {
							display: block;
							text-decoration: none;

							.date,
							.time {
								display: none
							}

							.thumbnail {
								position: relative;
								display: inline-block;
								width: 100%;
								height: 75px;
								overflow: hidden;
								text-align: center;
								border: 1px solid #000;

								.movement-container {
									display: none;
									font-size: 0;
									white-space: nowrap;
									position: absolute;
									top: 0;
									left: 0;
									height: 75px;
									.animation-timing(linear);

									img {
										border: none;
										height: 75px;
									}

									&.anim-alternating {
										.animation-direction(alternate);
										.animation-state(paused);
									}
									&.anim-looping {
										.animation-iteration-count(infinite);
										.animation-state(paused);
									}

									&.anim-active {
										.animation-state(running);
									}
								}
							}
						}

						&.loaded {
							a {
								.thumbnail {
									display: block !important;

									.movement-container {
										display: block;
									}
									img {
										display: inline-block;
									}
								}
							}
						}
					}
				}
				*/
}
#pmaxGui #placesSearchList .places-list-container .places-list-item:hover,
#pmaxGui #placesSearchList .places-list-container .places-list-item:focus {
  background-color: #000000;
  /* Old browsers */
  background-color: rgba(0, 0, 0, 0.6);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000)";
}
#pmaxGui #placesSearchList .places-list-container .places-list-item:first-child {
  padding-top: 5px;
  margin-top: 5px;
}
#pmaxGui #placesSearchList .places-list-container .places-list-item .places-list-shot {
  display: inline-block;
  vertical-align: middle;
  width: 350px;
  max-width: 38%;
  height: 75px;
}
#pmaxGui #placesSearchList .places-list-container .places-list-item .places-list-shot .places-list-shot-image {
  border: 1px solid #000;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
  max-width: 100%;
}
#pmaxGui #placesSearchList .places-list-container .places-list-item .places-list-map {
  display: block;
  width: 90px;
  position: absolute;
  right: -95px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#pmaxGui #placesSearchList .places-list-container .places-list-item .places-list-title {
  display: inline-block;
  vertical-align: middle;
  padding-left: 110px;
  line-height: 1.1;
  width: auto;
  max-width: 62%;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 160px;
}
#pmaxGui #placesSearchList .places-list-container .places-list-item .places-list-title .places-list-name {
  color: #FFF;
  font-size: 1.5em;
  text-transform: uppercase;
  padding-right: 15px;
}
#pmaxGui #placesSearchList .places-list-container .places-list-item .places-list-title .places-list-distance {
  color: #FFF;
}
#pmaxGui #placesSearchList .places-list-container .places-list-item .places-list-title .places-list-breadcrumbs {
  display: block;
  font-size: 0.85em;
  color: #FFF;
}
#pmaxGui #placesSearchList .places-list-container .places-list-item .places-list-title .places-list-tour {
  display: block;
  color: #A1A1A1;
  padding-top: 7px;
}
#pmaxGui #placesSearchList .places-list-container .places-list-item .places-list-datetime {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  line-height: 1.4;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#pmaxGui #placesSearchList .places-list-container .places-list-item .places-list-datetime .places-list-date {
  color: #FFF;
  font-size: 1.5em;
}
#pmaxGui #placesSearchList .places-list-container .places-list-item .places-list-datetime .places-list-time {
  color: #A1A1A1;
}
#pmaxGui #placesSearchListItem {
  display: none;
}
#pmaxGui #schemaMap {
  display: none;
}
#pmaxGui #panoShotThumbnail {
  display: none;
}
#pmaxGui #placesSearchBar {
  display: none;
}
#pmaxGui #zoomSlider {
  position: absolute;
  display: none;
  right: 0px;
  top: 60px;
  width: 100px;
  height: 150px;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 500ms;
}
#pmaxGui #zoomSlider .slider {
  left: 50%;
  top: 50%;
  margin-top: -47.5px;
  height: 95px;
}
#pmaxGui #zoomSlider .slider:before {
  box-shadow: 0 0 18px 2px #ffffff;
  background-color: rgba(0, 0, 0, 0.35);
  padding-top: 1.5em;
  margin-top: -0.75em;
}
#pmaxGui #zoomSlider .slider .slider-handle {
  background-color: #333333;
  border-radius: 3px;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.0%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%2213px%22%20height%3D%2213px%22%20viewBox%3D%220%200%2013%2013%22%20enable-background%3D%22new%200%200%2013%2013%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-miterlimit%3D%2210%22%20cx%3D%225.086%22%20cy%3D%224.935%22%20r%3D%222.708%22%2F%3E%0A%09%3Cline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-miterlimit%3D%2210%22%20x1%3D%226.837%22%20y1%3D%226.988%22%20x2%3D%2210.622%22%20y2%3D%2210.773%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#pmaxGui #zoomSlider .slider .slider-handle:after {
  display: none;
}
#pmaxGui #zoomSlider .zoom-icon-plus,
#pmaxGui #zoomSlider .zoom-icon-minus {
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  cursor: pointer;
  left: 50%;
  margin-left: -0.75em;
  background-color: #404040;
  border-radius: 7px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 2;
}
#pmaxGui #zoomSlider .zoom-icon-plus {
  bottom: 100%;
  margin-bottom: 0.75em;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.0%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%2213px%22%20height%3D%2213px%22%20viewBox%3D%220%200%2013%2013%22%20enable-background%3D%22new%200%200%2013%2013%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-miterlimit%3D%2210%22%20x1%3D%222.407%22%20y1%3D%226.549%22%20x2%3D%2210.496%22%20y2%3D%226.549%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-miterlimit%3D%2210%22%20x1%3D%226.451%22%20y1%3D%222.504%22%20x2%3D%226.451%22%20y2%3D%2210.593%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
#pmaxGui #zoomSlider .zoom-icon-minus {
  top: 100%;
  margin-top: 0.75em;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.0%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%2213px%22%20height%3D%2213px%22%20viewBox%3D%220%200%2013%2013%22%20enable-background%3D%22new%200%200%2013%2013%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-miterlimit%3D%2210%22%20x1%3D%222.083%22%20y1%3D%226.667%22%20x2%3D%2211.083%22%20y2%3D%226.667%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
#pmaxGui #zoomSlider.disabled {
  opacity: 0;
  filter: alpha(opacity=0);
}
#pmaxGui .slider {
  top: 0;
  height: 7em;
  width: 1px;
  cursor: pointer;
  background-color: transparent;
  z-index: 3;
  font-size: 10px;
}
#pmaxGui .slider:before,
#pmaxGui .slider .slider-range {
  position: absolute;
  display: block;
  content: '';
  height: 100%;
  left: 50%;
  top: 0;
}
#pmaxGui .slider:before {
  width: 0.3em;
  margin-left: -0.15em;
  background-color: #8d8d8d;
}
#pmaxGui .slider .slider-range {
  width: 0.7em;
  margin-left: -0.35em;
  background-color: #404040;
}
#pmaxGui .slider .slider-handle {
  position: absolute;
  display: block;
  height: 1.5em;
  width: 1.5em;
  margin-left: -0.75em;
  margin-top: -0.75em;
  background-color: #dddddd;
  z-index: 10000;
  border: 0.2em solid #404040;
  border-radius: 50%;
}
#pmaxGui .slider .slider-handle:after {
  position: absolute;
  display: block;
  width: 0.3em;
  height: 0.3em;
  content: "";
  left: 50%;
  top: 50%;
  margin-left: -0.15em;
  margin-top: -0.15em;
  background-color: #404040;
  border-radius: 50%;
}
#pmaxGui .slider .slider-handle.slider-handle-range-end {
  top: 100%;
}
#pmaxGui .slider.slider-ranged .slider-range {
  display: block;
}
#pmaxGui .slider.slider-vertical.slider-ranged {
  height: 5.5em;
  margin-top: 0.75em;
}
#pmaxGui .slider.slider-vertical.slider-ranged:before {
  margin-top: 0.75em;
}
#pmaxGui .slider.slider-vertical.slider-ranged .slider-handle {
  margin-top: -1.5em;
}
#pmaxGui .slider.slider-vertical.slider-ranged .slider-handle-range-end {
  margin-top: 1.5em;
}
#pmaxGui .slider.slider-vertical.slider-ranged .slider-range {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  margin-top: -0.75em;
  box-sizing: content-box;
}
#pmaxGui .slider.slider-horizontal {
  height: 1px;
  width: 18em;
}
#pmaxGui .slider.slider-horizontal:before,
#pmaxGui .slider.slider-horizontal .slider-range {
  width: 100%;
  left: 0;
  top: 50%;
  margin-left: 0;
}
#pmaxGui .slider.slider-horizontal:before {
  height: 0.3em;
  margin-top: -0.15em;
}
#pmaxGui .slider.slider-horizontal .slider-range {
  height: 0.7em;
  margin-top: -0.35em;
}
#pmaxGui .slider.slider-horizontal .slider-handle.slider-handle-range-end {
  left: 100%;
  top: 0;
}
#pmaxGui .slider.slider-horizontal.slider-ranged {
  width: 16.5em;
  margin-left: 0.75em;
}
#pmaxGui .slider.slider-horizontal.slider-ranged:before {
  /*margin-left:	(@slider2-handle-size / 2);*/
}
#pmaxGui .slider.slider-horizontal.slider-ranged .slider-handle {
  margin-left: -1.5em;
  margin-top: -0.75em;
}
#pmaxGui .slider.slider-horizontal.slider-ranged .slider-handle-range-end {
  margin-left: 0;
}
#pmaxGui .slider.slider-horizontal.slider-ranged .slider-range {
  padding-left: 0.75em;
  padding-right: 0.75em;
  box-sizing: content-box;
  margin-left: -0.75em;
}
#bgDomainLogo {
  position: absolute;
  display: none;
  z-index: 250;
  text-align: center;
}
#loadingIndicator,
#startPreloader {
  background: rgba(0, 0, 0, 0.75);
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C */
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=rgba(0, 0, 0, 0.75),endColorstr=rgba(0, 0, 0, 0),GradientType=1)";
  /* IE6-9 */
  left: 0;
  z-index: 100;
  display: none;
  padding: 0;
  min-width: 120px;
}
#loadingIndicator .text,
#startPreloader .text {
  display: inline-block;
  width: 100%;
  padding: 6px 0px;
  font-size: 0.7em;
}
#loadingIndicator .progress-bar,
#startPreloader .progress-bar {
  width: 100%;
  height: 3px;
  background-color: #FFF;
  /* Old browsers */
  background-color: rgba(255, 255, 255, 0.3);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4dffffff,endColorstr=#4dffffff)";
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAFCAYAAAB8ZH1oAAAAHElEQVR4AWNAAyxA3AbE+2EYymcZQEUMRCpiAQCsehCWBjyEwwAAAABJRU5ErkJggg==");
  background-repeat: repeat-x;
  background-size: contain;
}
#loadingIndicator .progress-bar .progress-bar-value,
#startPreloader .progress-bar .progress-bar-value {
  height: 100%;
  width: 0;
  background-color: #FFFFFF;
  transition: width 250ms ease-in-out;
}
#loadingIndicator .progress-bar.fluid,
#startPreloader .progress-bar.fluid {
  -webkit-animation: animation-progress-bar 1000ms infinite;
  /* Safari and Chrome: */
  animation: animation-progress-bar 1000ms infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-play-state: running;
  /* Safari and Chrome: */
  animation-play-state: running;
}
#loadingIndicator .error,
#startPreloader .error {
  text-align: center;
  padding-top: 10px;
  color: #D90000;
  font-size: 1.1em;
}
#loadingIndicator.erroneous,
#startPreloader.erroneous {
  background: rgba(0, 0, 0, 0.75);
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* W3C */
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=rgba(0, 0, 0, 0.75),endColorstr=rgba(0, 0, 0, 0.5),GradientType=1)";
  /* IE6-9 */
}
#loadingIndicator.erroneous .progress-bar,
#startPreloader.erroneous .progress-bar {
  background-color: #D90000;
}
#loadingIndicator.erroneous .progress-bar .progress-bar-value,
#startPreloader.erroneous .progress-bar .progress-bar-value {
  background-color: #D90000;
}
#missingInstancePreloader {
  text-align: center;
  height: 100%;
  width: 100vw;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#loadingIndicator {
  position: static;
  background: transparent;
}
#loadingIndicator .text {
  text-shadow: 0 0 15px #000, 0 0 5px #000;
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#loadingIndicator .progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
}
#startPreloader {
  position: relative;
  margin: auto;
  top: 50%;
  background: transparent !important;
  width: 300px;
  max-width: 90%;
}
#startPreloader .text {
  text-align: center;
  font-size: 1.5em;
}
#startPreloader .progress-bar {
  height: 5px;
}
#startPreloader .progress-bar .progress-bar-value {
  background-color: #FFFFFF;
}
#topnotice {
  background: #fff2ba;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  overflow: hidden;
}
#topnotice div.inner {
  padding: 5px;
  padding-bottom: 10px;
}
#topnotice span {
  color: #3b3000;
  position: relative;
  top: 3px;
  left: 3px;
  margin-right: 10px;
}
#topnotice span a {
  color: #b07700;
  text-decoration: underline;
}
#topnotice span a:hover {
  color: #e09700;
  text-decoration: underline;
}
#topnotice button {
  float: right;
  padding: 0;
  border: none;
  background-color: #b07700;
  color: #ffffff;
  cursor: pointer;
  margin: 5px 0 5px 5px;
  height: 18px;
  border-radius: 2px;
}
#topnotice button:hover .ui-icon {
  background-image: url("data:image/png;base64,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");
}
#topnotice .buttons:hover .close-permanently {
  display: inline;
}
#topnotice .close .ui-icon {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAADwCAMAAADYSUr5AAABdFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+8RKoNAAAAfHRSTlMAvw+PLxj/7x8/f1/fb5/Pr0/DxPRVKOv+oHB1C9qZFTlEQ1PjVmAWNV20FKLCwUERujFOpVqsWIyJEwUCMIRieoAqQhAmQDIECFCDLiJUZhoSzQwgPEhKHlIshTSHgWrJxzgcvbl8q7WNqa2z/SQKBqOVoWydRj5ufpFo+i9d/wAADjNJREFUeAHsmIWO5DwQhCvgGp7Q8v8f7jEzLeP7P9IpGfS01EeOFMn+Fi1Tu1JpewwvCETwmDgGEgApuoyhQUukPfQHKYYJ5pDW305gyPYUwGgcRcmqyCX4ff45PEN9/fW31didIP1xCiQjKA7YdKCURzwgcqPWkFatWKKYQPS3GruyRDScTJFOsnwQpVIA24GKAGYzHlJ5gkIAQ11h0Xjx2wWDrJcXRR7FwgEyfnUJsl5REBa/Gl00XszogEnEYfOX0UDkAOnABaoDrN76OyS6i9FFAG4dMMpjzImnI30X0EP8tYOVBiIHKEnQcQ6IV//HPSFAB3YB8Qq53QUyaxm2AF4chJLJ6v9iupEDfCDOs2ycAv0sy6JYOMAPBmNyXMBHAoFAv+Scqi/KPlBtcc5WKco+QHJ7Z5cN83LN3v7Bf+zQSdC0KcD/uCMEuFv/awegneVJoyyI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");
}
#topnotice .close-permanently {
  display: none;
  padding: 0 3px;
  font-size: 0.9em;
  font-weight: 600;
}
.sponsor-logos-container {
  position: absolute;
  z-index: 100;
}
.sponsor-logos-container.sponsors-horizontal-left {
  left: 0;
}
.sponsor-logos-container.sponsors-horizontal-left .logo-s {
  margin-left: 8px;
}
.sponsor-logos-container.sponsors-horizontal-right {
  right: 0;
}
.sponsor-logos-container.sponsors-horizontal-right .logo-s {
  margin-right: 8px;
}
.sponsor-logos-container.sponsors-vertical-top {
  vertical-align: top;
}
.sponsor-logos-container.sponsors-vertical-top .logo-s {
  vertical-align: top;
}
.sponsor-logos-container.sponsors-vertical-center {
  vertical-align: middle;
}
.sponsor-logos-container.sponsors-vertical-bottom {
  vertical-align: bottom;
}
.sponsor-logos-container.sponsors-align-vertical .logo-s {
  display: block;
  margin-top: 5px;
  margin-right: 8px;
  text-align: left;
}
.sponsor-logos-container .logo-s {
  display: inline-block;
}
.sponsor-logos-container .logo-s:not(.shown):not(.always-visible) {
  display: none;
}
.sponsor-logos-container .logo-s.linked a {
  cursor: pointer;
}
.sponsor-logos-container .logo-s a {
  display: block;
  cursor: default;
}
#shareDialogWrapper .ui-widget-overlay {
  display: none;
}
#shareDialogWrapper #shareDialog {
  width: 688px;
  height: 580px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -344px;
  margin-top: -290px;
  display: none;
  box-sizing: content-box;
}
#shareDialogWrapper #shareDialog #share {
  width: 100% !important;
  height: 100% !important;
  padding: 0;
  overflow: hidden;
}
#shareDialogWrapper #shareDialog #share .left {
  position: relative;
  width: 250px;
  height: 100%;
  float: left;
}
#shareDialogWrapper #shareDialog #share .left .background {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 240px;
  height: 100%;
}
#shareDialogWrapper #shareDialog #share .left .share-title {
  font-size: 16px;
  font-weight: 600;
  width: 240px;
  text-align: center;
  padding-top: 13px;
}
#shareDialogWrapper #shareDialog #share .left .selectContent {
  margin-top: 31px;
}
#shareDialogWrapper #shareDialog #share .left .selectContent .item {
  margin-bottom: 61px;
  cursor: pointer;
}
#shareDialogWrapper #shareDialog #share .left .selectContent .item .title {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAAoCAYAAAAIXQhqAAAFS0lEQVR4Ae3dRXDjbBLG8U6sMDMnhnB5cllmZmaOA8vMe9v7dRmchY+ZGQY8zDPn4cgOMyuObH0jXYNXd/3fql/lfnjrydNtSdki4gDITN3d3SNysONkZWUaACLifGE4dKB7nn2XfO973wOQYcLhsMTj8Ygc4GRliVxOfR1AhvnWL7vkzKsTkQMHuuM4ADJMX1+f2LZtdHV1ReUAJ51OA8gw/b/pko112/j8UCC6b6Bn5kUHkJ+fL52dnTI2NjagM9ABVNblymcifjn3+tQADR1QrKenR1KplHE32KOyz3GcNIAM9LWfhCS5mTY+O+iPEuiAUoWFhRIMBmV8fHxg/4buAMhANY358rGvt8j5w9MDjNwBxbq7u2Vra8tob2+P7hnoThpAhvrKTwKyvmIbnxloi9LQoRgtPRAIyMTExAA7dECnmsY8+ejXmuTc69MDBLpiwKFDh2RjY8Nt6SMEuk5A5A/tMj9lGZ/qbxkh0JUCcnNz3dG7u0uPMHLXCSipNOSrPwnIhcMzEcU7dAC9vb3eLj0UCkVp6DoB3/xNQFaXbOOT32mO0tCVAgzDkJaWFm+XTkPXCcgvypb3fb5OLh6dHSDQFQPcsXs6nTaCweC2/96ddFoBAF/9WavYybTxiW83Rgl0pYDi4mJpbm6WycnJARq6TkBjMF/e/ZkauRSbH1C8QwfQ0dHh7dIDgUBU5w4dwBd+2Cxry7bxsW/WR2noioHn0ltbW72WTkPXCahtyZUPfrlWLh9bGCDQFQPcj7ZYlmX4/f4RGrpOwJd+0iTz00njI9+oG1E6cgeQl5fntfSpqamIzkAHUFFryAe/UiNXYgsRGjqgWDgclmQyabS1tY14ge44AJQZ+GObrCzYxoe/XjuiNNAB+Hw+aWpqkunp6Yh4DT0FQJn8QpF3faZSrh5fjCgOdAA5OTli27aPew7oVVzmk421lE/pDh2AZVnuu92luro6xj0HdFqaS8rpFxak792lMRo6oJRpmm47d4qLiyM6Ax3Aaw/OiLWecppCeRpH7gBs25Y7d+547fz69eumvufQAayv2fLSPTMSfmdJ7PE/T5oKR+4Abt68KalUyikqKlL62BqA56PTspV0nMZQrubH1gDaeVVV1fEbN26Y+t4UB2Bj3ZYX/zsr4XcWHX/yL9OmwkAHMDo6KtnZ2e7uvF/nu9wBvPz/OfEZWW4771f46lcAm5ubEo/HpbKyMnbz5k1T37vcASzObsnhhxak952Fsaf/Nmsq/NoagEQi4f51CgsLIzq/hw7g+OOLsrXpOI3BnIjC76EDsCxLxsbGpKKiInb79m1T3/fQAcxPb8mxR5ek9x0FsWf+Pm8qDHQAbpinUqlt7VzPDh3A0YeXxFpPO/V+w7vnCgMdYHc+OTnptfM7d+6YOwe6AyCDLc7YcvqZFel9e0HsuX8ubrvnSnboALvzbe1828g9BSCDHX5gSZKW49QFfN49p6EDurhB7gV6eXn58dHRUVNEhIYO6JK00nL4/lXpemve8Rf+tWwS6IBC7mNqPp/PKSgoiMj2w4/iAAVe/u+y5BZkObWt29q5hpE7AHd3PjExIWVlZbF4PD4qu5zMvecAlmZsOfHYunS9NTf2yn9XvXuurKEDcH8IJyK7tXOeQwcUOPXkmpfUdf7t7ZxAB5T8sn1qaspr54lEwhQR0TVyBzA/acvppy3pfEtO7JX/rJkEOqCPO2p3/7rtvF+2HQ0jdwDHH90QO+k4dUHfvvfcC/Tz588DyDDuuL2kpOR4IpGIyz7HcUT+8N4FABnm+MOWtL/ZOP5KdGPfe/4G33pESMDHihgAAAAASUVORK5CYII=");
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 250px;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  padding: 0 14px;
  margin-bottom: 7px;
  text-shadow: 0 0 5px #000000;
  -webkit-filter: dropshadow(color=#000000, offx=0, offy=0);
          filter: dropshadow(color=#000000, offx=0, offy=0);
}
#shareDialogWrapper #shareDialog #share .left .selectContent .item.active .title,
#shareDialogWrapper #shareDialog #share .left .selectContent .item:hover .title {
  background-position: -250px 0;
  color: #000000;
  text-shadow: none;
  -webkit-filter: none;
          filter: none;
}
#shareDialogWrapper #shareDialog #share .left .selectContent .item .explanation {
  padding-left: 14px;
  padding-right: 14px;
}
#shareDialogWrapper #shareDialog #share .left .selectPeak {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 13px;
}
#shareDialogWrapper #shareDialog #share .left .selectPeak .explanation {
  padding-bottom: 7px;
}
#shareDialogWrapper #shareDialog #share .left .selectPeak select {
  width: 100%;
}
#shareDialogWrapper #shareDialog #share .content {
  width: 438px;
  height: 100%;
  float: left;
  padding: 25px;
}
#shareDialogWrapper #shareDialog #share .content .selectPlatform {
  border-bottom: 1px solid #555555;
  border-top: 1px solid #555555;
  text-align: center;
  margin-bottom: 40px;
}
#shareDialogWrapper #shareDialog #share .content .selectPlatform .item {
  display: inline-block;
  padding: 0 25px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  cursor: pointer;
  text-shadow: 0 0 5px #000000;
  -webkit-filter: dropshadow(color=#000000, offx=0, offy=0);
          filter: dropshadow(color=#000000, offx=0, offy=0);
}
#shareDialogWrapper #shareDialog #share .content .selectPlatform .item.active,
#shareDialogWrapper #shareDialog #share .content .selectPlatform .item:hover {
  background-color: #777777;
}
#shareDialogWrapper #shareDialog #share .content .selectPlatform .item.hidden {
  display: none;
}
#shareDialogWrapper #shareDialog #share .content .title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}
#shareDialogWrapper #shareDialog #share .content #selectShareContent .item {
  display: inline-block;
  width: 190px;
  margin-bottom: 70px;
}
#shareDialogWrapper #shareDialog #share .content #selectShareContent .item .explanation {
  text-align: center;
}
#shareDialogWrapper #shareDialog #share .content #selectShareContent .item .button {
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  padding-left: 0.5em;
  padding-right: 0.5em;
  text-align: center;
  margin-bottom: 7px;
  cursor: pointer;
}
#shareDialogWrapper #shareDialog #share .content #selectShareContent .item .button:before {
  display: inline-block;
  position: relative;
  content: '';
  width: 2em;
  height: 2em;
  background-size: contain;
  top: 0;
  vertical-align: middle;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-right: 0.5em;
}
#shareDialogWrapper #shareDialog #share .content #selectShareContent .item.twitter .button {
  background-color: #00ceff;
}
#shareDialogWrapper #shareDialog #share .content #selectShareContent .item.twitter .button:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.0%22%20id%3D%22Icon%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2048%2048%22%20enable-background%3D%22new%200%200%2048%2048%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M40.231%2C14.739c-1.12%2C0.497-2.323%2C0.833-3.588%2C0.984c1.291-0.773%2C2.28-1.998%2C2.747-3.456%0D%0A%09c-1.206%2C0.716-2.543%2C1.236-3.968%2C1.516c-1.139-1.214-2.763-1.972-4.56-1.972c-3.449%2C0-6.246%2C2.796-6.246%2C6.247%0D%0A%09c0%2C0.489%2C0.055%2C0.966%2C0.161%2C1.424c-5.192-0.261-9.795-2.748-12.876-6.527c-0.538%2C0.923-0.846%2C1.996-0.846%2C3.141%0D%0A%09c0%2C2.167%2C1.103%2C4.079%2C2.779%2C5.199c-1.024-0.032-1.987-0.313-2.83-0.781c0%2C0.026%2C0%2C0.052%2C0%2C0.079c0%2C3.027%2C2.153%2C5.551%2C5.011%2C6.125%0D%0A%09c-0.525%2C0.144-1.076%2C0.219-1.646%2C0.219c-0.403%2C0-0.794-0.038-1.176-0.11c0.795%2C2.481%2C3.102%2C4.287%2C5.835%2C4.338%0D%0A%09c-2.138%2C1.676-4.832%2C2.675-7.758%2C2.675c-0.504%2C0-1.002-0.03-1.491-0.089c2.765%2C1.773%2C6.048%2C2.808%2C9.576%2C2.808%0D%0A%09c11.49%2C0%2C17.774-9.519%2C17.774-17.774c0-0.271-0.006-0.54-0.019-0.808C38.334%2C17.092%2C39.394%2C15.992%2C40.231%2C14.739z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
#shareDialogWrapper #shareDialog #share .content #selectShareContent .item.facebook {
  float: right;
}
#shareDialogWrapper #shareDialog #share .content #selectShareContent .item.facebook .button {
  background-color: #2d3e95;
}
#shareDialogWrapper #shareDialog #share .content #selectShareContent .item.facebook .button:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.0%22%20id%3D%22Icon%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%22-14%20-14%2048%2048%22%20enable-background%3D%22new%20-14%20-14%2048%2048%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M25.613-4.557c0%2C0-3.707%2C0-6.166%2C0c-3.662%2C0-7.732%2C1.535-7.732%2C6.835c0.019%2C1.845%2C0%2C3.613%2C0%2C5.603H7.481%0D%0A%09v6.728h4.366v19.37h8.021V14.48h5.295l0.479-6.618h-5.913c0%2C0%2C0.016-2.946%2C0-3.8c0-2.093%2C2.184-1.974%2C2.312-1.974%0D%0A%09c1.042%2C0%2C3.059%2C0.003%2C3.578%2C0v-6.646H25.613z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
#shareDialogWrapper #shareDialog #share .content #selectShareContent .item.share-link {
  width: 100%;
}
#shareDialogWrapper #shareDialog #share .content #selectShareContent .item.share-link .explanation {
  text-align: left;
  margin-bottom: 8px;
}
#shareDialogWrapper #shareDialog #share .content #selectShareContent.only-twitter .item.facebook {
  display: none;
}
#shareDialogWrapper #shareDialog #share .content #selectShareContent.only-facebook .item.twitter {
  display: none;
}
#shareDialogWrapper #shareDialog #share .content #selectShareContent.only-facebook .item.facebook {
  float: left;
}
#shareDialogWrapper #shareDialog #share .content #selectShareContent.only-share-link .item.twitter,
#shareDialogWrapper #shareDialog #share .content #selectShareContent.only-share-link .item.facebook {
  display: none;
}
#shareDialogWrapper #shareDialog #share .content #selectEcardContent .left,
#shareDialogWrapper #shareDialog #share .content #selectLinkContent .left {
  float: left;
  width: 191px;
  margin-bottom: 14px;
}
#shareDialogWrapper #shareDialog #share .content #selectEcardContent .right,
#shareDialogWrapper #shareDialog #share .content #selectLinkContent .right {
  float: right;
  width: 191px;
  margin-bottom: 14px;
}
#shareDialogWrapper #shareDialog #share .content #selectEcardContent form > .title,
#shareDialogWrapper #shareDialog #share .content #selectLinkContent form > .title {
  clear: both;
}
#shareDialogWrapper #shareDialog #share .content #selectEcardContent textarea,
#shareDialogWrapper #shareDialog #share .content #selectLinkContent textarea {
  margin-bottom: 26px;
}
#shareDialogWrapper #shareDialog #share .content #selectEcardContent .explanation,
#shareDialogWrapper #shareDialog #share .content #selectLinkContent .explanation {
  margin-bottom: 9px;
}
#shareDialogWrapper #shareDialog #share .content #selectEcardContent #ecardMessage {
  height: 11em;
}
#shareDialogWrapper #shareDialog #share .content #selectEcardContent #g-recaptcha-share {
  margin-bottom: 15px;
}
#shareDialogWrapper #shareDialog #share .content #selectLinkContent input {
  margin-bottom: 26px;
}
#shareDialogWrapper #shareDialog #share .content #selectLinkContent .thumbEmbed {
  height: 115px;
}
#shareDialogWrapper #shareDialog #share .content #selectLinkContent .fullEmbed {
  height: 66px;
}
#shareDialogWrapper #shareDialog #share .explanation {
  font-size: 11px;
  font-weight: 600;
  color: #999999;
  line-height: 120%;
}
#shareDialogWrapper #shareDialog #share .explanation a {
  color: #999999;
}
#shareDialogWrapper #shareDialog #share button {
  border-radius: 3px;
  border: none;
  background: #d1ff5a;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #d1ff5a 0%, #a6db2e 100%);
  /* W3C */
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#d1ff5a,endColorstr=#a6db2e,GradientType=0)";
  /* IE6-9 */
  height: 24px;
  font-size: 14px;
  font-weight: 600;
  padding: 0 12px;
  margin: 1px 0;
  color: #000000;
  float: right;
}
#shareDialogWrapper #shareDialog #share button.copy {
  display: none;
}
#shareDialogWrapper #shareDialog #share input,
#shareDialogWrapper #shareDialog #share textarea,
#shareDialogWrapper #shareDialog #share select {
  border-radius: 3px;
  background: #888888;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #888888 0%, #eeeeee 100%);
  /* W3C */
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#888888,endColorstr=#eeeeee,GradientType=0)";
  /* IE6-9 */
  border: 1px solid #000000;
  font-size: 12px;
  color: #222222;
  width: 100%;
}
#shareDialogWrapper #shareDialog #share input::-webkit-input-placeholder,
#shareDialogWrapper #shareDialog #share textarea::-webkit-input-placeholder,
#shareDialogWrapper #shareDialog #share select::-webkit-input-placeholder {
  color: #555555;
}
#shareDialogWrapper #shareDialog #share input:-moz-placeholder,
#shareDialogWrapper #shareDialog #share textarea:-moz-placeholder,
#shareDialogWrapper #shareDialog #share select:-moz-placeholder {
  /* Firefox 18- */
  color: #555555;
}
#shareDialogWrapper #shareDialog #share input::-moz-placeholder,
#shareDialogWrapper #shareDialog #share textarea::-moz-placeholder,
#shareDialogWrapper #shareDialog #share select::-moz-placeholder {
  /* Firefox 19+ */
  color: #555555;
}
#shareDialogWrapper #shareDialog #share input:-ms-input-placeholder,
#shareDialogWrapper #shareDialog #share textarea:-ms-input-placeholder,
#shareDialogWrapper #shareDialog #share select:-ms-input-placeholder {
  color: #555555;
}
#shareDialogWrapper #shareDialog #share input {
  height: 26px;
  padding: 1px 8px;
  margin-bottom: 8px;
}
#shareDialogWrapper #shareDialog #share textarea {
  resize: none;
  padding: 5px 8px;
}
.js-clipboard #share input.copy,
.js-clipboard #share textarea.copy {
  width: 75% !important;
}
.js-clipboard #share button.copy {
  display: inline-block !important;
}
.autopan .ui-icon-autopan {
  background-position: -160px -64px;
}
.autopan:hover .ui-icon-autopan {
  background-position: 0 -160px;
}
.autopan.autopan-running:hover .ui-icon-autopan {
  background-position: -16px -160px;
}
.rounded-box {
  padding: 6px;
  border-radius: 6px;
  background-color: #000000;
  /* Old browsers */
  background-color: rgba(0, 0, 0, 0.75);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#bf000000,endColorstr=#bf000000)";
}
.user-dialog {
  display: none;
  text-align: center;
}
.user-dialog.opened {
  display: block;
}
.user-dialog .video-customize-container,
.user-dialog .video-preview-container {
  display: none;
  padding: 15px;
}
.user-dialog.show-customize .video-customize-container {
  display: block;
  width: 650px;
}
.user-dialog.show-preview .video-preview-container {
  display: block;
  width: 800px;
}
.user-dialog .dialog-column-container {
  font-size: 13px;
  height: 175px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.user-dialog .dialog-column-container .dialog-column {
  float: left;
  text-align: left;
  height: 100%;
}
.user-dialog .dialog-column-container .dialog-column:not(:first-child) {
  border-left: 1px solid #555;
  padding-left: 25px;
}
.user-dialog .dialog-column-container .dialog-column.dialog-column-3 {
  width: 30%;
}
.user-dialog .dialog-column-container .dialog-column.dialog-column-4 {
  width: 40%;
}
.user-dialog .dialog-column-container .dialog-column .dialog-column-head {
  font-weight: bold;
  color: #FFF;
  padding-bottom: 10px;
}
.user-dialog .dialog-column-container .dialog-column .dialog-column-body {
  font-weight: normal;
  color: #FFF;
  line-height: 18px;
  padding-top: 10px;
}
.user-dialog .dialog-column-container .dialog-column .dialog-column-body .radio-container {
  position: relative;
}
.user-dialog .dialog-column-container .dialog-column .dialog-column-body .radio-container .custom-radio {
  display: none;
}
.user-dialog .dialog-column-container .dialog-column .dialog-column-body .radio-container .custom-radio + label .label-icon {
  position: absolute;
  width: 16px;
  height: 16px;
  left: -3px;
  top: 1px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABa0lEQVR4AWJAB01NTQmAyqmAU2EojFYCVPBeqAoKoqQfEPoDCRIQ9gsC+jmhoBQqBQQDBtsY3jNexpjNNuAB9jhvR+ph9drGYe73nXPvvd85q9XqQ1GUwLIsEPwP1z5ZSz37ZrPZ+2azuei6jvl8jsFggHq9jkajgeFwiMViAcMwsN1uL+yNkEVR/D4ej6jVagiXHoKCkiSBvdPp9O0uwJ1DZRQKBTb+i2KxiNPpBHJudxZs20a1WmVDLLRaLTiOA3K5+9dyuWQhNjKZDA6HA8hNaZr20+/3WUiE8XgMclO+7yOfzycWKJfLcF0XFEAul0sswMf0PA+8QtDr9RILjEaj6xX4EDRJOp2OTc5ms1iv19dH5Cg4Eo4mrgBPTA6tfTfSbrdDqVR6Sa5UKjifz39G4kdb0p6yLKPT6Twld7tdBitq5VseGBTTNMHTCIKAdruNZrOJyWSC/X4P1rhzJEyv4qyqasC1R3H+BY6hf3dspMJoAAAAAElFTkSuQmCC");
}
.user-dialog .dialog-column-container .dialog-column .dialog-column-body .radio-container .custom-radio:checked + label .label-icon {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAtElEQVR4AZySAQbDMBSGC6CCHSEHCAECkKPkXgO62/QKg1LDIAsAg7f3k4dGksR+fjTyfU37spQhIse9cw/uN/fIa25pBODKfdA42LPW4J3ms18k2TqVlBJ570lr/WH0Jt88DVtrCe9ElVJPCLZ/YNQY84bgLI8XQhjCeI4xviCQXDZB0oOxjjQFIunBIjh7R+3BYMufKJIZGNmqYxTJAEZc8yKJBFNpwL8tojgpUyUzUZydAR9PyoxzHNWeAAAAAElFTkSuQmCC");
}
.user-dialog .dialog-column-container .dialog-column .dialog-column-body .dialog-settings {
  display: none;
}
.user-dialog .dialog-column-container .dialog-column .dialog-column-body .dialog-settings input {
  width: 42px;
  margin-bottom: 7px;
  text-align: center;
  font-size: 9pt !important;
}
.user-dialog .dialog-column-container .dialog-column .dialog-column-body .dialog-settings label {
  color: #FFF;
  font-weight: bold;
  float: left;
  width: 68px;
  clear: both;
  line-height: 21px;
}
.user-dialog .dialog-column-container .dialog-column .dialog-column-body .change-video-settings-button,
.user-dialog .dialog-column-container .dialog-column .dialog-column-body .change-timespan-button,
.user-dialog .dialog-column-container .dialog-column .dialog-column-body .change-image-count-button {
  margin-top: 10px;
  border-radius: 3px;
  background-color: #FFF;
  border: 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 8pt !important;
}
.user-dialog .dialog-column-container .dialog-column .dialog-column-body .change-timespan-button,
.user-dialog .dialog-column-container .dialog-column .dialog-column-body .change-image-count-button {
  margin-top: 1px;
}
.user-dialog .dialog-column-container .dialog-column.video-format .radio-container {
  padding-left: 20px;
  padding-bottom: 10px;
}
.user-dialog .dialog-column-container .dialog-column.video-format .radio-container label {
  cursor: pointer;
}
.user-dialog .dialog-column-container .dialog-column.video-format .radio-container label .label-description {
  color: #BABABA;
  font-style: italic;
}
.user-dialog .dialog-action-container {
  clear: both;
}
.user-dialog .dialog-action-container .request-video,
.user-dialog .dialog-action-container .report-image-btn {
  padding: 4px 35px;
  border-radius: 3px;
  background-color: #FFF;
  border: 0;
  font-weight: bold;
}
.user-dialog .video-preview-container {
  padding-top: 20px;
}
.user-dialog .video-preview-container .video-container .video-preview {
  max-width: 100%;
}
.user-dialog .video-preview-container .video-container .video-preview-seek-bar {
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0;
}
.user-dialog .video-preview-container .video-container .video-preview-seek-bar:focus {
  outline: none;
}
.user-dialog .video-preview-container .video-container .video-preview-seek-bar::-webkit-slider-runnable-track {
  height: 2px;
}
.user-dialog .video-preview-container .video-container .video-preview-seek-bar::-moz-range-track {
  height: 2px;
}
.user-dialog .video-preview-container .video-container .video-preview-seek-bar::-ms-track {
  height: 2px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
}
.user-dialog .video-preview-container .video-container .video-preview-seek-bar::-ms-fill-lower {
  background: #FFF;
}
.user-dialog .video-preview-container .video-container .video-preview-seek-bar::-ms-fill-upper {
  background: #FFF;
}
.user-dialog .video-preview-container .video-container .video-preview-seek-bar::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FFF;
  cursor: pointer;
  margin-top: -3px;
}
.user-dialog .video-preview-container .video-container .video-preview-seek-bar::-moz-range-thumb {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FFF;
  cursor: pointer;
}
.user-dialog .video-preview-container .video-container .video-preview-seek-bar::-ms-thumb {
  border: none;
  width: 8px;
  height: 8px;
  margin-top: 0;
  border-radius: 50%;
  background: #FFF;
  cursor: pointer;
}
.user-dialog .video-preview-container .video-preview-actions {
  text-align: right;
  margin-top: 10px;
}
.user-dialog .video-preview-container .video-preview-actions .close-button,
.user-dialog .video-preview-container .video-preview-actions .download-video {
  padding: 3px 8px;
  border-radius: 3px;
  background-color: #FFF;
  border: 0;
  margin-left: 4px;
  font-size: 9pt !important;
}
.user-dialog .video-preview-container .video-preview-actions .download-video {
  position: relative;
  padding-left: 20px;
}
.user-dialog .video-preview-container .video-preview-actions .download-video:before {
  content: '';
  position: absolute;
  height: 15px;
  width: 15px;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.0%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2215.5px%22%20height%3D%2215.5px%22%20viewBox%3D%220%200%2015.5%2015.5%22%20enable-background%3D%22new%200%200%2015.5%2015.5%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Ccircle%20display%3D%22none%22%20cx%3D%227.75%22%20cy%3D%227.75%22%20r%3D%227.75%22%20%2F%3E%0D%0A%3Cpolygon%20display%3D%22none%22%20fill%3D%22%23FFFFFF%22%20points%3D%2213.146%2C7.701%2011.909%2C6.465%207.75%2C10.622%203.661%2C6.534%202.423%2C7.77%207.75%2C13.097%20%22%20%2F%3E%0D%0A%3Cpolygon%20fill%3D%22%23FFFFFF%22%20points%3D%2211.909%2C5.184%208.625%2C8.466%208.625%2C2.26%206.875%2C2.26%206.875%2C8.466%203.661%2C5.253%202.423%2C6.489%207.75%2C11.816%20%0D%0A%0913.146%2C6.42%20%22%20%2F%3E%0D%0A%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M11.651%2C11.068c-2.155%2C2.155-5.648%2C2.155-7.802%2C0l-1.138%2C1.138c2.783%2C2.783%2C7.295%2C2.783%2C10.078%2C0%0D%0A%09L11.651%2C11.068z%22%20%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: 50% 50%;
  top: 3px;
  left: 3px;
  bottom: auto;
  border-radius: 8px;
  background-color: #000000;
}
.fullVideo {
  max-width: 100%;
}
.customer-content {
  top: 0;
  overflow-y: hidden;
  overflow-y: auto;
}
.hide {
  display: none !important;
}
.feature-panel {
  font-family: 'Oswald', Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  z-index: 110;
  top: 40px;
  width: 70vw;
  max-width: 1200px;
  position: absolute;
  display: none;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  overflow-y: auto;
  overflow-x: hidden;
}
.feature-panel.shown {
  display: inline-block;
}
@media screen and (max-width: 740px) {
  .feature-panel.feature-panel {
    width: 100% !important;
    left: 0 !important;
  }
}
.feature-panel.restrict {
  width: 100% !important;
  left: 0 !important;
}
.feature-panel .dialog-container {
  width: 100%;
  height: 100%;
  min-width: 300px;
  text-align: center;
}
.feature-panel .dialog-container .text-container {
  height: 100%;
  padding: 3em 0;
}
.feature-panel .dialog-container .text-container .title-bar .title {
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 25px;
  text-align: center;
  box-shadow: 10px 5px 10px rgba(0, 0, 0, 0.5);
  padding: 0.4em;
}
.feature-panel .dialog-container .text-container .info-text {
  margin-top: 20px;
  padding: 0 2em;
  line-height: 1.4em;
}
.feature-panel .dialog-container .text-container .info-text a {
  color: #ffffff;
}
.feature-panel .dialog-container .text-container .best-shots-nav {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  text-transform: uppercase;
}
.feature-panel .dialog-container .text-container .best-shots-nav.active-right .nav-best-images,
.feature-panel .dialog-container .text-container .best-shots-nav.active-right .nav-best-videos {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 0;
}
.feature-panel .dialog-container .text-container .best-shots-nav.active-right .nav-best-images:after,
.feature-panel .dialog-container .text-container .best-shots-nav.active-right .nav-best-videos:after {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 0;
}
.feature-panel .dialog-container .text-container .best-shots-nav.active-middle .nav-best-images {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 0;
}
.feature-panel .dialog-container .text-container .best-shots-nav.active-middle .nav-best-images:after {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 0;
}
.feature-panel .dialog-container .text-container .best-shots-nav.active-middle .nav-best-videos {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.feature-panel .dialog-container .text-container .best-shots-nav.active-middle .nav-best-videos:after {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.feature-panel .dialog-container .text-container .best-shots-nav.active-middle .nav-best-timelapse {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 5px;
}
.feature-panel .dialog-container .text-container .best-shots-nav.active-middle .nav-best-timelapse:after {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 5px;
}
.feature-panel .dialog-container .text-container .best-shots-nav.active-left .nav-best-videos,
.feature-panel .dialog-container .text-container .best-shots-nav.active-left .nav-best-timelapse {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 5px;
}
.feature-panel .dialog-container .text-container .best-shots-nav.active-left .nav-best-videos:after,
.feature-panel .dialog-container .text-container .best-shots-nav.active-left .nav-best-timelapse:after {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 5px;
}
.feature-panel .dialog-container .text-container .best-shots-nav.active-left.has-three .nav-best-videos {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.feature-panel .dialog-container .text-container .best-shots-nav.active-left.has-three .nav-best-videos:after {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.feature-panel .dialog-container .text-container .best-shots-nav.active-left.has-three .nav-best-timelapse {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 5px;
}
.feature-panel .dialog-container .text-container .best-shots-nav.active-left.has-three .nav-best-timelapse:after {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 5px;
}
.feature-panel .dialog-container .text-container .best-shots-nav.has-three .nav-best-videos {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.feature-panel .dialog-container .text-container .best-shots-nav.has-three .nav-best-videos:after {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.feature-panel .dialog-container .text-container .best-shots-nav.has-three .nav-best-timelapse {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 5px;
}
.feature-panel .dialog-container .text-container .best-shots-nav.has-three .nav-best-timelapse:after {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 5px;
}
.feature-panel .dialog-container .text-container .best-shots-nav .nav-best-images,
.feature-panel .dialog-container .text-container .best-shots-nav .nav-best-videos,
.feature-panel .dialog-container .text-container .best-shots-nav .nav-best-timelapse {
  position: relative;
  padding: 8px 50px;
  color: #fff;
  border-radius: 3px;
  cursor: pointer ;
}
.feature-panel .dialog-container .text-container .best-shots-nav .nav-best-images:after,
.feature-panel .dialog-container .text-container .best-shots-nav .nav-best-videos:after,
.feature-panel .dialog-container .text-container .best-shots-nav .nav-best-timelapse:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 1px solid white;
}
.feature-panel .dialog-container .text-container .best-shots-nav .nav-best-images.active,
.feature-panel .dialog-container .text-container .best-shots-nav .nav-best-videos.active,
.feature-panel .dialog-container .text-container .best-shots-nav .nav-best-timelapse.active {
  z-index: 2;
}
.feature-panel .dialog-container .text-container .best-shots-nav .nav-best-images.active:after,
.feature-panel .dialog-container .text-container .best-shots-nav .nav-best-videos.active:after,
.feature-panel .dialog-container .text-container .best-shots-nav .nav-best-timelapse.active:after {
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border: 5px solid black;
  border-radius: 5px;
}
.feature-panel .dialog-container .text-container .best-shots-nav .nav-best-images {
  display: block;
}
.feature-panel .dialog-container .text-container .best-shots-nav .nav-best-videos {
  display: block;
}
.feature-panel .dialog-container .text-container .best-shots-nav .nav-best-timelapse {
  display: block;
}
.feature-panel .dialog-container .text-container .best-shots-nav .set-index {
  z-index: 1;
}
/*image-report-dialogue*/
#imageReportDialog .dialog-container .text-container .title-bar .title {
  text-align: left;
}
#imageReportDialog .dialog-container .text-container .image-report-container {
  padding: 15px;
}
#imageReportDialog .dialog-container .text-container .image-report-container p {
  padding: 7px 0;
}
#imageReportDialog .dialog-container .text-container .image-report-container p input[type="checkbox"],
#imageReportDialog .dialog-container .text-container .image-report-container p label {
  cursor: pointer;
}
#imageReportDialog .dialog-container .text-container .image-report-container p input[type="email"],
#imageReportDialog .dialog-container .text-container .image-report-container p select,
#imageReportDialog .dialog-container .text-container .image-report-container p textarea {
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 3px;
  background: #888888;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #888888 0%, #eeeeee 100%);
  /* W3C */
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#888888,endColorstr=#eeeeee,GradientType=0)";
  /* IE6-9 */
  border: 1px solid #000000;
  font-size: 12px;
  color: #222222;
  max-width: 100%;
}
#imageReportDialog .dialog-container .text-container .image-report-container p input[type="email"]::-webkit-input-placeholder,
#imageReportDialog .dialog-container .text-container .image-report-container p select::-webkit-input-placeholder,
#imageReportDialog .dialog-container .text-container .image-report-container p textarea::-webkit-input-placeholder {
  color: #555555;
}
#imageReportDialog .dialog-container .text-container .image-report-container p input[type="email"]:-moz-placeholder,
#imageReportDialog .dialog-container .text-container .image-report-container p select:-moz-placeholder,
#imageReportDialog .dialog-container .text-container .image-report-container p textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #555555;
}
#imageReportDialog .dialog-container .text-container .image-report-container p input[type="email"]::-moz-placeholder,
#imageReportDialog .dialog-container .text-container .image-report-container p select::-moz-placeholder,
#imageReportDialog .dialog-container .text-container .image-report-container p textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #555555;
}
#imageReportDialog .dialog-container .text-container .image-report-container p input[type="email"]:-ms-input-placeholder,
#imageReportDialog .dialog-container .text-container .image-report-container p select:-ms-input-placeholder,
#imageReportDialog .dialog-container .text-container .image-report-container p textarea:-ms-input-placeholder {
  color: #555555;
}
#imageReportDialog .dialog-container .text-container .image-report-container p .reportmessage-error-msg,
#imageReportDialog .dialog-container .text-container .image-report-container p .reportemail-error-msg {
  margin-left: 10px;
  color: #EC0000;
  height: 30px;
  display: none;
}
#imageReportDialog .dialog-container .text-container .image-report-container p textarea {
  width: 90%;
}
#imageReportDialog .dialog-container .text-container .image-report-container p input[type="email"],
#imageReportDialog .dialog-container .text-container .image-report-container p select {
  width: 220px;
}
#imageReportDialog .dialog-container .text-container .image-report-container #g-recaptcha-image-report {
  display: inline-block;
  margin-bottom: 15px;
}
#imageReportDialog .dialog-container .text-container .image-report-container .dialog-action-container {
  clear: both;
}
#imageReportDialog .dialog-container .text-container .image-report-container .dialog-action-container .report-image-btn {
  padding: 4px 35px;
  border-radius: 3px;
  background-color: #FFF;
  border: 0;
  font-weight: bold;
}
/* maintenance dialogue*/
#maintenance-dialogue {
  max-width: 1200px;
  height: auto;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  border: 1px solid #999999;
  box-shadow: 5px 5px 40px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  z-index: 120;
  top: 100px;
  left: 50%;
  -webkit-transform: translate(-50%, -10%);
          transform: translate(-50%, -10%);
  visibility: hidden;
}
#maintenance-dialogue .close-btn {
  display: block;
  padding: 0 0.3em;
  top: 5px;
  right: 5px;
}
#maintenance-dialogue .close-btn:before {
  top: 0;
}
#maintenance-dialogue .close-btn:after {
  top: 0;
}
#maintenance-dialogue .info-close-btn {
  top: 5px;
  right: 5px;
}
#maintenance-dialogue .info-title {
  display: none;
  font-size: 20px;
  text-align: center;
  padding: 0.4em;
}
#maintenance-dialogue .info-title.shown {
  display: block;
}
#maintenance-dialogue .info-text {
  width: auto;
  max-width: 560px;
  padding: 20px 40px 20px 30px;
  float: left;
  line-height: 1.5em;
}
#maintenance-dialogue .info-text p {
  font-size: 0.9rem;
}
#maintenance-dialogue .info-text-image {
  padding: 10px 40px 20px 30px;
}
#maintenance-dialogue:hover {
  background-color: rgba(34, 34, 34, 0.8);
}
@media screen and (max-width: 1220px) {
  #maintenance-dialogue {
    width: auto;
    max-width: 80%;
  }
  #maintenance-dialogue .close-btn button {
    background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2222px%22%20height%3D%2222px%22%20viewBox%3D%220%200%2022%2022%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2061.2%20(89653)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon-close%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22export%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Artboard%22%20transform%3D%22translate(-450.000000%2C%20-103.000000)%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M460.999974%2C124.406244%20C462.91924%2C124.406244%20464.695277%2C123.926427%20466.328086%2C122.966795%20C467.960895%2C122.007162%20469.257116%2C120.710941%20470.216749%2C119.078132%20C471.176382%2C117.445323%20471.656198%2C115.669286%20471.656198%2C113.75002%20C471.656198%2C111.830753%20471.176382%2C110.054716%20470.216749%2C108.421907%20C469.257116%2C106.789099%20467.960895%2C105.492878%20466.328086%2C104.533245%20C464.695277%2C103.573612%20462.91924%2C103.093795%20460.999974%2C103.093795%20C459.080707%2C103.093795%20457.30467%2C103.573612%20455.671861%2C104.533245%20C454.039053%2C105.492878%20452.742832%2C106.789099%20451.783199%2C108.421907%20C450.823566%2C110.054716%20450.343749%2C111.830753%20450.343749%2C113.75002%20C450.343749%2C115.669286%20450.823566%2C117.445323%20451.783199%2C119.078132%20C452.742832%2C120.710941%20454.039053%2C122.007162%20455.671861%2C122.966795%20C457.30467%2C123.926427%20459.080707%2C124.406244%20460.999974%2C124.406244%20Z%20M460.999974%2C122.343749%20C459.453102%2C122.343749%20458.020814%2C121.957031%20456.703109%2C121.183596%20C455.385404%2C120.41016%20454.339833%2C119.36459%20453.566398%2C118.046884%20C452.792962%2C116.729179%20452.406244%2C115.296891%20452.406244%2C113.75002%20C452.406244%2C112.203148%20452.792962%2C110.77086%20453.566398%2C109.453155%20C454.339833%2C108.13545%20455.385404%2C107.089879%20456.703109%2C106.316444%20C458.020814%2C105.543008%20459.453102%2C105.15629%20460.999974%2C105.15629%20C462.546845%2C105.15629%20463.979133%2C105.543008%20465.296839%2C106.316444%20C466.614544%2C107.089879%20467.660114%2C108.13545%20468.43355%2C109.453155%20C469.206985%2C110.77086%20469.593703%2C112.203148%20469.593703%2C113.75002%20C469.593703%2C115.296891%20469.206985%2C116.729179%20468.43355%2C118.046884%20C467.660114%2C119.36459%20466.614544%2C120.41016%20465.296839%2C121.183596%20C463.979133%2C121.957031%20462.546845%2C122.343749%20460.999974%2C122.343749%20Z%20M464.050748%2C118.261728%20C464.193976%2C118.261728%20464.30856%2C118.218759%20464.394497%2C118.132822%20L464.394497%2C118.132822%20L465.382776%2C117.144543%20C465.468713%2C117.058606%20465.511682%2C116.944022%20465.511682%2C116.800794%20C465.511682%2C116.657565%20465.468713%2C116.528659%20465.382776%2C116.414076%20L465.382776%2C116.414076%20L462.71872%2C113.75002%20L465.382776%2C111.085964%20C465.468713%2C110.97138%20465.511682%2C110.842474%20465.511682%2C110.699246%20C465.511682%2C110.556017%20465.468713%2C110.441434%20465.382776%2C110.355497%20L465.382776%2C110.355497%20L464.394497%2C109.367218%20C464.30856%2C109.28128%20464.193976%2C109.238312%20464.050748%2C109.238312%20C463.907519%2C109.238312%20463.778613%2C109.28128%20463.66403%2C109.367218%20L463.66403%2C109.367218%20L460.999974%2C112.031274%20L458.335918%2C109.367218%20C458.221334%2C109.28128%20458.092428%2C109.238312%20457.9492%2C109.238312%20C457.805971%2C109.238312%20457.691388%2C109.28128%20457.605451%2C109.367218%20L457.605451%2C109.367218%20L456.617172%2C110.355497%20C456.531234%2C110.441434%20456.488266%2C110.556017%20456.488266%2C110.699246%20C456.488266%2C110.842474%20456.531234%2C110.97138%20456.617172%2C111.085964%20L456.617172%2C111.085964%20L459.281228%2C113.75002%20L456.617172%2C116.414076%20C456.531234%2C116.528659%20456.488266%2C116.657565%20456.488266%2C116.800794%20C456.488266%2C116.944022%20456.531234%2C117.058606%20456.617172%2C117.144543%20L456.617172%2C117.144543%20L457.605451%2C118.132822%20C457.691388%2C118.218759%20457.805971%2C118.261728%20457.9492%2C118.261728%20C458.092428%2C118.261728%20458.221334%2C118.218759%20458.335918%2C118.132822%20L458.335918%2C118.132822%20L460.999974%2C115.468766%20L463.66403%2C118.132822%20C463.778613%2C118.218759%20463.907519%2C118.261728%20464.050748%2C118.261728%20Z%22%20id%3D%22icon-close%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") no-repeat;
  }
}
.swipe {
  display: none;
}
.windrose-overlay .windrose-wrapper.windrose-disabled .windrose-needle,
.windrose-overlay .windrose-wrapper.windrose-disabled .windrose-interval {
  display: none;
}
.windrose-overlay .windrose-wrapper.windrose-disabled .windrose-toggle {
  display: block;
}
.windrose-overlay .windrose-wrapper .windrose-toggle {
  display: none;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 2px;
}
.windrose-overlay .windrose-wrapper svg {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.windrose-overlay .windrose-wrapper .windrose-needle {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 3px;
  right: 2px;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20version%3D%221.0%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpolygon%20opacity%3D%220.6%22%20fill%3D%22%23FFFFFF%22%20stroke%3D%22%23000000%22%20stroke-miterlimit%3D%2210%22%20points%3D%229.754%2C2.828%2016.228%2C16.977%2012.491%2C14.937%20%0A%097.509%2C14.937%203.772%2C16.977%20%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.windrose-overlay .windrose-wrapper .windrose-interval {
  position: absolute;
  font-size: 12px;
  top: 3px;
  left: 2px;
}
#weatherOverlay {
  z-index: 109;
  position: absolute;
  right: 0;
  margin-bottom: 10px;
  margin-right: 8px;
  padding: 0;
  background-color: #222222;
  /* Old browsers */
  background-color: rgba(34, 34, 34, 0.7);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3222222,endColorstr=#b3222222)";
  border-radius: 5px;
  cursor: pointer;
  /*
	.condition {
		position: relative;
		left: 50%;
		margin-left: -18px;
		margin-bottom: 3px;
	}

	.ld-temp span {
		background: data-uri('images/livedata/overlay-icon-temp.png') 0 1px no-repeat;
		padding-left: 8px;
		margin-left: auto;
	}
	.ld-wind_speed span {
		background: data-uri('images/livedata/overlay-icon-wind.png') 0 1px no-repeat;
		padding-left: 14px;
		margin-left: auto;
	}
	*/
}
#weatherOverlay .loading {
  display: none;
  position: relative;
  background: url("data:image/gif;base64,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") 0 0 no-repeat;
  width: 32px;
  height: 32px;
  margin-left: -16px;
  left: 50%;
}
#weatherOverlay.loading .loading {
  display: block;
}
#weatherOverlay.canvas-visible {
  /*
		.canvas-wrapper {
			padding-top: 5px;
		}
		*/
}
#weatherOverlay.canvas-visible .item.first,
#weatherOverlay.canvas-visible .item.last {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#weatherOverlay .powered-by {
  display: none;
  text-decoration: none;
  color: #FFF;
  padding: 3px;
  padding-top: 0;
  max-width: 180px;
  text-align: center;
}
#weatherOverlay .powered-by.shown {
  display: block;
}
#weatherOverlay .powered-by .powered-by-text {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  max-width: 70px;
  font-size: 12px;
}
#weatherOverlay .powered-by .powered-by-img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100px;
  max-height: 30px;
}
#weatherOverlay .item-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  height: 35px;
  width: 48px;
  text-align: right;
  padding-top: 13px;
  padding-bottom: 11px;
  padding-left: 3px;
}
#weatherOverlay .item {
  position: relative;
  font-size: 0.7em;
  display: block;
  padding: 0;
  color: #f2f2f2;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  /*
		&.first {
			border-top-left-radius: 6px;
			border-bottom-left-radius: 6px;
		}

		&.last {
			border-top-right-radius: 6px;
			border-bottom-right-radius: 6px;
		}

		&.active,
		&:hover {
			color: #FFF;
			.background-transparent(#000000, 70%);
		}
		*/
}
#weatherOverlay .item.highlighted .item-wrapper {
  color: #FFF;
}
#weatherOverlay .item .amplitude .unit {
  padding-left: 0.2em;
}
#weatherOverlay .item .item-icon {
  position: absolute;
  top: 2px;
  right: 2px;
  height: 35px;
  width: 35px;
  background-position: top right;
  background-repeat: no-repeat;
  opacity: 0.25;
}
#weatherOverlay .item.ld-temp .item-icon {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M9.91%2C19.56c0-0.85%2C0.2-1.64%2C0.59-2.38s0.94-1.35%2C1.65-1.84V5.42c0-0.8%2C0.27-1.48%2C0.82-2.03S14.2%2C2.55%2C15%2C2.55%0A%09c0.81%2C0%2C1.49%2C0.28%2C2.04%2C0.83c0.55%2C0.56%2C0.83%2C1.23%2C0.83%2C2.03v9.92c0.71%2C0.49%2C1.25%2C1.11%2C1.64%2C1.84s0.58%2C1.53%2C0.58%2C2.38%0A%09c0%2C0.92-0.23%2C1.78-0.68%2C2.56s-1.07%2C1.4-1.85%2C1.85s-1.63%2C0.68-2.56%2C0.68c-0.92%2C0-1.77-0.23-2.55-0.68s-1.4-1.07-1.86-1.85%0A%09S9.91%2C20.48%2C9.91%2C19.56z%20M11.67%2C19.56c0%2C0.93%2C0.33%2C1.73%2C0.98%2C2.39c0.65%2C0.66%2C1.44%2C0.99%2C2.36%2C0.99c0.93%2C0%2C1.73-0.33%2C2.4-1%0A%09s1.01-1.46%2C1.01-2.37c0-0.62-0.16-1.2-0.48-1.73c-0.32-0.53-0.76-0.94-1.32-1.23l-0.28-0.14c-0.1-0.04-0.15-0.14-0.15-0.29V5.42%0A%09c0-0.32-0.11-0.59-0.34-0.81C15.62%2C4.4%2C15.34%2C4.29%2C15%2C4.29c-0.32%2C0-0.6%2C0.11-0.83%2C0.32c-0.23%2C0.21-0.34%2C0.48-0.34%2C0.81v10.74%0A%09c0%2C0.15-0.05%2C0.25-0.14%2C0.29l-0.27%2C0.14c-0.55%2C0.29-0.98%2C0.7-1.29%2C1.23C11.82%2C18.35%2C11.67%2C18.92%2C11.67%2C19.56z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
#weatherOverlay .item.ld-wind_speed .item-icon {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M3.1%2C16.97c0%2C0.24%2C0.09%2C0.45%2C0.28%2C0.62c0.16%2C0.19%2C0.37%2C0.28%2C0.63%2C0.28H18.7c0.29%2C0%2C0.53%2C0.1%2C0.73%2C0.3%0A%09c0.2%2C0.2%2C0.3%2C0.45%2C0.3%2C0.74c0%2C0.29-0.1%2C0.53-0.3%2C0.72c-0.2%2C0.19-0.44%2C0.29-0.74%2C0.29c-0.29%2C0-0.54-0.1-0.73-0.29%0A%09c-0.16-0.18-0.36-0.26-0.6-0.26c-0.25%2C0-0.46%2C0.09-0.64%2C0.26s-0.27%2C0.38-0.27%2C0.61c0%2C0.25%2C0.09%2C0.46%2C0.28%2C0.63%0A%09c0.56%2C0.55%2C1.22%2C0.83%2C1.96%2C0.83c0.78%2C0%2C1.45-0.27%2C2.01-0.81c0.56-0.54%2C0.83-1.19%2C0.83-1.97s-0.28-1.44-0.84-2%0A%09c-0.56-0.56-1.23-0.84-2-0.84H4.01c-0.25%2C0-0.46%2C0.09-0.64%2C0.26C3.19%2C16.51%2C3.1%2C16.72%2C3.1%2C16.97z%20M3.1%2C13.69%0A%09c0%2C0.23%2C0.09%2C0.43%2C0.28%2C0.61c0.17%2C0.18%2C0.38%2C0.26%2C0.63%2C0.26h20.04c0.78%2C0%2C1.45-0.27%2C2.01-0.82c0.56-0.54%2C0.84-1.2%2C0.84-1.97%0A%09c0-0.77-0.28-1.44-0.84-1.99s-1.23-0.83-2.01-0.83c-0.77%2C0-1.42%2C0.27-1.95%2C0.8c-0.18%2C0.16-0.27%2C0.38-0.27%2C0.67%0A%09c0%2C0.26%2C0.09%2C0.47%2C0.26%2C0.63c0.17%2C0.16%2C0.38%2C0.24%2C0.63%2C0.24c0.24%2C0%2C0.45-0.08%2C0.63-0.24c0.19-0.21%2C0.42-0.31%2C0.7-0.31%0A%09c0.29%2C0%2C0.53%2C0.1%2C0.73%2C0.3c0.2%2C0.2%2C0.3%2C0.44%2C0.3%2C0.73c0%2C0.29-0.1%2C0.53-0.3%2C0.72c-0.2%2C0.19-0.44%2C0.29-0.73%2C0.29H4.01%0A%09c-0.25%2C0-0.46%2C0.09-0.64%2C0.26C3.19%2C13.23%2C3.1%2C13.44%2C3.1%2C13.69z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
#weatherOverlay .item:last-child .canvas-wrapper {
  padding-bottom: 2px;
}
#weatherOverlay .canvas-wrapper {
  clear: both;
  font-size: 0;
}
#weatherOverlay .canvas-wrapper .highlighted {
  display: none;
  font-size: 0.9em;
  position: absolute;
  padding: 3px 5px;
  white-space: nowrap;
  text-align: center;
  background-color: #ff0000;
  -webkit-border-top-left-radius: 0.3em;
  -webkit-border-top-right-radius: 0.3em;
  -webkit-border-bottom-left-radius: 0.3em;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-topleft: 0.3em;
  -moz-border-radius-topright: 0.3em;
  -moz-border-radius-bottomleft: 0.3em;
  -moz-border-radius-bottomright: 0;
  border-top-left-radius: 0.3em;
  border-top-right-radius: 0.3em;
  border-bottom-left-radius: 0.3em;
  border-bottom-right-radius: 0;
  font-weight: bold;
}
#weatherOverlay .canvas-wrapper .highlighted:after {
  position: absolute;
  bottom: -6px;
  right: 0;
  content: '';
  width: 0;
  height: 0;
  border-top: 0.7em solid #ff0000;
  border-left: 0.7em solid transparent;
}
#weatherOverlay .canvas-wrapper .highlighted .amplitude .value {
  display: inline-block;
  padding-right: 0.15em;
  font-weight: bold;
}
#weatherOverlay .canvas-wrapper .canvas {
  display: none;
}
.schema-map {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.schema-map .schema-map-container {
  display: block;
  position: relative;
  font-size: 0;
}
.schema-map .schema-map-container .schema-map-img {
  margin: 0;
}
.schema-map .schema-map-container .schema-map-pointer {
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  background-color: #FFF;
  border: 1px solid #000;
  border-radius: 50%;
  box-sizing: content-box;
}
.schema-map .schema-map-container .schema-map-crosshair-lat,
.schema-map .schema-map-container .schema-map-crosshair-lng {
  position: absolute;
  display: block;
  background-color: #FFF;
  right: 0;
  bottom: 0;
}
.schema-map .schema-map-container .schema-map-crosshair-lat {
  height: 1px;
  width: 100%;
}
.schema-map .schema-map-container .schema-map-crosshair-lng {
  height: 100%;
  width: 1px;
}
#panoSlider {
  padding: 8px 40px;
  height: 42px !important;
}
#panoSlider .slider-bar-container {
  position: relative;
}
#panoSlider .slider-bar-container .slider-bar {
  width: 100%;
  height: 24px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 10px;
}
#panoSlider .slider-bar-container .slider-bar .slider-bar-slice-year {
  display: inline-block;
  height: 100%;
}
#panoSlider .slider-bar-container .slider-bar .slider-bar-slice-year .slider-bar-slice-year-text {
  position: absolute;
  top: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: 600;
  color: #FFF;
  font-size: 0.9em;
}
#panoSlider .slider-bar-container .slider-bar .slider-bar-slice-year:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
#panoSlider .slider-bar-container .slider-bar .slider-bar-slice-year:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
#panoSlider .slider-bar-container .slider-bar .slider-bar-slice-year:nth-of-type(2n) {
  background: #7A7B7C;
}
#panoSlider .slider-bar-container .slider-bar .slider-bar-slice-year:nth-of-type(2n+1) {
  background: #A3A4A5;
}
#panoSlider .slider-bar-container .slider-bar .slider-bar-slice-year .slider-bar-slice-day {
  display: inline-block;
  height: 100%;
}
#panoSlider .slider-bar-container .slider-bar .slider-bar-slice-year .slider-bar-slice-day:before {
  content: '';
  position: absolute;
  left: 0;
  top: 75%;
  background: #bbbbbb;
  width: 1px;
  height: 25%;
  display: block;
}
#panoSlider .slider-bar-container .slider-bar .slider-bar-slice-year .slider-bar-slice-day.loaded:before {
  background: #FFF;
}
#panoSlider .slider-bar-container .slider-bar-handle,
#panoSlider .slider-bar-container .slider-bar-ghost-handle {
  position: absolute;
  top: -7px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #bbbbbb;
  border-bottom: 0;
  margin-left: -25px;
  cursor: pointer;
}
#panoSlider .slider-bar-container .slider-bar-handle:before,
#panoSlider .slider-bar-container .slider-bar-ghost-handle:before {
  content: '';
  position: absolute;
  top: -20px;
  left: -14px;
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid #000;
  border-bottom: 0;
}
#panoSlider .slider-bar-container .slider-bar-handle:after,
#panoSlider .slider-bar-container .slider-bar-ghost-handle:after {
  content: '';
  position: absolute;
  top: -19px;
  left: -11px;
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 11px solid #FFF;
  border-bottom: 0;
}
#panoSlider .slider-bar-container .slider-bar-ghost-handle {
  opacity: 0.5;
}
#panoSlider .slider-bar-container .slider-tooltip {
  display: none;
  color: #FFF;
  text-align: left;
  position: absolute;
  bottom: 30px;
  left: 0;
  background: #000;
  width: 500px;
  border-radius: 6px;
  padding: 3px;
  z-index: 200;
  margin-left: -250px;
  box-shadow: 1px 3px 20px rgba(0, 0, 0, 0.5);
  font-family: 'Oswald', Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  /*
			.slider-tooltip-time {
				float: right;
			}
			*/
}
#panoSlider .slider-bar-container .slider-tooltip .slider-tooltip-date {
  text-align: center;
  display: block;
  padding-bottom: 3px;
}
#panoSlider .slider-bar-container .slider-tooltip .slider-tooltip-pano-image {
  width: 0;
  max-width: 100%;
  max-height: 150px;
  border-radius: 3px;
  background-position: center center;
  background-size: cover;
  background-color: transparent;
  background-repeat: no-repeat;
}
#windroseWindow {
  display: none;
}
#windroseWindow .ui-dialog {
  width: 620px;
  height: 620px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -326px;
  margin-top: -326px;
  box-sizing: content-box;
}
#windroseWindow .ui-dialog .windrose-container {
  padding: 10px;
}
#windroseWindow .ui-dialog .windrose-wrapper {
  text-align: center;
}
#windroseWindow .ui-dialog .windrose-wrapper .windrose-interval {
  position: absolute;
  font-size: 21px;
  top: 8px;
  left: 8px;
}
#windroseWindow .ui-dialog .windrose-wrapper .windrose-tooltip {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  padding: 3px;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 2px;
  color: #FFF;
  white-space: nowrap;
  margin-left: 10px;
  margin-top: 10px;
  -webkit-transform: translate(-50%, -125%);
          transform: translate(-50%, -125%);
}
#polarLightWindow .dialog-container {
  display: flex;
  flex-direction: column;
  justify-content: center !important;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
#weatherWindow .dialog-container {
  height: auto;
  background: rgba(0, 0, 0, 0.4);
}
#weatherWindow,
#polarLightWindow {
  font-family: 'Oswald', Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  z-index: 110 !important;
  scrollbar-gutter: auto;
}
#weatherWindow:-webkit-scrollbar-track,
#polarLightWindow:-webkit-scrollbar-track {
  position: absolute;
  right: -3rem;
  top: -50rem;
  background: transparent;
}
#weatherWindow.full-dialog,
#polarLightWindow.full-dialog {
  max-width: none;
}
#weatherWindow.full-dialog .dialog-container,
#polarLightWindow.full-dialog .dialog-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}
#weatherWindow .dialog-container,
#polarLightWindow .dialog-container {
  display: flex;
  justify-content: center;
  justify-content: start;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
#weatherWindow .dialog-container .weatherContainer,
#polarLightWindow .dialog-container .weatherContainer {
  background-color: transparent;
}
#weatherWindow.windrose .dialog-container .weatherContainer .weather-container,
#polarLightWindow.windrose .dialog-container .weatherContainer .weather-container {
  margin-right: 0px;
}
#weatherWindow.windrose .dialog-container .weatherContainer .date-backward.disabled .arrow,
#polarLightWindow.windrose .dialog-container .weatherContainer .date-backward.disabled .arrow {
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-right: 18px solid #444444;
  border-left: 0;
}
#weatherWindow.windrose .dialog-container .weatherContainer .date-forward.disabled .arrow,
#polarLightWindow.windrose .dialog-container .weatherContainer .date-forward.disabled .arrow {
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 18px solid #444444;
  border-right: 0;
}
#weatherWindow.windrose .dialog-container .windroseContainer,
#polarLightWindow.windrose .dialog-container .windroseContainer {
  margin-top: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#weatherWindow .full-loading-container,
#polarLightWindow .full-loading-container {
  display: none;
  width: 980px;
  text-align: center;
  font-size: 0.7em;
  font-weight: 300;
}
#weatherWindow .full-loading-container .sun-icon,
#polarLightWindow .full-loading-container .sun-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22white%22%20d%3D%22M4.37%2C14.62c0-0.24%2C0.08-0.45%2C0.25-0.62c0.17-0.16%2C0.38-0.24%2C0.6-0.24h2.04c0.23%2C0%2C0.42%2C0.08%2C0.58%2C0.25%0A%09c0.15%2C0.17%2C0.23%2C0.37%2C0.23%2C0.61S8%2C15.06%2C7.85%2C15.23c-0.15%2C0.17-0.35%2C0.25-0.58%2C0.25H5.23c-0.23%2C0-0.43-0.08-0.6-0.25%0A%09C4.46%2C15.06%2C4.37%2C14.86%2C4.37%2C14.62z%20M7.23%2C21.55c0-0.23%2C0.08-0.43%2C0.23-0.61l1.47-1.43c0.15-0.16%2C0.35-0.23%2C0.59-0.23%0A%09c0.24%2C0%2C0.44%2C0.08%2C0.6%2C0.23s0.24%2C0.34%2C0.24%2C0.57c0%2C0.24-0.08%2C0.46-0.24%2C0.64L8.7%2C22.14c-0.41%2C0.32-0.82%2C0.32-1.23%2C0%0A%09C7.31%2C21.98%2C7.23%2C21.78%2C7.23%2C21.55z%20M7.23%2C7.71c0-0.23%2C0.08-0.43%2C0.23-0.61C7.66%2C6.93%2C7.87%2C6.85%2C8.1%2C6.85%0A%09c0.22%2C0%2C0.42%2C0.08%2C0.59%2C0.24l1.43%2C1.47c0.16%2C0.15%2C0.24%2C0.35%2C0.24%2C0.59c0%2C0.24-0.08%2C0.44-0.24%2C0.6s-0.36%2C0.24-0.6%2C0.24%0A%09c-0.24%2C0-0.44-0.08-0.59-0.24L7.47%2C8.32C7.31%2C8.16%2C7.23%2C7.95%2C7.23%2C7.71z%20M9.78%2C14.62c0-0.93%2C0.23-1.8%2C0.7-2.6s1.1-1.44%2C1.91-1.91%0A%09s1.67-0.7%2C2.6-0.7c0.7%2C0%2C1.37%2C0.14%2C2.02%2C0.42c0.64%2C0.28%2C1.2%2C0.65%2C1.66%2C1.12c0.47%2C0.47%2C0.84%2C1.02%2C1.11%2C1.66%0A%09c0.27%2C0.64%2C0.41%2C1.32%2C0.41%2C2.02c0%2C0.94-0.23%2C1.81-0.7%2C2.61c-0.47%2C0.8-1.1%2C1.43-1.9%2C1.9c-0.8%2C0.47-1.67%2C0.7-2.61%2C0.7%0A%09s-1.81-0.23-2.61-0.7c-0.8-0.47-1.43-1.1-1.9-1.9C10.02%2C16.43%2C9.78%2C15.56%2C9.78%2C14.62z%20M14.14%2C22.4c0-0.24%2C0.08-0.44%2C0.25-0.6%0A%09s0.37-0.24%2C0.6-0.24c0.24%2C0%2C0.45%2C0.08%2C0.61%2C0.24s0.24%2C0.36%2C0.24%2C0.6v1.99c0%2C0.24-0.08%2C0.45-0.25%2C0.62c-0.17%2C0.17-0.37%2C0.25-0.6%2C0.25%0A%09s-0.44-0.08-0.6-0.25c-0.17-0.17-0.25-0.38-0.25-0.62V22.4z%20M14.14%2C6.9V4.86c0-0.23%2C0.08-0.43%2C0.25-0.6C14.56%2C4.09%2C14.76%2C4%2C15%2C4%0A%09s0.43%2C0.08%2C0.6%2C0.25c0.17%2C0.17%2C0.25%2C0.37%2C0.25%2C0.6V6.9c0%2C0.23-0.08%2C0.42-0.25%2C0.58S15.23%2C7.71%2C15%2C7.71s-0.44-0.08-0.6-0.23%0A%09S14.14%2C7.13%2C14.14%2C6.9z%20M14.25%2C11.22c0.87%2C0.11%2C1.6%2C0.49%2C2.19%2C1.15c0.59%2C0.66%2C0.89%2C1.44%2C0.89%2C2.33c0%2C0.83-0.26%2C1.56-0.78%2C2.2%0A%09c-0.52%2C0.63-1.18%2C1.04-1.98%2C1.21c0.2%2C0.02%2C0.35%2C0.04%2C0.44%2C0.04c0.97%2C0%2C1.81-0.35%2C2.5-1.04s1.04-1.52%2C1.04-2.5%0A%09c0-0.96-0.35-1.78-1.04-2.47c-0.69-0.68-1.52-1.02-2.5-1.02C14.74%2C11.14%2C14.49%2C11.17%2C14.25%2C11.22z%20M19.66%2C20.08%0A%09c0-0.23%2C0.08-0.42%2C0.23-0.56c0.15-0.16%2C0.34-0.23%2C0.56-0.23c0.24%2C0%2C0.44%2C0.08%2C0.6%2C0.23l1.46%2C1.43c0.16%2C0.17%2C0.24%2C0.38%2C0.24%2C0.61%0A%09c0%2C0.23-0.08%2C0.43-0.24%2C0.59c-0.4%2C0.31-0.8%2C0.31-1.2%2C0l-1.42-1.42C19.74%2C20.55%2C19.66%2C20.34%2C19.66%2C20.08z%20M19.66%2C9.16%0A%09c0-0.25%2C0.08-0.45%2C0.23-0.59l1.42-1.47c0.17-0.16%2C0.37-0.24%2C0.59-0.24c0.24%2C0%2C0.44%2C0.08%2C0.6%2C0.25c0.17%2C0.17%2C0.25%2C0.37%2C0.25%2C0.6%0A%09c0%2C0.25-0.08%2C0.46-0.24%2C0.62l-1.46%2C1.43c-0.18%2C0.16-0.38%2C0.24-0.6%2C0.24c-0.23%2C0-0.41-0.08-0.56-0.24S19.66%2C9.4%2C19.66%2C9.16z%0A%09%20M21.92%2C14.62c0-0.24%2C0.08-0.44%2C0.24-0.62c0.16-0.16%2C0.35-0.24%2C0.57-0.24h2.02c0.23%2C0%2C0.43%2C0.09%2C0.6%2C0.26%0A%09c0.17%2C0.17%2C0.26%2C0.37%2C0.26%2C0.6s-0.09%2C0.43-0.26%2C0.6c-0.17%2C0.17-0.37%2C0.25-0.6%2C0.25h-2.02c-0.23%2C0-0.43-0.08-0.58-0.25%0A%09S21.92%2C14.86%2C21.92%2C14.62z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
#weatherWindow .full-loading-container .rain-icon,
#polarLightWindow .full-loading-container .rain-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%237DB7FF%22%20d%3D%22M1.51%2C16.89c0%2C1.33%2C0.46%2C2.48%2C1.39%2C3.44s2.06%2C1.47%2C3.41%2C1.53c0.11%2C0%2C0.17-0.06%2C0.17-0.17v-1.34c0-0.11-0.06-0.17-0.17-0.17%0A%09c-0.86-0.04-1.59-0.39-2.19-1.03s-0.9-1.4-0.9-2.26c0-0.82%2C0.28-1.54%2C0.85-2.16s1.27-0.97%2C2.1-1.07l0.53-0.05%0A%09c0.13%2C0%2C0.2-0.06%2C0.2-0.17l0.07-0.54c0.11-1.08%2C0.56-1.99%2C1.37-2.72s1.76-1.1%2C2.85-1.1c1.09%2C0%2C2.04%2C0.37%2C2.86%2C1.1%0A%09s1.28%2C1.64%2C1.4%2C2.72l0.07%2C0.57c0%2C0.12%2C0.06%2C0.19%2C0.17%2C0.19h1.62c0.89%2C0%2C1.65%2C0.32%2C2.3%2C0.96c0.65%2C0.64%2C0.97%2C1.39%2C0.97%2C2.27%0A%09c0%2C0.87-0.3%2C1.62-0.9%2C2.26c-0.6%2C0.64-1.33%2C0.98-2.18%2C1.03c-0.12%2C0-0.19%2C0.06-0.19%2C0.17v1.34c0%2C0.11%2C0.06%2C0.17%2C0.19%2C0.17%0A%09c1.33-0.04%2C2.46-0.55%2C3.39-1.51c0.93-0.97%2C1.39-2.12%2C1.39-3.45c0-0.72-0.14-1.39-0.42-2.01c0.78-0.97%2C1.17-2.07%2C1.17-3.31%0A%09c0-0.95-0.24-1.83-0.71-2.64c-0.47-0.81-1.11-1.45-1.92-1.92s-1.68-0.7-2.62-0.7c-1.56%2C0-2.85%2C0.58-3.88%2C1.74%0A%09c-0.82-0.44-1.72-0.66-2.71-0.66c-1.41%2C0-2.67%2C0.44-3.76%2C1.32s-1.79%2C2-2.1%2C3.36c-1.11%2C0.26-2.02%2C0.84-2.74%2C1.74%0A%09S1.51%2C15.74%2C1.51%2C16.89z%20M6.91%2C23.75c0%2C0.17%2C0.05%2C0.33%2C0.16%2C0.49c0.11%2C0.16%2C0.27%2C0.27%2C0.49%2C0.33c0.11%2C0.02%2C0.2%2C0.04%2C0.27%2C0.04%0A%09c0.39%2C0%2C0.65-0.21%2C0.77-0.64l1.58-5.88c0.07-0.24%2C0.04-0.46-0.08-0.67c-0.12-0.21-0.3-0.33-0.53-0.38%0A%09c-0.22-0.07-0.43-0.05-0.63%2C0.07c-0.2%2C0.11-0.34%2C0.28-0.41%2C0.51l-1.58%2C5.91C6.93%2C23.66%2C6.91%2C23.73%2C6.91%2C23.75z%20M9.52%2C26.83%0A%09c0%2C0.19%2C0.05%2C0.36%2C0.15%2C0.52c0.1%2C0.16%2C0.27%2C0.26%2C0.52%2C0.3c0.11%2C0.02%2C0.2%2C0.04%2C0.26%2C0.04c0.16%2C0%2C0.31-0.06%2C0.45-0.17%0A%09c0.14-0.12%2C0.23-0.28%2C0.27-0.48l2.4-8.93c0.06-0.23%2C0.04-0.45-0.07-0.64s-0.28-0.33-0.5-0.4c-0.23-0.07-0.45-0.05-0.65%2C0.07%0A%09c-0.2%2C0.11-0.34%2C0.28-0.4%2C0.51l-2.4%2C8.93C9.53%2C26.73%2C9.52%2C26.82%2C9.52%2C26.83z%20M9.94%2C4.6c0%2C0.24%2C0.08%2C0.44%2C0.25%2C0.61l0.65%2C0.66%0A%09c0.19%2C0.15%2C0.4%2C0.22%2C0.62%2C0.22c0.21%2C0%2C0.41-0.08%2C0.58-0.23c0.17-0.16%2C0.26-0.35%2C0.26-0.59c0-0.24-0.08-0.46-0.24-0.64l-0.64-0.65%0A%09c-0.18-0.17-0.38-0.25-0.6-0.25c-0.24%2C0-0.45%2C0.09-0.62%2C0.26C10.03%2C4.16%2C9.94%2C4.37%2C9.94%2C4.6z%20M13.67%2C23.77%0A%09c0%2C0.16%2C0.05%2C0.32%2C0.15%2C0.47s0.26%2C0.26%2C0.46%2C0.32c0.11%2C0.02%2C0.2%2C0.04%2C0.25%2C0.04c0.17%2C0%2C0.34-0.05%2C0.49-0.15%0A%09c0.15-0.1%2C0.25-0.26%2C0.3-0.49l1.58-5.88c0.06-0.23%2C0.04-0.45-0.07-0.64c-0.11-0.2-0.28-0.33-0.5-0.4c-0.24-0.07-0.45-0.05-0.65%2C0.07%0A%09c-0.2%2C0.11-0.33%2C0.28-0.39%2C0.51l-1.58%2C5.91C13.69%2C23.68%2C13.67%2C23.76%2C13.67%2C23.77z%20M15.3%2C9.03c0.71-0.67%2C1.53-1%2C2.48-1%0A%09c0.98%2C0%2C1.82%2C0.35%2C2.5%2C1.04c0.69%2C0.69%2C1.03%2C1.53%2C1.03%2C2.52c0%2C0.62-0.17%2C1.24-0.52%2C1.85c-0.97-0.97-2.13-1.45-3.49-1.45h-0.33%0A%09C16.7%2C10.81%2C16.14%2C9.83%2C15.3%2C9.03z%20M16.92%2C3.78c0%2C0.23%2C0.08%2C0.43%2C0.25%2C0.59c0.17%2C0.16%2C0.37%2C0.24%2C0.61%2C0.24%0A%09c0.23%2C0%2C0.43-0.08%2C0.59-0.23c0.16-0.16%2C0.24-0.35%2C0.24-0.59V1.73c0-0.26-0.08-0.47-0.23-0.63c-0.16-0.16-0.35-0.24-0.59-0.24%0A%09c-0.25%2C0-0.46%2C0.08-0.62%2C0.25s-0.24%2C0.37-0.24%2C0.62V3.78z%20M22.45%2C6.06c0%2C0.24%2C0.09%2C0.44%2C0.27%2C0.59c0.14%2C0.16%2C0.32%2C0.24%2C0.55%2C0.26%0A%09c0.23%2C0.02%2C0.44-0.07%2C0.62-0.26l1.44-1.43c0.18-0.17%2C0.26-0.38%2C0.26-0.63c0-0.24-0.08-0.45-0.25-0.61%0A%09c-0.17-0.16-0.37-0.24-0.61-0.24c-0.21%2C0-0.4%2C0.08-0.58%2C0.25l-1.43%2C1.44C22.54%2C5.6%2C22.45%2C5.81%2C22.45%2C6.06z%20M23.26%2C17.91%0A%09c0%2C0.24%2C0.08%2C0.45%2C0.24%2C0.63l0.65%2C0.63c0.18%2C0.14%2C0.38%2C0.21%2C0.6%2C0.21l0.02%2C0.02c0.23%2C0%2C0.42-0.08%2C0.58-0.24%0A%09c0.16-0.16%2C0.24-0.37%2C0.24-0.61c0-0.24-0.09-0.43-0.26-0.58l-0.62-0.66c-0.18-0.16-0.39-0.24-0.62-0.24s-0.43%2C0.08-0.59%2C0.25%0A%09S23.26%2C17.67%2C23.26%2C17.91z%20M24.72%2C11.58c0%2C0.24%2C0.09%2C0.43%2C0.26%2C0.59c0.18%2C0.18%2C0.38%2C0.26%2C0.62%2C0.26h2.03c0.24%2C0%2C0.44-0.08%2C0.61-0.25%0A%09c0.17-0.17%2C0.25-0.37%2C0.25-0.6c0-0.24-0.08-0.44-0.25-0.61s-0.37-0.26-0.61-0.26H25.6c-0.24%2C0-0.44%2C0.09-0.62%2C0.26%0A%09C24.8%2C11.14%2C24.72%2C11.34%2C24.72%2C11.58z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
#weatherWindow .full-loading-container .thunderstorm-icon,
#polarLightWindow .full-loading-container .thunderstorm-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%23FBDA04%22%20d%3D%22M7.96%2C24.51h0.39l6.88-10.18c0.09-0.18%2C0.04-0.27-0.15-0.27h-2.84l2.99-5.45c0.09-0.18%2C0.02-0.27-0.2-0.27h-3.81%0A%09c-0.11%2C0-0.2%2C0.06-0.29%2C0.18l-2.78%2C7.4c-0.02%2C0.18%2C0.04%2C0.27%2C0.19%2C0.27h2.75L7.96%2C24.51z%20M16.46%2C18.18h0.27l5.22-7.67%0A%09c0.05-0.08%2C0.06-0.15%2C0.04-0.2s-0.08-0.07-0.17-0.07h-2.1l2.18-4.03c0.12-0.2%2C0.06-0.3-0.18-0.3h-2.74c-0.13%2C0-0.23%2C0.06-0.3%2C0.19%0A%09l-2.08%2C5.48c-0.03%2C0.09-0.03%2C0.16%2C0.01%2C0.21c0.04%2C0.05%2C0.1%2C0.07%2C0.19%2C0.07h2.04L16.46%2C18.18z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
#weatherWindow .full-loading-container .progress-bar,
#polarLightWindow .full-loading-container .progress-bar {
  width: 145px;
  height: 3px;
  background-color: #FFF;
  /* Old browsers */
  background-color: rgba(255, 255, 255, 0.3);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4dffffff,endColorstr=#4dffffff)";
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAFCAYAAAB8ZH1oAAAAHElEQVR4AWNAAyxA3AbE+2EYymcZQEUMRCpiAQCsehCWBjyEwwAAAABJRU5ErkJggg==");
  background-repeat: repeat-x;
  background-size: contain;
  margin: 0 auto;
  margin-top: 20px;
}
#weatherWindow .full-loading-container .progress-bar.fluid,
#polarLightWindow .full-loading-container .progress-bar.fluid {
  -webkit-animation: animation-progress-bar 1000ms infinite;
  /* Safari and Chrome: */
  animation: animation-progress-bar 1000ms infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-play-state: running;
  /* Safari and Chrome: */
  animation-play-state: running;
}
#weatherWindow.loading .intervals-container,
#polarLightWindow.loading .intervals-container,
#weatherWindow.loading .weather-container,
#polarLightWindow.loading .weather-container,
#weatherWindow.loading .windrose-forecast-container,
#polarLightWindow.loading .windrose-forecast-container,
#weatherWindow.loading .copyright-back-container,
#polarLightWindow.loading .copyright-back-container {
  display: none;
}
#weatherWindow.loading .full-loading-container,
#polarLightWindow.loading .full-loading-container {
  display: block;
}
#weatherWindow .intervals,
#polarLightWindow .intervals {
  padding-top: 20px;
  text-align: center;
}
#weatherWindow .intervals li,
#polarLightWindow .intervals li {
  min-width: 60px;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.25);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
#weatherWindow .intervals li.active,
#polarLightWindow .intervals li.active,
#weatherWindow .intervals li:hover,
#polarLightWindow .intervals li:hover {
  background-color: #FFF;
}
#weatherWindow .intervals li.active a,
#polarLightWindow .intervals li.active a,
#weatherWindow .intervals li:hover a,
#polarLightWindow .intervals li:hover a {
  color: #000;
}
#weatherWindow .intervals li a,
#polarLightWindow .intervals li a {
  display: block;
  padding: 3px 0;
  padding-top: 4px;
  color: #FFF;
  font-size: 0.75em;
  text-transform: uppercase;
  text-decoration: none;
}
#weatherWindow .date-selection-container,
#polarLightWindow .date-selection-container {
  margin-bottom: 30px;
  text-align: center;
}
#weatherWindow .date-selection-container .date-from-selector,
#polarLightWindow .date-selection-container .date-from-selector,
#weatherWindow .date-selection-container .date-until-selector,
#polarLightWindow .date-selection-container .date-until-selector {
  display: inline-block;
  background: #000;
  color: #FFF;
  border-radius: 6px;
  width: 260px;
  height: 55px;
  text-align: center;
  vertical-align: middle;
}
#weatherWindow .date-selection-container .date-from-selector .date-display,
#polarLightWindow .date-selection-container .date-from-selector .date-display,
#weatherWindow .date-selection-container .date-until-selector .date-display,
#polarLightWindow .date-selection-container .date-until-selector .date-display {
  display: block;
  font-size: 1.4em;
  padding: 15px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#weatherWindow .date-selection-container .date-from-selector > input,
#polarLightWindow .date-selection-container .date-from-selector > input,
#weatherWindow .date-selection-container .date-until-selector > input,
#polarLightWindow .date-selection-container .date-until-selector > input {
  width: 100%;
  height: 100%;
  font-size: 0;
  background: transparent;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#weatherWindow .date-selection-container .date-from-selector.datepicker-opened,
#polarLightWindow .date-selection-container .date-from-selector.datepicker-opened,
#weatherWindow .date-selection-container .date-until-selector.datepicker-opened,
#polarLightWindow .date-selection-container .date-until-selector.datepicker-opened {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#weatherWindow .date-selection-container .date-badge,
#polarLightWindow .date-selection-container .date-badge {
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px;
}
#weatherWindow .date-selection-container .date-badge .date-badge-line,
#polarLightWindow .date-selection-container .date-badge .date-badge-line {
  height: 2px;
  background: #000000;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}
#weatherWindow .date-selection-container .date-badge .date-badge-line:before,
#polarLightWindow .date-selection-container .date-badge .date-badge-line:before {
  content: '';
  display: block;
  position: absolute;
  top: -9px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #000000;
  border-right: 0;
}
#weatherWindow .date-selection-container .date-badge .date-badge-line:after,
#polarLightWindow .date-selection-container .date-badge .date-badge-line:after {
  content: '';
  display: block;
  position: absolute;
  top: -9px;
  right: 0;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #000000;
  border-left: 0;
}
#weatherWindow .date-selection-container .date-backward,
#polarLightWindow .date-selection-container .date-backward,
#weatherWindow .date-selection-container .date-forward,
#polarLightWindow .date-selection-container .date-forward {
  display: inline-block;
  width: 36px;
  height: 36px;
  vertical-align: middle;
}
#weatherWindow .date-selection-container .date-backward .arrow,
#polarLightWindow .date-selection-container .date-backward .arrow,
#weatherWindow .date-selection-container .date-forward .arrow,
#polarLightWindow .date-selection-container .date-forward .arrow {
  display: block;
  position: absolute;
  top: 0;
}
#weatherWindow .date-selection-container .date-backward .arrow,
#polarLightWindow .date-selection-container .date-backward .arrow {
  right: 5px;
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-right: 18px solid #ffffff;
  border-left: 0;
}
#weatherWindow .date-selection-container .date-forward .arrow,
#polarLightWindow .date-selection-container .date-forward .arrow {
  left: 5px;
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 18px solid #ffffff;
  border-right: 0;
}
#weatherWindow .weather-container,
#polarLightWindow .weather-container {
  display: none;
  margin: 0 -20px;
  padding: 30px 20px;
  padding-bottom: 20px;
  white-space: nowrap;
}
#weatherWindow .weather-container.loading .canvas-wrapper,
#polarLightWindow .weather-container.loading .canvas-wrapper,
#weatherWindow .weather-container.no-data .canvas-wrapper,
#polarLightWindow .weather-container.no-data .canvas-wrapper {
  display: none;
}
#weatherWindow .weather-container.loading .loading-container,
#polarLightWindow .weather-container.loading .loading-container {
  display: inline-block;
}
#weatherWindow .weather-container.no-data .no-data-container,
#polarLightWindow .weather-container.no-data .no-data-container {
  display: inline-block;
}
#weatherWindow .weather-container.shown,
#polarLightWindow .weather-container.shown {
  display: block;
}
#weatherWindow .weather-container .date-display,
#polarLightWindow .weather-container .date-display {
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #FFF;
  font-size: 13px;
}
#weatherWindow .weather-container .loading-container,
#polarLightWindow .weather-container .loading-container,
#weatherWindow .weather-container .no-data-container,
#polarLightWindow .weather-container .no-data-container {
  display: none;
  width: calc(100% - 100px);
  height: 151px;
  text-align: center;
  font-size: 0.7em;
  font-weight: 300;
  vertical-align: middle;
  padding-top: 45px;
}
#weatherWindow .weather-container .loading-container .sun-icon,
#polarLightWindow .weather-container .loading-container .sun-icon,
#weatherWindow .weather-container .no-data-container .sun-icon,
#polarLightWindow .weather-container .no-data-container .sun-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22white%22%20d%3D%22M4.37%2C14.62c0-0.24%2C0.08-0.45%2C0.25-0.62c0.17-0.16%2C0.38-0.24%2C0.6-0.24h2.04c0.23%2C0%2C0.42%2C0.08%2C0.58%2C0.25%0A%09c0.15%2C0.17%2C0.23%2C0.37%2C0.23%2C0.61S8%2C15.06%2C7.85%2C15.23c-0.15%2C0.17-0.35%2C0.25-0.58%2C0.25H5.23c-0.23%2C0-0.43-0.08-0.6-0.25%0A%09C4.46%2C15.06%2C4.37%2C14.86%2C4.37%2C14.62z%20M7.23%2C21.55c0-0.23%2C0.08-0.43%2C0.23-0.61l1.47-1.43c0.15-0.16%2C0.35-0.23%2C0.59-0.23%0A%09c0.24%2C0%2C0.44%2C0.08%2C0.6%2C0.23s0.24%2C0.34%2C0.24%2C0.57c0%2C0.24-0.08%2C0.46-0.24%2C0.64L8.7%2C22.14c-0.41%2C0.32-0.82%2C0.32-1.23%2C0%0A%09C7.31%2C21.98%2C7.23%2C21.78%2C7.23%2C21.55z%20M7.23%2C7.71c0-0.23%2C0.08-0.43%2C0.23-0.61C7.66%2C6.93%2C7.87%2C6.85%2C8.1%2C6.85%0A%09c0.22%2C0%2C0.42%2C0.08%2C0.59%2C0.24l1.43%2C1.47c0.16%2C0.15%2C0.24%2C0.35%2C0.24%2C0.59c0%2C0.24-0.08%2C0.44-0.24%2C0.6s-0.36%2C0.24-0.6%2C0.24%0A%09c-0.24%2C0-0.44-0.08-0.59-0.24L7.47%2C8.32C7.31%2C8.16%2C7.23%2C7.95%2C7.23%2C7.71z%20M9.78%2C14.62c0-0.93%2C0.23-1.8%2C0.7-2.6s1.1-1.44%2C1.91-1.91%0A%09s1.67-0.7%2C2.6-0.7c0.7%2C0%2C1.37%2C0.14%2C2.02%2C0.42c0.64%2C0.28%2C1.2%2C0.65%2C1.66%2C1.12c0.47%2C0.47%2C0.84%2C1.02%2C1.11%2C1.66%0A%09c0.27%2C0.64%2C0.41%2C1.32%2C0.41%2C2.02c0%2C0.94-0.23%2C1.81-0.7%2C2.61c-0.47%2C0.8-1.1%2C1.43-1.9%2C1.9c-0.8%2C0.47-1.67%2C0.7-2.61%2C0.7%0A%09s-1.81-0.23-2.61-0.7c-0.8-0.47-1.43-1.1-1.9-1.9C10.02%2C16.43%2C9.78%2C15.56%2C9.78%2C14.62z%20M14.14%2C22.4c0-0.24%2C0.08-0.44%2C0.25-0.6%0A%09s0.37-0.24%2C0.6-0.24c0.24%2C0%2C0.45%2C0.08%2C0.61%2C0.24s0.24%2C0.36%2C0.24%2C0.6v1.99c0%2C0.24-0.08%2C0.45-0.25%2C0.62c-0.17%2C0.17-0.37%2C0.25-0.6%2C0.25%0A%09s-0.44-0.08-0.6-0.25c-0.17-0.17-0.25-0.38-0.25-0.62V22.4z%20M14.14%2C6.9V4.86c0-0.23%2C0.08-0.43%2C0.25-0.6C14.56%2C4.09%2C14.76%2C4%2C15%2C4%0A%09s0.43%2C0.08%2C0.6%2C0.25c0.17%2C0.17%2C0.25%2C0.37%2C0.25%2C0.6V6.9c0%2C0.23-0.08%2C0.42-0.25%2C0.58S15.23%2C7.71%2C15%2C7.71s-0.44-0.08-0.6-0.23%0A%09S14.14%2C7.13%2C14.14%2C6.9z%20M14.25%2C11.22c0.87%2C0.11%2C1.6%2C0.49%2C2.19%2C1.15c0.59%2C0.66%2C0.89%2C1.44%2C0.89%2C2.33c0%2C0.83-0.26%2C1.56-0.78%2C2.2%0A%09c-0.52%2C0.63-1.18%2C1.04-1.98%2C1.21c0.2%2C0.02%2C0.35%2C0.04%2C0.44%2C0.04c0.97%2C0%2C1.81-0.35%2C2.5-1.04s1.04-1.52%2C1.04-2.5%0A%09c0-0.96-0.35-1.78-1.04-2.47c-0.69-0.68-1.52-1.02-2.5-1.02C14.74%2C11.14%2C14.49%2C11.17%2C14.25%2C11.22z%20M19.66%2C20.08%0A%09c0-0.23%2C0.08-0.42%2C0.23-0.56c0.15-0.16%2C0.34-0.23%2C0.56-0.23c0.24%2C0%2C0.44%2C0.08%2C0.6%2C0.23l1.46%2C1.43c0.16%2C0.17%2C0.24%2C0.38%2C0.24%2C0.61%0A%09c0%2C0.23-0.08%2C0.43-0.24%2C0.59c-0.4%2C0.31-0.8%2C0.31-1.2%2C0l-1.42-1.42C19.74%2C20.55%2C19.66%2C20.34%2C19.66%2C20.08z%20M19.66%2C9.16%0A%09c0-0.25%2C0.08-0.45%2C0.23-0.59l1.42-1.47c0.17-0.16%2C0.37-0.24%2C0.59-0.24c0.24%2C0%2C0.44%2C0.08%2C0.6%2C0.25c0.17%2C0.17%2C0.25%2C0.37%2C0.25%2C0.6%0A%09c0%2C0.25-0.08%2C0.46-0.24%2C0.62l-1.46%2C1.43c-0.18%2C0.16-0.38%2C0.24-0.6%2C0.24c-0.23%2C0-0.41-0.08-0.56-0.24S19.66%2C9.4%2C19.66%2C9.16z%0A%09%20M21.92%2C14.62c0-0.24%2C0.08-0.44%2C0.24-0.62c0.16-0.16%2C0.35-0.24%2C0.57-0.24h2.02c0.23%2C0%2C0.43%2C0.09%2C0.6%2C0.26%0A%09c0.17%2C0.17%2C0.26%2C0.37%2C0.26%2C0.6s-0.09%2C0.43-0.26%2C0.6c-0.17%2C0.17-0.37%2C0.25-0.6%2C0.25h-2.02c-0.23%2C0-0.43-0.08-0.58-0.25%0A%09S21.92%2C14.86%2C21.92%2C14.62z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
#weatherWindow .weather-container .loading-container .rain-icon,
#polarLightWindow .weather-container .loading-container .rain-icon,
#weatherWindow .weather-container .no-data-container .rain-icon,
#polarLightWindow .weather-container .no-data-container .rain-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%237DB7FF%22%20d%3D%22M1.51%2C16.89c0%2C1.33%2C0.46%2C2.48%2C1.39%2C3.44s2.06%2C1.47%2C3.41%2C1.53c0.11%2C0%2C0.17-0.06%2C0.17-0.17v-1.34c0-0.11-0.06-0.17-0.17-0.17%0A%09c-0.86-0.04-1.59-0.39-2.19-1.03s-0.9-1.4-0.9-2.26c0-0.82%2C0.28-1.54%2C0.85-2.16s1.27-0.97%2C2.1-1.07l0.53-0.05%0A%09c0.13%2C0%2C0.2-0.06%2C0.2-0.17l0.07-0.54c0.11-1.08%2C0.56-1.99%2C1.37-2.72s1.76-1.1%2C2.85-1.1c1.09%2C0%2C2.04%2C0.37%2C2.86%2C1.1%0A%09s1.28%2C1.64%2C1.4%2C2.72l0.07%2C0.57c0%2C0.12%2C0.06%2C0.19%2C0.17%2C0.19h1.62c0.89%2C0%2C1.65%2C0.32%2C2.3%2C0.96c0.65%2C0.64%2C0.97%2C1.39%2C0.97%2C2.27%0A%09c0%2C0.87-0.3%2C1.62-0.9%2C2.26c-0.6%2C0.64-1.33%2C0.98-2.18%2C1.03c-0.12%2C0-0.19%2C0.06-0.19%2C0.17v1.34c0%2C0.11%2C0.06%2C0.17%2C0.19%2C0.17%0A%09c1.33-0.04%2C2.46-0.55%2C3.39-1.51c0.93-0.97%2C1.39-2.12%2C1.39-3.45c0-0.72-0.14-1.39-0.42-2.01c0.78-0.97%2C1.17-2.07%2C1.17-3.31%0A%09c0-0.95-0.24-1.83-0.71-2.64c-0.47-0.81-1.11-1.45-1.92-1.92s-1.68-0.7-2.62-0.7c-1.56%2C0-2.85%2C0.58-3.88%2C1.74%0A%09c-0.82-0.44-1.72-0.66-2.71-0.66c-1.41%2C0-2.67%2C0.44-3.76%2C1.32s-1.79%2C2-2.1%2C3.36c-1.11%2C0.26-2.02%2C0.84-2.74%2C1.74%0A%09S1.51%2C15.74%2C1.51%2C16.89z%20M6.91%2C23.75c0%2C0.17%2C0.05%2C0.33%2C0.16%2C0.49c0.11%2C0.16%2C0.27%2C0.27%2C0.49%2C0.33c0.11%2C0.02%2C0.2%2C0.04%2C0.27%2C0.04%0A%09c0.39%2C0%2C0.65-0.21%2C0.77-0.64l1.58-5.88c0.07-0.24%2C0.04-0.46-0.08-0.67c-0.12-0.21-0.3-0.33-0.53-0.38%0A%09c-0.22-0.07-0.43-0.05-0.63%2C0.07c-0.2%2C0.11-0.34%2C0.28-0.41%2C0.51l-1.58%2C5.91C6.93%2C23.66%2C6.91%2C23.73%2C6.91%2C23.75z%20M9.52%2C26.83%0A%09c0%2C0.19%2C0.05%2C0.36%2C0.15%2C0.52c0.1%2C0.16%2C0.27%2C0.26%2C0.52%2C0.3c0.11%2C0.02%2C0.2%2C0.04%2C0.26%2C0.04c0.16%2C0%2C0.31-0.06%2C0.45-0.17%0A%09c0.14-0.12%2C0.23-0.28%2C0.27-0.48l2.4-8.93c0.06-0.23%2C0.04-0.45-0.07-0.64s-0.28-0.33-0.5-0.4c-0.23-0.07-0.45-0.05-0.65%2C0.07%0A%09c-0.2%2C0.11-0.34%2C0.28-0.4%2C0.51l-2.4%2C8.93C9.53%2C26.73%2C9.52%2C26.82%2C9.52%2C26.83z%20M9.94%2C4.6c0%2C0.24%2C0.08%2C0.44%2C0.25%2C0.61l0.65%2C0.66%0A%09c0.19%2C0.15%2C0.4%2C0.22%2C0.62%2C0.22c0.21%2C0%2C0.41-0.08%2C0.58-0.23c0.17-0.16%2C0.26-0.35%2C0.26-0.59c0-0.24-0.08-0.46-0.24-0.64l-0.64-0.65%0A%09c-0.18-0.17-0.38-0.25-0.6-0.25c-0.24%2C0-0.45%2C0.09-0.62%2C0.26C10.03%2C4.16%2C9.94%2C4.37%2C9.94%2C4.6z%20M13.67%2C23.77%0A%09c0%2C0.16%2C0.05%2C0.32%2C0.15%2C0.47s0.26%2C0.26%2C0.46%2C0.32c0.11%2C0.02%2C0.2%2C0.04%2C0.25%2C0.04c0.17%2C0%2C0.34-0.05%2C0.49-0.15%0A%09c0.15-0.1%2C0.25-0.26%2C0.3-0.49l1.58-5.88c0.06-0.23%2C0.04-0.45-0.07-0.64c-0.11-0.2-0.28-0.33-0.5-0.4c-0.24-0.07-0.45-0.05-0.65%2C0.07%0A%09c-0.2%2C0.11-0.33%2C0.28-0.39%2C0.51l-1.58%2C5.91C13.69%2C23.68%2C13.67%2C23.76%2C13.67%2C23.77z%20M15.3%2C9.03c0.71-0.67%2C1.53-1%2C2.48-1%0A%09c0.98%2C0%2C1.82%2C0.35%2C2.5%2C1.04c0.69%2C0.69%2C1.03%2C1.53%2C1.03%2C2.52c0%2C0.62-0.17%2C1.24-0.52%2C1.85c-0.97-0.97-2.13-1.45-3.49-1.45h-0.33%0A%09C16.7%2C10.81%2C16.14%2C9.83%2C15.3%2C9.03z%20M16.92%2C3.78c0%2C0.23%2C0.08%2C0.43%2C0.25%2C0.59c0.17%2C0.16%2C0.37%2C0.24%2C0.61%2C0.24%0A%09c0.23%2C0%2C0.43-0.08%2C0.59-0.23c0.16-0.16%2C0.24-0.35%2C0.24-0.59V1.73c0-0.26-0.08-0.47-0.23-0.63c-0.16-0.16-0.35-0.24-0.59-0.24%0A%09c-0.25%2C0-0.46%2C0.08-0.62%2C0.25s-0.24%2C0.37-0.24%2C0.62V3.78z%20M22.45%2C6.06c0%2C0.24%2C0.09%2C0.44%2C0.27%2C0.59c0.14%2C0.16%2C0.32%2C0.24%2C0.55%2C0.26%0A%09c0.23%2C0.02%2C0.44-0.07%2C0.62-0.26l1.44-1.43c0.18-0.17%2C0.26-0.38%2C0.26-0.63c0-0.24-0.08-0.45-0.25-0.61%0A%09c-0.17-0.16-0.37-0.24-0.61-0.24c-0.21%2C0-0.4%2C0.08-0.58%2C0.25l-1.43%2C1.44C22.54%2C5.6%2C22.45%2C5.81%2C22.45%2C6.06z%20M23.26%2C17.91%0A%09c0%2C0.24%2C0.08%2C0.45%2C0.24%2C0.63l0.65%2C0.63c0.18%2C0.14%2C0.38%2C0.21%2C0.6%2C0.21l0.02%2C0.02c0.23%2C0%2C0.42-0.08%2C0.58-0.24%0A%09c0.16-0.16%2C0.24-0.37%2C0.24-0.61c0-0.24-0.09-0.43-0.26-0.58l-0.62-0.66c-0.18-0.16-0.39-0.24-0.62-0.24s-0.43%2C0.08-0.59%2C0.25%0A%09S23.26%2C17.67%2C23.26%2C17.91z%20M24.72%2C11.58c0%2C0.24%2C0.09%2C0.43%2C0.26%2C0.59c0.18%2C0.18%2C0.38%2C0.26%2C0.62%2C0.26h2.03c0.24%2C0%2C0.44-0.08%2C0.61-0.25%0A%09c0.17-0.17%2C0.25-0.37%2C0.25-0.6c0-0.24-0.08-0.44-0.25-0.61s-0.37-0.26-0.61-0.26H25.6c-0.24%2C0-0.44%2C0.09-0.62%2C0.26%0A%09C24.8%2C11.14%2C24.72%2C11.34%2C24.72%2C11.58z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
#weatherWindow .weather-container .loading-container .thunderstorm-icon,
#polarLightWindow .weather-container .loading-container .thunderstorm-icon,
#weatherWindow .weather-container .no-data-container .thunderstorm-icon,
#polarLightWindow .weather-container .no-data-container .thunderstorm-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%23FBDA04%22%20d%3D%22M7.96%2C24.51h0.39l6.88-10.18c0.09-0.18%2C0.04-0.27-0.15-0.27h-2.84l2.99-5.45c0.09-0.18%2C0.02-0.27-0.2-0.27h-3.81%0A%09c-0.11%2C0-0.2%2C0.06-0.29%2C0.18l-2.78%2C7.4c-0.02%2C0.18%2C0.04%2C0.27%2C0.19%2C0.27h2.75L7.96%2C24.51z%20M16.46%2C18.18h0.27l5.22-7.67%0A%09c0.05-0.08%2C0.06-0.15%2C0.04-0.2s-0.08-0.07-0.17-0.07h-2.1l2.18-4.03c0.12-0.2%2C0.06-0.3-0.18-0.3h-2.74c-0.13%2C0-0.23%2C0.06-0.3%2C0.19%0A%09l-2.08%2C5.48c-0.03%2C0.09-0.03%2C0.16%2C0.01%2C0.21c0.04%2C0.05%2C0.1%2C0.07%2C0.19%2C0.07h2.04L16.46%2C18.18z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
#weatherWindow .weather-container .loading-container .progress-bar,
#polarLightWindow .weather-container .loading-container .progress-bar,
#weatherWindow .weather-container .no-data-container .progress-bar,
#polarLightWindow .weather-container .no-data-container .progress-bar {
  width: 145px;
  height: 3px;
  background-color: #FFF;
  /* Old browsers */
  background-color: rgba(255, 255, 255, 0.3);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4dffffff,endColorstr=#4dffffff)";
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAFCAYAAAB8ZH1oAAAAHElEQVR4AWNAAyxA3AbE+2EYymcZQEUMRCpiAQCsehCWBjyEwwAAAABJRU5ErkJggg==");
  background-repeat: repeat-x;
  background-size: contain;
  margin: 0 auto;
  margin-top: 20px;
}
#weatherWindow .weather-container .loading-container .progress-bar.fluid,
#polarLightWindow .weather-container .loading-container .progress-bar.fluid,
#weatherWindow .weather-container .no-data-container .progress-bar.fluid,
#polarLightWindow .weather-container .no-data-container .progress-bar.fluid {
  -webkit-animation: animation-progress-bar 1000ms infinite;
  /* Safari and Chrome: */
  animation: animation-progress-bar 1000ms infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-play-state: running;
  /* Safari and Chrome: */
  animation-play-state: running;
}
#weatherWindow .weather-container .items .item,
#polarLightWindow .weather-container .items .item {
  display: inline-block;
}
#weatherWindow .weather-container .items .title,
#polarLightWindow .weather-container .items .title {
  display: none;
}
#weatherWindow .weather-container .date-backward,
#polarLightWindow .weather-container .date-backward,
#weatherWindow .weather-container .date-forward,
#polarLightWindow .weather-container .date-forward {
  display: inline-block;
  width: 36px;
  height: 36px;
  vertical-align: middle;
}
#weatherWindow .weather-container .date-backward .arrow,
#polarLightWindow .weather-container .date-backward .arrow,
#weatherWindow .weather-container .date-forward .arrow,
#polarLightWindow .weather-container .date-forward .arrow {
  display: block;
  position: absolute;
  top: 0;
}
#weatherWindow .weather-container .date-backward .arrow,
#polarLightWindow .weather-container .date-backward .arrow {
  right: 5px;
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-right: 18px solid #ffffff;
  border-left: 0;
}
#weatherWindow .weather-container .date-backward.disabled .arrow,
#polarLightWindow .weather-container .date-backward.disabled .arrow {
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-right: 18px solid #333333;
  border-left: 0;
}
#weatherWindow .weather-container .date-forward .arrow,
#polarLightWindow .weather-container .date-forward .arrow {
  left: 5px;
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 18px solid #ffffff;
  border-right: 0;
}
#weatherWindow .weather-container .date-forward.disabled .arrow,
#polarLightWindow .weather-container .date-forward.disabled .arrow {
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 18px solid #333333;
  border-right: 0;
}
#weatherWindow .weather-container .canvas-wrapper,
#polarLightWindow .weather-container .canvas-wrapper {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
#weatherWindow .weather-container .canvas-wrapper .highlighted,
#polarLightWindow .weather-container .canvas-wrapper .highlighted {
  display: none;
  position: absolute;
  font-size: 0.7em;
  padding: 3px 5px;
  white-space: nowrap;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.6);
  border: 1px solid #000;
  -webkit-border-top-left-radius: 0.3em;
  -webkit-border-top-right-radius: 0.3em;
  -webkit-border-bottom-left-radius: 0.3em;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-topleft: 0.3em;
  -moz-border-radius-topright: 0.3em;
  -moz-border-radius-bottomleft: 0.3em;
  -moz-border-radius-bottomright: 0;
  border-top-left-radius: 0.3em;
  border-top-right-radius: 0.3em;
  border-bottom-left-radius: 0.3em;
  border-bottom-right-radius: 0;
  margin: 0 10px;
  font-weight: 300;
  line-height: 1.3;
}
#weatherWindow .weather-container .canvas-wrapper .highlighted.tooltip-left,
#polarLightWindow .weather-container .canvas-wrapper .highlighted.tooltip-left {
  text-align: left;
}
#weatherWindow .weather-container .canvas-wrapper .highlighted.tooltip-left .amplitude,
#polarLightWindow .weather-container .canvas-wrapper .highlighted.tooltip-left .amplitude {
  padding-right: 0.7em;
}
#weatherWindow .weather-container .canvas-wrapper .highlighted.tooltip-right,
#polarLightWindow .weather-container .canvas-wrapper .highlighted.tooltip-right {
  text-align: right;
}
#weatherWindow .weather-container .canvas-wrapper .highlighted.tooltip-right .amplitude,
#polarLightWindow .weather-container .canvas-wrapper .highlighted.tooltip-right .amplitude {
  padding-left: 0.7em;
}
#weatherWindow .weather-container .canvas-wrapper .highlighted .amplitude .value,
#polarLightWindow .weather-container .canvas-wrapper .highlighted .amplitude .value {
  display: inline-block;
  padding-right: 0.15em;
}
#weatherWindow .weather-container .canvas-wrapper .highlighted .amplitude.hidden,
#polarLightWindow .weather-container .canvas-wrapper .highlighted .amplitude.hidden {
  display: none;
}
#weatherWindow .weather-container .weather-legend,
#polarLightWindow .weather-container .weather-legend {
  padding-top: 20px;
  text-align: center;
  font-size: 0.7em;
}
#weatherWindow .weather-container .weather-legend li,
#polarLightWindow .weather-container .weather-legend li {
  display: inline-block;
  padding: 0 2em;
  font-weight: 300;
}
#weatherWindow .weather-container .weather-pano-image,
#polarLightWindow .weather-container .weather-pano-image {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  max-width: 800px;
  height: 150px;
  z-index: 1;
  border-radius: 10px;
  box-shadow: 0 0 5px #000000;
  background-position: center center;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 10px;
}
#weatherWindow .windrose-forecast-container,
#polarLightWindow .windrose-forecast-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
#weatherWindow .windrose-forecast-container.fade:after,
#polarLightWindow .windrose-forecast-container.fade:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
#weatherWindow .windrose-forecast-container .windrose-tab-container,
#polarLightWindow .windrose-forecast-container .windrose-tab-container {
  display: none;
}
#weatherWindow .windrose-forecast-container .windrose-tab-container.shown,
#polarLightWindow .windrose-forecast-container .windrose-tab-container.shown {
  display: inline-block;
}
#weatherWindow .windrose-forecast-container .windrose-tab-container .windrose-selection,
#polarLightWindow .windrose-forecast-container .windrose-tab-container .windrose-selection {
  display: flex;
  white-space: nowrap;
}
#weatherWindow .windrose-forecast-container .windrose-tab-container .windrose-selection li,
#polarLightWindow .windrose-forecast-container .windrose-tab-container .windrose-selection li {
  display: inline-block;
  flex: 1 1 auto;
  cursor: pointer;
  text-align: center;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 5px 0;
  border: 1px solid transparent;
  border-bottom-color: #A7A7A7;
  font-size: 0.8em;
  font-weight: 300;
}
#weatherWindow .windrose-forecast-container .windrose-tab-container .windrose-selection li.disabled,
#polarLightWindow .windrose-forecast-container .windrose-tab-container .windrose-selection li.disabled {
  cursor: not-allowed;
}
#weatherWindow .windrose-forecast-container .windrose-tab-container .windrose-selection li.active,
#polarLightWindow .windrose-forecast-container .windrose-tab-container .windrose-selection li.active {
  border-color: #A7A7A7;
  border-bottom-color: transparent;
  background-color: rgba(153, 153, 153, 0.2);
}
#weatherWindow .windrose-forecast-container .windrose-tab-container .windrose-container,
#polarLightWindow .windrose-forecast-container .windrose-tab-container .windrose-container {
  display: none;
  vertical-align: middle;
  width: 282px;
  min-width: 282px;
  padding: 5px;
  background: linear-gradient(to bottom, rgba(153, 153, 153, 0.2) 0%, rgba(34, 34, 34, 0.7) 100%);
  border: 1px solid #A7A7A7;
  border-top: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
#weatherWindow .windrose-forecast-container .windrose-tab-container .windrose-container.shown,
#polarLightWindow .windrose-forecast-container .windrose-tab-container .windrose-container.shown {
  display: inline-block;
}
#weatherWindow .windrose-forecast-container .windrose-tab-container .windrose-container .windrose-tooltip,
#polarLightWindow .windrose-forecast-container .windrose-tab-container .windrose-container .windrose-tooltip {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  padding: 3px;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 2px;
  color: #FFF;
  white-space: nowrap;
  font-size: 0.8em;
  line-height: 1.2;
  margin-left: 10px;
  margin-top: 10px;
  -webkit-transform: translate(-50%, -125%);
          transform: translate(-50%, -125%);
}
#weatherWindow .desktop-forecast-container,
#polarLightWindow .desktop-forecast-container {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  justify-content: center;
  vertical-align: middle;
  top: 0 !important;
  padding-bottom: 40px;
}
#weatherWindow .desktop-forecast-container.fade:after,
#polarLightWindow .desktop-forecast-container.fade:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
#weatherWindow .forecast-container,
#polarLightWindow .forecast-container {
  display: none;
  vertical-align: middle;
  flex: 1 1 auto;
  text-align: center;
  max-width: 650px;
}
#weatherWindow .forecast-container.shown,
#polarLightWindow .forecast-container.shown {
  display: inline-block;
}
#weatherWindow .forecast-container.loading .forecast-items,
#polarLightWindow .forecast-container.loading .forecast-items,
#weatherWindow .forecast-container.loading .forecast-legend,
#polarLightWindow .forecast-container.loading .forecast-legend {
  display: none;
}
#weatherWindow .forecast-container.loading .loading-container,
#polarLightWindow .forecast-container.loading .loading-container {
  display: inline-block;
}
#weatherWindow .forecast-container .loading-container,
#polarLightWindow .forecast-container .loading-container {
  display: none;
  text-align: center;
  font-size: 0.7em;
  font-weight: 300;
  vertical-align: middle;
}
#weatherWindow .forecast-container .loading-container .progress-bar,
#polarLightWindow .forecast-container .loading-container .progress-bar {
  width: 145px;
  height: 3px;
  background-color: #FFF;
  /* Old browsers */
  background-color: rgba(255, 255, 255, 0.3);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4dffffff,endColorstr=#4dffffff)";
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAFCAYAAAB8ZH1oAAAAHElEQVR4AWNAAyxA3AbE+2EYymcZQEUMRCpiAQCsehCWBjyEwwAAAABJRU5ErkJggg==");
  background-repeat: repeat-x;
  background-size: contain;
  margin: 0 auto;
  margin-top: 20px;
}
#weatherWindow .forecast-container .loading-container .progress-bar.fluid,
#polarLightWindow .forecast-container .loading-container .progress-bar.fluid {
  -webkit-animation: animation-progress-bar 1000ms infinite;
  /* Safari and Chrome: */
  animation: animation-progress-bar 1000ms infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-play-state: running;
  /* Safari and Chrome: */
  animation-play-state: running;
}
#weatherWindow .forecast-container .forecast-items,
#polarLightWindow .forecast-container .forecast-items {
  display: flex;
}
#weatherWindow .forecast-container .forecast-items > li,
#polarLightWindow .forecast-container .forecast-items > li {
  flex: 1 1 0;
  display: inline-block;
  text-align: center;
}
#weatherWindow .forecast-container .forecast-items > li .day,
#polarLightWindow .forecast-container .forecast-items > li .day,
#weatherWindow .forecast-container .forecast-items > li .day-peaks,
#polarLightWindow .forecast-container .forecast-items > li .day-peaks,
#weatherWindow .forecast-container .forecast-items > li .additional,
#polarLightWindow .forecast-container .forecast-items > li .additional {
  padding: 0 10px;
  margin: 0 10px;
}
#weatherWindow .forecast-container .forecast-items > li .condition-icon,
#polarLightWindow .forecast-container .forecast-items > li .condition-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
}
#weatherWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-clear,
#polarLightWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-clear {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%23FBDA04%22%20d%3D%22M4.37%2C14.62c0-0.24%2C0.08-0.45%2C0.25-0.62c0.17-0.16%2C0.38-0.24%2C0.6-0.24h2.04c0.23%2C0%2C0.42%2C0.08%2C0.58%2C0.25%0A%09c0.15%2C0.17%2C0.23%2C0.37%2C0.23%2C0.61S8%2C15.06%2C7.85%2C15.23c-0.15%2C0.17-0.35%2C0.25-0.58%2C0.25H5.23c-0.23%2C0-0.43-0.08-0.6-0.25%0A%09C4.46%2C15.06%2C4.37%2C14.86%2C4.37%2C14.62z%20M7.23%2C21.55c0-0.23%2C0.08-0.43%2C0.23-0.61l1.47-1.43c0.15-0.16%2C0.35-0.23%2C0.59-0.23%0A%09c0.24%2C0%2C0.44%2C0.08%2C0.6%2C0.23s0.24%2C0.34%2C0.24%2C0.57c0%2C0.24-0.08%2C0.46-0.24%2C0.64L8.7%2C22.14c-0.41%2C0.32-0.82%2C0.32-1.23%2C0%0A%09C7.31%2C21.98%2C7.23%2C21.78%2C7.23%2C21.55z%20M7.23%2C7.71c0-0.23%2C0.08-0.43%2C0.23-0.61C7.66%2C6.93%2C7.87%2C6.85%2C8.1%2C6.85%0A%09c0.22%2C0%2C0.42%2C0.08%2C0.59%2C0.24l1.43%2C1.47c0.16%2C0.15%2C0.24%2C0.35%2C0.24%2C0.59c0%2C0.24-0.08%2C0.44-0.24%2C0.6s-0.36%2C0.24-0.6%2C0.24%0A%09c-0.24%2C0-0.44-0.08-0.59-0.24L7.47%2C8.32C7.31%2C8.16%2C7.23%2C7.95%2C7.23%2C7.71z%20M9.78%2C14.62c0-0.93%2C0.23-1.8%2C0.7-2.6s1.1-1.44%2C1.91-1.91%0A%09s1.67-0.7%2C2.6-0.7c0.7%2C0%2C1.37%2C0.14%2C2.02%2C0.42c0.64%2C0.28%2C1.2%2C0.65%2C1.66%2C1.12c0.47%2C0.47%2C0.84%2C1.02%2C1.11%2C1.66%0A%09c0.27%2C0.64%2C0.41%2C1.32%2C0.41%2C2.02c0%2C0.94-0.23%2C1.81-0.7%2C2.61c-0.47%2C0.8-1.1%2C1.43-1.9%2C1.9c-0.8%2C0.47-1.67%2C0.7-2.61%2C0.7%0A%09s-1.81-0.23-2.61-0.7c-0.8-0.47-1.43-1.1-1.9-1.9C10.02%2C16.43%2C9.78%2C15.56%2C9.78%2C14.62z%20M11.48%2C14.62c0%2C0.98%2C0.34%2C1.81%2C1.03%2C2.5%0A%09c0.68%2C0.69%2C1.51%2C1.04%2C2.49%2C1.04s1.81-0.35%2C2.5-1.04s1.04-1.52%2C1.04-2.5c0-0.96-0.35-1.78-1.04-2.47c-0.69-0.68-1.52-1.02-2.5-1.02%0A%09c-0.97%2C0-1.8%2C0.34-2.48%2C1.02C11.82%2C12.84%2C11.48%2C13.66%2C11.48%2C14.62z%20M14.14%2C22.4c0-0.24%2C0.08-0.44%2C0.25-0.6s0.37-0.24%2C0.6-0.24%0A%09c0.24%2C0%2C0.45%2C0.08%2C0.61%2C0.24s0.24%2C0.36%2C0.24%2C0.6v1.99c0%2C0.24-0.08%2C0.45-0.25%2C0.62c-0.17%2C0.17-0.37%2C0.25-0.6%2C0.25%0A%09s-0.44-0.08-0.6-0.25c-0.17-0.17-0.25-0.38-0.25-0.62V22.4z%20M14.14%2C6.9V4.86c0-0.23%2C0.08-0.43%2C0.25-0.6C14.56%2C4.09%2C14.76%2C4%2C15%2C4%0A%09s0.43%2C0.08%2C0.6%2C0.25c0.17%2C0.17%2C0.25%2C0.37%2C0.25%2C0.6V6.9c0%2C0.23-0.08%2C0.42-0.25%2C0.58S15.23%2C7.71%2C15%2C7.71s-0.44-0.08-0.6-0.23%0A%09S14.14%2C7.13%2C14.14%2C6.9z%20M19.66%2C20.08c0-0.23%2C0.08-0.42%2C0.23-0.56c0.15-0.16%2C0.34-0.23%2C0.56-0.23c0.24%2C0%2C0.44%2C0.08%2C0.6%2C0.23%0A%09l1.46%2C1.43c0.16%2C0.17%2C0.24%2C0.38%2C0.24%2C0.61c0%2C0.23-0.08%2C0.43-0.24%2C0.59c-0.4%2C0.31-0.8%2C0.31-1.2%2C0l-1.42-1.42%0A%09C19.74%2C20.55%2C19.66%2C20.34%2C19.66%2C20.08z%20M19.66%2C9.16c0-0.25%2C0.08-0.45%2C0.23-0.59l1.42-1.47c0.17-0.16%2C0.37-0.24%2C0.59-0.24%0A%09c0.24%2C0%2C0.44%2C0.08%2C0.6%2C0.25c0.17%2C0.17%2C0.25%2C0.37%2C0.25%2C0.6c0%2C0.25-0.08%2C0.46-0.24%2C0.62l-1.46%2C1.43c-0.18%2C0.16-0.38%2C0.24-0.6%2C0.24%0A%09c-0.23%2C0-0.41-0.08-0.56-0.24S19.66%2C9.4%2C19.66%2C9.16z%20M21.92%2C14.62c0-0.24%2C0.08-0.44%2C0.24-0.62c0.16-0.16%2C0.35-0.24%2C0.57-0.24h2.02%0A%09c0.23%2C0%2C0.43%2C0.09%2C0.6%2C0.26c0.17%2C0.17%2C0.26%2C0.37%2C0.26%2C0.6s-0.09%2C0.43-0.26%2C0.6c-0.17%2C0.17-0.37%2C0.25-0.6%2C0.25h-2.02%0A%09c-0.23%2C0-0.43-0.08-0.58-0.25S21.92%2C14.86%2C21.92%2C14.62z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
#weatherWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-bright,
#polarLightWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-bright {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%23BEBEBE%22%20d%3D%22M1.56%2C16.9c0%2C0.9%2C0.22%2C1.73%2C0.66%2C2.49s1.04%2C1.36%2C1.8%2C1.8c0.76%2C0.44%2C1.58%2C0.66%2C2.47%2C0.66h10.83c0.89%2C0%2C1.72-0.22%2C2.48-0.66%0A%09c0.76-0.44%2C1.37-1.04%2C1.81-1.8c0.44-0.76%2C0.67-1.59%2C0.67-2.49c0-0.66-0.14-1.33-0.42-2C22.62%2C13.98%2C23%2C12.87%2C23%2C11.6%0A%09c0-0.71-0.14-1.39-0.41-2.04c-0.27-0.65-0.65-1.2-1.12-1.67C21%2C7.42%2C20.45%2C7.04%2C19.8%2C6.77c-0.65-0.28-1.33-0.41-2.04-0.41%0A%09c-1.48%2C0-2.77%2C0.58-3.88%2C1.74c-0.77-0.44-1.67-0.66-2.7-0.66c-1.41%2C0-2.65%2C0.44-3.73%2C1.31c-1.08%2C0.87-1.78%2C1.99-2.08%2C3.35%0A%09c-1.12%2C0.26-2.03%2C0.83-2.74%2C1.73S1.56%2C15.75%2C1.56%2C16.9z%20M3.27%2C16.9c0-0.84%2C0.28-1.56%2C0.84-2.17c0.56-0.61%2C1.26-0.96%2C2.1-1.06%0A%09l0.5-0.03c0.12%2C0%2C0.19-0.06%2C0.19-0.18l0.07-0.54c0.14-1.08%2C0.61-1.99%2C1.41-2.71c0.8-0.73%2C1.74-1.09%2C2.81-1.09%0A%09c1.1%2C0%2C2.06%2C0.37%2C2.87%2C1.1c0.82%2C0.73%2C1.27%2C1.63%2C1.37%2C2.71l0.07%2C0.58c0.02%2C0.11%2C0.09%2C0.17%2C0.21%2C0.17h1.61c0.88%2C0%2C1.64%2C0.32%2C2.28%2C0.96%0A%09c0.64%2C0.64%2C0.96%2C1.39%2C0.96%2C2.27c0%2C0.91-0.32%2C1.68-0.95%2C2.32c-0.63%2C0.64-1.4%2C0.96-2.28%2C0.96H6.49c-0.88%2C0-1.63-0.32-2.27-0.97%0A%09C3.59%2C18.57%2C3.27%2C17.8%2C3.27%2C16.9z%20M9.97%2C4.63c0%2C0.24%2C0.08%2C0.45%2C0.24%2C0.63l0.66%2C0.64c0.25%2C0.19%2C0.46%2C0.27%2C0.64%2C0.25%0A%09c0.21%2C0%2C0.39-0.09%2C0.55-0.26s0.24-0.38%2C0.24-0.62c0-0.24-0.09-0.44-0.26-0.59l-0.59-0.66c-0.18-0.16-0.38-0.24-0.61-0.24%0A%09c-0.24%2C0-0.45%2C0.08-0.62%2C0.25C10.05%2C4.19%2C9.97%2C4.39%2C9.97%2C4.63z%20M15.31%2C9.06c0.69-0.67%2C1.51-1%2C2.45-1c0.99%2C0%2C1.83%2C0.34%2C2.52%2C1.03%0A%09c0.69%2C0.69%2C1.04%2C1.52%2C1.04%2C2.51c0%2C0.62-0.17%2C1.24-0.51%2C1.84C19.84%2C12.48%2C18.68%2C12%2C17.32%2C12H17C16.75%2C10.91%2C16.19%2C9.93%2C15.31%2C9.06z%0A%09%20M16.94%2C3.78c0%2C0.26%2C0.08%2C0.46%2C0.23%2C0.62s0.35%2C0.23%2C0.59%2C0.23c0.26%2C0%2C0.46-0.08%2C0.62-0.23c0.16-0.16%2C0.23-0.36%2C0.23-0.62V1.73%0A%09c0-0.24-0.08-0.43-0.24-0.59s-0.36-0.23-0.61-0.23c-0.24%2C0-0.43%2C0.08-0.59%2C0.23s-0.23%2C0.35-0.23%2C0.59V3.78z%20M22.46%2C6.07%0A%09c0%2C0.26%2C0.07%2C0.46%2C0.22%2C0.62c0.21%2C0.16%2C0.42%2C0.24%2C0.62%2C0.24c0.18%2C0%2C0.38-0.08%2C0.59-0.24l1.43-1.43c0.16-0.18%2C0.24-0.39%2C0.24-0.64%0A%09c0-0.24-0.08-0.44-0.24-0.6c-0.16-0.16-0.36-0.24-0.59-0.24c-0.24%2C0-0.43%2C0.08-0.58%2C0.24l-1.47%2C1.43%0A%09C22.53%2C5.64%2C22.46%2C5.84%2C22.46%2C6.07z%20M23.25%2C17.91c0%2C0.24%2C0.08%2C0.45%2C0.25%2C0.63l0.65%2C0.63c0.15%2C0.16%2C0.34%2C0.24%2C0.58%2C0.24%0A%09s0.44-0.08%2C0.6-0.25c0.16-0.17%2C0.24-0.37%2C0.24-0.62c0-0.22-0.08-0.42-0.24-0.58l-0.65-0.65c-0.16-0.16-0.35-0.24-0.57-0.24%0A%09c-0.24%2C0-0.44%2C0.08-0.6%2C0.24C23.34%2C17.47%2C23.25%2C17.67%2C23.25%2C17.91z%20M24.72%2C11.6c0%2C0.23%2C0.09%2C0.42%2C0.26%2C0.58%0A%09c0.16%2C0.16%2C0.37%2C0.24%2C0.61%2C0.24h2.04c0.23%2C0%2C0.42-0.08%2C0.58-0.23s0.23-0.35%2C0.23-0.59c0-0.24-0.08-0.44-0.23-0.6%0A%09s-0.35-0.25-0.58-0.25h-2.04c-0.24%2C0-0.44%2C0.08-0.61%2C0.25C24.8%2C11.17%2C24.72%2C11.37%2C24.72%2C11.6z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
#weatherWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-cloudy,
#polarLightWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-cloudy {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%23BEBEBE%22%20d%3D%22M1.56%2C16.9c0%2C0.9%2C0.22%2C1.73%2C0.66%2C2.49s1.04%2C1.36%2C1.8%2C1.8c0.76%2C0.44%2C1.58%2C0.66%2C2.47%2C0.66h10.83c0.89%2C0%2C1.72-0.22%2C2.48-0.66%0A%09c0.76-0.44%2C1.37-1.04%2C1.81-1.8c0.44-0.76%2C0.67-1.59%2C0.67-2.49c0-0.66-0.14-1.33-0.42-2C22.62%2C13.98%2C23%2C12.87%2C23%2C11.6%0A%09c0-0.71-0.14-1.39-0.41-2.04c-0.27-0.65-0.65-1.2-1.12-1.67C21%2C7.42%2C20.45%2C7.04%2C19.8%2C6.77c-0.65-0.28-1.33-0.41-2.04-0.41%0A%09c-1.48%2C0-2.77%2C0.58-3.88%2C1.74c-0.77-0.44-1.67-0.66-2.7-0.66c-1.41%2C0-2.65%2C0.44-3.73%2C1.31c-1.08%2C0.87-1.78%2C1.99-2.08%2C3.35%0A%09c-1.12%2C0.26-2.03%2C0.83-2.74%2C1.73S1.56%2C15.75%2C1.56%2C16.9z%20M3.27%2C16.9c0-0.84%2C0.28-1.56%2C0.84-2.17c0.56-0.61%2C1.26-0.96%2C2.1-1.06%0A%09l0.5-0.03c0.12%2C0%2C0.19-0.06%2C0.19-0.18l0.07-0.54c0.14-1.08%2C0.61-1.99%2C1.41-2.71c0.8-0.73%2C1.74-1.09%2C2.81-1.09%0A%09c1.1%2C0%2C2.06%2C0.37%2C2.87%2C1.1c0.82%2C0.73%2C1.27%2C1.63%2C1.37%2C2.71l0.07%2C0.58c0.02%2C0.11%2C0.09%2C0.17%2C0.21%2C0.17h1.61c0.88%2C0%2C1.64%2C0.32%2C2.28%2C0.96%0A%09c0.64%2C0.64%2C0.96%2C1.39%2C0.96%2C2.27c0%2C0.91-0.32%2C1.68-0.95%2C2.32c-0.63%2C0.64-1.4%2C0.96-2.28%2C0.96H6.49c-0.88%2C0-1.63-0.32-2.27-0.97%0A%09C3.59%2C18.57%2C3.27%2C17.8%2C3.27%2C16.9z%20M9.97%2C4.63c0%2C0.24%2C0.08%2C0.45%2C0.24%2C0.63l0.66%2C0.64c0.25%2C0.19%2C0.46%2C0.27%2C0.64%2C0.25%0A%09c0.21%2C0%2C0.39-0.09%2C0.55-0.26s0.24-0.38%2C0.24-0.62c0-0.24-0.09-0.44-0.26-0.59l-0.59-0.66c-0.18-0.16-0.38-0.24-0.61-0.24%0A%09c-0.24%2C0-0.45%2C0.08-0.62%2C0.25C10.05%2C4.19%2C9.97%2C4.39%2C9.97%2C4.63z%20M15.31%2C9.06c0.69-0.67%2C1.51-1%2C2.45-1c0.99%2C0%2C1.83%2C0.34%2C2.52%2C1.03%0A%09c0.69%2C0.69%2C1.04%2C1.52%2C1.04%2C2.51c0%2C0.62-0.17%2C1.24-0.51%2C1.84C19.84%2C12.48%2C18.68%2C12%2C17.32%2C12H17C16.75%2C10.91%2C16.19%2C9.93%2C15.31%2C9.06z%0A%09%20M16.94%2C3.78c0%2C0.26%2C0.08%2C0.46%2C0.23%2C0.62s0.35%2C0.23%2C0.59%2C0.23c0.26%2C0%2C0.46-0.08%2C0.62-0.23c0.16-0.16%2C0.23-0.36%2C0.23-0.62V1.73%0A%09c0-0.24-0.08-0.43-0.24-0.59s-0.36-0.23-0.61-0.23c-0.24%2C0-0.43%2C0.08-0.59%2C0.23s-0.23%2C0.35-0.23%2C0.59V3.78z%20M22.46%2C6.07%0A%09c0%2C0.26%2C0.07%2C0.46%2C0.22%2C0.62c0.21%2C0.16%2C0.42%2C0.24%2C0.62%2C0.24c0.18%2C0%2C0.38-0.08%2C0.59-0.24l1.43-1.43c0.16-0.18%2C0.24-0.39%2C0.24-0.64%0A%09c0-0.24-0.08-0.44-0.24-0.6c-0.16-0.16-0.36-0.24-0.59-0.24c-0.24%2C0-0.43%2C0.08-0.58%2C0.24l-1.47%2C1.43%0A%09C22.53%2C5.64%2C22.46%2C5.84%2C22.46%2C6.07z%20M23.25%2C17.91c0%2C0.24%2C0.08%2C0.45%2C0.25%2C0.63l0.65%2C0.63c0.15%2C0.16%2C0.34%2C0.24%2C0.58%2C0.24%0A%09s0.44-0.08%2C0.6-0.25c0.16-0.17%2C0.24-0.37%2C0.24-0.62c0-0.22-0.08-0.42-0.24-0.58l-0.65-0.65c-0.16-0.16-0.35-0.24-0.57-0.24%0A%09c-0.24%2C0-0.44%2C0.08-0.6%2C0.24C23.34%2C17.47%2C23.25%2C17.67%2C23.25%2C17.91z%20M24.72%2C11.6c0%2C0.23%2C0.09%2C0.42%2C0.26%2C0.58%0A%09c0.16%2C0.16%2C0.37%2C0.24%2C0.61%2C0.24h2.04c0.23%2C0%2C0.42-0.08%2C0.58-0.23s0.23-0.35%2C0.23-0.59c0-0.24-0.08-0.44-0.23-0.6%0A%09s-0.35-0.25-0.58-0.25h-2.04c-0.24%2C0-0.44%2C0.08-0.61%2C0.25C24.8%2C11.17%2C24.72%2C11.37%2C24.72%2C11.6z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
#weatherWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-mostly_cloudy,
#polarLightWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-mostly_cloudy {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%23BEBEBE%22%20d%3D%22M4.61%2C16.88c0-1.15%2C0.36-2.17%2C1.08-3.07c0.72-0.9%2C1.63-1.48%2C2.74-1.73c0.31-1.37%2C1.02-2.49%2C2.11-3.37s2.35-1.32%2C3.76-1.32%0A%09c1.38%2C0%2C2.61%2C0.43%2C3.69%2C1.28s1.78%2C1.95%2C2.1%2C3.29h0.33c0.9%2C0%2C1.73%2C0.22%2C2.49%2C0.65s1.37%2C1.03%2C1.81%2C1.79c0.44%2C0.76%2C0.67%2C1.58%2C0.67%2C2.48%0A%09c0%2C0.88-0.21%2C1.7-0.63%2C2.45s-1%2C1.35-1.73%2C1.8c-0.73%2C0.45-1.54%2C0.69-2.41%2C0.72H9.41c-1.34-0.06-2.47-0.57-3.4-1.53%0A%09C5.08%2C19.37%2C4.61%2C18.22%2C4.61%2C16.88z%20M6.32%2C16.88c0%2C0.87%2C0.3%2C1.62%2C0.9%2C2.26s1.33%2C0.98%2C2.19%2C1.03h11.19c0.86-0.04%2C1.59-0.39%2C2.19-1.03%0A%09c0.61-0.64%2C0.91-1.4%2C0.91-2.26c0-0.88-0.33-1.63-0.98-2.27c-0.65-0.64-1.42-0.96-2.32-0.96H18.8c-0.11%2C0-0.17-0.06-0.17-0.18%0A%09l-0.07-0.57c-0.11-1.08-0.58-1.99-1.4-2.72c-0.82-0.73-1.77-1.1-2.86-1.1c-1.09%2C0-2.05%2C0.37-2.85%2C1.1%0A%09c-0.81%2C0.73-1.27%2C1.64-1.37%2C2.72l-0.08%2C0.57c0%2C0.12-0.07%2C0.18-0.2%2C0.18H9.27c-0.84%2C0.1-1.54%2C0.46-2.1%2C1.07S6.32%2C16.05%2C6.32%2C16.88z%22%0A%09%2F%3E%0A%3C%2Fsvg%3E%0A");
}
#weatherWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-overcast,
#polarLightWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-overcast {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%23BEBEBE%22%20d%3D%22M3.89%2C17.6c0-0.99%2C0.31-1.88%2C0.93-2.65s1.41-1.27%2C2.38-1.49c0.26-1.17%2C0.85-2.14%2C1.78-2.88c0.93-0.75%2C2-1.12%2C3.22-1.12%0A%09c1.18%2C0%2C2.24%2C0.36%2C3.16%2C1.09c0.93%2C0.73%2C1.53%2C1.66%2C1.8%2C2.8h0.27c1.18%2C0%2C2.18%2C0.41%2C3.01%2C1.24s1.25%2C1.83%2C1.25%2C3%0A%09c0%2C1.18-0.42%2C2.18-1.25%2C3.01s-1.83%2C1.25-3.01%2C1.25H8.16c-0.58%2C0-1.13-0.11-1.65-0.34S5.52%2C21%2C5.14%2C20.62%0A%09c-0.38-0.38-0.68-0.84-0.91-1.36S3.89%2C18.17%2C3.89%2C17.6z%20M5.34%2C17.6c0%2C0.76%2C0.28%2C1.42%2C0.82%2C1.96s1.21%2C0.82%2C1.99%2C0.82h9.28%0A%09c0.77%2C0%2C1.44-0.27%2C1.99-0.82c0.55-0.55%2C0.83-1.2%2C0.83-1.96c0-0.76-0.27-1.42-0.83-1.96c-0.55-0.54-1.21-0.82-1.99-0.82h-1.39%0A%09c-0.1%2C0-0.15-0.05-0.15-0.15l-0.07-0.49c-0.1-0.94-0.5-1.73-1.19-2.35s-1.51-0.93-2.45-0.93c-0.94%2C0-1.76%2C0.31-2.46%2C0.94%0A%09c-0.7%2C0.62-1.09%2C1.41-1.18%2C2.34l-0.07%2C0.42c0%2C0.1-0.05%2C0.15-0.16%2C0.15l-0.45%2C0.07c-0.72%2C0.06-1.32%2C0.36-1.81%2C0.89%0A%09C5.59%2C16.24%2C5.34%2C16.87%2C5.34%2C17.6z%20M14.19%2C8.88c-0.1%2C0.09-0.08%2C0.16%2C0.07%2C0.21c0.43%2C0.19%2C0.79%2C0.37%2C1.08%2C0.55%0A%09c0.11%2C0.03%2C0.19%2C0.02%2C0.22-0.03c0.61-0.57%2C1.31-0.86%2C2.12-0.86c0.81%2C0%2C1.5%2C0.27%2C2.1%2C0.81c0.59%2C0.54%2C0.92%2C1.21%2C0.99%2C2l0.09%2C0.64h1.42%0A%09c0.65%2C0%2C1.21%2C0.23%2C1.68%2C0.7c0.47%2C0.47%2C0.7%2C1.02%2C0.7%2C1.66c0%2C0.6-0.21%2C1.12-0.62%2C1.57s-0.92%2C0.7-1.53%2C0.77c-0.1%2C0-0.15%2C0.05-0.15%2C0.16%0A%09v1.13c0%2C0.11%2C0.05%2C0.16%2C0.15%2C0.16c1.01-0.06%2C1.86-0.46%2C2.55-1.19s1.04-1.6%2C1.04-2.6c0-1.06-0.37-1.96-1.12-2.7%0A%09c-0.75-0.75-1.65-1.12-2.7-1.12h-0.15c-0.26-1-0.81-1.82-1.65-2.47c-0.83-0.65-1.77-0.97-2.8-0.97C16.28%2C7.29%2C15.11%2C7.82%2C14.19%2C8.88%0A%09z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
#weatherWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-fog,
#polarLightWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-fog {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M2.62%2C21.05c0-0.24%2C0.08-0.45%2C0.25-0.61c0.17-0.16%2C0.38-0.24%2C0.63-0.24h18.67c0.25%2C0%2C0.45%2C0.08%2C0.61%2C0.24%0A%09c0.16%2C0.16%2C0.24%2C0.36%2C0.24%2C0.61c0%2C0.23-0.08%2C0.43-0.25%2C0.58c-0.17%2C0.16-0.37%2C0.23-0.6%2C0.23H3.5c-0.25%2C0-0.46-0.08-0.63-0.23%0A%09C2.7%2C21.47%2C2.62%2C21.28%2C2.62%2C21.05z%20M5.24%2C17.91c0-0.24%2C0.09-0.44%2C0.26-0.6c0.15-0.15%2C0.35-0.23%2C0.59-0.23h18.67%0A%09c0.23%2C0%2C0.42%2C0.08%2C0.58%2C0.24c0.16%2C0.16%2C0.23%2C0.35%2C0.23%2C0.59c0%2C0.24-0.08%2C0.44-0.23%2C0.6c-0.16%2C0.17-0.35%2C0.25-0.58%2C0.25H6.09%0A%09c-0.24%2C0-0.44-0.08-0.6-0.25C5.32%2C18.34%2C5.24%2C18.14%2C5.24%2C17.91z%20M5.37%2C15.52c0%2C0.09%2C0.05%2C0.13%2C0.15%2C0.13h1.43%0A%09c0.06%2C0%2C0.13-0.05%2C0.2-0.16c0.24-0.52%2C0.59-0.94%2C1.06-1.27c0.47-0.33%2C0.99-0.52%2C1.55-0.56l0.55-0.07c0.11%2C0%2C0.17-0.06%2C0.17-0.18%0A%09l0.07-0.5c0.11-1.08%2C0.56-1.98%2C1.37-2.7c0.81-0.72%2C1.76-1.08%2C2.85-1.08c1.08%2C0%2C2.02%2C0.36%2C2.83%2C1.07c0.8%2C0.71%2C1.26%2C1.61%2C1.37%2C2.68%0A%09l0.08%2C0.57c0%2C0.11%2C0.07%2C0.17%2C0.2%2C0.17h1.59c0.64%2C0%2C1.23%2C0.17%2C1.76%2C0.52s0.92%2C0.8%2C1.18%2C1.37c0.07%2C0.11%2C0.14%2C0.16%2C0.21%2C0.16h1.43%0A%09c0.12%2C0%2C0.17-0.07%2C0.14-0.23c-0.29-1.02-0.88-1.86-1.74-2.51c-0.87-0.65-1.86-0.97-2.97-0.97h-0.32c-0.33-1.33-1.03-2.42-2.1-3.27%0A%09s-2.28-1.27-3.65-1.27c-1.4%2C0-2.64%2C0.44-3.73%2C1.32s-1.78%2C2-2.09%2C3.36c-0.85%2C0.2-1.6%2C0.6-2.24%2C1.21c-0.64%2C0.61-1.09%2C1.33-1.34%2C2.18%0A%09v-0.04C5.37%2C15.45%2C5.37%2C15.48%2C5.37%2C15.52z%20M6.98%2C24.11c0-0.24%2C0.09-0.43%2C0.26-0.59c0.15-0.15%2C0.35-0.23%2C0.6-0.23h18.68%0A%09c0.24%2C0%2C0.44%2C0.08%2C0.6%2C0.23c0.17%2C0.16%2C0.25%2C0.35%2C0.25%2C0.58c0%2C0.24-0.08%2C0.44-0.25%2C0.61c-0.17%2C0.17-0.37%2C0.25-0.6%2C0.25H7.84%0A%09c-0.23%2C0-0.43-0.09-0.6-0.26C7.07%2C24.55%2C6.98%2C24.34%2C6.98%2C24.11z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
#weatherWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-low_clouds,
#polarLightWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-low_clouds {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M2.62%2C21.05c0-0.24%2C0.08-0.45%2C0.25-0.61c0.17-0.16%2C0.38-0.24%2C0.63-0.24h18.67c0.25%2C0%2C0.45%2C0.08%2C0.61%2C0.24%0A%09c0.16%2C0.16%2C0.24%2C0.36%2C0.24%2C0.61c0%2C0.23-0.08%2C0.43-0.25%2C0.58c-0.17%2C0.16-0.37%2C0.23-0.6%2C0.23H3.5c-0.25%2C0-0.46-0.08-0.63-0.23%0A%09C2.7%2C21.47%2C2.62%2C21.28%2C2.62%2C21.05z%20M5.24%2C17.91c0-0.24%2C0.09-0.44%2C0.26-0.6c0.15-0.15%2C0.35-0.23%2C0.59-0.23h18.67%0A%09c0.23%2C0%2C0.42%2C0.08%2C0.58%2C0.24c0.16%2C0.16%2C0.23%2C0.35%2C0.23%2C0.59c0%2C0.24-0.08%2C0.44-0.23%2C0.6c-0.16%2C0.17-0.35%2C0.25-0.58%2C0.25H6.09%0A%09c-0.24%2C0-0.44-0.08-0.6-0.25C5.32%2C18.34%2C5.24%2C18.14%2C5.24%2C17.91z%20M5.37%2C15.52c0%2C0.09%2C0.05%2C0.13%2C0.15%2C0.13h1.43%0A%09c0.06%2C0%2C0.13-0.05%2C0.2-0.16c0.24-0.52%2C0.59-0.94%2C1.06-1.27c0.47-0.33%2C0.99-0.52%2C1.55-0.56l0.55-0.07c0.11%2C0%2C0.17-0.06%2C0.17-0.18%0A%09l0.07-0.5c0.11-1.08%2C0.56-1.98%2C1.37-2.7c0.81-0.72%2C1.76-1.08%2C2.85-1.08c1.08%2C0%2C2.02%2C0.36%2C2.83%2C1.07c0.8%2C0.71%2C1.26%2C1.61%2C1.37%2C2.68%0A%09l0.08%2C0.57c0%2C0.11%2C0.07%2C0.17%2C0.2%2C0.17h1.59c0.64%2C0%2C1.23%2C0.17%2C1.76%2C0.52s0.92%2C0.8%2C1.18%2C1.37c0.07%2C0.11%2C0.14%2C0.16%2C0.21%2C0.16h1.43%0A%09c0.12%2C0%2C0.17-0.07%2C0.14-0.23c-0.29-1.02-0.88-1.86-1.74-2.51c-0.87-0.65-1.86-0.97-2.97-0.97h-0.32c-0.33-1.33-1.03-2.42-2.1-3.27%0A%09s-2.28-1.27-3.65-1.27c-1.4%2C0-2.64%2C0.44-3.73%2C1.32s-1.78%2C2-2.09%2C3.36c-0.85%2C0.2-1.6%2C0.6-2.24%2C1.21c-0.64%2C0.61-1.09%2C1.33-1.34%2C2.18%0A%09v-0.04C5.37%2C15.45%2C5.37%2C15.48%2C5.37%2C15.52z%20M6.98%2C24.11c0-0.24%2C0.09-0.43%2C0.26-0.59c0.15-0.15%2C0.35-0.23%2C0.6-0.23h18.68%0A%09c0.24%2C0%2C0.44%2C0.08%2C0.6%2C0.23c0.17%2C0.16%2C0.25%2C0.35%2C0.25%2C0.58c0%2C0.24-0.08%2C0.44-0.25%2C0.61c-0.17%2C0.17-0.37%2C0.25-0.6%2C0.25H7.84%0A%09c-0.23%2C0-0.43-0.09-0.6-0.26C7.07%2C24.55%2C6.98%2C24.34%2C6.98%2C24.11z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
#weatherWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-light_rain,
#polarLightWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-light_rain {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%237DB7FF%22%20d%3D%22M4.6%2C16.93c0-1.16%2C0.36-2.18%2C1.09-3.08c0.72-0.9%2C1.65-1.48%2C2.78-1.73c0.29-1.38%2C0.98-2.5%2C2.07-3.39S12.88%2C7.4%2C14.3%2C7.4%0A%09c1.39%2C0%2C2.63%2C0.43%2C3.72%2C1.28c1.08%2C0.85%2C1.79%2C1.95%2C2.12%2C3.3h0.34c0.9%2C0%2C1.73%2C0.22%2C2.48%2C0.66c0.76%2C0.44%2C1.35%2C1.04%2C1.79%2C1.8%0A%09c0.43%2C0.76%2C0.65%2C1.59%2C0.65%2C2.49c0%2C1.34-0.46%2C2.48-1.37%2C3.44c-0.92%2C0.96-2.04%2C1.46-3.37%2C1.5c-0.12%2C0-0.18-0.06-0.18-0.17v-1.34%0A%09c0-0.11%2C0.06-0.17%2C0.18-0.17c0.84-0.07%2C1.57-0.42%2C2.17-1.05s0.9-1.37%2C0.9-2.22c0-0.89-0.32-1.66-0.96-2.31%0A%09c-0.64-0.64-1.4-0.97-2.29-0.97h-1.63c-0.12%2C0-0.19-0.06-0.22-0.18l-0.07-0.57c-0.07-0.71-0.3-1.36-0.7-1.94s-0.91-1.03-1.53-1.36%0A%09c-0.62-0.33-1.3-0.49-2.02-0.49c-1.1%2C0-2.05%2C0.36-2.86%2C1.09c-0.81%2C0.73-1.27%2C1.64-1.37%2C2.72l-0.07%2C0.54c0%2C0.09-0.05%2C0.14-0.16%2C0.14%0A%09L9.31%2C13.7c-0.84%2C0.07-1.55%2C0.41-2.11%2C1.03c-0.57%2C0.62-0.85%2C1.35-0.85%2C2.2c0%2C0.87%2C0.3%2C1.62%2C0.89%2C2.25c0.59%2C0.63%2C1.31%2C0.97%2C2.17%2C1.02%0A%09c0.12%2C0%2C0.18%2C0.06%2C0.18%2C0.17v1.34c0%2C0.11-0.06%2C0.17-0.18%2C0.17c-0.66-0.03-1.28-0.18-1.88-0.45S6.42%2C20.8%2C6%2C20.36%0A%09c-0.43-0.44-0.77-0.95-1.02-1.55S4.6%2C17.59%2C4.6%2C16.93z%20M10.02%2C23.7c0-0.03%2C0.01-0.08%2C0.02-0.13s0.02-0.09%2C0.02-0.11l0.27-1.03%0A%09c0.07-0.22%2C0.2-0.4%2C0.4-0.51c0.2-0.12%2C0.41-0.14%2C0.64-0.07c0.23%2C0.07%2C0.4%2C0.2%2C0.52%2C0.4c0.12%2C0.2%2C0.14%2C0.41%2C0.07%2C0.64l-0.24%2C1.01%0A%09c-0.13%2C0.44-0.38%2C0.66-0.76%2C0.66c-0.03%2C0-0.05%2C0-0.09%2C0c-0.03%2C0-0.07-0.01-0.11-0.01c-0.04-0.01-0.07-0.01-0.1-0.01%0A%09c-0.21-0.06-0.37-0.18-0.48-0.34S10.02%2C23.86%2C10.02%2C23.7z%20M11.34%2C18.88c0-0.02%2C0-0.06%2C0.01-0.11c0.01-0.05%2C0.01-0.08%2C0.01-0.09%0A%09l0.3-1.05c0.06-0.19%2C0.17-0.34%2C0.32-0.45c0.15-0.1%2C0.31-0.15%2C0.47-0.15c0.02%2C0%2C0.05%2C0%2C0.08%2C0c0.03%2C0%2C0.06%2C0.01%2C0.09%2C0.01%0A%09c0.03%2C0.01%2C0.06%2C0.01%2C0.08%2C0.01c0.23%2C0.07%2C0.4%2C0.2%2C0.51%2C0.4c0.12%2C0.2%2C0.14%2C0.41%2C0.07%2C0.64l-0.24%2C1c-0.07%2C0.28-0.2%2C0.47-0.4%2C0.59%0A%09s-0.42%2C0.12-0.65%2C0.02c-0.22-0.06-0.38-0.17-0.49-0.34S11.34%2C19.04%2C11.34%2C18.88z%20M12.57%2C26.83c0-0.03%2C0.01-0.07%2C0.02-0.13%0A%09s0.02-0.09%2C0.02-0.12l0.29-0.99c0.06-0.24%2C0.2-0.42%2C0.4-0.54c0.2-0.12%2C0.42-0.15%2C0.65-0.08c0.23%2C0.07%2C0.39%2C0.2%2C0.51%2C0.41%0A%09s0.13%2C0.42%2C0.07%2C0.65l-0.25%2C1.04c-0.11%2C0.41-0.37%2C0.61-0.8%2C0.61c-0.05%2C0-0.13-0.01-0.24-0.04c-0.22-0.04-0.38-0.14-0.49-0.3%0A%09C12.63%2C27.18%2C12.57%2C27.01%2C12.57%2C26.83z%20M13.91%2C22.06c0-0.06%2C0.01-0.14%2C0.04-0.25l0.27-1.03c0.07-0.23%2C0.2-0.4%2C0.41-0.51%0A%09c0.2-0.12%2C0.42-0.14%2C0.65-0.07c0.23%2C0.06%2C0.39%2C0.19%2C0.51%2C0.39c0.11%2C0.2%2C0.13%2C0.41%2C0.06%2C0.65l-0.24%2C0.99%0A%09c-0.13%2C0.45-0.37%2C0.68-0.72%2C0.68c-0.04%2C0-0.15-0.02-0.31-0.06c-0.22-0.04-0.38-0.14-0.49-0.3C13.97%2C22.4%2C13.91%2C22.23%2C13.91%2C22.06z%0A%09%20M16.73%2C23.74c0-0.07%2C0.01-0.15%2C0.03-0.24l0.28-0.99c0.07-0.24%2C0.2-0.42%2C0.41-0.54s0.41-0.15%2C0.63-0.09%0A%09c0.23%2C0.07%2C0.41%2C0.2%2C0.53%2C0.41c0.12%2C0.2%2C0.15%2C0.41%2C0.09%2C0.63l-0.29%2C1.06c-0.1%2C0.41-0.36%2C0.61-0.79%2C0.61c-0.09%2C0-0.18-0.01-0.26-0.03%0A%09c-0.2-0.04-0.35-0.14-0.46-0.3C16.8%2C24.08%2C16.74%2C23.91%2C16.73%2C23.74z%20M18.11%2C18.98c0-0.03%2C0.02-0.12%2C0.05-0.26l0.3-1.03%0A%09c0.04-0.21%2C0.13-0.37%2C0.29-0.47c0.16-0.1%2C0.32-0.15%2C0.49-0.14c0.04-0.01%2C0.13%2C0%2C0.24%2C0.03c0.22%2C0.05%2C0.39%2C0.18%2C0.52%2C0.38%0A%09c0.12%2C0.17%2C0.14%2C0.38%2C0.07%2C0.65l-0.24%2C1.03c-0.13%2C0.43-0.38%2C0.65-0.76%2C0.65c-0.06%2C0-0.17-0.02-0.34-0.06%0A%09c-0.21-0.06-0.36-0.17-0.46-0.31C18.16%2C19.29%2C18.11%2C19.14%2C18.11%2C18.98z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
#weatherWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-rain,
#polarLightWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-rain {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%237DB7FF%22%20d%3D%22M4.64%2C16.91c0-1.15%2C0.36-2.17%2C1.08-3.07c0.72-0.9%2C1.63-1.47%2C2.73-1.73c0.31-1.36%2C1.02-2.48%2C2.11-3.36s2.34-1.31%2C3.75-1.31%0A%09c1.38%2C0%2C2.6%2C0.43%2C3.68%2C1.28c1.08%2C0.85%2C1.78%2C1.95%2C2.1%2C3.29h0.32c0.89%2C0%2C1.72%2C0.22%2C2.48%2C0.65s1.37%2C1.03%2C1.81%2C1.78%0A%09c0.44%2C0.75%2C0.67%2C1.58%2C0.67%2C2.47c0%2C0.88-0.21%2C1.69-0.63%2C2.44c-0.42%2C0.75-1%2C1.35-1.73%2C1.8c-0.73%2C0.45-1.53%2C0.69-2.4%2C0.71%0A%09c-0.13%2C0-0.2-0.06-0.2-0.17v-1.33c0-0.12%2C0.07-0.18%2C0.2-0.18c0.85-0.04%2C1.58-0.38%2C2.18-1.02s0.9-1.39%2C0.9-2.26s-0.33-1.62-0.98-2.26%0A%09s-1.42-0.96-2.31-0.96h-1.61c-0.12%2C0-0.18-0.06-0.18-0.17l-0.08-0.58c-0.11-1.08-0.58-1.99-1.39-2.71%0A%09c-0.82-0.73-1.76-1.09-2.85-1.09c-1.09%2C0-2.05%2C0.36-2.85%2C1.09c-0.81%2C0.73-1.26%2C1.63-1.36%2C2.71l-0.07%2C0.53c0%2C0.12-0.07%2C0.19-0.2%2C0.19%0A%09l-0.53%2C0.03c-0.83%2C0.1-1.53%2C0.46-2.1%2C1.07s-0.85%2C1.33-0.85%2C2.16c0%2C0.87%2C0.3%2C1.62%2C0.9%2C2.26s1.33%2C0.98%2C2.18%2C1.02%0A%09c0.11%2C0%2C0.17%2C0.06%2C0.17%2C0.18v1.33c0%2C0.11-0.06%2C0.17-0.17%2C0.17c-1.34-0.06-2.47-0.57-3.4-1.53S4.64%2C18.24%2C4.64%2C16.91z%20M9.99%2C23.6%0A%09c0-0.04%2C0.01-0.11%2C0.04-0.2l1.63-5.77c0.06-0.19%2C0.17-0.34%2C0.32-0.44c0.15-0.1%2C0.31-0.15%2C0.46-0.15c0.07%2C0%2C0.15%2C0.01%2C0.24%2C0.03%0A%09c0.24%2C0.04%2C0.42%2C0.17%2C0.54%2C0.37c0.12%2C0.2%2C0.15%2C0.42%2C0.08%2C0.67l-1.63%2C5.73c-0.12%2C0.43-0.4%2C0.64-0.82%2C0.64%0A%09c-0.04%2C0-0.07-0.01-0.11-0.02c-0.06-0.02-0.09-0.03-0.1-0.03c-0.22-0.06-0.38-0.17-0.49-0.33C10.04%2C23.93%2C9.99%2C23.77%2C9.99%2C23.6z%0A%09%20M12.61%2C26.41l2.44-8.77c0.04-0.19%2C0.14-0.34%2C0.3-0.44c0.16-0.1%2C0.32-0.15%2C0.49-0.15c0.09%2C0%2C0.18%2C0.01%2C0.27%2C0.03%0A%09c0.22%2C0.06%2C0.38%2C0.19%2C0.49%2C0.39c0.11%2C0.2%2C0.13%2C0.41%2C0.07%2C0.64l-2.43%2C8.78c-0.04%2C0.17-0.13%2C0.31-0.29%2C0.43%0A%09c-0.16%2C0.12-0.32%2C0.18-0.51%2C0.18c-0.09%2C0-0.18-0.02-0.25-0.05c-0.2-0.05-0.37-0.18-0.52-0.39C12.56%2C26.88%2C12.54%2C26.67%2C12.61%2C26.41z%0A%09%20M16.74%2C23.62c0-0.04%2C0.01-0.11%2C0.04-0.23l1.63-5.77c0.06-0.19%2C0.16-0.34%2C0.3-0.44c0.15-0.1%2C0.3-0.15%2C0.46-0.15%0A%09c0.08%2C0%2C0.17%2C0.01%2C0.26%2C0.03c0.21%2C0.06%2C0.36%2C0.16%2C0.46%2C0.31c0.1%2C0.15%2C0.15%2C0.31%2C0.15%2C0.47c0%2C0.03-0.01%2C0.08-0.02%2C0.14%0A%09s-0.02%2C0.1-0.02%2C0.12l-1.63%2C5.73c-0.04%2C0.19-0.13%2C0.35-0.28%2C0.46s-0.32%2C0.17-0.51%2C0.17l-0.24-0.05c-0.2-0.06-0.35-0.16-0.46-0.32%0A%09C16.79%2C23.94%2C16.74%2C23.78%2C16.74%2C23.62z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
#weatherWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-heavy_rain,
#polarLightWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-heavy_rain {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%237DB7FF%22%20d%3D%22M4.64%2C16.91c0-1.15%2C0.36-2.17%2C1.08-3.07c0.72-0.9%2C1.63-1.47%2C2.73-1.73c0.31-1.36%2C1.02-2.48%2C2.11-3.36s2.34-1.31%2C3.75-1.31%0A%09c1.38%2C0%2C2.6%2C0.43%2C3.68%2C1.28c1.08%2C0.85%2C1.78%2C1.95%2C2.1%2C3.29h0.32c0.89%2C0%2C1.72%2C0.22%2C2.48%2C0.65s1.37%2C1.03%2C1.81%2C1.78%0A%09c0.44%2C0.75%2C0.67%2C1.58%2C0.67%2C2.47c0%2C0.88-0.21%2C1.69-0.63%2C2.44c-0.42%2C0.75-1%2C1.35-1.73%2C1.8c-0.73%2C0.45-1.53%2C0.69-2.4%2C0.71%0A%09c-0.13%2C0-0.2-0.06-0.2-0.17v-1.33c0-0.12%2C0.07-0.18%2C0.2-0.18c0.85-0.04%2C1.58-0.38%2C2.18-1.02s0.9-1.39%2C0.9-2.26s-0.33-1.62-0.98-2.26%0A%09s-1.42-0.96-2.31-0.96h-1.61c-0.12%2C0-0.18-0.06-0.18-0.17l-0.08-0.58c-0.11-1.08-0.58-1.99-1.39-2.71%0A%09c-0.82-0.73-1.76-1.09-2.85-1.09c-1.09%2C0-2.05%2C0.36-2.85%2C1.09c-0.81%2C0.73-1.26%2C1.63-1.36%2C2.71l-0.07%2C0.53c0%2C0.12-0.07%2C0.19-0.2%2C0.19%0A%09l-0.53%2C0.03c-0.83%2C0.1-1.53%2C0.46-2.1%2C1.07s-0.85%2C1.33-0.85%2C2.16c0%2C0.87%2C0.3%2C1.62%2C0.9%2C2.26s1.33%2C0.98%2C2.18%2C1.02%0A%09c0.11%2C0%2C0.17%2C0.06%2C0.17%2C0.18v1.33c0%2C0.11-0.06%2C0.17-0.17%2C0.17c-1.34-0.06-2.47-0.57-3.4-1.53S4.64%2C18.24%2C4.64%2C16.91z%20M9.99%2C23.6%0A%09c0-0.04%2C0.01-0.11%2C0.04-0.2l1.63-5.77c0.06-0.19%2C0.17-0.34%2C0.32-0.44c0.15-0.1%2C0.31-0.15%2C0.46-0.15c0.07%2C0%2C0.15%2C0.01%2C0.24%2C0.03%0A%09c0.24%2C0.04%2C0.42%2C0.17%2C0.54%2C0.37c0.12%2C0.2%2C0.15%2C0.42%2C0.08%2C0.67l-1.63%2C5.73c-0.12%2C0.43-0.4%2C0.64-0.82%2C0.64%0A%09c-0.04%2C0-0.07-0.01-0.11-0.02c-0.06-0.02-0.09-0.03-0.1-0.03c-0.22-0.06-0.38-0.17-0.49-0.33C10.04%2C23.93%2C9.99%2C23.77%2C9.99%2C23.6z%0A%09%20M12.61%2C26.41l2.44-8.77c0.04-0.19%2C0.14-0.34%2C0.3-0.44c0.16-0.1%2C0.32-0.15%2C0.49-0.15c0.09%2C0%2C0.18%2C0.01%2C0.27%2C0.03%0A%09c0.22%2C0.06%2C0.38%2C0.19%2C0.49%2C0.39c0.11%2C0.2%2C0.13%2C0.41%2C0.07%2C0.64l-2.43%2C8.78c-0.04%2C0.17-0.13%2C0.31-0.29%2C0.43%0A%09c-0.16%2C0.12-0.32%2C0.18-0.51%2C0.18c-0.09%2C0-0.18-0.02-0.25-0.05c-0.2-0.05-0.37-0.18-0.52-0.39C12.56%2C26.88%2C12.54%2C26.67%2C12.61%2C26.41z%0A%09%20M16.74%2C23.62c0-0.04%2C0.01-0.11%2C0.04-0.23l1.63-5.77c0.06-0.19%2C0.16-0.34%2C0.3-0.44c0.15-0.1%2C0.3-0.15%2C0.46-0.15%0A%09c0.08%2C0%2C0.17%2C0.01%2C0.26%2C0.03c0.21%2C0.06%2C0.36%2C0.16%2C0.46%2C0.31c0.1%2C0.15%2C0.15%2C0.31%2C0.15%2C0.47c0%2C0.03-0.01%2C0.08-0.02%2C0.14%0A%09s-0.02%2C0.1-0.02%2C0.12l-1.63%2C5.73c-0.04%2C0.19-0.13%2C0.35-0.28%2C0.46s-0.32%2C0.17-0.51%2C0.17l-0.24-0.05c-0.2-0.06-0.35-0.16-0.46-0.32%0A%09C16.79%2C23.94%2C16.74%2C23.78%2C16.74%2C23.62z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
#weatherWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-drizzle,
#polarLightWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-drizzle {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%237DB7FF%22%20d%3D%22M4.64%2C16.91c0-1.15%2C0.36-2.17%2C1.08-3.07c0.72-0.9%2C1.63-1.47%2C2.73-1.73c0.31-1.36%2C1.01-2.48%2C2.1-3.35s2.35-1.31%2C3.76-1.31%0A%09c1.38%2C0%2C2.6%2C0.43%2C3.68%2C1.27c1.07%2C0.85%2C1.78%2C1.94%2C2.11%2C3.28h0.31c0.89%2C0%2C1.72%2C0.22%2C2.48%2C0.65s1.37%2C1.03%2C1.81%2C1.78%0A%09c0.44%2C0.75%2C0.67%2C1.58%2C0.67%2C2.47c0%2C1.34-0.46%2C2.49-1.38%2C3.45s-2.05%2C1.47-3.38%2C1.51c-0.13%2C0-0.2-0.06-0.2-0.17v-1.33%0A%09c0-0.12%2C0.07-0.18%2C0.2-0.18c0.86-0.04%2C1.58-0.38%2C2.18-1.02s0.9-1.39%2C0.9-2.26s-0.32-1.62-0.98-2.26c-0.65-0.64-1.42-0.96-2.31-0.96%0A%09h-1.6c-0.12%2C0-0.19-0.06-0.19-0.17l-0.07-0.58c-0.11-1.07-0.57-1.98-1.38-2.71c-0.82-0.73-1.77-1.1-2.85-1.1%0A%09c-1.09%2C0-2.05%2C0.36-2.86%2C1.09c-0.81%2C0.73-1.27%2C1.63-1.38%2C2.71l-0.06%2C0.54c0%2C0.12-0.07%2C0.18-0.2%2C0.18l-0.53%2C0.03%0A%09c-0.82%2C0.04-1.51%2C0.37-2.09%2C1s-0.86%2C1.37-0.86%2C2.22c0%2C0.87%2C0.3%2C1.62%2C0.9%2C2.26s1.33%2C0.98%2C2.18%2C1.02c0.11%2C0%2C0.17%2C0.06%2C0.17%2C0.18v1.33%0A%09c0%2C0.11-0.06%2C0.17-0.17%2C0.17c-1.34-0.06-2.47-0.57-3.4-1.53S4.64%2C18.24%2C4.64%2C16.91z%20M10.57%2C17.79c0-0.24%2C0.12-0.57%2C0.37-0.99%0A%09c0.24-0.42%2C0.47-0.75%2C0.68-1.01c0.21-0.24%2C0.34-0.38%2C0.38-0.42l0.36%2C0.4c0.26%2C0.28%2C0.5%2C0.61%2C0.72%2C1.02c0.22%2C0.4%2C0.33%2C0.74%2C0.33%2C1%0A%09c0%2C0.39-0.13%2C0.72-0.4%2C0.98c-0.27%2C0.26-0.6%2C0.39-1%2C0.39c-0.39%2C0-0.73-0.13-1.01-0.4C10.71%2C18.5%2C10.57%2C18.17%2C10.57%2C17.79z%0A%09%20M13.55%2C21.78c0-0.28%2C0.08-0.59%2C0.24-0.96s0.35-0.7%2C0.59-1.02c0.18-0.26%2C0.4-0.54%2C0.67-0.84c0.26-0.3%2C0.46-0.52%2C0.6-0.65%0A%09c0.07-0.06%2C0.15-0.14%2C0.24-0.23l0.24%2C0.23c0.38%2C0.33%2C0.8%2C0.82%2C1.27%2C1.46c0.24%2C0.33%2C0.43%2C0.68%2C0.59%2C1.04s0.23%2C0.68%2C0.23%2C0.97%0A%09c0%2C0.64-0.23%2C1.19-0.68%2C1.65s-1.01%2C0.68-1.66%2C0.68c-0.64%2C0-1.19-0.23-1.65-0.67C13.77%2C22.98%2C13.55%2C22.43%2C13.55%2C21.78z%20M15.02%2C15.12%0A%09c0-0.42%2C0.32-0.95%2C0.97-1.6l0.24%2C0.25c0.18%2C0.21%2C0.33%2C0.45%2C0.48%2C0.71c0.14%2C0.26%2C0.22%2C0.47%2C0.22%2C0.64c0%2C0.26-0.09%2C0.48-0.28%2C0.66%0A%09c-0.18%2C0.18-0.4%2C0.28-0.66%2C0.28c-0.27%2C0-0.5-0.09-0.69-0.28C15.11%2C15.6%2C15.02%2C15.38%2C15.02%2C15.12z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
#weatherWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-light_freezing_rain,
#polarLightWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-light_freezing_rain {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%237DB7FF%22%20d%3D%22M4.09%2C16.95c0-1.16%2C0.36-2.19%2C1.08-3.09s1.64-1.49%2C2.74-1.74c0.31-1.37%2C1.01-2.49%2C2.1-3.37s2.35-1.32%2C3.77-1.32%0A%09c0.81%2C0%2C1.55%2C0.13%2C2.2%2C0.4c0%2C0.01%2C0%2C0.01%2C0.01%2C0.02c0.84%2C0.32%2C1.58%2C0.84%2C2.21%2C1.55h0.03c0.68%2C0.73%2C1.13%2C1.6%2C1.37%2C2.62h0.31%0A%09c1.08%2C0%2C2.02%2C0.29%2C2.83%2C0.86v-0.01c0.53%2C0.36%2C0.98%2C0.8%2C1.34%2C1.33c0.36%2C0.53%2C0.6%2C1.11%2C0.73%2C1.74c0.04%2C0.21%2C0.06%2C0.38%2C0.08%2C0.52v0.06%0A%09c0%2C0.01%2C0%2C0.06%2C0.01%2C0.17s0.01%2C0.19%2C0.01%2C0.24v0.03c0%2C0.88-0.21%2C1.7-0.64%2C2.45c-0.42%2C0.75-1%2C1.36-1.74%2C1.81%0A%09c-0.73%2C0.45-1.54%2C0.69-2.42%2C0.72c-0.13%2C0-0.2-0.06-0.2-0.17v-1.34c0-0.13%2C0.07-0.19%2C0.2-0.19c0.86-0.04%2C1.58-0.38%2C2.18-1.02%0A%09c0.6-0.64%2C0.9-1.39%2C0.9-2.26c0-0.89-0.32-1.65-0.97-2.29c-0.64-0.64-1.41-0.96-2.31-0.96h-1.61c-0.12%2C0-0.18-0.06-0.18-0.17%0A%09l-0.08-0.59c-0.1-1-0.52-1.86-1.27-2.59c-0.01-0.01-0.01-0.02-0.02-0.03s-0.02-0.02-0.02-0.03c-0.01-0.01-0.02-0.02-0.04-0.02%0A%09c0-0.02-0.01-0.03-0.02-0.03c-0.73-0.66-1.58-1.04-2.56-1.12c-0.07-0.01-0.18-0.01-0.34-0.01c-1.1%2C0-2.05%2C0.37-2.86%2C1.1%0A%09s-1.27%2C1.64-1.37%2C2.72l-0.08%2C0.59c-0.03%2C0.09-0.11%2C0.14-0.22%2C0.14L8.75%2C13.7c-0.84%2C0.1-1.55%2C0.46-2.11%2C1.07s-0.84%2C1.34-0.84%2C2.18%0A%09v0.04h0.03c0.01%2C0.48%2C0.11%2C0.93%2C0.3%2C1.35c0.2%2C0.43%2C0.46%2C0.79%2C0.8%2C1.09c0.21%2C0.18%2C0.45%2C0.34%2C0.74%2C0.48v0.01%0A%09c0.4%2C0.19%2C0.8%2C0.3%2C1.21%2C0.32c0.11%2C0%2C0.17%2C0.06%2C0.17%2C0.18v1.34c0%2C0.11-0.06%2C0.17-0.17%2C0.17c-0.52-0.03-1.01-0.13-1.48-0.3v0.01%0A%09c-0.83-0.29-1.54-0.77-2.11-1.43s-0.95-1.44-1.11-2.31v-0.03c-0.01-0.01-0.01-0.02-0.01-0.04C4.11%2C17.57%2C4.09%2C17.27%2C4.09%2C16.95z%0A%09%20M9.59%2C24.12c0-0.03%2C0.01-0.07%2C0.02-0.13c0.01-0.05%2C0.02-0.09%2C0.02-0.12l0.09-0.59c0.07-0.24%2C0.2-0.41%2C0.41-0.53%0A%09s0.43-0.14%2C0.68-0.08c0.23%2C0.07%2C0.39%2C0.21%2C0.51%2C0.41c0.11%2C0.21%2C0.13%2C0.42%2C0.07%2C0.63l-0.14%2C0.6c-0.1%2C0.44-0.35%2C0.66-0.76%2C0.66%0A%09c-0.03%2C0-0.08-0.01-0.14-0.02c-0.06-0.01-0.1-0.02-0.14-0.02c-0.21-0.06-0.36-0.17-0.46-0.33C9.64%2C24.45%2C9.59%2C24.29%2C9.59%2C24.12z%0A%09%20M10.33%2C21.18c0-0.24%2C0.08-0.43%2C0.23-0.59s0.35-0.23%2C0.59-0.23s0.43%2C0.08%2C0.59%2C0.23s0.23%2C0.35%2C0.23%2C0.59c0%2C0.23-0.08%2C0.42-0.23%2C0.58%0A%09s-0.35%2C0.23-0.59%2C0.23c-0.23%2C0-0.42-0.08-0.57-0.24C10.42%2C21.59%2C10.33%2C21.4%2C10.33%2C21.18z%20M11.97%2C27.17c0-0.04%2C0.01-0.11%2C0.04-0.23%0A%09l0.13-0.59c0.07-0.23%2C0.21-0.4%2C0.41-0.51c0.21-0.12%2C0.42-0.14%2C0.63-0.07c0.23%2C0.04%2C0.41%2C0.17%2C0.53%2C0.37%0A%09c0.12%2C0.2%2C0.15%2C0.43%2C0.08%2C0.68l-0.13%2C0.59c-0.1%2C0.41-0.37%2C0.61-0.8%2C0.61c-0.07%2C0-0.16-0.01-0.24-0.03%0A%09c-0.22-0.06-0.38-0.17-0.49-0.33C12.03%2C27.5%2C11.97%2C27.34%2C11.97%2C27.17z%20M12.76%2C24.26c0-0.23%2C0.08-0.43%2C0.23-0.58%0A%09c0.16-0.16%2C0.35-0.23%2C0.59-0.23s0.43%2C0.08%2C0.59%2C0.23c0.16%2C0.16%2C0.23%2C0.35%2C0.23%2C0.58c0%2C0.24-0.08%2C0.43-0.23%2C0.59%0A%09c-0.16%2C0.16-0.35%2C0.23-0.59%2C0.23c-0.23%2C0-0.42-0.08-0.58-0.24C12.84%2C24.68%2C12.76%2C24.49%2C12.76%2C24.26z%20M13.38%2C21.99%0A%09c0-0.1%2C0.01-0.19%2C0.03-0.27l0.23-0.9c0.07-0.23%2C0.21-0.41%2C0.41-0.53c0.21-0.12%2C0.42-0.15%2C0.64-0.08c0.24%2C0.07%2C0.41%2C0.2%2C0.53%2C0.4%0A%09s0.14%2C0.41%2C0.07%2C0.63l-0.26%2C0.9c-0.08%2C0.28-0.22%2C0.46-0.41%2C0.56c-0.19%2C0.1-0.41%2C0.12-0.64%2C0.06c-0.2-0.04-0.35-0.14-0.45-0.3%0A%09C13.41%2C22.3%2C13.37%2C22.14%2C13.38%2C21.99z%20M16.14%2C24.13c0-0.03%2C0-0.08%2C0.01-0.13s0.01-0.09%2C0.01-0.11l0.09-0.59%0A%09c0.07-0.24%2C0.2-0.41%2C0.41-0.53s0.43-0.14%2C0.68-0.08c0.23%2C0.07%2C0.4%2C0.21%2C0.51%2C0.41c0.12%2C0.21%2C0.14%2C0.42%2C0.07%2C0.63l-0.14%2C0.6%0A%09c-0.1%2C0.44-0.35%2C0.66-0.76%2C0.66c-0.03%2C0-0.08-0.01-0.14-0.02c-0.06-0.01-0.11-0.02-0.14-0.02c-0.2-0.06-0.35-0.17-0.45-0.33%0A%09C16.2%2C24.46%2C16.14%2C24.3%2C16.14%2C24.13z%20M16.88%2C21.19c0-0.24%2C0.08-0.43%2C0.23-0.59c0.16-0.16%2C0.35-0.23%2C0.59-0.23%0A%09c0.24%2C0%2C0.43%2C0.08%2C0.59%2C0.23c0.16%2C0.16%2C0.23%2C0.35%2C0.23%2C0.59c0%2C0.23-0.08%2C0.43-0.23%2C0.58C18.14%2C21.92%2C17.95%2C22%2C17.71%2C22%0A%09c-0.24%2C0-0.43-0.08-0.58-0.24C16.97%2C21.61%2C16.88%2C21.42%2C16.88%2C21.19z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
#weatherWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-heavy_freezing_rain,
#polarLightWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-heavy_freezing_rain {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%237DB7FF%22%20d%3D%22M4.65%2C16.96c0%2C1.32%2C0.47%2C2.46%2C1.4%2C3.41c0.93%2C0.96%2C2.06%2C1.46%2C3.38%2C1.5c0.12%2C0%2C0.18-0.06%2C0.18-0.17v-1.33%0A%09c0-0.12-0.06-0.18-0.18-0.18c-0.84-0.04-1.57-0.38-2.17-1.02s-0.91-1.37-0.91-2.22c0-0.84%2C0.28-1.57%2C0.85-2.19%0A%09c0.57-0.62%2C1.26-0.97%2C2.1-1.04l0.53-0.07c0.12%2C0%2C0.19-0.06%2C0.19-0.18l0.07-0.5c0.1-1.09%2C0.55-2.01%2C1.36-2.75s1.76-1.11%2C2.86-1.11%0A%09c1.08%2C0%2C2.03%2C0.37%2C2.84%2C1.1c0.81%2C0.73%2C1.28%2C1.63%2C1.4%2C2.71l0.07%2C0.58c0%2C0.12%2C0.06%2C0.18%2C0.19%2C0.18h1.6c0.9%2C0%2C1.67%2C0.32%2C2.32%2C0.97%0A%09c0.64%2C0.64%2C0.97%2C1.41%2C0.97%2C2.3c0%2C0.84-0.3%2C1.58-0.9%2C2.22c-0.6%2C0.63-1.33%2C0.97-2.18%2C1.02c-0.13%2C0-0.2%2C0.06-0.2%2C0.18v1.33%0A%09c0%2C0.11%2C0.07%2C0.17%2C0.2%2C0.17c1.33-0.04%2C2.46-0.54%2C3.38-1.5s1.38-2.09%2C1.38-3.42c0-0.89-0.22-1.72-0.67-2.48%0A%09c-0.44-0.76-1.05-1.36-1.81-1.8c-0.76-0.44-1.59-0.66-2.48-0.66h-0.31c-0.33-1.34-1.03-2.43-2.11-3.29%0A%09c-1.07-0.85-2.3-1.28-3.68-1.28c-1.41%2C0-2.66%2C0.44-3.75%2C1.31s-1.79%2C1.99-2.1%2C3.35c-1.13%2C0.29-2.04%2C0.88-2.75%2C1.77%0A%09S4.65%2C15.8%2C4.65%2C16.96z%20M10.05%2C23.98c0%2C0.17%2C0.05%2C0.34%2C0.16%2C0.51c0.11%2C0.17%2C0.27%2C0.28%2C0.47%2C0.35c0.23%2C0.07%2C0.44%2C0.06%2C0.64-0.04%0A%09c0.19-0.09%2C0.33-0.28%2C0.39-0.56l0.14-0.61c0.05-0.23%2C0.02-0.44-0.09-0.63s-0.28-0.33-0.52-0.4c-0.22-0.07-0.44-0.04-0.64%2C0.08%0A%09s-0.34%2C0.3-0.4%2C0.53l-0.14%2C0.59C10.06%2C23.83%2C10.05%2C23.89%2C10.05%2C23.98z%20M10.81%2C21.08c0%2C0.21%2C0.08%2C0.4%2C0.25%2C0.57%0A%09c0.16%2C0.17%2C0.34%2C0.25%2C0.56%2C0.25c0.24%2C0%2C0.44-0.08%2C0.6-0.24c0.16-0.16%2C0.24-0.35%2C0.24-0.59c0-0.23-0.08-0.43-0.24-0.59%0A%09c-0.16-0.16-0.36-0.24-0.6-0.24c-0.23%2C0-0.42%2C0.08-0.58%2C0.23C10.89%2C20.65%2C10.81%2C20.85%2C10.81%2C21.08z%20M11.42%2C18.81%0A%09c-0.01%2C0.16%2C0.03%2C0.31%2C0.14%2C0.45c0.1%2C0.15%2C0.26%2C0.25%2C0.48%2C0.32c0.21%2C0.06%2C0.41%2C0.04%2C0.62-0.07S13%2C19.23%2C13.07%2C19l0.28-0.9%0A%09c0.07-0.24%2C0.05-0.46-0.07-0.65c-0.12-0.19-0.3-0.32-0.54-0.39c-0.22-0.07-0.43-0.05-0.63%2C0.07c-0.2%2C0.11-0.34%2C0.28-0.41%2C0.5%0A%09l-0.24%2C0.92c0%2C0.02-0.01%2C0.06-0.02%2C0.12C11.43%2C18.72%2C11.42%2C18.77%2C11.42%2C18.81z%20M12.59%2C27.1c0%2C0.18%2C0.05%2C0.34%2C0.15%2C0.5%0A%09c0.1%2C0.16%2C0.26%2C0.27%2C0.48%2C0.33c0.08%2C0.02%2C0.17%2C0.03%2C0.25%2C0.03c0.43%2C0%2C0.69-0.2%2C0.79-0.61l0.14-0.59c0.06-0.26%2C0.03-0.48-0.08-0.68%0A%09c-0.12-0.2-0.29-0.32-0.52-0.37c-0.21-0.07-0.42-0.05-0.63%2C0.07c-0.21%2C0.12-0.34%2C0.29-0.41%2C0.51l-0.14%2C0.59%0A%09C12.6%2C26.97%2C12.59%2C27.04%2C12.59%2C27.1z%20M13.36%2C24.2c0%2C0.22%2C0.08%2C0.41%2C0.25%2C0.58c0.16%2C0.16%2C0.35%2C0.24%2C0.57%2C0.24%0A%09c0.24%2C0%2C0.43-0.08%2C0.59-0.23c0.16-0.16%2C0.23-0.35%2C0.23-0.59c0-0.23-0.08-0.42-0.23-0.58c-0.16-0.16-0.35-0.23-0.59-0.23%0A%09c-0.24%2C0-0.43%2C0.08-0.59%2C0.23S13.36%2C23.97%2C13.36%2C24.2z%20M13.99%2C21.93c-0.01%2C0.15%2C0.03%2C0.31%2C0.13%2C0.47c0.1%2C0.16%2C0.25%2C0.26%2C0.45%2C0.3%0A%09c0.23%2C0.06%2C0.44%2C0.04%2C0.64-0.06s0.33-0.29%2C0.41-0.56l0.27-0.9c0.07-0.22%2C0.05-0.43-0.07-0.63c-0.12-0.2-0.29-0.33-0.53-0.4%0A%09c-0.22-0.07-0.43-0.04-0.64%2C0.08c-0.21%2C0.12-0.34%2C0.3-0.41%2C0.53l-0.23%2C0.9C14%2C21.74%2C13.99%2C21.83%2C13.99%2C21.93z%20M16.75%2C24.08%0A%09c0%2C0.16%2C0.05%2C0.32%2C0.15%2C0.48c0.1%2C0.16%2C0.26%2C0.27%2C0.46%2C0.33c0.03%2C0%2C0.08%2C0.01%2C0.14%2C0.02c0.06%2C0.01%2C0.1%2C0.02%2C0.14%2C0.02%0A%09c0.41%2C0%2C0.66-0.22%2C0.76-0.66l0.14-0.6c0.07-0.21%2C0.05-0.42-0.07-0.63c-0.11-0.21-0.28-0.34-0.51-0.41%0A%09c-0.25-0.06-0.48-0.04-0.68%2C0.08s-0.34%2C0.29-0.41%2C0.53l-0.09%2C0.59c0%2C0.02-0.01%2C0.07-0.02%2C0.12S16.75%2C24.04%2C16.75%2C24.08z%0A%09%20M17.49%2C21.12c0%2C0.22%2C0.08%2C0.42%2C0.25%2C0.57c0.15%2C0.16%2C0.34%2C0.24%2C0.57%2C0.24c0.24%2C0%2C0.43-0.08%2C0.59-0.23s0.23-0.35%2C0.23-0.58%0A%09c0-0.24-0.08-0.43-0.23-0.59s-0.35-0.23-0.59-0.23c-0.24%2C0-0.43%2C0.08-0.59%2C0.23C17.57%2C20.69%2C17.49%2C20.88%2C17.49%2C21.12z%20M18.1%2C18.81%0A%09c0%2C0.17%2C0.05%2C0.33%2C0.16%2C0.48c0.11%2C0.15%2C0.27%2C0.26%2C0.49%2C0.32c0.02%2C0%2C0.06%2C0.01%2C0.12%2C0.02s0.11%2C0.02%2C0.14%2C0.02%0A%09c0.1%2C0%2C0.22-0.03%2C0.36-0.09c0.21-0.11%2C0.35-0.29%2C0.41-0.52l0.24-0.9c0.06-0.23%2C0.04-0.44-0.08-0.63c-0.11-0.2-0.28-0.33-0.51-0.4%0A%09c-0.23-0.07-0.44-0.05-0.64%2C0.06c-0.19%2C0.11-0.33%2C0.27-0.39%2C0.51l-0.28%2C0.91c0%2C0.02-0.01%2C0.06-0.02%2C0.12%0A%09C18.1%2C18.74%2C18.1%2C18.78%2C18.1%2C18.81z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
#weatherWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-sunny_scattered_rain,
#polarLightWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-sunny_scattered_rain {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%237DB7FF%22%20d%3D%22M1.56%2C16.88c0%2C1.33%2C0.46%2C2.47%2C1.39%2C3.43s2.06%2C1.46%2C3.4%2C1.53c0.11%2C0%2C0.17-0.06%2C0.17-0.17v-1.34c0-0.12-0.06-0.18-0.17-0.18%0A%09c-0.85-0.04-1.57-0.38-2.17-1.02s-0.89-1.39-0.89-2.25c0-0.84%2C0.28-1.56%2C0.84-2.17s1.26-0.96%2C2.1-1.06l0.5-0.04%0A%09c0.13%2C0%2C0.2-0.06%2C0.2-0.18l0.06-0.53c0.11-1.08%2C0.56-1.99%2C1.37-2.71c0.81-0.73%2C1.76-1.09%2C2.86-1.09c1.09%2C0%2C2.05%2C0.36%2C2.86%2C1.09%0A%09c0.81%2C0.73%2C1.27%2C1.63%2C1.37%2C2.71l0.07%2C0.57c0%2C0.12%2C0.06%2C0.18%2C0.18%2C0.18h1.67c0.88%2C0%2C1.63%2C0.32%2C2.27%2C0.96%0A%09c0.64%2C0.64%2C0.96%2C1.39%2C0.96%2C2.27c0%2C0.85-0.3%2C1.59-0.9%2C2.22s-1.32%2C0.98-2.16%2C1.05c-0.11%2C0-0.17%2C0.06-0.17%2C0.18v1.34%0A%09c0%2C0.11%2C0.06%2C0.17%2C0.17%2C0.17c0.88-0.02%2C1.67-0.26%2C2.4-0.72s1.3-1.05%2C1.71-1.8c0.42-0.75%2C0.62-1.56%2C0.62-2.44%0A%09c0-0.71-0.14-1.37-0.41-1.96c0.76-0.94%2C1.13-2.03%2C1.13-3.28c0-0.71-0.14-1.39-0.41-2.04c-0.27-0.65-0.65-1.2-1.12-1.67%0A%09C21%2C7.46%2C20.44%2C7.09%2C19.8%2C6.82c-0.65-0.28-1.33-0.41-2.04-0.41c-1.51%2C0-2.78%2C0.55-3.81%2C1.66c-0.79-0.43-1.7-0.64-2.73-0.64%0A%09c-1.41%2C0-2.66%2C0.44-3.75%2C1.31s-1.77%2C1.99-2.07%2C3.35c-1.12%2C0.26-2.05%2C0.83-2.77%2C1.72C1.92%2C14.7%2C1.56%2C15.73%2C1.56%2C16.88z%20M6.97%2C23.58%0A%09c0%2C0.18%2C0.05%2C0.36%2C0.16%2C0.53c0.11%2C0.18%2C0.26%2C0.29%2C0.45%2C0.36c0.19%2C0.07%2C0.4%2C0.05%2C0.61-0.06c0.22-0.11%2C0.36-0.29%2C0.44-0.55l0.25-1.05%0A%09c0.07-0.21%2C0.05-0.41-0.07-0.62c-0.12-0.21-0.29-0.35-0.51-0.42c-0.25-0.06-0.47-0.03-0.67%2C0.08s-0.32%2C0.3-0.37%2C0.53l-0.28%2C0.99%0A%09C6.98%2C23.42%2C6.97%2C23.49%2C6.97%2C23.58z%20M8.28%2C18.86c0%2C0.38%2C0.21%2C0.64%2C0.64%2C0.79c0.22%2C0.08%2C0.43%2C0.06%2C0.64-0.05%0A%09c0.21-0.11%2C0.34-0.29%2C0.41-0.53l0.24-1.03c0.07-0.21%2C0.05-0.41-0.07-0.62c-0.11-0.21-0.28-0.35-0.51-0.42%0A%09c-0.24-0.06-0.47-0.04-0.67%2C0.08s-0.32%2C0.29-0.37%2C0.52l-0.3%2C1.02C8.29%2C18.7%2C8.28%2C18.78%2C8.28%2C18.86z%20M9.5%2C26.75%0A%09c0%2C0.16%2C0.06%2C0.33%2C0.17%2C0.5c0.11%2C0.17%2C0.28%2C0.29%2C0.49%2C0.36c0.01%2C0%2C0.04%2C0%2C0.1%2C0.01c0.06%2C0.01%2C0.11%2C0.01%2C0.15%2C0.01%0A%09c0.14%2C0%2C0.26-0.02%2C0.37-0.07c0.19-0.08%2C0.33-0.27%2C0.41-0.58l0.27-0.99c0.07-0.23%2C0.05-0.45-0.07-0.65c-0.12-0.2-0.29-0.34-0.51-0.4%0A%09c-0.23-0.07-0.45-0.05-0.65%2C0.07c-0.2%2C0.12-0.34%2C0.29-0.4%2C0.51l-0.28%2C1.02C9.51%2C26.63%2C9.5%2C26.7%2C9.5%2C26.75z%20M9.96%2C4.68%0A%09c0%2C0.25%2C0.08%2C0.46%2C0.25%2C0.62l0.66%2C0.65c0.34%2C0.34%2C0.73%2C0.34%2C1.17%2C0c0.16-0.17%2C0.24-0.38%2C0.24-0.61c0-0.23-0.08-0.43-0.24-0.61%0A%09l-0.63-0.66c-0.16-0.16-0.36-0.24-0.6-0.24c-0.23%2C0-0.43%2C0.08-0.6%2C0.25C10.04%2C4.24%2C9.96%2C4.44%2C9.96%2C4.68z%20M10.85%2C21.96%0A%09c0%2C0.17%2C0.05%2C0.34%2C0.16%2C0.51c0.11%2C0.17%2C0.26%2C0.28%2C0.47%2C0.35c0.23%2C0.07%2C0.44%2C0.05%2C0.64-0.05c0.19-0.1%2C0.33-0.29%2C0.4-0.56l0.24-1.01%0A%09c0.07-0.23%2C0.05-0.45-0.06-0.65c-0.11-0.2-0.28-0.34-0.5-0.41c-0.25-0.07-0.48-0.04-0.68%2C0.08c-0.2%2C0.12-0.33%2C0.3-0.37%2C0.53%0A%09l-0.28%2C1.03C10.85%2C21.81%2C10.85%2C21.87%2C10.85%2C21.96z%20M13.63%2C23.68c0.02%2C0.38%2C0.23%2C0.65%2C0.63%2C0.83l0.25%2C0.04%0A%09c0.16%2C0%2C0.32-0.05%2C0.47-0.16c0.15-0.11%2C0.26-0.27%2C0.32-0.5l0.29-1.01c0.06-0.24%2C0.03-0.46-0.09-0.66c-0.12-0.2-0.3-0.33-0.53-0.37%0A%09c-0.21-0.07-0.41-0.05-0.62%2C0.07s-0.34%2C0.29-0.41%2C0.51l-0.27%2C1.02c-0.01%2C0.02-0.01%2C0.05-0.02%2C0.08s-0.01%2C0.06-0.02%2C0.08%0A%09S13.63%2C23.66%2C13.63%2C23.68z%20M15.03%2C18.92c0%2C0.16%2C0.05%2C0.32%2C0.15%2C0.48c0.1%2C0.16%2C0.25%2C0.27%2C0.45%2C0.32l0.25%2C0.03%0A%09c0.19%2C0%2C0.37-0.06%2C0.52-0.18s0.24-0.28%2C0.28-0.47l0.27-0.99c0.07-0.24%2C0.05-0.45-0.07-0.65c-0.11-0.2-0.28-0.33-0.51-0.39%0A%09c-0.23-0.07-0.45-0.05-0.64%2C0.06c-0.2%2C0.11-0.33%2C0.28-0.39%2C0.5l-0.3%2C1.06C15.04%2C18.77%2C15.03%2C18.85%2C15.03%2C18.92z%20M15.36%2C9.06%0A%09c0.66-0.64%2C1.46-0.96%2C2.4-0.96c0.98%2C0%2C1.82%2C0.35%2C2.51%2C1.04c0.69%2C0.69%2C1.04%2C1.53%2C1.04%2C2.51c0%2C0.56-0.16%2C1.15-0.47%2C1.76%0A%09c-0.96-0.96-2.11-1.43-3.47-1.43h-0.34C16.77%2C10.84%2C16.21%2C9.87%2C15.36%2C9.06z%20M16.9%2C3.83c0%2C0.25%2C0.08%2C0.45%2C0.24%2C0.61%0A%09c0.16%2C0.16%2C0.36%2C0.24%2C0.61%2C0.24s0.45-0.08%2C0.61-0.24c0.16-0.16%2C0.24-0.36%2C0.24-0.61V1.81c0-0.25-0.08-0.46-0.24-0.62%0A%09c-0.16-0.16-0.36-0.24-0.61-0.24s-0.45%2C0.08-0.61%2C0.24c-0.16%2C0.16-0.24%2C0.37-0.24%2C0.62V3.83z%20M22.45%2C6.12%0A%09c0%2C0.25%2C0.08%2C0.45%2C0.23%2C0.61c0.21%2C0.17%2C0.41%2C0.25%2C0.62%2C0.25c0.19%2C0%2C0.38-0.08%2C0.59-0.25l1.43-1.43c0.16-0.18%2C0.24-0.39%2C0.24-0.63%0A%09c0-0.24-0.08-0.44-0.24-0.6c-0.16-0.16-0.36-0.24-0.59-0.24s-0.43%2C0.08-0.61%2C0.24L22.68%2C5.5C22.53%2C5.68%2C22.45%2C5.88%2C22.45%2C6.12z%0A%09%20M23.24%2C17.95c0%2C0.23%2C0.09%2C0.44%2C0.26%2C0.63l0.62%2C0.64c0.21%2C0.21%2C0.41%2C0.31%2C0.62%2C0.31c0.19%2C0%2C0.39-0.1%2C0.58-0.31%0A%09c0.18-0.18%2C0.27-0.39%2C0.26-0.61c-0.01-0.23-0.09-0.43-0.26-0.6l-0.65-0.66c-0.16-0.16-0.35-0.24-0.57-0.24%0A%09c-0.24%2C0-0.44%2C0.08-0.61%2C0.25C23.33%2C17.52%2C23.24%2C17.72%2C23.24%2C17.95z%20M24.71%2C11.64c0%2C0.22%2C0.08%2C0.42%2C0.24%2C0.58%0A%09c0.16%2C0.16%2C0.36%2C0.24%2C0.58%2C0.24h2.04c0.26%2C0%2C0.47-0.08%2C0.63-0.23c0.16-0.16%2C0.24-0.35%2C0.24-0.59c0-0.25-0.08-0.46-0.25-0.62%0A%09c-0.17-0.16-0.37-0.24-0.62-0.24h-2.04c-0.23%2C0-0.43%2C0.08-0.59%2C0.25C24.79%2C11.2%2C24.71%2C11.41%2C24.71%2C11.64z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
#weatherWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-cloudy_scattered_rain,
#polarLightWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-cloudy_scattered_rain {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%237DB7FF%22%20d%3D%22M1.56%2C16.88c0%2C1.33%2C0.46%2C2.47%2C1.39%2C3.43s2.06%2C1.46%2C3.4%2C1.53c0.11%2C0%2C0.17-0.06%2C0.17-0.17v-1.34c0-0.12-0.06-0.18-0.17-0.18%0A%09c-0.85-0.04-1.57-0.38-2.17-1.02s-0.89-1.39-0.89-2.25c0-0.84%2C0.28-1.56%2C0.84-2.17s1.26-0.96%2C2.1-1.06l0.5-0.04%0A%09c0.13%2C0%2C0.2-0.06%2C0.2-0.18l0.06-0.53c0.11-1.08%2C0.56-1.99%2C1.37-2.71c0.81-0.73%2C1.76-1.09%2C2.86-1.09c1.09%2C0%2C2.05%2C0.36%2C2.86%2C1.09%0A%09c0.81%2C0.73%2C1.27%2C1.63%2C1.37%2C2.71l0.07%2C0.57c0%2C0.12%2C0.06%2C0.18%2C0.18%2C0.18h1.67c0.88%2C0%2C1.63%2C0.32%2C2.27%2C0.96%0A%09c0.64%2C0.64%2C0.96%2C1.39%2C0.96%2C2.27c0%2C0.85-0.3%2C1.59-0.9%2C2.22s-1.32%2C0.98-2.16%2C1.05c-0.11%2C0-0.17%2C0.06-0.17%2C0.18v1.34%0A%09c0%2C0.11%2C0.06%2C0.17%2C0.17%2C0.17c0.88-0.02%2C1.67-0.26%2C2.4-0.72s1.3-1.05%2C1.71-1.8c0.42-0.75%2C0.62-1.56%2C0.62-2.44%0A%09c0-0.71-0.14-1.37-0.41-1.96c0.76-0.94%2C1.13-2.03%2C1.13-3.28c0-0.71-0.14-1.39-0.41-2.04c-0.27-0.65-0.65-1.2-1.12-1.67%0A%09C21%2C7.46%2C20.44%2C7.09%2C19.8%2C6.82c-0.65-0.28-1.33-0.41-2.04-0.41c-1.51%2C0-2.78%2C0.55-3.81%2C1.66c-0.79-0.43-1.7-0.64-2.73-0.64%0A%09c-1.41%2C0-2.66%2C0.44-3.75%2C1.31s-1.77%2C1.99-2.07%2C3.35c-1.12%2C0.26-2.05%2C0.83-2.77%2C1.72C1.92%2C14.7%2C1.56%2C15.73%2C1.56%2C16.88z%20M6.97%2C23.58%0A%09c0%2C0.18%2C0.05%2C0.36%2C0.16%2C0.53c0.11%2C0.18%2C0.26%2C0.29%2C0.45%2C0.36c0.19%2C0.07%2C0.4%2C0.05%2C0.61-0.06c0.22-0.11%2C0.36-0.29%2C0.44-0.55l0.25-1.05%0A%09c0.07-0.21%2C0.05-0.41-0.07-0.62c-0.12-0.21-0.29-0.35-0.51-0.42c-0.25-0.06-0.47-0.03-0.67%2C0.08s-0.32%2C0.3-0.37%2C0.53l-0.28%2C0.99%0A%09C6.98%2C23.42%2C6.97%2C23.49%2C6.97%2C23.58z%20M8.28%2C18.86c0%2C0.38%2C0.21%2C0.64%2C0.64%2C0.79c0.22%2C0.08%2C0.43%2C0.06%2C0.64-0.05%0A%09c0.21-0.11%2C0.34-0.29%2C0.41-0.53l0.24-1.03c0.07-0.21%2C0.05-0.41-0.07-0.62c-0.11-0.21-0.28-0.35-0.51-0.42%0A%09c-0.24-0.06-0.47-0.04-0.67%2C0.08s-0.32%2C0.29-0.37%2C0.52l-0.3%2C1.02C8.29%2C18.7%2C8.28%2C18.78%2C8.28%2C18.86z%20M9.5%2C26.75%0A%09c0%2C0.16%2C0.06%2C0.33%2C0.17%2C0.5c0.11%2C0.17%2C0.28%2C0.29%2C0.49%2C0.36c0.01%2C0%2C0.04%2C0%2C0.1%2C0.01c0.06%2C0.01%2C0.11%2C0.01%2C0.15%2C0.01%0A%09c0.14%2C0%2C0.26-0.02%2C0.37-0.07c0.19-0.08%2C0.33-0.27%2C0.41-0.58l0.27-0.99c0.07-0.23%2C0.05-0.45-0.07-0.65c-0.12-0.2-0.29-0.34-0.51-0.4%0A%09c-0.23-0.07-0.45-0.05-0.65%2C0.07c-0.2%2C0.12-0.34%2C0.29-0.4%2C0.51l-0.28%2C1.02C9.51%2C26.63%2C9.5%2C26.7%2C9.5%2C26.75z%20M9.96%2C4.68%0A%09c0%2C0.25%2C0.08%2C0.46%2C0.25%2C0.62l0.66%2C0.65c0.34%2C0.34%2C0.73%2C0.34%2C1.17%2C0c0.16-0.17%2C0.24-0.38%2C0.24-0.61c0-0.23-0.08-0.43-0.24-0.61%0A%09l-0.63-0.66c-0.16-0.16-0.36-0.24-0.6-0.24c-0.23%2C0-0.43%2C0.08-0.6%2C0.25C10.04%2C4.24%2C9.96%2C4.44%2C9.96%2C4.68z%20M10.85%2C21.96%0A%09c0%2C0.17%2C0.05%2C0.34%2C0.16%2C0.51c0.11%2C0.17%2C0.26%2C0.28%2C0.47%2C0.35c0.23%2C0.07%2C0.44%2C0.05%2C0.64-0.05c0.19-0.1%2C0.33-0.29%2C0.4-0.56l0.24-1.01%0A%09c0.07-0.23%2C0.05-0.45-0.06-0.65c-0.11-0.2-0.28-0.34-0.5-0.41c-0.25-0.07-0.48-0.04-0.68%2C0.08c-0.2%2C0.12-0.33%2C0.3-0.37%2C0.53%0A%09l-0.28%2C1.03C10.85%2C21.81%2C10.85%2C21.87%2C10.85%2C21.96z%20M13.63%2C23.68c0.02%2C0.38%2C0.23%2C0.65%2C0.63%2C0.83l0.25%2C0.04%0A%09c0.16%2C0%2C0.32-0.05%2C0.47-0.16c0.15-0.11%2C0.26-0.27%2C0.32-0.5l0.29-1.01c0.06-0.24%2C0.03-0.46-0.09-0.66c-0.12-0.2-0.3-0.33-0.53-0.37%0A%09c-0.21-0.07-0.41-0.05-0.62%2C0.07s-0.34%2C0.29-0.41%2C0.51l-0.27%2C1.02c-0.01%2C0.02-0.01%2C0.05-0.02%2C0.08s-0.01%2C0.06-0.02%2C0.08%0A%09S13.63%2C23.66%2C13.63%2C23.68z%20M15.03%2C18.92c0%2C0.16%2C0.05%2C0.32%2C0.15%2C0.48c0.1%2C0.16%2C0.25%2C0.27%2C0.45%2C0.32l0.25%2C0.03%0A%09c0.19%2C0%2C0.37-0.06%2C0.52-0.18s0.24-0.28%2C0.28-0.47l0.27-0.99c0.07-0.24%2C0.05-0.45-0.07-0.65c-0.11-0.2-0.28-0.33-0.51-0.39%0A%09c-0.23-0.07-0.45-0.05-0.64%2C0.06c-0.2%2C0.11-0.33%2C0.28-0.39%2C0.5l-0.3%2C1.06C15.04%2C18.77%2C15.03%2C18.85%2C15.03%2C18.92z%20M15.36%2C9.06%0A%09c0.66-0.64%2C1.46-0.96%2C2.4-0.96c0.98%2C0%2C1.82%2C0.35%2C2.51%2C1.04c0.69%2C0.69%2C1.04%2C1.53%2C1.04%2C2.51c0%2C0.56-0.16%2C1.15-0.47%2C1.76%0A%09c-0.96-0.96-2.11-1.43-3.47-1.43h-0.34C16.77%2C10.84%2C16.21%2C9.87%2C15.36%2C9.06z%20M16.9%2C3.83c0%2C0.25%2C0.08%2C0.45%2C0.24%2C0.61%0A%09c0.16%2C0.16%2C0.36%2C0.24%2C0.61%2C0.24s0.45-0.08%2C0.61-0.24c0.16-0.16%2C0.24-0.36%2C0.24-0.61V1.81c0-0.25-0.08-0.46-0.24-0.62%0A%09c-0.16-0.16-0.36-0.24-0.61-0.24s-0.45%2C0.08-0.61%2C0.24c-0.16%2C0.16-0.24%2C0.37-0.24%2C0.62V3.83z%20M22.45%2C6.12%0A%09c0%2C0.25%2C0.08%2C0.45%2C0.23%2C0.61c0.21%2C0.17%2C0.41%2C0.25%2C0.62%2C0.25c0.19%2C0%2C0.38-0.08%2C0.59-0.25l1.43-1.43c0.16-0.18%2C0.24-0.39%2C0.24-0.63%0A%09c0-0.24-0.08-0.44-0.24-0.6c-0.16-0.16-0.36-0.24-0.59-0.24s-0.43%2C0.08-0.61%2C0.24L22.68%2C5.5C22.53%2C5.68%2C22.45%2C5.88%2C22.45%2C6.12z%0A%09%20M23.24%2C17.95c0%2C0.23%2C0.09%2C0.44%2C0.26%2C0.63l0.62%2C0.64c0.21%2C0.21%2C0.41%2C0.31%2C0.62%2C0.31c0.19%2C0%2C0.39-0.1%2C0.58-0.31%0A%09c0.18-0.18%2C0.27-0.39%2C0.26-0.61c-0.01-0.23-0.09-0.43-0.26-0.6l-0.65-0.66c-0.16-0.16-0.35-0.24-0.57-0.24%0A%09c-0.24%2C0-0.44%2C0.08-0.61%2C0.25C23.33%2C17.52%2C23.24%2C17.72%2C23.24%2C17.95z%20M24.71%2C11.64c0%2C0.22%2C0.08%2C0.42%2C0.24%2C0.58%0A%09c0.16%2C0.16%2C0.36%2C0.24%2C0.58%2C0.24h2.04c0.26%2C0%2C0.47-0.08%2C0.63-0.23c0.16-0.16%2C0.24-0.35%2C0.24-0.59c0-0.25-0.08-0.46-0.25-0.62%0A%09c-0.17-0.16-0.37-0.24-0.62-0.24h-2.04c-0.23%2C0-0.43%2C0.08-0.59%2C0.25C24.79%2C11.2%2C24.71%2C11.41%2C24.71%2C11.64z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
#weatherWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-overcast_scattered_rain,
#polarLightWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-overcast_scattered_rain {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%237DB7FF%22%20d%3D%22M4.6%2C16.93c0-1.16%2C0.36-2.18%2C1.09-3.08c0.72-0.9%2C1.65-1.48%2C2.78-1.73c0.29-1.38%2C0.98-2.5%2C2.07-3.39S12.88%2C7.4%2C14.3%2C7.4%0A%09c1.39%2C0%2C2.63%2C0.43%2C3.72%2C1.28c1.08%2C0.85%2C1.79%2C1.95%2C2.12%2C3.3h0.34c0.9%2C0%2C1.73%2C0.22%2C2.48%2C0.66c0.76%2C0.44%2C1.35%2C1.04%2C1.79%2C1.8%0A%09c0.43%2C0.76%2C0.65%2C1.59%2C0.65%2C2.49c0%2C1.34-0.46%2C2.48-1.37%2C3.44c-0.92%2C0.96-2.04%2C1.46-3.37%2C1.5c-0.12%2C0-0.18-0.06-0.18-0.17v-1.34%0A%09c0-0.11%2C0.06-0.17%2C0.18-0.17c0.84-0.07%2C1.57-0.42%2C2.17-1.05s0.9-1.37%2C0.9-2.22c0-0.89-0.32-1.66-0.96-2.31%0A%09c-0.64-0.64-1.4-0.97-2.29-0.97h-1.63c-0.12%2C0-0.19-0.06-0.22-0.18l-0.07-0.57c-0.07-0.71-0.3-1.36-0.7-1.94s-0.91-1.03-1.53-1.36%0A%09c-0.62-0.33-1.3-0.49-2.02-0.49c-1.1%2C0-2.05%2C0.36-2.86%2C1.09c-0.81%2C0.73-1.27%2C1.64-1.37%2C2.72l-0.07%2C0.54c0%2C0.09-0.05%2C0.14-0.16%2C0.14%0A%09L9.31%2C13.7c-0.84%2C0.07-1.55%2C0.41-2.11%2C1.03c-0.57%2C0.62-0.85%2C1.35-0.85%2C2.2c0%2C0.87%2C0.3%2C1.62%2C0.89%2C2.25c0.59%2C0.63%2C1.31%2C0.97%2C2.17%2C1.02%0A%09c0.12%2C0%2C0.18%2C0.06%2C0.18%2C0.17v1.34c0%2C0.11-0.06%2C0.17-0.18%2C0.17c-0.66-0.03-1.28-0.18-1.88-0.45S6.42%2C20.8%2C6%2C20.36%0A%09c-0.43-0.44-0.77-0.95-1.02-1.55S4.6%2C17.59%2C4.6%2C16.93z%20M10.02%2C23.7c0-0.03%2C0.01-0.08%2C0.02-0.13s0.02-0.09%2C0.02-0.11l0.27-1.03%0A%09c0.07-0.22%2C0.2-0.4%2C0.4-0.51c0.2-0.12%2C0.41-0.14%2C0.64-0.07c0.23%2C0.07%2C0.4%2C0.2%2C0.52%2C0.4c0.12%2C0.2%2C0.14%2C0.41%2C0.07%2C0.64l-0.24%2C1.01%0A%09c-0.13%2C0.44-0.38%2C0.66-0.76%2C0.66c-0.03%2C0-0.05%2C0-0.09%2C0c-0.03%2C0-0.07-0.01-0.11-0.01c-0.04-0.01-0.07-0.01-0.1-0.01%0A%09c-0.21-0.06-0.37-0.18-0.48-0.34S10.02%2C23.86%2C10.02%2C23.7z%20M11.34%2C18.88c0-0.02%2C0-0.06%2C0.01-0.11c0.01-0.05%2C0.01-0.08%2C0.01-0.09%0A%09l0.3-1.05c0.06-0.19%2C0.17-0.34%2C0.32-0.45c0.15-0.1%2C0.31-0.15%2C0.47-0.15c0.02%2C0%2C0.05%2C0%2C0.08%2C0c0.03%2C0%2C0.06%2C0.01%2C0.09%2C0.01%0A%09c0.03%2C0.01%2C0.06%2C0.01%2C0.08%2C0.01c0.23%2C0.07%2C0.4%2C0.2%2C0.51%2C0.4c0.12%2C0.2%2C0.14%2C0.41%2C0.07%2C0.64l-0.24%2C1c-0.07%2C0.28-0.2%2C0.47-0.4%2C0.59%0A%09s-0.42%2C0.12-0.65%2C0.02c-0.22-0.06-0.38-0.17-0.49-0.34S11.34%2C19.04%2C11.34%2C18.88z%20M12.57%2C26.83c0-0.03%2C0.01-0.07%2C0.02-0.13%0A%09s0.02-0.09%2C0.02-0.12l0.29-0.99c0.06-0.24%2C0.2-0.42%2C0.4-0.54c0.2-0.12%2C0.42-0.15%2C0.65-0.08c0.23%2C0.07%2C0.39%2C0.2%2C0.51%2C0.41%0A%09s0.13%2C0.42%2C0.07%2C0.65l-0.25%2C1.04c-0.11%2C0.41-0.37%2C0.61-0.8%2C0.61c-0.05%2C0-0.13-0.01-0.24-0.04c-0.22-0.04-0.38-0.14-0.49-0.3%0A%09C12.63%2C27.18%2C12.57%2C27.01%2C12.57%2C26.83z%20M13.91%2C22.06c0-0.06%2C0.01-0.14%2C0.04-0.25l0.27-1.03c0.07-0.23%2C0.2-0.4%2C0.41-0.51%0A%09c0.2-0.12%2C0.42-0.14%2C0.65-0.07c0.23%2C0.06%2C0.39%2C0.19%2C0.51%2C0.39c0.11%2C0.2%2C0.13%2C0.41%2C0.06%2C0.65l-0.24%2C0.99%0A%09c-0.13%2C0.45-0.37%2C0.68-0.72%2C0.68c-0.04%2C0-0.15-0.02-0.31-0.06c-0.22-0.04-0.38-0.14-0.49-0.3C13.97%2C22.4%2C13.91%2C22.23%2C13.91%2C22.06z%0A%09%20M16.73%2C23.74c0-0.07%2C0.01-0.15%2C0.03-0.24l0.28-0.99c0.07-0.24%2C0.2-0.42%2C0.41-0.54s0.41-0.15%2C0.63-0.09%0A%09c0.23%2C0.07%2C0.41%2C0.2%2C0.53%2C0.41c0.12%2C0.2%2C0.15%2C0.41%2C0.09%2C0.63l-0.29%2C1.06c-0.1%2C0.41-0.36%2C0.61-0.79%2C0.61c-0.09%2C0-0.18-0.01-0.26-0.03%0A%09c-0.2-0.04-0.35-0.14-0.46-0.3C16.8%2C24.08%2C16.74%2C23.91%2C16.73%2C23.74z%20M18.11%2C18.98c0-0.03%2C0.02-0.12%2C0.05-0.26l0.3-1.03%0A%09c0.04-0.21%2C0.13-0.37%2C0.29-0.47c0.16-0.1%2C0.32-0.15%2C0.49-0.14c0.04-0.01%2C0.13%2C0%2C0.24%2C0.03c0.22%2C0.05%2C0.39%2C0.18%2C0.52%2C0.38%0A%09c0.12%2C0.17%2C0.14%2C0.38%2C0.07%2C0.65l-0.24%2C1.03c-0.13%2C0.43-0.38%2C0.65-0.76%2C0.65c-0.06%2C0-0.17-0.02-0.34-0.06%0A%09c-0.21-0.06-0.36-0.17-0.46-0.31C18.16%2C19.29%2C18.11%2C19.14%2C18.11%2C18.98z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
#weatherWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-sunny_heavy_rain,
#polarLightWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-sunny_heavy_rain {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%237DB7FF%22%20d%3D%22M1.51%2C16.89c0%2C1.33%2C0.46%2C2.48%2C1.39%2C3.44s2.06%2C1.47%2C3.41%2C1.53c0.11%2C0%2C0.17-0.06%2C0.17-0.17v-1.34c0-0.11-0.06-0.17-0.17-0.17%0A%09c-0.86-0.04-1.59-0.39-2.19-1.03s-0.9-1.4-0.9-2.26c0-0.82%2C0.28-1.54%2C0.85-2.16s1.27-0.97%2C2.1-1.07l0.53-0.05%0A%09c0.13%2C0%2C0.2-0.06%2C0.2-0.17l0.07-0.54c0.11-1.08%2C0.56-1.99%2C1.37-2.72s1.76-1.1%2C2.85-1.1c1.09%2C0%2C2.04%2C0.37%2C2.86%2C1.1%0A%09s1.28%2C1.64%2C1.4%2C2.72l0.07%2C0.57c0%2C0.12%2C0.06%2C0.19%2C0.17%2C0.19h1.62c0.89%2C0%2C1.65%2C0.32%2C2.3%2C0.96c0.65%2C0.64%2C0.97%2C1.39%2C0.97%2C2.27%0A%09c0%2C0.87-0.3%2C1.62-0.9%2C2.26c-0.6%2C0.64-1.33%2C0.98-2.18%2C1.03c-0.12%2C0-0.19%2C0.06-0.19%2C0.17v1.34c0%2C0.11%2C0.06%2C0.17%2C0.19%2C0.17%0A%09c1.33-0.04%2C2.46-0.55%2C3.39-1.51c0.93-0.97%2C1.39-2.12%2C1.39-3.45c0-0.72-0.14-1.39-0.42-2.01c0.78-0.97%2C1.17-2.07%2C1.17-3.31%0A%09c0-0.95-0.24-1.83-0.71-2.64c-0.47-0.81-1.11-1.45-1.92-1.92s-1.68-0.7-2.62-0.7c-1.56%2C0-2.85%2C0.58-3.88%2C1.74%0A%09c-0.82-0.44-1.72-0.66-2.71-0.66c-1.41%2C0-2.67%2C0.44-3.76%2C1.32s-1.79%2C2-2.1%2C3.36c-1.11%2C0.26-2.02%2C0.84-2.74%2C1.74%0A%09S1.51%2C15.74%2C1.51%2C16.89z%20M6.91%2C23.75c0%2C0.17%2C0.05%2C0.33%2C0.16%2C0.49c0.11%2C0.16%2C0.27%2C0.27%2C0.49%2C0.33c0.11%2C0.02%2C0.2%2C0.04%2C0.27%2C0.04%0A%09c0.39%2C0%2C0.65-0.21%2C0.77-0.64l1.58-5.88c0.07-0.24%2C0.04-0.46-0.08-0.67c-0.12-0.21-0.3-0.33-0.53-0.38%0A%09c-0.22-0.07-0.43-0.05-0.63%2C0.07c-0.2%2C0.11-0.34%2C0.28-0.41%2C0.51l-1.58%2C5.91C6.93%2C23.66%2C6.91%2C23.73%2C6.91%2C23.75z%20M9.52%2C26.83%0A%09c0%2C0.19%2C0.05%2C0.36%2C0.15%2C0.52c0.1%2C0.16%2C0.27%2C0.26%2C0.52%2C0.3c0.11%2C0.02%2C0.2%2C0.04%2C0.26%2C0.04c0.16%2C0%2C0.31-0.06%2C0.45-0.17%0A%09c0.14-0.12%2C0.23-0.28%2C0.27-0.48l2.4-8.93c0.06-0.23%2C0.04-0.45-0.07-0.64s-0.28-0.33-0.5-0.4c-0.23-0.07-0.45-0.05-0.65%2C0.07%0A%09c-0.2%2C0.11-0.34%2C0.28-0.4%2C0.51l-2.4%2C8.93C9.53%2C26.73%2C9.52%2C26.82%2C9.52%2C26.83z%20M9.94%2C4.6c0%2C0.24%2C0.08%2C0.44%2C0.25%2C0.61l0.65%2C0.66%0A%09c0.19%2C0.15%2C0.4%2C0.22%2C0.62%2C0.22c0.21%2C0%2C0.41-0.08%2C0.58-0.23c0.17-0.16%2C0.26-0.35%2C0.26-0.59c0-0.24-0.08-0.46-0.24-0.64l-0.64-0.65%0A%09c-0.18-0.17-0.38-0.25-0.6-0.25c-0.24%2C0-0.45%2C0.09-0.62%2C0.26C10.03%2C4.16%2C9.94%2C4.37%2C9.94%2C4.6z%20M13.67%2C23.77%0A%09c0%2C0.16%2C0.05%2C0.32%2C0.15%2C0.47s0.26%2C0.26%2C0.46%2C0.32c0.11%2C0.02%2C0.2%2C0.04%2C0.25%2C0.04c0.17%2C0%2C0.34-0.05%2C0.49-0.15%0A%09c0.15-0.1%2C0.25-0.26%2C0.3-0.49l1.58-5.88c0.06-0.23%2C0.04-0.45-0.07-0.64c-0.11-0.2-0.28-0.33-0.5-0.4c-0.24-0.07-0.45-0.05-0.65%2C0.07%0A%09c-0.2%2C0.11-0.33%2C0.28-0.39%2C0.51l-1.58%2C5.91C13.69%2C23.68%2C13.67%2C23.76%2C13.67%2C23.77z%20M15.3%2C9.03c0.71-0.67%2C1.53-1%2C2.48-1%0A%09c0.98%2C0%2C1.82%2C0.35%2C2.5%2C1.04c0.69%2C0.69%2C1.03%2C1.53%2C1.03%2C2.52c0%2C0.62-0.17%2C1.24-0.52%2C1.85c-0.97-0.97-2.13-1.45-3.49-1.45h-0.33%0A%09C16.7%2C10.81%2C16.14%2C9.83%2C15.3%2C9.03z%20M16.92%2C3.78c0%2C0.23%2C0.08%2C0.43%2C0.25%2C0.59c0.17%2C0.16%2C0.37%2C0.24%2C0.61%2C0.24%0A%09c0.23%2C0%2C0.43-0.08%2C0.59-0.23c0.16-0.16%2C0.24-0.35%2C0.24-0.59V1.73c0-0.26-0.08-0.47-0.23-0.63c-0.16-0.16-0.35-0.24-0.59-0.24%0A%09c-0.25%2C0-0.46%2C0.08-0.62%2C0.25s-0.24%2C0.37-0.24%2C0.62V3.78z%20M22.45%2C6.06c0%2C0.24%2C0.09%2C0.44%2C0.27%2C0.59c0.14%2C0.16%2C0.32%2C0.24%2C0.55%2C0.26%0A%09c0.23%2C0.02%2C0.44-0.07%2C0.62-0.26l1.44-1.43c0.18-0.17%2C0.26-0.38%2C0.26-0.63c0-0.24-0.08-0.45-0.25-0.61%0A%09c-0.17-0.16-0.37-0.24-0.61-0.24c-0.21%2C0-0.4%2C0.08-0.58%2C0.25l-1.43%2C1.44C22.54%2C5.6%2C22.45%2C5.81%2C22.45%2C6.06z%20M23.26%2C17.91%0A%09c0%2C0.24%2C0.08%2C0.45%2C0.24%2C0.63l0.65%2C0.63c0.18%2C0.14%2C0.38%2C0.21%2C0.6%2C0.21l0.02%2C0.02c0.23%2C0%2C0.42-0.08%2C0.58-0.24%0A%09c0.16-0.16%2C0.24-0.37%2C0.24-0.61c0-0.24-0.09-0.43-0.26-0.58l-0.62-0.66c-0.18-0.16-0.39-0.24-0.62-0.24s-0.43%2C0.08-0.59%2C0.25%0A%09S23.26%2C17.67%2C23.26%2C17.91z%20M24.72%2C11.58c0%2C0.24%2C0.09%2C0.43%2C0.26%2C0.59c0.18%2C0.18%2C0.38%2C0.26%2C0.62%2C0.26h2.03c0.24%2C0%2C0.44-0.08%2C0.61-0.25%0A%09c0.17-0.17%2C0.25-0.37%2C0.25-0.6c0-0.24-0.08-0.44-0.25-0.61s-0.37-0.26-0.61-0.26H25.6c-0.24%2C0-0.44%2C0.09-0.62%2C0.26%0A%09C24.8%2C11.14%2C24.72%2C11.34%2C24.72%2C11.58z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
#weatherWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-cloudy_heavy_rain,
#polarLightWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-cloudy_heavy_rain {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%237DB7FF%22%20d%3D%22M1.51%2C16.89c0%2C1.33%2C0.46%2C2.48%2C1.39%2C3.44s2.06%2C1.47%2C3.41%2C1.53c0.11%2C0%2C0.17-0.06%2C0.17-0.17v-1.34c0-0.11-0.06-0.17-0.17-0.17%0A%09c-0.86-0.04-1.59-0.39-2.19-1.03s-0.9-1.4-0.9-2.26c0-0.82%2C0.28-1.54%2C0.85-2.16s1.27-0.97%2C2.1-1.07l0.53-0.05%0A%09c0.13%2C0%2C0.2-0.06%2C0.2-0.17l0.07-0.54c0.11-1.08%2C0.56-1.99%2C1.37-2.72s1.76-1.1%2C2.85-1.1c1.09%2C0%2C2.04%2C0.37%2C2.86%2C1.1%0A%09s1.28%2C1.64%2C1.4%2C2.72l0.07%2C0.57c0%2C0.12%2C0.06%2C0.19%2C0.17%2C0.19h1.62c0.89%2C0%2C1.65%2C0.32%2C2.3%2C0.96c0.65%2C0.64%2C0.97%2C1.39%2C0.97%2C2.27%0A%09c0%2C0.87-0.3%2C1.62-0.9%2C2.26c-0.6%2C0.64-1.33%2C0.98-2.18%2C1.03c-0.12%2C0-0.19%2C0.06-0.19%2C0.17v1.34c0%2C0.11%2C0.06%2C0.17%2C0.19%2C0.17%0A%09c1.33-0.04%2C2.46-0.55%2C3.39-1.51c0.93-0.97%2C1.39-2.12%2C1.39-3.45c0-0.72-0.14-1.39-0.42-2.01c0.78-0.97%2C1.17-2.07%2C1.17-3.31%0A%09c0-0.95-0.24-1.83-0.71-2.64c-0.47-0.81-1.11-1.45-1.92-1.92s-1.68-0.7-2.62-0.7c-1.56%2C0-2.85%2C0.58-3.88%2C1.74%0A%09c-0.82-0.44-1.72-0.66-2.71-0.66c-1.41%2C0-2.67%2C0.44-3.76%2C1.32s-1.79%2C2-2.1%2C3.36c-1.11%2C0.26-2.02%2C0.84-2.74%2C1.74%0A%09S1.51%2C15.74%2C1.51%2C16.89z%20M6.91%2C23.75c0%2C0.17%2C0.05%2C0.33%2C0.16%2C0.49c0.11%2C0.16%2C0.27%2C0.27%2C0.49%2C0.33c0.11%2C0.02%2C0.2%2C0.04%2C0.27%2C0.04%0A%09c0.39%2C0%2C0.65-0.21%2C0.77-0.64l1.58-5.88c0.07-0.24%2C0.04-0.46-0.08-0.67c-0.12-0.21-0.3-0.33-0.53-0.38%0A%09c-0.22-0.07-0.43-0.05-0.63%2C0.07c-0.2%2C0.11-0.34%2C0.28-0.41%2C0.51l-1.58%2C5.91C6.93%2C23.66%2C6.91%2C23.73%2C6.91%2C23.75z%20M9.52%2C26.83%0A%09c0%2C0.19%2C0.05%2C0.36%2C0.15%2C0.52c0.1%2C0.16%2C0.27%2C0.26%2C0.52%2C0.3c0.11%2C0.02%2C0.2%2C0.04%2C0.26%2C0.04c0.16%2C0%2C0.31-0.06%2C0.45-0.17%0A%09c0.14-0.12%2C0.23-0.28%2C0.27-0.48l2.4-8.93c0.06-0.23%2C0.04-0.45-0.07-0.64s-0.28-0.33-0.5-0.4c-0.23-0.07-0.45-0.05-0.65%2C0.07%0A%09c-0.2%2C0.11-0.34%2C0.28-0.4%2C0.51l-2.4%2C8.93C9.53%2C26.73%2C9.52%2C26.82%2C9.52%2C26.83z%20M9.94%2C4.6c0%2C0.24%2C0.08%2C0.44%2C0.25%2C0.61l0.65%2C0.66%0A%09c0.19%2C0.15%2C0.4%2C0.22%2C0.62%2C0.22c0.21%2C0%2C0.41-0.08%2C0.58-0.23c0.17-0.16%2C0.26-0.35%2C0.26-0.59c0-0.24-0.08-0.46-0.24-0.64l-0.64-0.65%0A%09c-0.18-0.17-0.38-0.25-0.6-0.25c-0.24%2C0-0.45%2C0.09-0.62%2C0.26C10.03%2C4.16%2C9.94%2C4.37%2C9.94%2C4.6z%20M13.67%2C23.77%0A%09c0%2C0.16%2C0.05%2C0.32%2C0.15%2C0.47s0.26%2C0.26%2C0.46%2C0.32c0.11%2C0.02%2C0.2%2C0.04%2C0.25%2C0.04c0.17%2C0%2C0.34-0.05%2C0.49-0.15%0A%09c0.15-0.1%2C0.25-0.26%2C0.3-0.49l1.58-5.88c0.06-0.23%2C0.04-0.45-0.07-0.64c-0.11-0.2-0.28-0.33-0.5-0.4c-0.24-0.07-0.45-0.05-0.65%2C0.07%0A%09c-0.2%2C0.11-0.33%2C0.28-0.39%2C0.51l-1.58%2C5.91C13.69%2C23.68%2C13.67%2C23.76%2C13.67%2C23.77z%20M15.3%2C9.03c0.71-0.67%2C1.53-1%2C2.48-1%0A%09c0.98%2C0%2C1.82%2C0.35%2C2.5%2C1.04c0.69%2C0.69%2C1.03%2C1.53%2C1.03%2C2.52c0%2C0.62-0.17%2C1.24-0.52%2C1.85c-0.97-0.97-2.13-1.45-3.49-1.45h-0.33%0A%09C16.7%2C10.81%2C16.14%2C9.83%2C15.3%2C9.03z%20M16.92%2C3.78c0%2C0.23%2C0.08%2C0.43%2C0.25%2C0.59c0.17%2C0.16%2C0.37%2C0.24%2C0.61%2C0.24%0A%09c0.23%2C0%2C0.43-0.08%2C0.59-0.23c0.16-0.16%2C0.24-0.35%2C0.24-0.59V1.73c0-0.26-0.08-0.47-0.23-0.63c-0.16-0.16-0.35-0.24-0.59-0.24%0A%09c-0.25%2C0-0.46%2C0.08-0.62%2C0.25s-0.24%2C0.37-0.24%2C0.62V3.78z%20M22.45%2C6.06c0%2C0.24%2C0.09%2C0.44%2C0.27%2C0.59c0.14%2C0.16%2C0.32%2C0.24%2C0.55%2C0.26%0A%09c0.23%2C0.02%2C0.44-0.07%2C0.62-0.26l1.44-1.43c0.18-0.17%2C0.26-0.38%2C0.26-0.63c0-0.24-0.08-0.45-0.25-0.61%0A%09c-0.17-0.16-0.37-0.24-0.61-0.24c-0.21%2C0-0.4%2C0.08-0.58%2C0.25l-1.43%2C1.44C22.54%2C5.6%2C22.45%2C5.81%2C22.45%2C6.06z%20M23.26%2C17.91%0A%09c0%2C0.24%2C0.08%2C0.45%2C0.24%2C0.63l0.65%2C0.63c0.18%2C0.14%2C0.38%2C0.21%2C0.6%2C0.21l0.02%2C0.02c0.23%2C0%2C0.42-0.08%2C0.58-0.24%0A%09c0.16-0.16%2C0.24-0.37%2C0.24-0.61c0-0.24-0.09-0.43-0.26-0.58l-0.62-0.66c-0.18-0.16-0.39-0.24-0.62-0.24s-0.43%2C0.08-0.59%2C0.25%0A%09S23.26%2C17.67%2C23.26%2C17.91z%20M24.72%2C11.58c0%2C0.24%2C0.09%2C0.43%2C0.26%2C0.59c0.18%2C0.18%2C0.38%2C0.26%2C0.62%2C0.26h2.03c0.24%2C0%2C0.44-0.08%2C0.61-0.25%0A%09c0.17-0.17%2C0.25-0.37%2C0.25-0.6c0-0.24-0.08-0.44-0.25-0.61s-0.37-0.26-0.61-0.26H25.6c-0.24%2C0-0.44%2C0.09-0.62%2C0.26%0A%09C24.8%2C11.14%2C24.72%2C11.34%2C24.72%2C11.58z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
#weatherWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-overcast_heavy_rain,
#polarLightWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-overcast_heavy_rain {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%237DB7FF%22%20d%3D%22M4.64%2C16.91c0-1.15%2C0.36-2.17%2C1.08-3.07c0.72-0.9%2C1.63-1.47%2C2.73-1.73c0.31-1.36%2C1.02-2.48%2C2.11-3.36s2.34-1.31%2C3.75-1.31%0A%09c1.38%2C0%2C2.6%2C0.43%2C3.68%2C1.28c1.08%2C0.85%2C1.78%2C1.95%2C2.1%2C3.29h0.32c0.89%2C0%2C1.72%2C0.22%2C2.48%2C0.65s1.37%2C1.03%2C1.81%2C1.78%0A%09c0.44%2C0.75%2C0.67%2C1.58%2C0.67%2C2.47c0%2C0.88-0.21%2C1.69-0.63%2C2.44c-0.42%2C0.75-1%2C1.35-1.73%2C1.8c-0.73%2C0.45-1.53%2C0.69-2.4%2C0.71%0A%09c-0.13%2C0-0.2-0.06-0.2-0.17v-1.33c0-0.12%2C0.07-0.18%2C0.2-0.18c0.85-0.04%2C1.58-0.38%2C2.18-1.02s0.9-1.39%2C0.9-2.26s-0.33-1.62-0.98-2.26%0A%09s-1.42-0.96-2.31-0.96h-1.61c-0.12%2C0-0.18-0.06-0.18-0.17l-0.08-0.58c-0.11-1.08-0.58-1.99-1.39-2.71%0A%09c-0.82-0.73-1.76-1.09-2.85-1.09c-1.09%2C0-2.05%2C0.36-2.85%2C1.09c-0.81%2C0.73-1.26%2C1.63-1.36%2C2.71l-0.07%2C0.53c0%2C0.12-0.07%2C0.19-0.2%2C0.19%0A%09l-0.53%2C0.03c-0.83%2C0.1-1.53%2C0.46-2.1%2C1.07s-0.85%2C1.33-0.85%2C2.16c0%2C0.87%2C0.3%2C1.62%2C0.9%2C2.26s1.33%2C0.98%2C2.18%2C1.02%0A%09c0.11%2C0%2C0.17%2C0.06%2C0.17%2C0.18v1.33c0%2C0.11-0.06%2C0.17-0.17%2C0.17c-1.34-0.06-2.47-0.57-3.4-1.53S4.64%2C18.24%2C4.64%2C16.91z%20M9.99%2C23.6%0A%09c0-0.04%2C0.01-0.11%2C0.04-0.2l1.63-5.77c0.06-0.19%2C0.17-0.34%2C0.32-0.44c0.15-0.1%2C0.31-0.15%2C0.46-0.15c0.07%2C0%2C0.15%2C0.01%2C0.24%2C0.03%0A%09c0.24%2C0.04%2C0.42%2C0.17%2C0.54%2C0.37c0.12%2C0.2%2C0.15%2C0.42%2C0.08%2C0.67l-1.63%2C5.73c-0.12%2C0.43-0.4%2C0.64-0.82%2C0.64%0A%09c-0.04%2C0-0.07-0.01-0.11-0.02c-0.06-0.02-0.09-0.03-0.1-0.03c-0.22-0.06-0.38-0.17-0.49-0.33C10.04%2C23.93%2C9.99%2C23.77%2C9.99%2C23.6z%0A%09%20M12.61%2C26.41l2.44-8.77c0.04-0.19%2C0.14-0.34%2C0.3-0.44c0.16-0.1%2C0.32-0.15%2C0.49-0.15c0.09%2C0%2C0.18%2C0.01%2C0.27%2C0.03%0A%09c0.22%2C0.06%2C0.38%2C0.19%2C0.49%2C0.39c0.11%2C0.2%2C0.13%2C0.41%2C0.07%2C0.64l-2.43%2C8.78c-0.04%2C0.17-0.13%2C0.31-0.29%2C0.43%0A%09c-0.16%2C0.12-0.32%2C0.18-0.51%2C0.18c-0.09%2C0-0.18-0.02-0.25-0.05c-0.2-0.05-0.37-0.18-0.52-0.39C12.56%2C26.88%2C12.54%2C26.67%2C12.61%2C26.41z%0A%09%20M16.74%2C23.62c0-0.04%2C0.01-0.11%2C0.04-0.23l1.63-5.77c0.06-0.19%2C0.16-0.34%2C0.3-0.44c0.15-0.1%2C0.3-0.15%2C0.46-0.15%0A%09c0.08%2C0%2C0.17%2C0.01%2C0.26%2C0.03c0.21%2C0.06%2C0.36%2C0.16%2C0.46%2C0.31c0.1%2C0.15%2C0.15%2C0.31%2C0.15%2C0.47c0%2C0.03-0.01%2C0.08-0.02%2C0.14%0A%09s-0.02%2C0.1-0.02%2C0.12l-1.63%2C5.73c-0.04%2C0.19-0.13%2C0.35-0.28%2C0.46s-0.32%2C0.17-0.51%2C0.17l-0.24-0.05c-0.2-0.06-0.35-0.16-0.46-0.32%0A%09C16.79%2C23.94%2C16.74%2C23.78%2C16.74%2C23.62z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
#weatherWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-sunny_thunderstorm,
#polarLightWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-sunny_thunderstorm {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%23FBDA04%22%20d%3D%22M1.56%2C16.9c0%2C1.33%2C0.46%2C2.47%2C1.39%2C3.43c0.93%2C0.96%2C2.06%2C1.47%2C3.4%2C1.53c0.11%2C0%2C0.17-0.06%2C0.17-0.17v-1.37%0A%09c0-0.12-0.06-0.18-0.17-0.18c-0.87-0.07-1.6-0.41-2.19-1.04c-0.59-0.62-0.89-1.36-0.89-2.21c0-0.84%2C0.28-1.57%2C0.85-2.19%0A%09s1.26-0.97%2C2.1-1.04l0.52-0.08c0.13%2C0%2C0.2-0.06%2C0.2-0.17l0.06-0.51c0.11-1.08%2C0.56-1.99%2C1.37-2.71c0.81-0.73%2C1.76-1.09%2C2.86-1.09%0A%09c1.09%2C0%2C2.04%2C0.36%2C2.85%2C1.09c0.81%2C0.72%2C1.27%2C1.63%2C1.39%2C2.72l0.07%2C0.58c0%2C0.11%2C0.06%2C0.17%2C0.19%2C0.17h1.6c0.91%2C0%2C1.68%2C0.32%2C2.32%2C0.95%0A%09c0.64%2C0.63%2C0.96%2C1.39%2C0.96%2C2.28c0%2C0.85-0.3%2C1.59-0.89%2C2.21c-0.59%2C0.62-1.32%2C0.97-2.19%2C1.04c-0.13%2C0-0.2%2C0.06-0.2%2C0.18v1.37%0A%09c0%2C0.11%2C0.07%2C0.17%2C0.2%2C0.17c1.33-0.04%2C2.46-0.55%2C3.38-1.51s1.38-2.11%2C1.38-3.45c0-0.68-0.16-1.37-0.47-2.07%0A%09C22.6%2C13.89%2C23%2C12.8%2C23%2C11.56c0-0.71-0.14-1.39-0.42-2.04c-0.28-0.65-0.65-1.2-1.12-1.67s-1.03-0.84-1.67-1.12%0A%09c-0.65-0.27-1.32-0.41-2.03-0.41c-1.54%2C0-2.84%2C0.58-3.88%2C1.73c-0.86-0.41-1.74-0.62-2.65-0.62c-1.42%2C0-2.67%2C0.43-3.76%2C1.3%0A%09s-1.79%2C1.99-2.1%2C3.37c-1.1%2C0.26-2.01%2C0.83-2.73%2C1.73S1.56%2C15.75%2C1.56%2C16.9z%20M9.06%2C28.17h0.3l5.32-7.85%0A%09c0.04-0.04%2C0.05-0.09%2C0.02-0.14s-0.07-0.07-0.14-0.07h-2.18l2.3-4.21c0.07-0.14%2C0.03-0.22-0.14-0.22h-2.94%0A%09c-0.08%2C0-0.15%2C0.05-0.22%2C0.14l-2.16%2C5.72c-0.02%2C0.14%2C0.02%2C0.21%2C0.14%2C0.21h2.17L9.06%2C28.17z%20M9.94%2C4.59c0%2C0.25%2C0.08%2C0.46%2C0.24%2C0.62%0A%09l0.66%2C0.65c0.42%2C0.32%2C0.82%2C0.32%2C1.21%2C0c0.16-0.18%2C0.24-0.39%2C0.24-0.64c0-0.23-0.08-0.43-0.24-0.59l-0.64-0.65%0A%09c-0.19-0.17-0.39-0.25-0.62-0.25c-0.23%2C0-0.43%2C0.08-0.6%2C0.25C10.02%2C4.15%2C9.94%2C4.36%2C9.94%2C4.59z%20M15.28%2C9.02%0A%09C15.96%2C8.34%2C16.79%2C8%2C17.76%2C8c0.98%2C0%2C1.81%2C0.35%2C2.49%2C1.04c0.69%2C0.69%2C1.03%2C1.53%2C1.03%2C2.52c0%2C0.61-0.17%2C1.21-0.51%2C1.81%0A%09c-0.98-0.94-2.13-1.41-3.46-1.41h-0.31C16.74%2C10.82%2C16.16%2C9.84%2C15.28%2C9.02z%20M16.9%2C3.73c0%2C0.25%2C0.08%2C0.46%2C0.24%2C0.62%0A%09c0.16%2C0.16%2C0.36%2C0.24%2C0.61%2C0.24c0.24%2C0%2C0.43-0.08%2C0.59-0.24c0.16-0.16%2C0.23-0.37%2C0.23-0.62V1.69c0-0.24-0.08-0.43-0.23-0.59%0A%09c-0.16-0.16-0.35-0.23-0.59-0.23c-0.24%2C0-0.44%2C0.08-0.6%2C0.23S16.9%2C1.45%2C16.9%2C1.69V3.73z%20M22.42%2C6.05c0%2C0.23%2C0.09%2C0.43%2C0.27%2C0.6%0A%09c0.18%2C0.17%2C0.37%2C0.25%2C0.55%2C0.25c0.16%2C0%2C0.37-0.08%2C0.62-0.25l1.44-1.43c0.17-0.18%2C0.25-0.39%2C0.25-0.63c0-0.24-0.08-0.45-0.25-0.61%0A%09c-0.17-0.16-0.37-0.24-0.6-0.24c-0.22%2C0-0.41%2C0.08-0.58%2C0.25l-1.43%2C1.43C22.51%2C5.61%2C22.42%2C5.82%2C22.42%2C6.05z%20M23.23%2C17.87%0A%09c0%2C0.23%2C0.08%2C0.43%2C0.24%2C0.61l0.65%2C0.66c0.16%2C0.16%2C0.36%2C0.24%2C0.58%2C0.24c0.24%2C0%2C0.44-0.08%2C0.6-0.25c0.17-0.17%2C0.25-0.38%2C0.25-0.63%0A%09c0-0.23-0.08-0.42-0.25-0.57l-0.62-0.66c-0.19-0.16-0.39-0.23-0.62-0.23c-0.23%2C0-0.43%2C0.08-0.59%2C0.24%0A%09C23.31%2C17.44%2C23.23%2C17.64%2C23.23%2C17.87z%20M24.68%2C11.56c0%2C0.22%2C0.09%2C0.41%2C0.26%2C0.57c0.17%2C0.17%2C0.37%2C0.25%2C0.6%2C0.25h2.04%0A%09c0.24%2C0%2C0.44-0.08%2C0.61-0.24c0.17-0.16%2C0.25-0.35%2C0.25-0.59c0-0.24-0.09-0.44-0.26-0.61s-0.37-0.25-0.6-0.25h-2.04%0A%09c-0.23%2C0-0.43%2C0.08-0.6%2C0.25C24.77%2C11.12%2C24.68%2C11.32%2C24.68%2C11.56z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
#weatherWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-cloudy_thunderstorm,
#polarLightWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-cloudy_thunderstorm {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%23FBDA04%22%20d%3D%22M1.56%2C16.9c0%2C1.33%2C0.46%2C2.47%2C1.39%2C3.43c0.93%2C0.96%2C2.06%2C1.47%2C3.4%2C1.53c0.11%2C0%2C0.17-0.06%2C0.17-0.17v-1.37%0A%09c0-0.12-0.06-0.18-0.17-0.18c-0.87-0.07-1.6-0.41-2.19-1.04c-0.59-0.62-0.89-1.36-0.89-2.21c0-0.84%2C0.28-1.57%2C0.85-2.19%0A%09s1.26-0.97%2C2.1-1.04l0.52-0.08c0.13%2C0%2C0.2-0.06%2C0.2-0.17l0.06-0.51c0.11-1.08%2C0.56-1.99%2C1.37-2.71c0.81-0.73%2C1.76-1.09%2C2.86-1.09%0A%09c1.09%2C0%2C2.04%2C0.36%2C2.85%2C1.09c0.81%2C0.72%2C1.27%2C1.63%2C1.39%2C2.72l0.07%2C0.58c0%2C0.11%2C0.06%2C0.17%2C0.19%2C0.17h1.6c0.91%2C0%2C1.68%2C0.32%2C2.32%2C0.95%0A%09c0.64%2C0.63%2C0.96%2C1.39%2C0.96%2C2.28c0%2C0.85-0.3%2C1.59-0.89%2C2.21c-0.59%2C0.62-1.32%2C0.97-2.19%2C1.04c-0.13%2C0-0.2%2C0.06-0.2%2C0.18v1.37%0A%09c0%2C0.11%2C0.07%2C0.17%2C0.2%2C0.17c1.33-0.04%2C2.46-0.55%2C3.38-1.51s1.38-2.11%2C1.38-3.45c0-0.68-0.16-1.37-0.47-2.07%0A%09C22.6%2C13.89%2C23%2C12.8%2C23%2C11.56c0-0.71-0.14-1.39-0.42-2.04c-0.28-0.65-0.65-1.2-1.12-1.67s-1.03-0.84-1.67-1.12%0A%09c-0.65-0.27-1.32-0.41-2.03-0.41c-1.54%2C0-2.84%2C0.58-3.88%2C1.73c-0.86-0.41-1.74-0.62-2.65-0.62c-1.42%2C0-2.67%2C0.43-3.76%2C1.3%0A%09s-1.79%2C1.99-2.1%2C3.37c-1.1%2C0.26-2.01%2C0.83-2.73%2C1.73S1.56%2C15.75%2C1.56%2C16.9z%20M9.06%2C28.17h0.3l5.32-7.85%0A%09c0.04-0.04%2C0.05-0.09%2C0.02-0.14s-0.07-0.07-0.14-0.07h-2.18l2.3-4.21c0.07-0.14%2C0.03-0.22-0.14-0.22h-2.94%0A%09c-0.08%2C0-0.15%2C0.05-0.22%2C0.14l-2.16%2C5.72c-0.02%2C0.14%2C0.02%2C0.21%2C0.14%2C0.21h2.17L9.06%2C28.17z%20M9.94%2C4.59c0%2C0.25%2C0.08%2C0.46%2C0.24%2C0.62%0A%09l0.66%2C0.65c0.42%2C0.32%2C0.82%2C0.32%2C1.21%2C0c0.16-0.18%2C0.24-0.39%2C0.24-0.64c0-0.23-0.08-0.43-0.24-0.59l-0.64-0.65%0A%09c-0.19-0.17-0.39-0.25-0.62-0.25c-0.23%2C0-0.43%2C0.08-0.6%2C0.25C10.02%2C4.15%2C9.94%2C4.36%2C9.94%2C4.59z%20M15.28%2C9.02%0A%09C15.96%2C8.34%2C16.79%2C8%2C17.76%2C8c0.98%2C0%2C1.81%2C0.35%2C2.49%2C1.04c0.69%2C0.69%2C1.03%2C1.53%2C1.03%2C2.52c0%2C0.61-0.17%2C1.21-0.51%2C1.81%0A%09c-0.98-0.94-2.13-1.41-3.46-1.41h-0.31C16.74%2C10.82%2C16.16%2C9.84%2C15.28%2C9.02z%20M16.9%2C3.73c0%2C0.25%2C0.08%2C0.46%2C0.24%2C0.62%0A%09c0.16%2C0.16%2C0.36%2C0.24%2C0.61%2C0.24c0.24%2C0%2C0.43-0.08%2C0.59-0.24c0.16-0.16%2C0.23-0.37%2C0.23-0.62V1.69c0-0.24-0.08-0.43-0.23-0.59%0A%09c-0.16-0.16-0.35-0.23-0.59-0.23c-0.24%2C0-0.44%2C0.08-0.6%2C0.23S16.9%2C1.45%2C16.9%2C1.69V3.73z%20M22.42%2C6.05c0%2C0.23%2C0.09%2C0.43%2C0.27%2C0.6%0A%09c0.18%2C0.17%2C0.37%2C0.25%2C0.55%2C0.25c0.16%2C0%2C0.37-0.08%2C0.62-0.25l1.44-1.43c0.17-0.18%2C0.25-0.39%2C0.25-0.63c0-0.24-0.08-0.45-0.25-0.61%0A%09c-0.17-0.16-0.37-0.24-0.6-0.24c-0.22%2C0-0.41%2C0.08-0.58%2C0.25l-1.43%2C1.43C22.51%2C5.61%2C22.42%2C5.82%2C22.42%2C6.05z%20M23.23%2C17.87%0A%09c0%2C0.23%2C0.08%2C0.43%2C0.24%2C0.61l0.65%2C0.66c0.16%2C0.16%2C0.36%2C0.24%2C0.58%2C0.24c0.24%2C0%2C0.44-0.08%2C0.6-0.25c0.17-0.17%2C0.25-0.38%2C0.25-0.63%0A%09c0-0.23-0.08-0.42-0.25-0.57l-0.62-0.66c-0.19-0.16-0.39-0.23-0.62-0.23c-0.23%2C0-0.43%2C0.08-0.59%2C0.24%0A%09C23.31%2C17.44%2C23.23%2C17.64%2C23.23%2C17.87z%20M24.68%2C11.56c0%2C0.22%2C0.09%2C0.41%2C0.26%2C0.57c0.17%2C0.17%2C0.37%2C0.25%2C0.6%2C0.25h2.04%0A%09c0.24%2C0%2C0.44-0.08%2C0.61-0.24c0.17-0.16%2C0.25-0.35%2C0.25-0.59c0-0.24-0.09-0.44-0.26-0.61s-0.37-0.25-0.6-0.25h-2.04%0A%09c-0.23%2C0-0.43%2C0.08-0.6%2C0.25C24.77%2C11.12%2C24.68%2C11.32%2C24.68%2C11.56z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
#weatherWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-overcast_thunderstorm,
#polarLightWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-overcast_thunderstorm {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%23FBDA04%22%20d%3D%22M7.96%2C24.51h0.39l6.88-10.18c0.09-0.18%2C0.04-0.27-0.15-0.27h-2.84l2.99-5.45c0.09-0.18%2C0.02-0.27-0.2-0.27h-3.81%0A%09c-0.11%2C0-0.2%2C0.06-0.29%2C0.18l-2.78%2C7.4c-0.02%2C0.18%2C0.04%2C0.27%2C0.19%2C0.27h2.75L7.96%2C24.51z%20M16.46%2C18.18h0.27l5.22-7.67%0A%09c0.05-0.08%2C0.06-0.15%2C0.04-0.2s-0.08-0.07-0.17-0.07h-2.1l2.18-4.03c0.12-0.2%2C0.06-0.3-0.18-0.3h-2.74c-0.13%2C0-0.23%2C0.06-0.3%2C0.19%0A%09l-2.08%2C5.48c-0.03%2C0.09-0.03%2C0.16%2C0.01%2C0.21c0.04%2C0.05%2C0.1%2C0.07%2C0.19%2C0.07h2.04L16.46%2C18.18z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
#weatherWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-sunny_heavy_thunderstorm,
#polarLightWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-sunny_heavy_thunderstorm {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%23FBDA04%22%20d%3D%22M1.56%2C16.9c0%2C1.33%2C0.46%2C2.47%2C1.39%2C3.43c0.93%2C0.96%2C2.06%2C1.47%2C3.4%2C1.53c0.11%2C0%2C0.17-0.06%2C0.17-0.17v-1.37%0A%09c0-0.12-0.06-0.18-0.17-0.18c-0.87-0.07-1.6-0.41-2.19-1.04c-0.59-0.62-0.89-1.36-0.89-2.21c0-0.84%2C0.28-1.57%2C0.85-2.19%0A%09s1.26-0.97%2C2.1-1.04l0.52-0.08c0.13%2C0%2C0.2-0.06%2C0.2-0.17l0.06-0.51c0.11-1.08%2C0.56-1.99%2C1.37-2.71c0.81-0.73%2C1.76-1.09%2C2.86-1.09%0A%09c1.09%2C0%2C2.04%2C0.36%2C2.85%2C1.09c0.81%2C0.72%2C1.27%2C1.63%2C1.39%2C2.72l0.07%2C0.58c0%2C0.11%2C0.06%2C0.17%2C0.19%2C0.17h1.6c0.91%2C0%2C1.68%2C0.32%2C2.32%2C0.95%0A%09c0.64%2C0.63%2C0.96%2C1.39%2C0.96%2C2.28c0%2C0.85-0.3%2C1.59-0.89%2C2.21c-0.59%2C0.62-1.32%2C0.97-2.19%2C1.04c-0.13%2C0-0.2%2C0.06-0.2%2C0.18v1.37%0A%09c0%2C0.11%2C0.07%2C0.17%2C0.2%2C0.17c1.33-0.04%2C2.46-0.55%2C3.38-1.51s1.38-2.11%2C1.38-3.45c0-0.68-0.16-1.37-0.47-2.07%0A%09C22.6%2C13.89%2C23%2C12.8%2C23%2C11.56c0-0.71-0.14-1.39-0.42-2.04c-0.28-0.65-0.65-1.2-1.12-1.67s-1.03-0.84-1.67-1.12%0A%09c-0.65-0.27-1.32-0.41-2.03-0.41c-1.54%2C0-2.84%2C0.58-3.88%2C1.73c-0.86-0.41-1.74-0.62-2.65-0.62c-1.42%2C0-2.67%2C0.43-3.76%2C1.3%0A%09s-1.79%2C1.99-2.1%2C3.37c-1.1%2C0.26-2.01%2C0.83-2.73%2C1.73S1.56%2C15.75%2C1.56%2C16.9z%20M9.06%2C28.17h0.3l5.32-7.85%0A%09c0.04-0.04%2C0.05-0.09%2C0.02-0.14s-0.07-0.07-0.14-0.07h-2.18l2.3-4.21c0.07-0.14%2C0.03-0.22-0.14-0.22h-2.94%0A%09c-0.08%2C0-0.15%2C0.05-0.22%2C0.14l-2.16%2C5.72c-0.02%2C0.14%2C0.02%2C0.21%2C0.14%2C0.21h2.17L9.06%2C28.17z%20M9.94%2C4.59c0%2C0.25%2C0.08%2C0.46%2C0.24%2C0.62%0A%09l0.66%2C0.65c0.42%2C0.32%2C0.82%2C0.32%2C1.21%2C0c0.16-0.18%2C0.24-0.39%2C0.24-0.64c0-0.23-0.08-0.43-0.24-0.59l-0.64-0.65%0A%09c-0.19-0.17-0.39-0.25-0.62-0.25c-0.23%2C0-0.43%2C0.08-0.6%2C0.25C10.02%2C4.15%2C9.94%2C4.36%2C9.94%2C4.59z%20M15.28%2C9.02%0A%09C15.96%2C8.34%2C16.79%2C8%2C17.76%2C8c0.98%2C0%2C1.81%2C0.35%2C2.49%2C1.04c0.69%2C0.69%2C1.03%2C1.53%2C1.03%2C2.52c0%2C0.61-0.17%2C1.21-0.51%2C1.81%0A%09c-0.98-0.94-2.13-1.41-3.46-1.41h-0.31C16.74%2C10.82%2C16.16%2C9.84%2C15.28%2C9.02z%20M16.9%2C3.73c0%2C0.25%2C0.08%2C0.46%2C0.24%2C0.62%0A%09c0.16%2C0.16%2C0.36%2C0.24%2C0.61%2C0.24c0.24%2C0%2C0.43-0.08%2C0.59-0.24c0.16-0.16%2C0.23-0.37%2C0.23-0.62V1.69c0-0.24-0.08-0.43-0.23-0.59%0A%09c-0.16-0.16-0.35-0.23-0.59-0.23c-0.24%2C0-0.44%2C0.08-0.6%2C0.23S16.9%2C1.45%2C16.9%2C1.69V3.73z%20M22.42%2C6.05c0%2C0.23%2C0.09%2C0.43%2C0.27%2C0.6%0A%09c0.18%2C0.17%2C0.37%2C0.25%2C0.55%2C0.25c0.16%2C0%2C0.37-0.08%2C0.62-0.25l1.44-1.43c0.17-0.18%2C0.25-0.39%2C0.25-0.63c0-0.24-0.08-0.45-0.25-0.61%0A%09c-0.17-0.16-0.37-0.24-0.6-0.24c-0.22%2C0-0.41%2C0.08-0.58%2C0.25l-1.43%2C1.43C22.51%2C5.61%2C22.42%2C5.82%2C22.42%2C6.05z%20M23.23%2C17.87%0A%09c0%2C0.23%2C0.08%2C0.43%2C0.24%2C0.61l0.65%2C0.66c0.16%2C0.16%2C0.36%2C0.24%2C0.58%2C0.24c0.24%2C0%2C0.44-0.08%2C0.6-0.25c0.17-0.17%2C0.25-0.38%2C0.25-0.63%0A%09c0-0.23-0.08-0.42-0.25-0.57l-0.62-0.66c-0.19-0.16-0.39-0.23-0.62-0.23c-0.23%2C0-0.43%2C0.08-0.59%2C0.24%0A%09C23.31%2C17.44%2C23.23%2C17.64%2C23.23%2C17.87z%20M24.68%2C11.56c0%2C0.22%2C0.09%2C0.41%2C0.26%2C0.57c0.17%2C0.17%2C0.37%2C0.25%2C0.6%2C0.25h2.04%0A%09c0.24%2C0%2C0.44-0.08%2C0.61-0.24c0.17-0.16%2C0.25-0.35%2C0.25-0.59c0-0.24-0.09-0.44-0.26-0.61s-0.37-0.25-0.6-0.25h-2.04%0A%09c-0.23%2C0-0.43%2C0.08-0.6%2C0.25C24.77%2C11.12%2C24.68%2C11.32%2C24.68%2C11.56z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
#weatherWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-cloudy_heavy_thunderstorm,
#polarLightWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-cloudy_heavy_thunderstorm {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%23FBDA04%22%20d%3D%22M1.56%2C16.9c0%2C1.33%2C0.46%2C2.47%2C1.39%2C3.43c0.93%2C0.96%2C2.06%2C1.47%2C3.4%2C1.53c0.11%2C0%2C0.17-0.06%2C0.17-0.17v-1.37%0A%09c0-0.12-0.06-0.18-0.17-0.18c-0.87-0.07-1.6-0.41-2.19-1.04c-0.59-0.62-0.89-1.36-0.89-2.21c0-0.84%2C0.28-1.57%2C0.85-2.19%0A%09s1.26-0.97%2C2.1-1.04l0.52-0.08c0.13%2C0%2C0.2-0.06%2C0.2-0.17l0.06-0.51c0.11-1.08%2C0.56-1.99%2C1.37-2.71c0.81-0.73%2C1.76-1.09%2C2.86-1.09%0A%09c1.09%2C0%2C2.04%2C0.36%2C2.85%2C1.09c0.81%2C0.72%2C1.27%2C1.63%2C1.39%2C2.72l0.07%2C0.58c0%2C0.11%2C0.06%2C0.17%2C0.19%2C0.17h1.6c0.91%2C0%2C1.68%2C0.32%2C2.32%2C0.95%0A%09c0.64%2C0.63%2C0.96%2C1.39%2C0.96%2C2.28c0%2C0.85-0.3%2C1.59-0.89%2C2.21c-0.59%2C0.62-1.32%2C0.97-2.19%2C1.04c-0.13%2C0-0.2%2C0.06-0.2%2C0.18v1.37%0A%09c0%2C0.11%2C0.07%2C0.17%2C0.2%2C0.17c1.33-0.04%2C2.46-0.55%2C3.38-1.51s1.38-2.11%2C1.38-3.45c0-0.68-0.16-1.37-0.47-2.07%0A%09C22.6%2C13.89%2C23%2C12.8%2C23%2C11.56c0-0.71-0.14-1.39-0.42-2.04c-0.28-0.65-0.65-1.2-1.12-1.67s-1.03-0.84-1.67-1.12%0A%09c-0.65-0.27-1.32-0.41-2.03-0.41c-1.54%2C0-2.84%2C0.58-3.88%2C1.73c-0.86-0.41-1.74-0.62-2.65-0.62c-1.42%2C0-2.67%2C0.43-3.76%2C1.3%0A%09s-1.79%2C1.99-2.1%2C3.37c-1.1%2C0.26-2.01%2C0.83-2.73%2C1.73S1.56%2C15.75%2C1.56%2C16.9z%20M9.06%2C28.17h0.3l5.32-7.85%0A%09c0.04-0.04%2C0.05-0.09%2C0.02-0.14s-0.07-0.07-0.14-0.07h-2.18l2.3-4.21c0.07-0.14%2C0.03-0.22-0.14-0.22h-2.94%0A%09c-0.08%2C0-0.15%2C0.05-0.22%2C0.14l-2.16%2C5.72c-0.02%2C0.14%2C0.02%2C0.21%2C0.14%2C0.21h2.17L9.06%2C28.17z%20M9.94%2C4.59c0%2C0.25%2C0.08%2C0.46%2C0.24%2C0.62%0A%09l0.66%2C0.65c0.42%2C0.32%2C0.82%2C0.32%2C1.21%2C0c0.16-0.18%2C0.24-0.39%2C0.24-0.64c0-0.23-0.08-0.43-0.24-0.59l-0.64-0.65%0A%09c-0.19-0.17-0.39-0.25-0.62-0.25c-0.23%2C0-0.43%2C0.08-0.6%2C0.25C10.02%2C4.15%2C9.94%2C4.36%2C9.94%2C4.59z%20M15.28%2C9.02%0A%09C15.96%2C8.34%2C16.79%2C8%2C17.76%2C8c0.98%2C0%2C1.81%2C0.35%2C2.49%2C1.04c0.69%2C0.69%2C1.03%2C1.53%2C1.03%2C2.52c0%2C0.61-0.17%2C1.21-0.51%2C1.81%0A%09c-0.98-0.94-2.13-1.41-3.46-1.41h-0.31C16.74%2C10.82%2C16.16%2C9.84%2C15.28%2C9.02z%20M16.9%2C3.73c0%2C0.25%2C0.08%2C0.46%2C0.24%2C0.62%0A%09c0.16%2C0.16%2C0.36%2C0.24%2C0.61%2C0.24c0.24%2C0%2C0.43-0.08%2C0.59-0.24c0.16-0.16%2C0.23-0.37%2C0.23-0.62V1.69c0-0.24-0.08-0.43-0.23-0.59%0A%09c-0.16-0.16-0.35-0.23-0.59-0.23c-0.24%2C0-0.44%2C0.08-0.6%2C0.23S16.9%2C1.45%2C16.9%2C1.69V3.73z%20M22.42%2C6.05c0%2C0.23%2C0.09%2C0.43%2C0.27%2C0.6%0A%09c0.18%2C0.17%2C0.37%2C0.25%2C0.55%2C0.25c0.16%2C0%2C0.37-0.08%2C0.62-0.25l1.44-1.43c0.17-0.18%2C0.25-0.39%2C0.25-0.63c0-0.24-0.08-0.45-0.25-0.61%0A%09c-0.17-0.16-0.37-0.24-0.6-0.24c-0.22%2C0-0.41%2C0.08-0.58%2C0.25l-1.43%2C1.43C22.51%2C5.61%2C22.42%2C5.82%2C22.42%2C6.05z%20M23.23%2C17.87%0A%09c0%2C0.23%2C0.08%2C0.43%2C0.24%2C0.61l0.65%2C0.66c0.16%2C0.16%2C0.36%2C0.24%2C0.58%2C0.24c0.24%2C0%2C0.44-0.08%2C0.6-0.25c0.17-0.17%2C0.25-0.38%2C0.25-0.63%0A%09c0-0.23-0.08-0.42-0.25-0.57l-0.62-0.66c-0.19-0.16-0.39-0.23-0.62-0.23c-0.23%2C0-0.43%2C0.08-0.59%2C0.24%0A%09C23.31%2C17.44%2C23.23%2C17.64%2C23.23%2C17.87z%20M24.68%2C11.56c0%2C0.22%2C0.09%2C0.41%2C0.26%2C0.57c0.17%2C0.17%2C0.37%2C0.25%2C0.6%2C0.25h2.04%0A%09c0.24%2C0%2C0.44-0.08%2C0.61-0.24c0.17-0.16%2C0.25-0.35%2C0.25-0.59c0-0.24-0.09-0.44-0.26-0.61s-0.37-0.25-0.6-0.25h-2.04%0A%09c-0.23%2C0-0.43%2C0.08-0.6%2C0.25C24.77%2C11.12%2C24.68%2C11.32%2C24.68%2C11.56z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
#weatherWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-overcast_heavy_thunderstorm,
#polarLightWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-overcast_heavy_thunderstorm {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%23FBDA04%22%20d%3D%22M7.96%2C24.51h0.39l6.88-10.18c0.09-0.18%2C0.04-0.27-0.15-0.27h-2.84l2.99-5.45c0.09-0.18%2C0.02-0.27-0.2-0.27h-3.81%0A%09c-0.11%2C0-0.2%2C0.06-0.29%2C0.18l-2.78%2C7.4c-0.02%2C0.18%2C0.04%2C0.27%2C0.19%2C0.27h2.75L7.96%2C24.51z%20M16.46%2C18.18h0.27l5.22-7.67%0A%09c0.05-0.08%2C0.06-0.15%2C0.04-0.2s-0.08-0.07-0.17-0.07h-2.1l2.18-4.03c0.12-0.2%2C0.06-0.3-0.18-0.3h-2.74c-0.13%2C0-0.23%2C0.06-0.3%2C0.19%0A%09l-2.08%2C5.48c-0.03%2C0.09-0.03%2C0.16%2C0.01%2C0.21c0.04%2C0.05%2C0.1%2C0.07%2C0.19%2C0.07h2.04L16.46%2C18.18z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
#weatherWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-light_snow,
#polarLightWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-light_snow {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M4.64%2C16.95c0-1.16%2C0.35-2.18%2C1.06-3.08s1.62-1.48%2C2.74-1.76c0.31-1.36%2C1.01-2.48%2C2.1-3.36s2.34-1.31%2C3.75-1.31%0A%09c1.38%2C0%2C2.6%2C0.43%2C3.68%2C1.28c1.08%2C0.85%2C1.78%2C1.95%2C2.1%2C3.29h0.32c0.89%2C0%2C1.72%2C0.22%2C2.48%2C0.66c0.76%2C0.44%2C1.37%2C1.04%2C1.81%2C1.8%0A%09c0.44%2C0.76%2C0.67%2C1.59%2C0.67%2C2.48c0%2C1.32-0.46%2C2.47-1.39%2C3.42c-0.92%2C0.96-2.05%2C1.46-3.38%2C1.5c-0.13%2C0-0.2-0.06-0.2-0.17v-1.33%0A%09c0-0.12%2C0.07-0.18%2C0.2-0.18c0.85-0.04%2C1.58-0.38%2C2.18-1.02s0.9-1.38%2C0.9-2.23c0-0.89-0.32-1.65-0.97-2.3s-1.42-0.97-2.32-0.97h-1.61%0A%09c-0.12%2C0-0.18-0.06-0.18-0.17l-0.08-0.58c-0.11-1.08-0.58-1.99-1.39-2.72c-0.82-0.73-1.76-1.1-2.85-1.1c-1.1%2C0-2.05%2C0.37-2.86%2C1.11%0A%09c-0.81%2C0.74-1.27%2C1.65-1.37%2C2.75l-0.06%2C0.5c0%2C0.12-0.07%2C0.19-0.2%2C0.19l-0.53%2C0.07c-0.83%2C0.07-1.53%2C0.41-2.1%2C1.04%0A%09s-0.85%2C1.35-0.85%2C2.19c0%2C0.85%2C0.3%2C1.59%2C0.9%2C2.23s1.33%2C0.97%2C2.18%2C1.02c0.11%2C0%2C0.17%2C0.06%2C0.17%2C0.18v1.33c0%2C0.11-0.06%2C0.17-0.17%2C0.17%0A%09c-1.34-0.04-2.47-0.54-3.4-1.5C5.1%2C19.42%2C4.64%2C18.27%2C4.64%2C16.95z%20M11%2C21.02c0-0.22%2C0.08-0.42%2C0.24-0.58%0A%09c0.16-0.16%2C0.35-0.24%2C0.59-0.24c0.23%2C0%2C0.43%2C0.08%2C0.59%2C0.24c0.16%2C0.16%2C0.24%2C0.36%2C0.24%2C0.58c0%2C0.24-0.08%2C0.44-0.24%2C0.6%0A%09c-0.16%2C0.17-0.35%2C0.25-0.59%2C0.25c-0.23%2C0-0.43-0.08-0.59-0.25C11.08%2C21.46%2C11%2C21.26%2C11%2C21.02z%20M11%2C24.65c0-0.24%2C0.08-0.44%2C0.24-0.6%0A%09c0.16-0.15%2C0.35-0.23%2C0.58-0.23c0.23%2C0%2C0.43%2C0.08%2C0.59%2C0.23c0.16%2C0.16%2C0.24%2C0.35%2C0.24%2C0.59c0%2C0.24-0.08%2C0.43-0.24%2C0.59%0A%09c-0.16%2C0.16-0.35%2C0.23-0.59%2C0.23c-0.23%2C0-0.43-0.08-0.59-0.23C11.08%2C25.08%2C11%2C24.88%2C11%2C24.65z%20M14.19%2C22.95%0A%09c0-0.23%2C0.08-0.44%2C0.25-0.62c0.16-0.16%2C0.35-0.24%2C0.57-0.24c0.23%2C0%2C0.43%2C0.09%2C0.6%2C0.26c0.17%2C0.17%2C0.26%2C0.37%2C0.26%2C0.6%0A%09c0%2C0.23-0.08%2C0.43-0.25%2C0.6c-0.17%2C0.17-0.37%2C0.25-0.61%2C0.25c-0.23%2C0-0.42-0.08-0.58-0.25S14.19%2C23.18%2C14.19%2C22.95z%20M14.19%2C19.33%0A%09c0-0.23%2C0.08-0.43%2C0.25-0.6c0.18-0.16%2C0.37-0.24%2C0.57-0.24c0.24%2C0%2C0.44%2C0.08%2C0.61%2C0.25c0.17%2C0.17%2C0.25%2C0.36%2C0.25%2C0.6%0A%09c0%2C0.23-0.08%2C0.43-0.25%2C0.59c-0.17%2C0.16-0.37%2C0.24-0.61%2C0.24c-0.23%2C0-0.42-0.08-0.58-0.24C14.27%2C19.76%2C14.19%2C19.56%2C14.19%2C19.33z%0A%09%20M14.19%2C26.61c0-0.23%2C0.08-0.43%2C0.25-0.61c0.16-0.16%2C0.35-0.24%2C0.57-0.24c0.24%2C0%2C0.44%2C0.08%2C0.61%2C0.25c0.17%2C0.17%2C0.25%2C0.37%2C0.25%2C0.6%0A%09s-0.08%2C0.43-0.25%2C0.59c-0.17%2C0.16-0.37%2C0.24-0.61%2C0.24c-0.23%2C0-0.42-0.08-0.58-0.24C14.27%2C27.03%2C14.19%2C26.84%2C14.19%2C26.61z%0A%09%20M17.41%2C21.02c0-0.22%2C0.08-0.41%2C0.25-0.58c0.17-0.17%2C0.37-0.25%2C0.6-0.25c0.23%2C0%2C0.43%2C0.08%2C0.59%2C0.24c0.16%2C0.16%2C0.24%2C0.36%2C0.24%2C0.58%0A%09c0%2C0.24-0.08%2C0.44-0.24%2C0.6c-0.16%2C0.17-0.35%2C0.25-0.59%2C0.25c-0.24%2C0-0.44-0.08-0.6-0.25C17.5%2C21.45%2C17.41%2C21.25%2C17.41%2C21.02z%0A%09%20M17.41%2C24.65c0-0.22%2C0.08-0.42%2C0.25-0.6c0.16-0.15%2C0.36-0.23%2C0.6-0.23c0.24%2C0%2C0.43%2C0.08%2C0.59%2C0.23s0.23%2C0.35%2C0.23%2C0.59%0A%09c0%2C0.24-0.08%2C0.43-0.23%2C0.59c-0.16%2C0.16-0.35%2C0.23-0.59%2C0.23c-0.24%2C0-0.44-0.08-0.6-0.24C17.5%2C25.07%2C17.41%2C24.88%2C17.41%2C24.65z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
#weatherWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-snow,
#polarLightWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-snow {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M4.64%2C16.95c0-1.16%2C0.35-2.18%2C1.06-3.08s1.62-1.48%2C2.74-1.76c0.31-1.36%2C1.01-2.48%2C2.1-3.36s2.34-1.31%2C3.75-1.31%0A%09c1.38%2C0%2C2.6%2C0.43%2C3.68%2C1.28c1.08%2C0.85%2C1.78%2C1.95%2C2.1%2C3.29h0.32c0.89%2C0%2C1.72%2C0.22%2C2.48%2C0.66c0.76%2C0.44%2C1.37%2C1.04%2C1.81%2C1.8%0A%09c0.44%2C0.76%2C0.67%2C1.59%2C0.67%2C2.48c0%2C1.32-0.46%2C2.47-1.39%2C3.42c-0.92%2C0.96-2.05%2C1.46-3.38%2C1.5c-0.13%2C0-0.2-0.06-0.2-0.17v-1.33%0A%09c0-0.12%2C0.07-0.18%2C0.2-0.18c0.85-0.04%2C1.58-0.38%2C2.18-1.02s0.9-1.38%2C0.9-2.23c0-0.89-0.32-1.65-0.97-2.3s-1.42-0.97-2.32-0.97h-1.61%0A%09c-0.12%2C0-0.18-0.06-0.18-0.17l-0.08-0.58c-0.11-1.08-0.58-1.99-1.39-2.72c-0.82-0.73-1.76-1.1-2.85-1.1c-1.1%2C0-2.05%2C0.37-2.86%2C1.11%0A%09c-0.81%2C0.74-1.27%2C1.65-1.37%2C2.75l-0.06%2C0.5c0%2C0.12-0.07%2C0.19-0.2%2C0.19l-0.53%2C0.07c-0.83%2C0.07-1.53%2C0.41-2.1%2C1.04%0A%09s-0.85%2C1.35-0.85%2C2.19c0%2C0.85%2C0.3%2C1.59%2C0.9%2C2.23s1.33%2C0.97%2C2.18%2C1.02c0.11%2C0%2C0.17%2C0.06%2C0.17%2C0.18v1.33c0%2C0.11-0.06%2C0.17-0.17%2C0.17%0A%09c-1.34-0.04-2.47-0.54-3.4-1.5C5.1%2C19.42%2C4.64%2C18.27%2C4.64%2C16.95z%20M11%2C21.02c0-0.22%2C0.08-0.42%2C0.24-0.58%0A%09c0.16-0.16%2C0.35-0.24%2C0.59-0.24c0.23%2C0%2C0.43%2C0.08%2C0.59%2C0.24c0.16%2C0.16%2C0.24%2C0.36%2C0.24%2C0.58c0%2C0.24-0.08%2C0.44-0.24%2C0.6%0A%09c-0.16%2C0.17-0.35%2C0.25-0.59%2C0.25c-0.23%2C0-0.43-0.08-0.59-0.25C11.08%2C21.46%2C11%2C21.26%2C11%2C21.02z%20M11%2C24.65c0-0.24%2C0.08-0.44%2C0.24-0.6%0A%09c0.16-0.15%2C0.35-0.23%2C0.58-0.23c0.23%2C0%2C0.43%2C0.08%2C0.59%2C0.23c0.16%2C0.16%2C0.24%2C0.35%2C0.24%2C0.59c0%2C0.24-0.08%2C0.43-0.24%2C0.59%0A%09c-0.16%2C0.16-0.35%2C0.23-0.59%2C0.23c-0.23%2C0-0.43-0.08-0.59-0.23C11.08%2C25.08%2C11%2C24.88%2C11%2C24.65z%20M14.19%2C22.95%0A%09c0-0.23%2C0.08-0.44%2C0.25-0.62c0.16-0.16%2C0.35-0.24%2C0.57-0.24c0.23%2C0%2C0.43%2C0.09%2C0.6%2C0.26c0.17%2C0.17%2C0.26%2C0.37%2C0.26%2C0.6%0A%09c0%2C0.23-0.08%2C0.43-0.25%2C0.6c-0.17%2C0.17-0.37%2C0.25-0.61%2C0.25c-0.23%2C0-0.42-0.08-0.58-0.25S14.19%2C23.18%2C14.19%2C22.95z%20M14.19%2C19.33%0A%09c0-0.23%2C0.08-0.43%2C0.25-0.6c0.18-0.16%2C0.37-0.24%2C0.57-0.24c0.24%2C0%2C0.44%2C0.08%2C0.61%2C0.25c0.17%2C0.17%2C0.25%2C0.36%2C0.25%2C0.6%0A%09c0%2C0.23-0.08%2C0.43-0.25%2C0.59c-0.17%2C0.16-0.37%2C0.24-0.61%2C0.24c-0.23%2C0-0.42-0.08-0.58-0.24C14.27%2C19.76%2C14.19%2C19.56%2C14.19%2C19.33z%0A%09%20M14.19%2C26.61c0-0.23%2C0.08-0.43%2C0.25-0.61c0.16-0.16%2C0.35-0.24%2C0.57-0.24c0.24%2C0%2C0.44%2C0.08%2C0.61%2C0.25c0.17%2C0.17%2C0.25%2C0.37%2C0.25%2C0.6%0A%09s-0.08%2C0.43-0.25%2C0.59c-0.17%2C0.16-0.37%2C0.24-0.61%2C0.24c-0.23%2C0-0.42-0.08-0.58-0.24C14.27%2C27.03%2C14.19%2C26.84%2C14.19%2C26.61z%0A%09%20M17.41%2C21.02c0-0.22%2C0.08-0.41%2C0.25-0.58c0.17-0.17%2C0.37-0.25%2C0.6-0.25c0.23%2C0%2C0.43%2C0.08%2C0.59%2C0.24c0.16%2C0.16%2C0.24%2C0.36%2C0.24%2C0.58%0A%09c0%2C0.24-0.08%2C0.44-0.24%2C0.6c-0.16%2C0.17-0.35%2C0.25-0.59%2C0.25c-0.24%2C0-0.44-0.08-0.6-0.25C17.5%2C21.45%2C17.41%2C21.25%2C17.41%2C21.02z%0A%09%20M17.41%2C24.65c0-0.22%2C0.08-0.42%2C0.25-0.6c0.16-0.15%2C0.36-0.23%2C0.6-0.23c0.24%2C0%2C0.43%2C0.08%2C0.59%2C0.23s0.23%2C0.35%2C0.23%2C0.59%0A%09c0%2C0.24-0.08%2C0.43-0.23%2C0.59c-0.16%2C0.16-0.35%2C0.23-0.59%2C0.23c-0.24%2C0-0.44-0.08-0.6-0.24C17.5%2C25.07%2C17.41%2C24.88%2C17.41%2C24.65z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
#weatherWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-heavy_snow,
#polarLightWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-heavy_snow {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M4.64%2C16.95c0-1.16%2C0.35-2.18%2C1.06-3.08s1.62-1.48%2C2.74-1.76c0.31-1.36%2C1.01-2.48%2C2.1-3.36s2.34-1.31%2C3.75-1.31%0A%09c1.38%2C0%2C2.6%2C0.43%2C3.68%2C1.28c1.08%2C0.85%2C1.78%2C1.95%2C2.1%2C3.29h0.32c0.89%2C0%2C1.72%2C0.22%2C2.48%2C0.66c0.76%2C0.44%2C1.37%2C1.04%2C1.81%2C1.8%0A%09c0.44%2C0.76%2C0.67%2C1.59%2C0.67%2C2.48c0%2C1.32-0.46%2C2.47-1.39%2C3.42c-0.92%2C0.96-2.05%2C1.46-3.38%2C1.5c-0.13%2C0-0.2-0.06-0.2-0.17v-1.33%0A%09c0-0.12%2C0.07-0.18%2C0.2-0.18c0.85-0.04%2C1.58-0.38%2C2.18-1.02s0.9-1.38%2C0.9-2.23c0-0.89-0.32-1.65-0.97-2.3s-1.42-0.97-2.32-0.97h-1.61%0A%09c-0.12%2C0-0.18-0.06-0.18-0.17l-0.08-0.58c-0.11-1.08-0.58-1.99-1.39-2.72c-0.82-0.73-1.76-1.1-2.85-1.1c-1.1%2C0-2.05%2C0.37-2.86%2C1.11%0A%09c-0.81%2C0.74-1.27%2C1.65-1.37%2C2.75l-0.06%2C0.5c0%2C0.12-0.07%2C0.19-0.2%2C0.19l-0.53%2C0.07c-0.83%2C0.07-1.53%2C0.41-2.1%2C1.04%0A%09s-0.85%2C1.35-0.85%2C2.19c0%2C0.85%2C0.3%2C1.59%2C0.9%2C2.23s1.33%2C0.97%2C2.18%2C1.02c0.11%2C0%2C0.17%2C0.06%2C0.17%2C0.18v1.33c0%2C0.11-0.06%2C0.17-0.17%2C0.17%0A%09c-1.34-0.04-2.47-0.54-3.4-1.5C5.1%2C19.42%2C4.64%2C18.27%2C4.64%2C16.95z%20M11%2C21.02c0-0.22%2C0.08-0.42%2C0.24-0.58%0A%09c0.16-0.16%2C0.35-0.24%2C0.59-0.24c0.23%2C0%2C0.43%2C0.08%2C0.59%2C0.24c0.16%2C0.16%2C0.24%2C0.36%2C0.24%2C0.58c0%2C0.24-0.08%2C0.44-0.24%2C0.6%0A%09c-0.16%2C0.17-0.35%2C0.25-0.59%2C0.25c-0.23%2C0-0.43-0.08-0.59-0.25C11.08%2C21.46%2C11%2C21.26%2C11%2C21.02z%20M11%2C24.65c0-0.24%2C0.08-0.44%2C0.24-0.6%0A%09c0.16-0.15%2C0.35-0.23%2C0.58-0.23c0.23%2C0%2C0.43%2C0.08%2C0.59%2C0.23c0.16%2C0.16%2C0.24%2C0.35%2C0.24%2C0.59c0%2C0.24-0.08%2C0.43-0.24%2C0.59%0A%09c-0.16%2C0.16-0.35%2C0.23-0.59%2C0.23c-0.23%2C0-0.43-0.08-0.59-0.23C11.08%2C25.08%2C11%2C24.88%2C11%2C24.65z%20M14.19%2C22.95%0A%09c0-0.23%2C0.08-0.44%2C0.25-0.62c0.16-0.16%2C0.35-0.24%2C0.57-0.24c0.23%2C0%2C0.43%2C0.09%2C0.6%2C0.26c0.17%2C0.17%2C0.26%2C0.37%2C0.26%2C0.6%0A%09c0%2C0.23-0.08%2C0.43-0.25%2C0.6c-0.17%2C0.17-0.37%2C0.25-0.61%2C0.25c-0.23%2C0-0.42-0.08-0.58-0.25S14.19%2C23.18%2C14.19%2C22.95z%20M14.19%2C19.33%0A%09c0-0.23%2C0.08-0.43%2C0.25-0.6c0.18-0.16%2C0.37-0.24%2C0.57-0.24c0.24%2C0%2C0.44%2C0.08%2C0.61%2C0.25c0.17%2C0.17%2C0.25%2C0.36%2C0.25%2C0.6%0A%09c0%2C0.23-0.08%2C0.43-0.25%2C0.59c-0.17%2C0.16-0.37%2C0.24-0.61%2C0.24c-0.23%2C0-0.42-0.08-0.58-0.24C14.27%2C19.76%2C14.19%2C19.56%2C14.19%2C19.33z%0A%09%20M14.19%2C26.61c0-0.23%2C0.08-0.43%2C0.25-0.61c0.16-0.16%2C0.35-0.24%2C0.57-0.24c0.24%2C0%2C0.44%2C0.08%2C0.61%2C0.25c0.17%2C0.17%2C0.25%2C0.37%2C0.25%2C0.6%0A%09s-0.08%2C0.43-0.25%2C0.59c-0.17%2C0.16-0.37%2C0.24-0.61%2C0.24c-0.23%2C0-0.42-0.08-0.58-0.24C14.27%2C27.03%2C14.19%2C26.84%2C14.19%2C26.61z%0A%09%20M17.41%2C21.02c0-0.22%2C0.08-0.41%2C0.25-0.58c0.17-0.17%2C0.37-0.25%2C0.6-0.25c0.23%2C0%2C0.43%2C0.08%2C0.59%2C0.24c0.16%2C0.16%2C0.24%2C0.36%2C0.24%2C0.58%0A%09c0%2C0.24-0.08%2C0.44-0.24%2C0.6c-0.16%2C0.17-0.35%2C0.25-0.59%2C0.25c-0.24%2C0-0.44-0.08-0.6-0.25C17.5%2C21.45%2C17.41%2C21.25%2C17.41%2C21.02z%0A%09%20M17.41%2C24.65c0-0.22%2C0.08-0.42%2C0.25-0.6c0.16-0.15%2C0.36-0.23%2C0.6-0.23c0.24%2C0%2C0.43%2C0.08%2C0.59%2C0.23s0.23%2C0.35%2C0.23%2C0.59%0A%09c0%2C0.24-0.08%2C0.43-0.23%2C0.59c-0.16%2C0.16-0.35%2C0.23-0.59%2C0.23c-0.24%2C0-0.44-0.08-0.6-0.24C17.5%2C25.07%2C17.41%2C24.88%2C17.41%2C24.65z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
#weatherWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-sunny_light_snow,
#polarLightWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-sunny_light_snow {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M1.58%2C16.93c0%2C0.86%2C0.21%2C1.67%2C0.64%2C2.41c0.42%2C0.74%2C1%2C1.34%2C1.74%2C1.79c0.73%2C0.45%2C1.54%2C0.69%2C2.4%2C0.71%0A%09c0.11%2C0%2C0.17-0.06%2C0.17-0.17v-1.33c0-0.12-0.06-0.19-0.17-0.19c-0.85-0.04-1.58-0.38-2.18-1.02s-0.9-1.37-0.9-2.21%0A%09c0-0.82%2C0.28-1.54%2C0.85-2.16c0.57-0.61%2C1.26-0.97%2C2.1-1.07l0.53-0.06c0.12%2C0%2C0.18-0.06%2C0.18-0.19l0.08-0.51%0A%09c0.11-1.09%2C0.56-2%2C1.36-2.73c0.8-0.73%2C1.75-1.09%2C2.85-1.09c1.09%2C0%2C2.04%2C0.36%2C2.85%2C1.09c0.82%2C0.73%2C1.28%2C1.63%2C1.38%2C2.7l0.07%2C0.58%0A%09c0%2C0.11%2C0.06%2C0.17%2C0.17%2C0.17h1.61c0.9%2C0%2C1.67%2C0.32%2C2.31%2C0.96c0.64%2C0.64%2C0.96%2C1.4%2C0.96%2C2.29c0%2C0.84-0.3%2C1.57-0.9%2C2.21%0A%09c-0.6%2C0.63-1.33%2C0.97-2.17%2C1.02c-0.12%2C0-0.19%2C0.06-0.19%2C0.19v1.33c0%2C0.11%2C0.06%2C0.17%2C0.19%2C0.17c1.33-0.04%2C2.45-0.54%2C3.38-1.5%0A%09c0.93-0.96%2C1.39-2.09%2C1.39-3.41c0-0.76-0.14-1.43-0.43-2.03C22.6%2C13.95%2C23%2C12.85%2C23%2C11.6c0-0.94-0.23-1.81-0.7-2.61%0A%09c-0.47-0.8-1.11-1.44-1.91-1.91s-1.68-0.7-2.62-0.7c-1.54%2C0-2.83%2C0.58-3.87%2C1.73c-0.81-0.44-1.71-0.66-2.69-0.66%0A%09c-1.41%2C0-2.65%2C0.44-3.74%2C1.31s-1.78%2C1.99-2.09%2C3.34c-1.12%2C0.28-2.03%2C0.86-2.74%2C1.75C1.93%2C14.75%2C1.58%2C15.77%2C1.58%2C16.93z%20M7.92%2C20.98%0A%09c0%2C0.24%2C0.08%2C0.44%2C0.24%2C0.61c0.16%2C0.17%2C0.35%2C0.25%2C0.59%2C0.25c0.23%2C0%2C0.43-0.08%2C0.59-0.25c0.16-0.17%2C0.24-0.37%2C0.24-0.61%0A%09c0-0.23-0.08-0.42-0.24-0.58s-0.35-0.24-0.59-0.24c-0.23%2C0-0.43%2C0.08-0.59%2C0.24S7.92%2C20.76%2C7.92%2C20.98z%20M7.92%2C24.61%0A%09c0%2C0.21%2C0.08%2C0.4%2C0.24%2C0.57c0.18%2C0.16%2C0.37%2C0.24%2C0.58%2C0.24c0.24%2C0%2C0.43-0.08%2C0.59-0.23c0.16-0.16%2C0.23-0.35%2C0.23-0.58%0A%09c0-0.24-0.08-0.43-0.24-0.59c-0.16-0.16-0.35-0.23-0.59-0.23c-0.23%2C0-0.43%2C0.08-0.59%2C0.23C8%2C24.17%2C7.92%2C24.37%2C7.92%2C24.61z%0A%09%20M9.97%2C4.68c0%2C0.24%2C0.08%2C0.44%2C0.24%2C0.59l0.66%2C0.66c0.16%2C0.16%2C0.34%2C0.25%2C0.53%2C0.25c0.21%2C0.03%2C0.41-0.04%2C0.61-0.22%0A%09c0.2-0.18%2C0.3-0.39%2C0.3-0.63c0-0.24-0.08-0.46-0.24-0.64l-0.64-0.61c-0.15-0.17-0.34-0.25-0.58-0.25c-0.25%2C0-0.46%2C0.08-0.63%2C0.25%0A%09C10.05%2C4.24%2C9.97%2C4.44%2C9.97%2C4.68z%20M11.1%2C22.9c0%2C0.22%2C0.08%2C0.42%2C0.24%2C0.6c0.16%2C0.16%2C0.36%2C0.24%2C0.58%2C0.24c0.24%2C0%2C0.44-0.08%2C0.6-0.24%0A%09s0.25-0.36%2C0.25-0.6c0-0.23-0.08-0.43-0.25-0.6s-0.37-0.25-0.6-0.25c-0.23%2C0-0.42%2C0.08-0.58%2C0.25S11.1%2C22.67%2C11.1%2C22.9z%20M11.1%2C19.3%0A%09c0%2C0.23%2C0.08%2C0.42%2C0.24%2C0.58s0.36%2C0.24%2C0.58%2C0.24c0.24%2C0%2C0.44-0.08%2C0.6-0.24c0.17-0.16%2C0.25-0.35%2C0.25-0.59%0A%09c0-0.23-0.08-0.43-0.25-0.59s-0.37-0.24-0.6-0.24c-0.23%2C0-0.42%2C0.08-0.58%2C0.24S11.1%2C19.07%2C11.1%2C19.3z%20M11.1%2C26.56%0A%09c0%2C0.22%2C0.08%2C0.41%2C0.24%2C0.57c0.17%2C0.17%2C0.36%2C0.25%2C0.58%2C0.25c0.24%2C0%2C0.44-0.08%2C0.6-0.23c0.17-0.16%2C0.25-0.35%2C0.25-0.59%0A%09s-0.08-0.44-0.25-0.6c-0.17-0.17-0.37-0.25-0.6-0.25c-0.22%2C0-0.41%2C0.08-0.58%2C0.25C11.18%2C26.13%2C11.1%2C26.33%2C11.1%2C26.56z%20M14.32%2C20.98%0A%09c0%2C0.24%2C0.08%2C0.44%2C0.24%2C0.61c0.16%2C0.17%2C0.36%2C0.25%2C0.59%2C0.25s0.43-0.08%2C0.59-0.25c0.16-0.17%2C0.24-0.37%2C0.24-0.61%0A%09c0-0.23-0.08-0.42-0.24-0.58s-0.35-0.24-0.59-0.24s-0.43%2C0.08-0.59%2C0.24S14.32%2C20.76%2C14.32%2C20.98z%20M14.32%2C24.61%0A%09c0%2C0.21%2C0.08%2C0.4%2C0.23%2C0.57c0.18%2C0.16%2C0.38%2C0.24%2C0.6%2C0.24c0.24%2C0%2C0.43-0.08%2C0.59-0.23c0.16-0.16%2C0.23-0.35%2C0.23-0.58%0A%09c0-0.24-0.08-0.43-0.24-0.59c-0.16-0.16-0.35-0.23-0.59-0.23c-0.24%2C0-0.44%2C0.08-0.6%2C0.24C14.4%2C24.18%2C14.32%2C24.38%2C14.32%2C24.61z%0A%09%20M15.3%2C9.06c0.69-0.66%2C1.51-0.99%2C2.47-0.99c0.97%2C0%2C1.8%2C0.35%2C2.48%2C1.04c0.69%2C0.69%2C1.03%2C1.53%2C1.03%2C2.49c0%2C0.62-0.17%2C1.24-0.51%2C1.84%0A%09C19.82%2C12.48%2C18.66%2C12%2C17.3%2C12h-0.32C16.68%2C10.83%2C16.12%2C9.85%2C15.3%2C9.06z%20M16.9%2C3.84c0%2C0.23%2C0.08%2C0.43%2C0.25%2C0.58s0.37%2C0.23%2C0.61%2C0.23%0A%09s0.43-0.08%2C0.59-0.23c0.16-0.16%2C0.23-0.35%2C0.23-0.58V1.8c0-0.24-0.08-0.44-0.24-0.61S18%2C0.94%2C17.77%2C0.94s-0.43%2C0.09-0.6%2C0.26%0A%09c-0.17%2C0.17-0.26%2C0.37-0.26%2C0.6V3.84z%20M22.42%2C6.11c0%2C0.23%2C0.08%2C0.43%2C0.25%2C0.59c0.15%2C0.16%2C0.34%2C0.24%2C0.56%2C0.26s0.43-0.07%2C0.62-0.26%0A%09l1.43-1.43c0.18-0.18%2C0.26-0.38%2C0.26-0.61c0-0.24-0.09-0.44-0.26-0.61c-0.17-0.17-0.37-0.25-0.6-0.25c-0.22%2C0-0.41%2C0.08-0.58%2C0.25%0A%09l-1.43%2C1.46C22.5%2C5.67%2C22.42%2C5.87%2C22.42%2C6.11z%20M23.22%2C17.91c0%2C0.25%2C0.08%2C0.46%2C0.24%2C0.62l0.64%2C0.63c0.24%2C0.16%2C0.46%2C0.24%2C0.64%2C0.24%0A%09c0.21%2C0%2C0.39-0.09%2C0.56-0.26c0.17-0.17%2C0.25-0.38%2C0.25-0.61c0-0.23-0.09-0.42-0.26-0.58l-0.62-0.65c-0.18-0.16-0.38-0.24-0.61-0.24%0A%09s-0.43%2C0.08-0.59%2C0.25C23.3%2C17.47%2C23.22%2C17.67%2C23.22%2C17.91z%20M24.67%2C11.6c0%2C0.24%2C0.09%2C0.43%2C0.26%2C0.59c0.17%2C0.18%2C0.38%2C0.27%2C0.62%2C0.27%0A%09h2.02c0.23%2C0%2C0.43-0.08%2C0.6-0.25s0.25-0.37%2C0.25-0.61c0-0.24-0.08-0.44-0.25-0.6s-0.37-0.25-0.6-0.25h-2.02%0A%09c-0.24%2C0-0.44%2C0.08-0.62%2C0.25S24.67%2C11.37%2C24.67%2C11.6z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
#weatherWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-cloudy_light_snow,
#polarLightWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-cloudy_light_snow {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M1.58%2C16.93c0%2C0.86%2C0.21%2C1.67%2C0.64%2C2.41c0.42%2C0.74%2C1%2C1.34%2C1.74%2C1.79c0.73%2C0.45%2C1.54%2C0.69%2C2.4%2C0.71%0A%09c0.11%2C0%2C0.17-0.06%2C0.17-0.17v-1.33c0-0.12-0.06-0.19-0.17-0.19c-0.85-0.04-1.58-0.38-2.18-1.02s-0.9-1.37-0.9-2.21%0A%09c0-0.82%2C0.28-1.54%2C0.85-2.16c0.57-0.61%2C1.26-0.97%2C2.1-1.07l0.53-0.06c0.12%2C0%2C0.18-0.06%2C0.18-0.19l0.08-0.51%0A%09c0.11-1.09%2C0.56-2%2C1.36-2.73c0.8-0.73%2C1.75-1.09%2C2.85-1.09c1.09%2C0%2C2.04%2C0.36%2C2.85%2C1.09c0.82%2C0.73%2C1.28%2C1.63%2C1.38%2C2.7l0.07%2C0.58%0A%09c0%2C0.11%2C0.06%2C0.17%2C0.17%2C0.17h1.61c0.9%2C0%2C1.67%2C0.32%2C2.31%2C0.96c0.64%2C0.64%2C0.96%2C1.4%2C0.96%2C2.29c0%2C0.84-0.3%2C1.57-0.9%2C2.21%0A%09c-0.6%2C0.63-1.33%2C0.97-2.17%2C1.02c-0.12%2C0-0.19%2C0.06-0.19%2C0.19v1.33c0%2C0.11%2C0.06%2C0.17%2C0.19%2C0.17c1.33-0.04%2C2.45-0.54%2C3.38-1.5%0A%09c0.93-0.96%2C1.39-2.09%2C1.39-3.41c0-0.76-0.14-1.43-0.43-2.03C22.6%2C13.95%2C23%2C12.85%2C23%2C11.6c0-0.94-0.23-1.81-0.7-2.61%0A%09c-0.47-0.8-1.11-1.44-1.91-1.91s-1.68-0.7-2.62-0.7c-1.54%2C0-2.83%2C0.58-3.87%2C1.73c-0.81-0.44-1.71-0.66-2.69-0.66%0A%09c-1.41%2C0-2.65%2C0.44-3.74%2C1.31s-1.78%2C1.99-2.09%2C3.34c-1.12%2C0.28-2.03%2C0.86-2.74%2C1.75C1.93%2C14.75%2C1.58%2C15.77%2C1.58%2C16.93z%20M7.92%2C20.98%0A%09c0%2C0.24%2C0.08%2C0.44%2C0.24%2C0.61c0.16%2C0.17%2C0.35%2C0.25%2C0.59%2C0.25c0.23%2C0%2C0.43-0.08%2C0.59-0.25c0.16-0.17%2C0.24-0.37%2C0.24-0.61%0A%09c0-0.23-0.08-0.42-0.24-0.58s-0.35-0.24-0.59-0.24c-0.23%2C0-0.43%2C0.08-0.59%2C0.24S7.92%2C20.76%2C7.92%2C20.98z%20M7.92%2C24.61%0A%09c0%2C0.21%2C0.08%2C0.4%2C0.24%2C0.57c0.18%2C0.16%2C0.37%2C0.24%2C0.58%2C0.24c0.24%2C0%2C0.43-0.08%2C0.59-0.23c0.16-0.16%2C0.23-0.35%2C0.23-0.58%0A%09c0-0.24-0.08-0.43-0.24-0.59c-0.16-0.16-0.35-0.23-0.59-0.23c-0.23%2C0-0.43%2C0.08-0.59%2C0.23C8%2C24.17%2C7.92%2C24.37%2C7.92%2C24.61z%0A%09%20M9.97%2C4.68c0%2C0.24%2C0.08%2C0.44%2C0.24%2C0.59l0.66%2C0.66c0.16%2C0.16%2C0.34%2C0.25%2C0.53%2C0.25c0.21%2C0.03%2C0.41-0.04%2C0.61-0.22%0A%09c0.2-0.18%2C0.3-0.39%2C0.3-0.63c0-0.24-0.08-0.46-0.24-0.64l-0.64-0.61c-0.15-0.17-0.34-0.25-0.58-0.25c-0.25%2C0-0.46%2C0.08-0.63%2C0.25%0A%09C10.05%2C4.24%2C9.97%2C4.44%2C9.97%2C4.68z%20M11.1%2C22.9c0%2C0.22%2C0.08%2C0.42%2C0.24%2C0.6c0.16%2C0.16%2C0.36%2C0.24%2C0.58%2C0.24c0.24%2C0%2C0.44-0.08%2C0.6-0.24%0A%09s0.25-0.36%2C0.25-0.6c0-0.23-0.08-0.43-0.25-0.6s-0.37-0.25-0.6-0.25c-0.23%2C0-0.42%2C0.08-0.58%2C0.25S11.1%2C22.67%2C11.1%2C22.9z%20M11.1%2C19.3%0A%09c0%2C0.23%2C0.08%2C0.42%2C0.24%2C0.58s0.36%2C0.24%2C0.58%2C0.24c0.24%2C0%2C0.44-0.08%2C0.6-0.24c0.17-0.16%2C0.25-0.35%2C0.25-0.59%0A%09c0-0.23-0.08-0.43-0.25-0.59s-0.37-0.24-0.6-0.24c-0.23%2C0-0.42%2C0.08-0.58%2C0.24S11.1%2C19.07%2C11.1%2C19.3z%20M11.1%2C26.56%0A%09c0%2C0.22%2C0.08%2C0.41%2C0.24%2C0.57c0.17%2C0.17%2C0.36%2C0.25%2C0.58%2C0.25c0.24%2C0%2C0.44-0.08%2C0.6-0.23c0.17-0.16%2C0.25-0.35%2C0.25-0.59%0A%09s-0.08-0.44-0.25-0.6c-0.17-0.17-0.37-0.25-0.6-0.25c-0.22%2C0-0.41%2C0.08-0.58%2C0.25C11.18%2C26.13%2C11.1%2C26.33%2C11.1%2C26.56z%20M14.32%2C20.98%0A%09c0%2C0.24%2C0.08%2C0.44%2C0.24%2C0.61c0.16%2C0.17%2C0.36%2C0.25%2C0.59%2C0.25s0.43-0.08%2C0.59-0.25c0.16-0.17%2C0.24-0.37%2C0.24-0.61%0A%09c0-0.23-0.08-0.42-0.24-0.58s-0.35-0.24-0.59-0.24s-0.43%2C0.08-0.59%2C0.24S14.32%2C20.76%2C14.32%2C20.98z%20M14.32%2C24.61%0A%09c0%2C0.21%2C0.08%2C0.4%2C0.23%2C0.57c0.18%2C0.16%2C0.38%2C0.24%2C0.6%2C0.24c0.24%2C0%2C0.43-0.08%2C0.59-0.23c0.16-0.16%2C0.23-0.35%2C0.23-0.58%0A%09c0-0.24-0.08-0.43-0.24-0.59c-0.16-0.16-0.35-0.23-0.59-0.23c-0.24%2C0-0.44%2C0.08-0.6%2C0.24C14.4%2C24.18%2C14.32%2C24.38%2C14.32%2C24.61z%0A%09%20M15.3%2C9.06c0.69-0.66%2C1.51-0.99%2C2.47-0.99c0.97%2C0%2C1.8%2C0.35%2C2.48%2C1.04c0.69%2C0.69%2C1.03%2C1.53%2C1.03%2C2.49c0%2C0.62-0.17%2C1.24-0.51%2C1.84%0A%09C19.82%2C12.48%2C18.66%2C12%2C17.3%2C12h-0.32C16.68%2C10.83%2C16.12%2C9.85%2C15.3%2C9.06z%20M16.9%2C3.84c0%2C0.23%2C0.08%2C0.43%2C0.25%2C0.58s0.37%2C0.23%2C0.61%2C0.23%0A%09s0.43-0.08%2C0.59-0.23c0.16-0.16%2C0.23-0.35%2C0.23-0.58V1.8c0-0.24-0.08-0.44-0.24-0.61S18%2C0.94%2C17.77%2C0.94s-0.43%2C0.09-0.6%2C0.26%0A%09c-0.17%2C0.17-0.26%2C0.37-0.26%2C0.6V3.84z%20M22.42%2C6.11c0%2C0.23%2C0.08%2C0.43%2C0.25%2C0.59c0.15%2C0.16%2C0.34%2C0.24%2C0.56%2C0.26s0.43-0.07%2C0.62-0.26%0A%09l1.43-1.43c0.18-0.18%2C0.26-0.38%2C0.26-0.61c0-0.24-0.09-0.44-0.26-0.61c-0.17-0.17-0.37-0.25-0.6-0.25c-0.22%2C0-0.41%2C0.08-0.58%2C0.25%0A%09l-1.43%2C1.46C22.5%2C5.67%2C22.42%2C5.87%2C22.42%2C6.11z%20M23.22%2C17.91c0%2C0.25%2C0.08%2C0.46%2C0.24%2C0.62l0.64%2C0.63c0.24%2C0.16%2C0.46%2C0.24%2C0.64%2C0.24%0A%09c0.21%2C0%2C0.39-0.09%2C0.56-0.26c0.17-0.17%2C0.25-0.38%2C0.25-0.61c0-0.23-0.09-0.42-0.26-0.58l-0.62-0.65c-0.18-0.16-0.38-0.24-0.61-0.24%0A%09s-0.43%2C0.08-0.59%2C0.25C23.3%2C17.47%2C23.22%2C17.67%2C23.22%2C17.91z%20M24.67%2C11.6c0%2C0.24%2C0.09%2C0.43%2C0.26%2C0.59c0.17%2C0.18%2C0.38%2C0.27%2C0.62%2C0.27%0A%09h2.02c0.23%2C0%2C0.43-0.08%2C0.6-0.25s0.25-0.37%2C0.25-0.61c0-0.24-0.08-0.44-0.25-0.6s-0.37-0.25-0.6-0.25h-2.02%0A%09c-0.24%2C0-0.44%2C0.08-0.62%2C0.25S24.67%2C11.37%2C24.67%2C11.6z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
#weatherWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-overcast_light_snow,
#polarLightWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-overcast_light_snow {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M4.64%2C16.95c0-1.16%2C0.35-2.18%2C1.06-3.08s1.62-1.48%2C2.74-1.76c0.31-1.36%2C1.01-2.48%2C2.1-3.36s2.34-1.31%2C3.75-1.31%0A%09c1.38%2C0%2C2.6%2C0.43%2C3.68%2C1.28c1.08%2C0.85%2C1.78%2C1.95%2C2.1%2C3.29h0.32c0.89%2C0%2C1.72%2C0.22%2C2.48%2C0.66c0.76%2C0.44%2C1.37%2C1.04%2C1.81%2C1.8%0A%09c0.44%2C0.76%2C0.67%2C1.59%2C0.67%2C2.48c0%2C1.32-0.46%2C2.47-1.39%2C3.42c-0.92%2C0.96-2.05%2C1.46-3.38%2C1.5c-0.13%2C0-0.2-0.06-0.2-0.17v-1.33%0A%09c0-0.12%2C0.07-0.18%2C0.2-0.18c0.85-0.04%2C1.58-0.38%2C2.18-1.02s0.9-1.38%2C0.9-2.23c0-0.89-0.32-1.65-0.97-2.3s-1.42-0.97-2.32-0.97h-1.61%0A%09c-0.12%2C0-0.18-0.06-0.18-0.17l-0.08-0.58c-0.11-1.08-0.58-1.99-1.39-2.72c-0.82-0.73-1.76-1.1-2.85-1.1c-1.1%2C0-2.05%2C0.37-2.86%2C1.11%0A%09c-0.81%2C0.74-1.27%2C1.65-1.37%2C2.75l-0.06%2C0.5c0%2C0.12-0.07%2C0.19-0.2%2C0.19l-0.53%2C0.07c-0.83%2C0.07-1.53%2C0.41-2.1%2C1.04%0A%09s-0.85%2C1.35-0.85%2C2.19c0%2C0.85%2C0.3%2C1.59%2C0.9%2C2.23s1.33%2C0.97%2C2.18%2C1.02c0.11%2C0%2C0.17%2C0.06%2C0.17%2C0.18v1.33c0%2C0.11-0.06%2C0.17-0.17%2C0.17%0A%09c-1.34-0.04-2.47-0.54-3.4-1.5C5.1%2C19.42%2C4.64%2C18.27%2C4.64%2C16.95z%20M11%2C21.02c0-0.22%2C0.08-0.42%2C0.24-0.58%0A%09c0.16-0.16%2C0.35-0.24%2C0.59-0.24c0.23%2C0%2C0.43%2C0.08%2C0.59%2C0.24c0.16%2C0.16%2C0.24%2C0.36%2C0.24%2C0.58c0%2C0.24-0.08%2C0.44-0.24%2C0.6%0A%09c-0.16%2C0.17-0.35%2C0.25-0.59%2C0.25c-0.23%2C0-0.43-0.08-0.59-0.25C11.08%2C21.46%2C11%2C21.26%2C11%2C21.02z%20M11%2C24.65c0-0.24%2C0.08-0.44%2C0.24-0.6%0A%09c0.16-0.15%2C0.35-0.23%2C0.58-0.23c0.23%2C0%2C0.43%2C0.08%2C0.59%2C0.23c0.16%2C0.16%2C0.24%2C0.35%2C0.24%2C0.59c0%2C0.24-0.08%2C0.43-0.24%2C0.59%0A%09c-0.16%2C0.16-0.35%2C0.23-0.59%2C0.23c-0.23%2C0-0.43-0.08-0.59-0.23C11.08%2C25.08%2C11%2C24.88%2C11%2C24.65z%20M14.19%2C22.95%0A%09c0-0.23%2C0.08-0.44%2C0.25-0.62c0.16-0.16%2C0.35-0.24%2C0.57-0.24c0.23%2C0%2C0.43%2C0.09%2C0.6%2C0.26c0.17%2C0.17%2C0.26%2C0.37%2C0.26%2C0.6%0A%09c0%2C0.23-0.08%2C0.43-0.25%2C0.6c-0.17%2C0.17-0.37%2C0.25-0.61%2C0.25c-0.23%2C0-0.42-0.08-0.58-0.25S14.19%2C23.18%2C14.19%2C22.95z%20M14.19%2C19.33%0A%09c0-0.23%2C0.08-0.43%2C0.25-0.6c0.18-0.16%2C0.37-0.24%2C0.57-0.24c0.24%2C0%2C0.44%2C0.08%2C0.61%2C0.25c0.17%2C0.17%2C0.25%2C0.36%2C0.25%2C0.6%0A%09c0%2C0.23-0.08%2C0.43-0.25%2C0.59c-0.17%2C0.16-0.37%2C0.24-0.61%2C0.24c-0.23%2C0-0.42-0.08-0.58-0.24C14.27%2C19.76%2C14.19%2C19.56%2C14.19%2C19.33z%0A%09%20M14.19%2C26.61c0-0.23%2C0.08-0.43%2C0.25-0.61c0.16-0.16%2C0.35-0.24%2C0.57-0.24c0.24%2C0%2C0.44%2C0.08%2C0.61%2C0.25c0.17%2C0.17%2C0.25%2C0.37%2C0.25%2C0.6%0A%09s-0.08%2C0.43-0.25%2C0.59c-0.17%2C0.16-0.37%2C0.24-0.61%2C0.24c-0.23%2C0-0.42-0.08-0.58-0.24C14.27%2C27.03%2C14.19%2C26.84%2C14.19%2C26.61z%0A%09%20M17.41%2C21.02c0-0.22%2C0.08-0.41%2C0.25-0.58c0.17-0.17%2C0.37-0.25%2C0.6-0.25c0.23%2C0%2C0.43%2C0.08%2C0.59%2C0.24c0.16%2C0.16%2C0.24%2C0.36%2C0.24%2C0.58%0A%09c0%2C0.24-0.08%2C0.44-0.24%2C0.6c-0.16%2C0.17-0.35%2C0.25-0.59%2C0.25c-0.24%2C0-0.44-0.08-0.6-0.25C17.5%2C21.45%2C17.41%2C21.25%2C17.41%2C21.02z%0A%09%20M17.41%2C24.65c0-0.22%2C0.08-0.42%2C0.25-0.6c0.16-0.15%2C0.36-0.23%2C0.6-0.23c0.24%2C0%2C0.43%2C0.08%2C0.59%2C0.23s0.23%2C0.35%2C0.23%2C0.59%0A%09c0%2C0.24-0.08%2C0.43-0.23%2C0.59c-0.16%2C0.16-0.35%2C0.23-0.59%2C0.23c-0.24%2C0-0.44-0.08-0.6-0.24C17.5%2C25.07%2C17.41%2C24.88%2C17.41%2C24.65z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
#weatherWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-sunny_heavy_snow,
#polarLightWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-sunny_heavy_snow {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M1.58%2C16.93c0%2C0.86%2C0.21%2C1.67%2C0.64%2C2.41c0.42%2C0.74%2C1%2C1.34%2C1.74%2C1.79c0.73%2C0.45%2C1.54%2C0.69%2C2.4%2C0.71%0A%09c0.11%2C0%2C0.17-0.06%2C0.17-0.17v-1.33c0-0.12-0.06-0.19-0.17-0.19c-0.85-0.04-1.58-0.38-2.18-1.02s-0.9-1.37-0.9-2.21%0A%09c0-0.82%2C0.28-1.54%2C0.85-2.16c0.57-0.61%2C1.26-0.97%2C2.1-1.07l0.53-0.06c0.12%2C0%2C0.18-0.06%2C0.18-0.19l0.08-0.51%0A%09c0.11-1.09%2C0.56-2%2C1.36-2.73c0.8-0.73%2C1.75-1.09%2C2.85-1.09c1.09%2C0%2C2.04%2C0.36%2C2.85%2C1.09c0.82%2C0.73%2C1.28%2C1.63%2C1.38%2C2.7l0.07%2C0.58%0A%09c0%2C0.11%2C0.06%2C0.17%2C0.17%2C0.17h1.61c0.9%2C0%2C1.67%2C0.32%2C2.31%2C0.96c0.64%2C0.64%2C0.96%2C1.4%2C0.96%2C2.29c0%2C0.84-0.3%2C1.57-0.9%2C2.21%0A%09c-0.6%2C0.63-1.33%2C0.97-2.17%2C1.02c-0.12%2C0-0.19%2C0.06-0.19%2C0.19v1.33c0%2C0.11%2C0.06%2C0.17%2C0.19%2C0.17c1.33-0.04%2C2.45-0.54%2C3.38-1.5%0A%09c0.93-0.96%2C1.39-2.09%2C1.39-3.41c0-0.76-0.14-1.43-0.43-2.03C22.6%2C13.95%2C23%2C12.85%2C23%2C11.6c0-0.94-0.23-1.81-0.7-2.61%0A%09c-0.47-0.8-1.11-1.44-1.91-1.91s-1.68-0.7-2.62-0.7c-1.54%2C0-2.83%2C0.58-3.87%2C1.73c-0.81-0.44-1.71-0.66-2.69-0.66%0A%09c-1.41%2C0-2.65%2C0.44-3.74%2C1.31s-1.78%2C1.99-2.09%2C3.34c-1.12%2C0.28-2.03%2C0.86-2.74%2C1.75C1.93%2C14.75%2C1.58%2C15.77%2C1.58%2C16.93z%20M7.92%2C20.98%0A%09c0%2C0.24%2C0.08%2C0.44%2C0.24%2C0.61c0.16%2C0.17%2C0.35%2C0.25%2C0.59%2C0.25c0.23%2C0%2C0.43-0.08%2C0.59-0.25c0.16-0.17%2C0.24-0.37%2C0.24-0.61%0A%09c0-0.23-0.08-0.42-0.24-0.58s-0.35-0.24-0.59-0.24c-0.23%2C0-0.43%2C0.08-0.59%2C0.24S7.92%2C20.76%2C7.92%2C20.98z%20M7.92%2C24.61%0A%09c0%2C0.21%2C0.08%2C0.4%2C0.24%2C0.57c0.18%2C0.16%2C0.37%2C0.24%2C0.58%2C0.24c0.24%2C0%2C0.43-0.08%2C0.59-0.23c0.16-0.16%2C0.23-0.35%2C0.23-0.58%0A%09c0-0.24-0.08-0.43-0.24-0.59c-0.16-0.16-0.35-0.23-0.59-0.23c-0.23%2C0-0.43%2C0.08-0.59%2C0.23C8%2C24.17%2C7.92%2C24.37%2C7.92%2C24.61z%0A%09%20M9.97%2C4.68c0%2C0.24%2C0.08%2C0.44%2C0.24%2C0.59l0.66%2C0.66c0.16%2C0.16%2C0.34%2C0.25%2C0.53%2C0.25c0.21%2C0.03%2C0.41-0.04%2C0.61-0.22%0A%09c0.2-0.18%2C0.3-0.39%2C0.3-0.63c0-0.24-0.08-0.46-0.24-0.64l-0.64-0.61c-0.15-0.17-0.34-0.25-0.58-0.25c-0.25%2C0-0.46%2C0.08-0.63%2C0.25%0A%09C10.05%2C4.24%2C9.97%2C4.44%2C9.97%2C4.68z%20M11.1%2C22.9c0%2C0.22%2C0.08%2C0.42%2C0.24%2C0.6c0.16%2C0.16%2C0.36%2C0.24%2C0.58%2C0.24c0.24%2C0%2C0.44-0.08%2C0.6-0.24%0A%09s0.25-0.36%2C0.25-0.6c0-0.23-0.08-0.43-0.25-0.6s-0.37-0.25-0.6-0.25c-0.23%2C0-0.42%2C0.08-0.58%2C0.25S11.1%2C22.67%2C11.1%2C22.9z%20M11.1%2C19.3%0A%09c0%2C0.23%2C0.08%2C0.42%2C0.24%2C0.58s0.36%2C0.24%2C0.58%2C0.24c0.24%2C0%2C0.44-0.08%2C0.6-0.24c0.17-0.16%2C0.25-0.35%2C0.25-0.59%0A%09c0-0.23-0.08-0.43-0.25-0.59s-0.37-0.24-0.6-0.24c-0.23%2C0-0.42%2C0.08-0.58%2C0.24S11.1%2C19.07%2C11.1%2C19.3z%20M11.1%2C26.56%0A%09c0%2C0.22%2C0.08%2C0.41%2C0.24%2C0.57c0.17%2C0.17%2C0.36%2C0.25%2C0.58%2C0.25c0.24%2C0%2C0.44-0.08%2C0.6-0.23c0.17-0.16%2C0.25-0.35%2C0.25-0.59%0A%09s-0.08-0.44-0.25-0.6c-0.17-0.17-0.37-0.25-0.6-0.25c-0.22%2C0-0.41%2C0.08-0.58%2C0.25C11.18%2C26.13%2C11.1%2C26.33%2C11.1%2C26.56z%20M14.32%2C20.98%0A%09c0%2C0.24%2C0.08%2C0.44%2C0.24%2C0.61c0.16%2C0.17%2C0.36%2C0.25%2C0.59%2C0.25s0.43-0.08%2C0.59-0.25c0.16-0.17%2C0.24-0.37%2C0.24-0.61%0A%09c0-0.23-0.08-0.42-0.24-0.58s-0.35-0.24-0.59-0.24s-0.43%2C0.08-0.59%2C0.24S14.32%2C20.76%2C14.32%2C20.98z%20M14.32%2C24.61%0A%09c0%2C0.21%2C0.08%2C0.4%2C0.23%2C0.57c0.18%2C0.16%2C0.38%2C0.24%2C0.6%2C0.24c0.24%2C0%2C0.43-0.08%2C0.59-0.23c0.16-0.16%2C0.23-0.35%2C0.23-0.58%0A%09c0-0.24-0.08-0.43-0.24-0.59c-0.16-0.16-0.35-0.23-0.59-0.23c-0.24%2C0-0.44%2C0.08-0.6%2C0.24C14.4%2C24.18%2C14.32%2C24.38%2C14.32%2C24.61z%0A%09%20M15.3%2C9.06c0.69-0.66%2C1.51-0.99%2C2.47-0.99c0.97%2C0%2C1.8%2C0.35%2C2.48%2C1.04c0.69%2C0.69%2C1.03%2C1.53%2C1.03%2C2.49c0%2C0.62-0.17%2C1.24-0.51%2C1.84%0A%09C19.82%2C12.48%2C18.66%2C12%2C17.3%2C12h-0.32C16.68%2C10.83%2C16.12%2C9.85%2C15.3%2C9.06z%20M16.9%2C3.84c0%2C0.23%2C0.08%2C0.43%2C0.25%2C0.58s0.37%2C0.23%2C0.61%2C0.23%0A%09s0.43-0.08%2C0.59-0.23c0.16-0.16%2C0.23-0.35%2C0.23-0.58V1.8c0-0.24-0.08-0.44-0.24-0.61S18%2C0.94%2C17.77%2C0.94s-0.43%2C0.09-0.6%2C0.26%0A%09c-0.17%2C0.17-0.26%2C0.37-0.26%2C0.6V3.84z%20M22.42%2C6.11c0%2C0.23%2C0.08%2C0.43%2C0.25%2C0.59c0.15%2C0.16%2C0.34%2C0.24%2C0.56%2C0.26s0.43-0.07%2C0.62-0.26%0A%09l1.43-1.43c0.18-0.18%2C0.26-0.38%2C0.26-0.61c0-0.24-0.09-0.44-0.26-0.61c-0.17-0.17-0.37-0.25-0.6-0.25c-0.22%2C0-0.41%2C0.08-0.58%2C0.25%0A%09l-1.43%2C1.46C22.5%2C5.67%2C22.42%2C5.87%2C22.42%2C6.11z%20M23.22%2C17.91c0%2C0.25%2C0.08%2C0.46%2C0.24%2C0.62l0.64%2C0.63c0.24%2C0.16%2C0.46%2C0.24%2C0.64%2C0.24%0A%09c0.21%2C0%2C0.39-0.09%2C0.56-0.26c0.17-0.17%2C0.25-0.38%2C0.25-0.61c0-0.23-0.09-0.42-0.26-0.58l-0.62-0.65c-0.18-0.16-0.38-0.24-0.61-0.24%0A%09s-0.43%2C0.08-0.59%2C0.25C23.3%2C17.47%2C23.22%2C17.67%2C23.22%2C17.91z%20M24.67%2C11.6c0%2C0.24%2C0.09%2C0.43%2C0.26%2C0.59c0.17%2C0.18%2C0.38%2C0.27%2C0.62%2C0.27%0A%09h2.02c0.23%2C0%2C0.43-0.08%2C0.6-0.25s0.25-0.37%2C0.25-0.61c0-0.24-0.08-0.44-0.25-0.6s-0.37-0.25-0.6-0.25h-2.02%0A%09c-0.24%2C0-0.44%2C0.08-0.62%2C0.25S24.67%2C11.37%2C24.67%2C11.6z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
#weatherWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-cloudy_heavy_snow,
#polarLightWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-cloudy_heavy_snow {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M1.58%2C16.93c0%2C0.86%2C0.21%2C1.67%2C0.64%2C2.41c0.42%2C0.74%2C1%2C1.34%2C1.74%2C1.79c0.73%2C0.45%2C1.54%2C0.69%2C2.4%2C0.71%0A%09c0.11%2C0%2C0.17-0.06%2C0.17-0.17v-1.33c0-0.12-0.06-0.19-0.17-0.19c-0.85-0.04-1.58-0.38-2.18-1.02s-0.9-1.37-0.9-2.21%0A%09c0-0.82%2C0.28-1.54%2C0.85-2.16c0.57-0.61%2C1.26-0.97%2C2.1-1.07l0.53-0.06c0.12%2C0%2C0.18-0.06%2C0.18-0.19l0.08-0.51%0A%09c0.11-1.09%2C0.56-2%2C1.36-2.73c0.8-0.73%2C1.75-1.09%2C2.85-1.09c1.09%2C0%2C2.04%2C0.36%2C2.85%2C1.09c0.82%2C0.73%2C1.28%2C1.63%2C1.38%2C2.7l0.07%2C0.58%0A%09c0%2C0.11%2C0.06%2C0.17%2C0.17%2C0.17h1.61c0.9%2C0%2C1.67%2C0.32%2C2.31%2C0.96c0.64%2C0.64%2C0.96%2C1.4%2C0.96%2C2.29c0%2C0.84-0.3%2C1.57-0.9%2C2.21%0A%09c-0.6%2C0.63-1.33%2C0.97-2.17%2C1.02c-0.12%2C0-0.19%2C0.06-0.19%2C0.19v1.33c0%2C0.11%2C0.06%2C0.17%2C0.19%2C0.17c1.33-0.04%2C2.45-0.54%2C3.38-1.5%0A%09c0.93-0.96%2C1.39-2.09%2C1.39-3.41c0-0.76-0.14-1.43-0.43-2.03C22.6%2C13.95%2C23%2C12.85%2C23%2C11.6c0-0.94-0.23-1.81-0.7-2.61%0A%09c-0.47-0.8-1.11-1.44-1.91-1.91s-1.68-0.7-2.62-0.7c-1.54%2C0-2.83%2C0.58-3.87%2C1.73c-0.81-0.44-1.71-0.66-2.69-0.66%0A%09c-1.41%2C0-2.65%2C0.44-3.74%2C1.31s-1.78%2C1.99-2.09%2C3.34c-1.12%2C0.28-2.03%2C0.86-2.74%2C1.75C1.93%2C14.75%2C1.58%2C15.77%2C1.58%2C16.93z%20M7.92%2C20.98%0A%09c0%2C0.24%2C0.08%2C0.44%2C0.24%2C0.61c0.16%2C0.17%2C0.35%2C0.25%2C0.59%2C0.25c0.23%2C0%2C0.43-0.08%2C0.59-0.25c0.16-0.17%2C0.24-0.37%2C0.24-0.61%0A%09c0-0.23-0.08-0.42-0.24-0.58s-0.35-0.24-0.59-0.24c-0.23%2C0-0.43%2C0.08-0.59%2C0.24S7.92%2C20.76%2C7.92%2C20.98z%20M7.92%2C24.61%0A%09c0%2C0.21%2C0.08%2C0.4%2C0.24%2C0.57c0.18%2C0.16%2C0.37%2C0.24%2C0.58%2C0.24c0.24%2C0%2C0.43-0.08%2C0.59-0.23c0.16-0.16%2C0.23-0.35%2C0.23-0.58%0A%09c0-0.24-0.08-0.43-0.24-0.59c-0.16-0.16-0.35-0.23-0.59-0.23c-0.23%2C0-0.43%2C0.08-0.59%2C0.23C8%2C24.17%2C7.92%2C24.37%2C7.92%2C24.61z%0A%09%20M9.97%2C4.68c0%2C0.24%2C0.08%2C0.44%2C0.24%2C0.59l0.66%2C0.66c0.16%2C0.16%2C0.34%2C0.25%2C0.53%2C0.25c0.21%2C0.03%2C0.41-0.04%2C0.61-0.22%0A%09c0.2-0.18%2C0.3-0.39%2C0.3-0.63c0-0.24-0.08-0.46-0.24-0.64l-0.64-0.61c-0.15-0.17-0.34-0.25-0.58-0.25c-0.25%2C0-0.46%2C0.08-0.63%2C0.25%0A%09C10.05%2C4.24%2C9.97%2C4.44%2C9.97%2C4.68z%20M11.1%2C22.9c0%2C0.22%2C0.08%2C0.42%2C0.24%2C0.6c0.16%2C0.16%2C0.36%2C0.24%2C0.58%2C0.24c0.24%2C0%2C0.44-0.08%2C0.6-0.24%0A%09s0.25-0.36%2C0.25-0.6c0-0.23-0.08-0.43-0.25-0.6s-0.37-0.25-0.6-0.25c-0.23%2C0-0.42%2C0.08-0.58%2C0.25S11.1%2C22.67%2C11.1%2C22.9z%20M11.1%2C19.3%0A%09c0%2C0.23%2C0.08%2C0.42%2C0.24%2C0.58s0.36%2C0.24%2C0.58%2C0.24c0.24%2C0%2C0.44-0.08%2C0.6-0.24c0.17-0.16%2C0.25-0.35%2C0.25-0.59%0A%09c0-0.23-0.08-0.43-0.25-0.59s-0.37-0.24-0.6-0.24c-0.23%2C0-0.42%2C0.08-0.58%2C0.24S11.1%2C19.07%2C11.1%2C19.3z%20M11.1%2C26.56%0A%09c0%2C0.22%2C0.08%2C0.41%2C0.24%2C0.57c0.17%2C0.17%2C0.36%2C0.25%2C0.58%2C0.25c0.24%2C0%2C0.44-0.08%2C0.6-0.23c0.17-0.16%2C0.25-0.35%2C0.25-0.59%0A%09s-0.08-0.44-0.25-0.6c-0.17-0.17-0.37-0.25-0.6-0.25c-0.22%2C0-0.41%2C0.08-0.58%2C0.25C11.18%2C26.13%2C11.1%2C26.33%2C11.1%2C26.56z%20M14.32%2C20.98%0A%09c0%2C0.24%2C0.08%2C0.44%2C0.24%2C0.61c0.16%2C0.17%2C0.36%2C0.25%2C0.59%2C0.25s0.43-0.08%2C0.59-0.25c0.16-0.17%2C0.24-0.37%2C0.24-0.61%0A%09c0-0.23-0.08-0.42-0.24-0.58s-0.35-0.24-0.59-0.24s-0.43%2C0.08-0.59%2C0.24S14.32%2C20.76%2C14.32%2C20.98z%20M14.32%2C24.61%0A%09c0%2C0.21%2C0.08%2C0.4%2C0.23%2C0.57c0.18%2C0.16%2C0.38%2C0.24%2C0.6%2C0.24c0.24%2C0%2C0.43-0.08%2C0.59-0.23c0.16-0.16%2C0.23-0.35%2C0.23-0.58%0A%09c0-0.24-0.08-0.43-0.24-0.59c-0.16-0.16-0.35-0.23-0.59-0.23c-0.24%2C0-0.44%2C0.08-0.6%2C0.24C14.4%2C24.18%2C14.32%2C24.38%2C14.32%2C24.61z%0A%09%20M15.3%2C9.06c0.69-0.66%2C1.51-0.99%2C2.47-0.99c0.97%2C0%2C1.8%2C0.35%2C2.48%2C1.04c0.69%2C0.69%2C1.03%2C1.53%2C1.03%2C2.49c0%2C0.62-0.17%2C1.24-0.51%2C1.84%0A%09C19.82%2C12.48%2C18.66%2C12%2C17.3%2C12h-0.32C16.68%2C10.83%2C16.12%2C9.85%2C15.3%2C9.06z%20M16.9%2C3.84c0%2C0.23%2C0.08%2C0.43%2C0.25%2C0.58s0.37%2C0.23%2C0.61%2C0.23%0A%09s0.43-0.08%2C0.59-0.23c0.16-0.16%2C0.23-0.35%2C0.23-0.58V1.8c0-0.24-0.08-0.44-0.24-0.61S18%2C0.94%2C17.77%2C0.94s-0.43%2C0.09-0.6%2C0.26%0A%09c-0.17%2C0.17-0.26%2C0.37-0.26%2C0.6V3.84z%20M22.42%2C6.11c0%2C0.23%2C0.08%2C0.43%2C0.25%2C0.59c0.15%2C0.16%2C0.34%2C0.24%2C0.56%2C0.26s0.43-0.07%2C0.62-0.26%0A%09l1.43-1.43c0.18-0.18%2C0.26-0.38%2C0.26-0.61c0-0.24-0.09-0.44-0.26-0.61c-0.17-0.17-0.37-0.25-0.6-0.25c-0.22%2C0-0.41%2C0.08-0.58%2C0.25%0A%09l-1.43%2C1.46C22.5%2C5.67%2C22.42%2C5.87%2C22.42%2C6.11z%20M23.22%2C17.91c0%2C0.25%2C0.08%2C0.46%2C0.24%2C0.62l0.64%2C0.63c0.24%2C0.16%2C0.46%2C0.24%2C0.64%2C0.24%0A%09c0.21%2C0%2C0.39-0.09%2C0.56-0.26c0.17-0.17%2C0.25-0.38%2C0.25-0.61c0-0.23-0.09-0.42-0.26-0.58l-0.62-0.65c-0.18-0.16-0.38-0.24-0.61-0.24%0A%09s-0.43%2C0.08-0.59%2C0.25C23.3%2C17.47%2C23.22%2C17.67%2C23.22%2C17.91z%20M24.67%2C11.6c0%2C0.24%2C0.09%2C0.43%2C0.26%2C0.59c0.17%2C0.18%2C0.38%2C0.27%2C0.62%2C0.27%0A%09h2.02c0.23%2C0%2C0.43-0.08%2C0.6-0.25s0.25-0.37%2C0.25-0.61c0-0.24-0.08-0.44-0.25-0.6s-0.37-0.25-0.6-0.25h-2.02%0A%09c-0.24%2C0-0.44%2C0.08-0.62%2C0.25S24.67%2C11.37%2C24.67%2C11.6z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
#weatherWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-overcast_heavy_snow,
#polarLightWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-overcast_heavy_snow {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M4.64%2C16.95c0-1.16%2C0.35-2.18%2C1.06-3.08s1.62-1.48%2C2.74-1.76c0.31-1.36%2C1.01-2.48%2C2.1-3.36s2.34-1.31%2C3.75-1.31%0A%09c1.38%2C0%2C2.6%2C0.43%2C3.68%2C1.28c1.08%2C0.85%2C1.78%2C1.95%2C2.1%2C3.29h0.32c0.89%2C0%2C1.72%2C0.22%2C2.48%2C0.66c0.76%2C0.44%2C1.37%2C1.04%2C1.81%2C1.8%0A%09c0.44%2C0.76%2C0.67%2C1.59%2C0.67%2C2.48c0%2C1.32-0.46%2C2.47-1.39%2C3.42c-0.92%2C0.96-2.05%2C1.46-3.38%2C1.5c-0.13%2C0-0.2-0.06-0.2-0.17v-1.33%0A%09c0-0.12%2C0.07-0.18%2C0.2-0.18c0.85-0.04%2C1.58-0.38%2C2.18-1.02s0.9-1.38%2C0.9-2.23c0-0.89-0.32-1.65-0.97-2.3s-1.42-0.97-2.32-0.97h-1.61%0A%09c-0.12%2C0-0.18-0.06-0.18-0.17l-0.08-0.58c-0.11-1.08-0.58-1.99-1.39-2.72c-0.82-0.73-1.76-1.1-2.85-1.1c-1.1%2C0-2.05%2C0.37-2.86%2C1.11%0A%09c-0.81%2C0.74-1.27%2C1.65-1.37%2C2.75l-0.06%2C0.5c0%2C0.12-0.07%2C0.19-0.2%2C0.19l-0.53%2C0.07c-0.83%2C0.07-1.53%2C0.41-2.1%2C1.04%0A%09s-0.85%2C1.35-0.85%2C2.19c0%2C0.85%2C0.3%2C1.59%2C0.9%2C2.23s1.33%2C0.97%2C2.18%2C1.02c0.11%2C0%2C0.17%2C0.06%2C0.17%2C0.18v1.33c0%2C0.11-0.06%2C0.17-0.17%2C0.17%0A%09c-1.34-0.04-2.47-0.54-3.4-1.5C5.1%2C19.42%2C4.64%2C18.27%2C4.64%2C16.95z%20M11%2C21.02c0-0.22%2C0.08-0.42%2C0.24-0.58%0A%09c0.16-0.16%2C0.35-0.24%2C0.59-0.24c0.23%2C0%2C0.43%2C0.08%2C0.59%2C0.24c0.16%2C0.16%2C0.24%2C0.36%2C0.24%2C0.58c0%2C0.24-0.08%2C0.44-0.24%2C0.6%0A%09c-0.16%2C0.17-0.35%2C0.25-0.59%2C0.25c-0.23%2C0-0.43-0.08-0.59-0.25C11.08%2C21.46%2C11%2C21.26%2C11%2C21.02z%20M11%2C24.65c0-0.24%2C0.08-0.44%2C0.24-0.6%0A%09c0.16-0.15%2C0.35-0.23%2C0.58-0.23c0.23%2C0%2C0.43%2C0.08%2C0.59%2C0.23c0.16%2C0.16%2C0.24%2C0.35%2C0.24%2C0.59c0%2C0.24-0.08%2C0.43-0.24%2C0.59%0A%09c-0.16%2C0.16-0.35%2C0.23-0.59%2C0.23c-0.23%2C0-0.43-0.08-0.59-0.23C11.08%2C25.08%2C11%2C24.88%2C11%2C24.65z%20M14.19%2C22.95%0A%09c0-0.23%2C0.08-0.44%2C0.25-0.62c0.16-0.16%2C0.35-0.24%2C0.57-0.24c0.23%2C0%2C0.43%2C0.09%2C0.6%2C0.26c0.17%2C0.17%2C0.26%2C0.37%2C0.26%2C0.6%0A%09c0%2C0.23-0.08%2C0.43-0.25%2C0.6c-0.17%2C0.17-0.37%2C0.25-0.61%2C0.25c-0.23%2C0-0.42-0.08-0.58-0.25S14.19%2C23.18%2C14.19%2C22.95z%20M14.19%2C19.33%0A%09c0-0.23%2C0.08-0.43%2C0.25-0.6c0.18-0.16%2C0.37-0.24%2C0.57-0.24c0.24%2C0%2C0.44%2C0.08%2C0.61%2C0.25c0.17%2C0.17%2C0.25%2C0.36%2C0.25%2C0.6%0A%09c0%2C0.23-0.08%2C0.43-0.25%2C0.59c-0.17%2C0.16-0.37%2C0.24-0.61%2C0.24c-0.23%2C0-0.42-0.08-0.58-0.24C14.27%2C19.76%2C14.19%2C19.56%2C14.19%2C19.33z%0A%09%20M14.19%2C26.61c0-0.23%2C0.08-0.43%2C0.25-0.61c0.16-0.16%2C0.35-0.24%2C0.57-0.24c0.24%2C0%2C0.44%2C0.08%2C0.61%2C0.25c0.17%2C0.17%2C0.25%2C0.37%2C0.25%2C0.6%0A%09s-0.08%2C0.43-0.25%2C0.59c-0.17%2C0.16-0.37%2C0.24-0.61%2C0.24c-0.23%2C0-0.42-0.08-0.58-0.24C14.27%2C27.03%2C14.19%2C26.84%2C14.19%2C26.61z%0A%09%20M17.41%2C21.02c0-0.22%2C0.08-0.41%2C0.25-0.58c0.17-0.17%2C0.37-0.25%2C0.6-0.25c0.23%2C0%2C0.43%2C0.08%2C0.59%2C0.24c0.16%2C0.16%2C0.24%2C0.36%2C0.24%2C0.58%0A%09c0%2C0.24-0.08%2C0.44-0.24%2C0.6c-0.16%2C0.17-0.35%2C0.25-0.59%2C0.25c-0.24%2C0-0.44-0.08-0.6-0.25C17.5%2C21.45%2C17.41%2C21.25%2C17.41%2C21.02z%0A%09%20M17.41%2C24.65c0-0.22%2C0.08-0.42%2C0.25-0.6c0.16-0.15%2C0.36-0.23%2C0.6-0.23c0.24%2C0%2C0.43%2C0.08%2C0.59%2C0.23s0.23%2C0.35%2C0.23%2C0.59%0A%09c0%2C0.24-0.08%2C0.43-0.23%2C0.59c-0.16%2C0.16-0.35%2C0.23-0.59%2C0.23c-0.24%2C0-0.44-0.08-0.6-0.24C17.5%2C25.07%2C17.41%2C24.88%2C17.41%2C24.65z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
#weatherWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-light_rain_snow,
#polarLightWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-light_rain_snow {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%237DB7FF%22%20d%3D%22M4.09%2C16.95c0-1.16%2C0.36-2.19%2C1.08-3.09s1.64-1.49%2C2.74-1.74c0.31-1.37%2C1.01-2.49%2C2.1-3.37s2.35-1.32%2C3.77-1.32%0A%09c0.81%2C0%2C1.55%2C0.13%2C2.2%2C0.4c0%2C0.01%2C0%2C0.01%2C0.01%2C0.02c0.84%2C0.32%2C1.58%2C0.84%2C2.21%2C1.55h0.03c0.68%2C0.73%2C1.13%2C1.6%2C1.37%2C2.62h0.31%0A%09c1.08%2C0%2C2.02%2C0.29%2C2.83%2C0.86v-0.01c0.53%2C0.36%2C0.98%2C0.8%2C1.34%2C1.33c0.36%2C0.53%2C0.6%2C1.11%2C0.73%2C1.74c0.04%2C0.21%2C0.06%2C0.38%2C0.08%2C0.52v0.06%0A%09c0%2C0.01%2C0%2C0.06%2C0.01%2C0.17s0.01%2C0.19%2C0.01%2C0.24v0.03c0%2C0.88-0.21%2C1.7-0.64%2C2.45c-0.42%2C0.75-1%2C1.36-1.74%2C1.81%0A%09c-0.73%2C0.45-1.54%2C0.69-2.42%2C0.72c-0.13%2C0-0.2-0.06-0.2-0.17v-1.34c0-0.13%2C0.07-0.19%2C0.2-0.19c0.86-0.04%2C1.58-0.38%2C2.18-1.02%0A%09c0.6-0.64%2C0.9-1.39%2C0.9-2.26c0-0.89-0.32-1.65-0.97-2.29c-0.64-0.64-1.41-0.96-2.31-0.96h-1.61c-0.12%2C0-0.18-0.06-0.18-0.17%0A%09l-0.08-0.59c-0.1-1-0.52-1.86-1.27-2.59c-0.01-0.01-0.01-0.02-0.02-0.03s-0.02-0.02-0.02-0.03c-0.01-0.01-0.02-0.02-0.04-0.02%0A%09c0-0.02-0.01-0.03-0.02-0.03c-0.73-0.66-1.58-1.04-2.56-1.12c-0.07-0.01-0.18-0.01-0.34-0.01c-1.1%2C0-2.05%2C0.37-2.86%2C1.1%0A%09s-1.27%2C1.64-1.37%2C2.72l-0.08%2C0.59c-0.03%2C0.09-0.11%2C0.14-0.22%2C0.14L8.75%2C13.7c-0.84%2C0.1-1.55%2C0.46-2.11%2C1.07s-0.84%2C1.34-0.84%2C2.18%0A%09v0.04h0.03c0.01%2C0.48%2C0.11%2C0.93%2C0.3%2C1.35c0.2%2C0.43%2C0.46%2C0.79%2C0.8%2C1.09c0.21%2C0.18%2C0.45%2C0.34%2C0.74%2C0.48v0.01%0A%09c0.4%2C0.19%2C0.8%2C0.3%2C1.21%2C0.32c0.11%2C0%2C0.17%2C0.06%2C0.17%2C0.18v1.34c0%2C0.11-0.06%2C0.17-0.17%2C0.17c-0.52-0.03-1.01-0.13-1.48-0.3v0.01%0A%09c-0.83-0.29-1.54-0.77-2.11-1.43s-0.95-1.44-1.11-2.31v-0.03c-0.01-0.01-0.01-0.02-0.01-0.04C4.11%2C17.57%2C4.09%2C17.27%2C4.09%2C16.95z%0A%09%20M9.59%2C24.12c0-0.03%2C0.01-0.07%2C0.02-0.13c0.01-0.05%2C0.02-0.09%2C0.02-0.12l0.09-0.59c0.07-0.24%2C0.2-0.41%2C0.41-0.53%0A%09s0.43-0.14%2C0.68-0.08c0.23%2C0.07%2C0.39%2C0.21%2C0.51%2C0.41c0.11%2C0.21%2C0.13%2C0.42%2C0.07%2C0.63l-0.14%2C0.6c-0.1%2C0.44-0.35%2C0.66-0.76%2C0.66%0A%09c-0.03%2C0-0.08-0.01-0.14-0.02c-0.06-0.01-0.1-0.02-0.14-0.02c-0.21-0.06-0.36-0.17-0.46-0.33C9.64%2C24.45%2C9.59%2C24.29%2C9.59%2C24.12z%0A%09%20M10.33%2C21.18c0-0.24%2C0.08-0.43%2C0.23-0.59s0.35-0.23%2C0.59-0.23s0.43%2C0.08%2C0.59%2C0.23s0.23%2C0.35%2C0.23%2C0.59c0%2C0.23-0.08%2C0.42-0.23%2C0.58%0A%09s-0.35%2C0.23-0.59%2C0.23c-0.23%2C0-0.42-0.08-0.57-0.24C10.42%2C21.59%2C10.33%2C21.4%2C10.33%2C21.18z%20M11.97%2C27.17c0-0.04%2C0.01-0.11%2C0.04-0.23%0A%09l0.13-0.59c0.07-0.23%2C0.21-0.4%2C0.41-0.51c0.21-0.12%2C0.42-0.14%2C0.63-0.07c0.23%2C0.04%2C0.41%2C0.17%2C0.53%2C0.37%0A%09c0.12%2C0.2%2C0.15%2C0.43%2C0.08%2C0.68l-0.13%2C0.59c-0.1%2C0.41-0.37%2C0.61-0.8%2C0.61c-0.07%2C0-0.16-0.01-0.24-0.03%0A%09c-0.22-0.06-0.38-0.17-0.49-0.33C12.03%2C27.5%2C11.97%2C27.34%2C11.97%2C27.17z%20M12.76%2C24.26c0-0.23%2C0.08-0.43%2C0.23-0.58%0A%09c0.16-0.16%2C0.35-0.23%2C0.59-0.23s0.43%2C0.08%2C0.59%2C0.23c0.16%2C0.16%2C0.23%2C0.35%2C0.23%2C0.58c0%2C0.24-0.08%2C0.43-0.23%2C0.59%0A%09c-0.16%2C0.16-0.35%2C0.23-0.59%2C0.23c-0.23%2C0-0.42-0.08-0.58-0.24C12.84%2C24.68%2C12.76%2C24.49%2C12.76%2C24.26z%20M13.38%2C21.99%0A%09c0-0.1%2C0.01-0.19%2C0.03-0.27l0.23-0.9c0.07-0.23%2C0.21-0.41%2C0.41-0.53c0.21-0.12%2C0.42-0.15%2C0.64-0.08c0.24%2C0.07%2C0.41%2C0.2%2C0.53%2C0.4%0A%09s0.14%2C0.41%2C0.07%2C0.63l-0.26%2C0.9c-0.08%2C0.28-0.22%2C0.46-0.41%2C0.56c-0.19%2C0.1-0.41%2C0.12-0.64%2C0.06c-0.2-0.04-0.35-0.14-0.45-0.3%0A%09C13.41%2C22.3%2C13.37%2C22.14%2C13.38%2C21.99z%20M16.14%2C24.13c0-0.03%2C0-0.08%2C0.01-0.13s0.01-0.09%2C0.01-0.11l0.09-0.59%0A%09c0.07-0.24%2C0.2-0.41%2C0.41-0.53s0.43-0.14%2C0.68-0.08c0.23%2C0.07%2C0.4%2C0.21%2C0.51%2C0.41c0.12%2C0.21%2C0.14%2C0.42%2C0.07%2C0.63l-0.14%2C0.6%0A%09c-0.1%2C0.44-0.35%2C0.66-0.76%2C0.66c-0.03%2C0-0.08-0.01-0.14-0.02c-0.06-0.01-0.11-0.02-0.14-0.02c-0.2-0.06-0.35-0.17-0.45-0.33%0A%09C16.2%2C24.46%2C16.14%2C24.3%2C16.14%2C24.13z%20M16.88%2C21.19c0-0.24%2C0.08-0.43%2C0.23-0.59c0.16-0.16%2C0.35-0.23%2C0.59-0.23%0A%09c0.24%2C0%2C0.43%2C0.08%2C0.59%2C0.23c0.16%2C0.16%2C0.23%2C0.35%2C0.23%2C0.59c0%2C0.23-0.08%2C0.43-0.23%2C0.58C18.14%2C21.92%2C17.95%2C22%2C17.71%2C22%0A%09c-0.24%2C0-0.43-0.08-0.58-0.24C16.97%2C21.61%2C16.88%2C21.42%2C16.88%2C21.19z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
#weatherWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-rain_snow,
#polarLightWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-rain_snow {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%237DB7FF%22%20d%3D%22M4.65%2C16.96c0%2C1.32%2C0.47%2C2.46%2C1.4%2C3.41c0.93%2C0.96%2C2.06%2C1.46%2C3.38%2C1.5c0.12%2C0%2C0.18-0.06%2C0.18-0.17v-1.33%0A%09c0-0.12-0.06-0.18-0.18-0.18c-0.84-0.04-1.57-0.38-2.17-1.02s-0.91-1.37-0.91-2.22c0-0.84%2C0.28-1.57%2C0.85-2.19%0A%09c0.57-0.62%2C1.26-0.97%2C2.1-1.04l0.53-0.07c0.12%2C0%2C0.19-0.06%2C0.19-0.18l0.07-0.5c0.1-1.09%2C0.55-2.01%2C1.36-2.75s1.76-1.11%2C2.86-1.11%0A%09c1.08%2C0%2C2.03%2C0.37%2C2.84%2C1.1c0.81%2C0.73%2C1.28%2C1.63%2C1.4%2C2.71l0.07%2C0.58c0%2C0.12%2C0.06%2C0.18%2C0.19%2C0.18h1.6c0.9%2C0%2C1.67%2C0.32%2C2.32%2C0.97%0A%09c0.64%2C0.64%2C0.97%2C1.41%2C0.97%2C2.3c0%2C0.84-0.3%2C1.58-0.9%2C2.22c-0.6%2C0.63-1.33%2C0.97-2.18%2C1.02c-0.13%2C0-0.2%2C0.06-0.2%2C0.18v1.33%0A%09c0%2C0.11%2C0.07%2C0.17%2C0.2%2C0.17c1.33-0.04%2C2.46-0.54%2C3.38-1.5s1.38-2.09%2C1.38-3.42c0-0.89-0.22-1.72-0.67-2.48%0A%09c-0.44-0.76-1.05-1.36-1.81-1.8c-0.76-0.44-1.59-0.66-2.48-0.66h-0.31c-0.33-1.34-1.03-2.43-2.11-3.29%0A%09c-1.07-0.85-2.3-1.28-3.68-1.28c-1.41%2C0-2.66%2C0.44-3.75%2C1.31s-1.79%2C1.99-2.1%2C3.35c-1.13%2C0.29-2.04%2C0.88-2.75%2C1.77%0A%09S4.65%2C15.8%2C4.65%2C16.96z%20M10.05%2C23.98c0%2C0.17%2C0.05%2C0.34%2C0.16%2C0.51c0.11%2C0.17%2C0.27%2C0.28%2C0.47%2C0.35c0.23%2C0.07%2C0.44%2C0.06%2C0.64-0.04%0A%09c0.19-0.09%2C0.33-0.28%2C0.39-0.56l0.14-0.61c0.05-0.23%2C0.02-0.44-0.09-0.63s-0.28-0.33-0.52-0.4c-0.22-0.07-0.44-0.04-0.64%2C0.08%0A%09s-0.34%2C0.3-0.4%2C0.53l-0.14%2C0.59C10.06%2C23.83%2C10.05%2C23.89%2C10.05%2C23.98z%20M10.81%2C21.08c0%2C0.21%2C0.08%2C0.4%2C0.25%2C0.57%0A%09c0.16%2C0.17%2C0.34%2C0.25%2C0.56%2C0.25c0.24%2C0%2C0.44-0.08%2C0.6-0.24c0.16-0.16%2C0.24-0.35%2C0.24-0.59c0-0.23-0.08-0.43-0.24-0.59%0A%09c-0.16-0.16-0.36-0.24-0.6-0.24c-0.23%2C0-0.42%2C0.08-0.58%2C0.23C10.89%2C20.65%2C10.81%2C20.85%2C10.81%2C21.08z%20M11.42%2C18.81%0A%09c-0.01%2C0.16%2C0.03%2C0.31%2C0.14%2C0.45c0.1%2C0.15%2C0.26%2C0.25%2C0.48%2C0.32c0.21%2C0.06%2C0.41%2C0.04%2C0.62-0.07S13%2C19.23%2C13.07%2C19l0.28-0.9%0A%09c0.07-0.24%2C0.05-0.46-0.07-0.65c-0.12-0.19-0.3-0.32-0.54-0.39c-0.22-0.07-0.43-0.05-0.63%2C0.07c-0.2%2C0.11-0.34%2C0.28-0.41%2C0.5%0A%09l-0.24%2C0.92c0%2C0.02-0.01%2C0.06-0.02%2C0.12C11.43%2C18.72%2C11.42%2C18.77%2C11.42%2C18.81z%20M12.59%2C27.1c0%2C0.18%2C0.05%2C0.34%2C0.15%2C0.5%0A%09c0.1%2C0.16%2C0.26%2C0.27%2C0.48%2C0.33c0.08%2C0.02%2C0.17%2C0.03%2C0.25%2C0.03c0.43%2C0%2C0.69-0.2%2C0.79-0.61l0.14-0.59c0.06-0.26%2C0.03-0.48-0.08-0.68%0A%09c-0.12-0.2-0.29-0.32-0.52-0.37c-0.21-0.07-0.42-0.05-0.63%2C0.07c-0.21%2C0.12-0.34%2C0.29-0.41%2C0.51l-0.14%2C0.59%0A%09C12.6%2C26.97%2C12.59%2C27.04%2C12.59%2C27.1z%20M13.36%2C24.2c0%2C0.22%2C0.08%2C0.41%2C0.25%2C0.58c0.16%2C0.16%2C0.35%2C0.24%2C0.57%2C0.24%0A%09c0.24%2C0%2C0.43-0.08%2C0.59-0.23c0.16-0.16%2C0.23-0.35%2C0.23-0.59c0-0.23-0.08-0.42-0.23-0.58c-0.16-0.16-0.35-0.23-0.59-0.23%0A%09c-0.24%2C0-0.43%2C0.08-0.59%2C0.23S13.36%2C23.97%2C13.36%2C24.2z%20M13.99%2C21.93c-0.01%2C0.15%2C0.03%2C0.31%2C0.13%2C0.47c0.1%2C0.16%2C0.25%2C0.26%2C0.45%2C0.3%0A%09c0.23%2C0.06%2C0.44%2C0.04%2C0.64-0.06s0.33-0.29%2C0.41-0.56l0.27-0.9c0.07-0.22%2C0.05-0.43-0.07-0.63c-0.12-0.2-0.29-0.33-0.53-0.4%0A%09c-0.22-0.07-0.43-0.04-0.64%2C0.08c-0.21%2C0.12-0.34%2C0.3-0.41%2C0.53l-0.23%2C0.9C14%2C21.74%2C13.99%2C21.83%2C13.99%2C21.93z%20M16.75%2C24.08%0A%09c0%2C0.16%2C0.05%2C0.32%2C0.15%2C0.48c0.1%2C0.16%2C0.26%2C0.27%2C0.46%2C0.33c0.03%2C0%2C0.08%2C0.01%2C0.14%2C0.02c0.06%2C0.01%2C0.1%2C0.02%2C0.14%2C0.02%0A%09c0.41%2C0%2C0.66-0.22%2C0.76-0.66l0.14-0.6c0.07-0.21%2C0.05-0.42-0.07-0.63c-0.11-0.21-0.28-0.34-0.51-0.41%0A%09c-0.25-0.06-0.48-0.04-0.68%2C0.08s-0.34%2C0.29-0.41%2C0.53l-0.09%2C0.59c0%2C0.02-0.01%2C0.07-0.02%2C0.12S16.75%2C24.04%2C16.75%2C24.08z%0A%09%20M17.49%2C21.12c0%2C0.22%2C0.08%2C0.42%2C0.25%2C0.57c0.15%2C0.16%2C0.34%2C0.24%2C0.57%2C0.24c0.24%2C0%2C0.43-0.08%2C0.59-0.23s0.23-0.35%2C0.23-0.58%0A%09c0-0.24-0.08-0.43-0.23-0.59s-0.35-0.23-0.59-0.23c-0.24%2C0-0.43%2C0.08-0.59%2C0.23C17.57%2C20.69%2C17.49%2C20.88%2C17.49%2C21.12z%20M18.1%2C18.81%0A%09c0%2C0.17%2C0.05%2C0.33%2C0.16%2C0.48c0.11%2C0.15%2C0.27%2C0.26%2C0.49%2C0.32c0.02%2C0%2C0.06%2C0.01%2C0.12%2C0.02s0.11%2C0.02%2C0.14%2C0.02%0A%09c0.1%2C0%2C0.22-0.03%2C0.36-0.09c0.21-0.11%2C0.35-0.29%2C0.41-0.52l0.24-0.9c0.06-0.23%2C0.04-0.44-0.08-0.63c-0.11-0.2-0.28-0.33-0.51-0.4%0A%09c-0.23-0.07-0.44-0.05-0.64%2C0.06c-0.19%2C0.11-0.33%2C0.27-0.39%2C0.51l-0.28%2C0.91c0%2C0.02-0.01%2C0.06-0.02%2C0.12%0A%09C18.1%2C18.74%2C18.1%2C18.78%2C18.1%2C18.81z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
#weatherWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-heavy_rain_snow,
#polarLightWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-heavy_rain_snow {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%237DB7FF%22%20d%3D%22M4.65%2C16.96c0%2C1.32%2C0.47%2C2.46%2C1.4%2C3.41c0.93%2C0.96%2C2.06%2C1.46%2C3.38%2C1.5c0.12%2C0%2C0.18-0.06%2C0.18-0.17v-1.33%0A%09c0-0.12-0.06-0.18-0.18-0.18c-0.84-0.04-1.57-0.38-2.17-1.02s-0.91-1.37-0.91-2.22c0-0.84%2C0.28-1.57%2C0.85-2.19%0A%09c0.57-0.62%2C1.26-0.97%2C2.1-1.04l0.53-0.07c0.12%2C0%2C0.19-0.06%2C0.19-0.18l0.07-0.5c0.1-1.09%2C0.55-2.01%2C1.36-2.75s1.76-1.11%2C2.86-1.11%0A%09c1.08%2C0%2C2.03%2C0.37%2C2.84%2C1.1c0.81%2C0.73%2C1.28%2C1.63%2C1.4%2C2.71l0.07%2C0.58c0%2C0.12%2C0.06%2C0.18%2C0.19%2C0.18h1.6c0.9%2C0%2C1.67%2C0.32%2C2.32%2C0.97%0A%09c0.64%2C0.64%2C0.97%2C1.41%2C0.97%2C2.3c0%2C0.84-0.3%2C1.58-0.9%2C2.22c-0.6%2C0.63-1.33%2C0.97-2.18%2C1.02c-0.13%2C0-0.2%2C0.06-0.2%2C0.18v1.33%0A%09c0%2C0.11%2C0.07%2C0.17%2C0.2%2C0.17c1.33-0.04%2C2.46-0.54%2C3.38-1.5s1.38-2.09%2C1.38-3.42c0-0.89-0.22-1.72-0.67-2.48%0A%09c-0.44-0.76-1.05-1.36-1.81-1.8c-0.76-0.44-1.59-0.66-2.48-0.66h-0.31c-0.33-1.34-1.03-2.43-2.11-3.29%0A%09c-1.07-0.85-2.3-1.28-3.68-1.28c-1.41%2C0-2.66%2C0.44-3.75%2C1.31s-1.79%2C1.99-2.1%2C3.35c-1.13%2C0.29-2.04%2C0.88-2.75%2C1.77%0A%09S4.65%2C15.8%2C4.65%2C16.96z%20M10.05%2C23.98c0%2C0.17%2C0.05%2C0.34%2C0.16%2C0.51c0.11%2C0.17%2C0.27%2C0.28%2C0.47%2C0.35c0.23%2C0.07%2C0.44%2C0.06%2C0.64-0.04%0A%09c0.19-0.09%2C0.33-0.28%2C0.39-0.56l0.14-0.61c0.05-0.23%2C0.02-0.44-0.09-0.63s-0.28-0.33-0.52-0.4c-0.22-0.07-0.44-0.04-0.64%2C0.08%0A%09s-0.34%2C0.3-0.4%2C0.53l-0.14%2C0.59C10.06%2C23.83%2C10.05%2C23.89%2C10.05%2C23.98z%20M10.81%2C21.08c0%2C0.21%2C0.08%2C0.4%2C0.25%2C0.57%0A%09c0.16%2C0.17%2C0.34%2C0.25%2C0.56%2C0.25c0.24%2C0%2C0.44-0.08%2C0.6-0.24c0.16-0.16%2C0.24-0.35%2C0.24-0.59c0-0.23-0.08-0.43-0.24-0.59%0A%09c-0.16-0.16-0.36-0.24-0.6-0.24c-0.23%2C0-0.42%2C0.08-0.58%2C0.23C10.89%2C20.65%2C10.81%2C20.85%2C10.81%2C21.08z%20M11.42%2C18.81%0A%09c-0.01%2C0.16%2C0.03%2C0.31%2C0.14%2C0.45c0.1%2C0.15%2C0.26%2C0.25%2C0.48%2C0.32c0.21%2C0.06%2C0.41%2C0.04%2C0.62-0.07S13%2C19.23%2C13.07%2C19l0.28-0.9%0A%09c0.07-0.24%2C0.05-0.46-0.07-0.65c-0.12-0.19-0.3-0.32-0.54-0.39c-0.22-0.07-0.43-0.05-0.63%2C0.07c-0.2%2C0.11-0.34%2C0.28-0.41%2C0.5%0A%09l-0.24%2C0.92c0%2C0.02-0.01%2C0.06-0.02%2C0.12C11.43%2C18.72%2C11.42%2C18.77%2C11.42%2C18.81z%20M12.59%2C27.1c0%2C0.18%2C0.05%2C0.34%2C0.15%2C0.5%0A%09c0.1%2C0.16%2C0.26%2C0.27%2C0.48%2C0.33c0.08%2C0.02%2C0.17%2C0.03%2C0.25%2C0.03c0.43%2C0%2C0.69-0.2%2C0.79-0.61l0.14-0.59c0.06-0.26%2C0.03-0.48-0.08-0.68%0A%09c-0.12-0.2-0.29-0.32-0.52-0.37c-0.21-0.07-0.42-0.05-0.63%2C0.07c-0.21%2C0.12-0.34%2C0.29-0.41%2C0.51l-0.14%2C0.59%0A%09C12.6%2C26.97%2C12.59%2C27.04%2C12.59%2C27.1z%20M13.36%2C24.2c0%2C0.22%2C0.08%2C0.41%2C0.25%2C0.58c0.16%2C0.16%2C0.35%2C0.24%2C0.57%2C0.24%0A%09c0.24%2C0%2C0.43-0.08%2C0.59-0.23c0.16-0.16%2C0.23-0.35%2C0.23-0.59c0-0.23-0.08-0.42-0.23-0.58c-0.16-0.16-0.35-0.23-0.59-0.23%0A%09c-0.24%2C0-0.43%2C0.08-0.59%2C0.23S13.36%2C23.97%2C13.36%2C24.2z%20M13.99%2C21.93c-0.01%2C0.15%2C0.03%2C0.31%2C0.13%2C0.47c0.1%2C0.16%2C0.25%2C0.26%2C0.45%2C0.3%0A%09c0.23%2C0.06%2C0.44%2C0.04%2C0.64-0.06s0.33-0.29%2C0.41-0.56l0.27-0.9c0.07-0.22%2C0.05-0.43-0.07-0.63c-0.12-0.2-0.29-0.33-0.53-0.4%0A%09c-0.22-0.07-0.43-0.04-0.64%2C0.08c-0.21%2C0.12-0.34%2C0.3-0.41%2C0.53l-0.23%2C0.9C14%2C21.74%2C13.99%2C21.83%2C13.99%2C21.93z%20M16.75%2C24.08%0A%09c0%2C0.16%2C0.05%2C0.32%2C0.15%2C0.48c0.1%2C0.16%2C0.26%2C0.27%2C0.46%2C0.33c0.03%2C0%2C0.08%2C0.01%2C0.14%2C0.02c0.06%2C0.01%2C0.1%2C0.02%2C0.14%2C0.02%0A%09c0.41%2C0%2C0.66-0.22%2C0.76-0.66l0.14-0.6c0.07-0.21%2C0.05-0.42-0.07-0.63c-0.11-0.21-0.28-0.34-0.51-0.41%0A%09c-0.25-0.06-0.48-0.04-0.68%2C0.08s-0.34%2C0.29-0.41%2C0.53l-0.09%2C0.59c0%2C0.02-0.01%2C0.07-0.02%2C0.12S16.75%2C24.04%2C16.75%2C24.08z%0A%09%20M17.49%2C21.12c0%2C0.22%2C0.08%2C0.42%2C0.25%2C0.57c0.15%2C0.16%2C0.34%2C0.24%2C0.57%2C0.24c0.24%2C0%2C0.43-0.08%2C0.59-0.23s0.23-0.35%2C0.23-0.58%0A%09c0-0.24-0.08-0.43-0.23-0.59s-0.35-0.23-0.59-0.23c-0.24%2C0-0.43%2C0.08-0.59%2C0.23C17.57%2C20.69%2C17.49%2C20.88%2C17.49%2C21.12z%20M18.1%2C18.81%0A%09c0%2C0.17%2C0.05%2C0.33%2C0.16%2C0.48c0.11%2C0.15%2C0.27%2C0.26%2C0.49%2C0.32c0.02%2C0%2C0.06%2C0.01%2C0.12%2C0.02s0.11%2C0.02%2C0.14%2C0.02%0A%09c0.1%2C0%2C0.22-0.03%2C0.36-0.09c0.21-0.11%2C0.35-0.29%2C0.41-0.52l0.24-0.9c0.06-0.23%2C0.04-0.44-0.08-0.63c-0.11-0.2-0.28-0.33-0.51-0.4%0A%09c-0.23-0.07-0.44-0.05-0.64%2C0.06c-0.19%2C0.11-0.33%2C0.27-0.39%2C0.51l-0.28%2C0.91c0%2C0.02-0.01%2C0.06-0.02%2C0.12%0A%09C18.1%2C18.74%2C18.1%2C18.78%2C18.1%2C18.81z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
#weatherWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-sunny_light_snow_rain,
#polarLightWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-sunny_light_snow_rain {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%237DB7FF%22%20d%3D%22M1.49%2C16.92L1.49%2C16.92c0-1.17%2C0.36-2.19%2C1.08-3.09s1.64-1.48%2C2.74-1.74c0.31-1.37%2C1.01-2.49%2C2.1-3.38%0A%09c1.1-0.88%2C2.35-1.32%2C3.77-1.32c0.99%2C0%2C1.9%2C0.22%2C2.72%2C0.66c0.5-0.53%2C1.09-0.95%2C1.76-1.25c0.67-0.3%2C1.37-0.45%2C2.09-0.45%0A%09c0.95%2C0%2C1.83%2C0.24%2C2.64%2C0.71c0.81%2C0.47%2C1.45%2C1.11%2C1.92%2C1.92c0.47%2C0.81%2C0.71%2C1.69%2C0.71%2C2.64c0%2C1.23-0.38%2C2.33-1.14%2C3.29%0A%09c0.29%2C0.61%2C0.43%2C1.28%2C0.43%2C2.02c0%2C0.88-0.21%2C1.7-0.64%2C2.45c-0.42%2C0.75-1%2C1.36-1.74%2C1.81c-0.73%2C0.46-1.54%2C0.7-2.42%2C0.72%0A%09c-0.13%2C0-0.2-0.06-0.2-0.18v-1.34c0-0.12%2C0.07-0.18%2C0.2-0.18c0.86-0.04%2C1.58-0.39%2C2.18-1.03c0.6-0.64%2C0.9-1.4%2C0.9-2.26%0A%09c0-0.89-0.32-1.65-0.97-2.29s-1.41-0.96-2.31-0.96h-1.61c-0.12%2C0-0.18-0.06-0.18-0.17l-0.08-0.59c-0.11-1.08-0.58-1.99-1.4-2.72%0A%09c-0.82-0.73-1.78-1.1-2.86-1.1c-1.1%2C0-2.05%2C0.37-2.86%2C1.1c-0.81%2C0.73-1.27%2C1.64-1.37%2C2.72L6.88%2C13.5c-0.03%2C0.09-0.11%2C0.13-0.22%2C0.13%0A%09l-0.51%2C0.04c-0.84%2C0.1-1.55%2C0.45-2.11%2C1.06s-0.84%2C1.34-0.84%2C2.18v0.05h0.03c0.01%2C0.98%2C0.38%2C1.78%2C1.11%2C2.43%0A%09c0.22%2C0.19%2C0.47%2C0.36%2C0.74%2C0.49v0.02c0.41%2C0.19%2C0.82%2C0.29%2C1.21%2C0.31c0.11%2C0%2C0.17%2C0.06%2C0.17%2C0.17v1.34c0%2C0.11-0.06%2C0.17-0.17%2C0.17%0A%09c-0.52-0.03-1.01-0.13-1.48-0.3v0.02c-0.83-0.29-1.54-0.77-2.11-1.43s-0.95-1.44-1.11-2.31v-0.04c-0.01-0.01-0.01-0.02-0.01-0.03%0A%09C1.51%2C17.54%2C1.49%2C17.25%2C1.49%2C16.92z%20M6.99%2C24.09c0-0.03%2C0.01-0.07%2C0.02-0.13c0.01-0.05%2C0.02-0.09%2C0.02-0.12l0.09-0.59%0A%09c0.07-0.24%2C0.2-0.41%2C0.41-0.53c0.2-0.12%2C0.43-0.14%2C0.68-0.08c0.23%2C0.07%2C0.39%2C0.2%2C0.51%2C0.41c0.11%2C0.2%2C0.13%2C0.41%2C0.07%2C0.62l-0.14%2C0.6%0A%09c-0.1%2C0.44-0.35%2C0.66-0.76%2C0.66c-0.03%2C0-0.08%2C0-0.15-0.01s-0.11-0.01-0.13-0.01c-0.21-0.06-0.36-0.17-0.46-0.33%0A%09C7.04%2C24.43%2C6.99%2C24.26%2C6.99%2C24.09z%20M7.73%2C21.15c0-0.24%2C0.08-0.43%2C0.23-0.59c0.16-0.16%2C0.35-0.23%2C0.59-0.23s0.43%2C0.08%2C0.59%2C0.23%0A%09c0.16%2C0.16%2C0.23%2C0.35%2C0.23%2C0.59c0%2C0.23-0.08%2C0.42-0.23%2C0.58s-0.35%2C0.23-0.59%2C0.23c-0.23%2C0-0.42-0.08-0.57-0.24%0A%09C7.81%2C21.56%2C7.73%2C21.37%2C7.73%2C21.15z%20M9.37%2C27.13c0-0.04%2C0.01-0.11%2C0.04-0.23l0.13-0.58c0.07-0.23%2C0.21-0.4%2C0.41-0.51%0A%09c0.21-0.12%2C0.42-0.14%2C0.63-0.07c0.23%2C0.04%2C0.41%2C0.17%2C0.53%2C0.37c0.12%2C0.2%2C0.15%2C0.43%2C0.08%2C0.68l-0.13%2C0.59%0A%09c-0.1%2C0.41-0.37%2C0.61-0.8%2C0.61c-0.05%2C0-0.13-0.01-0.24-0.04c-0.22-0.06-0.38-0.17-0.49-0.33C9.42%2C27.46%2C9.37%2C27.3%2C9.37%2C27.13z%0A%09%20M9.9%2C4.62c0-0.24%2C0.08-0.44%2C0.25-0.6c0.17-0.16%2C0.38-0.24%2C0.63-0.24c0.24%2C0%2C0.44%2C0.08%2C0.6%2C0.24l0.63%2C0.66%0A%09c0.17%2C0.17%2C0.25%2C0.37%2C0.25%2C0.6c0%2C0.24-0.1%2C0.46-0.3%2C0.64c-0.2%2C0.18-0.4%2C0.26-0.61%2C0.23c-0.21-0.02-0.39-0.11-0.55-0.27l-0.65-0.66%0A%09C9.99%2C5.05%2C9.9%2C4.85%2C9.9%2C4.62z%20M10.16%2C24.23c0-0.23%2C0.08-0.43%2C0.23-0.58c0.16-0.16%2C0.35-0.23%2C0.59-0.23s0.43%2C0.08%2C0.59%2C0.23%0A%09c0.16%2C0.16%2C0.23%2C0.35%2C0.23%2C0.58c0%2C0.24-0.08%2C0.43-0.23%2C0.59c-0.16%2C0.16-0.35%2C0.23-0.59%2C0.23c-0.22%2C0-0.41-0.08-0.58-0.25%0A%09C10.24%2C24.64%2C10.16%2C24.45%2C10.16%2C24.23z%20M10.78%2C21.96c0-0.09%2C0.01-0.18%2C0.03-0.26l0.23-0.9c0.07-0.23%2C0.21-0.41%2C0.41-0.53%0A%09c0.21-0.12%2C0.42-0.15%2C0.64-0.08c0.24%2C0.07%2C0.41%2C0.2%2C0.53%2C0.4c0.12%2C0.2%2C0.14%2C0.4%2C0.07%2C0.62l-0.26%2C0.9c-0.08%2C0.27-0.22%2C0.46-0.41%2C0.57%0A%09s-0.41%2C0.12-0.64%2C0.06c-0.2-0.04-0.35-0.14-0.45-0.3C10.81%2C22.26%2C10.76%2C22.11%2C10.78%2C21.96z%20M13.54%2C24.1c0-0.03%2C0-0.07%2C0.01-0.13%0A%09c0.01-0.06%2C0.01-0.09%2C0.01-0.11l0.09-0.59c0.07-0.24%2C0.2-0.41%2C0.41-0.53c0.2-0.12%2C0.43-0.14%2C0.68-0.08c0.23%2C0.07%2C0.4%2C0.21%2C0.51%2C0.41%0A%09c0.12%2C0.21%2C0.14%2C0.42%2C0.07%2C0.63l-0.14%2C0.6c-0.1%2C0.43-0.35%2C0.65-0.76%2C0.65c-0.03%2C0-0.08%2C0-0.15-0.01c-0.07-0.01-0.11-0.01-0.13-0.01%0A%09c-0.2-0.06-0.35-0.17-0.45-0.33C13.59%2C24.43%2C13.54%2C24.27%2C13.54%2C24.1z%20M14.28%2C21.16c0-0.24%2C0.08-0.43%2C0.23-0.59%0A%09c0.16-0.16%2C0.35-0.23%2C0.59-0.23c0.24%2C0%2C0.43%2C0.08%2C0.59%2C0.23c0.16%2C0.16%2C0.23%2C0.35%2C0.23%2C0.59c0%2C0.23-0.08%2C0.43-0.23%2C0.58%0A%09c-0.16%2C0.16-0.35%2C0.23-0.59%2C0.23c-0.23%2C0-0.43-0.08-0.58-0.25C14.36%2C21.57%2C14.28%2C21.38%2C14.28%2C21.16z%20M15.31%2C9.05%0A%09c0.84%2C0.76%2C1.4%2C1.74%2C1.7%2C2.93h0.31c1.38%2C0%2C2.55%2C0.48%2C3.52%2C1.45c0.31-0.55%2C0.47-1.16%2C0.47-1.82c0-0.98-0.35-1.81-1.04-2.5%0A%09c-0.69-0.68-1.53-1.03-2.51-1.03C16.8%2C8.08%2C15.98%2C8.4%2C15.31%2C9.05z%20M16.91%2C3.78V1.73c0-0.24%2C0.08-0.44%2C0.25-0.61%0A%09c0.17-0.17%2C0.37-0.26%2C0.6-0.26c0.24%2C0%2C0.44%2C0.08%2C0.6%2C0.25c0.16%2C0.17%2C0.24%2C0.38%2C0.24%2C0.62v2.05c0%2C0.24-0.08%2C0.45-0.24%2C0.62%0A%09C18.2%2C4.57%2C18%2C4.65%2C17.76%2C4.65c-0.23%2C0-0.43-0.09-0.6-0.26C16.99%2C4.22%2C16.91%2C4.02%2C16.91%2C3.78z%20M22.49%2C6.07%0A%09c0-0.24%2C0.08-0.44%2C0.23-0.6l1.44-1.45c0.15-0.17%2C0.34-0.25%2C0.58-0.25c0.24%2C0%2C0.44%2C0.08%2C0.6%2C0.25c0.18%2C0.16%2C0.26%2C0.36%2C0.26%2C0.6%0A%09c0%2C0.24-0.09%2C0.44-0.26%2C0.6L23.9%2C6.68c-0.19%2C0.19-0.4%2C0.27-0.63%2C0.26c-0.23-0.02-0.41-0.1-0.55-0.26%0A%09C22.56%2C6.52%2C22.49%2C6.32%2C22.49%2C6.07z%20M23.26%2C17.98c0-0.24%2C0.08-0.44%2C0.25-0.61c0.17-0.17%2C0.37-0.25%2C0.6-0.25%0A%09c0.23%2C0%2C0.43%2C0.09%2C0.61%2C0.26l0.62%2C0.63c0.18%2C0.17%2C0.26%2C0.38%2C0.26%2C0.61c0%2C0.24-0.09%2C0.44-0.26%2C0.6c-0.14%2C0.17-0.32%2C0.26-0.54%2C0.26%0A%09l-0.02-0.02c-0.24%2C0-0.44-0.08-0.62-0.24l-0.65-0.64C23.35%2C18.41%2C23.26%2C18.21%2C23.26%2C17.98z%20M24.73%2C11.61c0-0.24%2C0.08-0.44%2C0.25-0.6%0A%09c0.17-0.16%2C0.37-0.24%2C0.61-0.24h2.06c0.24%2C0%2C0.45%2C0.08%2C0.61%2C0.24s0.25%2C0.36%2C0.25%2C0.6c0%2C0.24-0.08%2C0.44-0.25%2C0.61%0A%09c-0.17%2C0.17-0.37%2C0.25-0.61%2C0.25h-2.06c-0.24%2C0-0.44-0.09-0.6-0.27C24.81%2C12.05%2C24.73%2C11.85%2C24.73%2C11.61z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
#weatherWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-cloudy_light_snow_rain,
#polarLightWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-cloudy_light_snow_rain {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%237DB7FF%22%20d%3D%22M1.48%2C16.95c0%2C1.32%2C0.46%2C2.46%2C1.37%2C3.4c0.91%2C0.94%2C2.04%2C1.45%2C3.38%2C1.51c0.12%2C0%2C0.18-0.06%2C0.18-0.17v-1.33%0A%09c0-0.12-0.06-0.18-0.18-0.18c-0.86-0.04-1.58-0.38-2.17-1s-0.88-1.37-0.88-2.24c0-0.84%2C0.28-1.58%2C0.84-2.19%0A%09c0.56-0.62%2C1.26-0.96%2C2.1-1.03l0.53-0.08c0.11%2C0%2C0.16-0.05%2C0.16-0.14l0.08-0.55c0.12-1.09%2C0.59-2%2C1.38-2.72S10%2C9.16%2C11.1%2C9.16%0A%09s2.05%2C0.36%2C2.86%2C1.08c0.82%2C0.72%2C1.28%2C1.62%2C1.38%2C2.69l0.07%2C0.58c0.02%2C0.11%2C0.1%2C0.17%2C0.22%2C0.17h1.6c0.89%2C0%2C1.65%2C0.32%2C2.29%2C0.96%0A%09c0.64%2C0.64%2C0.96%2C1.41%2C0.96%2C2.31c0%2C0.87-0.29%2C1.61-0.88%2C2.24s-1.31%2C0.95-2.17%2C1c-0.13%2C0-0.2%2C0.06-0.2%2C0.18v1.33%0A%09c0%2C0.11%2C0.07%2C0.17%2C0.2%2C0.17c1.33-0.04%2C2.45-0.54%2C3.37-1.49c0.91-0.95%2C1.37-2.09%2C1.37-3.42c0-0.68-0.13-1.34-0.38-2.01%0A%09c0.78-0.96%2C1.16-2.08%2C1.16-3.35c0-0.71-0.14-1.38-0.41-2.03c-0.27-0.65-0.65-1.2-1.12-1.67s-1.03-0.84-1.67-1.12%0A%09s-1.33-0.42-2.04-0.42c-1.54%2C0-2.83%2C0.58-3.86%2C1.74c-0.89-0.44-1.81-0.66-2.74-0.66c-1.41%2C0-2.66%2C0.44-3.74%2C1.31s-1.77%2C2-2.08%2C3.38%0A%09c-1.12%2C0.26-2.04%2C0.83-2.75%2C1.73C1.83%2C14.76%2C1.48%2C15.79%2C1.48%2C16.95z%20M6.83%2C23.98c0%2C0.17%2C0.05%2C0.34%2C0.16%2C0.51%0A%09c0.11%2C0.17%2C0.27%2C0.28%2C0.47%2C0.35c0.23%2C0.07%2C0.45%2C0.06%2C0.64-0.04c0.2-0.09%2C0.33-0.28%2C0.4-0.56l0.14-0.61c0.05-0.23%2C0.02-0.44-0.1-0.63%0A%09c-0.12-0.2-0.29-0.33-0.52-0.4c-0.23-0.07-0.44-0.04-0.64%2C0.08S7.06%2C22.97%2C7%2C23.2l-0.14%2C0.59C6.84%2C23.85%2C6.83%2C23.91%2C6.83%2C23.98z%0A%09%20M7.6%2C21.08c0%2C0.22%2C0.08%2C0.41%2C0.24%2C0.57C8%2C21.83%2C8.19%2C21.91%2C8.4%2C21.91c0.24%2C0%2C0.44-0.08%2C0.6-0.24c0.17-0.16%2C0.25-0.35%2C0.25-0.59%0A%09c0-0.23-0.08-0.43-0.25-0.59c-0.17-0.16-0.37-0.24-0.6-0.24c-0.23%2C0-0.42%2C0.08-0.58%2C0.23S7.6%2C20.85%2C7.6%2C21.08z%20M8.21%2C18.81%0A%09c-0.01%2C0.16%2C0.03%2C0.31%2C0.13%2C0.45c0.1%2C0.15%2C0.26%2C0.25%2C0.48%2C0.32c0.21%2C0.06%2C0.41%2C0.04%2C0.62-0.07C9.65%2C19.4%2C9.79%2C19.23%2C9.86%2C19%0A%09l0.27-0.9c0.07-0.24%2C0.05-0.46-0.07-0.65c-0.12-0.19-0.3-0.32-0.54-0.39c-0.22-0.07-0.43-0.05-0.63%2C0.07%0A%09c-0.2%2C0.11-0.34%2C0.28-0.41%2C0.5l-0.24%2C0.92C8.22%2C18.71%2C8.21%2C18.8%2C8.21%2C18.81z%20M9.36%2C27.1c0%2C0.17%2C0.05%2C0.33%2C0.16%2C0.49%0A%09c0.11%2C0.16%2C0.27%2C0.27%2C0.49%2C0.33c0.09%2C0.02%2C0.17%2C0.03%2C0.24%2C0.03c0.43%2C0%2C0.7-0.2%2C0.8-0.61l0.13-0.59c0.06-0.26%2C0.03-0.48-0.08-0.68%0A%09s-0.29-0.32-0.52-0.37c-0.21-0.07-0.42-0.05-0.63%2C0.07c-0.21%2C0.12-0.34%2C0.29-0.41%2C0.51L9.4%2C26.88C9.37%2C26.99%2C9.36%2C27.07%2C9.36%2C27.1z%0A%09%20M9.92%2C4.66c0%2C0.24%2C0.08%2C0.44%2C0.24%2C0.6l0.66%2C0.64c0.14%2C0.16%2C0.32%2C0.24%2C0.54%2C0.26c0.22%2C0.02%2C0.43-0.07%2C0.62-0.26%0A%09c0.16-0.16%2C0.24-0.36%2C0.24-0.59c0-0.24-0.08-0.44-0.24-0.6l-0.63-0.65C11.2%2C3.9%2C11%2C3.82%2C10.77%2C3.8c-0.23%2C0-0.43%2C0.08-0.6%2C0.25%0A%09C10.01%2C4.22%2C9.92%2C4.42%2C9.92%2C4.66z%20M10.15%2C24.2c0%2C0.23%2C0.08%2C0.42%2C0.24%2C0.58c0.16%2C0.16%2C0.36%2C0.24%2C0.58%2C0.24%0A%09c0.24%2C0%2C0.43-0.08%2C0.59-0.23c0.16-0.16%2C0.23-0.35%2C0.23-0.59c0-0.23-0.08-0.42-0.23-0.58c-0.16-0.16-0.35-0.23-0.59-0.23%0A%09c-0.24%2C0-0.43%2C0.08-0.59%2C0.23S10.15%2C23.97%2C10.15%2C24.2z%20M10.77%2C21.93c-0.01%2C0.15%2C0.03%2C0.31%2C0.14%2C0.47c0.1%2C0.16%2C0.25%2C0.26%2C0.45%2C0.3%0A%09c0.23%2C0.06%2C0.44%2C0.04%2C0.64-0.06s0.33-0.29%2C0.41-0.56l0.26-0.9c0.07-0.22%2C0.05-0.43-0.07-0.63c-0.12-0.2-0.29-0.33-0.53-0.4%0A%09c-0.22-0.07-0.43-0.04-0.64%2C0.08s-0.34%2C0.3-0.41%2C0.53l-0.22%2C0.9C10.78%2C21.74%2C10.77%2C21.83%2C10.77%2C21.93z%20M13.53%2C24.08%0A%09c0%2C0.17%2C0.05%2C0.33%2C0.15%2C0.48c0.1%2C0.15%2C0.25%2C0.26%2C0.46%2C0.32c0.03%2C0%2C0.08%2C0.01%2C0.14%2C0.02c0.06%2C0.01%2C0.11%2C0.02%2C0.14%2C0.02%0A%09c0.41%2C0%2C0.66-0.22%2C0.76-0.66l0.14-0.6c0.07-0.21%2C0.05-0.42-0.07-0.63c-0.12-0.21-0.29-0.34-0.51-0.41%0A%09c-0.25-0.06-0.48-0.04-0.68%2C0.08s-0.34%2C0.29-0.41%2C0.53l-0.09%2C0.59c0%2C0.01%2C0%2C0.05-0.01%2C0.11C13.54%2C24%2C13.53%2C24.04%2C13.53%2C24.08z%0A%09%20M14.27%2C21.12c0%2C0.23%2C0.08%2C0.42%2C0.24%2C0.57c0.15%2C0.16%2C0.34%2C0.24%2C0.58%2C0.24s0.43-0.08%2C0.59-0.23c0.16-0.16%2C0.23-0.35%2C0.23-0.58%0A%09c0-0.24-0.08-0.43-0.23-0.59c-0.16-0.16-0.35-0.23-0.59-0.23s-0.43%2C0.08-0.59%2C0.23S14.27%2C20.88%2C14.27%2C21.12z%20M14.88%2C18.81%0A%09c0%2C0.17%2C0.05%2C0.33%2C0.16%2C0.48c0.11%2C0.15%2C0.27%2C0.26%2C0.49%2C0.32c0.02%2C0%2C0.06%2C0.01%2C0.12%2C0.02c0.06%2C0.01%2C0.11%2C0.02%2C0.14%2C0.02%0A%09c0.11%2C0%2C0.23-0.03%2C0.37-0.09c0.21-0.11%2C0.34-0.28%2C0.4-0.52l0.24-0.9c0.06-0.23%2C0.04-0.44-0.07-0.63s-0.28-0.33-0.5-0.4%0A%09c-0.23-0.07-0.45-0.05-0.64%2C0.06c-0.2%2C0.11-0.33%2C0.27-0.4%2C0.51l-0.28%2C0.91c0%2C0.02%2C0%2C0.05-0.01%2C0.11%0A%09C14.89%2C18.73%2C14.88%2C18.77%2C14.88%2C18.81z%20M15.23%2C9.09c0.66-0.66%2C1.48-0.99%2C2.47-0.99c0.99%2C0%2C1.83%2C0.34%2C2.52%2C1.02s1.04%2C1.5%2C1.04%2C2.48%0A%09c0%2C0.66-0.18%2C1.29-0.53%2C1.88c-0.98-0.98-2.15-1.47-3.5-1.47h-0.31C16.64%2C10.91%2C16.07%2C9.94%2C15.23%2C9.09z%20M16.88%2C3.83%0A%09c0%2C0.23%2C0.08%2C0.42%2C0.23%2C0.58c0.15%2C0.15%2C0.35%2C0.23%2C0.59%2C0.23c0.24%2C0%2C0.45-0.08%2C0.62-0.23c0.17-0.15%2C0.25-0.35%2C0.25-0.58V1.76%0A%09c0-0.23-0.09-0.43-0.26-0.6c-0.17-0.17-0.38-0.25-0.61-0.25c-0.23%2C0-0.43%2C0.08-0.58%2C0.25c-0.16%2C0.17-0.23%2C0.37-0.23%2C0.6V3.83z%0A%09%20M22.4%2C6.09c0%2C0.25%2C0.08%2C0.45%2C0.23%2C0.6c0.36%2C0.36%2C0.76%2C0.36%2C1.21%2C0l1.43-1.43c0.17-0.17%2C0.25-0.38%2C0.25-0.63%0A%09c0-0.24-0.08-0.44-0.25-0.6c-0.17-0.17-0.37-0.25-0.6-0.25c-0.23%2C0-0.43%2C0.08-0.61%2C0.24L22.63%2C5.5C22.48%2C5.65%2C22.4%2C5.84%2C22.4%2C6.09z%0A%09%20M23.18%2C17.94c0%2C0.23%2C0.09%2C0.43%2C0.27%2C0.59l0.61%2C0.63c0.2%2C0.16%2C0.4%2C0.24%2C0.61%2C0.24c0.2%2C0%2C0.4-0.08%2C0.6-0.24%0A%09c0.17-0.16%2C0.25-0.35%2C0.25-0.59c0-0.23-0.08-0.43-0.25-0.62l-0.65-0.61c-0.15-0.17-0.34-0.25-0.57-0.25s-0.43%2C0.08-0.6%2C0.25%0A%09C23.27%2C17.51%2C23.18%2C17.71%2C23.18%2C17.94z%20M24.66%2C11.6c0%2C0.24%2C0.09%2C0.43%2C0.26%2C0.59c0.18%2C0.18%2C0.39%2C0.27%2C0.62%2C0.27h2.03%0A%09c0.23%2C0%2C0.43-0.08%2C0.59-0.25c0.16-0.17%2C0.24-0.37%2C0.24-0.61c0-0.24-0.08-0.44-0.24-0.6c-0.16-0.17-0.35-0.25-0.59-0.25h-2.03%0A%09c-0.24%2C0-0.44%2C0.08-0.62%2C0.25S24.66%2C11.37%2C24.66%2C11.6z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
#weatherWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-overcast_light_snow_rain,
#polarLightWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-overcast_light_snow_rain {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%237DB7FF%22%20d%3D%22M4.65%2C16.96c0%2C1.32%2C0.47%2C2.46%2C1.4%2C3.41c0.93%2C0.96%2C2.06%2C1.46%2C3.38%2C1.5c0.12%2C0%2C0.18-0.06%2C0.18-0.17v-1.33%0A%09c0-0.12-0.06-0.18-0.18-0.18c-0.84-0.04-1.57-0.38-2.17-1.02s-0.91-1.37-0.91-2.22c0-0.84%2C0.28-1.57%2C0.85-2.19%0A%09c0.57-0.62%2C1.26-0.97%2C2.1-1.04l0.53-0.07c0.12%2C0%2C0.19-0.06%2C0.19-0.18l0.07-0.5c0.1-1.09%2C0.55-2.01%2C1.36-2.75s1.76-1.11%2C2.86-1.11%0A%09c1.08%2C0%2C2.03%2C0.37%2C2.84%2C1.1c0.81%2C0.73%2C1.28%2C1.63%2C1.4%2C2.71l0.07%2C0.58c0%2C0.12%2C0.06%2C0.18%2C0.19%2C0.18h1.6c0.9%2C0%2C1.67%2C0.32%2C2.32%2C0.97%0A%09c0.64%2C0.64%2C0.97%2C1.41%2C0.97%2C2.3c0%2C0.84-0.3%2C1.58-0.9%2C2.22c-0.6%2C0.63-1.33%2C0.97-2.18%2C1.02c-0.13%2C0-0.2%2C0.06-0.2%2C0.18v1.33%0A%09c0%2C0.11%2C0.07%2C0.17%2C0.2%2C0.17c1.33-0.04%2C2.46-0.54%2C3.38-1.5s1.38-2.09%2C1.38-3.42c0-0.89-0.22-1.72-0.67-2.48%0A%09c-0.44-0.76-1.05-1.36-1.81-1.8c-0.76-0.44-1.59-0.66-2.48-0.66h-0.31c-0.33-1.34-1.03-2.43-2.11-3.29%0A%09c-1.07-0.85-2.3-1.28-3.68-1.28c-1.41%2C0-2.66%2C0.44-3.75%2C1.31s-1.79%2C1.99-2.1%2C3.35c-1.13%2C0.29-2.04%2C0.88-2.75%2C1.77%0A%09S4.65%2C15.8%2C4.65%2C16.96z%20M10.05%2C23.98c0%2C0.17%2C0.05%2C0.34%2C0.16%2C0.51c0.11%2C0.17%2C0.27%2C0.28%2C0.47%2C0.35c0.23%2C0.07%2C0.44%2C0.06%2C0.64-0.04%0A%09c0.19-0.09%2C0.33-0.28%2C0.39-0.56l0.14-0.61c0.05-0.23%2C0.02-0.44-0.09-0.63s-0.28-0.33-0.52-0.4c-0.22-0.07-0.44-0.04-0.64%2C0.08%0A%09s-0.34%2C0.3-0.4%2C0.53l-0.14%2C0.59C10.06%2C23.83%2C10.05%2C23.89%2C10.05%2C23.98z%20M10.81%2C21.08c0%2C0.21%2C0.08%2C0.4%2C0.25%2C0.57%0A%09c0.16%2C0.17%2C0.34%2C0.25%2C0.56%2C0.25c0.24%2C0%2C0.44-0.08%2C0.6-0.24c0.16-0.16%2C0.24-0.35%2C0.24-0.59c0-0.23-0.08-0.43-0.24-0.59%0A%09c-0.16-0.16-0.36-0.24-0.6-0.24c-0.23%2C0-0.42%2C0.08-0.58%2C0.23C10.89%2C20.65%2C10.81%2C20.85%2C10.81%2C21.08z%20M11.42%2C18.81%0A%09c-0.01%2C0.16%2C0.03%2C0.31%2C0.14%2C0.45c0.1%2C0.15%2C0.26%2C0.25%2C0.48%2C0.32c0.21%2C0.06%2C0.41%2C0.04%2C0.62-0.07S13%2C19.23%2C13.07%2C19l0.28-0.9%0A%09c0.07-0.24%2C0.05-0.46-0.07-0.65c-0.12-0.19-0.3-0.32-0.54-0.39c-0.22-0.07-0.43-0.05-0.63%2C0.07c-0.2%2C0.11-0.34%2C0.28-0.41%2C0.5%0A%09l-0.24%2C0.92c0%2C0.02-0.01%2C0.06-0.02%2C0.12C11.43%2C18.72%2C11.42%2C18.77%2C11.42%2C18.81z%20M12.59%2C27.1c0%2C0.18%2C0.05%2C0.34%2C0.15%2C0.5%0A%09c0.1%2C0.16%2C0.26%2C0.27%2C0.48%2C0.33c0.08%2C0.02%2C0.17%2C0.03%2C0.25%2C0.03c0.43%2C0%2C0.69-0.2%2C0.79-0.61l0.14-0.59c0.06-0.26%2C0.03-0.48-0.08-0.68%0A%09c-0.12-0.2-0.29-0.32-0.52-0.37c-0.21-0.07-0.42-0.05-0.63%2C0.07c-0.21%2C0.12-0.34%2C0.29-0.41%2C0.51l-0.14%2C0.59%0A%09C12.6%2C26.97%2C12.59%2C27.04%2C12.59%2C27.1z%20M13.36%2C24.2c0%2C0.22%2C0.08%2C0.41%2C0.25%2C0.58c0.16%2C0.16%2C0.35%2C0.24%2C0.57%2C0.24%0A%09c0.24%2C0%2C0.43-0.08%2C0.59-0.23c0.16-0.16%2C0.23-0.35%2C0.23-0.59c0-0.23-0.08-0.42-0.23-0.58c-0.16-0.16-0.35-0.23-0.59-0.23%0A%09c-0.24%2C0-0.43%2C0.08-0.59%2C0.23S13.36%2C23.97%2C13.36%2C24.2z%20M13.99%2C21.93c-0.01%2C0.15%2C0.03%2C0.31%2C0.13%2C0.47c0.1%2C0.16%2C0.25%2C0.26%2C0.45%2C0.3%0A%09c0.23%2C0.06%2C0.44%2C0.04%2C0.64-0.06s0.33-0.29%2C0.41-0.56l0.27-0.9c0.07-0.22%2C0.05-0.43-0.07-0.63c-0.12-0.2-0.29-0.33-0.53-0.4%0A%09c-0.22-0.07-0.43-0.04-0.64%2C0.08c-0.21%2C0.12-0.34%2C0.3-0.41%2C0.53l-0.23%2C0.9C14%2C21.74%2C13.99%2C21.83%2C13.99%2C21.93z%20M16.75%2C24.08%0A%09c0%2C0.16%2C0.05%2C0.32%2C0.15%2C0.48c0.1%2C0.16%2C0.26%2C0.27%2C0.46%2C0.33c0.03%2C0%2C0.08%2C0.01%2C0.14%2C0.02c0.06%2C0.01%2C0.1%2C0.02%2C0.14%2C0.02%0A%09c0.41%2C0%2C0.66-0.22%2C0.76-0.66l0.14-0.6c0.07-0.21%2C0.05-0.42-0.07-0.63c-0.11-0.21-0.28-0.34-0.51-0.41%0A%09c-0.25-0.06-0.48-0.04-0.68%2C0.08s-0.34%2C0.29-0.41%2C0.53l-0.09%2C0.59c0%2C0.02-0.01%2C0.07-0.02%2C0.12S16.75%2C24.04%2C16.75%2C24.08z%0A%09%20M17.49%2C21.12c0%2C0.22%2C0.08%2C0.42%2C0.25%2C0.57c0.15%2C0.16%2C0.34%2C0.24%2C0.57%2C0.24c0.24%2C0%2C0.43-0.08%2C0.59-0.23s0.23-0.35%2C0.23-0.58%0A%09c0-0.24-0.08-0.43-0.23-0.59s-0.35-0.23-0.59-0.23c-0.24%2C0-0.43%2C0.08-0.59%2C0.23C17.57%2C20.69%2C17.49%2C20.88%2C17.49%2C21.12z%20M18.1%2C18.81%0A%09c0%2C0.17%2C0.05%2C0.33%2C0.16%2C0.48c0.11%2C0.15%2C0.27%2C0.26%2C0.49%2C0.32c0.02%2C0%2C0.06%2C0.01%2C0.12%2C0.02s0.11%2C0.02%2C0.14%2C0.02%0A%09c0.1%2C0%2C0.22-0.03%2C0.36-0.09c0.21-0.11%2C0.35-0.29%2C0.41-0.52l0.24-0.9c0.06-0.23%2C0.04-0.44-0.08-0.63c-0.11-0.2-0.28-0.33-0.51-0.4%0A%09c-0.23-0.07-0.44-0.05-0.64%2C0.06c-0.19%2C0.11-0.33%2C0.27-0.39%2C0.51l-0.28%2C0.91c0%2C0.02-0.01%2C0.06-0.02%2C0.12%0A%09C18.1%2C18.74%2C18.1%2C18.78%2C18.1%2C18.81z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
#weatherWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-sunny_heavy_snow_rain,
#polarLightWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-sunny_heavy_snow_rain {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%237DB7FF%22%20d%3D%22M1.48%2C16.95c0%2C1.32%2C0.46%2C2.46%2C1.37%2C3.4c0.91%2C0.94%2C2.04%2C1.45%2C3.38%2C1.51c0.12%2C0%2C0.18-0.06%2C0.18-0.17v-1.33%0A%09c0-0.12-0.06-0.18-0.18-0.18c-0.86-0.04-1.58-0.38-2.17-1s-0.88-1.37-0.88-2.24c0-0.84%2C0.28-1.58%2C0.84-2.19%0A%09c0.56-0.62%2C1.26-0.96%2C2.1-1.03l0.53-0.08c0.11%2C0%2C0.16-0.05%2C0.16-0.14l0.08-0.55c0.12-1.09%2C0.59-2%2C1.38-2.72S10%2C9.16%2C11.1%2C9.16%0A%09s2.05%2C0.36%2C2.86%2C1.08c0.82%2C0.72%2C1.28%2C1.62%2C1.38%2C2.69l0.07%2C0.58c0.02%2C0.11%2C0.1%2C0.17%2C0.22%2C0.17h1.6c0.89%2C0%2C1.65%2C0.32%2C2.29%2C0.96%0A%09c0.64%2C0.64%2C0.96%2C1.41%2C0.96%2C2.31c0%2C0.87-0.29%2C1.61-0.88%2C2.24s-1.31%2C0.95-2.17%2C1c-0.13%2C0-0.2%2C0.06-0.2%2C0.18v1.33%0A%09c0%2C0.11%2C0.07%2C0.17%2C0.2%2C0.17c1.33-0.04%2C2.45-0.54%2C3.37-1.49c0.91-0.95%2C1.37-2.09%2C1.37-3.42c0-0.68-0.13-1.34-0.38-2.01%0A%09c0.78-0.96%2C1.16-2.08%2C1.16-3.35c0-0.71-0.14-1.38-0.41-2.03c-0.27-0.65-0.65-1.2-1.12-1.67s-1.03-0.84-1.67-1.12%0A%09s-1.33-0.42-2.04-0.42c-1.54%2C0-2.83%2C0.58-3.86%2C1.74c-0.89-0.44-1.81-0.66-2.74-0.66c-1.41%2C0-2.66%2C0.44-3.74%2C1.31s-1.77%2C2-2.08%2C3.38%0A%09c-1.12%2C0.26-2.04%2C0.83-2.75%2C1.73C1.83%2C14.76%2C1.48%2C15.79%2C1.48%2C16.95z%20M6.83%2C23.98c0%2C0.17%2C0.05%2C0.34%2C0.16%2C0.51%0A%09c0.11%2C0.17%2C0.27%2C0.28%2C0.47%2C0.35c0.23%2C0.07%2C0.45%2C0.06%2C0.64-0.04c0.2-0.09%2C0.33-0.28%2C0.4-0.56l0.14-0.61c0.05-0.23%2C0.02-0.44-0.1-0.63%0A%09c-0.12-0.2-0.29-0.33-0.52-0.4c-0.23-0.07-0.44-0.04-0.64%2C0.08S7.06%2C22.97%2C7%2C23.2l-0.14%2C0.59C6.84%2C23.85%2C6.83%2C23.91%2C6.83%2C23.98z%0A%09%20M7.6%2C21.08c0%2C0.22%2C0.08%2C0.41%2C0.24%2C0.57C8%2C21.83%2C8.19%2C21.91%2C8.4%2C21.91c0.24%2C0%2C0.44-0.08%2C0.6-0.24c0.17-0.16%2C0.25-0.35%2C0.25-0.59%0A%09c0-0.23-0.08-0.43-0.25-0.59c-0.17-0.16-0.37-0.24-0.6-0.24c-0.23%2C0-0.42%2C0.08-0.58%2C0.23S7.6%2C20.85%2C7.6%2C21.08z%20M8.21%2C18.81%0A%09c-0.01%2C0.16%2C0.03%2C0.31%2C0.13%2C0.45c0.1%2C0.15%2C0.26%2C0.25%2C0.48%2C0.32c0.21%2C0.06%2C0.41%2C0.04%2C0.62-0.07C9.65%2C19.4%2C9.79%2C19.23%2C9.86%2C19%0A%09l0.27-0.9c0.07-0.24%2C0.05-0.46-0.07-0.65c-0.12-0.19-0.3-0.32-0.54-0.39c-0.22-0.07-0.43-0.05-0.63%2C0.07%0A%09c-0.2%2C0.11-0.34%2C0.28-0.41%2C0.5l-0.24%2C0.92C8.22%2C18.71%2C8.21%2C18.8%2C8.21%2C18.81z%20M9.36%2C27.1c0%2C0.17%2C0.05%2C0.33%2C0.16%2C0.49%0A%09c0.11%2C0.16%2C0.27%2C0.27%2C0.49%2C0.33c0.09%2C0.02%2C0.17%2C0.03%2C0.24%2C0.03c0.43%2C0%2C0.7-0.2%2C0.8-0.61l0.13-0.59c0.06-0.26%2C0.03-0.48-0.08-0.68%0A%09s-0.29-0.32-0.52-0.37c-0.21-0.07-0.42-0.05-0.63%2C0.07c-0.21%2C0.12-0.34%2C0.29-0.41%2C0.51L9.4%2C26.88C9.37%2C26.99%2C9.36%2C27.07%2C9.36%2C27.1z%0A%09%20M9.92%2C4.66c0%2C0.24%2C0.08%2C0.44%2C0.24%2C0.6l0.66%2C0.64c0.14%2C0.16%2C0.32%2C0.24%2C0.54%2C0.26c0.22%2C0.02%2C0.43-0.07%2C0.62-0.26%0A%09c0.16-0.16%2C0.24-0.36%2C0.24-0.59c0-0.24-0.08-0.44-0.24-0.6l-0.63-0.65C11.2%2C3.9%2C11%2C3.82%2C10.77%2C3.8c-0.23%2C0-0.43%2C0.08-0.6%2C0.25%0A%09C10.01%2C4.22%2C9.92%2C4.42%2C9.92%2C4.66z%20M10.15%2C24.2c0%2C0.23%2C0.08%2C0.42%2C0.24%2C0.58c0.16%2C0.16%2C0.36%2C0.24%2C0.58%2C0.24%0A%09c0.24%2C0%2C0.43-0.08%2C0.59-0.23c0.16-0.16%2C0.23-0.35%2C0.23-0.59c0-0.23-0.08-0.42-0.23-0.58c-0.16-0.16-0.35-0.23-0.59-0.23%0A%09c-0.24%2C0-0.43%2C0.08-0.59%2C0.23S10.15%2C23.97%2C10.15%2C24.2z%20M10.77%2C21.93c-0.01%2C0.15%2C0.03%2C0.31%2C0.14%2C0.47c0.1%2C0.16%2C0.25%2C0.26%2C0.45%2C0.3%0A%09c0.23%2C0.06%2C0.44%2C0.04%2C0.64-0.06s0.33-0.29%2C0.41-0.56l0.26-0.9c0.07-0.22%2C0.05-0.43-0.07-0.63c-0.12-0.2-0.29-0.33-0.53-0.4%0A%09c-0.22-0.07-0.43-0.04-0.64%2C0.08s-0.34%2C0.3-0.41%2C0.53l-0.22%2C0.9C10.78%2C21.74%2C10.77%2C21.83%2C10.77%2C21.93z%20M13.53%2C24.08%0A%09c0%2C0.17%2C0.05%2C0.33%2C0.15%2C0.48c0.1%2C0.15%2C0.25%2C0.26%2C0.46%2C0.32c0.03%2C0%2C0.08%2C0.01%2C0.14%2C0.02c0.06%2C0.01%2C0.11%2C0.02%2C0.14%2C0.02%0A%09c0.41%2C0%2C0.66-0.22%2C0.76-0.66l0.14-0.6c0.07-0.21%2C0.05-0.42-0.07-0.63c-0.12-0.21-0.29-0.34-0.51-0.41%0A%09c-0.25-0.06-0.48-0.04-0.68%2C0.08s-0.34%2C0.29-0.41%2C0.53l-0.09%2C0.59c0%2C0.01%2C0%2C0.05-0.01%2C0.11C13.54%2C24%2C13.53%2C24.04%2C13.53%2C24.08z%0A%09%20M14.27%2C21.12c0%2C0.23%2C0.08%2C0.42%2C0.24%2C0.57c0.15%2C0.16%2C0.34%2C0.24%2C0.58%2C0.24s0.43-0.08%2C0.59-0.23c0.16-0.16%2C0.23-0.35%2C0.23-0.58%0A%09c0-0.24-0.08-0.43-0.23-0.59c-0.16-0.16-0.35-0.23-0.59-0.23s-0.43%2C0.08-0.59%2C0.23S14.27%2C20.88%2C14.27%2C21.12z%20M14.88%2C18.81%0A%09c0%2C0.17%2C0.05%2C0.33%2C0.16%2C0.48c0.11%2C0.15%2C0.27%2C0.26%2C0.49%2C0.32c0.02%2C0%2C0.06%2C0.01%2C0.12%2C0.02c0.06%2C0.01%2C0.11%2C0.02%2C0.14%2C0.02%0A%09c0.11%2C0%2C0.23-0.03%2C0.37-0.09c0.21-0.11%2C0.34-0.28%2C0.4-0.52l0.24-0.9c0.06-0.23%2C0.04-0.44-0.07-0.63s-0.28-0.33-0.5-0.4%0A%09c-0.23-0.07-0.45-0.05-0.64%2C0.06c-0.2%2C0.11-0.33%2C0.27-0.4%2C0.51l-0.28%2C0.91c0%2C0.02%2C0%2C0.05-0.01%2C0.11%0A%09C14.89%2C18.73%2C14.88%2C18.77%2C14.88%2C18.81z%20M15.23%2C9.09c0.66-0.66%2C1.48-0.99%2C2.47-0.99c0.99%2C0%2C1.83%2C0.34%2C2.52%2C1.02s1.04%2C1.5%2C1.04%2C2.48%0A%09c0%2C0.66-0.18%2C1.29-0.53%2C1.88c-0.98-0.98-2.15-1.47-3.5-1.47h-0.31C16.64%2C10.91%2C16.07%2C9.94%2C15.23%2C9.09z%20M16.88%2C3.83%0A%09c0%2C0.23%2C0.08%2C0.42%2C0.23%2C0.58c0.15%2C0.15%2C0.35%2C0.23%2C0.59%2C0.23c0.24%2C0%2C0.45-0.08%2C0.62-0.23c0.17-0.15%2C0.25-0.35%2C0.25-0.58V1.76%0A%09c0-0.23-0.09-0.43-0.26-0.6c-0.17-0.17-0.38-0.25-0.61-0.25c-0.23%2C0-0.43%2C0.08-0.58%2C0.25c-0.16%2C0.17-0.23%2C0.37-0.23%2C0.6V3.83z%0A%09%20M22.4%2C6.09c0%2C0.25%2C0.08%2C0.45%2C0.23%2C0.6c0.36%2C0.36%2C0.76%2C0.36%2C1.21%2C0l1.43-1.43c0.17-0.17%2C0.25-0.38%2C0.25-0.63%0A%09c0-0.24-0.08-0.44-0.25-0.6c-0.17-0.17-0.37-0.25-0.6-0.25c-0.23%2C0-0.43%2C0.08-0.61%2C0.24L22.63%2C5.5C22.48%2C5.65%2C22.4%2C5.84%2C22.4%2C6.09z%0A%09%20M23.18%2C17.94c0%2C0.23%2C0.09%2C0.43%2C0.27%2C0.59l0.61%2C0.63c0.2%2C0.16%2C0.4%2C0.24%2C0.61%2C0.24c0.2%2C0%2C0.4-0.08%2C0.6-0.24%0A%09c0.17-0.16%2C0.25-0.35%2C0.25-0.59c0-0.23-0.08-0.43-0.25-0.62l-0.65-0.61c-0.15-0.17-0.34-0.25-0.57-0.25s-0.43%2C0.08-0.6%2C0.25%0A%09C23.27%2C17.51%2C23.18%2C17.71%2C23.18%2C17.94z%20M24.66%2C11.6c0%2C0.24%2C0.09%2C0.43%2C0.26%2C0.59c0.18%2C0.18%2C0.39%2C0.27%2C0.62%2C0.27h2.03%0A%09c0.23%2C0%2C0.43-0.08%2C0.59-0.25c0.16-0.17%2C0.24-0.37%2C0.24-0.61c0-0.24-0.08-0.44-0.24-0.6c-0.16-0.17-0.35-0.25-0.59-0.25h-2.03%0A%09c-0.24%2C0-0.44%2C0.08-0.62%2C0.25S24.66%2C11.37%2C24.66%2C11.6z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
#weatherWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-cloudy_heavy_snow_rain,
#polarLightWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-cloudy_heavy_snow_rain {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%237DB7FF%22%20d%3D%22M1.48%2C16.95c0%2C1.32%2C0.46%2C2.46%2C1.37%2C3.4c0.91%2C0.94%2C2.04%2C1.45%2C3.38%2C1.51c0.12%2C0%2C0.18-0.06%2C0.18-0.17v-1.33%0A%09c0-0.12-0.06-0.18-0.18-0.18c-0.86-0.04-1.58-0.38-2.17-1s-0.88-1.37-0.88-2.24c0-0.84%2C0.28-1.58%2C0.84-2.19%0A%09c0.56-0.62%2C1.26-0.96%2C2.1-1.03l0.53-0.08c0.11%2C0%2C0.16-0.05%2C0.16-0.14l0.08-0.55c0.12-1.09%2C0.59-2%2C1.38-2.72S10%2C9.16%2C11.1%2C9.16%0A%09s2.05%2C0.36%2C2.86%2C1.08c0.82%2C0.72%2C1.28%2C1.62%2C1.38%2C2.69l0.07%2C0.58c0.02%2C0.11%2C0.1%2C0.17%2C0.22%2C0.17h1.6c0.89%2C0%2C1.65%2C0.32%2C2.29%2C0.96%0A%09c0.64%2C0.64%2C0.96%2C1.41%2C0.96%2C2.31c0%2C0.87-0.29%2C1.61-0.88%2C2.24s-1.31%2C0.95-2.17%2C1c-0.13%2C0-0.2%2C0.06-0.2%2C0.18v1.33%0A%09c0%2C0.11%2C0.07%2C0.17%2C0.2%2C0.17c1.33-0.04%2C2.45-0.54%2C3.37-1.49c0.91-0.95%2C1.37-2.09%2C1.37-3.42c0-0.68-0.13-1.34-0.38-2.01%0A%09c0.78-0.96%2C1.16-2.08%2C1.16-3.35c0-0.71-0.14-1.38-0.41-2.03c-0.27-0.65-0.65-1.2-1.12-1.67s-1.03-0.84-1.67-1.12%0A%09s-1.33-0.42-2.04-0.42c-1.54%2C0-2.83%2C0.58-3.86%2C1.74c-0.89-0.44-1.81-0.66-2.74-0.66c-1.41%2C0-2.66%2C0.44-3.74%2C1.31s-1.77%2C2-2.08%2C3.38%0A%09c-1.12%2C0.26-2.04%2C0.83-2.75%2C1.73C1.83%2C14.76%2C1.48%2C15.79%2C1.48%2C16.95z%20M6.83%2C23.98c0%2C0.17%2C0.05%2C0.34%2C0.16%2C0.51%0A%09c0.11%2C0.17%2C0.27%2C0.28%2C0.47%2C0.35c0.23%2C0.07%2C0.45%2C0.06%2C0.64-0.04c0.2-0.09%2C0.33-0.28%2C0.4-0.56l0.14-0.61c0.05-0.23%2C0.02-0.44-0.1-0.63%0A%09c-0.12-0.2-0.29-0.33-0.52-0.4c-0.23-0.07-0.44-0.04-0.64%2C0.08S7.06%2C22.97%2C7%2C23.2l-0.14%2C0.59C6.84%2C23.85%2C6.83%2C23.91%2C6.83%2C23.98z%0A%09%20M7.6%2C21.08c0%2C0.22%2C0.08%2C0.41%2C0.24%2C0.57C8%2C21.83%2C8.19%2C21.91%2C8.4%2C21.91c0.24%2C0%2C0.44-0.08%2C0.6-0.24c0.17-0.16%2C0.25-0.35%2C0.25-0.59%0A%09c0-0.23-0.08-0.43-0.25-0.59c-0.17-0.16-0.37-0.24-0.6-0.24c-0.23%2C0-0.42%2C0.08-0.58%2C0.23S7.6%2C20.85%2C7.6%2C21.08z%20M8.21%2C18.81%0A%09c-0.01%2C0.16%2C0.03%2C0.31%2C0.13%2C0.45c0.1%2C0.15%2C0.26%2C0.25%2C0.48%2C0.32c0.21%2C0.06%2C0.41%2C0.04%2C0.62-0.07C9.65%2C19.4%2C9.79%2C19.23%2C9.86%2C19%0A%09l0.27-0.9c0.07-0.24%2C0.05-0.46-0.07-0.65c-0.12-0.19-0.3-0.32-0.54-0.39c-0.22-0.07-0.43-0.05-0.63%2C0.07%0A%09c-0.2%2C0.11-0.34%2C0.28-0.41%2C0.5l-0.24%2C0.92C8.22%2C18.71%2C8.21%2C18.8%2C8.21%2C18.81z%20M9.36%2C27.1c0%2C0.17%2C0.05%2C0.33%2C0.16%2C0.49%0A%09c0.11%2C0.16%2C0.27%2C0.27%2C0.49%2C0.33c0.09%2C0.02%2C0.17%2C0.03%2C0.24%2C0.03c0.43%2C0%2C0.7-0.2%2C0.8-0.61l0.13-0.59c0.06-0.26%2C0.03-0.48-0.08-0.68%0A%09s-0.29-0.32-0.52-0.37c-0.21-0.07-0.42-0.05-0.63%2C0.07c-0.21%2C0.12-0.34%2C0.29-0.41%2C0.51L9.4%2C26.88C9.37%2C26.99%2C9.36%2C27.07%2C9.36%2C27.1z%0A%09%20M9.92%2C4.66c0%2C0.24%2C0.08%2C0.44%2C0.24%2C0.6l0.66%2C0.64c0.14%2C0.16%2C0.32%2C0.24%2C0.54%2C0.26c0.22%2C0.02%2C0.43-0.07%2C0.62-0.26%0A%09c0.16-0.16%2C0.24-0.36%2C0.24-0.59c0-0.24-0.08-0.44-0.24-0.6l-0.63-0.65C11.2%2C3.9%2C11%2C3.82%2C10.77%2C3.8c-0.23%2C0-0.43%2C0.08-0.6%2C0.25%0A%09C10.01%2C4.22%2C9.92%2C4.42%2C9.92%2C4.66z%20M10.15%2C24.2c0%2C0.23%2C0.08%2C0.42%2C0.24%2C0.58c0.16%2C0.16%2C0.36%2C0.24%2C0.58%2C0.24%0A%09c0.24%2C0%2C0.43-0.08%2C0.59-0.23c0.16-0.16%2C0.23-0.35%2C0.23-0.59c0-0.23-0.08-0.42-0.23-0.58c-0.16-0.16-0.35-0.23-0.59-0.23%0A%09c-0.24%2C0-0.43%2C0.08-0.59%2C0.23S10.15%2C23.97%2C10.15%2C24.2z%20M10.77%2C21.93c-0.01%2C0.15%2C0.03%2C0.31%2C0.14%2C0.47c0.1%2C0.16%2C0.25%2C0.26%2C0.45%2C0.3%0A%09c0.23%2C0.06%2C0.44%2C0.04%2C0.64-0.06s0.33-0.29%2C0.41-0.56l0.26-0.9c0.07-0.22%2C0.05-0.43-0.07-0.63c-0.12-0.2-0.29-0.33-0.53-0.4%0A%09c-0.22-0.07-0.43-0.04-0.64%2C0.08s-0.34%2C0.3-0.41%2C0.53l-0.22%2C0.9C10.78%2C21.74%2C10.77%2C21.83%2C10.77%2C21.93z%20M13.53%2C24.08%0A%09c0%2C0.17%2C0.05%2C0.33%2C0.15%2C0.48c0.1%2C0.15%2C0.25%2C0.26%2C0.46%2C0.32c0.03%2C0%2C0.08%2C0.01%2C0.14%2C0.02c0.06%2C0.01%2C0.11%2C0.02%2C0.14%2C0.02%0A%09c0.41%2C0%2C0.66-0.22%2C0.76-0.66l0.14-0.6c0.07-0.21%2C0.05-0.42-0.07-0.63c-0.12-0.21-0.29-0.34-0.51-0.41%0A%09c-0.25-0.06-0.48-0.04-0.68%2C0.08s-0.34%2C0.29-0.41%2C0.53l-0.09%2C0.59c0%2C0.01%2C0%2C0.05-0.01%2C0.11C13.54%2C24%2C13.53%2C24.04%2C13.53%2C24.08z%0A%09%20M14.27%2C21.12c0%2C0.23%2C0.08%2C0.42%2C0.24%2C0.57c0.15%2C0.16%2C0.34%2C0.24%2C0.58%2C0.24s0.43-0.08%2C0.59-0.23c0.16-0.16%2C0.23-0.35%2C0.23-0.58%0A%09c0-0.24-0.08-0.43-0.23-0.59c-0.16-0.16-0.35-0.23-0.59-0.23s-0.43%2C0.08-0.59%2C0.23S14.27%2C20.88%2C14.27%2C21.12z%20M14.88%2C18.81%0A%09c0%2C0.17%2C0.05%2C0.33%2C0.16%2C0.48c0.11%2C0.15%2C0.27%2C0.26%2C0.49%2C0.32c0.02%2C0%2C0.06%2C0.01%2C0.12%2C0.02c0.06%2C0.01%2C0.11%2C0.02%2C0.14%2C0.02%0A%09c0.11%2C0%2C0.23-0.03%2C0.37-0.09c0.21-0.11%2C0.34-0.28%2C0.4-0.52l0.24-0.9c0.06-0.23%2C0.04-0.44-0.07-0.63s-0.28-0.33-0.5-0.4%0A%09c-0.23-0.07-0.45-0.05-0.64%2C0.06c-0.2%2C0.11-0.33%2C0.27-0.4%2C0.51l-0.28%2C0.91c0%2C0.02%2C0%2C0.05-0.01%2C0.11%0A%09C14.89%2C18.73%2C14.88%2C18.77%2C14.88%2C18.81z%20M15.23%2C9.09c0.66-0.66%2C1.48-0.99%2C2.47-0.99c0.99%2C0%2C1.83%2C0.34%2C2.52%2C1.02s1.04%2C1.5%2C1.04%2C2.48%0A%09c0%2C0.66-0.18%2C1.29-0.53%2C1.88c-0.98-0.98-2.15-1.47-3.5-1.47h-0.31C16.64%2C10.91%2C16.07%2C9.94%2C15.23%2C9.09z%20M16.88%2C3.83%0A%09c0%2C0.23%2C0.08%2C0.42%2C0.23%2C0.58c0.15%2C0.15%2C0.35%2C0.23%2C0.59%2C0.23c0.24%2C0%2C0.45-0.08%2C0.62-0.23c0.17-0.15%2C0.25-0.35%2C0.25-0.58V1.76%0A%09c0-0.23-0.09-0.43-0.26-0.6c-0.17-0.17-0.38-0.25-0.61-0.25c-0.23%2C0-0.43%2C0.08-0.58%2C0.25c-0.16%2C0.17-0.23%2C0.37-0.23%2C0.6V3.83z%0A%09%20M22.4%2C6.09c0%2C0.25%2C0.08%2C0.45%2C0.23%2C0.6c0.36%2C0.36%2C0.76%2C0.36%2C1.21%2C0l1.43-1.43c0.17-0.17%2C0.25-0.38%2C0.25-0.63%0A%09c0-0.24-0.08-0.44-0.25-0.6c-0.17-0.17-0.37-0.25-0.6-0.25c-0.23%2C0-0.43%2C0.08-0.61%2C0.24L22.63%2C5.5C22.48%2C5.65%2C22.4%2C5.84%2C22.4%2C6.09z%0A%09%20M23.18%2C17.94c0%2C0.23%2C0.09%2C0.43%2C0.27%2C0.59l0.61%2C0.63c0.2%2C0.16%2C0.4%2C0.24%2C0.61%2C0.24c0.2%2C0%2C0.4-0.08%2C0.6-0.24%0A%09c0.17-0.16%2C0.25-0.35%2C0.25-0.59c0-0.23-0.08-0.43-0.25-0.62l-0.65-0.61c-0.15-0.17-0.34-0.25-0.57-0.25s-0.43%2C0.08-0.6%2C0.25%0A%09C23.27%2C17.51%2C23.18%2C17.71%2C23.18%2C17.94z%20M24.66%2C11.6c0%2C0.24%2C0.09%2C0.43%2C0.26%2C0.59c0.18%2C0.18%2C0.39%2C0.27%2C0.62%2C0.27h2.03%0A%09c0.23%2C0%2C0.43-0.08%2C0.59-0.25c0.16-0.17%2C0.24-0.37%2C0.24-0.61c0-0.24-0.08-0.44-0.24-0.6c-0.16-0.17-0.35-0.25-0.59-0.25h-2.03%0A%09c-0.24%2C0-0.44%2C0.08-0.62%2C0.25S24.66%2C11.37%2C24.66%2C11.6z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
#weatherWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-overcast_heavy_snow_rain,
#polarLightWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-overcast_heavy_snow_rain {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%237DB7FF%22%20d%3D%22M4.65%2C16.96c0%2C1.32%2C0.47%2C2.46%2C1.4%2C3.41c0.93%2C0.96%2C2.06%2C1.46%2C3.38%2C1.5c0.12%2C0%2C0.18-0.06%2C0.18-0.17v-1.33%0A%09c0-0.12-0.06-0.18-0.18-0.18c-0.84-0.04-1.57-0.38-2.17-1.02s-0.91-1.37-0.91-2.22c0-0.84%2C0.28-1.57%2C0.85-2.19%0A%09c0.57-0.62%2C1.26-0.97%2C2.1-1.04l0.53-0.07c0.12%2C0%2C0.19-0.06%2C0.19-0.18l0.07-0.5c0.1-1.09%2C0.55-2.01%2C1.36-2.75s1.76-1.11%2C2.86-1.11%0A%09c1.08%2C0%2C2.03%2C0.37%2C2.84%2C1.1c0.81%2C0.73%2C1.28%2C1.63%2C1.4%2C2.71l0.07%2C0.58c0%2C0.12%2C0.06%2C0.18%2C0.19%2C0.18h1.6c0.9%2C0%2C1.67%2C0.32%2C2.32%2C0.97%0A%09c0.64%2C0.64%2C0.97%2C1.41%2C0.97%2C2.3c0%2C0.84-0.3%2C1.58-0.9%2C2.22c-0.6%2C0.63-1.33%2C0.97-2.18%2C1.02c-0.13%2C0-0.2%2C0.06-0.2%2C0.18v1.33%0A%09c0%2C0.11%2C0.07%2C0.17%2C0.2%2C0.17c1.33-0.04%2C2.46-0.54%2C3.38-1.5s1.38-2.09%2C1.38-3.42c0-0.89-0.22-1.72-0.67-2.48%0A%09c-0.44-0.76-1.05-1.36-1.81-1.8c-0.76-0.44-1.59-0.66-2.48-0.66h-0.31c-0.33-1.34-1.03-2.43-2.11-3.29%0A%09c-1.07-0.85-2.3-1.28-3.68-1.28c-1.41%2C0-2.66%2C0.44-3.75%2C1.31s-1.79%2C1.99-2.1%2C3.35c-1.13%2C0.29-2.04%2C0.88-2.75%2C1.77%0A%09S4.65%2C15.8%2C4.65%2C16.96z%20M10.05%2C23.98c0%2C0.17%2C0.05%2C0.34%2C0.16%2C0.51c0.11%2C0.17%2C0.27%2C0.28%2C0.47%2C0.35c0.23%2C0.07%2C0.44%2C0.06%2C0.64-0.04%0A%09c0.19-0.09%2C0.33-0.28%2C0.39-0.56l0.14-0.61c0.05-0.23%2C0.02-0.44-0.09-0.63s-0.28-0.33-0.52-0.4c-0.22-0.07-0.44-0.04-0.64%2C0.08%0A%09s-0.34%2C0.3-0.4%2C0.53l-0.14%2C0.59C10.06%2C23.83%2C10.05%2C23.89%2C10.05%2C23.98z%20M10.81%2C21.08c0%2C0.21%2C0.08%2C0.4%2C0.25%2C0.57%0A%09c0.16%2C0.17%2C0.34%2C0.25%2C0.56%2C0.25c0.24%2C0%2C0.44-0.08%2C0.6-0.24c0.16-0.16%2C0.24-0.35%2C0.24-0.59c0-0.23-0.08-0.43-0.24-0.59%0A%09c-0.16-0.16-0.36-0.24-0.6-0.24c-0.23%2C0-0.42%2C0.08-0.58%2C0.23C10.89%2C20.65%2C10.81%2C20.85%2C10.81%2C21.08z%20M11.42%2C18.81%0A%09c-0.01%2C0.16%2C0.03%2C0.31%2C0.14%2C0.45c0.1%2C0.15%2C0.26%2C0.25%2C0.48%2C0.32c0.21%2C0.06%2C0.41%2C0.04%2C0.62-0.07S13%2C19.23%2C13.07%2C19l0.28-0.9%0A%09c0.07-0.24%2C0.05-0.46-0.07-0.65c-0.12-0.19-0.3-0.32-0.54-0.39c-0.22-0.07-0.43-0.05-0.63%2C0.07c-0.2%2C0.11-0.34%2C0.28-0.41%2C0.5%0A%09l-0.24%2C0.92c0%2C0.02-0.01%2C0.06-0.02%2C0.12C11.43%2C18.72%2C11.42%2C18.77%2C11.42%2C18.81z%20M12.59%2C27.1c0%2C0.18%2C0.05%2C0.34%2C0.15%2C0.5%0A%09c0.1%2C0.16%2C0.26%2C0.27%2C0.48%2C0.33c0.08%2C0.02%2C0.17%2C0.03%2C0.25%2C0.03c0.43%2C0%2C0.69-0.2%2C0.79-0.61l0.14-0.59c0.06-0.26%2C0.03-0.48-0.08-0.68%0A%09c-0.12-0.2-0.29-0.32-0.52-0.37c-0.21-0.07-0.42-0.05-0.63%2C0.07c-0.21%2C0.12-0.34%2C0.29-0.41%2C0.51l-0.14%2C0.59%0A%09C12.6%2C26.97%2C12.59%2C27.04%2C12.59%2C27.1z%20M13.36%2C24.2c0%2C0.22%2C0.08%2C0.41%2C0.25%2C0.58c0.16%2C0.16%2C0.35%2C0.24%2C0.57%2C0.24%0A%09c0.24%2C0%2C0.43-0.08%2C0.59-0.23c0.16-0.16%2C0.23-0.35%2C0.23-0.59c0-0.23-0.08-0.42-0.23-0.58c-0.16-0.16-0.35-0.23-0.59-0.23%0A%09c-0.24%2C0-0.43%2C0.08-0.59%2C0.23S13.36%2C23.97%2C13.36%2C24.2z%20M13.99%2C21.93c-0.01%2C0.15%2C0.03%2C0.31%2C0.13%2C0.47c0.1%2C0.16%2C0.25%2C0.26%2C0.45%2C0.3%0A%09c0.23%2C0.06%2C0.44%2C0.04%2C0.64-0.06s0.33-0.29%2C0.41-0.56l0.27-0.9c0.07-0.22%2C0.05-0.43-0.07-0.63c-0.12-0.2-0.29-0.33-0.53-0.4%0A%09c-0.22-0.07-0.43-0.04-0.64%2C0.08c-0.21%2C0.12-0.34%2C0.3-0.41%2C0.53l-0.23%2C0.9C14%2C21.74%2C13.99%2C21.83%2C13.99%2C21.93z%20M16.75%2C24.08%0A%09c0%2C0.16%2C0.05%2C0.32%2C0.15%2C0.48c0.1%2C0.16%2C0.26%2C0.27%2C0.46%2C0.33c0.03%2C0%2C0.08%2C0.01%2C0.14%2C0.02c0.06%2C0.01%2C0.1%2C0.02%2C0.14%2C0.02%0A%09c0.41%2C0%2C0.66-0.22%2C0.76-0.66l0.14-0.6c0.07-0.21%2C0.05-0.42-0.07-0.63c-0.11-0.21-0.28-0.34-0.51-0.41%0A%09c-0.25-0.06-0.48-0.04-0.68%2C0.08s-0.34%2C0.29-0.41%2C0.53l-0.09%2C0.59c0%2C0.02-0.01%2C0.07-0.02%2C0.12S16.75%2C24.04%2C16.75%2C24.08z%0A%09%20M17.49%2C21.12c0%2C0.22%2C0.08%2C0.42%2C0.25%2C0.57c0.15%2C0.16%2C0.34%2C0.24%2C0.57%2C0.24c0.24%2C0%2C0.43-0.08%2C0.59-0.23s0.23-0.35%2C0.23-0.58%0A%09c0-0.24-0.08-0.43-0.23-0.59s-0.35-0.23-0.59-0.23c-0.24%2C0-0.43%2C0.08-0.59%2C0.23C17.57%2C20.69%2C17.49%2C20.88%2C17.49%2C21.12z%20M18.1%2C18.81%0A%09c0%2C0.17%2C0.05%2C0.33%2C0.16%2C0.48c0.11%2C0.15%2C0.27%2C0.26%2C0.49%2C0.32c0.02%2C0%2C0.06%2C0.01%2C0.12%2C0.02s0.11%2C0.02%2C0.14%2C0.02%0A%09c0.1%2C0%2C0.22-0.03%2C0.36-0.09c0.21-0.11%2C0.35-0.29%2C0.41-0.52l0.24-0.9c0.06-0.23%2C0.04-0.44-0.08-0.63c-0.11-0.2-0.28-0.33-0.51-0.4%0A%09c-0.23-0.07-0.44-0.05-0.64%2C0.06c-0.19%2C0.11-0.33%2C0.27-0.39%2C0.51l-0.28%2C0.91c0%2C0.02-0.01%2C0.06-0.02%2C0.12%0A%09C18.1%2C18.74%2C18.1%2C18.78%2C18.1%2C18.81z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
#weatherWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-sandstorm_duststorm,
#polarLightWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-sandstorm_duststorm {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%23c2b280%22%20d%3D%22M3.1%2C16.97c0%2C0.24%2C0.09%2C0.45%2C0.28%2C0.62c0.16%2C0.19%2C0.37%2C0.28%2C0.63%2C0.28H18.7c0.29%2C0%2C0.53%2C0.1%2C0.73%2C0.3%0A%09c0.2%2C0.2%2C0.3%2C0.45%2C0.3%2C0.74c0%2C0.29-0.1%2C0.53-0.3%2C0.72c-0.2%2C0.19-0.44%2C0.29-0.74%2C0.29c-0.29%2C0-0.54-0.1-0.73-0.29%0A%09c-0.16-0.18-0.36-0.26-0.6-0.26c-0.25%2C0-0.46%2C0.09-0.64%2C0.26s-0.27%2C0.38-0.27%2C0.61c0%2C0.25%2C0.09%2C0.46%2C0.28%2C0.63%0A%09c0.56%2C0.55%2C1.22%2C0.83%2C1.96%2C0.83c0.78%2C0%2C1.45-0.27%2C2.01-0.81c0.56-0.54%2C0.83-1.19%2C0.83-1.97s-0.28-1.44-0.84-2%0A%09c-0.56-0.56-1.23-0.84-2-0.84H4.01c-0.25%2C0-0.46%2C0.09-0.64%2C0.26C3.19%2C16.51%2C3.1%2C16.72%2C3.1%2C16.97z%20M3.1%2C13.69%0A%09c0%2C0.23%2C0.09%2C0.43%2C0.28%2C0.61c0.17%2C0.18%2C0.38%2C0.26%2C0.63%2C0.26h20.04c0.78%2C0%2C1.45-0.27%2C2.01-0.82c0.56-0.54%2C0.84-1.2%2C0.84-1.97%0A%09c0-0.77-0.28-1.44-0.84-1.99s-1.23-0.83-2.01-0.83c-0.77%2C0-1.42%2C0.27-1.95%2C0.8c-0.18%2C0.16-0.27%2C0.38-0.27%2C0.67%0A%09c0%2C0.26%2C0.09%2C0.47%2C0.26%2C0.63c0.17%2C0.16%2C0.38%2C0.24%2C0.63%2C0.24c0.24%2C0%2C0.45-0.08%2C0.63-0.24c0.19-0.21%2C0.42-0.31%2C0.7-0.31%0A%09c0.29%2C0%2C0.53%2C0.1%2C0.73%2C0.3c0.2%2C0.2%2C0.3%2C0.44%2C0.3%2C0.73c0%2C0.29-0.1%2C0.53-0.3%2C0.72c-0.2%2C0.19-0.44%2C0.29-0.73%2C0.29H4.01%0A%09c-0.25%2C0-0.46%2C0.09-0.64%2C0.26C3.19%2C13.23%2C3.1%2C13.44%2C3.1%2C13.69z%20M4.67%2C20.61c0%2C0.24%2C0.08%2C0.43%2C0.24%2C0.58%0A%09c0.16%2C0.16%2C0.36%2C0.24%2C0.58%2C0.24c0.24%2C0%2C0.45-0.08%2C0.62-0.23s0.25-0.35%2C0.25-0.59c0-0.23-0.09-0.43-0.26-0.6%0A%09c-0.17-0.17-0.38-0.25-0.61-0.25c-0.22%2C0-0.42%2C0.08-0.58%2C0.25C4.75%2C20.18%2C4.67%2C20.38%2C4.67%2C20.61z%20M5.62%2C10.68%0A%09c0%2C0.24%2C0.08%2C0.43%2C0.24%2C0.58c0.16%2C0.16%2C0.36%2C0.24%2C0.58%2C0.24c0.24%2C0%2C0.45-0.08%2C0.61-0.23c0.17-0.16%2C0.25-0.35%2C0.25-0.59%0A%09c0-0.23-0.08-0.43-0.25-0.6C6.89%2C9.92%2C6.68%2C9.83%2C6.45%2C9.83c-0.22%2C0-0.42%2C0.08-0.58%2C0.25C5.7%2C10.25%2C5.62%2C10.45%2C5.62%2C10.68z%0A%09%20M8.65%2C8.37c0%2C0.24%2C0.08%2C0.43%2C0.24%2C0.58C9.05%2C9.12%2C9.25%2C9.2%2C9.47%2C9.2c0.24%2C0%2C0.45-0.08%2C0.62-0.23c0.17-0.16%2C0.25-0.35%2C0.25-0.59%0A%09c0-0.23-0.09-0.43-0.26-0.6C9.92%2C7.61%2C9.71%2C7.53%2C9.47%2C7.53c-0.22%2C0-0.42%2C0.08-0.58%2C0.25C8.73%2C7.94%2C8.65%2C8.14%2C8.65%2C8.37z%20M8.74%2C19.97%0A%09c0%2C0.23%2C0.08%2C0.43%2C0.25%2C0.58c0.16%2C0.16%2C0.35%2C0.24%2C0.57%2C0.24c0.24%2C0%2C0.45-0.08%2C0.62-0.23c0.17-0.16%2C0.25-0.35%2C0.25-0.59%0A%09c0-0.23-0.09-0.43-0.26-0.6c-0.17-0.17-0.38-0.25-0.61-0.25c-0.22%2C0-0.42%2C0.08-0.58%2C0.25C8.82%2C19.54%2C8.74%2C19.74%2C8.74%2C19.97z%0A%09%20M12.92%2C10.14c0%2C0.24%2C0.08%2C0.43%2C0.24%2C0.58c0.16%2C0.16%2C0.36%2C0.24%2C0.58%2C0.24c0.24%2C0%2C0.45-0.08%2C0.62-0.23s0.25-0.35%2C0.25-0.59%0A%09c0-0.23-0.09-0.43-0.26-0.6c-0.17-0.17-0.38-0.25-0.61-0.25c-0.23%2C0-0.42%2C0.08-0.58%2C0.25C13%2C9.71%2C12.92%2C9.91%2C12.92%2C10.14z%0A%09%20M13.24%2C21.13c0%2C0.23%2C0.08%2C0.42%2C0.25%2C0.58c0.16%2C0.16%2C0.35%2C0.24%2C0.57%2C0.24c0.24%2C0%2C0.45-0.08%2C0.62-0.23c0.17-0.16%2C0.25-0.35%2C0.25-0.59%0A%09c0-0.23-0.09-0.43-0.26-0.6c-0.17-0.17-0.38-0.25-0.61-0.25c-0.22%2C0-0.42%2C0.08-0.58%2C0.25S13.24%2C20.9%2C13.24%2C21.13z%20M17.72%2C9.98%0A%09c0%2C0.23%2C0.08%2C0.42%2C0.24%2C0.57c0.17%2C0.17%2C0.36%2C0.25%2C0.58%2C0.25c0.24%2C0%2C0.45-0.08%2C0.62-0.23c0.17-0.16%2C0.25-0.35%2C0.25-0.59%0A%09c0-0.23-0.09-0.43-0.26-0.6c-0.17-0.17-0.38-0.25-0.61-0.25c-0.22%2C0-0.41%2C0.08-0.58%2C0.25C17.81%2C9.55%2C17.72%2C9.75%2C17.72%2C9.98z%0A%09%20M22.81%2C17.04c0%2C0.24%2C0.08%2C0.43%2C0.24%2C0.58c0.16%2C0.16%2C0.36%2C0.24%2C0.58%2C0.24c0.24%2C0%2C0.45-0.08%2C0.61-0.23c0.17-0.16%2C0.25-0.35%2C0.25-0.59%0A%09c0-0.23-0.08-0.43-0.25-0.6c-0.17-0.17-0.37-0.25-0.61-0.25c-0.23%2C0-0.42%2C0.08-0.58%2C0.25C22.9%2C16.61%2C22.81%2C16.81%2C22.81%2C17.04z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
#weatherWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-drifting_snow,
#polarLightWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-drifting_snow {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M7.46%2C14.41c0-0.19%2C0.07-0.36%2C0.2-0.5c0.13-0.14%2C0.29-0.21%2C0.48-0.21c0.19%2C0%2C0.36%2C0.07%2C0.49%2C0.21c0.13%2C0.14%2C0.2%2C0.3%2C0.2%2C0.5%0A%09c0%2C0.19-0.07%2C0.35-0.2%2C0.48c-0.13%2C0.13-0.3%2C0.2-0.48%2C0.2s-0.35-0.07-0.48-0.2C7.52%2C14.75%2C7.46%2C14.59%2C7.46%2C14.41z%20M9.44%2C14.41%0A%09c0-0.19%2C0.07-0.36%2C0.2-0.5c0.13-0.14%2C0.29-0.21%2C0.48-0.21h3.23l-2.28-2.28c-0.14-0.12-0.21-0.28-0.21-0.47%0A%09c0-0.19%2C0.07-0.35%2C0.21-0.49c0.14-0.14%2C0.3-0.21%2C0.49-0.21s0.35%2C0.07%2C0.49%2C0.21l2.27%2C2.27V9.52c0-0.19%2C0.07-0.36%2C0.21-0.5%0A%09s0.3-0.21%2C0.5-0.21c0.19%2C0%2C0.35%2C0.07%2C0.48%2C0.21c0.13%2C0.14%2C0.2%2C0.3%2C0.2%2C0.5v3.23l2.29-2.3c0.14-0.14%2C0.3-0.21%2C0.48-0.21%0A%09c0.18%2C0%2C0.35%2C0.07%2C0.49%2C0.21c0.12%2C0.14%2C0.18%2C0.3%2C0.18%2C0.49c0%2C0.19-0.06%2C0.35-0.18%2C0.47l-2.28%2C2.28h3.23c0.18%2C0%2C0.34%2C0.07%2C0.47%2C0.21%0A%09c0.13%2C0.14%2C0.2%2C0.3%2C0.2%2C0.5c0%2C0.18-0.07%2C0.34-0.2%2C0.47c-0.13%2C0.13-0.29%2C0.2-0.47%2C0.2h-3.23l2.29%2C2.29c0.12%2C0.12%2C0.18%2C0.28%2C0.18%2C0.47%0A%09s-0.06%2C0.35-0.18%2C0.49c-0.14%2C0.14-0.31%2C0.21-0.49%2C0.21c-0.18%2C0-0.35-0.07-0.48-0.21l-2.29-2.3v3.24c0%2C0.19-0.07%2C0.36-0.2%2C0.49%0A%09c-0.13%2C0.13-0.29%2C0.2-0.48%2C0.2c-0.19%2C0-0.36-0.07-0.5-0.2c-0.14-0.13-0.21-0.3-0.21-0.49v-3.22l-2.27%2C2.27%0A%09c-0.14%2C0.14-0.3%2C0.21-0.49%2C0.21s-0.35-0.07-0.49-0.21s-0.21-0.3-0.21-0.49s0.07-0.34%2C0.21-0.47l2.3-2.29h-3.24%0A%09c-0.19%2C0-0.35-0.07-0.48-0.2C9.5%2C14.75%2C9.44%2C14.59%2C9.44%2C14.41z%20M9.45%2C19.25c0-0.18%2C0.07-0.35%2C0.21-0.48%0A%09c0.12-0.14%2C0.28-0.21%2C0.47-0.21c0.19%2C0%2C0.35%2C0.07%2C0.49%2C0.21c0.14%2C0.14%2C0.21%2C0.3%2C0.21%2C0.48c0%2C0.18-0.07%2C0.35-0.21%2C0.48%0A%09c-0.14%2C0.14-0.3%2C0.21-0.49%2C0.21c-0.19%2C0-0.35-0.07-0.47-0.21C9.52%2C19.6%2C9.45%2C19.44%2C9.45%2C19.25z%20M9.45%2C9.54%0A%09c0-0.18%2C0.07-0.35%2C0.21-0.48c0.12-0.14%2C0.28-0.21%2C0.47-0.21c0.19%2C0%2C0.35%2C0.07%2C0.49%2C0.21c0.14%2C0.14%2C0.21%2C0.3%2C0.21%2C0.48%0A%09s-0.07%2C0.35-0.21%2C0.49c-0.14%2C0.14-0.3%2C0.21-0.49%2C0.21c-0.19%2C0-0.35-0.07-0.47-0.21C9.52%2C9.89%2C9.45%2C9.72%2C9.45%2C9.54z%20M14.3%2C21.25%0A%09c0-0.18%2C0.07-0.34%2C0.21-0.47c0.14-0.13%2C0.3-0.2%2C0.5-0.2c0.19%2C0%2C0.35%2C0.07%2C0.48%2C0.2c0.13%2C0.13%2C0.2%2C0.29%2C0.2%2C0.47%0A%09c0%2C0.19-0.07%2C0.36-0.2%2C0.49c-0.13%2C0.13-0.29%2C0.2-0.48%2C0.2c-0.19%2C0-0.36-0.07-0.5-0.2C14.37%2C21.61%2C14.3%2C21.45%2C14.3%2C21.25z%20M14.3%2C7.54%0A%09c0-0.19%2C0.07-0.36%2C0.21-0.49s0.3-0.2%2C0.5-0.2c0.19%2C0%2C0.35%2C0.07%2C0.48%2C0.2c0.13%2C0.13%2C0.2%2C0.3%2C0.2%2C0.49c0%2C0.18-0.07%2C0.34-0.2%2C0.47%0A%09c-0.13%2C0.13-0.29%2C0.2-0.48%2C0.2c-0.19%2C0-0.36-0.07-0.5-0.2C14.37%2C7.88%2C14.3%2C7.72%2C14.3%2C7.54z%20M19.17%2C19.25c0-0.18%2C0.07-0.35%2C0.21-0.48%0A%09c0.12-0.14%2C0.28-0.21%2C0.47-0.21c0.19%2C0%2C0.35%2C0.07%2C0.49%2C0.21c0.14%2C0.14%2C0.21%2C0.3%2C0.21%2C0.48c0%2C0.18-0.07%2C0.35-0.21%2C0.48%0A%09c-0.14%2C0.14-0.3%2C0.21-0.49%2C0.21c-0.19%2C0-0.35-0.07-0.47-0.21C19.24%2C19.6%2C19.17%2C19.44%2C19.17%2C19.25z%20M19.17%2C9.54%0A%09c0-0.18%2C0.07-0.35%2C0.21-0.48c0.12-0.14%2C0.28-0.21%2C0.47-0.21c0.19%2C0%2C0.35%2C0.07%2C0.49%2C0.21c0.14%2C0.14%2C0.21%2C0.3%2C0.21%2C0.48%0A%09s-0.07%2C0.35-0.21%2C0.49c-0.14%2C0.14-0.3%2C0.21-0.49%2C0.21c-0.19%2C0-0.35-0.07-0.47-0.21C19.24%2C9.89%2C19.17%2C9.72%2C19.17%2C9.54z%20M21.17%2C14.41%0A%09c0-0.19%2C0.07-0.36%2C0.2-0.5c0.13-0.14%2C0.3-0.21%2C0.49-0.21c0.18%2C0%2C0.34%2C0.07%2C0.47%2C0.21c0.13%2C0.14%2C0.2%2C0.3%2C0.2%2C0.5%0A%09c0%2C0.18-0.07%2C0.34-0.2%2C0.47c-0.13%2C0.13-0.29%2C0.2-0.47%2C0.2c-0.19%2C0-0.36-0.07-0.49-0.2C21.24%2C14.75%2C21.17%2C14.59%2C21.17%2C14.41z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
#weatherWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-graupel,
#polarLightWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-graupel {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M4.64%2C16.95c0-1.16%2C0.35-2.18%2C1.06-3.08s1.62-1.48%2C2.74-1.76c0.31-1.36%2C1.01-2.48%2C2.1-3.36s2.34-1.31%2C3.75-1.31%0A%09c1.38%2C0%2C2.6%2C0.43%2C3.68%2C1.28c1.08%2C0.85%2C1.78%2C1.95%2C2.1%2C3.29h0.32c0.89%2C0%2C1.72%2C0.22%2C2.48%2C0.66c0.76%2C0.44%2C1.37%2C1.04%2C1.81%2C1.8%0A%09c0.44%2C0.76%2C0.67%2C1.59%2C0.67%2C2.48c0%2C1.32-0.46%2C2.47-1.39%2C3.42c-0.92%2C0.96-2.05%2C1.46-3.38%2C1.5c-0.13%2C0-0.2-0.06-0.2-0.17v-1.33%0A%09c0-0.12%2C0.07-0.18%2C0.2-0.18c0.85-0.04%2C1.58-0.38%2C2.18-1.02s0.9-1.38%2C0.9-2.23c0-0.89-0.32-1.65-0.97-2.3s-1.42-0.97-2.32-0.97h-1.61%0A%09c-0.12%2C0-0.18-0.06-0.18-0.17l-0.08-0.58c-0.11-1.08-0.58-1.99-1.39-2.72c-0.82-0.73-1.76-1.1-2.85-1.1c-1.1%2C0-2.05%2C0.37-2.86%2C1.11%0A%09c-0.81%2C0.74-1.27%2C1.65-1.37%2C2.75l-0.06%2C0.5c0%2C0.12-0.07%2C0.19-0.2%2C0.19l-0.53%2C0.07c-0.83%2C0.07-1.53%2C0.41-2.1%2C1.04%0A%09s-0.85%2C1.35-0.85%2C2.19c0%2C0.85%2C0.3%2C1.59%2C0.9%2C2.23s1.33%2C0.97%2C2.18%2C1.02c0.11%2C0%2C0.17%2C0.06%2C0.17%2C0.18v1.33c0%2C0.11-0.06%2C0.17-0.17%2C0.17%0A%09c-1.34-0.04-2.47-0.54-3.4-1.5C5.1%2C19.42%2C4.64%2C18.27%2C4.64%2C16.95z%20M10.14%2C24.65c0-0.23%2C0.08-0.43%2C0.25-0.6%0A%09c0.16-0.15%2C0.35-0.23%2C0.57-0.23c0.23%2C0%2C0.43%2C0.08%2C0.59%2C0.23s0.24%2C0.35%2C0.24%2C0.59c0%2C0.24-0.08%2C0.43-0.24%2C0.59%0A%09c-0.16%2C0.16-0.35%2C0.23-0.59%2C0.23c-0.23%2C0-0.43-0.08-0.59-0.23C10.22%2C25.08%2C10.14%2C24.88%2C10.14%2C24.65z%20M11%2C21.02%0A%09c0-0.22%2C0.08-0.42%2C0.24-0.58c0.16-0.16%2C0.35-0.24%2C0.59-0.24c0.23%2C0%2C0.43%2C0.08%2C0.59%2C0.24c0.16%2C0.16%2C0.24%2C0.36%2C0.24%2C0.58%0A%09c0%2C0.24-0.08%2C0.44-0.24%2C0.6c-0.16%2C0.17-0.35%2C0.25-0.59%2C0.25c-0.23%2C0-0.43-0.08-0.59-0.25C11.08%2C21.46%2C11%2C21.26%2C11%2C21.02z%0A%09%20M12.9%2C26.61c0-0.23%2C0.08-0.43%2C0.25-0.61c0.16-0.16%2C0.35-0.24%2C0.57-0.24c0.24%2C0%2C0.44%2C0.08%2C0.61%2C0.25c0.17%2C0.17%2C0.25%2C0.37%2C0.25%2C0.6%0A%09s-0.08%2C0.43-0.25%2C0.59c-0.17%2C0.16-0.37%2C0.24-0.61%2C0.24c-0.23%2C0-0.42-0.08-0.58-0.24C12.99%2C27.03%2C12.9%2C26.84%2C12.9%2C26.61z%0A%09%20M13.77%2C22.95c0-0.24%2C0.08-0.44%2C0.24-0.62c0.16-0.16%2C0.36-0.24%2C0.58-0.24c0.23%2C0%2C0.43%2C0.08%2C0.6%2C0.25c0.17%2C0.17%2C0.25%2C0.37%2C0.25%2C0.61%0A%09c0%2C0.23-0.08%2C0.43-0.25%2C0.6s-0.37%2C0.25-0.6%2C0.25c-0.23%2C0-0.42-0.08-0.58-0.25C13.85%2C23.38%2C13.77%2C23.18%2C13.77%2C22.95z%20M14.19%2C19.33%0A%09c0-0.23%2C0.08-0.43%2C0.25-0.6c0.18-0.16%2C0.37-0.24%2C0.57-0.24c0.24%2C0%2C0.44%2C0.08%2C0.61%2C0.25c0.17%2C0.17%2C0.25%2C0.36%2C0.25%2C0.6%0A%09c0%2C0.23-0.08%2C0.43-0.25%2C0.59c-0.17%2C0.16-0.37%2C0.24-0.61%2C0.24c-0.23%2C0-0.42-0.08-0.58-0.24C14.27%2C19.76%2C14.19%2C19.56%2C14.19%2C19.33z%0A%09%20M16.56%2C24.65c0-0.23%2C0.08-0.43%2C0.24-0.6c0.16-0.15%2C0.36-0.23%2C0.6-0.23c0.24%2C0%2C0.43%2C0.08%2C0.59%2C0.23c0.16%2C0.16%2C0.23%2C0.35%2C0.23%2C0.59%0A%09c0%2C0.24-0.08%2C0.43-0.23%2C0.59c-0.16%2C0.16-0.35%2C0.23-0.59%2C0.23c-0.24%2C0-0.44-0.08-0.6-0.24C16.64%2C25.07%2C16.56%2C24.88%2C16.56%2C24.65z%0A%09%20M17.41%2C21.02c0-0.22%2C0.08-0.41%2C0.25-0.58c0.17-0.17%2C0.37-0.25%2C0.6-0.25c0.23%2C0%2C0.43%2C0.08%2C0.59%2C0.24c0.16%2C0.16%2C0.24%2C0.36%2C0.24%2C0.58%0A%09c0%2C0.24-0.08%2C0.44-0.24%2C0.6c-0.16%2C0.17-0.35%2C0.25-0.59%2C0.25c-0.24%2C0-0.44-0.08-0.6-0.25C17.5%2C21.45%2C17.41%2C21.25%2C17.41%2C21.02z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
#weatherWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-fog_patches,
#polarLightWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-fog_patches {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M0.32%2C21.06c0%2C0.23%2C0.08%2C0.43%2C0.25%2C0.59c0.17%2C0.16%2C0.38%2C0.24%2C0.63%2C0.24h18.71c0.24%2C0%2C0.44-0.08%2C0.61-0.24%0A%09c0.17-0.16%2C0.25-0.35%2C0.25-0.59c0-0.24-0.08-0.44-0.25-0.6c-0.17-0.17-0.37-0.25-0.61-0.25H1.2c-0.25%2C0-0.46%2C0.08-0.63%2C0.25%0A%09S0.32%2C20.82%2C0.32%2C21.06z%20M2.94%2C17.92c0%2C0.23%2C0.08%2C0.43%2C0.25%2C0.58c0.17%2C0.18%2C0.37%2C0.27%2C0.6%2C0.27h18.72c0.23%2C0%2C0.43-0.08%2C0.59-0.25%0A%09c0.16-0.17%2C0.24-0.37%2C0.24-0.6c0-0.23-0.08-0.43-0.23-0.59c-0.16-0.16-0.35-0.24-0.59-0.24H3.8c-0.24%2C0-0.44%2C0.08-0.6%2C0.24%0A%09C3.03%2C17.5%2C2.94%2C17.69%2C2.94%2C17.92z%20M3.07%2C15.52c0%2C0.09%2C0.05%2C0.13%2C0.16%2C0.13h1.43c0.07%2C0%2C0.14-0.05%2C0.21-0.16%0A%09c0.24-0.52%2C0.59-0.94%2C1.06-1.27c0.47-0.33%2C0.99-0.52%2C1.56-0.56l0.54-0.07c0.11%2C0%2C0.17-0.06%2C0.17-0.18l0.07-0.51%0A%09c0.11-1.08%2C0.56-1.98%2C1.37-2.71C10.45%2C9.47%2C11.4%2C9.1%2C12.5%2C9.1c1.08%2C0%2C2.03%2C0.36%2C2.84%2C1.08c0.81%2C0.72%2C1.27%2C1.61%2C1.38%2C2.68l0.07%2C0.58%0A%09c0%2C0.11%2C0.06%2C0.17%2C0.19%2C0.17h1.61c0.64%2C0%2C1.23%2C0.17%2C1.76%2C0.52c0.53%2C0.34%2C0.92%2C0.8%2C1.18%2C1.37c0.07%2C0.11%2C0.13%2C0.16%2C0.2%2C0.16h1.44%0A%09c0.13%2C0%2C0.18-0.07%2C0.13-0.23l-0.2-0.55c0.76-0.94%2C1.13-2.04%2C1.13-3.31c0-0.71-0.14-1.38-0.41-2.03s-0.64-1.2-1.11-1.67%0A%09c-0.46-0.47-1.02-0.84-1.67-1.12S19.72%2C6.35%2C19%2C6.35c-1.54%2C0-2.82%2C0.56-3.82%2C1.68C14.33%2C7.61%2C13.44%2C7.4%2C12.5%2C7.4%0A%09c-1.4%2C0-2.65%2C0.44-3.74%2C1.32s-1.79%2C2-2.1%2C3.37c-1.78%2C0.47-2.98%2C1.58-3.58%2C3.35C3.07%2C15.45%2C3.07%2C15.48%2C3.07%2C15.52z%20M4.69%2C24.13%0A%09c0%2C0.24%2C0.09%2C0.44%2C0.27%2C0.6c0.16%2C0.17%2C0.35%2C0.26%2C0.59%2C0.26h18.74c0.23%2C0%2C0.43-0.08%2C0.6-0.25c0.17-0.17%2C0.25-0.37%2C0.25-0.61%0A%09c0-0.23-0.08-0.42-0.25-0.58c-0.17-0.15-0.37-0.23-0.6-0.23H5.55c-0.24%2C0-0.44%2C0.08-0.61%2C0.23C4.77%2C23.71%2C4.69%2C23.9%2C4.69%2C24.13z%0A%09%20M11.26%2C4.66c0%2C0.24%2C0.08%2C0.43%2C0.23%2C0.59l0.65%2C0.64c0.17%2C0.18%2C0.36%2C0.27%2C0.58%2C0.27c0.22%2C0%2C0.42-0.08%2C0.6-0.25%0A%09c0.17-0.17%2C0.26-0.37%2C0.26-0.61c0-0.24-0.08-0.45-0.25-0.63l-0.64-0.61c-0.16-0.17-0.36-0.26-0.6-0.26c-0.24%2C0-0.44%2C0.08-0.6%2C0.25%0A%09C11.34%2C4.21%2C11.26%2C4.42%2C11.26%2C4.66z%20M16.58%2C9.04c0.67-0.68%2C1.48-1.01%2C2.43-1.01c0.98%2C0%2C1.82%2C0.35%2C2.51%2C1.04%0A%09c0.69%2C0.69%2C1.04%2C1.53%2C1.04%2C2.5c0%2C0.65-0.16%2C1.25-0.49%2C1.8c-0.95-0.95-2.11-1.42-3.47-1.42h-0.34C17.97%2C10.77%2C17.41%2C9.8%2C16.58%2C9.04z%0A%09%20M18.18%2C3.81c0%2C0.23%2C0.08%2C0.43%2C0.24%2C0.59c0.16%2C0.16%2C0.35%2C0.24%2C0.59%2C0.24c0.25%2C0%2C0.46-0.08%2C0.63-0.24c0.17-0.16%2C0.25-0.35%2C0.25-0.59%0A%09V1.76c0-0.23-0.09-0.43-0.26-0.6C19.45%2C0.99%2C19.24%2C0.91%2C19%2C0.91c-0.23%2C0-0.43%2C0.08-0.59%2C0.25c-0.16%2C0.17-0.24%2C0.37-0.24%2C0.6V3.81z%0A%09%20M23.67%2C6.08c0%2C0.22%2C0.08%2C0.43%2C0.24%2C0.6c0.37%2C0.36%2C0.78%2C0.36%2C1.23%2C0l1.43-1.43c0.16-0.18%2C0.24-0.39%2C0.24-0.64%0A%09c0-0.23-0.08-0.43-0.24-0.59c-0.16-0.16-0.36-0.24-0.59-0.24c-0.24%2C0-0.44%2C0.08-0.6%2C0.24l-1.46%2C1.47%0A%09C23.75%2C5.67%2C23.67%2C5.87%2C23.67%2C6.08z%20M24.48%2C17.88c0%2C0.24%2C0.09%2C0.44%2C0.26%2C0.6l0.64%2C0.65c0.16%2C0.16%2C0.36%2C0.24%2C0.58%2C0.24%0A%09c0.21%2C0%2C0.41-0.08%2C0.61-0.24c0.16-0.17%2C0.24-0.39%2C0.24-0.64c0-0.22-0.08-0.41-0.24-0.56l-0.65-0.66c-0.18-0.16-0.38-0.24-0.6-0.24%0A%09c-0.24%2C0-0.44%2C0.08-0.6%2C0.25C24.56%2C17.44%2C24.48%2C17.64%2C24.48%2C17.88z%20M25.96%2C11.57c0%2C0.24%2C0.09%2C0.44%2C0.26%2C0.6%0A%09c0.15%2C0.17%2C0.35%2C0.25%2C0.59%2C0.25h2.05c0.23%2C0%2C0.43-0.08%2C0.59-0.25c0.16-0.17%2C0.24-0.37%2C0.24-0.6c0-0.24-0.08-0.44-0.24-0.6%0A%09c-0.16-0.16-0.35-0.24-0.59-0.24h-2.05c-0.24%2C0-0.44%2C0.08-0.6%2C0.25C26.04%2C11.14%2C25.96%2C11.34%2C25.96%2C11.57z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
#weatherWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-low_clouds,
#polarLightWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-low_clouds {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M0.32%2C21.06c0%2C0.23%2C0.08%2C0.43%2C0.25%2C0.59c0.17%2C0.16%2C0.38%2C0.24%2C0.63%2C0.24h18.71c0.24%2C0%2C0.44-0.08%2C0.61-0.24%0A%09c0.17-0.16%2C0.25-0.35%2C0.25-0.59c0-0.24-0.08-0.44-0.25-0.6c-0.17-0.17-0.37-0.25-0.61-0.25H1.2c-0.25%2C0-0.46%2C0.08-0.63%2C0.25%0A%09S0.32%2C20.82%2C0.32%2C21.06z%20M2.94%2C17.92c0%2C0.23%2C0.08%2C0.43%2C0.25%2C0.58c0.17%2C0.18%2C0.37%2C0.27%2C0.6%2C0.27h18.72c0.23%2C0%2C0.43-0.08%2C0.59-0.25%0A%09c0.16-0.17%2C0.24-0.37%2C0.24-0.6c0-0.23-0.08-0.43-0.23-0.59c-0.16-0.16-0.35-0.24-0.59-0.24H3.8c-0.24%2C0-0.44%2C0.08-0.6%2C0.24%0A%09C3.03%2C17.5%2C2.94%2C17.69%2C2.94%2C17.92z%20M3.07%2C15.52c0%2C0.09%2C0.05%2C0.13%2C0.16%2C0.13h1.43c0.07%2C0%2C0.14-0.05%2C0.21-0.16%0A%09c0.24-0.52%2C0.59-0.94%2C1.06-1.27c0.47-0.33%2C0.99-0.52%2C1.56-0.56l0.54-0.07c0.11%2C0%2C0.17-0.06%2C0.17-0.18l0.07-0.51%0A%09c0.11-1.08%2C0.56-1.98%2C1.37-2.71C10.45%2C9.47%2C11.4%2C9.1%2C12.5%2C9.1c1.08%2C0%2C2.03%2C0.36%2C2.84%2C1.08c0.81%2C0.72%2C1.27%2C1.61%2C1.38%2C2.68l0.07%2C0.58%0A%09c0%2C0.11%2C0.06%2C0.17%2C0.19%2C0.17h1.61c0.64%2C0%2C1.23%2C0.17%2C1.76%2C0.52c0.53%2C0.34%2C0.92%2C0.8%2C1.18%2C1.37c0.07%2C0.11%2C0.13%2C0.16%2C0.2%2C0.16h1.44%0A%09c0.13%2C0%2C0.18-0.07%2C0.13-0.23l-0.2-0.55c0.76-0.94%2C1.13-2.04%2C1.13-3.31c0-0.71-0.14-1.38-0.41-2.03s-0.64-1.2-1.11-1.67%0A%09c-0.46-0.47-1.02-0.84-1.67-1.12S19.72%2C6.35%2C19%2C6.35c-1.54%2C0-2.82%2C0.56-3.82%2C1.68C14.33%2C7.61%2C13.44%2C7.4%2C12.5%2C7.4%0A%09c-1.4%2C0-2.65%2C0.44-3.74%2C1.32s-1.79%2C2-2.1%2C3.37c-1.78%2C0.47-2.98%2C1.58-3.58%2C3.35C3.07%2C15.45%2C3.07%2C15.48%2C3.07%2C15.52z%20M4.69%2C24.13%0A%09c0%2C0.24%2C0.09%2C0.44%2C0.27%2C0.6c0.16%2C0.17%2C0.35%2C0.26%2C0.59%2C0.26h18.74c0.23%2C0%2C0.43-0.08%2C0.6-0.25c0.17-0.17%2C0.25-0.37%2C0.25-0.61%0A%09c0-0.23-0.08-0.42-0.25-0.58c-0.17-0.15-0.37-0.23-0.6-0.23H5.55c-0.24%2C0-0.44%2C0.08-0.61%2C0.23C4.77%2C23.71%2C4.69%2C23.9%2C4.69%2C24.13z%0A%09%20M11.26%2C4.66c0%2C0.24%2C0.08%2C0.43%2C0.23%2C0.59l0.65%2C0.64c0.17%2C0.18%2C0.36%2C0.27%2C0.58%2C0.27c0.22%2C0%2C0.42-0.08%2C0.6-0.25%0A%09c0.17-0.17%2C0.26-0.37%2C0.26-0.61c0-0.24-0.08-0.45-0.25-0.63l-0.64-0.61c-0.16-0.17-0.36-0.26-0.6-0.26c-0.24%2C0-0.44%2C0.08-0.6%2C0.25%0A%09C11.34%2C4.21%2C11.26%2C4.42%2C11.26%2C4.66z%20M16.58%2C9.04c0.67-0.68%2C1.48-1.01%2C2.43-1.01c0.98%2C0%2C1.82%2C0.35%2C2.51%2C1.04%0A%09c0.69%2C0.69%2C1.04%2C1.53%2C1.04%2C2.5c0%2C0.65-0.16%2C1.25-0.49%2C1.8c-0.95-0.95-2.11-1.42-3.47-1.42h-0.34C17.97%2C10.77%2C17.41%2C9.8%2C16.58%2C9.04z%0A%09%20M18.18%2C3.81c0%2C0.23%2C0.08%2C0.43%2C0.24%2C0.59c0.16%2C0.16%2C0.35%2C0.24%2C0.59%2C0.24c0.25%2C0%2C0.46-0.08%2C0.63-0.24c0.17-0.16%2C0.25-0.35%2C0.25-0.59%0A%09V1.76c0-0.23-0.09-0.43-0.26-0.6C19.45%2C0.99%2C19.24%2C0.91%2C19%2C0.91c-0.23%2C0-0.43%2C0.08-0.59%2C0.25c-0.16%2C0.17-0.24%2C0.37-0.24%2C0.6V3.81z%0A%09%20M23.67%2C6.08c0%2C0.22%2C0.08%2C0.43%2C0.24%2C0.6c0.37%2C0.36%2C0.78%2C0.36%2C1.23%2C0l1.43-1.43c0.16-0.18%2C0.24-0.39%2C0.24-0.64%0A%09c0-0.23-0.08-0.43-0.24-0.59c-0.16-0.16-0.36-0.24-0.59-0.24c-0.24%2C0-0.44%2C0.08-0.6%2C0.24l-1.46%2C1.47%0A%09C23.75%2C5.67%2C23.67%2C5.87%2C23.67%2C6.08z%20M24.48%2C17.88c0%2C0.24%2C0.09%2C0.44%2C0.26%2C0.6l0.64%2C0.65c0.16%2C0.16%2C0.36%2C0.24%2C0.58%2C0.24%0A%09c0.21%2C0%2C0.41-0.08%2C0.61-0.24c0.16-0.17%2C0.24-0.39%2C0.24-0.64c0-0.22-0.08-0.41-0.24-0.56l-0.65-0.66c-0.18-0.16-0.38-0.24-0.6-0.24%0A%09c-0.24%2C0-0.44%2C0.08-0.6%2C0.25C24.56%2C17.44%2C24.48%2C17.64%2C24.48%2C17.88z%20M25.96%2C11.57c0%2C0.24%2C0.09%2C0.44%2C0.26%2C0.6%0A%09c0.15%2C0.17%2C0.35%2C0.25%2C0.59%2C0.25h2.05c0.23%2C0%2C0.43-0.08%2C0.59-0.25c0.16-0.17%2C0.24-0.37%2C0.24-0.6c0-0.24-0.08-0.44-0.24-0.6%0A%09c-0.16-0.16-0.35-0.24-0.59-0.24h-2.05c-0.24%2C0-0.44%2C0.08-0.6%2C0.25C26.04%2C11.14%2C25.96%2C11.34%2C25.96%2C11.57z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
#weatherWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-freezing_fog,
#polarLightWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-freezing_fog {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M2.62%2C21.05c0-0.24%2C0.08-0.45%2C0.25-0.61c0.17-0.16%2C0.38-0.24%2C0.63-0.24h18.67c0.25%2C0%2C0.45%2C0.08%2C0.61%2C0.24%0A%09c0.16%2C0.16%2C0.24%2C0.36%2C0.24%2C0.61c0%2C0.23-0.08%2C0.43-0.25%2C0.58c-0.17%2C0.16-0.37%2C0.23-0.6%2C0.23H3.5c-0.25%2C0-0.46-0.08-0.63-0.23%0A%09C2.7%2C21.47%2C2.62%2C21.28%2C2.62%2C21.05z%20M5.24%2C17.91c0-0.24%2C0.09-0.44%2C0.26-0.6c0.15-0.15%2C0.35-0.23%2C0.59-0.23h18.67%0A%09c0.23%2C0%2C0.42%2C0.08%2C0.58%2C0.24c0.16%2C0.16%2C0.23%2C0.35%2C0.23%2C0.59c0%2C0.24-0.08%2C0.44-0.23%2C0.6c-0.16%2C0.17-0.35%2C0.25-0.58%2C0.25H6.09%0A%09c-0.24%2C0-0.44-0.08-0.6-0.25C5.32%2C18.34%2C5.24%2C18.14%2C5.24%2C17.91z%20M5.37%2C15.52c0%2C0.09%2C0.05%2C0.13%2C0.15%2C0.13h1.43%0A%09c0.06%2C0%2C0.13-0.05%2C0.2-0.16c0.24-0.52%2C0.59-0.94%2C1.06-1.27c0.47-0.33%2C0.99-0.52%2C1.55-0.56l0.55-0.07c0.11%2C0%2C0.17-0.06%2C0.17-0.18%0A%09l0.07-0.5c0.11-1.08%2C0.56-1.98%2C1.37-2.7c0.81-0.72%2C1.76-1.08%2C2.85-1.08c1.08%2C0%2C2.02%2C0.36%2C2.83%2C1.07c0.8%2C0.71%2C1.26%2C1.61%2C1.37%2C2.68%0A%09l0.08%2C0.57c0%2C0.11%2C0.07%2C0.17%2C0.2%2C0.17h1.59c0.64%2C0%2C1.23%2C0.17%2C1.76%2C0.52s0.92%2C0.8%2C1.18%2C1.37c0.07%2C0.11%2C0.14%2C0.16%2C0.21%2C0.16h1.43%0A%09c0.12%2C0%2C0.17-0.07%2C0.14-0.23c-0.29-1.02-0.88-1.86-1.74-2.51c-0.87-0.65-1.86-0.97-2.97-0.97h-0.32c-0.33-1.33-1.03-2.42-2.1-3.27%0A%09s-2.28-1.27-3.65-1.27c-1.4%2C0-2.64%2C0.44-3.73%2C1.32s-1.78%2C2-2.09%2C3.36c-0.85%2C0.2-1.6%2C0.6-2.24%2C1.21c-0.64%2C0.61-1.09%2C1.33-1.34%2C2.18%0A%09v-0.04C5.37%2C15.45%2C5.37%2C15.48%2C5.37%2C15.52z%20M6.98%2C24.11c0-0.24%2C0.09-0.43%2C0.26-0.59c0.15-0.15%2C0.35-0.23%2C0.6-0.23h18.68%0A%09c0.24%2C0%2C0.44%2C0.08%2C0.6%2C0.23c0.17%2C0.16%2C0.25%2C0.35%2C0.25%2C0.58c0%2C0.24-0.08%2C0.44-0.25%2C0.61c-0.17%2C0.17-0.37%2C0.25-0.6%2C0.25H7.84%0A%09c-0.23%2C0-0.43-0.09-0.6-0.26C7.07%2C24.55%2C6.98%2C24.34%2C6.98%2C24.11z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
#weatherWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-high_clouds,
#polarLightWindow .forecast-container .forecast-items > li .condition-icon.condition-icon-high_clouds {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%23BEBEBE%22%20d%3D%22M3.95%2C13.05c0-0.93%2C0.29-1.75%2C0.87-2.48s1.31-1.2%2C2.19-1.4c0.26-1.1%2C0.82-2%2C1.7-2.71s1.88-1.06%2C3.01-1.06%0A%09c1.1%2C0%2C2.08%2C0.35%2C2.95%2C1.04s1.43%2C1.57%2C1.68%2C2.65h0.26c1.1%2C0%2C2.04%2C0.39%2C2.82%2C1.16c0.78%2C0.77%2C1.17%2C1.71%2C1.17%2C2.81%0A%09c0%2C0.01%2C0%2C0.02%2C0%2C0.04c0%2C0.02%2C0%2C0.04%2C0%2C0.06c0.75%2C0.8%2C1.12%2C1.75%2C1.12%2C2.85c0%2C0.76-0.19%2C1.46-0.57%2C2.1%0A%09c-0.38%2C0.65-0.89%2C1.16-1.53%2C1.53c-0.64%2C0.38-1.34%2C0.56-2.09%2C0.56c-0.96%2C0-1.82-0.3-2.56-0.89s-1.24-1.35-1.48-2.26H7.79%0A%09C6.72%2C17%2C5.81%2C16.59%2C5.07%2C15.82S3.95%2C14.12%2C3.95%2C13.05z%20M5.31%2C13.05c0%2C0.7%2C0.24%2C1.31%2C0.73%2C1.82s1.07%2C0.79%2C1.75%2C0.82h8.99%0A%09c0.68-0.03%2C1.27-0.3%2C1.75-0.82c0.49-0.52%2C0.73-1.12%2C0.73-1.82c0-0.71-0.26-1.32-0.79-1.83c-0.53-0.52-1.14-0.77-1.86-0.77h-1.29%0A%09c-0.09%2C0-0.14-0.05-0.14-0.14l-0.07-0.47c-0.09-0.87-0.46-1.6-1.12-2.19s-1.42-0.89-2.28-0.89c-0.89%2C0-1.66%2C0.29-2.31%2C0.88%0A%09S8.4%2C8.96%2C8.31%2C9.83L8.25%2C10.3c0%2C0.09-0.05%2C0.14-0.16%2C0.14h-0.4C7.02%2C10.52%2C6.45%2C10.8%2C6%2C11.3C5.54%2C11.79%2C5.31%2C12.38%2C5.31%2C13.05z%0A%09%20M11.51%2C22.06c-0.25-0.33-0.25-0.65%2C0-0.98l1.13-1.15c0.14-0.12%2C0.31-0.18%2C0.52-0.18c0.19%2C0%2C0.34%2C0.06%2C0.46%2C0.18%0A%09c0.12%2C0.12%2C0.18%2C0.28%2C0.18%2C0.47c0%2C0.2-0.06%2C0.36-0.18%2C0.48l-1.14%2C1.18c-0.12%2C0.12-0.29%2C0.19-0.49%2C0.19%0A%09C11.79%2C22.25%2C11.63%2C22.18%2C11.51%2C22.06z%20M14.9%2C17.04c0.21%2C0.54%2C0.56%2C0.97%2C1.04%2C1.3c0.48%2C0.33%2C1.01%2C0.5%2C1.6%2C0.5%0A%09c0.77%2C0%2C1.43-0.28%2C1.97-0.83c0.54-0.56%2C0.81-1.23%2C0.81-2.02c0-0.39-0.06-0.74-0.19-1.05c-0.33%2C0.61-0.8%2C1.11-1.39%2C1.49%0A%09c-0.6%2C0.38-1.25%2C0.58-1.96%2C0.61H14.9z%20M16.85%2C22.23c0-0.19%2C0.07-0.34%2C0.2-0.47c0.13-0.12%2C0.3-0.19%2C0.48-0.19%0A%09c0.18%2C0%2C0.35%2C0.07%2C0.5%2C0.21c0.12%2C0.12%2C0.19%2C0.27%2C0.19%2C0.45v1.64c0%2C0.19-0.07%2C0.35-0.2%2C0.49c-0.13%2C0.14-0.3%2C0.21-0.48%2C0.21%0A%09s-0.35-0.07-0.48-0.21c-0.13-0.14-0.2-0.3-0.2-0.49V22.23z%20M21.26%2C20.4c0-0.18%2C0.06-0.33%2C0.19-0.46c0.13-0.12%2C0.29-0.19%2C0.47-0.19%0A%09c0.19%2C0%2C0.35%2C0.06%2C0.47%2C0.18l1.18%2C1.15c0.13%2C0.14%2C0.2%2C0.3%2C0.2%2C0.48c0%2C0.19-0.07%2C0.35-0.2%2C0.48c-0.13%2C0.13-0.3%2C0.2-0.49%2C0.2%0A%09c-0.21%2C0-0.37-0.06-0.5-0.19l-1.13-1.18C21.32%2C20.73%2C21.26%2C20.57%2C21.26%2C20.4z%20M21.26%2C11.59c0-0.19%2C0.06-0.35%2C0.19-0.47l1.13-1.18%0A%09c0.14-0.12%2C0.3-0.19%2C0.5-0.19c0.19%2C0%2C0.35%2C0.06%2C0.5%2C0.19c0.13%2C0.15%2C0.2%2C0.32%2C0.2%2C0.51c0%2C0.18-0.07%2C0.33-0.2%2C0.48l-1.18%2C1.15%0A%09c-0.12%2C0.12-0.28%2C0.19-0.47%2C0.19s-0.35-0.06-0.47-0.19C21.32%2C11.94%2C21.26%2C11.78%2C21.26%2C11.59z%20M23.08%2C15.99%0A%09c0-0.19%2C0.06-0.35%2C0.19-0.48c0.12-0.13%2C0.28-0.2%2C0.47-0.2h1.62c0.19%2C0%2C0.36%2C0.07%2C0.5%2C0.2s0.21%2C0.29%2C0.21%2C0.48%0A%09c0%2C0.19-0.07%2C0.36-0.21%2C0.49c-0.14%2C0.13-0.3%2C0.2-0.5%2C0.2h-1.62c-0.19%2C0-0.34-0.07-0.47-0.2C23.14%2C16.35%2C23.08%2C16.19%2C23.08%2C15.99z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
#weatherWindow .forecast-container .forecast-items > li .day-peaks,
#polarLightWindow .forecast-container .forecast-items > li .day-peaks {
  border-top: 1px solid #888888;
  border-bottom: 1px solid #888888;
  padding: 15px 10px;
}
#weatherWindow .forecast-container .forecast-items > li .day-peaks .peaks,
#polarLightWindow .forecast-container .forecast-items > li .day-peaks .peaks {
  padding-bottom: 3px;
}
#weatherWindow .forecast-container .forecast-items > li .day-peaks .peaks .peak-low,
#polarLightWindow .forecast-container .forecast-items > li .day-peaks .peaks .peak-low {
  font-weight: 300;
}
#weatherWindow .forecast-container .forecast-items > li .day-peaks .peaks .peak-high,
#polarLightWindow .forecast-container .forecast-items > li .day-peaks .peaks .peak-high {
  font-size: 1.2em;
}
#weatherWindow .forecast-container .forecast-items > li .day-peaks .condition-text,
#polarLightWindow .forecast-container .forecast-items > li .day-peaks .condition-text {
  font-weight: 300;
  font-size: 0.85em;
  line-height: 1.2;
}
#weatherWindow .forecast-container .forecast-items > li .date,
#polarLightWindow .forecast-container .forecast-items > li .date {
  padding-bottom: 20px;
}
#weatherWindow .forecast-container .forecast-items > li .date .date-desc,
#polarLightWindow .forecast-container .forecast-items > li .date .date-desc {
  text-transform: uppercase;
  padding-bottom: 3px;
  padding-top: 10px;
}
#weatherWindow .forecast-container .forecast-items > li .date .date-full,
#polarLightWindow .forecast-container .forecast-items > li .date .date-full {
  color: #AAA;
  font-weight: 300;
  font-size: 0.8em;
}
#weatherWindow .forecast-container .forecast-items > li .additional,
#polarLightWindow .forecast-container .forecast-items > li .additional {
  padding-top: 20px;
  text-align: left;
  font-size: 0.85em;
  font-weight: 300;
  padding-left: 25px;
}
#weatherWindow .forecast-container .forecast-items > li .additional .sun-hours,
#polarLightWindow .forecast-container .forecast-items > li .additional .sun-hours {
  padding-left: 25px;
}
#weatherWindow .forecast-container .forecast-items > li .additional .sun-hours:before,
#polarLightWindow .forecast-container .forecast-items > li .additional .sun-hours:before {
  display: inline-block;
  position: absolute;
  left: 0;
  top: -6px;
  content: '';
  width: 25px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22white%22%20d%3D%22M4.37%2C14.62c0-0.24%2C0.08-0.45%2C0.25-0.62c0.17-0.16%2C0.38-0.24%2C0.6-0.24h2.04c0.23%2C0%2C0.42%2C0.08%2C0.58%2C0.25%0A%09c0.15%2C0.17%2C0.23%2C0.37%2C0.23%2C0.61S8%2C15.06%2C7.85%2C15.23c-0.15%2C0.17-0.35%2C0.25-0.58%2C0.25H5.23c-0.23%2C0-0.43-0.08-0.6-0.25%0A%09C4.46%2C15.06%2C4.37%2C14.86%2C4.37%2C14.62z%20M7.23%2C21.55c0-0.23%2C0.08-0.43%2C0.23-0.61l1.47-1.43c0.15-0.16%2C0.35-0.23%2C0.59-0.23%0A%09c0.24%2C0%2C0.44%2C0.08%2C0.6%2C0.23s0.24%2C0.34%2C0.24%2C0.57c0%2C0.24-0.08%2C0.46-0.24%2C0.64L8.7%2C22.14c-0.41%2C0.32-0.82%2C0.32-1.23%2C0%0A%09C7.31%2C21.98%2C7.23%2C21.78%2C7.23%2C21.55z%20M7.23%2C7.71c0-0.23%2C0.08-0.43%2C0.23-0.61C7.66%2C6.93%2C7.87%2C6.85%2C8.1%2C6.85%0A%09c0.22%2C0%2C0.42%2C0.08%2C0.59%2C0.24l1.43%2C1.47c0.16%2C0.15%2C0.24%2C0.35%2C0.24%2C0.59c0%2C0.24-0.08%2C0.44-0.24%2C0.6s-0.36%2C0.24-0.6%2C0.24%0A%09c-0.24%2C0-0.44-0.08-0.59-0.24L7.47%2C8.32C7.31%2C8.16%2C7.23%2C7.95%2C7.23%2C7.71z%20M9.78%2C14.62c0-0.93%2C0.23-1.8%2C0.7-2.6s1.1-1.44%2C1.91-1.91%0A%09s1.67-0.7%2C2.6-0.7c0.7%2C0%2C1.37%2C0.14%2C2.02%2C0.42c0.64%2C0.28%2C1.2%2C0.65%2C1.66%2C1.12c0.47%2C0.47%2C0.84%2C1.02%2C1.11%2C1.66%0A%09c0.27%2C0.64%2C0.41%2C1.32%2C0.41%2C2.02c0%2C0.94-0.23%2C1.81-0.7%2C2.61c-0.47%2C0.8-1.1%2C1.43-1.9%2C1.9c-0.8%2C0.47-1.67%2C0.7-2.61%2C0.7%0A%09s-1.81-0.23-2.61-0.7c-0.8-0.47-1.43-1.1-1.9-1.9C10.02%2C16.43%2C9.78%2C15.56%2C9.78%2C14.62z%20M14.14%2C22.4c0-0.24%2C0.08-0.44%2C0.25-0.6%0A%09s0.37-0.24%2C0.6-0.24c0.24%2C0%2C0.45%2C0.08%2C0.61%2C0.24s0.24%2C0.36%2C0.24%2C0.6v1.99c0%2C0.24-0.08%2C0.45-0.25%2C0.62c-0.17%2C0.17-0.37%2C0.25-0.6%2C0.25%0A%09s-0.44-0.08-0.6-0.25c-0.17-0.17-0.25-0.38-0.25-0.62V22.4z%20M14.14%2C6.9V4.86c0-0.23%2C0.08-0.43%2C0.25-0.6C14.56%2C4.09%2C14.76%2C4%2C15%2C4%0A%09s0.43%2C0.08%2C0.6%2C0.25c0.17%2C0.17%2C0.25%2C0.37%2C0.25%2C0.6V6.9c0%2C0.23-0.08%2C0.42-0.25%2C0.58S15.23%2C7.71%2C15%2C7.71s-0.44-0.08-0.6-0.23%0A%09S14.14%2C7.13%2C14.14%2C6.9z%20M14.25%2C11.22c0.87%2C0.11%2C1.6%2C0.49%2C2.19%2C1.15c0.59%2C0.66%2C0.89%2C1.44%2C0.89%2C2.33c0%2C0.83-0.26%2C1.56-0.78%2C2.2%0A%09c-0.52%2C0.63-1.18%2C1.04-1.98%2C1.21c0.2%2C0.02%2C0.35%2C0.04%2C0.44%2C0.04c0.97%2C0%2C1.81-0.35%2C2.5-1.04s1.04-1.52%2C1.04-2.5%0A%09c0-0.96-0.35-1.78-1.04-2.47c-0.69-0.68-1.52-1.02-2.5-1.02C14.74%2C11.14%2C14.49%2C11.17%2C14.25%2C11.22z%20M19.66%2C20.08%0A%09c0-0.23%2C0.08-0.42%2C0.23-0.56c0.15-0.16%2C0.34-0.23%2C0.56-0.23c0.24%2C0%2C0.44%2C0.08%2C0.6%2C0.23l1.46%2C1.43c0.16%2C0.17%2C0.24%2C0.38%2C0.24%2C0.61%0A%09c0%2C0.23-0.08%2C0.43-0.24%2C0.59c-0.4%2C0.31-0.8%2C0.31-1.2%2C0l-1.42-1.42C19.74%2C20.55%2C19.66%2C20.34%2C19.66%2C20.08z%20M19.66%2C9.16%0A%09c0-0.25%2C0.08-0.45%2C0.23-0.59l1.42-1.47c0.17-0.16%2C0.37-0.24%2C0.59-0.24c0.24%2C0%2C0.44%2C0.08%2C0.6%2C0.25c0.17%2C0.17%2C0.25%2C0.37%2C0.25%2C0.6%0A%09c0%2C0.25-0.08%2C0.46-0.24%2C0.62l-1.46%2C1.43c-0.18%2C0.16-0.38%2C0.24-0.6%2C0.24c-0.23%2C0-0.41-0.08-0.56-0.24S19.66%2C9.4%2C19.66%2C9.16z%0A%09%20M21.92%2C14.62c0-0.24%2C0.08-0.44%2C0.24-0.62c0.16-0.16%2C0.35-0.24%2C0.57-0.24h2.02c0.23%2C0%2C0.43%2C0.09%2C0.6%2C0.26%0A%09c0.17%2C0.17%2C0.26%2C0.37%2C0.26%2C0.6s-0.09%2C0.43-0.26%2C0.6c-0.17%2C0.17-0.37%2C0.25-0.6%2C0.25h-2.02c-0.23%2C0-0.43-0.08-0.58-0.25%0A%09S21.92%2C14.86%2C21.92%2C14.62z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
#weatherWindow .forecast-container .forecast-items > li .additional .rain-info,
#polarLightWindow .forecast-container .forecast-items > li .additional .rain-info {
  padding-left: 25px;
  margin-top: 7px;
  line-height: 1.2;
}
#weatherWindow .forecast-container .forecast-items > li .additional .rain-info:before,
#polarLightWindow .forecast-container .forecast-items > li .additional .rain-info:before {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 3px;
  content: '';
  width: 25px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22white%22%20d%3D%22M4.64%2C14.65c0.01-0.34%2C0.18-0.86%2C0.5-1.58c0.32-0.72%2C0.76-1.48%2C1.33-2.3c1.86-2.61%2C4.49-3.98%2C7.88-4.13V6.21%0A%09c0-0.21%2C0.07-0.37%2C0.21-0.5c0.14-0.13%2C0.3-0.19%2C0.48-0.19c0.19%2C0%2C0.35%2C0.06%2C0.5%2C0.19c0.14%2C0.13%2C0.22%2C0.3%2C0.22%2C0.5v0.44%0A%09c0.98%2C0.04%2C1.9%2C0.19%2C2.75%2C0.45c0.85%2C0.26%2C1.59%2C0.59%2C2.22%2C1c0.63%2C0.41%2C1.17%2C0.83%2C1.61%2C1.27c0.45%2C0.43%2C0.85%2C0.9%2C1.2%2C1.41%0A%09c0.41%2C0.59%2C0.77%2C1.23%2C1.06%2C1.9c0.29%2C0.67%2C0.5%2C1.21%2C0.61%2C1.61c0.11%2C0.4%2C0.17%2C0.6%2C0.18%2C0.61v0.19c0%2C0.18-0.07%2C0.32-0.21%2C0.44%0A%09s-0.3%2C0.17-0.49%2C0.17c-0.31%2C0-0.51-0.09-0.6-0.26c-0.78-0.88-1.63-1.31-2.55-1.31c-0.34%2C0.02-0.69%2C0.1-1.03%2C0.23%0A%09c-0.34%2C0.13-0.62%2C0.27-0.82%2C0.42c-0.21%2C0.14-0.4%2C0.29-0.58%2C0.44c-0.18%2C0.15-0.27%2C0.22-0.28%2C0.23c-0.19%2C0.17-0.37%2C0.26-0.53%2C0.26%0A%09c-0.23%2C0-0.4-0.06-0.52-0.18c-0.73-0.73-1.39-1.17-2.01-1.32v7.57l0%2C0.17l-0.01%2C0.21l-0.04%2C0.23l-0.06%2C0.25l-0.09%2C0.26l-0.13%2C0.27%0A%09l-0.17%2C0.26l-0.21%2C0.25c-0.51%2C0.59-1.23%2C0.88-2.18%2C0.88c-1.01%2C0-1.77-0.29-2.28-0.88c-0.12-0.12-0.22-0.25-0.31-0.38%0A%09c-0.09-0.14-0.16-0.27-0.21-0.41c-0.05-0.13-0.09-0.26-0.12-0.38s-0.05-0.24-0.06-0.36C9.88%2C22%2C9.87%2C21.9%2C9.87%2C21.82s0-0.16%2C0-0.23%0A%09s0.01-0.12%2C0.01-0.13c0-0.18%2C0.08-0.34%2C0.23-0.47c0.16-0.13%2C0.34-0.18%2C0.55-0.14c0.18%2C0%2C0.32%2C0.08%2C0.44%2C0.23s0.18%2C0.34%2C0.18%2C0.56%0A%09c-0.06%2C0.41%2C0.02%2C0.76%2C0.25%2C1.05c0.21%2C0.29%2C0.65%2C0.44%2C1.32%2C0.44c0.52%2C0%2C0.9-0.12%2C1.13-0.36c0.13-0.13%2C0.23-0.29%2C0.29-0.48%0A%09c0.06-0.19%2C0.09-0.34%2C0.08-0.47l-0.01-0.19v-7.36c-0.73%2C0.18-1.38%2C0.56-1.93%2C1.14c-0.04%2C0.08-0.12%2C0.16-0.23%2C0.23%0A%09s-0.21%2C0.11-0.3%2C0.11c-0.18%2C0-0.38-0.11-0.6-0.34c-0.8-0.89-1.65-1.33-2.55-1.31c-0.4%2C0.01-0.78%2C0.07-1.12%2C0.2%0A%09C7.26%2C14.43%2C7%2C14.56%2C6.82%2C14.69c-0.17%2C0.13-0.36%2C0.28-0.54%2C0.45s-0.29%2C0.27-0.32%2C0.29c-0.21%2C0.14-0.38%2C0.22-0.51%2C0.22%0A%09s-0.3-0.06-0.48-0.17c-0.16-0.1-0.26-0.21-0.3-0.32C4.64%2C15.04%2C4.63%2C14.87%2C4.64%2C14.65z%20M6.73%2C13.23c0.68-0.36%2C1.32-0.53%2C1.92-0.53%0A%09h0.08c1.15%2C0%2C2.2%2C0.44%2C3.15%2C1.33c0.38-0.33%2C0.84-0.62%2C1.39-0.88c0.54-0.26%2C1.13-0.41%2C1.77-0.45h0.08c1.15%2C0%2C2.2%2C0.44%2C3.15%2C1.33%0A%09c0.38-0.33%2C0.84-0.62%2C1.39-0.88c0.54-0.26%2C1.13-0.41%2C1.77-0.45h0.09c0.56%2C0%2C1.15%2C0.15%2C1.75%2C0.44c-0.44-0.86-0.74-1.41-0.88-1.66%0A%09c-1.79-2.34-4.27-3.51-7.43-3.51c-1.58%2C0-2.99%2C0.3-4.24%2C0.9c-1.24%2C0.6-2.26%2C1.47-3.05%2C2.61C7.44%2C11.82%2C7.12%2C12.41%2C6.73%2C13.23z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
#weatherWindow .forecast-container .forecast-legend,
#polarLightWindow .forecast-container .forecast-legend {
  display: inline-block;
  font-size: 0.8em;
  color: #AAA;
  text-align: center;
  margin-top: 20px;
  border-top: 1px solid #AAA;
  padding-top: 5px;
}
#weatherWindow .forecast-container .forecast-legend .rain-amount-legend,
#polarLightWindow .forecast-container .forecast-legend .rain-amount-legend,
#weatherWindow .forecast-container .forecast-legend .rain-probability-legend,
#polarLightWindow .forecast-container .forecast-legend .rain-probability-legend,
#weatherWindow .forecast-container .forecast-legend .sun-hours-legend,
#polarLightWindow .forecast-container .forecast-legend .sun-hours-legend {
  position: relative;
  padding-left: 25px;
  margin-right: 10px;
}
#weatherWindow .forecast-container .forecast-legend .rain-amount-legend:before,
#polarLightWindow .forecast-container .forecast-legend .rain-amount-legend:before,
#weatherWindow .forecast-container .forecast-legend .rain-probability-legend:before,
#polarLightWindow .forecast-container .forecast-legend .rain-probability-legend:before,
#weatherWindow .forecast-container .forecast-legend .sun-hours-legend:before,
#polarLightWindow .forecast-container .forecast-legend .sun-hours-legend:before {
  display: inline-block;
  position: absolute;
  left: 0;
  top: -2px;
  content: '';
  width: 25px;
  height: 25px;
}
#weatherWindow .forecast-container .forecast-legend .rain-amount-legend:last-child,
#polarLightWindow .forecast-container .forecast-legend .rain-amount-legend:last-child,
#weatherWindow .forecast-container .forecast-legend .rain-probability-legend:last-child,
#polarLightWindow .forecast-container .forecast-legend .rain-probability-legend:last-child,
#weatherWindow .forecast-container .forecast-legend .sun-hours-legend:last-child,
#polarLightWindow .forecast-container .forecast-legend .sun-hours-legend:last-child {
  margin-right: 0;
}
#weatherWindow .forecast-container .forecast-legend .sun-hours-legend:before,
#polarLightWindow .forecast-container .forecast-legend .sun-hours-legend:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22white%22%20d%3D%22M4.37%2C14.62c0-0.24%2C0.08-0.45%2C0.25-0.62c0.17-0.16%2C0.38-0.24%2C0.6-0.24h2.04c0.23%2C0%2C0.42%2C0.08%2C0.58%2C0.25%0A%09c0.15%2C0.17%2C0.23%2C0.37%2C0.23%2C0.61S8%2C15.06%2C7.85%2C15.23c-0.15%2C0.17-0.35%2C0.25-0.58%2C0.25H5.23c-0.23%2C0-0.43-0.08-0.6-0.25%0A%09C4.46%2C15.06%2C4.37%2C14.86%2C4.37%2C14.62z%20M7.23%2C21.55c0-0.23%2C0.08-0.43%2C0.23-0.61l1.47-1.43c0.15-0.16%2C0.35-0.23%2C0.59-0.23%0A%09c0.24%2C0%2C0.44%2C0.08%2C0.6%2C0.23s0.24%2C0.34%2C0.24%2C0.57c0%2C0.24-0.08%2C0.46-0.24%2C0.64L8.7%2C22.14c-0.41%2C0.32-0.82%2C0.32-1.23%2C0%0A%09C7.31%2C21.98%2C7.23%2C21.78%2C7.23%2C21.55z%20M7.23%2C7.71c0-0.23%2C0.08-0.43%2C0.23-0.61C7.66%2C6.93%2C7.87%2C6.85%2C8.1%2C6.85%0A%09c0.22%2C0%2C0.42%2C0.08%2C0.59%2C0.24l1.43%2C1.47c0.16%2C0.15%2C0.24%2C0.35%2C0.24%2C0.59c0%2C0.24-0.08%2C0.44-0.24%2C0.6s-0.36%2C0.24-0.6%2C0.24%0A%09c-0.24%2C0-0.44-0.08-0.59-0.24L7.47%2C8.32C7.31%2C8.16%2C7.23%2C7.95%2C7.23%2C7.71z%20M9.78%2C14.62c0-0.93%2C0.23-1.8%2C0.7-2.6s1.1-1.44%2C1.91-1.91%0A%09s1.67-0.7%2C2.6-0.7c0.7%2C0%2C1.37%2C0.14%2C2.02%2C0.42c0.64%2C0.28%2C1.2%2C0.65%2C1.66%2C1.12c0.47%2C0.47%2C0.84%2C1.02%2C1.11%2C1.66%0A%09c0.27%2C0.64%2C0.41%2C1.32%2C0.41%2C2.02c0%2C0.94-0.23%2C1.81-0.7%2C2.61c-0.47%2C0.8-1.1%2C1.43-1.9%2C1.9c-0.8%2C0.47-1.67%2C0.7-2.61%2C0.7%0A%09s-1.81-0.23-2.61-0.7c-0.8-0.47-1.43-1.1-1.9-1.9C10.02%2C16.43%2C9.78%2C15.56%2C9.78%2C14.62z%20M14.14%2C22.4c0-0.24%2C0.08-0.44%2C0.25-0.6%0A%09s0.37-0.24%2C0.6-0.24c0.24%2C0%2C0.45%2C0.08%2C0.61%2C0.24s0.24%2C0.36%2C0.24%2C0.6v1.99c0%2C0.24-0.08%2C0.45-0.25%2C0.62c-0.17%2C0.17-0.37%2C0.25-0.6%2C0.25%0A%09s-0.44-0.08-0.6-0.25c-0.17-0.17-0.25-0.38-0.25-0.62V22.4z%20M14.14%2C6.9V4.86c0-0.23%2C0.08-0.43%2C0.25-0.6C14.56%2C4.09%2C14.76%2C4%2C15%2C4%0A%09s0.43%2C0.08%2C0.6%2C0.25c0.17%2C0.17%2C0.25%2C0.37%2C0.25%2C0.6V6.9c0%2C0.23-0.08%2C0.42-0.25%2C0.58S15.23%2C7.71%2C15%2C7.71s-0.44-0.08-0.6-0.23%0A%09S14.14%2C7.13%2C14.14%2C6.9z%20M14.25%2C11.22c0.87%2C0.11%2C1.6%2C0.49%2C2.19%2C1.15c0.59%2C0.66%2C0.89%2C1.44%2C0.89%2C2.33c0%2C0.83-0.26%2C1.56-0.78%2C2.2%0A%09c-0.52%2C0.63-1.18%2C1.04-1.98%2C1.21c0.2%2C0.02%2C0.35%2C0.04%2C0.44%2C0.04c0.97%2C0%2C1.81-0.35%2C2.5-1.04s1.04-1.52%2C1.04-2.5%0A%09c0-0.96-0.35-1.78-1.04-2.47c-0.69-0.68-1.52-1.02-2.5-1.02C14.74%2C11.14%2C14.49%2C11.17%2C14.25%2C11.22z%20M19.66%2C20.08%0A%09c0-0.23%2C0.08-0.42%2C0.23-0.56c0.15-0.16%2C0.34-0.23%2C0.56-0.23c0.24%2C0%2C0.44%2C0.08%2C0.6%2C0.23l1.46%2C1.43c0.16%2C0.17%2C0.24%2C0.38%2C0.24%2C0.61%0A%09c0%2C0.23-0.08%2C0.43-0.24%2C0.59c-0.4%2C0.31-0.8%2C0.31-1.2%2C0l-1.42-1.42C19.74%2C20.55%2C19.66%2C20.34%2C19.66%2C20.08z%20M19.66%2C9.16%0A%09c0-0.25%2C0.08-0.45%2C0.23-0.59l1.42-1.47c0.17-0.16%2C0.37-0.24%2C0.59-0.24c0.24%2C0%2C0.44%2C0.08%2C0.6%2C0.25c0.17%2C0.17%2C0.25%2C0.37%2C0.25%2C0.6%0A%09c0%2C0.25-0.08%2C0.46-0.24%2C0.62l-1.46%2C1.43c-0.18%2C0.16-0.38%2C0.24-0.6%2C0.24c-0.23%2C0-0.41-0.08-0.56-0.24S19.66%2C9.4%2C19.66%2C9.16z%0A%09%20M21.92%2C14.62c0-0.24%2C0.08-0.44%2C0.24-0.62c0.16-0.16%2C0.35-0.24%2C0.57-0.24h2.02c0.23%2C0%2C0.43%2C0.09%2C0.6%2C0.26%0A%09c0.17%2C0.17%2C0.26%2C0.37%2C0.26%2C0.6s-0.09%2C0.43-0.26%2C0.6c-0.17%2C0.17-0.37%2C0.25-0.6%2C0.25h-2.02c-0.23%2C0-0.43-0.08-0.58-0.25%0A%09S21.92%2C14.86%2C21.92%2C14.62z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
#weatherWindow .forecast-container .forecast-legend .rain-amount-legend:before,
#polarLightWindow .forecast-container .forecast-legend .rain-amount-legend:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22white%22%20d%3D%22M4.64%2C14.65c0.01-0.34%2C0.18-0.86%2C0.5-1.58c0.32-0.72%2C0.76-1.48%2C1.33-2.3c1.86-2.61%2C4.49-3.98%2C7.88-4.13V6.21%0A%09c0-0.21%2C0.07-0.37%2C0.21-0.5c0.14-0.13%2C0.3-0.19%2C0.48-0.19c0.19%2C0%2C0.35%2C0.06%2C0.5%2C0.19c0.14%2C0.13%2C0.22%2C0.3%2C0.22%2C0.5v0.44%0A%09c0.98%2C0.04%2C1.9%2C0.19%2C2.75%2C0.45c0.85%2C0.26%2C1.59%2C0.59%2C2.22%2C1c0.63%2C0.41%2C1.17%2C0.83%2C1.61%2C1.27c0.45%2C0.43%2C0.85%2C0.9%2C1.2%2C1.41%0A%09c0.41%2C0.59%2C0.77%2C1.23%2C1.06%2C1.9c0.29%2C0.67%2C0.5%2C1.21%2C0.61%2C1.61c0.11%2C0.4%2C0.17%2C0.6%2C0.18%2C0.61v0.19c0%2C0.18-0.07%2C0.32-0.21%2C0.44%0A%09s-0.3%2C0.17-0.49%2C0.17c-0.31%2C0-0.51-0.09-0.6-0.26c-0.78-0.88-1.63-1.31-2.55-1.31c-0.34%2C0.02-0.69%2C0.1-1.03%2C0.23%0A%09c-0.34%2C0.13-0.62%2C0.27-0.82%2C0.42c-0.21%2C0.14-0.4%2C0.29-0.58%2C0.44c-0.18%2C0.15-0.27%2C0.22-0.28%2C0.23c-0.19%2C0.17-0.37%2C0.26-0.53%2C0.26%0A%09c-0.23%2C0-0.4-0.06-0.52-0.18c-0.73-0.73-1.39-1.17-2.01-1.32v7.57l0%2C0.17l-0.01%2C0.21l-0.04%2C0.23l-0.06%2C0.25l-0.09%2C0.26l-0.13%2C0.27%0A%09l-0.17%2C0.26l-0.21%2C0.25c-0.51%2C0.59-1.23%2C0.88-2.18%2C0.88c-1.01%2C0-1.77-0.29-2.28-0.88c-0.12-0.12-0.22-0.25-0.31-0.38%0A%09c-0.09-0.14-0.16-0.27-0.21-0.41c-0.05-0.13-0.09-0.26-0.12-0.38s-0.05-0.24-0.06-0.36C9.88%2C22%2C9.87%2C21.9%2C9.87%2C21.82s0-0.16%2C0-0.23%0A%09s0.01-0.12%2C0.01-0.13c0-0.18%2C0.08-0.34%2C0.23-0.47c0.16-0.13%2C0.34-0.18%2C0.55-0.14c0.18%2C0%2C0.32%2C0.08%2C0.44%2C0.23s0.18%2C0.34%2C0.18%2C0.56%0A%09c-0.06%2C0.41%2C0.02%2C0.76%2C0.25%2C1.05c0.21%2C0.29%2C0.65%2C0.44%2C1.32%2C0.44c0.52%2C0%2C0.9-0.12%2C1.13-0.36c0.13-0.13%2C0.23-0.29%2C0.29-0.48%0A%09c0.06-0.19%2C0.09-0.34%2C0.08-0.47l-0.01-0.19v-7.36c-0.73%2C0.18-1.38%2C0.56-1.93%2C1.14c-0.04%2C0.08-0.12%2C0.16-0.23%2C0.23%0A%09s-0.21%2C0.11-0.3%2C0.11c-0.18%2C0-0.38-0.11-0.6-0.34c-0.8-0.89-1.65-1.33-2.55-1.31c-0.4%2C0.01-0.78%2C0.07-1.12%2C0.2%0A%09C7.26%2C14.43%2C7%2C14.56%2C6.82%2C14.69c-0.17%2C0.13-0.36%2C0.28-0.54%2C0.45s-0.29%2C0.27-0.32%2C0.29c-0.21%2C0.14-0.38%2C0.22-0.51%2C0.22%0A%09s-0.3-0.06-0.48-0.17c-0.16-0.1-0.26-0.21-0.3-0.32C4.64%2C15.04%2C4.63%2C14.87%2C4.64%2C14.65z%20M6.73%2C13.23c0.68-0.36%2C1.32-0.53%2C1.92-0.53%0A%09h0.08c1.15%2C0%2C2.2%2C0.44%2C3.15%2C1.33c0.38-0.33%2C0.84-0.62%2C1.39-0.88c0.54-0.26%2C1.13-0.41%2C1.77-0.45h0.08c1.15%2C0%2C2.2%2C0.44%2C3.15%2C1.33%0A%09c0.38-0.33%2C0.84-0.62%2C1.39-0.88c0.54-0.26%2C1.13-0.41%2C1.77-0.45h0.09c0.56%2C0%2C1.15%2C0.15%2C1.75%2C0.44c-0.44-0.86-0.74-1.41-0.88-1.66%0A%09c-1.79-2.34-4.27-3.51-7.43-3.51c-1.58%2C0-2.99%2C0.3-4.24%2C0.9c-1.24%2C0.6-2.26%2C1.47-3.05%2C2.61C7.44%2C11.82%2C7.12%2C12.41%2C6.73%2C13.23z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
#weatherWindow .forecast-container .forecast-legend .rain-probability-legend:before,
#polarLightWindow .forecast-container .forecast-legend .rain-probability-legend:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22white%22%20d%3D%22M4.64%2C14.65c0.01-0.34%2C0.18-0.86%2C0.5-1.58c0.32-0.72%2C0.76-1.48%2C1.33-2.3c1.86-2.61%2C4.49-3.98%2C7.88-4.13V6.21%0A%09c0-0.21%2C0.07-0.37%2C0.21-0.5c0.14-0.13%2C0.3-0.19%2C0.48-0.19c0.19%2C0%2C0.35%2C0.06%2C0.5%2C0.19c0.14%2C0.13%2C0.22%2C0.3%2C0.22%2C0.5v0.44%0A%09c0.98%2C0.04%2C1.9%2C0.19%2C2.75%2C0.45c0.85%2C0.26%2C1.59%2C0.59%2C2.22%2C1c0.63%2C0.41%2C1.17%2C0.83%2C1.61%2C1.27c0.45%2C0.43%2C0.85%2C0.9%2C1.2%2C1.41%0A%09c0.41%2C0.59%2C0.77%2C1.23%2C1.06%2C1.9c0.29%2C0.67%2C0.5%2C1.21%2C0.61%2C1.61c0.11%2C0.4%2C0.17%2C0.6%2C0.18%2C0.61v0.19c0%2C0.18-0.07%2C0.32-0.21%2C0.44%0A%09s-0.3%2C0.17-0.49%2C0.17c-0.31%2C0-0.51-0.09-0.6-0.26c-0.78-0.88-1.63-1.31-2.55-1.31c-0.34%2C0.02-0.69%2C0.1-1.03%2C0.23%0A%09c-0.34%2C0.13-0.62%2C0.27-0.82%2C0.42c-0.21%2C0.14-0.4%2C0.29-0.58%2C0.44c-0.18%2C0.15-0.27%2C0.22-0.28%2C0.23c-0.19%2C0.17-0.37%2C0.26-0.53%2C0.26%0A%09c-0.23%2C0-0.4-0.06-0.52-0.18c-0.73-0.73-1.39-1.17-2.01-1.32v7.57l0%2C0.17l-0.01%2C0.21l-0.04%2C0.23l-0.06%2C0.25l-0.09%2C0.26l-0.13%2C0.27%0A%09l-0.17%2C0.26l-0.21%2C0.25c-0.51%2C0.59-1.23%2C0.88-2.18%2C0.88c-1.01%2C0-1.77-0.29-2.28-0.88c-0.12-0.12-0.22-0.25-0.31-0.38%0A%09c-0.09-0.14-0.16-0.27-0.21-0.41c-0.05-0.13-0.09-0.26-0.12-0.38s-0.05-0.24-0.06-0.36C9.88%2C22%2C9.87%2C21.9%2C9.87%2C21.82s0-0.16%2C0-0.23%0A%09s0.01-0.12%2C0.01-0.13c0-0.18%2C0.08-0.34%2C0.23-0.47c0.16-0.13%2C0.34-0.18%2C0.55-0.14c0.18%2C0%2C0.32%2C0.08%2C0.44%2C0.23s0.18%2C0.34%2C0.18%2C0.56%0A%09c-0.06%2C0.41%2C0.02%2C0.76%2C0.25%2C1.05c0.21%2C0.29%2C0.65%2C0.44%2C1.32%2C0.44c0.52%2C0%2C0.9-0.12%2C1.13-0.36c0.13-0.13%2C0.23-0.29%2C0.29-0.48%0A%09c0.06-0.19%2C0.09-0.34%2C0.08-0.47l-0.01-0.19v-7.36c-0.73%2C0.18-1.38%2C0.56-1.93%2C1.14c-0.04%2C0.08-0.12%2C0.16-0.23%2C0.23%0A%09s-0.21%2C0.11-0.3%2C0.11c-0.18%2C0-0.38-0.11-0.6-0.34c-0.8-0.89-1.65-1.33-2.55-1.31c-0.4%2C0.01-0.78%2C0.07-1.12%2C0.2%0A%09C7.26%2C14.43%2C7%2C14.56%2C6.82%2C14.69c-0.17%2C0.13-0.36%2C0.28-0.54%2C0.45s-0.29%2C0.27-0.32%2C0.29c-0.21%2C0.14-0.38%2C0.22-0.51%2C0.22%0A%09s-0.3-0.06-0.48-0.17c-0.16-0.1-0.26-0.21-0.3-0.32C4.64%2C15.04%2C4.63%2C14.87%2C4.64%2C14.65z%20M6.73%2C13.23c0.68-0.36%2C1.32-0.53%2C1.92-0.53%0A%09h0.08c1.15%2C0%2C2.2%2C0.44%2C3.15%2C1.33c0.38-0.33%2C0.84-0.62%2C1.39-0.88c0.54-0.26%2C1.13-0.41%2C1.77-0.45h0.08c1.15%2C0%2C2.2%2C0.44%2C3.15%2C1.33%0A%09c0.38-0.33%2C0.84-0.62%2C1.39-0.88c0.54-0.26%2C1.13-0.41%2C1.77-0.45h0.09c0.56%2C0%2C1.15%2C0.15%2C1.75%2C0.44c-0.44-0.86-0.74-1.41-0.88-1.66%0A%09c-1.79-2.34-4.27-3.51-7.43-3.51c-1.58%2C0-2.99%2C0.3-4.24%2C0.9c-1.24%2C0.6-2.26%2C1.47-3.05%2C2.61C7.44%2C11.82%2C7.12%2C12.41%2C6.73%2C13.23z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
#weatherWindow .copyright-back-container,
#polarLightWindow .copyright-back-container {
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;
}
#weatherWindow .copyright-back-container .copyright-logo,
#polarLightWindow .copyright-back-container .copyright-logo {
  display: none;
  max-width: 180px;
  max-height: 45px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  margin-right: 20px;
}
#weatherWindow .copyright-back-container .copyright-logo.shown,
#polarLightWindow .copyright-back-container .copyright-logo.shown {
  display: inline-block;
}
#weatherWindow .copyright-back-container .back-to-panorama,
#polarLightWindow .copyright-back-container .back-to-panorama {
  position: relative;
  text-transform: uppercase;
  color: #FFF;
  vertical-align: middle;
  text-decoration: none;
  font-weight: 300;
  padding-right: 27px;
}
#weatherWindow .copyright-back-container .back-to-panorama:after,
#polarLightWindow .copyright-back-container .back-to-panorama:after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 22px;
  height: 22px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M504%20256C504%20119%20393%208%20256%208S8%20119%208%20256s111%20248%20248%20248%20248-111%20248-248zm-448%200c0-110.5%2089.5-200%20200-200s200%2089.5%20200%20200-89.5%20200-200%20200S56%20366.5%2056%20256zm72%2020v-40c0-6.6%205.4-12%2012-12h116v-67c0-10.7%2012.9-16%2020.5-8.5l99%2099c4.7%204.7%204.7%2012.3%200%2017l-99%2099c-7.6%207.6-20.5%202.2-20.5-8.5v-67H140c-6.6%200-12-5.4-12-12z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}
.closing-overviewmap {
  display: none;
}
.closing-overviewmap.close-btn {
  display: none;
}
#overviewMapContainer {
  position: absolute;
  left: 0;
  z-index: 100;
}
#overviewMapContainer #map-close {
  display: none;
  position: absolute;
  font-size: 0.85em;
  color: #666666;
  text-align: center;
  cursor: pointer;
  border: 1px solid #666666;
  box-shadow: inset 0 0 4px #000000;
  background-color: #ffffff;
  border-radius: 3px;
  overflow: hidden;
}
#overviewMapContainer #map-resizer {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
#overviewMapContainer #map-resizer:before {
  display: block;
  position: absolute;
  content: '';
  background-color: #cccccc;
  box-shadow: 0 0 0.5em #000000;
}
#overviewMapContainer #map-resizer #map-resizer-handle {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid #666666;
  box-shadow: inset 0 0 4px #000000;
  background-color: #ffffff;
  border-radius: 3px;
  overflow: hidden;
}
#overviewMapContainer #map-resizer #map-resizer-handle:after {
  display: block;
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  background-repeat: repeat;
  background-size: contain;
  background-position: 50% 50%;
}
#overviewMapContainer.horizontal #map-resizer {
  cursor: ns-resize;
  margin-top: -0.5em;
  height: 1em;
  width: 100%;
}
#overviewMapContainer.horizontal #map-resizer:before {
  left: 0;
  width: 100%;
  top: 50%;
  height: 2px;
  margin-top: -1px;
}
#overviewMapContainer.horizontal #map-resizer #map-resizer-handle {
  height: 10px;
  width: 3em;
  margin-top: -5px;
}
#overviewMapContainer.horizontal #map-resizer #map-resizer-handle:after {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2220%22%20viewBox%3D%220%200%204%205%22%20version%3D%221.1%22%3E%0A%20%20%20%20%3Ccircle%20cx%3D%221%22%20cy%3D%221.5%22%20r%3D%220.5%22%20fill%3D%22%23666666%22%2F%3E%0A%20%20%20%20%3Ccircle%20cx%3D%221%22%20cy%3D%223.5%22%20r%3D%220.5%22%20fill%3D%22%23666666%22%2F%3E%0A%20%20%20%20%3Ccircle%20cx%3D%223%22%20cy%3D%221.5%22%20r%3D%220.5%22%20fill%3D%22%23666666%22%2F%3E%0A%20%20%20%20%3Ccircle%20cx%3D%223%22%20cy%3D%223.5%22%20r%3D%220.5%22%20fill%3D%22%23666666%22%2F%3E%0A%3C%2Fsvg%3E");
  width: 2em;
  margin-left: -1em;
  top: 0;
  height: 100%;
}
#overviewMapContainer.horizontal #map-close {
  display: block;
  width: 1.4em;
  height: 1em;
  top: -0.8em;
  right: 1.5em;
  line-height: 1em;
}
#overviewMapContainer.horizontal.map-fullscreen #map-resizer-handle {
  margin-top: 0 !important;
  transition: margin-top 200ms;
}
#overviewMapContainer.horizontal.map-fullscreen #map-resizer-handle:hover {
  margin-top: 2px !important;
}
#overviewMapContainer.vertical #map-resizer {
  cursor: ew-resize;
  margin-right: -0.5em;
  width: 1em;
  height: 100%;
}
#overviewMapContainer.vertical #map-resizer:before {
  top: 0;
  height: 100%;
  left: 50%;
  width: 2px;
  margin-left: -1px;
}
#overviewMapContainer.vertical #map-resizer #map-resizer-handle {
  width: 10px;
  height: 3em;
  margin-left: -5px;
}
#overviewMapContainer.vertical #map-resizer #map-resizer-handle:after {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2216%22%20viewBox%3D%220%200%205%204%22%20version%3D%221.1%22%3E%0A%20%20%20%20%3Ccircle%20cx%3D%221.5%22%20cy%3D%221%22%20r%3D%220.5%22%20fill%3D%22%23666666%22%2F%3E%0A%20%20%20%20%3Ccircle%20cx%3D%221.5%22%20cy%3D%223%22%20r%3D%220.5%22%20fill%3D%22%23666666%22%2F%3E%0A%20%20%20%20%3Ccircle%20cx%3D%223.5%22%20cy%3D%221%22%20r%3D%220.5%22%20fill%3D%22%23666666%22%2F%3E%0A%20%20%20%20%3Ccircle%20cx%3D%223.5%22%20cy%3D%223%22%20r%3D%220.5%22%20fill%3D%22%23666666%22%2F%3E%0A%3C%2Fsvg%3E");
  height: 2em;
  margin-top: -1em;
  left: 0;
  width: 100%;
}
#overviewMapContainer.vertical #map-close {
  display: block;
  width: 1em;
  height: 1.4em;
  right: -0.5em;
  top: 28px;
  margin-left: 1px;
  line-height: 1.3em;
}
#overviewMapContainer.vertical.map-fullscreen #map-resizer-handle {
  margin-left: -9px !important;
  transition: margin-left 200ms;
}
#overviewMapContainer.vertical.map-fullscreen #map-resizer-handle:hover {
  margin-left: -11px !important;
}
#overviewMapContainer.map-fullscreen #map-close {
  display: none !important;
}
#overviewMapContainer #overviewMap {
  width: 100%;
  height: 100%;
}
#overviewMapContainer #overviewMap #tourSvg .path,
#overviewMapContainer #overviewMap #opacityTourSvg .path {
  opacity: 0.8;
  filter: alpha(opacity=80);
  fill: none;
  stroke-width: 3px;
  stroke: #C8FF00;
  stroke-linecap: round;
}
#overviewMapContainer #overviewMap #tourSvg .path.opacity-clone,
#overviewMapContainer #overviewMap #opacityTourSvg .path.opacity-clone {
  opacity: 0;
  filter: alpha(opacity=0);
  stroke-width: 50px;
  cursor: pointer;
}
#overviewMapContainer #overviewMap #tourSvg .path.inactive-path,
#overviewMapContainer #overviewMap #opacityTourSvg .path.inactive-path {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
#bestShots .dialog-container .loading-icon {
  width: 50px;
  height: 50px;
  left: 50%;
  top: 50%;
  background-image: url("images/loading-indicator.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  animation: spin 2s linear infinite;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
}
#bestShots .dialog-container .pano-row-col,
#bestShots .dialog-container .timelapse-wrapper-container {
  padding: 10px 20px 40px 20px;
  align-items: center;
  justify-content: center;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
#bestShots .dialog-container .pano-row-col .loader,
#bestShots .dialog-container .timelapse-wrapper-container .loader {
  position: relative;
  margin: auto;
  text-align: center;
  font-size: 1.5em;
  top: 50%;
  background: transparent !important;
  width: 300px;
  max-width: 90%;
}
#bestShots .dialog-container .pano-row-col .panoShot,
#bestShots .dialog-container .timelapse-wrapper-container .panoShot,
#bestShots .dialog-container .pano-row-col .timelapse-item,
#bestShots .dialog-container .timelapse-wrapper-container .timelapse-item {
  display: none;
  max-height: 150px;
  height: auto;
  margin: 10px;
}
#bestShots .dialog-container .pano-row-col .panoShot:hover,
#bestShots .dialog-container .timelapse-wrapper-container .panoShot:hover,
#bestShots .dialog-container .pano-row-col .timelapse-item:hover,
#bestShots .dialog-container .timelapse-wrapper-container .timelapse-item:hover {
  cursor: pointer;
  opacity: 1;
}
#bestShots .dialog-container .pano-row-col .panoShot .panoImg,
#bestShots .dialog-container .timelapse-wrapper-container .panoShot .panoImg,
#bestShots .dialog-container .pano-row-col .timelapse-item .panoImg,
#bestShots .dialog-container .timelapse-wrapper-container .timelapse-item .panoImg {
  max-height: 150px;
  width: 100%;
}
#bestShots .dialog-container .pano-row-col .panoShot .date-time,
#bestShots .dialog-container .timelapse-wrapper-container .panoShot .date-time,
#bestShots .dialog-container .pano-row-col .timelapse-item .date-time,
#bestShots .dialog-container .timelapse-wrapper-container .timelapse-item .date-time {
  position: absolute;
  padding: 5px;
  left: 0.05em;
  bottom: 0.05em;
  height: 25px;
  width: auto;
  vertical-align: middle;
}
#bestShots .dialog-container .pano-row-col .panoShot .date-time .date,
#bestShots .dialog-container .timelapse-wrapper-container .panoShot .date-time .date,
#bestShots .dialog-container .pano-row-col .timelapse-item .date-time .date,
#bestShots .dialog-container .timelapse-wrapper-container .timelapse-item .date-time .date {
  font-weight: bold;
  display: inline-block;
}
#bestShots .dialog-container .pano-row-col .panoShot .date-time .divide-point,
#bestShots .dialog-container .timelapse-wrapper-container .panoShot .date-time .divide-point,
#bestShots .dialog-container .pano-row-col .timelapse-item .date-time .divide-point,
#bestShots .dialog-container .timelapse-wrapper-container .timelapse-item .date-time .divide-point {
  top: -25%;
  width: 2px;
  height: 2px;
  margin-right: 2px;
  margin-left: 2px;
  background-color: white;
  border-radius: 50%;
  display: inline-block;
}
#bestShots .dialog-container .pano-row-col .panoShot .date-time .time,
#bestShots .dialog-container .timelapse-wrapper-container .panoShot .date-time .time,
#bestShots .dialog-container .pano-row-col .timelapse-item .date-time .time,
#bestShots .dialog-container .timelapse-wrapper-container .timelapse-item .date-time .time {
  font-weight: lighter;
  display: inline-block;
}
#bestShots .dialog-container .pano-row-col .panoShot .date-time:after,
#bestShots .dialog-container .timelapse-wrapper-container .panoShot .date-time:after,
#bestShots .dialog-container .pano-row-col .timelapse-item .date-time:after,
#bestShots .dialog-container .timelapse-wrapper-container .timelapse-item .date-time:after {
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  right: -20px;
  border-right: 20px solid transparent;
}
#bestShots .dialog-container .pano-row-col .panoShot .map,
#bestShots .dialog-container .timelapse-wrapper-container .panoShot .map,
#bestShots .dialog-container .pano-row-col .timelapse-item .map,
#bestShots .dialog-container .timelapse-wrapper-container .timelapse-item .map {
  position: absolute;
  top: 25%;
  right: 0;
  width: 20%;
}
#bestShots .dialog-container .pano-row-col .panoShot .overlay,
#bestShots .dialog-container .timelapse-wrapper-container .panoShot .overlay,
#bestShots .dialog-container .pano-row-col .timelapse-item .overlay,
#bestShots .dialog-container .timelapse-wrapper-container .timelapse-item .overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0);
}
#bestShots .dialog-container .pano-row-col .panoShot:after,
#bestShots .dialog-container .timelapse-wrapper-container .panoShot:after,
#bestShots .dialog-container .pano-row-col .timelapse-item:after,
#bestShots .dialog-container .timelapse-wrapper-container .timelapse-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 1px solid #919191;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
}
#bestShots .dialog-container .pano-row-col .timelapse-item .play,
#bestShots .dialog-container .timelapse-wrapper-container .timelapse-item .play {
  display: none;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%2020010904%2F%2FEN%22%0A%20%22http%3A%2F%2Fwww.w3.org%2FTR%2F2001%2FREC-SVG-20010904%2FDTD%2Fsvg10.dtd%22%3E%0A%3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20width%3D%22744.000000pt%22%20height%3D%221052.000000pt%22%20viewBox%3D%220%200%20744.000000%201052.000000%22%0A%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%0A%0A%3Cg%20transform%3D%22translate(0.000000%2C1052.000000)%20scale(0.100000%2C-0.100000)%22%0Afill%3D%22%23000000%22%20stroke%3D%22none%22%3E%0A%3Cpath%20d%3D%22M3485%208920%20c-508%20-27%20-914%20-144%20-1380%20-397%20-944%20-512%20-1558%20-1286%0A-1815%20-2288%20-67%20-260%20-90%20-486%20-90%20-885%200%20-412%2043%20-692%20164%20-1067%20371%20-1146%0A1365%20-2054%202594%20-2369%20273%20-70%20446%20-83%20863%20-65%20584%2025%20885%2086%201294%20261%20561%0A240%201166%20734%201560%201275%20208%20286%20422%20767%20529%201190%2061%20241%2081%20505%2073%20940%20-7%20335%0A-17%20449%20-53%20610%20-185%20825%20-690%201601%20-1377%202112%20-131%2097%20-279%20184%20-522%20308%0A-536%20271%20-818%20351%20-1335%20375%20-226%2011%20-297%2010%20-505%200z%20m-632%20-2012%20c59%20-18%0A2282%20-1357%202328%20-1403%2045%20-44%2079%20-126%2079%20-189%200%20-80%20-27%20-144%20-83%20-199%20-39%0A-37%20-340%20-224%20-1167%20-724%20-613%20-370%20-1129%20-678%20-1147%20-684%20-54%20-17%20-147%20-13%0A-200%2011%20-66%2029%20-129%2094%20-152%20155%20-18%2048%20-19%20113%20-22%201435%20l-4%201385%2024%2053%20c28%0A63%20103%20134%20164%20155%2052%2019%20127%2021%20180%205z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 8%;
}
#bestShots .dialog-container .pano-row-col .shown,
#bestShots .dialog-container .timelapse-wrapper-container .shown {
  display: block;
}
#bestShots .dialog-container .video-wrapper .video-year-container:first-child {
  margin-top: 10px;
}
#bestShots .dialog-container .video-wrapper .video-year-container {
  margin-top: 10px;
  color: white;
  text-align: left;
  width: 100%;
}
#bestShots .dialog-container .video-wrapper .video-year-container .title {
  height: 30px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
  display: flex;
  align-items: center;
}
#bestShots .dialog-container .video-wrapper .video-year-container .title span {
  margin-left: 30px;
  font-size: 1.2em;
}
#bestShots .dialog-container .video-wrapper .video-year-container .flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px 10px;
  max-height: 100%;
  margin: 0 20px;
  overflow: auto;
}
#bestShots .dialog-container .video-wrapper .video-year-container .flex-wrapper .video-container {
  width: 100%;
}
#bestShots .dialog-container .video-wrapper .video-year-container .flex-wrapper .video-container img {
  width: 100%;
  height: 100%;
  max-height: 150px;
}
#bestShots .dialog-container .video-wrapper .video-year-container .flex-wrapper .video-container .play {
  display: none;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%2020010904%2F%2FEN%22%0A%20%22http%3A%2F%2Fwww.w3.org%2FTR%2F2001%2FREC-SVG-20010904%2FDTD%2Fsvg10.dtd%22%3E%0A%3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20width%3D%22744.000000pt%22%20height%3D%221052.000000pt%22%20viewBox%3D%220%200%20744.000000%201052.000000%22%0A%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%0A%0A%3Cg%20transform%3D%22translate(0.000000%2C1052.000000)%20scale(0.100000%2C-0.100000)%22%0Afill%3D%22%23000000%22%20stroke%3D%22none%22%3E%0A%3Cpath%20d%3D%22M3485%208920%20c-508%20-27%20-914%20-144%20-1380%20-397%20-944%20-512%20-1558%20-1286%0A-1815%20-2288%20-67%20-260%20-90%20-486%20-90%20-885%200%20-412%2043%20-692%20164%20-1067%20371%20-1146%0A1365%20-2054%202594%20-2369%20273%20-70%20446%20-83%20863%20-65%20584%2025%20885%2086%201294%20261%20561%0A240%201166%20734%201560%201275%20208%20286%20422%20767%20529%201190%2061%20241%2081%20505%2073%20940%20-7%20335%0A-17%20449%20-53%20610%20-185%20825%20-690%201601%20-1377%202112%20-131%2097%20-279%20184%20-522%20308%0A-536%20271%20-818%20351%20-1335%20375%20-226%2011%20-297%2010%20-505%200z%20m-632%20-2012%20c59%20-18%0A2282%20-1357%202328%20-1403%2045%20-44%2079%20-126%2079%20-189%200%20-80%20-27%20-144%20-83%20-199%20-39%0A-37%20-340%20-224%20-1167%20-724%20-613%20-370%20-1129%20-678%20-1147%20-684%20-54%20-17%20-147%20-13%0A-200%2011%20-66%2029%20-129%2094%20-152%20155%20-18%2048%20-19%20113%20-22%201435%20l-4%201385%2024%2053%20c28%0A63%20103%20134%20164%20155%2052%2019%20127%2021%20180%205z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 8%;
}
#bestShots .dialog-container .video-wrapper .video-year-container .flex-wrapper .video-container .date-time {
  position: absolute;
  padding: 5px;
  left: 0.05em;
  bottom: 0.05em;
  height: 25px;
  width: auto;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.7);
}
#bestShots .dialog-container .video-wrapper .video-year-container .flex-wrapper .video-container .date-time .playerIcon {
  display: inline-block;
  top: 0;
  width: 16px;
  height: 100%;
  border-radius: 50%;
  border: 2px solid white;
  margin: 0 5px;
}
#bestShots .dialog-container .video-wrapper .video-year-container .flex-wrapper .video-container .date-time .playerIcon:after {
  content: '';
  position: absolute;
  width: 13px;
  height: 11px;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.0%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%2270.5%2028%20100%20100%22%20enable-background%3D%22new%2070.5%2028%20100%20100%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpolygon%20points%3D%2295.6%2C48.8%2095.6%2C107.1%20145.3%2C78%22%20%20fill%3D%22white%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
}
#bestShots .dialog-container .video-wrapper .video-year-container .flex-wrapper .video-container .date-time .date {
  font-weight: bold;
  display: inline-block;
}
#bestShots .dialog-container .video-wrapper .video-year-container .flex-wrapper .video-container .date-time .divide-point {
  top: -25%;
  width: 2px;
  height: 2px;
  margin-right: 2px;
  margin-left: 2px;
  background-color: white;
  border-radius: 50%;
  display: inline-block;
}
#bestShots .dialog-container .video-wrapper .video-year-container .flex-wrapper .video-container .date-time .time {
  font-weight: lighter;
  display: inline-block;
}
#bestShots .dialog-container .video-wrapper .video-year-container .flex-wrapper .video-container .date-time:after {
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  right: -20px;
  border-right: 20px solid transparent;
  border-bottom: 25px solid rgba(0, 0, 0, 0.7);
}
#bestShots .dialog-container .video-wrapper .video-year-container .flex-wrapper .video-container:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  border: 1px solid #919191;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
}
#bestShots .dialog-container .video-wrapper .video-year-container .flex-wrapper .video-container:hover,
#bestShots .dialog-container .video-wrapper .video-year-container .flex-wrapper .video-container:active {
  cursor: pointer;
}
#bestShots .dialog-container .video-wrapper .video-year-container .flex-wrapper .video-container:hover .play,
#bestShots .dialog-container .video-wrapper .video-year-container .flex-wrapper .video-container:active .play {
  display: inline-block;
}
#bestShots .dialog-container .video-wrapper .video-year-container .flex-wrapper .video-container:hover:after,
#bestShots .dialog-container .video-wrapper .video-year-container .flex-wrapper .video-container:active:after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border: 3px solid black;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
}
#video-panel {
  width: 100% !important;
}
#video-panel.feature-panel {
  max-width: 100% !important;
}
#video-panel.hasIframe .dialog-container .text-container .center-video {
  align-items: center;
}
#video-panel.hasIframe .dialog-container .text-container .center-video .video-source {
  display: none !important;
}
#video-panel .dialog-container .text-container {
  padding: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#video-panel .dialog-container .text-container .title-bar {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 10px;
}
#video-panel .dialog-container .text-container .title-bar .title {
  background-color: transparent;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
#video-panel .dialog-container .text-container .center-video {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  top: 50%;
}
#video-panel .dialog-container .text-container .center-video .video-title {
  position: relative;
  font-size: 25px;
  top: 0 !important;
  width: 100%;
}
#video-panel .dialog-container .text-container .center-video .video-source {
  width: 100%;
  position: relative;
  border: 3px solid black;
  box-sizing: content-box;
}
#video-panel .dialog-container .text-container .center-video .video-error {
  display: none;
}
#video-panel .dialog-container .text-container .center-video .archive-link {
  display: none;
  position: relative;
  width: 100%;
}
#video-panel .dialog-container .text-container .center-video .archive-link .back-to-archive {
  color: white;
  padding: 0 20px;
  background-color: black;
  border: none;
  border-radius: 5px;
  line-height: 25px;
  text-transform: uppercase;
}
#video-panel .dialog-container .text-container .center-video .archive-link .back-to-archive:after {
  content: "";
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2215px%22%20height%3D%2213px%22%20viewBox%3D%220%200%2015%2013%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3Eicon-film%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Artboard%22%20transform%3D%22translate(-44.000000%2C%20-53.000000)%22%20fill%3D%22%23EDEDED%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M57.6296875%2C53%20C57.8158856%2C53%2057.9741535%2C53.0789929%2058.1044922%2C53.2369792%20C58.2348309%2C53.3949654%2058.3%2C53.5868054%2058.3%2C53.8125%20L58.3%2C65.1875%20C58.3%2C65.4131946%2058.2348309%2C65.6050346%2058.1044922%2C65.7630208%20C57.9741535%2C65.9210071%2057.8158856%2C66%2057.6296875%2C66%20L57.40625%2C66%20L57.40625%2C65.3229167%20C57.40625%2C65.2100696%2057.3736652%2C65.1141491%2057.3084961%2C65.0351562%20C57.243327%2C64.9561634%2057.1641926%2C64.9166667%2057.0710937%2C64.9166667%20L54.9969068%2C64.9166667%20C54.903808%2C64.9166667%2054.8246728%2C64.9561634%2054.7595037%2C65.0351563%20C54.6943346%2C65.1141491%2054.66175%2C65.2100696%2054.66175%2C65.3229167%20L54.66175%2C66%20L47.63825%2C66%20L47.63825%2C65.3229167%20C47.63825%2C65.2100696%2047.6056654%2C65.1141491%2047.5404963%2C65.0351563%20C47.4753272%2C64.9561634%2047.396192%2C64.9166667%2047.3030932%2C64.9166667%20L45.2289062%2C64.9166667%20C45.1358074%2C64.9166667%2045.056673%2C64.9561634%2044.9915039%2C65.0351562%20C44.9263348%2C65.1141491%2044.89375%2C65.2100696%2044.89375%2C65.3229167%20L44.89375%2C66%20L44.6703125%2C66%20C44.4841144%2C66%2044.3258465%2C65.9210071%2044.1955078%2C65.7630208%20C44.0651691%2C65.6050346%2044%2C65.4131946%2044%2C65.1875%20L44%2C53.8125%20C44%2C53.5868054%2044.0651691%2C53.3949654%2044.1955078%2C53.2369792%20C44.3258465%2C53.0789929%2044.4841144%2C53%2044.6703125%2C53%20L44.89375%2C53%20L44.89375%2C53.6770833%20C44.89375%2C53.7899304%2044.9263348%2C53.8858509%2044.9915039%2C53.9648438%20C45.056673%2C54.0438366%2045.1358074%2C54.0833333%2045.2289062%2C54.0833333%20L47.3030932%2C54.0833333%20C47.396192%2C54.0833333%2047.4753272%2C54.0438366%2047.5404963%2C53.9648438%20C47.6056654%2C53.8858509%2047.63825%2C53.7899304%2047.63825%2C53.6770833%20L47.63825%2C53%20L54.66175%2C53%20L54.66175%2C53.6770833%20C54.66175%2C53.7899304%2054.6943346%2C53.8858509%2054.7595037%2C53.9648438%20C54.8246728%2C54.0438366%2054.903808%2C54.0833333%2054.9969068%2C54.0833333%20L57.0710937%2C54.0833333%20C57.1641926%2C54.0833333%2057.243327%2C54.0438366%2057.3084961%2C53.9648438%20C57.3736652%2C53.8858509%2057.40625%2C53.7899304%2057.40625%2C53.6770833%20L57.40625%2C53%20L57.6296875%2C53%20Z%20M47.64375%2C63.4270833%20L47.64375%2C62.0729167%20C47.64375%2C61.9600696%2047.5936196%2C61.8641491%2047.4933594%2C61.7851563%20C47.3930992%2C61.7061634%2047.2713539%2C61.6666667%2047.128125%2C61.6666667%20L45.409375%2C61.6666667%20C45.2661461%2C61.6666667%2045.1444008%2C61.7061634%2045.0441406%2C61.7851563%20C44.9438804%2C61.8641491%2044.89375%2C61.9600696%2044.89375%2C62.0729167%20L44.89375%2C63.4270833%20C44.89375%2C63.5399304%2044.9438804%2C63.6358509%2045.0441406%2C63.7148438%20C45.1444008%2C63.7938366%2045.2661461%2C63.8333333%2045.409375%2C63.8333333%20L47.128125%2C63.8333333%20C47.2713539%2C63.8333333%2047.3930992%2C63.7938366%2047.4933594%2C63.7148438%20C47.5936196%2C63.6358509%2047.64375%2C63.5399304%2047.64375%2C63.4270833%20Z%20M47.64375%2C60.1770833%20L47.64375%2C58.8229167%20C47.64375%2C58.7100696%2047.5936196%2C58.6141491%2047.4933594%2C58.5351563%20C47.3930992%2C58.4561634%2047.2713539%2C58.4166667%2047.128125%2C58.4166667%20L45.409375%2C58.4166667%20C45.2661461%2C58.4166667%2045.1444008%2C58.4561634%2045.0441406%2C58.5351563%20C44.9438804%2C58.6141491%2044.89375%2C58.7100696%2044.89375%2C58.8229167%20L44.89375%2C60.1770833%20C44.89375%2C60.2899304%2044.9438804%2C60.3858509%2045.0441406%2C60.4648438%20C45.1444008%2C60.5438366%2045.2661461%2C60.5833333%2045.409375%2C60.5833333%20L47.128125%2C60.5833333%20C47.2713539%2C60.5833333%2047.3930992%2C60.5438366%2047.4933594%2C60.4648438%20C47.5936196%2C60.3858509%2047.64375%2C60.2899304%2047.64375%2C60.1770833%20Z%20M47.64375%2C56.9270833%20L47.64375%2C55.5729167%20C47.64375%2C55.4600696%2047.5936196%2C55.3641491%2047.4933594%2C55.2851563%20C47.3930992%2C55.2061634%2047.2713539%2C55.1666667%2047.128125%2C55.1666667%20L45.409375%2C55.1666667%20C45.2661461%2C55.1666667%2045.1444008%2C55.2061634%2045.0441406%2C55.2851563%20C44.9438804%2C55.3641491%2044.89375%2C55.4600696%2044.89375%2C55.5729167%20L44.89375%2C56.9270833%20C44.89375%2C57.0399304%2044.9438804%2C57.1358509%2045.0441406%2C57.2148438%20C45.1444008%2C57.2938366%2045.2661461%2C57.3333333%2045.409375%2C57.3333333%20L47.128125%2C57.3333333%20C47.2713539%2C57.3333333%2047.3930992%2C57.2938366%2047.4933594%2C57.2148438%20C47.5936196%2C57.1358509%2047.64375%2C57.0399304%2047.64375%2C56.9270833%20Z%20M57.409%2C63.4270833%20L57.409%2C62.0729167%20C57.409%2C61.9600696%2057.3588696%2C61.8641491%2057.2586094%2C61.7851563%20C57.1583492%2C61.7061634%2057.0366039%2C61.6666667%2056.893375%2C61.6666667%20L55.174625%2C61.6666667%20C55.0313961%2C61.6666667%2054.9096508%2C61.7061634%2054.8093906%2C61.7851563%20C54.7091304%2C61.8641491%2054.659%2C61.9600696%2054.659%2C62.0729167%20L54.659%2C63.4270833%20C54.659%2C63.5399304%2054.7091304%2C63.6358509%2054.8093906%2C63.7148438%20C54.9096508%2C63.7938366%2055.0313961%2C63.8333333%2055.174625%2C63.8333333%20L56.893375%2C63.8333333%20C57.0366039%2C63.8333333%2057.1583492%2C63.7938366%2057.2586094%2C63.7148438%20C57.3588696%2C63.6358509%2057.409%2C63.5399304%2057.409%2C63.4270833%20Z%20M57.409%2C60.1770833%20L57.409%2C58.8229167%20C57.409%2C58.7100696%2057.3588696%2C58.6141491%2057.2586094%2C58.5351563%20C57.1583492%2C58.4561634%2057.0366039%2C58.4166667%2056.893375%2C58.4166667%20L55.174625%2C58.4166667%20C55.0313961%2C58.4166667%2054.9096508%2C58.4561634%2054.8093906%2C58.5351563%20C54.7091304%2C58.6141491%2054.659%2C58.7100696%2054.659%2C58.8229167%20L54.659%2C60.1770833%20C54.659%2C60.2899304%2054.7091304%2C60.3858509%2054.8093906%2C60.4648438%20C54.9096508%2C60.5438366%2055.0313961%2C60.5833333%2055.174625%2C60.5833333%20L56.893375%2C60.5833333%20C57.0366039%2C60.5833333%2057.1583492%2C60.5438366%2057.2586094%2C60.4648438%20C57.3588696%2C60.3858509%2057.409%2C60.2899304%2057.409%2C60.1770833%20Z%20M57.409%2C56.9270833%20L57.409%2C55.5729167%20C57.409%2C55.4600696%2057.3588696%2C55.3641491%2057.2586094%2C55.2851563%20C57.1583492%2C55.2061634%2057.0366039%2C55.1666667%2056.893375%2C55.1666667%20L55.174625%2C55.1666667%20C55.0313961%2C55.1666667%2054.9096508%2C55.2061634%2054.8093906%2C55.2851563%20C54.7091304%2C55.3641491%2054.659%2C55.4600696%2054.659%2C55.5729167%20L54.659%2C56.9270833%20C54.659%2C57.0399304%2054.7091304%2C57.1358509%2054.8093906%2C57.2148438%20C54.9096508%2C57.2938366%2055.0313961%2C57.3333333%2055.174625%2C57.3333333%20L56.893375%2C57.3333333%20C57.0366039%2C57.3333333%2057.1583492%2C57.2938366%2057.2586094%2C57.2148438%20C57.3588696%2C57.1358509%2057.409%2C57.0399304%2057.409%2C56.9270833%20Z%22%20id%3D%22icon-film%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  top: 3px;
  margin-left: 10px;
  bottom: auto;
}
#video-panel .dialog-container .text-container .center-video .archive-link.shown {
  display: block;
}
#video-panel .dialog-container .text-container.video-not-available .center-video .video-title {
  display: none;
}
#video-panel .dialog-container .text-container.video-not-available .video-error {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 40px;
  color: red;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
}
#video-panel .dialog-container .text-container.video-not-available .archive-link {
  display: block;
}
#big-bubble-container {
  display: none;
}
#big-bubble-container.overflow {
  position: absolute;
  top: 40px;
  display: block;
}
#big-bubble-container.overflow .feature-panel {
  top: 0 !important;
}
#big-bubble-container.overflow .feature-panel .dialog-container .text-container .link-container {
  padding-top: 20px;
}
#big-bubble-container.overflow .feature-panel .dialog-container .text-container .link-container .bubble_link {
  background-color: gray;
  border: 1px solid #ededed;
  border-radius: 5px;
  color: #000000;
  padding: 1em 3em;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2221px%22%20height%3D%2222px%22%20viewBox%3D%220%200%2021%2022%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2061.2%20(89653)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eshare-btn-icon-link%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22export%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Artboard%22%20transform%3D%22translate(-281.000000%2C%20-103.000000)%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M290.597633%2C117.570323%20C290.789039%2C117.679698%20290.980445%2C117.652354%20291.171851%2C117.488292%20L291.171851%2C117.488292%20L291.335913%2C117.32423%20C291.691381%2C116.968762%20291.896459%2C116.544935%20291.951146%2C116.052749%20C291.97849%2C115.833999%20291.882786%2C115.669937%20291.664037%2C115.560562%20C291.308569%2C115.3965%20290.994117%2C115.177751%20290.72068%2C114.904314%20C290.064432%2C114.220721%20289.736307%2C113.400411%20289.736307%2C112.443382%20C289.736307%2C111.486353%20290.064432%2C110.679714%20290.72068%2C110.023466%20L290.72068%2C110.023466%20L293.83786%2C106.947302%20C294.494108%2C106.263709%20295.300747%2C105.921913%20296.257776%2C105.921913%20C297.214805%2C105.921913%20298.02828%2C106.256874%20298.6982%2C106.926794%20C299.36812%2C107.596714%20299.70308%2C108.410189%20299.70308%2C109.367218%20C299.70308%2C110.324246%20299.361285%2C111.130885%20298.677692%2C111.787134%20L298.677692%2C111.787134%20L296.831994%2C113.673848%20C296.695275%2C113.810566%20296.640588%2C113.960957%20296.667931%2C114.125019%20C296.80465%2C114.644549%20296.873009%2C115.164079%20296.873009%2C115.683609%20C296.873009%2C115.902358%20296.975548%2C116.052749%20297.180625%2C116.13478%20C297.385703%2C116.216811%20297.570273%2C116.175795%20297.734335%2C116.011733%20L297.734335%2C116.011733%20L300.318313%2C113.427755%20C301.056593%2C112.689475%20301.555615%2C111.828149%20301.81538%2C110.843777%20C302.075145%2C109.859404%20302.075145%2C108.875031%20301.81538%2C107.890659%20C301.555615%2C106.906286%20301.056593%2C106.04496%20300.318313%2C105.30668%20C299.580034%2C104.568401%20298.718708%2C104.069378%20297.734335%2C103.809614%20C296.749962%2C103.549849%20295.76559%2C103.549849%20294.781217%2C103.809614%20C293.796844%2C104.069378%20292.935518%2C104.568401%20292.197239%2C105.30668%20L292.197239%2C105.30668%20L290.126594%2C107.377894%20C289.303445%2C108.203881%20288.831553%2C108.689255%20288.710919%2C108.834016%20C288.109358%2C109.572295%20287.71971%2C110.406277%20287.541977%2C111.335963%20C287.364243%2C112.265648%20287.412094%2C113.188498%20287.685531%2C114.104511%20C287.958968%2C115.020524%20288.437482%2C115.820327%20289.121074%2C116.503919%20C289.558574%2C116.941419%20290.05076%2C117.296886%20290.597633%2C117.570323%20Z%20M285.265615%2C124.440424%20C286.249987%2C124.700189%20287.23436%2C124.700189%20288.218733%2C124.440424%20C289.203105%2C124.180659%20290.064432%2C123.681637%20290.802711%2C122.943357%20L290.802711%2C122.943357%20L292.873356%2C120.872144%20C293.696505%2C120.046157%20294.168397%2C119.560782%20294.289031%2C119.416022%20C294.890592%2C118.677742%20295.28024%2C117.84376%20295.457973%2C116.914075%20C295.635707%2C115.984389%20295.587856%2C115.06154%20295.314419%2C114.145527%20C295.040982%2C113.229513%20294.562468%2C112.429711%20293.878876%2C111.746118%20C293.441376%2C111.308619%20292.94919%2C110.953152%20292.402317%2C110.679714%20C292.210911%2C110.57034%20292.019505%2C110.597683%20291.828099%2C110.761746%20L291.828099%2C110.761746%20L291.664037%2C110.925808%20C291.308569%2C111.281276%20291.103491%2C111.705103%20291.048804%2C112.197289%20C291.02146%2C112.416038%20291.117164%2C112.5801%20291.335913%2C112.689475%20C291.691381%2C112.853537%20292.005833%2C113.072287%20292.27927%2C113.345724%20C292.935518%2C114.029316%20293.263643%2C114.849627%20293.263643%2C115.806655%20C293.263643%2C116.763684%20292.935518%2C117.570323%20292.27927%2C118.226571%20L292.27927%2C118.226571%20L289.16209%2C121.302736%20C288.505841%2C121.986328%20287.699203%2C122.328124%20286.742174%2C122.328124%20C285.785145%2C122.328124%20284.97167%2C121.993164%20284.30175%2C121.323244%20C283.63183%2C120.653324%20283.29687%2C119.839849%20283.29687%2C118.88282%20C283.29687%2C117.925791%20283.638665%2C117.119152%20284.322258%2C116.462904%20L284.322258%2C116.462904%20L286.167956%2C114.57619%20C286.304675%2C114.439471%20286.359362%2C114.289081%20286.332019%2C114.125019%20C286.1953%2C113.605489%20286.126941%2C113.085959%20286.126941%2C112.566429%20C286.126941%2C112.347679%20286.024402%2C112.197289%20285.819324%2C112.115258%20C285.614247%2C112.033227%20285.429677%2C112.074242%20285.265615%2C112.238305%20L285.265615%2C112.238305%20L282.681637%2C114.822283%20C281.943357%2C115.560562%20281.444335%2C116.421888%20281.18457%2C117.406261%20C280.924805%2C118.390634%20280.924805%2C119.375006%20281.18457%2C120.359379%20C281.444335%2C121.343752%20281.943357%2C122.205078%20282.681637%2C122.943357%20C283.419916%2C123.681637%20284.281242%2C124.180659%20285.265615%2C124.440424%20Z%22%20id%3D%22share-btn-icon-link%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 20%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#big-bubble-container.overflow .feature-panel .dialog-container .text-container .link-container.shown {
  display: block;
}
.big-bubble.template {
  display: none;
}
.close-btn {
  display: none;
  position: absolute;
  right: 10px;
  top: 9px;
  padding: 0.8em 2em;
  height: 20px;
  width: 20px;
  border-radius: 5px;
  background-color: #808080;
  border: 1px solid #ededed;
  color: white;
}
.close-btn:hover,
.close-btn:focus {
  color: white;
  background-color: #4b5a10;
  border-color: rgba(197, 245, 0, 0.3);
}
.close-btn:hover:before,
.close-btn:focus:before,
.close-btn:hover:after,
.close-btn:focus:after {
  background-color: white;
}
.close-btn:before {
  content: "";
  position: absolute;
  top: 15%;
  height: 18px;
  width: 1px;
  background-color: white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.close-btn:after {
  content: "";
  position: absolute;
  top: 15%;
  height: 18px;
  width: 1px;
  background-color: white;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.shown {
  display: inline-block;
}
#shareWindow .dialog-container {
  min-width: 250px;
}
#shareWindow .dialog-container #shareDialogContainer {
  width: 100%;
  padding: 2em 0;
}
#shareWindow .dialog-container #shareDialogContainer .title-bar {
  background-color: rgba(0, 0, 0, 0.6);
  box-shadow: 10px 5px 10px rgba(0, 0, 0, 0.5);
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#shareWindow .dialog-container #shareDialogContainer .title-bar .share-icon {
  width: 25px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2214px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2014%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3Ebutton-share%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22export%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Artboard%22%20transform%3D%22translate(-11.000000%2C%20-48.000000)%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22button-share%22%20transform%3D%22translate(11.000000%2C%2048.000033)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M13.9999666%2C12.999969%20C13.9999666%2C12.1666375%2013.7083008%2C11.4583062%2013.1249687%2C10.8749741%20C12.5416366%2C10.291642%2011.8333053%2C9.99997616%2010.9999738%2C9.99997616%20C10.5624748%2C9.99997616%2010.1510173%2C10.0885175%209.76560172%2C10.2656005%20C9.38018613%2C10.4426836%209.04164495%2C10.6874745%208.74997914%2C10.9999738%20L5.78123622%2C9.15622817%20C5.92706936%2C8.78122906%205.99998569%2C8.39581348%205.99998569%2C7.99998093%20C5.99998569%2C7.60414838%205.92706936%2C7.21873279%205.78123622%2C6.84373368%20L8.74997914%2C4.99998808%20C9.04164495%2C5.31248733%209.38018613%2C5.55727826%209.76560172%2C5.73436133%20C10.1510173%2C5.9114444%2010.5624748%2C5.99998569%2010.9999738%2C5.99998569%20C11.8333053%2C5.99998569%2012.5416366%2C5.70831988%2013.1249687%2C5.12498778%20C13.7083008%2C4.54165568%2013.9999666%2C3.83332435%2013.9999666%2C3%20C13.9999666%2C2.16666134%2013.7083008%2C1.45833002%2013.1249687%2C0.874997914%20C12.5416366%2C0.291665812%2011.8333053%2C0%2010.9999738%2C0%20C10.1666423%2C0%209.45831094%2C0.291665812%208.87497884%2C0.874997914%20C8.29164674%2C1.45833002%207.99998093%2C2.16666134%207.99998093%2C3%20C7.99998093%2C3.3958254%208.07289726%2C3.78124098%208.2187304%2C4.15624009%20L5.24998748%2C5.99998569%20C4.95832167%2C5.68748644%204.61978049%2C5.44269552%204.2343649%2C5.26561245%20C3.84894932%2C5.08852938%203.4374918%2C4.99998808%203%2C4.99998808%20C2.16666134%2C4.99998808%201.45833002%2C5.29165389%200.874997914%2C5.87498599%20C0.291665812%2C6.45831809%200%2C7.16664942%200%2C7.99998093%20C0%2C8.83331243%200.291665812%2C9.54164376%200.874997914%2C10.1249759%20C1.45833002%2C10.708308%202.16666134%2C10.9999738%203%2C10.9999738%20C3.4374918%2C10.9999738%203.84894932%2C10.9114325%204.2343649%2C10.7343494%20C4.61978049%2C10.5572663%204.95832167%2C10.3124754%205.24998748%2C9.99997616%20L8.2187304%2C11.8437218%20C8.07289726%2C12.2187209%207.99998093%2C12.6041365%207.99998093%2C12.999969%20C7.99998093%2C13.8333005%208.29164674%2C14.5416318%208.87497884%2C15.1249639%20C9.45831094%2C15.708296%2010.1666423%2C15.9999619%2010.9999738%2C15.9999619%20C11.8333053%2C15.9999619%2012.5416366%2C15.708296%2013.1249687%2C15.1249639%20C13.7083008%2C14.5416318%2013.9999666%2C13.8333005%2013.9999666%2C12.999969%20Z%20M10.9999785%2C0.999997616%20C11.541639%2C0.999997616%2012.0103879%2C1.19791365%2012.4062204%2C1.5937462%20C12.802053%2C1.98957875%2012.9999785%2C2.45832763%2012.9999785%2C2.99999762%20C12.9999785%2C3.54165806%2012.802053%2C4.01040695%2012.4062204%2C4.40623949%20C12.0103879%2C4.80207204%2011.541639%2C4.99999762%2010.9999785%2C4.99999762%20C10.4583086%2C4.99999762%209.98955968%2C4.80207204%209.59372713%2C4.40623949%20C9.19789458%2C4.01040695%208.99997854%2C3.54165806%208.99997854%2C2.99999762%20C8.99997854%2C2.45832763%209.19789458%2C1.98957875%209.59372713%2C1.5937462%20C9.98955968%2C1.19791365%2010.4583086%2C0.999997616%2010.9999785%2C0.999997616%20Z%20M2.99999762%2C5.99998569%20C3.54165806%2C5.99998569%204.01040695%2C6.19790173%204.40623949%2C6.59373428%20C4.80207204%2C6.98956683%204.99999762%2C7.45831571%204.99999762%2C7.99998569%20C4.99999762%2C8.54164614%204.80207204%2C9.01039503%204.40623949%2C9.40622757%20C4.01040695%2C9.80206012%203.54165806%2C9.99998569%202.99999762%2C9.99998569%20C2.45832763%2C9.99998569%201.98957875%2C9.80206012%201.5937462%2C9.40622757%20C1.19791365%2C9.01039503%200.999997616%2C8.54164614%200.999997616%2C7.99998569%20C0.999997616%2C7.45831571%201.19791365%2C6.98956683%201.5937462%2C6.59373428%20C1.98957875%2C6.19790173%202.45832763%2C5.99998569%202.99999762%2C5.99998569%20Z%20M10.9999785%2C10.9999738%20C11.541639%2C10.9999738%2012.0103879%2C11.1978898%2012.4062204%2C11.5937224%20C12.802053%2C11.9895549%2012.9999785%2C12.4583038%2012.9999785%2C12.9999738%20C12.9999785%2C13.5416342%2012.802053%2C14.0103831%2012.4062204%2C14.4062157%20C12.0103879%2C14.8020482%2011.541639%2C14.9999738%2010.9999785%2C14.9999738%20C10.4583086%2C14.9999738%209.98955968%2C14.8020482%209.59372713%2C14.4062157%20C9.19789458%2C14.0103831%208.99997854%2C13.5416342%208.99997854%2C12.9999738%20C8.99997854%2C12.4583038%209.19789458%2C11.9895549%209.59372713%2C11.5937224%20C9.98955968%2C11.1978898%2010.4583086%2C10.9999738%2010.9999785%2C10.9999738%20Z%22%20id%3D%22Shape%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
#shareWindow .dialog-container #shareDialogContainer .title-bar .share-headline {
  font-size: 25px;
  text-align: center;
}
#shareWindow .dialog-container #shareDialogContainer .title-bar .close-btn {
  top: unset;
}
#shareWindow .dialog-container #shareDialogContainer #shareImageContainer,
#shareWindow .dialog-container #shareDialogContainer #shareSocialImageContainer {
  max-width: 99%;
  left: 0.5%;
  margin-top: 55px;
}
#shareWindow .dialog-container #shareDialogContainer #shareImageContainer #shareLiveSelector,
#shareWindow .dialog-container #shareDialogContainer #shareSocialImageContainer #shareLiveSelector {
  position: absolute;
  width: 100%;
  height: 25px;
  margin-top: -25px;
}
#shareWindow .dialog-container #shareDialogContainer #shareImageContainer #shareLiveSelector .centered,
#shareWindow .dialog-container #shareDialogContainer #shareSocialImageContainer #shareLiveSelector .centered {
  margin: 0 auto;
  width: 132px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
#shareWindow .dialog-container #shareDialogContainer #shareImageContainer #shareLiveSelector .centered:before,
#shareWindow .dialog-container #shareDialogContainer #shareSocialImageContainer #shareLiveSelector .centered:before,
#shareWindow .dialog-container #shareDialogContainer #shareImageContainer #shareLiveSelector .centered:after,
#shareWindow .dialog-container #shareDialogContainer #shareSocialImageContainer #shareLiveSelector .centered:after {
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
}
#shareWindow .dialog-container #shareDialogContainer #shareImageContainer #shareLiveSelector .centered .container,
#shareWindow .dialog-container #shareDialogContainer #shareSocialImageContainer #shareLiveSelector .centered .container {
  padding-left: 25px;
  padding-top: 5px;
  padding-right: 5px;
}
#shareWindow .dialog-container #shareDialogContainer #shareImageContainer #shareLiveSelector .centered:before,
#shareWindow .dialog-container #shareDialogContainer #shareSocialImageContainer #shareLiveSelector .centered:before {
  left: -25px;
  border-bottom: 25px solid rgba(0, 0, 0, 0.6);
  border-left: 25px solid transparent;
}
#shareWindow .dialog-container #shareDialogContainer #shareImageContainer #shareLiveSelector .centered:after,
#shareWindow .dialog-container #shareDialogContainer #shareSocialImageContainer #shareLiveSelector .centered:after {
  right: -25px;
  border-bottom: 25px solid rgba(0, 0, 0, 0.6);
  border-right: 25px solid transparent;
}
#shareWindow .dialog-container #shareDialogContainer #shareImageContainer #shareImagePosition,
#shareWindow .dialog-container #shareDialogContainer #shareSocialImageContainer #shareImagePosition {
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}
#shareWindow .dialog-container #shareDialogContainer #shareImageContainer #shareImagePosition #shareCenterPano,
#shareWindow .dialog-container #shareDialogContainer #shareSocialImageContainer #shareImagePosition #shareCenterPano {
  max-width: 100%;
  margin: 0 auto;
  display: inline-block;
}
#shareWindow .dialog-container #shareDialogContainer #shareImageContainer #shareImagePosition #shareCenterPano .bgImg,
#shareWindow .dialog-container #shareDialogContainer #shareSocialImageContainer #shareImagePosition #shareCenterPano .bgImg,
#shareWindow .dialog-container #shareDialogContainer #shareImageContainer #shareImagePosition #shareCenterPano .shareImg,
#shareWindow .dialog-container #shareDialogContainer #shareSocialImageContainer #shareImagePosition #shareCenterPano .shareImg {
  max-width: 100%;
  height: auto;
  max-height: 150px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.6);
  border: 2px solid #000;
}
#shareWindow .dialog-container #shareDialogContainer #shareImageContainer #shareImagePosition #shareCenterPano .bgImg.checked,
#shareWindow .dialog-container #shareDialogContainer #shareSocialImageContainer #shareImagePosition #shareCenterPano .bgImg.checked,
#shareWindow .dialog-container #shareDialogContainer #shareImageContainer #shareImagePosition #shareCenterPano .shareImg.checked,
#shareWindow .dialog-container #shareDialogContainer #shareSocialImageContainer #shareImagePosition #shareCenterPano .shareImg.checked {
  border: 2px solid #888888;
}
#shareWindow .dialog-container #shareDialogContainer #shareImageContainer #shareImagePosition #shareCenterPano .peakMarker,
#shareWindow .dialog-container #shareDialogContainer #shareSocialImageContainer #shareImagePosition #shareCenterPano .peakMarker {
  display: none;
  position: relative;
  background-color: red;
  position: absolute;
  width: 10px;
  height: 10px;
  border: 1px solid white;
  border-radius: 100%;
}
#shareWindow .dialog-container #shareDialogContainer #shareImageContainer #shareImageTimeContainer,
#shareWindow .dialog-container #shareDialogContainer #shareSocialImageContainer #shareImageTimeContainer {
  width: 100%;
  margin-top: 2px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  font-size: 0.9em;
  line-height: 1.25em;
}
#shareWindow .dialog-container #shareDialogContainer #shareImageContainer #shareImageTimeContainer #shareImageTime,
#shareWindow .dialog-container #shareDialogContainer #shareSocialImageContainer #shareImageTimeContainer #shareImageTime {
  display: inline-block;
  margin-top: 0;
  padding-top: 1px;
  padding-left: 10px;
  padding-right: 10px;
  height: 25px;
  width: 134px;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0.8;
  line-height: 1.6em;
}
#shareWindow .dialog-container #shareDialogContainer #shareImageContainer #shareImageTimeContainer #shareImageTime:before,
#shareWindow .dialog-container #shareDialogContainer #shareSocialImageContainer #shareImageTimeContainer #shareImageTime:before,
#shareWindow .dialog-container #shareDialogContainer #shareImageContainer #shareImageTimeContainer #shareImageTime:after,
#shareWindow .dialog-container #shareDialogContainer #shareSocialImageContainer #shareImageTimeContainer #shareImageTime:after {
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
}
#shareWindow .dialog-container #shareDialogContainer #shareImageContainer #shareImageTimeContainer #shareImageTime:before,
#shareWindow .dialog-container #shareDialogContainer #shareSocialImageContainer #shareImageTimeContainer #shareImageTime:before {
  left: -20px;
  border-top: 25px solid rgba(0, 0, 0, 0.6);
  border-left: 20px solid transparent;
}
#shareWindow .dialog-container #shareDialogContainer #shareImageContainer #shareImageTimeContainer #shareImageTime:after,
#shareWindow .dialog-container #shareDialogContainer #shareSocialImageContainer #shareImageTimeContainer #shareImageTime:after {
  right: -20px;
  border-top: 25px solid rgba(0, 0, 0, 0.6);
  border-right: 20px solid transparent;
}
#shareWindow .dialog-container #shareDialogContainer #shareImageContainer #shareImageTimeContainer #shareImageTime .time,
#shareWindow .dialog-container #shareDialogContainer #shareSocialImageContainer #shareImageTimeContainer #shareImageTime .time {
  display: inline-block;
  white-space: nowrap;
}
#shareWindow .dialog-container #shareDialogContainer #shareImageContainer #shareImageTimeContainer #shareImageTime .live,
#shareWindow .dialog-container #shareDialogContainer #shareSocialImageContainer #shareImageTimeContainer #shareImageTime .live {
  display: none;
}
#shareWindow .dialog-container #shareDialogContainer #shareImageContainer #shareImageTimeContainer #shareImageTime.is-live,
#shareWindow .dialog-container #shareDialogContainer #shareSocialImageContainer #shareImageTimeContainer #shareImageTime.is-live {
  color: #000000;
}
#shareWindow .dialog-container #shareDialogContainer #shareImageContainer #shareImageTimeContainer #shareImageTime.is-live:before,
#shareWindow .dialog-container #shareDialogContainer #shareSocialImageContainer #shareImageTimeContainer #shareImageTime.is-live:before {
  border-left: 20px solid transparent;
}
#shareWindow .dialog-container #shareDialogContainer #shareImageContainer #shareImageTimeContainer #shareImageTime.is-live:after,
#shareWindow .dialog-container #shareDialogContainer #shareSocialImageContainer #shareImageTimeContainer #shareImageTime.is-live:after {
  border-right: 20px solid transparent;
}
#shareWindow .dialog-container #shareDialogContainer #shareImageContainer #shareImageTimeContainer #shareImageTime.is-live .time,
#shareWindow .dialog-container #shareDialogContainer #shareSocialImageContainer #shareImageTimeContainer #shareImageTime.is-live .time {
  display: none;
}
#shareWindow .dialog-container #shareDialogContainer #shareImageContainer #shareImageTimeContainer #shareImageTime.is-live .live,
#shareWindow .dialog-container #shareDialogContainer #shareSocialImageContainer #shareImageTimeContainer #shareImageTime.is-live .live {
  display: inline-block;
}
#shareWindow .dialog-container #shareDialogContainer #shareImageContainer #container-count-control,
#shareWindow .dialog-container #shareDialogContainer #shareSocialImageContainer #container-count-control {
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  height: 45px;
  width: 90px;
}
#shareWindow .dialog-container #shareDialogContainer #shareImageContainer #container-count-control:hover,
#shareWindow .dialog-container #shareDialogContainer #shareSocialImageContainer #container-count-control:hover {
  gap: 0px;
}
#shareWindow .dialog-container #shareDialogContainer #shareImageContainer #container-count-control .addContainer,
#shareWindow .dialog-container #shareDialogContainer #shareSocialImageContainer #container-count-control .addContainer,
#shareWindow .dialog-container #shareDialogContainer #shareImageContainer #container-count-control .removeContainer,
#shareWindow .dialog-container #shareDialogContainer #shareSocialImageContainer #container-count-control .removeContainer {
  color: white;
  font-size: 1.5em;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background-color: #888888;
}
#shareWindow .dialog-container #shareDialogContainer #shareImageContainer #container-count-control .addContainer i,
#shareWindow .dialog-container #shareDialogContainer #shareSocialImageContainer #container-count-control .addContainer i,
#shareWindow .dialog-container #shareDialogContainer #shareImageContainer #container-count-control .removeContainer i,
#shareWindow .dialog-container #shareDialogContainer #shareSocialImageContainer #container-count-control .removeContainer i {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#shareWindow .dialog-container #shareDialogContainer #shareImageContainer #container-count-control .addContainer:hover,
#shareWindow .dialog-container #shareDialogContainer #shareSocialImageContainer #container-count-control .addContainer:hover,
#shareWindow .dialog-container #shareDialogContainer #shareImageContainer #container-count-control .removeContainer:hover,
#shareWindow .dialog-container #shareDialogContainer #shareSocialImageContainer #container-count-control .removeContainer:hover {
  cursor: pointer;
  font-size: 1.8em;
}
#shareWindow .dialog-container #shareDialogContainer #shareImageContainer #container-count-control .addContainer.deactivate,
#shareWindow .dialog-container #shareDialogContainer #shareSocialImageContainer #container-count-control .addContainer.deactivate,
#shareWindow .dialog-container #shareDialogContainer #shareImageContainer #container-count-control .removeContainer.deactivate,
#shareWindow .dialog-container #shareDialogContainer #shareSocialImageContainer #container-count-control .removeContainer.deactivate {
  opacity: 0.8;
  cursor: not-allowed;
}
#shareWindow .dialog-container #shareDialogContainer #shareImageContainer #container-count-control .addContainer,
#shareWindow .dialog-container #shareDialogContainer #shareSocialImageContainer #container-count-control .addContainer {
  border: 2px dashed white;
  color: #fff;
  background-color: black;
}
#shareWindow .dialog-container #shareDialogContainer #shareImageContainer #container-count-control .addContainer:hover,
#shareWindow .dialog-container #shareDialogContainer #shareSocialImageContainer #container-count-control .addContainer:hover {
  outline: 2px solid #fff;
  background-color: #333;
}
#shareWindow .dialog-container #shareDialogContainer #shareImageContainer #container-count-control .addContainer:hover,
#shareWindow .dialog-container #shareDialogContainer #shareSocialImageContainer #container-count-control .addContainer:hover,
#shareWindow .dialog-container #shareDialogContainer #shareImageContainer #container-count-control .removeContainer:hover,
#shareWindow .dialog-container #shareDialogContainer #shareSocialImageContainer #container-count-control .removeContainer:hover {
  position: relative;
  width: 42px;
  height: 42px;
  opacity: 1;
}
#shareWindow .dialog-container #shareDialogContainer #shareImageContainer #container-count-control .removeContainer,
#shareWindow .dialog-container #shareDialogContainer #shareSocialImageContainer #container-count-control .removeContainer {
  border: 2px solid #ff6c00;
  background-color: #572500;
  color: #ff6c00;
}
#shareWindow .dialog-container #shareDialogContainer #shareImageContainer #container-count-control .removeContainer:hover,
#shareWindow .dialog-container #shareDialogContainer #shareSocialImageContainer #container-count-control .removeContainer:hover {
  outline: 2px solid #572500;
  background-color: #ff6c00;
  color: #572500;
}
#shareWindow .dialog-container #shareDialogContainer #shareSocialImageContainer {
  margin-top: 0;
}
#shareWindow .dialog-container #shareDialogContainer #shareSocialImageContainer #header-text {
  width: 100%;
  text-align: center;
  margin: 25px 0;
}
#shareWindow .dialog-container #shareDialogContainer #shareSocialImageContainer #header-text .centered {
  font-size: 24px;
  color: #fff;
  height: 36px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}
#shareWindow .dialog-container #shareDialogContainer #shareSocialImageContainer #downloadShareImageButton {
  position: absolute;
  margin-top: 100px;
  width: 100%;
  text-align: center;
}
#shareWindow .dialog-container #shareDialogContainer #shareSocialImageContainer #downloadShareImageButton .download-button {
  border-radius: 10px;
  background: #000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  width: 240px;
  height: 45px;
}
#shareWindow .dialog-container #shareDialogContainer #shareSocialImageContainer #downloadShareImageButton .download-button .text {
  position: relative;
  color: #fff;
  font-size: 20px;
  margin: 10px 5px 0px 15px;
  left: -15%;
  text-transform: uppercase;
}
#shareWindow .dialog-container #shareDialogContainer #shareSocialImageContainer #downloadShareImageButton .download-button .fa-arrow-to-bottom::before {
  position: absolute;
  font-size: 20px;
  color: white;
  top: 14px;
  content: "\f33d";
}
#shareWindow .dialog-container #shareDialogContainer #shareSocialImageContainer #downloadShareImageButton .download-loader-icon-container {
  position: absolute;
  width: 100%;
}
#shareWindow .dialog-container #shareDialogContainer #shareSocialImageContainer #downloadShareImageButton .download-loader-icon-container .loader-icon {
  height: 45px;
  width: 45px;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3Eloading-indicator%3C%2Ftitle%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22pattern-1%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%22100%25%22%20y2%3D%22100%25%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3Atransparent%3B%20stop-opacity%3A0%22%20%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%2220%25%22%20style%3D%22stop-color%3Awhite%3B%20stop-opacity%3A0.2%22%20%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%2250%25%22%20style%3D%22stop-color%3Awhite%3B%20stop-opacity%3A0.5%22%20%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3Awhite%3B%20stop-opacity%3A1%22%20%2F%3E%0A%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22EXPORT%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate(-1264.000000%2C%20-1523.000000)%22%20id%3D%22loading-indicator%22%20stroke%3D%22url(%23pattern-1)%22%20stroke-width%3D%222%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20cx%3D%221271%22%20cy%3D%221530%22%20r%3D%226%22%3E%3C%2Fcircle%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  animation: spin 2s linear infinite;
  -webkit-animation: spin 2s linear infinite;
  -moz-webkit-animation: spin 2s linear infinite;
  display: inline-block;
}
#shareWindow .dialog-container #shareDialogContainer #shareSocialImageContainer #downloadShareImageButton .download-loader-icon-container .loader-text {
  padding: 20px;
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
#shareWindow .dialog-container #shareDialogContainer #shareSocialImageContainer #downloadShareImageButton .download-info-container {
  position: absolute;
  padding-top: 30px;
  width: 100%;
  text-align: center;
}
#shareWindow .dialog-container #shareDialogContainer #shareSocialImageContainer #downloadShareImageButton .download-info-container .info-text-icon {
  font-size: 40px;
  color: #fff;
}
#shareWindow .dialog-container #shareDialogContainer #shareSocialImageContainer #downloadShareImageButton .download-info-container .info-text-icon .download-ok,
#shareWindow .dialog-container #shareDialogContainer #shareSocialImageContainer #downloadShareImageButton .download-info-container .info-text-icon .download-error {
  padding: 10px;
}
#shareWindow .dialog-container #shareDialogContainer #shareSocialImageContainer #downloadShareImageButton .download-info-container .info-text-icon .fa-check-circle:before {
  content: "\f058";
}
#shareWindow .dialog-container #shareDialogContainer #shareSocialImageContainer #downloadShareImageButton .download-info-container .info-text-txt {
  padding: 10px;
  font-size: 20px;
  color: #fff;
}
#shareWindow .dialog-container #shareDialogContainer #shareSocialImageContainer #downloadShareImageButton .download-info-container.error .info-text-txt,
#shareWindow .dialog-container #shareDialogContainer #shareSocialImageContainer #downloadShareImageButton .download-info-container.error .info-text-icon {
  color: #ffaa00;
}
#shareWindow .dialog-container #shareDialogContainer #shareSocialImageContainer #downloadShareImageButton .download-info-container.error .info-text-txt .fa-exclamation-triangle::before,
#shareWindow .dialog-container #shareDialogContainer #shareSocialImageContainer #downloadShareImageButton .download-info-container.error .info-text-icon .fa-exclamation-triangle::before {
  content: "\f071";
}
.round-close {
  height: 25px;
  width: 25px;
  background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2222px%22%20height%3D%2222px%22%20viewBox%3D%220%200%2022%2022%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2061.2%20(89653)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon-close%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22export%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Artboard%22%20transform%3D%22translate(-450.000000%2C%20-103.000000)%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M460.999974%2C124.406244%20C462.91924%2C124.406244%20464.695277%2C123.926427%20466.328086%2C122.966795%20C467.960895%2C122.007162%20469.257116%2C120.710941%20470.216749%2C119.078132%20C471.176382%2C117.445323%20471.656198%2C115.669286%20471.656198%2C113.75002%20C471.656198%2C111.830753%20471.176382%2C110.054716%20470.216749%2C108.421907%20C469.257116%2C106.789099%20467.960895%2C105.492878%20466.328086%2C104.533245%20C464.695277%2C103.573612%20462.91924%2C103.093795%20460.999974%2C103.093795%20C459.080707%2C103.093795%20457.30467%2C103.573612%20455.671861%2C104.533245%20C454.039053%2C105.492878%20452.742832%2C106.789099%20451.783199%2C108.421907%20C450.823566%2C110.054716%20450.343749%2C111.830753%20450.343749%2C113.75002%20C450.343749%2C115.669286%20450.823566%2C117.445323%20451.783199%2C119.078132%20C452.742832%2C120.710941%20454.039053%2C122.007162%20455.671861%2C122.966795%20C457.30467%2C123.926427%20459.080707%2C124.406244%20460.999974%2C124.406244%20Z%20M460.999974%2C122.343749%20C459.453102%2C122.343749%20458.020814%2C121.957031%20456.703109%2C121.183596%20C455.385404%2C120.41016%20454.339833%2C119.36459%20453.566398%2C118.046884%20C452.792962%2C116.729179%20452.406244%2C115.296891%20452.406244%2C113.75002%20C452.406244%2C112.203148%20452.792962%2C110.77086%20453.566398%2C109.453155%20C454.339833%2C108.13545%20455.385404%2C107.089879%20456.703109%2C106.316444%20C458.020814%2C105.543008%20459.453102%2C105.15629%20460.999974%2C105.15629%20C462.546845%2C105.15629%20463.979133%2C105.543008%20465.296839%2C106.316444%20C466.614544%2C107.089879%20467.660114%2C108.13545%20468.43355%2C109.453155%20C469.206985%2C110.77086%20469.593703%2C112.203148%20469.593703%2C113.75002%20C469.593703%2C115.296891%20469.206985%2C116.729179%20468.43355%2C118.046884%20C467.660114%2C119.36459%20466.614544%2C120.41016%20465.296839%2C121.183596%20C463.979133%2C121.957031%20462.546845%2C122.343749%20460.999974%2C122.343749%20Z%20M464.050748%2C118.261728%20C464.193976%2C118.261728%20464.30856%2C118.218759%20464.394497%2C118.132822%20L464.394497%2C118.132822%20L465.382776%2C117.144543%20C465.468713%2C117.058606%20465.511682%2C116.944022%20465.511682%2C116.800794%20C465.511682%2C116.657565%20465.468713%2C116.528659%20465.382776%2C116.414076%20L465.382776%2C116.414076%20L462.71872%2C113.75002%20L465.382776%2C111.085964%20C465.468713%2C110.97138%20465.511682%2C110.842474%20465.511682%2C110.699246%20C465.511682%2C110.556017%20465.468713%2C110.441434%20465.382776%2C110.355497%20L465.382776%2C110.355497%20L464.394497%2C109.367218%20C464.30856%2C109.28128%20464.193976%2C109.238312%20464.050748%2C109.238312%20C463.907519%2C109.238312%20463.778613%2C109.28128%20463.66403%2C109.367218%20L463.66403%2C109.367218%20L460.999974%2C112.031274%20L458.335918%2C109.367218%20C458.221334%2C109.28128%20458.092428%2C109.238312%20457.9492%2C109.238312%20C457.805971%2C109.238312%20457.691388%2C109.28128%20457.605451%2C109.367218%20L457.605451%2C109.367218%20L456.617172%2C110.355497%20C456.531234%2C110.441434%20456.488266%2C110.556017%20456.488266%2C110.699246%20C456.488266%2C110.842474%20456.531234%2C110.97138%20456.617172%2C111.085964%20L456.617172%2C111.085964%20L459.281228%2C113.75002%20L456.617172%2C116.414076%20C456.531234%2C116.528659%20456.488266%2C116.657565%20456.488266%2C116.800794%20C456.488266%2C116.944022%20456.531234%2C117.058606%20456.617172%2C117.144543%20L456.617172%2C117.144543%20L457.605451%2C118.132822%20C457.691388%2C118.218759%20457.805971%2C118.261728%20457.9492%2C118.261728%20C458.092428%2C118.261728%20458.221334%2C118.218759%20458.335918%2C118.132822%20L458.335918%2C118.132822%20L460.999974%2C115.468766%20L463.66403%2C118.132822%20C463.778613%2C118.218759%20463.907519%2C118.261728%20464.050748%2C118.261728%20Z%22%20id%3D%22icon-close%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") no-repeat;
}
/* The container */
.container {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.container input:checked ~ .checkmark {
  background-color: #ccc;
}
.container:hover input ~ .checkmark {
  background-color: #ccc;
}
.container:hover input:checked ~ .checkmark {
  background-color: transparent;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 5px;
  left: 5px;
  bottom: 5px;
  height: 15px;
  width: 15px;
  border: 2px solid grey;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark :after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}
#shareInitialView,
#shareInitialViewSocial {
  cursor: move;
  position: absolute;
  top: 0;
  left: 0;
  max-height: 100%;
  z-index: 2;
  border: 2px solid rgba(255, 255, 255, 0.8);
  box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.4);
}
#shareInitialView .shareInitialDragSocial,
#shareInitialViewSocial .shareInitialDragSocial {
  height: 100%;
  float: left;
}
#shareInitialView.morethanone .shareInitialDragSocial.addBorder,
#shareInitialViewSocial.morethanone .shareInitialDragSocial.addBorder {
  border-right: 2px solid white;
}
#shareInitialView.morethanone .shareInitialDragSocial.removeable,
#shareInitialViewSocial.morethanone .shareInitialDragSocial.removeable {
  background-color: rba(0, 0, 0, 0.2);
}
#shareInitialView.morethanone .shareInitialDragSocial.removeable:after,
#shareInitialViewSocial.morethanone .shareInitialDragSocial.removeable:after {
  content: "";
  position: absolute;
  width: var(--removeWidth);
  height: var(--removeHeight);
  top: -2px;
  left: var(--removeLeft);
  border: 5px solid #fff;
}
#shareInitialView .shareInitialDragContSocial,
#shareInitialViewSocial .shareInitialDragContSocial {
  background-color: #000000;
  position: absolute;
  height: 22px;
  width: 76px;
  border-radius: 12px;
  border: 1px solid #fff;
  left: 50%;
  top: 100%;
  -webkit-transform: translate(-50%, -35%);
          transform: translate(-50%, -35%);
  text-align: center;
}
#shareInitialView .shareInitialDragContSocial:hover,
#shareInitialViewSocial .shareInitialDragContSocial:hover,
#shareInitialView .shareInitialDragContSocial.isHovered,
#shareInitialViewSocial .shareInitialDragContSocial.isHovered {
  height: 28px;
  width: 84px;
  background-color: #000000;
  -webkit-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
}
#shareInitialView .shareInitialDragContSocial .fa-arrows-h,
#shareInitialViewSocial .shareInitialDragContSocial .fa-arrows-h {
  font-size: 30px;
  color: #fff;
}
#shareInitialView .shareInitialDragContSocial .fa-arrows-h:hover,
#shareInitialViewSocial .shareInitialDragContSocial .fa-arrows-h:hover,
#shareInitialView .shareInitialDragContSocial .fa-arrows-h .isHovered,
#shareInitialViewSocial .shareInitialDragContSocial .fa-arrows-h .isHovered {
  font-size: 32px;
}
#shareInitialView .shareInitialDragContSocial .fa-arrows-h::before,
#shareInitialViewSocial .shareInitialDragContSocial .fa-arrows-h::before {
  position: absolute;
  top: 54%;
  left: 50%;
  -webkit-transform: translate(-51%, -50%);
          transform: translate(-51%, -50%);
  content: "\f07e";
}
#shareInitialView #shareInitialDrag,
#shareInitialViewSocial #shareInitialDrag {
  height: 20px;
  display: block;
  top: 100%;
}
#shareInitialView #shareInitialDrag #shareInitialDragCont,
#shareInitialViewSocial #shareInitialDrag #shareInitialDragCont {
  margin: 0 auto;
  width: 30px;
  height: 20px;
}
#shareInitialView #shareInitialDrag #shareInitialDragCont #shareInitialViewCursor,
#shareInitialViewSocial #shareInitialDrag #shareInitialDragCont #shareInitialViewCursor {
  float: left;
  opacity: 0;
  background: url('images/4-wege-pfeil-small.svg') no-repeat center;
  height: 20px;
  width: 30px;
}
#shareInitialView #shareInitialDrag #shareInitialDragCont #shareInitialViewCursor.initial-cursor-black,
#shareInitialViewSocial #shareInitialDrag #shareInitialDragCont #shareInitialViewCursor.initial-cursor-black {
  background-color: #888888;
}
#shareInitialView #shareInitialDrag #shareInitialDragCont #shareInitialViewCursor:before,
#shareInitialViewSocial #shareInitialDrag #shareInitialDragCont #shareInitialViewCursor:before,
#shareInitialView #shareInitialDrag #shareInitialDragCont #shareInitialViewCursor:after,
#shareInitialViewSocial #shareInitialDrag #shareInitialDragCont #shareInitialViewCursor:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
}
#shareInitialView #shareInitialDrag #shareInitialDragCont #shareInitialViewCursor:before,
#shareInitialViewSocial #shareInitialDrag #shareInitialDragCont #shareInitialViewCursor:before {
  left: -20px;
  border-top: 20px solid transparent;
  border-left: 20px solid transparent;
}
#shareInitialView #shareInitialDrag #shareInitialDragCont #shareInitialViewCursor:after,
#shareInitialViewSocial #shareInitialDrag #shareInitialDragCont #shareInitialViewCursor:after {
  right: -20px;
  border-top: 20px solid transparent;
  border-right: 20px solid transparent;
}
#shareInitialView:hover,
#shareInitialViewSocial:hover {
  border-color: #888888;
}
#shareInitialView:hover #shareInitialDrag #shareInitialDragCont #shareInitialViewCursor,
#shareInitialViewSocial:hover #shareInitialDrag #shareInitialDragCont #shareInitialViewCursor {
  opacity: 1;
  background: url('images/4-wege-pfeil-small.svg') no-repeat center;
  background-color: #888888;
}
#shareInitialView:hover #shareInitialDrag #shareInitialDragCont #shareInitialViewCursor:before,
#shareInitialViewSocial:hover #shareInitialDrag #shareInitialDragCont #shareInitialViewCursor:before {
  border-top-color: #888888;
}
#shareInitialView:hover #shareInitialDrag #shareInitialDragCont #shareInitialViewCursor:after,
#shareInitialViewSocial:hover #shareInitialDrag #shareInitialDragCont #shareInitialViewCursor:after {
  border-top-color: #888888;
}
#shareInitialViewSocial:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
#shareInitialViewSocial:hover:before {
  z-index: -1;
  position: absolute;
  left: var(--border-left);
  top: -2px;
  -webkit-transform: translate(50%);
          transform: translate(50%);
  width: var(--border-width);
  height: var(--border-height);
  content: "";
  border: 5px solid #fff;
}
#shareInitialViewSocial:hover .shareInitialDragSocial .window-count {
  color: #fff;
}
#shareInitialViewSocial:hover .shareInitialDragSocial.addBorder {
  border-right: 2px solid white !important;
}
#shareWindow .share-copy-link {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0px;
  height: 35px;
  text-align: center;
}
#shareWindow .share-copy-link h3 {
  text-align: center;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#shareWindow #copy-link-text {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  padding: 0 10%;
  white-space: nowrap;
}
#shareWindow #copy-link-text .share-on {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 50px;
  gap: 10px;
  height: 40px;
  flex: 0 0 20%;
}
#shareWindow #copy-link-text .share-on .facebook,
#shareWindow #copy-link-text .share-on .social-x {
  border: 1px solid #fff;
  height: 34px;
  border-radius: 50%;
  width: 34px;
  cursor: pointer;
}
#shareWindow #copy-link-text .share-on .facebook {
  background-color: #2d5482;
  border: 1px solid #83a6d0;
}
#shareWindow #copy-link-text .share-on .facebook .fa-facebook-f {
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#shareWindow #copy-link-text .share-on .social-x {
  background-color: #000;
  font-size: 20px;
  background-image: url("images/twitter_logo.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80%;
}
#shareWindow #copy-link-text .or-copy {
  height: 100%;
  flex: 0 0 10%;
}
#shareWindow #copy-link-text .hidden-field {
  position: absolute;
  top: 0px;
  height: 0.5px;
  width: 100%;
  overflow: hidden;
}
#shareWindow #copy-link-text .hidden-field #link-copy {
  background: transparent;
  border: none;
  left: -1000px;
  position: absolute;
}
#shareWindow #copy-link-text .text-field {
  border-radius: 4px;
  max-width: calc(var(--maxTextWidth) + 80px);
  flex: 1 1 70%;
  height: 40px;
}
#shareWindow #copy-link-text .text-field .link-text {
  padding: 10px 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  text-decoration: underline;
  display: inline-block;
  font-weight: bold;
}
#shareWindow #copy-link-text .text-field .copy-link-icon {
  background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2211px%22%20height%3D%2212px%22%20viewBox%3D%220%200%2011%2012%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2061.2%20(89653)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon-copy%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22export%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Artboard%22%20transform%3D%22translate(-406.000000%2C%20-111.000000)%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M415.968726%2C119.625003%20C416.255184%2C119.625003%20416.498673%2C119.524743%20416.699193%2C119.324223%20C416.899713%2C119.123702%20416.999974%2C118.880213%20416.999974%2C118.593756%20L416.999974%2C118.593756%20L416.999974%2C112.40627%20C416.999974%2C112.119813%20416.899713%2C111.876324%20416.699193%2C111.675803%20C416.498673%2C111.475283%20416.255184%2C111.375023%20415.968726%2C111.375023%20L415.968726%2C111.375023%20L409.781241%2C111.375023%20C409.494783%2C111.375023%20409.251294%2C111.475283%20409.050774%2C111.675803%20C408.850254%2C111.876324%20408.749993%2C112.119813%20408.749993%2C112.40627%20L408.749993%2C112.40627%20L408.749993%2C118.593756%20C408.749993%2C118.880213%20408.850254%2C119.123702%20409.050774%2C119.324223%20C409.251294%2C119.524743%20409.494783%2C119.625003%20409.781241%2C119.625003%20L409.781241%2C119.625003%20L415.968726%2C119.625003%20Z%20M413.218733%2C122.374997%20C413.50519%2C122.374997%20413.74868%2C122.274736%20413.9492%2C122.074216%20C414.14972%2C121.873696%20414.24998%2C121.630207%20414.24998%2C121.343749%20L414.24998%2C121.343749%20L414.24998%2C120.312502%20L409.781241%2C120.312502%20C409.308586%2C120.312502%20408.903965%2C120.144208%20408.567377%2C119.80762%20C408.230789%2C119.471032%20408.062495%2C119.066411%20408.062495%2C118.593756%20L408.062495%2C118.593756%20L408.062495%2C114.125016%20L407.031248%2C114.125016%20C406.74479%2C114.125016%20406.501301%2C114.225277%20406.300781%2C114.425797%20C406.10026%2C114.626317%20406%2C114.869806%20406%2C115.156264%20L406%2C115.156264%20L406%2C121.343749%20C406%2C121.630207%20406.10026%2C121.873696%20406.300781%2C122.074216%20C406.501301%2C122.274736%20406.74479%2C122.374997%20407.031248%2C122.374997%20L407.031248%2C122.374997%20L413.218733%2C122.374997%20Z%22%20id%3D%22icon-copy%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") no-repeat;
  height: 15px;
  width: 15px;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 8px;
  background-size: 15px;
}
#shareWindow #copy-link-text .text-field:hover {
  opacity: 0.9;
  cursor: pointer;
}
#shareWindow #copy-link-text .text-field:hover .copy-link-icon {
  background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2211px%22%20height%3D%2212px%22%20viewBox%3D%220%200%2011%2012%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2061.2%20(89653)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon-copy%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22export%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Artboard%22%20transform%3D%22translate(-406.000000%2C%20-111.000000)%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M415.968726%2C119.625003%20C416.255184%2C119.625003%20416.498673%2C119.524743%20416.699193%2C119.324223%20C416.899713%2C119.123702%20416.999974%2C118.880213%20416.999974%2C118.593756%20L416.999974%2C118.593756%20L416.999974%2C112.40627%20C416.999974%2C112.119813%20416.899713%2C111.876324%20416.699193%2C111.675803%20C416.498673%2C111.475283%20416.255184%2C111.375023%20415.968726%2C111.375023%20L415.968726%2C111.375023%20L409.781241%2C111.375023%20C409.494783%2C111.375023%20409.251294%2C111.475283%20409.050774%2C111.675803%20C408.850254%2C111.876324%20408.749993%2C112.119813%20408.749993%2C112.40627%20L408.749993%2C112.40627%20L408.749993%2C118.593756%20C408.749993%2C118.880213%20408.850254%2C119.123702%20409.050774%2C119.324223%20C409.251294%2C119.524743%20409.494783%2C119.625003%20409.781241%2C119.625003%20L409.781241%2C119.625003%20L415.968726%2C119.625003%20Z%20M413.218733%2C122.374997%20C413.50519%2C122.374997%20413.74868%2C122.274736%20413.9492%2C122.074216%20C414.14972%2C121.873696%20414.24998%2C121.630207%20414.24998%2C121.343749%20L414.24998%2C121.343749%20L414.24998%2C120.312502%20L409.781241%2C120.312502%20C409.308586%2C120.312502%20408.903965%2C120.144208%20408.567377%2C119.80762%20C408.230789%2C119.471032%20408.062495%2C119.066411%20408.062495%2C118.593756%20L408.062495%2C118.593756%20L408.062495%2C114.125016%20L407.031248%2C114.125016%20C406.74479%2C114.125016%20406.501301%2C114.225277%20406.300781%2C114.425797%20C406.10026%2C114.626317%20406%2C114.869806%20406%2C115.156264%20L406%2C115.156264%20L406%2C121.343749%20C406%2C121.630207%20406.10026%2C121.873696%20406.300781%2C122.074216%20C406.501301%2C122.274736%20406.74479%2C122.374997%20407.031248%2C122.374997%20L407.031248%2C122.374997%20L413.218733%2C122.374997%20Z%22%20id%3D%22icon-copy%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") no-repeat;
  background-size: 15px;
}
#shareWindow .setPos {
  width: auto;
  display: none;
}
#shareWindow .setPos .peakNameLabel {
  width: auto;
  display: inline-block;
  border-radius: 4px;
}
#shareWindow .setPos .peakNameLabel .peakName {
  display: inline-block;
  width: auto;
  padding: 5px;
}
#shareWindow .setPos .peakNameLabel .closeButton {
  position: absolute;
  top: 7px;
  display: inline-block;
  width: 15px;
  height: 15px;
  opacity: 0.7;
}
#shareWindow .setPos .peakNameLabel .closeButton:hover {
  opacity: 1;
  background-color: #3a4c01;
  border-radius: 3px;
}
#shareWindow .setPos .peakNameLabel .closeButton:before,
#shareWindow .setPos .peakNameLabel .closeButton:after {
  position: absolute;
  content: ' ';
  height: 15px;
  width: 2px;
  background-color: white;
}
#shareWindow .setPos .peakNameLabel .closeButton:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#shareWindow .setPos .peakNameLabel .closeButton:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#shareWindow .share-link-line {
  width: 90%;
  height: 1px;
  background-color: #979797;
  margin: 40px 10px 20px 10px;
  display: inline-block;
}
#shareWindow .sendEcard {
  width: 100%;
  height: auto;
}
#shareWindow .sendEcard .open-send-ecard,
#shareWindow .sendEcard .open-send-ecard-text {
  font-size: 20px;
  padding: 5px 60px;
  border-radius: 4px;
  background-color: #000;
  color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #fff;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 59, 0.7);
}
#shareWindow .sendEcard .open-send-ecard svg,
#shareWindow .sendEcard .open-send-ecard-text svg {
  position: relative;
  width: 30px;
  height: auto;
  left: -5px;
  top: 1px;
}
#shareWindow .sendEcard .open-send-ecard svg {
  fill: #000;
}
#shareWindow .sendEcard .open-send-ecard .down-arrow {
  padding-top: 15px;
  left: 0px;
  position: absolute;
  width: 100%;
  height: 40px;
  text-align: center;
}
#shareWindow .sendEcard .open-send-ecard .down-arrow svg {
  width: 41px;
  height: 40px !important;
  fill: red;
}
#shareWindow .sendEcard .open-send-ecard .down-arrow svg #down-arrow {
  fill: #fff;
}
#shareWindow .sendEcard .open-send-ecard:hover {
  background-color: #FFF;
  color: #000;
}
#shareWindow .sendEcard .open-send-ecard:hover svg {
  fill: #fff;
}
#shareWindow .sendEcard .open-send-ecard:hover .down-arrow svg {
  fill: #000;
}
#shareWindow .sendEcard .open-send-ecard:hover .down-arrow svg #down-arrow {
  fill: #000;
}
#shareWindow .sendEcard .open-send-ecard-text {
  font-size: 20px;
  border-radius: 0;
  background-color: unset;
  border: unset;
  box-shadow: unset;
}
#shareWindow .sendEcard .open-send-ecard-text svg {
  fill: #fff;
}
#shareWindow .share-btn-container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 5px;
  margin-top: 80px;
  gap: 50px;
  overflow: hidden;
}
#shareWindow .share-btn-container div button {
  position: relative;
  vertical-align: middle;
  overflow: hidden;
  height: 150px;
  width: 150px;
  border-radius: 12px;
  border: 1px solid darkgray;
  background-color: gray;
  text-align: center;
  text-transform: uppercase;
}
#shareWindow .share-btn-container div button:hover,
#shareWindow .share-btn-container div button:focus,
#shareWindow .share-btn-container div button.active {
  background-color: darkgray;
  border: darkgrey;
  box-shadow: 0px 0px 35px rgba(255, 255, 255, 0.25) inset;
  cursor: pointer;
}
#shareWindow .share-btn-container div button .share-btn-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-position: center !important;
  background-size: contain !important;
}
#shareWindow .share-btn-container div button .share-btn-icon svg {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
#shareWindow .share-btn-container div button .share-btn-icon p {
  display: none;
  font-size: 18px;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 42px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-shadow: 0px 2px 20px rgba(0, 0, 0, 0);
}
#shareWindow .share-btn-container div button p {
  position: relative;
  padding-left: 36px;
  font-size: 23px;
  padding-top: 21px;
  text-align: center;
  color: #fff;
  line-height: 1.2em;
}
#shareWindow .share-btn-container div #share-btn-ecard .share-btn-icon {
  width: 100%;
  height: 100%;
  text-align: center;
}
#shareWindow .share-btn-container div #share-btn-ecard .share-btn-icon svg {
  fill: black;
}
#shareWindow .share-btn-container div #share-btn-ecard .share-btn-icon svg #icon-tab-share {
  -webkit-transform: translate(-0.8px, 1.2px) scale(0.6);
          transform: translate(-0.8px, 1.2px) scale(0.6);
  fill: black;
}
#shareWindow .share-btn-container div #share-btn-socialmedia .share-btn-icon svg {
  height: 100%;
  width: 100px;
  position: relative;
  top: 5px;
  left: 3px;
  fill: #000;
}
#shareWindow .share-btn-container div #share-btn-socialmedia .share-btn-icon svg #Shape {
  fill: #fff;
  -webkit-transform: translate(15%);
          transform: translate(15%);
}
#shareWindow .share-btn-container div #share-btn-socialmedia .share-btn-icon svg #Shape1,
#shareWindow .share-btn-container div #share-btn-socialmedia .share-btn-icon svg #Shape2,
#shareWindow .share-btn-container div #share-btn-socialmedia .share-btn-icon svg #Shape3 {
  -webkit-transform: translateY(2%) scale(0.9);
          transform: translateY(2%) scale(0.9);
}
#shareWindow .share-btn-container div #share-btn-embed-links .share-btn-icon svg {
  height: 100%;
  width: 90px;
  position: relative;
  top: 8px;
  left: 0;
  fill: black;
}
#shareWindow .share-btn-container div #share-btn-ecard:hover .share-btn-icon svg,
#shareWindow .share-btn-container div #share-btn-socialmedia:hover .share-btn-icon svg,
#shareWindow .share-btn-container div #share-btn-embed-links:hover .share-btn-icon svg,
#shareWindow .share-btn-container div #share-btn-ecard:focus .share-btn-icon svg,
#shareWindow .share-btn-container div #share-btn-socialmedia:focus .share-btn-icon svg,
#shareWindow .share-btn-container div #share-btn-embed-links:focus .share-btn-icon svg {
  fill: #fff !important;
}
#shareWindow .share-btn-container div #share-btn-ecard:hover .share-btn-icon #Shape,
#shareWindow .share-btn-container div #share-btn-socialmedia:hover .share-btn-icon #Shape,
#shareWindow .share-btn-container div #share-btn-embed-links:hover .share-btn-icon #Shape,
#shareWindow .share-btn-container div #share-btn-ecard:focus .share-btn-icon #Shape,
#shareWindow .share-btn-container div #share-btn-socialmedia:focus .share-btn-icon #Shape,
#shareWindow .share-btn-container div #share-btn-embed-links:focus .share-btn-icon #Shape {
  fill: #fff !important;
}
#shareWindow .share-btn-container div #share-btn-ecard:hover .share-btn-icon #icon-tab-share,
#shareWindow .share-btn-container div #share-btn-socialmedia:hover .share-btn-icon #icon-tab-share,
#shareWindow .share-btn-container div #share-btn-embed-links:hover .share-btn-icon #icon-tab-share,
#shareWindow .share-btn-container div #share-btn-ecard:focus .share-btn-icon #icon-tab-share,
#shareWindow .share-btn-container div #share-btn-socialmedia:focus .share-btn-icon #icon-tab-share,
#shareWindow .share-btn-container div #share-btn-embed-links:focus .share-btn-icon #icon-tab-share {
  fill: #fff !important;
}
#shareWindow .share-btn-container div p {
  padding-top: 20px;
}
#shareWindow.panels-active .title-bar {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 14px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#shareWindow.panels-active .title-bar .share-icon {
  display: none;
}
@media screen and (max-width: 1000px) {
  #shareWindow.panels-active .title-bar {
    justify-content: flex-start;
    padding: 0;
  }
}
#shareWindow.panels-active .title-bar .close-btn {
  top: 50% !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#shareWindow.panels-active .title-bar .share-btn-container {
  gap: 10px;
  margin-top: 0;
}
@media screen and (max-width: 1100px) {
  #shareWindow.panels-active .title-bar .share-btn-container {
    float: left;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1000px) {
  #shareWindow.panels-active .title-bar .share-btn-container {
    gap: 0;
    justify-content: center;
  }
}
#shareWindow.panels-active .title-bar .share-btn-container div {
  width: 33%;
  max-width: 200px;
}
#shareWindow.panels-active .title-bar .share-btn-container div p {
  padding: 0;
  display: none !important;
}
#shareWindow.panels-active .title-bar .share-btn-container div button {
  height: 45px;
  width: 200px;
  border-radius: 5px;
}
@media screen and (max-width: 1000px) {
  #shareWindow.panels-active .title-bar .share-btn-container div button {
    width: 150px !important;
    height: 50px !important;
  }
}
#shareWindow.panels-active .title-bar .share-btn-container div .share-btn-icon {
  width: 100%;
}
#shareWindow.panels-active .title-bar .share-btn-container div .share-btn-icon p {
  display: block !important;
}
#shareWindow.panels-active .title-bar .share-btn-container div:hover,
#shareWindow.panels-active .title-bar .share-btn-container div:focus {
  cursor: pointer;
}
#shareWindow.panels-active .title-bar .share-btn-container #share-btn-ecard .share-btn-icon svg {
  height: 36px;
  width: 38px;
  position: relative;
  top: 2px;
  left: -75px;
}
@media screen and (max-width: 1000px) {
  #shareWindow.panels-active .title-bar .share-btn-container #share-btn-ecard {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 0;
  }
}
#shareWindow.panels-active .title-bar .share-btn-container #share-btn-socialmedia .share-btn-icon svg {
  height: 36px;
  width: 38px;
  position: relative;
  top: 4px;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  left: -72px;
}
#shareWindow.panels-active .title-bar .share-btn-container #share-btn-socialmedia .share-btn-icon svg #Shape {
  fill: #fff;
  -webkit-transform: translate(15%);
          transform: translate(15%);
}
#shareWindow.panels-active .title-bar .share-btn-container #share-btn-socialmedia .share-btn-icon svg #Shape1,
#shareWindow.panels-active .title-bar .share-btn-container #share-btn-socialmedia .share-btn-icon svg #Shape2,
#shareWindow.panels-active .title-bar .share-btn-container #share-btn-socialmedia .share-btn-icon svg #Shape3 {
  -webkit-transform: translateY(2%) scale(0.9);
          transform: translateY(2%) scale(0.9);
}
@media screen and (max-width: 1000px) {
  #shareWindow.panels-active .title-bar .share-btn-container #share-btn-socialmedia {
    border-radius: 0;
  }
}
#shareWindow.panels-active .title-bar .share-btn-container #share-btn-embed-links .share-btn-icon svg {
  height: 36px;
  width: 20px;
  top: 5px;
  left: -75px;
}
@media screen and (max-width: 1000px) {
  #shareWindow.panels-active .title-bar .share-btn-container #share-btn-embed-links {
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 5px;
  }
}
#shareWindow.panels-active .title-bar .share-btn-container #share-btn-ecard:hover .share-btn-icon svg,
#shareWindow.panels-active .title-bar .share-btn-container #share-btn-socialmedia:hover .share-btn-icon svg,
#shareWindow.panels-active .title-bar .share-btn-container #share-btn-embed-links:hover .share-btn-icon svg,
#shareWindow.panels-active .title-bar .share-btn-container #share-btn-ecard:focus .share-btn-icon svg,
#shareWindow.panels-active .title-bar .share-btn-container #share-btn-socialmedia:focus .share-btn-icon svg,
#shareWindow.panels-active .title-bar .share-btn-container #share-btn-embed-links:focus .share-btn-icon svg,
#shareWindow.panels-active .title-bar .share-btn-container #share-btn-ecard.active .share-btn-icon svg,
#shareWindow.panels-active .title-bar .share-btn-container #share-btn-socialmedia.active .share-btn-icon svg,
#shareWindow.panels-active .title-bar .share-btn-container #share-btn-embed-links.active .share-btn-icon svg {
  fill: #fff !important;
}
#shareWindow.panels-active .title-bar .share-btn-container #share-btn-ecard:hover .share-btn-icon #Shape,
#shareWindow.panels-active .title-bar .share-btn-container #share-btn-socialmedia:hover .share-btn-icon #Shape,
#shareWindow.panels-active .title-bar .share-btn-container #share-btn-embed-links:hover .share-btn-icon #Shape,
#shareWindow.panels-active .title-bar .share-btn-container #share-btn-ecard:focus .share-btn-icon #Shape,
#shareWindow.panels-active .title-bar .share-btn-container #share-btn-socialmedia:focus .share-btn-icon #Shape,
#shareWindow.panels-active .title-bar .share-btn-container #share-btn-embed-links:focus .share-btn-icon #Shape,
#shareWindow.panels-active .title-bar .share-btn-container #share-btn-ecard.active .share-btn-icon #Shape,
#shareWindow.panels-active .title-bar .share-btn-container #share-btn-socialmedia.active .share-btn-icon #Shape,
#shareWindow.panels-active .title-bar .share-btn-container #share-btn-embed-links.active .share-btn-icon #Shape {
  fill: #fff !important;
}
#shareWindow.panels-active .title-bar .share-btn-container #share-btn-ecard:hover .share-btn-icon #icon-tab-share,
#shareWindow.panels-active .title-bar .share-btn-container #share-btn-socialmedia:hover .share-btn-icon #icon-tab-share,
#shareWindow.panels-active .title-bar .share-btn-container #share-btn-embed-links:hover .share-btn-icon #icon-tab-share,
#shareWindow.panels-active .title-bar .share-btn-container #share-btn-ecard:focus .share-btn-icon #icon-tab-share,
#shareWindow.panels-active .title-bar .share-btn-container #share-btn-socialmedia:focus .share-btn-icon #icon-tab-share,
#shareWindow.panels-active .title-bar .share-btn-container #share-btn-embed-links:focus .share-btn-icon #icon-tab-share,
#shareWindow.panels-active .title-bar .share-btn-container #share-btn-ecard.active .share-btn-icon #icon-tab-share,
#shareWindow.panels-active .title-bar .share-btn-container #share-btn-socialmedia.active .share-btn-icon #icon-tab-share,
#shareWindow.panels-active .title-bar .share-btn-container #share-btn-embed-links.active .share-btn-icon #icon-tab-share {
  fill: #fff !important;
}
/* override the ui-dialog */
#embedLinksDialog,
#eCardDialog {
  font-family: 'Oswald', Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  overflow-x: hidden;
  overflow-y: auto;
  border: 0;
}
#embedLinksDialog {
  padding: 50px 5em;
  width: 100%;
}
#eCardDialog {
  padding-top: 20px;
  width: 100%;
  height: auto;
}
#eCardDialog svg {
  width: 15px;
  fill: #000;
}
#embed-links-main-cont,
#embed-links-main-left,
#embedded-thumbnail-cont-right {
  text-align: left;
  font-size: 22px;
}
#embed-links-main-cont .thumbdiv,
#embed-links-main-left .thumbdiv,
#embedded-thumbnail-cont-right .thumbdiv {
  height: 20px;
  width: 100%;
}
#embed-links-main-cont .linkdiv,
#embed-links-main-left .linkdiv,
#embedded-thumbnail-cont-right .linkdiv {
  font-size: 22px;
  width: 100%;
  display: flex;
  align-items: center;
}
#embed-links-main-cont .linkdiv #embed-links-headline,
#embed-links-main-left .linkdiv #embed-links-headline,
#embedded-thumbnail-cont-right .linkdiv #embed-links-headline {
  float: right;
  justify-content: flex-start;
}
#embed-links-main-cont .linkdiv #embed-links-headline,
#embed-links-main-left .linkdiv #embed-links-headline,
#embedded-thumbnail-cont-right .linkdiv #embed-links-headline,
#embed-links-main-cont .linkdiv .embedded-headline,
#embed-links-main-left .linkdiv .embedded-headline,
#embedded-thumbnail-cont-right .linkdiv .embedded-headline {
  padding-right: 100px;
}
#embed-links-copy,
#embed-panorama-copy,
#embed-app-copy,
#embed-video-copy {
  font-size: 0.6em;
  vertical-align: middle;
  position: absolute;
  right: 0;
}
.embed-copy {
  background-color: transparent;
  color: #f2f2f2;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  top: 2px;
}
.embed-copy .embed-links-copy-img {
  display: inline-block;
}
.embed-copy .embed-copy-success-img {
  display: none;
}
.embed-copy span {
  display: inline-block !important;
  vertical-align: super !important;
}
.embed-copy:hover,
.embed-copy:focus {
  cursor: pointer;
  opacity: 0.5;
}
.embed-copy:hover .embed-links-copy-img,
.embed-copy:focus .embed-links-copy-img {
  background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2211px%22%20height%3D%2212px%22%20viewBox%3D%220%200%2011%2012%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2061.2%20(89653)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon-copy%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22export%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Artboard%22%20transform%3D%22translate(-406.000000%2C%20-111.000000)%22%20fill%3D%22%23a3cd00%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M415.968726%2C119.625003%20C416.255184%2C119.625003%20416.498673%2C119.524743%20416.699193%2C119.324223%20C416.899713%2C119.123702%20416.999974%2C118.880213%20416.999974%2C118.593756%20L416.999974%2C118.593756%20L416.999974%2C112.40627%20C416.999974%2C112.119813%20416.899713%2C111.876324%20416.699193%2C111.675803%20C416.498673%2C111.475283%20416.255184%2C111.375023%20415.968726%2C111.375023%20L415.968726%2C111.375023%20L409.781241%2C111.375023%20C409.494783%2C111.375023%20409.251294%2C111.475283%20409.050774%2C111.675803%20C408.850254%2C111.876324%20408.749993%2C112.119813%20408.749993%2C112.40627%20L408.749993%2C112.40627%20L408.749993%2C118.593756%20C408.749993%2C118.880213%20408.850254%2C119.123702%20409.050774%2C119.324223%20C409.251294%2C119.524743%20409.494783%2C119.625003%20409.781241%2C119.625003%20L409.781241%2C119.625003%20L415.968726%2C119.625003%20Z%20M413.218733%2C122.374997%20C413.50519%2C122.374997%20413.74868%2C122.274736%20413.9492%2C122.074216%20C414.14972%2C121.873696%20414.24998%2C121.630207%20414.24998%2C121.343749%20L414.24998%2C121.343749%20L414.24998%2C120.312502%20L409.781241%2C120.312502%20C409.308586%2C120.312502%20408.903965%2C120.144208%20408.567377%2C119.80762%20C408.230789%2C119.471032%20408.062495%2C119.066411%20408.062495%2C118.593756%20L408.062495%2C118.593756%20L408.062495%2C114.125016%20L407.031248%2C114.125016%20C406.74479%2C114.125016%20406.501301%2C114.225277%20406.300781%2C114.425797%20C406.10026%2C114.626317%20406%2C114.869806%20406%2C115.156264%20L406%2C115.156264%20L406%2C121.343749%20C406%2C121.630207%20406.10026%2C121.873696%20406.300781%2C122.074216%20C406.501301%2C122.274736%20406.74479%2C122.374997%20407.031248%2C122.374997%20L407.031248%2C122.374997%20L413.218733%2C122.374997%20Z%22%20id%3D%22icon-copy%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") no-repeat;
  border: none;
  background-position: center center;
  background-size: contain;
}
.embed-copy.successfully-copied .embed-links-copy-img {
  display: none;
}
.embed-copy.successfully-copied .embed-copy-success-img {
  display: inline-block;
}
.embed-copy.successfully-copied .embed-copy-success-img svg {
  width: 20px;
}
#embed-links-copy-input {
  position: absolute;
  top: 0px;
  height: 0;
  width: 0;
  overflow: hidden;
}
#embed-links-copy-text {
  width: 0;
  font-size: 22px;
  color: #fff;
  text-decoration: underline;
  font-weight: normal;
  font-stretch: condensed;
  font-style: normal;
  line-height: 0.95;
  letter-spacing: normal;
}
#embed-links-copy-text.isCopied,
.embed-copied-field-link.isCopied,
.embed-copied-field.isCopied,
.embed-copied-video-field.isCopied {
  display: block;
  height: 22px;
  width: 100%;
  height: var(--copiedHeight);
}
#embed-links-copy-text.isCopied:after,
.embed-copied-field-link.isCopied:after,
.embed-copied-field.isCopied:after,
.embed-copied-video-field.isCopied:after {
  z-index: 2;
  -webkit-animation: fade 5s linear infinite;
          animation: fade 5s linear infinite;
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  border: 3px solid black;
  top: 0;
  left: 0px;
  height: var(--copiedHeight);
  width: var(--copiedWidth);
  opacity: 1;
}
#embed-links-copy-text.isCopied .fa-clipboard,
.embed-copied-field-link.isCopied .fa-clipboard,
.embed-copied-field.isCopied .fa-clipboard,
.embed-copied-video-field.isCopied .fa-clipboard {
  display: block;
}
#embed-links-copy-text .fa-clipboard,
.embed-copied-field-link .fa-clipboard,
.embed-copied-field .fa-clipboard,
.embed-copied-video-field .fa-clipboard {
  display: none;
  position: absolute;
  top: 50%;
  -webkit-animation: fade 5s linear infinite;
          animation: fade 5s linear infinite;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
  font-size: 40px;
  color: black;
}
#embed-links-copy-text .fa-clipboard .icon-text,
.embed-copied-field-link .fa-clipboard .icon-text,
.embed-copied-field .fa-clipboard .icon-text,
.embed-copied-video-field .fa-clipboard .icon-text {
  font-family: 'Oswald', Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 38px;
}
#embed-links-copy-text .fa-clipboard::before,
.embed-copied-field-link .fa-clipboard::before,
.embed-copied-field .fa-clipboard::before,
.embed-copied-video-field .fa-clipboard::before {
  content: "\f328";
}
@-webkit-keyframes fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#embedded-thumbnail-cont-left {
  padding-top: 30px;
  text-align: left;
  width: 100%;
}
.appCopy,
.videoCopy,
.panoCopy,
.linksCopy {
  width: 100%;
  display: none;
  text-align: right;
  font-size: 0.6em;
}
.appCopy .appCopyMsg,
.videoCopy .appCopyMsg,
.panoCopy .appCopyMsg,
.linksCopy .appCopyMsg,
.appCopy .panoCopyMsg,
.videoCopy .panoCopyMsg,
.panoCopy .panoCopyMsg,
.linksCopy .panoCopyMsg,
.appCopy .videoCopyMsg,
.videoCopy .videoCopyMsg,
.panoCopy .videoCopyMsg,
.linksCopy .videoCopyMsg,
.appCopy .linksCopyMsg,
.videoCopy .linksCopyMsg,
.panoCopy .linksCopyMsg,
.linksCopy .linksCopyMsg {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #a3cd00;
  margin-top: 5px;
}
#embedded-thumbnail-cont-right {
  padding-top: 30px;
  text-align: left;
  width: 100%;
  font-size: 22px;
}
#embedded-thumbnail-cont-right .appdiv {
  height: 20px;
  width: 100%;
}
#embedded-thumbnail-cont-right .videodiv {
  padding-top: 30px;
  display: none;
}
#embedded-thumbnail-cont-right .videodiv.shown {
  display: block;
}
.embed-links-copy-img {
  background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2211px%22%20height%3D%2212px%22%20viewBox%3D%220%200%2011%2012%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2061.2%20(89653)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon-copy%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22export%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Artboard%22%20transform%3D%22translate(-406.000000%2C%20-111.000000)%22%20fill%3D%22%23a3cd00%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M415.968726%2C119.625003%20C416.255184%2C119.625003%20416.498673%2C119.524743%20416.699193%2C119.324223%20C416.899713%2C119.123702%20416.999974%2C118.880213%20416.999974%2C118.593756%20L416.999974%2C118.593756%20L416.999974%2C112.40627%20C416.999974%2C112.119813%20416.899713%2C111.876324%20416.699193%2C111.675803%20C416.498673%2C111.475283%20416.255184%2C111.375023%20415.968726%2C111.375023%20L415.968726%2C111.375023%20L409.781241%2C111.375023%20C409.494783%2C111.375023%20409.251294%2C111.475283%20409.050774%2C111.675803%20C408.850254%2C111.876324%20408.749993%2C112.119813%20408.749993%2C112.40627%20L408.749993%2C112.40627%20L408.749993%2C118.593756%20C408.749993%2C118.880213%20408.850254%2C119.123702%20409.050774%2C119.324223%20C409.251294%2C119.524743%20409.494783%2C119.625003%20409.781241%2C119.625003%20L409.781241%2C119.625003%20L415.968726%2C119.625003%20Z%20M413.218733%2C122.374997%20C413.50519%2C122.374997%20413.74868%2C122.274736%20413.9492%2C122.074216%20C414.14972%2C121.873696%20414.24998%2C121.630207%20414.24998%2C121.343749%20L414.24998%2C121.343749%20L414.24998%2C120.312502%20L409.781241%2C120.312502%20C409.308586%2C120.312502%20408.903965%2C120.144208%20408.567377%2C119.80762%20C408.230789%2C119.471032%20408.062495%2C119.066411%20408.062495%2C118.593756%20L408.062495%2C118.593756%20L408.062495%2C114.125016%20L407.031248%2C114.125016%20C406.74479%2C114.125016%20406.501301%2C114.225277%20406.300781%2C114.425797%20C406.10026%2C114.626317%20406%2C114.869806%20406%2C115.156264%20L406%2C115.156264%20L406%2C121.343749%20C406%2C121.630207%20406.10026%2C121.873696%20406.300781%2C122.074216%20C406.501301%2C122.274736%20406.74479%2C122.374997%20407.031248%2C122.374997%20L407.031248%2C122.374997%20L413.218733%2C122.374997%20Z%22%20id%3D%22icon-copy%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") no-repeat;
  margin-left: 5px;
  height: 20px;
  width: 20px;
  display: inline-block;
  border: none;
  background-position: center center;
  background-size: contain;
}
#embed-panorama-copy-input,
#embed-app-copy-input,
#embed-video-copy-input,
#embed-links-copy-input {
  position: absolute;
  height: 0.5px !important;
  width: 100%;
  opacity: 0;
  left: -999999px;
}
#embed-links-divider {
  margin: 8px 0 15px 0;
  width: 100%;
  height: 1px;
  opacity: 0.3;
  background-color: #fff;
}
#thumb-configurator {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px;
}
/*ecard-form styles definition */
.sender-error-msg,
.recipient-error-msg,
.message-error-msg,
.subject-error-msg {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-weight: 400;
  width: 100%;
  text-align: left;
  margin: 10px;
  color: #EC0000;
  height: 30px;
  display: none;
}
.sender-error-msg .fa-exclamation-triangle,
.recipient-error-msg .fa-exclamation-triangle,
.message-error-msg .fa-exclamation-triangle,
.subject-error-msg .fa-exclamation-triangle {
  font-size: 16px;
}
.sender-error-msg .fa-exclamation-triangle:before,
.recipient-error-msg .fa-exclamation-triangle:before,
.message-error-msg .fa-exclamation-triangle:before,
.subject-error-msg .fa-exclamation-triangle:before {
  content: "\f071";
}
#ecard-form {
  width: 100%;
  padding: 0 50px;
  height: auto;
}
.ecard-input,
.msg-input {
  margin: 10px 0;
  width: 100%;
  text-align: left;
}
.ecard-input .ecards-label,
.msg-input .ecards-label {
  text-align: left;
  padding: 5px 0;
  margin-left: 10px;
}
.ecard-input .ecards-label .fa-at,
.msg-input .ecards-label .fa-at,
.ecard-input .ecards-label .fa-comment-alt-edit,
.msg-input .ecards-label .fa-comment-alt-edit,
.ecard-input .ecards-label .fa-user,
.msg-input .ecards-label .fa-user {
  font-size: 18px;
  color: #fff;
}
.ecard-input .ecards-label .fa-at:before,
.msg-input .ecards-label .fa-at:before {
  content: "\f1fa";
}
.ecard-input .ecards-label .fa-comment-alt-edit:before,
.msg-input .ecards-label .fa-comment-alt-edit:before {
  content: "\f4a4";
}
.ecard-input .ecards-label .fa-user,
.msg-input .ecards-label .fa-user {
  content: "\f007";
}
.ecard-input input,
.msg-input input {
  width: 50%;
  height: 45px;
  border-radius: 9px;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 10px;
}
.ecard-input input:focus,
.msg-input input:focus {
  background-color: #7d7d7d;
}
.ecard-input input:-webkit-autofill,
.msg-input input:-webkit-autofill {
  border: 1px solid #7d7d7d;
  -webkit-box-shadow: 0 0 0px 1000px #4a4a4a inset;
  -webkit-text-fill-color: #f2f2f2;
}
.ecard-input .input-ok,
.msg-input .input-ok {
  color: #f2f2f2;
}
.ecard-input .input-ok::-webkit-input-placeholder,
.msg-input .input-ok::-webkit-input-placeholder {
  color: #a3a3a3;
}
.ecard-input .input-ok:-ms-input-placeholder,
.msg-input .input-ok:-ms-input-placeholder {
  color: #a3a3a3;
}
.ecard-input .input-ok::-ms-input-placeholder,
.msg-input .input-ok::-ms-input-placeholder {
  color: #a3a3a3;
}
.ecard-input .input-ok::placeholder,
.msg-input .input-ok::placeholder {
  color: #a3a3a3;
}
.ecard-input .input-error,
.msg-input .input-error {
  color: #f2f2f2;
  border: 1px solid #A70000;
  background-color: #271515;
}
.ecard-input .input-error::-webkit-input-placeholder,
.msg-input .input-error::-webkit-input-placeholder {
  color: #f2f2f2;
}
.ecard-input .input-error:-ms-input-placeholder,
.msg-input .input-error:-ms-input-placeholder {
  color: #f2f2f2;
}
.ecard-input .input-error::-ms-input-placeholder,
.msg-input .input-error::-ms-input-placeholder {
  color: #f2f2f2;
}
.ecard-input .input-error::placeholder,
.msg-input .input-error::placeholder {
  color: #f2f2f2;
}
.msg-input textarea {
  height: 200px;
  width: 100%;
  padding-top: 8px;
  border-radius: 9px;
  color: #f2f2f2;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 10px;
  resize: none;
}
.msg-input textarea:focus {
  background-color: #7d7d7d;
}
.msg-input .message-ok {
  color: #f2f2f2;
  padding-top: 8px;
}
.msg-input .message-ok::-webkit-input-placeholder {
  color: #a3a3a3;
}
.msg-input .message-ok:-ms-input-placeholder {
  color: #a3a3a3;
}
.msg-input .message-ok::-ms-input-placeholder {
  color: #a3a3a3;
}
.msg-input .message-ok::placeholder {
  color: #a3a3a3;
}
.msg-input .message-error {
  color: #f2f2f2;
  border: 1px solid #A70000;
  background-color: #271515;
  padding-top: 8px;
}
.msg-input .message-error::-webkit-input-placeholder {
  color: #f2f2f2;
}
.msg-input .message-error:-ms-input-placeholder {
  color: #f2f2f2;
}
.msg-input .message-error::-ms-input-placeholder {
  color: #f2f2f2;
}
.msg-input .message-error::placeholder {
  color: #f2f2f2;
}
#ecard-recaptcha {
  margin-top: 20px;
  float: left;
  margin-bottom: 10px;
}
.ecard-btn-container {
  position: absolute;
  text-align: right;
  bottom: 0;
  right: 0;
}
.ecard-btn-container #ecard-send-btn {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-weight: 400;
  height: 45px;
  width: auto;
  border-radius: 10px;
  font-size: 24px;
  border: none;
  padding: 0 20px;
}
.ecard-btn-container #ecard-send-btn.deactivated {
  opacity: 0.3;
}
.ecard-btn-container #ecard-send-btn.deactivated svg {
  opacity: 0.3;
}
.ecard-btn-container #ecard-send-btn svg {
  position: relative;
  fill: #000;
  width: 24px;
  top: 3px;
}
.ecard-btn-container #ecard-send-btn:focus,
.ecard-btn-container #ecard-send-btn:hover {
  box-shadow: 0px 0px 20px #ceee50 inset;
}
.successfsully-send {
  position: relative;
  width: 100%;
  text-align: center;
  height: 50px;
  margin-top: 30px;
}
.successfsully-send .msg-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 80px;
}
.successfsully-send .msg-container div .download-ok,
.successfsully-send .msg-container div .download-error {
  width: 45px;
  padding: 0 10px;
}
.successfsully-send .msg-container div .download-error {
  display: none;
}
.successfsully-send .msg-container div {
  font-size: 20px;
}
.successfsully-send.ecard-error .msg-container div .download-error {
  display: block;
}
.successfsully-send.ecard-error .msg-container div .download-ok {
  display: none;
}
@media screen and (max-width: 975px) {
  #shareWindow .dialog-container {
    overflow-y: auto;
  }
  #shareWindow .dialog-container #shareDialogContainer {
    height: 100%;
  }
  #shareWindow .dialog-container #shareDialogContainer .share-btn-container {
    float: left;
    width: 100%;
    overflow-y: auto;
    gap: 10px;
  }
  #shareWindow.panels-active .dialog-container #shareDialogContainer .title-bar {
    height: 75px;
  }
  #shareWindow.panels-active .dialog-container #shareDialogContainer .title-bar .share-btn-container {
    float: left;
    width: 100%;
    gap: 0;
  }
  #shareWindow.panels-active .dialog-container #shareDialogContainer .title-bar .share-btn-container div {
    width: auto;
  }
  #shareWindow.panels-active .dialog-container #shareDialogContainer .title-bar .share-btn-container div button div {
    width: 100%;
  }
  #shareWindow.panels-active .dialog-container #shareDialogContainer .title-bar .share-btn-container div #share-btn-ecard .share-btn-icon svg {
    top: -6px;
    left: 0;
  }
  #shareWindow.panels-active .dialog-container #shareDialogContainer .title-bar .share-btn-container div #share-btn-socialmedia .share-btn-icon svg {
    width: 25px;
    top: -6px;
    left: 0;
    -webkit-transform: unset;
            transform: unset;
  }
  #shareWindow.panels-active .dialog-container #shareDialogContainer .title-bar .share-btn-container div #share-btn-embed-links .share-btn-icon svg {
    -webkit-transform: unset;
            transform: unset;
    position: relative;
    top: -6px;
    left: 0;
    fill: black;
  }
  #shareWindow.panels-active .dialog-container #shareDialogContainer .title-bar .share-btn-container div p {
    top: 80%;
  }
  #shareWindow.panels-active .dialog-container #shareDialogContainer #shareSocialImageContainer #shareImagePosition #shareCenterPano #shareInitialViewSocial .shareInitialDragContSocial {
    bottom: -20px;
  }
  #shareWindow.panels-active .dialog-container #shareDialogContainer #shareSocialImageContainer #container-count-control {
    width: 100%;
    top: unset;
    gap: 10px;
    margin-top: 50px;
  }
  #shareWindow.panels-active .dialog-container #shareDialogContainer #shareSocialImageContainer #container-count-control.gap-change-left .removeContainer {
    width: 40px;
    height: 40px;
    outline: 2px solid #ff6c00;
    border-radius: 2px;
  }
  #shareWindow.panels-active .dialog-container #shareDialogContainer #shareSocialImageContainer #container-count-control.gap-change-left .removeContainer i {
    top: 56%;
  }
  #shareWindow.panels-active .dialog-container #shareDialogContainer #shareSocialImageContainer #container-count-control.gap-change-left .removeContainer:after {
    position: absolute;
    content: "";
    width: 43px;
    height: 43px;
    border: 2px solid #572500;
    border-radius: 6px;
    top: -5px;
    left: -5px;
  }
  #shareWindow.panels-active .dialog-container #shareDialogContainer #shareSocialImageContainer #container-count-control.gap-change-right .addContainer {
    width: 40px;
    height: 40px;
    outline: 2px solid black;
    border-radius: 2px;
  }
  #shareWindow.panels-active .dialog-container #shareDialogContainer #shareSocialImageContainer #container-count-control.gap-change-right .addContainer i {
    top: 56%;
  }
  #shareWindow.panels-active .dialog-container #shareDialogContainer #shareSocialImageContainer #container-count-control.gap-change-right .addContainer:after {
    position: absolute;
    content: "";
    width: 43px;
    height: 43px;
    border: 2px solid black;
    border-radius: 6px;
    top: -5.5px;
    left: -5.5px;
  }
}
@media screen and (max-width: 810px) {
  #ecard-form {
    width: 100%;
  }
  #ecard-form div {
    width: 100%;
    position: relative;
  }
  .msg-input {
    width: 100%;
  }
  #ecard-recaptcha {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }
  #shareWindow .dialog-container {
    overflow-y: auto;
  }
  #shareWindow .dialog-container #shareDialogContainer {
    height: 100%;
  }
  #shareWindow .dialog-container #shareDialogContainer .share-btn-container {
    float: left;
    width: 100%;
    overflow-y: auto;
    gap: 30px;
  }
  #shareWindow.panels-active .dialog-container #shareDialogContainer .share-btn-container {
    gap: 0;
  }
  #shareWindow .share-copy-link div #link-copy {
    width: 80%;
  }
}
#ecard-header,
#embed-links-header {
  display: inline-block;
  margin: 20px auto;
}
#main-headline,
#embed-links-main-headline {
  display: inline-block;
  height: 23px;
  font-size: 1.5em;
}
#main-headline-live,
#embed-links-main-headline-live {
  display: none;
  border: 1px solid #a3cd00;
  background-color: transparent;
  height: 30px;
  margin-left: 15px;
  padding-top: 2px;
  padding-left: 28px;
  padding-right: 12px;
  color: #a3cd00;
  font-size: 1.5em;
}
#main-headline-live:before,
#embed-links-main-headline-live:before {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  margin-top: -5px;
  margin-left: 10px;
  height: 10px;
  width: 10px;
  background-color: #a3cd00;
  border-radius: 50%;
}
#compass {
  display: none;
  position: absolute;
  right: 0;
  top: 40px;
  width: 100px;
  height: 100px;
  margin-top: 10px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#compass:after {
  position: absolute;
  display: block;
  content: '';
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  box-shadow: 0 0 50px 16px #ffffff;
}
#compass .compass-background {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22100px%22%0A%09%20height%3D%22100px%22%20viewBox%3D%220%200%20100%20100%22%20enable-background%3D%22new%200%200%20100%20100%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%20id%3D%22Ebene_3%22%20display%3D%22none%22%3E%0A%09%3Crect%20x%3D%22-35%22%20y%3D%22-3.25%22%20display%3D%22inline%22%20fill%3D%22%23626262%22%20stroke%3D%22%231552FF%22%20stroke-miterlimit%3D%2210%22%20width%3D%22151.25%22%20height%3D%22112%22%2F%3E%0A%3C%2Fg%3E%0A%3Cg%20id%3D%22Ebene_2%22%3E%0A%20%20%20%20%3Cg%20opacity%3D%220.5%22%3E%0A%20%20%20%20%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20cx%3D%2250%22%20cy%3D%2251.875%22%20r%3D%2228%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M56.022%2C28.875c0%2C0.55-0.45%2C1-1%2C1h-10c-0.55%2C0-1-0.45-1-1v-10c0-0.55%2C0.45-1%2C1-1h10c0.55%2C0%2C1%2C0.45%2C1%2C1V28.875z%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M56.022%2C28.875c0%2C0.55-0.45%2C1-1%2C1h-10%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20c-0.55%2C0-1-0.45-1-1v-10c0-0.55%2C0.45-1%2C1-1h10c0.55%2C0%2C1%2C0.45%2C1%2C1V28.875z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3Cg%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M47.044%2C27.5v-7.874h1.547l3.223%2C5.258v-5.258h1.477V27.5h-1.595l-3.174-5.135V27.5H47.044z%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 2;
}
#compass .compass-needle {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  margin-left: -10px;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2214px%22%20height%3D%2222px%22%20viewBox%3D%220%200%2014%2022%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2052.2%20(67145)%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%0A%20%20%20%20%3Ctitle%3ESlice%201%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20opacity%3D%220.6%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22compass_needle%22%20transform%3D%22translate(1.000000%2C%200.000000)%22%20fill%3D%22%23FFFFFF%22%20stroke%3D%22%23000000%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Path%22%20points%3D%226%200.62797044%2011.3960587%2020.6312307%207.74267352%2016.8856229%204.33220634%2016.8856229%200.704918132%2020.6312307%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 3;
}
#compass .compass-sector {
  position: absolute;
  top: 24px;
  left: 22px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
}
#dateChange {
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 6px;
  position: absolute;
  padding: 20px;
  font-size: 27px;
  font-weight: 600;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 0.5s, margin-top 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, margin-top 0.5s, transform 0.5s;
  transition: opacity 0.5s, margin-top 0.5s, transform 0.5s, -webkit-transform 0.5s;
  z-index: 110;
}
#dateChange.visible {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
#dateChange.after-visible {
  margin-top: 300px;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  filter: alpha(opacity=0);
}
#quick-load {
  position: absolute;
  margin: 0px auto;
  top: 40px;
  visibility: hidden;
}
#quick-load.shown {
  visibility: visible;
}
#imageBrightness {
  right: 0px;
  width: 100px;
  height: auto;
  position: absolute;
  display: none;
  text-align: center;
}
#imageBrightness .brightness-minus,
#imageBrightness .brightness-plus {
  margin: 0px auto;
  width: 40px;
  height: 40px;
  border: 1px solid transparent;
  box-shadow: 0px 2px 18px #000000;
  border-radius: 8px;
}
#imageBrightness .brightness-minus {
  margin-top: 10px;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2240px%22%20height%3D%2241px%22%20viewBox%3D%220%200%2040%2041%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3Ebrightness-minus%403x%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Artboard%22%20transform%3D%22translate(-1215.000000%2C%20-540.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22brightness-minus%22%20transform%3D%22translate(1215.000000%2C%20540.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22Rectangle-Copy%22%20stroke%3D%22%239DCA00%22%20stroke-width%3D%222%22%20fill%3D%22%232F2F31%22%20x%3D%221%22%20y%3D%221.5%22%20width%3D%2238%22%20height%3D%2238%22%20rx%3D%226%22%3E%3C%2Frect%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.4993789%2C24.0000048%20L10.4993789%2C23.9962511%20C10.4990432%2C23.8472036%2010.476857%2C23.6990716%2010.4321794%2C23.5565549%20C10.2574972%2C23.0000072%209.71904631%2C21.5325119%208.48937395%2C20.129378%20C7.84749926%2C19.397202%207.50436043%2C18.4684628%207.50155282%2C17.5000203%20C7.49529673%2C15.1987867%209.36623343%2C13.5000334%2011.4999869%2C13.5000334%20C13.7056091%2C13.5000334%2015.4999774%2C15.2943981%2015.4999774%2C17.5000203%20C15.4999774%2C18.4678219%2015.1487209%2C19.401566%2014.510905%2C20.129378%20C13.2887399%2C21.5234482%2012.7477866%2C22.9878307%2012.5702968%2C23.5499936%20C12.53215%2C23.6703852%2012.5010526%2C23.87058%2012.5009305%2C23.996892%20L12.5009305%2C24.0000048%20L14.000927%2C24.0000048%20L14.000927%2C23.9984484%20C14.3034165%2C22.9556347%2015.1190273%2C21.7115581%2015.6390456%2C21.1184504%20C16.4859064%2C20.1515642%2016.9999738%2C18.8865831%2016.9999738%2C17.5000203%20C16.9999738%2C14.4625214%2014.5374857%2C12.0000334%2011.4999869%2C12.0000334%20C8.30373596%2C12.0000334%206%2C14.5928312%206%2C17.5000203%20C6%2C18.8865831%206.51406738%2C20.1515642%207.36123333%2C21.1181452%20C7.88125162%2C21.7115581%208.69686247%2C22.9556347%208.9993825%2C23.9981432%20L8.9993825%2C24.0000048%20L10.4993789%2C24.0000048%20Z%20M8.99999404%2C18.0000274%20C9.27623731%2C18.0000274%209.49999404%2C17.7762647%209.49999404%2C17.5000274%20C9.49999404%2C16.396904%2010.397481%2C15.5000274%2011.499994%2C15.5000274%20C11.7762313%2C15.5000274%2011.999994%2C15.2762707%2011.999994%2C15.0000274%20C11.999994%2C14.7237818%2011.7762313%2C14.5000274%2011.499994%2C14.5000274%20C9.8456024%2C14.5000274%208.49999404%2C15.8456358%208.49999404%2C17.5000274%20C8.49999404%2C17.7762647%208.72374839%2C18.0000274%208.99999404%2C18.0000274%20Z%20M12.7318565%2C27.9996972%20C12.8993671%2C27.9996972%2013.0556167%2C27.9159195%2013.1481153%2C27.7765461%20L13.9140436%2C26.6253037%20C13.9684258%2C26.5434252%2013.9974785%2C26.447173%2013.9977837%2C26.3490592%20L13.9993706%2C24.9996972%20L9.0006032%2C24.9996972%20L9.00185442%2C26.3490592%20C9.00185442%2C26.4475087%209.0309376%2C26.5434252%209.08562497%2C26.6253037%20L9.85155332%2C27.7765461%20C9.94435705%2C27.9159195%2010.1006067%2C27.9996972%2010.2678121%2C27.9996972%20L12.7318565%2C27.9996972%20Z%22%20id%3D%22%EF%83%AB%22%20fill%3D%22%239DCA00%22%20fill-rule%3D%22nonzero%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22%E2%80%93%22%20fill%3D%22%239DCA00%22%20fill-rule%3D%22nonzero%22%20points%3D%2235.2490234%2021.6777344%2035.2490234%2018.8701172%2024.7509766%2018.8701172%2024.7509766%2021.6777344%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 14px;
}
#imageBrightness .brightness-plus {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2240px%22%20height%3D%2241px%22%20viewBox%3D%220%200%2040%2041%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3Ebrightness-plus%403x%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Artboard%22%20transform%3D%22translate(-1215.000000%2C%20-480.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22brightness-plus%22%20transform%3D%22translate(1215.000000%2C%20480.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22Rectangle%22%20fill%3D%22%239DCA00%22%20x%3D%220%22%20y%3D%220.5%22%20width%3D%2240%22%20height%3D%2240%22%20rx%3D%226%22%3E%3C%2Frect%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22%2B%22%20fill%3D%22%232F2F31%22%20fill-rule%3D%22nonzero%22%20points%3D%2231.3366699%2026.2290039%2031.3366699%2021.5292969%2036.060791%2021.5292969%2036.060791%2018.855957%2031.3366699%2018.855957%2031.3366699%2014.0952148%2028.6633301%2014.0952148%2028.6633301%2018.855957%2023.939209%2018.855957%2023.939209%2021.5292969%2028.6633301%2021.5292969%2028.6633301%2026.2290039%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M13.5037239%2C25.0003099%20C13.5049751%2C24.9921923%2013.5059211%2C24.9843798%2013.5071723%2C24.975957%20C13.8149719%2C23.9378125%2014.6224651%2C22.7071941%2015.1387297%2C22.1181452%20C15.9858957%2C21.1515642%2016.499963%2C19.8865831%2016.499963%2C18.5000203%20C16.499963%2C15.456601%2014.0284113%2C12.9906645%2010.9827948%2C13.0000068%20C7.79499723%2C13.0097074%205.49998927%2C15.5928312%205.49998927%2C18.5000203%20C5.49998927%2C19.8865831%206.01405665%2C21.1515642%206.8612226%2C22.1181452%20C7.37748724%2C22.7071941%208.18498043%2C23.9378125%208.49277999%2C24.975957%20C8.49403121%2C24.9840746%208.49497725%2C24.9921923%208.49622847%2C25.0003099%20L13.5037239%2C25.0003099%20Z%20M4.80031443%2C16.5750371%20C4.9981289%2C15.9278523%205.29375197%2C15.3206455%205.67906599%2C14.7731615%20L3.27282173%2C13.383791%20C3.03374759%2C13.2456688%202.7278096%2C13.3275472%202.58968737%2C13.566896%20L2.08968856%2C14.4328303%20C1.95156633%2C14.6722096%202.03374998%2C14.9778424%202.27282411%2C15.1159646%20L4.80031443%2C16.5750371%20Z%20M17.2077861%2C16.5703374%20L19.7271282%2C15.1159646%20C19.9662023%2C14.9778424%2020.048386%2C14.6719044%2019.9102638%2C14.4328303%20L19.4102649%2C13.566896%20C19.2721427%2C13.3278524%2018.9662047%2C13.245974%2018.7271306%2C13.383791%20L16.3184144%2C14.7744127%20C16.7008903%2C15.318784%2017.0055771%2C15.9215962%2017.2077861%2C16.5703374%20Z%20M7.9999845%2C19.0000286%20C7.72373885%2C19.0000286%207.4999845%2C18.7762647%207.4999845%2C18.5000286%20C7.4999845%2C16.5700322%209.06998808%2C15.0000286%2010.9999845%2C15.0000286%20C11.2762206%2C15.0000286%2011.4999845%2C15.223783%2011.4999845%2C15.5000286%20C11.4999845%2C15.7762719%2011.2762206%2C16.0000286%2010.9999845%2C16.0000286%20C9.62153096%2C16.0000286%208.4999845%2C17.1215751%208.4999845%2C18.5000286%20C8.4999845%2C18.7762647%208.27622777%2C19.0000286%207.9999845%2C19.0000286%20Z%20M4.68062477%2C20.0000215%20C4.5277931%2C19.3531371%204.47405178%2C18.6809586%204.52529067%2C18.0000215%20L1.5%2C18.0000215%20C1.22375435%2C18.0000215%201%2C18.2237758%201%2C18.5000215%20L1%2C19.5000215%20C1%2C19.7762623%201.22375435%2C20.0000215%201.5%2C20.0000215%20L4.68062477%2C20.0000215%20Z%20M20.4999535%2C20.0000215%20C20.776198%2C20.0000215%2020.9999523%2C19.7762623%2020.9999523%2C19.5000215%20L20.9999523%2C18.5000215%20C20.9999523%2C18.2237758%2020.776198%2C18.0000215%2020.4999535%2C18.0000215%20L17.4746616%2C18.0000215%20C17.5096347%2C18.4547018%2017.5427767%2C18.9906502%2017.301841%2C20.0000215%20L20.4999535%2C20.0000215%20Z%20M19.4102649%2C24.4331421%20L19.9102638%2C23.5672079%20C20.048386%2C23.3278286%2019.9662023%2C23.0218906%2019.7271282%2C22.8840735%20L16.8680957%2C21.2334427%20C16.610589%2C21.7850161%2016.2983949%2C22.312206%2015.8905895%2C22.7772012%20C15.8562268%2C22.8165688%2015.8168287%2C22.8662513%2015.7784071%2C22.9137671%20L18.7271306%2C24.6162471%20C18.9662047%2C24.7543694%2019.2721427%2C24.6721857%2019.4102649%2C24.4331421%20Z%20M3.27282173%2C24.6162471%20L6.22343725%2C22.912821%20C6.19591046%2C22.8797095%206.16624745%2C22.8418983%206.14091792%2C22.813456%20C5.71562596%2C22.3350026%205.37968927%2C21.8031435%205.11717768%2C21.2418961%20L2.27282411%2C22.8840735%20C2.03374998%2C23.0221958%201.95156633%2C23.3278286%202.08968856%2C23.5672079%20L2.58968737%2C24.4331421%20C2.7278096%2C24.6721857%203.03374759%2C24.7543694%203.27282173%2C24.6162471%20Z%20M11.9643598%2C29.0003004%20C12.2601355%2C29.0003004%2012.6330899%2C28.8003802%2012.7968469%2C28.5540734%20L13.3309032%2C27.7512494%20C13.4231882%2C27.6126389%2013.4982307%2C27.3649588%2013.4984138%2C27.1984248%20L13.499665%2C26.0000024%20L8.50028729%2C26.0000024%20L8.50184369%2C27.1984248%20C8.50217938%2C27.3949881%208.56028471%2C27.5874925%208.66935427%2C27.7512494%20L9.20341062%2C28.5540734%20C9.36716755%2C28.8003802%209.74012198%2C29.0003004%2010.0359282%2C29.0003004%20L11.9643598%2C29.0003004%20Z%22%20id%3D%22%EF%99%B2%22%20fill%3D%22%232F2F31%22%20fill-rule%3D%22nonzero%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-position: center;
}
#imageBrightness .brightness-value {
  text-align: center;
  width: auto;
  padding: 2px 2px 4px 2px;
  background-color: rgba(0, 0, 0, 0.7);
  box-shadow: 0px 2px 18px #000000;
  border-radius: 5px;
}
#imageBrightness.shown {
  display: inline-block;
}
#imageBrightness .deactivated {
  opacity: 0.6;
}
#video-display {
  display: none;
  width: 100%;
  height: 100%;
  max-width: 100%;
  overflow: hidden;
}
#video-display.shown {
  display: block;
}
#video-on-off {
  top: 20px;
  width: 100%;
  height: 20px;
  display: inline-block;
  text-align: center;
}
#video-on-off .on-off {
  width: 20px;
  height: 20px;
  display: inline-block;
}
#video-on-off .on-off.on-air {
  background-color: green;
  border-radius: 100px;
  border: 1px solid white;
}
#video-on-off .on-off.stop-live-stream {
  background-color: red;
  border-radius: 100px;
  border: 1px solid white;
}
#video-on-off .video-activation {
  width: auto;
  top: -5px;
  display: inline-block;
}
/*** general overrides of jquery ui theme styles ***/
.ui-widget {
  border: none;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-weight: 400;
}
.ui-widget,
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget .ui-widget {
  font-size: 10pt !important;
}
.ui-widget,
.ui-widget input,
.ui-widget textarea {
  padding: 1px 8px;
  margin-bottom: 8px;
}
.ui-widget .ui-widget-header {
  border: none;
  background-image: none;
  background-color: #000000;
  font-size: 1em;
}
.ui-widget.ui-widget-content,
.ui-widget .ui-widget-content {
  background: none;
}
.ui-widget.ui-slider {
  height: 8px;
  background-color: rgba(255, 255, 255, 0.5);
}
.ui-widget.ui-dialog {
  z-index: 1002;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 6px;
  border: 6px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.7);
  top: 50%;
  left: 50%;
  position: fixed;
}
.ui-widget.ui-dialog.min-max-width {
  max-width: 400px;
  min-width: 240px;
}
.ui-widget.ui-dialog.min-max-width .ui-dialog-content img {
  max-width: 100%;
}
.ui-widget.ui-dialog.wide-content {
  max-width: 450px;
  width: 450px;
}
.ui-widget.ui-dialog.has-iframe-content,
.ui-widget.ui-dialog.has-video {
  width: auto !important;
  height: auto !important;
  max-width: 640px !important;
}
.ui-widget.ui-dialog.info-box {
  background-color: #000000;
}
.ui-widget.ui-dialog.prevent-close .ui-dialog-titlebar-close {
  display: none;
}
.ui-widget.ui-dialog .ui-dialog-titlebar {
  padding: 0.3em;
}
.ui-widget.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  line-height: 1.3em;
}
.ui-widget.ui-dialog .ui-dialog-titlebar-close {
  border: 0;
  background: none;
  width: 21px;
  height: 21px;
  outline: none;
  margin-top: -11px;
}
.ui-widget.ui-dialog .ui-dialog-buttonpane {
  border-top: 0;
}
.ui-widget.ui-dialog .ui-dialog-buttonpane button {
  font-size: 0.9em;
  margin: 0;
}
.ui-widget.ui-dialog .ui-dialog-content.video {
  padding: 0;
  line-height: 0;
  overflow: hidden;
}
.ui-widget.ui-dialog.no-titlebar .ui-dialog-titlebar {
  height: 0;
  background: transparent;
  padding: 0;
  z-index: 2;
}
.ui-widget.ui-dialog.no-titlebar .ui-dialog-titlebar .ui-dialog-title {
  display: none;
}
.ui-widget.ui-dialog.no-titlebar .ui-dialog-titlebar .ui-dialog-titlebar-close {
  margin-top: 10px;
  margin-right: 10px;
}
.ui-widget.ui-dialog.no-close .ui-dialog-titlebar-close {
  display: none !important;
}
.ui-widget.ui-dialog.ecard-success,
.ui-widget.ui-dialog.report-success {
  background-color: #111111;
  min-width: 250px;
}
.ui-widget.ui-dialog #overviewMapContainer {
  padding: 0.5em;
}
.ui-widget.ui-datepicker {
  background-color: #000000;
  border-radius: 0;
  z-index: 150 !important;
}
.ui-widget.ui-datepicker .ui-datepicker-header .ui-state-hover {
  border: none;
  background: none;
  cursor: pointer;
}
.ui-widget.ui-datepicker .ui-datepicker-header .ui-datepicker-prev-hover {
  left: 2px;
  top: 2px;
}
.ui-widget.ui-datepicker .ui-datepicker-header .ui-datepicker-next-hover {
  right: 2px;
  top: 2px;
}
.ui-widget.ui-datepicker .ui-datepicker-calendar .ui-state-default {
  background-image: none;
}
.ui-widget.ui-datepicker.timelapse-period-selector {
  padding: 15px;
  margin-bottom: -15px;
  margin-left: -15px;
}
.ui-widget.ui-datepicker.weather-window-datepicker {
  width: 260px;
  border-top: 1px solid #333;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.ui-widget-overlay {
  z-index: 1001;
  background: #000000;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.ui-dummy {
  background: url("data:image/gif;base64,R0lGODlhCgAKAIAAAP///wAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjEgNjQuMTQwOTQ5LCAyMDEwLzEyLzA3LTEwOjU3OjAxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1LjEgV2luZG93cyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0QUQzNDk2QTg0QTQxMUUxODZENjk0Qzg1N0MyODMzQyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0QUQzNDk2Qjg0QTQxMUUxODZENjk0Qzg1N0MyODMzQyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjRBRDM0OTY4ODRBNDExRTE4NkQ2OTRDODU3QzI4MzNDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjRBRDM0OTY5ODRBNDExRTE4NkQ2OTRDODU3QzI4MzNDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAQAAAAAsAAAAAAoACgBAAgiEj6nL7Q9jKwA7");
}
/* custom button icons */
.ui-icon-timelapse {
  background-position: -240px 0;
}
.ui-icon-weather {
  background-position: -224px 0;
}
.ui-icon-facebook {
  background-position: -240px -16px;
}
.ui-icon-twitter {
  background-position: -224px -16px;
}
/* icon states and images */
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url("data:image/png;base64,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");
}
.ui-widget-content .ui-icon {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAADwCAMAAADYSUr5AAABdFBMVEX////MzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMxVL7tIAAAAfHRSTlMAvw+PLxj/7x8/f1/fb5/Pr0/DxPRVKOv+oHB1C9qZFTlEQ1PjVmAWNV20FKLCwUERujFOpVqsWIyJEwUCMIRieoAqQhAmQDIECFCDLiJUZhoSzQwgPEhKHlIshTSHgWrJxzgcvbl8q7WNqa2z/SQKBqOVoWydRj5ufpFo+i9d/wAADjNJREFUeAHsmIWO5DwQhCvgGp7Q8v8f7jEzLeP7P9IpGfS01EeOFMn+Fi1Tu1JpewwvCETwmDgGEgApuoyhQUukPfQHKYYJ5pDW305gyPYUwGgcRcmqyCX4ff45PEN9/fW31didIP1xCiQjKA7YdKCURzwgcqPWkFatWKKYQPS3GruyRDScTJFOsnwQpVIA24GKAGYzHlJ5gkIAQ11h0Xjx2wWDrJcXRR7FwgEyfnUJsl5REBa/Gl00XszogEnEYfOX0UDkAOnABaoDrN76OyS6i9FFAG4dMMpjzImnI30X0EP8tYOVBiIHKEnQcQ6IV//HPSFAB3YB8Qq53QUyaxm2AF4chJLJ6v9iupEDfCDOs2ycAv0sy6JYOMAPBmNyXMBHAoFAv+Scqi/KPlBtcc5WKco+QHJ7Z5cN83LN3v7Bf+zQSdC0KcD/uCMEuFv/awegneVJoyyIMxS91PsAeSFkCBp3AtzD/QcPDx9ZAjzGk4xKAEIA0cAuWQ2EXoZSAKN+eARpnAnwFDXVugDVMzx/QRG/GrFSbSso9VL1lLARgM4EeIlXr99ke+sCvG3+lQ5WPGukQdT7AKPpKZq36oB3EEnw/Qd8/PSLvNTifYA1Wvs5wODzwcHBFysHfMU3erMLfP9xdHx8fGIJcIhTEj5Qrg4+VV0+O7+oucTV+Rl8oF9xTtmvy9dnjQA3uD27RiAQCAQCXeAn+3aiAjcMAwHUHH7//8mFAqXJwIh0s7QFD7dGijTysWuc+CwaPnq+vytgoRs6OcOz/FAeoCeYI3Cjpcs1XHItQRQQ7Jy/6xF08MEWBZnOjRRknUERoJXf8yOHLBIWGugKWngvIASCm4ObO4j8D1rUpzBTf1OxHt4LmDM8kJdsOhCGzg9PxDihS8Kk09RZ60P4p+MhPQ4ODg4ODg4O3ngtlXcKKOfRwgF/Xt/mWQE9QXo1BaWA67WSfaE67HaAltf7TAfMnj9MKSC5VgBcLxbZwZW3+XdtwGasP1xaB6j6BRmWDBffuPyqv82gPA5Hg6XFmgsQbDwgKoz44DM+aETBRWA0IJbY2IAsIPzTYaKp5+e+ReQNPYYvNOQSmZZAmeOZv2xiUkAghyyo3ATLGJVNMCC2JeZ9fvcx6vRKqGt4NaQPkzP/6R+Rg4ODg4ODA+ub2PoPs4zAq/p40gG8q19a2FX/pWseD5l2Xy0FE/x7AHZYLlpu/CQWzUEI/s1ANKS4vwBQvu/+SV14Ij7vx5URsxJusSL8Ww3YpCgXHgRbr68rb6W3VNicvdiCnRXmcZcc8fm+OSOi+ozPBiSPr/0U2CtPZ+zYIvsbCMWB6M/UEMm/DP2LFvvJ6VXRX9ZL6dCP9s6DuW3j2+KH48Hvddrz770H/gIvU81JW2MDBDQpii7pvffevvyTKIK7uKMFzViPUdmfCnPQz5mLi0UE0nmck8lkMplzS8Zxia7DQPd7+K9dj+afQucG6y68bHCpAIJ22nG0V5zXClhJRBSPwxEFRLySQ45Iw9a3HHDC+XHPaRkEIYcT9laHoOUIWkJWxn4LzlcAdAwF5IK0AdjX1M1/8I89Bc5/BfSgC80ElKgAVghb/hS6KD1A0pZAhBMu0QNQD0J65/8qkG75CrjTDZFIrIALNw7YDk4PTYEuGWn/mUwmk8l4AK+H5tn6iGe1Jxpg1GiA5wBQEv4CQxa9ne07lfCvFlqFBLzd/BSYymgjAnfWmBU6S/yhqhpWbAKhsaMkZiQHs6VnRdnzC97q3gbt0YSjrlvqmrZO/q2wQx1BBRGA2Wl77CZQVZU7wQQy6gUQJUB9DKYCugBA8yMEa91VAIkAqE+gC4D64MATB7BYLISSgMCKdADTXoC4I1jRBVKEQLoD7Ad+eEyqAmiIXiS6HtBpBAjC5gA4DAEcLKd3ewHcvHlTmApMazPBBjAFnokDAHoBFA4T0QrUwc1jkhUwb5Bo5psA5MErBOAAB2FzJxBOgXv34lNgobqutVAHfvW1cwDB/537z6QDKMwEURTFvChQB8vlMt0DmM8baOZxAFIcgAd8FMADgAcPWOuDkyZ4YOzAQACyAcgE8LiCZFbeAapUAHaHTFegDm7fvg11sgL8vGnmPgRwotMB3D4BrShalm07oS16AfhQwzy/+or91jaA2gRArwJmwf9AAFrDCytMydV1qgL8fIUnoWmAht452babq0DLmtZUgAlgp1MA+vuDSjYAfH9/ZhzAc+lxwE6XQZgBM1AAz1TWLw/b9MqwezvBBBASqHR2eF+u8PrJwPRsPzhpmCmVMplMJnNlePFFDeLAKQ1IoGE8XmteAuClTjZAfI8944SZuT2bbtWBl0ExVaUBDuFQfcqyjP17HxIY1cArbUMY6Mxg9hcGn9r0QORfUQIwOwYG7ufbtt1BSyBtHFQ4cFQbO8w0IzjSL+AXxj9QLoN/CAlgnw7HavHq0dcfUMCrwUfLC5KG0Wu6rteFOmiF2p5WXx/Wh5FWCWWZOkCAWdAzsBWnhtJRdgoP4EkG4FYErTce/P3N+w+ayD+NvB42gLd4++hrFBsEWqNfiHWturVj3412rHCn7+/FTkZ9YMQfSkqnFX/xrPB/SQUggRRp/sA7vEjsH6+HDkDv6j39b91p3d5UQNCKtamAkt5YvwIkoDp9f++z4n11LJfm3gG8B2lrAKECHp8efRn/HWDvxx3OuaDf5QM+4MNOF2zO8aB90HZ+CZRHTBMBOPoVodPunQa6PHWjJVClAvCsMf7N/kwAkX7w3s3RzY9+s9Zz1ky36uBfgXAKBG3lL34RdEnpGA0FIAOScxJKAMF/uArCS3EAUuqUAF5QYLtW8J+4gXexf/3945k0+/jvmwD+UOIG1keGGbaJ0lvM+LfjAPu/va2GQoHtugz+7WVwg4sdVnd0xJ1KpoJStLqAVJWGsWOgTCaTyfyMNFCpowK4rQFA/5+0AK0GAPSTcYwljXHa8AqEBJ6haT75hN9Eh/MHRUzu88Yb3J8knrdoWNMYbSc0qb8rtIya5t96CcCjBFDSqqXsJDDW2I7GlxvNp8d81kkxbmhVQpW4HTd/qjX/geugm473HrFZH/VuthhJY/6NMwsAKIFOjoHVT78AQgC3bkm3bnVSNKIqoVQqgN4jI8jjBSEA/YH4bSyAn80gCuDN+RHxDseMm2QAdKTs2vktAK3iBGL/7rSx97STugaMoDQPULDR/fWpgWgBnINGyxCAVgFEpdJOJm3bBt2MGavBOkoFkJAgJYbbY+PfE/eAD5gewbVoXNtbn8PhAA6AAzjotHsFaFg6Tj9+z5tvzt+c8IrW8G+MpdHZBWAr4HMAftH3Hwy24xXLjTYFg3OHh4e9AHrn/PKIB0ff9PMZJ3vAZHJ8AsRN8N+aZkR79j0g+B+HBPBQOUVMAJbqYPwHXokSQNJB1PY8/QBeeOHk2wRAsgc0fjKZMCF9GTzzq8Av9AtgIyv1Gc9m7wdFJSoXEiC8RFOm4vTLIMuORA+gOYYJSgNnOg74haRf4LQCvAwAQY3h35wcbOY+8UYhegHEj6zUHu/xtXYdB5wfDr744kCB8g9OkpOzPcc+OZnJZDJnQ9MocP9LgC/v6+pwA26o4yvWfKWrwj2Ae2txH0ACCDWwYKGI/wYqGSqdFQsAFvssAOc2JfB1CODr7Z99FaioUvdCYUJCs/CSgmMA9loA0qYEiLABBBxY/1BteXAz6G/qb4JOPAq61w7gHF0JAGCPYcbM+h8F753/hB1B6UoI+htJ3wQtWPyMAVSsqVIBdPUdgOsumhf8JwJwvZKhllR3GjABeBaLBV57IhhOB2CByD8E/49cAftvghWAc3QevggBfGErIL2BMP+Re0CQ+8E2vb8H+fdkE4TT+t8jXwUCaG8sWBGK7olOPqGBHmCugJfqAwa/vQZw7dv8CYt7IZPJZDKZCiv3CaNq+B0SZ85f/mL9Y+U+gS4CE0CIx8ULVCN3/It+frONnp0slL69raAyhpGVVNoXYCIIAYR4NsdcwcqeWSAOoJufCqAvIdZBst8AYJYMAEYSsJbSCLALxAGMrKe045REXNoKIOghySXtAZZ0D7i0VwFWnI+rQB4HZDKZTCZDqSuM+058/8BpA/CKu0L+GYnvK4LltroGrQzYzz/YWZ9TxvwgvhdjRbgRNgHsq99Zn0sc16XvK10PJQDjpUY4RRCM1If10ffm8W0Ou+fZg6ava2o6fe7wvKJjXsFrTVvC0vGHRADzY4p5wVoXFMXxBLr5zDnS8XzmdPPPZwVIXQWEvjAmaOIAfnMCfmd9PhlRSioZqQPUsGxMAJe2CbZw/ZXr0MYBiKqibx9dVtobwI1WmUwmk7mK2PcHJLV5iGpnbba3L50k8f6AYW0fo9tdh+3tR2/jPhvub9XmQcqdtdnePvQw9v0BnYZYPyHQE2v9BYAA+GKjsVqJ+d32zf5kNYPzF5JijdWA1nor9uFoAp2WnnhCAh5yeZCGNdLQfAmj7StSrH/88cdYA9IEdvt3xoCE5gnpCXPAYmB5WUPDy9sAth6PgCE9Wfk/wwBKqUwFkHhNG9pdg8QOFTDRiX/O7hQoy8ED2qrB6G0BAlsqZEAz0YRODxKamtJNLTTBL5JNCquVmJ9okrKa9PxOpTVMgh5m35cxs7096EH2PpAx29uPTrP3oazZ3l70MJlMJpPJZDjhzPWFgfoYtutLHADDAVATa9BwAEIXKwCgJq1tQEhiSKNcAbkHkK8CmUwmk8lkriwFuiggNAgev7v/QheFQsUjB1CQ8H8FKsD4DfpiVgBF95UIgI6+X4z/y9sDfEfff2H9U1yFCgj+Sfi/AhWQ9H9VrgIJ/1d1HBD8X8ge8OhQhJ9zTibzf4F+lDUhL7S8AAAAAElFTkSuQmCC");
}
.ui-widget-header .ui-icon {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAADwCAMAAADYSUr5AAABdFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+8RKoNAAAAfHRSTlMAvw+PLxj/7x8/f1/fb5/Pr0/DxPRVKOv+oHB1C9qZFTlEQ1PjVmAWNV20FKLCwUERujFOpVqsWIyJEwUCMIRieoAqQhAmQDIECFCDLiJUZhoSzQwgPEhKHlIshTSHgWrJxzgcvbl8q7WNqa2z/SQKBqOVoWydRj5ufpFo+i9d/wAADjNJREFUeAHsmIWO5DwQhCvgGp7Q8v8f7jEzLeP7P9IpGfS01EeOFMn+Fi1Tu1JpewwvCETwmDgGEgApuoyhQUukPfQHKYYJ5pDW305gyPYUwGgcRcmqyCX4ff45PEN9/fW31didIP1xCiQjKA7YdKCURzwgcqPWkFatWKKYQPS3GruyRDScTJFOsnwQpVIA24GKAGYzHlJ5gkIAQ11h0Xjx2wWDrJcXRR7FwgEyfnUJsl5REBa/Gl00XszogEnEYfOX0UDkAOnABaoDrN76OyS6i9FFAG4dMMpjzImnI30X0EP8tYOVBiIHKEnQcQ6IV//HPSFAB3YB8Qq53QUyaxm2AF4chJLJ6v9iupEDfCDOs2ycAv0sy6JYOMAPBmNyXMBHAoFAv+Scqi/KPlBtcc5WKco+QHJ7Z5cN83LN3v7Bf+zQSdC0KcD/uCMEuFv/awegneVJoyyI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");
}
.ui-state-default .ui-icon {
  background-image: url("data:image/png;base64,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");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAADwCAMAAADYSUr5AAABdFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+8RKoNAAAAfHRSTlMAvw+PLxj/7x8/f1/fb5/Pr0/DxPRVKOv+oHB1C9qZFTlEQ1PjVmAWNV20FKLCwUERujFOpVqsWIyJEwUCMIRieoAqQhAmQDIECFCDLiJUZhoSzQwgPEhKHlIshTSHgWrJxzgcvbl8q7WNqa2z/SQKBqOVoWydRj5ufpFo+i9d/wAADjNJREFUeAHsmIWO5DwQhCvgGp7Q8v8f7jEzLeP7P9IpGfS01EeOFMn+Fi1Tu1JpewwvCETwmDgGEgApuoyhQUukPfQHKYYJ5pDW305gyPYUwGgcRcmqyCX4ff45PEN9/fW31didIP1xCiQjKA7YdKCURzwgcqPWkFatWKKYQPS3GruyRDScTJFOsnwQpVIA24GKAGYzHlJ5gkIAQ11h0Xjx2wWDrJcXRR7FwgEyfnUJsl5REBa/Gl00XszogEnEYfOX0UDkAOnABaoDrN76OyS6i9FFAG4dMMpjzImnI30X0EP8tYOVBiIHKEnQcQ6IV//HPSFAB3YB8Qq53QUyaxm2AF4chJLJ6v9iupEDfCDOs2ycAv0sy6JYOMAPBmNyXMBHAoFAv+Scqi/KPlBtcc5WKco+QHJ7Z5cN83LN3v7Bf+zQSdC0KcD/uCMEuFv/awegneVJoyyI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");
}
.ui-state-active .ui-icon {
  background-image: url("data:image/png;base64,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");
}
.ui-state-highlight .ui-icon {
  background-image: url("data:image/png;base64,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");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("data:image/png;base64,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");
}
/* fullscreen overrides */
body.fullscreen-active #pmax_panoManager .spot,
body.fullscreen-active #pmax_panoManager .spot-pole,
body.fullscreen-active #pmax_panoManager .spot-dynamic-status,
body.fullscreen-active #pmax_panoManager #peak-labels {
  display: none !important;
}
body.fullscreen-active #pmax_panoManager .direction-marks-container {
  margin-top: 0;
}
body.fullscreen-active.panotour-active #pmax_panoManager .spot,
body.fullscreen-active.panotour-active #pmax_panoManager .spot-pole {
  display: block !important;
}
body.fullscreen-active #pmaxGui #topBar {
  display: none !important;
}
body.fullscreen-active #pmaxGui .fullscreen.exit {
  display: block;
}
body.fullscreen-active #pmaxGui #bottomBar #aboutLogo,
body.fullscreen-active #pmaxGui #bottomBar #bottomMenu,
body.fullscreen-active #pmaxGui #bottomBar #bottomSponsors,
body.fullscreen-active #pmaxGui #bottomBar #ticker,
body.fullscreen-active #pmaxGui #bottomBar .sponsor-logos-container,
body.fullscreen-active #pmaxGui #bottomBar .edge,
body.fullscreen-active #pmaxGui #bottomBar .side {
  display: none !important;
}
body.fullscreen-active #pmaxGui #bottomBar #bottomFlyout {
  top: 0;
}
body.fullscreen-active #pmaxGui #compass,
body.fullscreen-active #pmaxGui #zoomSlider,
body.fullscreen-active #pmaxGui #peakLabelsControl,
body.fullscreen-active #pmaxGui #timelapseControl,
body.fullscreen-active #pmaxGui #weatherOverlay {
  display: none !important;
}
body.timelapse-active #pmaxGui #bottomBar #bottomFlyout #timeNav {
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
body.timelapse-active #pmaxGui #bottomBar #bottomFlyout #timeNav .date {
  display: block;
  height: 20px;
  font-size: 0.8em;
  width: 100%;
  padding: 4px 0 4px 0;
  text-align: center;
  line-height: 0.85em;
}
body.timelapse-active #pmaxGui #bottomBar #bottomFlyout #timeNav .day,
body.timelapse-active #pmaxGui #bottomBar #bottomFlyout #timeNav .month,
body.timelapse-active #pmaxGui #bottomBar #bottomFlyout #timeNav .year {
  display: none;
}
body.overviewmap-opened #aboutLogo {
  display: none !important;
}
body.overviewmap-opened.overviewmap-vertical .sponsor-logos-container.sponsors-vertical-bottom.sponsors-horizontal-left {
  display: none !important;
}
body.overviewmap-opened.overviewmap-fullscreen .sponsor-logos-container,
body.overviewmap-opened.overviewmap-fullscreen #centerLogo {
  display: none !important;
}
/* fix ie issues */
.lt-ie10 #pmaxGui #bottomBar {
  z-index: auto;
}
.lt-ie10 #pmaxGui #bottomBar #bottomFlyout {
  height: 40px;
  margin-top: -40px;
}
.lt-ie10.lt-ie9 .ui-widget.ui-dialog {
  background-color: #1a1a1a;
  border-radius: 0;
  border: none;
}
.lt-ie10.lt-ie9 .ui-widget.ui-slider {
  background-color: #808080;
}
.lt-ie10.lt-ie9 #pmaxGui #topBar .instlist ul a {
  background-color: #444444;
}
.lt-ie10.lt-ie9 #pmaxGui #topBar .instlist ul a:hover,
.lt-ie10.lt-ie9 #pmaxGui #topBar .instlist ul a:focus {
  background-color: #888888;
}
.lt-ie10.lt-ie9 #share .ui-helper-hidden-accessible {
  display: none;
}
.lt-ie10.lt-ie9 #share label.ui-button {
  display: inline-block;
  margin: 0;
}
*::-ms-backdrop #pmaxGui #bottomBar #timelapseControl .center #timelapseSpeedControl #timelapseToggleButton.icon-pause {
  background-image: url('images/pause.png');
  background-size: contain;
}
*::-ms-backdrop #pmaxGui #bottomBar #timelapseControl .center #timelapseDownload #timelapseDownloadButton:before {
  background-image: url('images/download.svg');
  background-size: contain;
}
@media screen and (max-width: 960px) {
  #pmaxGui #bottomBar #peakLabelsControl .center .title {
    padding-left: 5px;
    margin-right: 10px;
  }
  #pmaxGui #bottomBar #peakLabelsControl .center #peakLabelsElevationSlider,
  #pmaxGui #bottomBar #peakLabelsControl .center #peakLabelsDistanceSlider {
    margin-right: 20px;
  }
  #pmaxGui #bottomBar #peakLabelsControl .center #peakLabelsShowElevation {
    margin-right: 5px;
  }
}
@media screen and (max-width: 810px) {
  #pmaxGui #bottomBar #peakLabelsControl .center #peakLabelsShowElevation {
    margin-right: 0;
  }
  #pmaxGui #bottomBar #peakLabelsControl .center #peakLabelsSearch .button .title {
    display: none;
  }
}
.culture-en-us #pmaxGui #bottomBar #bottomFlyout #timeNav {
  width: 165px;
}
.culture-en-us #pmaxGui #bottomBar #bottomMenu .menu-item.archive-menu a {
  min-width: 155px;
}
.culture-en-us #pmaxGui .pano-timeline#archive .time-display {
  width: 390px;
  margin-left: -195px;
}
.app.browser-ios #pmaxGui #topBar {
  margin-top: constant(safe-area-inset-top);
  margin-top: env(safe-area-inset-top);
}
.app.browser-ios #pmaxGui #topBar .bar {
  height: 2.5em;
  padding-left: 4em;
}
.app.browser-ios #pmaxGui #topBar .bar #iosBack {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 4em;
  height: 2.5em;
  line-height: 2.5em;
  background-color: rgba(255, 255, 255, 0.95);
  cursor: pointer;
  text-align: center;
}
.app.browser-ios #pmaxGui #topBar .bar #iosBack:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 70%;
  content: '\2329';
  color: #111111;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}
.app.browser-ios #pmaxGui #topBar .bar #logo {
  margin-top: 3em;
  margin-left: 0.5em;
  margin-left: constant(safe-area-inset-left);
  margin-left: env(safe-area-inset-left);
}
.app.browser-ios #pmaxGui #topBar .bar .instname {
  position: absolute;
  left: 4em;
  padding-left: 1em !important;
}
.app.browser-ios #pmaxGui #topBar .bar .instname,
.app.browser-ios #pmaxGui #topBar .bar .right {
  line-height: 2.5em;
}
.app.browser-ios #pmaxGui #bottomBar {
  margin-top: calc(constant(safe-area-inset-bottom) * -1);
  margin-top: calc(env(safe-area-inset-bottom) * -1);
}
.app.browser-ios #pmaxGui #bottomBar #bottomMenuTrigger {
  margin-left: calc(constant(safe-area-inset-left) / 2);
  margin-left: calc(env(safe-area-inset-left) / 2);
}
.app.browser-ios #pmaxGui #bottomBar #bottomMenu .menu-item {
  padding-left: constant(safe-area-inset-left);
  padding-left: env(safe-area-inset-left);
}
.app.browser-ios #pmaxGui #timeNav .jump.previous {
  margin-left: constant(safe-area-inset-left);
  margin-left: env(safe-area-inset-left);
}
.app.browser-ios #pmaxGui #timeNav .jump.next {
  margin-right: constant(safe-area-inset-right);
  margin-right: env(safe-area-inset-right);
}
.keypoint {
  position: absolute;
  display: block;
  z-index: 2000;
  top: 100px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: blue;
}
.unset-index {
  z-index: unset !important;
}
