@keyframes react-loading-skeleton{to{transform:translateX(100%)}}.react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:var(
    --custom-highlight-background,linear-gradient(90deg,var(--base-color) 0,var(--highlight-color) 50%,var(--base-color) 100%)
  );transform:translateX(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display:none}}.Container_container__1Pm77{margin:2em auto;width:100%;height:100%;text-align:center;display:flex;align-items:center;justify-content:center}.Container_loading__yVqTS{position:absolute;z-index:1}.Container_image__CnUwg{max-width:100%;max-height:100%;vertical-align:middle}.Vote_container__WSfwZ{width:100%;height:2em;display:flex;justify-content:space-between}.Vote_container__WSfwZ #upvote{margin-left:3.5em}.Vote_container__WSfwZ #downvote{margin-right:3.5em;transform:rotate(180deg)}.Vote_container__WSfwZ #downvote svg{margin-top:12px}.Vote_arrow__b2upG svg{cursor:pointer;width:2em;padding:.1em}.Vote_arrow__b2upG :hover{color:#aaa}.Vote_score__aMVFq{margin-left:.3em;margin-right:.3em}.Controls_container__SHIbj{margin:0 auto;width:14em;height:10em}.Controls_location__KIIRS{margin-top:.5em;font-size:14pt}.Controls_current__ZwKXH{margin-top:.25em;font-weight:300}.Controls_current__ZwKXH #dash{opacity:.5}.Controls_vote__foYHU{margin-top:.2em}.Controls_statusIcons__NEEhL{margin-top:.5em;display:flex;align-items:center;justify-content:center;opacity:.5}.Home_home__lipdu{text-align:center}.Home_title__q0Qg4{margin-top:1em;font-size:16pt;font-weight:450}.Home_subtitle__tYBZW{margin-top:.5em;font-size:10pt}.Home_container__97eC3{height:30em;text-align:center;margin-bottom:2em}.Home_panel__1noHF{width:60%;max-width:40em;margin:0 auto;display:flex;justify-content:space-between}.Home_panel__1noHF svg{cursor:pointer}.Home_panel__1noHF .button svg{margin-top:2em}.Home_panel__1noHF #secondary{margin-right:-4em}.Home_panel__1noHF #secondary svg{margin-right:.5em}.Home_panel__1noHF #primary :hover,.Home_panel__1noHF #secondary :hover{color:#aaa}.Home_footer__zed0_{font-weight:300;margin:1em auto}.Home_footer__zed0_ .button svg{cursor:pointer}.Home_footer__zed0_ .button :hover{color:#aaa}.Home_footer__zed0_ #id{font-size:9pt;text-transform:uppercase;margin-top:1em;margin-bottom:.5em}.Home_footer__zed0_ #footer{font-size:10pt}.Home_footer__zed0_ #footer a{margin-left:1em}.Home_map__HFYbv{margin-top:1em;height:420px}@media only screen and (max-width:45em){.Home_panel__1noHF{width:95%}}