:root {
  --orange: #fbab18;
  --white: white;
  --black: black;
}

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

.section {
  min-height: 88vh;
}

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

.nav-link {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  transition: color .2s;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--orange);
}

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

.navbar {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 20px;
}

.section-2 {
  background-color: var(--orange);
  justify-content: flex-end;
  align-items: center;
  min-height: 100vh;
  margin-top: 0;
  display: flex;
}

.section-3 {
  background-color: #fff;
  min-height: 100vh;
}

.text-block {
  color: #fff;
  text-align: right;
  min-width: auto;
  max-width: 60vw;
  margin-right: 50px;
  font-family: Open Sans, sans-serif;
  font-size: 26px;
  line-height: 33px;
}

.bold-text {
  font-family: Open Sans, sans-serif;
  font-size: 53px;
}

.text-span {
  color: #fff;
  font-size: 73px;
  font-weight: 700;
  line-height: 77px;
}

.image-2 {
  padding: 0;
}

.heading {
  font-family: Open Sans, sans-serif;
}

.columns {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 100px;
  display: flex;
}

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

.link {
  color: var(--orange);
  font-family: Open Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
  text-decoration: none;
}

.link:hover {
  color: #333;
}

.columns-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 100px;
  display: flex;
}

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

.column-3 {
  padding-right: 30px;
}

.div-block {
  background-color: #fff;
}

.div-block-2 {
  background-image: url('../images/Everloc.png');
  background-position: 50%;
  background-size: cover;
  min-width: 100%;
  min-height: 50vh;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
}

.section-4 {
  background-color: var(--orange);
  flex-direction: column;
  justify-content: space-between;
  min-height: 50vh;
  margin-left: 0;
  padding-top: 50px;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
}

.heading-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  font-family: Open Sans, sans-serif;
}

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

.columns-3 {
  margin-bottom: 0;
  padding-bottom: 50px;
  font-family: Open Sans, sans-serif;
}

.section-5 {
  color: #fff;
  background-color: #fff;
}

.section-6 {
  background-color: var(--orange);
}

.text-block-3 {
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
}

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

.link-2:hover {
  text-decoration: underline;
}

.container {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

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

.div-block-4 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Red-Barn-Green-Roof.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 400px;
  min-width: 400px;
  height: 400px;
  min-height: 400px;
  display: flex;
}

.div-block-4:hover {
  background-image: linear-gradient(rgba(248, 148, 33, .9), rgba(248, 148, 33, .9)), url('../images/Red-Barn-Green-Roof.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.div-block-5 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/carpenter-carpentry-drill-1249611.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 400px;
  min-width: 400px;
  height: 400px;
  min-height: 400px;
  display: flex;
}

.div-block-5:hover {
  background-image: linear-gradient(rgba(248, 148, 33, .9), rgba(248, 148, 33, .9)), url('../images/carpenter-carpentry-drill-1249611.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-6 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Everloc.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 400px;
  min-width: 400px;
  height: 400px;
  min-height: 400px;
  display: flex;
}

.div-block-6:hover {
  background-image: linear-gradient(rgba(248, 148, 33, .9), rgba(248, 148, 33, .9)), url('../images/Everloc.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.columns-4 {
  margin-bottom: 0;
  padding-bottom: 100px;
}

.column-5, .column-6, .column-7 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-7 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
}

.heading-4 {
  color: var(--orange);
  text-align: center;
  margin-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Open Sans, sans-serif;
}

.icon-2, .icon-3 {
  color: #000;
}

.slider {
  background-color: #fff;
}

.heading-5 {
  font-family: Open Sans, sans-serif;
}

.container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-6 {
  font-weight: 400;
}

.div-block-7 {
  z-index: -1;
  background-image: linear-gradient(#000, rgba(0, 0, 0, 0)), url('../images/Garage.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  text-decoration: none;
}

.link-block:hover {
  background-image: none;
}

.heading-7 {
  color: #fff;
  text-decoration: none;
}

.heading-8, .link-block-2 {
  text-decoration: none;
}

.heading-9, .heading-10 {
  color: #fff;
  font-family: Open Sans, sans-serif;
}

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

.heading-11 {
  color: #fff;
  font-family: Open Sans, sans-serif;
}

.section-8 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  min-height: 20vh;
  padding-bottom: 20px;
  padding-right: 30px;
  display: block;
}

.section-9 {
  background-color: #fff;
}

.section-10 {
  z-index: -1;
  background-image: linear-gradient(rgba(0, 0, 0, .8), rgba(255, 255, 255, 0)), url('../images/PTDC0008.jpg');
  background-position: 0 0, 50% 72%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  min-height: 50vh;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.heading-12 {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 48px;
  line-height: 54px;
  display: flex;
}

.heading-13 {
  color: #fbab18;
  text-align: center;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
}

.heading-14 {
  color: var(--orange);
  text-align: center;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
}

.container-3 {
  margin-bottom: 50px;
  padding-top: 30px;
}

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

.columns-5 {
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  margin-right: 30px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.column-9 {
  margin-left: 0;
  padding-left: 30px;
}

.columns-6 {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
}

.bold-text-2, .text-block-4, .column-10 {
  font-family: Open Sans, sans-serif;
}

.columns-7 {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
}

.columns-8 {
  justify-content: center;
  align-items: center;
  margin: 30px 30px 0;
  display: flex;
}

.column-11 {
  padding-left: 30px;
  font-family: Open Sans, sans-serif;
}

.column-12 {
  font-family: Open Sans, sans-serif;
}

.column-13 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  display: flex;
}

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

.div-block-8 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-family: Open Sans, sans-serif;
  display: flex;
}

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

.columns-9 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

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

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

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

.div-block-9 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.link-3 {
  color: var(--orange);
  text-decoration: none;
}

.container-4 {
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
  display: flex;
}

.image-8 {
  padding: 35px 0;
}

.image-9 {
  padding-left: 30px;
  padding-right: 30px;
}

.image-10 {
  padding-left: 25px;
  padding-right: 25px;
}

.section-11 {
  z-index: -1;
  background-image: linear-gradient(#000, rgba(0, 0, 0, 0)), url('../images/tool-belt-739152-on-roof.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  min-height: 40vh;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.section-12 {
  justify-content: flex-end;
  align-items: flex-end;
  min-height: 20vh;
  margin-left: 30px;
  margin-right: 30px;
  display: block;
}

.section-13 {
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  min-height: 70vh;
  display: flex;
}

.heading-16 {
  color: var(--orange);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
}

.bold-text-3 {
  font-family: Open Sans, sans-serif;
}

.text-block-5 {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.heading-17 {
  color: #fff;
  justify-content: flex-end;
  align-items: flex-end;
  min-height: 20vh;
  font-family: Open Sans, sans-serif;
  font-size: 48px;
  line-height: 54px;
  display: flex;
}

.container-6 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.div-block-10 {
  background-color: var(--orange);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  display: flex;
}

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

.div-block-12 {
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.div-block-13 {
  align-items: center;
  display: flex;
}

.div-block-14, .div-block-15, .div-block-16 {
  margin-left: 20px;
}

.heading-18 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.heading-19, .heading-20 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
}

.section-14 {
  background-image: url('../images/Red-Barn-Green-Roof.jpg');
  background-position: 50% 0;
  background-size: cover;
  min-height: 75vh;
}

.section-15 {
  z-index: -1;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/PTDC0023.jpg');
  background-position: 0 0, 50% 24%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 50vh;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.section-16 {
  min-height: 50vh;
}

.section-17 {
  background-color: #fff;
}

.container-7 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  min-height: 34vh;
  display: flex;
}

.heading-21 {
  color: #fff;
  margin-bottom: 0;
}

.heading-22 {
  color: #fff;
  margin-top: 0;
  font-size: 48px;
  line-height: 54px;
}

.container-8 {
  margin-top: 0;
  display: block;
}

.container-9 {
  justify-content: flex-end;
  align-items: flex-end;
  min-height: 20vh;
  display: flex;
}

.section-18 {
  z-index: -1;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Red-Barn-Green-Roof.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  min-height: 50vh;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.section-19 {
  min-height: 20vh;
}

.section-20 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: block;
}

.grid {
  grid-template: ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 / 1fr 1fr 1fr;
  margin-top: 50px;
}

.container-10 {
  padding-bottom: 50px;
}

.lightbox-link {
  display: flex;
}

.image-11 {
  outline-offset: 0px;
  color: #fbab18;
  outline: 3px solid #fbab18;
  min-width: auto;
  min-height: 44%;
}

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

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

.link-4:hover {
  text-decoration: underline;
}

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

.section-21 {
  z-index: -1;
  background-image: linear-gradient(#000, rgba(0, 0, 0, 0)), url('../images/Garage.jpg');
  background-position: 0 0, 50% 8%;
  background-size: auto, cover;
  min-height: 40vh;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.section-22 {
  min-height: 25vh;
}

.section-23 {
  background-color: #fff;
  min-height: 100vh;
}

.container-11 {
  justify-content: flex-end;
  align-items: flex-end;
  min-height: 25vh;
  display: flex;
}

.heading-23 {
  color: #fff;
  font-family: Open Sans, sans-serif;
  position: relative;
}

.bold-text-4 {
  font-size: 24px;
  position: relative;
  bottom: 12px;
}

.columns-10 {
  align-items: center;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.columns-11 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.columns-12 {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.columns-13 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.container-12 {
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 100px;
  font-family: Open Sans, sans-serif;
}

.columns-14 {
  align-items: center;
  display: flex;
}

.section-24 {
  background-color: #fff;
}

.columns-15 {
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.heading-28 {
  color: var(--orange);
}

.modal-wrapper {
  z-index: 10000;
  background-color: rgba(0, 0, 0, .7);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container-13 {
  background-color: var(--orange);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.heading-29 {
  color: var(--white);
  text-align: center;
}

.heading-30 {
  color: #fff;
}

.button {
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #fff;
  border-radius: 6px;
}

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

.link-6:hover {
  text-decoration: underline;
}

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

.link-block-4 {
  background-color: rgba(251, 171, 24, .15);
  border: 0 solid #000;
  height: 200px;
  padding: 10px;
  text-decoration: none;
}

.gen-install-heading {
  color: #333;
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.ci-heading {
  color: #333;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.text-block-6 {
  color: #333;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.div-block-18 {
  background-color: rgba(251, 171, 24, .15);
  height: 300px;
  padding: 10px;
}

.link-7 {
  color: #333;
  text-decoration: none;
}

.link-7:hover {
  color: var(--orange);
}

.text-block-7 {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Open Sans, sans-serif;
}

.heading-31 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.div-block-19 {
  background-color: rgba(254, 238, 209, .9);
  padding: 10px;
}

.ci {
  color: #333;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

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

.section-25 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.link-8 {
  color: #333;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.heading-33 {
  color: var(--orange);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.container-14 {
  display: block;
}

.image-12, .image-13, .image-14, .image-15, .image-16 {
  outline-offset: 0px;
  outline: 3px solid #fbab18;
}

.image-17 {
  outline-offset: 0px;
  border: 1px #000;
  outline: 3px solid #fbab18;
}

.image-18, .image-19, .image-20, .image-21, .image-22, .image-23, .image-24, .image-25, .image-26 {
  outline-offset: 0px;
  outline: 3px solid #fbab18;
}

.html-embed {
  flex: 0 auto;
}

@media screen and (max-width: 991px) {
  .section {
    min-height: 50vh;
  }

  .nav-link, .nav-link.w--current {
    text-align: center;
  }

  .nav-menu {
    background-color: rgba(0, 0, 0, .95);
    margin-top: 0;
  }

  .section-2 {
    min-height: 80vh;
  }

  .text-block {
    max-width: 100%;
    margin-left: 50px;
  }

  .text-span {
    font-size: 35px;
    line-height: 40px;
  }

  .image-2 {
    padding: 50px;
  }

  .icon {
    color: #fff;
    font-size: 36px;
  }

  .div-block-4, .div-block-5, .div-block-6 {
    width: 200px;
    min-width: 200px;
    height: 200px;
    min-height: 200px;
  }

  .icon-2, .icon-3 {
    opacity: 0;
  }

  .heading-9, .heading-10, .heading-11 {
    text-align: center;
    font-size: 24px;
    line-height: 28px;
  }

  .menu-button {
    background-color: rgba(0, 0, 0, 0);
  }

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

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

  .heading-13 {
    font-size: 28px;
  }

  .heading-14 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 22px;
  }

  .columns-5 {
    flex-direction: column;
    align-items: center;
  }

  .column-9 {
    padding-left: 10px;
  }

  .columns-6 {
    flex-direction: column-reverse;
    display: flex;
  }

  .columns-7 {
    flex-direction: column;
  }

  .columns-8 {
    flex-direction: column-reverse;
  }

  .column-11 {
    padding-left: 10px;
    font-family: Open Sans, sans-serif;
  }

  .column-12 {
    font-family: Open Sans, sans-serif;
  }

  .column-13 {
    flex-direction: column-reverse;
    font-family: Open Sans, sans-serif;
  }

  .columns-9 {
    flex-direction: column;
  }

  .heading-15 {
    font-size: 28px;
    line-height: 32px;
  }

  .section-12 {
    min-height: 10vh;
  }

  .div-block-10 {
    padding: 30px;
  }

  .image-11 {
    min-height: auto;
  }

  .section-21 {
    background-position: 50% 0;
  }

  .modal-wrapper {
    display: flex;
  }

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

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

  .link-6:hover {
    text-decoration: underline;
  }

  .slide-nav {
    opacity: 0;
  }
}

@media screen and (max-width: 767px) {
  .section {
    min-height: 80vh;
  }

  .body {
    background-position: 0 0, 50% 23%;
    background-size: auto, auto 100vh;
  }

  .text-block {
    flex-direction: column;
    margin-right: 20px;
    font-size: 16px;
    line-height: 20px;
    display: flex;
  }

  .text-span, .heading {
    font-size: 24px;
    line-height: 28px;
  }

  .columns {
    flex-direction: column-reverse;
  }

  .link {
    font-size: 24px;
    line-height: 28px;
  }

  .columns-2 {
    flex-direction: column;
    margin-top: 50px;
  }

  .column-2 {
    justify-content: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-2 {
    font-size: 24px;
    line-height: 28px;
  }

  .heading-3 {
    text-align: center;
    font-size: 30px;
    line-height: 34px;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-block, .link-block-2 {
    margin-bottom: 50px;
  }

  .image-3 {
    padding: 50px;
  }

  .section-8 {
    min-height: 10vh;
  }

  .heading-12 {
    text-align: right;
    font-size: 30px;
    line-height: 34px;
  }

  .heading-13 {
    font-size: 24px;
    line-height: 28px;
  }

  .heading-14 {
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .container-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-6 {
    padding-left: 0;
  }

  .image-7 {
    padding-right: 0;
  }

  .container-5 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-12 {
    min-height: 10vh;
    padding-bottom: 20px;
  }

  .heading-16 {
    font-size: 20px;
    line-height: 24px;
  }

  .heading-17 {
    font-size: 30px;
    line-height: 34px;
  }

  .container-6 {
    padding: 0 10px;
  }

  .div-block-10 {
    padding: 31px;
  }

  .section-16 {
    min-height: 30vh;
  }

  .container-7 {
    min-height: 30vh;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-21 {
    font-size: 20px;
    line-height: 24px;
  }

  .heading-22 {
    font-size: 36px;
    line-height: 40px;
  }

  .container-10 {
    justify-content: center;
    align-items: center;
    padding-left: 21px;
    padding-right: 21px;
    display: flex;
  }

  .section-21 {
    background-position: 50% 0;
  }

  .container-11 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-23 {
    font-size: 28px;
    line-height: 32px;
  }

  .bold-text-4 {
    font-size: 14px;
  }

  .columns-10 {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .columns-11 {
    flex-direction: column-reverse;
    margin-bottom: 40px;
  }

  .columns-12 {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .columns-13 {
    flex-direction: column-reverse;
    margin-bottom: 40px;
  }

  .columns-14 {
    flex-direction: column;
  }

  .column-18, .column-19, .column-20, .column-21, .column-22 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-24, .bold-text-5, .heading-25, .heading-26, .heading-27 {
    font-size: 20px;
    line-height: 24px;
  }

  .modal-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr;
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    min-height: 40vh;
  }

  .section-2 {
    min-height: 60vh;
  }

  .text-block {
    margin-left: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .text-span, .heading {
    font-size: 24px;
    line-height: 28px;
  }

  .heading-3 {
    text-align: center;
    font-size: 24px;
    line-height: 28px;
  }

  .text-block-3 {
    font-size: 12px;
    line-height: 18px;
  }

  .div-block-4, .div-block-5, .div-block-6 {
    width: 200px;
    min-width: 200px;
    height: 200px;
    min-height: 200px;
  }

  .slider {
    min-height: 50vh;
  }

  .div-block-7 {
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 100%;
    min-height: 50vh;
  }

  .image-3 {
    padding: 50px;
  }

  .section-8 {
    min-height: 10vh;
  }

  .heading-12, .heading-13 {
    font-size: 24px;
    line-height: 28px;
  }

  .heading-14 {
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .columns-5, .columns-6, .columns-7, .columns-8 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .column-15 {
    padding: auto;
  }

  .div-block-9 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-15 {
    font-size: 22px;
    line-height: 26px;
  }

  .image-5 {
    padding: 40px;
  }

  .image-6 {
    padding: 0;
  }

  .image-7 {
    padding-right: 0;
  }

  .image-8 {
    margin: 0;
    padding: 0;
  }

  .section-11 {
    background-position: 0 0, 50% 100%;
    min-height: 60vh;
  }

  .section-12 {
    min-height: 10vh;
  }

  .heading-16 {
    font-size: 20px;
    line-height: 24px;
  }

  .heading-17 {
    min-height: 12vh;
  }

  .container-6 {
    padding: 10px;
  }

  .div-block-10 {
    padding: 29px;
  }

  .div-block-13 {
    margin-bottom: 30px;
  }

  .section-16 {
    min-height: 30vh;
  }

  .container-7 {
    min-height: 20vh;
  }

  .heading-21 {
    font-size: 20px;
    line-height: 24px;
  }

  .heading-22 {
    font-size: 34px;
    line-height: 38px;
  }

  .container-9 {
    min-height: 12vh;
  }

  .section-19 {
    min-height: 5vh;
  }

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

  .lightbox-link {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0);
  }

  .div-block-17 {
    flex-direction: column;
  }

  .section-21 {
    min-height: 50vh;
  }

  .section-22 {
    min-height: 15vh;
  }

  .container-11 {
    min-height: 15vh;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-23 {
    font-size: 28px;
    line-height: 32px;
  }

  .bold-text-4 {
    font-size: 14px;
  }

  .columns-10 {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .columns-11 {
    flex-direction: column-reverse;
    margin-bottom: 40px;
  }

  .columns-12 {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .columns-13 {
    flex-direction: column-reverse;
    margin-bottom: 40px;
  }

  .container-12 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns-14, .columns-15 {
    flex-direction: column;
  }

  .column-23 {
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    display: flex;
  }

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

#w-node-_3ad15738-7495-bf64-9c1f-d188639e05df-2982372e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c265836-bb4a-fead-2531-95b5c559e1fe-2982372e {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-ea004b67-52aa-bae4-30fd-6248b960c76a-2982372e {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_0a396196-4b23-9baf-5d5f-f05dc4457f41-2982372e {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_231ca378-ddf0-51c6-b7cd-1260ec0bf46e-2982372e {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_5e2dfb65-7bac-e621-7c1d-1db72f319d2c-2982372e {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_700c75eb-97ee-4a3a-e365-fe304e509cca-2982372e {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_067e4b5a-2a09-23b7-5f81-723547a9e371-2982372e {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-af1d5e3b-488a-9ed5-ff75-1198f2f27b81-2982372e {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-c85db117-aaff-6ea3-e237-584aa75ad3bc-2982372e {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_8f365e03-8b3d-1b83-5c81-c0fdc046c8a0-2982372e {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-_1973ac4b-9734-4872-189e-20bf9b457736-2982372e {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_46e38344-2d78-2f1a-99f0-93393c1f9ea5-2982372e {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_9cdaed27-a206-2702-4fe2-6f4ecac227d8-2982372e {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-bd4e6c7b-cbb6-716e-67b6-36c2311e883e-2982372e {
  grid-area: 5 / 3 / 6 / 4;
}

@media screen and (max-width: 479px) {
  #w-node-ea004b67-52aa-bae4-30fd-6248b960c76a-2982372e {
    grid-area: 1 / 1 / 2 / 2;
  }
}


