body {
  font-family: Vollkorn, serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
}

h2 {
  margin: 10px 0px;
  font-family: sophisto, sans-serif;
  color: #419aca;
  font-size: 23px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

h3 {
  margin: 0px 0px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

h4 {
  margin: 10px 0px;
  font-family: sophisto, sans-serif;
  color: #419aca;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-align: left;
}

h5 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
}

h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: unit, sans-serif;
  color: #419aca;
  font-size: 18px;
  line-height: 22px;
  font-weight: 200;
  text-align: left;
}

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

li {
  padding-top: 2px;
  padding-bottom: 2px;
}

strong {
  font-family: sophisto, sans-serif;
  color: #419aca;
  font-size: 16px;
  font-weight: 700;
}

.button {
  display: inline-block;
  padding: 15px 33px;
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: #47474f;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: sophisto, sans-serif;
  color: #47474f;
  font-size: 19px;
  font-style: italic;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

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

.button.form {
  margin-top: 23px;
  margin-bottom: 24px;
  padding-right: 54px;
  padding-left: 54px;
  border-width: 1px 1px 2px;
  border-color: #7ec4bd;
  color: #7ec4bd;
}

.button.form:hover {
  background-color: rgba(126, 196, 189, 0.34);
}

.header {
  width: 50px;
  height: 100vh;
  padding: 98px 10px;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  color: #fff;
  text-align: center;
}

.header.project-page {
  padding-top: 77px;
  padding-bottom: 77px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(100, 209, 198, 0.55)), to(rgba(100, 209, 198, 0.55))), url('../images/lake.jpg');
  background-image: linear-gradient(180deg, rgba(100, 209, 198, 0.55), rgba(100, 209, 198, 0.55)), url('../images/lake.jpg');
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 11;
  padding-top: 18px;
  padding-bottom: 18px;
  background-color: transparent;
}

.nav-link {
  display: block;
  margin-top: 15px;
  margin-left: 34px;
  padding: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 2px solid transparent;
  font-family: sophisto, sans-serif;
  color: #404040;
  font-size: 14px;
  font-weight: 100;
  text-transform: uppercase;
}

.nav-link:hover {
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #7cb460;
  color: #f5f5f5;
  text-decoration: none;
}

.nav-link:active {
  color: #404040;
}

.nav-link:focus {
  border: 1px none #000;
  color: #404040;
}

.nav-link:visited {
  color: #404040;
}

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

.nav-link.w--current:visited {
  color: #000;
}

.logo-title {
  margin-top: 13px;
  float: left;
  font-family: ardoise-std;
  font-size: 22px;
  font-weight: 100;
  text-transform: uppercase;
}

.logo-img {
  margin-right: 0px;
  float: left;
}

.logo-img:hover {
  -webkit-filter: invert(1000%) brightness(2000%) saturate(200%);
  filter: invert(1000%) brightness(2000%) saturate(200%);
}

.brand-block {
  left: auto;
  margin-left: 0px;
}

.brand-block.w--current {
  cursor: pointer;
}

.main-heading {
  margin-top: 7px;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  line-height: 55px;
  font-weight: 400;
  text-transform: uppercase;
}

.divider {
  display: block;
  width: 80px;
  height: 2px;
  margin: 28px auto;
  background-color: #fff;
}

.divider.grey {
  margin-bottom: 43px;
  background-color: rgba(0, 0, 0, 0.09);
}

.main-subtitle {
  font-family: Vollkorn, serif;
  color: hsla(0, 0%, 100%, 0.81);
  font-size: 18px;
  font-style: italic;
}

.about-section {
  display: block;
  padding-bottom: 43px;
  background-color: transparent;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.about-text {
  width: 50vw;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  font-family: unit, sans-serif;
  color: #419aca;
  font-size: 18px;
  line-height: 25px;
  text-align: left;
}

.about-text.none {
  padding-right: 0px;
  padding-left: 0px;
}

.x-icon {
  margin-top: -26px;
  margin-bottom: 34px;
}

.section {
  padding-top: 69px;
  padding-bottom: 69px;
  background-color: #cdedff;
  text-align: center;
}

.section.grey {
  background-color: #f5f5f5;
}

.section.contact {
  background-color: transparent;
  font-family: Vollkorn, serif;
}

.section.footer {
  background-color: #000;
}

.section.margin {
  padding-top: 200px;
}

.grey-icon-wrapper {
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f5f5f5;
}

.project-wrapper {
  position: relative;
  bottom: 0px;
  display: block;
  -webkit-transition: bottom 300ms ease;
  transition: bottom 300ms ease;
  color: #333;
  text-decoration: none;
}

.project-wrapper:hover {
  bottom: 8px;
}

.team-image {
  margin-bottom: 21px;
  border-radius: 100%;
  cursor: pointer;
}

.role {
  margin-bottom: 16px;
  font-family: Vollkorn, serif;
  color: #419aca;
  font-size: 17px;
  font-style: italic;
}

.social-link {
  width: 29px;
  height: 29px;
  margin: 3px;
  padding-top: 5px;
  padding-left: 1px;
  border-radius: 100%;
  background-color: #f5f5f5;
  box-shadow: inset 0 0 0 1px transparent;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
}

.social-link:hover {
  box-shadow: inset 0 0 0 2px #7ec4bd;
}

.team-title {
  margin-bottom: 7px;
  color: #419aca;
}

.testimonial-slider {
  height: auto;
  background-color: transparent;
}

.quote-icon {
  margin-bottom: 37px;
}

.arrow {
  width: 40px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #e3e3e3;
  font-size: 30px;
}

.arrow:hover {
  color: #333;
}

.testimonial-slide {
  width: 50%;
  padding: 30px 34px 29px;
  text-align: center;
}

.testimonial-slide.left-border {
  border-left: 2px solid rgba(0, 0, 0, 0.04);
}

.mask {
  display: block;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}

.team-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.testimonial {
  margin-bottom: 22px;
  font-size: 26px;
  line-height: 33px;
}

.from {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #ababab;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.icon-wrapper {
  height: 95px;
  margin-bottom: 10px;
  padding-top: 13px;
}

.icon-wrapper._2 {
  padding-top: 20px;
}

.footer-logo {
  margin-bottom: 15px;
  opacity: 0.4;
}

.contact-text {
  color: #419aca;
  font-size: 17px;
  text-align: center;
}

.contact-text.white {
  font-family: unit, sans-serif;
  color: #f5f5f5;
}

.link {
  color: #419aca;
}

.social-wrapper {
  display: block;
  margin-bottom: 11px;
  margin-left: 33%;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  text-align: left;
  text-decoration: none;
}

.social-wrapper:hover {
  opacity: 0.43;
}

.footer-text {
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: unit, sans-serif;
  color: #f5f5f5;
  font-size: 16px;
  font-weight: 100;
  text-align: center;
  text-decoration: none;
}

.social-link-text {
  display: inline-block;
}

.social-icon {
  margin-top: -6px;
  margin-right: 9px;
}

.field {
  height: 57px;
  margin-bottom: 0px;
  padding-top: 17px;
  padding-bottom: 17px;
  border: 0px solid #000;
  background-color: hsla(0, 0%, 100%, 0.2);
  box-shadow: inset 3px 0 0 0 transparent;
  color: #7ec4bd;
  font-size: 18px;
  font-style: italic;
}

.field:focus {
  box-shadow: inset 3px 0 0 0 #7ec4bd;
}

.field.large {
  height: 127px;
}

.field.darker {
  background-color: hsla(0, 0%, 100%, 0.18);
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
}

.form-wrapper {
  padding-right: 20%;
  padding-left: 20%;
}

.success-message {
  padding-top: 82px;
  padding-bottom: 82px;
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: #7ec4bd;
  background-color: transparent;
  color: #7ec4bd;
}

.project-info {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}

.project-title {
  margin-bottom: 4px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -20px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grow-row {
  margin-bottom: 42px;
}

.screenshot {
  margin-bottom: 43px;
}

.face {
  margin-bottom: 10px;
  border-radius: 100%;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.margins {
  padding-top: 0px;
  padding-bottom: 74px;
}

.image {
  display: block;
}

.image-2 {
  display: block;
  height: 100vh;
}

.container-2 {
  height: 70vh;
}

.div-block {
  width: 0vw;
  height: 0vh;
}

.hero-section {
  position: relative;
  top: 0px;
  bottom: 0px;
  display: block;
  overflow: hidden;
  height: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 0px;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 3;
  overflow: visible;
  width: 100vw;
  margin-top: 0px;
}

.image-4 {
  position: absolute;
  z-index: 2;
  overflow: visible;
}

.image-5 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  display: block;
  overflow: visible;
  width: 100vw;
}

.hero-div {
  display: block;
  overflow: hidden;
  width: 100vw;
  height: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px none #000;
  border-radius: 0px;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-3.margin {
  margin-bottom: 100px;
}

.he {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 45%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: sophisto, sans-serif;
  color: #f5f5f5;
  font-size: 40px;
  font-weight: 100;
}

.he._1 {
  top: 50%;
  font-family: unit, sans-serif;
  font-size: 30px;
  font-weight: 100;
}

.paragraph {
  text-align: left;
}

.paragraph-2 {
  text-align: left;
}

.list-item {
  width: 50vw;
  margin-right: auto;
  margin-left: auto;
  font-family: unit, sans-serif;
  color: #419aca;
  font-size: 18px;
  text-align: left;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main-header {
  font-family: sophisto, sans-serif;
  color: #419aca;
  font-weight: 700;
}

.main-header.center {
  text-align: left;
}

.main-header.margin {
  margin-bottom: 40px;
}

.body {
  background-color: #cdedff;
}

.text-block {
  position: -webkit-sticky;
  position: sticky;
  top: 214px;
  z-index: 6;
}

.div-block-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9;
  overflow: visible;
  width: 100vw;
  height: 100px;
  background-color: transparent;
}

.div-block-2.lower {
  z-index: 2;
}

.blue-arch {
  display: block;
  overflow: visible;
  width: 200vw;
  height: auto;
  max-height: 200%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

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

.container-5.middle {
  padding-bottom: 63px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-3 {
  width: 15vw;
  margin-right: auto;
  margin-left: auto;
}

.rich-text {
  width: 50vw;
  margin-right: auto;
  margin-bottom: 76px;
  margin-left: auto;
  font-family: sophisto, sans-serif;
  color: #419aca;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
}

.rich-text-block {
  width: 50vw;
  margin-right: auto;
  margin-bottom: 77px;
  margin-left: auto;
  font-family: sophisto, sans-serif;
  color: #419aca;
  font-size: 20px;
}

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

.columns {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer {
  height: auto;
  background-color: #419aca;
}

.heading3 {
  display: block;
  margin-bottom: 38px;
  padding-bottom: 0px;
  font-size: 18px;
}

.dateschutz {
  margin-top: 66px;
}

.footer-date {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  background-color: #419aca;
}

.body-2 {
  background-color: #419aca;
}

.image-6 {
  margin-top: 15px;
  margin-left: 34px;
  border: 1px none #000;
  text-decoration: none;
  cursor: pointer;
}

.image-6:hover {
  -webkit-filter: brightness(1000%);
  filter: brightness(1000%);
}

.image-7 {
  width: 20vw;
}

.image-8 {
  width: 60vw;
}

.bold-text {
  font-size: 18px;
}

.mobile-hero {
  display: none;
}

.tablet-hero {
  display: none;
}

.link-2 {
  color: #f5f5f5;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0px auto;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-link:hover {
    border-bottom-color: transparent;
  }
  .logo-img {
    display: none;
  }
  .brand-block.w--current {
    display: none;
  }
  .main-heading {
    font-size: 38px;
    line-height: 44px;
  }
  .about-text {
    width: 70vw;
  }
  .project-wrapper:hover {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  .social-wrapper {
    margin-left: 30%;
  }
  .menu-button {
    width: auto;
    margin-top: 7px;
    padding: 10px;
    font-size: 32px;
    line-height: 50px;
  }
  .menu-button.w--open {
    z-index: 10000;
    background-color: transparent;
    color: #7ec4bd;
  }
  .nav-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 2000;
    display: block;
    height: 100vh;
    max-height: 100%;
    margin-top: 0px;
    padding-top: 59px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #419aca;
  }
  .hero-section {
    height: auto;
  }
  .image-5 {
    height: auto;
  }
  .hero-div {
    height: auto;
  }
  .list-item {
    width: 70vw;
  }
  .link-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .icon {
    width: auto;
    -webkit-filter: brightness(1000%);
    filter: brightness(1000%);
    -o-object-fit: fill;
    object-fit: fill;
  }
  .container-6 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mobile-hero {
    display: none;
  }
  .tablet-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .image-11 {
    width: 50vw;
  }
  .container-8 {
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 52px auto 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
  }
  .logo-title {
    margin-top: 6px;
  }
  .logo-img {
    width: 50px;
  }
  .brand-block.w--current {
    display: none;
  }
  .about-section {
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
  }
  .about-text {
    width: 70vw;
  }
  .x-icon {
    margin-bottom: 21px;
  }
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .grey-icon-wrapper {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .grey-icon-wrapper.push-top {
    margin-top: 30px;
  }
  .testimonial-slide {
    width: 100%;
  }
  .testimonial-slide.left-border {
    border-left-width: 0px;
  }
  .icon-wrapper {
    height: 85px;
  }
  .icon-wrapper._2 {
    margin-top: 37px;
  }
  .social-wrapper {
    margin-left: 0%;
    text-align: center;
  }
  .form-wrapper {
    padding-right: 10%;
    padding-left: 10%;
  }
  .menu-button {
    margin-top: 0px;
  }
  .menu-button.w--open {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    background-color: #419aca;
  }
  .nav-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: auto;
    margin-top: 0px;
    padding-bottom: 0px;
    background-color: #419aca;
  }
  .member {
    padding-bottom: 47px;
  }
  .grow-row {
    margin-bottom: 0px;
  }
  .screenshot {
    width: 90%;
  }
  .list-item {
    width: 70vw;
  }
  .div-block-2 {
    z-index: 2;
  }
  .div-block-2.lower {
    z-index: 1;
  }
  .container-6 {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }
  .image-9 {
    position: absolute;
  }
  .image-10 {
    width: 60vw;
    margin-right: auto;
    margin-left: auto;
  }
  .container-7 {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    margin-bottom: 40px;
  }
  .mobile-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .tablet-hero {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .main-heading {
    font-size: 34px;
    line-height: 38px;
  }
  .grey-icon-wrapper {
    display: block;
  }
  .team-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form-wrapper {
    padding-right: 5%;
    padding-left: 5%;
  }
  .member {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .image-10 {
    width: 90vw;
  }
}

