:root {
  --medium-aquamarine: #7ec4bd;
  --medium-aquamarine-2: #7ec4bd;
  --white-smoke: whitesmoke;
}

.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;
}

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

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

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

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

h2 {
  text-align: center;
  text-transform: uppercase;
  margin: 10px 0;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 36px;
}

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

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

h5 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

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

p {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Vollkorn, serif;
  font-size: 15px;
  line-height: 22px;
}

.button {
  color: #47474f;
  text-align: center;
  background-color: #0000;
  border: 1px solid #47474f;
  border-bottom-width: 2px;
  padding: 15px 33px;
  font-family: Vollkorn, serif;
  font-size: 19px;
  font-style: italic;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

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

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

.button.form:hover {
  background-color: #7ec4bd57;
}

.header {
  color: #fff;
  text-align: center;
  padding: 98px 10px;
}

.header.project-page {
  background-image: linear-gradient(#64d1c68c, #64d1c68c), url('../images/lake.jpg');
  padding-top: 77px;
  padding-bottom: 77px;
}

.navbar {
  background-color: #fff;
  padding-top: 18px;
  padding-bottom: 18px;
}

.nav-link {
  color: #404040;
  text-transform: uppercase;
  border-bottom: 2px solid #0000;
  margin-top: 23px;
  margin-left: 34px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  transition: border-color .3s;
}

.nav-link:hover {
  border-bottom-color: #7ec4bd;
}

.logo-title {
  float: left;
  text-transform: uppercase;
  margin-top: 13px;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

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

.main-heading {
  color: #000;
  text-transform: uppercase;
  margin-top: 7px;
  font-family: Open Sans, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 55px;
}

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

.divider.grey {
  background-color: #00000017;
  margin-bottom: 43px;
}

.main-subtitle {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-style: italic;
}

.about-section {
  text-align: center;
  background-color: #fefec9;
  padding-bottom: 61px;
}

.about-text {
  color: #47474f;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 25px;
}

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

.section {
  text-align: center;
  padding-top: 69px;
  padding-bottom: 0;
}

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

.section.contact {
  background-color: #7ec4bd;
  background-image: linear-gradient(#7ec4bdde, #7ec4bd), url('../images/footer-bg.jpg');
  background-size: auto, cover;
  font-family: Vollkorn, serif;
}

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

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

.project-wrapper {
  color: #333;
  text-decoration: none;
  transition: bottom .3s;
  display: block;
  position: relative;
  bottom: 0;
}

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

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

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

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

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

.team-title {
  margin-bottom: 7px;
}

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

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

.arrow {
  color: #e3e3e3;
  width: 40px;
  font-size: 30px;
  transition: color .3s;
}

.arrow:hover {
  color: #333;
}

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

.testimonial-slide.left-border {
  border-left: 2px solid #0000000a;
}

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

.team-row {
  margin-bottom: 20px;
}

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

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

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

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

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

.contact-text {
  color: #212121;
  font-size: 17px;
}

.link {
  color: #1c1c1c;
}

.social-wrapper {
  text-align: left;
  margin-bottom: 11px;
  margin-left: 33%;
  text-decoration: none;
  transition: opacity .3s;
  display: block;
}

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

.footer-text {
  color: #fff6;
}

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

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

.field {
  color: #7ec4bd;
  background-color: #fff3;
  border: 0 solid #000;
  height: 57px;
  margin-bottom: 0;
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 18px;
  font-style: italic;
  box-shadow: inset 3px 0 #0000;
}

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

.field.large {
  height: 127px;
}

.field.darker {
  background-color: #ffffff2e;
  transition: box-shadow .3s;
}

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

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

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

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

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

.screenshot {
  margin-bottom: 43px;
}

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

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  padding-top: 36px;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  flex-flow: row-reverse;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-menu-three {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  margin-left: 60px;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  background-image: linear-gradient(90deg, #007cc2, #85c225);
  border-radius: 10px;
  margin-top: 5px;
  padding: 12px 25px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

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

.button-primary:active {
  background-color: #43464d;
}

.text-block {
  color: #000;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 40px;
}

.image {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.image-2 {
  perspective: none;
  perspective-origin: 50%;
  transform-origin: 50%;
  border: 1px #000;
  border-radius: 0;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  line-height: 50px;
  display: inline-block;
  transform: none;
}

.heading {
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.text-span {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #007cc3, #85c226);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-block-2 {
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#007cc3, #85c226);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 125px;
  margin-bottom: 100px;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
}

.text-block-3 {
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  display: block;
}

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.image-3 {
  height: 150px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
}

.text-block-4 {
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

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

.bold-text-2 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-size: 23px;
  font-weight: 700;
}

.bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7 {
  text-transform: uppercase;
  font-size: 23px;
  font-weight: 700;
}

.italic-text {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.text-block-5 {
  text-align: center;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#007cc3, #85c226);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 75px;
  margin-bottom: 75px;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
}

.image-4 {
  text-align: left;
  display: inline-block;
}

.image-5 {
  width: auto;
  margin-left: 50px;
  display: inline-block;
}

.container-3 {
  flex-flow: column-reverse;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 50px;
  display: flex;
}

.image-6 {
  margin-top: 75px;
  padding-top: 0;
}

.container-4 {
  background-image: url('../images/Container-MTLCD.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 350px 500px;
  border: 1px #007cc3;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 350px;
  height: 500px;
  margin: 105px 50px -1px 0;
  display: flex;
}

.section-2 {
  justify-content: center;
  margin-top: 100px;
  display: flex;
}

.image-7 {
  border-radius: 20px;
  width: 121px;
  height: 200px;
  margin-top: 30px;
  margin-bottom: 0;
}

.container-5 {
  background-image: url('../images/Container-MTLCD-inverse.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 350px 500px;
  border: 1px #85c226;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 350px;
  height: 500px;
  margin: 1px 50px 103px 0;
  display: flex;
}

.image-8 {
  border: 1px #000;
  border-radius: 20px;
  width: 118px;
  height: 200px;
  margin-top: 30px;
  margin-bottom: 0;
}

.text-block-6 {
  margin: 40px 20px 50px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.text-span-2 {
  text-transform: uppercase;
  font-size: 23px;
  font-weight: 700;
}

.text-block-7 {
  margin: 40px 20px 50px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
}

.text-span-3 {
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 23px;
  font-weight: 700;
}

.container-6 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.button-2 {
  text-transform: uppercase;
  background-image: linear-gradient(#007cc3, #85c226);
  border-radius: 10px;
  margin-top: 20px;
  padding: 15px 25px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.section-3 {
  display: block;
}

.container-7 {
  justify-content: center;
  display: block;
}

.background-video {
  width: auto;
  height: auto;
  display: block;
}

.background-video-2 {
  margin-top: 50px;
}

.text-block-8 {
  text-align: center;
  text-transform: uppercase;
  background-image: url('../images/rectangle-arrondi.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 23px;
  font-weight: 700;
  display: flex;
}

.container-8 {
  flex-direction: row;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.container-9, .container-10, .container-11 {
  align-items: center;
  display: flex;
}

.text-block-9 {
  text-align: center;
  text-transform: uppercase;
  background-image: url('../images/rectangle-arrondi.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  font-family: Open Sans, sans-serif;
  font-size: 23px;
  font-weight: 700;
  display: flex;
}

.text-block-10, .text-block-11 {
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.text-block-12 {
  text-transform: uppercase;
  background-image: url('../images/rectangle-arrondi.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  font-family: Open Sans, sans-serif;
  font-size: 23px;
  font-weight: 700;
  display: flex;
}

.text-block-13 {
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.container-12 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.container-13 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block-14 {
  font-family: Open Sans, sans-serif;
  font-size: 15px;
}

.text-span-4 {
  text-transform: uppercase;
  font-size: 23px;
  font-weight: 700;
}

.image-9 {
  border-radius: 10px;
  margin-bottom: 5px;
}

.text-block-15 {
  color: #a3a3a3;
  text-transform: uppercase;
  height: 50px;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.container-14 {
  background-image: url('../images/check.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 275px;
  height: auto;
}

.container-15 {
  justify-content: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.container-16 {
  justify-content: center;
  display: flex;
}

.container-17 {
  justify-content: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.text-block-16 {
  margin-left: 0;
  margin-right: 150px;
}

.section-4 {
  font-family: Open Sans, sans-serif;
  font-size: 15px;
}

.text-span-5, .text-span-6 {
  text-align: left;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
}

.text-span-7, .text-span-8, .text-span-9, .text-span-10 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
}

.text-block-17 {
  margin-bottom: 0;
  margin-left: 150px;
  margin-right: 50px;
  padding-left: 0;
}

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

.text-block-19 {
  margin-left: 100px;
  margin-right: 50px;
}

.text-block-20 {
  margin-left: 100px;
  margin-right: 50px;
  padding-right: 0;
}

.text-block-21 {
  margin-left: 200px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.heading-2 {
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.field-label-2 {
  font-family: Open Sans, sans-serif;
  font-size: 15px;
}

.submit-button {
  text-transform: uppercase;
  background-image: linear-gradient(to right, #007cc3, #85c226);
  border-radius: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.heading-3 {
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.text-block-22 {
  font-family: Open Sans, sans-serif;
  font-size: 15px;
}

.container-19 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: auto;
  display: flex;
}

.text-span-11, .text-span-12 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #007cc3, #85c226);
  -webkit-background-clip: text;
  background-clip: text;
}

.image-10 {
  border: 1px #85c226;
  border-radius: 5px;
  width: auto;
  margin-top: 70px;
  margin-left: 50px;
  margin-right: 0;
}

.container-20 {
  flex: 0 auto;
  display: block;
}

.image-11 {
  width: 100px;
  margin: 213px 0 5px 50px;
}

.container-21 {
  flex-direction: column;
  margin-left: 50px;
  margin-right: 0;
  display: flex;
}

.button-3 {
  color: #096;
  background-color: #3898ec00;
  margin-bottom: 10px;
  padding: 0;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 700;
  text-decoration: underline;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.container-22 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two {
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
  font-family: Open Sans, sans-serif;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.link-2 {
  color: #000;
  margin-top: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  text-decoration: none;
}

.heading-4 {
  font-family: Open Sans, sans-serif;
  font-size: 50px;
  font-weight: 800;
}

.heading-5 {
  text-align: center;
  text-transform: none;
  font-family: Open Sans, sans-serif;
}

.link-3 {
  margin-top: 5px;
  font-family: Open Sans, sans-serif;
}

.text-block-23 {
  text-align: center;
  margin-top: -18px;
  font-family: Open Sans, sans-serif;
  font-size: 35px;
  font-weight: 700;
  text-decoration: none;
}

.link-4 {
  color: #000;
  margin-top: 3px;
  margin-bottom: 8px;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
}

.container-23 {
  margin-top: -35px;
}

.text-block-24 {
  font-family: Open Sans, sans-serif;
}

.link-5 {
  font-weight: 700;
  text-decoration: none;
}

.heading-6 {
  text-align: left;
  font-family: Open Sans, sans-serif;
}

.container-24 {
  align-items: center;
  margin-right: 3px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.text-block-25 {
  margin-right: 15px;
  font-family: Open Sans, sans-serif;
}

.text-span-13 {
  text-transform: none;
  font-weight: 700;
}

.image-12 {
  border-radius: 15px;
  margin-right: 10px;
}

.paragraph {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-13 {
  width: 750px;
  height: 125px;
}

.container-25 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-top: 40px;
  display: flex;
}

.italic-text-2 {
  color: #000;
  font-family: Open Sans, sans-serif;
}

.paragraph-2, .paragraph-3, .paragraph-4 {
  color: #000;
  text-align: justify;
  margin-bottom: 60px;
  margin-left: 40px;
  margin-right: 40px;
  font-family: Open Sans, sans-serif;
}

.paragraph-5 {
  color: #000;
  text-align: justify;
  margin-left: 15px;
  font-family: Open Sans, sans-serif;
}

.paragraph-6 {
  color: #000;
  text-align: justify;
  margin-bottom: 5px;
  margin-left: 15px;
  margin-right: 0;
  font-family: Open Sans, sans-serif;
}

.paragraph-7 {
  color: #000;
  text-align: justify;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 15px;
  font-family: Open Sans, sans-serif;
}

.paragraph-8 {
  color: #000;
  text-align: justify;
  margin-left: 15px;
  margin-right: 0;
  font-family: Open Sans, sans-serif;
}

.paragraph-9 {
  color: #000;
  text-align: justify;
  margin-left: 0;
  margin-right: 15px;
  font-family: Open Sans, sans-serif;
}

.paragraph-10, .paragraph-11 {
  color: #000;
  text-align: justify;
  margin-bottom: 60px;
  margin-left: 40px;
  margin-right: 40px;
  font-family: Open Sans, sans-serif;
}

.container-26 {
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.image-14 {
  margin-left: auto;
}

.paragraph-12 {
  color: #000;
  text-align: justify;
  margin-bottom: 60px;
  margin-left: 40px;
  margin-right: 40px;
  font-family: Open Sans, sans-serif;
}

.container-27 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  margin-bottom: 60px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.container-28 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-bottom: 60px;
  margin-left: 0;
  margin-right: 40px;
  display: flex;
}

.bold-text-8 {
  color: #000;
}

.container-29 {
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-bottom: 60px;
  margin-left: 0;
  margin-right: 40px;
  display: flex;
}

.container-30 {
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-bottom: 60px;
  margin-left: 40px;
  margin-right: 0;
  display: flex;
}

.container-31 {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.container-32 {
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-bottom: 60px;
  margin-left: 40px;
  margin-right: 0;
  display: flex;
}

.container-33, .container-34 {
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-bottom: 60px;
  display: flex;
}

.paragraph-13 {
  margin-left: 15px;
  font-family: Open Sans, sans-serif;
}

.container-35 {
  text-align: justify;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.container-36 {
  background-image: linear-gradient(90deg, #007cc2, #85c225 50%, #007cc2);
  border-radius: 10px;
}

.image-15 {
  border-radius: 10px;
  padding: 5px;
  box-shadow: 0 4px 5px 1px #0003;
}

.image-16 {
  opacity: 1;
  border-radius: 15px;
  box-shadow: inset 0 0 5px 3px #fff;
}

.container-37 {
  background-image: linear-gradient(90deg, #007cc2, #85c225 50%, #007cc2);
  border-radius: 15px;
  padding: 6px;
  box-shadow: 0 4px 5px 1px #0003;
}

.italic-text-3 {
  font-size: 13px;
}

.container-38 {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
}

.image-17 {
  margin: 0;
}

.image-18 {
  background-image: linear-gradient(90deg, #007cc2, #85c225);
  border-radius: 0 10px 10px 0;
  padding: 5px 5px 5px 0;
  box-shadow: -3px 4px 5px 1px #0003;
}

.image-19 {
  background-image: linear-gradient(270deg, #007cc2, #85c225);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 5px 0 5px 5px;
  box-shadow: 3px 4px 5px 1px #0003;
}

.image-20 {
  background-image: linear-gradient(270deg, #85c225, #007cc2);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
  box-shadow: -3px 4px 5px 1px #0003;
}

.image-21 {
  background-image: linear-gradient(270deg, #007cc2, #85c225);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  max-height: 100%;
  margin-right: -1px;
  padding: 5px 0 5px 5px;
  box-shadow: 3px 4px 5px 1px #0003;
}

.container-39 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  display: flex;
}

.paragraph-14 {
  color: #000;
  text-align: center;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 10px;
  font-weight: 800;
  line-height: 15px;
}

.container-42 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  display: flex;
}

.container-43 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-6, .link-6.w--current {
  color: #000;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 100px;
  font-weight: 800;
  line-height: 100px;
  text-decoration: none;
}

.paragraph-15 {
  color: #000;
  text-align: center;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
}

.link-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.paragraph-16 {
  color: #000;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 11px;
  font-weight: 800;
  line-height: 15px;
}

.image-23 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.text-span-14 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(270deg, #85c225, #007cc2);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-span-15 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(270deg, #007cc2, #85c225);
  -webkit-background-clip: text;
  background-clip: text;
}

.link-block-2 {
  color: #000;
  margin-top: -35px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

.link-block-3 {
  color: #000;
  margin-top: -35px;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
}

.link-7 {
  font-family: Open Sans, sans-serif;
}

@media screen and (max-width: 991px) {
  .nav-link {
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link:hover {
    border-bottom-color: #0000;
  }

  .main-heading {
    font-size: 38px;
    line-height: 44px;
  }

  .project-wrapper:hover {
    transform: translate(0);
  }

  .social-wrapper {
    margin-left: 30%;
  }

  .menu-button {
    margin-top: 7px;
    padding: 10px;
    font-size: 32px;
  }

  .menu-button.w--open {
    color: #7ec4bd;
    background-color: #0000;
  }

  .nav-menu {
    background-color: #f5f5f5;
  }

  .navbar-logo-center-container.shadow-three {
    position: static;
  }

  .container {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    place-content: flex-end space-between;
    align-items: center;
    margin-top: 0;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .button-primary {
    margin-top: -125px;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .image {
    margin-left: 0;
  }

  .container-3 {
    margin-right: 0;
  }

  .container-8 {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin-left: 220px;
    margin-right: 0;
  }

  .container-13 {
    margin-left: -200px;
    margin-right: 0;
  }

  .text-block-14 {
    margin-left: 0;
  }

  .text-block-16 {
    margin-right: 125px;
  }

  .text-block-17 {
    margin-left: 100px;
    margin-right: auto;
  }

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

  .text-block-19, .text-block-20 {
    margin-left: 50px;
    margin-right: auto;
  }

  .text-block-21 {
    margin-left: 175px;
  }

  .container-18 {
    margin-left: 0;
    margin-right: 100px;
  }

  .container-22 {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-flow: column-reverse wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .container-35 {
    margin-left: auto;
  }

  .container-40 {
    display: flex;
  }

  .container-41 {
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-42 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .container-43 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
}

@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;
  }

  .about-section {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .x-icon {
    margin-bottom: 21px;
  }

  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .grey-icon-wrapper {
    margin-bottom: 16px;
    padding: 34px 56px;
    display: inline-block;
  }

  .grey-icon-wrapper.push-top {
    margin-top: 30px;
  }

  .testimonial-slide {
    width: 100%;
  }

  .testimonial-slide.left-border {
    border-left-width: 0;
  }

  .icon-wrapper {
    height: 85px;
  }

  .icon-wrapper._2 {
    margin-top: 37px;
  }

  .social-wrapper {
    text-align: center;
    margin-left: 0%;
  }

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

  .menu-button {
    margin-top: 0;
  }

  .member {
    padding-bottom: 47px;
  }

  .grow-row {
    margin-bottom: 0;
  }

  .screenshot {
    width: 90%;
  }

  .navbar-wrapper-three {
    flex-direction: column;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    place-content: center;
    align-items: center;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .button-primary {
    margin-top: 0;
  }

  .text-block {
    margin-left: 3px;
  }

  .image {
    margin-bottom: 20px;
  }

  .image-5 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .container-4 {
    margin-top: 0;
    margin-bottom: 100px;
  }

  .section-2 {
    flex-direction: column;
  }

  .section-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .container-8 {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
  }

  .container-13 {
    margin-left: auto;
    margin-right: auto;
  }

  .container-14 {
    background-size: 200px;
  }

  .container-17 {
    justify-content: flex-end;
    align-items: stretch;
    display: flex;
  }

  .text-block-16 {
    margin-left: 5px;
    margin-right: 100px;
  }

  .text-block-17 {
    margin-left: 50px;
    margin-right: 5px;
  }

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

  .text-block-19 {
    margin-left: 5px;
    margin-right: 5px;
    padding-right: 0;
  }

  .text-block-20 {
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 0;
  }

  .text-block-21 {
    margin-left: 150px;
    margin-right: 5px;
  }

  .container-18 {
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-10 {
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .container-21 {
    align-items: center;
    margin-top: 60px;
    margin-left: 0;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .container-25 {
    margin-top: 40px;
  }

  .paragraph-5, .paragraph-6 {
    margin-left: 0;
  }

  .paragraph-7 {
    margin-right: 0;
  }

  .paragraph-8 {
    margin-left: 0;
  }

  .paragraph-9 {
    margin-right: 0;
  }

  .container-27 {
    flex-flow: column;
  }

  .container-28, .container-29 {
    flex-flow: column;
    margin-left: 40px;
  }

  .container-30, .container-32 {
    flex-flow: column;
    margin-right: 40px;
  }

  .container-35 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .image-17 {
    margin-bottom: 20px;
  }

  .image-18 {
    border-radius: 10px;
    margin-bottom: 20px;
    padding-left: 5px;
  }

  .image-19 {
    border-radius: 10px;
    margin-top: 20px;
    padding-right: 5px;
  }

  .image-20 {
    border-radius: 10px;
    margin-bottom: 20px;
    padding-left: 5px;
  }

  .image-21 {
    border-radius: 10px;
    margin-top: 20px;
    margin-right: 0;
    padding-right: 5px;
  }

  .container-42 {
    flex-flow: column;
  }

  .container-43 {
    margin-bottom: 40px;
  }

  .link-block {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .link-block.w--current {
    margin-top: 40px;
  }
}

@media screen and (max-width: 479px) {
  .main-heading {
    font-size: 34px;
    line-height: 38px;
  }

  .grey-icon-wrapper {
    display: block;
  }

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

  .navbar-logo-center-container.shadow-three {
    margin-bottom: 50px;
    padding-top: 36px;
  }

  .container {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .text-block {
    margin-left: auto;
    margin-right: auto;
    font-size: 75px;
  }

  .image {
    margin-bottom: 10px;
    margin-left: 0;
  }

  .text-block-3 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .container-2 {
    flex-direction: column;
  }

  .image-5 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .container-3 {
    margin-right: 0;
  }

  .container-4 {
    background-size: 310px 600px;
    align-items: center;
    width: 320px;
    height: 600px;
    margin-top: 60px;
    margin-bottom: 60px;
    margin-right: 0;
  }

  .container-5 {
    background-size: 310px 600px;
    width: 320px;
    height: 600px;
    margin-top: 0;
    margin-right: 0;
  }

  .text-block-6 {
    margin-left: 20px;
  }

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

  .container-13 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .container-15 {
    flex-direction: column-reverse;
    align-items: center;
  }

  .container-16 {
    flex-direction: column-reverse;
  }

  .container-17 {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .text-block-16 {
    margin-top: 140px;
    margin-right: 5px;
  }

  .text-block-17 {
    margin-bottom: 40px;
    margin-left: 5px;
  }

  .text-block-18 {
    margin-top: 40px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .text-block-19 {
    margin-top: 40px;
  }

  .text-block-20 {
    margin-bottom: 40px;
  }

  .text-block-21 {
    margin-bottom: 140px;
    margin-left: 5px;
  }

  .heading-2 {
    font-family: Open Sans, sans-serif;
    font-size: 25px;
    font-weight: 600;
  }

  .field-label {
    font-size: 15px;
  }

  .field-label-2 {
    font-family: Open Sans, sans-serif;
  }

  .submit-button {
    background-image: linear-gradient(to right, #007cc3, #85c226);
    border-radius: 10px;
  }

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

  .image-10 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-11 {
    margin-top: 60px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .container-21 {
    margin-left: 0;
  }

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

  .footer-wrapper-two {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-copyright {
    margin-bottom: 12px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .image-13 {
    width: 200px;
    height: 50px;
    margin-right: 0;
  }

  .italic-text-2 {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 14px;
  }

  .paragraph-2, .paragraph-3, .paragraph-4 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .paragraph-5 {
    margin-left: 0;
  }

  .paragraph-10, .paragraph-11, .paragraph-12, .container-27, .container-28, .container-29, .container-30, .container-32 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .container-36, .container-37 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .link-6, .link-6.w--current {
    font-size: 80px;
  }
}


