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

p {
  margin-bottom: 10px;
  line-height: 35px;
}

.title-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 25em;
  -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: #883318;
}

.section-2 {
  width: 100%;
  min-height: 100vh;
  background-color: transparent;
}

.section-2.hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(63deg, rgba(0, 0, 0, 0.73) 23%, hsla(0, 0%, 100%, 0.2)), url('../images/AdobeStock_465616302.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.about-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  padding-top: 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: 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: #a83f1e;
}

.section-4 {
  width: 100%;
  min-height: 100vh;
  background-color: transparent;
}

.section-4.services-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  min-height: 100vh;
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #883318;
}

.work-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #a83f1e;
}

.header-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 12vh;
  padding-top: 2.3em;
  -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: #a83f1e;
}

.header-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80em;
  margin-top: 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;
}

.social-media-holder {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 9.5em;
  height: 5em;
  padding: 0px;
  -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;
}

.image-2 {
  margin: 22px;
}

.image-2:hover {
  color: transparent;
}

.title-section-container {
  width: 58.8em;
  line-height: 20px;
}

.heading {
  width: 13.3em;
  height: 1.1em;
  margin-top: 0.3em;
  margin-bottom: 0.5em;
  font-family: Oswald, sans-serif;
  font-size: 4.3em;
  line-height: 1.1em;
  text-transform: uppercase;
  text-shadow: 1px 1px 4px #fff;
}

.color-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 122px;
  border-bottom: 2px solid #a83f1e;
  background-color: rgba(56, 56, 56, 0.73);
}

.hero-text-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  height: 30em;
  -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;
}

.welcome-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 7.6em;
  line-height: 90px;
  font-weight: 400;
}

.h2-text {
  margin-top: 5px;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #f2994a;
  font-size: 4.1em;
  line-height: 1em;
  font-weight: 500;
}

.paragraph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 29.3em;
  margin-top: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 27px;
  font-weight: 300;
}

.hero-text-holder {
  display: block;
  width: 97%;
  margin-top: 0px;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.hero-button-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  margin-top: 73px;
  padding-right: 35px;
  -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-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 6em;
  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;
  background-color: #000;
}

.section-title.services-title-section {
  margin-top: -137px;
  padding-top: 4px;
}

.section-title-line {
  width: 100%;
  height: 2px;
  background-color: #883318;
}

.heading-2 {
  margin-top: 0px;
  color: #fff;
  font-size: 64px;
  line-height: 62px;
  font-weight: 300;
  text-transform: uppercase;
}

.about-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80%;
  margin-top: 60px;
  margin-bottom: 75px;
  margin-left: 27px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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;
}

.about-middle-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: auto;
  margin-top: 28px;
  -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;
}

.about-bottom-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36%;
  max-width: 70%;
  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;
}

.heading-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 7px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #fff;
  font-size: 53px;
  line-height: 56px;
  font-weight: 400;
}

.top-about-p {
  display: block;
  width: auto;
  margin-top: 20px;
  margin-right: 15px;
  margin-bottom: 0px;
  padding-right: 0em;
  color: #fff;
  font-size: 20px;
  line-height: 35px;
  font-weight: 300;
  letter-spacing: 0.2px;
}

.about-img {
  position: relative;
  z-index: 3;
  width: 67.2em;
  height: 527px;
  margin-top: -38px;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-content-holder {
  width: 100%;
  max-width: none;
  margin-top: -14px;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
}

.button-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 13.6em;
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 47px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.button-holder.about {
  width: 100%;
  height: auto;
  margin: 0px auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.services-content {
  position: static;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  height: 50.3em;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.services-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 440px;
  -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-left: 2px dotted hsla(0, 0%, 100%, 0.2);
  -o-object-fit: cover;
  object-fit: cover;
}

.services-container.stucco {
  border: 1px none #000;
}

.services-container.concreat {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading-5 {
  margin-top: 25px;
  color: #fff;
  font-size: 35px;
  line-height: 35px;
  font-weight: 400;
}

.paragraph-3 {
  width: 295px;
  padding-right: 2em;
  padding-left: 1em;
  color: #fff;
  font-size: 16px;
  line-height: 35px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.2px;
}

.image-8 {
  width: 16em;
  height: auto;
  max-width: 100%;
  border-style: solid;
  border-width: 8px;
  border-color: #fff;
  border-radius: 50%;
  box-shadow: -2px 7px 15px -2px #000;
  -o-object-fit: cover;
  object-fit: cover;
}

.logo {
  width: auto;
  height: 97px;
}

.logo-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  -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;
}

.gradent-blur {
  position: absolute;
  left: auto;
  top: 32%;
  right: -8%;
  bottom: auto;
  z-index: 2;
  display: block;
  width: 20em;
  height: 20em;
  margin-top: 0px;
  border-radius: 50%;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.51), rgba(136, 51, 24, 0.18));
  -webkit-filter: blur(6.3em);
  filter: blur(6.3em);
}

.gradent-blur.about-section {
  left: -7%;
  top: 6%;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 25em;
  height: auto;
  min-height: 30vh;
}

.gradent-blur.bottom-right {
  left: auto;
  top: auto;
  right: -6%;
  bottom: -9%;
}

.gradent-blur.service-section-top-left {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.gradent-blur.gradent-top-left {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 15em;
  height: 15em;
}

.gradent-blur.service-section-bottom-right {
  left: -7%;
  top: auto;
  right: auto;
  bottom: -5%;
  width: 25em;
  height: 25em;
}

.gradent-blur.work-bottom-right {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
}

.gradent-blur.work-top-right {
  left: auto;
  top: 5%;
  right: 0%;
  bottom: auto;
  display: none;
}

.gradent-blur.contact-right {
  top: 57%;
  width: 25em;
  height: 25em;
  -webkit-filter: blur(4.7em);
  filter: blur(4.7em);
}

.gradent-blur.contact-left {
  left: -7%;
  top: -5%;
  right: auto;
  bottom: auto;
  width: 30em;
  height: 30em;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.51) 5%, rgba(136, 51, 24, 0.18));
}

.wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.footer-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  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: 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: rgba(0, 0, 0, 0.87);
  background-image: url('../images/footer-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  height: 49.8em;
  max-width: 85%;
  margin-top: 85px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.footer-content {
  display: -ms-grid;
  display: grid;
  min-height: 9.5em;
  min-width: 85%;
  margin-top: 53px;
  margin-bottom: 19px;
  padding-top: 23px;
  padding-bottom: 21px;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 0.75fr 1.75fr auto;
  grid-template-rows: 0.75fr 1.75fr auto;
  border-top: 1px solid hsla(0, 0%, 100%, 0.19);
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}

.footer-logo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  -o-object-fit: fill;
  object-fit: fill;
}

.logo-image {
  -o-object-fit: cover;
  object-fit: cover;
}

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

.paragraph-6 {
  margin-bottom: 0px;
  padding-top: 15px;
  color: #fff;
  font-size: 22px;
  line-height: 31px;
  font-weight: 300;
  text-align: center;
}

.phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -16px;
  padding-bottom: 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;
}

.location-icon {
  width: 20px;
  height: 29px;
}

.phone-icon {
  width: 21px;
  height: 31px;
}

.text-block {
  color: #fff;
  font-size: 20px;
}

.phone-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 1px;
}

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

.link {
  margin-top: 9px;
  padding-top: 0px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  font-size: 22px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 0.01em;
  text-decoration: none;
}

.link:hover {
  color: #f05a29;
}

.hours-of-operation-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 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;
  color: #fff;
  font-size: 27px;
  line-height: 25px;
  font-weight: 700;
  text-transform: uppercase;
}

.days-of-operation {
  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;
  color: #fff;
  font-size: 22px;
  line-height: 33px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
}

.social-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15.5em;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 18px;
  -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;
}

.social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  padding: 10px;
  -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: 50%;
  background-color: #f05a29;
  box-shadow: 1px 1px 3px 0 #000;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.social-link:hover {
  background-color: #a83f1e;
}

.social-link-image {
  width: 19px;
  height: 19px;
  margin-right: 0px;
  padding: 0px;
}

.copy-rights {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 8.3em;
  margin-top: 91px;
  -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: solid;
  border-width: 2px;
  border-color: rgba(168, 63, 30, 0.51) #000 #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
}

.paragraph-7 {
  padding-top: 10px;
  color: #fff;
  font-size: 19px;
  font-style: italic;
  font-weight: 200;
  letter-spacing: 0.1px;
}

.pre-loader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
}

.vertical-bar {
  width: 4%;
  height: 100%;
  background-color: #000;
}

.preloader-text {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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;
}

.preloader-text-mask {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 200px;
  margin-top: -211px;
  -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;
}

.caps-text {
  color: #a83f1e;
  font-size: 20px;
}

.preloader-verse {
  margin-bottom: 34px;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  text-transform: uppercase;
}

.swervices-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 101%;
  margin-top: 91px;
  padding-top: 20px;
  -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;
}

.mouse-wrapper {
  position: absolute;
  left: 48%;
  top: auto;
  right: auto;
  bottom: 11%;
  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;
  text-decoration: none;
}

.mouse-wrapper.w--current {
  bottom: 11%;
}

.mouse-wrapper.services {
  position: absolute;
  bottom: 4%;
}

.mouse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 50px;
  -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: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 50px;
}

.circle {
  width: 6px;
  height: 6px;
  margin-top: 10px;
  border-radius: 50%;
  background-color: #fff;
}

.scroll-text {
  margin-top: 10px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.work-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  min-width: 85%;
  padding-top: 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;
}

.work-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 7.4em;
  min-width: 100%;
  margin-top: -12.8em;
}

.work-left-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 44.4em;
  margin-right: 2em;
  padding-top: 2em;
  -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-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.work-right-wrapper {
  display: -ms-grid;
  display: grid;
  min-height: 33.7em;
  min-width: 33px;
  justify-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: minmax(auto, 0.75fr) minmax(auto, 0.5fr);
  grid-template-rows: minmax(auto, 0.75fr) minmax(auto, 0.5fr);
}

.work-heading {
  margin-top: 0px;
  padding-left: 2.2em;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}

.work-p {
  padding-right: 0.5em;
  padding-left: 5em;
  color: #fff;
  font-size: 18px;
  font-weight: 200;
  letter-spacing: 0.01em;
}

.work-button-wrapper {
  padding-left: 6.3em;
}

.primary-button {
  margin-top: 1em;
  padding: 1em 3em;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 30px;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 1.2em;
  line-height: 7px;
}

.primary-button:hover {
  background-color: rgba(136, 51, 24, 0.53);
}

.work-right-grid-cell {
  border-radius: 8px;
  background-image: url('../images/WorkPictureGrid-03.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-right-grid-cell._2 {
  width: auto;
  height: auto;
  margin-top: 2em;
  margin-left: 4em;
  background-image: url('../images/WorkPictureGrid-01.jpg');
  background-position: 50% 50%;
}

.work-right-grid-cell._3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 70%;
  min-width: 70%;
  margin-bottom: 2em;
  background-image: url('../images/WorkPictureGrid-02.jpg');
  background-position: 0% 100%;
}

.work-right-grid-cell._4 {
  min-height: 80%;
  margin-top: 1em;
  padding-right: 1em;
  background-image: url('../images/WorkPictureGrid-04.jpg');
  background-position: 50% 0%;
}

.work-right-grid-cell._5 {
  max-width: 76%;
  margin-top: 0em;
  margin-bottom: 2em;
  background-image: url('../images/WorkPictureGrid-05.jpg');
}

@media screen and (max-width: 991px) {
  .title-section {
    height: 166px;
    min-height: 0px;
    padding-top: 85px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-2.hero-section {
    min-height: 48vh;
  }

  .about-section {
    min-height: 100px;
  }

  .section-4.services-section {
    min-height: 48vh;
    -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;
  }

  .work-section {
    min-height: auto;
  }

  .social-media-holder {
    margin-right: 23px;
  }

  .title-section-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    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;
  }

  .heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 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;
    font-size: 3em;
  }

  .color-overlay {
    height: 73px;
  }

  .hero-text-content {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-text-holder {
    margin-top: 0px;
  }

  .about-content {
    min-height: auto;
    min-width: 85%;
    margin-bottom: 0px;
  }

  .about-bottom-content {
    min-width: 100%;
  }

  .heading-3 {
    width: 100%;
    max-width: 85%;
    -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;
    font-size: 51px;
    text-align: center;
  }

  .top-about-p {
    min-width: 100%;
    font-size: 17px;
    text-align: center;
  }

  .about-img {
    width: 68.7em;
    height: 518px;
  }

  .button-holder {
    display: none;
    height: 8em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button-holder.about {
    display: none;
  }

  .services-content {
    width: 100%;
    height: auto;
    margin-top: 0px;
    padding-top: 40px;
    padding-bottom: 39px;
    -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;
  }

  .services-container {
    width: 85%;
    height: auto;
    margin-right: 2px;
    margin-left: -10px;
  }

  .heading-5 {
    margin-top: 19px;
    font-size: 33px;
  }

  .paragraph-3 {
    width: 0px;
    min-width: 85%;
    font-size: 16px;
    line-height: 26px;
  }

  .image-8 {
    width: auto;
    max-width: 60%;
    border-width: 5px;
  }

  .logo-holder {
    width: 50%;
  }

  .gradent-blur {
    width: 300px;
    height: 300px;
  }

  .gradent-blur.about-section {
    left: -19%;
    top: 12%;
    height: 9em;
    min-height: 0vh;
  }

  .gradent-blur.bottom-right {
    bottom: -4%;
  }

  .gradent-blur.service-section-top-left {
    left: 0%;
    top: 6%;
    right: auto;
    bottom: auto;
    width: 250px;
    height: 250px;
  }

  .gradent-blur.work-bottom-right {
    width: 100px;
    height: 100px;
  }

  .gradent-blur.work-top-right {
    width: 100px;
    height: 100px;
  }

  .gradent-blur.contact-right {
    width: 200px;
    height: 200px;
  }

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

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

  .footer-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: auto;
    min-width: 55%;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .phone-icon {
    margin-top: 8px;
  }

  .hours-of-operation-title {
    margin-top: 10px;
  }

  .copy-rights {
    margin-top: 0px;
    margin-bottom: 60px;
  }

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

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

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

  .swervices-holder {
    padding-top: 0px;
  }

  .mouse-wrapper {
    display: none;
  }

  .mouse-wrapper.w--current {
    display: none;
  }

  .email-icon {
    margin-top: -12px;
  }

  .work-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

@media screen and (max-width: 767px) {
  .title-section {
    padding-top: 0px;
  }

  .section-2.hero-section {
    min-height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .heading {
    width: 13.6em;
    font-size: 2.6em;
  }

  .color-overlay {
    height: 34px;
  }

  .hero-text-content {
    height: 406px;
    -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;
    font-size: 14px;
  }

  .welcome-heading {
    font-size: 66px;
  }

  .h2-text {
    font-size: 39px;
  }

  .paragraph {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 21px;
    text-align: center;
  }

  .hero-text-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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;
  }

  .hero-button-holder {
    display: none;
  }

  .heading-3 {
    font-size: 48px;
  }

  .top-about-p {
    font-size: 20px;
    line-height: 31px;
  }

  .services-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .services-container {
    margin-top: 10px;
    margin-left: 0px;
    padding-top: 20px;
    border-style: dotted none none;
    border-width: 1px 1px 0px;
    border-color: #fff;
  }

  .services-container.stucco {
    border: 0px solid #000;
  }

  .services-container.concreat {
    padding-bottom: 10px;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
  }

  .paragraph-3 {
    min-width: 100%;
    font-size: 18px;
  }

  .image-8 {
    width: 150px;
  }

  .gradent-blur {
    width: 200px;
    height: 200px;
  }

  .gradent-blur.gradent-top-left {
    width: 200px;
    height: 200px;
  }

  .swervices-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mouse-wrapper.w--current {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .title-section {
    width: auto;
    height: auto;
  }

  .about-section {
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header-section {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .header-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .social-media-holder {
    width: auto;
    height: 99px;
    margin-top: -7px;
    -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;
  }

  .image-2 {
    max-width: 95%;
    margin: 5px;
  }

  .heading {
    width: auto;
    font-size: 2.2px;
  }

  .hero-text-content {
    height: auto;
  }

  .welcome-heading {
    font-size: 45px;
  }

  .h2-text {
    width: auto;
    margin-top: 0px;
    font-size: 23px;
    line-height: 20px;
  }

  .paragraph {
    width: auto;
    font-size: 16px;
    line-height: 22px;
  }

  .about-content {
    margin-bottom: 20px;
  }

  .about-bottom-content {
    width: auto;
    max-width: 100%;
  }

  .heading-3 {
    margin-top: 20px;
    font-size: 42px;
    line-height: 46px;
  }

  .top-about-p {
    width: 76%;
    font-size: 17px;
    line-height: 24px;
  }

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

  .services-content {
    padding-top: 20px;
  }

  .gradent-blur.gradent-top-left {
    height: auto;
  }

  .gradent-blur.service-section-bottom-right {
    width: 100px;
    height: 100px;
  }

  .days-of-operation {
    font-size: 20px;
    line-height: 30px;
  }

  .social-link {
    width: 39px;
    height: 39px;
  }

  .paragraph-7 {
    font-size: 18px;
    line-height: 30px;
  }

  .link-block-2 {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .swervices-holder {
    width: 100%;
  }
}

#w-node-ebbd8e65-3dd2-d82f-d515-4efbee65473a-68fe2a2b {
  -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-_9057b370-03fa-4892-408a-5ac9d13ef068-68fe2a2b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
}

#w-node-bd9ccbd7-e3c7-0289-12ef-0024d8151262-68fe2a2b {
  -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-f0fdeb5d-2429-1222-1eb1-06608770d784-68fe2a2b {
  -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-column-align: end;
  justify-self: end;
}

#w-node-_5d20864c-540c-654a-62eb-2e073a4e5dfd-68fe2a2b {
  -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-_8309f7ae-31e9-846d-8ab1-11c03d8bd14f-68fe2a2b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
}

#w-node-b7b3c74c-4e71-525a-db8d-fdd57ef3bb82-68fe2a2b {
  -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-f672f772-694a-1a1d-4688-d5efdef05004-68fe2a2b {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_630e97a0-cca1-a282-8463-99ab21c634be-68fe2a2b {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-a8544578-20c7-116c-defe-802ed6bde8f3-68fe2a2b {
  -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-_9ab24bb8-154a-8c62-5625-1df9dc1dbf33-68fe2a2b {
  -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-b7f76ead-af70-2a33-d11d-4c2283ad874d-68fe2a2b {
  -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-column-align: center;
  justify-self: center;
}

