html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
button {
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  padding: none;
  margin: none;
}
@media (min-width: 951px) {
  .mq-md-down-only {
    display: none!important;
  }
}
@media (max-width: 950px) {
  .mq-lg-up-only {
    display: none!important;
  }
}
/*! Flickity v2.1.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}
.flickity-button:hover {
  background: white;
  cursor: pointer;
}
.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}
.flickity-button:active {
  opacity: 0.6;
}
.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}
.flickity-button-icon {
  fill: #333;
}
/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
@font-face {
  font-family: 'Lincoln/MITRE L/M 5x7';
  src: url('../fonts/LincolnMITRE-LM5x7.woff2') format('woff2'), url('../fonts/LincolnMITRE-LM5x7.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lincoln/MITRE L/M 7x9';
  src: url('../fonts/LincolnMITRE-LM7x9.woff2') format('woff2'), url('../fonts/LincolnMITRE-LM7x9.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lincoln/MITRE L/M Stencil';
  src: url('../fonts/LincolnMITRE-LMStencil.woff2') format('woff2'), url('../fonts/LincolnMITRE-LMStencil.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lincoln/MITRE L/M';
  src: url('../fonts/LincolnMITRE-LM.woff2') format('woff2'), url('../fonts/LincolnMITRE-LM.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.bar {
  position: fixed;
  width: 30%;
  top: 4%;
  left: 2rem;
  margin: 0 auto;
  padding: 5px 15px;
  background-color: transparent;
  transition: all 200ms ease-out;
  border-radius: 8px;
  z-index: 99;
  -webkit-backdrop-filter: blur(20px) brightness(1.5) contrast(50%);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}
@supports not ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) {
  .bar {
    background-color: white;
  }
}
.bar:hover {
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  background-color: white;
}
.bar.-sml .logo {
  max-height: 16px;
  margin: 10px;
}
.bar.-sml .search-field {
  font-size: 16px;
}
@media (min-width: 722px) and (max-width: 950px) {
  .bar {
    width: 40%;
    left: 30%;
  }
}
@media (max-width: 721px) {
  .bar {
    width: 96%;
    left: 2%;
    top: 2%;
  }
}
.bar .account {
  padding: 0.7rem 1.2rem 0.9rem 1.2rem;
  transition: all 200ms ease-out;
  border-radius: 8px;
  background-color: #efefef;
  cursor: pointer;
}
.bar .account:hover {
  background-color: #0a0a0a;
  color: white;
}
.bar .nav {
  display: flex;
  justify-content: center;
  vertical-align: center;
}
.bar .search-field {
  display: none;
  border: none;
  font-size: 24px;
  margin: 10px 0 11px 0;
  flex: 3;
  font-family: "Lincoln/MITRE L/M", times;
  letter-spacing: 1px;
}
.bar .search-field em {
  font-family: "Lincoln/MITRE L/M 5x7", monospace;
}
.bar .search-field:focus {
  outline: none;
}
.bar .search-field::placeholder {
  color: inherit;
}
.bar .logo {
  max-height: 22px;
  margin: 15px 50px;
  flex: 2;
}
.bar .logo img {
  height: 100%;
  margin: 0 auto;
  display: block;
}
@media (max-width: 721px) {
  .bar .logo {
    max-height: 18px;
  }
}
.bar .search {
  width: 34px;
  background-color: transparent;
  border: 0;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.bar .search .search-inner {
  display: block;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 2px solid;
  cursor: pointer;
  margin: 0 auto;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
}
.bar .search .search-inner:hover {
  opacity: 0.7;
  width: 21px;
  height: 21px;
}
.bar .menu {
  display: none;
  text-align: left;
  transition: all 200ms ease-out;
  padding-bottom: 15px;
}
.bar .menu p {
  font-size: 1.4rem;
  line-height: 140%;
}
@media (max-width: 721px) {
  .bar .menu p {
    font-size: 1rem;
  }
}
@media (max-width: 721px) {
}
.bar .menu h2 {
  margin-bottom: 8px;
}
.bar .menu a:hover {
  border-bottom: 1px solid ;
}
.bar .menu .divider {
  border-top: 1px dotted rgba(0, 0, 0, 0.3);
  margin-top: 18px;
  padding-top: 15px;
}
.bar .menu .divider:first-child {
  margin-top: 4px;
}
.bar .menu .applink {
  margin-top: 20px;
  display: block;
  background-color: #0a0a0a;
  border-radius: 8px;
  cursor: pointer;
}
.bar .menu .applink img {
  height: 50%;
  padding: 25px 50px;
  max-width: 70%;
  margin: 0 auto;
  display: block;
}
.menu.-filter {
  display: none;
}
.menu.-filter .divider {
  border-top: 1px dotted rgba(255, 255, 255, 0.3);
}
.nav-open .menu {
  display: block;
}
.nav-open .-filter {
  display: none;
}
.search-open {
  background-color: #0a0a0a;
  color: white !important;
}
.search-open .menu {
  display: none;
}
.search-open:hover {
  background-color: #0a0a0a;
}
.search-open .-filter {
  display: block;
}
.search-open .search-inner {
  border: 2px solid white !important;
}
.search-open .logo {
  display: none;
}
.search-open .hamburger {
  display: none;
}
.search-open .search-field {
  display: block;
  background-color: transparent;
  color: inherit;
}
p {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 150%;
}
@media (max-width: 721px) {
  p {
    font-size: 0.9rem;
  }
}
p em {
  font-family: "Lincoln/MITRE L/M 5x7", monospace;
}
h1 {
  font-size: 1.4rem;
  font-family: "Lincoln/MITRE L/M", times;
}
h2 {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.68rem;
}
.-f-mono {
  font-family: "Lincoln/MITRE L/M", times;
  letter-spacing: 1px;
}
.-f-mono em {
  font-family: "Lincoln/MITRE L/M 5x7", monospace;
}
a {
  color: inherit;
  text-decoration: none;
}
a:visited {
  color: inherit;
  text-decoration: none;
}
.hamburger {
  -webkit-appearance: none;
  border-radius: 0;
  width: 34px;
  padding: 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}
.hamburger-box {
  width: 20px;
  height: 12px;
  display: block;
  position: relative;
  margin: 0 auto;
}
.hamburger-inner {
  display: block;
  top: 50%;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 20px;
  height: 2px;
  background-color: #000;
  border-radius: 1px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -6px;
}
.hamburger-inner::after {
  bottom: -6px;
}
.hamburger-inner:hover::before {
  top: -10px;
}
.hamburger-inner:hover::after {
  bottom: -10px;
}
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.055s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.show-tile {
  height: auto;
}
.show-tile .show-img {
  max-height: 90vh;
  overflow: hidden;
}
.show-tile .show-img img {
  margin-top: -10vh;
  width: 100%;
  display: block;
}
@media (min-width: 722px) and (max-width: 950px) {
  .show-tile .show-img img {
    margin-top: 0;
    width: 100%;
  }
}
@media (max-width: 721px) {
  .show-tile .show-img {
    max-height: 100%;
  }
  .show-tile .show-img img {
    margin-top: 0;
    width: 100%;
  }
}
.show-tile .show-info {
  padding: 20px;
  background-color: transparent;
}
.show-tile .show-info p {
  text-align: center;
  font-family: "Lincoln/MITRE L/M", times;
  letter-spacing: 1px;
}
.show-tile .show-info p em {
  font-family: "Lincoln/MITRE L/M 5x7", monospace;
}
.show-tile .show-info .-rounded {
  border-radius: 50px;
}
@media (min-width: 722px) {
  .show-tile .show-info {
    padding: 0;
    height: 0;
    width: 50%;
    left: 25px;
    position: relative;
  }
  .show-tile .show-info p {
    display: inline-block;
    background-color: white;
    padding: 8px 12px;
    margin: 5px;
    text-align: left;
    overflow: hidden;
  }
  .show-tile .show-info .wrap {
    position: absolute;
    bottom: 2rem;
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 722px) and (max-width: 950px) {
  .show-tile .show-info {
    width: 100%;
    left: 0;
  }
}
@media (max-width: 950px) {
  .show-tile .show-info {
    padding: 15px 20px 20px 20px;
    position: relative;
    display: inline-block;
    height: auto;
    bottom: 0;
    text-align: center;
  }
  .show-tile .show-info .wrap {
    position: relative;
    bottom: 0;
    justify-content: center;
  }
  .show-tile .show-info p {
    background-color: transparent;
    padding: 0;
  }
}
@media (max-width: 721px) {
  .show-tile .show-info {
    width: 100%;
  }
}
.show-tile .show-info.-bubble {
  padding: 0;
  height: 0;
  width: 50%;
  left: 25px;
  position: relative;
}
.show-tile .show-info.-bubble p {
  display: inline-block;
  background-color: white;
  padding: 8px 12px;
  margin: 5px;
  text-align: left;
  overflow: hidden;
}
@media (max-width: 950px) {
  .show-tile .show-info.-bubble {
    width: 100%;
    left: 0;
  }
}
.bb-tile {
  padding: 2rem;
  background-color: #0a0a0a;
  color: white;
}
.bb-tile img {
  display: inline-block;
  width: 60%;
  margin: 0;
}
@media (max-width: 950px) {
  .bb-tile img {
    width: 100%;
  }
}
.bb-tile h1 {
  margin: 0;
  font-size: 2.5rem;
  font-family: "Lincoln/MITRE L/M", times;
}
.bb-tile h1 em {
  font-family: "Lincoln/MITRE L/M 5x7", monospace;
}
.bb-tile .bb-copy {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin-left: 5%;
}
@media (max-width: 950px) {
  .bb-tile .bb-copy {
    width: 100%;
    margin-top: 1rem;
    margin-left: 0;
    font-size: 1.5rem;
    text-align: center;
  }
}
.disclaimer {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.5rem;
  opacity: 0.4;
  margin-top: 1rem;
}
@media (max-width: 950px) {
  .disclaimer {
    text-align: center;
  }
}
.bb-tile-thin {
  padding: 2rem 1rem;
  position: relative;
  overflow: hidden;
}
.bb-tile-thin .bb-tile-inner {
  position: relative;
  display: flex;
  justify-content: center;
}
@media (max-width: 721px) {
  .bb-tile-thin .bb-tile-inner {
    flex-direction: column;
  }
}
.bb-tile-thin figure {
  max-width: 728px;
  padding: 0 1rem;
}
@media (max-width: 950px) {
  .bb-tile-thin figure {
    padding: 0;
    max-width: 100%;
  }
}
.bb-tile-thin img {
  display: block;
  margin: 0;
  width: 100%;
}
@media (max-width: 950px) {
  .bb-tile-thin {
    padding: 2rem;
  }
}
@media (max-width: 721px) {
  .bb-tile-thin {
    padding: 0;
  }
}
.container.-show {
  display: block;
}
@media (max-width: 950px) {
  .container.-show {
    overflow-x: hidden;
  }
}
.container.-show .show-carousel {
  height: 100vh;
  width: 100%;
  z-index: -999;
  position: relative;
}
.container.-show .show-carousel .cell {
  position: fixed;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
@media (max-width: 950px) {
  .container.-show .show-carousel .cell {
    margin: 0;
    width: 100%;
    height: calc(60vh + 2rem);
  }
}
@media (max-width: 950px) {
  .container.-show .show-carousel {
    height: 60vh;
  }
}
.container.-show section {
  z-index: 99;
  padding: 2rem 0 2rem 2rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  background-color: white;
}
@media (max-width: 950px) {
  .container.-show section {
    padding: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 721px) {
  .container.-show section {
    padding: 1rem;
  }
}
.container.-show section .wrap {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  width: 90%;
  justify-content: flex-start;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 950px) {
  .container.-show section .wrap {
    position: relative;
    left: 0;
    bottom: 0;
    margin-bottom: 2rem;
  }
}
.container.-show .show-info {
  width: 100%;
}
.container.-show .show-info .-rounded {
  border-radius: 50px;
}
@media (max-width: 721px) {
  .container.-show .show-info {
    width: 100%;
    margin-bottom: 0rem;
  }
}
.container.-show .show-info p {
  font-family: "Lincoln/MITRE L/M", times;
  letter-spacing: 1px;
  display: inline-block;
  background-color: #0a0a0a;
  color: white;
  padding: 8px 12px;
  margin: 0px 4px 8px 0px;
}
.container.-show .show-info p em {
  font-family: "Lincoln/MITRE L/M 5x7", monospace;
}
.container.-show h2 {
  margin-bottom: 2rem;
}
.container.-show .thumbs {
  margin-bottom: 0;
}
.container.-show .thumbs figure {
  width: calc((100% - 2rem * 4) / 4);
  vertical-align: top;
  margin: 0 2rem 4rem 0;
  display: inline-block;
}
.container.-show .thumbs figure:hover figcaption {
  opacity: 1 !important;
}
@media (max-width: 950px) {
  .container.-show .thumbs figure {
    margin: 0 1rem 2rem 0;
    width: calc((100% - 1rem * 2)/2);
  }
}
@media (max-width: 721px) {
  .container.-show .thumbs figure {
    width: 100%;
  }
}
.container.-show .thumbs img {
  width: 100%;
}
.container.-show .thumbs figcaption {
  margin-top: 0.75rem;
  opacity: 0.2;
  transition: opacity 200ms ease-out;
}
.container.-show .thumbs figcaption p {
  font-size: 0.75rem;
  letter-spacing: 0.02rem;
}
.container.-show .thumbs figcaption p em {
  font-family: inherit;
  font-style: italic;
}
.container.-show .press {
  padding: 2rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  background-color: white;
  width: 100%;
}
.container.-show .press h2 {
  margin-top: 0;
  margin-bottom: 1rem;
}
@media (max-width: 721px) {
  .container.-show .press {
    padding: 1rem;
  }
}
.container.-show .press p {
  margin: 10px 0;
  font-size: 24px;
}
.container.-show .related .mini {
  width: 50%;
  -webkit-backdrop-filter: blur(15px) brightness(1.05);
  overflow: hidden;
  float: left;
  position: relative;
  border-radius: 1rem;
}
.container.-show .related .mini:hover img {
  opacity: 1;
}
.container.-show .related .mini img {
  opacity: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: opacity 200ms ease-out;
  display: block;
}
@media (max-width: 950px) {
  .container.-show .related .mini img {
    opacity: 1;
  }
}
.container.-show .related .mini .show-info {
  display: block;
  width: 80%;
  top: 2rem;
  left: 2rem;
  position: absolute;
  height: auto;
}
.container.-show .related .mini .show-info p {
  background-color: white;
  color: #0a0a0a;
}
.container.-show .related .mini .show-info p.-rounded {
  background-color: #0a0a0a;
  color: white;
  border-radius: 0;
}
@media (max-width: 721px) {
  .container.-show .related .mini {
    width: 100%;
  }
  .container.-show .related .mini .show-info {
    margin-bottom: 0;
    width: 100vw;
    left: 0;
  }
}
.js-artwork {
  opacity: 0;
  transition: opacity 200ms ease-out;
}
.blur {
  display: none;
  background-image: url('/assets/img/bn2.jpeg');
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -99;
  top: 0;
  filter: blur(30px) grayscale(1);
}
body {
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  color: #0a0a0a;
}
::selection {
  background-color: #c8c8c8;
  color: white;
}
