:root {
  --deep-green: #16352b;
  --strapline: #556b61;
  --light-taupe: #efe6d8;
  --sage: #a3b196;
  --white: var(--deep-green);
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

body {
  color: #333;
  background-color: #faf4e8;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #556b61;
  text-align: center;
  -webkit-text-stroke-color: #a3b196;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  color: var(--deep-green);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 27px;
}

.navlink {
  color: #000;
  padding-left: 10px;
  padding-right: 10px;
}

.navlink:hover {
  color: var(--strapline);
  text-decoration: underline;
}

.navlink.w--current {
  color: var(--strapline);
}

.navigation {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.homeintrosection {
  background-color: #faf4e8;
  border-bottom: 1px #e4ebf3;
  padding: 0;
  position: relative;
}

.container {
  text-align: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 40px;
}

.strapline {
  color: var(--strapline);
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 400;
}

.button-primary {
  color: #000;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #faf4e8;
  padding: 12px 40px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  background-color: var(--sage);
  color: #fff;
}

.button-primary:active {
  background-color: #43464d;
}

.primarygrid {
  grid-column-gap: 40px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.catcard {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.categoryicon {
  object-fit: cover;
  border-radius: 0%;
  width: 100%;
  max-width: 100%;
  height: 250px;
  margin-bottom: 24px;
}

.categoryicon:hover {
  width: 98%;
}

.homeservice {
  color: #556b61;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}

.servicessection {
  border-bottom: 1px #e4ebf3;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0;
  position: relative;
}

.quick-stack {
  align-self: flex-end;
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
}

.cell, .cell-2 {
  justify-content: center;
  align-items: center;
}

.footer-dark {
  background-color: #556b61;
  border-bottom: 1px solid #e4ebf3;
  padding: 15px 30px;
  position: relative;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 100px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  color: #faf4e8;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: underline;
}

.footer-link {
  color: #faf4e8;
  text-align: left;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: #faf4e8;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.maincontainer {
  width: 100%;
  max-width: 1200px;
  padding-bottom: 40px;
}

.mainsection {
  padding-top: 20px;
  padding-bottom: 0;
}

.serviceimage {
  width: auto;
  height: 520px;
  margin-bottom: 30px;
}

.navbar {
  background-color: #ddd0;
  padding-top: 10px;
  padding-bottom: 40px;
}

.introtext {
  text-align: center;
  width: 100%;
  max-width: none;
  margin: 10px auto 20px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.paragraph-2 {
  text-align: center;
}

.categorylink {
  width: 100%;
  text-decoration: none;
}

.heading {
  text-align: center;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.viewallbutton {
  background-color: var(--deep-green);
  text-transform: uppercase;
  border-radius: 3px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 21px;
  font-family: Lato, sans-serif;
  font-size: 14px;
}

.div-block-2 {
  margin-top: 54px;
  display: flex;
}

.homehero {
  background-color: var(--sage);
  background-image: url('../images/hero-image-final.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  height: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.homeintrocontainer {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.homeintropara {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 15px;
}

.homeh2 {
  color: #556b61;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.homeicon {
  margin-bottom: 10px;
}

.servicescontainer {
  text-align: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.body {
  background-color: #faf4e8;
}

.homelink {
  z-index: 1000;
  text-align: center;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 141px;
  height: auto;
  margin-top: 82px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-size: 15px;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.homelink:hover {
  width: 141px;
}

.homelinkpic {
  background-color: #fff;
  width: 141px;
  height: 230px;
}

.innerhero {
  background-color: #a3b196;
  background-image: linear-gradient(#00000040, #00000040), url('../images/hero-image-final.jpg');
  background-position: 0 0, 50% 81%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  height: 370px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logoinner {
  z-index: 1000;
  text-align: center;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 141px;
  height: auto;
  margin-top: 82px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-size: 15px;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.logoinner:hover {
  width: 141px;
}

.logoinnerpic {
  background-color: #fff;
  width: 141px;
  height: 230px;
}

.go {
  clear: none;
  background-color: var(--deep-green);
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px;
  font-family: Lato, sans-serif;
  display: block;
}

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

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

.chat {
  clear: none;
  background-color: var(--deep-green);
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px;
  width: 400px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px;
  font-family: Lato, sans-serif;
  display: block;
}

.feedbackwrap {
  text-align: center;
  background-color: #efe6d8;
  width: 279px;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 19px;
}

.feedbackicon {
  width: 60px;
  height: 70px;
  margin-bottom: 20px;
}

.feedback {
  margin-bottom: 20px;
}

.feedbackname {
  margin-top: 30px;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.feedbackwrapper {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.homeh1 {
  color: #16352b;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 34px;
}

.findoutmore {
  color: #556b61;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.servicelist {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  font-family: Lato, sans-serif;
  font-size: 19px;
  line-height: 30px;
  list-style-type: none;
}

.servicebreaker {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.quicklinkshome {
  align-self: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 200px;
}

.quick-stack-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.servicecontainer {
  text-align: center;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 40px;
}

.mission1 {
  background-color: var(--light-taupe);
  margin-bottom: 20px;
}

.mission2 {
  background-color: var(--light-taupe);
  width: 100%;
}

.cell-5 {
  justify-content: flex-start;
  align-items: flex-end;
}

.cell-6 {
  justify-content: flex-start;
  align-items: flex-start;
}

.quick-stack-4 {
  padding: 0;
}

.quick-stack-5 {
  margin-bottom: 30px;
  padding: 0;
}

.cell-7 {
  justify-content: center;
  align-items: flex-start;
  padding: 51px;
}

.cell-8 {
  justify-content: center;
  align-items: flex-start;
  padding: 50px;
}

.missingheading {
  color: var(--strapline);
  text-transform: uppercase;
  font-weight: 400;
}

.image-2, .image-3 {
  height: 500px;
}

.coreheading {
  color: var(--strapline);
  text-transform: none;
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.quick-stack-6 {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  margin-top: 62px;
  padding: 0;
}

.corenumber {
  background-color: var(--deep-green);
  color: var(--light-taupe);
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-family: Lato, sans-serif;
  font-size: 40px;
  display: flex;
}

.corevalueswrapper {
  width: 100%;
  margin-top: 30px;
  padding: 0;
}

.additionalgrid {
  grid-column-gap: 40px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.cell-9 {
  justify-content: center;
  align-items: flex-end;
}

.cell-10 {
  justify-content: center;
  align-items: flex-start;
}

.servicebutton {
  background-color: var(--sage);
  color: var(--deep-green);
  width: 100%;
  padding: 13px;
  font-family: Lato, sans-serif;
  font-size: 15px;
}

.servicebutton:hover {
  background-color: var(--strapline);
  color: var(--light-taupe);
}

.navigator {
  border-bottom: 1px solid var(--sage);
  margin-bottom: 20px;
}

.cell-11, .cell-12 {
  justify-content: center;
  align-items: center;
}

.image-4 {
  align-self: center;
  width: 120px;
  height: auto;
}

.button {
  background-color: var(--deep-green);
}

.contactcontainer {
  text-align: center;
  width: 100%;
  max-width: 1200px;
  padding-bottom: 40px;
}

.rtb-terms {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.rtbprivacy {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-8 {
  text-align: center;
}

.contactinnerblock {
  background-color: var(--light-taupe);
  text-align: left;
  padding: 54px;
}

.contacth1 {
  margin-bottom: 0;
}

.centre {
  text-align: center;
  align-self: center;
}

.code-embed {
  margin-top: 20px;
  margin-bottom: 20px;
}

.h2centre {
  text-align: center;
  align-self: center;
}

.cell-14 {
  justify-content: flex-start;
  align-items: center;
  padding: 0 42px 42px;
}

.contactimage {
  margin-top: 20px;
}

@media screen and (min-width: 1440px) {
  p {
    font-size: 16px;
    line-height: 28px;
  }

  .container {
    max-width: 1200px;
  }

  .strapline {
    margin-top: 5px;
    font-size: 20px;
  }

  .button-primary {
    text-transform: uppercase;
    font-family: Lato, sans-serif;
    font-size: 14px;
  }

  .categoryicon {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .homeservice {
    font-size: 14px;
  }

  .footer-dark {
    width: 1200px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .maincontainer {
    width: 100%;
    max-width: 1200px;
  }

  .homehero {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .homeintrocontainer {
    max-width: 1000px;
  }

  .homeintropara {
    line-height: 24px;
  }

  .servicescontainer {
    width: 100%;
    max-width: 1200px;
  }

  .innerhero {
    background-image: url('../images/Screenshot-2025-11-25-at-10.57.11.png');
    background-position: 50% 90%;
    background-repeat: no-repeat;
    background-size: auto;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .chat {
    margin-top: 29px;
  }

  .feedbackwrap {
    background-color: var(--light-taupe);
  }

  .feedbackicon {
    width: 60px;
    height: 70px;
  }

  .footerapeximage {
    text-align: center;
    background-image: url('../images/footer-apex-1200.png');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: auto;
    width: 1200px;
    max-width: 1200px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .homeh1 {
    font-size: 34px;
  }

  .quicklinkshome {
    align-self: flex-start;
    padding-top: 200px;
  }

  .quick-stack-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .quick-stack-3 {
    padding: 0;
  }

  .servicecontainer {
    max-width: 1200px;
  }

  .contactcontainer {
    width: 100%;
    max-width: 1200px;
  }

  .rtb-terms, .rtbprivacy {
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .paragraph-8 {
    text-align: center;
  }

  .h2centre {
    margin-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .navlink {
    text-align: center;
    font-family: Lato, sans-serif;
    font-size: 15px;
    font-weight: 700;
  }

  .navigation {
    background-color: var(--light-taupe);
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
  }

  .container {
    max-width: 728px;
  }

  .button-primary {
    text-align: center;
    width: 90%;
  }

  .primarygrid {
    grid-column-gap: 10px;
  }

  .categoryicon {
    width: 190px;
    height: 190px;
  }

  .homeservice {
    font-size: 13px;
  }

  .cell {
    justify-content: center;
    align-items: flex-end;
  }

  .cell-2 {
    justify-content: center;
    align-items: flex-start;
  }

  .footer-dark {
    padding-top: 15px;
  }

  .footer-wrapper {
    max-width: 1200px;
  }

  .footer-content {
    grid-column-gap: 51px;
    grid-row-gap: 51px;
    grid-template-rows: auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: stretch;
    place-items: start stretch;
    width: 100%;
    display: grid;
  }

  .footer-block {
    justify-content: flex-start;
    align-items: center;
  }

  .navbar {
    z-index: 10000;
  }

  .homehero {
    height: 540px;
  }

  .homeintrocontainer, .servicescontainer {
    max-width: 728px;
  }

  .innerhero {
    height: 340px;
  }

  .icon {
    clear: none;
    color: var(--deep-green);
    font-size: 47px;
  }

  .menu-button {
    z-index: 10000;
    float: none;
  }

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

  .container-2 {
    text-align: center;
  }

  .feedbackicon {
    width: 50px;
    height: 60px;
  }

  .quicklinkshome {
    align-self: flex-end;
    padding-top: 0;
  }

  .servicecontainer {
    max-width: 728px;
  }

  .corevalueswrapper {
    padding: 42px;
  }

  .additionalgrid {
    grid-column-gap: 10px;
  }

  .servicebutton {
    padding: 21px;
    font-size: 15px;
    font-weight: 700;
  }

  .contactcontainer {
    padding: 5px;
  }

  .rtb-terms, .rtbprivacy {
    width: 90%;
  }

  .contactinnerblock {
    text-align: center;
    align-self: center;
    padding: 14px;
  }

  .cell-14 {
    padding: 2px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 26px;
    line-height: 32px;
  }

  .homeintrosection {
    padding: 30px 15px 10px;
  }

  .strapline {
    margin-top: 0;
  }

  .button-primary {
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    padding: 15px;
    font-family: Lato, sans-serif;
    font-size: 15px;
  }

  .primarygrid {
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
  }

  .homeservice {
    font-size: 14px;
  }

  .servicessection {
    margin-top: 0;
    padding: 20px 15px;
  }

  .quick-stack {
    margin-top: 0;
  }

  .footer-dark {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .serviceimage {
    height: auto;
  }

  .innerhero {
    height: 300px;
  }

  .logoinnerpic {
    width: auto;
    height: 190px;
  }

  .feedbackwrap {
    width: 260px;
    padding: 18px;
  }

  .feedbackicon {
    width: 50px;
    height: 60px;
  }

  .homeh1 {
    margin-top: 0;
    font-size: 30px;
  }

  .findoutmore {
    color: var(--deep-green);
    font-size: 16px;
  }

  .quicklinkshome {
    margin-top: 0;
  }

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

  .quick-stack-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .cell-7 {
    padding: 17px;
  }

  .cell-8 {
    padding: 11px;
  }

  .additionalgrid {
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
  }

  .servicebutton {
    width: 100%;
    padding: 12px;
    font-size: 16px;
  }

  .contactcontainer {
    padding: 0;
  }

  .rtb-terms, .rtbprivacy {
    width: 95%;
  }

  .contactinnerblock {
    text-align: center;
    padding: 41px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 23px;
  }

  p {
    line-height: 25px;
  }

  .homeintrosection {
    padding-bottom: 10px;
  }

  .container {
    max-width: none;
  }

  .strapline {
    font-size: 14px;
    line-height: 28px;
  }

  .button-primary {
    text-align: center;
    width: 100%;
    margin-left: 0;
    padding: 11px;
  }

  .primarygrid {
    grid-column-gap: 5px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .categoryicon {
    width: 100%;
    height: 290px;
  }

  .quick-stack {
    margin-top: 0;
    margin-bottom: 11px;
  }

  .footer-dark {
    padding-top: 15px;
  }

  .homeintrocontainer, .servicescontainer {
    max-width: none;
  }

  .feedbackwrap {
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .homeh1 {
    font-size: 26px;
    line-height: 40px;
  }

  .quicklinkshome {
    margin-top: 0;
    margin-bottom: 11px;
  }

  .servicecontainer {
    max-width: none;
  }

  .corenumber {
    width: 30px;
    height: 30px;
    font-size: 20px;
  }

  .corevalueswrapper {
    padding: 18px;
  }

  .additionalgrid {
    grid-column-gap: 5px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .servicebutton {
    padding: 17px;
    font-size: 15px;
  }

  .navigator {
    padding: 0;
    font-size: 14px;
  }

  .contactcontainer {
    padding: 5px;
  }

  .contactinnerblock {
    padding: 17px;
  }

  .contacth1 {
    font-size: 18px;
    font-weight: 700;
  }

  .quick-stack-7 {
    padding: 6px;
  }
}

#w-node-cce5bef8-2091-986c-7ca1-c66f0ae6883b-9f8ca8de {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c9a4297d-4394-6e57-1ebc-0707ee0b0d30-ee0b0d2c, #w-node-c9a4297d-4394-6e57-1ebc-0707ee0b0d43-ee0b0d2c, #w-node-c9a4297d-4394-6e57-1ebc-0707ee0b0d56-ee0b0d2c, #w-node-c9a4297d-4394-6e57-1ebc-0707ee0b0d67-ee0b0d2c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73fcde2a-539a-0960-344d-c5848b84e210-ee0b0d2c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_6e24be6f-bc52-87f5-37af-5589ceabc411-ceabc410, #w-node-_6e24be6f-bc52-87f5-37af-5589ceabc416-ceabc410, #w-node-_6e24be6f-bc52-87f5-37af-5589ceabc41b-ceabc410, #w-node-_6e24be6f-bc52-87f5-37af-5589ceabc420-ceabc410, #w-node-e02b3ace-157f-70ba-c67a-c26064f2eedf-64f2eede, #w-node-e02b3ace-157f-70ba-c67a-c26064f2eee4-64f2eede, #w-node-e02b3ace-157f-70ba-c67a-c26064f2eee9-64f2eede, #w-node-e02b3ace-157f-70ba-c67a-c26064f2eeee-64f2eede, #w-node-e02b3ace-157f-70ba-c67a-c26064f2eef3-64f2eede, #w-node-e02b3ace-157f-70ba-c67a-c26064f2eef8-64f2eede, #w-node-e02b3ace-157f-70ba-c67a-c26064f2eefd-64f2eede, #w-node-e02b3ace-157f-70ba-c67a-c26064f2ef02-64f2eede {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31ed89db-207a-35d8-c053-55cf941f0bc1-9f8ca8df {
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
}

#w-node-b9884d48-b83f-30de-1481-bcdc8e1b35e0-8e1b35de {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b5eae006-908c-b5c2-51a0-69d9cdfee316-9f8ca8e2 {
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
}

#w-node-_3c9ee7fe-7045-abcc-0fe7-91cbd970afa8-9f8ca8e5, #w-node-ed07647e-c3c7-c6e4-ddd7-23deceb87537-9f8ca8e7, #w-node-be663038-26da-a0d2-1215-8e8bf5fb7b8e-9f8ca8e8, #w-node-_38f7ae3c-4bbe-a09f-1bcb-29a281af1ed9-9f8ca8ea, #w-node-_517c9be5-e063-31ae-b79a-fabe5eb21e8d-9f8ca8eb, #w-node-d529dfca-bb81-1776-aacc-5ebb0812a3e0-9f8ca8ec, #w-node-_1e86c4c9-9829-f7b1-854d-7a206a6751e5-9f8ca8ed, #w-node-_70d75790-de74-c16d-1119-bf47d271cabc-9f8ca8ee, #w-node-_049c7431-e462-13fc-2714-0da902d81f39-9f8ca8ef, #w-node-_5029d0ff-3d6d-e2a9-3f4b-910406d3f591-9f8ca8f0, #w-node-_2610d03b-fb8a-9628-4272-03d90373853c-9f8ca8f1, #w-node-_27a2bb5c-ecca-afca-9d99-2908b493adc2-9f8ca8f2, #w-node-_58482ef2-66aa-0aab-668c-ed5a556dc853-9f8ca8f3, #w-node-fe490267-5590-4f0b-2315-cb7706d89d0a-9f8ca8f4, #w-node-_5502e469-457f-e2e3-245a-839005ddaa55-9f8ca8f5, #w-node-_93a45dfe-11ec-e09d-0760-bb5f0d5b5532-9f8ca8f6, #w-node-_3fd09c0e-83b3-05cc-94e6-cb7b79797998-5cee3d13, #w-node-_4dbabbcf-ab0a-b607-c310-37e28f63bf60-5cee3d13 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_157367a4-ec76-b2cf-e867-df8b52a885c2-5cee3d13 {
  grid-template-rows: auto auto auto;
  grid-template-columns: .25fr 2.75fr;
}

@media screen and (min-width: 1440px) {
  #w-node-_6e24be6f-bc52-87f5-37af-5589ceabc416-ceabc410, #w-node-_6e24be6f-bc52-87f5-37af-5589ceabc41b-ceabc410, #w-node-e02b3ace-157f-70ba-c67a-c26064f2eee4-64f2eede, #w-node-e02b3ace-157f-70ba-c67a-c26064f2eee9-64f2eede {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_31ed89db-207a-35d8-c053-55cf941f0bc1-9f8ca8df {
    grid-template-rows: auto;
    grid-template-columns: .75fr .5fr;
  }
}

@media screen and (max-width: 991px) {
  #w-node-c9a4297d-4394-6e57-1ebc-0707ee0b0d30-ee0b0d2c {
    justify-self: auto;
  }

  #w-node-_3c9ee7fe-7045-abcc-0fe7-91cbd970afa8-9f8ca8e5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3c9ee7fe-7045-abcc-0fe7-91cbd970afa8-9f8ca8e5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cce5bef8-2091-986c-7ca1-c66f0ae6883b-9f8ca8de, #w-node-b9884d48-b83f-30de-1481-bcdc8e1b35e0-8e1b35de, #w-node-_93a45dfe-11ec-e09d-0760-bb5f0d5b5532-9f8ca8f6, #w-node-_3fd09c0e-83b3-05cc-94e6-cb7b79797998-5cee3d13, #w-node-_4dbabbcf-ab0a-b607-c310-37e28f63bf60-5cee3d13 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


