@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, img {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

div.clear {
  clear: both;
  line-height: 0;
  height: 0;
  font-size: 0;
  border: 0;
  margin: 0;
  padding: 0;
}

img, video {
  display: block;
}

i, em {
  font-style: italic;
}

*, *:before, *:after {
  box-sizing: border-box;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group; /* h5bp.com/t */
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
.media-check {
  width: 0;
  height: 0;
  visibility: hidden;
  position: absolute;
  top: -1000px;
  left: -1000px;
  text-indent: 30px;
}
@media (max-width: 760px) {
  .media-check {
    text-indent: 10px;
  }
}
@media (min-width: 1250px) {
  .media-check {
    text-indent: 40px;
  }
}

@-moz-keyframes $name {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes $name {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes $name {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes $name {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html {
  width: 100%;
  height: 100%;
}
@media (max-width: 760px) {
  html {
    scroll-snap-type: y mandatory;
  }
}

body {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  zoom: 1;
  -webkit-font-smoothing: antialiased;
  background: #FFFEFD;
  color: #111;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6vw;
  line-height: 1.5em;
  -moz-animation: pageFadeIn 600ms;
  -ms-animation: pageFadeIn 600ms;
  -webkit-animation: pageFadeIn 600ms;
  animation: pageFadeIn 600ms;
  overflow: hidden;
}
@media (min-width: 1250px) {
  body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 22px;
    line-height: 1.5em;
  }
}
@media (max-width: 760px) {
  body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 760px) {
  body {
    overflow-y: scroll;
  }
}

a {
  color: #111;
  border: 0;
  text-decoration: none;
}

a:hover {
  color: #111;
  border: 0;
  text-decoration: none;
}

::selection {
  background: #fff;
  color: #111;
  text-shadow: none;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

nav {
  display: none;
}

section {
  position: relative;
  width: 100vw;
  height: 100vh;
  box-sizing: border-box;
}
@media (max-width: 760px) {
  section {
    scroll-snap-align: start;
    height: 100vh;
  }
}

header {
  position: absolute;
  bottom: 2.5vw;
  left: 2.5vw;
  padding: 2.5vw;
}

h3 {
  color: rgba(0, 0, 0, 0.3);
}

header a {
  color: rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

header a:hover {
  color: rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

header a:after {
  content: " →";
  position: absolute;
  padding-left: 0.15em;
}

.cursor-prompt {
  position: fixed;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.4vw;
  top: 0;
  left: 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #888;
  padding: 0 2vw;
  pointer-events: none;
  opacity: 1;
  visibility: visible;
  -moz-transition: opacity 300ms, visibility 300ms;
  -ms-transition: opacity 300ms, visibility 300ms;
  -webkit-transition: opacity 300ms, visibility 300ms;
  transition: opacity 300ms, visibility 300ms;
  z-index: 100;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cursor-prompt span {
  -moz-transform: translate(-1em, -50%);
  -ms-transform: translate(-1em, -50%);
  -webkit-transform: translate(-1em, -50%);
  transform: translate(-1em, -50%);
  display: none;
}

.show-next-text {
  cursor: e-resize;
}

.show-previous-text {
  cursor: w-resize;
}

.sleep-mode .cursor-prompt,
.hide-prompt .cursor-prompt {
  opacity: 0;
  visibility: hidden;
}

.bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.4;
}

.bg img {
  opacity: 0;
  visibility: hidden;
  width: 1px;
  height: 1px;
}

figure {
  position: absolute;
  display: flex;
  align-items: flex-end;
  vertical-align: baseline;
}
@media (max-width: 760px) {
  figure {
    flex-direction: column;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 10px;
    float: none !important;
    text-align: center !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    vertical-align: top !important;
    padding: 10px;
  }
}

figure img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  width: auto;
  border-radius: 2px;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 760px) {
  figure img {
    position: static !important;
  }
}

figcaption {
  position: absolute;
  opacity: 1;
  -moz-transition: opacity 300ms, visibility 300ms;
  -ms-transition: opacity 300ms, visibility 300ms;
  -webkit-transition: opacity 300ms, visibility 300ms;
  transition: opacity 300ms, visibility 300ms;
  bottom: -3.3333333333vw;
  left: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2vw;
  line-height: 1.5em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 1250px) {
  figcaption {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.5em;
  }
}
@media (max-width: 760px) {
  figcaption {
    font-size: 14px;
    line-height: 20px;
    position: static !important;
    text-align: left;
    width: 100% !important;
  }
}

figcaption p + p {
  display: none;
}

figcaption a {
  color: rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

figcaption a:hover {
  color: rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

.light-text figcaption a {
  color: rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.light-text figcaption a:hover {
  color: rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.section-1 figure {
  top: 5vw;
  bottom: 5vw;
  left: 10vw;
  right: 5vw;
  margin-bottom: 0.75em;
}

.section-2 figure {
  top: 10vw;
  bottom: 10vw;
  left: 5vw;
  right: 10vw;
  margin-bottom: 0.75em;
  text-align: right;
}

.section-2 img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.section-2 figcaption {
  right: 0;
  left: auto;
}

.section-3 figure {
  top: 5vw;
  bottom: 5vw;
  left: 5vw;
  right: 5vw;
  margin-bottom: 0.75em;
  justify-content: center;
  text-align: center;
}

.section-3 figcaption {
  right: 0;
  left: 0;
}

.section-4 figure {
  top: 10vw;
  bottom: 15vw;
  left: 15vw;
  right: 5vw;
  text-align: left;
  float: left;
}

.section-5 figure {
  top: 15vw;
  bottom: 10vw;
  left: 5vw;
  right: 5vw;
  text-align: right;
  float: right;
}

.section-5 img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.section-5 figcaption {
  right: 0;
  left: auto;
}

iframe {
  display: none !important;
}

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