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

.f-paragraph-small {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: -0.01em;
}

.f-paragraph-regular {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: 0.2em;
}

.f-paragraph-regular.f-text-weight-medium {
  font-weight: 500;
}

.f-text-weight-medium {
  font-weight: 500;
}

.f-navigation-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.f-navigation-avatar {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background-color: #f3f5fb;
}

.f-navigation-avatar-wrapper {
  display: flex;
  align-items: center;
  grid-column-gap: 16px;
}

.f-navigation-content {
  display: flex;
  align-items: center;
  grid-column-gap: 8px;
}

.f-navigation-link {
  padding: 8px 24px;
  border-radius: 50px;
  background-color: transparent;
  transition: all 350ms ease;
  font-family: Montserrat, sans-serif;
  color: #0070ba;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-decoration: none;
  white-space: nowrap;
}

.f-navigation-link:hover {
  background-color: #f3f5fb;
  color: #0070ba;
}

.f-navigation-link.w--current {
  color: #0070ba;
}

.f-navigation-menu {
  position: static;
  display: flex;
  margin-left: 2rem;
  align-items: center;
  grid-column-gap: 6px;
}

.f-logo {
  width: 250px;
}

.f-navigation-container {
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
  align-items: center;
}

.f-navigation {
  display: flex;
  width: 100%;
  min-height: 88px;
  padding: 24px 5%;
  align-items: center;
  background-color: #fff;
}

.f-banner-badge {
  padding: 11px;
  border-radius: 50px;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #0070ba;
  font-size: 1rem;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.f-banner-dark {
  display: flex;
  min-height: 56px;
  padding: 16px 5%;
  justify-content: center;
  align-items: center;
  grid-column-gap: 16px;
  background-color: #0070ba;
  color: #fff;
  text-align: center;
}

.f-success-message {
  background-color: #ebfff6;
  color: #006638;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.03em;
}

.f-button-neutral {
  display: flex;
  min-height: 48px;
  padding: 12px 32px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background-color: #0070ba;
  transition: background-color 300ms ease;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.02em;
  text-decoration: none;
  text-transform: uppercase;
}

.f-button-neutral:hover {
  background-color: #8cbb40;
}

.f-header-input-field {
  min-height: 48px;
  margin-right: 16px;
  margin-bottom: 0px;
  padding: 12px 16px;
  border: 1px none #000;
  background-color: transparent;
  color: #160042;
}

.f-header-input-field::-moz-placeholder {
  color: #b6b9ce;
}

.f-header-input-field::-ms-input-placeholder {
  color: #b6b9ce;
}

.f-header-input-field::placeholder {
  color: #b6b9ce;
}

.f-header-form-wrapper {
  display: flex;
  padding: 4px;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e6f1;
  border-radius: 50px;
  background-color: #fff;
}

.f-header-form-block {
  max-width: 360px;
  margin-bottom: 0px;
}

.f-paragraph-large {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 1.2rem;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.f-margin-bottom-40 {
  margin-bottom: 40px;
}

.f-h1-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: -0.04em;
}

.f-margin-bottom-24 {
  margin-bottom: 24px;
}

.f-heading-detail-small {
  font-family: Montserrat, sans-serif;
  color: #0070ba;
  font-size: 0.9rem;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-header-title-wrapper-center {
  position: relative;
  z-index: 5;
  display: flex;
  width: 100%;
  max-width: 630px;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.f-image-cover {
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 10px;
  border-color: #0070ba;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

.f-image-cover.no-bonder {
  border-style: none;
}

.f-header-image-wrapper-top {
  display: flex;
  overflow: hidden;
  height: 350px;
  margin-bottom: 48px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-image: url('../images/Waterberg-Construction-Lephalale-Services-5.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.f-header-image-wrapper-top._2 {
  background-image: url('../images/Waterberg-Construction-Lephalale-Services-7.jpg');
}

.f-container-regular {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.f-section-large {
  position: relative;
  padding: 92px 5%;
}

.f-section-large.top-margin {
  padding-top: 10px;
  padding-bottom: 10px;
}

.f-cta-logo-card {
  display: flex;
  min-height: 96px;
  padding: 24px;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #f3f5fb;
  border-radius: 6px;
  transition: border-color 200ms ease, box-shadow 200ms ease;
}

.f-cta-logo-card:hover {
  box-shadow: 23px 23px 64px -16px rgba(57, 59, 106, 0.06);
}

.f-grid-four-columns {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.f-margin-bottom-48 {
  margin-bottom: 48px;
}

.f-h2-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: -0.04em;
}

.f-cta-text-wrapper-center {
  display: flex;
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.f-margin-bottom-72 {
  margin-bottom: 72px;
}

.f-section-regular {
  position: relative;
  padding: 72px 5%;
}

.f-section-regular.bottom-margin {
  padding-bottom: 0px;
}

.f-button-secondary {
  display: flex;
  min-height: 48px;
  padding: 12px 32px;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e6f1;
  border-radius: 50px;
  background-color: #fff;
  transition: border-color 300ms ease, background-color 300ms ease;
  color: #160042;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.f-button-secondary:hover {
  border-color: transparent;
  background-color: #f3f5fb;
}

.f-input-outlined {
  min-height: 48px;
  margin-bottom: 0px;
  padding: 12px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e6f1;
  border-radius: 8px;
}

.f-input-outlined:focus {
  border-color: #b6b9ce;
}

.f-input-outlined::-moz-placeholder {
  color: #b6b9ce;
}

.f-input-outlined::-ms-input-placeholder {
  color: #b6b9ce;
}

.f-input-outlined::placeholder {
  color: #b6b9ce;
}

.f-content-form {
  display: flex;
  align-items: center;
  grid-column-gap: 8px;
}

.f-content-form-block {
  margin-top: 32px;
  margin-bottom: 0px;
}

.f-margin-bottom-32 {
  margin-bottom: 32px;
}

.f-h3-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #0070ba;
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-content-icon-wrapper {
  width: 72px;
  height: 72px;
  min-height: 72px;
  min-width: 72px;
  margin-bottom: 2rem;
  padding: 2px;
  border-radius: 8px;
  background-color: #0070ba;
}

.f-content-image-wrapper {
  overflow: hidden;
  width: 100%;
  height: 430px;
  max-width: 450px;
  border-radius: 12px;
}

.f-grid-two-column {
  align-items: center;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.f-error-message {
  border-radius: 8px;
  background-color: #fceff0;
  color: #5b0b11;
  text-align: center;
}

.f-contact-divider {
  width: 1px;
  height: 24px;
  background-color: #e4e6f1;
}

.f-contact-submit-wrapper {
  display: flex;
  align-items: center;
  grid-column-gap: 24px;
}

.f-text-area {
  min-height: 112px;
  margin-bottom: 0px;
  padding: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e6f1;
  border-radius: 8px;
  color: #160042;
  font-size: 14px;
  line-height: 24px;
}

.f-text-area:focus {
  border-color: #b6b9ce;
}

.f-text-area::-moz-placeholder {
  color: #6b7094;
}

.f-text-area::-ms-input-placeholder {
  color: #6b7094;
}

.f-text-area::placeholder {
  color: #6b7094;
}

.f-field-label {
  margin-bottom: 8px;
  color: #160042;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.f-field-input {
  min-height: 48px;
  margin-bottom: 0px;
  padding: 12px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e6f1;
  border-radius: 8px;
  transition: all 200ms ease;
}

.f-field-input:focus {
  border-color: #b6b9ce;
}

.f-field-input::-moz-placeholder {
  color: #6b7094;
}

.f-field-input::-ms-input-placeholder {
  color: #6b7094;
}

.f-field-input::placeholder {
  color: #6b7094;
}

.f-contact-form-grid {
  margin-bottom: 24px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.f-contact-form {
  display: flex;
  flex-direction: column;
}

.f-title-wrapper-left {
  max-width: 500px;
}

.f-container-x-small {
  position: relative;
  width: 100%;
  max-width: 840px;
  margin-right: auto;
  margin-left: auto;
}

.f-footer-link {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  transition: color 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-decoration: none;
}

.f-footer-link:hover {
  color: #8cbb40;
}

.f-footer-vertical-divider {
  width: 1px;
  height: 16px;
  background-color: #e4e6f1;
}

.f-footer-menu {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  grid-column-gap: 24px;
}

.f-footer-detail {
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}

.f-footer-brand {
  display: flex;
  align-items: center;
}

.f-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.f-footer-horizontal-divider {
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: #e4e6f1;
}

.f-icon-regular {
  display: flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  transition: color 200ms ease;
  color: #0070ba;
}

.f-footer-social {
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background-color: #f3f5fb;
  transition: color 300ms ease;
  color: #160042;
}

.f-footer-social:hover {
  color: #642eff;
}

.f-footer-social-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  grid-column-gap: 16px;
}

.f-footer-social-row-large {
  display: flex;
  margin-left: 60px;
  flex-direction: column;
  align-items: flex-start;
}

.f-footer-group {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.f-footer-logo {
  flex: 0 0 auto;
}

.f-container-large {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.f-footer-small {
  position: relative;
  padding: 32px 5% 100px;
  background-color: #fff;
}

.whatsapp-button {
  position: fixed;
  left: auto;
  top: auto;
  right: 1%;
  bottom: 2%;
  z-index: 99999;
  display: flex;
  padding: 2px 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 5px 0 hsla(0, 0%, 52.8%, 0.62);
  color: #000;
  text-decoration: none;
}

.whatsapp-button:hover {
  box-shadow: 0 0 10px 0 rgba(47, 47, 47, 0.35);
}

.text-block-2 {
  margin-right: 5px;
  padding: 0px;
  border-radius: 0px;
  background-color: transparent;
  font-weight: 500;
}

.image-13 {
  width: 50px;
}

.list {
  margin-top: 1rem;
  padding-left: 20px;
  color: #0070ba;
  font-size: 1.5rem;
}

.text-span {
  color: #0070ba;
}

.image-14 {
  width: 200px;
}

.link {
  color: #0070ba;
  text-decoration: none;
}

.link:hover {
  color: #8cbb40;
}

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

.link-2:hover {
  color: #8cbb40;
}

.f-h4-heading {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #0070ba;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.footer-link {
  color: #0070ba;
  text-decoration: none;
}

.footer-link:hover {
  color: #8cbb40;
}

@media screen and (max-width: 991px) {
  .f-navigation-menu-button {
    padding: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #f3f5fb;
    border-radius: 8px;
    color: #0070ba;
  }

  .f-navigation-menu-button.w--open {
    border-color: #fff;
    background-color: #0070ba;
    color: #f3f5fb;
  }

  .f-navigation-avatar-wrapper {
    margin-right: 14px;
  }

  .f-navigation-content {
    display: flex;
    width: auto;
    align-items: center;
    color: #0070ba;
  }

  .f-navigation-link {
    width: 100%;
  }

  .f-navigation-menu {
    position: absolute;
    padding: 12px;
    background-color: #fff;
    color: #393b6a;
  }

  .f-navigation-menu.w--open {
    border-color: #fff;
    background-color: #282556;
  }

  .f-navigation-logo-link {
    margin-right: 0px;
  }

  .f-navigation-container {
    justify-content: space-between;
  }

  .f-navigation {
    position: relative;
  }

  .f-grid-four-columns {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .f-content-image-wrapper {
    max-width: 100%;
  }

  .f-grid-two-column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .f-footer-bottom {
    flex-direction: column;
    grid-row-gap: 24px;
  }

  .f-footer-social-row-large {
    margin-left: 0px;
  }

  .f-footer-group {
    flex-direction: column;
    grid-row-gap: 16px;
  }

  .whatsapp-button {
    display: flex;
  }

  .icon {
    color: #0070ba;
  }

  .icon.open {
    color: #8cbb40;
  }
}

@media screen and (max-width: 767px) {
  .f-banner-badge {
    margin-right: 0px;
    margin-bottom: 4px;
    margin-left: 0px;
  }

  .f-banner-dark {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    text-align: left;
  }

  .f-h1-heading {
    margin-top: 0px;
    font-size: 48px;
  }

  .f-header-image-wrapper-top {
    height: 490px;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-grid-four-columns {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .f-h2-heading {
    font-size: 44px;
  }

  .f-section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .whatsapp-button {
    display: flex;
  }

  .link {
    font-size: 1.2rem;
  }

  .f-h4-heading {
    font-size: 1.2rem;
  }

  .footer-link {
    font-size: 12px;
  }
}

@media screen and (max-width: 479px) {
  .f-navigation-menu-button {
    color: #0070ba;
  }

  .f-navigation-avatar-wrapper {
    display: none;
  }

  .f-navigation-link {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .f-navigation-menu {
    margin-left: 0rem;
  }

  .f-logo {
    width: 200px;
  }

  .f-banner-dark {
    flex-direction: column;
  }

  .f-paragraph-large {
    font-size: 1rem;
    line-height: 1.5;
  }

  .f-header-image-wrapper-top {
    height: 390px;
    background-position: 0% 50%;
  }

  .f-header-image-wrapper-top._2 {
    height: 250px;
    margin-bottom: 0px;
    background-position: 100% 50%;
  }

  .f-section-large {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .f-section-large.top-margin {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .f-section-regular.bottom-margin {
    padding-top: 0px;
  }

  .f-content-form {
    flex-direction: column;
  }

  .f-contact-divider {
    display: none;
  }

  .f-contact-submit-wrapper {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    grid-row-gap: 24px;
  }

  .f-contact-form-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .f-footer-link {
    margin-bottom: 2px;
  }

  .f-footer-vertical-divider {
    display: none;
  }

  .f-footer-menu {
    flex-direction: column;
  }

  .image-13 {
    width: 45px;
  }

  .link {
    font-size: 1.2rem;
  }

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

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

  .footer-link {
    font-size: 12px;
  }

  .icon {
    color: #f3f5fb;
  }

  .icon.open {
    color: #0070ba;
  }
}

#w-node-_157114b2-c039-1501-a1ee-580c1a140a7c-eaef42e8 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_37bd412d-6a49-3d24-ac6e-0afe856de562-eaef42e8 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_49cc3695-9c28-f7fa-c584-1b132938b608-eaef42e8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_77183f7e-8d72-da96-239b-7431619dec46-eaef42e8 {
    order: -9999;
  }

  #w-node-_157114b2-c039-1501-a1ee-580c1a140a6a-eaef42e8 {
    order: -9999;
  }

  #w-node-_7aed6753-7736-147c-1686-a39099d9269c-eaef42e8 {
    order: -9999;
  }

  #w-node-_37bd412d-6a49-3d24-ac6e-0afe856de550-eaef42e8 {
    order: -9999;
  }
}

