@import url("https://use.typekit.net/zed3rvh.css");

:root {
    --fluid-screen: 100vw;
    --fluid-bp: calc((var(--fluid-screen) - 20rem) / 2240);
    --step--2: calc(0.691875rem + 2.57 * var(--fluid-bp));
    --step--1: calc(0.831875rem + 4.01 * var(--fluid-bp));
    --step-0: calc(1rem + 6 * var(--fluid-bp));
    --step-1: calc(1.201875rem + 8.71 * var(--fluid-bp));
    --step-2: calc(1.445rem + 12.36 * var(--fluid-bp));
    --step-3: calc(1.736875rem + 17.27 * var(--fluid-bp));
    --step-4: calc(2.0875rem + 23.83 * var(--fluid-bp));
    --step-5: calc(2.509375rem + 32.53 * var(--fluid-bp));
    --step-6: calc(3.01625rem + 44.05 * var(--fluid-bp));
    --step-7: calc(3.625rem + 59.23 * var(--fluid-bp));
    --step-8: calc(4.3575rem + 79.17 * var(--fluid-bp));
    --step-9: calc(5.2375rem + 105.28 * var(--fluid-bp));
    --step-10: calc(6.295625rem + 139.41 * var(--fluid-bp));
    --space-3xs: calc(0.25rem + 1.5 * var(--fluid-bp));
    --space-2xs: calc(0.5rem + 3 * var(--fluid-bp));
    --space-xs: calc(0.75rem + 4.5 * var(--fluid-bp));
    --space-s: calc(1rem + 6 * var(--fluid-bp));
    --space-m: calc(1.5rem + 9 * var(--fluid-bp));
    --space-l: calc(2rem + 12 * var(--fluid-bp));
    --space-xl: calc(3rem + 18 * var(--fluid-bp));
    --space-2xl: calc(4rem + 24 * var(--fluid-bp));
    --space-3xl: calc(6rem + 36 * var(--fluid-bp));
    --space-4xl: calc(8rem + 48 * var(--fluid-bp));
    --space-3xs-2xs: calc(0.25rem + 7 * var(--fluid-bp));
    --space-2xs-xs: calc(0.5rem + 8.5 * var(--fluid-bp));
    --space-xs-s: calc(0.75rem + 10 * var(--fluid-bp));
    --space-s-m: calc(1rem + 17 * var(--fluid-bp));
    --space-m-l: calc(1.5rem + 20 * var(--fluid-bp));
    --space-l-xl: calc(2rem + 34 * var(--fluid-bp));
    --space-xl-2xl: calc(3rem + 40 * var(--fluid-bp));
    --space-2xl-3xl: calc(4rem + 68 * var(--fluid-bp));
    --space-3xl-4xl: calc(6rem + 80 * var(--fluid-bp));
    --space-s-xl: calc(1rem + 50 * var(--fluid-bp));
    --container-padding: var(--space-s-xl);
    --gutter-x: var(--space-s-xl);
    --gutter-y: var(--space-s-xl);
    --color-black: #000;
    --color-white: #fff;
    --color-gray: #eaeced;

    --color-placeholder: rgb(0 0 0 / 5%);
    --theme-color: var(--color-gray);
    --body-font-family: neue-haas-grotesk-display,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,sans-serif;
    --body-font-weight: 500;
    --heading-font-family: neue-haas-grotesk-display,sans-serif;
    --actual-vh: 1vh;
    --initial-vh: 1vh;
    --space-section: var(--space-3xl-4xl);
    --space-header: calc(var(--space-section) + var(--site-header-height));
    --logo-height: var(--space-xl-2xl);
    --logo-width: calc(var(--logo-height) * 164 / 40);
    --heading-line-height: 1.25;
    --site-header-padding: var(--space-l);
    --site-header-height: calc(var(--logo-height) + var(--site-header-padding) * 2);
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--body-color,#000);
    font-family: var(--body-font-family);
    font-size: var(--body-font-size,var(--step-0));
    font-weight: var(--body-font-weight,400);
    line-height: var(--body-line-height,1.5);
    background-color: var(--body-bg,#fff);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
canvas, img, picture, svg, video {
    display: block;
    width: 100%;
    max-width: 100%;
}
[data-bgset], [data-srcset] {
    opacity: .01;
    transition: opacity 1s;
}
[data-bgset].lazyloaded, [data-srcset].lazyloaded {
    opacity: 1;
}
ul{
    padding: 0;
    margin: 0;
}
p {
    margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6, p {
    overflow-wrap: break-word;
    margin-bottom: 0;
}
.c-exhibition__authors-list, h1, h2, h3, h4, h5, h6, p {
    max-width: var(--measure,100%);
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    line-height: var(--heading-line-height);
}
h1 {
    font-size: var(--step-6);
}
h3 {
    font-size: var(--step-3);
}
.c-main {
    --flow: var(--space-section);
}
.u-flow {
    --flow: var(--space-s);
}
.u-flow-m {
    --flow: var(--space-m);
}
.u-flow-l {
    --flow: var(--space-l);
}
.u-flow-0 {
    --flow: 0;
}
.c-exhibition {
    --gutter-y: var(--space-l-xl);
    --flow: var(--space-l-xl);
    padding-top: var(--space-header);
}
.c-main>*+*, .o-prose ol>*+*, .o-prose ul>*+*, .o-prose>*+*, .u-flow>*+* {
    margin-top: var(--flow);
}
.c-artists__label, .o-reveal, .o-reveal-childs > * {
    transform: translateY(var(--space-xl));
    opacity: 0;
    transition: transform .8s cubic-bezier(.165,.84,.44,1),opacity .4s;
    transition-delay: calc(.075s * var(--index,0));
}
.c-artists__list.is-inview .c-artists__label, html.is-ready .is-inview .o-reveal-childs>:not(.prevent-reveal), html.is-ready .is-inview .o-reveal:not(.prevent-reveal), html.is-ready .o-reveal-childs.is-inview>:not(.prevent-reveal), html.is-ready .o-reveal.is-inview:not(.prevent-reveal) {
    transform: none;
    opacity: 1;
}
.o-split-text {
    overflow: hidden;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-right: var(--container-padding);
    padding-left: var(--container-padding);
}
.c-site-header {
    pointer-events: none;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    padding: var(--site-header-padding) 0;
}
.c-site-header ul {
    list-style: none;
    display: flex;
    margin: 0;
}
.c-site-header__main-nav ul > li:not(:first-child) {
    margin-left: var(--space-xs);
}
.c-site-header__main-nav li:not(:last-child) a::after {
    content: ",";
}
.c-site-header__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #ddd;
    transition: transform .75s;
    transition-timing-function: cubic-bezier(.77,0,.175,1);
    pointer-events: none;
    transform-origin: 0 0;
    transform: scaleY(0);
}
.show-menu .c-site-header__bg {
    transform: scaleY(1);
}

.c-site-header__logo {
    position: relative;
    z-index: 1;
    display: block;
    width: var(--logo-width);
    height: var(--logo-height);
}

.c-site-header a {
    color: inherit;
    text-decoration: none;
    pointer-events: auto;
}
.o-logo {
    --transform-y: calc(100% + 5px);
    overflow: hidden;
    width: 164px;
    height: auto;
}
.c-site-header__logo svg {
    position: absolute;
    top: 0;
    bottom: 0;
    width: auto;
    height: 100%;
}
.c-site-header__service-nav {
    display: flex;
    justify-content: space-between;
}
.c-site-header__language {
    overflow: hidden;
}
.c-site-header__language ul {
    display: flex;
}
.c-site-header__language ul li:last-child::before {
    content: "-";
}
.c-site-header__language .is-active {
    text-decoration: underline;
}
.c-site-header__menu-toggle {
    position: relative;
    width: 20px;
    height: 40px;
    margin-left: auto;
    color: inherit;
    background: 0 0;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.c-site-header button {
    pointer-events: auto;
}
.c-site-header__menu-toggle svg {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    stroke: #000;
    stroke-width: 2px;
}
.c-site-header__menu-toggle line {
    transition: transform .75s;
    transition-delay: calc(var(--index,0) * .15s);
}
.c-site-header__menu-toggle line:nth-child(3n+2) {
    --index: 1;
}
.c-site-header__menu-toggle line:nth-child(3n+3) {
    --index: 2;
}
.show-menu .c-site-header__menu-toggle line {
    transform: translateY(-51px);
}

.c-home-header {
    margin-bottom: var(--space-3xl);
    padding-top: calc(var(--site-header-height));
    color: #fff;
}

.c-home-header__sizer {
    position: relative;
    display: flex;
    overflow: hidden;
    height: calc(var(--initial-vh) * 100 - var(--site-header-height) - var(--container-padding));
    min-height: calc(var(--initial-vh) * 100 - var(--site-header-height) - var(--container-padding));
    background-color: var(--color-placeholder);
}

.c-home-header__figure {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

html.has-scroll-smooth [data-scroll-speed] {
    will-change: transform;
}

.c-home-header__image {
    position: absolute;
    top: calc(-1 * var(--site-header-height));
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background: center/cover no-repeat;
    opacity: .01;
    transform: scale(1.075);
    transition: opacity 1s,transform 1.5s;
}

.c-home-header__image.lazyloaded {
    opacity: 1;
    transform: scale(1.001);
}

.c-home-header__image::before {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0,0,0,.15);
}

.c-home-header__content {
    width: 100%;
    min-height: 50%;
    margin-top: auto;
    padding-bottom: var(--gutter-x);
}
.c-home-header__content-title {
    margin-right: var(--container-padding);
    margin-bottom: var(--space-l);
    padding-left: calc(var(--container-padding)/ 2);
    font-size: var(--step-3);
    font-weight: 500;
}
.c-home-header__content-dates {
    --index: 5;
    grid-row: 2;
    grid-column: 1/13;
    padding-right: calc(var(--gutter-x)/ 2);
    text-align: right;
}
.c-home-header__content-opening {
    margin-top: var(--space-m);
}
.c-home-header__button {
    --index: 7;
    margin-top: var(--space-s);
    padding-left: calc(var(--container-padding)/ 2);
}
.MarkupPagerNav a, .o-button {
    display: inline-flex;
    padding: 0.5em 1.5em;
    color: inherit;
    font-size: var(--step--1);
    font-weight: 400;
    line-height: 1;
    text-decoration: none!important;
    text-transform: uppercase;
    background: 0 0;
    border: 1px solid currentcolor;
    border-radius: 100px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: color,background-color,border-color;
    transition-duration: .15s;
}
.c-home-header a {
    color: inherit;
}
.MarkupPagerNav a:hover, .o-button:hover {
    color: #fff;
    background: #000;
    border: 1px solid #000;
}
.o-button--white:hover {
    color: #000;
    background: #fff;
    border: 1px solid #fff;
}
.c-site-footer {
    padding: var(--space-3xl) 0 var(--space-xl);
}
.c-site-footer__main-nav {
    --gutter-y: 0;
}
.c-site-footer__address {
    font-size: var(--step-2);
}
.c-site-footer__opening {
    margin-top: var(--space-m);
    font-size: var(--step-2);
}
.c-site-footer__social {
    margin-top: var(--space-xl);
    text-align: left;
}
.c-site-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.c-site-footer__social ul {
    display: flex;
    flex-direction: column;
}
.o-icon {
    display: inline-block;
    flex-shrink: 0;
    width: var(--step-0);
    height: var(--step-0);
    vertical-align: middle;
    font-size: 0;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.2px;
}
.o-icon__svg {
    width: 100%;
    height: 100%;
}
.c-site-footer a {
    color: inherit;
    text-decoration: none;
}
.c-site-footer a:hover {
    text-decoration: underline;
}
.c-site-footer__scroll {
    margin-top: var(--space-m);
}
.c-site-footer__scroll button {
    display: flex;
    align-items: center;
}
.c-site-footer__scroll .o-icon {
    position: relative;
    top: -0.2rem;
    right: -0.5rem;
    transform: rotate(-90deg);
}
.c-site-footer__service {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: var(--space-xl);
}
.c-site-footer__credits {
    margin-top: var(--space-m);
}
.c-exhibition__parent-link {
    color: inherit;
    text-decoration: none;
}
.c-exhibition a {
    color: inherit;
    text-decoration: none;
}
.c-exhibition a:hover {
    text-decoration: underline;
}
.c-exhibition__title {
    --index: 2;
    --measure: 26ch;
    font-size: var(--step-4);
}
.c-exhibition__dates {
    align-self: end;
    line-height: var(--heading-line-height);
    text-align: right;
}
.u-fs-0 {
    font-size: var(--step-0);
}
.u-fs-1 {
    font-size: var(--step-1);
}
.u-fs-2 {
    font-size: var(--step-2);
}
.c-exhibition__body.o-prose .col-md-6 > .u-fs-2 {
    padding-right: 0.5rem;
}
.u-fs-3 {
    font-size: var(--step-3);
}
.u-flow-section {
    --flow: var(--space-section);
}
.o-label {
    font-size: var(--step--1);
    font-weight: 650;
    text-transform: uppercase;
}
.c-exhibition__authors-list {
    --measure: 72ch;
    margin-top: var(--space-2xs);
    font-weight: 400;
    list-style-type: none;
}
.c-exhibition__authors-list li {
    display: inline;
}
.c-exhibition__authors-list li:not(:only-child) {
    font-size: var(--step-1);
}
.c-exhibition__authors-list li:not(:last-child) {
    margin-right: 0.25em;
}
.c-exhibition__authors-list li:not(:last-child)::after {
    content: ",";
}
.o-section {
    border-top: 1px solid #000;
}
a:hover {
    color: #e30613;
    opacity: 1;
}
.c-site-header .program--button {
    font-size: var(--step-0);
    padding: 1em 2em;
    text-align: center;
    color: #e30613;
    background-color: #fff;
    border:1px solid #e30613;
    border-radius: 2em;
    display: inline-block;
    transition: all .3s cubic-bezier(.165,.84,.44,1);
}
.c-site-header .program--button:hover {
    color: #fff;
    background-color: #e30613;
}
@media (min-width: 768px) {
    :root {
        --container-padding: var(--space-s-xl);
        --gutter-y: var(--space-s-xl);
        --gutter-x: var(--space-s-xl);
    }
    .c-home-header__content-title {
        margin-bottom: 0;
        font-size: var(--step-5);
    }
    .c-home-header__button {
        --index: 5;
    }
    .c-site-footer__social {
        margin-top: var(--space-m);
        text-align: right;
    }
    .c-site-footer__scroll {
        margin-top: 0;
        justify-self: end;
    }
    .c-site-footer__scroll button {
        min-width: 100%;
        white-space: nowrap;
    }
    .c-exhibition__dates {
        --column-span: 4;
    }
    .c-exhibition__authors-list li {
        display: inline-block;
    }
}
@media (min-width: 1024px) {
    .c-site-header__bg {
        display: none;
    }
    .c-site-header__nav-wrapper {}

    .c-site-header__menu-toggle {
        display: none;
    }
    .c-home-header__sizer {
        height: calc(var(--actual-vh) * 100 - var(--site-header-height) + var(--site-header-padding));
        min-height: calc(var(--actual-vh) * 100 - var(--site-header-height) + var(--site-header-padding));
    }
    .c-home-header__content-title {
        margin-right: 0;
    }
    .c-home-header__content-dates {
        --index: 4;
        margin-top: var(--space-2xs);
        padding-right: calc(var(--gutter-x)/ 4);
        text-align: left;
    }
    .c-home-header__button {
        --index: 6;
    }
    .c-site-footer__opening {
        margin-top: 0;
    }
    .c-site-footer__social {
        margin-top: 0;
    }
    .c-site-footer__service {
        flex-direction: row;
        margin-top: var(--space-3xl);
    }
    .c-site-footer__credits {
        margin-top: 0;
    }
    .c-exhibition__title {
        font-size: var(--step-5);
    }
    
}
@media (max-width: 1023.98px) {
    .c-home-header__content-lasting {
        font-size: calc(var(--step-1));
    }
    .c-site-header__outer-wrapper {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: flex;
    }
    .c-site-header__nav-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        overflow: auto;
        width: 100%;
        padding: var(--container-padding);
        padding-top: var(--site-header-height);
        padding-bottom: calc(var(--container-padding) * 2);
        pointer-events: none;
    }
    .c-site-header__main-nav {
        margin-top: 12.5vh;
        margin-bottom: auto;
        font-size: var(--step-4);
    }
    .c-site-header__main-nav ul {
        display: flex;
        flex-direction: column;
    }
    .c-site-header__main-nav li {
        overflow: hidden;
        margin-left: 0!important;
    }
    .c-site-header__main-nav a {
        display: inline-block;
        padding: 0.175em 0;
        font-weight: 350;
        line-height: 1.2;
    }
    .c-site-header__cta a, .c-site-header__language ul, .c-site-header__main-nav li a {
        display: inline-block;
        transform: translateY(100%);
    }
    .c-site-header__main-nav a::after {
        content: ""!important;
    }
    .c-site-header__service-nav {
        display: flex;
        flex-direction: column;
        margin-top: var(--space-l);
        font-size: var(--step-1);
    }
    .c-site-header__service-nav>:last-child {
        margin-top: var(--space-2xs);
    }
    .c-site-header__cta a, .c-site-header__language ul, .c-site-header__main-nav li a {
        display: inline-block;
        transform: translateY(100%);
    }
    .show-menu .c-site-header__nav-wrapper {
        opacity: 1;
        pointer-events: auto;
    }
    .show-menu .c-site-header__cta a, .show-menu .c-site-header__language ul, .show-menu .c-site-header__main-nav li a {
        transition: transform .5s calc(var(--index) * .05s + .25s);
        transform: translateY(0);
    }
}
@media  (min-width: 1440px) {
    :root {
        --container-padding: calc((100vw - 1440px) / 8 + var(--space-s-xl));
    }
    .c-site-footer__social {
        text-align: right;
    }
}
.double-line {
    height: 40px;
    width: 1px;
    background-color: #000;
    display: inline-block;
    margin: 10px 60px 0 0;
}

.vetor--logo {
    fill:#000;
    width: auto;
    height: 40px;
}
.vetor--logo + .vetor--logo {
    margin-left: 1rem;
}

@media (min-width: 992px) {
    .vetor--logo + .vetor--logo {
        margin-left: 4rem;
    }
}

.grayscale {
    filter: grayscale(1);opacity: 0.5;
}