:root {
  --_website-color---color: #181720;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

.footer-text-link {
  color: #fff;
  letter-spacing: -.01em;
  font-size: 16px;
  line-height: 32px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

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

.navigation-menu-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.cleaning-top-bar-blue-bg-2 {
  z-index: -1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
  width: 60%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% -10%;
  transform: skew(40deg);
}

.navigation-side-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 440px;
  display: flex;
}

.container-regular {
  width: 100%;
  max-width: 1216px;
  margin: 120px auto 90px;
}

.navigation-link-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.column-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.cleaning-list-item {
  color: #0a66c2;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.cleaning-list-item:hover {
  color: #e77b0e;
}

.cleaning-list-item.page {
  border-bottom: 2px solid var(--_website-color---color);
  font-weight: 600;
}

.cleaning-list-item.page:hover {
  color: #a8252e;
}

.nombre-etoile {
  color: #fff;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 800;
}

.navigation-side-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #3d3d3d;
  border-bottom: 1px solid #0000;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.navigation-side-link:hover {
  color: #000;
  border-bottom: 1px solid #000;
}

.navigation-link-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #3d3d3d;
  background-color: #fff;
  border-radius: 12px;
  align-items: flex-start;
  padding: 12px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 0 1px #0000000f, 0 1px 2px #0000000f;
}

.row-small-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.row-small-2.row-top {
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
}

.button-right-icon {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #e77b0d;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 16px 32px;
  font-size: 21px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
  transform: skew(-8deg);
}

.button-right-icon:hover {
  background-color: #e77b0d;
  transform: translate(6px, -6px)skew(-8deg);
  box-shadow: 0 2px 5px #e77b0d;
}

.button-right-icon:active {
  background-color: #160042;
}

.button-right-icon:focus {
  outline-offset: 0px;
  outline: 2px solid #b6b9ce;
}

.button-right-icon.newbtn.newbtn1 {
  background-color: #222;
}

.button-right-icon.newbtn.newbtn1:hover {
  box-shadow: none;
}

.button-primary-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  background-color: #292929;
  border-radius: 10px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  box-shadow: inset 1px 1px .25px #ffffff1f, inset -1px 1px .25px #ffffff1f, 0 0 0 1px #000, 0 1px 2px #000000a3;
}

.button-primary-small:hover {
  background-color: #141414;
}

.text-block-17 {
  font-size: 18px;
  font-weight: 500;
}

.button-secondary-l-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  color: #fff;
  letter-spacing: -.25px;
  background-color: #ede32c;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  min-width: 105px;
  height: 48px;
  padding: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .45s, border-color .4s, background-color .4s, color .4s;
  display: flex;
  position: relative;
}

.button-secondary-l-2:hover {
  background-color: #000;
  transform: translate(4px, -4px);
}

.button-secondary-l-2.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.button-secondary-l-2.newbtn {
  background-color: #272e6c;
}

.button-secondary-l-2.newbtn.new1 {
  background-color: var(--_website-color---color);
  border-radius: 4px;
  padding-left: 30px;
  padding-right: 30px;
  transition: all .45s, border-color .4s, background-color .4s, color .4s;
  box-shadow: 0 2px 5px #0003;
}

.button-secondary-l-2.newbtn.new1:hover {
  background-color: var(--_website-color---color);
  background-image: none;
  transform: translate(-4px, -4px);
  box-shadow: 0 2px 5px #0003;
}

.code-embed {
  display: none;
}

.paragraph-x-large {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 200;
  line-height: 32px;
}

.text-block-16 {
  color: #fff;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.icon-small {
  color: #e77b0d;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  display: flex;
}

.icon-arrow {
  z-index: 1;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.brix---paragraph-default-11 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---paragraph-default-11.ntetxt.newtext {
  color: #fff;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.cleaning-topbar-container {
  max-width: 1200px;
}

.subheading-small {
  color: #0a0a0a;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.subheading-small.text-color-gray-500 {
  color: #fff;
  font-weight: 700;
}

.navigation-side-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  width: 100%;
}

.cleaning-social-block {
  color: #1d262d;
  background-color: #f7f8fb;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 8px;
  text-decoration: none;
  display: block;
}

.rating-stars-wrapper {
  grid-column-gap: 3px;
  display: flex;
}

.icon-regular {
  color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.google-reviews-wrapper {
  align-items: center;
  height: 20px;
  display: flex;
}

.flex-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
}

.cleaning-navbar-no-shadow {
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #fff0;
  margin-top: 0;
  position: static;
  top: 0;
}

.column-large {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.dropdown-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.navigation-button-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.header-section {
  background-color: #f8f6f6;
  background-image: linear-gradient(350deg, #00000080, #fff0), linear-gradient(#00000080 100%, #fff), url('../images/residential-roofing-texas.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  padding: 0 0% 48px;
  position: relative;
}

.icon-regular-17 {
  color: #6c7c60;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.icon-regular-17.nk1 {
  color: #21372e;
  width: 22px;
}

.header-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.icon-button-outline {
  color: #292929;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 6px 10px;
  transition: background-color .2s;
  display: flex;
  box-shadow: 0 0 0 1px #0000000f, 0 1px 2px #0000000f;
}

.icon-button-outline:hover {
  background-color: #f5f5f5;
}

.navigation-footer-link {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #000;
  border-radius: 10px;
  align-items: center;
  padding: 6px 8px 6px 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.navigation-footer-link:hover {
  background-color: #fff;
}

.brix---icon-mg-top {
  margin-top: 4px;
}

.cleaning-navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navigation-logo {
  flex: none;
}

.navigation-dropdown {
  justify-content: center;
  align-items: center;
}

.nav-logo {
  z-index: 1;
  flex: none;
  position: relative;
}

.cleaning-nav-block {
  position: relative;
  overflow: hidden;
}

.brix---icon-pagraph-wrapper-3 {
  color: #6e7191;
  align-items: flex-start;
  font-weight: 400;
  display: flex;
}

.cleaning-nav-link {
  color: #fff;
  letter-spacing: .25px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: all .45s;
  display: inline-block;
}

.cleaning-nav-link:hover {
  color: var(--_website-color---color);
}

.label-regular {
  color: #000;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.label-regular.text-color-primary {
  color: #000;
}

.navigation-link-icon {
  color: #000;
  background-color: #f5f5f5;
  border-radius: 6px;
  padding: 10px;
}

.button-secondary-small-3 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  text-align: center;
  letter-spacing: -.08px;
  white-space: nowrap;
  background-color: #6c7c60;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: inline-flex;
}

.overline-5 {
  color: #1457ff;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.overline-5.text-color-white {
  color: #fff;
  border-right: 1px solid #fff;
  padding-right: 10px;
  font-size: 14px;
}

.overline-5.text-color-white.newt {
  border-right-style: none;
}

.navigation-buttons-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.carousel-horizontal-wide {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.nav-mobile__background-2 {
  z-index: 998;
  background-color: #43b97f;
  display: none;
  position: fixed;
  inset: 0%;
}

.logo {
  margin-bottom: 36px;
  margin-right: -20px;
}

.brix---footer-list-item {
  margin-bottom: 18px;
  padding-left: 0;
}

.logos-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 90px;
  display: flex;
}

.body-button-normal {
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
}

.nav-main__container-2 {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 84rem;
  height: 6rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: relative;
}

.cleaning-container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-small-2 {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
}

.navigation-link {
  color: #000;
  border-radius: 10px;
  padding: 4px 10px;
  font-size: 14px;
  line-height: 24px;
  transition: background-color .3s;
}

.navigation-link:hover {
  background-color: #f5f5f5;
}

.column-2x-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.contact-block {
  padding-top: 10px;
  padding-bottom: 10px;
}

.cleaning-navbar-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 20px;
}

.top {
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.carousel-horizontal-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 100px;
  width: 100%;
  height: 100%;
  display: flex;
}

.navigation-right-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.content-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #0a0a0a;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.content-link.mewcontent {
  margin-top: -165px;
}

.navigation-footer {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #f5f5f5;
  border-radius: 12px;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 12px;
  display: flex;
}

.container-large {
  width: 100%;
  max-width: 1208px;
  margin-left: auto;
  margin-right: auto;
}

.navigation-dropdown-list-regular {
  background-color: #0000;
  box-shadow: 0 0 0 1px #0000000f, 0 1px 2px #0000000f;
}

.navigation-dropdown-list-regular.w--open {
  background-color: #fff;
  border-radius: 24px;
  width: 800px;
  margin-top: 8px;
  padding: 24px;
  left: -50%;
}

.logo2_logo {
  max-height: none;
}

.brix---footer-list-wrapper-3 {
  margin-top: 25px;
  margin-bottom: 0;
  padding-left: 0;
  font-weight: 500;
  list-style-type: none;
}

.cleaning-top-bar {
  z-index: 2;
  background-color: var(--_website-color---color);
  position: relative;
}

.navigation-divider {
  flex-direction: column;
  width: 2px;
  display: flex;
}

.navigation-button-group {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.button-secondary-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #ff4b0f;
  background-image: linear-gradient(#ffffff3d, #0000 50%);
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
  box-shadow: 0 0 0 1px #ff4b0f, 0 1px 2px #ff4b0fa3, inset 1px 1px .25px #ffffff1f, inset -1px 1px .25px #ffffff1f;
}

.button-secondary-small:hover {
  background-image: linear-gradient(#fff6, #0000 50%);
}

.heading {
  color: #fff;
  font-size: 55px;
  font-style: normal;
  font-weight: 600;
  line-height: 65px;
}

.cleaning-contact-block {
  margin-left: 20px;
}

.section-22 {
  text-decoration: none;
  display: flex;
}

.brix---link-text-3 {
  color: #fff;
  font-size: 17px;
  transition: color .3s;
  display: inline-block;
}

.brix---link-text-3.nre1 {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}

.contact-topbar {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  margin-left: -70px;
  display: flex;
}

.brix---link-wrapper-color-primary-3 {
  color: #ec1d25;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper-color-primary-3:hover {
  color: #281ca5;
}

.cleaning-topbar-social-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.column-regular-3 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
}

.icon-right {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-left: 12px;
  display: flex;
}

.icon-minus {
  z-index: 0;
  opacity: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-span {
  -webkit-text-fill-color: transparent;
  background-color: #e77b0d;
  -webkit-background-clip: text;
  background-clip: text;
}

.icon-regular-11 {
  color: #d12120;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  display: flex;
}

.icon-regular-11.new14 {
  color: var(--_website-color---color);
  width: 20px;
  height: 20px;
  margin-right: 0;
}

.icon-regular-11.new14.new12 {
  color: #fff;
}

.header-grid {
  grid-column-gap: 100px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-left: 5%;
  margin-right: 5%;
}

.text-block-3 {
  color: #fff;
  font-weight: 700;
}

.cleaning-nav-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

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

.footer-column.nc {
  display: none;
}

.subheading-regular-6 {
  color: #000;
  text-align: left;
  letter-spacing: normal;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.subheading-regular-6.text-color-secondary {
  color: #000;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.navigation-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  align-items: center;
}

.navigation-bar {
  background-color: #fff;
  padding: 32px 3%;
  display: none;
}

.navigation-dropdown-toggle {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #000;
  border-radius: 10px;
  align-items: center;
  padding: 4px 8px 4px 10px;
  font-size: 14px;
  line-height: 24px;
  transition: background-color .3s;
  display: flex;
}

.navigation-dropdown-toggle:hover {
  background-color: #f5f5f5;
}

.navigation-dropdown-toggle.w--current {
  color: #642eff;
}

.people-image {
  margin-left: 0;
}

.column-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.footer-icon {
  padding-top: 2px;
  padding-bottom: 2px;
}

.row {
  flex-flow: row;
  display: flex;
}

.icon-regular-8 {
  color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  display: flex;
}

.icon-small-2 {
  color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.navigation-dropdown-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 100%;
  display: flex;
}

.header-image-block {
  background-color: #f2eeee00;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 488px;
  min-height: 536px;
  padding: 62px 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-line-2 {
  background-color: #000;
  width: 48px;
  height: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.column-x-large-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: none;
}

.body {
  background-color: #f7f8fb;
  font-family: Outfit, sans-serif;
}

.text-span-2 {
  color: var(--_website-color---color);
  text-decoration: underline;
}

.button-right-icon-2 {
  background-color: var(--_website-color---color);
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 16px 32px;
  font-size: 21px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.button-right-icon-2:hover {
  background-color: var(--_website-color---color);
  box-shadow: 0 2px 5px 0 var(--_website-color---color);
  transform: translate(6px, -6px);
}

.button-right-icon-2:active {
  background-color: #160042;
}

.button-right-icon-2:focus {
  outline-offset: 0px;
  outline: 2px solid #b6b9ce;
}

.body-button-normal-2 {
  letter-spacing: normal;
  text-transform: capitalize;
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
}

.icon-right-2 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-left: 0;
  margin-right: 12px;
  display: flex;
}

.icon-right-2.nl5 {
  margin-left: 12px;
  margin-right: 0;
}

.icon-right-2.g24 {
  width: 20px;
  height: 20px;
}

.icon-right-2.nl5 {
  color: var(--_website-color---color);
  margin-left: 12px;
  margin-right: 0;
}

.flex-block-10 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff26;
  border: 1px #ffffff70;
  border-radius: 100px;
  flex-flow: column;
  width: auto;
  min-width: 0;
  max-width: 200px;
  height: 100%;
  padding: 8px;
  box-shadow: 0 2px 5px #0003;
}

.flex-block-10.newf2, .flex-block-10.newf1 {
  width: 100%;
}

.flex-block-8 {
  flex-flow: row;
}

.code-embed-2 {
  width: 20px;
  height: 20px;
}

.image-53 {
  background-color: #fff;
  border-radius: 100px;
  padding: 5px;
}

.image-53.newdivf {
  background-color: #1d84fd;
}

.div-block {
  flex-flow: row;
  width: 40px;
  height: 40px;
  display: flex;
}

.text-block-18 {
  color: #fff;
  width: 300%;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.text-block-18.newtxt1 {
  width: 190px;
  font-size: 12px;
  font-weight: 400;
}

.flex-block-11 {
  margin-left: 2px;
}

.flex-block-9 {
  flex-flow: column;
  width: 100%;
  margin-left: 5px;
}

.flex-block-7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 10px;
}

.blog-card {
  box-shadow: 0 2px 5px 0 var(--_website-color---color);
  background-color: #fff;
  background-image: linear-gradient(#0009 100%, #fff), url('../images/537000939_122139479024830014_6143325780387015445_n-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 6px;
  flex-flow: column;
  align-items: stretch;
  width: auto;
  padding: 189px 14px 15px;
  text-decoration: none;
  display: flex;
}

.blog-card.card2 {
  box-shadow: 0 2px 5px 0 var(--_website-color---color);
  background-image: linear-gradient(#0009 100%, #fff), url('../images/68b36c065b2139addbf4fdb9_494751825_1481004203342700_2932861473458634792_n.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  position: relative;
  top: 0;
}

.blog-card.card2.card9 {
  box-shadow: 0 2px 5px 0 var(--_website-color---color);
  background-image: linear-gradient(#0009 100%, #fff), url('../images/524661408_122134992086830014_8419744342033490620_n.jpg');
}

.blog-card.card2.card9.card10 {
  background-image: linear-gradient(#0009 100%, #fff), url('../images/526991711_122136138116830014_5879304190925146227_n.jpg');
}

.blog-card.card2.card9.card10.card11 {
  background-image: linear-gradient(#0009 100%, #fff), url('../images/533513217_122137969382830014_5907337356159542427_n.jpg');
}

.blog-card.card3 {
  box-shadow: 0 2px 5px 0 var(--_website-color---color);
  background-image: linear-gradient(#0009 100%, #fff), url('../images/494880726_122114447870830014_4484818168333501152_n.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.blog-card.card3.card1 {
  box-shadow: 0 2px 5px 0 var(--_website-color---color);
  background-image: linear-gradient(#0009 100%, #fff), url('../images/492390076_1469464894496631_4902314041561372572_n.jpg');
}

.blog-card.card4 {
  background-image: linear-gradient(#0009 100%, #fff), url('../images/Dallas_Stucco_Contractor-scaled.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  position: relative;
  top: -55px;
  box-shadow: 0 2px 5px #a8252e;
}

.blog-card.card8 {
  box-shadow: 0 2px 5px 0 var(--_website-color---color);
  background-image: linear-gradient(#0009 100%, #fff), url('../images/503827719_122123503622830014_7645576841771311602_n.jpg');
}

.title-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 520px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.grid-blog {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 50px;
  padding-top: 0;
}

.text-span-7 {
  color: var(--_website-color---color);
  letter-spacing: normal;
  text-decoration: underline;
}

.title-heading {
  color: #000;
  letter-spacing: normal;
  font-family: Outfit, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 42px;
}

.container-2 {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.button-arrow {
  color: #3b5cf0;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.blog-title {
  color: #fff;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 14px;
  font-family: Outfit, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.blog-section {
  background-color: #f7f8fb;
  padding: 20px 3% 120px;
}

.text-block-19 {
  color: #fff;
  margin-right: 10px;
}

.icon-regular-2 {
  color: #e22322;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.icon-regular-2.newicon2 {
  width: 40px;
  height: 40px;
}

.icon-regular-2.newicon2.icon3 {
  width: 25px;
  height: 25px;
}

.content-h2 {
  color: #000;
  margin-bottom: 15px;
  font-family: Outfit, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 50px;
}

.container-large-2 {
  width: 100%;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrap {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 20%;
  padding-bottom: 80px;
  display: flex;
}

.paragraph-large-2 {
  color: #000;
  max-width: 520px;
  margin-bottom: 93px;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 26px;
}

.title-line {
  background-color: var(--_website-color---color);
  background-image: none;
  border-radius: 20px;
  width: 100%;
  max-width: 170px;
  min-height: 4px;
  margin-bottom: 12px;
}

.bg-block-grey {
  z-index: -1;
  background-color: #f5f5f5;
  min-height: 25%;
  position: absolute;
  inset: auto 0% 0%;
}

.text-span-8 {
  color: var(--_website-color---color);
  text-decoration: underline;
}

.content-grid-2 {
  grid-column-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
  padding-bottom: 0;
}

.content-section {
  background-color: #f7f8fb;
  padding: 75px 4% 0;
  position: relative;
}

.content-image {
  border-radius: 6px;
  width: 500px;
  height: 500px;
  box-shadow: 0 62px 54px #00000040;
}

.paragraph-regular-23 {
  color: #000;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.5;
}

.grid-two-column-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.column-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.column-regular.column-left {
  justify-content: center;
  align-items: flex-start;
  margin-right: 40px;
}

.feature-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff0;
  background-image: linear-gradient(#00000080 100%, #fff), url('../images/IMG_5916-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 1px #eeeef0;
  border-radius: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 85px 24px 28px;
  display: flex;
  position: relative;
  box-shadow: 0 40px 50px #00000040;
}

.feature-card.rcard {
  background-image: linear-gradient(#0009 100%, #fff), url('../images/residential-stonework-masonry-house-concrete-flower-mound-texas-1024x768.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.column-3x-large {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
}

.text-span-6 {
  color: #a8252e;
  text-decoration: underline;
}

.subheading-small-2 {
  color: #fff;
  letter-spacing: -.02em;
  font-family: Outfit, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
}

.paragraph-small-4 {
  color: #fff;
  letter-spacing: -.005em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

.icon-wrapper {
  z-index: 1;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.icon-4 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  display: flex;
}

.max-width-small-2 {
  width: 100%;
  max-width: none;
}

.column-x-small-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.column-x-small-2.column-center {
  justify-content: flex-start;
  align-items: center;
  margin-top: -22px;
}

.feature-grid-2 {
  z-index: 2;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  position: relative;
}

.column-x-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.container-large-6 {
  z-index: 2;
  width: 100%;
  max-width: 1084px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.text-block-20 {
  color: #fff;
  font-family: Outfit, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.h3-heading-3 {
  color: #1a1925;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.3;
}

.h3-heading-3.text-balance {
  color: #000;
  text-transform: capitalize;
  font-family: Outfit, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
}

.feature-card-grid {
  z-index: 0;
  pointer-events: none;
  position: absolute;
  inset: 8px 8px auto auto;
}

.badge-secondary {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: var(--_website-color---color);
  color: #1a1925;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 6px 12px 8px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.section-large-2 {
  padding: 128px 5%;
  position: relative;
}

.section-large-2.overflow-hidden {
  z-index: 6;
  background-color: #f7f8fb;
  background-image: url('../images/Untitled-design-1.svg');
  background-position: 50%;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 125px;
  overflow: hidden;
}

.section-large-2.overflow-hidden.new {
  background-image: none;
}

.section-large-2.overflow-hidden {
  padding-bottom: 65px;
  overflow: hidden;
}

.section-large-2.overflow-hidden.n1 {
  background-image: none;
}

.section-large-2.overflow-hidden {
  z-index: 6;
  background-color: #f7f8fb;
  background-image: none;
  margin-top: 45px;
  padding-top: 40px;
  padding-bottom: 73px;
  overflow: hidden;
}

.code-embed-3 {
  border: 5px solid var(--_website-color---color);
  border-radius: 20px;
  box-shadow: 0 62px 54px #00000040;
}

.text-span-9 {
  color: var(--_website-color---color);
  text-decoration: underline;
}

.paragraph-regular-22 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.6;
}

.paragraph-regular-22.newdesc {
  color: #000;
  margin-top: 10px;
  font-weight: 300;
}

.title-wrapper-large-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 792px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h3-heading-2 {
  color: #fff;
  text-align: center;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 55px;
}

.h3-heading-2.newheading {
  color: #000;
  text-align: center;
}

.expandir {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.gallery-thumb-cover-2 {
  color: #fff;
  text-transform: uppercase;
  background-image: linear-gradient(#0009, #0009);
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Inconsolata, monospace;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: sticky;
  inset: 0;
}

.flex-block-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.expand-icon {
  width: 35px;
  margin-top: 5px;
  margin-bottom: 10px;
  position: relative;
}

.testimonial-overlay {
  z-index: 5;
  pointer-events: none;
  background-image: linear-gradient(#fff0, #f6f5f300 50%, #f6f5f3cc 80%, #f6f5f3);
  position: absolute;
  inset: 0%;
}

.text-span-10 {
  color: var(--_website-color---color);
  text-decoration: underline;
}

.lightbox-link-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 340px;
  height: 400px;
}

.lightbox-link-3.image5 {
  background-image: url('../images/IMG_5071.webp');
  border-radius: 6px;
  text-decoration: none;
  transition: all .45s;
}

.lightbox-link-3.image5:hover {
  transform: translate(4px, -4px);
}

.lightbox-link-3.image3.an {
  background-image: url('../images/tempImage82qYZ1.webp');
  text-decoration: none;
  transition: all .45s;
}

.lightbox-link-3.image3.an:hover {
  transform: translate(4px, -4px);
}

.lightbox-link-3.image3.an.a3 {
  background-image: url('../images/IMG_9765.webp');
}

.lightbox-link-3.image4 {
  background-image: url('../images/IMG_4625.webp');
  border-radius: 6px;
  text-decoration: none;
  transition: all .45s;
}

.lightbox-link-3.image4:hover {
  transform: translate(4px, -4px);
}

.lightbox-link-3.image2._6 {
  border-radius: 6px;
}

.lightbox-link-3.image2._6.an {
  background-image: url('../images/istockphoto-1310643662-612x612.jpg');
  text-decoration: none;
  transition: all .45s;
}

.lightbox-link-3.image2._6.an:hover {
  transform: translate(4px, -4px);
}

.lightbox-link-3.image2._6.an.a2 {
  background-image: url('../images/Asphalt-Shingles-Roof-Installation-Johns-Roofing-–-DFW-Rockwall-Roof-Contractor.jpg');
}

.lightbox-link-3.image6 {
  background-image: url('../images/IMG_5110.webp');
  border-radius: 6px;
  text-decoration: none;
  transition: all .45s;
}

.lightbox-link-3.image6:hover {
  transform: translate(4px, -4px);
}

.lightbox-link-3.image1.ani {
  background-image: url("https://cdn.prod.website-files.com/68b71413ce1bbc1db984408e/68b71413ce1bbc1db98440c2_'fg.webp");
  text-decoration: none;
}

.lightbox-link-3.image1.ani.a1 {
  background-image: url('../images/1.png');
}

.lightbox-link-3.image3 {
  background-image: url('../images/524661408_122134992086830014_8419744342033490620_n.jpg');
  border-radius: 6px;
}

.lightbox-link-3.image3.img4 {
  background-image: url('../images/517583331_122131920836830014_4473758639481063833_n.jpg');
}

.lightbox-link-3.image3._5g5 {
  background-image: url('../images/537255306_122139479066830014_2817956486252682100_n.jpg');
}

.lightbox-link-3.image3._5g5.bl3 {
  background-image: url('../images/Untitled-design-77.png');
}

.lightbox-link-3.image1 {
  background-image: url('../images/506484207_122125746122830014_8182769850319723293_n.jpg');
  border-radius: 6px;
  transition: all .45s;
}

.lightbox-link-3.image1:hover {
  transform: translate(4px, -4px);
}

.lightbox-link-3.image1.img2 {
  background-image: url('../images/537255306_122139479066830014_2817956486252682100_n.jpg');
}

.lightbox-link-3.image1.bl4 {
  background-image: url('../images/536273236_122139108896830014_5028342323946811154_n.jpg');
}

.lightbox-link-3.image1.bl4.bl1 {
  background-image: url('../images/536273303_122138797640830014_983333850165134086_n.jpg');
}

.lightbox-link-3.image2 {
  background-image: url('../images/514349713_122129695208830014_8996919866255008088_n.jpg');
}

.lightbox-link-3.image2.img3 {
  background-image: url('../images/536275996_122139310520830014_1223967928348340592_n.jpg');
}

.lightbox-link-3.image2._5g1 {
  background-image: url('../images/541353884_122141233124830014_5498455103647968113_n.jpg');
}

.lightbox-link-3.image2._5g1.bl2 {
  background-image: url('../images/542258774_122141434094830014_3360371863607000943_n.jpg');
}

.title-wrapper-small {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #383a42;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 720px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-small-3 {
  padding: 80px 5%;
}

.section-small-3.background-secondary {
  background-color: #f6f5f3;
}

.section-small-3.background-secondary.newsec {
  background-color: #fff;
}

.section-small-3.background-secondary.newsec.newsec1.invs1 {
  background-color: #fff;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 20px;
}

.section-small-3.background-secondary.newsec.newsec1.invs1.ml {
  background-color: #f7f8fb;
  background-image: none;
  background-position: 50%, 50% 100%;
  background-size: cover, cover;
  padding-top: 75px;
  padding-bottom: 0;
}

.section-small-3.background-secondary {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.testimonial-wrapper-4 {
  margin-bottom: 20px;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
}

.button-ghost-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #000;
  letter-spacing: -.08px;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.body-button-normal-3 {
  letter-spacing: normal;
  text-transform: capitalize;
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
}

.column-regular-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.subheading-regular {
  color: #fff;
  letter-spacing: -.12px;
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.button-grid-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  width: 100%;
}

.button-outline-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--_website-color---color);
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #e6e6e7;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  display: inline-flex;
}

.contact-map-button-inner {
  background-color: #fff;
  border-radius: 99px;
  padding: 24px;
  box-shadow: 0 2px 1.5px .5px #95a0b229;
}

.icon-regular-18 {
  color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  margin-right: 5px;
  display: flex;
}

.section-regular {
  background-color: #f7f8fb;
  background-image: url('../images/Untitled-design-1.svg');
  background-position: 50%;
  background-size: cover;
  padding: 80px 5%;
  position: relative;
}

.text-block-21 {
  color: #fff;
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.column-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.container-regular-3 {
  z-index: 1;
  width: 100%;
  max-width: 1062px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.text-field {
  color: #252527;
  letter-spacing: .08px;
  background-color: #f2f3f8;
  border: 1px #e6e6e7;
  border-radius: 6px;
  min-height: 44px;
  margin-bottom: 0;
  padding: 10px 14px;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  transition: border-color .3s;
  box-shadow: 0 2px 5px #0003;
}

.text-field:hover {
  border-color: #d0d0d2;
}

.text-field:focus {
  border-color: #ff5805;
}

.text-field::placeholder {
  color: #000;
  font-weight: 300;
}

.text-field.text-area {
  min-height: 140px;
}

.text-color-brand {
  color: #a8252e;
}

.field-label {
  color: #000;
  letter-spacing: normal;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.button-right-icon-3 {
  background-color: var(--_website-color---color);
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 16px 32px;
  font-size: 21px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.button-right-icon-3:hover {
  background-color: var(--_website-color---color);
  box-shadow: 0 2px 5px 0 var(--_website-color---color);
  transform: translate(6px, -6px);
}

.button-right-icon-3:active {
  background-color: #160042;
}

.button-right-icon-3:focus {
  outline-offset: 0px;
  outline: 2px solid #b6b9ce;
}

.form-field-grid {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.contact-map-button {
  color: #000;
  background-color: #25252733;
  border: .5px solid #e6e6e7;
  border-radius: 999px;
  padding: 32px;
  position: absolute;
}

.code-embed-4 {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 5px #0003;
}

.icon-5 {
  color: var(--_website-color---color);
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-large-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.column {
  flex-flow: column;
  display: flex;
}

.h2-heading-6 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 65px;
  font-weight: 700;
  line-height: 1.2;
}

.contact-map-right {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.form-card {
  background-color: #f7f8fb;
  border: 1px #e6e6e7;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.grid-two-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.heading-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1.15fr 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 64px;
  display: flex;
}

.contact-map-card {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--_website-color---color);
  border-radius: 6px;
  flex-flow: column;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto 12px 12px;
  box-shadow: 0 2px 5px #0003;
}

.paragraph-x-large-3 {
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
}

.icon-regular-12 {
  color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  display: flex;
}

.footer-legal-wrap-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #666;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.footer-link {
  color: #fff;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 200;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.footer-link:hover {
  opacity: .5;
}

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

.paragraph-small-15 {
  color: #fff;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
}

.logo-2 {
  width: auto;
  margin-top: -109px;
  margin-bottom: 15px;
}

.logo-2.new-logo {
  width: 150px;
  margin-top: 0;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
}

.footer-column-2 {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.footer-legal-links-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #fff;
  align-items: center;
  display: flex;
}

.bold-text-11 {
  color: #fff;
  text-decoration: none;
}

.footer {
  background-color: #271a00;
  background-image: url('../images/Untitled-design-1.svg'), linear-gradient(61deg, black, var(--_website-color---color));
  background-position: 50%, 0 0;
  background-size: cover, auto;
  padding: 50px 3% 10px;
}

.code-embed-5 {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 5px #0003;
}

.code-embed-5.new41 {
  width: 275px;
}

.link-2 {
  text-decoration: none;
}

.divider-gray-800 {
  background-color: #ffffff9e;
  width: 100%;
  height: 1px;
}

.brand {
  margin-right: 20px;
}

.footer-title {
  color: #fff;
  margin-bottom: 22px;
  font-family: Outfit, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.footer-legal-link-2 {
  color: #fff;
  font-family: Outfit, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.footer-legal-link-2:hover {
  color: #fff;
}

.brix---link-text-4 {
  color: #fff;
  font-size: 16px;
  transition: color .3s;
  display: inline-block;
}

.brix---link-text-4.nre1 {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.brix---link-wrapper-color-primary-4 {
  color: #ec1d25;
  align-items: center;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper-color-primary-4:hover {
  color: #281ca5;
}

.row-x-small {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.content-wrap-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.short-image {
  box-shadow: 0 2px 5px 0 var(--_website-color---color);
  object-fit: cover;
  border-radius: 6px;
  width: 115%;
  max-width: none;
  height: 430px;
  margin-bottom: 45px;
  margin-left: -130px;
}

.p {
  color: #1a1a1a;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
}

.p.body-color {
  color: #fff;
  font-weight: 200;
}

.h2 {
  color: #1a1a1a;
  margin-top: 0;
  font-weight: 500;
}

.h2.body-color {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
}

.playbuttonwrapper {
  color: #fff;
  background-color: #d4010a;
  background-image: url('../images/Untitled-design-3.png'), linear-gradient(205deg, #d4010a, #041541 69%);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: relative;
  inset: -260px auto 0% 30%;
  box-shadow: 0 2px 5px #0003;
}

.playbuttonwrapper.new12.new1113 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100px;
  display: flex;
  top: -315px;
  left: 20%;
}

.container-4 {
  width: 100%;
  max-width: 1100px;
}

.container-4.newsec {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-14 {
  width: 205%;
  margin-right: -55px;
}

.h6-heading {
  color: #252527;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

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

.text-span-4 {
  color: #000;
  text-decoration: underline;
}

.text-span-4.new4 {
  color: #fff;
}

.home-testimonials_rating-icon {
  color: #000;
  flex-direction: column;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.section {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 50px 5%;
  display: flex;
}

.section.reverse-color {
  background-color: #041541;
  background-image: url('../images/Untitled-design-3.png'), linear-gradient(#041541d9 100%, #fff), url('../images/2023-07-10-1.jpg');
  background-position: 50%, 0 0, 50%;
  background-size: cover, auto, cover;
  padding-bottom: 0;
}

.section.reverse-color.newsec {
  justify-content: center;
  align-items: center;
}

.section.reverse-color.newsec.n1111 {
  background-image: linear-gradient(#000000bf 100%, #fff), url('../images/514349713_122129695208830014_8996919866255008088_n.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 140px;
  padding-bottom: 100px;
}

.testimonial-review-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 22px 24px;
  display: flex;
  box-shadow: 0 2px 5px #0003, 0 2px 5px #0003;
}

.grid_1-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid_1-2.newsec {
  justify-content: center;
  align-items: center;
  margin-left: 80px;
  display: flex;
}

.paragraph-regular {
  font-size: 16px;
  line-height: 28px;
}

.paragraph-regular.text-color-tertiary {
  color: #000;
}

.heading-pattern {
  z-index: -1;
  background-image: none;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -8px;
  margin-bottom: -12px;
  margin-right: -24px;
  padding-top: 8px;
  padding-bottom: 12px;
  padding-right: 24px;
  display: inline-block;
}

.feature-grid {
  z-index: 2;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
}

.subheading-small-3 {
  color: #fff;
  letter-spacing: normal;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}

.button-secondary {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  text-align: center;
  letter-spacing: -.006em;
  background-color: #1a1925;
  background-image: linear-gradient(#ffffff1f, #fff0);
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: inline-flex;
  box-shadow: inset 0 -8px 20px #1a192514, 0 8px 12px -4px #1a19250f, 0 4px 8px -4px #1a19251f, 0 2px 4px -1px #1a19251f, 0 1px 1.5px -.5px #1a19251f, 0 .75px .75px #1a19251f, 0 .25px .25px #1a19253d, inset 0 1px 3px #ffffff14, inset 0 .75px .75px #ffffff14, inset 0 .25px .25px #ffffff1f;
}

.button-secondary:hover {
  background-color: #51515e;
}

.feature-image-wrapper {
  display: flex;
  position: relative;
}

.max-width-small {
  width: 100%;
  max-width: 396px;
}

.paragraph-small {
  color: #fff;
  letter-spacing: -.005em;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.5;
}

.feature-image {
  object-fit: fill;
  border: .72px solid #eeeef0;
  border-radius: 24px;
  flex: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 3px 3px -1.5px #07011308, 0 2px 2px -1px #07011308, 0 1px 1px -.5px #07011308, 0 .5px .5px #07011308;
}

.column-regular-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.column-regular-5.column-left {
  justify-content: center;
  align-items: flex-start;
  margin-right: 40px;
}

.container-large-7 {
  z-index: 2;
  width: 100%;
  max-width: 1084px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.button-group {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.feature-card-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--_website-color---color);
  border: 1px solid #eeeef0;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 68px 24px 28px;
  display: flex;
  position: relative;
}

.column-x-large-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.feature-dashboard {
  flex: none;
  width: 40vw;
  position: absolute;
  -webkit-mask-image: linear-gradient(#000 70%, #0000), linear-gradient(to right, #000 70%, #0000);
  mask-image: linear-gradient(#000 70%, #0000), linear-gradient(to right, #000 70%, #0000);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
}

.icon-large {
  color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
}

.grid-two-column-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.badge-secondary-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #1a1925;
  background-color: #f7f7f8;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px 4px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.paragraph-regular-24 {
  color: #000;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.button-ghost {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #1a1925;
  text-align: center;
  letter-spacing: -.006em;
  background-color: #0000;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-ghost:hover {
  background-color: #eeeef0;
}

.icon-pattern {
  z-index: -1;
  pointer-events: none;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: -4px auto auto -4px;
}

.bold-text-41 {
  text-transform: capitalize;
  font-size: 50px;
  font-weight: 600;
}

.text-span-11 {
  color: var(--_website-color---color);
  text-decoration: underline;
}

.paragraph-regular-25 {
  color: #000;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.5;
}

.grid-two-column-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.feature-card-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff0;
  background-image: linear-gradient(#00000080 100%, #fff), url('../images/524661408_122134992086830014_8419744342033490620_n.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 1px #eeeef0;
  border-radius: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 85px 24px 28px;
  display: flex;
  position: relative;
  box-shadow: 0 40px 50px #00000040;
}

.feature-card-3.rcard {
  background-image: linear-gradient(#0009 100%, #fff), url('../images/539260163_122139967160830014_3665549168949974926_n.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.feature-card-3.rcard.newcard1 {
  background-image: linear-gradient(#0009 100%, #fff), url('../images/526991711_122136138116830014_5879304190925146227_n.jpg');
}

.feature-card-3.newcard12 {
  background-image: linear-gradient(#00000080 100%, #fff), url('../images/537255306_122139479066830014_2817956486252682100_n.jpg');
}

.subheading-small-4 {
  color: #fff;
  letter-spacing: -.02em;
  font-family: Outfit, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.4;
}

.paragraph-small-16 {
  color: #fff;
  letter-spacing: -.005em;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}

.icon-6 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  display: flex;
}

.column-x-large-4 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.container-large-8 {
  z-index: 2;
  width: 100%;
  max-width: 1084px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.text-block-22 {
  color: #fff;
  font-family: Outfit, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.badge-secondary-3 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: var(--_website-color---color);
  color: #1a1925;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 6px 12px 8px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.hero-paragraph {
  color: #fff;
  max-width: 550px;
  margin-top: -15px;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.5;
}

.body-button-normal-4 {
  letter-spacing: normal;
  text-transform: capitalize;
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
}

.slider {
  height: 120vh;
  min-height: 750px;
}

.flex-block-12 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff26;
  border: 1px #ffffff70;
  border-radius: 100px;
  flex-flow: column;
  width: auto;
  min-width: 0;
  max-width: 200px;
  height: 100%;
  padding: 8px;
  box-shadow: 0 2px 5px #0003;
}

.flex-block-12.newf2, .flex-block-12.newf1 {
  width: 100%;
}

.slide-image {
  z-index: 3;
  background-image: linear-gradient(5deg, #000000cf, #000000a6 44%, #0000), url('../images/541353884_122141233124830014_5498455103647968113_n.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 150px;
  display: flex;
  position: relative;
}

.slide-image.slide-image-two {
  background-image: linear-gradient(5deg, #000, #000000a6 53%, #0000), url('../images/529307626_122137197746830014_5241402648024934417_n.jpg');
}

.slide-image.slide-image-two.newimg2 {
  background-image: linear-gradient(5deg, #000, #000000a6 53%, #0000), url('../images/Untitled-design-24-1.png');
}

.slide-image.slide-image-two.newimg2.newim4 {
  background-image: linear-gradient(5deg, #000, #000000a6 53%, #0000), url('../images/539260163_122139967160830014_3665549168949974926_n.jpg');
}

.slide-image.slide-image-two.newimg2.newim4.imh56 {
  background-image: linear-gradient(5deg, #000, #000000a6 53%, #0000), url('../images/526991711_122136138116830014_5879304190925146227_n.jpg');
}

.slide-image.slide-image-two.newimg2.newim4.imh56.b5l3 {
  background-image: linear-gradient(5deg, #000, #000000a6 53%, #0000), url('../images/536273236_122139108896830014_5028342323946811154_n.jpg');
}

.slide-image.newimg {
  background-image: linear-gradient(5deg, #000000cf, #000000a6 44%, #0000), url('../images/492390076_1469464894496631_4902314041561372572_n.jpg');
}

.slide-image.newimg.newimg3 {
  background-image: linear-gradient(5deg, #000000cf, #000000a6 44%, #0000), url('../images/536276481_122139310460830014_1419567876702770922_n.jpg');
}

.slide-image.newimg.newimg3.newimg5 {
  background-image: linear-gradient(5deg, #000000cf, #000000a6 44%, #0000), url('../images/537255306_122139479066830014_2817956486252682100_n.jpg');
}

.slide-image.newimg.newimg3.newimg5.newigm5 {
  background-image: linear-gradient(5deg, #000000cf, #000000a6 44%, #0000), url('../images/542258774_122141434094830014_3360371863607000943_n.jpg');
}

.slide-image.newimg.newimg3.newimg5.newigm5._53521 {
  background-image: linear-gradient(5deg, #000000cf, #000000a6 44%, #0000), url('../images/503827719_122123503622830014_7645576841771311602_n.jpg');
}

.slide-image.newimg.newimg3.newimg5.newigm5._53521._641 {
  background-image: linear-gradient(5deg, #000000cf, #000000a6 44%, #0000), url('../images/536273236_122139108896830014_5028342323946811154_n.jpg');
}

.flex-block-13 {
  flex-flow: row;
}

.navigation-toggle-2 {
  color: #fff;
  margin-left: 0;
  padding: 16px;
  font-size: 15px;
  font-weight: 500;
  transition: all .2s;
}

.navigation-toggle-2:hover {
  color: #fff;
}

.navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  height: 100%;
  min-height: auto;
  margin-bottom: -39px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-menu {
  color: #3f0a3d;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.left-arrow {
  display: none;
}

.bold-text-35 {
  letter-spacing: normal;
  font-family: Outfit, sans-serif;
  font-size: 49px;
  font-weight: 700;
}

.icon-regular-13 {
  color: #d12120;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  display: flex;
}

.icon-regular-13.new14 {
  color: #d12120;
  width: 20px;
  height: 20px;
  margin-right: 0;
}

.icon-regular-13.new14.neq {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.slider-section {
  position: relative;
}

.slide-content-wrap {
  z-index: 9;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 199px 3% 60px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-span-3 {
  -webkit-text-decoration: underline #a8252e;
  text-decoration: underline #a8252e;
}

.slider-wrapper {
  width: 100%;
  height: 100%;
}

.chevron-2 {
  margin-top: 20.5px;
  margin-right: 5px;
}

.navigation-link-03 {
  color: #fff;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  text-decoration: none;
  transition: all .45s;
  display: flex;
}

.navigation-link-03:hover {
  color: #fff;
  transform: translate(4px, -4px);
}

.button-right-icon-4 {
  background-color: var(--_website-color---color);
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 16px 32px;
  font-size: 21px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.button-right-icon-4:hover {
  background-color: var(--_website-color---color);
  box-shadow: 0 2px 5px 0 var(--_website-color---color);
  transform: translate(6px, -6px);
}

.button-right-icon-4:active {
  background-color: #160042;
}

.button-right-icon-4:focus {
  outline-offset: 0px;
  outline: 2px solid #b6b9ce;
}

.navigation-arrow-2 {
  background-color: var(--_website-color---color);
  width: 44px;
  height: 44px;
  position: absolute;
  inset: -2px auto auto;
  transform: rotate(45deg);
}

.text-block-23 {
  color: #fff;
  width: 300%;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.text-block-23.newtxt1 {
  width: 190px;
  font-size: 12px;
  font-weight: 400;
}

.navigation-list-2 {
  min-width: 290px;
}

.navigation-list-2.w--open {
  background-color: #0000;
  min-width: 290px;
  max-height: 100vh;
  padding-top: 30px;
  left: -80px;
}

.text-block-42 {
  letter-spacing: normal;
  text-transform: capitalize;
  margin-right: 9px;
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.navigation-list-wrapper-2 {
  background-color: var(--_website-color---color);
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 8px 39px 65px -10px #0000001a;
}

.navigation-list-wrapper-2.w--open {
  background-color: #fff;
  border-radius: 15px;
  min-width: 300px;
  max-height: 100vh;
  left: -97px;
  box-shadow: 0 50px 25px -50px #20355a26, 8px 18px 60px 4px #00000021;
}

.display-heading {
  color: #fff;
  letter-spacing: -.04em;
  max-width: 560px;
  margin-top: 0;
  margin-bottom: 22px;
  font-family: Outfit, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.1;
}

.button-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.nav-link-plain {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-weight: 400;
  transition: all .35s;
}

.nav-link-plain:hover {
  color: var(--_website-color---color);
}

.nav-link-plain:active, .nav-link-plain:focus-visible, .nav-link-plain[data-wf-focus-visible], .nav-link-plain:visited {
  color: #a8252e;
}

.nav-link-plain.w--current {
  color: #fff;
}

.menu-link-2 {
  font-size: 16px;
  font-weight: 500;
}

.slide {
  overflow: hidden;
}

.right-arrow {
  display: none;
}

.navigation-dropdown-1 {
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.slider-content {
  z-index: 99;
  display: block;
  position: absolute;
  inset: 0%;
}

.navigation {
  z-index: 999;
  background-color: #0000;
  border-bottom: 1px solid #ffffff1a;
  align-items: center;
  min-height: 90px;
  padding: 20px 4%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.flex-block-14 {
  flex-flow: column;
  width: 100%;
  margin-left: 5px;
}

.navigation-content {
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 20px 24px;
  display: flex;
  position: relative;
}

.flex-block-15 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 35px;
}

.slide-nav {
  justify-content: flex-end;
  margin-bottom: 35px;
  padding-right: 106px;
  display: none;
}

.line-break {
  background-color: #dddddd73;
  width: 1px;
  min-height: 25px;
  margin-left: 14px;
  margin-right: 32px;
}

.text-span-12 {
  color: var(--_website-color---color);
  text-decoration: underline;
  -webkit-text-decoration-color: var(--_website-color---color);
  text-decoration-color: var(--_website-color---color);
}

.cleaning-topbar-container-2 {
  max-width: 1200px;
}

.icon-regular-19 {
  color: #d12120;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  display: flex;
}

.icon-regular-19.new14 {
  color: var(--_website-color---color);
  width: 20px;
  height: 20px;
  margin-right: 0;
}

.icon-regular-19.new14.new12 {
  color: #fff;
  margin-right: 10px;
}

.cleaning-top-bar-2 {
  z-index: 2;
  background-color: var(--_website-color---color);
  position: relative;
}

.text-block-43 {
  color: #fff;
  margin-left: 0;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.text-block-43.newph {
  font-size: 20px;
}

.body-button-normal-5 {
  letter-spacing: normal;
  text-transform: capitalize;
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
}

.icon-regular-20 {
  color: #d12120;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  display: flex;
}

.icon-regular-20.new14 {
  color: #d12120;
  width: 20px;
  height: 20px;
  margin-right: 0;
}

.icon-regular-20.new14.neq {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.button-right-icon-5 {
  background-color: var(--_website-color---color);
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 16px 32px;
  font-size: 21px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.button-right-icon-5:hover {
  background-color: var(--_website-color---color);
  box-shadow: 0 2px 5px 0 var(--_website-color---color);
  transform: translate(6px, -6px);
}

.button-right-icon-5:active {
  background-color: #160042;
}

.button-right-icon-5:focus {
  outline-offset: 0px;
  outline: 2px solid #b6b9ce;
}

.text-block-44 {
  letter-spacing: normal;
  text-transform: capitalize;
  margin-right: 9px;
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.nav-link-plain-2 {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-weight: 400;
  transition: all .35s;
}

.nav-link-plain-2:hover {
  color: var(--_website-color---color);
}

.nav-link-plain-2:active, .nav-link-plain-2:focus-visible, .nav-link-plain-2[data-wf-focus-visible], .nav-link-plain-2:visited {
  color: #a8252e;
}

.nav-link-plain-2.w--current {
  color: #fff;
}

.text-span-13 {
  color: var(--_website-color---color);
  text-decoration: underline;
}

.title-wrapper-large-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.our-impact-purple-button-div {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.our-impact-purple-div-container-4 {
  z-index: 1;
  background-color: var(--_website-color---color);
  border-radius: 8px;
  width: 100%;
  height: 100%;
  margin-top: 20px;
  padding: 20px 30px 20px 90px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.people-image-4 {
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
}

.testimonial-group {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.home-testimonials_rating-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 200px;
  display: grid;
}

.home-testimonials_rating-wrapper-2.new1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 30px;
  display: block;
}

.home-testimonials_rating-wrapper-2.new122 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  margin-left: -5px;
  display: flex;
}

.code-embed-7 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.testimonial-author-wrapper {
  align-items: center;
  display: flex;
}

.testimonial-grid-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-56 {
  margin-left: -35px;
  margin-right: 10px;
}

.button-right-icon-6 {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #1c4bb9;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 16px 32px;
  font-size: 21px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.button-right-icon-6:hover {
  background-color: #1c4bb9;
  transform: translate(6px, -6px);
  box-shadow: 0 2px 5px #1c4bb9;
}

.button-right-icon-6:active {
  background-color: #160042;
}

.button-right-icon-6:focus {
  outline-offset: 0px;
  outline: 2px solid #b6b9ce;
}

.button-right-icon-6.newbtn {
  background-color: #fff;
}

.our-impact-purple-block-text-div-3 {
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  padding-right: 84px;
  display: flex;
}

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

.b-badge {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.avatar {
  background-color: var(--_website-color---color);
  border-radius: 100px;
  width: 52px;
  height: 52px;
  margin-right: 14px;
}

.h2-heading-3 {
  color: #000;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
}

.author-name-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.b-badge-caption {
  color: #000;
  letter-spacing: normal;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.8;
}

.label-medium {
  color: #000;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
}

.label-medium.text-weight-medium {
  color: #000;
  font-weight: 300;
}

.text-span-14 {
  color: var(--_website-color---color);
  text-decoration: underline;
}

.testimonial-author-name-2 {
  color: #000;
  letter-spacing: -.02em;
  white-space: nowrap;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.testimonial-wrapper-2 {
  margin-top: -20px;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
}

.b-badge-icon {
  color: #fabd1b;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
}

.paragraph-large-11 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.paragraph-large-11.text-color-gray-950 {
  color: #000;
  font-size: 17px;
}

.title-caption {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #ff443d;
  flex-direction: row;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.our-impact-purple-text-3 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.body-button-normal-6 {
  color: #fff;
  letter-spacing: normal;
  text-transform: capitalize;
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
}

.body-button-normal-6.newtxt1 {
  color: var(--_website-color---color);
}

.testimonial-card-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-right: 6px #d12120;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  box-shadow: 0 2px 5px #0003, 0 2px 5px #0003;
}

.text-span-15 {
  color: var(--_website-color---color);
  text-decoration: underline;
}

.flex-block-16 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.h3-heading-4 {
  color: #fff;
  text-align: center;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 55px;
}

.h3-heading-4.newheading {
  color: #000;
  text-align: center;
}

.testimonial-wrapper-5 {
  margin-bottom: 20px;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
}

.paragraph-regular-26 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.6;
}

.paragraph-regular-26.newdesc {
  color: #000;
  margin-top: 10px;
  font-weight: 300;
}

.footer-column-3 {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.code-embed-6 {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 5px #0003;
}

.code-embed-6.new41 {
  width: 275px;
}

.text-span-16 {
  text-decoration: underline;
}

.body-button-normal-7 {
  letter-spacing: normal;
  text-transform: capitalize;
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
}

.f-h4-heading {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Outfit, sans-serif;
  font-size: 25px;
  line-height: 1.2;
}

.feature-card-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff0;
  background-image: linear-gradient(#00000080 100%, #fff), url('../images/IMG_5916-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 1px #eeeef0;
  border-radius: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 85px 24px 28px;
  display: flex;
  position: relative;
  box-shadow: 0 40px 50px #00000040;
}

.feature-card-4.newcard2, .feature-card-4.newcard1 {
  background-color: #a8252e;
  background-image: none;
  width: 400px;
  margin-top: 0;
}

.f-paragraph-regular {
  color: #000;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

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

.f-image-cover {
  object-fit: cover;
  width: 100%;
  height: 500px;
}

.f-blog-line-normal {
  background-color: #e4e6f1;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.subheading-small-5 {
  color: #fff;
  letter-spacing: -.02em;
  font-family: Outfit, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
}

.paragraph-small-17 {
  color: #fff;
  letter-spacing: -.005em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

.button-right-icon-7 {
  background-color: var(--_website-color---color);
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 16px 32px;
  font-size: 21px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.button-right-icon-7:hover {
  background-color: #a8252e;
  transform: translate(6px, -6px);
  box-shadow: 0 2px 5px #a8252e;
}

.button-right-icon-7:active {
  background-color: #160042;
}

.button-right-icon-7:focus {
  outline-offset: 0px;
  outline: 2px solid #b6b9ce;
}

.f-blog-thumbnail-xl {
  border-radius: 8px;
  height: 100%;
  overflow: hidden;
}

.icon-7 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  display: flex;
}

.paragraph-regular-8 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-regular-8.text-color-gray-800 {
  color: #fff;
  width: 500px;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 300;
}

.paragraph-regular-8.text-color-gray-800.nl4 {
  color: #000;
  width: auto;
}

.f-blog-wrapper {
  position: relative;
}

.f-blog-wrapper.ml {
  border-left: 1px solid var(--_website-color---color);
  padding-left: 5%;
}

.flex-block-17 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 35px;
}

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

.f-section-large {
  z-index: 5;
  margin-bottom: -21px;
  padding: 92px 5%;
  position: relative;
}

.f-h5-heading {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 32px;
  line-height: 1.4;
}

.f-blog-grid {
  grid-column-gap: 70px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 4fr .25fr;
}

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

.body-button-normal-8 {
  letter-spacing: normal;
  text-transform: capitalize;
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
}

.nav-menu-2 {
  color: #3f0a3d;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.icon-regular-21 {
  color: #d12120;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  display: flex;
}

.icon-regular-21.new14 {
  color: #d12120;
  width: 20px;
  height: 20px;
  margin-right: 0;
}

.icon-regular-21.new14.neq {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.button-right-icon-8 {
  background-color: var(--_website-color---color);
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 16px 32px;
  font-size: 21px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.button-right-icon-8:hover {
  background-color: var(--_website-color---color);
  transform: translate(6px, -6px);
}

.button-right-icon-8:active {
  background-color: #160042;
}

.button-right-icon-8:focus {
  outline-offset: 0px;
  outline: 2px solid #b6b9ce;
}

.navigation-arrow-3 {
  background-color: var(--_website-color---color);
  width: 44px;
  height: 44px;
  position: absolute;
  inset: -2px auto auto;
  transform: rotate(45deg);
}

.text-block-45 {
  letter-spacing: normal;
  text-transform: capitalize;
  margin-right: 9px;
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.navigation-list-wrapper-3 {
  background-color: var(--_website-color---color);
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 8px 39px 65px -10px #0000001a;
}

.navigation-list-wrapper-3.w--open {
  background-color: #fff;
  border-radius: 15px;
  min-width: 300px;
  max-height: 100vh;
  left: -97px;
  box-shadow: 0 50px 25px -50px #20355a26, 8px 18px 60px 4px #00000021;
}

.nav-link-plain-3 {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-weight: 400;
  transition: all .35s;
}

.nav-link-plain-3:hover {
  color: #fff;
}

.nav-link-plain-3:active, .nav-link-plain-3:focus-visible, .nav-link-plain-3[data-wf-focus-visible], .nav-link-plain-3:visited {
  color: #a8252e;
}

.nav-link-plain-3.w--current {
  color: #fff;
}

.body-button-normal-9 {
  letter-spacing: normal;
  text-transform: capitalize;
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
}

.navigation-container-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  height: 100%;
  min-height: auto;
  margin-bottom: -39px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-menu-3 {
  color: #3f0a3d;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.icon-regular-22 {
  color: #d12120;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  display: flex;
}

.icon-regular-22.new14 {
  color: #d12120;
  width: 20px;
  height: 20px;
  margin-right: 0;
}

.icon-regular-22.new14.neq {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.text-block-46 {
  letter-spacing: normal;
  text-transform: capitalize;
  margin-right: 9px;
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.body-button-normal-10 {
  letter-spacing: normal;
  text-transform: capitalize;
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
}

@media screen and (min-width: 1280px) {
  .text-block-17 {
    font-weight: 600;
  }

  .button-secondary-l-2 {
    background-color: #ede32c;
    border-radius: 6px;
    transition: all .45s, border-color .4s, background-color .4s, color .4s;
  }

  .button-secondary-l-2:hover {
    transform: translate(4px, -4px);
  }

  .button-secondary-l-2.newbtn {
    background-color: #272e6c;
    border-radius: 6px;
  }

  .button-secondary-l-2.newbtn.new1:hover {
    transform: translate(-4px, -4px);
  }

  .icon-small-2 {
    color: #fff;
    margin-left: 2px;
  }
}

@media screen and (min-width: 1440px) {
  .content-section {
    padding-bottom: 20px;
  }

  .section-large-2.overflow-hidden {
    z-index: 4;
    margin-top: -106px;
    margin-bottom: -60px;
    padding-top: 14px;
  }

  .section-large-2.overflow-hidden.new {
    margin-top: 0;
    overflow: visible;
  }

  .section-large-2.overflow-hidden {
    overflow: visible;
  }

  .section-large-2.overflow-hidden.n1 {
    margin-top: 110px;
  }

  .section-large-2.overflow-hidden {
    z-index: 4;
    margin-top: -130px;
    margin-bottom: -60px;
    padding-top: 75px;
    padding-bottom: 100px;
  }

  .section-small-3.background-secondary {
    background-color: #f7f8fb;
    padding-top: 100px;
  }

  .section-regular {
    padding-bottom: 155px;
  }

  .h2-heading-3 {
    letter-spacing: normal;
    font-size: 49px;
    font-weight: 800;
  }

  .testimonial-card-2 {
    box-shadow: 0 2px 5px #0003;
  }
}

@media screen and (max-width: 991px) {
  .cleaning-nav-menu-wrapper {
    background-color: #0000;
  }

  .navigation-menu-list {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-direction: column;
  }

  .cleaning-top-bar-blue-bg-2 {
    background-color: #fff0;
    transform: none;
  }

  .navigation-side-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    max-width: none;
  }

  .cleaning-list-item {
    text-align: left;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .button-primary-small {
    display: flex;
  }

  .navigation-menu {
    background-color: #fff;
    border-bottom: 1px solid #e3e3e3;
    border-radius: 8px;
    width: 100%;
    padding: 16px 3%;
  }

  .cleaning-social-block {
    background-color: #fff;
  }

  .google-reviews-wrapper {
    justify-content: flex-start;
  }

  .navigation-button-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    display: flex;
  }

  .header-section {
    padding-top: 64px;
  }

  .header-content {
    max-width: 600px;
  }

  .navigation-logo {
    flex: none;
  }

  .navigation-dropdown {
    width: 100%;
  }

  .cleaning-nav-link {
    color: #1d262d;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-mobile__background-2 {
    z-index: 997;
    background-color: #43b97f;
    width: 100vw;
    height: 100vh;
    padding: 1rem 0 0 2rem;
    display: block;
    position: fixed;
    inset: 0;
  }

  .logo {
    object-fit: cover;
  }

  .nav-main__container-2 {
    z-index: 1;
    height: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .navigation-link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .navigation-dropdown-list-regular.w--open {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    box-shadow: none;
    border-radius: 12px;
    flex-direction: column;
    width: 100%;
    margin-top: 0;
    padding: 8px 10px;
    position: static;
  }

  .logo2_logo {
    max-height: 2.5rem;
  }

  .cleaning-top-bar {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #0a66c266;
  }

  .navigation-divider {
    width: 1px;
    height: auto;
  }

  .cleaning-contact-block {
    margin-left: 0;
  }

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

  .menu-button-3 {
    color: #fff;
    background-color: #ff5805;
    padding: 8px;
  }

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

  .cleaning-nav-menu {
    background-color: #fff;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: flex-start;
    padding: 20px;
    display: flex;
  }

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

  .navigation-bar {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .navigation-dropdown-toggle {
    justify-content: space-between;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .navigation-menu-button {
    padding: 12px;
  }

  .navigation-menu-button.w--open {
    background-color: #141414;
    border-radius: 8px;
  }

  .header-image-block {
    max-width: none;
    min-height: auto;
    max-height: 600px;
  }

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

  .content-wrap {
    padding-top: 0%;
  }

  .content-grid-2 {
    grid-column-gap: 24px;
    grid-row-gap: 44px;
    grid-template-columns: 1fr;
  }

  .content-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .column-3x-large {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

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

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

  .section-large-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .expand-icon {
    width: 20px;
    position: absolute;
    bottom: 10px;
    right: 20px;
  }

  .contact-map-button-inner {
    padding: 16px;
  }

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

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

  .contact-map-button {
    padding: 24px;
  }

  .contact-map-right {
    height: 600px;
  }

  .form-card {
    max-width: none;
  }

  .grid-two-column, .heading-grid {
    grid-template-columns: 1fr;
  }

  .footer-legal-wrap-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: center;
  }

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

  .footer-column-2 {
    padding-right: 20px;
  }

  .brand {
    margin-right: 10px;
    padding: 0;
  }

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

  .button-secondary {
    background-image: linear-gradient(#ffffff1f, #fff0);
  }

  .feature-image-wrapper {
    display: none;
  }

  .feature-dashboard {
    width: 100%;
    position: static;
  }

  .grid-two-column-3, .grid-two-column-4 {
    grid-template-columns: 1fr;
  }

  .slider {
    height: 80vh;
  }

  .navigation-toggle-2 {
    width: 100%;
    padding-left: 16px;
  }

  .navigation-toggle-2.w--open {
    width: 100%;
  }

  .navigation-container {
    min-height: auto;
    position: relative;
  }

  .menu-button-green {
    color: #fff;
    border: 1px solid #ffffff1a;
  }

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

  .nav-menu {
    color: #fff;
    background-color: #000;
    height: auto;
  }

  .chevron-2 {
    margin-right: 20px;
  }

  .navigation-list-2.w--open {
    width: 100%;
    padding-top: 0;
    position: relative;
    left: auto;
  }

  .navigation-list-wrapper-2 {
    box-shadow: none;
  }

  .nav-link-plain {
    color: #fff;
    width: 100%;
  }

  .nav-link-plain:hover {
    color: #fff;
  }

  .navigation-dropdown-1 {
    margin-left: 0;
    margin-right: 0;
  }

  .navigation-content {
    width: 100%;
  }

  .line-break {
    display: none;
  }

  .cleaning-top-bar-2 {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #0a66c266;
  }

  .nav-link-plain-2 {
    color: #fff;
    width: 100%;
  }

  .nav-link-plain-2:hover {
    color: #fff;
  }

  .our-impact-purple-button-div {
    width: auto;
  }

  .our-impact-purple-div-container-4 {
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .our-impact-purple-block-text-div-3 {
    width: auto;
  }

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

  .nav-menu-2 {
    color: #fff;
    background-color: #000;
    height: auto;
  }

  .navigation-list-wrapper-3 {
    box-shadow: none;
  }

  .nav-link-plain-3 {
    color: #fff;
    width: 100%;
  }

  .nav-link-plain-3:hover {
    color: #fff;
  }

  .navigation-container-2 {
    min-height: auto;
    position: relative;
  }

  .menu-button-green-2 {
    color: #fff;
    border: 1px solid #ffffff1a;
  }

  .menu-button-green-2.w--open {
    background-color: #000;
  }

  .nav-menu-3 {
    color: #fff;
    background-color: #000;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .cleaning-list-item {
    padding-top: 0;
  }

  .brix---icon-mg-top {
    margin-top: 0;
  }

  .nav-logo {
    padding-left: 0;
  }

  .cleaning-nav-link {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .navigation-buttons-2 {
    display: none;
  }

  .nav-mobile__background-2 {
    padding-top: 1.2rem;
    padding-left: 1rem;
    display: none;
  }

  .brix---footer-list-item {
    margin-bottom: 10px;
  }

  .nav-main__container-2 {
    height: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .top {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
  }

  .logo2_logo {
    max-height: 2rem;
  }

  .navigation-divider {
    width: 100%;
    height: 1px;
  }

  .cleaning-contact-block {
    margin-top: 10px;
  }

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

  .cleaning-nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navigation-dropdown-content {
    flex-flow: column;
  }

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

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

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

  .h2-heading-6 {
    font-size: 40px;
  }

  .contact-map-right {
    aspect-ratio: auto;
  }

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

  .footer-column-2 {
    padding-right: 0;
  }

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

  .heading-pattern {
    margin-right: -20px;
    padding-right: 20px;
  }

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

  .slider {
    min-height: 760px;
  }

  .slide-content-wrap {
    background-image: none;
    background-position: 0 100%;
    background-repeat: repeat;
    background-size: 125px;
  }

  .display-heading {
    font-size: 62px;
  }

  .our-impact-purple-div-container-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .our-impact-purple-block-text-div-3 {
    padding-right: 10px;
  }

  .b-badge-caption {
    margin-right: 8px;
    display: inline;
  }

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

  .footer-column-3 {
    padding-right: 0;
  }

  .f-h4-heading {
    font-size: 36px;
  }

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

@media screen and (max-width: 479px) {
  .footer-text-link {
    font-size: 16px;
  }

  .cleaning-nav-menu-wrapper {
    background-color: #1e2022;
    flex-flow: column;
    height: 200vh;
    padding-left: 5%;
    display: flex;
  }

  .image-46 {
    max-width: 15%;
  }

  .cleaning-top-bar-blue-bg-2 {
    z-index: 10;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #0000;
    width: 75%;
    height: 61px;
    margin-left: -60px;
    display: block;
    position: static;
    inset: 0% auto 0% 0%;
    overflow: visible;
    transform: skew(40deg);
  }

  .container-regular {
    padding-left: 0%;
    padding-right: 0%;
  }

  .cleaning-list-item {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .cleaning-list-item.page {
    color: #fff;
    width: 25%;
  }

  .nombre-etoile {
    font-family: Montserrat, sans-serif;
    font-weight: 800;
  }

  .button-right-icon {
    background-color: #e77c0c;
    border-radius: 2px;
    width: 100%;
    transform: skew(-4deg);
  }

  .button-right-icon:hover {
    background-color: #f5830d;
    transform: translate(6px, -6px)skew(-4deg);
    box-shadow: 0 2px 5px #f5830d;
  }

  .button-right-icon.newbtn {
    background-color: #222;
  }

  .button-right-icon.newbtn:hover {
    box-shadow: none;
  }

  .paragraph-x-large {
    color: #fff;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 28px;
  }

  .brix---paragraph-default-11 {
    color: #fff;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 17px;
    line-height: 28px;
  }

  .brix---paragraph-default-11.ntetxt {
    text-align: center;
    font-size: 16px;
  }

  .brix---paragraph-default-11.ntetxt.newtext {
    margin-top: 0;
    font-size: 16px;
  }

  .cleaning-topbar-container {
    background-color: var(--_website-color---color);
  }

  .subheading-small.text-color-gray-500 {
    color: #fff;
  }

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

  .icon-regular {
    color: #fff;
  }

  .google-reviews-wrapper {
    text-align: center;
    justify-content: center;
    margin-top: -2px;
    margin-bottom: -10px;
  }

  .flex-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .cleaning-navbar-no-shadow {
    display: block;
  }

  .column-large {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .header-section {
    background-color: #f8f6f600;
    background-image: linear-gradient(#00000073 100%, #fff), url('../images/residential-roofing-texas.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .header-content {
    margin-top: 100px;
  }

  .line-wrap-2 {
    z-index: 20000;
    width: 40px;
    height: 40px;
    margin-right: 0;
    position: static;
  }

  .brix---icon-mg-top {
    margin-top: 0;
  }

  .cleaning-nav-link {
    color: #fff;
  }

  .overline-5.text-color-white {
    font-size: 14px;
  }

  .overline-5.text-color-white.newt {
    font-weight: 600;
  }

  .nav-mobile__background-2 {
    background-color: #161616;
    padding-left: 0;
    display: none;
  }

  .logo {
    flex: none;
    margin-top: -35px;
    margin-bottom: 0;
  }

  .brix---footer-list-item {
    margin-bottom: 8px;
  }

  .body-button-normal {
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
  }

  .nav-main__container-2 {
    z-index: 2;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 4rem;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-family: Varela Round, sans-serif;
    display: flex;
    position: relative;
  }

  .contact-block {
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
  }

  .cleaning-navbar-container {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #0000;
  }

  .top {
    z-index: 11;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #0000;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-top: -60px;
    position: absolute;
  }

  .content-link {
    justify-content: center;
    align-items: center;
  }

  .content-link.mewcontent {
    margin-top: -20px;
  }

  .logo2_logo {
    max-height: none;
  }

  .brix---footer-list-wrapper-3 {
    margin-top: -40px;
  }

  .cleaning-top-bar {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #0000;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .navigation-button-group {
    display: none;
  }

  .heading {
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    font-family: Outfit, sans-serif;
    font-size: 35px;
    font-style: italic;
    font-weight: 700;
    line-height: 45px;
  }

  .brix---link-text-3 {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
  }

  .brix---link-text-3.nre1 {
    font-size: 16px;
  }

  .contact-topbar {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    display: none;
  }

  .brix---link-wrapper-color-primary-3 {
    color: #0057bf;
    font-weight: 700;
  }

  .column-regular-3 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .icon-right {
    width: 28px;
    height: 28px;
  }

  .icon-right.newicon {
    width: 24px;
    height: 24px;
  }

  .text-span {
    -webkit-text-fill-color: transparent;
    background-color: #e77c0c;
    background-image: linear-gradient(#e77c0c, #ff8a0f);
    -webkit-background-clip: text;
    background-clip: text;
  }

  .icon-regular-11 {
    color: #d12120;
    margin-right: 5px;
  }

  .header-grid {
    margin-top: -30px;
  }

  .menu-button-3 {
    background-color: #6c7c6000;
    border-radius: 12px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu-button-3.w--open {
    background-color: #6c7c6000;
  }

  .text-block-3 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
  }

  .cleaning-nav-menu {
    background-color: #fff0;
    flex-direction: column;
    display: none;
  }

  .footer-column {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    align-items: flex-start;
  }

  .footer-column.nc {
    margin-bottom: 40px;
  }

  .subheading-regular-6 {
    font-size: 20px;
  }

  .navigation-bar {
    background-color: #fff0;
    width: 100%;
  }

  .people-image {
    max-width: 30%;
    margin-left: 0;
  }

  .icon-regular-8 {
    color: #fff;
    margin-right: 5px;
  }

  .icon-regular-8.newicon {
    color: #fff;
  }

  .header-image-block {
    padding: 24px 16px;
    display: none;
  }

  .menu-line-2 {
    background-color: #fff;
    border-radius: 8px;
    width: 40px;
    height: 2px;
  }

  .column-x-large-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: flex-start;
  }

  .button-right-icon-2 {
    background-color: var(--_website-color---color);
    border-radius: 2px;
    width: 100%;
    margin-top: 20px;
    font-size: 18px;
    transform: skew(-4deg);
  }

  .button-right-icon-2:hover {
    background-color: var(--_website-color---color);
    box-shadow: 0 2px 5px 0 var(--_website-color---color);
    transform: translate(6px, -6px)skew(-4deg);
  }

  .body-button-normal-2 {
    text-transform: capitalize;
    font-family: Outfit, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
  }

  .icon-right-2 {
    width: 28px;
    height: 28px;
  }

  .flex-block-10.newf2 {
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
  }

  .flex-block-10.newf1 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
    position: static;
  }

  .flex-block-7 {
    z-index: 1;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }

  .blog-card {
    flex-direction: column;
  }

  .blog-card.card2 {
    top: 0;
  }

  .blog-card.card2.card9.card10.card11 {
    background-image: linear-gradient(#0009 100%, #fff), url('../images/533513217_122137969382830014_5907337356159542427_n.jpg');
  }

  .blog-card.card2.card9.card10.card12 {
    background-image: linear-gradient(#0009 100%, #fff), url('../images/518399203_122132854484830014_8744364699537831543_n.jpg');
  }

  .blog-card.card4 {
    top: 0;
  }

  .blog-content-wrapper {
    width: 100%;
  }

  .title-heading {
    margin-bottom: -25px;
  }

  .blog-title {
    font-size: 25px;
  }

  .blog-section {
    padding: 5% 5% 15%;
  }

  .content-h2 {
    font-size: 30px;
    line-height: 34px;
  }

  .content-wrap, .content-section {
    padding-bottom: 0;
  }

  .content-image {
    height: 100%;
  }

  .h3-heading-3.text-balance.newt {
    font-size: 19px;
  }

  .h3-heading-3.text-balance {
    font-size: 27px;
  }

  .section-large-2.overflow-hidden {
    padding-top: 50px;
  }

  .code-embed-3 {
    background-color: var(--_website-color---color);
    color: var(--_website-color---color);
  }

  .paragraph-regular-22.newdesc {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
  }

  .title-wrapper-large-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .h3-heading-2 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 40px;
  }

  .h3-heading-2.newheading {
    font-size: 25px;
    line-height: 35px;
  }

  .flex-block-6 {
    flex-flow: column;
  }

  .lightbox-link-3.image5 {
    background-image: url('../images/IMG_5071.webp');
    width: 100%;
  }

  .lightbox-link-3.image3.an {
    background-image: url('../images/tempImage82qYZ1.webp');
    width: 100%;
  }

  .lightbox-link-3.image3.an.a3 {
    background-image: url('../images/IMG_9765.webp');
    width: 100%;
  }

  .lightbox-link-3.image4 {
    background-image: url('../images/IMG_4625.webp');
    width: 100%;
  }

  .lightbox-link-3.image2._6.an {
    background-image: url('../images/istockphoto-1310643662-612x612.jpg');
    width: 100%;
  }

  .lightbox-link-3.image2._6.an.a2 {
    background-image: url('../images/Asphalt-Shingles-Roof-Installation-Johns-Roofing-–-DFW-Rockwall-Roof-Contractor.jpg');
    width: 100%;
  }

  .lightbox-link-3.image6 {
    background-image: url('../images/IMG_5110.webp');
    width: 100%;
  }

  .lightbox-link-3.image1.ani {
    background-image: url("https://cdn.prod.website-files.com/68b71413ce1bbc1db984408e/68b71413ce1bbc1db98440c2_'fg.webp");
    width: 100%;
  }

  .lightbox-link-3.image1.ani.a1 {
    background-image: url('../images/1.png');
    width: 100%;
  }

  .bold-text-40 {
    font-family: Outfit, sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 37px;
  }

  .section-small-3.background-secondary.newsec {
    margin-bottom: -35px;
    padding-bottom: 62px;
  }

  .section-small-3.background-secondary.newsec.newsec1.invs1 {
    background-image: none;
    flex-flow: column;
    display: flex;
  }

  .section-small-3.background-secondary.newsec.newsec1.invs1.ml {
    margin-bottom: 0;
    padding-top: 60px;
  }

  .section-small-3.background-secondary {
    background-color: #f3f3f3;
    display: block;
  }

  .body-button-normal-3 {
    text-transform: capitalize;
    font-family: Outfit, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
  }

  .body-button-normal-3.n2 {
    font-size: 16px;
  }

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

  .section-regular {
    padding-top: 50px;
  }

  .button-right-icon-3 {
    background-color: var(--_website-color---color);
    border-radius: 2px;
    width: 100%;
    margin-top: 20px;
    font-size: 18px;
  }

  .button-right-icon-3:hover {
    background-color: var(--_website-color---color);
    box-shadow: 0 2px 5px 0 var(--_website-color---color);
    transform: translate(6px, -6px)skew(-4deg);
  }

  .code-embed-4 {
    width: 100%;
  }

  .icon-5 {
    color: var(--_website-color---color);
  }

  .grid-two-column, .heading-grid {
    grid-template-columns: 1fr;
  }

  .contact-map-card {
    width: auto;
    max-width: none;
    right: 12px;
  }

  .paragraph-x-large-3 {
    line-height: 26px;
  }

  .icon-regular-12 {
    color: #fff;
    margin-right: 5px;
  }

  .footer-legal-wrap-2 {
    align-items: center;
  }

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

  .paragraph-small-15 {
    text-align: center;
    width: 205px;
  }

  .logo-2.new-logo {
    margin-left: 5%;
  }

  .container {
    padding-top: 150px;
  }

  .container.newcont {
    padding-top: 0;
  }

  .footer-column-2 {
    margin-bottom: 30px;
  }

  .footer-legal-links-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    display: none;
  }

  .footer {
    padding-top: 15px;
  }

  .code-embed-5, .code-embed-5.new41 {
    width: 100%;
  }

  .brix---link-text-4 {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .brix---link-text-4.nre1 {
    font-size: 16px;
  }

  .content-wrap-2 {
    margin-top: -60px;
    margin-bottom: 40px;
  }

  .short-image {
    width: 100%;
    height: 450px;
    margin-top: -90px;
    margin-left: 0;
  }

  .h2.body-color {
    font-family: Outfit, sans-serif;
    font-size: 30px;
    line-height: 40px;
  }

  .playbuttonwrapper {
    clear: none;
    width: 80px;
    height: 80px;
    position: relative;
    top: 0%;
    left: 40%;
  }

  .playbuttonwrapper.new12 {
    position: relative;
    top: 275%;
    bottom: 0%;
  }

  .playbuttonwrapper.new12.new1113 {
    top: -235px;
    left: 35%;
  }

  .container-4.newsec {
    flex-flow: column;
  }

  .section-14 {
    width: auto;
    margin-bottom: -42px;
    margin-right: 0;
    position: relative;
  }

  .home-testimonials_rating-icon.newstar {
    margin-left: 5px;
  }

  .section.reverse-color {
    padding-top: 0;
  }

  .section.reverse-color.newsec.n1111 {
    background-image: linear-gradient(#000000bf 100%, #fff), url('../images/509644473_743795175264567_3881975688596946599_n.jpg');
    padding-top: 300px;
    padding-bottom: 200px;
    display: flex;
  }

  .testimonial-review-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .grid_1-2 {
    padding-top: 0;
  }

  .grid_1-2.newsec {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
  }

  .column-regular-5.column-left {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .button-group {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .column-x-large-3 {
    text-align: center;
  }

  .bold-text-41 {
    font-size: 38px;
  }

  .badge-secondary-3 {
    background-color: var(--_website-color---color);
  }

  .body-button-normal-4 {
    text-transform: capitalize;
    font-family: Outfit, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
  }

  .slider {
    height: 110vh;
  }

  .flex-block-12.newf2 {
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
  }

  .flex-block-12.newf1 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
    position: static;
  }

  .navigation-container {
    margin-top: -60px;
    margin-bottom: -80px;
    padding-top: 0;
  }

  .menu-button-green {
    background-color: var(--_website-color---color);
    border-radius: 6px;
    margin-right: 5%;
  }

  .menu-button-green.w--open {
    margin-right: 5%;
  }

  .nav-menu {
    opacity: 0;
    width: 100%;
    height: 100vh;
    padding-left: 5%;
    padding-right: 5%;
    display: none;
  }

  .bold-text-35 {
    font-size: 38px;
    line-height: 1.2;
  }

  .icon-regular-13 {
    color: #d12120;
    margin-right: 5px;
  }

  .slide-content-wrap {
    padding: 5%;
  }

  .button-right-icon-4 {
    background-color: var(--_website-color---color);
    border-radius: 8px;
    width: 100%;
    margin-top: 20px;
    font-size: 18px;
  }

  .button-right-icon-4:hover {
    background-color: var(--_website-color---color);
    box-shadow: 0 2px 5px 0 var(--_website-color---color);
    transform: translate(6px, -6px)skew(-4deg);
  }

  .navigation-arrow-2, .navigation-list-wrapper-2 {
    background-color: #a8252e;
  }

  .display-heading {
    font-size: 34px;
    line-height: 1.2;
  }

  .button-row {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: row;
    align-items: stretch;
    width: 100%;
  }

  .navigation-dropdown-1 {
    width: 100%;
  }

  .slider-content {
    padding-top: 0;
  }

  .navigation {
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .flex-block-15 {
    z-index: 1;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }

  .cleaning-topbar-container-2 {
    background-color: var(--_website-color---color);
  }

  .icon-regular-19 {
    color: #d12120;
    margin-right: 5px;
  }

  .icon-regular-19.new14 {
    color: var(--_website-color---color);
  }

  .cleaning-top-bar-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #0000;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .body-button-normal-5 {
    text-transform: capitalize;
    font-family: Outfit, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
  }

  .icon-regular-20 {
    color: #d12120;
    margin-right: 5px;
  }

  .button-right-icon-5 {
    background-color: #a8252e;
    border-radius: 2px;
    width: 100%;
    margin-top: 20px;
    font-size: 18px;
    transform: skew(-4deg);
  }

  .button-right-icon-5:hover {
    background-color: #a8252e;
    transform: translate(6px, -6px)skew(-4deg);
    box-shadow: 0 2px 5px #a8252e;
  }

  .our-impact-purple-div-container-4 {
    flex-flow: column;
    display: flex;
  }

  .people-image-4 {
    max-width: 100%;
    margin-left: 0;
  }

  .home-testimonials_rating-wrapper-2 {
    align-items: center;
    display: flex;
  }

  .button-right-icon-6 {
    background-color: #1c4bb9;
    border-radius: 8px;
    width: 100%;
    margin-top: 20px;
    font-size: 18px;
  }

  .button-right-icon-6:hover {
    background-color: #1c4bb9;
    transform: translate(6px, -6px)skew(-4deg);
    box-shadow: 0 2px 5px #1c4bb9;
  }

  .button-right-icon-6.newbtn:hover {
    box-shadow: none;
    background-color: #fff;
  }

  .our-impact-purple-block-text-div-3 {
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }

  .h2-heading-3 {
    color: #000;
    font-size: 32px;
  }

  .b-badge-caption {
    color: #000;
  }

  .label-medium.text-weight-medium {
    color: #000;
    font-weight: 300;
  }

  .testimonial-author-name-2 {
    color: #000;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
  }

  .paragraph-large-11.text-color-gray-950 {
    color: #000;
    font-weight: 300;
    line-height: 23px;
  }

  .body-button-normal-6 {
    text-transform: capitalize;
    font-family: Outfit, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
  }

  .testimonial-card-2 {
    background-color: #f3f3f3;
  }

  .flex-block-16 {
    flex-flow: column;
  }

  .h3-heading-4 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 40px;
  }

  .h3-heading-4.newheading {
    font-size: 25px;
    line-height: 35px;
  }

  .paragraph-regular-26.newdesc {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
  }

  .footer-column-3 {
    margin-bottom: 30px;
  }

  .code-embed-6 {
    width: 100%;
  }

  .code-embed-6.new41 {
    width: 100%;
    height: 300px;
  }

  .text-span-16 {
    color: #fff;
    text-decoration: underline;
  }

  .body-button-normal-7 {
    text-transform: capitalize;
    font-family: Outfit, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
  }

  .feature-card-4.newcard2, .feature-card-4.newcard1 {
    background-color: #a8252e;
    background-image: none;
    width: 100%;
  }

  .button-right-icon-7 {
    background-color: #a8252e;
    border-radius: 2px;
    width: 100%;
    margin-top: 20px;
    font-size: 18px;
    transform: skew(-4deg);
  }

  .button-right-icon-7:hover {
    background-color: #a8252e;
    transform: translate(6px, -6px)skew(-4deg);
    box-shadow: 0 2px 5px #a8252e;
  }

  .paragraph-regular-8.text-color-gray-800 {
    width: auto;
  }

  .f-blog-wrapper {
    display: block;
  }

  .f-blog-wrapper.ml {
    display: none;
  }

  .flex-block-17 {
    flex-flow: column;
  }

  .f-section-large {
    z-index: 5;
  }

  .f-h5-heading {
    color: #000;
    font-family: Outfit, sans-serif;
    font-size: 30px;
  }

  .f-blog-grid {
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .body-button-normal-8 {
    text-transform: capitalize;
    font-family: Outfit, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
  }

  .nav-menu-2 {
    width: 100%;
    height: 100vh;
    padding-left: 5%;
    padding-right: 5%;
  }

  .icon-regular-21 {
    color: #d12120;
    margin-right: 5px;
  }

  .button-right-icon-8 {
    color: var(--_website-color---color);
    background-color: #fff;
    border-radius: 2px;
    width: 100%;
    margin-top: 20px;
    font-size: 18px;
  }

  .button-right-icon-8:hover {
    background-color: #fff;
    transform: translate(6px, -6px);
  }

  .navigation-arrow-3, .navigation-list-wrapper-3 {
    background-color: var(--_website-color---color);
  }

  .body-button-normal-9 {
    text-transform: capitalize;
    font-family: Outfit, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
  }

  .menu-button-green-2 {
    background-color: var(--_website-color---color);
    border-radius: 6px;
    margin-right: 5%;
  }

  .menu-button-green-2.w--open {
    margin-right: 5%;
  }

  .nav-menu-3 {
    background-color: var(--_website-color---color);
    width: 100%;
    height: 100vh;
    padding-left: 5%;
    padding-right: 5%;
  }

  .icon-regular-22 {
    color: #d12120;
    margin-right: 5px;
  }

  .body-button-normal-10 {
    text-transform: capitalize;
    font-family: Outfit, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
  }
}

#w-node-_627f13b2-1655-9330-3d01-1b380647a69c-b984408d, #w-node-_53abca3b-ca6a-46d1-1656-81dc656895fa-b984408d, #w-node-_99b895b9-ad6f-67a8-9862-ca6e1ad1e019-b984408d, #w-node-_627f13b2-1655-9330-3d01-1b380647a68e-6606ac68, #w-node-_627f13b2-1655-9330-3d01-1b380647a69c-6606ac68, #w-node-_1f1b3e2d-5d0d-dc0d-da29-0fe77f08cb33-6606ac68, #w-node-_1f1b3e2d-5d0d-dc0d-da29-0fe77f08cbb1-6606ac68, #w-node-b273e680-25f5-3370-edef-62f378ef8194-6606ac68, #w-node-_627f13b2-1655-9330-3d01-1b380647a68e-63201ae7, #w-node-_627f13b2-1655-9330-3d01-1b380647a69c-63201ae7, #w-node-_1f1b3e2d-5d0d-dc0d-da29-0fe77f08cb33-63201ae7, #w-node-_1f1b3e2d-5d0d-dc0d-da29-0fe77f08cbb1-63201ae7, #w-node-b273e680-25f5-3370-edef-62f378ef8194-63201ae7, #w-node-_627f13b2-1655-9330-3d01-1b380647a68e-15027569, #w-node-_627f13b2-1655-9330-3d01-1b380647a69c-15027569, #w-node-_1f1b3e2d-5d0d-dc0d-da29-0fe77f08cb33-15027569, #w-node-_1f1b3e2d-5d0d-dc0d-da29-0fe77f08cbb1-15027569, #w-node-b273e680-25f5-3370-edef-62f378ef8194-15027569, #w-node-_627f13b2-1655-9330-3d01-1b380647a68e-cd681047, #w-node-_627f13b2-1655-9330-3d01-1b380647a69c-cd681047, #w-node-_1f1b3e2d-5d0d-dc0d-da29-0fe77f08cb33-cd681047, #w-node-_1f1b3e2d-5d0d-dc0d-da29-0fe77f08cbb1-cd681047, #w-node-b273e680-25f5-3370-edef-62f378ef8194-cd681047, #w-node-_627f13b2-1655-9330-3d01-1b380647a68e-87425591, #w-node-_627f13b2-1655-9330-3d01-1b380647a69c-87425591, #w-node-_1f1b3e2d-5d0d-dc0d-da29-0fe77f08cb33-87425591, #w-node-_1f1b3e2d-5d0d-dc0d-da29-0fe77f08cbb1-87425591, #w-node-b273e680-25f5-3370-edef-62f378ef8194-87425591, #w-node-_627f13b2-1655-9330-3d01-1b380647a68e-9d26012f, #w-node-_627f13b2-1655-9330-3d01-1b380647a69c-9d26012f, #w-node-_1f1b3e2d-5d0d-dc0d-da29-0fe77f08cb33-9d26012f, #w-node-_1f1b3e2d-5d0d-dc0d-da29-0fe77f08cbb1-9d26012f, #w-node-b273e680-25f5-3370-edef-62f378ef8194-9d26012f, #w-node-_627f13b2-1655-9330-3d01-1b380647a68e-94f99799, #w-node-_627f13b2-1655-9330-3d01-1b380647a69c-94f99799, #w-node-_1f1b3e2d-5d0d-dc0d-da29-0fe77f08cb33-94f99799, #w-node-_1f1b3e2d-5d0d-dc0d-da29-0fe77f08cbb1-94f99799, #w-node-b273e680-25f5-3370-edef-62f378ef8194-94f99799, #w-node-_99b895b9-ad6f-67a8-9862-ca6e1ad1e019-362f7a47, #w-node-_99b895b9-ad6f-67a8-9862-ca6e1ad1e019-61eab535 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_99b895b9-ad6f-67a8-9862-ca6e1ad1e019-b984408d, #w-node-b273e680-25f5-3370-edef-62f378ef8194-6606ac68, #w-node-b273e680-25f5-3370-edef-62f378ef8194-63201ae7, #w-node-b273e680-25f5-3370-edef-62f378ef8194-15027569, #w-node-b273e680-25f5-3370-edef-62f378ef8194-cd681047, #w-node-b273e680-25f5-3370-edef-62f378ef8194-87425591, #w-node-b273e680-25f5-3370-edef-62f378ef8194-9d26012f, #w-node-b273e680-25f5-3370-edef-62f378ef8194-94f99799, #w-node-_99b895b9-ad6f-67a8-9862-ca6e1ad1e019-362f7a47, #w-node-_99b895b9-ad6f-67a8-9862-ca6e1ad1e019-61eab535 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_627f13b2-1655-9330-3d01-1b380647a68e-b984408d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_53abca3b-ca6a-46d1-1656-81dc656895e9-b984408d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_99b895b9-ad6f-67a8-9862-ca6e1ad1e019-b984408d, #w-node-_627f13b2-1655-9330-3d01-1b380647a68e-6606ac68, #w-node-b273e680-25f5-3370-edef-62f378ef8194-6606ac68, #w-node-_627f13b2-1655-9330-3d01-1b380647a68e-63201ae7, #w-node-b273e680-25f5-3370-edef-62f378ef8194-63201ae7, #w-node-_627f13b2-1655-9330-3d01-1b380647a68e-15027569, #w-node-b273e680-25f5-3370-edef-62f378ef8194-15027569, #w-node-_627f13b2-1655-9330-3d01-1b380647a68e-cd681047, #w-node-b273e680-25f5-3370-edef-62f378ef8194-cd681047, #w-node-_627f13b2-1655-9330-3d01-1b380647a68e-87425591, #w-node-b273e680-25f5-3370-edef-62f378ef8194-87425591, #w-node-_627f13b2-1655-9330-3d01-1b380647a68e-9d26012f, #w-node-b273e680-25f5-3370-edef-62f378ef8194-9d26012f, #w-node-_627f13b2-1655-9330-3d01-1b380647a68e-94f99799, #w-node-b273e680-25f5-3370-edef-62f378ef8194-94f99799, #w-node-_99b895b9-ad6f-67a8-9862-ca6e1ad1e019-362f7a47, #w-node-_99b895b9-ad6f-67a8-9862-ca6e1ad1e019-61eab535 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


