@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
@import url("https://fonts.googleapis.com/css2?family=Kaisei+HarunoUmi&display=swap");
* {
  font-family: "Bricolage Grotesque", sans-serif;
}

body,
html {
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Bricolage Grotesque", sans-serif;
}

.has-scroll-smooth {
  position: fixed;
  inset: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  box-shadow: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Bricolage Grotesque", sans-serif;
}

.c-scrollbar_thumb {
  background-color: transparent !important;
}

h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style-type: none;
}

img {
  height: auto;
}

h1, h2, a, span {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 400;
  color: #121212;
}

h2 {
  font-weight: 400;
  margin-left: 30px;
}

p {
  font-family: "Bricolage Grotesque", sans-serif;
}

.center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.spacer {
  width: 100%;
  height: 100px;
}

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

#cursor {
  pointer-events: none;
  width: 3rem;
  height: 3rem;
  border: solid 1px rgba(0, 0, 0, 0.439);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.35s ease width, 0.35s ease height, 0.35s ease border, 0.35s ease background;
  transform: translate(-50%, -50%);
  z-index: 99 !important;
}

#cursor.button {
  width: 5rem;
  height: 5rem;
  margin: -15px;
  border: solid 1px transparent;
  background: #DFDFDF;
  z-index: 99 !important;
  mix-blend-mode: difference;
}

.wrapper-load {
  position: fixed;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  background: #DFDFDF;
  z-index: 99 !important;
}
.wrapper-load p {
  font-family: "Bricolage Grotesque", sans-serif;
}
.wrapper-load img {
  width: 15%;
}

.loader {
  width: 20%;
  background-color: #DFDFDF;
  border: 0.1px solid #121212;
  position: relative;
  height: 10px !important;
}

.loader::before {
  content: "";
  position: absolute;
  background: #121212;
  top: 0;
  left: 0;
  width: 0%;
  height: 10px !important;
  animation: moving 1s ease-in-out infinite;
}
@keyframes moving {
  50% {
    height: 10px !important;
    width: 100%;
  }
  100% {
    height: 10px !important;
    width: 0;
    right: 0;
    left: unset;
  }
}
.watch {
  pointer-events: none;
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.8s ease-in-out;
}

.in-page {
  pointer-events: auto;
  transform: translateY(0);
  opacity: 1;
  animation: clip 1s ease-in-out;
  -webkit-animation-name: clip 1s ease-in-out;
}

.in-page-horizontal {
  pointer-events: auto;
  transform: translateX(0);
  opacity: 1;
  animation: clip-horizontal 1s ease-in-out;
  -webkit-animation-name: clip-horizontal 1s ease-in-out;
}

@keyframes clip {
  0% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
            clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    transform: translateY(100px);
  }
  100% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
            clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
    transform: translateY(0);
  }
}
@keyframes clip-horizontal {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    transform: translateX(100px);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transform: translateX(0);
  }
}
.hover-link {
  margin: 0 auto;
  border: none;
  background: none;
  border: solid 1px #121212;
  padding: 1rem 2rem;
  font-size: 1.2em;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  position: relative;
  cursor: pointer;
  border-radius: 50px;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 400 !important;
  font-style: normal !important;
  letter-spacing: 2px;
}

.hover-link span {
  color: #121212;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 400 !important;
  font-style: normal !important;
  letter-spacing: 2px;
}

.hover-link > span {
  overflow: hidden;
  display: block;
  position: relative;
  pointer-events: none;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 400 !important;
  font-style: normal !important;
  letter-spacing: 2px;
}

.hover-link > span > span {
  display: inline-block;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 400 !important;
  font-style: normal !important;
  letter-spacing: 2px;
}

.hover-link > span > span:nth-of-type(1) {
  transition: 0.4s ease all;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 400 !important;
  font-style: normal !important;
  letter-spacing: 2px;
}

.hover-link > span > span:nth-of-type(2) {
  transition: 0.4s ease all;
  transition-delay: 0.07s;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 400 !important;
  font-style: normal !important;
  letter-spacing: 2px;
}

.hover-link > span > span > span {
  content: attr(data-text);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(200%);
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 400 !important;
  font-style: normal !important;
  letter-spacing: 2px;
}

.hover-link:hover > span > span,
.hover-link:focus > span > span {
  transform: translateY(-200%);
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 400 !important;
  font-style: normal !important;
  letter-spacing: 2px;
}

.group-of-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.back-home {
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 98 !important;
  position: fixed !important;
  background-color: #DFDFDF;
  mix-blend-mode: difference;
  font-family: "Bricolage Grotesque", sans-serif;
  margin: 10px;
  border-radius: 40px;
}
.back-home a {
  font-family: "Bricolage Grotesque", sans-serif;
  padding: 15px;
  padding-right: 30px;
  gap: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-weight: 400;
  color: #121212;
}
.back-home p {
  font-size: 1.5vw;
  display: flex;
  font-family: "Bricolage Grotesque", sans-serif;
}
.back-home span {
  font-size: 2vw;
}

.header {
  position: relative;
  height: 100vh;
}
.header img {
  position: absolute;
  width: 1000px;
}

.offset-header {
  font-style: normal;
  font-weight: 400 !important;
  margin: 10px 0;
}

span.offset-header {
  display: block;
  overflow: hidden;
}

span.offset-header > span {
  animation-name: slideUp;
  animation-duration: 5s;
  display: block;
}

.offset-header-odd > span {
  text-align: left;
  animation-delay: 2.5s;
  animation-fill-mode: both;
  font-weight: 400 !important;
  font-size: 7vw;
  line-height: 7.5vw;
  margin-bottom: 35px;
  margin-left: 10px;
}

.offset-header-odd {
  margin-right: 20px;
  margin-bottom: 35px;
}

.offset-header-even {
  padding-bottom: 15px;
  padding-right: 15px;
}

.offset-header-even > span {
  text-align: right;
  margin-right: 50px;
  animation-delay: 2.7s;
  animation-fill-mode: both;
  font-weight: 400 !important;
  font-size: 7vw;
  line-height: 6.5vw;
}

@keyframes slideUp {
  0%, 50% {
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  60%, 100% {
    transform: translateY(0);
    opacity: 1;
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
.container {
  background: #DFDFDF;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.container .details {
  display: flex;
}
.container .details .copy {
  display: grid;
  align-content: center;
  padding: 0 2rem;
  height: 100%;
  width: 100%;
  z-index: 97;
}
.container .details .copy blockquote {
  width: 80% !important;
  font-size: 5vmin;
  line-height: 6vmin;
  font-weight: 400;
}
.container .details .copy blockquote .activities {
  font-size: 5vmin;
}
.container .details .copy blockquote .activities strong {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 2.5vmin;
  font-weight: 400;
}
.container .details .image-wrapper {
  width: 70%;
  height: 50vh;
}
.container .details .image-wrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.container .section-0 {
  margin-top: 10vh;
  padding: 10px 30px 10px 40px;
  background-color: #DFDFDF;
  z-index: 90;
}
.container .section-0 p {
  line-height: 5vw;
  font-size: 4.5vw;
  font-weight: 400;
}
.container .section-1 {
  display: grid;
  place-content: center;
  padding: 0 1rem;
}
.container .section-1 .image-mask {
  width: 80vw;
  height: 70vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .section-1 .image-mask img {
  width: 80%;
  -o-object-fit: cover;
     object-fit: cover;
}
.container .section-1 .image-normal {
  background-size: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.container .section-1 .image-normal h2 {
  font-weight: 400;
  margin-left: 0;
}
.container .section-1 .image-normal img {
  width: 50%;
}
.container .section-2 {
  max-width: 1150px !important;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.container .section-2 h1 {
  font-size: 5vw;
}
.container .section-2 p {
  font-size: 2vw;
}
.container .section-2 h2, .container .section-2 p {
  margin-left: 0 !important;
}
.container .section-2 h2 {
  font-weight: 400;
}
.container .section-2 blockquote {
  font-size: 5vmin;
}
.container .section-2 .images-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 16px;
  width: 100% !important;
  gap: 10px;
}
.container .section-2 .images-container .box-grid-container {
  margin-bottom: 20px;
}
.container .section-2 .images-container .box-grid-container img {
  max-height: 75vh;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  align-self: stretch;
}
.container .section-3 {
  display: flex;
  position: relative;
}
.container .section-3 .image-wrapper {
  max-height: 500px;
  width: 100%;
}
.container .section-3 .image-wrapper img {
  max-height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.container .section-3 .copy-small {
  font-size: 4vmin;
  width: 100%;
  display: grid;
  align-content: center;
}
.container .section-3 .copy-small blockquote {
  margin: 0 32px;
}
.container .section-3 .copy {
  font-size: 6vmin;
  line-height: 7vmin;
  width: 100%;
  display: grid;
  align-content: center;
}
.container .section-3 .copy blockquote {
  margin: 0 32px;
}

.section-banner {
  width: 100%;
  height: 150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px;
}
.section-banner .prev-next {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 400 !important;
  font-style: normal !important;
  letter-spacing: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  text-decoration: none;
}

.has-scroll-scrolling iframe {
  pointer-events: none;
}

.has-scroll-scrolling .iframe-parent {
  cursor: wait;
}

@media (max-width: 900px) {
  .back-home a {
    font-size: 17px;
    padding-right: 15px;
  }
  .back-home p {
    display: none;
  }
  .back-home span {
    font-size: 30px;
  }
  #cursor {
    display: none;
  }
  .hover-link {
    padding: 0.8rem 1.2rem;
    font-size: 0.8em;
  }
  .spacer {
    height: 30px;
  }
  .header h1 {
    font-size: 9vw;
  }
  .details {
    flex-direction: column;
  }
  .details .image-wrapper {
    width: 100% !important;
  }
  .section-0 {
    padding: 10px !important;
  }
  .section-0 p {
    padding-top: 2%;
    padding-bottom: 2%;
  }
  .image-wrapper {
    width: 100%;
  }
  .sections {
    flex-direction: column;
  }
  .sections .pics {
    width: 100% !important;
    padding: 0px !important;
  }
  .sections .pics img {
    left: 0;
    height: 100%;
    right: 0;
  }
  .sections p {
    width: 100% !important;
  }
  .section-0 {
    margin-top: 4vh !important;
  }
  .section-3 {
    flex-direction: column;
  }
  .section-3 .image-wrapper img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .section-3 .copy {
    height: 30vw;
    font-size: 8vmin;
    width: 100%;
    align-content: center;
  }
  .section-3 .copy blockquote {
    margin: 0px !important;
    padding: 20px;
    background-color: #DFDFDF;
    width: 100%;
  }
  .section-banner {
    height: 200px;
    padding: 20px;
    gap: 0;
  }
  .wrapper-load img {
    width: 25%;
  }
  .section-banner {
    padding: 10px;
  }
  .section-banner .prev-next {
    width: 100px;
    gap: 7px;
    font-size: 14px;
  }
  .section-1 .image-mask img {
    width: 100% !important;
  }
  .section-1 .image-normal img {
    width: 90% !important;
  }
  .box-grid-container img {
    max-height: 50vh !important;
  }
  .section-2 {
    padding: 10px !important;
    margin: 0 !important;
  }
  .section-2 h1 {
    font-size: 2em !important;
  }
  .section-2 p {
    font-size: 1em !important;
  }
  .images-container, .box-grid-container {
    padding: 0 !important;
    margin: 0 !important;
  }
  .images-container img, .box-grid-container img {
    width: 100% !important;
    height: 100%;
  }
  .offset-header-odd > span {
    margin-left: 0px;
    font-size: 10vw;
    margin-bottom: 15px;
    line-height: 9vw;
    margin-right: 30px;
  }
  .offset-header-even > span {
    margin-right: 25px;
    margin-bottom: 0px;
    font-size: 9vw;
    line-height: 9vw;
  }
}/*# sourceMappingURL=projects.css.map */