/* ROOT */
:root {
  --black: #000;
  --green: #00811f;
  --red: #F60000;
  --blue:#1070c9;
  --lightgrey: #f9f9f9;
  --grey: #f0f1f1;
  --darkgrey: #7D7D7D;
  --white: #ffffff;
  --gold: #CC9900;
  --contain:24px;
}

/* THEME */
body {
  font-family: "Arial", sans-serif;
  font-size: 16px;
  line-height: 32px;
  padding: 0px;
  margin: 0px;
  color: var(--black);
  background-color: var(--black);
}
body > main {
  position: relative;
  z-index: 0;
  min-height: 100svh;
}
body > main figure.featured {
  background-color: var(--white);
  height: 256px;
  min-height: 256px;
  max-height: 256px;
  margin: 0px;
  padding: 0px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
body > main figure.featured > picture {
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
  height: 256px;
  min-height: 256px;
  max-height: 256px;
  margin: 0px;
  padding: 0px;
}
body > main figure.featured > picture > img {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
body > main figure.featured > picture > svg {
  display: inline-block;
  width: 80%;
  max-width: 420px;
  margin: 5% 7.5% 5% 2.5%;
}
body > main figure.featured > picture > svg path.letters {
  fill: #fff;
}
body > main figure.featured > picture::before {
  content: "";
  display: block;
  width: 2048px;
  height: 96px;
  position: absolute;
  left: 0px;
  bottom: -16px;
  right: auto;
  top: auto;
  z-index: 2;
  background: url('data:image/svg+xml;utf8,<svg id="wave" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 640 96" fill="white">   <path d="M0,96v-63.68c290.08,130.08,333.58-116.69,640,0v63.68H0Z"/> </svg>') repeat-x left bottom/640px 96px;
  animation-name: wavey-front;
  animation-duration: 1s;
}
body > main figure.featured > picture::after {
  content: "";
  display: block;
  width: 2048px;
  height: 96px;
  position: absolute;
  left: 0px;
  bottom: -2px;
  right: auto;
  top: auto;
  z-index: 1;
  background: url('data:image/svg+xml;utf8,<svg id="wave" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 640 96" fill="%23CC9900">   <path d="M0,96v-63.68c290.08,130.08,333.58-116.69,640,0v63.68H0Z"/> </svg>') repeat-x -32px bottom/608px 96px;
  animation-name: wavey-back;
  animation-duration: 1s;
}
body > main figure.featured > figcaption {
  display: none;
}
body > main figure.featured.-default {
  background-color: var(--gold);
  height: auto;
  min-height: auto;
}
body > main figure.featured.-default > picture {
  height: auto;
  min-height: auto;
  aspect-ratio: 2/1.15;
}
body > main figure.featured.-default > picture::after {
  content: "";
  display: block;
  width: 2048px;
  height: 96px;
  position: absolute;
  left: 0px;
  bottom: -2px;
  right: auto;
  top: auto;
  z-index: 1;
  background: url('data:image/svg+xml;utf8,<svg id="wave" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 640 96" fill="black">   <path d="M0,96v-63.68c290.08,130.08,333.58-116.69,640,0v63.68H0Z"/> </svg>') repeat-x -32px bottom/608px 96px;
  animation-name: wavey-back;
  animation-duration: 1s;
}
body > main hgroup.intro {
  position: relative;
  line-height: 24px;
  font-size: inherit;
  padding: var(--contain) 0 var(--contain) 0;
}
body > main hgroup.intro strong {
  display: block;
  color: var(--black);
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: 1.2em;
  margin-bottom: 4px;
}
body > main hgroup.intro h1 {
  color: var(--gold);
  margin: 0px;
  line-height: 28px;
  font-size: 1.5em;
  line-height: 1.2em;
}
body > main hgroup.intro h2 {
  color: var(--darkgrey) !important;
  font-style: italic;
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.2em;
  margin-bottom: 0px;
  margin-top: 4px;
}
body > main hgroup.intro > i {
  position: absolute;
  left: 0px;
  bottom: calc(100% - 40px);
  width: 64px;
  height: 85px;
  background: transparent url("location_pin.png?v=1743757252") no-repeat center center/64px;
  color: var(--gold);
  animation-name: poi-pointer;
  animation-duration: 1s;
}
body > main hgroup.intro > i span {
  position: absolute;
  left: 50%;
  top: 20px;
  text-align: center;
  transform: translateX(-50%);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  color: var(--gold);
}
body > main hgroup.intro > a.googlemaps {
  position: relative;
  z-index: 10;
  text-decoration: none;
  font-size: 13px;
  color: #7D7D7D;
}
body > main hgroup.intro > a.googlemaps > u {
  text-decoration: underline;
}
body > main hgroup.intro > span.ar {
  position: absolute;
  right: 24px;
  bottom: 16px;
  width: 24px;
  height: 24px;
  color: var(--red);
}
body > main hgroup.intro.-has-icon {
  padding-right: 88px;
}
body > main hgroup.intro.-has-icon > b {
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 80px;
}
body > main section.audio {
  padding: 0 24px;
  margin: 0 auto;
  border: 0px solid black;
}
body > main section.audio > audio {
  display: none;
}
body > main section.audio > div.player {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  background-color: var(--lightgrey);
  margin: 0px;
  padding: 8px 0;
}
body > main section.audio > div.player > button {
  -webkit-appearance: none;
  outline: none;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  border: none;
  width: 64px;
  flex-basis: 64px;
  flex-shrink: 0;
  height: 32px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23F60000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-play"><polygon points="5 3 19 12 5 21 5 3"></polygon></svg>') no-repeat center center/24px;
}
body > main section.audio > div.player > time {
  -webkit-appearance: none;
  width: calc(100% - 64px);
  padding-left: 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
body > main section.audio > div.player > time > progress {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  height: 20px;
  padding: 8px 0;
  color: var(--green);
  background-color: transparent;
  box-shadow: none;
  border: none;
}
body > main section.audio > div.player > time > progress::-webkit-progress-bar {
  background-color: var(--white);
  color: var(--white);
}
body > main section.audio > div.player > time > progress::-webkit-progress-value {
  background-color: var(--red);
  color: var(--red);
}
body > main section.audio > div.player > time > progress::-moz-progress-bar {
  background-color: var(--red);
  color: var(--red);
}
body > main section.audio > div.player > time > small {
  display: inline-block;
  font-size: 10px;
  padding-left: 24px;
  padding-right: 24px;
  min-width: 84px;
  text-align: left;
}
body > main section.audio > div.player > time > u {
  position: absolute;
  left: 0px;
  top: 0px;
}
body > main section.audio > div.player.play > button {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="%23F60000" stroke="%23F60000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-play"><polygon points="5 3 19 12 5 21 5 3"></polygon></svg>') no-repeat center center/24px;
}
body > main section.audio > div.player.pause > button {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="%23F60000" stroke="%23F60000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-pause"><rect x="6" y="4" width="4" height="16"></rect><rect x="14" y="4" width="4" height="16"></rect></svg>') no-repeat center center/24px;
}
body > main section.video > object {
  position: relative;
  display: block;
  background-color: var(--lightgrey);
}
body > main section.video > object > video {
  vertical-align: bottom;
}
body > main section.video > object > video + figure {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  overflow: hidden;
  transition: opacity 175ms linear;
}
body > main section.video > object > video + figure * {
  pointer-events: none;
}
body > main section.video > object > video + figure > picture {
  display: block;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}
body > main section.video > object > video + figure > picture > img {
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  object-fit: cover;
}
body > main section.video > object > video + figure > picture > button {
  display: none;
}
body > main section.video > object > video + figure > figcaption {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  padding: 20px;
  margin: 0px;
  background-color: var(--white);
  border-radius: 4px;
}
body > main section.video > object > video + figure > figcaption > i {
  display: inline-block;
  line-height: 24px;
}
body > main section.video > object > video + figure > figcaption > i > svg {
  fill: var(--red);
  stroke: var(--red);
}
body > main section.video > object > video + figure > figcaption::before {
  display: none;
}
body > main section.video > object > video + figure > figcaption::after {
  display: none;
}
body > main section.video > object > video + figure:hover {
  cursor: pointer;
}
body > main section.video > object > video ~ p {
  display: block;
  position: relative;
  padding-left: var(--contain);
  padding-right: var(--contain);
  font-size: 14px;
  line-height: 24px;
  margin: 0px;
  margin-left: 24px;
  margin-right: 24px;
  padding: 16px;
}
body > main section.video > object > video ~ p::before {
  content: "";
  display: block;
  width: 7px;
  height: calc(100% + 10px);
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  z-index: 0;
  left: -2px;
  bottom: 16px;
}
body > main section.video > object > video ~ p::after {
  content: "";
  display: block;
  width: 3px;
  height: calc(100% + 8px);
  background-color: var(--green);
  position: absolute;
  z-index: 1;
  left: 0px;
  bottom: 16px;
}
body > main section.video > object.--play > video + figure {
  opacity: 0;
  pointer-events: none;
}
body > main section.video > p {
  padding-left: var(--contain);
  padding-right: var(--contain);
}
body > main section.panorama > object {
  display: block;
}
body > main section.panorama > object + p {
  padding-left: 24px;
  font-size: 14px;
  font-style: italic;
}
body > main nav.downloads {
  padding: 24px;
}
body > main nav.downloads > a {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0 8px;
  text-decoration: none;
  background-color: var(--gold);
  color: var(--white);
  padding: 12px;
}
body > main nav.downloads > a > i {
  flex-basis: 24px;
  height: 24px;
}
body > main nav.downloads > a > span {
  line-height: 24px;
  font-weight: 700;
}
body > main > article.content {
  position: relative;
  z-index: 1;
  min-height: 100svh;
  background-color: var(--white);
  color: var(--black);
  padding: calc(env(safe-area-inset-top) + var(--contain)) var(--contain) 112px var(--contain);
}
body > main > article.content h1, body > main > article.content h2, body > main > article.content h3, body > main > article.content h4, body > main > article.content h5, body > main > article.content h6 {
  color: var(--gold);
  line-height: 1.2em;
}
body > main > article.content h4, body > main > article.content h5, body > main > article.content h6 {
  margin-bottom: 1em;
}
body > main > article.content > ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: inherit;
}
body > main > article.content > ul > li {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23F60000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right"><polyline points="9 18 15 12 9 6"></polyline></svg>') no-repeat left 4px/24px;
  padding-left: 24px;
}
body > main > article.content > ol {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: inherit;
}
body > main > article.content > ol.summary {
  margin-left: -12px;
  min-width: calc(100% + 24px);
}
body > main > article.content > ol.summary li {
  display: block;
  margin-bottom: 12px;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  line-height: inherit;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.15);
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 125ms linear 175ms, transform 175ms linear 175ms;
}
body > main > article.content > ol.summary li > figure.featured {
  height: 196px;
  min-height: 196px;
  max-height: 196px;
  position: relative;
  z-index: 0;
}
body > main > article.content > ol.summary li > figure.featured > picture {
  height: 196px;
  min-height: 196px;
  max-height: 196px;
}
body > main > article.content > ol.summary li > figure.featured > picture > button {
  display: none;
}
body > main > article.content > ol.summary li > figure.featured > picture > svg {
  max-width: 256px;
}
body > main > article.content > ol.summary li > figure.featured > picture > img {
  min-height: 196px;
  max-height: 196px;
  object-fit: cover;
}
body > main > article.content > ol.summary li > figure.featured > picture::after {
  animation-name: none;
}
body > main > article.content > ol.summary li > figure.featured > picture::before {
  animation-name: none;
}
body > main > article.content > ol.summary li > hgroup.intro {
  padding: 0 24px 48px 24px;
  font-size: 14px;
}
body > main > article.content > ol.summary li > hgroup.intro h1 {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right"><polyline points="9 18 15 12 9 6"></polyline></svg>') no-repeat right 4px/20px 20px;
  padding-right: 28px;
}
body > main > article.content > ol.summary li > hgroup.intro h2 {
  padding-right: 28px;
  font-style: normal;
}
body > main > article.content > ol.summary li > hgroup.intro > a.googlemaps {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: var(--lightgrey);
  font-style: italic;
}
body > main > article.content > ol.summary li > hgroup.intro > span.ar {
  bottom: calc(100% + 6px);
}
body > main > article.content > ol.summary li > hgroup.intro.-has-icon {
  padding-right: 24px;
}
body > main > article.content > ol.summary li > hgroup.intro.-has-icon > b {
  display: none;
}
body > main > article.content > ol.summary li > hgroup.intro.-has-pin {
  padding-left: 80px;
}
body > main > article.content > ol.summary li > hgroup.intro.-has-pin > i {
  left: 12px;
}
body > main > article.content > ol.summary li > hgroup.intro.-has-pin > a.googlemaps {
  padding-left: 80px;
}
body > main > article.content > ol.summary li > a {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
body > main > article.content > ol.summary li > a:hover ~ figure.featured > picture::before {
  animation-name: wavey-front;
  animation-duration: 1s;
}
body > main > article.content > ol.summary li > a:hover ~ figure.featured > picture::after {
  animation-name: wavey-back;
  animation-duration: 1s;
}
body > main > article.content > ol.summary li.scrolled {
  opacity: 1;
  transform: none;
}
body > main > article.content blockquote {
  display: block;
  position: relative;
  background: transparent url("quote_bubble.png?v=1743757252") no-repeat left 30px/96px;
  min-height: 80px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 46px 0px 16px 96px;
  color: var(--darkgrey);
  border-top: var(--gold) 2px solid;
}
body > main > article.content blockquote > svg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  display: none;
}
body > main > article.content blockquote > h4 {
  margin: 0px;
  font-style: italic;
  color: var(--red);
  line-height: 28px;
}
body > main > article.content blockquote > p:last-child {
  margin-bottom: 0px;
}
body > main > article.content blockquote.alt {
  background: transparent url("quote_ar.jpg?v=1743757252") no-repeat left 30px/80px;
  min-height: 106px;
  min-height: 138px;
}
body > main > article.content hr {
  border: none;
  border-top: var(--gold) 2px solid;
}
body > main > article.content a[href^="uniwebview://"] {
  font-weight: bold;
  text-decoration: none;
}
body > main > article.content a[href^="uniwebview://ar"] {
  display: inline-block;
  padding: 10px 16px 10px 12px;
  border-radius: 24px;
  font-size: 14px;
  line-height: 24px;
  background-color: var(--gold);
  color: var(--white);
  position: relative;
}
body > main > article.content a[href^="uniwebview://ar"]::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 6px;
  vertical-align: top;
  background-color: #fff;
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><polyline points="201.14 64 256 32 310.86 64" fill="none" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/><line x1="256" y1="32" x2="256" y2="112" fill="none" stroke="black" stroke-linecap="round" stroke-miterlimit="10" stroke-width="32"/><polyline points="310.86 448 256 480 201.14 448" fill="none" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/><line x1="256" y1="480" x2="256" y2="400" fill="none" stroke="black" stroke-linecap="round" stroke-miterlimit="10" stroke-width="32"/><polyline points="64 207.51 64 144 117.15 112.49" fill="none" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/><line x1="64" y1="144" x2="131.29" y2="184" fill="none" stroke="black" stroke-linecap="round" stroke-miterlimit="10" stroke-width="32"/><polyline points="448 304.49 448 368 394.85 399.51" fill="none" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/><line x1="448" y1="368" x2="380.71" y2="328" fill="none" stroke="black" stroke-linecap="round" stroke-miterlimit="10" stroke-width="32"/><polyline points="117.15 400 64 368 64 304.49" fill="none" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/><line x1="64" y1="368" x2="130.64" y2="328" fill="none" stroke="black" stroke-linecap="round" stroke-miterlimit="10" stroke-width="32"/><polyline points="394.85 112.49 448 144 448 207.51" fill="none" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/><line x1="448" y1="144" x2="380.71" y2="184" fill="none" stroke="black" stroke-linecap="round" stroke-miterlimit="10" stroke-width="32"/><polyline points="256 320 256 256 310.86 224" fill="none" stroke="black" stroke-linecap="round" stroke-miterlimit="10" stroke-width="32"/><line x1="256" y1="256" x2="201.14" y2="224" fill="none" stroke="black" stroke-linecap="round" stroke-miterlimit="10" stroke-width="32"/></svg>');
  mask-repeat: no-repeat;
  mask-size: 24px;
  mask-position: center center;
}
body > main > article.content a[href^="uniwebview://ar"].disabled {
  background-color: var(--grey);
  color: var(--black);
}
body > main > article.content a[href^="uniwebview://ar"].disabled::before {
  background-color: var(--black);
}
body > main > article.content a[href^="uniwebview://ar"].disabled {
  background-color: var(--grey);
  color: var(--black);
}
body > main > article.content a[href^="uniwebview://ar"].disabled > div {
  display: block;
  width: 488px;
  max-width: calc(100vw - 32px);
  opacity: 0;
  pointer-events: none;
  transition: transform 125ms ease-in-out;
  position: absolute;
  z-index: 10;
  left: 50%;
  bottom: calc(100% + 8px);
  background-color: var(--grey);
  color: var(--black);
  color: var(--black);
  transform: translate3d(-50%, 8px, 0);
  text-align: left;
  font-weight: 400;
}
body > main > article.content a[href^="uniwebview://ar"].disabled > div > * {
  pointer-events: none;
}
body > main > article.content a[href^="uniwebview://ar"].disabled > div h6 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 8px;
  margin: 0px;
  padding: 20px;
  text-align: center;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2em;
  color: var(--black);
}
body > main > article.content a[href^="uniwebview://ar"].disabled > div h6 > * {
  display: inline-block;
  pointer-events: none;
}
body > main > article.content a[href^="uniwebview://ar"].disabled > div h6 > span {
  align-self: center;
  text-align: left;
}
body > main > article.content a[href^="uniwebview://ar"].disabled > div h6 > i, body > main > article.content a[href^="uniwebview://ar"].disabled > div h6 > b {
  height: 24px;
}
body > main > article.content a[href^="uniwebview://ar"].disabled > div h6 > b {
  justify-self: flex-end;
  margin-left: auto;
}
body > main > article.content a[href^="uniwebview://ar"].disabled > div > section {
  max-height: calc(100vh - 128px);
  overflow: hidden;
  overflow-y: auto;
  padding: 20px;
  padding-top: 0px;
}
body > main > article.content a[href^="uniwebview://ar"].disabled > div > section ol {
  padding-left: 20px;
}
body > main > article.content a[href^="uniwebview://ar"].disabled > div > section a {
  color: inherit;
}
body > main > article.content a[href^="uniwebview://ar"].disabled[open] > div {
  transform: translate3d(-50%, 0, 0);
  opacity: 1;
}
body > main > article.content a[href^="uniwebview://ar"].disabled[open] > div > h6 {
  pointer-events: all;
}
body > main > article.content a[href^="uniwebview://ar"].disabled[open=detailed] > div > h6 {
  padding-bottom: 10px;
}
body > main > article.content a[href^="uniwebview://ar"].disabled[open=detailed] > div > h6 > b {
  transform: rotate(180deg);
}
body > main > article.content a[href^="uniwebview://ar"].disabled[open=detailed] > div > section a {
  pointer-events: all;
}
body > main > article.content a[href^="uniwebview://ar"].disabled:not([open=detailed]) h6 ~ * {
  display: none;
}
body > main > figure.featured {
  background-color: var(--black);
}
body > main > figure.featured > picture > button {
  display: none;
}
body > main > figure.featured > picture > img {
  position: relative;
  z-index: 0;
  vertical-align: bottom;
  object-fit: cover;
  width: 100%;
  height: 256px;
  min-height: 256px;
  max-height: none !important;
  transform: scale(1.2);
  opacity: 0.8;
  transition: opacity 125ms linear, transform 275ms ease-in-out, filter 125ms linear;
  will-change: opacity, transform, filter, min-height;
}
body > main > figure.featured > picture > figcaption {
  position: absolute;
  z-index: 1;
  top: calc(env(safe-area-inset-top) + 14px);
  left: 24px;
  font-size: 14px;
  transition: opacity 125ms linear 125ms;
  color: var(--white);
  opacity: 0.8;
}
body > main > figure.featured.--zoom > picture > img {
  opacity: 1;
}
body > main > figure.featured + article {
  padding-top: var(--contain) !important;
}
.--scrolled > main > figure.featured {
  background: var(--black);
}
.--scrolled > main > figure.featured > picture {
  overflow: hidden;
}
.--scrolled > main > figure.featured > picture > img {
  transform: scale(1);
  filter: blur(1px) grayscale(100%);
  opacity: 0.6;
}
.--scrolled > main > figure.featured > picture > figcaption {
  opacity: 0;
}

body > footer.uniwebview {
  position: fixed;
  z-index: 3;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
body > footer.uniwebview > nav {
  max-width: 512px;
  margin: 0 auto;
}
body > footer.uniwebview > nav > ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0px;
  padding: 24px var(--contain) 24px var(--contain);
  background-color: #FFF;
}
body > footer.uniwebview > nav > ul > li {
  display: inline-block;
}
body > footer.uniwebview > nav > ul > li > a {
  display: block;
  text-decoration: none;
  color: var(--white);
  border-radius: 24px;
  background-color: var(--red);
  padding: 6px 16px 6px 12px;
  font-size: 14px;
  white-space: nowrap;
  position: relative;
}
body > footer.uniwebview > nav > ul > li > a > * {
  display: inline-block;
  vertical-align: middle;
  pointer-events: none;
}
body > footer.uniwebview > nav > ul > li > a > i {
  width: 24px;
  height: 24px;
  margin-right: 6px;
}
body > footer.uniwebview > nav > ul > li > a > i > * {
  display: block;
  width: 24px;
  height: 24px;
}
body > footer.uniwebview > nav > ul > li > a > span {
  font-weight: 700;
}
body > footer.uniwebview > nav > ul > li.ar > a {
  background-color: var(--gold);
}
body > footer.uniwebview > nav > ul > li.ar > a.disabled {
  background-color: var(--grey);
  color: var(--black);
}
body > footer.uniwebview > nav > ul > li.ar > a.disabled > div {
  display: block;
  width: 488px;
  max-width: calc(100vw - 32px);
  opacity: 0;
  pointer-events: none;
  transition: transform 125ms ease-in-out;
  position: absolute;
  z-index: 10;
  left: 50%;
  bottom: calc(100% + 8px);
  background-color: var(--grey);
  color: var(--black);
  color: var(--black);
  transform: translate3d(-50%, 8px, 0);
  text-align: left;
  font-weight: 400;
}
body > footer.uniwebview > nav > ul > li.ar > a.disabled > div > * {
  pointer-events: none;
}
body > footer.uniwebview > nav > ul > li.ar > a.disabled > div h6 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 8px;
  margin: 0px;
  padding: 20px;
  text-align: center;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2em;
  color: var(--black);
}
body > footer.uniwebview > nav > ul > li.ar > a.disabled > div h6 > * {
  display: inline-block;
  pointer-events: none;
}
body > footer.uniwebview > nav > ul > li.ar > a.disabled > div h6 > span {
  align-self: center;
  white-space: normal;
  text-align: left;
}
body > footer.uniwebview > nav > ul > li.ar > a.disabled > div h6 > i, body > footer.uniwebview > nav > ul > li.ar > a.disabled > div h6 > b {
  height: 24px;
}
body > footer.uniwebview > nav > ul > li.ar > a.disabled > div h6 > b {
  justify-self: flex-end;
  margin-left: auto;
}
body > footer.uniwebview > nav > ul > li.ar > a.disabled > div > section {
  max-height: calc(100vh - 128px);
  overflow: hidden;
  overflow-y: auto;
  padding: 20px;
  padding-top: 0px;
  white-space: normal;
  line-height: 1.5em;
  font-family: inherit;
}
body > footer.uniwebview > nav > ul > li.ar > a.disabled > div > section ol {
  padding-left: 20px;
}
body > footer.uniwebview > nav > ul > li.ar > a.disabled > div > section a {
  color: inherit;
}
body > footer.uniwebview > nav > ul > li.ar > a.disabled[open] > div {
  transform: translate3d(-50%, 0px, 0);
  opacity: 1;
}
body > footer.uniwebview > nav > ul > li.ar > a.disabled[open] > div > h6 {
  pointer-events: all;
}
body > footer.uniwebview > nav > ul > li.ar > a.disabled[open=detailed] > div > h6 {
  padding-bottom: 10px;
}
body > footer.uniwebview > nav > ul > li.ar > a.disabled[open=detailed] > div > h6 > b {
  transform: rotate(180deg);
}
body > footer.uniwebview > nav > ul > li.ar > a.disabled[open=detailed] > div > section a {
  pointer-events: all;
}
body > footer.uniwebview > nav > ul > li.ar > a.disabled:not([open=detailed]) h6 ~ * {
  display: none;
}
body.single-poi > main > article.content > hgroup {
  padding-left: 0px;
}
body.single-poi > main > article.content > hgroup > i {
  position: absolute;
  right: 16px;
  bottom: calc(100% + 24px);
  left: auto;
  top: auto;
  width: 80px;
  height: 112px;
  background-size: 80px;
}
body.single-poi > main > article.content > hgroup > i > span {
  font-size: 32px;
  top: 30px;
}
body.single-poi > main > article.content > hgroup > a.googlemaps {
  display: none;
}
body.single-poi > main > article.content > hgroup > span.ar {
  display: none;
}

@keyframes wavey-front {
  0% {
    left: -640px;
    animation-timing-function: ease-in;
  }
  40% {
    left: -256px;
    animation-timing-function: ease-out;
  }
  100% {
    left: 0px;
    animation-timing-function: ease-out;
  }
}
@keyframes wavey-back {
  0% {
    left: -1216px;
    animation-timing-function: ease-in;
  }
  40% {
    left: -512px;
    animation-timing-function: ease-out;
  }
  100% {
    left: 0px;
    animation-timing-function: ease-out;
  }
}
@keyframes poi-pointer {
  0% {
    opacity: 0;
    transform: translateY(8px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
