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

a {
  text-decoration: underline;
}

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  padding: 20px;
  background-color: #f4f4f4;
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -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;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-logo-link {
  display: block;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: #444;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: underline;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.body {
  font-family: Roboto, sans-serif;
}

.nav {
  position: fixed;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #16bc79;
}

.nav-menu-link {
  padding: 30px 40px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}

.nav-menu-link:hover {
  background-color: #fff;
  color: #16bc79;
}

.nav-menu-link.w--current {
  background-color: #fff;
  color: #16bc79;
}

.nav-menu-link.current {
  background-color: #fff;
  color: #16bc79;
}

.nav-sub {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.nav-sub-socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-sub-language {
  display: block;
}

.nav-sub-language--flag {
  margin-left: 5px;
}

.nav-sub-socials--icon {
  margin-right: 5px;
  opacity: 0.1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.nav-sub-socials--icon:hover {
  opacity: 0.3;
}

.asdfasdfasdf {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-bg {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -10;
  width: 50%;
  height: 100%;
  background-color: #16bc79;
}

.nav-sub-bg {
  z-index: 1;
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}

.nav-brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 120px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-menu-bg {
  position: absolute;
  right: 89%;
  width: 120px;
  height: 100%;
  background-color: #16bc79;
  -webkit-transform: skew(-45deg, 0deg);
  -ms-transform: skew(-45deg, 0deg);
  transform: skew(-45deg, 0deg);
}

.footer {
  background-color: #f9fafc;
}

.footer-info {
  padding-top: 50px;
  padding-bottom: 50px;
}

.image {
  margin-bottom: 50px;
}

.paragraph {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.container {
  border-top: 1px solid #fff;
}

.grid {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hero {
  min-height: 60vh;
  margin-bottom: 5%;
}

.hero-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
  text-align: center;
}

.hero-slide.slide2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.hero-slide-title {
  font-family: Raleway, sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.hero-scroll {
  position: absolute;
  left: 50%;
  bottom: 100px;
  height: 60px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  color: #fff;
}

.lottie-animation {
  height: 100%;
}

.lottie-animation-2 {
  height: 100%;
}

.services {
  margin-bottom: 5%;
}

.services-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block {
  width: 150px;
  height: 4px;
  background-color: #16bc79;
}

.heading {
  margin-bottom: 20px;
  text-transform: uppercase;
}

.services-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 600px;
  margin-top: 63px;
  margin-bottom: 63px;
  background-color: #7e4a4a;
  -webkit-transform: skew(0deg, -15deg);
  -ms-transform: skew(0deg, -15deg);
  transform: skew(0deg, -15deg);
}

.image-2 {
  width: 100%;
  height: 100%;
}

.services-image-child {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  height: 121%;
  max-width: none;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
  -webkit-transform: translate(-50%, -50%) skew(0deg, 15deg);
  -ms-transform: translate(-50%, -50%) skew(0deg, 15deg);
  transform: translate(-50%, -50%) skew(0deg, 15deg);
}

.services-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.services-text-column {
  margin-bottom: 15px;
}

.column {
  padding-right: 30px;
  padding-left: 0px;
}

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

.image-3 {
  opacity: 1;
}

.column-2 {
  padding-right: 0px;
  padding-left: 0px;
}

.paragraph-2 {
  font-size: 24px;
}

.google-maps {
  height: 300px;
  margin-bottom: 25px;
}

.textarea {
  min-height: 200px;
  border-radius: 4px;
}

.submit-button {
  width: 100%;
  clear: none;
  background-color: #16bc79;
}

.text-field {
  border-radius: 4px;
}

.text-field-2 {
  border-radius: 4px;
}

.form-border-radius {
  border-radius: 4px;
}

.form-border-radius.form-textarea {
  min-height: 250px;
}

.columns {
  display: block;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.map {
  height: 100%;
}

.image-4 {
  margin-top: 8px;
}

.image-5 {
  margin-top: 7px;
}

.heading-2 {
  margin-top: 0px;
}

.heading-3 {
  padding-left: 15px;
}

.paragraph-3 {
  padding-left: 15px;
}

.heading-4 {
  padding-left: 15px;
}

.paragraph-4 {
  padding-left: 15px;
}

.heading-5 {
  padding-left: 15px;
}

.paragraph-5 {
  padding-left: 15px;
}

.heading-6 {
  padding-left: 15px;
}

.paragraph-6 {
  padding-left: 15px;
}

@media screen and (max-width: 991px) {
  .nav-bg {
    display: none;
  }
  .nav-brand {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .menu-button {
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  .menu-button.w--open {
    background-color: #16bc79;
    color: #fff;
  }
  .footer {
    padding-right: 15px;
    padding-left: 15px;
  }
  .hero-slide {
    padding-right: 83px;
    padding-left: 83px;
  }
  .services {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: relative;
  }
  .nav-grid {
    text-align: center;
  }
  .services-title {
    margin-bottom: 50px;
    text-align: center;
  }
  .services-image {
    height: 200px;
    margin-top: 8px;
    margin-bottom: 8px;
    -webkit-transform: skew(0deg, -1deg);
    -ms-transform: skew(0deg, -1deg);
    transform: skew(0deg, -1deg);
  }
  .services-image-child {
    width: 100%;
    height: auto;
    -webkit-transform: translate(-50%, -50%) skew(0deg, 1deg);
    -ms-transform: translate(-50%, -50%) skew(0deg, 1deg);
    transform: translate(-50%, -50%) skew(0deg, 1deg);
  }
  .column {
    padding-right: 0px;
  }
  .grid-2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .column-4 {
    display: block;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media screen and (max-width: 479px) {
  .sticky-nav {
    padding: 0px;
  }
  .nav-grid {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }
  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }
  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }
  .hero-slide {
    padding-bottom: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 14px;
  }
  .hero-slide-title {
    font-size: 24px;
  }
  .column {
    padding-left: 0px;
  }
  .grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .column-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
}

#w-node-2859b39881e5-b39881e2 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

