:root {
  --firebrick: #ca161f;
  --dark-slate-blue: #0a3d5a;
  --cornsilk: #fefae3;
  --sienna: #a84832;
  --black: #333;
  --dim-grey: #505050;
  --white: white;
  --color: white;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.header-links {
  color: #000;
  margin: 0 25px;
  padding: 20px 0;
  font-family: gill-sans-nova-shadowed-outl, sans-serif;
  font-size: 24px;
  text-decoration: none;
}

.header-links:hover {
  color: var(--firebrick);
  -webkit-text-stroke-width: .25px;
  -webkit-text-stroke-color: var(--dark-slate-blue);
  mix-blend-mode: normal;
  font-weight: 400;
}

.header-links.w--current {
  color: var(--firebrick);
}

.container {
  background-image: url('../images/black_imp-head.jpg');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.nav-menu {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.nav-bar {
  background-color: var(--cornsilk);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.navbar {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.brand {
  justify-content: center;
  align-items: center;
  height: auto;
  display: inline-block;
}

.section {
  object-fit: fill;
  height: auto;
  display: block;
}

.section-2 {
  background-image: url('../images/black_imp-head.jpg');
  background-position: 50% 100%;
  background-size: 125vw;
  justify-content: center;
  align-items: flex-end;
  height: 275px;
  display: flex;
}

.div-block {
  background-color: var(--sienna);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-text-block {
  color: var(--cornsilk);
  text-align: center;
  -webkit-text-stroke-color: var(--dark-slate-blue);
  padding: 30px 40px;
  font-size: 12px;
  display: inline-block;
}

.footer-text-block.tester {
  color: var(--black);
}

.background-video {
  height: 720px;
}

.text-block {
  outline-color: var(--cornsilk);
  outline-offset: 20px;
  color: var(--cornsilk);
  text-align: center;
  outline-width: 3px;
  outline-style: solid;
  justify-content: center;
  align-items: center;
  margin-top: 188px;
  padding-top: 20px;
  font-family: eloquent-jf-small-caps-pro, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 100px;
  display: flex;
}

.text-block:hover {
  color: #fff;
  mix-blend-mode: normal;
  outline-color: #fff;
  box-shadow: 0 2px 5px #0003;
}

.link-block {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.section-heading {
  color: var(--dark-slate-blue);
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: eloquent-jf-pro, sans-serif;
  font-size: 80px;
  font-style: italic;
  font-weight: 400;
  line-height: 100px;
}

.subhead {
  margin-top: 10px;
  margin-bottom: 25px;
  font-family: acumin-pro, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.paragraph {
  margin-bottom: 50px;
  font-family: acumin-pro, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.youtube {
  margin-bottom: 50px;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.option-type {
  color: var(--dark-slate-blue);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: gill-sans-nova-shadowed-outl, sans-serif;
  font-size: 40px;
  text-decoration: none;
}

.option-link-block {
  text-align: center;
  font-family: gill-sans-nova-shadowed-outl, sans-serif;
  text-decoration: none;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 75px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 25px;
  margin-bottom: 29px;
  display: grid;
}

.section-sub-heading {
  color: var(--dark-slate-blue);
  text-align: center;
  margin-top: 225px;
  margin-bottom: 0;
  font-family: eloquent-jf-pro, sans-serif;
  font-size: 80px;
  font-style: italic;
  font-weight: 400;
  line-height: 100px;
}

.text-block-2 {
  color: var(--dim-grey);
  text-align: center;
  font-family: acumin-pro, sans-serif;
  font-size: 16px;
}

.product-lightbox-link {
  color: var(--black);
  font-family: acumin-pro, sans-serif;
  text-decoration: none;
}

.rich-text-block {
  margin-bottom: 125px;
  font-family: acumin-pro, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.section-3 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link {
  justify-content: center;
  font-family: eloquent-jf-pro, sans-serif;
  display: flex;
}

.mail-link {
  color: var(--firebrick);
  justify-content: center;
  margin-top: 0;
  margin-bottom: 100px;
  font-family: acumin-pro, sans-serif;
  font-size: 24px;
  text-decoration: none;
  display: flex;
}

.link-block-2 {
  color: var(--dim-grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  text-decoration: none;
  display: flex;
}

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

.div-block-4 {
  background-image: url('../images/oldphone3.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.italic-text {
  margin-bottom: 30px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 150px;
  display: flex;
}

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

.gallery-description {
  color: #000;
  text-align: center;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  align-self: center;
  width: 300px;
  margin-bottom: 40px;
  padding: 0 20px;
  font-family: acumin-pro, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.cell {
  border: 1px #c7b299;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.gallery-link-wrapper {
  flex-direction: column;
  align-self: center;
  margin-top: 0;
  margin-bottom: 45px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.slab-products-grid {
  width: auto;
}

.gallery-heading {
  color: var(--dark-slate-blue);
  text-align: center;
  justify-content: center;
  align-self: center;
  width: 300px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: acumin-pro, sans-serif;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.gallery-images {
  background-image: url('../images/SouthSide1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 400px;
  height: 400px;
  margin-bottom: 8px;
  padding-bottom: 0;
}

.gallery-images:hover {
  box-shadow: 0 2px 20px 1px var(--dim-grey);
}

.gallery-images.shaker {
  background-image: url('../images/TS1.jpg');
}

.gallery-images.bandb {
  background-image: url('../images/gab_nel_bed.jpg');
}

.gallery-images.preputil {
  background-image: url('../images/MidCentPrepKitch1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.gallery-images.boho {
  background-image: url('../images/Boho1.jpg');
}

.gallery-images.opencon {
  background-image: url('../images/MidCentKitch1.jpg');
  background-position: 0%;
  background-size: cover;
}

.gallery-images.storage {
  background-image: url('../images/MidCentStor1.jpg');
}

.gallery-images.orgmod {
  background-image: url('../images/EastSide2.jpg');
  padding: 0;
}

.gallery-images.minimal {
  background-image: url('../images/WestSide3.jpg');
}

.gallery-images.mountmod {
  background-image: url('../images/Manor2022-31.jpg');
}

.gallery-colse-wrapper {
  z-index: 4;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.close-button-1 {
  z-index: 4;
  float: left;
  background-color: var(--sienna);
  color: #fff;
  border-radius: 6px;
  margin-top: 20px;
  margin-bottom: 30px;
  margin-right: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  text-decoration: none;
  position: relative;
}

.close-button-1:hover {
  background-color: var(--firebrick);
}

.right-arrow {
  z-index: 3;
}

.galleryimage7 {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.galleryimage7.vert {
  background-color: var(--dim-grey);
  object-fit: contain;
}

.mask-2 {
  object-fit: cover;
  background-color: #0000;
  width: 100%;
  height: 100vh;
}

.full-page-slider {
  object-fit: cover;
  width: auto;
  height: auto;
  position: relative;
}

.slide-3 {
  object-fit: cover;
}

.div-block-7 {
  height: 25px;
  margin-bottom: 99px;
}

.slide-2 {
  object-fit: cover;
}

.gallery-description-2 {
  color: #fff;
  text-align: center;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  align-self: center;
  width: 300px;
  margin-bottom: 40px;
  padding: 0 20px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.galleryimage1 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.galleryimage1.vert {
  background-color: var(--dim-grey);
  object-fit: contain;
}

.galleryimage3 {
  background-color: var(--black);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.galleryimage3.vert {
  background-color: var(--dim-grey);
  object-fit: contain;
}

.gallery-slide-show {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}

.galleryimage2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.galleryimage2.vert {
  background-color: var(--dim-grey);
  object-fit: contain;
}

.div-block-8 {
  z-index: 2;
  float: right;
  background-color: #0000;
  background-image: linear-gradient(#000, #fff0 37%);
  width: 25%;
  height: 100vh;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.gallery-heading-2 {
  color: var(--cornsilk);
  text-align: center;
  justify-content: center;
  align-self: center;
  width: 300px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.galleryimage4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  position: static;
}

.galleryimage4.vert {
  background-color: var(--dim-grey);
  object-fit: contain;
}

.gallery-slider {
  object-fit: cover;
  background-color: #0000;
  width: 100%;
  height: 100vh;
  display: block;
}

.slide {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}

.slider-container-div {
  float: left;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100vh;
  position: static;
}

.gallery-images-static {
  display: none;
}

.slide-6, .slide-4, .slide-7 {
  object-fit: cover;
}

.body-2 {
  background-color: var(--white);
}

.div-block-8-vert {
  z-index: 2;
  float: right;
  background-color: #0000;
  background-image: linear-gradient(#000, #fff0 37%);
  width: 25%;
  height: 100vh;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.body-2-vert-gallery {
  background-color: var(--black);
}

.slide-nav {
  object-fit: cover;
}

.heading {
  text-align: center;
}

.small-print {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: acumin-pro, sans-serif;
  font-size: 12px;
}

.section-4 {
  background-image: url('../images/DandD_logo2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 150px;
  margin-top: 5px;
  margin-bottom: 0;
}

.option-text {
  text-align: center;
  font-size: 12px;
}

.italic-text-2 {
  vertical-align: baseline;
}

.image-2 {
  max-width: none;
  margin-top: 36px;
}

.button {
  text-align: center;
  border-radius: 10px;
  margin-top: 24px;
  font-weight: 700;
  display: inline-block;
}

.button:hover {
  background-color: #0d528f;
}

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

.div-block-9 {
  border-top: 1px solid #000;
  flex-flow: column;
  align-items: center;
  margin-bottom: 40px;
  padding-top: 20px;
  display: flex;
}

.section-5 {
  background-color: #cd1820;
  height: 8px;
  max-height: none;
  margin-top: 0;
}

.section-6 {
  background-color: #b07b80;
  height: 8px;
  margin-top: 0;
}

.section-7 {
  background-color: #747474;
  height: 8px;
  margin-top: 15px;
}

.image-3 {
  margin: 25px auto 0;
  display: block;
}

.link-block-3 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-block-4 {
  vertical-align: baseline;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: block;
}

.paragraph-2 {
  text-align: justify;
  margin-bottom: 15px;
  padding: 0 40px;
  font-family: acumin-pro, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.div-block-10, .div-block-11 {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-12 {
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 10px;
  display: flex;
}

.sku-text {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}

.container-dnd {
  max-width: 95%;
}

.bold-text, .bold-text-2 {
  font-size: 24px;
}

.heading-2 {
  color: #7e7f7f;
  text-align: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 42px;
  font-style: italic;
}

.paragraph-3 {
  padding-left: 40px;
  padding-right: 40px;
  font-size: 18px;
}

.details-link {
  color: #cc181e;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.italic-text-4 {
  margin-left: auto;
  margin-right: auto;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 20px;
  text-decoration: none;
}

.div-block-13 {
  text-align: center;
  margin-bottom: 20px;
  padding-left: 0;
  text-decoration: none;
}

.link-block-5 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-weight: 700;
  text-decoration: none;
}

.section-8 {
  grid-column-gap: 16px;
  grid-row-gap: 26px;
  border: 1px solid #000;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 153px;
  display: grid;
}

.heading-3, .text-block-4 {
  font-family: acumin-pro, sans-serif;
}

.details-header {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  font-family: acumin-pro, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.text-block-5 {
  margin-bottom: 0;
  padding: 15px 50px 30px;
  font-family: acumin-pro, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.details {
  text-align: left;
  padding-top: 0;
  padding-bottom: 20px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 400;
}

@media screen and (min-width: 1280px) {
  .galleryimage3.vert {
    background-color: var(--dim-grey);
  }

  .div-block-8-vert {
    width: 25%;
  }

  .section-4 {
    background-size: contain;
    margin-bottom: 0;
  }

  .paragraph-2 {
    padding-left: 75px;
    padding-right: 75px;
    font-size: 20px;
    line-height: 30px;
  }

  .div-block-13 {
    padding-left: 0;
  }
}

@media screen and (min-width: 1920px) {
  .header-links {
    font-size: 28px;
  }

  .gallery-heading {
    font-family: acumin-pro, sans-serif;
    font-size: 22px;
  }

  .gallery-images {
    width: 500px;
    height: 500px;
  }

  .gallery-heading-2 {
    font-family: acumin-pro, sans-serif;
    font-size: 24px;
  }

  .section-4 {
    background-size: contain;
    margin-bottom: 0;
  }

  .image-2 {
    max-width: none;
  }

  .paragraph-2 {
    padding-left: 300px;
    padding-right: 300px;
    font-size: 20px;
    line-height: 30px;
  }

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

  .details-link {
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
  }

  .italic-text-4 {
    margin-left: auto;
    margin-right: auto;
    text-decoration: underline;
  }

  .div-block-13 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }
}

@media screen and (max-width: 991px) {
  .header-links {
    margin: 7px;
    padding-bottom: 20px;
    padding-left: 9px;
    padding-right: 9px;
    font-size: 20px;
  }

  .header-links.w--current {
    color: var(--firebrick);
  }

  .nav-menu {
    flex: 1;
  }

  .navbar {
    height: 200px;
  }

  .section-2 {
    background-size: 150vw;
    height: 125px;
  }

  .subhead {
    margin-bottom: 30px;
  }

  .div-block-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .rich-text-block {
    padding-left: 25px;
    padding-right: 25px;
  }

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

  .div-block-4 {
    background-position: 50% 70%;
    background-size: cover;
    width: 100%;
    height: 400px;
  }

  .italic-text {
    padding-left: 171px;
    padding-right: 171px;
  }

  .div-block-5 {
    width: 150px;
    height: 100px;
  }

  .gallery-link-wrapper {
    text-decoration: none;
  }

  .slab-products-grid {
    width: auto;
  }

  .gallery-images {
    width: 300px;
    height: 300px;
  }

  .gallery-colse-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
  }

  .close-button-1 {
    background-color: var(--sienna);
  }

  .close-button-1:hover {
    background-color: var(--firebrick);
  }

  .galleryimage7 {
    height: 100vh;
  }

  .mask-2, .slide-3 {
    width: 100%;
    height: 100vh;
  }

  .slide-2 {
    width: 100%;
    max-width: none;
    height: 100vh;
  }

  .galleryimage1 {
    object-fit: cover;
    max-width: none;
    height: 100vh;
    position: static;
  }

  .galleryimage3 {
    max-width: none;
    height: 100vh;
  }

  .gallery-slide-show {
    display: none;
  }

  .galleryimage2 {
    width: 100%;
    max-width: none;
    height: 100vh;
  }

  .div-block-8 {
    background-image: linear-gradient(#000, #fff0 70%);
  }

  .galleryimage4 {
    height: 100vh;
  }

  .gallery-images-static {
    display: block;
  }

  .galleryimagestatic1, .galleryimagestatic2, .galleryimagestatic3, .galleryimagestatic4, .galleryimagestatic5 {
    margin-bottom: 25px;
  }

  .slide-6, .slide-4, .slide-7 {
    width: 100%;
    height: 100vh;
  }

  .div-block-8-vert {
    background-image: linear-gradient(#000, #fff0 70%);
  }

  .small-print {
    font-size: 15px;
  }

  .section-4 {
    background-size: contain;
    height: 100px;
    line-height: 15px;
  }

  .italic-text-2 {
    font-size: 12px;
  }

  .paragraph-2 {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    line-height: 26px;
  }

  .container-dnd {
    max-width: 95%;
  }

  .details-link {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-13 {
    padding-left: 0;
  }

  .section-8 {
    grid-column-gap: 24px;
  }
}

@media screen and (max-width: 767px) {
  .header-links {
    justify-content: center;
    font-size: 24px;
    display: flex;
  }

  .header-links.footer {
    text-align: center;
    padding-left: 7px;
    padding-right: 7px;
    font-size: 18px;
  }

  .container {
    float: right;
    background-image: none;
    display: inline-block;
    position: relative;
  }

  .nav-menu {
    background-color: var(--cornsilk);
    opacity: 1;
  }

  .navbar {
    background-color: #0000;
    background-image: url('../images/black_imp-head.jpg');
    background-position: 50% 100%;
    background-size: 175vw;
    height: 150px;
  }

  .brand {
    padding-left: 500px;
    display: flex;
  }

  .section-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-size: 150vw;
    flex-wrap: nowrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: flex;
  }

  .icon {
    color: var(--cornsilk);
    text-align: right;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: var(--firebrick);
    justify-content: flex-end;
    padding-right: 40px;
    font-size: 75px;
    display: block;
  }

  .icon:hover {
    -webkit-text-stroke-width: 1px;
  }

  .text-block {
    font-size: 90px;
  }

  .section-heading {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 60px;
    line-height: 80px;
  }

  .subhead {
    padding: 0 25px;
    font-size: 22px;
    font-weight: 400;
  }

  .paragraph {
    margin-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-2 {
    grid-template-columns: 1fr;
  }

  .div-block-3 {
    grid-template-columns: 1fr 1fr;
  }

  .section-sub-heading {
    font-size: 60px;
    line-height: 80px;
  }

  .image {
    margin-top: 40px;
  }

  .section-3 {
    justify-content: start;
    justify-items: stretch;
    display: block;
  }

  .italic-text {
    padding-left: 48px;
    padding-right: 48px;
  }

  .body {
    flex-direction: column;
    display: flex;
  }

  .menu-button, .menu-button.w--open {
    background-color: #0000;
  }

  .gallery-description {
    padding-left: 10px;
    padding-right: 10px;
  }

  .gallery-images {
    width: 400px;
    height: 400px;
  }

  .gallery-description-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .small-print {
    font-size: 18px;
    line-height: 22px;
  }

  .section-4 {
    background-size: contain;
    max-width: 100%;
    height: 100px;
    margin-bottom: 0;
  }

  .image-2 {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .paragraph-2 {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .container-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .container-dnd {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-2 {
    margin-bottom: 20px;
  }

  .div-block-13 {
    padding-left: 0;
  }

  .section-8 {
    grid-column-gap: 10px;
  }

  .details {
    padding-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .header-links.footer {
    margin-left: 0;
    margin-right: 0;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 11px;
  }

  .container {
    background-image: url('../images/black_imp-head.jpg');
    background-position: 50% 100%;
    background-size: 250vw;
  }

  .navbar {
    background-color: #050505;
    background-size: 175vw;
    height: 100px;
  }

  .brand {
    padding-left: 220px;
  }

  .section-2 {
    background-position: 50% 100%;
    height: 100px;
  }

  .icon {
    color: var(--cornsilk);
    -webkit-text-stroke-width: 0px;
    padding-top: 0;
    padding-right: 0;
    font-size: 60px;
  }

  .icon:hover {
    -webkit-text-stroke-width: 1px;
  }

  .text-block {
    font-size: 50px;
    line-height: 65px;
  }

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

  .subhead {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 25px;
  }

  .paragraph {
    margin-bottom: 40px;
    font-size: 16px;
  }

  .div-block-3 {
    grid-template-columns: 1fr;
  }

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

  .mail-link {
    margin-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
    font-size: 22px;
  }

  .italic-text {
    padding-left: 33px;
    padding-right: 33px;
  }

  .slab-products-grid {
    position: relative;
  }

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

  .gallery-images {
    width: 300px;
    height: 300px;
  }

  .close-button-1 {
    background-color: #9d7276;
  }

  .gallery-heading-2 {
    text-align: center;
  }

  .section-4 {
    background-size: contain;
    height: 50px;
    margin-bottom: 20px;
  }

  .italic-text-2 {
    font-size: 10px;
  }

  .image-2 {
    vertical-align: baseline;
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-9 {
    border-top: 1px solid #000;
    padding-top: 30px;
  }

  .paragraph-2 {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .italic-text-3 {
    font-size: 38px;
  }

  .details-link {
    text-align: center;
    padding-left: 0;
    font-size: 14px;
  }

  .italic-text-4 {
    text-align: center;
    font-size: 22px;
  }

  .div-block-13 {
    text-align: center;
    padding-left: 0;
  }

  .section-8 {
    grid-column-gap: 8px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .details-header {
    white-space: nowrap;
    word-break: normal;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
  }

  .text-block-5 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .details {
    white-space: normal;
    font-size: 12px;
  }
}

#w-node-c013783c-c51c-da3a-6eb3-be6ccdadc1e5-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-e37e7c8b-883e-8b1c-660f-6f93d1f7d2af-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a28dfffe-d2af-7629-8e3a-1c156f8a3d5a-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-a28dfffe-d2af-7629-8e3a-1c156f8a3d5c-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0039d8b1-3359-cf52-9829-141b2c1d5cc4-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_0039d8b1-3359-cf52-9829-141b2c1d5cc6-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d81936ad-044b-00ed-1efd-e234cc38601c-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d81936ad-044b-00ed-1efd-e234cc38601e-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_239a402c-1177-ec79-b48f-63271d20a24e-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_239a402c-1177-ec79-b48f-63271d20a250-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cbf27b42-4344-195c-221e-5ea383ee1d6e-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-cbf27b42-4344-195c-221e-5ea383ee1d70-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_904d39f7-d8a3-993f-c6a1-051c1314c073-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_904d39f7-d8a3-993f-c6a1-051c1314c075-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6e0818e2-f3c1-3b50-169d-743519ccee88-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_6e0818e2-f3c1-3b50-169d-743519ccee8a-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_59ee4e50-ef80-ccd8-d265-7131ee9e0af4-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_59ee4e50-ef80-ccd8-d265-7131ee9e0af6-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed7f518d-b091-0d38-cac8-1d2140c23a70-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-ed7f518d-b091-0d38-cac8-1d2140c23a72-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6b6efea-a5db-7543-5ea1-c6969453b498-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d6b6efea-a5db-7543-5ea1-c6969453b49a-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_59c0a158-b74d-7404-bd7e-641e7c42b2fa-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_59c0a158-b74d-7404-bd7e-641e7c42b2fc-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_653b2ca6-920c-cd7b-2ccf-32862894d8ab-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_653b2ca6-920c-cd7b-2ccf-32862894d8ad-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7aff2f44-067a-455f-37c2-a0d9b835a1f0-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7aff2f44-067a-455f-37c2-a0d9b835a1f2-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d97b247-5e09-6ef5-da2a-89eb29f3974c-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7d97b247-5e09-6ef5-da2a-89eb29f3974e-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d3b33eb9-afa3-3481-ba88-c0cd6bf5b1cf-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d3b33eb9-afa3-3481-ba88-c0cd6bf5b1d1-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68f7368f-131c-52f0-acb2-e4acb80d8ace-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_68f7368f-131c-52f0-acb2-e4acb80d8ad0-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8da54d07-4776-a70d-839f-74b81f41621a-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8da54d07-4776-a70d-839f-74b81f41621c-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5e93e1c-5d6d-69c3-bf06-79d72aeea3b4-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d5e93e1c-5d6d-69c3-bf06-79d72aeea3b6-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_822903a7-81e8-5852-696c-c9720cafd9df-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_822903a7-81e8-5852-696c-c9720cafd9e1-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_013bbf05-918e-8b73-b0f0-7f01abe78b8f-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_013bbf05-918e-8b73-b0f0-7f01abe78b91-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cf3b1c8a-571d-ba70-6baa-bc4f88bab663-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-cf3b1c8a-571d-ba70-6baa-bc4f88bab665-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d32fd56-d80f-8242-222a-21f00c2d3db8-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_4d32fd56-d80f-8242-222a-21f00c2d3dba-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8a998f29-1a6a-75a5-84f6-c84571680d0d-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8a998f29-1a6a-75a5-84f6-c84571680d0f-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ea7abeea-db80-7161-b496-b07d0dad5b99-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-ea7abeea-db80-7161-b496-b07d0dad5b9b-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9d00e78-1205-3074-8c47-5cb039524d44-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-e9d00e78-1205-3074-8c47-5cb039524d46-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c12b887-3338-5fff-3e11-dc9519987120-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7c12b887-3338-5fff-3e11-dc9519987122-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f705dd85-34f3-1691-b61a-be7c2f884db1-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f705dd85-34f3-1691-b61a-be7c2f884db3-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2f8da29f-d5c2-b2ef-0a17-dc1b54a0d9fc-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_2f8da29f-d5c2-b2ef-0a17-dc1b54a0d9fe-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f997f427-8b8e-3689-5f0a-bc42558f4e4c-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f997f427-8b8e-3689-5f0a-bc42558f4e4e-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ba506b61-4328-7976-b81e-6954a0f8ae10-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-ba506b61-4328-7976-b81e-6954a0f8ae12-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_03d3b821-95aa-6120-59a3-121c300f5357-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_03d3b821-95aa-6120-59a3-121c300f5359-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9299aec5-385b-8928-d757-99478466f5f6-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9299aec5-385b-8928-d757-99478466f5f8-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6f22cc72-ded6-2026-857a-a429d372576e-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_6f22cc72-ded6-2026-857a-a429d3725770-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8578ef9f-baf6-149b-8ee8-608933f14d4a-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8578ef9f-baf6-149b-8ee8-608933f14d4c-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fcb7ed7c-4ebe-95ac-02a4-b6101c612a74-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-fcb7ed7c-4ebe-95ac-02a4-b6101c612a76-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2dca000-4d86-186d-137a-73a965620e01-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c2dca000-4d86-186d-137a-73a965620e03-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2dca000-4d86-186d-137a-73a965620e09-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c2dca000-4d86-186d-137a-73a965620e0b-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2dca000-4d86-186d-137a-73a965620e11-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c2dca000-4d86-186d-137a-73a965620e13-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2dca000-4d86-186d-137a-73a965620e19-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c2dca000-4d86-186d-137a-73a965620e1b-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2dca000-4d86-186d-137a-73a965620e21-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c2dca000-4d86-186d-137a-73a965620e23-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2dca000-4d86-186d-137a-73a965620e29-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c2dca000-4d86-186d-137a-73a965620e2b-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2dca000-4d86-186d-137a-73a965620e31-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c2dca000-4d86-186d-137a-73a965620e33-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2dca000-4d86-186d-137a-73a965620e39-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c2dca000-4d86-186d-137a-73a965620e3b-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2dca000-4d86-186d-137a-73a965620e41-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c2dca000-4d86-186d-137a-73a965620e43-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2dca000-4d86-186d-137a-73a965620e49-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c2dca000-4d86-186d-137a-73a965620e4b-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2dca000-4d86-186d-137a-73a965620e51-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c2dca000-4d86-186d-137a-73a965620e53-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2dca000-4d86-186d-137a-73a965620e59-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c2dca000-4d86-186d-137a-73a965620e5b-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2dca000-4d86-186d-137a-73a965620e61-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c2dca000-4d86-186d-137a-73a965620e63-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2dca000-4d86-186d-137a-73a965620e69-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c2dca000-4d86-186d-137a-73a965620e6b-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2dca000-4d86-186d-137a-73a965620e71-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c2dca000-4d86-186d-137a-73a965620e73-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2dca000-4d86-186d-137a-73a965620e79-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c2dca000-4d86-186d-137a-73a965620e7b-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2dca000-4d86-186d-137a-73a965620e81-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c2dca000-4d86-186d-137a-73a965620e83-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2dca000-4d86-186d-137a-73a965620e89-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c2dca000-4d86-186d-137a-73a965620e8b-7aa123a0, #w-node-c2dca000-4d86-186d-137a-73a965620e93-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c0c45fd-cb8b-202d-2c17-06b6a3d7c25c-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3c0c45fd-cb8b-202d-2c17-06b6a3d7c25e-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c0c45fd-cb8b-202d-2c17-06b6a3d7c264-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3c0c45fd-cb8b-202d-2c17-06b6a3d7c266-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c0c45fd-cb8b-202d-2c17-06b6a3d7c26c-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3c0c45fd-cb8b-202d-2c17-06b6a3d7c26e-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c0c45fd-cb8b-202d-2c17-06b6a3d7c274-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3c0c45fd-cb8b-202d-2c17-06b6a3d7c276-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c0c45fd-cb8b-202d-2c17-06b6a3d7c27c-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3c0c45fd-cb8b-202d-2c17-06b6a3d7c27e-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c0c45fd-cb8b-202d-2c17-06b6a3d7c284-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3c0c45fd-cb8b-202d-2c17-06b6a3d7c286-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c0c45fd-cb8b-202d-2c17-06b6a3d7c28c-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3c0c45fd-cb8b-202d-2c17-06b6a3d7c28e-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c0c45fd-cb8b-202d-2c17-06b6a3d7c294-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3c0c45fd-cb8b-202d-2c17-06b6a3d7c296-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c0c45fd-cb8b-202d-2c17-06b6a3d7c29c-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3c0c45fd-cb8b-202d-2c17-06b6a3d7c29e-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c0c45fd-cb8b-202d-2c17-06b6a3d7c2a4-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3c0c45fd-cb8b-202d-2c17-06b6a3d7c2a6-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c0c45fd-cb8b-202d-2c17-06b6a3d7c2ac-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3c0c45fd-cb8b-202d-2c17-06b6a3d7c2ae-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c0c45fd-cb8b-202d-2c17-06b6a3d7c2b4-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3c0c45fd-cb8b-202d-2c17-06b6a3d7c2b6-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c0c45fd-cb8b-202d-2c17-06b6a3d7c2bc-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3c0c45fd-cb8b-202d-2c17-06b6a3d7c2be-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c0c45fd-cb8b-202d-2c17-06b6a3d7c2c4-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3c0c45fd-cb8b-202d-2c17-06b6a3d7c2c6-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c0c45fd-cb8b-202d-2c17-06b6a3d7c2cc-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3c0c45fd-cb8b-202d-2c17-06b6a3d7c2ce-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c0c45fd-cb8b-202d-2c17-06b6a3d7c2d4-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3c0c45fd-cb8b-202d-2c17-06b6a3d7c2d6-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c0c45fd-cb8b-202d-2c17-06b6a3d7c2dc-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3c0c45fd-cb8b-202d-2c17-06b6a3d7c2de-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c0c45fd-cb8b-202d-2c17-06b6a3d7c2e4-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3c0c45fd-cb8b-202d-2c17-06b6a3d7c2e6-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_18f625c8-6f25-b26a-d313-0dee040e0643-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_18f625c8-6f25-b26a-d313-0dee040e0645-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ae495b55-f12b-7c73-4a65-020995335354-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-ae495b55-f12b-7c73-4a65-020995335356-7aa123a0, #w-node-_3c0c45fd-cb8b-202d-2c17-06b6a3d7c2ed-7aa123a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_496d2bea-14bd-2d24-b523-500690ef2266-a08be758 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


