/* Pirata One #FONT */
@import url("https://fonts.googleapis.com/css2?family=Pirata+One&display=swap");
/* Canopee */
@import url("https://fonts.cdnfonts.com/css/domaine-display-narrow");
@font-face {
  font-family: Canopee;
  src: url(../assets/Fonts/Canopee\ Regular/Canopee.otf);
}
@font-face {
  font-family: "Canopee";
  src: url("https://uploads-ssl.webflow.com/5f2429f172d117fcee10e819/616fd1dd00cf6c70f978fc69_Canopee.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Domaine Display";
  src: url("https://uploads-ssl.webflow.com/5f2429f172d117fcee10e819/5f242a698c20ba6e1306dddc_DomaineDispCond-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Domaine Display";
  src: url("https://uploads-ssl.webflow.com/5f2429f172d117fcee10e819/5f242a69b1577e63266b4d72_DomaineDispCondMedium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* Domaine Display */
@font-face {
  font-family: "Editorial New";
  src: url("https://uploads-ssl.webflow.com/5f2429f172d117fcee10e819/5f242a694256f02b944d5767_EditorialNew-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Editorial New";
  src: url("https://uploads-ssl.webflow.com/5f2429f172d117fcee10e819/61099e9d29b5b66c3799db9a_EditorialNew-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/*! locomotive-scroll v4.1.3 | 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;
  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] {
  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%;
}

.c-scrollbar {
  height: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  width: 11px;
}

.c-scrollbar:hover {
  transform: scaleX(1.45);
}

.c-scrollbar:hover,
.has-scroll-scrolling .c-scrollbar,
.has-scroll-dragging .c-scrollbar {
  opacity: 1;
}

[data-scroll-direction=horizontal] .c-scrollbar {
  width: 100%;
  height: 10px;
  top: auto;
  bottom: 0;
  transform: scaleY(1);
}

[data-scroll-direction=horizontal] .c-scrollbar:hover {
  transform: scaleY(1.3);
}

.c-scrollbar_thumb {
  margin: 3px;
  width: 5px;
  z-index: 99999;
  background-color: #69645f;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: grab;
}

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: grabbing;
}

[data-scroll-direction=horizontal] .c-scrollbar_thumb {
  right: auto;
  bottom: 0;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

#isitsmall {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 10000;
  display: none;
}

a {
  color: #1d1d1b;
  text-decoration: none;
}

body {
  font-family: "Editorial New", Times, serif;
  color: #1d1d1b;
  letter-spacing: -0.02em;
  font-weight: 500;
  /* font-family: Editorial New, sans-serif; */
  font-size: 2.15vw;
  font-weight: 300;
  line-height: 2.5vw;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.uppp {
  background-color: #cdc6be;
  z-index: 997;
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

#app {
  background-color: #cdc6be;
  transform-origin: 50% 10%;
  z-index: 2;
  width: 100vw;
  position: relative;
}

.paper-background {
  z-index: 998;
  opacity: 0.3;
  background-image: url(https://uploads-ssl.webflow.com/5f2429f172d117fcee10e819/614f353f1e11a6a7afdd8b74_6059a3e2b9ae6d2bd508685c_pt-texture-2.jpg);
  background-position: 80%;
  height: 100%;
  width: 100%;
  background-size: auto;
  background-repeat: repeat;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  mix-blend-mode: multiply;
  pointer-events: none;
}

.nav {
  z-index: 999;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  /* margin-bottom: 3vw; */
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: 0;
  /* border-bottom: 1px solid black; */
}
.nav .nav-inner {
  width: 100%;
  height: 10.8vh;
  background-color: #cdc6be;
  flex-direction: row;
  justify-content: space-between;
  padding: 4vh 2vw;
  transition: transform 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  display: flex;
}
.nav .nav-inner .nav-block {
  flex: 1;
  align-items: center;
  display: flex;
}
.nav .nav-inner .nav-block .n-text {
  letter-spacing: 1;
  font-size: 1.8vh;
  line-height: 2vh;
}
.nav .nav-inner .nav-border-line {
  z-index: 2;
  height: 1px;
  opacity: 0.5;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}
.nav .nav-inner .nav-border-line .nav-face {
  width: 100%;
  height: 100%;
  background-color: #1d1d1b;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}
.nav .nav-inner .nav-border-line .menu-side {
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: #cdc6be;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}
.nav .nav-inner .nav-head {
  width: 19vh;
  display: flex;
  position: relative;
  z-index: 3;
  justify-content: center;
  align-items: center;
}
.nav .nav-inner .nav-head .nav-img {
  /* width: 100%; */
  opacity: 1;
  display: block;
  transition: opacity 0.5s ease;
  /* height: 100%; */
  scale: 50%;
  /* font-size: 200px; */
}
.nav .nav-inner .nav-head .nav-t {
  font-family: "Pirata One", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 2.7vh;
  letter-spacing: 3px;
  width: 100%;
}
.nav .nav-inner .nav-block.r {
  z-index: 3;
  position: relative;
  justify-content: flex-end;
}
.nav .nav-inner .nav-block.r .nav-lines {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  cursor: pointer;
}
.nav .nav-inner .nav-block.r .nav-lines .nav-line {
  width: 2rem;
  height: 2px;
  background-color: #1d1d1b;
  margin-top: 0.1vw;
  display: flex;
  position: relative;
  pointer-events: all;
  transition: transform 0.5s ease-in-out;
}
.nav .nav-inner .nav-block.r .nav-lines .nav-line .top {
  margin-top: 0;
}
.nav .nav-inner .nav-block.r .nav-lines .nav-line .bottom {
  margin-top: 0.19rem;
}
.nav .nav-inner .d-change-2 {
  display: none !important;
  opacity: 0;
}
.nav .nav-inner .line-change.top {
  transform: rotate(45deg);
}
.nav .nav-inner .line-change.bottom {
  transform: rotate(-45deg) translate3d(0vw, -0.3rem, 0px);
}
.nav .nav-inner .nav-lines:hover .line-change.top {
  transform: translate3d(-0.1rem, 0, 0px) rotate(45deg) !important;
}
.nav .nav-inner .nav-lines:hover .line-change.bottom {
  transform: translate3d(0.1rem, -0.2rem, 0px) rotate(-45deg) !important;
}
.nav .nav-inner .menu {
  height: 100vh;
  background-color: #1d1d1b;
  z-index: 2;
  width: 100vw;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 15vh;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}
.nav .nav-inner .menu .links {
  text-align: center;
  flex-direction: column;
  display: flex;
  position: relative;
}
.nav .nav-inner .menu .links .menu-link {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  color: #1d1d1b;
  text-decoration: none;
  background-color: transparent;
  max-width: 100%;
}
.nav .nav-inner .menu .links .menu-link .t-active {
  width: 100%;
  height: 1.5vh;
  transform-origin: 0%;
  background-color: #c03f13;
  display: flex;
  position: absolute;
}
.nav .nav-inner .menu .links .menu-link h1 {
  color: #cdc6be;
  padding-top: 3vh;
  padding-right: 2vh;
  font-size: 30vh;
  line-height: 20vh;
  transition: letter-spacing 0.3s ease-in-out;
  text-align: center;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Canopee, sans-serif;
  font-weight: 400;
}
.nav .nav-inner .menu .links .menu-link h1 .maine {
  font-family: "Domaine Display Narrow", sans-serif;
  letter-spacing: -0.05rem;
}
.nav .nav-inner .menu .links .menu-link h1:hover {
  color: #beb5ab;
  letter-spacing: -0.03em;
}
.nav .nav-inner .menu .links .menu-link .m2 {
  margin-left: 7vw;
  margin-right: 7vw;
  display: flex;
}
.nav .nav-inner .menu .links .menu-link .m3 {
  display: flex;
}
.nav .nav-inner .menu .handles {
  margin-top: 5vh;
  margin-left: 0.5vw;
  position: relative;
  bottom: 5vh;
  height: 40px;
  overflow: hidden;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}
.nav .nav-inner .menu .handles a {
  color: #cdc6be;
  letter-spacing: -0.01em;
  font-size: 1.9vh;
  line-height: 1.7vh;
  font-weight: 400;
  float: left;
  text-transform: uppercase;
  font-family: Canopee, sans-serif;
}
.nav .nav-inner .menu .handles a .maine {
  font-family: "Domaine Display Narrow", sans-serif;
  letter-spacing: -0.05rem;
}
.nav .nav-inner .menu .handles .dot {
  height: 5px;
  width: 5px;
  background-color: #cdc6be;
  border-radius: 50%;
  margin: 0px 5px 0px 5px;
}

.nav-lines:hover .nav-line.top {
  transform: translate3d(0.2vw, 0rem, 0px);
}

.nav-lines:hover .nav-line.bottom {
  transform: translate3d(-0.2vw, 0rem, 0px);
}

/* SIDEBAR */
.sidebar {
  border-top-style: none;
  border-top-width: 1px;
  padding-top: 15vh;
  width: 100%;
  border-top-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 2vw;
  display: flex;
  position: relative;
  overflow: hidden;
  /* pointer-events: none; */
}
.sidebar .s-container {
  cursor: grabbing;
  justify-content: flex-start;
  padding-left: 2vw;
  display: flex;
  position: relative;
}
.sidebar .s-container .s-inner {
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  pointer-events: none;
  position: relative;
  transition: all 0.5s ease;
}
.sidebar .s-container .s-inner .s-grid {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  justify-content: center;
  display: flex;
}
.sidebar .s-container .s-inner .s-grid .s-block {
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}
.sidebar .s-container .s-inner .s-grid .s-block .item {
  max-width: 28vw;
  overflow: hidden;
  transition: all 0.5s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.sidebar .s-container .s-inner .s-grid .s-block .item.l {
  margin-right: 3vw;
}
.sidebar .s-container .s-inner .s-grid .s-block .item .item-link {
  max-width: 100%;
  display: inline-block;
  color: #1d1d1b;
  text-decoration: none;
}
.sidebar .s-container .s-inner .s-grid .s-block .item .item-link .item-img-c {
  width: 28vw;
  transform-origin: 0%;
  border: 1px solid #1d1d1b;
  border-radius: 0;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.sidebar .s-container .s-inner .s-grid .s-block .item .item-link .item-img-c .item-img {
  width: 29vw;
  height: 11vw;
  background-image: url(https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.sidebar .s-container .s-inner .s-grid .s-block .item .item-link .item-img-c .item-img img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
.sidebar .s-container .s-inner .s-grid .s-block .item .item-link .item-block {
  margin-top: 1vw;
}
.sidebar .s-container .s-inner .s-grid .s-block .item .item-link .item-block .item-tw {
  height: 1.5vw;
  align-items: center;
  display: flex;
  font-family: Canopee, sans-serif;
  /* font-size: 32px; */
}
.sidebar .s-container .s-inner .s-grid .s-block .item .item-link .item-block .item-desc {
  max-width: 95%;
  letter-spacing: -0.01em;
  margin-top: 0.5vw;
  font-family: "Editorial New", sans-serif;
  font-size: 1.2vw;
  font-weight: 300;
  line-height: 1.5vw;
}

.headline {
  margin-right: 3vw;
  display: flex;
  width: 29vw;
  height: 100%;
  text-align: center;
  border-left: 1px solid rgba(29, 29, 27, 0.5);
  border-right: 1px solid rgba(29, 29, 27, 0.5);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 3vw;
  padding-right: 3vw;
  position: relative;
}
.headline .title {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  font-family: Canopee, sans-serif;
  font-size: 4.5vw;
  font-weight: 400;
  line-height: 4.5vw;
}
.headline .head-desc {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  text-align: center;
  letter-spacing: -0.03em;
  margin-top: 1vw;
  font-size: 2.6vw;
  line-height: 3vw;
  font-family: "Editorial New", sans-serif;
}
.headline .head-caption {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2vw;
  display: flex;
}
.headline .head-caption .item-title.cap {
  margin-top: 0;
  font-size: 1.4vw;
  line-height: 1.4vw;
}
.headline .head-caption .item-title {
  text-transform: uppercase;
  margin-top: 0.5vw;
  font-family: Canopee, sans-serif;
  font-weight: 400;
  line-height: 1.3vw;
}
.headline .head-caption .text-span-2 {
  font-family: Domaine Display, sans-serif;
  font-weight: 500;
}
.headline .head-caption .item-desc.cap {
  letter-spacing: -0.01em;
  margin-top: 0;
  margin-left: 0.2vw;
}
.headline .head-caption .item-desc {
  max-width: 95%;
  letter-spacing: -0.01em;
  margin-top: 1vw;
  font-family: Editorial New, sans-serif;
  font-size: 1.2vw;
  font-weight: 300;
  line-height: 1.5vw;
}

.domaine {
  font-family: "Domaine Display Narrow", sans-serif;
}

/* Main */
.domaine {
  font-family: "Domaine Display", sans-serif;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 3vw;
}

.main {
  overflow: hidden;
  z-index: 2;
  padding-top: 3vw;
  position: relative;
  width: 100vw;
  transform-origin: 50% 10%;
  background-color: #cdc6be;
}
.main .m-grid {
  width: 100%;
  grid-column-gap: 3vw;
  grid-row-gap: 4vw;
  grid-template: "Area-4 Area-4 Area-4" "Area-2 Area-3 Area-3" "Area Area Area" "Tes Tes Tes" "tes-2 tes-2 tes-2"/1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 2vw;
  padding-right: 2vw;
  display: grid;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.main .m-grid .divs {
  z--index: -1;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}
.main .m-grid .divs .div-2 {
  width: 100%;
  height: 1px;
  opacity: 0.3;
  background-color: #1d1d1b;
  margin-top: 8vw;
  position: relative;
  bottom: 2vw;
}
.main .m-grid .head {
  grid-area: span 1/span 3;
  display: grid;
}
.main .m-grid .head .head-h {
  text-align: center;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  margin-top: 0;
  padding-right: 0.07em;
  margin-bottom: 0;
  padding-top: 4.5vw;
  font-family: Canopee, sans-serif;
  font-size: 37vw;
  font-weight: 400;
  line-height: 24vw;
  color: #cdc6be;
  background-color: #1d1d1b;
  fill: none;
  padding-bottom: 3vw;
}
.main .m-grid .interests {
  grid-area: span 1/span 1/span 1/span 1;
  border-right: 1px solid rgba(29, 29, 27, 0.5);
  padding-right: 3vw;
  display: block;
}
.main .m-grid .interests .first .block {
  position: relative;
}
.main .m-grid .interests .first .block .head {
  font-size: 8.2vw;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1vw;
  padding-right: 1.2vw;
  font-family: Canopee, sans-serif;
  padding-right: 0;
  line-height: 6vw;
}
.main .m-grid .interests .first .block .sub-head {
  font-family: Canopee, sans-serif;
  letter-spacing: -0.05em;
  padding-top: 1vw;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10vw;
  padding-right: 1.2vw;
  line-height: 6vw;
}
.main .m-grid .interests .first .picture {
  width: 100%;
  height: 45vw;
  border: 1px solid #1d1d1b;
  margin-top: 2vw;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}
.main .m-grid .interests .first .picture img {
  scale: 200%;
  width: auto;
  height: auto;
  max-width: 100%;
}
.main .m-grid .interests .second {
  width: 103%;
  margin-top: 3vw;
}
.main .m-grid .interests .second .para .has-dropcap {
  font-size: 2.25vw;
  line-height: 2.7vw;
  text-align: left;
  font-family: "Editorial New", Times, serif;
  font-weight: 300;
}
.main .m-grid .interests .second .para .has-dropcap:first-letter {
  font-family: "Canopee", sans-serif;
  font-feature-settings: "ss03";
  float: left;
  font-size: 7vw;
  line-height: 5vw;
  margin: 0.7vw 1vw 1vw 0vw;
  background-color: #1d1d1b;
  color: #cdc6be;
  padding: 0.75vw 0.4vw 0.5vw 0.5vw;
}
.main .m-grid .intro {
  grid-area: span 1/span 2/span 1/span 2;
  position: relative;
}
.main .m-grid .intro .picture {
  width: 100%;
  height: 45vw;
  border: 1px solid #1d1d1b;
  margin-top: 2vw;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}
.main .m-grid .intro .picture img {
  width: auto;
  height: auto;
}
.main .m-grid .intro .texts {
  margin-top: 2vw;
}
.main .m-grid .intro .texts h2 {
  font-size: 8.5vw;
  font-family: "Canopee", sans-serif;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1vw;
  padding-bottom: 1vw;
  font-weight: 400;
  line-height: 6.6vw;
}
.main .m-grid .intro .texts .divs2 {
  z-index: -1;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}
.main .m-grid .intro .texts .divs2 .div-2 {
  width: 100%;
  height: 1px;
  opacity: 0.3;
  background-color: #1d1d1b;
  margin-top: 8vw;
  position: relative;
  bottom: 4vw;
}
.main .m-grid .intro .texts .divs2 .div-20 {
  width: 100%;
  height: 1px;
  opacity: 0.3;
  background-color: #1d1d1b;
  margin-top: 8vw;
  position: relative;
  bottom: 3vw;
}
.main .m-grid .intro .texts .domaine {
  font-weight: 500;
  font-family: Domaine Display, sans-serif;
}
.main .m-grid .testi {
  grid-area: span 1/span 3/span 1/span 3;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.main .m-grid .testi .block {
  grid-column: 1/5;
  float: left;
  display: flex;
}
.main .m-grid .testi .block h2 {
  color: #cdc6be;
  text-align: left;
  background-color: #1d1d1b;
  padding-left: 1.5vw;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Canopee, sans-serif;
  font-weight: 400;
  line-height: 20vw;
  padding-top: 2vw;
  padding-bottom: 1vw;
  padding-right: 3vw;
  font-size: 24vw;
  fill: none;
  stroke: #96b59f;
  stroke-miterlimit: 10;
}
.main .m-grid .testi .emoji {
  grid-column: 5/6;
  display: flex;
  justify-content: center;
  align-self: center;
  width: auto;
  height: 100%;
  transform: translate3d(0, 0px, 0);
  animation: up-down 2s infinite;
  transition: transform 1s ease;
}
.main .m-grid .testi .emoji .con {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .m-grid .testi .emoji .con .namaste {
  max-width: 30vw;
  transform: translate3d(0, 0px, 0);
  position: absolute;
  width: 20vw;
  float: right;
  rotate: 90deg;
}
.main .m-grid .testi .emoji:hover {
  animation: up-down 2s infinite;
  transition: transform 1s ease;
}
.main .m-grid .testi-2 {
  grid-area: span 1/span 3/span 1/span 3;
}
.main .m-grid .testi-2 .conta {
  display: flex;
  align-content: flex-start;
  position: relative;
}
.main .m-grid .testi-2 .conta .bhakbc {
  transform: translate3d(5vw, 0px, 0px) !important;
}
.main .m-grid .testi-2 .conta .t-block {
  position: absolute;
  height: 24vw;
  box-shadow: -4px 4px 6px rgba(29, 29, 27, 0.2);
  width: 40vw;
  cursor: pointer;
  background-color: #cdc6be;
  border: 2.5px solid #000;
  border-radius: 0.8vw;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  padding: 2.5vw 3vw 3vw;
  display: flex;
  position: relative;
}
.main .m-grid .testi-2 .conta .t-block:hover {
  background-color: rgb(190, 181, 171);
}
.main .m-grid .testi-2 .conta .t-block.n-1 {
  transform: translate3d(0vw, 0, 0);
}
.main .m-grid .testi-2 .conta .t-block.n-2 {
  transform: translate3d(-25vw, 0, 0);
  transition: transform 600ms ease-out;
}
.main .m-grid .testi-2 .conta .t-block.n-3 {
  transition: transform 600ms ease-out;
  transform: translate3d(-45vw, 0, 0);
}
.main .m-grid .testi-2 .conta .t-block.n-4 {
  transition: transform 600ms ease-out;
  transform: translate3d(-65vw, 0, 0);
}
.main .m-grid .testi-2 .conta .t-block .t-content {
  height: 100%;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: relative;
  transition: transform 2.5s ease-in-out;
}
.main .m-grid .testi-2 .conta .t-block .t-content .t-pinfo {
  margin-top: 4.5vw;
  position: absolute;
  bottom: 0;
  align-items: center;
  display: flex;
}
.main .m-grid .testi-2 .conta .t-block .t-content .t-pinfo .t-pic {
  width: 4vw;
  height: 4vw;
  border: 1px solid #1d1d1b;
  border-radius: 50%;
  overflow: hidden;
}
.main .m-grid .testi-2 .conta .t-block .t-content .t-pinfo .t-pic img {
  width: 100%;
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
.main .m-grid .testi-2 .conta .t-block .t-content .t-pinfo .t-info {
  margin-left: 1vw;
}
.main .m-grid .testi-2 .conta .t-block .t-content .t-pinfo .t-info .t-name {
  letter-spacing: -0.03em;
  text-transform: uppercase;
  margin-bottom: 0.2vw;
  font-family: Canopee, sans-serif;
  font-size: 2.2vw;
  font-weight: 400;
  line-height: 2vw;
}
.main .m-grid .testi-2 .conta .t-block .t-content .t-pinfo .t-info .t-job {
  letter-spacing: -0.01em;
  font-size: 1.4vw;
  line-height: 1.3vw;
}
.main .m-grid .testi-2 .conta .t-block .t-content .t-desc {
  letter-spacing: -0.03em;
  flex: 0 auto;
  font-size: 2.2vw;
  line-height: 3vw;
  text-decoration: underline;
  text-decoration-color: currentcolor;
  text-decoration-thickness: auto;
  text-underline-offset: 0.3vw;
  text-decoration-thickness: 0.5px;
  text-decoration-color: rgba(0, 0, 0, 0.4784313725);
}
.main .m-grid .testi-2 .conta .t-block .t-dots {
  z-index: 0;
  padding: 0.7vw;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}
.main .m-grid .testi-2 .conta .t-block .t-dots .dash {
  width: 100%;
  height: 100%;
  /* dashed border */
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='8' ry='8' stroke='%23333' stroke-width='2.5' stroke-dasharray='11%2c11' stroke-dashoffset='30' stroke-linecap='square'/%3e%3c/svg%3e");
}
.main .m-grid .testi-3 {
  grid-area: span 1/span 3/span 1/span 3;
  z-index: 0;
  padding-top: 3vw;
  padding-bottom: 3vw;
  position: relative;
  height: 11vw;
  max-width: none;
  border-top: 1px solid #1d1d1b;
  border-bottom: 1px solid #1d1d1b;
  align-items: center;
  display: flex;
}
.main .m-grid .testi-3 .marquee {
  --gap: 1rem;
  position: relative;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  gap: var(--gap);
}
.main .m-grid .testi-3 .marquee .marquee__content {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: var(--gap);
  animation: scroll 10s linear infinite;
}
.main .m-grid .testi-3 .marquee .marquee__content h3 {
  letter-spacing: -0.04em;
  font-size: 6vw;
  font-weight: 300;
  line-height: 8vw;
  margin-top: 0;
  margin-bottom: 0;
}
.main .m-grid .testi-3 .marquee .marquee__content a {
  background-color: #1d1d1b;
  padding: 0.5vw 0.8vw 0.8vw;
  position: relative;
  bottom: 0.4vw;
  max-width: 100%;
  display: inline-block;
  color: #1d1d1b;
  text-decoration: none;
}
.main .m-grid .testi-3 .marquee .marquee__content a .m-link-text {
  color: #cdc6be;
  padding-top: 0.5vw;
  font-family: Canopee, sans-serif;
  font-size: 6vw;
  font-weight: 400;
  line-height: 4vw;
}
.main .m-grid .testi-3 .marquee:hover .marquee__content {
  animation-play-state: paused;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
.main .footer {
  z-index: 0;
  padding: 0vw 2vw 2vw 2vw;
  position: relative;
}
.main .footer .maine {
  font-family: "Domaine Display Narrow", sans-serif;
  font-weight: 500;
  font-size: 1.6vw;
}
.main .footer .p {
  display: flex;
  margin-top: 2vw;
  justify-content: space-between;
  position: relative;
}
.main .footer .p .dot {
  height: 5px;
  width: 5px;
  background-color: #1d1d1b;
  border-radius: 50%;
  margin: 0px 5px 0px 5px;
}
.main .footer .p .inner {
  align-items: center;
  display: flex;
}
.main .footer .p .left .project {
  letter-spacing: -0.03em;
  text-transform: uppercase;
  padding-top: 0.3vw;
  font-family: Canopee, sans-serif;
  font-size: 1.6vw;
  font-weight: 400;
  line-height: 1.3vw;
  display: inline-block;
}
.main .footer .p .right .handles {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}
.main .footer .p .right .handles .maine {
  font-size: 1.57vw !important;
  letter-spacing: -0.05rem;
}
.main .footer .p .right .handles a {
  font-size: 1.5vw;
  float: left;
  text-transform: uppercase;
  font-family: Canopee, sans-serif;
  font-weight: 400;
  line-height: 1.5vw;
  color: #1d1d1b;
  text-decoration: none;
}

@keyframes up-down {
  0% {
    transform: translate3d(0px, 0px, 0);
  }
  50% {
    transform: translate3d(0px, 40px, 0);
  }
  100% {
    transform: translate3d(0px, 0px, 0);
  }
}/*# sourceMappingURL=style.css.map */