<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">main {
  margin: 2em;
}

@media screen and (max-width: 512px) {
  main {
    margin: 12px;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  #collsec table {
    font-size: .75em;
  }
}


html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Suisse Intl", sans-serif;
  font-weight: normal;
  text-align: left;
  background: #000;
  font-size: 16px;
  line-height: 120%;
  font-variant-ligatures: common-ligatures;
  text-rendering: optimizeLegibility;
  -webkit-font-variant-ligatures: common-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-kerning: normal;
  overflow-x: hidden;
  color: #fff;
  display: flex;
  flex-direction: column;
}

#collectors, #collsec, table, tr, td {
  max-width: 100%;
  overflow-x: hidden;
}

body.dark {
  color: #EEEEE6;
  background: #000;
}

body, div, section, footer, header {
  max-width: 100vw;
}

body, div, h1, p, li, a, img, table, tr, td, tbody, figure {
  margin: 0;
  padding: 0;
  text-decoration: none;
  word-wrap: break-word;
  color: #fff;
  border-collapse: collapse;
}

body.dark, body.dark * {
  color: #fff;
}

body {
  overflow-y: auto;
  letter-spacing: -2%;
}

span.x {
  font-size: 1.2em;
}

h1, h2, h3, h4 {
  /*font-size: 1em;*/
  font-weight: 400;
  line-height: 120%;
  margin: 0;
  padding: 0;
}

main *::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
main * {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}


span.left svg,
span.right svg {
  width: 2em;
  height: 2em;
  top: 50%;
  margin-top: -1em;
  left: 3.5em;

  display: none;
  position: absolute;
  background: #fff;
  border-radius: 2px;
}

span.right svg {
  left: auto;
  right: 3.5em;
}

span.left:hover svg,
span.right:hover svg {
  display: block;
}



img, video, iframe {
  width: 100%;
}


.mobile-only {
  display: none;
  opacity: 0;
}


#text {
  display: none;
}

#text.active {
  display: block;
}

#toggleTextLink {
  cursor: pointer;
}

.hidden {
  opacity: 0;
}

figure img,
.prevent-select,
nav {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.nav-arrow.left,
.nav-arrow.right {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 10vw;
  display: block;
  cursor: pointer;
  pointer-events: all;
}

.nav-arrow.left svg,
#text .nav-arrow.right svg {
  background: #fff;
  border-radius: 2px;
  box-shadow: 0px 0px 10px rgba(0,0,0,.1);
}

.nav-arrow.right {
  left: auto;
  right: 2em;
}

.nav-arrow.left {
  left: 2em;
  display: none;
}

.nav-arrow.left svg {
  left: 0;
}

.nav-arrow.right svg {
  right: 0;
}


iframe {
  width: 100vw;
  height: 100vh;
  border: none;
  overflow:hidden;
}

h1 {
  
}
p {
  margin-top: .5em;
}
h1, h2 {
  font-size: 1em;
  font-weight: normal;
}
/*div#buttons {
  position: absolute;
  top: 5svh;
  background: transparent;
  width: auto;
  opacity: 0;
}
div#buttons:hover {
  opacity: 1;
}

main {
  position: relative;
}
*/



div#buttons {
  position: absolute;
  top: 96.2vh;
  left: 0;
  
  width: 100%;
  display: flex;
  justify-content: center;
  opacity: 0;
  transition: opacity .2s;
}

@supports (height: 100svh) {
  iframe {
    height: 100svh;
  }

  div#buttons {
    top: 96.2svh;
  }
}

div#buttons.visible {
  opacity: 1;
}

div#buttons .button {
  cursor: pointer;
  font-size: .75em;
  color: #000;
  margin: 0;
  padding: .1em .4em .1em .4em;
  border: none;
  background: #fff;
  font-family: "IBM Plex";
  margin-left: 1px;
}

p&gt;a {
  border-bottom: 1px solid #fff;
}

div#buttons .btn-group {
  background: #000;
  display: flex;
  justify-content: center;
  box-shadow: 0 1px 20px rgba(0,0,0,0.1);
  border-radius: .3em .3em .3em .3em;
}

div#buttons .button:hover {
  background: #fff;
}

div#buttons .button:first-of-type {
  border-radius: .3em 0 0 .3em;
   margin-left: 0px;
}

div#buttons .button:last-of-type {
  border-radius: 0 .3em .3em 0;
}

table tr {
  border-top: 1px solid #fff !important;
}

table tr:last-of-type {
  border-bottom: 1px solid #fff !important;
}

#collectors table {
  max-width: 100%;
}

#collectors table tr {
  border-top: 1px solid #999 !important;
}

#collectors table tr:not(tr:first-of-type):hover {
  background: #222;
  cursor: pointer;
}

#collectors table tr:first-of-type {
  border-top: none !important;
}

#collectors table tr:last-of-type {
  /*border-bottom: .1px solid #fff !important;*/
  border-bottom: none !important;
}

#collectors table td {
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 2em;
  
}

#collectors table td:last-of-type {
  padding-right: 0;
}

#collectors table tr.title {
  opacity: .75;
}

#collectors table td.cursive {
  font-family: "IBM Plex Italic";
  font-size: .75em;
  opacity: .75;
  height: 2em;
  /*position: absolute;*/
}

#collectors table td.cursive p {
  width: auto;
  display: inline-block;
  position: absolute;
}

#collsec h4 {
  width: auto;
  max-width: 100%;
}

#collsec h4 span {
  opacity: .75;
  cursor: pointer;
}

#collsec h4 span {
  opacity: .5;
}

#collsec p.desc {
  max-width: 32em !important;
  display: none;
}

#collsec table tr {
  display: none;
}

#collsec table a:hover {
  text-decoration: underline;
}

#collsec.orchestra .orchestra,
#collsec.ensemble .ensemble,
#collsec.all .all,
#collsec h4 span:hover {
  opacity: 1;
  display: revert;
}

figcaption {
  max-width: 34em !important;
}

figure.video video {
  background: #000;
}

</pre></body></html>