:root {
  --white: white;
  --black: black;
}

body {
  color: #f8f8f8;
  background-color: #030000;
  font-family: Muli, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.home-hero {
  color: #000;
  background-color: #000;
  background-image: url('../images/BG-copy.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin: 0;
  padding: 84px 0 321px;
  display: flex;
  overflow: auto;
}

.button {
  color: #353434cc;
  background-color: #1bcc04cc;
  border: 1px solid #fcfafacf;
  border-radius: 4px;
  margin: 7px;
  padding: 9px 28px;
  font-size: 18px;
  font-weight: 400;
}

.button:hover {
  color: #353434;
  text-shadow: 1px 0 #eaff00;
  background-color: #21b907;
  border-color: #fcfafa;
  font-weight: 400;
}

.home-hero-wrapper {
  text-align: justify;
  background-color: #000c;
  border: 2px solid #ffffffbf;
  border-radius: 16px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 35px;
  display: flex;
  box-shadow: 6px 6px 5px 1px #00000080;
}

.div-block {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.heading {
  color: #fff;
  text-align: left;
  text-shadow: 4px 4px 2px #000;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 25px;
  font-style: italic;
  font-weight: 900;
  text-decoration: none;
}

.paragraph {
  margin: 12px;
  font-size: 20px;
  line-height: 25px;
}

.paragraph-2 {
  text-align: center;
  text-shadow: 2px 2px #000;
  margin: 7px 22px 8px;
  font-size: 24px;
  line-height: 30px;
  overflow: hidden;
}

.navbar {
  background-color: #000000bf;
  position: fixed;
  inset: 0% 0% auto;
}

.container {
  background-color: #000000ad;
  border-bottom: 1px solid #9aff02;
  min-width: 100px;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
  inset: 0% 0% auto;
}

.nav-button {
  color: #c0ff05;
  background-color: #0000;
  margin-top: 12px;
  margin-bottom: 1px;
  padding: 9px 28px;
  font-size: 100%;
  font-weight: 100;
  line-height: 12px;
}

.nav-button:hover {
  color: #fff;
}

.nav-button:active {
  color: #02ce0f;
}

.nav-button.footer {
  opacity: .8;
  color: #f8f8f8;
  margin-top: 7px;
  margin-bottom: 0;
  padding: 4px 36px;
  font-size: 12px;
  text-decoration: none;
}

.nav-button.footer:hover {
  color: #95ff00;
}

.image {
  margin-top: 5px;
  margin-bottom: 5px;
}

._40 {
  width: 0%;
}

.top-price {
  min-width: 100%;
  margin-top: -1px;
  margin-bottom: 0;
  padding-bottom: 5px;
  overflow: hidden;
}

.image-2 {
  width: 0%;
}

.image-3 {
  margin-top: 0;
  margin-left: 0;
}

.body {
  background-color: #000;
  border: 1px #90ff00;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.separator-border {
  background-image: linear-gradient(270deg, #08a802, #cdfc00);
  height: 3px;
  margin-top: 0;
}

.shadow-seperator {
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.div-block-2 {
  background-image: linear-gradient(274deg, #01490a, #d4ff00 76%);
  width: 100%;
  min-width: 100px;
  margin-top: -20px;
  padding-bottom: 6px;
}

.heading-2 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  padding-left: 25px;
  display: flex;
}

.section-2 {
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: -1px;
  margin-bottom: 19px;
  margin-left: -1px;
  padding-top: 1px;
  display: flex;
}

.heading-3 {
  color: #fbfcfa;
  text-shadow: 2px 2px 4px #000;
  border: 0 #000;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  position: relative;
  box-shadow: 0 0 #000;
}

.div-block-3 {
  background-color: #000;
  background-image: radial-gradient(circle farthest-side, #d4ff00, #076400 87%);
  border-radius: 8px;
  margin-top: 0;
  padding: 4px 28px;
  box-shadow: 2px 2px 5px 2px #00000052;
}

.content {
  background-image: radial-gradient(circle, #b3ff00, #005710), linear-gradient(#fff, #fff);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding-top: 115px;
  padding-bottom: 115px;
  display: flex;
}

.about-us {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: block;
}

.heading-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-3 {
  color: #c0f545;
  text-align: center;
  text-shadow: 3px 3px 2px #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  margin-right: 2px;
  padding: 3px 0 0;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
  display: flex;
}

.div-block-4 {
  box-shadow: none;
  background-image: none;
  border: 0 solid #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-bottom: 25px;
  display: flex;
}

.image-4 {
  width: 100%;
}

.home2 {
  background-image: radial-gradient(circle, #474747, #070707);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 11px;
  display: flex;
}

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

.paragraph-4 {
  text-align: center;
  text-shadow: 3px 3px 8px #000;
  margin-bottom: 0;
  font-size: 30px;
  font-style: italic;
  font-weight: 900;
  line-height: 55px;
}

.paragraph-5 {
  text-align: center;
  text-shadow: 3px 3px 3px #000;
  margin-top: 16px;
  padding-top: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 50px;
}

.div-block-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 75%;
  margin-top: 0;
  margin-bottom: 34px;
  padding-top: 0;
  display: flex;
}

.bold-text {
  margin-top: 0;
  font-weight: 300;
}

.bold-text-2, .bold-text-3 {
  font-weight: 300;
}

.text-span {
  color: #b3ff00;
  font-size: 35px;
  font-style: italic;
  font-weight: 800;
}

.image-5 {
  margin-bottom: 20px;
}

.image-6 {
  width: 100%;
  margin-top: 22px;
  margin-bottom: 0;
}

.image-7 {
  width: 100%;
  margin-bottom: -35px;
  position: relative;
}

.text-span-3 {
  color: #befd00;
}

.storage-prices {
  flex-direction: column;
  display: flex;
}

._25ft, ._30ft {
  margin-bottom: 10px;
}

.image-8, .image-9, .image-10, .image-11 {
  width: 100%;
}

.heading-6 {
  text-align: center;
  background-color: #252525;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 45px;
  font-style: italic;
  font-weight: 800;
  position: static;
}

.text-span-4 {
  color: #95ff00;
  font-weight: 200;
}

.div-block-7 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 5px;
  display: flex;
}

.image-14, .image-15, .image-16 {
  width: 100%;
}

.div-block-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template: ". ." 0
                 ". ."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: grid;
}

.image-17 {
  background-image: radial-gradient(circle farthest-side, #df0, #035d12);
  width: 100%;
}

.image-18 {
  background-image: radial-gradient(circle farthest-side, #868686, #252525);
  width: 100%;
}

.div-block-9 {
  background-image: radial-gradient(circle farthest-side, #8b8b8b, #030303 53%);
  justify-content: center;
  align-items: center;
  height: 30px;
  display: flex;
}

.div-block-10 {
  align-items: flex-start;
  display: flex;
}

.prices-sub-heading {
  text-transform: uppercase;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: -1px;
  margin-bottom: 0;
  display: flex;
}

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

.italic-text {
  color: #bfff00;
  font-size: 30px;
}

.heading-8 {
  color: #a6ff00;
  text-align: center;
  text-transform: uppercase;
  background-image: radial-gradient(circle, #424242, #000 60%, #302f2f 102%);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 41px;
  padding-right: 41px;
  font-size: 22px;
  font-style: italic;
  font-weight: 800;
  display: flex;
}

.italic-text-2 {
  text-shadow: 4px 4px 3px #000;
  padding: 7px 20px;
  font-size: 25px;
  font-style: italic;
  font-weight: 800;
}

.image-19, .image-20, .image-21 {
  width: 100%;
}

.heading-9 {
  text-align: center;
  text-transform: uppercase;
  text-shadow: 2px 3px 4px #000;
  background-image: radial-gradient(circle, #9b9b9b, #1b1b1b 53%);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 2px;
  margin-bottom: 2px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 25px;
  font-style: italic;
  font-weight: 800;
  display: flex;
}

.section-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.heading-10 {
  margin-top: 14px;
  margin-bottom: 14px;
  font-size: 30px;
  font-style: italic;
}

.page-seperator {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.div-block-11 {
  justify-content: center;
  align-items: center;
  width: 15%;
  display: flex;
}

.div-block-12 {
  background-image: radial-gradient(circle, #494949, #000 59%);
  width: 100%;
  height: 20px;
}

.div-block-13 {
  max-height: auto;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 1000%;
  height: 5px;
  display: flex;
}

.div-block-14 {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-15 {
  background-color: #fcfcfc;
  background-image: radial-gradient(circle, #fff, #1a1a1a);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1px;
  display: flex;
}

.image-22 {
  padding-top: 6px;
  padding-bottom: 6px;
}

.section-4 {
  margin-top: 0;
}

.contact-us-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.our-services {
  background-image: radial-gradient(circle, #ddd8d8 39%, #7a7a7a);
}

.div-block-16 {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  line-height: 18px;
  display: flex;
}

.image-23 {
  background-color: #1f1e1e;
  width: 100%;
  height: 60px;
  position: relative;
}

.div-block-17 {
  background-color: #0000;
  background-image: radial-gradient(circle farthest-side, #fff, #1d1d1d);
  height: 1px;
}

.contacts {
  padding-bottom: 0;
}

.div-block-18, .div-block-19 {
  margin-bottom: 10px;
}

.image-24 {
  border-radius: 11px;
  margin-top: 25px;
  padding-top: 0;
  position: relative;
  box-shadow: 2px 2px 5px 4px #0006;
}

.nav-menu {
  margin-top: 27px;
}

.div-block-20 {
  width: 10%;
  margin-top: 20px;
  margin-bottom: 11px;
}

.optional {
  background-image: radial-gradient(circle, #c8ff00, #067402);
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  line-height: 18px;
  display: flex;
}

.heading-11 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 1px;
  margin-bottom: 1px;
  font-size: 25px;
  font-weight: 300;
  line-height: 32px;
}

.div-block-21 {
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.div-block-22 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: none;
  grid-template: ". . . ."
                 ". . . ."
                 ". . . ."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 39px;
  padding-left: 14px;
  padding-right: 14px;
  display: grid;
}

.awning-cleaning {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.image-25 {
  margin-top: 10px;
  margin-bottom: 9px;
}

.bottom-painting {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.image-26 {
  margin-top: 7px;
  padding-top: 0;
}

.div-block-23 {
  display: flex;
}

.cleaning {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.div-block-24 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.detailing {
  justify-content: center;
  align-items: center;
  display: flex;
}

.ising-glass-repair {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gel-coat-repair {
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.image-27 {
  margin-bottom: 10px;
}

.div-block-25 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 6px;
  display: flex;
}

.propane, .roof-sealing, .upholstry {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-26, .div-block-27, .div-block-28 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-28 {
  padding-top: 47px;
}

.div-block-29 {
  margin-top: 20px;
}

.text-span-5, .text-span-6 {
  font-weight: 800;
}

.image-29, .image-30, .image-31, .image-32, .image-33 {
  width: 100%;
}

.div-block-30 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #363636;
  background-image: linear-gradient(#7a7a7a, #3b3b3b);
  grid-template: ". . . ."
  / .75fr .75fr .75fr .75fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.div-block-31, .div-block-32, .div-block-33 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-34 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1px;
  padding-bottom: 0;
  display: flex;
}

.image-34 {
  color: #f2ff00;
  margin-top: -26px;
  margin-bottom: -22px;
  padding-top: 0;
}

.div-block-35 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block {
  color: #c8ff00;
  text-transform: uppercase;
  text-shadow: 3px 3px 9px #000;
  padding-top: 19px;
  font-size: 25px;
  font-style: italic;
  font-weight: 900;
}

.bold-text-4 {
  color: #e6ff05;
  font-size: 20px;
  font-weight: 900;
}

.div-block-36 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  display: flex;
}

.map {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  padding-right: 0;
  display: block;
  position: relative;
}

.rich-text-block {
  padding-bottom: 0;
}

.form {
  justify-content: center;
}

.field-label, .field-label-2 {
  color: #bf0;
  text-transform: uppercase;
  font-weight: 300;
}

.submit-button {
  color: #080808;
  text-transform: uppercase;
  background-color: #bf0;
  border-radius: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.submit-button:hover {
  color: #bdff06;
  background-color: #3b3c3b;
  font-size: 12px;
}

.text-field, .text-field-2 {
  background-color: #bbb;
  border-radius: 5px;
}

.form-block {
  text-align: center;
  background-image: linear-gradient(#6b6a6a, #000);
  justify-content: flex-start;
  align-items: center;
  padding-left: 76px;
  display: flex;
}

.contact {
  background-image: radial-gradient(circle, #4e4e4e, #141414);
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 33px;
  padding-right: 0;
  display: flex;
}

.div-block-37 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.form-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  display: flex;
}

.text-field-3 {
  color: #222;
  background-color: #e9e9e9;
  border: 2px solid #95ff00;
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  box-shadow: 4px 4px 4px #000;
}

.form-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.text-field-4 {
  color: #1f1f1f;
  background-color: #e9e9e9;
  border: 2px solid #95ff00;
  border-radius: 5px;
  margin-bottom: 20px;
  box-shadow: 4px 4px 4px #000;
}

.text-field-5 {
  color: #1f1f1f;
  background-color: #e9e9e9;
  border: 3px solid #95ff00;
  border-radius: 5px;
  margin-bottom: 0;
  margin-right: 0;
  overflow: visible;
}

.submit-button-2 {
  color: #000;
  text-transform: uppercase;
  background-image: radial-gradient(circle, #95ff00, #178a03);
  border-radius: 6px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: 600;
  box-shadow: 4px 4px 4px #000;
}

.submit-button-2:hover, .submit-button-2:focus {
  color: #95ff00;
  background-color: #000;
  background-image: none;
  border: 1px solid #95ff00;
}

.field-label-3 {
  color: #95ff00;
  text-transform: uppercase;
  border: 1px solid #0000;
}

.field-label-4, .field-label-5 {
  color: #95ff00;
  text-transform: uppercase;
}

.textarea {
  background-color: #e9e9e9;
  border: 2px solid #95ff00;
  border-radius: 5px;
  box-shadow: 4px 4px 4px #000;
}

.div-block-38 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 22px;
  display: flex;
}

.paragraph-6 {
  text-align: left;
  background-color: #00000069;
  border: 1px solid #95ff00;
  border-radius: 17px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-top: 8px;
  padding: 25px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  display: flex;
  box-shadow: 4px 4px 4px #000;
}

.text-span-7, .text-span-8 {
  color: #95ff00;
  font-size: 14px;
  line-height: 22px;
}

.text-span-9 {
  color: #95ff00;
  font-size: 23px;
  font-weight: 800;
}

.social-links {
  width: auto;
  height: 35px;
}

.social-media-links {
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 8px;
  margin-left: 0;
  padding-bottom: 1px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.social-media-links.facebook {
  opacity: .8;
  align-items: center;
  padding-left: 40px;
}

.social-media-links.instagram {
  opacity: .8;
  align-items: center;
}

.social-media-links.yelp {
  opacity: .8;
  align-items: center;
  padding-left: 40px;
}

.social-media-links.twitter {
  opacity: .8;
  align-items: center;
  text-decoration: none;
}

.text-block-2 {
  color: #95ff00;
  font-size: 18px;
}

.image-37 {
  margin-right: 15px;
}

.div-block-39 {
  background-image: radial-gradient(circle, #95ff00, #019c10), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: auto, 125px;
  height: 3px;
}

.heading-12 {
  text-align: center;
  text-shadow: 2px 2px 2px #000;
  background-color: #00000029;
  border-radius: 5px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px 22px;
}

.div-block-40 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.image-38 {
  opacity: 1;
  filter: none;
  text-align: left;
  padding-top: 25px;
  padding-bottom: 25px;
  transform: translate(0);
}

.div-block-41, .div-block-42 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-13 {
  color: #95ff00;
}

.div-block-43 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50px;
  display: flex;
}

.text-block-3 {
  color: #95ff009c;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.image-39 {
  opacity: .8;
  margin-bottom: 10px;
}

.link-block, .link-block-2, .link-block-3, .link-block-4 {
  text-decoration: none;
}

.text-block-4 {
  opacity: .69;
  color: #fa4040;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.div-block-44 {
  justify-content: flex-end;
  display: flex;
}

.link {
  opacity: .8;
  color: #fcf9f9;
  margin-bottom: 7px;
  margin-right: 7px;
  font-size: 12px;
  text-decoration: none;
}

.div-block-45 {
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.paragraph-7 {
  box-shadow: none;
  text-align: left;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px #000;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 22px;
}

.div-block-46 {
  text-align: center;
  background-color: #00000069;
  border: 1px solid #95ff00;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  box-shadow: 4px 4px 4px #000;
}

.italic-text-3 {
  color: #95ff00;
  text-shadow: 2px 3px 4px #000;
}

.image-41 {
  width: 100%;
  margin-bottom: -1px;
}

.success-message {
  color: #000;
  background-color: #030303;
  background-image: radial-gradient(circle, #95ff00, #0c6e01);
  border-radius: 12px;
  width: 100%;
  font-weight: 800;
}

.error-message {
  background-color: #0000;
  background-image: radial-gradient(circle, #ffd103, #ff7b00);
  border-radius: 9px;
  width: 100%;
}

.div-block-47 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.image-42 {
  width: 100%;
}

.text-block-6 {
  color: #000;
  text-align: center;
  font-weight: 800;
}

.div-block-48 {
  width: 20%;
}

.text-span-10 {
  color: #f9fd05;
}

.image-43, .image-44, .image-45 {
  width: 100%;
}

.text-span-11 {
  color: #ee3838;
}

@media screen and (max-width: 991px) {
  .home-hero {
    max-height: auto;
    background-image: url('../images/BG-copy.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    width: 100%;
    min-width: auto;
    height: 350px;
    min-height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 12px;
    padding-bottom: 163px;
    padding-right: 22px;
  }

  .button {
    margin-top: 3px;
    padding: 0 13px;
    font-size: 12px;
  }

  .home-hero-wrapper {
    border-radius: 16px;
    justify-content: center;
    width: auto;
    margin-top: -79px;
    margin-bottom: 0;
    padding: 0 21px;
  }

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

  .heading {
    text-shadow: 1px 1px 2px #000;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
  }

  .paragraph-2 {
    margin-top: 7px;
    margin-bottom: 0;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 15px;
    line-height: 20px;
  }

  .container {
    background-color: #000;
    margin-top: 0;
    margin-bottom: 7px;
    padding-left: 5px;
    padding-right: 0;
  }

  .nav-button {
    text-align: right;
    margin-bottom: 17px;
  }

  .nav-button.footer {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-3 {
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 0;
  }

  .body {
    border: .05px #000;
    margin-bottom: 0;
  }

  .icon {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .icon:active {
    color: #000;
  }

  .shadow-seperator {
    height: auto;
    margin-top: -24px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .div-block-2 {
    margin-top: 0;
    padding-bottom: 2px;
  }

  .section-2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .heading-3 {
    margin-top: -10px;
    margin-bottom: -8px;
    font-size: 20px;
  }

  .div-block-3 {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 4px;
    padding-left: 19px;
    padding-right: 19px;
  }

  .content {
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .paragraph-3 {
    padding: 0;
    font-size: 19px;
    line-height: 30px;
  }

  .div-block-4 {
    box-shadow: none;
    background-image: none;
    border-style: none;
    border-width: 0;
    border-radius: 14px;
    width: 75%;
    margin-top: 19px;
  }

  .image-4 {
    margin-top: -7px;
    padding-top: 0;
  }

  .div-block-5 {
    margin-top: 0;
    padding-top: 0;
  }

  .home2 {
    background-image: radial-gradient(circle, #585858, #0c0c0c);
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-4 {
    margin-bottom: 12px;
    padding-top: 0;
    font-size: 25px;
    line-height: 35px;
  }

  .paragraph-5 {
    margin-top: 15px;
    margin-bottom: 19px;
    font-size: 18px;
    font-weight: 700;
    line-height: 33px;
  }

  .div-block-6 {
    margin-bottom: 18px;
  }

  .text-span {
    font-size: 25px;
    font-weight: 800;
  }

  .image-6 {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 0;
  }

  ._25ft, ._30ft {
    margin-bottom: 5px;
  }

  .image-12, .image-13 {
    width: 100%;
  }

  .heading-6 {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 30px;
  }

  .div-block-9 {
    height: 20px;
    line-height: 4px;
  }

  .heading-8 {
    font-size: 12px;
    line-height: 22px;
  }

  .italic-text-2 {
    text-shadow: 3px 3px 4px #000;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 17px;
    line-height: 25px;
  }

  .heading-9 {
    text-shadow: 2px 2px 2px #000;
    margin-bottom: 2px;
    font-size: 16px;
    line-height: 23px;
  }

  .heading-10 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 25px;
  }

  .div-block-12 {
    height: 10px;
  }

  .image-23 {
    height: 20px;
  }

  .menu-button {
    color: #95ff00;
    padding-top: 18px;
  }

  .menu-button:hover {
    color: #000;
    background-color: #0000;
    background-image: radial-gradient(circle, #a6ff00, #14a301);
  }

  .menu-button:active {
    color: #000;
    background-color: #92ff03;
    background-image: radial-gradient(circle, #bf0, #0d9401);
    border: 1px solid #0000;
  }

  .menu-button:focus {
    color: #000;
    background-image: radial-gradient(circle, #96ff03, #14ac00);
  }

  .contacts {
    background-color: #000;
    display: block;
  }

  .div-block-18, .div-block-19 {
    margin-bottom: 5px;
  }

  .image-24 {
    border-radius: 12px;
    margin-top: 0;
    padding-top: 0;
    display: block;
    box-shadow: 2px 2px 5px 4px #0006;
  }

  .nav-menu {
    text-align: left;
    background-color: #000000d9;
    flex-flow: row;
    justify-content: flex-end;
    width: 25%;
    margin-top: -4px;
    display: block;
    inset: 0% 0% auto auto;
  }

  .div-block-20 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 15%;
    margin-top: 33px;
    margin-bottom: 0;
    display: flex;
  }

  .optional {
    margin-bottom: 0;
  }

  .heading-11 {
    font-size: 22px;
    line-height: 28px;
  }

  .div-block-21 {
    background-image: none;
    margin-bottom: 0;
  }

  .div-block-22 {
    background-image: none;
    grid-template: ". ."
                   ". ."
                   ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    grid-auto-columns: .25fr;
    margin-left: 0;
    margin-right: 0;
    padding-left: 12px;
    padding-right: 12px;
  }

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

  .div-block-26 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-28 {
    padding-top: 0;
  }

  .div-block-29 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: linear-gradient(#7a7a7a, #383838);
    grid-template: ". ."
                   ". ."
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    place-items: center;
    margin-top: 0;
    display: grid;
  }

  .top-sep {
    height: 75px;
  }

  .div-block-30 {
    background-image: none;
    grid-template: ". ."
                   ". ."
                   / 1fr 1fr;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .image-34 {
    margin-top: -6px;
    margin-bottom: -23px;
  }

  .text-block {
    padding-top: 25px;
    font-size: 20px;
    font-style: normal;
  }

  .form {
    flex-direction: column;
  }

  .field-label, .field-label-2 {
    font-weight: 300;
  }

  .submit-button {
    text-transform: uppercase;
    background-image: radial-gradient(circle closest-corner, #bf0 39%, #02b915);
    border-radius: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
  }

  .text-field, .text-field-2 {
    border-radius: 5px;
  }

  .form-block {
    justify-content: center;
    align-items: center;
    margin-bottom: 23px;
    padding-top: 0;
    padding-left: 0;
    display: flex;
  }

  .contact {
    justify-content: center;
    align-items: center;
    padding-top: 17px;
    padding-bottom: 17px;
    padding-right: 0;
    display: flex;
  }

  .div-block-37 {
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .form-2 {
    width: 80%;
  }

  .text-field-3 {
    background-color: #e9e9e9;
    border: 2px solid #bfff00;
    padding-left: 12px;
  }

  .form-block-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .text-field-4 {
    background-color: #e9e9e9;
  }

  .text-field-5 {
    background-color: #e9e9e9;
    width: auto;
    margin-right: 0;
    overflow: visible;
  }

  .paragraph-6 {
    padding-top: 12px;
    font-size: 15px;
    line-height: 22px;
  }

  .text-span-9 {
    font-size: 18px;
  }

  .social-media-links {
    margin-bottom: 4px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .social-media-links.facebook, .social-media-links.yelp {
    padding-left: 15px;
  }

  .social-media-links.twitter {
    padding-right: 15px;
  }

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

  .image-37 {
    margin-right: 5px;
  }

  .div-block-39 {
    background-image: radial-gradient(circle, #95ff00, #0b6b00);
    height: 3px;
  }

  .heading-12 {
    width: 80%;
    margin-top: 23px;
    margin-bottom: 23px;
    font-size: 15px;
  }

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

  .div-block-43 {
    height: 50px;
    margin-bottom: 3px;
  }

  .text-block-3 {
    margin-top: 4px;
  }

  .image-39 {
    opacity: .65;
    margin-top: 5px;
  }

  .text-block-4 {
    align-items: center;
  }

  .div-block-44 {
    justify-content: center;
    margin-top: 0;
  }

  .link {
    margin-top: 0;
  }

  .div-block-45 {
    margin-top: 3px;
    margin-bottom: 0;
    padding-top: 7px;
  }

  .div-block-46 {
    width: 80%;
  }

  .italic-text-3 {
    text-shadow: 1px 3px 2px #000;
  }

  .text-block-5 {
    color: #020202;
    font-weight: 800;
  }

  .success-message {
    background-image: radial-gradient(circle, #95ff00, #006404);
    width: 80%;
  }

  .error-message {
    color: #070707;
    background-color: #0000;
    background-image: radial-gradient(circle, #ffd103, #ff7300);
    width: 80%;
    font-weight: 800;
  }

  .div-block-48 {
    width: 30%;
  }
}

@media screen and (max-width: 767px) {
  .home-hero {
    align-items: center;
    height: 300px;
    margin-bottom: 5px;
    padding-top: 0;
    padding-bottom: 92px;
    padding-right: 0;
  }

  .home-hero-wrapper {
    border-width: 1px;
    width: auto;
    margin-top: 19px;
    margin-left: 0;
    margin-right: 0;
    padding: 4px 8px;
  }

  .heading {
    margin-top: 0;
    padding: 0;
    font-size: 15px;
    line-height: 20px;
  }

  .paragraph-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 12px;
    margin-left: 2px;
    margin-right: 2px;
    padding: 5px 4px 7px;
    font-size: 12px;
    line-height: 17px;
    display: flex;
  }

  .container {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-button {
    margin-bottom: 15px;
  }

  .nav-button.footer {
    font-size: 11px;
  }

  .nav-button.footer:active {
    color: #95ff00;
  }

  .image-3 {
    margin-left: 0;
    padding-left: 0;
  }

  .body {
    background-color: #000;
  }

  .icon {
    margin-right: 0;
  }

  .content {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .paragraph-3 {
    margin-bottom: 0;
    padding: 2px 0 0;
  }

  .div-block-4 {
    background-image: none;
    border-radius: 12px;
    width: 70%;
    margin-top: 2px;
    margin-bottom: 20px;
  }

  .image-4 {
    margin-top: -23px;
  }

  .text-span {
    font-size: 25px;
  }

  .image-6 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-6 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-8 {
    grid-template: "." 0
                   "."
                   "."
                   / 1fr;
  }

  .heading-8 {
    padding-left: 0;
    padding-right: 0;
    font-size: 10px;
  }

  .italic-text-2 {
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
    line-height: 19px;
  }

  .heading-9 {
    width: auto;
    height: 23px;
    margin-top: 1px;
    margin-bottom: 1px;
    font-size: 13px;
  }

  .div-block-20 {
    width: 20%;
    margin-top: 41px;
    margin-bottom: 10px;
  }

  .optional {
    margin-bottom: 2px;
  }

  .heading-11 {
    font-size: 18px;
    line-height: 20px;
  }

  .div-block-22 {
    grid-template: ". ."
                   ". ."
                   ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .bottom-painting {
    margin-top: 0;
    padding-top: 0;
  }

  .image-28 {
    margin-bottom: 0;
    padding-top: 9px;
  }

  .div-block-30 {
    grid-template: ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .div-block-34 {
    margin-bottom: 28px;
  }

  .image-35 {
    padding-bottom: 18px;
  }

  .image-36 {
    padding-bottom: 11px;
  }

  .submit-button:hover {
    background-color: #232423;
    background-image: none;
  }

  .text-field-2 {
    border: 1px solid #000;
  }

  .form-block {
    background-image: linear-gradient(#7c7c7c, #202020);
  }

  .contact {
    padding-top: 0;
  }

  .form-2 {
    width: 80%;
  }

  .paragraph-6 {
    font-size: 15px;
    line-height: 21px;
  }

  .text-span-9 {
    font-size: 15px;
  }

  .social-media-links {
    margin-left: 12px;
    margin-right: 12px;
    padding-left: 0;
    padding-right: 0;
  }

  .social-media-links.facebook, .social-media-links.yelp {
    padding-left: 0;
  }

  .social-media-links.twitter {
    padding-right: 0;
  }

  .image-37 {
    margin-right: 5px;
  }

  .heading-12 {
    justify-content: center;
    align-items: center;
    font-size: 15px;
    display: flex;
  }

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

  .div-block-43 {
    height: 45px;
    margin-bottom: 0;
  }

  .text-block-3 {
    margin-top: 5px;
    font-size: 12px;
  }

  .image-39 {
    margin-right: 0;
    padding-right: 0;
  }

  .div-block-44 {
    margin-top: 0;
  }

  .link {
    opacity: .81;
    margin-bottom: 4px;
  }

  .div-block-45 {
    margin-top: 3px;
  }

  .div-block-46 {
    width: 80%;
  }
}

@media screen and (max-width: 479px) {
  .home-hero {
    background-image: url('../images/5c532751d3dfd45f6612ec1f_BG-copy.jpg');
    background-position: 50%;
    height: 250px;
    margin-bottom: 0;
    padding-bottom: 83px;
    padding-left: 0;
    padding-right: 28px;
  }

  .home-hero-wrapper {
    width: auto;
    margin-top: 15px;
    margin-bottom: -11px;
    margin-right: -17px;
    padding-top: 4px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .heading {
    margin-top: 0;
    padding-bottom: 0;
    font-size: 10px;
    line-height: 15px;
  }

  .paragraph-2 {
    margin-bottom: -1px;
    margin-left: 4px;
    padding-bottom: 11px;
    padding-left: 0;
    font-size: 12px;
    line-height: 15px;
  }

  .navbar {
    position: fixed;
    inset: 0% 0% auto;
  }

  .container {
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
  }

  .nav-button {
    margin-bottom: 11px;
  }

  .nav-button.footer {
    padding-left: 7px;
    padding-right: 7px;
  }

  .image-3 {
    margin-top: 7px;
    margin-bottom: 7px;
    margin-left: 0;
    padding-left: 0;
  }

  .body {
    background-color: #000;
    background-image: none;
  }

  .icon {
    margin-right: 0;
    padding-right: 0;
  }

  .shadow-seperator {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .section-2 {
    text-shadow: 1px 1px 2px #000;
    margin-top: 0;
    margin-bottom: 8px;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 6px;
  }

  .heading-3 {
    text-shadow: 1px 1px 2px #000;
    margin-top: -5px;
    margin-bottom: -5px;
    font-size: 13px;
    line-height: 30px;
  }

  .div-block-3 {
    border-radius: 2px;
    margin-top: 0;
    margin-bottom: 1px;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 1px 1px 2px 1px #00000052;
  }

  .content {
    background-image: radial-gradient(circle, #b3ff00, #005710);
    padding-top: 46px;
    padding-bottom: 45px;
  }

  .paragraph-3 {
    padding-bottom: 15px;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
  }

  .div-block-4 {
    opacity: 1;
    background-image: none;
    border-radius: 14px;
    width: 75%;
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .div-block-5 {
    margin-top: 0;
  }

  .home2 {
    padding-bottom: 1px;
  }

  .paragraph-4 {
    font-size: 18px;
    line-height: 28px;
  }

  .paragraph-5 {
    margin-top: 5px;
    margin-bottom: 35px;
    font-size: 15px;
    line-height: 22px;
  }

  .text-span {
    font-size: 18px;
  }

  .image-6 {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .text-span-2 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .heading-6 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 20px;
  }

  .div-block-8 {
    grid-template: "." 0
                   "."
                   "."
                   / 1fr;
    align-content: center;
  }

  .heading-8 {
    font-size: 9px;
  }

  .italic-text-2 {
    padding-bottom: 7px;
  }

  .heading-9 {
    text-shadow: 2px 2px 1px #000;
    height: auto;
    font-size: 10px;
    line-height: 15px;
  }

  .heading-10 {
    font-size: 17px;
  }

  .nav-menu {
    width: 25%;
  }

  .div-block-20 {
    width: 30%;
    margin-top: 39px;
    margin-bottom: 6px;
  }

  .optional {
    margin-bottom: 2px;
  }

  .heading-11 {
    font-size: 15px;
  }

  .div-block-22 {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 17px;
  }

  .image-28 {
    padding-top: 0;
  }

  .top-sep {
    height: 65px;
  }

  .div-block-30 {
    grid-template-columns: 1fr 1fr;
    padding-top: 9px;
    padding-bottom: 20px;
  }

  .div-block-34 {
    margin-bottom: 0;
  }

  .text-block {
    padding-top: 16px;
  }

  .image-35 {
    padding-bottom: 0;
  }

  .form-2 {
    width: 90%;
    min-width: auto;
  }

  .submit-button-2:hover {
    color: #95ff00;
    background-color: #000;
    background-image: none;
    border: 1px solid #95ff00;
    border-radius: 5px;
  }

  .submit-button-2:focus {
    color: #95ff00;
    background-color: #000;
    background-image: none;
    border: 1px solid #95ff00;
  }

  .paragraph-6 {
    text-align: left;
    margin: 0 19px;
    padding: 10px 0;
    font-size: 12px;
    line-height: 16px;
  }

  .text-span-9 {
    font-weight: 600;
  }

  .social-media-links {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    margin-bottom: 12px;
    margin-left: 0;
    padding-top: 9px;
    padding-bottom: 0;
  }

  .social-media-links.facebook, .social-media-links.instagram {
    flex-direction: row;
    padding-top: 0;
  }

  .social-media-links.yelp {
    flex-direction: row;
    padding-top: 8px;
  }

  .social-media-links.twitter {
    flex-direction: row;
  }

  .image-37 {
    display: block;
  }

  .heading-12 {
    width: 90%;
    margin-top: -1px;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 20px;
  }

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

  .div-block-43 {
    height: 45px;
  }

  .text-block-3 {
    text-align: center;
    margin-top: 7px;
    font-size: 10px;
    line-height: 15px;
  }

  .link-block-3 {
    margin-top: 6px;
  }

  .link-block-4 {
    margin-top: 0;
    margin-bottom: 17px;
  }

  .text-block-4 {
    font-size: 10px;
  }

  .div-block-44 {
    margin-top: 0;
  }

  .link {
    margin-bottom: 4px;
    font-size: 10px;
  }

  .div-block-46 {
    opacity: 1;
    background-color: #00000036;
    width: 90%;
  }

  .italic-text-3 {
    text-shadow: 1px 2px 1px #000;
  }

  .bold-text-5 {
    text-shadow: 1px 1px #000;
  }

  .image-40 {
    padding-bottom: 0;
  }

  .image-41 {
    margin-top: 0;
    padding-top: 0;
  }

  .text-block-5 {
    color: #000;
    font-weight: 700;
  }

  .success-message {
    background-image: radial-gradient(circle, #95ff00, #0e6900);
    width: 90%;
  }

  .error-message {
    width: 90%;
  }

  .div-block-48 {
    width: 40%;
  }
}

#w-node-_30a8d4a9-5205-7442-739c-313de902b958-0284ad37 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e18861cf-4045-d796-e88a-e68d62533f9b-0284ad37 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d35c20a0-15fe-7b34-c680-b88c4422b9d1-0284ad37 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: auto;
}

#w-node-a499c36a-8330-9c30-7d4b-b1f85d5e254c-0284ad37 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-ba2d620c-fc63-bee8-8145-4036e223c15f-0284ad37 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_1aca1fb8-188f-d416-be1e-4838c2da0a70-0284ad37 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_896f1c5c-ca8e-5eaa-9132-bc9f46e986e7-0284ad37 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-fa93217d-f02d-c728-a1b7-5ba478af0b3d-0284ad37 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-a77f5446-ee1b-5f6f-67c6-e55bb29088b8-0284ad37 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-c0b25904-2b64-2584-c3bd-dcc6ae19c892-0284ad37 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_93ea9455-bfd5-058b-161d-095b9a134764-0284ad37 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_34387a18-9962-7cbb-d44f-c7c9186d0ee7-0284ad37 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c34216c4-4e8c-4665-6007-74395ebca8c4-0284ad37 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3e881e6f-e002-4c88-6697-b246f56fb767-0284ad37 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_3d967098-8559-1aee-1e7e-89ac5693e4ea-0284ad37 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_1ef0f2d5-3925-388a-ee48-4e17becb7580-0284ad37 {
  grid-area: 2 / 2 / 3 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_30a8d4a9-5205-7442-739c-313de902b958-0284ad37 {
    grid-area: 5 / 2 / 6 / 3;
  }

  #w-node-e18861cf-4045-d796-e88a-e68d62533f9b-0284ad37 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d35c20a0-15fe-7b34-c680-b88c4422b9d1-0284ad37 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-a499c36a-8330-9c30-7d4b-b1f85d5e254c-0284ad37 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-ba2d620c-fc63-bee8-8145-4036e223c15f-0284ad37 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1aca1fb8-188f-d416-be1e-4838c2da0a70-0284ad37 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-_896f1c5c-ca8e-5eaa-9132-bc9f46e986e7-0284ad37 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-fa93217d-f02d-c728-a1b7-5ba478af0b3d-0284ad37 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-a77f5446-ee1b-5f6f-67c6-e55bb29088b8-0284ad37 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c0b25904-2b64-2584-c3bd-dcc6ae19c892-0284ad37 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_93ea9455-bfd5-058b-161d-095b9a134764-0284ad37 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_34387a18-9962-7cbb-d44f-c7c9186d0ee7-0284ad37 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-c34216c4-4e8c-4665-6007-74395ebca8c4-0284ad37 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_3e881e6f-e002-4c88-6697-b246f56fb767-0284ad37 {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_30a8d4a9-5205-7442-739c-313de902b958-0284ad37 {
    grid-area: 5 / 2 / 6 / 3;
  }

  #w-node-e18861cf-4045-d796-e88a-e68d62533f9b-0284ad37 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ba2d620c-fc63-bee8-8145-4036e223c15f-0284ad37 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1aca1fb8-188f-d416-be1e-4838c2da0a70-0284ad37 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-fa93217d-f02d-c728-a1b7-5ba478af0b3d-0284ad37 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-a77f5446-ee1b-5f6f-67c6-e55bb29088b8-0284ad37 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-c0b25904-2b64-2584-c3bd-dcc6ae19c892-0284ad37, #w-node-_34387a18-9962-7cbb-d44f-c7c9186d0ee7-0284ad37 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_3e881e6f-e002-4c88-6697-b246f56fb767-0284ad37 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_1ef0f2d5-3925-388a-ee48-4e17becb7580-0284ad37 {
    grid-area: 3 / 1 / 4 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e18861cf-4045-d796-e88a-e68d62533f9b-0284ad37 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1ef0f2d5-3925-388a-ee48-4e17becb7580-0284ad37 {
    grid-area: 3 / 1 / 4 / 2;
  }
}


