@charset "UTF-8";
/*!
Theme Name: Helen Marten
Author: ScaleTools
Author URI: http://scaletools.com/
Version: 1.2023.18
License: All rights reserved
*/
.screen-size-trigger {
  display: none;
}
@media (min-width: 0) and (max-width: 480px) {
  .screen-size-trigger#screen_size_trigger_xs {
    display: inline !important;
  }
}
@media (min-width: 481px) and (max-width: 850px) {
  .screen-size-trigger#screen_size_trigger_sm {
    display: inline !important;
  }
}
@media (min-width: 851px) and (max-width: 1600px) {
  .screen-size-trigger#screen_size_trigger_md {
    display: inline !important;
  }
}
@media (min-width: 1601px) and (max-width: 9999999px) {
  .screen-size-trigger#screen_size_trigger_lg {
    display: inline !important;
  }
}

@media (min-width: 0) and (max-width: 480px) {
  html .hide-xs {
    display: none !important;
  }
}
@media (min-width: 481px) and (max-width: 850px) {
  html .hide-sm {
    display: none !important;
  }
}
@media (min-width: 851px) and (max-width: 1600px) {
  html .hide-md {
    display: none !important;
  }
}
@media (min-width: 1601px) and (max-width: 9999999px) {
  html .hide-lg {
    display: none !important;
  }
}

html {
  letter-spacing: 0em;
}
@media (max-width: 480px) {
  html {
    font-size: 18px;
  }
}
@media (min-width: 481px) and (max-width: 780px) {
  html {
    font-size: 12px;
  }
}
@media (min-width: 781px) and (max-width: 1080px) {
  html {
    font-size: 12.25px;
  }
}
@media (min-width: 1081px) and (max-width: 1380px) {
  html {
    font-size: 12.9330329915px;
  }
}
@media (min-width: 1381px) and (max-width: 1680px) {
  html {
    font-size: 14.0159065346px;
  }
}
@media (min-width: 1681px) and (max-width: 1980px) {
  html {
    font-size: 15.4822022532px;
  }
}
@media (min-width: 1981px) and (max-width: 2280px) {
  html {
    font-size: 17.3208745158px;
  }
}
@media (min-width: 2281px) and (max-width: 2580px) {
  html {
    font-size: 19.5236292187px;
  }
}
@media (min-width: 2581px) and (max-width: 2880px) {
  html {
    font-size: 22.0838478614px;
  }
}
@media (min-width: 2881px) and (max-width: 3180px) {
  html {
    font-size: 24.9960383417px;
  }
}
@media (min-width: 3181px) and (max-width: 3480px) {
  html {
    font-size: 28.2555166256px;
  }
}
@media (min-width: 3481px) and (max-width: 3780px) {
  html {
    font-size: 31.8582058681px;
  }
}
@media (min-width: 3781px) and (max-width: 4080px) {
  html {
    font-size: 35.8005016265px;
  }
}
@media (min-width: 4081px) and (max-width: 4380px) {
  html {
    font-size: 40.0791771086px;
  }
}
@media (min-width: 4081px) {
  html {
    font-size: 40.0791771086px;
  }
}

@font-face {
  font-family: "ChiselD";
  src: url(assets/fonts/ChiselD.ttf.woff);
}
.chiseld-font {
  font-family: "ChiselD";
}

@font-face {
  font-family: "HM Glyphs";
  src: url(assets/fonts/hm-glyphs/glyphs.eot?70427058);
  src: url(assets/fonts/hm-glyphs/glyphs.eot?70427058#iefix) format("embedded-opentype"), url(assets/fonts/hm-glyphs/glyphs.woff2?70427058) format("woff2"), url(assets/fonts/hm-glyphs/glyphs.woff?70427058) format("woff"), url(assets/fonts/hm-glyphs/glyphs.ttf?70427058) format("truetype"), url(assets/fonts/hm-glyphs/glyphs.svg?70427058#fontello) format("svg");
}
.hidden {
  display: none !important;
}

.pointer {
  cursor: pointer;
}

.clear-all {
  clear: all;
}

.align-right {
  text-align: right;
}

.hide-scroll {
  /*FireFox*/
  scrollbar-width: none;
  /*IE10+*/
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.hide-scroll::-webkit-scrollbar {
  /*Chrome, Safari, Edge*/
  display: none;
}

nav[no-bullets],
ul[no-bullets] {
  list-style-type: none;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:active {
  color: #6da5d6;
}

a[no-style] {
  text-decoration: inherit !important;
  color: inherit !important;
}

a[nav-link]::after {
  content: " ";
  display: inline;
  font-family: "HM Glyphs";
  font-size: 0.9em;
  color: #0b00ff;
}
a[nav-link][href=""]::after {
  color: #b5d5e7;
}

a[download]::after {
  content: " ";
  font-family: "HM Glyphs";
  font-size: 0.9em;
  color: #0b00ff;
  margin-left: 0.3em;
}

.link-btn {
  display: block;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  color: #0b00ff;
}
.link-btn[disabled] {
  color: #b5d5e7;
}

.relative {
  position: relative;
}

.grey-bg {
  background-color: #e9eaeb;
}

iframe#editor_frame {
  margin-bottom: 50px;
  margin-right: 50px;
  border: none;
}

.hidden-widget {
  display: none !important;
}

.hm-widget-bottom-position {
  z-index: -1;
}

[hm-widgets-container] {
  position: relative;
}

[hm-widget] {
  position: absolute;
  background-size: cover;
  pointer-events: none;
  background-size: contain;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position-y: top;
}
[hm-widget] .base-point {
  position: absolute;
  display: none;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: 0;
}
[hm-widget] .base-point > div {
  position: absolute;
  z-index: 3;
  cursor: pointer;
  width: 21px;
  height: 21px;
  top: -10px;
  left: -10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("assets/images/hm-widgets/base-point-symbol.svg");
}

[hm-widgets-container].in-edit {
  pointer-events: all !important;
}
[hm-widgets-container].in-edit:hover {
  outline: 2px dashed rgba(77, 77, 77, 0.3);
}
[hm-widgets-container].in-edit:hover [hm-widget] {
  outline: 2px dashed rgba(77, 77, 77, 0.3);
  cursor: move;
}
[hm-widgets-container].in-edit:hover [hm-widget] .base-point {
  display: inline-block;
}
[hm-widgets-container].in-edit:not(:hover) .ui-resizable-handle {
  display: none !important;
}
[hm-widgets-container].in-edit [hm-widget]:hover {
  outline: 3px double rgba(77, 77, 77, 0.3);
}

.hm-widget-controls {
  position: fixed;
  bottom: 11px;
  right: 11px;
  z-index: 999;
  background-color: #fff;
  outline: 1px solid #ccc;
  box-shadow: -3px 0px 7px 1px rgba(77, 77, 77, 0.1);
  display: flex;
}
.hm-widget-controls .wdg-display-group {
  margin-right: 2rem;
  display: flex;
  align-items: center;
  font-size: 0.77rem;
}
.hm-widget-controls .wdg-display-group .wdg-display-btn {
  width: 2.4rem;
  border: 1px solid #aaa;
  border-radius: 37%;
  line-height: 100%;
  text-align: center;
  margin: 0 0.2rem;
  cursor: pointer;
}
.hm-widget-controls .wdg-display-group .wdg-display-btn.active {
  background-color: #aa3;
  color: #fff;
}
.hm-widget-controls .wdg-btn {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.25rem;
  cursor: pointer;
}
.hm-widget-controls .wdg-btn__disabled {
  cursor: default;
  opacity: 0.2;
}
.hm-widget-controls .wdg-btn-edit {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("assets/images/hm-widgets/settings-button.svg");
}
.hm-widget-controls .wdg-btn-save {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("assets/images/hm-widgets/save-button.svg");
}
.hm-widget-controls .wdg-btn-cancel {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("assets/images/hm-widgets/cancel-edit-button.svg");
}

html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
}

html {
  background-color: #e9eaeb;
}

body.hm-fit-content {
  min-height: unset;
  height: 100vh;
}
body.hm-fit-content main {
  width: 100%;
  height: 100%;
}

main.bottom-space {
  margin-bottom: 7vh;
}

.full-screen {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  left: calc(-1 * var(--notch-margin, 0));
  right: calc(-1 * var(--notch-margin, 0));
}

.gray-bg {
  background-color: #e9eaeb;
}

.scroller-status > .infinite-scroll-request {
  width: 100vw;
  height: 2rem;
  text-align: center;
  padding-top: 1rem;
  font-size: 1rem;
  color: #959a9f;
}

.show-more:not(.activated) {
  display: none;
}
.show-more::after {
  cursor: pointer;
  font-size: 1.4em;
  line-height: 0.6em;
  content: "...";
  color: #0b00ff;
}

.one-pager-content {
  height: calc(100vh - 7rem - var(--header-parts-height));
}

html main {
  position: relative;
}
html .page-content {
  margin-left: 5vw;
  margin-right: 5vw;
}
html .hm-base-line {
  position: absolute;
  height: 1px;
  background-color: #000;
  top: 62%;
  left: 0;
  width: 100%;
}
html .small-font {
  font-size: 0.83rem;
}
html .site-header {
  position: sticky;
  top: -1px;
  z-index: 2;
  background-color: #fff;
  height: 4.5rem;
  padding: 0 5vw;
  border-bottom: 1px solid #000;
}
html .home-btn {
  padding-top: 2.5rem;
}
html .home-btn a {
  font-style: normal;
}
html .home-btn a span:first-child,
html .home-btn a span:nth-child(2) {
  margin-right: 0.4em;
  font-weight: bold;
}
html .home-btn a span:first-child {
  color: #0b00ff;
}
html .home-btn a span:nth-child(2) {
  color: #e74e00;
}
html .home-btn a span:nth-child(3) {
  color: #959a9f;
}
html .home-btn .search-icon {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("assets/images/search-icon.svg");
  height: 1.2em;
  width: 1em;
  position: relative;
  display: block;
  float: right;
  cursor: pointer;
}
html .home-btn .search-input {
  width: calc(100vw - 7rem);
  position: absolute;
  right: 0;
  top: -0.2rem;
  display: flex;
  align-items: center;
}
html .home-btn .search-input input {
  width: 100%;
  font-size: 1rem;
}
html .home-btn .search-input .close:after {
  content: "x";
  font-size: 1.2em;
  margin-left: -1.2em;
  cursor: pointer;
}
html .back-button {
  display: none;
}
html .no-results {
  font-size: 1rem;
  width: 100vw;
  text-align: center;
}
html .no-results p {
  margin: 0.7rem 5vw;
}
@media (min-width: 481px) and (max-width: 9999999px) {
  html .back-button {
    display: block;
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
  }
  html .back-button:before {
    content: "";
    font-family: "HM Glyphs";
    color: #0b00ff;
    font-size: 2rem;
  }
  html .artworks-index-link {
    display: block;
    font-family: initial;
    font-size: 1rem;
    color: #0b00ff;
  }
  html .site-header {
    height: 3.3rem;
  }
  html .home-btn {
    width: 9rem;
    padding-top: 0;
  }
  html .home-btn a {
    font-size: 0.8rem;
  }
  html .home-btn .search-icon {
    display: inline-block;
    float: none;
    margin-left: 2em;
  }
  html .home-btn .search-input {
    width: 10rem;
    left: 1.2rem;
    right: unset;
    top: -0.4rem;
  }
  html .no-results p {
    margin: 0.7rem 3rem;
  }
}
@media (min-width: 0) and (max-width: 9999999px) {
  html .page-content {
    margin-left: 5vw;
    margin-right: 5vw;
  }
}
@media (min-width: 851px) and (max-width: 9999999px) {
  html .page-content {
    margin-left: 10vw;
    margin-right: 10vw;
  }
}

html .hm-submenu {
  position: sticky;
  top: 4.5rem;
  background-color: #e9eaeb;
  z-index: 1;
  align-self: flex-start;
}
html .hm-submenu .hm-submenu-title {
  white-space: nowrap;
  overflow: hidden;
  width: calc(100% - 1.5em);
  padding-top: 1rem;
  height: 2rem;
  color: #6da5d6;
}
html .hm-submenu .hm-submenu-title:after {
  position: absolute;
  right: 0;
}
html .hm-submenu .sub-menu-intro {
  display: none;
}
html .hm-submenu nav li {
  margin-top: 1.2em;
}
html .hm-submenu nav li a.active:not(.group-menu-title) {
  font-weight: bold;
  text-decoration: underline;
}
html .hm-submenu nav li a.group-menu-title.active:after {
  content: ":";
}
html .hm-submenu nav li a.group-menu-title:not(.active):after {
  content: "";
  font-family: "HM Glyphs";
  font-size: 0.9em;
  color: #0b00ff;
}
html .hm-submenu.index-mode nav {
  display: block;
}
html .hm-submenu:not(.index-mode):not(.expanded) .hm-submenu-content {
  display: none;
}
html .hm-submenu:not(.index-mode):not(.expanded) .hm-submenu-title:after {
  content: "⋮";
  width: 0.3em;
  height: 1em;
  top: 1em;
}
html .hm-submenu:not(.index-mode).expanded .hm-submenu-content {
  display: block;
}
html .hm-submenu:not(.index-mode).expanded .hm-submenu-title:after {
  content: "✕";
  width: 1em;
  height: 1em;
  top: 0.8em;
}
@media (min-width: 481px) and (max-width: 9999999px) {
  html .hm-submenu {
    top: var(--header-parts-height);
    min-width: 12rem;
    max-width: 12rem;
    margin-right: 2rem;
  }
  html .hm-submenu.pretty-padding {
    padding-top: 5rem;
  }
  html .hm-submenu .hm-submenu-title {
    color: #6da5d6;
    font-style: italic;
    white-space: unset;
    overflow: visible;
    width: unset;
  }
  html .hm-submenu .hm-submenu-title:before {
    content: "";
    font-family: "HM Glyphs";
    margin-right: 0.5em;
    font-size: 0.9em;
    font-style: normal;
    color: #000;
  }
  html .hm-submenu .hm-submenu-title:after {
    content: none !important;
  }
  html .hm-submenu .sub-menu-intro {
    display: block;
    font-style: normal;
    font-size: 0.8em;
    color: #959a9f;
  }
  html .hm-submenu .sub-menu-intro:not(.active) {
    display: none;
  }
  html .hm-submenu li:has(.group-menu-title:not(.active)) li {
    display: none;
  }
  html .hm-submenu nav li {
    text-align: left;
    margin-top: 0.5em;
  }
  html .hm-submenu:not(.index-mode):not(.expanded) .hm-submenu-content {
    display: block;
  }
  html .hm-submenu:not(.index-mode) nav {
    display: block;
  }
  html .hm-submenu:not(.index-mode) nav a:not(.active) {
    color: #b5d5e7;
  }
  html .hm-submenu:not(.index-mode) nav a:not(.active):hover {
    color: #000;
  }
  html .hm-submenu:not(.index-mode) nav ul:not(.active) {
    display: none;
  }
  html .hm-submenu:not(.index-mode) nav a.active:not(.group-menu-title) {
    font-weight: bold;
    text-decoration: underline;
  }
  html .hm-submenu:not(.index-mode) nav:hover li:hover {
    color: #000 !important;
  }
  html .hm-submenu:not(.index-mode) nav:hover li:hover * {
    color: #000 !important;
  }
  html .hm-submenu:not(.index-mode) nav:hover li:not(:hover) {
    color: #b5d5e7 !important;
  }
  html .hm-submenu:not(.index-mode) nav:hover li:not(:hover) * {
    color: #b5d5e7 !important;
  }
}

@media (min-width: 481px) and (max-width: 9999999px) {
  html body.desk-table-view {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  html .cell-content.cell-content {
    padding: 0.7rem 1.4rem 0.7rem 0;
  }
  html .desk-tr {
    display: table-row;
  }
  html .desk-th-group {
    display: table-header-group;
    font-size: 0.8rem;
    color: #6da5d6;
    background-color: #fff;
    font-style: italic;
  }
  html .desk-th-group .desk-td {
    vertical-align: bottom;
  }
  html .desk-tr-group {
    display: table-row-group;
  }
  html .desk-tr {
    height: 3.8rem;
  }
  html .desk-tr.head-row {
    position: sticky;
    top: 3.3rem;
    z-index: 2;
  }
  html .desk-tr.head-row .desk-td {
    vertical-align: top;
  }
  html .desk-td-content {
    max-height: 3.42rem;
    overflow-y: hidden;
  }
  html .desk-td {
    display: table-cell;
    vertical-align: middle;
    border-bottom: 1px solid #000;
  }
  html .desk-td.top-align {
    vertical-align: top;
  }
  html .desk-tr.no-border .desk-td {
    border-bottom: none;
  }
  html .desk-td:first-child {
    padding-left: 2vw;
  }
  html .desk-td:last-child {
    padding-right: 2vw;
  }
  html .desk-tr .desk-td.delegate-click:hover a {
    color: #000;
    text-decoration: underline;
  }
}
html .desk-table-clear {
  width: calc(100vw - 20px);
}

html .pdf-viewer {
  height: 100%;
  width: 100%;
  display: flex;
  position: relative;
}
html .pdf-loader-animation {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%);
  width: 4.5rem;
  filter: contrast(0) invert(58%) sepia(60%) saturate(325%) hue-rotate(166deg) brightness(97%) contrast(86%);
}
html .pdf-all-pages .page-wrap {
  position: relative;
  cursor: pointer;
}
html .pdf-all-pages .page-wrap canvas {
  width: 100%;
}
html .pdf-all-pages .page-index {
  position: absolute;
  color: #0b00ff;
  font-style: normal;
}
html .pdf-all-pages .page-index:after {
  content: ".";
}
html .pdf-single-page canvas {
  height: 100%;
}
@media (min-width: 0) and (max-width: 480px) {
  html .pdf-single-page {
    display: none;
  }
  html .pdf-all-pages {
    width: 100%;
  }
  html .pdf-all-pages .page-wrap {
    margin-bottom: 1rem;
  }
  html .pdf-all-pages .page-index {
    right: 0.5rem;
    top: 0.5rem;
  }
}
@media (min-width: 481px) and (max-width: 9999999px) {
  html .pdf-single-page {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    padding-right: 1.5rem;
    cursor: zoom-in;
  }
  html .pdf-all-pages {
    width: 6rem;
    overflow-y: auto;
  }
  html .pdf-all-pages .page-wrap {
    width: 4.7rem;
    margin-bottom: 0.5rem;
  }
  html .pdf-all-pages .page-wrap canvas.active {
    border: 1px solid #959a9f;
  }
  html .pdf-all-pages .page-wrap:only-child {
    display: none;
  }
  html .pdf-all-pages .page-index {
    right: -1.2rem;
    bottom: 0;
    font-size: 0.8em;
  }
  html .pdf-viewer.full-screen {
    position: fixed;
    background-color: #e9eaeb;
    cursor: zoom-out;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
  }
  html .pdf-viewer.full-screen .pdf-all-pages {
    position: absolute;
    top: 1rem;
    bottom: 1rem;
    right: 2rem;
  }
  html .pdf-viewer.full-screen .pdf-single-page {
    position: absolute;
    top: 1rem;
    bottom: 1rem;
    left: calc(50% - 2.35rem);
    transform: translateX(-50%);
    overflow-y: auto;
    cursor: zoom-out;
  }
}

html .ri-images-viewer {
  width: 100%;
  height: 100%;
  position: relative;
}
html .ri-images-detail-previews,
html .ri-images-slider {
  width: 100%;
  height: 100%;
  position: relative;
}
html #zcontrols {
  display: flex;
  flex-direction: column-reverse;
  top: 0rem;
  left: unset;
  right: 1rem;
  width: 2rem;
}
html #zcontrols a {
  text-indent: -777rem;
  width: 2rem;
  height: 2rem;
  padding: 0;
  margin-bottom: 2rem;
  background: none;
  border: none;
}
html #zcontrols a:after {
  display: block;
  text-indent: 0;
  color: #0b00ff;
  font-size: 2rem;
}
html #zcontrols a.out {
  margin-top: 5em;
}
html #zcontrols a.exit:after {
  content: "x";
  cursor: pointer;
}
html #zcontrols a.in:after {
  content: "+";
  cursor: zoom-in;
}
html #zcontrols a.out:after {
  content: "-";
  cursor: zoom-out;
}
@media (min-width: 0) and (max-width: 480px) {
  html .ri-images-plain {
    width: 100%;
  }
  html .ri-images-plain img {
    width: 100%;
    margin-bottom: 0.7rem;
  }
}
@media (min-width: 481px) and (max-width: 9999999px) {
  html .ri-detail-thumb,
html .ri-thumbs-thumb {
    cursor: pointer;
  }
  html .ri-images-thumbs {
    display: flex;
    flex-wrap: wrap;
  }
  html .ri-images-thumbs .ri-thumbs-thumb {
    width: 7rem;
    height: 7rem;
    margin: 0.7rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  html .ri-go-thumbs-btn {
    position: absolute;
    z-index: 1;
    top: 2%;
    right: 1%;
    padding-top: 11vw;
    width: 8vw;
    outline: none;
    border: none;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("assets/images/thumbnail-view-btn.svg?v5");
    background-position: top right;
    cursor: pointer;
  }
  html .ri-slider-active-link {
    position: relative;
  }
  html .ri-slider-active-image {
    max-height: 100%;
    max-width: min(1600px, calc(100% - 10rem));
    cursor: zoom-in;
  }
  html .ri-images-slider-controls {
    display: flex;
    gap: 0.7rem;
    position: absolute;
    right: 1rem;
    top: 0;
  }
  html .ri-images-slider-controls .ri-nav-prev:before,
html .ri-images-slider-controls .ri-nav-next:before {
    font-family: "HM Glyphs";
    font-size: 1.2rem;
  }
  html .ri-images-slider-controls .ri-nav-prev:before {
    content: "";
  }
  html .ri-images-slider-controls .ri-nav-next:before {
    content: "";
  }
  html .ri-images-slider-controls .ri-nav-zoom {
    font-size: 1rem;
  }
  html .ri-images-slider-controls .ri-nav-zoom:after {
    font-family: "HM Glyphs";
    content: "";
    font-size: 0.9em;
    margin-left: 0.2em;
  }
  html #zcontrols {
    top: 3rem;
    left: unset;
    right: 3rem;
    width: 3rem;
  }
  html #zcontrols a {
    width: 2.5rem;
    height: 2.5rem;
  }
  html #zcontrols a:after {
    font-size: 2rem;
  }
}

.ri-detail-thumb {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
}

.default-layout .ri-detail-thumb:nth-child(1) {
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
  background-position: top center;
}

.default-layout .ri-detail-thumb:nth-child(2) {
  top: 5%;
  left: 50%;
  width: 30%;
  height: 45%;
}

.default-layout .ri-detail-thumb:nth-child(3) {
  top: 53%;
  left: 50%;
  width: 20%;
  height: 47%;
  background-position: top left;
}

.default-layout .ri-detail-thumb:nth-child(4) {
  top: 43%;
  left: 85%;
  width: 15%;
  height: 30%;
}

html .splash-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
html .splash-title {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  position: absolute;
}
html .splash-btn {
  padding: 0.4em 0;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  background-color: #6da5d6;
  color: #000;
  cursor: pointer;
}
html .splash-btn:hover {
  background-color: #e74e00;
  color: #fff;
}
@media (min-width: 0) and (max-width: 480px) {
  html .hm-base-line {
    display: none;
  }
  html .splash-title {
    text-align: left;
    width: 96%;
    left: 2%;
    top: 33%;
  }
  html .splash-btn {
    width: 96%;
    left: 2%;
    bottom: 43%;
  }
}
@media (min-width: 481px) and (max-width: 9999999px) {
  html .splash-title {
    font-size: 0.87rem;
  }
  html .splash-btn {
    font-size: 0.7rem;
  }
}
@media (min-width: 481px) and (max-width: 850px) {
  html .splash-title {
    text-align: left;
    left: 7%;
    bottom: 38.5%;
  }
  html .splash-btn {
    padding-left: 7rem;
    padding-right: 7rem;
    right: 7%;
    bottom: 38.5%;
  }
}
@media (min-width: 851px) and (max-width: 9999999px) {
  html .splash-title {
    text-align: left;
    left: 12%;
    bottom: 38.5%;
  }
  html .splash-btn {
    padding-left: 9rem;
    padding-right: 9rem;
    right: 12%;
    bottom: 38.5%;
  }
}

@media (min-width: 0) and (max-width: 9999999px) {
  body .home-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body #home_menu {
    position: absolute;
    margin: 0;
    background: rgba(255, 255, 255, 0.7);
    padding: 0.2em 1em;
  }
  body #home_menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  body #home_menu li {
    margin-bottom: 1em;
  }
  body #home_menu li a {
    color: #000;
    text-decoration: none;
  }
}
@media (min-width: 0) and (max-width: 480px) {
  body .hm-base-line.home {
    display: none;
  }
  body #home_menu {
    text-align: right;
    font-size: 1.5rem;
    bottom: 11%;
    right: 15%;
  }
}
@media (min-width: 481px) and (max-width: 850px) and (orientation: landscape) {
  body .hm-base-line.home {
    display: none;
  }
  body nav#home_menu {
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 1;
    right: 0;
    width: 20rem;
    display: flex;
    align-items: center;
    justify-content: left;
    font-size: 2rem;
  }
  body nav#home_menu > ul {
    margin-left: 3.5rem;
  }
}
@media (min-width: 481px) and (max-width: 850px) {
  body #home_menu {
    font-size: 1.1rem;
    top: 65%;
    right: 23%;
  }
}
@media (min-width: 851px) and (max-width: 9999999px) {
  body #home_menu {
    font-size: 1.1rem;
    top: 65%;
    right: 30%;
  }
}

html .main-art-list {
  width: 100vw;
  overflow: hidden;
}
html .art-list-entry {
  padding: 1rem 5vw;
  border-bottom: 1px solid #000;
  margin-bottom: 2rem;
  position: relative;
}
html .art-list-entry:last-child {
  border-bottom: none;
}
html .artwork-index {
  font-size: 3.3rem;
  font-weight: 100;
  font-family: "ChiselD";
}
html .svg-artwork-index {
  display: flex;
}
html .svg-artwork-index img {
  height: 1.5ex;
  margin: 0.064ex;
}
html .art-list-title {
  font-style: italic;
  margin-bottom: 1rem;
}
html .art-list-location {
  margin-bottom: 1rem;
}
html .art-list-location .loc-place i {
  color: #6da5d6;
  font-style: normal;
  font-weight: 300;
}
html .art-list-captions {
  margin-bottom: 1rem;
}
html .art-list-technique {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
html .art-list-dimensions {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
html .art-list-thumbs-content {
  display: flex;
  height: 20vw;
}
html .art-list-thumbs-content a {
  white-space: nowrap;
}
html .art-list-extras {
  position: absolute;
  top: 1.75rem;
  right: 5vw;
}
html .icon-extras::after {
  font-family: "HM Glyphs";
  content: "";
  font-size: 1.6rem;
}
@media (min-width: 481px) and (max-width: 9999999px) {
  html .art-list-entry {
    padding: 0;
    margin-bottom: 0;
  }
  html .artwork-index {
    font-size: 2.2rem;
  }
  html .art-list-title {
    font-style: normal;
    margin-bottom: 0;
  }
  html .art-list-location {
    min-width: 15vw;
    margin-bottom: 0;
  }
  html .art-list-captions {
    max-width: 20vw;
    margin-bottom: 0;
  }
  html .art-list-extras,
html .art-head-extras {
    width: 3rem;
    text-align: right;
  }
  html .art-list-thumbs-content {
    display: flex;
    height: 3.61rem;
  }
  html .art-list-extras {
    position: static;
  }
  html .icon-extras::after {
    font-size: 1.4rem;
  }
}
@media (max-width: 1200px) and (min-width: 481px) and (max-width: 9999999px) {
  html .art-list-captions,
html .art-head-captions {
    display: none !important;
  }
  html .art-list-location {
    min-width: 20vw;
  }
}
@media (max-width: 850px) and (min-width: 481px) and (max-width: 9999999px) {
  html .art-list-thumbs-content img.hm-thumb {
    width: 2rem !important;
    margin-right: 0.7rem !important;
    object-fit: contain;
  }
}
@media (max-width: 650px) and (min-width: 481px) and (max-width: 9999999px) {
  html .art-list-location,
html .art-head-location {
    display: none !important;
  }
}

.hm-thumb:nth-child(1) {
  height: 100%;
  margin-right: 1rem;
}

.hm-thumb:nth-child(2),
.hm-thumb:nth-child(3) {
  height: 80%;
  margin-right: 1rem;
}

.hm-thumb:nth-child(n+4) {
  display: none !important;
}

.hm-thumb {
  object-fit: contain;
  width: auto;
}

/* BEWARE: Margin values are duplicated in acf/assets/css/hm-index-preview-thumbs.css,\
   change them in sync */
.hm-thumb[size=small] {
  height: 80% !important;
}

.hm-thumb[size=large] {
  height: 100% !important;
}

.hm-thumb[space-size=narrow] {
  margin-right: 1rem !important;
}

.hm-thumb[space-size=medium] {
  margin-right: 2rem !important;
}

.hm-thumb[space-size=wide] {
  margin-right: 3rem !important;
}

html .single-artwork-captions-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 4.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
html .single-artwork-captions-head .artwork-index {
  font-size: 2.8rem;
}
html .single-artwork-captions-head .extras-btn {
  display: flex;
  align-items: center;
}
html .single-artwork-captions-head .extras-btn i {
  font-size: 0.9rem;
  margin-right: 0.3em;
}
@media (min-width: 481px) and (max-width: 9999999px) {
  html .single-artwork-entry {
    background-color: #e9eaeb;
    display: flex;
  }
  html .single-artwork-entry .artwork-index {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
  }
  html .single-artwork-entry .artwork-content {
    height: calc(100vh - 5rem - var(--header-parts-height));
    width: 100%;
    margin: 0 1.7rem;
    padding-top: 0.777rem;
  }
  html .single-artwork-entry .artwork-content .ri-images-viewer {
    width: 90%;
  }
  html .single-artwork-entry .artwork-content .ri-slider-active-image {
    max-height: calc(100vh - 8rem - var(--header-parts-height));
  }
  html .single-artwork-entry.page-content {
    margin-left: 0;
  }
  html .single-artwork-entry.page-content .artwork-index {
    width: 9rem;
    padding-right: 1.4rem;
  }
  html .single-artwork-entry.page-content .artwork-index .back-button {
    margin-right: -1.4rem;
  }
  html .single-artwork-captions {
    max-width: 45rem;
  }
}

@media (min-width: 481px) and (max-width: 9999999px) {
  html .location.desk-tr.head-row {
    height: 6rem;
  }
  html .location-artworks {
    max-height: 7.7ex;
    overflow: hidden;
  }
  html .location-artworks.expanded {
    max-height: unset;
    top: 0.7em;
    left: 0;
    outline: 0.7rem solid #e9eaeb;
    padding-right: 2rem;
  }
  html .show-more.expanded {
    position: absolute;
    top: 0.7em;
    left: -1.2em;
  }
  html .show-more.expanded::after {
    content: "x";
  }
}

html .bio-section {
  margin-bottom: 2rem;
}
html .bio-section-title {
  font-size: inherit;
  font-weight: inherit;
}
html .bio-records {
  list-style: none;
  padding: 0;
  margin: 0;
}
html .bio-records > .bio-record:last-child {
  margin-bottom: 1em;
}
html address {
  font-style: normal;
}
@media (min-width: 481px) and (max-width: 9999999px) {
  html .hm-infos {
    display: flex;
  }
  html .hm-infos aside,
html .hm-infos article {
    padding-top: 4rem;
  }
  html .hm-infos article {
    width: 33vw;
    min-width: 22rem;
  }
  html .bio-section {
    margin-bottom: 2rem;
  }
  html .bio-year-record {
    display: flex;
  }
  html .bio-year-record .bio-year {
    margin-right: 3rem;
  }
}

html .hm-texts article {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
}
html .txt-cover-image {
  width: 100%;
  padding-top: 100%;
  margin-bottom: 1em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
html .txt-title {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 1.2em;
}
html .txt-captions {
  margin-bottom: 1.2em;
}
html .txt-captions .txt-intro {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
html .txt-captions .txt-description {
  margin-top: 1rem;
  font-size: 0.8em;
  color: #959a9f;
}
html .txt-cta {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
html .txt-category-link {
  color: #6da5d6;
}
@media (min-width: 481px) and (max-width: 9999999px) {
  html .hm-texts:not(.multi) {
    height: calc(100vh - 2rem - var(--header-parts-height));
  }
  html .hm-texts {
    display: flex;
    padding-top: 0;
  }
  html .hm-texts .content {
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
  }
  html .hm-texts article {
    width: 21%;
    margin: 2%;
    margin-bottom: 3rem;
  }
  html .hm-texts-with-images {
    display: flex;
    padding-top: 0;
  }
  html .hm-texts-with-images .images-content {
    height: 60vh;
    margin-top: 3rem;
  }
  html .hm-texts-with-images .pdf-viewer {
    height: calc(100vh - 2rem - var(--header-parts-height));
    width: 50vw;
  }
}

html .sub-extra {
  width: 100%;
  margin-bottom: 3rem;
}
html .sub-extra:last-child {
  min-height: calc(100vh - 4rem - var(--header-parts-height));
}
html .ri-single-image {
  width: 100%;
  height: auto;
  cursor: zoom-in;
}
html .hm-extra-intro {
  font-size: 0.8em;
  color: #959a9f;
}
@media (min-width: 481px) and (max-width: 9999999px) {
  html .hm-extras {
    display: flex;
  }
  html .hm-extras .hm-submenu,
html .hm-extras .sub-extra {
    padding-top: 3rem;
  }
  html .hm-extras .extras-content {
    width: calc(100% - 4rem);
    min-height: calc(100vh - 4rem - var(--header-parts-height));
  }
  html .ri-single-image {
    width: 100%;
    max-width: 1600px;
    max-height: calc(100vh - 4rem - var(--header-parts-height));
    object-fit: contain;
  }
  html .sub-extra-ri-gallery,
html .sub-extra-pdf,
html .sug-extra-ri-image {
    height: calc(100vh - 4rem - var(--header-parts-height));
  }
  html .sub-extra-html:last-child {
    margin-bottom: 7vh;
  }
}

/*# sourceMappingURL=style.css.map */
