body {
  background-color: #222224;
  overflow: hidden;
  color: white;
  margin: 0;
  padding: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
* {
  margin: 0;
  padding: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
#scroll-frame.svelte-t3rnbs {
  height: 100%;
  top: 0;
  left: 0;
  position: relative;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
#nav-bar.svelte-t3rnbs {
  position: fixed;
  top: 10vh;
  z-index: 100;
}
.dot-container.svelte-6gxytj.svelte-6gxytj {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  z-index: 1000;
  mix-blend-mode: exclusion;
  pointer-events: none;
  will-change: width, height;
}
.dot-container.svelte-6gxytj .dot.svelte-6gxytj {
  position: relative;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: white;
  transform: translate(-50%, -50%);
  transform: -webkit-translate(-50%, -50%);
  transform: -moz-translate(-50%, -50%);
  transition: width 0.5s ease, height 0.5s ease;
  -webkit-transition: width 0.5s ease, height 0.5s ease;
}
.dot-container.active.svelte-6gxytj .dot.svelte-6gxytj {
  width: 4vh;
  height: 4vh;
}
.dot-container.disabled.svelte-6gxytj .dot.svelte-6gxytj,
.dot-container.introDisabled.svelte-6gxytj .dot.svelte-6gxytj {
  width: 0 !important;
  height: 0 !important;
}
.dot-container.hover.svelte-6gxytj .dot.svelte-6gxytj {
  width: 7.5vh;
  height: 7.5vh;
}
@media only screen and (max-width: 750px) {
  .paragraph.svelte-g81dl6.svelte-g81dl6 {
    font-size: 3.4vw !important;
  }
  .title.svelte-g81dl6.svelte-g81dl6 {
    font-size: 22vw;
  }
}
@media only screen and (min-width: 750px) {
  .title.svelte-g81dl6.svelte-g81dl6 {
    font-size: 19vh;
  }
}
@media only screen and (min-width: 950px) {
  .paragraph.svelte-g81dl6.svelte-g81dl6 {
    font-size: 1.8vh;
    line-height: 150%;
    width: 60%;
    letter-spacing: 0.05vw;
  }
}
@media only screen and (max-width: 950px) {
  .paragraph.svelte-g81dl6.svelte-g81dl6 {
    font-size: 2vw;
    line-height: 180% !important;
    letter-spacing: 0;
    width: 100% !important;
  }
}
.title.svelte-g81dl6.svelte-g81dl6 {
  color: white;
  font-weight: 700;
  font-style: normal;
  font-family: freight-big-pro, serif;
  text-transform: lowercase;
  line-height: 80%;
}
.paragraph.svelte-g81dl6.svelte-g81dl6 {
  font-family: "Questrial", sans-serif;
  color: white;
}
.button.svelte-g81dl6.svelte-g81dl6 {
  font-family: "Questrial", sans-serif;
  text-transform: lowercase;
  color: white;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.button.svelte-g81dl6 a.svelte-g81dl6 {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}
.button.svelte-g81dl6.svelte-g81dl6:not(.no-decor)::after {
  content: "";
  position: absolute;
  text-decoration: none;
  display: none;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: white;
}
#content-container.about.svelte-g81dl6.svelte-g81dl6 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  overflow: hidden;
  padding: 0 5vw;
  margin-top: 40vh;
  position: relative;
  padding-bottom: 5vh;
}
#content-container.about.svelte-g81dl6 .profile-image.svelte-g81dl6 {
  width: 70%;
  overflow: hidden;
  margin-top: -30vh;
  position: relative;
}
#content-container.about.svelte-g81dl6 .profile-image img.svelte-g81dl6 {
  height: 80%;
  width: 90%;
  border-radius: 0.5vh;
  object-fit: cover;
}
#content-container.about.svelte-g81dl6 .content-wrapper.svelte-g81dl6 {
  box-sizing: border-box;
  width: 50%;
  height: 100%;
  margin: 0 2vw;
  padding-right: 4vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 5vh;
  box-sizing: border-box;
  z-index: 2;
}
@media only screen and (max-width: 750px) {
  #content-container.about.svelte-g81dl6 .content-wrapper.svelte-g81dl6 {
    width: 80%;
  }
  #content-container.about.svelte-g81dl6 .content-wrapper h1.svelte-g81dl6 {
    font-size: 25vw !important;
  }
}
#content-container.about.svelte-g81dl6 .content-wrapper h1.svelte-g81dl6 {
  font-size: 20vh;
  font-weight: 400;
}
#content-container.about.svelte-g81dl6
  .content-wrapper
  .paragraph.svelte-g81dl6 {
  margin-top: 10vh;
  margin-left: 13vw;
  position: relative;
  width: 60%;
  line-height: 1.5rem;
}
@media only screen and (max-width: 750px) {
  #content-container.about.svelte-g81dl6
    .content-wrapper
    .paragraph.svelte-g81dl6 {
    width: 100%;
    margin-left: 5vw;
  }
}
#content-container.about.svelte-g81dl6
  .content-wrapper
  .paragraph.svelte-g81dl6::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 10vw;
  right: 115%;
  top: 15%;
  background-color: white;
}
#content-container.about.svelte-g81dl6
  .content-wrapper
  .social-button-wrapper.svelte-g81dl6 {
  font-size: 3vh;
  margin-left: 13vw;
  margin-top: 4vh;
  display: inline-block;
}
#content-container.about.svelte-g81dl6
  .content-wrapper
  .social-button-wrapper.svelte-g81dl6
  *:not(:last-child) {
  margin-right: 2vw;
}
@media only screen and (max-width: 750px) {
  #content-container.about.svelte-g81dl6
    .content-wrapper
    .social-button-wrapper.svelte-g81dl6 {
    margin-left: 5vw;
  }
}
@media only screen and (max-width: 950px) {
  #content-container.about.svelte-g81dl6 .profile-image.svelte-g81dl6 {
    display: none;
  }
}
.horizontal-flex.svelte-g81dl6.svelte-g81dl6 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 13vw;
  margin-top: 12vh;
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 1080px) {
  .horizontal-flex.svelte-g81dl6.svelte-g81dl6 {
    flex-direction: column;
    padding: 0 8vw;
  }
}
.horizontal-flex.svelte-g81dl6 .list.svelte-g81dl6 {
  list-style-type: none;
  text-align: left;
}
@media only screen and (max-width: 1080px) {
  .horizontal-flex.svelte-g81dl6 .list.svelte-g81dl6 {
    margin-top: 10vh;
  }
}
.horizontal-flex.svelte-g81dl6 .list li.list-title.svelte-g81dl6 {
  letter-spacing: 0.6vh;
  font-size: 1.3vh;
  font-weight: bold;
}
.horizontal-flex.svelte-g81dl6 .list li.svelte-g81dl6 {
  font-family: "Questrial", sans-serif;
  text-transform: uppercase;
  font-size: 2vh;
  letter-spacing: 0.5vh;
  padding: 2vh 0;
  border-bottom: 1px solid #444;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  column-gap: 5vw;
  row-gap: 3vh;
}
.horizontal-flex.svelte-g81dl6 .list li img.svelte-g81dl6 {
  height: 2.3vh;
}
@media only screen and (max-width: 750px) {
  .paragraph.svelte-8vh7h4.svelte-8vh7h4 {
    font-size: 3.4vw !important;
  }
  .title.svelte-8vh7h4.svelte-8vh7h4 {
    font-size: 22vw;
  }
}
@media only screen and (min-width: 750px) {
  .title.svelte-8vh7h4.svelte-8vh7h4 {
    font-size: 19vh;
  }
}
@media only screen and (min-width: 950px) {
  .paragraph.svelte-8vh7h4.svelte-8vh7h4 {
    font-size: 1.8vh;
    line-height: 150%;
    width: 60%;
    letter-spacing: 0.05vw;
  }
}
@media only screen and (max-width: 950px) {
  .paragraph.svelte-8vh7h4.svelte-8vh7h4 {
    font-size: 2vw;
    line-height: 180% !important;
    letter-spacing: 0;
    width: 100% !important;
  }
}
.title.svelte-8vh7h4.svelte-8vh7h4 {
  color: white;
  font-weight: 700;
  font-style: normal;
  font-family: freight-big-pro, serif;
  text-transform: lowercase;
  line-height: 80%;
}
.paragraph.svelte-8vh7h4.svelte-8vh7h4 {
  font-family: "Questrial", sans-serif;
  color: white;
}
#content-container.svelte-8vh7h4.svelte-8vh7h4 {
  height: 100vh;
  width: 100vw;
  padding: 12vh 7vw;
  box-sizing: border-box;
  position: relative;
}
#content-container.svelte-8vh7h4 .content-wrapper.svelte-8vh7h4 {
  position: relative;
  height: 100%;
  box-sizing: border-box;
  z-index: 2;
}
#content-container.svelte-8vh7h4 .flex.svelte-8vh7h4 {
  z-index: 2;
  width: 95%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  box-sizing: border-box;
}
#content-container.svelte-8vh7h4 .flex .flex-wrapper.svelte-8vh7h4 {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#content-container.svelte-8vh7h4 .flex .flex-wrapper.second.svelte-8vh7h4 {
  margin-right: 5vw;
  justify-content: flex-end;
}
#content-container.svelte-8vh7h4 .flex .flex-wrapper h1.svelte-8vh7h4 {
  font-weight: 400;
  text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}
#content-container.svelte-8vh7h4 .flex .flex-wrapper .title-mask.svelte-8vh7h4 {
  overflow: hidden;
  display: inline-flex;
}
#content-container.svelte-8vh7h4 .flex .flex-wrapper .mask.svelte-8vh7h4 {
  overflow: hidden;
}
#content-container.svelte-8vh7h4
  .flex
  .flex-wrapper
  .h-signature.svelte-8vh7h4 {
  width: 35vh;
  margin-left: -6vh;
}
#content-container.svelte-8vh7h4 .flex .flex-wrapper .occupation.svelte-8vh7h4 {
  position: relative;
  margin-top: 8vh;
}
#content-container.svelte-8vh7h4
  .flex
  .flex-wrapper
  .action-mask.svelte-8vh7h4 {
  margin-top: 10vh;
  margin-right: 7vw;
  display: inline-flex;
  overflow: hidden;
}
#content-container.svelte-8vh7h4
  .flex
  .flex-wrapper
  .action-mask
  .action.svelte-8vh7h4 {
  font-size: 2vh;
  letter-spacing: 0.5vh;
  font-family: "Questrial", sans-serif;
  text-transform: uppercase;
  color: white;
  position: relative;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
#content-container.svelte-8vh7h4
  .flex
  .flex-wrapper
  .action-mask
  .action
  .mask.svelte-8vh7h4 {
  overflow: hidden;
  height: 2vh;
}
#content-container.svelte-8vh7h4
  .flex
  .flex-wrapper
  .action-mask
  .action
  .mask
  img.svelte-8vh7h4 {
  height: 2.3vh;
  margin-right: 1.5vh;
  animation: svelte-8vh7h4-scrollArrowLoop 3s ease infinite;
}
#content-container.svelte-8vh7h4 .parallax-wrapper.svelte-8vh7h4 {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 80%;
  height: 100%;
  margin-left: 5%;
  border-radius: 1.5vh;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: box-shadow 0.6s ease;
  -webkit-transition: box-shadow 0.6s ease;
}
@media only screen and (max-width: 1250px) {
  #content-container.svelte-8vh7h4 .parallax-wrapper.svelte-8vh7h4 {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 750px) {
  #content-container.svelte-8vh7h4 .parallax-wrapper.svelte-8vh7h4 {
    opacity: 0.3;
  }
}
#content-container.svelte-8vh7h4 .parallax-wrapper img.svelte-8vh7h4 {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 1.5vh;
}
@media only screen and (min-width: 1250px) {
  .h-signature.svelte-8vh7h4.svelte-8vh7h4 {
    display: none;
  }
  .occupation.svelte-8vh7h4.svelte-8vh7h4 {
    width: 100%;
  }
  #content-container.svelte-8vh7h4 .flex .svelte-8vh7h4 {
    text-align: left;
  }
}
@media only screen and (max-width: 1250px) {
  #content-container.svelte-8vh7h4 .flex .svelte-8vh7h4 {
    text-align: left;
  }
  .flex.svelte-8vh7h4.svelte-8vh7h4 {
    justify-content: center !important;
    width: 100% !important;
  }
  .flex.svelte-8vh7h4 .flex-wrapper.first.svelte-8vh7h4 {
    display: none !important;
  }
  .flex.svelte-8vh7h4 .flex-wrapper.second.svelte-8vh7h4 {
    justify-content: center !important;
    margin: 0;
  }
  .parallax-wrapper.svelte-8vh7h4.svelte-8vh7h4 {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 750px) {
  .occupation.svelte-8vh7h4.svelte-8vh7h4 {
    width: 70%;
  }
}
#signature.svelte-8vh7h4.svelte-8vh7h4 {
  stroke-dasharray: 2115.357177734375;
  stroke-dashoffset: 2115.357177734375;
  animation: svelte-8vh7h4-sign 2s ease-in forwards;
}
@keyframes svelte-8vh7h4-sign {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes svelte-8vh7h4-scrollArrowLoop {
  0% {
    transform: translateY(-120%);
  }
  30% {
    transform: translateY(0%);
  }
  70% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(120%);
  }
}
canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 750px) {
  .paragraph.svelte-c8m02q.svelte-c8m02q {
    font-size: 3.4vw !important;
  }
  .title.svelte-c8m02q.svelte-c8m02q {
    font-size: 22vw;
  }
}
@media only screen and (min-width: 750px) {
  .title.svelte-c8m02q.svelte-c8m02q {
    font-size: 19vh;
  }
}
@media only screen and (min-width: 950px) {
  .paragraph.svelte-c8m02q.svelte-c8m02q {
    font-size: 1.8vh;
    line-height: 150%;
    width: 60%;
    letter-spacing: 0.05vw;
  }
}
@media only screen and (max-width: 950px) {
  .paragraph.svelte-c8m02q.svelte-c8m02q {
    font-size: 2vw;
    line-height: 180% !important;
    letter-spacing: 0;
    width: 100% !important;
  }
}
.title.svelte-c8m02q.svelte-c8m02q {
  color: white;
  font-weight: 700;
  font-style: normal;
  font-family: freight-big-pro, serif;
  text-transform: lowercase;
  line-height: 80%;
}
.paragraph.svelte-c8m02q.svelte-c8m02q {
  font-family: "Questrial", sans-serif;
  color: white;
}
.button.svelte-c8m02q.svelte-c8m02q {
  font-family: "Questrial", sans-serif;
  text-transform: lowercase;
  color: white;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.button.svelte-c8m02q.svelte-c8m02q:not(.no-decor)::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: white;
}
#content-container.work-click-area.svelte-c8m02q
  .content-wrapper.svelte-c8m02q {
  display: flex;
  flex-direction: column;
  cursor: grab;
  position: relative;
}
#content-container.work-click-area.svelte-c8m02q
  .content-wrapper.disabled.svelte-c8m02q {
  cursor: default !important;
}
#content-container.work-click-area.svelte-c8m02q
  .content-wrapper.disabled
  .mobile
  ul.work-list.svelte-c8m02q {
  opacity: 0;
}
#content-container.work-click-area.svelte-c8m02q
  .content-wrapper
  .mobile.svelte-c8m02q {
  width: 100%;
  height: 100%;
  overflow-x: auto;
}
#content-container.work-click-area.svelte-c8m02q
  .content-wrapper
  .svelte-c8m02q {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#content-container.work-click-area.svelte-c8m02q
  .content-wrapper
  .details-container.svelte-c8m02q {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 14vw;
}
#content-container.work-click-area.svelte-c8m02q
  .content-wrapper
  .details-container
  .wrapper.svelte-c8m02q {
  text-align: left;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-basis: 100%;
}
#content-container.work-click-area.svelte-c8m02q
  .content-wrapper
  .details-container
  .wrapper
  .top-align
  .wrapper.svelte-c8m02q {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
  position: relative;
}
#content-container.work-click-area.svelte-c8m02q
  .content-wrapper
  .details-container
  .wrapper
  .top-align
  .wrapper
  h6.caption.svelte-c8m02q {
  position: relative;
  font-family: "Questrial", sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.9vh;
}
#content-container.work-click-area.svelte-c8m02q
  .content-wrapper
  .details-container
  .wrapper
  .top-align
  .wrapper
  .index.svelte-c8m02q {
  font-family: "Questrial", sans-serif;
  position: relative;
  font-size: 2.1vh;
}
#content-container.work-click-area.svelte-c8m02q
  .content-wrapper
  .details-container
  .wrapper
  .top-align
  .wrapper
  span.line.svelte-c8m02q {
  width: 300%;
  margin: 0 10%;
  height: 1.5px;
  background-color: white;
}
#content-container.work-click-area.svelte-c8m02q
  .content-wrapper
  .details-container
  .wrapper
  .mid-align.svelte-c8m02q {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
#content-container.work-click-area.svelte-c8m02q
  .content-wrapper
  .details-container
  .wrapper
  .mid-align
  h1.title.svelte-c8m02q {
  position: relative;
  font-family: freight-big-pro, serif;
  font-size: 7vw;
  text-transform: lowercase;
  font-weight: normal;
  word-wrap: break-word;
  white-space: normal;
  line-height: 90%;
}
#content-container.work-click-area.svelte-c8m02q
  .content-wrapper
  .details-container
  .wrapper
  .mid-align
  h1.title.breakTitleWords.svelte-c8m02q {
  display: inline-block;
  max-width: min-content;
}
#content-container.work-click-area.svelte-c8m02q
  .content-wrapper
  .details-container
  .wrapper
  .mid-align
  .close-button.svelte-c8m02q {
  cursor: pointer;
  font-size: 3.3vw;
}
@media only screen and (max-width: 750px) {
  #content-container.work-click-area.svelte-c8m02q
    .content-wrapper
    .details-container
    .wrapper
    .mid-align.svelte-c8m02q {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #content-container.work-click-area.svelte-c8m02q
    .content-wrapper
    .details-container
    .wrapper
    .mid-align
    h1.title.svelte-c8m02q {
    font-size: 16.5vw;
  }
  #content-container.work-click-area.svelte-c8m02q
    .content-wrapper
    .details-container
    .wrapper
    .mid-align
    .close-button-wrapper.svelte-c8m02q {
    position: absolute;
    top: 0;
    right: 0;
  }
  #content-container.work-click-area.svelte-c8m02q
    .content-wrapper
    .details-container
    .wrapper
    .mid-align
    .close-button-wrapper
    .close-button.svelte-c8m02q {
    font-size: 5vh;
  }
}
#content-container.work-click-area.svelte-c8m02q
  .content-wrapper
  .details-container
  .wrapper
  .bottom-align.svelte-c8m02q {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#content-container.work-click-area.svelte-c8m02q
  .content-wrapper
  .details-container
  .wrapper
  .bottom-align
  .svelte-c8m02q {
  flex-grow: 1;
  flex-basis: 0;
}
#content-container.work-click-area.svelte-c8m02q
  .content-wrapper
  .details-container
  .wrapper
  .bottom-align
  p.svelte-c8m02q {
  font-size: 1.3vh;
  width: 60%;
}
#content-container.work-click-area.svelte-c8m02q
  .content-wrapper
  .details-container
  .wrapper
  .bottom-align
  .roles.svelte-c8m02q {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#content-container.work-click-area.svelte-c8m02q
  .content-wrapper
  .details-container
  .wrapper
  .bottom-align
  .roles
  .descriptor.svelte-c8m02q {
  line-height: 270%;
  letter-spacing: 0.5vh;
  font-family: "Questrial", sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.4vh;
}
#content-container.work-click-area.svelte-c8m02q
  .content-wrapper
  .details-container
  .wrapper
  .bottom-align
  .roles
  ul.svelte-c8m02q {
  list-style-type: none;
  display: flex;
  flex-direction: column;
}
#content-container.work-click-area.svelte-c8m02q
  .content-wrapper
  .details-container
  .wrapper
  .bottom-align
  .roles
  ul
  li.svelte-c8m02q {
  font-family: "Questrial", sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.7vh;
  line-height: 160%;
}
#content-container.work-click-area.svelte-c8m02q
  .content-wrapper
  .details-container
  .wrapper
  .bottom-align
  .links.svelte-c8m02q {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#content-container.work-click-area.svelte-c8m02q
  .content-wrapper
  .details-container
  .wrapper
  .bottom-align
  .links
  div.line.svelte-c8m02q {
  content: "";
  position: absolute;
  top: 150%;
  left: 50%;
  width: 1.2px;
  background-color: white;
  height: 5vh;
}
#content-container.work-click-area.svelte-c8m02q
  .content-wrapper
  .details-container
  .wrapper
  .bottom-align
  .links
  .button.svelte-c8m02q {
  font-size: 1.3vw;
  letter-spacing: 0.2vw;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 160%;
}
#content-container.work-click-area.svelte-c8m02q
  .content-wrapper
  .details-container
  .wrapper
  .bottom-align
  .links
  .underline.svelte-c8m02q {
  display: none;
}
@media only screen and (max-width: 750px) {
  #content-container.work-click-area.svelte-c8m02q
    .content-wrapper
    .details-container
    .wrapper
    .bottom-align.svelte-c8m02q {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #content-container.work-click-area.svelte-c8m02q
    .content-wrapper
    .details-container
    .wrapper
    .bottom-align
    p.svelte-c8m02q {
    font-size: 1.6vh !important;
  }
  #content-container.work-click-area.svelte-c8m02q
    .content-wrapper
    .details-container
    .wrapper
    .bottom-align
    .links.svelte-c8m02q {
    margin: 2vh 0;
    align-items: flex-start;
  }
  #content-container.work-click-area.svelte-c8m02q
    .content-wrapper
    .details-container
    .wrapper
    .bottom-align
    .links
    .button.svelte-c8m02q {
    font-size: 2vh;
    position: relative;
  }
  #content-container.work-click-area.svelte-c8m02q
    .content-wrapper
    .details-container
    .wrapper
    .bottom-align
    .links
    .underline.svelte-c8m02q {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: white;
  }
  #content-container.work-click-area.svelte-c8m02q
    .content-wrapper
    .details-container
    .wrapper
    .bottom-align
    .links
    div.line.svelte-c8m02q {
    display: none;
  }
}
#content-container.work-click-area.svelte-c8m02q
  .content-wrapper
  ul.work-list.svelte-c8m02q {
  margin-top: auto;
  margin: auto 0;
  padding: 0 5vw;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 75vh;
  min-width: min-content;
  opacity: 1;
  transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
}
#content-container.work-click-area.svelte-c8m02q
  .content-wrapper
  ul.work-list.hold
  .list-item.svelte-c8m02q {
  height: 45vh !important;
}
#content-container.work-click-area.svelte-c8m02q
  .content-wrapper
  ul.work-list
  .list-item.svelte-c8m02q {
  display: inline-flex;
  justify-content: flex-end;
  overflow: hidden;
  height: 55vh;
  width: 23vw;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  z-index: 3;
  margin-right: 6vw;
  transition: width 0.7s cubic-bezier(0.25, 1, 0.5, 1),
    height 0.7s cubic-bezier(0.25, 1, 0.5, 1),
    margin 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
#content-container.work-click-area.svelte-c8m02q
  .content-wrapper
  ul.work-list
  .list-item
  .svelte-c8m02q {
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}
#content-container.work-click-area.svelte-c8m02q
  .content-wrapper
  ul.work-list
  .list-item.active.svelte-c8m02q {
  height: 60vh;
  width: 50vw;
  margin-right: 16vw;
  margin-left: 10vw;
}
#content-container.work-click-area.svelte-c8m02q
  .content-wrapper
  ul.work-list
  .list-item.active
  .img-wrapper.svelte-c8m02q {
  width: 100%;
}
#content-container.work-click-area.svelte-c8m02q
  .content-wrapper
  ul.work-list
  .list-item.ambient.svelte-c8m02q {
  height: 45vh;
}
#content-container.work-click-area.svelte-c8m02q
  .content-wrapper
  ul.work-list
  .list-item
  .hidden.svelte-c8m02q {
  opacity: 0;
}
#content-container.work-click-area.svelte-c8m02q
  .content-wrapper
  ul.work-list
  .list-item
  .img-wrapper.svelte-c8m02q {
  overflow: hidden;
  height: 100%;
  z-index: 1;
  position: relative;
  width: 85%;
  margin-right: 15%;
  box-shadow: 3px 9px 18px rgba(0, 0, 0, 0.2);
}
#content-container.work-click-area.svelte-c8m02q
  .content-wrapper
  ul.work-list
  .list-item
  .img-wrapper
  img.svelte-c8m02q {
  height: 110%;
  width: 110%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  opacity: 0.5;
}
#content-container.work-click-area.svelte-c8m02q
  .content-wrapper
  ul.work-list
  .list-item
  .text-top-wrapper.svelte-c8m02q {
  position: absolute;
  top: 6vh;
  right: 0;
  z-index: 2;
  word-wrap: break-word;
  white-space: normal;
  text-align: right;
}
#content-container.work-click-area.svelte-c8m02q
  .content-wrapper
  ul.work-list
  .list-item
  .text-top-wrapper
  .item-index.svelte-c8m02q {
  font-size: 1vw;
  letter-spacing: 0.1vw;
  text-transform: uppercase;
  font-family: "Questrial", sans-serif;
}
#content-container.work-click-area.svelte-c8m02q
  .content-wrapper
  ul.work-list
  .list-item
  .text-wrapper.svelte-c8m02q {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  bottom: 10vh;
  right: 0;
  text-align: right;
  z-index: 2;
}
#content-container.work-click-area.svelte-c8m02q
  .content-wrapper
  ul.work-list
  .list-item
  .text-wrapper
  .button.svelte-c8m02q {
  font-size: 1.3vw;
  letter-spacing: 0.1vw;
  margin-top: 2vh;
  text-transform: uppercase;
}
#content-container.work-click-area.svelte-c8m02q
  .content-wrapper
  ul.work-list
  .list-item
  .text-wrapper
  .item-title.svelte-c8m02q {
  font-family: "Questrial", sans-serif;
  font-weight: normal;
  font-size: 2.5vw;
  z-index: 0;
  opacity: 1;
  letter-spacing: 0.1vw;
  line-height: 110%;
  word-spacing: 80vw;
  text-transform: lowercase;
  word-wrap: break-word;
  white-space: normal;
}
#content-container.work-click-area.svelte-c8m02q
  .content-wrapper
  ul.work-list
  .list-item
  .text-wrapper
  .inline-wrapper
  .svelte-c8m02q {
  display: inline-block;
}
@media only screen and (max-width: 1450px) {
  #content-container.work-click-area.svelte-c8m02q
    .content-wrapper
    ul.work-list
    .list-item.svelte-c8m02q {
    width: 25vw;
  }
}
@media only screen and (max-width: 1110px) {
  #content-container.work-click-area.svelte-c8m02q
    .content-wrapper
    ul.work-list
    .list-item.svelte-c8m02q {
    width: 40vw;
  }
  #content-container.work-click-area.svelte-c8m02q
    .content-wrapper
    ul.work-list
    .list-item
    .text-top-wrapper
    .item-index.svelte-c8m02q {
    font-size: 2vh;
  }
  #content-container.work-click-area.svelte-c8m02q
    .content-wrapper
    ul.work-list
    .list-item
    .text-wrapper.svelte-c8m02q {
    width: calc(55vw - 10vh);
  }
  #content-container.work-click-area.svelte-c8m02q
    .content-wrapper
    ul.work-list
    .list-item
    .text-wrapper
    .item-title.svelte-c8m02q {
    font-size: 5vw;
  }
  #content-container.work-click-area.svelte-c8m02q
    .content-wrapper
    ul.work-list
    .list-item
    .text-wrapper
    .item-link.svelte-c8m02q {
    font-size: 2vh;
  }
}
@media only screen and (max-width: 650px) {
  #content-container.work-click-area.svelte-c8m02q
    .content-wrapper
    ul.work-list
    .list-item.svelte-c8m02q {
    width: 75vw;
  }
  #content-container.work-click-area.svelte-c8m02q
    .content-wrapper
    ul.work-list
    .list-item
    .text-wrapper.svelte-c8m02q {
    width: calc(70vw - 10vh);
  }
  #content-container.work-click-area.svelte-c8m02q
    .content-wrapper
    ul.work-list
    .list-item
    .text-wrapper
    .item-title.svelte-c8m02q {
    font-size: 4.5vh;
  }
}
@media only screen and (max-width: 750px) {
}
@media only screen and (min-width: 750px) {
}
@media only screen and (min-width: 950px) {
}
@media only screen and (max-width: 950px) {
}
.button.svelte-1pljenv.svelte-1pljenv {
  font-family: "Questrial", sans-serif;
  text-transform: lowercase;
  color: white;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.button.svelte-1pljenv.svelte-1pljenv:not(.no-decor)::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: white;
}
.footer-wrapper.svelte-1pljenv.svelte-1pljenv {
  width: 100vw;
  background-color: #131314;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 15vh 13vw;
  margin-top: 25vh;
  box-sizing: border-box;
}
@media only screen and (max-width: 950px) {
  .footer-wrapper.svelte-1pljenv .flex-wrapper.decor.svelte-1pljenv {
    display: none !important;
  }
}
@media only screen and (max-width: 950px) {
  .footer-wrapper.svelte-1pljenv.svelte-1pljenv {
    flex-direction: column-reverse;
  }
  .footer-wrapper.svelte-1pljenv
    .flex-wrapper.svelte-1pljenv:not(:first-child) {
    margin-bottom: 15vh;
  }
}
.footer-wrapper.svelte-1pljenv .inline-flex.svelte-1pljenv {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.footer-wrapper.svelte-1pljenv .logo-wrapper.svelte-1pljenv {
    
  margin-bottom: 5vh;
}
.footer-wrapper.svelte-1pljenv .logo-wrapper .logo.svelte-1pljenv {
  display: none;
  height: 15vh;
  width: 15vh;
  position: relative;
  right: 28px;
  margin-top: -20px;
}
.footer-wrapper.svelte-1pljenv
  .status-wrapper
  .button.large-text.svelte-1pljenv {
  margin-top: 2vh;
}
.footer-wrapper.svelte-1pljenv .credits-wrapper.svelte-1pljenv {
  margin-top: 5vh;
  color: rgba(255, 255, 255, 0.3);
}
.footer-wrapper.svelte-1pljenv .credits-wrapper p.year.svelte-1pljenv {
  margin-bottom: 1vh;
  font-family: "Questrial", sans-serif;
  font-size: 1.8vh;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.3);
}
.footer-wrapper.svelte-1pljenv .credits-wrapper .credits.svelte-1pljenv {
    
  font-size: 1.5vh;
  line-height: 125%;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.3);
}
.footer-wrapper.svelte-1pljenv .large-text.svelte-1pljenv {
  font-size: 2.5vh;
}
@media only screen and (max-width: 950px) {
  .footer-wrapper.svelte-1pljenv .large-text br.svelte-1pljenv {
    display: none;
  }
}
.footer-wrapper.svelte-1pljenv .flex-wrapper.decor.svelte-1pljenv {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer-wrapper.svelte-1pljenv
  .flex-wrapper.decor
  .name-signature.svelte-1pljenv {
  width: 20vh;
}
#signature.svelte-1pljenv.svelte-1pljenv {
    display: none;
  stroke-dasharray: 2115.357177734375;
  stroke-dashoffset: 2115.357177734375;
}
@media only screen and (max-width: 750px) {
}
@media only screen and (min-width: 750px) {
}
@media only screen and (min-width: 950px) {
}
@media only screen and (max-width: 950px) {
}
.page-cover.svelte-e5aybl.svelte-e5aybl {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  background-color: #222224;
}
.page-cover.svelte-e5aybl .loader-wrapper.svelte-e5aybl {
  position: relative;
  display: block;
  height: 0.1rem;
  width: 20rem;
}
.page-cover.svelte-e5aybl .loader-wrapper .loader.svelte-e5aybl,
.page-cover.svelte-e5aybl .loader-wrapper .loader-background.svelte-e5aybl {
  position: absolute;
  top: 0;
  height: 100%;
}
.page-cover.svelte-e5aybl .loader-wrapper .loader-background.svelte-e5aybl {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
}
.page-cover.svelte-e5aybl .loader-wrapper .loader.svelte-e5aybl {
  background-color: white;
  transition: width 0.8s ease;
}
.page-cover.svelte-e5aybl .loader-wrapper .outro.svelte-e5aybl {
  transition: width 0.8s ease;
  right: 0 !important;
  width: 0;
}
.nav-wrapper.svelte-1vztzpp.svelte-1vztzpp {
  width: 100vw;
  margin: 0 auto;
  padding: 0 7vw;
  box-sizing: border-box;
  display: block;
  z-index: 100;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.nav-wrapper.svelte-1vztzpp .flex-wrapper.ico.svelte-1vztzpp {
  overflow: hidden;
  height: 10vh;
  width: 10vh;
  position: relative;
  right: 15px;
  mix-blend-mode: exclusion;
  cursor: pointer;
}
.nav-wrapper.svelte-1vztzpp .flex-wrapper.ico .logo-icon.svelte-1vztzpp {
  position: relative;
  display: none;
  height: 100%;
  width: 100%;
}
.nav-wrapper.svelte-1vztzpp .player.svelte-1vztzpp {
  top: 80vh;
  position: fixed;
}
.nav-wrapper.svelte-1vztzpp .player .song.svelte-1vztzpp {
  display: none;
}
.nav-wrapper.svelte-1vztzpp .player .song.playing.svelte-1vztzpp {
  display: block;
  margin-bottom: 10px;
}
.nav-wrapper.svelte-1vztzpp .player .song.playing button.svelte-1vztzpp,
.nav-wrapper.svelte-1vztzpp
  .player
  .song.playing
  span.svelte-1vztzpp:nth-child(1) {
  display: none;
}
.nav-wrapper.svelte-1vztzpp .player .controls.svelte-1vztzpp {
  width: fit-content;
  filter: contrast(0.3);
}
.nav-wrapper.svelte-1vztzpp .player .controls button.svelte-1vztzpp {
  background-color: transparent;
  border: none;
}
@media only screen and (min-width: 950px) {
  .nav-wrapper.svelte-1vztzpp ul.nav-list.svelte-1vztzpp {
    list-style-type: none;
    mix-blend-mode: exclusion;
    overflow: hidden;
  }
  .nav-wrapper.svelte-1vztzpp ul.nav-list li.svelte-1vztzpp {
    font-family: "Questrial", sans-serif;
    text-transform: uppercase;
    font-size: 2vh;
    letter-spacing: 0.2vh;
    display: inline-flex;
  }
  .nav-wrapper.svelte-1vztzpp ul.nav-list li.mobile.svelte-1vztzpp {
    display: none;
  }
  .nav-wrapper.svelte-1vztzpp ul.nav-list li div.svelte-1vztzpp {
    display: inline-block;
    cursor: pointer;
  }
  .nav-wrapper.svelte-1vztzpp ul.nav-list li a.svelte-1vztzpp {
    display: inline-block;
    color: white;
    text-decoration: none;
  }
  .nav-wrapper.svelte-1vztzpp
    ul.nav-list
    li.svelte-1vztzpp:not(.mobile):not(:last-child)::after {
    margin-right: 0.3vw;
    margin-left: 0.5vw;
    content: "-";
  }
}
@media only screen and (max-width: 950px) {
  .nav-wrapper.svelte-1vztzpp .wrapper.svelte-1vztzpp {
    position: fixed;
    top: -10.1vh;
    right: 0;
    height: 100vh;
    width: 0vw;
    background-color: #131314;
    transition: 0.9s cubic-bezier(0.58, 0.14, 0.06, 0.97) width;
    -webkit-transition: 0.9s cubic-bezier(0.58, 0.14, 0.06, 0.97) width;
    -moz-transition: 0.9s cubic-bezier(0.58, 0.14, 0.06, 0.97) width;
    overflow: hidden !important;
  }
  .nav-wrapper.svelte-1vztzpp .wrapper ul.nav-list.svelte-1vztzpp {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10vw;
    padding-top: 10vh;
    overflow: hidden !important;
  }
  .nav-wrapper.svelte-1vztzpp .wrapper.mobileActive.svelte-1vztzpp {
    left: 0;
    width: 100vw;
  }
  .nav-wrapper.svelte-1vztzpp .wrapper li.svelte-1vztzpp {
    font-family: "Questrial", sans-serif;
    font-weight: bolder;
    text-transform: lowercase;
    font-size: 9vw;
    display: inline-flex;
    box-sizing: border-box;
    padding: 2vh 0;
  }
  .nav-wrapper.svelte-1vztzpp .wrapper li.svelte-1vztzpp:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .nav-wrapper.svelte-1vztzpp .wrapper li div.svelte-1vztzpp {
    display: inline-block;
    cursor: pointer;
  }
  .nav-wrapper.svelte-1vztzpp .wrapper li a.svelte-1vztzpp {
    display: inline-block;
    color: white;
    cursor: pointer;
    text-decoration: none;
  }
}
.nav-wrapper.svelte-1vztzpp .mask.svelte-1vztzpp {
  overflow: hidden;
}
.nav-wrapper.svelte-1vztzpp .hb-button.svelte-1vztzpp {
  cursor: pointer;
  position: relative;
  z-index: 21;
}
.nav-wrapper.svelte-1vztzpp .hb-button .svelte-1vztzpp {
  display: inline-block;
  vertical-align: middle;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
.nav-wrapper.svelte-1vztzpp .hb-button .hb.svelte-1vztzpp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 5px;
  width: 3vh;
  height: 2.2vh;
  margin-right: 1.5vh;
  transition: row-gap 1s ease;
  -webkit-transition: row-gap 1s ease;
  -moz-transition: row-gap 1s ease;
}
.nav-wrapper.svelte-1vztzpp .hb-button .hb span.svelte-1vztzpp {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  display: block;
  position: relative;
  top: 0;
  right: 0;
  height: 2px;
  width: 100%;
  background-color: white;
}
.nav-wrapper.svelte-1vztzpp .hb-button.mobileActive .hb.svelte-1vztzpp {
  row-gap: 0px;
}
.nav-wrapper.svelte-1vztzpp .hb-button.mobileActive .hb span.svelte-1vztzpp {
  background-color: white;
}
.nav-wrapper.svelte-1vztzpp
  .hb-button.mobileActive
  .hb
  span.svelte-1vztzpp:nth-child(1) {
  transform: translateY(100%) rotate(-45deg);
  width: 100%;
}
.nav-wrapper.svelte-1vztzpp
  .hb-button.mobileActive
  .hb
  span.svelte-1vztzpp:nth-child(2) {
  width: 0%;
}
.nav-wrapper.svelte-1vztzpp
  .hb-button.mobileActive
  .hb
  span.svelte-1vztzpp:nth-child(3) {
  transform: translateY(-100%) rotate(45deg);
  width: 100%;
}
@media only screen and (min-width: 950px) {
  .hb-button.svelte-1vztzpp.svelte-1vztzpp {
    display: none;
  }
}
@media only screen and (max-width: 950px) {
  .hb-button.svelte-1vztzpp.svelte-1vztzpp {
    display: block;
  }
}
