:root {
  --mcmaster-red: #8d191c;
}

.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 {
  background-color: #000;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  display: flex;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.4;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.4;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.4;
}

p {
  color: #000;
  margin-top: 0;
  margin-bottom: .3rem;
}

a {
  font-size: 1em;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 2rem;
}

li {
  margin-bottom: .3rem;
  line-height: 1.4;
}

blockquote {
  border-left: .4em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em;
  font-size: 140%;
  line-height: 1.6;
}

.container {
  width: 90%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}

.style_item {
  border-bottom: .1em solid #bdbdbd;
  padding: 2em 0;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.c-rich-text p {
  margin-top: .5em;
  margin-bottom: 2em;
}

.c-rich-text h1, .c-rich-text h2, .c-rich-text h3 {
  margin-top: .2em;
  margin-bottom: .2em;
}

.c-rich-text h4 {
  margin-top: .2em;
  margin-bottom: .6em;
}

.c-rich-text h5 {
  margin-top: .2em;
  margin-bottom: 1em;
}

.c-rich-text h6 {
  margin-top: .2em;
  margin-bottom: .2em;
}

.wrapper_top-section-content {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.page_wrapper {
  background-color: #000;
  flex-flow: column;
  justify-content: space-between;
  min-height: 100dvh;
  display: flex;
  position: relative;
}

.main_wrapper {
  z-index: 3;
  flex-flow: column;
  display: flex;
  position: relative;
}

.overlay {
  z-index: 100;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  transition: all .45s;
  display: none;
  position: fixed;
  inset: 0%;
}

.hamburger-icon {
  width: 50%;
}

.menu-top-wrapper {
  z-index: 2;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.menu-links-wrapper {
  z-index: 999999;
  border-left: 1px solid #ffffff80;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-left: 3rem;
  display: flex;
  position: relative;
}

.overlay-menu-internal-links {
  line-height: 1;
}

.overlay-menu-link {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 400;
  display: inline-block;
}

.overlay-menu-link:hover {
  color: var(--mcmaster-red);
  font-weight: 700;
}

.overlay-menu-link-wrapper {
  opacity: 1;
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.overlay-menu-link-wrapper.w--current {
  font-weight: 700;
}

.overlay-menu-link-wrapper.bottom {
  margin-bottom: 0;
}

.menu-close-cross {
  width: 40%;
}

.social-link-wrapper {
  text-align: right;
  flex-direction: row;
  align-self: flex-end;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2em;
  display: none;
  position: relative;
}

.menu-grid {
  z-index: 100;
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1.7fr 1fr 1fr;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  position: relative;
}

.menu-wrapper---full-screen {
  z-index: 100;
  justify-content: center;
  display: none;
  position: relative;
}

.menu-open {
  z-index: 1;
  text-align: center;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 3rem;
  height: 3em;
  margin-top: 2em;
  margin-right: 2em;
  transition: all .3s;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.menu-open:hover {
  background-color: var(--mcmaster-red);
  border-radius: 2rem;
}

.menu-close {
  z-index: 110;
  color: #333;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-top: 2rem;
  margin-right: 2rem;
  transition: all .3s;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.menu-close:hover {
  opacity: .44;
  transform: scale(.9);
}

.overlay-menu-social-link {
  width: 3rem;
  height: 3rem;
  margin-left: 1em;
  font-size: 1rem;
  transition: all .45s, opacity .2s;
  transform: none;
}

.overlay-menu-social-link:hover {
  opacity: .56;
  transform: scale(.9);
}

.menu-bg {
  z-index: 99;
  color: #333;
  background-color: #100;
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
}

.section_hero {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  min-height: 700px;
  position: relative;
}

.paragraph {
  color: #000;
  margin-bottom: 1em;
}

.paragraph.white {
  color: #fff;
}

.paragraph.leader {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
}

.paragraph.caps {
  text-transform: uppercase;
  margin-top: 1rem;
  margin-bottom: .5em;
  font-weight: 600;
}

.contact-link {
  color: #000;
  text-align: center;
  text-transform: none;
  background-color: #ffffff6b;
  width: 100%;
  margin-top: 1rem;
  padding: .7rem;
  font-size: .9em;
  line-height: 1;
}

.contact-link:hover {
  background-color: var(--mcmaster-red);
  color: #fff;
}

.section-2 {
  height: 200px;
  position: relative;
}

.link-block-2 {
  background-color: #000;
  width: 20em;
  height: 100px;
  position: sticky;
  top: 100px;
}

.menu_internal-links {
  color: #fff;
  text-align: left;
  font-weight: 300;
  line-height: 1;
  display: inline-block;
}

.text-link_white {
  color: #919191;
  margin-left: 2rem;
  font-size: .8rem;
}

.text-link_white:hover {
  color: #fff;
  font-weight: 500;
}

.menu-logo {
  width: 100%;
  max-width: 22rem;
}

.red-dash_quicklinks {
  background-color: var(--mcmaster-red);
  width: 15vw;
  height: 1.5rem;
  position: absolute;
  inset: auto 0% 3rem auto;
}

.footer-fineprint {
  color: #fff;
  text-transform: uppercase;
  font-size: .6rem;
  font-weight: 300;
}

.footer-fineprint.internal {
  text-align: right;
}

.footer_logo {
  width: 10rem;
}

.header_text {
  color: #ffffff5c;
  text-transform: uppercase;
  border-bottom: 1px solid #ffffff4d;
  margin-bottom: 5rem;
  padding-bottom: 1rem;
  font-family: Zalando Sans Expanded, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

.hamburger-wrapper {
  background-color: #000;
  border: 1px solid #ffffff4d;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hamburger-wrapper:hover {
  background-color: var(--mcmaster-red);
  border-style: none;
}

.hamburger-icon_black {
  width: 50%;
  display: none;
}

.footer {
  z-index: 1;
  margin-top: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
}

.footer-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 1px solid #ffffff4d;
  grid-template-columns: 1fr .75fr;
  padding-top: 2rem;
}

.footer-text {
  color: #fff;
  border-right: 1px solid #fff;
  margin-right: 1rem;
  padding-top: .3rem;
  padding-bottom: .3rem;
  padding-right: 1rem;
  font-family: Zalando Sans Expanded, sans-serif;
  font-size: .6rem;
  display: inline-block;
}

.footer-text.no-rule {
  border-right-style: none;
}

.footer-text-link {
  color: #fff;
}

.footer-text-link:hover {
  font-weight: 600;
}

.background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(223deg, #000, #fff0 56%), linear-gradient(8deg, #000 17%, #fff0), linear-gradient(58deg, #000, #000 40%, #fff0), url('../images/civil-holder-image.jpg');
  background-position: 0 0, 0 0, 0 0, 100% 0;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, contain;
  background-attachment: scroll, scroll, scroll, scroll;
  position: absolute;
  inset: 0%;
}

.content_grid {
  grid-column-gap: 0rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
}

.content_grid.contact {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  max-width: 1400px;
  display: flex;
}

.content_grid.services {
  grid-template-rows: auto auto auto auto;
}

.content-wrapper {
  background-color: #fff;
  padding: 2.2rem;
  position: relative;
}

.content-wrapper.contact {
  background-color: #fff0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 22rem;
  margin-bottom: 2rem;
  padding: 0;
  display: flex;
}

.content-wrapper.clear {
  background-color: #fff0;
  padding: 0;
}

.content-wrapper.clear.top-padding {
  margin-top: 3rem;
  display: none;
}

.content-wrapper.no-left-padding {
  padding-left: 0;
}

.page-heading {
  color: #000;
  margin-bottom: 1rem;
  font-family: Zalando Sans Expanded, sans-serif;
  font-size: 1.6em;
  font-weight: 800;
  line-height: 1;
}

.page-heading.white {
  color: #fff;
  margin-bottom: 2rem;
  font-family: Zalando Sans Expanded, sans-serif;
  font-size: 1.7em;
  font-weight: 600;
  line-height: 1.2;
}

.contact-phone {
  color: #fff;
  margin-bottom: .3rem;
  font-size: 1.7rem;
  line-height: 1;
}

.home-background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(223deg, #000, #fff0 45%), linear-gradient(8deg, #000 12%, #fff0), linear-gradient(58deg, #000, #000 40%, #fff0);
  position: absolute;
  inset: 0%;
}

.home-slider {
  opacity: .94;
  background-color: #000;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.left-arrow-4, .right-arrow-5, .slide-nav-5, .icon-3, .icon-4 {
  display: none;
}

.home-slider-1 {
  background-image: linear-gradient(55deg, #000 19%, #fff0), linear-gradient(207deg, #000 6%, #fff0), url('../images/civil-holder-image.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.home-slider-2 {
  background-image: linear-gradient(55deg, #000 19%, #fff0), linear-gradient(207deg, #000 6%, #fff0), url('../images/holder-image_2.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.footer-tagline-text {
  color: #ffffff4d;
  text-align: right;
  font-family: Zalando Sans Expanded, sans-serif;
  font-size: .9rem;
  line-height: 1.2;
}

.subheading {
  text-transform: uppercase;
  margin-bottom: .5rem;
  font-family: Zalando Sans Expanded, sans-serif;
  font-size: 1.4em;
  font-weight: 600;
}

.subheading.white {
  color: #fff;
  margin-bottom: .5rem;
  font-size: 1.3em;
  line-height: 1.2;
}

.subheading.padding-bottom {
  margin-bottom: 2rem;
}

.list.white {
  grid-column-gap: 5rem;
  grid-row-gap: .3rem;
  color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  width: 90%;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: 1rem;
  display: grid;
}

.white-background-block {
  z-index: -1;
  background-color: #fff;
  width: 100vw;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.why-choose-us-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--mcmaster-red);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem 3rem;
}

.highlight-text {
  color: #000;
  margin-top: 2rem;
  font-family: Zalando Sans Expanded, sans-serif;
  font-size: 1.5rem;
  line-height: 1;
}

.services-leader-wrapper {
  background-color: #fff;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-right: 2.2rem;
  position: relative;
}

.why-choose-us-paragraph {
  color: #fff;
  font-size: 1.2rem;
}

.dropdown {
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
}

.icon {
  color: #fff;
  margin-right: 0;
  padding-top: 1px;
}

.nav-point-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 3rem;
  padding-left: 1rem;
  display: flex;
  position: static;
}

.nav-point-wrapper.last-nav-item {
  margin-right: 0;
  padding-right: 0;
}

.logo {
  width: 100%;
}

.dropdown-list {
  background-color: #f8f9fc00;
  inset: 5rem 0% auto;
  overflow: hidden;
}

.dropdown-list.w--open {
  background-color: #f8f9fc00;
  height: auto;
}

.nav-menu {
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 700px;
  display: flex;
  position: static;
}

.nav-main {
  z-index: 99;
  background-color: #fff0;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 4rem;
}

.nav-link {
  color: #fff;
  letter-spacing: .2px;
  text-transform: uppercase;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: Zalando Sans Expanded, sans-serif;
  font-size: .9em;
  font-weight: 500;
  transition: color .3s ease-in-out;
  display: flex;
}

.nav-link:hover {
  color: var(--mcmaster-red);
  font-weight: 700;
}

.nav-link.w--current {
  color: #fff;
  border-bottom: 1px solid #ffffff7d;
}

.nav-link.pad-right {
  margin-right: .5rem;
}

.nav-link.text-link {
  font-size: 1em;
}

.dropdown-item-wrapper {
  z-index: 1;
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  width: 90%;
  max-width: 1800px;
  box-shadow: none;
  background-image: radial-gradient(circle closest-corner, #000 85%, #0000);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem 0;
  display: grid;
}

.dropdown-toggle {
  justify-content: center;
  align-items: center;
  padding: 0 1rem 0 0;
  display: flex;
}

.dropdown-item {
  text-align: center;
  background-color: #2e2e2e;
  flex-wrap: wrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-height: 2rem;
  padding: 1.2rem;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.dropdown-item:hover {
  background-color: var(--mcmaster-red);
}

.logo-wrapper {
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 3.2rem;
  padding-left: 0;
  display: flex;
}

.dropdown-link {
  color: #fff;
  text-transform: none;
  font-family: Zalando Sans Expanded, sans-serif;
  font-size: .9em;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}

.nav-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  width: 90%;
  max-width: 1800px;
  display: grid;
}

.hero-text-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 90%;
  max-width: 1800px;
  height: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading_hero {
  color: #fff;
  letter-spacing: -1px;
  text-transform: none;
  width: 80%;
  max-width: 1000px;
  font-family: Zalando Sans Expanded, sans-serif;
  font-size: 4em;
  font-weight: 500;
  line-height: 1;
}

.section_home-content {
  background-color: #fff;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.grid {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-flow: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  display: flex;
}

.grid-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.home-quicklink {
  text-align: center;
  background-color: #000;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  transition: all .2s;
  display: flex;
}

.home-quicklink:hover {
  background-color: var(--mcmaster-red);
}

.quicklink-text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  align-self: center;
  font-family: Zalando Sans Expanded, sans-serif;
  font-size: .8em;
  line-height: 1.2;
}

.heading_leader {
  margin-bottom: 2rem;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.2;
}

.button {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
  width: 100%;
  max-width: 30rem;
  margin-top: 1rem;
  padding: 1rem;
  font-family: Zalando Sans Expanded, sans-serif;
  font-size: .8em;
  line-height: 1.2;
  transition: all .2s;
}

.button:hover {
  background-color: var(--mcmaster-red);
  color: #fff;
}

.page-top_internal-links {
  color: #fff;
  text-align: left;
  font-weight: 300;
  line-height: 1;
  display: inline-block;
}

.page-top_internal-links_wrapper {
  justify-content: space-between;
  line-height: 1;
}

.overlay-menu_text-link_white {
  color: #919191;
  margin-left: 2rem;
  font-size: .8rem;
}

.overlay-menu_text-link_white:hover {
  color: #fff;
  font-weight: 500;
}

.about-us-image-wrapper {
  background-image: url('../images/civil-holder-image.jpg');
  background-position: 50%;
  background-size: cover;
}

.intro-wrapper {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  padding-top: 2.2rem;
  padding-bottom: 2rem;
  padding-right: 2.2rem;
  display: flex;
  position: relative;
}

.section_service-category {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.section_service-category.top {
  padding-top: 0;
}

.heading {
  font-family: Zalando Sans Expanded, sans-serif;
  font-weight: 600;
}

.service-category-wrapper {
  border-bottom: 1px solid #000;
  padding-bottom: 1rem;
  font-size: 1.7em;
}

.category-content-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 2rem;
  border-bottom: 1rem solid var(--mcmaster-red);
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  padding: 3rem;
  display: grid;
}

.service-list {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.category-image-wrapper {
  background-image: url('../images/civil-holder-image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 15rem;
}

.top_hero-section {
  flex-flow: column;
  justify-content: space-between;
  min-height: 100vh;
  padding-bottom: 5rem;
  display: flex;
}

.leader-para {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 500;
}

.div-block {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: #ffffffb5;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  padding: 3rem;
  display: grid;
}

.small-heading {
  text-transform: uppercase;
  margin-bottom: .5rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.1;
}

.div-block-2 {
  margin-top: 2rem;
}

.list-item-2 {
  line-height: 1.1;
}

.list-2 {
  padding-left: 1.5rem;
}

.back-to-top {
  z-index: 2;
  background-color: var(--mcmaster-red);
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: 1rem;
  margin-right: 1rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.back-to-top:hover {
  background-color: #ffffff69;
}

.back-to-top.w--current {
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.image {
  width: 45%;
}

.contact-head {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.text-block {
  color: #fff;
  border-top: 1px solid #ffffff80;
  border-bottom: 1px solid #ffffff80;
  margin-top: 5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.image-3 {
  width: 12rem;
}

.icon-5 {
  display: none;
}

.holding-page_heading_hero-copy {
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  text-transform: none;
  width: 80%;
  max-width: 1000px;
  font-family: Zalando Sans Expanded, sans-serif;
  font-size: 4em;
  font-weight: 500;
  line-height: 1;
}

.image-2 {
  width: 60rem;
  margin-bottom: 10rem;
}

.home-slider-3 {
  opacity: .94;
  background-color: #000;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.holding-page_section_hero {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  min-height: 700px;
  display: flex;
  position: relative;
}

.holding-page_red-dash_quicklinks-copy {
  background-color: #8d191c;
  width: 100%;
  height: 1.5rem;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.home-slider-4 {
  background-image: linear-gradient(55deg, #000 19%, #fff0), linear-gradient(207deg, #000 6%, #fff0), url('../images/hire-holder-image.jpg');
  background-position: 0 0, 0 0, 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.icon-6 {
  display: none;
}

.holding-page_hero-text-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1800px;
  height: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-block-3 {
  margin-top: 5rem;
}

.holding-page_home-background-image-wrapper-copy {
  z-index: -1;
  background-image: linear-gradient(223deg, #000, #fff0 45%), linear-gradient(8deg, #000 12%, #fff0), linear-gradient(58deg, #000, #000 40%, #fff0);
  position: absolute;
  inset: 0%;
}

.holding-page_home-slider-3-copy {
  opacity: .94;
  background-color: #000;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.holding-page_home-slider-4-copy {
  background-image: linear-gradient(55deg, #000 19%, #fff0), linear-gradient(207deg, #000 6%, #fff0), url('../images/civil-holder-image.jpg');
  background-position: 0 0, 0 0, 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

@media screen and (max-width: 991px) {
  body {
    line-height: 1.5;
  }

  .container {
    width: 85%;
  }

  .overlay {
    justify-content: center;
    align-items: flex-start;
    font-size: 1.2em;
    display: none;
  }

  .menu-top-wrapper {
    z-index: 100;
  }

  .menu-links-wrapper {
    border-left-style: none;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
  }

  .overlay-menu-internal-links {
    border-bottom: 1px solid #ffffff80;
    width: 100%;
    padding-bottom: 2rem;
    font-size: 1em;
  }

  .overlay-menu-link {
    margin-bottom: .5rem;
    font-size: 1em;
  }

  .overlay-menu-link-wrapper {
    text-align: left;
  }

  .social-link-wrapper {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: 0;
  }

  .menu-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 85%;
    margin-top: 15%;
    padding-left: 0;
  }

  .menu-wrapper---full-screen {
    display: none;
  }

  .menu-open {
    z-index: 100;
    border-radius: 50px;
    width: 4em;
    height: 4em;
    margin-top: 1em;
    margin-right: 1em;
  }

  .overlay-menu-social-link {
    width: 2.5em;
    height: 2.5em;
    margin-bottom: 1em;
    margin-left: 0;
  }

  .menu_internal-links {
    text-align: right;
    line-height: 1;
  }

  .menu_logo-link {
    margin-bottom: 2rem;
    display: none;
  }

  .menu_logo-link.w--current {
    display: none;
  }

  .menu-logo {
    max-width: 25rem;
  }

  .red-dash_quicklinks {
    bottom: 15vw;
  }

  .footer-fineprint {
    position: static;
  }

  .footer-fineprint.internal {
    text-align: left;
  }

  .footer-grid {
    grid-template-columns: 1fr .25fr;
  }

  .background-image-wrapper {
    background-image: linear-gradient(223deg, #000, #fff0 45%), linear-gradient(8deg, #000 56%, #fff0), linear-gradient(58deg, #000, #000 53%, #fff0), url('../images/holder-image.jpg');
    background-position: 0 0, 0 0, 0 0, 70% 0;
    background-repeat: repeat, repeat, repeat, no-repeat;
    background-size: auto, auto, auto, 140%;
  }

  .content_grid {
    grid-auto-columns: 1fr;
  }

  .content_grid.contact {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .content-wrapper.contact {
    min-width: 21rem;
  }

  .home-slider-1 {
    background-position: 0 0, 0 0, 50% 20%;
    background-size: auto, auto, cover;
  }

  .footer-tagline-text {
    text-align: left;
  }

  .list.white {
    grid-template-columns: 1fr;
  }

  .why-choose-us-wrapper {
    width: 100%;
    margin-top: 1rem;
  }

  .highlight-text {
    font-size: 1.4rem;
    line-height: 1.2;
  }

  .nav-point-wrapper {
    padding-bottom: 2rem;
    padding-left: 0;
  }

  .dropdown-list {
    top: 8rem;
  }

  .nav-menu {
    max-width: none;
  }

  .nav-link.w--current {
    padding-bottom: 2px;
  }

  .logo-wrapper {
    flex: 1;
    padding-bottom: 2rem;
  }

  .dropdown-link {
    font-size: .8em;
  }

  .nav-wrapper {
    grid-column-gap: 2rem;
    grid-template-columns: 1.5fr 1.5fr;
    width: 85%;
  }

  .heading_hero {
    font-size: 3.3em;
  }

  .grid {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .home-quicklink {
    min-height: 6rem;
  }

  .page-top_internal-links {
    text-align: right;
    line-height: 1;
  }

  .page-top_internal-links_wrapper {
    text-align: right;
    flex-flow: column;
    display: flex;
  }

  .about-us-image-wrapper {
    height: 40vw;
  }

  .category-content-wrapper {
    grid-template-columns: 2fr .25fr;
  }

  .category-image-wrapper {
    height: 40vw;
  }

  .back-to-top {
    width: 3.5rem;
    margin-right: 0;
  }

  .back-to-top.w--current {
    width: 3.5rem;
  }

  .image {
    width: 1rem;
  }

  .holding-page_heading_hero-copy {
    font-size: 2.8em;
  }

  .image-2 {
    width: 40rem;
  }

  .holding-page_red-dash_quicklinks-copy {
    inset: auto 0% 0%;
  }

  .home-slider-4, .holding-page_home-slider-4-copy {
    background-position: 0 0, 0 0, 50% 20%;
    background-size: auto, auto, cover;
  }
}

@media screen and (max-width: 767px) {
  .wrapper_top-section-content {
    margin-top: 3rem;
  }

  .overlay {
    display: none;
  }

  .menu-links-wrapper {
    margin-bottom: .5em;
    padding-top: 0;
  }

  .overlay-menu-internal-links {
    border-top: 1px solid #ffffff80;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 1rem;
    display: flex;
  }

  .menu-wrapper---full-screen {
    z-index: 110;
    display: flex;
  }

  .menu-open {
    z-index: 99;
    width: 3em;
    height: 3em;
    margin-top: 2em;
  }

  .menu-close {
    margin-top: 2rem;
    margin-right: 1rem;
  }

  .overlay-menu-social-link {
    width: 2.5em;
    height: 2.5em;
  }

  .menu-bg {
    display: block;
  }

  .menu_internal-links {
    text-align: left;
    margin-top: .7rem;
  }

  .text-link_white {
    font-size: 1rem;
  }

  .menu_logo-link, .menu_logo-link.w--current {
    display: flex;
  }

  .red-dash_quicklinks {
    width: 20vw;
    height: 1rem;
  }

  .footer_links {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .footer-text {
    border-right-style: none;
    display: block;
  }

  .content-wrapper {
    padding-right: 2rem;
  }

  .page-heading.white {
    font-size: 1.5em;
  }

  .home-slider-1 {
    background-position: 0 0, 0 0, 50%;
  }

  .footer-tagline-text {
    font-size: 1rem;
  }

  .services-leader-wrapper {
    padding-right: 2rem;
  }

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

  .nav-link {
    font-size: 6vw;
  }

  .nav-wrapper {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

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

  .heading_leader {
    font-size: 1.4em;
  }

  .button {
    text-align: center;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .page-top_internal-links {
    margin-top: .7rem;
  }

  .page-top_internal-links_wrapper {
    border-top: 1px solid #ffffff80;
    padding-top: 1rem;
    display: none;
  }

  .overlay-menu_text-link_white {
    margin-left: 0;
    font-size: 1rem;
  }

  .intro-wrapper {
    padding-right: 2rem;
  }

  .section_service-category {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .service-category-wrapper {
    line-height: 1.2;
  }

  .category-content-wrapper {
    padding: 2.5rem;
  }

  .leader-para {
    line-height: 1.4;
  }

  .div-block {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .back-to-top {
    width: 4rem;
    margin-top: 6rem;
  }

  .holding-page_heading_hero-copy {
    font-size: 2.4em;
  }

  .image-2 {
    width: 80vw;
  }

  .holding-page_red-dash_quicklinks-copy {
    height: 1rem;
  }

  .home-slider-4, .holding-page_home-slider-4-copy {
    background-position: 0 0, 0 0, 50%;
  }
}

@media screen and (max-width: 479px) {
  .container {
    flex-flow: column;
    width: 85%;
    display: flex;
  }

  .overlay {
    align-content: flex-start;
    display: none;
  }

  .hamburger-icon {
    width: 45%;
  }

  .menu-links-wrapper {
    margin-bottom: 0;
  }

  .overlay-menu-internal-links {
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .overlay-menu-link-wrapper {
    font-size: 1.6rem;
    line-height: 1.1;
  }

  .overlay-menu-link-wrapper.w--current {
    font-size: 1.6rem;
  }

  .menu-close-cross {
    width: 50%;
  }

  .social-link-wrapper {
    align-self: flex-start;
  }

  .menu-grid {
    grid-auto-columns: .25fr;
    margin-top: 20%;
  }

  .menu-wrapper---full-screen {
    z-index: 110;
  }

  .menu-open {
    margin-top: 1.5em;
    text-decoration: line-through;
  }

  .menu-close {
    width: 2.5rem;
    height: 2.5rem;
    margin-top: 1.5rem;
    margin-right: 1rem;
    font-size: 1.2em;
  }

  .overlay-menu-social-link {
    width: 2.5em;
    height: 2.5em;
  }

  .section_hero {
    min-height: 600px;
  }

  .paragraph {
    margin-bottom: .5em;
  }

  .menu_internal-links {
    margin-top: .5rem;
  }

  .text-link_white {
    font-size: .9rem;
  }

  .menu-logo {
    max-width: 15rem;
  }

  .header_text {
    font-size: 1.2rem;
  }

  .hamburger-icon_black {
    width: 45%;
  }

  .footer-grid, .content_grid {
    grid-template-columns: 1fr;
  }

  .content-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .content-wrapper.contact {
    width: 100%;
    min-width: 0;
    margin-right: 0;
  }

  .page-heading {
    font-size: 1.7em;
  }

  .page-heading.white {
    font-size: 1.4em;
  }

  .home-slider-1 {
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
  }

  .subheading.white {
    font-size: 1.2em;
  }

  .list-item.white {
    font-size: 1.1rem;
    line-height: 1.4;
  }

  .why-choose-us-wrapper {
    margin-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .highlight-text {
    font-size: 1.2rem;
  }

  .services-leader-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .nav-main {
    margin-top: 6rem;
  }

  .nav-link {
    font-size: 7vw;
  }

  .nav-wrapper {
    grid-template-columns: 1fr;
    width: 85%;
  }

  .heading_hero {
    width: 90%;
    font-size: 2.1em;
  }

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

  .home-quicklink {
    justify-content: center;
    align-items: center;
    min-height: 4rem;
  }

  .heading_leader {
    margin-bottom: 1rem;
    font-size: 1.3em;
  }

  .page-top_internal-links {
    margin-top: .5rem;
  }

  .page-top_internal-links_wrapper {
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .overlay-menu_text-link_white {
    font-size: .9rem;
  }

  .about-us-image-wrapper {
    height: 60vw;
  }

  .intro-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .section_service-category {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .category-content-wrapper {
    grid-template-columns: 2fr;
    padding: 1.6rem;
  }

  .service-list {
    padding-left: 1rem;
  }

  .leader-para {
    font-size: 1.1rem;
    line-height: 1.3;
  }

  .services-category-list {
    line-height: 1.2;
  }

  .div-block {
    padding: 2.3rem;
  }

  .back-to-top.w--current {
    width: 4rem;
  }

  .contact-head {
    font-size: 1.3rem;
  }

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

  .image-3 {
    width: 6rem;
  }

  .holding-page_heading_hero-copy {
    width: 90%;
    font-size: 1.9em;
  }

  .holding-page_section_hero {
    min-height: 600px;
  }

  .home-slider-4, .holding-page_home-slider-4-copy {
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
  }
}

#w-node-_09f4c06d-1349-bba2-c38d-824b58b41891-288a3d60 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7453656f-82de-3aad-b397-7ce4e5b57fdc-e5b57fd9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_98245226-2135-92e7-7c93-94f6cd11ca0c-e5b57fd9 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-_7453656f-82de-3aad-b397-7ce4e5b57fde-e5b57fd9 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_1fc6274d-3589-f815-a6f0-0b33279a6f73-e5b57fd9 {
  align-self: center;
}

#w-node-_767c76c0-7642-3db4-2426-5119200891e1-200891df {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_28f3fccf-cddc-f33a-6208-5a3d705f3ba5-200891df {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start end;
}

#w-node-_767c76c0-7642-3db4-2426-5119200891e3-200891df {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: end;
}

#w-node-_1793e401-f599-2690-d544-6b49627b0cfc-627b0cf4 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: start end;
}

#w-node-_1793e401-f599-2690-d544-6b49627b0d03-627b0cf4 {
  grid-area: 1 / 2 / 4 / 3;
  align-self: stretch;
}

#w-node-_1793e401-f599-2690-d544-6b49627b0d10-627b0cf4 {
  grid-area: 2 / 1 / 4 / 2;
  align-self: end;
}

#w-node-_5e636bcd-148d-fbed-2ea1-471a76406ccb-288a3d61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4a6a620-958d-38be-4e12-8a41632ab72a-288a3d61 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_97894a1d-895d-c615-e06f-e86819e4c3a7-288a3d61 {
  grid-area: 3 / 1 / 3 / 2;
}

#w-node-_8e2eb155-e09c-eee2-fae2-66173d190c1d-288a3d61 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_79ecc2d5-2650-744d-5383-5a42d93a7485-288a3d63 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_79ecc2d5-2650-744d-5383-5a42d93a748d-288a3d63 {
  grid-area: 2 / 1 / 5 / 2;
}

#w-node-_79ecc2d5-2650-744d-5383-5a42d93a749f-288a3d63 {
  grid-area: 3 / 2 / 5 / 3;
  place-self: end;
}

#w-node-_1bd37ee0-d1f3-b7a8-c2b1-9b336da50285-288a3d63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0ad53789-9aeb-d2bb-b92f-bc5c6d95bf70-288a3d63 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-efda25f3-3618-7595-6aef-c97171f253b6-288a3d63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efda25f3-3618-7595-6aef-c97171f253c6-288a3d63 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-f310289d-78fb-5c3a-5f56-a400d6c77660-288a3d63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f310289d-78fb-5c3a-5f56-a400d6c77670-288a3d63 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_7a3df3aa-285b-c3b5-9c36-7adfece11c45-288a3d63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a3df3aa-285b-c3b5-9c36-7adfece11c55-288a3d63 {
  grid-area: 1 / 2 / 3 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_09f4c06d-1349-bba2-c38d-824b58b41891-288a3d60 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_23a1ec5a-a07b-d19f-68be-e5f8fb3aa9cc-288a3d60 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_7453656f-82de-3aad-b397-7ce4e5b57fdc-e5b57fd9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_98245226-2135-92e7-7c93-94f6cd11ca0c-e5b57fd9 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: end;
  }

  #w-node-_7453656f-82de-3aad-b397-7ce4e5b57fde-e5b57fd9 {
    grid-row: 3 / 4;
  }

  #w-node-_1fc6274d-3589-f815-a6f0-0b33279a6f73-e5b57fd9 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_767c76c0-7642-3db4-2426-5119200891e1-200891df {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_28f3fccf-cddc-f33a-6208-5a3d705f3ba5-200891df {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_767c76c0-7642-3db4-2426-5119200891e3-200891df {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-b669279f-9223-8fe6-d403-4ac578f8d6d7-627b0cf4 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_1793e401-f599-2690-d544-6b49627b0cfc-627b0cf4 {
    grid-area: 1 / 3 / 3 / 4;
    place-self: start end;
  }

  #w-node-_1793e401-f599-2690-d544-6b49627b0d03-627b0cf4 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: stretch;
  }

  #w-node-_1793e401-f599-2690-d544-6b49627b0d10-627b0cf4 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_5e636bcd-148d-fbed-2ea1-471a76406ccb-288a3d61, #w-node-c4a6a620-958d-38be-4e12-8a41632ab72a-288a3d61, #w-node-_97894a1d-895d-c615-e06f-e86819e4c3a7-288a3d61 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_79ecc2d5-2650-744d-5383-5a42d93a7485-288a3d63 {
    grid-column-end: 3;
  }

  #w-node-_79ecc2d5-2650-744d-5383-5a42d93a748d-288a3d63 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_79ecc2d5-2650-744d-5383-5a42d93a749f-288a3d63 {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: start;
  }

  #w-node-_1bd37ee0-d1f3-b7a8-c2b1-9b336da50285-288a3d63 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1d2d4b0c-c9e7-c2f8-05fd-37641b7b98ed-288a3d63 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0ad53789-9aeb-d2bb-b92f-bc5c6d95bf70-288a3d63 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-efda25f3-3618-7595-6aef-c97171f253b6-288a3d63 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-efda25f3-3618-7595-6aef-c97171f253b8-288a3d63 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-efda25f3-3618-7595-6aef-c97171f253c6-288a3d63 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f310289d-78fb-5c3a-5f56-a400d6c77660-288a3d63 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f310289d-78fb-5c3a-5f56-a400d6c77662-288a3d63 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f310289d-78fb-5c3a-5f56-a400d6c77670-288a3d63 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_7a3df3aa-285b-c3b5-9c36-7adfece11c45-288a3d63 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7a3df3aa-285b-c3b5-9c36-7adfece11c47-288a3d63 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7a3df3aa-285b-c3b5-9c36-7adfece11c55-288a3d63 {
    grid-area: 2 / 1 / 3 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_28f3fccf-cddc-f33a-6208-5a3d705f3ba5-200891df {
    grid-row: 2 / 3;
  }

  #w-node-b669279f-9223-8fe6-d403-4ac578f8d6d7-627b0cf4 {
    grid-column-end: 2;
  }

  #w-node-_1793e401-f599-2690-d544-6b49627b0d03-627b0cf4 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: stretch;
  }

  #w-node-_1793e401-f599-2690-d544-6b49627b0d10-627b0cf4 {
    grid-row: 3 / 4;
    justify-self: start;
  }

  #w-node-_5e636bcd-148d-fbed-2ea1-471a76406ccb-288a3d61, #w-node-_97894a1d-895d-c615-e06f-e86819e4c3a7-288a3d61 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_5bdd14ad-29e2-8b6b-72a9-9d615db1e26d-288a3d62, #w-node-_1d2d4b0c-c9e7-c2f8-05fd-37641b7b98ed-288a3d63, #w-node-efda25f3-3618-7595-6aef-c97171f253b8-288a3d63, #w-node-f310289d-78fb-5c3a-5f56-a400d6c77662-288a3d63, #w-node-_7a3df3aa-285b-c3b5-9c36-7adfece11c47-288a3d63 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7453656f-82de-3aad-b397-7ce4e5b57fde-e5b57fd9 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_1fc6274d-3589-f815-a6f0-0b33279a6f73-e5b57fd9 {
    grid-area: 4 / 1 / 5 / 3;
    align-self: center;
  }

  #w-node-_767c76c0-7642-3db4-2426-5119200891e1-200891df {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1793e401-f599-2690-d544-6b49627b0d03-627b0cf4 {
    align-self: stretch;
  }

  #w-node-_8e2eb155-e09c-eee2-fae2-66173d190c1d-288a3d61 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_79ecc2d5-2650-744d-5383-5a42d93a7485-288a3d63, #w-node-_79ecc2d5-2650-744d-5383-5a42d93a748d-288a3d63, #w-node-_79ecc2d5-2650-744d-5383-5a42d93a749f-288a3d63, #w-node-_1bd37ee0-d1f3-b7a8-c2b1-9b336da50285-288a3d63, #w-node-_1d2d4b0c-c9e7-c2f8-05fd-37641b7b98ed-288a3d63 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0ad53789-9aeb-d2bb-b92f-bc5c6d95bf70-288a3d63 {
    grid-row-start: 2;
    grid-column-end: 2;
  }

  #w-node-efda25f3-3618-7595-6aef-c97171f253b6-288a3d63, #w-node-efda25f3-3618-7595-6aef-c97171f253b8-288a3d63 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-efda25f3-3618-7595-6aef-c97171f253c6-288a3d63 {
    grid-row-start: 2;
    grid-column-end: 2;
  }

  #w-node-f310289d-78fb-5c3a-5f56-a400d6c77660-288a3d63, #w-node-f310289d-78fb-5c3a-5f56-a400d6c77662-288a3d63 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f310289d-78fb-5c3a-5f56-a400d6c77670-288a3d63 {
    grid-row-start: 2;
    grid-column-end: 2;
  }

  #w-node-_7a3df3aa-285b-c3b5-9c36-7adfece11c45-288a3d63, #w-node-_7a3df3aa-285b-c3b5-9c36-7adfece11c47-288a3d63 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7a3df3aa-285b-c3b5-9c36-7adfece11c55-288a3d63 {
    grid-row-start: 2;
    grid-column-end: 2;
  }
}


