/*!*****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs/index.js!./src/scss/main.scss ***!
  \*****************************************************************************************************************************************************************************************/
/* general */
@font-face {
  font-family: "Monument Grotesk";
  src: url(./fonts/MonumentGrotesk-Regular.53f66d97abc61fa27c26.otf);
  font-weight: 400;
  font-style: normal;
}
* {
  box-sizing: border-box;
}

pre {
  white-space: pre-wrap;
}

a {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.clear {
  clear: both;
}

.rsep {
  height: 6rem;
}

.r {
  height: 3rem;
}

.rmin {
  height: 1.5rem;
}

.rmik {
  height: 0.75rem;
}

.rel {
  position: relative;
}

.abs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.no-overflow {
  overflow: hidden;
}

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

.full {
  display: block;
  width: 100%;
}

.text > p:first-child {
  margin-top: 0;
}
.text > p:last-child {
  margin-bottom: 0;
}

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

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

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

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

.cake {
  height: 0;
  padding-bottom: 100%;
  background-position: center;
  background-size: cover;
}

.cake-3-1 {
  padding-bottom: 33.3333%;
}

.cake-2-1 {
  padding-bottom: 50%;
}

.cake-16-9 {
  padding-bottom: 56.25%;
}

.cake-16-10 {
  padding-bottom: 62.5%;
}

.cake-4-3 {
  padding-bottom: 75%;
}

.cake-5-4 {
  padding-bottom: 80%;
}

.cake-4-5 {
  padding-bottom: 125%;
}

.cake-3-4 {
  padding-bottom: 133.3333%;
}

.cake-10-16 {
  padding-bottom: 160%;
}

.cake-9-16 {
  padding-bottom: 177.7777%;
}

.cake-1-2 {
  padding-bottom: 200%;
}

.arrow {
  display: block;
}
.arrow path {
  fill: none;
  stroke: currentColor;
  stroke-width: 10;
}

.img-container {
  position: relative;
  overflow: hidden;
}
.img-container img,
.img-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-column {
  flex-direction: column;
}

.flex-justify-start {
  justify-content: flex-start;
}

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

.flex-justify-center {
  justify-content: center;
}

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

.flex-justify-space-evenly {
  justify-content: space-evenly;
}

.flex-align-start {
  align-items: flex-start;
}

.flex-align-end {
  align-items: flex-end;
}

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

.flex-align-stretch {
  align-items: stretch;
}

.flex-self-align-stretch {
  align-self: stretch;
}

.col2 {
  width: 50%;
}

.col3 {
  width: 33.3333%;
}

.col3-2 {
  width: 66.6667%;
}

.col4 {
  width: 25%;
}

.col4-3 {
  width: 75%;
}

.col5 {
  width: 20%;
}

.col5-2 {
  width: 40%;
}

.col5-3 {
  width: 60%;
}

.col5-4 {
  width: 80%;
}

.col6 {
  width: 16.6667%;
}

.col6-5 {
  width: 83.3333%;
}

.column {
  padding: 0 3rem;
}

.column-left {
  padding-left: 3rem;
}

.column-right {
  padding-right: 3rem;
}

.column-half {
  padding: 0 1.5rem;
}

.column-left-half {
  padding-left: 1.5rem;
}

.column-right-half {
  padding-right: 1.5rem;
}

.column-inner,
.column-inner-growing {
  padding: 0 1rem;
}

.column-outer,
.column-outer-growing {
  padding: 0 2rem;
}

.column-double {
  padding: 0 6rem;
}

.column-wrapper {
  padding: 0 6rem;
}

.content {
  max-width: 80rem;
  margin: 0 auto;
}
.content--wide {
  max-width: 120rem;
}

@media (min-width: 1280px) {
  .column-inner-growing {
    padding: 0 3rem;
  }
  .column-outer-growing {
    padding: 0;
  }
}
@media (max-width: 1280px) {
  .column-wrapper {
    padding: 0 3rem;
  }
}
@media (max-width: 900px) {
  html {
    font-size: 0.9em;
  }
  .rsep {
    height: 3em;
  }
  .column-wrapper {
    padding: 0;
  }
}
@media (max-width: 450px) {
  .column {
    padding: 0 2em;
  }
  .column-left {
    padding-left: 2em;
  }
  .column-right {
    padding-right: 2em;
  }
  .column-half {
    padding: 0 1em;
  }
  .column-left-half {
    padding-left: 1em;
  }
  .column-right-half {
    padding-right: 1em;
  }
  .column-inner,
  .column-inner-growing {
    padding: 0 0.6667em;
  }
  .column-outer,
  .column-outer-growing {
    padding: 0 1.3333em;
  }
  .column-double {
    padding: 0 4em;
  }
}
img.lazyload:not([src]) {
  visibility: hidden;
}

body {
  font-family: "Monument Grotesk", sans-serif;
  line-height: 1.4;
  margin: 0;
  min-height: 100vh;
  min-height: calc(1vh * 100);
  min-height: calc(var(--vh, 1vh) * 100);
  line-height: 1.5;
}

p {
  font-size: 1em;
}

.uppercase {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  word-spacing: 0.1em;
}

.large-uppercase {
  text-transform: uppercase;
  font-size: 1.6em;
  letter-spacing: 0.1em;
  word-spacing: 0.1em;
}
@media (max-width: 900px) {
  .large-uppercase {
    font-size: 1.2em;
  }
}

footer {
  position: relative;
  background-color: #fff84c;
}
footer #footer-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10vw;
  padding-bottom: 10vw;
}
footer #footer-wrap .foot-column h1,
footer #footer-wrap .foot-column h2 {
  font-size: max(min(5vw, 4.1666666667rem), 2rem);
  line-height: 1.1;
}
footer #footer-wrap .foot-column h3 {
  font-size: max(min(3vw, 2.5rem), 1.5rem);
  line-height: 1.2;
}
footer #footer-wrap .foot-column h4 {
  font-size: max(min(2.2vw, 1.8333333333rem), 1.2rem);
  line-height: 1.2;
}
footer #footer-wrap .foot-column table {
  border-collapse: collapse;
}
footer #footer-wrap .foot-column table td {
  border: 1px solid #000;
  border: 1px solid var(--page-contrast, #000);
  padding: 0.3rem 0.5rem;
}
footer #footer-wrap .foot-column ul,
footer #footer-wrap .foot-column ol {
  margin: 0;
}
footer #footer-wrap .foot-column h1,
footer #footer-wrap .foot-column h2,
footer #footer-wrap .foot-column h3,
footer #footer-wrap .foot-column h4,
footer #footer-wrap .foot-column h5,
footer #footer-wrap .foot-column h6 {
  font-weight: 400;
}
footer #footer-wrap .foot-column p,
footer #footer-wrap .foot-column ul,
footer #footer-wrap .foot-column ol,
footer #footer-wrap .foot-column h1,
footer #footer-wrap .foot-column h2,
footer #footer-wrap .foot-column h3,
footer #footer-wrap .foot-column h4,
footer #footer-wrap .foot-column h5,
footer #footer-wrap .foot-column h6,
footer #footer-wrap .foot-column hr {
  margin: 0.5em 0;
}
footer #footer-wrap .foot-column p:first-child,
footer #footer-wrap .foot-column ul:first-child,
footer #footer-wrap .foot-column ol:first-child,
footer #footer-wrap .foot-column h1:first-child,
footer #footer-wrap .foot-column h2:first-child,
footer #footer-wrap .foot-column h3:first-child,
footer #footer-wrap .foot-column h4:first-child,
footer #footer-wrap .foot-column h5:first-child,
footer #footer-wrap .foot-column h6:first-child,
footer #footer-wrap .foot-column hr:first-child {
  margin-top: 0;
}
footer #footer-wrap .foot-column p:last-child,
footer #footer-wrap .foot-column ul:last-child,
footer #footer-wrap .foot-column ol:last-child,
footer #footer-wrap .foot-column h1:last-child,
footer #footer-wrap .foot-column h2:last-child,
footer #footer-wrap .foot-column h3:last-child,
footer #footer-wrap .foot-column h4:last-child,
footer #footer-wrap .foot-column h5:last-child,
footer #footer-wrap .foot-column h6:last-child,
footer #footer-wrap .foot-column hr:last-child {
  margin-bottom: 0;
}
footer #footer-wrap .foot-column ul {
  list-style-type: none;
  padding-left: 2em;
}
footer #footer-wrap .foot-column ul li {
  position: relative;
}
footer #footer-wrap .foot-column ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: -1.8em;
  width: 7px;
  height: 7px;
  background-color: #000;
  background-color: var(--page-contrast, #000);
}
footer #footer-wrap .foot-column ol {
  padding-left: 2em;
}
footer #footer-wrap .foot-column blockquote {
  border-left: 1px solid #000;
  border-left: 1px solid var(--page-contrast, #000);
  margin-left: 0;
  padding-left: 1rem;
}
footer #footer-wrap .foot-column hr {
  border: none;
  height: 1px;
  background-color: #000;
  background-color: var(--page-contrast, #000);
  width: 80%;
  margin: 1.5em auto;
}
footer #footer-wrap .foot-column a {
  -webkit-text-decoration: none;
  text-decoration: none;
  position: relative;
}
footer #footer-wrap .foot-column a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background-color: #000;
  background-color: var(--page-contrast, #000);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease-out;
}
footer #footer-wrap .foot-column a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
footer #footer-wrap .foot-column {
  width: 50%;
}
footer #footer-wrap .foot-column--left {
  font-size: max(min(3vw, 2.5rem), 1.5rem);
  line-height: 1.2;
}
footer #footer-wrap .foot-column--right {
  font-size: 0.9em;
}
footer #foot-logo-wrap {
  overflow: hidden;
}
footer #foot-logo-wrap #foot-logo {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 2vw;
  margin-bottom: -1vw;
}
@media (max-width: 768px) {
  footer #footer-wrap {
    flex-direction: column;
    padding-top: 0;
  }
  footer #footer-wrap .foot-column {
    width: 100%;
    text-align: center;
    padding-bottom: 1em;
    padding-top: 1em;
  }
}

/* shared with the editor, see src/scss/_editor.scss */
.uppercase-spaced {
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  word-spacing: 0.1em;
}

.h3 {
  font-size: max(min(3vw, 2.5rem), 1.5rem);
  line-height: 1.2;
}

/* parts */
nav {
  width: 100%;
  z-index: 21;
}
nav #nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3em;
  height: 5em;
  font-size: 0.8rem;
}
nav #nav-wrap #nav-logo {
  height: 1.5em;
  width: auto;
  cursor: none;
}
nav #nav-wrap .nav-links {
  display: flex;
  align-items: center;
}
nav #nav-wrap .nav-links a {
  cursor: none;
}
nav #nav-wrap .nav-links .nav-link {
  position: relative;
  padding: 0.2em 0.75em;
  transition: 0.3s;
  font: inherit;
  color: inherit;
  text-align: inherit;
  background: none;
  border: none;
}
nav #nav-wrap .nav-links .nav-link .nav-link-icon {
  width: 1.25em;
  height: auto;
}
nav #nav-wrap .nav-links .nav-link--soon {
  opacity: 0.4;
  cursor: default;
}
nav #nav-wrap .nav-links .nav-link--soon:hover .nav-link__soon {
  opacity: 1;
}
nav #nav-wrap .nav-links .nav-link__soon {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 0.75em;
  margin-top: -0.7em;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}

#burger {
  display: none;
}

@media (max-width: 900px) {
  nav {
    position: fixed;
    top: -100%;
    height: 100%;
    background-color: #fff;
    overflow: auto;
    transition: 0.3s;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  nav::-webkit-scrollbar {
    display: none;
  }
  nav #nav-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    height: auto;
    padding: 3em 0;
  }
  nav #nav-wrap #nav-logo {
    margin-bottom: 1rem;
  }
  nav #nav-wrap .nav-links {
    flex-direction: column;
  }
  nav #nav-wrap .nav-links .nav-link {
    padding: 0.5em;
  }
  nav.open {
    top: 0;
  }
  #burger {
    display: block;
    position: fixed;
    top: 2em;
    right: 2em;
    width: 2em;
    height: 2em;
    cursor: pointer;
    z-index: 22;
  }
  #burger > div {
    position: absolute;
    width: 90%;
    right: 0;
    left: 0;
    margin: -2px auto;
    height: 4px;
    background-color: #000;
  }
  #burger > div:nth-child(1) {
    top: 25%;
    transition: width 0.3s, transform 0.3s, top 0.3s 0.3s;
  }
  #burger > div:nth-child(2) {
    top: 50%;
    transition: width 0.3s, transform 0.3s;
  }
  #burger > div:nth-child(3) {
    top: 75%;
    transition: width 0.3s, transform 0.3s, top 0.3s 0.6s;
  }
  #burger:hover > div {
    width: 100%;
  }
  #burger.open > div:nth-child(1) {
    transform: rotate(-45deg);
    top: 50%;
  }
  #burger.open > div:nth-child(2) {
    transform: rotate(45deg);
  }
  #burger.open > div:nth-child(3) {
    transform: rotate(-45deg);
    top: 50%;
  }
}
.project-link {
  position: relative;
  z-index: 1;
  display: block;
  color: inherit;
}
.project-link--empty {
  opacity: 0.5;
}
.project-link[hidden] {
  display: none;
}

a.project-link {
  cursor: none;
}

.project-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  pointer-events: none;
  will-change: transform;
}

.project-cursor__dot {
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background-color: #fff84c;
  opacity: 0;
  transform: translate(-50%, -50%) scale(calc(1 * 0.4));
  transform: translate(-50%, -50%) scale(calc(var(--dot-scale, 1) * 0.4));
  transition: opacity 0.15s, transform 0.15s;
}
.project-cursor.is-visible .project-cursor__dot {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(var(--dot-scale, 1));
}

.project-link__title {
  display: flex;
  align-items: baseline;
  gap: 0.7em;
  margin: 0.5em 0 0;
  font-size: 1rem;
}
.project-link__title::before {
  content: "";
  flex: none;
  width: 0.55em;
  height: 0.55em;
  border-radius: 50%;
  background-color: currentColor;
}

.project-filter__heading {
  font-size: max(min(3vw, 2.5rem), 1.5rem);
  line-height: 1.2;
  margin: 0 0 0.5em;
  text-transform: uppercase;
}
@media (max-width: 900px) {
  .project-filter__heading {
    margin-top: 3rem;
  }
}

.project-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  margin-bottom: 2em;
}

.project-filter__link {
  text-transform: uppercase;
  opacity: 0.5;
  transition: opacity 0.2s;
}
.project-filter__link:hover, .project-filter__link.is-active {
  opacity: 1;
}

.gallery {
  margin-left: -1em;
  margin-right: -1em;
  width: calc(100% + 2em);
}
.gallery .gallery-image {
  padding: 0 1em;
}
.gallery .gallery-image .single-slide-content {
  position: relative;
  padding-bottom: min(50%, 90vh);
}

.slider__viewport {
  position: relative;
  height: var(--crop-height);
}

.slider__slide {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s;
}
.slider__slide.is-active {
  opacity: 1;
}
.slider__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.flexible-content {
  padding-top: 10vmin;
  overflow: hidden;
}
.flexible-content .flexible-section {
  --section-space: 3rem;
  --gap: 0rem;
  --span-first: 2;
  --span-rest: 2;
  container-type: inline-size;
  position: relative;
  max-width: 120rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 0rem;
  grid-gap: var(--gap);
  gap: 0rem;
  gap: var(--gap);
  margin-top: 3rem;
}
.flexible-content .flexible-section--1_column {
  --span-first: 6;
  --span-rest: 6;
}
.flexible-content .flexible-section--2_columns {
  --span-first: 3;
  --span-rest: 3;
}
.flexible-content .flexible-section--3_columns {
  --span-first: 2;
  --span-rest: 2;
}
.flexible-content .flexible-section--1_2 {
  --span-first: 2;
  --span-rest: 4;
}
.flexible-content .flexible-section--2_1 {
  --span-first: 4;
  --span-rest: 2;
}
.flexible-content .flexible-section--align-start .flexible-column {
  justify-content: start;
}
.flexible-content .flexible-section--align-center .flexible-column {
  justify-content: center;
}
.flexible-content .flexible-section--align-end .flexible-column {
  justify-content: end;
}
.flexible-content .flexible-section--align-stretch .flexible-column {
  justify-content: space-between;
}
.flexible-content .flexible-section--slim-width {
  max-width: 60rem;
}
.flexible-content .flexible-section--has-padding {
  --gap: var(--section-space);
  padding-left: var(--section-space);
  padding-right: var(--section-space);
  max-width: 126rem;
}
.flexible-content .flexible-section--has-padding.flexible-section--slim-width {
  max-width: 66rem;
}
.flexible-content .flexible-section:not(.flexible-section--has-padding) .flexible-column .flexible-cell--text.flexible-cell--padding-standard {
  padding: 0 var(--section-space);
}
.flexible-content .flexible-section:not(.flexible-section--has-padding) .flexible-column .flexible-cell--text.flexible-cell--padding-double {
  padding: 0 calc(var(--section-space) * 2);
}
.flexible-content .flexible-section:not(.flexible-section--has-padding):first-child,
.flexible-content .flexible-section:not(.flexible-section--has-padding) + :not(.flexible-section--has-padding) {
  margin-top: 0rem;
}
.flexible-content .flexible-section:not(.flexible-section--has-padding):first-child .flexible-column .flexible-cell--text.flexible-cell--first,
.flexible-content .flexible-section:not(.flexible-section--has-padding) + :not(.flexible-section--has-padding) .flexible-column .flexible-cell--text.flexible-cell--first {
  padding-top: 3rem;
}
.flexible-content .flexible-section--full-width {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
.flexible-content .flexible-section--has-top-padding {
  padding-top: 3rem;
}
.flexible-content .flexible-section--has-bottom-padding {
  padding-bottom: 3rem;
}
.flexible-content .flexible-section .flexible-section__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 768px) {
  .flexible-content .flexible-section {
    --span-first: 1;
    --span-rest: 1;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 450px) {
  .flexible-content .flexible-section {
    --section-space: 1.5rem;
  }
}
.flexible-content .flexible-section .flexible-column {
  --span: var(--span-rest);
  --column-width: calc(
    (100cqw - 5 * var(--gap)) * var(--span) / 6 +
      (var(--span) - 1) * var(--gap)
  );
  --crop-height: var(--row-crop-height, calc(var(--column-width) * 4 / 3));
  display: flex;
  flex-direction: column;
  gap: 3rem;
  grid-column: span var(--span);
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .flexible-content .flexible-section .flexible-column {
    --column-width: 100cqw;
    --crop-height: calc(100cqw * 3 / 4);
  }
}
.flexible-content .flexible-section .flexible-column--first {
  --span: var(--span-first);
}
.flexible-content .flexible-section .flexible-column .flexible-cell {
  width: 100%;
}
.flexible-content .flexible-section .flexible-column .flexible-cell--image img,
.flexible-content .flexible-section .flexible-column .flexible-cell--image video, .flexible-content .flexible-section .flexible-column .flexible-cell--video img,
.flexible-content .flexible-section .flexible-column .flexible-cell--video video {
  display: block;
  width: 100%;
  height: auto;
}
.flexible-content .flexible-section .flexible-column .flexible-cell--crop img,
.flexible-content .flexible-section .flexible-column .flexible-cell--crop video {
  height: var(--crop-height);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.flexible-content .flexible-section .flexible-column .flexible-cell--center img,
.flexible-content .flexible-section .flexible-column .flexible-cell--center video {
  margin-left: auto;
  margin-right: auto;
}
.flexible-content .flexible-section .flexible-column .flexible-cell--scope_of_work {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.flexible-content .flexible-section .flexible-column .flexible-cell--scope_of_work .flexible-cell__date {
  margin-top: auto;
  padding-top: 1em;
  font-size: 0.9em;
  opacity: 0.7;
}
.flexible-content .flexible-section .flexible-column .flexible-cell--text h1,
.flexible-content .flexible-section .flexible-column .flexible-cell--text h2 {
  font-size: max(min(5vw, 4.1666666667rem), 2rem);
  line-height: 1.1;
}
.flexible-content .flexible-section .flexible-column .flexible-cell--text h3 {
  font-size: max(min(3vw, 2.5rem), 1.5rem);
  line-height: 1.2;
}
.flexible-content .flexible-section .flexible-column .flexible-cell--text h4 {
  font-size: max(min(2.2vw, 1.8333333333rem), 1.2rem);
  line-height: 1.2;
}
.flexible-content .flexible-section .flexible-column .flexible-cell--text table {
  border-collapse: collapse;
}
.flexible-content .flexible-section .flexible-column .flexible-cell--text table td {
  border: 1px solid #000;
  border: 1px solid var(--page-contrast, #000);
  padding: 0.3rem 0.5rem;
}
.flexible-content .flexible-section .flexible-column .flexible-cell--text ul,
.flexible-content .flexible-section .flexible-column .flexible-cell--text ol {
  margin: 0;
}
.flexible-content .flexible-section .flexible-column .flexible-cell--text h1,
.flexible-content .flexible-section .flexible-column .flexible-cell--text h2,
.flexible-content .flexible-section .flexible-column .flexible-cell--text h3,
.flexible-content .flexible-section .flexible-column .flexible-cell--text h4,
.flexible-content .flexible-section .flexible-column .flexible-cell--text h5,
.flexible-content .flexible-section .flexible-column .flexible-cell--text h6 {
  font-weight: 400;
}
.flexible-content .flexible-section .flexible-column .flexible-cell--text p,
.flexible-content .flexible-section .flexible-column .flexible-cell--text ul,
.flexible-content .flexible-section .flexible-column .flexible-cell--text ol,
.flexible-content .flexible-section .flexible-column .flexible-cell--text h1,
.flexible-content .flexible-section .flexible-column .flexible-cell--text h2,
.flexible-content .flexible-section .flexible-column .flexible-cell--text h3,
.flexible-content .flexible-section .flexible-column .flexible-cell--text h4,
.flexible-content .flexible-section .flexible-column .flexible-cell--text h5,
.flexible-content .flexible-section .flexible-column .flexible-cell--text h6,
.flexible-content .flexible-section .flexible-column .flexible-cell--text hr {
  margin: 0.5em 0;
}
.flexible-content .flexible-section .flexible-column .flexible-cell--text p:first-child,
.flexible-content .flexible-section .flexible-column .flexible-cell--text ul:first-child,
.flexible-content .flexible-section .flexible-column .flexible-cell--text ol:first-child,
.flexible-content .flexible-section .flexible-column .flexible-cell--text h1:first-child,
.flexible-content .flexible-section .flexible-column .flexible-cell--text h2:first-child,
.flexible-content .flexible-section .flexible-column .flexible-cell--text h3:first-child,
.flexible-content .flexible-section .flexible-column .flexible-cell--text h4:first-child,
.flexible-content .flexible-section .flexible-column .flexible-cell--text h5:first-child,
.flexible-content .flexible-section .flexible-column .flexible-cell--text h6:first-child,
.flexible-content .flexible-section .flexible-column .flexible-cell--text hr:first-child {
  margin-top: 0;
}
.flexible-content .flexible-section .flexible-column .flexible-cell--text p:last-child,
.flexible-content .flexible-section .flexible-column .flexible-cell--text ul:last-child,
.flexible-content .flexible-section .flexible-column .flexible-cell--text ol:last-child,
.flexible-content .flexible-section .flexible-column .flexible-cell--text h1:last-child,
.flexible-content .flexible-section .flexible-column .flexible-cell--text h2:last-child,
.flexible-content .flexible-section .flexible-column .flexible-cell--text h3:last-child,
.flexible-content .flexible-section .flexible-column .flexible-cell--text h4:last-child,
.flexible-content .flexible-section .flexible-column .flexible-cell--text h5:last-child,
.flexible-content .flexible-section .flexible-column .flexible-cell--text h6:last-child,
.flexible-content .flexible-section .flexible-column .flexible-cell--text hr:last-child {
  margin-bottom: 0;
}
.flexible-content .flexible-section .flexible-column .flexible-cell--text ul {
  list-style-type: none;
  padding-left: 2em;
}
.flexible-content .flexible-section .flexible-column .flexible-cell--text ul li {
  position: relative;
}
.flexible-content .flexible-section .flexible-column .flexible-cell--text ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: -1.8em;
  width: 7px;
  height: 7px;
  background-color: #000;
  background-color: var(--page-contrast, #000);
}
.flexible-content .flexible-section .flexible-column .flexible-cell--text ol {
  padding-left: 2em;
}
.flexible-content .flexible-section .flexible-column .flexible-cell--text blockquote {
  border-left: 1px solid #000;
  border-left: 1px solid var(--page-contrast, #000);
  margin-left: 0;
  padding-left: 1rem;
}
.flexible-content .flexible-section .flexible-column .flexible-cell--text hr {
  border: none;
  height: 1px;
  background-color: #000;
  background-color: var(--page-contrast, #000);
  width: 80%;
  margin: 1.5em auto;
}
.flexible-content .flexible-section .flexible-column .flexible-cell--text a {
  -webkit-text-decoration: none;
  text-decoration: none;
  position: relative;
}
.flexible-content .flexible-section .flexible-column .flexible-cell--text a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background-color: #000;
  background-color: var(--page-contrast, #000);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease-out;
}
.flexible-content .flexible-section .flexible-column .flexible-cell--text a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.flexible-content .flexible-section .flexible-column .flexible-cell--text .flexible-cell__content--columns {
  -moz-columns: 2;
       columns: 2;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
@media (max-width: 450px) {
  .flexible-content .flexible-section .flexible-column .flexible-cell--text .flexible-cell__content--columns {
    -moz-columns: 1;
         columns: 1;
  }
}
.flexible-content .flexible-section .flexible-column .flexible-cell--text.flexible-cell--padding-double {
  padding-left: var(--section-space);
  padding-right: var(--section-space);
}
.flexible-content .flexible-section .flexible-column .flexible-cell--text.flexible-cell--padding-double.flexible-cell--first {
  padding-top: 3rem;
}
.flexible-content .flexible-section .flexible-column .flexible-cell--text.flexible-cell--padding-double.flexible-cell--last {
  padding-bottom: 3rem;
}

.project-decoration {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* pages */
.project-grid-wrapper {
  container-type: inline-size;
  scroll-margin-top: 2rem;
}

.project-grid {
  --grid-columns: 3;
  --grid-gap: 2em;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-columns: repeat(var(--grid-columns), minmax(0, 1fr));
  grid-auto-flow: dense;
  grid-gap: 2em;
  grid-gap: var(--grid-gap);
  gap: 2em;
  gap: var(--grid-gap);
}
@media (max-width: 768px) {
  .project-grid {
    --grid-columns: 2;
  }
}
.project-grid .project-link--wide {
  grid-column: span 2;
}
.project-grid .project-link__media {
  height: calc((100cqw - (var(--grid-columns) - 1) * var(--grid-gap)) / var(--grid-columns) * 4 / 3);
}

#front-top {
  position: relative;
  overflow: hidden;
}

#front-trail {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}

.front-trail__source {
  display: none;
}

.front-trail__image {
  --trail-size: 14em;
  position: absolute;
  width: calc(14em * 1);
  width: calc(var(--trail-size) * var(--trail-ratio, 1));
  height: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.8);
  transition: opacity 0.25s, transform 0.25s;
}
.front-trail__image.is-visible {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.front-trail__image.is-leaving {
  opacity: 0;
  transform: translate(-50%, -50%) scale(1.05);
}

body.home #front-intro {
  position: relative;
  z-index: 1;
  font-size: max(min(3vw, 2.5rem), 1.5rem);
  line-height: 1.2;
  max-width: 20em;
  min-height: calc(1vh * 100 - 4rem);
  min-height: calc(var(--vh, 1vh) * 100 - 4rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.home #scroll-arrow {
  position: absolute;
  font-size: max(min(2rem, 1.6666666667vw), 1rem);
  left: calc(3em + 3rem);
  bottom: 3em;
  display: block;
  width: 1em;
  height: 1em;
  transition: 0.3s;
  cursor: pointer;
  z-index: 2;
}
body.home #scroll-arrow:hover {
  bottom: 2.75em;
}
body.home #scroll-arrow path {
  fill: none;
  stroke: #000;
  stroke-width: 10;
}
body.home footer #footer-wrap {
  position: relative;
}

@media (max-width: 768px) {
  .flexible-content .flexible-section--project-header .flexible-column--first {
    flex-direction: row;
  }
  .flexible-content .flexible-section--project-header .flexible-column--first > .flexible-cell {
    width: auto;
  }
  .flexible-content .flexible-section--project-header .flexible-column--first > .flexible-cell:first-child {
    flex: 0 0 auto;
    max-width: 50%;
  }
  .flexible-content .flexible-section--project-header .flexible-column--first > .flexible-cell:last-child {
    flex: 1 1 auto;
    min-width: 0;
  }
}

.single-project-next .column-wrapper {
  display: none;
}
.single-project-next__halves {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: min(30vw, 576px);
}
@media (max-width: 768px) {
  .single-project-next__halves {
    grid-template-columns: 1fr;
  }
}
.single-project-next__link {
  display: flex;
  flex-direction: column;
  gap: 0.4em;
  color: inherit;
}
.single-project-next__info {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.4em;
  padding: 3rem;
  padding-bottom: calc(3rem + 2em);
}
.single-project-next__label, .single-project-next__subtitle {
  font-size: max(min(3vw, 2.5rem), 1.5rem);
  line-height: 1.2;
}
.single-project-next__title {
  font-size: calc(max(min(3vw, 2.5rem), 1.5rem) * 2);
  line-height: 1.1;
  text-transform: uppercase;
}
.single-project-next__tags {
  margin-top: 1em;
  font-size: 1em;
  text-transform: uppercase;
}
.single-project-next__tag {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  transition: opacity 0.2s;
}
.single-project-next__tag:hover {
  opacity: 0.6;
}
.single-project-next__arrow {
  position: absolute;
  right: 3rem;
  bottom: 3rem;
  font-size: max(min(3vw, 2.5rem), 1.5rem);
  width: 1em;
  height: 1em;
  transform: rotate(-90deg);
}
.single-project-next__media .project-link,
.single-project-next__media .project-link__media {
  height: 100%;
}

#single-project-top .top-caption {
  width: 100%;
  height: 6vw;
  background-color: #333;
  background-color: var(--caption-bg, #333);
  text-transform: uppercase;
  overflow: hidden;
}
#single-project-top .top-caption .caption-text {
  position: relative;
  left: 0;
  height: 100%;
  display: flex;
  align-items: center;
  color: #fff;
  color: var(--caption-contrast, #fff);
}
#single-project-top .top-caption .caption-text .caption-section {
  padding: 0 0.4em;
  white-space: pre;
  font-size: 6vw;
  line-height: 1;
}
#single-project-top .img-container {
  height: calc(var(--vh) * 100 - 5em - 5vw);
}
@media (max-width: 900px) {
  #single-project-top .img-container {
    height: calc(var(--vh) * 100 - 6vw);
  }
}
#single-project-top .img-container img {
  width: 100%;
}

body.page-template-contact {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
  background-color: #fff84c;
  justify-content: space-between;
}

.contact-page {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer--contact {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer--contact #footer-wrap {
  display: block;
  padding-top: 15vh;
  padding-bottom: 15vh;
}
.footer--contact #footer-wrap .foot-column {
  width: 100%;
}
.footer--contact #footer-wrap .foot-column--left {
  padding-bottom: 15vh;
}
.footer--contact #footer-wrap .foot-column--left p {
  margin: 0;
}
.footer--contact #footer-wrap .foot-column--right {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  text-align: left;
}
.footer--contact #footer-wrap .foot-column--right > p {
  margin: 0;
}
.footer--contact #footer-wrap .foot-column--right > p:last-child {
  text-align: right;
}

/* per project code, see include/customProjectCode.php */
.clay-swipe {
  width: 120cqw;
  height: auto;
  -webkit-mask-image: linear-gradient(to right, transparent 0,transparent 48%, #000 52%, #000 100%);
          mask-image: linear-gradient(to right, transparent 0,transparent 48%, #000 52%, #000 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0 48%, #000 52% 100%);
          mask-image: linear-gradient(to right, transparent 0 48%, #000 52% 100%);
  -webkit-mask-size: 215% 100%;
          mask-size: 215% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0% 0;
          mask-position: 0% 0;
  transition: -webkit-mask-position 2s 1s ease-out;
  transition: mask-position 2s 1s ease-out;
  transition: mask-position 2s 1s ease-out, -webkit-mask-position 2s 1s ease-out;
}
.clay-swipe.is-revealed {
  -webkit-mask-position: 100% 0;
          mask-position: 100% 0;
}

.clay-swipe--1 {
  top: 0;
  left: -5cqw;
  z-index: 0;
  transform: rotate(-179deg);
}

.clay-swipe-anchor {
  position: relative;
  height: 0;
  margin-top: -3rem;
}

.clay-swipe--2 {
  top: 17cqw;
  right: -20cqw;
  transform: rotate(314deg);
}

.project-code--ciao .flexible-section--collage .flexible-column:not(.flexible-column--first) {
  aspect-ratio: 1/1;
  align-self: start;
}
.project-code--ciao .flexible-section--collage .flexible-column:not(.flexible-column--first) .flexible-cell {
  position: absolute;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.25s, transform 0.25s;
}
.project-code--ciao .flexible-section--collage .flexible-column:not(.flexible-column--first) .flexible-cell.is-visible {
  opacity: 1;
  transform: scale(1);
}
.project-code--ciao .ciao-hand-anchor {
  position: absolute;
  top: 60%;
  left: 0;
  right: 0;
  height: 0;
  pointer-events: none;
}
.project-code--ciao .ciao-hand {
  top: 0;
  left: 65%;
  width: min(40%, 16rem);
  height: auto;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.8);
  transition: opacity 0.25s, transform 0.25s;
}
.project-code--ciao .ciao-hand.is-visible {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.project-code--ciao .flexible-section--stacked_content .flexible-cell:not(.flexible-cell--first) {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.project-code--ciao .flexible-section--stacked_content .flexible-cell:not(.flexible-cell--first) img,
.project-code--ciao .flexible-section--stacked_content .flexible-cell:not(.flexible-cell--first) video {
  max-height: 100%;
}

.buka-bulka {
  top: 5cqw;
  left: 54%;
  width: 25%;
  height: auto;
}

.box {
  box-shadow: 0 0 0 1px rgba(255, 85, 85, 0.6);
  min-height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*# sourceMappingURL=main.420e9ea2d99e579cb196.css.map*/