@charset "UTF-8";
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; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

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,
q:before,
q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap; }

.hidden {
  display: none !important; }

textarea,
input,
button,
select {
  font-family: inherit;
  font-size: inherit;
  text-align: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none; }

input,
textarea,
input::placeholder,
textarea::placeholder {
  background: inherit;
  color: inherit;
  border: none;
  padding: 0;
  outline: inherit;
  opacity: 1; }

textarea {
  resize: none; }

input:not([type="submit"]),
textarea {
  display: block;
  width: 100%;
  border-radius: 0; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none; }

input[type="number"] {
  -moz-appearance: textfield; }

select {
  background: none;
  width: 100%;
  cursor: pointer;
  border: none;
  outline: none;
  border-radius: 0;
  color: var(--fg);
  margin: 0;
  padding: 0; }

select option {
  color: var(--fg);
  margin: 0;
  padding: 0;
  background: var(--bg); }

select:focus {
  outline: none; }

ul,
li {
  text-decoration: none;
  list-style: none; }

/* Input Elements */
button,
input[type="submit"],
input[type="reset"],
div[role="button"] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  -webkit-appearance: none;
  border-radius: 0; }

input[type="button"],
input[type="button"]:focus {
  outline: none; }

a:link,
a:visited,
a:link span,
a:visited span {
  color: inherit;
  cursor: pointer;
  text-decoration: none; }

@font-face {
  font-family: 'Akkurat';
  src: url("../fonts/Akkurat-Regular.woff2") format("woff2"), url("../fonts/Akkurat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Goudy Old Style';
  src: url("../fonts/GoudyOldSty-Reg.woff2") format("woff2"), url("../fonts/GoudyOldSty-Reg.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

.visually-hidden {
  visibility: hidden;
  position: absolute;
  z-index: -10;
  display: none; }

.absolute-full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.outline {
  border: 2px solid green; }

.writer__blueprint strong {
  font-weight: 600; }

.writer__blueprint em {
  font-style: italic; }

.writer__blueprint a, .writer__blueprint u {
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  text-decoration: underline; }

.writer__blueprint a {
  transition: all .3s ease-in-out; }
  .writer__blueprint a:hover {
    opacity: 0.5; }

.writer__blueprint ul {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 6px; }
  .writer__blueprint ul li {
    position: relative;
    padding-left: 20px;
    line-height: 1.26em; }
    .writer__blueprint ul li::before {
      color: black;
      content: '•';
      position: absolute !important;
      top: -0.08em;
      left: 0;
      font-size: 25px;
      display: block; }

.writer__blueprint p:not(:last-child) {
  padding-bottom: 1em; }

.primary-nav-container {
  position: fixed;
  left: 0;
  width: 100vw;
  z-index: 5;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  padding-top: 8px; }

.primary-nav-container .on-now__cta {
  background-color: var(--grey2);
  display: flex;
  padding: 6px;
  pointer-events: all;
  position: relative;
  border-radius: 4px; }
  .primary-nav-container .on-now__cta .event-details {
    padding-left: 8px;
    display: flex;
    flex-direction: column; }
  .primary-nav-container .on-now__cta .cta-close-btn {
    display: flex;
    align-items: start;
    position: relative;
    padding-left: 24px; }
    .primary-nav-container .on-now__cta .cta-close-btn svg {
      width: 20px;
      height: 20px;
      transition: all .3s ease-in-out; }
    .primary-nav-container .on-now__cta .cta-close-btn .close {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      z-index: 3; }
    .primary-nav-container .on-now__cta .cta-close-btn:hover svg {
      opacity: 0.4; }
  .primary-nav-container .on-now__cta .title {
    transition: all .3s ease-in-out; }
  .primary-nav-container .on-now__cta:hover .title {
    color: var(--black); }

.primary-nav-container .cta-wrap {
  overflow: hidden;
  max-height: 0; }

nav.primary-nav {
  pointer-events: all; }
  nav.primary-nav .row {
    display: flex;
    gap: 4px; }
    nav.primary-nav .row nav {
      display: flex;
      gap: 4px; }
  nav.primary-nav .row-2 {
    margin-top: 4px; }
  nav.primary-nav a {
    background-color: var(--grey2);
    padding: 7px 8px 5px;
    border-radius: 3px;
    transition: all .3s ease-in-out;
    line-height: 1;
    display: flex;
    align-items: center;
    position: relative; }
    nav.primary-nav a:hover {
      background-color: var(--grey-dark);
      opacity: 1; }

nav.primary-nav.current-template__artists .collection, nav.primary-nav.current-template__artists .artists {
  padding-left: 22px; }

nav.primary-nav.current-template__artists .collection::before, nav.primary-nav.current-template__artists .artists::before {
  content: url(../icons/star.svg);
  display: inline-block;
  margin-right: 3px;
  width: 10px;
  position: absolute;
  top: 12%;
  left: 7px; }

nav.primary-nav.current-template__works-index .collection, nav.primary-nav.current-template__works-index .index {
  padding-left: 22px; }

nav.primary-nav.current-template__works-index .collection::before, nav.primary-nav.current-template__works-index .index::before {
  content: url(../icons/star.svg);
  display: inline-block;
  margin-right: 3px;
  width: 10px;
  position: absolute;
  top: 12%;
  left: 7px; }

nav.primary-nav.current-template__highlights .highlights {
  padding-left: 22px; }

nav.primary-nav.current-template__highlights .highlights::before {
  content: url(../icons/star.svg);
  display: inline-block;
  margin-right: 3px;
  width: 10px;
  position: absolute;
  top: 12%;
  left: 7px; }

nav.primary-nav.current-template__about .about {
  padding-left: 22px; }

nav.primary-nav.current-template__about .about::before {
  content: url(../icons/star.svg);
  display: inline-block;
  margin-right: 3px;
  width: 10px;
  position: absolute;
  top: 12%;
  left: 7px; }

nav.primary-nav.current-template__contact .contact {
  padding-left: 22px; }

nav.primary-nav.current-template__contact .contact::before {
  content: url(../icons/star.svg);
  display: inline-block;
  margin-right: 3px;
  width: 10px;
  position: absolute;
  top: 12%;
  left: 7px; }

nav.primary-nav.current-template__artist .collection {
  padding-left: 22px; }

nav.primary-nav.current-template__artist .collection::before {
  content: url(../icons/star.svg);
  display: inline-block;
  margin-right: 3px;
  width: 10px;
  position: absolute;
  top: 12%;
  left: 7px; }

nav.primary-nav .row-2 a {
  transition: all .1s ease-in; }

nav.primary-nav .row-2 a.active::before {
  content: url(../icons/star.svg);
  display: inline-block;
  margin-right: 3px;
  width: 10px;
  position: absolute;
  top: 12%;
  left: 7px; }

nav.primary-nav .back-btn::before {
  content: url(../icons/left-arrow.svg);
  display: inline-block;
  margin-right: 3px;
  width: 10px;
  position: absolute;
  top: 21%;
  left: 6px; }

nav.primary-nav .back-btn {
  padding-left: 22px; }

.site-logo-container {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  pointer-events: none;
  display: flex;
  justify-content: end;
  padding-top: 7px;
  padding-bottom: 11px;
  z-index: 100; }
  .site-logo-container.pos-absolute {
    position: absolute; }
  .site-logo-container .logo {
    pointer-events: all;
    width: 200px;
    display: inline-block; }
    .site-logo-container .logo a, .site-logo-container .logo .aspectholder {
      width: 100%;
      height: 100%;
      display: block; }
    .site-logo-container .logo .aspectholder {
      display: flex;
      justify-content: center;
      align-items: center; }
    .site-logo-container .logo path {
      fill: var(--black); }
    .site-logo-container .logo svg {
      object-fit: cover;
      width: 100%;
      height: auto; }

.home-blurb {
  position: relative;
  width: clamp(250px, 63vw, 700px);
  z-index: 2; }

@media (max-width: 960px) {
  .primary-nav-container {
    flex-direction: column-reverse;
    gap: 4px;
    padding-top: 4px;
    padding-left: 4px !important; }
  .primary-nav-container .cta-wrap {
    overflow: hidden;
    display: flex;
    max-height: 0; }
    .primary-nav-container .cta-wrap .on-now__cta {
      padding: 3px 2px 3px 5px;
      align-items: center; }
      .primary-nav-container .cta-wrap .on-now__cta .event-details {
        padding-left: 6px; }
        .primary-nav-container .cta-wrap .on-now__cta .event-details .fFade:not(.title) {
          display: none; }
        .primary-nav-container .cta-wrap .on-now__cta .event-details .title {
          color: inherit;
          line-height: 1em;
          top: 2px;
          position: relative; }
      .primary-nav-container .cta-wrap .on-now__cta .tag-wrap .tag-holder {
        padding: 3px 5px 1px; }
      .primary-nav-container .cta-wrap .on-now__cta .cta-close-btn {
        display: flex;
        padding-left: 4px;
        padding-right: 2px;
        z-index: 10;
        position: relative; }
        .primary-nav-container .cta-wrap .on-now__cta .cta-close-btn .close {
          position: absolute;
          left: -9px;
          bottom: -8px;
          height: 30px;
          width: 150%; }
        .primary-nav-container .cta-wrap .on-now__cta .cta-close-btn svg {
          position: relative;
          height: 18px;
          width: 18px;
          top: 1px; }
  .site-logo-container .logo {
    width: 120px; }
  .home-blurb {
    width: 250px; }
    .home-blurb > .fh5 {
      line-height: 19px; } }

footer.footer-main {
  background-color: var(--grey2);
  position: sticky;
  bottom: 0;
  left: 0;
  z-index: 0; }
  footer.footer-main .contact, footer.footer-main .socials {
    display: flex;
    flex-direction: column; }
  footer.footer-main .contact {
    grid-column: 1/7;
    display: flex;
    flex-direction: column;
    gap: 3px; }
    footer.footer-main .contact .address {
      padding-top: 10px; }
  footer.footer-main .socials {
    grid-column: 8/14;
    display: flex;
    flex-direction: column;
    gap: 3px; }
  footer.footer-main .info {
    grid-column: 1/-1;
    padding-top: 70px;
    display: flex;
    gap: 20px; }

@media (max-width: 960px) {
  footer.footer-main .contact, footer.footer-main .socials {
    grid-column: 1/-1; }
  footer.footer-main .info {
    flex-direction: column;
    gap: 4px;
    padding-top: 50px; }
    footer.footer-main .info .copyright {
      padding-top: 17px; }
  footer.footer-main .contact .address {
    padding-top: 0;
    padding-bottom: 12px; }
  footer.footer-main .contact .site-phone {
    padding-bottom: 12px; }
  footer.footer-main .socials {
    gap: 2px; } }

/* Root Elements */
:root {
  --Fb: 1rem;
  --black: #212121;
  --fadeBlack: #4D4D4C;
  --white: #ffffff;
  --grey: #F4F4F2;
  --grey2: #E5E5E2;
  --grey-dark: #C2C2C0;
  --text2: rgba(33, 33, 33, 0.40);
  --blue: #3E5E80;
  --red: #B8442D;
  --green: #377B67;
  --fg: var(--black);
  --bg: var(--grey);
  --Ps: 10px;
  --Pm: 8px;
  --Pmneg: -8px;
  --Py: 8px;
  --Pb: 46px;
  --negPb: -46px; }

.fc {
  font-size: 14px;
  line-height: 18px;
  font-family: 'Akkurat'; }

.fb {
  font-family: 'Akkurat';
  font-size: 15px;
  line-height: 20px; }

.fp, .block__heroArtwork .work-details, .block__cardCarousel .swiper-slide p {
  font-family: 'Akkurat';
  font-size: 16px;
  line-height: 20px; }

.fh6 {
  font-family: 'Akkurat';
  font-size: 18px;
  line-height: 24px; }

.fh5 {
  font-family: 'Goudy Old Style';
  font-size: 27px;
  line-height: 32px; }

.fh4 {
  font-family: 'Goudy Old Style';
  font-size: 34px;
  line-height: 36px; }

.fh3 {
  font-family: 'Goudy Old Style';
  font-size: 42px;
  line-height: 44px; }

.fh2 {
  font-family: 'Goudy Old Style';
  font-size: 52px;
  line-height: 52px; }

.fh1 {
  font-family: 'Goudy Old Style';
  font-size: 80px;
  line-height: 76px; }

@media (max-width: 960px) {
  .fc {
    font-size: 12px;
    line-height: 16px;
    font-family: 'Akkurat'; }
  .fb {
    font-family: 'Akkurat';
    font-size: 14px;
    line-height: 18px; }
  .fp, .block__heroArtwork .work-details, .block__cardCarousel .swiper-slide p {
    font-family: 'Akkurat';
    font-size: 15px;
    line-height: 20px; }
  .fh6 {
    font-family: 'Akkurat';
    font-size: 16px;
    line-height: 20px; }
  .fh5 {
    font-family: 'Goudy Old Style';
    font-size: 18px;
    line-height: 20px; }
  .fh4 {
    font-family: 'Goudy Old Style';
    font-size: 24px;
    line-height: 28px; }
  .fh3 {
    font-family: 'Goudy Old Style';
    font-size: 30px;
    line-height: 32px; }
  .fh2 {
    font-family: 'Goudy Old Style';
    font-size: 34px;
    line-height: 36px; }
  .fh1 {
    font-family: 'Goudy Old Style';
    font-size: 44px;
    line-height: 44px; } }

.px {
  padding-left: var(--Pm);
  padding-right: var(--Pm); }

.py {
  padding-top: var(--Py);
  padding-bottom: var(--Py); }

html {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 0;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Helvetica, sans-serif;
  overflow-x: hidden;
  height: auto; }

body, html, main {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }
  body::-webkit-scrollbar, html::-webkit-scrollbar, main::-webkit-scrollbar {
    display: none; }

body.no-scroll {
  overflow: hidden; }

main {
  min-height: 100vh;
  position: relative;
  z-index: 1;
  background-color: var(--bg); }

body {
  background-color: var(--grey); }

.fFade {
  color: var(--text2); }

/* Details Elements */
summary,
summary:focus {
  outline: none;
  list-style-type: none;
  position: relative;
  cursor: pointer;
  transition: all 0.3s; }

details summary::marker,
details summary::-webkit-details-marker {
  content: "";
  visibility: hidden;
  position: absolute;
  z-index: -10;
  list-style-type: none;
  display: none; }

summary > * {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between; }

summary > *::after {
  content: "+";
  margin-left: var(--Pm); }

@media (hover: hover) and (pointer: fine) {
  details summary:hover {
    opacity: 0.5; } }

details[open] summary > *::after {
  content: "-"; }

details[open] summary ~ * {
  animation: appear 0.4s ease-in;
  -webkit-animation: appear 0.4s ease-in; }

details.closing summary ~ * {
  animation: close 0.4s ease-out; }

@keyframes appear {
  0% {
    opacity: 0;
    max-height: 0; }
  100% {
    opacity: 1;
    max-height: calc(var(--vh, 1vh) * 100); } }

@keyframes close {
  0% {
    opacity: 1;
    max-height: calc(var(--vh, 1vh) * 100); }
  100% {
    opacity: 0;
    max-height: 0; } }

/* Image/Video Elements */
.aspectholder > * {
  display: block; }

.vsc-controller {
  height: 0 !important;
  width: 0 !important;
  object-fit: unset !important; }

.grid-24 {
  grid-template-columns: repeat(12, 1fr);
  display: grid;
  grid-auto-rows: minmax(min-content, max-content);
  column-gap: var(--Pm);
  row-gap: var(--Pm);
  width: 100%; }
  @media (min-width: 960px) {
    .grid-24 {
      grid-template-columns: repeat(24, 1fr); } }
.grid-12 {
  grid-template-columns: repeat(12, 1fr);
  display: grid;
  grid-auto-rows: minmax(min-content, max-content);
  column-gap: var(--Pm);
  row-gap: var(--Pm);
  width: 100%; }

svg path, svg polygon, svg polyline, svg rect {
  fill: var(--fg); }

.pageTopPadLarge {
  padding-top: 45svh; }

.pageTopPad {
  padding-top: 20svh; }

.page-content {
  position: relative; }

a {
  transition: all .3s ease-in-out; }
  a:hover {
    opacity: 40%; }

#loading-screen-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  opacity: 1;
  transition: opacity .7s ease-out;
  display: flex;
  justify-content: center;
  align-items: center; }

#loading-screen-overlay.vid-hidden {
  opacity: 0;
  pointer-events: none; }

#loading-screen-overlay video {
  width: auto;
  height: 50svh;
  object-fit: cover; }
  @media (max-width: 960px) {
    #loading-screen-overlay video {
      height: 33dvh; } }
.button-one {
  background-color: var(--grey2);
  padding: 9px 14px 6px;
  border-radius: 3px;
  transition: all .3s ease-in-out;
  font-family: 'Akkurat';
  position: relative;
  font-size: 16px; }
  .button-one:hover {
    background-color: var(--grey-dark);
    opacity: 1; }

.button-small {
  background-color: var(--grey2);
  padding: 8px 14px 6px;
  border-radius: 3px;
  transition: all .3s ease-in-out;
  line-height: 1;
  font-family: 'Akkurat';
  font-size: 12.8px;
  display: inline-flex;
  align-items: center;
  position: relative; }
  .button-small:hover {
    background-color: var(--grey-dark);
    opacity: 1; }

.big__swiper {
  position: fixed;
  top: 105vh;
  left: 0;
  height: 100dvh;
  width: 100vw;
  background-color: var(--white);
  z-index: 10;
  pointer-events: none; }
  .big__swiper.active {
    pointer-events: all; }
  .big__swiper .swiper-slide .images-wrap {
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
    height: 100dvh;
    position: relative;
    bottom: 0;
    left: 0; }
    .big__swiper .swiper-slide .images-wrap::-webkit-scrollbar {
      display: none;
      /* Safari and Chrome */ }
  .big__swiper .swiper-slide .work-details {
    position: absolute;
    bottom: 15px;
    left: 8px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 230px;
    opacity: 0; }
  .big__swiper .fp, .big__swiper .block__heroArtwork .work-details, .block__heroArtwork .big__swiper .work-details, .big__swiper .block__cardCarousel .swiper-slide p, .block__cardCarousel .swiper-slide .big__swiper p {
    font-size: 14px; }
  .big__swiper .single-img-wrap {
    height: 85svh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    scroll-snap-align: center;
    margin-top: 5svh;
    margin-bottom: 5svh;
    opacity: 0; }
    .big__swiper .single-img-wrap .aspectholder {
      height: 100%;
      width: 63vw;
      overflow: hidden; }
      .big__swiper .single-img-wrap .aspectholder img {
        height: 100%;
        width: 100%;
        object-fit: contain; }
    .big__swiper .single-img-wrap:only-child {
      margin-top: 7.5svh;
      margin-bottom: 0; }
  .big__swiper .close-btn {
    position: absolute;
    right: 8px;
    top: 15px;
    z-index: 99;
    padding-right: 0;
    transition: opacity .2s ease-in-out;
    opacity: 100%; }
    .big__swiper .close-btn:hover {
      opacity: 40%; }
  .big__swiper .swiper-button-next, .big__swiper .swiper-button-prev {
    width: 100px;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    top: 0;
    left: 0;
    height: 100%; }
    .big__swiper .swiper-button-next:after, .big__swiper .swiper-button-prev:after {
      content: ''; }
    .big__swiper .swiper-button-next:hover, .big__swiper .swiper-button-prev:hover {
      opacity: 1; }
    .big__swiper .swiper-button-next .img-container, .big__swiper .swiper-button-prev .img-container {
      height: 83px;
      width: 70px; }
    .big__swiper .swiper-button-next img, .big__swiper .swiper-button-prev img {
      height: 100%;
      width: 100%;
      object-fit: cover; }
  .big__swiper .swiper-button-next {
    right: 25px;
    left: unset; }
  .big__swiper .mobile-info-btn {
    display: none; }

@media (min-width: 960px) {
  .big__swiper .swiper-slide .work-details {
    transition-property: opacity;
    transition-timing-function: ease-in-out;
    transition-duration: 200ms;
    transition-delay: 0s; }
  .big__swiper .swiper-slide.swiper-slide-active .work-details {
    opacity: 1;
    transition-duration: 800ms;
    transition-delay: 1005ms; } }

@media (max-width: 960px) {
  .big__swiper .single-img-wrap {
    height: unset;
    padding: 0;
    padding-top: 19vh;
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
    .big__swiper .single-img-wrap .aspectholder {
      width: 100%;
      max-width: unset; }
    .big__swiper .single-img-wrap:last-child {
      padding-bottom: 19vh; }
  .big__swiper .swiper-slide .images-wrap {
    padding-left: var(--Pm);
    padding-right: var(--Pm); }
  .big__swiper .swiper-slide .work-details {
    top: 100px;
    left: var(--Pm);
    opacity: 0;
    pointer-events: none;
    z-index: 2;
    max-width: 285px; }
  .big__swiper .swiper-button-next, .big__swiper .swiper-button-prev {
    height: 24px;
    opacity: 1;
    border-radius: 3px;
    background-color: var(--grey);
    transition: opacity .3s ease-in-out;
    top: 39px;
    left: 8px;
    position: absolute;
    margin-top: unset; }
    .big__swiper .swiper-button-next:after, .big__swiper .swiper-button-prev:after {
      font-family: "Akkurat";
      font-size: 13px;
      font-style: normal;
      font-weight: 400;
      margin-top: 5px; }
    .big__swiper .swiper-button-next:hover, .big__swiper .swiper-button-prev:hover {
      opacity: 1; }
    .big__swiper .swiper-button-next.swiper-button-disabled, .big__swiper .swiper-button-prev.swiper-button-disabled {
      opacity: 0.4; }
    .big__swiper .swiper-button-next .img-container, .big__swiper .swiper-button-prev .img-container {
      height: 83px;
      width: 70px; }
    .big__swiper .swiper-button-next img, .big__swiper .swiper-button-prev img {
      height: 100%;
      width: 100%;
      object-fit: cover; }
    .big__swiper .swiper-button-next .img-container, .big__swiper .swiper-button-prev .img-container {
      display: none; }
  .big__swiper .close-btn {
    font-size: 13px;
    top: 8px; }
  .big__swiper .swiper-button-next {
    width: 47px;
    left: 87px; }
    .big__swiper .swiper-button-next:after {
      content: 'Next'; }
  .big__swiper .swiper-button-prev {
    width: 73px; }
    .big__swiper .swiper-button-prev:after {
      content: 'Previous'; }
  .big__swiper .mobile-info-btn {
    display: block;
    position: absolute;
    top: 8px;
    left: var(--Pm);
    background-color: var(--grey);
    border-radius: 3px;
    padding: 7px 10px 6px;
    font-family: "Akkurat";
    font-size: 13px;
    line-height: 1;
    z-index: 1; }
  .big__swiper .single-img-wrap, .big__swiper .images-wrap {
    transition: all .3s ease-in-out, padding 0s; }
  .big__swiper .swiper-slide.show-art-information .work-details {
    opacity: 1; }
  .big__swiper .swiper-slide.show-art-information .single-img-wrap {
    padding-top: 0;
    padding-bottom: 6px;
    height: 126px;
    width: auto; }
    .big__swiper .swiper-slide.show-art-information .single-img-wrap img {
      object-position: left; }
  .big__swiper .swiper-slide.show-art-information .images-wrap {
    padding-top: 60svh;
    overflow-y: scroll !important;
    scroll-snap-type: none; }
    .big__swiper .swiper-slide.show-art-information .images-wrap.lone-artwork {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: start; }
      .big__swiper .swiper-slide.show-art-information .images-wrap.lone-artwork .single-img-wrap {
        height: 180px; } }

.external-link-btn {
  background-color: var(--grey2);
  padding: 7px 10px 4px 23px;
  position: relative;
  border-radius: 3px;
  transition: all .3s ease-in-out; }
  .external-link-btn::before {
    content: url(../icons/ne-arrow.svg);
    display: inline-block;
    margin-right: 3px;
    width: 10px;
    position: absolute;
    top: 28%;
    left: 8px; }
  .external-link-btn:hover {
    opacity: 1;
    background-color: var(--grey-dark); }

.tag-holder {
  background-color: grey;
  padding: 4px 7px 2px;
  line-height: 1;
  border-radius: 2px;
  display: inline-block;
  color: white; }
  .tag-holder.tag-type__Story {
    background-color: var(--blue); }
  .tag-holder.tag-type__Collaboration {
    background-color: var(--red); }
  .tag-holder.tag-type__Event {
    background-color: var(--green); }
  .tag-holder.on-now-tag {
    background-color: transparent;
    border: 1px solid var(--green);
    color: var(--green); }

.component__featured-articles {
  display: flex;
  flex-direction: column;
  gap: 25px; }
  .component__featured-articles .single-article {
    position: relative; }
    .component__featured-articles .single-article .single-title {
      padding-top: 7px;
      padding-bottom: 3px;
      transition: all .3s ease-in-out; }
    .component__featured-articles .single-article a:hover {
      opacity: 1; }
    .component__featured-articles .single-article:hover .single-title {
      color: var(--black); }
  .component__featured-articles .event-dates {
    display: flex;
    padding-bottom: 3px; }
    .component__featured-articles .event-dates span {
      display: inline-block;
      padding: 0 6px; }
  @media (min-width: 960px) {
    .component__featured-articles .title-mobile {
      display: none; } }
.block__questionAnswer {
  display: flex;
  flex-direction: column;
  gap: 43px;
  padding-bottom: 70px; }
  .block__questionAnswer .question .inner {
    grid-column: 13 / span 6; }
  .block__questionAnswer .question {
    padding-bottom: 30px; }
  .block__questionAnswer .answer .inner {
    grid-column: 15 / span 6; }
  .block__questionAnswer strong {
    font-weight: 700; }
  .block__questionAnswer u {
    text-decoration: underline;
    text-underline-offset: 2px; }
  @media (max-width: 960px) {
    .block__questionAnswer {
      padding-bottom: 50px; }
      .block__questionAnswer .question .inner {
        grid-column: 1 / span 9; }
      .block__questionAnswer .answer .inner {
        grid-column: 4 / span 9; } }
.block__image-layout {
  padding-bottom: 70px; }
  .block__image-layout .imageAndText.img-size-small {
    grid-column: 7 / span 12; }
  .block__image-layout .imageAndText.img-size-medium {
    grid-column: 4 / span 18; }
  .block__image-layout .imageAndText .aspectholder {
    overflow: hidden; }
    .block__image-layout .imageAndText .aspectholder img, .block__image-layout .imageAndText .aspectholder video {
      width: 100%;
      object-fit: contain; }
  .block__image-layout.multi-img .index-0 {
    grid-column: 3 / span 9; }
  .block__image-layout.multi-img .index-1 {
    grid-column: 14 / span 9; }
  .block__image-layout .imageAndText .caption {
    max-width: 190px;
    padding-top: 12px; }
  @media (max-width: 960px) {
    .block__image-layout {
      padding-bottom: 50px; }
      .block__image-layout .imageAndText.img-size-small {
        grid-column: 2 / span 10; }
      .block__image-layout .imageAndText.img-size-medium {
        grid-column: 1 / span 12; }
      .block__image-layout.multi-img {
        row-gap: 30px; }
        .block__image-layout.multi-img .index-0 {
          grid-column: 1 / span 7; }
        .block__image-layout.multi-img .index-1 {
          grid-column: 6 / span 7; } }
.block__quote {
  padding: 50px 0; }
  .block__quote .inner.align-left .quote {
    grid-column: 1 / span 12; }
  .block__quote .inner.align-right .quote {
    grid-column: 13 / span 11; }

.block__two-column-text {
  padding-bottom: 70px; }
  .block__two-column-text .text-right {
    grid-column: 16 / span 6; }
  .block__two-column-text .text-left {
    grid-column: 4 / span 9; }
    .block__two-column-text .text-left.colCaption {
      grid-column: 4 / span 7; }
  .block__two-column-text .text-left .text-wrap, .block__two-column-text .text-right .text-wrap {
    display: flex;
    flex-direction: column;
    gap: 15px; }
  .block__two-column-text .colCaption {
    max-width: 220px; }
    .block__two-column-text .colCaption * {
      color: var(--text2);
      font-family: 'Akkurat';
      font-size: 15px;
      line-height: 20px; }
      @media (max-width: 960px) {
        .block__two-column-text .colCaption * {
          font-size: 14px;
          line-height: 18px; } }
  @media (max-width: 960px) {
    .block__two-column-text {
      row-gap: 30px;
      padding-bottom: 50px; }
      .block__two-column-text .text-right {
        grid-column: 3 / span 10; }
      .block__two-column-text .text-left {
        grid-column: 1 / span 10; }
        .block__two-column-text .text-left.colCaption {
          grid-column: 1 / span 10; } }
.block__about-textblock {
  padding-bottom: 30px; }
  .block__about-textblock .inner {
    display: flex;
    flex-direction: column;
    gap: 17px; }
    .block__about-textblock .inner.fh5 {
      grid-column: 1 / 13; }
    .block__about-textblock .inner.fp, .block__about-textblock .block__heroArtwork .inner.work-details, .block__heroArtwork .block__about-textblock .inner.work-details, .block__about-textblock .block__cardCarousel .swiper-slide p.inner, .block__cardCarousel .swiper-slide .block__about-textblock p.inner {
      grid-column: 4 / 10; }
    .block__about-textblock .inner.fh4 {
      grid-column: 1 / 17; }
  @media (max-width: 960px) {
    .block__about-textblock {
      padding-bottom: 30px; }
      .block__about-textblock .inner {
        display: flex;
        flex-direction: column;
        gap: 17px; }
        .block__about-textblock .inner.fh5 {
          grid-column: 1 / -1; }
        .block__about-textblock .inner.fp, .block__about-textblock .block__heroArtwork .inner.work-details, .block__heroArtwork .block__about-textblock .inner.work-details, .block__about-textblock .block__cardCarousel .swiper-slide p.inner, .block__cardCarousel .swiper-slide .block__about-textblock p.inner {
          grid-column: 4 / 13; }
        .block__about-textblock .inner.fh4 {
          grid-column: 1 / 17; } }
.block__biography .left {
  grid-column: 7/14; }

.block__biography .right {
  grid-column: 15/20; }
  .block__biography .right .two {
    padding-bottom: 12px; }
  .block__biography .right .bio {
    padding-bottom: 25px; }

.block__biography img {
  width: 100%;
  object-fit: contain; }

@media (max-width: 960px) {
  .block__biography .left {
    grid-column: 1 / 10; }
  .block__biography .right {
    grid-column: 1 /10;
    padding-top: 9px; } }

.block__fullScreenSlider {
  height: 89vh;
  width: 100vw;
  margin-left: var(--Pmneg); }
  .block__fullScreenSlider .swiper .swiper-slide {
    background-color: #858585;
    height: clamp(600px, 89vh, 100vh);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 45px;
    align-items: center; }
    .block__fullScreenSlider .swiper .swiper-slide .aspectholder {
      position: absolute;
      top: 0;
      left: 0;
      overflow: hidden;
      height: 100%;
      width: 100%;
      z-index: -1; }
      .block__fullScreenSlider .swiper .swiper-slide .aspectholder img, .block__fullScreenSlider .swiper .swiper-slide .aspectholder video {
        height: 100%;
        width: 100%;
        object-fit: cover; }
    .block__fullScreenSlider .swiper .swiper-slide .title, .block__fullScreenSlider .swiper .swiper-slide .sub-title {
      color: var(--grey);
      z-index: 5;
      position: relative; }
    .block__fullScreenSlider .swiper .swiper-slide .title {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      line-height: 0.8;
      white-space: nowrap; }
    .block__fullScreenSlider .swiper .swiper-slide .sub-and-button {
      position: relative;
      z-index: 5;
      max-width: 600px;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .block__fullScreenSlider .swiper .swiper-slide .sub-and-button .sub-title {
        padding-bottom: 20px;
        text-align: center; }
    .block__fullScreenSlider .swiper .swiper-slide .dark-overlay {
      z-index: 1;
      background-color: rgba(0, 0, 0, 0.2); }
  .block__fullScreenSlider .swiper .swiper-pagination {
    bottom: 20px;
    --swiper-pagination-color: var(--grey);
    --swiper-pagination-bullet-size: 0px;
    --swiper-pagination-bullet-width: unset;
    --swiper-pagination-bullet-height: 1px;
    --swiper-pagination-bullet-inactive-color: rgb(255, 255, 255);
    --swiper-pagination-bullet-inactive-opacity: 0.2;
    --swiper-pagination-bullet-opacity: 1;
    --swiper-pagination-bullet-horizontal-gap: 0px;
    --swiper-pagination-bullet-vertical-gap: 0px; }
    .block__fullScreenSlider .swiper .swiper-pagination .swiper-pagination-bullet {
      width: 120px;
      border-radius: 0 !important; }
  @media (max-width: 960px) {
    .block__fullScreenSlider {
      height: 92.9svh; }
      .block__fullScreenSlider .swiper .swiper-slide {
        padding-left: 16px;
        padding-right: 16px;
        height: 92.9svh; }
        .block__fullScreenSlider .swiper .swiper-slide .title {
          text-align: center;
          white-space: normal;
          line-height: 44px; }
      .block__fullScreenSlider .swiper .swiper-pagination .swiper-pagination-bullet {
        width: 12vw; } }
.block__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 76px 0 56px; }
  .block__heading .heading {
    max-width: 900px;
    text-align: center; }
  .block__heading .button-wrap {
    padding-top: 24px; }

.block__cardCarousel {
  padding: 76px 0 56px;
  margin-right: var(--Pmneg); }
  .block__cardCarousel .title-row {
    padding-right: var(--Pm);
    display: flex;
    justify-content: space-between;
    padding-bottom: 12px;
    align-items: flex-end; }
    .block__cardCarousel .title-row .nav-wrap {
      display: flex;
      gap: 4px; }
      .block__cardCarousel .title-row .nav-wrap svg path {
        fill: var(--black); }
      .block__cardCarousel .title-row .nav-wrap .swiper-navigation {
        cursor: pointer;
        background-color: var(--grey2);
        padding: 6px 14px 7px;
        border-radius: 3px;
        transition: all .3s ease-in-out;
        line-height: 1;
        font-size: 16px;
        display: inline-flex;
        align-items: center;
        position: relative; }
        .block__cardCarousel .title-row .nav-wrap .swiper-navigation:hover {
          background-color: var(--grey-dark);
          opacity: 1; }
  .block__cardCarousel .swiper-wrapper {
    padding-bottom: 56px; }
  .block__cardCarousel .swiper-slide {
    cursor: pointer; }
    .block__cardCarousel .swiper-slide .aspectholder {
      width: 100%;
      margin-bottom: 12px; }
      .block__cardCarousel .swiper-slide .aspectholder img {
        width: 100%; }
    .block__cardCarousel .swiper-slide .year {
      padding-top: 12px; }
  .block__cardCarousel .swiper-pagination {
    top: unset;
    padding-right: var(--Pm);
    display: flex;
    --swiper-pagination-color: var(--black);
    --swiper-pagination-bullet-inactive-color: rgb(0, 0, 0);
    --swiper-pagination-bullet-inactive-opacity: 0.10;
    --swiper-pagination-bullet-horizontal-gap: 0px; }
    .block__cardCarousel .swiper-pagination .swiper-pagination-bullet {
      flex: 1;
      height: 1px;
      border-radius: 0;
      transition: all .2s ease-in-out; }
  @media (max-width: 960px) {
    .block__cardCarousel .title-row {
      flex-direction: column;
      align-items: center;
      gap: 12px; }
      .block__cardCarousel .title-row p {
        text-align: center; } }
.block__heroArtwork {
  padding: 64px 0 96px; }
  .block__heroArtwork .aspectholder {
    grid-column: 8 / 18;
    overflow: hidden; }
    .block__heroArtwork .aspectholder img, .block__heroArtwork .aspectholder video {
      width: 100%; }
  .block__heroArtwork .work-details {
    grid-column: 19/23;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .block__heroArtwork .work-details .artist, .block__heroArtwork .work-details .year {
      padding-bottom: 12px; }
  @media (max-width: 960px) {
    .block__heroArtwork .aspectholder {
      grid-column: 1/-1;
      grid-row: 1; }
    .block__heroArtwork .work-details {
      grid-row: 2;
      grid-column: 1/-1; }
      .block__heroArtwork .work-details .artist, .block__heroArtwork .work-details .year {
        padding-bottom: 8px; } }
.block__partnersList {
  padding: 76px 0;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .block__partnersList h6 {
    padding-bottom: 24px; }
  .block__partnersList .list-wrap ul li {
    text-align: center; }

.block__featuredArtist {
  padding: 64px 0; }
  .block__featuredArtist .text-wrap {
    grid-column: 1/7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; }
    .block__featuredArtist .text-wrap .pretitle {
      padding-bottom: 16px; }
    .block__featuredArtist .text-wrap h6 {
      padding-bottom: 8px; }
    .block__featuredArtist .text-wrap a {
      margin-top: 32px; }
  .block__featuredArtist .image-wrap {
    grid-column: 8 / 18; }
    .block__featuredArtist .image-wrap .aspectholder {
      overflow: hidden;
      width: 100%; }
      .block__featuredArtist .image-wrap .aspectholder img, .block__featuredArtist .image-wrap .aspectholder video {
        width: 100%; }
  @media (max-width: 960px) {
    .block__featuredArtist .text-wrap, .block__featuredArtist .image-wrap {
      grid-column: 1/-1; }
    .block__featuredArtist .text-wrap {
      padding-bottom: 24px; }
      .block__featuredArtist .text-wrap a {
        margin-top: 24px; } }
.block__featuredHighlight {
  padding: 64px 0; }
  .block__featuredHighlight .text-wrap {
    grid-column: 1/7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; }
    .block__featuredHighlight .text-wrap .pretitle {
      padding-bottom: 20px; }
    .block__featuredHighlight .text-wrap h6 {
      padding-bottom: 12px; }
    .block__featuredHighlight .text-wrap a {
      margin-top: 20px; }
    .block__featuredHighlight .text-wrap .writer__styling {
      color: rgba(33, 33, 33, 0.4); }
    .block__featuredHighlight .text-wrap .highlight-info {
      display: flex;
      align-items: center;
      gap: 8px;
      padding-bottom: 8px; }
  .block__featuredHighlight .image-wrap {
    grid-column: 8 / 18; }
    .block__featuredHighlight .image-wrap .aspectholder {
      overflow: hidden;
      width: 100%; }
      .block__featuredHighlight .image-wrap .aspectholder img, .block__featuredHighlight .image-wrap .aspectholder video {
        width: 100%; }
  @media (max-width: 960px) {
    .block__featuredHighlight .text-wrap, .block__featuredHighlight .image-wrap {
      grid-column: 1/-1; }
    .block__featuredHighlight .text-wrap {
      padding-bottom: 24px; }
      .block__featuredHighlight .text-wrap a {
        margin-top: 24px; } }
.block__imageWithTag {
  position: relative;
  z-index: 1;
  margin: 56px 0; }
  .block__imageWithTag .aspectholder, .block__imageWithTag img {
    width: 100%; }

.inblock-item-tag {
  position: absolute;
  z-index: 10;
  background-color: var(--grey2);
  display: flex;
  justify-content: left;
  align-items: flex-start;
  border-radius: 4px;
  padding: 4px 7px;
  transition: all .3s ease-in-out;
  overflow: hidden; }
  @media (min-width: 960px) {
    .inblock-item-tag:hover .text-wrap {
      max-height: 50px;
      max-width: 300px;
      transform: scale(1); } }
  .inblock-item-tag .text-wrap {
    font-size: 11px;
    line-height: 14px;
    max-height: 0;
    max-width: 0;
    overflow: hidden;
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    transform: scale(0.8);
    transform-origin: left center;
    white-space: nowrap; }
    .inblock-item-tag .text-wrap .inner {
      padding: 0 25px 0 20px; }
  @media (max-width: 960px) {
    .inblock-item-tag {
      padding: 5px 8px; }
      .inblock-item-tag.tag-active .text-wrap {
        max-height: 50px;
        max-width: 300px;
        transform: scale(1); }
      .inblock-item-tag .text-wrap {
        transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); } }
