/* PPP scss build */
/* webflow breakpoints */
/* webflow tiny: phone portrait 479px and below */
/* webflow tiny: phone portrait 479px and below */
/* webflow small: phone landscape 767px and below */
/* webflow small: phone landscape 767px and below */
/* webflow medium: tablet portrait 991px and below */
/* tablet portrait 991px and below */
/* desktop 992px and above */
/* for _mixins, css-size */
/* base colours */
/* debug colours */
/* set css screen size for accessibility by scripts */
body {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.4;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "Pridi", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
  line-height: 1.1;
}

body::after {
  content: "";
  display: block;
  height: 100vh; /* Additional scroll space */
}

.ppp-canvas {
  display: block;
  margin: 0 auto;
  max-width: 1600px;
}

img {
  max-width: 100%;
  height: auto;
}

.scrolly {
  position: relative;
}

.scrolly .step {
  margin: 2rem auto 4rem auto;
  background-color: #fff;
  color: #3b3b3b;
}
.scrolly .step.is-active {
  /*        background-color: goldenrod;
          color: #3b3b3b; */
}

.step.gallery {
  max-width: 900px;
}

.step.sidescrollimg {
  position: relative;
  overflow: clip;
  height: 200vh;
}

.step.sidescrollimg .storyimg {
  position: sticky;
  width: 100%;
  top: 0;
  height: 100vh;
  z-index: 0;
}

.step.sidescrollimg .storyimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.step.sidescrollimg .storytxt {
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 100vh;
  left: 10%;
  /*            transform: translate3d(10%, 0, 0); */
  z-index: 1;
  margin: 0 0 40px 0px;
  padding: 20px 0px;
  width: 50%;
}

.step.sidescrollimg .storytxt .isright {
  left: auto;
  right: 10%;
}

.step.textonly > * {
  display: block;
  width: 75%;
  margin: 0 auto;
}

.step.fixedimg {
  position: relative;
}

.step.fixedimg .storyimg {
  height: 100vh;
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  position: relative;
  top: 0;
  z-index: 1;
}

.step.fixedimg .storyimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.step.fixedimg .storytxt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  padding: 2rem;
  background-color: rgba(255, 255, 255, 0.5);
}

.tobii-zoom__icon {
  display: none;
}