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

h2 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

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

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

a {
  color: #4d4d4d;
  text-decoration: underline;
}

.nav-container {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.navbar {
  margin-bottom: -8px;
  padding-bottom: 8px;
  background-color: transparent;
}

.image {
  margin-top: 15px;
  margin-bottom: 0px;
}

.nav-menu {
  margin-top: 15px;
  margin-bottom: 2px;
}

.hero-section {
  background-color: #464646;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .55)), to(rgba(0, 0, 0, .55))), url('../images/commercial-remodel-pic.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .55), rgba(0, 0, 0, .55)), url('../images/commercial-remodel-pic.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.main-container {
  max-width: 1100px;
  min-height: 0px;
  margin-right: auto;
  margin-left: auto;
}

.main-container.hero-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 22px;
  padding-bottom: 22px;
  -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;
  font-size: 16px;
}

.body {
  font-family: 'Quattrocento Sans', sans-serif;
  color: #4d4d4d;
  font-size: 16px;
}

.hero-p {
  margin-bottom: 17px;
  padding-top: 25px;
  padding-bottom: 25px;
  color: #fff;
  font-size: 20px;
}

.main-buttons {
  padding: 14px;
  background-color: #d8742c;
  font-size: 18px;
  font-weight: 700;
}

.main-buttons.sidebar-button {
  margin-bottom: 0px;
}

.service-tile-container {
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
}

.tile-div {
  width: auto;
  height: auto;
  padding-bottom: 14px;
  border-radius: 10px;
  background-image: url('../images/commercial-remodel-bg-tile.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.tile-div:hover {
  box-shadow: 0 0 9px 0 #000;
}

.tile-div.landscape-tile {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .36)), to(rgba(0, 0, 0, .36))), url('../images/landscape-bg-tile.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .36), rgba(0, 0, 0, .36)), url('../images/landscape-bg-tile.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.tile-div.painting-tile {
  background-image: url('../images/painting-tile-bg.jpg');
}

.tile-div.new-home {
  min-height: 100%;
  min-width: 100%;
  background-image: url('../images/custom-hometile.jpg');
  background-position: 50% 50%;
}

.tile-div.roofing {
  background-image: url('../images/tile-roof-tile-bg.jpg');
  background-position: 0px 0px;
}

.tile-div.insulation {
  background-image: url('../images/sprayfoam-tile-bg.jpg');
  background-position: 50% 100%;
}

.heading-2 {
  padding-top: 14px;
  padding-left: 8px;
  color: #fff;
}

.services-text-block {
  margin-bottom: 0px;
  padding-right: 8px;
  padding-left: 8px;
  color: #fff;
}

.footer-section {
  min-height: 40px;
  margin-top: 22px;
  background-color: #414141;
  color: #fff;
}

.upper-nav-contact {
  background-color: #d8742c;
}

.up-nav-ctc-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 2px;
  padding-bottom: 2px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.upper-number {
  display: inline-block;
  padding-top: 6px;
  padding-right: 17px;
  padding-bottom: 6px;
  float: right;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: right;
}

.nav-links {
  -webkit-transition: color 158ms ease;
  transition: color 158ms ease;
  font-size: 16px;
}

.nav-links:hover {
  color: #d8742c;
}

.nav-links.w--current {
  color: #d8742c;
}

.nav-links.recent {
  display: inline-block;
}

.sub-page-header-container {
  max-width: 1101px;
  margin-right: auto;
  margin-left: auto;
}

.sub-page-header-section {
  background-color: #000;
}

.heading-3 {
  margin-bottom: 0px;
  padding-top: 59px;
  padding-bottom: 55px;
  color: #fff;
}

.heading-3.services-heading {
  padding-top: 29px;
  padding-bottom: 29px;
}

.heading-3.recent-work {
  padding-top: 33px;
  padding-bottom: 33px;
}

.div-block {
  max-width: 1100px;
  margin-top: -34px;
  margin-right: auto;
  margin-left: auto;
  border-style: none;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 24px -7px #000;
}

.paragraph {
  padding: 21px 14px 8px;
  font-size: 16px;
}

.div-block-2 {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.locations-and-contact {
  margin-top: 27px;
  border-bottom: 1px solid #ccc;
  font-size: 22px;
  text-decoration: none;
}

.contact-p {
  padding: 10px;
  border: 1px solid #bebebe;
  font-size: 18px;
  line-height: 25px;
}

.div-block-3 {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-3.insulation-container {
  margin-top: 21px;
}

.sidebar-div {
  margin-top: 10px;
  padding-bottom: 13px;
  border-style: none;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 1px 1px 22px -7px #000;
  text-align: center;
}

.sidebar-div.full-width {
  margin-top: 36px;
}

.row {
  border-radius: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.column-3 {
  border-style: none;
}

.sidebar-text-block {
  width: 100%;
  padding: 18px 18px 0px;
  border-top: 2px solid #d8742c;
  font-size: 18px;
  text-align: center;
}

.sidebar-text-block.phone-number {
  padding-top: 6px;
  padding-bottom: 5px;
  border-top-style: none;
}

.sidebar-text-block.phone-number.email {
  padding-top: 0px;
}

.sidebar-text-block.sidebar-orange-head {
  color: #d8742c;
  font-weight: 400;
}

.service-tile-link-blocs {
  max-width: 32%;
  min-width: 32%;
  color: #fff;
  text-decoration: none;
}

.text-block-3 {
  padding-left: 7px;
  text-decoration: underline;
}

.center-column {
  padding: 7px;
  text-align: center;
}

.row-2 {
  margin-top: 15px;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.body-2 {
  text-align: center;
}

.services-row-li {
  margin-top: 18px;
  margin-bottom: 18px;
}

.service-li {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
}

.flex-div {
  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: 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;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.copywrite {
  padding-top: 12px;
  padding-bottom: 12px;
  color: #fff;
  text-align: center;
}

.column-4 {
  font-style: normal;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.hero-h3 {
  margin-bottom: 5px;
  color: #fff;
  font-size: 45px;
}

.sub-page-li {
  margin-top: 6px;
  margin-bottom: 6px;
}

.bonded {
  color: #d8742c;
}

.dropdown-link {
  padding-top: 12px;
  padding-bottom: 12px;
  border-style: none;
  -webkit-transition: background-color 575ms ease;
  transition: background-color 575ms ease;
}

.dropdown-link:hover {
  border-style: none;
  border-top-width: 1px;
  border-top-color: #d8742c;
  border-bottom-width: 1px;
  border-bottom-color: #d8742c;
  background-color: #d8742c;
  color: #fff;
}

.dropdown-toggle-main-nav {
  -webkit-transition: color 183ms ease;
  transition: color 183ms ease;
}

.dropdown-toggle-main-nav:hover {
  color: #d8742c;
}

.dropdown-toggle-main-nav.w--open {
  color: #d8742c;
}

.sidebar-paragraph {
  margin-bottom: 3px;
  padding-right: 14px;
  padding-left: 14px;
}

.li-span-bold {
  font-weight: 700;
}

.lightbox-thumb {
  padding: 5px;
  border: 1px solid #a1a1a1;
  border-radius: 3px;
}

.spray-foam-disclaimer {
  color: #0c9900;
  font-style: normal;
}

.dropdown-list {
  background-color: #795a5a;
}

.dropdown-list.w--open {
  border-right: 1px none #000;
  border-bottom: 1px none #000;
  border-left: 1px none #f5f5f5;
  background-color: #fff;
  box-shadow: 6px 23px 24px -18px #000;
}

.phone-icon {
  margin-right: 5px;
  float: right;
}

.upper-contact-link {
  color: #fff;
  text-decoration: none;
}

.map {
  margin-top: 27px;
}

.footer-container {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.copyright {
  margin-top: 13px;
  color: #555;
  text-align: center;
}

.unordered-list {
  padding-left: 0px;
  color: #d8742c;
  list-style-type: none;
}

.footer-container-2 {
  padding-right: 3px;
  padding-left: 3px;
  color: #fff;
}

.footer-header {
  text-align: left;
}

.service-areas {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  text-align: left;
}

.service-space {
  margin-right: 10px;
  color: #969696;
  text-decoration: none;
}

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

.li-spacing {
  margin-top: 5px;
  margin-bottom: 5px;
}

.footerlink {
  color: #cacaca;
  text-decoration: none;
}

.li-links {
  color: #d8742c;
  text-decoration: none;
}

.li-links:hover {
  color: #d89e74;
}

.footerp {
  color: #d1d1d1;
  font-size: 12px;
}

.social-image {
  margin-right: 8px;
}

.contact-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-nav {
  display: none;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.slide {
  background-image: url('../images/office-interior-scottsdale-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider {
  height: 85vh;
}

.div-block-4 {
  padding: 12px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .48)), to(rgba(0, 0, 0, .48)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .48), rgba(0, 0, 0, .48));
}

.slide-2 {
  background-image: url('../images/commerical-fence.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-3 {
  background-image: url('../images/spray-foam-insulation.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-float {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 7px;
  float: right;
}

.image-float.left {
  padding-right: 7px;
  padding-left: 0px;
  float: left;
}

.grid {
  margin-top: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
}

.project {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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-image: url('../images/IMG_1451.JPG');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.project:hover {
  background-image: url('../images/IMG_1451.JPG');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.project.project-2 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.project.project-2:hover {
  background-image: url('../images/IMG_2136.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.project.proj-3 {
  background-image: url('../images/After_ocotillo_2805.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.project-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 68px;
  padding-bottom: 68px;
  -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: 30px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  text-shadow: 1px 2px 1px #000;
}

.project-header:hover {
  background-color: transparent;
}

.project-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 129px;
  padding-bottom: 129px;
  -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/IMG_2136.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-2:hover {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.grid-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;
  text-decoration: none;
}

.lightbox-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -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;
}

.lightbox-link {
  padding: 8px;
  border: 1px solid #e1e1e1;
}

.lb-image {
  width: 180px;
}

.image-2 {
  padding: 4px 8px 2px 5px;
  float: right;
}

@media (max-width: 991px) {
  .navbar {
    padding-left: 6px;
  }
  .nav-menu.mobile {
    margin-top: 1px;
    background-color: #fff;
  }
  .main-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .service-tile-container {
    max-height: none;
    max-width: none;
    min-height: 0%;
    min-width: 0%;
  }
  .nav-links {
    display: block;
  }
  .heading-3.services-heading {
    padding-left: 7px;
  }
  .service-tile-link-blocs {
    max-width: none;
    min-width: 0px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .icon {
    font-size: 40px;
  }
  .flex-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero-h3 {
    line-height: 40px;
  }
  .dropdown-list.w--open {
    border-right: 5px solid #d8742c;
    border-left: 10px solid #d8742c;
    box-shadow: none;
  }
  .project {
    padding-top: 53px;
    padding-bottom: 53px;
  }
  .project.project-2 {
    padding-top: 68px;
    padding-bottom: 68px;
  }
  .project-2 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .up-nav-ctc-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-div {
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .slider {
    height: 80vh;
  }
  .grid {
    -ms-grid-rows: auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto;
  }
  .project {
    padding-top: 51px;
    padding-bottom: 51px;
  }
  .project.project-2 {
    padding-top: 69px;
    padding-bottom: 69px;
  }
  .project._4 {
    padding-top: 68px;
    padding-bottom: 68px;
  }
}

@media (max-width: 479px) {
  .nav-menu.mobile {
    margin-top: -8px;
  }
  .main-container.hero-container {
    padding: 0px 3px;
  }
  .hero-p {
    padding-right: 11px;
    padding-left: 11px;
  }
  .main-buttons {
    margin-top: 21px;
    margin-bottom: 21px;
    margin-left: 8px;
  }
  .brand {
    padding-right: 4px;
    padding-left: 0px;
  }
  .brand.w--current {
    padding-right: 7px;
    padding-left: 8px;
  }
  .service-tile-link-blocs {
    max-width: 100%;
  }
  .icon {
    margin-right: auto;
    margin-left: auto;
  }
  .menu-button {
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .flex-div {
    padding-right: 4px;
    padding-left: 4px;
    -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;
  }
  .hero-h3 {
    font-size: 38px;
  }
  .slider {
    height: 600px;
  }
  .div-block-4 {
    padding: 0px 6px;
  }
  .slide-3 {
    height: 100%;
    min-width: 0px;
  }
  .image-float {
    float: none;
  }
}

#w-node-827eaf3edeb6-f09dd280 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
}

#w-node-5f3dadc755f4-f09dd280 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 2;
  grid-row-end: 7;
}

#w-node-b698b7a75670-f09dd280 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 4;
  grid-row-end: 7;
}

#w-node-4ac236956aa5-f09dd280 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 4;
  grid-row-end: 5;
}

