.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 {
  background-color: #111;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.top-section {
  background-color: #dd0002;
}

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

.main-slider {
  height: 450px;
}

._4-box-section {
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #4e4e4e;
}

.body-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.body-div {
  width: 90%;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #4e4e4e;
  background-color: #050505;
}

.body-div.bot-pad {
  margin-bottom: 40px;
}

.body-div.vertical {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p {
  margin-bottom: 0px;
}

.p.bot-pad {
  margin-bottom: 30px;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -1px;
  padding: 10px 9px;
  -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;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.nav-link:hover {
  background-color: #dd0002;
}

.nav-link.w--current {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #dd0002;
  color: #fff;
}

.nav-link.home {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #222;
}

.logo-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}

.logo-link {
  width: 180px;
}

.top-contact-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}

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

.tel-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-icon {
  width: 20px;
  margin-right: 8px;
  margin-left: 0px;
}

.logo-section {
  background-color: #111;
}

.nav-menu {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.grid {
  width: 90%;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._4-box-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 250px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-decoration: none;
}

._4-box-link.painting {
  background-image: url('../images/damianturner-1.jpg');
  background-position: 0% 50%;
}

._4-box-link.house {
  background-image: url('../images/damianturner-11.jpg');
  background-position: 50% 50%;
}

._4-box-link.external {
  background-image: url('../images/AdobeStock_279700222.jpeg');
}

._4-box-link.wallpaper {
  background-image: url('../images/damianturner-17.jpg');
  background-position: 0% 50%;
}

._4-box-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 70px;
  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;
  background-color: rgba(221, 0, 2, 0.7);
  color: #fff;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #dd0002;
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
}

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

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

.h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #dd0002;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
}

._2-col-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-align: center;
}

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

.bullets {
  margin-bottom: 0px;
  line-height: 30px;
}

.bullets.bot-pad {
  margin-bottom: 30px;
}

.div-block {
  margin-bottom: 40px;
}

._2-col-img {
  width: 48%;
}

._2-col-img._100 {
  width: 100%;
}

.large-img {
  width: 100%;
  margin-bottom: 40px;
}

.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #050505;
}

.footer-links {
  width: 90%;
  max-width: 980px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  color: #4e4e4e;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.footer-links.bot-pad {
  margin-bottom: 30px;
}

._2x4-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

._2x2-div {
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #4e4e4e;
}

.list {
  margin-bottom: 30px;
  padding-left: 20px;
}

.list.no-bot-pad {
  margin-bottom: 0px;
}

.list-item {
  padding-bottom: 10px;
}

._2x3-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.areas-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.areas-container {
  width: 20%;
}

.areas-map {
  width: 80%;
}

.areas {
  margin-bottom: 0px;
  line-height: 32px;
}

.areas.bot-pad {
  margin-bottom: 30px;
}

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

.no-line {
  color: #fff;
  text-decoration: none;
}

._48-div {
  width: 48%;
}

.form {
  margin-top: -5px;
  margin-left: -5px;
}

.site-map-link {
  margin-bottom: 5px;
  color: #fff;
  text-decoration: none;
}

.site-map-link.w--current {
  margin-bottom: 0px;
}

.site-map-link.bot-pad {
  margin-bottom: 30px;
}

.footer-link {
  color: #4e4e4e;
  text-decoration: none;
}

.body-link {
  color: #fff;
}

._3-img {
  width: 31%;
}

.social-media-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.social-icon {
  width: 30px;
}

.insta-link {
  margin-left: 10px;
}

.contact-map-mobile {
  display: none;
}

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

.body-2 {
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.heading {
  font-weight: 900;
}

.full-img {
  width: 100%;
}

.full-img.top-40 {
  margin-top: 40px;
}

.full-img.bot-40 {
  margin-top: 0px;
  margin-bottom: 40px;
}

.area-list {
  margin-bottom: 0px;
  padding-left: 20px;
}

.area-list.no-bot-pad {
  margin-bottom: 0px;
}

@media screen and (max-width: 991px) {
  .nav-section {
    padding-right: 0px;
    padding-left: 0px;
  }

  .main-slider {
    height: 400px;
  }

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

  .body-section.home {
    padding-top: 60px;
  }

  .logo-div {
    padding-bottom: 10px;
  }

  .nav-menu {
    background-color: #222;
  }

  .grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  ._4-box-link {
    min-height: 200px;
  }

  ._2-col-div.less {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .areas-container {
    width: 30%;
  }

  .areas-map {
    width: 70%;
  }

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

  .menu-button {
    width: 100%;
    background-color: #111;
    text-align: center;
  }

  .menu-button.w--open {
    width: 100%;
    background-color: #111;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .main-slider {
    height: 300px;
  }

  ._4-box-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .body-section {
    padding-bottom: 40px;
  }

  .body-section.home {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .body-div {
    padding: 30px;
  }

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

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

  ._2-col-div.contact {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .areas-container {
    width: 35%;
  }

  .areas-map {
    width: 65%;
  }

  ._48-div {
    width: 100%;
  }

  ._48-div._2 {
    margin-top: 30px;
  }

  .icon {
    font-size: 30px;
  }

  .icon-2 {
    font-size: 30px;
  }

  .right-arrow {
    width: 50px;
  }

  .left-arrow {
    width: 50px;
  }
}

@media screen and (max-width: 479px) {
  .main-slider {
    height: 200px;
  }

  ._4-box-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .body-section {
    padding-bottom: 30px;
  }

  .body-section.home {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .body-div {
    padding: 20px;
  }

  .body-div.bot-pad {
    margin-bottom: 30px;
    padding: 20px;
  }

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

  .logo-link {
    width: 150px;
  }

  .top-icon {
    display: none;
  }

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

  ._4-box-link {
    min-height: 100%;
  }

  .h1 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
  }

  .h2 {
    font-size: 20px;
    line-height: 30px;
  }

  ._2-col-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .bullets {
    line-height: 26px;
  }

  ._2-col-img {
    width: 100%;
  }

  ._2-col-img._2 {
    margin-top: 30px;
  }

  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .areas-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .areas-map {
    width: 100%;
    margin-top: 30px;
  }

  .areas {
    font-size: 14px;
  }

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

  .no-line.small {
    font-size: 14.5px;
  }

  .contact-map {
    display: none;
  }

  ._3-img {
    width: 100%;
  }

  ._3-img.mid {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .social-media-div {
    width: auto;
    margin-top: 20px;
  }

  .social-media-div._1 {
    display: none;
  }

  .contact-map-mobile {
    display: block;
  }
}

#w-node-c6f3e830-3824-2d42-b524-19113681fa36-acb223ad {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-fcdeb37b-b234-4b10-1377-e05eb46391ca-8ddda6ca {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-b9f30302-dc93-c968-d931-7f1d2c00ba25-8ddda6ca {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 991px) {
  #w-node-e2fbe005-e86e-1dc3-9170-c5c311fd1e6b-acb223ad {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-ec6bb0b1-0a94-86b5-cb2a-1fcf442ca81e-acb223ad {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-c28ee231-c334-f87d-8b1d-a63360039277-acb223ad {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_4f867826-46ce-7359-4a8e-1b346da22fd8-acb223ad {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-fcdeb37b-b234-4b10-1377-e05eb46391ca-8ddda6ca {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_8be9a870-e1ad-0d19-0dcb-67b83e84bf0c-8ddda6ca {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_5d2a77f6-1078-09a9-c3e6-a2e4c4104ad4-8ddda6ca {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-b9f30302-dc93-c968-d931-7f1d2c00ba25-8ddda6ca {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1c611ef0-0a9b-2e90-2442-6cc2c603f5fc-acb223ad {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-af1de5c8-f9ba-c5c5-383b-0d7691b5c2ce-acb223ad {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_7c520a71-a6a4-ac45-25d8-1d3a9b7b097b-acb223ad {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_51571234-5d89-4c95-d76f-308fa7f47b4e-acb223ad {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

