/* locomotive-scroll v4.1.0 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
  overflow: hidden;
}
html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.has-scroll-smooth body {
  overflow: hidden;
}
.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}
[data-scroll-direction=horizontal] [data-scroll-container] {
  white-space: nowrap;
  height: 100vh;
  display: inline-block;
  white-space: nowrap;
}
[data-scroll-direction=horizontal] [data-scroll-section] {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  height: 100%;
}
@font-face {
  font-family: 'pls';
  src: url("fonts/polysans/PolySans-Slim.woff2") format('woff2'), url("fonts/polysans/PolySans-Slim.woff") format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'pls';
  src: url("fonts/polysans/PolySans-Neutral.woff2") format('woff2'), url("../fonts/polysans/PolySans-Neutral.woff") format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'pls';
  src: url("fonts/polysans/PolySans-Median.woff2") format('woff2'), url("fonts/polysans/PolySans-Median.woff") format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'htc';
  src: url("fonts/polysans/PolySans-Bulky.woff2") format('woff2'), url("fonts/polysans/PolySans-Bulky.woff") format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'htc';
  src: url("fonts/helvetica/helveticaneue-01-webfont.woff2") format('woff2'), url("fonts/helvetica/helveticaneue-01-webfont.woff") format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'htc';
  src: url("fonts/helvetica/helveticaneue-bold-02-webfont.woff2") format('woff2'), url("fonts/helvetica/helveticaneue-bold-02-webfont.woff") format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'htc';
  src: url("fonts/helvetica/helveticaneue-light-08-webfont.woff2") format('woff2'), url("fonts/helvetica/helveticaneue-light-08-webfont.woff") format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'htc';
  src: url("fonts/helvetica/helveticaneue-medium-11-webfont.woff2") format('woff2'), url("fonts/helvetica/helveticaneue-medium-11-webfont.woff") format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body,
h1,
h2,
h3,
p,
a,
span,
li,
ol,
ul,
label,
input,
button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pt2 {
  padding-top: 3.941vh;
}
.pt3 {
  padding-top: 5.067vh;
}
.pt35 {
  padding-top: 6.755999999999999vh;
}
.pt4 {
  padding-top: 10.1903vh;
}
.pt45 {
  padding-top: 11.823vh;
}
.pt5 {
  padding-top: 15.538799999999998vh;
}
.pt6 {
  padding-top: 22.52vh;
}
.pl3 {
  padding-left: 5.63vh;
}
.pl5 {
  padding-left: 15.538799999999998vh;
}
.pr3 {
  padding-right: 5.63vh;
}
.pr4 {
  padding-right: 10.1903vh;
}
.pr5 {
  padding-right: 15.538799999999998vh;
}
.pr6 {
  padding-right: 22.52vh;
}
.pb2 {
  padding-bottom: 3.941vh;
}
.pb3 {
  padding-bottom: 5.067vh;
}
.mr3 {
  margin-right: 5.63vh;
}
html {
  overflow-x: hidden;
  height: -webkit-fill-available;
  scroll-behavior: smooth;
}
body {
  background-color: #fff;
  margin: 0;
  padding: 0;
  transition: opacity ease-out 400ms;
  font-family: "htc";
  background: #000;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html,
body {
  min-height: 100vh;
}
.t1,
.content_text_small {
  font-family: "pls";
  text-transform: uppercase;
  font-size: 25.8vh;
  line-height: 75.5%;
  letter-spacing: -0.06em;
  position: relative;
  margin-left: -0.06em !important;
  margin-top: -0.05em !important;
}
.p1 {
  font-family: "htc";
  font-size: 2.11vh;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  white-space: normal;
}
.p2,
input {
  line-height: 128.5%;
  font-family: "htc";
  letter-spacing: -0.025em;
  font-size: 2.7vh;
  white-space: normal;
}
.p3 {
  line-height: 128.5%;
  font-family: "htc";
  letter-spacing: -0.025em;
  font-size: 2.11vh;
  white-space: normal;
}
.p4 {
  font-family: 'htc';
  font-weight: 500;
  font-size: 4.61vh;
  line-height: 109.5%;
  letter-spacing: -0.015em;
  white-space: normal;
}
.span1 {
  width: 78vh;
}
.main {
  height: 100vh;
  width: 100vw;
  display: flex;
  background-color: #000;
}
.main .stage {
  background: #000;
  height: 100vh;
  flex: 1;
  overflow: hidden;
  transition: opacity 1.15s ease-in-out;
}
.main .menu {
  width: 5.63vh;
  background-color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  border-left: solid 1px #777;
  position: relative;
  z-index: 3;
  transition: 1.15s ease-in-out;
  overflow: visible;
}
.main .menu .menu_top {
  transform: rotate(90deg) translateX(67%) translateY(5%);
  white-space: nowrap;
}
.main .menu .menu_bottom {
  transform: rotate(90deg) translateX(-85%) translateY(5%);
}
.main .menu .menu_button {
  width: 1.8579vh;
  height: 4vh;
  display: flex;
  justify-content: space-between;
}
.main .menu .menu_button span {
  height: 100%;
  width: 1.5px;
  background: #000;
  display: block;
  transition: 1.15s ease-in-out;
  transform: rotate(0deg) translateX(0);
}
.menu_active .stage {
  pointer-events: none;
}
.menu_active .menu_button .menu_button3 {
  transform: translateY(0.4vh) rotate(45deg) translateX(-1.1vh) !important;
}
.menu_active .menu_button .menu_button1 {
  transform: translateY(0.4vh) rotate(-45deg) translateX(1.1vh) !important;
}
.menu_active .menu_button .menu_button2 {
  opacity: 0;
}
.menu_active .stage {
  opacity: 0.2;
}
.content-container {
  display: flex;
  flex-direction: row;
  position: relative;
  width: 100%;
  height: auto;
}
.section {
  position: relative;
  top: 0;
}
.section.section_hidden {
  width: 0 !important;
}
.part {
  max-height: 100vh;
  height: 100vh;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
.part.part_100 {
  width: calc(100vw - 5.63vh);
  min-width: calc(100vw - 5.63vh);
}
.part.part_75 {
  min-width: 75vw;
  width: 75vw;
}
.part.part_50 {
  min-width: 50vw;
  width: 50vw;
}
.part_white {
  background-color: #fff;
}
.part_black {
  background-color: #000;
}
.part_accent {
  background-color: #b6baa7;
  color: #fff;
}
.part_accent div,
.part_accent h1,
.part_accent h2,
.part_accent p,
.part_accent label,
.part_accent input,
.part_accent input::placeholder {
  color: #fff;
}
.part_left {
  border-left: solid 1px #777;
}
.part_overflow {
  overflow: visible;
  z-index: 4;
  position: relative;
}
.content_layout {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.content_layout.content_layout_horizontal {
  flex-direction: row;
}
.content_layout.content_layout_bottom {
  justify-content: space-between;
}
.menu_items {
  position: fixed;
  right: 5.63vh;
  margin-right: -1px;
  top: 0;
  width: 0;
  height: 100vh;
  overflow: hidden;
  bottom: 0;
  z-index: 2;
  display: flex;
  background: #fff;
  overflow: hidden;
  border-left: solid 1px #777;
}
.menu_items .menu_head {
  flex: 1;
  position: relative;
}
.menu_items .menu_head .menu_headlabel {
  position: absolute;
  rop: 0;
  left: 0;
}
.menu_items .menu_head .menu_head_title {
  position: absolute;
  bottom: 0;
  left: 0;
}
.menu_items .menu_head .menu_head_text {
  width: 28vw;
}
.menu_items .menu_item {
  height: 100%;
  transition: 1.2s ease-out;
  border-right: solid 1px #777;
  background-color: #fff;
  margin: 0;
  width: auto;
  padding: 3.941vh 0;
  display: flex;
  writing-mode: tb-rl;
  transform: rotate(-180deg);
  font-weight: 700;
  cursor: pointer;
  overflow: hidden;
  min-width: 14vh;
  width: 14vh;
  justify-content: flex-start;
  align-items: center;
}
.menu_items .menu_item:hover {
  background: #b6baa7;
}
.menu_items .menu_item span {
  position: absolute;
  bottom: 7.9vh;
  left: 0;
  right: 0;
  display: block;
  transform: rotate(90deg);
  text-align: center;
  pointer-events: none;
}
.part_map {
  width: 50vw;
}
.map_inner {
  width: 100%;
  height: 100%;
}
.marker {
  background-color: #b6baa7;
  width: 3.941vh;
  height: 3.941vh;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}
.marker:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: " ";
  background: #b6baa7;
  opacity: 0.3;
  border-radius: 50%;
  transform: scale(1);
  opacity: 1;
  animation: pulse 2s infinite;
}
.part_fixed {
  max-height: 100vh;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: calc(1px + 100vw - 5.63vh);
  pointer-events: none;
  display: flex;
}
.part_navigation {
  height: 100vh;
  transition: background 1.2s ease-out;
  border-right: solid 1px #777;
  border-left: solid 1px #777;
  background-color: #fff;
  margin: 0;
  padding: 3.941vh 0;
  height: 100%;
  display: block;
  writing-mode: tb-rl;
  transform: rotate(-180deg);
  font-weight: 700;
  cursor: pointer;
  overflow: hidden;
  min-width: 10vh;
  width: 10vh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  pointer-events: auto;
  margin-left: -1px;
}
.part_navigation.maxi {
  width: 14vh;
  min-width: 14vh;
}
.part_navigation:hover {
  background: #b6baa7;
}
.part_navigation span {
  position: absolute;
  bottom: 5.8vh;
  left: 0;
  right: 0;
  display: block;
  transform: rotate(90deg);
  text-align: center;
  pointer-events: none;
}
.part_navigation_index[data-id="2"] {
  position: absolute;
  right: calc(10vh - 1px);
}
.part_navigation_index[data-id="3"] {
  right: 0;
  position: absolute;
}
.part_navigation_index[data-id="2"].past {
  position: absolute;
  left: calc(10vh - 1px);
}
.part_navigation_index[data-id="3"].past {
  right: 0;
  left: calc(10vh * 2 - 2px);
}
.part_navigation_index.scrolling {
  opacity: 0;
  pointer-events: none;
}
.content_intro {
  position: fixed;
  z-index: 20;
  width: 100vw;
  height: 100vh;
  top: 0;
  right: 0;
  pointer-events: none;
  overflow: hidden;
}
.content_intro .content_intro_inner {
  position: absolute;
  right: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: #b6baa7;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.content_intro .content_intro_inner > div {
  height: 0;
  flex: 1 1 0;
  border-left: solid 1px #fff;
}
.content_intro .content_intro_inner > div:nth-child(2) {
  flex: 1.67 1 0;
}
.content_intro .content_intro_inner > div:nth-child(5) {
  flex: 1.67 1 0;
}
.content_image {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.content_image img {
  transform: scale(1.3);
  transform-origin: center;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.content_image2 {
  width: 50vw;
  height: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
.content_image2 img {
  transform-origin: center;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.content_zoom img {
  overflow: hidden;
  transform: scale(1.3);
  transform-origin: center;
  opacity: 0;
}
.content_zoom_intro img {
  overflow: hidden;
  transform: translateX(-20%);
  opacity: 0;
}
.content_zoom_scroll img {
  transition: 1.2s ease-out;
  transform: scale(1.3);
  opacity: 0.5;
}
.content_zoom_scroll.is-inview img {
  transform: scale(1);
  opacity: 1;
}
.content_fade_scroll1 {
  transition: 0.4s ease-out;
  transform: translateY(-5%);
  opacity: 0;
}
.content_fade_scroll1.is-inview {
  transform: translateY(0);
  opacity: 1;
}
.content_fade_scroll2 {
  transition: 0.4s ease-out;
  transform: translateY(-5%);
  opacity: 0;
  transition-delay: 0.2s;
}
.content_fade_scroll2.is-inview {
  transform: translateY(0);
  opacity: 1;
}
.content_bottom {
  position: absolute;
  bottom: 3.941vh;
  right: 5.63vh;
  display: flex;
}
.content_bottom img {
  height: 2.815vh;
  width: auto;
}
.content_bottom a {
  color: inherit;
  border-bottom: solid 1px #000;
  font-weight: 700;
  display: block;
  margin-left: 5.63vh;
  transition: 0.4s ease-out;
}
.content_bottom a.imglink {
  border-bottom: none;
}
.content_bottom a:hover {
  opacity: 0.5;
  color: inherit;
  text-decoration: none;
}
.project_thumb {
  min-width: 200px;
  flex: 1;
  height: 100%;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  position: relative;
}
.project_thumb .project_thumb_title {
  height: 0;
  overflow: hidden;
  transition: 0.4s ease-out;
  border-bottom: solid 1px transparent;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: #fff;
  pointer-events: none;
}
.project_thumb .project_thumb_title h3 {
  font-weight: 700;
}
.project_thumb .project_thumb_title h3,
.project_thumb .project_thumb_title p {
  margin: 0;
}
.project_thumb .project_thumb_title p {
  padding-bottom: 1.689vh;
}
.project_thumb .project_thumb_image {
  height: 100%;
  width: 67vh;
  overflow: hidden;
  background: #000;
  pointer-events: none;
}
.project_thumb .project_thumb_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project_thumb:hover .project_thumb_title {
  height: 11.823vh;
  border-color: #777;
}
.project_thumb:hover .project_thumb_image img {
  transform: scale(1.3);
}
.content_form_footer {
  position: absolute;
  left: 0;
  bottom: 0;
}
.content_form_submit {
  position: absolute;
  right: 5.63vh;
  bottom: 3.941vh;
  width: 18.7vh;
  height: 18.7vh;
  background: transparent;
  border-radius: 50%;
  color: #fff !important;
  border: solid 1.5px #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8.32vh;
  font-family: 'pls';
  cursor: pointer;
  transition: 1.15s ease-in-out;
}
.content_form_submit:hover {
  background: #fff;
  color: #b6baa7 !important;
}
.x1 {
  padding-top: 16.5vh;
}
.x2 {
  margin-right: -18vh;
}
.x3 {
  width: 50vw;
  margin-top: 24vh !important;
  height: 76vh !important;
}
.x4 {
  width: 50vw;
  height: 93vh;
  margin-left: -25vw;
  margin-right: -11vw;
}
.x5 {
  width: 50vw;
  border-bottom: solid 3.941vh #fff;
}
.x6 {
  width: 50vw;
  border-top: solid 3.941vh #fff;
}
.x7 {
  width: 82.2vh;
}
.x8 {
  min-width: 28vw;
}
#home .intro_scroll {
  position: absolute;
  bottom: 3.941vh;
  right: 5.63vh;
  color: #fff;
}
#home .intro_text {
  position: absolute;
  top: 3.941vh;
  right: 10.1903vh;
  color: #fff;
}
#home .intro_logo {
  position: absolute;
  top: 3.941vh;
  left: 5.63vh;
  color: #fff;
  margin: 0;
}
#home .intro_title {
  position: absolute;
  z-index: 3;
  color: #fff;
  bottom: 5.63vh;
  left: 5.63vh;
  margin: 0 0 1.4vmin 0;
  width: 100%;
  opacity: 0;
  transform: translateX(-31%);
}
#home .intro_title > div {
  display: flex;
}
#home .intro_title span {
  display: block;
}
#home .intro_title .intro_title1 {
  transform: translateX(-6%);
}
#projects img {
  filter: grayscale(20%) brightness(1.1);
}
form {
  display: flex;
}
form > div {
  flex: 1;
}
input {
  background: transparent;
  border: none;
  border-bottom: solid 1px #fff;
  height: 6.755999999999999vh;
  margin-bottom: 5.63vh !important;
  display: block;
  width: 100%;
  padding: 0;
}
input::placeholder {
  opacity: 1;
}
input:active,
input:focus {
  outline: none;
  border: none;
}
/*MENU*/
.content-container2 {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.content_load {
  display: none;
}
.moveup {
  height: 100vh;
}
.movedown {
  position: absolute;
  top: 100vh;
  left: 0;
}
.ball {
  width: 40px;
  height: 40px;
  position: fixed;
  top: 0;
  left: 0;
  border: 1px solid #b6baa7;
  mix-blend-mode: invert(1);
  border-radius: 50%;
  pointer-events: none;
  z-index: 20;
  opacity: 0;
  transition: border 0.5s;
}
.cursor_active .ball {
  opacity: 1;
}
.cursor {
  pointer-events: none;
  position: fixed;
  width: 30px;
  height: 30px;
  background-color: #b6baa7;
  border-radius: 50%;
  transition: background-color 0.2s ease, transform 4s cubic-bezier(0.215, 0.61, 0.355, 1), left 0.2s ease-out, top 0.2s ease-out;
  z-index: 102;
  display: block;
  opacity: 0.9;
  transform: translate(-7px, -6px) scale(0.25);
}
.cursor:before,
.cursor.init {
  opacity: 0;
}
.text_slideup {
  display: block;
  overflow: hidden;
  text-transform: uppercase;
}
.text_slideup span {
  transform: translateY(100%);
  display: block;
}
.content_label {
  color: #000;
  margin: 0;
  justify-self: start;
}
.content_title {
  position: absolute;
  z-index: 2;
  color: #000;
  bottom: 5.63vh;
  left: 5.63vh;
  margin: 0 0 3.941vh 0;
  width: 100%;
}
.content_title > div {
  display: flex;
}
.content_title span {
  display: block;
  opacity: 0;
}
.content_text_small {
  position: absolute;
  z-index: 2;
  color: #000;
  bottom: 5.63vh;
  left: 5.63vh;
  margin: 0 0 1.8vmin 0;
  width: 100%;
}
.content_text_small > div {
  display: flex;
}
.content_text_small span {
  display: block;
  opacity: 0;
}
@-moz-keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@-webkit-keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@-o-keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
