:root {
  --light-tan-modare: #faf7ee;
  --black: black;
  --light-green: #d2d9d2;
  --white-bg: #fff;
  --dark-grey: #1a1a1a;
  --dark-greem: #6b756d;
  --light-gray: #f0f0f0;
  --light-tan: #e3d6bf;
}

body {
  background-color: var(--light-tan-modare);
  color: var(--black);
  font-family: Sentient, sans-serif;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 200;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 200;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 200;
  line-height: 30px;
}

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

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

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

p {
  margin-bottom: 0;
}

img {
  object-fit: cover;
  max-width: 100%;
  display: inline-block;
}

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

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

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global.small {
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.padding-global.medium {
  padding-left: .5rem;
  padding-right: .5rem;
}

.padding-global.large {
  padding-left: 2rem;
  padding-right: 2rem;
}

.padding-global.large.top-margin {
  margin-top: 7.5em;
}

.padding-global.large.top-margin.reduced {
  margin-top: 0;
}

.padding-global.collage {
  margin-top: 150px;
  margin-bottom: 150px;
}

.padding-global.white-background {
  background-color: var(--white-bg);
}

.padding-global.colored {
  background-color: var(--light-green);
}

.padding-global.tan-colored {
  background-color: var(--light-tan-modare);
}

.padding-global.margin {
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.padding-global.margin.color {
  background-color: var(--light-tan-modare);
}

.padding-global.small {
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.padding-global.small.brand-new {
  background-color: var(--light-green);
  padding-bottom: 150px;
}

.padding-global.small {
  padding-bottom: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.text-size-regular {
  color: var(--dark-grey);
  font-family: Satoshi, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75;
}

.text-size-regular.text-weight-extra-light {
  font-family: Didot, Arial, sans-serif;
}

.text-size-regular.text-weight-light.text-color-black {
  font-family: Satoshi, sans-serif;
}

.text-size-regular.text-color-grey {
  color: var(--dark-grey);
}

.text-size-regular.short {
  max-width: 75%;
  font-weight: 300;
}

.text-size-regular.white {
  color: var(--white-bg);
}

.text-size-regular.text-weight-regular {
  font-family: Sentient, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
}

.container {
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  font-family: Didot, Arial, sans-serif;
}

.container.large {
  max-width: 94vw;
}

.container.small {
  max-width: 90rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.text-weight-regular {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.text-weight-light {
  color: var(--dark-grey);
  font-family: Sentient, sans-serif;
  font-size: 25px;
  font-weight: 300;
}

.text-weight-light.text-size-regular {
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.text-weight-light.text-size-small {
  font-weight: 700;
}

.text-weight-light.text-size-small.revised-new {
  color: var(--dark-greem);
}

.text-size-small {
  font-size: .875rem;
}

.text-size-small.text-weight-light {
  color: var(--white-bg);
  font-size: 1rem;
  font-weight: 300;
}

.text-size-small.caps {
  color: var(--dark-grey);
  text-transform: capitalize;
  font-family: Sentient, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
}

.text-size-small.caps.text-weight-light {
  text-transform: capitalize;
  margin-top: 1px;
  font-family: Sentient, sans-serif;
  font-weight: 300;
}

.text-size-small.caps.text-weight-light:hover {
  color: var(--dark-grey);
}

.text-size-small.text-weight-light {
  color: var(--white-bg);
  font-size: 1rem;
  font-weight: 300;
}

.text-size-small.text-weight-light.dark {
  color: var(--dark-greem);
}

.text-size-small.text-weight-light.color {
  color: var(--dark-greem);
  font-size: 1rem;
  font-weight: 300;
}

.text-size-small.text-weight-light.black {
  color: var(--dark-grey);
}

.text-size-small.text-weight-light {
  color: var(--light-tan-modare);
}

.text-size-tiny {
  font-size: .75rem;
}

.text-size-tiny.caps.text-weight-light {
  font-family: Sentient, sans-serif;
  font-size: .9rem;
  font-weight: 400;
}

.text-size-tiny.caps.text-weight-light {
  color: var(--dark-grey);
  font-family: Sentient, sans-serif;
  font-size: .9rem;
  font-weight: 400;
}

.text-size-tiny.caps.text-weight-light {
  color: var(--dark-grey);
  font-family: Sentient, sans-serif;
  font-size: .9rem;
  font-weight: 400;
}

.text-size-tiny.caps.text-weight-light:hover {
  color: var(--white-bg);
}

.text-size-tiny.caps.text-weight-light {
  color: var(--dark-grey);
  font-weight: 700;
}

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

.rich-text h1, .rich-text p, .rich-text h2, .rich-text h3, .rich-text h4, .rich-text h5, .rich-text h6 {
  margin-bottom: 1rem;
}

.heading-5 {
  color: var(--dark-grey);
  text-transform: capitalize;
  font-family: Sentient, sans-serif;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.25;
}

.heading-5.green {
  color: var(--dark-greem);
}

.text-size-xdisplay {
  margin-bottom: -10px;
  font-family: Didot, Arial, sans-serif;
  font-size: 4.5rem;
  line-height: 1.2;
}

.text-size-xdisplay.text-weight-light {
  color: var(--dark-grey);
  font-family: Sentient, sans-serif;
  font-weight: 300;
}

.text-size-xdisplay.small {
  max-width: 100%;
  color: var(--dark-greem);
  margin-bottom: 0;
  font-family: Sentient, sans-serif;
  font-size: 4rem;
  font-weight: 300;
}

.text-size-xdisplay.small.white-tan {
  color: var(--white-bg);
}

.text-size-xdisplay.text-color-black {
  color: var(--dark-greem);
  font-family: Sentient, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.5;
}

.caps {
  text-transform: uppercase;
}

.caps.text-weight-light.home-2-heading {
  font-size: 13vw;
  line-height: 1;
}

.caps.text-weight-light.home-2-heading.small {
  white-space: nowrap;
  font-family: Trajanpro, Arial, sans-serif;
  font-size: 5vw;
  font-weight: 400;
}

.caps.text-weight-light.home-2-heading.small.white {
  color: var(--light-tan-modare);
  letter-spacing: 2px;
  font-family: Trajanpro, Arial, sans-serif;
  font-size: 3vw;
  font-weight: 700;
}

.caps.text-weight-light.home-2-heading.small.white.remove {
  flex: 0 auto;
  display: none;
}

.image {
  z-index: 4;
  opacity: 1;
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  position: relative;
  overflow: visible;
}

.image:hover {
  opacity: 1;
}

.image.black {
  background-color: #000;
}

.image.black.dark {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 0 0;
  background-size: auto;
}

.image.small {
  max-width: 100%;
  height: 100vh;
  min-height: auto;
  max-height: 100%;
}

.image.residential {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-size: cover;
  min-height: 35vh;
}

.content-wrapper {
  grid-column-gap: 1.625rem;
  grid-row-gap: 1.625rem;
  flex-flow: column;
  max-width: 40ch;
  margin-left: 1rem;
  margin-right: 2.6875rem;
  display: flex;
}

.content-wrapper.large {
  max-width: none;
}

.max-width-50ch {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  max-width: 75ch;
  display: flex;
}

.max-width-120ch {
  max-width: 120ch;
}

.max-width-120ch.flex-horizontal {
  justify-content: flex-start;
  align-items: center;
  max-width: 130ch;
  display: flex;
}

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

.footer-wrapper {
  grid-column-gap: 3.8125rem;
  grid-row-gap: 3.8125rem;
  flex-flow: column;
  margin-top: 9.5rem;
  margin-bottom: 9.5rem;
  display: flex;
}

.footer-links {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--black);
  margin-top: 9px;
  text-decoration: none;
  display: flex;
}

.footer-title {
  margin-bottom: 1.5rem;
}

.footer-link {
  color: var(--black);
  font-family: Satoshi, sans-serif;
  font-size: 1.05rem;
  text-decoration: none;
  transition: opacity .2s, transform .2s;
}

.footer-link:hover {
  opacity: .74;
  transform: translate(0, -1px);
}

.footer-about {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer-grid {
  grid-column-gap: 4vw;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr .5fr .75fr .5fr;
  place-items: start;
}

.footer-link-wrap {
  grid-row-gap: 1rem;
  white-space: nowrap;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.top-footer-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.button-navbar-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-secondary {
  grid-row-gap: .25rem;
  border: 1px solid var(--light-gray);
  background-color: var(--dark-greem);
  color: var(--black);
  text-transform: capitalize;
  border-radius: 50rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: .625rem 1rem;
  font-family: Didot, Arial, sans-serif;
  font-weight: 300;
  text-decoration: none;
  transition: all .4s, color .2s, opacity .2s;
  display: flex;
  overflow: hidden;
}

.button-secondary:hover {
  border-color: var(--light-tan);
  background-color: var(--light-tan);
  color: var(--dark-grey);
}

.button-secondary.display-none-mobile {
  border-style: none;
  border-color: var(--dark-greem);
  background-color: var(--light-tan-modare);
  font-size: 2rem;
}

.button-secondary.display-none-mobile:hover {
  background-color: var(--dark-greem);
  color: var(--light-green);
}

.button-secondary.display-none-mobile.w--current {
  font-size: 1.5rem;
}

.services-tag {
  background-color: var(--light-green);
  color: var(--black);
  border-radius: 20rem;
  padding: .625rem 1rem;
}

.services-tag.dark {
  background-color: var(--dark-greem);
}

.mask-frame {
  z-index: 4;
  opacity: 1;
  pointer-events: auto;
  height: 100%;
  min-height: 100%;
  color: var(--white-bg);
  text-align: center;
  object-fit: contain;
  background-color: #1a1a1a00;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: visible;
}

.mask-frame:hover {
  opacity: 1;
  pointer-events: auto;
  background-color: #1a1a1a00;
}

.mask-frame.top-right {
  background-image: url("https://cdn.prod.website-files.com/6a67a015dda248ff3577c855/6a67a015dda248ff3577c9fb_3.png");
  background-position: 50%;
  background-size: cover;
}

.mask-frame.non {
  background-image: none;
}

.mask-frame.removegray {
  display: none;
}

.button-arrow {
  background-color: var(--dark-greem);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.arrow {
  opacity: .5;
}

.arrow.absolute {
  position: absolute;
}

.enterprise-banner {
  background-color: var(--light-gray);
  border-radius: 1.5rem;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 4.6rem;
  padding: 4.6rem 5rem;
  text-decoration: none;
  display: flex;
}

.enterprise-banner.no-border {
  background-color: var(--light-tan);
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
}

.enterprise-banner.no-border.no-margin {
  background-color: var(--light-tan-modare);
  background-color: var(--light-tan-modare);
  margin-top: 0;
}

.enterprise-content {
  grid-column-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100ch;
  display: flex;
  position: relative;
}

.banner-heading-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.main-image-wrapper {
  border-radius: 1.5rem;
  width: 98vw;
  height: 96vh;
  position: relative;
  overflow: hidden;
}

.works-post-heading {
  grid-column-gap: 1.4375rem;
  grid-row-gap: 1.4375rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 9.5rem;
  margin-bottom: 4rem;
  display: flex;
}

.about-the-project {
  grid-row-gap: 2rem;
  flex-direction: column;
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: flex;
}

.text-style-italic {
  text-transform: capitalize;
  font-family: Sentient, sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 300;
}

.background-video {
  z-index: 1;
  border-radius: .5rem;
  width: 101%;
  height: 104%;
  position: absolute;
}

.works-template-horizontal-image {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: .5rem;
  flex-flow: column;
  height: auto;
  margin-bottom: 6.4375rem;
  display: flex;
  overflow: hidden;
}

.horizontal-image-wrapper {
  border-radius: .5rem;
  position: relative;
  overflow: hidden;
}

.navbar-lottie {
  filter: brightness(0%);
  justify-content: center;
  align-items: center;
  width: 1.2rem;
  height: auto;
  display: flex;
}

.arrow-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.dark-primary {
  grid-row-gap: .25rem;
  background-color: var(--dark-greem);
  color: var(--white-bg);
  white-space: nowrap;
  border-radius: 50rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .625rem 5.875rem;
  font-weight: 300;
  text-decoration: none;
  transition: all .4s, color .2s, opacity .2s;
  display: flex;
  overflow: hidden;
}

.dark-primary:hover {
  background-color: var(--light-tan);
  color: var(--dark-greem);
}

.banner-button-wrap {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-card-navbar {
  background-color: var(--light-tan-modare);
  color: var(--black);
  border: 1px solid #cecec8;
  border-radius: 1rem;
  justify-content: space-between;
  align-items: stretch;
  padding: 1.25rem 2.25rem 1.25rem 2rem;
  text-decoration: none;
  transition: all .25s;
  display: flex;
  overflow: hidden;
}

.button-card-navbar:hover {
  background-color: var(--dark-greem);
  color: var(--light-tan-modare);
}

.navbar-all-pages {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.navbar-card-image-wrapper {
  border-radius: 1rem;
  height: 14rem;
  overflow: hidden;
}

.navbar-card-content-wrapper {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  flex-flow: column;
  display: flex;
}

.navbar-card-video-wrap {
  aspect-ratio: auto;
  object-fit: fill;
  border-radius: .2rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.enterprise-banner-component {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button-navbar-dropdown {
  z-index: 99;
  border: 1px solid var(--dark-greem);
  background-color: var(--light-tan-modare);
  border-radius: 50rem;
  padding: 1rem;
  position: relative;
}

.button-navbar-dropdown:hover {
  background-color: var(--dark-greem);
}

.image-2 {
  min-width: 250px;
  position: absolute;
}

.text-block-6 {
  color: var(--dark-grey);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Satoshi, sans-serif;
}

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

.text-block-8 {
  font-weight: 200;
}

.image-3 {
  min-width: 25%;
  max-width: 50%;
  margin-bottom: 0;
  font-family: Sentient, sans-serif;
}

.text-block-9 {
  white-space: nowrap;
  overflow-wrap: normal;
}

.small {
  max-width: 22.5%;
}

.greem {
  background-color: var(--light-green);
  background-image: linear-gradient(90deg, #d2d9d2eb, #d2d9d2 36%, #d2d9d2 70%, #d2d9d2eb), url("https://cdn.prod.website-files.com/6a67a015dda248ff3577c855/6a67a015dda248ff3577ca33_CAT_Square%20Pattern_Stroke%201%201.svg"), linear-gradient(to bottom, var(--light-green), var(--light-green));
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, contain, auto;
}

.greem.white {
  background-color: var(--white-bg);
}

.text-block-11 {
  font-family: Satoshi, sans-serif;
  font-size: 1.05rem;
  font-weight: 300;
}

.navbar-left-2 {
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr .25fr;
  grid-auto-columns: 1fr;
  place-content: start;
  align-items: flex-start;
  padding-top: 2.8125rem;
  display: grid;
}

.max-width-50ch-2 {
  max-width: 50ch;
}

.navbar-right-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.navbar-columns-2 {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 6rem;
  display: flex;
}

.navbar-columns-2.navbar-gap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  padding-left: 2rem;
}

.navbar-overlay-2 {
  z-index: 0;
  background-color: #2c2d2f80;
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.text-size-xlarge-2 {
  font-size: 1.5rem;
  line-height: 1.15;
}

.navbar-card-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--light-tan-modare);
  color: #2c2d2f;
  border-radius: 1.5rem;
  flex-flow: column;
  padding: .5rem;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.navbar-card-2:hover {
  border: 1px solid #776d5645;
  transform: scale(.99);
}

.brand-2 {
  grid-column-gap: .1875rem;
  grid-row-gap: .1875rem;
  color: #2c2d2f;
  justify-content: flex-start;
  align-items: center;
  padding-top: .15rem;
  padding-right: .2rem;
  font-weight: 400;
  display: flex;
}

.text-size-regular-2 {
  font-size: 1rem;
  line-height: 1.5;
}

.text-weight-regular-2 {
  margin-bottom: 0;
  font-weight: 300;
}

.navbar-open-component-2 {
  z-index: 90;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 33%;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  padding: 15vh 2.5rem 6.5rem;
  display: grid;
  position: relative;
}

.navbar-open-2 {
  z-index: 90;
  background-color: var(--dark-greem);
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-left: .5rem;
  padding-right: .5rem;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.menu-button-2 {
  z-index: 99;
  cursor: pointer;
  background-color: #0000;
  padding: 0 1rem;
  position: relative;
}

.menu-button-2.w--open {
  background-color: #c8c8c800;
  padding: 1rem;
}

.div-block-14 {
  grid-column-gap: .6875rem;
  grid-row-gap: .6875rem;
  width: auto;
  color: var(--light-tan-modare);
  border-bottom: 1px solid #2c2d2f00;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 200;
  text-decoration: none;
  display: flex;
}

.navbar-open-animation-2 {
  z-index: 89;
  background-color: var(--dark-greem);
  width: 100%;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar-component-2 {
  z-index: 99;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: stretch stretch;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
  position: relative;
}

.navbar-2 {
  z-index: 99;
  background-color: #ddd0;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link-2 {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  color: #2c2d2f;
  flex-flow: column;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-link-2.text-size-small {
  color: var(--light-tan-modare);
}

.div-block-15 {
  padding-top: 2em;
  padding-bottom: 2em;
}

.background-video-2 {
  min-height: 78vh;
}

@media screen and (min-width: 1440px) {
  .style-guide-menu-links:focus, .style-guide-menu-links:visited {
    color: var(--black);
  }

  .team-item.about:nth-child(odd) {
    margin-top: 108px;
  }

  .team-item.about:first-child {
    margin-top: -144px;
  }

  .team-item.about:last-child {
    margin-top: 344px;
    margin-bottom: 0;
  }

  .social-links:hover {
    opacity: .6;
    transform: translate(0, -3px);
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: none;
  }

  .container.small {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-1 {
    font-size: 21vw;
    line-height: 1;
  }

  .style-guide-header {
    margin-bottom: 0;
  }

  .sticky-menu {
    margin-left: 1rem;
  }

  .section-style-guide {
    margin-top: 4rem;
  }

  .style-guide-content {
    width: 96vw;
    margin-left: 1rem;
  }

  .style-guide-content.grid {
    grid-row-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    width: 92vw;
    margin-top: 3rem;
    display: flex;
  }

  .heading-3 {
    font-size: 6.5rem;
    line-height: 1.15;
  }

  .heading-3.max-width-6ch {
    max-width: 6ch;
  }

  .text-size-large {
    line-height: 1.3;
  }

  .style-guide-component {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .heading-6 {
    font-size: 1.6rem;
    line-height: 1.35;
  }

  .heading-4 {
    font-size: 4rem;
  }

  .heading-4.no-breaking-line {
    white-space: nowrap;
    white-space: nowrap;
  }

  .heading-5 {
    font-size: 3rem;
  }

  .heading-5.large {
    font-size: 4.2rem;
    line-height: 1.2;
  }

  .heading-2 {
    font-size: 7rem;
  }

  .text-size-xdisplay {
    line-height: 1.3;
  }

  .text-size-xdisplay.text-color-black.banner {
    font-size: 3rem;
  }

  .text-size-xdisplay.mobile {
    font-size: 3.1rem;
  }

  .text-size-display {
    line-height: 1.3;
  }

  .style-guide-heading {
    font-size: 7rem;
  }

  .license-images-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .license-component {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    margin-top: 5.3rem;
    margin-bottom: 6rem;
  }

  .changelog-component {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .style-guide-text {
    font-size: 2rem;
  }

  .home-1-hero-wrapper {
    padding-top: 15vh;
  }

  .subtitle-hero-1-wrapper {
    margin-top: .5rem;
  }

  .hero-1-images-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    height: auto;
  }

  .image-3-hero, .image-1-hero, .image-2-hero {
    border-radius: 1rem;
  }

  .home-about-margin {
    margin-top: 6rem;
    margin-bottom: 4rem;
  }

  .home-about-component {
    width: auto;
  }

  .logos-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    justify-content: stretch;
  }

  .home-1-work {
    margin-top: 6rem;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-home-1-wrapper {
    margin-top: 6rem;
  }

  .align-left.no-wrap {
    white-space: nowrap;
    white-space: nowrap;
  }

  .align-right.margin-card-work {
    justify-content: flex-start;
    align-items: center;
    margin-left: 1rem;
  }

  .heading-width {
    width: 36vw;
    min-width: 35rem;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .works-component.margin-top {
    margin-top: 6rem;
  }

  .work-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    min-height: 0;
    margin-bottom: 0;
    display: flex;
  }

  .timeline-content {
    height: auto;
    position: static;
  }

  .timeline-image-wrapper {
    max-width: none;
    height: 50vh;
    max-height: none;
  }

  .home-work-content {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
    min-height: 0;
    margin-bottom: 6rem;
    padding-top: 0;
  }

  .work-div-wrapper {
    width: 100%;
    margin-top: 6rem;
  }

  .home-work-grid {
    grid-template-columns: 1fr;
  }

  .collection-list {
    flex-direction: column;
    display: flex;
  }

  .home-work-item, .home-work-item:nth-child(odd) {
    margin-top: 3rem;
  }

  .home-work-item:first-child {
    width: 100%;
    margin-top: 3rem;
  }

  .home-works-component {
    margin-top: 0;
  }

  .home-team-member-wrapper {
    margin-top: 6rem;
  }

  .home-team-card {
    height: 100%;
  }

  .team-member-collection-list {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .home-marquee.margin-top-mobile {
    margin-top: 6rem;
  }

  .footer-wrapper {
    margin-bottom: 6rem;
  }

  .footer-grid {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    grid-template-rows: auto auto;
    grid-template-columns: 2fr .5fr;
    align-self: center;
  }

  .home-2-hero {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    padding-left: 0;
    display: flex;
  }

  .home-2-about.margin-top {
    margin-top: 6rem;
  }

  .scroll-horizontal-image {
    width: 52vw;
  }

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

  .services-wrapper {
    margin-top: 6rem;
  }

  .home-2-works {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .home-2-works-content-wrapper {
    height: 100vh;
  }

  .works-info {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    display: flex;
  }

  .works-heading {
    margin-left: 0;
  }

  .works-home-content-wrapper {
    margin-top: 6rem;
  }

  .home-2-team-wrapper {
    margin-top: 9rem;
  }

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

  .team-collection-item {
    width: 100%;
    height: auto;
  }

  .home-2-team-card {
    flex: none;
    width: 100%;
    height: 50vh;
  }

  .image-team-wrapper {
    height: 50vh;
  }

  .home-3-hero-wrapper {
    margin-top: 6rem;
  }

  .heading-home-3-wrapper {
    margin-top: 9rem;
  }

  .home-3-services {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .services-div-wrapper {
    margin-top: 0;
  }

  .home-3-services-component {
    margin-top: 6rem;
  }

  .services-collection-list {
    flex-direction: column;
    display: flex;
  }

  .home-3-work-heading {
    margin-top: 6rem;
  }

  .works-content {
    width: 96vw;
  }

  .work-item-2:nth-child(odd) {
    margin-top: 0;
  }

  .home-team-grid {
    grid-template-columns: 1fr;
    margin-top: 4rem;
  }

  .home-team-div-wrapper {
    margin-top: 0;
  }

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

  .team-item:nth-child(odd) {
    margin-top: 0;
  }

  .team-item.about:nth-child(odd), .team-item.about:first-child {
    margin-top: 0;
  }

  .team-item.about:nth-child(odd), .team-item.about:first-child {
    margin-top: 0;
  }

  .team-item.about:last-child {
    margin-top: 0;
    margin-bottom: 0;
  }

  .home-team-image-wrapper {
    height: 50vh;
  }

  .home-3-team-heading {
    margin-top: 3rem;
  }

  .enterprise-banner {
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: center;
  }

  .enterprise-content {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .banner-heading-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    white-space: nowrap;
    flex-flow: column;
  }

  .works-1-heading {
    margin-bottom: 0;
  }

  .works-1-banner {
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: center;
  }

  .team-2-wrapper {
    height: 100%;
  }

  .services-page-wrapper {
    margin-top: 0;
  }

  .services-content {
    width: 100%;
  }

  .services-page-content {
    width: 96vw;
    margin-right: 1rem;
  }

  .main-image-wrapper {
    width: auto;
  }

  .cards-component {
    grid-row-gap: 2rem;
    flex-direction: column;
    margin-bottom: 0;
  }

  .image-background.cards.height-cards-blog-mobile {
    height: 30vh;
  }

  .blog-pots-component {
    margin-bottom: 4rem;
  }

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

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

  .pricing-heading-wrapper {
    margin-top: 9rem;
  }

  .pricing-services-component {
    margin-top: 3rem;
  }

  .pricing-services {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-content-wrapper-copy {
    flex-direction: column;
  }

  .contact-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 15vh;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .about-hero {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    padding-left: 0;
    display: flex;
  }

  .testimonial-about-component {
    margin-top: 5vh;
    margin-bottom: 0;
  }

  .testimonial-heading {
    width: 100%;
  }

  .testimonial-heading.bottom-margin {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .grid-12-column {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .about-text-block {
    width: auto;
  }

  .about-text-heading {
    width: 100%;
  }

  .about-text-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: 5vh;
    margin-bottom: 0;
  }

  .about-scroll-horizontal-image {
    width: 40vw;
    height: 33rem;
  }

  .awards-heading, .awards-wrapper {
    margin-top: 6rem;
  }

  .about-1-team-div-wrapper {
    margin-top: 0;
  }

  .about-team-grid {
    grid-template-columns: 1fr;
  }

  .about-team-heading {
    margin-top: 6rem;
  }

  .about-team-item-wrapper {
    height: 70vh;
  }

  .about-team-collection-list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .about-grid {
    margin-top: 6rem;
    margin-bottom: 0;
    padding-left: 0;
  }

  .card-image {
    height: 55vh;
  }

  .table-component {
    margin-bottom: 5rem;
  }

  .features-table-wrapper {
    margin-top: 0;
    padding-left: 0;
  }

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

  .table-component-wrapper {
    grid-row-gap: 6rem;
    margin-bottom: 5rem;
    padding-right: 0;
  }

  .row {
    flex-flow: column;
    grid-template-columns: .25fr;
    align-items: flex-start;
    padding-right: 0;
    transition: none;
    display: flex;
  }

  .row:hover {
    padding-bottom: 0;
  }

  .grid-none {
    display: none;
  }

  .row-wrapper {
    width: 100%;
  }

  .services-about-3-wrapper {
    margin-top: 6rem;
  }

  .services-component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .features-about-content {
    width: auto;
    padding-left: 0;
  }

  .features {
    grid-column-gap: 0vw;
    grid-row-gap: 3rem;
    flex-direction: column;
    width: 100%;
  }

  .align-wrapper-right {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .features-component {
    grid-row-gap: 6rem;
    margin-top: 4rem;
    margin-bottom: 5rem;
  }

  .about-image {
    width: 100%;
  }

  .features-vertical-component {
    grid-row-gap: .5rem;
    width: 100%;
    padding-right: 0;
  }

  .features-about-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .features-vertical-component-right {
    grid-row-gap: .5rem;
    width: 100%;
    padding-right: 0;
  }

  .about-3-team-wrapper {
    height: 100%;
    margin-top: 9rem;
  }

  .numbers-content-grid {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    margin-top: 6rem;
  }

  .testimonial-heading-wrapper {
    max-width: 40ch;
  }

  .testimonial-heading-wrapper.max-width {
    width: 100%;
    max-width: none;
  }

  .testimonial-left, .testimonial-card {
    width: 100%;
  }

  .team-member-component {
    grid-row-gap: 2rem;
    margin-bottom: 0;
  }

  .team-member-heading {
    grid-row-gap: 2em;
    flex-direction: column;
    align-items: stretch;
    padding-right: 0;
  }

  .team-member-grid {
    grid-template-columns: 1fr;
  }

  .team-member-heading-wrap {
    width: 100%;
  }

  .product-description {
    padding: 0;
  }

  .products-template-component {
    grid-template-columns: 1fr;
    margin-bottom: 6rem;
  }

  .template-component.margin-top {
    margin-bottom: 3rem;
  }

  .home-card-image-wrap.ratio {
    height: auto;
  }

  .figma-image {
    height: 100%;
  }

  .new-features-grid {
    grid-template-columns: 1fr;
  }

  .figma {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    overflow: hidden;
  }

  .figma-image-wrap {
    width: 100%;
  }

  .home-template-wrap {
    margin-top: 0;
  }

  .figma-content {
    width: 100%;
    margin-top: 4.2rem;
    margin-bottom: 4.2rem;
    margin-left: 0;
    padding-left: 3.1rem;
    padding-right: 3.1rem;
  }

  .home-page-cards-grid {
    grid-template-columns: 1fr;
  }

  .works-template-horizontal-image {
    height: auto;
    margin-bottom: 0;
  }

  .home-team-collection-list-copy {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .about-2-hero-wrapper {
    width: 100%;
  }

  .about-heading {
    max-width: 70ch;
  }

  .about-2-hero-component {
    padding-top: 9rem;
  }

  .about-2-team-heading {
    margin-top: 3rem;
  }

  .nav-link-light {
    align-self: center;
  }

  .works-heading-view-width.text-weight-light.mobile {
    font-size: 10vw;
  }

  .banner-button-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    justify-content: center;
    align-self: stretch;
    align-items: center;
  }

  .team-component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    margin-top: 6rem;
  }

  .team-3-grid {
    grid-template-columns: 1fr;
  }

  .checkout-wrapper {
    flex-flow: column;
    display: flex;
  }

  .navbar-right {
    display: none;
  }

  .navbar-open {
    height: 31rem;
  }

  .navbar-component {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .navbar-left {
    justify-items: start;
  }

  .nav-link {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    width: auto;
  }

  .navbar-open-component {
    grid-template-columns: 1fr;
  }

  .navbar-columns {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .navbar-underline {
    width: 100%;
  }

  .home-team-member-grid {
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .enterprise-banner-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .team-item-two-columns:nth-child(odd) {
    margin-top: 0;
  }

  .about-2-about {
    margin-top: 0;
  }

  .team-member-3-div-wrapper {
    margin-top: 0;
  }

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

  .grid-about {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .navbar-left-2 {
    justify-items: start;
  }

  .navbar-underline-2 {
    width: 100%;
  }

  .navbar-right-2 {
    display: none;
  }

  .navbar-columns-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .navbar-open-2 {
    height: 31rem;
  }

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

  .nav-link-2 {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    width: auto;
  }

  .container-2 {
    max-width: none;
  }

  .hero-1-images-wrapper-2 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    height: auto;
  }

  .text-size-display-2 {
    line-height: 1.3;
  }

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

  .heading-13 {
    font-size: 3rem;
  }

  .text-size-display-3 {
    line-height: 1.3;
  }
}

@media screen and (max-width: 767px) {
  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-global.large {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-style-guide-wrapper {
    padding-top: 8rem;
  }

  .container.small {
    padding-left: 0;
    padding-right: 0;
  }

  .style-guide-header {
    font-size: .875rem;
  }

  .heading-3 {
    font-size: 5.5rem;
  }

  .style-guide-component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .heading-6 {
    line-height: 1.3;
  }

  .text-size-medium {
    font-size: 1.2rem;
  }

  .heading-5 {
    font-size: 2.5rem;
    line-height: 1.15;
  }

  .style-guide-menu {
    grid-column-gap: 2rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-2 {
    font-size: 6rem;
  }

  .text-size-xdisplay.text-color-black.banner {
    font-size: 3.5rem;
  }

  .style-guide-heading {
    font-size: 6rem;
  }

  .style-guide-heading.text-color-white.changelog-text-size {
    font-size: 4rem;
  }

  .license-images-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .license-content {
    grid-row-gap: 4rem;
    flex-direction: column;
  }

  .license-component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    margin-top: 4.2rem;
    margin-bottom: 5.7rem;
  }

  .changelog-component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .style-guide-text {
    font-size: 2rem;
    line-height: 1.15;
  }

  .hero-1-images-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .home-about-margin {
    margin-bottom: 3rem;
  }

  .home-1-work {
    flex-flow: column;
    display: flex;
  }

  .heading-width {
    width: 55vw;
    min-width: 30rem;
    max-width: 20rem;
  }

  .works-component.margin-top {
    margin-top: 4rem;
  }

  .heading-2-home-1-wrapper {
    margin-top: 6rem;
  }

  .work-div-wrapper {
    margin-top: 20vh;
  }

  .collection-list-wrapper {
    margin-top: -10vh;
  }

  .collection-list-wrapper.no-margin-top {
    margin-top: 0;
  }

  .home-work-item {
    margin-top: 2rem;
  }

  .home-work-item:nth-child(odd) {
    margin-top: 1rem;
  }

  .home-work-item:first-child {
    margin-top: 0;
  }

  .home-works-component {
    margin-top: 0;
  }

  .home-team-member-wrapper {
    grid-column-gap: 10rem;
    grid-row-gap: 10rem;
    margin-top: 4rem;
  }

  .home-team-member-wrapper.home-team-margin-top {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-top: 6rem;
  }

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

  .home-marquee.margin-top-mobile {
    margin-top: 4rem;
  }

  .footer-wrapper {
    margin-bottom: 4rem;
  }

  .footer-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 5rem;
    grid-template-columns: 1.75fr 1fr 1fr;
  }

  .home-2-about {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-top: 3rem;
  }

  .home-2-about.margin-top {
    margin-top: 4rem;
  }

  .home-services-content {
    flex-flow: column;
    display: flex;
  }

  .home-services-image, .home-services-image.display-none-mobile, .home-services-image.display-none-mobile {
    display: none;
  }

  .services-wrapper, .works-home-content-wrapper {
    margin-top: 4rem;
  }

  .home-2-team-wrapper {
    margin-top: 6rem;
  }

  .team-collection-list.margin-top-team {
    margin-top: 4rem;
  }

  .team-collection-item {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-home-3-wrapper {
    margin-top: 6rem;
  }

  .home-3-services-component, .home-3-work-heading {
    margin-top: 4rem;
  }

  .works-content {
    width: 95vw;
    margin-right: 1rem;
  }

  .collection-item {
    width: 100%;
  }

  .home-team-grid {
    margin-top: 4rem;
  }

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

  .banner-heading-wrapper {
    white-space: normal;
    flex-flow: column;
  }

  .icon-wrapepr.margin-icon-about {
    width: 1.5rem;
    height: 1.5rem;
  }

  .rich-text-paddig {
    padding-left: 0;
  }

  .continue-works-list {
    flex-flow: column;
    display: flex;
  }

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

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

  .view-all-tag {
    white-space: nowrap;
  }

  .pricing-heading-wrapper {
    margin-top: 6rem;
  }

  .contact-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .contact-grid {
    flex-flow: column;
    display: flex;
  }

  .about-hero {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .about-heading-wrapper {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
  }

  .max-width-20ch {
    text-align: left;
  }

  .grid-12-column {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: flex-start;
    display: flex;
  }

  .about-text-block {
    width: 100%;
  }

  .about-text-heading {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .about-paragraph-wrapper {
    flex-flow: column;
    width: 100%;
  }

  .about-scroll-horizontal-image {
    width: 40vw;
    height: 20rem;
  }

  .awards-heading, .awards-wrapper, .about-team-heading {
    margin-top: 4rem;
  }

  .about-team-component {
    margin-top: 0;
  }

  .about-grid {
    margin-top: 4rem;
  }

  .table-component-wrapper {
    grid-row-gap: 6rem;
  }

  .row {
    flex-flow: column;
  }

  .features-about-content, .align-wrapper-right {
    width: 100%;
  }

  .features-component {
    grid-row-gap: 6rem;
    margin-top: 4rem;
  }

  .about-image {
    width: 100%;
  }

  .about-3-team-wrapper {
    margin-top: 6rem;
  }

  .numbers-content-grid {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    margin-top: 4rem;
  }

  .testimonial-heading-wrapper {
    max-width: none;
  }

  .testimonial-card {
    width: 100%;
  }

  .team-member-component {
    grid-row-gap: 3rem;
  }

  .main-image {
    height: 50vh;
  }

  .products-template-component {
    margin-bottom: 4rem;
  }

  .template-component.margin-top {
    margin-bottom: 3rem;
  }

  .lightbox-list-wrapper {
    flex-flow: column;
  }

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

  .about-2-hero-component {
    padding-top: 6rem;
  }

  .banner-button-wrap {
    flex-flow: row;
    align-self: stretch;
  }

  .main-image-products {
    height: 50vh;
  }

  .checkout-wrapper, .paypal-checkout-form {
    margin-top: 4rem;
  }

  .navbar-open {
    height: 42rem;
    padding-top: 10vh;
  }

  .navbar-component {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .navbar-left {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: auto auto auto;
    grid-auto-columns: 1fr;
    place-items: start;
    margin-bottom: 3rem;
    display: grid;
  }

  .navbar-open-component {
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .navbar-columns {
    width: auto;
  }

  .navbar-columns.navbar-gap {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .navbar-all-pages {
    flex-flow: row;
  }

  .home-team-member-grid {
    margin-top: 3rem;
  }

  .about-2-about {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 3rem;
  }

  .homepage-heading-wrapper {
    margin-top: 3rem;
  }

  .grid-about {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: flex-start;
    display: flex;
  }

  .navbar-left-2 {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: auto auto auto;
    grid-auto-columns: 1fr;
    place-items: start;
    margin-bottom: 3rem;
    display: grid;
  }

  .navbar-columns-2 {
    width: auto;
  }

  .navbar-columns-2.navbar-gap {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .navbar-open-component-2 {
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .navbar-open-2 {
    height: 42rem;
    padding-top: 10vh;
  }

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

  .collection-list-wrapper-3 {
    margin-top: -10vh;
  }

  .hero-1-images-wrapper-2 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .text-size-medium-2 {
    font-size: 1.2rem;
  }

  .heading-13 {
    font-size: 2.5rem;
    line-height: 1.15;
  }
}

@media screen and (max-width: 479px) {
  .text-box.large {
    padding-top: 0;
  }

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

  .padding-global.small {
    padding-top: 3rem;
  }

  .padding-global.small.no {
    padding-top: 0;
  }

  .padding-global.collage {
    display: none;
  }

  .padding-global.margin.no {
    padding-top: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .text-size-regular {
    text-align: left;
  }

  .text-size-regular.text-color-white.cemter {
    text-align: center;
  }

  .text-size-regular.center, .text-size-regular.text-color-white.cemter, .text-size-regular.text-color-white.cemter {
    text-align: center;
  }

  .text-size-regular.text-weight-light.text-color-black {
    font-size: 1rem;
  }

  .text-size-regular.short {
    max-width: 100%;
  }

  .text-size-regular.center {
    text-align: center;
  }

  .hero-style-guide-wrapper {
    padding-top: 6rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container.small {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-1.text-weight-light.about-1-hero-text-style.very-small {
    font-size: 6vw;
  }

  .text-size-xxlarge {
    font-size: 1.3rem;
  }

  .style-guide-divider-line {
    width: 100%;
  }

  .style-guide-menu-wrapper {
    width: 100%;
    display: flex;
  }

  .style-guide-header {
    width: 90vw;
    margin-bottom: 0;
  }

  .text-size-xxhuge {
    font-size: 1.75rem;
  }

  .sticky-menu {
    width: 100%;
  }

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

  .style-guide-content {
    width: 90vw;
    margin-bottom: 6rem;
  }

  .style-guide-content.grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .heading-3 {
    font-size: 4rem;
  }

  .heading-3.max-width-6ch {
    white-space: nowrap;
    font-size: 2rem;
  }

  .heading-3.max-width-6ch.small {
    text-align: left;
    margin-bottom: 2rem;
    font-size: 1.7rem;
  }

  .heading-3.max-width-6ch.margin {
    white-space: nowrap;
    max-width: 100%;
    margin-bottom: -25px;
    font-size: 2rem;
  }

  .heading-3._2 {
    font-size: 2rem;
  }

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

  .style-guide-component {
    grid-column-gap: 1rem;
    align-items: center;
    width: 90vw;
    margin-left: 1rem;
  }

  .heading-6 {
    font-size: 1rem;
    line-height: 1.5;
  }

  .text-size-small.text-weight-light.smaller {
    font-size: .75rem;
  }

  .heading-4 {
    font-size: 1.8rem;
    line-height: 1.5;
  }

  .heading-4.text-weight-light {
    font-size: 1.5rem;
  }

  .heading-5 {
    text-align: left;
    font-size: 2rem;
    line-height: 1.3;
  }

  .heading-5.large {
    font-size: 2.5rem;
  }

  .heading-5.center {
    text-align: center;
    font-size: 1.75rem;
  }

  .style-guide-menu {
    grid-column-gap: 1rem;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .text-size-huge {
    font-size: 2rem;
  }

  .heading-2 {
    font-size: 5rem;
    line-height: 1.1;
  }

  .text-size-xdisplay {
    font-size: 2.5rem;
  }

  .text-size-xdisplay.text-weight-light {
    font-size: 2rem;
  }

  .text-size-xdisplay.small, .text-size-xdisplay.text-weight-light {
    font-size: 2rem;
  }

  .text-size-xdisplay.text-color-black.banner {
    font-size: 2.5rem;
  }

  .text-size-xdisplay.small {
    font-size: 2rem;
  }

  .text-size-display {
    font-size: 2rem;
    line-height: 1;
  }

  .text-size-display.team {
    font-size: 4rem;
  }

  .text-size-display.team.text-size-mobile {
    font-size: 3rem;
  }

  .text-size-display._2em._1-75 {
    font-size: 1.75em;
  }

  .text-size-display.dark {
    font-size: 1.75rem;
    line-height: 1;
  }

  .text-color-white.text-size-medium {
    font-size: 1rem;
  }

  .style-guide-content-typeface {
    flex-flow: column;
    width: 90vw;
  }

  .style-guide-heading {
    font-size: 5rem;
    line-height: 1.1;
  }

  .style-guide-heading.text-color-white {
    font-family: Sentient, sans-serif;
    font-size: 5vw;
  }

  .style-guide-heading.text-color-white.changelog-text-size {
    font-size: 3rem;
  }

  .license-images-grid {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .license-component {
    grid-row-gap: 1.75rem;
    width: 100%;
    margin-top: 0;
    margin-bottom: 2.5rem;
  }

  .changelog-component {
    width: 100%;
  }

  .style-guide-text {
    font-size: 1.8rem;
    line-height: 1.3;
  }

  .home-1-hero-wrapper {
    padding-top: 6rem;
  }

  .hero-1-heading-wrapper {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .subtitle-hero-1-wrapper {
    margin-top: .1rem;
  }

  .hero-1-images-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: stretch stretch;
    display: grid;
  }

  .image.black.dark {
    min-height: 50vh;
  }

  .image.residential {
    min-height: 25vh;
  }

  .image-3-hero.new {
    margin-bottom: 15px;
  }

  .image-1-hero.revised.mobile {
    min-height: 25vh;
    margin-bottom: 25px;
  }

  .image-1-hero.new {
    margin-bottom: 25px;
  }

  .image-2-hero.new {
    margin-bottom: 15px;
  }

  .home-about-margin {
    margin-top: 6rem;
  }

  .subtitle.max-width-small {
    max-width: 100%;
  }

  .logos-grid-marquee {
    height: 5rem;
  }

  .logos-image {
    width: 10rem;
  }

  .home-1-logo {
    width: 100%;
  }

  .home-1-work, .heading-home-1-wrapper {
    margin-top: 3rem;
  }

  .align-right.margin-card-work {
    margin-left: 1rem;
  }

  .align-right.margin-card-work.remove {
    display: none;
  }

  .heading-width {
    width: 65vw;
    min-width: 18rem;
    max-width: 12rem;
  }

  .works-component {
    margin-top: 0;
  }

  .works-component.margin-top {
    margin-top: 4rem;
  }

  .works-item-list {
    width: 100%;
  }

  .work-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    min-height: 0;
    margin-bottom: 0;
  }

  .home-work-content {
    margin-bottom: 4rem;
  }

  .heading-2-home-1-wrapper {
    margin-top: 6rem;
  }

  .paragraph-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .button-heading {
    order: 1;
  }

  .work-div-wrapper {
    margin-top: 4rem;
  }

  .collection-list-wrapper {
    margin-top: 0;
  }

  .home-work-item {
    margin-top: 1rem;
    position: relative;
  }

  .home-work-item:nth-child(odd) {
    margin-top: 1rem;
  }

  .home-work-item:first-child {
    margin-top: 0;
  }

  .home-works-component {
    margin-top: 0;
  }

  .work-info-wrapper {
    justify-content: space-between;
    height: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
  }

  .work-image-wrapper {
    background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
    background-position: 50%;
    background-size: cover;
  }

  .work-item-wrapper {
    height: 50vh;
  }

  .work-info-top {
    grid-row-gap: .5rem;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .home-team-member-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    margin-top: 4rem;
  }

  .marquee-home-image {
    width: 10rem;
  }

  .home-marquee {
    margin-top: 3rem;
  }

  .footer-wrapper {
    margin-top: 3rem;
    margin-bottom: 4rem;
  }

  .footer-links {
    flex-flow: column;
  }

  .footer-grid {
    grid-row-gap: 4rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .links-footer-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: row;
  }

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

  .home-2-hero {
    text-align: left;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 5rem;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .home-2-about {
    margin-bottom: 0;
  }

  .home-2-about.margin-top {
    margin-top: 4rem;
  }

  .scroll-horizontal-image-wrapper {
    justify-content: space-between;
    align-items: flex-end;
    height: 30vh;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .scroll-image-content {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
    display: grid;
  }

  .scroll.height {
    height: 90vw;
  }

  .padding-horizontal {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .home-services-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: auto 1fr .3fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    height: 100%;
    padding-top: 1.5rem;
    padding-bottom: 2.5rem;
    display: grid;
  }

  .services-title {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    text-align: left;
  }

  .home-services-image {
    display: none;
  }

  .home-services-hover {
    height: 100%;
  }

  .services-wrapper {
    margin-top: 3rem;
  }

  .home-2-works {
    min-height: 100%;
  }

  .home-2-works-content-wrapper {
    height: 50vh;
  }

  .works-info {
    text-align: left;
    background-image: none;
    border-radius: 1rem;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem;
  }

  .overlay-works {
    height: 50%;
  }

  .works-home-content-wrapper {
    margin-top: 4rem;
  }

  .home-2-team-wrapper {
    margin-top: 3rem;
  }

  .team-collection-list.margin-top-team {
    margin-top: 0;
  }

  .home-2-team-card {
    padding-right: 2rem;
  }

  .team-content {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .home-3-image {
    object-position: 30% 100%;
    height: 30vh;
  }

  .mask-frame {
    height: 50%;
    overflow: hidden;
  }

  .heading-home-3-wrapper {
    margin-top: 3rem;
  }

  .home-3-services {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .home-3-services-card {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home-3-services-component {
    margin-top: 3rem;
  }

  .home-3-work-heading {
    flex-flow: column;
    margin-top: 3rem;
  }

  .works-content {
    width: 90vw;
    height: 30vh;
  }

  .works-content.smaller {
    height: 75vh;
  }

  .home-3-works-collection-list {
    display: block;
  }

  .collection-item {
    flex-flow: column;
    width: 100%;
  }

  .home-3-work-card {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home-3-work-card.hiddiden---desktop {
    display: block;
  }

  .work-tag {
    display: none;
  }

  .card-top-info-content {
    padding-right: 0;
  }

  .card-top-info-content.margin-bottom {
    margin-bottom: 25px;
  }

  .home-team-component {
    margin-top: 0;
  }

  .home-team-grid {
    margin-top: 4rem;
  }

  .home-team-collection-list {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .team-item.about:first-child, .team-item.about:last-child, .team-item.about:first-child, .team-item.about:last-child {
    margin-top: 0;
  }

  .home-team-info {
    padding-left: 0;
  }

  .home-3-team-heading {
    margin-top: 4rem;
  }

  .home-3-team-heading.margin-top {
    margin-top: 6rem;
  }

  .enterprise-banner {
    align-items: stretch;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .enterprise-banner.margin-top-mobile {
    margin-top: 0;
  }

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

  .banner-heading-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .banner-button-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .text-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

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

  .works-1-heading {
    margin-top: 6rem;
    margin-bottom: 0;
  }

  .works-1-banner {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .team-2-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    height: 100%;
  }

  .icon-wrapepr.margin-icon-about {
    width: 1rem;
    height: 1rem;
  }

  .services-page-wrapper {
    margin-top: 0;
  }

  .main-image-wrapper {
    width: 90vw;
  }

  .main-image-wrapper.works {
    background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
    background-position: 50%;
    background-size: cover;
    height: 28vh;
  }

  .works-post-heading {
    margin-bottom: 2rem;
  }

  .rich-text-paddig {
    padding-left: 0;
  }

  .about-the-project._0-top {
    margin-top: 0;
  }

  .works-post.margin-top:last-child {
    margin-top: 2rem;
  }

  .cards-component {
    margin-bottom: 0;
  }

  .continue-works-list {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    display: flex;
  }

  .image-background.cards {
    height: 18rem;
  }

  .next-project-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-tags-content {
    flex-flow: wrap;
  }

  .blog-pots-component {
    margin-top: 15vh;
    margin-bottom: 0;
  }

  .blog-list {
    grid-row-gap: 0rem;
  }

  .view-all-tag {
    justify-content: center;
    align-items: center;
  }

  .blog-tags-list {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .card {
    grid-row-gap: 1rem;
    padding-bottom: 3rem;
  }

  .pricing-heading-wrapper {
    margin-top: 6rem;
  }

  .contact-content-wrapper-copy {
    grid-row-gap: 2rem;
  }

  .contact-wrapper {
    margin-bottom: 2.5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-grid {
    grid-row-gap: 2rem;
    flex-direction: column;
    display: flex;
  }

  .heading-icon {
    width: 1.5rem;
  }

  .heading-icon.display-none {
    display: none;
  }

  .about-hero-component.dark._50.smller {
    min-height: 50vh;
  }

  .about-hero-content-wrapper.resdential._45 {
    justify-content: center;
    align-items: center;
    height: 50vh;
  }

  .about-hero {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 5rem;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .about-hero._0 {
    margin-bottom: 0;
    padding-top: 5rem;
  }

  .about-heading-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .about-text-block-wrapper {
    flex-flow: column;
  }

  .about-text-block {
    width: 100%;
  }

  .about-text-heading {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .about-scroll-horizontal-image {
    width: 50vw;
    height: 11rem;
  }

  .about-scroll-horizontal-image.about-margin {
    margin-top: 5rem;
  }

  .about-team-component {
    margin-top: 0;
  }

  .about-team-info {
    padding-left: 0;
  }

  .about-team-collection-list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .about-grid {
    flex-direction: column;
    margin-top: 4rem;
    margin-bottom: 0;
    display: flex;
  }

  .card-image {
    width: 100%;
    height: 25vh;
  }

  .table-component.max-width-100 {
    margin-bottom: 0;
  }

  .table-component-wrapper {
    grid-row-gap: 6rem;
    margin-bottom: 3rem;
    padding-right: 0;
  }

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

  .about-3-hero-image.no-margin {
    height: 20vh;
  }

  .services-about-3-wrapper {
    margin-top: 3rem;
  }

  .services-component._4.extra {
    grid-template-columns: 1fr;
  }

  .features {
    grid-row-gap: 1rem;
  }

  .features.revised-for-general-construactors {
    grid-column-gap: 9rem;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: grid;
  }

  .features.revised-for-general-construactors.revisde {
    display: flex;
  }

  .features.revised-for-general-construactors.another-reverise {
    flex-flow: column-reverse;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    display: flex;
  }

  .features-component {
    grid-row-gap: 6rem;
    margin-top: 6rem;
    margin-bottom: 3rem;
  }

  .about-image.smaller {
    height: 40vh;
  }

  .features-vertical-component {
    width: 100%;
  }

  .features-about-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .features-vertical-component-right {
    width: 100%;
  }

  .about-3-team-wrapper {
    height: 100%;
    margin-top: 3rem;
  }

  .text-color-grey.white.condensed {
    font-size: 1rem;
  }

  .numbers-content-grid {
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }

  .button-testimonial {
    order: 1;
  }

  .about-testimonial-slide {
    padding-bottom: 5.2rem;
  }

  .main-image {
    height: 20rem;
  }

  .horizontal {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    flex-flow: row;
    align-self: flex-start;
  }

  .product-description {
    align-items: stretch;
    padding: 0;
  }

  .template-component.margin-top {
    margin-bottom: 3rem;
  }

  .badge {
    text-align: left;
  }

  .home-page-cards-grid {
    margin-top: 2rem;
  }

  .lightbox-list-wrapper {
    margin-bottom: 3rem;
  }

  .home-team-collection-list-copy {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .about-2-hero-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .about-2-hero-wrapper.remove {
    display: none;
  }

  .about-2-hero-wrapper.remove.mobile {
    display: flex;
  }

  .hero-images-wrapper {
    border-radius: .5rem;
    width: 100%;
  }

  .hero-images-wrapper._1 {
    right: 0;
  }

  .hero-images-wrapper._3 {
    left: 0;
  }

  .about-heading.full {
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
  }

  .about-2-hero-component {
    padding-top: 3rem;
  }

  .about-2-team-component, .about-2-team-heading {
    margin-top: 0;
  }

  .text-color-dark-palle-walle.dark {
    font-size: 2rem;
  }

  .banner-form {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .banner-button-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    width: 100%;
  }

  .team-component {
    margin-top: 0;
  }

  .main-image-products {
    height: 20rem;
  }

  .checkout-wrapper {
    margin-top: 4rem;
  }

  .navbar-open {
    height: auto;
  }

  .nav-link-text {
    font-size: 1rem;
  }

  .navbar-component {
    grid-template-columns: 1fr 1fr;
  }

  .navbar-left {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-bottom: 3rem;
  }

  .navbar-open-component {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .navbar-all-pages {
    flex-flow: column;
  }

  .home-2-team-collection-list-wrapper, .about-3-team-collection-list-wrapper {
    margin-top: 0;
  }

  .home-team-member-grid {
    margin-top: 3rem;
  }

  .button-arrow-about.remove {
    display: none;
  }

  .about-2-about {
    margin-bottom: 0;
  }

  .div-block-3 {
    background-color: #000000a6;
  }

  .logo--secondary {
    max-width: 65%;
  }

  .small.more {
    max-width: 50%;
    margin-bottom: 10px;
  }

  .div-block-9._5.small {
    min-height: 30vh;
  }

  .div-block-9._5.small.matterson {
    background-image: url("https://cdn.prod.website-files.com/6a67a015dda248ff3577c855/6a67a015dda248ff3577ca03_68f0459e9f64cd631798a697_Matt%2B1%20(1).webp");
    min-height: 30vh;
  }

  .div-block-9._5.small.common {
    background-image: url("https://cdn.prod.website-files.com/6a67a015dda248ff3577c855/6a67a015dda248ff3577ca06_Lex%2BI%2B1.webp");
    min-height: 30vh;
  }

  .div-block-9._5.small.cent {
    background-image: url("https://cdn.prod.website-files.com/6a67a015dda248ff3577c855/6a67a015dda248ff3577ca07_Centinelabycategory%20(1).webp");
    min-height: 30vh;
  }

  .div-block-13 {
    height: auto;
    min-height: 30vh;
  }

  .heading-12.center {
    text-align: center;
    text-align: center;
    font-size: 20px;
  }

  .slider {
    min-height: 90vh;
    padding-top: 25px;
    display: flex;
  }

  .bold-text-2 {
    font-size: 1.8rem;
    line-height: 1.5;
  }

  .bold-text-3 {
    font-size: 1.4rem;
    line-height: .5;
  }

  .text-block-10 {
    font-size: 1rem;
  }

  .text-span, .bold-text-4._2, .bold-text-4._2 {
    font-size: 2rem;
  }

  .navbar-left-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-columns: auto;
    margin-bottom: 3rem;
    display: flex;
  }

  .max-width-50ch-2.align-left {
    max-width: 100%;
  }

  .navbar-columns-2.navbar-gap {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-size-xlarge-2 {
    font-size: 1rem;
  }

  .button-secondary-2.display-none-mobile {
    display: none;
  }

  .nav-link-text-2 {
    font-size: 1rem;
  }

  .navbar-open-component-2 {
    justify-content: flex-start;
    align-items: stretch;
    margin-left: 25px;
    margin-right: 25px;
    padding: 0 0 0;
  }

  .navbar-open-2 {
    height: auto;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

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

  .navbar-2 {
    display: block;
  }

  .container-2 {
    max-width: 100%;
  }

  .collection-list-wrapper-3 {
    margin-top: 0;
  }

  .tab-link-tab-1 {
    text-align: center;
  }

  .tab-link-tab-1.w--current {
    text-align: center;
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .hero-1-images-wrapper-2 {
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 10px;
    display: block;
  }

  .mobile-section {
    display: block;
  }

  .dekstop-hero, .left-arrow, .right-arrow {
    display: none;
  }

  .div-block-16 {
    grid-template-columns: 1fr;
    padding: 2.5rem 1rem;
    display: block;
  }

  .text-size-display-2 {
    font-size: 2.5rem;
  }

  .heading-13 {
    font-size: 2rem;
    line-height: 1.3;
  }

  .text-size-xxlarge-2 {
    white-space: normal;
    font-size: 1.3rem;
  }

  .text-size-display-3 {
    font-size: 2.5rem;
  }

  .image-8 {
    border-radius: 0;
  }
}

#w-node-_239145bb-653f-b380-3783-0ae81bc552cc-1bc552b6, #w-node-_239145bb-653f-b380-3783-0ae81bc55312-1bc552b6, #w-node-_2891a351-c992-8cd1-1f1c-3f711f54956d-1bc552b6, #w-node-_338085f1-41ae-baa3-afbf-d22cf18ebf0b-1bc552b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0513d675-2acf-55de-6940-b5a623b7a656-23b7a651 {
  grid-area: 1 / 10 / 2 / 13;
  justify-self: end;
}

#w-node-_0513d675-2acf-55de-6940-b5a623b7a65d-23b7a651, #w-node-_0513d675-2acf-55de-6940-b5a623b7a65f-23b7a651 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0513d675-2acf-55de-6940-b5a623b7a688-23b7a651 {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_239145bb-653f-b380-3783-0ae81bc552cc-1bc552b6 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_239145bb-653f-b380-3783-0ae81bc55312-1bc552b6 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_2891a351-c992-8cd1-1f1c-3f711f54956d-1bc552b6, #w-node-_338085f1-41ae-baa3-afbf-d22cf18ebf0b-1bc552b6 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_0513d675-2acf-55de-6940-b5a623b7a656-23b7a651 {
    grid-column: 5 / 7;
  }

  #w-node-_0513d675-2acf-55de-6940-b5a623b7a65f-23b7a651 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_239145bb-653f-b380-3783-0ae81bc552cc-1bc552b6 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_239145bb-653f-b380-3783-0ae81bc55312-1bc552b6, #w-node-_2891a351-c992-8cd1-1f1c-3f711f54956d-1bc552b6, #w-node-_338085f1-41ae-baa3-afbf-d22cf18ebf0b-1bc552b6 {
    grid-column-start: 4;
  }

  #w-node-_0513d675-2acf-55de-6940-b5a623b7a656-23b7a651 {
    grid-column: 3 / 5;
  }

  #w-node-_0513d675-2acf-55de-6940-b5a623b7a660-23b7a651 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_0513d675-2acf-55de-6940-b5a623b7a66e-23b7a651, #w-node-_0513d675-2acf-55de-6940-b5a623b7a67c-23b7a651 {
    grid-area: 1 / 1 / 2 / 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_239145bb-653f-b380-3783-0ae81bc552cc-1bc552b6 {
    grid-column: span 1 / span 1;
  }

  #w-node-_239145bb-653f-b380-3783-0ae81bc55312-1bc552b6, #w-node-_2891a351-c992-8cd1-1f1c-3f711f54956d-1bc552b6, #w-node-_338085f1-41ae-baa3-afbf-d22cf18ebf0b-1bc552b6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0513d675-2acf-55de-6940-b5a623b7a656-23b7a651 {
    grid-column: 2 / 3;
  }
}
