<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ipnrm.ipnrm-widget-civic .ipnrm-progress {
  -webkit-transition: all .3s;
  transition: all .3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 1;
}
.ipnrm.ipnrm-widget-civic .ipnrm-progress.ipnrm-active {
  opacity: 1;
  pointer-events: auto;
}
.ipnrm.ipnrm-widget-civic .ipnrm-progress .ipnrm-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}
.ipnrm.ipnrm-widget-civic .ipnrm-first-load {
  -webkit-transition: all .5s;
  transition: all .5s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ipnrm.ipnrm-widget-civic .ipnrm-first-load:before {
  -webkit-transition: all .5s;
  transition: all .5s;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  max-width: 150px;
  max-height: 150px;
  -webkit-transform: translate(-50%, -50%) scale(0.9);
          transform: translate(-50%, -50%) scale(0.9);
  background-size: contain;
  background-image: url('icons/load.svg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.7));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.7));
  opacity: 0;
  cursor: pointer;
}
.ipnrm.ipnrm-widget-civic .ipnrm-first-load:hover {
  background: rgba(0, 0, 0, 0.1);
}
.ipnrm.ipnrm-widget-civic .ipnrm-first-load:hover:before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.ipnrm.ipnrm-widget-civic .ipnrm-first-load.ipnrm-hide {
  display: none;
}
.ipnrm.ipnrm-widget-civic .ipnrm-audio-player,
.ipnrm.ipnrm-widget-civic .ipnrm-interface {
  display: none;
}
.ipnrm.ipnrm-fullscreen-mode.ipnrm-widget-civic {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
  height: auto !important;
  max-width: none !important;
  max-height: none !important;
  outline: none !important;
  border: none !important;
  z-index: 999999 !important;
}
.ipnrm.ipnrm-scene-active.ipnrm-widget-civic .ipnrm-interface {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.ipnrm.ipnrm-scene-active.ipnrm-widget-civic .ipnrm-widget.ipnrm-hide-controls .ipnrm-audio-player,
.ipnrm.ipnrm-scene-active.ipnrm-widget-civic .ipnrm-widget.ipnrm-hide-controls .ipnrm-thumbs-bar,
.ipnrm.ipnrm-scene-active.ipnrm-widget-civic .ipnrm-widget.ipnrm-hide-controls .ipnrm-prev-scene,
.ipnrm.ipnrm-scene-active.ipnrm-widget-civic .ipnrm-widget.ipnrm-hide-controls .ipnrm-next-scene,
.ipnrm.ipnrm-scene-active.ipnrm-widget-civic .ipnrm-widget.ipnrm-hide-controls .ipnrm-zoom-in,
.ipnrm.ipnrm-scene-active.ipnrm-widget-civic .ipnrm-widget.ipnrm-hide-controls .ipnrm-zoom-out,
.ipnrm.ipnrm-scene-active.ipnrm-widget-civic .ipnrm-widget.ipnrm-hide-controls .ipnrm-look-up,
.ipnrm.ipnrm-scene-active.ipnrm-widget-civic .ipnrm-widget.ipnrm-hide-controls .ipnrm-look-down,
.ipnrm.ipnrm-scene-active.ipnrm-widget-civic .ipnrm-widget.ipnrm-hide-controls .ipnrm-look-left,
.ipnrm.ipnrm-scene-active.ipnrm-widget-civic .ipnrm-widget.ipnrm-hide-controls .ipnrm-look-right,
.ipnrm.ipnrm-scene-active.ipnrm-widget-civic .ipnrm-widget.ipnrm-hide-controls .ipnrm-home,
.ipnrm.ipnrm-scene-active.ipnrm-widget-civic .ipnrm-widget.ipnrm-hide-controls .ipnrm-fullscreen,
.ipnrm.ipnrm-scene-active.ipnrm-widget-civic .ipnrm-widget.ipnrm-hide-controls .ipnrm-vr {
  display: none;
}
.ipnrm.ipnrm-scene-active.ipnrm-widget-civic .ipnrm-audio-player {
  position: absolute;
  top: 7px;
  left: 7px;
  display: none;
  z-index: 1;
}
.ipnrm.ipnrm-scene-active.ipnrm-widget-civic .ipnrm-audio-player.ipnrm-active {
  display: block;
}
.ipnrm.ipnrm-scene-active.ipnrm-widget-civic .ipnrm-audio-player:before {
  -webkit-transition: background .5s;
  transition: background .5s;
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  width: 28px;
  height: 100px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 30px;
  opacity: 0;
  pointer-events: none;
}
.ipnrm.ipnrm-scene-active.ipnrm-widget-civic .ipnrm-audio-player .ipnrm-volume {
  width: 18px;
  height: 18px;
  background-size: contain;
  background-image: url('icons/volume-on.svg');
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
  cursor: pointer;
}
.ipnrm.ipnrm-scene-active.ipnrm-widget-civic .ipnrm-audio-player.ipnrm-volume-panel-active:before,
.ipnrm.ipnrm-scene-active.ipnrm-widget-civic .ipnrm-audio-player.ipnrm-volume-panel-active .ipnrm-volume-panel {
  opacity: 1;
  pointer-events: auto;
}
.ipnrm.ipnrm-scene-active.ipnrm-widget-civic .ipnrm-audio-player.ipnrm-mute .ipnrm-volume {
  background-image: url('icons/volume-off.svg');
}
.ipnrm.ipnrm-scene-active.ipnrm-widget-civic .ipnrm-audio-player.ipnrm-mute:before,
.ipnrm.ipnrm-scene-active.ipnrm-widget-civic .ipnrm-audio-player.ipnrm-mute .ipnrm-volume-panel {
  opacity: 0;
  pointer-events: none;
}
.ipnrm.ipnrm-scene-active.ipnrm-widget-civic .ipnrm-audio-player .ipnrm-volume-panel {
  position: absolute;
  top: 15px;
  left: 0;
  width: 18px;
  height: 60px;
  margin: 10px 0;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
}
.ipnrm.ipnrm-scene-active.ipnrm-widget-civic .ipnrm-audio-player .ipnrm-volume-slider {
  position: relative;
  height: 100%;
}
.ipnrm.ipnrm-scene-active.ipnrm-widget-civic .ipnrm-audio-player .ipnrm-volume-track {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  margin-left: -2px;
  width: 4px;
  background: #9d9c9c;
  border-radius: 3px;
}
.ipnrm.ipnrm-scene-active.ipnrm-widget-civic .ipnrm-audio-player .ipnrm-volume-progress {
  position: absolute;
  bottom: 0;
  height: 0;
  width: 100%;
  background: #fff;
  border-radius: 3px;
}
.ipnrm.ipnrm-scene-active.ipnrm-widget-civic .ipnrm-thumbs-bar {
  background-color: rgba(0, 0, 0, 0.5);
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.ipnrm.ipnrm-scene-active.ipnrm-widget-civic .ipnrm-thumbs-bar::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
.ipnrm.ipnrm-scene-active.ipnrm-widget-civic .ipnrm-thumbs-bar::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.6);
  border: none;
  cursor: pointer;
}
.ipnrm.ipnrm-scene-active.ipnrm-widget-civic .ipnrm-thumbs-bar::-webkit-scrollbar-thumb:hover,
.ipnrm.ipnrm-scene-active.ipnrm-widget-civic .ipnrm-thumbs-bar::-webkit-scrollbar-thumb:active {
  background: #ffffff;
}
.ipnrm.ipnrm-scene-active.ipnrm-widget-civic .ipnrm-thumbs-bar::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
  border: none;
}
.ipnrm.ipnrm-scene-active.ipnrm-widget-civic .ipnrm-thumbs-bar::-webkit-scrollbar-track:hover,
.ipnrm.ipnrm-scene-active.ipnrm-widget-civic .ipnrm-thumbs-bar::-webkit-scrollbar-track:active {
  background: rgba(0, 0, 0, 0.3);
}
.ipnrm.ipnrm-scene-active.ipnrm-widget-civic .ipnrm-thumbs-bar::-webkit-scrollbar-corner {
  background: transparent;
}
.ipnrm.ipnrm-scene-active.ipnrm-widget-civic .ipnrm-thumbs-bar.ipnrm-hide {
  display: none;
}
.ipnrm.ipnrm-scene-active.ipnrm-widget-civic .ipnrm-thumbs-bar .ipnrm-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  float: left;
}
.ipnrm.ipnrm-scene-active.ipnrm-widget-civic .ipnrm-thumbs-bar .ipnrm-thumb {
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
  display: block;
  float: left;
  margin: 10px 5px;
  cursor: pointer;
}
.ipnrm.ipnrm-scene-active.ipnrm-widget-civic .ipnrm-thumbs-bar .ipnrm-thumb:hover,
.ipnrm.ipnrm-scene-active.ipnrm-widget-civic .ipnrm-thumbs-bar .ipnrm-thumb.ipnrm-active {
  background: rgba(85, 85, 85, 0.7);
}
.ipnrm.ipnrm-scene-active.ipnrm-widget-civic .ipnrm-thumbs-bar .ipnrm-thumb:hover .ipnrm-thumb-title,
.ipnrm.ipnrm-scene-active.ipnrm-widget-civic .ipnrm-thumbs-bar .ipnrm-thumb.ipnrm-active .ipnrm-thumb-title,
.ipnrm.ipnrm-scene-active.ipnrm-widget-civic .ipnrm-thumbs-bar .ipnrm-thumb:hover img,
.ipnrm.ipnrm-scene-active.ipnrm-widget-civic .ipnrm-thumbs-bar .ipnrm-thumb.ipnrm-active img {
  border-color: #fff;
}
.ipnrm.ipnrm-scene-active.ipnrm-widget-civic .ipnrm-thumbs-bar .ipnrm-thumb .ipnrm-thumb-title {
  padding: 5px 10px;
  color: #fff;
  font-size: 14px;
  border: 2px solid rgba(255, 255, 255, 0.5);
}
.ipnrm.ipnrm-scene-active.ipnrm-widget-civic .ipnrm-thumbs-bar .ipnrm-thumb img {
  display: block;
  height: 60px;
  border: 2px solid rgba(0, 0, 0, 0.5);
}
.ipnrm.ipnrm-scene-active.ipnrm-widget-civic .ipnrm-menu-bar {
  display: table;
  border-spacing: 10px;
  margin: 0 auto;
}
.ipnrm.ipnrm-scene-active.ipnrm-widget-civic .ipnrm-btn {
  -webkit-transition: background .5s;
  transition: background .5s;
  position: relative;
  display: table-cell;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ipnrm.ipnrm-scene-active.ipnrm-widget-civic .ipnrm-btn.ipnrm-hide {
  display: none;
}
.ipnrm.ipnrm-scene-active.ipnrm-widget-civic .ipnrm-btn:before,
.ipnrm.ipnrm-scene-active.ipnrm-widget-civic .ipnrm-btn:after {
  content: '';
  position: absolute;
}
.ipnrm.ipnrm-scene-active.ipnrm-widget-civic .ipnrm-btn:before {
  -webkit-transition: all .3s;
  transition: all .3s;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 30px;
}
.ipnrm.ipnrm-scene-active.ipnrm-widget-civic .ipnrm-btn:after {
  top: 50%;
  left: 50%;
  width: 22px;
  height: 22px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
}
.ipnrm.ipnrm-scene-active.ipnrm-widget-civic .ipnrm-btn:hover:before {
  background-color: rgba(0, 0, 0, 0.7);
}
.ipnrm.ipnrm-scene-active.ipnrm-widget-civic .ipnrm-prev-scene:after {
  background-image: url('icons/arrow-outline-left.svg');
}
.ipnrm.ipnrm-scene-active.ipnrm-widget-civic .ipnrm-next-scene:after {
  background-image: url('icons/arrow-outline-right.svg');
}
.ipnrm.ipnrm-scene-active.ipnrm-widget-civic .ipnrm-zoom-in:after {
  background-image: url('icons/add-outline.svg');
}
.ipnrm.ipnrm-scene-active.ipnrm-widget-civic .ipnrm-zoom-out:after {
  background-image: url('icons/minus-outline.svg');
}
.ipnrm.ipnrm-scene-active.ipnrm-widget-civic .ipnrm-look-up:after {
  background-image: url('icons/cheveron-outline-up.svg');
}
.ipnrm.ipnrm-scene-active.ipnrm-widget-civic .ipnrm-look-down:after {
  background-image: url('icons/cheveron-outline-down.svg');
}
.ipnrm.ipnrm-scene-active.ipnrm-widget-civic .ipnrm-look-left:after {
  background-image: url('icons/cheveron-outline-left.svg');
}
.ipnrm.ipnrm-scene-active.ipnrm-widget-civic .ipnrm-look-right:after {
  background-image: url('icons/cheveron-outline-right.svg');
}
.ipnrm.ipnrm-scene-active.ipnrm-widget-civic .ipnrm-home:after {
  background-image: url('icons/home.svg');
}
.ipnrm.ipnrm-scene-active.ipnrm-widget-civic .ipnrm-fullscreen:after {
  background-image: url('icons/fullscreen-on.svg');
}
.ipnrm.ipnrm-scene-active.ipnrm-widget-civic .ipnrm-fullscreen.ipnrm-active:after {
  background-image: url('icons/fullscreen-off.svg');
}
.ipnrm.ipnrm-scene-active.ipnrm-widget-civic .ipnrm-vr:after {
  background-image: url('icons/vr-off.svg');
}
.ipnrm.ipnrm-scene-active.ipnrm-widget-civic .ipnrm-vr.ipnrm-active:after {
  background-image: url('icons/vr-on.svg');
}
.ipnrm.ipnrm-scene-active.ipnrm-widget-civic .ipnrm-toggle-interface:after {
  background-image: url('icons/view-show.svg');
}
.ipnrm.ipnrm-scene-active.ipnrm-widget-civic .ipnrm-toggle-interface.ipnrm-active:after {
  background-image: url('icons/view-hide.svg');
}
@media (max-width: 1024px) {
  .ipnrm.ipnrm-widget-civic .ipnrm-first-load:before {
    opacity: 1;
  }
}
@media only screen and (max-width: 479px) {
  .ipnrm.ipnrm-scene-active.ipnrm-widget-civic .ipnrm-menu-bar .ipnrm-btn:before {
    width: 26px;
    height: 26px;
  }
  .ipnrm.ipnrm-scene-active.ipnrm-widget-civic .ipnrm-menu-bar .ipnrm-btn:after {
    width: 18px;
    height: 18px;
  }
}
</pre></body></html>