:root {
  --yellow-green: #a0e668;
  --black: #000;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--neutral--600: #6e7191;
}

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

h2 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Terminatest Demi, Georgia, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
}

h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Terminatest, Georgia, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
  line-height: 2;
}

.page-wrapper {
  color: #c5c5c5;
  background-color: #000;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 1rem;
  line-height: 1.5;
}

.container {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.padding_global {
  padding-left: 3rem;
  padding-right: 3rem;
}

.padding_global.vertical-padding_normal {
  position: relative;
}

.vertical-padding_normal {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.hero_content {
  grid-column-gap: 63px;
  grid-row-gap: 63px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block {
  background-color: #757a804a;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image {
  border-radius: 1rem;
  transform: rotate(12deg);
}

.heading {
  text-transform: uppercase;
  font-family: Terminatest Demi, Georgia, sans-serif;
}

.heading.custom {
  max-width: 10ch;
  font-size: 2.5rem;
  line-height: 1.2;
}

.circle-scale {
  background-color: var(--yellow-green);
  border-radius: 100%;
  width: 6.2em;
  height: 6.2em;
  position: absolute;
  top: -.6em;
  left: auto;
  right: -1.2em;
}

.image-6 {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.button-cont {
  margin-top: 25px;
  position: relative;
}

.button-cont._2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 25px;
  padding-left: 5em;
  padding-right: 5em;
  display: flex;
}

.button-cont._1 {
  margin-top: 0;
}

.arrow-cont {
  position: relative;
}

.image-5 {
  z-index: 1;
  width: 2em;
  position: relative;
  transform: rotate(180deg);
}

.btn {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.btn._7 {
  color: #c5c5c5;
  text-transform: uppercase;
  background-color: #1f1f1f;
  border-radius: 2rem;
  justify-content: space-around;
  align-items: center;
  width: 15em;
  margin-left: 0;
  margin-right: 0;
  font-family: Terminatest, Georgia, sans-serif;
  text-decoration: none;
  overflow: hidden;
}

.btn._6 {
  border-radius: 0;
  width: 2em;
  height: 2em;
  overflow: hidden;
}

.btn._9 {
  border-radius: 0%;
  width: 4em;
  height: auto;
  display: inline-flex;
  position: relative;
}

.btn._4 {
  border: 1px solid #bedecf;
  border-radius: 100px;
  justify-content: space-around;
  align-items: center;
  width: 20em;
  height: 4em;
}

.btn._7 {
  background-color: #1f1f1f;
  border-radius: 0%;
  justify-content: space-around;
  align-items: center;
  width: 15em;
  overflow: hidden;
}

.btn._5 {
  z-index: 1;
  background-color: #2a312d;
  border: 1px solid #bedecf4d;
  border-radius: 100px;
  width: 10em;
  height: 4em;
  display: flex;
  overflow: hidden;
}

.btn._8 {
  border-radius: 0%;
  height: 100%;
}

.btn._3 {
  border: 1px solid #bedecf;
  border-radius: 100px;
  width: 4em;
  height: 4em;
  padding: 5px;
}

.btn._2 {
  border: 1px solid #bedecf4d;
  border-radius: 100px;
  width: 100%;
  height: auto;
  padding: 20px 30px;
  font-weight: 500;
}

.btn._7-copy {
  color: #c5c5c5;
  text-transform: uppercase;
  background-color: #1f1f1f;
  border-radius: 0;
  justify-content: space-around;
  align-items: center;
  width: 18em;
  margin-left: 0;
  margin-right: 0;
  font-family: Terminatest, Georgia, sans-serif;
  text-decoration: none;
  overflow: hidden;
}

.button_wrapper {
  padding-top: 2rem;
}

.button_wrapper.cta {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero_paragraph-wrapper {
  padding-top: 2rem;
}

.text-color-green {
  color: var(--yellow-green);
}

.visit-txt {
  color: #eee;
  margin-right: 8px;
  font-size: 16px;
  font-weight: 600;
}

.circle-scale-2 {
  background-color: #bedecf;
  border-radius: 100%;
  width: 6.2em;
  height: 6.2em;
  position: absolute;
  top: -.6em;
  left: auto;
  right: -1.2em;
}

.btn-text._1 {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.btn-text._2 {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-2 {
  color: #eee;
  text-transform: capitalize;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.btn-txt-wrapp {
  position: absolute;
}

.btn-9-line {
  z-index: 2;
  background-color: #bedecf;
  width: 100%;
  height: 2px;
  position: absolute;
  inset: auto 0% 0%;
}

.grid-wrapper {
  width: 100%;
  margin-top: 5%;
  padding-bottom: 5em;
}

.page-wrapper-2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4em;
  padding-bottom: 2em;
  display: block;
}

.l-white {
  background-color: #bedecf;
  width: 100%;
  height: 2px;
  position: relative;
}

.btn-child {
  background-color: #bedecf;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  display: flex;
}

.card-wrapper {
  background-color: #2a312d;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: .5em;
  padding: 60px 15px;
  display: flex;
}

.text-div {
  z-index: 1;
  background-color: #363636;
  line-height: 2;
  position: relative;
  overflow: hidden;
}

.text-div._1, .text-div._2 {
  background-color: #2a312d;
}

.btn-lines-w {
  justify-content: center;
  align-items: center;
  position: absolute;
}

.image-3 {
  width: 2.5em;
  transform: rotate(180deg);
}

.headers-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
  display: grid;
  position: relative;
}

.text-block-3 {
  color: #2a312d;
}

.btn-circle._2 {
  border: 1px solid #bedecf;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.btn-circle._1 {
  border: 1px solid #bedecf;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-7 {
  width: 1.8em;
  transform: rotate(180deg);
}

.image-2 {
  width: 1.8em;
  height: 1.8em;
}

.btn-menu-wrapp {
  margin-bottom: 5px;
  position: relative;
  overflow: hidden;
}

.l-gray {
  background-color: #bedecf4d;
  width: 100%;
  height: 2px;
  position: absolute;
  inset: 0% 0% auto;
}

.btn-follow {
  background-color: #bedecf;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 8em;
  height: 3em;
  display: flex;
  position: absolute;
  left: 1em;
}

.btn-9-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-8 {
  position: absolute;
}

.lottie-animation {
  width: 5em;
  height: 5em;
  position: absolute;
  inset: 0%;
}

.text-block-4 {
  color: #2a312d;
}

.headers-child {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lines {
  width: 2em;
  height: 2px;
}

.lines._3 {
  background-color: #bedecf;
}

.lines._2, .lines._4 {
  background-color: #bedecf;
  margin-top: 5px;
}

.lines._1 {
  background-color: #bedecf;
}

.arrow-div {
  position: absolute;
}

.buttons-wrapper {
  -webkit-text-fill-color: inherit;
  background-color: #161616;
  background-clip: border-box;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.btn-lines-wrapp {
  justify-content: center;
  align-items: center;
}

.btn-lines-wrapper {
  position: absolute;
  inset: auto 0% 0%;
}

.line-hover {
  background-color: #eee;
  width: 100%;
  height: 1px;
}

.btn-letter {
  text-transform: lowercase;
}

.btn-letter._1 {
  text-transform: uppercase;
}

.hover-txt._1, .hover-txt._2 {
  z-index: 1;
  position: relative;
}

.image-9 {
  z-index: 1;
  width: 2em;
  position: relative;
  transform: rotate(180deg);
}

.menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.close {
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-4 {
  width: 2.5em;
}

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

.number-wrapp {
  color: #eee;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 15px;
  font-weight: 300;
  display: flex;
}

.btn-line {
  background-color: #eee;
  width: 2em;
  height: 2px;
}

.btn-line._1 {
  background-color: #bedecf;
  height: 2px;
}

.btn-line._2 {
  background-color: #bedecf;
  height: 2px;
  margin-top: 5px;
}

.header-btn-wrap {
  display: flex;
}

.header-main {
  border-bottom: 1px solid #ffffff1a;
  margin-top: 8%;
  padding-bottom: 25px;
}

.section_services {
  position: relative;
}

.div-block-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  font-family: Terminatest Demi, Georgia, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  display: none;
}

.track {
  height: 400vw;
}

.track.hide {
  display: none;
}

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

.frame {
  display: flex;
}

.item {
  flex: none;
  width: 100vw;
  height: 100vh;
  padding: 40px;
  position: relative;
}

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

.item_info {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.item_title {
  mix-blend-mode: difference;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Terminatest Demi, Georgia, sans-serif;
  font-size: 4rem;
}

.item-service {
  border: 1px solid var(--yellow-green);
  background-color: var(--yellow-green);
  color: var(--black);
  text-transform: uppercase;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  height: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-family: Terminatest Demi, Georgia, sans-serif;
  display: flex;
}

.item_service-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.item-title_wrapper {
  padding-bottom: 3rem;
}

.service-content {
  display: flex;
}

.right-col {
  flex: 1;
}

.service-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #757a8024;
  border-radius: 1rem;
  flex-flow: column;
  height: auto;
  padding: 2.5rem 1.5rem 1.5rem;
  transition: all .35s;
  display: flex;
}

.service-item:hover {
  color: var(--black);
  background-color: #818181;
}

.grid-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.left-col {
  width: 35%;
  padding-top: 6rem;
  padding-right: 3rem;
}

.div-block-5 {
  padding-top: 2rem;
}

.hero_content-copy {
  grid-column-gap: 63px;
  grid-row-gap: 63px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cta-content {
  box-shadow: 0 0 4px 0 var(--yellow-green);
  background-color: #161616;
  border-radius: 3rem;
  flex-flow: row;
  padding: 3rem;
  display: flex;
}

.cta-text {
  padding-top: 1rem;
}

.qoutes-content {
  text-align: center;
}

.qoutes-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 4rem;
  display: grid;
}

.oute-1 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: left;
  background-color: #0e0e0e;
  border-radius: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 2rem 1.5rem;
  font-size: 1.1rem;
  display: flex;
}

.client-name {
  font-family: Terminatest, Georgia, sans-serif;
}

.button-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  padding-top: 3rem;
  display: flex;
}

.sticky {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 5%;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.secondary-button {
  box-shadow: none;
  color: #969696;
  background-color: #0000;
  background-image: none;
  border: 1px solid #b4b4b4;
  border-radius: 30px;
  padding: 15px 20px;
  font-size: .9rem;
  font-weight: 600;
  transition: all .5s;
}

.secondary-button:hover {
  color: #707070;
  text-shadow: none;
  border-style: solid;
  border-color: #0000;
  box-shadow: 8px 11px 20px -1px #99999996, -12px -12px 20px -1px #ffffffc4;
}

.secondary-button.dark:hover {
  box-shadow: 8px 11px 20px -1px #55555596, -12px -12px 20px -1px #3a3a3ac4;
}

.section-header-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 3rem;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
}

.scroll-text-message {
  z-index: 50;
  opacity: .74;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  font-size: .65rem;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: 3rem 5rem auto auto;
}

.case-studies-section {
  height: 400vh;
  padding-top: 0;
}

.button-icon {
  width: 17px;
}

.button-icon.pad-left {
  filter: invert();
  margin-left: 8px;
}

.scroll-section-header {
  text-transform: capitalize;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}

.cs-photo {
  z-index: 1;
  filter: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-subtitle {
  color: #a19f9f;
  font-family: Terminatest, Georgia, sans-serif;
  font-size: .9rem;
}

.scroll-item {
  flex: none;
  align-items: flex-end;
  width: 40%;
  padding-right: 40px;
  display: flex;
}

.project-card {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30rem;
  transition: transform .6s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-card:hover {
  transform: skew(-2deg);
}

.cs-card-category {
  color: #fffc;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Terminatest, Georgia, sans-serif;
  font-size: .75rem;
  font-weight: 200;
}

.scroll-container {
  z-index: 1;
  flex: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.scroll-container.vertical-padding_normal {
  max-width: 75rem;
}

.project-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 2rem;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.cards-wrap {
  margin-top: 30px;
}

.project-overlay {
  z-index: 2;
  opacity: 1;
  background-image: linear-gradient(to top, #1f1f1f, #00000026 61%);
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.project-ttitle {
  color: #fff;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Terminatest Demi, Georgia, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.scroll-list {
  display: flex;
}

.wrapper {
  width: 100%;
}

.custom-small {
  max-width: 15ch;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.5rem;
  line-height: 1.2;
}

.plus-text {
  margin-top: 1rem;
  font-size: 1.25rem;
}

.list {
  padding-left: 10px;
  line-height: 2;
}

.stars-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.star-svg {
  color: var(--yellow-green);
  width: 1.75rem;
}

.tagline-wrap {
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
  font-family: Terminatest, Georgia, sans-serif;
  display: flex;
}

.tagline-wrap.less {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.tagline-wrap.more {
  padding-top: 7.1rem;
}

.path {
  color: var(--black);
}

.hide-svgs {
  display: none;
}

.client-logo {
  width: 9rem;
}

.div-block-6 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.custom-copy {
  max-width: 50ch;
}

.custom-h2 {
  font-size: 2.5rem;
}

.cta-content-wrap {
  flex: 1;
}

.image-11 {
  height: 4rem;
  margin-left: auto;
}

.div-block-7 {
  z-index: 9;
  justify-content: flex-start;
  align-items: center;
  padding-right: 5rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-12 {
  height: 3rem;
  transform: rotate(-20deg);
}

@media screen and (min-width: 1280px) {
  .scroll-section-header {
    max-width: 1000px;
  }
}

@media screen and (min-width: 1440px) {
  .scroll-text-message {
    font-size: .8rem;
  }
}

@media screen and (min-width: 1920px) {
  .button-wrapper {
    margin-top: 20px;
  }

  .scroll-text-message {
    font-size: 1.1rem;
  }

  .button-icon {
    width: 1.3rem;
  }

  .scroll-section-header {
    line-height: 1;
  }

  .section-subtitle {
    font-size: 1rem;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 2.5rem;
    line-height: 1.2;
  }

  .padding_global {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .vertical-padding_normal {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .div-block-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    font-size: 1rem;
  }

  .track {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .camera {
    width: auto;
    height: auto;
    overflow: visible;
  }

  .frame {
    flex-direction: column;
  }

  .item {
    height: 50vh;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .service-content {
    flex-flow: column;
  }

  .right-col {
    padding-top: 3rem;
  }

  .service-item {
    height: auto;
  }

  .left-col {
    width: 100%;
    padding-top: 0;
  }

  .qoutes-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .button-wrapper {
    margin-top: .7rem;
  }

  .sticky {
    width: auto;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 5%;
    position: relative;
    overflow: visible;
  }

  .scroll-text-message {
    display: none;
  }

  .case-studies-section {
    height: auto;
  }

  .scroll-section-header {
    font-size: 2.7rem;
  }

  .section-subtitle {
    font-size: .78rem;
  }

  .scroll-item {
    flex: 0 auto;
    width: 50%;
    padding-right: 0;
  }

  .project-card:hover {
    transform: none;
  }

  .scroll-container.vertical-padding_normal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .project-content {
    flex-direction: column;
    padding-bottom: 20px;
  }

  .project-overlay {
    background-image: linear-gradient(#fff0, #0000004d);
  }

  .project-ttitle {
    text-transform: uppercase;
    margin-bottom: 1px;
    font-size: 1rem;
  }

  .scroll-list {
    grid-row-gap: 1rem;
    flex-wrap: wrap;
  }

  .tagline-wrap {
    padding-top: 3.5rem;
  }

  .div-block-6 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
  }

  .image-11 {
    height: 3rem;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    margin-top: 0;
    font-size: 2rem;
  }

  .padding_global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .div-block {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading, .heading.custom {
    font-size: 2rem;
  }

  .button_wrapper.cta {
    flex-flow: column;
  }

  .track, .item {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .left-col {
    padding-right: 0;
  }

  .hero_content-copy {
    grid-template-columns: 1fr;
  }

  .scroll-text-message {
    display: none;
  }

  .scroll-section-header {
    font-size: 3.5rem;
  }

  .scroll-item {
    width: 100%;
  }

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

  .scroll-list {
    flex-flow: column;
  }

  .custom-small {
    font-size: 2rem;
  }

  .custom-h2 {
    font-size: 2.2rem;
  }

  .image-11 {
    margin-top: 2rem;
    margin-left: 0;
  }

  .div-block-7 {
    position: static;
  }

  .image-12 {
    margin-top: 2rem;
    transform: none;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    line-height: 1.2;
  }

  .page-wrapper {
    overflow: clip;
  }

  .div-block {
    max-width: 85%;
  }

  .heading {
    font-size: 1.75rem;
    line-height: 1.2;
  }

  .btn._7-copy {
    width: 18rem;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .button_wrapper {
    padding-top: 2rem;
  }

  .button_wrapper.cta {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .hero_paragraph-wrapper {
    padding-top: 1.5rem;
  }

  .item {
    padding: 10px 20px;
  }

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

  .left-col {
    padding-right: 0;
  }

  .div-block-5 {
    padding-top: 1rem;
  }

  .cta-content {
    border-radius: 2rem;
    padding: 2rem 1.5rem;
  }

  .cta-text {
    padding-top: 2rem;
  }

  .qoutes-wrap {
    grid-template-columns: 1fr;
  }

  .section-header-wrap {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: .6rem;
  }

  .scroll-section-header {
    font-size: 2.7rem;
  }

  .cs-photo {
    height: 100%;
  }

  .section-subtitle {
    margin-bottom: 8px;
  }

  .scroll-item {
    width: 100%;
  }

  .project-card {
    height: 20rem;
    margin-bottom: 19px;
    margin-right: 0;
  }

  .custom-small {
    font-size: 1.75rem;
  }

  .plus-text {
    font-size: 1rem;
  }

  .tagline-wrap {
    letter-spacing: 1px;
    font-size: .85rem;
  }

  .client-logo {
    width: 8rem;
  }

  .div-block-6 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .custom-h2 {
    font-size: 2rem;
  }

  .image-11 {
    height: 3rem;
    margin-left: 0;
  }

  .div-block-7 {
    padding-right: 0;
    position: static;
  }

  .image-12 {
    margin-top: 1rem;
    transform: none;
  }
}

#w-node-_6cd8196b-def5-1197-5f2f-8beda0da4f61-16b432df {
  justify-self: center;
}

#w-node-_6cd8196b-def5-1197-5f2f-8beda0da4f65-16b432df {
  justify-self: end;
}

#w-node-_6cd8196b-def5-1197-5f2f-8beda0da4f80-16b432df, #w-node-_6cd8196b-def5-1197-5f2f-8beda0da4f95-16b432df, #w-node-_6cd8196b-def5-1197-5f2f-8beda0da4fa6-16b432df, #w-node-_6cd8196b-def5-1197-5f2f-8beda0da4fb6-16b432df, #w-node-_6cd8196b-def5-1197-5f2f-8beda0da4fc9-16b432df, #w-node-_6cd8196b-def5-1197-5f2f-8beda0da4fd8-16b432df, #w-node-_6cd8196b-def5-1197-5f2f-8beda0da4fe8-16b432df, #w-node-_6cd8196b-def5-1197-5f2f-8beda0da5009-16b432df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_8d868c00-8628-c37d-809e-b6f34a637852-3dc97648 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Terminatest';
  src: url('../fonts/TerminaTest-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Terminatest Demi';
  src: url('../fonts/TerminaTest-Demi.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Terminatest';
  src: url('../fonts/TerminaTest-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Terminatest';
  src: url('../fonts/TerminaTest-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Terminatest';
  src: url('../fonts/TerminaTest-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}