@charset "UTF-8";
@font-face {
  font-family: "Overpass";
  font-style: normal;
  font-weight: 200;
  src: url("/fonts/overpass-v5-latin-ext_latin-200.woff2") format("woff2"), url("/fonts/overpass-v5-latin-ext_latin-200.woff") format("woff");
}
@font-face {
  font-family: "Overpass";
  font-style: normal;
  font-weight: bold;
  src: url("/fonts/overpass-v5-latin-ext_latin-600.woff2") format("woff2"), url("/fonts/overpass-v5-latin-ext_latin-600.woff") format("woff");
}
body {
  display: grid;
  grid-template-columns: min-content 1fr;
  margin: 0;
  background: #f0e6f0;
  background: linear-gradient(100deg, #f0e6f0 0%, #f0fafa 40%, white 100%);
  background-attachment: fixed;
  font-family: "Overpass", sans-serif;
  font-weight: 200;
  letter-spacing: 0;
  text-transform: uppercase;
  min-height: 100vh;
}
body:before {
  content: "​";
  position: absolute;
  height: 15px;
  width: calc(100% - 26px);
  right: 0;
  top: 25px;
  left: 6px;
  background: #ffffff;
  z-index: -1;
}
body a {
  color: #000000;
  text-decoration: none;
}
body a:hover, body a:focus, body a.active {
  color: #8e1fde;
}
body nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

main h1 {
  font-size: 20px;
  line-height: 18px;
  font-weight: 200;
  letter-spacing: 0.01em;
  white-space: nowrap;
  margin: 26px 0 -1px 0;
}
main img {
  max-width: 100%;
}
main address {
  font-style: normal;
}
main.compact {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
main.compact h1 {
  color: #8e1fde;
}
main h2, main h3, main h4, main h5, main h6, main p, main address, main ul {
  font-size: 14px;
  line-height: 14px;
  background-image: linear-gradient(180deg, #ffffff 0, #ffffff 71.4285714286%, transparent 71.4285714286%, transparent 100%);
  background-size: 100% 14px;
  background-repeat: repeat-y;
  background-position: right 0 top 1px;
  font-weight: 200;
  margin: 14px 0 0 0;
}
main img {
  font-weight: 200;
  margin: 14px 0 0 0;
}
main h2 + p, main h2 + address, main h3 + p, main h3 + address, main h4 + p, main h4 + address, main h5 + p, main h5 + address, main h6 + p, main h6 + address {
  margin-top: 0;
}
main ul, main section img:first-child {
  margin-top: 0;
}

body.macos main h1 {
  font-size: 20px;
  line-height: 15px;
  margin-bottom: 4px;
}
body.macos main section h2:first-child, body.macos main section h3:first-child, body.macos main section h4:first-child, body.macos main section h5:first-child, body.macos main section h6:first-child, body.macos main section p:first-child, body.macos main section address:first-child, body.macos main section ul:first-child {
  margin-top: -2px;
}

body > nav {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  max-height: 100vh;
}
body > nav ul {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  margin: 45px 0px 45px 0;
}
body > nav li {
  font-size: 20px;
  line-height: 18px;
  background-image: linear-gradient(270deg, #ffffff 0, #ffffff 83.3333333333%, transparent 83.3333333333%, transparent 100%);
  background-size: 100% 18px;
  background-repeat: repeat-y;
  margin: 0 6px 0 1px;
  padding: 15px 0;
}
body > nav li:nth-of-type(1) {
  letter-spacing: 0.01em;
}
body > nav li:nth-of-type(1) {
  padding-bottom: 1;
}
body > nav li:nth-of-type(3) {
  padding-bottom: 0;
}
body > nav li:nth-of-type(1) {
  padding-top: 0;
}
body > nav li:nth-of-type(5) {
  padding-top: 45;
}
body > nav li:nth-of-type(2) {
  flex-grow: 1;
}
body > nav li:nth-child(3), body > nav li:nth-child(4), body > nav li:nth-child(5) {
  font-size: 14px;
  line-height: 12px;
  background-image: linear-gradient(270deg, #ffffff 0, #ffffff 83.3333333333%, transparent 83.3333333333%, transparent 100%);
  background-size: 100% 12px;
  background-repeat: repeat-y;
  margin-left: 2px;
}
body > nav a {
  text-decoration: none;
}

body.macos > nav li {
  font-size: 20px;
  line-height: 15px;
  background: #ffffff;
  margin-left: 4px;
}
body.macos > nav li:nth-child(3), body.macos > nav li:nth-child(4), body.macos > nav li:nth-child(5) {
  font-size: 14px;
  line-height: 10px;
  background: #ffffff;
  margin-left: 5px;
}

main.columns {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
main.columns article {
  overflow: hidden;
}
main.columns article section {
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  height: calc(100vh - 45px);
}
main.columns article section::-webkit-scrollbar {
  display: none;
}
main.columns figure {
  position: relative;
  margin: 0;
  overflow: hidden;
}
main.columns figure img {
  display: block;
  width: 100%;
}
main.columns figcaption {
  display: block;
  margin-top: -10px;
  line-height: 10px;
  overflow: hidden;
  height: 10px;
}
main.columns figcaption a {
  font-size: 14px;
  line-height: 13px;
  background: #ffffff;
  text-decoration: none;
}
main.columns figcaption a:hover, main.columns figcaption a:active {
  color: #000000;
}
main.columns figcaption a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "​";
}

@media screen and (max-width: 1000px) {
  main.columns {
    grid-template-columns: 1fr;
  }
  main.columns article section {
    overflow-y: inherit;
    min-height: inherit;
    height: inherit;
  }
}
body.macos main.columns figcaption a {
  line-height: 10px;
}

main section.close {
  font-size: 20px;
  line-height: 20px;
  background-image: linear-gradient(180deg, #ffffff 0, #ffffff 80%, transparent 80%, transparent 100%);
  background-size: 100% 20px;
  background-repeat: repeat-y;
  margin: 3px 0 1px 0;
}
main section.close a {
  text-decoration: none;
}
main section.vimeo {
  position: relative;
  padding: 56.25% 0 0 0;
  margin-bottom: 16px;
}
main iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main table {
  width: 100%;
  border-collapse: separate;
  border-spacing: unset;
  margin-top: 14px;
}
main table:nth-of-type(1) {
  margin-top: 0;
}
main table:nth-of-type(1) tr:nth-of-type(1) th, main table:nth-of-type(1) tr:nth-of-type(1) td {
  background-repeat: no-repeat;
  border-bottom: 14px solid transparent;
  font-weight: bold;
}
main table td:nth-last-of-type(1) {
  text-align: right;
}
main table th, main table td {
  padding: 0;
  font-size: 14px;
  line-height: 14px;
  background-image: linear-gradient(180deg, #ffffff 0, #ffffff 71.4285714286%, transparent 71.4285714286%, transparent 100%);
  background-size: 100% 14px;
  background-repeat: repeat-y;
  background-position: right 0 top 1px;
}

body.macos main section.close {
  line-height: 16px;
  background: #ffffff;
  margin-bottom: 5px;
}
body.macos main section.vimeo + * {
  margin-top: -2px;
}
