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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fdfdfd;
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'DM Serif Display', sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
}

p {
  max-width: 60ch;
  margin-bottom: 10px;
}

a {
  color: #fff;
  text-decoration: none;
}

.section {
  margin-bottom: 32px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.footer {
  margin-top: auto;
  padding-top: 0px;
  padding-bottom: 37px;
  background-color: transparent;
  color: #fff;
}

.section.testimonial {
  padding-top: 100px;
  padding-bottom: 100px;
  color: #fff;
}

.heading {
  max-width: 450px;
  margin-bottom: 60px;
  font-family: 'DM Serif Display', sans-serif;
  font-weight: 400;
}

.text-block {
  color: rgba(0, 0, 0, 0.7);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.container {
  max-width: 1200px;
  margin-top: 39px;
  padding-right: 30px;
  padding-left: 30px;
  background-color: hsla(0, 0%, 100%, 0.87);
}

.navbar {
  background-color: #fff;
  box-shadow: 1px 1px 75px 0 rgba(0, 0, 0, 0.1);
}

.brand {
  padding-top: 16px;
  padding-bottom: 16px;
}

.nav-link {
  padding-right: 20px;
  padding-left: 20px;
  color: #000;
}

.nav-link.button {
  margin-top: 12px;
  margin-left: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 5px;
  background-color: #6057c3;
  color: #fff;
}

.nav-link.button:visited {
  color: #fff;
}

.secondary-heading {
  max-width: 450px;
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: 'DM Serif Display', sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.paragraph {
  color: rgba(0, 0, 0, 0.66);
}

.collection-item {
  position: relative;
  display: -ms-grid;
  display: grid;
  margin-bottom: 30px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.8fr 1fr;
  grid-template-columns: 0.8fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  padding: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.button-text {
  display: inline-block;
  margin-top: auto;
  margin-right: 4px;
}

.project-name-preview {
  margin-top: 10px;
  font-family: 'DM Serif Display', sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.project-type-preview {
  color: hsla(0, 0%, 100%, 0.87);
}

.project-paragraph-preview {
  color: hsla(0, 0%, 100%, 0.87);
}

.field-label {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.form-block {
  padding: 60px;
  background-color: #fff;
  box-shadow: 28px 28px 150px 0 rgba(0, 0, 0, 0.15);
  color: #000;
}

.dark-paragraph {
  margin-bottom: 31px;
  color: rgba(0, 0, 0, 0.68);
}

.grid {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.submit-button {
  margin-top: 15px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-radius: 5px;
  background-color: #6057c3;
  color: #fff;
}

.footer-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  margin-bottom: 30px;
}

.footer-paragraph {
  max-width: 600px;
  margin-bottom: 19px;
  text-align: center;
}

.collection-list {
  display: -ms-grid;
  display: grid;
  padding-top: 25px;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  font-weight: 600;
}

.social-wrapper {
  margin-top: 30px;
  color: #171718;
}

.social-link {
  margin-right: 10px;
  margin-left: 10px;
}

.selected-projects-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.project-heading {
  max-width: 450px;
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: 'DM Serif Display', sans-serif;
  font-size: 28px;
  line-height: 1;
  font-weight: 400;
}

.project-heading.secondary {
  margin-bottom: 60px;
  color: rgba(0, 0, 0, 0.55);
}

.project-heading.smaller {
  font-size: 21px;
}

.project-main-image {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}

.project-side-by-side {
  grid-column-gap: 30px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project-label {
  margin-bottom: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.project-info {
  margin-bottom: 60px;
  color: rgba(0, 0, 0, 0.66);
}

.project-info.other {
  margin-bottom: 5px;
  color: hsla(0, 0%, 100%, 0.86);
}

.project-description {
  margin-bottom: 30px;
}

.project-description h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 28px;
  line-height: 1.1;
}

.project-description p {
  color: rgba(0, 0, 0, 0.66);
  font-size: 13px;
  line-height: 1.5;
}

.text-inside-link {
  display: inline-block;
  margin-right: 10px;
}

.image-4 {
  margin-top: -4px;
}

.image-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.project-grid-image {
  width: 200%;
  height: 287px;
  -o-object-fit: cover;
  object-fit: cover;
}

.other-projects {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project-image {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
  object-fit: cover;
}

.other-projects-label {
  padding: 30px;
}

.link-block {
  position: relative;
}

.project-link {
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #6057c3;
}

.larger-heading {
  margin-bottom: 9px;
  font-family: Roboto, sans-serif;
  color: #585858;
  font-size: 48px;
  line-height: 1;
  font-weight: 100;
}

.recaptcha {
  margin-top: 10px;
}

.selected-projects-list {
  color: #fff;
}

.hero-camera {
  overflow: hidden;
  height: 35vw;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.hero-image-grid {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.hero-image {
  box-shadow: 1px 1px 44px 0 rgba(0, 0, 0, 0.1);
}

.original-hero-image {
  display: none;
}

.selected-projects-effect {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-filter: saturate(200%) blur(40px);
  filter: saturate(200%) blur(40px);
  -webkit-transform: translate(0px, 24px);
  -ms-transform: translate(0px, 24px);
  transform: translate(0px, 24px);
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #171718;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  color: hsla(0, 0%, 100%, 0.9);
}

.utility-page-content {
  position: relative;
  z-index: 3;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.frosted-glass {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.55);
}

.utility-heading {
  margin-bottom: 30px;
  font-size: 32px;
  line-height: 1;
  font-weight: 400;
}

._404 {
  margin-bottom: 30px;
  font-family: 'DM Serif Display', sans-serif;
  font-size: 172px;
  line-height: 1;
}

._404-details {
  max-width: 260px;
}

.utility-button {
  width: 100%;
  background-color: #000;
}

.horizontal-divider {
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: rgba(0, 0, 0, 0.8);
}

.circle-image {
  position: relative;
  z-index: 2;
  width: 460px;
  border-radius: 50%;
}

.circle-image.glow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  -webkit-filter: saturate(200%) blur(75px);
  filter: saturate(200%) blur(75px);
}

._404-interaction {
  position: absolute;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.password-heading {
  max-width: 280px;
  margin-bottom: 30px;
  font-family: 'DM Serif Display', sans-serif;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 400;
}

.lock {
  margin-top: 30px;
  margin-bottom: 15px;
}

.password-paragraph {
  max-width: 260px;
  margin-bottom: 30px;
  color: hsla(0, 0%, 100%, 0.82);
}

.password-interaction {
  position: absolute;
  width: 75vmin;
  height: 75vmin;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto;
}

.password-cell {
  position: relative;
  background-color: #171718;
  -webkit-transform: scale3d(1, 1, 6);
  transform: scale3d(1, 1, 6);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.password-cell-color {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #f01f4c;
  opacity: 0.5;
  -webkit-transform: translate3d(0px, 0px, -10px);
  transform: translate3d(0px, 0px, -10px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.password-cell-color.orange {
  background-color: #f0841f;
  -webkit-transform: translate3d(0px, 0px, -20px);
  transform: translate3d(0px, 0px, -20px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.password-cell-color.yellow {
  background-color: #f0d01f;
  -webkit-transform: translate3d(0px, 0px, -30px);
  transform: translate3d(0px, 0px, -30px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.password-cell-color.green {
  background-color: #6cf01f;
  -webkit-transform: translate3d(0px, 0px, -40px);
  transform: translate3d(0px, 0px, -40px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.password-cell-color.blue {
  background-color: #31b3ff;
  -webkit-transform: translate3d(0px, 0px, -50px);
  transform: translate3d(0px, 0px, -50px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.password-cell-color.indigo {
  background-color: #4231ff;
  -webkit-transform: translate3d(0px, 0px, -60px);
  transform: translate3d(0px, 0px, -60px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.password-cell-color.violet {
  background-color: #f344ff;
  -webkit-transform: translate3d(0px, 0px, -70px);
  transform: translate3d(0px, 0px, -70px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.collection-list-wrapper {
  margin-top: 20px;
}

.project-client-preview {
  margin-top: auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.success-message {
  background-color: transparent;
}

.lottie-animation {
  max-width: 100px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.quote {
  margin-bottom: 0px;
  font-family: 'DM Serif Display', sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

.centered-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.div-block {
  width: 150px;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: hsla(0, 0%, 100%, 0.44);
}

.text-block-2 {
  color: #171718;
}

.image-5 {
  color: #171718;
}

.image-6 {
  position: static;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.hero-left {
  position: relative;
  z-index: 1;
  max-width: 550px;
  padding-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.horizontal-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 1px;
  margin-top: 23px;
  margin-bottom: 57px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #888;
}

.horizonta {
  position: relative;
  left: 45%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 1px;
  margin-top: 23px;
  margin-bottom: 57px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #888;
}

.hero-heading {
  margin-top: -1px;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  line-height: 35px;
  font-weight: 300;
}

.text-block-3 {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -57px 40px 0px 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: Roboto, sans-serif;
  font-size: 100px;
  line-height: 120px;
  font-weight: 100;
}

.project-number-holder {
  position: static;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: 40px;
  margin-bottom: -57px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.text-block-4 {
  z-index: 1;
  font-family: Roboto, sans-serif;
  font-size: 100px;
  line-height: 120px;
  font-weight: 100;
}

.project-type {
  display: block;
  margin-top: 21px;
  margin-right: 4px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.project-type.inline-block {
  display: inline-block;
}

.project {
  margin-top: 75px;
  margin-bottom: 75px;
}

.div-block-2 {
  margin-top: 75px;
  margin-bottom: 75px;
}

.project-content {
  width: 50%;
  margin-top: -85px;
  margin-right: -10px;
  padding: 60px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 1px 1px 125px 0 rgba(0, 0, 0, 0.2);
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 25px;
  padding-left: 32px;
  border-left: 2px solid #000;
  font-weight: 400;
}

.paragraph-2 {
  font-family: Roboto, sans-serif;
  color: #858585;
}

.project-link-2 {
  display: block;
  margin-top: 25px;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.project-preview {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 157px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.nav-wrapper {
  position: fixed;
  left: 30px;
  top: 30px;
  z-index: 9999;
  display: block;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu-2 {
  position: absolute;
  left: 56px;
  top: 55px;
  display: block;
  width: 170px;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #fff;
  box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.nav-link-2 {
  display: block;
  padding: 15px;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link-2:hover {
  color: #f36161;
}

.nav-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  box-shadow: inset 0 0 0 2px #000;
  -webkit-transition: border-radius 200ms ease;
  transition: border-radius 200ms ease;
  cursor: pointer;
}

.nav-button:hover {
  border-radius: 8px;
}

.nav-button:active {
  border-radius: 15px;
}

.nav-icon {
  width: 32px;
  background-color: transparent;
  color: #2b2b2b;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 112px;
  padding-bottom: 0px;
}

.text-block-5 {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: 100;
}

.container-2 {
  padding-left: 0px;
}

.div-block-3 {
  position: absolute;
  top: 30px;
  right: 30px;
}

.hero-left-2 {
  position: relative;
  z-index: 1;
  max-width: 550px;
  margin-top: 18px;
  margin-left: 700px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.section-title {
  margin-top: 181px;
  margin-bottom: 22px;
  padding-left: 60px;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  line-height: 50px;
  font-weight: 300;
}

.container-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1000px;
  min-height: 200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container-3.horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.project-details-2 {
  margin-left: 35px;
  padding-top: 89px;
  text-align: right;
}

.project-summary {
  width: 500px;
  margin-left: 42px;
}

.section-title-2 {
  padding-left: 60px;
  font-size: 50px;
  line-height: 50px;
  font-weight: 600;
}

.section-title-2.left-justified {
  margin-bottom: 40px;
  padding-left: 0px;
}

.paragraph-3 {
  font-family: Roboto, sans-serif;
  color: #858585;
}

.full-project-image {
  margin-top: 73px;
  margin-bottom: 73px;
  border-radius: 5px;
}

.collection-list-2 {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  font-weight: 600;
}

.social-wrapper-2 {
  margin-top: 0px;
}

.text-block-6 {
  display: block;
  margin-top: 0px;
  margin-right: 40px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
}

.text-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 25px 0px 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #6b6b6b;
  font-size: 12px;
  font-weight: 400;
}

.text-block-8 {
  margin-top: 2px;
  margin-bottom: 35px;
  margin-left: 280px;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: 100;
}

.text-block-9 {
  display: block;
  margin-top: 63px;
  margin-right: 40px;
  color: #8b8b8b;
  text-align: left;
}

.horizontal-bar-2 {
  position: absolute;
  left: 403px;
  right: auto;
  display: block;
  width: 200px;
  height: 2px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #777;
}

.social-wrapper-3 {
  margin-top: 30px;
}

.image-7 {
  color: #171718;
}

.image-8 {
  color: #3d3d3d;
}

.footer-detail-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-icon-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 9px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.social-link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
  margin-left: 12px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(126, 130, 143, 0.3);
  border-radius: 100px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.social-link-2:hover {
  border-color: rgba(126, 130, 143, 0.86);
}

.social-icon {
  width: 18px;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 129px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.columns-2 {
  margin-right: 0px;
  margin-left: 0px;
}

.text-block-10 {
  padding-top: 18px;
}

.image-9 {
  margin-top: 53px;
}

.image-10 {
  margin-top: 7px;
}

.text-block-11 {
  margin-top: 47px;
}

.div-block-4 {
  margin-top: 28px;
}

.image-11 {
  margin-top: 59px;
}

.horizontal-bar-3 {
  width: 300px;
  height: 2px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #c9c9c9;
  color: #8b8b8b;
}

.about-intro-grid {
  width: 90%;
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-column-gap: 123px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1.5fr 123px 1.25fr;
  grid-template-columns: 1.5fr 1.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.label.cc-about-light {
  opacity: 0.6;
}

.hi-there-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
}

.paragraph-light {
  opacity: 0.6;
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 148px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav-wrapper-2 {
  position: fixed;
  left: 30px;
  top: 30px;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu-3 {
  position: absolute;
  left: 56px;
  top: 55px;
  width: 170px;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #fff;
  box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.nav-button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  box-shadow: inset 0 0 0 2px #000;
  -webkit-transition: border-radius 200ms ease;
  transition: border-radius 200ms ease;
  cursor: pointer;
}

.nav-button-2:hover {
  border-radius: 8px;
}

.nav-button-2:active {
  border-radius: 15px;
}

.nav-icon-2 {
  width: 32px;
}

.typewrite {
  color:black;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

@media screen and (min-width: 1920px) {
  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading {
    max-width: 780px;
    font-size: 56px;
    line-height: 1.1;
  }

  .container {
    max-width: 1600px;
  }

  .secondary-heading {
    font-size: 40px;
    line-height: 1.1;
  }

  .paragraph {
    margin-bottom: 30px;
  }

  .project-heading {
    font-size: 40px;
    line-height: 1.1;
  }

  .project-side-by-side {
    -ms-grid-columns: 0.5fr 1fr;
    grid-template-columns: 0.5fr 1fr;
  }

  .project-grid-image {
    height: 500px;
  }

  .larger-heading {
    font-size: 55px;
    line-height: 1.1;
  }

  .password-heading {
    max-width: 360px;
    font-size: 45px;
    line-height: 1.1;
  }

  .horizonta {
    position: relative;
    left: 50%;
    top: auto;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-heading {
    position: relative;
    right: auto;
    padding-left: 0px;
  }

  .section-2 {
    margin-bottom: 92px;
  }

  .hero-left-2 {
    position: absolute;
    left: auto;
    top: 941px;
    right: 22px;
    margin-top: 100px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-title {
    margin-top: 340px;
  }

  .text-block-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-bottom: 9px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .text-block-8 {
    margin-left: 0px;
  }

  .horizontal-bar-2 {
    position: static;
    left: 296px;
    right: auto;
    display: block;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .social-icon-wrap {
    position: static;
    right: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .column {
    left: auto;
    right: 30px;
  }

  .columns {
    position: absolute;
    right: 100px;
  }

  .column-2 {
    right: 270px;
  }

  .section-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 128px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .text-block-11 {
    margin-top: 65px;
  }

  .image-11 {
    margin-top: 59px;
  }


  .horizontal-bar-3 {
    display: block;
    width: 300px;
    height: 1px;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #979797;
  }

  .container-5 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 991px) {
  .heading {
    margin-bottom: 30px;
  }

  .nav-link {
    padding: 10px 30px;
    background-color: #fff;
  }

  .nav-link.button {
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0px;
    background-color: #fff;
    color: #000;
  }

  .project-details {
    min-height: 300px;
    padding: 30px;
  }

  .form-block {
    padding: 30px;
  }

  .menu-button {
    background-color: #fff;
  }

  .menu-button.w--open {
    background-color: #000;
  }

  .project-heading.secondary {
    margin-bottom: 30px;
  }

  .project-main-image {
    height: 300px;
  }

  .project-side-by-side {
    -ms-grid-columns: 1fr 1.5fr;
    grid-template-columns: 1fr 1.5fr;
  }

  .image-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .other-projects {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .project-image {
    height: 200px;
  }

  .other-projects-label {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .link-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .larger-heading {
    margin-bottom: 30px;
  }

  .password-heading {
    margin-bottom: 30px;
  }

  .hero-heading {
    font-size: 20px;
    line-height: 24px;
  }

  .project-content {
    width: 65%;
  }

  .project-preview {
    margin-bottom: 104px;
  }

  .hero-left-2 {
    margin-left: 530px;
  }

  .container-3.horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .project-details-2 {
    margin-left: 0px;
    padding-top: 0px;
  }

  .project-summary {
    width: 100%;
    margin-left: 0px;
  }

  .text-block-7 {
    margin-left: -18px;
  }

  .text-block-8 {
    margin-left: 153px;
  }

  .horizontal-bar-2 {
    left: 279px;
  }

  .social-icon-wrap {
    margin-left: 2px;
  }

  .section-3 {
    margin-top: 102px;
  }

  .text-block-10 {
    font-size: 10px;
    line-height: 12px;
  }

  .text-block-11 {
    font-size: 10px;
    line-height: 12px;
  }

  .image-12 {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .about-intro-grid {
    grid-row-gap: 50px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .about-head-text-wrap {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .heading {
    margin-bottom: 30px;
    font-size: 23px;
    line-height: 1.1;
  }

  .brand {
    padding-left: 0px;
  }

  .secondary-heading {
    font-size: 20px;
  }

  .paragraph {
    font-size: 13px;
  }

  .collection-item {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .project-details {
    padding: 15px;
  }

  .project-name-preview {
    font-size: 18px;
  }

  .project-paragraph-preview {
    font-size: 13px;
  }

  .form-block {
    padding: 15px;
  }

  .collection-list {
    text-align: center;
  }

  .project-heading {
    font-size: 22px;
  }

  .project-heading.secondary {
    margin-bottom: 15px;
  }

  .project-main-image {
    height: 150px;
  }

  .project-side-by-side {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .project-label {
    margin-bottom: 5px;
  }

  .project-info {
    margin-bottom: 15px;
  }

  .image-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .project-grid-image {
    height: 150px;
  }

  .other-projects {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .project-image {
    height: 150px;
  }

  .other-projects-label {
    padding: 15px;
  }

  .larger-heading {
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 1.1;
  }

  ._404 {
    font-size: 100px;
  }

  .password-heading {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 1.1;
  }

  .centered-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-6 {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .horizonta {
    margin-top: 10px;
  }

  .hero-heading {
    font-size: 14px;
    line-height: 16px;
  }

  .project-content {
    width: 85%;
    margin-left: 222px;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .heading-2 {
    font-size: 20px;
    line-height: 20px;
  }

  .paragraph-2 {
    font-size: 12px;
    line-height: 14px;
  }

  .hero-left-2 {
    margin-left: 407px;
  }

  .section-title {
    margin-top: 101px;
    margin-bottom: 0px;
    font-size: 30px;
    line-height: 30px;
  }

  .section-title-2.left-justified {
    font-size: 30px;
  }

  .collection-list-2 {
    text-align: center;
  }

  .text-block-7 {
    margin-top: 20px;
    margin-bottom: 1px;
    margin-left: 0px;
    font-size: 8px;
    line-height: 10px;
  }

  .text-block-8 {
    margin-right: 25px;
    margin-bottom: 3px;
    margin-left: 158px;
    font-size: 20px;
    line-height: 20px;
  }

  .horizontal-bar-2 {
    margin-right: 0px;
    margin-left: -105px;
  }

  .social-icon-wrap {
    margin-top: 10px;
  }

  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .section-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .about-head-text-wrap {
    width: 70%;
    max-width: 470px;
  }
}

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

  .brand {
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .nav-link {
    padding-right: 10px;
    padding-left: 10px;
  }

  .collection-item {
    margin-bottom: 10px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .project-details {
    min-height: auto;
  }

  .button-text {
    margin-top: 15px;
  }

  .form-block {
    padding: 10px;
  }

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

  .submit-button {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .collection-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .selected-projects-image {
    min-height: 200px;
  }

  .logo {
    width: 150px;
  }

  .project-heading.smaller {
    font-size: 18px;
  }

  .project-info.other {
    font-size: 12px;
    line-height: 1.2;
  }

  .project-image {
    height: 120px;
  }

  .recaptcha {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .recaptcha-wrapper {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }

  .quote {
    font-size: 20px;
  }

  .horizonta {
    display: block;
    width: 50px;
    margin-bottom: 27px;
    margin-left: 0px;
  }

  .hero-heading {
    display: block;
    margin-top: 260px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    line-height: 14px;
  }

  .project-number-holder {
    margin-right: 6px;
    margin-bottom: -26px;
  }

  .text-block-4 {
    font-size: 50px;
    line-height: 50px;
  }

  .project-content {
    width: 100%;
    margin-top: -38px;
    margin-right: 0px;
    margin-left: 78px;
    padding: 20px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .heading-2 {
    margin-bottom: 13px;
    font-size: 12px;
    line-height: 14px;
  }

  .paragraph-2 {
    margin-bottom: 6px;
    font-size: 8px;
    line-height: 10px;
  }

  .project-link-2 {
    margin-top: 7px;
    font-size: 8px;
    line-height: 10px;
  }

  .project-preview {
    margin-bottom: 74px;
  }

  .nav-wrapper {
    left: 5px;
    width: 30px;
    height: 30px;
  }

  .nav-menu-2 {
    left: 39px;
    top: 44px;
  }

  .nav-button {
    width: 30px;
    height: 30px;
  }

  .text-block-5 {
    font-size: 20px;
    line-height: 20px;
  }

  .div-block-3 {
    top: 36px;
  }

  .hero-left-2 {
    position: absolute;
    margin-left: 69px;
  }

  .section-title {
    padding-left: 0px;
    font-size: 24px;
    line-height: 30px;
  }

  .section-title-2 {
    padding-left: 0px;
  }

  .section-title-2.left-justified {
    margin-bottom: 27px;
    font-size: 25px;
    line-height: 30px;
  }

  .full-project-image {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .collection-list-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .text-block-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    margin-left: 0px;
    font-size: 5px;
    line-height: 5px;
  }

  .text-block-8 {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 10px;
    line-height: 12px;
    text-align: right;
  }

  .horizontal-bar-2 {
    position: static;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: block;
    width: 100px;
    margin-left: 31px;
  }

  .social-icon-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 7px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .social-link-2 {
    margin-right: 10px;
    margin-left: 0px;
    padding: 0px;
  }

  .social-icon {
    width: 10px;
  }

  .column {
    padding-right: 0px;
    padding-left: 21px;
  }

  .column-2 {
    padding-right: 0px;
  }

  .section-3 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link {
    display: block;
  }

  .text-block-10 {
    font-size: 8px;
    line-height: 10px;
  }

  .text-block-11 {
    font-size: 8px;
    line-height: 10px;
  }

  .horizontal-bar-3 {
    display: block;
    width: 100px;
  }

  .about-head-text-wrap {
    width: 100%;
    max-width: none;
  }

  .heading-3 {
    font-size: 20px;
    line-height: 22px;
  }
}

#w-node-_61f9da35-dc8b-f8b0-00a2-b8eb63218acf-fd1c002c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4564ebc6-bf9c-bda8-baf5-d3ee1a6f8268-fd1c002c {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_4564ebc6-bf9c-bda8-baf5-d3ee1a6f826f-fd1c002c {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 991px) {
  #w-node-_4564ebc6-bf9c-bda8-baf5-d3ee1a6f826f-fd1c002c {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

