:root {
  --dark-grey: #2e2d2d;
  --mud-green: #717262;
  --white: white;
  --black: #000;
  --blue: #72888c;
  --transparent: #fff0;
  --brown: #564434;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

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

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

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

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

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

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

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

.section {
  padding: 139px;
}

.jess-rich {
  font-family: din-2014, sans-serif;
  line-height: .5;
}

.jess-rich h1 {
  color: var(--dark-grey);
  font-family: din-2014, sans-serif;
  font-size: 7vw;
  font-weight: 400;
  line-height: 1;
}

.jess-rich h2 {
  color: var(--mud-green);
  margin-top: 0;
  font-family: din-2014, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1;
}

.jess-rich h3 {
  font-family: din-2014, sans-serif;
  font-weight: 400;
  line-height: 1.1;
}

.jess-rich h4 {
  font-family: din-2014, sans-serif;
  font-weight: 700;
  line-height: 1.1;
}

.jess-rich h5 {
  font-family: din-2014, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
}

.jess-rich h6 {
  letter-spacing: 8px;
  text-transform: uppercase;
  font-family: din-2014, sans-serif;
  font-size: 1.8vw;
  font-weight: 300;
  line-height: 1.1;
}

.jess-rich p {
  color: var(--dark-grey);
  margin-bottom: 10px;
  font-family: din-2014, sans-serif;
  font-size: 17px;
  line-height: 1.4;
}

.jess-rich blockquote {
  font-family: din-2014, sans-serif;
}

.section-wrapper {
  width: 75%;
  margin-left: 25%;
  padding: 80px;
}

.section-wrapper.footer {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: visible;
}

.content-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.content-wrapper.intro-text {
  justify-content: flex-start;
  align-items: center;
  padding-top: 15vh;
}

.content-wrapper-65 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 55%;
  display: flex;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-top: 15px;
  display: flex;
}

.image {
  max-width: 35%;
  margin-left: auto;
  margin-right: auto;
}

.btn1 {
  width: 340px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.desktop-nav-wrap {
  z-index: 100;
  background-color: var(--white);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 25%;
  height: 95vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: fixed;
}

.image-2 {
  max-width: 30%;
}

.text-block {
  width: 50%;
  color: var(--mud-green);
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.image-3 {
  width: 100%;
  max-width: none;
}

.div-block-7 {
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.div-block-8 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.btn2 {
  flex-flow: column;
  width: 340px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.btn-image-2 {
  max-width: 4.5%;
  margin-left: auto;
  margin-right: auto;
}

.btn-text-2 {
  width: 100%;
  color: var(--mud-green);
  justify-content: center;
  align-items: center;
  padding-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

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

.quick-stack {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  padding: 0;
}

.form-block {
  width: 100%;
}

.submit-button {
  color: var(--mud-green);
  background-color: #3898ec00;
  background-image: url('../images/Asset-6.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 100px;
  padding: 20px 128px 20px 20px;
  font-family: din-2014, sans-serif;
  font-size: 18px;
}

.image-7 {
  aspect-ratio: auto;
  object-fit: cover;
  order: 9999;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  position: absolute;
  inset: auto 0%;
}

.section-wrapper-expanded {
  width: 75%;
  margin-left: 25%;
  padding: 80px 80px 100px;
  position: relative;
}

.div-block-14 {
  order: 9999;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 400px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content-wrapper-inner-40 {
  width: 40%;
}

.content-wrapper-inner-40.services {
  width: auto;
}

.service-img-wrap {
  flex-flow: column;
  order: -9999;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  height: 85vh;
  margin-left: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content-wrapper-inner-100-footers {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  display: flex;
}

.image-10 {
  width: 130px;
}

.text-block-2 {
  color: var(--white);
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.1;
}

.text-span {
  font-size: 17px;
  font-weight: 400;
}

.footer {
  color: var(--white);
  text-align: left;
  font-family: Lato, sans-serif;
  line-height: 1.1;
}

.copyright-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 80px;
  display: flex;
  position: relative;
}

.text-block-4 {
  color: var(--white);
  text-align: center;
  font-family: din-2014, sans-serif;
}

.text-block-4.mobile {
  display: none;
}

.div-block-17 {
  margin-left: 0;
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 4px;
  display: flex;
}

.div-block-17.heading-block {
  padding-bottom: 40px;
}

.image-12 {
  order: -9999;
  max-width: 20%;
  padding-bottom: 10px;
  padding-right: 10px;
}

.image-12.invis {
  opacity: 0;
}

.div-block-19 {
  margin-bottom: 10px;
  padding-bottom: 5px;
  display: flex;
}

.div-block-19.services-text-div {
  mix-blend-mode: hard-light;
  padding-bottom: 25px;
}

.text-block-6 {
  padding-bottom: 0;
  padding-left: 16px;
  font-family: din-2014, sans-serif;
  font-size: 17px;
}

.text-block-7 {
  color: var(--dark-grey);
  padding-left: 16px;
  font-family: din-2014, sans-serif;
  font-size: 7vw;
  line-height: 1;
}

.div-block-20 {
  padding: 41px 0 41px 41px;
}

.image-15 {
  mix-blend-mode: difference;
  max-width: 20%;
  padding-right: 10px;
}

.div-block-21 {
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.div-block-22 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
}

.text-block-8 {
  color: var(--black);
  font-family: din-2014, sans-serif;
  font-size: 7vw;
  line-height: 1.1;
}

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

.text-block-8.yestimonials {
  color: var(--black);
  font-size: 4vw;
}

.text-block-9 {
  color: var(--mud-green);
  padding-bottom: 10px;
  font-family: din-2014, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.text-block-10 {
  color: var(--mud-green);
  font-family: din-2014, sans-serif;
  font-size: 17px;
}

.div-block-23, .div-block-24 {
  width: 100%;
}

.div-block-25 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hamburger_7_wrap {
  grid-row-gap: var(--gap);
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.hamburger_7_line {
  width: 100%;
  height: var(--thickness);
  background-color: currentColor;
  flex: none;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
}

.hamburger_7_line.is-short {
  width: 70%;
}

.hamburger_embed {
  position: absolute;
}

.div-block-27 {
  width: 10%;
}

.div-block-28 {
  width: 100%;
  padding: 37px;
  display: none;
}

.mobile-header {
  display: none;
}

.section-7 {
  padding: 167px;
}

.div-block-29 {
  background-color: #f5f5f5;
}

.div-block-30 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-31 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 57px;
  display: flex;
}

.image-17 {
  max-width: 40%;
  position: absolute;
  top: 895.43px;
  right: 640px;
}

.div-block-33, .div-block-34 {
  padding: 23px;
}

.slider {
  background-color: #ddd0;
  width: 100%;
  height: 100%;
}

.div-block-35 {
  width: 100%;
  height: auto;
  position: relative;
}

.slide {
  background-image: url('../images/Jess-Mathas-Architectural.svg');
  background-position: 0 0;
  background-size: contain;
}

.slide-2 {
  background-image: url('../images/Asset-12.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.navbar {
  display: none;
}

.nav_button {
  width: 3.1rem;
  height: 5rem;
  padding: 0;
}

.nav_button.w--open {
  color: currentColor;
  background-color: #c8c8c800;
}

.brand {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-11 {
  padding: 23px 0;
  font-family: din-2014, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.desktop-nav-link {
  color: var(--dark-grey);
  text-decoration: none;
  transition: color .2s;
}

.desktop-nav-link:hover {
  color: var(--mud-green);
}

.link-block-5, .link-block-6 {
  text-decoration: none;
}

.service-arrow {
  opacity: 1;
  order: -9999;
  max-width: 25%;
}

.image-9-copy {
  z-index: -5;
  object-fit: fill;
  min-width: 100%;
  max-width: none;
  min-height: 100%;
  position: absolute;
  inset: 0 auto 0% 0%;
  overflow: hidden;
}

.ethos-section {
  z-index: 5;
  width: 75%;
  min-height: 150vh;
  margin-left: 25%;
  padding-top: 8vh;
  padding-bottom: 20vh;
  position: relative;
  overflow: hidden;
}

.content-wrapper-ethos {
  mix-blend-mode: difference;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  margin-right: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
}

.content-wrapper-right {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.services-content-wrapper {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-top: 0;
  display: flex;
  position: sticky;
  top: 60px;
}

.service-img {
  width: auto;
  height: auto;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.services-section {
  z-index: 10;
  width: 75%;
  height: 500vh;
  margin-left: 25%;
  position: relative;
}

.services-section-colour {
  z-index: 5;
  background-image: url('../images/Asset-4.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 150%;
  width: 75%;
  height: 100vh;
  margin-top: -100vh;
  margin-bottom: -50vh;
  margin-left: 25%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.div-block-36 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.about-content-wrap {
  width: 100%;
}

.flex-block {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.flex-block-2 {
  margin-top: 60px;
}

.form-field {
  min-height: 60px;
  color: var(--dark-grey);
  margin-bottom: 20px;
  font-family: din-2014, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  display: block;
}

.form-field:focus {
  border: 1px solid var(--blue);
}

.form-field::placeholder {
  color: #2e2d2d80;
  font-size: 14px;
}

.form-field.long {
  height: 100%;
  min-height: 180px;
}

.text-block-12 {
  color: var(--dark-grey);
  font-family: din-2014, sans-serif;
  font-size: 18px;
  line-height: 1.2;
}

.text-span-2 {
  color: var(--blue);
  font-weight: 700;
}

.success-message {
  background-color: var(--transparent);
}

.text-block-13 {
  font-family: din-2014, sans-serif;
}

.contact-section {
  width: 75%;
  margin-bottom: 0;
  margin-left: 25%;
  padding: 80px;
  position: relative;
}

.footer-bg-wrap {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.footer-content-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.footer-contacts-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.footer-link {
  color: var(--white);
  text-align: center;
  margin-bottom: 10px;
  font-family: din-2014, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  text-decoration: none;
  transition: color .2s;
}

.footer-link:hover {
  color: var(--dark-grey);
}

.div-block-38 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.slider-img {
  width: 100%;
}

.slide-4, .slide-5 {
  background-image: url('../images/Asset-12.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slider-cover {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.landing-section {
  flex-flow: column;
  justify-content: space-between;
  width: 75%;
  height: 100vh;
  margin-left: 25%;
  padding: 0 60px 30px;
  display: flex;
}

.jess-mathas-logo-wrap {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-right: 60px;
  display: flex;
}

.ethos-paragraph {
  color: var(--white);
  mix-blend-mode: difference;
  font-family: din-2014, sans-serif;
  font-size: 17px;
  line-height: 1.4;
}

.ethos-paragraph.bold {
  mix-blend-mode: difference;
  margin-bottom: 0;
  font-weight: 400;
}

.ethos-paragraph.heading {
  font-size: 7vw;
  line-height: 1;
}

.bold-text {
  mix-blend-mode: difference;
}

.ethos-bg-img {
  width: 150%;
  max-width: none;
  position: absolute;
  inset: 0% -25% auto;
}

.nav-block {
  position: absolute;
  top: 0;
  left: 0;
}

.nav-block.services {
  top: 40px;
}

.nav-block.about, .nav-block.contact, .nav-block.testimonial {
  top: 0;
}

.testimonials-section {
  width: 75%;
  margin-bottom: 0;
  margin-left: 25%;
  padding: 80px 80px 120px;
  position: relative;
}

.quick-stack-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  width: 100%;
  padding: 0;
}

.cell {
  padding-top: 20px;
}

.h1-green {
  color: var(--mud-green);
  font-family: din-2014, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.3;
}

.goo-text {
  color: var(--white);
  text-align: left;
  margin-top: 5px;
  font-family: din-2014, sans-serif;
  font-size: 12px;
}

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

.text-block-14 {
  color: #72888c;
  font-family: din-2014, sans-serif;
  font-size: 9px;
}

.goo-link {
  color: var(--blue);
}

@media screen and (min-width: 1440px) {
  .jess-rich {
    mix-blend-mode: normal;
  }

  .jess-rich p {
    font-size: 18px;
  }

  .content-wrapper {
    justify-content: flex-end;
    align-items: center;
    max-width: 1640px;
    margin-left: auto;
    margin-right: auto;
  }

  .content-wrapper.intro-text {
    width: 80%;
    margin-left: 0;
  }

  .text-block {
    font-family: din-2014, sans-serif;
  }

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

  .div-block-14 {
    min-height: 600px;
  }

  .service-img-wrap {
    width: 35%;
    min-height: 600px;
  }

  .text-block-4 {
    padding-left: 73px;
  }

  .div-block-17.heading-block {
    padding-bottom: 101px;
  }

  .image-12.invis.arrow-about, .image-12.arrow-about {
    max-width: 15%;
  }

  .text-block-6 {
    font-size: 18px;
  }

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

  .text-block-9, .text-block-10 {
    font-size: 18px;
  }

  .slider {
    background-color: #ddd0;
  }

  .div-block-35 {
    justify-content: center;
    align-items: flex-end;
    display: block;
  }

  .slide {
    background-image: none;
  }

  .service-arrow {
    max-width: 15%;
  }

  .image-9-copy {
    top: 0;
  }

  .ethos-section {
    margin-top: 0;
  }

  .content-wrapper-right {
    justify-content: flex-end;
    align-items: center;
    max-width: 1640px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-content-wrapper {
    max-width: 1640px;
  }

  .jess-mathas-logo-wrap {
    justify-content: flex-end;
    align-items: center;
    width: 90%;
    max-width: 1640px;
    margin-left: auto;
    margin-right: auto;
  }

  .goo-text {
    padding-left: 73px;
  }
}

@media screen and (max-width: 991px) {
  .jess-rich h1 {
    font-size: 70px;
  }

  .jess-rich h5 {
    font-size: 14px;
  }

  .section-wrapper {
    padding: 30px;
  }

  .section-wrapper.footer {
    width: 100%;
    margin-left: 0%;
    padding-top: 120px;
    padding-bottom: 80px;
  }

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

  .content-wrapper.intro-text {
    padding-top: 10vh;
  }

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

  .content-wrapper-inner-50 {
    padding-bottom: 46px;
  }

  .image {
    max-width: 25%;
  }

  .btn1 {
    justify-content: flex-start;
    align-items: center;
  }

  .desktop-nav-wrap {
    display: none;
  }

  .image-3 {
    max-width: 90%;
  }

  .btn2 {
    margin-top: -61px;
    margin-bottom: 61px;
  }

  .btn-image-2 {
    max-width: 4%;
    height: 70px;
  }

  .content-wrapper-inner-80 {
    width: 100%;
  }

  .quick-stack {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .image-7 {
    position: relative;
  }

  .section-wrapper-expanded {
    width: 100%;
    margin-left: 0%;
    padding: 60px;
  }

  .div-block-14 {
    width: 100%;
    margin-left: 0;
  }

  .content-wrapper-inner-40 {
    order: 0;
    width: 80%;
  }

  .content-wrapper-inner-40.services {
    order: 0;
    width: auto;
  }

  .service-img-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 50%;
    margin-right: 30px;
    padding-bottom: 0;
    display: flex;
  }

  .content-wrapper-inner-100-footers {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
  }

  .text-block-2 {
    font-size: 20px;
  }

  .text-span {
    font-size: 15px;
  }

  .copyright-wrap {
    padding-top: 40px;
  }

  .image-12.arrow-about {
    max-width: 15%;
  }

  .div-block-20 {
    padding-left: 0;
    display: block;
  }

  .text-block-8 {
    font-size: 70px;
  }

  .hamburger_7_line.is-short {
    height: var(--thickness);
  }

  .div-block-27 {
    width: 7%;
  }

  .div-block-28 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .mobile-header {
    z-index: 900;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-bottom: 1px solid #2e2d2d4d;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: center;
    display: block;
    position: sticky;
    top: 0;
    bottom: 0;
  }

  .slider {
    background-color: #ddd0;
  }

  .slide {
    background-image: none;
  }

  .navbar {
    background-color: #fff;
    display: block;
    position: sticky;
    top: 0;
    bottom: 0;
  }

  .brand {
    width: 15%;
    padding-top: 20px;
  }

  .nav-menu {
    background-color: var(--white);
    height: 100vh;
  }

  .nav-link {
    text-align: right;
    padding-top: 150px;
    padding-bottom: 50px;
    font-family: din-2014, sans-serif;
    font-size: 20px;
  }

  .nav-link-2 {
    text-align: right;
    padding-top: 50px;
    padding-bottom: 50px;
    font-family: din-2014, sans-serif;
    font-size: 20px;
  }

  .nav-link-2.w--current {
    color: #333;
  }

  .container {
    padding-right: 0;
  }

  .service-arrow {
    max-width: 15%;
  }

  .image-9-copy {
    top: 0;
  }

  .ethos-section {
    width: 100%;
    min-height: 120vh;
    margin-left: 0%;
  }

  .content-wrapper-ethos {
    justify-content: center;
    align-items: center;
    width: 75%;
  }

  .services-content-wrapper {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-top: 0;
    padding-left: 60px;
    padding-right: 60px;
    top: 120px;
  }

  .service-img {
    height: auto;
  }

  .services-section {
    width: 100%;
    margin-left: 0%;
  }

  .services-section-colour {
    width: 100%;
    margin-top: -70vh;
    margin-left: 0%;
  }

  .about-content-wrap {
    order: 0;
    width: 100%;
  }

  .contact-section {
    width: 100%;
    margin-left: 0%;
    padding: 60px;
  }

  .footer-bg-wrap {
    justify-content: flex-start;
    align-items: center;
    top: 0%;
  }

  .footer-contacts-wrap {
    width: 100%;
  }

  .footer-link:hover {
    color: var(--white);
  }

  .landing-section {
    width: 100%;
    margin-left: 0%;
    padding: 60px;
  }

  .jess-mathas-logo-wrap {
    justify-content: flex-end;
    align-items: center;
    padding-right: 0;
  }

  .nav-block {
    top: -80px;
  }

  .nav-block.services {
    top: 40px;
  }

  .nav-block.about, .nav-block.contact, .nav-block.testimonial {
    top: -80px;
  }

  .testimonials-section {
    width: 100%;
    margin-left: 0%;
    padding: 60px;
  }
}

@media screen and (max-width: 767px) {
  .content-wrapper.intro-text {
    padding-top: 5vh;
  }

  .content-wrapper-inner-50 {
    width: 80%;
  }

  .quick-stack {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .section-wrapper-expanded {
    padding-top: 40px;
  }

  .content-wrapper-inner-40 {
    width: 90%;
  }

  .service-img-wrap {
    height: 80vh;
    min-height: auto;
    margin-right: 45px;
  }

  .image-10 {
    max-width: 40%;
  }

  .text-block-4.mobile {
    display: none;
  }

  .text-block-7 {
    font-size: 70px;
  }

  .slider {
    background-color: #ddd0;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .div-block-35 {
    justify-content: center;
    align-items: flex-end;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .slide {
    background-color: #0000;
    background-image: none;
  }

  .slide-2 {
    background-image: none;
  }

  .nav-link, .nav-link-2 {
    padding-right: 40px;
  }

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

  .services-content-wrapper {
    width: 90%;
    padding-top: 19px;
  }

  .service-img {
    height: auto;
  }

  .div-block-36 {
    grid-template-columns: 1fr;
  }

  .about-content-wrap {
    width: 90%;
  }

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

  .slide-4, .slide-5 {
    background-image: none;
  }

  .ethos-paragraph.heading {
    font-size: 70px;
  }

  .quick-stack-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

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

@media screen and (max-width: 479px) {
  .jess-rich h1 {
    font-size: 60px;
  }

  .jess-rich h2 {
    font-size: 24px;
  }

  .jess-rich h6 {
    text-align: center;
    letter-spacing: 5px;
    font-size: 2.2vw;
  }

  .section-wrapper {
    width: 100%;
    margin-bottom: 66px;
    margin-left: 0%;
  }

  .section-wrapper.footer {
    overflow: hidden;
  }

  .content-wrapper {
    text-align: left;
  }

  .content-wrapper.intro-text {
    padding-top: 3vh;
  }

  .content-wrapper-inner-50 {
    width: 100%;
    padding-bottom: 30px;
  }

  .image {
    margin-top: 20px;
    margin-left: 0;
  }

  .btn1 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 27px;
  }

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

  .div-block-7, .div-block-8 {
    justify-content: center;
    align-items: center;
  }

  .btn2 {
    width: auto;
  }

  .btn-image-2 {
    max-width: 4%;
  }

  .section-wrapper-expanded {
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden;
  }

  .div-block-14, .content-wrapper-inner-40, .content-wrapper-inner-40.services {
    width: 100%;
  }

  .service-img-wrap {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 40vh;
    margin-right: 0;
    padding-left: 16px;
  }

  .text-block-2 {
    font-size: 15px;
  }

  .text-span {
    font-size: 12px;
  }

  .text-block-4 {
    display: none;
  }

  .text-block-4.mobile {
    display: block;
  }

  .image-12.arrow-about {
    max-width: 20%;
  }

  .div-block-19.services-text-div {
    margin-bottom: 0;
  }

  .text-block-7 {
    font-size: 48px;
  }

  .div-block-20 {
    padding-top: 20px;
  }

  .text-block-8 {
    font-size: 48px;
  }

  .text-block-8.yestimonials {
    font-size: 42px;
  }

  .slide {
    background-position: 50%;
    background-size: contain;
  }

  .brand {
    width: 25%;
  }

  .container {
    padding-left: 20px;
  }

  .image-9-copy {
    position: relative;
  }

  .ethos-section {
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .content-wrapper-ethos {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
  }

  .content-wrapper-right {
    text-align: left;
  }

  .services-content-wrapper {
    flex-flow: column;
    width: 100%;
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .service-img {
    object-fit: scale-down;
    max-height: 100%;
    top: 0;
    bottom: 0;
  }

  .services-section {
    height: 500vh;
  }

  .services-section-colour {
    margin-bottom: -75vh;
    overflow: hidden;
  }

  .about-content-wrap {
    width: 100%;
  }

  .contact-section {
    width: 100%;
    margin-bottom: 66px;
    margin-left: 0%;
    padding: 30px;
    overflow: hidden;
  }

  .landing-section {
    padding: 30px;
    overflow: hidden;
  }

  .jess-mathas-logo-wrap {
    text-align: left;
    padding-right: 0;
  }

  .ethos-paragraph.heading {
    font-size: 48px;
  }

  .testimonials-section {
    width: 100%;
    margin-bottom: 66px;
    margin-left: 0%;
    padding: 30px;
    overflow: hidden;
  }

  .h1-green {
    font-size: 26px;
  }

  .goo-text {
    display: none;
  }

  .goo-text.mobile {
    display: block;
  }
}

#w-node-_8bc823f9-648c-234c-e116-ea93ccfe4b25-eaf46d22, #w-node-_3038b2cb-50d7-35c7-7117-d3ac26f305ab-eaf46d22 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_3038b2cb-50d7-35c7-7117-d3ac26f305ab-eaf46d22 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_3038b2cb-50d7-35c7-7117-d3ac26f305b0-eaf46d22 {
    order: 9999;
    grid-row: span 3 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8bc823f9-648c-234c-e116-ea93ccfe4b25-eaf46d22 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3038b2cb-50d7-35c7-7117-d3ac26f305ab-eaf46d22 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3038b2cb-50d7-35c7-7117-d3ac26f305b0-eaf46d22 {
    grid-row: span 3 / span 3;
  }
}


