:root {
  --white: white;
  --dark-goldenrod: #bd8b28;
  --maroon: #76202c;
  --black: #333;
  --tab-image: 300px;
  --tab-image-mobile: 210px;
  --light-grey: #d3d3d3;
  --homepage-slider: 500px;
  --homepage-slider-mobile: 210px;
}

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

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.nav-link {
  color: var(--white);
  text-transform: capitalize;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.nav-link.dropdown {
  flex-direction: column;
  width: auto;
  padding-left: 0;
  padding-right: 95px;
  text-decoration: none;
  display: block;
}

.section {
  background-image: url('../images/Building_Home-Page.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-width: 100%;
  max-width: none;
  height: auto;
  max-height: none;
}

.section-2 {
  color: var(--dark-goldenrod);
  text-shadow: 1px 1px 6px #000;
  background-image: url('../images/20231107_Homepage.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  width: auto;
  min-width: 100%;
  max-width: 100%;
  height: 60vh;
  max-height: 43.9618%;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 30px;
  display: flex;
}

.div-block {
  color: var(--white);
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  min-width: 43%;
  display: flex;
}

.heading {
  text-shadow: 1px 1px 6px #000;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 4px;
  font-size: 22px;
  font-weight: 400;
  display: flex;
}

.menu-button {
  background-color: rgba(118, 32, 44, .75);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.menu-button.w--open {
  background-color: rgba(118, 32, 44, .5);
}

.icon-2 {
  color: var(--white);
  font-size: 30px;
}

.slide {
  min-width: 100%;
  max-width: 100%;
  min-height: auto;
  max-height: none;
}

.image {
  width: auto;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  display: inline-block;
}

.slider {
  width: 100%;
  height: 580px;
  margin-top: 40px;
  display: none;
}

.slider.latest {
  background-color: rgba(0, 0, 0, 0);
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 30px;
  margin-bottom: 60px;
  display: none;
}

.slider.summer-2022 {
  background-color: var(--white);
}

.slide-2 {
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
}

.image-2, .image-3 {
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  max-height: 100%;
}

.image-4 {
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  display: block;
}

.image-5 {
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  max-height: 100%;
}

.image-6, .image-7 {
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
}

.image-8, .image-9, .image-10, .image-11, .image-12, .image-13 {
  min-width: 100%;
  min-height: auto;
  max-height: none;
}

.section-3 {
  background-image: url('../images/20231107_archway.jpg'), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  flex-direction: row;
  justify-content: flex-end;
  min-width: 100%;
  max-width: 100%;
  height: 60vh;
  max-height: 47.3234%;
  padding-bottom: 30px;
  padding-right: 30px;
  display: flex;
}

.navbar {
  position: fixed;
}

.brand {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-menu, .dropdown-list {
  background-color: var(--maroon);
}

.dropdown-link {
  color: var(--white);
}

.section-4 {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 0;
  padding-left: 60px;
  padding-right: 60px;
}

.heading-main {
  text-transform: uppercase;
  margin-top: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-weight: 400;
}

.heading-main.centered {
  text-align: center;
  letter-spacing: .5px;
}

.heading-main.progress {
  font-size: 28px;
}

.paragraph {
  margin-top: 10px;
}

.paragraph.boxes {
  margin-top: 0;
}

.paragraph.boxes.clear {
  color: rgba(0, 0, 0, 0);
}

.heading-sub {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 26px;
  font-weight: 400;
}

.section-5 {
  border: 0 solid rgba(0, 0, 0, 0);
  margin: 0;
  padding: 0 60px 60px;
}

.footer {
  border-top: 2.5px solid var(--dark-goldenrod);
  background-color: var(--maroon);
  text-align: center;
  align-items: flex-start;
  margin-top: auto;
  padding-top: 60px;
  padding-bottom: 40px;
  display: block;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  min-width: 55px;
  max-height: 55px;
  display: flex;
}

.footer-logo-link.w--current {
  justify-content: center;
  display: flex;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 72%;
  max-width: 75%;
  height: auto;
  display: block;
}

.footer-heading {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.footer-link {
  color: var(--white);
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

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

.section-6 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/IMG_6935.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: flex-end;
  min-width: 100%;
  max-width: 100%;
  height: 60vh;
  max-height: 100%;
  padding-bottom: 30px;
  padding-right: 30px;
  display: flex;
}

.section-7 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/IMG_6613.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  min-width: 100px;
  max-width: 100%;
  height: 60vh;
  max-height: 59.9992%;
  padding-bottom: 30px;
  padding-right: 30px;
  display: flex;
}

.section-8 {
  margin: 60px;
}

.section-9 {
  background-image: url('../images/Retail_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: flex-end;
  min-width: 100%;
  max-width: 100%;
  height: 60vh;
  max-height: 59.9992%;
  padding-bottom: 30px;
  padding-right: 30px;
  display: flex;
}

.section-10 {
  margin: 0;
  padding: 60px;
}

.section-11 {
  background-image: url('../images/IMG_6610.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  min-width: 100%;
  max-width: 100%;
  height: 60vh;
  max-height: 59.9992%;
  padding-bottom: 30px;
  padding-right: 30px;
  display: flex;
}

.section-12 {
  margin: 0;
  padding: 60px;
}

.section-13 {
  margin: 60px;
}

.text-block {
  color: var(--white);
  font-size: 11px;
}

.link {
  color: var(--white);
}

.grid {
  grid-row-gap: 0px;
  grid-template-rows: 75px 75px 75px 75px 75px 75px;
  grid-template-columns: 1fr;
  grid-auto-rows: 75px;
}

.section-14 {
  background-image: url('../images/20231107_Signs.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  min-width: 100%;
  max-width: 100%;
  height: 60vh;
  max-height: 59.9997%;
  padding-bottom: 30px;
  padding-right: 30px;
  display: flex;
}

.section-15 {
  margin: 60px;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-2 {
  background-image: url('../images/IMG_6613.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 200px;
  display: flex;
}

.div-block-3 {
  background-image: linear-gradient(rgba(118, 32, 44, .15), rgba(118, 32, 44, .15));
  border-radius: 0 10px 10px 0;
  height: 200px;
  padding: 20px;
}

.heading-boxes {
  text-transform: uppercase;
  margin-top: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 26px;
  font-weight: 500;
}

.button {
  border: 1px solid var(--maroon);
  background-color: var(--maroon);
  border-radius: 10px;
}

.button:hover {
  border: 2px solid var(--maroon);
  color: var(--maroon);
  background-color: rgba(0, 0, 0, 0);
}

.div-block-4 {
  justify-content: flex-end;
  margin-top: 20px;
  display: flex;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  margin-top: 40px;
}

.div-block-5 {
  background-image: url('../images/20231107_archway.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px 0 0 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 200px;
  display: flex;
}

.div-block-6 {
  background-image: linear-gradient(rgba(118, 32, 44, .15), rgba(118, 32, 44, .15));
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 20px;
}

.div-block-7 {
  justify-content: flex-end;
  margin-top: 20px;
  display: flex;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  margin-top: 40px;
}

.div-block-8 {
  background-image: url('../images/Retail_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 200px;
  padding-right: 0;
  display: flex;
}

.div-block-9 {
  background-image: linear-gradient(rgba(118, 32, 44, .15), rgba(118, 32, 44, .15));
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 200px;
  padding: 20px;
}

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

.grid-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  margin-top: 40px;
}

.div-block-11 {
  background-image: url('../images/IMG_6610.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 200px;
  padding-right: 0;
  display: flex;
}

.div-block-12 {
  background-image: linear-gradient(rgba(118, 32, 44, .15), rgba(118, 32, 44, .15));
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 200px;
  padding: 20px;
}

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

.grid-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  margin-top: 40px;
}

.div-block-14 {
  background-image: url('../images/IMG_6935.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 200px;
  padding-right: 0;
  display: flex;
}

.div-block-15 {
  background-image: linear-gradient(rgba(118, 32, 44, .15), rgba(118, 32, 44, .15));
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 200px;
  padding: 20px;
}

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

.nav-link2 {
  color: var(--white);
  justify-content: flex-end;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  display: flex;
}

.nav-link2.w--current, .nav-link2.active {
  color: var(--white);
}

.navbar-2 {
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-menu-2 {
  background-color: rgba(118, 32, 44, .15);
}

.dropdown-list-2 {
  background-color: var(--maroon);
}

.dropdown-list-2.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.icon-3 {
  color: var(--black);
  text-shadow: 1px 1px 6px var(--white);
  font-size: 30px;
}

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

.body {
  padding-left: 0;
}

.question-div {
  background-image: linear-gradient(rgba(118, 32, 44, .15), rgba(118, 32, 44, .15));
  height: 75px;
  padding: 20px;
}

.div-answer {
  height: 75px;
  padding: 20px;
}

.buttons {
  padding: 60px;
}

.button-2 {
  border: 2px solid var(--dark-goldenrod);
  color: var(--maroon);
  text-align: center;
  letter-spacing: .5px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 62px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  display: flex;
}

.button-2:hover {
  background-color: var(--maroon);
  color: var(--white);
}

.div-block-17 {
  justify-content: space-between;
  display: flex;
}

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

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

.div-block-19, .div-block-20, .div-block-21 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-17, .section-18, .section-19, .section-20 {
  padding: 60px;
}

.grid-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  margin-top: 40px;
}

.div-block-22 {
  background-image: url('../images/20231107_Signs.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 200px;
  display: flex;
}

.div-block-23 {
  background-image: linear-gradient(rgba(118, 32, 44, .15), rgba(118, 32, 44, .15));
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 200px;
  padding: 20px;
}

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

.section-21 {
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 60px;
}

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

.image-14 {
  width: 266px;
  max-width: none;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
}

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

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

.image-15 {
  max-width: none;
  height: 250px;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-28, .div-block-29 {
  padding-left: 10px;
  padding-right: 10px;
}

.image-16 {
  height: 200px;
}

.div-block-30 {
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.container-2 {
  flex-direction: row;
  display: flex;
}

.image-17 {
  min-width: auto;
  max-width: none;
  height: 175px;
  padding-bottom: 0;
}

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

.link-block {
  padding-bottom: 10px;
}

.link-block.w--current {
  padding-bottom: 20px;
}

.image-18 {
  outline-offset: 0px;
  mix-blend-mode: normal;
  outline: 3px #fff;
}

.div-block-32 {
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.image-19, .image-20 {
  min-width: 100%;
  min-height: auto;
  max-height: none;
}

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

.image-21 {
  width: 218px;
  max-width: 100%;
}

.section-22 {
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.div-block-34 {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

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

.grid-9 {
  grid-row-gap: 14px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
}

.section-23 {
  height: auto;
  padding: 40px;
}

.div-block-36 {
  background-image: url('../images/7_Archway-being-cut_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  min-width: 100%;
  max-width: 100%;
  height: 300px;
  min-height: 100%;
  max-height: 100%;
  line-height: 18px;
  display: flex;
}

.container-3 {
  height: auto;
}

.div-block-37 {
  background-image: url('../images/2_Installing-1-beams.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  min-width: 100%;
  max-width: 100%;
  height: 300px;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.div-block-38 {
  background-image: url('../images/3_Constructing-outside-Stairwell_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  min-width: 100%;
  max-width: 100%;
  height: 300px;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.paragraph-2 {
  background-color: var(--maroon);
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  padding: 4px 10px;
  line-height: 16px;
  display: flex;
}

.div-block-39 {
  align-items: flex-start;
  min-width: 100%;
  max-width: 100%;
  display: block;
}

.grid-10 {
  padding-top: 40px;
}

.div-block-40 {
  background-image: url('../images/1_Archway-being-cut_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 100%;
  max-width: 100%;
  height: 300px;
  min-height: 100%;
  max-height: 100%;
}

.div-block-41 {
  background-image: url('../images/5_New-elevator-shaft_3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

.slider-2 {
  margin-top: 40px;
}

.slide-3 {
  background-image: linear-gradient(rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/1_Archway-being-cut_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slider-3 {
  min-width: 100%;
  max-width: 100%;
  height: 70vh;
}

.container-4 {
  height: 100%;
}

.slide-4 {
  background-image: linear-gradient(rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/2_Installing-1-beams.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-5 {
  background-image: url('../images/3_Constructing-outside-Stairwell_1.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-6 {
  background-image: linear-gradient(rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/5_New-elevator-shaft_3.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-7 {
  background-image: linear-gradient(rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/7_Archway-being-cut_2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-8 {
  background-image: url('../images/6_20220525_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.div-block-42.blank {
  max-width: none;
}

.heading-2 {
  text-align: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 34px;
}

.slide-9, .slide-10, .slide-11, .slide-12, .slide-13 {
  min-width: 100%;
  max-width: 100%;
  min-height: auto;
  max-height: none;
}

.image-22, .image-23, .image-24 {
  min-width: 100%;
}

.container-5 {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.carousel-slider-section {
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.carousel {
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 400px;
  padding-bottom: 0;
  display: block;
}

.carousel.is-contained {
  width: 100%;
  height: auto;
  padding-bottom: 75px;
}

.carousel-mask {
  width: 40%;
}

.carousel-slider {
  position: relative;
  right: auto;
}

.carousel-slider._2 {
  position: relative;
  right: -21px;
}

.carousel-slider._3 {
  position: relative;
}

.card {
  width: 100%;
  height: 100%;
}

.left-arrow {
  width: 50px;
  height: 50px;
  display: flex;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.arrow-right {
  width: 50px;
  height: 50px;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.sourcenav {
  font-size: 12px;
}

.link-block_gallery-1 {
  background-image: url('../images/5_New-elevator-shaft_3-REV-Size.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 300px;
}

.slider-4 {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: auto;
  height: 400px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.image_slider {
  width: 100vw;
  min-height: 2px;
}

.image_slider._2 {
  height: var(--tab-image);
  width: auto;
  max-width: none;
}

.image_slider._1 {
  min-height: var(--tab-image);
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
}

.image_slider._3, .image_slider._4, .image_slider._5, .image_slider._7, .image_slider._8, .image_slider._9, .image_slider._10, .image_slider._11, .image_slider._12, .image_slider._13 {
  height: var(--tab-image);
  width: auto;
  max-width: none;
}

.image_slider._15, .image_slider._16, .image_slider._17, .image_slider._18, .image_slider._19, .image_slider._20, .image_slider._21, .image_slider._23, .image_slider._24, .image_slider._25, .image_slider._26, .image_slider._27, .image_slider._28 {
  height: var(--tab-image);
  width: auto;
  max-width: none;
}

.image_slider._25, .image_slider._20, .image_slider._15, .image_slider._2, .image_slider._10, .image_slider._9, .image_slider._19, .image_slider._18, .image_slider._21, .image_slider._11 {
  width: auto;
  max-width: none;
  height: 400px;
}

.image_slider._14 {
  width: 100vw;
  min-width: auto;
  max-width: none;
}

.image_slider._28, .image_slider._3, .image_slider._27, .image_slider._24, .image_slider._13, .image_slider._17, .image_slider._16, .image_slider._7, .image_slider._4, .image_slider._5, .image_slider._23, .image_slider._26, .image_slider._8, .image_slider._12 {
  width: auto;
  max-width: none;
  height: 400px;
}

.image_slider._1 {
  width: auto;
  max-width: none;
  height: auto;
  min-height: 400px;
  max-height: none;
}

.section-24 {
  justify-content: center;
  align-items: center;
  height: 70px;
  margin-bottom: 20px;
  display: flex;
}

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

.section-25 {
  background-image: url('../images/IMG_6613.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  min-width: 100%;
  max-width: 100%;
  height: 60vh;
  max-height: 59.99%;
  padding-bottom: 30px;
  padding-right: 30px;
  display: flex;
}

.section-26 {
  padding: 60px;
}

.grid-11 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  margin-top: 20px;
}

.image-25 {
  height: var(--tab-image);
  max-width: none;
  display: inline-block;
}

.div_previous-photo {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

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

.div-block-46 {
  background-color: rgba(118, 32, 44, .16);
  border-radius: 10px;
  margin-top: 40px;
  padding: 10px;
}

.tab-pane-tab-2 {
  height: auto;
  margin-top: 0;
  padding: 0;
}

.image-26 {
  height: 321px;
}

.slider-5 {
  background-color: var(--maroon);
  color: var(--white);
}

.image-27 {
  height: var(--tab-image);
  max-width: none;
}

.div-block-47 {
  justify-content: center;
  display: flex;
}

.image-28 {
  height: var(--tab-image);
  max-width: none;
}

.div-block-48 {
  justify-content: center;
  display: flex;
}

.div-block-49 {
  justify-content: center;
  height: auto;
  display: flex;
}

.image-29 {
  height: var(--tab-image);
}

.image-30, .image-31, .image-32, .image-33, .image-34 {
  height: var(--tab-image);
  max-width: none;
}

.div-block-50, .div-block-51 {
  justify-content: center;
  display: flex;
}

.image-35, .image-36 {
  height: var(--tab-image);
  max-width: none;
}

.right-arrow, .left-arrow-2 {
  color: var(--white);
}

.slide-nav-2 {
  font-size: 12px;
}

.image-37, .image-38 {
  height: var(--tab-image);
  max-width: none;
}

.slider-6 {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: auto;
  height: 400px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.slider-7 {
  background-color: var(--white);
}

.slide-nav-4 {
  font-size: 12px;
}

.image-39, .image-40 {
  height: var(--tab-image);
  max-width: none;
}

.image-41 {
  height: var(--tab-image);
}

.img_slide-1 {
  height: var(--tab-image);
  max-width: none;
}

.text-block-2 {
  color: var(--white);
}

.tab-link-tab-1 {
  color: #333;
}

.tab-link-tab-1.w--current {
  background-color: var(--black);
  color: var(--white);
}

.text-block-3 {
  color: var(--white);
}

.tab-link-tab-2 {
  background-color: var(--light-grey);
  color: var(--white);
}

.tab-link-tab-2.w--current {
  background-color: var(--maroon);
}

.slider-8 {
  height: var(--homepage-slider);
  background-color: var(--white);
  justify-content: center;
  display: flex;
}

.slide-nav-5 {
  font-size: 10px;
  line-height: 12px;
}

.div_hp-slider {
  justify-content: center;
  display: flex;
}

.image_hp-slider {
  height: var(--homepage-slider);
  max-width: none;
}

.left-arrow-hp, .right-arrow-hp {
  color: var(--black);
}

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

  .heading {
    font-weight: 400;
  }

  .icon, .menu-button, .icon-2 {
    color: var(--white);
  }

  .slide {
    background-image: url('../images/IMG_6613.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .image {
    max-height: 100%;
  }

  .slider {
    height: 500px;
  }

  .slider.latest {
    max-height: 100%;
  }

  .section-3 {
    margin-left: 0;
    display: flex;
  }

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

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-image {
    width: 70%;
    max-width: 75%;
  }

  .buttons {
    padding-left: 60px;
  }

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

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

  .image-15 {
    height: 245px;
  }

  .image-17 {
    height: 170px;
  }

  .slider-3 {
    height: 60vh;
  }

  .heading-2 {
    text-align: center;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 32px;
    font-weight: 400;
  }

  .slider-4 {
    height: 380px;
  }

  .image_slider._6, .image_slider._28 {
    height: var(--tab-image);
    width: auto;
    max-width: none;
  }

  .image_slider._28, .image_slider._6 {
    width: auto;
    max-width: none;
    height: 400px;
  }

  .image_slider._1 {
    min-height: auto;
  }

  .slider-6 {
    height: 380px;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 22px;
  }

  .slider {
    height: 340px;
  }

  .heading-main.centered {
    font-size: 26px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-image {
    object-fit: contain;
  }

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

  .div-block-2 {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .div-block-3 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
  }

  .grid-3 {
    grid-template-columns: 5fr;
  }

  .div-block-5 {
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
  }

  .div-block-6 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
  }

  .grid-4 {
    grid-template-columns: 5fr;
  }

  .div-block-8 {
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
  }

  .div-block-9 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
    height: 216px;
  }

  .grid-5 {
    grid-template-columns: 5fr;
  }

  .div-block-11 {
    border-top-right-radius: 10px;
  }

  .div-block-12 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
    height: 216px;
  }

  .grid-6 {
    grid-template-columns: 5fr;
  }

  .div-block-14 {
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
  }

  .div-block-15 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
  }

  .buttons {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .button-2 {
    width: 95px;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .grid-7 {
    grid-column-gap: 30px;
  }

  .grid-8 {
    grid-template-columns: 5fr;
  }

  .div-block-22 {
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
  }

  .div-block-23 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
    height: 236px;
  }

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

  .image-14 {
    height: auto;
    margin-top: 10px;
  }

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

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

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

  .section-23 {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-36, .div-block-37, .div-block-38 {
    height: 400px;
  }

  .paragraph-2 {
    text-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 14px;
  }

  .div-block-40 {
    height: 400px;
  }

  .slider-3 {
    height: 45vh;
  }

  .slider-4 {
    height: 280px;
  }

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

  .slide-nav {
    font-size: 12px;
  }

  .image-27 {
    height: var(--tab-image);
  }

  .slide-nav-3 {
    font-size: 12px;
  }

  .slider-6 {
    height: 280px;
  }
}

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

  .heading {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px;
  }

  .slider {
    height: 200px;
  }

  .section-3 {
    height: 50vh;
  }

  .section-4 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-main {
    font-size: 26px;
  }

  .section-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .section-6, .section-7 {
    height: 50vh;
  }

  .section-8 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .section-9 {
    height: 50vh;
  }

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

  .section-11 {
    height: 50vh;
    max-height: 59.99%;
  }

  .section-12 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-13 {
    margin-left: 40px;
    margin-right: 40px;
  }

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

  .section-14 {
    height: 50vh;
  }

  .section-15 {
    margin-left: 40px;
    margin-right: 40px;
  }

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

  .div-block-2 {
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
  }

  .div-block-3 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
  }

  .grid-3 {
    grid-template-columns: 5fr;
  }

  .div-block-5 {
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
  }

  .div-block-6 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
  }

  .grid-4 {
    grid-template-columns: 5fr;
  }

  .div-block-8 {
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
  }

  .div-block-9 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
    height: auto;
  }

  .grid-5 {
    grid-template-columns: 5fr;
  }

  .div-block-11 {
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
  }

  .div-block-12 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
    height: auto;
  }

  .grid-6 {
    grid-template-columns: 5fr;
  }

  .div-block-14 {
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
  }

  .div-block-15 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
  }

  .question-div {
    height: auto;
  }

  .buttons {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .button-2 {
    flex-direction: column;
  }

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

  .section-17, .section-18, .section-19, .section-20 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-8 {
    grid-template-columns: 5fr;
  }

  .div-block-22 {
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
  }

  .div-block-23 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
    height: auto;
  }

  .section-21 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-14 {
    width: 220px;
    height: auto;
  }

  .image-15 {
    height: 200px;
  }

  .image-16 {
    height: 100px;
  }

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

  .div-block-33 {
    flex-direction: column;
    display: flex;
  }

  .image-21 {
    width: 130px;
    max-width: none;
  }

  .slider-3 {
    height: 25vh;
  }

  .slider-4 {
    height: 155px;
  }

  .image_slider._2 {
    height: var(--tab-image-mobile);
    width: auto;
  }

  .image_slider._1, .image_slider._3, .image_slider._4, .image_slider._5, .image_slider._6, .image_slider._7, .image_slider._8, .image_slider._9, .image_slider._10, .image_slider._11, .image_slider._12, .image_slider._13 {
    height: var(--tab-image-mobile);
  }

  .image_slider._14 {
    height: var(--tab-image-mobile);
    width: auto;
  }

  .image_slider._15, .image_slider._16, .image_slider._17, .image_slider._18, .image_slider._19, .image_slider._20, .image_slider._21, .image_slider._23, .image_slider._24, .image_slider._26, .image_slider._27, .image_slider._28 {
    height: var(--tab-image-mobile);
  }

  .image_slider._20, .image_slider._15 {
    height: 210px;
  }

  .image_slider._2 {
    width: auto;
    height: 210px;
  }

  .image_slider._10, .image_slider._9, .image_slider._19, .image_slider._18, .image_slider._21, .image_slider._11 {
    height: 210px;
  }

  .image_slider._14 {
    width: auto;
    height: 210px;
  }

  .image_slider._28, .image_slider._3, .image_slider._27, .image_slider._24, .image_slider._13, .image_slider._17, .image_slider._16, .image_slider._7, .image_slider._4, .image_slider._5, .image_slider._23, .image_slider._26, .image_slider._6, .image_slider._8, .image_slider._12, .image_slider._1 {
    height: 210px;
  }

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

  .image-25 {
    height: var(--tab-image-mobile);
  }

  .slide-nav {
    font-size: 8px;
  }

  .tab-pane-tab-2, .slider-5 {
    height: 200px;
  }

  .image-27, .image-28, .image-29, .image-30, .image-31, .image-32, .image-33, .image-34, .image-36 {
    height: var(--tab-image-mobile);
  }

  .slide-nav-2 {
    font-size: 10px;
    line-height: 12px;
  }

  .image-37 {
    height: var(--tab-image);
  }

  .image-38 {
    height: var(--tab-image-mobile);
  }

  .slide-nav-3 {
    font-size: 8px;
  }

  .slider-6 {
    height: 155px;
  }

  .slide-nav-4 {
    font-size: 10px;
    line-height: 12px;
  }

  .img_slide-1 {
    height: var(--tab-image-mobile);
  }

  .slider-8, .image_hp-slider {
    height: var(--homepage-slider-mobile);
  }
}

#w-node-_872bda6d-6a8b-7392-e29c-446d94e2ba4b-78bf9ec1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-e4a0d4a7-f274-02bc-c756-54968ae797d2-78bf9ec1, #w-node-_8326a626-aec2-760f-0499-b44fa53e88be-78bf9ec1, #w-node-c347001c-de6d-84e4-bd5f-3b546a53e6e8-78bf9ec1, #w-node-_2da87eab-fd94-22a9-e5fa-2e7f0411da04-78bf9ec1, #w-node-_08498a94-73e8-1268-67b1-3bc42ef48ffa-78bf9ec1, #w-node-_43b8d616-8aa3-f0a3-c506-c7bae3149b8a-78bf9ec1, #w-node-_99260045-0d47-f6d1-0341-ef66ee4bbaa6-78bf9ec1, #w-node-_7f9dd334-d6db-5145-9d33-33e5fe38406d-78bf9ec1, #w-node-becbd8f7-5b40-7a76-48a0-b670e5c77867-78bf9ec1, #w-node-_42fee2a3-b3b7-87a6-ee5e-782bf07bb7ae-78bf9ec1, #w-node-_4f99e877-782a-7813-f468-d04537765766-78bf9ec1, #w-node-_8689198b-4aef-caa7-eaa2-ed43a772c723-78bf9ec1, #w-node-b862351d-def8-8106-30b3-347c67c3e3b6-78bf9ec1, #w-node-eecab8d9-0710-abef-9b45-e2f50350649d-78bf9ec1, #w-node-_667bf966-03eb-7e55-e009-6d4213c94d16-78bf9ec1, #w-node-_9ad1c357-a153-72c9-c1fa-88f749fa69e3-78bf9ec1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


