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

body {
  font-family: Montserrat, sans-serif;
  color: #1a1b1f;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  line-height: 62px;
  font-weight: 700;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 600;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
  font-weight: 300;
}

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

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

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
}

a {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #1a1b1f;
  text-decoration: underline;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

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

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

blockquote {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  border-left: 5px solid #e2e2e2;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  margin-top: 5px;
  opacity: 0.6;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.styleguide-content-wrap {
  color: #1a1b1f;
  text-align: center;
}

.section {
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  float: none;
  -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;
}

.section.cc-home-wrap {
  position: relative;
  margin-right: 0px;
  margin-left: 0px;
}

.section.cc-store-home-wrap {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.section.cc-store-home-wrap.fazemos {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.cc-store-home-wrap._2 {
  background-image: url('../images/WhatsApp-Image-2020-09-08-at-11.14.14-1.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.section.cc-store-home-wrap._1 {
  background-image: url('../images/im3rd-media-RTxQBPGA3IQ-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section.blog {
  margin-top: 100px;
}

.styleguide-block {
  display: block;
  margin-top: 80px;
  margin-bottom: 80px;
  -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;
  text-align: left;
}

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

.container.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 40px;
  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;
}

.paragraph--large {
  margin-bottom: 10px;
  opacity: 1;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.paragraph--large.cc-bigger-light {
  opacity: 0.6;
}

.paragraph--large.cc-bigger-white-light {
  opacity: 0.78;
  color: #3b2004;
  font-weight: 600;
}

.button {
  display: none;
  padding: 12px 25px;
  border-radius: 8px;
  background-color: #2c4257;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.button:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #2c4257;
  border-radius: 8px;
  background-color: #fff;
  color: #1a1b1f;
}

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

.button.jumbo-button {
  padding: 16px 35px;
  background-color: #2c4257;
  font-size: 14px;
  line-height: 26px;
}

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

.button.cc-contact-us {
  position: relative;
  z-index: 5;
  margin-left: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #2c4257;
  background-color: #3b2004;
}

.button.cc-contact-us:hover {
  border-width: 1px;
}

.button.cc-contact-us.no-mg {
  margin-left: 0px;
  background-color: #3b2004;
}

.button.cc-contact-us.no-mg:hover {
  background-color: #fff;
  color: #3b2004;
}

.button.cc-contact-us.no-mg.mg {
  margin-left: 65px;
  border-width: 0px;
}

.button.cc-contact-us.no-mg.cal {
  margin-top: 30px;
  border-width: 0px;
}

.button.cc-white-button {
  padding: 16px 35px;
  background-color: #fff;
  color: #202020;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.button.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

.button.home {
  display: inline-block;
}

.button.df {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: 0.6;
}

.label.cc-blog-date {
  display: block;
  margin-top: 20px;
  opacity: 0.6;
  font-weight: 600;
}

.label.home {
  margin-top: 20px;
  text-align: left;
}

.label.skills-collection-list {
  margin-top: 10px;
}

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

.rich-text p {
  margin-top: 15px;
  margin-bottom: 25px;
  opacity: 0.6;
}

.paragraph-light {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.6;
}

.paragraph-light.skills-collection-list {
  padding-right: 10px;
  padding-left: 10px;
}

.paragraph-light.d {
  width: 365px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.large-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 62px;
  line-height: 1.1;
  font-weight: 500;
  text-transform: none;
}

.large-heading.cc-styleguide {
  font-family: Montserrat, sans-serif;
  color: #1a1b1f;
  font-weight: 500;
  text-align: left;
}

.heading-jumbo-small {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
  text-transform: none;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 460px;
  padding: 30px;
  -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: #2c4257;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2c4257), to(#fff));
  background-image: linear-gradient(180deg, #2c4257, #fff);
  color: #fff;
  text-align: center;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 150px;
}

.logo-link:hover {
  opacity: 0.8;
}

.logo-link:active {
  opacity: 0.7;
}

.logo-link.w--current {
  position: absolute;
  left: 0px;
  top: -20px;
  display: block;
  width: 150px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 5px;
}

.menu {
  z-index: 0;
  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;
}

.navigation-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  display: block;
  width: 100%;
  padding: 30px 75px;
  -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: hsla(0, 0%, 96.3%, 0);
}

.navigation-item {
  padding-top: 14px;
  padding-bottom: 14px;
  opacity: 0.6;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navigation-item:hover {
  opacity: 0.9;
}

.navigation-item:active {
  opacity: 0.8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 500;
}

.navigation-item.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.logo-image {
  display: block;
  width: 100%;
  border-radius: 5px;
}

.navigation-items {
  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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
  background-color: #fff;
}

.footer-wrap {
  display: block;
  margin-right: 20px;
  margin-left: 20px;
  padding: 40px 0px;
  float: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.intro-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-bottom: 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;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.11)), color-stop(0%, hsla(0, 0%, 100%, 0)), color-stop(75%, rgba(255, 255, 255, 0)), to(rgba(56, 40, 17, 0.81))), url('../images/adck.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.11), hsla(0, 0%, 100%, 0) 0%, rgba(255, 255, 255, 0) 75%, rgba(56, 40, 17, 0.81)), url('../images/adck.png');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  color: #fff;
  background-clip: border-box;
}

.intro-header.cc-subpage {
  height: 100vh;
  background-color: transparent;
  background-image: url('../images/perg.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(44, 66, 87, 0.56)), to(rgba(44, 66, 87, 0.56))), -webkit-gradient(linear, left top, left bottom, from(#47434d), to(#fff));
  background-image: url('../images/perg.jpg'), linear-gradient(180deg, rgba(44, 66, 87, 0.56), rgba(44, 66, 87, 0.56)), linear-gradient(180deg, #47434d, #fff);
  background-position: 50% 50%, 0px 0px, 0px 0px;
  background-size: cover, auto, auto;
  color: #fff;
}

.intro-header.cc-subpage.escada {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.33)), to(rgba(0, 0, 0, 0.33))), url('../images/escada.jpg'), -webkit-gradient(linear, left top, left bottom, from(#47434d), to(#fff));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.33)), url('../images/escada.jpg'), linear-gradient(180deg, #47434d, #fff);
  background-position: 0px 0px, 50% 50%, 0px 0px;
  background-size: auto, cover, auto;
  background-attachment: scroll, scroll, scroll;
}

.intro-header.cc-subpage.assoalhos {
  background-image: url('../images/WhatsApp-Image-2020-09-08-at-11.14.13.jpeg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), -webkit-gradient(linear, left top, left bottom, from(#47434d), to(#fff));
  background-image: url('../images/WhatsApp-Image-2020-09-08-at-11.14.13.jpeg'), linear-gradient(180deg, transparent, transparent), linear-gradient(180deg, #47434d, #fff);
}

.intro-header.cc-subpage.reaspagem {
  background-image: url('../images/WhatsApp-Image-2020-09-08-at-11.13.03-2.jpeg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), -webkit-gradient(linear, left top, left bottom, from(#47434d), to(#fff));
  background-image: url('../images/WhatsApp-Image-2020-09-08-at-11.13.03-2.jpeg'), linear-gradient(180deg, transparent, transparent), linear-gradient(180deg, #47434d, #fff);
  background-position: 50% 50%, 0px 0px, 0px 0px;
  background-size: cover, auto, auto;
  background-attachment: scroll, scroll, scroll;
}

.intro-header.cc-subpage.decks {
  background-image: url('../images/WhatsApp-Image-2020-09-08-at-11.14.14.jpeg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), -webkit-gradient(linear, left top, left bottom, from(#47434d), to(#fff));
  background-image: url('../images/WhatsApp-Image-2020-09-08-at-11.14.14.jpeg'), linear-gradient(180deg, transparent, transparent), linear-gradient(180deg, #47434d, #fff);
}

.intro-header.cc-subpage.forros {
  background-image: url('../images/forro.jpg'), -webkit-gradient(linear, left top, left bottom, from(#47434d), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url('../images/forro.jpg'), linear-gradient(180deg, #47434d, #fff), linear-gradient(180deg, transparent, transparent);
  background-position: 50% 0%, 0px 0px, 0px 0px;
  background-size: cover, auto, auto;
  background-attachment: scroll, scroll, scroll;
}

.intro-header.cc-subpage.taco {
  background-image: url('../images/taco.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), -webkit-gradient(linear, left top, left bottom, from(#47434d), to(#fff));
  background-image: url('../images/taco.jpg'), linear-gradient(180deg, transparent, transparent), linear-gradient(180deg, #47434d, #fff);
  background-position: 50% 100%, 0px 0px, 0px 0px;
}

.intro-header.cc-subpage.paineis {
  background-image: url('../images/pn.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), -webkit-gradient(linear, left top, left bottom, from(#47434d), to(#fff));
  background-image: url('../images/pn.jpg'), linear-gradient(180deg, transparent, transparent), linear-gradient(180deg, #47434d, #fff);
}

.intro-header.cc-subpage.brise {
  background-image: url('../images/brises.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), -webkit-gradient(linear, left top, left bottom, from(#47434d), to(#fff));
  background-image: url('../images/brises.jpg'), linear-gradient(180deg, transparent, transparent), linear-gradient(180deg, #47434d, #fff);
}

.intro-header._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.11)), color-stop(0%, hsla(0, 0%, 100%, 0)), color-stop(75%, rgba(255, 255, 255, 0)), to(rgba(56, 40, 17, 0.81))), url('../images/perg.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.11), hsla(0, 0%, 100%, 0) 0%, rgba(255, 255, 255, 0) 75%, rgba(56, 40, 17, 0.81)), url('../images/perg.jpg');
  background-position: 0px 0px, 50% 0%;
}

.intro-header.def {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.11)), color-stop(0%, hsla(0, 0%, 100%, 0)), color-stop(75%, rgba(255, 255, 255, 0)), to(rgba(56, 40, 17, 0.81))), url('../images/escadinha.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.11), hsla(0, 0%, 100%, 0) 0%, rgba(255, 255, 255, 0) 75%, rgba(56, 40, 17, 0.81)), url('../images/escadinha.jpg');
}

.intro-header._1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.11)), color-stop(0%, hsla(0, 0%, 100%, 0)), color-stop(75%, rgba(255, 255, 255, 0)), to(rgba(56, 40, 17, 0.81))), url('../images/im3rd-media-RTxQBPGA3IQ-unsplash.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.11), hsla(0, 0%, 100%, 0) 0%, rgba(255, 255, 255, 0) 75%, rgba(56, 40, 17, 0.81)), url('../images/im3rd-media-RTxQBPGA3IQ-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.intro-content {
  width: 70%;
  margin: 0px;
  padding: 0px 35px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.57);
  color: #2c4257;
  text-align: center;
}

.intro-content.cc-homepage {
  margin-bottom: 20px;
}

.motto-wrap {
  width: 80%;
  margin-right: auto;
  margin-bottom: 85px;
  margin-left: auto;
  text-align: center;
}

.about-story-wrap {
  width: 80%;
  margin: 80px auto;
  text-align: center;
}

.our-services-grid {
  margin-bottom: 120px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-auto-flow: row;
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  -ms-grid-rows: auto 40px auto;
  grid-template-areas: "Area Area" "Area Area";
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: 1fr 1fr;
  -o-object-fit: fill;
  object-fit: fill;
}

.section-heading-wrap {
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: center;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  padding: 9px 30px;
  background-color: #202020;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  display: block;
  width: 70%;
  margin: 100px auto;
}

.contact-form-wrap {
  padding: 45px 50px 50px;
  border: 0px none transparent;
}

.contact-form-wrap.af {
  padding-right: 0px;
  padding-left: 0px;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-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;
}

.text-field {
  margin-bottom: 18px;
  padding: 21px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-size: 14px;
  line-height: 26px;
}

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

.text-field:active {
  border-color: #43464d;
}

.text-field:focus {
  border-color: #43464d;
}

.text-field::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0px;
  margin-bottom: 15px;
  font-weight: 400;
}

.project-cover-pic {
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/WhatsApp-Image-2020-09-08-at-11.55.12.jpeg');
  background-position: 0px 0px;
  background-size: auto;
}

.projects-grid {
  margin-bottom: 60px;
  justify-items: stretch;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: "." "." ".";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 30px auto 30px auto;
  grid-template-rows: auto auto auto;
}

.project-name-wrap {
  display: block;
  width: 100%;
  margin-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;
  text-align: center;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: 0.8;
}

.project-name-link:active {
  opacity: 0.7;
}

.project-name-link.home {
  color: rgba(26, 27, 31, 0.67);
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  text-align: left;
}

.project-cover-link {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.project-cover-link:hover {
  opacity: 0.8;
}

.project-cover-link:active {
  opacity: 0.7;
}

.project-overview-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 620px;
  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;
  background-color: #f4f4f4;
  background-image: url('../images/Main-Project-Image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.project-overview-header.cc-project-2-header {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Main-Project-Image.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Main-Project-Image.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.project-details-grid {
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 80px 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
  background-color: transparent;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  display: block;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  display: block;
  margin-right: auto;
  margin-bottom: 80px;
  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;
  text-align: center;
}

.blog-preview-image {
  display: block;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
}

.blog-preview-image:hover {
  opacity: 0.8;
}

.blog-preview-image:active {
  opacity: 0.7;
}

.blog-summary-wrap {
  width: 70%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  text-align: left;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: 0.8;
}

.blog-heading-link:active {
  opacity: 0.7;
}

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

.protected-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.protected-heading {
  margin-bottom: 30px;
}

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

._404-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
  -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: #2c4257;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 0px;
  margin-bottom: 0px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.section-heading.ct {
  text-align: center;
}

.about-grid {
  margin-bottom: 140px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 80px 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about-grid.cc-about-2 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about-grid.cc-about-2.nn {
  margin-bottom: 0px;
}

.intro-text {
  width: 600px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 40px 22px;
  border-radius: 5px;
  background-color: #fff;
}

.collection-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  margin-bottom: 60px;
  text-align: center;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-right: 45px;
  padding-bottom: 30px;
  padding-left: 15px;
}

.portfoilo-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 38px;
  font-weight: 500;
  text-decoration: none;
}

.portfoilo-heading:hover {
  opacity: 0.8;
}

.portfoilo-heading:active {
  opacity: 0.7;
}

.text-link {
  display: inline-block;
  color: #1a1b1f;
}

.instagram-icon {
  margin: 10px 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.fb-icon {
  margin: 10px 10px 10px 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.rss-feed {
  margin: 10px 10px 10px 3px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.twitter-icon {
  display: block;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.social-link {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.linkedin-icon {
  margin: 10px 0px 10px 7px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.pinterest-icon {
  margin: 10px 10px 10px 3px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.youtube-icon {
  margin: 10px 10px 10px 4px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.social-media-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 50px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.blue-line-short {
  width: 90px;
  height: 2px;
  margin-bottom: 20px;
  background-color: #2c4257;
  color: #2c4257;
}

.blue-line-long {
  width: 100%;
  height: 1px;
  margin-bottom: 20px;
  background-color: #2c4257;
  color: #2c4257;
}

.footer-links-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: left;
}

.fine-print-footer {
  font-size: 12px;
  font-weight: 300;
  text-align: center;
}

.footer-section {
  margin-right: 0px;
  margin-bottom: 40px;
  margin-left: 0px;
  float: none;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#2c4257));
  background-image: linear-gradient(180deg, #fff, #2c4257);
}

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

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

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

.portfolio-cms {
  margin-bottom: 0px;
}

.blog-cms {
  margin-bottom: 120px;
}

.required-fields {
  color: #1a1b1f;
  font-size: 14px;
  font-weight: 600;
}

.image {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2c4257), to(#fff));
  background-image: linear-gradient(180deg, #2c4257, #fff);
  -o-object-fit: cover;
  object-fit: cover;
}

.brand-color {
  max-width: 100%;
  background-color: #47434d;
}

.brand-color.two {
  background-color: #2c4257;
}

.brand-color.six {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2c4257), to(#fff));
  background-image: linear-gradient(180deg, #2c4257, #fff);
}

.brand-color.three {
  background-color: #1a1b1f;
}

.brand-color.four {
  background-color: #fff;
}

.brand-color.five {
  background-color: #000;
}

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

.featured-work {
  margin-bottom: 30px;
}

.div-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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.project-summary {
  text-align: left;
}

.skills-collection-list {
  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;
}

.button-center-div {
  margin-bottom: 40px;
  text-align: center;
}

.slider {
  width: 100%;
  height: 100vh;
}

.div-block-2 {
  height: 300px;
  background-image: url('../images/lj.jpeg');
  background-position: 0px 0px;
  background-size: cover;
}

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

.slide-nav {
  display: none;
}

.footer {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f5f5f5;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -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;
}

.footer-logo-link {
  max-height: none;
  margin-right: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #444;
  text-decoration: none;
}

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

.div-block-4 {
  position: absolute;
  left: 50%;
  bottom: 40px;
  z-index: 1000;
  width: 200px;
  margin-left: -100px;
  color: #fff;
}

.paragraph {
  margin-bottom: 0px;
  font-size: 22px;
  font-weight: 600;
}

.paragraph.ct {
  text-align: center;
}

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

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-bottom: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.33)), to(rgba(0, 0, 0, 0.33))), url('../images/WhatsApp-Image-2020-09-08-at-11.12.52.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.33)), url('../images/WhatsApp-Image-2020-09-08-at-11.12.52.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
  -webkit-transition: background-color 300ms ease, -webkit-transform 200ms ease;
  transition: background-color 300ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, background-color 300ms ease;
  transition: transform 200ms ease, background-color 300ms ease, -webkit-transform 200ms ease;
}

.div-block-5:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/assoalho-dm.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/assoalho-dm.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.div-block-5.asso {
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/WhatsApp-Image-2020-09-08-at-11.14.13-1.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/WhatsApp-Image-2020-09-08-at-11.14.13-1.jpeg');
  background-size: auto, cover;
  -webkit-transition: background-color 300ms ease, -webkit-transform 200ms ease;
  transition: background-color 300ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, background-color 300ms ease;
  transition: transform 200ms ease, background-color 300ms ease, -webkit-transform 200ms ease;
}

.div-block-5.asso:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/WhatsApp-Image-2020-09-08-at-11.14.13-1.jpeg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/WhatsApp-Image-2020-09-08-at-11.14.13-1.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.div-block-5.forro {
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/froo.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/froo.jpg');
}

.div-block-5.forro:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/froo.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/froo.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
}

.div-block-5.tacos {
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.33)), to(rgba(0, 0, 0, 0.33))), url('../images/tcopal.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.33)), url('../images/tcopal.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
}

.div-block-5.tacos:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/tcopal.png');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/tcopal.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
}

.div-block-5.decks {
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/WhatsApp-Image-2020-09-08-at-11.14.15-2.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/WhatsApp-Image-2020-09-08-at-11.14.15-2.jpeg');
  background-size: auto, cover;
}

.div-block-5.decks:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/WhatsApp-Image-2020-09-08-at-11.14.15-2.jpeg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/WhatsApp-Image-2020-09-08-at-11.14.15-2.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-5.paineis {
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.33)), to(rgba(0, 0, 0, 0.33))), url('../images/WhatsApp-Image-2020-09-08-at-11.13.06-1.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.33)), url('../images/WhatsApp-Image-2020-09-08-at-11.13.06-1.jpeg');
  background-size: auto, cover;
}

.div-block-5.paineis:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/WhatsApp-Image-2020-09-08-at-11.13.06-1.jpeg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/WhatsApp-Image-2020-09-08-at-11.13.06-1.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-5.escadas {
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/WhatsApp-Image-2020-09-08-at-11.12.52.jpeg');
  background-image: linear-gradient(180deg, null, null), url('../images/WhatsApp-Image-2020-09-08-at-11.12.52.jpeg');
  background-size: auto, cover;
}

.div-block-5.escadas:hover {
  background-image: url('../images/WhatsApp-Image-2020-09-08-at-11.12.52.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-5.brises {
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.33)), to(rgba(0, 0, 0, 0.33))), url('../images/br.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.33)), url('../images/br.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-5.brises:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/br.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/br.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-5.assoalhos {
  width: 100%;
}

.div-block-5.perg {
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.33)), to(rgba(0, 0, 0, 0.33))), url('../images/WhatsApp-Image-2020-09-08-at-11.13.00-3.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.33)), url('../images/WhatsApp-Image-2020-09-08-at-11.13.00-3.jpeg');
  background-size: auto, cover;
}

.div-block-5.perg:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/WhatsApp-Image-2020-09-08-at-11.13.00-3.jpeg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/WhatsApp-Image-2020-09-08-at-11.13.00-3.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-5.painel {
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.33)), to(rgba(0, 0, 0, 0.33))), url('../images/pn.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.33)), url('../images/pn.jpeg');
  background-size: auto, cover;
}

.div-block-5.painel:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/pn.jpeg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/pn.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 26px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.heading.call {
  font-size: 28px;
  line-height: 1.4;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  -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('../images/wood-background-911073_1920.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-attachment: fixed;
}

.section-3.call {
  height: auto;
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.57), rgba(59, 32, 4, 0.13)), url('../images/wood-background-911073_1920.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 800px;
  -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;
}

.slider-2 {
  height: 300px;
}

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

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.lightbox-link {
  width: 100%;
  margin-bottom: 22px;
}

.lightbox-link.longas {
  width: 45%;
}

.heading-2 {
  width: 400px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.link-block {
  overflow: hidden;
  width: 25%;
  padding-right: 0px;
  padding-left: 0px;
  text-decoration: none;
}

.link-block._20 {
  width: 20%;
}

.div-block-9 {
  width: 100%;
}

.div-block-12 {
  margin-right: 30px;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.div-block-13 {
  position: relative;
}

.dropdown-list {
  background-color: #fff;
}

.dropdown-list.w--open {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.div-block-14 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 10000000000;
  display: none;
  width: 100%;
  height: 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: rgba(0, 0, 0, 0.63);
}

.div-block-15 {
  position: relative;
  overflow: scroll;
  width: 50%;
  height: 80vh;
  max-width: 800px;
  padding-top: 50px;
  background-color: #fff;
}

.algn-modal {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

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

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.link-block-2 {
  display: block;
  width: 50px;
  padding-right: 0px;
  padding-left: 0px;
}

.link-block-2.whats {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000000;
  width: 60px;
  border-radius: 50px;
  background-color: #389510;
}

.div-block-19 {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 10000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -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: #ff9292;
}

.image-3 {
  width: 100%;
}

.image-4 {
  margin-right: auto;
  margin-left: auto;
}

.link-block-3 {
  text-decoration: underline;
}

.link-block-3:hover {
  text-decoration: none;
}

.paragraph-2 {
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

@media screen and (max-width: 991px) {
  .section.cc-store-home-wrap.fazemos {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .styleguide-block {
    text-align: center;
  }
  .button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .button.cc-contact-us {
    display: block;
  }
  .button.cc-contact-us.no-mg.mg {
    display: none;
  }
  .paragraph-light {
    text-align: left;
  }
  .large-heading {
    font-size: 32px;
    line-height: 70px;
  }
  .logo-link.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .menu-icon {
    display: block;
  }
  .menu {
    position: static;
    margin-left: 30px;
  }
  .navigation-wrap {
    background-color: transparent;
  }
  .navigation {
    padding: 25px 30px;
  }
  .navigation-item {
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }
  .navigation-item:hover {
    background-color: #f7f8f9;
  }
  .navigation-item:active {
    background-color: #eef0f3;
  }
  .menu-button {
    padding: 14px;
    border-radius: 5px;
    background-color: #fff;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .navigation-items {
    background-color: #fff;
  }
  .intro-header {
    background-position: 0px 0px, 50% 50%;
  }
  .intro-header.cc-subpage {
    background-image: url('../images/perg.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), -webkit-gradient(linear, left top, left bottom, from(#47434d), to(#fff));
    background-image: url('../images/perg.jpg'), linear-gradient(180deg, transparent, transparent), linear-gradient(180deg, #47434d, #fff);
    background-attachment: scroll, scroll, scroll;
  }
  .intro-header._2 {
    background-attachment: scroll, scroll;
  }
  .intro-content {
    width: 100%;
  }
  .our-services-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-template-areas: ". ." ". ." ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: center;
  }
  .service-icon {
    display: inline-block;
  }
  .get-in-touch-form {
    text-align: left;
  }
  .project-overview-header {
    height: 420px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Main-Project-Image.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/Main-Project-Image.jpg');
    background-size: auto, contain;
  }
  .project-overview-header.cc-project-2-header {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/Main-Project-Image.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Main-Project-Image.jpg');
    background-size: auto, contain;
  }
  .project-details-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 50px;
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }
  .blog-detail-header-wrap {
    width: 70%;
  }
  .detail-header-image {
    height: 460px;
  }
  .blog-item {
    width: 80%;
  }
  .blog-preview-image {
    height: 460px;
  }
  .blog-summary-wrap {
    width: 100%;
  }
  .about-grid {
    grid-row-gap: 50px;
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }
  .about-grid.cc-about-2 {
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .intro-text {
    width: auto;
  }
  .collection-wrap {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .blog-preview-wrap {
    width: 80%;
    padding-right: 15px;
    text-align: center;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer-flex-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: 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;
  }
  .footer-logo-link {
    width: 100%;
    margin-bottom: 50px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .footer-image {
    width: 200.00001525878906px;
    margin-right: auto;
    margin-left: auto;
  }
  .section-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .lightbox-link.longas {
    display: block;
    width: 100%;
  }
  .link-block {
    width: 100%;
  }
  .link-block._20 {
    width: 100%;
  }
  .div-block-10 {
    width: 45%;
  }
  .div-block-11 {
    width: 45%;
  }
  .div-block-12 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .div-block-17 {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-right: 15px;
    margin-left: 15px;
  }
  .section.cc-home-wrap {
    margin-right: 0px;
    margin-left: 0px;
  }
  .section.cc-store-home-wrap {
    margin-right: 0px;
    margin-left: 0px;
  }
  .section.cc-store-home-wrap.fazemos {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0px;
  }
  .container {
    text-align: center;
  }
  .paragraph--large {
    font-size: 16px;
    line-height: 28px;
  }
  .button.cc-contact-us {
    display: none;
  }
  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }
  .large-heading {
    font-size: 32px;
    line-height: 64px;
  }
  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }
  .logo-link {
    padding-left: 0px;
  }
  .navigation-wrap {
    width: auto;
  }
  .navigation {
    padding: 20px 30px;
  }
  .intro-header._2 {
    background-position: 0px 0px, 50% 50%;
  }
  .intro-content {
    width: 100%;
  }
  .our-services-grid {
    grid-row-gap: 60px;
    grid-template-areas: "." "." "." "." "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 60px auto 60px auto 60px auto;
    grid-template-rows: auto auto auto auto;
  }
  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }
  .contact-form-wrap {
    padding: 30px;
  }
  .text-field.cc-contact-field {
    text-align: left;
  }
  .text-field.cc-textarea {
    text-align: left;
  }
  .project-cover-pic {
    width: 100%;
  }
  .project-name-wrap {
    margin-bottom: 30px;
  }
  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }
  .project-overview-header {
    height: 310px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Main-Project-Image.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/Main-Project-Image.jpg');
    background-size: auto, contain;
  }
  .project-overview-header.cc-project-2-header {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/Main-Project-Image.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Main-Project-Image.jpg');
    background-size: auto, contain;
  }
  .detail-image {
    margin-bottom: 15px;
  }
  .blog-detail-header-wrap {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }
  .blog-item {
    width: 90%;
    max-width: 470px;
  }
  .blog-summary-wrap {
    text-align: center;
  }
  .utility-page-wrap {
    padding: 15px;
  }
  ._404-wrap {
    padding: 30px;
  }
  .home-section-wrap {
    margin-bottom: 0px;
  }
  .footer-links-inner {
    display: block;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .footer-section {
    margin-right: 15px;
    margin-left: 15px;
  }
  .contact-container {
    text-align: center;
  }
  .footer {
    padding: 40px 20px;
  }
  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .footer-link.df {
    margin-left: -28px;
  }
  .div-block-11 {
    width: 50%;
  }
  .left-arrow {
    display: none;
  }
  .div-block-15 {
    width: 80%;
  }
  .div-block-17 {
    max-width: 300px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }
  .label.home {
    text-align: center;
  }
  .rich-text {
    width: 100%;
    max-width: none;
  }
  .paragraph-light {
    text-align: center;
  }
  .paragraph-light.d {
    width: 100%;
  }
  .large-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    font-size: 22px;
    line-height: 48px;
  }
  .menu {
    margin-left: 15px;
  }
  .navigation {
    padding-right: 20px;
    padding-left: 20px;
  }
  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .menu-button.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .intro-header._2 {
    height: 100vh;
  }
  .intro-content {
    display: none;
    padding-right: 20px;
    padding-left: 20px;
  }
  .our-services-grid {
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .status-message.cc-no-data {
    width: 100%;
  }
  .project-name-link.home {
    text-align: center;
  }
  .project-overview-header {
    height: 310px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Main-Project-Image.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/Main-Project-Image.jpg');
    background-size: auto, contain;
    background-attachment: scroll, scroll;
  }
  .project-overview-header.cc-project-2-header {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/Main-Project-Image.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Main-Project-Image.jpg');
    background-size: auto, contain;
  }
  .project-details-grid {
    width: 100%;
  }
  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }
  .blog-item {
    width: 100%;
    max-width: none;
  }
  .about-grid.cc-about-2 {
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .social-link {
    margin-right: 0px;
    margin-left: 0px;
  }
  .social-media-links {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .footer-links-inner {
    margin-top: 20px;
    float: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    font-size: 12px;
  }
  .fine-print-footer {
    padding-top: 18px;
    line-height: 22px;
  }
  .div-block {
    -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;
  }
  .project-summary.paragraph-light {
    text-align: center;
  }
  .footer {
    overflow: hidden;
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }
  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-logo-link {
    width: 65%;
    height: auto;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .footer-image {
    width: 100%;
  }
  .footer-heading {
    margin-top: 20px;
  }
  .footer-link.df {
    margin-left: 0px;
  }
  .div-block-4 {
    bottom: 40px;
  }
  .heading-2 {
    width: 100%;
  }
  .div-block-11.df {
    width: 100%;
  }
  .div-block-13 {
    position: relative;
  }
  .div-block-14 {
    display: none;
  }
  .div-block-15 {
    position: relative;
    width: 90%;
  }
  .div-block-17 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .div-block-19 {
    position: absolute;
    top: 0px;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: auto;
    padding-right: 5px;
    padding-left: 6px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .image-3 {
    width: 100%;
  }
  .text-block {
    font-size: 11px;
  }
}

#w-node-76c147234d34-0adf40ef {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-76c147234d3f-0adf40ef {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-9f5e12b9b926-0adf40ef {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-9f5e12b9b92f-0adf40ef {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-5e9b513b88cb-0adf40ef {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-e20904cdfcf9-0adf40ef {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-841583ee0803-0adf40ef {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-509be705858e-81df40f5 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 991px) {
  #w-node-76c147234d34-0adf40ef {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-76c147234d3f-0adf40ef {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-9f5e12b9b926-0adf40ef {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-9f5e12b9b92f-0adf40ef {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-5e9b513b88cb-0adf40ef {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row-align: start;
    align-self: start;
  }
  #w-node-509be705858e-81df40f5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e20904cdfcf9-0adf40ef {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-841583ee0803-0adf40ef {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}