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

h1 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Satoshi, sans-serif;
  color: #000;
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
}

h2 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #3b452c;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
}

h3 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #3b452c;
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #3b452c;
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #3b452c;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #3b452c;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #3b452c;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

a {
  color: #eb5f2b;
  text-decoration: underline;
}

ul {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Lato, sans-serif;
  color: #3b452c;
  font-weight: 700;
}

ol {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  font-family: Lato, sans-serif;
  color: #3b452c;
  font-size: 16px;
  line-height: 26px;
}

li {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}

img {
  display: inline-block;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

strong {
  color: #3b452c;
  font-weight: 700;
}

blockquote {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 4%;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #eb5f2b;
  background-color: #f7f7f8;
  font-family: Lato, sans-serif;
  color: #3b452c;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
}

figcaption {
  margin-top: 5px;
  margin-bottom: 20px;
  color: #3b452c;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}

.hero-containner {
  position: relative;
  top: 30%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.button {
  display: inline-block;
  width: auto;
  padding: 14px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #eb5f2b;
  background-color: #eb5f2b;
  -webkit-transition: background-color 500ms ease, border-color 500ms ease;
  transition: background-color 500ms ease, border-color 500ms ease;
  font-family: metallophile-sp8, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  border-color: #3b452c;
  background-color: #3b452c;
}

.button.side-padding {
  margin-right: 10px;
  padding: 14px 20px;
  border-style: solid;
  border-color: #eb5f2b;
  background-color: #eb5f2b;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.button.side-padding:hover {
  border-color: #3b452c;
  background-color: #3b452c;
}

.button.line {
  position: relative;
  display: none;
  padding-top: 14px;
  padding-bottom: 14px;
  border-style: solid;
  border-color: #eb5f2b;
  background-color: transparent;
  color: #eb5f2b;
}

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

.button.line.categories {
  width: 100%;
}

.button.line.categories.w--current {
  width: 100%;
  background-color: #eb5f2b;
  color: #fff;
}

.button.padding {
  margin-top: 20px;
}

.button.green {
  border-width: 0px;
  background-color: #3b452c;
}

.button.green:hover {
  background-color: #66884e;
}

.brand {
  width: auto;
  margin-top: 0px;
  margin-right: 10px;
  padding: 22px 20px 22px 10px;
  border-right: 1px solid hsla(0, 0%, 100%, 0.21);
}

.brand.w--current {
  width: 160px;
  margin-right: 0px;
  padding: 22px 20px 22px 10px;
  border-right: 1px solid hsla(0, 0%, 100%, 0.21);
}

.brand.footer {
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0px;
  border: 1px none #000;
  background-color: transparent;
}

.nav-menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-top: 0px;
  padding-right: 20px;
  padding-bottom: 0px;
  float: right;
  border-left: 1px none hsla(0, 0%, 100%, 0.21);
  border-bottom-width: 1px;
  border-bottom-color: #000;
}

.image-service-div {
  position: relative;
  width: auto;
  height: 300px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  border: 0px solid #fff;
  background-image: url('../images/TREE-SERVICES.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.06);
}

.image-service-div.stumpimage {
  background-image: url('../images/STUMP-GRINDING-SERVICE.jpg');
}

.service-title {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 0px;
  font-family: Satoshi, sans-serif;
  color: #3b452c;
  font-size: 30px;
  line-height: 40px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: none;
}

.container {
  max-width: 1200px;
}

.container.footer {
  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;
}

.container.project {
  max-width: 1000px;
}

.white-paragraph {
  margin-top: 0px;
  color: #fff;
}

.about-us-div {
  height: 480px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 2.25fr;
  grid-template-columns: 1fr 2.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: transparent;
  text-align: center;
}

.about-us-div.first {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 60px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #3b452c;
  text-align: left;
}

.about-us {
  height: auto;
  margin-top: 2%;
  background-color: transparent;
}

.color-example {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  border-radius: 300px;
  background-color: #3b452c;
}

.color-example.sixth {
  border-style: solid;
  border-width: 1px;
  border-color: #66884e;
  background-color: #f7f7f8;
}

.color-example.fourth {
  background-color: #66884e;
}

.color-example.third {
  background-color: #f1ebd5;
}

.color-example.second {
  background-color: #c9860a;
}

.colors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 200px;
  -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;
  border-style: none;
  border-width: 1px;
  border-color: #66884e;
  border-radius: 0px;
  background-color: #f7f7f8;
  color: #24336b;
}

.small-title {
  color: #020224;
}

.small-title.padding {
  margin-bottom: 60px;
  font-family: Lato, sans-serif;
  color: #3b452c;
}

.padding-paragraph {
  margin-bottom: 60px;
}

.section {
  position: relative;
  padding: 180px 20px;
  background-color: transparent;
  font-family: Satoshi, sans-serif;
  color: #151e66;
  font-weight: 500;
}

.section.gray {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2%;
  background-color: #66884e;
}

.section.gray.less-padding-top {
  margin-top: 0%;
}

.section.gray.testimonials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section.gray.team {
  display: none;
}

.section.gray.about {
  display: none;
}

.section.portfolio {
  display: none;
  padding-top: 180px;
  padding-bottom: 60px;
  background-color: #fff;
}

.section.no-padding {
  padding-top: 0px;
}

.section.no-padding.gray {
  margin-top: 2%;
}

.section.blog {
  position: relative;
  display: none;
  padding-bottom: 0px;
}

.color-text {
  padding: 5px 20px;
  border-radius: 0px;
  background-color: transparent;
  font-family: Satoshi, sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
}

.rich-text {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.rich-text.project {
  width: auto;
  margin-top: 0px;
}

.paragraph-wrapper {
  margin-bottom: 30px;
}

.gray-space {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
  -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;
  border-radius: 0px;
  background-color: #f7f7f8;
}

.gray-space.dark {
  margin-bottom: 0px;
  background-color: #3b452c;
  color: #020224;
}

.big-paragraph {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-right: 0px;
  font-family: Lato, sans-serif;
  color: #3b452c;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.big-paragraph.white {
  font-weight: 500;
}

.big-headline {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: metallophile-sp8, sans-serif;
  color: #3b452c;
  font-size: 70px;
  line-height: 80px;
  font-weight: 700;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}

.big-headline.page-header {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-family: metallophile-sp8, sans-serif;
  color: #3b452c;
  font-weight: 500;
  text-transform: uppercase;
}

.grid-scales {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.white {
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 400;
}

.tab-pane {
  padding-top: 0px;
  padding-bottom: 100px;
  padding-left: 0px;
  text-align: center;
}

.tabs-menu {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: -40px;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0px none hsla(0, 0%, 87.1%, 0.85);
  text-align: center;
}

.tab-link {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0px;
  padding: 20px 40px;
  border-style: none;
  border-width: 1px;
  border-color: #fff #000 #000;
  background-color: #fff;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.06);
  color: #000;
}

.tab-link:hover {
  border-color: #eb5f2b #ececec #eb5f2b #eb5f2b;
  border-top-style: none;
  border-right-width: 1px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-style: none;
  text-align: left;
}

.tab-link:active {
  border-bottom-width: 1px;
}

.tab-link.w--current {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0px;
  padding: 20px 40px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #eb5f2b #000;
  background-color: #fff;
  font-family: Satoshi, sans-serif;
  color: #000;
}

.tab-link.w--current:hover {
  border-style: none none solid;
  border-width: 1px;
  border-color: #eb5f2b #000;
}

.icon-div {
  display: inline-block;
  width: 70px;
  height: 70px;
  padding: 17px 10px;
  border: 1px none hsla(0, 0%, 100%, 0.45);
  -webkit-transition: background-color 500ms ease, border-color 500ms ease, opacity 500ms ease;
  transition: background-color 500ms ease, border-color 500ms ease, opacity 500ms ease;
}

.icon-div:hover {
  border: 0px none #f29100;
  background-color: transparent;
}

.icon-div.font {
  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;
  background-color: #eb5f2b;
  color: #fff;
}

.title-section {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: transparent;
  font-family: metallophile-sp8, sans-serif;
  color: #fff;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.title-section.white {
  color: #fff;
}

.achivement-container {
  display: none;
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  -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;
  border: 1px none #000;
  background-color: #fff;
  text-align: center;
}

.achivement-container.project {
  margin-top: 0px;
  padding-right: 60px;
  padding-left: 60px;
  border-top-style: none;
  border-bottom-style: none;
}

.achivements-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.achivement-block {
  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-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;
}

.achivement-block.lines {
  padding-right: 20px;
  padding-left: 20px;
  border-right: 1px solid #d8eeff;
  border-left: 1px solid #d8eeff;
}

.title-section-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  -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;
}

.title-section-wrapper.services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 60px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: transparent;
  color: #fff;
}

.title-section-wrapper.page-header {
  margin-bottom: 0px;
}

.title-section-wrapper.page-header.blog {
  width: 70%;
  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;
  text-align: center;
}

.experience-steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.full-div {
  width: 100%;
  font-family: Satoshi, sans-serif;
}

.about-me-grid {
  margin-bottom: 0px;
  padding: 60px 60px 0px;
  justify-items: start;
  grid-column-gap: 100px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #eb5f2b;
  text-align: left;
}

.info-div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -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;
  font-family: Satoshi, sans-serif;
}

.experience-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Satoshi, sans-serif;
  color: #fff;
  font-weight: 700;
}

.skills-values {
  color: #f5f6ff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-align: right;
}

.icon-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  margin-right: 20px;
  margin-left: 0px;
  border-radius: 100px;
  background-color: rgba(2, 3, 73, 0.14);
  background-image: url('../images/icons8-checkmark.svg');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  color: #d8eeff;
}

.icon-2.smaller {
  width: 10px;
  height: 10px;
  margin-top: 10px;
  border-radius: 0px;
  background-color: hsla(24, 0%, 100%, 0.4);
  background-image: none;
}

.skills-containner {
  width: 100%;
  height: 8px;
  background-color: hsla(0, 0%, 100%, 0.25);
}

.skills-containner.dark {
  overflow: hidden;
  height: 4px;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.3);
}

.skills-containner.dark {
  overflow: hidden;
  height: 4px;
  border-radius: 0px;
  background-color: #e9e9e9;
}

.skills-progress-line {
  width: 85%;
  height: 100%;
  border-radius: 100px;
  background-color: #fff;
}

.skills-progress-line._2 {
  width: 90%;
  background-color: #fff;
}

.skills-progress-line._3 {
  width: 80%;
  background-color: #fff;
}

.skills-wrapper {
  width: 100%;
  margin-bottom: 20px;
}

.skills-title {
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.signature {
  margin-top: 0px;
  margin-bottom: 0px;
}

.dropdown {
  display: block;
  margin-right: 0px;
  margin-left: -1px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-left: 1px solid #f5f6ff;
  font-family: Satoshi, sans-serif;
  font-weight: 700;
}

.dropdown.w--open:hover {
  background-color: hsla(0, 0%, 100%, 0.09);
}

.body {
  padding: 0px 2% 2%;
  background-image: url('../images/LDSG-bg.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.navbar-white {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-top: 2%;
  margin-bottom: 0px;
  padding: 1% 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid transparent;
  background-color: #fff;
  font-family: metallophile-sp8, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: metallophile-sp8, sans-serif;
  color: #3b452c;
  font-size: 16px;
  font-weight: 500;
}

.nav-column.left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  border-width: 0px;
  border-color: #66884e;
}

.drop-list-div {
  width: 200px;
  padding: 20px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.drop-list-div.landing {
  width: 200px;
  border-style: solid;
  border-width: 1px;
  border-color: #66884e;
  border-radius: 0px;
  background-color: #fff;
  font-family: metallophile-sp8, sans-serif;
  color: #3b452c;
  font-weight: 500;
}

.dropdown-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10px 10px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #fff;
  border-radius: 0px;
  color: #3b452c;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-decoration: none;
}

.dropdown-link:hover {
  border-left: 1px solid #eb5f2b;
  border-radius: 0px;
  background-color: rgba(241, 235, 213, 0.5);
}

.dropdown-link:focus {
  background-color: rgba(235, 95, 43, 0.5);
}

.dropdown-link:visited {
  background-color: transparent;
}

.dropdown-link.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: rgba(102, 136, 78, 0.3);
  color: #839bff;
}

.nav-link-line {
  height: 68px;
  margin-right: 0px;
  margin-left: -1px;
  padding-right: 20px;
  padding-left: 20px;
  border-style: none none none solid;
  border-width: 1px 0px;
  border-color: #66884e;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #3b452c;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

.nav-link-line:hover {
  border-bottom-color: #66884e;
  background-color: #f7f7f8;
  color: #eb5f2b;
}

.nav-link-line.w--current {
  width: auto;
  padding-right: 20px;
  padding-left: 20px;
  color: #eb5f2b;
}

.nav-link-line.down {
  padding-right: 40px;
  border-right: 0px solid #66884e;
  border-left-width: 0px;
  font-family: metallophile-sp8, sans-serif;
}

.nav-link-line.down:hover {
  border-right-style: solid;
}

.nav-link-line.gray {
  border: 0px solid transparent;
  background-color: rgba(241, 235, 213, 0.5);
  -webkit-transition: background-color 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, color 400ms ease;
}

.nav-link-line.gray:hover {
  border-style: solid none solid solid;
  border-color: #eb5f2b;
  background-color: #eb5f2b;
  color: #fff;
}

.arrow-icon {
  color: #eb5f2b;
  font-size: 12px;
}

.top {
  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-nav {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0px;
  border-color: #66884e;
  border-radius: 0px;
  background-color: transparent;
}

.heading {
  margin-bottom: 40px;
  color: #202020;
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
  text-decoration: none;
}

.heading.white {
  margin-bottom: 20px;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.image-testimonials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 600px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/testimonial-photo-1.jpg');
  background-position: 50% 100%;
  background-size: auto;
}

.image-testimonials.second {
  background-image: url('../images/testimonial-photo-2.jpg');
  background-position: 50% 50%;
}

.image-testimonials.third {
  background-image: url('../images/testimonial-photo-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.testimonials-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.info-testimonials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.left-hero-content {
  max-width: 500px;
  padding-right: 40px;
}

.left-hero-content.left {
  width: 100%;
  height: auto;
  max-width: 700px;
  margin-top: -100px;
  margin-bottom: 0px;
  padding: 60px;
  border-style: none none none solid;
  border-width: 0px 0px 0px 2px;
  border-bottom-color: #eb5f2b;
  border-left-color: #eb5f2b;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: none;
  -webkit-filter: none;
  filter: none;
}

.hero-flex {
  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;
}

.logo-brand {
  display: block;
  overflow: hidden;
  width: auto;
  height: 68px;
  padding-right: 20px;
  padding-left: 0px;
  -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;
  border: 1px none transparent;
  background-color: transparent;
}

.logo-brand.w--current {
  display: block;
  overflow: hidden;
  height: 68px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.rate-div-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px;
  -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;
  border-radius: 0px;
  background-color: #eb5f2b;
}

.avatar-testimonial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  margin-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #a2e9fc;
  border-radius: 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  color: #00cca7;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
}

.avatar-testimonial.first {
  width: 60px;
  height: 60px;
  border: 1px none transparent;
  border-radius: 100%;
  background-color: #f1ebd5;
  background-image: url('../images/testimonial-1.jpg');
}

.avatar-testimonial.second {
  width: 60px;
  height: 60px;
  border: 0px none transparent;
  background-color: #f1ebd5;
  background-image: url('../images/testimonial-4.jpg');
}

.avatar-testimonial.third {
  width: 60px;
  height: 60px;
  border: 0px none transparent;
  background-color: #f1ebd5;
  background-image: url('../images/testimonial-3.jpg');
}

.avatar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.star {
  width: 18px;
  height: 18px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.review-paragraph {
  margin-bottom: 0px;
  color: #fff;
  font-size: 13px;
  line-height: 23px;
  font-weight: 400;
  text-align: left;
}

.review-paragraph.orange {
  color: #eb5f2b;
  font-weight: 400;
}

.name-testimonials {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 700;
}

.name-testimonials.dark {
  font-family: Lato, sans-serif;
  color: #3b452c;
  font-weight: 700;
}

.logo {
  margin-top: 20px;
}

.testimonial {
  position: absolute;
  left: 0px;
  top: auto;
  right: auto;
  bottom: 40px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: auto;
  margin-bottom: 0px;
  margin-left: 140px;
  padding: 40px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none;
  border-width: 1px;
  border-color: #a2e9fc;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.06);
  font-family: Satoshi, sans-serif;
  color: #333;
  font-size: 18px;
  text-decoration: none;
  text-transform: lowercase;
}

.rate-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rate-block.padding {
  margin-top: 0px;
}

.avatar-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-transform: none;
}

.testimonials-copy {
  text-align: left;
  text-transform: none;
}

.title-testimonilas {
  margin-bottom: 10px;
  font-family: metallophile-sp8, sans-serif;
  font-size: 30px;
  line-height: 40px;
  text-align: left;
  text-transform: uppercase;
}

.work-post-link {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  margin-bottom: 180px;
  padding: 0px;
  -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;
  border-style: none;
  border-width: 1px;
  border-color: #e9e9e9;
  background-color: transparent;
  color: #333;
  text-decoration: none;
  text-transform: capitalize;
}

.work-post-link.w--current {
  margin-bottom: 20px;
}

.work-post-link.blog {
  margin-bottom: 0px;
}

.work-post-link.no-padding {
  margin-bottom: 0px;
}

.work-image-wrapper {
  overflow: hidden;
  width: 100%;
  height: auto;
}

.work-post {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 650px;
  padding: 12px;
  -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: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-post.big {
  min-height: 1000px;
}

.work-post.post {
  min-height: 400px;
}

.info-wrapper {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: auto;
  margin-top: -155px;
  margin-right: -30px;
  margin-left: auto;
  padding: 40px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #eb5f2b;
  background-color: #fff;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.06);
  text-align: left;
}

.info-wrapper.team {
  height: 240px;
  margin-top: -100px;
  margin-right: -20px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #eb5f2b;
}

.info-wrapper.project {
  padding-top: 100px;
  padding-right: 100px;
  padding-left: 100px;
}

.info-wrapper.post {
  margin-right: auto;
  border: 1px none #000;
}

.text-block-new {
  color: #ff7b00;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.view-more {
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: Satoshi, sans-serif;
  color: #eb5f2b;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-decoration: none;
}

.view-more:hover {
  color: #3b452c;
  text-decoration: underline;
}

.title-facts {
  margin-top: 0px;
  color: #f60;
  font-weight: 700;
}

.square {
  position: absolute;
  top: auto;
  width: 100px;
  height: 120px;
  margin-top: 0px;
  border-style: solid;
  border-width: 10px;
  border-color: #f60;
}

.square.page-header {
  top: 120px;
  width: 140px;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  border-style: none;
  border-width: 0px;
  border-color: #eb5f2b;
}

.square.page-header.blog {
  top: 120px;
}

.section-hero {
  padding-top: 160px;
  padding-bottom: 160px;
  background-color: #fff;
}

.section-hero.hero-page-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  padding: 40px 20px 0px;
  -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-color: #fff;
}

.section-hero.services {
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.footer-social-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  -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;
  border-right: 1px solid #d7d5ff;
  border-left: 1px solid #d7d5ff;
}

.footer-social-icon.dark {
  width: 50px;
  height: 50px;
  margin-right: 4px;
  border: 1px none #000;
  border-radius: 100%;
}

.footer-social-icon._2 {
  border-left-style: none;
}

.footer-social-icon._2.dark {
  width: 50px;
  border-style: none;
  border-width: 1px;
}

.footer-link-bottom {
  margin-right: 20px;
  margin-left: 0px;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #343e52;
  font-size: 13px;
  line-height: 23px;
  font-weight: 700;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-link-bottom:hover {
  color: #4760fc;
}

.footer-link-bottom.white {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: Satoshi, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.footer-link-bottom.white:hover {
  color: hsla(0, 0%, 100%, 0.7);
}

.footer-link-bottom.white {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0px;
}

.footer-link-bottom.white:hover {
  color: #eb5f2b;
}

.section-footer {
  position: relative;
  padding-top: 50px;
  padding-bottom: 90px;
}

.section-footer.black {
  display: block;
  height: auto;
  margin-top: 5%;
  padding-top: 60px;
  padding-right: 0px;
  padding-bottom: 0px;
  -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;
  border: 1px solid transparent;
  background-color: #3b452c;
}

.social-link {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  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;
  border: 1px solid transparent;
  border-radius: 0%;
  background-color: rgba(218, 223, 252, 0.1);
}

.social-link:hover {
  border-bottom-color: #eb5f2b;
}

.footer-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin: 0px 0px 0px auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #aaa;
  font-size: 12px;
  line-height: 22px;
}

.copyright.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Lato, sans-serif;
}

.footer-notes {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px none #f5f5f5;
  background-color: rgba(218, 223, 252, 0.1);
  color: #0f0e16;
}

.lighter-link {
  font-family: metallophile-sp8, sans-serif;
  color: #eb5f2b;
  text-decoration: none;
  text-transform: uppercase;
}

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

.copyright-copy {
  display: inline-block;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
}

.copyright-copy.credit {
  text-align: center;
}

.bottom-footer {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.call {
  margin: -100px auto 0px;
}

.section-cta {
  position: relative;
  display: none;
  height: 400px;
  margin-top: 2%;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eb5f2b;
}

.grid-cta {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1.5fr;
  grid-template-columns: 1fr 1.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: hsla(0, 0%, 100%, 0.3);
}

.success-message {
  border-radius: 0px;
  background-color: #0dcc43;
  font-family: Satoshi, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}

.wrapper-second {
  margin-top: 0px;
}

.input {
  height: 48px;
  margin-bottom: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #dbe6b4;
  border-radius: 4px;
  background-color: #fff;
  font-family: Bitter, serif;
  color: #3b3b3b;
  font-size: 12px;
  line-height: 22px;
}

.input.newsletter {
  height: 60px;
  margin-bottom: 0px;
  border: 0px none transparent;
  font-family: Satoshi, sans-serif;
  color: #3b452c;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.error-message {
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 0px;
  background-color: red;
  font-family: Satoshi, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
}

.button-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 60px;
  padding: 10px 30px;
  -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;
  border-radius: 30px;
  background-color: #e5980a;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0px;
  text-decoration: none;
}

.button-form:hover {
  background-color: #536b7e;
  box-shadow: inset 0 200px 200px 200px rgba(2, 2, 2, 0.11);
}

.button-form.full-subscribe {
  border-radius: 0px;
  background-color: #3b452c;
  font-family: Satoshi, sans-serif;
  font-weight: 400;
}

.button-form.full-subscribe:hover {
  background-color: #eb5f2b;
}

.form-subscribe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none transparent;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.03);
  font-family: Bitter, serif;
  color: #3b3b3b;
}

.orange-stripe {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: auto;
  min-height: 50%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  background-color: #eb5f2b;
}

.orange-stripe.top {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
}

.team-new-image {
  position: relative;
  z-index: 5;
  width: auto;
  height: 400px;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.05);
  background-image: url('../images/office-3.png');
  background-position: 50% 100%;
  background-size: auto 400px;
  background-repeat: no-repeat;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
}

.team-new-image.second {
  background-color: rgba(0, 0, 0, 0.05);
  background-image: url('../images/office-2.png');
  background-position: 50% 100%;
  background-size: auto 400px;
  background-repeat: no-repeat;
}

.team-new-image.third {
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.05);
  background-image: url('../images/office-4.png');
  background-size: auto 400px;
  background-repeat: no-repeat;
}

.team-wrapper {
  height: auto;
  border-radius: 0px;
}

.team-grid {
  grid-column-gap: 60px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.icon-div-new {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -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-color: #f60;
}

.icon-div-new.two {
  background-image: url('../images/Untitled-35.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.icon-div-new.darker {
  background-color: #140501;
}

.icon-div-new.darker.one {
  background-image: url('../images/site-engineer-construction-site.jpg');
}

.icon-div-new.darker.two {
  background-image: url('../images/work-constructors-1.jpg');
}

.icon-div-new.darker.three {
  background-image: url('../images/closeup-contractor-construction-site-pointing-plan-wooden-sleeper-1.jpg');
}

.icon-div-new.darker.four {
  background-image: url('../images/33.jpg');
}

.icon-div-new.three {
  background-image: url('../images/Untitled-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.icon-div-new.four {
  background-image: url('../images/Untitled-2_1Untitled-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.icon-div-new.one {
  background-image: url('../images/Untitled-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.icon-div-new.icon8 {
  background-image: url('../images/office-3.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon-div-new.icon8.second {
  background-image: url('../images/office-4.png');
}

.icon-div-new.icon8.three {
  background-image: url('../images/office-2.png');
}

.licence-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 64px;
  padding-left: 64px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #717177;
}

.licence-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding: 40px;
  -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;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #eb5f2b;
  border-radius: 0px;
  background-color: #fff;
  font-weight: 500;
}

.licence-item-wrapper.orange {
  margin-bottom: 0px;
  background-color: #eb5f2b;
  color: #fff;
  font-weight: 500;
}

.licence-item-wrapper.changelog {
  width: 60%;
  padding-right: 100px;
  padding-left: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.font {
  margin-bottom: 0px;
  color: #fff;
}

.licens-image {
  width: 100px;
  height: 100px;
}

.licens-image.icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  -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;
  border-radius: 0px;
  background-color: transparent;
  background-image: none;
}

.footer-top-navigation {
  width: 100%;
}

.footer-grid {
  margin-bottom: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  font-family: Lato, sans-serif;
}

.logo-footer {
  margin-top: 0px;
  margin-bottom: 0px;
  border: 1px none #000;
}

.column-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-family: Lato, sans-serif;
  font-weight: 400;
  text-align: left;
}

.footer-bottom-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
}

.divider-vertical {
  width: 1px;
  height: 10px;
  margin-right: 5px;
  margin-left: 5px;
  background-color: rgba(218, 223, 252, 0.45);
}

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

.section-page {
  position: relative;
  padding-top: 96px;
  padding-bottom: 96px;
}

.section-page.submit-section {
  margin-top: 2%;
  margin-bottom: 20px;
  padding: 140px 20px;
  background-color: #eb5f2b;
}

.left-form {
  width: 100%;
  text-align: left;
}

.text-field {
  height: 60px;
  min-width: 100%;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  float: left;
  border-style: none;
  border-width: 1px;
  border-color: #66884e;
  border-radius: 0px;
  background-color: #f7f7f8;
  font-family: Satoshi, sans-serif;
  color: #3b452c;
  line-height: 24px;
  font-weight: 500;
}

.text-field:hover {
  border-color: #eb5f2b;
}

.text-field.message {
  height: auto;
  min-height: 140px;
  border-style: none;
  border-color: #290d04;
  border-radius: 0px;
  background-color: #f7f7f8;
  color: #290d04;
}

.text-field.message:hover {
  border-color: #6a1040;
}

.center-button-block {
  width: 100%;
  text-align: left;
}

.page-title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -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;
  text-align: center;
}

.page-title.right {
  position: -webkit-sticky;
  position: sticky;
  max-width: 500px;
  margin-right: auto;
  margin-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.promo-block {
  grid-column-gap: 80px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1.5fr 1.5fr;
  grid-template-columns: 1.5fr 1.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.field-label-alternative {
  margin-bottom: 8px;
  font-family: Satoshi, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-align: left;
  text-transform: none;
}

.grid-contact-detail {
  width: 100%;
  margin-top: 20px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.vertical-flex-info {
  margin-bottom: 0px;
}

.date-time {
  margin-bottom: 0px;
  font-family: Satoshi, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.date-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.date-wrapper.contact {
  width: 100.00014%;
  padding: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none;
  border-color: transparent;
  background-color: transparent;
}

.white-link {
  color: #fff;
  font-weight: 400;
}

.white-divider {
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: hsla(0, 0%, 100%, 0.2);
}

.top-square {
  height: 60px;
  margin-bottom: 0px;
  border-style: solid solid none;
  border-width: 16px;
  border-color: #eb5f2b;
}

.top-square.smaller {
  height: 40px;
  border-style: solid;
  border-color: #3b452c;
  border-bottom-width: 0px;
}

.top-square.single {
  margin-bottom: 200px;
}

.service-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 800px;
  margin-right: auto;
  margin-left: auto;
  -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: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.line-wrapper {
  width: 1000px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 100px;
  border-style: solid;
  border-width: 1px;
  border-color: #66884e;
}

.line-wrapper.top {
  margin-top: -180px;
  padding: 0px;
  border-style: none;
  background-color: #fff;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.06);
}

.line-wrapper.top.blog {
  position: relative;
  z-index: 2;
  padding: 10%;
}

.collection-list-projects {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.collection-list-services {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.link-block {
  position: relative;
  margin-bottom: 0px;
  padding: 0px;
  border: 1px none #000;
  background-color: transparent;
  text-decoration: none;
}

.link-block:hover {
  border-style: none;
  border-width: 0px;
  border-color: #eb5f2b;
}

.info-team-copy {
  margin-top: 40px;
  margin-bottom: 0px;
}

.page-heading {
  width: 600px;
  margin-bottom: 0px;
}

.page-heading.center {
  text-align: center;
}

.collection-list-blog {
  position: relative;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 120px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-blog {
  height: 700px;
  margin-top: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-section {
  height: 100vh;
  background-color: transparent;
  background-image: none;
}

.color {
  color: #3b452c;
}

.blog-title-page {
  width: 80%;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

.logo-head {
  width: 100px;
  height: 68px;
  border-right: 1px solid #eb5f2b;
  background-color: #fff;
  background-image: url('../images/Header-logo-green-2.png');
  background-position: 50% 50%;
  background-size: auto 65px;
  background-repeat: no-repeat;
}

.logo-head.second {
  background-color: #fff;
}

.logo-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 68px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 15px;
  -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: #fff;
  font-family: metallophile-sp8, sans-serif;
  color: #3b452c;
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
}

.logo-name.div {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.logo-name.div.second {
  background-color: #3b452c;
}

.logo-name.second {
  background-color: #fff;
  color: #3b452c;
  font-size: 30px;
}

.grid-section-block {
  position: relative;
  margin-right: 0px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-section-block.about {
  z-index: 2;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.image-div-content {
  height: 280px;
  min-width: auto;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: 0px;
  border-radius: 0px;
  background-color: #fff;
  background-image: url('../images/Untitled-21.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-div-content.taller {
  height: 600px;
  min-width: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 20px;
  border-radius: 0px;
  background-color: #ff7300;
  background-image: url('../images/work-constructors-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: none;
}

.image-div-content-second {
  height: 280px;
  min-width: auto;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: 0px;
  border-radius: 0px;
  background-color: #fff;
  background-image: url('../images/Untitled-35.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-div-content-second.about {
  margin-bottom: 40px;
}

.grid-column-wrapper.top-margin {
  margin-top: 40px;
}

.image-div-content-third {
  height: 280px;
  min-width: auto;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: 0px;
  border-radius: 0px;
  background-color: #fff;
  background-image: url('../images/Untitled-21.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-div-content-third.less-padding {
  margin-bottom: 0px;
  background-image: none;
}

.image-div-content-third.less-padding.bottom {
  background-image: url('../images/Untitled-1.jpg');
  background-size: cover;
  box-shadow: none;
}

.video-button-div {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  margin-left: 20px;
  padding: 5px 20px 5px 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
  text-decoration: none;
}

.video-button-div:hover {
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.lightbox-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  text-decoration: none;
}

.video-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: 12px;
  -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;
  border-radius: 0px;
  background-color: #eb5f2b;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.video-icon:hover {
  background-color: #202020;
  background-image: none;
}

.video-text {
  font-family: Lato, sans-serif;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.ropdown-list.w--open {
  background-color: #3b452c;
}

.categories {
  width: 600px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.grid-categories {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.info-card-wrapper {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 40px 40px;
  border-bottom: 2px solid #eb5f2b;
  background-color: #fff;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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-color: transparent;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 460px;
  padding: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: #eb5f2b #66884e #66884e;
  background-color: #fff;
  font-family: Satoshi, sans-serif;
  color: #3b452c;
  font-weight: 400;
  text-align: center;
}

.utility-page-form {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.block-wrapper {
  margin-bottom: 0px;
  padding: 40px;
  background-color: #fff;
}

.block-wrapper.last {
  margin-bottom: 0px;
}

.block-wrapper.color {
  margin-top: 0px;
  padding: 100px;
  background-color: #eb5f2b;
}

.block-wrapper.color.projects {
  display: none;
}

.block-wrapper.services {
  padding: 0px 100px 100px;
}

.block-wrapper.services.testimonials {
  display: none;
}

.hero-headline {
  font-family: metallophile-sp8, sans-serif;
  color: #3b452c;
  line-height: 54px;
  font-weight: 500;
  text-transform: uppercase;
}

.heading-3 {
  color: #3b452c;
  text-align: center;
}

.div-info-license {
  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;
}

.image-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hero-section-div {
  overflow: hidden;
}

.image-testimonial-div {
  overflow: hidden;
}

.invisible {
  position: relative;
  z-index: 2;
  overflow: hidden;
  height: 300px;
  margin-right: 40px;
  margin-bottom: -60px;
  margin-left: 40px;
}

.logo-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.logo-div.second {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.invisible-image-div {
  overflow: hidden;
}

.image-blog-div {
  overflow: hidden;
  margin-top: 100px;
}

.paragraph {
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.heading-4 {
  font-family: Lato, sans-serif;
  color: #3b452c;
}

.heading-5 {
  font-family: Lato, sans-serif;
}

.heading-6 {
  font-family: Lato, sans-serif;
}

.heading-7 {
  font-family: Lato, sans-serif;
}

.heading-8 {
  font-family: Lato, sans-serif;
}

.heading-9 {
  font-family: Lato, sans-serif;
}

.heading-10 {
  font-family: Lato, sans-serif;
}

.heading-11 {
  font-family: Lato, sans-serif;
}

.italic-text {
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.bold-text {
  font-family: Lato, sans-serif;
}

.link {
  font-family: metallophile-sp8, sans-serif;
  color: #eb5f2b;
  text-transform: uppercase;
}

.emergency {
  height: auto;
  margin-top: 2%;
  padding: 0px 140px 140px;
  background-color: #66884e;
}

.emergency.services {
  margin-right: 5%;
  margin-left: 5%;
  padding-right: 5%;
  padding-left: 5%;
  background-color: #fff;
}

.emergencygrid {
  padding-top: 140px;
}

.grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.emergencypic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom: 15px solid #3b452c;
  background-image: url('../images/EMERGENCY-CALLOUTS.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.emergencypic.treeservices {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom-width: 0px;
  background-image: url('../images/TREE-SERVICES.jpg');
  background-size: cover;
}

.emergencypic.treeservices.stumppic {
  background-image: url('../images/STUMP-GRINDING-SERVICE.jpg');
  background-position: 90% 50%;
  background-size: cover;
}

.emergencytext {
  padding: 20px 20px 40px 40px;
  border-bottom: 0px solid #eb5f2b;
  background-color: #fff;
}

.servicestext.logo {
  min-height: 250px;
  margin-top: 0px;
  margin-bottom: 20px;
  background-image: url('../images/LDTS-logo.png');
  background-position: 50% 0%;
  background-size: 250px;
  background-repeat: no-repeat;
}

.servicestext.logo.stump {
  background-image: url('../images/LDSG-logo.png');
}

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

.formsuccess {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 98%;
  margin: 2%;
  padding: 20px 10px 40px;
  -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-color: #fff;
}

.image {
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .hero-containner {
    top: auto;
  }

  .button {
    width: auto;
  }

  .button.side-padding {
    width: auto;
  }

  .button.line {
    width: auto;
  }

  .brand {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brand.w--current {
    margin-right: 0px;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 10px;
    text-align: left;
  }

  .brand.footer {
    margin-bottom: 4%;
    margin-left: auto;
  }

  .nav-menu {
    position: absolute;
    height: auto;
    margin-top: 0px;
    padding-right: 0px;
    float: none;
    -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;
    border-style: solid;
    border-width: 1px;
    border-color: #66884e;
    background-color: #fff;
  }

  .image-service-div {
    height: 340px;
    background-size: cover;
  }

  .image-service-div.stumpimage {
    background-position: 50% 100%;
  }

  .about-us-div {
    height: auto;
    grid-row-gap: 40px;
    -ms-grid-columns: 2.25fr;
    grid-template-columns: 2.25fr;
  }

  .about-us-div.first {
    height: auto;
  }

  .about-us {
    margin-top: 4%;
  }

  .color-example {
    background-color: #e9f6ff;
  }

  .color-example.sixth {
    background-color: #555c96;
  }

  .color-example.fourth {
    background-color: #4157ff;
  }

  .color-example.third {
    background-color: #2ea4ff;
  }

  .color-example.second {
    background-color: #d8eeff;
  }

  .section.gray {
    margin-top: 4%;
    padding-bottom: 60px;
  }

  .section.gray.testimonials {
    padding-bottom: 60px;
  }

  .rich-text {
    width: 80%;
  }

  .gray-space {
    padding-right: 20px;
    padding-left: 20px;
  }

  .big-headline {
    text-align: left;
  }

  .big-headline.page-header {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 68px;
    text-align: center;
  }

  .grid-scales {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .tabs-menu {
    width: 60%;
    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;
  }

  .tab-link {
    display: block;
    margin-bottom: 10px;
  }

  .tab-link.w--current {
    display: block;
    margin-bottom: 10px;
  }

  .icon-div.font {
    margin-bottom: 20px;
  }

  .achivement-container {
    margin-top: 60px;
  }

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

  .achivement-block.lines {
    padding: 20px 0px;
    border-style: solid none;
    border-width: 1px;
    border-color: #e9f6ff #000;
  }

  .title-section-wrapper.page-header {
    text-align: center;
  }

  .title-section-wrapper.page-header.blog {
    width: 100%;
  }

  .about-me-grid {
    height: auto;
    padding: 6%;
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .dropdown {
    margin-left: 0px;
    padding-left: 0px;
  }

  .dropdown:hover {
    background-color: hsla(0, 0%, 100%, 0.09);
  }

  .body {
    padding-right: 4%;
    padding-bottom: 4%;
    padding-left: 4%;
  }

  .navbar-white {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    padding-top: 4%;
    padding-bottom: 4%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .drop-list-div.landing {
    width: auto;
    border-style: none;
    border-top-left-radius: 0px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  }

  .dropdown-link {
    padding-right: 20px;
  }

  .nav-link-line {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #151f47;
  }

  .nav-link-line.down {
    width: 100%;
    margin-left: 0px;
    padding-left: 20px;
    border-style: none;
    border-width: 1px;
    background-color: #fff;
  }

  .nav-link-line.down:hover {
    border-style: none;
  }

  .nav-link-line.gray {
    margin-left: 0px;
    border-style: none;
  }

  .container-nav {
    padding-right: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 68px;
    height: 68px;
    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-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-color: #3b452c;
    color: #fff;
  }

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

  .image-testimonials {
    background-size: cover;
    background-repeat: no-repeat;
  }

  .left-hero-content {
    max-width: none;
    padding-right: 0px;
  }

  .left-hero-content.left {
    margin-top: 0px;
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 60px;
  }

  .hero-flex {
    height: auto;
    margin-top: 0px;
  }

  .testimonial {
    left: auto;
    width: auto;
    height: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }

  .work-post-link {
    margin-bottom: 120px;
    padding-right: 0px;
  }

  .work-post-link.blog {
    margin-bottom: 120px;
  }

  .info-wrapper {
    z-index: 2;
  }

  .info-wrapper.team {
    z-index: 10;
  }

  .service-div {
    margin-right: 20px;
    margin-bottom: 40px;
    margin-left: 20px;
  }

  .section-footer.black {
    margin-top: 4%;
  }

  .footer-social {
    margin-top: 4%;
    margin-right: auto;
  }

  .copyright {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: center;
  }

  .copyright.center {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .footer-notes {
    padding-right: 4%;
    padding-bottom: 30px;
    padding-left: 4%;
  }

  .bottom-footer {
    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;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .call {
    margin-top: 60px;
  }

  .section-cta {
    height: auto;
    margin-top: 4%;
    padding: 6% 6% 0px;
  }

  .grid-cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
  }

  .input {
    margin-bottom: 10px;
  }

  .form-subscribe {
    padding-left: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .orange-stripe {
    min-height: 25%;
    padding-bottom: 0px;
  }

  .team-new-image {
    width: auto;
  }

  .team-new-image.third {
    z-index: 2;
  }

  .team-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    margin-bottom: 4%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .team-grid {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .licence-links-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .licence-item-wrapper {
    width: 80%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .licens-image.icons {
    margin-bottom: 20px;
  }

  .footer-grid {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .column-navigation {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .page-title.right {
    max-width: none;
    margin-bottom: 60px;
  }

  .promo-block {
    width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .field-label-alternative {
    font-size: 12px;
    line-height: 22px;
  }

  .grid-contact-detail {
    width: 100.1226%;
  }

  .line-wrapper.top {
    width: auto;
  }

  .line-wrapper.top.blog {
    width: 100%;
  }

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

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

  .collection-list-blog {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .hero-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 700px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .logo-head {
    background-color: transparent;
    background-image: url('../images/Header-logo-green.png');
  }

  .logo-name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .grid-section-block.about {
    width: 80%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-div-content-third.less-padding.bottom {
    background-image: url('../images/Untitled-1.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .video-button-div {
    bottom: -20px;
  }

  .ropdown-list.w--open {
    position: relative;
    width: 100%;
  }

  .image-info-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .emergency {
    padding-right: 60px;
    padding-left: 60px;
  }

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

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

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

@media screen and (max-width: 767px) {
  .hero-containner {
    top: 0%;
  }

  .service-title {
    text-align: left;
  }

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

  .about-us-div.first {
    height: auto;
  }

  .rich-text {
    width: 100%;
  }

  .big-headline {
    font-size: 50px;
    line-height: 60px;
  }

  .big-headline.page-header {
    font-size: 42px;
    line-height: 58px;
  }

  .grid-scales {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }

  .tab-pane {
    padding-left: 0px;
  }

  .tabs-menu {
    width: 100%;
  }

  .tab-link {
    display: block;
    margin-right: 0px;
    padding-right: 50px;
    padding-left: 50px;
    float: none;
  }

  .tab-link.w--current {
    display: block;
    margin-right: 0px;
  }

  .achivements-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .achivement-block {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .achivement-block.lines {
    padding: 20px 0px;
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: #e9f6ff;
    border-bottom-width: 1px;
    border-bottom-color: #e9f6ff;
  }

  .dropdown {
    width: 100%;
    max-width: 1500px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .navbar-white {
    z-index: 999;
    padding-right: 0px;
    padding-left: 0px;
  }

  .drop-list-div.landing {
    padding-right: 20px;
    padding-left: 20px;
  }

  .menu-button.w--open {
    background-color: #3b452c;
    color: #fff;
  }

  .left-hero-content.left {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 40px;
  }

  .hero-flex {
    margin-top: 0px;
  }

  .testimonial {
    width: auto;
  }

  .info-wrapper {
    margin-right: -20px;
  }

  .info-wrapper.project {
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .square.page-header {
    top: 130px;
    width: 120px;
  }

  .section-footer.black {
    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-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-social {
    width: auto;
  }

  .copyright {
    margin-right: auto;
    margin-left: auto;
  }

  .footer-notes {
    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;
  }

  .call {
    margin-top: 60px;
  }

  .middle-wrapper {
    margin-bottom: 20px;
  }

  .form-block {
    width: auto;
  }

  .input {
    margin-bottom: 10px;
  }

  .team-wrapper {
    width: 80%;
    margin-bottom: 40px;
  }

  .licence-item-wrapper {
    width: 100%;
  }

  .licence-item-wrapper.changelog {
    width: 80%;
    padding-right: 40px;
    padding-left: 40px;
  }

  .column-navigation {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .grid-contact {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .text-field {
    min-width: auto;
  }

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

  .top-square {
    height: 50px;
  }

  .service-image {
    height: 600px;
  }

  .blog-title-page {
    width: 100%;
  }

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

  .grid-section-block.about {
    width: 100%;
  }

  .grid-column-wrapper.top-margin {
    margin-top: 0px;
  }

  .categories {
    width: auto;
  }

  .grid-categories {
    width: 100%;
  }

  .block-wrapper.color {
    padding: 60px;
  }

  .block-wrapper.services {
    padding: 60px;
  }

  .emergency {
    padding-right: 40px;
    padding-left: 40px;
  }

  .emergency.services {
    margin-right: 0%;
    margin-left: 0%;
  }

  .emergencytext {
    padding-right: 40px;
  }

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

@media screen and (max-width: 479px) {
  h2 {
    font-size: 28px;
    line-height: 40px;
  }

  h3 {
    font-size: 25px;
    line-height: 35px;
  }

  .hero-containner {
    top: 25%;
    max-width: 100%;
  }

  .button.side-padding {
    margin-bottom: 10px;
  }

  .button.line.categories {
    margin-bottom: 0px;
  }

  .nav-menu {
    display: block;
    float: none;
    text-align: center;
  }

  .image-service-div {
    height: 240px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .about-us-div.first {
    height: auto;
    padding: 40px;
  }

  .section.gray {
    padding-right: 10px;
    padding-left: 10px;
  }

  .rich-text {
    width: 100%;
  }

  .gray-space {
    padding-right: 20px;
    padding-left: 20px;
  }

  .big-paragraph.white {
    font-size: 20px;
    line-height: 30px;
  }

  .big-headline {
    width: 100%;
    font-size: 30px;
    line-height: 40px;
  }

  .big-headline.page-header {
    margin-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 42px;
    line-height: 48px;
    text-align: center;
  }

  .grid-scales {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .white {
    font-size: 30px;
    line-height: 40px;
  }

  .tabs-menu {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tab-link {
    width: 100%;
    margin-right: 0px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .tab-link.w--current {
    margin-right: 0px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .title-section {
    font-size: 30px;
    line-height: 40px;
  }

  .achivement-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .title-section-wrapper {
    margin-bottom: 60px;
  }

  .about-me-grid {
    padding: 40px;
  }

  .button-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .icon-2 {
    margin-right: 20px;
  }

  .dropdown {
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .navbar-white {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading.white {
    font-size: 40px;
    line-height: 50px;
  }

  .image-testimonials {
    background-position: 10% 50%;
  }

  .image-testimonials.second {
    background-position: 20% 50%;
  }

  .image-testimonials.third {
    background-position: 30% 50%;
  }

  .testimonials-wrapper {
    width: 100.00012%;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .info-testimonials {
    margin-left: 10px;
  }

  .left-hero-content {
    max-width: none;
  }

  .left-hero-content.left {
    width: auto;
    max-width: 100%;
    margin: 20px 0px;
    padding: 20px;
  }

  .hero-flex {
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .rate-div-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .avatar-testimonial.first {
    margin-right: 20px;
    margin-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .avatar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .testimonial {
    bottom: 0px;
    width: 100%;
    height: auto;
    padding: 20px;
  }

  .rate-block.padding {
    margin-top: 10px;
    margin-left: 0px;
  }

  .work-post-link {
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .work-post-link.blog {
    margin-bottom: 0px;
  }

  .work-post {
    width: 100%;
    min-height: 400px;
  }

  .work-post.big {
    min-height: 600px;
  }

  .info-wrapper {
    width: 100%;
    margin-right: auto;
    padding: 20px;
  }

  .info-wrapper.team {
    height: auto;
  }

  .info-wrapper.project {
    padding-right: 20px;
    padding-left: 20px;
  }

  .square.page-header {
    top: 130px;
    width: 100px;
  }

  .footer-social-icon {
    border-top: 1px solid #d7d5ff;
    border-bottom: 1px solid #d7d5ff;
  }

  .footer-social-icon.dark {
    border-top: 0px none rgba(240, 242, 250, 0.33);
    border-bottom-color: rgba(240, 242, 250, 0.33);
    border-radius: 0%;
  }

  .footer-social-icon._2.dark {
    border-bottom-color: rgba(240, 242, 250, 0.33);
  }

  .footer-link-bottom {
    margin-right: 6px;
    margin-left: 6px;
  }

  .footer-link-bottom.white {
    margin-right: 6px;
    margin-left: 6px;
  }

  .footer-link-bottom.white {
    margin-right: 6px;
    margin-left: 6px;
  }

  .section-footer {
    padding-bottom: 200px;
  }

  .section-footer.black {
    height: auto;
    padding-bottom: 0px;
  }

  .footer-social {
    margin-top: 0px;
  }

  .copyright {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    -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;
  }

  .copyright-copy {
    margin-right: auto;
    margin-left: auto;
  }

  .bottom-footer {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .call {
    height: auto;
    margin-top: 0px;
  }

  .input {
    margin-bottom: 10px;
    padding: 15px 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-style: solid;
    border-width: 1px;
    border-color: #dbe6b4;
    border-radius: 10px;
    text-align: center;
  }

  .button-form {
    margin-bottom: 10px;
  }

  .button-form.full-subscribe {
    width: 100%;
    margin-bottom: 0px;
  }

  .form-subscribe {
    padding: 10px;
    -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;
    border-radius: 0px;
  }

  .team-new-image {
    background-size: auto 350px;
  }

  .team-new-image.second {
    background-size: auto 350px;
  }

  .team-new-image.third {
    background-size: auto 350px;
  }

  .team-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }

  .licence-links-wrapper {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .licence-item-wrapper {
    width: 100%;
    padding: 15px 15px 14px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .licence-item-wrapper.changelog {
    width: 100%;
  }

  .licens-image {
    width: 100px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .column-navigation {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-bottom-div {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }

  .grid-contact {
    width: 100%;
  }

  .text-field {
    min-width: 100%;
  }

  .grid-contact-detail {
    width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .date-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .top-square {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-top-width: 14px;
    border-right-width: 14px;
    border-left-width: 14px;
  }

  .service-image {
    height: 400px;
  }

  .page-heading.center {
    font-size: 38px;
    line-height: 48px;
  }

  .hero-section {
    height: auto;
  }

  .blog-title-page {
    font-size: 38px;
    line-height: 48px;
  }

  .logo-head {
    width: 68px;
    border-right-width: 0px;
  }

  .logo-name.div {
    display: none;
  }

  .grid-section-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .image-div-content.taller {
    height: 400px;
  }

  .grid-column-wrapper.top-margin {
    width: 100%;
    margin-top: 0px;
  }

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

  .info-card-wrapper {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .block-wrapper.color {
    padding: 40px 20px;
  }

  .block-wrapper.services {
    padding: 10px 20px 40px;
  }

  .hero-headline {
    font-size: 38px;
    line-height: 48px;
  }

  .project-name {
    font-size: 24px;
    line-height: 34px;
  }

  .heading-3 {
    font-size: 24px;
    line-height: 34px;
  }

  .invisible {
    height: 240px;
    margin-right: 20px;
    margin-left: 20px;
  }

  .emergency {
    padding-right: 5%;
    padding-bottom: 60px;
    padding-left: 5%;
  }

  .emergencygrid {
    padding-top: 60px;
  }

  .emergencypic {
    height: 400px;
    border-bottom-width: 8px;
    background-position: 100% 50%;
  }

  .emergencypic.treeservices {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-position: 50% 0%;
  }

  .emergencytext {
    padding-right: 20px;
    padding-left: 20px;
  }

  .servicestext.logo {
    background-size: 200px;
  }
}

#w-node-ace76072-dd98-69bf-5721-c14b14f48e6a-e5337e0c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_03391a9f-b271-f85f-b4c5-0096e7108782-e5337e0c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b642abe7-024a-2d57-6a6c-28ef462a6f9f-9a337e12 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_63098d59-8b39-ee6e-5119-e31b3e7e3bc3-7c337e15 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_63098d59-8b39-ee6e-5119-e31b3e7e3bd3-7c337e15 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_7ebd0449-035f-2908-6723-9548ca38f324-7c337e15 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6c777244-6dbb-a9b2-fb8b-fb5fc98e9111-71337e16 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6c777244-6dbb-a9b2-fb8b-fb5fc98e913b-71337e16 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6c777244-6dbb-a9b2-fb8b-fb5fc98e913f-71337e16 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6c777244-6dbb-a9b2-fb8b-fb5fc98e9143-71337e16 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c0c5f8c6-3797-1c63-cecb-7cb7cf97a4e8-0e337e18 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c0c5f8c6-3797-1c63-cecb-7cb7cf97a512-0e337e18 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c0c5f8c6-3797-1c63-cecb-7cb7cf97a516-0e337e18 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c0c5f8c6-3797-1c63-cecb-7cb7cf97a51a-0e337e18 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_983c4542-92ee-6ffb-32f9-d8c6d66fa0d2-5e337e1a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5683cfa2-0b91-b373-4492-17dc2f828ca9-5e337e1a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d6c1e048-1121-0523-6df8-ea720f76f0c2-79337e20 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d6c1e048-1121-0523-6df8-ea720f76f0cd-79337e20 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c83ceee2-c909-a5ce-8990-22650e0e0375-78337e21 {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c83ceee2-c909-a5ce-8990-22650e0e037b-78337e21 {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c83ceee2-c909-a5ce-8990-22650e0e0381-78337e21 {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c83ceee2-c909-a5ce-8990-22650e0e0387-78337e21 {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c83ceee2-c909-a5ce-8990-22650e0e038d-78337e21 {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5683cfa2-0b91-b373-4492-17dc2f828ca9-1108f436 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4e0af10d-2deb-f8ca-93f8-0052a71c23ae-6b885d00 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_983c4542-92ee-6ffb-32f9-d8c6d66fa0d2-6b885d00 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_5683cfa2-0b91-b373-4492-17dc2f828ca9-6b885d00 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_916154f5-6088-319f-6c8f-bc470cd925cd-6b885d00 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4e0af10d-2deb-f8ca-93f8-0052a71c23ae-8f38a493 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_983c4542-92ee-6ffb-32f9-d8c6d66fa0d2-8f38a493 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_5683cfa2-0b91-b373-4492-17dc2f828ca9-8f38a493 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_916154f5-6088-319f-6c8f-bc470cd925cd-8f38a493 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_63098d59-8b39-ee6e-5119-e31b3e7e3bc3-7c337e15 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_6c777244-6dbb-a9b2-fb8b-fb5fc98e9111-71337e16 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-c0c5f8c6-3797-1c63-cecb-7cb7cf97a4e8-0e337e18 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-c83ceee2-c909-a5ce-8990-22650e0e0375-78337e21 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-c83ceee2-c909-a5ce-8990-22650e0e037b-78337e21 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-c83ceee2-c909-a5ce-8990-22650e0e0381-78337e21 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-c83ceee2-c909-a5ce-8990-22650e0e0387-78337e21 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-c83ceee2-c909-a5ce-8990-22650e0e038d-78337e21 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_983c4542-92ee-6ffb-32f9-d8c6d66fa0d2-6b885d00 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_5683cfa2-0b91-b373-4492-17dc2f828ca9-6b885d00 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_983c4542-92ee-6ffb-32f9-d8c6d66fa0d2-8f38a493 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_5683cfa2-0b91-b373-4492-17dc2f828ca9-8f38a493 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6c777244-6dbb-a9b2-fb8b-fb5fc98e913b-71337e16 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_6c777244-6dbb-a9b2-fb8b-fb5fc98e913f-71337e16 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_6c777244-6dbb-a9b2-fb8b-fb5fc98e9143-71337e16 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-c0c5f8c6-3797-1c63-cecb-7cb7cf97a512-0e337e18 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-c0c5f8c6-3797-1c63-cecb-7cb7cf97a516-0e337e18 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-c0c5f8c6-3797-1c63-cecb-7cb7cf97a51a-0e337e18 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e286501e-4218-ec91-1604-95d80bdb87e2-0bdb87ba {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-e286501e-4218-ec91-1604-95d80bdb87e7-0bdb87ba {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_63098d59-8b39-ee6e-5119-e31b3e7e3bc3-7c337e15 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_6c777244-6dbb-a9b2-fb8b-fb5fc98e9111-71337e16 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-c0c5f8c6-3797-1c63-cecb-7cb7cf97a4e8-0e337e18 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_983c4542-92ee-6ffb-32f9-d8c6d66fa0d2-6b885d00 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_983c4542-92ee-6ffb-32f9-d8c6d66fa0d2-8f38a493 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
}

@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.ttf') format('truetype'), url('../fonts/Satoshi-VariableItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi variable';
  src: url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}