@font-face {
  font-family: Nohemi;
  src: url('../fonts/Nohemi-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nohemi;
  src: url('../fonts/Nohemi-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nohemi;
  src: url('../fonts/Nohemi-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --contcol: #e9eff2;
  --dark-blue: #1e2b33;
  --lime: white;
  --black-2: #000;
  --white: #fff;
  --black: #000;
  --txt2: #000;
  --textblockh: #1e2b3357;
  --white-2: #fff;
}

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@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 {
  color: #fff;
  background-color: #000;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 130%;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.container {
  align-items: center;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.container.hero {
  z-index: 1;
  mix-blend-mode: normal;
  background-color: #fff0;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  height: auto;
  padding: 0 0 150px;
  display: flex;
  position: relative;
  overflow: visible;
}

.container.home-projects {
  grid-column-gap: 140px;
  grid-row-gap: 140px;
  pointer-events: auto;
  color: #fff0;
  text-align: center;
  mix-blend-mode: normal;
  background-color: #e9eff2;
  flex-direction: column;
  justify-content: center;
  height: auto;
  padding: 100px 0;
  overflow: hidden;
}

.container.testimonials {
  grid-row-gap: 100px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 150px 50px 0;
}

.container.cta {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  padding-bottom: 230px;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.container.footer {
  grid-row-gap: 100px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 100%;
  padding: 100px 0 50px;
}

.container.project-heading {
  grid-row-gap: 100px;
  background-image: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1560px;
  height: auto;
  padding-top: 150px;
  padding-bottom: 90px;
  font-family: Nohemi, sans-serif;
  font-weight: 300;
  line-height: 100%;
  overflow: visible;
}

.container.project-body {
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 150px;
}

.container.related-works {
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 150px;
}

.container.project-services {
  background-color: var(--contcol);
  flex-direction: column;
  max-width: none;
  padding-top: 100px;
  padding-left: 0;
  padding-right: 0;
}

.container.footer-projects {
  grid-row-gap: 100px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 100%;
  padding: 0 0 50px;
  overflow: hidden;
}

.container.utility {
  justify-content: center;
  padding-top: 160px;
  padding-bottom: 100px;
}

.container.home-projects {
  grid-column-gap: 140px;
  grid-row-gap: 140px;
  text-align: center;
  grid-column-gap: 140px;
  grid-row-gap: 140px;
  text-align: center;
  grid-column-gap: 140px;
  grid-row-gap: 140px;
  background-color: var(--contcol);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  padding: 100px 0;
  overflow: hidden;
}

.section {
  background-color: var(--contcol);
  mix-blend-mode: normal;
  position: relative;
}

.navbar {
  z-index: 200;
  flex-direction: column;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.container-nav {
  z-index: 200;
  background-image: linear-gradient(180deg, var(--dark-blue), #1321a800);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  display: flex;
}

.container-nav.projects {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  align-self: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 50px;
  display: flex;
}

.nav-links {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav-link {
  color: #fff;
  text-decoration: none;
}

.line-btn-down {
  background-color: #fff;
  width: 41px;
  height: 2px;
}

.menu-link-text {
  color: #fffc;
  font-family: Nohemi, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 100%;
}

.nav-menu {
  z-index: 3;
  grid-column-gap: 20px;
  background-color: #1e2b33;
  align-items: center;
  min-width: 166px;
  padding: 25px 30px 25px 20px;
  display: flex;
  position: relative;
}

.menu-link-number {
  color: var(--lime);
  font-size: 10px;
  font-weight: 400;
  line-height: 100%;
}

.menu-content {
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  background-color: #1e2b33;
  border-bottom-left-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 210px;
  padding: 30px 20px;
  display: flex;
}

.menu-links {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.line-btn {
  background-color: #fff;
  width: 30px;
  height: 2px;
}

.menu-link-wrapper {
  grid-column-gap: 7px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.menu-button {
  grid-row-gap: 6px;
  flex-direction: column;
  align-items: flex-end;
  width: 41px;
  display: flex;
}

.menu-text {
  color: #fff;
  letter-spacing: .02em;
  font-family: Nohemi, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.menu {
  z-index: 2;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  transform-origin: 100% 0;
  background-color: #14151900;
  border-bottom-left-radius: 8.4px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: absolute;
  top: 71px;
  left: 0;
  transform: translate(0);
}

.logo-wrapper {
  grid-column-gap: 140px;
  display: flex;
}

.logo-image {
  float: none;
  clear: none;
  vertical-align: baseline;
  min-width: 40px;
  margin-left: 115px;
  display: inline-block;
}

.paragraph-18px {
  color: #fff;
  letter-spacing: -.01em;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.sg-text {
  white-space: nowrap;
}

.sg-text.light {
  color: #b6b6b6;
}

.sg-inner.title-details {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.sg-inner.font-details {
  grid-column-gap: 15px;
  display: flex;
}

.paragraph-20px {
  color: #fff;
  letter-spacing: -.01em;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}

.styleguide-wrapper {
  overflow: hidden;
}

.sg-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.sg-wrapper.typeface {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sg-wrapper.typeface.border, .sg-wrapper.active-border {
  border-bottom: 1px solid #d1d5db1a;
  padding-bottom: 60px;
}

.sg-wrapper.heading-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 2px solid #e5e7eb26;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  padding-top: 30px;
  padding-bottom: 30px;
  display: grid;
}

.sg-wrapper.colors {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.sg-background {
  background-color: #f9fafb00;
  border: 2px #e5e7eb;
  padding: 0;
}

.sg-heading {
  letter-spacing: -1px;
  font-family: Nohemi, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 110%;
}

.sg-heading.inter {
  font-family: Inter, sans-serif;
}

.paragraph-14px {
  color: #444f57;
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.font-details-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.font-details-wrapper.top-margin {
  margin-top: 50px;
}

.sg-container {
  grid-row-gap: 80px;
  flex-direction: column;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  display: flex;
}

.sg-container.no-top-padding {
  padding-top: 0;
}

.sg-container.no-buttom-padding {
  padding-bottom: 0;
}

.white {
  color: #fff;
}

.paragraph-16px {
  color: #1e2b33;
  letter-spacing: -.01em;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

.class-example {
  color: #4b5563;
  border-radius: 4px;
  padding: 5px 10px 5px 0;
  font-size: 20px;
  font-weight: 400;
}

.sg-text-big {
  font-family: Nohemi, sans-serif;
  font-size: 250px;
  font-weight: 400;
  line-height: 100%;
}

.sg-text-big.inter {
  font-family: Inter, sans-serif;
}

.sg-logo {
  width: 180px;
}

.h1-heading {
  color: #18d9ce;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nohemi, sans-serif;
  font-size: 210px;
  font-weight: 300;
  line-height: 100%;
  display: flex;
}

.h1-heading.marquee {
  color: #1e2b33;
  white-space: nowrap;
}

.h2-heading {
  color: #fff;
  letter-spacing: -.02em;
  white-space: nowrap;
  word-break: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nohemi, sans-serif;
  font-size: 120px;
  font-weight: 300;
  line-height: 100%;
}

.h2-heading._1st {
  color: var(--black-2);
  text-align: center;
  overflow-wrap: normal;
  width: 100px;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.h2-heading._2nd {
  color: #fff;
  text-align: center;
  font-family: Nohemi, sans-serif;
  display: block;
  position: absolute;
  bottom: 0%;
  overflow: hidden;
}

.h2-heading._2nd {
  color: #fff;
  position: absolute;
  bottom: 0%;
  overflow: hidden;
}

.h2-heading._1st {
  color: #fff;
  width: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.h3-heading {
  color: #ffffffe8;
  letter-spacing: -.01em;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #0000;
  text-shadow: 1px 3px 1px #00000014;
  border: 0 solid #000;
  border-radius: 16px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nohemi, sans-serif;
  font-size: 110px;
  font-weight: 300;
  line-height: 100%;
}

.h3-heading._1st {
  color: #1e2b33;
  text-align: center;
  white-space: nowrap;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 80px;
  font-weight: 300;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.h3-heading._2nd {
  direction: ltr;
  color: #1e2b33;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  text-indent: 0;
  text-transform: none;
  white-space: nowrap;
  overflow-wrap: normal;
  width: 100%;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 77px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.h3-heading._3rd {
  color: #1e2b33;
  text-align: center;
  letter-spacing: -.01em;
  -webkit-text-stroke-width: 1px;
  white-space: nowrap;
  border-radius: 0;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 88px;
  font-weight: 600;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.h4-heading {
  color: #1e2b33;
  text-align: left;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nohemi, sans-serif;
  font-size: 70px;
  font-weight: 300;
  line-height: 100%;
}

.h4-heading.h4-heading2 {
  text-align: right;
}

.h5-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nohemi, sans-serif;
  font-size: 53px;
  font-weight: 300;
  line-height: 100%;
}

.h6-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nohemi, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 110%;
}

.paragraph-12px {
  color: #fff;
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.paragraph-12px.caps {
  color: #000;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
}

.bottom {
  border: 1px solid #e5e7eb1f;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  padding: 25px;
}

.top {
  background-color: var(--white);
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  padding: 80px 25px 25px;
}

.top.black {
  background-color: var(--black);
}

.top.dark {
  background-color: var(--dark-blue);
}

.top.chocolate {
  background-color: var(--lime);
}

.menu-socials {
  grid-column-gap: 5px;
  align-items: center;
  display: flex;
}

.social-link {
  border: 1px solid #ece5db33;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  transition: all .35s;
  display: flex;
}

.social-link:hover {
  border-color: #ece5db;
}

.social-icon {
  width: 40%;
}

.social-icon.smaller {
  filter: invert();
  mix-blend-mode: normal;
  width: 63%;
}

.menu-text-wrapper {
  min-width: 55px;
  margin-top: 3px;
  position: relative;
  overflow: hidden;
}

.menu-text---hide {
  color: #fff;
  letter-spacing: .02em;
  font-family: Nohemi, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  position: absolute;
  inset: 0%;
}

._3d-logo {
  pointer-events: auto;
  text-align: center;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 120%;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: sticky;
  top: 0;
  overflow: visible;
}

.scene-wrapper {
  grid-row-gap: 200px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding: 150px 50px 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.scene-wrapper._2nd {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 150px;
  display: flex;
  overflow: hidden;
}

.scene-wrapper._3rd {
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 150px;
  display: flex;
}

.scene-wrapper._4th {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  height: auto;
  padding-top: 0;
  display: flex;
}

.scene-wrapper._1st {
  padding-left: 0;
}

.sticky-wrapper {
  pointer-events: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.sticky-inner {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 460vh;
  display: flex;
}

.sticky-container {
  z-index: 0;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.button {
  background-color: var(--white);
  pointer-events: auto;
  color: #000;
  letter-spacing: .01em;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  padding: 20px 32px 18px;
  font-family: Nohemi, sans-serif;
  font-size: 14px;
  line-height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-text-wrapper {
  z-index: 1;
  color: #000;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-text-absolute {
  color: var(--black);
  border: 1px #7f929b;
  width: 100px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  position: absolute;
  inset: 0%;
}

.button-fill {
  background-color: var(--white);
  color: #000;
  text-align: justify;
  letter-spacing: .01em;
  width: auto;
  font-size: 14px;
  position: absolute;
  inset: 0%;
}

.paragraph-box {
  text-align: left;
  max-width: 268px;
  overflow: hidden;
}

.scene-inner1 {
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  text-align: right;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  min-width: 320px;
  display: flex;
  position: static;
}

.scene-inner1.scene-inner2 {
  justify-content: center;
  align-items: flex-end;
}

.services-header {
  letter-spacing: .01em;
  justify-content: space-between;
  align-items: center;
  font-family: Nohemi, sans-serif;
  font-size: 16px;
  display: flex;
}

.service-box {
  border-top: 1px solid #ffffff1a;
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.service-box-wrapper {
  flex-direction: column;
  display: flex;
}

.services-icons {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.h2-fill-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  color: #ffffff1a;
  background-color: #0000;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 0;
  margin-right: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  display: flex;
}

.h2-fill-inner {
  color: #0000;
  text-align: left;
  letter-spacing: -.02em;
  white-space: nowrap;
  flex: none;
  justify-content: center;
  align-items: center;
  max-width: none;
  font-family: Nohemi, sans-serif;
  font-size: 120px;
  font-weight: 300;
  line-height: 100%;
  position: relative;
  overflow: hidden;
}

.about-card {
  color: #fff;
  text-align: left;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid #000;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  max-width: 430px;
  min-height: 380px;
  padding: 20px;
  display: flex;
}

.point {
  background-color: #1e2b33;
  border-radius: 100%;
  width: 13px;
  height: 13px;
}

.card-title {
  color: var(--black);
  text-align: right;
  letter-spacing: .02em;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.about-card-top {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.about-card-buttom {
  text-align: justify;
  width: 90%;
  font-size: 13px;
}

.about-card-inner {
  grid-row-gap: 500px;
  mix-blend-mode: normal;
  background-color: #fff0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 320px;
  display: flex;
}

.about-card-wrapper {
  pointer-events: auto;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.text-scene {
  grid-row-gap: 20px;
  color: #fff0;
  text-align: center;
  letter-spacing: -.02em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 570px;
  font-weight: 500;
  display: flex;
}

.scene-scroll-button {
  color: var(--black);
  letter-spacing: .02em;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  margin-top: 20px;
  font-family: Nohemi, sans-serif;
  font-weight: 500;
  display: flex;
}

.absolute-image-1 {
  color: #fff0;
  mix-blend-mode: normal;
  width: 240px;
  padding-left: 0;
  transition-property: none;
  transition-duration: 0s;
  transition-timing-function: ease;
  position: absolute;
  rotate: -15deg;
}

.absolute-image-2 {
  mix-blend-mode: normal;
  width: 190px;
  position: absolute;
  rotate: 15deg;
}

.hp-paragraph-wrapper {
  text-align: center;
  text-transform: none;
  max-width: 400px;
}

.home-projects-heading {
  grid-row-gap: 140px;
  text-align: left;
  mix-blend-mode: normal;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.home-projects-grid {
  grid-column-gap: 100px;
  grid-row-gap: 0px;
  background-color: #e9eff2;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  display: grid;
}

.project-card {
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 470px;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
}

.project-card.related {
  width: 100%;
  max-width: none;
}

.project-card-box {
  color: #fff0;
  mix-blend-mode: normal;
  background-color: #fff;
  border: 1px solid #fff0;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.project-card-box.full-width {
  transform-origin: 0 0;
  background-color: #0d09bd33;
  border-width: 2px;
  border-color: #888cff33;
  border-radius: 20px;
  max-width: 100%;
  height: 80vh;
  min-height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.project-card-box.related {
  height: 100%;
  min-height: auto;
  transition: background-color .3s;
}

.project-card-box.related:hover {
  background-color: #0d09bd42;
}

.project-number {
  grid-column-gap: 3px;
  letter-spacing: 0;
  flex-direction: row;
  align-items: flex-start;
  font-size: 12px;
  line-height: 100%;
  display: flex;
}

.collection-list {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  color: #fff0;
  mix-blend-mode: darken;
  background-color: #0000;
  flex-direction: column;
  margin-left: 0;
  display: flex;
}

.project-title {
  grid-row-gap: 8px;
  text-align: left;
  letter-spacing: .02em;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 140px;
  font-family: Nohemi, sans-serif;
  font-size: 14px;
  line-height: 120%;
  display: flex;
}

.pt-service {
  grid-column-gap: 2px;
  color: #ffffff4d;
  text-align: right;
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.project-image {
  object-fit: cover;
  width: 100%;
  max-width: 60%;
  height: 100%;
  margin-left: 0;
}

.project-image.round {
  mix-blend-mode: normal;
  background-color: #fff0;
  border-radius: 0;
  width: 100%;
  max-width: 60%;
  height: 100%;
}

.project-image.related {
  height: 67%;
}

.round-button {
  background-color: var(--dark-blue);
  pointer-events: auto;
  color: #000;
  letter-spacing: .01em;
  border: 1px solid #000;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  padding: 20px 32px 18px;
  font-family: Nohemi, sans-serif;
  line-height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-text {
  -webkit-text-stroke-color: #000000bf;
  border-radius: 0;
  font-family: Montserrat, sans-serif;
}

.absolute-image-3 {
  mix-blend-mode: normal;
  width: 230px;
  padding-left: 0;
  position: absolute;
  inset: 9% auto auto -13%;
}

.image-shade {
  z-index: -1;
  pointer-events: none;
  width: 100%;
  margin-top: 0%;
  margin-bottom: -26%;
}

.image-shade.projects {
  margin-bottom: -46%;
}

.testimonial {
  z-index: 3;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 95%;
  padding-top: 4%;
  padding-bottom: 18%;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.testimonial-content {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.testimonials-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1120px;
  display: flex;
  position: relative;
}

.testimonial-profile {
  border: 3px solid var(--lime);
  border-radius: 100%;
}

.testimonial-profile._3, .testimonial-profile._2 {
  position: static;
}

.testimonial-profile._1 {
  border-color: var(--black);
}

.testimonial-card {
  color: #fff;
  object-fit: cover;
  border-bottom: 1px solid #ffffff1a;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-top: 130px;
  padding-bottom: 130px;
  padding-right: 208px;
  font-size: 23px;
  line-height: 100%;
  display: flex;
}

.testimonial-card.last {
  border-bottom-style: none;
}

.testimonial-inner {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 93px;
  display: flex;
  position: sticky;
  top: 30%;
  left: auto;
  right: auto;
}

.testimonial-text-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fadddd4d;
  flex-direction: column;
  align-items: flex-start;
  max-width: 210px;
  font-size: 16px;
  line-height: 130%;
  display: flex;
}

.testimonial-card-inner {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  text-align: left;
  align-items: flex-start;
  display: flex;
}

.testimonial-wrapper {
  grid-row-gap: 50px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 720px;
  display: flex;
}

.testimoanisl-heading {
  color: #444f57;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nohemi, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 110%;
}

.testimonial-image-wrapper {
  border-radius: 100%;
  width: 95px;
  height: 95px;
  position: relative;
  overflow: hidden;
}

.testimonial-indicator {
  position: absolute;
  inset: 12% auto auto -23%;
}

.profile-gradient {
  background-color: #000000b3;
  position: absolute;
  inset: 0%;
}

.cta-heading {
  z-index: 1;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.cta-image {
  width: 333px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.cta-image._1 {
  width: 220px;
  margin-top: 0;
  margin-bottom: 261px;
  bottom: -83%;
  right: -31%;
}

.cta-image._2 {
  z-index: 1;
  width: 300px;
  margin-top: 275px;
  margin-left: 71px;
  inset: -97% auto auto -43%;
}

.cta-image._3 {
  width: 150px;
  inset: auto auto -99% 10%;
}

.cta-image._4 {
  width: 120px;
  inset: auto auto -25% -3%;
  transform: rotate(-10deg);
}

.cta-image._5 {
  width: 120px;
  margin-top: 70px;
  margin-right: 91px;
  inset: -63% 10% auto auto;
}

.cta-image._6 {
  width: 120px;
  inset: auto 20% -53% auto;
}

.cta-image._7 {
  width: 120px;
  margin-top: 56px;
  margin-left: 82px;
  inset: -63% auto auto 8%;
  transform: rotate(-10deg);
}

.cta-button {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #738490a6;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  display: flex;
  position: absolute;
  box-shadow: inset 0 2px 7px #ffffff4d;
}

.cta-button-icon {
  margin-top: 11px;
  padding-bottom: 0;
  transform: rotate(0);
}

.footer-top {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: justify;
  flex-direction: column;
  align-items: flex-start;
  max-width: 330px;
  padding-left: 50px;
  display: flex;
}

.footer-bottom {
  grid-row-gap: 20px;
  border-top: 1px solid #ffffff1a;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 50px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.footer-links-wrapper {
  grid-column-gap: 20px;
  color: #fff;
  text-decoration: none;
  display: flex;
}

.footer-link {
  color: #fff;
  text-decoration: none;
}

.buttom-inner {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.footer-text-wrapper {
  grid-row-gap: 5px;
  color: #fff3;
  flex-direction: column;
  width: 70%;
  display: flex;
}

.hero-marquee {
  grid-column-gap: 50px;
  display: flex;
  overflow: hidden;
}

.home-hero-shade {
  pointer-events: none;
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.circle-blur {
  filter: blur(300px);
  background-color: #0d09bd66;
  border-radius: 100%;
  width: 970px;
  height: 970px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.circle-blur._1st {
  background-color: #0b07bc66;
  bottom: 41%;
  right: -43%;
}

.circle-blur.p-3 {
  inset: auto auto 67% -43%;
}

.circle-blur._3rd {
  filter: blur(200px);
  background-color: #0d09bd5c;
  width: 700px;
  height: 290px;
  inset: auto auto 4%;
}

.circle-blur._4th {
  background-color: #0d09bd4d;
  width: 800px;
  height: 800px;
  inset: auto auto 35%;
}

.circle-blur-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: -27% 0% 0% 12%;
  overflow: hidden;
}

.circle-blur-wrapper._1st {
  pointer-events: none;
  left: 0%;
}

.circle-blur-wrapper._2nd {
  pointer-events: none;
  inset: 0% auto auto 0%;
}

.circle-blur-wrapper._3rd, .circle-blur-wrapper._4th {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  inset: 0% auto auto 0%;
}

._3d-wrapper {
  width: 500px;
  height: 489px;
  margin-bottom: 49px;
  overflow: hidden;
}

.h3-fill-inner {
  text-align: left;
  letter-spacing: -.01em;
  white-space: nowrap;
  flex: none;
  justify-content: center;
  align-items: center;
  max-width: none;
  font-family: Nohemi, sans-serif;
  font-size: 110px;
  font-weight: 300;
  line-height: 100%;
  position: relative;
  overflow: hidden;
}

.scroll-indicator-wrapper {
  background-color: #ffffff1a;
  width: 100%;
  height: 1px;
  position: relative;
}

.back-button {
  background-color: var(--dark-blue);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.scroll-indicator-line {
  background-color: var(--dark-blue);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0%;
}

.social-share {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  letter-spacing: .04em;
  justify-content: center;
  align-items: center;
  font-family: Nohemi, sans-serif;
  display: flex;
}

.projects-socials {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  display: flex;
}

.projects-social-link {
  border: 1px solid #ece5db33;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .35s;
  display: flex;
}

.projects-social-link:hover {
  border-color: #ece5db;
}

.projects-heading {
  color: #000;
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nohemi, sans-serif;
  font-size: 200%;
  font-weight: 300;
  line-height: 100%;
}

.project-short-title {
  letter-spacing: 0;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  font-size: 50px;
  line-height: 100%;
  display: flex;
}

.project-short-description {
  grid-row-gap: 40px;
  letter-spacing: 0;
  flex-direction: column;
  align-items: flex-start;
  max-width: 370px;
  font-size: 25px;
  font-weight: 300;
  line-height: 110%;
  display: flex;
}

.project-cover {
  z-index: 1;
  mix-blend-mode: difference;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  font-size: 16px;
  display: flex;
  position: relative;
}

.cover-image {
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.cover-image.round {
  width: auto;
}

.cover-image.square {
  max-width: 773px;
}

.project-cover-wrapper {
  grid-row-gap: 15px;
  transform-origin: 100% 0;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.body-wrapper {
  grid-row-gap: 120px;
  flex-direction: column;
  align-items: flex-start;
  width: 800px;
  display: flex;
  position: relative;
}

.overview-title {
  color: #000;
  font-family: Nohemi, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 100%;
}

.body-inner {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.project-content-wrapper {
  width: 555px;
}

.project-content {
  color: #000;
  font-family: Montserrat, sans-serif;
}

.project-content h1 {
  letter-spacing: -.02em;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Nohemi, sans-serif;
  font-size: 70px;
  font-weight: 300;
  line-height: 100%;
}

.project-content h2 {
  letter-spacing: -.01em;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Nohemi, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 100%;
}

.project-content h3 {
  letter-spacing: -.01em;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Nohemi, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 100%;
}

.project-content h4 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Nohemi, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 100%;
}

.project-content h5 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Nohemi, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 100%;
}

.project-content h6 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Inter, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 100%;
}

.project-content p {
  letter-spacing: -.01em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 130%;
}

.project-content blockquote {
  border: 1px solid var(--lime);
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 30px;
}

.project-content ol {
  color: #ffffff59;
  padding-left: 30px;
  list-style-type: disc;
}

.project-content a {
  color: var(--dark-blue);
  text-decoration: none;
}

.content-title {
  margin-top: 10px;
}

.related-work-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.related-posts-collection {
  grid-column-gap: 40px;
  display: flex;
}

.relate-posts-wrapper {
  width: 100%;
}

.related-posts-item {
  flex-direction: row;
  width: 50%;
  display: flex;
}

.related-paragraph-wrapper {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.related-paragraph-inner {
  grid-row-gap: 50px;
  color: #000;
  flex-direction: column;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.project-services-inner {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1560px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 50px;
  display: flex;
}

.ps-content-box {
  grid-row-gap: 100px;
  color: #fff;
  text-align: justify;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.project-link-block {
  transform-origin: 0%;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 4px;
  text-decoration: none;
  transition: all .3s;
}

.project-link-block:hover {
  border-bottom-color: #fff0;
}

.services-wrapper {
  letter-spacing: -.02em;
  margin-bottom: 29px;
  font-family: Nohemi, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 100%;
}

.service-title {
  color: var(--dark-blue);
  cursor: pointer;
  line-height: 110%;
  transition: all .3s;
}

.utility-wrapper {
  grid-row-gap: 50px;
  flex-direction: column;
  align-self: auto;
  width: 100%;
  max-width: 800px;
  display: flex;
}

.utility-text {
  color: var(--dark-blue);
  font-family: Montserrat, sans-serif;
}

.utility-text h1 {
  letter-spacing: -.02em;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Nohemi, sans-serif;
  font-size: 70px;
  font-weight: 300;
  line-height: 100%;
}

.utility-text h2 {
  letter-spacing: -.01em;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Nohemi, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 100%;
}

.utility-text h3 {
  letter-spacing: -.01em;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Nohemi, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 100%;
}

.utility-text h4 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Nohemi, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 100%;
}

.utility-text h5 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Nohemi, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 100%;
}

.utility-text h6 {
  color: var(--dark-blue);
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 100%;
}

.utility-text p {
  color: var(--dark-blue);
  letter-spacing: -.01em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 130%;
}

.utility-text blockquote {
  border: 1px solid var(--lime);
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 30px;
}

.utility-text ol {
  color: #ffffff59;
  padding-left: 30px;
  list-style-type: disc;
}

.utility-text a {
  color: var(--dark-blue);
  text-decoration: none;
}

.hero-paragraph-margin {
  margin-left: 50px;
}

.footer-terms {
  color: #fff3;
}

.back-icon {
  position: absolute;
}

.footer-right-small {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.webflow-link {
  color: #fff;
  text-decoration: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

._404-text {
  margin-top: 30px;
}

._404-link {
  color: #e4e4e4;
  margin-top: 20px;
}

.body {
  background-color: #e9eff2;
}

.text-block {
  color: #1e2b33;
  text-align: justify;
  -webkit-text-stroke-width: 0px;
  text-indent: 0;
  font-size: 14px;
  line-height: 130%;
  text-decoration: none;
}

.text-block-2 {
  color: #444f57;
  text-align: justify;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: block;
}

.text-block-3 {
  color: #444f57;
}

.bold-text {
  font-size: 80px;
  font-weight: 300;
}

.text-block-4 {
  color: #444f57;
  min-width: 111%;
  font-family: Montserrat, sans-serif;
}

.text-block-5 {
  color: #444f57;
  text-align: justify;
  width: 0;
  min-width: 111%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  display: block;
}

.text-block-6 {
  color: #444f57;
  min-width: 111%;
  font-family: Montserrat, sans-serif;
}

.text-block-7 {
  color: #ffffff59;
  text-align: center;
  background-color: #0000;
}

.text-block-8 {
  outline-offset: 0px;
  color: #1e2b33;
  outline: 3px #1e2b33;
  font-family: Nohemi, sans-serif;
  font-size: 21px;
  font-weight: 500;
  text-decoration: none;
}

.text-block-8.textblock9 {
  outline-width: 3px;
  line-height: 130%;
}

.text-block-9 {
  color: #1e2b33;
  font-family: Nohemi, sans-serif;
  font-size: 21px;
}

.section-2 {
  background-color: #1e2b33;
}

.text-block-10, .text-block-11, .text-block-12 {
  color: #7d8388;
}

.image {
  color: #000;
}

.image-2 {
  box-sizing: border-box;
  aspect-ratio: auto;
  outline-offset: 0px;
  color: #fff;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: fill;
  background-clip: border-box;
  border-radius: 20px;
  outline: 3px #fff;
  max-width: 100%;
  padding-bottom: 0;
  display: inline-flex;
  position: static;
  bottom: -72px;
  right: -64px;
  overflow: clip;
}

.image-3 {
  mix-blend-mode: normal;
  border-radius: 13px;
  padding-bottom: 12px;
}

.lottie-animation {
  width: 388px;
  margin-top: 18px;
  padding-bottom: 0;
  padding-right: 0;
  position: absolute;
}

.spline-scene {
  z-index: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 16.8%;
  min-width: 0;
  height: 20%;
  min-height: 0;
  margin-top: 0;
  margin-left: -73px;
  margin-right: 0;
  padding: 18px 0 0 77px;
  display: block;
  position: absolute;
  inset: auto;
  overflow: visible;
}

.lottie-animation-2 {
  mix-blend-mode: normal;
  width: 16.8%;
  height: 17%;
  margin-left: -1px;
  margin-right: -1px;
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  inset: 57.125px 70.2396px 992.7px 1861.46px;
}

.body-2 {
  background-color: #fff;
}

.text-block-13 {
  color: #000;
}

.text-block-14 {
  color: #000;
  font-family: Montserrat, sans-serif;
}

.absolute-image-4 {
  mix-blend-mode: difference;
  width: 330px;
  position: absolute;
}

.home-projects-heading-2 {
  grid-row-gap: 140px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.paragraph-14px-2 {
  color: #fff;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.round-button-2 {
  pointer-events: auto;
  color: #000;
  letter-spacing: .01em;
  background-color: #fff;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  padding: 20px 32px 18px;
  font-family: Nohemi, sans-serif;
  line-height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.absolute-image-5 {
  mix-blend-mode: difference;
  width: 430px;
  padding-left: 0;
  position: absolute;
}

.button-fill-2 {
  background-color: #0d09bd;
  width: 101%;
  position: absolute;
  inset: 0%;
}

.h2-fill-wrapper-2 {
  color: #ffffff1a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-text-absolute-2 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  position: absolute;
  inset: 0%;
}

.paragraph-14px-3 {
  color: #fff;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.round-button-3 {
  pointer-events: auto;
  color: #000;
  letter-spacing: .01em;
  background-color: #fff;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  padding: 20px 32px 18px;
  font-family: Nohemi, sans-serif;
  line-height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.absolute-image-6 {
  mix-blend-mode: difference;
  width: 430px;
  padding-left: 0;
  position: absolute;
}

.button-text-3 {
  font-family: Montserrat, sans-serif;
}

.button-fill-3 {
  background-color: #0d09bd;
  width: 101%;
  position: absolute;
  inset: 0%;
}

.project-card-box-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  pointer-events: auto;
  mix-blend-mode: normal;
  border: 1px solid #fff0;
  border-radius: 0;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-height: 300px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.text-block-15 {
  color: #000;
  text-align: center;
  order: 0;
  align-self: auto;
  width: 335%;
  height: 100%;
  margin-left: 0;
  margin-right: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 700;
  position: static;
}

.text-block-16 {
  color: #0000004d;
}

.text-block-17 {
  color: var(--black);
  text-align: center;
  width: 335%;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.text-block-18 {
  color: #ffffff4f;
  background-color: #fff0;
}

.text-block-19 {
  color: #0000;
  font-size: 100px;
  position: static;
}

.absolute-image-7 {
  mix-blend-mode: difference;
  width: 330px;
  position: absolute;
}

.home-projects-grid-2 {
  grid-column-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  display: grid;
}

.absolute-image-8 {
  mix-blend-mode: difference;
  width: 430px;
  padding-left: 0;
  position: absolute;
}

.button-fill-4 {
  background-color: var(--dark-blue);
  width: 101%;
  position: absolute;
  inset: 0%;
}

.h2-fill-inner-2 {
  text-align: left;
  letter-spacing: -.02em;
  white-space: nowrap;
  flex: none;
  justify-content: center;
  align-items: center;
  max-width: none;
  font-family: Nohemi, sans-serif;
  font-size: 120px;
  font-weight: 300;
  line-height: 100%;
  position: relative;
  overflow: hidden;
}

.text-span, .text-span-2 {
  color: var(--dark-blue);
}

.text-span-3 {
  color: #1f1f1fc9;
  font-family: Nohemi, sans-serif;
}

.text-block-20 {
  color: #fff0;
}

.text-block-21 {
  color: var(--dark-blue);
}

.collection-list-wrapper {
  min-width: 0;
  margin-left: 0;
  padding-left: 0;
}

.body-3 {
  background-color: var(--contcol);
}

.bold-text-2, .list-item, .list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6, .bold-text-3, .list-item-7, .list-item-8, .list-item-9, .list-item-10, .list-item-11, .list-item-12, .list-item-13, .list-item-14, .list-item-15, .list-item-16, .list-item-17, .list-item-18, .list-item-19, .list-item-20, .list-item-21, .list-item-22, .bold-text-4, .list-item-23, .list-item-24, .list-item-25, .list-item-26, .list-item-27, .list-item-28, .bold-text-5, .list-item-29, .list-item-30, .list-item-31, .list-item-32, .list-item-33, .list-item-34, .list-item-35, .bold-text-6, .list-item-36, .list-item-37, .list-item-38, .list-item-39, .list-item-40, .list-item-41, .list-item-42, .list-item-43, .list-item-44 {
  color: var(--dark-blue);
}

.image-4 {
  mix-blend-mode: luminosity;
  object-fit: contain;
  border-radius: 20px;
  align-self: center;
  max-width: 100%;
  min-height: 27%;
  display: inline-flex;
  position: sticky;
  top: auto;
}

.image-5 {
  z-index: 0;
  box-sizing: border-box;
  clear: none;
  vertical-align: baseline;
  object-fit: contain;
  flex: 0 auto;
  order: 0;
  align-self: center;
  max-width: 55%;
  display: block;
  position: sticky;
  inset: 0% 0% auto auto;
  overflow: clip;
}

.image-6 {
  vertical-align: baseline;
  mix-blend-mode: normal;
  align-self: center;
  max-width: 60%;
  display: block;
}

.image-7 {
  aspect-ratio: auto;
  vertical-align: baseline;
  mix-blend-mode: hard-light;
  object-fit: contain;
  order: 0;
  align-self: center;
  max-width: 50%;
  display: block;
  position: static;
  overflow: clip;
}

.image-8 {
  max-width: 100%;
}

.image-9 {
  vertical-align: baseline;
  mix-blend-mode: normal;
  align-self: center;
  max-width: 80%;
}

.body-4, .body-5 {
  background-color: var(--contcol);
}

.heading {
  color: var(--dark-blue);
  align-self: center;
  font-family: Montserrat, sans-serif;
}

.form-block {
  font-family: Montserrat, sans-serif;
}

.field-label {
  color: var(--dark-blue);
}

.text-field {
  color: var(--dark-blue);
  border-radius: 20px;
  min-width: 100%;
  height: auto;
  min-height: 15%;
  display: block;
}

.field-label-2 {
  color: var(--dark-blue);
}

.text-field-2 {
  color: var(--dark-blue);
  border-radius: 20px;
}

.submit-button {
  color: var(--dark-blue);
  background-color: #fff;
  border-radius: 20px;
}

.paragraph {
  color: var(--dark-blue);
  background-color: #fff;
  border-radius: 20px;
  align-self: center;
  margin-bottom: 0;
  padding: 20px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  box-shadow: 0 2px 5px #0003;
}

.link {
  background-color: #fff;
  font-family: Montserrat, sans-serif;
}

.heading-2 {
  color: var(--dark-blue);
  font-weight: 400;
}

.paragraph-2 {
  color: var(--dark-blue);
  align-self: center;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.success-message {
  background-color: var(--white);
  color: var(--dark-blue);
  border-radius: 20px;
}

.error-message {
  color: var(--dark-blue);
  border-radius: 20px;
}

.button-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--dark-blue);
  text-align: center;
  vertical-align: baseline;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 30%;
  max-width: 50%;
  font-family: Montserrat, sans-serif;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.button-3 {
  background-color: var(--dark-blue);
  border-radius: 20px;
}

.form {
  color: var(--dark-blue);
  font-family: Montserrat, sans-serif;
}

.text-field-3, .text-field-4 {
  color: var(--dark-blue);
  border-radius: 20px;
}

.submit-button-2 {
  background-color: var(--white);
  color: var(--dark-blue);
  border-radius: 20px;
  box-shadow: 0 2px 5px #0003;
}

.select-field, .select-field-2, .select-field-3 {
  color: var(--dark-blue);
  border-radius: 20px;
}

.checkbox-field {
  margin-top: 15px;
  margin-bottom: 20px;
}

.textarea {
  color: var(--dark-blue);
  border-radius: 20px;
}

.heading-3 {
  align-self: flex-end;
}

.heading-4 {
  color: var(--dark-blue);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  display: flex;
}

.button-4 {
  background-color: var(--lime);
  color: var(--dark-blue);
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 15%;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.success-message-2 {
  background-color: var(--lime);
  color: var(--dark-blue);
  border-radius: 20px;
  box-shadow: 0 2px 5px #0003;
}

.error-message-2 {
  color: var(--dark-blue);
  background-color: #ffcdcd;
  border-radius: 20px;
  font-family: Montserrat, sans-serif;
}

.text-block-22 {
  font-family: Montserrat, sans-serif;
}

.bold-text-7 {
  color: var(--dark-blue);
}

.code-embed {
  margin-top: -20px;
  margin-bottom: -4px;
  padding-bottom: 0;
}

.div {
  margin-top: -56px;
  padding-top: 0;
  padding-bottom: 79px;
}

.code-embed-2 {
  margin-top: -91px;
  padding-top: 0;
}

.button-5 {
  color: #fff0;
  background-color: #3898ec00;
  padding-top: 0;
  padding-bottom: 40px;
}

.div-block {
  padding-bottom: 58px;
}

.image-10 {
  display: none;
}

.image-11 {
  max-width: 100%;
  display: none;
  overflow: clip;
}

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

.body-6 {
  background-color: var(--contcol);
}

.slider {
  background-color: #fff0;
  min-width: 0;
  max-width: none;
  min-height: 1035px;
  box-shadow: 0 0 8px 5px #0003;
}

.icon, .icon-2 {
  color: var(--dark-blue);
}

.slide-nav {
  color: var(--dark-blue);
  background-color: #0000005c;
}

.text-block-23 {
  color: var(--txt2);
  margin-top: -79px;
  font-size: 30px;
  position: relative;
  inset: 0% 0% 141%;
}

.heading-5 {
  color: var(--txt2);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  inset: -55% 0% auto;
}

.heading-6 {
  margin-top: 96px;
  padding-top: 0;
  display: flex;
}

.container-3 {
  filter: drop-shadow(0 2px 5px #000000b3);
  background-color: #000;
  border-radius: 0;
  width: 60%;
  height: 50%;
  margin-top: 31px;
  margin-bottom: 61px;
  box-shadow: 0 0 10px 4px #0003;
}

.section-4 {
  flex: 0 auto;
  align-self: center;
  display: block;
}

.heading-7 {
  filter: drop-shadow(0 2px 2px #000000b3);
  color: #000;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  display: flex;
}

.list {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.list-item-45 {
  background-color: #fff;
  border-radius: 30px;
  align-self: auto;
  width: 12%;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.image-12 {
  border: 0 solid #1e2b3300;
  border-radius: 30px;
  padding: 0;
  box-shadow: 0 2px 9px 5px #0003;
}

.text-block-24 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #1e2b33;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 800;
  display: flex;
}

.text-block-25 {
  color: #1e2b33;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  display: flex;
}

.text-block-26 {
  color: #000;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.body-7 {
  background-color: var(--contcol);
}

.text-block-28 {
  color: #000;
  text-align: center;
  margin-bottom: 220px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.section-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 0;
  height: 100%;
  min-height: 0;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.image-13 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.container-4 {
  text-align: left;
  background-image: url('../images/video.jpg');
  background-position: 50%;
  background-size: 1920px 1080px;
  background-attachment: scroll;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  min-width: 100%;
  max-width: none;
  height: 100%;
  min-height: 1080px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  padding-bottom: 0;
  display: block;
}

.image-14 {
  align-self: center;
  display: block;
}

.container-5 {
  background-image: url('../images/image_2025-08-13_18-01-34_1.avif');
  background-position: 0 0;
  background-size: auto;
  align-self: center;
  max-width: 0;
}

.image-15 {
  display: block;
  overflow: visible;
}

.image-16 {
  vertical-align: top;
  display: block;
}

.container-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/Без-имени-3.jpg');
  background-position: 0 0;
  background-size: auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100px;
  min-width: 1920px;
  max-width: 1920px;
  height: 100px;
  min-height: 1080px;
  margin-left: 103px;
  margin-right: -1257px;
  display: block;
  position: static;
}

.image-17 {
  vertical-align: sub;
  border-radius: 200px;
  max-width: 30%;
  max-height: 60%;
  margin: auto;
  display: block;
  overflow: visible;
}

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

  .container.project-heading {
    background-image: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container.project-body {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-nav {
    padding-left: 30px;
  }

  .sg-wrapper.typeface, .sg-wrapper.heading-box {
    grid-template-columns: 1fr;
  }

  .sg-background {
    padding-left: 0;
  }

  .h1-heading {
    font-size: 200px;
  }

  .h1-heading.marquee {
    font-size: 150px;
  }

  .h2-heading {
    font-size: 90px;
  }

  .h3-heading {
    font-size: 80px;
  }

  .h4-heading {
    font-size: 60px;
  }

  .h5-heading {
    font-size: 43px;
  }

  .sticky-container {
    height: 88vh;
    position: static;
  }

  .button.mobile-hide {
    display: none;
  }

  .h2-fill-inner {
    font-size: 90px;
  }

  .home-projects-grid {
    grid-column-gap: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .project-card-box.full-width {
    height: 60vh;
  }

  .collection-list {
    grid-row-gap: 100px;
  }

  .absolute-image-3 {
    top: 12%;
    left: -38%;
  }

  .testimonial {
    padding-right: 0;
    display: flex;
  }

  .testimonials-wrapper {
    padding-left: 0;
  }

  .testimonial-card {
    margin-right: 0;
  }

  .testimonial-card-inner {
    grid-column-gap: 60px;
  }

  .testimoanisl-heading {
    font-size: 30px;
  }

  .cta-image._1 {
    width: 240px;
  }

  .cta-image._2 {
    width: 310px;
    left: -42%;
  }

  .cta-image._3 {
    width: 260px;
  }

  .cta-image._4, .cta-image._5, .cta-image._6 {
    width: 90px;
  }

  .cta-image._7 {
    width: 80px;
  }

  .h3-fill-inner {
    font-size: 80px;
  }

  .projects-heading {
    font-size: 130px;
  }

  .project-short-description {
    font-size: 25px;
    line-height: 120%;
  }

  .project-cover {
    height: 80vh;
  }

  .cover-image.round {
    min-height: 350px;
  }

  .cover-image.square {
    max-width: 520px;
  }

  .project-content-wrapper {
    width: 555px;
  }

  .related-paragraph-inner {
    width: 47%;
  }

  .project-services-inner {
    padding-left: 30px;
    padding-right: 30px;
  }

  .service-title {
    letter-spacing: 0;
    font-size: 50px;
  }

  .home-projects-grid-2 {
    grid-column-gap: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .h2-fill-inner-2 {
    font-size: 90px;
  }

  .list {
    flex-flow: column;
  }
}

@media screen and (max-width: 767px) {
  .container.hero {
    padding-bottom: 0;
  }

  .container.project-heading {
    background-image: radial-gradient(circle farthest-corner at 100% 50%, var(--dark-blue), #0c08ac 0%, #0a0792 0%, #090680 0%, #000 41%);
  }

  .container.footer-projects {
    padding-bottom: 20px;
  }

  .container-nav.projects {
    flex-direction: row-reverse;
    padding-right: 30px;
  }

  .nav-links {
    display: none;
  }

  .sg-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .h1-heading {
    font-size: 110px;
  }

  .h2-heading {
    font-size: 70px;
  }

  .h3-heading {
    font-size: 55px;
  }

  .h4-heading {
    font-size: 50px;
  }

  .h5-heading {
    font-size: 40px;
  }

  ._3d-logo {
    position: sticky;
  }

  .scene-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .scene-wrapper._2nd {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
  }

  .scene-wrapper._3rd {
    height: auto;
  }

  .scene-wrapper._4th {
    grid-column-gap: 16px;
    grid-row-gap: 200px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 0;
    display: grid;
  }

  .sticky-inner {
    height: 100vh;
  }

  .sticky-container {
    height: 88vh;
    position: static;
  }

  .button.mobile-hide {
    display: none;
  }

  .scene-inner1 {
    min-width: 100%;
  }

  .h2-fill-inner {
    font-size: 70px;
  }

  .about-card-inner {
    grid-row-gap: 40px;
    justify-content: flex-start;
  }

  .about-card-wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .text-scene {
    justify-content: flex-start;
    padding-left: 50px;
    padding-right: 50px;
  }

  .scene-scroll-button {
    margin-top: 150px;
  }

  .home-projects-grid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .project-card.related {
    height: 640px;
  }

  .project-card-box.full-width {
    height: 40vh;
  }

  .image-shade.projects {
    margin-bottom: -55%;
  }

  .testimonial {
    display: none;
  }

  .testimonial-card {
    padding: 70px 0;
  }

  .footer-bottom {
    padding-left: 30px;
    padding-right: 30px;
  }

  .buttom-inner {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .footer-text-wrapper {
    width: 100%;
  }

  .h3-fill-inner {
    font-size: 55px;
  }

  .social-share {
    display: flex;
  }

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

  .project-cover {
    height: 55vh;
  }

  .cover-image.round {
    max-width: 340%;
    min-height: 340px;
  }

  .cover-image.square {
    max-width: 340px;
    min-height: 340px;
  }

  .body-wrapper {
    grid-row-gap: 50px;
    width: 100%;
  }

  .overview-title {
    font-size: 40px;
  }

  .body-inner {
    flex-direction: column;
  }

  .project-content-wrapper {
    width: 100%;
  }

  .related-posts-collection {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    flex-direction: column;
  }

  .related-posts-item {
    width: 100%;
  }

  .related-paragraph-wrapper {
    justify-content: flex-start;
  }

  .related-paragraph-inner {
    width: 100%;
  }

  .project-services-inner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .ps-content-box {
    grid-row-gap: 50px;
  }

  .project-link-block {
    display: none;
  }

  .home-projects-grid-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h2-fill-inner-2 {
    font-size: 70px;
  }

  .list {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .list-item-45 {
    align-self: auto;
    width: 40%;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.home-projects {
    grid-column-gap: 140px;
    grid-row-gap: 140px;
    background-color: var(--contcol);
    opacity: 1;
    pointer-events: auto;
    color: #fff0;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-clip: border-box;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 50px;
    transition-property: none;
    display: flex;
    overflow: hidden;
  }

  .container.testimonials {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container.cta {
    color: #e2ebee;
    background-color: #1e2b33;
    padding-bottom: 160px;
  }

  .container.project-heading {
    background-image: none;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.project-body {
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.related-works {
    padding-bottom: 0;
  }

  .container.home-projects {
    color: #fff;
    background-color: #e9eff2;
    background-image: none;
    padding-bottom: 50px;
    overflow: hidden;
  }

  .section {
    background-color: var(--contcol);
    overflow: hidden;
  }

  .container-nav {
    background-image: linear-gradient(#1e2b33, #1321a800);
    padding-left: 20px;
  }

  .nav-links {
    display: none;
  }

  .menu-content {
    display: flex;
  }

  .logo-image {
    margin-left: 0;
  }

  .sg-wrapper.active-border {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .sg-background {
    padding-left: 0;
  }

  .sg-text-big {
    font-size: 200px;
  }

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

  .h2-heading {
    font-size: 40px;
  }

  .h3-heading {
    color: #fff;
    text-shadow: 1px 3px 1px #00000014;
    font-size: 35px;
  }

  .h3-heading._1st {
    width: 100%;
    font-size: 30px;
  }

  .h3-heading._2nd {
    font-size: 23px;
  }

  .h3-heading._3rd {
    letter-spacing: -.1em;
    width: 100%;
    min-width: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 33px;
  }

  .h4-heading {
    font-size: 35px;
  }

  .h5-heading {
    font-size: 30px;
  }

  ._3d-logo {
    pointer-events: none;
    text-align: left;
    height: 130%;
    padding-left: 0;
    position: static;
  }

  .scene-wrapper._2nd {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .scene-wrapper._3rd {
    padding-bottom: 90px;
  }

  .scene-wrapper._4th {
    background-color: #fff0;
  }

  .paragraph-box {
    margin-left: 0;
    padding-left: 0;
  }

  .h2-fill-inner {
    font-size: 40px;
  }

  .about-card {
    min-height: 290px;
  }

  .text-scene {
    padding-left: 30px;
    padding-right: 30px;
  }

  .scene-scroll-button {
    margin-top: 30px;
  }

  .absolute-image-1 {
    width: 220px;
  }

  .absolute-image-2 {
    width: 190px;
  }

  .home-projects-heading {
    padding-left: 30px;
    padding-right: 30px;
  }

  .home-projects-grid {
    grid-column-gap: 20px;
    grid-row-gap: 4%;
    mix-blend-mode: normal;
    border: 0 solid #000;
    grid-template-columns: 1fr;
    padding-left: 30px;
    padding-right: 30px;
  }

  .project-card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .project-card.related {
    height: 450px;
  }

  .project-card-box {
    min-height: 350px;
  }

  .collection-list {
    grid-column-gap: 75px;
    grid-row-gap: 75px;
  }

  .project-image {
    height: 100%;
  }

  .absolute-image-3 {
    width: 210px;
  }

  .image-shade {
    margin-bottom: 0%;
  }

  .testimonial-card {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 0;
  }

  .testimonial-text-wrapper {
    font-size: 14px;
  }

  .testimonial-card-inner {
    grid-row-gap: 70px;
    flex-direction: column;
  }

  .testimoanisl-heading {
    font-size: 23px;
  }

  .cta-image._1 {
    width: 150px;
    margin-bottom: 242px;
  }

  .cta-image._2 {
    width: 170px;
    margin-top: 202px;
  }

  .cta-image._3 {
    width: 150px;
  }

  .cta-image._4, .cta-image._5, .cta-image._6, .cta-image._7 {
    width: 70px;
  }

  .footer-top {
    padding-left: 30px;
  }

  .footer-bottom {
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-marquee {
    position: static;
  }

  .circle-blur._1st {
    width: 500px;
    height: 500px;
    bottom: 35%;
    right: -30%;
  }

  .circle-blur.p-3 {
    width: 730px;
    height: 710px;
    inset: 6% auto auto -97%;
  }

  .circle-blur-wrapper._1st, .circle-blur-wrapper._2nd, .circle-blur-wrapper._3rd, .circle-blur-wrapper._4th {
    display: none;
  }

  ._3d-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: 120%;
    height: 400px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
    overflow: hidden;
  }

  .h3-fill-inner {
    margin-bottom: 1px;
    padding-bottom: 0;
    font-size: 35px;
  }

  .social-share {
    display: flex;
  }

  .projects-heading {
    letter-spacing: -.01em;
    font-size: 60px;
  }

  .project-short-title {
    font-size: 27px;
  }

  .project-short-description {
    font-size: 21px;
  }

  .cover-image.round {
    width: 100%;
    max-width: 300px;
    min-height: 300px;
    max-height: 300px;
  }

  .cover-image.square {
    max-width: none;
    min-height: auto;
  }

  .overview-title {
    font-size: 31px;
  }

  .service-title {
    font-size: 38px;
  }

  .utility-text p {
    font-size: 14px;
  }

  .hero-paragraph-margin {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: -14px;
    padding-left: 0;
    display: flex;
  }

  .text-block {
    margin-left: 0;
    position: static;
    left: -21px;
  }

  .spline-scene {
    width: 20%;
    min-width: 100%;
    height: 16%;
    min-height: 26%;
    margin-top: auto;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
    position: absolute;
  }

  .absolute-image-4 {
    width: 190px;
  }

  .home-projects-heading-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .absolute-image-5, .absolute-image-6 {
    width: 220px;
  }

  .project-card-box-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    min-height: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .text-block-15 {
    text-align: center;
    width: 0;
    height: 0;
    margin-left: 20px;
    margin-right: 0;
    font-family: Montserrat, sans-serif;
  }

  .text-block-17 {
    text-align: center;
    width: 0;
    margin-left: 20px;
    font-family: Montserrat, sans-serif;
  }

  .absolute-image-7 {
    width: 190px;
  }

  .home-projects-grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 100px;
    grid-template-columns: 1fr;
    padding-left: 30px;
    padding-right: 30px;
  }

  .absolute-image-8 {
    width: 220px;
  }

  .h2-fill-inner-2 {
    font-size: 40px;
  }

  .image-7 {
    max-width: 43%;
  }

  .button-2 {
    width: 60%;
    max-width: 60%;
    display: flex;
  }

  .button-4 {
    max-width: 60%;
  }

  .image-10 {
    clear: none;
    border: 1px solid #1e2b33e6;
    border-radius: 50px;
    flex: 0 auto;
    order: 1;
    align-self: flex-end;
    max-width: 23%;
    margin-bottom: 0;
    padding-bottom: 0;
    display: block;
    position: relative;
    bottom: 120px;
    overflow: clip;
  }

  .image-11 {
    border: 1px solid #1e2b33e6;
    border-radius: 50px;
    order: 1;
    align-self: flex-end;
    max-width: 23%;
    display: block;
    position: relative;
    bottom: 120px;
  }

  .slider {
    max-width: none;
    height: 100%;
    min-height: 0;
  }

  .slide-nav {
    height: auto;
    display: none;
  }

  .container-3 {
    width: 80%;
    margin-top: 59px;
    margin-bottom: 29px;
  }

  .list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .list-item-45 {
    width: 50%;
  }

  .text-block-27 {
    display: block;
  }
}

#w-node-_5eb50bfe-bd8c-77ae-8dc3-6316f7a9fa4b-c616f806 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_5eb50bfe-bd8c-77ae-8dc3-6316f7a9fa51-c616f806 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_0afd9b81-a207-bd35-80ca-e83bca0b8588-c616f806 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_0afd9b81-a207-bd35-80ca-e83bca0b859b-c616f806 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}


@font-face {
  font-family: 'Nohemi';
  src: url('../fonts/Nohemi-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nohemi';
  src: url('../fonts/Nohemi-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nohemi';
  src: url('../fonts/Nohemi-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}