@font-face {
  font-family: Silkserif Black Italic;
  src: url('../fonts/SilkSerif-TRIAL-BlackItalic-BF6740066e839e1.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Silkserif Black Italic;
  src: url('../fonts/SilkSerif-TRIAL-BoldItalic-BF6740066e5c6ae.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Silkserif Medium Italic;
  src: url('../fonts/SilkSerif-TRIAL-MediumItalic-BF6740066e3d97e.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Funnel display;
  src: url('../fonts/FunnelDisplay-VariableFont_wght.ttf') format("truetype");
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Juana;
  src: url('../fonts/Fontspring-DEMO-juana-thinit.otf') format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

:root {
  --light-pink: #fd6c6c70;
  --black-glass: #3333335c;
  --white-text: #fff;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  cursor: none;
  background-color: #000;
  background-image: url('../images/noise-background.avif');
  background-position: 0 0;
  background-size: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  line-height: 120%;
}

.div-block-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 70px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.logo {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #3333335c;
  border-radius: 22px;
  order: 0;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 200px;
  height: 80px;
  margin-right: auto;
  display: flex;
  position: sticky;
}

.logo.cursor-hover {
  cursor: none;
  height: 70px;
  margin-right: 50px;
}

.logo.cursor-hover.w--current {
  height: 70px;
  margin-right: 50px;
}

.navbar-3 {
  z-index: 1000;
  background-color: #fff0;
  height: 70px;
  display: block;
  position: fixed;
  inset: 4% 0% auto;
}

.nav-menu-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-color: #3333335c;
  border-radius: 22px;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  height: 80px;
  padding: 30px 40px;
  font-size: 20px;
  text-decoration: none;
  display: flex;
}

.nav-menu-2._120 {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  -webkit-backdrop-filter: blur(1.5px);
  backdrop-filter: blur(1.5px);
  background-color: #33333330;
}

.nav-menu-2._120.cursor-hover {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  cursor: none;
  padding-left: 30px;
  padding-right: 30px;
}

.nav-menu-2.cursor-hover {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  cursor: none;
  height: 70px;
}

.container-5 {
  vertical-align: baseline;
  height: 80px;
  display: inline;
  overflow: hidden;
}

.dropdown-3 {
  pointer-events: auto;
  cursor: none;
  border-radius: 22px;
  align-self: center;
  overflow: visible;
}

.dropdown-toggle-3 {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  cursor: none;
  border-radius: 22px;
  justify-content: center;
  align-items: center;
  height: 70px;
  padding-left: 40px;
  display: flex;
}

.dropdown-list {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #000000cf;
  border-bottom-right-radius: 22px;
  margin-top: -18px;
  overflow: hidden;
}

.dropdown-list.w--open {
  color: #fff;
  background-color: #000;
  border-bottom-left-radius: 22px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Manrope, sans-serif;
  font-weight: 600;
}

.dropdown-list.cursor-hover {
  border-bottom-left-radius: 22px;
}

.dropdown-list.cursor-hover {
  display: block;
}

.dropdown-list.cursor-hover.w--open {
  cursor: none;
}

.dropdown-link {
  color: #fff;
  cursor: none;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  display: flex;
}

.dropdown-link.w--current {
  color: #fff;
  text-decoration: none;
}

.dropdown-link.highlighted {
  background-color: var(--light-pink);
  background-color: #fd6c6c70;
  border-radius: 0 0 22px 22px;
  height: 65px;
}

.container-6 {
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.subheading {
  color: #fff;
  text-shadow: 0 1px 1px #0003;
  padding-top: 30px;
  padding-right: 30%;
  font-family: Manrope, sans-serif;
  font-size: 30px;
  font-weight: 200;
  line-height: 120%;
  position: relative;
  top: auto;
}

.div-block-5 {
  width: auto;
  display: block;
}

.section {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  background-image: url('../images/noise-background-Black.avif');
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 600px;
  padding-top: 35px;
  padding-left: 8%;
  display: flex;
  position: static;
  overflow: hidden;
}

.sticky_section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
  overflow: visible;
}

.scroll-track {
  background-image: radial-gradient(circle, #fd6c6c42, #3330 77%, #3330), url('../images/noise-background-Black.avif');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  height: 200vh;
  display: block;
  position: relative;
  overflow: visible;
}

.scroll-video {
  border-radius: 200px;
  width: 400px;
  height: 400px;
  display: block;
  bottom: 320px;
  left: 500px;
}

.scroll-video.cursor-hover {
  cursor: none;
  position: relative;
  bottom: 300px;
  overflow: hidden;
}

.end-section {
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  background-image: url('../images/noise-background.avif');
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 80vh;
  padding-top: 30px;
  padding-bottom: 100px;
  display: flex;
  position: static;
  overflow: hidden;
}

.text-slider-wrapper {
  background-image: url('../images/noise-background-Black.avif');
  background-position: 0 0;
  background-size: auto;
  width: 100vw;
  line-height: 100%;
  display: flex;
  overflow: hidden;
}

.text_slider {
  color: #fff;
  margin-right: 0;
  padding-right: 0;
  font-size: 170px;
  font-weight: 600;
  line-height: 120%;
}

.text_slider.projects {
  color: #ff7c7c;
  text-align: left;
  flex: 0 auto;
  padding-top: 0;
  font-family: Silkserif Medium Italic, Arial, sans-serif;
  font-size: 170px;
  font-style: italic;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.text_slider_div {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow: visible;
}

.work_section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.work_scroll_track {
  background-image: url('../images/noise-background-Black.avif');
  background-position: 0 0;
  background-size: auto;
  width: 100vw;
  height: 5350px;
}

.text-block-12 {
  color: #fff;
  text-align: center;
  width: 100vw;
  margin-top: 60px;
  font-size: 33vw;
  font-weight: 600;
  line-height: 100%;
}

.section-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100vw;
  display: block;
  position: relative;
  inset: 0%;
}

.div-block-7 {
  width: 600px;
  height: 600px;
  position: absolute;
  inset: 0% auto auto 12%;
}

.div-block-7._02 {
  cursor: none;
  width: auto;
  height: auto;
  margin-top: 800px;
  position: absolute;
  inset: 0% 5% auto auto;
}

.div-block-7._03 {
  cursor: none;
  width: auto;
  height: auto;
  margin-top: 1600px;
  left: 10%;
}

.div-block-7._04 {
  cursor: none;
  width: auto;
  height: auto;
  margin-top: 2400px;
  inset: 0% 10% auto auto;
}

.div-block-7._01 {
  cursor: none;
  width: auto;
  height: auto;
  left: 5%;
}

.button {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #3333335c;
  border-radius: 22px;
  padding: 32px 130px;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  inset: 3400px auto auto 40%;
}

.button.cursor-hover {
  background-color: var(--light-pink);
  cursor: none;
  top: 3145px;
}

.services_scroll_track {
  width: 100vw;
  height: 400vh;
}

.section-5 {
  z-index: -1;
  width: 100vw;
  height: 100vh;
  margin-top: -250vh;
  position: sticky;
  top: 0;
}

.service_box {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  color: #000;
  cursor: none;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: flex-start;
  align-items: center;
  height: 25vh;
  padding-left: 100px;
  padding-right: 100px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.service_box.right {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  cursor: none;
  justify-content: flex-end;
  align-items: center;
}

.section_title_right {
  color: #000;
  font-size: 100px;
  font-weight: 800;
  line-height: 120%;
}

.gasp_div {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.gasp_div.cursor-hover {
  cursor: none;
}

.div-block-10 {
  height: 300vh;
}

.our_clients {
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.text_our_clients {
  color: #ff7c7c;
  font-size: 140px;
  font-weight: 800;
  line-height: 100%;
}

.our_clients_scroll_track {
  background-image: url('../images/noise-background-Black.avif');
  background-position: 0 0;
  background-size: auto;
  border: 1px red;
  border-radius: 0 0 40px 40px;
  height: 500vh;
}

.company_logos {
  position: absolute;
  top: 257px;
  left: 152.5px;
}

.company_logos._01 {
  width: 183px;
  top: 21%;
  left: 7%;
}

.company_logos._02 {
  width: 75px;
  top: 33%;
  left: 19%;
}

.company_logos._03 {
  width: 115px;
  top: 36%;
  left: 8%;
}

.company_logos._05 {
  width: 143px;
  top: 21%;
  left: 23%;
}

.company_logos._06 {
  width: 70px;
  top: 31%;
  left: 29%;
}

.company_logos._07 {
  width: 200px;
  top: 16%;
  left: 35%;
}

.company_logos._08 {
  width: 150px;
  top: 51%;
  left: 6%;
}

.company_logos._09 {
  width: 175px;
  top: 28%;
  left: 38%;
}

.company_logos._10 {
  width: 130px;
  top: 18%;
  left: 48%;
}

.company_logos._11 {
  width: 120px;
  top: 64%;
  left: 17%;
}

.company_logos._12 {
  width: 120px;
  top: 52%;
  left: 19%;
}

.company_logos._13 {
  width: 150px;
  top: 58%;
  left: 29%;
}

.company_logos._14 {
  width: 155px;
  top: 65%;
  left: 3%;
}

.company_logos._15 {
  width: 253px;
  top: 29%;
  left: 53%;
}

.company_logos._16 {
  width: 90px;
  top: 52%;
  left: 43%;
}

.company_logos._17 {
  width: 110px;
  top: 78%;
  left: 17%;
}

.company_logos._18 {
  width: 310px;
  top: 70%;
  left: 31%;
}

.company_logos._19 {
  width: 110px;
  top: 42%;
  left: 46%;
}

.company_logos._20 {
  width: 155px;
  top: 84%;
  left: 4%;
}

.company_logos._21 {
  width: 70px;
  top: 14%;
  left: 66%;
}

.company_logos._22 {
  width: 220px;
  top: 59%;
  left: 56%;
}

.company_logos._23 {
  width: 145px;
  top: 38%;
  left: 58%;
}

.company_logos._24 {
  width: 220px;
  top: 29%;
  left: 74%;
}

.company_logos._25 {
  width: 150px;
  top: 50%;
  left: 56%;
}

.company_logos._26 {
  width: 120px;
  top: 69%;
  left: 65%;
}

.company_logos._27 {
  width: 200px;
  top: 68%;
  left: 52%;
}

.company_logos._28 {
  width: 190px;
  top: 53%;
  left: 73%;
}

.company_logos._29 {
  width: 190px;
  top: 45%;
  left: 83%;
}

.company_logos._30 {
  width: 160px;
  top: 15%;
  left: 85%;
}

.company_logos._31 {
  width: 150px;
  top: 71%;
  left: 76%;
}

.company_logos._32 {
  width: 125px;
  top: 79%;
  left: 32%;
}

.company_logos._33 {
  width: 150px;
  top: 78%;
  left: 47%;
}

.company_logos._34 {
  width: 110px;
  top: 86%;
  left: 57%;
}

.company_logos._35 {
  width: 175px;
  top: 84%;
  left: 67%;
}

.company_logos._36 {
  width: 230px;
  top: 93%;
  left: 17%;
}

.company_logos._37 {
  width: 180px;
  top: 61%;
  left: 86%;
}

.company_logos._38 {
  width: 192px;
  top: 91%;
  left: 84%;
}

.company_logos._39 {
  width: 150px;
  top: 35%;
  left: 86%;
}

.company_logos._40 {
  width: 170px;
  top: 14%;
  left: 2%;
}

.company_logos._41 {
  width: 150px;
  top: 73%;
  left: 86%;
}

.company_logos._42 {
  width: 155px;
  top: 43%;
  left: 30%;
}

.company_logos._43 {
  width: 95px;
  top: 40%;
  left: 75%;
}

.text-block-14 {
  margin-top: 75px;
  padding-right: 390px;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}

.text-block-14._02, .text-block-14._01, .text-block-14._03 {
  padding-right: 0;
}

.arrow {
  position: absolute;
  inset: 10% 3.5% auto auto;
}

.arrow.right_02 {
  left: 3.5%;
  right: auto;
}

.section_title {
  font-size: 100px;
  font-weight: 800;
  line-height: 120%;
}

.scroll-wrap {
  position: relative;
  top: 0;
  overflow: hidden;
}

.scroll-trigger {
  pointer-events: none;
  border: 10px red;
  border-radius: 0;
  height: 100%;
  min-height: 100vh;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-11 {
  grid-column-gap: 57px;
  grid-row-gap: 57px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.section-7 {
  width: 84%;
  margin-left: 8%;
  margin-right: 8%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.bottom-text {
  border-top: 1px solid #000;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 84vw;
  margin-left: 8%;
  margin-right: 8%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-15 {
  color: #000;
  padding-left: 0%;
  padding-right: 0%;
  font-size: 16px;
  font-weight: 600;
}

.div-block-12 {
  grid-column-gap: 65px;
  grid-row-gap: 65px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link {
  color: #000;
  cursor: none;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.link.cursor-hover {
  cursor: none;
}

.link-3 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.link-3.cursor-hover {
  cursor: none;
}

.top-details {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 84%;
  margin-left: 8%;
  margin-right: 8%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.div-block-13 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  padding: 3px 15px;
  display: flex;
}

.div-block-13.cursor-hover {
  cursor: none;
  cursor: none;
  text-decoration: none;
}

.div-block-14 {
  grid-column-gap: 65px;
  grid-row-gap: 65px;
  flex-flow: column;
  max-width: 400px;
  display: flex;
}

.text-block-17 {
  font-size: 70px;
  font-weight: 800;
  line-height: 80%;
}

.text-block-18 {
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.div-block-15 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-flow: column;
  display: flex;
}

.text-block-22 {
  color: #000;
  font-weight: 600;
}

.image-4 {
  color: #000;
}

.image-5 {
  max-width: 84%;
  position: relative;
}

.image-5.cursor-hover {
  height: auto;
  position: static;
}

.together {
  color: var(--light-pink);
}

.section-8 {
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.div-block-17 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 230vw;
  height: 65vh;
  padding-left: 8%;
  display: flex;
  overflow: hidden;
}

.div-block-18 {
  justify-content: center;
  align-items: flex-end;
  height: 35vh;
  display: flex;
  overflow: hidden;
}

.lottie-animation-2 {
  width: 100vw;
}

.text-block-24 {
  width: 600px;
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
}

.text-block-24._02 {
  width: 300px;
  font-size: 20px;
}

.text-block-24._03 {
  width: 300px;
  margin-right: -82px;
  font-size: 20px;
  font-weight: 600;
}

.text-block-24._04 {
  font-size: 30px;
}

.text-block-24._30 {
  width: 500px;
  margin-right: -121px;
}

.text-span-2 {
  font-size: 150px;
  line-height: 100%;
}

.text-span-3 {
  font-size: 43px;
}

.div-block-21 {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  margin-left: -1px;
  display: flex;
  overflow: hidden;
}

.div-block-22 {
  background-color: var(--black-glass);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  pointer-events: auto;
  cursor: none;
  border-radius: 22px;
  height: 80px;
}

.text-block-25 {
  color: #fff;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}

.image-6, .image-7, .image-8, .image-9 {
  cursor: none;
}

.image-10 {
  border-radius: 80px;
}

.section-10 {
  background-image: url('../images/noise-background-Black.avif');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: flex-start;
  padding: 10% 8%;
  display: flex;
  position: relative;
}

.portfolio-hoemage {
  border-radius: 100px;
  padding-bottom: 0;
}

.portfolio-hoemage.ui-ux {
  cursor: none;
  object-fit: cover;
  border-radius: 50px;
  width: auto;
  height: 40vh;
}

.portfolio-hoemage.branding {
  object-fit: cover;
  width: 1400px;
  overflow: clip;
}

.div-block-25 {
  width: 600px;
  padding-bottom: 100px;
  position: sticky;
  top: 14%;
}

.project-image-container {
  cursor: none;
  padding-bottom: 100px;
  padding-left: 80px;
}

.project-image-container.vend {
  position: relative;
}

.heading-2 {
  color: #fff;
  padding-bottom: 20px;
  font-size: 80px;
  line-height: 100px;
}

.paragraph-2 {
  color: #949494;
  font-size: 18px;
  line-height: 120%;
}

.div-block-26 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 400vw;
  height: 47.5vh;
  display: flex;
  overflow: hidden;
}

.heading-3 {
  color: #fff;
  text-align: center;
  font-size: 100px;
  line-height: 100%;
}

.paragraph-6 {
  color: #b1b1b1;
  text-align: left;
  font-size: 25px;
  line-height: 120%;
}

.div-block-28 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 500px;
  display: flex;
}

.ui-ux-scroll-track {
  height: 300vh;
}

.section-11 {
  background-image: url('../images/noise-background-Black.avif');
  background-position: 0 0;
  background-size: auto;
  padding-top: 5%;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.div-block-29 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: center;
  align-items: center;
  width: 400vw;
  height: 47.5vh;
  padding-bottom: 5%;
  display: flex;
  overflow: hidden;
}

.div-block-30 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-image: url('../images/noise-background-Black.avif');
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 670vh;
  padding-top: 300px;
  padding-bottom: 300px;
  display: flex;
  position: relative;
}

.product-design {
  color: #fff;
  text-align: center;
  padding-top: 215px;
  font-size: 100px;
  font-weight: 600;
  line-height: 100%;
  position: sticky;
  top: -8vh;
}

.link-block {
  width: 1000px;
  position: relative;
}

.link-block.first {
  width: 1000px;
  padding-top: 0;
}

.text-block-31 {
  color: #fff;
  align-self: center;
  font-size: 200px;
  font-weight: 700;
  line-height: 90%;
}

.project-video-div {
  border-radius: 50px;
  width: 380px;
  height: 680px;
  position: relative;
}

.text-block-33 {
  z-index: -2;
  color: #fff;
  width: 540px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 25px;
  font-weight: 500;
  line-height: 100%;
  display: block;
  position: relative;
  top: -207px;
}

.text-block-33.customs {
  top: -207px;
}

.text-span-6 {
  color: #ffb4b4;
}

.hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/noise-background-Black.avif');
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100vh;
  padding-bottom: 270px;
  padding-left: 150px;
  display: flex;
  position: relative;
}

.heading-4 {
  color: #fff;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 0;
  padding-bottom: 50px;
  font-size: 150px;
  font-weight: 600;
  line-height: 100%;
  display: flex;
}

.heading-4.excep {
  font-size: 100px;
}

.paragraph-7 {
  color: #fff;
  font-size: 25px;
  line-height: 120%;
}

.div-block-36 {
  width: 1100px;
  position: relative;
}

.project-description {
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block-38 {
  justify-content: flex-end;
  align-items: flex-start;
  width: 75vw;
  height: 90vh;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.image-16 {
  box-sizing: border-box;
  object-fit: cover;
  border-bottom-left-radius: 40px;
  width: 100%;
  height: 100%;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  place-items: start center;
  padding-left: 80px;
  padding-right: 80px;
}

.title {
  color: #a0a0a0;
  font-size: 22px;
  font-weight: 500;
  line-height: 100%;
}

.body-text {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  line-height: 140%;
}

.section-16 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
}

.div-block-39 {
  background-image: url('../images/noise-background-Black.avif');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 3% 8%;
  display: flex;
  overflow: visible;
}

.div-block-39.custom {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  height: 110vh;
  padding-top: 3%;
  padding-bottom: 3%;
}

.div-block-39.custom.insta {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  padding: 8% 0% 0%;
  display: flex;
}

.div-block-39.custom.res, .div-block-39.custom.thread {
  height: auto;
}

.vend-desc {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
  padding-right: 170px;
  font-size: 100px;
  font-weight: 500;
  line-height: 100%;
  display: block;
}

.desc-sub {
  color: #fff;
  margin-left: 44%;
  font-size: 25px;
  line-height: 120%;
}

.div-block-40 {
  padding: 3% 8%;
  display: block;
}

.fill-image {
  border-radius: 50px;
  width: 100%;
}

.image-17 {
  object-fit: cover;
  background-image: linear-gradient(#c78132 100%, #000);
  border-radius: 40px;
  width: 100%;
  height: 100%;
}

.image-17.tuck {
  background-image: linear-gradient(#132e43, #000);
}

.image-17.joulez {
  background-image: linear-gradient(0deg, #000, #725ce1 100%, #000);
}

.image-17.gameu {
  background-image: linear-gradient(0deg, #000, #ff0f83);
}

.image-17.menaji {
  background-image: linear-gradient(0deg, #000, #ff5e00);
}

.image-18 {
  object-fit: cover;
  border-radius: 40px;
  width: 100%;
  height: 100%;
}

.image-19 {
  object-fit: cover;
  background-image: radial-gradient(circle, #c78132, #000 61%);
  border-radius: 40px;
  width: 100%;
  height: 100%;
}

.image-19.tuck {
  background-image: linear-gradient(#132e43, #000 61%);
}

.image-19.menaji {
  background-image: linear-gradient(#ff5e00, #000);
}

.image-19.gameu {
  background-image: repeating-linear-gradient(0deg, #ff0f83, #000);
}

.grid-2 {
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.project-name {
  color: #fff;
  padding-bottom: 17px;
  font-size: 35px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  position: static;
  inset: auto auto 0% 0%;
}

.project-date {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.project-details {
  mix-blend-mode: difference;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 400px;
  display: flex;
  position: absolute;
}

.video-3 {
  pointer-events: auto;
  cursor: default;
  border-radius: 50px;
}

.text-span-7 {
  color: #c78138;
  font-weight: 600;
}

.text-span-7.vend {
  color: #f1b8b4;
}

.section-18 {
  background-image: url('../images/noise-background-Black.avif');
  background-position: 0 0;
  background-size: auto;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  overflow: visible;
}

.section-18.rounded {
  overflow: hidden;
}

.vend_carousel {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-image: url('../images/noise-background-Black.avif');
  background-position: 0 0;
  background-size: auto;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding: 8%;
  display: flex;
}

.video-4 {
  border-radius: 50px;
}

.background-video-3 {
  z-index: 1;
  object-fit: fill;
  border-radius: 50px;
  width: 100%;
  height: 100%;
}

.background-video-4, .background-video-5 {
  z-index: 1;
  border-radius: 50px;
  width: 100%;
  height: 350px;
}

.image-21 {
  box-sizing: border-box;
  width: 400px;
}

.div-block-48 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 1000px;
  display: flex;
}

.div-block-49 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  width: 1000px;
  display: flex;
}

.div-block-50 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  display: block;
}

.div-block-51 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  width: 1000px;
  display: flex;
}

.bdm {
  cursor: none;
  width: 100vw;
  margin-bottom: 100px;
  padding-left: 100px;
  padding-right: 100px;
}

.email-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: flex-start;
  padding: 8% 3% 0%;
  display: flex;
}

.div-block-53 {
  background-image: url('../images/noise-background-Black.avif');
  background-position: 0 0;
  background-size: auto;
  width: 100vw;
  padding-top: 3%;
}

.text-span-9 {
  color: #c6823a;
  font-weight: 600;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
}

.image-29, .image-30, .image-31, .image-32, .image-33, .image-34 {
  border-radius: 20px;
}

.text-span-10 {
  color: #132e43;
  font-weight: 700;
}

.grid-4 {
  background-image: url('../images/noise-background-Black.avif');
  background-position: 0 0;
  background-size: auto;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.image-35 {
  object-fit: cover;
  width: 100%;
  height: 93.5%;
}

.image-35.custom {
  height: 100%;
}

.image-36 {
  width: 100%;
  height: 94%;
}

.text-block-39 {
  color: #fff;
  text-align: center;
  font-size: 80px;
  font-weight: 500;
  line-height: 100%;
}

.div-block-54 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-image: url('../images/noise-background-Black.avif');
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  padding: 8%;
  display: flex;
}

.text-span-11 {
  color: #132e43;
  font-weight: 700;
}

.grid-5 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.video-5, .video-6, .video-7 {
  height: 854px;
}

.div-block-55 {
  background-image: url('../images/noise-background-Black.avif');
  background-position: 0 0;
  background-size: auto;
}

.div-block-56 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 6% 8%;
  display: flex;
}

.div-block-57 {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
}

.text-block-40 {
  color: #fff;
  padding-bottom: 30px;
  padding-right: 200px;
  font-size: 100px;
  font-weight: 500;
  line-height: 100%;
}

.gameu {
  color: #ff0f83;
  font-weight: 700;
}

.text-block-41 {
  color: #fff;
  text-align: center;
  font-size: 100px;
  font-weight: 500;
  line-height: 100%;
}

.text-span-12 {
  color: #735ce2;
  font-weight: 700;
}

.text-block-43 {
  color: #fff;
  text-align: center;
  font-size: 100px;
  font-weight: 500;
  line-height: 100%;
}

.text-span-13 {
  color: #ff0f83;
  font-weight: 700;
}

.size-yango {
  object-fit: cover;
  width: 100%;
  height: 80%;
}

.div-block-54-copy {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-image: url('../images/noise-background-Black.avif');
  background-position: 0 0;
  background-size: auto;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  flex-flow: column;
  padding: 8%;
  display: flex;
}

.image-16-copy {
  box-sizing: border-box;
  object-fit: cover;
  background-image: linear-gradient(#000, #fff);
  border-bottom-left-radius: 40px;
  width: 100%;
  height: 100%;
}

.div-block-59 {
  background-image: linear-gradient(90deg, #000000ab, #0000 67%);
  width: 100%;
  height: 100%;
  position: absolute;
}

.desc-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
  padding-right: 250px;
  font-size: 100px;
  font-weight: 500;
  line-height: 100%;
  display: block;
}

.text-span-7-copy {
  color: #2308d7;
  font-weight: 600;
}

.div-block-52-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: flex-start;
  padding: 8% 8% 4%;
  display: flex;
}

.div-block-53-copy {
  background-image: url('../images/noise-background-Black.avif');
  background-position: 0 0;
  background-size: auto;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  width: 100vw;
  padding-top: 3%;
}

.text-block-38-copy {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 100px;
  font-weight: 500;
  line-height: 100%;
  display: flex;
}

.text-span-9-copy {
  color: #d8f793;
  font-weight: 600;
}

.desc-copy-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
  padding-right: 295px;
  font-size: 100px;
  font-weight: 500;
  line-height: 100%;
  display: block;
}

.background-video-6 {
  z-index: 1;
  width: 100%;
  height: 85%;
}

.desc-copy-copy-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
  padding-right: 80px;
  font-size: 100px;
  font-weight: 500;
  line-height: 100%;
  display: block;
}

.text-block-44 {
  color: #fff;
  font-size: 100px;
  line-height: 100%;
}

.text-span-15 {
  color: #2308d7;
  font-weight: 600;
}

.text-block-41-copy {
  color: #fff;
  text-align: center;
  font-size: 100px;
  font-weight: 500;
  line-height: 100%;
}

.text-span-12-copy {
  color: #ff6c17;
  font-weight: 700;
}

.text-block-40-copy {
  color: #fff;
  padding-right: 200px;
  font-size: 100px;
  font-weight: 500;
  line-height: 100%;
}

.menaji {
  color: #ff6c17;
  font-weight: 700;
}

.text-block-38-copy-copy {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 100px;
  font-weight: 500;
  line-height: 100%;
  display: flex;
}

.text-span-9-copy-copy {
  color: #ff6c17;
  font-weight: 600;
}

._1975 {
  color: #0028f1;
  font-weight: 700;
}

.text-block-40-copy-copy {
  color: #fff;
  padding-bottom: 50px;
  padding-right: 150px;
  font-size: 100px;
  font-weight: 500;
  line-height: 100%;
}

.div-block-60 {
  background-image: linear-gradient(90deg, #00000085, #fff0);
  position: absolute;
  inset: 0%;
}

.rish {
  color: #da9aac;
  font-weight: 700;
}

.rishh {
  color: #fff;
  padding-bottom: 30px;
  padding-right: 100px;
  font-size: 100px;
  font-weight: 500;
  line-height: 100%;
}

.big {
  background-image: url('../images/noise-background-Black.avif');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 110vh;
  padding: 3% 8%;
  display: flex;
  overflow: visible;
}

.big.biig {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  height: 2300px;
  padding-top: 3%;
  padding-bottom: 3%;
}

.biig {
  background-image: url('../images/noise-background-Black.avif');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 110vh;
  padding: 3% 8%;
  display: flex;
  overflow: visible;
}

.biig.biig02 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  height: 1800px;
  padding-top: 3%;
  padding-bottom: 3%;
}

.tea {
  color: #fff;
  padding-bottom: 30px;
  padding-right: 0;
  font-size: 100px;
  font-weight: 500;
  line-height: 100%;
}

.tealicious {
  color: #f29784;
  font-weight: 700;
}

.noyona {
  color: #ffe3c1;
  font-weight: 700;
}

.div-block-61 {
  background-image: linear-gradient(90deg, #0000007d, #fff0);
  position: absolute;
  inset: 0%;
}

.social-scroll-track-homepage {
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 100vw;
  height: 430vh;
  overflow: visible;
}

.text-block-45 {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  line-height: 120%;
}

.video-background {
  width: 100%;
  height: 100%;
}

.portfolio-homepage {
  object-fit: cover;
  border-radius: 50px;
  width: 800px;
  padding-bottom: 0;
}

.cursor-wrapper {
  z-index: 99999;
  pointer-events: none;
  mix-blend-mode: difference;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor {
  background-color: #fdbcbc;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: .8rem;
  height: .8rem;
  transition: opacity .3s;
  display: flex;
}

.text-block-46 {
  color: #fff;
  text-align: center;
  font-size: 30px;
  line-height: 100%;
}

.text-span-16 {
  font-size: 100px;
  font-weight: 600;
  line-height: 110%;
}

.text-block-17-mobile {
  font-size: 80px;
  font-weight: 800;
  line-height: 80%;
  display: none;
}

.div-block-63 {
  background-image: url('../images/noise-background-Black.avif');
  background-position: 0 0;
  background-size: auto;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  height: 430vh;
}

.section-19 {
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.div-block-64 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  margin-left: 150px;
  display: flex;
}

.div-block-66 {
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  margin-top: 300px;
  margin-bottom: 241px;
  display: flex;
  overflow: hidden;
}

.res {
  color: #d8f793;
  font-weight: 600;
}

.div-block-69 {
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 200px;
  display: flex;
}

.div-block-70 {
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 170px;
  display: flex;
}

.image-39, .image-40 {
  flex: 1;
}

.div-block-71 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 150px;
  display: flex;
}

.image-41 {
  flex: 1;
}

.div-block-72 {
  margin-right: -80px;
}

.link-block-2, .link-block-3, .link-block-4, .link-block-5 {
  align-self: stretch;
}

.div-block-76 {
  cursor: none;
  width: 150px;
  height: 100px;
}

.text-block-cursor {
  color: #fff;
  text-align: center;
  width: 120px;
  font-size: 28px;
  line-height: 100%;
  position: absolute;
}

.text-block-52 {
  color: #fff;
  text-align: center;
  width: 1100px;
  font-size: 80px;
  font-weight: 400;
  line-height: 100%;
}

.text-span-17 {
  font-weight: 600;
}

.text-span-18 {
  color: #f8b4b4;
  font-family: Juana, Arial, sans-serif;
  font-style: italic;
  font-weight: 100;
}

.text-span-19, .text-span-20 {
  font-family: Juana, Arial, sans-serif;
  font-weight: 100;
}

.text-span-21 {
  color: #f8b4b4;
  font-family: Juana, Arial, sans-serif;
  font-weight: 100;
}

.text-span-22 {
  color: #f8b4b4;
  font-family: Juana, Arial, sans-serif;
}

.text-block-53 {
  color: #fff;
  text-align: center;
  width: 1400px;
  font-size: 30px;
  line-height: 120%;
}

.section-02 {
  background-image: url('../images/noise-background-Black.avif');
  background-position: 0 0;
  background-size: auto;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  height: auto;
  padding: 8% 8% 10%;
}

.div-block-83 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-84 {
  padding-bottom: 100px;
}

.text-block-54 {
  color: #fff;
  font-size: 30px;
  line-height: 110%;
}

.text-block-55 {
  color: #fff;
  font-size: 18px;
}

.div-block-85 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #fff;
  flex-flow: column;
  padding-top: 20px;
  display: flex;
}

.text-block-56 {
  color: #fff;
  padding-top: 0;
  line-height: 160%;
  overflow: hidden;
}

.div-block-86 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.header {
  grid-column-gap: 66px;
  grid-row-gap: 66px;
  background-image: url('../images/noise-background-Black.avif');
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-top: 120px;
  display: flex;
}

.logo_marquee_section {
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.logo_marquee_move {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding-right: 40px;
  display: flex;
}

.logo-slider-container-image {
  object-fit: contain;
  width: 180px;
  height: 80px;
}

.div-block-90 {
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.section-21 {
  justify-content: center;
  align-items: center;
  display: block;
}

.image-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 720px;
  display: flex;
}

.image-48 {
  object-fit: cover;
  flex: 1;
  order: 0;
  align-self: stretch;
}

.image-48.exec {
  object-fit: contain;
  background-image: radial-gradient(circle, #c78038, #000 72%);
}

.image-48.exec._02 {
  background-image: radial-gradient(circle, #7059e4, #000 72%);
  padding-top: 40px;
  padding-bottom: 40px;
}

.image-48.exec._03 {
  background-image: radial-gradient(circle, #725ce1, #000 88%);
}

.grid-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 240px;
  margin-bottom: 240px;
}

.image-49, .image-50, .image-51, .image-52, .image-53, .image-54, .image-55, .image-56, .image-57 {
  object-fit: cover;
  flex: 1;
  align-self: stretch;
}

.h2 {
  font-size: 18px;
}

.breakpoint-indicator {
  z-index: 10000;
  letter-spacing: 1px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 900;
  display: none;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  box-shadow: 0 0 5px #0000004d;
}

.trailer-popup-link {
  cursor: none;
  position: absolute;
  inset: 0%;
}

.popup_overlay {
  z-index: 1000;
  cursor: auto;
  background-color: #181d2499;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.indic-991 {
  display: none;
}

.popup-play-icon {
  width: 100%;
  transition: opacity .5s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.popup-video-thumbnail {
  object-fit: cover;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.banner-video {
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.iframe {
  width: 100%;
  height: 100%;
  padding: 0;
  display: block;
}

.indic-1440, .indic-478, .popup-script {
  display: none;
}

.popup {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 90%;
  max-width: 60rem;
  display: flex;
}

.popup-close-button {
  color: #fff;
  background-color: #ff7c7c;
  border-radius: 5rem;
  margin-left: auto;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  line-height: 1;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.indic-767 {
  display: none;
}

.popup-close-overlay {
  position: absolute;
  inset: 0%;
}

.page-wrapper {
  width: 100%;
  height: 100%;
}

.popup-play-link {
  opacity: .8;
  color: #bc82dc;
  width: 5rem;
  height: 5rem;
  transition: transform .5s cubic-bezier(.215, .61, .355, 1);
  position: relative;
}

.popup-play-link:hover {
  opacity: 1;
  transform: scale(1.05);
}

.iframe-wrapper {
  aspect-ratio: 16 / 9;
  width: 100%;
  display: flex;
  position: relative;
}

.popup-play-link-overlay {
  justify-content: center;
  align-items: center;
  transition: opacity .5s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: absolute;
  inset: 0%;
}

.dark-overlay-of-banner-image {
  opacity: .3;
  background-color: #181d24;
  position: absolute;
  inset: 0%;
}

.text-block-57 {
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.section-22 {
  display: none;
}

.div-block-94, .div-block-95, .div-block-96 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  pointer-events: auto;
  cursor: none;
  background-color: #3333335c;
  border-radius: 22px;
  height: 80px;
}

.text_block_10-2 {
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.div-block-97 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  pointer-events: auto;
  cursor: none;
  background-color: #3333335c;
  border-radius: 22px;
  height: 70px;
}

.div-block-98, .div-block-99, .div-block-100, .div-block-101, .div-block-102, .div-block-103, .div-block-104, .div-block-105, .div-block-106, .div-block-107 {
  width: 380px;
}

.utility-page-wrap {
  background-image: url('../images/noise-background-Black.avif');
  background-position: 0 0;
  background-size: auto;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 184px;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 500px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.loader_heading {
  color: #fff;
  font-size: 3.28em;
  font-weight: 400;
  line-height: 1.6;
}

.loader {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100.1%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.page-wrapper-2 {
  z-index: 99999;
  pointer-events: none;
  width: 100%;
  font-size: 1em;
  display: block;
  position: relative;
  overflow: hidden;
}

.loader_column {
  background-color: #000;
  width: 25%;
  height: 100%;
}

.loader_column.is-3 {
  border-bottom: 1px solid #5a5a5a;
  border-left: 1px solid #5a5a5a;
  border-right: 1px solid #5a5a5a;
  justify-content: flex-start;
  align-items: center;
  padding-left: 1em;
  display: flex;
}

.loader_column.is-2 {
  border-bottom: 1px solid #5a5a5a;
  border-left: 1px solid #5a5a5a;
  justify-content: flex-end;
  align-items: center;
  padding-right: 1em;
  display: flex;
}

.loader_column.is-4 {
  height: 100%;
}

.word-wrap-2 {
  flex-direction: column;
  align-items: flex-start;
  height: 5.22em;
  display: flex;
  overflow: visible;
}

.loader_moving {
  color: #fff;
  font-size: 3.28em;
  font-weight: 400;
  line-height: 1.6;
}

.strukture_logo_symbol {
  width: 20%;
}

.strukture_logo_img_div, .strukture_logo_symbol_div {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.strukture_logo_img {
  width: 50%;
}

.gc_portfolio_image {
  background-image: url('../images/noise-background-Black.avif');
  background-position: 0 0;
  background-size: auto;
  padding: 3%;
}

.gc_grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-image: url('../images/noise-background-Black.avif');
  background-position: 0 0;
  background-size: auto;
  padding: 10% 10% 3%;
}

.cup_wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-image: radial-gradient(circle, #c6823a4a, #000), url('../images/noise-background-Black.avif');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 5% 10%;
  display: flex;
}

.cup_title {
  color: #fff;
  font-size: 70px;
  line-height: 110%;
}

.website_grid {
  width: 100%;
  padding: 8%;
}

.newstalgia_portfolio_image {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 3% 8%;
  display: flex;
}

.div-block-108 {
  background-image: linear-gradient(225deg, #fff0, #000000a6 69%);
  position: absolute;
  inset: 0%;
}

.div-block-109, .div-block-110, .image-61, .image-62 {
  height: 100%;
}

.joulez_portfolio_image, ._1957_portfolio_image, .tealicious_portfolio_image, .noyo_portfolio_image, .rish_portfolio_image, .gameu_portfolio_image {
  padding: 3% 8%;
}

.heading-7 {
  text-align: left;
  font-size: 80px;
  line-height: 100%;
}

.text-block-59 {
  text-align: left;
}

.image-63 {
  width: 200px;
}

.app_store_wrapper {
  height: 250vh;
  overflow: visible;
}

.appstore_image_wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 1778px;
  height: 512px;
  margin-left: 665px;
  display: flex;
}

.text-block-61 {
  color: #fff;
  text-align: center;
  font-size: 100px;
  font-weight: 500;
  line-height: 120%;
}

.appstore_image_div {
  border-radius: 20px;
  width: 288px;
  height: 512px;
  overflow: hidden;
}

.title_wrapper {
  margin-top: 180px;
  margin-bottom: 30px;
}

.appstore_img {
  width: 100%;
}

.sticky {
  height: 640px;
  position: static;
  top: 0;
}

.div-block-113 {
  background-image: url('../images/noise-background-Black.avif');
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.social_media_image_wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 3566px;
  height: 512px;
  margin-left: 2450px;
  display: flex;
}

.social_media_wrapper {
  height: 350vh;
}

.oddlygood {
  color: #4a804e;
  font-weight: 700;
}

.masonry_grid {
  column-count: 2;
  column-gap: 3rem;
  padding-left: 3%;
  padding-right: 3%;
}

.masonry_img {
  border-radius: 30px;
  margin-bottom: 3rem;
}

.div-block-114 {
  background-image: linear-gradient(0deg, #00000075, #00000070 28%);
  position: absolute;
  inset: 0%;
}

.riad {
  color: #00bd19;
  font-weight: 700;
}

.div-block-115 {
  cursor: none;
  width: 150px;
  height: 100px;
}

.section-27 {
  height: 100vh;
  display: none;
}

.div-block-118 {
  height: 100vh;
}

.webgl.is-absolute {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero_header {
  color: #fff;
  font-family: Funnel display, Arial, sans-serif;
  font-size: 80px;
  line-height: 100%;
}

.hero_image_thumb {
  width: 350px;
  height: 80px;
}

.hero_section {
  width: 100vw;
  height: 120vh;
}

.hero_section.mobile {
  display: none;
}

.hero_wrapper {
  background-image: url('../images/noise-background-Black.avif');
  background-size: auto;
  height: 120vh;
}

.code-embed-4 {
  height: 100vh;
}

.div-block-121 {
  z-index: 110;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 120vh;
  padding-bottom: 8%;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero_text_divs {
  grid-column-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-65 {
  width: 200px;
}

.image-66 {
  width: auto;
}

.div-block-122 {
  width: 100px;
  padding-bottom: 0;
}

.div-block-123 {
  z-index: 100;
  background-image: linear-gradient(#ffffff12, #fff0 29%), radial-gradient(circle, #0000004f, #000000d9 50%);
  position: absolute;
  inset: 0%;
}

.div-block-124 {
  padding-top: 0;
  position: relative;
  top: 50px;
}

.hero_image_thumb_wrapper {
  cursor: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block-63 {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: Funnel display, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section-28 {
  background-image: url('../images/noise-background-Black.avif');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.naturi_img_container {
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 600px;
  display: flex;
  position: static;
  overflow: hidden;
}

.naturi_img_01 {
  object-fit: cover;
  flex: 1;
  align-self: stretch;
}

.scroll_track_naturi {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0%;
}

.container_wrapper {
  position: relative;
}

.naturi_img_container_02 {
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 600px;
  display: flex;
  position: static;
  inset: auto;
  overflow: hidden;
}

.naturi_img_02 {
  object-fit: cover;
  flex: 1;
  align-self: stretch;
}

.scroll-child {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.scroll-parent {
  width: 100%;
  height: 600vh;
}

.title-intro {
  color: #fff;
  text-align: center;
  font-family: Funnel display, Arial, sans-serif;
  font-size: 150px;
  font-weight: 600;
  line-height: 100%;
}

.img-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.img-parent {
  justify-content: center;
  align-items: center;
  width: 20vw;
  height: 60vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-parent {
  z-index: 10;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 4rem;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.script {
  color: #fff;
  text-align: center;
  width: 80%;
  margin-top: 4rem;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

.hero-parent {
  background-image: linear-gradient(135deg, #ff7c7c, #ff7c7cab);
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: clip;
}

.img-parent-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-block-64 {
  color: #fff;
  text-align: center;
  cursor: none;
  font-size: 20px;
  font-weight: 600;
}

.view_project_button_wrapper {
  cursor: none;
  background-color: #3333335c;
  border-radius: 22px;
  margin-top: auto;
  padding: 30px 50px;
}

.view_project_button {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  cursor: none;
  width: 300px;
  margin-top: 60px;
  text-decoration: none;
  position: absolute;
}

.signature {
  color: #fff;
  width: 70px;
  font-family: Funnel display, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  position: absolute;
  top: 80px;
  left: 125px;
}

.section-29 {
  height: 400vh;
  position: relative;
}

.scroll-track-wrapper {
  background-image: url('../images/noise-background-Black.avif');
  background-position: 0 0;
  background-size: auto;
  height: 400vh;
  position: relative;
}

.div-block-126 {
  height: 100vh;
  position: sticky;
  top: 0;
}

.scroll-track-naturi {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  padding-left: 8%;
  padding-right: 8%;
  display: flex;
  position: sticky;
  top: 0;
}

.div-block-127 {
  background-image: linear-gradient(#000, #fff);
  width: 100dvw;
  height: 300dvh;
  position: relative;
}

.naturi-image-wrapper {
  z-index: 100;
  color: #fff;
  font-size: 100px;
  line-height: 100%;
  position: absolute;
  inset: 20% 0% auto;
}

.div-block-128 {
  height: 100dvh;
  position: sticky;
  top: 0;
}

.naturi-title-wrapper {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  width: 93%;
  height: 70%;
  overflow: hidden;
}

.section-30 {
  background-image: linear-gradient(#000, #fff);
  width: 100vw;
  height: 300vh;
  position: relative;
}

.naturi-image-hero {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-129 {
  height: 100vh;
}

.naturi-hero-title {
  text-align: center;
  padding-left: 0%;
  padding-right: 0%;
  font-family: Funnel display, Arial, sans-serif;
  font-size: 85px;
  font-weight: 300;
}

.lottie_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 80px;
  display: flex;
  position: absolute;
  inset: auto 0% 10%;
}

.lottie-animation-3 {
  width: 80px;
  height: 80px;
}

.text-block-65 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.div-block-130 {
  justify-content: flex-end;
  align-items: flex-start;
  width: 75vw;
  height: 90vh;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.image-69 {
  box-sizing: border-box;
  object-fit: cover;
  border-bottom-left-radius: 40px;
  width: 100%;
  height: 100%;
}

.div-block-131 {
  width: 1100px;
  position: relative;
}

.heading-8 {
  color: #fff;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 0;
  padding-bottom: 50px;
  font-size: 150px;
  font-weight: 600;
  line-height: 100%;
  display: flex;
}

.image-67 {
  width: 80px;
  height: 80px;
}

.paragraph-8 {
  color: #fff;
  font-size: 25px;
  line-height: 120%;
}

.image-68 {
  width: 80px;
  height: 80px;
}

.section-31 {
  background-image: url('../images/noise-background-Black.avif');
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  padding-top: 40px;
  padding-left: 8%;
  padding-right: 8%;
  display: flex;
}

.text-block-66 {
  color: #fff;
  width: 3733px;
  font-family: Funnel display, Arial, sans-serif;
  font-size: 30px;
  line-height: 100%;
}

.moving_text_wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 11229px;
  display: flex;
}

.video_wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
}

.text-span-23, .text-span-24 {
  color: #fd6c6c;
}

.cropped_wrapper {
  width: 100%;
  overflow: hidden;
}

.team_number_slider-wrap.swiper-wrapper {
  flex-flow: row;
  display: flex;
}

.div-block-133 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-image: radial-gradient(circle, #e2848387, #0003 82%), url('../images/noise-background-Black.avif');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 200px 8% 100px;
  display: flex;
}

.swiper-wrapper.ls-team {
  flex-flow: row;
  padding-bottom: 40px;
  display: flex;
}

.grid-8 {
  grid-template-rows: auto;
  align-self: stretch;
}

.team_bio_slider {
  width: 100%;
}

.team_bio_slider.swiper {
  height: 5rem;
  overflow: hidden;
}

.naturi_website_image {
  width: 100%;
}

.team_bio_slider-slide {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.team_bio_slider-slide.swiper-slide {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  opacity: 1;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  transition: opacity .5s;
  display: block;
}

.title_naturi_page {
  color: #fff;
  text-align: center;
  font-family: Funnel display, Arial, sans-serif;
  font-size: 100px;
  font-weight: 300;
  line-height: 110%;
}

.swiper-slide-02.ls-team {
  min-width: 30%;
  transition: transform .4s;
}

.text-span-25 {
  color: #e28483;
  font-weight: 400;
}

.swiper-02.ls-team {
  margin-top: 3rem;
  overflow: visible;
}

.animated_button {
  z-index: 50;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  cursor: none;
  background-color: #5050505c;
  border-radius: 22px;
  text-decoration: none;
  position: relative;
}

.grid-7 {
  grid-template-rows: auto auto;
  grid-template-columns: 8.5fr 1fr;
  place-items: center stretch;
}

.text-block-67 {
  color: #fff;
  text-align: center;
  text-transform: none;
  justify-content: center;
  align-items: center;
  padding: 30px 40px;
  font-size: 20px;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex;
}

.div-block-132 {
  height: 100%;
}

.background {
  z-index: -50;
  background-color: #ff8e8ecc;
  border-radius: 22px;
  padding: 3px;
  display: block;
  position: absolute;
  inset: 5px;
}

.team_bio_slider-wrap {
  width: 100%;
  height: 100%;
}

.team_bio_slider-wrap.swiper-wrapper {
  display: flex;
}

.div-block-135 {
  z-index: 100;
  background-image: radial-gradient(circle, #0000 68%, #000 94%);
  width: 100vw;
  height: 40px;
  position: absolute;
}

.team_button-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.naturi_image_social {
  border-radius: 20px;
  width: 100%;
  margin-bottom: 20px;
}

.team_number_slider.swiper {
  width: 100px;
  height: 10rem;
  overflow: hidden;
}

.div-block-136 {
  column-count: 2;
  flex-flow: column;
  column-gap: 20px;
  width: 100%;
  display: block;
}

.team_text_slider-wrap.swiper-wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about_section {
  background-image: url('../images/noise-background-Black.avif');
  background-position: 0 0;
  background-size: auto;
  height: 100%;
  padding: 80px 150px;
}

.about_section.tab {
  display: none;
}

.slider_button {
  z-index: 2;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1.5px solid #000;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  transition: all .3s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  transform: none;
}

.slider_button.ls-prev {
  left: -2rem;
  transform: rotate(-180deg);
}

.slider_button.ls-prev:hover {
  background-color: #bf9e733d;
}

.slider_button.ls-next {
  left: -2rem;
  transform: none;
}

.slider_button.ls-next:hover {
  background-color: #bf9e733d;
}

.about_title {
  color: #f8b4b4;
  font-family: Juana, Arial, sans-serif;
  font-size: 80px;
  line-height: 100%;
}

.hide-3 {
  display: none;
}

.grid-9 {
  grid-column-gap: 51px;
  grid-row-gap: 51px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.team_text_slider.swiper {
  width: 100%;
  height: 5rem;
  overflow: hidden;
}

.about_subtitle {
  color: #fff;
  font-size: 18px;
  line-height: 110%;
}

.padding-section-large-4 {
  padding-top: 0;
  padding-bottom: 0;
}

.about_text_wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.svg-arrow-button {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
}

.svg-arrow-button.is-1 {
  width: 1rem;
  height: 1rem;
}

.about_image_wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team_text_slider-slide.swiper-slide {
  display: block;
}

.about_image {
  width: 70%;
}

.slider_text_wrapper {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.text-block-68 {
  color: #fff;
  font-family: Juana, Arial, sans-serif;
  font-size: 30px;
  font-weight: 100;
  line-height: 100%;
}

.padding-global-4 {
  padding-left: 7%;
  padding-right: 7%;
}

.highlighted_text {
  color: #f8b4b4;
  font-size: 20px;
  font-weight: 400;
}

.second_text_block {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  display: block;
}

.section_blog {
  overflow: hidden;
}

.div-block-137 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  cursor: none;
  background-color: #ffffff1f;
  border: 1px solid #ffffff26;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  width: 255px;
  height: 55px;
  margin-bottom: 15px;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
  position: static;
  inset: auto 0% 60% 32%;
}

.div-block-138 {
  border-radius: 50%;
  width: 35px;
  position: relative;
  overflow: hidden;
}

.div-block-139 {
  z-index: 100;
  float: right;
  background-color: #2bff00;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: fixed;
  top: 36px;
  left: 45px;
}

.div-block-140 {
  flex-flow: column;
  display: flex;
}

.code-embed {
  display: none;
}

.text-block-69 {
  color: #fff;
  padding-left: 6px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.image-73 {
  position: relative;
}

.student-item {
  height: 100%;
  margin-left: 2vw;
  margin-right: 2vw;
  position: relative;
}

.div-block-141 {
  grid-column-gap: 275px;
  grid-row-gap: 275px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.student-sticky-container {
  z-index: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100vh;
  padding-top: 12vh;
  padding-bottom: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.section-students {
  height: 900vh;
  position: relative;
}

.testimonials {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 200px 20px 300px;
  display: block;
}

.wipe {
  background-color: #031b1e;
  width: 100%;
  height: 110%;
  display: block;
  position: absolute;
  inset: 0%;
}

.testimonial-image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 400px;
  min-height: 400px;
  max-height: 400px;
}

.sticky-mask {
  background-color: #031b1e;
  width: 100%;
  height: 49vw;
  padding-top: 2vw;
  overflow: hidden;
}

.testimonial-text {
  text-align: center;
  margin-bottom: 20px;
  line-height: 140%;
}

.student-list {
  display: flex;
}

.testimonial-author-image {
  opacity: 1;
  border-radius: 0%;
  width: 70px;
  max-width: 100%;
  margin-bottom: 3px;
  padding-bottom: 10px;
}

.image-70 {
  width: 31vw;
  position: relative;
  bottom: -23.3vw;
  left: 13%;
}

.image-70.after-students {
  left: 12%;
}

.testimonial-author-info {
  font-size: .8rem;
  line-height: 130%;
}

.student-scroller {
  z-index: 1;
  display: flex;
  position: relative;
}

.testimonial-3 {
  z-index: 100;
  position: relative;
}

.path-container {
  z-index: -1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.path-container.student-bottom {
  inset: auto 0% 1%;
}

.testimonial-block {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  padding: 20px;
  display: flex;
}

.color {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.color.cc-pulm {
  background-image: linear-gradient(225deg, #667eea, #764ba2);
}

.color.cc-sunset-forest {
  background-image: linear-gradient(225deg, #e3bf54, #23bcba);
}

.color.cc-forest {
  background-image: linear-gradient(225deg, #23bcba, #45e994);
}

.color.cc-sunset {
  background-image: linear-gradient(225deg, #fb8332, #e3bf54);
}

.color.cc-pulm-sunset {
  background-image: linear-gradient(225deg, #764ba2, #fb8332);
}

.color.cc-forest-pulm {
  background-image: linear-gradient(225deg, #23bcba, #764ba2);
}

.testimonials-flex {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  min-height: 100vh;
  margin-bottom: 40px;
  display: grid;
  position: relative;
}

.video-card-grid-3-opt-2 {
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 480px;
  padding: 24px 16px 24px 24px;
  display: flex;
  position: relative;
}

.video-card-grid-3-opt-2:hover {
  box-shadow: none;
}

.testimonial-author-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.label {
  color: #333;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

.label.cc-grey {
  color: #939393;
}

.container {
  max-width: none;
  position: relative;
}

.text-block-grid-2 {
  color: #fff;
  width: 90%;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  position: relative;
}

.testimonial-6 {
  z-index: 4;
  background-color: #ececec;
  border-radius: 5px;
}

.grid-1 {
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.centered-text {
  text-align: center;
}

.button-block-2 {
  z-index: 99;
  cursor: pointer;
  border-radius: 8px;
  width: 80px;
  height: 80px;
  transition: transform .2s;
  display: block;
  position: relative;
  overflow: hidden;
}

.button-block-2:hover {
  transform: scale(1.05);
}

.button-block-2.small {
  width: 66px;
  height: 66px;
}

.centered-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.img-grid-2 {
  background-image: linear-gradient(to top, #000000ad, #0006 38%, #0000 62%), url('../images/Sea-Bridge.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.img-grid-2.coffee-hands {
  background-image: linear-gradient(to top, #0006, #0000 52%, #000000ad), url('../images/Hand-coffee.png');
}

.img-grid-2.coffee-cup {
  background-image: linear-gradient(to top, #0006, #0000 52%, #000000ad), url('../images/Coffe-Cup.png');
}

.img-grid-2.coffee-package {
  background-image: linear-gradient(to top, #0006, #0000 52%, #000000ad), url('../images/coffe-from-package.png');
  background-position: 0 0, 100%;
}

.testimonial-7 {
  background-color: #fd6c6c1f;
  border-radius: 5px;
}

.divider {
  background-color: #f1f1f1;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.testimonial-8 {
  z-index: 2;
  background-color: #fd6c6c1f;
  border-radius: 5px;
}

.play-icon {
  z-index: 7;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.testimonial-9 {
  background-color: #ececec;
  border-radius: 5px;
}

._3-crds-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-gradient-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.button-gradient-2._3 {
  z-index: 3;
}

.button-gradient-2._2 {
  z-index: 2;
}

.button-gradient-2._1 {
  z-index: 1;
}

.button-gradient-2._6 {
  z-index: 6;
}

.button-gradient-2._5 {
  z-index: 5;
}

.button-gradient-2.static {
  opacity: 0;
  position: static;
}

.button-gradient-2._4 {
  z-index: 4;
}

.item-wrap {
  margin-bottom: 100px;
}

.bottom-margin---m {
  margin-bottom: 40px;
}

.button-grid {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-143 {
  grid-column-gap: 31px;
  grid-row-gap: 31px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-2 {
  background-color: #eae7da;
  border-radius: 5px;
}

.testimonial-5 {
  z-index: 2;
  background-color: #eceae5;
  border-radius: 5px;
}

.testimonial-1 {
  background-color: #eceae5;
  border-radius: 5px;
}

.testimonial-4 {
  z-index: 4;
  background-color: #eae7da;
  border-radius: 5px;
}

.button-2 {
  -webkit-backdrop-filter: drop-shadow(0 0 10px #000000b3);
  backdrop-filter: drop-shadow(0 0 10px #000000b3);
  background-color: #3333335c;
  border-radius: 22px;
  padding: 30px 40px;
  font-size: 20px;
  font-weight: 600;
}

.image-72 {
  width: 100%;
}

@media screen and (min-width: 1440px) {
  .dropdown-list.cursor-hover {
    border-bottom-right-radius: 22px;
    border-bottom-left-radius: 22px;
    display: block;
  }

  .dropdown-link.highlighted {
    border-radius: 0 0 22px 22px;
    height: 65px;
  }

  .text_slider.projects {
    padding-top: 0;
  }

  .button.cursor-hover {
    left: auto;
  }

  .project-video-div {
    width: 400px;
    height: 710px;
  }

  .project-description, .section-16 {
    background-image: none;
  }

  .div-block-39.custom.insta {
    height: auto;
  }

  .div-block-39.custom.thread {
    background-image: none;
  }

  .vend-desc {
    padding-right: 170px;
  }

  .section-18 {
    background-image: url('../images/noise-background-Black.avif');
    background-position: 0 0;
    background-size: auto;
  }

  .vend_carousel {
    padding: 0%;
  }

  .background-video-3 {
    width: 100%;
  }

  .background-video-4 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 350px;
    display: block;
  }

  .background-video-5 {
    width: 100%;
    height: 350px;
  }

  .bdm {
    padding-left: 100px;
    padding-right: 100px;
  }

  .indic-1440 {
    display: block;
  }

  .indic-desktop {
    display: none;
  }

  .div-block-92 {
    justify-content: center;
    align-items: center;
    width: 100vw;
    display: flex;
  }

  .div-block-98, .div-block-99, .div-block-100, .div-block-101, .div-block-102, .div-block-103, .div-block-104, .div-block-105, .div-block-106, .div-block-107 {
    width: 400px;
  }

  .utility-page-wrap {
    background-image: url('../images/noise-background-Black.avif');
    background-position: 0 0;
    background-size: auto;
  }

  .utility-page-content {
    color: #fff;
    font-family: Manrope, sans-serif;
  }

  .gc_portfolio_image {
    background-image: url('../images/noise-background-Black.avif');
    background-position: 0 0;
    background-size: auto;
    padding: 3%;
  }

  .gc_grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    background-image: url('../images/noise-background-Black.avif');
    background-position: 0 0;
    background-size: auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    padding: 10% 10% 3%;
  }

  .cup_wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    padding: 5% 10%;
    display: flex;
  }

  .cup_title {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 110%;
  }

  .website_grid {
    padding: 8%;
  }

  .two-tone-titles {
    color: #fff;
    text-align: center;
    font-size: 100px;
    font-weight: 500;
    line-height: 120%;
  }

  .left_side_text {
    color: #c6813b;
    font-weight: 700;
  }

  .signature {
    color: #fff;
    font-family: Funnel display, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    position: absolute;
    top: 80px;
    left: 125px;
  }

  .scroll-track-naturi {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .naturi-image-wrapper {
    position: static;
  }

  .lottie_wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    height: auto;
  }

  .text-block-65 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
  }

  .about_image_wrapper {
    justify-content: center;
    align-items: flex-end;
  }

  .testimonials {
    display: block;
  }
}

@media screen and (min-width: 1920px) {
  .div-block-4 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .navbar-3 {
    top: 3%;
  }

  .subheading {
    padding-right: 55%;
  }

  .sticky_section, .scroll-track {
    width: 100vw;
  }

  .scroll-video.cursor-hover {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .text-slider-wrapper {
    background-size: auto;
  }

  .text_slider.projects {
    padding-top: 40px;
  }

  .work_scroll_track {
    background-size: auto;
  }

  .service_box, .service_box.right {
    grid-column-gap: 350px;
    grid-row-gap: 350px;
  }

  .section_title_right {
    font-size: 150px;
  }

  .our_clients, .our_clients_scroll_track {
    width: 100vw;
  }

  .section_title {
    font-size: 150px;
  }

  .project-image-container.vend {
    padding-left: 150px;
  }

  .heading-2 {
    font-size: 100px;
  }

  .paragraph-2 {
    font-size: 25px;
  }

  .link-block, .link-block.first {
    width: 1400px;
  }

  .project-video-div {
    height: 710px;
  }

  .text-block-33 {
    font-size: 30px;
  }

  .text-block-33.customs {
    font-size: 25px;
    top: -207px;
  }

  .div-block-36 {
    z-index: 100;
  }

  .project-description, .section-16 {
    background-image: none;
  }

  .div-block-39 {
    background-image: none;
    height: auto;
  }

  .div-block-39.custom.insta {
    height: auto;
  }

  .div-block-39.custom.res {
    width: auto;
    height: auto;
  }

  .div-block-39.custom.thread {
    height: auto;
  }

  .fill-image {
    width: auto;
    height: auto;
  }

  .section-18 {
    background-image: url('../images/noise-background-Black.avif');
    background-position: 0 0;
    background-size: auto;
  }

  .vend_carousel {
    background-image: none;
    padding-left: 8%;
    padding-right: 8%;
  }

  .div-block-48, .div-block-49, .div-block-51 {
    width: 1400px;
  }

  .bdm {
    padding-left: 100px;
    padding-right: 100px;
  }

  .div-block-53, .div-block-54 {
    background-image: none;
  }

  .text-span-11 {
    color: #2b597d;
  }

  .div-block-55 {
    background-image: none;
  }

  .div-block-57 {
    justify-content: center;
    align-items: center;
    width: auto;
    height: 700px;
  }

  .text-block-40 {
    padding-right: 300px;
  }

  .desc-copy {
    padding-right: 200px;
  }

  .desc-copy-copy-copy {
    padding-right: 150px;
  }

  .text-block-40-copy-copy {
    padding-bottom: 50px;
    padding-right: 234px;
  }

  .big.biig {
    height: 3200px;
    padding-bottom: 3%;
  }

  .biig.biig02 {
    height: 2500px;
    padding-bottom: 3%;
  }

  .tea {
    padding-right: 498px;
  }

  .utility-page-wrap {
    background-image: url('../images/noise-background-Black.avif');
    background-position: 0 0;
    background-size: auto;
    justify-content: flex-start;
    align-items: center;
    padding-left: 184px;
  }

  .utility-page-content {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    color: #fff;
    justify-content: center;
    align-items: flex-start;
    width: 500px;
  }

  .strukture_logo_symbol {
    width: 20%;
    position: static;
    inset: 50% 0% 50% auto;
  }

  .strukture_logo_img_div {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .strukture_logo_symbol_div {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .strukture_logo_img {
    width: 50%;
  }

  .gc_portfolio_image, .gc_grid {
    background-image: none;
  }

  .cup_wrapper {
    background-image: radial-gradient(circle, #c6823a3d, #0000), url('../images/noise-background-Black.avif');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
  }

  .cup_title {
    color: #fff;
    font-weight: 500;
  }

  .two-tone-titles {
    color: #fff;
    text-align: center;
    font-size: 100px;
    font-weight: 500;
    line-height: 110%;
  }

  .left_side_text {
    color: #c6823a;
    font-weight: 700;
  }

  .newstalgia_portfolio_image {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    padding: 3% 8%;
    display: flex;
  }

  .div-block-108 {
    z-index: 100;
    background-image: linear-gradient(225deg, #fff0, #000000d6 80%);
    position: absolute;
    inset: 0%;
  }

  .div-block-109, .div-block-110, .image-61, .image-62 {
    height: 100%;
  }

  .joulez_portfolio_image, ._1957_portfolio_image, .tealicious_portfolio_image, .noyo_portfolio_image, .rish_portfolio_image, .gameu_portfolio_image {
    padding: 3% 8%;
  }

  .heading-7 {
    text-align: left;
    font-family: Manrope, sans-serif;
    font-size: 80px;
    line-height: 100%;
  }

  .text-block-59 {
    text-align: left;
    width: 300px;
    font-family: Manrope, sans-serif;
    font-size: 20px;
    line-height: 100%;
  }

  .image-63 {
    width: 250px;
  }

  .appstore_image_wrapper {
    align-items: flex-start;
    width: 4370px;
    height: 691.2px;
    margin-left: 3210px;
  }

  .appstore_image_div {
    width: 388.8px;
    height: 691.2px;
  }

  .sticky {
    height: 691.2px;
  }

  .social_media_image_wrapper {
    width: 4775.6px;
    height: 691.2px;
    margin-left: 3630px;
  }

  .hero_header {
    font-size: 150px;
  }

  .div-block-121 {
    padding-bottom: 10%;
  }

  .div-block-122 {
    width: 150px;
  }

  .div-block-123 {
    background-image: linear-gradient(#ffffff12, #fff0 29%), radial-gradient(circle, #0000004f, #000000d9 50%);
  }

  .scroll-parent {
    cursor: none;
  }

  .title-intro {
    font-size: 150px;
  }

  .img-cover {
    object-fit: cover;
  }

  .script {
    color: #fff;
    text-align: center;
    width: 80%;
    font-size: 18px;
  }

  .hero-parent {
    background-image: linear-gradient(135deg, #ff7c7c, #ff7c7cab);
  }

  .text-block-64 {
    color: #fff;
    text-align: center;
    cursor: none;
  }

  .view_project_button_wrapper {
    cursor: none;
    background-color: #3333335c;
    border-radius: 22px;
    margin-top: auto;
    padding: 30px 50px;
    font-size: 20px;
    font-weight: 600;
    position: static;
    top: 0%;
    left: 0%;
  }

  .view_project_button {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    cursor: none;
    width: 300px;
    margin-top: 45px;
    text-decoration: none;
    position: absolute;
  }

  .signature {
    width: 70px;
    left: 130px;
  }

  .naturi-hero-title {
    font-size: 125px;
  }

  .div-block-131 {
    z-index: 100;
  }

  .swiper-wrapper.ls-team {
    margin-top: 10%;
  }

  .swiper-slide-02.ls-team {
    min-width: 30%;
  }

  .swiper-02.ls-team {
    margin-top: 0;
  }

  .div-block-132 {
    height: 100%;
  }

  .team_number_slider.swiper {
    height: 140px;
  }

  .about_section {
    height: 100%;
    padding: 80px 200px;
  }

  .about_subtitle {
    width: 800px;
    font-size: 22px;
  }

  .about_image_wrapper {
    justify-content: center;
    align-items: center;
  }

  .about_image {
    width: 60%;
  }

  .slider_text_wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .second_text_block {
    font-size: 19px;
  }

  .div-block-137 {
    width: 315px;
    height: 80px;
  }

  .div-block-138 {
    width: 55px;
  }

  .div-block-139 {
    width: 10px;
    height: 10px;
    top: 52px;
    left: 64px;
  }

  .team_component-4 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    display: flex;
  }

  .text-block-69 {
    font-size: 19px;
  }

  .div-block-141 {
    grid-column-gap: 720px;
    grid-row-gap: 720px;
  }

  .testimonials {
    justify-content: center;
    align-items: center;
    padding: 200px 250px 0;
    display: block;
  }

  .div-block-143 {
    width: 1400px;
  }
}

@media screen and (max-width: 991px) {
  .div-block-4 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .logo.cursor-hover {
    width: 160px;
    height: 70px;
    margin-right: 40px;
  }

  .logo.cursor-hover.w--current {
    border-radius: 15px;
    width: 160px;
    margin-right: 40px;
  }

  .nav-menu-2.cursor-hover {
    border-radius: 15px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .dropdown-toggle-3 {
    grid-column-gap: 79px;
    grid-row-gap: 79px;
    border-radius: 15px;
  }

  .dropdown-list.cursor-hover {
    border-bottom-right-radius: 22px;
    border-bottom-left-radius: 22px;
    display: block;
  }

  .dropdown-link.highlighted {
    width: 100%;
    height: 60px;
  }

  .subheading {
    width: 600px;
    padding-right: 0%;
    font-size: 25px;
  }

  .subheading._02 {
    width: 100%;
    padding-right: 0%;
  }

  .div-block-5 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 500px;
    padding: 0 30px;
  }

  .scroll-track {
    display: none;
  }

  .text-block-12 {
    padding-top: 169px;
  }

  .div-block-7._02 {
    left: 5%;
  }

  .div-block-7._03, .div-block-7._04 {
    left: 5%;
    right: 5%;
  }

  .div-block-7._01 {
    right: 5%;
  }

  .button.cursor-hover {
    left: auto;
  }

  .service_box {
    grid-column-gap: 65px;
    grid-row-gap: 65px;
    flex-flow: row;
    padding-left: 30px;
    padding-right: 30px;
  }

  .service_box.right {
    grid-column-gap: 65px;
    grid-row-gap: 65px;
  }

  .section_title_right {
    font-size: 70px;
  }

  .our_clients {
    width: 100vw;
  }

  .text_our_clients {
    font-size: 100px;
  }

  .our_clients_scroll_track {
    width: 100vw;
  }

  .company_logos._01 {
    width: 140px;
    top: 25%;
    left: 6%;
  }

  .company_logos._02 {
    width: 50px;
  }

  .company_logos._03 {
    width: 90px;
    left: 2%;
  }

  .company_logos._07 {
    width: 150px;
  }

  .company_logos._08 {
    width: 120px;
    top: 45%;
    left: 3%;
  }

  .company_logos._09 {
    width: 120px;
    left: 45%;
  }

  .company_logos._10 {
    width: 150px;
    top: 20%;
  }

  .company_logos._11 {
    width: 100px;
    top: 60%;
    left: 7%;
  }

  .company_logos._12 {
    width: 100px;
    left: 10%;
  }

  .company_logos._13 {
    width: 100px;
  }

  .company_logos._14 {
    width: 120px;
    top: 69%;
  }

  .company_logos._15 {
    width: 150px;
    top: 34%;
  }

  .company_logos._16 {
    width: 70px;
    top: 48%;
    left: 31%;
  }

  .company_logos._17 {
    width: 80px;
    top: 75%;
    left: 13%;
  }

  .company_logos._18 {
    width: 210px;
  }

  .company_logos._19 {
    width: 80px;
  }

  .company_logos._20 {
    width: 110px;
  }

  .company_logos._21 {
    width: 40px;
    left: 75%;
  }

  .company_logos._22 {
    width: 170px;
    left: 53%;
  }

  .company_logos._23 {
    width: 100px;
  }

  .company_logos._24 {
    width: 170px;
    top: 28%;
    left: 72%;
  }

  .company_logos._25 {
    width: 100px;
  }

  .company_logos._26 {
    width: 80px;
  }

  .company_logos._27 {
    width: 150px;
    top: 63%;
    left: 42%;
  }

  .company_logos._28 {
    width: 140px;
    top: 50%;
  }

  .company_logos._29 {
    width: 140px;
    left: 78%;
  }

  .company_logos._30 {
    width: 120px;
    top: 22%;
    left: 75%;
  }

  .company_logos._31 {
    width: 100px;
    top: 75%;
    left: 76%;
  }

  .company_logos._32 {
    width: 80px;
    top: 85%;
    left: 29%;
  }

  .company_logos._33 {
    width: 100px;
  }

  .company_logos._34 {
    width: 90px;
    top: 90%;
    left: 50%;
  }

  .company_logos._35 {
    width: 140px;
    top: 86%;
    left: 73%;
  }

  .company_logos._36 {
    width: 170px;
    left: 7%;
  }

  .company_logos._37 {
    width: 140px;
    top: 62%;
    left: 78%;
  }

  .company_logos._38 {
    width: 150px;
    left: 76%;
  }

  .company_logos._39 {
    width: 110px;
    top: 33%;
    left: 80%;
  }

  .company_logos._40 {
    width: 110px;
    left: 6%;
  }

  .company_logos._41 {
    width: 130px;
    top: 69%;
    left: 78%;
  }

  .company_logos._42 {
    width: 100px;
    top: 41%;
    left: 27%;
  }

  .company_logos._43 {
    width: 60px;
  }

  .text-block-14._02, .text-block-14._01, .text-block-14._03 {
    font-size: 14px;
  }

  .section_title {
    font-size: 70px;
  }

  .div-block-11 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
  }

  .div-block-12 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .link.cursor-hover, .link-3.cursor-hover {
    font-size: 14px;
  }

  .top-details {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    margin-left: 2%;
    margin-right: 2%;
  }

  .div-block-13.cursor-hover {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .text-block-17 {
    text-align: center;
    font-size: 70px;
  }

  .text-block-18 {
    text-align: center;
  }

  .div-block-17 {
    width: 395vw;
  }

  .div-block-18 {
    display: block;
  }

  .lottie-animation-2 {
    object-fit: cover;
    width: 300vw;
    height: 400px;
    position: absolute;
    inset: auto 0% -8%;
  }

  .text-block-24 {
    width: 600px;
    padding-right: 0;
    font-size: 40px;
  }

  .text-span-2 {
    font-size: 100px;
  }

  .text-span-3 {
    font-size: 25px;
  }

  .div-block-21 {
    margin-left: auto;
  }

  .text-block-25 {
    font-size: 13px;
  }

  .section-10 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    display: flex;
  }

  .portfolio-hoemage.branding {
    padding-bottom: 0;
  }

  .div-block-25 {
    flex-flow: column;
    display: block;
  }

  .project-image-container {
    margin-bottom: 50px;
    padding-left: 0;
  }

  .project-image-container.vend {
    padding-left: 0;
  }

  .heading-2, .paragraph-2 {
    text-align: center;
  }

  .div-block-26 {
    width: 450vw;
  }

  .div-block-30 {
    height: 400vh;
    padding-left: 50px;
    padding-right: 50px;
  }

  .text-block-31 {
    font-size: 150px;
  }

  .hero {
    padding-left: 50px;
    padding-right: 50px;
  }

  .heading-4 {
    font-size: 100px;
    position: relative;
  }

  .heading-4.excep {
    font-size: 90px;
  }

  .paragraph-7 {
    font-size: 25px;
  }

  .div-block-36 {
    z-index: 500;
    width: 600px;
  }

  .grid {
    padding-left: 30px;
    padding-right: 30px;
  }

  .body-text {
    font-size: 20px;
  }

  .div-block-39 {
    height: auto;
  }

  .div-block-39.custom {
    height: 20vh;
  }

  .div-block-39.custom.insta {
    padding-left: 0%;
  }

  .div-block-39.custom.res, .div-block-39.custom.thread {
    height: auto;
  }

  .vend-desc {
    padding-bottom: 30px;
    padding-right: 0;
    font-size: 60px;
  }

  .desc-sub {
    margin-left: 0%;
    padding-bottom: 30px;
  }

  .fill-image {
    border-radius: 20px;
  }

  .grid-2 {
    grid-template-rows: auto auto;
    grid-auto-flow: row;
    width: 100vw;
    padding-left: 8%;
    padding-right: 8%;
  }

  .project-details {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 17px;
  }

  .background-video-3 {
    width: 100%;
  }

  .background-video-4, .background-video-5 {
    width: 100%;
    height: 200px;
  }

  .div-block-48, .div-block-49, .div-block-51 {
    width: 700px;
  }

  .bdm {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-53 {
    padding-top: 10%;
  }

  .text-span-9 {
    font-size: 30px;
  }

  .grid-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .grid-4 {
    grid-template-columns: 1fr 1fr;
  }

  .text-block-39 {
    font-size: 50px;
  }

  .div-block-54 {
    padding-left: 4%;
    padding-right: 4%;
  }

  .grid-5 {
    grid-template-columns: 1fr 1fr;
  }

  .video-5, .video-6, .video-7 {
    height: 500px;
  }

  .div-block-56 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .div-block-57 {
    height: 360px;
  }

  .text-block-40 {
    padding-bottom: 35px;
    padding-right: 0;
    font-size: 50px;
  }

  .text-block-41 {
    font-size: 60px;
  }

  .text-block-43 {
    font-size: 50px;
  }

  .desc-copy {
    padding-right: 0;
  }

  .desc-copy-copy {
    padding-right: 0;
    font-size: 70px;
  }

  .desc-copy-copy-copy {
    padding-right: 0;
    font-size: 80px;
  }

  .text-block-44 {
    text-align: center;
    padding-bottom: 40px;
    font-size: 50px;
  }

  .text-block-41-copy {
    font-size: 50px;
  }

  .text-block-40-copy {
    padding-bottom: 40px;
    padding-right: 0;
    font-size: 50px;
  }

  .text-block-38-copy-copy {
    font-size: 50px;
  }

  .text-block-40-copy-copy {
    padding-bottom: 49px;
    padding-right: 0;
    font-size: 70px;
  }

  .rishh {
    padding-bottom: 30px;
    padding-right: 0;
    font-size: 70px;
  }

  .big.biig {
    height: 1250px;
  }

  .biig.biig02 {
    height: 1000px;
  }

  .tea {
    padding-bottom: 35px;
    padding-right: 0;
    font-size: 50px;
  }

  .social-scroll-track-homepage {
    height: 700vh;
  }

  .video-background {
    width: 100vw;
  }

  .cursor-wrapper {
    display: none;
  }

  .div-block-62 {
    flex-flow: column;
    display: flex;
  }

  .text-span-16 {
    font-size: 100px;
    line-height: 100%;
  }

  .text-block-17-mobile {
    text-align: center;
  }

  .div-block-67 {
    z-index: 100;
    position: relative;
  }

  .video-9, .video-10, .video-11, .video-12, .video-13, .video-14, .video-15, .video-18, .video-19, .video-20, .video-21, .video-22, .video-23, .video-24, .video-25 {
    height: 500px;
  }

  .div-block-76 {
    width: 100px;
    height: 50px;
  }

  .text-block-52 {
    width: 800px;
    font-size: 80px;
  }

  .text-block-53 {
    width: 800px;
  }

  .image-wrapper {
    height: 400px;
  }

  .indic-991 {
    display: block;
  }

  .indic-1440, .indic-desktop {
    display: none;
  }

  .section-22 {
    background-image: radial-gradient(circle, #fa797975, #0000005c 80%), url('../images/noise-background-Black.avif');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    width: 100vw;
    height: auto;
    padding-bottom: 200px;
    padding-left: 100px;
    padding-right: 100px;
    display: flex;
  }

  .div-block-92 {
    justify-content: center;
    align-items: center;
    width: 100vw;
    display: flex;
  }

  .text_block_10-2 {
    font-size: 13px;
  }

  .text-block-58 {
    width: 380px;
    font-size: 14px;
  }

  .utility-page-wrap {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .utility-page-content {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    justify-content: center;
    align-items: center;
  }

  .loader_heading, .loader_moving {
    font-size: 2.6em;
  }

  .gc_grid {
    padding-bottom: 10%;
  }

  .cup_title {
    font-size: 30px;
  }

  .website_grid {
    padding: 5%;
  }

  .two-tone-titles {
    color: #fff;
    text-align: center;
    font-size: 50px;
    line-height: 110%;
  }

  .left_side_text {
    color: #c77e38;
    font-weight: 700;
  }

  .image-58 {
    position: absolute;
  }

  .div-block-108 {
    z-index: 100;
    background-image: linear-gradient(225deg, #fff0, #0000008f 62%);
    position: absolute;
    inset: 0%;
  }

  .joulez_portfolio_image {
    padding-left: 5%;
    padding-right: 5%;
  }

  .gameu_portfolio_image {
    padding-left: 8%;
    padding-right: 8%;
  }

  .heading-7 {
    text-align: center;
    font-size: 50px;
  }

  .text-block-59 {
    text-align: center;
  }

  .app_store_wrapper {
    height: 380vh;
  }

  .appstore_image_wrapper {
    margin-left: 1150px;
  }

  .text-block-61 {
    font-size: 60px;
  }

  .social_media_image_wrapper {
    margin-left: 2950px;
  }

  .div-block-115 {
    width: 100px;
    height: 50px;
  }

  .hero_header {
    font-size: 65px;
  }

  .hero_image_thumb {
    width: 230px;
    height: 60px;
  }

  .div-block-121 {
    padding-bottom: 20%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero_text_divs {
    justify-content: flex-start;
    align-items: center;
  }

  .image-65 {
    width: 120px;
  }

  .div-block-122 {
    width: 70px;
    padding-bottom: 20px;
  }

  .div-block-123 {
    background-image: radial-gradient(circle, #fff0, #000000d6 60%);
  }

  .hero_image_thumb_wrapper {
    border-radius: 10px;
  }

  .text-block-63 {
    letter-spacing: 3px;
    font-size: 15px;
  }

  .scroll-parent {
    width: 100vw;
  }

  .signature {
    left: 90px;
  }

  .naturi-image-wrapper {
    top: 20%;
  }

  .naturi-hero-title {
    font-size: 60px;
  }

  .lottie_wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .text-block-65 {
    color: #fff;
    font-size: 16px;
  }

  .div-block-131 {
    z-index: 500;
    width: 600px;
  }

  .heading-8 {
    font-size: 100px;
    position: relative;
  }

  .paragraph-8 {
    font-size: 25px;
  }

  .video_wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .team_bio_slider.swiper {
    height: 7rem;
  }

  .swiper-slide-02.ls-team {
    min-width: auto;
  }

  .swiper-02.ls-team {
    margin-top: 2rem;
  }

  .grid-7 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .team_number_slider.swiper {
    width: 60px;
    height: 8rem;
  }

  .about_section {
    height: 100%;
    padding: 80px 40px;
    display: none;
  }

  .about_section.tab {
    display: block;
  }

  .slider_button {
    top: 53%;
  }

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

  .grid-9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column dense;
  }

  .padding-section-large-4 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .about_image {
    width: 100%;
  }

  .slider_text_wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .padding-global-4 {
    padding-left: 2%;
    padding-right: 2%;
  }

  .div-block-141 {
    grid-column-gap: 190px;
    grid-row-gap: 190px;
  }

  .student-sticky-container {
    height: auto;
    position: relative;
  }

  .section-students {
    height: auto;
  }

  .testimonials {
    display: block;
  }

  .sticky-mask {
    height: auto;
  }

  .testimonial-text {
    font-size: 14px;
  }

  .student-list {
    grid-column-gap: 16px;
    grid-row-gap: 10vw;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-author-image {
    border-radius: 0%;
  }

  .image-70.after-students {
    bottom: -18.4vw;
  }

  .student-scroller {
    flex-direction: column;
  }

  .testimonial-3 {
    position: sticky;
    top: 0;
  }

  .path-container {
    top: -9%;
  }

  .path-container.student-bottom {
    inset: auto 0% 0%;
  }

  .testimonials-flex {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .container {
    max-width: none;
  }

  .testimonial-7 {
    z-index: 1;
  }

  .testimonial-8 {
    z-index: 5;
  }

  .testimonial-9, .testimonial-2 {
    z-index: 2;
  }

  .testimonial-5 {
    z-index: 5;
  }

  .testimonial-1 {
    z-index: 1;
  }
}

@media screen and (max-width: 767px) {
  .top-details {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    margin-left: 2%;
    margin-right: 2%;
  }

  .div-block-13.cursor-hover {
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-39.custom.res {
    height: 300px;
  }

  .indic-991 {
    display: none;
  }

  .indic-767 {
    display: block;
  }

  .loader_column {
    width: 50%;
  }

  .loader_column.is-1 {
    display: none;
  }

  .loader_column.is-3 {
    border-right-style: none;
  }

  .loader_column.is-2 {
    border-left-style: none;
  }

  .loader_column.is-4 {
    display: none;
  }

  .slider_button {
    width: 2.5rem;
    height: 2.5rem;
  }

  .slider_button.ls-prev, .slider_button.ls-next {
    left: -1rem;
  }

  .padding-section-large-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .svg-arrow-button {
    width: 1.2rem;
    height: 1.2rem;
  }

  .testimonial-image {
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .testimonial-text {
    font-size: 1.2rem;
  }

  .testimonial-3 {
    position: static;
  }

  .testimonial-block {
    min-height: 300px;
  }

  .testimonials-flex {
    grid-template-columns: 1fr;
    overflow: hidden;
  }

  ._3-crds-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .div-block-4 {
    flex-flow: row;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 60px;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .logo.cursor-hover {
    border-radius: 12px;
    height: 60px;
  }

  .logo.cursor-hover.w--current {
    width: 170px;
    height: 60px;
  }

  .navbar-3 {
    z-index: 1000;
    width: 100vw;
    height: 60px;
    top: 2%;
  }

  .nav-menu-2._120.cursor-hover {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    height: 70px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .nav-menu-2.cursor-hover {
    display: none;
  }

  .container-5 {
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 60px;
    display: flex;
    overflow: visible;
  }

  .dropdown-3 {
    border-radius: 12px;
  }

  .dropdown-toggle-3 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    border-radius: 12px;
    height: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .dropdown-list.cursor-hover {
    z-index: 2147483647;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    width: 100px;
    display: block;
    position: absolute;
    overflow: hidden;
  }

  .dropdown-link {
    justify-content: center;
    align-items: center;
    font-size: 12px;
    text-decoration: none;
  }

  .dropdown-link.w--current {
    text-align: left;
    font-size: 12px;
  }

  .dropdown-link.highlighted {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    justify-content: center;
    align-items: center;
    font-size: 12px;
  }

  .container-6 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
    flex: 1;
    justify-content: center;
    align-items: center;
    height: 60px;
    margin-left: auto;
    overflow: visible;
  }

  .subheading {
    object-fit: fill;
    width: 80vw;
    padding-top: 30px;
    font-size: 18px;
    display: block;
  }

  .div-block-5 {
    width: 80vw;
  }

  .section {
    justify-content: flex-start;
    align-items: flex-start;
    height: 300px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .sticky_section {
    overflow: visible;
  }

  .scroll-track {
    width: 100vw;
    display: none;
    overflow: visible;
  }

  .scroll-video.cursor-hover {
    border-radius: 40px;
  }

  .end-section {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
    height: 80vh;
    padding-top: 2px;
    padding-bottom: 339px;
  }

  .text_slider, .text_slider.projects {
    font-size: 70px;
  }

  .text_slider_div {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .work_section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-12 {
    width: 80vw;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 25vw;
  }

  .button.cursor-hover {
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    left: 0%;
    right: 0;
  }

  .service_box, .service_box.right {
    justify-content: center;
    align-items: center;
  }

  .section_title_right {
    font-size: 60px;
  }

  .text_our_clients {
    font-size: 50px;
  }

  .company_logos._01 {
    width: 80px;
    top: 27%;
  }

  .company_logos._02 {
    width: 30px;
    left: 23%;
  }

  .company_logos._03 {
    width: 50px;
  }

  .company_logos._05 {
    width: 70px;
    left: 8%;
  }

  .company_logos._06 {
    width: 30px;
    top: 28%;
    left: 39%;
  }

  .company_logos._07 {
    width: 110px;
    top: 14%;
  }

  .company_logos._08 {
    width: 70px;
  }

  .company_logos._09 {
    width: 60px;
    top: 24%;
  }

  .company_logos._10 {
    width: 80px;
    left: 36%;
  }

  .company_logos._11 {
    width: 50px;
    top: 63%;
    left: 11%;
  }

  .company_logos._12 {
    width: 60px;
    left: 12%;
  }

  .company_logos._13 {
    width: 60px;
    left: 6%;
  }

  .company_logos._14 {
    width: 70px;
    top: 73%;
  }

  .company_logos._15 {
    width: 80px;
    top: 33%;
    left: 45%;
  }

  .company_logos._16 {
    width: 30px;
    top: 53%;
    left: 44%;
  }

  .company_logos._17 {
    width: 50px;
    top: 77%;
  }

  .company_logos._18 {
    width: 110px;
    left: 12%;
  }

  .company_logos._19 {
    width: 40px;
    top: 45%;
    left: 40%;
  }

  .company_logos._20 {
    width: 80px;
    top: 86%;
  }

  .company_logos._21 {
    width: 30px;
    top: 12%;
    left: 79%;
  }

  .company_logos._22 {
    width: 100px;
    top: 59%;
    left: 41%;
  }

  .company_logos._23 {
    width: 80px;
    left: 56%;
  }

  .company_logos._24 {
    width: 80px;
    left: 67%;
  }

  .company_logos._25 {
    width: 80px;
    left: 69%;
  }

  .company_logos._26 {
    width: 50px;
    left: 53%;
  }

  .company_logos._27 {
    width: 100px;
    top: 65%;
    left: 39%;
  }

  .company_logos._28 {
    width: 60px;
    top: 53%;
    left: 64%;
  }

  .company_logos._29 {
    width: 80px;
    top: 45%;
    left: 67%;
  }

  .company_logos._30 {
    width: 80px;
    left: 69%;
  }

  .company_logos._31 {
    width: 60px;
    left: 72%;
  }

  .company_logos._32 {
    width: 60px;
    top: 81%;
    left: 40%;
  }

  .company_logos._33 {
    width: 60px;
    top: 76%;
    left: 41%;
  }

  .company_logos._34 {
    width: 60px;
    top: 88%;
    left: 30%;
  }

  .company_logos._35 {
    width: 110px;
    top: 89%;
    left: 56%;
  }

  .company_logos._36 {
    width: 80px;
    top: 95%;
    left: 8%;
  }

  .company_logos._37 {
    width: 100px;
    left: 64%;
  }

  .company_logos._38 {
    width: 100px;
    top: 95%;
    left: 56%;
  }

  .company_logos._39 {
    width: 80px;
    left: 78%;
  }

  .company_logos._40 {
    width: 70px;
    top: 13%;
  }

  .company_logos._41 {
    width: 90px;
    left: 71%;
  }

  .company_logos._42 {
    width: 80px;
    top: 40%;
    left: 29%;
  }

  .company_logos._43 {
    width: 35px;
    left: 84%;
  }

  .text-block-14._02, .text-block-14._01, .text-block-14._03 {
    display: none;
  }

  .section_title {
    padding-bottom: 20px;
    font-size: 50px;
  }

  .scroll-target {
    height: 600px;
  }

  .div-block-11 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .section-7 {
    padding-top: 20px;
  }

  .bottom-text {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 95vw;
    margin-top: 25px;
    margin-left: 2%;
    margin-right: 2%;
    padding-top: 10px;
    padding-bottom: 10px;
    position: static;
  }

  .text-block-15 {
    text-align: center;
    font-size: 14px;
  }

  .link {
    font-size: 14px;
  }

  .link.cursor-hover, .link-3.cursor-hover {
    text-align: center;
    font-size: 14px;
  }

  .top-details {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
    width: 100%;
    margin-left: 3%;
    margin-right: 2%;
    padding: 10px 5%;
  }

  .div-block-13.cursor-hover {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: center;
  }

  .div-block-14 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .text-block-17 {
    font-size: 38px;
    display: block;
  }

  .text-block-18 {
    text-align: center;
    font-size: 17px;
    line-height: 100%;
  }

  .div-block-17 {
    width: 1000vw;
  }

  .div-block-22 {
    flex: 0 auto;
  }

  .portfolio-hoemage.branding {
    border-radius: 20px;
  }

  .heading-2 {
    font-size: 60px;
  }

  .paragraph-2 {
    font-size: 20px;
  }

  .div-block-26 {
    width: 1200vw;
  }

  .heading-3 {
    font-size: 80px;
  }

  .paragraph-6 {
    font-size: 20px;
  }

  .div-block-29 {
    width: 1000vw;
  }

  .div-block-30 {
    height: 260vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-design {
    font-size: 50px;
  }

  .hero {
    padding-bottom: 0;
    padding-left: 8%;
    padding-right: 8%;
  }

  .heading-4 {
    text-align: left;
    padding-bottom: 20px;
    font-size: 50px;
  }

  .heading-4.excep {
    font-size: 40px;
  }

  .paragraph-7 {
    font-size: 14px;
  }

  .div-block-36 {
    width: auto;
    bottom: 5%;
  }

  .div-block-38 {
    width: 90vw;
    height: 60vh;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    padding-left: 8%;
    padding-right: 8%;
    display: flex;
  }

  .div-block-39 {
    height: auto;
  }

  .div-block-39.custom {
    height: 160px;
  }

  .div-block-39.custom.res, .div-block-39.custom.thread {
    height: auto;
  }

  .vend-desc {
    padding-bottom: 50px;
    font-size: 38px;
  }

  .desc-sub {
    font-size: 18px;
  }

  .div-block-40 {
    padding-bottom: 0%;
  }

  .fill-image, .image-17, .image-18, .image-19 {
    border-radius: 20px;
  }

  .grid-2 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    place-items: center;
    padding-left: 8%;
    padding-right: 8%;
  }

  .project-details {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .vend_carousel {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .background-video-3 {
    border-radius: 20px;
    width: 100%;
  }

  .background-video-4, .background-video-5 {
    border-radius: 20px;
    width: 100%;
    height: 100%;
  }

  .div-block-48, .div-block-49, .div-block-51 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    width: 300px;
  }

  .text-span-9 {
    font-size: 20px;
  }

  .grid-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 60px;
  }

  .grid-4 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-39 {
    font-size: 35px;
  }

  .div-block-54 {
    padding-left: 8%;
    padding-right: 8%;
  }

  .grid-5 {
    grid-template-columns: 1fr;
  }

  .video-5, .video-6, .video-7 {
    height: 700px;
  }

  .div-block-56 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-left: 8%;
    padding-right: 8%;
  }

  .div-block-57 {
    height: 180px;
  }

  .text-block-40 {
    padding-bottom: 52px;
    font-size: 35px;
  }

  .text-block-41 {
    font-size: 40px;
  }

  .text-block-43 {
    font-size: 30px;
  }

  .div-block-59 {
    background-image: linear-gradient(45deg, #000000ab, #0000 67%);
  }

  .desc-copy {
    padding-bottom: 50px;
    font-size: 38px;
  }

  .text-block-38-copy {
    font-size: 50px;
  }

  .desc-copy-copy {
    font-size: 40px;
  }

  .desc-copy-copy-copy {
    padding-right: 0;
    font-size: 40px;
  }

  .text-block-44 {
    text-align: center;
    font-size: 40px;
  }

  .text-block-41-copy, .text-block-40-copy {
    font-size: 40px;
  }

  .text-block-40-copy-copy {
    font-size: 38px;
  }

  .rishh {
    font-size: 50px;
  }

  .big.biig {
    height: 680px;
  }

  .biig.biig02 {
    height: 500px;
  }

  .tea {
    padding-left: 8%;
    padding-right: 8%;
    font-size: 40px;
  }

  .text-block-17-mobile {
    font-size: 60px;
  }

  .video-9, .video-10, .video-11, .video-12, .video-13, .video-14, .video-15, .video-16, .video-17 {
    height: 700px;
  }

  .div-block-76 {
    width: 80px;
    height: 55px;
  }

  .text-block-52 {
    width: 380px;
    font-size: 50px;
  }

  .text-block-53 {
    width: 380px;
    font-size: 25px;
  }

  .section-02 {
    width: 100vw;
  }

  .div-block-83 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .header {
    height: 100%;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-wrapper {
    height: 400px;
  }

  .grid-6 {
    grid-template-columns: 1fr;
  }

  .indic-478 {
    display: block;
  }

  .indic-767 {
    display: none;
  }

  .section-22 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: radial-gradient(circle, #6d3c3c70, #0000009e 80%), url('../images/noise-background-Black.avif');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    height: 400px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .div-block-93 {
    padding-top: 378px;
  }

  .text_block_10-2 {
    font-size: 15px;
  }

  .div-block-97 {
    border-radius: 12px;
    height: 60px;
  }

  .text-block-58 {
    width: 300px;
  }

  .loader_heading, .loader_moving {
    font-size: 2.3em;
  }

  .gc_portfolio_image {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .gc_grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100vw;
    height: 1000px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .cup_title {
    font-size: 20px;
  }

  .website_grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .two-tone-titles {
    font-size: 40px;
  }

  .newstalgia_portfolio_image {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .heading-7 {
    font-size: 40px;
  }

  .appstore_image_wrapper {
    margin-left: 1455px;
  }

  .text-block-61 {
    font-size: 50px;
  }

  .appstore_image_div {
    width: 230.4px;
    height: 409.6px;
  }

  .social_media_image_wrapper {
    width: 2874.8px;
    height: 409.6px;
    margin-left: 2550px;
  }

  .masonry_grid {
    column-gap: .8rem;
  }

  .div-block-115 {
    width: 80px;
    height: 55px;
  }

  .hero_header {
    font-size: 50px;
  }

  .hero_image_thumb {
    width: 280px;
    height: 60px;
    margin-top: 29px;
  }

  .hero_section {
    height: 100vh;
    display: none;
  }

  .hero_section.mobile {
    height: 120vh;
    display: block;
  }

  .div-block-121 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-end;
    align-items: flex-start;
    height: 110vh;
    padding-bottom: 0%;
  }

  .div-block-123 {
    background-image: radial-gradient(circle, #fff0, #000000e3 72%);
  }

  .text-block-63 {
    z-index: 100;
    filter: drop-shadow(0 0 3px #000000bd);
    inset: 25% 0% 0%;
  }

  .div-block-125 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    filter: saturate();
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .title-intro {
    font-size: 40px;
  }

  .script {
    font-size: 15px;
  }

  .signature {
    top: 65px;
    left: 100px;
  }

  .naturi-hero-title {
    font-size: 25px;
  }

  .div-block-130 {
    width: 90vw;
    height: 60vh;
  }

  .div-block-131 {
    width: auto;
    bottom: 5%;
  }

  .heading-8 {
    text-align: left;
    padding-bottom: 20px;
    font-size: 50px;
  }

  .paragraph-8 {
    font-size: 14px;
  }

  .video_wrapper {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .swiper-wrapper.ls-team {
    padding-bottom: 0;
  }

  .grid-8 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .title_naturi_page {
    font-size: 30px;
  }

  .swiper-slide-02.ls-team {
    min-width: auto;
  }

  .grid-7 {
    grid-template-rows: auto auto;
    grid-template-columns: 8.5fr;
  }

  .text-block-67 {
    font-size: 15px;
  }

  .div-block-136 {
    column-count: 1;
  }

  .about_section {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .about_section.tab {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .slider_button {
    top: 59%;
  }

  .about_title {
    font-size: 50px;
  }

  .about_subtitle {
    font-size: 18px;
  }

  .about_image {
    width: 100%;
  }

  .text-block-68 {
    font-size: 25px;
  }

  .second_text_block {
    font-size: 13px;
  }

  .div-block-137 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: 230px;
    height: 40px;
    margin-bottom: 5px;
  }

  .div-block-138 {
    width: 30px;
  }

  .div-block-139 {
    top: 28px;
    left: 42px;
  }

  .text-block-69 {
    font-size: 13px;
  }

  .student-item {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-142 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    display: flex;
  }

  .testimonials {
    padding-top: 50px;
    padding-bottom: 50px;
    display: block;
  }

  .testimonial-text {
    font-size: 1rem;
  }

  .student-list {
    grid-row-gap: 20vw;
  }

  .testimonial-author-image {
    border-radius: 0%;
  }

  .image-70 {
    width: 60vw;
    bottom: 0;
  }

  .image-70.after-students {
    width: 45vw;
  }

  .path-container.student-bottom {
    top: auto;
    bottom: -16.3vw;
    left: 0%;
  }

  .testimonials-flex {
    grid-template-columns: 1fr;
  }

  ._3-crds-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }
}

#w-node-_4d05488d-952f-7821-e7b6-9e1c786fd580-951eec36, #w-node-a84e38b1-deff-be56-e663-40ee1429adae-951eec36, #w-node-c877865c-f22d-86ab-68a4-09fcdf205746-951eec36, #w-node-_7969e20a-7d74-4099-51bc-becc2bafa99c-951eec36 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69d2e191-b2d3-a3dd-108d-bc3a5e227ece-951eec36, #w-node-d3db37d2-997c-50a7-d011-bdb174988295-951eec36 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_4d05488d-952f-7821-e7b6-9e1c786fd580-80ce92b7, #w-node-a84e38b1-deff-be56-e663-40ee1429adae-80ce92b7, #w-node-c877865c-f22d-86ab-68a4-09fcdf205746-80ce92b7, #w-node-_7969e20a-7d74-4099-51bc-becc2bafa99c-80ce92b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69d2e191-b2d3-a3dd-108d-bc3a5e227ece-80ce92b7, #w-node-_1cc078d8-946a-cce0-5540-5a11a5e220ff-80ce92b7, #w-node-d38c89e2-ca09-8ecd-4866-4cc90f171ec8-80ce92b7 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_4d05488d-952f-7821-e7b6-9e1c786fd580-6deeb87d, #w-node-a84e38b1-deff-be56-e663-40ee1429adae-6deeb87d, #w-node-c877865c-f22d-86ab-68a4-09fcdf205746-6deeb87d, #w-node-_7969e20a-7d74-4099-51bc-becc2bafa99c-6deeb87d, #w-node-_4d05488d-952f-7821-e7b6-9e1c786fd580-92a63bcb, #w-node-a84e38b1-deff-be56-e663-40ee1429adae-92a63bcb, #w-node-c877865c-f22d-86ab-68a4-09fcdf205746-92a63bcb, #w-node-_7969e20a-7d74-4099-51bc-becc2bafa99c-92a63bcb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69d2e191-b2d3-a3dd-108d-bc3a5e227ece-92a63bcb, #w-node-_1cc078d8-946a-cce0-5540-5a11a5e220ff-92a63bcb {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_7a982ab6-c58d-172c-6bc4-a3e982996a43-92a63bcb, #w-node-_4d05488d-952f-7821-e7b6-9e1c786fd580-94a0f42d, #w-node-a84e38b1-deff-be56-e663-40ee1429adae-94a0f42d, #w-node-c877865c-f22d-86ab-68a4-09fcdf205746-94a0f42d, #w-node-_7969e20a-7d74-4099-51bc-becc2bafa99c-94a0f42d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69d2e191-b2d3-a3dd-108d-bc3a5e227ece-94a0f42d, #w-node-_1cc078d8-946a-cce0-5540-5a11a5e220ff-94a0f42d {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_7a982ab6-c58d-172c-6bc4-a3e982996a43-94a0f42d, #w-node-_4d05488d-952f-7821-e7b6-9e1c786fd580-7ae82a9e, #w-node-a84e38b1-deff-be56-e663-40ee1429adae-7ae82a9e, #w-node-c877865c-f22d-86ab-68a4-09fcdf205746-7ae82a9e, #w-node-_7969e20a-7d74-4099-51bc-becc2bafa99c-7ae82a9e, #w-node-_4d05488d-952f-7821-e7b6-9e1c786fd580-ef8dba56, #w-node-a84e38b1-deff-be56-e663-40ee1429adae-ef8dba56, #w-node-c877865c-f22d-86ab-68a4-09fcdf205746-ef8dba56, #w-node-_7969e20a-7d74-4099-51bc-becc2bafa99c-ef8dba56, #w-node-_4d05488d-952f-7821-e7b6-9e1c786fd580-ae854a56, #w-node-a84e38b1-deff-be56-e663-40ee1429adae-ae854a56, #w-node-c877865c-f22d-86ab-68a4-09fcdf205746-ae854a56, #w-node-_7969e20a-7d74-4099-51bc-becc2bafa99c-ae854a56, #w-node-_4d05488d-952f-7821-e7b6-9e1c786fd580-6e37c77f, #w-node-a84e38b1-deff-be56-e663-40ee1429adae-6e37c77f, #w-node-c877865c-f22d-86ab-68a4-09fcdf205746-6e37c77f, #w-node-_7969e20a-7d74-4099-51bc-becc2bafa99c-6e37c77f, #w-node-_4d05488d-952f-7821-e7b6-9e1c786fd580-7e3073e3, #w-node-a84e38b1-deff-be56-e663-40ee1429adae-7e3073e3, #w-node-c877865c-f22d-86ab-68a4-09fcdf205746-7e3073e3, #w-node-_7969e20a-7d74-4099-51bc-becc2bafa99c-7e3073e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69d2e191-b2d3-a3dd-108d-bc3a5e227ece-7e3073e3, #w-node-_1cc078d8-946a-cce0-5540-5a11a5e220ff-7e3073e3 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_4d05488d-952f-7821-e7b6-9e1c786fd580-7ec90208, #w-node-a84e38b1-deff-be56-e663-40ee1429adae-7ec90208, #w-node-c877865c-f22d-86ab-68a4-09fcdf205746-7ec90208, #w-node-_7969e20a-7d74-4099-51bc-becc2bafa99c-7ec90208, #w-node-_4d05488d-952f-7821-e7b6-9e1c786fd580-9c7111d9, #w-node-a84e38b1-deff-be56-e663-40ee1429adae-9c7111d9, #w-node-c877865c-f22d-86ab-68a4-09fcdf205746-9c7111d9, #w-node-_7969e20a-7d74-4099-51bc-becc2bafa99c-9c7111d9, #w-node-_4d05488d-952f-7821-e7b6-9e1c786fd580-8b854b2b, #w-node-a84e38b1-deff-be56-e663-40ee1429adae-8b854b2b, #w-node-c877865c-f22d-86ab-68a4-09fcdf205746-8b854b2b, #w-node-_7969e20a-7d74-4099-51bc-becc2bafa99c-8b854b2b, #w-node-_213bca23-1d18-2c2d-291e-219d0f306605-1eb9fd88, #w-node-f81818c1-2632-1bf7-e58f-ccab78bfc730-1eb9fd88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de2b1507-52c8-95f1-463b-ddc2e7e7462b-1eb9fd88 {
  place-self: auto stretch;
}

#w-node-_9cea73ae-7258-3b2e-9086-fe5c01575403-1eb9fd88 {
  place-self: auto;
}

#w-node-e14ebae0-d39e-7a40-004c-58a02a2e97ff-1eb9fd88, #w-node-fce3ce66-bdc5-8ec6-a887-8df66e0eae43-1eb9fd88, #w-node-_4ff31ec6-1314-006c-ed01-96b1eadc563f-1eb9fd88 {
  place-self: stretch stretch;
}

#w-node-_4d05488d-952f-7821-e7b6-9e1c786fd580-e00de679, #w-node-a84e38b1-deff-be56-e663-40ee1429adae-e00de679, #w-node-c877865c-f22d-86ab-68a4-09fcdf205746-e00de679, #w-node-_7969e20a-7d74-4099-51bc-becc2bafa99c-e00de679, #w-node-_4d05488d-952f-7821-e7b6-9e1c786fd580-03d75614, #w-node-a84e38b1-deff-be56-e663-40ee1429adae-03d75614, #w-node-c877865c-f22d-86ab-68a4-09fcdf205746-03d75614, #w-node-_7969e20a-7d74-4099-51bc-becc2bafa99c-03d75614, #w-node-_4d05488d-952f-7821-e7b6-9e1c786fd580-a0035a10, #w-node-a84e38b1-deff-be56-e663-40ee1429adae-a0035a10, #w-node-c877865c-f22d-86ab-68a4-09fcdf205746-a0035a10, #w-node-_7969e20a-7d74-4099-51bc-becc2bafa99c-a0035a10, #w-node-_4d05488d-952f-7821-e7b6-9e1c786fd580-284d525d, #w-node-a84e38b1-deff-be56-e663-40ee1429adae-284d525d, #w-node-c877865c-f22d-86ab-68a4-09fcdf205746-284d525d, #w-node-_7969e20a-7d74-4099-51bc-becc2bafa99c-284d525d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69d2e191-b2d3-a3dd-108d-bc3a5e227ece-284d525d, #w-node-_1cc078d8-946a-cce0-5540-5a11a5e220ff-284d525d {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_7a982ab6-c58d-172c-6bc4-a3e982996a43-284d525d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_67b66750-476a-706a-d550-0c5f1a73e0bb-2f8754ad {
    grid-area: 1 / 2 / 3 / 3;
  }

  #w-node-_0ba38086-1981-a7c1-9a60-9b85daf061fb-80ce92b7, #w-node-_8451e1d6-7a18-4f0f-69b4-ef5823e06309-80ce92b7 {
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_67b66750-476a-706a-d550-0c5f1a73e0bb-2f8754ad {
    grid-area: 3 / 1 / 4 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_67b66750-476a-706a-d550-0c5f1a73e0bb-2f8754ad {
    grid-row: 3 / 4;
    grid-column-end: 2;
  }

  #w-node-d3db37d2-997c-50a7-d011-bdb174988294-80ce92b7 {
    place-self: center;
  }
}


@font-face {
  font-family: 'Silkserif Black Italic';
  src: url('../fonts/SilkSerif-TRIAL-BlackItalic-BF6740066e839e1.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Silkserif Black Italic';
  src: url('../fonts/SilkSerif-TRIAL-BoldItalic-BF6740066e5c6ae.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Silkserif Medium Italic';
  src: url('../fonts/SilkSerif-TRIAL-MediumItalic-BF6740066e3d97e.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Funnel display';
  src: url('../fonts/FunnelDisplay-VariableFont_wght.ttf') format('truetype');
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Juana';
  src: url('../fonts/Fontspring-DEMO-juana-thinit.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}