.splide__container {
  box-sizing: border-box;
  position: relative
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block
}

.left_splide_button {
  margin-right: 1rem;
}



.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto
}

.splide:not(.is-overflow) .splide__pagination {
  display: none
}

.splide__progress__bar {
  width: 0
}

.splide {
  position: relative;
  visibility: hidden
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative
}

.splide__slide img {
  vertical-align: bottom
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0
}

@keyframes splide-loading {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(1turn)
  }
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.splide__track--fade>.splide__list>.splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
  opacity: 1;
  z-index: 1
}

.splide--rtl {
  direction: rtl
}

.splide__track--ttb>.splide__list {
  display: block
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em
}

.splide__arrow:hover:not(:disabled) {
  opacity: .9
}

.splide__arrow:disabled {
  opacity: .3
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide__arrow--prev {
  left: 1em
}

.splide__arrow--prev svg {
  transform: scaleX(-1)
}

.splide__arrow--next {
  right: 1em
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide__pagination {
  bottom: .5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: .7;
  padding: 0;
  position: relative;
  transition: transform .2s linear;
  width: 8px
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: .9
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide__progress__bar {
  background: #ccc;
  height: 3px
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.splide__slide:focus {
  outline: 0
}

@supports(outline-offset:-3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px
  }
}

@media screen and (-ms-high-contrast:none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf
  }
}

@supports(outline-offset:-3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px
  }
}

@media screen and (-ms-high-contrast:none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf
  }

  .splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus {
    border-color: #0bf
  }
}

.splide__toggle {
  cursor: pointer
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide__track--nav>.splide__list>.splide__slide {
  border: 3px solid transparent;
  cursor: pointer
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
  border: 3px solid #000
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1)
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1)
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%)
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg)
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg)
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: .5em;
  top: 0
}

@font-face {
  font-family: OSD;
  src: url('VCR_OSD_MONO_1.001.ttf');
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('Inter-Regular.ttf');
  font-display: swap;
}

@font-face {
  font-family: Inter-Light;
  src: url('Inter-Light.ttf');
  font-display: swap;
}


@font-face {
  font-family: Inter-Bold;
  src: url('Inter-Bold.ttf');
  font-display: swap;
}

html,
body {
  font-family: Inter;
}

h1,
h2,
h3,
h4,
h5,
.OSD,
.back__button,
.header * {
  font-family: OSD !important;
}

.arrows-container.disabled * {
  opacity: 0;
  pointer-events: none;
}

.inter_l {
  font-family: Inter-Light;
}

.single__page__title {
  padding: 3vh 3%;
  width: 100%;
}

.arrows-container .bi-arrow-left {
  margin-right: 0.8rem;
}

.back__button {
  display: flex;
  align-items: center;
}

.back__button .chevron {
  font-size: 2rem;
  margin-right: 1rem;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 100;
}

.page-template-temp_publications table td {
  padding: 0;
}

.page-template-temp_publications table .block__item:hover {
  background: #FF93AD;
}

.page-template-temp_publications .title {
  margin-top: 3rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

.page-template-temp_publications .table.hidden {
  display: none;
}

.page-template-temp_publications .drop,
.biography .drop {
  cursor: pointer;
  font-family: OSD;
  background: #ff6e88;
  display: inline-block;
  transform: rotate(90deg);
  font-size: 1rem;
  height: 1.2rem;
  width: 1.2rem;
  text-align: center;
}

.page-template-temp_publications .drop.up,
.biography .drop {
  transform: rotate(270deg);
}

.biography .drop.up {
  transform: rotate(90deg);
}

.education_table,
.exhibition_table {
  display: none;
}

.education_table.active,
.exhibition_table.active {
  display: block;
}

.back__button {
  cursor: pointer;
  text-transform: uppercase;
}

h4 {
  font-size: 2.8rem !important;
}

.home h4 {
  font-size: 2.52rem !important;
}

a {
  color: #000;
  text-decoration: none;
}

a * {
  cursor: pointer;
}

h4 {
  font-size: 1.7rem;
}

.legal_page {
  min-height: 80vh;
  padding: 3% 3rem;
}

.header {
  align-items: center;
  background: #FF93AD;
  display: flex;
  justify-content: space-between;
  padding: 10px 3%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11;
}

footer {
  background: #FF93AD;
  padding: 6rem 3% 3rem 3%;
}

footer #rss-menu {
  padding-left: 0;
}

footer li {
  list-style: none;
}

footer #footer-menu {
  display: flex;
  padding-left: 0;
  width: 30%;
}

footer #footer-menu li {
  font-size: 0.9rem;
  margin-right: 1.5rem;
}

.current_page_item {
  background: whitesmoke;
  padding: 0 5px;
}

.header a {
  color: #000;
  text-decoration: none;
}

.header h1 {
  margin-bottom: 0;
  font-size: 1.75rem;
}

.header .menu {
  max-width: 1200px;
  margin-right: 1rem;
}

.header__main .bi-list {
  display: none;
}

.header .menu-item.active {
  margin-right: 2rem;
}

.header__nav {
  align-items: flex-end;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.lang_selector a {
  box-sizing: border-box;
  padding: 5px 10px;
}

.lang_selector .active {
  border: solid 2px black;
}

#header-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
}

#header-menu li {
  list-style: none;
  margin-right: 1.7rem;
  text-align: center;
}

#slider_home {
  z-index: 10;
}

.slider {
  position: relative;
  width: 100%;
  min-height: 40vh;
  overflow: hidden;
}

.slide {
  align-items: flex-end;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  display: flex;
}

.slide__content {
  background: #FF93AD;
  display: flex;
  justify-content: space-between;
  padding: 1rem 2%;
  width: 100%;
}

.slide__content a,
.slide__content .arrows-container {
  display: none;
}


.slide__content .button {
  border: solid 1px black;
  padding: 3px 6px;
}

.slide__content a {
  color: #000;
  text-decoration: none;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease;
}

.arrow {
  cursor: pointer;
}

.slide.active {
  opacity: 1;
  z-index: 10;
}

.hero {
  height: 100%;
}

.current_and_upcoming {
  padding: 5rem 3%;
}

.home .selected_work {
  margin-top: 5rem;
  margin-bottom: 25rem;
}

.selected_work {
  padding: 3rem 3%;
  position: relative;
}

#home-newsletter h3 {
  text-transform: uppercase;
  font-size: 2.5rem;
}

.selected_work__wrapper {
  align-items: flex-end;
  display: flex;
  flex-direction: row-reverse;
}

.selected_work__wrapper .column {
  margin-bottom: 3rem;
  width: 20%;
}

.view_all {
  left: 1%;
  bottom: 4rem;
  background: #FF93AD;
  font-family: OSD;
  padding: 5px 10px;
  font-size: 0.8rem;
  text-transform: uppercase;
}

.pink-button {
  background: #FF93AD;
  font-family: OSD;
  padding: 5px 10px;
  font-size: 0.8rem;
  text-transform: uppercase;
}

.selected_work h4 {
  margin-bottom: 5rem;
}

.selected_work .content {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}

.selected_work .content .item {
  cursor: pointer;
  margin-bottom: 1rem;
  margin-right: 2%;
  width: 23.5%;
}

.selected_work .content .item p {
  font-family: OSD;
  margin-top: 0.7rem;
}

.selected_work .content .item:nth-child(4n) {
  margin-right: 0;
}

.selected_work .content .item:hover {
  background: #FF93AD;
}

.selected_work .content .item img {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.current_and_upcoming,
.publications,
.single__page {
  padding: 3vh 3%;
  width: 100%;
}

.page-template-temp_current .current_and_upcoming .item {
  margin: 0 auto 5rem auto;
  width: 80%;
}

.current_and_upcoming .item {
  display: grid;
  grid-template-areas: "cover info";
  grid-template-columns: 50% 50%;
  margin-bottom: 5rem;
  width: 100%;
}

.current_and_upcoming .item__cover {
  aspect-ratio: 1;
}

.current_and_upcoming .main_title {
  margin-bottom: 10vh;
}

.item__cover {
  grid-area: cover;
  object-fit: cover;
  height: 60vh;
  width: 100%;
}

.item__info {
  align-items: center;
  background: #FF93AD;
  display: flex;
  grid-area: info;
  font-size: 0.9rem;
  justify-content: center;
  position: relative;
}

.item__info .title {
  color: #000;
  font-family: OSD;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 1.1rem;
  margin-bottom: 0;
}

.page-template-temp_current .item__info span {
  font-size: 1.6rem;
  line-height: 115%;
  font-family: OSD;
  text-transform: uppercase;
}

.arrows.disabled i {
  display: none;
}

.item__info .content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  bottom: 5%;
  left: 5%;
  position: absolute;
}

.item__info .content .view_all {
  background: #FFF;
  color: #000;
  margin-top: 0.5rem;
}

.item__info .content .view_all .bi {
  margin-right: 0.5rem;
}

.page-template .current_and_upcoming {
  padding-bottom: 7.5rem;
}

.paginator {
  display: flex;
}

.paginator .page-item {
  list-style: none;
  margin-right: 5px;
}

.paginator .page-item.active * {
  color: #ff6e88;
}

.biography {
  padding: 3vh 3% 20vh 3%;
  width: 100%;
}

.biography_content {
  max-width: 65%;
  margin: 0 auto;
}

.biography .cover {
  object-fit: cover;
  margin-bottom: 4rem;
  width: 100%;
}

.biography .resume {
  margin-bottom: 4rem;
  font-size: 1.15rem;
  max-width: 100%;
}

.biography .button {
  background: #ff6e88;
  padding: 4px 8px;
}

.biography .cv {
  display: inline-block;
  margin-bottom: 10vh;
  margin-top: 3vh;
}

.biography .cv:nth-child(odd) {
  margin-right: 1rem;
}

.biography .title {
  margin-bottom: 4vh;
  text-transform: uppercase;
}

.biography .title .bi-envelope {
  background: #ff6e88;
}

.biography .date {
  font-family: Inter-Bold;
  padding-right: 1rem;
  min-width: 10%;
}

.biography .education .date {
  width: 15%;
}

.biography tr {
  border: transparent;
}

#slider_home .arrow {
  cursor: pointer;
  font-size: 1.2rem;
  margin: 0 5px;
}

#slider_home .arrow:hover {
  font-size: 1.3rem;
}

.current_and_upcoming__wrapper {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.current_and_upcoming__wrapper .content {
  margin-top: 10vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 75vh;
  position: relative;
  width: 50%;
}

.current_and_upcoming__wrapper .content h4 {
  position: absolute;
}


.current_and_upcoming__wrapper .content__cover {
  margin-top: 10vh;
  object-fit: cover;
  height: 75vh;
  width: 35vw;
}

.current_and_upcoming__wrapper .content__item {
  display: block;
  margin-bottom: 2rem;
}

.current_and_upcoming__wrapper .content__item p {
  font-family: OSD;
  font-size: 1.3rem;
  text-transform: uppercase;
  margin-bottom: 0;
}

.current_and_upcoming__wrapper .content__item img {
  display: none;
}

.main_title {
  font-size: 2.2rem;
  text-transform: uppercase;
}

.contact_page,
.collections_page {
  padding: 3%;
}

.contact_page {
  min-height: 80vh;
}

.collections_page__container {
  margin-top: 6rem;
  margin-bottom: 15rem;
}

.collections_page__container .item {
  display: block;
  margin-bottom: 2rem;
}

.collections_page__container .title {
  font-family: Inter-Bold;
  font-size: 1.1rem;
  margin: 0;
}

.collections_page__container .spot {
  color: #000;
  font-family: Inter-Light;
}

.contact_page__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 6rem;
  margin-bottom: 10rem;
}

.contact_page__container p,
.contact_page__container a {
  line-height: 1.6rem;
  margin-bottom: 0;
}

.contact_page__container .title {
  font-family: Inter-Bold;
  font-weight: bold;
  margin-bottom: 1.1rem;
}

.contact_page__container .item .title:nth-child(even) {
  font-family: Inter;
}

.contact_page__container a {
  display: block;
  margin-top: 2rem;
}

.header__nav_mobile {
  display: none;
}


/* Exibitions page */

.exibitions_page {
  padding: 3vh 3%;
}

.exibitions_page .main_title {
  margin-bottom: 2rem;
}

.exibitions_page .exibition * {
  font-size: 1rem;
  margin: 0;
  padding: 0;
}

.exibitions_page .exibition {
  margin-bottom: 4rem;
}


.exibitions_page .exibition img {
  margin-bottom: 2rem;
  width: 100%;
}

.exibitions_page .exibition h2 {
  font-size: 1.3rem;
}

#gallery_grid .single__grid_item img {
  aspect-ratio: 1;
}

/* Work page */

.work__page {
  padding: 3vh 3%;
}

.work__page .main_title {
  margin-bottom: 2rem;
}

.block__filters {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 10rem;
}

.block__filter {
  cursor: pointer;
  margin: 0.5rem 1% 0.5rem 0;
  width: 49%;
  transition: background 0.5s ease;
}

.block__filter:hover {
  background: #FF93AD;
}

.block__item:hover .hover {
  transition: background 0.5s ease;
}

.block__item:hover .hover {
  background: #FF93AD;
}

.block__filter:nth-child(even) {
  margin: 0.5rem 0 0.5rem 1%;
}

.block__filter p {
  font-family: OSD;
  margin-bottom: 0.3rem;
  font-size: 1.8rem;
  text-transform: uppercase;
}

.main_info .title {
  margin-bottom: 5px;
}

.section_title {
  margin-bottom: 3rem;
  text-transform: uppercase;
}

.block__filter img {
  object-fit: cover;
  height: 35vh;
  width: 100%;
}

.work__page .work__all {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.work__page {
  padding-bottom: 15vh;
}

.work__page .work__all .work__item {
  margin-bottom: 3rem;
  margin-left: 1%;
  width: 24%;
  transition: background 0.5s ease;
}

.work__page .work__all .work__item:hover {
  background: #FF93AD;
}

.work__page .work__all .work__item.work__decade_title:hover {
  background: #FFF;
}

.work__page .work__all .work__item h2 {
  font-size: 1.2rem !important;
  margin-top: 0.5rem;
  text-transform: uppercase;
}

.work__page .work__all .work__item img {
  object-fit: cover;
  height: 20vh;
  width: 100%;
}

.work__page .work__all .work__decade_title {
  margin-bottom: 0;
  width: 100%;
}

.work__page .work__all .work__decade_title h2 {
  font-size: 1.6rem !important;
  margin-top: 0;
}


/* Publications page */
#article_grid,
.publications__block {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-top: 2rem;
}

#catalogue_grid .single__grid_item,
#article_grid .single__grid_item,
.publications__block .block__item {
  margin-right: 1%;
  margin-bottom: 1rem;
  width: 24%;
}

.publications__block .block__item .content {
  font-size: 0.9rem;
}

.publications {
  padding-bottom: 10vh;
}

.publications__block .block__item.documentaries {
  width: 49%;
}

.publications__block .block__item.articles a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.publications__block .block__item h5 {
  font-size: 1.3rem;
  margin: 2rem 0 0.5rem 0;
  text-transform: uppercase;
}

.publications__block .block__item p {
  font-weight: 400;
}

.publications__block .block__item img {
  object-fit: none;
  width: 100%;
}

.publications__block_buttons {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 5rem;
  margin-top: 2rem;
  width: 100%;
}

#publication-popup,
#gallery-slider {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
}

#gallery-slider {
  background-color: rgba(255, 255, 255, 0.95);
  grid-template-areas:
    ". header ."
    "left content right";
  grid-template-columns: 15% 70% 15%;
  grid-template-rows: 15% 85%;
  padding: 3% 8%;
}

#gallery-slider.active {
  display: grid;
}

#gallery-slider .gallery-header {
  align-items: center;
  grid-area: header;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#gallery-slider .gallery-header h3 {
  text-transform: uppercase;
}

#gallery-slider .arrows {
  align-items: center;
  display: flex;
  justify-content: center;
}

#gallery-slider .left {
  grid-area: left;
  justify-content: flex-end;
  padding-bottom: 5vh;
}

#gallery-slider .slide {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 1rem;
}

#gallery-slider .slide img {
  object-fit: cover;
  height: 94%;
  width: 100%;
}

.work-template-default #gallery-slider .slide img {
  margin-bottom: 1rem;
  height: 65vh;
}

.work-template-default #gallery-slider .slide iframe {
  height: 65vh;
  width: 100%;
}

.work-template-default #gallery-slider .slide img {
  object-fit: contain;
}

.page-template-temp_publications .block__item h5 {
  text-transform: uppercase;
}

#gallery-slider .gallery-header {
  align-items: flex-end;
}

#gallery-slider .gallery-header h3 {
  max-width: 90%;
}

#gallery-slider .slide p {
  margin-bottom: 0;
}

#gallery-slider .right {
  grid-area: right;
  justify-content: flex-start;
}

#gallery-slider .gallery-content {
  grid-area: content;
  position: relative;
}

#publication-popup iframe {
  width: 100%;
  height: 100%;
  background-color: #222;
}

#publication-close {
  font-family: OSD;
  cursor: pointer;
}

#publication-close:hover {
  color: #ff6e88;
}

#publication-popup #publication-close {
  cursor: pointer;
  position: absolute;
  right: 5vw;
  top: 5vh;
  color: #fff;
  font-size: 2.5vw;
  cursor: pointer;
}

#publication-popup #publication-preview {
  position: relative;
  width: 80vw;
  height: 80vh;
  margin: auto;
}

#publication-popup #publication-preview .container-audio {
  background-color: #323639;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#publication-popup.show {
  display: flex;
}

/* Single page */

.single__page {
  display: grid;
  grid-template-areas:
    "title title title"
    "slider_info slider slider_actions"
    ". desc ."
    "grid grid grid"
    "books books books"
    "related related related";
  grid-template-columns: 20% 60% 20%;
  grid-template-rows: auto auto auto;
}

.single__publication {
  display: flex;
  flex-direction: column;
  padding: 3vh 3%;
  width: 100%;
}

.single__publication .single__desc {
  display: flex;
  padding: 0 5vw;
  width: 100%;
}

.single__publication .single__desc .content {
  margin-left: 2rem;
}

.single__page .main_title {
  grid-area: title;
  margin-bottom: 1rem;
}

.single__page .slider__info {
  display: flex;
  flex-direction: column;
  grid-area: slider_info;
  justify-content: space-between;
  padding-right: 5rem;
}

.single__page .slider__info p:last-child {
  margin-bottom: 0;
}

.single__page .slider__container {
  grid-area: slider;
}

.single__page .slider__actions {
  align-items: flex-start;
  grid-area: slider_actions;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 4rem;
}

.single__page .single__desc {
  font-size: 1.15rem;
  grid-area: desc;
  margin: 5rem 0 10rem 0;
}

.work-template-default #gallery-slider .gallery-content,
.work-template-default #gallery-slider .splide__slide {
  max-height: 70vh;
}

.single__grid_block {
  grid-area: grid;
  margin-bottom: 4rem;
}

.single__grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.single__grid_item {
  cursor: pointer;
  box-sizing: border-box;
  margin-bottom: 2rem;
  margin-right: 2%;
  width: 31%;
  transition: background 0.5s ease;
}

.single__grid_item:hover {
  background: #FF93AD;
}

/* .single__grid_item.articles {
  box-sizing: border-box;
  border: solid 1px #000;
  padding: 5px;
  display: flex;
  flex-direction: column;
  height: 440px;
  padding: 30px;
  justify-content: space-between;
  overflow: hidden;
} */

.single__grid_item h4,
.single__grid_item h5 {
  font-size: 1.3rem !important;
  margin-top: 0.7rem;
  text-transform: uppercase;
}

.single__grid_item img {
  object-fit: cover;
  width: 100%;
}

.single__grid_item.hidden__grid_item {
  display: none;
}

.single__grid_buttons {
  display: flex;
  justify-content: flex-end;
}

.single__books_block {
  grid-area: books;
  margin-bottom: 4rem;
}

.single__related_block {
  background: #FF93AD;
  grid-area: related;
  padding-top: 3rem;
  /*padding: 3vh 3%;*/
}

.single__books_block .main_title,
.single__related_block .main_title {
  font-size: 2rem !important;
}

.single__related_block .main_title {
  padding: 0 3%;
}


.related__works_button {
  background: #FF93AD;
  padding: 0 3%;
}

.related__works {
  background: #FF93AD;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 3rem 3% 8rem 3%;
}

#work_grid {
  padding-top: 2rem;
}

.related__works__item {
  box-sizing: border-box;
  margin-bottom: 3rem;
  margin-right: 1%;
  width: 24%;
}

.related__works__item img {
  aspect-ratio: 1;
  object-fit: cover;
  margin: 1rem 0;
  width: 100%;
}

.related__works__item p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.related__works__item.hidden__grid_item {
  display: none;
}


.back_btn {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
  text-transform: uppercase;
}

.back_btn .bi {
  font-size: 1.5rem;
  font-weight: bold;
  margin-right: 0.5rem;
}

#home-newsletter {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#home-newsletter__download {
  width: 50%;
}

#footer-menu span {
  font-size: 0.7rem !important;
  text-transform: capitalize !important;
  color: #FFF;
}

#footer__spacer {
  height: 15rem;
}

#rss-menu .menu-item span {
  font-size: 0.85rem;
}

#home-newsletter .button.newsletter {
  font-family: OSD;
  border: solid 2px black;
  display: inline-block;
  margin-top: 1rem;
  padding: 5px 10px;
}

#home-newsletter .bi {
  margin-right: 0.5rem;
}

#home-newsletter__form input {
  background: transparent;
  border: none;
  border-bottom: solid 1px black;
  max-width: 100% !important;
  width: 100% !important;
}

#home-newsletter__form button {
  display: none;
}

#home-newsletter__form .button {
  margin-top: 1rem;
}

#home-newsletter__form .wpforms-container-full,
#home-newsletter__form label,
#home-newsletter__form .wpforms-field {
  margin: 0;
  padding: 0;
}

#home-newsletter__form {
  display: flex;
  flex-direction: column;
  margin-bottom: 10rem;
  width: 30%;
}

#home-newsletter__form .button {
  align-self: flex-end;

}

.single__page .mobile__back {
  display: none;
}

.single__grid_item.articles a {
  display: inline-block;
  width: 100%;
}

.home_section.current_and_upcoming {
  margin-top: 10rem;
}

.current_and_upcoming_buttons {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}

.current_and_upcoming_buttons .arrows {
  font-size: 1.4rem;
  cursor: pointer;
}

.home_section.current_and_upcoming .current_and_upcoming__wrapper {
  margin: 5rem auto 0 auto;
  max-width: 70vw;
  width: 70vw;
}

.home_section.current_and_upcoming .splide__list {
  width: 70vw;
}

.home_section.current_and_upcoming #current_upcoming_slider .slide {
  display: flex;
  flex-direction: column;
}

.home_section.current_and_upcoming #current_upcoming_slider img {
  object-fit: cover;
  height: 60vh;
  width: 70vw;
}

.home_section.current_and_upcoming #current_upcoming_slider .banner {
  align-items: center;
  background: #FF93AD;
  display: flex;
  justify-content: space-between;
  padding: 1rem 2rem;
  width: 100%;
}

.home_section.current_and_upcoming #current_upcoming_slider .banner p {
  font-family: OSD !important;
  font-size: 1.5rem;
  margin: 0;
  text-transform: uppercase;
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .item {
    width: 48% !important;
  }

  .selected_work .content .item:nth-child(3n) {
    margin-right: 2%
  }

  .single__page .slider__actions {
    padding-left: 1rem;
  }

  .single__page .slider__info {
    padding-right: 1rem;
  }
}

@media screen and (max-width: 900px) {

  .item__info {
    background: transparent;
    display: flex;
    flex-direction: column;
  }

  .item__info .content {
    left: 0;
    position: relative;
  }

  .single__page {
    grid-template-areas:
      "mobile__back . ."
      "title title title"
      "slider slider slider"
      "slider_actions slider_actions slider_actions"
      "slider_info slider_info slider_info"
      ". desc ."
      "grid grid grid"
      "books books books"
      "related related related";
  }

  .single__page .back__button {
    display: none;
  }

  .single__page .mobile__back {
    display: block;
    grid-area: "mobile__back";
  }

  .single__page .slider__actions {
    align-items: center;
    padding: 2rem 0;
    flex-direction: row;
  }

  .slider__actions .spacer {
    display: none;
  }

  .single__page .arrows-container .bi {
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {

  .single__publication .single__desc {
    flex-direction: column;
    padding: 0;
  }

  .single__publication .single__desc img {
    width: 100%;
  }

  .single__publication .single__desc .content {
    margin: 1rem 0 0 0;
  }

  .single__publication .back__button {
    display: none;
  }

  .single__publication .mobile__back {
    display: inline-block;
  }

  .home_section.current_and_upcoming .splide__slide .banner {
    flex-direction: column;
  }

  .home_section.current_and_upcoming .current_and_upcoming__wrapper {
    margin-left: -3%;
  }

  .home_section.current_and_upcoming .current_and_upcoming__wrapper,
  .home_section.current_and_upcoming .splide__list {
    max-width: 100vw;
    width: 100vw;
  }

  .home_section.current_and_upcoming .splide__slide img {
    height: 70vh;
    width: 100%;
  }

  #gallery-slider .slide {
    padding: 0;
  }

  .single__grid_item.articles {
    width: 100%;
  }

  #gallery-slider {
    background-color: rgba(255, 255, 255, 0.95);
    grid-template-areas:
      "header header"
      "content content"
      "left right";
    grid-template-columns: 50% 50%;
    grid-template-rows: auto 80% 10%;
    padding: 3% 8%;
  }

  h4 {
    font-size: 2rem !important;
  }

  .current_and_upcoming__wrapper .content h4 {
    position: relative;
  }

  .current_and_upcoming__wrapper .content {
    width: 100%;
  }

  .current_and_upcoming__wrapper .content {
    height: auto;
  }

  .publications__block .block__item.documentaries {
    width: 100%;
  }

  .single__page {
    grid-template-areas:
      "mobile__back . ."
      "title title title"
      "slider slider slider"
      "slider_actions slider_actions slider_actions"
      "slider_info slider_info slider_info"
      "desc desc desc"
      "grid grid grid"
      "books books books"
      "related related related";
  }

  .single__page .slider__info {
    padding: 0;
  }

  .single__grid_item,
  .related__works__item {
    margin-right: 4%;
    width: 48%;
  }

  .single__grid_item:nth-child(even),
  .related__works__item:nth-child(even) {
    margin-right: 0;
  }

  #home-newsletter {
    flex-direction: column-reverse;
  }

  #home-newsletter__form,
  #home-newsletter__download {
    margin-bottom: 3rem;
    width: 100%;
  }

  #publication-close .bi {
    font-size: 1.5rem;
  }

  #publication-popup #publication-preview {
    width: 90%;
  }

  #catalogue_grid .single__grid_item,
  #article_grid .single__grid_item,
  .publications__block .block__item {
    margin-right: 0;
    width: 100%;
  }

  .related__works {
    padding: 3rem 3% 0 3%;
  }

  .block__filter {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 0 2% 1.5rem 0;
    width: 48%;
  }

  .block__filter:nth-child(even) {
    margin: 0 2% 1.5rem 0;
  }

  .block__filters {
    align-items: flex-start;
    margin-top: 3rem;
    margin-bottom: 5rem;
  }

  .block__filter p {
    font-size: 1.25rem;
    line-height: 115%;
  }

  .block__filter img {
    height: 15vh;
  }

  .selected_work__wrapper .column {
    width: 100%;
  }

  .selected_work__wrapper .column:nth-child(1) {
    display: none;
  }

  .work__page .work__all .work__item {
    margin-left: 0;
    width: 100%;
  }

  .current_and_upcoming__wrapper h4 {
    margin-bottom: 2rem;
  }

  .lang_selector {
    margin-top: 1rem;
  }

  .header {
    flex-direction: column;
    z-index: 13;
  }

  .header__main {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .header__main .bi-list {
    display: inline-block;
    font-size: 2rem;
  }

  .header__nav {
    display: none;
  }

  #header-menu {
    flex-direction: column;
  }

  #header-menu .menu-item {
    font-size: 1.5rem;
  }

  #header-menu .menu-item.active {
    background: #c3c2c2;
  }

  .header__nav_mobile {
    display: flex;
    background: #FF93AD;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 200vh;
    z-index: 11;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: -200vh;
    transition: all 0.5s ease;
  }

  .header__nav_mobile.open {
    top: 0;
    bottom: 0;
  }

  .current_and_upcoming .item {
    display: flex;
    flex-direction: column;
  }

  .current_and_upcoming .item__cover {
    margin-bottom: 3rem;
  }

  .current_and_upcoming__wrapper .content__item img {
    display: block;
    width: 100%;
  }

  .current_and_upcoming__wrapper .content__cover {
    display: none;
  }

  .biography .cover {
    max-width: 100%;
    width: 100%;
  }

  .biography .resume {
    font-size: 0.9rem;
    max-width: 100%;
  }

  .biography .title {
    font-size: 1.1rem;
  }

  .current_and_upcoming.home_section {
    margin-bottom: 4rem;
  }

  .selected_work .content {
    margin: 0 auto;
    width: 100%;
  }

  .selected_work .content .item {
    margin-right: 0;
    width: 100%;
  }

  .selected_work__wrapper {
    flex-direction: column;
  }

  .contact_page__container {
    flex-direction: column;
    margin-bottom: 7rem;
    margin-top: 3rem;
  }

  .contact_page__container .item {
    margin-bottom: 5rem;
  }
}

.block__item_title_year {
  font-size: 1.75rem;
  margin: 1.5rem 0 1.5rem 0;
}

.page-template-temp_publications table td {
  border-bottom: transparent;
}

.work-template-default .arrows-container {
  display: none;
}

.page-template-temp_publications .block__item h5 {
  padding: 1rem 0 0.5rem 0;
  margin: 0;
}

.page-template-temp_publications .publications__block .block__item {
  margin-bottom: 3rem;
}

.page-template-temp_publications footer {
  margin-top: 5rem;
}

.current_and_upcoming__wrapper #current_upcoming_slider {
  position: relative;
}

.current_and_upcoming__wrapper #current_upcoming_slider,
.current_and_upcoming__wrapper #current_upcoming_slider .slide {
  height: 60vh;
  width: 100%;
}

.current_and_upcoming__wrapper #current_upcoming_slider .slide img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .page-template-temp_publications .main_title.section {
    margin-bottom: 5rem;
  }

  footer {
    background: #FF93AD;
    padding: 6rem 3% 3rem 3%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .current_and_upcoming .item__cover {
    height: auto;
  }

  .current_and_upcoming .item__info .title {
    font-size: 1.6rem;
    text-align: center;
  }

  .contact_page__container {
    justify-content: space-between;
  }

  .contact_page__container>.item:nth-child(even) {
    margin-right: 0;
  }

  .work__item.work__decade_title {
    margin-top: 1rem;
  }

  .collections_page__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .collections_page__container .item {
    width: 30%;
  }
}

@media screen and (min-width: 1080px) {
  .slider__actions .slider__video_button {
    align-items: flex-end;
    display: flex;
    height: 5vh;
  }

  .slider__container,
  .slider__info,
  .slider__actions {
    min-height: 40vh;
    /*max-height: 70vh;*/
  }

  .work-template-default .single__page .slider__container,
  .work-template-default #single_home {
    aspect-ratio: 2/1.3;
    max-height: 100%;
    max-width: 100%;
  }

  .single__page .slider__info .main_info {
    font-size: 0.8rem;
  }
}

@media screen and (min-width: 1440px) {
  .exhibition-template-default .single-exhibition {
    max-height: 60vh;
    max-width: 50vw;
  }

  .exhibition-template-default #single_home,
  .exhibition-template-default #single_home div {
    aspect-ratio: 2 / 1.3;
    max-height: 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 2000px) {
  .home footer {
    min-height: 95vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}