<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#cover {
  position: relative;
  background-color: #71c0a1;
  line-height: 1;
  overflow: hidden;
  z-index: auto;
}
#cover::before {
  content: "";
  display: block;
}
#cover .cover_img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#cover .cover_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
#cover .cover_copy {
  position: absolute;
  color: #FFFFFF;
  fill: #FFFFFF;
  font-style: italic;
  line-height: 1;
  z-index: 20;
  filter: drop-shadow(0 0 0.2em rgba(0, 0, 0, 0.5));
}
#cover .cover_copy svg {
  vertical-align: bottom;
}
#cover .cover_copy small {
  display: inline-block;
  font-size: 0.45em;
}
#cover .cover_copy span {
  display: inline-block;
  margin-top: 0.45em;
}
@media screen and (max-width: 719px) {
  #cover::before {
    padding-top: 175%;
  }
  #cover .cover_copy {
    top: 0;
    left: 0;
    margin-top: 5%;
    margin-left: 7%;
    font-size: 9vw;
  }
}
@media (min-width:720px) {
  #cover {
    max-height: 100vh;
  }
  #cover::before {
    padding-top: 56.2%;
  }
  #cover .cover_copy {
    bottom: 0;
    left: 0;
    margin-bottom: 4.2%;
    margin-left: 5.2%;
    font-size: 5.25vw;
  }
}/*# sourceMappingURL=cover.css.map */</pre></body></html>